urfu-ui-kit-react 0.0.10 → 0.0.11
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/style.css +1 -1
- package/dist/urfu-ui-kit-react.js +318 -307
- package/package.json +2 -2
|
@@ -16,7 +16,7 @@ function dn() {
|
|
|
16
16
|
if (St)
|
|
17
17
|
return z;
|
|
18
18
|
St = 1;
|
|
19
|
-
var u = Symbol.for("react.element"),
|
|
19
|
+
var u = Symbol.for("react.element"), v = Symbol.for("react.portal"), M = Symbol.for("react.fragment"), w = Symbol.for("react.strict_mode"), I = Symbol.for("react.profiler"), C = Symbol.for("react.provider"), N = Symbol.for("react.context"), O = Symbol.for("react.forward_ref"), k = Symbol.for("react.suspense"), L = Symbol.for("react.memo"), g = Symbol.for("react.lazy"), j = Symbol.iterator;
|
|
20
20
|
function U(n) {
|
|
21
21
|
return n === null || typeof n != "object" ? null : (n = j && n[j] || n["@@iterator"], typeof n == "function" ? n : null);
|
|
22
22
|
}
|
|
@@ -44,12 +44,12 @@ function dn() {
|
|
|
44
44
|
}
|
|
45
45
|
var ne = J.prototype = new te();
|
|
46
46
|
ne.constructor = J, G(ne, V.prototype), ne.isPureReactComponent = !0;
|
|
47
|
-
var Z = Array.isArray,
|
|
47
|
+
var Z = Array.isArray, d = Object.prototype.hasOwnProperty, ie = { current: null }, Ee = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
48
48
|
function we(n, i, h) {
|
|
49
49
|
var y, b = {}, _ = null, E = null;
|
|
50
50
|
if (i != null)
|
|
51
51
|
for (y in i.ref !== void 0 && (E = i.ref), i.key !== void 0 && (_ = "" + i.key), i)
|
|
52
|
-
|
|
52
|
+
d.call(i, y) && !Ee.hasOwnProperty(y) && (b[y] = i[y]);
|
|
53
53
|
var T = arguments.length - 2;
|
|
54
54
|
if (T === 1)
|
|
55
55
|
b.children = h;
|
|
@@ -94,7 +94,7 @@ function dn() {
|
|
|
94
94
|
case "object":
|
|
95
95
|
switch (n.$$typeof) {
|
|
96
96
|
case u:
|
|
97
|
-
case
|
|
97
|
+
case v:
|
|
98
98
|
E = !0;
|
|
99
99
|
}
|
|
100
100
|
}
|
|
@@ -165,7 +165,7 @@ function dn() {
|
|
|
165
165
|
if (i.ref !== void 0 && (_ = i.ref, E = ie.current), i.key !== void 0 && (b = "" + i.key), n.type && n.type.defaultProps)
|
|
166
166
|
var T = n.type.defaultProps;
|
|
167
167
|
for (x in i)
|
|
168
|
-
|
|
168
|
+
d.call(i, x) && !Ee.hasOwnProperty(x) && (y[x] = i[x] === void 0 && T !== void 0 ? T[x] : i[x]);
|
|
169
169
|
}
|
|
170
170
|
var x = arguments.length - 2;
|
|
171
171
|
if (x === 1)
|
|
@@ -242,7 +242,7 @@ var ar = { exports: {} };
|
|
|
242
242
|
ar.exports;
|
|
243
243
|
var xt;
|
|
244
244
|
function pn() {
|
|
245
|
-
return xt || (xt = 1, function(u,
|
|
245
|
+
return xt || (xt = 1, function(u, v) {
|
|
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
248
|
var M = "18.3.1", w = Symbol.for("react.element"), I = Symbol.for("react.portal"), C = Symbol.for("react.fragment"), N = Symbol.for("react.strict_mode"), O = Symbol.for("react.profiler"), k = Symbol.for("react.provider"), L = Symbol.for("react.context"), g = Symbol.for("react.forward_ref"), j = Symbol.for("react.suspense"), U = Symbol.for("react.suspense_list"), A = Symbol.for("react.memo"), G = Symbol.for("react.lazy"), P = Symbol.for("react.offscreen"), V = Symbol.iterator, te = "@@iterator";
|
|
@@ -260,7 +260,7 @@ function pn() {
|
|
|
260
260
|
current: null
|
|
261
261
|
}, Z = {
|
|
262
262
|
transition: null
|
|
263
|
-
},
|
|
263
|
+
}, d = {
|
|
264
264
|
current: null,
|
|
265
265
|
// Used to reproduce behavior of `batchedUpdates` in legacy mode.
|
|
266
266
|
isBatchingLegacy: !1,
|
|
@@ -288,7 +288,7 @@ function pn() {
|
|
|
288
288
|
ReactCurrentBatchConfig: Z,
|
|
289
289
|
ReactCurrentOwner: ie
|
|
290
290
|
};
|
|
291
|
-
de.ReactDebugCurrentFrame = Ee, de.ReactCurrentActQueue =
|
|
291
|
+
de.ReactDebugCurrentFrame = Ee, de.ReactCurrentActQueue = d;
|
|
292
292
|
function ce(e) {
|
|
293
293
|
{
|
|
294
294
|
for (var r = arguments.length, a = new Array(r > 1 ? r - 1 : 0), o = 1; o < r; o++)
|
|
@@ -305,21 +305,21 @@ function pn() {
|
|
|
305
305
|
}
|
|
306
306
|
function _e(e, r, a) {
|
|
307
307
|
{
|
|
308
|
-
var o = de.ReactDebugCurrentFrame,
|
|
309
|
-
|
|
310
|
-
var
|
|
308
|
+
var o = de.ReactDebugCurrentFrame, p = o.getStackAddendum();
|
|
309
|
+
p !== "" && (r += "%s", a = a.concat([p]));
|
|
310
|
+
var D = a.map(function(R) {
|
|
311
311
|
return String(R);
|
|
312
312
|
});
|
|
313
|
-
|
|
313
|
+
D.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, D);
|
|
314
314
|
}
|
|
315
315
|
}
|
|
316
316
|
var xe = {};
|
|
317
317
|
function c(e, r) {
|
|
318
318
|
{
|
|
319
|
-
var a = e.constructor, o = a && (a.displayName || a.name) || "ReactClass",
|
|
320
|
-
if (xe[
|
|
319
|
+
var a = e.constructor, o = a && (a.displayName || a.name) || "ReactClass", p = o + "." + r;
|
|
320
|
+
if (xe[p])
|
|
321
321
|
return;
|
|
322
|
-
S("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), xe[
|
|
322
|
+
S("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), xe[p] = !0;
|
|
323
323
|
}
|
|
324
324
|
}
|
|
325
325
|
var n = {
|
|
@@ -450,8 +450,8 @@ function pn() {
|
|
|
450
450
|
var o = e.displayName;
|
|
451
451
|
if (o)
|
|
452
452
|
return o;
|
|
453
|
-
var
|
|
454
|
-
return
|
|
453
|
+
var p = r.displayName || r.name || "";
|
|
454
|
+
return p !== "" ? a + "(" + p + ")" : a;
|
|
455
455
|
}
|
|
456
456
|
function Ye(e) {
|
|
457
457
|
return e.displayName || "Context";
|
|
@@ -491,9 +491,9 @@ function pn() {
|
|
|
491
491
|
var o = e.displayName || null;
|
|
492
492
|
return o !== null ? o : je(e.type) || "Memo";
|
|
493
493
|
case G: {
|
|
494
|
-
var
|
|
494
|
+
var p = e, D = p._payload, R = p._init;
|
|
495
495
|
try {
|
|
496
|
-
return je(R(
|
|
496
|
+
return je(R(D));
|
|
497
497
|
} catch {
|
|
498
498
|
return null;
|
|
499
499
|
}
|
|
@@ -548,7 +548,7 @@ function pn() {
|
|
|
548
548
|
Ge[r] || (S('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,
|
|
551
|
+
var Ue = function(e, r, a, o, p, D, R) {
|
|
552
552
|
var W = {
|
|
553
553
|
// This tag allows us to uniquely identify this as a React Element
|
|
554
554
|
$$typeof: w,
|
|
@@ -558,7 +558,7 @@ function pn() {
|
|
|
558
558
|
ref: a,
|
|
559
559
|
props: R,
|
|
560
560
|
// Record the component responsible for creating this element.
|
|
561
|
-
_owner:
|
|
561
|
+
_owner: D
|
|
562
562
|
};
|
|
563
563
|
return W._store = {}, Object.defineProperty(W._store, "validated", {
|
|
564
564
|
configurable: !1,
|
|
@@ -574,34 +574,34 @@ function pn() {
|
|
|
574
574
|
configurable: !1,
|
|
575
575
|
enumerable: !1,
|
|
576
576
|
writable: !1,
|
|
577
|
-
value:
|
|
577
|
+
value: p
|
|
578
578
|
}), Object.freeze && (Object.freeze(W.props), Object.freeze(W)), W;
|
|
579
579
|
};
|
|
580
580
|
function xr(e, r, a) {
|
|
581
|
-
var o,
|
|
581
|
+
var o, p = {}, D = null, R = null, W = null, H = null;
|
|
582
582
|
if (r != null) {
|
|
583
|
-
Ze(r) && (R = r.ref, cr(r)), Fe(r) && (Le(r.key),
|
|
583
|
+
Ze(r) && (R = r.ref, cr(r)), Fe(r) && (Le(r.key), D = "" + r.key), W = r.__self === void 0 ? null : r.__self, H = r.__source === void 0 ? null : r.__source;
|
|
584
584
|
for (o in r)
|
|
585
|
-
We.call(r, o) && !Be.hasOwnProperty(o) && (
|
|
585
|
+
We.call(r, o) && !Be.hasOwnProperty(o) && (p[o] = r[o]);
|
|
586
586
|
}
|
|
587
587
|
var re = arguments.length - 2;
|
|
588
588
|
if (re === 1)
|
|
589
|
-
|
|
589
|
+
p.children = a;
|
|
590
590
|
else if (re > 1) {
|
|
591
591
|
for (var ae = Array(re), oe = 0; oe < re; oe++)
|
|
592
592
|
ae[oe] = arguments[oe + 2];
|
|
593
|
-
Object.freeze && Object.freeze(ae),
|
|
593
|
+
Object.freeze && Object.freeze(ae), p.children = ae;
|
|
594
594
|
}
|
|
595
595
|
if (e && e.defaultProps) {
|
|
596
596
|
var ue = e.defaultProps;
|
|
597
597
|
for (o in ue)
|
|
598
|
-
|
|
598
|
+
p[o] === void 0 && (p[o] = ue[o]);
|
|
599
599
|
}
|
|
600
|
-
if (
|
|
600
|
+
if (D || R) {
|
|
601
601
|
var ve = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
602
|
-
|
|
602
|
+
D && Sr(p, ve), R && ur(p, ve);
|
|
603
603
|
}
|
|
604
|
-
return Ue(e,
|
|
604
|
+
return Ue(e, D, R, W, H, ie.current, p);
|
|
605
605
|
}
|
|
606
606
|
function Or(e, r) {
|
|
607
607
|
var a = Ue(e.type, r, e.ref, e._self, e._source, e._owner, e.props);
|
|
@@ -610,23 +610,23 @@ function pn() {
|
|
|
610
610
|
function jr(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,
|
|
613
|
+
var o, p = i({}, e.props), D = e.key, R = e.ref, W = e._self, H = e._source, re = e._owner;
|
|
614
614
|
if (r != null) {
|
|
615
|
-
Ze(r) && (R = r.ref, re = ie.current), Fe(r) && (Le(r.key),
|
|
615
|
+
Ze(r) && (R = r.ref, re = ie.current), Fe(r) && (Le(r.key), D = "" + r.key);
|
|
616
616
|
var ae;
|
|
617
617
|
e.type && e.type.defaultProps && (ae = e.type.defaultProps);
|
|
618
618
|
for (o in r)
|
|
619
|
-
We.call(r, o) && !Be.hasOwnProperty(o) && (r[o] === void 0 && ae !== void 0 ?
|
|
619
|
+
We.call(r, o) && !Be.hasOwnProperty(o) && (r[o] === void 0 && ae !== void 0 ? p[o] = ae[o] : p[o] = r[o]);
|
|
620
620
|
}
|
|
621
621
|
var oe = arguments.length - 2;
|
|
622
622
|
if (oe === 1)
|
|
623
|
-
|
|
623
|
+
p.children = a;
|
|
624
624
|
else if (oe > 1) {
|
|
625
625
|
for (var ue = Array(oe), ve = 0; ve < oe; ve++)
|
|
626
626
|
ue[ve] = arguments[ve + 2];
|
|
627
|
-
|
|
627
|
+
p.children = ue;
|
|
628
628
|
}
|
|
629
|
-
return Ue(e.type,
|
|
629
|
+
return Ue(e.type, D, R, W, H, re, p);
|
|
630
630
|
}
|
|
631
631
|
function De(e) {
|
|
632
632
|
return typeof e == "object" && e !== null && e.$$typeof === w;
|
|
@@ -636,8 +636,8 @@ function pn() {
|
|
|
636
636
|
var r = /[=:]/g, a = {
|
|
637
637
|
"=": "=0",
|
|
638
638
|
":": "=2"
|
|
639
|
-
}, o = e.replace(r, function(
|
|
640
|
-
return a[
|
|
639
|
+
}, o = e.replace(r, function(p) {
|
|
640
|
+
return a[p];
|
|
641
641
|
});
|
|
642
642
|
return "$" + o;
|
|
643
643
|
}
|
|
@@ -648,14 +648,14 @@ function pn() {
|
|
|
648
648
|
function Ve(e, r) {
|
|
649
649
|
return typeof e == "object" && e !== null && e.key != null ? (Le(e.key), kr("" + e.key)) : r.toString(36);
|
|
650
650
|
}
|
|
651
|
-
function Me(e, r, a, o,
|
|
652
|
-
var
|
|
653
|
-
(
|
|
651
|
+
function Me(e, r, a, o, p) {
|
|
652
|
+
var D = typeof e;
|
|
653
|
+
(D === "undefined" || D === "boolean") && (e = null);
|
|
654
654
|
var R = !1;
|
|
655
655
|
if (e === null)
|
|
656
656
|
R = !0;
|
|
657
657
|
else
|
|
658
|
-
switch (
|
|
658
|
+
switch (D) {
|
|
659
659
|
case "string":
|
|
660
660
|
case "number":
|
|
661
661
|
R = !0;
|
|
@@ -668,7 +668,7 @@ function pn() {
|
|
|
668
668
|
}
|
|
669
669
|
}
|
|
670
670
|
if (R) {
|
|
671
|
-
var W = e, H =
|
|
671
|
+
var W = e, H = p(W), re = o === "" ? lr + Ve(W, 0) : o;
|
|
672
672
|
if (he(H)) {
|
|
673
673
|
var ae = "";
|
|
674
674
|
re != null && (ae = ke(re) + "/"), Me(H, r, ae, "", function(ln) {
|
|
@@ -691,15 +691,15 @@ function pn() {
|
|
|
691
691
|
var oe, ue, ve = 0, ge = o === "" ? lr : o + Pr;
|
|
692
692
|
if (he(e))
|
|
693
693
|
for (var wr = 0; wr < e.length; wr++)
|
|
694
|
-
oe = e[wr], ue = ge + Ve(oe, wr), ve += Me(oe, r, a, ue,
|
|
694
|
+
oe = e[wr], ue = ge + Ve(oe, wr), ve += Me(oe, r, a, ue, p);
|
|
695
695
|
else {
|
|
696
696
|
var Br = J(e);
|
|
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
700
|
for (var un = Br.call(wt), Ct, cn = 0; !(Ct = un.next()).done; )
|
|
701
|
-
oe = Ct.value, ue = ge + Ve(oe, cn++), ve += Me(oe, r, a, ue,
|
|
702
|
-
} else if (
|
|
701
|
+
oe = Ct.value, ue = ge + Ve(oe, cn++), ve += Me(oe, r, a, ue, p);
|
|
702
|
+
} else if (D === "object") {
|
|
703
703
|
var Tt = String(e);
|
|
704
704
|
throw new Error("Objects are not valid as a React child (found: " + (Tt === "[object Object]" ? "object with keys {" + Object.keys(e).join(", ") + "}" : Tt) + "). If you meant to render a collection of children, use an array instead.");
|
|
705
705
|
}
|
|
@@ -709,9 +709,9 @@ function pn() {
|
|
|
709
709
|
function qe(e, r, a) {
|
|
710
710
|
if (e == null)
|
|
711
711
|
return e;
|
|
712
|
-
var o = [],
|
|
713
|
-
return Me(e, o, "", "", function(
|
|
714
|
-
return r.call(a,
|
|
712
|
+
var o = [], p = 0;
|
|
713
|
+
return Me(e, o, "", "", function(D) {
|
|
714
|
+
return r.call(a, D, p++);
|
|
715
715
|
}), o;
|
|
716
716
|
}
|
|
717
717
|
function Ar(e) {
|
|
@@ -759,13 +759,13 @@ function pn() {
|
|
|
759
759
|
$$typeof: k,
|
|
760
760
|
_context: r
|
|
761
761
|
};
|
|
762
|
-
var a = !1, o = !1,
|
|
762
|
+
var a = !1, o = !1, p = !1;
|
|
763
763
|
{
|
|
764
|
-
var
|
|
764
|
+
var D = {
|
|
765
765
|
$$typeof: L,
|
|
766
766
|
_context: r
|
|
767
767
|
};
|
|
768
|
-
Object.defineProperties(
|
|
768
|
+
Object.defineProperties(D, {
|
|
769
769
|
Provider: {
|
|
770
770
|
get: function() {
|
|
771
771
|
return o || (o = !0, S("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;
|
|
@@ -808,10 +808,10 @@ function pn() {
|
|
|
808
808
|
return r.displayName;
|
|
809
809
|
},
|
|
810
810
|
set: function(R) {
|
|
811
|
-
|
|
811
|
+
p || (ce("Setting `displayName` on Context.Consumer has no effect. You should set it directly on the context with Context.displayName = '%s'.", R), p = !0);
|
|
812
812
|
}
|
|
813
813
|
}
|
|
814
|
-
}), r.Consumer =
|
|
814
|
+
}), r.Consumer = D;
|
|
815
815
|
}
|
|
816
816
|
return r._currentRenderer = null, r._currentRenderer2 = null, r;
|
|
817
817
|
}
|
|
@@ -819,15 +819,15 @@ function pn() {
|
|
|
819
819
|
function Ir(e) {
|
|
820
820
|
if (e._status === ze) {
|
|
821
821
|
var r = e._result, a = r();
|
|
822
|
-
if (a.then(function(
|
|
822
|
+
if (a.then(function(D) {
|
|
823
823
|
if (e._status === Xe || e._status === ze) {
|
|
824
824
|
var R = e;
|
|
825
|
-
R._status = Qe, R._result =
|
|
825
|
+
R._status = Qe, R._result = D;
|
|
826
826
|
}
|
|
827
|
-
}, function(
|
|
827
|
+
}, function(D) {
|
|
828
828
|
if (e._status === Xe || e._status === ze) {
|
|
829
829
|
var R = e;
|
|
830
|
-
R._status = yr, R._result =
|
|
830
|
+
R._status = yr, R._result = D;
|
|
831
831
|
}
|
|
832
832
|
}), e._status === ze) {
|
|
833
833
|
var o = e;
|
|
@@ -835,16 +835,16 @@ function pn() {
|
|
|
835
835
|
}
|
|
836
836
|
}
|
|
837
837
|
if (e._status === Qe) {
|
|
838
|
-
var
|
|
839
|
-
return
|
|
838
|
+
var p = e._result;
|
|
839
|
+
return p === void 0 && S(`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?`,
|
|
844
|
+
Did you accidentally put curly braces around the import?`, p), "default" in p || S(`lazy: Expected the result of a dynamic import() call. Instead received: %s
|
|
845
845
|
|
|
846
846
|
Your code should look like:
|
|
847
|
-
const MyComponent = lazy(() => import('./MyComponent'))`,
|
|
847
|
+
const MyComponent = lazy(() => import('./MyComponent'))`, p), p.default;
|
|
848
848
|
} else
|
|
849
849
|
throw e._result;
|
|
850
850
|
}
|
|
@@ -859,15 +859,15 @@ Your code should look like:
|
|
|
859
859
|
_init: Ir
|
|
860
860
|
};
|
|
861
861
|
{
|
|
862
|
-
var o,
|
|
862
|
+
var o, p;
|
|
863
863
|
Object.defineProperties(a, {
|
|
864
864
|
defaultProps: {
|
|
865
865
|
configurable: !0,
|
|
866
866
|
get: function() {
|
|
867
867
|
return o;
|
|
868
868
|
},
|
|
869
|
-
set: function(
|
|
870
|
-
S("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 =
|
|
869
|
+
set: function(D) {
|
|
870
|
+
S("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 = D, Object.defineProperty(a, "defaultProps", {
|
|
871
871
|
enumerable: !0
|
|
872
872
|
});
|
|
873
873
|
}
|
|
@@ -875,10 +875,10 @@ Your code should look like:
|
|
|
875
875
|
propTypes: {
|
|
876
876
|
configurable: !0,
|
|
877
877
|
get: function() {
|
|
878
|
-
return
|
|
878
|
+
return p;
|
|
879
879
|
},
|
|
880
|
-
set: function(
|
|
881
|
-
S("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."),
|
|
880
|
+
set: function(D) {
|
|
881
|
+
S("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."), p = D, Object.defineProperty(a, "propTypes", {
|
|
882
882
|
enumerable: !0
|
|
883
883
|
});
|
|
884
884
|
}
|
|
@@ -932,8 +932,8 @@ Your code should look like:
|
|
|
932
932
|
get: function() {
|
|
933
933
|
return o;
|
|
934
934
|
},
|
|
935
|
-
set: function(
|
|
936
|
-
o =
|
|
935
|
+
set: function(p) {
|
|
936
|
+
o = p, !e.name && !e.displayName && (e.displayName = p);
|
|
937
937
|
}
|
|
938
938
|
});
|
|
939
939
|
}
|
|
@@ -1081,8 +1081,8 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1081
1081
|
if (Yr === void 0)
|
|
1082
1082
|
try {
|
|
1083
1083
|
throw Error();
|
|
1084
|
-
} catch (
|
|
1085
|
-
var o =
|
|
1084
|
+
} catch (p) {
|
|
1085
|
+
var o = p.stack.trim().match(/\n( *(at )?)/);
|
|
1086
1086
|
Yr = o && o[1] || "";
|
|
1087
1087
|
}
|
|
1088
1088
|
return `
|
|
@@ -1104,10 +1104,10 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1104
1104
|
}
|
|
1105
1105
|
var o;
|
|
1106
1106
|
Wr = !0;
|
|
1107
|
-
var
|
|
1107
|
+
var p = Error.prepareStackTrace;
|
|
1108
1108
|
Error.prepareStackTrace = void 0;
|
|
1109
|
-
var
|
|
1110
|
-
|
|
1109
|
+
var D;
|
|
1110
|
+
D = Lr.current, Lr.current = null, Vt();
|
|
1111
1111
|
try {
|
|
1112
1112
|
if (r) {
|
|
1113
1113
|
var R = function() {
|
|
@@ -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
|
-
Wr = !1, Lr.current =
|
|
1163
|
+
Wr = !1, Lr.current = D, qt(), Error.prepareStackTrace = p;
|
|
1164
1164
|
}
|
|
1165
1165
|
var ue = e ? e.displayName || e.name : "", ve = ue ? mr(ue) : "";
|
|
1166
1166
|
return typeof e == "function" && gr.set(e, ve), ve;
|
|
@@ -1192,9 +1192,9 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1192
1192
|
case A:
|
|
1193
1193
|
return br(e.type, r, a);
|
|
1194
1194
|
case G: {
|
|
1195
|
-
var o = e,
|
|
1195
|
+
var o = e, p = o._payload, D = o._init;
|
|
1196
1196
|
try {
|
|
1197
|
-
return br(
|
|
1197
|
+
return br(D(p), r, a);
|
|
1198
1198
|
} catch {
|
|
1199
1199
|
}
|
|
1200
1200
|
}
|
|
@@ -1209,11 +1209,11 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1209
1209
|
} else
|
|
1210
1210
|
dt.setExtraStackFrame(null);
|
|
1211
1211
|
}
|
|
1212
|
-
function Ht(e, r, a, o,
|
|
1212
|
+
function Ht(e, r, a, o, p) {
|
|
1213
1213
|
{
|
|
1214
|
-
var
|
|
1214
|
+
var D = Function.call.bind(We);
|
|
1215
1215
|
for (var R in e)
|
|
1216
|
-
if (
|
|
1216
|
+
if (D(e, R)) {
|
|
1217
1217
|
var W = void 0;
|
|
1218
1218
|
try {
|
|
1219
1219
|
if (typeof e[R] != "function") {
|
|
@@ -1224,7 +1224,7 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1224
1224
|
} catch (re) {
|
|
1225
1225
|
W = re;
|
|
1226
1226
|
}
|
|
1227
|
-
W && !(W instanceof Error) && (_r(
|
|
1227
|
+
W && !(W instanceof Error) && (_r(p), S("%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, R, typeof W), _r(null)), W instanceof Error && !(W.message in ft) && (ft[W.message] = !0, _r(p), S("Failed %s type: %s", a, W.message), _r(null));
|
|
1228
1228
|
}
|
|
1229
1229
|
}
|
|
1230
1230
|
}
|
|
@@ -1291,9 +1291,9 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1291
1291
|
else if (De(e))
|
|
1292
1292
|
e._store && (e._store.validated = !0);
|
|
1293
1293
|
else if (e) {
|
|
1294
|
-
var
|
|
1295
|
-
if (typeof
|
|
1296
|
-
for (var
|
|
1294
|
+
var p = J(e);
|
|
1295
|
+
if (typeof p == "function" && p !== e.entries)
|
|
1296
|
+
for (var D = p.call(e), R; !(R = D.next()).done; )
|
|
1297
1297
|
De(R.value) && yt(R.value, r);
|
|
1298
1298
|
}
|
|
1299
1299
|
}
|
|
@@ -1317,8 +1317,8 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1317
1317
|
Ht(a, e.props, "prop", o, e);
|
|
1318
1318
|
} else if (r.PropTypes !== void 0 && !Ur) {
|
|
1319
1319
|
Ur = !0;
|
|
1320
|
-
var
|
|
1321
|
-
S("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",
|
|
1320
|
+
var p = je(r);
|
|
1321
|
+
S("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", p || "Unknown");
|
|
1322
1322
|
}
|
|
1323
1323
|
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && S("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
1324
1324
|
}
|
|
@@ -1338,12 +1338,12 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1338
1338
|
function gt(e, r, a) {
|
|
1339
1339
|
var o = t(e);
|
|
1340
1340
|
if (!o) {
|
|
1341
|
-
var
|
|
1342
|
-
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (
|
|
1343
|
-
var
|
|
1344
|
-
|
|
1341
|
+
var p = "";
|
|
1342
|
+
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (p += " 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
|
+
var D = Jt(r);
|
|
1344
|
+
D ? p += D : p += pt();
|
|
1345
1345
|
var R;
|
|
1346
|
-
e === null ? R = "null" : he(e) ? R = "array" : e !== void 0 && e.$$typeof === w ? (R = "<" + (je(e.type) || "Unknown") + " />",
|
|
1346
|
+
e === null ? R = "null" : he(e) ? R = "array" : e !== void 0 && e.$$typeof === w ? (R = "<" + (je(e.type) || "Unknown") + " />", p = " Did you accidentally export a JSX literal instead of a component?") : R = typeof e, S("React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", R, p);
|
|
1347
1347
|
}
|
|
1348
1348
|
var W = xr.apply(this, arguments);
|
|
1349
1349
|
if (W == null)
|
|
@@ -1366,8 +1366,8 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1366
1366
|
}), r;
|
|
1367
1367
|
}
|
|
1368
1368
|
function en(e, r, a) {
|
|
1369
|
-
for (var o = jr.apply(this, arguments),
|
|
1370
|
-
ht(arguments[
|
|
1369
|
+
for (var o = jr.apply(this, arguments), p = 2; p < arguments.length; p++)
|
|
1370
|
+
ht(arguments[p], o.type);
|
|
1371
1371
|
return mt(o), o;
|
|
1372
1372
|
}
|
|
1373
1373
|
function rn(e, r) {
|
|
@@ -1379,8 +1379,8 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1379
1379
|
e();
|
|
1380
1380
|
} finally {
|
|
1381
1381
|
if (Z.transition = a, a === null && o._updatedFibers) {
|
|
1382
|
-
var
|
|
1383
|
-
|
|
1382
|
+
var p = o._updatedFibers.size;
|
|
1383
|
+
p > 10 && ce("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."), o._updatedFibers.clear();
|
|
1384
1384
|
}
|
|
1385
1385
|
}
|
|
1386
1386
|
}
|
|
@@ -1391,10 +1391,10 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1391
1391
|
var r = ("require" + Math.random()).slice(0, 7), a = u && u[r];
|
|
1392
1392
|
Er = a.call(u, "timers").setImmediate;
|
|
1393
1393
|
} catch {
|
|
1394
|
-
Er = function(
|
|
1394
|
+
Er = function(p) {
|
|
1395
1395
|
_t === !1 && (_t = !0, typeof MessageChannel > "u" && S("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
|
-
var
|
|
1397
|
-
|
|
1396
|
+
var D = new MessageChannel();
|
|
1397
|
+
D.port1.onmessage = p, D.port2.postMessage(void 0);
|
|
1398
1398
|
};
|
|
1399
1399
|
}
|
|
1400
1400
|
return Er(e);
|
|
@@ -1403,22 +1403,22 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1403
1403
|
function Rt(e) {
|
|
1404
1404
|
{
|
|
1405
1405
|
var r = Je;
|
|
1406
|
-
Je++,
|
|
1407
|
-
var a =
|
|
1406
|
+
Je++, d.current === null && (d.current = []);
|
|
1407
|
+
var a = d.isBatchingLegacy, o;
|
|
1408
1408
|
try {
|
|
1409
|
-
if (
|
|
1410
|
-
var
|
|
1411
|
-
|
|
1409
|
+
if (d.isBatchingLegacy = !0, o = e(), !a && d.didScheduleLegacyUpdate) {
|
|
1410
|
+
var p = d.current;
|
|
1411
|
+
p !== null && (d.didScheduleLegacyUpdate = !1, zr(p));
|
|
1412
1412
|
}
|
|
1413
1413
|
} catch (ue) {
|
|
1414
1414
|
throw Rr(r), ue;
|
|
1415
1415
|
} finally {
|
|
1416
|
-
|
|
1416
|
+
d.isBatchingLegacy = a;
|
|
1417
1417
|
}
|
|
1418
1418
|
if (o !== null && typeof o == "object" && typeof o.then == "function") {
|
|
1419
|
-
var
|
|
1419
|
+
var D = o, R = !1, W = {
|
|
1420
1420
|
then: function(ue, ve) {
|
|
1421
|
-
R = !0,
|
|
1421
|
+
R = !0, D.then(function(ge) {
|
|
1422
1422
|
Rr(r), Je === 0 ? Vr(ge, ue, ve) : ue(ge);
|
|
1423
1423
|
}, function(ge) {
|
|
1424
1424
|
Rr(r), ve(ge);
|
|
@@ -1432,11 +1432,11 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1432
1432
|
} else {
|
|
1433
1433
|
var H = o;
|
|
1434
1434
|
if (Rr(r), Je === 0) {
|
|
1435
|
-
var re =
|
|
1436
|
-
re !== null && (zr(re),
|
|
1435
|
+
var re = d.current;
|
|
1436
|
+
re !== null && (zr(re), d.current = null);
|
|
1437
1437
|
var ae = {
|
|
1438
1438
|
then: function(ue, ve) {
|
|
1439
|
-
|
|
1439
|
+
d.current === null ? (d.current = [], Vr(H, ue, ve)) : ue(H);
|
|
1440
1440
|
}
|
|
1441
1441
|
};
|
|
1442
1442
|
return ae;
|
|
@@ -1456,14 +1456,14 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1456
1456
|
}
|
|
1457
1457
|
function Vr(e, r, a) {
|
|
1458
1458
|
{
|
|
1459
|
-
var o =
|
|
1459
|
+
var o = d.current;
|
|
1460
1460
|
if (o !== null)
|
|
1461
1461
|
try {
|
|
1462
1462
|
zr(o), tn(function() {
|
|
1463
|
-
o.length === 0 ? (
|
|
1463
|
+
o.length === 0 ? (d.current = null, r(e)) : Vr(e, r, a);
|
|
1464
1464
|
});
|
|
1465
|
-
} catch (
|
|
1466
|
-
a(
|
|
1465
|
+
} catch (p) {
|
|
1466
|
+
a(p);
|
|
1467
1467
|
}
|
|
1468
1468
|
else
|
|
1469
1469
|
r(e);
|
|
@@ -1496,7 +1496,7 @@ Check the top-level render call using <` + a + ">.");
|
|
|
1496
1496
|
toArray: $r,
|
|
1497
1497
|
only: pr
|
|
1498
1498
|
};
|
|
1499
|
-
|
|
1499
|
+
v.Children = sn, v.Component = y, v.Fragment = C, v.Profiler = O, v.PureComponent = x, v.StrictMode = N, v.Suspense = j, v.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = de, v.act = Rt, v.cloneElement = an, v.createContext = vr, v.createElement = nn, v.createFactory = on, v.createRef = ye, v.forwardRef = Dr, v.isValidElement = De, v.lazy = Fr, v.memo = s, v.startTransition = rn, v.unstable_act = Rt, v.useCallback = le, v.useContext = Y, v.useDebugValue = Ae, v.useDeferredValue = er, v.useEffect = q, v.useId = Mr, v.useImperativeHandle = Ne, v.useInsertionEffect = me, v.useLayoutEffect = se, v.useMemo = Re, v.useReducer = ee, v.useRef = B, v.useState = K, v.useSyncExternalStore = Nr, v.useTransition = be, v.version = M, 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
|
}
|
|
@@ -1518,7 +1518,7 @@ function vn() {
|
|
|
1518
1518
|
if (jt)
|
|
1519
1519
|
return tr;
|
|
1520
1520
|
jt = 1;
|
|
1521
|
-
var u = Yt(),
|
|
1521
|
+
var u = Yt(), v = Symbol.for("react.element"), M = Symbol.for("react.fragment"), w = Object.prototype.hasOwnProperty, I = u.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, C = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
1522
1522
|
function N(O, k, L) {
|
|
1523
1523
|
var g, j = {}, U = null, A = null;
|
|
1524
1524
|
L !== void 0 && (U = "" + L), k.key !== void 0 && (U = "" + k.key), k.ref !== void 0 && (A = k.ref);
|
|
@@ -1527,7 +1527,7 @@ function vn() {
|
|
|
1527
1527
|
if (O && O.defaultProps)
|
|
1528
1528
|
for (g in k = O.defaultProps, k)
|
|
1529
1529
|
j[g] === void 0 && (j[g] = k[g]);
|
|
1530
|
-
return { $$typeof:
|
|
1530
|
+
return { $$typeof: v, type: O, key: U, ref: A, props: j, _owner: I.current };
|
|
1531
1531
|
}
|
|
1532
1532
|
return tr.Fragment = M, tr.jsx = N, tr.jsxs = N, tr;
|
|
1533
1533
|
}
|
|
@@ -1544,7 +1544,7 @@ var nr = {};
|
|
|
1544
1544
|
var Pt;
|
|
1545
1545
|
function yn() {
|
|
1546
1546
|
return Pt || (Pt = 1, process.env.NODE_ENV !== "production" && function() {
|
|
1547
|
-
var u = Yt(),
|
|
1547
|
+
var u = Yt(), v = Symbol.for("react.element"), M = Symbol.for("react.portal"), w = Symbol.for("react.fragment"), I = Symbol.for("react.strict_mode"), C = Symbol.for("react.profiler"), N = Symbol.for("react.provider"), O = Symbol.for("react.context"), k = Symbol.for("react.forward_ref"), L = Symbol.for("react.suspense"), g = Symbol.for("react.suspense_list"), j = Symbol.for("react.memo"), U = Symbol.for("react.lazy"), A = Symbol.for("react.offscreen"), G = Symbol.iterator, P = "@@iterator";
|
|
1548
1548
|
function V(t) {
|
|
1549
1549
|
if (t === null || typeof t != "object")
|
|
1550
1550
|
return null;
|
|
@@ -1569,10 +1569,10 @@ function yn() {
|
|
|
1569
1569
|
ee.unshift("Warning: " + s), Function.prototype.apply.call(console[t], console, ee);
|
|
1570
1570
|
}
|
|
1571
1571
|
}
|
|
1572
|
-
var Z = !1,
|
|
1572
|
+
var Z = !1, d = !1, ie = !1, Ee = !1, we = !1, Ce;
|
|
1573
1573
|
Ce = Symbol.for("react.module.reference");
|
|
1574
1574
|
function Te(t) {
|
|
1575
|
-
return !!(typeof t == "string" || typeof t == "function" || t === w || t === C || we || t === I || t === L || t === g || Ee || t === A || Z ||
|
|
1575
|
+
return !!(typeof t == "string" || typeof t == "function" || t === w || t === C || we || t === I || t === L || t === g || Ee || t === A || Z || d || ie || typeof t == "object" && t !== null && (t.$$typeof === U || t.$$typeof === j || t.$$typeof === N || t.$$typeof === O || t.$$typeof === k || // 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.
|
|
@@ -1926,7 +1926,7 @@ function yn() {
|
|
|
1926
1926
|
var Pr = function(t, s, l, Y, K, ee, B) {
|
|
1927
1927
|
var q = {
|
|
1928
1928
|
// This tag allows us to uniquely identify this as a React Element
|
|
1929
|
-
$$typeof:
|
|
1929
|
+
$$typeof: v,
|
|
1930
1930
|
// Built-in properties that belong on the element
|
|
1931
1931
|
type: t,
|
|
1932
1932
|
key: s,
|
|
@@ -1981,7 +1981,7 @@ function yn() {
|
|
|
1981
1981
|
var Ve;
|
|
1982
1982
|
Ve = !1;
|
|
1983
1983
|
function Me(t) {
|
|
1984
|
-
return typeof t == "object" && t !== null && t.$$typeof ===
|
|
1984
|
+
return typeof t == "object" && t !== null && t.$$typeof === v;
|
|
1985
1985
|
}
|
|
1986
1986
|
function qe() {
|
|
1987
1987
|
{
|
|
@@ -2098,7 +2098,7 @@ Check the top-level render call using <` + l + ">.");
|
|
|
2098
2098
|
var me = Ar(K);
|
|
2099
2099
|
me ? q += me : q += qe();
|
|
2100
2100
|
var se;
|
|
2101
|
-
t === null ? se = "null" : Be(t) ? se = "array" : t !== void 0 && t.$$typeof ===
|
|
2101
|
+
t === null ? se = "null" : Be(t) ? se = "array" : t !== void 0 && t.$$typeof === v ? (se = "<" + (pe(t.type) || "Unknown") + " />", q = " Did you accidentally export a JSX literal instead of a component?") : se = typeof t, J("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", se, q);
|
|
2102
2102
|
}
|
|
2103
2103
|
var le = kr(t, s, l, K, ee);
|
|
2104
2104
|
if (le == null)
|
|
@@ -2144,7 +2144,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
2144
2144
|
}()), nr;
|
|
2145
2145
|
}
|
|
2146
2146
|
process.env.NODE_ENV === "production" ? Qr.exports = vn() : Qr.exports = yn();
|
|
2147
|
-
var
|
|
2147
|
+
var f = Qr.exports, et = { exports: {} }, Tr = { exports: {} }, X = {};
|
|
2148
2148
|
/** @license React v16.13.1
|
|
2149
2149
|
* react-is.production.min.js
|
|
2150
2150
|
*
|
|
@@ -2158,28 +2158,28 @@ function hn() {
|
|
|
2158
2158
|
if (kt)
|
|
2159
2159
|
return X;
|
|
2160
2160
|
kt = 1;
|
|
2161
|
-
var u = typeof Symbol == "function" && Symbol.for,
|
|
2162
|
-
function ne(
|
|
2163
|
-
if (typeof
|
|
2164
|
-
var ie =
|
|
2161
|
+
var u = typeof Symbol == "function" && Symbol.for, v = u ? Symbol.for("react.element") : 60103, M = u ? Symbol.for("react.portal") : 60106, w = u ? Symbol.for("react.fragment") : 60107, I = u ? Symbol.for("react.strict_mode") : 60108, C = u ? Symbol.for("react.profiler") : 60114, N = u ? Symbol.for("react.provider") : 60109, O = u ? Symbol.for("react.context") : 60110, k = u ? Symbol.for("react.async_mode") : 60111, L = u ? Symbol.for("react.concurrent_mode") : 60111, g = u ? Symbol.for("react.forward_ref") : 60112, j = u ? Symbol.for("react.suspense") : 60113, U = u ? Symbol.for("react.suspense_list") : 60120, A = u ? Symbol.for("react.memo") : 60115, G = u ? Symbol.for("react.lazy") : 60116, P = 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
|
+
function ne(d) {
|
|
2163
|
+
if (typeof d == "object" && d !== null) {
|
|
2164
|
+
var ie = d.$$typeof;
|
|
2165
2165
|
switch (ie) {
|
|
2166
|
-
case
|
|
2167
|
-
switch (
|
|
2166
|
+
case v:
|
|
2167
|
+
switch (d = d.type, d) {
|
|
2168
2168
|
case k:
|
|
2169
2169
|
case L:
|
|
2170
2170
|
case w:
|
|
2171
2171
|
case C:
|
|
2172
2172
|
case I:
|
|
2173
2173
|
case j:
|
|
2174
|
-
return
|
|
2174
|
+
return d;
|
|
2175
2175
|
default:
|
|
2176
|
-
switch (
|
|
2176
|
+
switch (d = d && d.$$typeof, d) {
|
|
2177
2177
|
case O:
|
|
2178
2178
|
case g:
|
|
2179
2179
|
case G:
|
|
2180
2180
|
case A:
|
|
2181
2181
|
case N:
|
|
2182
|
-
return
|
|
2182
|
+
return d;
|
|
2183
2183
|
default:
|
|
2184
2184
|
return ie;
|
|
2185
2185
|
}
|
|
@@ -2189,35 +2189,35 @@ function hn() {
|
|
|
2189
2189
|
}
|
|
2190
2190
|
}
|
|
2191
2191
|
}
|
|
2192
|
-
function Z(
|
|
2193
|
-
return ne(
|
|
2192
|
+
function Z(d) {
|
|
2193
|
+
return ne(d) === L;
|
|
2194
2194
|
}
|
|
2195
|
-
return X.AsyncMode = k, X.ConcurrentMode = L, X.ContextConsumer = O, X.ContextProvider = N, X.Element =
|
|
2196
|
-
return Z(
|
|
2197
|
-
}, X.isConcurrentMode = Z, X.isContextConsumer = function(
|
|
2198
|
-
return ne(
|
|
2199
|
-
}, X.isContextProvider = function(
|
|
2200
|
-
return ne(
|
|
2201
|
-
}, X.isElement = function(
|
|
2202
|
-
return typeof
|
|
2203
|
-
}, X.isForwardRef = function(
|
|
2204
|
-
return ne(
|
|
2205
|
-
}, X.isFragment = function(
|
|
2206
|
-
return ne(
|
|
2207
|
-
}, X.isLazy = function(
|
|
2208
|
-
return ne(
|
|
2209
|
-
}, X.isMemo = function(
|
|
2210
|
-
return ne(
|
|
2211
|
-
}, X.isPortal = function(
|
|
2212
|
-
return ne(
|
|
2213
|
-
}, X.isProfiler = function(
|
|
2214
|
-
return ne(
|
|
2215
|
-
}, X.isStrictMode = function(
|
|
2216
|
-
return ne(
|
|
2217
|
-
}, X.isSuspense = function(
|
|
2218
|
-
return ne(
|
|
2219
|
-
}, X.isValidElementType = function(
|
|
2220
|
-
return typeof
|
|
2195
|
+
return X.AsyncMode = k, X.ConcurrentMode = L, X.ContextConsumer = O, X.ContextProvider = N, X.Element = v, X.ForwardRef = g, X.Fragment = w, X.Lazy = G, X.Memo = A, X.Portal = M, X.Profiler = C, X.StrictMode = I, X.Suspense = j, X.isAsyncMode = function(d) {
|
|
2196
|
+
return Z(d) || ne(d) === k;
|
|
2197
|
+
}, X.isConcurrentMode = Z, X.isContextConsumer = function(d) {
|
|
2198
|
+
return ne(d) === O;
|
|
2199
|
+
}, X.isContextProvider = function(d) {
|
|
2200
|
+
return ne(d) === N;
|
|
2201
|
+
}, X.isElement = function(d) {
|
|
2202
|
+
return typeof d == "object" && d !== null && d.$$typeof === v;
|
|
2203
|
+
}, X.isForwardRef = function(d) {
|
|
2204
|
+
return ne(d) === g;
|
|
2205
|
+
}, X.isFragment = function(d) {
|
|
2206
|
+
return ne(d) === w;
|
|
2207
|
+
}, X.isLazy = function(d) {
|
|
2208
|
+
return ne(d) === G;
|
|
2209
|
+
}, X.isMemo = function(d) {
|
|
2210
|
+
return ne(d) === A;
|
|
2211
|
+
}, X.isPortal = function(d) {
|
|
2212
|
+
return ne(d) === M;
|
|
2213
|
+
}, X.isProfiler = function(d) {
|
|
2214
|
+
return ne(d) === C;
|
|
2215
|
+
}, X.isStrictMode = function(d) {
|
|
2216
|
+
return ne(d) === I;
|
|
2217
|
+
}, X.isSuspense = function(d) {
|
|
2218
|
+
return ne(d) === j;
|
|
2219
|
+
}, X.isValidElementType = function(d) {
|
|
2220
|
+
return typeof d == "string" || typeof d == "function" || d === w || d === L || d === C || d === I || d === j || d === U || typeof d == "object" && d !== null && (d.$$typeof === G || d.$$typeof === A || d.$$typeof === N || d.$$typeof === O || d.$$typeof === g || d.$$typeof === V || d.$$typeof === te || d.$$typeof === J || d.$$typeof === P);
|
|
2221
2221
|
}, X.typeOf = ne, X;
|
|
2222
2222
|
}
|
|
2223
2223
|
var Q = {};
|
|
@@ -2232,7 +2232,7 @@ var Q = {};
|
|
|
2232
2232
|
var At;
|
|
2233
2233
|
function mn() {
|
|
2234
2234
|
return At || (At = 1, process.env.NODE_ENV !== "production" && function() {
|
|
2235
|
-
var u = typeof Symbol == "function" && Symbol.for,
|
|
2235
|
+
var u = typeof Symbol == "function" && Symbol.for, v = u ? Symbol.for("react.element") : 60103, M = u ? Symbol.for("react.portal") : 60106, w = u ? Symbol.for("react.fragment") : 60107, I = u ? Symbol.for("react.strict_mode") : 60108, C = u ? Symbol.for("react.profiler") : 60114, N = u ? Symbol.for("react.provider") : 60109, O = u ? Symbol.for("react.context") : 60110, k = u ? Symbol.for("react.async_mode") : 60111, L = u ? Symbol.for("react.concurrent_mode") : 60111, g = u ? Symbol.for("react.forward_ref") : 60112, j = u ? Symbol.for("react.suspense") : 60113, U = u ? Symbol.for("react.suspense_list") : 60120, A = u ? Symbol.for("react.memo") : 60115, G = u ? Symbol.for("react.lazy") : 60116, P = 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
2236
|
function ne(m) {
|
|
2237
2237
|
return typeof m == "string" || typeof m == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
2238
2238
|
m === w || m === L || m === C || m === I || m === j || m === U || typeof m == "object" && m !== null && (m.$$typeof === G || m.$$typeof === A || m.$$typeof === N || m.$$typeof === O || m.$$typeof === g || m.$$typeof === V || m.$$typeof === te || m.$$typeof === J || m.$$typeof === P);
|
|
@@ -2241,7 +2241,7 @@ function mn() {
|
|
|
2241
2241
|
if (typeof m == "object" && m !== null) {
|
|
2242
2242
|
var he = m.$$typeof;
|
|
2243
2243
|
switch (he) {
|
|
2244
|
-
case
|
|
2244
|
+
case v:
|
|
2245
2245
|
var $e = m.type;
|
|
2246
2246
|
switch ($e) {
|
|
2247
2247
|
case k:
|
|
@@ -2269,7 +2269,7 @@ function mn() {
|
|
|
2269
2269
|
}
|
|
2270
2270
|
}
|
|
2271
2271
|
}
|
|
2272
|
-
var
|
|
2272
|
+
var d = k, ie = L, Ee = O, we = N, Ce = v, Te = g, Oe = w, Se = G, pe = A, fe = M, de = C, ce = I, S = j, _e = !1;
|
|
2273
2273
|
function xe(m) {
|
|
2274
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.")), c(m) || Z(m) === k;
|
|
2275
2275
|
}
|
|
@@ -2283,7 +2283,7 @@ function mn() {
|
|
|
2283
2283
|
return Z(m) === N;
|
|
2284
2284
|
}
|
|
2285
2285
|
function h(m) {
|
|
2286
|
-
return typeof m == "object" && m !== null && m.$$typeof ===
|
|
2286
|
+
return typeof m == "object" && m !== null && m.$$typeof === v;
|
|
2287
2287
|
}
|
|
2288
2288
|
function y(m) {
|
|
2289
2289
|
return Z(m) === g;
|
|
@@ -2309,7 +2309,7 @@ function mn() {
|
|
|
2309
2309
|
function ye(m) {
|
|
2310
2310
|
return Z(m) === j;
|
|
2311
2311
|
}
|
|
2312
|
-
Q.AsyncMode =
|
|
2312
|
+
Q.AsyncMode = d, Q.ConcurrentMode = ie, Q.ContextConsumer = Ee, Q.ContextProvider = we, Q.Element = Ce, Q.ForwardRef = Te, Q.Fragment = Oe, Q.Lazy = Se, Q.Memo = pe, Q.Portal = fe, Q.Profiler = de, Q.StrictMode = ce, Q.Suspense = S, Q.isAsyncMode = xe, Q.isConcurrentMode = c, Q.isContextConsumer = n, Q.isContextProvider = i, Q.isElement = h, Q.isForwardRef = y, Q.isFragment = b, Q.isLazy = _, Q.isMemo = E, Q.isPortal = T, Q.isProfiler = x, Q.isStrictMode = $, Q.isSuspense = ye, Q.isValidElementType = ne, Q.typeOf = Z;
|
|
2313
2313
|
}()), Q;
|
|
2314
2314
|
}
|
|
2315
2315
|
var $t;
|
|
@@ -2326,7 +2326,7 @@ function gn() {
|
|
|
2326
2326
|
if (It)
|
|
2327
2327
|
return Gr;
|
|
2328
2328
|
It = 1;
|
|
2329
|
-
var u = Object.getOwnPropertySymbols,
|
|
2329
|
+
var u = Object.getOwnPropertySymbols, v = Object.prototype.hasOwnProperty, M = Object.prototype.propertyIsEnumerable;
|
|
2330
2330
|
function w(C) {
|
|
2331
2331
|
if (C == null)
|
|
2332
2332
|
throw new TypeError("Object.assign cannot be called with null or undefined");
|
|
@@ -2358,7 +2358,7 @@ function gn() {
|
|
|
2358
2358
|
for (var O, k = w(C), L, g = 1; g < arguments.length; g++) {
|
|
2359
2359
|
O = Object(arguments[g]);
|
|
2360
2360
|
for (var j in O)
|
|
2361
|
-
|
|
2361
|
+
v.call(O, j) && (k[j] = O[j]);
|
|
2362
2362
|
if (u) {
|
|
2363
2363
|
L = u(O);
|
|
2364
2364
|
for (var U = 0; U < L.length; U++)
|
|
@@ -2388,7 +2388,7 @@ function bn() {
|
|
|
2388
2388
|
var u = function() {
|
|
2389
2389
|
};
|
|
2390
2390
|
if (process.env.NODE_ENV !== "production") {
|
|
2391
|
-
var
|
|
2391
|
+
var v = rt(), M = {}, w = Ut();
|
|
2392
2392
|
u = function(C) {
|
|
2393
2393
|
var N = "Warning: " + C;
|
|
2394
2394
|
typeof console < "u" && console.error(N);
|
|
@@ -2410,7 +2410,7 @@ function bn() {
|
|
|
2410
2410
|
);
|
|
2411
2411
|
throw U.name = "Invariant Violation", U;
|
|
2412
2412
|
}
|
|
2413
|
-
j = C[g](N, g, k, O, null,
|
|
2413
|
+
j = C[g](N, g, k, O, null, v);
|
|
2414
2414
|
} catch (G) {
|
|
2415
2415
|
j = G;
|
|
2416
2416
|
}
|
|
@@ -2435,7 +2435,7 @@ function _n() {
|
|
|
2435
2435
|
if (Nt)
|
|
2436
2436
|
return Zr;
|
|
2437
2437
|
Nt = 1;
|
|
2438
|
-
var u = Wt(),
|
|
2438
|
+
var u = Wt(), v = gn(), M = rt(), w = Ut(), I = bn(), C = function() {
|
|
2439
2439
|
};
|
|
2440
2440
|
process.env.NODE_ENV !== "production" && (C = function(O) {
|
|
2441
2441
|
var k = "Warning: " + O;
|
|
@@ -2467,7 +2467,7 @@ function _n() {
|
|
|
2467
2467
|
any: J(),
|
|
2468
2468
|
arrayOf: ne,
|
|
2469
2469
|
element: Z(),
|
|
2470
|
-
elementType:
|
|
2470
|
+
elementType: d(),
|
|
2471
2471
|
instanceOf: ie,
|
|
2472
2472
|
node: Te(),
|
|
2473
2473
|
objectOf: we,
|
|
@@ -2552,7 +2552,7 @@ function _n() {
|
|
|
2552
2552
|
}
|
|
2553
2553
|
return V(c);
|
|
2554
2554
|
}
|
|
2555
|
-
function
|
|
2555
|
+
function d() {
|
|
2556
2556
|
function c(n, i, h, y, b) {
|
|
2557
2557
|
var _ = n[i];
|
|
2558
2558
|
if (!u.isValidElementType(_)) {
|
|
@@ -2662,7 +2662,7 @@ function _n() {
|
|
|
2662
2662
|
var E = i[h], T = ce(E);
|
|
2663
2663
|
if (T !== "object")
|
|
2664
2664
|
return new P("Invalid " + b + " `" + _ + "` of type `" + T + "` " + ("supplied to `" + y + "`, expected `object`."));
|
|
2665
|
-
var x =
|
|
2665
|
+
var x = v({}, i[h], c);
|
|
2666
2666
|
for (var $ in x) {
|
|
2667
2667
|
var ye = c[$];
|
|
2668
2668
|
if (w(c, $) && typeof ye != "function")
|
|
@@ -2758,11 +2758,11 @@ function En() {
|
|
|
2758
2758
|
return Xr;
|
|
2759
2759
|
Lt = 1;
|
|
2760
2760
|
var u = rt();
|
|
2761
|
-
function
|
|
2761
|
+
function v() {
|
|
2762
2762
|
}
|
|
2763
2763
|
function M() {
|
|
2764
2764
|
}
|
|
2765
|
-
return M.resetWarningCache =
|
|
2765
|
+
return M.resetWarningCache = v, Xr = function() {
|
|
2766
2766
|
function w(N, O, k, L, g, j) {
|
|
2767
2767
|
if (j !== u) {
|
|
2768
2768
|
var U = new Error(
|
|
@@ -2796,7 +2796,7 @@ function En() {
|
|
|
2796
2796
|
shape: I,
|
|
2797
2797
|
exact: I,
|
|
2798
2798
|
checkPropTypes: M,
|
|
2799
|
-
resetWarningCache:
|
|
2799
|
+
resetWarningCache: v
|
|
2800
2800
|
};
|
|
2801
2801
|
return C.PropTypes = C, C;
|
|
2802
2802
|
}, Xr;
|
|
@@ -2807,18 +2807,18 @@ if (process.env.NODE_ENV !== "production") {
|
|
|
2807
2807
|
} else
|
|
2808
2808
|
et.exports = En()();
|
|
2809
2809
|
var Cn = et.exports;
|
|
2810
|
-
const
|
|
2811
|
-
/* @__PURE__ */
|
|
2812
|
-
/* @__PURE__ */
|
|
2813
|
-
/* @__PURE__ */
|
|
2814
|
-
/* @__PURE__ */
|
|
2810
|
+
const F = /* @__PURE__ */ fn(Cn), Tn = ({ title: u = "", id: v = "", children: M = /* @__PURE__ */ f.jsx("div", {}) }) => /* @__PURE__ */ f.jsxs("div", { className: "u-accordion", children: [
|
|
2811
|
+
/* @__PURE__ */ f.jsx("div", { className: "u-accordion-title", children: u }),
|
|
2812
|
+
/* @__PURE__ */ f.jsx("input", { className: "u-accordion-input", type: "checkbox", id: `u-accordion${v}` }),
|
|
2813
|
+
/* @__PURE__ */ f.jsx("label", { className: "u-accordion-toggle", htmlFor: `u-accordion${v}` }),
|
|
2814
|
+
/* @__PURE__ */ f.jsx("div", { className: "u-accordion-content", children: M })
|
|
2815
2815
|
] });
|
|
2816
2816
|
Tn.propTypes = {
|
|
2817
|
-
title:
|
|
2818
|
-
id:
|
|
2819
|
-
children:
|
|
2817
|
+
title: F.string,
|
|
2818
|
+
id: F.string,
|
|
2819
|
+
children: F.node
|
|
2820
2820
|
};
|
|
2821
|
-
const Sn = ({ onClick: u, variant:
|
|
2821
|
+
const Sn = ({ onClick: u, variant: v = "primary", size: M = "medium", type: w = "button", icon: I = "", iconLeft: C = !1, iconOnly: N = !1, iconSize: O, disabled: k = !1, children: L = "ОК" }) => {
|
|
2822
2822
|
const g = (P) => {
|
|
2823
2823
|
switch (P) {
|
|
2824
2824
|
case "primary":
|
|
@@ -2831,6 +2831,8 @@ const Sn = ({ onClick: u, variant: p = "primary", size: M = "medium", type: w =
|
|
|
2831
2831
|
return "u-button u-button-danger-outline";
|
|
2832
2832
|
case "simple":
|
|
2833
2833
|
return "u-button u-button-simple";
|
|
2834
|
+
case "icon":
|
|
2835
|
+
return "u-button u-button-icon";
|
|
2834
2836
|
case "text":
|
|
2835
2837
|
return "u-button-text";
|
|
2836
2838
|
case "text-danger":
|
|
@@ -2846,28 +2848,28 @@ const Sn = ({ onClick: u, variant: p = "primary", size: M = "medium", type: w =
|
|
|
2846
2848
|
return "";
|
|
2847
2849
|
}
|
|
2848
2850
|
}, U = (P) => P ? " u-button-text-icon-left" : "", A = (P) => P ? " icon-only" : "", G = (P) => typeof P == "number" ? `${P}px` : String(P);
|
|
2849
|
-
return /* @__PURE__ */
|
|
2851
|
+
return /* @__PURE__ */ f.jsxs(
|
|
2850
2852
|
"button",
|
|
2851
2853
|
{
|
|
2852
|
-
className: `${g(
|
|
2854
|
+
className: `${g(v)}${j(M)}${U(C)}`,
|
|
2853
2855
|
type: w,
|
|
2854
2856
|
onClick: u,
|
|
2855
2857
|
disabled: k,
|
|
2856
2858
|
children: [
|
|
2857
|
-
!N && L,
|
|
2859
|
+
!N && v !== "icon" && L,
|
|
2858
2860
|
" ",
|
|
2859
|
-
I && /* @__PURE__ */
|
|
2861
|
+
I && /* @__PURE__ */ f.jsx("i", { style: O && { fontSize: G(O) }, className: `u-icon${A(N)} icon-${I}` })
|
|
2860
2862
|
]
|
|
2861
2863
|
}
|
|
2862
2864
|
);
|
|
2863
2865
|
};
|
|
2864
2866
|
Sn.propTypes = {
|
|
2865
|
-
variant:
|
|
2866
|
-
type:
|
|
2867
|
-
size:
|
|
2868
|
-
children:
|
|
2869
|
-
onClick:
|
|
2870
|
-
icon:
|
|
2867
|
+
variant: F.oneOf(["primary", "danger", "outline", "danger-outline", "simple", "icon", "text", "text-danger"]),
|
|
2868
|
+
type: F.string,
|
|
2869
|
+
size: F.string,
|
|
2870
|
+
children: F.string,
|
|
2871
|
+
onClick: F.func,
|
|
2872
|
+
icon: F.oneOf([
|
|
2871
2873
|
"active",
|
|
2872
2874
|
"application",
|
|
2873
2875
|
"attention",
|
|
@@ -2958,14 +2960,14 @@ Sn.propTypes = {
|
|
|
2958
2960
|
"zip"
|
|
2959
2961
|
])
|
|
2960
2962
|
};
|
|
2961
|
-
const xn = ({ name: u = "", size:
|
|
2963
|
+
const xn = ({ name: u = "", size: v = "", color: M = "" }) => {
|
|
2962
2964
|
const w = (I) => typeof I == "number" ? `${I}px` : String(I);
|
|
2963
|
-
return /* @__PURE__ */
|
|
2965
|
+
return /* @__PURE__ */ f.jsx("i", { style: { fontSize: w(v), color: M }, className: `u-icon icon-${u}` });
|
|
2964
2966
|
};
|
|
2965
2967
|
xn.propTypes = {
|
|
2966
|
-
size:
|
|
2967
|
-
color:
|
|
2968
|
-
name:
|
|
2968
|
+
size: F.string,
|
|
2969
|
+
color: F.string,
|
|
2970
|
+
name: F.oneOf([
|
|
2969
2971
|
"active",
|
|
2970
2972
|
"application",
|
|
2971
2973
|
"attention",
|
|
@@ -3056,9 +3058,9 @@ xn.propTypes = {
|
|
|
3056
3058
|
"zip"
|
|
3057
3059
|
])
|
|
3058
3060
|
};
|
|
3059
|
-
const On = ({ title: u = "", defaultValue:
|
|
3061
|
+
const On = ({ title: u = "", defaultValue: v = "", onChange: M, required: w = !1, disabled: I = !1, lineUp: C = !1, rowGap: N = 4, columnGap: O = 20, styleInputContainer: k, styleTitle: L, styleInput: g }) => {
|
|
3060
3062
|
const j = (U) => typeof U == "number" ? `${U}px` : String(U);
|
|
3061
|
-
return /* @__PURE__ */
|
|
3063
|
+
return /* @__PURE__ */ f.jsxs(
|
|
3062
3064
|
"div",
|
|
3063
3065
|
{
|
|
3064
3066
|
className: "u-react-input-container",
|
|
@@ -3072,7 +3074,7 @@ const On = ({ title: u = "", defaultValue: p = "", onChange: M, required: w = !1
|
|
|
3072
3074
|
k
|
|
3073
3075
|
),
|
|
3074
3076
|
children: [
|
|
3075
|
-
u && /* @__PURE__ */
|
|
3077
|
+
u && /* @__PURE__ */ f.jsx(
|
|
3076
3078
|
"div",
|
|
3077
3079
|
{
|
|
3078
3080
|
className: `${w && "u-required"} u-react-input-title`,
|
|
@@ -3085,23 +3087,23 @@ const On = ({ title: u = "", defaultValue: p = "", onChange: M, required: w = !1
|
|
|
3085
3087
|
children: u
|
|
3086
3088
|
}
|
|
3087
3089
|
),
|
|
3088
|
-
/* @__PURE__ */
|
|
3090
|
+
/* @__PURE__ */ f.jsx("input", { className: "u-react-input u-input", style: g, type: "text", placeholder: "введите", value: v, disabled: I, onChange: M })
|
|
3089
3091
|
]
|
|
3090
3092
|
}
|
|
3091
3093
|
);
|
|
3092
3094
|
};
|
|
3093
3095
|
On.propTypes = {
|
|
3094
|
-
title:
|
|
3095
|
-
required:
|
|
3096
|
-
disabled:
|
|
3097
|
-
lineUp:
|
|
3098
|
-
rowGap:
|
|
3099
|
-
columnGap:
|
|
3100
|
-
styleInputContainer:
|
|
3101
|
-
styleTitle:
|
|
3102
|
-
styleInput:
|
|
3096
|
+
title: F.string,
|
|
3097
|
+
required: F.bool,
|
|
3098
|
+
disabled: F.bool,
|
|
3099
|
+
lineUp: F.bool,
|
|
3100
|
+
rowGap: F.bool,
|
|
3101
|
+
columnGap: F.bool,
|
|
3102
|
+
styleInputContainer: F.object,
|
|
3103
|
+
styleTitle: F.object,
|
|
3104
|
+
styleInput: F.object
|
|
3103
3105
|
};
|
|
3104
|
-
const jn = ({ size: u = "medium", variant:
|
|
3106
|
+
const jn = ({ size: u = "medium", variant: v = "info", children: M }) => {
|
|
3105
3107
|
const w = (I, C) => {
|
|
3106
3108
|
switch (`${I}-${C}`) {
|
|
3107
3109
|
case "medium-info":
|
|
@@ -3122,68 +3124,68 @@ const jn = ({ size: u = "medium", variant: p = "info", children: M }) => {
|
|
|
3122
3124
|
return "u-message-small-warning";
|
|
3123
3125
|
}
|
|
3124
3126
|
};
|
|
3125
|
-
return /* @__PURE__ */
|
|
3127
|
+
return /* @__PURE__ */ f.jsx("div", { className: w(u, v), children: M });
|
|
3126
3128
|
};
|
|
3127
3129
|
jn.propTypes = {
|
|
3128
|
-
size:
|
|
3129
|
-
variant:
|
|
3130
|
-
children:
|
|
3130
|
+
size: F.string,
|
|
3131
|
+
variant: F.string,
|
|
3132
|
+
children: F.node
|
|
3131
3133
|
};
|
|
3132
|
-
const Pn = ({ variant: u = "small-primary" }) => /* @__PURE__ */
|
|
3133
|
-
u === "small-primary" && /* @__PURE__ */
|
|
3134
|
-
/* @__PURE__ */
|
|
3135
|
-
/* @__PURE__ */
|
|
3134
|
+
const Pn = ({ variant: u = "small-primary" }) => /* @__PURE__ */ f.jsxs(f.Fragment, { children: [
|
|
3135
|
+
u === "small-primary" && /* @__PURE__ */ f.jsx("div", { className: "u-preloader-mini", children: /* @__PURE__ */ f.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: [
|
|
3136
|
+
/* @__PURE__ */ f.jsx("circle", { cx: "24", cy: "24", r: "23", stroke: "#1E4391", "stroke-width": "2" }),
|
|
3137
|
+
/* @__PURE__ */ f.jsx("circle", { className: "u-preloader-mini-dot", cx: "6.5", cy: "6.5", r: "6.5", fill: "#1E4391" })
|
|
3136
3138
|
] }) }),
|
|
3137
|
-
u === "small-special" && /* @__PURE__ */
|
|
3138
|
-
/* @__PURE__ */
|
|
3139
|
-
/* @__PURE__ */
|
|
3140
|
-
/* @__PURE__ */
|
|
3141
|
-
/* @__PURE__ */
|
|
3142
|
-
/* @__PURE__ */
|
|
3143
|
-
/* @__PURE__ */
|
|
3144
|
-
/* @__PURE__ */
|
|
3139
|
+
u === "small-special" && /* @__PURE__ */ f.jsx("div", { className: "u-preloader-mini-gradient", children: /* @__PURE__ */ f.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: [
|
|
3140
|
+
/* @__PURE__ */ f.jsx("circle", { cx: "24", cy: "24", r: "23", stroke: "url(#paint0_linear_8025_35626)", "stroke-width": "2" }),
|
|
3141
|
+
/* @__PURE__ */ f.jsx("circle", { className: "u-preloader-mini-dot", cx: "6.5", cy: "6.5", r: "6.5", fill: "url(#paint0_linear_8025_35627)" }),
|
|
3142
|
+
/* @__PURE__ */ f.jsxs("defs", { children: [
|
|
3143
|
+
/* @__PURE__ */ f.jsxs("linearGradient", { id: "paint0_linear_8025_35626", x1: "54.3387", y1: "23.9985", x2: "6", y2: "23.9985", gradientUnits: "userSpaceOnUse", children: [
|
|
3144
|
+
/* @__PURE__ */ f.jsx("stop", { "stop-color": "#FF2D7F" }),
|
|
3145
|
+
/* @__PURE__ */ f.jsx("stop", { offset: "0.48", "stop-color": "#FB3727" }),
|
|
3146
|
+
/* @__PURE__ */ f.jsx("stop", { offset: "1", "stop-color": "#FEEA0F" })
|
|
3145
3147
|
] }),
|
|
3146
|
-
/* @__PURE__ */
|
|
3147
|
-
/* @__PURE__ */
|
|
3148
|
-
/* @__PURE__ */
|
|
3149
|
-
/* @__PURE__ */
|
|
3148
|
+
/* @__PURE__ */ f.jsxs("linearGradient", { id: "paint0_linear_8025_35627", x1: "0.50109", y1: "13", x2: "8.00065", y2: "0.000589107", gradientUnits: "userSpaceOnUse", children: [
|
|
3149
|
+
/* @__PURE__ */ f.jsx("stop", { "stop-color": "#FF2D7F" }),
|
|
3150
|
+
/* @__PURE__ */ f.jsx("stop", { offset: "0.192259", "stop-color": "#FB3727" }),
|
|
3151
|
+
/* @__PURE__ */ f.jsx("stop", { offset: "1", "stop-color": "#FEEA0F" })
|
|
3150
3152
|
] })
|
|
3151
3153
|
] })
|
|
3152
3154
|
] }) }),
|
|
3153
|
-
u === "large-primary" && /* @__PURE__ */
|
|
3154
|
-
/* @__PURE__ */
|
|
3155
|
-
/* @__PURE__ */
|
|
3156
|
-
/* @__PURE__ */
|
|
3155
|
+
u === "large-primary" && /* @__PURE__ */ f.jsx("div", { className: "u-preloader", children: /* @__PURE__ */ f.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: [
|
|
3156
|
+
/* @__PURE__ */ f.jsx("path", { "fill-rule": "evenodd", "clip-rule": "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" }),
|
|
3157
|
+
/* @__PURE__ */ f.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" }),
|
|
3158
|
+
/* @__PURE__ */ f.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" })
|
|
3157
3159
|
] }) }),
|
|
3158
|
-
u === "large-special" && /* @__PURE__ */
|
|
3159
|
-
/* @__PURE__ */
|
|
3160
|
-
/* @__PURE__ */
|
|
3161
|
-
/* @__PURE__ */
|
|
3162
|
-
/* @__PURE__ */
|
|
3163
|
-
/* @__PURE__ */
|
|
3164
|
-
/* @__PURE__ */
|
|
3165
|
-
/* @__PURE__ */
|
|
3166
|
-
/* @__PURE__ */
|
|
3160
|
+
u === "large-special" && /* @__PURE__ */ f.jsx("div", { className: "u-preloader-gradient", children: /* @__PURE__ */ f.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: [
|
|
3161
|
+
/* @__PURE__ */ f.jsx("path", { "fill-rule": "evenodd", "clip-rule": "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)" }),
|
|
3162
|
+
/* @__PURE__ */ f.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)" }),
|
|
3163
|
+
/* @__PURE__ */ f.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)" }),
|
|
3164
|
+
/* @__PURE__ */ f.jsxs("defs", { children: [
|
|
3165
|
+
/* @__PURE__ */ f.jsxs("linearGradient", { id: "paint0_linear_1804_4939", x1: "76.5363", y1: "37.9977", x2: "1.9146e-07", y2: "37.9977", gradientUnits: "userSpaceOnUse", children: [
|
|
3166
|
+
/* @__PURE__ */ f.jsx("stop", { "stop-color": "#FF2D7F" }),
|
|
3167
|
+
/* @__PURE__ */ f.jsx("stop", { offset: "0.48", "stop-color": "#FB3727" }),
|
|
3168
|
+
/* @__PURE__ */ f.jsx("stop", { offset: "1", "stop-color": "#FEEA0F" })
|
|
3167
3169
|
] }),
|
|
3168
|
-
/* @__PURE__ */
|
|
3169
|
-
/* @__PURE__ */
|
|
3170
|
-
/* @__PURE__ */
|
|
3171
|
-
/* @__PURE__ */
|
|
3170
|
+
/* @__PURE__ */ f.jsxs("linearGradient", { id: "paint1_linear_1804_4939", x1: "5.06202", y1: "20.769", x2: "11.2799", y2: "12.9983", gradientUnits: "userSpaceOnUse", children: [
|
|
3171
|
+
/* @__PURE__ */ f.jsx("stop", { "stop-color": "#FF2D7F" }),
|
|
3172
|
+
/* @__PURE__ */ f.jsx("stop", { offset: "0.48", "stop-color": "#FB3727" }),
|
|
3173
|
+
/* @__PURE__ */ f.jsx("stop", { offset: "1", "stop-color": "#FEEA0F" })
|
|
3172
3174
|
] }),
|
|
3173
|
-
/* @__PURE__ */
|
|
3174
|
-
/* @__PURE__ */
|
|
3175
|
-
/* @__PURE__ */
|
|
3176
|
-
/* @__PURE__ */
|
|
3175
|
+
/* @__PURE__ */ f.jsxs("linearGradient", { id: "paint2_linear_1804_4939", x1: "35.9984", y1: "21.9995", x2: "36.4978", y2: "56.9995", gradientUnits: "userSpaceOnUse", children: [
|
|
3176
|
+
/* @__PURE__ */ f.jsx("stop", { "stop-color": "#FF2D7F" }),
|
|
3177
|
+
/* @__PURE__ */ f.jsx("stop", { offset: "0.48", "stop-color": "#FB3727" }),
|
|
3178
|
+
/* @__PURE__ */ f.jsx("stop", { offset: "1", "stop-color": "#FEEA0F" })
|
|
3177
3179
|
] })
|
|
3178
3180
|
] })
|
|
3179
3181
|
] }) })
|
|
3180
3182
|
] });
|
|
3181
3183
|
Pn.propTypes = {
|
|
3182
|
-
variant:
|
|
3184
|
+
variant: F.string
|
|
3183
3185
|
};
|
|
3184
|
-
const kn = ({ title: u = "", required:
|
|
3186
|
+
const kn = ({ title: u = "", required: v = !1, options: M, styleSelectContainer: w, styleTitle: I, styleSelect: C, lineUp: N = !1, rowGap: O = 4, columnGap: k = 20, placeholder: L = "Не выбрано", value: g, isOpen: j, isClearable: U, onChange: A, onOpen: G }) => {
|
|
3185
3187
|
const P = (V) => typeof V == "number" ? `${V}px` : String(V);
|
|
3186
|
-
return /* @__PURE__ */
|
|
3188
|
+
return /* @__PURE__ */ f.jsxs(
|
|
3187
3189
|
"div",
|
|
3188
3190
|
{
|
|
3189
3191
|
className: "u-react-select-container",
|
|
@@ -3197,10 +3199,10 @@ const kn = ({ title: u = "", required: p = !1, options: M, styleSelectContainer:
|
|
|
3197
3199
|
w
|
|
3198
3200
|
),
|
|
3199
3201
|
children: [
|
|
3200
|
-
u && /* @__PURE__ */
|
|
3202
|
+
u && /* @__PURE__ */ f.jsx(
|
|
3201
3203
|
"div",
|
|
3202
3204
|
{
|
|
3203
|
-
className: `${
|
|
3205
|
+
className: `${v && "u-required"} u-react-select-title`,
|
|
3204
3206
|
style: Object.assign(
|
|
3205
3207
|
{
|
|
3206
3208
|
color: "#545454"
|
|
@@ -3210,7 +3212,7 @@ const kn = ({ title: u = "", required: p = !1, options: M, styleSelectContainer:
|
|
|
3210
3212
|
children: u
|
|
3211
3213
|
}
|
|
3212
3214
|
),
|
|
3213
|
-
/* @__PURE__ */
|
|
3215
|
+
/* @__PURE__ */ f.jsxs(
|
|
3214
3216
|
"div",
|
|
3215
3217
|
{
|
|
3216
3218
|
className: "u-selectbox u-react-select",
|
|
@@ -3223,14 +3225,14 @@ const kn = ({ title: u = "", required: p = !1, options: M, styleSelectContainer:
|
|
|
3223
3225
|
C
|
|
3224
3226
|
),
|
|
3225
3227
|
children: [
|
|
3226
|
-
/* @__PURE__ */
|
|
3228
|
+
/* @__PURE__ */ f.jsxs(
|
|
3227
3229
|
"div",
|
|
3228
3230
|
{
|
|
3229
3231
|
className: j ? "u-selectbox-select u-selectbox-select-open" : "u-selectbox-select",
|
|
3230
3232
|
onClick: () => G(!j),
|
|
3231
3233
|
children: [
|
|
3232
|
-
/* @__PURE__ */
|
|
3233
|
-
(g == null ? void 0 : g.value) !== null && U ? /* @__PURE__ */
|
|
3234
|
+
/* @__PURE__ */ f.jsx("span", { className: "u-selectbox-select-title", children: g == null ? void 0 : g.label }),
|
|
3235
|
+
(g == null ? void 0 : g.value) !== null && U ? /* @__PURE__ */ f.jsx(
|
|
3234
3236
|
"i",
|
|
3235
3237
|
{
|
|
3236
3238
|
className: "u-selectbox-select-icon-cross",
|
|
@@ -3238,12 +3240,12 @@ const kn = ({ title: u = "", required: p = !1, options: M, styleSelectContainer:
|
|
|
3238
3240
|
V.stopPropagation(), A({ value: null, label: L }), G(!1);
|
|
3239
3241
|
}
|
|
3240
3242
|
}
|
|
3241
|
-
) : /* @__PURE__ */
|
|
3242
|
-
/* @__PURE__ */
|
|
3243
|
+
) : /* @__PURE__ */ f.jsx(f.Fragment, {}),
|
|
3244
|
+
/* @__PURE__ */ f.jsx("i", { className: "u-selectbox-select-icon-arrow" })
|
|
3243
3245
|
]
|
|
3244
3246
|
}
|
|
3245
3247
|
),
|
|
3246
|
-
/* @__PURE__ */
|
|
3248
|
+
/* @__PURE__ */ f.jsx("div", { className: "u-selectbox-options", children: M.map((V, te) => /* @__PURE__ */ f.jsx("div", { className: "u-selectbox-option", onClick: (J) => {
|
|
3247
3249
|
J.stopPropagation(), A(V), G(!1);
|
|
3248
3250
|
}, children: V.label }, te)) })
|
|
3249
3251
|
]
|
|
@@ -3254,20 +3256,20 @@ const kn = ({ title: u = "", required: p = !1, options: M, styleSelectContainer:
|
|
|
3254
3256
|
);
|
|
3255
3257
|
};
|
|
3256
3258
|
kn.propTypes = {
|
|
3257
|
-
title:
|
|
3258
|
-
required:
|
|
3259
|
-
lineUp:
|
|
3260
|
-
rowGap:
|
|
3261
|
-
columnGap:
|
|
3262
|
-
styleSelectContainer:
|
|
3263
|
-
styleTitle:
|
|
3264
|
-
styleSelect:
|
|
3265
|
-
options:
|
|
3266
|
-
placeholder:
|
|
3267
|
-
value:
|
|
3268
|
-
onChange:
|
|
3259
|
+
title: F.string,
|
|
3260
|
+
required: F.bool,
|
|
3261
|
+
lineUp: F.bool,
|
|
3262
|
+
rowGap: F.bool,
|
|
3263
|
+
columnGap: F.bool,
|
|
3264
|
+
styleSelectContainer: F.object,
|
|
3265
|
+
styleTitle: F.object,
|
|
3266
|
+
styleSelect: F.object,
|
|
3267
|
+
options: F.array,
|
|
3268
|
+
placeholder: F.string,
|
|
3269
|
+
value: F.object,
|
|
3270
|
+
onChange: F.func
|
|
3269
3271
|
};
|
|
3270
|
-
const An = ({ size: u = "medium", variant:
|
|
3272
|
+
const An = ({ size: u = "medium", variant: v = "", children: M }) => {
|
|
3271
3273
|
const w = (I) => {
|
|
3272
3274
|
switch (I) {
|
|
3273
3275
|
case "warning":
|
|
@@ -3286,14 +3288,14 @@ const An = ({ size: u = "medium", variant: p = "", children: M }) => {
|
|
|
3286
3288
|
return "u-status-prepared";
|
|
3287
3289
|
}
|
|
3288
3290
|
};
|
|
3289
|
-
return /* @__PURE__ */
|
|
3291
|
+
return /* @__PURE__ */ f.jsx("div", { className: `u-status ${u === "large" ? "u-status-large" : ""} ${w(v)}`, children: M });
|
|
3290
3292
|
};
|
|
3291
3293
|
An.propTypes = {
|
|
3292
|
-
children:
|
|
3293
|
-
variant:
|
|
3294
|
-
size:
|
|
3294
|
+
children: F.string,
|
|
3295
|
+
variant: F.string,
|
|
3296
|
+
size: F.string
|
|
3295
3297
|
};
|
|
3296
|
-
const $n = ({ data: u, columns:
|
|
3298
|
+
const $n = ({ data: u, columns: v, borders: M = "horizontal", striped: w, linesNotActive: I, fixedHeader: C, tdStyle: N, thStyle: O, cellStyle: k, contentForEmptyTable: L = /* @__PURE__ */ f.jsx("p", { children: "Ничего не найдено" }) }) => {
|
|
3297
3299
|
const g = (A) => `${A}px`, j = "auto", U = (A) => {
|
|
3298
3300
|
switch (A) {
|
|
3299
3301
|
case "horizontal":
|
|
@@ -3304,13 +3306,13 @@ const $n = ({ data: u, columns: p, borders: M = "horizontal", striped: w, linesN
|
|
|
3304
3306
|
return " none-borders";
|
|
3305
3307
|
}
|
|
3306
3308
|
};
|
|
3307
|
-
return /* @__PURE__ */
|
|
3309
|
+
return /* @__PURE__ */ f.jsx(f.Fragment, { children: /* @__PURE__ */ f.jsx(
|
|
3308
3310
|
"div",
|
|
3309
3311
|
{
|
|
3310
3312
|
className: `u-table${["horizontal", "vertical", "none"].includes(M) ? U(M) : ""}${w ? " striped" : ""}${I ? " not-active-lines" : ""}${C ? " thead-fixed" : ""}`,
|
|
3311
|
-
children: /* @__PURE__ */
|
|
3312
|
-
/* @__PURE__ */
|
|
3313
|
-
(A, G) => /* @__PURE__ */
|
|
3313
|
+
children: /* @__PURE__ */ f.jsxs("table", { className: "table", children: [
|
|
3314
|
+
/* @__PURE__ */ f.jsx("thead", { style: { zIndex: "2" }, children: /* @__PURE__ */ f.jsx("tr", { children: v.map(
|
|
3315
|
+
(A, G) => /* @__PURE__ */ f.jsx(
|
|
3314
3316
|
"th",
|
|
3315
3317
|
{
|
|
3316
3318
|
className: `${A.sticky ? "sticky" : ""}`,
|
|
@@ -3323,7 +3325,7 @@ const $n = ({ data: u, columns: p, borders: M = "horizontal", striped: w, linesN
|
|
|
3323
3325
|
O,
|
|
3324
3326
|
k
|
|
3325
3327
|
),
|
|
3326
|
-
children: /* @__PURE__ */
|
|
3328
|
+
children: /* @__PURE__ */ f.jsx(
|
|
3327
3329
|
"p",
|
|
3328
3330
|
{
|
|
3329
3331
|
style: {
|
|
@@ -3336,8 +3338,8 @@ const $n = ({ data: u, columns: p, borders: M = "horizontal", striped: w, linesN
|
|
|
3336
3338
|
G
|
|
3337
3339
|
)
|
|
3338
3340
|
) }) }),
|
|
3339
|
-
u.length !== 0 ? /* @__PURE__ */
|
|
3340
|
-
(P, V) => /* @__PURE__ */
|
|
3341
|
+
u.length !== 0 ? /* @__PURE__ */ f.jsx("tbody", { children: u == null ? void 0 : u.map((A, G) => /* @__PURE__ */ f.jsx("tr", { children: v == null ? void 0 : v.map(
|
|
3342
|
+
(P, V) => /* @__PURE__ */ f.jsx(
|
|
3341
3343
|
"td",
|
|
3342
3344
|
{
|
|
3343
3345
|
className: `${P.sticky ? "sticky" : ""}`,
|
|
@@ -3350,7 +3352,7 @@ const $n = ({ data: u, columns: p, borders: M = "horizontal", striped: w, linesN
|
|
|
3350
3352
|
N,
|
|
3351
3353
|
k
|
|
3352
3354
|
),
|
|
3353
|
-
children: /* @__PURE__ */
|
|
3355
|
+
children: /* @__PURE__ */ f.jsx(
|
|
3354
3356
|
"div",
|
|
3355
3357
|
{
|
|
3356
3358
|
style: {
|
|
@@ -3362,21 +3364,29 @@ const $n = ({ data: u, columns: p, borders: M = "horizontal", striped: w, linesN
|
|
|
3362
3364
|
},
|
|
3363
3365
|
V
|
|
3364
3366
|
)
|
|
3365
|
-
) }, G)) }) : /* @__PURE__ */
|
|
3367
|
+
) }, G)) }) : /* @__PURE__ */ f.jsx("tbody", { children: /* @__PURE__ */ f.jsx("tr", { children: /* @__PURE__ */ f.jsx("td", { children: L }) }) })
|
|
3366
3368
|
] })
|
|
3367
3369
|
}
|
|
3368
|
-
);
|
|
3370
|
+
) });
|
|
3369
3371
|
};
|
|
3370
3372
|
$n.propTypes = {
|
|
3371
|
-
data:
|
|
3372
|
-
columns:
|
|
3373
|
-
verticalBorders:
|
|
3374
|
-
striped:
|
|
3375
|
-
linesNotActive:
|
|
3376
|
-
fixedHeader:
|
|
3377
|
-
tdStyle:
|
|
3378
|
-
thStyle:
|
|
3379
|
-
cellStyle:
|
|
3373
|
+
data: F.array,
|
|
3374
|
+
columns: F.array,
|
|
3375
|
+
verticalBorders: F.bool,
|
|
3376
|
+
striped: F.bool,
|
|
3377
|
+
linesNotActive: F.bool,
|
|
3378
|
+
fixedHeader: F.bool,
|
|
3379
|
+
tdStyle: F.object,
|
|
3380
|
+
thStyle: F.object,
|
|
3381
|
+
cellStyle: F.object
|
|
3382
|
+
};
|
|
3383
|
+
const In = ({ content: u = /* @__PURE__ */ f.jsx("div", {}), children: v = /* @__PURE__ */ f.jsx("div", {}) }) => /* @__PURE__ */ f.jsxs("div", { id: "u-help", children: [
|
|
3384
|
+
/* @__PURE__ */ f.jsx("div", { id: "u-help-tooltip", children: u }),
|
|
3385
|
+
/* @__PURE__ */ f.jsx("div", { children: v })
|
|
3386
|
+
] });
|
|
3387
|
+
In.propTypes = {
|
|
3388
|
+
content: F.node,
|
|
3389
|
+
children: F.node
|
|
3380
3390
|
};
|
|
3381
3391
|
export {
|
|
3382
3392
|
Tn as Accordion,
|
|
@@ -3387,5 +3397,6 @@ export {
|
|
|
3387
3397
|
Pn as Preloader,
|
|
3388
3398
|
kn as Select,
|
|
3389
3399
|
An as Status,
|
|
3390
|
-
$n as Table
|
|
3400
|
+
$n as Table,
|
|
3401
|
+
In as Tooltip
|
|
3391
3402
|
};
|