urfu-ui-kit-react 0.0.15 → 0.0.17
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/urfu-ui-kit-react.js +909 -851
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
function fn(
|
|
2
|
-
return
|
|
1
|
+
function fn(u) {
|
|
2
|
+
return u && u.__esModule && Object.prototype.hasOwnProperty.call(u, "default") ? u.default : u;
|
|
3
3
|
}
|
|
4
|
-
var Qr = { exports: {} }, tr = {},
|
|
4
|
+
var Qr = { exports: {} }, tr = {}, Cr = { exports: {} }, z = {};
|
|
5
5
|
/**
|
|
6
6
|
* @license React
|
|
7
7
|
* react.production.min.js
|
|
@@ -16,18 +16,18 @@ function dn() {
|
|
|
16
16
|
if (Tt)
|
|
17
17
|
return z;
|
|
18
18
|
Tt = 1;
|
|
19
|
-
var
|
|
19
|
+
var u = Symbol.for("react.element"), f = Symbol.for("react.portal"), j = Symbol.for("react.fragment"), h = Symbol.for("react.strict_mode"), k = Symbol.for("react.profiler"), C = Symbol.for("react.provider"), N = Symbol.for("react.context"), x = Symbol.for("react.forward_ref"), A = Symbol.for("react.suspense"), L = Symbol.for("react.memo"), _ = Symbol.for("react.lazy"), $ = Symbol.iterator;
|
|
20
20
|
function U(n) {
|
|
21
|
-
return n === null || typeof n != "object" ? null : (n =
|
|
21
|
+
return n === null || typeof n != "object" ? null : (n = $ && n[$] || n["@@iterator"], typeof n == "function" ? n : null);
|
|
22
22
|
}
|
|
23
23
|
var I = { isMounted: function() {
|
|
24
24
|
return !1;
|
|
25
25
|
}, enqueueForceUpdate: function() {
|
|
26
26
|
}, enqueueReplaceState: function() {
|
|
27
27
|
}, enqueueSetState: function() {
|
|
28
|
-
} }, G = Object.assign,
|
|
29
|
-
function V(n, i,
|
|
30
|
-
this.props = n, this.context = i, this.refs =
|
|
28
|
+
} }, G = Object.assign, F = {};
|
|
29
|
+
function V(n, i, m) {
|
|
30
|
+
this.props = n, this.context = i, this.refs = F, this.updater = m || I;
|
|
31
31
|
}
|
|
32
32
|
V.prototype.isReactComponent = {}, V.prototype.setState = function(n, i) {
|
|
33
33
|
if (typeof n != "object" && typeof n != "function" && n != null)
|
|
@@ -39,47 +39,47 @@ function dn() {
|
|
|
39
39
|
function te() {
|
|
40
40
|
}
|
|
41
41
|
te.prototype = V.prototype;
|
|
42
|
-
function J(n, i,
|
|
43
|
-
this.props = n, this.context = i, this.refs =
|
|
42
|
+
function J(n, i, m) {
|
|
43
|
+
this.props = n, this.context = i, this.refs = F, this.updater = m || I;
|
|
44
44
|
}
|
|
45
45
|
var ne = J.prototype = new te();
|
|
46
46
|
ne.constructor = J, G(ne, V.prototype), ne.isPureReactComponent = !0;
|
|
47
47
|
var Z = Array.isArray, p = Object.prototype.hasOwnProperty, ie = { current: null }, Ee = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
48
|
-
function we(n, i,
|
|
49
|
-
var y,
|
|
48
|
+
function we(n, i, m) {
|
|
49
|
+
var y, E = {}, R = null, w = null;
|
|
50
50
|
if (i != null)
|
|
51
51
|
for (y in i.ref !== void 0 && (w = i.ref), i.key !== void 0 && (R = "" + i.key), i)
|
|
52
|
-
p.call(i, y) && !Ee.hasOwnProperty(y) && (
|
|
53
|
-
var
|
|
54
|
-
if (
|
|
55
|
-
|
|
56
|
-
else if (1 <
|
|
57
|
-
for (var
|
|
58
|
-
|
|
59
|
-
|
|
52
|
+
p.call(i, y) && !Ee.hasOwnProperty(y) && (E[y] = i[y]);
|
|
53
|
+
var S = arguments.length - 2;
|
|
54
|
+
if (S === 1)
|
|
55
|
+
E.children = m;
|
|
56
|
+
else if (1 < S) {
|
|
57
|
+
for (var P = Array(S), D = 0; D < S; D++)
|
|
58
|
+
P[D] = arguments[D + 2];
|
|
59
|
+
E.children = P;
|
|
60
60
|
}
|
|
61
61
|
if (n && n.defaultProps)
|
|
62
|
-
for (y in
|
|
63
|
-
|
|
64
|
-
return { $$typeof:
|
|
62
|
+
for (y in S = n.defaultProps, S)
|
|
63
|
+
E[y] === void 0 && (E[y] = S[y]);
|
|
64
|
+
return { $$typeof: u, type: n, key: R, ref: w, props: E, _owner: ie.current };
|
|
65
65
|
}
|
|
66
|
-
function
|
|
67
|
-
return { $$typeof:
|
|
66
|
+
function Ce(n, i) {
|
|
67
|
+
return { $$typeof: u, type: n.type, key: i, ref: n.ref, props: n.props, _owner: n._owner };
|
|
68
68
|
}
|
|
69
|
-
function
|
|
70
|
-
return typeof n == "object" && n !== null && n.$$typeof ===
|
|
69
|
+
function xe(n) {
|
|
70
|
+
return typeof n == "object" && n !== null && n.$$typeof === u;
|
|
71
71
|
}
|
|
72
72
|
function je(n) {
|
|
73
73
|
var i = { "=": "=0", ":": "=2" };
|
|
74
|
-
return "$" + n.replace(/[=:]/g, function(
|
|
75
|
-
return i[
|
|
74
|
+
return "$" + n.replace(/[=:]/g, function(m) {
|
|
75
|
+
return i[m];
|
|
76
76
|
});
|
|
77
77
|
}
|
|
78
78
|
var Te = /\/+/g;
|
|
79
79
|
function pe(n, i) {
|
|
80
80
|
return typeof n == "object" && n !== null && n.key != null ? je("" + n.key) : i.toString(36);
|
|
81
81
|
}
|
|
82
|
-
function fe(n, i,
|
|
82
|
+
function fe(n, i, m, y, E) {
|
|
83
83
|
var R = typeof n;
|
|
84
84
|
(R === "undefined" || R === "boolean") && (n = null);
|
|
85
85
|
var w = !1;
|
|
@@ -93,57 +93,57 @@ function dn() {
|
|
|
93
93
|
break;
|
|
94
94
|
case "object":
|
|
95
95
|
switch (n.$$typeof) {
|
|
96
|
-
case
|
|
96
|
+
case u:
|
|
97
97
|
case f:
|
|
98
98
|
w = !0;
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
if (w)
|
|
102
|
-
return w = n,
|
|
102
|
+
return w = n, E = E(w), n = y === "" ? "." + pe(w, 0) : y, Z(E) ? (m = "", n != null && (m = n.replace(Te, "$&/") + "/"), fe(E, i, m, "", function(D) {
|
|
103
103
|
return D;
|
|
104
|
-
})) :
|
|
104
|
+
})) : E != null && (xe(E) && (E = Ce(E, m + (!E.key || w && w.key === E.key ? "" : ("" + E.key).replace(Te, "$&/") + "/") + n)), i.push(E)), 1;
|
|
105
105
|
if (w = 0, y = y === "" ? "." : y + ":", Z(n))
|
|
106
|
-
for (var
|
|
107
|
-
R = n[
|
|
108
|
-
var
|
|
109
|
-
w += fe(R, i,
|
|
110
|
-
}
|
|
111
|
-
else if (
|
|
112
|
-
for (n =
|
|
113
|
-
R = R.value,
|
|
106
|
+
for (var S = 0; S < n.length; S++) {
|
|
107
|
+
R = n[S];
|
|
108
|
+
var P = y + pe(R, S);
|
|
109
|
+
w += fe(R, i, m, P, E);
|
|
110
|
+
}
|
|
111
|
+
else if (P = U(n), typeof P == "function")
|
|
112
|
+
for (n = P.call(n), S = 0; !(R = n.next()).done; )
|
|
113
|
+
R = R.value, P = y + pe(R, S++), w += fe(R, i, m, P, E);
|
|
114
114
|
else if (R === "object")
|
|
115
115
|
throw i = String(n), Error("Objects are not valid as a React child (found: " + (i === "[object Object]" ? "object with keys {" + Object.keys(n).join(", ") + "}" : i) + "). If you meant to render a collection of children, use an array instead.");
|
|
116
116
|
return w;
|
|
117
117
|
}
|
|
118
|
-
function de(n, i,
|
|
118
|
+
function de(n, i, m) {
|
|
119
119
|
if (n == null)
|
|
120
120
|
return n;
|
|
121
|
-
var y = [],
|
|
121
|
+
var y = [], E = 0;
|
|
122
122
|
return fe(n, y, "", "", function(R) {
|
|
123
|
-
return i.call(
|
|
123
|
+
return i.call(m, R, E++);
|
|
124
124
|
}), y;
|
|
125
125
|
}
|
|
126
126
|
function ce(n) {
|
|
127
127
|
if (n._status === -1) {
|
|
128
128
|
var i = n._result;
|
|
129
|
-
i = i(), i.then(function(
|
|
130
|
-
(n._status === 0 || n._status === -1) && (n._status = 1, n._result =
|
|
131
|
-
}, function(
|
|
132
|
-
(n._status === 0 || n._status === -1) && (n._status = 2, n._result =
|
|
129
|
+
i = i(), i.then(function(m) {
|
|
130
|
+
(n._status === 0 || n._status === -1) && (n._status = 1, n._result = m);
|
|
131
|
+
}, function(m) {
|
|
132
|
+
(n._status === 0 || n._status === -1) && (n._status = 2, n._result = m);
|
|
133
133
|
}), n._status === -1 && (n._status = 0, n._result = i);
|
|
134
134
|
}
|
|
135
135
|
if (n._status === 1)
|
|
136
136
|
return n._result.default;
|
|
137
137
|
throw n._result;
|
|
138
138
|
}
|
|
139
|
-
var
|
|
139
|
+
var O = { current: null }, _e = { transition: null }, Se = { ReactCurrentDispatcher: O, ReactCurrentBatchConfig: _e, ReactCurrentOwner: ie };
|
|
140
140
|
function l() {
|
|
141
141
|
throw Error("act(...) is not supported in production builds of React.");
|
|
142
142
|
}
|
|
143
|
-
return z.Children = { map: de, forEach: function(n, i,
|
|
143
|
+
return z.Children = { map: de, forEach: function(n, i, m) {
|
|
144
144
|
de(n, function() {
|
|
145
145
|
i.apply(this, arguments);
|
|
146
|
-
},
|
|
146
|
+
}, m);
|
|
147
147
|
}, count: function(n) {
|
|
148
148
|
var i = 0;
|
|
149
149
|
return de(n, function() {
|
|
@@ -154,42 +154,42 @@ function dn() {
|
|
|
154
154
|
return i;
|
|
155
155
|
}) || [];
|
|
156
156
|
}, only: function(n) {
|
|
157
|
-
if (!
|
|
157
|
+
if (!xe(n))
|
|
158
158
|
throw Error("React.Children.only expected to receive a single React element child.");
|
|
159
159
|
return n;
|
|
160
|
-
} }, z.Component = V, z.Fragment =
|
|
160
|
+
} }, z.Component = V, z.Fragment = j, z.Profiler = k, z.PureComponent = J, z.StrictMode = h, z.Suspense = A, z.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Se, z.act = l, z.cloneElement = function(n, i, m) {
|
|
161
161
|
if (n == null)
|
|
162
162
|
throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + n + ".");
|
|
163
|
-
var y = G({}, n.props),
|
|
163
|
+
var y = G({}, n.props), E = n.key, R = n.ref, w = n._owner;
|
|
164
164
|
if (i != null) {
|
|
165
|
-
if (i.ref !== void 0 && (R = i.ref, w = ie.current), i.key !== void 0 && (
|
|
166
|
-
var
|
|
167
|
-
for (
|
|
168
|
-
p.call(i,
|
|
169
|
-
}
|
|
170
|
-
var
|
|
171
|
-
if (
|
|
172
|
-
y.children =
|
|
173
|
-
else if (1 <
|
|
174
|
-
|
|
175
|
-
for (var D = 0; D <
|
|
176
|
-
|
|
177
|
-
y.children =
|
|
178
|
-
}
|
|
179
|
-
return { $$typeof:
|
|
165
|
+
if (i.ref !== void 0 && (R = i.ref, w = ie.current), i.key !== void 0 && (E = "" + i.key), n.type && n.type.defaultProps)
|
|
166
|
+
var S = n.type.defaultProps;
|
|
167
|
+
for (P in i)
|
|
168
|
+
p.call(i, P) && !Ee.hasOwnProperty(P) && (y[P] = i[P] === void 0 && S !== void 0 ? S[P] : i[P]);
|
|
169
|
+
}
|
|
170
|
+
var P = arguments.length - 2;
|
|
171
|
+
if (P === 1)
|
|
172
|
+
y.children = m;
|
|
173
|
+
else if (1 < P) {
|
|
174
|
+
S = Array(P);
|
|
175
|
+
for (var D = 0; D < P; D++)
|
|
176
|
+
S[D] = arguments[D + 2];
|
|
177
|
+
y.children = S;
|
|
178
|
+
}
|
|
179
|
+
return { $$typeof: u, type: n.type, key: E, ref: R, props: y, _owner: w };
|
|
180
180
|
}, z.createContext = function(n) {
|
|
181
|
-
return n = { $$typeof:
|
|
181
|
+
return n = { $$typeof: N, _currentValue: n, _currentValue2: n, _threadCount: 0, Provider: null, Consumer: null, _defaultValue: null, _globalName: null }, n.Provider = { $$typeof: C, _context: n }, n.Consumer = n;
|
|
182
182
|
}, z.createElement = we, z.createFactory = function(n) {
|
|
183
183
|
var i = we.bind(null, n);
|
|
184
184
|
return i.type = n, i;
|
|
185
185
|
}, z.createRef = function() {
|
|
186
186
|
return { current: null };
|
|
187
187
|
}, z.forwardRef = function(n) {
|
|
188
|
-
return { $$typeof:
|
|
189
|
-
}, z.isValidElement =
|
|
190
|
-
return { $$typeof:
|
|
188
|
+
return { $$typeof: x, render: n };
|
|
189
|
+
}, z.isValidElement = xe, z.lazy = function(n) {
|
|
190
|
+
return { $$typeof: _, _payload: { _status: -1, _result: n }, _init: ce };
|
|
191
191
|
}, z.memo = function(n, i) {
|
|
192
|
-
return { $$typeof:
|
|
192
|
+
return { $$typeof: L, type: n, compare: i === void 0 ? null : i };
|
|
193
193
|
}, z.startTransition = function(n) {
|
|
194
194
|
var i = _e.transition;
|
|
195
195
|
_e.transition = {};
|
|
@@ -199,34 +199,34 @@ function dn() {
|
|
|
199
199
|
_e.transition = i;
|
|
200
200
|
}
|
|
201
201
|
}, z.unstable_act = l, z.useCallback = function(n, i) {
|
|
202
|
-
return
|
|
202
|
+
return O.current.useCallback(n, i);
|
|
203
203
|
}, z.useContext = function(n) {
|
|
204
|
-
return
|
|
204
|
+
return O.current.useContext(n);
|
|
205
205
|
}, z.useDebugValue = function() {
|
|
206
206
|
}, z.useDeferredValue = function(n) {
|
|
207
|
-
return
|
|
207
|
+
return O.current.useDeferredValue(n);
|
|
208
208
|
}, z.useEffect = function(n, i) {
|
|
209
|
-
return
|
|
209
|
+
return O.current.useEffect(n, i);
|
|
210
210
|
}, z.useId = function() {
|
|
211
|
-
return
|
|
212
|
-
}, z.useImperativeHandle = function(n, i,
|
|
213
|
-
return
|
|
211
|
+
return O.current.useId();
|
|
212
|
+
}, z.useImperativeHandle = function(n, i, m) {
|
|
213
|
+
return O.current.useImperativeHandle(n, i, m);
|
|
214
214
|
}, z.useInsertionEffect = function(n, i) {
|
|
215
|
-
return
|
|
215
|
+
return O.current.useInsertionEffect(n, i);
|
|
216
216
|
}, z.useLayoutEffect = function(n, i) {
|
|
217
|
-
return
|
|
217
|
+
return O.current.useLayoutEffect(n, i);
|
|
218
218
|
}, z.useMemo = function(n, i) {
|
|
219
|
-
return
|
|
220
|
-
}, z.useReducer = function(n, i,
|
|
221
|
-
return
|
|
219
|
+
return O.current.useMemo(n, i);
|
|
220
|
+
}, z.useReducer = function(n, i, m) {
|
|
221
|
+
return O.current.useReducer(n, i, m);
|
|
222
222
|
}, z.useRef = function(n) {
|
|
223
|
-
return
|
|
223
|
+
return O.current.useRef(n);
|
|
224
224
|
}, z.useState = function(n) {
|
|
225
|
-
return
|
|
226
|
-
}, z.useSyncExternalStore = function(n, i,
|
|
227
|
-
return
|
|
225
|
+
return O.current.useState(n);
|
|
226
|
+
}, z.useSyncExternalStore = function(n, i, m) {
|
|
227
|
+
return O.current.useSyncExternalStore(n, i, m);
|
|
228
228
|
}, z.useTransition = function() {
|
|
229
|
-
return
|
|
229
|
+
return O.current.useTransition();
|
|
230
230
|
}, z.version = "18.3.1", z;
|
|
231
231
|
}
|
|
232
232
|
var ar = { exports: {} };
|
|
@@ -242,10 +242,10 @@ var ar = { exports: {} };
|
|
|
242
242
|
ar.exports;
|
|
243
243
|
var St;
|
|
244
244
|
function pn() {
|
|
245
|
-
return St || (St = 1, function(
|
|
245
|
+
return St || (St = 1, function(u, f) {
|
|
246
246
|
process.env.NODE_ENV !== "production" && function() {
|
|
247
247
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
|
|
248
|
-
var
|
|
248
|
+
var j = "18.3.1", h = Symbol.for("react.element"), k = Symbol.for("react.portal"), C = Symbol.for("react.fragment"), N = Symbol.for("react.strict_mode"), x = Symbol.for("react.profiler"), A = Symbol.for("react.provider"), L = Symbol.for("react.context"), _ = Symbol.for("react.forward_ref"), $ = Symbol.for("react.suspense"), U = Symbol.for("react.suspense_list"), I = Symbol.for("react.memo"), G = Symbol.for("react.lazy"), F = Symbol.for("react.offscreen"), V = Symbol.iterator, te = "@@iterator";
|
|
249
249
|
function J(e) {
|
|
250
250
|
if (e === null || typeof e != "object")
|
|
251
251
|
return null;
|
|
@@ -272,7 +272,7 @@ function pn() {
|
|
|
272
272
|
*/
|
|
273
273
|
current: null
|
|
274
274
|
}, Ee = {}, we = null;
|
|
275
|
-
function
|
|
275
|
+
function Ce(e) {
|
|
276
276
|
we = e;
|
|
277
277
|
}
|
|
278
278
|
Ee.setExtraStackFrame = function(e) {
|
|
@@ -283,7 +283,7 @@ function pn() {
|
|
|
283
283
|
var r = Ee.getCurrentStack;
|
|
284
284
|
return r && (e += r() || ""), e;
|
|
285
285
|
};
|
|
286
|
-
var
|
|
286
|
+
var xe = !1, je = !1, Te = !1, pe = !1, fe = !1, de = {
|
|
287
287
|
ReactCurrentDispatcher: ne,
|
|
288
288
|
ReactCurrentBatchConfig: Z,
|
|
289
289
|
ReactCurrentOwner: ie
|
|
@@ -296,7 +296,7 @@ function pn() {
|
|
|
296
296
|
_e("warn", e, a);
|
|
297
297
|
}
|
|
298
298
|
}
|
|
299
|
-
function
|
|
299
|
+
function O(e) {
|
|
300
300
|
{
|
|
301
301
|
for (var r = arguments.length, a = new Array(r > 1 ? r - 1 : 0), o = 1; o < r; o++)
|
|
302
302
|
a[o - 1] = arguments[o];
|
|
@@ -307,8 +307,8 @@ function pn() {
|
|
|
307
307
|
{
|
|
308
308
|
var o = de.ReactDebugCurrentFrame, v = o.getStackAddendum();
|
|
309
309
|
v !== "" && (r += "%s", a = a.concat([v]));
|
|
310
|
-
var M = a.map(function(
|
|
311
|
-
return String(
|
|
310
|
+
var M = a.map(function(T) {
|
|
311
|
+
return String(T);
|
|
312
312
|
});
|
|
313
313
|
M.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, M);
|
|
314
314
|
}
|
|
@@ -319,7 +319,7 @@ function pn() {
|
|
|
319
319
|
var a = e.constructor, o = a && (a.displayName || a.name) || "ReactClass", v = o + "." + r;
|
|
320
320
|
if (Se[v])
|
|
321
321
|
return;
|
|
322
|
-
|
|
322
|
+
O("Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.", r, o), Se[v] = !0;
|
|
323
323
|
}
|
|
324
324
|
}
|
|
325
325
|
var n = {
|
|
@@ -382,10 +382,10 @@ function pn() {
|
|
|
382
382
|
enqueueSetState: function(e, r, a, o) {
|
|
383
383
|
l(e, "setState");
|
|
384
384
|
}
|
|
385
|
-
}, i = Object.assign,
|
|
386
|
-
Object.freeze(
|
|
385
|
+
}, i = Object.assign, m = {};
|
|
386
|
+
Object.freeze(m);
|
|
387
387
|
function y(e, r, a) {
|
|
388
|
-
this.props = e, this.context = r, this.refs =
|
|
388
|
+
this.props = e, this.context = r, this.refs = m, this.updater = a || n;
|
|
389
389
|
}
|
|
390
390
|
y.prototype.isReactComponent = {}, y.prototype.setState = function(e, r) {
|
|
391
391
|
if (typeof e != "object" && typeof e != "function" && e != null)
|
|
@@ -395,7 +395,7 @@ function pn() {
|
|
|
395
395
|
this.updater.enqueueForceUpdate(this, e, "forceUpdate");
|
|
396
396
|
};
|
|
397
397
|
{
|
|
398
|
-
var
|
|
398
|
+
var E = {
|
|
399
399
|
isMounted: ["isMounted", "Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks."],
|
|
400
400
|
replaceState: ["replaceState", "Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."]
|
|
401
401
|
}, R = function(e, r) {
|
|
@@ -405,26 +405,26 @@ function pn() {
|
|
|
405
405
|
}
|
|
406
406
|
});
|
|
407
407
|
};
|
|
408
|
-
for (var w in
|
|
409
|
-
|
|
408
|
+
for (var w in E)
|
|
409
|
+
E.hasOwnProperty(w) && R(w, E[w]);
|
|
410
410
|
}
|
|
411
|
-
function
|
|
411
|
+
function S() {
|
|
412
412
|
}
|
|
413
|
-
|
|
414
|
-
function
|
|
415
|
-
this.props = e, this.context = r, this.refs =
|
|
413
|
+
S.prototype = y.prototype;
|
|
414
|
+
function P(e, r, a) {
|
|
415
|
+
this.props = e, this.context = r, this.refs = m, this.updater = a || n;
|
|
416
416
|
}
|
|
417
|
-
var D =
|
|
418
|
-
D.constructor =
|
|
417
|
+
var D = P.prototype = new S();
|
|
418
|
+
D.constructor = P, i(D, y.prototype), D.isPureReactComponent = !0;
|
|
419
419
|
function ye() {
|
|
420
420
|
var e = {
|
|
421
421
|
current: null
|
|
422
422
|
};
|
|
423
423
|
return Object.seal(e), e;
|
|
424
424
|
}
|
|
425
|
-
var
|
|
425
|
+
var b = Array.isArray;
|
|
426
426
|
function he(e) {
|
|
427
|
-
return
|
|
427
|
+
return b(e);
|
|
428
428
|
}
|
|
429
429
|
function $e(e) {
|
|
430
430
|
{
|
|
@@ -444,7 +444,7 @@ function pn() {
|
|
|
444
444
|
}
|
|
445
445
|
function Le(e) {
|
|
446
446
|
if (Pe(e))
|
|
447
|
-
return
|
|
447
|
+
return O("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", $e(e)), Fe(e);
|
|
448
448
|
}
|
|
449
449
|
function or(e, r, a) {
|
|
450
450
|
var o = e.displayName;
|
|
@@ -453,47 +453,47 @@ function pn() {
|
|
|
453
453
|
var v = r.displayName || r.name || "";
|
|
454
454
|
return v !== "" ? a + "(" + v + ")" : a;
|
|
455
455
|
}
|
|
456
|
-
function
|
|
456
|
+
function We(e) {
|
|
457
457
|
return e.displayName || "Context";
|
|
458
458
|
}
|
|
459
459
|
function Oe(e) {
|
|
460
460
|
if (e == null)
|
|
461
461
|
return null;
|
|
462
|
-
if (typeof e.tag == "number" &&
|
|
462
|
+
if (typeof e.tag == "number" && O("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
463
463
|
return e.displayName || e.name || null;
|
|
464
464
|
if (typeof e == "string")
|
|
465
465
|
return e;
|
|
466
466
|
switch (e) {
|
|
467
467
|
case C:
|
|
468
468
|
return "Fragment";
|
|
469
|
-
case
|
|
469
|
+
case k:
|
|
470
470
|
return "Portal";
|
|
471
|
-
case
|
|
471
|
+
case x:
|
|
472
472
|
return "Profiler";
|
|
473
|
-
case
|
|
473
|
+
case N:
|
|
474
474
|
return "StrictMode";
|
|
475
|
-
case
|
|
475
|
+
case $:
|
|
476
476
|
return "Suspense";
|
|
477
477
|
case U:
|
|
478
478
|
return "SuspenseList";
|
|
479
479
|
}
|
|
480
480
|
if (typeof e == "object")
|
|
481
481
|
switch (e.$$typeof) {
|
|
482
|
-
case
|
|
482
|
+
case L:
|
|
483
483
|
var r = e;
|
|
484
|
-
return
|
|
485
|
-
case
|
|
484
|
+
return We(r) + ".Consumer";
|
|
485
|
+
case A:
|
|
486
486
|
var a = e;
|
|
487
|
-
return
|
|
488
|
-
case
|
|
487
|
+
return We(a._context) + ".Provider";
|
|
488
|
+
case _:
|
|
489
489
|
return or(e, e.render, "ForwardRef");
|
|
490
490
|
case I:
|
|
491
491
|
var o = e.displayName || null;
|
|
492
492
|
return o !== null ? o : Oe(e.type) || "Memo";
|
|
493
493
|
case G: {
|
|
494
|
-
var v = e, M = v._payload,
|
|
494
|
+
var v = e, M = v._payload, T = v._init;
|
|
495
495
|
try {
|
|
496
|
-
return Oe(
|
|
496
|
+
return Oe(T(M));
|
|
497
497
|
} catch {
|
|
498
498
|
return null;
|
|
499
499
|
}
|
|
@@ -501,7 +501,7 @@ function pn() {
|
|
|
501
501
|
}
|
|
502
502
|
return null;
|
|
503
503
|
}
|
|
504
|
-
var
|
|
504
|
+
var Ye = Object.prototype.hasOwnProperty, Be = {
|
|
505
505
|
key: !0,
|
|
506
506
|
ref: !0,
|
|
507
507
|
__self: !0,
|
|
@@ -509,7 +509,7 @@ function pn() {
|
|
|
509
509
|
}, ir, sr, Ge;
|
|
510
510
|
Ge = {};
|
|
511
511
|
function Ze(e) {
|
|
512
|
-
if (
|
|
512
|
+
if (Ye.call(e, "ref")) {
|
|
513
513
|
var r = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
514
514
|
if (r && r.isReactWarning)
|
|
515
515
|
return !1;
|
|
@@ -517,7 +517,7 @@ function pn() {
|
|
|
517
517
|
return e.ref !== void 0;
|
|
518
518
|
}
|
|
519
519
|
function Ie(e) {
|
|
520
|
-
if (
|
|
520
|
+
if (Ye.call(e, "key")) {
|
|
521
521
|
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
522
522
|
if (r && r.isReactWarning)
|
|
523
523
|
return !1;
|
|
@@ -526,7 +526,7 @@ function pn() {
|
|
|
526
526
|
}
|
|
527
527
|
function Tr(e, r) {
|
|
528
528
|
var a = function() {
|
|
529
|
-
ir || (ir = !0,
|
|
529
|
+
ir || (ir = !0, O("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
|
|
530
530
|
};
|
|
531
531
|
a.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
532
532
|
get: a,
|
|
@@ -535,7 +535,7 @@ function pn() {
|
|
|
535
535
|
}
|
|
536
536
|
function ur(e, r) {
|
|
537
537
|
var a = function() {
|
|
538
|
-
sr || (sr = !0,
|
|
538
|
+
sr || (sr = !0, O("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
|
|
539
539
|
};
|
|
540
540
|
a.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
541
541
|
get: a,
|
|
@@ -545,44 +545,44 @@ function pn() {
|
|
|
545
545
|
function cr(e) {
|
|
546
546
|
if (typeof e.ref == "string" && ie.current && e.__self && ie.current.stateNode !== e.__self) {
|
|
547
547
|
var r = Oe(ie.current.type);
|
|
548
|
-
Ge[r] || (
|
|
548
|
+
Ge[r] || (O('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', r, e.ref), Ge[r] = !0);
|
|
549
549
|
}
|
|
550
550
|
}
|
|
551
|
-
var Ue = function(e, r, a, o, v, M,
|
|
552
|
-
var
|
|
551
|
+
var Ue = function(e, r, a, o, v, M, T) {
|
|
552
|
+
var Y = {
|
|
553
553
|
// This tag allows us to uniquely identify this as a React Element
|
|
554
|
-
$$typeof:
|
|
554
|
+
$$typeof: h,
|
|
555
555
|
// Built-in properties that belong on the element
|
|
556
556
|
type: e,
|
|
557
557
|
key: r,
|
|
558
558
|
ref: a,
|
|
559
|
-
props:
|
|
559
|
+
props: T,
|
|
560
560
|
// Record the component responsible for creating this element.
|
|
561
561
|
_owner: M
|
|
562
562
|
};
|
|
563
|
-
return
|
|
563
|
+
return Y._store = {}, Object.defineProperty(Y._store, "validated", {
|
|
564
564
|
configurable: !1,
|
|
565
565
|
enumerable: !1,
|
|
566
566
|
writable: !0,
|
|
567
567
|
value: !1
|
|
568
|
-
}), Object.defineProperty(
|
|
568
|
+
}), Object.defineProperty(Y, "_self", {
|
|
569
569
|
configurable: !1,
|
|
570
570
|
enumerable: !1,
|
|
571
571
|
writable: !1,
|
|
572
572
|
value: o
|
|
573
|
-
}), Object.defineProperty(
|
|
573
|
+
}), Object.defineProperty(Y, "_source", {
|
|
574
574
|
configurable: !1,
|
|
575
575
|
enumerable: !1,
|
|
576
576
|
writable: !1,
|
|
577
577
|
value: v
|
|
578
|
-
}), Object.freeze && (Object.freeze(
|
|
578
|
+
}), Object.freeze && (Object.freeze(Y.props), Object.freeze(Y)), Y;
|
|
579
579
|
};
|
|
580
580
|
function Sr(e, r, a) {
|
|
581
|
-
var o, v = {}, M = null,
|
|
581
|
+
var o, v = {}, M = null, T = null, Y = null, H = null;
|
|
582
582
|
if (r != null) {
|
|
583
|
-
Ze(r) && (
|
|
583
|
+
Ze(r) && (T = r.ref, cr(r)), Ie(r) && (Le(r.key), M = "" + r.key), Y = r.__self === void 0 ? null : r.__self, H = r.__source === void 0 ? null : r.__source;
|
|
584
584
|
for (o in r)
|
|
585
|
-
|
|
585
|
+
Ye.call(r, o) && !Be.hasOwnProperty(o) && (v[o] = r[o]);
|
|
586
586
|
}
|
|
587
587
|
var re = arguments.length - 2;
|
|
588
588
|
if (re === 1)
|
|
@@ -597,11 +597,11 @@ function pn() {
|
|
|
597
597
|
for (o in ue)
|
|
598
598
|
v[o] === void 0 && (v[o] = ue[o]);
|
|
599
599
|
}
|
|
600
|
-
if (M ||
|
|
600
|
+
if (M || T) {
|
|
601
601
|
var ve = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
602
|
-
M && Tr(v, ve),
|
|
602
|
+
M && Tr(v, ve), T && ur(v, ve);
|
|
603
603
|
}
|
|
604
|
-
return Ue(e, M,
|
|
604
|
+
return Ue(e, M, T, Y, H, ie.current, v);
|
|
605
605
|
}
|
|
606
606
|
function jr(e, r) {
|
|
607
607
|
var a = Ue(e.type, r, e.ref, e._self, e._source, e._owner, e.props);
|
|
@@ -610,13 +610,13 @@ function pn() {
|
|
|
610
610
|
function Or(e, r, a) {
|
|
611
611
|
if (e == null)
|
|
612
612
|
throw new Error("React.cloneElement(...): The argument must be a React element, but you passed " + e + ".");
|
|
613
|
-
var o, v = i({}, e.props), M = e.key,
|
|
613
|
+
var o, v = i({}, e.props), M = e.key, T = e.ref, Y = e._self, H = e._source, re = e._owner;
|
|
614
614
|
if (r != null) {
|
|
615
|
-
Ze(r) && (
|
|
615
|
+
Ze(r) && (T = r.ref, re = ie.current), Ie(r) && (Le(r.key), M = "" + r.key);
|
|
616
616
|
var ae;
|
|
617
617
|
e.type && e.type.defaultProps && (ae = e.type.defaultProps);
|
|
618
618
|
for (o in r)
|
|
619
|
-
|
|
619
|
+
Ye.call(r, o) && !Be.hasOwnProperty(o) && (r[o] === void 0 && ae !== void 0 ? v[o] = ae[o] : v[o] = r[o]);
|
|
620
620
|
}
|
|
621
621
|
var oe = arguments.length - 2;
|
|
622
622
|
if (oe === 1)
|
|
@@ -626,10 +626,10 @@ function pn() {
|
|
|
626
626
|
ue[ve] = arguments[ve + 2];
|
|
627
627
|
v.children = ue;
|
|
628
628
|
}
|
|
629
|
-
return Ue(e.type, M,
|
|
629
|
+
return Ue(e.type, M, T, Y, H, re, v);
|
|
630
630
|
}
|
|
631
631
|
function De(e) {
|
|
632
|
-
return typeof e == "object" && e !== null && e.$$typeof ===
|
|
632
|
+
return typeof e == "object" && e !== null && e.$$typeof === h;
|
|
633
633
|
}
|
|
634
634
|
var lr = ".", Pr = ":";
|
|
635
635
|
function kr(e) {
|
|
@@ -651,36 +651,36 @@ function pn() {
|
|
|
651
651
|
function Ne(e, r, a, o, v) {
|
|
652
652
|
var M = typeof e;
|
|
653
653
|
(M === "undefined" || M === "boolean") && (e = null);
|
|
654
|
-
var
|
|
654
|
+
var T = !1;
|
|
655
655
|
if (e === null)
|
|
656
|
-
|
|
656
|
+
T = !0;
|
|
657
657
|
else
|
|
658
658
|
switch (M) {
|
|
659
659
|
case "string":
|
|
660
660
|
case "number":
|
|
661
|
-
|
|
661
|
+
T = !0;
|
|
662
662
|
break;
|
|
663
663
|
case "object":
|
|
664
664
|
switch (e.$$typeof) {
|
|
665
|
-
case
|
|
666
|
-
case
|
|
667
|
-
|
|
665
|
+
case h:
|
|
666
|
+
case k:
|
|
667
|
+
T = !0;
|
|
668
668
|
}
|
|
669
669
|
}
|
|
670
|
-
if (
|
|
671
|
-
var
|
|
670
|
+
if (T) {
|
|
671
|
+
var Y = e, H = v(Y), re = o === "" ? lr + Ve(Y, 0) : o;
|
|
672
672
|
if (he(H)) {
|
|
673
673
|
var ae = "";
|
|
674
674
|
re != null && (ae = ke(re) + "/"), Ne(H, r, ae, "", function(ln) {
|
|
675
675
|
return ln;
|
|
676
676
|
});
|
|
677
677
|
} else
|
|
678
|
-
H != null && (De(H) && (H.key && (!
|
|
678
|
+
H != null && (De(H) && (H.key && (!Y || Y.key !== H.key) && Le(H.key), H = jr(
|
|
679
679
|
H,
|
|
680
680
|
// Keep both the (mapped) and old keys if they differ, just as
|
|
681
681
|
// traverseAllChildren used to do for objects as children
|
|
682
682
|
a + // $FlowFixMe Flow incorrectly thinks React.Portal doesn't have a key
|
|
683
|
-
(H.key && (!
|
|
683
|
+
(H.key && (!Y || Y.key !== H.key) ? (
|
|
684
684
|
// $FlowFixMe Flow incorrectly thinks existing element's key can be a number
|
|
685
685
|
// eslint-disable-next-line react-internal/safe-string-coercion
|
|
686
686
|
ke("" + H.key) + "/"
|
|
@@ -697,11 +697,11 @@ function pn() {
|
|
|
697
697
|
if (typeof Br == "function") {
|
|
698
698
|
var wt = e;
|
|
699
699
|
Br === wt.entries && (He || ce("Using Maps as children is not supported. Use an array of keyed ReactElements instead."), He = !0);
|
|
700
|
-
for (var un = Br.call(wt),
|
|
701
|
-
oe =
|
|
700
|
+
for (var un = Br.call(wt), Ct, cn = 0; !(Ct = un.next()).done; )
|
|
701
|
+
oe = Ct.value, ue = be + Ve(oe, cn++), ve += Ne(oe, r, a, ue, v);
|
|
702
702
|
} else if (M === "object") {
|
|
703
|
-
var
|
|
704
|
-
throw new Error("Objects are not valid as a React child (found: " + (
|
|
703
|
+
var xt = String(e);
|
|
704
|
+
throw new Error("Objects are not valid as a React child (found: " + (xt === "[object Object]" ? "object with keys {" + Object.keys(e).join(", ") + "}" : xt) + "). If you meant to render a collection of children, use an array instead.");
|
|
705
705
|
}
|
|
706
706
|
}
|
|
707
707
|
return ve;
|
|
@@ -737,7 +737,7 @@ function pn() {
|
|
|
737
737
|
}
|
|
738
738
|
function vr(e) {
|
|
739
739
|
var r = {
|
|
740
|
-
$$typeof:
|
|
740
|
+
$$typeof: L,
|
|
741
741
|
// As a workaround to support multiple concurrent renderers, we categorize
|
|
742
742
|
// some renderers as primary and others as secondary. We only expect
|
|
743
743
|
// there to be two concurrent renderers at most: React Native (primary) and
|
|
@@ -756,59 +756,59 @@ function pn() {
|
|
|
756
756
|
_globalName: null
|
|
757
757
|
};
|
|
758
758
|
r.Provider = {
|
|
759
|
-
$$typeof:
|
|
759
|
+
$$typeof: A,
|
|
760
760
|
_context: r
|
|
761
761
|
};
|
|
762
762
|
var a = !1, o = !1, v = !1;
|
|
763
763
|
{
|
|
764
764
|
var M = {
|
|
765
|
-
$$typeof:
|
|
765
|
+
$$typeof: L,
|
|
766
766
|
_context: r
|
|
767
767
|
};
|
|
768
768
|
Object.defineProperties(M, {
|
|
769
769
|
Provider: {
|
|
770
770
|
get: function() {
|
|
771
|
-
return o || (o = !0,
|
|
771
|
+
return o || (o = !0, O("Rendering <Context.Consumer.Provider> is not supported and will be removed in a future major release. Did you mean to render <Context.Provider> instead?")), r.Provider;
|
|
772
772
|
},
|
|
773
|
-
set: function(
|
|
774
|
-
r.Provider =
|
|
773
|
+
set: function(T) {
|
|
774
|
+
r.Provider = T;
|
|
775
775
|
}
|
|
776
776
|
},
|
|
777
777
|
_currentValue: {
|
|
778
778
|
get: function() {
|
|
779
779
|
return r._currentValue;
|
|
780
780
|
},
|
|
781
|
-
set: function(
|
|
782
|
-
r._currentValue =
|
|
781
|
+
set: function(T) {
|
|
782
|
+
r._currentValue = T;
|
|
783
783
|
}
|
|
784
784
|
},
|
|
785
785
|
_currentValue2: {
|
|
786
786
|
get: function() {
|
|
787
787
|
return r._currentValue2;
|
|
788
788
|
},
|
|
789
|
-
set: function(
|
|
790
|
-
r._currentValue2 =
|
|
789
|
+
set: function(T) {
|
|
790
|
+
r._currentValue2 = T;
|
|
791
791
|
}
|
|
792
792
|
},
|
|
793
793
|
_threadCount: {
|
|
794
794
|
get: function() {
|
|
795
795
|
return r._threadCount;
|
|
796
796
|
},
|
|
797
|
-
set: function(
|
|
798
|
-
r._threadCount =
|
|
797
|
+
set: function(T) {
|
|
798
|
+
r._threadCount = T;
|
|
799
799
|
}
|
|
800
800
|
},
|
|
801
801
|
Consumer: {
|
|
802
802
|
get: function() {
|
|
803
|
-
return a || (a = !0,
|
|
803
|
+
return a || (a = !0, O("Rendering <Context.Consumer.Consumer> is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?")), r.Consumer;
|
|
804
804
|
}
|
|
805
805
|
},
|
|
806
806
|
displayName: {
|
|
807
807
|
get: function() {
|
|
808
808
|
return r.displayName;
|
|
809
809
|
},
|
|
810
|
-
set: function(
|
|
811
|
-
v || (ce("Setting `displayName` on Context.Consumer has no effect. You should set it directly on the context with Context.displayName = '%s'.",
|
|
810
|
+
set: function(T) {
|
|
811
|
+
v || (ce("Setting `displayName` on Context.Consumer has no effect. You should set it directly on the context with Context.displayName = '%s'.", T), v = !0);
|
|
812
812
|
}
|
|
813
813
|
}
|
|
814
814
|
}), r.Consumer = M;
|
|
@@ -821,13 +821,13 @@ function pn() {
|
|
|
821
821
|
var r = e._result, a = r();
|
|
822
822
|
if (a.then(function(M) {
|
|
823
823
|
if (e._status === Xe || e._status === ze) {
|
|
824
|
-
var
|
|
825
|
-
|
|
824
|
+
var T = e;
|
|
825
|
+
T._status = Qe, T._result = M;
|
|
826
826
|
}
|
|
827
827
|
}, function(M) {
|
|
828
828
|
if (e._status === Xe || e._status === ze) {
|
|
829
|
-
var
|
|
830
|
-
|
|
829
|
+
var T = e;
|
|
830
|
+
T._status = yr, T._result = M;
|
|
831
831
|
}
|
|
832
832
|
}), e._status === ze) {
|
|
833
833
|
var o = e;
|
|
@@ -836,12 +836,12 @@ function pn() {
|
|
|
836
836
|
}
|
|
837
837
|
if (e._status === Qe) {
|
|
838
838
|
var v = e._result;
|
|
839
|
-
return v === void 0 &&
|
|
839
|
+
return v === void 0 && O(`lazy: Expected the result of a dynamic import() call. Instead received: %s
|
|
840
840
|
|
|
841
841
|
Your code should look like:
|
|
842
842
|
const MyComponent = lazy(() => import('./MyComponent'))
|
|
843
843
|
|
|
844
|
-
Did you accidentally put curly braces around the import?`, v), "default" in v ||
|
|
844
|
+
Did you accidentally put curly braces around the import?`, v), "default" in v || O(`lazy: Expected the result of a dynamic import() call. Instead received: %s
|
|
845
845
|
|
|
846
846
|
Your code should look like:
|
|
847
847
|
const MyComponent = lazy(() => import('./MyComponent'))`, v), v.default;
|
|
@@ -867,7 +867,7 @@ Your code should look like:
|
|
|
867
867
|
return o;
|
|
868
868
|
},
|
|
869
869
|
set: function(M) {
|
|
870
|
-
|
|
870
|
+
O("React.lazy(...): It is not supported to assign `defaultProps` to a lazy component import. Either specify them where the component is defined, or create a wrapping component around it."), o = M, Object.defineProperty(a, "defaultProps", {
|
|
871
871
|
enumerable: !0
|
|
872
872
|
});
|
|
873
873
|
}
|
|
@@ -878,7 +878,7 @@ Your code should look like:
|
|
|
878
878
|
return v;
|
|
879
879
|
},
|
|
880
880
|
set: function(M) {
|
|
881
|
-
|
|
881
|
+
O("React.lazy(...): It is not supported to assign `propTypes` to a lazy component import. Either specify them where the component is defined, or create a wrapping component around it."), v = M, Object.defineProperty(a, "propTypes", {
|
|
882
882
|
enumerable: !0
|
|
883
883
|
});
|
|
884
884
|
}
|
|
@@ -888,9 +888,9 @@ Your code should look like:
|
|
|
888
888
|
return a;
|
|
889
889
|
}
|
|
890
890
|
function Dr(e) {
|
|
891
|
-
e != null && e.$$typeof === I ?
|
|
891
|
+
e != null && e.$$typeof === I ? O("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...)).") : typeof e != "function" ? O("forwardRef requires a render function but was given %s.", e === null ? "null" : typeof e) : e.length !== 0 && e.length !== 2 && O("forwardRef render functions accept exactly two parameters: props and ref. %s", e.length === 1 ? "Did you forget to use the ref parameter?" : "Any additional parameter will be undefined."), e != null && (e.defaultProps != null || e.propTypes != null) && O("forwardRef render functions do not support propTypes or defaultProps. Did you accidentally pass a React component?");
|
|
892
892
|
var r = {
|
|
893
|
-
$$typeof:
|
|
893
|
+
$$typeof: _,
|
|
894
894
|
render: e
|
|
895
895
|
};
|
|
896
896
|
{
|
|
@@ -911,14 +911,14 @@ Your code should look like:
|
|
|
911
911
|
var hr;
|
|
912
912
|
hr = Symbol.for("react.module.reference");
|
|
913
913
|
function t(e) {
|
|
914
|
-
return !!(typeof e == "string" || typeof e == "function" || e === C || e ===
|
|
914
|
+
return !!(typeof e == "string" || typeof e == "function" || e === C || e === x || fe || e === N || e === $ || e === U || pe || e === F || xe || je || Te || typeof e == "object" && e !== null && (e.$$typeof === G || e.$$typeof === I || e.$$typeof === A || e.$$typeof === L || e.$$typeof === _ || // This needs to include all possible module reference object
|
|
915
915
|
// types supported by any Flight configuration anywhere since
|
|
916
916
|
// we don't know which Flight build this will end up being used
|
|
917
917
|
// with.
|
|
918
918
|
e.$$typeof === hr || e.getModuleId !== void 0));
|
|
919
919
|
}
|
|
920
920
|
function c(e, r) {
|
|
921
|
-
t(e) ||
|
|
921
|
+
t(e) || O("memo: The first argument must be a component. Instead received: %s", e === null ? "null" : typeof e);
|
|
922
922
|
var a = {
|
|
923
923
|
$$typeof: I,
|
|
924
924
|
type: e,
|
|
@@ -941,17 +941,17 @@ Your code should look like:
|
|
|
941
941
|
}
|
|
942
942
|
function d() {
|
|
943
943
|
var e = ne.current;
|
|
944
|
-
return e === null &&
|
|
944
|
+
return e === null && O(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
|
|
945
945
|
1. You might have mismatching versions of React and the renderer (such as React DOM)
|
|
946
946
|
2. You might be breaking the Rules of Hooks
|
|
947
947
|
3. You might have more than one copy of React in the same app
|
|
948
948
|
See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`), e;
|
|
949
949
|
}
|
|
950
|
-
function
|
|
950
|
+
function W(e) {
|
|
951
951
|
var r = d();
|
|
952
952
|
if (e._context !== void 0) {
|
|
953
953
|
var a = e._context;
|
|
954
|
-
a.Consumer === e ?
|
|
954
|
+
a.Consumer === e ? O("Calling useContext(Context.Consumer) is not supported, may cause bugs, and will be removed in a future major release. Did you mean to call useContext(Context) instead?") : a.Provider === e && O("Calling useContext(Context.Provider) is not supported. Did you mean to call useContext(Context) instead?");
|
|
955
955
|
}
|
|
956
956
|
return r.useContext(e);
|
|
957
957
|
}
|
|
@@ -1072,30 +1072,30 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1072
1072
|
})
|
|
1073
1073
|
});
|
|
1074
1074
|
}
|
|
1075
|
-
rr < 0 &&
|
|
1075
|
+
rr < 0 && O("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
1076
1076
|
}
|
|
1077
1077
|
}
|
|
1078
|
-
var Lr = de.ReactCurrentDispatcher,
|
|
1078
|
+
var Lr = de.ReactCurrentDispatcher, Wr;
|
|
1079
1079
|
function mr(e, r, a) {
|
|
1080
1080
|
{
|
|
1081
|
-
if (
|
|
1081
|
+
if (Wr === void 0)
|
|
1082
1082
|
try {
|
|
1083
1083
|
throw Error();
|
|
1084
1084
|
} catch (v) {
|
|
1085
1085
|
var o = v.stack.trim().match(/\n( *(at )?)/);
|
|
1086
|
-
|
|
1086
|
+
Wr = o && o[1] || "";
|
|
1087
1087
|
}
|
|
1088
1088
|
return `
|
|
1089
|
-
` +
|
|
1089
|
+
` + Wr + e;
|
|
1090
1090
|
}
|
|
1091
1091
|
}
|
|
1092
|
-
var
|
|
1092
|
+
var Yr = !1, br;
|
|
1093
1093
|
{
|
|
1094
1094
|
var zt = typeof WeakMap == "function" ? WeakMap : Map;
|
|
1095
1095
|
br = new zt();
|
|
1096
1096
|
}
|
|
1097
1097
|
function lt(e, r) {
|
|
1098
|
-
if (!e ||
|
|
1098
|
+
if (!e || Yr)
|
|
1099
1099
|
return "";
|
|
1100
1100
|
{
|
|
1101
1101
|
var a = br.get(e);
|
|
@@ -1103,34 +1103,34 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1103
1103
|
return a;
|
|
1104
1104
|
}
|
|
1105
1105
|
var o;
|
|
1106
|
-
|
|
1106
|
+
Yr = !0;
|
|
1107
1107
|
var v = Error.prepareStackTrace;
|
|
1108
1108
|
Error.prepareStackTrace = void 0;
|
|
1109
1109
|
var M;
|
|
1110
1110
|
M = Lr.current, Lr.current = null, Vt();
|
|
1111
1111
|
try {
|
|
1112
1112
|
if (r) {
|
|
1113
|
-
var
|
|
1113
|
+
var T = function() {
|
|
1114
1114
|
throw Error();
|
|
1115
1115
|
};
|
|
1116
|
-
if (Object.defineProperty(
|
|
1116
|
+
if (Object.defineProperty(T.prototype, "props", {
|
|
1117
1117
|
set: function() {
|
|
1118
1118
|
throw Error();
|
|
1119
1119
|
}
|
|
1120
1120
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
1121
1121
|
try {
|
|
1122
|
-
Reflect.construct(
|
|
1122
|
+
Reflect.construct(T, []);
|
|
1123
1123
|
} catch (be) {
|
|
1124
1124
|
o = be;
|
|
1125
1125
|
}
|
|
1126
|
-
Reflect.construct(e, [],
|
|
1126
|
+
Reflect.construct(e, [], T);
|
|
1127
1127
|
} else {
|
|
1128
1128
|
try {
|
|
1129
|
-
|
|
1129
|
+
T.call();
|
|
1130
1130
|
} catch (be) {
|
|
1131
1131
|
o = be;
|
|
1132
1132
|
}
|
|
1133
|
-
e.call(
|
|
1133
|
+
e.call(T.prototype);
|
|
1134
1134
|
}
|
|
1135
1135
|
} else {
|
|
1136
1136
|
try {
|
|
@@ -1142,17 +1142,17 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1142
1142
|
}
|
|
1143
1143
|
} catch (be) {
|
|
1144
1144
|
if (be && o && typeof be.stack == "string") {
|
|
1145
|
-
for (var
|
|
1145
|
+
for (var Y = be.stack.split(`
|
|
1146
1146
|
`), H = o.stack.split(`
|
|
1147
|
-
`), re =
|
|
1147
|
+
`), re = Y.length - 1, ae = H.length - 1; re >= 1 && ae >= 0 && Y[re] !== H[ae]; )
|
|
1148
1148
|
ae--;
|
|
1149
1149
|
for (; re >= 1 && ae >= 0; re--, ae--)
|
|
1150
|
-
if (
|
|
1150
|
+
if (Y[re] !== H[ae]) {
|
|
1151
1151
|
if (re !== 1 || ae !== 1)
|
|
1152
1152
|
do
|
|
1153
|
-
if (re--, ae--, ae < 0 ||
|
|
1153
|
+
if (re--, ae--, ae < 0 || Y[re] !== H[ae]) {
|
|
1154
1154
|
var oe = `
|
|
1155
|
-
` +
|
|
1155
|
+
` + Y[re].replace(" at new ", " at ");
|
|
1156
1156
|
return e.displayName && oe.includes("<anonymous>") && (oe = oe.replace("<anonymous>", e.displayName)), typeof e == "function" && br.set(e, oe), oe;
|
|
1157
1157
|
}
|
|
1158
1158
|
while (re >= 1 && ae >= 0);
|
|
@@ -1160,7 +1160,7 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1160
1160
|
}
|
|
1161
1161
|
}
|
|
1162
1162
|
} finally {
|
|
1163
|
-
|
|
1163
|
+
Yr = !1, Lr.current = M, qt(), Error.prepareStackTrace = v;
|
|
1164
1164
|
}
|
|
1165
1165
|
var ue = e ? e.displayName || e.name : "", ve = ue ? mr(ue) : "";
|
|
1166
1166
|
return typeof e == "function" && br.set(e, ve), ve;
|
|
@@ -1180,14 +1180,14 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1180
1180
|
if (typeof e == "string")
|
|
1181
1181
|
return mr(e);
|
|
1182
1182
|
switch (e) {
|
|
1183
|
-
case
|
|
1183
|
+
case $:
|
|
1184
1184
|
return mr("Suspense");
|
|
1185
1185
|
case U:
|
|
1186
1186
|
return mr("SuspenseList");
|
|
1187
1187
|
}
|
|
1188
1188
|
if (typeof e == "object")
|
|
1189
1189
|
switch (e.$$typeof) {
|
|
1190
|
-
case
|
|
1190
|
+
case _:
|
|
1191
1191
|
return Bt(e.render);
|
|
1192
1192
|
case I:
|
|
1193
1193
|
return gr(e.type, r, a);
|
|
@@ -1211,29 +1211,29 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1211
1211
|
}
|
|
1212
1212
|
function Ht(e, r, a, o, v) {
|
|
1213
1213
|
{
|
|
1214
|
-
var M = Function.call.bind(
|
|
1215
|
-
for (var
|
|
1216
|
-
if (M(e,
|
|
1217
|
-
var
|
|
1214
|
+
var M = Function.call.bind(Ye);
|
|
1215
|
+
for (var T in e)
|
|
1216
|
+
if (M(e, T)) {
|
|
1217
|
+
var Y = void 0;
|
|
1218
1218
|
try {
|
|
1219
|
-
if (typeof e[
|
|
1220
|
-
var H = Error((o || "React class") + ": " + a + " type `" +
|
|
1219
|
+
if (typeof e[T] != "function") {
|
|
1220
|
+
var H = Error((o || "React class") + ": " + a + " type `" + T + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[T] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
1221
1221
|
throw H.name = "Invariant Violation", H;
|
|
1222
1222
|
}
|
|
1223
|
-
|
|
1223
|
+
Y = e[T](r, T, o, a, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
1224
1224
|
} catch (re) {
|
|
1225
|
-
|
|
1225
|
+
Y = re;
|
|
1226
1226
|
}
|
|
1227
|
-
|
|
1227
|
+
Y && !(Y instanceof Error) && (_r(v), O("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", o || "React class", a, T, typeof Y), _r(null)), Y instanceof Error && !(Y.message in ft) && (ft[Y.message] = !0, _r(v), O("Failed %s type: %s", a, Y.message), _r(null));
|
|
1228
1228
|
}
|
|
1229
1229
|
}
|
|
1230
1230
|
}
|
|
1231
1231
|
function Ke(e) {
|
|
1232
1232
|
if (e) {
|
|
1233
1233
|
var r = e._owner, a = gr(e.type, e._source, r ? r.type : null);
|
|
1234
|
-
|
|
1234
|
+
Ce(a);
|
|
1235
1235
|
} else
|
|
1236
|
-
|
|
1236
|
+
Ce(null);
|
|
1237
1237
|
}
|
|
1238
1238
|
var Ur;
|
|
1239
1239
|
Ur = !1;
|
|
@@ -1277,7 +1277,7 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1277
1277
|
if (!vt[a]) {
|
|
1278
1278
|
vt[a] = !0;
|
|
1279
1279
|
var o = "";
|
|
1280
|
-
e && e._owner && e._owner !== ie.current && (o = " It was passed a child from " + Oe(e._owner.type) + "."), Ke(e),
|
|
1280
|
+
e && e._owner && e._owner !== ie.current && (o = " It was passed a child from " + Oe(e._owner.type) + "."), Ke(e), O('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', a, o), Ke(null);
|
|
1281
1281
|
}
|
|
1282
1282
|
}
|
|
1283
1283
|
}
|
|
@@ -1293,8 +1293,8 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1293
1293
|
else if (e) {
|
|
1294
1294
|
var v = J(e);
|
|
1295
1295
|
if (typeof v == "function" && v !== e.entries)
|
|
1296
|
-
for (var M = v.call(e),
|
|
1297
|
-
De(
|
|
1296
|
+
for (var M = v.call(e), T; !(T = M.next()).done; )
|
|
1297
|
+
De(T.value) && yt(T.value, r);
|
|
1298
1298
|
}
|
|
1299
1299
|
}
|
|
1300
1300
|
}
|
|
@@ -1306,7 +1306,7 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1306
1306
|
var a;
|
|
1307
1307
|
if (typeof r == "function")
|
|
1308
1308
|
a = r.propTypes;
|
|
1309
|
-
else if (typeof r == "object" && (r.$$typeof ===
|
|
1309
|
+
else if (typeof r == "object" && (r.$$typeof === _ || // Note: Memo only checks outer props here.
|
|
1310
1310
|
// Inner props are checked in the reconciler.
|
|
1311
1311
|
r.$$typeof === I))
|
|
1312
1312
|
a = r.propTypes;
|
|
@@ -1318,9 +1318,9 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1318
1318
|
} else if (r.PropTypes !== void 0 && !Ur) {
|
|
1319
1319
|
Ur = !0;
|
|
1320
1320
|
var v = Oe(r);
|
|
1321
|
-
|
|
1321
|
+
O("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", v || "Unknown");
|
|
1322
1322
|
}
|
|
1323
|
-
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved &&
|
|
1323
|
+
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && O("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
1324
1324
|
}
|
|
1325
1325
|
}
|
|
1326
1326
|
function Xt(e) {
|
|
@@ -1328,11 +1328,11 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1328
1328
|
for (var r = Object.keys(e.props), a = 0; a < r.length; a++) {
|
|
1329
1329
|
var o = r[a];
|
|
1330
1330
|
if (o !== "children" && o !== "key") {
|
|
1331
|
-
Ke(e),
|
|
1331
|
+
Ke(e), O("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", o), Ke(null);
|
|
1332
1332
|
break;
|
|
1333
1333
|
}
|
|
1334
1334
|
}
|
|
1335
|
-
e.ref !== null && (Ke(e),
|
|
1335
|
+
e.ref !== null && (Ke(e), O("Invalid attribute `ref` supplied to `React.Fragment`."), Ke(null));
|
|
1336
1336
|
}
|
|
1337
1337
|
}
|
|
1338
1338
|
function bt(e, r, a) {
|
|
@@ -1342,16 +1342,16 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1342
1342
|
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (v += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
1343
1343
|
var M = Jt(r);
|
|
1344
1344
|
M ? v += M : v += pt();
|
|
1345
|
-
var
|
|
1346
|
-
e === null ?
|
|
1345
|
+
var T;
|
|
1346
|
+
e === null ? T = "null" : he(e) ? T = "array" : e !== void 0 && e.$$typeof === h ? (T = "<" + (Oe(e.type) || "Unknown") + " />", v = " Did you accidentally export a JSX literal instead of a component?") : T = typeof e, O("React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", T, v);
|
|
1347
1347
|
}
|
|
1348
|
-
var
|
|
1349
|
-
if (
|
|
1350
|
-
return
|
|
1348
|
+
var Y = Sr.apply(this, arguments);
|
|
1349
|
+
if (Y == null)
|
|
1350
|
+
return Y;
|
|
1351
1351
|
if (o)
|
|
1352
1352
|
for (var H = 2; H < arguments.length; H++)
|
|
1353
1353
|
ht(arguments[H], e);
|
|
1354
|
-
return e === C ? Xt(
|
|
1354
|
+
return e === C ? Xt(Y) : mt(Y), Y;
|
|
1355
1355
|
}
|
|
1356
1356
|
var gt = !1;
|
|
1357
1357
|
function Qt(e) {
|
|
@@ -1388,11 +1388,11 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1388
1388
|
function tn(e) {
|
|
1389
1389
|
if (Er === null)
|
|
1390
1390
|
try {
|
|
1391
|
-
var r = ("require" + Math.random()).slice(0, 7), a =
|
|
1392
|
-
Er = a.call(
|
|
1391
|
+
var r = ("require" + Math.random()).slice(0, 7), a = u && u[r];
|
|
1392
|
+
Er = a.call(u, "timers").setImmediate;
|
|
1393
1393
|
} catch {
|
|
1394
1394
|
Er = function(v) {
|
|
1395
|
-
_t === !1 && (_t = !0, typeof MessageChannel > "u" &&
|
|
1395
|
+
_t === !1 && (_t = !0, typeof MessageChannel > "u" && O("This browser does not have a MessageChannel implementation, so enqueuing tasks via await act(async () => ...) will fail. Please file an issue at https://github.com/facebook/react/issues if you encounter this warning."));
|
|
1396
1396
|
var M = new MessageChannel();
|
|
1397
1397
|
M.port1.onmessage = v, M.port2.postMessage(void 0);
|
|
1398
1398
|
};
|
|
@@ -1416,9 +1416,9 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1416
1416
|
p.isBatchingLegacy = a;
|
|
1417
1417
|
}
|
|
1418
1418
|
if (o !== null && typeof o == "object" && typeof o.then == "function") {
|
|
1419
|
-
var M = o,
|
|
1419
|
+
var M = o, T = !1, Y = {
|
|
1420
1420
|
then: function(ue, ve) {
|
|
1421
|
-
|
|
1421
|
+
T = !0, M.then(function(be) {
|
|
1422
1422
|
Rr(r), Je === 0 ? Vr(be, ue, ve) : ue(be);
|
|
1423
1423
|
}, function(be) {
|
|
1424
1424
|
Rr(r), ve(be);
|
|
@@ -1427,8 +1427,8 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1427
1427
|
};
|
|
1428
1428
|
return !Et && typeof Promise < "u" && Promise.resolve().then(function() {
|
|
1429
1429
|
}).then(function() {
|
|
1430
|
-
|
|
1431
|
-
}),
|
|
1430
|
+
T || (Et = !0, O("You called act(async () => ...) without await. This could lead to unexpected testing behaviour, interleaving multiple act calls and mixing their scopes. You should - await act(async () => ...);"));
|
|
1431
|
+
}), Y;
|
|
1432
1432
|
} else {
|
|
1433
1433
|
var H = o;
|
|
1434
1434
|
if (Rr(r), Je === 0) {
|
|
@@ -1452,7 +1452,7 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1452
1452
|
}
|
|
1453
1453
|
}
|
|
1454
1454
|
function Rr(e) {
|
|
1455
|
-
e !== Je - 1 &&
|
|
1455
|
+
e !== Je - 1 && O("You seem to have overlapping act() calls, this is not supported. Be sure to await previous act() calls before making a new one. "), Je = e;
|
|
1456
1456
|
}
|
|
1457
1457
|
function Vr(e, r, a) {
|
|
1458
1458
|
{
|
|
@@ -1496,13 +1496,13 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1496
1496
|
toArray: $r,
|
|
1497
1497
|
only: pr
|
|
1498
1498
|
};
|
|
1499
|
-
f.Children = sn, f.Component = y, f.Fragment = C, f.Profiler =
|
|
1499
|
+
f.Children = sn, f.Component = y, f.Fragment = C, f.Profiler = x, f.PureComponent = P, f.StrictMode = N, f.Suspense = $, f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = de, f.act = Rt, f.cloneElement = an, f.createContext = vr, f.createElement = nn, f.createFactory = on, f.createRef = ye, f.forwardRef = Dr, f.isValidElement = De, f.lazy = Ir, f.memo = c, f.startTransition = rn, f.unstable_act = Rt, f.useCallback = le, f.useContext = W, f.useDebugValue = Ae, f.useDeferredValue = er, f.useEffect = q, f.useId = Nr, f.useImperativeHandle = Me, f.useInsertionEffect = me, f.useLayoutEffect = se, f.useMemo = Re, f.useReducer = ee, f.useRef = B, f.useState = K, f.useSyncExternalStore = Mr, f.useTransition = ge, f.version = j, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error());
|
|
1500
1500
|
}();
|
|
1501
1501
|
}(ar, ar.exports)), ar.exports;
|
|
1502
1502
|
}
|
|
1503
1503
|
var jt;
|
|
1504
|
-
function
|
|
1505
|
-
return jt || (jt = 1, process.env.NODE_ENV === "production" ?
|
|
1504
|
+
function Wt() {
|
|
1505
|
+
return jt || (jt = 1, process.env.NODE_ENV === "production" ? Cr.exports = dn() : Cr.exports = pn()), Cr.exports;
|
|
1506
1506
|
}
|
|
1507
1507
|
/**
|
|
1508
1508
|
* @license React
|
|
@@ -1518,18 +1518,18 @@ function vn() {
|
|
|
1518
1518
|
if (Ot)
|
|
1519
1519
|
return tr;
|
|
1520
1520
|
Ot = 1;
|
|
1521
|
-
var
|
|
1522
|
-
function
|
|
1523
|
-
var
|
|
1524
|
-
|
|
1525
|
-
for (
|
|
1526
|
-
|
|
1527
|
-
if (
|
|
1528
|
-
for (
|
|
1529
|
-
|
|
1530
|
-
return { $$typeof: f, type:
|
|
1521
|
+
var u = Wt(), f = Symbol.for("react.element"), j = Symbol.for("react.fragment"), h = Object.prototype.hasOwnProperty, k = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, C = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
1522
|
+
function N(x, A, L) {
|
|
1523
|
+
var _, $ = {}, U = null, I = null;
|
|
1524
|
+
L !== void 0 && (U = "" + L), A.key !== void 0 && (U = "" + A.key), A.ref !== void 0 && (I = A.ref);
|
|
1525
|
+
for (_ in A)
|
|
1526
|
+
h.call(A, _) && !C.hasOwnProperty(_) && ($[_] = A[_]);
|
|
1527
|
+
if (x && x.defaultProps)
|
|
1528
|
+
for (_ in A = x.defaultProps, A)
|
|
1529
|
+
$[_] === void 0 && ($[_] = A[_]);
|
|
1530
|
+
return { $$typeof: f, type: x, key: U, ref: I, props: $, _owner: k.current };
|
|
1531
1531
|
}
|
|
1532
|
-
return tr.Fragment =
|
|
1532
|
+
return tr.Fragment = j, tr.jsx = N, tr.jsxs = N, tr;
|
|
1533
1533
|
}
|
|
1534
1534
|
var nr = {};
|
|
1535
1535
|
/**
|
|
@@ -1544,24 +1544,24 @@ var nr = {};
|
|
|
1544
1544
|
var Pt;
|
|
1545
1545
|
function yn() {
|
|
1546
1546
|
return Pt || (Pt = 1, process.env.NODE_ENV !== "production" && function() {
|
|
1547
|
-
var
|
|
1547
|
+
var u = Wt(), f = Symbol.for("react.element"), j = Symbol.for("react.portal"), h = Symbol.for("react.fragment"), k = Symbol.for("react.strict_mode"), C = Symbol.for("react.profiler"), N = Symbol.for("react.provider"), x = Symbol.for("react.context"), A = Symbol.for("react.forward_ref"), L = Symbol.for("react.suspense"), _ = Symbol.for("react.suspense_list"), $ = Symbol.for("react.memo"), U = Symbol.for("react.lazy"), I = Symbol.for("react.offscreen"), G = Symbol.iterator, F = "@@iterator";
|
|
1548
1548
|
function V(t) {
|
|
1549
1549
|
if (t === null || typeof t != "object")
|
|
1550
1550
|
return null;
|
|
1551
|
-
var c = G && t[G] || t[
|
|
1551
|
+
var c = G && t[G] || t[F];
|
|
1552
1552
|
return typeof c == "function" ? c : null;
|
|
1553
1553
|
}
|
|
1554
|
-
var te =
|
|
1554
|
+
var te = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
1555
1555
|
function J(t) {
|
|
1556
1556
|
{
|
|
1557
|
-
for (var c = arguments.length, d = new Array(c > 1 ? c - 1 : 0),
|
|
1558
|
-
d[
|
|
1557
|
+
for (var c = arguments.length, d = new Array(c > 1 ? c - 1 : 0), W = 1; W < c; W++)
|
|
1558
|
+
d[W - 1] = arguments[W];
|
|
1559
1559
|
ne("error", t, d);
|
|
1560
1560
|
}
|
|
1561
1561
|
}
|
|
1562
1562
|
function ne(t, c, d) {
|
|
1563
1563
|
{
|
|
1564
|
-
var
|
|
1564
|
+
var W = te.ReactDebugCurrentFrame, K = W.getStackAddendum();
|
|
1565
1565
|
K !== "" && (c += "%s", d = d.concat([K]));
|
|
1566
1566
|
var ee = d.map(function(B) {
|
|
1567
1567
|
return String(B);
|
|
@@ -1569,19 +1569,19 @@ function yn() {
|
|
|
1569
1569
|
ee.unshift("Warning: " + c), Function.prototype.apply.call(console[t], console, ee);
|
|
1570
1570
|
}
|
|
1571
1571
|
}
|
|
1572
|
-
var Z = !1, p = !1, ie = !1, Ee = !1, we = !1,
|
|
1573
|
-
|
|
1574
|
-
function
|
|
1575
|
-
return !!(typeof t == "string" || typeof t == "function" || t ===
|
|
1572
|
+
var Z = !1, p = !1, ie = !1, Ee = !1, we = !1, Ce;
|
|
1573
|
+
Ce = Symbol.for("react.module.reference");
|
|
1574
|
+
function xe(t) {
|
|
1575
|
+
return !!(typeof t == "string" || typeof t == "function" || t === h || t === C || we || t === k || t === L || t === _ || Ee || t === I || Z || p || ie || typeof t == "object" && t !== null && (t.$$typeof === U || t.$$typeof === $ || t.$$typeof === N || t.$$typeof === x || t.$$typeof === A || // This needs to include all possible module reference object
|
|
1576
1576
|
// types supported by any Flight configuration anywhere since
|
|
1577
1577
|
// we don't know which Flight build this will end up being used
|
|
1578
1578
|
// with.
|
|
1579
|
-
t.$$typeof ===
|
|
1579
|
+
t.$$typeof === Ce || t.getModuleId !== void 0));
|
|
1580
1580
|
}
|
|
1581
1581
|
function je(t, c, d) {
|
|
1582
|
-
var
|
|
1583
|
-
if (
|
|
1584
|
-
return
|
|
1582
|
+
var W = t.displayName;
|
|
1583
|
+
if (W)
|
|
1584
|
+
return W;
|
|
1585
1585
|
var K = c.displayName || c.name || "";
|
|
1586
1586
|
return K !== "" ? d + "(" + K + ")" : d;
|
|
1587
1587
|
}
|
|
@@ -1596,32 +1596,32 @@ function yn() {
|
|
|
1596
1596
|
if (typeof t == "string")
|
|
1597
1597
|
return t;
|
|
1598
1598
|
switch (t) {
|
|
1599
|
-
case
|
|
1599
|
+
case h:
|
|
1600
1600
|
return "Fragment";
|
|
1601
|
-
case
|
|
1601
|
+
case j:
|
|
1602
1602
|
return "Portal";
|
|
1603
1603
|
case C:
|
|
1604
1604
|
return "Profiler";
|
|
1605
|
-
case
|
|
1605
|
+
case k:
|
|
1606
1606
|
return "StrictMode";
|
|
1607
|
-
case
|
|
1607
|
+
case L:
|
|
1608
1608
|
return "Suspense";
|
|
1609
|
-
case
|
|
1609
|
+
case _:
|
|
1610
1610
|
return "SuspenseList";
|
|
1611
1611
|
}
|
|
1612
1612
|
if (typeof t == "object")
|
|
1613
1613
|
switch (t.$$typeof) {
|
|
1614
|
-
case
|
|
1614
|
+
case x:
|
|
1615
1615
|
var c = t;
|
|
1616
1616
|
return Te(c) + ".Consumer";
|
|
1617
|
-
case
|
|
1617
|
+
case N:
|
|
1618
1618
|
var d = t;
|
|
1619
1619
|
return Te(d._context) + ".Provider";
|
|
1620
|
-
case
|
|
1620
|
+
case A:
|
|
1621
1621
|
return je(t, t.render, "ForwardRef");
|
|
1622
|
-
case
|
|
1623
|
-
var
|
|
1624
|
-
return
|
|
1622
|
+
case $:
|
|
1623
|
+
var W = t.displayName || null;
|
|
1624
|
+
return W !== null ? W : pe(t.type) || "Memo";
|
|
1625
1625
|
case U: {
|
|
1626
1626
|
var K = t, ee = K._payload, B = K._init;
|
|
1627
1627
|
try {
|
|
@@ -1633,18 +1633,18 @@ function yn() {
|
|
|
1633
1633
|
}
|
|
1634
1634
|
return null;
|
|
1635
1635
|
}
|
|
1636
|
-
var fe = Object.assign, de = 0, ce,
|
|
1637
|
-
function
|
|
1636
|
+
var fe = Object.assign, de = 0, ce, O, _e, Se, l, n, i;
|
|
1637
|
+
function m() {
|
|
1638
1638
|
}
|
|
1639
|
-
|
|
1639
|
+
m.__reactDisabledLog = !0;
|
|
1640
1640
|
function y() {
|
|
1641
1641
|
{
|
|
1642
1642
|
if (de === 0) {
|
|
1643
|
-
ce = console.log,
|
|
1643
|
+
ce = console.log, O = console.info, _e = console.warn, Se = console.error, l = console.group, n = console.groupCollapsed, i = console.groupEnd;
|
|
1644
1644
|
var t = {
|
|
1645
1645
|
configurable: !0,
|
|
1646
1646
|
enumerable: !0,
|
|
1647
|
-
value:
|
|
1647
|
+
value: m,
|
|
1648
1648
|
writable: !0
|
|
1649
1649
|
};
|
|
1650
1650
|
Object.defineProperties(console, {
|
|
@@ -1660,7 +1660,7 @@ function yn() {
|
|
|
1660
1660
|
de++;
|
|
1661
1661
|
}
|
|
1662
1662
|
}
|
|
1663
|
-
function
|
|
1663
|
+
function E() {
|
|
1664
1664
|
{
|
|
1665
1665
|
if (de--, de === 0) {
|
|
1666
1666
|
var t = {
|
|
@@ -1673,7 +1673,7 @@ function yn() {
|
|
|
1673
1673
|
value: ce
|
|
1674
1674
|
}),
|
|
1675
1675
|
info: fe({}, t, {
|
|
1676
|
-
value:
|
|
1676
|
+
value: O
|
|
1677
1677
|
}),
|
|
1678
1678
|
warn: fe({}, t, {
|
|
1679
1679
|
value: _e
|
|
@@ -1696,34 +1696,34 @@ function yn() {
|
|
|
1696
1696
|
}
|
|
1697
1697
|
}
|
|
1698
1698
|
var R = te.ReactCurrentDispatcher, w;
|
|
1699
|
-
function
|
|
1699
|
+
function S(t, c, d) {
|
|
1700
1700
|
{
|
|
1701
1701
|
if (w === void 0)
|
|
1702
1702
|
try {
|
|
1703
1703
|
throw Error();
|
|
1704
1704
|
} catch (K) {
|
|
1705
|
-
var
|
|
1706
|
-
w =
|
|
1705
|
+
var W = K.stack.trim().match(/\n( *(at )?)/);
|
|
1706
|
+
w = W && W[1] || "";
|
|
1707
1707
|
}
|
|
1708
1708
|
return `
|
|
1709
1709
|
` + w + t;
|
|
1710
1710
|
}
|
|
1711
1711
|
}
|
|
1712
|
-
var
|
|
1712
|
+
var P = !1, D;
|
|
1713
1713
|
{
|
|
1714
1714
|
var ye = typeof WeakMap == "function" ? WeakMap : Map;
|
|
1715
1715
|
D = new ye();
|
|
1716
1716
|
}
|
|
1717
|
-
function
|
|
1718
|
-
if (!t ||
|
|
1717
|
+
function b(t, c) {
|
|
1718
|
+
if (!t || P)
|
|
1719
1719
|
return "";
|
|
1720
1720
|
{
|
|
1721
1721
|
var d = D.get(t);
|
|
1722
1722
|
if (d !== void 0)
|
|
1723
1723
|
return d;
|
|
1724
1724
|
}
|
|
1725
|
-
var
|
|
1726
|
-
|
|
1725
|
+
var W;
|
|
1726
|
+
P = !0;
|
|
1727
1727
|
var K = Error.prepareStackTrace;
|
|
1728
1728
|
Error.prepareStackTrace = void 0;
|
|
1729
1729
|
var ee;
|
|
@@ -1741,14 +1741,14 @@ function yn() {
|
|
|
1741
1741
|
try {
|
|
1742
1742
|
Reflect.construct(B, []);
|
|
1743
1743
|
} catch (ge) {
|
|
1744
|
-
|
|
1744
|
+
W = ge;
|
|
1745
1745
|
}
|
|
1746
1746
|
Reflect.construct(t, [], B);
|
|
1747
1747
|
} else {
|
|
1748
1748
|
try {
|
|
1749
1749
|
B.call();
|
|
1750
1750
|
} catch (ge) {
|
|
1751
|
-
|
|
1751
|
+
W = ge;
|
|
1752
1752
|
}
|
|
1753
1753
|
t.call(B.prototype);
|
|
1754
1754
|
}
|
|
@@ -1756,14 +1756,14 @@ function yn() {
|
|
|
1756
1756
|
try {
|
|
1757
1757
|
throw Error();
|
|
1758
1758
|
} catch (ge) {
|
|
1759
|
-
|
|
1759
|
+
W = ge;
|
|
1760
1760
|
}
|
|
1761
1761
|
t();
|
|
1762
1762
|
}
|
|
1763
1763
|
} catch (ge) {
|
|
1764
|
-
if (ge &&
|
|
1764
|
+
if (ge && W && typeof ge.stack == "string") {
|
|
1765
1765
|
for (var q = ge.stack.split(`
|
|
1766
|
-
`), me =
|
|
1766
|
+
`), me = W.stack.split(`
|
|
1767
1767
|
`), se = q.length - 1, le = me.length - 1; se >= 1 && le >= 0 && q[se] !== me[le]; )
|
|
1768
1768
|
le--;
|
|
1769
1769
|
for (; se >= 1 && le >= 0; se--, le--)
|
|
@@ -1780,13 +1780,13 @@ function yn() {
|
|
|
1780
1780
|
}
|
|
1781
1781
|
}
|
|
1782
1782
|
} finally {
|
|
1783
|
-
|
|
1783
|
+
P = !1, R.current = ee, E(), Error.prepareStackTrace = K;
|
|
1784
1784
|
}
|
|
1785
|
-
var Me = t ? t.displayName || t.name : "", Ae = Me ?
|
|
1785
|
+
var Me = t ? t.displayName || t.name : "", Ae = Me ? S(Me) : "";
|
|
1786
1786
|
return typeof t == "function" && D.set(t, Ae), Ae;
|
|
1787
1787
|
}
|
|
1788
1788
|
function he(t, c, d) {
|
|
1789
|
-
return
|
|
1789
|
+
return b(t, !1);
|
|
1790
1790
|
}
|
|
1791
1791
|
function $e(t) {
|
|
1792
1792
|
var c = t.prototype;
|
|
@@ -1796,23 +1796,23 @@ function yn() {
|
|
|
1796
1796
|
if (t == null)
|
|
1797
1797
|
return "";
|
|
1798
1798
|
if (typeof t == "function")
|
|
1799
|
-
return
|
|
1799
|
+
return b(t, $e(t));
|
|
1800
1800
|
if (typeof t == "string")
|
|
1801
|
-
return
|
|
1801
|
+
return S(t);
|
|
1802
1802
|
switch (t) {
|
|
1803
|
-
case
|
|
1804
|
-
return
|
|
1805
|
-
case
|
|
1806
|
-
return
|
|
1803
|
+
case L:
|
|
1804
|
+
return S("Suspense");
|
|
1805
|
+
case _:
|
|
1806
|
+
return S("SuspenseList");
|
|
1807
1807
|
}
|
|
1808
1808
|
if (typeof t == "object")
|
|
1809
1809
|
switch (t.$$typeof) {
|
|
1810
|
-
case
|
|
1810
|
+
case A:
|
|
1811
1811
|
return he(t.render);
|
|
1812
|
-
case
|
|
1812
|
+
case $:
|
|
1813
1813
|
return Pe(t.type, c, d);
|
|
1814
1814
|
case U: {
|
|
1815
|
-
var
|
|
1815
|
+
var W = t, K = W._payload, ee = W._init;
|
|
1816
1816
|
try {
|
|
1817
1817
|
return Pe(ee(K), c, d);
|
|
1818
1818
|
} catch {
|
|
@@ -1822,14 +1822,14 @@ function yn() {
|
|
|
1822
1822
|
return "";
|
|
1823
1823
|
}
|
|
1824
1824
|
var Fe = Object.prototype.hasOwnProperty, Le = {}, or = te.ReactDebugCurrentFrame;
|
|
1825
|
-
function
|
|
1825
|
+
function We(t) {
|
|
1826
1826
|
if (t) {
|
|
1827
1827
|
var c = t._owner, d = Pe(t.type, t._source, c ? c.type : null);
|
|
1828
1828
|
or.setExtraStackFrame(d);
|
|
1829
1829
|
} else
|
|
1830
1830
|
or.setExtraStackFrame(null);
|
|
1831
1831
|
}
|
|
1832
|
-
function Oe(t, c, d,
|
|
1832
|
+
function Oe(t, c, d, W, K) {
|
|
1833
1833
|
{
|
|
1834
1834
|
var ee = Function.call.bind(Fe);
|
|
1835
1835
|
for (var B in t)
|
|
@@ -1837,20 +1837,20 @@ function yn() {
|
|
|
1837
1837
|
var q = void 0;
|
|
1838
1838
|
try {
|
|
1839
1839
|
if (typeof t[B] != "function") {
|
|
1840
|
-
var me = Error((
|
|
1840
|
+
var me = Error((W || "React class") + ": " + d + " type `" + B + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof t[B] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
1841
1841
|
throw me.name = "Invariant Violation", me;
|
|
1842
1842
|
}
|
|
1843
|
-
q = t[B](c, B,
|
|
1843
|
+
q = t[B](c, B, W, d, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
1844
1844
|
} catch (se) {
|
|
1845
1845
|
q = se;
|
|
1846
1846
|
}
|
|
1847
|
-
q && !(q instanceof Error) && (
|
|
1847
|
+
q && !(q instanceof Error) && (We(K), J("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", W || "React class", d, B, typeof q), We(null)), q instanceof Error && !(q.message in Le) && (Le[q.message] = !0, We(K), J("Failed %s type: %s", d, q.message), We(null));
|
|
1848
1848
|
}
|
|
1849
1849
|
}
|
|
1850
1850
|
}
|
|
1851
|
-
var
|
|
1851
|
+
var Ye = Array.isArray;
|
|
1852
1852
|
function Be(t) {
|
|
1853
|
-
return
|
|
1853
|
+
return Ye(t);
|
|
1854
1854
|
}
|
|
1855
1855
|
function ir(t) {
|
|
1856
1856
|
{
|
|
@@ -1923,7 +1923,7 @@ function yn() {
|
|
|
1923
1923
|
});
|
|
1924
1924
|
}
|
|
1925
1925
|
}
|
|
1926
|
-
var Pr = function(t, c, d,
|
|
1926
|
+
var Pr = function(t, c, d, W, K, ee, B) {
|
|
1927
1927
|
var q = {
|
|
1928
1928
|
// This tag allows us to uniquely identify this as a React Element
|
|
1929
1929
|
$$typeof: f,
|
|
@@ -1944,7 +1944,7 @@ function yn() {
|
|
|
1944
1944
|
configurable: !1,
|
|
1945
1945
|
enumerable: !1,
|
|
1946
1946
|
writable: !1,
|
|
1947
|
-
value:
|
|
1947
|
+
value: W
|
|
1948
1948
|
}), Object.defineProperty(q, "_source", {
|
|
1949
1949
|
configurable: !1,
|
|
1950
1950
|
enumerable: !1,
|
|
@@ -1952,7 +1952,7 @@ function yn() {
|
|
|
1952
1952
|
value: K
|
|
1953
1953
|
}), Object.freeze && (Object.freeze(q.props), Object.freeze(q)), q;
|
|
1954
1954
|
};
|
|
1955
|
-
function kr(t, c, d,
|
|
1955
|
+
function kr(t, c, d, W, K) {
|
|
1956
1956
|
{
|
|
1957
1957
|
var ee, B = {}, q = null, me = null;
|
|
1958
1958
|
d !== void 0 && (Ze(d), q = "" + d), jr(c) && (Ze(c.key), q = "" + c.key), Sr(c) && (me = c.ref, Or(c, K));
|
|
@@ -1967,7 +1967,7 @@ function yn() {
|
|
|
1967
1967
|
var le = typeof t == "function" ? t.displayName || t.name || "Unknown" : t;
|
|
1968
1968
|
q && De(B, le), me && lr(B, le);
|
|
1969
1969
|
}
|
|
1970
|
-
return Pr(t, q, me, K,
|
|
1970
|
+
return Pr(t, q, me, K, W, Ie.current, B);
|
|
1971
1971
|
}
|
|
1972
1972
|
}
|
|
1973
1973
|
var He = te.ReactCurrentOwner, fr = te.ReactDebugCurrentFrame;
|
|
@@ -2028,8 +2028,8 @@ Check the top-level render call using <` + d + ">.");
|
|
|
2028
2028
|
if (dr[d])
|
|
2029
2029
|
return;
|
|
2030
2030
|
dr[d] = !0;
|
|
2031
|
-
var
|
|
2032
|
-
t && t._owner && t._owner !== He.current && (
|
|
2031
|
+
var W = "";
|
|
2032
|
+
t && t._owner && t._owner !== He.current && (W = " It was passed a child from " + pe(t._owner.type) + "."), ke(t), J('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', d, W), ke(null);
|
|
2033
2033
|
}
|
|
2034
2034
|
}
|
|
2035
2035
|
function vr(t, c) {
|
|
@@ -2038,8 +2038,8 @@ Check the top-level render call using <` + d + ">.");
|
|
|
2038
2038
|
return;
|
|
2039
2039
|
if (Be(t))
|
|
2040
2040
|
for (var d = 0; d < t.length; d++) {
|
|
2041
|
-
var
|
|
2042
|
-
Ne(
|
|
2041
|
+
var W = t[d];
|
|
2042
|
+
Ne(W) && pr(W, c);
|
|
2043
2043
|
}
|
|
2044
2044
|
else if (Ne(t))
|
|
2045
2045
|
t._store && (t._store.validated = !0);
|
|
@@ -2059,15 +2059,15 @@ Check the top-level render call using <` + d + ">.");
|
|
|
2059
2059
|
var d;
|
|
2060
2060
|
if (typeof c == "function")
|
|
2061
2061
|
d = c.propTypes;
|
|
2062
|
-
else if (typeof c == "object" && (c.$$typeof ===
|
|
2062
|
+
else if (typeof c == "object" && (c.$$typeof === A || // Note: Memo only checks outer props here.
|
|
2063
2063
|
// Inner props are checked in the reconciler.
|
|
2064
|
-
c.$$typeof ===
|
|
2064
|
+
c.$$typeof === $))
|
|
2065
2065
|
d = c.propTypes;
|
|
2066
2066
|
else
|
|
2067
2067
|
return;
|
|
2068
2068
|
if (d) {
|
|
2069
|
-
var
|
|
2070
|
-
Oe(d, t.props, "prop",
|
|
2069
|
+
var W = pe(c);
|
|
2070
|
+
Oe(d, t.props, "prop", W, t);
|
|
2071
2071
|
} else if (c.PropTypes !== void 0 && !Ve) {
|
|
2072
2072
|
Ve = !0;
|
|
2073
2073
|
var K = pe(c);
|
|
@@ -2079,9 +2079,9 @@ Check the top-level render call using <` + d + ">.");
|
|
|
2079
2079
|
function Xe(t) {
|
|
2080
2080
|
{
|
|
2081
2081
|
for (var c = Object.keys(t.props), d = 0; d < c.length; d++) {
|
|
2082
|
-
var
|
|
2083
|
-
if (
|
|
2084
|
-
ke(t), J("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",
|
|
2082
|
+
var W = c[d];
|
|
2083
|
+
if (W !== "children" && W !== "key") {
|
|
2084
|
+
ke(t), J("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", W), ke(null);
|
|
2085
2085
|
break;
|
|
2086
2086
|
}
|
|
2087
2087
|
}
|
|
@@ -2089,9 +2089,9 @@ Check the top-level render call using <` + d + ">.");
|
|
|
2089
2089
|
}
|
|
2090
2090
|
}
|
|
2091
2091
|
var Qe = {};
|
|
2092
|
-
function yr(t, c, d,
|
|
2092
|
+
function yr(t, c, d, W, K, ee) {
|
|
2093
2093
|
{
|
|
2094
|
-
var B =
|
|
2094
|
+
var B = xe(t);
|
|
2095
2095
|
if (!B) {
|
|
2096
2096
|
var q = "";
|
|
2097
2097
|
(t === void 0 || typeof t == "object" && t !== null && Object.keys(t).length === 0) && (q += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
@@ -2106,7 +2106,7 @@ Check the top-level render call using <` + d + ">.");
|
|
|
2106
2106
|
if (B) {
|
|
2107
2107
|
var Re = c.children;
|
|
2108
2108
|
if (Re !== void 0)
|
|
2109
|
-
if (
|
|
2109
|
+
if (W)
|
|
2110
2110
|
if (Be(Re)) {
|
|
2111
2111
|
for (var Me = 0; Me < Re.length; Me++)
|
|
2112
2112
|
vr(Re[Me], t);
|
|
@@ -2130,7 +2130,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2130
2130
|
<%s key={someKey} {...props} />`, er, Ae, Nr, Ae), Qe[Ae + er] = !0;
|
|
2131
2131
|
}
|
|
2132
2132
|
}
|
|
2133
|
-
return t ===
|
|
2133
|
+
return t === h ? Xe(le) : ze(le), le;
|
|
2134
2134
|
}
|
|
2135
2135
|
}
|
|
2136
2136
|
function Fr(t, c, d) {
|
|
@@ -2140,11 +2140,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2140
2140
|
return yr(t, c, d, !1);
|
|
2141
2141
|
}
|
|
2142
2142
|
var Dr = Ir, hr = Fr;
|
|
2143
|
-
nr.Fragment =
|
|
2143
|
+
nr.Fragment = h, nr.jsx = Dr, nr.jsxs = hr;
|
|
2144
2144
|
}()), nr;
|
|
2145
2145
|
}
|
|
2146
2146
|
process.env.NODE_ENV === "production" ? Qr.exports = vn() : Qr.exports = yn();
|
|
2147
|
-
var
|
|
2147
|
+
var s = Qr.exports, et = { exports: {} }, xr = { exports: {} }, X = {};
|
|
2148
2148
|
/** @license React v16.13.1
|
|
2149
2149
|
* react-is.production.min.js
|
|
2150
2150
|
*
|
|
@@ -2158,66 +2158,66 @@ function hn() {
|
|
|
2158
2158
|
if (kt)
|
|
2159
2159
|
return X;
|
|
2160
2160
|
kt = 1;
|
|
2161
|
-
var
|
|
2161
|
+
var u = typeof Symbol == "function" && Symbol.for, f = u ? Symbol.for("react.element") : 60103, j = u ? Symbol.for("react.portal") : 60106, h = u ? Symbol.for("react.fragment") : 60107, k = u ? Symbol.for("react.strict_mode") : 60108, C = u ? Symbol.for("react.profiler") : 60114, N = u ? Symbol.for("react.provider") : 60109, x = u ? Symbol.for("react.context") : 60110, A = u ? Symbol.for("react.async_mode") : 60111, L = u ? Symbol.for("react.concurrent_mode") : 60111, _ = u ? Symbol.for("react.forward_ref") : 60112, $ = u ? Symbol.for("react.suspense") : 60113, U = u ? Symbol.for("react.suspense_list") : 60120, I = u ? Symbol.for("react.memo") : 60115, G = u ? Symbol.for("react.lazy") : 60116, F = u ? Symbol.for("react.block") : 60121, V = u ? Symbol.for("react.fundamental") : 60117, te = u ? Symbol.for("react.responder") : 60118, J = u ? Symbol.for("react.scope") : 60119;
|
|
2162
2162
|
function ne(p) {
|
|
2163
2163
|
if (typeof p == "object" && p !== null) {
|
|
2164
2164
|
var ie = p.$$typeof;
|
|
2165
2165
|
switch (ie) {
|
|
2166
2166
|
case f:
|
|
2167
2167
|
switch (p = p.type, p) {
|
|
2168
|
-
case
|
|
2169
|
-
case
|
|
2170
|
-
case
|
|
2168
|
+
case A:
|
|
2169
|
+
case L:
|
|
2170
|
+
case h:
|
|
2171
2171
|
case C:
|
|
2172
|
-
case P:
|
|
2173
2172
|
case k:
|
|
2173
|
+
case $:
|
|
2174
2174
|
return p;
|
|
2175
2175
|
default:
|
|
2176
2176
|
switch (p = p && p.$$typeof, p) {
|
|
2177
|
-
case
|
|
2178
|
-
case
|
|
2177
|
+
case x:
|
|
2178
|
+
case _:
|
|
2179
2179
|
case G:
|
|
2180
2180
|
case I:
|
|
2181
|
-
case
|
|
2181
|
+
case N:
|
|
2182
2182
|
return p;
|
|
2183
2183
|
default:
|
|
2184
2184
|
return ie;
|
|
2185
2185
|
}
|
|
2186
2186
|
}
|
|
2187
|
-
case
|
|
2187
|
+
case j:
|
|
2188
2188
|
return ie;
|
|
2189
2189
|
}
|
|
2190
2190
|
}
|
|
2191
2191
|
}
|
|
2192
2192
|
function Z(p) {
|
|
2193
|
-
return ne(p) ===
|
|
2193
|
+
return ne(p) === L;
|
|
2194
2194
|
}
|
|
2195
|
-
return X.AsyncMode =
|
|
2196
|
-
return Z(p) || ne(p) ===
|
|
2195
|
+
return X.AsyncMode = A, X.ConcurrentMode = L, X.ContextConsumer = x, X.ContextProvider = N, X.Element = f, X.ForwardRef = _, X.Fragment = h, X.Lazy = G, X.Memo = I, X.Portal = j, X.Profiler = C, X.StrictMode = k, X.Suspense = $, X.isAsyncMode = function(p) {
|
|
2196
|
+
return Z(p) || ne(p) === A;
|
|
2197
2197
|
}, X.isConcurrentMode = Z, X.isContextConsumer = function(p) {
|
|
2198
|
-
return ne(p) ===
|
|
2198
|
+
return ne(p) === x;
|
|
2199
2199
|
}, X.isContextProvider = function(p) {
|
|
2200
|
-
return ne(p) ===
|
|
2200
|
+
return ne(p) === N;
|
|
2201
2201
|
}, X.isElement = function(p) {
|
|
2202
2202
|
return typeof p == "object" && p !== null && p.$$typeof === f;
|
|
2203
2203
|
}, X.isForwardRef = function(p) {
|
|
2204
|
-
return ne(p) ===
|
|
2204
|
+
return ne(p) === _;
|
|
2205
2205
|
}, X.isFragment = function(p) {
|
|
2206
|
-
return ne(p) ===
|
|
2206
|
+
return ne(p) === h;
|
|
2207
2207
|
}, X.isLazy = function(p) {
|
|
2208
2208
|
return ne(p) === G;
|
|
2209
2209
|
}, X.isMemo = function(p) {
|
|
2210
2210
|
return ne(p) === I;
|
|
2211
2211
|
}, X.isPortal = function(p) {
|
|
2212
|
-
return ne(p) ===
|
|
2212
|
+
return ne(p) === j;
|
|
2213
2213
|
}, X.isProfiler = function(p) {
|
|
2214
2214
|
return ne(p) === C;
|
|
2215
2215
|
}, X.isStrictMode = function(p) {
|
|
2216
|
-
return ne(p) === P;
|
|
2217
|
-
}, X.isSuspense = function(p) {
|
|
2218
2216
|
return ne(p) === k;
|
|
2217
|
+
}, X.isSuspense = function(p) {
|
|
2218
|
+
return ne(p) === $;
|
|
2219
2219
|
}, X.isValidElementType = function(p) {
|
|
2220
|
-
return typeof p == "string" || typeof p == "function" || p ===
|
|
2220
|
+
return typeof p == "string" || typeof p == "function" || p === h || p === L || p === C || p === k || p === $ || p === U || typeof p == "object" && p !== null && (p.$$typeof === G || p.$$typeof === I || p.$$typeof === N || p.$$typeof === x || p.$$typeof === _ || p.$$typeof === V || p.$$typeof === te || p.$$typeof === J || p.$$typeof === F);
|
|
2221
2221
|
}, X.typeOf = ne, X;
|
|
2222
2222
|
}
|
|
2223
2223
|
var Q = {};
|
|
@@ -2232,89 +2232,89 @@ var Q = {};
|
|
|
2232
2232
|
var At;
|
|
2233
2233
|
function mn() {
|
|
2234
2234
|
return At || (At = 1, process.env.NODE_ENV !== "production" && function() {
|
|
2235
|
-
var
|
|
2236
|
-
function ne(
|
|
2237
|
-
return typeof
|
|
2238
|
-
|
|
2239
|
-
}
|
|
2240
|
-
function Z(
|
|
2241
|
-
if (typeof
|
|
2242
|
-
var he =
|
|
2235
|
+
var u = typeof Symbol == "function" && Symbol.for, f = u ? Symbol.for("react.element") : 60103, j = u ? Symbol.for("react.portal") : 60106, h = u ? Symbol.for("react.fragment") : 60107, k = u ? Symbol.for("react.strict_mode") : 60108, C = u ? Symbol.for("react.profiler") : 60114, N = u ? Symbol.for("react.provider") : 60109, x = u ? Symbol.for("react.context") : 60110, A = u ? Symbol.for("react.async_mode") : 60111, L = u ? Symbol.for("react.concurrent_mode") : 60111, _ = u ? Symbol.for("react.forward_ref") : 60112, $ = u ? Symbol.for("react.suspense") : 60113, U = u ? Symbol.for("react.suspense_list") : 60120, I = u ? Symbol.for("react.memo") : 60115, G = u ? Symbol.for("react.lazy") : 60116, F = u ? Symbol.for("react.block") : 60121, V = u ? Symbol.for("react.fundamental") : 60117, te = u ? Symbol.for("react.responder") : 60118, J = u ? Symbol.for("react.scope") : 60119;
|
|
2236
|
+
function ne(b) {
|
|
2237
|
+
return typeof b == "string" || typeof b == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
2238
|
+
b === h || b === L || b === C || b === k || b === $ || b === U || typeof b == "object" && b !== null && (b.$$typeof === G || b.$$typeof === I || b.$$typeof === N || b.$$typeof === x || b.$$typeof === _ || b.$$typeof === V || b.$$typeof === te || b.$$typeof === J || b.$$typeof === F);
|
|
2239
|
+
}
|
|
2240
|
+
function Z(b) {
|
|
2241
|
+
if (typeof b == "object" && b !== null) {
|
|
2242
|
+
var he = b.$$typeof;
|
|
2243
2243
|
switch (he) {
|
|
2244
2244
|
case f:
|
|
2245
|
-
var $e =
|
|
2245
|
+
var $e = b.type;
|
|
2246
2246
|
switch ($e) {
|
|
2247
|
-
case
|
|
2248
|
-
case
|
|
2249
|
-
case
|
|
2247
|
+
case A:
|
|
2248
|
+
case L:
|
|
2249
|
+
case h:
|
|
2250
2250
|
case C:
|
|
2251
|
-
case P:
|
|
2252
2251
|
case k:
|
|
2252
|
+
case $:
|
|
2253
2253
|
return $e;
|
|
2254
2254
|
default:
|
|
2255
2255
|
var Pe = $e && $e.$$typeof;
|
|
2256
2256
|
switch (Pe) {
|
|
2257
|
-
case
|
|
2258
|
-
case
|
|
2257
|
+
case x:
|
|
2258
|
+
case _:
|
|
2259
2259
|
case G:
|
|
2260
2260
|
case I:
|
|
2261
|
-
case
|
|
2261
|
+
case N:
|
|
2262
2262
|
return Pe;
|
|
2263
2263
|
default:
|
|
2264
2264
|
return he;
|
|
2265
2265
|
}
|
|
2266
2266
|
}
|
|
2267
|
-
case
|
|
2267
|
+
case j:
|
|
2268
2268
|
return he;
|
|
2269
2269
|
}
|
|
2270
2270
|
}
|
|
2271
2271
|
}
|
|
2272
|
-
var p =
|
|
2273
|
-
function Se(
|
|
2274
|
-
return _e || (_e = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), l(
|
|
2272
|
+
var p = A, ie = L, Ee = x, we = N, Ce = f, xe = _, je = h, Te = G, pe = I, fe = j, de = C, ce = k, O = $, _e = !1;
|
|
2273
|
+
function Se(b) {
|
|
2274
|
+
return _e || (_e = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), l(b) || Z(b) === A;
|
|
2275
2275
|
}
|
|
2276
|
-
function l(
|
|
2277
|
-
return Z(
|
|
2276
|
+
function l(b) {
|
|
2277
|
+
return Z(b) === L;
|
|
2278
2278
|
}
|
|
2279
|
-
function n(
|
|
2280
|
-
return Z(
|
|
2279
|
+
function n(b) {
|
|
2280
|
+
return Z(b) === x;
|
|
2281
2281
|
}
|
|
2282
|
-
function i(
|
|
2283
|
-
return Z(
|
|
2282
|
+
function i(b) {
|
|
2283
|
+
return Z(b) === N;
|
|
2284
2284
|
}
|
|
2285
|
-
function
|
|
2286
|
-
return typeof
|
|
2285
|
+
function m(b) {
|
|
2286
|
+
return typeof b == "object" && b !== null && b.$$typeof === f;
|
|
2287
2287
|
}
|
|
2288
|
-
function y(
|
|
2289
|
-
return Z(
|
|
2288
|
+
function y(b) {
|
|
2289
|
+
return Z(b) === _;
|
|
2290
2290
|
}
|
|
2291
|
-
function
|
|
2292
|
-
return Z(
|
|
2291
|
+
function E(b) {
|
|
2292
|
+
return Z(b) === h;
|
|
2293
2293
|
}
|
|
2294
|
-
function R(
|
|
2295
|
-
return Z(
|
|
2294
|
+
function R(b) {
|
|
2295
|
+
return Z(b) === G;
|
|
2296
2296
|
}
|
|
2297
|
-
function w(
|
|
2298
|
-
return Z(
|
|
2297
|
+
function w(b) {
|
|
2298
|
+
return Z(b) === I;
|
|
2299
2299
|
}
|
|
2300
|
-
function
|
|
2301
|
-
return Z(
|
|
2300
|
+
function S(b) {
|
|
2301
|
+
return Z(b) === j;
|
|
2302
2302
|
}
|
|
2303
|
-
function
|
|
2304
|
-
return Z(
|
|
2303
|
+
function P(b) {
|
|
2304
|
+
return Z(b) === C;
|
|
2305
2305
|
}
|
|
2306
|
-
function D(
|
|
2307
|
-
return Z(
|
|
2306
|
+
function D(b) {
|
|
2307
|
+
return Z(b) === k;
|
|
2308
2308
|
}
|
|
2309
|
-
function ye(
|
|
2310
|
-
return Z(
|
|
2309
|
+
function ye(b) {
|
|
2310
|
+
return Z(b) === $;
|
|
2311
2311
|
}
|
|
2312
|
-
Q.AsyncMode = p, Q.ConcurrentMode = ie, Q.ContextConsumer = Ee, Q.ContextProvider = we, Q.Element =
|
|
2312
|
+
Q.AsyncMode = p, Q.ConcurrentMode = ie, Q.ContextConsumer = Ee, Q.ContextProvider = we, Q.Element = Ce, Q.ForwardRef = xe, Q.Fragment = je, Q.Lazy = Te, Q.Memo = pe, Q.Portal = fe, Q.Profiler = de, Q.StrictMode = ce, Q.Suspense = O, Q.isAsyncMode = Se, Q.isConcurrentMode = l, Q.isContextConsumer = n, Q.isContextProvider = i, Q.isElement = m, Q.isForwardRef = y, Q.isFragment = E, Q.isLazy = R, Q.isMemo = w, Q.isPortal = S, Q.isProfiler = P, Q.isStrictMode = D, Q.isSuspense = ye, Q.isValidElementType = ne, Q.typeOf = Z;
|
|
2313
2313
|
}()), Q;
|
|
2314
2314
|
}
|
|
2315
2315
|
var $t;
|
|
2316
|
-
function
|
|
2317
|
-
return $t || ($t = 1, process.env.NODE_ENV === "production" ?
|
|
2316
|
+
function Yt() {
|
|
2317
|
+
return $t || ($t = 1, process.env.NODE_ENV === "production" ? xr.exports = hn() : xr.exports = mn()), xr.exports;
|
|
2318
2318
|
}
|
|
2319
2319
|
/*
|
|
2320
2320
|
object-assign
|
|
@@ -2326,46 +2326,46 @@ function bn() {
|
|
|
2326
2326
|
if (Ft)
|
|
2327
2327
|
return Gr;
|
|
2328
2328
|
Ft = 1;
|
|
2329
|
-
var
|
|
2330
|
-
function
|
|
2329
|
+
var u = Object.getOwnPropertySymbols, f = Object.prototype.hasOwnProperty, j = Object.prototype.propertyIsEnumerable;
|
|
2330
|
+
function h(C) {
|
|
2331
2331
|
if (C == null)
|
|
2332
2332
|
throw new TypeError("Object.assign cannot be called with null or undefined");
|
|
2333
2333
|
return Object(C);
|
|
2334
2334
|
}
|
|
2335
|
-
function
|
|
2335
|
+
function k() {
|
|
2336
2336
|
try {
|
|
2337
2337
|
if (!Object.assign)
|
|
2338
2338
|
return !1;
|
|
2339
2339
|
var C = new String("abc");
|
|
2340
2340
|
if (C[5] = "de", Object.getOwnPropertyNames(C)[0] === "5")
|
|
2341
2341
|
return !1;
|
|
2342
|
-
for (var
|
|
2343
|
-
|
|
2344
|
-
var
|
|
2345
|
-
return
|
|
2342
|
+
for (var N = {}, x = 0; x < 10; x++)
|
|
2343
|
+
N["_" + String.fromCharCode(x)] = x;
|
|
2344
|
+
var A = Object.getOwnPropertyNames(N).map(function(_) {
|
|
2345
|
+
return N[_];
|
|
2346
2346
|
});
|
|
2347
|
-
if (
|
|
2347
|
+
if (A.join("") !== "0123456789")
|
|
2348
2348
|
return !1;
|
|
2349
|
-
var
|
|
2350
|
-
return "abcdefghijklmnopqrst".split("").forEach(function(
|
|
2351
|
-
|
|
2352
|
-
}), Object.keys(Object.assign({},
|
|
2349
|
+
var L = {};
|
|
2350
|
+
return "abcdefghijklmnopqrst".split("").forEach(function(_) {
|
|
2351
|
+
L[_] = _;
|
|
2352
|
+
}), Object.keys(Object.assign({}, L)).join("") === "abcdefghijklmnopqrst";
|
|
2353
2353
|
} catch {
|
|
2354
2354
|
return !1;
|
|
2355
2355
|
}
|
|
2356
2356
|
}
|
|
2357
|
-
return Gr =
|
|
2358
|
-
for (var
|
|
2359
|
-
|
|
2360
|
-
for (var
|
|
2361
|
-
f.call(
|
|
2362
|
-
if (
|
|
2363
|
-
|
|
2364
|
-
for (var U = 0; U <
|
|
2365
|
-
|
|
2366
|
-
}
|
|
2367
|
-
}
|
|
2368
|
-
return
|
|
2357
|
+
return Gr = k() ? Object.assign : function(C, N) {
|
|
2358
|
+
for (var x, A = h(C), L, _ = 1; _ < arguments.length; _++) {
|
|
2359
|
+
x = Object(arguments[_]);
|
|
2360
|
+
for (var $ in x)
|
|
2361
|
+
f.call(x, $) && (A[$] = x[$]);
|
|
2362
|
+
if (u) {
|
|
2363
|
+
L = u(x);
|
|
2364
|
+
for (var U = 0; U < L.length; U++)
|
|
2365
|
+
j.call(x, L[U]) && (A[L[U]] = x[L[U]]);
|
|
2366
|
+
}
|
|
2367
|
+
}
|
|
2368
|
+
return A;
|
|
2369
2369
|
}, Gr;
|
|
2370
2370
|
}
|
|
2371
2371
|
var Hr, It;
|
|
@@ -2373,8 +2373,8 @@ function rt() {
|
|
|
2373
2373
|
if (It)
|
|
2374
2374
|
return Hr;
|
|
2375
2375
|
It = 1;
|
|
2376
|
-
var
|
|
2377
|
-
return Hr =
|
|
2376
|
+
var u = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
|
|
2377
|
+
return Hr = u, Hr;
|
|
2378
2378
|
}
|
|
2379
2379
|
var Kr, Dt;
|
|
2380
2380
|
function Ut() {
|
|
@@ -2385,73 +2385,73 @@ function gn() {
|
|
|
2385
2385
|
if (Nt)
|
|
2386
2386
|
return Jr;
|
|
2387
2387
|
Nt = 1;
|
|
2388
|
-
var
|
|
2388
|
+
var u = function() {
|
|
2389
2389
|
};
|
|
2390
2390
|
if (process.env.NODE_ENV !== "production") {
|
|
2391
|
-
var f = rt(),
|
|
2392
|
-
|
|
2393
|
-
var
|
|
2394
|
-
typeof console < "u" && console.error(
|
|
2391
|
+
var f = rt(), j = {}, h = Ut();
|
|
2392
|
+
u = function(C) {
|
|
2393
|
+
var N = "Warning: " + C;
|
|
2394
|
+
typeof console < "u" && console.error(N);
|
|
2395
2395
|
try {
|
|
2396
|
-
throw new Error(
|
|
2396
|
+
throw new Error(N);
|
|
2397
2397
|
} catch {
|
|
2398
2398
|
}
|
|
2399
2399
|
};
|
|
2400
2400
|
}
|
|
2401
|
-
function
|
|
2401
|
+
function k(C, N, x, A, L) {
|
|
2402
2402
|
if (process.env.NODE_ENV !== "production") {
|
|
2403
|
-
for (var
|
|
2404
|
-
if (
|
|
2405
|
-
var
|
|
2403
|
+
for (var _ in C)
|
|
2404
|
+
if (h(C, _)) {
|
|
2405
|
+
var $;
|
|
2406
2406
|
try {
|
|
2407
|
-
if (typeof C[
|
|
2407
|
+
if (typeof C[_] != "function") {
|
|
2408
2408
|
var U = Error(
|
|
2409
|
-
(
|
|
2409
|
+
(A || "React class") + ": " + x + " type `" + _ + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof C[_] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."
|
|
2410
2410
|
);
|
|
2411
2411
|
throw U.name = "Invariant Violation", U;
|
|
2412
2412
|
}
|
|
2413
|
-
|
|
2413
|
+
$ = C[_](N, _, A, x, null, f);
|
|
2414
2414
|
} catch (G) {
|
|
2415
|
-
|
|
2415
|
+
$ = G;
|
|
2416
2416
|
}
|
|
2417
|
-
if (
|
|
2418
|
-
(
|
|
2419
|
-
),
|
|
2420
|
-
|
|
2421
|
-
var I =
|
|
2422
|
-
|
|
2423
|
-
"Failed " +
|
|
2417
|
+
if ($ && !($ instanceof Error) && u(
|
|
2418
|
+
(A || "React class") + ": type specification of " + x + " `" + _ + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof $ + ". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."
|
|
2419
|
+
), $ instanceof Error && !($.message in j)) {
|
|
2420
|
+
j[$.message] = !0;
|
|
2421
|
+
var I = L ? L() : "";
|
|
2422
|
+
u(
|
|
2423
|
+
"Failed " + x + " type: " + $.message + (I ?? "")
|
|
2424
2424
|
);
|
|
2425
2425
|
}
|
|
2426
2426
|
}
|
|
2427
2427
|
}
|
|
2428
2428
|
}
|
|
2429
|
-
return
|
|
2430
|
-
process.env.NODE_ENV !== "production" && (
|
|
2431
|
-
}, Jr =
|
|
2429
|
+
return k.resetWarningCache = function() {
|
|
2430
|
+
process.env.NODE_ENV !== "production" && (j = {});
|
|
2431
|
+
}, Jr = k, Jr;
|
|
2432
2432
|
}
|
|
2433
2433
|
var Zr, Mt;
|
|
2434
2434
|
function _n() {
|
|
2435
2435
|
if (Mt)
|
|
2436
2436
|
return Zr;
|
|
2437
2437
|
Mt = 1;
|
|
2438
|
-
var
|
|
2438
|
+
var u = Yt(), f = bn(), j = rt(), h = Ut(), k = gn(), C = function() {
|
|
2439
2439
|
};
|
|
2440
|
-
process.env.NODE_ENV !== "production" && (C = function(
|
|
2441
|
-
var
|
|
2442
|
-
typeof console < "u" && console.error(
|
|
2440
|
+
process.env.NODE_ENV !== "production" && (C = function(x) {
|
|
2441
|
+
var A = "Warning: " + x;
|
|
2442
|
+
typeof console < "u" && console.error(A);
|
|
2443
2443
|
try {
|
|
2444
|
-
throw new Error(
|
|
2444
|
+
throw new Error(A);
|
|
2445
2445
|
} catch {
|
|
2446
2446
|
}
|
|
2447
2447
|
});
|
|
2448
|
-
function
|
|
2448
|
+
function N() {
|
|
2449
2449
|
return null;
|
|
2450
2450
|
}
|
|
2451
|
-
return Zr = function(
|
|
2452
|
-
var
|
|
2453
|
-
function
|
|
2454
|
-
var n = l && (
|
|
2451
|
+
return Zr = function(x, A) {
|
|
2452
|
+
var L = typeof Symbol == "function" && Symbol.iterator, _ = "@@iterator";
|
|
2453
|
+
function $(l) {
|
|
2454
|
+
var n = l && (L && l[L] || l[_]);
|
|
2455
2455
|
if (typeof n == "function")
|
|
2456
2456
|
return n;
|
|
2457
2457
|
}
|
|
@@ -2469,50 +2469,50 @@ function _n() {
|
|
|
2469
2469
|
element: Z(),
|
|
2470
2470
|
elementType: p(),
|
|
2471
2471
|
instanceOf: ie,
|
|
2472
|
-
node:
|
|
2472
|
+
node: xe(),
|
|
2473
2473
|
objectOf: we,
|
|
2474
2474
|
oneOf: Ee,
|
|
2475
|
-
oneOfType:
|
|
2475
|
+
oneOfType: Ce,
|
|
2476
2476
|
shape: Te,
|
|
2477
2477
|
exact: pe
|
|
2478
2478
|
};
|
|
2479
2479
|
function G(l, n) {
|
|
2480
2480
|
return l === n ? l !== 0 || 1 / l === 1 / n : l !== l && n !== n;
|
|
2481
2481
|
}
|
|
2482
|
-
function
|
|
2482
|
+
function F(l, n) {
|
|
2483
2483
|
this.message = l, this.data = n && typeof n == "object" ? n : {}, this.stack = "";
|
|
2484
2484
|
}
|
|
2485
|
-
|
|
2485
|
+
F.prototype = Error.prototype;
|
|
2486
2486
|
function V(l) {
|
|
2487
2487
|
if (process.env.NODE_ENV !== "production")
|
|
2488
2488
|
var n = {}, i = 0;
|
|
2489
|
-
function
|
|
2490
|
-
if (
|
|
2491
|
-
if (
|
|
2492
|
-
var
|
|
2489
|
+
function m(E, R, w, S, P, D, ye) {
|
|
2490
|
+
if (S = S || U, D = D || w, ye !== j) {
|
|
2491
|
+
if (A) {
|
|
2492
|
+
var b = new Error(
|
|
2493
2493
|
"Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
|
|
2494
2494
|
);
|
|
2495
|
-
throw
|
|
2495
|
+
throw b.name = "Invariant Violation", b;
|
|
2496
2496
|
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
2497
|
-
var he =
|
|
2497
|
+
var he = S + ":" + w;
|
|
2498
2498
|
!n[he] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
2499
2499
|
i < 3 && (C(
|
|
2500
|
-
"You are manually calling a React.PropTypes validation function for the `" + D + "` prop on `" +
|
|
2500
|
+
"You are manually calling a React.PropTypes validation function for the `" + D + "` prop on `" + S + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
|
|
2501
2501
|
), n[he] = !0, i++);
|
|
2502
2502
|
}
|
|
2503
2503
|
}
|
|
2504
|
-
return R[w] == null ?
|
|
2504
|
+
return R[w] == null ? E ? R[w] === null ? new F("The " + P + " `" + D + "` is marked as required " + ("in `" + S + "`, but its value is `null`.")) : new F("The " + P + " `" + D + "` is marked as required in " + ("`" + S + "`, but its value is `undefined`.")) : null : l(R, w, S, P, D);
|
|
2505
2505
|
}
|
|
2506
|
-
var y =
|
|
2507
|
-
return y.isRequired =
|
|
2506
|
+
var y = m.bind(null, !1);
|
|
2507
|
+
return y.isRequired = m.bind(null, !0), y;
|
|
2508
2508
|
}
|
|
2509
2509
|
function te(l) {
|
|
2510
|
-
function n(i,
|
|
2511
|
-
var
|
|
2512
|
-
if (
|
|
2513
|
-
var D = S
|
|
2514
|
-
return new
|
|
2515
|
-
"Invalid " +
|
|
2510
|
+
function n(i, m, y, E, R, w) {
|
|
2511
|
+
var S = i[m], P = ce(S);
|
|
2512
|
+
if (P !== l) {
|
|
2513
|
+
var D = O(S);
|
|
2514
|
+
return new F(
|
|
2515
|
+
"Invalid " + E + " `" + R + "` of type " + ("`" + D + "` supplied to `" + y + "`, expected ") + ("`" + l + "`."),
|
|
2516
2516
|
{ expectedType: l }
|
|
2517
2517
|
);
|
|
2518
2518
|
}
|
|
@@ -2521,19 +2521,19 @@ function _n() {
|
|
|
2521
2521
|
return V(n);
|
|
2522
2522
|
}
|
|
2523
2523
|
function J() {
|
|
2524
|
-
return V(
|
|
2524
|
+
return V(N);
|
|
2525
2525
|
}
|
|
2526
2526
|
function ne(l) {
|
|
2527
|
-
function n(i,
|
|
2527
|
+
function n(i, m, y, E, R) {
|
|
2528
2528
|
if (typeof l != "function")
|
|
2529
|
-
return new
|
|
2530
|
-
var w = i[
|
|
2529
|
+
return new F("Property `" + R + "` of component `" + y + "` has invalid PropType notation inside arrayOf.");
|
|
2530
|
+
var w = i[m];
|
|
2531
2531
|
if (!Array.isArray(w)) {
|
|
2532
|
-
var
|
|
2533
|
-
return new
|
|
2532
|
+
var S = ce(w);
|
|
2533
|
+
return new F("Invalid " + E + " `" + R + "` of type " + ("`" + S + "` supplied to `" + y + "`, expected an array."));
|
|
2534
2534
|
}
|
|
2535
|
-
for (var
|
|
2536
|
-
var D = l(w,
|
|
2535
|
+
for (var P = 0; P < w.length; P++) {
|
|
2536
|
+
var D = l(w, P, y, E, R + "[" + P + "]", j);
|
|
2537
2537
|
if (D instanceof Error)
|
|
2538
2538
|
return D;
|
|
2539
2539
|
}
|
|
@@ -2542,32 +2542,32 @@ function _n() {
|
|
|
2542
2542
|
return V(n);
|
|
2543
2543
|
}
|
|
2544
2544
|
function Z() {
|
|
2545
|
-
function l(n, i,
|
|
2545
|
+
function l(n, i, m, y, E) {
|
|
2546
2546
|
var R = n[i];
|
|
2547
|
-
if (!
|
|
2547
|
+
if (!x(R)) {
|
|
2548
2548
|
var w = ce(R);
|
|
2549
|
-
return new
|
|
2549
|
+
return new F("Invalid " + y + " `" + E + "` of type " + ("`" + w + "` supplied to `" + m + "`, expected a single ReactElement."));
|
|
2550
2550
|
}
|
|
2551
2551
|
return null;
|
|
2552
2552
|
}
|
|
2553
2553
|
return V(l);
|
|
2554
2554
|
}
|
|
2555
2555
|
function p() {
|
|
2556
|
-
function l(n, i,
|
|
2556
|
+
function l(n, i, m, y, E) {
|
|
2557
2557
|
var R = n[i];
|
|
2558
|
-
if (!
|
|
2558
|
+
if (!u.isValidElementType(R)) {
|
|
2559
2559
|
var w = ce(R);
|
|
2560
|
-
return new
|
|
2560
|
+
return new F("Invalid " + y + " `" + E + "` of type " + ("`" + w + "` supplied to `" + m + "`, expected a single ReactElement type."));
|
|
2561
2561
|
}
|
|
2562
2562
|
return null;
|
|
2563
2563
|
}
|
|
2564
2564
|
return V(l);
|
|
2565
2565
|
}
|
|
2566
2566
|
function ie(l) {
|
|
2567
|
-
function n(i,
|
|
2568
|
-
if (!(i[
|
|
2569
|
-
var w = l.name || U,
|
|
2570
|
-
return new
|
|
2567
|
+
function n(i, m, y, E, R) {
|
|
2568
|
+
if (!(i[m] instanceof l)) {
|
|
2569
|
+
var w = l.name || U, S = Se(i[m]);
|
|
2570
|
+
return new F("Invalid " + E + " `" + R + "` of type " + ("`" + S + "` supplied to `" + y + "`, expected ") + ("instance of `" + w + "`."));
|
|
2571
2571
|
}
|
|
2572
2572
|
return null;
|
|
2573
2573
|
}
|
|
@@ -2577,29 +2577,29 @@ function _n() {
|
|
|
2577
2577
|
if (!Array.isArray(l))
|
|
2578
2578
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? C(
|
|
2579
2579
|
"Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
|
|
2580
|
-
) : C("Invalid argument supplied to oneOf, expected an array.")),
|
|
2581
|
-
function n(i,
|
|
2582
|
-
for (var w = i[
|
|
2583
|
-
if (G(w, l[
|
|
2580
|
+
) : C("Invalid argument supplied to oneOf, expected an array.")), N;
|
|
2581
|
+
function n(i, m, y, E, R) {
|
|
2582
|
+
for (var w = i[m], S = 0; S < l.length; S++)
|
|
2583
|
+
if (G(w, l[S]))
|
|
2584
2584
|
return null;
|
|
2585
|
-
var
|
|
2586
|
-
var he =
|
|
2587
|
-
return he === "symbol" ? String(
|
|
2585
|
+
var P = JSON.stringify(l, function(ye, b) {
|
|
2586
|
+
var he = O(b);
|
|
2587
|
+
return he === "symbol" ? String(b) : b;
|
|
2588
2588
|
});
|
|
2589
|
-
return new
|
|
2589
|
+
return new F("Invalid " + E + " `" + R + "` of value `" + String(w) + "` " + ("supplied to `" + y + "`, expected one of " + P + "."));
|
|
2590
2590
|
}
|
|
2591
2591
|
return V(n);
|
|
2592
2592
|
}
|
|
2593
2593
|
function we(l) {
|
|
2594
|
-
function n(i,
|
|
2594
|
+
function n(i, m, y, E, R) {
|
|
2595
2595
|
if (typeof l != "function")
|
|
2596
|
-
return new
|
|
2597
|
-
var w = i[
|
|
2598
|
-
if (
|
|
2599
|
-
return new
|
|
2600
|
-
for (var
|
|
2601
|
-
if (
|
|
2602
|
-
var D = l(w,
|
|
2596
|
+
return new F("Property `" + R + "` of component `" + y + "` has invalid PropType notation inside objectOf.");
|
|
2597
|
+
var w = i[m], S = ce(w);
|
|
2598
|
+
if (S !== "object")
|
|
2599
|
+
return new F("Invalid " + E + " `" + R + "` of type " + ("`" + S + "` supplied to `" + y + "`, expected an object."));
|
|
2600
|
+
for (var P in w)
|
|
2601
|
+
if (h(w, P)) {
|
|
2602
|
+
var D = l(w, P, y, E, R + "." + P, j);
|
|
2603
2603
|
if (D instanceof Error)
|
|
2604
2604
|
return D;
|
|
2605
2605
|
}
|
|
@@ -2607,49 +2607,49 @@ function _n() {
|
|
|
2607
2607
|
}
|
|
2608
2608
|
return V(n);
|
|
2609
2609
|
}
|
|
2610
|
-
function
|
|
2610
|
+
function Ce(l) {
|
|
2611
2611
|
if (!Array.isArray(l))
|
|
2612
|
-
return process.env.NODE_ENV !== "production" && C("Invalid argument supplied to oneOfType, expected an instance of array."),
|
|
2612
|
+
return process.env.NODE_ENV !== "production" && C("Invalid argument supplied to oneOfType, expected an instance of array."), N;
|
|
2613
2613
|
for (var n = 0; n < l.length; n++) {
|
|
2614
2614
|
var i = l[n];
|
|
2615
2615
|
if (typeof i != "function")
|
|
2616
2616
|
return C(
|
|
2617
2617
|
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + _e(i) + " at index " + n + "."
|
|
2618
|
-
),
|
|
2618
|
+
), N;
|
|
2619
2619
|
}
|
|
2620
|
-
function
|
|
2621
|
-
for (var
|
|
2622
|
-
var ye = l[D],
|
|
2623
|
-
if (
|
|
2620
|
+
function m(y, E, R, w, S) {
|
|
2621
|
+
for (var P = [], D = 0; D < l.length; D++) {
|
|
2622
|
+
var ye = l[D], b = ye(y, E, R, w, S, j);
|
|
2623
|
+
if (b == null)
|
|
2624
2624
|
return null;
|
|
2625
|
-
|
|
2625
|
+
b.data && h(b.data, "expectedType") && P.push(b.data.expectedType);
|
|
2626
2626
|
}
|
|
2627
|
-
var he =
|
|
2628
|
-
return new
|
|
2627
|
+
var he = P.length > 0 ? ", expected one of type [" + P.join(", ") + "]" : "";
|
|
2628
|
+
return new F("Invalid " + w + " `" + S + "` supplied to " + ("`" + R + "`" + he + "."));
|
|
2629
2629
|
}
|
|
2630
|
-
return V(
|
|
2630
|
+
return V(m);
|
|
2631
2631
|
}
|
|
2632
|
-
function
|
|
2633
|
-
function l(n, i,
|
|
2634
|
-
return fe(n[i]) ? null : new
|
|
2632
|
+
function xe() {
|
|
2633
|
+
function l(n, i, m, y, E) {
|
|
2634
|
+
return fe(n[i]) ? null : new F("Invalid " + y + " `" + E + "` supplied to " + ("`" + m + "`, expected a ReactNode."));
|
|
2635
2635
|
}
|
|
2636
2636
|
return V(l);
|
|
2637
2637
|
}
|
|
2638
|
-
function je(l, n, i,
|
|
2639
|
-
return new
|
|
2640
|
-
(l || "React class") + ": " + n + " type `" + i + "." +
|
|
2638
|
+
function je(l, n, i, m, y) {
|
|
2639
|
+
return new F(
|
|
2640
|
+
(l || "React class") + ": " + n + " type `" + i + "." + m + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + y + "`."
|
|
2641
2641
|
);
|
|
2642
2642
|
}
|
|
2643
2643
|
function Te(l) {
|
|
2644
|
-
function n(i,
|
|
2645
|
-
var w = i[
|
|
2646
|
-
if (
|
|
2647
|
-
return new
|
|
2648
|
-
for (var
|
|
2649
|
-
var D = l[
|
|
2644
|
+
function n(i, m, y, E, R) {
|
|
2645
|
+
var w = i[m], S = ce(w);
|
|
2646
|
+
if (S !== "object")
|
|
2647
|
+
return new F("Invalid " + E + " `" + R + "` of type `" + S + "` " + ("supplied to `" + y + "`, expected `object`."));
|
|
2648
|
+
for (var P in l) {
|
|
2649
|
+
var D = l[P];
|
|
2650
2650
|
if (typeof D != "function")
|
|
2651
|
-
return je(y,
|
|
2652
|
-
var ye = D(w,
|
|
2651
|
+
return je(y, E, R, P, O(D));
|
|
2652
|
+
var ye = D(w, P, y, E, R + "." + P, j);
|
|
2653
2653
|
if (ye)
|
|
2654
2654
|
return ye;
|
|
2655
2655
|
}
|
|
@@ -2658,23 +2658,23 @@ function _n() {
|
|
|
2658
2658
|
return V(n);
|
|
2659
2659
|
}
|
|
2660
2660
|
function pe(l) {
|
|
2661
|
-
function n(i,
|
|
2662
|
-
var w = i[
|
|
2663
|
-
if (
|
|
2664
|
-
return new
|
|
2665
|
-
var
|
|
2666
|
-
for (var D in
|
|
2661
|
+
function n(i, m, y, E, R) {
|
|
2662
|
+
var w = i[m], S = ce(w);
|
|
2663
|
+
if (S !== "object")
|
|
2664
|
+
return new F("Invalid " + E + " `" + R + "` of type `" + S + "` " + ("supplied to `" + y + "`, expected `object`."));
|
|
2665
|
+
var P = f({}, i[m], l);
|
|
2666
|
+
for (var D in P) {
|
|
2667
2667
|
var ye = l[D];
|
|
2668
|
-
if (
|
|
2669
|
-
return je(y,
|
|
2668
|
+
if (h(l, D) && typeof ye != "function")
|
|
2669
|
+
return je(y, E, R, D, O(ye));
|
|
2670
2670
|
if (!ye)
|
|
2671
|
-
return new
|
|
2672
|
-
"Invalid " +
|
|
2671
|
+
return new F(
|
|
2672
|
+
"Invalid " + E + " `" + R + "` key `" + D + "` supplied to `" + y + "`.\nBad object: " + JSON.stringify(i[m], null, " ") + `
|
|
2673
2673
|
Valid keys: ` + JSON.stringify(Object.keys(l), null, " ")
|
|
2674
2674
|
);
|
|
2675
|
-
var
|
|
2676
|
-
if (
|
|
2677
|
-
return
|
|
2675
|
+
var b = ye(w, D, y, E, R + "." + D, j);
|
|
2676
|
+
if (b)
|
|
2677
|
+
return b;
|
|
2678
2678
|
}
|
|
2679
2679
|
return null;
|
|
2680
2680
|
}
|
|
@@ -2691,18 +2691,18 @@ Valid keys: ` + JSON.stringify(Object.keys(l), null, " ")
|
|
|
2691
2691
|
case "object":
|
|
2692
2692
|
if (Array.isArray(l))
|
|
2693
2693
|
return l.every(fe);
|
|
2694
|
-
if (l === null ||
|
|
2694
|
+
if (l === null || x(l))
|
|
2695
2695
|
return !0;
|
|
2696
|
-
var n =
|
|
2696
|
+
var n = $(l);
|
|
2697
2697
|
if (n) {
|
|
2698
|
-
var i = n.call(l),
|
|
2698
|
+
var i = n.call(l), m;
|
|
2699
2699
|
if (n !== l.entries) {
|
|
2700
|
-
for (; !(
|
|
2701
|
-
if (!fe(
|
|
2700
|
+
for (; !(m = i.next()).done; )
|
|
2701
|
+
if (!fe(m.value))
|
|
2702
2702
|
return !1;
|
|
2703
2703
|
} else
|
|
2704
|
-
for (; !(
|
|
2705
|
-
var y =
|
|
2704
|
+
for (; !(m = i.next()).done; ) {
|
|
2705
|
+
var y = m.value;
|
|
2706
2706
|
if (y && !fe(y[1]))
|
|
2707
2707
|
return !1;
|
|
2708
2708
|
}
|
|
@@ -2720,7 +2720,7 @@ Valid keys: ` + JSON.stringify(Object.keys(l), null, " ")
|
|
|
2720
2720
|
var n = typeof l;
|
|
2721
2721
|
return Array.isArray(l) ? "array" : l instanceof RegExp ? "object" : de(n, l) ? "symbol" : n;
|
|
2722
2722
|
}
|
|
2723
|
-
function
|
|
2723
|
+
function O(l) {
|
|
2724
2724
|
if (typeof l > "u" || l === null)
|
|
2725
2725
|
return "" + l;
|
|
2726
2726
|
var n = ce(l);
|
|
@@ -2733,7 +2733,7 @@ Valid keys: ` + JSON.stringify(Object.keys(l), null, " ")
|
|
|
2733
2733
|
return n;
|
|
2734
2734
|
}
|
|
2735
2735
|
function _e(l) {
|
|
2736
|
-
var n =
|
|
2736
|
+
var n = O(l);
|
|
2737
2737
|
switch (n) {
|
|
2738
2738
|
case "array":
|
|
2739
2739
|
case "object":
|
|
@@ -2749,7 +2749,7 @@ Valid keys: ` + JSON.stringify(Object.keys(l), null, " ")
|
|
|
2749
2749
|
function Se(l) {
|
|
2750
2750
|
return !l.constructor || !l.constructor.name ? U : l.constructor.name;
|
|
2751
2751
|
}
|
|
2752
|
-
return I.checkPropTypes =
|
|
2752
|
+
return I.checkPropTypes = k, I.resetWarningCache = k.resetWarningCache, I.PropTypes = I, I;
|
|
2753
2753
|
}, Zr;
|
|
2754
2754
|
}
|
|
2755
2755
|
var Xr, Lt;
|
|
@@ -2757,70 +2757,70 @@ function En() {
|
|
|
2757
2757
|
if (Lt)
|
|
2758
2758
|
return Xr;
|
|
2759
2759
|
Lt = 1;
|
|
2760
|
-
var
|
|
2760
|
+
var u = rt();
|
|
2761
2761
|
function f() {
|
|
2762
2762
|
}
|
|
2763
|
-
function
|
|
2763
|
+
function j() {
|
|
2764
2764
|
}
|
|
2765
|
-
return
|
|
2766
|
-
function
|
|
2767
|
-
if (
|
|
2765
|
+
return j.resetWarningCache = f, Xr = function() {
|
|
2766
|
+
function h(N, x, A, L, _, $) {
|
|
2767
|
+
if ($ !== u) {
|
|
2768
2768
|
var U = new Error(
|
|
2769
2769
|
"Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types"
|
|
2770
2770
|
);
|
|
2771
2771
|
throw U.name = "Invariant Violation", U;
|
|
2772
2772
|
}
|
|
2773
2773
|
}
|
|
2774
|
-
|
|
2775
|
-
function
|
|
2776
|
-
return
|
|
2774
|
+
h.isRequired = h;
|
|
2775
|
+
function k() {
|
|
2776
|
+
return h;
|
|
2777
2777
|
}
|
|
2778
2778
|
var C = {
|
|
2779
|
-
array:
|
|
2780
|
-
bigint:
|
|
2781
|
-
bool:
|
|
2782
|
-
func:
|
|
2783
|
-
number:
|
|
2784
|
-
object:
|
|
2785
|
-
string:
|
|
2786
|
-
symbol:
|
|
2787
|
-
any:
|
|
2788
|
-
arrayOf:
|
|
2789
|
-
element:
|
|
2790
|
-
elementType:
|
|
2791
|
-
instanceOf:
|
|
2792
|
-
node:
|
|
2793
|
-
objectOf:
|
|
2794
|
-
oneOf:
|
|
2795
|
-
oneOfType:
|
|
2796
|
-
shape:
|
|
2797
|
-
exact:
|
|
2798
|
-
checkPropTypes:
|
|
2779
|
+
array: h,
|
|
2780
|
+
bigint: h,
|
|
2781
|
+
bool: h,
|
|
2782
|
+
func: h,
|
|
2783
|
+
number: h,
|
|
2784
|
+
object: h,
|
|
2785
|
+
string: h,
|
|
2786
|
+
symbol: h,
|
|
2787
|
+
any: h,
|
|
2788
|
+
arrayOf: k,
|
|
2789
|
+
element: h,
|
|
2790
|
+
elementType: h,
|
|
2791
|
+
instanceOf: k,
|
|
2792
|
+
node: h,
|
|
2793
|
+
objectOf: k,
|
|
2794
|
+
oneOf: k,
|
|
2795
|
+
oneOfType: k,
|
|
2796
|
+
shape: k,
|
|
2797
|
+
exact: k,
|
|
2798
|
+
checkPropTypes: j,
|
|
2799
2799
|
resetWarningCache: f
|
|
2800
2800
|
};
|
|
2801
2801
|
return C.PropTypes = C, C;
|
|
2802
2802
|
}, Xr;
|
|
2803
2803
|
}
|
|
2804
2804
|
if (process.env.NODE_ENV !== "production") {
|
|
2805
|
-
var Rn =
|
|
2805
|
+
var Rn = Yt(), wn = !0;
|
|
2806
2806
|
et.exports = _n()(Rn.isElement, wn);
|
|
2807
2807
|
} else
|
|
2808
2808
|
et.exports = En()();
|
|
2809
|
-
var
|
|
2810
|
-
const
|
|
2811
|
-
/* @__PURE__ */
|
|
2812
|
-
/* @__PURE__ */
|
|
2813
|
-
/* @__PURE__ */
|
|
2814
|
-
/* @__PURE__ */
|
|
2809
|
+
var Cn = et.exports;
|
|
2810
|
+
const g = /* @__PURE__ */ fn(Cn), xn = ({ title: u = "", id: f = "", children: j = /* @__PURE__ */ s.jsx("div", {}) }) => /* @__PURE__ */ s.jsxs("div", { className: "u-accordion", children: [
|
|
2811
|
+
/* @__PURE__ */ s.jsx("div", { className: "u-accordion-title", children: u }),
|
|
2812
|
+
/* @__PURE__ */ s.jsx("input", { className: "u-accordion-input", type: "checkbox", id: `u-accordion${f}` }),
|
|
2813
|
+
/* @__PURE__ */ s.jsx("label", { className: "u-accordion-toggle", htmlFor: `u-accordion${f}` }),
|
|
2814
|
+
/* @__PURE__ */ s.jsx("div", { className: "u-accordion-content", children: j })
|
|
2815
2815
|
] });
|
|
2816
|
-
|
|
2817
|
-
title:
|
|
2818
|
-
id:
|
|
2819
|
-
children:
|
|
2816
|
+
xn.propTypes = {
|
|
2817
|
+
title: g.string,
|
|
2818
|
+
id: g.string,
|
|
2819
|
+
children: g.node
|
|
2820
2820
|
};
|
|
2821
|
-
const Tn = ({ onClick:
|
|
2822
|
-
const
|
|
2823
|
-
switch (
|
|
2821
|
+
const Tn = ({ onClick: u, variant: f = "primary", size: j = "medium", type: h = "button", icon: k = "", iconLeft: C = !1, iconOnly: N = !1, iconSize: x, disabled: A = !1, children: L = "ОК" }) => {
|
|
2822
|
+
const _ = (F) => {
|
|
2823
|
+
switch (F) {
|
|
2824
2824
|
case "primary":
|
|
2825
2825
|
return "u-button";
|
|
2826
2826
|
case "danger":
|
|
@@ -2842,8 +2842,8 @@ const Tn = ({ onClick: s, variant: f = "primary", size: $ = "medium", type: g =
|
|
|
2842
2842
|
case "text-danger-table":
|
|
2843
2843
|
return "u-button-text u-button-text-danger-table";
|
|
2844
2844
|
}
|
|
2845
|
-
},
|
|
2846
|
-
switch (
|
|
2845
|
+
}, $ = (F) => {
|
|
2846
|
+
switch (F) {
|
|
2847
2847
|
case "medium":
|
|
2848
2848
|
return "";
|
|
2849
2849
|
case "small":
|
|
@@ -2851,29 +2851,29 @@ const Tn = ({ onClick: s, variant: f = "primary", size: $ = "medium", type: g =
|
|
|
2851
2851
|
default:
|
|
2852
2852
|
return "";
|
|
2853
2853
|
}
|
|
2854
|
-
}, U = (
|
|
2855
|
-
return /* @__PURE__ */
|
|
2854
|
+
}, U = (F, V) => F && ["text", "text-danger"].includes(V) ? " u-button-text-icon-left" : F ? " u-button-icon-left" : "", I = (F) => F ? " icon-only" : "", G = (F) => typeof F == "number" ? `${F}px` : String(F);
|
|
2855
|
+
return /* @__PURE__ */ s.jsxs(
|
|
2856
2856
|
"button",
|
|
2857
2857
|
{
|
|
2858
|
-
className: `${
|
|
2859
|
-
type:
|
|
2860
|
-
onClick:
|
|
2861
|
-
disabled:
|
|
2858
|
+
className: `${_(f)}${$(j)}${U(C, f)}`,
|
|
2859
|
+
type: h,
|
|
2860
|
+
onClick: u,
|
|
2861
|
+
disabled: A,
|
|
2862
2862
|
children: [
|
|
2863
|
-
!
|
|
2863
|
+
!N && f !== "icon" && L,
|
|
2864
2864
|
" ",
|
|
2865
|
-
|
|
2865
|
+
k && /* @__PURE__ */ s.jsx("i", { style: x && { fontSize: G(x) }, className: `u-icon${I(N)} icon-${k}` })
|
|
2866
2866
|
]
|
|
2867
2867
|
}
|
|
2868
2868
|
);
|
|
2869
2869
|
};
|
|
2870
2870
|
Tn.propTypes = {
|
|
2871
|
-
variant:
|
|
2872
|
-
type:
|
|
2873
|
-
size:
|
|
2874
|
-
children:
|
|
2875
|
-
onClick:
|
|
2876
|
-
icon:
|
|
2871
|
+
variant: g.oneOf(["primary", "danger", "outline", "danger-outline", "simple", "icon", "text", "text-danger", "text-table", "text-danger-table"]),
|
|
2872
|
+
type: g.string,
|
|
2873
|
+
size: g.string,
|
|
2874
|
+
children: g.string,
|
|
2875
|
+
onClick: g.func,
|
|
2876
|
+
icon: g.oneOf([
|
|
2877
2877
|
"active",
|
|
2878
2878
|
"application",
|
|
2879
2879
|
"attention",
|
|
@@ -2965,32 +2965,32 @@ Tn.propTypes = {
|
|
|
2965
2965
|
])
|
|
2966
2966
|
};
|
|
2967
2967
|
const Sn = ({
|
|
2968
|
-
children:
|
|
2968
|
+
children: u = /* @__PURE__ */ s.jsx("span", {}),
|
|
2969
2969
|
disabled: f,
|
|
2970
|
-
checked:
|
|
2971
|
-
rightCheckbox:
|
|
2972
|
-
onClick:
|
|
2973
|
-
}) => /* @__PURE__ */
|
|
2974
|
-
|
|
2975
|
-
/* @__PURE__ */
|
|
2976
|
-
/* @__PURE__ */
|
|
2977
|
-
!
|
|
2970
|
+
checked: j,
|
|
2971
|
+
rightCheckbox: h = !1,
|
|
2972
|
+
onClick: k
|
|
2973
|
+
}) => /* @__PURE__ */ s.jsxs("label", { className: "u-checkbox", children: [
|
|
2974
|
+
h && /* @__PURE__ */ s.jsx(s.Fragment, { children: u }),
|
|
2975
|
+
/* @__PURE__ */ s.jsx("input", { checked: j, disabled: f, type: "checkbox", onClick: k }),
|
|
2976
|
+
/* @__PURE__ */ s.jsx("div", { className: "u-checkbox-input" }),
|
|
2977
|
+
!h && /* @__PURE__ */ s.jsx(s.Fragment, { children: u })
|
|
2978
2978
|
] });
|
|
2979
2979
|
Sn.propTypes = {
|
|
2980
|
-
children:
|
|
2981
|
-
disabled:
|
|
2982
|
-
checked:
|
|
2983
|
-
rightCheckbox:
|
|
2984
|
-
onChange:
|
|
2980
|
+
children: g.node,
|
|
2981
|
+
disabled: g.bool,
|
|
2982
|
+
checked: g.bool,
|
|
2983
|
+
rightCheckbox: g.bool,
|
|
2984
|
+
onChange: g.func
|
|
2985
2985
|
};
|
|
2986
|
-
const jn = ({ name:
|
|
2987
|
-
const
|
|
2988
|
-
return /* @__PURE__ */
|
|
2986
|
+
const jn = ({ name: u = "", size: f = "", color: j = "" }) => {
|
|
2987
|
+
const h = (k) => typeof k == "number" ? `${k}px` : String(k);
|
|
2988
|
+
return /* @__PURE__ */ s.jsx("i", { style: { fontSize: h(f), color: j }, className: `u-icon icon-${u}` });
|
|
2989
2989
|
};
|
|
2990
2990
|
jn.propTypes = {
|
|
2991
|
-
size:
|
|
2992
|
-
color:
|
|
2993
|
-
name:
|
|
2991
|
+
size: g.string,
|
|
2992
|
+
color: g.string,
|
|
2993
|
+
name: g.oneOf([
|
|
2994
2994
|
"active",
|
|
2995
2995
|
"application",
|
|
2996
2996
|
"attention",
|
|
@@ -3081,9 +3081,9 @@ jn.propTypes = {
|
|
|
3081
3081
|
"zip"
|
|
3082
3082
|
])
|
|
3083
3083
|
};
|
|
3084
|
-
const On = ({ title:
|
|
3085
|
-
const
|
|
3086
|
-
return /* @__PURE__ */
|
|
3084
|
+
const On = ({ title: u = "", defaultValue: f = "", onChange: j, required: h = !1, disabled: k = !1, lineUp: C = !1, rowGap: N = 4, columnGap: x = 20, styleInputContainer: A, styleTitle: L, styleInput: _ }) => {
|
|
3085
|
+
const $ = (U) => typeof U == "number" ? `${U}px` : String(U);
|
|
3086
|
+
return /* @__PURE__ */ s.jsxs(
|
|
3087
3087
|
"div",
|
|
3088
3088
|
{
|
|
3089
3089
|
className: "u-react-input-container",
|
|
@@ -3091,44 +3091,87 @@ const On = ({ title: s = "", defaultValue: f = "", onChange: $, required: g = !1
|
|
|
3091
3091
|
{
|
|
3092
3092
|
display: "flex",
|
|
3093
3093
|
flexDirection: C ? "row" : "column",
|
|
3094
|
-
rowGap: C ? null :
|
|
3095
|
-
columnGap: C ?
|
|
3094
|
+
rowGap: C ? null : $(N),
|
|
3095
|
+
columnGap: C ? $(x) : null
|
|
3096
3096
|
},
|
|
3097
|
-
|
|
3097
|
+
A
|
|
3098
3098
|
),
|
|
3099
3099
|
children: [
|
|
3100
|
-
|
|
3100
|
+
u && /* @__PURE__ */ s.jsx(
|
|
3101
3101
|
"div",
|
|
3102
3102
|
{
|
|
3103
|
-
className: `${
|
|
3103
|
+
className: `${h && "u-required"} u-react-input-title`,
|
|
3104
3104
|
style: Object.assign(
|
|
3105
3105
|
{
|
|
3106
3106
|
color: "#545454"
|
|
3107
3107
|
},
|
|
3108
|
-
|
|
3108
|
+
L
|
|
3109
3109
|
),
|
|
3110
|
-
children:
|
|
3110
|
+
children: u
|
|
3111
3111
|
}
|
|
3112
3112
|
),
|
|
3113
|
-
/* @__PURE__ */
|
|
3113
|
+
/* @__PURE__ */ s.jsx("input", { className: "u-react-input u-input", style: _, type: "text", placeholder: "введите", value: f, disabled: k, onChange: j })
|
|
3114
3114
|
]
|
|
3115
3115
|
}
|
|
3116
3116
|
);
|
|
3117
3117
|
};
|
|
3118
3118
|
On.propTypes = {
|
|
3119
|
-
title:
|
|
3120
|
-
required:
|
|
3121
|
-
disabled:
|
|
3122
|
-
lineUp:
|
|
3123
|
-
rowGap:
|
|
3124
|
-
columnGap:
|
|
3125
|
-
styleInputContainer:
|
|
3126
|
-
styleTitle:
|
|
3127
|
-
styleInput:
|
|
3119
|
+
title: g.string,
|
|
3120
|
+
required: g.bool,
|
|
3121
|
+
disabled: g.bool,
|
|
3122
|
+
lineUp: g.bool,
|
|
3123
|
+
rowGap: g.bool,
|
|
3124
|
+
columnGap: g.bool,
|
|
3125
|
+
styleInputContainer: g.object,
|
|
3126
|
+
styleTitle: g.object,
|
|
3127
|
+
styleInput: g.object
|
|
3128
3128
|
};
|
|
3129
|
-
const Pn = ({
|
|
3130
|
-
|
|
3131
|
-
|
|
3129
|
+
const Pn = ({ onClickSection: u, onClickSwitchMenu: f, showMenu: j, menuData: h, activeSection: k, type: C = "collapsible", paddingUl: N = "32px 16px 32px 14px" }) => /* @__PURE__ */ s.jsx(s.Fragment, { children: C === "collapsible" && /* @__PURE__ */ s.jsxs("div", { className: "u-collapsible-menu", children: [
|
|
3130
|
+
/* @__PURE__ */ s.jsx(
|
|
3131
|
+
"input",
|
|
3132
|
+
{
|
|
3133
|
+
className: "u-collapsible-menu-input",
|
|
3134
|
+
type: "checkbox",
|
|
3135
|
+
name: "u-collapsible-menu",
|
|
3136
|
+
id: "u-collapsible-menu",
|
|
3137
|
+
checked: j,
|
|
3138
|
+
onChange: () => f(j)
|
|
3139
|
+
}
|
|
3140
|
+
),
|
|
3141
|
+
/* @__PURE__ */ s.jsx("label", { className: "u-collapsible-menu-toggle", htmlFor: "u-collapsible-menu" }),
|
|
3142
|
+
/* @__PURE__ */ s.jsx(
|
|
3143
|
+
"div",
|
|
3144
|
+
{
|
|
3145
|
+
className: "u-collapsible-menu-body",
|
|
3146
|
+
style: { height: "100%" },
|
|
3147
|
+
children: /* @__PURE__ */ s.jsx(
|
|
3148
|
+
"ul",
|
|
3149
|
+
{
|
|
3150
|
+
className: "u-collapsible-menu-list",
|
|
3151
|
+
style: { padding: N },
|
|
3152
|
+
children: h.map((x, A) => /* @__PURE__ */ s.jsx(
|
|
3153
|
+
"li",
|
|
3154
|
+
{
|
|
3155
|
+
className: k == x.id ? "u-collapsible-menu-list-item u-menu-active" : "u-collapsible-menu-list-item",
|
|
3156
|
+
id: String(x.id),
|
|
3157
|
+
onClick: () => u(x),
|
|
3158
|
+
children: x.title
|
|
3159
|
+
},
|
|
3160
|
+
A
|
|
3161
|
+
))
|
|
3162
|
+
}
|
|
3163
|
+
)
|
|
3164
|
+
}
|
|
3165
|
+
)
|
|
3166
|
+
] }) });
|
|
3167
|
+
Pn.propTypes = {
|
|
3168
|
+
onClick: g.func,
|
|
3169
|
+
tabsData: g.array,
|
|
3170
|
+
activeTab: g.string || g.number
|
|
3171
|
+
};
|
|
3172
|
+
const kn = ({ size: u = "medium", variant: f = "info", children: j }) => {
|
|
3173
|
+
const h = (k, C) => {
|
|
3174
|
+
switch (`${k}-${C}`) {
|
|
3132
3175
|
case "medium-info":
|
|
3133
3176
|
return "u-message";
|
|
3134
3177
|
case "medium-fail":
|
|
@@ -3147,130 +3190,130 @@ const Pn = ({ size: s = "medium", variant: f = "info", children: $ }) => {
|
|
|
3147
3190
|
return "u-message-small-warning";
|
|
3148
3191
|
}
|
|
3149
3192
|
};
|
|
3150
|
-
return /* @__PURE__ */
|
|
3193
|
+
return /* @__PURE__ */ s.jsx("div", { className: h(u, f), children: j });
|
|
3151
3194
|
};
|
|
3152
|
-
|
|
3153
|
-
size:
|
|
3154
|
-
variant:
|
|
3155
|
-
children:
|
|
3195
|
+
kn.propTypes = {
|
|
3196
|
+
size: g.string,
|
|
3197
|
+
variant: g.string,
|
|
3198
|
+
children: g.node
|
|
3156
3199
|
};
|
|
3157
|
-
const
|
|
3158
|
-
|
|
3159
|
-
/* @__PURE__ */
|
|
3160
|
-
/* @__PURE__ */
|
|
3200
|
+
const An = ({ variant: u = "small-primary" }) => /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
3201
|
+
u === "small-primary" && /* @__PURE__ */ s.jsx("div", { className: "u-preloader-mini", children: /* @__PURE__ */ s.jsxs("svg", { className: "u-preloader-mini-container", width: "48", height: "48", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3202
|
+
/* @__PURE__ */ s.jsx("circle", { cx: "24", cy: "24", r: "23", stroke: "#1E4391", strokeWidth: "2" }),
|
|
3203
|
+
/* @__PURE__ */ s.jsx("circle", { className: "u-preloader-mini-dot", cx: "6.5", cy: "6.5", r: "6.5", fill: "#1E4391" })
|
|
3161
3204
|
] }) }),
|
|
3162
|
-
|
|
3163
|
-
/* @__PURE__ */
|
|
3164
|
-
/* @__PURE__ */
|
|
3165
|
-
/* @__PURE__ */
|
|
3166
|
-
/* @__PURE__ */
|
|
3167
|
-
/* @__PURE__ */
|
|
3168
|
-
/* @__PURE__ */
|
|
3169
|
-
/* @__PURE__ */
|
|
3205
|
+
u === "small-special" && /* @__PURE__ */ s.jsx("div", { className: "u-preloader-mini-gradient", children: /* @__PURE__ */ s.jsxs("svg", { className: "u-preloader-mini-gradient-container", width: "48", height: "48", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3206
|
+
/* @__PURE__ */ s.jsx("circle", { cx: "24", cy: "24", r: "23", stroke: "url(#paint0_linear_8025_35626)", strokeWidth: "2" }),
|
|
3207
|
+
/* @__PURE__ */ s.jsx("circle", { className: "u-preloader-mini-dot", cx: "6.5", cy: "6.5", r: "6.5", fill: "url(#paint0_linear_8025_35627)" }),
|
|
3208
|
+
/* @__PURE__ */ s.jsxs("defs", { children: [
|
|
3209
|
+
/* @__PURE__ */ s.jsxs("linearGradient", { id: "paint0_linear_8025_35626", x1: "54.3387", y1: "23.9985", x2: "6", y2: "23.9985", gradientUnits: "userSpaceOnUse", children: [
|
|
3210
|
+
/* @__PURE__ */ s.jsx("stop", { stopColor: "#FF2D7F" }),
|
|
3211
|
+
/* @__PURE__ */ s.jsx("stop", { offset: "0.48", stopColor: "#FB3727" }),
|
|
3212
|
+
/* @__PURE__ */ s.jsx("stop", { offset: "1", stopColor: "#FEEA0F" })
|
|
3170
3213
|
] }),
|
|
3171
|
-
/* @__PURE__ */
|
|
3172
|
-
/* @__PURE__ */
|
|
3173
|
-
/* @__PURE__ */
|
|
3174
|
-
/* @__PURE__ */
|
|
3214
|
+
/* @__PURE__ */ s.jsxs("linearGradient", { id: "paint0_linear_8025_35627", x1: "0.50109", y1: "13", x2: "8.00065", y2: "0.000589107", gradientUnits: "userSpaceOnUse", children: [
|
|
3215
|
+
/* @__PURE__ */ s.jsx("stop", { stopColor: "#FF2D7F" }),
|
|
3216
|
+
/* @__PURE__ */ s.jsx("stop", { offset: "0.192259", stopColor: "#FB3727" }),
|
|
3217
|
+
/* @__PURE__ */ s.jsx("stop", { offset: "1", stopColor: "#FEEA0F" })
|
|
3175
3218
|
] })
|
|
3176
3219
|
] })
|
|
3177
3220
|
] }) }),
|
|
3178
|
-
|
|
3179
|
-
/* @__PURE__ */
|
|
3180
|
-
/* @__PURE__ */
|
|
3181
|
-
/* @__PURE__ */
|
|
3221
|
+
u === "large-primary" && /* @__PURE__ */ s.jsx("div", { className: "u-preloader", children: /* @__PURE__ */ s.jsxs("svg", { className: "u-preloader-container", width: "76", height: "76", viewBox: "0 0 76 76", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3222
|
+
/* @__PURE__ */ s.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M38 74C57.8823 74 74 57.8823 74 38C74 18.1177 57.8823 2 38 2C18.1177 2 2 18.1177 2 38C2 57.8823 18.1177 74 38 74ZM38 76C58.9868 76 76 58.9868 76 38C76 17.0132 58.9868 0 38 0C17.0132 0 0 17.0132 0 38C0 58.9868 17.0132 76 38 76Z", fill: "#1E4391" }),
|
|
3223
|
+
/* @__PURE__ */ s.jsx("path", { className: "u-preloader-dot", d: "M12.2573 17.5283C12.2573 20.0136 10.2426 22.0283 7.75732 22.0283C5.27204 22.0283 3.25732 20.0136 3.25732 17.5283C3.25732 15.043 5.27204 13.0283 7.75732 13.0283C10.2426 13.0283 12.2573 15.043 12.2573 17.5283Z", fill: "#1E4391" }),
|
|
3224
|
+
/* @__PURE__ */ s.jsx("path", { className: "u-preloader-logo", d: "M52.5974 25.4219C52.9649 24.721 53.5215 24.137 54.2039 23.7362C54.8864 23.3354 55.6675 23.1338 56.4587 23.1542L56.8417 21.7254H45.4303L45.0472 23.1542C46.9626 23.1542 49.575 23.9203 49.7512 25.4219H52.5897H52.5974ZM19.543 23.1542C22.4274 23.1542 23.6456 25.1653 24.9441 27.3219L35.5588 45.525C36.0606 46.4329 36.5509 47.5322 36.5356 48.5589C36.4973 51.2403 33.0229 52.2171 30.9429 52.3167C29.4339 52.3686 27.9339 52.0642 26.5645 51.428L25.7179 52.5159C26.2121 54.6151 28.1542 57.1663 30.8242 57.1471C35.463 57.1126 37.8993 52.8721 39.7648 49.4169L43.2124 43.016L33.1838 25.8203C32.2568 24.288 33.7776 23.1618 35.3941 23.1389L35.7771 21.7139H19.9145L19.543 23.1542Z", fill: "#1E4391" })
|
|
3182
3225
|
] }) }),
|
|
3183
|
-
|
|
3184
|
-
/* @__PURE__ */
|
|
3185
|
-
/* @__PURE__ */
|
|
3186
|
-
/* @__PURE__ */
|
|
3187
|
-
/* @__PURE__ */
|
|
3188
|
-
/* @__PURE__ */
|
|
3189
|
-
/* @__PURE__ */
|
|
3190
|
-
/* @__PURE__ */
|
|
3191
|
-
/* @__PURE__ */
|
|
3226
|
+
u === "large-special" && /* @__PURE__ */ s.jsx("div", { className: "u-preloader-gradient", children: /* @__PURE__ */ s.jsxs("svg", { className: "u-preloader-gradient-container", width: "76", height: "76", viewBox: "0 0 76 76", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3227
|
+
/* @__PURE__ */ s.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M38 74C57.8823 74 74 57.8823 74 38C74 18.1177 57.8823 2 38 2C18.1177 2 2 18.1177 2 38C2 57.8823 18.1177 74 38 74ZM38 76C58.9868 76 76 58.9868 76 38C76 17.0132 58.9868 0 38 0C17.0132 0 0 17.0132 0 38C0 58.9868 17.0132 76 38 76Z", fill: "url(#paint0_linear_1804_4939)" }),
|
|
3228
|
+
/* @__PURE__ */ s.jsx("path", { className: "u-preloader-gradient-dot", d: "M12.2573 17.5283C12.2573 20.0136 10.2426 22.0283 7.75732 22.0283C5.27204 22.0283 3.25732 20.0136 3.25732 17.5283C3.25732 15.043 5.27204 13.0283 7.75732 13.0283C10.2426 13.0283 12.2573 15.043 12.2573 17.5283Z", fill: "url(#paint1_linear_1804_4939)" }),
|
|
3229
|
+
/* @__PURE__ */ s.jsx("path", { className: "u-preloader-gradient-logo", d: "M52.5974 25.4219C52.9649 24.721 53.5215 24.137 54.2039 23.7362C54.8864 23.3354 55.6675 23.1338 56.4587 23.1542L56.8417 21.7254H45.4303L45.0472 23.1542C46.9626 23.1542 49.575 23.9203 49.7512 25.4219H52.5897H52.5974ZM19.543 23.1542C22.4274 23.1542 23.6456 25.1653 24.9441 27.3219L35.5588 45.525C36.0606 46.4329 36.5509 47.5322 36.5356 48.5589C36.4973 51.2403 33.0229 52.2171 30.9429 52.3167C29.4339 52.3686 27.9339 52.0642 26.5645 51.428L25.7179 52.5159C26.2121 54.6151 28.1542 57.1663 30.8242 57.1471C35.463 57.1126 37.8993 52.8721 39.7648 49.4169L43.2124 43.016L33.1838 25.8203C32.2568 24.288 33.7776 23.1618 35.3941 23.1389L35.7771 21.7139H19.9145L19.543 23.1542Z", fill: "url(#paint2_linear_1804_4939)" }),
|
|
3230
|
+
/* @__PURE__ */ s.jsxs("defs", { children: [
|
|
3231
|
+
/* @__PURE__ */ s.jsxs("linearGradient", { id: "paint0_linear_1804_4939", x1: "76.5363", y1: "37.9977", x2: "1.9146e-07", y2: "37.9977", gradientUnits: "userSpaceOnUse", children: [
|
|
3232
|
+
/* @__PURE__ */ s.jsx("stop", { stopColor: "#FF2D7F" }),
|
|
3233
|
+
/* @__PURE__ */ s.jsx("stop", { offset: "0.48", stopColor: "#FB3727" }),
|
|
3234
|
+
/* @__PURE__ */ s.jsx("stop", { offset: "1", stopColor: "#FEEA0F" })
|
|
3192
3235
|
] }),
|
|
3193
|
-
/* @__PURE__ */
|
|
3194
|
-
/* @__PURE__ */
|
|
3195
|
-
/* @__PURE__ */
|
|
3196
|
-
/* @__PURE__ */
|
|
3236
|
+
/* @__PURE__ */ s.jsxs("linearGradient", { id: "paint1_linear_1804_4939", x1: "5.06202", y1: "20.769", x2: "11.2799", y2: "12.9983", gradientUnits: "userSpaceOnUse", children: [
|
|
3237
|
+
/* @__PURE__ */ s.jsx("stop", { stopColor: "#FF2D7F" }),
|
|
3238
|
+
/* @__PURE__ */ s.jsx("stop", { offset: "0.48", stopColor: "#FB3727" }),
|
|
3239
|
+
/* @__PURE__ */ s.jsx("stop", { offset: "1", stopColor: "#FEEA0F" })
|
|
3197
3240
|
] }),
|
|
3198
|
-
/* @__PURE__ */
|
|
3199
|
-
/* @__PURE__ */
|
|
3200
|
-
/* @__PURE__ */
|
|
3201
|
-
/* @__PURE__ */
|
|
3241
|
+
/* @__PURE__ */ s.jsxs("linearGradient", { id: "paint2_linear_1804_4939", x1: "35.9984", y1: "21.9995", x2: "36.4978", y2: "56.9995", gradientUnits: "userSpaceOnUse", children: [
|
|
3242
|
+
/* @__PURE__ */ s.jsx("stop", { stopColor: "#FF2D7F" }),
|
|
3243
|
+
/* @__PURE__ */ s.jsx("stop", { offset: "0.48", stopColor: "#FB3727" }),
|
|
3244
|
+
/* @__PURE__ */ s.jsx("stop", { offset: "1", stopColor: "#FEEA0F" })
|
|
3202
3245
|
] })
|
|
3203
3246
|
] })
|
|
3204
3247
|
] }) })
|
|
3205
3248
|
] });
|
|
3206
|
-
kn.propTypes = {
|
|
3207
|
-
variant: E.string
|
|
3208
|
-
};
|
|
3209
|
-
const An = ({
|
|
3210
|
-
children: s = /* @__PURE__ */ u.jsx("span", {}),
|
|
3211
|
-
disabled: f,
|
|
3212
|
-
checked: $,
|
|
3213
|
-
rightCheckbox: g = !1,
|
|
3214
|
-
onClick: P
|
|
3215
|
-
}) => /* @__PURE__ */ u.jsxs("label", { className: "u-radio", children: [
|
|
3216
|
-
g && /* @__PURE__ */ u.jsx(u.Fragment, { children: s }),
|
|
3217
|
-
/* @__PURE__ */ u.jsx("input", { checked: $, disabled: f, type: "radio", onClick: P }),
|
|
3218
|
-
/* @__PURE__ */ u.jsx("div", { className: "u-radio-input" }),
|
|
3219
|
-
!g && /* @__PURE__ */ u.jsx(u.Fragment, { children: s })
|
|
3220
|
-
] });
|
|
3221
3249
|
An.propTypes = {
|
|
3222
|
-
|
|
3223
|
-
disabled: E.bool,
|
|
3224
|
-
checked: E.bool,
|
|
3225
|
-
rightCheckbox: E.bool,
|
|
3226
|
-
onChange: E.func
|
|
3250
|
+
variant: g.string
|
|
3227
3251
|
};
|
|
3228
3252
|
const $n = ({
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3253
|
+
children: u = /* @__PURE__ */ s.jsx("span", {}),
|
|
3254
|
+
disabled: f,
|
|
3255
|
+
checked: j,
|
|
3256
|
+
rightCheckbox: h = !1,
|
|
3257
|
+
onClick: k
|
|
3258
|
+
}) => /* @__PURE__ */ s.jsxs("label", { className: "u-radio", children: [
|
|
3259
|
+
h && /* @__PURE__ */ s.jsx(s.Fragment, { children: u }),
|
|
3260
|
+
/* @__PURE__ */ s.jsx("input", { checked: j, disabled: f, type: "radio", onClick: k }),
|
|
3261
|
+
/* @__PURE__ */ s.jsx("div", { className: "u-radio-input" }),
|
|
3262
|
+
!h && /* @__PURE__ */ s.jsx(s.Fragment, { children: u })
|
|
3235
3263
|
] });
|
|
3236
3264
|
$n.propTypes = {
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3265
|
+
children: g.node,
|
|
3266
|
+
disabled: g.bool,
|
|
3267
|
+
checked: g.bool,
|
|
3268
|
+
rightCheckbox: g.bool,
|
|
3269
|
+
onChange: g.func
|
|
3240
3270
|
};
|
|
3241
3271
|
const Fn = ({
|
|
3242
|
-
|
|
3272
|
+
placeholder: u = "Поиск",
|
|
3273
|
+
value: f,
|
|
3274
|
+
onChange: j
|
|
3275
|
+
}) => /* @__PURE__ */ s.jsxs("div", { className: "u-search", children: [
|
|
3276
|
+
/* @__PURE__ */ s.jsx("input", { placeholder: u, className: "u-input", type: "search", value: f, onChange: j }),
|
|
3277
|
+
/* @__PURE__ */ s.jsx("button", { className: "u-search-loupe", type: "button" })
|
|
3278
|
+
] });
|
|
3279
|
+
Fn.propTypes = {
|
|
3280
|
+
placeholder: g.string,
|
|
3281
|
+
value: g.string,
|
|
3282
|
+
onChange: g.func
|
|
3283
|
+
};
|
|
3284
|
+
const In = ({
|
|
3285
|
+
title: u = "",
|
|
3243
3286
|
required: f = !1,
|
|
3244
|
-
options:
|
|
3245
|
-
styleSelectContainer:
|
|
3246
|
-
styleTitle:
|
|
3287
|
+
options: j,
|
|
3288
|
+
styleSelectContainer: h,
|
|
3289
|
+
styleTitle: k,
|
|
3247
3290
|
styleSelect: C,
|
|
3248
|
-
lineUp:
|
|
3249
|
-
rowGap:
|
|
3250
|
-
columnGap:
|
|
3251
|
-
placeholder:
|
|
3252
|
-
value:
|
|
3253
|
-
isOpen:
|
|
3291
|
+
lineUp: N = !1,
|
|
3292
|
+
rowGap: x = 4,
|
|
3293
|
+
columnGap: A = 20,
|
|
3294
|
+
placeholder: L = "Не выбрано",
|
|
3295
|
+
value: _,
|
|
3296
|
+
isOpen: $,
|
|
3254
3297
|
isClearable: U,
|
|
3255
3298
|
onChange: I,
|
|
3256
3299
|
onOpen: G
|
|
3257
3300
|
}) => {
|
|
3258
|
-
const
|
|
3259
|
-
return /* @__PURE__ */
|
|
3301
|
+
const F = (V) => typeof V == "number" ? `${V}px` : String(V);
|
|
3302
|
+
return /* @__PURE__ */ s.jsxs(
|
|
3260
3303
|
"div",
|
|
3261
3304
|
{
|
|
3262
3305
|
className: "u-react-select-container",
|
|
3263
3306
|
style: Object.assign(
|
|
3264
3307
|
{
|
|
3265
3308
|
display: "flex",
|
|
3266
|
-
flexDirection:
|
|
3267
|
-
rowGap:
|
|
3268
|
-
columnGap:
|
|
3309
|
+
flexDirection: N ? "row" : "column",
|
|
3310
|
+
rowGap: N ? null : F(x),
|
|
3311
|
+
columnGap: N ? F(A) : null
|
|
3269
3312
|
},
|
|
3270
|
-
|
|
3313
|
+
h
|
|
3271
3314
|
),
|
|
3272
3315
|
children: [
|
|
3273
|
-
|
|
3316
|
+
u && /* @__PURE__ */ s.jsx(
|
|
3274
3317
|
"div",
|
|
3275
3318
|
{
|
|
3276
3319
|
className: `${f && "u-required"} u-react-select-title`,
|
|
@@ -3278,12 +3321,12 @@ const Fn = ({
|
|
|
3278
3321
|
{
|
|
3279
3322
|
color: "#545454"
|
|
3280
3323
|
},
|
|
3281
|
-
|
|
3324
|
+
k
|
|
3282
3325
|
),
|
|
3283
|
-
children:
|
|
3326
|
+
children: u
|
|
3284
3327
|
}
|
|
3285
3328
|
),
|
|
3286
|
-
/* @__PURE__ */
|
|
3329
|
+
/* @__PURE__ */ s.jsxs(
|
|
3287
3330
|
"div",
|
|
3288
3331
|
{
|
|
3289
3332
|
className: "u-selectbox u-react-select",
|
|
@@ -3296,27 +3339,27 @@ const Fn = ({
|
|
|
3296
3339
|
C
|
|
3297
3340
|
),
|
|
3298
3341
|
children: [
|
|
3299
|
-
/* @__PURE__ */
|
|
3342
|
+
/* @__PURE__ */ s.jsxs(
|
|
3300
3343
|
"div",
|
|
3301
3344
|
{
|
|
3302
|
-
className:
|
|
3303
|
-
onClick: () => G(
|
|
3345
|
+
className: $ ? "u-selectbox-select u-selectbox-select-open" : "u-selectbox-select",
|
|
3346
|
+
onClick: () => G(!$),
|
|
3304
3347
|
children: [
|
|
3305
|
-
|
|
3306
|
-
|
|
3348
|
+
_ != null && _.value ? /* @__PURE__ */ s.jsx("span", { className: "u-selectbox-select-title", children: _ == null ? void 0 : _.label }) : /* @__PURE__ */ s.jsx("span", { style: { color: "#545454" }, className: "u-selectbox-select-title", children: L }),
|
|
3349
|
+
_ != null && _.value && U ? /* @__PURE__ */ s.jsx(
|
|
3307
3350
|
"i",
|
|
3308
3351
|
{
|
|
3309
3352
|
className: "u-selectbox-select-icon-cross",
|
|
3310
3353
|
onClick: (V) => {
|
|
3311
|
-
V.stopPropagation(), I({
|
|
3354
|
+
V.stopPropagation(), I({}), G(!1);
|
|
3312
3355
|
}
|
|
3313
3356
|
}
|
|
3314
|
-
) : /* @__PURE__ */
|
|
3315
|
-
/* @__PURE__ */
|
|
3357
|
+
) : /* @__PURE__ */ s.jsx(s.Fragment, {}),
|
|
3358
|
+
/* @__PURE__ */ s.jsx("i", { className: "u-selectbox-select-icon-arrow" })
|
|
3316
3359
|
]
|
|
3317
3360
|
}
|
|
3318
3361
|
),
|
|
3319
|
-
/* @__PURE__ */
|
|
3362
|
+
/* @__PURE__ */ s.jsx("div", { className: "u-selectbox-options", children: j.map((V, te) => /* @__PURE__ */ s.jsx("div", { className: "u-selectbox-option", onClick: (J) => {
|
|
3320
3363
|
J.stopPropagation(), I(V), G(!1);
|
|
3321
3364
|
}, children: V.label }, te)) })
|
|
3322
3365
|
]
|
|
@@ -3326,23 +3369,23 @@ const Fn = ({
|
|
|
3326
3369
|
}
|
|
3327
3370
|
);
|
|
3328
3371
|
};
|
|
3329
|
-
|
|
3330
|
-
title:
|
|
3331
|
-
required:
|
|
3332
|
-
lineUp:
|
|
3333
|
-
rowGap:
|
|
3334
|
-
columnGap:
|
|
3335
|
-
styleSelectContainer:
|
|
3336
|
-
styleTitle:
|
|
3337
|
-
styleSelect:
|
|
3338
|
-
options:
|
|
3339
|
-
placeholder:
|
|
3340
|
-
value:
|
|
3341
|
-
onChange:
|
|
3372
|
+
In.propTypes = {
|
|
3373
|
+
title: g.string,
|
|
3374
|
+
required: g.bool,
|
|
3375
|
+
lineUp: g.bool,
|
|
3376
|
+
rowGap: g.bool,
|
|
3377
|
+
columnGap: g.bool,
|
|
3378
|
+
styleSelectContainer: g.object,
|
|
3379
|
+
styleTitle: g.object,
|
|
3380
|
+
styleSelect: g.object,
|
|
3381
|
+
options: g.array,
|
|
3382
|
+
placeholder: g.string,
|
|
3383
|
+
value: g.object,
|
|
3384
|
+
onChange: g.func
|
|
3342
3385
|
};
|
|
3343
|
-
const
|
|
3344
|
-
const
|
|
3345
|
-
switch (
|
|
3386
|
+
const Dn = ({ size: u = "medium", variant: f = "", children: j }) => {
|
|
3387
|
+
const h = (k) => {
|
|
3388
|
+
switch (k) {
|
|
3346
3389
|
case "warning":
|
|
3347
3390
|
return "u-status-warning";
|
|
3348
3391
|
case "info":
|
|
@@ -3359,15 +3402,15 @@ const In = ({ size: s = "medium", variant: f = "", children: $ }) => {
|
|
|
3359
3402
|
return "u-status-prepared";
|
|
3360
3403
|
}
|
|
3361
3404
|
};
|
|
3362
|
-
return /* @__PURE__ */
|
|
3405
|
+
return /* @__PURE__ */ s.jsx("div", { className: `u-status ${u === "large" ? "u-status-large" : ""} ${h(f)}`, children: j });
|
|
3363
3406
|
};
|
|
3364
|
-
|
|
3365
|
-
children:
|
|
3366
|
-
variant:
|
|
3367
|
-
size:
|
|
3407
|
+
Dn.propTypes = {
|
|
3408
|
+
children: g.string,
|
|
3409
|
+
variant: g.string,
|
|
3410
|
+
size: g.string
|
|
3368
3411
|
};
|
|
3369
|
-
const
|
|
3370
|
-
const
|
|
3412
|
+
const Nn = ({ data: u, columns: f, borders: j = "horizontal", striped: h, linesNotActive: k, fixedHeader: C, tdStyle: N, thStyle: x, cellStyle: A, contentForEmptyTable: L = /* @__PURE__ */ s.jsx("p", { children: "Ничего не найдено" }) }) => {
|
|
3413
|
+
const _ = (I) => `${I}px`, $ = "auto", U = (I) => {
|
|
3371
3414
|
switch (I) {
|
|
3372
3415
|
case "horizontal":
|
|
3373
3416
|
return "";
|
|
@@ -3377,30 +3420,30 @@ const Dn = ({ data: s, columns: f, borders: $ = "horizontal", striped: g, linesN
|
|
|
3377
3420
|
return " none-borders";
|
|
3378
3421
|
}
|
|
3379
3422
|
};
|
|
3380
|
-
return /* @__PURE__ */
|
|
3423
|
+
return /* @__PURE__ */ s.jsx(s.Fragment, { children: u.length !== 0 ? /* @__PURE__ */ s.jsx(
|
|
3381
3424
|
"div",
|
|
3382
3425
|
{
|
|
3383
|
-
className: `u-table${["horizontal", "vertical", "none"].includes(
|
|
3384
|
-
children: /* @__PURE__ */
|
|
3385
|
-
/* @__PURE__ */
|
|
3386
|
-
(I, G) => /* @__PURE__ */
|
|
3426
|
+
className: `u-table${["horizontal", "vertical", "none"].includes(j) ? U(j) : ""}${h ? " striped" : ""}${k ? " not-active-lines" : ""}${C ? " thead-fixed" : ""}`,
|
|
3427
|
+
children: /* @__PURE__ */ s.jsxs("table", { className: "table", children: [
|
|
3428
|
+
/* @__PURE__ */ s.jsx("thead", { style: { zIndex: "2" }, children: /* @__PURE__ */ s.jsx("tr", { children: f.map(
|
|
3429
|
+
(I, G) => /* @__PURE__ */ s.jsx(
|
|
3387
3430
|
"th",
|
|
3388
3431
|
{
|
|
3389
3432
|
className: `${I.sticky ? "sticky" : ""}`,
|
|
3390
3433
|
style: Object.assign(
|
|
3391
3434
|
{
|
|
3392
|
-
left: I.leftForSticky ?
|
|
3435
|
+
left: I.leftForSticky ? _(I.leftForSticky) : ""
|
|
3393
3436
|
},
|
|
3394
3437
|
I.thStyle,
|
|
3395
3438
|
I.cellStyle,
|
|
3396
|
-
|
|
3397
|
-
|
|
3439
|
+
x,
|
|
3440
|
+
A
|
|
3398
3441
|
),
|
|
3399
|
-
children: /* @__PURE__ */
|
|
3442
|
+
children: /* @__PURE__ */ s.jsx(
|
|
3400
3443
|
"p",
|
|
3401
3444
|
{
|
|
3402
3445
|
style: {
|
|
3403
|
-
width: I.width ?
|
|
3446
|
+
width: I.width ? _(I.width) : $
|
|
3404
3447
|
},
|
|
3405
3448
|
children: I.title
|
|
3406
3449
|
}
|
|
@@ -3409,27 +3452,27 @@ const Dn = ({ data: s, columns: f, borders: $ = "horizontal", striped: g, linesN
|
|
|
3409
3452
|
G
|
|
3410
3453
|
)
|
|
3411
3454
|
) }) }),
|
|
3412
|
-
/* @__PURE__ */
|
|
3413
|
-
(
|
|
3455
|
+
/* @__PURE__ */ s.jsx("tbody", { children: u == null ? void 0 : u.map((I, G) => /* @__PURE__ */ s.jsx("tr", { children: f == null ? void 0 : f.map(
|
|
3456
|
+
(F, V) => /* @__PURE__ */ s.jsx(
|
|
3414
3457
|
"td",
|
|
3415
3458
|
{
|
|
3416
|
-
className: `${
|
|
3459
|
+
className: `${F.sticky ? "sticky" : ""}`,
|
|
3417
3460
|
style: Object.assign(
|
|
3418
3461
|
{
|
|
3419
|
-
left:
|
|
3462
|
+
left: F.leftForSticky ? _(F.leftForSticky) : ""
|
|
3420
3463
|
},
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
|
|
3424
|
-
|
|
3464
|
+
F.tdStyle,
|
|
3465
|
+
F.cellStyle,
|
|
3466
|
+
N,
|
|
3467
|
+
A
|
|
3425
3468
|
),
|
|
3426
|
-
children: /* @__PURE__ */
|
|
3469
|
+
children: /* @__PURE__ */ s.jsx(
|
|
3427
3470
|
"div",
|
|
3428
3471
|
{
|
|
3429
3472
|
style: {
|
|
3430
|
-
width:
|
|
3473
|
+
width: F.width ? _(F.width) : $
|
|
3431
3474
|
},
|
|
3432
|
-
children:
|
|
3475
|
+
children: F.render ? F.render(I) : I[F.field]
|
|
3433
3476
|
}
|
|
3434
3477
|
)
|
|
3435
3478
|
},
|
|
@@ -3438,40 +3481,55 @@ const Dn = ({ data: s, columns: f, borders: $ = "horizontal", striped: g, linesN
|
|
|
3438
3481
|
) }, G)) })
|
|
3439
3482
|
] })
|
|
3440
3483
|
}
|
|
3441
|
-
) : /* @__PURE__ */
|
|
3484
|
+
) : /* @__PURE__ */ s.jsx("div", { children: L }) });
|
|
3442
3485
|
};
|
|
3443
|
-
|
|
3444
|
-
data:
|
|
3445
|
-
columns:
|
|
3446
|
-
verticalBorders:
|
|
3447
|
-
striped:
|
|
3448
|
-
linesNotActive:
|
|
3449
|
-
fixedHeader:
|
|
3450
|
-
tdStyle:
|
|
3451
|
-
thStyle:
|
|
3452
|
-
cellStyle:
|
|
3453
|
-
contentForEmptyTable:
|
|
3486
|
+
Nn.propTypes = {
|
|
3487
|
+
data: g.array,
|
|
3488
|
+
columns: g.array,
|
|
3489
|
+
verticalBorders: g.bool,
|
|
3490
|
+
striped: g.bool,
|
|
3491
|
+
linesNotActive: g.bool,
|
|
3492
|
+
fixedHeader: g.bool,
|
|
3493
|
+
tdStyle: g.object,
|
|
3494
|
+
thStyle: g.object,
|
|
3495
|
+
cellStyle: g.object,
|
|
3496
|
+
contentForEmptyTable: g.node
|
|
3454
3497
|
};
|
|
3455
|
-
const
|
|
3456
|
-
|
|
3457
|
-
|
|
3498
|
+
const Mn = ({ onClick: u, tabsData: f, activeTab: j }) => /* @__PURE__ */ s.jsx("div", { className: "tabs", children: f.map((h) => /* @__PURE__ */ s.jsx("div", { children: /* @__PURE__ */ s.jsx(
|
|
3499
|
+
"button",
|
|
3500
|
+
{
|
|
3501
|
+
className: h.id === j ? "u-tab-line u-tab-active" : "u-tab-line",
|
|
3502
|
+
onClick: () => u(h),
|
|
3503
|
+
children: h.title
|
|
3504
|
+
}
|
|
3505
|
+
) }, h.id)) });
|
|
3506
|
+
Mn.propTypes = {
|
|
3507
|
+
onClick: g.func,
|
|
3508
|
+
tabsData: g.array,
|
|
3509
|
+
activeTab: g.string || g.number
|
|
3510
|
+
};
|
|
3511
|
+
const Ln = ({ content: u = /* @__PURE__ */ s.jsx("div", {}), children: f = /* @__PURE__ */ s.jsx("div", {}) }) => /* @__PURE__ */ s.jsxs("div", { id: "u-help", children: [
|
|
3512
|
+
/* @__PURE__ */ s.jsx("div", { id: "u-help-tooltip", children: u }),
|
|
3513
|
+
/* @__PURE__ */ s.jsx("div", { children: f })
|
|
3458
3514
|
] });
|
|
3459
|
-
|
|
3460
|
-
content:
|
|
3461
|
-
children:
|
|
3515
|
+
Ln.propTypes = {
|
|
3516
|
+
content: g.node,
|
|
3517
|
+
children: g.node
|
|
3462
3518
|
};
|
|
3463
3519
|
export {
|
|
3464
|
-
|
|
3520
|
+
xn as Accordion,
|
|
3465
3521
|
Tn as Button,
|
|
3466
3522
|
Sn as Checkbox,
|
|
3467
3523
|
jn as Icon,
|
|
3468
3524
|
On as Input,
|
|
3469
|
-
Pn as
|
|
3470
|
-
kn as
|
|
3471
|
-
An as
|
|
3472
|
-
$n as
|
|
3473
|
-
Fn as
|
|
3474
|
-
In as
|
|
3475
|
-
Dn as
|
|
3476
|
-
Nn as
|
|
3525
|
+
Pn as Menu,
|
|
3526
|
+
kn as Message,
|
|
3527
|
+
An as Preloader,
|
|
3528
|
+
$n as Radio,
|
|
3529
|
+
Fn as Search,
|
|
3530
|
+
In as Select,
|
|
3531
|
+
Dn as Status,
|
|
3532
|
+
Nn as Table,
|
|
3533
|
+
Mn as Tabs,
|
|
3534
|
+
Ln as Tooltip
|
|
3477
3535
|
};
|