@odynn/awayz-core 0.9.19 → 0.9.21
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/TripsService-GImsS17_.js +148 -0
- package/dist/assets/_styles6.css +1 -1
- package/dist/components/Bookings/FlightBooking/FlightBooking.js +123 -85
- package/dist/components/CashValue/CashValue.js +1 -1
- package/dist/components/CashValue/CashValue.stories.js +1 -1
- package/dist/components/ClientPointsValue/ClientPointsValue.js +1 -1
- package/dist/components/Wallet/Card/Card.stories.js +1 -1
- package/dist/hooks/useAwayzAuth/useAwayzAuth.js +1 -1
- package/dist/hooks/useBookingManagement/useBookingManagement.js +1 -1
- package/dist/hooks/useBookingManagement/useBookingManagement.test.js +2 -2
- package/dist/hooks/useFeatureFlags.js +13 -11
- package/dist/hooks/useSearchLimit.js +1 -1
- package/dist/hooks/useTripManagement/mocks/index.js +12 -12
- package/dist/hooks/useTripManagement/useTripManagement.js +2 -2
- package/dist/hooks/useTripManagement/useTripManagement.test.js +122 -92
- package/dist/hooks/useWallet/useWallet.js +1 -1
- package/dist/hooks/useWallet/useWallet.test.js +2 -2
- package/dist/lib/components/Bookings/FlightBooking/FlightBooking.d.ts +15 -3
- package/dist/lib/hooks/useFeatureFlags.d.ts +1 -1
- package/dist/lib/hooks/useTripManagement/mocks/UncategorisedBookings200.json.d.ts +88 -0
- package/dist/lib/services/trips/TripService.types.d.ts +11 -0
- package/dist/magic-string.es-uPKorP4O.js +663 -0
- package/dist/main.js +1 -1
- package/dist/{noRetryInstance-De2sH_IH.js → noRetryInstance-DKhe8ju0.js} +35 -35
- package/dist/providers/AwayzProvider.js +1 -1
- package/dist/services/account/AccountService.js +1 -1
- package/dist/services/bookings/BookingService.js +1 -1
- package/dist/services/currency/CurrencyService.js +1 -1
- package/dist/services/features/featureService.js +1 -1
- package/dist/services/index.js +1 -1
- package/dist/services/instance.js +1 -1
- package/dist/services/instanceConfig.js +1 -1
- package/dist/services/noRetryInstance.js +1 -1
- package/dist/services/preferences/PreferencesService.js +1 -1
- package/dist/services/rewards/RewardsService.js +1 -1
- package/dist/services/trips/TripsService.js +3 -3
- package/dist/services/wallet/WalletService.js +1 -1
- package/dist/tests/TestWrapper.js +1130 -1153
- package/dist/utils/clientPoints.js +1 -1
- package/dist/vi.2VT5v0um-lKoi8TEt.js +10573 -0
- package/package.json +4 -2
- package/dist/TripsService-BJPYRlRO.js +0 -141
- package/dist/magic-string.es-D4UQQyt0.js +0 -859
- package/dist/vi.ClIskdbk-k6t29WRA.js +0 -12860
|
@@ -10,8 +10,8 @@ function mc(e, r) {
|
|
|
10
10
|
if (typeof a != "string" && !Array.isArray(a)) {
|
|
11
11
|
for (const i in a)
|
|
12
12
|
if (i !== "default" && !(i in e)) {
|
|
13
|
-
const
|
|
14
|
-
|
|
13
|
+
const u = Object.getOwnPropertyDescriptor(a, i);
|
|
14
|
+
u && Object.defineProperty(e, i, u.get ? u : {
|
|
15
15
|
enumerable: !0,
|
|
16
16
|
get: () => a[i]
|
|
17
17
|
});
|
|
@@ -107,7 +107,7 @@ function vc() {
|
|
|
107
107
|
if (A.tag !== 3) throw Error("Unable to find node on an unmounted component.");
|
|
108
108
|
return A.stateNode.current === A ? p : I;
|
|
109
109
|
}
|
|
110
|
-
var
|
|
110
|
+
var u = Object.assign;
|
|
111
111
|
function d(p) {
|
|
112
112
|
var I = p.keyCode;
|
|
113
113
|
return "charCode" in p ? (p = p.charCode, p === 0 && I === 13 && (p = 13)) : p = I, p === 10 && (p = 13), 32 <= p || p === 13 ? p : 0;
|
|
@@ -115,16 +115,16 @@ function vc() {
|
|
|
115
115
|
function h() {
|
|
116
116
|
return !0;
|
|
117
117
|
}
|
|
118
|
-
function
|
|
118
|
+
function s() {
|
|
119
119
|
return !1;
|
|
120
120
|
}
|
|
121
|
-
function
|
|
121
|
+
function l(p) {
|
|
122
122
|
function I(A, H, J, Z, G) {
|
|
123
123
|
this._reactName = A, this._targetInst = J, this.type = H, this.nativeEvent = Z, this.target = G, this.currentTarget = null;
|
|
124
124
|
for (var re in p) p.hasOwnProperty(re) && (A = p[re], this[re] = A ? A(Z) : Z[re]);
|
|
125
|
-
return this.isDefaultPrevented = (Z.defaultPrevented != null ? Z.defaultPrevented : Z.returnValue === !1) ? h :
|
|
125
|
+
return this.isDefaultPrevented = (Z.defaultPrevented != null ? Z.defaultPrevented : Z.returnValue === !1) ? h : s, this.isPropagationStopped = s, this;
|
|
126
126
|
}
|
|
127
|
-
return
|
|
127
|
+
return u(I.prototype, { preventDefault: function() {
|
|
128
128
|
this.defaultPrevented = !0;
|
|
129
129
|
var A = this.nativeEvent;
|
|
130
130
|
A && (A.preventDefault ? A.preventDefault() : typeof A.returnValue != "unknown" && (A.returnValue = !1), this.isDefaultPrevented = h);
|
|
@@ -136,28 +136,28 @@ function vc() {
|
|
|
136
136
|
}
|
|
137
137
|
var f = { eventPhase: 0, bubbles: 0, cancelable: 0, timeStamp: function(p) {
|
|
138
138
|
return p.timeStamp || Date.now();
|
|
139
|
-
}, defaultPrevented: 0, isTrusted: 0 },
|
|
140
|
-
|
|
141
|
-
var y, R, g, T =
|
|
139
|
+
}, defaultPrevented: 0, isTrusted: 0 }, c = l(f), n = u({}, f, { view: 0, detail: 0 });
|
|
140
|
+
l(n);
|
|
141
|
+
var y, R, g, T = u({}, n, { screenX: 0, screenY: 0, clientX: 0, clientY: 0, pageX: 0, pageY: 0, ctrlKey: 0, shiftKey: 0, altKey: 0, metaKey: 0, getModifierState: L, button: 0, buttons: 0, relatedTarget: function(p) {
|
|
142
142
|
return p.relatedTarget === void 0 ? p.fromElement === p.srcElement ? p.toElement : p.fromElement : p.relatedTarget;
|
|
143
143
|
}, movementX: function(p) {
|
|
144
144
|
return "movementX" in p ? p.movementX : (p !== g && (g && p.type === "mousemove" ? (y = p.screenX - g.screenX, R = p.screenY - g.screenY) : R = y = 0, g = p), y);
|
|
145
145
|
}, movementY: function(p) {
|
|
146
146
|
return "movementY" in p ? p.movementY : R;
|
|
147
147
|
} });
|
|
148
|
-
|
|
149
|
-
var
|
|
150
|
-
o
|
|
151
|
-
var C =
|
|
152
|
-
|
|
153
|
-
var _ =
|
|
154
|
-
|
|
155
|
-
var P =
|
|
148
|
+
l(T);
|
|
149
|
+
var o = u({}, T, { dataTransfer: 0 });
|
|
150
|
+
l(o);
|
|
151
|
+
var C = u({}, n, { relatedTarget: 0 });
|
|
152
|
+
l(C);
|
|
153
|
+
var _ = u({}, f, { animationName: 0, elapsedTime: 0, pseudoElement: 0 });
|
|
154
|
+
l(_);
|
|
155
|
+
var P = u({}, f, { clipboardData: function(p) {
|
|
156
156
|
return "clipboardData" in p ? p.clipboardData : window.clipboardData;
|
|
157
157
|
} });
|
|
158
|
-
|
|
159
|
-
var w =
|
|
160
|
-
|
|
158
|
+
l(P);
|
|
159
|
+
var w = u({}, f, { data: 0 });
|
|
160
|
+
l(w);
|
|
161
161
|
var v = { Esc: "Escape", Spacebar: " ", Left: "ArrowLeft", Up: "ArrowUp", Right: "ArrowRight", Down: "ArrowDown", Del: "Delete", Win: "OS", Menu: "ContextMenu", Apps: "ContextMenu", Scroll: "ScrollLock", MozPrintableKey: "Unidentified" }, b = {
|
|
162
162
|
8: "Backspace",
|
|
163
163
|
9: "Tab",
|
|
@@ -203,7 +203,7 @@ function vc() {
|
|
|
203
203
|
function L() {
|
|
204
204
|
return S;
|
|
205
205
|
}
|
|
206
|
-
var j =
|
|
206
|
+
var j = u({}, n, { key: function(p) {
|
|
207
207
|
if (p.key) {
|
|
208
208
|
var I = v[p.key] || p.key;
|
|
209
209
|
if (I !== "Unidentified") return I;
|
|
@@ -216,19 +216,19 @@ function vc() {
|
|
|
216
216
|
}, which: function(p) {
|
|
217
217
|
return p.type === "keypress" ? d(p) : p.type === "keydown" || p.type === "keyup" ? p.keyCode : 0;
|
|
218
218
|
} });
|
|
219
|
-
|
|
220
|
-
var F =
|
|
221
|
-
|
|
222
|
-
var
|
|
223
|
-
|
|
224
|
-
var B =
|
|
225
|
-
|
|
226
|
-
var K =
|
|
219
|
+
l(j);
|
|
220
|
+
var F = u({}, T, { pointerId: 0, width: 0, height: 0, pressure: 0, tangentialPressure: 0, tiltX: 0, tiltY: 0, twist: 0, pointerType: 0, isPrimary: 0 });
|
|
221
|
+
l(F);
|
|
222
|
+
var M = u({}, n, { touches: 0, targetTouches: 0, changedTouches: 0, altKey: 0, metaKey: 0, ctrlKey: 0, shiftKey: 0, getModifierState: L });
|
|
223
|
+
l(M);
|
|
224
|
+
var B = u({}, f, { propertyName: 0, elapsedTime: 0, pseudoElement: 0 });
|
|
225
|
+
l(B);
|
|
226
|
+
var K = u({}, T, { deltaX: function(p) {
|
|
227
227
|
return "deltaX" in p ? p.deltaX : "wheelDeltaX" in p ? -p.wheelDeltaX : 0;
|
|
228
228
|
}, deltaY: function(p) {
|
|
229
229
|
return "deltaY" in p ? p.deltaY : "wheelDeltaY" in p ? -p.wheelDeltaY : "wheelDelta" in p ? -p.wheelDelta : 0;
|
|
230
230
|
}, deltaZ: 0, deltaMode: 0 });
|
|
231
|
-
|
|
231
|
+
l(K);
|
|
232
232
|
function ee(p, I, A, H, J, Z, G, re, Re) {
|
|
233
233
|
var Ce = Array.prototype.slice.call(arguments, 3);
|
|
234
234
|
try {
|
|
@@ -375,8 +375,8 @@ function vc() {
|
|
|
375
375
|
if (oe(I)) throw Error("TestUtils.Simulate expected a DOM node as the first argument but received a component instance. Pass the DOM node you wish to simulate the event on instead.");
|
|
376
376
|
var H = "on" + p[0].toUpperCase() + p.slice(1), J = new Y();
|
|
377
377
|
J.target = I, J.type = p.toLowerCase();
|
|
378
|
-
var Z = ye(I), G = new
|
|
379
|
-
G.persist(),
|
|
378
|
+
var Z = ye(I), G = new c(H, J.type, Z, J, I);
|
|
379
|
+
G.persist(), u(G, A), Le.has(p) ? G && G._reactName && Er(G._targetInst, null, G) : G && G._reactName && fr(G._targetInst, rr, G), r.unstable_batchedUpdates(function() {
|
|
380
380
|
if (q(I), G) {
|
|
381
381
|
var re = G._dispatchListeners, Re = G._dispatchInstances;
|
|
382
382
|
if (Ee(re)) for (var Ce = 0; Ce < re.length && !G.isPropagationStopped(); Ce++) dr(G, re[Ce], Re[Ce]);
|
|
@@ -431,23 +431,23 @@ function bc() {
|
|
|
431
431
|
var e = ts, r = io(), t = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
432
432
|
function a(m) {
|
|
433
433
|
{
|
|
434
|
-
for (var x = arguments.length,
|
|
435
|
-
|
|
436
|
-
|
|
434
|
+
for (var x = arguments.length, O = new Array(x > 1 ? x - 1 : 0), D = 1; D < x; D++)
|
|
435
|
+
O[D - 1] = arguments[D];
|
|
436
|
+
u("warn", m, O);
|
|
437
437
|
}
|
|
438
438
|
}
|
|
439
439
|
function i(m) {
|
|
440
440
|
{
|
|
441
|
-
for (var x = arguments.length,
|
|
442
|
-
|
|
443
|
-
|
|
441
|
+
for (var x = arguments.length, O = new Array(x > 1 ? x - 1 : 0), D = 1; D < x; D++)
|
|
442
|
+
O[D - 1] = arguments[D];
|
|
443
|
+
u("error", m, O);
|
|
444
444
|
}
|
|
445
445
|
}
|
|
446
|
-
function
|
|
446
|
+
function u(m, x, O) {
|
|
447
447
|
{
|
|
448
448
|
var D = t.ReactDebugCurrentFrame, W = D.getStackAddendum();
|
|
449
|
-
W !== "" && (x += "%s",
|
|
450
|
-
var X =
|
|
449
|
+
W !== "" && (x += "%s", O = O.concat([W]));
|
|
450
|
+
var X = O.map(function(se) {
|
|
451
451
|
return String(se);
|
|
452
452
|
});
|
|
453
453
|
X.unshift("Warning: " + x), Function.prototype.apply.call(console[m], console, X);
|
|
@@ -456,7 +456,7 @@ function bc() {
|
|
|
456
456
|
function d(m) {
|
|
457
457
|
return m._reactInternals;
|
|
458
458
|
}
|
|
459
|
-
var h = 0,
|
|
459
|
+
var h = 0, s = 1, l = 3, f = 5, c = 6, n = (
|
|
460
460
|
/* */
|
|
461
461
|
0
|
|
462
462
|
), y = (
|
|
@@ -468,29 +468,29 @@ function bc() {
|
|
|
468
468
|
);
|
|
469
469
|
t.ReactCurrentOwner;
|
|
470
470
|
function g(m) {
|
|
471
|
-
var x = m,
|
|
471
|
+
var x = m, O = m;
|
|
472
472
|
if (m.alternate)
|
|
473
473
|
for (; x.return; )
|
|
474
474
|
x = x.return;
|
|
475
475
|
else {
|
|
476
476
|
var D = x;
|
|
477
477
|
do
|
|
478
|
-
x = D, (x.flags & (y | R)) !== n && (
|
|
478
|
+
x = D, (x.flags & (y | R)) !== n && (O = x.return), D = x.return;
|
|
479
479
|
while (D);
|
|
480
480
|
}
|
|
481
|
-
return x.tag ===
|
|
481
|
+
return x.tag === l ? O : null;
|
|
482
482
|
}
|
|
483
483
|
function T(m) {
|
|
484
484
|
if (g(m) !== m)
|
|
485
485
|
throw new Error("Unable to find node on an unmounted component.");
|
|
486
486
|
}
|
|
487
|
-
function
|
|
487
|
+
function o(m) {
|
|
488
488
|
var x = m.alternate;
|
|
489
489
|
if (!x) {
|
|
490
|
-
var
|
|
491
|
-
if (
|
|
490
|
+
var O = g(m);
|
|
491
|
+
if (O === null)
|
|
492
492
|
throw new Error("Unable to find node on an unmounted component.");
|
|
493
|
-
return
|
|
493
|
+
return O !== m ? null : m;
|
|
494
494
|
}
|
|
495
495
|
for (var D = m, W = x; ; ) {
|
|
496
496
|
var X = D.return;
|
|
@@ -498,20 +498,20 @@ function bc() {
|
|
|
498
498
|
break;
|
|
499
499
|
var se = X.alternate;
|
|
500
500
|
if (se === null) {
|
|
501
|
-
var
|
|
502
|
-
if (
|
|
503
|
-
D = W =
|
|
501
|
+
var Oe = X.return;
|
|
502
|
+
if (Oe !== null) {
|
|
503
|
+
D = W = Oe;
|
|
504
504
|
continue;
|
|
505
505
|
}
|
|
506
506
|
break;
|
|
507
507
|
}
|
|
508
508
|
if (X.child === se.child) {
|
|
509
|
-
for (var
|
|
510
|
-
if (
|
|
509
|
+
for (var Me = X.child; Me; ) {
|
|
510
|
+
if (Me === D)
|
|
511
511
|
return T(X), m;
|
|
512
|
-
if (
|
|
512
|
+
if (Me === W)
|
|
513
513
|
return T(X), x;
|
|
514
|
-
|
|
514
|
+
Me = Me.sibling;
|
|
515
515
|
}
|
|
516
516
|
throw new Error("Unable to find node on an unmounted component.");
|
|
517
517
|
}
|
|
@@ -548,14 +548,14 @@ function bc() {
|
|
|
548
548
|
if (D.alternate !== W)
|
|
549
549
|
throw new Error("Return fibers should always be each others' alternates. This error is likely caused by a bug in React. Please file an issue.");
|
|
550
550
|
}
|
|
551
|
-
if (D.tag !==
|
|
551
|
+
if (D.tag !== l)
|
|
552
552
|
throw new Error("Unable to find node on an unmounted component.");
|
|
553
553
|
return D.stateNode.current === D ? m : x;
|
|
554
554
|
}
|
|
555
555
|
var C = Object.assign;
|
|
556
556
|
function _(m) {
|
|
557
|
-
var x,
|
|
558
|
-
return "charCode" in m ? (x = m.charCode, x === 0 &&
|
|
557
|
+
var x, O = m.keyCode;
|
|
558
|
+
return "charCode" in m ? (x = m.charCode, x === 0 && O === 13 && (x = 13)) : x = O, x === 10 && (x = 13), x >= 32 || x === 13 ? x : 0;
|
|
559
559
|
}
|
|
560
560
|
function P() {
|
|
561
561
|
return !0;
|
|
@@ -564,12 +564,12 @@ function bc() {
|
|
|
564
564
|
return !1;
|
|
565
565
|
}
|
|
566
566
|
function v(m) {
|
|
567
|
-
function x(
|
|
568
|
-
this._reactName =
|
|
569
|
-
for (var
|
|
570
|
-
if (m.hasOwnProperty(
|
|
571
|
-
var
|
|
572
|
-
|
|
567
|
+
function x(O, D, W, X, se) {
|
|
568
|
+
this._reactName = O, this._targetInst = W, this.type = D, this.nativeEvent = X, this.target = se, this.currentTarget = null;
|
|
569
|
+
for (var Oe in m)
|
|
570
|
+
if (m.hasOwnProperty(Oe)) {
|
|
571
|
+
var Me = m[Oe];
|
|
572
|
+
Me ? this[Oe] = Me(X) : this[Oe] = X[Oe];
|
|
573
573
|
}
|
|
574
574
|
var _e = X.defaultPrevented != null ? X.defaultPrevented : X.returnValue === !1;
|
|
575
575
|
return _e ? this.isDefaultPrevented = P : this.isDefaultPrevented = w, this.isPropagationStopped = w, this;
|
|
@@ -577,12 +577,12 @@ function bc() {
|
|
|
577
577
|
return C(x.prototype, {
|
|
578
578
|
preventDefault: function() {
|
|
579
579
|
this.defaultPrevented = !0;
|
|
580
|
-
var
|
|
581
|
-
|
|
580
|
+
var O = this.nativeEvent;
|
|
581
|
+
O && (O.preventDefault ? O.preventDefault() : typeof O.returnValue != "unknown" && (O.returnValue = !1), this.isDefaultPrevented = P);
|
|
582
582
|
},
|
|
583
583
|
stopPropagation: function() {
|
|
584
|
-
var
|
|
585
|
-
|
|
584
|
+
var O = this.nativeEvent;
|
|
585
|
+
O && (O.stopPropagation ? O.stopPropagation() : typeof O.cancelBubble != "unknown" && (O.cancelBubble = !0), this.isPropagationStopped = P);
|
|
586
586
|
},
|
|
587
587
|
/**
|
|
588
588
|
* We release all dispatched `SyntheticEvent`s after each event loop, adding
|
|
@@ -614,7 +614,7 @@ function bc() {
|
|
|
614
614
|
});
|
|
615
615
|
v(S);
|
|
616
616
|
var L, j, F;
|
|
617
|
-
function
|
|
617
|
+
function M(m) {
|
|
618
618
|
m !== F && (F && m.type === "mousemove" ? (L = m.screenX - F.screenX, j = m.screenY - F.screenY) : (L = 0, j = 0), F = m);
|
|
619
619
|
}
|
|
620
620
|
var B = C({}, S, {
|
|
@@ -635,7 +635,7 @@ function bc() {
|
|
|
635
635
|
return m.relatedTarget === void 0 ? m.fromElement === m.srcElement ? m.toElement : m.fromElement : m.relatedTarget;
|
|
636
636
|
},
|
|
637
637
|
movementX: function(m) {
|
|
638
|
-
return "movementX" in m ? m.movementX : (
|
|
638
|
+
return "movementX" in m ? m.movementX : (M(m), L);
|
|
639
639
|
},
|
|
640
640
|
movementY: function(m) {
|
|
641
641
|
return "movementY" in m ? m.movementY : j;
|
|
@@ -724,8 +724,8 @@ function bc() {
|
|
|
724
724
|
return x;
|
|
725
725
|
}
|
|
726
726
|
if (m.type === "keypress") {
|
|
727
|
-
var
|
|
728
|
-
return
|
|
727
|
+
var O = _(m);
|
|
728
|
+
return O === 13 ? "Enter" : String.fromCharCode(O);
|
|
729
729
|
}
|
|
730
730
|
return m.type === "keydown" || m.type === "keyup" ? Te[m.keyCode] || "Unidentified" : "";
|
|
731
731
|
}
|
|
@@ -736,11 +736,11 @@ function bc() {
|
|
|
736
736
|
Shift: "shiftKey"
|
|
737
737
|
};
|
|
738
738
|
function Ee(m) {
|
|
739
|
-
var x = this,
|
|
740
|
-
if (
|
|
741
|
-
return
|
|
739
|
+
var x = this, O = x.nativeEvent;
|
|
740
|
+
if (O.getModifierState)
|
|
741
|
+
return O.getModifierState(m);
|
|
742
742
|
var D = $[m];
|
|
743
|
-
return D ? !!
|
|
743
|
+
return D ? !!O[D] : !1;
|
|
744
744
|
}
|
|
745
745
|
function me(m) {
|
|
746
746
|
return Ee;
|
|
@@ -823,10 +823,10 @@ function bc() {
|
|
|
823
823
|
});
|
|
824
824
|
v(U);
|
|
825
825
|
var N = 1;
|
|
826
|
-
function Y(m, x,
|
|
826
|
+
function Y(m, x, O, D, W, X, se, Oe, Me) {
|
|
827
827
|
var _e = Array.prototype.slice.call(arguments, 3);
|
|
828
828
|
try {
|
|
829
|
-
x.apply(
|
|
829
|
+
x.apply(O, _e);
|
|
830
830
|
} catch (be) {
|
|
831
831
|
this.onError(be);
|
|
832
832
|
}
|
|
@@ -834,27 +834,27 @@ function bc() {
|
|
|
834
834
|
var V = Y;
|
|
835
835
|
if (typeof window < "u" && typeof window.dispatchEvent == "function" && typeof document < "u" && typeof document.createEvent == "function") {
|
|
836
836
|
var Q = document.createElement("react");
|
|
837
|
-
V = function(x,
|
|
837
|
+
V = function(x, O, D, W, X, se, Oe, Me, _e) {
|
|
838
838
|
if (typeof document > "u" || document === null)
|
|
839
839
|
throw new Error("The `document` global was defined when React was initialized, but is not defined anymore. This can happen in a test environment if a component schedules an update from an asynchronous callback, but the test has already finished running. To solve this, you can either unmount the component at the end of your test (and ensure that any asynchronous operations get canceled in `componentWillUnmount`), or you can change the test itself to be asynchronous.");
|
|
840
840
|
var be = document.createEvent("Event"), Fa = !1, Po = !0, sc = window.event, To = Object.getOwnPropertyDescriptor(window, "event");
|
|
841
841
|
function xo() {
|
|
842
|
-
Q.removeEventListener(ja,
|
|
842
|
+
Q.removeEventListener(ja, Oo, !1), typeof window.event < "u" && window.hasOwnProperty("event") && (window.event = sc);
|
|
843
843
|
}
|
|
844
844
|
var cc = Array.prototype.slice.call(arguments, 3);
|
|
845
|
-
function
|
|
846
|
-
Fa = !0, xo(),
|
|
845
|
+
function Oo() {
|
|
846
|
+
Fa = !0, xo(), O.apply(D, cc), Po = !1;
|
|
847
847
|
}
|
|
848
|
-
var Qe,
|
|
848
|
+
var Qe, Mo = !1, Ao = !1;
|
|
849
849
|
function So(Ea) {
|
|
850
|
-
if (Qe = Ea.error,
|
|
850
|
+
if (Qe = Ea.error, Mo = !0, Qe === null && Ea.colno === 0 && Ea.lineno === 0 && (Ao = !0), Ea.defaultPrevented && Qe != null && typeof Qe == "object")
|
|
851
851
|
try {
|
|
852
852
|
Qe._suppressLogging = !0;
|
|
853
853
|
} catch {
|
|
854
854
|
}
|
|
855
855
|
}
|
|
856
856
|
var ja = "react-" + (x || "invokeguardedcallback");
|
|
857
|
-
if (window.addEventListener("error", So), Q.addEventListener(ja,
|
|
857
|
+
if (window.addEventListener("error", So), Q.addEventListener(ja, Oo, !1), be.initEvent(ja, !1, !1), Q.dispatchEvent(be), To && Object.defineProperty(window, "event", To), Fa && Po && (Mo ? Ao && (Qe = new Error("A cross-origin error was thrown. React doesn't have access to the actual error object in development. See https://reactjs.org/link/crossorigin-error for more information.")) : Qe = new Error(`An error was thrown inside one of your components, but React doesn't know what it was. This is likely due to browser flakiness. React does its best to preserve the "Pause on exceptions" behavior of the DevTools, which requires some DEV-mode only tricks. It's possible that these don't work in your browser. Try triggering the error in production mode, or switching to a modern browser. If you suspect that this is actually an issue with React, please file an issue.`), this.onError(Qe)), window.removeEventListener("error", So), !Fa)
|
|
858
858
|
return xo(), Y.apply(this, arguments);
|
|
859
859
|
};
|
|
860
860
|
}
|
|
@@ -863,10 +863,10 @@ function bc() {
|
|
|
863
863
|
oe = !0, ve = m;
|
|
864
864
|
}
|
|
865
865
|
};
|
|
866
|
-
function cr(m, x,
|
|
866
|
+
function cr(m, x, O, D, W, X, se, Oe, Me) {
|
|
867
867
|
oe = !1, ve = null, ie.apply(sr, arguments);
|
|
868
868
|
}
|
|
869
|
-
function dr(m, x,
|
|
869
|
+
function dr(m, x, O, D, W, X, se, Oe, Me) {
|
|
870
870
|
if (cr.apply(this, arguments), oe) {
|
|
871
871
|
var _e = pr();
|
|
872
872
|
Se || (Se = !0, Xe = _e);
|
|
@@ -896,11 +896,11 @@ function bc() {
|
|
|
896
896
|
function re(m, x) {
|
|
897
897
|
if (!m)
|
|
898
898
|
return [];
|
|
899
|
-
var
|
|
900
|
-
if (!
|
|
899
|
+
var O = o(m);
|
|
900
|
+
if (!O)
|
|
901
901
|
return [];
|
|
902
|
-
for (var D =
|
|
903
|
-
if (D.tag === f || D.tag ===
|
|
902
|
+
for (var D = O, W = []; ; ) {
|
|
903
|
+
if (D.tag === f || D.tag === c || D.tag === s || D.tag === h) {
|
|
904
904
|
var X = D.stateNode;
|
|
905
905
|
x(X) && W.push(X);
|
|
906
906
|
}
|
|
@@ -908,10 +908,10 @@ function bc() {
|
|
|
908
908
|
D.child.return = D, D = D.child;
|
|
909
909
|
continue;
|
|
910
910
|
}
|
|
911
|
-
if (D ===
|
|
911
|
+
if (D === O)
|
|
912
912
|
return W;
|
|
913
913
|
for (; !D.sibling; ) {
|
|
914
|
-
if (!D.return || D.return ===
|
|
914
|
+
if (!D.return || D.return === O)
|
|
915
915
|
return W;
|
|
916
916
|
D = D.return;
|
|
917
917
|
}
|
|
@@ -920,8 +920,8 @@ function bc() {
|
|
|
920
920
|
}
|
|
921
921
|
function Re(m, x) {
|
|
922
922
|
if (m && !d(m)) {
|
|
923
|
-
var
|
|
924
|
-
throw rr(m) ?
|
|
923
|
+
var O, D = String(m);
|
|
924
|
+
throw rr(m) ? O = "an array" : m && m.nodeType === N && m.tagName ? O = "a DOM node" : D === "[object Object]" ? O = "object with keys {" + Object.keys(m).join(", ") + "}" : O = D, new Error(x + "(...): the first argument must be a React class instance. " + ("Instead received: " + O + "."));
|
|
925
925
|
}
|
|
926
926
|
}
|
|
927
927
|
var Ce = !1;
|
|
@@ -948,20 +948,20 @@ function bc() {
|
|
|
948
948
|
function Ra(m, x) {
|
|
949
949
|
if (!_r(m))
|
|
950
950
|
return !1;
|
|
951
|
-
var
|
|
951
|
+
var O = d(m), D = O.type;
|
|
952
952
|
return D === x;
|
|
953
953
|
}
|
|
954
954
|
function k(m, x) {
|
|
955
955
|
if (Re(m, "findAllInRenderedTree"), !m)
|
|
956
956
|
return [];
|
|
957
|
-
var
|
|
958
|
-
return re(
|
|
957
|
+
var O = d(m);
|
|
958
|
+
return re(O, x);
|
|
959
959
|
}
|
|
960
960
|
function ga(m, x) {
|
|
961
|
-
return Re(m, "scryRenderedDOMComponentsWithClass"), k(m, function(
|
|
962
|
-
if (vr(
|
|
963
|
-
var D =
|
|
964
|
-
typeof D != "string" && (D =
|
|
961
|
+
return Re(m, "scryRenderedDOMComponentsWithClass"), k(m, function(O) {
|
|
962
|
+
if (vr(O)) {
|
|
963
|
+
var D = O.className;
|
|
964
|
+
typeof D != "string" && (D = O.getAttribute("class") || "");
|
|
965
965
|
var W = D.split(/\s+/);
|
|
966
966
|
if (!rr(x)) {
|
|
967
967
|
if (x === void 0)
|
|
@@ -977,34 +977,34 @@ function bc() {
|
|
|
977
977
|
}
|
|
978
978
|
function Ba(m, x) {
|
|
979
979
|
Re(m, "findRenderedDOMComponentWithClass");
|
|
980
|
-
var
|
|
981
|
-
if (
|
|
982
|
-
throw new Error("Did not find exactly one match (found: " +
|
|
983
|
-
return
|
|
980
|
+
var O = ga(m, x);
|
|
981
|
+
if (O.length !== 1)
|
|
982
|
+
throw new Error("Did not find exactly one match (found: " + O.length + ") for class:" + x);
|
|
983
|
+
return O[0];
|
|
984
984
|
}
|
|
985
985
|
function tr(m, x) {
|
|
986
|
-
return Re(m, "scryRenderedDOMComponentsWithTag"), k(m, function(
|
|
987
|
-
return vr(
|
|
986
|
+
return Re(m, "scryRenderedDOMComponentsWithTag"), k(m, function(O) {
|
|
987
|
+
return vr(O) && O.tagName.toUpperCase() === x.toUpperCase();
|
|
988
988
|
});
|
|
989
989
|
}
|
|
990
990
|
function Ws(m, x) {
|
|
991
991
|
Re(m, "findRenderedDOMComponentWithTag");
|
|
992
|
-
var
|
|
993
|
-
if (
|
|
994
|
-
throw new Error("Did not find exactly one match (found: " +
|
|
995
|
-
return
|
|
992
|
+
var O = tr(m, x);
|
|
993
|
+
if (O.length !== 1)
|
|
994
|
+
throw new Error("Did not find exactly one match (found: " + O.length + ") for tag:" + x);
|
|
995
|
+
return O[0];
|
|
996
996
|
}
|
|
997
997
|
function go(m, x) {
|
|
998
|
-
return Re(m, "scryRenderedComponentsWithType"), k(m, function(
|
|
999
|
-
return Ra(
|
|
998
|
+
return Re(m, "scryRenderedComponentsWithType"), k(m, function(O) {
|
|
999
|
+
return Ra(O, x);
|
|
1000
1000
|
});
|
|
1001
1001
|
}
|
|
1002
1002
|
function Vs(m, x) {
|
|
1003
1003
|
Re(m, "findRenderedComponentWithType");
|
|
1004
|
-
var
|
|
1005
|
-
if (
|
|
1006
|
-
throw new Error("Did not find exactly one match (found: " +
|
|
1007
|
-
return
|
|
1004
|
+
var O = go(m, x);
|
|
1005
|
+
if (O.length !== 1)
|
|
1006
|
+
throw new Error("Did not find exactly one match (found: " + O.length + ") for componentType:" + x);
|
|
1007
|
+
return O[0];
|
|
1008
1008
|
}
|
|
1009
1009
|
function zs(m, x) {
|
|
1010
1010
|
return G || (G = !0, a(`ReactTestUtils.mockComponent() is deprecated. Use shallow rendering or jest.mock() instead.
|
|
@@ -1021,16 +1021,16 @@ See https://reactjs.org/link/test-utils-mock-component for more information.`)),
|
|
|
1021
1021
|
}]
|
|
1022
1022
|
};
|
|
1023
1023
|
}
|
|
1024
|
-
function Eo(m, x,
|
|
1024
|
+
function Eo(m, x, O) {
|
|
1025
1025
|
var D = m.type || "unknown-event";
|
|
1026
|
-
m.currentTarget = p(
|
|
1026
|
+
m.currentTarget = p(O), dr(D, x, void 0, m), m.currentTarget = null;
|
|
1027
1027
|
}
|
|
1028
1028
|
function Ys(m) {
|
|
1029
|
-
var x = m._dispatchListeners,
|
|
1029
|
+
var x = m._dispatchListeners, O = m._dispatchInstances;
|
|
1030
1030
|
if (rr(x))
|
|
1031
1031
|
for (var D = 0; D < x.length && !m.isPropagationStopped(); D++)
|
|
1032
|
-
Eo(m, x[D],
|
|
1033
|
-
else x && Eo(m, x,
|
|
1032
|
+
Eo(m, x[D], O[D]);
|
|
1033
|
+
else x && Eo(m, x, O);
|
|
1034
1034
|
m._dispatchListeners = null, m._dispatchInstances = null;
|
|
1035
1035
|
}
|
|
1036
1036
|
var Ks = function(m) {
|
|
@@ -1045,16 +1045,16 @@ See https://reactjs.org/link/test-utils-mock-component for more information.`)),
|
|
|
1045
1045
|
while (m && m.tag !== f);
|
|
1046
1046
|
return m || null;
|
|
1047
1047
|
}
|
|
1048
|
-
function qo(m, x,
|
|
1048
|
+
function qo(m, x, O) {
|
|
1049
1049
|
for (var D = []; m; )
|
|
1050
1050
|
D.push(m), m = Qs(m);
|
|
1051
1051
|
var W;
|
|
1052
1052
|
for (W = D.length; W-- > 0; )
|
|
1053
|
-
x(D[W], "captured",
|
|
1053
|
+
x(D[W], "captured", O);
|
|
1054
1054
|
for (W = 0; W < D.length; W++)
|
|
1055
|
-
x(D[W], "bubbled",
|
|
1055
|
+
x(D[W], "bubbled", O);
|
|
1056
1056
|
}
|
|
1057
|
-
function Js(m, x,
|
|
1057
|
+
function Js(m, x, O) {
|
|
1058
1058
|
switch (m) {
|
|
1059
1059
|
case "onClick":
|
|
1060
1060
|
case "onClickCapture":
|
|
@@ -1067,16 +1067,16 @@ See https://reactjs.org/link/test-utils-mock-component for more information.`)),
|
|
|
1067
1067
|
case "onMouseUp":
|
|
1068
1068
|
case "onMouseUpCapture":
|
|
1069
1069
|
case "onMouseEnter":
|
|
1070
|
-
return !!(
|
|
1070
|
+
return !!(O.disabled && Xs(x));
|
|
1071
1071
|
default:
|
|
1072
1072
|
return !1;
|
|
1073
1073
|
}
|
|
1074
1074
|
}
|
|
1075
1075
|
function Co(m, x) {
|
|
1076
|
-
var
|
|
1077
|
-
if (!
|
|
1076
|
+
var O = m.stateNode;
|
|
1077
|
+
if (!O)
|
|
1078
1078
|
return null;
|
|
1079
|
-
var D = I(
|
|
1079
|
+
var D = I(O);
|
|
1080
1080
|
if (!D)
|
|
1081
1081
|
return null;
|
|
1082
1082
|
var W = D[x];
|
|
@@ -1086,20 +1086,20 @@ See https://reactjs.org/link/test-utils-mock-component for more information.`)),
|
|
|
1086
1086
|
throw new Error("Expected `" + x + "` listener to be a function, instead got a value of `" + typeof W + "` type.");
|
|
1087
1087
|
return W;
|
|
1088
1088
|
}
|
|
1089
|
-
function Zs(m, x,
|
|
1089
|
+
function Zs(m, x, O) {
|
|
1090
1090
|
var D = x._reactName;
|
|
1091
|
-
return
|
|
1091
|
+
return O === "captured" && (D += "Capture"), Co(m, D);
|
|
1092
1092
|
}
|
|
1093
|
-
function ec(m, x,
|
|
1094
|
-
if (m &&
|
|
1095
|
-
var D =
|
|
1096
|
-
W && (
|
|
1093
|
+
function ec(m, x, O) {
|
|
1094
|
+
if (m && O && O._reactName) {
|
|
1095
|
+
var D = O._reactName, W = Co(m, D);
|
|
1096
|
+
W && (O._dispatchListeners == null && (O._dispatchListeners = []), O._dispatchInstances == null && (O._dispatchInstances = []), O._dispatchListeners.push(W), O._dispatchInstances.push(m));
|
|
1097
1097
|
}
|
|
1098
1098
|
}
|
|
1099
|
-
function rc(m, x,
|
|
1099
|
+
function rc(m, x, O) {
|
|
1100
1100
|
m || i("Dispatching inst must not be null");
|
|
1101
|
-
var D = Zs(m,
|
|
1102
|
-
D && (
|
|
1101
|
+
var D = Zs(m, O, x);
|
|
1102
|
+
D && (O._dispatchListeners == null && (O._dispatchListeners = []), O._dispatchInstances == null && (O._dispatchInstances = []), O._dispatchListeners.push(D), O._dispatchInstances.push(m));
|
|
1103
1103
|
}
|
|
1104
1104
|
function tc(m) {
|
|
1105
1105
|
m && m._reactName && ec(m._targetInst, null, m);
|
|
@@ -1109,7 +1109,7 @@ See https://reactjs.org/link/test-utils-mock-component for more information.`)),
|
|
|
1109
1109
|
}
|
|
1110
1110
|
var _o = {}, ac = /* @__PURE__ */ new Set(["mouseEnter", "mouseLeave", "pointerEnter", "pointerLeave"]);
|
|
1111
1111
|
function oc(m) {
|
|
1112
|
-
return function(x,
|
|
1112
|
+
return function(x, O) {
|
|
1113
1113
|
if (e.isValidElement(x))
|
|
1114
1114
|
throw new Error("TestUtils.Simulate expected a DOM node as the first argument but received a React element. Pass the DOM node you wish to simulate the event on instead. Note that TestUtils.Simulate will not work if you are using shallow rendering.");
|
|
1115
1115
|
if (_r(x))
|
|
@@ -1117,7 +1117,7 @@ See https://reactjs.org/link/test-utils-mock-component for more information.`)),
|
|
|
1117
1117
|
var D = "on" + m[0].toUpperCase() + m.slice(1), W = new Z();
|
|
1118
1118
|
W.target = x, W.type = m.toLowerCase();
|
|
1119
1119
|
var X = qr(x), se = new E(D, W.type, X, W, x);
|
|
1120
|
-
se.persist(), C(se,
|
|
1120
|
+
se.persist(), C(se, O), ac.has(m) ? tc(se) : nc(se), r.unstable_batchedUpdates(function() {
|
|
1121
1121
|
A(x), Ks(se), fr();
|
|
1122
1122
|
}), H();
|
|
1123
1123
|
};
|
|
@@ -1171,9 +1171,9 @@ Ta.exports;
|
|
|
1171
1171
|
var Bo;
|
|
1172
1172
|
function as() {
|
|
1173
1173
|
return Bo || (Bo = 1, function(e) {
|
|
1174
|
-
const t = (
|
|
1174
|
+
const t = (u = 0) => (d) => `\x1B[${38 + u};5;${d}m`, a = (u = 0) => (d, h, s) => `\x1B[${38 + u};2;${d};${h};${s}m`;
|
|
1175
1175
|
function i() {
|
|
1176
|
-
const
|
|
1176
|
+
const u = /* @__PURE__ */ new Map(), d = {
|
|
1177
1177
|
modifier: {
|
|
1178
1178
|
reset: [0, 0],
|
|
1179
1179
|
// 21 isn't widely supported and 22 does the same thing
|
|
@@ -1226,33 +1226,33 @@ function as() {
|
|
|
1226
1226
|
}
|
|
1227
1227
|
};
|
|
1228
1228
|
d.color.gray = d.color.blackBright, d.bgColor.bgGray = d.bgColor.bgBlackBright, d.color.grey = d.color.blackBright, d.bgColor.bgGrey = d.bgColor.bgBlackBright;
|
|
1229
|
-
for (const [h,
|
|
1230
|
-
for (const [
|
|
1231
|
-
d[
|
|
1229
|
+
for (const [h, s] of Object.entries(d)) {
|
|
1230
|
+
for (const [l, f] of Object.entries(s))
|
|
1231
|
+
d[l] = {
|
|
1232
1232
|
open: `\x1B[${f[0]}m`,
|
|
1233
1233
|
close: `\x1B[${f[1]}m`
|
|
1234
|
-
},
|
|
1234
|
+
}, s[l] = d[l], u.set(f[0], f[1]);
|
|
1235
1235
|
Object.defineProperty(d, h, {
|
|
1236
|
-
value:
|
|
1236
|
+
value: s,
|
|
1237
1237
|
enumerable: !1
|
|
1238
1238
|
});
|
|
1239
1239
|
}
|
|
1240
1240
|
return Object.defineProperty(d, "codes", {
|
|
1241
|
-
value:
|
|
1241
|
+
value: u,
|
|
1242
1242
|
enumerable: !1
|
|
1243
1243
|
}), d.color.close = "\x1B[39m", d.bgColor.close = "\x1B[49m", d.color.ansi256 = t(), d.color.ansi16m = a(), d.bgColor.ansi256 = t(10), d.bgColor.ansi16m = a(10), Object.defineProperties(d, {
|
|
1244
1244
|
rgbToAnsi256: {
|
|
1245
|
-
value: (h,
|
|
1245
|
+
value: (h, s, l) => h === s && s === l ? h < 8 ? 16 : h > 248 ? 231 : Math.round((h - 8) / 247 * 24) + 232 : 16 + 36 * Math.round(h / 255 * 5) + 6 * Math.round(s / 255 * 5) + Math.round(l / 255 * 5),
|
|
1246
1246
|
enumerable: !1
|
|
1247
1247
|
},
|
|
1248
1248
|
hexToRgb: {
|
|
1249
1249
|
value: (h) => {
|
|
1250
|
-
const
|
|
1251
|
-
if (!
|
|
1250
|
+
const s = /(?<colorString>[a-f\d]{6}|[a-f\d]{3})/i.exec(h.toString(16));
|
|
1251
|
+
if (!s)
|
|
1252
1252
|
return [0, 0, 0];
|
|
1253
|
-
let { colorString:
|
|
1254
|
-
|
|
1255
|
-
const f = Number.parseInt(
|
|
1253
|
+
let { colorString: l } = s.groups;
|
|
1254
|
+
l.length === 3 && (l = l.split("").map((c) => c + c).join(""));
|
|
1255
|
+
const f = Number.parseInt(l, 16);
|
|
1256
1256
|
return [
|
|
1257
1257
|
f >> 16 & 255,
|
|
1258
1258
|
f >> 8 & 255,
|
|
@@ -1279,14 +1279,14 @@ function Sa() {
|
|
|
1279
1279
|
Fo = 1, Object.defineProperty(nr, "__esModule", {
|
|
1280
1280
|
value: !0
|
|
1281
1281
|
}), nr.printIteratorEntries = r, nr.printIteratorValues = t, nr.printListItems = a, nr.printObjectProperties = i;
|
|
1282
|
-
const e = (
|
|
1283
|
-
const h = Object.keys(
|
|
1284
|
-
return Object.getOwnPropertySymbols && Object.getOwnPropertySymbols(
|
|
1285
|
-
Object.getOwnPropertyDescriptor(
|
|
1282
|
+
const e = (u, d) => {
|
|
1283
|
+
const h = Object.keys(u).sort(d);
|
|
1284
|
+
return Object.getOwnPropertySymbols && Object.getOwnPropertySymbols(u).forEach((s) => {
|
|
1285
|
+
Object.getOwnPropertyDescriptor(u, s).enumerable && h.push(s);
|
|
1286
1286
|
}), h;
|
|
1287
1287
|
};
|
|
1288
|
-
function r(
|
|
1289
|
-
let n = "", y =
|
|
1288
|
+
function r(u, d, h, s, l, f, c = ": ") {
|
|
1289
|
+
let n = "", y = u.next();
|
|
1290
1290
|
if (!y.done) {
|
|
1291
1291
|
n += d.spacingOuter;
|
|
1292
1292
|
const R = h + d.indent;
|
|
@@ -1295,56 +1295,56 @@ function Sa() {
|
|
|
1295
1295
|
y.value[0],
|
|
1296
1296
|
d,
|
|
1297
1297
|
R,
|
|
1298
|
-
|
|
1299
|
-
|
|
1298
|
+
s,
|
|
1299
|
+
l
|
|
1300
1300
|
), T = f(
|
|
1301
1301
|
y.value[1],
|
|
1302
1302
|
d,
|
|
1303
1303
|
R,
|
|
1304
|
-
|
|
1305
|
-
|
|
1304
|
+
s,
|
|
1305
|
+
l
|
|
1306
1306
|
);
|
|
1307
|
-
n += R + g +
|
|
1307
|
+
n += R + g + c + T, y = u.next(), y.done ? d.min || (n += ",") : n += "," + d.spacingInner;
|
|
1308
1308
|
}
|
|
1309
1309
|
n += d.spacingOuter + h;
|
|
1310
1310
|
}
|
|
1311
1311
|
return n;
|
|
1312
1312
|
}
|
|
1313
|
-
function t(
|
|
1314
|
-
let
|
|
1313
|
+
function t(u, d, h, s, l, f) {
|
|
1314
|
+
let c = "", n = u.next();
|
|
1315
1315
|
if (!n.done) {
|
|
1316
|
-
|
|
1316
|
+
c += d.spacingOuter;
|
|
1317
1317
|
const y = h + d.indent;
|
|
1318
1318
|
for (; !n.done; )
|
|
1319
|
-
|
|
1320
|
-
|
|
1319
|
+
c += y + f(n.value, d, y, s, l), n = u.next(), n.done ? d.min || (c += ",") : c += "," + d.spacingInner;
|
|
1320
|
+
c += d.spacingOuter + h;
|
|
1321
1321
|
}
|
|
1322
|
-
return
|
|
1322
|
+
return c;
|
|
1323
1323
|
}
|
|
1324
|
-
function a(
|
|
1325
|
-
let
|
|
1326
|
-
if (
|
|
1327
|
-
|
|
1324
|
+
function a(u, d, h, s, l, f) {
|
|
1325
|
+
let c = "";
|
|
1326
|
+
if (u.length) {
|
|
1327
|
+
c += d.spacingOuter;
|
|
1328
1328
|
const n = h + d.indent;
|
|
1329
|
-
for (let y = 0; y <
|
|
1330
|
-
|
|
1331
|
-
|
|
1329
|
+
for (let y = 0; y < u.length; y++)
|
|
1330
|
+
c += n, y in u && (c += f(u[y], d, n, s, l)), y < u.length - 1 ? c += "," + d.spacingInner : d.min || (c += ",");
|
|
1331
|
+
c += d.spacingOuter + h;
|
|
1332
1332
|
}
|
|
1333
|
-
return
|
|
1333
|
+
return c;
|
|
1334
1334
|
}
|
|
1335
|
-
function i(
|
|
1336
|
-
let
|
|
1337
|
-
const n = e(
|
|
1335
|
+
function i(u, d, h, s, l, f) {
|
|
1336
|
+
let c = "";
|
|
1337
|
+
const n = e(u, d.compareKeys);
|
|
1338
1338
|
if (n.length) {
|
|
1339
|
-
|
|
1339
|
+
c += d.spacingOuter;
|
|
1340
1340
|
const y = h + d.indent;
|
|
1341
1341
|
for (let R = 0; R < n.length; R++) {
|
|
1342
|
-
const g = n[R], T = f(g, d, y,
|
|
1343
|
-
|
|
1342
|
+
const g = n[R], T = f(g, d, y, s, l), o = f(u[g], d, y, s, l);
|
|
1343
|
+
c += y + T + ": " + o, R < n.length - 1 ? c += "," + d.spacingInner : d.min || (c += ",");
|
|
1344
1344
|
}
|
|
1345
|
-
|
|
1345
|
+
c += d.spacingOuter + h;
|
|
1346
1346
|
}
|
|
1347
|
-
return
|
|
1347
|
+
return c;
|
|
1348
1348
|
}
|
|
1349
1349
|
return nr;
|
|
1350
1350
|
}
|
|
@@ -1357,32 +1357,32 @@ function gc() {
|
|
|
1357
1357
|
var e = Sa(), r = function() {
|
|
1358
1358
|
return typeof globalThis < "u" ? globalThis : typeof r < "u" ? r : typeof self < "u" ? self : typeof window < "u" ? window : Function("return this")();
|
|
1359
1359
|
}(), t = r["jest-symbol-do-not-touch"] || r.Symbol;
|
|
1360
|
-
const a = typeof t == "function" && t.for ? t.for("jest.asymmetricMatcher") : 1267621, i = " ",
|
|
1361
|
-
const g =
|
|
1360
|
+
const a = typeof t == "function" && t.for ? t.for("jest.asymmetricMatcher") : 1267621, i = " ", u = (l, f, c, n, y, R) => {
|
|
1361
|
+
const g = l.toString();
|
|
1362
1362
|
return g === "ArrayContaining" || g === "ArrayNotContaining" ? ++n > f.maxDepth ? "[" + g + "]" : g + i + "[" + (0, e.printListItems)(
|
|
1363
|
-
|
|
1363
|
+
l.sample,
|
|
1364
1364
|
f,
|
|
1365
|
-
|
|
1365
|
+
c,
|
|
1366
1366
|
n,
|
|
1367
1367
|
y,
|
|
1368
1368
|
R
|
|
1369
1369
|
) + "]" : g === "ObjectContaining" || g === "ObjectNotContaining" ? ++n > f.maxDepth ? "[" + g + "]" : g + i + "{" + (0, e.printObjectProperties)(
|
|
1370
|
-
|
|
1370
|
+
l.sample,
|
|
1371
1371
|
f,
|
|
1372
|
-
|
|
1372
|
+
c,
|
|
1373
1373
|
n,
|
|
1374
1374
|
y,
|
|
1375
1375
|
R
|
|
1376
|
-
) + "}" : g === "StringMatching" || g === "StringNotMatching" || g === "StringContaining" || g === "StringNotContaining" ? g + i + R(
|
|
1376
|
+
) + "}" : g === "StringMatching" || g === "StringNotMatching" || g === "StringContaining" || g === "StringNotContaining" ? g + i + R(l.sample, f, c, n, y) : l.toAsymmetricMatcher();
|
|
1377
1377
|
};
|
|
1378
|
-
Be.serialize =
|
|
1379
|
-
const d = (
|
|
1378
|
+
Be.serialize = u;
|
|
1379
|
+
const d = (l) => l && l.$$typeof === a;
|
|
1380
1380
|
Be.test = d;
|
|
1381
|
-
var
|
|
1382
|
-
serialize:
|
|
1381
|
+
var s = {
|
|
1382
|
+
serialize: u,
|
|
1383
1383
|
test: d
|
|
1384
1384
|
};
|
|
1385
|
-
return Be.default =
|
|
1385
|
+
return Be.default = s, Be;
|
|
1386
1386
|
}
|
|
1387
1387
|
var Fe = {}, Ua, Uo;
|
|
1388
1388
|
function Ec() {
|
|
@@ -1401,11 +1401,11 @@ function qc() {
|
|
|
1401
1401
|
value: !0
|
|
1402
1402
|
}), Fe.test = Fe.serialize = Fe.default = void 0;
|
|
1403
1403
|
var e = t(Ec()), r = t(as());
|
|
1404
|
-
function t(
|
|
1405
|
-
return
|
|
1404
|
+
function t(s) {
|
|
1405
|
+
return s && s.__esModule ? s : { default: s };
|
|
1406
1406
|
}
|
|
1407
|
-
const a = (
|
|
1408
|
-
switch (
|
|
1407
|
+
const a = (s) => s.replace((0, e.default)(), (l) => {
|
|
1408
|
+
switch (l) {
|
|
1409
1409
|
case r.default.red.close:
|
|
1410
1410
|
case r.default.green.close:
|
|
1411
1411
|
case r.default.cyan.close:
|
|
@@ -1448,12 +1448,12 @@ function qc() {
|
|
|
1448
1448
|
default:
|
|
1449
1449
|
return "";
|
|
1450
1450
|
}
|
|
1451
|
-
}), i = (
|
|
1451
|
+
}), i = (s) => typeof s == "string" && !!s.match((0, e.default)());
|
|
1452
1452
|
Fe.test = i;
|
|
1453
|
-
const
|
|
1454
|
-
Fe.serialize =
|
|
1453
|
+
const u = (s, l, f, c, n, y) => y(a(s), l, f, c, n);
|
|
1454
|
+
Fe.serialize = u;
|
|
1455
1455
|
var h = {
|
|
1456
|
-
serialize:
|
|
1456
|
+
serialize: u,
|
|
1457
1457
|
test: i
|
|
1458
1458
|
};
|
|
1459
1459
|
return Fe.default = h, Fe;
|
|
@@ -1465,20 +1465,20 @@ function Cc() {
|
|
|
1465
1465
|
value: !0
|
|
1466
1466
|
}), je.test = je.serialize = je.default = void 0;
|
|
1467
1467
|
var e = Sa();
|
|
1468
|
-
const r = " ", t = ["DOMStringMap", "NamedNodeMap"], a = /^(HTML\w*Collection|NodeList)$/, i = (f) => t.indexOf(f) !== -1 || a.test(f),
|
|
1469
|
-
je.test =
|
|
1470
|
-
const d = (f) => f.constructor.name === "NamedNodeMap", h = (f,
|
|
1468
|
+
const r = " ", t = ["DOMStringMap", "NamedNodeMap"], a = /^(HTML\w*Collection|NodeList)$/, i = (f) => t.indexOf(f) !== -1 || a.test(f), u = (f) => f && f.constructor && !!f.constructor.name && i(f.constructor.name);
|
|
1469
|
+
je.test = u;
|
|
1470
|
+
const d = (f) => f.constructor.name === "NamedNodeMap", h = (f, c, n, y, R, g) => {
|
|
1471
1471
|
const T = f.constructor.name;
|
|
1472
|
-
return ++y >
|
|
1473
|
-
d(f) ? Array.from(f).reduce((
|
|
1474
|
-
|
|
1472
|
+
return ++y > c.maxDepth ? "[" + T + "]" : (c.min ? "" : T + r) + (t.indexOf(T) !== -1 ? "{" + (0, e.printObjectProperties)(
|
|
1473
|
+
d(f) ? Array.from(f).reduce((o, C) => (o[C.name] = C.value, o), {}) : { ...f },
|
|
1474
|
+
c,
|
|
1475
1475
|
n,
|
|
1476
1476
|
y,
|
|
1477
1477
|
R,
|
|
1478
1478
|
g
|
|
1479
1479
|
) + "}" : "[" + (0, e.printListItems)(
|
|
1480
1480
|
Array.from(f),
|
|
1481
|
-
|
|
1481
|
+
c,
|
|
1482
1482
|
n,
|
|
1483
1483
|
y,
|
|
1484
1484
|
R,
|
|
@@ -1486,11 +1486,11 @@ function Cc() {
|
|
|
1486
1486
|
) + "]");
|
|
1487
1487
|
};
|
|
1488
1488
|
je.serialize = h;
|
|
1489
|
-
var
|
|
1489
|
+
var l = {
|
|
1490
1490
|
serialize: h,
|
|
1491
|
-
test:
|
|
1491
|
+
test: u
|
|
1492
1492
|
};
|
|
1493
|
-
return je.default =
|
|
1493
|
+
return je.default = l, je;
|
|
1494
1494
|
}
|
|
1495
1495
|
var Ue = {}, ge = {}, Ca = {}, Wo;
|
|
1496
1496
|
function _c() {
|
|
@@ -1510,41 +1510,41 @@ function uo() {
|
|
|
1510
1510
|
value: !0
|
|
1511
1511
|
}), ge.printText = ge.printProps = ge.printElementAsLeaf = ge.printElement = ge.printComment = ge.printChildren = void 0;
|
|
1512
1512
|
var e = r(_c());
|
|
1513
|
-
function r(
|
|
1514
|
-
return
|
|
1513
|
+
function r(s) {
|
|
1514
|
+
return s && s.__esModule ? s : { default: s };
|
|
1515
1515
|
}
|
|
1516
|
-
const t = (
|
|
1517
|
-
const g =
|
|
1518
|
-
return
|
|
1519
|
-
const C = o
|
|
1516
|
+
const t = (s, l, f, c, n, y, R) => {
|
|
1517
|
+
const g = c + f.indent, T = f.colors;
|
|
1518
|
+
return s.map((o) => {
|
|
1519
|
+
const C = l[o];
|
|
1520
1520
|
let _ = R(C, f, g, n, y);
|
|
1521
1521
|
return typeof C != "string" && (_.indexOf(`
|
|
1522
|
-
`) !== -1 && (_ = f.spacingOuter + g + _ + f.spacingOuter +
|
|
1522
|
+
`) !== -1 && (_ = f.spacingOuter + g + _ + f.spacingOuter + c), _ = "{" + _ + "}"), f.spacingInner + c + T.prop.open + o + T.prop.close + "=" + T.value.open + _ + T.value.close;
|
|
1523
1523
|
}).join("");
|
|
1524
1524
|
};
|
|
1525
1525
|
ge.printProps = t;
|
|
1526
|
-
const a = (
|
|
1527
|
-
(R) =>
|
|
1526
|
+
const a = (s, l, f, c, n, y) => s.map(
|
|
1527
|
+
(R) => l.spacingOuter + f + (typeof R == "string" ? i(R, l) : y(R, l, f, c, n))
|
|
1528
1528
|
).join("");
|
|
1529
1529
|
ge.printChildren = a;
|
|
1530
|
-
const i = (
|
|
1531
|
-
const f =
|
|
1532
|
-
return f.open + (0, e.default)(
|
|
1530
|
+
const i = (s, l) => {
|
|
1531
|
+
const f = l.colors.content;
|
|
1532
|
+
return f.open + (0, e.default)(s) + f.close;
|
|
1533
1533
|
};
|
|
1534
1534
|
ge.printText = i;
|
|
1535
|
-
const
|
|
1536
|
-
const f =
|
|
1537
|
-
return f.open + "<!--" + (0, e.default)(
|
|
1535
|
+
const u = (s, l) => {
|
|
1536
|
+
const f = l.colors.comment;
|
|
1537
|
+
return f.open + "<!--" + (0, e.default)(s) + "-->" + f.close;
|
|
1538
1538
|
};
|
|
1539
|
-
ge.printComment =
|
|
1540
|
-
const d = (
|
|
1541
|
-
const y =
|
|
1542
|
-
return y.open + "<" +
|
|
1539
|
+
ge.printComment = u;
|
|
1540
|
+
const d = (s, l, f, c, n) => {
|
|
1541
|
+
const y = c.colors.tag;
|
|
1542
|
+
return y.open + "<" + s + (l && y.close + l + c.spacingOuter + n + y.open) + (f ? ">" + y.close + f + c.spacingOuter + n + y.open + "</" + s : (l && !c.min ? "" : " ") + "/") + ">" + y.close;
|
|
1543
1543
|
};
|
|
1544
1544
|
ge.printElement = d;
|
|
1545
|
-
const h = (
|
|
1546
|
-
const f =
|
|
1547
|
-
return f.open + "<" +
|
|
1545
|
+
const h = (s, l) => {
|
|
1546
|
+
const f = l.colors.tag;
|
|
1547
|
+
return f.open + "<" + s + f.close + " …" + f.open + " />" + f.close;
|
|
1548
1548
|
};
|
|
1549
1549
|
return ge.printElementAsLeaf = h, ge;
|
|
1550
1550
|
}
|
|
@@ -1555,42 +1555,42 @@ function wc() {
|
|
|
1555
1555
|
value: !0
|
|
1556
1556
|
}), Ue.test = Ue.serialize = Ue.default = void 0;
|
|
1557
1557
|
var e = uo();
|
|
1558
|
-
const r = 1, t = 3, a = 8, i = 11,
|
|
1558
|
+
const r = 1, t = 3, a = 8, i = 11, u = /^((HTML|SVG)\w*)?Element$/, d = (g) => {
|
|
1559
1559
|
try {
|
|
1560
1560
|
return typeof g.hasAttribute == "function" && g.hasAttribute("is");
|
|
1561
1561
|
} catch {
|
|
1562
1562
|
return !1;
|
|
1563
1563
|
}
|
|
1564
1564
|
}, h = (g) => {
|
|
1565
|
-
const T = g.constructor.name, { nodeType:
|
|
1566
|
-
return
|
|
1567
|
-
},
|
|
1565
|
+
const T = g.constructor.name, { nodeType: o, tagName: C } = g, _ = typeof C == "string" && C.includes("-") || d(g);
|
|
1566
|
+
return o === r && (u.test(T) || _) || o === t && T === "Text" || o === a && T === "Comment" || o === i && T === "DocumentFragment";
|
|
1567
|
+
}, s = (g) => {
|
|
1568
1568
|
var T;
|
|
1569
1569
|
return (g == null || (T = g.constructor) === null || T === void 0 ? void 0 : T.name) && h(g);
|
|
1570
1570
|
};
|
|
1571
|
-
Ue.test =
|
|
1572
|
-
function
|
|
1571
|
+
Ue.test = s;
|
|
1572
|
+
function l(g) {
|
|
1573
1573
|
return g.nodeType === t;
|
|
1574
1574
|
}
|
|
1575
1575
|
function f(g) {
|
|
1576
1576
|
return g.nodeType === a;
|
|
1577
1577
|
}
|
|
1578
|
-
function
|
|
1578
|
+
function c(g) {
|
|
1579
1579
|
return g.nodeType === i;
|
|
1580
1580
|
}
|
|
1581
|
-
const n = (g, T,
|
|
1582
|
-
if (
|
|
1581
|
+
const n = (g, T, o, C, _, P) => {
|
|
1582
|
+
if (l(g))
|
|
1583
1583
|
return (0, e.printText)(g.data, T);
|
|
1584
1584
|
if (f(g))
|
|
1585
1585
|
return (0, e.printComment)(g.data, T);
|
|
1586
|
-
const w =
|
|
1586
|
+
const w = c(g) ? "DocumentFragment" : g.tagName.toLowerCase();
|
|
1587
1587
|
return ++C > T.maxDepth ? (0, e.printElementAsLeaf)(w, T) : (0, e.printElement)(
|
|
1588
1588
|
w,
|
|
1589
1589
|
(0, e.printProps)(
|
|
1590
|
-
|
|
1591
|
-
|
|
1590
|
+
c(g) ? [] : Array.from(g.attributes).map((v) => v.name).sort(),
|
|
1591
|
+
c(g) ? {} : Array.from(g.attributes).reduce((v, b) => (v[b.name] = b.value, v), {}),
|
|
1592
1592
|
T,
|
|
1593
|
-
|
|
1593
|
+
o + T.indent,
|
|
1594
1594
|
C,
|
|
1595
1595
|
_,
|
|
1596
1596
|
P
|
|
@@ -1598,19 +1598,19 @@ function wc() {
|
|
|
1598
1598
|
(0, e.printChildren)(
|
|
1599
1599
|
Array.prototype.slice.call(g.childNodes || g.children),
|
|
1600
1600
|
T,
|
|
1601
|
-
|
|
1601
|
+
o + T.indent,
|
|
1602
1602
|
C,
|
|
1603
1603
|
_,
|
|
1604
1604
|
P
|
|
1605
1605
|
),
|
|
1606
1606
|
T,
|
|
1607
|
-
|
|
1607
|
+
o
|
|
1608
1608
|
);
|
|
1609
1609
|
};
|
|
1610
1610
|
Ue.serialize = n;
|
|
1611
1611
|
var R = {
|
|
1612
1612
|
serialize: n,
|
|
1613
|
-
test:
|
|
1613
|
+
test: s
|
|
1614
1614
|
};
|
|
1615
1615
|
return Ue.default = R, Ue;
|
|
1616
1616
|
}
|
|
@@ -1621,7 +1621,7 @@ function Pc() {
|
|
|
1621
1621
|
value: !0
|
|
1622
1622
|
}), $e.test = $e.serialize = $e.default = void 0;
|
|
1623
1623
|
var e = Sa();
|
|
1624
|
-
const r = "@@__IMMUTABLE_ITERABLE__@@", t = "@@__IMMUTABLE_LIST__@@", a = "@@__IMMUTABLE_KEYED__@@", i = "@@__IMMUTABLE_MAP__@@",
|
|
1624
|
+
const r = "@@__IMMUTABLE_ITERABLE__@@", t = "@@__IMMUTABLE_LIST__@@", a = "@@__IMMUTABLE_KEYED__@@", i = "@@__IMMUTABLE_MAP__@@", u = "@@__IMMUTABLE_ORDERED__@@", d = "@@__IMMUTABLE_RECORD__@@", h = "@@__IMMUTABLE_SEQ__@@", s = "@@__IMMUTABLE_SET__@@", l = "@@__IMMUTABLE_STACK__@@", f = (b) => "Immutable." + b, c = (b) => "[" + b + "]", n = " ", y = "…", R = (b, E, S, L, j, F, M) => ++L > E.maxDepth ? c(f(M)) : f(M) + n + "{" + (0, e.printIteratorEntries)(
|
|
1625
1625
|
b.entries(),
|
|
1626
1626
|
E,
|
|
1627
1627
|
S,
|
|
@@ -1648,8 +1648,8 @@ function Pc() {
|
|
|
1648
1648
|
};
|
|
1649
1649
|
}
|
|
1650
1650
|
const T = (b, E, S, L, j, F) => {
|
|
1651
|
-
const
|
|
1652
|
-
return ++L > E.maxDepth ?
|
|
1651
|
+
const M = f(b._name || "Record");
|
|
1652
|
+
return ++L > E.maxDepth ? c(M) : M + n + "{" + (0, e.printIteratorEntries)(
|
|
1653
1653
|
g(b),
|
|
1654
1654
|
E,
|
|
1655
1655
|
S,
|
|
@@ -1657,9 +1657,9 @@ function Pc() {
|
|
|
1657
1657
|
j,
|
|
1658
1658
|
F
|
|
1659
1659
|
) + "}";
|
|
1660
|
-
},
|
|
1661
|
-
const
|
|
1662
|
-
return ++L > E.maxDepth ?
|
|
1660
|
+
}, o = (b, E, S, L, j, F) => {
|
|
1661
|
+
const M = f("Seq");
|
|
1662
|
+
return ++L > E.maxDepth ? c(M) : b[a] ? M + n + "{" + // from Immutable collection of entries or from ECMAScript object
|
|
1663
1663
|
(b._iter || b._object ? (0, e.printIteratorEntries)(
|
|
1664
1664
|
b.entries(),
|
|
1665
1665
|
E,
|
|
@@ -1667,7 +1667,7 @@ function Pc() {
|
|
|
1667
1667
|
L,
|
|
1668
1668
|
j,
|
|
1669
1669
|
F
|
|
1670
|
-
) : y) + "}" :
|
|
1670
|
+
) : y) + "}" : M + n + "[" + (b._iter || // from Immutable collection of values
|
|
1671
1671
|
b._array || // from ECMAScript array
|
|
1672
1672
|
b._collection || // from ECMAScript collection in immutable v4
|
|
1673
1673
|
b._iterable ? (0, e.printIteratorValues)(
|
|
@@ -1678,7 +1678,7 @@ function Pc() {
|
|
|
1678
1678
|
j,
|
|
1679
1679
|
F
|
|
1680
1680
|
) : y) + "]";
|
|
1681
|
-
}, C = (b, E, S, L, j, F,
|
|
1681
|
+
}, C = (b, E, S, L, j, F, M) => ++L > E.maxDepth ? c(f(M)) : f(M) + n + "[" + (0, e.printIteratorValues)(
|
|
1682
1682
|
b.values(),
|
|
1683
1683
|
E,
|
|
1684
1684
|
S,
|
|
@@ -1692,7 +1692,7 @@ function Pc() {
|
|
|
1692
1692
|
L,
|
|
1693
1693
|
j,
|
|
1694
1694
|
F,
|
|
1695
|
-
b[
|
|
1695
|
+
b[u] ? "OrderedMap" : "Map"
|
|
1696
1696
|
) : b[t] ? C(
|
|
1697
1697
|
b,
|
|
1698
1698
|
E,
|
|
@@ -1701,15 +1701,15 @@ function Pc() {
|
|
|
1701
1701
|
j,
|
|
1702
1702
|
F,
|
|
1703
1703
|
"List"
|
|
1704
|
-
) : b[
|
|
1704
|
+
) : b[s] ? C(
|
|
1705
1705
|
b,
|
|
1706
1706
|
E,
|
|
1707
1707
|
S,
|
|
1708
1708
|
L,
|
|
1709
1709
|
j,
|
|
1710
1710
|
F,
|
|
1711
|
-
b[
|
|
1712
|
-
) : b[
|
|
1711
|
+
b[u] ? "OrderedSet" : "Set"
|
|
1712
|
+
) : b[l] ? C(
|
|
1713
1713
|
b,
|
|
1714
1714
|
E,
|
|
1715
1715
|
S,
|
|
@@ -1717,7 +1717,7 @@ function Pc() {
|
|
|
1717
1717
|
j,
|
|
1718
1718
|
F,
|
|
1719
1719
|
"Stack"
|
|
1720
|
-
) : b[h] ?
|
|
1720
|
+
) : b[h] ? o(b, E, S, L, j, F) : T(b, E, S, L, j, F);
|
|
1721
1721
|
$e.serialize = _;
|
|
1722
1722
|
const P = (b) => b && (b[r] === !0 || b[d] === !0);
|
|
1723
1723
|
$e.test = P;
|
|
@@ -1740,31 +1740,31 @@ var Yo;
|
|
|
1740
1740
|
function Tc() {
|
|
1741
1741
|
if (Yo) return te;
|
|
1742
1742
|
Yo = 1;
|
|
1743
|
-
var e = 60103, r = 60106, t = 60107, a = 60108, i = 60114,
|
|
1743
|
+
var e = 60103, r = 60106, t = 60107, a = 60108, i = 60114, u = 60109, d = 60110, h = 60112, s = 60113, l = 60120, f = 60115, c = 60116, n = 60121, y = 60122, R = 60117, g = 60129, T = 60131;
|
|
1744
1744
|
if (typeof Symbol == "function" && Symbol.for) {
|
|
1745
|
-
var
|
|
1746
|
-
e =
|
|
1745
|
+
var o = Symbol.for;
|
|
1746
|
+
e = o("react.element"), r = o("react.portal"), t = o("react.fragment"), a = o("react.strict_mode"), i = o("react.profiler"), u = o("react.provider"), d = o("react.context"), h = o("react.forward_ref"), s = o("react.suspense"), l = o("react.suspense_list"), f = o("react.memo"), c = o("react.lazy"), n = o("react.block"), y = o("react.server.block"), R = o("react.fundamental"), g = o("react.debug_trace_mode"), T = o("react.legacy_hidden");
|
|
1747
1747
|
}
|
|
1748
|
-
function C(
|
|
1749
|
-
if (typeof
|
|
1750
|
-
var B =
|
|
1748
|
+
function C(M) {
|
|
1749
|
+
if (typeof M == "object" && M !== null) {
|
|
1750
|
+
var B = M.$$typeof;
|
|
1751
1751
|
switch (B) {
|
|
1752
1752
|
case e:
|
|
1753
|
-
switch (
|
|
1753
|
+
switch (M = M.type, M) {
|
|
1754
1754
|
case t:
|
|
1755
1755
|
case i:
|
|
1756
1756
|
case a:
|
|
1757
|
-
case
|
|
1758
|
-
case
|
|
1759
|
-
return
|
|
1757
|
+
case s:
|
|
1758
|
+
case l:
|
|
1759
|
+
return M;
|
|
1760
1760
|
default:
|
|
1761
|
-
switch (
|
|
1761
|
+
switch (M = M && M.$$typeof, M) {
|
|
1762
1762
|
case d:
|
|
1763
1763
|
case h:
|
|
1764
|
-
case
|
|
1764
|
+
case c:
|
|
1765
1765
|
case f:
|
|
1766
|
-
case
|
|
1767
|
-
return
|
|
1766
|
+
case u:
|
|
1767
|
+
return M;
|
|
1768
1768
|
default:
|
|
1769
1769
|
return B;
|
|
1770
1770
|
}
|
|
@@ -1774,35 +1774,35 @@ function Tc() {
|
|
|
1774
1774
|
}
|
|
1775
1775
|
}
|
|
1776
1776
|
}
|
|
1777
|
-
var _ =
|
|
1777
|
+
var _ = u, P = e, w = h, v = t, b = c, E = f, S = r, L = i, j = a, F = s;
|
|
1778
1778
|
return te.ContextConsumer = d, te.ContextProvider = _, te.Element = P, te.ForwardRef = w, te.Fragment = v, te.Lazy = b, te.Memo = E, te.Portal = S, te.Profiler = L, te.StrictMode = j, te.Suspense = F, te.isAsyncMode = function() {
|
|
1779
1779
|
return !1;
|
|
1780
1780
|
}, te.isConcurrentMode = function() {
|
|
1781
1781
|
return !1;
|
|
1782
|
-
}, te.isContextConsumer = function(
|
|
1783
|
-
return C(
|
|
1784
|
-
}, te.isContextProvider = function(
|
|
1785
|
-
return C(
|
|
1786
|
-
}, te.isElement = function(
|
|
1787
|
-
return typeof
|
|
1788
|
-
}, te.isForwardRef = function(
|
|
1789
|
-
return C(
|
|
1790
|
-
}, te.isFragment = function(
|
|
1791
|
-
return C(
|
|
1792
|
-
}, te.isLazy = function(
|
|
1793
|
-
return C(
|
|
1794
|
-
}, te.isMemo = function(
|
|
1795
|
-
return C(
|
|
1796
|
-
}, te.isPortal = function(
|
|
1797
|
-
return C(
|
|
1798
|
-
}, te.isProfiler = function(
|
|
1799
|
-
return C(
|
|
1800
|
-
}, te.isStrictMode = function(
|
|
1801
|
-
return C(
|
|
1802
|
-
}, te.isSuspense = function(
|
|
1803
|
-
return C(
|
|
1804
|
-
}, te.isValidElementType = function(
|
|
1805
|
-
return typeof
|
|
1782
|
+
}, te.isContextConsumer = function(M) {
|
|
1783
|
+
return C(M) === d;
|
|
1784
|
+
}, te.isContextProvider = function(M) {
|
|
1785
|
+
return C(M) === u;
|
|
1786
|
+
}, te.isElement = function(M) {
|
|
1787
|
+
return typeof M == "object" && M !== null && M.$$typeof === e;
|
|
1788
|
+
}, te.isForwardRef = function(M) {
|
|
1789
|
+
return C(M) === h;
|
|
1790
|
+
}, te.isFragment = function(M) {
|
|
1791
|
+
return C(M) === t;
|
|
1792
|
+
}, te.isLazy = function(M) {
|
|
1793
|
+
return C(M) === c;
|
|
1794
|
+
}, te.isMemo = function(M) {
|
|
1795
|
+
return C(M) === f;
|
|
1796
|
+
}, te.isPortal = function(M) {
|
|
1797
|
+
return C(M) === r;
|
|
1798
|
+
}, te.isProfiler = function(M) {
|
|
1799
|
+
return C(M) === i;
|
|
1800
|
+
}, te.isStrictMode = function(M) {
|
|
1801
|
+
return C(M) === a;
|
|
1802
|
+
}, te.isSuspense = function(M) {
|
|
1803
|
+
return C(M) === s;
|
|
1804
|
+
}, te.isValidElementType = function(M) {
|
|
1805
|
+
return typeof M == "string" || typeof M == "function" || M === t || M === i || M === g || M === a || M === s || M === l || M === T || typeof M == "object" && M !== null && (M.$$typeof === c || M.$$typeof === f || M.$$typeof === u || M.$$typeof === d || M.$$typeof === h || M.$$typeof === R || M.$$typeof === n || M[0] === y);
|
|
1806
1806
|
}, te.typeOf = C, te;
|
|
1807
1807
|
}
|
|
1808
1808
|
var ne = {};
|
|
@@ -1817,14 +1817,14 @@ var ne = {};
|
|
|
1817
1817
|
var Ko;
|
|
1818
1818
|
function xc() {
|
|
1819
1819
|
return Ko || (Ko = 1, process.env.NODE_ENV !== "production" && function() {
|
|
1820
|
-
var e = 60103, r = 60106, t = 60107, a = 60108, i = 60114,
|
|
1820
|
+
var e = 60103, r = 60106, t = 60107, a = 60108, i = 60114, u = 60109, d = 60110, h = 60112, s = 60113, l = 60120, f = 60115, c = 60116, n = 60121, y = 60122, R = 60117, g = 60129, T = 60131;
|
|
1821
1821
|
if (typeof Symbol == "function" && Symbol.for) {
|
|
1822
|
-
var
|
|
1823
|
-
e =
|
|
1822
|
+
var o = Symbol.for;
|
|
1823
|
+
e = o("react.element"), r = o("react.portal"), t = o("react.fragment"), a = o("react.strict_mode"), i = o("react.profiler"), u = o("react.provider"), d = o("react.context"), h = o("react.forward_ref"), s = o("react.suspense"), l = o("react.suspense_list"), f = o("react.memo"), c = o("react.lazy"), n = o("react.block"), y = o("react.server.block"), R = o("react.fundamental"), o("react.scope"), o("react.opaque.id"), g = o("react.debug_trace_mode"), o("react.offscreen"), T = o("react.legacy_hidden");
|
|
1824
1824
|
}
|
|
1825
1825
|
var C = !1;
|
|
1826
1826
|
function _(N) {
|
|
1827
|
-
return !!(typeof N == "string" || typeof N == "function" || N === t || N === i || N === g || N === a || N ===
|
|
1827
|
+
return !!(typeof N == "string" || typeof N == "function" || N === t || N === i || N === g || N === a || N === s || N === l || N === T || C || typeof N == "object" && N !== null && (N.$$typeof === c || N.$$typeof === f || N.$$typeof === u || N.$$typeof === d || N.$$typeof === h || N.$$typeof === R || N.$$typeof === n || N[0] === y));
|
|
1828
1828
|
}
|
|
1829
1829
|
function P(N) {
|
|
1830
1830
|
if (typeof N == "object" && N !== null) {
|
|
@@ -1836,17 +1836,17 @@ function xc() {
|
|
|
1836
1836
|
case t:
|
|
1837
1837
|
case i:
|
|
1838
1838
|
case a:
|
|
1839
|
-
case
|
|
1840
|
-
case
|
|
1839
|
+
case s:
|
|
1840
|
+
case l:
|
|
1841
1841
|
return V;
|
|
1842
1842
|
default:
|
|
1843
1843
|
var Q = V && V.$$typeof;
|
|
1844
1844
|
switch (Q) {
|
|
1845
1845
|
case d:
|
|
1846
1846
|
case h:
|
|
1847
|
-
case
|
|
1847
|
+
case c:
|
|
1848
1848
|
case f:
|
|
1849
|
-
case
|
|
1849
|
+
case u:
|
|
1850
1850
|
return Q;
|
|
1851
1851
|
default:
|
|
1852
1852
|
return Y;
|
|
@@ -1857,7 +1857,7 @@ function xc() {
|
|
|
1857
1857
|
}
|
|
1858
1858
|
}
|
|
1859
1859
|
}
|
|
1860
|
-
var w = d, v =
|
|
1860
|
+
var w = d, v = u, b = e, E = h, S = t, L = c, j = f, F = r, M = i, B = a, K = s, ee = !1, z = !1;
|
|
1861
1861
|
function ue(N) {
|
|
1862
1862
|
return ee || (ee = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")), !1;
|
|
1863
1863
|
}
|
|
@@ -1868,7 +1868,7 @@ function xc() {
|
|
|
1868
1868
|
return P(N) === d;
|
|
1869
1869
|
}
|
|
1870
1870
|
function Te(N) {
|
|
1871
|
-
return P(N) ===
|
|
1871
|
+
return P(N) === u;
|
|
1872
1872
|
}
|
|
1873
1873
|
function xe(N) {
|
|
1874
1874
|
return typeof N == "object" && N !== null && N.$$typeof === e;
|
|
@@ -1880,7 +1880,7 @@ function xc() {
|
|
|
1880
1880
|
return P(N) === t;
|
|
1881
1881
|
}
|
|
1882
1882
|
function me(N) {
|
|
1883
|
-
return P(N) ===
|
|
1883
|
+
return P(N) === c;
|
|
1884
1884
|
}
|
|
1885
1885
|
function ye(N) {
|
|
1886
1886
|
return P(N) === f;
|
|
@@ -1895,82 +1895,82 @@ function xc() {
|
|
|
1895
1895
|
return P(N) === a;
|
|
1896
1896
|
}
|
|
1897
1897
|
function U(N) {
|
|
1898
|
-
return P(N) ===
|
|
1898
|
+
return P(N) === s;
|
|
1899
1899
|
}
|
|
1900
|
-
ne.ContextConsumer = w, ne.ContextProvider = v, ne.Element = b, ne.ForwardRef = E, ne.Fragment = S, ne.Lazy = L, ne.Memo = j, ne.Portal = F, ne.Profiler =
|
|
1900
|
+
ne.ContextConsumer = w, ne.ContextProvider = v, ne.Element = b, ne.ForwardRef = E, ne.Fragment = S, ne.Lazy = L, ne.Memo = j, ne.Portal = F, ne.Profiler = M, ne.StrictMode = B, ne.Suspense = K, ne.isAsyncMode = ue, ne.isConcurrentMode = pe, ne.isContextConsumer = qe, ne.isContextProvider = Te, ne.isElement = xe, ne.isForwardRef = $, ne.isFragment = Ee, ne.isLazy = me, ne.isMemo = ye, ne.isPortal = Ne, ne.isProfiler = ke, ne.isStrictMode = q, ne.isSuspense = U, ne.isValidElementType = _, ne.typeOf = P;
|
|
1901
1901
|
}()), ne;
|
|
1902
1902
|
}
|
|
1903
1903
|
var Xo;
|
|
1904
|
-
function
|
|
1904
|
+
function Oc() {
|
|
1905
1905
|
return Xo || (Xo = 1, process.env.NODE_ENV === "production" ? _a.exports = Tc() : _a.exports = xc()), _a.exports;
|
|
1906
1906
|
}
|
|
1907
1907
|
var Qo;
|
|
1908
|
-
function
|
|
1908
|
+
function Mc() {
|
|
1909
1909
|
if (Qo) return He;
|
|
1910
1910
|
Qo = 1, Object.defineProperty(He, "__esModule", {
|
|
1911
1911
|
value: !0
|
|
1912
1912
|
}), He.test = He.serialize = He.default = void 0;
|
|
1913
|
-
var e = a(
|
|
1914
|
-
function t(
|
|
1913
|
+
var e = a(Oc()), r = uo();
|
|
1914
|
+
function t(c) {
|
|
1915
1915
|
if (typeof WeakMap != "function") return null;
|
|
1916
1916
|
var n = /* @__PURE__ */ new WeakMap(), y = /* @__PURE__ */ new WeakMap();
|
|
1917
1917
|
return (t = function(R) {
|
|
1918
1918
|
return R ? y : n;
|
|
1919
|
-
})(
|
|
1919
|
+
})(c);
|
|
1920
1920
|
}
|
|
1921
|
-
function a(
|
|
1922
|
-
if (
|
|
1923
|
-
return
|
|
1924
|
-
if (
|
|
1925
|
-
return { default:
|
|
1921
|
+
function a(c, n) {
|
|
1922
|
+
if (c && c.__esModule)
|
|
1923
|
+
return c;
|
|
1924
|
+
if (c === null || typeof c != "object" && typeof c != "function")
|
|
1925
|
+
return { default: c };
|
|
1926
1926
|
var y = t(n);
|
|
1927
|
-
if (y && y.has(
|
|
1928
|
-
return y.get(
|
|
1927
|
+
if (y && y.has(c))
|
|
1928
|
+
return y.get(c);
|
|
1929
1929
|
var R = {}, g = Object.defineProperty && Object.getOwnPropertyDescriptor;
|
|
1930
|
-
for (var T in
|
|
1931
|
-
if (T !== "default" && Object.prototype.hasOwnProperty.call(
|
|
1932
|
-
var
|
|
1933
|
-
|
|
1930
|
+
for (var T in c)
|
|
1931
|
+
if (T !== "default" && Object.prototype.hasOwnProperty.call(c, T)) {
|
|
1932
|
+
var o = g ? Object.getOwnPropertyDescriptor(c, T) : null;
|
|
1933
|
+
o && (o.get || o.set) ? Object.defineProperty(R, T, o) : R[T] = c[T];
|
|
1934
1934
|
}
|
|
1935
|
-
return R.default =
|
|
1935
|
+
return R.default = c, y && y.set(c, R), R;
|
|
1936
1936
|
}
|
|
1937
|
-
const i = (
|
|
1937
|
+
const i = (c, n = []) => (Array.isArray(c) ? c.forEach((y) => {
|
|
1938
1938
|
i(y, n);
|
|
1939
|
-
}) :
|
|
1940
|
-
const n =
|
|
1939
|
+
}) : c != null && c !== !1 && n.push(c), n), u = (c) => {
|
|
1940
|
+
const n = c.type;
|
|
1941
1941
|
if (typeof n == "string")
|
|
1942
1942
|
return n;
|
|
1943
1943
|
if (typeof n == "function")
|
|
1944
1944
|
return n.displayName || n.name || "Unknown";
|
|
1945
|
-
if (e.isFragment(
|
|
1945
|
+
if (e.isFragment(c))
|
|
1946
1946
|
return "React.Fragment";
|
|
1947
|
-
if (e.isSuspense(
|
|
1947
|
+
if (e.isSuspense(c))
|
|
1948
1948
|
return "React.Suspense";
|
|
1949
1949
|
if (typeof n == "object" && n !== null) {
|
|
1950
|
-
if (e.isContextProvider(
|
|
1950
|
+
if (e.isContextProvider(c))
|
|
1951
1951
|
return "Context.Provider";
|
|
1952
|
-
if (e.isContextConsumer(
|
|
1952
|
+
if (e.isContextConsumer(c))
|
|
1953
1953
|
return "Context.Consumer";
|
|
1954
|
-
if (e.isForwardRef(
|
|
1954
|
+
if (e.isForwardRef(c)) {
|
|
1955
1955
|
if (n.displayName)
|
|
1956
1956
|
return n.displayName;
|
|
1957
1957
|
const y = n.render.displayName || n.render.name || "";
|
|
1958
1958
|
return y !== "" ? "ForwardRef(" + y + ")" : "ForwardRef";
|
|
1959
1959
|
}
|
|
1960
|
-
if (e.isMemo(
|
|
1960
|
+
if (e.isMemo(c)) {
|
|
1961
1961
|
const y = n.displayName || n.type.displayName || n.type.name || "";
|
|
1962
1962
|
return y !== "" ? "Memo(" + y + ")" : "Memo";
|
|
1963
1963
|
}
|
|
1964
1964
|
}
|
|
1965
1965
|
return "UNDEFINED";
|
|
1966
|
-
}, d = (
|
|
1967
|
-
const { props: n } =
|
|
1966
|
+
}, d = (c) => {
|
|
1967
|
+
const { props: n } = c;
|
|
1968
1968
|
return Object.keys(n).filter((y) => y !== "children" && n[y] !== void 0).sort();
|
|
1969
|
-
}, h = (
|
|
1970
|
-
|
|
1969
|
+
}, h = (c, n, y, R, g, T) => ++R > n.maxDepth ? (0, r.printElementAsLeaf)(u(c), n) : (0, r.printElement)(
|
|
1970
|
+
u(c),
|
|
1971
1971
|
(0, r.printProps)(
|
|
1972
|
-
d(
|
|
1973
|
-
|
|
1972
|
+
d(c),
|
|
1973
|
+
c.props,
|
|
1974
1974
|
n,
|
|
1975
1975
|
y + n.indent,
|
|
1976
1976
|
R,
|
|
@@ -1978,7 +1978,7 @@ function Oc() {
|
|
|
1978
1978
|
T
|
|
1979
1979
|
),
|
|
1980
1980
|
(0, r.printChildren)(
|
|
1981
|
-
i(
|
|
1981
|
+
i(c.props.children),
|
|
1982
1982
|
n,
|
|
1983
1983
|
y + n.indent,
|
|
1984
1984
|
R,
|
|
@@ -1989,11 +1989,11 @@ function Oc() {
|
|
|
1989
1989
|
y
|
|
1990
1990
|
);
|
|
1991
1991
|
He.serialize = h;
|
|
1992
|
-
const
|
|
1993
|
-
He.test =
|
|
1992
|
+
const s = (c) => c != null && e.isElement(c);
|
|
1993
|
+
He.test = s;
|
|
1994
1994
|
var f = {
|
|
1995
1995
|
serialize: h,
|
|
1996
|
-
test:
|
|
1996
|
+
test: s
|
|
1997
1997
|
};
|
|
1998
1998
|
return He.default = f, He;
|
|
1999
1999
|
}
|
|
@@ -2006,39 +2006,39 @@ function Ac() {
|
|
|
2006
2006
|
var e = uo(), r = function() {
|
|
2007
2007
|
return typeof globalThis < "u" ? globalThis : typeof r < "u" ? r : typeof self < "u" ? self : typeof window < "u" ? window : Function("return this")();
|
|
2008
2008
|
}(), t = r["jest-symbol-do-not-touch"] || r.Symbol;
|
|
2009
|
-
const a = typeof t == "function" && t.for ? t.for("react.test.json") : 245830487, i = (
|
|
2010
|
-
const { props: f } =
|
|
2011
|
-
return f ? Object.keys(f).filter((
|
|
2012
|
-
},
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
i(
|
|
2016
|
-
|
|
2009
|
+
const a = typeof t == "function" && t.for ? t.for("react.test.json") : 245830487, i = (l) => {
|
|
2010
|
+
const { props: f } = l;
|
|
2011
|
+
return f ? Object.keys(f).filter((c) => f[c] !== void 0).sort() : [];
|
|
2012
|
+
}, u = (l, f, c, n, y, R) => ++n > f.maxDepth ? (0, e.printElementAsLeaf)(l.type, f) : (0, e.printElement)(
|
|
2013
|
+
l.type,
|
|
2014
|
+
l.props ? (0, e.printProps)(
|
|
2015
|
+
i(l),
|
|
2016
|
+
l.props,
|
|
2017
2017
|
f,
|
|
2018
|
-
|
|
2018
|
+
c + f.indent,
|
|
2019
2019
|
n,
|
|
2020
2020
|
y,
|
|
2021
2021
|
R
|
|
2022
2022
|
) : "",
|
|
2023
|
-
|
|
2024
|
-
|
|
2023
|
+
l.children ? (0, e.printChildren)(
|
|
2024
|
+
l.children,
|
|
2025
2025
|
f,
|
|
2026
|
-
|
|
2026
|
+
c + f.indent,
|
|
2027
2027
|
n,
|
|
2028
2028
|
y,
|
|
2029
2029
|
R
|
|
2030
2030
|
) : "",
|
|
2031
2031
|
f,
|
|
2032
|
-
|
|
2032
|
+
c
|
|
2033
2033
|
);
|
|
2034
|
-
We.serialize =
|
|
2035
|
-
const d = (
|
|
2034
|
+
We.serialize = u;
|
|
2035
|
+
const d = (l) => l && l.$$typeof === a;
|
|
2036
2036
|
We.test = d;
|
|
2037
|
-
var
|
|
2038
|
-
serialize:
|
|
2037
|
+
var s = {
|
|
2038
|
+
serialize: u,
|
|
2039
2039
|
test: d
|
|
2040
2040
|
};
|
|
2041
|
-
return We.default =
|
|
2041
|
+
return We.default = s, We;
|
|
2042
2042
|
}
|
|
2043
2043
|
var Zo;
|
|
2044
2044
|
function Sc() {
|
|
@@ -2046,15 +2046,15 @@ function Sc() {
|
|
|
2046
2046
|
Zo = 1, Object.defineProperty(De, "__esModule", {
|
|
2047
2047
|
value: !0
|
|
2048
2048
|
}), De.default = De.DEFAULT_OPTIONS = void 0, De.format = ye, De.plugins = void 0;
|
|
2049
|
-
var e =
|
|
2049
|
+
var e = l(as()), r = Sa(), t = l(
|
|
2050
2050
|
gc()
|
|
2051
|
-
), a =
|
|
2051
|
+
), a = l(qc()), i = l(Cc()), u = l(wc()), d = l(Pc()), h = l(Mc()), s = l(
|
|
2052
2052
|
Ac()
|
|
2053
2053
|
);
|
|
2054
|
-
function
|
|
2054
|
+
function l(q) {
|
|
2055
2055
|
return q && q.__esModule ? q : { default: q };
|
|
2056
2056
|
}
|
|
2057
|
-
const f = Object.prototype.toString,
|
|
2057
|
+
const f = Object.prototype.toString, c = Date.prototype.toISOString, n = Error.prototype.toString, y = RegExp.prototype.toString, R = (q) => typeof q.constructor == "function" && q.constructor.name || "Object", g = (q) => typeof window < "u" && q === window, T = /^Symbol\((.*)\)(.*)$/, o = /\n/gi;
|
|
2058
2058
|
class C extends Error {
|
|
2059
2059
|
constructor(U, N) {
|
|
2060
2060
|
super(U), this.stack = N, this.name = this.constructor.name;
|
|
@@ -2097,7 +2097,7 @@ function Sc() {
|
|
|
2097
2097
|
if (V === "symbol")
|
|
2098
2098
|
return b(q);
|
|
2099
2099
|
const Q = f.call(q);
|
|
2100
|
-
return Q === "[object WeakMap]" ? "WeakMap {}" : Q === "[object WeakSet]" ? "WeakSet {}" : Q === "[object Function]" || Q === "[object GeneratorFunction]" ? v(q, U) : Q === "[object Symbol]" ? b(q) : Q === "[object Date]" ? isNaN(+q) ? "Date { NaN }" :
|
|
2100
|
+
return Q === "[object WeakMap]" ? "WeakMap {}" : Q === "[object WeakSet]" ? "WeakSet {}" : Q === "[object Function]" || Q === "[object GeneratorFunction]" ? v(q, U) : Q === "[object Symbol]" ? b(q) : Q === "[object Date]" ? isNaN(+q) ? "Date { NaN }" : c.call(q) : Q === "[object Error]" ? E(q) : Q === "[object RegExp]" ? N ? y.call(q).replace(/[\\^$*+?.()|[\]{}]/g, "\\$&") : y.call(q) : q instanceof Error ? E(q) : null;
|
|
2101
2101
|
}
|
|
2102
2102
|
function L(q, U, N, Y, V, Q) {
|
|
2103
2103
|
if (V.indexOf(q) !== -1)
|
|
@@ -2156,7 +2156,7 @@ function Sc() {
|
|
|
2156
2156
|
(oe) => B(oe, N, Y, V, Q),
|
|
2157
2157
|
(oe) => {
|
|
2158
2158
|
const ve = Y + N.indent;
|
|
2159
|
-
return ve + oe.replace(
|
|
2159
|
+
return ve + oe.replace(o, `
|
|
2160
2160
|
` + ve);
|
|
2161
2161
|
},
|
|
2162
2162
|
{
|
|
@@ -2175,7 +2175,7 @@ function Sc() {
|
|
|
2175
2175
|
);
|
|
2176
2176
|
return ie;
|
|
2177
2177
|
}
|
|
2178
|
-
function
|
|
2178
|
+
function M(q, U) {
|
|
2179
2179
|
for (let N = 0; N < q.length; N++)
|
|
2180
2180
|
try {
|
|
2181
2181
|
if (q[N].test(U))
|
|
@@ -2186,7 +2186,7 @@ function Sc() {
|
|
|
2186
2186
|
return null;
|
|
2187
2187
|
}
|
|
2188
2188
|
function B(q, U, N, Y, V, Q) {
|
|
2189
|
-
const ie =
|
|
2189
|
+
const ie = M(U.plugins, q);
|
|
2190
2190
|
if (ie !== null)
|
|
2191
2191
|
return F(ie, q, U, N, Y, V);
|
|
2192
2192
|
const oe = S(
|
|
@@ -2281,7 +2281,7 @@ function Sc() {
|
|
|
2281
2281
|
}
|
|
2282
2282
|
function ye(q, U) {
|
|
2283
2283
|
if (U && (ue(U), U.plugins)) {
|
|
2284
|
-
const Y =
|
|
2284
|
+
const Y = M(U.plugins, q);
|
|
2285
2285
|
if (Y !== null)
|
|
2286
2286
|
return F(Y, q, Ee(U), "", 0, []);
|
|
2287
2287
|
}
|
|
@@ -2297,10 +2297,10 @@ function Sc() {
|
|
|
2297
2297
|
AsymmetricMatcher: t.default,
|
|
2298
2298
|
ConvertAnsi: a.default,
|
|
2299
2299
|
DOMCollection: i.default,
|
|
2300
|
-
DOMElement:
|
|
2300
|
+
DOMElement: u.default,
|
|
2301
2301
|
Immutable: d.default,
|
|
2302
2302
|
ReactElement: h.default,
|
|
2303
|
-
ReactTestComponent:
|
|
2303
|
+
ReactTestComponent: s.default
|
|
2304
2304
|
};
|
|
2305
2305
|
De.plugins = Ne;
|
|
2306
2306
|
var ke = ye;
|
|
@@ -2328,9 +2328,9 @@ function Ie(e, r) {
|
|
|
2328
2328
|
var t = Array, a = Object(e);
|
|
2329
2329
|
if (e == null)
|
|
2330
2330
|
throw new TypeError("Array.from requires an array-like object - not null or undefined");
|
|
2331
|
-
for (var i = Bc(a.length),
|
|
2332
|
-
h = a[d],
|
|
2333
|
-
return
|
|
2331
|
+
for (var i = Bc(a.length), u = Nc(t) ? Object(new t(i)) : new Array(i), d = 0, h; d < i; )
|
|
2332
|
+
h = a[d], u[d] = h, d += 1;
|
|
2333
|
+
return u.length = i, u;
|
|
2334
2334
|
}
|
|
2335
2335
|
function fa(e) {
|
|
2336
2336
|
"@babel/helpers - typeof";
|
|
@@ -2623,7 +2623,7 @@ function id(e) {
|
|
|
2623
2623
|
function ud(e) {
|
|
2624
2624
|
return ld(e) && he(e) === "title";
|
|
2625
2625
|
}
|
|
2626
|
-
function
|
|
2626
|
+
function Oa(e, r) {
|
|
2627
2627
|
if (le(e) && e.hasAttribute(r)) {
|
|
2628
2628
|
var t = e.getAttribute(r).split(" "), a = e.getRootNode ? e.getRootNode() : e.ownerDocument;
|
|
2629
2629
|
return t.map(function(i) {
|
|
@@ -2666,7 +2666,7 @@ function us(e, r) {
|
|
|
2666
2666
|
}
|
|
2667
2667
|
function el(e, r) {
|
|
2668
2668
|
var t = Ie(e.querySelectorAll(r));
|
|
2669
|
-
return
|
|
2669
|
+
return Oa(e, "aria-owns").forEach(function(a) {
|
|
2670
2670
|
t.push.apply(t, Ie(a.querySelectorAll(r)));
|
|
2671
2671
|
}), t;
|
|
2672
2672
|
}
|
|
@@ -2731,40 +2731,40 @@ function gd(e) {
|
|
|
2731
2731
|
return r.length === 0 ? Ie(e.childNodes) : r;
|
|
2732
2732
|
}
|
|
2733
2733
|
function ds(e) {
|
|
2734
|
-
var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, t = new Vc(), a = td(e), i = r.compute,
|
|
2735
|
-
function n(
|
|
2734
|
+
var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, t = new Vc(), a = td(e), i = r.compute, u = i === void 0 ? "name" : i, d = r.computedStyleSupportsPseudoElements, h = d === void 0 ? r.getComputedStyle !== void 0 : d, s = r.getComputedStyle, l = s === void 0 ? a.getComputedStyle.bind(a) : s, f = r.hidden, c = f === void 0 ? !1 : f;
|
|
2735
|
+
function n(o, C) {
|
|
2736
2736
|
var _ = "";
|
|
2737
|
-
if (le(
|
|
2738
|
-
var P = o
|
|
2737
|
+
if (le(o) && h) {
|
|
2738
|
+
var P = l(o, "::before"), w = rl(P);
|
|
2739
2739
|
_ = "".concat(w, " ").concat(_);
|
|
2740
2740
|
}
|
|
2741
|
-
var v = od(
|
|
2741
|
+
var v = od(o) ? gd(o) : Ie(o.childNodes).concat(Oa(o, "aria-owns"));
|
|
2742
2742
|
if (v.forEach(function(S) {
|
|
2743
2743
|
var L = T(S, {
|
|
2744
2744
|
isEmbeddedInLabel: C.isEmbeddedInLabel,
|
|
2745
2745
|
isReferenced: !1,
|
|
2746
2746
|
recursion: !0
|
|
2747
|
-
}), j = le(S) ?
|
|
2747
|
+
}), j = le(S) ? l(S).getPropertyValue("display") : "inline", F = j !== "inline" ? " " : "";
|
|
2748
2748
|
_ += "".concat(F).concat(L).concat(F);
|
|
2749
|
-
}), le(
|
|
2750
|
-
var b = o
|
|
2749
|
+
}), le(o) && h) {
|
|
2750
|
+
var b = l(o, "::after"), E = rl(b);
|
|
2751
2751
|
_ = "".concat(_, " ").concat(E);
|
|
2752
2752
|
}
|
|
2753
2753
|
return _.trim();
|
|
2754
2754
|
}
|
|
2755
|
-
function y(
|
|
2756
|
-
var _ =
|
|
2755
|
+
function y(o, C) {
|
|
2756
|
+
var _ = o.getAttributeNode(C);
|
|
2757
2757
|
return _ !== null && !t.has(_) && _.value.trim() !== "" ? (t.add(_), _.value) : null;
|
|
2758
2758
|
}
|
|
2759
|
-
function R(
|
|
2760
|
-
return le(
|
|
2759
|
+
function R(o) {
|
|
2760
|
+
return le(o) ? y(o, "title") : null;
|
|
2761
2761
|
}
|
|
2762
|
-
function g(
|
|
2763
|
-
if (!le(
|
|
2762
|
+
function g(o) {
|
|
2763
|
+
if (!le(o))
|
|
2764
2764
|
return null;
|
|
2765
|
-
if (nd(
|
|
2766
|
-
t.add(
|
|
2767
|
-
for (var C = Ie(
|
|
2765
|
+
if (nd(o)) {
|
|
2766
|
+
t.add(o);
|
|
2767
|
+
for (var C = Ie(o.childNodes), _ = 0; _ < C.length; _ += 1) {
|
|
2768
2768
|
var P = C[_];
|
|
2769
2769
|
if (ad(P))
|
|
2770
2770
|
return T(P, {
|
|
@@ -2773,9 +2773,9 @@ function ds(e) {
|
|
|
2773
2773
|
recursion: !1
|
|
2774
2774
|
});
|
|
2775
2775
|
}
|
|
2776
|
-
} else if (ed(
|
|
2777
|
-
t.add(
|
|
2778
|
-
for (var w = Ie(
|
|
2776
|
+
} else if (ed(o)) {
|
|
2777
|
+
t.add(o);
|
|
2778
|
+
for (var w = Ie(o.childNodes), v = 0; v < w.length; v += 1) {
|
|
2779
2779
|
var b = w[v];
|
|
2780
2780
|
if (is(b))
|
|
2781
2781
|
return T(b, {
|
|
@@ -2784,35 +2784,35 @@ function ds(e) {
|
|
|
2784
2784
|
recursion: !1
|
|
2785
2785
|
});
|
|
2786
2786
|
}
|
|
2787
|
-
} else if (id(
|
|
2788
|
-
t.add(
|
|
2789
|
-
for (var E = Ie(
|
|
2787
|
+
} else if (id(o)) {
|
|
2788
|
+
t.add(o);
|
|
2789
|
+
for (var E = Ie(o.childNodes), S = 0; S < E.length; S += 1) {
|
|
2790
2790
|
var L = E[S];
|
|
2791
2791
|
if (ud(L))
|
|
2792
2792
|
return L.textContent;
|
|
2793
2793
|
}
|
|
2794
2794
|
return null;
|
|
2795
|
-
} else if (he(
|
|
2796
|
-
var j = y(
|
|
2795
|
+
} else if (he(o) === "img" || he(o) === "area") {
|
|
2796
|
+
var j = y(o, "alt");
|
|
2797
2797
|
if (j !== null)
|
|
2798
2798
|
return j;
|
|
2799
|
-
} else if (Jc(
|
|
2800
|
-
var F = y(
|
|
2799
|
+
} else if (Jc(o)) {
|
|
2800
|
+
var F = y(o, "label");
|
|
2801
2801
|
if (F !== null)
|
|
2802
2802
|
return F;
|
|
2803
2803
|
}
|
|
2804
|
-
if (xa(
|
|
2805
|
-
var
|
|
2806
|
-
if (
|
|
2807
|
-
return
|
|
2808
|
-
if (
|
|
2804
|
+
if (xa(o) && (o.type === "button" || o.type === "submit" || o.type === "reset")) {
|
|
2805
|
+
var M = y(o, "value");
|
|
2806
|
+
if (M !== null)
|
|
2807
|
+
return M;
|
|
2808
|
+
if (o.type === "submit")
|
|
2809
2809
|
return "Submit";
|
|
2810
|
-
if (
|
|
2810
|
+
if (o.type === "reset")
|
|
2811
2811
|
return "Reset";
|
|
2812
2812
|
}
|
|
2813
|
-
var B = Rd(
|
|
2813
|
+
var B = Rd(o);
|
|
2814
2814
|
if (B !== null && B.length !== 0)
|
|
2815
|
-
return t.add(
|
|
2815
|
+
return t.add(o), Ie(B).map(function(ue) {
|
|
2816
2816
|
return T(ue, {
|
|
2817
2817
|
isEmbeddedInLabel: !0,
|
|
2818
2818
|
isReferenced: !1,
|
|
@@ -2821,15 +2821,15 @@ function ds(e) {
|
|
|
2821
2821
|
}).filter(function(ue) {
|
|
2822
2822
|
return ue.length > 0;
|
|
2823
2823
|
}).join(" ");
|
|
2824
|
-
if (xa(
|
|
2825
|
-
var K = y(
|
|
2824
|
+
if (xa(o) && o.type === "image") {
|
|
2825
|
+
var K = y(o, "alt");
|
|
2826
2826
|
if (K !== null)
|
|
2827
2827
|
return K;
|
|
2828
|
-
var ee = y(
|
|
2828
|
+
var ee = y(o, "title");
|
|
2829
2829
|
return ee !== null ? ee : "Submit Query";
|
|
2830
2830
|
}
|
|
2831
|
-
if (Ge(
|
|
2832
|
-
var z = n(
|
|
2831
|
+
if (Ge(o, ["button"])) {
|
|
2832
|
+
var z = n(o, {
|
|
2833
2833
|
isEmbeddedInLabel: !1
|
|
2834
2834
|
});
|
|
2835
2835
|
if (z !== "")
|
|
@@ -2837,13 +2837,13 @@ function ds(e) {
|
|
|
2837
2837
|
}
|
|
2838
2838
|
return null;
|
|
2839
2839
|
}
|
|
2840
|
-
function T(
|
|
2841
|
-
if (t.has(
|
|
2840
|
+
function T(o, C) {
|
|
2841
|
+
if (t.has(o))
|
|
2842
2842
|
return "";
|
|
2843
|
-
if (!
|
|
2844
|
-
return t.add(
|
|
2845
|
-
var _ = le(
|
|
2846
|
-
if (
|
|
2843
|
+
if (!c && cd(o, l) && !C.isReferenced)
|
|
2844
|
+
return t.add(o), "";
|
|
2845
|
+
var _ = le(o) ? o.getAttributeNode("aria-labelledby") : null, P = _ !== null && !t.has(_) ? Oa(o, "aria-labelledby") : [];
|
|
2846
|
+
if (u === "name" && !C.isReferenced && P.length > 0)
|
|
2847
2847
|
return t.add(_), P.map(function(j) {
|
|
2848
2848
|
return T(j, {
|
|
2849
2849
|
isEmbeddedInLabel: C.isEmbeddedInLabel,
|
|
@@ -2854,24 +2854,24 @@ function ds(e) {
|
|
|
2854
2854
|
recursion: !1
|
|
2855
2855
|
});
|
|
2856
2856
|
}).join(" ");
|
|
2857
|
-
var w = C.recursion && dd(
|
|
2857
|
+
var w = C.recursion && dd(o) && u === "name";
|
|
2858
2858
|
if (!w) {
|
|
2859
|
-
var v = (le(
|
|
2860
|
-
if (v !== "" &&
|
|
2861
|
-
return t.add(
|
|
2862
|
-
if (!pd(
|
|
2863
|
-
var b = g(
|
|
2859
|
+
var v = (le(o) && o.getAttribute("aria-label") || "").trim();
|
|
2860
|
+
if (v !== "" && u === "name")
|
|
2861
|
+
return t.add(o), v;
|
|
2862
|
+
if (!pd(o)) {
|
|
2863
|
+
var b = g(o);
|
|
2864
2864
|
if (b !== null)
|
|
2865
|
-
return t.add(
|
|
2865
|
+
return t.add(o), b;
|
|
2866
2866
|
}
|
|
2867
2867
|
}
|
|
2868
|
-
if (Ge(
|
|
2869
|
-
return t.add(
|
|
2868
|
+
if (Ge(o, ["menu"]))
|
|
2869
|
+
return t.add(o), "";
|
|
2870
2870
|
if (w || C.isEmbeddedInLabel || C.isReferenced) {
|
|
2871
|
-
if (Ge(
|
|
2872
|
-
t.add(
|
|
2873
|
-
var E = fd(
|
|
2874
|
-
return E.length === 0 ? xa(
|
|
2871
|
+
if (Ge(o, ["combobox", "listbox"])) {
|
|
2872
|
+
t.add(o);
|
|
2873
|
+
var E = fd(o);
|
|
2874
|
+
return E.length === 0 ? xa(o) ? o.value : "" : Ie(E).map(function(j) {
|
|
2875
2875
|
return T(j, {
|
|
2876
2876
|
isEmbeddedInLabel: C.isEmbeddedInLabel,
|
|
2877
2877
|
isReferenced: !1,
|
|
@@ -2879,31 +2879,31 @@ function ds(e) {
|
|
|
2879
2879
|
});
|
|
2880
2880
|
}).join(" ");
|
|
2881
2881
|
}
|
|
2882
|
-
if (us(
|
|
2883
|
-
return t.add(
|
|
2884
|
-
if (Ge(
|
|
2885
|
-
return t.add(
|
|
2882
|
+
if (us(o, "range"))
|
|
2883
|
+
return t.add(o), o.hasAttribute("aria-valuetext") ? o.getAttribute("aria-valuetext") : o.hasAttribute("aria-valuenow") ? o.getAttribute("aria-valuenow") : o.getAttribute("value") || "";
|
|
2884
|
+
if (Ge(o, ["textbox"]))
|
|
2885
|
+
return t.add(o), hd(o);
|
|
2886
2886
|
}
|
|
2887
|
-
if (vd(
|
|
2888
|
-
var S = n(
|
|
2887
|
+
if (vd(o) || le(o) && C.isReferenced || md(o) || bd()) {
|
|
2888
|
+
var S = n(o, {
|
|
2889
2889
|
isEmbeddedInLabel: C.isEmbeddedInLabel
|
|
2890
2890
|
});
|
|
2891
2891
|
if (S !== "")
|
|
2892
|
-
return t.add(
|
|
2892
|
+
return t.add(o), S;
|
|
2893
2893
|
}
|
|
2894
|
-
if (
|
|
2895
|
-
return t.add(
|
|
2894
|
+
if (o.nodeType === o.TEXT_NODE)
|
|
2895
|
+
return t.add(o), o.textContent || "";
|
|
2896
2896
|
if (C.recursion)
|
|
2897
|
-
return t.add(
|
|
2897
|
+
return t.add(o), n(o, {
|
|
2898
2898
|
isEmbeddedInLabel: C.isEmbeddedInLabel
|
|
2899
2899
|
});
|
|
2900
|
-
var L = R(
|
|
2901
|
-
return L !== null ? (t.add(
|
|
2900
|
+
var L = R(o);
|
|
2901
|
+
return L !== null ? (t.add(o), L) : (t.add(o), "");
|
|
2902
2902
|
}
|
|
2903
2903
|
return sd(T(e, {
|
|
2904
2904
|
isEmbeddedInLabel: !1,
|
|
2905
2905
|
// by spec computeAccessibleDescription starts with the referenced elements as roots
|
|
2906
|
-
isReferenced:
|
|
2906
|
+
isReferenced: u === "description",
|
|
2907
2907
|
recursion: !1
|
|
2908
2908
|
}));
|
|
2909
2909
|
}
|
|
@@ -2954,7 +2954,7 @@ function Cd(e, r) {
|
|
|
2954
2954
|
return (r === "string" ? String : Number)(e);
|
|
2955
2955
|
}
|
|
2956
2956
|
function fs(e) {
|
|
2957
|
-
var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, t =
|
|
2957
|
+
var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, t = Oa(e, "aria-describedby").map(function(i) {
|
|
2958
2958
|
return ds(i, nl(nl({}, r), {}, {
|
|
2959
2959
|
compute: "description"
|
|
2960
2960
|
}));
|
|
@@ -3013,15 +3013,15 @@ function ha() {
|
|
|
3013
3013
|
}
|
|
3014
3014
|
function t(i) {
|
|
3015
3015
|
"@babel/helpers - typeof";
|
|
3016
|
-
return t = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(
|
|
3017
|
-
return typeof
|
|
3018
|
-
} : function(
|
|
3019
|
-
return
|
|
3016
|
+
return t = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(u) {
|
|
3017
|
+
return typeof u;
|
|
3018
|
+
} : function(u) {
|
|
3019
|
+
return u && typeof Symbol == "function" && u.constructor === Symbol && u !== Symbol.prototype ? "symbol" : typeof u;
|
|
3020
3020
|
}, t(i);
|
|
3021
3021
|
}
|
|
3022
|
-
function a(i,
|
|
3022
|
+
function a(i, u) {
|
|
3023
3023
|
return typeof Symbol == "function" && t(Symbol.iterator) === "symbol" && Object.defineProperty(i, Symbol.iterator, {
|
|
3024
|
-
value: e.default.bind(
|
|
3024
|
+
value: e.default.bind(u)
|
|
3025
3025
|
}), i;
|
|
3026
3026
|
}
|
|
3027
3027
|
return wa;
|
|
@@ -3037,7 +3037,7 @@ function Pd() {
|
|
|
3037
3037
|
return n && n.__esModule ? n : { default: n };
|
|
3038
3038
|
}
|
|
3039
3039
|
function t(n, y) {
|
|
3040
|
-
return
|
|
3040
|
+
return u(n) || i(n, y) || h(n, y) || a();
|
|
3041
3041
|
}
|
|
3042
3042
|
function a() {
|
|
3043
3043
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
@@ -3046,23 +3046,23 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
3046
3046
|
function i(n, y) {
|
|
3047
3047
|
var R = n == null ? null : typeof Symbol < "u" && n[Symbol.iterator] || n["@@iterator"];
|
|
3048
3048
|
if (R != null) {
|
|
3049
|
-
var g = [], T = !0,
|
|
3049
|
+
var g = [], T = !0, o = !1, C, _;
|
|
3050
3050
|
try {
|
|
3051
3051
|
for (R = R.call(n); !(T = (C = R.next()).done) && (g.push(C.value), !(y && g.length === y)); T = !0)
|
|
3052
3052
|
;
|
|
3053
3053
|
} catch (P) {
|
|
3054
|
-
|
|
3054
|
+
o = !0, _ = P;
|
|
3055
3055
|
} finally {
|
|
3056
3056
|
try {
|
|
3057
3057
|
!T && R.return != null && R.return();
|
|
3058
3058
|
} finally {
|
|
3059
|
-
if (
|
|
3059
|
+
if (o) throw _;
|
|
3060
3060
|
}
|
|
3061
3061
|
}
|
|
3062
3062
|
return g;
|
|
3063
3063
|
}
|
|
3064
3064
|
}
|
|
3065
|
-
function
|
|
3065
|
+
function u(n) {
|
|
3066
3066
|
if (Array.isArray(n)) return n;
|
|
3067
3067
|
}
|
|
3068
3068
|
function d(n, y) {
|
|
@@ -3081,17 +3081,17 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
3081
3081
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
3082
3082
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
3083
3083
|
}
|
|
3084
|
-
var
|
|
3084
|
+
var o = !0, C = !1, _;
|
|
3085
3085
|
return { s: function() {
|
|
3086
3086
|
R = R.call(n);
|
|
3087
3087
|
}, n: function() {
|
|
3088
3088
|
var w = R.next();
|
|
3089
|
-
return
|
|
3089
|
+
return o = w.done, w;
|
|
3090
3090
|
}, e: function(w) {
|
|
3091
3091
|
C = !0, _ = w;
|
|
3092
3092
|
}, f: function() {
|
|
3093
3093
|
try {
|
|
3094
|
-
!
|
|
3094
|
+
!o && R.return != null && R.return();
|
|
3095
3095
|
} finally {
|
|
3096
3096
|
if (C) throw _;
|
|
3097
3097
|
}
|
|
@@ -3099,19 +3099,19 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
3099
3099
|
}
|
|
3100
3100
|
function h(n, y) {
|
|
3101
3101
|
if (n) {
|
|
3102
|
-
if (typeof n == "string") return
|
|
3102
|
+
if (typeof n == "string") return s(n, y);
|
|
3103
3103
|
var R = Object.prototype.toString.call(n).slice(8, -1);
|
|
3104
3104
|
if (R === "Object" && n.constructor && (R = n.constructor.name), R === "Map" || R === "Set") return Array.from(n);
|
|
3105
|
-
if (R === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(R)) return
|
|
3105
|
+
if (R === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(R)) return s(n, y);
|
|
3106
3106
|
}
|
|
3107
3107
|
}
|
|
3108
|
-
function
|
|
3108
|
+
function s(n, y) {
|
|
3109
3109
|
(y == null || y > n.length) && (y = n.length);
|
|
3110
3110
|
for (var R = 0, g = new Array(y); R < y; R++)
|
|
3111
3111
|
g[R] = n[R];
|
|
3112
3112
|
return g;
|
|
3113
3113
|
}
|
|
3114
|
-
var
|
|
3114
|
+
var l = [["aria-activedescendant", {
|
|
3115
3115
|
type: "id"
|
|
3116
3116
|
}], ["aria-atomic", {
|
|
3117
3117
|
type: "boolean"
|
|
@@ -3228,14 +3228,14 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
3228
3228
|
type: "string"
|
|
3229
3229
|
}]], f = {
|
|
3230
3230
|
entries: function() {
|
|
3231
|
-
return
|
|
3231
|
+
return l;
|
|
3232
3232
|
},
|
|
3233
3233
|
forEach: function(y) {
|
|
3234
|
-
var R = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : null, g = d(
|
|
3234
|
+
var R = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : null, g = d(l), T;
|
|
3235
3235
|
try {
|
|
3236
3236
|
for (g.s(); !(T = g.n()).done; ) {
|
|
3237
|
-
var
|
|
3238
|
-
y.call(R, _, C,
|
|
3237
|
+
var o = t(T.value, 2), C = o[0], _ = o[1];
|
|
3238
|
+
y.call(R, _, C, l);
|
|
3239
3239
|
}
|
|
3240
3240
|
} catch (P) {
|
|
3241
3241
|
g.e(P);
|
|
@@ -3244,7 +3244,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
3244
3244
|
}
|
|
3245
3245
|
},
|
|
3246
3246
|
get: function(y) {
|
|
3247
|
-
var R =
|
|
3247
|
+
var R = l.find(function(g) {
|
|
3248
3248
|
return g[0] === y;
|
|
3249
3249
|
});
|
|
3250
3250
|
return R && R[1];
|
|
@@ -3253,19 +3253,19 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
3253
3253
|
return !!f.get(y);
|
|
3254
3254
|
},
|
|
3255
3255
|
keys: function() {
|
|
3256
|
-
return
|
|
3256
|
+
return l.map(function(y) {
|
|
3257
3257
|
var R = t(y, 1), g = R[0];
|
|
3258
3258
|
return g;
|
|
3259
3259
|
});
|
|
3260
3260
|
},
|
|
3261
3261
|
values: function() {
|
|
3262
|
-
return
|
|
3262
|
+
return l.map(function(y) {
|
|
3263
3263
|
var R = t(y, 2), g = R[1];
|
|
3264
3264
|
return g;
|
|
3265
3265
|
});
|
|
3266
3266
|
}
|
|
3267
|
-
},
|
|
3268
|
-
return wr.default =
|
|
3267
|
+
}, c = (0, e.default)(f, f.entries());
|
|
3268
|
+
return wr.default = c, wr;
|
|
3269
3269
|
}
|
|
3270
3270
|
var Tr = {}, il;
|
|
3271
3271
|
function Td() {
|
|
@@ -3278,7 +3278,7 @@ function Td() {
|
|
|
3278
3278
|
return n && n.__esModule ? n : { default: n };
|
|
3279
3279
|
}
|
|
3280
3280
|
function t(n, y) {
|
|
3281
|
-
return
|
|
3281
|
+
return u(n) || i(n, y) || h(n, y) || a();
|
|
3282
3282
|
}
|
|
3283
3283
|
function a() {
|
|
3284
3284
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
@@ -3287,23 +3287,23 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
3287
3287
|
function i(n, y) {
|
|
3288
3288
|
var R = n == null ? null : typeof Symbol < "u" && n[Symbol.iterator] || n["@@iterator"];
|
|
3289
3289
|
if (R != null) {
|
|
3290
|
-
var g = [], T = !0,
|
|
3290
|
+
var g = [], T = !0, o = !1, C, _;
|
|
3291
3291
|
try {
|
|
3292
3292
|
for (R = R.call(n); !(T = (C = R.next()).done) && (g.push(C.value), !(y && g.length === y)); T = !0)
|
|
3293
3293
|
;
|
|
3294
3294
|
} catch (P) {
|
|
3295
|
-
|
|
3295
|
+
o = !0, _ = P;
|
|
3296
3296
|
} finally {
|
|
3297
3297
|
try {
|
|
3298
3298
|
!T && R.return != null && R.return();
|
|
3299
3299
|
} finally {
|
|
3300
|
-
if (
|
|
3300
|
+
if (o) throw _;
|
|
3301
3301
|
}
|
|
3302
3302
|
}
|
|
3303
3303
|
return g;
|
|
3304
3304
|
}
|
|
3305
3305
|
}
|
|
3306
|
-
function
|
|
3306
|
+
function u(n) {
|
|
3307
3307
|
if (Array.isArray(n)) return n;
|
|
3308
3308
|
}
|
|
3309
3309
|
function d(n, y) {
|
|
@@ -3322,17 +3322,17 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
3322
3322
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
3323
3323
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
3324
3324
|
}
|
|
3325
|
-
var
|
|
3325
|
+
var o = !0, C = !1, _;
|
|
3326
3326
|
return { s: function() {
|
|
3327
3327
|
R = R.call(n);
|
|
3328
3328
|
}, n: function() {
|
|
3329
3329
|
var w = R.next();
|
|
3330
|
-
return
|
|
3330
|
+
return o = w.done, w;
|
|
3331
3331
|
}, e: function(w) {
|
|
3332
3332
|
C = !0, _ = w;
|
|
3333
3333
|
}, f: function() {
|
|
3334
3334
|
try {
|
|
3335
|
-
!
|
|
3335
|
+
!o && R.return != null && R.return();
|
|
3336
3336
|
} finally {
|
|
3337
3337
|
if (C) throw _;
|
|
3338
3338
|
}
|
|
@@ -3340,19 +3340,19 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
3340
3340
|
}
|
|
3341
3341
|
function h(n, y) {
|
|
3342
3342
|
if (n) {
|
|
3343
|
-
if (typeof n == "string") return
|
|
3343
|
+
if (typeof n == "string") return s(n, y);
|
|
3344
3344
|
var R = Object.prototype.toString.call(n).slice(8, -1);
|
|
3345
3345
|
if (R === "Object" && n.constructor && (R = n.constructor.name), R === "Map" || R === "Set") return Array.from(n);
|
|
3346
|
-
if (R === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(R)) return
|
|
3346
|
+
if (R === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(R)) return s(n, y);
|
|
3347
3347
|
}
|
|
3348
3348
|
}
|
|
3349
|
-
function
|
|
3349
|
+
function s(n, y) {
|
|
3350
3350
|
(y == null || y > n.length) && (y = n.length);
|
|
3351
3351
|
for (var R = 0, g = new Array(y); R < y; R++)
|
|
3352
3352
|
g[R] = n[R];
|
|
3353
3353
|
return g;
|
|
3354
3354
|
}
|
|
3355
|
-
var
|
|
3355
|
+
var l = [["a", {
|
|
3356
3356
|
reserved: !1
|
|
3357
3357
|
}], ["abbr", {
|
|
3358
3358
|
reserved: !1
|
|
@@ -3612,14 +3612,14 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
3612
3612
|
reserved: !1
|
|
3613
3613
|
}]], f = {
|
|
3614
3614
|
entries: function() {
|
|
3615
|
-
return
|
|
3615
|
+
return l;
|
|
3616
3616
|
},
|
|
3617
3617
|
forEach: function(y) {
|
|
3618
|
-
var R = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : null, g = d(
|
|
3618
|
+
var R = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : null, g = d(l), T;
|
|
3619
3619
|
try {
|
|
3620
3620
|
for (g.s(); !(T = g.n()).done; ) {
|
|
3621
|
-
var
|
|
3622
|
-
y.call(R, _, C,
|
|
3621
|
+
var o = t(T.value, 2), C = o[0], _ = o[1];
|
|
3622
|
+
y.call(R, _, C, l);
|
|
3623
3623
|
}
|
|
3624
3624
|
} catch (P) {
|
|
3625
3625
|
g.e(P);
|
|
@@ -3628,7 +3628,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
3628
3628
|
}
|
|
3629
3629
|
},
|
|
3630
3630
|
get: function(y) {
|
|
3631
|
-
var R =
|
|
3631
|
+
var R = l.find(function(g) {
|
|
3632
3632
|
return g[0] === y;
|
|
3633
3633
|
});
|
|
3634
3634
|
return R && R[1];
|
|
@@ -3637,26 +3637,26 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
3637
3637
|
return !!f.get(y);
|
|
3638
3638
|
},
|
|
3639
3639
|
keys: function() {
|
|
3640
|
-
return
|
|
3640
|
+
return l.map(function(y) {
|
|
3641
3641
|
var R = t(y, 1), g = R[0];
|
|
3642
3642
|
return g;
|
|
3643
3643
|
});
|
|
3644
3644
|
},
|
|
3645
3645
|
values: function() {
|
|
3646
|
-
return
|
|
3646
|
+
return l.map(function(y) {
|
|
3647
3647
|
var R = t(y, 2), g = R[1];
|
|
3648
3648
|
return g;
|
|
3649
3649
|
});
|
|
3650
3650
|
}
|
|
3651
|
-
},
|
|
3652
|
-
return Tr.default =
|
|
3651
|
+
}, c = (0, e.default)(f, f.entries());
|
|
3652
|
+
return Tr.default = c, Tr;
|
|
3653
3653
|
}
|
|
3654
|
-
var xr = {},
|
|
3654
|
+
var xr = {}, Or = {}, Mr = {}, ul;
|
|
3655
3655
|
function xd() {
|
|
3656
|
-
if (ul) return
|
|
3657
|
-
ul = 1, Object.defineProperty(
|
|
3656
|
+
if (ul) return Mr;
|
|
3657
|
+
ul = 1, Object.defineProperty(Mr, "__esModule", {
|
|
3658
3658
|
value: !0
|
|
3659
|
-
}),
|
|
3659
|
+
}), Mr.default = void 0;
|
|
3660
3660
|
var e = {
|
|
3661
3661
|
abstract: !0,
|
|
3662
3662
|
accessibleNameRequired: !1,
|
|
@@ -3672,10 +3672,10 @@ function xd() {
|
|
|
3672
3672
|
requiredProps: {},
|
|
3673
3673
|
superClass: [["roletype", "widget"]]
|
|
3674
3674
|
}, r = e;
|
|
3675
|
-
return
|
|
3675
|
+
return Mr.default = r, Mr;
|
|
3676
3676
|
}
|
|
3677
3677
|
var Ar = {}, sl;
|
|
3678
|
-
function
|
|
3678
|
+
function Od() {
|
|
3679
3679
|
if (sl) return Ar;
|
|
3680
3680
|
sl = 1, Object.defineProperty(Ar, "__esModule", {
|
|
3681
3681
|
value: !0
|
|
@@ -3701,7 +3701,7 @@ function Md() {
|
|
|
3701
3701
|
return Ar.default = r, Ar;
|
|
3702
3702
|
}
|
|
3703
3703
|
var Sr = {}, cl;
|
|
3704
|
-
function
|
|
3704
|
+
function Md() {
|
|
3705
3705
|
if (cl) return Sr;
|
|
3706
3706
|
cl = 1, Object.defineProperty(Sr, "__esModule", {
|
|
3707
3707
|
value: !0
|
|
@@ -3990,16 +3990,16 @@ function Fd() {
|
|
|
3990
3990
|
}
|
|
3991
3991
|
var gl;
|
|
3992
3992
|
function jd() {
|
|
3993
|
-
if (gl) return
|
|
3994
|
-
gl = 1, Object.defineProperty(
|
|
3993
|
+
if (gl) return Or;
|
|
3994
|
+
gl = 1, Object.defineProperty(Or, "__esModule", {
|
|
3995
3995
|
value: !0
|
|
3996
|
-
}),
|
|
3997
|
-
var e = n(xd()), r = n(
|
|
3996
|
+
}), Or.default = void 0;
|
|
3997
|
+
var e = n(xd()), r = n(Od()), t = n(Md()), a = n(Ad()), i = n(Sd()), u = n(Id()), d = n(Dd()), h = n(Nd()), s = n(kd()), l = n(Ld()), f = n(Bd()), c = n(Fd());
|
|
3998
3998
|
function n(g) {
|
|
3999
3999
|
return g && g.__esModule ? g : { default: g };
|
|
4000
4000
|
}
|
|
4001
|
-
var y = [["command", e.default], ["composite", r.default], ["input", t.default], ["landmark", a.default], ["range", i.default], ["roletype",
|
|
4002
|
-
return
|
|
4001
|
+
var y = [["command", e.default], ["composite", r.default], ["input", t.default], ["landmark", a.default], ["range", i.default], ["roletype", u.default], ["section", d.default], ["sectionhead", h.default], ["select", s.default], ["structure", l.default], ["widget", f.default], ["window", c.default]], R = y;
|
|
4002
|
+
return Or.default = R, Or;
|
|
4003
4003
|
}
|
|
4004
4004
|
var $r = {}, Hr = {}, El;
|
|
4005
4005
|
function Ud() {
|
|
@@ -4284,10 +4284,10 @@ function Yd() {
|
|
|
4284
4284
|
}, r = e;
|
|
4285
4285
|
return Xr.default = r, Xr;
|
|
4286
4286
|
}
|
|
4287
|
-
var Qr = {},
|
|
4287
|
+
var Qr = {}, Ol;
|
|
4288
4288
|
function Kd() {
|
|
4289
|
-
if (
|
|
4290
|
-
|
|
4289
|
+
if (Ol) return Qr;
|
|
4290
|
+
Ol = 1, Object.defineProperty(Qr, "__esModule", {
|
|
4291
4291
|
value: !0
|
|
4292
4292
|
}), Qr.default = void 0;
|
|
4293
4293
|
var e = {
|
|
@@ -4318,10 +4318,10 @@ function Kd() {
|
|
|
4318
4318
|
}, r = e;
|
|
4319
4319
|
return Qr.default = r, Qr;
|
|
4320
4320
|
}
|
|
4321
|
-
var Jr = {},
|
|
4321
|
+
var Jr = {}, Ml;
|
|
4322
4322
|
function Xd() {
|
|
4323
|
-
if (
|
|
4324
|
-
|
|
4323
|
+
if (Ml) return Jr;
|
|
4324
|
+
Ml = 1, Object.defineProperty(Jr, "__esModule", {
|
|
4325
4325
|
value: !0
|
|
4326
4326
|
}), Jr.default = void 0;
|
|
4327
4327
|
var e = {
|
|
@@ -5594,12 +5594,12 @@ function Tf() {
|
|
|
5594
5594
|
}, r = e;
|
|
5595
5595
|
return xt.default = r, xt;
|
|
5596
5596
|
}
|
|
5597
|
-
var
|
|
5597
|
+
var Ot = {}, ii;
|
|
5598
5598
|
function xf() {
|
|
5599
|
-
if (ii) return
|
|
5600
|
-
ii = 1, Object.defineProperty(
|
|
5599
|
+
if (ii) return Ot;
|
|
5600
|
+
ii = 1, Object.defineProperty(Ot, "__esModule", {
|
|
5601
5601
|
value: !0
|
|
5602
|
-
}),
|
|
5602
|
+
}), Ot.default = void 0;
|
|
5603
5603
|
var e = {
|
|
5604
5604
|
abstract: !1,
|
|
5605
5605
|
accessibleNameRequired: !1,
|
|
@@ -5637,14 +5637,14 @@ function xf() {
|
|
|
5637
5637
|
requiredProps: {},
|
|
5638
5638
|
superClass: [["roletype", "widget", "composite", "select"], ["roletype", "structure", "section", "group", "select"]]
|
|
5639
5639
|
}, r = e;
|
|
5640
|
-
return
|
|
5640
|
+
return Ot.default = r, Ot;
|
|
5641
5641
|
}
|
|
5642
|
-
var
|
|
5643
|
-
function
|
|
5644
|
-
if (ui) return
|
|
5645
|
-
ui = 1, Object.defineProperty(
|
|
5642
|
+
var Mt = {}, ui;
|
|
5643
|
+
function Of() {
|
|
5644
|
+
if (ui) return Mt;
|
|
5645
|
+
ui = 1, Object.defineProperty(Mt, "__esModule", {
|
|
5646
5646
|
value: !0
|
|
5647
|
-
}),
|
|
5647
|
+
}), Mt.default = void 0;
|
|
5648
5648
|
var e = {
|
|
5649
5649
|
abstract: !1,
|
|
5650
5650
|
accessibleNameRequired: !1,
|
|
@@ -5667,10 +5667,10 @@ function Mf() {
|
|
|
5667
5667
|
requiredProps: {},
|
|
5668
5668
|
superClass: [["roletype", "widget", "composite", "select", "menu"], ["roletype", "structure", "section", "group", "select", "menu"]]
|
|
5669
5669
|
}, r = e;
|
|
5670
|
-
return
|
|
5670
|
+
return Mt.default = r, Mt;
|
|
5671
5671
|
}
|
|
5672
5672
|
var At = {}, si;
|
|
5673
|
-
function
|
|
5673
|
+
function Mf() {
|
|
5674
5674
|
if (si) return At;
|
|
5675
5675
|
si = 1, Object.defineProperty(At, "__esModule", {
|
|
5676
5676
|
value: !0
|
|
@@ -6345,10 +6345,10 @@ function Kf() {
|
|
|
6345
6345
|
}, r = e;
|
|
6346
6346
|
return Xt.default = r, Xt;
|
|
6347
6347
|
}
|
|
6348
|
-
var Qt = {},
|
|
6348
|
+
var Qt = {}, Oi;
|
|
6349
6349
|
function Xf() {
|
|
6350
|
-
if (
|
|
6351
|
-
|
|
6350
|
+
if (Oi) return Qt;
|
|
6351
|
+
Oi = 1, Object.defineProperty(Qt, "__esModule", {
|
|
6352
6352
|
value: !0
|
|
6353
6353
|
}), Qt.default = void 0;
|
|
6354
6354
|
var e = {
|
|
@@ -6380,10 +6380,10 @@ function Xf() {
|
|
|
6380
6380
|
}, r = e;
|
|
6381
6381
|
return Qt.default = r, Qt;
|
|
6382
6382
|
}
|
|
6383
|
-
var Jt = {},
|
|
6383
|
+
var Jt = {}, Mi;
|
|
6384
6384
|
function Qf() {
|
|
6385
|
-
if (
|
|
6386
|
-
|
|
6385
|
+
if (Mi) return Jt;
|
|
6386
|
+
Mi = 1, Object.defineProperty(Jt, "__esModule", {
|
|
6387
6387
|
value: !0
|
|
6388
6388
|
}), Jt.default = void 0;
|
|
6389
6389
|
var e = {
|
|
@@ -7054,11 +7054,11 @@ function hp() {
|
|
|
7054
7054
|
Xi = 1, Object.defineProperty($r, "__esModule", {
|
|
7055
7055
|
value: !0
|
|
7056
7056
|
}), $r.default = void 0;
|
|
7057
|
-
var e = k(Ud()), r = k($d()), t = k(Hd()), a = k(Wd()), i = k(Vd()),
|
|
7057
|
+
var e = k(Ud()), r = k($d()), t = k(Hd()), a = k(Wd()), i = k(Vd()), u = k(zd()), d = k(Gd()), h = k(Yd()), s = k(Kd()), l = k(Xd()), f = k(Qd()), c = k(Jd()), n = k(Zd()), y = k(ef()), R = k(rf()), g = k(tf()), T = k(nf()), o = k(af()), C = k(of()), _ = k(lf()), P = k(uf()), w = k(sf()), v = k(cf()), b = k(df()), E = k(ff()), S = k(pf()), L = k(mf()), j = k(vf()), F = k(bf()), M = k(hf()), B = k(yf()), K = k(Rf()), ee = k(gf()), z = k(Ef()), ue = k(qf()), pe = k(Cf()), qe = k(_f()), Te = k(wf()), xe = k(Pf()), $ = k(Tf()), Ee = k(xf()), me = k(Of()), ye = k(Mf()), Ne = k(Af()), ke = k(Sf()), q = k(If()), U = k(Df()), N = k(Nf()), Y = k(kf()), V = k(Lf()), Q = k(Bf()), ie = k(Ff()), oe = k(jf()), ve = k(Uf()), Se = k($f()), Xe = k(Hf()), sr = k(Wf()), cr = k(Vf()), dr = k(zf()), fr = k(Gf()), pr = k(Yf()), Er = k(Kf()), rr = k(Xf()), mr = k(Qf()), Le = k(Jf()), qr = k(Zf()), p = k(ep()), I = k(rp()), A = k(tp()), H = k(np()), J = k(ap()), Z = k(op()), G = k(lp()), re = k(ip()), Re = k(up()), Ce = k(sp()), Cr = k(cp()), Na = k(dp()), ka = k(fp()), vr = k(pp()), La = k(mp()), _r = k(vp()), Ra = k(bp());
|
|
7058
7058
|
function k(tr) {
|
|
7059
7059
|
return tr && tr.__esModule ? tr : { default: tr };
|
|
7060
7060
|
}
|
|
7061
|
-
var ga = [["alert", e.default], ["alertdialog", r.default], ["application", t.default], ["article", a.default], ["banner", i.default], ["blockquote",
|
|
7061
|
+
var ga = [["alert", e.default], ["alertdialog", r.default], ["application", t.default], ["article", a.default], ["banner", i.default], ["blockquote", u.default], ["button", d.default], ["caption", h.default], ["cell", s.default], ["checkbox", l.default], ["code", f.default], ["columnheader", c.default], ["combobox", n.default], ["complementary", y.default], ["contentinfo", R.default], ["definition", g.default], ["deletion", T.default], ["dialog", o.default], ["directory", C.default], ["document", _.default], ["emphasis", P.default], ["feed", w.default], ["figure", v.default], ["form", b.default], ["generic", E.default], ["grid", S.default], ["gridcell", L.default], ["group", j.default], ["heading", F.default], ["img", M.default], ["insertion", B.default], ["link", K.default], ["list", ee.default], ["listbox", z.default], ["listitem", ue.default], ["log", pe.default], ["main", qe.default], ["mark", Te.default], ["marquee", xe.default], ["math", $.default], ["menu", Ee.default], ["menubar", me.default], ["menuitem", ye.default], ["menuitemcheckbox", Ne.default], ["menuitemradio", ke.default], ["meter", q.default], ["navigation", U.default], ["none", N.default], ["note", Y.default], ["option", V.default], ["paragraph", Q.default], ["presentation", ie.default], ["progressbar", oe.default], ["radio", ve.default], ["radiogroup", Se.default], ["region", Xe.default], ["row", sr.default], ["rowgroup", cr.default], ["rowheader", dr.default], ["scrollbar", fr.default], ["search", pr.default], ["searchbox", Er.default], ["separator", rr.default], ["slider", mr.default], ["spinbutton", Le.default], ["status", qr.default], ["strong", p.default], ["subscript", I.default], ["superscript", A.default], ["switch", H.default], ["tab", J.default], ["table", Z.default], ["tablist", G.default], ["tabpanel", re.default], ["term", Re.default], ["textbox", Ce.default], ["time", Cr.default], ["timer", Na.default], ["toolbar", ka.default], ["tooltip", vr.default], ["tree", La.default], ["treegrid", _r.default], ["treeitem", Ra.default]], Ba = ga;
|
|
7062
7062
|
return $r.default = Ba, $r;
|
|
7063
7063
|
}
|
|
7064
7064
|
var Rn = {}, gn = {}, Qi;
|
|
@@ -7361,12 +7361,12 @@ function Pp() {
|
|
|
7361
7361
|
}, r = e;
|
|
7362
7362
|
return xn.default = r, xn;
|
|
7363
7363
|
}
|
|
7364
|
-
var
|
|
7364
|
+
var On = {}, lu;
|
|
7365
7365
|
function Tp() {
|
|
7366
|
-
if (lu) return
|
|
7367
|
-
lu = 1, Object.defineProperty(
|
|
7366
|
+
if (lu) return On;
|
|
7367
|
+
lu = 1, Object.defineProperty(On, "__esModule", {
|
|
7368
7368
|
value: !0
|
|
7369
|
-
}),
|
|
7369
|
+
}), On.default = void 0;
|
|
7370
7370
|
var e = {
|
|
7371
7371
|
abstract: !1,
|
|
7372
7372
|
accessibleNameRequired: !1,
|
|
@@ -7393,14 +7393,14 @@ function Tp() {
|
|
|
7393
7393
|
requiredProps: {},
|
|
7394
7394
|
superClass: [["roletype", "structure", "section"]]
|
|
7395
7395
|
}, r = e;
|
|
7396
|
-
return
|
|
7396
|
+
return On.default = r, On;
|
|
7397
7397
|
}
|
|
7398
|
-
var
|
|
7398
|
+
var Mn = {}, iu;
|
|
7399
7399
|
function xp() {
|
|
7400
|
-
if (iu) return
|
|
7401
|
-
iu = 1, Object.defineProperty(
|
|
7400
|
+
if (iu) return Mn;
|
|
7401
|
+
iu = 1, Object.defineProperty(Mn, "__esModule", {
|
|
7402
7402
|
value: !0
|
|
7403
|
-
}),
|
|
7403
|
+
}), Mn.default = void 0;
|
|
7404
7404
|
var e = {
|
|
7405
7405
|
abstract: !1,
|
|
7406
7406
|
accessibleNameRequired: !1,
|
|
@@ -7427,10 +7427,10 @@ function xp() {
|
|
|
7427
7427
|
requiredProps: {},
|
|
7428
7428
|
superClass: [["roletype", "structure", "section", "landmark"]]
|
|
7429
7429
|
}, r = e;
|
|
7430
|
-
return
|
|
7430
|
+
return Mn.default = r, Mn;
|
|
7431
7431
|
}
|
|
7432
7432
|
var An = {}, uu;
|
|
7433
|
-
function
|
|
7433
|
+
function Op() {
|
|
7434
7434
|
if (uu) return An;
|
|
7435
7435
|
uu = 1, Object.defineProperty(An, "__esModule", {
|
|
7436
7436
|
value: !0
|
|
@@ -7464,7 +7464,7 @@ function Mp() {
|
|
|
7464
7464
|
return An.default = r, An;
|
|
7465
7465
|
}
|
|
7466
7466
|
var Sn = {}, su;
|
|
7467
|
-
function
|
|
7467
|
+
function Mp() {
|
|
7468
7468
|
if (su) return Sn;
|
|
7469
7469
|
su = 1, Object.defineProperty(Sn, "__esModule", {
|
|
7470
7470
|
value: !0
|
|
@@ -8131,10 +8131,10 @@ function Kp() {
|
|
|
8131
8131
|
}, r = e;
|
|
8132
8132
|
return Qn.default = r, Qn;
|
|
8133
8133
|
}
|
|
8134
|
-
var Jn = {},
|
|
8134
|
+
var Jn = {}, Ou;
|
|
8135
8135
|
function Xp() {
|
|
8136
|
-
if (
|
|
8137
|
-
|
|
8136
|
+
if (Ou) return Jn;
|
|
8137
|
+
Ou = 1, Object.defineProperty(Jn, "__esModule", {
|
|
8138
8138
|
value: !0
|
|
8139
8139
|
}), Jn.default = void 0;
|
|
8140
8140
|
var e = {
|
|
@@ -8165,10 +8165,10 @@ function Xp() {
|
|
|
8165
8165
|
}, r = e;
|
|
8166
8166
|
return Jn.default = r, Jn;
|
|
8167
8167
|
}
|
|
8168
|
-
var Zn = {},
|
|
8168
|
+
var Zn = {}, Mu;
|
|
8169
8169
|
function Qp() {
|
|
8170
|
-
if (
|
|
8171
|
-
|
|
8170
|
+
if (Mu) return Zn;
|
|
8171
|
+
Mu = 1, Object.defineProperty(Zn, "__esModule", {
|
|
8172
8172
|
value: !0
|
|
8173
8173
|
}), Zn.default = void 0;
|
|
8174
8174
|
var e = {
|
|
@@ -8369,11 +8369,11 @@ function nm() {
|
|
|
8369
8369
|
ku = 1, Object.defineProperty(Rn, "__esModule", {
|
|
8370
8370
|
value: !0
|
|
8371
8371
|
}), Rn.default = void 0;
|
|
8372
|
-
var e = $(yp()), r = $(Rp()), t = $(gp()), a = $(Ep()), i = $(qp()),
|
|
8372
|
+
var e = $(yp()), r = $(Rp()), t = $(gp()), a = $(Ep()), i = $(qp()), u = $(Cp()), d = $(_p()), h = $(wp()), s = $(Pp()), l = $(Tp()), f = $(xp()), c = $(Op()), n = $(Mp()), y = $(Ap()), R = $(Sp()), g = $(Ip()), T = $(Dp()), o = $(Np()), C = $(kp()), _ = $(Lp()), P = $(Bp()), w = $(Fp()), v = $(jp()), b = $(Up()), E = $($p()), S = $(Hp()), L = $(Wp()), j = $(Vp()), F = $(zp()), M = $(Gp()), B = $(Yp()), K = $(Kp()), ee = $(Xp()), z = $(Qp()), ue = $(Jp()), pe = $(Zp()), qe = $(em()), Te = $(rm()), xe = $(tm());
|
|
8373
8373
|
function $(ye) {
|
|
8374
8374
|
return ye && ye.__esModule ? ye : { default: ye };
|
|
8375
8375
|
}
|
|
8376
|
-
var Ee = [["doc-abstract", e.default], ["doc-acknowledgments", r.default], ["doc-afterword", t.default], ["doc-appendix", a.default], ["doc-backlink", i.default], ["doc-biblioentry",
|
|
8376
|
+
var Ee = [["doc-abstract", e.default], ["doc-acknowledgments", r.default], ["doc-afterword", t.default], ["doc-appendix", a.default], ["doc-backlink", i.default], ["doc-biblioentry", u.default], ["doc-bibliography", d.default], ["doc-biblioref", h.default], ["doc-chapter", s.default], ["doc-colophon", l.default], ["doc-conclusion", f.default], ["doc-cover", c.default], ["doc-credit", n.default], ["doc-credits", y.default], ["doc-dedication", R.default], ["doc-endnote", g.default], ["doc-endnotes", T.default], ["doc-epigraph", o.default], ["doc-epilogue", C.default], ["doc-errata", _.default], ["doc-example", P.default], ["doc-footnote", w.default], ["doc-foreword", v.default], ["doc-glossary", b.default], ["doc-glossref", E.default], ["doc-index", S.default], ["doc-introduction", L.default], ["doc-noteref", j.default], ["doc-notice", F.default], ["doc-pagebreak", M.default], ["doc-pagelist", B.default], ["doc-part", K.default], ["doc-preface", ee.default], ["doc-prologue", z.default], ["doc-pullquote", ue.default], ["doc-qna", pe.default], ["doc-subtitle", qe.default], ["doc-tip", Te.default], ["doc-toc", xe.default]], me = Ee;
|
|
8377
8377
|
return Rn.default = me, Rn;
|
|
8378
8378
|
}
|
|
8379
8379
|
var oa = {}, la = {}, Lu;
|
|
@@ -8507,8 +8507,8 @@ function im() {
|
|
|
8507
8507
|
function a(d) {
|
|
8508
8508
|
return d && d.__esModule ? d : { default: d };
|
|
8509
8509
|
}
|
|
8510
|
-
var i = [["graphics-document", e.default], ["graphics-object", r.default], ["graphics-symbol", t.default]],
|
|
8511
|
-
return oa.default =
|
|
8510
|
+
var i = [["graphics-document", e.default], ["graphics-object", r.default], ["graphics-symbol", t.default]], u = i;
|
|
8511
|
+
return oa.default = u, oa;
|
|
8512
8512
|
}
|
|
8513
8513
|
var Uu;
|
|
8514
8514
|
function co() {
|
|
@@ -8516,22 +8516,22 @@ function co() {
|
|
|
8516
8516
|
Uu = 1, Object.defineProperty(xr, "__esModule", {
|
|
8517
8517
|
value: !0
|
|
8518
8518
|
}), xr.default = void 0;
|
|
8519
|
-
var e =
|
|
8520
|
-
function
|
|
8521
|
-
return
|
|
8519
|
+
var e = u(jd()), r = u(hp()), t = u(nm()), a = u(im()), i = u(ha());
|
|
8520
|
+
function u(o) {
|
|
8521
|
+
return o && o.__esModule ? o : { default: o };
|
|
8522
8522
|
}
|
|
8523
|
-
function d(
|
|
8524
|
-
return C in
|
|
8523
|
+
function d(o, C, _) {
|
|
8524
|
+
return C in o ? Object.defineProperty(o, C, { value: _, enumerable: !0, configurable: !0, writable: !0 }) : o[C] = _, o;
|
|
8525
8525
|
}
|
|
8526
|
-
function h(
|
|
8527
|
-
var _ = typeof Symbol < "u" &&
|
|
8526
|
+
function h(o, C) {
|
|
8527
|
+
var _ = typeof Symbol < "u" && o[Symbol.iterator] || o["@@iterator"];
|
|
8528
8528
|
if (!_) {
|
|
8529
|
-
if (Array.isArray(
|
|
8530
|
-
_ && (
|
|
8529
|
+
if (Array.isArray(o) || (_ = f(o)) || C) {
|
|
8530
|
+
_ && (o = _);
|
|
8531
8531
|
var P = 0, w = function() {
|
|
8532
8532
|
};
|
|
8533
8533
|
return { s: w, n: function() {
|
|
8534
|
-
return P >=
|
|
8534
|
+
return P >= o.length ? { done: !0 } : { done: !1, value: o[P++] };
|
|
8535
8535
|
}, e: function(L) {
|
|
8536
8536
|
throw L;
|
|
8537
8537
|
}, f: w };
|
|
@@ -8541,7 +8541,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
8541
8541
|
}
|
|
8542
8542
|
var v = !0, b = !1, E;
|
|
8543
8543
|
return { s: function() {
|
|
8544
|
-
_ = _.call(
|
|
8544
|
+
_ = _.call(o);
|
|
8545
8545
|
}, n: function() {
|
|
8546
8546
|
var L = _.next();
|
|
8547
8547
|
return v = L.done, L;
|
|
@@ -8555,33 +8555,33 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
8555
8555
|
}
|
|
8556
8556
|
} };
|
|
8557
8557
|
}
|
|
8558
|
-
function
|
|
8559
|
-
return y(
|
|
8558
|
+
function s(o, C) {
|
|
8559
|
+
return y(o) || n(o, C) || f(o, C) || l();
|
|
8560
8560
|
}
|
|
8561
|
-
function
|
|
8561
|
+
function l() {
|
|
8562
8562
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
8563
8563
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8564
8564
|
}
|
|
8565
|
-
function f(
|
|
8566
|
-
if (
|
|
8567
|
-
if (typeof
|
|
8568
|
-
var _ = Object.prototype.toString.call(
|
|
8569
|
-
if (_ === "Object" &&
|
|
8570
|
-
if (_ === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(_)) return
|
|
8565
|
+
function f(o, C) {
|
|
8566
|
+
if (o) {
|
|
8567
|
+
if (typeof o == "string") return c(o, C);
|
|
8568
|
+
var _ = Object.prototype.toString.call(o).slice(8, -1);
|
|
8569
|
+
if (_ === "Object" && o.constructor && (_ = o.constructor.name), _ === "Map" || _ === "Set") return Array.from(o);
|
|
8570
|
+
if (_ === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(_)) return c(o, C);
|
|
8571
8571
|
}
|
|
8572
8572
|
}
|
|
8573
|
-
function
|
|
8574
|
-
(C == null || C >
|
|
8573
|
+
function c(o, C) {
|
|
8574
|
+
(C == null || C > o.length) && (C = o.length);
|
|
8575
8575
|
for (var _ = 0, P = new Array(C); _ < C; _++)
|
|
8576
|
-
P[_] =
|
|
8576
|
+
P[_] = o[_];
|
|
8577
8577
|
return P;
|
|
8578
8578
|
}
|
|
8579
|
-
function n(
|
|
8580
|
-
var _ =
|
|
8579
|
+
function n(o, C) {
|
|
8580
|
+
var _ = o == null ? null : typeof Symbol < "u" && o[Symbol.iterator] || o["@@iterator"];
|
|
8581
8581
|
if (_ != null) {
|
|
8582
8582
|
var P = [], w = !0, v = !1, b, E;
|
|
8583
8583
|
try {
|
|
8584
|
-
for (_ = _.call(
|
|
8584
|
+
for (_ = _.call(o); !(w = (b = _.next()).done) && (P.push(b.value), !(C && P.length === C)); w = !0)
|
|
8585
8585
|
;
|
|
8586
8586
|
} catch (S) {
|
|
8587
8587
|
v = !0, E = S;
|
|
@@ -8595,25 +8595,25 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
8595
8595
|
return P;
|
|
8596
8596
|
}
|
|
8597
8597
|
}
|
|
8598
|
-
function y(
|
|
8599
|
-
if (Array.isArray(
|
|
8598
|
+
function y(o) {
|
|
8599
|
+
if (Array.isArray(o)) return o;
|
|
8600
8600
|
}
|
|
8601
8601
|
var R = [].concat(e.default, r.default, t.default, a.default);
|
|
8602
|
-
R.forEach(function(
|
|
8603
|
-
var C =
|
|
8602
|
+
R.forEach(function(o) {
|
|
8603
|
+
var C = s(o, 2), _ = C[1], P = h(_.superClass), w;
|
|
8604
8604
|
try {
|
|
8605
8605
|
for (P.s(); !(w = P.n()).done; ) {
|
|
8606
8606
|
var v = w.value, b = h(v), E;
|
|
8607
8607
|
try {
|
|
8608
8608
|
var S = function() {
|
|
8609
8609
|
var j = E.value, F = R.find(function(z) {
|
|
8610
|
-
var ue =
|
|
8610
|
+
var ue = s(z, 1), pe = ue[0];
|
|
8611
8611
|
return pe === j;
|
|
8612
8612
|
});
|
|
8613
8613
|
if (F)
|
|
8614
|
-
for (var
|
|
8614
|
+
for (var M = F[1], B = 0, K = Object.keys(M.props); B < K.length; B++) {
|
|
8615
8615
|
var ee = K[B];
|
|
8616
|
-
Object.prototype.hasOwnProperty.call(_.props, ee) || Object.assign(_.props, d({}, ee,
|
|
8616
|
+
Object.prototype.hasOwnProperty.call(_.props, ee) || Object.assign(_.props, d({}, ee, M.props[ee]));
|
|
8617
8617
|
}
|
|
8618
8618
|
};
|
|
8619
8619
|
for (b.s(); !(E = b.n()).done; )
|
|
@@ -8638,7 +8638,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
8638
8638
|
var _ = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : null, P = h(R), w;
|
|
8639
8639
|
try {
|
|
8640
8640
|
for (P.s(); !(w = P.n()).done; ) {
|
|
8641
|
-
var v =
|
|
8641
|
+
var v = s(w.value, 2), b = v[0], E = v[1];
|
|
8642
8642
|
C.call(_, E, b, R);
|
|
8643
8643
|
}
|
|
8644
8644
|
} catch (S) {
|
|
@@ -8658,13 +8658,13 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
8658
8658
|
},
|
|
8659
8659
|
keys: function() {
|
|
8660
8660
|
return R.map(function(C) {
|
|
8661
|
-
var _ =
|
|
8661
|
+
var _ = s(C, 1), P = _[0];
|
|
8662
8662
|
return P;
|
|
8663
8663
|
});
|
|
8664
8664
|
},
|
|
8665
8665
|
values: function() {
|
|
8666
8666
|
return R.map(function(C) {
|
|
8667
|
-
var _ =
|
|
8667
|
+
var _ = s(C, 2), P = _[1];
|
|
8668
8668
|
return P;
|
|
8669
8669
|
});
|
|
8670
8670
|
}
|
|
@@ -8677,21 +8677,21 @@ function um() {
|
|
|
8677
8677
|
$u = 1;
|
|
8678
8678
|
var e = Object.prototype.hasOwnProperty;
|
|
8679
8679
|
function r(t, a) {
|
|
8680
|
-
var i,
|
|
8680
|
+
var i, u;
|
|
8681
8681
|
if (t === a) return !0;
|
|
8682
8682
|
if (t && a && (i = t.constructor) === a.constructor) {
|
|
8683
8683
|
if (i === Date) return t.getTime() === a.getTime();
|
|
8684
8684
|
if (i === RegExp) return t.toString() === a.toString();
|
|
8685
8685
|
if (i === Array) {
|
|
8686
|
-
if ((
|
|
8687
|
-
for (;
|
|
8688
|
-
return
|
|
8686
|
+
if ((u = t.length) === a.length)
|
|
8687
|
+
for (; u-- && r(t[u], a[u]); ) ;
|
|
8688
|
+
return u === -1;
|
|
8689
8689
|
}
|
|
8690
8690
|
if (!i || typeof t == "object") {
|
|
8691
|
-
|
|
8691
|
+
u = 0;
|
|
8692
8692
|
for (i in t)
|
|
8693
|
-
if (e.call(t, i) && ++
|
|
8694
|
-
return Object.keys(a).length ===
|
|
8693
|
+
if (e.call(t, i) && ++u && !e.call(a, i) || !(i in a) || !r(t[i], a[i])) return !1;
|
|
8694
|
+
return Object.keys(a).length === u;
|
|
8695
8695
|
}
|
|
8696
8696
|
}
|
|
8697
8697
|
return t !== t && a !== a;
|
|
@@ -8709,9 +8709,9 @@ function sm() {
|
|
|
8709
8709
|
return w && w.__esModule ? w : { default: w };
|
|
8710
8710
|
}
|
|
8711
8711
|
function i(w, v) {
|
|
8712
|
-
return h(w) || d(w, v) ||
|
|
8712
|
+
return h(w) || d(w, v) || l(w, v) || u();
|
|
8713
8713
|
}
|
|
8714
|
-
function
|
|
8714
|
+
function u() {
|
|
8715
8715
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
8716
8716
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8717
8717
|
}
|
|
@@ -8722,8 +8722,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
8722
8722
|
try {
|
|
8723
8723
|
for (b = b.call(w); !(S = (j = b.next()).done) && (E.push(j.value), !(v && E.length === v)); S = !0)
|
|
8724
8724
|
;
|
|
8725
|
-
} catch (
|
|
8726
|
-
L = !0, F =
|
|
8725
|
+
} catch (M) {
|
|
8726
|
+
L = !0, F = M;
|
|
8727
8727
|
} finally {
|
|
8728
8728
|
try {
|
|
8729
8729
|
!S && b.return != null && b.return();
|
|
@@ -8737,10 +8737,10 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
8737
8737
|
function h(w) {
|
|
8738
8738
|
if (Array.isArray(w)) return w;
|
|
8739
8739
|
}
|
|
8740
|
-
function
|
|
8740
|
+
function s(w, v) {
|
|
8741
8741
|
var b = typeof Symbol < "u" && w[Symbol.iterator] || w["@@iterator"];
|
|
8742
8742
|
if (!b) {
|
|
8743
|
-
if (Array.isArray(w) || (b =
|
|
8743
|
+
if (Array.isArray(w) || (b = l(w)) || v) {
|
|
8744
8744
|
b && (w = b);
|
|
8745
8745
|
var E = 0, S = function() {
|
|
8746
8746
|
};
|
|
@@ -8769,7 +8769,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
8769
8769
|
}
|
|
8770
8770
|
} };
|
|
8771
8771
|
}
|
|
8772
|
-
function
|
|
8772
|
+
function l(w, v) {
|
|
8773
8773
|
if (w) {
|
|
8774
8774
|
if (typeof w == "string") return f(w, v);
|
|
8775
8775
|
var b = Object.prototype.toString.call(w).slice(8, -1);
|
|
@@ -8783,15 +8783,15 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
8783
8783
|
E[b] = w[b];
|
|
8784
8784
|
return E;
|
|
8785
8785
|
}
|
|
8786
|
-
for (var
|
|
8786
|
+
for (var c = [], n = t.default.keys(), y = 0; y < n.length; y++) {
|
|
8787
8787
|
var R = n[y], g = t.default.get(R);
|
|
8788
8788
|
if (g)
|
|
8789
|
-
for (var T = [].concat(g.baseConcepts, g.relatedConcepts),
|
|
8790
|
-
var C = T[
|
|
8789
|
+
for (var T = [].concat(g.baseConcepts, g.relatedConcepts), o = 0; o < T.length; o++) {
|
|
8790
|
+
var C = T[o];
|
|
8791
8791
|
C.module === "HTML" && function() {
|
|
8792
8792
|
var w = C.concept;
|
|
8793
8793
|
if (w) {
|
|
8794
|
-
var v =
|
|
8794
|
+
var v = c.find(function(L) {
|
|
8795
8795
|
return (0, e.dequal)(L, w);
|
|
8796
8796
|
}), b;
|
|
8797
8797
|
v ? b = v[1] : b = [];
|
|
@@ -8800,30 +8800,30 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
8800
8800
|
E = !1;
|
|
8801
8801
|
break;
|
|
8802
8802
|
}
|
|
8803
|
-
E && b.push(R),
|
|
8803
|
+
E && b.push(R), c.push([w, b]);
|
|
8804
8804
|
}
|
|
8805
8805
|
}();
|
|
8806
8806
|
}
|
|
8807
8807
|
}
|
|
8808
8808
|
var _ = {
|
|
8809
8809
|
entries: function() {
|
|
8810
|
-
return
|
|
8810
|
+
return c;
|
|
8811
8811
|
},
|
|
8812
8812
|
forEach: function(v) {
|
|
8813
|
-
var b = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : null, E = c
|
|
8813
|
+
var b = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : null, E = s(c), S;
|
|
8814
8814
|
try {
|
|
8815
8815
|
for (E.s(); !(S = E.n()).done; ) {
|
|
8816
8816
|
var L = i(S.value, 2), j = L[0], F = L[1];
|
|
8817
|
-
v.call(b, F, j,
|
|
8817
|
+
v.call(b, F, j, c);
|
|
8818
8818
|
}
|
|
8819
|
-
} catch (
|
|
8820
|
-
E.e(
|
|
8819
|
+
} catch (M) {
|
|
8820
|
+
E.e(M);
|
|
8821
8821
|
} finally {
|
|
8822
8822
|
E.f();
|
|
8823
8823
|
}
|
|
8824
8824
|
},
|
|
8825
8825
|
get: function(v) {
|
|
8826
|
-
var b =
|
|
8826
|
+
var b = c.find(function(E) {
|
|
8827
8827
|
return v.name === E[0].name && (0, e.dequal)(v.attributes, E[0].attributes);
|
|
8828
8828
|
});
|
|
8829
8829
|
return b && b[1];
|
|
@@ -8832,13 +8832,13 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
8832
8832
|
return !!_.get(v);
|
|
8833
8833
|
},
|
|
8834
8834
|
keys: function() {
|
|
8835
|
-
return
|
|
8835
|
+
return c.map(function(v) {
|
|
8836
8836
|
var b = i(v, 1), E = b[0];
|
|
8837
8837
|
return E;
|
|
8838
8838
|
});
|
|
8839
8839
|
},
|
|
8840
8840
|
values: function() {
|
|
8841
|
-
return
|
|
8841
|
+
return c.map(function(v) {
|
|
8842
8842
|
var b = i(v, 2), E = b[1];
|
|
8843
8843
|
return E;
|
|
8844
8844
|
});
|
|
@@ -8857,26 +8857,26 @@ function cm() {
|
|
|
8857
8857
|
return v && v.__esModule ? v : { default: v };
|
|
8858
8858
|
}
|
|
8859
8859
|
function a(v, b) {
|
|
8860
|
-
return d(v) ||
|
|
8860
|
+
return d(v) || u(v, b) || s(v, b) || i();
|
|
8861
8861
|
}
|
|
8862
8862
|
function i() {
|
|
8863
8863
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
8864
8864
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8865
8865
|
}
|
|
8866
|
-
function
|
|
8866
|
+
function u(v, b) {
|
|
8867
8867
|
var E = v == null ? null : typeof Symbol < "u" && v[Symbol.iterator] || v["@@iterator"];
|
|
8868
8868
|
if (E != null) {
|
|
8869
|
-
var S = [], L = !0, j = !1, F,
|
|
8869
|
+
var S = [], L = !0, j = !1, F, M;
|
|
8870
8870
|
try {
|
|
8871
8871
|
for (E = E.call(v); !(L = (F = E.next()).done) && (S.push(F.value), !(b && S.length === b)); L = !0)
|
|
8872
8872
|
;
|
|
8873
8873
|
} catch (B) {
|
|
8874
|
-
j = !0,
|
|
8874
|
+
j = !0, M = B;
|
|
8875
8875
|
} finally {
|
|
8876
8876
|
try {
|
|
8877
8877
|
!L && E.return != null && E.return();
|
|
8878
8878
|
} finally {
|
|
8879
|
-
if (j) throw
|
|
8879
|
+
if (j) throw M;
|
|
8880
8880
|
}
|
|
8881
8881
|
}
|
|
8882
8882
|
return S;
|
|
@@ -8888,7 +8888,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
8888
8888
|
function h(v, b) {
|
|
8889
8889
|
var E = typeof Symbol < "u" && v[Symbol.iterator] || v["@@iterator"];
|
|
8890
8890
|
if (!E) {
|
|
8891
|
-
if (Array.isArray(v) || (E =
|
|
8891
|
+
if (Array.isArray(v) || (E = s(v)) || b) {
|
|
8892
8892
|
E && (v = E);
|
|
8893
8893
|
var S = 0, L = function() {
|
|
8894
8894
|
};
|
|
@@ -8901,41 +8901,41 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
8901
8901
|
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
8902
8902
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
8903
8903
|
}
|
|
8904
|
-
var j = !0, F = !1,
|
|
8904
|
+
var j = !0, F = !1, M;
|
|
8905
8905
|
return { s: function() {
|
|
8906
8906
|
E = E.call(v);
|
|
8907
8907
|
}, n: function() {
|
|
8908
8908
|
var K = E.next();
|
|
8909
8909
|
return j = K.done, K;
|
|
8910
8910
|
}, e: function(K) {
|
|
8911
|
-
F = !0,
|
|
8911
|
+
F = !0, M = K;
|
|
8912
8912
|
}, f: function() {
|
|
8913
8913
|
try {
|
|
8914
8914
|
!j && E.return != null && E.return();
|
|
8915
8915
|
} finally {
|
|
8916
|
-
if (F) throw
|
|
8916
|
+
if (F) throw M;
|
|
8917
8917
|
}
|
|
8918
8918
|
} };
|
|
8919
8919
|
}
|
|
8920
|
-
function
|
|
8920
|
+
function s(v, b) {
|
|
8921
8921
|
if (v) {
|
|
8922
|
-
if (typeof v == "string") return
|
|
8922
|
+
if (typeof v == "string") return l(v, b);
|
|
8923
8923
|
var E = Object.prototype.toString.call(v).slice(8, -1);
|
|
8924
8924
|
if (E === "Object" && v.constructor && (E = v.constructor.name), E === "Map" || E === "Set") return Array.from(v);
|
|
8925
|
-
if (E === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(E)) return
|
|
8925
|
+
if (E === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(E)) return l(v, b);
|
|
8926
8926
|
}
|
|
8927
8927
|
}
|
|
8928
|
-
function
|
|
8928
|
+
function l(v, b) {
|
|
8929
8929
|
(b == null || b > v.length) && (b = v.length);
|
|
8930
8930
|
for (var E = 0, S = new Array(b); E < b; E++)
|
|
8931
8931
|
S[E] = v[E];
|
|
8932
8932
|
return S;
|
|
8933
8933
|
}
|
|
8934
|
-
for (var f = [],
|
|
8935
|
-
var y =
|
|
8934
|
+
for (var f = [], c = r.default.keys(), n = 0; n < c.length; n++) {
|
|
8935
|
+
var y = c[n], R = r.default.get(y), g = [];
|
|
8936
8936
|
if (R) {
|
|
8937
|
-
for (var T = [].concat(R.baseConcepts, R.relatedConcepts),
|
|
8938
|
-
var C = T[
|
|
8937
|
+
for (var T = [].concat(R.baseConcepts, R.relatedConcepts), o = 0; o < T.length; o++) {
|
|
8938
|
+
var C = T[o];
|
|
8939
8939
|
if (C.module === "HTML") {
|
|
8940
8940
|
var _ = C.concept;
|
|
8941
8941
|
_ != null && g.push(_);
|
|
@@ -8952,8 +8952,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
8952
8952
|
var E = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : null, S = h(f), L;
|
|
8953
8953
|
try {
|
|
8954
8954
|
for (S.s(); !(L = S.n()).done; ) {
|
|
8955
|
-
var j = a(L.value, 2), F = j[0],
|
|
8956
|
-
b.call(E,
|
|
8955
|
+
var j = a(L.value, 2), F = j[0], M = j[1];
|
|
8956
|
+
b.call(E, M, F, f);
|
|
8957
8957
|
}
|
|
8958
8958
|
} catch (B) {
|
|
8959
8959
|
S.e(B);
|
|
@@ -8991,18 +8991,18 @@ function dm() {
|
|
|
8991
8991
|
Vu = 1, Object.defineProperty(we, "__esModule", {
|
|
8992
8992
|
value: !0
|
|
8993
8993
|
}), we.roles = we.roleElements = we.elementRoles = we.dom = we.aria = void 0;
|
|
8994
|
-
var e =
|
|
8995
|
-
function
|
|
8996
|
-
return
|
|
8994
|
+
var e = u(Pd()), r = u(Td()), t = u(co()), a = u(sm()), i = u(cm());
|
|
8995
|
+
function u(c) {
|
|
8996
|
+
return c && c.__esModule ? c : { default: c };
|
|
8997
8997
|
}
|
|
8998
8998
|
var d = e.default;
|
|
8999
8999
|
we.aria = d;
|
|
9000
9000
|
var h = r.default;
|
|
9001
9001
|
we.dom = h;
|
|
9002
|
-
var
|
|
9003
|
-
we.roles =
|
|
9004
|
-
var
|
|
9005
|
-
we.elementRoles =
|
|
9002
|
+
var s = t.default;
|
|
9003
|
+
we.roles = s;
|
|
9004
|
+
var l = a.default;
|
|
9005
|
+
we.elementRoles = l;
|
|
9006
9006
|
var f = i.default;
|
|
9007
9007
|
return we.roleElements = f, we;
|
|
9008
9008
|
}
|
|
@@ -9010,190 +9010,190 @@ var Ae = dm(), Ha = { exports: {} }, zu;
|
|
|
9010
9010
|
function fm() {
|
|
9011
9011
|
return zu || (zu = 1, function(e) {
|
|
9012
9012
|
var r = function() {
|
|
9013
|
-
var t = String.fromCharCode, a = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=", i = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+-$",
|
|
9014
|
-
function d(
|
|
9015
|
-
if (!s
|
|
9016
|
-
s
|
|
9017
|
-
for (var f = 0; f <
|
|
9018
|
-
s
|
|
9013
|
+
var t = String.fromCharCode, a = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=", i = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+-$", u = {};
|
|
9014
|
+
function d(s, l) {
|
|
9015
|
+
if (!u[s]) {
|
|
9016
|
+
u[s] = {};
|
|
9017
|
+
for (var f = 0; f < s.length; f++)
|
|
9018
|
+
u[s][s.charAt(f)] = f;
|
|
9019
9019
|
}
|
|
9020
|
-
return s
|
|
9020
|
+
return u[s][l];
|
|
9021
9021
|
}
|
|
9022
9022
|
var h = {
|
|
9023
|
-
compressToBase64: function(
|
|
9024
|
-
if (
|
|
9025
|
-
var
|
|
9023
|
+
compressToBase64: function(s) {
|
|
9024
|
+
if (s == null) return "";
|
|
9025
|
+
var l = h._compress(s, 6, function(f) {
|
|
9026
9026
|
return a.charAt(f);
|
|
9027
9027
|
});
|
|
9028
|
-
switch (
|
|
9028
|
+
switch (l.length % 4) {
|
|
9029
9029
|
// To produce valid Base64
|
|
9030
9030
|
default:
|
|
9031
9031
|
// When could this happen ?
|
|
9032
9032
|
case 0:
|
|
9033
|
-
return
|
|
9033
|
+
return l;
|
|
9034
9034
|
case 1:
|
|
9035
|
-
return
|
|
9035
|
+
return l + "===";
|
|
9036
9036
|
case 2:
|
|
9037
|
-
return
|
|
9037
|
+
return l + "==";
|
|
9038
9038
|
case 3:
|
|
9039
|
-
return
|
|
9039
|
+
return l + "=";
|
|
9040
9040
|
}
|
|
9041
9041
|
},
|
|
9042
|
-
decompressFromBase64: function(
|
|
9043
|
-
return
|
|
9044
|
-
return d(a,
|
|
9042
|
+
decompressFromBase64: function(s) {
|
|
9043
|
+
return s == null ? "" : s == "" ? null : h._decompress(s.length, 32, function(l) {
|
|
9044
|
+
return d(a, s.charAt(l));
|
|
9045
9045
|
});
|
|
9046
9046
|
},
|
|
9047
|
-
compressToUTF16: function(
|
|
9048
|
-
return
|
|
9049
|
-
return t(
|
|
9047
|
+
compressToUTF16: function(s) {
|
|
9048
|
+
return s == null ? "" : h._compress(s, 15, function(l) {
|
|
9049
|
+
return t(l + 32);
|
|
9050
9050
|
}) + " ";
|
|
9051
9051
|
},
|
|
9052
|
-
decompressFromUTF16: function(
|
|
9053
|
-
return
|
|
9054
|
-
return
|
|
9052
|
+
decompressFromUTF16: function(s) {
|
|
9053
|
+
return s == null ? "" : s == "" ? null : h._decompress(s.length, 16384, function(l) {
|
|
9054
|
+
return s.charCodeAt(l) - 32;
|
|
9055
9055
|
});
|
|
9056
9056
|
},
|
|
9057
9057
|
//compress into uint8array (UCS-2 big endian format)
|
|
9058
|
-
compressToUint8Array: function(
|
|
9059
|
-
for (var
|
|
9060
|
-
var y =
|
|
9061
|
-
f[
|
|
9058
|
+
compressToUint8Array: function(s) {
|
|
9059
|
+
for (var l = h.compress(s), f = new Uint8Array(l.length * 2), c = 0, n = l.length; c < n; c++) {
|
|
9060
|
+
var y = l.charCodeAt(c);
|
|
9061
|
+
f[c * 2] = y >>> 8, f[c * 2 + 1] = y % 256;
|
|
9062
9062
|
}
|
|
9063
9063
|
return f;
|
|
9064
9064
|
},
|
|
9065
9065
|
//decompress from uint8array (UCS-2 big endian format)
|
|
9066
|
-
decompressFromUint8Array: function(
|
|
9067
|
-
if (
|
|
9068
|
-
return h.decompress(
|
|
9069
|
-
for (var
|
|
9070
|
-
|
|
9066
|
+
decompressFromUint8Array: function(s) {
|
|
9067
|
+
if (s == null)
|
|
9068
|
+
return h.decompress(s);
|
|
9069
|
+
for (var l = new Array(s.length / 2), f = 0, c = l.length; f < c; f++)
|
|
9070
|
+
l[f] = s[f * 2] * 256 + s[f * 2 + 1];
|
|
9071
9071
|
var n = [];
|
|
9072
|
-
return
|
|
9072
|
+
return l.forEach(function(y) {
|
|
9073
9073
|
n.push(t(y));
|
|
9074
9074
|
}), h.decompress(n.join(""));
|
|
9075
9075
|
},
|
|
9076
9076
|
//compress into a string that is already URI encoded
|
|
9077
|
-
compressToEncodedURIComponent: function(
|
|
9078
|
-
return
|
|
9079
|
-
return i.charAt(
|
|
9077
|
+
compressToEncodedURIComponent: function(s) {
|
|
9078
|
+
return s == null ? "" : h._compress(s, 6, function(l) {
|
|
9079
|
+
return i.charAt(l);
|
|
9080
9080
|
});
|
|
9081
9081
|
},
|
|
9082
9082
|
//decompress from an output of compressToEncodedURIComponent
|
|
9083
|
-
decompressFromEncodedURIComponent: function(
|
|
9084
|
-
return
|
|
9085
|
-
return d(i,
|
|
9083
|
+
decompressFromEncodedURIComponent: function(s) {
|
|
9084
|
+
return s == null ? "" : s == "" ? null : (s = s.replace(/ /g, "+"), h._decompress(s.length, 32, function(l) {
|
|
9085
|
+
return d(i, s.charAt(l));
|
|
9086
9086
|
}));
|
|
9087
9087
|
},
|
|
9088
|
-
compress: function(
|
|
9089
|
-
return h._compress(
|
|
9090
|
-
return t(
|
|
9088
|
+
compress: function(s) {
|
|
9089
|
+
return h._compress(s, 16, function(l) {
|
|
9090
|
+
return t(l);
|
|
9091
9091
|
});
|
|
9092
9092
|
},
|
|
9093
|
-
_compress: function(
|
|
9094
|
-
if (
|
|
9095
|
-
var
|
|
9096
|
-
for (E = 0; E <
|
|
9097
|
-
if (g =
|
|
9098
|
-
|
|
9093
|
+
_compress: function(s, l, f) {
|
|
9094
|
+
if (s == null) return "";
|
|
9095
|
+
var c, n, y = {}, R = {}, g = "", T = "", o = "", C = 2, _ = 3, P = 2, w = [], v = 0, b = 0, E;
|
|
9096
|
+
for (E = 0; E < s.length; E += 1)
|
|
9097
|
+
if (g = s.charAt(E), Object.prototype.hasOwnProperty.call(y, g) || (y[g] = _++, R[g] = !0), T = o + g, Object.prototype.hasOwnProperty.call(y, T))
|
|
9098
|
+
o = T;
|
|
9099
9099
|
else {
|
|
9100
|
-
if (Object.prototype.hasOwnProperty.call(R,
|
|
9101
|
-
if (
|
|
9102
|
-
for (
|
|
9103
|
-
v = v << 1, b ==
|
|
9104
|
-
for (n =
|
|
9105
|
-
v = v << 1 | n & 1, b ==
|
|
9100
|
+
if (Object.prototype.hasOwnProperty.call(R, o)) {
|
|
9101
|
+
if (o.charCodeAt(0) < 256) {
|
|
9102
|
+
for (c = 0; c < P; c++)
|
|
9103
|
+
v = v << 1, b == l - 1 ? (b = 0, w.push(f(v)), v = 0) : b++;
|
|
9104
|
+
for (n = o.charCodeAt(0), c = 0; c < 8; c++)
|
|
9105
|
+
v = v << 1 | n & 1, b == l - 1 ? (b = 0, w.push(f(v)), v = 0) : b++, n = n >> 1;
|
|
9106
9106
|
} else {
|
|
9107
|
-
for (n = 1,
|
|
9108
|
-
v = v << 1 | n, b ==
|
|
9109
|
-
for (n =
|
|
9110
|
-
v = v << 1 | n & 1, b ==
|
|
9107
|
+
for (n = 1, c = 0; c < P; c++)
|
|
9108
|
+
v = v << 1 | n, b == l - 1 ? (b = 0, w.push(f(v)), v = 0) : b++, n = 0;
|
|
9109
|
+
for (n = o.charCodeAt(0), c = 0; c < 16; c++)
|
|
9110
|
+
v = v << 1 | n & 1, b == l - 1 ? (b = 0, w.push(f(v)), v = 0) : b++, n = n >> 1;
|
|
9111
9111
|
}
|
|
9112
|
-
C--, C == 0 && (C = Math.pow(2, P), P++), delete R[
|
|
9112
|
+
C--, C == 0 && (C = Math.pow(2, P), P++), delete R[o];
|
|
9113
9113
|
} else
|
|
9114
|
-
for (n = y[
|
|
9115
|
-
v = v << 1 | n & 1, b ==
|
|
9116
|
-
C--, C == 0 && (C = Math.pow(2, P), P++), y[T] = _++,
|
|
9114
|
+
for (n = y[o], c = 0; c < P; c++)
|
|
9115
|
+
v = v << 1 | n & 1, b == l - 1 ? (b = 0, w.push(f(v)), v = 0) : b++, n = n >> 1;
|
|
9116
|
+
C--, C == 0 && (C = Math.pow(2, P), P++), y[T] = _++, o = String(g);
|
|
9117
9117
|
}
|
|
9118
|
-
if (
|
|
9119
|
-
if (Object.prototype.hasOwnProperty.call(R,
|
|
9120
|
-
if (
|
|
9121
|
-
for (
|
|
9122
|
-
v = v << 1, b ==
|
|
9123
|
-
for (n =
|
|
9124
|
-
v = v << 1 | n & 1, b ==
|
|
9118
|
+
if (o !== "") {
|
|
9119
|
+
if (Object.prototype.hasOwnProperty.call(R, o)) {
|
|
9120
|
+
if (o.charCodeAt(0) < 256) {
|
|
9121
|
+
for (c = 0; c < P; c++)
|
|
9122
|
+
v = v << 1, b == l - 1 ? (b = 0, w.push(f(v)), v = 0) : b++;
|
|
9123
|
+
for (n = o.charCodeAt(0), c = 0; c < 8; c++)
|
|
9124
|
+
v = v << 1 | n & 1, b == l - 1 ? (b = 0, w.push(f(v)), v = 0) : b++, n = n >> 1;
|
|
9125
9125
|
} else {
|
|
9126
|
-
for (n = 1,
|
|
9127
|
-
v = v << 1 | n, b ==
|
|
9128
|
-
for (n =
|
|
9129
|
-
v = v << 1 | n & 1, b ==
|
|
9126
|
+
for (n = 1, c = 0; c < P; c++)
|
|
9127
|
+
v = v << 1 | n, b == l - 1 ? (b = 0, w.push(f(v)), v = 0) : b++, n = 0;
|
|
9128
|
+
for (n = o.charCodeAt(0), c = 0; c < 16; c++)
|
|
9129
|
+
v = v << 1 | n & 1, b == l - 1 ? (b = 0, w.push(f(v)), v = 0) : b++, n = n >> 1;
|
|
9130
9130
|
}
|
|
9131
|
-
C--, C == 0 && (C = Math.pow(2, P), P++), delete R[
|
|
9131
|
+
C--, C == 0 && (C = Math.pow(2, P), P++), delete R[o];
|
|
9132
9132
|
} else
|
|
9133
|
-
for (n = y[
|
|
9134
|
-
v = v << 1 | n & 1, b ==
|
|
9133
|
+
for (n = y[o], c = 0; c < P; c++)
|
|
9134
|
+
v = v << 1 | n & 1, b == l - 1 ? (b = 0, w.push(f(v)), v = 0) : b++, n = n >> 1;
|
|
9135
9135
|
C--, C == 0 && (C = Math.pow(2, P), P++);
|
|
9136
9136
|
}
|
|
9137
|
-
for (n = 2,
|
|
9138
|
-
v = v << 1 | n & 1, b ==
|
|
9137
|
+
for (n = 2, c = 0; c < P; c++)
|
|
9138
|
+
v = v << 1 | n & 1, b == l - 1 ? (b = 0, w.push(f(v)), v = 0) : b++, n = n >> 1;
|
|
9139
9139
|
for (; ; )
|
|
9140
|
-
if (v = v << 1, b ==
|
|
9140
|
+
if (v = v << 1, b == l - 1) {
|
|
9141
9141
|
w.push(f(v));
|
|
9142
9142
|
break;
|
|
9143
9143
|
} else b++;
|
|
9144
9144
|
return w.join("");
|
|
9145
9145
|
},
|
|
9146
|
-
decompress: function(
|
|
9147
|
-
return
|
|
9148
|
-
return
|
|
9146
|
+
decompress: function(s) {
|
|
9147
|
+
return s == null ? "" : s == "" ? null : h._decompress(s.length, 32768, function(l) {
|
|
9148
|
+
return s.charCodeAt(l);
|
|
9149
9149
|
});
|
|
9150
9150
|
},
|
|
9151
|
-
_decompress: function(
|
|
9152
|
-
var
|
|
9153
|
-
for (
|
|
9154
|
-
|
|
9151
|
+
_decompress: function(s, l, f) {
|
|
9152
|
+
var c = [], n = 4, y = 4, R = 3, g = "", T = [], o, C, _, P, w, v, b, E = { val: f(0), position: l, index: 1 };
|
|
9153
|
+
for (o = 0; o < 3; o += 1)
|
|
9154
|
+
c[o] = o;
|
|
9155
9155
|
for (_ = 0, w = Math.pow(2, 2), v = 1; v != w; )
|
|
9156
|
-
P = E.val & E.position, E.position >>= 1, E.position == 0 && (E.position =
|
|
9156
|
+
P = E.val & E.position, E.position >>= 1, E.position == 0 && (E.position = l, E.val = f(E.index++)), _ |= (P > 0 ? 1 : 0) * v, v <<= 1;
|
|
9157
9157
|
switch (_) {
|
|
9158
9158
|
case 0:
|
|
9159
9159
|
for (_ = 0, w = Math.pow(2, 8), v = 1; v != w; )
|
|
9160
|
-
P = E.val & E.position, E.position >>= 1, E.position == 0 && (E.position =
|
|
9160
|
+
P = E.val & E.position, E.position >>= 1, E.position == 0 && (E.position = l, E.val = f(E.index++)), _ |= (P > 0 ? 1 : 0) * v, v <<= 1;
|
|
9161
9161
|
b = t(_);
|
|
9162
9162
|
break;
|
|
9163
9163
|
case 1:
|
|
9164
9164
|
for (_ = 0, w = Math.pow(2, 16), v = 1; v != w; )
|
|
9165
|
-
P = E.val & E.position, E.position >>= 1, E.position == 0 && (E.position =
|
|
9165
|
+
P = E.val & E.position, E.position >>= 1, E.position == 0 && (E.position = l, E.val = f(E.index++)), _ |= (P > 0 ? 1 : 0) * v, v <<= 1;
|
|
9166
9166
|
b = t(_);
|
|
9167
9167
|
break;
|
|
9168
9168
|
case 2:
|
|
9169
9169
|
return "";
|
|
9170
9170
|
}
|
|
9171
|
-
for (
|
|
9172
|
-
if (E.index >
|
|
9171
|
+
for (c[3] = b, C = b, T.push(b); ; ) {
|
|
9172
|
+
if (E.index > s)
|
|
9173
9173
|
return "";
|
|
9174
9174
|
for (_ = 0, w = Math.pow(2, R), v = 1; v != w; )
|
|
9175
|
-
P = E.val & E.position, E.position >>= 1, E.position == 0 && (E.position =
|
|
9175
|
+
P = E.val & E.position, E.position >>= 1, E.position == 0 && (E.position = l, E.val = f(E.index++)), _ |= (P > 0 ? 1 : 0) * v, v <<= 1;
|
|
9176
9176
|
switch (b = _) {
|
|
9177
9177
|
case 0:
|
|
9178
9178
|
for (_ = 0, w = Math.pow(2, 8), v = 1; v != w; )
|
|
9179
|
-
P = E.val & E.position, E.position >>= 1, E.position == 0 && (E.position =
|
|
9180
|
-
|
|
9179
|
+
P = E.val & E.position, E.position >>= 1, E.position == 0 && (E.position = l, E.val = f(E.index++)), _ |= (P > 0 ? 1 : 0) * v, v <<= 1;
|
|
9180
|
+
c[y++] = t(_), b = y - 1, n--;
|
|
9181
9181
|
break;
|
|
9182
9182
|
case 1:
|
|
9183
9183
|
for (_ = 0, w = Math.pow(2, 16), v = 1; v != w; )
|
|
9184
|
-
P = E.val & E.position, E.position >>= 1, E.position == 0 && (E.position =
|
|
9185
|
-
|
|
9184
|
+
P = E.val & E.position, E.position >>= 1, E.position == 0 && (E.position = l, E.val = f(E.index++)), _ |= (P > 0 ? 1 : 0) * v, v <<= 1;
|
|
9185
|
+
c[y++] = t(_), b = y - 1, n--;
|
|
9186
9186
|
break;
|
|
9187
9187
|
case 2:
|
|
9188
9188
|
return T.join("");
|
|
9189
9189
|
}
|
|
9190
|
-
if (n == 0 && (n = Math.pow(2, R), R++),
|
|
9191
|
-
g =
|
|
9190
|
+
if (n == 0 && (n = Math.pow(2, R), R++), c[b])
|
|
9191
|
+
g = c[b];
|
|
9192
9192
|
else if (b === y)
|
|
9193
9193
|
g = C + C.charAt(0);
|
|
9194
9194
|
else
|
|
9195
9195
|
return null;
|
|
9196
|
-
T.push(g),
|
|
9196
|
+
T.push(g), c[y++] = C + g.charAt(0), n--, C = g, n == 0 && (n = Math.pow(2, R), R++);
|
|
9197
9197
|
}
|
|
9198
9198
|
}
|
|
9199
9199
|
};
|
|
@@ -9209,16 +9209,16 @@ const mm = /* @__PURE__ */ ns(pm);
|
|
|
9209
9209
|
function ps(e) {
|
|
9210
9210
|
return e.replace(/</g, "<").replace(/>/g, ">");
|
|
9211
9211
|
}
|
|
9212
|
-
const vm = (e, r, t, a, i,
|
|
9213
|
-
const h = a + t.indent,
|
|
9214
|
-
return e.map((
|
|
9215
|
-
const f = r[
|
|
9216
|
-
let
|
|
9217
|
-
return typeof f != "string" && (
|
|
9218
|
-
`) !== -1 && (
|
|
9212
|
+
const vm = (e, r, t, a, i, u, d) => {
|
|
9213
|
+
const h = a + t.indent, s = t.colors;
|
|
9214
|
+
return e.map((l) => {
|
|
9215
|
+
const f = r[l];
|
|
9216
|
+
let c = d(f, t, h, i, u);
|
|
9217
|
+
return typeof f != "string" && (c.indexOf(`
|
|
9218
|
+
`) !== -1 && (c = t.spacingOuter + h + c + t.spacingOuter + a), c = "{" + c + "}"), t.spacingInner + a + s.prop.open + l + s.prop.close + "=" + s.value.open + c + s.value.close;
|
|
9219
9219
|
}).join("");
|
|
9220
|
-
}, bm = 3, hm = (e, r, t, a, i,
|
|
9221
|
-
const h = typeof d == "string" ? ms(d, r) :
|
|
9220
|
+
}, bm = 3, hm = (e, r, t, a, i, u) => e.map((d) => {
|
|
9221
|
+
const h = typeof d == "string" ? ms(d, r) : u(d, r, t, a, i);
|
|
9222
9222
|
return h === "" && typeof d == "object" && d !== null && d.nodeType !== bm ? "" : r.spacingOuter + t + h;
|
|
9223
9223
|
}).join(""), ms = (e, r) => {
|
|
9224
9224
|
const t = r.colors.content;
|
|
@@ -9227,8 +9227,8 @@ const vm = (e, r, t, a, i, s, d) => {
|
|
|
9227
9227
|
const t = r.colors.comment;
|
|
9228
9228
|
return t.open + "<!--" + ps(e) + "-->" + t.close;
|
|
9229
9229
|
}, Rm = (e, r, t, a, i) => {
|
|
9230
|
-
const
|
|
9231
|
-
return
|
|
9230
|
+
const u = a.colors.tag;
|
|
9231
|
+
return u.open + "<" + e + (r && u.close + r + a.spacingOuter + i + u.open) + (t ? ">" + u.close + t + a.spacingOuter + i + u.open + "</" + e : (r && !a.min ? "" : " ") + "/") + ">" + u.close;
|
|
9232
9232
|
}, gm = (e, r) => {
|
|
9233
9233
|
const t = r.colors.tag;
|
|
9234
9234
|
return t.open + "<" + e + t.close + " …" + t.open + " />" + t.close;
|
|
@@ -9258,13 +9258,13 @@ function Pm(e) {
|
|
|
9258
9258
|
var t;
|
|
9259
9259
|
return ((r == null || (t = r.constructor) == null ? void 0 : t.name) || ys(r)) && Cm(r);
|
|
9260
9260
|
},
|
|
9261
|
-
serialize: (r, t, a, i,
|
|
9261
|
+
serialize: (r, t, a, i, u, d) => {
|
|
9262
9262
|
if (_m(r))
|
|
9263
9263
|
return ms(r.data, t);
|
|
9264
9264
|
if (wm(r))
|
|
9265
9265
|
return ym(r.data, t);
|
|
9266
9266
|
const h = Wa(r) ? "DocumentFragment" : r.tagName.toLowerCase();
|
|
9267
|
-
return ++i > t.maxDepth ? gm(h, t) : Rm(h, vm(Wa(r) ? [] : Array.from(r.attributes).map((
|
|
9267
|
+
return ++i > t.maxDepth ? gm(h, t) : Rm(h, vm(Wa(r) ? [] : Array.from(r.attributes).map((s) => s.name).sort(), Wa(r) ? {} : Array.from(r.attributes).reduce((s, l) => (s[l.name] = l.value, s), {}), t, a + t.indent, i, u, d), hm(Array.prototype.slice.call(r.childNodes || r.children).filter(e), t, a + t.indent, i, u, d), t, a);
|
|
9268
9268
|
}
|
|
9269
9269
|
};
|
|
9270
9270
|
}
|
|
@@ -9275,14 +9275,14 @@ try {
|
|
|
9275
9275
|
} catch {
|
|
9276
9276
|
}
|
|
9277
9277
|
function Tm(e) {
|
|
9278
|
-
const r = e.indexOf("(") + 1, t = e.indexOf(")"), a = e.slice(r, t), i = a.split(":"), [
|
|
9279
|
-
let
|
|
9278
|
+
const r = e.indexOf("(") + 1, t = e.indexOf(")"), a = e.slice(r, t), i = a.split(":"), [u, d, h] = [i[0], parseInt(i[1], 10), parseInt(i[2], 10)];
|
|
9279
|
+
let s = "";
|
|
9280
9280
|
try {
|
|
9281
|
-
|
|
9281
|
+
s = fo(u, "utf-8");
|
|
9282
9282
|
} catch {
|
|
9283
9283
|
return "";
|
|
9284
9284
|
}
|
|
9285
|
-
const
|
|
9285
|
+
const l = po(s, {
|
|
9286
9286
|
start: {
|
|
9287
9287
|
line: d,
|
|
9288
9288
|
column: h
|
|
@@ -9292,7 +9292,7 @@ function Tm(e) {
|
|
|
9292
9292
|
linesBelow: 0
|
|
9293
9293
|
});
|
|
9294
9294
|
return Rs.dim(a) + `
|
|
9295
|
-
` +
|
|
9295
|
+
` + l + `
|
|
9296
9296
|
`;
|
|
9297
9297
|
}
|
|
9298
9298
|
function xm() {
|
|
@@ -9332,7 +9332,7 @@ function Ke(e) {
|
|
|
9332
9332
|
return typeof t == "object" ? t === null ? "null" : t.constructor.name : typeof t;
|
|
9333
9333
|
}
|
|
9334
9334
|
}
|
|
9335
|
-
const
|
|
9335
|
+
const Om = () => {
|
|
9336
9336
|
if (typeof process > "u")
|
|
9337
9337
|
return !1;
|
|
9338
9338
|
let e;
|
|
@@ -9344,7 +9344,7 @@ const Mm = () => {
|
|
|
9344
9344
|
}
|
|
9345
9345
|
return typeof e == "boolean" ? e : process.versions !== void 0 && process.versions.node !== void 0;
|
|
9346
9346
|
}, {
|
|
9347
|
-
DOMCollection:
|
|
9347
|
+
DOMCollection: Mm
|
|
9348
9348
|
} = Ia.plugins, Am = 1, Sm = 8;
|
|
9349
9349
|
function Im(e) {
|
|
9350
9350
|
return e.nodeType !== Sm && (e.nodeType !== Am || !e.matches(ae().defaultIgnore));
|
|
@@ -9358,12 +9358,12 @@ function hr(e, r, t) {
|
|
|
9358
9358
|
throw new TypeError("Expected an element or document but got " + a);
|
|
9359
9359
|
const {
|
|
9360
9360
|
filterNode: i = Im,
|
|
9361
|
-
...
|
|
9361
|
+
...u
|
|
9362
9362
|
} = t, d = Ia.format(e, {
|
|
9363
|
-
plugins: [Pm(i),
|
|
9363
|
+
plugins: [Pm(i), Mm],
|
|
9364
9364
|
printFunctionName: !1,
|
|
9365
|
-
highlight:
|
|
9366
|
-
...
|
|
9365
|
+
highlight: Om(),
|
|
9366
|
+
...u
|
|
9367
9367
|
});
|
|
9368
9368
|
return r !== void 0 && e.outerHTML.length > r ? d.slice(0, r) + "..." : d;
|
|
9369
9369
|
}
|
|
@@ -9445,8 +9445,8 @@ function ws(e, r, t) {
|
|
|
9445
9445
|
let {
|
|
9446
9446
|
selector: a = "*"
|
|
9447
9447
|
} = t === void 0 ? {} : t;
|
|
9448
|
-
const i = r.getAttribute("aria-labelledby"),
|
|
9449
|
-
return
|
|
9448
|
+
const i = r.getAttribute("aria-labelledby"), u = i ? i.split(" ") : [];
|
|
9449
|
+
return u.length ? u.map((d) => {
|
|
9450
9450
|
const h = e.querySelector('[id="' + d + '"]');
|
|
9451
9451
|
return h ? {
|
|
9452
9452
|
content: Ga(h),
|
|
@@ -9456,10 +9456,10 @@ function ws(e, r, t) {
|
|
|
9456
9456
|
formControl: null
|
|
9457
9457
|
};
|
|
9458
9458
|
}) : Array.from(_s(r)).map((d) => {
|
|
9459
|
-
const h = Ga(d),
|
|
9459
|
+
const h = Ga(d), l = Array.from(d.querySelectorAll("button, input, meter, output, progress, select, textarea")).filter((f) => f.matches(a))[0];
|
|
9460
9460
|
return {
|
|
9461
9461
|
content: h,
|
|
9462
|
-
formControl:
|
|
9462
|
+
formControl: l
|
|
9463
9463
|
};
|
|
9464
9464
|
});
|
|
9465
9465
|
}
|
|
@@ -9517,13 +9517,13 @@ function Da(e) {
|
|
|
9517
9517
|
return e.matches("input[type=submit], input[type=button], input[type=reset]") ? e.value : Array.from(e.childNodes).filter((r) => r.nodeType === gs && !!r.textContent).map((r) => r.textContent).join("");
|
|
9518
9518
|
}
|
|
9519
9519
|
const Lm = Bm(Ae.elementRoles);
|
|
9520
|
-
function
|
|
9520
|
+
function Os(e) {
|
|
9521
9521
|
return e.hidden === !0 || e.getAttribute("aria-hidden") === "true" || e.ownerDocument.defaultView.getComputedStyle(e).display === "none";
|
|
9522
9522
|
}
|
|
9523
9523
|
function vo(e, r) {
|
|
9524
9524
|
r === void 0 && (r = {});
|
|
9525
9525
|
const {
|
|
9526
|
-
isSubtreeInaccessible: t =
|
|
9526
|
+
isSubtreeInaccessible: t = Os
|
|
9527
9527
|
} = r;
|
|
9528
9528
|
if (e.ownerDocument.defaultView.getComputedStyle(e).visibility === "hidden")
|
|
9529
9529
|
return !0;
|
|
@@ -9548,16 +9548,16 @@ function Bm(e) {
|
|
|
9548
9548
|
function r(d) {
|
|
9549
9549
|
let {
|
|
9550
9550
|
name: h,
|
|
9551
|
-
attributes:
|
|
9551
|
+
attributes: s
|
|
9552
9552
|
} = d;
|
|
9553
|
-
return "" + h +
|
|
9553
|
+
return "" + h + s.map((l) => {
|
|
9554
9554
|
let {
|
|
9555
9555
|
name: f,
|
|
9556
|
-
value:
|
|
9556
|
+
value: c,
|
|
9557
9557
|
constraints: n = []
|
|
9558
|
-
} =
|
|
9558
|
+
} = l;
|
|
9559
9559
|
const y = n.indexOf("undefined") !== -1, R = n.indexOf("set") !== -1;
|
|
9560
|
-
return typeof
|
|
9560
|
+
return typeof c < "u" ? "[" + f + '="' + c + '"]' : y ? ":not([" + f + "])" : R ? "[" + f + "]:not([" + f + '=""])' : "[" + f + "]";
|
|
9561
9561
|
}).join("");
|
|
9562
9562
|
}
|
|
9563
9563
|
function t(d) {
|
|
@@ -9568,52 +9568,52 @@ function Bm(e) {
|
|
|
9568
9568
|
}
|
|
9569
9569
|
function a(d, h) {
|
|
9570
9570
|
let {
|
|
9571
|
-
specificity:
|
|
9571
|
+
specificity: s
|
|
9572
9572
|
} = d, {
|
|
9573
|
-
specificity:
|
|
9573
|
+
specificity: l
|
|
9574
9574
|
} = h;
|
|
9575
|
-
return
|
|
9575
|
+
return l - s;
|
|
9576
9576
|
}
|
|
9577
9577
|
function i(d) {
|
|
9578
9578
|
let {
|
|
9579
9579
|
attributes: h = []
|
|
9580
9580
|
} = d;
|
|
9581
|
-
const
|
|
9582
|
-
|
|
9583
|
-
const
|
|
9581
|
+
const s = h.findIndex((f) => f.value && f.name === "type" && f.value === "text");
|
|
9582
|
+
s >= 0 && (h = [...h.slice(0, s), ...h.slice(s + 1)]);
|
|
9583
|
+
const l = r({
|
|
9584
9584
|
...d,
|
|
9585
9585
|
attributes: h
|
|
9586
9586
|
});
|
|
9587
|
-
return (f) =>
|
|
9587
|
+
return (f) => s >= 0 && f.type !== "text" ? !1 : f.matches(l);
|
|
9588
9588
|
}
|
|
9589
|
-
let
|
|
9589
|
+
let u = [];
|
|
9590
9590
|
for (const [d, h] of e.entries())
|
|
9591
|
-
|
|
9591
|
+
u = [...u, {
|
|
9592
9592
|
match: i(d),
|
|
9593
9593
|
roles: Array.from(h),
|
|
9594
9594
|
specificity: t(d)
|
|
9595
9595
|
}];
|
|
9596
|
-
return
|
|
9596
|
+
return u.sort(a);
|
|
9597
9597
|
}
|
|
9598
9598
|
function Fm(e, r) {
|
|
9599
9599
|
let {
|
|
9600
9600
|
hidden: t = !1
|
|
9601
9601
|
} = r === void 0 ? {} : r;
|
|
9602
9602
|
function a(i) {
|
|
9603
|
-
return [i, ...Array.from(i.children).reduce((
|
|
9603
|
+
return [i, ...Array.from(i.children).reduce((u, d) => [...u, ...a(d)], [])];
|
|
9604
9604
|
}
|
|
9605
|
-
return a(e).filter((i) => t === !1 ? vo(i) === !1 : !0).reduce((i,
|
|
9605
|
+
return a(e).filter((i) => t === !1 ? vo(i) === !1 : !0).reduce((i, u) => {
|
|
9606
9606
|
let d = [];
|
|
9607
|
-
return
|
|
9607
|
+
return u.hasAttribute("role") ? d = u.getAttribute("role").split(" ").slice(0, 1) : d = bo(u), d.reduce((h, s) => Array.isArray(h[s]) ? {
|
|
9608
9608
|
...h,
|
|
9609
|
-
[
|
|
9609
|
+
[s]: [...h[s], u]
|
|
9610
9610
|
} : {
|
|
9611
9611
|
...h,
|
|
9612
|
-
[
|
|
9612
|
+
[s]: [u]
|
|
9613
9613
|
}, i);
|
|
9614
9614
|
}, {});
|
|
9615
9615
|
}
|
|
9616
|
-
function
|
|
9616
|
+
function Ms(e, r) {
|
|
9617
9617
|
let {
|
|
9618
9618
|
hidden: t,
|
|
9619
9619
|
includeDescription: a
|
|
@@ -9621,13 +9621,13 @@ function Os(e, r) {
|
|
|
9621
9621
|
const i = Fm(e, {
|
|
9622
9622
|
hidden: t
|
|
9623
9623
|
});
|
|
9624
|
-
return Object.entries(i).filter((
|
|
9625
|
-
let [d] =
|
|
9624
|
+
return Object.entries(i).filter((u) => {
|
|
9625
|
+
let [d] = u;
|
|
9626
9626
|
return d !== "generic";
|
|
9627
|
-
}).map((
|
|
9628
|
-
let [d, h] =
|
|
9629
|
-
const
|
|
9630
|
-
const
|
|
9627
|
+
}).map((u) => {
|
|
9628
|
+
let [d, h] = u;
|
|
9629
|
+
const s = "-".repeat(50), l = h.map((f) => {
|
|
9630
|
+
const c = 'Name "' + so(f, {
|
|
9631
9631
|
computedStyleSupportsPseudoElements: ae().computedStyleSupportsPseudoElements
|
|
9632
9632
|
}) + `":
|
|
9633
9633
|
`, n = hr(f.cloneNode(!1));
|
|
@@ -9636,17 +9636,17 @@ function Os(e, r) {
|
|
|
9636
9636
|
computedStyleSupportsPseudoElements: ae().computedStyleSupportsPseudoElements
|
|
9637
9637
|
}) + `":
|
|
9638
9638
|
`;
|
|
9639
|
-
return "" +
|
|
9639
|
+
return "" + c + y + n;
|
|
9640
9640
|
}
|
|
9641
|
-
return "" +
|
|
9641
|
+
return "" + c + n;
|
|
9642
9642
|
}).join(`
|
|
9643
9643
|
|
|
9644
9644
|
`);
|
|
9645
9645
|
return d + `:
|
|
9646
9646
|
|
|
9647
|
-
` +
|
|
9647
|
+
` + l + `
|
|
9648
9648
|
|
|
9649
|
-
` +
|
|
9649
|
+
` + s;
|
|
9650
9650
|
}).join(`
|
|
9651
9651
|
`);
|
|
9652
9652
|
}
|
|
@@ -9654,7 +9654,7 @@ const Ub = function(e, r) {
|
|
|
9654
9654
|
let {
|
|
9655
9655
|
hidden: t = !1
|
|
9656
9656
|
} = r === void 0 ? {} : r;
|
|
9657
|
-
return console.log(
|
|
9657
|
+
return console.log(Ms(e, {
|
|
9658
9658
|
hidden: t
|
|
9659
9659
|
}));
|
|
9660
9660
|
};
|
|
@@ -9722,26 +9722,26 @@ function Ku(e) {
|
|
|
9722
9722
|
function Je(e, r, t, a) {
|
|
9723
9723
|
let {
|
|
9724
9724
|
variant: i,
|
|
9725
|
-
name:
|
|
9725
|
+
name: u
|
|
9726
9726
|
} = a, d = "";
|
|
9727
|
-
const h = {},
|
|
9728
|
-
|
|
9727
|
+
const h = {}, s = [["Role", "TestId"].includes(e) ? t : Ku(t)];
|
|
9728
|
+
u && (h.name = Ku(u)), e === "Role" && vo(r) && (h.hidden = !0, d = `Element is inaccessible. This means that the element and all its children are invisible to screen readers.
|
|
9729
9729
|
If you are using the aria-hidden prop, make sure this is the right choice for your case.
|
|
9730
|
-
`), Object.keys(h).length > 0 &&
|
|
9731
|
-
const
|
|
9730
|
+
`), Object.keys(h).length > 0 && s.push(h);
|
|
9731
|
+
const l = i + "By" + e;
|
|
9732
9732
|
return {
|
|
9733
9733
|
queryName: e,
|
|
9734
|
-
queryMethod:
|
|
9735
|
-
queryArgs:
|
|
9734
|
+
queryMethod: l,
|
|
9735
|
+
queryArgs: s,
|
|
9736
9736
|
variant: i,
|
|
9737
9737
|
warning: d,
|
|
9738
9738
|
toString() {
|
|
9739
9739
|
d && console.warn(d);
|
|
9740
|
-
let [f,
|
|
9741
|
-
return f = typeof f == "string" ? "'" + f + "'" : f,
|
|
9740
|
+
let [f, c] = s;
|
|
9741
|
+
return f = typeof f == "string" ? "'" + f + "'" : f, c = c ? ", { " + Object.entries(c).map((n) => {
|
|
9742
9742
|
let [y, R] = n;
|
|
9743
9743
|
return y + ": " + R;
|
|
9744
|
-
}).join(", ") + " }" : "",
|
|
9744
|
+
}).join(", ") + " }" : "", l + "(" + f + c + ")";
|
|
9745
9745
|
}
|
|
9746
9746
|
};
|
|
9747
9747
|
}
|
|
@@ -9752,9 +9752,9 @@ function Ya(e, r, t) {
|
|
|
9752
9752
|
var a, i;
|
|
9753
9753
|
if (r === void 0 && (r = "get"), e.matches(ae().defaultIgnore))
|
|
9754
9754
|
return;
|
|
9755
|
-
const
|
|
9756
|
-
if (
|
|
9757
|
-
return Je("Role", e,
|
|
9755
|
+
const u = (a = e.getAttribute("role")) != null ? a : (i = bo(e)) == null ? void 0 : i[0];
|
|
9756
|
+
if (u !== "generic" && Ze("Role", t, u))
|
|
9757
|
+
return Je("Role", e, u, {
|
|
9758
9758
|
variant: r,
|
|
9759
9759
|
name: so(e, {
|
|
9760
9760
|
computedStyleSupportsPseudoElements: ae().computedStyleSupportsPseudoElements
|
|
@@ -9770,18 +9770,18 @@ function Ya(e, r, t) {
|
|
|
9770
9770
|
return Je("PlaceholderText", e, h, {
|
|
9771
9771
|
variant: r
|
|
9772
9772
|
});
|
|
9773
|
-
const
|
|
9774
|
-
if (Ze("Text", t,
|
|
9775
|
-
return Je("Text", e,
|
|
9773
|
+
const s = Yu(Da(e));
|
|
9774
|
+
if (Ze("Text", t, s))
|
|
9775
|
+
return Je("Text", e, s, {
|
|
9776
9776
|
variant: r
|
|
9777
9777
|
});
|
|
9778
9778
|
if (Ze("DisplayValue", t, e.value))
|
|
9779
9779
|
return Je("DisplayValue", e, Yu(e.value), {
|
|
9780
9780
|
variant: r
|
|
9781
9781
|
});
|
|
9782
|
-
const
|
|
9783
|
-
if (Ze("AltText", t,
|
|
9784
|
-
return Je("AltText", e,
|
|
9782
|
+
const l = e.getAttribute("alt");
|
|
9783
|
+
if (Ze("AltText", t, l))
|
|
9784
|
+
return Je("AltText", e, l, {
|
|
9785
9785
|
variant: r
|
|
9786
9786
|
});
|
|
9787
9787
|
const f = e.getAttribute("title");
|
|
@@ -9789,9 +9789,9 @@ function Ya(e, r, t) {
|
|
|
9789
9789
|
return Je("Title", e, f, {
|
|
9790
9790
|
variant: r
|
|
9791
9791
|
});
|
|
9792
|
-
const
|
|
9793
|
-
if (Ze("TestId", t,
|
|
9794
|
-
return Je("TestId", e,
|
|
9792
|
+
const c = e.getAttribute(ae().testIdAttribute);
|
|
9793
|
+
if (Ze("TestId", t, c))
|
|
9794
|
+
return Je("TestId", e, c, {
|
|
9795
9795
|
variant: r
|
|
9796
9796
|
});
|
|
9797
9797
|
}
|
|
@@ -9803,12 +9803,12 @@ function Jm(e, r) {
|
|
|
9803
9803
|
container: t = mo(),
|
|
9804
9804
|
timeout: a = ae().asyncUtilTimeout,
|
|
9805
9805
|
showOriginalStackTrace: i = ae().showOriginalStackTrace,
|
|
9806
|
-
stackTraceError:
|
|
9806
|
+
stackTraceError: u,
|
|
9807
9807
|
interval: d = 50,
|
|
9808
|
-
onTimeout: h = (
|
|
9809
|
-
value: ae().getElementError(
|
|
9810
|
-
}),
|
|
9811
|
-
mutationObserverOptions:
|
|
9808
|
+
onTimeout: h = (l) => (Object.defineProperty(l, "message", {
|
|
9809
|
+
value: ae().getElementError(l.message, t).message
|
|
9810
|
+
}), l),
|
|
9811
|
+
mutationObserverOptions: s = {
|
|
9812
9812
|
subtree: !0,
|
|
9813
9813
|
childList: !0,
|
|
9814
9814
|
attributes: !0,
|
|
@@ -9817,17 +9817,17 @@ function Jm(e, r) {
|
|
|
9817
9817
|
} = r;
|
|
9818
9818
|
if (typeof e != "function")
|
|
9819
9819
|
throw new TypeError("Received `callback` arg must be a function");
|
|
9820
|
-
return new Promise(async (
|
|
9821
|
-
let
|
|
9822
|
-
const T = setTimeout(w, a),
|
|
9823
|
-
if (
|
|
9820
|
+
return new Promise(async (l, f) => {
|
|
9821
|
+
let c, n, y, R = !1, g = "idle";
|
|
9822
|
+
const T = setTimeout(w, a), o = Va();
|
|
9823
|
+
if (o) {
|
|
9824
9824
|
const {
|
|
9825
9825
|
unstable_advanceTimersWrapper: v
|
|
9826
9826
|
} = ae();
|
|
9827
9827
|
for (P(); !R; ) {
|
|
9828
9828
|
if (!Va()) {
|
|
9829
9829
|
const b = new Error("Changed from using fake timers to real timers while using waitFor. This is not allowed and will result in very strange behavior. Please ensure you're awaiting all async things your test is doing before changing to real timers. For more info, please go to https://github.com/testing-library/dom-testing-library/issues/830");
|
|
9830
|
-
i || Pa(b,
|
|
9830
|
+
i || Pa(b, u), f(b);
|
|
9831
9831
|
return;
|
|
9832
9832
|
}
|
|
9833
9833
|
if (await v(async () => {
|
|
@@ -9847,15 +9847,15 @@ function Jm(e, r) {
|
|
|
9847
9847
|
const {
|
|
9848
9848
|
MutationObserver: v
|
|
9849
9849
|
} = Es(t);
|
|
9850
|
-
y = new v(_), y.observe(t,
|
|
9850
|
+
y = new v(_), y.observe(t, s), P();
|
|
9851
9851
|
}
|
|
9852
9852
|
function C(v, b) {
|
|
9853
|
-
R = !0, clearTimeout(T),
|
|
9853
|
+
R = !0, clearTimeout(T), o || (clearInterval(n), y.disconnect()), v ? f(v) : l(b);
|
|
9854
9854
|
}
|
|
9855
9855
|
function _() {
|
|
9856
9856
|
if (Va()) {
|
|
9857
9857
|
const v = new Error("Changed from using real timers to fake timers while using waitFor. This is not allowed and will result in very strange behavior. Please ensure you're awaiting all async things your test is doing before changing to fake timers. For more info, please go to https://github.com/testing-library/dom-testing-library/issues/830");
|
|
9858
|
-
return i || Pa(v,
|
|
9858
|
+
return i || Pa(v, u), f(v);
|
|
9859
9859
|
} else
|
|
9860
9860
|
return P();
|
|
9861
9861
|
}
|
|
@@ -9866,15 +9866,15 @@ function Jm(e, r) {
|
|
|
9866
9866
|
typeof (v == null ? void 0 : v.then) == "function" ? (g = "pending", v.then((b) => {
|
|
9867
9867
|
g = "resolved", C(null, b);
|
|
9868
9868
|
}, (b) => {
|
|
9869
|
-
g = "rejected",
|
|
9869
|
+
g = "rejected", c = b;
|
|
9870
9870
|
})) : C(null, v);
|
|
9871
9871
|
} catch (v) {
|
|
9872
|
-
|
|
9872
|
+
c = v;
|
|
9873
9873
|
}
|
|
9874
9874
|
}
|
|
9875
9875
|
function w() {
|
|
9876
9876
|
let v;
|
|
9877
|
-
|
|
9877
|
+
c ? (v = c, !i && v.name === "TestingLibraryElementError" && Pa(v, u)) : (v = new Error("Timed out in waitFor."), i || Pa(v, u)), C(h(v), null);
|
|
9878
9878
|
}
|
|
9879
9879
|
});
|
|
9880
9880
|
}
|
|
@@ -9894,16 +9894,16 @@ function yo(e, r) {
|
|
|
9894
9894
|
function gr(e, r, t, a) {
|
|
9895
9895
|
let {
|
|
9896
9896
|
exact: i = !0,
|
|
9897
|
-
collapseWhitespace:
|
|
9897
|
+
collapseWhitespace: u,
|
|
9898
9898
|
trim: d,
|
|
9899
9899
|
normalizer: h
|
|
9900
9900
|
} = a === void 0 ? {} : a;
|
|
9901
|
-
const
|
|
9902
|
-
collapseWhitespace:
|
|
9901
|
+
const s = i ? Ye : Rr, l = ur({
|
|
9902
|
+
collapseWhitespace: u,
|
|
9903
9903
|
trim: d,
|
|
9904
9904
|
normalizer: h
|
|
9905
9905
|
});
|
|
9906
|
-
return Array.from(r.querySelectorAll("[" + e + "]")).filter((f) =>
|
|
9906
|
+
return Array.from(r.querySelectorAll("[" + e + "]")).filter((f) => s(f.getAttribute(e), f, t, l));
|
|
9907
9907
|
}
|
|
9908
9908
|
function Zm(e, r, t, a) {
|
|
9909
9909
|
const i = gr(e, r, t, a);
|
|
@@ -9913,11 +9913,11 @@ function Zm(e, r, t, a) {
|
|
|
9913
9913
|
}
|
|
9914
9914
|
function ma(e, r) {
|
|
9915
9915
|
return function(t) {
|
|
9916
|
-
for (var a = arguments.length, i = new Array(a > 1 ? a - 1 : 0),
|
|
9917
|
-
i[
|
|
9916
|
+
for (var a = arguments.length, i = new Array(a > 1 ? a - 1 : 0), u = 1; u < a; u++)
|
|
9917
|
+
i[u - 1] = arguments[u];
|
|
9918
9918
|
const d = e(t, ...i);
|
|
9919
9919
|
if (d.length > 1) {
|
|
9920
|
-
const h = d.map((
|
|
9920
|
+
const h = d.map((s) => ho(null, s).message).join(`
|
|
9921
9921
|
|
|
9922
9922
|
`);
|
|
9923
9923
|
throw yo(r(t, ...i) + `
|
|
@@ -9936,8 +9936,8 @@ function Ss(e, r) {
|
|
|
9936
9936
|
}
|
|
9937
9937
|
function Is(e, r) {
|
|
9938
9938
|
return function(t) {
|
|
9939
|
-
for (var a = arguments.length, i = new Array(a > 1 ? a - 1 : 0),
|
|
9940
|
-
i[
|
|
9939
|
+
for (var a = arguments.length, i = new Array(a > 1 ? a - 1 : 0), u = 1; u < a; u++)
|
|
9940
|
+
i[u - 1] = arguments[u];
|
|
9941
9941
|
const d = e(t, ...i);
|
|
9942
9942
|
if (!d.length)
|
|
9943
9943
|
throw ae().getElementError(r(t, ...i), t);
|
|
@@ -9951,42 +9951,42 @@ function va(e) {
|
|
|
9951
9951
|
});
|
|
9952
9952
|
}
|
|
9953
9953
|
const or = (e, r, t) => function(a) {
|
|
9954
|
-
for (var i = arguments.length,
|
|
9955
|
-
|
|
9956
|
-
const h = e(a, ...
|
|
9957
|
-
suggest:
|
|
9958
|
-
} = {}] =
|
|
9959
|
-
if (h &&
|
|
9960
|
-
const
|
|
9961
|
-
if (
|
|
9962
|
-
throw Ss(
|
|
9954
|
+
for (var i = arguments.length, u = new Array(i > 1 ? i - 1 : 0), d = 1; d < i; d++)
|
|
9955
|
+
u[d - 1] = arguments[d];
|
|
9956
|
+
const h = e(a, ...u), [{
|
|
9957
|
+
suggest: s = ae().throwSuggestions
|
|
9958
|
+
} = {}] = u.slice(-1);
|
|
9959
|
+
if (h && s) {
|
|
9960
|
+
const l = Ya(h, t);
|
|
9961
|
+
if (l && !r.endsWith(l.queryName))
|
|
9962
|
+
throw Ss(l.toString(), a);
|
|
9963
9963
|
}
|
|
9964
9964
|
return h;
|
|
9965
9965
|
}, Pe = (e, r, t) => function(a) {
|
|
9966
|
-
for (var i = arguments.length,
|
|
9967
|
-
|
|
9968
|
-
const h = e(a, ...
|
|
9969
|
-
suggest:
|
|
9970
|
-
} = {}] =
|
|
9971
|
-
if (h.length &&
|
|
9972
|
-
const
|
|
9973
|
-
var
|
|
9974
|
-
return (
|
|
9966
|
+
for (var i = arguments.length, u = new Array(i > 1 ? i - 1 : 0), d = 1; d < i; d++)
|
|
9967
|
+
u[d - 1] = arguments[d];
|
|
9968
|
+
const h = e(a, ...u), [{
|
|
9969
|
+
suggest: s = ae().throwSuggestions
|
|
9970
|
+
} = {}] = u.slice(-1);
|
|
9971
|
+
if (h.length && s) {
|
|
9972
|
+
const l = [...new Set(h.map((f) => {
|
|
9973
|
+
var c;
|
|
9974
|
+
return (c = Ya(f, t)) == null ? void 0 : c.toString();
|
|
9975
9975
|
}))];
|
|
9976
9976
|
if (
|
|
9977
9977
|
// only want to suggest if all the els have the same suggestion.
|
|
9978
|
-
|
|
9978
|
+
l.length === 1 && !r.endsWith(
|
|
9979
9979
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion -- TODO: Can this be null at runtime?
|
|
9980
9980
|
Ya(h[0], t).queryName
|
|
9981
9981
|
)
|
|
9982
9982
|
)
|
|
9983
|
-
throw Ss(
|
|
9983
|
+
throw Ss(l[0], a);
|
|
9984
9984
|
}
|
|
9985
9985
|
return h;
|
|
9986
9986
|
};
|
|
9987
9987
|
function er(e, r, t) {
|
|
9988
|
-
const a = or(ma(e, r), e.name, "query"), i = Is(e, t),
|
|
9989
|
-
return [a, h, d,
|
|
9988
|
+
const a = or(ma(e, r), e.name, "query"), i = Is(e, t), u = ma(i, r), d = or(u, e.name, "get"), h = Pe(i, e.name.replace("query", "get"), "getAll"), s = va(Pe(i, e.name, "findAll")), l = va(or(u, e.name, "find"));
|
|
9989
|
+
return [a, h, d, s, l];
|
|
9990
9990
|
}
|
|
9991
9991
|
var $b = /* @__PURE__ */ Object.freeze({
|
|
9992
9992
|
__proto__: null,
|
|
@@ -10016,72 +10016,72 @@ const rv = function(e, r, t) {
|
|
|
10016
10016
|
let {
|
|
10017
10017
|
exact: a = !0,
|
|
10018
10018
|
trim: i,
|
|
10019
|
-
collapseWhitespace:
|
|
10019
|
+
collapseWhitespace: u,
|
|
10020
10020
|
normalizer: d
|
|
10021
10021
|
} = t === void 0 ? {} : t;
|
|
10022
|
-
const h = a ? Ye : Rr,
|
|
10023
|
-
collapseWhitespace:
|
|
10022
|
+
const h = a ? Ye : Rr, s = ur({
|
|
10023
|
+
collapseWhitespace: u,
|
|
10024
10024
|
trim: i,
|
|
10025
10025
|
normalizer: d
|
|
10026
10026
|
});
|
|
10027
10027
|
return ev(e).filter((f) => {
|
|
10028
10028
|
let {
|
|
10029
|
-
node:
|
|
10029
|
+
node: c,
|
|
10030
10030
|
textToMatch: n
|
|
10031
10031
|
} = f;
|
|
10032
|
-
return h(n,
|
|
10032
|
+
return h(n, c, r, s);
|
|
10033
10033
|
}).map((f) => {
|
|
10034
10034
|
let {
|
|
10035
|
-
node:
|
|
10035
|
+
node: c
|
|
10036
10036
|
} = f;
|
|
10037
|
-
return
|
|
10037
|
+
return c;
|
|
10038
10038
|
});
|
|
10039
10039
|
}, ba = function(e, r, t) {
|
|
10040
10040
|
let {
|
|
10041
10041
|
selector: a = "*",
|
|
10042
10042
|
exact: i = !0,
|
|
10043
|
-
collapseWhitespace:
|
|
10043
|
+
collapseWhitespace: u,
|
|
10044
10044
|
trim: d,
|
|
10045
10045
|
normalizer: h
|
|
10046
10046
|
} = t === void 0 ? {} : t;
|
|
10047
10047
|
Ke(e);
|
|
10048
|
-
const
|
|
10049
|
-
collapseWhitespace:
|
|
10048
|
+
const s = i ? Ye : Rr, l = ur({
|
|
10049
|
+
collapseWhitespace: u,
|
|
10050
10050
|
trim: d,
|
|
10051
10051
|
normalizer: h
|
|
10052
|
-
}), f = Array.from(e.querySelectorAll("*")).filter((
|
|
10052
|
+
}), f = Array.from(e.querySelectorAll("*")).filter((c) => _s(c).length || c.hasAttribute("aria-labelledby")).reduce((c, n) => {
|
|
10053
10053
|
const y = ws(e, n, {
|
|
10054
10054
|
selector: a
|
|
10055
10055
|
});
|
|
10056
10056
|
y.filter((g) => !!g.formControl).forEach((g) => {
|
|
10057
|
-
|
|
10057
|
+
s(g.content, g.formControl, r, l) && g.formControl && c.push(g.formControl);
|
|
10058
10058
|
});
|
|
10059
10059
|
const R = y.filter((g) => !!g.content).map((g) => g.content);
|
|
10060
|
-
return
|
|
10061
|
-
|
|
10062
|
-
const
|
|
10063
|
-
|
|
10064
|
-
}),
|
|
10060
|
+
return s(R.join(" "), n, r, l) && c.push(n), R.length > 1 && R.forEach((g, T) => {
|
|
10061
|
+
s(g, n, r, l) && c.push(n);
|
|
10062
|
+
const o = [...R];
|
|
10063
|
+
o.splice(T, 1), o.length > 1 && s(o.join(" "), n, r, l) && c.push(n);
|
|
10064
|
+
}), c;
|
|
10065
10065
|
}, []).concat(gr("aria-label", e, r, {
|
|
10066
10066
|
exact: i,
|
|
10067
|
-
normalizer:
|
|
10067
|
+
normalizer: l
|
|
10068
10068
|
}));
|
|
10069
|
-
return Array.from(new Set(f)).filter((
|
|
10069
|
+
return Array.from(new Set(f)).filter((c) => c.matches(a));
|
|
10070
10070
|
}, lr = function(e, r) {
|
|
10071
10071
|
for (var t = arguments.length, a = new Array(t > 2 ? t - 2 : 0), i = 2; i < t; i++)
|
|
10072
10072
|
a[i - 2] = arguments[i];
|
|
10073
|
-
const
|
|
10074
|
-
if (!
|
|
10073
|
+
const u = ba(e, r, ...a);
|
|
10074
|
+
if (!u.length) {
|
|
10075
10075
|
const d = rv(e, r, ...a);
|
|
10076
10076
|
if (d.length) {
|
|
10077
|
-
const h = d.map((
|
|
10078
|
-
throw h.length ? ae().getElementError(h.map((
|
|
10077
|
+
const h = d.map((s) => tv(e, s)).filter((s) => !!s);
|
|
10078
|
+
throw h.length ? ae().getElementError(h.map((s) => "Found a label with the text of: " + r + ", however the element associated with this label (<" + s + " />) is non-labellable [https://html.spec.whatwg.org/multipage/forms.html#category-label]. If you really need to label a <" + s + " />, you can use aria-label or aria-labelledby instead.").join(`
|
|
10079
10079
|
|
|
10080
10080
|
`), e) : ae().getElementError("Found a label with the text of: " + r + `, however no form control was found associated to that label. Make sure you're using the "for" attribute or "aria-labelledby" attribute correctly.`, e);
|
|
10081
10081
|
} else
|
|
10082
10082
|
throw ae().getElementError("Unable to find a label with the text of: " + r, e);
|
|
10083
10083
|
}
|
|
10084
|
-
return
|
|
10084
|
+
return u;
|
|
10085
10085
|
};
|
|
10086
10086
|
function tv(e, r) {
|
|
10087
10087
|
const t = r.getAttribute("for");
|
|
@@ -10098,47 +10098,47 @@ const Ds = (e, r) => "Found multiple elements with the text of: " + r, nv = or(m
|
|
|
10098
10098
|
let {
|
|
10099
10099
|
selector: a = "*",
|
|
10100
10100
|
exact: i = !0,
|
|
10101
|
-
collapseWhitespace:
|
|
10101
|
+
collapseWhitespace: u,
|
|
10102
10102
|
trim: d,
|
|
10103
10103
|
ignore: h = ae().defaultIgnore,
|
|
10104
|
-
normalizer:
|
|
10104
|
+
normalizer: s
|
|
10105
10105
|
} = t === void 0 ? {} : t;
|
|
10106
10106
|
Ke(e);
|
|
10107
|
-
const
|
|
10108
|
-
collapseWhitespace:
|
|
10107
|
+
const l = i ? Ye : Rr, f = ur({
|
|
10108
|
+
collapseWhitespace: u,
|
|
10109
10109
|
trim: d,
|
|
10110
|
-
normalizer:
|
|
10110
|
+
normalizer: s
|
|
10111
10111
|
});
|
|
10112
|
-
let
|
|
10113
|
-
return typeof e.matches == "function" && e.matches(a) && (
|
|
10112
|
+
let c = [];
|
|
10113
|
+
return typeof e.matches == "function" && e.matches(a) && (c = [e]), [...c, ...Array.from(e.querySelectorAll(a))].filter((n) => !h || !n.matches(h)).filter((n) => l(Da(n), n, r, f));
|
|
10114
10114
|
}, hv = (e, r) => "Found multiple elements with the text: " + r, yv = function(e, r, t) {
|
|
10115
10115
|
t === void 0 && (t = {});
|
|
10116
10116
|
const {
|
|
10117
10117
|
collapseWhitespace: a,
|
|
10118
10118
|
trim: i,
|
|
10119
|
-
normalizer:
|
|
10119
|
+
normalizer: u,
|
|
10120
10120
|
selector: d
|
|
10121
|
-
} = t,
|
|
10121
|
+
} = t, s = ur({
|
|
10122
10122
|
collapseWhitespace: a,
|
|
10123
10123
|
trim: i,
|
|
10124
|
-
normalizer:
|
|
10125
|
-
})(r.toString()),
|
|
10126
|
-
return "Unable to find an element with the text: " + (
|
|
10124
|
+
normalizer: u
|
|
10125
|
+
})(r.toString()), l = s !== r.toString(), f = (d ?? "*") !== "*";
|
|
10126
|
+
return "Unable to find an element with the text: " + (l ? s + " (normalized from '" + r + "')" : r) + (f ? ", which matches selector '" + d + "'" : "") + ". This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.";
|
|
10127
10127
|
}, Rv = Pe(Xa, Xa.name, "queryAll"), [gv, Ev, qv, Cv, _v] = er(Xa, hv, yv), Qa = function(e, r, t) {
|
|
10128
10128
|
let {
|
|
10129
10129
|
exact: a = !0,
|
|
10130
10130
|
collapseWhitespace: i,
|
|
10131
|
-
trim:
|
|
10131
|
+
trim: u,
|
|
10132
10132
|
normalizer: d
|
|
10133
10133
|
} = t === void 0 ? {} : t;
|
|
10134
10134
|
Ke(e);
|
|
10135
|
-
const h = a ? Ye : Rr,
|
|
10135
|
+
const h = a ? Ye : Rr, s = ur({
|
|
10136
10136
|
collapseWhitespace: i,
|
|
10137
|
-
trim:
|
|
10137
|
+
trim: u,
|
|
10138
10138
|
normalizer: d
|
|
10139
10139
|
});
|
|
10140
|
-
return Array.from(e.querySelectorAll("input,textarea,select")).filter((
|
|
10141
|
-
}, wv = (e, r) => "Found multiple elements with the display value: " + r + ".", Pv = (e, r) => "Unable to find an element with the display value: " + r + ".", Tv = Pe(Qa, Qa.name, "queryAll"), [xv,
|
|
10140
|
+
return Array.from(e.querySelectorAll("input,textarea,select")).filter((l) => l.tagName === "SELECT" ? Array.from(l.options).filter((c) => c.selected).some((c) => h(Da(c), c, r, s)) : h(l.value, l, r, s));
|
|
10141
|
+
}, wv = (e, r) => "Found multiple elements with the display value: " + r + ".", Pv = (e, r) => "Unable to find an element with the display value: " + r + ".", Tv = Pe(Qa, Qa.name, "queryAll"), [xv, Ov, Mv, Av, Sv] = er(Qa, wv, Pv), Iv = /^(img|input|area|.+-.+)$/i, Ja = function(e, r, t) {
|
|
10142
10142
|
return t === void 0 && (t = {}), Ke(e), gr("alt", e, r, t).filter((a) => Iv.test(a.tagName));
|
|
10143
10143
|
}, Dv = (e, r) => "Found multiple elements with the alt text: " + r, Nv = (e, r) => "Unable to find an element with the alt text: " + r, kv = Pe(Ja, Ja.name, "queryAll"), [Lv, Bv, Fv, jv, Uv] = er(Ja, Dv, Nv), $v = (e) => {
|
|
10144
10144
|
var r;
|
|
@@ -10147,34 +10147,34 @@ const Ds = (e, r) => "Found multiple elements with the text of: " + r, nv = or(m
|
|
|
10147
10147
|
let {
|
|
10148
10148
|
exact: a = !0,
|
|
10149
10149
|
collapseWhitespace: i,
|
|
10150
|
-
trim:
|
|
10150
|
+
trim: u,
|
|
10151
10151
|
normalizer: d
|
|
10152
10152
|
} = t === void 0 ? {} : t;
|
|
10153
10153
|
Ke(e);
|
|
10154
|
-
const h = a ? Ye : Rr,
|
|
10154
|
+
const h = a ? Ye : Rr, s = ur({
|
|
10155
10155
|
collapseWhitespace: i,
|
|
10156
|
-
trim:
|
|
10156
|
+
trim: u,
|
|
10157
10157
|
normalizer: d
|
|
10158
10158
|
});
|
|
10159
|
-
return Array.from(e.querySelectorAll("[title], svg > title")).filter((
|
|
10159
|
+
return Array.from(e.querySelectorAll("[title], svg > title")).filter((l) => h(l.getAttribute("title"), l, r, s) || $v(l) && h(Da(l), l, r, s));
|
|
10160
10160
|
}, Hv = (e, r) => "Found multiple elements with the title: " + r + ".", Wv = (e, r) => "Unable to find an element with the title: " + r + ".", Vv = Pe(Za, Za.name, "queryAll"), [zv, Gv, Yv, Kv, Xv] = er(Za, Hv, Wv), eo = function(e, r, t) {
|
|
10161
10161
|
let {
|
|
10162
10162
|
hidden: a = ae().defaultHidden,
|
|
10163
10163
|
name: i,
|
|
10164
|
-
description:
|
|
10164
|
+
description: u,
|
|
10165
10165
|
queryFallbacks: d = !1,
|
|
10166
10166
|
selected: h,
|
|
10167
|
-
busy:
|
|
10168
|
-
checked:
|
|
10167
|
+
busy: s,
|
|
10168
|
+
checked: l,
|
|
10169
10169
|
pressed: f,
|
|
10170
|
-
current:
|
|
10170
|
+
current: c,
|
|
10171
10171
|
level: n,
|
|
10172
10172
|
expanded: y,
|
|
10173
10173
|
value: {
|
|
10174
10174
|
now: R,
|
|
10175
10175
|
min: g,
|
|
10176
10176
|
max: T,
|
|
10177
|
-
text:
|
|
10177
|
+
text: o
|
|
10178
10178
|
} = {}
|
|
10179
10179
|
} = t === void 0 ? {} : t;
|
|
10180
10180
|
if (Ke(e), h !== void 0) {
|
|
@@ -10182,12 +10182,12 @@ const Ds = (e, r) => "Found multiple elements with the text of: " + r, nv = or(m
|
|
|
10182
10182
|
if (((C = Ae.roles.get(r)) == null ? void 0 : C.props["aria-selected"]) === void 0)
|
|
10183
10183
|
throw new Error('"aria-selected" is not supported on role "' + r + '".');
|
|
10184
10184
|
}
|
|
10185
|
-
if (
|
|
10185
|
+
if (s !== void 0) {
|
|
10186
10186
|
var _;
|
|
10187
10187
|
if (((_ = Ae.roles.get(r)) == null ? void 0 : _.props["aria-busy"]) === void 0)
|
|
10188
10188
|
throw new Error('"aria-busy" is not supported on role "' + r + '".');
|
|
10189
10189
|
}
|
|
10190
|
-
if (
|
|
10190
|
+
if (l !== void 0) {
|
|
10191
10191
|
var P;
|
|
10192
10192
|
if (((P = Ae.roles.get(r)) == null ? void 0 : P.props["aria-checked"]) === void 0)
|
|
10193
10193
|
throw new Error('"aria-checked" is not supported on role "' + r + '".');
|
|
@@ -10197,7 +10197,7 @@ const Ds = (e, r) => "Found multiple elements with the text of: " + r, nv = or(m
|
|
|
10197
10197
|
if (((w = Ae.roles.get(r)) == null ? void 0 : w.props["aria-pressed"]) === void 0)
|
|
10198
10198
|
throw new Error('"aria-pressed" is not supported on role "' + r + '".');
|
|
10199
10199
|
}
|
|
10200
|
-
if (
|
|
10200
|
+
if (c !== void 0) {
|
|
10201
10201
|
var v;
|
|
10202
10202
|
if (((v = Ae.roles.get(r)) == null ? void 0 : v.props["aria-current"]) === void 0)
|
|
10203
10203
|
throw new Error('"aria-current" is not supported on role "' + r + '".');
|
|
@@ -10219,7 +10219,7 @@ const Ds = (e, r) => "Found multiple elements with the text of: " + r, nv = or(m
|
|
|
10219
10219
|
if (((S = Ae.roles.get(r)) == null ? void 0 : S.props["aria-valuemin"]) === void 0)
|
|
10220
10220
|
throw new Error('"aria-valuemin" is not supported on role "' + r + '".');
|
|
10221
10221
|
}
|
|
10222
|
-
if (
|
|
10222
|
+
if (o !== void 0) {
|
|
10223
10223
|
var L;
|
|
10224
10224
|
if (((L = Ae.roles.get(r)) == null ? void 0 : L.props["aria-valuetext"]) === void 0)
|
|
10225
10225
|
throw new Error('"aria-valuetext" is not supported on role "' + r + '".');
|
|
@@ -10230,8 +10230,8 @@ const Ds = (e, r) => "Found multiple elements with the text of: " + r, nv = or(m
|
|
|
10230
10230
|
throw new Error('"aria-expanded" is not supported on role "' + r + '".');
|
|
10231
10231
|
}
|
|
10232
10232
|
const F = /* @__PURE__ */ new WeakMap();
|
|
10233
|
-
function
|
|
10234
|
-
return F.has(B) || F.set(B,
|
|
10233
|
+
function M(B) {
|
|
10234
|
+
return F.has(B) || F.set(B, Os(B)), F.get(B);
|
|
10235
10235
|
}
|
|
10236
10236
|
return Array.from(e.querySelectorAll(
|
|
10237
10237
|
// Only query elements that can be matched by the following filters
|
|
@@ -10248,41 +10248,41 @@ const Ds = (e, r) => "Found multiple elements with the text of: " + r, nv = or(m
|
|
|
10248
10248
|
}).filter((B) => {
|
|
10249
10249
|
if (h !== void 0)
|
|
10250
10250
|
return h === jm(B);
|
|
10251
|
-
if (
|
|
10252
|
-
return
|
|
10253
|
-
if (
|
|
10254
|
-
return
|
|
10251
|
+
if (s !== void 0)
|
|
10252
|
+
return s === Um(B);
|
|
10253
|
+
if (l !== void 0)
|
|
10254
|
+
return l === $m(B);
|
|
10255
10255
|
if (f !== void 0)
|
|
10256
10256
|
return f === Hm(B);
|
|
10257
|
-
if (
|
|
10258
|
-
return
|
|
10257
|
+
if (c !== void 0)
|
|
10258
|
+
return c === Wm(B);
|
|
10259
10259
|
if (y !== void 0)
|
|
10260
10260
|
return y === Vm(B);
|
|
10261
10261
|
if (n !== void 0)
|
|
10262
10262
|
return n === zm(B);
|
|
10263
|
-
if (R !== void 0 || T !== void 0 || g !== void 0 ||
|
|
10263
|
+
if (R !== void 0 || T !== void 0 || g !== void 0 || o !== void 0) {
|
|
10264
10264
|
let ee = !0;
|
|
10265
|
-
if (R !== void 0 && ee && (ee = R === Gm(B)), T !== void 0 && ee && (ee = T === Ym(B)), g !== void 0 && ee && (ee = g === Km(B)),
|
|
10265
|
+
if (R !== void 0 && ee && (ee = R === Gm(B)), T !== void 0 && ee && (ee = T === Ym(B)), g !== void 0 && ee && (ee = g === Km(B)), o !== void 0) {
|
|
10266
10266
|
var K;
|
|
10267
|
-
ee && (ee = Ye((K = Xm(B)) != null ? K : null, B,
|
|
10267
|
+
ee && (ee = Ye((K = Xm(B)) != null ? K : null, B, o, (z) => z));
|
|
10268
10268
|
}
|
|
10269
10269
|
return ee;
|
|
10270
10270
|
}
|
|
10271
10271
|
return !0;
|
|
10272
10272
|
}).filter((B) => i === void 0 ? !0 : Ye(so(B, {
|
|
10273
10273
|
computedStyleSupportsPseudoElements: ae().computedStyleSupportsPseudoElements
|
|
10274
|
-
}), B, i, (K) => K)).filter((B) =>
|
|
10274
|
+
}), B, i, (K) => K)).filter((B) => u === void 0 ? !0 : Ye(fs(B, {
|
|
10275
10275
|
computedStyleSupportsPseudoElements: ae().computedStyleSupportsPseudoElements
|
|
10276
|
-
}), B,
|
|
10277
|
-
isSubtreeInaccessible:
|
|
10276
|
+
}), B, u, (K) => K)).filter((B) => a === !1 ? vo(B, {
|
|
10277
|
+
isSubtreeInaccessible: M
|
|
10278
10278
|
}) === !1 : !0);
|
|
10279
10279
|
};
|
|
10280
10280
|
function Qv(e) {
|
|
10281
10281
|
var r;
|
|
10282
|
-
const t = '*[role~="' + e + '"]', a = (r = Ae.roleElements.get(e)) != null ? r : /* @__PURE__ */ new Set(), i = new Set(Array.from(a).map((
|
|
10282
|
+
const t = '*[role~="' + e + '"]', a = (r = Ae.roleElements.get(e)) != null ? r : /* @__PURE__ */ new Set(), i = new Set(Array.from(a).map((u) => {
|
|
10283
10283
|
let {
|
|
10284
10284
|
name: d
|
|
10285
|
-
} =
|
|
10285
|
+
} = u;
|
|
10286
10286
|
return d;
|
|
10287
10287
|
}));
|
|
10288
10288
|
return [t].concat(Array.from(i)).join(",");
|
|
@@ -10299,15 +10299,15 @@ const ks = (e) => {
|
|
|
10299
10299
|
let {
|
|
10300
10300
|
hidden: a = ae().defaultHidden,
|
|
10301
10301
|
name: i,
|
|
10302
|
-
description:
|
|
10302
|
+
description: u
|
|
10303
10303
|
} = t === void 0 ? {} : t;
|
|
10304
10304
|
if (ae()._disableExpensiveErrorDiagnostics)
|
|
10305
10305
|
return 'Unable to find role="' + r + '"' + ks(i);
|
|
10306
10306
|
let d = "";
|
|
10307
10307
|
Array.from(e.children).forEach((f) => {
|
|
10308
|
-
d +=
|
|
10308
|
+
d += Ms(f, {
|
|
10309
10309
|
hidden: a,
|
|
10310
|
-
includeDescription:
|
|
10310
|
+
includeDescription: u !== void 0
|
|
10311
10311
|
});
|
|
10312
10312
|
});
|
|
10313
10313
|
let h;
|
|
@@ -10319,11 +10319,11 @@ Here are the ` + (a === !1 ? "accessible" : "available") + ` roles:
|
|
|
10319
10319
|
|
|
10320
10320
|
`) + `
|
|
10321
10321
|
`).trim();
|
|
10322
|
-
let
|
|
10323
|
-
i === void 0 ?
|
|
10324
|
-
let
|
|
10325
|
-
return
|
|
10326
|
-
Unable to find an ` + (a === !1 ? "accessible " : "") + 'element with the role "' + r + '"' +
|
|
10322
|
+
let s = "";
|
|
10323
|
+
i === void 0 ? s = "" : typeof i == "string" ? s = ' and name "' + i + '"' : s = " and name `" + i + "`";
|
|
10324
|
+
let l = "";
|
|
10325
|
+
return u === void 0 ? l = "" : typeof u == "string" ? l = ' and description "' + u + '"' : l = " and description `" + u + "`", (`
|
|
10326
|
+
Unable to find an ` + (a === !1 ? "accessible " : "") + 'element with the role "' + r + '"' + s + l + `
|
|
10327
10327
|
|
|
10328
10328
|
` + h).trim();
|
|
10329
10329
|
}, eb = Pe(eo, eo.name, "queryAll"), [rb, tb, nb, ab, ob] = er(eo, Jv, Zv), Ro = () => ae().testIdAttribute, ro = function() {
|
|
@@ -10353,8 +10353,8 @@ var to = /* @__PURE__ */ Object.freeze({
|
|
|
10353
10353
|
findByText: _v,
|
|
10354
10354
|
queryByDisplayValue: xv,
|
|
10355
10355
|
queryAllByDisplayValue: Tv,
|
|
10356
|
-
getByDisplayValue:
|
|
10357
|
-
getAllByDisplayValue:
|
|
10356
|
+
getByDisplayValue: Mv,
|
|
10357
|
+
getAllByDisplayValue: Ov,
|
|
10358
10358
|
findAllByDisplayValue: Av,
|
|
10359
10359
|
findByDisplayValue: Sv,
|
|
10360
10360
|
queryByAltText: Lv,
|
|
@@ -10384,8 +10384,8 @@ var to = /* @__PURE__ */ Object.freeze({
|
|
|
10384
10384
|
});
|
|
10385
10385
|
function Ls(e, r, t) {
|
|
10386
10386
|
return r === void 0 && (r = to), t === void 0 && (t = {}), Object.keys(r).reduce((a, i) => {
|
|
10387
|
-
const
|
|
10388
|
-
return a[i] =
|
|
10387
|
+
const u = r[i];
|
|
10388
|
+
return a[i] = u.bind(null, e), a;
|
|
10389
10389
|
}, t);
|
|
10390
10390
|
}
|
|
10391
10391
|
const Bs = (e) => !e || Array.isArray(e) && !e.length;
|
|
@@ -10397,13 +10397,13 @@ async function Hb(e, r) {
|
|
|
10397
10397
|
const t = new Error("Timed out in waitForElementToBeRemoved.");
|
|
10398
10398
|
if (typeof e != "function") {
|
|
10399
10399
|
Xu(e);
|
|
10400
|
-
const i = (Array.isArray(e) ? e : [e]).map((
|
|
10401
|
-
let d =
|
|
10400
|
+
const i = (Array.isArray(e) ? e : [e]).map((u) => {
|
|
10401
|
+
let d = u.parentElement;
|
|
10402
10402
|
if (d === null) return () => null;
|
|
10403
10403
|
for (; d.parentElement; ) d = d.parentElement;
|
|
10404
|
-
return () => d.contains(
|
|
10404
|
+
return () => d.contains(u) ? u : null;
|
|
10405
10405
|
});
|
|
10406
|
-
e = () => i.map((
|
|
10406
|
+
e = () => i.map((u) => u()).filter(Boolean);
|
|
10407
10407
|
}
|
|
10408
10408
|
return Xu(e()), As(() => {
|
|
10409
10409
|
let a;
|
|
@@ -11134,47 +11134,47 @@ function ir(e, r) {
|
|
|
11134
11134
|
function za(e, r, t, a) {
|
|
11135
11135
|
let {
|
|
11136
11136
|
EventType: i = "Event",
|
|
11137
|
-
defaultInit:
|
|
11137
|
+
defaultInit: u = {}
|
|
11138
11138
|
} = a === void 0 ? {} : a;
|
|
11139
11139
|
if (!r)
|
|
11140
11140
|
throw new Error('Unable to fire a "' + e + '" event - please provide a DOM element.');
|
|
11141
11141
|
const d = {
|
|
11142
|
-
...
|
|
11142
|
+
...u,
|
|
11143
11143
|
...t
|
|
11144
11144
|
}, {
|
|
11145
11145
|
target: {
|
|
11146
11146
|
value: h,
|
|
11147
|
-
files:
|
|
11148
|
-
...
|
|
11147
|
+
files: s,
|
|
11148
|
+
...l
|
|
11149
11149
|
} = {}
|
|
11150
11150
|
} = d;
|
|
11151
|
-
h !== void 0 && mb(r, h),
|
|
11151
|
+
h !== void 0 && mb(r, h), s !== void 0 && Object.defineProperty(r, "files", {
|
|
11152
11152
|
configurable: !0,
|
|
11153
11153
|
enumerable: !0,
|
|
11154
11154
|
writable: !0,
|
|
11155
|
-
value:
|
|
11156
|
-
}), Object.assign(r,
|
|
11157
|
-
const f = Es(r),
|
|
11155
|
+
value: s
|
|
11156
|
+
}), Object.assign(r, l);
|
|
11157
|
+
const f = Es(r), c = f[i] || f.Event;
|
|
11158
11158
|
let n;
|
|
11159
|
-
if (typeof
|
|
11160
|
-
n = new
|
|
11159
|
+
if (typeof c == "function")
|
|
11160
|
+
n = new c(e, d);
|
|
11161
11161
|
else {
|
|
11162
11162
|
n = f.document.createEvent(i);
|
|
11163
11163
|
const {
|
|
11164
11164
|
bubbles: R,
|
|
11165
11165
|
cancelable: g,
|
|
11166
11166
|
detail: T,
|
|
11167
|
-
...
|
|
11167
|
+
...o
|
|
11168
11168
|
} = d;
|
|
11169
|
-
n.initEvent(e, R, g, T), Object.keys(
|
|
11170
|
-
n[C] =
|
|
11169
|
+
n.initEvent(e, R, g, T), Object.keys(o).forEach((C) => {
|
|
11170
|
+
n[C] = o[C];
|
|
11171
11171
|
});
|
|
11172
11172
|
}
|
|
11173
11173
|
return ["dataTransfer", "clipboardData"].forEach((R) => {
|
|
11174
11174
|
const g = d[R];
|
|
11175
11175
|
typeof g == "object" && (typeof f.DataTransfer == "function" ? Object.defineProperty(n, R, {
|
|
11176
|
-
value: Object.getOwnPropertyNames(g).reduce((T,
|
|
11177
|
-
value: g[
|
|
11176
|
+
value: Object.getOwnPropertyNames(g).reduce((T, o) => (Object.defineProperty(T, o, {
|
|
11177
|
+
value: g[o]
|
|
11178
11178
|
}), T), new f.DataTransfer())
|
|
11179
11179
|
}) : Object.defineProperty(n, R, {
|
|
11180
11180
|
value: g
|
|
@@ -11186,10 +11186,10 @@ Object.keys(Qu).forEach((e) => {
|
|
|
11186
11186
|
EventType: r,
|
|
11187
11187
|
defaultInit: t
|
|
11188
11188
|
} = Qu[e], a = e.toLowerCase();
|
|
11189
|
-
za[e] = (i,
|
|
11189
|
+
za[e] = (i, u) => za(a, i, u, {
|
|
11190
11190
|
EventType: r,
|
|
11191
11191
|
defaultInit: t
|
|
11192
|
-
}), ir[e] = (i,
|
|
11192
|
+
}), ir[e] = (i, u) => ir(i, za[e](i, u));
|
|
11193
11193
|
});
|
|
11194
11194
|
function mb(e, r) {
|
|
11195
11195
|
const {
|
|
@@ -11253,27 +11253,27 @@ function Fs() {
|
|
|
11253
11253
|
function Ve(e) {
|
|
11254
11254
|
Fs().IS_REACT_ACT_ENVIRONMENT = e;
|
|
11255
11255
|
}
|
|
11256
|
-
function
|
|
11256
|
+
function Ma() {
|
|
11257
11257
|
return Fs().IS_REACT_ACT_ENVIRONMENT;
|
|
11258
11258
|
}
|
|
11259
11259
|
function Eb(e) {
|
|
11260
11260
|
return (r) => {
|
|
11261
|
-
const t =
|
|
11261
|
+
const t = Ma();
|
|
11262
11262
|
Ve(!0);
|
|
11263
11263
|
try {
|
|
11264
11264
|
let a = !1;
|
|
11265
11265
|
const i = e(() => {
|
|
11266
|
-
const
|
|
11267
|
-
return
|
|
11266
|
+
const u = r();
|
|
11267
|
+
return u !== null && typeof u == "object" && typeof u.then == "function" && (a = !0), u;
|
|
11268
11268
|
});
|
|
11269
11269
|
if (a) {
|
|
11270
|
-
const
|
|
11270
|
+
const u = i;
|
|
11271
11271
|
return {
|
|
11272
11272
|
then: (d, h) => {
|
|
11273
|
-
|
|
11274
|
-
Ve(t), d(
|
|
11275
|
-
}, (
|
|
11276
|
-
Ve(t), h(
|
|
11273
|
+
u.then((s) => {
|
|
11274
|
+
Ve(t), d(s);
|
|
11275
|
+
}, (s) => {
|
|
11276
|
+
Ve(t), h(s);
|
|
11277
11277
|
});
|
|
11278
11278
|
}
|
|
11279
11279
|
};
|
|
@@ -11284,39 +11284,23 @@ function Eb(e) {
|
|
|
11284
11284
|
}
|
|
11285
11285
|
};
|
|
11286
11286
|
}
|
|
11287
|
-
const yr = Eb(gb), ce =
|
|
11288
|
-
return ir(...arguments);
|
|
11289
|
-
};
|
|
11287
|
+
const yr = Eb(gb), ce = (...e) => ir(...e);
|
|
11290
11288
|
Object.keys(ir).forEach((e) => {
|
|
11291
|
-
ce[e] =
|
|
11292
|
-
return ir[e](...arguments);
|
|
11293
|
-
};
|
|
11289
|
+
ce[e] = (...r) => ir[e](...r);
|
|
11294
11290
|
});
|
|
11295
11291
|
const qb = ce.mouseEnter, Cb = ce.mouseLeave;
|
|
11296
|
-
ce.mouseEnter =
|
|
11297
|
-
|
|
11298
|
-
};
|
|
11299
|
-
ce.mouseLeave = function() {
|
|
11300
|
-
return Cb(...arguments), ce.mouseOut(...arguments);
|
|
11301
|
-
};
|
|
11292
|
+
ce.mouseEnter = (...e) => (qb(...e), ce.mouseOver(...e));
|
|
11293
|
+
ce.mouseLeave = (...e) => (Cb(...e), ce.mouseOut(...e));
|
|
11302
11294
|
const _b = ce.pointerEnter, wb = ce.pointerLeave;
|
|
11303
|
-
ce.pointerEnter =
|
|
11304
|
-
|
|
11305
|
-
};
|
|
11306
|
-
ce.pointerLeave = function() {
|
|
11307
|
-
return wb(...arguments), ce.pointerOut(...arguments);
|
|
11308
|
-
};
|
|
11295
|
+
ce.pointerEnter = (...e) => (_b(...e), ce.pointerOver(...e));
|
|
11296
|
+
ce.pointerLeave = (...e) => (wb(...e), ce.pointerOut(...e));
|
|
11309
11297
|
const Pb = ce.select;
|
|
11310
11298
|
ce.select = (e, r) => {
|
|
11311
11299
|
Pb(e, r), e.focus(), ce.keyUp(e, r);
|
|
11312
11300
|
};
|
|
11313
11301
|
const Tb = ce.blur, xb = ce.focus;
|
|
11314
|
-
ce.blur =
|
|
11315
|
-
|
|
11316
|
-
};
|
|
11317
|
-
ce.focus = function() {
|
|
11318
|
-
return ce.focusIn(...arguments), xb(...arguments);
|
|
11319
|
-
};
|
|
11302
|
+
ce.blur = (...e) => (ce.focusOut(...e), Tb(...e));
|
|
11303
|
+
ce.focus = (...e) => (ce.focusIn(...e), xb(...e));
|
|
11320
11304
|
let no = {
|
|
11321
11305
|
reactStrictMode: !1
|
|
11322
11306
|
};
|
|
@@ -11337,7 +11321,7 @@ function Vb(e) {
|
|
|
11337
11321
|
reactStrictMode: r
|
|
11338
11322
|
};
|
|
11339
11323
|
}
|
|
11340
|
-
function
|
|
11324
|
+
function Ob() {
|
|
11341
11325
|
return typeof jest < "u" && jest !== null ? (
|
|
11342
11326
|
// legacy timers
|
|
11343
11327
|
setTimeout._isMockFunction === !0 || // modern timers
|
|
@@ -11351,14 +11335,14 @@ qs({
|
|
|
11351
11335
|
// But that's not necessarily how `asyncWrapper` is used since it's a public method.
|
|
11352
11336
|
// Let's just hope nobody else is using it.
|
|
11353
11337
|
asyncWrapper: async (e) => {
|
|
11354
|
-
const r =
|
|
11338
|
+
const r = Ma();
|
|
11355
11339
|
Ve(!1);
|
|
11356
11340
|
try {
|
|
11357
11341
|
const t = await e();
|
|
11358
11342
|
return await new Promise((a) => {
|
|
11359
11343
|
setTimeout(() => {
|
|
11360
11344
|
a();
|
|
11361
|
-
}, 0),
|
|
11345
|
+
}, 0), Ob() && jest.advanceTimersByTime(0);
|
|
11362
11346
|
}), t;
|
|
11363
11347
|
} finally {
|
|
11364
11348
|
Ve(r);
|
|
@@ -11378,33 +11362,33 @@ function oo(e, r) {
|
|
|
11378
11362
|
function lo(e, r) {
|
|
11379
11363
|
return r ? /* @__PURE__ */ ze.createElement(r, null, e) : e;
|
|
11380
11364
|
}
|
|
11381
|
-
function
|
|
11382
|
-
|
|
11383
|
-
|
|
11384
|
-
|
|
11385
|
-
|
|
11386
|
-
|
|
11387
|
-
|
|
11388
|
-
|
|
11389
|
-
|
|
11390
|
-
return
|
|
11391
|
-
|
|
11392
|
-
onCaughtError:
|
|
11393
|
-
onRecoverableError:
|
|
11365
|
+
function Mb(e, {
|
|
11366
|
+
hydrate: r,
|
|
11367
|
+
onCaughtError: t,
|
|
11368
|
+
onRecoverableError: a,
|
|
11369
|
+
ui: i,
|
|
11370
|
+
wrapper: u,
|
|
11371
|
+
reactStrictMode: d
|
|
11372
|
+
}) {
|
|
11373
|
+
let h;
|
|
11374
|
+
return r ? yr(() => {
|
|
11375
|
+
h = Lo.hydrateRoot(e, oo(lo(i, u), d), {
|
|
11376
|
+
onCaughtError: t,
|
|
11377
|
+
onRecoverableError: a
|
|
11394
11378
|
});
|
|
11395
|
-
}) :
|
|
11396
|
-
onCaughtError:
|
|
11397
|
-
onRecoverableError:
|
|
11379
|
+
}) : h = Lo.createRoot(e, {
|
|
11380
|
+
onCaughtError: t,
|
|
11381
|
+
onRecoverableError: a
|
|
11398
11382
|
}), {
|
|
11399
11383
|
hydrate() {
|
|
11400
|
-
if (!
|
|
11384
|
+
if (!r)
|
|
11401
11385
|
throw new Error("Attempted to hydrate a non-hydrateable root. This is a bug in `@testing-library/react`.");
|
|
11402
11386
|
},
|
|
11403
|
-
render(
|
|
11404
|
-
|
|
11387
|
+
render(s) {
|
|
11388
|
+
h.render(s);
|
|
11405
11389
|
},
|
|
11406
11390
|
unmount() {
|
|
11407
|
-
|
|
11391
|
+
h.unmount();
|
|
11408
11392
|
}
|
|
11409
11393
|
};
|
|
11410
11394
|
}
|
|
@@ -11421,143 +11405,136 @@ function Ab(e) {
|
|
|
11421
11405
|
}
|
|
11422
11406
|
};
|
|
11423
11407
|
}
|
|
11424
|
-
function Us(e,
|
|
11425
|
-
|
|
11426
|
-
|
|
11427
|
-
|
|
11428
|
-
|
|
11429
|
-
|
|
11430
|
-
|
|
11431
|
-
|
|
11432
|
-
|
|
11433
|
-
} = r;
|
|
11408
|
+
function Us(e, {
|
|
11409
|
+
baseElement: r,
|
|
11410
|
+
container: t,
|
|
11411
|
+
hydrate: a,
|
|
11412
|
+
queries: i,
|
|
11413
|
+
root: u,
|
|
11414
|
+
wrapper: d,
|
|
11415
|
+
reactStrictMode: h
|
|
11416
|
+
}) {
|
|
11434
11417
|
return yr(() => {
|
|
11435
|
-
|
|
11418
|
+
a ? u.hydrate(oo(lo(e, d), h), t) : u.render(oo(lo(e, d), h), t);
|
|
11436
11419
|
}), {
|
|
11437
|
-
container:
|
|
11438
|
-
baseElement:
|
|
11439
|
-
debug:
|
|
11440
|
-
|
|
11441
|
-
|
|
11442
|
-
|
|
11443
|
-
|
|
11444
|
-
|
|
11445
|
-
|
|
11446
|
-
);
|
|
11447
|
-
},
|
|
11420
|
+
container: t,
|
|
11421
|
+
baseElement: r,
|
|
11422
|
+
debug: (s = r, l, f) => Array.isArray(s) ? (
|
|
11423
|
+
// eslint-disable-next-line no-console
|
|
11424
|
+
s.forEach((c) => console.log(hr(c, l, f)))
|
|
11425
|
+
) : (
|
|
11426
|
+
// eslint-disable-next-line no-console,
|
|
11427
|
+
console.log(hr(s, l, f))
|
|
11428
|
+
),
|
|
11448
11429
|
unmount: () => {
|
|
11449
11430
|
yr(() => {
|
|
11450
|
-
|
|
11431
|
+
u.unmount();
|
|
11451
11432
|
});
|
|
11452
11433
|
},
|
|
11453
|
-
rerender: (
|
|
11454
|
-
Us(
|
|
11455
|
-
container:
|
|
11456
|
-
baseElement:
|
|
11457
|
-
root:
|
|
11458
|
-
wrapper:
|
|
11459
|
-
reactStrictMode:
|
|
11434
|
+
rerender: (s) => {
|
|
11435
|
+
Us(s, {
|
|
11436
|
+
container: t,
|
|
11437
|
+
baseElement: r,
|
|
11438
|
+
root: u,
|
|
11439
|
+
wrapper: d,
|
|
11440
|
+
reactStrictMode: h
|
|
11460
11441
|
});
|
|
11461
11442
|
},
|
|
11462
11443
|
asFragment: () => {
|
|
11463
11444
|
if (typeof document.createRange == "function")
|
|
11464
|
-
return document.createRange().createContextualFragment(
|
|
11445
|
+
return document.createRange().createContextualFragment(t.innerHTML);
|
|
11465
11446
|
{
|
|
11466
|
-
const
|
|
11467
|
-
return
|
|
11447
|
+
const s = document.createElement("template");
|
|
11448
|
+
return s.innerHTML = t.innerHTML, s.content;
|
|
11468
11449
|
}
|
|
11469
11450
|
},
|
|
11470
|
-
...Ls(
|
|
11451
|
+
...Ls(r, i)
|
|
11471
11452
|
};
|
|
11472
11453
|
}
|
|
11473
|
-
function $s(e,
|
|
11474
|
-
|
|
11475
|
-
|
|
11476
|
-
|
|
11477
|
-
|
|
11478
|
-
|
|
11479
|
-
|
|
11480
|
-
|
|
11481
|
-
|
|
11482
|
-
|
|
11483
|
-
|
|
11484
|
-
|
|
11485
|
-
|
|
11486
|
-
if (d !== void 0)
|
|
11454
|
+
function $s(e, {
|
|
11455
|
+
container: r,
|
|
11456
|
+
baseElement: t = r,
|
|
11457
|
+
legacyRoot: a = !1,
|
|
11458
|
+
onCaughtError: i,
|
|
11459
|
+
onUncaughtError: u,
|
|
11460
|
+
onRecoverableError: d,
|
|
11461
|
+
queries: h,
|
|
11462
|
+
hydrate: s = !1,
|
|
11463
|
+
wrapper: l,
|
|
11464
|
+
reactStrictMode: f
|
|
11465
|
+
} = {}) {
|
|
11466
|
+
if (u !== void 0)
|
|
11487
11467
|
throw new Error("onUncaughtError is not supported. The `render` call will already throw on uncaught errors.");
|
|
11488
|
-
if (
|
|
11489
|
-
const
|
|
11490
|
-
throw Error.captureStackTrace(
|
|
11491
|
-
}
|
|
11492
|
-
|
|
11493
|
-
let
|
|
11494
|
-
return ao.has(
|
|
11495
|
-
|
|
11496
|
-
}) : (
|
|
11497
|
-
hydrate:
|
|
11498
|
-
onCaughtError:
|
|
11499
|
-
onRecoverableError:
|
|
11468
|
+
if (a && typeof da.render != "function") {
|
|
11469
|
+
const n = new Error("`legacyRoot: true` is not supported in this version of React. If your app runs React 19 or later, you should remove this flag. If your app runs React 18 or earlier, visit https://react.dev/blog/2022/03/08/react-18-upgrade-guide for upgrade instructions.");
|
|
11470
|
+
throw Error.captureStackTrace(n, $s), n;
|
|
11471
|
+
}
|
|
11472
|
+
t || (t = document.body), r || (r = t.appendChild(document.createElement("div")));
|
|
11473
|
+
let c;
|
|
11474
|
+
return ao.has(r) ? Aa.forEach((n) => {
|
|
11475
|
+
n.container === r && (c = n.root);
|
|
11476
|
+
}) : (c = (a ? Ab : Mb)(r, {
|
|
11477
|
+
hydrate: s,
|
|
11478
|
+
onCaughtError: i,
|
|
11479
|
+
onRecoverableError: d,
|
|
11500
11480
|
ui: e,
|
|
11501
|
-
wrapper:
|
|
11502
|
-
reactStrictMode:
|
|
11481
|
+
wrapper: l,
|
|
11482
|
+
reactStrictMode: f
|
|
11503
11483
|
}), Aa.push({
|
|
11504
|
-
container:
|
|
11505
|
-
root:
|
|
11506
|
-
}), ao.add(
|
|
11507
|
-
container:
|
|
11508
|
-
baseElement:
|
|
11509
|
-
queries:
|
|
11510
|
-
hydrate:
|
|
11511
|
-
wrapper:
|
|
11512
|
-
root:
|
|
11513
|
-
reactStrictMode:
|
|
11484
|
+
container: r,
|
|
11485
|
+
root: c
|
|
11486
|
+
}), ao.add(r)), Us(e, {
|
|
11487
|
+
container: r,
|
|
11488
|
+
baseElement: t,
|
|
11489
|
+
queries: h,
|
|
11490
|
+
hydrate: s,
|
|
11491
|
+
wrapper: l,
|
|
11492
|
+
root: c,
|
|
11493
|
+
reactStrictMode: f
|
|
11514
11494
|
});
|
|
11515
11495
|
}
|
|
11516
11496
|
function es() {
|
|
11517
|
-
Aa.forEach((
|
|
11518
|
-
|
|
11519
|
-
|
|
11520
|
-
|
|
11521
|
-
} = e;
|
|
11497
|
+
Aa.forEach(({
|
|
11498
|
+
root: e,
|
|
11499
|
+
container: r
|
|
11500
|
+
}) => {
|
|
11522
11501
|
yr(() => {
|
|
11523
|
-
|
|
11524
|
-
}),
|
|
11502
|
+
e.unmount();
|
|
11503
|
+
}), r.parentNode === document.body && document.body.removeChild(r);
|
|
11525
11504
|
}), Aa.length = 0, ao.clear();
|
|
11526
11505
|
}
|
|
11527
|
-
function Hs(e, r) {
|
|
11528
|
-
r === void 0 && (r = {});
|
|
11506
|
+
function Hs(e, r = {}) {
|
|
11529
11507
|
const {
|
|
11530
11508
|
initialProps: t,
|
|
11531
11509
|
...a
|
|
11532
11510
|
} = r;
|
|
11533
11511
|
if (a.legacyRoot && typeof da.render != "function") {
|
|
11534
|
-
const
|
|
11535
|
-
throw Error.captureStackTrace(
|
|
11512
|
+
const l = new Error("`legacyRoot: true` is not supported in this version of React. If your app runs React 19 or later, you should remove this flag. If your app runs React 18 or earlier, visit https://react.dev/blog/2022/03/08/react-18-upgrade-guide for upgrade instructions.");
|
|
11513
|
+
throw Error.captureStackTrace(l, Hs), l;
|
|
11536
11514
|
}
|
|
11537
11515
|
const i = /* @__PURE__ */ ze.createRef();
|
|
11538
|
-
function
|
|
11539
|
-
|
|
11540
|
-
|
|
11541
|
-
|
|
11542
|
-
const u = e(f);
|
|
11516
|
+
function u({
|
|
11517
|
+
renderCallbackProps: l
|
|
11518
|
+
}) {
|
|
11519
|
+
const f = e(l);
|
|
11543
11520
|
return ze.useEffect(() => {
|
|
11544
|
-
i.current =
|
|
11521
|
+
i.current = f;
|
|
11545
11522
|
}), null;
|
|
11546
11523
|
}
|
|
11547
11524
|
const {
|
|
11548
11525
|
rerender: d,
|
|
11549
11526
|
unmount: h
|
|
11550
|
-
} = $s(/* @__PURE__ */ ze.createElement(
|
|
11527
|
+
} = $s(/* @__PURE__ */ ze.createElement(u, {
|
|
11551
11528
|
renderCallbackProps: t
|
|
11552
11529
|
}), a);
|
|
11553
|
-
function
|
|
11554
|
-
return d(/* @__PURE__ */ ze.createElement(
|
|
11555
|
-
renderCallbackProps:
|
|
11530
|
+
function s(l) {
|
|
11531
|
+
return d(/* @__PURE__ */ ze.createElement(u, {
|
|
11532
|
+
renderCallbackProps: l
|
|
11556
11533
|
}));
|
|
11557
11534
|
}
|
|
11558
11535
|
return {
|
|
11559
11536
|
result: i,
|
|
11560
|
-
rerender:
|
|
11537
|
+
rerender: s,
|
|
11561
11538
|
unmount: h
|
|
11562
11539
|
};
|
|
11563
11540
|
}
|
|
@@ -11567,9 +11544,9 @@ if ((typeof process > "u" || !((rs = process.env) != null && rs.RTL_SKIP_AUTO_CL
|
|
|
11567
11544
|
}) : typeof teardown == "function" && teardown(() => {
|
|
11568
11545
|
es();
|
|
11569
11546
|
}), typeof beforeAll == "function" && typeof afterAll == "function")) {
|
|
11570
|
-
let e =
|
|
11547
|
+
let e = Ma();
|
|
11571
11548
|
beforeAll(() => {
|
|
11572
|
-
e =
|
|
11549
|
+
e = Ma(), Ve(!0);
|
|
11573
11550
|
}), afterAll(() => {
|
|
11574
11551
|
Ve(e);
|
|
11575
11552
|
});
|
|
@@ -11616,7 +11593,7 @@ export {
|
|
|
11616
11593
|
Xv as findByTitle,
|
|
11617
11594
|
ce as fireEvent,
|
|
11618
11595
|
Bv as getAllByAltText,
|
|
11619
|
-
|
|
11596
|
+
Ov as getAllByDisplayValue,
|
|
11620
11597
|
lv as getAllByLabelText,
|
|
11621
11598
|
pv as getAllByPlaceholderText,
|
|
11622
11599
|
tb as getAllByRole,
|
|
@@ -11624,7 +11601,7 @@ export {
|
|
|
11624
11601
|
Ev as getAllByText,
|
|
11625
11602
|
Gv as getAllByTitle,
|
|
11626
11603
|
Fv as getByAltText,
|
|
11627
|
-
|
|
11604
|
+
Mv as getByDisplayValue,
|
|
11628
11605
|
iv as getByLabelText,
|
|
11629
11606
|
mv as getByPlaceholderText,
|
|
11630
11607
|
nb as getByRole,
|