@access-ci/ui 0.19.1 → 0.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{access-ci-ui-react-DBM8Z2Gd.js → access-ci-ui-react-CuWJlegQ.js} +87 -85
- package/dist/access-ci-ui-react.js +1 -1
- package/dist/access-ci-ui-react.umd.cjs +68 -36
- package/dist/access-ci-ui.bundle.js +87 -55
- package/dist/access-ci-ui.js +3 -3
- package/dist/access-ci-ui.umd.cjs +78 -46
- package/dist/{access-qa-bot-BHGE7Oub.js → access-qa-bot-1Ht8U9av.js} +3430 -3114
- package/dist/{access-qa-bot-ChysYfDA.js → access-qa-bot-BdcYtsUB.js} +4563 -4248
- package/dist/{icon-BoS957qu.js → icon-L6QhQCs-.js} +1 -1
- package/dist/{index-DENOJGFb.js → index-D0f29sPJ.js} +165 -162
- package/dist/{resource-group-detail-BJk__qB6.js → resource-group-detail-BsiOEkZi.js} +1 -1
- package/dist/{resource-group-detail-BIjgipYz.js → resource-group-detail-CCZswGd7.js} +2 -2
- package/dist/{resource-home-CU9-W9SO.js → resource-home-BCJ_BjYn.js} +1 -1
- package/dist/{resource-home-fzRBmcd1.js → resource-home-D5Qcs-3-.js} +2 -2
- package/package.json +4 -2
|
@@ -10,14 +10,14 @@ function rp() {
|
|
|
10
10
|
function T(y) {
|
|
11
11
|
return y === null || typeof y != "object" ? null : (y = b && y[b] || y["@@iterator"], typeof y == "function" ? y : null);
|
|
12
12
|
}
|
|
13
|
-
var
|
|
13
|
+
var V = { isMounted: function() {
|
|
14
14
|
return !1;
|
|
15
15
|
}, enqueueForceUpdate: function() {
|
|
16
16
|
}, enqueueReplaceState: function() {
|
|
17
17
|
}, enqueueSetState: function() {
|
|
18
|
-
} },
|
|
18
|
+
} }, j = Object.assign, A = {};
|
|
19
19
|
function P(y, N, _) {
|
|
20
|
-
this.props = y, this.context = N, this.refs = A, this.updater = _ ||
|
|
20
|
+
this.props = y, this.context = N, this.refs = A, this.updater = _ || V;
|
|
21
21
|
}
|
|
22
22
|
P.prototype.isReactComponent = {}, P.prototype.setState = function(y, N) {
|
|
23
23
|
if (typeof y != "object" && typeof y != "function" && y != null) throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
|
|
@@ -29,10 +29,10 @@ function rp() {
|
|
|
29
29
|
}
|
|
30
30
|
G.prototype = P.prototype;
|
|
31
31
|
function X(y, N, _) {
|
|
32
|
-
this.props = y, this.context = N, this.refs = A, this.updater = _ ||
|
|
32
|
+
this.props = y, this.context = N, this.refs = A, this.updater = _ || V;
|
|
33
33
|
}
|
|
34
34
|
var Z = X.prototype = new G();
|
|
35
|
-
Z.constructor = X,
|
|
35
|
+
Z.constructor = X, j(Z, P.prototype), Z.isPureReactComponent = !0;
|
|
36
36
|
var te = Array.isArray, le = Object.prototype.hasOwnProperty, pe = { current: null }, ge = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
37
37
|
function Ee(y, N, _) {
|
|
38
38
|
var ee, re = {}, oe = null, ue = null;
|
|
@@ -111,7 +111,7 @@ function rp() {
|
|
|
111
111
|
throw y._result;
|
|
112
112
|
}
|
|
113
113
|
var we = { current: null }, B = { transition: null }, J = { ReactCurrentDispatcher: we, ReactCurrentBatchConfig: B, ReactCurrentOwner: pe };
|
|
114
|
-
function
|
|
114
|
+
function D() {
|
|
115
115
|
throw Error("act(...) is not supported in production builds of React.");
|
|
116
116
|
}
|
|
117
117
|
return $.Children = { map: Re, forEach: function(y, N, _) {
|
|
@@ -130,9 +130,9 @@ function rp() {
|
|
|
130
130
|
}, only: function(y) {
|
|
131
131
|
if (!Xe(y)) throw Error("React.Children.only expected to receive a single React element child.");
|
|
132
132
|
return y;
|
|
133
|
-
} }, $.Component = P, $.Fragment = a, $.Profiler = d, $.PureComponent = X, $.StrictMode = c, $.Suspense = w, $.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = J, $.act =
|
|
133
|
+
} }, $.Component = P, $.Fragment = a, $.Profiler = d, $.PureComponent = X, $.StrictMode = c, $.Suspense = w, $.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = J, $.act = D, $.cloneElement = function(y, N, _) {
|
|
134
134
|
if (y == null) throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + y + ".");
|
|
135
|
-
var ee =
|
|
135
|
+
var ee = j({}, y.props), re = y.key, oe = y.ref, ue = y._owner;
|
|
136
136
|
if (N != null) {
|
|
137
137
|
if (N.ref !== void 0 && (oe = N.ref, ue = pe.current), N.key !== void 0 && (re = "" + N.key), y.type && y.type.defaultProps) var ae = y.type.defaultProps;
|
|
138
138
|
for (he in N) le.call(N, he) && !ge.hasOwnProperty(he) && (ee[he] = N[he] === void 0 && ae !== void 0 ? ae[he] : N[he]);
|
|
@@ -166,7 +166,7 @@ function rp() {
|
|
|
166
166
|
} finally {
|
|
167
167
|
B.transition = N;
|
|
168
168
|
}
|
|
169
|
-
}, $.unstable_act =
|
|
169
|
+
}, $.unstable_act = D, $.useCallback = function(y, N) {
|
|
170
170
|
return we.current.useCallback(y, N);
|
|
171
171
|
}, $.useContext = function(y) {
|
|
172
172
|
return we.current.useContext(y);
|
|
@@ -207,11 +207,11 @@ function op() {
|
|
|
207
207
|
pc = 1;
|
|
208
208
|
var l = ua(), u = /* @__PURE__ */ Symbol.for("react.element"), a = /* @__PURE__ */ Symbol.for("react.fragment"), c = Object.prototype.hasOwnProperty, d = l.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, p = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
209
209
|
function m(g, w, E) {
|
|
210
|
-
var R, b = {}, T = null,
|
|
211
|
-
E !== void 0 && (T = "" + E), w.key !== void 0 && (T = "" + w.key), w.ref !== void 0 && (
|
|
210
|
+
var R, b = {}, T = null, V = null;
|
|
211
|
+
E !== void 0 && (T = "" + E), w.key !== void 0 && (T = "" + w.key), w.ref !== void 0 && (V = w.ref);
|
|
212
212
|
for (R in w) c.call(w, R) && !p.hasOwnProperty(R) && (b[R] = w[R]);
|
|
213
213
|
if (g && g.defaultProps) for (R in w = g.defaultProps, w) b[R] === void 0 && (b[R] = w[R]);
|
|
214
|
-
return { $$typeof: u, type: g, key: T, ref:
|
|
214
|
+
return { $$typeof: u, type: g, key: T, ref: V, props: b, _owner: d.current };
|
|
215
215
|
}
|
|
216
216
|
return Nr.Fragment = a, Nr.jsx = m, Nr.jsxs = m, Nr;
|
|
217
217
|
}
|
|
@@ -226,11 +226,11 @@ var mc;
|
|
|
226
226
|
function lp() {
|
|
227
227
|
return mc || (mc = 1, (function(l) {
|
|
228
228
|
function u(B, J) {
|
|
229
|
-
var
|
|
229
|
+
var D = B.length;
|
|
230
230
|
B.push(J);
|
|
231
|
-
e: for (; 0 <
|
|
232
|
-
var y =
|
|
233
|
-
if (0 < d(N, J)) B[y] = J, B[
|
|
231
|
+
e: for (; 0 < D; ) {
|
|
232
|
+
var y = D - 1 >>> 1, N = B[y];
|
|
233
|
+
if (0 < d(N, J)) B[y] = J, B[D] = N, D = y;
|
|
234
234
|
else break e;
|
|
235
235
|
}
|
|
236
236
|
}
|
|
@@ -239,21 +239,21 @@ function lp() {
|
|
|
239
239
|
}
|
|
240
240
|
function c(B) {
|
|
241
241
|
if (B.length === 0) return null;
|
|
242
|
-
var J = B[0],
|
|
243
|
-
if (
|
|
244
|
-
B[0] =
|
|
242
|
+
var J = B[0], D = B.pop();
|
|
243
|
+
if (D !== J) {
|
|
244
|
+
B[0] = D;
|
|
245
245
|
e: for (var y = 0, N = B.length, _ = N >>> 1; y < _; ) {
|
|
246
246
|
var ee = 2 * (y + 1) - 1, re = B[ee], oe = ee + 1, ue = B[oe];
|
|
247
|
-
if (0 > d(re,
|
|
248
|
-
else if (oe < N && 0 > d(ue,
|
|
247
|
+
if (0 > d(re, D)) oe < N && 0 > d(ue, re) ? (B[y] = ue, B[oe] = D, y = oe) : (B[y] = re, B[ee] = D, y = ee);
|
|
248
|
+
else if (oe < N && 0 > d(ue, D)) B[y] = ue, B[oe] = D, y = oe;
|
|
249
249
|
else break e;
|
|
250
250
|
}
|
|
251
251
|
}
|
|
252
252
|
return J;
|
|
253
253
|
}
|
|
254
254
|
function d(B, J) {
|
|
255
|
-
var
|
|
256
|
-
return
|
|
255
|
+
var D = B.sortIndex - J.sortIndex;
|
|
256
|
+
return D !== 0 ? D : B.id - J.id;
|
|
257
257
|
}
|
|
258
258
|
if (typeof performance == "object" && typeof performance.now == "function") {
|
|
259
259
|
var p = performance;
|
|
@@ -266,7 +266,7 @@ function lp() {
|
|
|
266
266
|
return m.now() - g;
|
|
267
267
|
};
|
|
268
268
|
}
|
|
269
|
-
var w = [], E = [], R = 1, b = null, T = 3,
|
|
269
|
+
var w = [], E = [], R = 1, b = null, T = 3, V = !1, j = !1, A = !1, P = typeof setTimeout == "function" ? setTimeout : null, G = typeof clearTimeout == "function" ? clearTimeout : null, X = typeof setImmediate < "u" ? setImmediate : null;
|
|
270
270
|
typeof navigator < "u" && navigator.scheduling !== void 0 && navigator.scheduling.isInputPending !== void 0 && navigator.scheduling.isInputPending.bind(navigator.scheduling);
|
|
271
271
|
function Z(B) {
|
|
272
272
|
for (var J = a(E); J !== null; ) {
|
|
@@ -277,15 +277,15 @@ function lp() {
|
|
|
277
277
|
}
|
|
278
278
|
}
|
|
279
279
|
function te(B) {
|
|
280
|
-
if (A = !1, Z(B), !
|
|
280
|
+
if (A = !1, Z(B), !j) if (a(w) !== null) j = !0, Ke(le);
|
|
281
281
|
else {
|
|
282
282
|
var J = a(E);
|
|
283
283
|
J !== null && we(te, J.startTime - B);
|
|
284
284
|
}
|
|
285
285
|
}
|
|
286
286
|
function le(B, J) {
|
|
287
|
-
|
|
288
|
-
var
|
|
287
|
+
j = !1, A && (A = !1, G(Ee), Ee = -1), V = !0;
|
|
288
|
+
var D = T;
|
|
289
289
|
try {
|
|
290
290
|
for (Z(J), b = a(w); b !== null && (!(b.expirationTime > J) || B && !Et()); ) {
|
|
291
291
|
var y = b.callback;
|
|
@@ -303,7 +303,7 @@ function lp() {
|
|
|
303
303
|
}
|
|
304
304
|
return _;
|
|
305
305
|
} finally {
|
|
306
|
-
b = null, T =
|
|
306
|
+
b = null, T = D, V = !1;
|
|
307
307
|
}
|
|
308
308
|
}
|
|
309
309
|
var pe = !1, ge = null, Ee = -1, je = 5, Xe = -1;
|
|
@@ -345,7 +345,7 @@ function lp() {
|
|
|
345
345
|
l.unstable_IdlePriority = 5, l.unstable_ImmediatePriority = 1, l.unstable_LowPriority = 4, l.unstable_NormalPriority = 3, l.unstable_Profiling = null, l.unstable_UserBlockingPriority = 2, l.unstable_cancelCallback = function(B) {
|
|
346
346
|
B.callback = null;
|
|
347
347
|
}, l.unstable_continueExecution = function() {
|
|
348
|
-
|
|
348
|
+
j || V || (j = !0, Ke(le));
|
|
349
349
|
}, l.unstable_forceFrameRate = function(B) {
|
|
350
350
|
0 > B || 125 < B ? console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported") : je = 0 < B ? Math.floor(1e3 / B) : 5;
|
|
351
351
|
}, l.unstable_getCurrentPriorityLevel = function() {
|
|
@@ -362,12 +362,12 @@ function lp() {
|
|
|
362
362
|
default:
|
|
363
363
|
J = T;
|
|
364
364
|
}
|
|
365
|
-
var
|
|
365
|
+
var D = T;
|
|
366
366
|
T = J;
|
|
367
367
|
try {
|
|
368
368
|
return B();
|
|
369
369
|
} finally {
|
|
370
|
-
T =
|
|
370
|
+
T = D;
|
|
371
371
|
}
|
|
372
372
|
}, l.unstable_pauseExecution = function() {
|
|
373
373
|
}, l.unstable_requestPaint = function() {
|
|
@@ -382,16 +382,16 @@ function lp() {
|
|
|
382
382
|
default:
|
|
383
383
|
B = 3;
|
|
384
384
|
}
|
|
385
|
-
var
|
|
385
|
+
var D = T;
|
|
386
386
|
T = B;
|
|
387
387
|
try {
|
|
388
388
|
return J();
|
|
389
389
|
} finally {
|
|
390
|
-
T =
|
|
390
|
+
T = D;
|
|
391
391
|
}
|
|
392
|
-
}, l.unstable_scheduleCallback = function(B, J,
|
|
392
|
+
}, l.unstable_scheduleCallback = function(B, J, D) {
|
|
393
393
|
var y = l.unstable_now();
|
|
394
|
-
switch (typeof
|
|
394
|
+
switch (typeof D == "object" && D !== null ? (D = D.delay, D = typeof D == "number" && 0 < D ? y + D : y) : D = y, B) {
|
|
395
395
|
case 1:
|
|
396
396
|
var N = -1;
|
|
397
397
|
break;
|
|
@@ -407,16 +407,16 @@ function lp() {
|
|
|
407
407
|
default:
|
|
408
408
|
N = 5e3;
|
|
409
409
|
}
|
|
410
|
-
return N =
|
|
410
|
+
return N = D + N, B = { id: R++, callback: J, priorityLevel: B, startTime: D, expirationTime: N, sortIndex: -1 }, D > y ? (B.sortIndex = D, u(E, B), a(w) === null && B === a(E) && (A ? (G(Ee), Ee = -1) : A = !0, we(te, D - y))) : (B.sortIndex = N, u(w, B), j || V || (j = !0, Ke(le))), B;
|
|
411
411
|
}, l.unstable_shouldYield = Et, l.unstable_wrapCallback = function(B) {
|
|
412
412
|
var J = T;
|
|
413
413
|
return function() {
|
|
414
|
-
var
|
|
414
|
+
var D = T;
|
|
415
415
|
T = J;
|
|
416
416
|
try {
|
|
417
417
|
return B.apply(this, arguments);
|
|
418
418
|
} finally {
|
|
419
|
-
T =
|
|
419
|
+
T = D;
|
|
420
420
|
}
|
|
421
421
|
};
|
|
422
422
|
};
|
|
@@ -446,7 +446,7 @@ function sp() {
|
|
|
446
446
|
function T(e) {
|
|
447
447
|
return w.call(b, e) ? !0 : w.call(R, e) ? !1 : E.test(e) ? b[e] = !0 : (R[e] = !0, !1);
|
|
448
448
|
}
|
|
449
|
-
function
|
|
449
|
+
function V(e, t, n, r) {
|
|
450
450
|
if (n !== null && n.type === 0) return !1;
|
|
451
451
|
switch (typeof t) {
|
|
452
452
|
case "function":
|
|
@@ -458,8 +458,8 @@ function sp() {
|
|
|
458
458
|
return !1;
|
|
459
459
|
}
|
|
460
460
|
}
|
|
461
|
-
function
|
|
462
|
-
if (t === null || typeof t > "u" ||
|
|
461
|
+
function j(e, t, n, r) {
|
|
462
|
+
if (t === null || typeof t > "u" || V(e, t, n, r)) return !0;
|
|
463
463
|
if (r) return !1;
|
|
464
464
|
if (n !== null) switch (n.type) {
|
|
465
465
|
case 3:
|
|
@@ -520,13 +520,13 @@ function sp() {
|
|
|
520
520
|
});
|
|
521
521
|
function Z(e, t, n, r) {
|
|
522
522
|
var o = P.hasOwnProperty(t) ? P[t] : null;
|
|
523
|
-
(o !== null ? o.type !== 0 : r || !(2 < t.length) || t[0] !== "o" && t[0] !== "O" || t[1] !== "n" && t[1] !== "N") && (
|
|
523
|
+
(o !== null ? o.type !== 0 : r || !(2 < t.length) || t[0] !== "o" && t[0] !== "O" || t[1] !== "n" && t[1] !== "N") && (j(t, n, o, r) && (n = null), r || o === null ? T(t) && (n === null ? e.removeAttribute(t) : e.setAttribute(t, "" + n)) : o.mustUseProperty ? e[o.propertyName] = n === null ? o.type === 3 ? !1 : "" : n : (t = o.attributeName, r = o.attributeNamespace, n === null ? e.removeAttribute(t) : (o = o.type, n = o === 3 || o === 4 && n === !0 ? "" : "" + n, r ? e.setAttributeNS(r, t, n) : e.setAttribute(t, n))));
|
|
524
524
|
}
|
|
525
525
|
var te = l.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, le = /* @__PURE__ */ Symbol.for("react.element"), pe = /* @__PURE__ */ Symbol.for("react.portal"), ge = /* @__PURE__ */ Symbol.for("react.fragment"), Ee = /* @__PURE__ */ Symbol.for("react.strict_mode"), je = /* @__PURE__ */ Symbol.for("react.profiler"), Xe = /* @__PURE__ */ Symbol.for("react.provider"), Et = /* @__PURE__ */ Symbol.for("react.context"), nt = /* @__PURE__ */ Symbol.for("react.forward_ref"), Le = /* @__PURE__ */ Symbol.for("react.suspense"), Qe = /* @__PURE__ */ Symbol.for("react.suspense_list"), Re = /* @__PURE__ */ Symbol.for("react.memo"), Ke = /* @__PURE__ */ Symbol.for("react.lazy"), we = /* @__PURE__ */ Symbol.for("react.offscreen"), B = Symbol.iterator;
|
|
526
526
|
function J(e) {
|
|
527
527
|
return e === null || typeof e != "object" ? null : (e = B && e[B] || e["@@iterator"], typeof e == "function" ? e : null);
|
|
528
528
|
}
|
|
529
|
-
var
|
|
529
|
+
var D = Object.assign, y;
|
|
530
530
|
function N(e) {
|
|
531
531
|
if (y === void 0) try {
|
|
532
532
|
throw Error();
|
|
@@ -756,7 +756,7 @@ function sp() {
|
|
|
756
756
|
}
|
|
757
757
|
function ri(e, t) {
|
|
758
758
|
var n = t.checked;
|
|
759
|
-
return
|
|
759
|
+
return D({}, t, { defaultChecked: void 0, defaultValue: void 0, value: void 0, checked: n ?? e._wrapperState.initialChecked });
|
|
760
760
|
}
|
|
761
761
|
function ya(e, t) {
|
|
762
762
|
var n = t.defaultValue == null ? "" : t.defaultValue, r = t.checked != null ? t.checked : t.defaultChecked;
|
|
@@ -805,7 +805,7 @@ function sp() {
|
|
|
805
805
|
}
|
|
806
806
|
function li(e, t) {
|
|
807
807
|
if (t.dangerouslySetInnerHTML != null) throw Error(a(91));
|
|
808
|
-
return
|
|
808
|
+
return D({}, t, { value: void 0, defaultValue: void 0, children: "" + e._wrapperState.initialValue });
|
|
809
809
|
}
|
|
810
810
|
function ka(e, t) {
|
|
811
811
|
var n = t.value;
|
|
@@ -926,7 +926,7 @@ function sp() {
|
|
|
926
926
|
n === "float" && (n = "cssFloat"), r ? e.setProperty(n, o) : e[n] = o;
|
|
927
927
|
}
|
|
928
928
|
}
|
|
929
|
-
var ad =
|
|
929
|
+
var ad = D({ menuitem: !0 }, { area: !0, base: !0, br: !0, col: !0, embed: !0, hr: !0, img: !0, input: !0, keygen: !0, link: !0, meta: !0, param: !0, source: !0, track: !0, wbr: !0 });
|
|
930
930
|
function si(e, t) {
|
|
931
931
|
if (t) {
|
|
932
932
|
if (ad[e] && (t.children != null || t.dangerouslySetInnerHTML != null)) throw Error(a(137, e));
|
|
@@ -1556,7 +1556,7 @@ function sp() {
|
|
|
1556
1556
|
for (var f in e) e.hasOwnProperty(f) && (n = e[f], this[f] = n ? n(i) : i[f]);
|
|
1557
1557
|
return this.isDefaultPrevented = (i.defaultPrevented != null ? i.defaultPrevented : i.returnValue === !1) ? $r : $a, this.isPropagationStopped = $a, this;
|
|
1558
1558
|
}
|
|
1559
|
-
return
|
|
1559
|
+
return D(t.prototype, { preventDefault: function() {
|
|
1560
1560
|
this.defaultPrevented = !0;
|
|
1561
1561
|
var n = this.nativeEvent;
|
|
1562
1562
|
n && (n.preventDefault ? n.preventDefault() : typeof n.returnValue != "unknown" && (n.returnValue = !1), this.isDefaultPrevented = $r);
|
|
@@ -1568,15 +1568,15 @@ function sp() {
|
|
|
1568
1568
|
}
|
|
1569
1569
|
var Sn = { eventPhase: 0, bubbles: 0, cancelable: 0, timeStamp: function(e) {
|
|
1570
1570
|
return e.timeStamp || Date.now();
|
|
1571
|
-
}, defaultPrevented: 0, isTrusted: 0 }, Ei = _e(Sn), or =
|
|
1571
|
+
}, defaultPrevented: 0, isTrusted: 0 }, Ei = _e(Sn), or = D({}, Sn, { view: 0, detail: 0 }), zd = _e(or), Ri, Ai, ir, eo = D({}, or, { screenX: 0, screenY: 0, clientX: 0, clientY: 0, pageX: 0, pageY: 0, ctrlKey: 0, shiftKey: 0, altKey: 0, metaKey: 0, getModifierState: zi, button: 0, buttons: 0, relatedTarget: function(e) {
|
|
1572
1572
|
return e.relatedTarget === void 0 ? e.fromElement === e.srcElement ? e.toElement : e.fromElement : e.relatedTarget;
|
|
1573
1573
|
}, movementX: function(e) {
|
|
1574
1574
|
return "movementX" in e ? e.movementX : (e !== ir && (ir && e.type === "mousemove" ? (Ri = e.screenX - ir.screenX, Ai = e.screenY - ir.screenY) : Ai = Ri = 0, ir = e), Ri);
|
|
1575
1575
|
}, movementY: function(e) {
|
|
1576
1576
|
return "movementY" in e ? e.movementY : Ai;
|
|
1577
|
-
} }), es = _e(eo), Nd =
|
|
1577
|
+
} }), es = _e(eo), Nd = D({}, eo, { dataTransfer: 0 }), Fd = _e(Nd), Id = D({}, or, { relatedTarget: 0 }), Pi = _e(Id), Md = D({}, Sn, { animationName: 0, elapsedTime: 0, pseudoElement: 0 }), Ld = _e(Md), Td = D({}, Sn, { clipboardData: function(e) {
|
|
1578
1578
|
return "clipboardData" in e ? e.clipboardData : window.clipboardData;
|
|
1579
|
-
} }), Bd = _e(Td), Od =
|
|
1579
|
+
} }), Bd = _e(Td), Od = D({}, Sn, { data: 0 }), ts = _e(Od), Ud = {
|
|
1580
1580
|
Esc: "Escape",
|
|
1581
1581
|
Spacebar: " ",
|
|
1582
1582
|
Left: "ArrowLeft",
|
|
@@ -1634,7 +1634,7 @@ function sp() {
|
|
|
1634
1634
|
function zi() {
|
|
1635
1635
|
return jd;
|
|
1636
1636
|
}
|
|
1637
|
-
var Qd =
|
|
1637
|
+
var Qd = D({}, or, { key: function(e) {
|
|
1638
1638
|
if (e.key) {
|
|
1639
1639
|
var t = Ud[e.key] || e.key;
|
|
1640
1640
|
if (t !== "Unidentified") return t;
|
|
@@ -1646,7 +1646,7 @@ function sp() {
|
|
|
1646
1646
|
return e.type === "keydown" || e.type === "keyup" ? e.keyCode : 0;
|
|
1647
1647
|
}, which: function(e) {
|
|
1648
1648
|
return e.type === "keypress" ? _r(e) : e.type === "keydown" || e.type === "keyup" ? e.keyCode : 0;
|
|
1649
|
-
} }), Kd = _e(Qd), Wd =
|
|
1649
|
+
} }), Kd = _e(Qd), Wd = D({}, eo, { pointerId: 0, width: 0, height: 0, pressure: 0, tangentialPressure: 0, tiltX: 0, tiltY: 0, twist: 0, pointerType: 0, isPrimary: 0 }), ns = _e(Wd), Hd = D({}, or, { touches: 0, targetTouches: 0, changedTouches: 0, altKey: 0, metaKey: 0, ctrlKey: 0, shiftKey: 0, getModifierState: zi }), Yd = _e(Hd), Jd = D({}, Sn, { propertyName: 0, elapsedTime: 0, pseudoElement: 0 }), Gd = _e(Jd), qd = D({}, eo, {
|
|
1650
1650
|
deltaX: function(e) {
|
|
1651
1651
|
return "deltaX" in e ? e.deltaX : "wheelDeltaX" in e ? -e.wheelDeltaX : 0;
|
|
1652
1652
|
},
|
|
@@ -2261,7 +2261,7 @@ function sp() {
|
|
|
2261
2261
|
if (t = t.childContextTypes, typeof r.getChildContext != "function") return n;
|
|
2262
2262
|
r = r.getChildContext();
|
|
2263
2263
|
for (var o in r) if (!(o in t)) throw Error(a(108, ue(e) || "Unknown", o));
|
|
2264
|
-
return
|
|
2264
|
+
return D({}, n, r);
|
|
2265
2265
|
}
|
|
2266
2266
|
function co(e) {
|
|
2267
2267
|
return e = (e = e.stateNode) && e.__reactInternalMemoizedMergedChildContext || Yt, an = Te.current, ce(Te, e), ce(We, We.current), !0;
|
|
@@ -2740,7 +2740,7 @@ function sp() {
|
|
|
2740
2740
|
Q.flags = Q.flags & -65537 | 128;
|
|
2741
2741
|
case 0:
|
|
2742
2742
|
if (Q = K.payload, z = typeof Q == "function" ? Q.call(O, I, z) : Q, z == null) break e;
|
|
2743
|
-
I =
|
|
2743
|
+
I = D({}, I, z);
|
|
2744
2744
|
break e;
|
|
2745
2745
|
case 2:
|
|
2746
2746
|
Gt = !0;
|
|
@@ -3169,14 +3169,14 @@ function sp() {
|
|
|
3169
3169
|
}, useMutableSource: Xs, useSyncExternalStore: Zs, useId: pu, unstable_isNewReconciler: !1 };
|
|
3170
3170
|
function pt(e, t) {
|
|
3171
3171
|
if (e && e.defaultProps) {
|
|
3172
|
-
t =
|
|
3172
|
+
t = D({}, t), e = e.defaultProps;
|
|
3173
3173
|
for (var n in e) t[n] === void 0 && (t[n] = e[n]);
|
|
3174
3174
|
return t;
|
|
3175
3175
|
}
|
|
3176
3176
|
return t;
|
|
3177
3177
|
}
|
|
3178
3178
|
function yl(e, t, n, r) {
|
|
3179
|
-
t = e.memoizedState, n = n(r, t), n = n == null ? t :
|
|
3179
|
+
t = e.memoizedState, n = n(r, t), n = n == null ? t : D({}, t, n), e.memoizedState = n, e.lanes === 0 && (e.updateQueue.baseState = n);
|
|
3180
3180
|
}
|
|
3181
3181
|
var Ao = { isMounted: function(e) {
|
|
3182
3182
|
return (e = e._reactInternals) ? on(e) === e : !1;
|
|
@@ -3567,7 +3567,7 @@ Error generating stack: ` + i.message + `
|
|
|
3567
3567
|
o = ri(e, o), r = ri(e, r), i = [];
|
|
3568
3568
|
break;
|
|
3569
3569
|
case "select":
|
|
3570
|
-
o =
|
|
3570
|
+
o = D({}, o, { value: void 0 }), r = D({}, r, { value: void 0 }), i = [];
|
|
3571
3571
|
break;
|
|
3572
3572
|
case "textarea":
|
|
3573
3573
|
o = li(e, o), r = li(e, r), i = [];
|
|
@@ -3746,7 +3746,7 @@ Error generating stack: ` + i.message + `
|
|
|
3746
3746
|
o = r;
|
|
3747
3747
|
break;
|
|
3748
3748
|
case "select":
|
|
3749
|
-
e._wrapperState = { wasMultiple: !!r.multiple }, o =
|
|
3749
|
+
e._wrapperState = { wasMultiple: !!r.multiple }, o = D({}, r, { value: void 0 }), de("invalid", e);
|
|
3750
3750
|
break;
|
|
3751
3751
|
case "textarea":
|
|
3752
3752
|
ka(e, r), o = li(e, r), de("invalid", e);
|
|
@@ -5678,7 +5678,7 @@ function hp(l = [], u = []) {
|
|
|
5678
5678
|
return l.length !== u.length || l.some((a, c) => !Object.is(a, u[c]));
|
|
5679
5679
|
}
|
|
5680
5680
|
const mp = C.lazy(
|
|
5681
|
-
() => import("./access-qa-bot-
|
|
5681
|
+
() => import("./access-qa-bot-BdcYtsUB.js").then((l) => ({
|
|
5682
5682
|
default: l.QABot
|
|
5683
5683
|
}))
|
|
5684
5684
|
);
|
|
@@ -5695,28 +5695,30 @@ let Fc = class extends C.Component {
|
|
|
5695
5695
|
userEmail: w,
|
|
5696
5696
|
userName: E,
|
|
5697
5697
|
accessId: R,
|
|
5698
|
-
|
|
5699
|
-
|
|
5698
|
+
resourceContext: b,
|
|
5699
|
+
onAnalyticsEvent: T,
|
|
5700
|
+
qaEndpoint: V,
|
|
5700
5701
|
ratingEndpoint: j
|
|
5701
|
-
} = this.props,
|
|
5702
|
-
if (!
|
|
5702
|
+
} = this.props, A = p || void 0 || null;
|
|
5703
|
+
if (!A)
|
|
5703
5704
|
return console.error("QA Bot: No valid API key provided"), null;
|
|
5704
|
-
const
|
|
5705
|
+
const P = a !== void 0 ? a : document.cookie.split("; ").includes("SESSaccesscisso=1");
|
|
5705
5706
|
return /* @__PURE__ */ L.jsx(Nc, { children: /* @__PURE__ */ L.jsx(C.Suspense, { fallback: null, children: /* @__PURE__ */ L.jsx(
|
|
5706
5707
|
mp,
|
|
5707
5708
|
{
|
|
5708
5709
|
welcome: u,
|
|
5709
|
-
isLoggedIn:
|
|
5710
|
+
isLoggedIn: P,
|
|
5710
5711
|
open: c,
|
|
5711
5712
|
onOpenChange: d,
|
|
5712
5713
|
embedded: m === !0,
|
|
5713
|
-
apiKey:
|
|
5714
|
+
apiKey: A,
|
|
5714
5715
|
loginUrl: g,
|
|
5715
5716
|
userEmail: w,
|
|
5716
5717
|
userName: E,
|
|
5717
5718
|
accessId: R,
|
|
5718
|
-
|
|
5719
|
-
|
|
5719
|
+
resourceContext: b,
|
|
5720
|
+
onAnalyticsEvent: T,
|
|
5721
|
+
qaEndpoint: V,
|
|
5720
5722
|
ratingEndpoint: j
|
|
5721
5723
|
}
|
|
5722
5724
|
) }) });
|
|
@@ -6028,7 +6030,7 @@ const Ic = [
|
|
|
6028
6030
|
resourceGroups: [],
|
|
6029
6031
|
resourceGroupIds: []
|
|
6030
6032
|
}
|
|
6031
|
-
],
|
|
6033
|
+
], V = a.filter((A) => A.rollup_info_resourceids).map((A) => ({
|
|
6032
6034
|
infoGroupId: A.info_groupid,
|
|
6033
6035
|
name: A.group_descriptive_name,
|
|
6034
6036
|
description: A.group_description,
|
|
@@ -6046,25 +6048,25 @@ const Ic = [
|
|
|
6046
6048
|
resources: m.filter(
|
|
6047
6049
|
(P) => A.rollup_info_resourceids.includes(P.info_resourceid)
|
|
6048
6050
|
)
|
|
6049
|
-
})),
|
|
6051
|
+
})), j = V.find(
|
|
6050
6052
|
(A) => A.infoGroupId === "cloudbank.access-ci.org"
|
|
6051
6053
|
);
|
|
6052
|
-
if (
|
|
6054
|
+
if (j)
|
|
6053
6055
|
for (const A of [
|
|
6054
6056
|
"Amazon Web Services",
|
|
6055
6057
|
"Google Cloud",
|
|
6056
6058
|
"IBM Cloud",
|
|
6057
6059
|
"Microsoft Azure"
|
|
6058
6060
|
])
|
|
6059
|
-
|
|
6060
|
-
...
|
|
6061
|
-
infoGroupId: `${A.toLowerCase().replaceAll(" ", "-")}${
|
|
6062
|
-
parentInfoGroupId:
|
|
6061
|
+
V.push({
|
|
6062
|
+
...j,
|
|
6063
|
+
infoGroupId: `${A.toLowerCase().replaceAll(" ", "-")}${j.infoGroupId}`,
|
|
6064
|
+
parentInfoGroupId: j.infoGroupId,
|
|
6063
6065
|
name: A
|
|
6064
6066
|
});
|
|
6065
|
-
return
|
|
6067
|
+
return V.sort((A, P) => A.name.localeCompare(P.name)), Ap({
|
|
6066
6068
|
resourceCategories: T,
|
|
6067
|
-
resourceGroups:
|
|
6069
|
+
resourceGroups: V,
|
|
6068
6070
|
tags: E,
|
|
6069
6071
|
tagCategories: g
|
|
6070
6072
|
});
|
|
@@ -6112,13 +6114,13 @@ const Ic = [
|
|
|
6112
6114
|
for (let R of l) {
|
|
6113
6115
|
let b = !0;
|
|
6114
6116
|
for (let T of w) {
|
|
6115
|
-
let
|
|
6116
|
-
for (let
|
|
6117
|
-
if (g.has(
|
|
6118
|
-
|
|
6117
|
+
let V = !1;
|
|
6118
|
+
for (let j of T.tags)
|
|
6119
|
+
if (g.has(j.tagId) && R.tags.includes(j)) {
|
|
6120
|
+
V = !0;
|
|
6119
6121
|
break;
|
|
6120
6122
|
}
|
|
6121
|
-
if (!
|
|
6123
|
+
if (!V) {
|
|
6122
6124
|
b = !1;
|
|
6123
6125
|
break;
|
|
6124
6126
|
}
|
|
@@ -6225,7 +6227,7 @@ const Ic = [
|
|
|
6225
6227
|
parentId: E = "root",
|
|
6226
6228
|
setOpen: R
|
|
6227
6229
|
}) => {
|
|
6228
|
-
const b = C.useId(), T = w[E] == b,
|
|
6230
|
+
const b = C.useId(), T = w[E] == b, V = T || l == p, j = () => R({ ...w, [E]: T ? null : b });
|
|
6229
6231
|
if (c) return /* @__PURE__ */ L.jsx("div", { dangerouslySetInnerHTML: { __html: c } });
|
|
6230
6232
|
if (a || g)
|
|
6231
6233
|
return /* @__PURE__ */ L.jsx(
|
|
@@ -6242,10 +6244,10 @@ const Ic = [
|
|
|
6242
6244
|
m && /* @__PURE__ */ L.jsx(
|
|
6243
6245
|
"button",
|
|
6244
6246
|
{
|
|
6245
|
-
"aria-expanded":
|
|
6247
|
+
"aria-expanded": V,
|
|
6246
6248
|
"aria-controls": b,
|
|
6247
|
-
className: `item ${
|
|
6248
|
-
onClick:
|
|
6249
|
+
className: `item ${V ? "expanded" : "collapsed"}`,
|
|
6250
|
+
onClick: j,
|
|
6249
6251
|
children: m
|
|
6250
6252
|
}
|
|
6251
6253
|
),
|
|
@@ -6254,8 +6256,8 @@ const Ic = [
|
|
|
6254
6256
|
{
|
|
6255
6257
|
className: u,
|
|
6256
6258
|
id: b,
|
|
6257
|
-
hidden: !
|
|
6258
|
-
"aria-hidden": !
|
|
6259
|
+
hidden: !V,
|
|
6260
|
+
"aria-hidden": !V,
|
|
6259
6261
|
children: d.map(
|
|
6260
6262
|
({ autoOpenMode: A, classes: P, href: G, html: X, items: Z, name: te, onClick: le }) => /* @__PURE__ */ L.jsx("li", { className: P || "", children: /* @__PURE__ */ L.jsx(
|
|
6261
6263
|
Oc,
|
|
@@ -6458,14 +6460,14 @@ function Up(l, u, a, c = {}) {
|
|
|
6458
6460
|
}
|
|
6459
6461
|
p && w && w({ action: g, location: A.location, delta: 1 });
|
|
6460
6462
|
}
|
|
6461
|
-
function
|
|
6463
|
+
function V(P, G) {
|
|
6462
6464
|
g = "REPLACE";
|
|
6463
6465
|
let X = Sc(P) ? P : la(A.location, P, G);
|
|
6464
6466
|
E = R();
|
|
6465
6467
|
let Z = Cc(X, E), te = A.createHref(X.unstable_mask || X);
|
|
6466
6468
|
m.replaceState(Z, "", te), p && w && w({ action: g, location: A.location, delta: 0 });
|
|
6467
6469
|
}
|
|
6468
|
-
function
|
|
6470
|
+
function j(P) {
|
|
6469
6471
|
return Dp(P);
|
|
6470
6472
|
}
|
|
6471
6473
|
let A = {
|
|
@@ -6485,9 +6487,9 @@ function Up(l, u, a, c = {}) {
|
|
|
6485
6487
|
createHref(P) {
|
|
6486
6488
|
return u(d, P);
|
|
6487
6489
|
},
|
|
6488
|
-
createURL:
|
|
6490
|
+
createURL: j,
|
|
6489
6491
|
encodeLocation(P) {
|
|
6490
|
-
let G =
|
|
6492
|
+
let G = j(P);
|
|
6491
6493
|
return {
|
|
6492
6494
|
pathname: G.pathname,
|
|
6493
6495
|
search: G.search,
|
|
@@ -6495,7 +6497,7 @@ function Up(l, u, a, c = {}) {
|
|
|
6495
6497
|
};
|
|
6496
6498
|
},
|
|
6497
6499
|
push: T,
|
|
6498
|
-
replace:
|
|
6500
|
+
replace: V,
|
|
6499
6501
|
go(P) {
|
|
6500
6502
|
return m.go(P);
|
|
6501
6503
|
}
|
|
@@ -6655,11 +6657,11 @@ function ei(l, u) {
|
|
|
6655
6657
|
params: c.reduce(
|
|
6656
6658
|
(E, { paramName: R, isOptional: b }, T) => {
|
|
6657
6659
|
if (R === "*") {
|
|
6658
|
-
let
|
|
6659
|
-
m = p.slice(0, p.length -
|
|
6660
|
+
let j = g[T] || "";
|
|
6661
|
+
m = p.slice(0, p.length - j.length).replace(/(.)\/+$/, "$1");
|
|
6660
6662
|
}
|
|
6661
|
-
const
|
|
6662
|
-
return b && !
|
|
6663
|
+
const V = g[T];
|
|
6664
|
+
return b && !V ? E[R] = void 0 : E[R] = (V || "").replace(/%2F/g, "/"), E;
|
|
6663
6665
|
},
|
|
6664
6666
|
{}
|
|
6665
6667
|
),
|
|
@@ -6986,21 +6988,21 @@ Please change the parent <Route path="${P}"> to <Route path="${P === "/" ? "*" :
|
|
|
6986
6988
|
), b = P;
|
|
6987
6989
|
} else
|
|
6988
6990
|
b = R;
|
|
6989
|
-
let T = b.pathname || "/",
|
|
6991
|
+
let T = b.pathname || "/", V = T;
|
|
6990
6992
|
if (w !== "/") {
|
|
6991
6993
|
let P = w.replace(/^\//, "").split("/");
|
|
6992
|
-
|
|
6994
|
+
V = "/" + T.replace(/^\//, "").split("/").slice(P.length).join("/");
|
|
6993
6995
|
}
|
|
6994
|
-
let
|
|
6996
|
+
let j = Dc(l, { pathname: V });
|
|
6995
6997
|
Ct(
|
|
6996
|
-
E ||
|
|
6998
|
+
E || j != null,
|
|
6997
6999
|
`No routes matched location "${b.pathname}${b.search}${b.hash}" `
|
|
6998
7000
|
), Ct(
|
|
6999
|
-
|
|
7001
|
+
j == null || j[j.length - 1].route.element !== void 0 || j[j.length - 1].route.Component !== void 0 || j[j.length - 1].route.lazy !== void 0,
|
|
7000
7002
|
`Matched leaf route at location "${b.pathname}${b.search}${b.hash}" does not have an element or Component. This means it will render an <Outlet /> with a null value by default resulting in an "empty" page.`
|
|
7001
7003
|
);
|
|
7002
7004
|
let A = b0(
|
|
7003
|
-
|
|
7005
|
+
j && j.map(
|
|
7004
7006
|
(P) => Object.assign({}, P, {
|
|
7005
7007
|
params: Object.assign({}, m, P.params),
|
|
7006
7008
|
pathname: St([
|
|
@@ -7171,8 +7173,8 @@ function b0(l, u = [], a) {
|
|
|
7171
7173
|
for (let R = 0; R < d.length; R++) {
|
|
7172
7174
|
let b = d[R];
|
|
7173
7175
|
if ((b.route.HydrateFallback || b.route.hydrateFallbackElement) && (g = R), b.route.id) {
|
|
7174
|
-
let { loaderData: T, errors:
|
|
7175
|
-
if (b.route.lazy ||
|
|
7176
|
+
let { loaderData: T, errors: V } = c, j = b.route.loader && !T.hasOwnProperty(b.route.id) && (!V || V[b.route.id] === void 0);
|
|
7177
|
+
if (b.route.lazy || j) {
|
|
7176
7178
|
a.isStatic && (m = !0), g >= 0 ? d = d.slice(0, g + 1) : d = [d[0]];
|
|
7177
7179
|
break;
|
|
7178
7180
|
}
|
|
@@ -7189,15 +7191,15 @@ function b0(l, u = [], a) {
|
|
|
7189
7191
|
} : void 0;
|
|
7190
7192
|
return d.reduceRight(
|
|
7191
7193
|
(R, b, T) => {
|
|
7192
|
-
let
|
|
7193
|
-
c && (
|
|
7194
|
+
let V, j = !1, A = null, P = null;
|
|
7195
|
+
c && (V = p && b.route.id ? p[b.route.id] : void 0, A = b.route.errorElement || k0, m && (g < 0 && T === 0 ? (_c(
|
|
7194
7196
|
"route-fallback",
|
|
7195
7197
|
!1,
|
|
7196
7198
|
"No `HydrateFallback` element provided to render during initial hydration"
|
|
7197
|
-
),
|
|
7199
|
+
), j = !0, P = null) : g === T && (j = !0, P = b.route.hydrateFallbackElement || null)));
|
|
7198
7200
|
let G = u.concat(d.slice(0, T + 1)), X = () => {
|
|
7199
7201
|
let Z;
|
|
7200
|
-
return
|
|
7202
|
+
return V ? Z = A : j ? Z = P : b.route.Component ? Z = /* @__PURE__ */ C.createElement(b.route.Component, null) : b.route.element ? Z = b.route.element : Z = R, /* @__PURE__ */ C.createElement(
|
|
7201
7203
|
C0,
|
|
7202
7204
|
{
|
|
7203
7205
|
match: b,
|
|
@@ -7216,7 +7218,7 @@ function b0(l, u = [], a) {
|
|
|
7216
7218
|
location: c.location,
|
|
7217
7219
|
revalidation: c.revalidation,
|
|
7218
7220
|
component: A,
|
|
7219
|
-
error:
|
|
7221
|
+
error: V,
|
|
7220
7222
|
children: X(),
|
|
7221
7223
|
routeContext: { outlet: null, matches: G, isDataRoute: !0 },
|
|
7222
7224
|
onError: E
|
|
@@ -7330,8 +7332,8 @@ function I0({
|
|
|
7330
7332
|
search: R = "",
|
|
7331
7333
|
hash: b = "",
|
|
7332
7334
|
state: T = null,
|
|
7333
|
-
key:
|
|
7334
|
-
unstable_mask:
|
|
7335
|
+
key: V = "default",
|
|
7336
|
+
unstable_mask: j
|
|
7335
7337
|
} = a, A = C.useMemo(() => {
|
|
7336
7338
|
let P = Lt(E, g);
|
|
7337
7339
|
return P == null ? null : {
|
|
@@ -7340,8 +7342,8 @@ function I0({
|
|
|
7340
7342
|
search: R,
|
|
7341
7343
|
hash: b,
|
|
7342
7344
|
state: T,
|
|
7343
|
-
key:
|
|
7344
|
-
unstable_mask:
|
|
7345
|
+
key: V,
|
|
7346
|
+
unstable_mask: j
|
|
7345
7347
|
},
|
|
7346
7348
|
navigationType: c
|
|
7347
7349
|
};
|
|
@@ -7351,9 +7353,9 @@ function I0({
|
|
|
7351
7353
|
R,
|
|
7352
7354
|
b,
|
|
7353
7355
|
T,
|
|
7354
|
-
|
|
7356
|
+
V,
|
|
7355
7357
|
c,
|
|
7356
|
-
|
|
7358
|
+
j
|
|
7357
7359
|
]);
|
|
7358
7360
|
return Ct(
|
|
7359
7361
|
A != null,
|
|
@@ -7640,20 +7642,20 @@ function Z0(l, u) {
|
|
|
7640
7642
|
};
|
|
7641
7643
|
}
|
|
7642
7644
|
}, [c]);
|
|
7643
|
-
let
|
|
7645
|
+
let V = () => {
|
|
7644
7646
|
d(!0);
|
|
7645
|
-
},
|
|
7647
|
+
}, j = () => {
|
|
7646
7648
|
d(!1), m(!1);
|
|
7647
7649
|
};
|
|
7648
7650
|
return a ? l !== "intent" ? [p, T, {}] : [
|
|
7649
7651
|
p,
|
|
7650
7652
|
T,
|
|
7651
7653
|
{
|
|
7652
|
-
onFocus: Ir(g,
|
|
7653
|
-
onBlur: Ir(w,
|
|
7654
|
-
onMouseEnter: Ir(E,
|
|
7655
|
-
onMouseLeave: Ir(R,
|
|
7656
|
-
onTouchStart: Ir(b,
|
|
7654
|
+
onFocus: Ir(g, V),
|
|
7655
|
+
onBlur: Ir(w, j),
|
|
7656
|
+
onMouseEnter: Ir(E, V),
|
|
7657
|
+
onMouseLeave: Ir(R, j),
|
|
7658
|
+
onTouchStart: Ir(b, V)
|
|
7657
7659
|
}
|
|
7658
7660
|
] : [!1, T, {}];
|
|
7659
7661
|
}
|
|
@@ -7736,11 +7738,11 @@ function eh({
|
|
|
7736
7738
|
u,
|
|
7737
7739
|
l,
|
|
7738
7740
|
m
|
|
7739
|
-
]),
|
|
7741
|
+
]), V = C.useMemo(
|
|
7740
7742
|
() => Y0(b, p),
|
|
7741
7743
|
[b, p]
|
|
7742
|
-
),
|
|
7743
|
-
return /* @__PURE__ */ C.createElement(C.Fragment, null, T.map((A) => /* @__PURE__ */ C.createElement("link", { key: A, rel: "prefetch", as: "fetch", href: A, ...a })),
|
|
7744
|
+
), j = $0(b);
|
|
7745
|
+
return /* @__PURE__ */ C.createElement(C.Fragment, null, T.map((A) => /* @__PURE__ */ C.createElement("link", { key: A, rel: "prefetch", as: "fetch", href: A, ...a })), V.map((A) => /* @__PURE__ */ C.createElement("link", { key: A, rel: "modulepreload", href: A, ...a })), j.map(({ key: A, link: P }) => (
|
|
7744
7746
|
// these don't spread `linkProps` because they are full link descriptors
|
|
7745
7747
|
// already with their own props
|
|
7746
7748
|
/* @__PURE__ */ C.createElement(
|
|
@@ -7810,8 +7812,8 @@ var td = /^(?:[a-z][a-z0-9+.-]*:|\/\/)/i, nd = C.forwardRef(
|
|
|
7810
7812
|
to: R,
|
|
7811
7813
|
preventScrollReset: b,
|
|
7812
7814
|
viewTransition: T,
|
|
7813
|
-
unstable_defaultShouldRevalidate:
|
|
7814
|
-
...
|
|
7815
|
+
unstable_defaultShouldRevalidate: V,
|
|
7816
|
+
...j
|
|
7815
7817
|
}, A) {
|
|
7816
7818
|
let { basename: P, navigator: G, unstable_useTransitions: X } = C.useContext(ut), Z = typeof R == "string" && td.test(R), te = Wc(R, P);
|
|
7817
7819
|
R = te.to;
|
|
@@ -7827,7 +7829,7 @@ var td = /^(?:[a-z][a-z0-9+.-]*:|\/\/)/i, nd = C.forwardRef(
|
|
|
7827
7829
|
}
|
|
7828
7830
|
let [Ee, je, Xe] = Z0(
|
|
7829
7831
|
c,
|
|
7830
|
-
|
|
7832
|
+
j
|
|
7831
7833
|
), Et = ah(R, {
|
|
7832
7834
|
replace: m,
|
|
7833
7835
|
unstable_mask: g,
|
|
@@ -7836,7 +7838,7 @@ var td = /^(?:[a-z][a-z0-9+.-]*:|\/\/)/i, nd = C.forwardRef(
|
|
|
7836
7838
|
preventScrollReset: b,
|
|
7837
7839
|
relative: d,
|
|
7838
7840
|
viewTransition: T,
|
|
7839
|
-
unstable_defaultShouldRevalidate:
|
|
7841
|
+
unstable_defaultShouldRevalidate: V,
|
|
7840
7842
|
unstable_useTransitions: X
|
|
7841
7843
|
});
|
|
7842
7844
|
function nt(Re) {
|
|
@@ -7847,7 +7849,7 @@ var td = /^(?:[a-z][a-z0-9+.-]*:|\/\/)/i, nd = C.forwardRef(
|
|
|
7847
7849
|
/* @__PURE__ */ C.createElement(
|
|
7848
7850
|
"a",
|
|
7849
7851
|
{
|
|
7850
|
-
...
|
|
7852
|
+
...j,
|
|
7851
7853
|
...Xe,
|
|
7852
7854
|
href: (Le ? ge : void 0) || te.absoluteURL || le,
|
|
7853
7855
|
onClick: Le ? nt : u,
|
|
@@ -7873,9 +7875,9 @@ var oh = C.forwardRef(
|
|
|
7873
7875
|
children: w,
|
|
7874
7876
|
...E
|
|
7875
7877
|
}, R) {
|
|
7876
|
-
let b = Br(m, { relative: E.relative }), T = rn(),
|
|
7878
|
+
let b = Br(m, { relative: E.relative }), T = rn(), V = C.useContext(ti), { navigator: j, basename: A } = C.useContext(ut), P = V != null && // Conditional usage is OK here because the usage of a data router is static
|
|
7877
7879
|
// eslint-disable-next-line react-hooks/rules-of-hooks
|
|
7878
|
-
fh(b) && g === !0, G =
|
|
7880
|
+
fh(b) && g === !0, G = j.encodeLocation ? j.encodeLocation(b).pathname : b.pathname, X = T.pathname, Z = V && V.navigation && V.navigation.location ? V.navigation.location.pathname : null;
|
|
7879
7881
|
a || (X = X.toLowerCase(), Z = Z ? Z.toLowerCase() : null, G = G.toLowerCase()), Z && A && (Z = Lt(Z, A) || Z);
|
|
7880
7882
|
const te = G !== "/" && G.endsWith("/") ? G.length - 1 : G.length;
|
|
7881
7883
|
let le = X === G || !d && X.startsWith(G) && X.charAt(te) === "/", pe = Z != null && (Z === G || !d && Z.startsWith(G) && Z.charAt(G.length) === "/"), ge = {
|
|
@@ -7921,8 +7923,8 @@ var ih = C.forwardRef(
|
|
|
7921
7923
|
preventScrollReset: R,
|
|
7922
7924
|
viewTransition: b,
|
|
7923
7925
|
unstable_defaultShouldRevalidate: T,
|
|
7924
|
-
...
|
|
7925
|
-
},
|
|
7926
|
+
...V
|
|
7927
|
+
}, j) => {
|
|
7926
7928
|
let { unstable_useTransitions: A } = C.useContext(ut), P = ch(), G = dh(g, { relative: E }), X = m.toLowerCase() === "get" ? "get" : "post", Z = typeof g == "string" && td.test(g), te = (le) => {
|
|
7927
7929
|
if (w && w(le), le.defaultPrevented) return;
|
|
7928
7930
|
le.preventDefault();
|
|
@@ -7942,11 +7944,11 @@ var ih = C.forwardRef(
|
|
|
7942
7944
|
return /* @__PURE__ */ C.createElement(
|
|
7943
7945
|
"form",
|
|
7944
7946
|
{
|
|
7945
|
-
ref:
|
|
7947
|
+
ref: j,
|
|
7946
7948
|
method: X,
|
|
7947
7949
|
action: G,
|
|
7948
7950
|
onSubmit: c ? w : te,
|
|
7949
|
-
...
|
|
7951
|
+
...V,
|
|
7950
7952
|
"data-discover": !Z && l === "render" ? "true" : void 0
|
|
7951
7953
|
}
|
|
7952
7954
|
);
|
|
@@ -7973,11 +7975,11 @@ function ah(l, {
|
|
|
7973
7975
|
} = {}) {
|
|
7974
7976
|
let R = v0(), b = rn(), T = Br(l, { relative: m });
|
|
7975
7977
|
return C.useCallback(
|
|
7976
|
-
(
|
|
7977
|
-
if (U0(
|
|
7978
|
-
|
|
7979
|
-
let
|
|
7980
|
-
replace:
|
|
7978
|
+
(V) => {
|
|
7979
|
+
if (U0(V, u)) {
|
|
7980
|
+
V.preventDefault();
|
|
7981
|
+
let j = a !== void 0 ? a : Mr(b) === Mr(T), A = () => R(l, {
|
|
7982
|
+
replace: j,
|
|
7981
7983
|
unstable_mask: c,
|
|
7982
7984
|
state: d,
|
|
7983
7985
|
preventScrollReset: p,
|
|
@@ -8076,7 +8078,7 @@ function fh(l, { relative: u } = {}) {
|
|
|
8076
8078
|
let p = Lt(a.currentLocation.pathname, c) || a.currentLocation.pathname, m = Lt(a.nextLocation.pathname, c) || a.nextLocation.pathname;
|
|
8077
8079
|
return ei(d.pathname, m) != null || ei(d.pathname, p) != null;
|
|
8078
8080
|
}
|
|
8079
|
-
const ph = C.lazy(() => import("./resource-group-detail-
|
|
8081
|
+
const ph = C.lazy(() => import("./resource-group-detail-CCZswGd7.js")), hh = C.lazy(() => import("./resource-home-D5Qcs-3-.js"));
|
|
8080
8082
|
function mh({
|
|
8081
8083
|
accessId: l,
|
|
8082
8084
|
baseUri: u = "/resources",
|
|
@@ -8201,32 +8203,33 @@ const Ah = /* @__PURE__ */ Pc(Rh), id = Ch + bh + Eh, Ph = ({ children: l }) =>
|
|
|
8201
8203
|
/* @__PURE__ */ L.jsx(C.StrictMode, { children: /* @__PURE__ */ L.jsx(l, { ...u }) })
|
|
8202
8204
|
), Hh = Ot(zh), Yh = Ot(Nh), Jh = Ot(Fh), Gh = Ot(Ih), qh = Ot(Mh), Xh = Ot(Lh), Zh = Ot(Th), _h = Ot(Bh), $h = Ot(Oh);
|
|
8203
8205
|
export {
|
|
8206
|
+
$h as A,
|
|
8204
8207
|
fp as B,
|
|
8205
|
-
Uh as
|
|
8208
|
+
Uh as Q,
|
|
8206
8209
|
C as a,
|
|
8207
|
-
|
|
8208
|
-
|
|
8209
|
-
|
|
8210
|
+
Rh as b,
|
|
8211
|
+
Vh as c,
|
|
8212
|
+
Rp as d,
|
|
8210
8213
|
Pp as e,
|
|
8211
|
-
|
|
8214
|
+
jh as f,
|
|
8212
8215
|
Pc as g,
|
|
8213
8216
|
Kh as h,
|
|
8214
|
-
|
|
8217
|
+
Wh as i,
|
|
8215
8218
|
L as j,
|
|
8216
|
-
|
|
8217
|
-
|
|
8218
|
-
|
|
8219
|
-
|
|
8220
|
-
|
|
8221
|
-
|
|
8222
|
-
|
|
8219
|
+
Ep as k,
|
|
8220
|
+
Qh as l,
|
|
8221
|
+
Hh as m,
|
|
8222
|
+
Yh as n,
|
|
8223
|
+
Jh as o,
|
|
8224
|
+
Gh as p,
|
|
8225
|
+
yp as q,
|
|
8223
8226
|
ua as r,
|
|
8224
8227
|
zp as s,
|
|
8225
|
-
|
|
8228
|
+
vp as t,
|
|
8226
8229
|
Bc as u,
|
|
8227
|
-
|
|
8228
|
-
|
|
8229
|
-
|
|
8230
|
-
|
|
8231
|
-
|
|
8230
|
+
qh as v,
|
|
8231
|
+
Xh as w,
|
|
8232
|
+
Zh as x,
|
|
8233
|
+
_h as y,
|
|
8234
|
+
gp as z
|
|
8232
8235
|
};
|