@prorobotech/openapi-k8s-toolkit 0.0.1-alpha.36 → 0.0.1-alpha.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/openapi-k8s-toolkit.es.js +712 -705
- package/dist/openapi-k8s-toolkit.es.js.map +1 -1
- package/dist/openapi-k8s-toolkit.umd.js +62 -60
- package/dist/openapi-k8s-toolkit.umd.js.map +1 -1
- package/dist/types/components/molecules/BlackholeForm/atoms/ArrayInsideContainer/ArrayInsideContainer.d.ts +4 -0
- package/dist/types/components/molecules/BlackholeForm/atoms/ArrayInsideContainer/index.d.ts +1 -0
- package/dist/types/components/molecules/BlackholeForm/atoms/ArrayInsideContainer/styled.d.ts +9 -0
- package/dist/types/components/molecules/BlackholeForm/atoms/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import On, { useDebugValue as Oh, createElement as Kv, useRef as zt, useContext as cu, useState as Ve, useMemo as ko, useEffect as
|
|
2
|
-
import { Input as cr, Tree as Gv, Modal as lu, Alert as dr, theme as $n, Breadcrumb as Jv, Spin as bo, Menu as Yv, Tooltip as pr, Space as Xv, Button as vt, Flex as nt, Tag as fl, Table as Qv, Form as
|
|
1
|
+
import On, { useDebugValue as Oh, createElement as Kv, useRef as zt, useContext as cu, useState as Ve, useMemo as ko, useEffect as Mt, memo as Nl, useCallback as ws, createContext as jl, Suspense as Hv, Fragment as zv } from "react";
|
|
2
|
+
import { Input as cr, Tree as Gv, Modal as lu, Alert as dr, theme as $n, Breadcrumb as Jv, Spin as bo, Menu as Yv, Tooltip as pr, Space as Xv, Button as vt, Flex as nt, Tag as fl, Table as Qv, Form as Vt, Typography as xn, Select as bs, Row as Lp, Col as dl, Slider as Zv, InputNumber as Rp, Switch as eu, Card as $l, notification as ex, Dropdown as Np, Tabs as tx } from "antd";
|
|
3
3
|
import { LoadingOutlined as nx, ExclamationCircleFilled as rx, CloseCircleFilled as ix, CheckCircleFilled as sx, SearchOutlined as ox, CheckOutlined as ax, CloseOutlined as ux, EditOutlined as cx, DeleteOutlined as lx, CaretDownOutlined as fx, CaretRightOutlined as dx, BugOutlined as hx, PlusOutlined as px, EllipsisOutlined as gx } from "@ant-design/icons";
|
|
4
4
|
import { useQuery as Mn, useQueries as yx } from "@tanstack/react-query";
|
|
5
5
|
import { matchPath as jp, Link as $p, useNavigate as Oo, useLocation as mx } from "react-router-dom";
|
|
6
6
|
function wx(e) {
|
|
7
7
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
8
8
|
}
|
|
9
|
-
var Mp = { exports: {} }, Xt = Mp.exports = {},
|
|
9
|
+
var Mp = { exports: {} }, Xt = Mp.exports = {}, Er, Sr;
|
|
10
10
|
function hl() {
|
|
11
11
|
throw new Error("setTimeout has not been defined");
|
|
12
12
|
}
|
|
@@ -15,43 +15,43 @@ function pl() {
|
|
|
15
15
|
}
|
|
16
16
|
(function() {
|
|
17
17
|
try {
|
|
18
|
-
typeof setTimeout == "function" ?
|
|
18
|
+
typeof setTimeout == "function" ? Er = setTimeout : Er = hl;
|
|
19
19
|
} catch {
|
|
20
|
-
|
|
20
|
+
Er = hl;
|
|
21
21
|
}
|
|
22
22
|
try {
|
|
23
|
-
typeof clearTimeout == "function" ?
|
|
23
|
+
typeof clearTimeout == "function" ? Sr = clearTimeout : Sr = pl;
|
|
24
24
|
} catch {
|
|
25
|
-
|
|
25
|
+
Sr = pl;
|
|
26
26
|
}
|
|
27
27
|
})();
|
|
28
28
|
function Up(e) {
|
|
29
|
-
if (
|
|
29
|
+
if (Er === setTimeout)
|
|
30
30
|
return setTimeout(e, 0);
|
|
31
|
-
if ((
|
|
32
|
-
return
|
|
31
|
+
if ((Er === hl || !Er) && setTimeout)
|
|
32
|
+
return Er = setTimeout, setTimeout(e, 0);
|
|
33
33
|
try {
|
|
34
|
-
return
|
|
34
|
+
return Er(e, 0);
|
|
35
35
|
} catch {
|
|
36
36
|
try {
|
|
37
|
-
return
|
|
37
|
+
return Er.call(null, e, 0);
|
|
38
38
|
} catch {
|
|
39
|
-
return
|
|
39
|
+
return Er.call(this, e, 0);
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
function bx(e) {
|
|
44
|
-
if (
|
|
44
|
+
if (Sr === clearTimeout)
|
|
45
45
|
return clearTimeout(e);
|
|
46
|
-
if ((
|
|
47
|
-
return
|
|
46
|
+
if ((Sr === pl || !Sr) && clearTimeout)
|
|
47
|
+
return Sr = clearTimeout, clearTimeout(e);
|
|
48
48
|
try {
|
|
49
|
-
return
|
|
49
|
+
return Sr(e);
|
|
50
50
|
} catch {
|
|
51
51
|
try {
|
|
52
|
-
return
|
|
52
|
+
return Sr.call(null, e);
|
|
53
53
|
} catch {
|
|
54
|
-
return
|
|
54
|
+
return Sr.call(this, e);
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
}
|
|
@@ -90,17 +90,17 @@ Xt.env = {};
|
|
|
90
90
|
Xt.argv = [];
|
|
91
91
|
Xt.version = "";
|
|
92
92
|
Xt.versions = {};
|
|
93
|
-
function
|
|
94
|
-
}
|
|
95
|
-
Xt.on =
|
|
96
|
-
Xt.addListener =
|
|
97
|
-
Xt.once =
|
|
98
|
-
Xt.off =
|
|
99
|
-
Xt.removeListener =
|
|
100
|
-
Xt.removeAllListeners =
|
|
101
|
-
Xt.emit =
|
|
102
|
-
Xt.prependListener =
|
|
103
|
-
Xt.prependOnceListener =
|
|
93
|
+
function Wr() {
|
|
94
|
+
}
|
|
95
|
+
Xt.on = Wr;
|
|
96
|
+
Xt.addListener = Wr;
|
|
97
|
+
Xt.once = Wr;
|
|
98
|
+
Xt.off = Wr;
|
|
99
|
+
Xt.removeListener = Wr;
|
|
100
|
+
Xt.removeAllListeners = Wr;
|
|
101
|
+
Xt.emit = Wr;
|
|
102
|
+
Xt.prependListener = Wr;
|
|
103
|
+
Xt.prependOnceListener = Wr;
|
|
104
104
|
Xt.listeners = function(e) {
|
|
105
105
|
return [];
|
|
106
106
|
};
|
|
@@ -190,12 +190,12 @@ var du = 1, xs = 1, Jp = 0, er = 0, Qt = 0, Os = "";
|
|
|
190
190
|
function hu(e, t, n, i, o, a, u, l) {
|
|
191
191
|
return { value: e, root: t, parent: n, type: i, props: o, children: a, line: du, column: xs, length: u, return: "", siblings: l };
|
|
192
192
|
}
|
|
193
|
-
function
|
|
193
|
+
function ai(e, t) {
|
|
194
194
|
return gl(hu("", null, null, "", null, null, 0, e.siblings), e, { length: -e.length }, t);
|
|
195
195
|
}
|
|
196
196
|
function os(e) {
|
|
197
197
|
for (; e.root; )
|
|
198
|
-
e =
|
|
198
|
+
e = ai(e.root, { children: [e] });
|
|
199
199
|
uo(e, e.siblings);
|
|
200
200
|
}
|
|
201
201
|
function Ix() {
|
|
@@ -207,7 +207,7 @@ function Fx() {
|
|
|
207
207
|
function hr() {
|
|
208
208
|
return Qt = er < Jp ? rn(Os, er++) : 0, xs++, Qt === 10 && (xs = 1, du++), Qt;
|
|
209
209
|
}
|
|
210
|
-
function
|
|
210
|
+
function ui() {
|
|
211
211
|
return rn(Os, er);
|
|
212
212
|
}
|
|
213
213
|
function Wa() {
|
|
@@ -258,14 +258,14 @@ function Vc(e) {
|
|
|
258
258
|
return zp(pu(er - 1, yl(e === 91 ? e + 2 : e === 40 ? e + 1 : e)));
|
|
259
259
|
}
|
|
260
260
|
function Px(e) {
|
|
261
|
-
for (; (Qt =
|
|
261
|
+
for (; (Qt = ui()) && Qt < 33; )
|
|
262
262
|
hr();
|
|
263
263
|
return vo(e) > 2 || vo(Qt) > 3 ? "" : " ";
|
|
264
264
|
}
|
|
265
265
|
function Lx(e, t) {
|
|
266
266
|
for (; --t && hr() && !(Qt < 48 || Qt > 102 || Qt > 57 && Qt < 65 || Qt > 70 && Qt < 97); )
|
|
267
267
|
;
|
|
268
|
-
return pu(e, Wa() + (t < 6 &&
|
|
268
|
+
return pu(e, Wa() + (t < 6 && ui() == 32 && hr() == 32));
|
|
269
269
|
}
|
|
270
270
|
function yl(e) {
|
|
271
271
|
for (; hr(); )
|
|
@@ -287,12 +287,12 @@ function yl(e) {
|
|
|
287
287
|
}
|
|
288
288
|
function Rx(e, t) {
|
|
289
289
|
for (; hr() && e + Qt !== 57; )
|
|
290
|
-
if (e + Qt === 84 &&
|
|
290
|
+
if (e + Qt === 84 && ui() === 47)
|
|
291
291
|
break;
|
|
292
292
|
return "/*" + pu(t, er - 1) + "*" + Vl(e === 47 ? e : hr());
|
|
293
293
|
}
|
|
294
294
|
function Nx(e) {
|
|
295
|
-
for (; !vo(
|
|
295
|
+
for (; !vo(ui()); )
|
|
296
296
|
hr();
|
|
297
297
|
return pu(e, er);
|
|
298
298
|
}
|
|
@@ -322,10 +322,10 @@ function Ka(e, t, n, i, o, a, u, l, f) {
|
|
|
322
322
|
I += Lx(Wa() - 1, 7);
|
|
323
323
|
continue;
|
|
324
324
|
case 47:
|
|
325
|
-
switch (
|
|
325
|
+
switch (ui()) {
|
|
326
326
|
case 42:
|
|
327
327
|
case 47:
|
|
328
|
-
uo($x(Rx(hr(), Wa()), t, n, f), f), (vo(A || 1) == 5 || vo(
|
|
328
|
+
uo($x(Rx(hr(), Wa()), t, n, f), f), (vo(A || 1) == 5 || vo(ui() || 1) == 5) && lr(I) && Li(I, -1, void 0) !== " " && (I += " ");
|
|
329
329
|
break;
|
|
330
330
|
default:
|
|
331
331
|
I += "/";
|
|
@@ -383,7 +383,7 @@ function Ka(e, t, n, i, o, a, u, l, f) {
|
|
|
383
383
|
l[h++] = (lr(I) - 1) * B, B = 1;
|
|
384
384
|
break;
|
|
385
385
|
case 64:
|
|
386
|
-
|
|
386
|
+
ui() === 45 && (I += Vc(hr())), v = ui(), g = p = lr(C = I += Nx(Wa())), N++;
|
|
387
387
|
break;
|
|
388
388
|
case 45:
|
|
389
389
|
A === 45 && lr(I) == 2 && (E = 0);
|
|
@@ -590,17 +590,17 @@ function qx(e, t, n, i) {
|
|
|
590
590
|
e.return = Yp(e.value, e.length, n);
|
|
591
591
|
return;
|
|
592
592
|
case Kp:
|
|
593
|
-
return tu([
|
|
593
|
+
return tu([ai(e, { value: Je(e.value, "@", "@" + yt) })], i);
|
|
594
594
|
case fu:
|
|
595
595
|
if (e.length)
|
|
596
596
|
return Tx(n = e.props, function(o) {
|
|
597
597
|
switch ($r(o, i = /(::plac\w+|:read-\w+)/)) {
|
|
598
598
|
case ":read-only":
|
|
599
599
|
case ":read-write":
|
|
600
|
-
os(
|
|
600
|
+
os(ai(e, { props: [Je(o, /:(read-\w+)/, ":" + po + "$1")] })), os(ai(e, { props: [o] })), gl(e, { props: Th(n, i) });
|
|
601
601
|
break;
|
|
602
602
|
case "::placeholder":
|
|
603
|
-
os(
|
|
603
|
+
os(ai(e, { props: [Je(o, /:(plac\w+)/, ":" + yt + "input-$1")] })), os(ai(e, { props: [Je(o, /:(plac\w+)/, ":" + po + "$1")] })), os(ai(e, { props: [Je(o, /:(plac\w+)/, Bt + "input-$1")] })), os(ai(e, { props: [o] })), gl(e, { props: Th(n, i) });
|
|
604
604
|
break;
|
|
605
605
|
}
|
|
606
606
|
return "";
|
|
@@ -1200,9 +1200,9 @@ function xl(e, t, n) {
|
|
|
1200
1200
|
}
|
|
1201
1201
|
var l0 = function(e) {
|
|
1202
1202
|
return xl(kA, e);
|
|
1203
|
-
},
|
|
1203
|
+
}, Ye = l0;
|
|
1204
1204
|
ml.forEach(function(e) {
|
|
1205
|
-
|
|
1205
|
+
Ye[e] = l0(e);
|
|
1206
1206
|
});
|
|
1207
1207
|
Ze.env.NODE_ENV !== "production" && typeof navigator < "u" && navigator.product === "ReactNative" && console.warn(`It looks like you've imported 'styled-components' on React Native.
|
|
1208
1208
|
Perhaps you're looking to import 'styled-components/native'?
|
|
@@ -1211,7 +1211,7 @@ var Da = "__sc-".concat(Ri, "__");
|
|
|
1211
1211
|
Ze.env.NODE_ENV !== "production" && Ze.env.NODE_ENV !== "test" && typeof window < "u" && (window[Da] || (window[Da] = 0), window[Da] === 1 && console.warn(`It looks like there are several instances of 'styled-components' initialized in this application. This may cause dynamic styles to not render properly, errors during the rehydration process, a missing theme prop, and makes your application bigger without good reason.
|
|
1212
1212
|
|
|
1213
1213
|
See https://s-c.sh/2BAXzed for more info.`), window[Da] += 1);
|
|
1214
|
-
const
|
|
1214
|
+
const ci = Ye.div`
|
|
1215
1215
|
height: ${({ $space: e, $spaceMob: t, $samespace: n }) => t || (e && n ? e : 24)}px;
|
|
1216
1216
|
width: 100%;
|
|
1217
1217
|
|
|
@@ -1678,7 +1678,7 @@ function IA() {
|
|
|
1678
1678
|
}
|
|
1679
1679
|
var it;
|
|
1680
1680
|
it = !1;
|
|
1681
|
-
function
|
|
1681
|
+
function Hr(M) {
|
|
1682
1682
|
return typeof M == "object" && M !== null && M.$$typeof === t;
|
|
1683
1683
|
}
|
|
1684
1684
|
function hi() {
|
|
@@ -1709,7 +1709,7 @@ Check the top-level render call using <` + ye + ">.");
|
|
|
1709
1709
|
return ue;
|
|
1710
1710
|
}
|
|
1711
1711
|
}
|
|
1712
|
-
function
|
|
1712
|
+
function zr(M, ue) {
|
|
1713
1713
|
{
|
|
1714
1714
|
if (!M._store || M._store.validated || M.key != null)
|
|
1715
1715
|
return;
|
|
@@ -1729,15 +1729,15 @@ Check the top-level render call using <` + ye + ">.");
|
|
|
1729
1729
|
if (ce(M))
|
|
1730
1730
|
for (var ye = 0; ye < M.length; ye++) {
|
|
1731
1731
|
var Oe = M[ye];
|
|
1732
|
-
|
|
1732
|
+
Hr(Oe) && zr(Oe, ue);
|
|
1733
1733
|
}
|
|
1734
|
-
else if (
|
|
1734
|
+
else if (Hr(M))
|
|
1735
1735
|
M._store && (M._store.validated = !0);
|
|
1736
1736
|
else if (M) {
|
|
1737
1737
|
var ct = b(M);
|
|
1738
1738
|
if (typeof ct == "function" && ct !== M.entries)
|
|
1739
1739
|
for (var lt = ct.call(M), Qe; !(Qe = lt.next()).done; )
|
|
1740
|
-
|
|
1740
|
+
Hr(Qe.value) && zr(Qe.value, ue);
|
|
1741
1741
|
}
|
|
1742
1742
|
}
|
|
1743
1743
|
}
|
|
@@ -1823,19 +1823,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
1823
1823
|
return M === i ? Ns(Dt) : Rs(Dt), Dt;
|
|
1824
1824
|
}
|
|
1825
1825
|
}
|
|
1826
|
-
function
|
|
1826
|
+
function Gr(M, ue, ye) {
|
|
1827
1827
|
return nr(M, ue, ye, !0);
|
|
1828
1828
|
}
|
|
1829
1829
|
function js(M, ue, ye) {
|
|
1830
1830
|
return nr(M, ue, ye, !1);
|
|
1831
1831
|
}
|
|
1832
|
-
var $s = js, gn =
|
|
1832
|
+
var $s = js, gn = Gr;
|
|
1833
1833
|
so.Fragment = i, so.jsx = $s, so.jsxs = gn;
|
|
1834
1834
|
}()), so;
|
|
1835
1835
|
}
|
|
1836
1836
|
Ze.env.NODE_ENV === "production" ? Al.exports = TA() : Al.exports = IA();
|
|
1837
1837
|
var x = Al.exports;
|
|
1838
|
-
const FA =
|
|
1838
|
+
const FA = Ye.div`
|
|
1839
1839
|
.ant-tree-switcher {
|
|
1840
1840
|
display: flex;
|
|
1841
1841
|
align-items: center;
|
|
@@ -1843,7 +1843,7 @@ const FA = Xe.div`
|
|
|
1843
1843
|
}
|
|
1844
1844
|
`, BA = {
|
|
1845
1845
|
CustomTreeProvider: FA
|
|
1846
|
-
}, { Search: DA } = cr,
|
|
1846
|
+
}, { Search: DA } = cr, F4 = ({ treeData: e, onSelect: t }) => {
|
|
1847
1847
|
const [n, i] = Ve([]), [o, a] = Ve(""), u = (f) => {
|
|
1848
1848
|
const { value: h } = f.target, g = {}, p = (b, B) => {
|
|
1849
1849
|
b.forEach((N) => {
|
|
@@ -1903,11 +1903,11 @@ function f0(e, t) {
|
|
|
1903
1903
|
const { toString: LA } = Object.prototype, { getPrototypeOf: Hl } = Object, yu = /* @__PURE__ */ ((e) => (t) => {
|
|
1904
1904
|
const n = LA.call(t);
|
|
1905
1905
|
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
|
|
1906
|
-
})(/* @__PURE__ */ Object.create(null)),
|
|
1906
|
+
})(/* @__PURE__ */ Object.create(null)), Or = (e) => (e = e.toLowerCase(), (t) => yu(t) === e), mu = (e) => (t) => typeof t === e, { isArray: Is } = Array, xo = mu("undefined");
|
|
1907
1907
|
function RA(e) {
|
|
1908
1908
|
return e !== null && !xo(e) && e.constructor !== null && !xo(e.constructor) && Xn(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
|
1909
1909
|
}
|
|
1910
|
-
const d0 =
|
|
1910
|
+
const d0 = Or("ArrayBuffer");
|
|
1911
1911
|
function NA(e) {
|
|
1912
1912
|
let t;
|
|
1913
1913
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && d0(e.buffer), t;
|
|
@@ -1917,11 +1917,11 @@ const jA = mu("string"), Xn = mu("function"), h0 = mu("number"), wu = (e) => e !
|
|
|
1917
1917
|
return !1;
|
|
1918
1918
|
const t = Hl(e);
|
|
1919
1919
|
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
|
|
1920
|
-
}, MA =
|
|
1920
|
+
}, MA = Or("Date"), UA = Or("File"), VA = Or("Blob"), qA = Or("FileList"), WA = (e) => wu(e) && Xn(e.pipe), KA = (e) => {
|
|
1921
1921
|
let t;
|
|
1922
1922
|
return e && (typeof FormData == "function" && e instanceof FormData || Xn(e.append) && ((t = yu(e)) === "formdata" || // detect form-data instance
|
|
1923
1923
|
t === "object" && Xn(e.toString) && e.toString() === "[object FormData]"));
|
|
1924
|
-
}, HA =
|
|
1924
|
+
}, HA = Or("URLSearchParams"), zA = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
1925
1925
|
function To(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
1926
1926
|
if (e === null || typeof e > "u")
|
|
1927
1927
|
return;
|
|
@@ -1997,12 +1997,12 @@ const GA = (e, t, n, { allOwnKeys: i } = {}) => (To(t, (o, a) => {
|
|
|
1997
1997
|
for (; (n = e.exec(t)) !== null; )
|
|
1998
1998
|
i.push(n);
|
|
1999
1999
|
return i;
|
|
2000
|
-
}, rE =
|
|
2000
|
+
}, rE = Or("HTMLFormElement"), iE = (e) => e.toLowerCase().replace(
|
|
2001
2001
|
/[-_\s]([a-z\d])(\w*)/g,
|
|
2002
2002
|
function(n, i, o) {
|
|
2003
2003
|
return i.toUpperCase() + o;
|
|
2004
2004
|
}
|
|
2005
|
-
), Gh = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), sE =
|
|
2005
|
+
), Gh = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), sE = Or("RegExp"), m0 = (e, t) => {
|
|
2006
2006
|
const n = Object.getOwnPropertyDescriptors(e), i = {};
|
|
2007
2007
|
To(n, (o, a) => {
|
|
2008
2008
|
t(o, a, e) !== !1 && (i[a] = o);
|
|
@@ -2061,7 +2061,7 @@ const dE = (e) => {
|
|
|
2061
2061
|
return i;
|
|
2062
2062
|
};
|
|
2063
2063
|
return n(e, 0);
|
|
2064
|
-
}, hE =
|
|
2064
|
+
}, hE = Or("AsyncFunction"), pE = (e) => e && (wu(e) || Xn(e)) && Xn(e.then) && Xn(e.catch), te = {
|
|
2065
2065
|
isArray: Is,
|
|
2066
2066
|
isArrayBuffer: d0,
|
|
2067
2067
|
isBuffer: RA,
|
|
@@ -2090,7 +2090,7 @@ const dE = (e) => {
|
|
|
2090
2090
|
inherits: YA,
|
|
2091
2091
|
toFlatObject: XA,
|
|
2092
2092
|
kindOf: yu,
|
|
2093
|
-
kindOfTest:
|
|
2093
|
+
kindOfTest: Or,
|
|
2094
2094
|
endsWith: QA,
|
|
2095
2095
|
toArray: ZA,
|
|
2096
2096
|
forEachEntry: tE,
|
|
@@ -2119,9 +2119,9 @@ var b0 = {}, bu = {};
|
|
|
2119
2119
|
bu.byteLength = mE;
|
|
2120
2120
|
bu.toByteArray = bE;
|
|
2121
2121
|
bu.fromByteArray = AE;
|
|
2122
|
-
var
|
|
2122
|
+
var Cr = [], Jn = [], gE = typeof Uint8Array < "u" ? Uint8Array : Array, Gc = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
|
|
2123
2123
|
for (var as = 0, yE = Gc.length; as < yE; ++as)
|
|
2124
|
-
|
|
2124
|
+
Cr[as] = Gc[as], Jn[Gc.charCodeAt(as)] = as;
|
|
2125
2125
|
Jn[45] = 62;
|
|
2126
2126
|
Jn[95] = 63;
|
|
2127
2127
|
function v0(e) {
|
|
@@ -2147,7 +2147,7 @@ function bE(e) {
|
|
|
2147
2147
|
return o === 2 && (t = Jn[e.charCodeAt(f)] << 2 | Jn[e.charCodeAt(f + 1)] >> 4, a[u++] = t & 255), o === 1 && (t = Jn[e.charCodeAt(f)] << 10 | Jn[e.charCodeAt(f + 1)] << 4 | Jn[e.charCodeAt(f + 2)] >> 2, a[u++] = t >> 8 & 255, a[u++] = t & 255), a;
|
|
2148
2148
|
}
|
|
2149
2149
|
function vE(e) {
|
|
2150
|
-
return
|
|
2150
|
+
return Cr[e >> 18 & 63] + Cr[e >> 12 & 63] + Cr[e >> 6 & 63] + Cr[e & 63];
|
|
2151
2151
|
}
|
|
2152
2152
|
function xE(e, t, n) {
|
|
2153
2153
|
for (var i, o = [], a = t; a < n; a += 3)
|
|
@@ -2158,9 +2158,9 @@ function AE(e) {
|
|
|
2158
2158
|
for (var t, n = e.length, i = n % 3, o = [], a = 16383, u = 0, l = n - i; u < l; u += a)
|
|
2159
2159
|
o.push(xE(e, u, u + a > l ? l : u + a));
|
|
2160
2160
|
return i === 1 ? (t = e[n - 1], o.push(
|
|
2161
|
-
|
|
2161
|
+
Cr[t >> 2] + Cr[t << 4 & 63] + "=="
|
|
2162
2162
|
)) : i === 2 && (t = (e[n - 2] << 8) + e[n - 1], o.push(
|
|
2163
|
-
|
|
2163
|
+
Cr[t >> 10] + Cr[t >> 4 & 63] + Cr[t << 2 & 63] + "="
|
|
2164
2164
|
)), o.join("");
|
|
2165
2165
|
}
|
|
2166
2166
|
var zl = {};
|
|
@@ -3369,7 +3369,7 @@ const _0 = {
|
|
|
3369
3369
|
let e;
|
|
3370
3370
|
return typeof navigator < "u" && ((e = navigator.product) === "ReactNative" || e === "NativeScript" || e === "NS") ? !1 : typeof window < "u" && typeof document < "u";
|
|
3371
3371
|
})(), BE = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
|
3372
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function",
|
|
3372
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", _r = {
|
|
3373
3373
|
classes: {
|
|
3374
3374
|
URLSearchParams: OE,
|
|
3375
3375
|
FormData: TE,
|
|
@@ -3380,9 +3380,9 @@ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Cr
|
|
|
3380
3380
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
|
3381
3381
|
};
|
|
3382
3382
|
function DE(e, t) {
|
|
3383
|
-
return vu(e, new
|
|
3383
|
+
return vu(e, new _r.classes.URLSearchParams(), Object.assign({
|
|
3384
3384
|
visitor: function(n, i, o, a) {
|
|
3385
|
-
return
|
|
3385
|
+
return _r.isNode && te.isBuffer(n) ? (this.append(i, n.toString("base64")), !1) : a.defaultVisitor.apply(this, arguments);
|
|
3386
3386
|
}
|
|
3387
3387
|
}, t));
|
|
3388
3388
|
}
|
|
@@ -3476,8 +3476,8 @@ const Fs = {
|
|
|
3476
3476
|
maxContentLength: -1,
|
|
3477
3477
|
maxBodyLength: -1,
|
|
3478
3478
|
env: {
|
|
3479
|
-
FormData:
|
|
3480
|
-
Blob:
|
|
3479
|
+
FormData: _r.classes.FormData,
|
|
3480
|
+
Blob: _r.classes.Blob
|
|
3481
3481
|
},
|
|
3482
3482
|
validateStatus: function(t) {
|
|
3483
3483
|
return t >= 200 && t < 300;
|
|
@@ -3696,7 +3696,7 @@ function WE(e, t, n) {
|
|
|
3696
3696
|
n
|
|
3697
3697
|
));
|
|
3698
3698
|
}
|
|
3699
|
-
const KE =
|
|
3699
|
+
const KE = _r.isStandardBrowserEnv ? (
|
|
3700
3700
|
// Standard browser envs support document.cookie
|
|
3701
3701
|
/* @__PURE__ */ function() {
|
|
3702
3702
|
return {
|
|
@@ -3736,7 +3736,7 @@ function zE(e, t) {
|
|
|
3736
3736
|
function T0(e, t) {
|
|
3737
3737
|
return e && !HE(t) ? zE(e, t) : t;
|
|
3738
3738
|
}
|
|
3739
|
-
const GE =
|
|
3739
|
+
const GE = _r.isStandardBrowserEnv ? (
|
|
3740
3740
|
// Standard browser envs have full support of the APIs needed to test
|
|
3741
3741
|
// whether the request URL is of the same origin as current location.
|
|
3742
3742
|
function() {
|
|
@@ -3814,7 +3814,7 @@ const XE = typeof XMLHttpRequest < "u", QE = XE && function(e) {
|
|
|
3814
3814
|
function f() {
|
|
3815
3815
|
e.cancelToken && e.cancelToken.unsubscribe(l), e.signal && e.signal.removeEventListener("abort", l);
|
|
3816
3816
|
}
|
|
3817
|
-
te.isFormData(o) && (
|
|
3817
|
+
te.isFormData(o) && (_r.isStandardBrowserEnv || _r.isStandardBrowserWebWorkerEnv ? a.setContentType(!1) : a.setContentType("multipart/form-data;", !1));
|
|
3818
3818
|
let h = new XMLHttpRequest();
|
|
3819
3819
|
if (e.auth) {
|
|
3820
3820
|
const _ = e.auth.username || "", A = e.auth.password ? unescape(encodeURIComponent(e.auth.password)) : "";
|
|
@@ -3856,7 +3856,7 @@ const XE = typeof XMLHttpRequest < "u", QE = XE && function(e) {
|
|
|
3856
3856
|
e,
|
|
3857
3857
|
h
|
|
3858
3858
|
)), h = null;
|
|
3859
|
-
},
|
|
3859
|
+
}, _r.isStandardBrowserEnv) {
|
|
3860
3860
|
const _ = (e.withCredentials || GE(g)) && e.xsrfCookieName && KE.read(e.xsrfCookieName);
|
|
3861
3861
|
_ && a.set(e.xsrfHeaderName, _);
|
|
3862
3862
|
}
|
|
@@ -3866,7 +3866,7 @@ const XE = typeof XMLHttpRequest < "u", QE = XE && function(e) {
|
|
|
3866
3866
|
h && (i(!_ || _.type ? new Io(null, e, h) : _), h.abort(), h = null);
|
|
3867
3867
|
}, e.cancelToken && e.cancelToken.subscribe(l), e.signal && (e.signal.aborted ? l() : e.signal.addEventListener("abort", l)));
|
|
3868
3868
|
const v = JE(g);
|
|
3869
|
-
if (v &&
|
|
3869
|
+
if (v && _r.protocols.indexOf(v) === -1) {
|
|
3870
3870
|
i(new dt("Unsupported protocol " + v + ":", dt.ERR_BAD_REQUEST, e));
|
|
3871
3871
|
return;
|
|
3872
3872
|
}
|
|
@@ -4036,7 +4036,7 @@ function eS(e, t, n) {
|
|
|
4036
4036
|
const Cl = {
|
|
4037
4037
|
assertOptions: eS,
|
|
4038
4038
|
validators: Jl
|
|
4039
|
-
},
|
|
4039
|
+
}, si = Cl.validators;
|
|
4040
4040
|
let Di = class {
|
|
4041
4041
|
constructor(t) {
|
|
4042
4042
|
this.defaults = t, this.interceptors = {
|
|
@@ -4056,14 +4056,14 @@ let Di = class {
|
|
|
4056
4056
|
typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = Cs(this.defaults, n);
|
|
4057
4057
|
const { transitional: i, paramsSerializer: o, headers: a } = n;
|
|
4058
4058
|
i !== void 0 && Cl.assertOptions(i, {
|
|
4059
|
-
silentJSONParsing:
|
|
4060
|
-
forcedJSONParsing:
|
|
4061
|
-
clarifyTimeoutError:
|
|
4059
|
+
silentJSONParsing: si.transitional(si.boolean),
|
|
4060
|
+
forcedJSONParsing: si.transitional(si.boolean),
|
|
4061
|
+
clarifyTimeoutError: si.transitional(si.boolean)
|
|
4062
4062
|
}, !1), o != null && (te.isFunction(o) ? n.paramsSerializer = {
|
|
4063
4063
|
serialize: o
|
|
4064
4064
|
} : Cl.assertOptions(o, {
|
|
4065
|
-
encode:
|
|
4066
|
-
serialize:
|
|
4065
|
+
encode: si.function,
|
|
4066
|
+
serialize: si.function
|
|
4067
4067
|
}, !0)), n.method = (n.method || this.defaults.method || "get").toLowerCase();
|
|
4068
4068
|
let u;
|
|
4069
4069
|
u = a && te.merge(
|
|
@@ -4310,21 +4310,21 @@ rt.formToJSON = (e) => k0(te.isHTMLForm(e) ? new FormData(e) : e);
|
|
|
4310
4310
|
rt.HttpStatusCode = _l;
|
|
4311
4311
|
rt.default = rt;
|
|
4312
4312
|
const {
|
|
4313
|
-
Axios:
|
|
4314
|
-
AxiosError:
|
|
4315
|
-
CanceledError:
|
|
4316
|
-
isCancel:
|
|
4317
|
-
CancelToken:
|
|
4318
|
-
VERSION:
|
|
4319
|
-
all:
|
|
4320
|
-
Cancel:
|
|
4313
|
+
Axios: L4,
|
|
4314
|
+
AxiosError: R4,
|
|
4315
|
+
CanceledError: N4,
|
|
4316
|
+
isCancel: j4,
|
|
4317
|
+
CancelToken: $4,
|
|
4318
|
+
VERSION: M4,
|
|
4319
|
+
all: U4,
|
|
4320
|
+
Cancel: V4,
|
|
4321
4321
|
isAxiosError: ru,
|
|
4322
|
-
spread:
|
|
4323
|
-
toFormData:
|
|
4324
|
-
AxiosHeaders:
|
|
4325
|
-
HttpStatusCode:
|
|
4326
|
-
formToJSON:
|
|
4327
|
-
mergeConfig:
|
|
4322
|
+
spread: q4,
|
|
4323
|
+
toFormData: W4,
|
|
4324
|
+
AxiosHeaders: K4,
|
|
4325
|
+
HttpStatusCode: H4,
|
|
4326
|
+
formToJSON: z4,
|
|
4327
|
+
mergeConfig: G4
|
|
4328
4328
|
} = rt, Yl = async ({
|
|
4329
4329
|
endpoint: e,
|
|
4330
4330
|
body: t
|
|
@@ -4365,7 +4365,7 @@ const {
|
|
|
4365
4365
|
children: i && /* @__PURE__ */ x.jsx(dr, { type: "error", message: "Error while delete", description: i?.response?.data?.message })
|
|
4366
4366
|
}
|
|
4367
4367
|
);
|
|
4368
|
-
},
|
|
4368
|
+
}, J4 = ({ data: e, onClose: t }) => {
|
|
4369
4369
|
const [n, i] = Ve(), [o, a] = Ve(!1), u = () => {
|
|
4370
4370
|
a(!0), i(void 0);
|
|
4371
4371
|
const l = e.map(({ endpoint: f }) => D0({ endpoint: f }));
|
|
@@ -4498,7 +4498,7 @@ const {
|
|
|
4498
4498
|
fill: e.colorText
|
|
4499
4499
|
}
|
|
4500
4500
|
) });
|
|
4501
|
-
}, hS =
|
|
4501
|
+
}, hS = Ye.div`
|
|
4502
4502
|
border: 1px solid ${({ $borderColor: e }) => e};
|
|
4503
4503
|
border-radius: 6px;
|
|
4504
4504
|
background-color: ${({ $bgColor: e }) => e};
|
|
@@ -4575,7 +4575,7 @@ const {
|
|
|
4575
4575
|
rawLinks: a,
|
|
4576
4576
|
replaceValues: t
|
|
4577
4577
|
})
|
|
4578
|
-
})).find(({ pathToMatch: o }) => jp(o, n)), bS =
|
|
4578
|
+
})).find(({ pathToMatch: o }) => jp(o, n)), bS = Ye.div`
|
|
4579
4579
|
min-height: 22px;
|
|
4580
4580
|
width: 100%;
|
|
4581
4581
|
`, kl = {
|
|
@@ -4590,7 +4590,7 @@ const {
|
|
|
4590
4590
|
pathname: n
|
|
4591
4591
|
});
|
|
4592
4592
|
return o ? /* @__PURE__ */ x.jsx(kl.HeightDiv, { children: /* @__PURE__ */ x.jsx(Jv, { separator: ">", items: o.breadcrumbItems }) }) : /* @__PURE__ */ x.jsx(kl.HeightDiv, {});
|
|
4593
|
-
},
|
|
4593
|
+
}, Y4 = ({
|
|
4594
4594
|
uri: e,
|
|
4595
4595
|
refetchInterval: t,
|
|
4596
4596
|
isEnabled: n,
|
|
@@ -4645,7 +4645,7 @@ const {
|
|
|
4645
4645
|
})
|
|
4646
4646
|
}, l = (a?.menuItems ? xS(a?.menuItems, n) : []).map((f) => typeof f == "string" ? f : String(f));
|
|
4647
4647
|
return { ...a, selectedKeys: l };
|
|
4648
|
-
}, ES =
|
|
4648
|
+
}, ES = Ye(Yv)`
|
|
4649
4649
|
margin-top: ${({ $noMarginTop: e }) => e ? "0" : "16px"};
|
|
4650
4650
|
font-size: 14px;
|
|
4651
4651
|
line-height: 24px;
|
|
@@ -4751,9 +4751,9 @@ iu.exports;
|
|
|
4751
4751
|
["partial", F],
|
|
4752
4752
|
["partialRight", P],
|
|
4753
4753
|
["rearg", q]
|
|
4754
|
-
], ie = "[object Arguments]", Te = "[object Array]", Me = "[object AsyncFunction]", Ee = "[object Boolean]", Ie = "[object Date]", _e = "[object DOMException]", De = "[object Error]", _t = "[object Function]", sn = "[object GeneratorFunction]", Rt = "[object Map]", Nt = "[object Number]", jt = "[object Null]", wt = "[object Object]", Tn = "[object Promise]", An = "[object Proxy]", Se = "[object RegExp]", Fe = "[object Set]", ce = "[object String]", xt = "[object Symbol]", At = "[object Undefined]", Et = "[object WeakMap]", et = "[object WeakSet]", ge = "[object ArrayBuffer]", Ce = "[object DataView]", at = "[object Float32Array]", T = "[object Float64Array]", y = "[object Int8Array]", w = "[object Int16Array]", R = "[object Int32Array]", V = "[object Uint8Array]", z = "[object Uint8ClampedArray]", Q = "[object Uint16Array]", je = "[object Uint32Array]", ht = /\b__p \+= '';/g, ut = /\b(__p \+=) '' \+/g, ft = /(__e\(.*?\)|\b__t\)) \+\n'';/g, it = /&(?:amp|lt|gt|quot|#39);/g,
|
|
4755
|
-
le + "?" + Wo + "+" + Wt + "(?=" + [
|
|
4756
|
-
en + "+" + mf + "(?=" + [
|
|
4754
|
+
], ie = "[object Arguments]", Te = "[object Array]", Me = "[object AsyncFunction]", Ee = "[object Boolean]", Ie = "[object Date]", _e = "[object DOMException]", De = "[object Error]", _t = "[object Function]", sn = "[object GeneratorFunction]", Rt = "[object Map]", Nt = "[object Number]", jt = "[object Null]", wt = "[object Object]", Tn = "[object Promise]", An = "[object Proxy]", Se = "[object RegExp]", Fe = "[object Set]", ce = "[object String]", xt = "[object Symbol]", At = "[object Undefined]", Et = "[object WeakMap]", et = "[object WeakSet]", ge = "[object ArrayBuffer]", Ce = "[object DataView]", at = "[object Float32Array]", T = "[object Float64Array]", y = "[object Int8Array]", w = "[object Int16Array]", R = "[object Int32Array]", V = "[object Uint8Array]", z = "[object Uint8ClampedArray]", Q = "[object Uint16Array]", je = "[object Uint32Array]", ht = /\b__p \+= '';/g, ut = /\b(__p \+=) '' \+/g, ft = /(__e\(.*?\)|\b__t\)) \+\n'';/g, it = /&(?:amp|lt|gt|quot|#39);/g, Hr = /[&<>"']/g, hi = RegExp(it.source), Ui = RegExp(Hr.source), Vi = /<%-([\s\S]+?)%>/g, qi = /<%([\s\S]+?)%>/g, zr = /<%=([\s\S]+?)%>/g, pi = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, Rs = /^\w*$/, Ns = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, Tr = /[\\^$.*+?()[\]{}|]/g, nr = RegExp(Tr.source), Gr = /^\s+/, js = /\s/, $s = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/, gn = /\{\n\/\* \[wrapped with (.+)\] \*/, M = /,? & /, ue = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g, ye = /[()=,{}\[\]\/\s]/, Oe = /\\(\\)?/g, ct = /\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g, lt = /\w*$/, Qe = /^[-+]0x[0-9a-f]+$/i, ze = /^0b[01]+$/i, Zt = /^\[object .+?Constructor\]$/, It = /^0o[0-7]+$/i, Dt = /^(?:0|[1-9]\d*)$/, fn = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, In = /($^)/, rr = /['\n\r\u2028\u2029\\]/g, qt = "\\ud800-\\udfff", gi = "\\u0300-\\u036f", Ms = "\\ufe20-\\ufe2f", Us = "\\u20d0-\\u20ff", $o = gi + Ms + Us, Mo = "\\u2700-\\u27bf", Uo = "a-z\\xdf-\\xf6\\xf8-\\xff", Fu = "\\xac\\xb1\\xd7\\xf7", Bu = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", Du = "\\u2000-\\u206f", Pu = " \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000", Fn = "A-Z\\xc0-\\xd6\\xd8-\\xde", Wi = "\\ufe0e\\ufe0f", Vs = Fu + Bu + Du + Pu, Ki = "['’]", Lu = "[" + qt + "]", Jr = "[" + Vs + "]", Hi = "[" + $o + "]", Vo = "\\d+", qo = "[" + Mo + "]", Wo = "[" + Uo + "]", Ko = "[^" + qt + Vs + Vo + Mo + Uo + Fn + "]", d = "\\ud83c[\\udffb-\\udfff]", S = "(?:" + Hi + "|" + d + ")", j = "[^" + qt + "]", W = "(?:\\ud83c[\\udde6-\\uddff]){2}", ee = "[\\ud800-\\udbff][\\udc00-\\udfff]", le = "[" + Fn + "]", Ke = "\\u200d", pt = "(?:" + Wo + "|" + Ko + ")", en = "(?:" + le + "|" + Ko + ")", Wt = "(?:" + Ki + "(?:d|ll|m|re|s|t|ve))?", mf = "(?:" + Ki + "(?:D|LL|M|RE|S|T|VE))?", wf = S + "?", bf = "[" + Wi + "]?", Jg = "(?:" + Ke + "(?:" + [j, W, ee].join("|") + ")" + bf + wf + ")*", Yg = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])", Xg = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])", vf = bf + wf + Jg, Qg = "(?:" + [qo, W, ee].join("|") + ")" + vf, Zg = "(?:" + [j + Hi + "?", Hi, W, ee, Lu].join("|") + ")", e1 = RegExp(Ki, "g"), t1 = RegExp(Hi, "g"), Ru = RegExp(d + "(?=" + d + ")|" + Zg + vf, "g"), n1 = RegExp([
|
|
4755
|
+
le + "?" + Wo + "+" + Wt + "(?=" + [Jr, le, "$"].join("|") + ")",
|
|
4756
|
+
en + "+" + mf + "(?=" + [Jr, le + pt, "$"].join("|") + ")",
|
|
4757
4757
|
le + "?" + pt + "+" + Wt,
|
|
4758
4758
|
le + "+" + mf,
|
|
4759
4759
|
Xg,
|
|
@@ -5050,7 +5050,7 @@ iu.exports;
|
|
|
5050
5050
|
return !1;
|
|
5051
5051
|
return !0;
|
|
5052
5052
|
}
|
|
5053
|
-
function
|
|
5053
|
+
function Yr(K, Z) {
|
|
5054
5054
|
for (var Y = -1, xe = K == null ? 0 : K.length, $e = 0, gt = []; ++Y < xe; ) {
|
|
5055
5055
|
var tn = K[Y];
|
|
5056
5056
|
Z(tn, Y, K) && (gt[$e++] = tn);
|
|
@@ -5072,7 +5072,7 @@ iu.exports;
|
|
|
5072
5072
|
$e[Y] = Z(K[Y], Y, K);
|
|
5073
5073
|
return $e;
|
|
5074
5074
|
}
|
|
5075
|
-
function
|
|
5075
|
+
function Xr(K, Z) {
|
|
5076
5076
|
for (var Y = -1, xe = Z.length, $e = K.length; ++Y < xe; )
|
|
5077
5077
|
K[$e + Y] = Z[Y];
|
|
5078
5078
|
return K;
|
|
@@ -5170,7 +5170,7 @@ iu.exports;
|
|
|
5170
5170
|
});
|
|
5171
5171
|
}
|
|
5172
5172
|
function Pf(K) {
|
|
5173
|
-
return K && K.slice(0, jf(K) + 1).replace(
|
|
5173
|
+
return K && K.slice(0, jf(K) + 1).replace(Gr, "");
|
|
5174
5174
|
}
|
|
5175
5175
|
function Dn(K) {
|
|
5176
5176
|
return function(Z) {
|
|
@@ -5229,7 +5229,7 @@ iu.exports;
|
|
|
5229
5229
|
return K(Z(Y));
|
|
5230
5230
|
};
|
|
5231
5231
|
}
|
|
5232
|
-
function
|
|
5232
|
+
function Qr(K, Z) {
|
|
5233
5233
|
for (var Y = -1, xe = K.length, $e = 0, gt = []; ++Y < xe; ) {
|
|
5234
5234
|
var tn = K[Y];
|
|
5235
5235
|
(tn === Z || tn === g) && (K[Y] = g, gt[$e++] = Y);
|
|
@@ -5290,15 +5290,15 @@ iu.exports;
|
|
|
5290
5290
|
return r ? "Symbol(src)_1." + r : "";
|
|
5291
5291
|
}(), Qo = Xi.toString, U1 = Xo.call(Ct), V1 = an._, q1 = Gu(
|
|
5292
5292
|
"^" + Xo.call(St).replace(Tr, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
5293
|
-
), Zo = Af ? Z.Buffer : n,
|
|
5293
|
+
), Zo = Af ? Z.Buffer : n, Zr = Z.Symbol, ea = Z.Uint8Array, Mf = Zo ? Zo.allocUnsafe : n, ta = Nf(Ct.getPrototypeOf, Ct), Uf = Ct.create, Vf = Xi.propertyIsEnumerable, na = Jo.splice, qf = Zr ? Zr.isConcatSpreadable : n, Ws = Zr ? Zr.iterator : n, mi = Zr ? Zr.toStringTag : n, ra = function() {
|
|
5294
5294
|
try {
|
|
5295
5295
|
var r = Ai(Ct, "defineProperty");
|
|
5296
5296
|
return r({}, "", {}), r;
|
|
5297
5297
|
} catch {
|
|
5298
5298
|
}
|
|
5299
|
-
}(), W1 = Z.clearTimeout !== an.clearTimeout && Z.clearTimeout, K1 = xe && xe.now !== an.Date.now && xe.now, H1 = Z.setTimeout !== an.setTimeout && Z.setTimeout, ia = tn.ceil, sa = tn.floor, Ju = Ct.getOwnPropertySymbols, z1 = Zo ? Zo.isBuffer : n, Wf = Z.isFinite, G1 = Jo.join, J1 = Nf(Ct.keys, Ct), nn = tn.max, dn = tn.min, Y1 = xe.now, X1 = Z.parseInt, Kf = tn.random, Q1 = Jo.reverse, Yu = Ai(Z, "DataView"), Ks = Ai(Z, "Map"), Xu = Ai(Z, "Promise"), Qi = Ai(Z, "Set"), Hs = Ai(Z, "WeakMap"), zs = Ai(Ct, "create"), oa = Hs && new Hs(), Zi = {}, Z1 = Ei(Yu), ey = Ei(Ks), ty = Ei(Xu), ny = Ei(Qi), ry = Ei(Hs), aa =
|
|
5299
|
+
}(), W1 = Z.clearTimeout !== an.clearTimeout && Z.clearTimeout, K1 = xe && xe.now !== an.Date.now && xe.now, H1 = Z.setTimeout !== an.setTimeout && Z.setTimeout, ia = tn.ceil, sa = tn.floor, Ju = Ct.getOwnPropertySymbols, z1 = Zo ? Zo.isBuffer : n, Wf = Z.isFinite, G1 = Jo.join, J1 = Nf(Ct.keys, Ct), nn = tn.max, dn = tn.min, Y1 = xe.now, X1 = Z.parseInt, Kf = tn.random, Q1 = Jo.reverse, Yu = Ai(Z, "DataView"), Ks = Ai(Z, "Map"), Xu = Ai(Z, "Promise"), Qi = Ai(Z, "Set"), Hs = Ai(Z, "WeakMap"), zs = Ai(Ct, "create"), oa = Hs && new Hs(), Zi = {}, Z1 = Ei(Yu), ey = Ei(Ks), ty = Ei(Xu), ny = Ei(Qi), ry = Ei(Hs), aa = Zr ? Zr.prototype : n, Gs = aa ? aa.valueOf : n, Hf = aa ? aa.toString : n;
|
|
5300
5300
|
function D(r) {
|
|
5301
|
-
if (
|
|
5301
|
+
if (Ut(r) && !Ue(r) && !(r instanceof st)) {
|
|
5302
5302
|
if (r instanceof Wn)
|
|
5303
5303
|
return r;
|
|
5304
5304
|
if (St.call(r, "__wrapped__"))
|
|
@@ -5345,7 +5345,7 @@ iu.exports;
|
|
|
5345
5345
|
* @memberOf _.templateSettings
|
|
5346
5346
|
* @type {RegExp}
|
|
5347
5347
|
*/
|
|
5348
|
-
interpolate:
|
|
5348
|
+
interpolate: zr,
|
|
5349
5349
|
/**
|
|
5350
5350
|
* Used to reference the data object in the template text.
|
|
5351
5351
|
*
|
|
@@ -5537,7 +5537,7 @@ iu.exports;
|
|
|
5537
5537
|
}
|
|
5538
5538
|
sr.prototype.clear = Sy, sr.prototype.delete = Cy, sr.prototype.get = _y, sr.prototype.has = ky, sr.prototype.set = Oy;
|
|
5539
5539
|
function zf(r, s) {
|
|
5540
|
-
var c = Ue(r), m = !c && Si(r), O = !c && !m &&
|
|
5540
|
+
var c = Ue(r), m = !c && Si(r), O = !c && !m && ii(r), L = !c && !m && !O && is(r), $ = c || m || O || L, U = $ ? Ku(r.length, j1) : [], H = U.length;
|
|
5541
5541
|
for (var ne in r)
|
|
5542
5542
|
(s || St.call(r, ne)) && !($ && // Safari 9 has enumerable `arguments.length` in strict mode.
|
|
5543
5543
|
(ne == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
|
|
@@ -5570,15 +5570,15 @@ iu.exports;
|
|
|
5570
5570
|
return -1;
|
|
5571
5571
|
}
|
|
5572
5572
|
function Fy(r, s, c, m) {
|
|
5573
|
-
return
|
|
5573
|
+
return ei(r, function(O, L, $) {
|
|
5574
5574
|
s(m, O, c(O), $);
|
|
5575
5575
|
}), m;
|
|
5576
5576
|
}
|
|
5577
5577
|
function Jf(r, s) {
|
|
5578
|
-
return r &&
|
|
5578
|
+
return r && br(s, on(s), r);
|
|
5579
5579
|
}
|
|
5580
5580
|
function By(r, s) {
|
|
5581
|
-
return r &&
|
|
5581
|
+
return r && br(s, Cn(s), r);
|
|
5582
5582
|
}
|
|
5583
5583
|
function Br(r, s, c) {
|
|
5584
5584
|
s == "__proto__" && ra ? ra(r, s, {
|
|
@@ -5608,7 +5608,7 @@ iu.exports;
|
|
|
5608
5608
|
return En(r, $);
|
|
5609
5609
|
} else {
|
|
5610
5610
|
var se = hn(r), me = se == _t || se == sn;
|
|
5611
|
-
if (
|
|
5611
|
+
if (ii(r))
|
|
5612
5612
|
return bd(r, U);
|
|
5613
5613
|
if (se == wt || se == ie || me && !O) {
|
|
5614
5614
|
if ($ = H || me ? {} : jd(r), !U)
|
|
@@ -5674,10 +5674,10 @@ iu.exports;
|
|
|
5674
5674
|
}
|
|
5675
5675
|
return H;
|
|
5676
5676
|
}
|
|
5677
|
-
var
|
|
5677
|
+
var ei = Sd(wr), Qf = Sd(tc, !0);
|
|
5678
5678
|
function Py(r, s) {
|
|
5679
5679
|
var c = !0;
|
|
5680
|
-
return
|
|
5680
|
+
return ei(r, function(m, O, L) {
|
|
5681
5681
|
return c = !!s(m, O, L), c;
|
|
5682
5682
|
}), c;
|
|
5683
5683
|
}
|
|
@@ -5697,7 +5697,7 @@ iu.exports;
|
|
|
5697
5697
|
}
|
|
5698
5698
|
function Zf(r, s) {
|
|
5699
5699
|
var c = [];
|
|
5700
|
-
return
|
|
5700
|
+
return ei(r, function(m, O, L) {
|
|
5701
5701
|
s(m, O, L) && c.push(m);
|
|
5702
5702
|
}), c;
|
|
5703
5703
|
}
|
|
@@ -5705,31 +5705,31 @@ iu.exports;
|
|
|
5705
5705
|
var L = -1, $ = r.length;
|
|
5706
5706
|
for (c || (c = Em), O || (O = []); ++L < $; ) {
|
|
5707
5707
|
var U = r[L];
|
|
5708
|
-
s > 0 && c(U) ? s > 1 ? un(U, s - 1, c, m, O) :
|
|
5708
|
+
s > 0 && c(U) ? s > 1 ? un(U, s - 1, c, m, O) : Xr(O, U) : m || (O[O.length] = U);
|
|
5709
5709
|
}
|
|
5710
5710
|
return O;
|
|
5711
5711
|
}
|
|
5712
5712
|
var ec = Cd(), ed = Cd(!0);
|
|
5713
|
-
function
|
|
5713
|
+
function wr(r, s) {
|
|
5714
5714
|
return r && ec(r, s, on);
|
|
5715
5715
|
}
|
|
5716
5716
|
function tc(r, s) {
|
|
5717
5717
|
return r && ed(r, s, on);
|
|
5718
5718
|
}
|
|
5719
5719
|
function fa(r, s) {
|
|
5720
|
-
return
|
|
5720
|
+
return Yr(s, function(c) {
|
|
5721
5721
|
return Rr(r[c]);
|
|
5722
5722
|
});
|
|
5723
5723
|
}
|
|
5724
5724
|
function xi(r, s) {
|
|
5725
|
-
s =
|
|
5725
|
+
s = ni(s, r);
|
|
5726
5726
|
for (var c = 0, m = s.length; r != null && c < m; )
|
|
5727
|
-
r = r[
|
|
5727
|
+
r = r[vr(s[c++])];
|
|
5728
5728
|
return c && c == m ? r : n;
|
|
5729
5729
|
}
|
|
5730
5730
|
function td(r, s, c) {
|
|
5731
5731
|
var m = s(r);
|
|
5732
|
-
return Ue(r) ? m :
|
|
5732
|
+
return Ue(r) ? m : Xr(m, c(r));
|
|
5733
5733
|
}
|
|
5734
5734
|
function yn(r) {
|
|
5735
5735
|
return r == null ? r === n ? At : jt : mi && mi in Ct(r) ? mm(r) : Im(r);
|
|
@@ -5768,33 +5768,33 @@ iu.exports;
|
|
|
5768
5768
|
return ne;
|
|
5769
5769
|
}
|
|
5770
5770
|
function $y(r, s, c, m) {
|
|
5771
|
-
return
|
|
5771
|
+
return wr(r, function(O, L, $) {
|
|
5772
5772
|
s(m, c(O), L, $);
|
|
5773
5773
|
}), m;
|
|
5774
5774
|
}
|
|
5775
5775
|
function Xs(r, s, c) {
|
|
5776
|
-
s =
|
|
5777
|
-
var m = r == null ? r : r[
|
|
5776
|
+
s = ni(s, r), r = Vd(r, s);
|
|
5777
|
+
var m = r == null ? r : r[vr(zn(s))];
|
|
5778
5778
|
return m == null ? n : Bn(m, r, c);
|
|
5779
5779
|
}
|
|
5780
5780
|
function nd(r) {
|
|
5781
|
-
return
|
|
5781
|
+
return Ut(r) && yn(r) == ie;
|
|
5782
5782
|
}
|
|
5783
5783
|
function My(r) {
|
|
5784
|
-
return
|
|
5784
|
+
return Ut(r) && yn(r) == ge;
|
|
5785
5785
|
}
|
|
5786
5786
|
function Uy(r) {
|
|
5787
|
-
return
|
|
5787
|
+
return Ut(r) && yn(r) == Ie;
|
|
5788
5788
|
}
|
|
5789
5789
|
function Qs(r, s, c, m, O) {
|
|
5790
|
-
return r === s ? !0 : r == null || s == null || !
|
|
5790
|
+
return r === s ? !0 : r == null || s == null || !Ut(r) && !Ut(s) ? r !== r && s !== s : Vy(r, s, c, m, Qs, O);
|
|
5791
5791
|
}
|
|
5792
5792
|
function Vy(r, s, c, m, O, L) {
|
|
5793
5793
|
var $ = Ue(r), U = Ue(s), H = $ ? Te : hn(r), ne = U ? Te : hn(s);
|
|
5794
5794
|
H = H == ie ? wt : H, ne = ne == ie ? wt : ne;
|
|
5795
5795
|
var re = H == wt, se = ne == wt, me = H == ne;
|
|
5796
|
-
if (me &&
|
|
5797
|
-
if (!
|
|
5796
|
+
if (me && ii(r)) {
|
|
5797
|
+
if (!ii(s))
|
|
5798
5798
|
return !1;
|
|
5799
5799
|
$ = !0, re = !1;
|
|
5800
5800
|
}
|
|
@@ -5810,7 +5810,7 @@ iu.exports;
|
|
|
5810
5810
|
return me ? (L || (L = new sr()), ym(r, s, c, m, O, L)) : !1;
|
|
5811
5811
|
}
|
|
5812
5812
|
function qy(r) {
|
|
5813
|
-
return
|
|
5813
|
+
return Ut(r) && hn(r) == Rt;
|
|
5814
5814
|
}
|
|
5815
5815
|
function ic(r, s, c, m) {
|
|
5816
5816
|
var O = c.length, L = O, $ = !m;
|
|
@@ -5844,13 +5844,13 @@ iu.exports;
|
|
|
5844
5844
|
return s.test(Ei(r));
|
|
5845
5845
|
}
|
|
5846
5846
|
function Wy(r) {
|
|
5847
|
-
return
|
|
5847
|
+
return Ut(r) && yn(r) == Se;
|
|
5848
5848
|
}
|
|
5849
5849
|
function Ky(r) {
|
|
5850
|
-
return
|
|
5850
|
+
return Ut(r) && hn(r) == Fe;
|
|
5851
5851
|
}
|
|
5852
5852
|
function Hy(r) {
|
|
5853
|
-
return
|
|
5853
|
+
return Ut(r) && Oa(r.length) && !!Ft[yn(r)];
|
|
5854
5854
|
}
|
|
5855
5855
|
function id(r) {
|
|
5856
5856
|
return typeof r == "function" ? r : r == null ? _n : typeof r == "object" ? Ue(r) ? ad(r[0], r[1]) : od(r) : _h(r);
|
|
@@ -5876,7 +5876,7 @@ iu.exports;
|
|
|
5876
5876
|
}
|
|
5877
5877
|
function sd(r, s) {
|
|
5878
5878
|
var c = -1, m = Sn(r) ? Y(r.length) : [];
|
|
5879
|
-
return
|
|
5879
|
+
return ei(r, function(O, L, $) {
|
|
5880
5880
|
m[++c] = s(O, L, $);
|
|
5881
5881
|
}), m;
|
|
5882
5882
|
}
|
|
@@ -5887,7 +5887,7 @@ iu.exports;
|
|
|
5887
5887
|
};
|
|
5888
5888
|
}
|
|
5889
5889
|
function ad(r, s) {
|
|
5890
|
-
return Ec(r) && $d(s) ? Md(
|
|
5890
|
+
return Ec(r) && $d(s) ? Md(vr(r), s) : function(c) {
|
|
5891
5891
|
var m = Dc(c, r);
|
|
5892
5892
|
return m === n && m === s ? Pc(c, r) : Qs(s, m, A | E);
|
|
5893
5893
|
};
|
|
@@ -5910,7 +5910,7 @@ iu.exports;
|
|
|
5910
5910
|
}
|
|
5911
5911
|
var re = L ? L(U, H, c + "", r, s, $) : n, se = re === n;
|
|
5912
5912
|
if (se) {
|
|
5913
|
-
var me = Ue(H), ke = !me &&
|
|
5913
|
+
var me = Ue(H), ke = !me && ii(H), Le = !me && !ke && is(H);
|
|
5914
5914
|
re = H, me || ke || Le ? Ue(U) ? re = U : Kt(U) ? re = En(U) : ke ? (se = !1, re = bd(H, !0)) : Le ? (se = !1, re = vd(H, !0)) : re = [] : ro(H) || Si(H) ? (re = U, Si(U) ? re = yh(U) : (!$t(U) || Rr(U)) && (re = jd(H))) : se = !1;
|
|
5915
5915
|
}
|
|
5916
5916
|
se && ($.set(H, re), O(re, H, m, L, $), $.delete(H)), Qu(r, c, re);
|
|
@@ -5946,7 +5946,7 @@ iu.exports;
|
|
|
5946
5946
|
function ld(r, s, c) {
|
|
5947
5947
|
for (var m = -1, O = s.length, L = {}; ++m < O; ) {
|
|
5948
5948
|
var $ = s[m], U = xi(r, $);
|
|
5949
|
-
c(U, $) && Zs(L,
|
|
5949
|
+
c(U, $) && Zs(L, ni($, r), U);
|
|
5950
5950
|
}
|
|
5951
5951
|
return L;
|
|
5952
5952
|
}
|
|
@@ -5989,7 +5989,7 @@ iu.exports;
|
|
|
5989
5989
|
while (s);
|
|
5990
5990
|
return c;
|
|
5991
5991
|
}
|
|
5992
|
-
function
|
|
5992
|
+
function Xe(r, s) {
|
|
5993
5993
|
return _c(Ud(r, s, _n), r + "");
|
|
5994
5994
|
}
|
|
5995
5995
|
function Qy(r) {
|
|
@@ -6002,9 +6002,9 @@ iu.exports;
|
|
|
6002
6002
|
function Zs(r, s, c, m) {
|
|
6003
6003
|
if (!$t(r))
|
|
6004
6004
|
return r;
|
|
6005
|
-
s =
|
|
6005
|
+
s = ni(s, r);
|
|
6006
6006
|
for (var O = -1, L = s.length, $ = L - 1, U = r; U != null && ++O < L; ) {
|
|
6007
|
-
var H =
|
|
6007
|
+
var H = vr(s[O]), ne = c;
|
|
6008
6008
|
if (H === "__proto__" || H === "constructor" || H === "prototype")
|
|
6009
6009
|
return r;
|
|
6010
6010
|
if (O != $) {
|
|
@@ -6037,7 +6037,7 @@ iu.exports;
|
|
|
6037
6037
|
}
|
|
6038
6038
|
function nm(r, s) {
|
|
6039
6039
|
var c;
|
|
6040
|
-
return
|
|
6040
|
+
return ei(r, function(m, O, L) {
|
|
6041
6041
|
return c = s(m, O, L), !c;
|
|
6042
6042
|
}), !!c;
|
|
6043
6043
|
}
|
|
@@ -6089,7 +6089,7 @@ iu.exports;
|
|
|
6089
6089
|
var s = r + "";
|
|
6090
6090
|
return s == "0" && 1 / r == -1 / 0 ? "-0" : s;
|
|
6091
6091
|
}
|
|
6092
|
-
function
|
|
6092
|
+
function ti(r, s, c) {
|
|
6093
6093
|
var m = -1, O = Ho, L = r.length, $ = !0, U = [], H = U;
|
|
6094
6094
|
if (c)
|
|
6095
6095
|
$ = !1, O = $u;
|
|
@@ -6113,7 +6113,7 @@ iu.exports;
|
|
|
6113
6113
|
return U;
|
|
6114
6114
|
}
|
|
6115
6115
|
function fc(r, s) {
|
|
6116
|
-
return s =
|
|
6116
|
+
return s = ni(s, r), r = Vd(r, s), r == null || delete r[vr(zn(s))];
|
|
6117
6117
|
}
|
|
6118
6118
|
function gd(r, s, c, m) {
|
|
6119
6119
|
return Zs(r, s, c(xi(r, s)), m);
|
|
@@ -6126,17 +6126,17 @@ iu.exports;
|
|
|
6126
6126
|
function yd(r, s) {
|
|
6127
6127
|
var c = r;
|
|
6128
6128
|
return c instanceof st && (c = c.value()), Mu(s, function(m, O) {
|
|
6129
|
-
return O.func.apply(O.thisArg,
|
|
6129
|
+
return O.func.apply(O.thisArg, Xr([m], O.args));
|
|
6130
6130
|
}, c);
|
|
6131
6131
|
}
|
|
6132
6132
|
function dc(r, s, c) {
|
|
6133
6133
|
var m = r.length;
|
|
6134
6134
|
if (m < 2)
|
|
6135
|
-
return m ?
|
|
6135
|
+
return m ? ti(r[0]) : [];
|
|
6136
6136
|
for (var O = -1, L = Y(m); ++O < m; )
|
|
6137
6137
|
for (var $ = r[O], U = -1; ++U < m; )
|
|
6138
6138
|
U != O && (L[O] = Ys(L[O] || $, r[U], s, c));
|
|
6139
|
-
return
|
|
6139
|
+
return ti(un(L, 1), s, c);
|
|
6140
6140
|
}
|
|
6141
6141
|
function md(r, s, c) {
|
|
6142
6142
|
for (var m = -1, O = r.length, L = s.length, $ = {}; ++m < O; ) {
|
|
@@ -6151,11 +6151,11 @@ iu.exports;
|
|
|
6151
6151
|
function pc(r) {
|
|
6152
6152
|
return typeof r == "function" ? r : _n;
|
|
6153
6153
|
}
|
|
6154
|
-
function
|
|
6154
|
+
function ni(r, s) {
|
|
6155
6155
|
return Ue(r) ? r : Ec(r, s) ? [r] : Hd(bt(r));
|
|
6156
6156
|
}
|
|
6157
|
-
var rm =
|
|
6158
|
-
function
|
|
6157
|
+
var rm = Xe;
|
|
6158
|
+
function ri(r, s, c) {
|
|
6159
6159
|
var m = r.length;
|
|
6160
6160
|
return c = c === n ? m : c, !s && c >= m ? r : Hn(r, s, c);
|
|
6161
6161
|
}
|
|
@@ -6233,7 +6233,7 @@ iu.exports;
|
|
|
6233
6233
|
s[c] = r[c];
|
|
6234
6234
|
return s;
|
|
6235
6235
|
}
|
|
6236
|
-
function
|
|
6236
|
+
function br(r, s, c, m) {
|
|
6237
6237
|
var O = !c;
|
|
6238
6238
|
c || (c = {});
|
|
6239
6239
|
for (var L = -1, $ = s.length; ++L < $; ) {
|
|
@@ -6243,10 +6243,10 @@ iu.exports;
|
|
|
6243
6243
|
return c;
|
|
6244
6244
|
}
|
|
6245
6245
|
function um(r, s) {
|
|
6246
|
-
return
|
|
6246
|
+
return br(r, Ac(r), s);
|
|
6247
6247
|
}
|
|
6248
6248
|
function cm(r, s) {
|
|
6249
|
-
return
|
|
6249
|
+
return br(r, Rd(r), s);
|
|
6250
6250
|
}
|
|
6251
6251
|
function ga(r, s) {
|
|
6252
6252
|
return function(c, m) {
|
|
@@ -6255,7 +6255,7 @@ iu.exports;
|
|
|
6255
6255
|
};
|
|
6256
6256
|
}
|
|
6257
6257
|
function ts(r) {
|
|
6258
|
-
return
|
|
6258
|
+
return Xe(function(s, c) {
|
|
6259
6259
|
var m = -1, O = c.length, L = O > 1 ? c[O - 1] : n, $ = O > 2 ? c[2] : n;
|
|
6260
6260
|
for (L = r.length > 3 && typeof L == "function" ? (O--, L) : n, $ && mn(c[0], c[1], $) && (L = O < 3 ? n : L, O = 1), s = Ct(s); ++m < O; ) {
|
|
6261
6261
|
var U = c[m];
|
|
@@ -6296,7 +6296,7 @@ iu.exports;
|
|
|
6296
6296
|
function _d(r) {
|
|
6297
6297
|
return function(s) {
|
|
6298
6298
|
s = bt(s);
|
|
6299
|
-
var c = Gi(s) ? ir(s) : n, m = c ? c[0] : s.charAt(0), O = c ?
|
|
6299
|
+
var c = Gi(s) ? ir(s) : n, m = c ? c[0] : s.charAt(0), O = c ? ri(c, 1).join("") : s.slice(1);
|
|
6300
6300
|
return m[r]() + O;
|
|
6301
6301
|
};
|
|
6302
6302
|
}
|
|
@@ -6335,7 +6335,7 @@ iu.exports;
|
|
|
6335
6335
|
function O() {
|
|
6336
6336
|
for (var L = arguments.length, $ = Y(L), U = L, H = rs(O); U--; )
|
|
6337
6337
|
$[U] = arguments[U];
|
|
6338
|
-
var ne = L < 3 && $[0] !== H && $[L - 1] !== H ? [] :
|
|
6338
|
+
var ne = L < 3 && $[0] !== H && $[L - 1] !== H ? [] : Qr($, H);
|
|
6339
6339
|
if (L -= ne.length, L < c)
|
|
6340
6340
|
return Fd(
|
|
6341
6341
|
r,
|
|
@@ -6400,7 +6400,7 @@ iu.exports;
|
|
|
6400
6400
|
if (ke)
|
|
6401
6401
|
var wn = rs(Re), Nn = E1(ot, wn);
|
|
6402
6402
|
if (m && (ot = Ad(ot, m, O, ke)), L && (ot = Ed(ot, L, $, ke)), tt -= Nn, ke && tt < ne) {
|
|
6403
|
-
var Ht =
|
|
6403
|
+
var Ht = Qr(ot, wn);
|
|
6404
6404
|
return Fd(
|
|
6405
6405
|
r,
|
|
6406
6406
|
s,
|
|
@@ -6439,7 +6439,7 @@ iu.exports;
|
|
|
6439
6439
|
}
|
|
6440
6440
|
function yc(r) {
|
|
6441
6441
|
return Pr(function(s) {
|
|
6442
|
-
return s = Pt(s, Dn(Pe())),
|
|
6442
|
+
return s = Pt(s, Dn(Pe())), Xe(function(c) {
|
|
6443
6443
|
var m = this;
|
|
6444
6444
|
return r(s, function(O) {
|
|
6445
6445
|
return Bn(O, m, c);
|
|
@@ -6453,7 +6453,7 @@ iu.exports;
|
|
|
6453
6453
|
if (c < 2)
|
|
6454
6454
|
return c ? cc(s, r) : s;
|
|
6455
6455
|
var m = cc(s, ia(r / Ji(s)));
|
|
6456
|
-
return Gi(s) ?
|
|
6456
|
+
return Gi(s) ? ri(ir(m), 0, r).join("") : m.slice(0, r);
|
|
6457
6457
|
}
|
|
6458
6458
|
function dm(r, s, c, m) {
|
|
6459
6459
|
var O = s & b, L = eo(r);
|
|
@@ -6701,12 +6701,12 @@ iu.exports;
|
|
|
6701
6701
|
return m && (s ? r[mi] = c : delete r[mi]), O;
|
|
6702
6702
|
}
|
|
6703
6703
|
var Ac = Ju ? function(r) {
|
|
6704
|
-
return r == null ? [] : (r = Ct(r),
|
|
6704
|
+
return r == null ? [] : (r = Ct(r), Yr(Ju(r), function(s) {
|
|
6705
6705
|
return Vf.call(r, s);
|
|
6706
6706
|
}));
|
|
6707
6707
|
} : Mc, Rd = Ju ? function(r) {
|
|
6708
6708
|
for (var s = []; r; )
|
|
6709
|
-
|
|
6709
|
+
Xr(s, Ac(r)), r = ta(r);
|
|
6710
6710
|
return s;
|
|
6711
6711
|
} : Mc, hn = yn;
|
|
6712
6712
|
(Yu && hn(new Yu(new ArrayBuffer(1))) != Ce || Ks && hn(new Ks()) != Rt || Xu && hn(Xu.resolve()) != Tn || Qi && hn(new Qi()) != Fe || Hs && hn(new Hs()) != Et) && (hn = function(r) {
|
|
@@ -6751,9 +6751,9 @@ iu.exports;
|
|
|
6751
6751
|
return s ? s[1].split(M) : [];
|
|
6752
6752
|
}
|
|
6753
6753
|
function Nd(r, s, c) {
|
|
6754
|
-
s =
|
|
6754
|
+
s = ni(s, r);
|
|
6755
6755
|
for (var m = -1, O = s.length, L = !1; ++m < O; ) {
|
|
6756
|
-
var $ =
|
|
6756
|
+
var $ = vr(s[m]);
|
|
6757
6757
|
if (!(L = r != null && c(r, $)))
|
|
6758
6758
|
break;
|
|
6759
6759
|
r = r[$];
|
|
@@ -6871,9 +6871,9 @@ iu.exports;
|
|
|
6871
6871
|
var U = s[3];
|
|
6872
6872
|
if (U) {
|
|
6873
6873
|
var H = r[3];
|
|
6874
|
-
r[3] = H ? Ad(H, U, s[4]) : U, r[4] = H ?
|
|
6874
|
+
r[3] = H ? Ad(H, U, s[4]) : U, r[4] = H ? Qr(r[3], g) : s[4];
|
|
6875
6875
|
}
|
|
6876
|
-
return U = s[5], U && (H = r[5], r[5] = H ? Ed(H, U, s[6]) : U, r[6] = H ?
|
|
6876
|
+
return U = s[5], U && (H = r[5], r[5] = H ? Ed(H, U, s[6]) : U, r[6] = H ? Qr(r[5], g) : s[6]), U = s[7], U && (r[7] = U), m & I && (r[8] = r[8] == null ? s[8] : dn(r[8], s[8])), r[9] == null && (r[9] = s[9]), r[0] = s[0], r[1] = O, r;
|
|
6877
6877
|
}
|
|
6878
6878
|
function Tm(r) {
|
|
6879
6879
|
var s = [];
|
|
@@ -6942,7 +6942,7 @@ iu.exports;
|
|
|
6942
6942
|
s.push(O ? L.replace(Oe, "$1") : m || c);
|
|
6943
6943
|
}), s;
|
|
6944
6944
|
});
|
|
6945
|
-
function
|
|
6945
|
+
function vr(r) {
|
|
6946
6946
|
if (typeof r == "string" || Ln(r))
|
|
6947
6947
|
return r;
|
|
6948
6948
|
var s = r + "";
|
|
@@ -6995,14 +6995,14 @@ iu.exports;
|
|
|
6995
6995
|
return [];
|
|
6996
6996
|
for (var s = Y(r - 1), c = arguments[0], m = r; m--; )
|
|
6997
6997
|
s[m - 1] = arguments[m];
|
|
6998
|
-
return
|
|
6998
|
+
return Xr(Ue(c) ? En(c) : [c], un(s, 1));
|
|
6999
6999
|
}
|
|
7000
|
-
var Rm =
|
|
7000
|
+
var Rm = Xe(function(r, s) {
|
|
7001
7001
|
return Kt(r) ? Ys(r, un(s, 1, Kt, !0)) : [];
|
|
7002
|
-
}), Nm =
|
|
7002
|
+
}), Nm = Xe(function(r, s) {
|
|
7003
7003
|
var c = zn(s);
|
|
7004
7004
|
return Kt(c) && (c = n), Kt(r) ? Ys(r, un(s, 1, Kt, !0), Pe(c, 2)) : [];
|
|
7005
|
-
}), jm =
|
|
7005
|
+
}), jm = Xe(function(r, s) {
|
|
7006
7006
|
var c = zn(s);
|
|
7007
7007
|
return Kt(c) && (c = n), Kt(r) ? Ys(r, un(s, 1, Kt, !0), n, c) : [];
|
|
7008
7008
|
});
|
|
@@ -7071,13 +7071,13 @@ iu.exports;
|
|
|
7071
7071
|
var s = r == null ? 0 : r.length;
|
|
7072
7072
|
return s ? Hn(r, 0, -1) : [];
|
|
7073
7073
|
}
|
|
7074
|
-
var Jm =
|
|
7074
|
+
var Jm = Xe(function(r) {
|
|
7075
7075
|
var s = Pt(r, hc);
|
|
7076
7076
|
return s.length && s[0] === r[0] ? rc(s) : [];
|
|
7077
|
-
}), Ym =
|
|
7077
|
+
}), Ym = Xe(function(r) {
|
|
7078
7078
|
var s = zn(r), c = Pt(r, hc);
|
|
7079
7079
|
return s === zn(c) ? s = n : c.pop(), c.length && c[0] === r[0] ? rc(c, Pe(s, 2)) : [];
|
|
7080
|
-
}), Xm =
|
|
7080
|
+
}), Xm = Xe(function(r) {
|
|
7081
7081
|
var s = zn(r), c = Pt(r, hc);
|
|
7082
7082
|
return s = typeof s == "function" ? s : n, s && c.pop(), c.length && c[0] === r[0] ? rc(c, n, s) : [];
|
|
7083
7083
|
});
|
|
@@ -7098,7 +7098,7 @@ iu.exports;
|
|
|
7098
7098
|
function e2(r, s) {
|
|
7099
7099
|
return r && r.length ? ud(r, He(s)) : n;
|
|
7100
7100
|
}
|
|
7101
|
-
var t2 =
|
|
7101
|
+
var t2 = Xe(Qd);
|
|
7102
7102
|
function Qd(r, s) {
|
|
7103
7103
|
return r && r.length && s && s.length ? ac(r, s) : r;
|
|
7104
7104
|
}
|
|
@@ -7185,29 +7185,29 @@ iu.exports;
|
|
|
7185
7185
|
function b2(r, s) {
|
|
7186
7186
|
return r && r.length ? pa(r, Pe(s, 3)) : [];
|
|
7187
7187
|
}
|
|
7188
|
-
var v2 =
|
|
7189
|
-
return
|
|
7190
|
-
}), x2 =
|
|
7188
|
+
var v2 = Xe(function(r) {
|
|
7189
|
+
return ti(un(r, 1, Kt, !0));
|
|
7190
|
+
}), x2 = Xe(function(r) {
|
|
7191
7191
|
var s = zn(r);
|
|
7192
|
-
return Kt(s) && (s = n),
|
|
7193
|
-
}), A2 =
|
|
7192
|
+
return Kt(s) && (s = n), ti(un(r, 1, Kt, !0), Pe(s, 2));
|
|
7193
|
+
}), A2 = Xe(function(r) {
|
|
7194
7194
|
var s = zn(r);
|
|
7195
|
-
return s = typeof s == "function" ? s : n,
|
|
7195
|
+
return s = typeof s == "function" ? s : n, ti(un(r, 1, Kt, !0), n, s);
|
|
7196
7196
|
});
|
|
7197
7197
|
function E2(r) {
|
|
7198
|
-
return r && r.length ?
|
|
7198
|
+
return r && r.length ? ti(r) : [];
|
|
7199
7199
|
}
|
|
7200
7200
|
function S2(r, s) {
|
|
7201
|
-
return r && r.length ?
|
|
7201
|
+
return r && r.length ? ti(r, Pe(s, 2)) : [];
|
|
7202
7202
|
}
|
|
7203
7203
|
function C2(r, s) {
|
|
7204
|
-
return s = typeof s == "function" ? s : n, r && r.length ?
|
|
7204
|
+
return s = typeof s == "function" ? s : n, r && r.length ? ti(r, n, s) : [];
|
|
7205
7205
|
}
|
|
7206
7206
|
function Oc(r) {
|
|
7207
7207
|
if (!(r && r.length))
|
|
7208
7208
|
return [];
|
|
7209
7209
|
var s = 0;
|
|
7210
|
-
return r =
|
|
7210
|
+
return r = Yr(r, function(c) {
|
|
7211
7211
|
if (Kt(c))
|
|
7212
7212
|
return s = nn(c.length, s), !0;
|
|
7213
7213
|
}), Ku(s, function(c) {
|
|
@@ -7222,24 +7222,24 @@ iu.exports;
|
|
|
7222
7222
|
return Bn(s, n, m);
|
|
7223
7223
|
});
|
|
7224
7224
|
}
|
|
7225
|
-
var _2 =
|
|
7225
|
+
var _2 = Xe(function(r, s) {
|
|
7226
7226
|
return Kt(r) ? Ys(r, s) : [];
|
|
7227
|
-
}), k2 =
|
|
7228
|
-
return dc(
|
|
7229
|
-
}), O2 =
|
|
7227
|
+
}), k2 = Xe(function(r) {
|
|
7228
|
+
return dc(Yr(r, Kt));
|
|
7229
|
+
}), O2 = Xe(function(r) {
|
|
7230
7230
|
var s = zn(r);
|
|
7231
|
-
return Kt(s) && (s = n), dc(
|
|
7232
|
-
}), T2 =
|
|
7231
|
+
return Kt(s) && (s = n), dc(Yr(r, Kt), Pe(s, 2));
|
|
7232
|
+
}), T2 = Xe(function(r) {
|
|
7233
7233
|
var s = zn(r);
|
|
7234
|
-
return s = typeof s == "function" ? s : n, dc(
|
|
7235
|
-
}), I2 =
|
|
7234
|
+
return s = typeof s == "function" ? s : n, dc(Yr(r, Kt), n, s);
|
|
7235
|
+
}), I2 = Xe(Oc);
|
|
7236
7236
|
function F2(r, s) {
|
|
7237
7237
|
return md(r || [], s || [], Js);
|
|
7238
7238
|
}
|
|
7239
7239
|
function B2(r, s) {
|
|
7240
7240
|
return md(r || [], s || [], Zs);
|
|
7241
7241
|
}
|
|
7242
|
-
var D2 =
|
|
7242
|
+
var D2 = Xe(function(r) {
|
|
7243
7243
|
var s = r.length, c = s > 1 ? r[s - 1] : n;
|
|
7244
7244
|
return c = typeof c == "function" ? (r.pop(), c) : n, Zd(r, c);
|
|
7245
7245
|
});
|
|
@@ -7311,7 +7311,7 @@ iu.exports;
|
|
|
7311
7311
|
return c && mn(r, s, c) && (s = n), m(r, Pe(s, 3));
|
|
7312
7312
|
}
|
|
7313
7313
|
function K2(r, s) {
|
|
7314
|
-
var c = Ue(r) ?
|
|
7314
|
+
var c = Ue(r) ? Yr : Zf;
|
|
7315
7315
|
return c(r, Pe(s, 3));
|
|
7316
7316
|
}
|
|
7317
7317
|
var H2 = kd(Gd), z2 = kd(Jd);
|
|
@@ -7325,7 +7325,7 @@ iu.exports;
|
|
|
7325
7325
|
return c = c === n ? 1 : He(c), un(Sa(r, s), c);
|
|
7326
7326
|
}
|
|
7327
7327
|
function th(r, s) {
|
|
7328
|
-
var c = Ue(r) ? Vn :
|
|
7328
|
+
var c = Ue(r) ? Vn : ei;
|
|
7329
7329
|
return c(r, Pe(s, 3));
|
|
7330
7330
|
}
|
|
7331
7331
|
function nh(r, s) {
|
|
@@ -7340,9 +7340,9 @@ iu.exports;
|
|
|
7340
7340
|
var O = r.length;
|
|
7341
7341
|
return c < 0 && (c = nn(O + c, 0)), Ta(r) ? c <= O && r.indexOf(s, c) > -1 : !!O && zi(r, s, c) > -1;
|
|
7342
7342
|
}
|
|
7343
|
-
var Z2 =
|
|
7343
|
+
var Z2 = Xe(function(r, s, c) {
|
|
7344
7344
|
var m = -1, O = typeof s == "function", L = Sn(r) ? Y(r.length) : [];
|
|
7345
|
-
return
|
|
7345
|
+
return ei(r, function($) {
|
|
7346
7346
|
L[++m] = O ? Bn(s, $, c) : Xs($, s, c);
|
|
7347
7347
|
}), L;
|
|
7348
7348
|
}), ew = ga(function(r, s, c) {
|
|
@@ -7362,14 +7362,14 @@ iu.exports;
|
|
|
7362
7362
|
});
|
|
7363
7363
|
function rw(r, s, c) {
|
|
7364
7364
|
var m = Ue(r) ? Mu : Df, O = arguments.length < 3;
|
|
7365
|
-
return m(r, Pe(s, 4), c, O,
|
|
7365
|
+
return m(r, Pe(s, 4), c, O, ei);
|
|
7366
7366
|
}
|
|
7367
7367
|
function iw(r, s, c) {
|
|
7368
7368
|
var m = Ue(r) ? y1 : Df, O = arguments.length < 3;
|
|
7369
7369
|
return m(r, Pe(s, 4), c, O, Qf);
|
|
7370
7370
|
}
|
|
7371
7371
|
function sw(r, s) {
|
|
7372
|
-
var c = Ue(r) ?
|
|
7372
|
+
var c = Ue(r) ? Yr : Zf;
|
|
7373
7373
|
return c(r, ka(Pe(s, 3)));
|
|
7374
7374
|
}
|
|
7375
7375
|
function ow(r) {
|
|
@@ -7397,7 +7397,7 @@ iu.exports;
|
|
|
7397
7397
|
var m = Ue(r) ? Uu : nm;
|
|
7398
7398
|
return c && mn(r, s, c) && (s = n), m(r, Pe(s, 3));
|
|
7399
7399
|
}
|
|
7400
|
-
var fw =
|
|
7400
|
+
var fw = Xe(function(r, s) {
|
|
7401
7401
|
if (r == null)
|
|
7402
7402
|
return [];
|
|
7403
7403
|
var c = s.length;
|
|
@@ -7424,17 +7424,17 @@ iu.exports;
|
|
|
7424
7424
|
return --r > 0 && (c = s.apply(this, arguments)), r <= 1 && (s = n), c;
|
|
7425
7425
|
};
|
|
7426
7426
|
}
|
|
7427
|
-
var Tc =
|
|
7427
|
+
var Tc = Xe(function(r, s, c) {
|
|
7428
7428
|
var m = b;
|
|
7429
7429
|
if (c.length) {
|
|
7430
|
-
var O =
|
|
7430
|
+
var O = Qr(c, rs(Tc));
|
|
7431
7431
|
m |= F;
|
|
7432
7432
|
}
|
|
7433
7433
|
return Dr(r, m, s, c, O);
|
|
7434
|
-
}), sh =
|
|
7434
|
+
}), sh = Xe(function(r, s, c) {
|
|
7435
7435
|
var m = b | B;
|
|
7436
7436
|
if (c.length) {
|
|
7437
|
-
var O =
|
|
7437
|
+
var O = Qr(c, rs(sh));
|
|
7438
7438
|
m |= F;
|
|
7439
7439
|
}
|
|
7440
7440
|
return Dr(s, m, r, c, O);
|
|
@@ -7496,9 +7496,9 @@ iu.exports;
|
|
|
7496
7496
|
}
|
|
7497
7497
|
return Nn.cancel = Rn, Nn.flush = wn, Nn;
|
|
7498
7498
|
}
|
|
7499
|
-
var hw =
|
|
7499
|
+
var hw = Xe(function(r, s) {
|
|
7500
7500
|
return Xf(r, 1, s);
|
|
7501
|
-
}), pw =
|
|
7501
|
+
}), pw = Xe(function(r, s, c) {
|
|
7502
7502
|
return Xf(r, Gn(s) || 0, c);
|
|
7503
7503
|
});
|
|
7504
7504
|
function gw(r) {
|
|
@@ -7541,16 +7541,16 @@ iu.exports;
|
|
|
7541
7541
|
var mw = rm(function(r, s) {
|
|
7542
7542
|
s = s.length == 1 && Ue(s[0]) ? Pt(s[0], Dn(Pe())) : Pt(un(s, 1), Dn(Pe()));
|
|
7543
7543
|
var c = s.length;
|
|
7544
|
-
return
|
|
7544
|
+
return Xe(function(m) {
|
|
7545
7545
|
for (var O = -1, L = dn(m.length, c); ++O < L; )
|
|
7546
7546
|
m[O] = s[O].call(this, m[O]);
|
|
7547
7547
|
return Bn(r, this, m);
|
|
7548
7548
|
});
|
|
7549
|
-
}), Ic =
|
|
7550
|
-
var c =
|
|
7549
|
+
}), Ic = Xe(function(r, s) {
|
|
7550
|
+
var c = Qr(s, rs(Ic));
|
|
7551
7551
|
return Dr(r, F, n, s, c);
|
|
7552
|
-
}), ch =
|
|
7553
|
-
var c =
|
|
7552
|
+
}), ch = Xe(function(r, s) {
|
|
7553
|
+
var c = Qr(s, rs(ch));
|
|
7554
7554
|
return Dr(r, P, n, s, c);
|
|
7555
7555
|
}), ww = Pr(function(r, s) {
|
|
7556
7556
|
return Dr(r, q, n, n, n, s);
|
|
@@ -7558,14 +7558,14 @@ iu.exports;
|
|
|
7558
7558
|
function bw(r, s) {
|
|
7559
7559
|
if (typeof r != "function")
|
|
7560
7560
|
throw new qn(u);
|
|
7561
|
-
return s = s === n ? s : He(s),
|
|
7561
|
+
return s = s === n ? s : He(s), Xe(r, s);
|
|
7562
7562
|
}
|
|
7563
7563
|
function vw(r, s) {
|
|
7564
7564
|
if (typeof r != "function")
|
|
7565
7565
|
throw new qn(u);
|
|
7566
|
-
return s = s == null ? 0 : nn(He(s), 0),
|
|
7567
|
-
var m = c[s], O =
|
|
7568
|
-
return m &&
|
|
7566
|
+
return s = s == null ? 0 : nn(He(s), 0), Xe(function(c) {
|
|
7567
|
+
var m = c[s], O = ri(c, 0, s);
|
|
7568
|
+
return m && Xr(O, m), Bn(r, this, O);
|
|
7569
7569
|
});
|
|
7570
7570
|
}
|
|
7571
7571
|
function xw(r, s, c) {
|
|
@@ -7613,25 +7613,25 @@ iu.exports;
|
|
|
7613
7613
|
}), Si = nd(/* @__PURE__ */ function() {
|
|
7614
7614
|
return arguments;
|
|
7615
7615
|
}()) ? nd : function(r) {
|
|
7616
|
-
return
|
|
7616
|
+
return Ut(r) && St.call(r, "callee") && !Vf.call(r, "callee");
|
|
7617
7617
|
}, Ue = Y.isArray, Bw = Ef ? Dn(Ef) : My;
|
|
7618
7618
|
function Sn(r) {
|
|
7619
7619
|
return r != null && Oa(r.length) && !Rr(r);
|
|
7620
7620
|
}
|
|
7621
7621
|
function Kt(r) {
|
|
7622
|
-
return
|
|
7622
|
+
return Ut(r) && Sn(r);
|
|
7623
7623
|
}
|
|
7624
7624
|
function Dw(r) {
|
|
7625
|
-
return r === !0 || r === !1 ||
|
|
7625
|
+
return r === !0 || r === !1 || Ut(r) && yn(r) == Ee;
|
|
7626
7626
|
}
|
|
7627
|
-
var
|
|
7627
|
+
var ii = z1 || Uc, Pw = Sf ? Dn(Sf) : Uy;
|
|
7628
7628
|
function Lw(r) {
|
|
7629
|
-
return
|
|
7629
|
+
return Ut(r) && r.nodeType === 1 && !ro(r);
|
|
7630
7630
|
}
|
|
7631
7631
|
function Rw(r) {
|
|
7632
7632
|
if (r == null)
|
|
7633
7633
|
return !0;
|
|
7634
|
-
if (Sn(r) && (Ue(r) || typeof r == "string" || typeof r.splice == "function" ||
|
|
7634
|
+
if (Sn(r) && (Ue(r) || typeof r == "string" || typeof r.splice == "function" || ii(r) || is(r) || Si(r)))
|
|
7635
7635
|
return !r.length;
|
|
7636
7636
|
var s = hn(r);
|
|
7637
7637
|
if (s == Rt || s == Fe)
|
|
@@ -7652,7 +7652,7 @@ iu.exports;
|
|
|
7652
7652
|
return m === n ? Qs(r, s, n, c) : !!m;
|
|
7653
7653
|
}
|
|
7654
7654
|
function Fc(r) {
|
|
7655
|
-
if (!
|
|
7655
|
+
if (!Ut(r))
|
|
7656
7656
|
return !1;
|
|
7657
7657
|
var s = yn(r);
|
|
7658
7658
|
return s == De || s == _e || typeof r.message == "string" && typeof r.name == "string" && !ro(r);
|
|
@@ -7676,7 +7676,7 @@ iu.exports;
|
|
|
7676
7676
|
var s = typeof r;
|
|
7677
7677
|
return r != null && (s == "object" || s == "function");
|
|
7678
7678
|
}
|
|
7679
|
-
function
|
|
7679
|
+
function Ut(r) {
|
|
7680
7680
|
return r != null && typeof r == "object";
|
|
7681
7681
|
}
|
|
7682
7682
|
var fh = Cf ? Dn(Cf) : qy;
|
|
@@ -7701,10 +7701,10 @@ iu.exports;
|
|
|
7701
7701
|
return r == null;
|
|
7702
7702
|
}
|
|
7703
7703
|
function dh(r) {
|
|
7704
|
-
return typeof r == "number" ||
|
|
7704
|
+
return typeof r == "number" || Ut(r) && yn(r) == Nt;
|
|
7705
7705
|
}
|
|
7706
7706
|
function ro(r) {
|
|
7707
|
-
if (!
|
|
7707
|
+
if (!Ut(r) || yn(r) != wt)
|
|
7708
7708
|
return !1;
|
|
7709
7709
|
var s = ta(r);
|
|
7710
7710
|
if (s === null)
|
|
@@ -7718,20 +7718,20 @@ iu.exports;
|
|
|
7718
7718
|
}
|
|
7719
7719
|
var hh = kf ? Dn(kf) : Ky;
|
|
7720
7720
|
function Ta(r) {
|
|
7721
|
-
return typeof r == "string" || !Ue(r) &&
|
|
7721
|
+
return typeof r == "string" || !Ue(r) && Ut(r) && yn(r) == ce;
|
|
7722
7722
|
}
|
|
7723
7723
|
function Ln(r) {
|
|
7724
|
-
return typeof r == "symbol" ||
|
|
7724
|
+
return typeof r == "symbol" || Ut(r) && yn(r) == xt;
|
|
7725
7725
|
}
|
|
7726
7726
|
var is = Of ? Dn(Of) : Hy;
|
|
7727
7727
|
function zw(r) {
|
|
7728
7728
|
return r === n;
|
|
7729
7729
|
}
|
|
7730
7730
|
function Gw(r) {
|
|
7731
|
-
return
|
|
7731
|
+
return Ut(r) && hn(r) == Et;
|
|
7732
7732
|
}
|
|
7733
7733
|
function Jw(r) {
|
|
7734
|
-
return
|
|
7734
|
+
return Ut(r) && yn(r) == et;
|
|
7735
7735
|
}
|
|
7736
7736
|
var Yw = ba(oc), Xw = ba(function(r, s) {
|
|
7737
7737
|
return r <= s;
|
|
@@ -7778,7 +7778,7 @@ iu.exports;
|
|
|
7778
7778
|
return c || It.test(r) ? d1(r.slice(2), c ? 2 : 8) : Qe.test(r) ? we : +r;
|
|
7779
7779
|
}
|
|
7780
7780
|
function yh(r) {
|
|
7781
|
-
return
|
|
7781
|
+
return br(r, Cn(r));
|
|
7782
7782
|
}
|
|
7783
7783
|
function Qw(r) {
|
|
7784
7784
|
return r ? vi(He(r), -9007199254740991, ve) : r === 0 ? r : 0;
|
|
@@ -7788,23 +7788,23 @@ iu.exports;
|
|
|
7788
7788
|
}
|
|
7789
7789
|
var Zw = ts(function(r, s) {
|
|
7790
7790
|
if (to(s) || Sn(s)) {
|
|
7791
|
-
|
|
7791
|
+
br(s, on(s), r);
|
|
7792
7792
|
return;
|
|
7793
7793
|
}
|
|
7794
7794
|
for (var c in s)
|
|
7795
7795
|
St.call(s, c) && Js(r, c, s[c]);
|
|
7796
7796
|
}), mh = ts(function(r, s) {
|
|
7797
|
-
|
|
7797
|
+
br(s, Cn(s), r);
|
|
7798
7798
|
}), Ia = ts(function(r, s, c, m) {
|
|
7799
|
-
|
|
7799
|
+
br(s, Cn(s), r, m);
|
|
7800
7800
|
}), eb = ts(function(r, s, c, m) {
|
|
7801
|
-
|
|
7801
|
+
br(s, on(s), r, m);
|
|
7802
7802
|
}), tb = Pr(Zu);
|
|
7803
7803
|
function nb(r, s) {
|
|
7804
7804
|
var c = es(r);
|
|
7805
7805
|
return s == null ? c : Jf(c, s);
|
|
7806
7806
|
}
|
|
7807
|
-
var rb =
|
|
7807
|
+
var rb = Xe(function(r, s) {
|
|
7808
7808
|
r = Ct(r);
|
|
7809
7809
|
var c = -1, m = s.length, O = m > 2 ? s[2] : n;
|
|
7810
7810
|
for (O && mn(s[0], s[1], O) && (m = 1); ++c < m; )
|
|
@@ -7813,11 +7813,11 @@ iu.exports;
|
|
|
7813
7813
|
(re === n || or(re, Xi[ne]) && !St.call(r, ne)) && (r[ne] = L[ne]);
|
|
7814
7814
|
}
|
|
7815
7815
|
return r;
|
|
7816
|
-
}), ib =
|
|
7816
|
+
}), ib = Xe(function(r) {
|
|
7817
7817
|
return r.push(n, Pd), Bn(wh, n, r);
|
|
7818
7818
|
});
|
|
7819
7819
|
function sb(r, s) {
|
|
7820
|
-
return If(r, Pe(s, 3),
|
|
7820
|
+
return If(r, Pe(s, 3), wr);
|
|
7821
7821
|
}
|
|
7822
7822
|
function ob(r, s) {
|
|
7823
7823
|
return If(r, Pe(s, 3), tc);
|
|
@@ -7829,7 +7829,7 @@ iu.exports;
|
|
|
7829
7829
|
return r == null ? r : ed(r, Pe(s, 3), Cn);
|
|
7830
7830
|
}
|
|
7831
7831
|
function cb(r, s) {
|
|
7832
|
-
return r &&
|
|
7832
|
+
return r && wr(r, Pe(s, 3));
|
|
7833
7833
|
}
|
|
7834
7834
|
function lb(r, s) {
|
|
7835
7835
|
return r && tc(r, Pe(s, 3));
|
|
@@ -7854,7 +7854,7 @@ iu.exports;
|
|
|
7854
7854
|
s != null && typeof s.toString != "function" && (s = Qo.call(s)), r[s] = c;
|
|
7855
7855
|
}, Rc(_n)), gb = Td(function(r, s, c) {
|
|
7856
7856
|
s != null && typeof s.toString != "function" && (s = Qo.call(s)), St.call(r, s) ? r[s].push(c) : r[s] = [c];
|
|
7857
|
-
}, Pe), yb =
|
|
7857
|
+
}, Pe), yb = Xe(Xs);
|
|
7858
7858
|
function on(r) {
|
|
7859
7859
|
return Sn(r) ? zf(r) : sc(r);
|
|
7860
7860
|
}
|
|
@@ -7863,13 +7863,13 @@ iu.exports;
|
|
|
7863
7863
|
}
|
|
7864
7864
|
function mb(r, s) {
|
|
7865
7865
|
var c = {};
|
|
7866
|
-
return s = Pe(s, 3),
|
|
7866
|
+
return s = Pe(s, 3), wr(r, function(m, O, L) {
|
|
7867
7867
|
Br(c, s(m, O, L), m);
|
|
7868
7868
|
}), c;
|
|
7869
7869
|
}
|
|
7870
7870
|
function wb(r, s) {
|
|
7871
7871
|
var c = {};
|
|
7872
|
-
return s = Pe(s, 3),
|
|
7872
|
+
return s = Pe(s, 3), wr(r, function(m, O, L) {
|
|
7873
7873
|
Br(c, O, s(m, O, L));
|
|
7874
7874
|
}), c;
|
|
7875
7875
|
}
|
|
@@ -7883,8 +7883,8 @@ iu.exports;
|
|
|
7883
7883
|
return c;
|
|
7884
7884
|
var m = !1;
|
|
7885
7885
|
s = Pt(s, function(L) {
|
|
7886
|
-
return L =
|
|
7887
|
-
}),
|
|
7886
|
+
return L = ni(L, r), m || (m = L.length > 1), L;
|
|
7887
|
+
}), br(r, bc(r), c), m && (c = Kn(c, p | v | _, pm));
|
|
7888
7888
|
for (var O = s.length; O--; )
|
|
7889
7889
|
fc(c, s[O]);
|
|
7890
7890
|
return c;
|
|
@@ -7906,10 +7906,10 @@ iu.exports;
|
|
|
7906
7906
|
});
|
|
7907
7907
|
}
|
|
7908
7908
|
function Eb(r, s, c) {
|
|
7909
|
-
s =
|
|
7909
|
+
s = ni(s, r);
|
|
7910
7910
|
var m = -1, O = s.length;
|
|
7911
7911
|
for (O || (O = 1, r = n); ++m < O; ) {
|
|
7912
|
-
var L = r == null ? n : r[
|
|
7912
|
+
var L = r == null ? n : r[vr(s[m])];
|
|
7913
7913
|
L === n && (m = O, L = c), r = Rr(L) ? L.call(r) : L;
|
|
7914
7914
|
}
|
|
7915
7915
|
return r;
|
|
@@ -7922,12 +7922,12 @@ iu.exports;
|
|
|
7922
7922
|
}
|
|
7923
7923
|
var vh = Bd(on), xh = Bd(Cn);
|
|
7924
7924
|
function _b(r, s, c) {
|
|
7925
|
-
var m = Ue(r), O = m ||
|
|
7925
|
+
var m = Ue(r), O = m || ii(r) || is(r);
|
|
7926
7926
|
if (s = Pe(s, 4), c == null) {
|
|
7927
7927
|
var L = r && r.constructor;
|
|
7928
7928
|
O ? c = m ? new L() : [] : $t(r) ? c = Rr(L) ? es(ta(r)) : {} : c = {};
|
|
7929
7929
|
}
|
|
7930
|
-
return (O ? Vn :
|
|
7930
|
+
return (O ? Vn : wr)(r, function($, U, H) {
|
|
7931
7931
|
return s(c, $, U, H);
|
|
7932
7932
|
}), c;
|
|
7933
7933
|
}
|
|
@@ -7980,7 +7980,7 @@ iu.exports;
|
|
|
7980
7980
|
return c -= s.length, c >= 0 && r.slice(c, O) == s;
|
|
7981
7981
|
}
|
|
7982
7982
|
function Rb(r) {
|
|
7983
|
-
return r = bt(r), r && Ui.test(r) ? r.replace(
|
|
7983
|
+
return r = bt(r), r && Ui.test(r) ? r.replace(Hr, C1) : r;
|
|
7984
7984
|
}
|
|
7985
7985
|
function Nb(r) {
|
|
7986
7986
|
return r = bt(r), r && nr.test(r) ? r.replace(Tr, "\\$&") : r;
|
|
@@ -8009,7 +8009,7 @@ iu.exports;
|
|
|
8009
8009
|
return s && m < s ? wa(s - m, c) + r : r;
|
|
8010
8010
|
}
|
|
8011
8011
|
function Wb(r, s, c) {
|
|
8012
|
-
return c || s == null ? s = 0 : s && (s = +s), X1(bt(r).replace(
|
|
8012
|
+
return c || s == null ? s = 0 : s && (s = +s), X1(bt(r).replace(Gr, ""), s || 0);
|
|
8013
8013
|
}
|
|
8014
8014
|
function Kb(r, s, c) {
|
|
8015
8015
|
return (c ? mn(r, s, c) : s === n) ? s = 1 : s = He(s), cc(bt(r), s);
|
|
@@ -8022,7 +8022,7 @@ iu.exports;
|
|
|
8022
8022
|
return r + (c ? "_" : "") + s.toLowerCase();
|
|
8023
8023
|
});
|
|
8024
8024
|
function Gb(r, s, c) {
|
|
8025
|
-
return c && typeof c != "number" && mn(r, s, c) && (s = c = n), c = c === n ? pe : c >>> 0, c ? (r = bt(r), r && (typeof s == "string" || s != null && !Bc(s)) && (s = Pn(s), !s && Gi(r)) ?
|
|
8025
|
+
return c && typeof c != "number" && mn(r, s, c) && (s = c = n), c = c === n ? pe : c >>> 0, c ? (r = bt(r), r && (typeof s == "string" || s != null && !Bc(s)) && (s = Pn(s), !s && Gi(r)) ? ri(ir(r), 0, c) : r.split(s, c)) : [];
|
|
8026
8026
|
}
|
|
8027
8027
|
var Jb = ns(function(r, s, c) {
|
|
8028
8028
|
return r + (c ? " " : "") + Lc(s);
|
|
@@ -8034,7 +8034,7 @@ iu.exports;
|
|
|
8034
8034
|
var m = D.templateSettings;
|
|
8035
8035
|
c && mn(r, s, c) && (s = n), r = bt(r), s = Ia({}, s, m, Dd);
|
|
8036
8036
|
var O = Ia({}, s.imports, m.imports, Dd), L = on(O), $ = Hu(O, L), U, H, ne = 0, re = s.interpolate || In, se = "__p += '", me = Gu(
|
|
8037
|
-
(s.escape || In).source + "|" + re.source + "|" + (re ===
|
|
8037
|
+
(s.escape || In).source + "|" + re.source + "|" + (re === zr ? ct : In).source + "|" + (s.evaluate || In).source + "|$",
|
|
8038
8038
|
"g"
|
|
8039
8039
|
), ke = "//# sourceURL=" + (St.call(s, "sourceURL") ? (s.sourceURL + "").replace(/\s/g, " ") : "lodash.templateSources[" + ++o1 + "]") + `
|
|
8040
8040
|
`;
|
|
@@ -8082,7 +8082,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
8082
8082
|
if (!r || !(s = Pn(s)))
|
|
8083
8083
|
return r;
|
|
8084
8084
|
var m = ir(r), O = ir(s), L = Lf(m, O), $ = Rf(m, O) + 1;
|
|
8085
|
-
return
|
|
8085
|
+
return ri(m, L, $).join("");
|
|
8086
8086
|
}
|
|
8087
8087
|
function tv(r, s, c) {
|
|
8088
8088
|
if (r = bt(r), r && (c || s === n))
|
|
@@ -8090,15 +8090,15 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
8090
8090
|
if (!r || !(s = Pn(s)))
|
|
8091
8091
|
return r;
|
|
8092
8092
|
var m = ir(r), O = Rf(m, ir(s)) + 1;
|
|
8093
|
-
return
|
|
8093
|
+
return ri(m, 0, O).join("");
|
|
8094
8094
|
}
|
|
8095
8095
|
function nv(r, s, c) {
|
|
8096
8096
|
if (r = bt(r), r && (c || s === n))
|
|
8097
|
-
return r.replace(
|
|
8097
|
+
return r.replace(Gr, "");
|
|
8098
8098
|
if (!r || !(s = Pn(s)))
|
|
8099
8099
|
return r;
|
|
8100
8100
|
var m = ir(r), O = Lf(m, ir(s));
|
|
8101
|
-
return
|
|
8101
|
+
return ri(m, O).join("");
|
|
8102
8102
|
}
|
|
8103
8103
|
function rv(r, s) {
|
|
8104
8104
|
var c = oe, m = ae;
|
|
@@ -8117,7 +8117,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
8117
8117
|
var U = c - Ji(m);
|
|
8118
8118
|
if (U < 1)
|
|
8119
8119
|
return m;
|
|
8120
|
-
var H = $ ?
|
|
8120
|
+
var H = $ ? ri($, 0, U).join("") : r.slice(0, U);
|
|
8121
8121
|
if (O === n)
|
|
8122
8122
|
return H + m;
|
|
8123
8123
|
if ($ && (U += H.length - U), Bc(O)) {
|
|
@@ -8142,7 +8142,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
8142
8142
|
function Sh(r, s, c) {
|
|
8143
8143
|
return r = bt(r), s = c ? n : s, s === n ? O1(r) ? R1(r) : b1(r) : r.match(s) || [];
|
|
8144
8144
|
}
|
|
8145
|
-
var Ch =
|
|
8145
|
+
var Ch = Xe(function(r, s) {
|
|
8146
8146
|
try {
|
|
8147
8147
|
return Bn(r, n, s);
|
|
8148
8148
|
} catch (c) {
|
|
@@ -8150,7 +8150,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
8150
8150
|
}
|
|
8151
8151
|
}), ov = Pr(function(r, s) {
|
|
8152
8152
|
return Vn(s, function(c) {
|
|
8153
|
-
c =
|
|
8153
|
+
c = vr(c), Br(r, c, Tc(r[c], r));
|
|
8154
8154
|
}), r;
|
|
8155
8155
|
});
|
|
8156
8156
|
function av(r) {
|
|
@@ -8159,7 +8159,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
8159
8159
|
if (typeof m[1] != "function")
|
|
8160
8160
|
throw new qn(u);
|
|
8161
8161
|
return [c(m[0]), m[1]];
|
|
8162
|
-
}) : [],
|
|
8162
|
+
}) : [], Xe(function(m) {
|
|
8163
8163
|
for (var O = -1; ++O < s; ) {
|
|
8164
8164
|
var L = r[O];
|
|
8165
8165
|
if (Bn(L[0], this, m))
|
|
@@ -8191,11 +8191,11 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
8191
8191
|
function hv(r, s) {
|
|
8192
8192
|
return ad(r, Kn(s, p));
|
|
8193
8193
|
}
|
|
8194
|
-
var pv =
|
|
8194
|
+
var pv = Xe(function(r, s) {
|
|
8195
8195
|
return function(c) {
|
|
8196
8196
|
return Xs(c, r, s);
|
|
8197
8197
|
};
|
|
8198
|
-
}), gv =
|
|
8198
|
+
}), gv = Xe(function(r, s) {
|
|
8199
8199
|
return function(c) {
|
|
8200
8200
|
return Xs(r, c, s);
|
|
8201
8201
|
};
|
|
@@ -8212,7 +8212,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
8212
8212
|
var re = r(this.__wrapped__), se = re.__actions__ = En(this.__actions__);
|
|
8213
8213
|
return se.push({ func: H, args: arguments, thisArg: r }), re.__chain__ = ne, re;
|
|
8214
8214
|
}
|
|
8215
|
-
return H.apply(r,
|
|
8215
|
+
return H.apply(r, Xr([this.value()], arguments));
|
|
8216
8216
|
});
|
|
8217
8217
|
}), r;
|
|
8218
8218
|
}
|
|
@@ -8222,13 +8222,13 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
8222
8222
|
function $c() {
|
|
8223
8223
|
}
|
|
8224
8224
|
function mv(r) {
|
|
8225
|
-
return r = He(r),
|
|
8225
|
+
return r = He(r), Xe(function(s) {
|
|
8226
8226
|
return ud(s, r);
|
|
8227
8227
|
});
|
|
8228
8228
|
}
|
|
8229
8229
|
var wv = yc(Pt), bv = yc(Tf), vv = yc(Uu);
|
|
8230
8230
|
function _h(r) {
|
|
8231
|
-
return Ec(r) ? Vu(
|
|
8231
|
+
return Ec(r) ? Vu(vr(r)) : Yy(r);
|
|
8232
8232
|
}
|
|
8233
8233
|
function xv(r) {
|
|
8234
8234
|
return function(s) {
|
|
@@ -8261,7 +8261,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
8261
8261
|
return O;
|
|
8262
8262
|
}
|
|
8263
8263
|
function Ov(r) {
|
|
8264
|
-
return Ue(r) ? Pt(r,
|
|
8264
|
+
return Ue(r) ? Pt(r, vr) : Ln(r) ? [r] : En(Hd(bt(r)));
|
|
8265
8265
|
}
|
|
8266
8266
|
function Tv(r) {
|
|
8267
8267
|
var s = ++M1;
|
|
@@ -8301,9 +8301,9 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
8301
8301
|
function Wv(r, s) {
|
|
8302
8302
|
return r && r.length ? Wu(r, Pe(s, 2)) : 0;
|
|
8303
8303
|
}
|
|
8304
|
-
return D.after = dw, D.ary = rh, D.assign = Zw, D.assignIn = mh, D.assignInWith = Ia, D.assignWith = eb, D.at = tb, D.before = ih, D.bind = Tc, D.bindAll = ov, D.bindKey = sh, D.castArray = Sw, D.chain = eh, D.chunk = Dm, D.compact = Pm, D.concat = Lm, D.cond = av, D.conforms = uv, D.constant = Rc, D.countBy = q2, D.create = nb, D.curry = oh, D.curryRight = ah, D.debounce = uh, D.defaults = rb, D.defaultsDeep = ib, D.defer = hw, D.delay = pw, D.difference = Rm, D.differenceBy = Nm, D.differenceWith = jm, D.drop = $m, D.dropRight = Mm, D.dropRightWhile = Um, D.dropWhile = Vm, D.fill = qm, D.filter = K2, D.flatMap = G2, D.flatMapDeep = J2, D.flatMapDepth = Y2, D.flatten = Yd, D.flattenDeep = Wm, D.flattenDepth = Km, D.flip = gw, D.flow = lv, D.flowRight = fv, D.fromPairs = Hm, D.functions = fb, D.functionsIn = db, D.groupBy = X2, D.initial = Gm, D.intersection = Jm, D.intersectionBy = Ym, D.intersectionWith = Xm, D.invert = pb, D.invertBy = gb, D.invokeMap = Z2, D.iteratee = Nc, D.keyBy = ew, D.keys = on, D.keysIn = Cn, D.map = Sa, D.mapKeys = mb, D.mapValues = wb, D.matches = dv, D.matchesProperty = hv, D.memoize = _a, D.merge = bb, D.mergeWith = wh, D.method = pv, D.methodOf = gv, D.mixin = jc, D.negate = ka, D.nthArg = mv, D.omit = vb, D.omitBy = xb, D.once = yw, D.orderBy = tw, D.over = wv, D.overArgs = mw, D.overEvery = bv, D.overSome = vv, D.partial = Ic, D.partialRight = ch, D.partition = nw, D.pick = Ab, D.pickBy = bh, D.property = _h, D.propertyOf = xv, D.pull = t2, D.pullAll = Qd, D.pullAllBy = n2, D.pullAllWith = r2, D.pullAt = i2, D.range = Av, D.rangeRight = Ev, D.rearg = ww, D.reject = sw, D.remove = s2, D.rest = bw, D.reverse = kc, D.sampleSize = aw, D.set = Sb, D.setWith = Cb, D.shuffle = uw, D.slice = o2, D.sortBy = fw, D.sortedUniq = h2, D.sortedUniqBy = p2, D.split = Gb, D.spread = vw, D.tail = g2, D.take = y2, D.takeRight = m2, D.takeRightWhile = w2, D.takeWhile = b2, D.tap = P2, D.throttle = xw, D.thru = Ea, D.toArray = ph, D.toPairs = vh, D.toPairsIn = xh, D.toPath = Ov, D.toPlainObject = yh, D.transform = _b, D.unary = Aw, D.union = v2, D.unionBy = x2, D.unionWith = A2, D.uniq = E2, D.uniqBy = S2, D.uniqWith = C2, D.unset = kb, D.unzip = Oc, D.unzipWith = Zd, D.update = Ob, D.updateWith = Tb, D.values = ss, D.valuesIn = Ib, D.without = _2, D.words = Sh, D.wrap = Ew, D.xor = k2, D.xorBy = O2, D.xorWith = T2, D.zip = I2, D.zipObject = F2, D.zipObjectDeep = B2, D.zipWith = D2, D.entries = vh, D.entriesIn = xh, D.extend = mh, D.extendWith = Ia, jc(D, D), D.add = Iv, D.attempt = Ch, D.camelCase = Pb, D.capitalize = Ah, D.ceil = Fv, D.clamp = Fb, D.clone = Cw, D.cloneDeep = kw, D.cloneDeepWith = Ow, D.cloneWith = _w, D.conformsTo = Tw, D.deburr = Eh, D.defaultTo = cv, D.divide = Bv, D.endsWith = Lb, D.eq = or, D.escape = Rb, D.escapeRegExp = Nb, D.every = W2, D.find = H2, D.findIndex = Gd, D.findKey = sb, D.findLast = z2, D.findLastIndex = Jd, D.findLastKey = ob, D.floor = Dv, D.forEach = th, D.forEachRight = nh, D.forIn = ab, D.forInRight = ub, D.forOwn = cb, D.forOwnRight = lb, D.get = Dc, D.gt = Iw, D.gte = Fw, D.has = hb, D.hasIn = Pc, D.head = Xd, D.identity = _n, D.includes = Q2, D.indexOf = zm, D.inRange = Bb, D.invoke = yb, D.isArguments = Si, D.isArray = Ue, D.isArrayBuffer = Bw, D.isArrayLike = Sn, D.isArrayLikeObject = Kt, D.isBoolean = Dw, D.isBuffer =
|
|
8304
|
+
return D.after = dw, D.ary = rh, D.assign = Zw, D.assignIn = mh, D.assignInWith = Ia, D.assignWith = eb, D.at = tb, D.before = ih, D.bind = Tc, D.bindAll = ov, D.bindKey = sh, D.castArray = Sw, D.chain = eh, D.chunk = Dm, D.compact = Pm, D.concat = Lm, D.cond = av, D.conforms = uv, D.constant = Rc, D.countBy = q2, D.create = nb, D.curry = oh, D.curryRight = ah, D.debounce = uh, D.defaults = rb, D.defaultsDeep = ib, D.defer = hw, D.delay = pw, D.difference = Rm, D.differenceBy = Nm, D.differenceWith = jm, D.drop = $m, D.dropRight = Mm, D.dropRightWhile = Um, D.dropWhile = Vm, D.fill = qm, D.filter = K2, D.flatMap = G2, D.flatMapDeep = J2, D.flatMapDepth = Y2, D.flatten = Yd, D.flattenDeep = Wm, D.flattenDepth = Km, D.flip = gw, D.flow = lv, D.flowRight = fv, D.fromPairs = Hm, D.functions = fb, D.functionsIn = db, D.groupBy = X2, D.initial = Gm, D.intersection = Jm, D.intersectionBy = Ym, D.intersectionWith = Xm, D.invert = pb, D.invertBy = gb, D.invokeMap = Z2, D.iteratee = Nc, D.keyBy = ew, D.keys = on, D.keysIn = Cn, D.map = Sa, D.mapKeys = mb, D.mapValues = wb, D.matches = dv, D.matchesProperty = hv, D.memoize = _a, D.merge = bb, D.mergeWith = wh, D.method = pv, D.methodOf = gv, D.mixin = jc, D.negate = ka, D.nthArg = mv, D.omit = vb, D.omitBy = xb, D.once = yw, D.orderBy = tw, D.over = wv, D.overArgs = mw, D.overEvery = bv, D.overSome = vv, D.partial = Ic, D.partialRight = ch, D.partition = nw, D.pick = Ab, D.pickBy = bh, D.property = _h, D.propertyOf = xv, D.pull = t2, D.pullAll = Qd, D.pullAllBy = n2, D.pullAllWith = r2, D.pullAt = i2, D.range = Av, D.rangeRight = Ev, D.rearg = ww, D.reject = sw, D.remove = s2, D.rest = bw, D.reverse = kc, D.sampleSize = aw, D.set = Sb, D.setWith = Cb, D.shuffle = uw, D.slice = o2, D.sortBy = fw, D.sortedUniq = h2, D.sortedUniqBy = p2, D.split = Gb, D.spread = vw, D.tail = g2, D.take = y2, D.takeRight = m2, D.takeRightWhile = w2, D.takeWhile = b2, D.tap = P2, D.throttle = xw, D.thru = Ea, D.toArray = ph, D.toPairs = vh, D.toPairsIn = xh, D.toPath = Ov, D.toPlainObject = yh, D.transform = _b, D.unary = Aw, D.union = v2, D.unionBy = x2, D.unionWith = A2, D.uniq = E2, D.uniqBy = S2, D.uniqWith = C2, D.unset = kb, D.unzip = Oc, D.unzipWith = Zd, D.update = Ob, D.updateWith = Tb, D.values = ss, D.valuesIn = Ib, D.without = _2, D.words = Sh, D.wrap = Ew, D.xor = k2, D.xorBy = O2, D.xorWith = T2, D.zip = I2, D.zipObject = F2, D.zipObjectDeep = B2, D.zipWith = D2, D.entries = vh, D.entriesIn = xh, D.extend = mh, D.extendWith = Ia, jc(D, D), D.add = Iv, D.attempt = Ch, D.camelCase = Pb, D.capitalize = Ah, D.ceil = Fv, D.clamp = Fb, D.clone = Cw, D.cloneDeep = kw, D.cloneDeepWith = Ow, D.cloneWith = _w, D.conformsTo = Tw, D.deburr = Eh, D.defaultTo = cv, D.divide = Bv, D.endsWith = Lb, D.eq = or, D.escape = Rb, D.escapeRegExp = Nb, D.every = W2, D.find = H2, D.findIndex = Gd, D.findKey = sb, D.findLast = z2, D.findLastIndex = Jd, D.findLastKey = ob, D.floor = Dv, D.forEach = th, D.forEachRight = nh, D.forIn = ab, D.forInRight = ub, D.forOwn = cb, D.forOwnRight = lb, D.get = Dc, D.gt = Iw, D.gte = Fw, D.has = hb, D.hasIn = Pc, D.head = Xd, D.identity = _n, D.includes = Q2, D.indexOf = zm, D.inRange = Bb, D.invoke = yb, D.isArguments = Si, D.isArray = Ue, D.isArrayBuffer = Bw, D.isArrayLike = Sn, D.isArrayLikeObject = Kt, D.isBoolean = Dw, D.isBuffer = ii, D.isDate = Pw, D.isElement = Lw, D.isEmpty = Rw, D.isEqual = Nw, D.isEqualWith = jw, D.isError = Fc, D.isFinite = $w, D.isFunction = Rr, D.isInteger = lh, D.isLength = Oa, D.isMap = fh, D.isMatch = Mw, D.isMatchWith = Uw, D.isNaN = Vw, D.isNative = qw, D.isNil = Kw, D.isNull = Ww, D.isNumber = dh, D.isObject = $t, D.isObjectLike = Ut, D.isPlainObject = ro, D.isRegExp = Bc, D.isSafeInteger = Hw, D.isSet = hh, D.isString = Ta, D.isSymbol = Ln, D.isTypedArray = is, D.isUndefined = zw, D.isWeakMap = Gw, D.isWeakSet = Jw, D.join = Qm, D.kebabCase = jb, D.last = zn, D.lastIndexOf = Zm, D.lowerCase = $b, D.lowerFirst = Mb, D.lt = Yw, D.lte = Xw, D.max = Pv, D.maxBy = Lv, D.mean = Rv, D.meanBy = Nv, D.min = jv, D.minBy = $v, D.stubArray = Mc, D.stubFalse = Uc, D.stubObject = Sv, D.stubString = Cv, D.stubTrue = _v, D.multiply = Mv, D.nth = e2, D.noConflict = yv, D.noop = $c, D.now = Ca, D.pad = Ub, D.padEnd = Vb, D.padStart = qb, D.parseInt = Wb, D.random = Db, D.reduce = rw, D.reduceRight = iw, D.repeat = Kb, D.replace = Hb, D.result = Eb, D.round = Uv, D.runInContext = K, D.sample = ow, D.size = cw, D.snakeCase = zb, D.some = lw, D.sortedIndex = a2, D.sortedIndexBy = u2, D.sortedIndexOf = c2, D.sortedLastIndex = l2, D.sortedLastIndexBy = f2, D.sortedLastIndexOf = d2, D.startCase = Jb, D.startsWith = Yb, D.subtract = Vv, D.sum = qv, D.sumBy = Wv, D.template = Xb, D.times = kv, D.toFinite = Nr, D.toInteger = He, D.toLength = gh, D.toLower = Qb, D.toNumber = Gn, D.toSafeInteger = Qw, D.toString = bt, D.toUpper = Zb, D.trim = ev, D.trimEnd = tv, D.trimStart = nv, D.truncate = rv, D.unescape = iv, D.uniqueId = Tv, D.upperCase = sv, D.upperFirst = Lc, D.each = th, D.eachRight = nh, D.first = Xd, jc(D, function() {
|
|
8305
8305
|
var r = {};
|
|
8306
|
-
return
|
|
8306
|
+
return wr(D, function(s, c) {
|
|
8307
8307
|
St.call(D.prototype, c) || (r[c] = s);
|
|
8308
8308
|
}), r;
|
|
8309
8309
|
}(), { chain: !1 }), D.VERSION = i, Vn(["bind", "bindKey", "curry", "curryRight", "partial", "partialRight"], function(r) {
|
|
@@ -8344,7 +8344,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
8344
8344
|
return this.filter(r).head();
|
|
8345
8345
|
}, st.prototype.findLast = function(r) {
|
|
8346
8346
|
return this.reverse().find(r);
|
|
8347
|
-
}, st.prototype.invokeMap =
|
|
8347
|
+
}, st.prototype.invokeMap = Xe(function(r, s) {
|
|
8348
8348
|
return typeof r == "function" ? new st(this) : this.map(function(c) {
|
|
8349
8349
|
return Xs(c, r, s);
|
|
8350
8350
|
});
|
|
@@ -8358,11 +8358,11 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
8358
8358
|
return this.reverse().takeWhile(r).reverse();
|
|
8359
8359
|
}, st.prototype.toArray = function() {
|
|
8360
8360
|
return this.take(pe);
|
|
8361
|
-
},
|
|
8361
|
+
}, wr(st.prototype, function(r, s) {
|
|
8362
8362
|
var c = /^(?:filter|find|map|reject)|While$/.test(s), m = /^(?:head|last)$/.test(s), O = D[m ? "take" + (s == "last" ? "Right" : "") : s], L = m || /^find/.test(s);
|
|
8363
8363
|
O && (D.prototype[s] = function() {
|
|
8364
8364
|
var $ = this.__wrapped__, U = m ? [1] : arguments, H = $ instanceof st, ne = U[0], re = H || Ue($), se = function(tt) {
|
|
8365
|
-
var ot = O.apply(D,
|
|
8365
|
+
var ot = O.apply(D, Xr([tt], U));
|
|
8366
8366
|
return m && me ? ot[0] : ot;
|
|
8367
8367
|
};
|
|
8368
8368
|
re && c && typeof ne == "function" && ne.length != 1 && (H = re = !1);
|
|
@@ -8386,7 +8386,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
8386
8386
|
return s.apply(Ue($) ? $ : [], O);
|
|
8387
8387
|
});
|
|
8388
8388
|
};
|
|
8389
|
-
}),
|
|
8389
|
+
}), wr(st.prototype, function(r, s) {
|
|
8390
8390
|
var c = D[s];
|
|
8391
8391
|
if (c) {
|
|
8392
8392
|
var m = c.name + "";
|
|
@@ -8400,8 +8400,8 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
8400
8400
|
yi ? ((yi.exports = Yi)._ = Yi, Nu._ = Yi) : an._ = Yi;
|
|
8401
8401
|
}).call(fr);
|
|
8402
8402
|
})(iu, iu.exports);
|
|
8403
|
-
var
|
|
8404
|
-
const mt = /* @__PURE__ */ Ml(
|
|
8403
|
+
var li = iu.exports;
|
|
8404
|
+
const mt = /* @__PURE__ */ Ml(li), kS = Ye.div`
|
|
8405
8405
|
max-width: ${({ $maxWidth: e }) => e}px;
|
|
8406
8406
|
overflow: hidden;
|
|
8407
8407
|
white-space: nowrap;
|
|
@@ -8464,7 +8464,7 @@ const mt = /* @__PURE__ */ Ml(ci), kS = Xe.div`
|
|
|
8464
8464
|
)
|
|
8465
8465
|
] })
|
|
8466
8466
|
] });
|
|
8467
|
-
}, IS =
|
|
8467
|
+
}, IS = Ye.div`
|
|
8468
8468
|
td {
|
|
8469
8469
|
cursor: ${({ $isCursorPointer: e }) => e && "pointer"};
|
|
8470
8470
|
}
|
|
@@ -8504,7 +8504,7 @@ const mt = /* @__PURE__ */ Ml(ci), kS = Xe.div`
|
|
|
8504
8504
|
&& .ant-table-expanded-row-fixed {
|
|
8505
8505
|
width: auto !important;
|
|
8506
8506
|
}
|
|
8507
|
-
`, FS =
|
|
8507
|
+
`, FS = Ye.div`
|
|
8508
8508
|
&& .ant-table-row .hideable {
|
|
8509
8509
|
display: none;
|
|
8510
8510
|
}
|
|
@@ -8517,9 +8517,9 @@ const mt = /* @__PURE__ */ Ml(ci), kS = Xe.div`
|
|
|
8517
8517
|
`, ip = {
|
|
8518
8518
|
TableContainer: IS,
|
|
8519
8519
|
HideableControls: FS
|
|
8520
|
-
}, sp =
|
|
8520
|
+
}, sp = Ye(vt)`
|
|
8521
8521
|
height: 24px !important;
|
|
8522
|
-
`, BS =
|
|
8522
|
+
`, BS = Ye.div`
|
|
8523
8523
|
text-align: ${({ $align: e }) => e};
|
|
8524
8524
|
`, op = ({ tags: e, trimLength: t }) => {
|
|
8525
8525
|
const n = (i) => i.map((o) => /* @__PURE__ */ x.jsx(fl, { style: { margin: 0, flexShrink: 0 }, children: o }, o));
|
|
@@ -8561,7 +8561,7 @@ const mt = /* @__PURE__ */ Ml(ci), kS = Xe.div`
|
|
|
8561
8561
|
),
|
|
8562
8562
|
filterIcon: (f) => /* @__PURE__ */ x.jsx(ox, { style: { color: f ? "#1677ff" : void 0 } }),
|
|
8563
8563
|
onFilter: (f, h) => {
|
|
8564
|
-
const { dataIndex: g } = o, p = Array.isArray(g) ?
|
|
8564
|
+
const { dataIndex: g } = o, p = Array.isArray(g) ? li.get(h, g) : h[g];
|
|
8565
8565
|
if (typeof p == "object" && !Array.isArray(p))
|
|
8566
8566
|
return JSON.stringify(p).toLowerCase().includes(f.toLowerCase());
|
|
8567
8567
|
if (Array.isArray(p))
|
|
@@ -8573,7 +8573,7 @@ const mt = /* @__PURE__ */ Ml(ci), kS = Xe.div`
|
|
|
8573
8573
|
return typeof p == "number" ? String(p).includes(f.toLowerCase()) : typeof p == "string" ? p.toLowerCase().includes(f.toLowerCase()) : !1;
|
|
8574
8574
|
},
|
|
8575
8575
|
sorter: (f, h) => {
|
|
8576
|
-
const { dataIndex: g } = o, p = Array.isArray(g) ?
|
|
8576
|
+
const { dataIndex: g } = o, p = Array.isArray(g) ? li.get(f, g) : f[g], v = Array.isArray(g) ? li.get(h, g) : h[g];
|
|
8577
8577
|
return typeof p == "object" && !Array.isArray(p) && p !== null ? typeof v == "object" && !Array.isArray(v) && v !== null ? Object.keys(p).length - Object.keys(v).length : Object.keys(p).length ? -1 : 1 : Array.isArray(p) ? Array.isArray(v) ? p.length - v.length : p.length ? -1 : 1 : typeof p == "boolean" ? p === v ? 0 : p ? -1 : 1 : typeof p == "number" ? typeof v == "number" ? p - v : p ? -1 : 1 : typeof p == "string" ? typeof v == "string" ? p.localeCompare(v) : p ? -1 : 1 : 0;
|
|
8578
8578
|
}
|
|
8579
8579
|
};
|
|
@@ -8699,7 +8699,7 @@ const mt = /* @__PURE__ */ Ml(ci), kS = Xe.div`
|
|
|
8699
8699
|
onRow: (b) => ({
|
|
8700
8700
|
onClick: () => {
|
|
8701
8701
|
if (o && a) {
|
|
8702
|
-
const B =
|
|
8702
|
+
const B = li.get(b, a), N = typeof B == "string" ? B : JSON.stringify(B), C = o.replaceAll("~recordValue~", N);
|
|
8703
8703
|
v(C);
|
|
8704
8704
|
}
|
|
8705
8705
|
}
|
|
@@ -9860,14 +9860,14 @@ var N0 = { exports: {} };
|
|
|
9860
9860
|
S = ft(), S.key.type === h.Identifier ? j = S.key.name : j = Ke(S.key.value), ee = S.kind === "init" ? g.Data : S.kind === "get" ? g.Get : g.Set, W = "$" + j, Object.prototype.hasOwnProperty.call(le, W) ? (le[W] === g.Data ? E && ee === g.Data ? Ce({}, p.StrictDuplicateProperty) : ee !== g.Data && Ce({}, p.AccessorDataProperty) : ee === g.Data ? Ce({}, p.AccessorDataProperty) : le[W] & ee && Ce({}, p.AccessorGetSet), le[W] |= ee) : le[W] = ee, d.push(S), w("}") || T(",");
|
|
9861
9861
|
return T("}"), k.markEnd(k.createObjectExpression(d), pt);
|
|
9862
9862
|
}
|
|
9863
|
-
function
|
|
9863
|
+
function Hr() {
|
|
9864
9864
|
var d;
|
|
9865
9865
|
return T("("), d = M(), T(")"), d;
|
|
9866
9866
|
}
|
|
9867
9867
|
function hi() {
|
|
9868
9868
|
var d, S, j, W;
|
|
9869
9869
|
if (w("("))
|
|
9870
|
-
return
|
|
9870
|
+
return Hr();
|
|
9871
9871
|
if (w("["))
|
|
9872
9872
|
return je();
|
|
9873
9873
|
if (w("{"))
|
|
@@ -9897,7 +9897,7 @@ var N0 = { exports: {} };
|
|
|
9897
9897
|
function qi() {
|
|
9898
9898
|
return T("."), Vi();
|
|
9899
9899
|
}
|
|
9900
|
-
function
|
|
9900
|
+
function zr() {
|
|
9901
9901
|
var d;
|
|
9902
9902
|
return T("["), d = M(), T("]"), d;
|
|
9903
9903
|
}
|
|
@@ -9913,7 +9913,7 @@ var N0 = { exports: {} };
|
|
|
9913
9913
|
else if (w("("))
|
|
9914
9914
|
j = Ui(), S = k.createCallExpression(S, j);
|
|
9915
9915
|
else if (w("["))
|
|
9916
|
-
W =
|
|
9916
|
+
W = zr(), S = k.createMemberExpression("[", S, W);
|
|
9917
9917
|
else
|
|
9918
9918
|
break;
|
|
9919
9919
|
k.markEnd(S, ee);
|
|
@@ -9923,7 +9923,7 @@ var N0 = { exports: {} };
|
|
|
9923
9923
|
function Ns() {
|
|
9924
9924
|
var d, S, j, W;
|
|
9925
9925
|
for (W = F, d = P.allowIn, S = R("new") ? pi() : hi(), P.allowIn = d; w(".") || w("["); )
|
|
9926
|
-
w("[") ? (j =
|
|
9926
|
+
w("[") ? (j = zr(), S = k.createMemberExpression("[", S, j)) : (j = qi(), S = k.createMemberExpression(".", S, j)), k.markEnd(S, W);
|
|
9927
9927
|
return S;
|
|
9928
9928
|
}
|
|
9929
9929
|
function Tr() {
|
|
@@ -9934,7 +9934,7 @@ var N0 = { exports: {} };
|
|
|
9934
9934
|
var d, S, j;
|
|
9935
9935
|
return F.type !== u.Punctuator && F.type !== u.Keyword ? S = Tr() : w("++") || w("--") ? (j = F, d = ce(), S = nr(), E && S.type === h.Identifier && ve(S.name) && Ce({}, p.StrictLHSPrefix), Q(S) || Ce({}, p.InvalidLHSInAssignment), S = k.createUnaryExpression(d.value, S), S = k.markEnd(S, j)) : w("+") || w("-") || w("~") || w("!") ? (j = F, d = ce(), S = nr(), S = k.createUnaryExpression(d.value, S), S = k.markEnd(S, j)) : R("delete") || R("void") || R("typeof") ? (j = F, d = ce(), S = nr(), S = k.createUnaryExpression(d.value, S), S = k.markEnd(S, j), E && S.operator === "delete" && S.argument.type === h.Identifier && Ce({}, p.StrictDelete)) : S = Tr(), S;
|
|
9936
9936
|
}
|
|
9937
|
-
function
|
|
9937
|
+
function Gr(d, S) {
|
|
9938
9938
|
var j = 0;
|
|
9939
9939
|
if (d.type !== u.Punctuator && d.type !== u.Keyword)
|
|
9940
9940
|
return 0;
|
|
@@ -9989,9 +9989,9 @@ var N0 = { exports: {} };
|
|
|
9989
9989
|
}
|
|
9990
9990
|
function js() {
|
|
9991
9991
|
var d, S, j, W, ee, le, Ke, pt, en, Wt;
|
|
9992
|
-
if (d = F, en = nr(), W = F, ee =
|
|
9992
|
+
if (d = F, en = nr(), W = F, ee = Gr(W, P.allowIn), ee === 0)
|
|
9993
9993
|
return en;
|
|
9994
|
-
for (W.prec = ee, ce(), S = [d, F], Ke = nr(), le = [en, W, Ke]; (ee =
|
|
9994
|
+
for (W.prec = ee, ce(), S = [d, F], Ke = nr(), le = [en, W, Ke]; (ee = Gr(F, P.allowIn)) > 0; ) {
|
|
9995
9995
|
for (; le.length > 2 && ee <= le[le.length - 2].prec; )
|
|
9996
9996
|
Ke = le.pop(), pt = le.pop().value, en = le.pop(), j = k.createBinaryExpression(pt, en, Ke), S.pop(), d = S[S.length - 1], k.markEnd(j, d), le.push(j);
|
|
9997
9997
|
W = ce(), W.prec = ee, le.push(W), S.push(F), j = nr(), le.push(j);
|
|
@@ -10018,7 +10018,7 @@ var N0 = { exports: {} };
|
|
|
10018
10018
|
return d;
|
|
10019
10019
|
}
|
|
10020
10020
|
function ue() {
|
|
10021
|
-
for (var d = [], S; b < C && !(w("}") || (S =
|
|
10021
|
+
for (var d = [], S; b < C && !(w("}") || (S = Jr(), typeof S > "u")); )
|
|
10022
10022
|
d.push(S);
|
|
10023
10023
|
return d;
|
|
10024
10024
|
}
|
|
@@ -10169,9 +10169,9 @@ var N0 = { exports: {} };
|
|
|
10169
10169
|
}
|
|
10170
10170
|
function Wi() {
|
|
10171
10171
|
var d, S = [], j, W, ee, le, Ke, pt, en, Wt;
|
|
10172
|
-
for (Wt = F, T("{"); b < C && !(F.type !== u.StringLiteral || (j = F, d =
|
|
10172
|
+
for (Wt = F, T("{"); b < C && !(F.type !== u.StringLiteral || (j = F, d = Jr(), S.push(d), d.expression.type !== h.Literal)); )
|
|
10173
10173
|
W = A.slice(j.start + 1, j.end - 1), W === "use strict" ? (E = !0, ee && Ce(ee, p.StrictOctalLiteral)) : !ee && j.octal && (ee = j);
|
|
10174
|
-
for (le = P.labelSet, Ke = P.inIteration, pt = P.inSwitch, en = P.inFunctionBody, P.labelSet = {}, P.inIteration = !1, P.inSwitch = !1, P.inFunctionBody = !0; b < C && !(w("}") || (d =
|
|
10174
|
+
for (le = P.labelSet, Ke = P.inIteration, pt = P.inSwitch, en = P.inFunctionBody, P.labelSet = {}, P.inIteration = !1, P.inSwitch = !1, P.inFunctionBody = !0; b < C && !(w("}") || (d = Jr(), typeof d > "u")); )
|
|
10175
10175
|
S.push(d);
|
|
10176
10176
|
return T("}"), P.labelSet = le, P.inIteration = Ke, P.inSwitch = pt, P.inFunctionBody = en, k.markEnd(k.createBlockStatement(S), Wt);
|
|
10177
10177
|
}
|
|
@@ -10195,7 +10195,7 @@ var N0 = { exports: {} };
|
|
|
10195
10195
|
var d, S = null, j, W, ee, le, Ke = [], pt, en, Wt;
|
|
10196
10196
|
return Wt = F, y("function"), w("(") || (d = F, S = Oe(), E ? ve(d.value) && Ce(d, p.StrictFunctionName) : ve(d.value) ? (W = d, ee = p.StrictFunctionName) : be(d.value) && (W = d, ee = p.StrictReservedWord)), le = Vs(W), Ke = le.params, j = le.stricted, W = le.firstRestricted, le.message && (ee = le.message), en = E, pt = Wi(), E && W && ge(W, ee), E && j && Ce(j, ee), E = en, k.markEnd(k.createFunctionExpression(S, Ke, [], pt), Wt);
|
|
10197
10197
|
}
|
|
10198
|
-
function
|
|
10198
|
+
function Jr() {
|
|
10199
10199
|
if (F.type === u.Keyword)
|
|
10200
10200
|
switch (F.value) {
|
|
10201
10201
|
case "const":
|
|
@@ -10210,9 +10210,9 @@ var N0 = { exports: {} };
|
|
|
10210
10210
|
return Fn();
|
|
10211
10211
|
}
|
|
10212
10212
|
function Hi() {
|
|
10213
|
-
for (var d, S = [], j, W, ee; b < C && (j = F, !(j.type !== u.StringLiteral || (d =
|
|
10213
|
+
for (var d, S = [], j, W, ee; b < C && (j = F, !(j.type !== u.StringLiteral || (d = Jr(), S.push(d), d.expression.type !== h.Literal))); )
|
|
10214
10214
|
W = A.slice(j.start + 1, j.end - 1), W === "use strict" ? (E = !0, ee && Ce(ee, p.StrictOctalLiteral)) : !ee && j.octal && (ee = j);
|
|
10215
|
-
for (; b < C && (d =
|
|
10215
|
+
for (; b < C && (d = Jr(), !(typeof d > "u")); )
|
|
10216
10216
|
S.push(d);
|
|
10217
10217
|
return S;
|
|
10218
10218
|
}
|
|
@@ -11929,7 +11929,7 @@ const j0 = /* @__PURE__ */ Ml(NS), jS = ({
|
|
|
11929
11929
|
}
|
|
11930
11930
|
return {};
|
|
11931
11931
|
}), { dataSource: u, columns: a };
|
|
11932
|
-
},
|
|
11932
|
+
}, X4 = ({
|
|
11933
11933
|
theme: e,
|
|
11934
11934
|
baseprefix: t,
|
|
11935
11935
|
dataItems: n,
|
|
@@ -12048,7 +12048,7 @@ var nC = ZS;
|
|
|
12048
12048
|
const cp = /* @__PURE__ */ Ml(nC);
|
|
12049
12049
|
function rC(e) {
|
|
12050
12050
|
const t = zt(e);
|
|
12051
|
-
t.current = e,
|
|
12051
|
+
t.current = e, Mt(
|
|
12052
12052
|
() => () => {
|
|
12053
12053
|
t.current();
|
|
12054
12054
|
},
|
|
@@ -12066,7 +12066,7 @@ function iC(e, t = 500, n) {
|
|
|
12066
12066
|
a.cancel();
|
|
12067
12067
|
}, u.isPending = () => !!i.current, u.flush = () => a.flush(), u;
|
|
12068
12068
|
}, [e, t, n]);
|
|
12069
|
-
return
|
|
12069
|
+
return Mt(() => {
|
|
12070
12070
|
i.current = cp(e, t, n);
|
|
12071
12071
|
}, [e, t, n]), o;
|
|
12072
12072
|
}
|
|
@@ -12132,7 +12132,7 @@ function su(e, t) {
|
|
|
12132
12132
|
const n = 10 ** t;
|
|
12133
12133
|
return Math.floor(e * n) / n;
|
|
12134
12134
|
}
|
|
12135
|
-
const
|
|
12135
|
+
const Q4 = (e, t) => {
|
|
12136
12136
|
let n = parseFloat(t.replace(/[a-zA-Zа-яА-Я]/g, ""));
|
|
12137
12137
|
if (e === "cpu")
|
|
12138
12138
|
return t.endsWith("m") && (n /= 1e3), su(n, 1);
|
|
@@ -12380,20 +12380,20 @@ function wC(e, t) {
|
|
|
12380
12380
|
return Object.prototype.hasOwnProperty.call(e, t);
|
|
12381
12381
|
}
|
|
12382
12382
|
function bC(e, t) {
|
|
12383
|
-
return ou(t) ||
|
|
12383
|
+
return ou(t) || fi("changeType"), Object.keys(t).some(function(n) {
|
|
12384
12384
|
return !wC(e, n);
|
|
12385
|
-
}) &&
|
|
12385
|
+
}) && fi("changeField"), t;
|
|
12386
12386
|
}
|
|
12387
12387
|
function vC(e) {
|
|
12388
|
-
Eo(e) ||
|
|
12388
|
+
Eo(e) || fi("selectorType");
|
|
12389
12389
|
}
|
|
12390
12390
|
function xC(e) {
|
|
12391
|
-
Eo(e) || ou(e) ||
|
|
12391
|
+
Eo(e) || ou(e) || fi("handlerType"), ou(e) && Object.values(e).some(function(t) {
|
|
12392
12392
|
return !Eo(t);
|
|
12393
|
-
}) &&
|
|
12393
|
+
}) && fi("handlersType");
|
|
12394
12394
|
}
|
|
12395
12395
|
function AC(e) {
|
|
12396
|
-
e ||
|
|
12396
|
+
e || fi("initialIsRequired"), ou(e) || fi("initialType"), mC(e) && fi("initialContent");
|
|
12397
12397
|
}
|
|
12398
12398
|
function EC(e, t) {
|
|
12399
12399
|
throw new Error(e[t] || e.default);
|
|
@@ -12408,7 +12408,7 @@ var SC = {
|
|
|
12408
12408
|
changeType: "provided value of changes should be an object",
|
|
12409
12409
|
changeField: 'it seams you want to change a field in the state which is not specified in the "initial" state',
|
|
12410
12410
|
default: "an unknown error accured in `state-local` package"
|
|
12411
|
-
},
|
|
12411
|
+
}, fi = co(EC)(SC), La = {
|
|
12412
12412
|
changes: bC,
|
|
12413
12413
|
selector: vC,
|
|
12414
12414
|
handler: xC,
|
|
@@ -12621,12 +12621,12 @@ function ZC({ width: e, height: t, isEditorReady: n, loading: i, _ref: o, classN
|
|
|
12621
12621
|
}
|
|
12622
12622
|
var e3 = ZC, z0 = Nl(e3);
|
|
12623
12623
|
function t3(e) {
|
|
12624
|
-
|
|
12624
|
+
Mt(e, []);
|
|
12625
12625
|
}
|
|
12626
12626
|
var Ql = t3;
|
|
12627
12627
|
function n3(e, t, n = !0) {
|
|
12628
12628
|
let i = zt(!0);
|
|
12629
|
-
|
|
12629
|
+
Mt(i.current || !n ? () => {
|
|
12630
12630
|
i.current = !1;
|
|
12631
12631
|
} : e, t);
|
|
12632
12632
|
}
|
|
@@ -12681,9 +12681,9 @@ function s3({ original: e, modified: t, language: n, originalLanguage: i, modifi
|
|
|
12681
12681
|
}, [n, t, o, e, i, a, u]), he = ws(() => {
|
|
12682
12682
|
!ae.current && q.current && (P.current = I.current.editor.createDiffEditor(q.current, { automaticLayout: !0, ...p }), de(), I.current?.editor.setTheme(h), C(!0), ae.current = !0);
|
|
12683
12683
|
}, [p, h, de]);
|
|
12684
|
-
|
|
12684
|
+
Mt(() => {
|
|
12685
12685
|
N && G.current(P.current, I.current);
|
|
12686
|
-
}, [N]),
|
|
12686
|
+
}, [N]), Mt(() => {
|
|
12687
12687
|
!k && !N && he();
|
|
12688
12688
|
}, [k, N, he]);
|
|
12689
12689
|
function Ae() {
|
|
@@ -12705,7 +12705,7 @@ function u3() {
|
|
|
12705
12705
|
var c3 = u3;
|
|
12706
12706
|
function l3(e) {
|
|
12707
12707
|
let t = zt();
|
|
12708
|
-
return
|
|
12708
|
+
return Mt(() => {
|
|
12709
12709
|
t.current = e;
|
|
12710
12710
|
}, [e]), t.current;
|
|
12711
12711
|
}
|
|
@@ -12737,15 +12737,15 @@ function d3({ defaultValue: e, defaultLanguage: t, defaultPath: n, value: i, lan
|
|
|
12737
12737
|
oe.current = G.current?.editor.create(ae.current, { model: Ne, automaticLayout: !0, ...h }, g), p && oe.current.restoreViewState(Ra.get(pe)), G.current.editor.setTheme(u), l !== void 0 && oe.current.revealLine(l), P(!0), be.current = !0;
|
|
12738
12738
|
}
|
|
12739
12739
|
}, [e, t, n, i, o, a, h, g, p, u, l]);
|
|
12740
|
-
|
|
12740
|
+
Mt(() => {
|
|
12741
12741
|
F && de.current(oe.current, G.current);
|
|
12742
|
-
}, [F]),
|
|
12742
|
+
}, [F]), Mt(() => {
|
|
12743
12743
|
!I && !F && We();
|
|
12744
|
-
}, [I, F, We]), fe.current = i,
|
|
12744
|
+
}, [I, F, We]), fe.current = i, Mt(() => {
|
|
12745
12745
|
F && C && (Ae.current?.dispose(), Ae.current = oe.current?.onDidChangeModelContent((pe) => {
|
|
12746
12746
|
ve.current || C(oe.current.getValue(), pe);
|
|
12747
12747
|
}));
|
|
12748
|
-
}, [F, C]),
|
|
12748
|
+
}, [F, C]), Mt(() => {
|
|
12749
12749
|
if (F) {
|
|
12750
12750
|
let pe = G.current.editor.onDidChangeMarkers((Ne) => {
|
|
12751
12751
|
let J = oe.current.getModel()?.uri;
|
|
@@ -12774,11 +12774,11 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
12774
12774
|
default: Zl,
|
|
12775
12775
|
loader: So,
|
|
12776
12776
|
useMonaco: c3
|
|
12777
|
-
}, Symbol.toStringTag, { value: "Module" })), ef = Symbol.for("yaml.alias"), Il = Symbol.for("yaml.document"),
|
|
12777
|
+
}, Symbol.toStringTag, { value: "Module" })), ef = Symbol.for("yaml.alias"), Il = Symbol.for("yaml.document"), di = Symbol.for("yaml.map"), Y0 = Symbol.for("yaml.pair"), kr = Symbol.for("yaml.scalar"), Bs = Symbol.for("yaml.seq"), tr = Symbol.for("yaml.node.type"), Ds = (e) => !!e && typeof e == "object" && e[tr] === ef, Bo = (e) => !!e && typeof e == "object" && e[tr] === Il, Do = (e) => !!e && typeof e == "object" && e[tr] === di, Yt = (e) => !!e && typeof e == "object" && e[tr] === Y0, Tt = (e) => !!e && typeof e == "object" && e[tr] === kr, Po = (e) => !!e && typeof e == "object" && e[tr] === Bs;
|
|
12778
12778
|
function Gt(e) {
|
|
12779
12779
|
if (e && typeof e == "object")
|
|
12780
12780
|
switch (e[tr]) {
|
|
12781
|
-
case
|
|
12781
|
+
case di:
|
|
12782
12782
|
case Bs:
|
|
12783
12783
|
return !0;
|
|
12784
12784
|
}
|
|
@@ -12788,8 +12788,8 @@ function Jt(e) {
|
|
|
12788
12788
|
if (e && typeof e == "object")
|
|
12789
12789
|
switch (e[tr]) {
|
|
12790
12790
|
case ef:
|
|
12791
|
-
case
|
|
12792
|
-
case
|
|
12791
|
+
case di:
|
|
12792
|
+
case kr:
|
|
12793
12793
|
case Bs:
|
|
12794
12794
|
return !0;
|
|
12795
12795
|
}
|
|
@@ -13184,7 +13184,7 @@ function Xa(e, t, n) {
|
|
|
13184
13184
|
const eg = (e) => !e || typeof e != "function" && typeof e != "object";
|
|
13185
13185
|
class qe extends tf {
|
|
13186
13186
|
constructor(t) {
|
|
13187
|
-
super(
|
|
13187
|
+
super(kr), this.value = t;
|
|
13188
13188
|
}
|
|
13189
13189
|
toJSON(t, n) {
|
|
13190
13190
|
return n?.keep ? this.value : Zn(this.value, t, n);
|
|
@@ -13212,7 +13212,7 @@ function Co(e, t, n) {
|
|
|
13212
13212
|
if (Bo(e) && (e = e.contents), Jt(e))
|
|
13213
13213
|
return e;
|
|
13214
13214
|
if (Yt(e)) {
|
|
13215
|
-
const p = n.schema[
|
|
13215
|
+
const p = n.schema[di].createNode?.(n.schema, null, n);
|
|
13216
13216
|
return p.items.push(e), p;
|
|
13217
13217
|
}
|
|
13218
13218
|
(e instanceof String || e instanceof Number || e instanceof Boolean || typeof BigInt < "u" && e instanceof BigInt) && (e = e.valueOf());
|
|
@@ -13230,7 +13230,7 @@ function Co(e, t, n) {
|
|
|
13230
13230
|
const p = new qe(e);
|
|
13231
13231
|
return f && (f.node = p), p;
|
|
13232
13232
|
}
|
|
13233
|
-
h = e instanceof Map ? u[
|
|
13233
|
+
h = e instanceof Map ? u[di] : Symbol.iterator in Object(e) ? u[Bs] : u[di];
|
|
13234
13234
|
}
|
|
13235
13235
|
a && (a(h), delete n.onTagObj);
|
|
13236
13236
|
const g = h?.createNode ? h.createNode(n.schema, e, n) : typeof h?.nodeClass?.from == "function" ? h.nodeClass.from(n.schema, e, n) : new qe(e);
|
|
@@ -14004,7 +14004,7 @@ class Yn extends tg {
|
|
|
14004
14004
|
return "tag:yaml.org,2002:map";
|
|
14005
14005
|
}
|
|
14006
14006
|
constructor(t) {
|
|
14007
|
-
super(
|
|
14007
|
+
super(di, t), this.items = [];
|
|
14008
14008
|
}
|
|
14009
14009
|
/**
|
|
14010
14010
|
* A generic collection parsing method that can be extended
|
|
@@ -14804,7 +14804,7 @@ function il(e, t, n) {
|
|
|
14804
14804
|
const z3 = (e, t) => e.key < t.key ? -1 : e.key > t.key ? 1 : 0;
|
|
14805
14805
|
class pf {
|
|
14806
14806
|
constructor({ compat: t, customTags: n, merge: i, resolveKnownTags: o, schema: a, sortMapEntries: u, toStringDefaults: l }) {
|
|
14807
|
-
this.compat = Array.isArray(t) ? il(t, "compat") : t ? il(null, t) : null, this.name = typeof a == "string" && a || "core", this.knownTags = o ? H3 : {}, this.tags = il(n, this.name, i), this.toStringOptions = l ?? null, Object.defineProperty(this,
|
|
14807
|
+
this.compat = Array.isArray(t) ? il(t, "compat") : t ? il(null, t) : null, this.name = typeof a == "string" && a || "core", this.knownTags = o ? H3 : {}, this.tags = il(n, this.name, i), this.toStringOptions = l ?? null, Object.defineProperty(this, di, { value: Ps }), Object.defineProperty(this, kr, { value: Cu }), Object.defineProperty(this, Bs, { value: Ls }), this.sortMapEntries = typeof u == "function" ? u : u === !0 ? z3 : null;
|
|
14808
14808
|
}
|
|
14809
14809
|
clone() {
|
|
14810
14810
|
const t = Object.create(pf.prototype, Object.getOwnPropertyDescriptors(this));
|
|
@@ -15740,7 +15740,7 @@ function c_(e, t, n, i) {
|
|
|
15740
15740
|
function _g(e, t, n, i) {
|
|
15741
15741
|
const { value: o, type: a, comment: u, range: l } = t.type === "block-scalar" ? e_(e, t, i) : r_(t, e.options.strict, i), f = n ? e.directives.tagName(n.source, (p) => i(n, "TAG_RESOLVE_FAILED", p)) : null;
|
|
15742
15742
|
let h;
|
|
15743
|
-
e.options.stringKeys && e.atKey ? h = e.schema[
|
|
15743
|
+
e.options.stringKeys && e.atKey ? h = e.schema[kr] : f ? h = l_(e.schema, o, f, n, i) : t.type === "scalar" ? h = f_(e, o, t, i) : h = e.schema[kr];
|
|
15744
15744
|
let g;
|
|
15745
15745
|
try {
|
|
15746
15746
|
const p = h.resolve(o, (v) => i(n ?? t, "TAG_RESOLVE_FAILED", v), e.options);
|
|
@@ -15753,7 +15753,7 @@ function _g(e, t, n, i) {
|
|
|
15753
15753
|
}
|
|
15754
15754
|
function l_(e, t, n, i, o) {
|
|
15755
15755
|
if (n === "!")
|
|
15756
|
-
return e[
|
|
15756
|
+
return e[kr];
|
|
15757
15757
|
const a = [];
|
|
15758
15758
|
for (const l of e.tags)
|
|
15759
15759
|
if (!l.collection && l.tag === n)
|
|
@@ -15765,12 +15765,12 @@ function l_(e, t, n, i, o) {
|
|
|
15765
15765
|
if (l.test?.test(t))
|
|
15766
15766
|
return l;
|
|
15767
15767
|
const u = e.knownTags[n];
|
|
15768
|
-
return u && !u.collection ? (e.tags.push(Object.assign({}, u, { default: !1, test: void 0 })), u) : (o(i, "TAG_RESOLVE_FAILED", `Unresolved tag: ${n}`, n !== "tag:yaml.org,2002:str"), e[
|
|
15768
|
+
return u && !u.collection ? (e.tags.push(Object.assign({}, u, { default: !1, test: void 0 })), u) : (o(i, "TAG_RESOLVE_FAILED", `Unresolved tag: ${n}`, n !== "tag:yaml.org,2002:str"), e[kr]);
|
|
15769
15769
|
}
|
|
15770
15770
|
function f_({ atKey: e, directives: t, schema: n }, i, o, a) {
|
|
15771
|
-
const u = n.tags.find((l) => (l.default === !0 || e && l.default === "key") && l.test?.test(i)) || n[
|
|
15771
|
+
const u = n.tags.find((l) => (l.default === !0 || e && l.default === "key") && l.test?.test(i)) || n[kr];
|
|
15772
15772
|
if (n.compat) {
|
|
15773
|
-
const l = n.compat.find((f) => f.default && f.test?.test(i)) ?? n[
|
|
15773
|
+
const l = n.compat.find((f) => f.default && f.test?.test(i)) ?? n[kr];
|
|
15774
15774
|
if (u.tag !== l.tag) {
|
|
15775
15775
|
const f = t.tagString(u.tag), h = t.tagString(l.tag), g = `Value may be parsed as either ${f} or ${h}`;
|
|
15776
15776
|
a(o, "TAG_RESOLVE_FAILED", g, !0);
|
|
@@ -17175,7 +17175,7 @@ function Dg(e, t, n) {
|
|
|
17175
17175
|
}
|
|
17176
17176
|
return Bo(e) && !i ? e.toString(n) : new Ro(e, i, n).toString(n);
|
|
17177
17177
|
}
|
|
17178
|
-
const C_ =
|
|
17178
|
+
const C_ = Ye.div`
|
|
17179
17179
|
height: 100%;
|
|
17180
17180
|
|
|
17181
17181
|
.monaco-editor,
|
|
@@ -17186,7 +17186,7 @@ const C_ = Xe.div`
|
|
|
17186
17186
|
BorderRadiusContainer: C_
|
|
17187
17187
|
}, k_ = ({ theme: e, currentValues: t, onChange: n }) => {
|
|
17188
17188
|
const [i, o] = Ve("");
|
|
17189
|
-
return
|
|
17189
|
+
return Mt(() => {
|
|
17190
17190
|
o(Dg(t));
|
|
17191
17191
|
}, [t]), /* @__PURE__ */ x.jsx(__.BorderRadiusContainer, { children: /* @__PURE__ */ x.jsx(
|
|
17192
17192
|
Zl,
|
|
@@ -17204,14 +17204,14 @@ const C_ = Xe.div`
|
|
|
17204
17204
|
}
|
|
17205
17205
|
}
|
|
17206
17206
|
) });
|
|
17207
|
-
}, O_ =
|
|
17207
|
+
}, O_ = Ye.div`
|
|
17208
17208
|
height: ${({ $designNewLayoutHeight: e }) => e ? `${e}px` : "75vh"};
|
|
17209
17209
|
|
|
17210
17210
|
.monaco-editor,
|
|
17211
17211
|
.overflow-guard {
|
|
17212
17212
|
border-radius: 8px;
|
|
17213
17213
|
}
|
|
17214
|
-
`, T_ =
|
|
17214
|
+
`, T_ = Ye.div`
|
|
17215
17215
|
margin-top: 10px;
|
|
17216
17216
|
display: flex;
|
|
17217
17217
|
align-items: center;
|
|
@@ -17235,7 +17235,7 @@ const C_ = Xe.div`
|
|
|
17235
17235
|
designNewLayoutHeight: g
|
|
17236
17236
|
}) => {
|
|
17237
17237
|
const { token: p } = $n.useToken(), v = Oo(), [_, A] = Ve(""), [E, b] = Ve(!1), [B, N] = Ve();
|
|
17238
|
-
|
|
17238
|
+
Mt(() => {
|
|
17239
17239
|
A(Dg(n));
|
|
17240
17240
|
}, [n]);
|
|
17241
17241
|
const C = () => {
|
|
@@ -17282,7 +17282,7 @@ const C_ = Xe.div`
|
|
|
17282
17282
|
return typeof t == "string" ? t : String(t);
|
|
17283
17283
|
}
|
|
17284
17284
|
return String(e);
|
|
17285
|
-
}, Pg = jl(void 0), F_ = ({ value: e, children: t }) => /* @__PURE__ */ x.jsx(Pg.Provider, { value: e, children: t }),
|
|
17285
|
+
}, Pg = jl(void 0), F_ = ({ value: e, children: t }) => /* @__PURE__ */ x.jsx(Pg.Provider, { value: e, children: t }), yr = () => cu(Pg), B_ = Ye.div`
|
|
17286
17286
|
display: flex;
|
|
17287
17287
|
flex-direction: column;
|
|
17288
17288
|
gap: ${({ $designNewLayout: e }) => e ? "4px" : "8px"};
|
|
@@ -17296,15 +17296,15 @@ const C_ = Xe.div`
|
|
|
17296
17296
|
0 6px 16px 0 #00000014,
|
|
17297
17297
|
0 3px 6px -4px #0000001f,
|
|
17298
17298
|
0 9px 28px 8px #0000000d` : "initial"};
|
|
17299
|
-
`, D_ =
|
|
17299
|
+
`, D_ = Ye.div`
|
|
17300
17300
|
display: flex;
|
|
17301
17301
|
align-items: center;
|
|
17302
17302
|
justify-content: flex-start;
|
|
17303
17303
|
gap: 4px;
|
|
17304
17304
|
cursor: pointer;
|
|
17305
|
-
`, P_ =
|
|
17305
|
+
`, P_ = Ye.div`
|
|
17306
17306
|
display: ${({ $isOpen: e }) => e ? "block" : "none"};
|
|
17307
|
-
padding: ${({ $designNewLayout: e }) => e ? "0" : "4px"};
|
|
17307
|
+
padding: ${({ $designNewLayout: e }) => e ? "0 0 0 6px" : "4px"};
|
|
17308
17308
|
`, cl = {
|
|
17309
17309
|
Container: B_,
|
|
17310
17310
|
TitleBar: D_,
|
|
@@ -17319,7 +17319,7 @@ const C_ = Xe.div`
|
|
|
17319
17319
|
onRemoveByMinus: u,
|
|
17320
17320
|
children: l
|
|
17321
17321
|
}) => {
|
|
17322
|
-
const { token: f } = $n.useToken(), h = n.expandedKeys.some((v) => JSON.stringify(v) === JSON.stringify(t)), g =
|
|
17322
|
+
const { token: f } = $n.useToken(), h = n.expandedKeys.some((v) => JSON.stringify(v) === JSON.stringify(t)), g = yr(), p = () => {
|
|
17323
17323
|
h ? n.onExpandClose(t) : n.onExpandOpen(t);
|
|
17324
17324
|
};
|
|
17325
17325
|
return /* @__PURE__ */ x.jsxs(
|
|
@@ -17345,19 +17345,26 @@ const C_ = Xe.div`
|
|
|
17345
17345
|
]
|
|
17346
17346
|
}
|
|
17347
17347
|
);
|
|
17348
|
-
},
|
|
17348
|
+
}, mr = Ye.div`
|
|
17349
17349
|
display: ${({ $isHidden: e }) => e ? "none" : "block"};
|
|
17350
17350
|
`, Mi = ({ formName: e, persistedControls: t, type: n }) => {
|
|
17351
17351
|
const i = t.persistedKeys.some((a) => JSON.stringify(a) === JSON.stringify(e)), o = () => {
|
|
17352
17352
|
i ? t.onPersistUnmark(e) : t.onPersistMark(e, n);
|
|
17353
17353
|
};
|
|
17354
|
-
return /* @__PURE__ */ x.jsx(
|
|
17355
|
-
},
|
|
17354
|
+
return /* @__PURE__ */ x.jsx(mr, { $isHidden: t.isPersistedKeysShown === !1, children: /* @__PURE__ */ x.jsx(vt, { size: "small", type: "text", onClick: o, children: i ? /* @__PURE__ */ x.jsx(fS, {}) : /* @__PURE__ */ x.jsx(dS, {}) }) });
|
|
17355
|
+
}, qr = Ye(Vt.Item)`
|
|
17356
17356
|
margin-bottom: 8px;
|
|
17357
|
-
`,
|
|
17357
|
+
`, Kr = Ye.div`
|
|
17358
17358
|
font-size: ${({ $designNewLayout: e }) => e ? "16px" : "14px"};
|
|
17359
17359
|
line-height: ${({ $designNewLayout: e }) => e ? "24px" : "22px"};
|
|
17360
|
-
`, R_ =
|
|
17360
|
+
`, R_ = Ye.div`
|
|
17361
|
+
padding: ${({ $designNewLayout: e }) => e ? "0 0 0 6px" : "4px"};
|
|
17362
|
+
`, N_ = {
|
|
17363
|
+
Content: R_
|
|
17364
|
+
}, j_ = ({ children: e }) => {
|
|
17365
|
+
const t = yr();
|
|
17366
|
+
return /* @__PURE__ */ x.jsx(N_.Content, { $designNewLayout: t, children: e });
|
|
17367
|
+
}, $_ = ({
|
|
17361
17368
|
name: e,
|
|
17362
17369
|
arrKey: t,
|
|
17363
17370
|
arrName: n,
|
|
@@ -17373,7 +17380,7 @@ const C_ = Xe.div`
|
|
|
17373
17380
|
urlParams: v,
|
|
17374
17381
|
onRemoveByMinus: _
|
|
17375
17382
|
}) => {
|
|
17376
|
-
const A =
|
|
17383
|
+
const A = yr(), { clusterName: E, namespace: b, syntheticProject: B, entryName: N } = v, C = Vt.useFormInstance(), k = Vt.useWatch(e === "nodeName" ? "nodeNameBecauseOfSuddenBug" : e, C), F = Ot({
|
|
17377
17384
|
template: p.valueUri,
|
|
17378
17385
|
replaceValues: { clusterName: E, namespace: b, syntheticProject: B, entryName: N }
|
|
17379
17386
|
}), {
|
|
@@ -17403,9 +17410,9 @@ const C_ = Xe.div`
|
|
|
17403
17410
|
Lt(e),
|
|
17404
17411
|
o?.includes(Lt(e)) && /* @__PURE__ */ x.jsx(xn.Text, { type: "danger", children: "*" })
|
|
17405
17412
|
] });
|
|
17406
|
-
return /* @__PURE__ */ x.jsxs(
|
|
17413
|
+
return /* @__PURE__ */ x.jsxs(mr, { $isHidden: u, children: [
|
|
17407
17414
|
/* @__PURE__ */ x.jsxs(nt, { justify: "space-between", children: [
|
|
17408
|
-
/* @__PURE__ */ x.jsx(
|
|
17415
|
+
/* @__PURE__ */ x.jsx(Kr, { $designNewLayout: A, children: l ? /* @__PURE__ */ x.jsx(pr, { title: l, children: Be }) : Be }),
|
|
17409
17416
|
/* @__PURE__ */ x.jsxs(nt, { gap: 4, children: [
|
|
17410
17417
|
f && /* @__PURE__ */ x.jsx(vt, { size: "small", type: "text", onClick: () => h({ path: e }), children: /* @__PURE__ */ x.jsx(pn, {}) }),
|
|
17411
17418
|
_ && /* @__PURE__ */ x.jsx(vt, { size: "small", type: "text", onClick: _, children: /* @__PURE__ */ x.jsx(pn, {}) }),
|
|
@@ -17413,7 +17420,7 @@ const C_ = Xe.div`
|
|
|
17413
17420
|
] })
|
|
17414
17421
|
] }),
|
|
17415
17422
|
/* @__PURE__ */ x.jsx(
|
|
17416
|
-
|
|
17423
|
+
qr,
|
|
17417
17424
|
{
|
|
17418
17425
|
name: n || fe,
|
|
17419
17426
|
rules: [{ required: a === !1 && o?.includes(Lt(e)) }],
|
|
@@ -17434,7 +17441,7 @@ const C_ = Xe.div`
|
|
|
17434
17441
|
t !== void 0 ? t : Array.isArray(e) ? e.slice(-1)[0] : e
|
|
17435
17442
|
)
|
|
17436
17443
|
] });
|
|
17437
|
-
},
|
|
17444
|
+
}, xr = ({
|
|
17438
17445
|
valueObj: e,
|
|
17439
17446
|
keysToValue: t,
|
|
17440
17447
|
logic: n
|
|
@@ -17447,7 +17454,7 @@ const C_ = Xe.div`
|
|
|
17447
17454
|
}, Fp = ({ valueFirst: e, valueSecond: t }) => {
|
|
17448
17455
|
const n = e + t;
|
|
17449
17456
|
return Number(n.toFixed(1));
|
|
17450
|
-
},
|
|
17457
|
+
}, M_ = ({
|
|
17451
17458
|
minMaxAndStep: e,
|
|
17452
17459
|
minValueObj: t,
|
|
17453
17460
|
minSubstractFirstValueObj: n,
|
|
@@ -17463,7 +17470,7 @@ const C_ = Xe.div`
|
|
|
17463
17470
|
}) => {
|
|
17464
17471
|
let v = 0, _ = 0;
|
|
17465
17472
|
if (e.min.type === "resourceValue" && typeof t == "object" && t !== null) {
|
|
17466
|
-
const A =
|
|
17473
|
+
const A = xr({
|
|
17467
17474
|
valueObj: t,
|
|
17468
17475
|
keysToValue: e.min.keysToValue,
|
|
17469
17476
|
logic: p
|
|
@@ -17471,11 +17478,11 @@ const C_ = Xe.div`
|
|
|
17471
17478
|
v = Tp({ value: A });
|
|
17472
17479
|
}
|
|
17473
17480
|
if (e.min.type === "substractResourceValues" && typeof n == "object" && n !== null && typeof i == "object" && i !== null) {
|
|
17474
|
-
const A =
|
|
17481
|
+
const A = xr({
|
|
17475
17482
|
valueObj: n,
|
|
17476
17483
|
keysToValue: e.min.firstValuesKeysToValue,
|
|
17477
17484
|
logic: p
|
|
17478
|
-
}), E =
|
|
17485
|
+
}), E = xr({
|
|
17479
17486
|
valueObj: i,
|
|
17480
17487
|
keysToValue: e.min.secondValuesKeysToValue,
|
|
17481
17488
|
logic: p
|
|
@@ -17483,11 +17490,11 @@ const C_ = Xe.div`
|
|
|
17483
17490
|
v = Ip({ valueFirst: A, valueSecond: E });
|
|
17484
17491
|
}
|
|
17485
17492
|
if (e.min.type === "addResourceValues" && typeof o == "object" && o !== null && typeof a == "object" && a !== null) {
|
|
17486
|
-
const A =
|
|
17493
|
+
const A = xr({
|
|
17487
17494
|
valueObj: o,
|
|
17488
17495
|
keysToValue: e.min.firstValuesKeysToValue,
|
|
17489
17496
|
logic: p
|
|
17490
|
-
}), E =
|
|
17497
|
+
}), E = xr({
|
|
17491
17498
|
valueObj: a,
|
|
17492
17499
|
keysToValue: e.min.secondValuesKeysToValue,
|
|
17493
17500
|
logic: p
|
|
@@ -17495,7 +17502,7 @@ const C_ = Xe.div`
|
|
|
17495
17502
|
v = Fp({ valueFirst: A, valueSecond: E });
|
|
17496
17503
|
}
|
|
17497
17504
|
if (e.min.type === "number" && (v = e.min.value), e.max.type === "resourceValue" && typeof u == "object" && u !== null) {
|
|
17498
|
-
const A =
|
|
17505
|
+
const A = xr({
|
|
17499
17506
|
valueObj: u,
|
|
17500
17507
|
keysToValue: e.max.keysToValue,
|
|
17501
17508
|
logic: p
|
|
@@ -17503,11 +17510,11 @@ const C_ = Xe.div`
|
|
|
17503
17510
|
_ = Tp({ value: A });
|
|
17504
17511
|
}
|
|
17505
17512
|
if (e.max.type === "substractResourceValues" && typeof l == "object" && l !== null && typeof f == "object" && f !== null) {
|
|
17506
|
-
const A =
|
|
17513
|
+
const A = xr({
|
|
17507
17514
|
valueObj: l,
|
|
17508
17515
|
keysToValue: e.max.firstValuesKeysToValue,
|
|
17509
17516
|
logic: p
|
|
17510
|
-
}), E =
|
|
17517
|
+
}), E = xr({
|
|
17511
17518
|
valueObj: f,
|
|
17512
17519
|
keysToValue: e.max.secondValuesKeysToValue,
|
|
17513
17520
|
logic: p
|
|
@@ -17515,11 +17522,11 @@ const C_ = Xe.div`
|
|
|
17515
17522
|
_ = Ip({ valueFirst: A, valueSecond: E });
|
|
17516
17523
|
}
|
|
17517
17524
|
if (e.max.type === "addResourceValues" && typeof h == "object" && h !== null && typeof g == "object" && g !== null) {
|
|
17518
|
-
const A =
|
|
17525
|
+
const A = xr({
|
|
17519
17526
|
valueObj: h,
|
|
17520
17527
|
keysToValue: e.max.firstValuesKeysToValue,
|
|
17521
17528
|
logic: p
|
|
17522
|
-
}), E =
|
|
17529
|
+
}), E = xr({
|
|
17523
17530
|
valueObj: g,
|
|
17524
17531
|
keysToValue: e.max.secondValuesKeysToValue,
|
|
17525
17532
|
logic: p
|
|
@@ -17530,7 +17537,7 @@ const C_ = Xe.div`
|
|
|
17530
17537
|
minValue: v,
|
|
17531
17538
|
maxValue: _
|
|
17532
17539
|
};
|
|
17533
|
-
},
|
|
17540
|
+
}, U_ = ({
|
|
17534
17541
|
name: e,
|
|
17535
17542
|
arrKey: t,
|
|
17536
17543
|
arrName: n,
|
|
@@ -17547,17 +17554,17 @@ const C_ = Xe.div`
|
|
|
17547
17554
|
step: _ = 1,
|
|
17548
17555
|
...A
|
|
17549
17556
|
}) => {
|
|
17550
|
-
const E =
|
|
17551
|
-
|
|
17557
|
+
const E = yr(), [b, B] = Ve(g || v);
|
|
17558
|
+
Mt(() => {
|
|
17552
17559
|
(Number.isNaN(b) || b < v) && B(v), b > p && B(p), B(b);
|
|
17553
17560
|
}, [b, v, p]);
|
|
17554
17561
|
const N = /* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
17555
17562
|
Lt(e),
|
|
17556
17563
|
o?.includes(Lt(e)) && /* @__PURE__ */ x.jsx(xn.Text, { type: "danger", children: "*" })
|
|
17557
17564
|
] });
|
|
17558
|
-
return /* @__PURE__ */ x.jsxs(
|
|
17565
|
+
return /* @__PURE__ */ x.jsxs(mr, { $isHidden: u, children: [
|
|
17559
17566
|
/* @__PURE__ */ x.jsxs(nt, { justify: "space-between", children: [
|
|
17560
|
-
/* @__PURE__ */ x.jsx(
|
|
17567
|
+
/* @__PURE__ */ x.jsx(Kr, { $designNewLayout: E, children: f ? /* @__PURE__ */ x.jsx(pr, { title: f, children: N }) : N }),
|
|
17561
17568
|
/* @__PURE__ */ x.jsxs(nt, { gap: 4, children: [
|
|
17562
17569
|
h && /* @__PURE__ */ x.jsx(vt, { size: "small", type: "text", onClick: h, children: /* @__PURE__ */ x.jsx(pn, {}) }),
|
|
17563
17570
|
/* @__PURE__ */ x.jsx(Mi, { formName: i || e, persistedControls: l, type: "number" })
|
|
@@ -17566,7 +17573,7 @@ const C_ = Xe.div`
|
|
|
17566
17573
|
/* @__PURE__ */ x.jsxs(Lp, { children: [
|
|
17567
17574
|
/* @__PURE__ */ x.jsxs(dl, { span: 12, children: [
|
|
17568
17575
|
/* @__PURE__ */ x.jsx(
|
|
17569
|
-
|
|
17576
|
+
qr,
|
|
17570
17577
|
{
|
|
17571
17578
|
name: n || e,
|
|
17572
17579
|
rules: [{ required: a === !1 && o?.includes(Lt(e)) }],
|
|
@@ -17582,7 +17589,7 @@ const C_ = Xe.div`
|
|
|
17582
17589
|
] }) })
|
|
17583
17590
|
] }),
|
|
17584
17591
|
/* @__PURE__ */ x.jsx(dl, { span: 4, children: /* @__PURE__ */ x.jsx(
|
|
17585
|
-
|
|
17592
|
+
qr,
|
|
17586
17593
|
{
|
|
17587
17594
|
name: n || e,
|
|
17588
17595
|
rules: [{ required: a === !1 && o?.includes(Lt(e)) }],
|
|
@@ -17594,7 +17601,7 @@ const C_ = Xe.div`
|
|
|
17594
17601
|
) })
|
|
17595
17602
|
] })
|
|
17596
17603
|
] });
|
|
17597
|
-
},
|
|
17604
|
+
}, V_ = ({
|
|
17598
17605
|
name: e,
|
|
17599
17606
|
arrKey: t,
|
|
17600
17607
|
arrName: n,
|
|
@@ -17729,7 +17736,7 @@ const C_ = Xe.div`
|
|
|
17729
17736
|
refetchInterval: !1,
|
|
17730
17737
|
queryKey: [ae || "", JSON.stringify(e)],
|
|
17731
17738
|
isEnabled: !!ae
|
|
17732
|
-
}), { minValue: ce, maxValue: xt } =
|
|
17739
|
+
}), { minValue: ce, maxValue: xt } = M_({
|
|
17733
17740
|
minMaxAndStep: B,
|
|
17734
17741
|
minValueObj: de,
|
|
17735
17742
|
minSubstractFirstValueObj: fe,
|
|
@@ -17744,7 +17751,7 @@ const C_ = Xe.div`
|
|
|
17744
17751
|
logic: g.logic
|
|
17745
17752
|
}), At = f ? g.edit.step : g.add.step;
|
|
17746
17753
|
return B.min.type === "resourceValue" && Ae || B.min.type === "substractResourceValues" && (be || we) || B.min.type === "addResourceValues" && (J || Te) || B.max.type === "resourceValue" && Ie || B.max.type === "substractResourceValues" && (_t || Nt) || B.max.type === "addResourceValues" && (Tn || Fe) ? /* @__PURE__ */ x.jsx("div", { children: "Loading" }) : B.min.type === "resourceValue" && he || B.min.type === "substractResourceValues" && (Be || We) || B.min.type === "addResourceValues" && (Ne || ie) || B.max.type === "resourceValue" && Ee || B.max.type === "substractResourceValues" && (De || Rt) || B.max.type === "addResourceValues" && (wt || Se) ? /* @__PURE__ */ x.jsx("div", { children: "Error" }) : /* @__PURE__ */ x.jsx(
|
|
17747
|
-
|
|
17754
|
+
U_,
|
|
17748
17755
|
{
|
|
17749
17756
|
name: e,
|
|
17750
17757
|
arrKey: t,
|
|
@@ -17761,24 +17768,24 @@ const C_ = Xe.div`
|
|
|
17761
17768
|
onRemoveByMinus: v
|
|
17762
17769
|
}
|
|
17763
17770
|
);
|
|
17764
|
-
},
|
|
17771
|
+
}, q_ = ({
|
|
17765
17772
|
name: e,
|
|
17766
17773
|
isHidden: t,
|
|
17767
17774
|
namespaceData: n,
|
|
17768
17775
|
isAdditionalProperties: i,
|
|
17769
17776
|
removeField: o
|
|
17770
17777
|
}) => {
|
|
17771
|
-
const a =
|
|
17772
|
-
return n ? /* @__PURE__ */ x.jsxs(
|
|
17778
|
+
const a = yr();
|
|
17779
|
+
return n ? /* @__PURE__ */ x.jsxs(mr, { $isHidden: t, children: [
|
|
17773
17780
|
/* @__PURE__ */ x.jsxs(nt, { justify: "space-between", children: [
|
|
17774
|
-
/* @__PURE__ */ x.jsxs(
|
|
17781
|
+
/* @__PURE__ */ x.jsxs(Kr, { $designNewLayout: a, children: [
|
|
17775
17782
|
"namespace",
|
|
17776
17783
|
/* @__PURE__ */ x.jsx(xn.Text, { type: "danger", children: "*" })
|
|
17777
17784
|
] }),
|
|
17778
17785
|
/* @__PURE__ */ x.jsx(nt, { gap: 4, children: i && /* @__PURE__ */ x.jsx(vt, { size: "small", type: "text", onClick: () => o({ path: e }), children: /* @__PURE__ */ x.jsx(pn, {}) }) })
|
|
17779
17786
|
] }),
|
|
17780
17787
|
/* @__PURE__ */ x.jsx(
|
|
17781
|
-
|
|
17788
|
+
qr,
|
|
17782
17789
|
{
|
|
17783
17790
|
name: e,
|
|
17784
17791
|
rules: [{ required: !0 }],
|
|
@@ -17798,7 +17805,7 @@ const C_ = Xe.div`
|
|
|
17798
17805
|
}
|
|
17799
17806
|
)
|
|
17800
17807
|
] }) : null;
|
|
17801
|
-
},
|
|
17808
|
+
}, W_ = ({
|
|
17802
17809
|
name: e,
|
|
17803
17810
|
arrKey: t,
|
|
17804
17811
|
arrName: n,
|
|
@@ -17812,13 +17819,13 @@ const C_ = Xe.div`
|
|
|
17812
17819
|
persistedControls: g,
|
|
17813
17820
|
onRemoveByMinus: p
|
|
17814
17821
|
}) => {
|
|
17815
|
-
const v =
|
|
17822
|
+
const v = yr(), _ = e === "nodeName" ? "nodeNameBecauseOfSuddenBug" : e, A = /* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
17816
17823
|
Lt(e),
|
|
17817
17824
|
o?.includes(Lt(e)) && /* @__PURE__ */ x.jsx(xn.Text, { type: "danger", children: "*" })
|
|
17818
17825
|
] });
|
|
17819
|
-
return /* @__PURE__ */ x.jsxs(
|
|
17826
|
+
return /* @__PURE__ */ x.jsxs(mr, { $isHidden: u, children: [
|
|
17820
17827
|
/* @__PURE__ */ x.jsxs(nt, { justify: "space-between", children: [
|
|
17821
|
-
/* @__PURE__ */ x.jsx(
|
|
17828
|
+
/* @__PURE__ */ x.jsx(Kr, { $designNewLayout: v, children: l ? /* @__PURE__ */ x.jsx(pr, { title: l, children: A }) : A }),
|
|
17822
17829
|
/* @__PURE__ */ x.jsxs(nt, { gap: 4, children: [
|
|
17823
17830
|
f && /* @__PURE__ */ x.jsx(vt, { size: "small", type: "text", onClick: () => h({ path: e }), children: /* @__PURE__ */ x.jsx(pn, {}) }),
|
|
17824
17831
|
p && /* @__PURE__ */ x.jsx(vt, { size: "small", type: "text", onClick: p, children: /* @__PURE__ */ x.jsx(pn, {}) }),
|
|
@@ -17826,7 +17833,7 @@ const C_ = Xe.div`
|
|
|
17826
17833
|
] })
|
|
17827
17834
|
] }),
|
|
17828
17835
|
/* @__PURE__ */ x.jsx(
|
|
17829
|
-
|
|
17836
|
+
qr,
|
|
17830
17837
|
{
|
|
17831
17838
|
name: n || _,
|
|
17832
17839
|
rules: [{ required: a === !1 && o?.includes(Lt(e)) }],
|
|
@@ -17837,16 +17844,16 @@ const C_ = Xe.div`
|
|
|
17837
17844
|
t !== void 0 ? t : Array.isArray(e) ? e.slice(-1)[0] : e
|
|
17838
17845
|
)
|
|
17839
17846
|
] });
|
|
17840
|
-
},
|
|
17847
|
+
}, K_ = Ye.div`
|
|
17841
17848
|
display: flex;
|
|
17842
|
-
`,
|
|
17849
|
+
`, H_ = Ye.div`
|
|
17843
17850
|
margin-left: 4px;
|
|
17844
17851
|
cursor: pointer;
|
|
17845
17852
|
padding-top: 11px;
|
|
17846
17853
|
`, Bp = {
|
|
17847
|
-
SwitchAndCrossContainer:
|
|
17848
|
-
CrossContainer:
|
|
17849
|
-
},
|
|
17854
|
+
SwitchAndCrossContainer: K_,
|
|
17855
|
+
CrossContainer: H_
|
|
17856
|
+
}, z_ = ({
|
|
17850
17857
|
name: e,
|
|
17851
17858
|
arrKey: t,
|
|
17852
17859
|
arrName: n,
|
|
@@ -17857,10 +17864,10 @@ const C_ = Xe.div`
|
|
|
17857
17864
|
removeField: l,
|
|
17858
17865
|
onRemoveByMinus: f
|
|
17859
17866
|
}) => {
|
|
17860
|
-
const h =
|
|
17861
|
-
return /* @__PURE__ */ x.jsxs(
|
|
17867
|
+
const h = yr(), g = /* @__PURE__ */ x.jsx(x.Fragment, { children: Lt(e) });
|
|
17868
|
+
return /* @__PURE__ */ x.jsxs(mr, { $isHidden: i, children: [
|
|
17862
17869
|
/* @__PURE__ */ x.jsxs(nt, { justify: "space-between", children: [
|
|
17863
|
-
/* @__PURE__ */ x.jsx(
|
|
17870
|
+
/* @__PURE__ */ x.jsx(Kr, { $designNewLayout: h, children: o ? /* @__PURE__ */ x.jsx(pr, { title: o, children: g }) : g }),
|
|
17864
17871
|
/* @__PURE__ */ x.jsxs(nt, { gap: 4, children: [
|
|
17865
17872
|
u && /* @__PURE__ */ x.jsx(vt, { size: "small", type: "text", onClick: () => l({ path: e }), children: /* @__PURE__ */ x.jsx(pn, {}) }),
|
|
17866
17873
|
f && /* @__PURE__ */ x.jsx(vt, { size: "small", type: "text", onClick: f, children: /* @__PURE__ */ x.jsx(pn, {}) })
|
|
@@ -17868,7 +17875,7 @@ const C_ = Xe.div`
|
|
|
17868
17875
|
] }),
|
|
17869
17876
|
/* @__PURE__ */ x.jsxs(Bp.SwitchAndCrossContainer, { children: [
|
|
17870
17877
|
/* @__PURE__ */ x.jsx(
|
|
17871
|
-
|
|
17878
|
+
qr,
|
|
17872
17879
|
{
|
|
17873
17880
|
name: n || e,
|
|
17874
17881
|
children: /* @__PURE__ */ x.jsx(eu, { size: "small" })
|
|
@@ -17886,7 +17893,7 @@ const C_ = Xe.div`
|
|
|
17886
17893
|
)
|
|
17887
17894
|
] })
|
|
17888
17895
|
] });
|
|
17889
|
-
},
|
|
17896
|
+
}, G_ = ({
|
|
17890
17897
|
name: e,
|
|
17891
17898
|
arrKey: t,
|
|
17892
17899
|
arrName: n,
|
|
@@ -17901,13 +17908,13 @@ const C_ = Xe.div`
|
|
|
17901
17908
|
persistedControls: p,
|
|
17902
17909
|
onRemoveByMinus: v
|
|
17903
17910
|
}) => {
|
|
17904
|
-
const _ =
|
|
17911
|
+
const _ = yr(), A = e === "nodeName" ? "nodeNameBecauseOfSuddenBug" : e, E = /* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
17905
17912
|
Lt(e),
|
|
17906
17913
|
o?.includes(Lt(e)) && /* @__PURE__ */ x.jsx(xn.Text, { type: "danger", children: "*" })
|
|
17907
17914
|
] });
|
|
17908
|
-
return /* @__PURE__ */ x.jsxs(
|
|
17915
|
+
return /* @__PURE__ */ x.jsxs(mr, { $isHidden: u, children: [
|
|
17909
17916
|
/* @__PURE__ */ x.jsxs(nt, { justify: "space-between", children: [
|
|
17910
|
-
/* @__PURE__ */ x.jsx(
|
|
17917
|
+
/* @__PURE__ */ x.jsx(Kr, { $designNewLayout: _, children: l ? /* @__PURE__ */ x.jsx(pr, { title: l, children: E }) : E }),
|
|
17911
17918
|
/* @__PURE__ */ x.jsxs(nt, { gap: 4, children: [
|
|
17912
17919
|
f && /* @__PURE__ */ x.jsx(vt, { size: "small", type: "text", onClick: () => h({ path: e }), children: /* @__PURE__ */ x.jsx(pn, {}) }),
|
|
17913
17920
|
v && /* @__PURE__ */ x.jsx(vt, { size: "small", type: "text", onClick: v, children: /* @__PURE__ */ x.jsx(pn, {}) }),
|
|
@@ -17915,7 +17922,7 @@ const C_ = Xe.div`
|
|
|
17915
17922
|
] })
|
|
17916
17923
|
] }),
|
|
17917
17924
|
/* @__PURE__ */ x.jsx(
|
|
17918
|
-
|
|
17925
|
+
qr,
|
|
17919
17926
|
{
|
|
17920
17927
|
name: n || A,
|
|
17921
17928
|
rules: [{ required: a === !1 && o?.includes(Lt(e)) }],
|
|
@@ -17926,7 +17933,7 @@ const C_ = Xe.div`
|
|
|
17926
17933
|
t !== void 0 ? t : Array.isArray(e) ? e.slice(-1)[0] : e
|
|
17927
17934
|
)
|
|
17928
17935
|
] });
|
|
17929
|
-
},
|
|
17936
|
+
}, J_ = ({
|
|
17930
17937
|
isNumber: e,
|
|
17931
17938
|
name: t,
|
|
17932
17939
|
arrKey: n,
|
|
@@ -17941,13 +17948,13 @@ const C_ = Xe.div`
|
|
|
17941
17948
|
persistedControls: p,
|
|
17942
17949
|
onRemoveByMinus: v
|
|
17943
17950
|
}) => {
|
|
17944
|
-
const _ =
|
|
17951
|
+
const _ = yr(), A = /* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
17945
17952
|
Lt(t),
|
|
17946
17953
|
a?.includes(Lt(t)) && /* @__PURE__ */ x.jsx(xn.Text, { type: "danger", children: "*" })
|
|
17947
17954
|
] });
|
|
17948
|
-
return /* @__PURE__ */ x.jsxs(
|
|
17955
|
+
return /* @__PURE__ */ x.jsxs(mr, { $isHidden: l, children: [
|
|
17949
17956
|
/* @__PURE__ */ x.jsxs(nt, { justify: "space-between", children: [
|
|
17950
|
-
/* @__PURE__ */ x.jsx(
|
|
17957
|
+
/* @__PURE__ */ x.jsx(Kr, { $designNewLayout: _, children: f ? /* @__PURE__ */ x.jsx(pr, { title: f, children: A }) : A }),
|
|
17951
17958
|
/* @__PURE__ */ x.jsxs(nt, { gap: 4, children: [
|
|
17952
17959
|
h && /* @__PURE__ */ x.jsx(vt, { size: "small", type: "text", onClick: () => g({ path: t }), children: /* @__PURE__ */ x.jsx(pn, {}) }),
|
|
17953
17960
|
v && /* @__PURE__ */ x.jsx(vt, { size: "small", type: "text", onClick: v, children: /* @__PURE__ */ x.jsx(pn, {}) }),
|
|
@@ -17955,7 +17962,7 @@ const C_ = Xe.div`
|
|
|
17955
17962
|
] })
|
|
17956
17963
|
] }),
|
|
17957
17964
|
/* @__PURE__ */ x.jsx(
|
|
17958
|
-
|
|
17965
|
+
qr,
|
|
17959
17966
|
{
|
|
17960
17967
|
name: i || t,
|
|
17961
17968
|
rules: [{ required: u === !1 && a?.includes(Lt(t)) }],
|
|
@@ -17982,7 +17989,7 @@ const C_ = Xe.div`
|
|
|
17982
17989
|
inputProps: v,
|
|
17983
17990
|
onRemoveByMinus: _
|
|
17984
17991
|
}) => {
|
|
17985
|
-
const A =
|
|
17992
|
+
const A = yr(), [E, b] = Ve(), B = () => {
|
|
17986
17993
|
if (E && E.length > 0) {
|
|
17987
17994
|
const C = v?.additionalProperties;
|
|
17988
17995
|
v?.addField({
|
|
@@ -17998,10 +18005,10 @@ const C_ = Xe.div`
|
|
|
17998
18005
|
Lt(h),
|
|
17999
18006
|
n && /* @__PURE__ */ x.jsx(xn.Text, { type: "danger", children: "*" })
|
|
18000
18007
|
] });
|
|
18001
|
-
return /* @__PURE__ */ x.jsx(
|
|
18008
|
+
return /* @__PURE__ */ x.jsx(mr, { $isHidden: i, children: /* @__PURE__ */ x.jsxs(
|
|
18002
18009
|
L_,
|
|
18003
18010
|
{
|
|
18004
|
-
title: /* @__PURE__ */ x.jsx(
|
|
18011
|
+
title: /* @__PURE__ */ x.jsx(Kr, { $designNewLayout: A, children: o ? /* @__PURE__ */ x.jsx(pr, { title: o, children: N }) : N }),
|
|
18005
18012
|
formName: g,
|
|
18006
18013
|
expandedControls: l,
|
|
18007
18014
|
isAdditionalProperties: a,
|
|
@@ -18024,7 +18031,7 @@ const C_ = Xe.div`
|
|
|
18024
18031
|
},
|
|
18025
18032
|
Array.isArray(e) ? e.join("-") : e
|
|
18026
18033
|
) });
|
|
18027
|
-
},
|
|
18034
|
+
}, Y_ = ({
|
|
18028
18035
|
name: e,
|
|
18029
18036
|
persistName: t,
|
|
18030
18037
|
required: n,
|
|
@@ -18034,57 +18041,57 @@ const C_ = Xe.div`
|
|
|
18034
18041
|
persistedControls: u,
|
|
18035
18042
|
onRemoveByMinus: l
|
|
18036
18043
|
}) => {
|
|
18037
|
-
const f =
|
|
18044
|
+
const f = yr(), h = /* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
18038
18045
|
Lt(e),
|
|
18039
18046
|
n?.includes(Lt(e)) && /* @__PURE__ */ x.jsx(xn.Text, { type: "danger", children: "*" })
|
|
18040
18047
|
] });
|
|
18041
18048
|
return /* @__PURE__ */ x.jsxs(nt, { justify: "space-between", children: [
|
|
18042
|
-
/* @__PURE__ */ x.jsx(
|
|
18049
|
+
/* @__PURE__ */ x.jsx(Kr, { $designNewLayout: f, children: i ? /* @__PURE__ */ x.jsx(pr, { title: i, children: h }) : h }),
|
|
18043
18050
|
/* @__PURE__ */ x.jsxs(nt, { gap: 4, children: [
|
|
18044
18051
|
o && /* @__PURE__ */ x.jsx(vt, { size: "small", type: "text", onClick: () => a({ path: e }), children: /* @__PURE__ */ x.jsx(pn, {}) }),
|
|
18045
18052
|
l && /* @__PURE__ */ x.jsx(vt, { size: "small", type: "text", onClick: l, children: /* @__PURE__ */ x.jsx(pn, {}) }),
|
|
18046
18053
|
/* @__PURE__ */ x.jsx(Mi, { formName: t || e, persistedControls: u, type: "arr" })
|
|
18047
18054
|
] })
|
|
18048
18055
|
] });
|
|
18049
|
-
},
|
|
18056
|
+
}, X_ = (e, t) => {
|
|
18050
18057
|
if (e.length !== t.length)
|
|
18051
18058
|
return !1;
|
|
18052
18059
|
for (let n = 0; n < e.length; n++)
|
|
18053
18060
|
if (typeof t[n] == "number" && e[n] !== String(t[n]) || e[n] !== t[n])
|
|
18054
18061
|
return !1;
|
|
18055
18062
|
return !0;
|
|
18056
|
-
},
|
|
18063
|
+
}, Ar = (e, t) => {
|
|
18057
18064
|
if (!e)
|
|
18058
18065
|
return !1;
|
|
18059
18066
|
for (const n of e)
|
|
18060
|
-
if (
|
|
18067
|
+
if (X_(n, t))
|
|
18061
18068
|
return !0;
|
|
18062
18069
|
return !1;
|
|
18063
|
-
},
|
|
18070
|
+
}, Q_ = Ye.div`
|
|
18064
18071
|
display: grid;
|
|
18065
18072
|
grid-template-columns: repeat(2, 1fr);
|
|
18066
18073
|
gap: ${({ $designNewLayout: e }) => e ? "36px" : "8px"};
|
|
18067
18074
|
height: ${({ $designNewLayoutHeight: e }) => e ? `${e}px` : "75vh"};
|
|
18068
|
-
`,
|
|
18075
|
+
`, Z_ = Ye.div`
|
|
18069
18076
|
overflow-x: auto;
|
|
18070
18077
|
scrollbar-width: thin;
|
|
18071
|
-
`,
|
|
18078
|
+
`, e8 = Ye(Vt.List)`
|
|
18072
18079
|
margin-bottom: 8px;
|
|
18073
|
-
`,
|
|
18080
|
+
`, t8 = Ye.div`
|
|
18074
18081
|
margin-top: 10px;
|
|
18075
18082
|
display: flex;
|
|
18076
18083
|
align-items: center;
|
|
18077
18084
|
background-color: ${({ $bgColor: e, $designNewLayout: t }) => t ? e : "initial"};
|
|
18078
18085
|
border-radius: 8px;
|
|
18079
18086
|
padding: 4px;
|
|
18080
|
-
`,
|
|
18087
|
+
`, n8 = Ye.div`
|
|
18081
18088
|
height: ${({ $designNewLayoutHeight: e }) => e ? `${e}px` : "75vh"};
|
|
18082
18089
|
`, ho = {
|
|
18083
|
-
ResetedFormList:
|
|
18084
|
-
Container:
|
|
18085
|
-
OverflowContainer:
|
|
18086
|
-
ControlsRowContainer:
|
|
18087
|
-
DebugContainer:
|
|
18090
|
+
ResetedFormList: e8,
|
|
18091
|
+
Container: Q_,
|
|
18092
|
+
OverflowContainer: Z_,
|
|
18093
|
+
ControlsRowContainer: t8,
|
|
18094
|
+
DebugContainer: n8
|
|
18088
18095
|
}, Rg = ({
|
|
18089
18096
|
name: e,
|
|
18090
18097
|
arrKey: t,
|
|
@@ -18100,7 +18107,7 @@ const C_ = Xe.div`
|
|
|
18100
18107
|
persistedControls: p,
|
|
18101
18108
|
onRemoveByMinus: v
|
|
18102
18109
|
}) => Array.isArray(e) && e.length === 2 && e[0] === "metadata" && e[1] === "namespace" && f ? /* @__PURE__ */ x.jsx(
|
|
18103
|
-
|
|
18110
|
+
q_,
|
|
18104
18111
|
{
|
|
18105
18112
|
name: e,
|
|
18106
18113
|
isHidden: u,
|
|
@@ -18109,7 +18116,7 @@ const C_ = Xe.div`
|
|
|
18109
18116
|
removeField: g
|
|
18110
18117
|
}
|
|
18111
18118
|
) : /* @__PURE__ */ x.jsx(
|
|
18112
|
-
|
|
18119
|
+
W_,
|
|
18113
18120
|
{
|
|
18114
18121
|
name: e,
|
|
18115
18122
|
arrKey: t,
|
|
@@ -18124,7 +18131,7 @@ const C_ = Xe.div`
|
|
|
18124
18131
|
persistedControls: p,
|
|
18125
18132
|
onRemoveByMinus: v
|
|
18126
18133
|
}
|
|
18127
|
-
),
|
|
18134
|
+
), r8 = ({
|
|
18128
18135
|
name: e,
|
|
18129
18136
|
arrKey: t,
|
|
18130
18137
|
arrName: n,
|
|
@@ -18139,7 +18146,7 @@ const C_ = Xe.div`
|
|
|
18139
18146
|
persistedControls: p,
|
|
18140
18147
|
onRemoveByMinus: v
|
|
18141
18148
|
}) => /* @__PURE__ */ x.jsx(
|
|
18142
|
-
|
|
18149
|
+
G_,
|
|
18143
18150
|
{
|
|
18144
18151
|
name: e,
|
|
18145
18152
|
arrKey: t,
|
|
@@ -18170,7 +18177,7 @@ const C_ = Xe.div`
|
|
|
18170
18177
|
persistedControls: p,
|
|
18171
18178
|
onRemoveByMinus: v
|
|
18172
18179
|
}) => /* @__PURE__ */ x.jsx(
|
|
18173
|
-
|
|
18180
|
+
J_,
|
|
18174
18181
|
{
|
|
18175
18182
|
isNumber: e,
|
|
18176
18183
|
name: t,
|
|
@@ -18201,7 +18208,7 @@ const C_ = Xe.div`
|
|
|
18201
18208
|
urlParams: p,
|
|
18202
18209
|
onRemoveByMinus: v
|
|
18203
18210
|
}) => /* @__PURE__ */ x.jsx(
|
|
18204
|
-
|
|
18211
|
+
V_,
|
|
18205
18212
|
{
|
|
18206
18213
|
name: e,
|
|
18207
18214
|
arrKey: t,
|
|
@@ -18233,7 +18240,7 @@ const C_ = Xe.div`
|
|
|
18233
18240
|
urlParams: v,
|
|
18234
18241
|
onRemoveByMinus: _
|
|
18235
18242
|
}) => /* @__PURE__ */ x.jsx(
|
|
18236
|
-
|
|
18243
|
+
$_,
|
|
18237
18244
|
{
|
|
18238
18245
|
name: e,
|
|
18239
18246
|
arrKey: t,
|
|
@@ -18261,7 +18268,7 @@ const C_ = Xe.div`
|
|
|
18261
18268
|
removeField: l,
|
|
18262
18269
|
onRemoveByMinus: f
|
|
18263
18270
|
}) => /* @__PURE__ */ x.jsx(
|
|
18264
|
-
|
|
18271
|
+
z_,
|
|
18265
18272
|
{
|
|
18266
18273
|
name: e,
|
|
18267
18274
|
arrKey: t,
|
|
@@ -18293,9 +18300,9 @@ const C_ = Xe.div`
|
|
|
18293
18300
|
persistedControls: b,
|
|
18294
18301
|
urlParams: B,
|
|
18295
18302
|
onRemoveByMinus: N
|
|
18296
|
-
}) => e.type === "array" ? /* @__PURE__ */ x.jsxs(
|
|
18303
|
+
}) => e.type === "array" ? /* @__PURE__ */ x.jsxs(mr, { $isHidden: f, children: [
|
|
18297
18304
|
/* @__PURE__ */ x.jsx(
|
|
18298
|
-
|
|
18305
|
+
Y_,
|
|
18299
18306
|
{
|
|
18300
18307
|
name: t,
|
|
18301
18308
|
persistName: a,
|
|
@@ -18322,7 +18329,7 @@ const C_ = Xe.div`
|
|
|
18322
18329
|
children: (C, { add: k, remove: F }, { errors: P }) => /* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
18323
18330
|
C.map((I) => {
|
|
18324
18331
|
const q = e.items?.type, G = e.items?.description, oe = e.items;
|
|
18325
|
-
return /* @__PURE__ */ x.jsxs(
|
|
18332
|
+
return /* @__PURE__ */ x.jsxs(j_, { children: [
|
|
18326
18333
|
q !== "object" && /* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
18327
18334
|
q === "string" && Rg({
|
|
18328
18335
|
name: Array.isArray(t) ? [...t, I.name] : [t, I.name],
|
|
@@ -18423,9 +18430,9 @@ const C_ = Xe.div`
|
|
|
18423
18430
|
})
|
|
18424
18431
|
] }, I.key);
|
|
18425
18432
|
}),
|
|
18426
|
-
/* @__PURE__ */ x.jsxs(
|
|
18433
|
+
/* @__PURE__ */ x.jsxs(qr, { children: [
|
|
18427
18434
|
/* @__PURE__ */ x.jsx(vt, { type: "text", size: "small", onClick: () => k(), children: /* @__PURE__ */ x.jsx(L0, {}) }),
|
|
18428
|
-
/* @__PURE__ */ x.jsx(
|
|
18435
|
+
/* @__PURE__ */ x.jsx(Vt.ErrorList, { errors: P })
|
|
18429
18436
|
] })
|
|
18430
18437
|
] })
|
|
18431
18438
|
},
|
|
@@ -18451,9 +18458,9 @@ const C_ = Xe.div`
|
|
|
18451
18458
|
expandedControls: b,
|
|
18452
18459
|
persistedControls: B,
|
|
18453
18460
|
urlParams: N
|
|
18454
|
-
}) => /* @__PURE__ */ x.jsx(
|
|
18461
|
+
}) => /* @__PURE__ */ x.jsx(mr, { $isHidden: f, children: Object.keys(e).map((C) => {
|
|
18455
18462
|
if (e[C].type === "string" && e[C].enum)
|
|
18456
|
-
return
|
|
18463
|
+
return r8({
|
|
18457
18464
|
name: Array.isArray(t) ? [...t, String(C)] : [t, String(C)],
|
|
18458
18465
|
arrKey: n,
|
|
18459
18466
|
arrName: Array.isArray(i) ? [...i, String(C)] : void 0,
|
|
@@ -18461,7 +18468,7 @@ const C_ = Xe.div`
|
|
|
18461
18468
|
// required: required?.includes(getStringByName(objName)) ? [String(el)] : undefined,
|
|
18462
18469
|
required: u?.includes(C) ? [String(C)] : void 0,
|
|
18463
18470
|
forceNonRequired: l,
|
|
18464
|
-
isHidden:
|
|
18471
|
+
isHidden: Ar(h, Array.isArray(t) ? [...t, String(C)] : [t, String(C)]),
|
|
18465
18472
|
description: e[C].description,
|
|
18466
18473
|
isAdditionalProperties: e[C].isAdditionalProperties,
|
|
18467
18474
|
removeField: A,
|
|
@@ -18477,7 +18484,7 @@ const C_ = Xe.div`
|
|
|
18477
18484
|
// required: required?.includes(getStringByName(objName)) ? [String(el)] : undefined,
|
|
18478
18485
|
required: u?.includes(C) ? [String(C)] : void 0,
|
|
18479
18486
|
forceNonRequired: l,
|
|
18480
|
-
isHidden:
|
|
18487
|
+
isHidden: Ar(h, Array.isArray(t) ? [...t, String(C)] : [t, String(C)]),
|
|
18481
18488
|
description: e[C].description,
|
|
18482
18489
|
namespaceData: p,
|
|
18483
18490
|
isAdditionalProperties: e[C].isAdditionalProperties,
|
|
@@ -18494,7 +18501,7 @@ const C_ = Xe.div`
|
|
|
18494
18501
|
// required: required?.includes(getStringByName(objName)) ? [String(el)] : undefined,
|
|
18495
18502
|
required: u?.includes(C) ? [String(C)] : void 0,
|
|
18496
18503
|
forceNonRequired: l,
|
|
18497
|
-
isHidden:
|
|
18504
|
+
isHidden: Ar(h, Array.isArray(t) ? [...t, String(C)] : [t, String(C)]),
|
|
18498
18505
|
description: e[C].description,
|
|
18499
18506
|
isAdditionalProperties: e[C].isAdditionalProperties,
|
|
18500
18507
|
removeField: A,
|
|
@@ -18509,7 +18516,7 @@ const C_ = Xe.div`
|
|
|
18509
18516
|
// required: required?.includes(getStringByName(objName)) ? [String(el)] : undefined,
|
|
18510
18517
|
required: u?.includes(C) ? [String(C)] : void 0,
|
|
18511
18518
|
forceNonRequired: l,
|
|
18512
|
-
isHidden:
|
|
18519
|
+
isHidden: Ar(h, Array.isArray(t) ? [...t, String(C)] : [t, String(C)]),
|
|
18513
18520
|
description: e[C].description,
|
|
18514
18521
|
isEdit: E,
|
|
18515
18522
|
customProps: e[C].customProps,
|
|
@@ -18525,7 +18532,7 @@ const C_ = Xe.div`
|
|
|
18525
18532
|
// required: required?.includes(getStringByName(objName)) ? [String(el)] : undefined,
|
|
18526
18533
|
required: u?.includes(C) ? [String(C)] : void 0,
|
|
18527
18534
|
forceNonRequired: l,
|
|
18528
|
-
isHidden:
|
|
18535
|
+
isHidden: Ar(h, Array.isArray(t) ? [...t, String(C)] : [t, String(C)]),
|
|
18529
18536
|
description: e[C].description,
|
|
18530
18537
|
customProps: e[C].customProps,
|
|
18531
18538
|
removeField: A,
|
|
@@ -18537,7 +18544,7 @@ const C_ = Xe.div`
|
|
|
18537
18544
|
name: Array.isArray(t) ? [...t, String(C)] : [t, String(C)],
|
|
18538
18545
|
arrKey: n,
|
|
18539
18546
|
arrName: Array.isArray(i) ? [...i, String(C)] : void 0,
|
|
18540
|
-
isHidden:
|
|
18547
|
+
isHidden: Ar(h, Array.isArray(t) ? [...t, String(C)] : [t, String(C)]),
|
|
18541
18548
|
description: e[C].description,
|
|
18542
18549
|
makeValueUndefined: v,
|
|
18543
18550
|
isAdditionalProperties: e[C].isAdditionalProperties,
|
|
@@ -18554,7 +18561,7 @@ const C_ = Xe.div`
|
|
|
18554
18561
|
// required: required?.includes(getStringByName(objName)) ? [String(el)] : undefined,
|
|
18555
18562
|
required: u?.includes(C) ? [String(C)] : void 0,
|
|
18556
18563
|
forceNonRequired: l,
|
|
18557
|
-
isHidden:
|
|
18564
|
+
isHidden: Ar(h, Array.isArray(t) ? [...t, String(C)] : [t, String(C)]),
|
|
18558
18565
|
description: e[C].description,
|
|
18559
18566
|
makeValueUndefined: v,
|
|
18560
18567
|
addField: _,
|
|
@@ -18575,7 +18582,7 @@ const C_ = Xe.div`
|
|
|
18575
18582
|
persistName: a ? Array.isArray(a) ? [...a, String(C)] : [a, String(C)] : void 0,
|
|
18576
18583
|
required: e[C].required,
|
|
18577
18584
|
forceNonRequired: l,
|
|
18578
|
-
isHidden:
|
|
18585
|
+
isHidden: Ar(h, Array.isArray(t) ? [...t, String(C)] : [t, String(C)]),
|
|
18579
18586
|
hiddenPaths: h,
|
|
18580
18587
|
description: e[C].description,
|
|
18581
18588
|
namespaceData: p,
|
|
@@ -18592,7 +18599,7 @@ const C_ = Xe.div`
|
|
|
18592
18599
|
{
|
|
18593
18600
|
name: t,
|
|
18594
18601
|
persistName: a,
|
|
18595
|
-
isHidden:
|
|
18602
|
+
isHidden: Ar(h, Array.isArray(t) ? [...t, String(C)] : [t, String(C)]),
|
|
18596
18603
|
description: g,
|
|
18597
18604
|
removeField: A,
|
|
18598
18605
|
expandedControls: b,
|
|
@@ -18618,7 +18625,7 @@ const C_ = Xe.div`
|
|
|
18618
18625
|
selfRequired: u?.includes(C),
|
|
18619
18626
|
required: e[C].required,
|
|
18620
18627
|
forceNonRequired: l || !u?.includes(C),
|
|
18621
|
-
isHidden:
|
|
18628
|
+
isHidden: Ar(h, Array.isArray(t) ? [...t, String(C)] : [t, String(C)]),
|
|
18622
18629
|
hiddenPaths: h,
|
|
18623
18630
|
description: e[C].description,
|
|
18624
18631
|
namespaceData: p,
|
|
@@ -18702,7 +18709,7 @@ const C_ = Xe.div`
|
|
|
18702
18709
|
return !1;
|
|
18703
18710
|
const { overrideType: n, values: i } = t;
|
|
18704
18711
|
return !(typeof n != "string" || !Array.isArray(i));
|
|
18705
|
-
},
|
|
18712
|
+
}, i8 = On.lazy(() => Promise.resolve().then(() => p3)), s8 = ({
|
|
18706
18713
|
cluster: e,
|
|
18707
18714
|
theme: t,
|
|
18708
18715
|
urlParams: n,
|
|
@@ -18725,7 +18732,7 @@ const C_ = Xe.div`
|
|
|
18725
18732
|
designNewLayout: C,
|
|
18726
18733
|
designNewLayoutHeight: k
|
|
18727
18734
|
}) => {
|
|
18728
|
-
const { token: F } = $n.useToken(), P = Oo(), [I] =
|
|
18735
|
+
const { token: F } = $n.useToken(), P = Oo(), [I] = Vt.useForm(), q = Vt.useWatch(["metadata", "namespace"], I), [G, oe] = Ve(a), [ae, de] = Ve(), he = iC(de, 500), [Ae, fe] = Ve(!1), [Be, be] = Ve(), [ve, We] = Ve(!1), [we, pe] = Ve(f || []), [Ne, J] = Ve(h || []), [X, ie] = Ve(!0), Te = zt(null), Me = Pi({
|
|
18729
18736
|
apiGroup: A === "builtin" ? "" : i.apiGroup ? i.apiGroup : "",
|
|
18730
18737
|
typeName: i.typeName || "",
|
|
18731
18738
|
namespace: v ? q : "",
|
|
@@ -18790,7 +18797,7 @@ const C_ = Xe.div`
|
|
|
18790
18797
|
const Fe = Tl(Se), ce = lp(Fe, G);
|
|
18791
18798
|
Fe && I.setFieldsValue(ce);
|
|
18792
18799
|
};
|
|
18793
|
-
if (
|
|
18800
|
+
if (Mt(() => {
|
|
18794
18801
|
const Se = A === "apis" ? `${E}/${B}` : `v1/${B}`, Fe = o?.items.find(
|
|
18795
18802
|
(ce) => typeof ce == "object" && !Array.isArray(ce) && ce !== null && ce.spec && typeof ce.spec == "object" && !Array.isArray(ce.spec) && ce.spec !== null && typeof ce.spec.overrideType == "string" && ce.spec.overrideType === Se
|
|
18796
18803
|
);
|
|
@@ -18810,7 +18817,7 @@ const C_ = Xe.div`
|
|
|
18810
18817
|
B,
|
|
18811
18818
|
_e,
|
|
18812
18819
|
G
|
|
18813
|
-
]),
|
|
18820
|
+
]), Mt(() => {
|
|
18814
18821
|
let Se = [];
|
|
18815
18822
|
const Fe = A === "apis" ? `${E}/${B}` : `v1/${B}`, ce = o?.items.find(
|
|
18816
18823
|
(et) => typeof et == "object" && !Array.isArray(et) && et !== null && et.spec && typeof et.spec == "object" && !Array.isArray(et.spec) && et.spec !== null && typeof et.spec.overrideType == "string" && et.spec.overrideType === Fe
|
|
@@ -18821,14 +18828,14 @@ const C_ = Xe.div`
|
|
|
18821
18828
|
return At.has(ge) ? !1 : (At.add(ge), !0);
|
|
18822
18829
|
});
|
|
18823
18830
|
pe([...Et]);
|
|
18824
|
-
}, [E, o, g, A, B]),
|
|
18831
|
+
}, [E, o, g, A, B]), Mt(() => {
|
|
18825
18832
|
p && I.setFieldValue(["metadata", "namespace"], p), _e();
|
|
18826
|
-
}, [p, _e, I]),
|
|
18833
|
+
}, [p, _e, I]), Mt(() => {
|
|
18827
18834
|
_ && I.setFieldsValue({ apiVersion: E === "api/v1" ? "v1" : E, kind: b }), _e();
|
|
18828
|
-
}, [_, b, E, _e, I]),
|
|
18835
|
+
}, [_, b, E, _e, I]), Mt(() => {
|
|
18829
18836
|
const Se = I.getFieldsValue(), Fe = Ya(Se, Ne), ce = go(Fe), At = Zc(ce, G);
|
|
18830
18837
|
he(At);
|
|
18831
|
-
}, [he, G, I, Ne]),
|
|
18838
|
+
}, [he, G, I, Ne]), Mt(() => {
|
|
18832
18839
|
_e();
|
|
18833
18840
|
}, [G, _e]), !G)
|
|
18834
18841
|
return null;
|
|
@@ -18868,7 +18875,7 @@ const C_ = Xe.div`
|
|
|
18868
18875
|
};
|
|
18869
18876
|
return /* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
18870
18877
|
/* @__PURE__ */ x.jsxs(ho.Container, { $designNewLayout: C, $designNewLayoutHeight: k, children: [
|
|
18871
|
-
/* @__PURE__ */ x.jsx(ho.OverflowContainer, { ref: Te, children: /* @__PURE__ */ x.jsxs(
|
|
18878
|
+
/* @__PURE__ */ x.jsx(ho.OverflowContainer, { ref: Te, children: /* @__PURE__ */ x.jsxs(Vt, { form: I, onValuesChange: _e, children: [
|
|
18872
18879
|
/* @__PURE__ */ x.jsx(F_, { value: C, children: yf({
|
|
18873
18880
|
properties: G,
|
|
18874
18881
|
name: [],
|
|
@@ -18884,7 +18891,7 @@ const C_ = Xe.div`
|
|
|
18884
18891
|
urlParams: n
|
|
18885
18892
|
}) }),
|
|
18886
18893
|
!C && /* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
18887
|
-
/* @__PURE__ */ x.jsx(
|
|
18894
|
+
/* @__PURE__ */ x.jsx(ci, { $space: 10, $samespace: !0 }),
|
|
18888
18895
|
/* @__PURE__ */ x.jsx(
|
|
18889
18896
|
dr,
|
|
18890
18897
|
{
|
|
@@ -18894,15 +18901,15 @@ const C_ = Xe.div`
|
|
|
18894
18901
|
)
|
|
18895
18902
|
] }),
|
|
18896
18903
|
_ && Me.data?.status.allowed === !1 && /* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
18897
|
-
/* @__PURE__ */ x.jsx(
|
|
18904
|
+
/* @__PURE__ */ x.jsx(ci, { $space: 10, $samespace: !0 }),
|
|
18898
18905
|
/* @__PURE__ */ x.jsx(dr, { type: "warning", message: "Insufficient rights to create" })
|
|
18899
18906
|
] }),
|
|
18900
18907
|
!_ && Ee.data?.status.allowed === !1 && /* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
18901
|
-
/* @__PURE__ */ x.jsx(
|
|
18908
|
+
/* @__PURE__ */ x.jsx(ci, { $space: 10, $samespace: !0 }),
|
|
18902
18909
|
/* @__PURE__ */ x.jsx(dr, { type: "warning", message: "Insufficient rights to edit" })
|
|
18903
18910
|
] }),
|
|
18904
18911
|
Be && /* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
|
18905
|
-
/* @__PURE__ */ x.jsx(
|
|
18912
|
+
/* @__PURE__ */ x.jsx(ci, { $space: 10, $samespace: !0 }),
|
|
18906
18913
|
/* @__PURE__ */ x.jsx(dr, { message: `An error has occurred: ${Be?.response?.data?.message} `, type: "error" })
|
|
18907
18914
|
] })
|
|
18908
18915
|
] }) }),
|
|
@@ -18924,7 +18931,7 @@ const C_ = Xe.div`
|
|
|
18924
18931
|
title: "Debug for properties",
|
|
18925
18932
|
width: "90vw",
|
|
18926
18933
|
children: /* @__PURE__ */ x.jsx(ho.DebugContainer, { $designNewLayoutHeight: k, children: /* @__PURE__ */ x.jsx(Hv, { fallback: /* @__PURE__ */ x.jsx("div", { children: "Loading..." }), children: /* @__PURE__ */ x.jsx(
|
|
18927
|
-
|
|
18934
|
+
i8,
|
|
18928
18935
|
{
|
|
18929
18936
|
defaultLanguage: "json",
|
|
18930
18937
|
width: "100%",
|
|
@@ -18955,7 +18962,7 @@ const C_ = Xe.div`
|
|
|
18955
18962
|
return {};
|
|
18956
18963
|
const [n, ...i] = e;
|
|
18957
18964
|
return i.length === 0 ? { [n]: t } : { [n]: Wg({ path: i, defaultValue: t }) };
|
|
18958
|
-
},
|
|
18965
|
+
}, o8 = ({
|
|
18959
18966
|
pathsWithAdditionalProperties: e,
|
|
18960
18967
|
prefillValuesSchema: t,
|
|
18961
18968
|
bodyParametersSchema: n
|
|
@@ -18981,12 +18988,12 @@ const C_ = Xe.div`
|
|
|
18981
18988
|
return mt.merge(i, h);
|
|
18982
18989
|
}
|
|
18983
18990
|
return i;
|
|
18984
|
-
}, {}),
|
|
18991
|
+
}, {}), a8 = (e, t) => {
|
|
18985
18992
|
const n = { ...e };
|
|
18986
18993
|
for (const i in t)
|
|
18987
18994
|
t.hasOwnProperty(i) && n.hasOwnProperty(i) && (n[i] = t[i]);
|
|
18988
18995
|
return n;
|
|
18989
|
-
},
|
|
18996
|
+
}, u8 = ({
|
|
18990
18997
|
typeName: e,
|
|
18991
18998
|
apiGroup: t,
|
|
18992
18999
|
apiVersion: n,
|
|
@@ -19000,7 +19007,7 @@ const C_ = Xe.div`
|
|
|
19000
19007
|
}) => {
|
|
19001
19008
|
const n = `/api/v1/${e}`, i = `/api/v1/namespaces/{namespace}/${e}`, o = Object.keys(t.paths || {}).includes(n), a = Object.keys(t.paths || {}).includes(i);
|
|
19002
19009
|
return { isClusterWide: o, isNamespaceScoped: a };
|
|
19003
|
-
},
|
|
19010
|
+
}, c8 = (e) => {
|
|
19004
19011
|
if (!(typeof e == "object" && e !== null))
|
|
19005
19012
|
return !1;
|
|
19006
19013
|
const { spec: t } = e;
|
|
@@ -19008,7 +19015,7 @@ const C_ = Xe.div`
|
|
|
19008
19015
|
return !1;
|
|
19009
19016
|
const { overrideType: n, strategy: i, schema: o, hidden: a, expanded: u, persisted: l } = t;
|
|
19010
19017
|
return !(typeof n != "string" || typeof n != "string" || typeof i != "string" || !(typeof o == "object" && o !== null) || !Array.isArray(a) && typeof a < "u" || !Array.isArray(u) && typeof u < "u" || !Array.isArray(l) && typeof l < "u");
|
|
19011
|
-
},
|
|
19018
|
+
}, l8 = ({
|
|
19012
19019
|
swagger: e,
|
|
19013
19020
|
data: t
|
|
19014
19021
|
}) => {
|
|
@@ -19020,7 +19027,7 @@ const C_ = Xe.div`
|
|
|
19020
19027
|
});
|
|
19021
19028
|
o && (i = !0), n = `/api/v1${o ? "/namespaces/{namespace}" : ""}/${t.typeName}`;
|
|
19022
19029
|
} else {
|
|
19023
|
-
const { isNamespaceScoped: o } =
|
|
19030
|
+
const { isNamespaceScoped: o } = u8({
|
|
19024
19031
|
apiGroup: t.apiGroup,
|
|
19025
19032
|
apiVersion: t.apiVersion,
|
|
19026
19033
|
typeName: t.typeName,
|
|
@@ -19029,7 +19036,7 @@ const C_ = Xe.div`
|
|
|
19029
19036
|
o && (i = !0), n = `/apis/${t.apiGroup}/${t.apiVersion}${o ? "/namespaces/{namespace}" : ""}/${t.typeName}`;
|
|
19030
19037
|
}
|
|
19031
19038
|
return { swaggerPath: n, isNamespaced: i };
|
|
19032
|
-
},
|
|
19039
|
+
}, f8 = ({
|
|
19033
19040
|
swagger: e,
|
|
19034
19041
|
swaggerPath: t
|
|
19035
19042
|
}) => {
|
|
@@ -19058,13 +19065,13 @@ const C_ = Xe.div`
|
|
|
19058
19065
|
return { bodyParametersSchema: void 0, kindName: o, error: f };
|
|
19059
19066
|
}
|
|
19060
19067
|
return Object.keys(l).includes("$ref") ? { bodyParametersSchema: l, kindName: o, error: "Underefed schema" } : { bodyParametersSchema: l, kindName: o, error: void 0 };
|
|
19061
|
-
},
|
|
19068
|
+
}, d8 = ({
|
|
19062
19069
|
specificCustomOverrides: e,
|
|
19063
19070
|
newProperties: t,
|
|
19064
19071
|
bodyParametersSchema: n
|
|
19065
19072
|
}) => {
|
|
19066
19073
|
let i, o, a, u = t, l;
|
|
19067
|
-
if (
|
|
19074
|
+
if (c8(e))
|
|
19068
19075
|
if (e.spec.hidden && (i = e.spec.hidden), e.spec.expanded && (o = e.spec.expanded), e.spec.persisted && (a = e.spec.persisted), e.spec.strategy === "fullReplace")
|
|
19069
19076
|
e.spec.schema.properties ? u = e.spec.schema.properties : u = t, e.spec.schema.required ? l = e.spec.schema.required : l = n.required;
|
|
19070
19077
|
else if (e.spec.strategy === "merge") {
|
|
@@ -19083,7 +19090,7 @@ const C_ = Xe.div`
|
|
|
19083
19090
|
} else if (e.spec.strategy === "replace") {
|
|
19084
19091
|
if (e.spec.schema.properties) {
|
|
19085
19092
|
const f = mt.cloneDeep(t);
|
|
19086
|
-
u =
|
|
19093
|
+
u = a8(
|
|
19087
19094
|
f,
|
|
19088
19095
|
e.spec.schema.properties
|
|
19089
19096
|
);
|
|
@@ -19095,7 +19102,7 @@ const C_ = Xe.div`
|
|
|
19095
19102
|
else
|
|
19096
19103
|
u = t, l = n.required;
|
|
19097
19104
|
return { hiddenPaths: i, expandedPaths: o, persistedPaths: a, propertiesToApply: u, requiredToApply: l };
|
|
19098
|
-
},
|
|
19105
|
+
}, Z4 = ({
|
|
19099
19106
|
theme: e,
|
|
19100
19107
|
cluster: t,
|
|
19101
19108
|
urlParams: n,
|
|
@@ -19114,15 +19121,15 @@ const C_ = Xe.div`
|
|
|
19114
19121
|
const [A, E] = Ve(void 0), [b, B] = Ve([]), [N, C] = Ve([]), [k, F] = Ve([]), [P, I] = Ve([]), [q, G] = Ve(""), [oe, ae] = Ve(!1), [de, he] = Ve(!1), Ae = ws(() => {
|
|
19115
19122
|
p && (p.onChange("Manual"), p.onDisabled());
|
|
19116
19123
|
}, [p]);
|
|
19117
|
-
return
|
|
19124
|
+
return Mt(() => {
|
|
19118
19125
|
if (!a)
|
|
19119
19126
|
return;
|
|
19120
|
-
const { swaggerPath: fe, isNamespaced: Be } =
|
|
19127
|
+
const { swaggerPath: fe, isNamespaced: Be } = l8({
|
|
19121
19128
|
swagger: a,
|
|
19122
19129
|
data: f
|
|
19123
19130
|
});
|
|
19124
19131
|
Be && ae(!0);
|
|
19125
|
-
const { bodyParametersSchema: be, kindName: ve, error: We } =
|
|
19132
|
+
const { bodyParametersSchema: be, kindName: ve, error: We } = f8({ swagger: a, swaggerPath: fe });
|
|
19126
19133
|
if (We) {
|
|
19127
19134
|
he(We), console.log(We), Ae();
|
|
19128
19135
|
return;
|
|
@@ -19130,11 +19137,11 @@ const C_ = Xe.div`
|
|
|
19130
19137
|
ve && G(ve);
|
|
19131
19138
|
const we = qg({
|
|
19132
19139
|
properties: be.properties
|
|
19133
|
-
}), pe =
|
|
19140
|
+
}), pe = o8({
|
|
19134
19141
|
pathsWithAdditionalProperties: we,
|
|
19135
19142
|
prefillValuesSchema: f.prefillValuesSchema,
|
|
19136
19143
|
bodyParametersSchema: be
|
|
19137
|
-
}), Ne = mt.cloneDeep(be.properties), J = mt.merge(Ne, pe), X = f.type === "apis" ? `${f.apiGroup}/${f.apiVersion}/${f.typeName}` : `v1/${f.typeName}`, ie = l?.items.find((De) => De.spec.overrideType === X), { hiddenPaths: Te, expandedPaths: Me, persistedPaths: Ee, propertiesToApply: Ie, requiredToApply: _e } =
|
|
19144
|
+
}), Ne = mt.cloneDeep(be.properties), J = mt.merge(Ne, pe), X = f.type === "apis" ? `${f.apiGroup}/${f.apiVersion}/${f.typeName}` : `v1/${f.typeName}`, ie = l?.items.find((De) => De.spec.overrideType === X), { hiddenPaths: Te, expandedPaths: Me, persistedPaths: Ee, propertiesToApply: Ie, requiredToApply: _e } = d8({
|
|
19138
19145
|
specificCustomOverrides: ie,
|
|
19139
19146
|
newProperties: J,
|
|
19140
19147
|
bodyParametersSchema: be
|
|
@@ -19156,7 +19163,7 @@ const C_ = Xe.div`
|
|
|
19156
19163
|
designNewLayoutHeight: _
|
|
19157
19164
|
}
|
|
19158
19165
|
) : !A && !de ? null : de ? /* @__PURE__ */ x.jsx(dr, { message: de, type: "error" }) : /* @__PURE__ */ x.jsx(
|
|
19159
|
-
|
|
19166
|
+
s8,
|
|
19160
19167
|
{
|
|
19161
19168
|
cluster: t,
|
|
19162
19169
|
theme: e,
|
|
@@ -19182,7 +19189,7 @@ const C_ = Xe.div`
|
|
|
19182
19189
|
},
|
|
19183
19190
|
JSON.stringify(A) + JSON.stringify(b) + JSON.stringify(N) + JSON.stringify(f)
|
|
19184
19191
|
);
|
|
19185
|
-
},
|
|
19192
|
+
}, h8 = Ye($l)`
|
|
19186
19193
|
display: flex;
|
|
19187
19194
|
justify-content: center;
|
|
19188
19195
|
align-items: center;
|
|
@@ -19201,33 +19208,33 @@ const C_ = Xe.div`
|
|
|
19201
19208
|
overflow-x: auto;
|
|
19202
19209
|
padding: 8px;
|
|
19203
19210
|
}
|
|
19204
|
-
`,
|
|
19205
|
-
CustomCard:
|
|
19206
|
-
},
|
|
19211
|
+
`, p8 = {
|
|
19212
|
+
CustomCard: h8
|
|
19213
|
+
}, g8 = ({ onAddClick: e }) => /* @__PURE__ */ x.jsx(p8.CustomCard, { onClick: e, children: /* @__PURE__ */ x.jsx(px, {}) }), cn = [];
|
|
19207
19214
|
for (let e = 0; e < 256; ++e)
|
|
19208
19215
|
cn.push((e + 256).toString(16).slice(1));
|
|
19209
|
-
function
|
|
19216
|
+
function y8(e, t = 0) {
|
|
19210
19217
|
return (cn[e[t + 0]] + cn[e[t + 1]] + cn[e[t + 2]] + cn[e[t + 3]] + "-" + cn[e[t + 4]] + cn[e[t + 5]] + "-" + cn[e[t + 6]] + cn[e[t + 7]] + "-" + cn[e[t + 8]] + cn[e[t + 9]] + "-" + cn[e[t + 10]] + cn[e[t + 11]] + cn[e[t + 12]] + cn[e[t + 13]] + cn[e[t + 14]] + cn[e[t + 15]]).toLowerCase();
|
|
19211
19218
|
}
|
|
19212
19219
|
let ll;
|
|
19213
|
-
const
|
|
19214
|
-
function
|
|
19220
|
+
const m8 = new Uint8Array(16);
|
|
19221
|
+
function w8() {
|
|
19215
19222
|
if (!ll) {
|
|
19216
19223
|
if (typeof crypto > "u" || !crypto.getRandomValues)
|
|
19217
19224
|
throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
|
|
19218
19225
|
ll = crypto.getRandomValues.bind(crypto);
|
|
19219
19226
|
}
|
|
19220
|
-
return ll(
|
|
19227
|
+
return ll(m8);
|
|
19221
19228
|
}
|
|
19222
|
-
const
|
|
19223
|
-
function
|
|
19229
|
+
const b8 = typeof crypto < "u" && crypto.randomUUID && crypto.randomUUID.bind(crypto), Pp = { randomUUID: b8 };
|
|
19230
|
+
function v8(e, t, n) {
|
|
19224
19231
|
if (Pp.randomUUID && !e)
|
|
19225
19232
|
return Pp.randomUUID();
|
|
19226
19233
|
e = e || {};
|
|
19227
|
-
const i = e.random || (e.rng ||
|
|
19228
|
-
return i[6] = i[6] & 15 | 64, i[8] = i[8] & 63 | 128,
|
|
19234
|
+
const i = e.random || (e.rng || w8)();
|
|
19235
|
+
return i[6] = i[6] & 15 | 64, i[8] = i[8] & 63 | 128, y8(i);
|
|
19229
19236
|
}
|
|
19230
|
-
const
|
|
19237
|
+
const x8 = ({
|
|
19231
19238
|
clusterName: e,
|
|
19232
19239
|
baseApiGroup: t,
|
|
19233
19240
|
baseApiVersion: n,
|
|
@@ -19239,7 +19246,7 @@ const w8 = ({
|
|
|
19239
19246
|
onCreateSuccess: f,
|
|
19240
19247
|
onUpdateSuccess: h
|
|
19241
19248
|
}) => {
|
|
19242
|
-
const [g] =
|
|
19249
|
+
const [g] = Vt.useForm(), p = Vt.useWatch("type", g), v = typeof a == "boolean" ? {
|
|
19243
19250
|
name: "",
|
|
19244
19251
|
description: "",
|
|
19245
19252
|
icon: "",
|
|
@@ -19259,7 +19266,7 @@ const w8 = ({
|
|
|
19259
19266
|
apiVersion: `${t}/${n}`,
|
|
19260
19267
|
kind: o,
|
|
19261
19268
|
metadata: {
|
|
19262
|
-
name:
|
|
19269
|
+
name: v8()
|
|
19263
19270
|
},
|
|
19264
19271
|
spec: { ...E }
|
|
19265
19272
|
}
|
|
@@ -19297,12 +19304,12 @@ const w8 = ({
|
|
|
19297
19304
|
title: typeof a == "boolean" ? "Add card" : "Edit плитку",
|
|
19298
19305
|
open: a !== !1,
|
|
19299
19306
|
onCancel: () => u(!1),
|
|
19300
|
-
onOk: () => A,
|
|
19301
|
-
children: /* @__PURE__ */ x.jsxs(
|
|
19302
|
-
/* @__PURE__ */ x.jsx(
|
|
19303
|
-
/* @__PURE__ */ x.jsx(
|
|
19304
|
-
/* @__PURE__ */ x.jsx(
|
|
19305
|
-
/* @__PURE__ */ x.jsx(
|
|
19307
|
+
onOk: () => A(),
|
|
19308
|
+
children: /* @__PURE__ */ x.jsxs(Vt, { form: g, name: "control-hooks", initialValues: { ...v }, children: [
|
|
19309
|
+
/* @__PURE__ */ x.jsx(Vt.Item, { label: "Name", name: "name", children: /* @__PURE__ */ x.jsx(cr, { required: !0 }) }),
|
|
19310
|
+
/* @__PURE__ */ x.jsx(Vt.Item, { label: "Description", name: "description", children: /* @__PURE__ */ x.jsx(cr, { required: !0 }) }),
|
|
19311
|
+
/* @__PURE__ */ x.jsx(Vt.Item, { label: "Icon", name: "icon", children: /* @__PURE__ */ x.jsx(cr.TextArea, { placeholder: "SVG-иконка, <svg /> -> base64", maxLength: void 0, required: !0 }) }),
|
|
19312
|
+
/* @__PURE__ */ x.jsx(Vt.Item, { label: "Resources type", name: "type", children: /* @__PURE__ */ x.jsx(
|
|
19306
19313
|
bs,
|
|
19307
19314
|
{
|
|
19308
19315
|
placeholder: "Choose resource type",
|
|
@@ -19314,11 +19321,11 @@ const w8 = ({
|
|
|
19314
19321
|
]
|
|
19315
19322
|
}
|
|
19316
19323
|
) }),
|
|
19317
|
-
/* @__PURE__ */ x.jsx(
|
|
19318
|
-
/* @__PURE__ */ x.jsx(
|
|
19319
|
-
/* @__PURE__ */ x.jsx(
|
|
19320
|
-
/* @__PURE__ */ x.jsx(
|
|
19321
|
-
/* @__PURE__ */ x.jsx(
|
|
19324
|
+
/* @__PURE__ */ x.jsx(Vt.Item, { label: "Enter API group", name: "apiGroup", children: /* @__PURE__ */ x.jsx(cr, { disabled: p === "direct" || p === "built-in" }) }),
|
|
19325
|
+
/* @__PURE__ */ x.jsx(Vt.Item, { label: "Enter API version", name: "apiVersion", children: /* @__PURE__ */ x.jsx(cr, { disabled: p === "direct" }) }),
|
|
19326
|
+
/* @__PURE__ */ x.jsx(Vt.Item, { label: "Enter resource type", name: "typeName", children: /* @__PURE__ */ x.jsx(cr, { disabled: p === "direct" }) }),
|
|
19327
|
+
/* @__PURE__ */ x.jsx(Vt.Item, { label: "Enter path", name: "pathToNav", children: /* @__PURE__ */ x.jsx(cr, { disabled: p !== "direct" }) }),
|
|
19328
|
+
/* @__PURE__ */ x.jsx(Vt.Item, { label: "Tags", name: "tags", children: /* @__PURE__ */ x.jsx(
|
|
19322
19329
|
bs,
|
|
19323
19330
|
{
|
|
19324
19331
|
mode: "tags",
|
|
@@ -19327,12 +19334,12 @@ const w8 = ({
|
|
|
19327
19334
|
dropdownStyle: { display: "none" }
|
|
19328
19335
|
}
|
|
19329
19336
|
) }),
|
|
19330
|
-
/* @__PURE__ */ x.jsx(
|
|
19331
|
-
/* @__PURE__ */ x.jsx(
|
|
19337
|
+
/* @__PURE__ */ x.jsx(Vt.Item, { label: "Disabled", name: "disabled", children: /* @__PURE__ */ x.jsx(eu, {}) }),
|
|
19338
|
+
/* @__PURE__ */ x.jsx(Vt.Item, { label: "Hidden", name: "hidden", children: /* @__PURE__ */ x.jsx(eu, {}) })
|
|
19332
19339
|
] })
|
|
19333
19340
|
}
|
|
19334
19341
|
);
|
|
19335
|
-
},
|
|
19342
|
+
}, A8 = ({
|
|
19336
19343
|
clusterName: e,
|
|
19337
19344
|
namespace: t,
|
|
19338
19345
|
type: n,
|
|
@@ -19344,7 +19351,7 @@ const w8 = ({
|
|
|
19344
19351
|
}) => {
|
|
19345
19352
|
const f = "v1";
|
|
19346
19353
|
return n === "direct" && i ? i : n === "crd" ? `/${l}/${e}/${t}/crd-table/${a}/${u}/${f}/${o}` : n === "nonCrd" ? `/${l}/${e}/${t}/api-table/${a}/${u}/${o}` : `/${l}/${e}/${t}/builtin-table/${o}`;
|
|
19347
|
-
},
|
|
19354
|
+
}, E8 = ({
|
|
19348
19355
|
clusterName: e,
|
|
19349
19356
|
namespace: t,
|
|
19350
19357
|
type: n,
|
|
@@ -19353,14 +19360,14 @@ const w8 = ({
|
|
|
19353
19360
|
apiGroup: a,
|
|
19354
19361
|
apiVersion: u,
|
|
19355
19362
|
baseprefix: l
|
|
19356
|
-
}) => n === "direct" && i ? i : n === "crd" ? `/${l}/${e}/${t}/forms/crds/${a}/${u}/${o}` : n === "nonCrd" ? `/${l}/${e}/${t}/forms/apis/${a}/${u}/${o}` : `/${l}/${e}/${t}/forms/builtin/${u}/${o}`,
|
|
19363
|
+
}) => n === "direct" && i ? i : n === "crd" ? `/${l}/${e}/${t}/forms/crds/${a}/${u}/${o}` : n === "nonCrd" ? `/${l}/${e}/${t}/forms/apis/${a}/${u}/${o}` : `/${l}/${e}/${t}/forms/builtin/${u}/${o}`, S8 = ({
|
|
19357
19364
|
clusterName: e,
|
|
19358
19365
|
namespace: t,
|
|
19359
19366
|
type: n,
|
|
19360
19367
|
typeName: i,
|
|
19361
19368
|
apiGroup: o,
|
|
19362
19369
|
apiVersion: a
|
|
19363
|
-
}) => n === "crd" ? `/api/clusters/${e}/k8s/apis/${o}/${a}${t ? `/namespaces/${t}` : ""}/${i}` : n === "nonCrd" ? `/api/clusters/${e}/k8s/apis/${o}/${a}${t ? `/namespaces/${t}` : ""}/${i}` : `/api/clusters/${e}/k8s/api/v1${t ? `/namespaces/${t}` : ""}/${i}`,
|
|
19370
|
+
}) => n === "crd" ? `/api/clusters/${e}/k8s/apis/${o}/${a}${t ? `/namespaces/${t}` : ""}/${i}` : n === "nonCrd" ? `/api/clusters/${e}/k8s/apis/${o}/${a}${t ? `/namespaces/${t}` : ""}/${i}` : `/api/clusters/${e}/k8s/api/v1${t ? `/namespaces/${t}` : ""}/${i}`, C8 = Ye($l)`
|
|
19364
19371
|
position: relative;
|
|
19365
19372
|
width: 238px;
|
|
19366
19373
|
overflow-x: auto;
|
|
@@ -19379,7 +19386,7 @@ const w8 = ({
|
|
|
19379
19386
|
overflow-x: auto;
|
|
19380
19387
|
padding: 8px;
|
|
19381
19388
|
}
|
|
19382
|
-
`,
|
|
19389
|
+
`, _8 = Ye.div`
|
|
19383
19390
|
min-width: 45px;
|
|
19384
19391
|
min-height: 45px;
|
|
19385
19392
|
padding: 6px;
|
|
@@ -19388,11 +19395,11 @@ const w8 = ({
|
|
|
19388
19395
|
width: 45px;
|
|
19389
19396
|
height: 45px;
|
|
19390
19397
|
}
|
|
19391
|
-
`,
|
|
19398
|
+
`, k8 = Ye.div`
|
|
19392
19399
|
overflow-x: auto;
|
|
19393
19400
|
scrollbar-width: thin;
|
|
19394
19401
|
margin-bottom: 20px;
|
|
19395
|
-
`,
|
|
19402
|
+
`, O8 = Ye.div`
|
|
19396
19403
|
padding-left: 6px;
|
|
19397
19404
|
padding-right: 6px;
|
|
19398
19405
|
font-size: 16px;
|
|
@@ -19401,7 +19408,7 @@ const w8 = ({
|
|
|
19401
19408
|
span {
|
|
19402
19409
|
font-weight: 700;
|
|
19403
19410
|
}
|
|
19404
|
-
`,
|
|
19411
|
+
`, T8 = Ye.div`
|
|
19405
19412
|
margin-top: 6px;
|
|
19406
19413
|
margin-bottom: 6px;
|
|
19407
19414
|
padding-left: 6px;
|
|
@@ -19409,29 +19416,29 @@ const w8 = ({
|
|
|
19409
19416
|
display: flex;
|
|
19410
19417
|
flex-flow: row wrap;
|
|
19411
19418
|
align-items: flex-start;
|
|
19412
|
-
`,
|
|
19419
|
+
`, I8 = Ye(fl)`
|
|
19413
19420
|
margin-right: 4px;
|
|
19414
19421
|
margin-bottom: 4px;
|
|
19415
19422
|
|
|
19416
19423
|
&:last-child {
|
|
19417
19424
|
margin-right: 0;
|
|
19418
19425
|
}
|
|
19419
|
-
`,
|
|
19426
|
+
`, F8 = Ye.div`
|
|
19420
19427
|
padding-left: 6px;
|
|
19421
19428
|
padding-right: 6px;
|
|
19422
|
-
`,
|
|
19429
|
+
`, B8 = Ye.div`
|
|
19423
19430
|
position: absolute;
|
|
19424
19431
|
bottom: 6px;
|
|
19425
19432
|
right: 6px;
|
|
19426
|
-
`,
|
|
19427
|
-
CustomCard:
|
|
19428
|
-
ImageContainer:
|
|
19429
|
-
OverflowContainer:
|
|
19430
|
-
TitleContainer:
|
|
19431
|
-
TagsContainer:
|
|
19432
|
-
CustomTag:
|
|
19433
|
-
DescriptionContainer:
|
|
19434
|
-
EditButtonContainer:
|
|
19433
|
+
`, oi = {
|
|
19434
|
+
CustomCard: C8,
|
|
19435
|
+
ImageContainer: _8,
|
|
19436
|
+
OverflowContainer: k8,
|
|
19437
|
+
TitleContainer: O8,
|
|
19438
|
+
TagsContainer: T8,
|
|
19439
|
+
CustomTag: I8,
|
|
19440
|
+
DescriptionContainer: F8,
|
|
19441
|
+
EditButtonContainer: B8
|
|
19435
19442
|
}, Hg = ({
|
|
19436
19443
|
baseprefix: e,
|
|
19437
19444
|
description: t,
|
|
@@ -19458,7 +19465,7 @@ const w8 = ({
|
|
|
19458
19465
|
} catch {
|
|
19459
19466
|
k = "Can't decode";
|
|
19460
19467
|
}
|
|
19461
|
-
const F = b ?
|
|
19468
|
+
const F = b ? A8({
|
|
19462
19469
|
clusterName: o,
|
|
19463
19470
|
namespace: a,
|
|
19464
19471
|
type: u,
|
|
@@ -19467,7 +19474,7 @@ const w8 = ({
|
|
|
19467
19474
|
apiGroup: h,
|
|
19468
19475
|
apiVersion: g,
|
|
19469
19476
|
baseprefix: e
|
|
19470
|
-
}) :
|
|
19477
|
+
}) : E8({
|
|
19471
19478
|
clusterName: o,
|
|
19472
19479
|
namespace: a,
|
|
19473
19480
|
type: u,
|
|
@@ -19476,7 +19483,7 @@ const w8 = ({
|
|
|
19476
19483
|
apiGroup: h,
|
|
19477
19484
|
apiVersion: g,
|
|
19478
19485
|
baseprefix: e
|
|
19479
|
-
}), P = b && u !== "direct" ?
|
|
19486
|
+
}), P = b && u !== "direct" ? S8({
|
|
19480
19487
|
clusterName: o,
|
|
19481
19488
|
namespace: a,
|
|
19482
19489
|
type: u,
|
|
@@ -19490,14 +19497,14 @@ const w8 = ({
|
|
|
19490
19497
|
isEnabled: b && P !== void 0
|
|
19491
19498
|
});
|
|
19492
19499
|
return b && (q || u === "direct") ? null : /* @__PURE__ */ x.jsx(
|
|
19493
|
-
|
|
19500
|
+
oi.CustomCard,
|
|
19494
19501
|
{
|
|
19495
19502
|
$isDisabled: v,
|
|
19496
19503
|
$hoverColor: N.colorPrimary,
|
|
19497
19504
|
onClick: () => v ? null : C(F),
|
|
19498
19505
|
children: /* @__PURE__ */ x.jsxs(nt, { vertical: !0, style: { width: "100%", height: "100%" }, justify: "spaceBetween", children: [
|
|
19499
19506
|
/* @__PURE__ */ x.jsxs(nt, { justify: "space-between", children: [
|
|
19500
|
-
/* @__PURE__ */ x.jsx(
|
|
19507
|
+
/* @__PURE__ */ x.jsx(oi.ImageContainer, { dangerouslySetInnerHTML: { __html: k } }),
|
|
19501
19508
|
_ && /* @__PURE__ */ x.jsx(
|
|
19502
19509
|
"div",
|
|
19503
19510
|
{
|
|
@@ -19514,8 +19521,8 @@ const w8 = ({
|
|
|
19514
19521
|
}
|
|
19515
19522
|
)
|
|
19516
19523
|
] }),
|
|
19517
|
-
/* @__PURE__ */ x.jsxs(
|
|
19518
|
-
/* @__PURE__ */ x.jsxs(
|
|
19524
|
+
/* @__PURE__ */ x.jsxs(oi.OverflowContainer, { children: [
|
|
19525
|
+
/* @__PURE__ */ x.jsxs(oi.TitleContainer, { children: [
|
|
19519
19526
|
n,
|
|
19520
19527
|
" ",
|
|
19521
19528
|
b && /* @__PURE__ */ x.jsxs("span", { children: [
|
|
@@ -19523,10 +19530,10 @@ const w8 = ({
|
|
|
19523
19530
|
I?.items?.length
|
|
19524
19531
|
] })
|
|
19525
19532
|
] }),
|
|
19526
|
-
/* @__PURE__ */ x.jsx(
|
|
19527
|
-
/* @__PURE__ */ x.jsx(
|
|
19533
|
+
/* @__PURE__ */ x.jsx(oi.TagsContainer, { children: p.map((G) => /* @__PURE__ */ x.jsx(oi.CustomTag, { children: G }, G)) }),
|
|
19534
|
+
/* @__PURE__ */ x.jsx(oi.DescriptionContainer, { children: /* @__PURE__ */ x.jsx(xn.Text, { type: "secondary", children: t }) })
|
|
19528
19535
|
] }),
|
|
19529
|
-
/* @__PURE__ */ x.jsx(
|
|
19536
|
+
/* @__PURE__ */ x.jsx(oi.EditButtonContainer, { children: _ && /* @__PURE__ */ x.jsx(
|
|
19530
19537
|
"div",
|
|
19531
19538
|
{
|
|
19532
19539
|
onClick: (G) => {
|
|
@@ -19544,7 +19551,7 @@ const w8 = ({
|
|
|
19544
19551
|
] })
|
|
19545
19552
|
}
|
|
19546
19553
|
);
|
|
19547
|
-
},
|
|
19554
|
+
}, D8 = ({ uniqueTags: e, selectedTags: t, onSelectedTags: n }) => {
|
|
19548
19555
|
const i = e.map((o) => ({ key: o, value: o }));
|
|
19549
19556
|
return /* @__PURE__ */ x.jsx(
|
|
19550
19557
|
bs,
|
|
@@ -19562,7 +19569,7 @@ const w8 = ({
|
|
|
19562
19569
|
style: { width: "240px" }
|
|
19563
19570
|
}
|
|
19564
19571
|
);
|
|
19565
|
-
},
|
|
19572
|
+
}, P8 = Ye.div`
|
|
19566
19573
|
font-size: 36px;
|
|
19567
19574
|
line-height: 36px;
|
|
19568
19575
|
font-weight: 700;
|
|
@@ -19575,9 +19582,9 @@ const w8 = ({
|
|
|
19575
19582
|
-webkit-box-orient: vertical;
|
|
19576
19583
|
line-clamp: 1;
|
|
19577
19584
|
word-break: break-all;
|
|
19578
|
-
`,
|
|
19579
|
-
BigValue:
|
|
19580
|
-
},
|
|
19585
|
+
`, L8 = {
|
|
19586
|
+
BigValue: P8
|
|
19587
|
+
}, R8 = ({
|
|
19581
19588
|
clusterName: e,
|
|
19582
19589
|
namespace: t,
|
|
19583
19590
|
baseApiGroup: n,
|
|
@@ -19623,7 +19630,7 @@ const w8 = ({
|
|
|
19623
19630
|
message: "Card modified",
|
|
19624
19631
|
key: "update-marketplace-success"
|
|
19625
19632
|
});
|
|
19626
|
-
if (
|
|
19633
|
+
if (Mt(() => {
|
|
19627
19634
|
ae && (h ? (k(ae.items.map(({ spec: we }) => we).sort()), q(
|
|
19628
19635
|
ae.items.flatMap(({ spec: we }) => we.tags).filter((we, pe, Ne) => Ne.indexOf(we) === pe)
|
|
19629
19636
|
)) : (k(
|
|
@@ -19631,7 +19638,7 @@ const w8 = ({
|
|
|
19631
19638
|
), q(
|
|
19632
19639
|
ae.items.filter(({ spec: we }) => we.hidden !== !0).flatMap(({ spec: we }) => we.tags).filter((we, pe, Ne) => Ne.indexOf(we) === pe)
|
|
19633
19640
|
)));
|
|
19634
|
-
}, [ae, h]),
|
|
19641
|
+
}, [ae, h]), Mt(() => {
|
|
19635
19642
|
let we = [];
|
|
19636
19643
|
G && G.length > 0 ? we = C.filter(
|
|
19637
19644
|
({ name: pe, description: Ne, tags: J }) => G.some((X) => pe.toLowerCase().includes(X.toLowerCase())) || G.some((X) => Ne.toLowerCase().includes(X.toLowerCase())) || G.some((X) => J.some((ie) => ie.toLowerCase().includes(X.toLowerCase())))
|
|
@@ -19650,17 +19657,17 @@ const w8 = ({
|
|
|
19650
19657
|
/* @__PURE__ */ x.jsxs(nt, { justify: "space-between", children: [
|
|
19651
19658
|
/* @__PURE__ */ x.jsx("div", { children: /* @__PURE__ */ x.jsxs(nt, { gap: 12, vertical: !0, children: [
|
|
19652
19659
|
/* @__PURE__ */ x.jsx("div", { children: /* @__PURE__ */ x.jsx(xn.Text, { type: "secondary", children: "Available Products" }) }),
|
|
19653
|
-
/* @__PURE__ */ x.jsx("div", { children: /* @__PURE__ */ x.jsx(
|
|
19660
|
+
/* @__PURE__ */ x.jsx("div", { children: /* @__PURE__ */ x.jsx(L8.BigValue, { children: "Marketplace" }) })
|
|
19654
19661
|
] }) }),
|
|
19655
19662
|
/* @__PURE__ */ x.jsx("div", { children: /* @__PURE__ */ x.jsxs(nt, { gap: 12, vertical: !0, children: [
|
|
19656
|
-
/* @__PURE__ */ x.jsx(
|
|
19663
|
+
/* @__PURE__ */ x.jsx(D8, { uniqueTags: I, selectedTags: G, onSelectedTags: oe }),
|
|
19657
19664
|
(Ae.data?.status.allowed || fe.data?.status.allowed || Be.data?.status.allowed) && /* @__PURE__ */ x.jsxs(nt, { align: "center", gap: 8, children: [
|
|
19658
19665
|
/* @__PURE__ */ x.jsx(eu, { defaultChecked: !0, checked: h, onClick: We }),
|
|
19659
19666
|
" Edit Mode"
|
|
19660
19667
|
] })
|
|
19661
19668
|
] }) })
|
|
19662
19669
|
] }),
|
|
19663
|
-
/* @__PURE__ */ x.jsx(
|
|
19670
|
+
/* @__PURE__ */ x.jsx(ci, { $space: 20, $samespace: !0 }),
|
|
19664
19671
|
E && /* @__PURE__ */ x.jsx(
|
|
19665
19672
|
dr,
|
|
19666
19673
|
{
|
|
@@ -19710,7 +19717,7 @@ const w8 = ({
|
|
|
19710
19717
|
)
|
|
19711
19718
|
),
|
|
19712
19719
|
h && /* @__PURE__ */ x.jsx(
|
|
19713
|
-
|
|
19720
|
+
g8,
|
|
19714
19721
|
{
|
|
19715
19722
|
onAddClick: () => {
|
|
19716
19723
|
v(!0);
|
|
@@ -19719,7 +19726,7 @@ const w8 = ({
|
|
|
19719
19726
|
)
|
|
19720
19727
|
] }),
|
|
19721
19728
|
p && /* @__PURE__ */ x.jsx(
|
|
19722
|
-
|
|
19729
|
+
x8,
|
|
19723
19730
|
{
|
|
19724
19731
|
clusterName: e,
|
|
19725
19732
|
baseApiGroup: n,
|
|
@@ -19742,7 +19749,7 @@ const w8 = ({
|
|
|
19742
19749
|
}
|
|
19743
19750
|
)
|
|
19744
19751
|
] });
|
|
19745
|
-
},
|
|
19752
|
+
}, N8 = ({ onDelete: e, onUpdate: t }) => {
|
|
19746
19753
|
const n = () => {
|
|
19747
19754
|
const i = [];
|
|
19748
19755
|
return t && i.push({
|
|
@@ -19785,7 +19792,7 @@ const w8 = ({
|
|
|
19785
19792
|
children: /* @__PURE__ */ x.jsx(gx, {})
|
|
19786
19793
|
}
|
|
19787
19794
|
) });
|
|
19788
|
-
},
|
|
19795
|
+
}, j8 = ({ accessGroups: e }) => {
|
|
19789
19796
|
const t = () => e.map((n, i) => ({
|
|
19790
19797
|
key: `${n}-${i}`,
|
|
19791
19798
|
label: /* @__PURE__ */ x.jsx(
|
|
@@ -19817,11 +19824,11 @@ const w8 = ({
|
|
|
19817
19824
|
]
|
|
19818
19825
|
}
|
|
19819
19826
|
) });
|
|
19820
|
-
},
|
|
19827
|
+
}, $8 = Ye.div`
|
|
19821
19828
|
width: 45.33px;
|
|
19822
19829
|
height: 1px;
|
|
19823
19830
|
`;
|
|
19824
|
-
|
|
19831
|
+
Ye.div`
|
|
19825
19832
|
font-size: 36px;
|
|
19826
19833
|
line-height: 36px;
|
|
19827
19834
|
font-weight: 700;
|
|
@@ -19835,9 +19842,9 @@ Xe.div`
|
|
|
19835
19842
|
line-clamp: 1;
|
|
19836
19843
|
word-break: break-all;
|
|
19837
19844
|
`;
|
|
19838
|
-
const
|
|
19839
|
-
ActionMenuPlaceholder:
|
|
19840
|
-
},
|
|
19845
|
+
const M8 = {
|
|
19846
|
+
ActionMenuPlaceholder: $8
|
|
19847
|
+
}, U8 = ({
|
|
19841
19848
|
clusterName: e,
|
|
19842
19849
|
namespace: t,
|
|
19843
19850
|
baseApiGroup: n,
|
|
@@ -19897,20 +19904,20 @@ const N8 = {
|
|
|
19897
19904
|
/* @__PURE__ */ x.jsx("div", { children: g }),
|
|
19898
19905
|
/* @__PURE__ */ x.jsx("div", { children: /* @__PURE__ */ x.jsxs(nt, { gap: 24, vertical: !0, children: [
|
|
19899
19906
|
/* @__PURE__ */ x.jsx(nt, { justify: "flex-end", children: P?.status === "True" && (C.data?.status.allowed || k.data?.status.allowed) ? /* @__PURE__ */ x.jsx(
|
|
19900
|
-
|
|
19907
|
+
N8,
|
|
19901
19908
|
{
|
|
19902
19909
|
onDelete: k.data?.status.allowed ? () => {
|
|
19903
19910
|
N(!0);
|
|
19904
19911
|
} : void 0,
|
|
19905
19912
|
onUpdate: C.data?.status.allowed ? F : void 0
|
|
19906
19913
|
}
|
|
19907
|
-
) : /* @__PURE__ */ x.jsx(
|
|
19908
|
-
/* @__PURE__ */ x.jsx(
|
|
19914
|
+
) : /* @__PURE__ */ x.jsx(M8.ActionMenuPlaceholder, {}) }),
|
|
19915
|
+
/* @__PURE__ */ x.jsx(j8, { accessGroups: h })
|
|
19909
19916
|
] }) })
|
|
19910
19917
|
] }),
|
|
19911
|
-
/* @__PURE__ */ x.jsx(
|
|
19918
|
+
/* @__PURE__ */ x.jsx(ci, { $space: 24, $samespace: !0 }),
|
|
19912
19919
|
/* @__PURE__ */ x.jsx(xn.Text, { type: "secondary", children: "Added Products" }),
|
|
19913
|
-
/* @__PURE__ */ x.jsx(
|
|
19920
|
+
/* @__PURE__ */ x.jsx(ci, { $space: 12, $samespace: !0 }),
|
|
19914
19921
|
/* @__PURE__ */ x.jsxs(nt, { gap: 22, wrap: !0, children: [
|
|
19915
19922
|
_ && /* @__PURE__ */ x.jsx(bo, {}),
|
|
19916
19923
|
e && t && v?.items.map(({ spec: I }) => I).sort().map(({ name: I, description: q, icon: G, type: oe, pathToNav: ae, typeName: de, apiGroup: he, apiVersion: Ae, tags: fe, disabled: Be }) => /* @__PURE__ */ x.jsx(
|
|
@@ -19969,7 +19976,7 @@ const N8 = {
|
|
|
19969
19976
|
}
|
|
19970
19977
|
const u = n.children ? /* @__PURE__ */ x.jsx(Rl, { items: n.children, components: t }) : null;
|
|
19971
19978
|
return /* @__PURE__ */ x.jsx(zv, { children: /* @__PURE__ */ x.jsx(o, { data: a, children: u }) }, i);
|
|
19972
|
-
}) }),
|
|
19979
|
+
}) }), V8 = (e) => /* @__PURE__ */ x.jsx(Rl, { ...e }), q8 = ({
|
|
19973
19980
|
data: e,
|
|
19974
19981
|
children: t
|
|
19975
19982
|
}) => {
|
|
@@ -19978,31 +19985,31 @@ const N8 = {
|
|
|
19978
19985
|
i,
|
|
19979
19986
|
t
|
|
19980
19987
|
] });
|
|
19981
|
-
},
|
|
19988
|
+
}, W8 = ({
|
|
19982
19989
|
data: e,
|
|
19983
19990
|
children: t
|
|
19984
19991
|
}) => {
|
|
19985
19992
|
const { id: n, ...i } = e;
|
|
19986
19993
|
return /* @__PURE__ */ x.jsx($l, { ...i, children: t });
|
|
19987
|
-
},
|
|
19994
|
+
}, K8 = ({
|
|
19988
19995
|
data: e,
|
|
19989
19996
|
children: t
|
|
19990
19997
|
}) => {
|
|
19991
19998
|
const { id: n, ...i } = e;
|
|
19992
19999
|
return /* @__PURE__ */ x.jsx(nt, { ...i, children: t });
|
|
19993
|
-
},
|
|
20000
|
+
}, H8 = ({ data: e, children: t }) => {
|
|
19994
20001
|
const { id: n, ...i } = e;
|
|
19995
20002
|
return /* @__PURE__ */ x.jsx(Lp, { ...i, children: t });
|
|
19996
|
-
},
|
|
20003
|
+
}, z8 = ({ data: e, children: t }) => {
|
|
19997
20004
|
const { id: n, ...i } = e;
|
|
19998
20005
|
return /* @__PURE__ */ x.jsx(dl, { ...i, children: t });
|
|
19999
|
-
},
|
|
20006
|
+
}, G8 = ({
|
|
20000
20007
|
data: e,
|
|
20001
20008
|
children: t
|
|
20002
20009
|
}) => {
|
|
20003
20010
|
const { id: n, ...i } = e;
|
|
20004
20011
|
return /* @__PURE__ */ x.jsx(tx, { ...i, children: t });
|
|
20005
|
-
},
|
|
20012
|
+
}, J8 = ({
|
|
20006
20013
|
data: e,
|
|
20007
20014
|
children: t
|
|
20008
20015
|
}) => {
|
|
@@ -20011,7 +20018,7 @@ const N8 = {
|
|
|
20011
20018
|
e.text,
|
|
20012
20019
|
t
|
|
20013
20020
|
] });
|
|
20014
|
-
},
|
|
20021
|
+
}, Y8 = () => {
|
|
20015
20022
|
const e = jl(null);
|
|
20016
20023
|
return {
|
|
20017
20024
|
Provider: ({ children: i, value: o }) => {
|
|
@@ -20025,13 +20032,13 @@ const N8 = {
|
|
|
20025
20032
|
return i;
|
|
20026
20033
|
}
|
|
20027
20034
|
};
|
|
20028
|
-
}, zg =
|
|
20035
|
+
}, zg = Y8(), X8 = zg.Provider, jo = zg.useTypedContext, Q8 = ({ data: e }) => {
|
|
20029
20036
|
const n = jo().partsOfUrl.reduce((o, a, u) => (o[u.toString()] = a, o), {}), i = Ot({
|
|
20030
20037
|
template: e.text,
|
|
20031
20038
|
replaceValues: n
|
|
20032
20039
|
});
|
|
20033
20040
|
return /* @__PURE__ */ x.jsx("span", { children: i });
|
|
20034
|
-
}, Gg = jl(void 0),
|
|
20041
|
+
}, Gg = jl(void 0), Z8 = ({ urls: e, children: t }) => {
|
|
20035
20042
|
const n = yx({
|
|
20036
20043
|
queries: e.map((f, h) => ({
|
|
20037
20044
|
queryKey: ["multi", h, f],
|
|
@@ -20056,12 +20063,12 @@ const N8 = {
|
|
|
20056
20063
|
if (!e)
|
|
20057
20064
|
throw new Error("useMultiQuery must be used within a MultiQueryProvider");
|
|
20058
20065
|
return e;
|
|
20059
|
-
},
|
|
20066
|
+
}, e4 = ({ data: e }) => {
|
|
20060
20067
|
const { data: t, isLoading: n, isError: i, errors: o } = Iu(), a = ko(() => e?.text ? e.text.replace(/\{reqs\[(\d+)\]\[((?:\s*['"][^'"]+['"]\s*,?)+)\]\}/g, (u, l, f) => {
|
|
20061
20068
|
try {
|
|
20062
20069
|
const h = parseInt(l, 10), g = Array.from(f.matchAll(/['"]([^'"]+)['"]/g)).map(
|
|
20063
20070
|
(v) => v[1]
|
|
20064
|
-
), p =
|
|
20071
|
+
), p = li.get(t[`req${h}`], g);
|
|
20065
20072
|
return p != null ? String(p) : "";
|
|
20066
20073
|
} catch {
|
|
20067
20074
|
return u;
|
|
@@ -20071,12 +20078,12 @@ const N8 = {
|
|
|
20071
20078
|
/* @__PURE__ */ x.jsx("h4", { children: "Errors:" }),
|
|
20072
20079
|
/* @__PURE__ */ x.jsx("ul", { children: o.map((u, l) => u && /* @__PURE__ */ x.jsx("li", { children: u.message }, l)) })
|
|
20073
20080
|
] }) : /* @__PURE__ */ x.jsx("span", { children: a });
|
|
20074
|
-
},
|
|
20081
|
+
}, t4 = ({ data: e }) => {
|
|
20075
20082
|
const { data: t, isLoading: n, isError: i, errors: o } = Iu(), a = jo(), u = ko(() => e?.text ? e.text.replace(/\{reqs\[(\d+)\]\[((?:\s*['"][^'"]+['"]\s*,?)+)\]\}/g, (h, g, p) => {
|
|
20076
20083
|
try {
|
|
20077
20084
|
const v = parseInt(g, 10), _ = Array.from(p.matchAll(/['"]([^'"]+)['"]/g)).map(
|
|
20078
20085
|
(E) => E[1]
|
|
20079
|
-
), A =
|
|
20086
|
+
), A = li.get(t[`req${v}`], _);
|
|
20080
20087
|
return A != null ? String(A) : "";
|
|
20081
20088
|
} catch {
|
|
20082
20089
|
return h;
|
|
@@ -20094,7 +20101,7 @@ const N8 = {
|
|
|
20094
20101
|
replaceValues: l
|
|
20095
20102
|
});
|
|
20096
20103
|
return /* @__PURE__ */ x.jsx("span", { children: f });
|
|
20097
|
-
},
|
|
20104
|
+
}, n4 = ({
|
|
20098
20105
|
data: e,
|
|
20099
20106
|
children: t
|
|
20100
20107
|
}) => {
|
|
@@ -20111,7 +20118,7 @@ const N8 = {
|
|
|
20111
20118
|
try {
|
|
20112
20119
|
const F = parseInt(C, 10), P = Array.from(k.matchAll(/['"]([^'"]+)['"]/g)).map(
|
|
20113
20120
|
(q) => q[1]
|
|
20114
|
-
), I =
|
|
20121
|
+
), I = li.get(l[`req${F}`], P);
|
|
20115
20122
|
return I != null ? String(I) : "";
|
|
20116
20123
|
} catch {
|
|
20117
20124
|
return N;
|
|
@@ -20126,8 +20133,8 @@ const N8 = {
|
|
|
20126
20133
|
return f ? /* @__PURE__ */ x.jsxs("div", { children: [
|
|
20127
20134
|
/* @__PURE__ */ x.jsx("h4", { children: "Errors:" }),
|
|
20128
20135
|
/* @__PURE__ */ x.jsx("ul", { children: h.map((E, b) => E && /* @__PURE__ */ x.jsx("li", { children: E.message }, b)) })
|
|
20129
|
-
] }) : /* @__PURE__ */ x.jsx(
|
|
20130
|
-
},
|
|
20136
|
+
] }) : /* @__PURE__ */ x.jsx(U8, { clusterName: v, namespace: _, accessGroups: A, ...u, children: t });
|
|
20137
|
+
}, r4 = ({
|
|
20131
20138
|
data: e,
|
|
20132
20139
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
20133
20140
|
children: t
|
|
@@ -20139,23 +20146,23 @@ const N8 = {
|
|
|
20139
20146
|
template: o,
|
|
20140
20147
|
replaceValues: l
|
|
20141
20148
|
});
|
|
20142
|
-
return /* @__PURE__ */ x.jsx(
|
|
20143
|
-
},
|
|
20149
|
+
return /* @__PURE__ */ x.jsx(R8, { clusterName: f, namespace: h, ...a });
|
|
20150
|
+
}, i4 = ({
|
|
20144
20151
|
data: e,
|
|
20145
20152
|
children: t
|
|
20146
20153
|
}) => {
|
|
20147
20154
|
const { id: n, ...i } = e;
|
|
20148
20155
|
return /* @__PURE__ */ x.jsx(gS, { ...i, children: t });
|
|
20149
|
-
},
|
|
20156
|
+
}, s4 = ({ data: e, children: t }) => {
|
|
20150
20157
|
const { id: n, ...i } = e;
|
|
20151
|
-
return /* @__PURE__ */ x.jsx(
|
|
20152
|
-
},
|
|
20158
|
+
return /* @__PURE__ */ x.jsx(ci, { ...i });
|
|
20159
|
+
}, o4 = ({
|
|
20153
20160
|
data: e,
|
|
20154
20161
|
children: t
|
|
20155
20162
|
}) => {
|
|
20156
20163
|
const { id: n, ...i } = e;
|
|
20157
20164
|
return /* @__PURE__ */ x.jsx("div", { ...i, children: t });
|
|
20158
|
-
},
|
|
20165
|
+
}, a4 = ({
|
|
20159
20166
|
data: e,
|
|
20160
20167
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
20161
20168
|
children: t
|
|
@@ -20178,32 +20185,32 @@ const N8 = {
|
|
|
20178
20185
|
E ? l : f,
|
|
20179
20186
|
t
|
|
20180
20187
|
] });
|
|
20181
|
-
},
|
|
20188
|
+
}, u4 = ({
|
|
20182
20189
|
data: e,
|
|
20183
20190
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
20184
20191
|
children: t
|
|
20185
20192
|
}) => {
|
|
20186
20193
|
const { id: n, ...i } = e, a = jo().partsOfUrl.reduce((u, l, f) => (u[f.toString()] = l, u), {});
|
|
20187
20194
|
return /* @__PURE__ */ x.jsx(_S, { replaceValues: a, ...i });
|
|
20188
|
-
},
|
|
20189
|
-
DefaultDiv:
|
|
20190
|
-
antdText:
|
|
20191
|
-
antdCard:
|
|
20192
|
-
antdFlex:
|
|
20193
|
-
antdRow:
|
|
20194
|
-
antdCol:
|
|
20195
|
-
antdTabs:
|
|
20196
|
-
antdButton:
|
|
20197
|
-
partsOfUrl:
|
|
20198
|
-
multiQuery:
|
|
20199
|
-
parsedText:
|
|
20200
|
-
ProjectInfoCard:
|
|
20201
|
-
MarketplaceCard:
|
|
20202
|
-
ContentCard:
|
|
20203
|
-
Spacer:
|
|
20204
|
-
StatusText:
|
|
20205
|
-
SidebarProvider:
|
|
20206
|
-
},
|
|
20195
|
+
}, e5 = {
|
|
20196
|
+
DefaultDiv: o4,
|
|
20197
|
+
antdText: q8,
|
|
20198
|
+
antdCard: W8,
|
|
20199
|
+
antdFlex: K8,
|
|
20200
|
+
antdRow: H8,
|
|
20201
|
+
antdCol: z8,
|
|
20202
|
+
antdTabs: G8,
|
|
20203
|
+
antdButton: J8,
|
|
20204
|
+
partsOfUrl: Q8,
|
|
20205
|
+
multiQuery: e4,
|
|
20206
|
+
parsedText: t4,
|
|
20207
|
+
ProjectInfoCard: n4,
|
|
20208
|
+
MarketplaceCard: r4,
|
|
20209
|
+
ContentCard: i4,
|
|
20210
|
+
Spacer: s4,
|
|
20211
|
+
StatusText: a4,
|
|
20212
|
+
SidebarProvider: u4
|
|
20213
|
+
}, c4 = ({
|
|
20207
20214
|
urls: e,
|
|
20208
20215
|
locationPathname: t
|
|
20209
20216
|
}) => {
|
|
@@ -20214,13 +20221,13 @@ const N8 = {
|
|
|
20214
20221
|
replaceValues: n
|
|
20215
20222
|
})
|
|
20216
20223
|
);
|
|
20217
|
-
},
|
|
20218
|
-
const t = mx(), { urlsToFetch: n } = e, i =
|
|
20224
|
+
}, t5 = (e) => {
|
|
20225
|
+
const t = mx(), { urlsToFetch: n } = e, i = c4({
|
|
20219
20226
|
urls: n,
|
|
20220
20227
|
locationPathname: t.pathname
|
|
20221
20228
|
});
|
|
20222
|
-
return /* @__PURE__ */ x.jsx(
|
|
20223
|
-
},
|
|
20229
|
+
return /* @__PURE__ */ x.jsx(X8, { value: { partsOfUrl: t.pathname.split("/") }, children: /* @__PURE__ */ x.jsx(Z8, { urls: i, children: /* @__PURE__ */ x.jsx(V8, { ...e }) }) });
|
|
20230
|
+
}, l4 = (e) => typeof e == "object" && "value" in e && "highlight" in e, n5 = (e) => {
|
|
20224
20231
|
const t = {};
|
|
20225
20232
|
e.forEach(({ apis: i, highlightString: o }) => {
|
|
20226
20233
|
i.forEach((a) => {
|
|
@@ -20239,7 +20246,7 @@ const N8 = {
|
|
|
20239
20246
|
});
|
|
20240
20247
|
const n = (i, o = "") => Object.entries(i).map(([a, u]) => {
|
|
20241
20248
|
const l = o ? `${o}.${a}` : a;
|
|
20242
|
-
if (
|
|
20249
|
+
if (l4(u))
|
|
20243
20250
|
return {
|
|
20244
20251
|
// title: value.highlight ? <span style={{ color: 'red' }}>{value.value}</span> : value.value,
|
|
20245
20252
|
title: u.highlight ? `${u.value} (pref)` : u.value,
|
|
@@ -20260,11 +20267,11 @@ const N8 = {
|
|
|
20260
20267
|
children: n(o, i),
|
|
20261
20268
|
isLeaf: !1
|
|
20262
20269
|
}));
|
|
20263
|
-
},
|
|
20270
|
+
}, r5 = (e) => e.map((t) => ({
|
|
20264
20271
|
title: `${t} (pref)`,
|
|
20265
20272
|
key: t,
|
|
20266
20273
|
isLeaf: !0
|
|
20267
|
-
})),
|
|
20274
|
+
})), i5 = ({
|
|
20268
20275
|
swagger: e,
|
|
20269
20276
|
apiGroupListData: t,
|
|
20270
20277
|
builtinResourceTypesData: n,
|
|
@@ -20275,7 +20282,7 @@ const N8 = {
|
|
|
20275
20282
|
({ name: h }) => Kg({ typeName: h, swagger: e }).isNamespaceScoped
|
|
20276
20283
|
) : n?.resources;
|
|
20277
20284
|
return { crdGroups: u, nonCrdGroups: l, builtinGroups: f, apiExtensionVersion: a };
|
|
20278
|
-
},
|
|
20285
|
+
}, s5 = ({
|
|
20279
20286
|
data: e,
|
|
20280
20287
|
clusterName: t,
|
|
20281
20288
|
projectName: n,
|
|
@@ -20326,30 +20333,30 @@ const N8 = {
|
|
|
20326
20333
|
}
|
|
20327
20334
|
}) : void 0,
|
|
20328
20335
|
keysToParse: B
|
|
20329
|
-
})).find(({ pathToMatch: E }) => E ? jp(E, _) : !1),
|
|
20336
|
+
})).find(({ pathToMatch: E }) => E ? jp(E, _) : !1), f4 = (e) => !!(typeof e == "object" && !Array.isArray(e) && e !== null && e.spec && typeof e.spec == "object" && !Array.isArray(e.spec) && e.spec !== null && Array.isArray(e.spec.additionalPrinterColumns) && e.spec.additionalPrinterColumns.every(
|
|
20330
20337
|
(t) => Object.keys(t).includes("name") && Object.keys(t).includes("jsonPath")
|
|
20331
|
-
)),
|
|
20338
|
+
)), d4 = (e) => !!(typeof e == "object" && !Array.isArray(e) && e !== null && e.spec && typeof e.spec == "object" && !Array.isArray(e.spec) && e.spec !== null && Array.isArray(e.spec.additionalPrinterColumnsUndefinedValues) && e.spec.additionalPrinterColumnsUndefinedValues.every(
|
|
20332
20339
|
(t) => Object.keys(t).includes("key") && Object.keys(t).includes("value")
|
|
20333
|
-
)),
|
|
20340
|
+
)), h4 = (e) => !!(typeof e == "object" && !Array.isArray(e) && e !== null && e.spec && typeof e.spec == "object" && !Array.isArray(e.spec) && e.spec !== null && Array.isArray(e.spec.additionalPrinterColumnsTrimLengths) && e.spec.additionalPrinterColumnsTrimLengths.every(
|
|
20334
20341
|
(t) => Object.keys(t).includes("key") && Object.keys(t).includes("value")
|
|
20335
|
-
)),
|
|
20342
|
+
)), p4 = (e) => !!(typeof e == "object" && !Array.isArray(e) && e !== null && e.spec && typeof e.spec == "object" && !Array.isArray(e.spec) && e.spec !== null && Array.isArray(e.spec.additionalPrinterColumnsColWidths) && e.spec.additionalPrinterColumnsColWidths.every(
|
|
20336
20343
|
(t) => Object.keys(t).includes("key") && Object.keys(t).includes("value")
|
|
20337
|
-
)),
|
|
20344
|
+
)), o5 = ({
|
|
20338
20345
|
columnsOverridesData: e,
|
|
20339
20346
|
overrideType: t
|
|
20340
20347
|
}) => {
|
|
20341
20348
|
const n = e?.items.find(
|
|
20342
20349
|
(l) => typeof l == "object" && !Array.isArray(l) && l !== null && l.spec && typeof l.spec == "object" && !Array.isArray(l.spec) && l.spec !== null && typeof l.spec.overrideType == "string" && l.spec.overrideType === t
|
|
20343
|
-
), i =
|
|
20350
|
+
), i = f4(n) ? n.spec.additionalPrinterColumns : void 0, o = d4(n) ? n.spec.additionalPrinterColumnsUndefinedValues : void 0, a = h4(n) ? n.spec.additionalPrinterColumnsTrimLengths : void 0, u = p4(n) ? n.spec.additionalPrinterColumnsColWidths : void 0;
|
|
20344
20351
|
return {
|
|
20345
20352
|
ensuredCustomOverrides: i,
|
|
20346
20353
|
ensuredCustomOverridesUndefinedValues: o,
|
|
20347
20354
|
ensuredCustomOverridesTrimLengths: a,
|
|
20348
20355
|
ensuredCustomOverridesColWidths: u
|
|
20349
20356
|
};
|
|
20350
|
-
},
|
|
20357
|
+
}, a5 = async ({
|
|
20351
20358
|
clusterName: e
|
|
20352
|
-
}) => rt.get(`/api/clusters/${e}/k8s/openapi/v2`),
|
|
20359
|
+
}) => rt.get(`/api/clusters/${e}/k8s/openapi/v2`), g4 = async () => rt.get("/clusterlist"), y4 = async ({
|
|
20353
20360
|
clusterName: e,
|
|
20354
20361
|
namespace: t,
|
|
20355
20362
|
apiGroup: n,
|
|
@@ -20361,7 +20368,7 @@ const N8 = {
|
|
|
20361
20368
|
return rt.get(
|
|
20362
20369
|
`/api/clusters/${e}/k8s/apis/${n}/${i}${t ? `/namespaces/${t}` : ""}/${o}${u}`
|
|
20363
20370
|
);
|
|
20364
|
-
},
|
|
20371
|
+
}, m4 = async ({
|
|
20365
20372
|
clusterName: e,
|
|
20366
20373
|
namespace: t,
|
|
20367
20374
|
apiGroup: n,
|
|
@@ -20370,7 +20377,7 @@ const N8 = {
|
|
|
20370
20377
|
entryName: a
|
|
20371
20378
|
}) => rt.get(
|
|
20372
20379
|
`/api/clusters/${e}/k8s/apis/${n}/${i}${t ? `/namespaces/${t}` : ""}/${o}/${a}`
|
|
20373
|
-
),
|
|
20380
|
+
), w4 = async ({
|
|
20374
20381
|
clusterName: e,
|
|
20375
20382
|
namespace: t,
|
|
20376
20383
|
typeName: n,
|
|
@@ -20380,14 +20387,14 @@ const N8 = {
|
|
|
20380
20387
|
return rt.get(
|
|
20381
20388
|
`/api/clusters/${e}/k8s/api/v1${t ? `/namespaces/${t}` : ""}/${n}${o}`
|
|
20382
20389
|
);
|
|
20383
|
-
},
|
|
20390
|
+
}, b4 = async ({
|
|
20384
20391
|
clusterName: e,
|
|
20385
20392
|
namespace: t,
|
|
20386
20393
|
typeName: n,
|
|
20387
20394
|
entryName: i
|
|
20388
20395
|
}) => rt.get(
|
|
20389
20396
|
`/api/clusters/${e}/k8s/api/v1${t ? `/namespaces/${t}` : ""}/${n}/${i}`
|
|
20390
|
-
),
|
|
20397
|
+
), v4 = async ({
|
|
20391
20398
|
clusterName: e,
|
|
20392
20399
|
namespace: t,
|
|
20393
20400
|
apiGroup: n,
|
|
@@ -20395,7 +20402,7 @@ const N8 = {
|
|
|
20395
20402
|
crdName: o
|
|
20396
20403
|
}) => rt.get(
|
|
20397
20404
|
`/api/clusters/${e}/k8s/apis/${n}/${i}${t ? `/namespaces/${t}` : ""}/${o}`
|
|
20398
|
-
),
|
|
20405
|
+
), x4 = async ({
|
|
20399
20406
|
clusterName: e,
|
|
20400
20407
|
namespace: t,
|
|
20401
20408
|
apiGroup: n,
|
|
@@ -20404,23 +20411,23 @@ const N8 = {
|
|
|
20404
20411
|
entryName: a
|
|
20405
20412
|
}) => rt.get(
|
|
20406
20413
|
`/api/clusters/${e}/k8s/apis/${n}/${i}${t ? `/namespaces/${t}` : ""}/${o}/${a}`
|
|
20407
|
-
),
|
|
20414
|
+
), A4 = async ({ clusterName: e }) => rt.get(`/api/clusters/${e}/k8s/apis/`), E4 = async ({
|
|
20408
20415
|
clusterName: e,
|
|
20409
20416
|
apiGroup: t,
|
|
20410
20417
|
apiVersion: n
|
|
20411
|
-
}) => rt.get(`/api/clusters/${e}/k8s/apis/${t}/${n}/`),
|
|
20418
|
+
}) => rt.get(`/api/clusters/${e}/k8s/apis/${t}/${n}/`), S4 = async ({
|
|
20412
20419
|
clusterName: e
|
|
20413
|
-
}) => rt.get(`/api/clusters/${e}/k8s/api/v1`),
|
|
20420
|
+
}) => rt.get(`/api/clusters/${e}/k8s/api/v1`), C4 = async ({
|
|
20414
20421
|
clusterName: e,
|
|
20415
20422
|
apiExtensionVersion: t,
|
|
20416
20423
|
crdName: n
|
|
20417
20424
|
}) => rt.get(
|
|
20418
20425
|
`/api/clusters/${e}/k8s/apis/apiextensions.k8s.io/${t}/customresourcedefinitions/${n}`
|
|
20419
|
-
),
|
|
20426
|
+
), u5 = ({ refetchInterval: e }) => Mn({
|
|
20420
20427
|
queryKey: ["useClusterList"],
|
|
20421
|
-
queryFn: async () => (await
|
|
20428
|
+
queryFn: async () => (await g4()).data,
|
|
20422
20429
|
refetchInterval: e !== void 0 ? e : 5e3
|
|
20423
|
-
}),
|
|
20430
|
+
}), c5 = ({
|
|
20424
20431
|
clusterName: e,
|
|
20425
20432
|
namespace: t,
|
|
20426
20433
|
apiGroup: n,
|
|
@@ -20431,7 +20438,7 @@ const N8 = {
|
|
|
20431
20438
|
}) => Mn({
|
|
20432
20439
|
queryKey: ["useApiResources", e, t, n, i, o, a],
|
|
20433
20440
|
queryFn: async () => {
|
|
20434
|
-
const l = await
|
|
20441
|
+
const l = await y4({
|
|
20435
20442
|
clusterName: e,
|
|
20436
20443
|
namespace: t,
|
|
20437
20444
|
apiGroup: n,
|
|
@@ -20442,7 +20449,7 @@ const N8 = {
|
|
|
20442
20449
|
return f.metadata?.resourceVersion && delete f.metadata.resourceVersion, f;
|
|
20443
20450
|
},
|
|
20444
20451
|
refetchInterval: u !== void 0 ? u : 5e3
|
|
20445
|
-
}),
|
|
20452
|
+
}), l5 = ({
|
|
20446
20453
|
clusterName: e,
|
|
20447
20454
|
namespace: t,
|
|
20448
20455
|
apiGroup: n,
|
|
@@ -20452,7 +20459,7 @@ const N8 = {
|
|
|
20452
20459
|
refetchInterval: u
|
|
20453
20460
|
}) => Mn({
|
|
20454
20461
|
queryKey: ["useApiResourceSingle", e, t, n, i, o, a],
|
|
20455
|
-
queryFn: async () => (await
|
|
20462
|
+
queryFn: async () => (await m4({
|
|
20456
20463
|
clusterName: e,
|
|
20457
20464
|
namespace: t,
|
|
20458
20465
|
apiGroup: n,
|
|
@@ -20461,7 +20468,7 @@ const N8 = {
|
|
|
20461
20468
|
entryName: a
|
|
20462
20469
|
})).data,
|
|
20463
20470
|
refetchInterval: u !== void 0 ? u : 5e3
|
|
20464
|
-
}),
|
|
20471
|
+
}), f5 = ({
|
|
20465
20472
|
clusterName: e,
|
|
20466
20473
|
namespace: t,
|
|
20467
20474
|
typeName: n,
|
|
@@ -20470,11 +20477,11 @@ const N8 = {
|
|
|
20470
20477
|
}) => Mn({
|
|
20471
20478
|
queryKey: ["useBuiltinResourceType", e, t, n, i],
|
|
20472
20479
|
queryFn: async () => {
|
|
20473
|
-
const a = await
|
|
20480
|
+
const a = await w4({ clusterName: e, namespace: t, typeName: n, limit: i }), u = JSON.parse(JSON.stringify(a.data));
|
|
20474
20481
|
return u.metadata?.resourceVersion && delete u.metadata.resourceVersion, u;
|
|
20475
20482
|
},
|
|
20476
20483
|
refetchInterval: o !== void 0 ? o : 5e3
|
|
20477
|
-
}),
|
|
20484
|
+
}), d5 = ({
|
|
20478
20485
|
clusterName: e,
|
|
20479
20486
|
namespace: t,
|
|
20480
20487
|
typeName: n,
|
|
@@ -20482,9 +20489,9 @@ const N8 = {
|
|
|
20482
20489
|
refetchInterval: o
|
|
20483
20490
|
}) => Mn({
|
|
20484
20491
|
queryKey: ["useBuiltinResourceSingle", e, t, n, i],
|
|
20485
|
-
queryFn: async () => (await
|
|
20492
|
+
queryFn: async () => (await b4({ clusterName: e, namespace: t, typeName: n, entryName: i })).data,
|
|
20486
20493
|
refetchInterval: o !== void 0 ? o : 5e3
|
|
20487
|
-
}),
|
|
20494
|
+
}), h5 = ({
|
|
20488
20495
|
clusterName: e,
|
|
20489
20496
|
namespace: t,
|
|
20490
20497
|
apiGroup: n,
|
|
@@ -20494,7 +20501,7 @@ const N8 = {
|
|
|
20494
20501
|
}) => Mn({
|
|
20495
20502
|
queryKey: ["useCrdResources", e, t, n, i, o],
|
|
20496
20503
|
queryFn: async () => {
|
|
20497
|
-
const u = await
|
|
20504
|
+
const u = await v4({
|
|
20498
20505
|
clusterName: e,
|
|
20499
20506
|
namespace: t,
|
|
20500
20507
|
apiGroup: n,
|
|
@@ -20504,7 +20511,7 @@ const N8 = {
|
|
|
20504
20511
|
return l.metadata?.resourceVersion && delete l.metadata.resourceVersion, l;
|
|
20505
20512
|
},
|
|
20506
20513
|
refetchInterval: a !== void 0 ? a : 5e3
|
|
20507
|
-
}),
|
|
20514
|
+
}), p5 = ({
|
|
20508
20515
|
clusterName: e,
|
|
20509
20516
|
namespace: t,
|
|
20510
20517
|
apiGroup: n,
|
|
@@ -20514,7 +20521,7 @@ const N8 = {
|
|
|
20514
20521
|
refetchInterval: u
|
|
20515
20522
|
}) => Mn({
|
|
20516
20523
|
queryKey: ["useCrdResourceSingle", e, t, n, i, o, a],
|
|
20517
|
-
queryFn: async () => (await
|
|
20524
|
+
queryFn: async () => (await x4({
|
|
20518
20525
|
clusterName: e,
|
|
20519
20526
|
namespace: t,
|
|
20520
20527
|
apiGroup: n,
|
|
@@ -20523,21 +20530,21 @@ const N8 = {
|
|
|
20523
20530
|
entryName: a
|
|
20524
20531
|
})).data,
|
|
20525
20532
|
refetchInterval: u !== void 0 ? u : 5e3
|
|
20526
|
-
}),
|
|
20533
|
+
}), g5 = ({ clusterName: e }) => Mn({
|
|
20527
20534
|
queryKey: ["useApisResourceTypes", e],
|
|
20528
20535
|
queryFn: async () => {
|
|
20529
|
-
const t = await
|
|
20536
|
+
const t = await A4({ clusterName: e }), n = JSON.parse(JSON.stringify(t.data));
|
|
20530
20537
|
return n.metadata?.resourceVersion && delete n.metadata.resourceVersion, n;
|
|
20531
20538
|
},
|
|
20532
20539
|
refetchInterval: 5e3
|
|
20533
|
-
}),
|
|
20540
|
+
}), y5 = ({
|
|
20534
20541
|
clusterName: e,
|
|
20535
20542
|
apiGroup: t,
|
|
20536
20543
|
apiVersion: n
|
|
20537
20544
|
}) => Mn({
|
|
20538
20545
|
queryKey: ["useApiResourceTypesByGroup", e, t, n],
|
|
20539
20546
|
queryFn: async () => {
|
|
20540
|
-
const i = await
|
|
20547
|
+
const i = await E4({
|
|
20541
20548
|
clusterName: e,
|
|
20542
20549
|
apiGroup: t,
|
|
20543
20550
|
apiVersion: n
|
|
@@ -20545,21 +20552,21 @@ const N8 = {
|
|
|
20545
20552
|
return o.metadata?.resourceVersion && delete o.metadata.resourceVersion, o;
|
|
20546
20553
|
},
|
|
20547
20554
|
refetchInterval: 5e3
|
|
20548
|
-
}),
|
|
20555
|
+
}), m5 = ({ clusterName: e }) => Mn({
|
|
20549
20556
|
queryKey: ["useBuiltinResourceTypes", e],
|
|
20550
20557
|
queryFn: async () => {
|
|
20551
|
-
const t = await
|
|
20558
|
+
const t = await S4({ clusterName: e }), n = JSON.parse(JSON.stringify(t.data));
|
|
20552
20559
|
return n.metadata?.resourceVersion && delete n.metadata.resourceVersion, n;
|
|
20553
20560
|
},
|
|
20554
20561
|
refetchInterval: 5e3
|
|
20555
|
-
}),
|
|
20562
|
+
}), w5 = ({
|
|
20556
20563
|
clusterName: e,
|
|
20557
20564
|
apiExtensionVersion: t,
|
|
20558
20565
|
crdName: n
|
|
20559
20566
|
}) => Mn({
|
|
20560
20567
|
queryKey: ["useCrdData", e, t, n],
|
|
20561
20568
|
queryFn: async () => {
|
|
20562
|
-
const i = await
|
|
20569
|
+
const i = await C4({
|
|
20563
20570
|
clusterName: e,
|
|
20564
20571
|
apiExtensionVersion: t,
|
|
20565
20572
|
crdName: n
|
|
@@ -20570,102 +20577,102 @@ const N8 = {
|
|
|
20570
20577
|
});
|
|
20571
20578
|
export {
|
|
20572
20579
|
uS as BackToDefaultIcon,
|
|
20573
|
-
|
|
20574
|
-
|
|
20580
|
+
s8 as BlackholeForm,
|
|
20581
|
+
Z4 as BlackholeFormDataProvider,
|
|
20575
20582
|
gS as ContentCard,
|
|
20576
20583
|
iS as DeleteIcon,
|
|
20577
20584
|
P0 as DeleteModal,
|
|
20578
|
-
|
|
20585
|
+
J4 as DeleteModalMany,
|
|
20579
20586
|
aS as DownIcon,
|
|
20580
|
-
|
|
20581
|
-
|
|
20582
|
-
|
|
20587
|
+
e5 as DynamicComponents,
|
|
20588
|
+
V8 as DynamicRenderer,
|
|
20589
|
+
t5 as DynamicRendererWithProviders,
|
|
20583
20590
|
sS as EditIcon,
|
|
20584
20591
|
RS as EnrichedTable,
|
|
20585
|
-
|
|
20592
|
+
X4 as EnrichedTableProvider,
|
|
20586
20593
|
fS as LockedIcon,
|
|
20587
20594
|
vS as ManageableBreadcrumbs,
|
|
20588
|
-
|
|
20595
|
+
Y4 as ManageableBreadcrumbsWithDataProvider,
|
|
20589
20596
|
CS as ManageableSidebar,
|
|
20590
20597
|
_S as ManageableSidebarWithDataProvider,
|
|
20591
|
-
|
|
20598
|
+
R8 as MarketPlace,
|
|
20592
20599
|
Hg as MarketplaceCard,
|
|
20593
20600
|
pn as MinusIcon,
|
|
20594
20601
|
L0 as PlusIcon,
|
|
20595
|
-
|
|
20596
|
-
|
|
20602
|
+
U8 as ProjectInfoCard,
|
|
20603
|
+
ci as Spacer,
|
|
20597
20604
|
cS as SuccessIcon,
|
|
20598
|
-
|
|
20605
|
+
F4 as TreeWithSearch,
|
|
20599
20606
|
dS as UnlockedIcon,
|
|
20600
20607
|
oS as UpIcon,
|
|
20601
|
-
|
|
20608
|
+
u8 as checkIfApiInstanceNamespaceScoped,
|
|
20602
20609
|
Kg as checkIfBuiltInInstanceNamespaceScoped,
|
|
20603
20610
|
sC as checkPermission,
|
|
20604
|
-
|
|
20611
|
+
Y8 as createContextFactory,
|
|
20605
20612
|
Yl as createNewEntry,
|
|
20606
20613
|
D0 as deleteEntry,
|
|
20607
20614
|
Ni as feedbackIcons,
|
|
20608
20615
|
$0 as filterSelectOptions,
|
|
20609
20616
|
su as floorToDecimal,
|
|
20610
20617
|
V0 as getAllPathsFromObj,
|
|
20611
|
-
|
|
20612
|
-
|
|
20613
|
-
|
|
20614
|
-
|
|
20615
|
-
|
|
20616
|
-
|
|
20617
|
-
|
|
20618
|
-
|
|
20619
|
-
|
|
20620
|
-
|
|
20621
|
-
|
|
20622
|
-
|
|
20623
|
-
|
|
20618
|
+
m4 as getApiResourceSingle,
|
|
20619
|
+
A4 as getApiResourceTypes,
|
|
20620
|
+
E4 as getApiResourceTypesByApiGroup,
|
|
20621
|
+
y4 as getApiResources,
|
|
20622
|
+
f8 as getBodyParametersSchema,
|
|
20623
|
+
b4 as getBuiltinResourceSingle,
|
|
20624
|
+
S4 as getBuiltinResourceTypes,
|
|
20625
|
+
w4 as getBuiltinResources,
|
|
20626
|
+
r5 as getBuiltinTreeData,
|
|
20627
|
+
g4 as getClusterList,
|
|
20628
|
+
C4 as getCrdData,
|
|
20629
|
+
x4 as getCrdResourceSingle,
|
|
20630
|
+
v4 as getCrdResources,
|
|
20624
20631
|
yS as getDirectUnknownResource,
|
|
20625
20632
|
PS as getEnrichedColumns,
|
|
20626
20633
|
LS as getEnrichedColumnsWithControls,
|
|
20627
|
-
|
|
20634
|
+
i5 as getGroupsByCategory,
|
|
20628
20635
|
yf as getObjectFormItemsDraft,
|
|
20629
20636
|
oC as getPrefixSubarrays,
|
|
20630
20637
|
Lt as getStringByName,
|
|
20631
|
-
|
|
20632
|
-
|
|
20633
|
-
|
|
20638
|
+
a5 as getSwagger,
|
|
20639
|
+
l8 as getSwaggerPathAndIsNamespaceScoped,
|
|
20640
|
+
n5 as groupsToTreeData,
|
|
20634
20641
|
DS as isFlatObject,
|
|
20635
|
-
|
|
20636
|
-
|
|
20637
|
-
|
|
20638
|
-
|
|
20639
|
-
|
|
20642
|
+
c8 as isFormOverride,
|
|
20643
|
+
f4 as isWithAdditionalPrinterColumns,
|
|
20644
|
+
p4 as isWithAdditionalPrinterColumnsColWidths,
|
|
20645
|
+
h4 as isWithAdditionalPrinterColumnsTrimLengths,
|
|
20646
|
+
d4 as isWithAdditionalPrinterColumnsUndefinedValues,
|
|
20640
20647
|
Zc as normalizeValuesForQuotas,
|
|
20641
20648
|
lp as normalizeValuesForQuotasToNumber,
|
|
20642
|
-
|
|
20643
|
-
|
|
20644
|
-
|
|
20649
|
+
a8 as overwriteMatchingKeys,
|
|
20650
|
+
o5 as parseCustomOverrides,
|
|
20651
|
+
Q4 as parseQuotaValue,
|
|
20645
20652
|
M0 as parseQuotaValueCpu,
|
|
20646
20653
|
U0 as parseQuotaValueMemoryAndStorage,
|
|
20647
20654
|
jS as prepareDataForEnrichedColumns,
|
|
20648
20655
|
wS as prepareDataForManageableBreadcrumbs,
|
|
20649
20656
|
AS as prepareDataForManageableSidebar,
|
|
20650
|
-
|
|
20657
|
+
s5 as prepareTableMappings,
|
|
20651
20658
|
Ot as prepareTemplate,
|
|
20652
|
-
|
|
20653
|
-
|
|
20659
|
+
c4 as prepareUrlsToFetchForDynamicRenderer,
|
|
20660
|
+
d8 as processOverride,
|
|
20654
20661
|
Ya as removeEmptyFormValues,
|
|
20655
20662
|
go as renameBrokenFieldBack,
|
|
20656
20663
|
Tl as renameBrokenFieldBackToFormAgain,
|
|
20657
20664
|
Xl as updateEntry,
|
|
20658
|
-
|
|
20659
|
-
|
|
20660
|
-
|
|
20661
|
-
|
|
20662
|
-
|
|
20663
|
-
|
|
20664
|
-
|
|
20665
|
-
|
|
20666
|
-
|
|
20667
|
-
|
|
20668
|
-
|
|
20665
|
+
l5 as useApiResourceSingle,
|
|
20666
|
+
y5 as useApiResourceTypesByGroup,
|
|
20667
|
+
c5 as useApiResources,
|
|
20668
|
+
g5 as useApisResourceTypes,
|
|
20669
|
+
d5 as useBuiltinResourceSingle,
|
|
20670
|
+
m5 as useBuiltinResourceTypes,
|
|
20671
|
+
f5 as useBuiltinResources,
|
|
20672
|
+
u5 as useClusterList,
|
|
20673
|
+
w5 as useCrdData,
|
|
20674
|
+
p5 as useCrdResourceSingle,
|
|
20675
|
+
h5 as useCrdResources,
|
|
20669
20676
|
ln as useDirectUnknownResource,
|
|
20670
20677
|
Pi as usePermissions
|
|
20671
20678
|
};
|