@access-ci/ui 0.19.0-beta3 → 0.19.0-beta4
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.d.ts +108 -0
- package/dist/access-ci-ui.bundle.js +34 -34
- package/dist/access-ci-ui.js +13 -22
- package/dist/access-ci-ui.umd.cjs +30 -30
- package/dist/{access-qa-bot-CHkBf16I.js → access-qa-bot-Df44Trak.js} +1 -1
- package/dist/{icon-cJmGylOm.js → icon-Bq3zRcnO.js} +1 -1
- package/dist/{index-CrKdAxQz.js → index-2HXoEOSB.js} +325 -334
- package/dist/{resource-group-detail-Dxt8iVRs.js → resource-group-detail-CI_ldjMw.js} +2 -2
- package/dist/{resource-home-ChfTC5Qa.js → resource-home-dD3bW3v7.js} +2 -2
- package/package.json +3 -2
|
@@ -6,7 +6,7 @@ var dc;
|
|
|
6
6
|
function rp() {
|
|
7
7
|
if (dc) return $;
|
|
8
8
|
dc = 1;
|
|
9
|
-
var l = /* @__PURE__ */ Symbol.for("react.element"), u = /* @__PURE__ */ Symbol.for("react.portal"), a = /* @__PURE__ */ Symbol.for("react.fragment"), c = /* @__PURE__ */ Symbol.for("react.strict_mode"), d = /* @__PURE__ */ Symbol.for("react.profiler"), p = /* @__PURE__ */ Symbol.for("react.provider"), m = /* @__PURE__ */ Symbol.for("react.context"), g = /* @__PURE__ */ Symbol.for("react.forward_ref"), y = /* @__PURE__ */ Symbol.for("react.suspense"), E = /* @__PURE__ */ Symbol.for("react.memo"),
|
|
9
|
+
var l = /* @__PURE__ */ Symbol.for("react.element"), u = /* @__PURE__ */ Symbol.for("react.portal"), a = /* @__PURE__ */ Symbol.for("react.fragment"), c = /* @__PURE__ */ Symbol.for("react.strict_mode"), d = /* @__PURE__ */ Symbol.for("react.profiler"), p = /* @__PURE__ */ Symbol.for("react.provider"), m = /* @__PURE__ */ Symbol.for("react.context"), g = /* @__PURE__ */ Symbol.for("react.forward_ref"), y = /* @__PURE__ */ Symbol.for("react.suspense"), E = /* @__PURE__ */ Symbol.for("react.memo"), A = /* @__PURE__ */ Symbol.for("react.lazy"), b = Symbol.iterator;
|
|
10
10
|
function L(x) {
|
|
11
11
|
return x === null || typeof x != "object" ? null : (x = b && x[b] || x["@@iterator"], typeof x == "function" ? x : null);
|
|
12
12
|
}
|
|
@@ -15,9 +15,9 @@ function rp() {
|
|
|
15
15
|
}, enqueueForceUpdate: function() {
|
|
16
16
|
}, enqueueReplaceState: function() {
|
|
17
17
|
}, enqueueSetState: function() {
|
|
18
|
-
} }, D = Object.assign,
|
|
18
|
+
} }, D = Object.assign, R = {};
|
|
19
19
|
function P(x, N, _) {
|
|
20
|
-
this.props = x, this.context = N, this.refs =
|
|
20
|
+
this.props = x, this.context = N, this.refs = R, this.updater = _ || j;
|
|
21
21
|
}
|
|
22
22
|
P.prototype.isReactComponent = {}, P.prototype.setState = function(x, N) {
|
|
23
23
|
if (typeof x != "object" && typeof x != "function" && x != null) throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
|
|
@@ -29,7 +29,7 @@ function rp() {
|
|
|
29
29
|
}
|
|
30
30
|
G.prototype = P.prototype;
|
|
31
31
|
function X(x, N, _) {
|
|
32
|
-
this.props = x, this.context = N, this.refs =
|
|
32
|
+
this.props = x, this.context = N, this.refs = R, this.updater = _ || j;
|
|
33
33
|
}
|
|
34
34
|
var Z = X.prototype = new G();
|
|
35
35
|
Z.constructor = X, D(Z, P.prototype), Z.isPureReactComponent = !0;
|
|
@@ -91,7 +91,7 @@ function rp() {
|
|
|
91
91
|
else if (oe === "object") throw N = String(x), Error("Objects are not valid as a React child (found: " + (N === "[object Object]" ? "object with keys {" + Object.keys(x).join(", ") + "}" : N) + "). If you meant to render a collection of children, use an array instead.");
|
|
92
92
|
return ue;
|
|
93
93
|
}
|
|
94
|
-
function
|
|
94
|
+
function Ae(x, N, _) {
|
|
95
95
|
if (x == null) return x;
|
|
96
96
|
var ee = [], re = 0;
|
|
97
97
|
return Qe(x, ee, "", "", function(oe) {
|
|
@@ -114,17 +114,17 @@ function rp() {
|
|
|
114
114
|
function V() {
|
|
115
115
|
throw Error("act(...) is not supported in production builds of React.");
|
|
116
116
|
}
|
|
117
|
-
return $.Children = { map:
|
|
118
|
-
|
|
117
|
+
return $.Children = { map: Ae, forEach: function(x, N, _) {
|
|
118
|
+
Ae(x, function() {
|
|
119
119
|
N.apply(this, arguments);
|
|
120
120
|
}, _);
|
|
121
121
|
}, count: function(x) {
|
|
122
122
|
var N = 0;
|
|
123
|
-
return
|
|
123
|
+
return Ae(x, function() {
|
|
124
124
|
N++;
|
|
125
125
|
}), N;
|
|
126
126
|
}, toArray: function(x) {
|
|
127
|
-
return
|
|
127
|
+
return Ae(x, function(N) {
|
|
128
128
|
return N;
|
|
129
129
|
}) || [];
|
|
130
130
|
}, only: function(x) {
|
|
@@ -155,7 +155,7 @@ function rp() {
|
|
|
155
155
|
}, $.forwardRef = function(x) {
|
|
156
156
|
return { $$typeof: g, render: x };
|
|
157
157
|
}, $.isValidElement = Xe, $.lazy = function(x) {
|
|
158
|
-
return { $$typeof:
|
|
158
|
+
return { $$typeof: A, _payload: { _status: -1, _result: x }, _init: Ke };
|
|
159
159
|
}, $.memo = function(x, N) {
|
|
160
160
|
return { $$typeof: E, type: x, compare: N === void 0 ? null : N };
|
|
161
161
|
}, $.startTransition = function(x) {
|
|
@@ -207,10 +207,10 @@ 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, y, E) {
|
|
210
|
-
var
|
|
210
|
+
var A, b = {}, L = null, j = null;
|
|
211
211
|
E !== void 0 && (L = "" + E), y.key !== void 0 && (L = "" + y.key), y.ref !== void 0 && (j = y.ref);
|
|
212
|
-
for (
|
|
213
|
-
if (g && g.defaultProps) for (
|
|
212
|
+
for (A in y) c.call(y, A) && !p.hasOwnProperty(A) && (b[A] = y[A]);
|
|
213
|
+
if (g && g.defaultProps) for (A in y = g.defaultProps, y) b[A] === void 0 && (b[A] = y[A]);
|
|
214
214
|
return { $$typeof: u, type: g, key: L, ref: j, props: b, _owner: d.current };
|
|
215
215
|
}
|
|
216
216
|
return Nr.Fragment = a, Nr.jsx = m, Nr.jsxs = m, Nr;
|
|
@@ -266,7 +266,7 @@ function lp() {
|
|
|
266
266
|
return m.now() - g;
|
|
267
267
|
};
|
|
268
268
|
}
|
|
269
|
-
var y = [], E = [],
|
|
269
|
+
var y = [], E = [], A = 1, b = null, L = 3, j = !1, D = !1, R = !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,14 +277,14 @@ function lp() {
|
|
|
277
277
|
}
|
|
278
278
|
}
|
|
279
279
|
function te(B) {
|
|
280
|
-
if (
|
|
280
|
+
if (R = !1, Z(B), !D) if (a(y) !== null) D = !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
|
-
D = !1,
|
|
287
|
+
D = !1, R && (R = !1, G(Ee), Ee = -1), j = !0;
|
|
288
288
|
var V = L;
|
|
289
289
|
try {
|
|
290
290
|
for (Z(J), b = a(y); b !== null && (!(b.expirationTime > J) || B && !Et()); ) {
|
|
@@ -327,9 +327,9 @@ function lp() {
|
|
|
327
327
|
X(nt);
|
|
328
328
|
};
|
|
329
329
|
else if (typeof MessageChannel < "u") {
|
|
330
|
-
var Qe = new MessageChannel(),
|
|
330
|
+
var Qe = new MessageChannel(), Ae = Qe.port2;
|
|
331
331
|
Qe.port1.onmessage = nt, Le = function() {
|
|
332
|
-
|
|
332
|
+
Ae.postMessage(null);
|
|
333
333
|
};
|
|
334
334
|
} else Le = function() {
|
|
335
335
|
P(nt, 0);
|
|
@@ -407,7 +407,7 @@ function lp() {
|
|
|
407
407
|
default:
|
|
408
408
|
N = 5e3;
|
|
409
409
|
}
|
|
410
|
-
return N = V + N, B = { id:
|
|
410
|
+
return N = V + N, B = { id: A++, callback: J, priorityLevel: B, startTime: V, expirationTime: N, sortIndex: -1 }, V > x ? (B.sortIndex = V, u(E, B), a(y) === null && B === a(E) && (R ? (G(Ee), Ee = -1) : R = !0, we(te, V - x))) : (B.sortIndex = N, u(y, B), D || j || (D = !0, Ke(le))), B;
|
|
411
411
|
}, l.unstable_shouldYield = Et, l.unstable_wrapCallback = function(B) {
|
|
412
412
|
var J = L;
|
|
413
413
|
return function() {
|
|
@@ -442,9 +442,9 @@ function sp() {
|
|
|
442
442
|
function m(e, t) {
|
|
443
443
|
for (d[e] = t, e = 0; e < t.length; e++) c.add(t[e]);
|
|
444
444
|
}
|
|
445
|
-
var g = !(typeof window > "u" || typeof window.document > "u" || typeof window.document.createElement > "u"), y = Object.prototype.hasOwnProperty, E = /^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,
|
|
445
|
+
var g = !(typeof window > "u" || typeof window.document > "u" || typeof window.document.createElement > "u"), y = Object.prototype.hasOwnProperty, E = /^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/, A = {}, b = {};
|
|
446
446
|
function L(e) {
|
|
447
|
-
return y.call(b, e) ? !0 : y.call(
|
|
447
|
+
return y.call(b, e) ? !0 : y.call(A, e) ? !1 : E.test(e) ? b[e] = !0 : (A[e] = !0, !1);
|
|
448
448
|
}
|
|
449
449
|
function j(e, t, n, r) {
|
|
450
450
|
if (n !== null && n.type === 0) return !1;
|
|
@@ -473,29 +473,29 @@ function sp() {
|
|
|
473
473
|
}
|
|
474
474
|
return !1;
|
|
475
475
|
}
|
|
476
|
-
function
|
|
476
|
+
function R(e, t, n, r, o, i, s) {
|
|
477
477
|
this.acceptsBooleans = t === 2 || t === 3 || t === 4, this.attributeName = r, this.attributeNamespace = o, this.mustUseProperty = n, this.propertyName = e, this.type = t, this.sanitizeURL = i, this.removeEmptyString = s;
|
|
478
478
|
}
|
|
479
479
|
var P = {};
|
|
480
480
|
"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e) {
|
|
481
|
-
P[e] = new
|
|
481
|
+
P[e] = new R(e, 0, !1, e, null, !1, !1);
|
|
482
482
|
}), [["acceptCharset", "accept-charset"], ["className", "class"], ["htmlFor", "for"], ["httpEquiv", "http-equiv"]].forEach(function(e) {
|
|
483
483
|
var t = e[0];
|
|
484
|
-
P[t] = new
|
|
484
|
+
P[t] = new R(t, 1, !1, e[1], null, !1, !1);
|
|
485
485
|
}), ["contentEditable", "draggable", "spellCheck", "value"].forEach(function(e) {
|
|
486
|
-
P[e] = new
|
|
486
|
+
P[e] = new R(e, 2, !1, e.toLowerCase(), null, !1, !1);
|
|
487
487
|
}), ["autoReverse", "externalResourcesRequired", "focusable", "preserveAlpha"].forEach(function(e) {
|
|
488
|
-
P[e] = new
|
|
488
|
+
P[e] = new R(e, 2, !1, e, null, !1, !1);
|
|
489
489
|
}), "allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e) {
|
|
490
|
-
P[e] = new
|
|
490
|
+
P[e] = new R(e, 3, !1, e.toLowerCase(), null, !1, !1);
|
|
491
491
|
}), ["checked", "multiple", "muted", "selected"].forEach(function(e) {
|
|
492
|
-
P[e] = new
|
|
492
|
+
P[e] = new R(e, 3, !0, e, null, !1, !1);
|
|
493
493
|
}), ["capture", "download"].forEach(function(e) {
|
|
494
|
-
P[e] = new
|
|
494
|
+
P[e] = new R(e, 4, !1, e, null, !1, !1);
|
|
495
495
|
}), ["cols", "rows", "size", "span"].forEach(function(e) {
|
|
496
|
-
P[e] = new
|
|
496
|
+
P[e] = new R(e, 6, !1, e, null, !1, !1);
|
|
497
497
|
}), ["rowSpan", "start"].forEach(function(e) {
|
|
498
|
-
P[e] = new
|
|
498
|
+
P[e] = new R(e, 5, !1, e.toLowerCase(), null, !1, !1);
|
|
499
499
|
});
|
|
500
500
|
var G = /[\-:]([a-z])/g;
|
|
501
501
|
function X(e) {
|
|
@@ -506,23 +506,23 @@ function sp() {
|
|
|
506
506
|
G,
|
|
507
507
|
X
|
|
508
508
|
);
|
|
509
|
-
P[t] = new
|
|
509
|
+
P[t] = new R(t, 1, !1, e, null, !1, !1);
|
|
510
510
|
}), "xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e) {
|
|
511
511
|
var t = e.replace(G, X);
|
|
512
|
-
P[t] = new
|
|
512
|
+
P[t] = new R(t, 1, !1, e, "http://www.w3.org/1999/xlink", !1, !1);
|
|
513
513
|
}), ["xml:base", "xml:lang", "xml:space"].forEach(function(e) {
|
|
514
514
|
var t = e.replace(G, X);
|
|
515
|
-
P[t] = new
|
|
515
|
+
P[t] = new R(t, 1, !1, e, "http://www.w3.org/XML/1998/namespace", !1, !1);
|
|
516
516
|
}), ["tabIndex", "crossOrigin"].forEach(function(e) {
|
|
517
|
-
P[e] = new
|
|
518
|
-
}), P.xlinkHref = new
|
|
519
|
-
P[e] = new
|
|
517
|
+
P[e] = new R(e, 1, !1, e.toLowerCase(), null, !1, !1);
|
|
518
|
+
}), P.xlinkHref = new R("xlinkHref", 1, !1, "xlink:href", "http://www.w3.org/1999/xlink", !0, !1), ["src", "href", "action", "formAction"].forEach(function(e) {
|
|
519
|
+
P[e] = new R(e, 1, !1, e.toLowerCase(), null, !0, !0);
|
|
520
520
|
});
|
|
521
521
|
function Z(e, t, n, r) {
|
|
522
522
|
var o = P.hasOwnProperty(t) ? P[t] : null;
|
|
523
523
|
(o !== null ? o.type !== 0 : r || !(2 < t.length) || t[0] !== "o" && t[0] !== "O" || t[1] !== "n" && t[1] !== "N") && (D(t, n, o, r) && (n = null), r || o === null ? L(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
|
-
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"),
|
|
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"), Ae = /* @__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
|
}
|
|
@@ -641,7 +641,7 @@ function sp() {
|
|
|
641
641
|
case nt:
|
|
642
642
|
var t = e.render;
|
|
643
643
|
return e = e.displayName, e || (e = t.displayName || t.name || "", e = e !== "" ? "ForwardRef(" + e + ")" : "ForwardRef"), e;
|
|
644
|
-
case
|
|
644
|
+
case Ae:
|
|
645
645
|
return t = e.displayName || null, t !== null ? t : oe(e.type) || "Memo";
|
|
646
646
|
case Ke:
|
|
647
647
|
t = e._payload, e = e._init;
|
|
@@ -916,13 +916,13 @@ function sp() {
|
|
|
916
916
|
t = t + e.charAt(0).toUpperCase() + e.substring(1), Jn[t] = Jn[e];
|
|
917
917
|
});
|
|
918
918
|
});
|
|
919
|
-
function
|
|
919
|
+
function Aa(e, t, n) {
|
|
920
920
|
return t == null || typeof t == "boolean" || t === "" ? "" : n || typeof t != "number" || t === 0 || Jn.hasOwnProperty(e) && Jn[e] ? ("" + t).trim() : t + "px";
|
|
921
921
|
}
|
|
922
|
-
function
|
|
922
|
+
function Ra(e, t) {
|
|
923
923
|
e = e.style;
|
|
924
924
|
for (var n in t) if (t.hasOwnProperty(n)) {
|
|
925
|
-
var r = n.indexOf("--") === 0, o =
|
|
925
|
+
var r = n.indexOf("--") === 0, o = Aa(n, t[n], r);
|
|
926
926
|
n === "float" && (n = "cssFloat"), r ? e.setProperty(n, o) : e[n] = o;
|
|
927
927
|
}
|
|
928
928
|
}
|
|
@@ -1373,11 +1373,11 @@ function sp() {
|
|
|
1373
1373
|
function Xa(e, t, n) {
|
|
1374
1374
|
Gr(e) && n.delete(t);
|
|
1375
1375
|
}
|
|
1376
|
-
function
|
|
1376
|
+
function Ad() {
|
|
1377
1377
|
ki = !1, Ut !== null && Gr(Ut) && (Ut = null), Dt !== null && Gr(Dt) && (Dt = null), Vt !== null && Gr(Vt) && (Vt = null), $n.forEach(Xa), er.forEach(Xa);
|
|
1378
1378
|
}
|
|
1379
1379
|
function nr(e, t) {
|
|
1380
|
-
e.blockedOn === t && (e.blockedOn = null, ki || (ki = !0, u.unstable_scheduleCallback(u.unstable_NormalPriority,
|
|
1380
|
+
e.blockedOn === t && (e.blockedOn = null, ki || (ki = !0, u.unstable_scheduleCallback(u.unstable_NormalPriority, Ad)));
|
|
1381
1381
|
}
|
|
1382
1382
|
function rr(e) {
|
|
1383
1383
|
function t(o) {
|
|
@@ -1394,7 +1394,7 @@ function sp() {
|
|
|
1394
1394
|
for (; 0 < jt.length && (n = jt[0], n.blockedOn === null); ) qa(n), n.blockedOn === null && jt.shift();
|
|
1395
1395
|
}
|
|
1396
1396
|
var kn = te.ReactCurrentBatchConfig, qr = !0;
|
|
1397
|
-
function
|
|
1397
|
+
function Rd(e, t, n, r) {
|
|
1398
1398
|
var o = se, i = kn.transition;
|
|
1399
1399
|
kn.transition = null;
|
|
1400
1400
|
try {
|
|
@@ -1568,12 +1568,12 @@ 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 = V({}, Sn, { view: 0, detail: 0 }), zd = _e(or),
|
|
1571
|
+
}, defaultPrevented: 0, isTrusted: 0 }, Ei = _e(Sn), or = V({}, Sn, { view: 0, detail: 0 }), zd = _e(or), Ai, Ri, ir, eo = V({}, 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
|
-
return "movementX" in e ? e.movementX : (e !== ir && (ir && e.type === "mousemove" ? (
|
|
1574
|
+
return "movementX" in e ? e.movementX : (e !== ir && (ir && e.type === "mousemove" ? (Ai = e.screenX - ir.screenX, Ri = e.screenY - ir.screenY) : Ri = Ai = 0, ir = e), Ai);
|
|
1575
1575
|
}, movementY: function(e) {
|
|
1576
|
-
return "movementY" in e ? e.movementY :
|
|
1576
|
+
return "movementY" in e ? e.movementY : Ri;
|
|
1577
1577
|
} }), es = _e(eo), Nd = V({}, eo, { dataTransfer: 0 }), Fd = _e(Nd), Id = V({}, or, { relatedTarget: 0 }), Pi = _e(Id), Md = V({}, Sn, { animationName: 0, elapsedTime: 0, pseudoElement: 0 }), Ld = _e(Md), Td = V({}, Sn, { clipboardData: function(e) {
|
|
1578
1578
|
return "clipboardData" in e ? e.clipboardData : window.clipboardData;
|
|
1579
1579
|
} }), Bd = _e(Td), Od = V({}, Sn, { data: 0 }), ts = _e(Od), Ud = {
|
|
@@ -1715,7 +1715,7 @@ function sp() {
|
|
|
1715
1715
|
}
|
|
1716
1716
|
var ar = null, sr = null;
|
|
1717
1717
|
function nf(e) {
|
|
1718
|
-
|
|
1718
|
+
Rs(e, 0);
|
|
1719
1719
|
}
|
|
1720
1720
|
function to(e) {
|
|
1721
1721
|
var t = Pn(e);
|
|
@@ -1866,11 +1866,11 @@ function sp() {
|
|
|
1866
1866
|
}
|
|
1867
1867
|
Kt(ws, "onAnimationEnd"), Kt(ks, "onAnimationIteration"), Kt(Ss, "onAnimationStart"), Kt("dblclick", "onDoubleClick"), Kt("focusin", "onFocus"), Kt("focusout", "onBlur"), Kt(Cs, "onTransitionEnd"), m("onMouseEnter", ["mouseout", "mouseover"]), m("onMouseLeave", ["mouseout", "mouseover"]), m("onPointerEnter", ["pointerout", "pointerover"]), m("onPointerLeave", ["pointerout", "pointerover"]), p("onChange", "change click focusin focusout input keydown keyup selectionchange".split(" ")), p("onSelect", "focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")), p("onBeforeInput", ["compositionend", "keypress", "textInput", "paste"]), p("onCompositionEnd", "compositionend focusout keydown keypress keyup mousedown".split(" ")), p("onCompositionStart", "compositionstart focusout keydown keypress keyup mousedown".split(" ")), p("onCompositionUpdate", "compositionupdate focusout keydown keypress keyup mousedown".split(" "));
|
|
1868
1868
|
var dr = "abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "), hf = new Set("cancel close invalid load scroll toggle".split(" ").concat(dr));
|
|
1869
|
-
function
|
|
1869
|
+
function As(e, t, n) {
|
|
1870
1870
|
var r = e.type || "unknown-event";
|
|
1871
1871
|
e.currentTarget = n, dd(r, t, void 0, e), e.currentTarget = null;
|
|
1872
1872
|
}
|
|
1873
|
-
function
|
|
1873
|
+
function Rs(e, t) {
|
|
1874
1874
|
t = (t & 4) !== 0;
|
|
1875
1875
|
for (var n = 0; n < e.length; n++) {
|
|
1876
1876
|
var r = e[n], o = r.event;
|
|
@@ -1880,11 +1880,11 @@ function sp() {
|
|
|
1880
1880
|
if (t) for (var s = r.length - 1; 0 <= s; s--) {
|
|
1881
1881
|
var f = r[s], h = f.instance, S = f.currentTarget;
|
|
1882
1882
|
if (f = f.listener, h !== i && o.isPropagationStopped()) break e;
|
|
1883
|
-
|
|
1883
|
+
As(o, f, S), i = h;
|
|
1884
1884
|
}
|
|
1885
1885
|
else for (s = 0; s < r.length; s++) {
|
|
1886
1886
|
if (f = r[s], h = f.instance, S = f.currentTarget, f = f.listener, h !== i && o.isPropagationStopped()) break e;
|
|
1887
|
-
|
|
1887
|
+
As(o, f, S), i = h;
|
|
1888
1888
|
}
|
|
1889
1889
|
}
|
|
1890
1890
|
}
|
|
@@ -1913,7 +1913,7 @@ function sp() {
|
|
|
1913
1913
|
function Ps(e, t, n, r) {
|
|
1914
1914
|
switch (Za(t)) {
|
|
1915
1915
|
case 1:
|
|
1916
|
-
var o =
|
|
1916
|
+
var o = Rd;
|
|
1917
1917
|
break;
|
|
1918
1918
|
case 4:
|
|
1919
1919
|
o = Pd;
|
|
@@ -2040,16 +2040,16 @@ function sp() {
|
|
|
2040
2040
|
}
|
|
2041
2041
|
if ((t & 7) === 0) {
|
|
2042
2042
|
e: {
|
|
2043
|
-
if (z = e === "mouseover" || e === "pointerover", O = e === "mouseout" || e === "pointerout", z && n !== ci && (Q = n.relatedTarget || n.fromElement) && (ln(Q) || Q[
|
|
2043
|
+
if (z = e === "mouseover" || e === "pointerover", O = e === "mouseout" || e === "pointerout", z && n !== ci && (Q = n.relatedTarget || n.fromElement) && (ln(Q) || Q[At])) break e;
|
|
2044
2044
|
if ((O || z) && (z = F.window === F ? F : (z = F.ownerDocument) ? z.defaultView || z.parentWindow : window, O ? (Q = n.relatedTarget || n.toElement, O = S, Q = Q ? ln(Q) : null, Q !== null && (Ce = on(Q), Q !== Ce || Q.tag !== 5 && Q.tag !== 6) && (Q = null)) : (O = null, Q = S), O !== Q)) {
|
|
2045
2045
|
if (K = es, M = "onMouseLeave", w = "onMouseEnter", v = "mouse", (e === "pointerout" || e === "pointerover") && (K = ns, M = "onPointerLeave", w = "onPointerEnter", v = "pointer"), Ce = O == null ? z : Pn(O), k = Q == null ? z : Pn(Q), z = new K(M, v + "leave", O, n, F), z.target = Ce, z.relatedTarget = k, M = null, ln(F) === S && (K = new K(w, v + "enter", Q, n, F), K.target = k, K.relatedTarget = Ce, M = K), Ce = M, O && Q) t: {
|
|
2046
|
-
for (K = O, w = Q, v = 0, k = K; k; k =
|
|
2047
|
-
for (k = 0, M = w; M; M =
|
|
2048
|
-
for (; 0 < v - k; ) K =
|
|
2049
|
-
for (; 0 < k - v; ) w =
|
|
2046
|
+
for (K = O, w = Q, v = 0, k = K; k; k = An(k)) v++;
|
|
2047
|
+
for (k = 0, M = w; M; M = An(M)) k++;
|
|
2048
|
+
for (; 0 < v - k; ) K = An(K), v--;
|
|
2049
|
+
for (; 0 < k - v; ) w = An(w), k--;
|
|
2050
2050
|
for (; v--; ) {
|
|
2051
2051
|
if (K === w || w !== null && K === w.alternate) break t;
|
|
2052
|
-
K =
|
|
2052
|
+
K = An(K), w = An(w);
|
|
2053
2053
|
}
|
|
2054
2054
|
K = null;
|
|
2055
2055
|
}
|
|
@@ -2110,7 +2110,7 @@ function sp() {
|
|
|
2110
2110
|
else Cn ? ls(e, n) && (q = "onCompositionEnd") : e === "keydown" && n.keyCode === 229 && (q = "onCompositionStart");
|
|
2111
2111
|
q && (rs && n.locale !== "ko" && (Cn || q !== "onCompositionStart" ? q === "onCompositionEnd" && Cn && (Y = _a()) : (Qt = F, bi = "value" in Qt ? Qt.value : Qt.textContent, Cn = !0)), H = io(S, q), 0 < H.length && (q = new ts(q, e, null, n, F), I.push({ event: q, listeners: H }), Y ? q.data = Y : (Y = as(n), Y !== null && (q.data = Y)))), (Y = _d ? $d(e, n) : ef(e, n)) && (S = io(S, "onBeforeInput"), 0 < S.length && (F = new ts("onBeforeInput", "beforeinput", null, n, F), I.push({ event: F, listeners: S }), F.data = Y));
|
|
2112
2112
|
}
|
|
2113
|
-
|
|
2113
|
+
Rs(I, t);
|
|
2114
2114
|
});
|
|
2115
2115
|
}
|
|
2116
2116
|
function pr(e, t, n) {
|
|
@@ -2123,7 +2123,7 @@ function sp() {
|
|
|
2123
2123
|
}
|
|
2124
2124
|
return r;
|
|
2125
2125
|
}
|
|
2126
|
-
function
|
|
2126
|
+
function An(e) {
|
|
2127
2127
|
if (e === null) return null;
|
|
2128
2128
|
do
|
|
2129
2129
|
e = e.return;
|
|
@@ -2200,12 +2200,12 @@ function sp() {
|
|
|
2200
2200
|
}
|
|
2201
2201
|
return null;
|
|
2202
2202
|
}
|
|
2203
|
-
var
|
|
2203
|
+
var Rn = Math.random().toString(36).slice(2), yt = "__reactFiber$" + Rn, hr = "__reactProps$" + Rn, At = "__reactContainer$" + Rn, Yi = "__reactEvents$" + Rn, wf = "__reactListeners$" + Rn, kf = "__reactHandles$" + Rn;
|
|
2204
2204
|
function ln(e) {
|
|
2205
2205
|
var t = e[yt];
|
|
2206
2206
|
if (t) return t;
|
|
2207
2207
|
for (var n = e.parentNode; n; ) {
|
|
2208
|
-
if (t = n[
|
|
2208
|
+
if (t = n[At] || n[yt]) {
|
|
2209
2209
|
if (n = t.alternate, t.child !== null || n !== null && n.child !== null) for (e = Is(e); e !== null; ) {
|
|
2210
2210
|
if (n = e[yt]) return n;
|
|
2211
2211
|
e = Is(e);
|
|
@@ -2217,7 +2217,7 @@ function sp() {
|
|
|
2217
2217
|
return null;
|
|
2218
2218
|
}
|
|
2219
2219
|
function mr(e) {
|
|
2220
|
-
return e = e[yt] || e[
|
|
2220
|
+
return e = e[yt] || e[At], !e || e.tag !== 5 && e.tag !== 6 && e.tag !== 13 && e.tag !== 3 ? null : e;
|
|
2221
2221
|
}
|
|
2222
2222
|
function Pn(e) {
|
|
2223
2223
|
if (e.tag === 5 || e.tag === 6) return e.stateNode;
|
|
@@ -2271,28 +2271,28 @@ function sp() {
|
|
|
2271
2271
|
if (!r) throw Error(a(169));
|
|
2272
2272
|
n ? (e = Ls(e, t, an), r.__reactInternalMemoizedMergedChildContext = e, fe(We), fe(Te), ce(Te, e)) : fe(We), ce(We, n);
|
|
2273
2273
|
}
|
|
2274
|
-
var
|
|
2274
|
+
var Rt = null, fo = !1, Gi = !1;
|
|
2275
2275
|
function Bs(e) {
|
|
2276
|
-
|
|
2276
|
+
Rt === null ? Rt = [e] : Rt.push(e);
|
|
2277
2277
|
}
|
|
2278
2278
|
function Sf(e) {
|
|
2279
2279
|
fo = !0, Bs(e);
|
|
2280
2280
|
}
|
|
2281
2281
|
function Jt() {
|
|
2282
|
-
if (!Gi &&
|
|
2282
|
+
if (!Gi && Rt !== null) {
|
|
2283
2283
|
Gi = !0;
|
|
2284
2284
|
var e = 0, t = se;
|
|
2285
2285
|
try {
|
|
2286
|
-
var n =
|
|
2286
|
+
var n = Rt;
|
|
2287
2287
|
for (se = 1; e < n.length; e++) {
|
|
2288
2288
|
var r = n[e];
|
|
2289
2289
|
do
|
|
2290
2290
|
r = r(!0);
|
|
2291
2291
|
while (r !== null);
|
|
2292
2292
|
}
|
|
2293
|
-
|
|
2293
|
+
Rt = null, fo = !1;
|
|
2294
2294
|
} catch (o) {
|
|
2295
|
-
throw
|
|
2295
|
+
throw Rt !== null && (Rt = Rt.slice(e + 1)), Ua(gi, Jt), o;
|
|
2296
2296
|
} finally {
|
|
2297
2297
|
se = t, Gi = !1;
|
|
2298
2298
|
}
|
|
@@ -2824,7 +2824,7 @@ function sp() {
|
|
|
2824
2824
|
for (var e = 0; e < sl.length; e++) sl[e]._workInProgressVersionPrimary = null;
|
|
2825
2825
|
sl.length = 0;
|
|
2826
2826
|
}
|
|
2827
|
-
var So = te.ReactCurrentDispatcher, cl = te.ReactCurrentBatchConfig, fn = 0, ye = null,
|
|
2827
|
+
var So = te.ReactCurrentDispatcher, cl = te.ReactCurrentBatchConfig, fn = 0, ye = null, Re = null, ze = null, Co = !1, wr = !1, kr = 0, bf = 0;
|
|
2828
2828
|
function Be() {
|
|
2829
2829
|
throw Error(a(321));
|
|
2830
2830
|
}
|
|
@@ -2838,10 +2838,10 @@ function sp() {
|
|
|
2838
2838
|
i = 0;
|
|
2839
2839
|
do {
|
|
2840
2840
|
if (wr = !1, kr = 0, 25 <= i) throw Error(a(301));
|
|
2841
|
-
i += 1, ze =
|
|
2841
|
+
i += 1, ze = Re = null, t.updateQueue = null, So.current = Nf, e = n(r, o);
|
|
2842
2842
|
} while (wr);
|
|
2843
2843
|
}
|
|
2844
|
-
if (So.current =
|
|
2844
|
+
if (So.current = Ao, t = Re !== null && Re.next !== null, fn = 0, ze = Re = ye = null, Co = !1, t) throw Error(a(300));
|
|
2845
2845
|
return e;
|
|
2846
2846
|
}
|
|
2847
2847
|
function pl() {
|
|
@@ -2853,15 +2853,15 @@ function sp() {
|
|
|
2853
2853
|
return ze === null ? ye.memoizedState = ze = e : ze = ze.next = e, ze;
|
|
2854
2854
|
}
|
|
2855
2855
|
function lt() {
|
|
2856
|
-
if (
|
|
2856
|
+
if (Re === null) {
|
|
2857
2857
|
var e = ye.alternate;
|
|
2858
2858
|
e = e !== null ? e.memoizedState : null;
|
|
2859
|
-
} else e =
|
|
2859
|
+
} else e = Re.next;
|
|
2860
2860
|
var t = ze === null ? ye.memoizedState : ze.next;
|
|
2861
|
-
if (t !== null) ze = t,
|
|
2861
|
+
if (t !== null) ze = t, Re = e;
|
|
2862
2862
|
else {
|
|
2863
2863
|
if (e === null) throw Error(a(310));
|
|
2864
|
-
|
|
2864
|
+
Re = e, e = { memoizedState: Re.memoizedState, baseState: Re.baseState, baseQueue: Re.baseQueue, queue: Re.queue, next: null }, ze === null ? ye.memoizedState = ze = e : ze = ze.next = e;
|
|
2865
2865
|
}
|
|
2866
2866
|
return ze;
|
|
2867
2867
|
}
|
|
@@ -2872,7 +2872,7 @@ function sp() {
|
|
|
2872
2872
|
var t = lt(), n = t.queue;
|
|
2873
2873
|
if (n === null) throw Error(a(311));
|
|
2874
2874
|
n.lastRenderedReducer = e;
|
|
2875
|
-
var r =
|
|
2875
|
+
var r = Re, o = r.baseQueue, i = n.pending;
|
|
2876
2876
|
if (i !== null) {
|
|
2877
2877
|
if (o !== null) {
|
|
2878
2878
|
var s = o.next;
|
|
@@ -2960,7 +2960,7 @@ function sp() {
|
|
|
2960
2960
|
}
|
|
2961
2961
|
function ru(e) {
|
|
2962
2962
|
var t = wt();
|
|
2963
|
-
return typeof e == "function" && (e = e()), t.memoizedState = t.baseState = e, e = { pending: null, interleaved: null, lanes: 0, dispatch: null, lastRenderedReducer: Sr, lastRenderedState: e }, t.queue = e, e = e.dispatch =
|
|
2963
|
+
return typeof e == "function" && (e = e()), t.memoizedState = t.baseState = e, e = { pending: null, interleaved: null, lanes: 0, dispatch: null, lastRenderedReducer: Sr, lastRenderedState: e }, t.queue = e, e = e.dispatch = Rf.bind(null, ye, e), [t.memoizedState, e];
|
|
2964
2964
|
}
|
|
2965
2965
|
function Cr(e, t, n, r) {
|
|
2966
2966
|
return e = { tag: e, create: t, destroy: n, deps: r, next: null }, t = ye.updateQueue, t === null ? (t = { lastEffect: null, stores: null }, ye.updateQueue = t, t.lastEffect = e.next = e) : (n = t.lastEffect, n === null ? t.lastEffect = e.next = e : (r = n.next, n.next = e, e.next = r, t.lastEffect = e)), e;
|
|
@@ -2976,8 +2976,8 @@ function sp() {
|
|
|
2976
2976
|
var o = lt();
|
|
2977
2977
|
r = r === void 0 ? null : r;
|
|
2978
2978
|
var i = void 0;
|
|
2979
|
-
if (
|
|
2980
|
-
var s =
|
|
2979
|
+
if (Re !== null) {
|
|
2980
|
+
var s = Re.memoizedState;
|
|
2981
2981
|
if (i = s.destroy, r !== null && dl(r, s.deps)) {
|
|
2982
2982
|
o.memoizedState = Cr(t, n, i, r);
|
|
2983
2983
|
return;
|
|
@@ -3039,7 +3039,7 @@ function sp() {
|
|
|
3039
3039
|
function pu() {
|
|
3040
3040
|
return lt().memoizedState;
|
|
3041
3041
|
}
|
|
3042
|
-
function
|
|
3042
|
+
function Af(e, t, n) {
|
|
3043
3043
|
var r = $t(e);
|
|
3044
3044
|
if (n = { lane: r, action: n, hasEagerState: !1, eagerState: null, next: null }, hu(e)) mu(t, n);
|
|
3045
3045
|
else if (n = Hs(e, t, n, r), n !== null) {
|
|
@@ -3047,7 +3047,7 @@ function sp() {
|
|
|
3047
3047
|
gt(n, e, r, o), gu(n, t, r);
|
|
3048
3048
|
}
|
|
3049
3049
|
}
|
|
3050
|
-
function
|
|
3050
|
+
function Rf(e, t, n) {
|
|
3051
3051
|
var r = $t(e), o = { lane: r, action: n, hasEagerState: !1, eagerState: null, next: null };
|
|
3052
3052
|
if (hu(e)) mu(t, o);
|
|
3053
3053
|
else {
|
|
@@ -3079,7 +3079,7 @@ function sp() {
|
|
|
3079
3079
|
r &= e.pendingLanes, n |= r, t.lanes = n, xi(e, n);
|
|
3080
3080
|
}
|
|
3081
3081
|
}
|
|
3082
|
-
var
|
|
3082
|
+
var Ao = { readContext: it, useCallback: Be, useContext: Be, useEffect: Be, useImperativeHandle: Be, useInsertionEffect: Be, useLayoutEffect: Be, useMemo: Be, useReducer: Be, useRef: Be, useState: Be, useDebugValue: Be, useDeferredValue: Be, useTransition: Be, useMutableSource: Be, useSyncExternalStore: Be, useId: Be, unstable_isNewReconciler: !1 }, Pf = { readContext: it, useCallback: function(e, t) {
|
|
3083
3083
|
return wt().memoizedState = [e, t === void 0 ? null : t], e;
|
|
3084
3084
|
}, useContext: it, useEffect: iu, useImperativeHandle: function(e, t, n) {
|
|
3085
3085
|
return n = n != null ? n.concat([e]) : null, bo(
|
|
@@ -3097,7 +3097,7 @@ function sp() {
|
|
|
3097
3097
|
return t = t === void 0 ? null : t, e = e(), n.memoizedState = [e, t], e;
|
|
3098
3098
|
}, useReducer: function(e, t, n) {
|
|
3099
3099
|
var r = wt();
|
|
3100
|
-
return t = n !== void 0 ? n(t) : t, r.memoizedState = r.baseState = t, e = { pending: null, interleaved: null, lanes: 0, dispatch: null, lastRenderedReducer: e, lastRenderedState: t }, r.queue = e, e = e.dispatch =
|
|
3100
|
+
return t = n !== void 0 ? n(t) : t, r.memoizedState = r.baseState = t, e = { pending: null, interleaved: null, lanes: 0, dispatch: null, lastRenderedReducer: e, lastRenderedState: t }, r.queue = e, e = e.dispatch = Af.bind(null, ye, e), [r.memoizedState, e];
|
|
3101
3101
|
}, useRef: function(e) {
|
|
3102
3102
|
var t = wt();
|
|
3103
3103
|
return e = { current: e }, t.memoizedState = e;
|
|
@@ -3148,7 +3148,7 @@ function sp() {
|
|
|
3148
3148
|
useDebugValue: vl,
|
|
3149
3149
|
useDeferredValue: function(e) {
|
|
3150
3150
|
var t = lt();
|
|
3151
|
-
return fu(t,
|
|
3151
|
+
return fu(t, Re.memoizedState, e);
|
|
3152
3152
|
},
|
|
3153
3153
|
useTransition: function() {
|
|
3154
3154
|
var e = hl(Sr)[0], t = lt().memoizedState;
|
|
@@ -3162,7 +3162,7 @@ function sp() {
|
|
|
3162
3162
|
return ml(Sr);
|
|
3163
3163
|
}, useDebugValue: vl, useDeferredValue: function(e) {
|
|
3164
3164
|
var t = lt();
|
|
3165
|
-
return
|
|
3165
|
+
return Re === null ? t.memoizedState = e : fu(t, Re.memoizedState, e);
|
|
3166
3166
|
}, useTransition: function() {
|
|
3167
3167
|
var e = ml(Sr)[0], t = lt().memoizedState;
|
|
3168
3168
|
return [e, t];
|
|
@@ -3178,7 +3178,7 @@ function sp() {
|
|
|
3178
3178
|
function yl(e, t, n, r) {
|
|
3179
3179
|
t = e.memoizedState, n = n(r, t), n = n == null ? t : V({}, t, n), e.memoizedState = n, e.lanes === 0 && (e.updateQueue.baseState = n);
|
|
3180
3180
|
}
|
|
3181
|
-
var
|
|
3181
|
+
var Ro = { isMounted: function(e) {
|
|
3182
3182
|
return (e = e._reactInternals) ? on(e) === e : !1;
|
|
3183
3183
|
}, enqueueSetState: function(e, t, n) {
|
|
3184
3184
|
e = e._reactInternals;
|
|
@@ -3198,16 +3198,16 @@ function sp() {
|
|
|
3198
3198
|
}
|
|
3199
3199
|
function yu(e, t, n) {
|
|
3200
3200
|
var r = !1, o = Yt, i = t.contextType;
|
|
3201
|
-
return typeof i == "object" && i !== null ? i = it(i) : (o = He(t) ? an : Te.current, r = t.contextTypes, i = (r = r != null) ? Nn(e, o) : Yt), t = new t(n, i), e.memoizedState = t.state !== null && t.state !== void 0 ? t.state : null, t.updater =
|
|
3201
|
+
return typeof i == "object" && i !== null ? i = it(i) : (o = He(t) ? an : Te.current, r = t.contextTypes, i = (r = r != null) ? Nn(e, o) : Yt), t = new t(n, i), e.memoizedState = t.state !== null && t.state !== void 0 ? t.state : null, t.updater = Ro, e.stateNode = t, t._reactInternals = e, r && (e = e.stateNode, e.__reactInternalMemoizedUnmaskedChildContext = o, e.__reactInternalMemoizedMaskedChildContext = i), t;
|
|
3202
3202
|
}
|
|
3203
3203
|
function xu(e, t, n, r) {
|
|
3204
|
-
e = t.state, typeof t.componentWillReceiveProps == "function" && t.componentWillReceiveProps(n, r), typeof t.UNSAFE_componentWillReceiveProps == "function" && t.UNSAFE_componentWillReceiveProps(n, r), t.state !== e &&
|
|
3204
|
+
e = t.state, typeof t.componentWillReceiveProps == "function" && t.componentWillReceiveProps(n, r), typeof t.UNSAFE_componentWillReceiveProps == "function" && t.UNSAFE_componentWillReceiveProps(n, r), t.state !== e && Ro.enqueueReplaceState(t, t.state, null);
|
|
3205
3205
|
}
|
|
3206
3206
|
function xl(e, t, n, r) {
|
|
3207
3207
|
var o = e.stateNode;
|
|
3208
3208
|
o.props = n, o.state = e.memoizedState, o.refs = {}, il(e);
|
|
3209
3209
|
var i = t.contextType;
|
|
3210
|
-
typeof i == "object" && i !== null ? o.context = it(i) : (i = He(t) ? an : Te.current, o.context = Nn(e, i)), o.state = e.memoizedState, i = t.getDerivedStateFromProps, typeof i == "function" && (yl(e, t, i, n), o.state = e.memoizedState), typeof t.getDerivedStateFromProps == "function" || typeof o.getSnapshotBeforeUpdate == "function" || typeof o.UNSAFE_componentWillMount != "function" && typeof o.componentWillMount != "function" || (t = o.state, typeof o.componentWillMount == "function" && o.componentWillMount(), typeof o.UNSAFE_componentWillMount == "function" && o.UNSAFE_componentWillMount(), t !== o.state &&
|
|
3210
|
+
typeof i == "object" && i !== null ? o.context = it(i) : (i = He(t) ? an : Te.current, o.context = Nn(e, i)), o.state = e.memoizedState, i = t.getDerivedStateFromProps, typeof i == "function" && (yl(e, t, i, n), o.state = e.memoizedState), typeof t.getDerivedStateFromProps == "function" || typeof o.getSnapshotBeforeUpdate == "function" || typeof o.UNSAFE_componentWillMount != "function" && typeof o.componentWillMount != "function" || (t = o.state, typeof o.componentWillMount == "function" && o.componentWillMount(), typeof o.UNSAFE_componentWillMount == "function" && o.UNSAFE_componentWillMount(), t !== o.state && Ro.enqueueReplaceState(o, o.state, null), wo(e, n, o, r), o.state = e.memoizedState), typeof o.componentDidMount == "function" && (e.flags |= 4194308);
|
|
3211
3211
|
}
|
|
3212
3212
|
function Un(e, t) {
|
|
3213
3213
|
try {
|
|
@@ -3290,10 +3290,10 @@ Error generating stack: ` + i.message + `
|
|
|
3290
3290
|
var i = t.ref;
|
|
3291
3291
|
return Bn(t, o), r = fl(e, t, n, r, i, o), n = pl(), e !== null && !Ye ? (t.updateQueue = e.updateQueue, t.flags &= -2053, e.lanes &= ~o, It(e, t, o)) : (me && n && qi(t), t.flags |= 1, De(e, t, r, o), t.child);
|
|
3292
3292
|
}
|
|
3293
|
-
function
|
|
3293
|
+
function Au(e, t, n, r, o) {
|
|
3294
3294
|
if (e === null) {
|
|
3295
3295
|
var i = n.type;
|
|
3296
|
-
return typeof i == "function" && !Kl(i) && i.defaultProps === void 0 && n.compare === null && n.defaultProps === void 0 ? (t.tag = 15, t.type = i,
|
|
3296
|
+
return typeof i == "function" && !Kl(i) && i.defaultProps === void 0 && n.compare === null && n.defaultProps === void 0 ? (t.tag = 15, t.type = i, Ru(e, t, i, r, o)) : (e = Vo(n.type, null, r, t, t.mode, o), e.ref = t.ref, e.return = t, t.child = e);
|
|
3297
3297
|
}
|
|
3298
3298
|
if (i = e.child, (e.lanes & o) === 0) {
|
|
3299
3299
|
var s = i.memoizedProps;
|
|
@@ -3301,7 +3301,7 @@ Error generating stack: ` + i.message + `
|
|
|
3301
3301
|
}
|
|
3302
3302
|
return t.flags |= 1, e = tn(i, r), e.ref = t.ref, e.return = t, t.child = e;
|
|
3303
3303
|
}
|
|
3304
|
-
function
|
|
3304
|
+
function Ru(e, t, n, r, o) {
|
|
3305
3305
|
if (e !== null) {
|
|
3306
3306
|
var i = e.memoizedProps;
|
|
3307
3307
|
if (ur(i, r) && e.ref === t.ref) if (Ye = !1, t.pendingProps = r = i, (e.lanes & o) !== 0) (e.flags & 131072) !== 0 && (Ye = !0);
|
|
@@ -3373,7 +3373,7 @@ Error generating stack: ` + i.message + `
|
|
|
3373
3373
|
function Mu(e, t, n) {
|
|
3374
3374
|
var r = t.pendingProps, o = ve.current, i = !1, s = (t.flags & 128) !== 0, f;
|
|
3375
3375
|
if ((f = s) || (f = e !== null && e.memoizedState === null ? !1 : (o & 2) !== 0), f ? (i = !0, t.flags &= -129) : (e === null || e.memoizedState !== null) && (o |= 1), ce(ve, o & 1), e === null)
|
|
3376
|
-
return _i(t), e = t.memoizedState, e !== null && (e = e.dehydrated, e !== null) ? ((t.mode & 1) === 0 ? t.lanes = 1 : e.data === "$!" ? t.lanes = 8 : t.lanes = 1073741824, null) : (s = r.children, e = r.fallback, i ? (r = t.mode, i = t.child, s = { mode: "hidden", children: s }, (r & 1) === 0 && i !== null ? (i.childLanes = 0, i.pendingProps = s) : i = jo(s, r, 0, null), e = vn(e, r, n, null), i.return = t, e.return = t, i.sibling = e, t.child = i, t.child.memoizedState = El(n), t.memoizedState = bl, e) :
|
|
3376
|
+
return _i(t), e = t.memoizedState, e !== null && (e = e.dehydrated, e !== null) ? ((t.mode & 1) === 0 ? t.lanes = 1 : e.data === "$!" ? t.lanes = 8 : t.lanes = 1073741824, null) : (s = r.children, e = r.fallback, i ? (r = t.mode, i = t.child, s = { mode: "hidden", children: s }, (r & 1) === 0 && i !== null ? (i.childLanes = 0, i.pendingProps = s) : i = jo(s, r, 0, null), e = vn(e, r, n, null), i.return = t, e.return = t, i.sibling = e, t.child = i, t.child.memoizedState = El(n), t.memoizedState = bl, e) : Al(t, s));
|
|
3377
3377
|
if (o = e.memoizedState, o !== null && (f = o.dehydrated, f !== null)) return Mf(e, t, s, r, f, o, n);
|
|
3378
3378
|
if (i) {
|
|
3379
3379
|
i = r.fallback, s = t.mode, o = e.child, f = o.sibling;
|
|
@@ -3382,11 +3382,11 @@ Error generating stack: ` + i.message + `
|
|
|
3382
3382
|
}
|
|
3383
3383
|
return i = e.child, e = i.sibling, r = tn(i, { mode: "visible", children: r.children }), (t.mode & 1) === 0 && (r.lanes = n), r.return = t, r.sibling = null, e !== null && (n = t.deletions, n === null ? (t.deletions = [e], t.flags |= 16) : n.push(e)), t.child = r, t.memoizedState = null, r;
|
|
3384
3384
|
}
|
|
3385
|
-
function
|
|
3385
|
+
function Al(e, t) {
|
|
3386
3386
|
return t = jo({ mode: "visible", children: t }, e.mode, 0, null), t.return = e, e.child = t;
|
|
3387
3387
|
}
|
|
3388
3388
|
function Po(e, t, n, r) {
|
|
3389
|
-
return r !== null && $i(r), Ln(t, e.child, null, n), e =
|
|
3389
|
+
return r !== null && $i(r), Ln(t, e.child, null, n), e = Al(t, t.pendingProps.children), e.flags |= 2, t.memoizedState = null, e;
|
|
3390
3390
|
}
|
|
3391
3391
|
function Mf(e, t, n, r, o, i, s) {
|
|
3392
3392
|
if (n)
|
|
@@ -3438,14 +3438,14 @@ Error generating stack: ` + i.message + `
|
|
|
3438
3438
|
}
|
|
3439
3439
|
return Ql(), r = wl(Error(a(421))), Po(e, t, s, r);
|
|
3440
3440
|
}
|
|
3441
|
-
return o.data === "$?" ? (t.flags |= 128, t.child = e.child, t = Yf.bind(null, e), o._reactRetry = t, null) : (e = i.treeContext, et = Wt(o.nextSibling), $e = t, me = !0, ft = null, e !== null && (rt[ot++] = Pt, rt[ot++] = zt, rt[ot++] = sn, Pt = e.id, zt = e.overflow, sn = t), t =
|
|
3441
|
+
return o.data === "$?" ? (t.flags |= 128, t.child = e.child, t = Yf.bind(null, e), o._reactRetry = t, null) : (e = i.treeContext, et = Wt(o.nextSibling), $e = t, me = !0, ft = null, e !== null && (rt[ot++] = Pt, rt[ot++] = zt, rt[ot++] = sn, Pt = e.id, zt = e.overflow, sn = t), t = Al(t, r.children), t.flags |= 4096, t);
|
|
3442
3442
|
}
|
|
3443
3443
|
function Lu(e, t, n) {
|
|
3444
3444
|
e.lanes |= t;
|
|
3445
3445
|
var r = e.alternate;
|
|
3446
3446
|
r !== null && (r.lanes |= t), rl(e.return, t, n);
|
|
3447
3447
|
}
|
|
3448
|
-
function
|
|
3448
|
+
function Rl(e, t, n, r, o) {
|
|
3449
3449
|
var i = e.memoizedState;
|
|
3450
3450
|
i === null ? e.memoizedState = { isBackwards: t, rendering: null, renderingStartTime: 0, last: r, tail: n, tailMode: o } : (i.isBackwards = t, i.rendering = null, i.renderingStartTime = 0, i.last = r, i.tail = n, i.tailMode = o);
|
|
3451
3451
|
}
|
|
@@ -3473,7 +3473,7 @@ Error generating stack: ` + i.message + `
|
|
|
3473
3473
|
else switch (o) {
|
|
3474
3474
|
case "forwards":
|
|
3475
3475
|
for (n = t.child, o = null; n !== null; ) e = n.alternate, e !== null && ko(e) === null && (o = n), n = n.sibling;
|
|
3476
|
-
n = o, n === null ? (o = t.child, t.child = null) : (o = n.sibling, n.sibling = null),
|
|
3476
|
+
n = o, n === null ? (o = t.child, t.child = null) : (o = n.sibling, n.sibling = null), Rl(t, !1, o, n, i);
|
|
3477
3477
|
break;
|
|
3478
3478
|
case "backwards":
|
|
3479
3479
|
for (n = null, o = t.child, t.child = null; o !== null; ) {
|
|
@@ -3483,10 +3483,10 @@ Error generating stack: ` + i.message + `
|
|
|
3483
3483
|
}
|
|
3484
3484
|
e = o.sibling, o.sibling = n, n = o, o = e;
|
|
3485
3485
|
}
|
|
3486
|
-
|
|
3486
|
+
Rl(t, !0, n, null, i);
|
|
3487
3487
|
break;
|
|
3488
3488
|
case "together":
|
|
3489
|
-
|
|
3489
|
+
Rl(t, !1, null, null, void 0);
|
|
3490
3490
|
break;
|
|
3491
3491
|
default:
|
|
3492
3492
|
t.memoizedState = null;
|
|
@@ -3757,7 +3757,7 @@ Error generating stack: ` + i.message + `
|
|
|
3757
3757
|
si(n, o), f = o;
|
|
3758
3758
|
for (i in f) if (f.hasOwnProperty(i)) {
|
|
3759
3759
|
var h = f[i];
|
|
3760
|
-
i === "style" ?
|
|
3760
|
+
i === "style" ? Ra(e, h) : i === "dangerouslySetInnerHTML" ? (h = h ? h.__html : void 0, h != null && Ea(e, h)) : i === "children" ? typeof h == "string" ? (n !== "textarea" || h !== "") && Yn(e, h) : typeof h == "number" && Yn(e, "" + h) : i !== "suppressContentEditableWarning" && i !== "suppressHydrationWarning" && i !== "autoFocus" && (d.hasOwnProperty(i) ? h != null && i === "onScroll" && de("scroll", e) : h != null && Z(e, i, h, s));
|
|
3761
3761
|
}
|
|
3762
3762
|
switch (n) {
|
|
3763
3763
|
case "input":
|
|
@@ -4178,7 +4178,7 @@ Error generating stack: ` + i.message + `
|
|
|
4178
4178
|
var S = ui(f, i);
|
|
4179
4179
|
for (s = 0; s < h.length; s += 2) {
|
|
4180
4180
|
var F = h[s], I = h[s + 1];
|
|
4181
|
-
F === "style" ?
|
|
4181
|
+
F === "style" ? Ra(o, I) : F === "dangerouslySetInnerHTML" ? Ea(o, I) : F === "children" ? Yn(o, I) : Z(o, F, I, S);
|
|
4182
4182
|
}
|
|
4183
4183
|
switch (f) {
|
|
4184
4184
|
case "input":
|
|
@@ -4269,7 +4269,7 @@ Error generating stack: ` + i.message + `
|
|
|
4269
4269
|
if (F === null) {
|
|
4270
4270
|
F = I;
|
|
4271
4271
|
try {
|
|
4272
|
-
o = I.stateNode, S ? (i = o.style, typeof i.setProperty == "function" ? i.setProperty("display", "none", "important") : i.display = "none") : (f = I.stateNode, h = I.memoizedProps.style, s = h != null && h.hasOwnProperty("display") ? h.display : null, f.style.display =
|
|
4272
|
+
o = I.stateNode, S ? (i = o.style, typeof i.setProperty == "function" ? i.setProperty("display", "none", "important") : i.display = "none") : (f = I.stateNode, h = I.memoizedProps.style, s = h != null && h.hasOwnProperty("display") ? h.display : null, f.style.display = Aa("display", s));
|
|
4273
4273
|
} catch (K) {
|
|
4274
4274
|
ke(e, e.return, K);
|
|
4275
4275
|
}
|
|
@@ -4527,7 +4527,7 @@ Error generating stack: ` + i.message + `
|
|
|
4527
4527
|
U = t.return;
|
|
4528
4528
|
}
|
|
4529
4529
|
}
|
|
4530
|
-
var Vf = Math.ceil, Io = te.ReactCurrentDispatcher, Ml = te.ReactCurrentOwner, at = te.ReactCurrentBatchConfig, ne = 0, Ne = null, be = null, Me = 0, tt = 0, Vn = Ht(0), Pe = 0,
|
|
4530
|
+
var Vf = Math.ceil, Io = te.ReactCurrentDispatcher, Ml = te.ReactCurrentOwner, at = te.ReactCurrentBatchConfig, ne = 0, Ne = null, be = null, Me = 0, tt = 0, Vn = Ht(0), Pe = 0, Ar = null, pn = 0, Mo = 0, Ll = 0, Rr = null, Je = null, Tl = 0, jn = 1 / 0, Mt = null, Lo = !1, Bl = null, Zt = null, To = !1, _t = null, Bo = 0, Pr = 0, Ol = null, Oo = -1, Uo = 0;
|
|
4531
4531
|
function Ve() {
|
|
4532
4532
|
return (ne & 6) !== 0 ? Se() : Oo !== -1 ? Oo : Oo = Se();
|
|
4533
4533
|
}
|
|
@@ -4593,10 +4593,10 @@ Error generating stack: ` + i.message + `
|
|
|
4593
4593
|
tl(), Io.current = i, ne = o, be !== null ? t = 0 : (Ne = null, Me = 0, t = Pe);
|
|
4594
4594
|
}
|
|
4595
4595
|
if (t !== 0) {
|
|
4596
|
-
if (t === 2 && (o = vi(e), o !== 0 && (r = o, t = Ul(e, o))), t === 1) throw n =
|
|
4596
|
+
if (t === 2 && (o = vi(e), o !== 0 && (r = o, t = Ul(e, o))), t === 1) throw n = Ar, mn(e, 0), en(e, r), Ge(e, Se()), n;
|
|
4597
4597
|
if (t === 6) en(e, r);
|
|
4598
4598
|
else {
|
|
4599
|
-
if (o = e.current.alternate, (r & 30) === 0 && !jf(o) && (t = Do(e, r), t === 2 && (i = vi(e), i !== 0 && (r = i, t = Ul(e, i))), t === 1)) throw n =
|
|
4599
|
+
if (o = e.current.alternate, (r & 30) === 0 && !jf(o) && (t = Do(e, r), t === 2 && (i = vi(e), i !== 0 && (r = i, t = Ul(e, i))), t === 1)) throw n = Ar, mn(e, 0), en(e, r), Ge(e, Se()), n;
|
|
4600
4600
|
switch (e.finishedWork = o, e.finishedLanes = r, t) {
|
|
4601
4601
|
case 0:
|
|
4602
4602
|
case 1:
|
|
@@ -4639,7 +4639,7 @@ Error generating stack: ` + i.message + `
|
|
|
4639
4639
|
return Ge(e, Se()), e.callbackNode === n ? Xu.bind(null, e) : null;
|
|
4640
4640
|
}
|
|
4641
4641
|
function Ul(e, t) {
|
|
4642
|
-
var n =
|
|
4642
|
+
var n = Rr;
|
|
4643
4643
|
return e.current.memoizedState.isDehydrated && (mn(e, t).flags |= 256), e = Do(e, t), e !== 2 && (t = Je, Je = n, t !== null && Dl(t)), e;
|
|
4644
4644
|
}
|
|
4645
4645
|
function Dl(e) {
|
|
@@ -4687,7 +4687,7 @@ Error generating stack: ` + i.message + `
|
|
|
4687
4687
|
var r = vi(e);
|
|
4688
4688
|
r !== 0 && (t = r, n = Ul(e, r));
|
|
4689
4689
|
}
|
|
4690
|
-
if (n === 1) throw n =
|
|
4690
|
+
if (n === 1) throw n = Ar, mn(e, 0), en(e, t), Ge(e, Se()), n;
|
|
4691
4691
|
if (n === 6) throw Error(a(345));
|
|
4692
4692
|
return e.finishedWork = e.current.alternate, e.finishedLanes = t, gn(e, Je, Mt), Ge(e, Se()), null;
|
|
4693
4693
|
}
|
|
@@ -4747,7 +4747,7 @@ Error generating stack: ` + i.message + `
|
|
|
4747
4747
|
}
|
|
4748
4748
|
n = n.return;
|
|
4749
4749
|
}
|
|
4750
|
-
if (Ne = e, be = e = tn(e.current, null), Me = tt = t, Pe = 0,
|
|
4750
|
+
if (Ne = e, be = e = tn(e.current, null), Me = tt = t, Pe = 0, Ar = null, Ll = Mo = pn = 0, Je = Rr = null, cn !== null) {
|
|
4751
4751
|
for (t = 0; t < cn.length; t++) if (n = cn[t], r = n.interleaved, r !== null) {
|
|
4752
4752
|
n.interleaved = null;
|
|
4753
4753
|
var o = r.next, i = n.pending;
|
|
@@ -4765,15 +4765,15 @@ Error generating stack: ` + i.message + `
|
|
|
4765
4765
|
do {
|
|
4766
4766
|
var n = be;
|
|
4767
4767
|
try {
|
|
4768
|
-
if (tl(), So.current =
|
|
4768
|
+
if (tl(), So.current = Ao, Co) {
|
|
4769
4769
|
for (var r = ye.memoizedState; r !== null; ) {
|
|
4770
4770
|
var o = r.queue;
|
|
4771
4771
|
o !== null && (o.pending = null), r = r.next;
|
|
4772
4772
|
}
|
|
4773
4773
|
Co = !1;
|
|
4774
4774
|
}
|
|
4775
|
-
if (fn = 0, ze =
|
|
4776
|
-
Pe = 1,
|
|
4775
|
+
if (fn = 0, ze = Re = ye = null, wr = !1, kr = 0, Ml.current = null, n === null || n.return === null) {
|
|
4776
|
+
Pe = 1, Ar = t, be = null;
|
|
4777
4777
|
break;
|
|
4778
4778
|
}
|
|
4779
4779
|
e: {
|
|
@@ -4807,7 +4807,7 @@ Error generating stack: ` + i.message + `
|
|
|
4807
4807
|
break e;
|
|
4808
4808
|
}
|
|
4809
4809
|
}
|
|
4810
|
-
i = h = Un(h, f), Pe !== 4 && (Pe = 2),
|
|
4810
|
+
i = h = Un(h, f), Pe !== 4 && (Pe = 2), Rr === null ? Rr = [i] : Rr.push(i), i = s;
|
|
4811
4811
|
do {
|
|
4812
4812
|
switch (i.tag) {
|
|
4813
4813
|
case 3:
|
|
@@ -4838,7 +4838,7 @@ Error generating stack: ` + i.message + `
|
|
|
4838
4838
|
}
|
|
4839
4839
|
function $u() {
|
|
4840
4840
|
var e = Io.current;
|
|
4841
|
-
return Io.current =
|
|
4841
|
+
return Io.current = Ao, e === null ? Ao : e;
|
|
4842
4842
|
}
|
|
4843
4843
|
function Ql() {
|
|
4844
4844
|
(Pe === 0 || Pe === 3 || Pe === 2) && (Pe = 4), Ne === null || (pn & 268435455) === 0 && (Mo & 268435455) === 0 || en(Ne, Me);
|
|
@@ -5103,7 +5103,7 @@ Error generating stack: ` + i.message + `
|
|
|
5103
5103
|
var o = Nn(t, Te.current);
|
|
5104
5104
|
Bn(t, n), o = fl(null, t, r, e, o, n);
|
|
5105
5105
|
var i = pl();
|
|
5106
|
-
return t.flags |= 1, typeof o == "object" && o !== null && typeof o.render == "function" && o.$$typeof === void 0 ? (t.tag = 1, t.memoizedState = null, t.updateQueue = null, He(r) ? (i = !0, co(t)) : i = !1, t.memoizedState = o.state !== null && o.state !== void 0 ? o.state : null, il(t), o.updater =
|
|
5106
|
+
return t.flags |= 1, typeof o == "object" && o !== null && typeof o.render == "function" && o.$$typeof === void 0 ? (t.tag = 1, t.memoizedState = null, t.updateQueue = null, He(r) ? (i = !0, co(t)) : i = !1, t.memoizedState = o.state !== null && o.state !== void 0 ? o.state : null, il(t), o.updater = Ro, t.stateNode = o, o._reactInternals = t, xl(t, r, e, n), t = Cl(null, t, r, !0, i, n)) : (t.tag = 0, me && i && qi(t), De(null, t, o, n), t = t.child), t;
|
|
5107
5107
|
case 16:
|
|
5108
5108
|
r = t.elementType;
|
|
5109
5109
|
e: {
|
|
@@ -5118,7 +5118,7 @@ Error generating stack: ` + i.message + `
|
|
|
5118
5118
|
t = Eu(null, t, r, e, n);
|
|
5119
5119
|
break e;
|
|
5120
5120
|
case 14:
|
|
5121
|
-
t =
|
|
5121
|
+
t = Au(null, t, r, pt(r.type, e), n);
|
|
5122
5122
|
break e;
|
|
5123
5123
|
}
|
|
5124
5124
|
throw Error(a(
|
|
@@ -5226,9 +5226,9 @@ Error generating stack: ` + i.message + `
|
|
|
5226
5226
|
case 9:
|
|
5227
5227
|
return o = t.type, r = t.pendingProps.children, Bn(t, n), o = it(o), r = r(o), t.flags |= 1, De(e, t, r, n), t.child;
|
|
5228
5228
|
case 14:
|
|
5229
|
-
return r = t.type, o = pt(r, t.pendingProps), o = pt(r.type, o),
|
|
5229
|
+
return r = t.type, o = pt(r, t.pendingProps), o = pt(r.type, o), Au(e, t, r, o, n);
|
|
5230
5230
|
case 15:
|
|
5231
|
-
return
|
|
5231
|
+
return Ru(e, t, t.type, t.pendingProps, n);
|
|
5232
5232
|
case 17:
|
|
5233
5233
|
return r = t.type, o = t.pendingProps, o = t.elementType === r ? o : pt(r, o), zo(e, t), t.tag = 1, He(r) ? (e = !0, co(t)) : e = !1, Bn(t, n), yu(t, r, o), xl(t, r, o, n), Cl(null, t, r, !0, e, n);
|
|
5234
5234
|
case 19:
|
|
@@ -5254,7 +5254,7 @@ Error generating stack: ` + i.message + `
|
|
|
5254
5254
|
if (typeof e == "function") return Kl(e) ? 1 : 0;
|
|
5255
5255
|
if (e != null) {
|
|
5256
5256
|
if (e = e.$$typeof, e === nt) return 11;
|
|
5257
|
-
if (e ===
|
|
5257
|
+
if (e === Ae) return 14;
|
|
5258
5258
|
}
|
|
5259
5259
|
return 2;
|
|
5260
5260
|
}
|
|
@@ -5291,7 +5291,7 @@ Error generating stack: ` + i.message + `
|
|
|
5291
5291
|
case nt:
|
|
5292
5292
|
s = 11;
|
|
5293
5293
|
break e;
|
|
5294
|
-
case
|
|
5294
|
+
case Ae:
|
|
5295
5295
|
s = 14;
|
|
5296
5296
|
break e;
|
|
5297
5297
|
case Ke:
|
|
@@ -5390,7 +5390,7 @@ Error generating stack: ` + i.message + `
|
|
|
5390
5390
|
var t = e.containerInfo;
|
|
5391
5391
|
hn(function() {
|
|
5392
5392
|
Qo(null, e, null, null);
|
|
5393
|
-
}), t[
|
|
5393
|
+
}), t[At] = null;
|
|
5394
5394
|
}
|
|
5395
5395
|
};
|
|
5396
5396
|
function Wo(e) {
|
|
@@ -5422,7 +5422,7 @@ Error generating stack: ` + i.message + `
|
|
|
5422
5422
|
};
|
|
5423
5423
|
}
|
|
5424
5424
|
var s = ac(t, r, e, 0, null, !1, !1, "", cc);
|
|
5425
|
-
return e._reactRootContainer = s, e[
|
|
5425
|
+
return e._reactRootContainer = s, e[At] = s.current, fr(e.nodeType === 8 ? e.parentNode : e), hn(), s;
|
|
5426
5426
|
}
|
|
5427
5427
|
for (; o = e.lastChild; ) e.removeChild(o);
|
|
5428
5428
|
if (typeof r == "function") {
|
|
@@ -5433,7 +5433,7 @@ Error generating stack: ` + i.message + `
|
|
|
5433
5433
|
};
|
|
5434
5434
|
}
|
|
5435
5435
|
var h = Yl(e, 0, !1, null, null, !1, !1, "", cc);
|
|
5436
|
-
return e._reactRootContainer = h, e[
|
|
5436
|
+
return e._reactRootContainer = h, e[At] = h.current, fr(e.nodeType === 8 ? e.parentNode : e), hn(function() {
|
|
5437
5437
|
Qo(t, h, n, r);
|
|
5438
5438
|
}), h;
|
|
5439
5439
|
}
|
|
@@ -5536,7 +5536,7 @@ Error generating stack: ` + i.message + `
|
|
|
5536
5536
|
}, qe.createRoot = function(e, t) {
|
|
5537
5537
|
if (!ql(e)) throw Error(a(299));
|
|
5538
5538
|
var n = !1, r = "", o = uc;
|
|
5539
|
-
return t != null && (t.unstable_strictMode === !0 && (n = !0), t.identifierPrefix !== void 0 && (r = t.identifierPrefix), t.onRecoverableError !== void 0 && (o = t.onRecoverableError)), t = Yl(e, 1, !1, null, null, n, !1, r, o), e[
|
|
5539
|
+
return t != null && (t.unstable_strictMode === !0 && (n = !0), t.identifierPrefix !== void 0 && (r = t.identifierPrefix), t.onRecoverableError !== void 0 && (o = t.onRecoverableError)), t = Yl(e, 1, !1, null, null, n, !1, r, o), e[At] = t.current, fr(e.nodeType === 8 ? e.parentNode : e), new Gl(t);
|
|
5540
5540
|
}, qe.findDOMNode = function(e) {
|
|
5541
5541
|
if (e == null) return null;
|
|
5542
5542
|
if (e.nodeType === 1) return e;
|
|
@@ -5552,7 +5552,7 @@ Error generating stack: ` + i.message + `
|
|
|
5552
5552
|
}, qe.hydrateRoot = function(e, t, n) {
|
|
5553
5553
|
if (!ql(e)) throw Error(a(405));
|
|
5554
5554
|
var r = n != null && n.hydratedSources || null, o = !1, i = "", s = uc;
|
|
5555
|
-
if (n != null && (n.unstable_strictMode === !0 && (o = !0), n.identifierPrefix !== void 0 && (i = n.identifierPrefix), n.onRecoverableError !== void 0 && (s = n.onRecoverableError)), t = ac(t, null, e, 1, n ?? null, o, !1, i, s), e[
|
|
5555
|
+
if (n != null && (n.unstable_strictMode === !0 && (o = !0), n.identifierPrefix !== void 0 && (i = n.identifierPrefix), n.onRecoverableError !== void 0 && (s = n.onRecoverableError)), t = ac(t, null, e, 1, n ?? null, o, !1, i, s), e[At] = t.current, fr(e), r) for (e = 0; e < r.length; e++) n = r[e], o = n._getVersion, o = o(n._source), t.mutableSourceEagerHydrationData == null ? t.mutableSourceEagerHydrationData = [n, o] : t.mutableSourceEagerHydrationData.push(
|
|
5556
5556
|
n,
|
|
5557
5557
|
o
|
|
5558
5558
|
);
|
|
@@ -5564,7 +5564,7 @@ Error generating stack: ` + i.message + `
|
|
|
5564
5564
|
if (!Ho(e)) throw Error(a(40));
|
|
5565
5565
|
return e._reactRootContainer ? (hn(function() {
|
|
5566
5566
|
Yo(null, null, e, !1, function() {
|
|
5567
|
-
e._reactRootContainer = null, e[
|
|
5567
|
+
e._reactRootContainer = null, e[At] = null;
|
|
5568
5568
|
});
|
|
5569
5569
|
}), !0) : !1;
|
|
5570
5570
|
}, qe.unstable_batchedUpdates = Vl, qe.unstable_renderSubtreeIntoContainer = function(e, t, n, r) {
|
|
@@ -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-Df44Trak.js").then((l) => ({
|
|
5682
5682
|
default: l.QABot
|
|
5683
5683
|
}))
|
|
5684
5684
|
);
|
|
@@ -5694,19 +5694,19 @@ let Fc = class extends C.Component {
|
|
|
5694
5694
|
loginUrl: g,
|
|
5695
5695
|
userEmail: y,
|
|
5696
5696
|
userName: E,
|
|
5697
|
-
accessId:
|
|
5697
|
+
accessId: A,
|
|
5698
5698
|
onAnalyticsEvent: b,
|
|
5699
5699
|
qaEndpoint: L,
|
|
5700
5700
|
ratingEndpoint: j
|
|
5701
5701
|
} = this.props, D = p || void 0 || null;
|
|
5702
5702
|
if (!D)
|
|
5703
5703
|
return console.error("QA Bot: No valid API key provided"), null;
|
|
5704
|
-
const
|
|
5704
|
+
const R = a !== void 0 ? a : document.cookie.split("; ").includes("SESSaccesscisso=1");
|
|
5705
5705
|
return /* @__PURE__ */ T.jsx(Nc, { children: /* @__PURE__ */ T.jsx(
|
|
5706
5706
|
mp,
|
|
5707
5707
|
{
|
|
5708
5708
|
welcome: u,
|
|
5709
|
-
isLoggedIn:
|
|
5709
|
+
isLoggedIn: R,
|
|
5710
5710
|
open: c,
|
|
5711
5711
|
onOpenChange: d,
|
|
5712
5712
|
embedded: m === !0,
|
|
@@ -5714,7 +5714,7 @@ let Fc = class extends C.Component {
|
|
|
5714
5714
|
loginUrl: g,
|
|
5715
5715
|
userEmail: y,
|
|
5716
5716
|
userName: E,
|
|
5717
|
-
accessId:
|
|
5717
|
+
accessId: A,
|
|
5718
5718
|
onAnalyticsEvent: b,
|
|
5719
5719
|
qaEndpoint: L,
|
|
5720
5720
|
ratingEndpoint: j
|
|
@@ -5969,11 +5969,11 @@ const Ic = [
|
|
|
5969
5969
|
let E = !1;
|
|
5970
5970
|
return Array.isArray(l) || (l = l ? [l] : [], E = !0), C.useEffect(() => {
|
|
5971
5971
|
l.length && (async () => {
|
|
5972
|
-
const
|
|
5972
|
+
const A = await Promise.all(
|
|
5973
5973
|
l.map(
|
|
5974
5974
|
(L) => bp(L, { body: u, cache: a, corsProxy: c, headers: p, method: m })
|
|
5975
5975
|
)
|
|
5976
|
-
), b = E ?
|
|
5976
|
+
), b = E ? A[0] : A;
|
|
5977
5977
|
y(b);
|
|
5978
5978
|
})();
|
|
5979
5979
|
}, [l.join(" ")]), g;
|
|
@@ -5981,7 +5981,7 @@ const Ic = [
|
|
|
5981
5981
|
const l = Bc(
|
|
5982
5982
|
"https://operations-api.access-ci.org/wh2/cider/v1/access-active-groups/type/resource-catalog.access-ci.org/"
|
|
5983
5983
|
);
|
|
5984
|
-
return
|
|
5984
|
+
return Ap([l], ({ results: u }) => {
|
|
5985
5985
|
const {
|
|
5986
5986
|
active_groups: a,
|
|
5987
5987
|
feature_categories: c,
|
|
@@ -5995,27 +5995,27 @@ const Ic = [
|
|
|
5995
5995
|
tags: []
|
|
5996
5996
|
}
|
|
5997
5997
|
], y = [-1];
|
|
5998
|
-
for (let
|
|
5999
|
-
[100, 102, 103].includes(
|
|
6000
|
-
tagCategoryId:
|
|
6001
|
-
name:
|
|
5998
|
+
for (let R of c)
|
|
5999
|
+
[100, 102, 103].includes(R.feature_category_id) && (g.push({
|
|
6000
|
+
tagCategoryId: R.feature_category_id,
|
|
6001
|
+
name: R.feature_category_name,
|
|
6002
6002
|
tags: []
|
|
6003
|
-
}), y.push(
|
|
6004
|
-
g.sort((
|
|
6005
|
-
const E = d.filter((
|
|
6006
|
-
tagId:
|
|
6007
|
-
name:
|
|
6008
|
-
tagCategoryId:
|
|
6009
|
-
})),
|
|
6010
|
-
for (let
|
|
6003
|
+
}), y.push(R.feature_category_id));
|
|
6004
|
+
g.sort((R, P) => R.name.localeCompare(P.name));
|
|
6005
|
+
const E = d.filter((R) => y.includes(R.feature_category_id)).map((R) => ({
|
|
6006
|
+
tagId: R.feature_id,
|
|
6007
|
+
name: R.feature_name,
|
|
6008
|
+
tagCategoryId: R.feature_category_id
|
|
6009
|
+
})), A = {};
|
|
6010
|
+
for (let R of p)
|
|
6011
6011
|
E.push({
|
|
6012
|
-
tagId:
|
|
6013
|
-
name:
|
|
6012
|
+
tagId: R.organization_id * -1,
|
|
6013
|
+
name: R.organization_name,
|
|
6014
6014
|
tagCategoryId: -1,
|
|
6015
|
-
iconUri:
|
|
6016
|
-
}), R
|
|
6017
|
-
E.sort((
|
|
6018
|
-
const b = E.map((
|
|
6015
|
+
iconUri: R.organization_favicon_url || null
|
|
6016
|
+
}), A[R.organization_id] = R;
|
|
6017
|
+
E.sort((R, P) => R.name.localeCompare(P.name));
|
|
6018
|
+
const b = E.map((R) => R.tagId), L = [
|
|
6019
6019
|
{
|
|
6020
6020
|
resourceCategoryId: 1,
|
|
6021
6021
|
name: "Compute & Storage Resources",
|
|
@@ -6028,29 +6028,29 @@ const Ic = [
|
|
|
6028
6028
|
resourceGroups: [],
|
|
6029
6029
|
resourceGroupIds: []
|
|
6030
6030
|
}
|
|
6031
|
-
], j = a.filter((
|
|
6032
|
-
infoGroupId:
|
|
6033
|
-
name:
|
|
6034
|
-
description:
|
|
6035
|
-
infoResourceIds:
|
|
6036
|
-
imageUri:
|
|
6031
|
+
], j = a.filter((R) => R.rollup_info_resourceids).map((R) => ({
|
|
6032
|
+
infoGroupId: R.info_groupid,
|
|
6033
|
+
name: R.group_descriptive_name,
|
|
6034
|
+
description: R.group_description,
|
|
6035
|
+
infoResourceIds: R.rollup_info_resourceids,
|
|
6036
|
+
imageUri: R.group_logo_url ? `https://cider.access-ci.org/public/groups/${R.group_logo_url.match(/[0-9]+/)[0]}/logo` : null,
|
|
6037
6037
|
tagIds: [
|
|
6038
|
-
...
|
|
6039
|
-
...
|
|
6038
|
+
...R.rollup_organization_ids.map((P) => P * -1).filter((P) => b.includes(P)),
|
|
6039
|
+
...R.rollup_feature_ids.filter(
|
|
6040
6040
|
(P) => b.includes(P)
|
|
6041
6041
|
)
|
|
6042
6042
|
],
|
|
6043
|
-
resourceCategoryId:
|
|
6044
|
-
accessAllocated:
|
|
6045
|
-
organizations:
|
|
6043
|
+
resourceCategoryId: R.rollup_feature_ids.includes(137) ? 2 : 1,
|
|
6044
|
+
accessAllocated: R.rollup_feature_ids.includes(139),
|
|
6045
|
+
organizations: R.rollup_organization_ids.map((P) => A[P]).filter((P) => P),
|
|
6046
6046
|
resources: m.filter(
|
|
6047
|
-
(P) =>
|
|
6047
|
+
(P) => R.rollup_info_resourceids.includes(P.info_resourceid)
|
|
6048
6048
|
)
|
|
6049
6049
|
})), D = j.find(
|
|
6050
|
-
(
|
|
6050
|
+
(R) => R.infoGroupId === "cloudbank.access-ci.org"
|
|
6051
6051
|
);
|
|
6052
6052
|
if (D)
|
|
6053
|
-
for (const
|
|
6053
|
+
for (const R of [
|
|
6054
6054
|
"Amazon Web Services",
|
|
6055
6055
|
"Google Cloud",
|
|
6056
6056
|
"IBM Cloud",
|
|
@@ -6058,11 +6058,11 @@ const Ic = [
|
|
|
6058
6058
|
])
|
|
6059
6059
|
j.push({
|
|
6060
6060
|
...D,
|
|
6061
|
-
infoGroupId: `${
|
|
6061
|
+
infoGroupId: `${R.toLowerCase().replaceAll(" ", "-")}${D.infoGroupId}`,
|
|
6062
6062
|
parentInfoGroupId: D.infoGroupId,
|
|
6063
|
-
name:
|
|
6063
|
+
name: R
|
|
6064
6064
|
});
|
|
6065
|
-
return j.sort((
|
|
6065
|
+
return j.sort((R, P) => R.name.localeCompare(P.name)), Rp({
|
|
6066
6066
|
resourceCategories: L,
|
|
6067
6067
|
resourceGroups: j,
|
|
6068
6068
|
tags: E,
|
|
@@ -6077,12 +6077,12 @@ const Ic = [
|
|
|
6077
6077
|
`https://operations-api.access-ci.org/wh2/cider/v1/access-active/info_groupid/${l}/?format=json`
|
|
6078
6078
|
);
|
|
6079
6079
|
return a && !a.error ? a.results : u;
|
|
6080
|
-
},
|
|
6080
|
+
}, Ap = (l, u, a = null) => C.useMemo(() => {
|
|
6081
6081
|
if (!l.length) return a;
|
|
6082
6082
|
for (let c of l)
|
|
6083
6083
|
if (!c || c.error) return a;
|
|
6084
6084
|
return u.apply(null, l);
|
|
6085
|
-
}, l),
|
|
6085
|
+
}, l), Rp = ({
|
|
6086
6086
|
resourceCategories: l,
|
|
6087
6087
|
resourceGroups: u,
|
|
6088
6088
|
tags: a,
|
|
@@ -6102,19 +6102,19 @@ const Ic = [
|
|
|
6102
6102
|
return { resourceCategories: l, resourceGroups: u, tags: a, tagCategories: c };
|
|
6103
6103
|
}, Qh = ({ resourceGroups: l, tags: u, tagCategories: a }, c) => {
|
|
6104
6104
|
const d = /* @__PURE__ */ new Set(), p = /* @__PURE__ */ new Set(), m = /* @__PURE__ */ new Set(), g = new Set(c);
|
|
6105
|
-
for (let
|
|
6106
|
-
g.has(
|
|
6105
|
+
for (let A of u)
|
|
6106
|
+
g.has(A.tagId) && m.add(A.tagCategoryId);
|
|
6107
6107
|
const y = a.filter(
|
|
6108
|
-
({ tagCategoryId:
|
|
6108
|
+
({ tagCategoryId: A }) => m.has(A)
|
|
6109
6109
|
), E = new Set(
|
|
6110
|
-
u.filter((
|
|
6110
|
+
u.filter((A) => !m.has(A.tagCategoryId)).map((A) => A.tagId)
|
|
6111
6111
|
);
|
|
6112
|
-
for (let
|
|
6112
|
+
for (let A of l) {
|
|
6113
6113
|
let b = !0;
|
|
6114
6114
|
for (let L of y) {
|
|
6115
6115
|
let j = !1;
|
|
6116
6116
|
for (let D of L.tags)
|
|
6117
|
-
if (g.has(D.tagId) &&
|
|
6117
|
+
if (g.has(D.tagId) && A.tags.includes(D)) {
|
|
6118
6118
|
j = !0;
|
|
6119
6119
|
break;
|
|
6120
6120
|
}
|
|
@@ -6124,8 +6124,8 @@ const Ic = [
|
|
|
6124
6124
|
}
|
|
6125
6125
|
}
|
|
6126
6126
|
if (b) {
|
|
6127
|
-
p.add(
|
|
6128
|
-
for (let L of
|
|
6127
|
+
p.add(A.infoGroupId), d.add(A.resourceCategoryId);
|
|
6128
|
+
for (let L of A.tagIds) E.delete(L);
|
|
6129
6129
|
}
|
|
6130
6130
|
}
|
|
6131
6131
|
return {
|
|
@@ -6223,9 +6223,9 @@ const Ic = [
|
|
|
6223
6223
|
onClick: g,
|
|
6224
6224
|
open: y,
|
|
6225
6225
|
parentId: E = "root",
|
|
6226
|
-
setOpen:
|
|
6226
|
+
setOpen: A
|
|
6227
6227
|
}) => {
|
|
6228
|
-
const b = C.useId(), L = y[E] == b, j = L || l == p, D = () =>
|
|
6228
|
+
const b = C.useId(), L = y[E] == b, j = L || l == p, D = () => A({ ...y, [E]: L ? null : b });
|
|
6229
6229
|
if (c) return /* @__PURE__ */ T.jsx("div", { dangerouslySetInnerHTML: { __html: c } });
|
|
6230
6230
|
if (a || g)
|
|
6231
6231
|
return /* @__PURE__ */ T.jsx(
|
|
@@ -6257,10 +6257,10 @@ const Ic = [
|
|
|
6257
6257
|
hidden: !j,
|
|
6258
6258
|
"aria-hidden": !j,
|
|
6259
6259
|
children: d.map(
|
|
6260
|
-
({ autoOpenMode:
|
|
6260
|
+
({ autoOpenMode: R, classes: P, href: G, html: X, items: Z, name: te, onClick: le }) => /* @__PURE__ */ T.jsx("li", { className: P || "", children: /* @__PURE__ */ T.jsx(
|
|
6261
6261
|
Oc,
|
|
6262
6262
|
{
|
|
6263
|
-
autoOpenMode:
|
|
6263
|
+
autoOpenMode: R,
|
|
6264
6264
|
href: G,
|
|
6265
6265
|
html: X,
|
|
6266
6266
|
items: Z,
|
|
@@ -6269,7 +6269,7 @@ const Ic = [
|
|
|
6269
6269
|
onClick: le,
|
|
6270
6270
|
open: y,
|
|
6271
6271
|
parentId: b,
|
|
6272
|
-
setOpen:
|
|
6272
|
+
setOpen: A
|
|
6273
6273
|
}
|
|
6274
6274
|
) }, te || X)
|
|
6275
6275
|
)
|
|
@@ -6451,21 +6451,21 @@ function Kn(l) {
|
|
|
6451
6451
|
return u;
|
|
6452
6452
|
}
|
|
6453
6453
|
function Up(l, u, a, c = {}) {
|
|
6454
|
-
let { window: d = document.defaultView, v5Compat: p = !1 } = c, m = d.history, g = "POP", y = null, E =
|
|
6454
|
+
let { window: d = document.defaultView, v5Compat: p = !1 } = c, m = d.history, g = "POP", y = null, E = A();
|
|
6455
6455
|
E == null && (E = 0, m.replaceState({ ...m.state, idx: E }, ""));
|
|
6456
|
-
function
|
|
6456
|
+
function A() {
|
|
6457
6457
|
return (m.state || { idx: null }).idx;
|
|
6458
6458
|
}
|
|
6459
6459
|
function b() {
|
|
6460
6460
|
g = "POP";
|
|
6461
|
-
let P =
|
|
6462
|
-
E = P, y && y({ action: g, location:
|
|
6461
|
+
let P = A(), G = P == null ? null : P - E;
|
|
6462
|
+
E = P, y && y({ action: g, location: R.location, delta: G });
|
|
6463
6463
|
}
|
|
6464
6464
|
function L(P, G) {
|
|
6465
6465
|
g = "PUSH";
|
|
6466
|
-
let X = Sc(P) ? P : la(
|
|
6467
|
-
E =
|
|
6468
|
-
let Z = Cc(X, E), te =
|
|
6466
|
+
let X = Sc(P) ? P : la(R.location, P, G);
|
|
6467
|
+
E = A() + 1;
|
|
6468
|
+
let Z = Cc(X, E), te = R.createHref(X.unstable_mask || X);
|
|
6469
6469
|
try {
|
|
6470
6470
|
m.pushState(Z, "", te);
|
|
6471
6471
|
} catch (le) {
|
|
@@ -6473,19 +6473,19 @@ function Up(l, u, a, c = {}) {
|
|
|
6473
6473
|
throw le;
|
|
6474
6474
|
d.location.assign(te);
|
|
6475
6475
|
}
|
|
6476
|
-
p && y && y({ action: g, location:
|
|
6476
|
+
p && y && y({ action: g, location: R.location, delta: 1 });
|
|
6477
6477
|
}
|
|
6478
6478
|
function j(P, G) {
|
|
6479
6479
|
g = "REPLACE";
|
|
6480
|
-
let X = Sc(P) ? P : la(
|
|
6481
|
-
E =
|
|
6482
|
-
let Z = Cc(X, E), te =
|
|
6483
|
-
m.replaceState(Z, "", te), p && y && y({ action: g, location:
|
|
6480
|
+
let X = Sc(P) ? P : la(R.location, P, G);
|
|
6481
|
+
E = A();
|
|
6482
|
+
let Z = Cc(X, E), te = R.createHref(X.unstable_mask || X);
|
|
6483
|
+
m.replaceState(Z, "", te), p && y && y({ action: g, location: R.location, delta: 0 });
|
|
6484
6484
|
}
|
|
6485
6485
|
function D(P) {
|
|
6486
6486
|
return Dp(P);
|
|
6487
6487
|
}
|
|
6488
|
-
let
|
|
6488
|
+
let R = {
|
|
6489
6489
|
get action() {
|
|
6490
6490
|
return g;
|
|
6491
6491
|
},
|
|
@@ -6517,7 +6517,7 @@ function Up(l, u, a, c = {}) {
|
|
|
6517
6517
|
return m.go(P);
|
|
6518
6518
|
}
|
|
6519
6519
|
};
|
|
6520
|
-
return
|
|
6520
|
+
return R;
|
|
6521
6521
|
}
|
|
6522
6522
|
function Dp(l, u = !1) {
|
|
6523
6523
|
let a = "http://localhost";
|
|
@@ -6547,21 +6547,21 @@ function Vp(l, u, a, c) {
|
|
|
6547
6547
|
}
|
|
6548
6548
|
function Vc(l, u = [], a = [], c = "", d = !1) {
|
|
6549
6549
|
let p = (m, g, y = d, E) => {
|
|
6550
|
-
let
|
|
6550
|
+
let A = {
|
|
6551
6551
|
relativePath: E === void 0 ? m.path || "" : E,
|
|
6552
6552
|
caseSensitive: m.caseSensitive === !0,
|
|
6553
6553
|
childrenIndex: g,
|
|
6554
6554
|
route: m
|
|
6555
6555
|
};
|
|
6556
|
-
if (
|
|
6557
|
-
if (!
|
|
6556
|
+
if (A.relativePath.startsWith("/")) {
|
|
6557
|
+
if (!A.relativePath.startsWith(c) && y)
|
|
6558
6558
|
return;
|
|
6559
6559
|
xe(
|
|
6560
|
-
|
|
6561
|
-
`Absolute route path "${
|
|
6562
|
-
),
|
|
6560
|
+
A.relativePath.startsWith(c),
|
|
6561
|
+
`Absolute route path "${A.relativePath}" nested under path "${c}" is not valid. An absolute child route path must start with the combined path of all its parent routes.`
|
|
6562
|
+
), A.relativePath = A.relativePath.slice(c.length);
|
|
6563
6563
|
}
|
|
6564
|
-
let b = St([c,
|
|
6564
|
+
let b = St([c, A.relativePath]), L = a.concat(A);
|
|
6565
6565
|
m.children && m.children.length > 0 && (xe(
|
|
6566
6566
|
// Our types know better, but runtime JS may not!
|
|
6567
6567
|
// @ts-expect-error
|
|
@@ -6634,9 +6634,9 @@ function qp(l, u) {
|
|
|
6634
6634
|
function Xp(l, u, a = !1) {
|
|
6635
6635
|
let { routesMeta: c } = l, d = {}, p = "/", m = [];
|
|
6636
6636
|
for (let g = 0; g < c.length; ++g) {
|
|
6637
|
-
let y = c[g], E = g === c.length - 1,
|
|
6637
|
+
let y = c[g], E = g === c.length - 1, A = p === "/" ? u : u.slice(p.length) || "/", b = ei(
|
|
6638
6638
|
{ path: y.relativePath, caseSensitive: y.caseSensitive, end: E },
|
|
6639
|
-
|
|
6639
|
+
A
|
|
6640
6640
|
), L = y.route;
|
|
6641
6641
|
if (!b && E && a && !c[c.length - 1].route.index && (b = ei(
|
|
6642
6642
|
{
|
|
@@ -6644,7 +6644,7 @@ function Xp(l, u, a = !1) {
|
|
|
6644
6644
|
caseSensitive: y.caseSensitive,
|
|
6645
6645
|
end: !1
|
|
6646
6646
|
},
|
|
6647
|
-
|
|
6647
|
+
A
|
|
6648
6648
|
)), !b)
|
|
6649
6649
|
return null;
|
|
6650
6650
|
Object.assign(d, b.params), m.push({
|
|
@@ -6670,13 +6670,13 @@ function ei(l, u) {
|
|
|
6670
6670
|
let p = d[0], m = p.replace(/(.)\/+$/, "$1"), g = d.slice(1);
|
|
6671
6671
|
return {
|
|
6672
6672
|
params: c.reduce(
|
|
6673
|
-
(E, { paramName:
|
|
6674
|
-
if (
|
|
6673
|
+
(E, { paramName: A, isOptional: b }, L) => {
|
|
6674
|
+
if (A === "*") {
|
|
6675
6675
|
let D = g[L] || "";
|
|
6676
6676
|
m = p.slice(0, p.length - D.length).replace(/(.)\/+$/, "$1");
|
|
6677
6677
|
}
|
|
6678
6678
|
const j = g[L];
|
|
6679
|
-
return b && !j ? E[
|
|
6679
|
+
return b && !j ? E[A] = void 0 : E[A] = (j || "").replace(/%2F/g, "/"), E;
|
|
6680
6680
|
},
|
|
6681
6681
|
{}
|
|
6682
6682
|
),
|
|
@@ -6692,9 +6692,9 @@ function Zp(l, u = !1, a = !0) {
|
|
|
6692
6692
|
);
|
|
6693
6693
|
let c = [], d = "^" + l.replace(/\/*\*?$/, "").replace(/^\/*/, "/").replace(/[\\.*+^${}|()[\]]/g, "\\$&").replace(
|
|
6694
6694
|
/\/:([\w-]+)(\?)?/g,
|
|
6695
|
-
(m, g, y, E,
|
|
6695
|
+
(m, g, y, E, A) => {
|
|
6696
6696
|
if (c.push({ paramName: g, isOptional: y != null }), y) {
|
|
6697
|
-
let b =
|
|
6697
|
+
let b = A.charAt(E + m.length);
|
|
6698
6698
|
return b && b !== "/" ? "/([^\\/]*)" : "(?:/([^\\/]*))?";
|
|
6699
6699
|
}
|
|
6700
6700
|
return "/([^\\/]+)";
|
|
@@ -6779,8 +6779,8 @@ function ca(l, u, a, c = !1) {
|
|
|
6779
6779
|
}
|
|
6780
6780
|
g = b >= 0 ? u[b] : "/";
|
|
6781
6781
|
}
|
|
6782
|
-
let y = e0(d, g), E = m && m !== "/" && m.endsWith("/"),
|
|
6783
|
-
return !y.pathname.endsWith("/") && (E ||
|
|
6782
|
+
let y = e0(d, g), E = m && m !== "/" && m.endsWith("/"), A = (p || m === ".") && a.endsWith("/");
|
|
6783
|
+
return !y.pathname.endsWith("/") && (E || A) && (y.pathname += "/"), y;
|
|
6784
6784
|
}
|
|
6785
6785
|
var St = (l) => l.join("/").replace(/\/\/+/g, "/"), n0 = (l) => l.replace(/\/+$/, "").replace(/^\/*/, "/"), r0 = (l) => !l || l === "?" ? "" : l.startsWith("?") ? l : "?" + l, o0 = (l) => !l || l === "#" ? "" : l.startsWith("#") ? l : "#" + l, i0 = class {
|
|
6786
6786
|
constructor(l, u, a, c = !1) {
|
|
@@ -6935,14 +6935,14 @@ function y0() {
|
|
|
6935
6935
|
a.go(y);
|
|
6936
6936
|
return;
|
|
6937
6937
|
}
|
|
6938
|
-
let
|
|
6938
|
+
let A = ca(
|
|
6939
6939
|
y,
|
|
6940
6940
|
JSON.parse(p),
|
|
6941
6941
|
d,
|
|
6942
6942
|
E.relative === "path"
|
|
6943
6943
|
);
|
|
6944
|
-
l == null && u !== "/" && (
|
|
6945
|
-
|
|
6944
|
+
l == null && u !== "/" && (A.pathname = A.pathname === "/" ? u : St([u, A.pathname])), (E.replace ? a.replace : a.push)(
|
|
6945
|
+
A,
|
|
6946
6946
|
E.state,
|
|
6947
6947
|
E
|
|
6948
6948
|
);
|
|
@@ -6994,7 +6994,7 @@ function Xc(l, u, a) {
|
|
|
6994
6994
|
Please change the parent <Route path="${P}"> to <Route path="${P === "/" ? "*" : `${P}/*`}">.`
|
|
6995
6995
|
);
|
|
6996
6996
|
}
|
|
6997
|
-
let
|
|
6997
|
+
let A = rn(), b;
|
|
6998
6998
|
if (u) {
|
|
6999
6999
|
let P = typeof u == "string" ? Kn(u) : u;
|
|
7000
7000
|
xe(
|
|
@@ -7002,7 +7002,7 @@ Please change the parent <Route path="${P}"> to <Route path="${P === "/" ? "*" :
|
|
|
7002
7002
|
`When overriding the location using \`<Routes location>\` or \`useRoutes(routes, location)\`, the location pathname must begin with the portion of the URL pathname that was matched by all parent routes. The current pathname base is "${y}" but pathname "${P.pathname}" was given in the \`location\` prop.`
|
|
7003
7003
|
), b = P;
|
|
7004
7004
|
} else
|
|
7005
|
-
b =
|
|
7005
|
+
b = A;
|
|
7006
7006
|
let L = b.pathname || "/", j = L;
|
|
7007
7007
|
if (y !== "/") {
|
|
7008
7008
|
let P = y.replace(/^\//, "").split("/");
|
|
@@ -7016,7 +7016,7 @@ Please change the parent <Route path="${P}"> to <Route path="${P === "/" ? "*" :
|
|
|
7016
7016
|
D == null || D[D.length - 1].route.element !== void 0 || D[D.length - 1].route.Component !== void 0 || D[D.length - 1].route.lazy !== void 0,
|
|
7017
7017
|
`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.`
|
|
7018
7018
|
);
|
|
7019
|
-
let
|
|
7019
|
+
let R = b0(
|
|
7020
7020
|
D && D.map(
|
|
7021
7021
|
(P) => Object.assign({}, P, {
|
|
7022
7022
|
params: Object.assign({}, m, P.params),
|
|
@@ -7045,7 +7045,7 @@ Please change the parent <Route path="${P}"> to <Route path="${P === "/" ? "*" :
|
|
|
7045
7045
|
d,
|
|
7046
7046
|
a
|
|
7047
7047
|
);
|
|
7048
|
-
return u &&
|
|
7048
|
+
return u && R ? /* @__PURE__ */ C.createElement(
|
|
7049
7049
|
Lr.Provider,
|
|
7050
7050
|
{
|
|
7051
7051
|
value: {
|
|
@@ -7062,8 +7062,8 @@ Please change the parent <Route path="${P}"> to <Route path="${P === "/" ? "*" :
|
|
|
7062
7062
|
/* Pop */
|
|
7063
7063
|
}
|
|
7064
7064
|
},
|
|
7065
|
-
|
|
7066
|
-
) :
|
|
7065
|
+
R
|
|
7066
|
+
) : R;
|
|
7067
7067
|
}
|
|
7068
7068
|
function w0() {
|
|
7069
7069
|
let l = z0(), u = l0(l) ? `${l.status} ${l.statusText}` : l instanceof Error ? l.message : JSON.stringify(l), a = l instanceof Error ? l.stack : null, c = "rgba(200,200,200, 0.5)", d = { padding: "0.5rem", backgroundColor: c }, p = { padding: "2px 4px", backgroundColor: c }, m = null;
|
|
@@ -7169,25 +7169,25 @@ function b0(l, u = [], a) {
|
|
|
7169
7169
|
}
|
|
7170
7170
|
let d = l, p = c?.errors;
|
|
7171
7171
|
if (p != null) {
|
|
7172
|
-
let
|
|
7172
|
+
let A = d.findIndex(
|
|
7173
7173
|
(b) => b.route.id && p?.[b.route.id] !== void 0
|
|
7174
7174
|
);
|
|
7175
7175
|
xe(
|
|
7176
|
-
|
|
7176
|
+
A >= 0,
|
|
7177
7177
|
`Could not find a matching route for errors on route IDs: ${Object.keys(
|
|
7178
7178
|
p
|
|
7179
7179
|
).join(",")}`
|
|
7180
7180
|
), d = d.slice(
|
|
7181
7181
|
0,
|
|
7182
|
-
Math.min(d.length,
|
|
7182
|
+
Math.min(d.length, A + 1)
|
|
7183
7183
|
);
|
|
7184
7184
|
}
|
|
7185
7185
|
let m = !1, g = -1;
|
|
7186
7186
|
if (a && c) {
|
|
7187
7187
|
m = c.renderFallback;
|
|
7188
|
-
for (let
|
|
7189
|
-
let b = d[
|
|
7190
|
-
if ((b.route.HydrateFallback || b.route.hydrateFallbackElement) && (g =
|
|
7188
|
+
for (let A = 0; A < d.length; A++) {
|
|
7189
|
+
let b = d[A];
|
|
7190
|
+
if ((b.route.HydrateFallback || b.route.hydrateFallbackElement) && (g = A), b.route.id) {
|
|
7191
7191
|
let { loaderData: L, errors: j } = c, D = b.route.loader && !L.hasOwnProperty(b.route.id) && (!j || j[b.route.id] === void 0);
|
|
7192
7192
|
if (b.route.lazy || D) {
|
|
7193
7193
|
a.isStatic && (m = !0), g >= 0 ? d = d.slice(0, g + 1) : d = [d[0]];
|
|
@@ -7196,8 +7196,8 @@ function b0(l, u = [], a) {
|
|
|
7196
7196
|
}
|
|
7197
7197
|
}
|
|
7198
7198
|
}
|
|
7199
|
-
let y = a?.onError, E = c && y ? (
|
|
7200
|
-
y(
|
|
7199
|
+
let y = a?.onError, E = c && y ? (A, b) => {
|
|
7200
|
+
y(A, {
|
|
7201
7201
|
location: c.location,
|
|
7202
7202
|
params: c.matches?.[0]?.params ?? {},
|
|
7203
7203
|
unstable_pattern: a0(c.matches),
|
|
@@ -7205,21 +7205,21 @@ function b0(l, u = [], a) {
|
|
|
7205
7205
|
});
|
|
7206
7206
|
} : void 0;
|
|
7207
7207
|
return d.reduceRight(
|
|
7208
|
-
(
|
|
7209
|
-
let j, D = !1,
|
|
7210
|
-
c && (j = p && b.route.id ? p[b.route.id] : void 0,
|
|
7208
|
+
(A, b, L) => {
|
|
7209
|
+
let j, D = !1, R = null, P = null;
|
|
7210
|
+
c && (j = p && b.route.id ? p[b.route.id] : void 0, R = b.route.errorElement || k0, m && (g < 0 && L === 0 ? (_c(
|
|
7211
7211
|
"route-fallback",
|
|
7212
7212
|
!1,
|
|
7213
7213
|
"No `HydrateFallback` element provided to render during initial hydration"
|
|
7214
7214
|
), D = !0, P = null) : g === L && (D = !0, P = b.route.hydrateFallbackElement || null)));
|
|
7215
7215
|
let G = u.concat(d.slice(0, L + 1)), X = () => {
|
|
7216
7216
|
let Z;
|
|
7217
|
-
return j ? Z =
|
|
7217
|
+
return j ? Z = R : D ? Z = P : b.route.Component ? Z = /* @__PURE__ */ C.createElement(b.route.Component, null) : b.route.element ? Z = b.route.element : Z = A, /* @__PURE__ */ C.createElement(
|
|
7218
7218
|
C0,
|
|
7219
7219
|
{
|
|
7220
7220
|
match: b,
|
|
7221
7221
|
routeContext: {
|
|
7222
|
-
outlet:
|
|
7222
|
+
outlet: A,
|
|
7223
7223
|
matches: G,
|
|
7224
7224
|
isDataRoute: c != null
|
|
7225
7225
|
},
|
|
@@ -7232,7 +7232,7 @@ function b0(l, u = [], a) {
|
|
|
7232
7232
|
{
|
|
7233
7233
|
location: c.location,
|
|
7234
7234
|
revalidation: c.revalidation,
|
|
7235
|
-
component:
|
|
7235
|
+
component: R,
|
|
7236
7236
|
error: j,
|
|
7237
7237
|
children: X(),
|
|
7238
7238
|
routeContext: { outlet: null, matches: G, isDataRoute: !0 },
|
|
@@ -7250,16 +7250,16 @@ function E0(l) {
|
|
|
7250
7250
|
let u = C.useContext(Wn);
|
|
7251
7251
|
return xe(u, fa(l)), u;
|
|
7252
7252
|
}
|
|
7253
|
-
function
|
|
7253
|
+
function A0(l) {
|
|
7254
7254
|
let u = C.useContext(ti);
|
|
7255
7255
|
return xe(u, fa(l)), u;
|
|
7256
7256
|
}
|
|
7257
|
-
function
|
|
7257
|
+
function R0(l) {
|
|
7258
7258
|
let u = C.useContext(bt);
|
|
7259
7259
|
return xe(u, fa(l)), u;
|
|
7260
7260
|
}
|
|
7261
7261
|
function pa(l) {
|
|
7262
|
-
let u =
|
|
7262
|
+
let u = R0(l), a = u.matches[u.matches.length - 1];
|
|
7263
7263
|
return xe(
|
|
7264
7264
|
a.route.id,
|
|
7265
7265
|
`${l} can only be used on routes that contain a unique "id"`
|
|
@@ -7272,7 +7272,7 @@ function P0() {
|
|
|
7272
7272
|
);
|
|
7273
7273
|
}
|
|
7274
7274
|
function z0() {
|
|
7275
|
-
let l = C.useContext(da), u =
|
|
7275
|
+
let l = C.useContext(da), u = A0(
|
|
7276
7276
|
"useRouteError"
|
|
7277
7277
|
/* UseRouteError */
|
|
7278
7278
|
), a = pa(
|
|
@@ -7298,9 +7298,9 @@ function N0() {
|
|
|
7298
7298
|
[l, u]
|
|
7299
7299
|
);
|
|
7300
7300
|
}
|
|
7301
|
-
var
|
|
7301
|
+
var Ac = {};
|
|
7302
7302
|
function _c(l, u, a) {
|
|
7303
|
-
!u && !
|
|
7303
|
+
!u && !Ac[l] && (Ac[l] = !0, Ct(!1, a));
|
|
7304
7304
|
}
|
|
7305
7305
|
C.memo(F0);
|
|
7306
7306
|
function F0({
|
|
@@ -7344,17 +7344,17 @@ function I0({
|
|
|
7344
7344
|
typeof a == "string" && (a = Kn(a));
|
|
7345
7345
|
let {
|
|
7346
7346
|
pathname: E = "/",
|
|
7347
|
-
search:
|
|
7347
|
+
search: A = "",
|
|
7348
7348
|
hash: b = "",
|
|
7349
7349
|
state: L = null,
|
|
7350
7350
|
key: j = "default",
|
|
7351
7351
|
unstable_mask: D
|
|
7352
|
-
} = a,
|
|
7352
|
+
} = a, R = C.useMemo(() => {
|
|
7353
7353
|
let P = Lt(E, g);
|
|
7354
7354
|
return P == null ? null : {
|
|
7355
7355
|
location: {
|
|
7356
7356
|
pathname: P,
|
|
7357
|
-
search:
|
|
7357
|
+
search: A,
|
|
7358
7358
|
hash: b,
|
|
7359
7359
|
state: L,
|
|
7360
7360
|
key: j,
|
|
@@ -7365,7 +7365,7 @@ function I0({
|
|
|
7365
7365
|
}, [
|
|
7366
7366
|
g,
|
|
7367
7367
|
E,
|
|
7368
|
-
|
|
7368
|
+
A,
|
|
7369
7369
|
b,
|
|
7370
7370
|
L,
|
|
7371
7371
|
j,
|
|
@@ -7373,9 +7373,9 @@ function I0({
|
|
|
7373
7373
|
D
|
|
7374
7374
|
]);
|
|
7375
7375
|
return Ct(
|
|
7376
|
-
|
|
7377
|
-
`<Router basename="${g}"> is not able to match the URL "${E}${
|
|
7378
|
-
),
|
|
7376
|
+
R != null,
|
|
7377
|
+
`<Router basename="${g}"> is not able to match the URL "${E}${A}${b}" because it does not start with the basename, so the <Router> won't render anything.`
|
|
7378
|
+
), R == null ? null : /* @__PURE__ */ C.createElement(ut.Provider, { value: y }, /* @__PURE__ */ C.createElement(Lr.Provider, { children: u, value: R }));
|
|
7379
7379
|
}
|
|
7380
7380
|
function M0({
|
|
7381
7381
|
children: l,
|
|
@@ -7487,8 +7487,8 @@ function j0(l, u) {
|
|
|
7487
7487
|
);
|
|
7488
7488
|
let y = l.getAttribute("formaction") || g.getAttribute("action");
|
|
7489
7489
|
if (c = y ? Lt(y, u) : null, a = l.getAttribute("formmethod") || g.getAttribute("method") || _o, d = oa(l.getAttribute("formenctype")) || oa(g.getAttribute("enctype")) || $o, p = new FormData(g, l), !D0()) {
|
|
7490
|
-
let { name: E, type:
|
|
7491
|
-
if (
|
|
7490
|
+
let { name: E, type: A, value: b } = l;
|
|
7491
|
+
if (A === "image") {
|
|
7492
7492
|
let L = E ? `${E}.` : "";
|
|
7493
7493
|
p.append(`${L}x`, "0"), p.append(`${L}y`, "0");
|
|
7494
7494
|
} else E && p.append(E, b);
|
|
@@ -7553,7 +7553,7 @@ async function H0(l, u, a) {
|
|
|
7553
7553
|
)
|
|
7554
7554
|
);
|
|
7555
7555
|
}
|
|
7556
|
-
function
|
|
7556
|
+
function Rc(l, u, a, c, d, p) {
|
|
7557
7557
|
let m = (y, E) => a[E] ? y.route.id !== a[E].route.id : !0, g = (y, E) => (
|
|
7558
7558
|
// param change, /users/123 -> /users/456
|
|
7559
7559
|
a[E].pathname !== y.pathname || // splat param changed, which is not present in match.path
|
|
@@ -7563,8 +7563,8 @@ function Ac(l, u, a, c, d, p) {
|
|
|
7563
7563
|
return p === "assets" ? u.filter(
|
|
7564
7564
|
(y, E) => m(y, E) || g(y, E)
|
|
7565
7565
|
) : p === "data" ? u.filter((y, E) => {
|
|
7566
|
-
let
|
|
7567
|
-
if (!
|
|
7566
|
+
let A = c.routes[y.route.id];
|
|
7567
|
+
if (!A || !A.hasLoader)
|
|
7568
7568
|
return !1;
|
|
7569
7569
|
if (m(y, E) || g(y, E))
|
|
7570
7570
|
return !0;
|
|
@@ -7635,25 +7635,25 @@ function ed() {
|
|
|
7635
7635
|
), l;
|
|
7636
7636
|
}
|
|
7637
7637
|
function Z0(l, u) {
|
|
7638
|
-
let a = C.useContext(ma), [c, d] = C.useState(!1), [p, m] = C.useState(!1), { onFocus: g, onBlur: y, onMouseEnter: E, onMouseLeave:
|
|
7638
|
+
let a = C.useContext(ma), [c, d] = C.useState(!1), [p, m] = C.useState(!1), { onFocus: g, onBlur: y, onMouseEnter: E, onMouseLeave: A, onTouchStart: b } = u, L = C.useRef(null);
|
|
7639
7639
|
C.useEffect(() => {
|
|
7640
7640
|
if (l === "render" && m(!0), l === "viewport") {
|
|
7641
|
-
let
|
|
7641
|
+
let R = (G) => {
|
|
7642
7642
|
G.forEach((X) => {
|
|
7643
7643
|
m(X.isIntersecting);
|
|
7644
7644
|
});
|
|
7645
|
-
}, P = new IntersectionObserver(
|
|
7645
|
+
}, P = new IntersectionObserver(R, { threshold: 0.5 });
|
|
7646
7646
|
return L.current && P.observe(L.current), () => {
|
|
7647
7647
|
P.disconnect();
|
|
7648
7648
|
};
|
|
7649
7649
|
}
|
|
7650
7650
|
}, [l]), C.useEffect(() => {
|
|
7651
7651
|
if (c) {
|
|
7652
|
-
let
|
|
7652
|
+
let R = setTimeout(() => {
|
|
7653
7653
|
m(!0);
|
|
7654
7654
|
}, 100);
|
|
7655
7655
|
return () => {
|
|
7656
|
-
clearTimeout(
|
|
7656
|
+
clearTimeout(R);
|
|
7657
7657
|
};
|
|
7658
7658
|
}
|
|
7659
7659
|
}, [c]);
|
|
@@ -7669,7 +7669,7 @@ function Z0(l, u) {
|
|
|
7669
7669
|
onFocus: Ir(g, j),
|
|
7670
7670
|
onBlur: Ir(y, D),
|
|
7671
7671
|
onMouseEnter: Ir(E, j),
|
|
7672
|
-
onMouseLeave: Ir(
|
|
7672
|
+
onMouseLeave: Ir(A, D),
|
|
7673
7673
|
onTouchStart: Ir(b, j)
|
|
7674
7674
|
}
|
|
7675
7675
|
] : [!1, L, {}];
|
|
@@ -7704,8 +7704,8 @@ function eh({
|
|
|
7704
7704
|
matches: u,
|
|
7705
7705
|
...a
|
|
7706
7706
|
}) {
|
|
7707
|
-
let c = rn(), { future: d, manifest: p, routeModules: m } = ed(), { basename: g } = $c(), { loaderData: y, matches: E } = X0(),
|
|
7708
|
-
() =>
|
|
7707
|
+
let c = rn(), { future: d, manifest: p, routeModules: m } = ed(), { basename: g } = $c(), { loaderData: y, matches: E } = X0(), A = C.useMemo(
|
|
7708
|
+
() => Rc(
|
|
7709
7709
|
l,
|
|
7710
7710
|
u,
|
|
7711
7711
|
E,
|
|
@@ -7715,7 +7715,7 @@ function eh({
|
|
|
7715
7715
|
),
|
|
7716
7716
|
[l, u, E, p, c]
|
|
7717
7717
|
), b = C.useMemo(
|
|
7718
|
-
() =>
|
|
7718
|
+
() => Rc(
|
|
7719
7719
|
l,
|
|
7720
7720
|
u,
|
|
7721
7721
|
E,
|
|
@@ -7727,11 +7727,11 @@ function eh({
|
|
|
7727
7727
|
), L = C.useMemo(() => {
|
|
7728
7728
|
if (l === c.pathname + c.search + c.hash)
|
|
7729
7729
|
return [];
|
|
7730
|
-
let
|
|
7730
|
+
let R = /* @__PURE__ */ new Set(), P = !1;
|
|
7731
7731
|
if (u.forEach((X) => {
|
|
7732
7732
|
let Z = p.routes[X.route.id];
|
|
7733
|
-
!Z || !Z.hasLoader || (!
|
|
7734
|
-
}),
|
|
7733
|
+
!Z || !Z.hasLoader || (!A.some((te) => te.route.id === X.route.id) && X.route.id in y && m[X.route.id]?.shouldRevalidate || Z.hasClientLoader ? P = !0 : R.add(X.route.id));
|
|
7734
|
+
}), R.size === 0)
|
|
7735
7735
|
return [];
|
|
7736
7736
|
let G = Q0(
|
|
7737
7737
|
l,
|
|
@@ -7739,9 +7739,9 @@ function eh({
|
|
|
7739
7739
|
d.unstable_trailingSlashAwareDataRequests,
|
|
7740
7740
|
"data"
|
|
7741
7741
|
);
|
|
7742
|
-
return P &&
|
|
7742
|
+
return P && R.size > 0 && G.searchParams.set(
|
|
7743
7743
|
"_routes",
|
|
7744
|
-
u.filter((X) =>
|
|
7744
|
+
u.filter((X) => R.has(X.route.id)).map((X) => X.route.id).join(",")
|
|
7745
7745
|
), [G.pathname + G.search];
|
|
7746
7746
|
}, [
|
|
7747
7747
|
g,
|
|
@@ -7749,7 +7749,7 @@ function eh({
|
|
|
7749
7749
|
y,
|
|
7750
7750
|
c,
|
|
7751
7751
|
p,
|
|
7752
|
-
|
|
7752
|
+
A,
|
|
7753
7753
|
u,
|
|
7754
7754
|
l,
|
|
7755
7755
|
m
|
|
@@ -7757,13 +7757,13 @@ function eh({
|
|
|
7757
7757
|
() => Y0(b, p),
|
|
7758
7758
|
[b, p]
|
|
7759
7759
|
), D = $0(b);
|
|
7760
|
-
return /* @__PURE__ */ C.createElement(C.Fragment, null, L.map((
|
|
7760
|
+
return /* @__PURE__ */ C.createElement(C.Fragment, null, L.map((R) => /* @__PURE__ */ C.createElement("link", { key: R, rel: "prefetch", as: "fetch", href: R, ...a })), j.map((R) => /* @__PURE__ */ C.createElement("link", { key: R, rel: "modulepreload", href: R, ...a })), D.map(({ key: R, link: P }) => (
|
|
7761
7761
|
// these don't spread `linkProps` because they are full link descriptors
|
|
7762
7762
|
// already with their own props
|
|
7763
7763
|
/* @__PURE__ */ C.createElement(
|
|
7764
7764
|
"link",
|
|
7765
7765
|
{
|
|
7766
|
-
key:
|
|
7766
|
+
key: R,
|
|
7767
7767
|
nonce: a.nonce,
|
|
7768
7768
|
...P,
|
|
7769
7769
|
crossOrigin: P.crossOrigin ?? a.crossOrigin
|
|
@@ -7824,28 +7824,28 @@ var td = /^(?:[a-z][a-z0-9+.-]*:|\/\/)/i, nd = C.forwardRef(
|
|
|
7824
7824
|
unstable_mask: g,
|
|
7825
7825
|
state: y,
|
|
7826
7826
|
target: E,
|
|
7827
|
-
to:
|
|
7827
|
+
to: A,
|
|
7828
7828
|
preventScrollReset: b,
|
|
7829
7829
|
viewTransition: L,
|
|
7830
7830
|
unstable_defaultShouldRevalidate: j,
|
|
7831
7831
|
...D
|
|
7832
|
-
},
|
|
7833
|
-
let { basename: P, navigator: G, unstable_useTransitions: X } = C.useContext(ut), Z = typeof
|
|
7834
|
-
|
|
7835
|
-
let le = g0(
|
|
7832
|
+
}, R) {
|
|
7833
|
+
let { basename: P, navigator: G, unstable_useTransitions: X } = C.useContext(ut), Z = typeof A == "string" && td.test(A), te = Wc(A, P);
|
|
7834
|
+
A = te.to;
|
|
7835
|
+
let le = g0(A, { relative: d }), pe = rn(), ge = null;
|
|
7836
7836
|
if (g) {
|
|
7837
|
-
let
|
|
7837
|
+
let Ae = ca(
|
|
7838
7838
|
g,
|
|
7839
7839
|
[],
|
|
7840
7840
|
pe.unstable_mask ? pe.unstable_mask.pathname : "/",
|
|
7841
7841
|
!0
|
|
7842
7842
|
);
|
|
7843
|
-
P !== "/" && (
|
|
7843
|
+
P !== "/" && (Ae.pathname = Ae.pathname === "/" ? P : St([P, Ae.pathname])), ge = G.createHref(Ae);
|
|
7844
7844
|
}
|
|
7845
7845
|
let [Ee, je, Xe] = Z0(
|
|
7846
7846
|
c,
|
|
7847
7847
|
D
|
|
7848
|
-
), Et = ah(
|
|
7848
|
+
), Et = ah(A, {
|
|
7849
7849
|
replace: m,
|
|
7850
7850
|
unstable_mask: g,
|
|
7851
7851
|
state: y,
|
|
@@ -7856,8 +7856,8 @@ var td = /^(?:[a-z][a-z0-9+.-]*:|\/\/)/i, nd = C.forwardRef(
|
|
|
7856
7856
|
unstable_defaultShouldRevalidate: j,
|
|
7857
7857
|
unstable_useTransitions: X
|
|
7858
7858
|
});
|
|
7859
|
-
function nt(
|
|
7860
|
-
u && u(
|
|
7859
|
+
function nt(Ae) {
|
|
7860
|
+
u && u(Ae), Ae.defaultPrevented || Et(Ae);
|
|
7861
7861
|
}
|
|
7862
7862
|
let Le = !(te.isExternal || p), Qe = (
|
|
7863
7863
|
// eslint-disable-next-line jsx-a11y/anchor-has-content
|
|
@@ -7868,7 +7868,7 @@ var td = /^(?:[a-z][a-z0-9+.-]*:|\/\/)/i, nd = C.forwardRef(
|
|
|
7868
7868
|
...Xe,
|
|
7869
7869
|
href: (Le ? ge : void 0) || te.absoluteURL || le,
|
|
7870
7870
|
onClick: Le ? nt : u,
|
|
7871
|
-
ref: th(
|
|
7871
|
+
ref: th(R, je),
|
|
7872
7872
|
target: E,
|
|
7873
7873
|
"data-discover": !Z && a === "render" ? "true" : void 0
|
|
7874
7874
|
}
|
|
@@ -7889,11 +7889,11 @@ var oh = C.forwardRef(
|
|
|
7889
7889
|
viewTransition: g,
|
|
7890
7890
|
children: y,
|
|
7891
7891
|
...E
|
|
7892
|
-
},
|
|
7893
|
-
let b = Br(m, { relative: E.relative }), L = rn(), j = C.useContext(ti), { navigator: D, basename:
|
|
7892
|
+
}, A) {
|
|
7893
|
+
let b = Br(m, { relative: E.relative }), L = rn(), j = C.useContext(ti), { navigator: D, basename: R } = C.useContext(ut), P = j != null && // Conditional usage is OK here because the usage of a data router is static
|
|
7894
7894
|
// eslint-disable-next-line react-hooks/rules-of-hooks
|
|
7895
7895
|
fh(b) && g === !0, G = D.encodeLocation ? D.encodeLocation(b).pathname : b.pathname, X = L.pathname, Z = j && j.navigation && j.navigation.location ? j.navigation.location.pathname : null;
|
|
7896
|
-
a || (X = X.toLowerCase(), Z = Z ? Z.toLowerCase() : null, G = G.toLowerCase()), Z &&
|
|
7896
|
+
a || (X = X.toLowerCase(), Z = Z ? Z.toLowerCase() : null, G = G.toLowerCase()), Z && R && (Z = Lt(Z, R) || Z);
|
|
7897
7897
|
const te = G !== "/" && G.endsWith("/") ? G.length - 1 : G.length;
|
|
7898
7898
|
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 = {
|
|
7899
7899
|
isActive: le,
|
|
@@ -7913,7 +7913,7 @@ var oh = C.forwardRef(
|
|
|
7913
7913
|
...E,
|
|
7914
7914
|
"aria-current": Ee,
|
|
7915
7915
|
className: je,
|
|
7916
|
-
ref:
|
|
7916
|
+
ref: A,
|
|
7917
7917
|
style: Xe,
|
|
7918
7918
|
to: m,
|
|
7919
7919
|
viewTransition: g
|
|
@@ -7935,12 +7935,12 @@ var ih = C.forwardRef(
|
|
|
7935
7935
|
action: g,
|
|
7936
7936
|
onSubmit: y,
|
|
7937
7937
|
relative: E,
|
|
7938
|
-
preventScrollReset:
|
|
7938
|
+
preventScrollReset: A,
|
|
7939
7939
|
viewTransition: b,
|
|
7940
7940
|
unstable_defaultShouldRevalidate: L,
|
|
7941
7941
|
...j
|
|
7942
7942
|
}, D) => {
|
|
7943
|
-
let { unstable_useTransitions:
|
|
7943
|
+
let { unstable_useTransitions: R } = 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) => {
|
|
7944
7944
|
if (y && y(le), le.defaultPrevented) return;
|
|
7945
7945
|
le.preventDefault();
|
|
7946
7946
|
let pe = le.nativeEvent.submitter, ge = pe?.getAttribute("formmethod") || m, Ee = () => P(pe || le.currentTarget, {
|
|
@@ -7950,11 +7950,11 @@ var ih = C.forwardRef(
|
|
|
7950
7950
|
replace: d,
|
|
7951
7951
|
state: p,
|
|
7952
7952
|
relative: E,
|
|
7953
|
-
preventScrollReset:
|
|
7953
|
+
preventScrollReset: A,
|
|
7954
7954
|
viewTransition: b,
|
|
7955
7955
|
unstable_defaultShouldRevalidate: L
|
|
7956
7956
|
});
|
|
7957
|
-
|
|
7957
|
+
R && a !== !1 ? C.startTransition(() => Ee()) : Ee();
|
|
7958
7958
|
};
|
|
7959
7959
|
return /* @__PURE__ */ C.createElement(
|
|
7960
7960
|
"form",
|
|
@@ -7988,12 +7988,12 @@ function ah(l, {
|
|
|
7988
7988
|
unstable_defaultShouldRevalidate: y,
|
|
7989
7989
|
unstable_useTransitions: E
|
|
7990
7990
|
} = {}) {
|
|
7991
|
-
let
|
|
7991
|
+
let A = v0(), b = rn(), L = Br(l, { relative: m });
|
|
7992
7992
|
return C.useCallback(
|
|
7993
7993
|
(j) => {
|
|
7994
7994
|
if (U0(j, u)) {
|
|
7995
7995
|
j.preventDefault();
|
|
7996
|
-
let D = a !== void 0 ? a : Mr(b) === Mr(L),
|
|
7996
|
+
let D = a !== void 0 ? a : Mr(b) === Mr(L), R = () => A(l, {
|
|
7997
7997
|
replace: D,
|
|
7998
7998
|
unstable_mask: c,
|
|
7999
7999
|
state: d,
|
|
@@ -8002,12 +8002,12 @@ function ah(l, {
|
|
|
8002
8002
|
viewTransition: g,
|
|
8003
8003
|
unstable_defaultShouldRevalidate: y
|
|
8004
8004
|
});
|
|
8005
|
-
E ? C.startTransition(() =>
|
|
8005
|
+
E ? C.startTransition(() => R()) : R();
|
|
8006
8006
|
}
|
|
8007
8007
|
},
|
|
8008
8008
|
[
|
|
8009
8009
|
b,
|
|
8010
|
-
|
|
8010
|
+
A,
|
|
8011
8011
|
L,
|
|
8012
8012
|
a,
|
|
8013
8013
|
c,
|
|
@@ -8030,7 +8030,7 @@ function ch() {
|
|
|
8030
8030
|
), { basename: u } = C.useContext(ut), a = P0(), c = l.fetch, d = l.navigate;
|
|
8031
8031
|
return C.useCallback(
|
|
8032
8032
|
async (p, m = {}) => {
|
|
8033
|
-
let { action: g, method: y, encType: E, formData:
|
|
8033
|
+
let { action: g, method: y, encType: E, formData: A, body: b } = j0(
|
|
8034
8034
|
p,
|
|
8035
8035
|
u
|
|
8036
8036
|
);
|
|
@@ -8039,7 +8039,7 @@ function ch() {
|
|
|
8039
8039
|
await c(L, a, m.action || g, {
|
|
8040
8040
|
unstable_defaultShouldRevalidate: m.unstable_defaultShouldRevalidate,
|
|
8041
8041
|
preventScrollReset: m.preventScrollReset,
|
|
8042
|
-
formData:
|
|
8042
|
+
formData: A,
|
|
8043
8043
|
body: b,
|
|
8044
8044
|
formMethod: m.method || y,
|
|
8045
8045
|
formEncType: m.encType || E,
|
|
@@ -8049,7 +8049,7 @@ function ch() {
|
|
|
8049
8049
|
await d(m.action || g, {
|
|
8050
8050
|
unstable_defaultShouldRevalidate: m.unstable_defaultShouldRevalidate,
|
|
8051
8051
|
preventScrollReset: m.preventScrollReset,
|
|
8052
|
-
formData:
|
|
8052
|
+
formData: A,
|
|
8053
8053
|
body: b,
|
|
8054
8054
|
formMethod: m.method || y,
|
|
8055
8055
|
formEncType: m.encType || E,
|
|
@@ -8070,10 +8070,10 @@ function dh(l, { relative: u } = {}) {
|
|
|
8070
8070
|
if (l == null) {
|
|
8071
8071
|
p.search = m.search;
|
|
8072
8072
|
let g = new URLSearchParams(p.search), y = g.getAll("index");
|
|
8073
|
-
if (y.some((
|
|
8073
|
+
if (y.some((A) => A === "")) {
|
|
8074
8074
|
g.delete("index"), y.filter((b) => b).forEach((b) => g.append("index", b));
|
|
8075
|
-
let
|
|
8076
|
-
p.search =
|
|
8075
|
+
let A = g.toString();
|
|
8076
|
+
p.search = A ? `?${A}` : "";
|
|
8077
8077
|
}
|
|
8078
8078
|
}
|
|
8079
8079
|
return (!l || l === ".") && d.route.index && (p.search = p.search ? p.search.replace(/^\?/, "?index&") : "?index"), a !== "/" && (p.pathname = p.pathname === "/" ? a : St([a, p.pathname])), Mr(p);
|
|
@@ -8093,7 +8093,7 @@ function fh(l, { relative: u } = {}) {
|
|
|
8093
8093
|
let p = Lt(a.currentLocation.pathname, c) || a.currentLocation.pathname, m = Lt(a.nextLocation.pathname, c) || a.nextLocation.pathname;
|
|
8094
8094
|
return ei(d.pathname, m) != null || ei(d.pathname, p) != null;
|
|
8095
8095
|
}
|
|
8096
|
-
const ph = C.lazy(() => import("./resource-group-detail-
|
|
8096
|
+
const ph = C.lazy(() => import("./resource-group-detail-CI_ldjMw.js")), hh = C.lazy(() => import("./resource-home-dD3bW3v7.js"));
|
|
8097
8097
|
function mh({
|
|
8098
8098
|
accessId: l,
|
|
8099
8099
|
baseUri: u = "/resources",
|
|
@@ -8156,9 +8156,9 @@ const gh = ({
|
|
|
8156
8156
|
m.length && window.addEventListener("scroll", function() {
|
|
8157
8157
|
const g = Tc() + window.innerHeight * 0.1;
|
|
8158
8158
|
let y = -1;
|
|
8159
|
-
m.forEach((E,
|
|
8159
|
+
m.forEach((E, A) => {
|
|
8160
8160
|
if (E.offsetTop < g)
|
|
8161
|
-
return y =
|
|
8161
|
+
return y = A, !1;
|
|
8162
8162
|
}), d(y);
|
|
8163
8163
|
});
|
|
8164
8164
|
}, []), !!m.length)
|
|
@@ -8180,15 +8180,15 @@ const gh = ({
|
|
|
8180
8180
|
) })) })
|
|
8181
8181
|
] });
|
|
8182
8182
|
}, Tt = ":host,:root{--contrast: #232323;--contrast-2: #3f3f3f;--contrast-3: #707070;--contrast-6: #999999;--contrast-7: #d9d9d9;--contrast-8: #dfdfdf;--contrast-9: #e5e5e5;--green-400: #288654;--red-400: #a70000;--orange-200: #f6d8ca;--orange-400: #f07537;--teal-050: #ecf9f8;--teal-100: #cee8e9;--teal-200: #b0dadb;--teal-400: #48c0b9;--teal-600: #107180;--teal-700: #1a5b6e;--yellow-200: #fce5ab;--yellow-400: #ffc42d;--color: white;--padding: 30px;--offset: 0px;--outline: white;color:var(--contrast)}:host,:host button,:root,:root button{font-family:Archivo,sans-serif}.container{margin:0 auto;padding:0 var(--padding);width:var(--width)}.visually-hidden{border:0!important;clip:rect(0,0,0,0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}@media(min-width:600px){:host,:root{--padding: calc((100% - var(--width)) / 2);--offset: 7px;--width: 540px}}@media(min-width:768px){:host,:root{--width: 712px}}@media(min-width:900px){:host,:root{--width: 840px}}@media(min-width:1024px){:host,:root{--width: 940px}}@media(min-width:1280px){:host,:root{--padding: 10px;--offset: 0px;--width: 1180px}}", vh = 'ul.breadcrumbs{--offset: calc((100vw - var(--width)) / 2);border-bottom:1px solid var(--contrast-7);box-sizing:border-box;font-size:14px;font-stretch:70%;font-weight:600;line-height:20px;list-style-type:none;margin:0;padding:0 30px;width:100vw}ul.breadcrumbs.top-border{border-top:1px solid var(--contrast-7)}ul.breadcrumbs.expand{margin-left:-30px;margin-right:-30px}ul.breadcrumbs li{display:inline-block;margin:0;padding:11px 0 6px;text-transform:uppercase;vertical-align:middle}ul.breadcrumbs li:not(.home):before{content:"/";margin:0 12px}ul.breadcrumbs li a{color:var(--teal-700);text-decoration:none}ul.breadcrumbs li:not(.home) a:active,ul.breadcrumbs li:not(.home) a:focus,ul.breadcrumbs li:not(.home) a:hover{text-decoration:underline}@media(min-width:600px){ul.breadcrumbs{padding-left:var(--offset);padding-right:var(--offset)}ul.breadcrumbs.expand{margin-left:calc(var(--offset) * -1);margin-right:calc(var(--offset) * -1)}}', yh = `:root{color:#232323;font-family:Archivo,sans-serif;font-size:16px}h1{font-size:36px;font-stretch:70%;font-weight:500;margin-top:60px}h2{font-size:22px;font-weight:800;margin-top:36px}h3{color:var(--teal-700);font-size:18px;font-weight:800}a{color:var(--contrast);font-weight:800;text-decoration:underline}a:active,a:focus,a:hover{color:var(--teal-600);text-decoration:none}ol,p,ul{font-size:1.125rem;line-height:1.875rem;margin:0 0 1.25rem}li{margin-bottom:.5rem}.btn{background-color:var(--teal-700);border:4px solid var(--teal-700);color:#fff;display:inline-block;font-family:Archivo,sans-serif;font-size:16px;font-weight:600;line-height:24px;padding:6px 12px;text-decoration:none;text-transform:uppercase}.secondary{background-color:var(--yellow-400);border-color:var(--yellow-400);color:var(--contrast)}.danger{background-color:var(--red-400);border-color:var(--red-400)}.lg{font-size:20px;line-height:30px;padding:8px 16px}.btn.active,.btn:active,.btn:focus,.btn:hover{background-color:#fff;border-color:var(--contrast);color:var(--contrast);cursor:pointer}.btn-clear,.btn-clear.active,.btn-clear:active,.btn-clear:focus,.btn-clear:hover{background-color:transparent;border-color:transparent;color:var(--contrast)}.btn:disabled{background-color:var(--contrast-8);border-color:var(--contrast-8);color:var(--contrast-3)}.btn .bi{vertical-align:middle}.btn+.btn{margin-left:10px}.table{border-top:1px solid var(--contrast);border-collapse:collapse;width:100%}.table td,.table th{border-bottom:1px solid var(--contrast);padding:16px}.table thead th{text-align:left}.table tbody th{text-align:right}input,select{border:1px solid var(--contrast-8);border-radius:0;color:var(--contrast);font-size:1rem;padding:6px 12px}select{appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/></svg>");background-position:right 12px center;background-repeat:no-repeat;padding:6px 36px 6px 12px}.intro{font-size:24px}`, xh = `:host{background-color:#fbfbfb}.container{color:var(--contrast)}a{color:var(--teal-600);font-weight:800;text-decoration:none}a:active,a:focus,a:hover{text-decoration:underline}.about{padding-top:25px}.awards{font-size:15px;line-height:21px;margin:0 0 20px}.disclaimer{font-size:12px;line-height:18px;margin:0 0 15px}.contact{font-size:16px;font-stretch:70%;text-transform:uppercase}.social{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;list-style-type:none;margin:0;padding:20px 0 10px}.social li{margin:0 35px 0 0;padding:0}.social li:last-child{margin:-10px}.social a{background-size:contain;background-repeat:no-repeat;display:block;height:25px;text-indent:-999999px;width:25px}.bluesky{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23232323' class='bi bi-bluesky' viewBox='0 0 16 16'><path d='M3.468 1.948C5.303 3.325 7.276 6.118 8 7.616c.725-1.498 2.698-4.29 4.532-5.668C13.855.955 16 .186 16 2.632c0 .489-.28 4.105-.444 4.692-.572 2.04-2.653 2.561-4.504 2.246 3.236.551 4.06 2.375 2.281 4.2-3.376 3.464-4.852-.87-5.23-1.98-.07-.204-.103-.3-.103-.218 0-.081-.033.014-.102.218-.379 1.11-1.855 5.444-5.231 1.98-1.778-1.825-.955-3.65 2.28-4.2-1.85.315-3.932-.205-4.503-2.246C.28 6.737 0 3.12 0 2.632 0 .186 2.145.955 3.468 1.948'/></svg>")}.youtube{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23232323' viewBox='0 0 16 16'><path d='M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.01 2.01 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.01 2.01 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31 31 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.01 2.01 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A100 100 0 0 1 7.858 2zM6.4 5.209v4.818l4.157-2.408z'/></svg>")}.facebook{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23232323' viewBox='0 0 16 16'><path d='M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951'/></svg>")}a.linkedin{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23232323' viewBox='0 0 16 16'><path d='M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z'/></svg>")}.lower{border-top:1px solid var(--contrast-9);padding:10px 0 60px}.links{display:flex;flex-direction:row;flex-wrap:wrap;list-style-type:none;margin:20px 0 0;padding:0}.links li{padding:0 20px 10px 0}.links li:last-child{padding-right:0}.links a{font-size:12px;font-weight:600}.scroll-to-top{background-color:#00000080;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' stroke='white' stroke-width='1' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708z'/></svg>");background-position:center;background-repeat:no-repeat;background-size:13px;border:0 none transparent;bottom:30px;cursor:pointer;display:block;height:40px;opacity:0;position:fixed;right:30px;text-indent:-999999px;transition:opacity .25s ease-out;width:40px;z-index:100}.scroll-to-top.visible{opacity:1}.personas{box-sizing:border-box;font-size:15px;padding:20px 0}.personas p{margin:0}.personas ul{list-style-type:none;margin:5px 0;padding:0}.personas li{padding:3px 0}@media(min-width:1024px){.lower{align-items:start;display:flex;flex-direction:row;justify-content:space-between}.links{margin-top:0}}@media(min-width:900px){.upper{display:flex;flex-direction:row;justify-content:space-between}.upper>*{width:calc((var(--width) - 20px) / 2)}.about{padding:40px 0 30px}.awards{font-size:18px;line-height:24px}.personas{font-size:18px;padding:40px calc(((var(--width) - 140px) / 8) + 20px) 30px}}`, wh = ".container{box-sizing:content-box;height:84px;padding-top:20px}@media(min-width:900px){.container{height:144px;padding-top:52px}}", od = `.logo{align-items:start;display:flex;flex-direction:row}.nsf-logo{height:49px}.access-logo{height:23px;margin-top:12px}.access,.nsf{display:block;text-decoration:none}.divider{border-right:2px solid #bbbbbb;height:40px;margin:4px 15px 0 12px;width:0}.name{color:var(--teal-700);display:block;font-size:17.5px;font-stretch:80%;font-weight:200;line-height:1;margin:3px 0 0;text-align:right}.name:before{content:"";display:inline-block;height:0;margin:0 5px 0 0;width:0}.name-allocations:before{border-bottom:12px solid var(--orange-400);border-left:12px solid transparent}.name-coordination-office:before{background-color:var(--teal-400);border-radius:6px;height:12px;margin:0 6px 0 0;width:12px}.name-metrics:before{background-image:url("data:image/svg+xml;utf8,<svg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' width='12'><circle cx='12' cy='0' r='12' fill='%23008496' /></svg>");background-size:cover;height:12px;margin:0 2px 0 0;width:12px}.name-operations:before{border-top:12px solid var(--yellow-400);border-right:12px solid transparent}.name-support:before{background-color:var(--teal-700);height:12px;margin:0 6px 0 0;width:12px}.logo-footer .nsf-logo{height:40px}.logo-footer .divider{height:34px;margin:3px 11px 0 9px}.logo-footer .access-logo{margin-top:10px;height:21px;width:auto}@media(min-width:900px){.nsf-logo{height:82px}.divider{height:70px;margin:6px 23px 0 20px}.access-logo{height:auto;margin-top:22px;width:253px}.name{font-size:30px}.name-allocations:before{border-bottom:20px solid var(--orange-400);border-left:20px solid transparent}.name-metrics:before{height:20px;margin:0 4px 0 0;width:20px}.name-operations:before{border-top:20px solid var(--yellow-400);border-right:20px solid transparent}.name-coordination-office:before{border-radius:9.5px;height:19px;width:19px}.name-support:before{height:19px;margin:0 7px 0 0;width:19px}}`, ga = `.menu{--icon-caret-down-dark: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23232323' viewBox='0 0 16 16'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>");--icon-caret-down-light: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>");--icon-caret-down-teal: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23107180' viewBox='0 0 16 16'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>")}.universal{--background: var(--teal-700);--border: rgba(19, 133, 151, .35)}.site{--background: var(--teal-600);--border: #157688}.site ul ul{--border: rgba(19, 133, 151, .35)}.menu ul,.menu li{list-style-type:none;margin:0;padding:0}.menu a{text-decoration:none}.item{background:transparent;border:0 none transparent;border-radius:0;box-sizing:border-box;cursor:pointer;display:block;text-align:left;width:100%}.item{font-size:14px;font-weight:600;line-height:21px;padding:13.5px var(--padding) 13.5px}.menu>ul>li>.item{font-weight:800}.item,.menu li:last-child li:last-child>.item{border-bottom:1px solid var(--border)}.menu li.highlight button.item,.menu li:last-child>.item,.menu>.collapsed{border-bottom:0 none transparent}.expanded{border-bottom-width:2px}.menu button.item{position:relative}.menu>button.item{font-weight:500;padding:13.5px var(--padding) 13.5px;text-transform:uppercase}.menu button.item:after{background-image:var(--icon-caret-down-light);background-repeat:no-repeat;background-size:18px;content:"";display:block;height:18px;right:calc(var(--padding) + var(--offset));position:absolute;top:15px;width:18px}.menu button.item.expanded:after{transform:rotate(180deg)}.menu .highlight button.item:after{background-image:var(--icon-caret-down-dark)}.menu button.item,.menu ul li{background-color:var(--background)}.menu button.item,.menu ul li a{color:var(--color)}.menu ul li li{background-color:#fff}.menu ul li li a{color:#138597}.icon>.item{background-position:calc(var(--padding) + var(--offset)) center;background-repeat:no-repeat;background-size:14px 14px;text-indent:-99999px}.icon-home>.item{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5'/></svg>")}.icon-search>.item{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0'/></svg>")}.track .item{text-transform:uppercase;padding-top:4px;padding-bottom:4px}.track:first-child .item{padding-top:17px}.track.grow .item{padding-bottom:21px}.track .item{border-bottom:0 none transparent}.highlight button.item{background-color:var(--yellow-400);color:var(--contrast)}.footer{background-color:var(--teal-700);padding:50px var(--padding) 36px;color:#fff}.footer h2{font-size:14px;font-weight:600;margin:0 auto 20px;text-transform:uppercase;width:var(--width)}.columns{margin:0 auto;width:var(--width)}.column{padding-bottom:14px}.footer a,.footer a:visited{color:#fff;text-decoration:none}.footer a:active,.footer a:focus,.footer a:hover{color:var(--teal-100);text-decoration:underline}.footer h3{font-size:14px;font-weight:800;margin:0}.footer ul{margin:0;padding:0}.footer li{font-size:14px;font-weight:600;list-style-type:none;padding:14px 0 0}@media(min-width:768px){.columns{display:flex;flex-direction:row;flex-wrap:wrap;padding:10px 0}.column{padding-bottom:40px;padding-right:20px;width:calc((var(--width) - 60px) / 4)}.column:nth-child(4),.column:last-child{padding-right:0}}@media(min-width:1280px){.site{--background: white;--color: var(--teal-600);--outline: var(--teal-700);--padding: 20px;border-bottom:1px solid #d9d9d9;border-top:3px solid var(--teal-700)}.site>ul{justify-content:end}.menu>button.item{display:none}.menu>ul{display:flex;flex-direction:row;margin:0 auto;width:calc(var(--width) + (2 * var(--padding)))}.item,.track .item,.track:first-child .item,.track.grow .item{border-bottom:0 none transparent;padding-top:12px;padding-bottom:12px}.site .item{font-size:16px}.grow{flex:1 0 auto}.universal{background-color:var(--teal-700)}.universal>ul>li:first-child{margin-left:-10px}.universal>ul>li:last-child{margin-right:-10px}.universal li button.item{--padding: 20px}.icon>.item{background-position:center center;width:56px}.menu button.item:after,.menu button.item.expanded:after,.menu .highlight button.item:after,.menu .highlight button.item.expanded:after{display:inline-block;margin-left:5px;position:static;vertical-align:middle}.menu button.item:after{background-image:var(--icon-caret-down-teal)}.universal button.item:after{background-image:var(--icon-caret-down-light)}.menu button.item.expanded:after,.menu button.item.item:active:after,.menu button.item.item:focus:after,.menu button.item.item:hover:after{background-image:var(--icon-caret-down-light)}.menu>ul>li{display:flex;flex-direction:row;justify-content:start;position:relative}.menu>ul>li.grow>.item{flex:0 1 0}.menu>ul>li.active>.item,.menu>ul>li>.expanded,.menu>ul>li>.item:active,.menu>ul>li>.item:focus,.menu>ul>li>.item:hover{background-color:var(--teal-600);color:#fff;outline:0 none transparent}.menu>ul>li>.item:focus-visible{outline:3px solid var(--outline);outline-offset:-3px;z-index:1000}.menu>ul ul{background-color:var(--teal-600);padding:10px 0;position:absolute;right:0;top:48px;z-index:9999}.menu>ul ul li{background-color:var(--teal-600)}.menu>ul ul .item{color:#fff;white-space:nowrap;padding:5px 20px}.menu>ul ul .item:active,.menu>ul ul .item:focus,.menu>ul ul .item:hover{color:#cee8e9;outline:0 none transparent;text-decoration:underline}.menu>ul ul .item:focus-visible{outline:3px solid white;outline-offset:-3px;z-index:1000}.menu>ul>li>.item{line-height:24px}}@media(min-width:1280px){.columns{flex-wrap:nowrap;padding:10px 0 0}.column{padding-bottom:72px;width:calc((var(--width) - 120px) / 7)}.column:nth-child(4){padding-right:20px}}`, kh = '@import"https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css";.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{-webkit-user-select:none;user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows,.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.glide--rtl{direction:rtl}.glide__arrow{position:absolute;display:block;top:50%;z-index:2;color:#fff;text-transform:uppercase;padding:9px 12px;background-color:transparent;border:2px solid rgba(255,255,255,.5);border-radius:4px;box-shadow:0 .25em .5em #0000001a;text-shadow:0 .25em .5em rgba(0,0,0,.1);opacity:1;cursor:pointer;transition:opacity .15s ease,border .3s ease-in-out;transform:translateY(-50%);line-height:1}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:#fff}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:.33}.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:inline-flex;list-style:none;transform:translate(-50%)}.glide__bullet{background-color:#ffffff80;width:9px;height:9px;padding:0;border-radius:50%;border:2px solid transparent;transition:all .3s ease-in-out;cursor:pointer;line-height:0;box-shadow:0 .25em .5em #0000001a;margin:0 .25em}.glide__bullet:focus{outline:none}.glide__bullet:hover,.glide__bullet:focus{border:2px solid #fff;background-color:#ffffff80}.glide__bullet--active{background-color:#fff}.glide--swipeable{cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.accordion{margin:0 0 16px}.accordion-heading{margin:0}.accordion-heading button{background-color:var(--teal-050);border:0 none transparent;color:var(--teal-700);cursor:pointer;display:block;font-size:16px;font-weight:800;padding:16px 40px 16px 20px;position:relative;text-align:left;width:100%}.accordion-heading button .icon{position:absolute;right:20px;top:16px}.accordion-content{padding:16px 20px 0}.alert{align-items:center;background-color:var(--yellow-200);border-radius:10px;display:flex;flex-direction:row;margin-bottom:20px;padding:20px}.alert i{margin-right:20px}ul.breadcrumbs{--offset: calc((100vw - var(--width)) / 2);border-bottom:1px solid var(--contrast-7);box-sizing:border-box;font-size:14px;font-stretch:70%;font-weight:600;line-height:20px;list-style-type:none;margin:0;padding:0 30px;width:100vw}ul.breadcrumbs.top-border{border-top:1px solid var(--contrast-7)}ul.breadcrumbs.expand{margin-left:-30px;margin-right:-30px}ul.breadcrumbs li{display:inline-block;margin:0;padding:11px 0 6px;text-transform:uppercase;vertical-align:middle}ul.breadcrumbs li:not(.home):before{content:"/";margin:0 12px}ul.breadcrumbs li a{color:var(--teal-700);text-decoration:none}ul.breadcrumbs li:not(.home) a:active,ul.breadcrumbs li:not(.home) a:focus,ul.breadcrumbs li:not(.home) a:hover{text-decoration:underline}@media(min-width:600px){ul.breadcrumbs{padding-left:var(--offset);padding-right:var(--offset)}ul.breadcrumbs.expand{margin-left:calc(var(--offset) * -1);margin-right:calc(var(--offset) * -1)}}.carousel{margin-bottom:1rem;width:var(--width)}.slide-inner{background-color:var(--contrast-9);display:flex;flex-direction:column}.slide-image img{display:block;width:100%}.slide-text{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:20px}.slide-text h2{font-size:16px;line-height:1.1;margin:0 0 .25rem}.slide-text a{font-size:14px;line-height:1.1}.slide-text p{font-size:14px;line-height:1.2;margin-bottom:.5rem}.glide__arrow{align-items:center;background-color:var(--contrast-3);border:0 none transparent;border-radius:15px;display:flex;justify-content:center;height:30px;padding:8px;width:30px}.glide__arrow:active,.glide__arrow:hover{background-color:var(--teal-700)}.glide__arrow svg{fill:#fff}.glide__arrow--left{margin-left:-66px}.glide__arrow--right{margin-right:-66px}@media(min-width:768px){.slide-inner{flex-direction:row}.slide-image img{width:calc((var(--width) - 20px) / 2)}}@media(min-width:1024px){.slide-image img{width:calc((var(--width) - 40px) / 3)}}@media(min-width:1280px){.slide-text h2{font-size:18px}.slide-text a{font-size:16px}.slide-text p{font-size:16px;line-height:1.2;margin-bottom:.5rem}}.highlight{background-color:var(--yellow-200);padding:2px 0}.header-components{margin-bottom:2rem}.button-group .btn{display:block;margin:0 0 10px}.card{border:5px solid var(--contrast);padding:20px}@media(min-width:768px){.flex-header{align-items:center;display:flex;justify-content:space-between}.header-components{margin-bottom:0}.button-group{display:flex}.button-group .btn{display:flex;margin:0 10px 0 0}}@media(min-width:1024px){.cards{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}.card{flex:1 0 20%;margin:0}}.donut-chart svg path{cursor:pointer}.donut-chart .center-text{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;line-height:1.2}.donut-chart .center-text *{cursor:default;display:block;margin-bottom:.25rem;text-align:center}.donut-chart .center-text .percent{color:var(--contrast-2);font-size:.7rem}.donut-chart .top-items{list-style-type:none;margin:0;padding:0}.donut-chart .top-items li{align-items:center;display:flex;flex-direction:row;font-size:1rem;line-height:1.2;margin-bottom:5px}.donut-chart .symbol{border-radius:8px;display:inline-block;height:16px;margin-right:5px;vertical-align:text-top;width:16px}.expand-text{margin-bottom:1rem;position:relative}.expand-text.contracted{max-height:5.3rem;overflow:hidden}.expand-text button{background-color:#fff;border:0 none transparent;color:var(--teal-700);cursor:pointer;font-size:1rem;font-weight:700}.expand-text.contracted button{background:linear-gradient(to right,#fff0,#fff 50% 100%);position:absolute;right:0;text-align:right;bottom:0;width:12rem}.grid{border-top:1px solid var(--contrast);max-width:100%;margin-bottom:1rem;overflow:scroll;position:relative}.grid table{border-collapse:separate;border-spacing:0;border-top:0 none transparent;margin-bottom:0;position:relative}.grid th{position:sticky;top:0;z-index:10}.grid th,.grid td{background-color:#fff}.grid th:last-child,.grid td:last-child{border-right:0 none transparent}.grid th.important,.grid td.important{background-color:#f8f9fa}.grid th.input,.grid td.input{background-color:var(--teal-200)}.grid .edited td,.grid .edited select{background-color:#faf1d7}.grid .edited td.important,.grid .edited select.important{background-color:#fbeeca}.grid .disabled td,.grid .disabled select{background-color:#ddd}.grid .disabled td.important,.grid .disabled select.important{background-color:#ccc}.grid tbody tr:last-child th,.grid tbody tr:last-child td{border-bottom:0 none transparent}.icon{height:1em;margin-right:5px;vertical-align:text-bottom}.info-tip{background-color:transparent;border:0 none transparent}.tippy-box[data-theme~=access]{background-color:var(--teal-700);border-radius:0;color:#fff;font-weight:400;padding:5px}.tippy-box[data-theme~=access][data-placement^=top]>.tippy-arrow:before{border-top-color:var(--teal-700)}.tippy-box[data-theme~=access][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:var(--teal-700)}.tippy-box[data-theme~=access][data-placement^=left]>.tippy-arrow:before{border-left-color:var(--teal-700)}.tippy-box[data-theme~=access][data-placement^=right]>.tippy-arrow:before{border-right-color:var(--teal-700)}.mini-bar{flex:0 0 auto;position:relative;width:100px}.mini-bar .bar{background-color:#ddd;height:1em}.filters-outer{float:right;position:relative}.filters-inner{background-color:#fff;border:4px solid var(--contrast);padding:20px;position:absolute;right:0;top:41px;width:calc(var(--width) * .4)}.filters-inner h2{font-size:16px;margin:0 0 1rem}.filters-inner ul.tags{margin-bottom:1rem}.btn-filters{position:relative}.btn-filters .active-tag-count{background-color:var(--orange-400);border-radius:10px;color:#fff;display:block;font-size:12px;height:20px;line-height:20px;top:-10px;position:absolute;text-align:center;right:-10px;width:20px}.btn-filters.active{z-index:100}.btn-filters.active:after{background-color:#fff;bottom:-4px;content:"";display:block;height:4px;left:0;position:absolute;width:100%}.event:not(:last-child){margin-bottom:1.5rem}.event-icon,.event-icon:active,.event-icon:focus,.event-icon:hover{align-items:center;background-color:var(--teal-700);color:#fff;display:none;flex:0 0 auto;flex-direction:column;font-weight:800;justify-content:center;height:calc((var(--width) - 140px) / 8);text-decoration:none;width:calc((var(--width) - 140px) / 8)}.event-icon span{display:block}.event-icon span:nth-child(2){font-size:2rem}.event-metadata{margin-bottom:1rem}.event-metadata i:not(:first-child){margin-left:1rem}@media(min-width:768px){.event{display:flex;flex-direction:row}.event-icon,.event-icon:active,.event-icon:focus,.event-icon:hover{display:flex;margin-right:20px}.event h3{margin-top:0}}@media(min-width:900px){.event-icon span:nth-child(2){font-size:3rem}}.carousel-projects .glide__slide{font-size:16px}.carousel-projects h3{margin:0 0 .25rem}.carousel-projects .project-metadata{margin-bottom:.5rem}.carousel-projects .project-meta{display:inline-block;font-weight:700;line-height:1.1;margin-right:1rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.carousel-projects .project-meta .bi{vertical-align:middle}.metrics-overview strong{background-color:var(--yellow-200);font-size:1.2rem;padding:2px;white-space:nowrap}.metrics-overview .bi{vertical-align:middle}.metrics-overview .btn{font-size:1rem}.metrics-disclaimer{font-size:.9rem;line-height:1.2;margin:.5rem 0}.metrics-disclaimer .bi{vertical-align:middle}.resource-group{align-items:flex-start;clear:both;display:flex;flex-direction:column;margin-bottom:20px}.resource-group-image{--image-width: 100%;align-items:center;background-color:var(--contrast-9);border:1px solid var(--contrast);color:var(--contrast-8);display:flex;flex:0 0 auto;flex-direction:column;font-size:5rem;justify-content:center;margin:20px 0;min-height:calc(var(--image-width) / 3 * 2);position:relative;width:var(--image-width)}.resource-group-image:active,.resource-group-image:focus,.resource-group-image:hover{color:var(--contrast-8)}.resource-group-image>img{display:block;width:100%}.image-type-logo{display:flex;flex-direction:column;justify-content:center;min-height:120px}.image-type-logo>*{margin:10px;width:calc(100% - 20px)}.resource-group-text *:first-child{margin-top:0}.resource-group-detail{margin-bottom:70px;width:var(--width)}.resource-group-feature-image{margin-top:60px;width:100%}.resource-group-description:after{clear:both;content:"";display:block}@media(min-width:768px){.resource-group{flex-direction:row;margin-bottom:40px}.resource-group-image{--image-width: calc((var(--width) - 140px) / 4 + 20px);margin:0 20px 0 0}}@media(min-width:900px){.resource-group-feature-image{float:right;margin:0 0 0 20px;width:calc(((var(--width) - 140px) / 8) * 3 + 40px)}}#resource-navigation{display:flex;flex-direction:column;gap:10px}@media(min-width:1024px){#resource-navigation{flex-direction:row;gap:20px}}#resource-news{background-color:var(--teal-100);padding:20px}#resource-news h2{font-size:1.2rem;font-weight:200;margin:0 0 .5rem}#resource-news ul{list-style-type:none;margin:0;padding:0}#resource-news li{font-size:1rem;line-height:1.3;margin:0 0 .5rem;padding:0}@media(min-width:1024px){#resource-news{box-sizing:border-box;width:calc((var(--width) - 60px) / 4)}}ul.resource-pathways{display:flex;flex-direction:column;gap:10px;list-style-type:none;margin:0;padding:0;width:100%}ul.resource-pathways li{margin:0;width:100%}ul.resource-pathways li a{align-items:flex-start;border:5px solid transparent;box-sizing:border-box;display:flex;height:100%;flex-direction:row;justify-content:flex-start;line-height:1.3;padding:20px;text-decoration:none}ul.resource-pathways a>.bi{font-size:2rem;margin-bottom:1rem}ul.resource-pathways li a>.detail{display:flex;flex-direction:column;margin-left:20px}ul.resource-pathways .title{font-size:1.2rem}ul.resource-pathways .description{font-size:1rem;font-weight:400}ul.resource-pathways .login{font-size:.9rem;font-style:italic;font-weight:400;margin-top:.25rem}ul.resource-pathways .login .bi{vertical-align:middle}.resource-pathway-0{background-color:var(--yellow-400)}.resource-pathway-1{background-color:var(--teal-600)}.resource-pathway-1 a{color:#fff}.resource-pathway-2{background-color:var(--orange-400)}.resource-pathway-3{background-color:var(--teal-200)}ul.resource-pathways li a:active,ul.resource-pathways li a:focus,ul.resource-pathways li a:hover{background-color:#fff;border:5px solid var(--contrast);color:var(--contrast)}@media(min-width:1024px){ul.resource-pathways{flex-direction:row;gap:20px}ul.resource-pathways li{box-sizing:border-box;width:calc((var(--width) - 60px) / 4)}ul.resource-pathways li a{flex-direction:column}ul.resource-pathways li a>.detail{margin-left:0}}.scroll-text{position:relative}.scroll-text:after{background-color:red;background:linear-gradient(to bottom,#fff0,#fff 50% 100%);bottom:0;content:"";display:block;height:2rem;left:0;position:absolute;width:100%;z-index:99999}.scroll-text-inner{padding-bottom:2rem;overflow-y:scroll}.search{position:relative}.search input{padding-right:35px}.search .btn-clear{position:absolute;right:-5px;top:-6px}.section-navigation{border-bottom:1px solid var(--contrast-8);border-top:1px solid var(--contrast-8);display:flex;flex-direction:row;margin:20px 0}.section-navigation h2{flex:0 0 auto;font-size:1rem;font-weight:400;margin:20px 0}.section-navigation ul{display:flex;flex-direction:row;flex-wrap:wrap;margin:0;padding:10px 0}.section-navigation li{line-height:1;list-style-type:none;flex:0 0 auto;font-size:1rem;margin:10px 0 10px 20px;padding:0}ul.tags{margin:0;padding:0}li.tag{display:inline-block;list-style-type:none;margin:0 5px 5px 0;max-width:100%}.tag button{background-color:var(--teal-100);border:1px solid var(--teal-400);border-radius:8px;color:var(--contrast);cursor:pointer;display:inline-block;font-size:16px;font-weight:500;line-height:18px;max-width:100%;overflow:hidden;padding:3px 7px;text-align:left;text-decoration:none;text-overflow:ellipsis;text-wrap:nowrap}.tag button:hover{background-color:var(--teal-200);color:var(--contrast)}.tag button:disabled{background-color:var(--contrast-9);border-color:var(--contrast-6);color:var(--contrast-3)}.tag.active button{border-color:var(--orange-400);background-color:var(--orange-200)}', Sh = ".toc{background-color:var(--teal-600);color:#fff;padding:20px;position:sticky;top:50px}h2{font-size:16px;font-weight:800;margin:0 0 16px}ul{margin:0;padding:0 0 0 20px}li{line-height:1.125;list-style-type:none;margin:0;padding:9px 0}a{color:#fff;font-size:16px;font-weight:600;text-decoration:underline;text-decoration-color:transparent}a :active,a:focus,a:hover{color:var(--teal-100);text-decoration-color:var(--teal-100)}@media(min-width:768px){a.active{color:var(--teal-100)}}@media(min-width:900px){.toc{padding:32px}}", Ch = '.rcb-chat-header-container{padding:12px;color:#fff;border-bottom:1px solid #ccc;display:flex;justify-content:space-between;max-height:55px}.rcb-chat-header{display:flex;flex-direction:row}.rcb-bot-avatar{background-size:cover;width:30px;height:30px;border-radius:50%;margin-right:12px}.rcb-message-prompt-container.visible{position:sticky;bottom:0;margin:auto;display:flex;align-items:center;justify-content:center;opacity:1;animation:rcb-animation-pop-in .3s ease-in-out;pointer-events:auto}.rcb-message-prompt-container.hidden{opacity:0;height:0px;visibility:hidden;pointer-events:none}.rcb-message-prompt-text{padding:6px 12px;border-radius:20px;color:#adadad;font-size:12px;background-color:#fff;border:.5px solid #adadad;cursor:pointer;transition:color .3s ease,border-color .3s ease;z-index:9999}.rcb-message-prompt-container.hidden .rcb-message-prompt-text{padding:0}.rcb-user-message-container{display:flex;flex-direction:row;justify-content:right}.rcb-user-message{margin-top:8px;padding:12px 16px;border-radius:22px;min-height:20px;height:fit-content;width:fit-content;font-size:15px;overflow-wrap:anywhere;overflow:auto;white-space:pre-wrap;text-align:right;margin-right:16px}.rcb-user-message-offset{margin-right:50px}.rcb-user-message-entry{animation:rcb-animation-user-message-entry .3s ease-in backwards}.rcb-message-user-avatar{background-size:cover;width:40px;height:40px;border-radius:50%;margin-top:9px}.rcb-message-user-avatar{margin-left:-10px;margin-right:6px}.rcb-bot-message-container{display:flex;flex-direction:row}.rcb-bot-message{margin-top:8px;padding:12px 16px;border-radius:22px;min-height:20px;height:fit-content;width:fit-content;font-size:15px;overflow-wrap:anywhere;overflow:auto;white-space:pre-wrap;text-align:left;margin-left:16px}.rcb-bot-message-offset{margin-left:50px}.rcb-bot-message-entry{animation:rcb-animation-bot-message-entry .3s ease-in backwards}.rcb-message-bot-avatar{background-size:cover;width:40px;height:40px;border-radius:50%;margin-top:9px}.rcb-message-bot-avatar{margin-left:6px;margin-right:-10px}.rcb-typing-indicator{display:flex;align-items:center}.rcb-dot{width:8px;height:8px;border-radius:50%;background-color:#ccc;margin-right:4px;animation:rcb-animation-bot-typing 1s infinite}.rcb-dot:nth-child(2){animation-delay:.2s}.rcb-dot:nth-child(3){animation-delay:.4s}.rcb-chat-body-container{position:relative;height:100%;width:100%;padding-bottom:16px;overflow-x:hidden;overflow-y:scroll;touch-action:pan-y}.rcb-chat-body-container::-webkit-scrollbar-track{background-color:#f1f1f1}.rcb-chat-body-container::-webkit-scrollbar-thumb{background-color:#ddd;border-radius:4px}.rcb-chat-body-container::-webkit-scrollbar-thumb:hover{background-color:#cfcfcf}.rcb-chat-body-container::-webkit-scrollbar-corner{background-color:#f1f1f1}.rcb-checkbox-container{display:flex;padding-top:12px;margin-left:16px;flex-wrap:wrap;gap:10px}.rcb-checkbox-offset{margin-left:50px!important}.rcb-checkbox-row-container{display:flex;align-items:center;gap:5px;border-width:.5px;border-style:solid;border-radius:10px;min-height:30px;max-height:32px;width:80%;cursor:pointer;background-color:#fff;animation:rcb-animations-checkboxes-entry .5s ease-out;overflow:hidden}.rcb-checkbox-row-container:hover{box-shadow:0 0 5px #0003}.rcb-checkbox-row{display:inline-flex;margin-left:10px;align-items:center;cursor:pointer}.rcb-checkbox-mark{width:20px;height:20px;background-color:#f2f2f2;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;transition:all .3s ease;margin-right:10px;cursor:pointer}.rcb-checkbox-mark:hover{background-color:#c2c2c2}.rcb-checkbox-mark:before{content:"✓";transition:all .3s ease}.rcb-checkbox-label{font-size:14px}.rcb-checkbox-next-button{text-align:center;display:inline-block;align-items:center;border-width:.5px;border-style:solid;border-radius:10px;font-size:24px;min-height:30px;max-height:32px;width:80%;cursor:pointer;background-color:#fff;animation:rcb-animations-checkboxes-entry .5s ease-out}.rcb-checkbox-next-button:before{content:"→"}.rcb-checkbox-next-button:hover{box-shadow:0 0 5px #0003}.rcb-options-container{padding-top:12px;margin-left:16px;max-width:70%;display:flex;flex-wrap:wrap;gap:10px}.rcb-options-offset{margin-left:50px!important}.rcb-options{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:20px;font-size:14px;border-width:.5px;border-style:solid;cursor:pointer;transition:background-color .3s ease;animation:rcb-animation-options-entry .5s ease-out;overflow:hidden}.rcb-options:hover{box-shadow:0 0 5px #0003}.rcb-line-break-container{display:flex;justify-content:center;align-items:center;padding-top:10px;padding-bottom:5px;max-height:45px}.rcb-line-break-text{padding:6px 12px;color:#adadad;font-size:12px}.rcb-spinner-container{display:flex;justify-content:center;align-items:center;padding-top:10px;padding-bottom:5px;min-height:35px;max-height:45px}.rcb-spinner{width:22px;height:22px;border-radius:50%;border:4px solid #f3f3f3;animation:rcb-animation-spin 1s linear infinite}.rcb-chat-input{padding:8px 16px;border-top:1px solid #ccc;display:flex;align-items:center;background-color:#fff}.rcb-chat-input::placeholder{color:#999}.rcb-chat-input-textarea{flex:1;padding:8px;border:none;border-radius:4px;outline:none;font-size:16px;resize:none;height:auto;min-height:38px;overflow-y:scroll;font-family:inherit;background-color:#fff;color:#000;touch-action:none}.rcb-chat-input-textarea::-webkit-scrollbar{background-color:transparent}.rcb-chat-input-textarea::-webkit-scrollbar-thumb{background-color:transparent}.rcb-chat-input-textarea::-webkit-scrollbar-thumb:hover{background-color:transparent}.rcb-chat-input-char-counter{font-size:14px;margin-left:8px;margin-top:3px}.rcb-chat-footer-container{padding:12px 16px 8px 10px;border-top:1px solid #ccc;max-height:55px;display:flex;justify-content:space-between;align-items:flex-end;font-size:12px;background-color:#f2f2f2;color:#000}.rcb-chat-footer{display:flex;flex-direction:row}.rcb-toggle-button{display:flex;flex-direction:row;position:fixed;bottom:20px;right:20px;z-index:9999;width:75px;height:75px;border-radius:50%;border:none;cursor:pointer;box-shadow:0 2px 4px #0003}.rcb-toggle-button.rcb-button-hide{opacity:0;visibility:hidden;animation:rcb-animation-collapse .3s ease-in-out forwards}.rcb-toggle-button.rcb-button-show{opacity:1;visibility:visible;animation:rcb-animation-expand .3s ease-in-out forwards}.rcb-toggle-icon{display:flex;justify-content:center;align-items:center;width:100%;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat;margin:auto;border-radius:inherit}.rcb-badge{position:absolute;top:-6px;right:-6px;border-radius:50%;background-color:red;color:#fff;height:25px;width:25px;display:flex;justify-content:center;align-items:center}.rcb-chat-tooltip{position:fixed;padding:16px;border-radius:20px;box-shadow:0 2px 6px #0003;white-space:nowrap;cursor:pointer;font-size:20px;transition:transform .3s ease;z-index:9999}.rcb-chat-tooltip-tail{content:"";position:absolute;top:50%;right:-10px;margin-top:-10px;border-width:10px 0 10px 10px;border-style:solid}.rcb-chat-tooltip.rcb-tooltip-hide{opacity:0;visibility:hidden;animation:rcb-animation-tooltip-out .5s ease-in-out}.rcb-chat-tooltip.rcb-tooltip-show{opacity:1;visibility:visible;animation:rcb-animation-tooltip-in .5s ease-in-out}.rcb-toast-prompt{padding:6px 12px;border-radius:5px;color:#7a7a7a;font-size:12px;text-align:center;background-color:#fff;border:.5px solid #7a7a7a;cursor:pointer;transition:color .3s ease,border-color .3s ease;z-index:9999;width:100%;margin-top:6px;animation:rcb-animation-pop-in .3s ease-in-out}.rcb-toast-prompt-container{position:absolute;left:50%;transform:translate(-50%);bottom:0;margin:auto;display:flex;align-items:center;justify-content:flex-end;flex-direction:column;opacity:1;animation:popIn .3s ease-in-out;pointer-events:auto;margin-top:200}.rcb-media-display-image-container,.rcb-media-display-video-container{margin-top:8px;margin-right:16px;border-radius:22px;padding:16px;width:fit-content}.rcb-media-display-offset{margin-right:50px!important}.rcb-media-display-image{width:100%;height:auto;border-radius:22px;object-fit:cover}.rcb-media-display-video{width:100%;height:auto;border-radius:22px;background-color:#000}.rcb-media-display-audio{margin-top:8px;margin-right:16px;width:100%;height:auto;border-radius:22px}.rcb-media-entry{animation:rcb-animation-user-message-entry .3s ease-in backwards}.rcb-attach-button-enabled,.rcb-attach-button-disabled{position:relative;display:inline-block;background-size:cover;width:30px;height:30px;border-radius:6px;text-align:center}.rcb-attach-button-enabled input[type=file],.rcb-attach-button-disabled input[type=file]{position:absolute;width:100%;height:100%;display:none}.rcb-attach-button-enabled{cursor:pointer}.rcb-attach-button-disabled{opacity:.5}.rcb-attach-button-enabled:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;background-color:#0000001a;border-radius:50%;opacity:0;transition:width .2s ease-out,height .2s ease-out,opacity .2s ease-out}.rcb-attach-button-enabled:hover:after{width:130%;height:130%;opacity:1}.rcb-attach-icon-enabled,.rcb-attach-icon-disabled{display:inline-block;width:24px;height:24px;margin-top:2px;background-repeat:no-repeat;background-size:cover;transition:background-image .3s ease}.rcb-attach-icon-enabled{cursor:pointer}.rcb-emoji-button-enabled,.rcb-emoji-button-disabled{position:relative;display:inline-block;background-size:cover;width:30px;height:30px;border-radius:6px;text-align:center;cursor:pointer}.rcb-emoji-icon-enabled,.rcb-emoji-icon-disabled{position:relative;display:inline-block;background-size:cover;font-size:20px;width:24px;height:24px;margin-top:2px;background-repeat:no-repeat}.rcb-emoji-icon-enabled{cursor:pointer}.rcb-emoji-icon-disabled{opacity:.5}.rcb-emoji-button-enabled:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;background-color:#0000001a;border-radius:50%;opacity:0;transition:width .2s ease-out,height .2s ease-out,opacity .2s ease-out}.rcb-emoji-button-enabled:hover:after{width:130%;height:130%;opacity:1}.rcb-emoji-button-popup{position:absolute;width:158px;background-color:#fff;border:1px solid #ccc;border-radius:4px;padding:8px;box-shadow:0 2px 4px #0003;max-height:200px;overflow-y:auto;transform:translateY(calc(-100% - 30px))}.rcb-emoji{cursor:pointer;font-size:24px;padding:3px;transition:transform .2s ease-in-out}.rcb-emoji:hover{transform:scale(1.2)}.rcb-audio-icon{position:relative;display:inline-block;background-size:cover;width:30px;height:30px;border:none;cursor:pointer;margin-left:5px}.rcb-audio-icon:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;background-color:#0000001a;border-radius:50%;opacity:0;transition:width .2s ease-out,height .2s ease-out,opacity .2s ease-out}.rcb-audio-icon:hover:after{width:130%;height:130%;opacity:1}.rcb-close-chat-icon{position:relative;display:inline-block;background-size:cover;width:30px;height:30px;border:none;margin-left:5px;cursor:pointer}.rcb-close-chat-icon:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;background-color:#0000001a;border-radius:50%;opacity:0;transition:width .2s ease-out,height .2s ease-out,opacity .2s ease-out}.rcb-close-chat-icon:hover:after{width:130%;height:130%;opacity:1}.rcb-notification-icon{position:relative;display:inline-block;background-size:cover;width:30px;height:30px;border:none;cursor:pointer;margin-left:5px}.rcb-notification-icon:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;background-color:#0000001a;border-radius:50%;opacity:0;transition:width .2s ease-out,height .2s ease-out,opacity .2s ease-out}.rcb-notification-icon:hover:after{width:130%;height:130%;opacity:1}.rcb-voice-button-enabled,.rcb-voice-button-disabled{display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase;border-radius:4px;box-shadow:0 0 3px #0000004d;cursor:pointer;height:32px;width:32px;margin-left:8px;transition:all .3s ease;background-color:#fff}.rcb-voice-button-enabled{border:1px solid red;box-shadow:0 0 3px #ff000080}.rcb-voice-button-enabled:hover{border:1px solid rgb(61,0,0)}.rcb-voice-button-disabled{border:1px;border-style:solid;border-color:#0003}.rcb-voice-button-disabled:hover{box-shadow:0 0 3px #8a0000}.rcb-voice-icon{width:60%;height:60%;background-size:cover;object-fit:cover;background-size:contain;background-repeat:no-repeat;background-position:center}.rcb-voice-icon.on{animation:rcb-animation-ping 1s infinite}.rcb-send-button{display:inline-flex;justify-content:center;text-transform:uppercase;border:none;border-radius:4px;box-shadow:0 0 3px #0000004d;cursor:pointer;transition:background-color .3s ease;height:32px;width:51px;margin-left:8px}.rcb-send-icon{width:50%;height:50%;transform:translateY(20%);background-size:cover;object-fit:cover;background-size:contain;background-repeat:no-repeat;background-position:center}.rcb-view-history-container{display:flex;justify-content:center;align-items:center;padding-top:10px;padding-bottom:5px;min-height:35px;max-height:45px}.rcb-view-history-button{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:20px;color:#adadad;font-size:12px;background-color:#fff;border-color:#adadad;border-width:.5px;border-style:solid;max-width:60%;cursor:pointer;transition:color .3s ease,border-color .3s ease}.rcb-view-history-button>p{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rcb-chatbot-global{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;z-index:9999}.rcb-chat-window{position:fixed;right:20px;bottom:20px;border-radius:10px;box-shadow:0 2px 4px #0003;background-color:#fff;transition:all .3s ease;overflow:hidden;display:flex;flex-direction:column;width:375px;height:550px}.rcb-window-embedded .rcb-chat-window{position:relative;opacity:1;visibility:visible;right:auto;bottom:auto}.rcb-window-open .rcb-chat-window{opacity:1;visibility:visible;animation:rcb-animation-expand .3s ease-in-out forwards}.rcb-window-close .rcb-chat-window{opacity:0;visibility:hidden;animation:rcb-animation-collapse .3s ease-in-out forwards}@keyframes rcb-animation-expand{0%{transform:translate(100%,100%) scale(0);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes rcb-animation-collapse{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(100%,100%) scale(0);opacity:0}}@keyframes rcb-animation-ping{0%{filter:brightness(100%);opacity:1}50%{filter:brightness(50%);opacity:.8}}@keyframes rcb-animation-bot-message-entry{0%{transform:translate(-100%,50%) scale(0);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes rcb-animation-user-message-entry{0%{transform:translate(100%,50%) scale(0);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes rcb-animation-bot-typing{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}@keyframes rcb-animation-pop-in{0%{transform:scale(.8);opacity:0}70%{transform:scale(1.1);opacity:1}to{transform:scale(1)}}@keyframes rcb-animations-checkboxes-entry{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes rcb-animation-options-entry{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes rcb-animation-tooltip-in{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes rcb-animation-tooltip-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-5px)}}@keyframes rcb-animation-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}', bh = ".rcb-chat-notification-badge,.rcb-notification-badge{display:none!important}.rcb-chat-window .rcb-bot-avatar{background-size:contain;border-radius:0;background-position:center;background-repeat:no-repeat}.rcb-toggle-icon{background-size:62%!important;background-position:calc(50% - 1px) calc(50% + 2px);background-repeat:no-repeat;background-color:transparent!important}.rcb-chat-button-icon{background-size:contain;background-position:center;background-repeat:no-repeat}.rcb-chat-window{width:550px!important;height:800px!important;max-height:80vh!important;max-width:100%}.rcb-chat-window .rcb-chat-header{display:flex;flex-direction:row;align-items:center;font-weight:700}.rcb-chat-footer-container{align-items:center!important;font-size:10px}.qa-bot .user-login-icon{display:none!important}.qa-bot.bot-logged-in .user-login-icon{display:flex!important;transform:scale(1.3) translateY(-2px)}@media(max-width:768px){.rcb-chat-window{width:550px!important;max-width:calc(100vw - 40px)!important;max-height:calc(100vh - 100px)!important}}@media(max-width:480px){.rcb-chat-window{width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important;max-height:calc(100vh - 80px)!important;left:10px!important;right:10px!important;bottom:10px!important}.rcb-chat-footer-container{font-size:9px!important}}.rcb-options-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;margin:16px;padding:0}.rcb-options{border:1px solid #d0d0d0;background-color:#fff;border-radius:6px;padding:8px 12px;cursor:pointer;transition:all .2s ease;text-align:center;font-size:14px;font-weight:400;color:#107180;width:auto;flex:0 0 auto;box-sizing:border-box}.rcb-options:hover{background-color:#e8f4f8;border-color:#107180;transform:translateY(-1px);box-shadow:0 2px 4px #10718033}.rcb-options:active{background-color:#107180;border-color:#107180;color:#fff;transform:translateY(0)}.rcb-chat-header-container{font-size:14px}.rcb-options{border:1px solid #d0d0d0!important}.rcb-bot-message a,.rcb-chat-window .rcb-bot-message a:link,.rcb-chat-window .rcb-bot-message a:visited{color:#fff!important;text-decoration:underline!important}.rcb-bot-message a:hover{opacity:.85;text-decoration:underline!important}", Eh = ".rcb-chat-header-container span{font-size:16px!important;font-weight:600!important}";
|
|
8183
|
-
var
|
|
8184
|
-
const
|
|
8183
|
+
var Ah = zc();
|
|
8184
|
+
const Rh = /* @__PURE__ */ Pc(Ah), id = Ch + bh + Eh, Ph = ({ children: l }) => {
|
|
8185
8185
|
const u = C.useRef(null), [a, c] = C.useState(null);
|
|
8186
8186
|
return C.useEffect(() => {
|
|
8187
8187
|
if (u.current && !a && !u.current.shadowRoot) {
|
|
8188
8188
|
const d = u.current.attachShadow({ mode: "open" }), p = document.createElement("div");
|
|
8189
8189
|
d.appendChild(p), c(p);
|
|
8190
8190
|
}
|
|
8191
|
-
}, [a]), /* @__PURE__ */ T.jsx("div", { ref: u, children: a ?
|
|
8191
|
+
}, [a]), /* @__PURE__ */ T.jsx("div", { ref: u, children: a ? Rh.createPortal(l, a) : null });
|
|
8192
8192
|
}, Bt = (l, u) => (a) => /* @__PURE__ */ T.jsxs(Ph, { children: [
|
|
8193
8193
|
/* @__PURE__ */ T.jsx(l, { ...a }),
|
|
8194
8194
|
u.map((c) => /* @__PURE__ */ T.jsx("style", { children: c }, c))
|
|
@@ -8220,38 +8220,29 @@ const Ah = /* @__PURE__ */ Pc(Rh), id = Ch + bh + Eh, Ph = ({ children: l }) =>
|
|
|
8220
8220
|
export {
|
|
8221
8221
|
Uh as A,
|
|
8222
8222
|
fp as B,
|
|
8223
|
-
|
|
8224
|
-
Nh as F,
|
|
8225
|
-
Ih as H,
|
|
8226
|
-
Mh as Q,
|
|
8227
|
-
Lh as R,
|
|
8228
|
-
Th as S,
|
|
8229
|
-
Ah as T,
|
|
8230
|
-
Oh as U,
|
|
8223
|
+
Rh as T,
|
|
8231
8224
|
Vh as a,
|
|
8232
|
-
|
|
8225
|
+
Ap as b,
|
|
8233
8226
|
jh as c,
|
|
8234
8227
|
Wh as d,
|
|
8235
8228
|
Pp as e,
|
|
8236
8229
|
Ep as f,
|
|
8237
8230
|
Qh as g,
|
|
8238
8231
|
Kh as h,
|
|
8239
|
-
|
|
8232
|
+
Hh as i,
|
|
8240
8233
|
T as j,
|
|
8241
|
-
|
|
8242
|
-
|
|
8243
|
-
|
|
8244
|
-
|
|
8245
|
-
|
|
8246
|
-
|
|
8247
|
-
|
|
8234
|
+
Yh as k,
|
|
8235
|
+
Jh as l,
|
|
8236
|
+
Gh as m,
|
|
8237
|
+
yp as n,
|
|
8238
|
+
vp as o,
|
|
8239
|
+
Xh as p,
|
|
8240
|
+
qh as q,
|
|
8248
8241
|
C as r,
|
|
8249
8242
|
zp as s,
|
|
8250
|
-
|
|
8243
|
+
Zh as t,
|
|
8251
8244
|
Bc as u,
|
|
8252
|
-
|
|
8253
|
-
|
|
8254
|
-
|
|
8255
|
-
_h as y,
|
|
8256
|
-
gp as z
|
|
8245
|
+
_h as v,
|
|
8246
|
+
gp as w,
|
|
8247
|
+
$h as x
|
|
8257
8248
|
};
|