@protonradio/proton-ui 0.7.5-beta13 → 0.7.5-beta15
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/index.cjs.js +12 -12
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +8 -5
- package/dist/index.es.js +810 -823
- package/dist/index.es.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import B, { useRef as M, useCallback as X, useState as z, useContext as Y, useEffect as L, createContext as Q, useMemo as V, useLayoutEffect as
|
|
2
|
-
import Sn, { flushSync as
|
|
3
|
-
import { e as W, i as Lr, h as yi, a as
|
|
1
|
+
import B, { useRef as M, useCallback as X, useState as z, useContext as Y, useEffect as L, createContext as Q, useMemo as V, useLayoutEffect as Mc, createElement as bi, isValidElement as Ic, forwardRef as dt, cloneElement as Fc } from "react";
|
|
2
|
+
import Sn, { flushSync as _c, createPortal as gi } from "react-dom";
|
|
3
|
+
import { e as W, i as Lr, h as yi, a as Rc, D as Un } from "./utils-Bc2wVuvD.mjs";
|
|
4
4
|
import { THEMES as Pt, BREAKPOINTS as $i } from "./constants.es.js";
|
|
5
|
-
import { transparentize as Gn, parseToRgba as
|
|
5
|
+
import { transparentize as Gn, parseToRgba as Nc } from "color2k";
|
|
6
6
|
import { G as ke, S as en, W as tn, D as nn } from "./colors-Dwh4VIMR.mjs";
|
|
7
7
|
import { c as h4 } from "./colors-Dwh4VIMR.mjs";
|
|
8
8
|
var dr = { exports: {} }, Mt = {};
|
|
@@ -16,7 +16,7 @@ var dr = { exports: {} }, Mt = {};
|
|
|
16
16
|
* LICENSE file in the root directory of this source tree.
|
|
17
17
|
*/
|
|
18
18
|
var Sl;
|
|
19
|
-
function
|
|
19
|
+
function Lc() {
|
|
20
20
|
if (Sl) return Mt;
|
|
21
21
|
Sl = 1;
|
|
22
22
|
var t = B, e = Symbol.for("react.element"), n = Symbol.for("react.fragment"), r = Object.prototype.hasOwnProperty, l = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, i = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
@@ -40,7 +40,7 @@ var It = {};
|
|
|
40
40
|
* LICENSE file in the root directory of this source tree.
|
|
41
41
|
*/
|
|
42
42
|
var Cl;
|
|
43
|
-
function
|
|
43
|
+
function Oc() {
|
|
44
44
|
return Cl || (Cl = 1, process.env.NODE_ENV !== "production" && function() {
|
|
45
45
|
var t = B, e = Symbol.for("react.element"), n = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), l = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), o = Symbol.for("react.provider"), a = Symbol.for("react.context"), u = Symbol.for("react.forward_ref"), s = Symbol.for("react.suspense"), c = Symbol.for("react.suspense_list"), d = Symbol.for("react.memo"), f = Symbol.for("react.lazy"), p = Symbol.for("react.offscreen"), m = Symbol.iterator, y = "@@iterator";
|
|
46
46
|
function g(h) {
|
|
@@ -286,7 +286,7 @@ function zc() {
|
|
|
286
286
|
function Ln(h, K, _) {
|
|
287
287
|
return mt(h, !1);
|
|
288
288
|
}
|
|
289
|
-
function
|
|
289
|
+
function cc(h) {
|
|
290
290
|
var K = h.prototype;
|
|
291
291
|
return !!(K && K.isReactComponent);
|
|
292
292
|
}
|
|
@@ -294,7 +294,7 @@ function zc() {
|
|
|
294
294
|
if (h == null)
|
|
295
295
|
return "";
|
|
296
296
|
if (typeof h == "function")
|
|
297
|
-
return mt(h,
|
|
297
|
+
return mt(h, cc(h));
|
|
298
298
|
if (typeof h == "string")
|
|
299
299
|
return pt(h);
|
|
300
300
|
switch (h) {
|
|
@@ -327,7 +327,7 @@ function zc() {
|
|
|
327
327
|
} else
|
|
328
328
|
dl.setExtraStackFrame(null);
|
|
329
329
|
}
|
|
330
|
-
function
|
|
330
|
+
function dc(h, K, _, j, Z) {
|
|
331
331
|
{
|
|
332
332
|
var ee = Function.call.bind(At);
|
|
333
333
|
for (var q in h)
|
|
@@ -346,17 +346,17 @@ function zc() {
|
|
|
346
346
|
}
|
|
347
347
|
}
|
|
348
348
|
}
|
|
349
|
-
var
|
|
349
|
+
var fc = Array.isArray;
|
|
350
350
|
function On(h) {
|
|
351
|
-
return
|
|
351
|
+
return fc(h);
|
|
352
352
|
}
|
|
353
|
-
function
|
|
353
|
+
function pc(h) {
|
|
354
354
|
{
|
|
355
355
|
var K = typeof Symbol == "function" && Symbol.toStringTag, _ = K && h[Symbol.toStringTag] || h.constructor.name || "Object";
|
|
356
356
|
return _;
|
|
357
357
|
}
|
|
358
358
|
}
|
|
359
|
-
function
|
|
359
|
+
function vc(h) {
|
|
360
360
|
try {
|
|
361
361
|
return fl(h), !1;
|
|
362
362
|
} catch {
|
|
@@ -367,17 +367,17 @@ function zc() {
|
|
|
367
367
|
return "" + h;
|
|
368
368
|
}
|
|
369
369
|
function pl(h) {
|
|
370
|
-
if (
|
|
371
|
-
return P("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",
|
|
370
|
+
if (vc(h))
|
|
371
|
+
return P("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", pc(h)), fl(h);
|
|
372
372
|
}
|
|
373
|
-
var Kt = E.ReactCurrentOwner,
|
|
373
|
+
var Kt = E.ReactCurrentOwner, hc = {
|
|
374
374
|
key: !0,
|
|
375
375
|
ref: !0,
|
|
376
376
|
__self: !0,
|
|
377
377
|
__source: !0
|
|
378
378
|
}, vl, hl, zn;
|
|
379
379
|
zn = {};
|
|
380
|
-
function
|
|
380
|
+
function mc(h) {
|
|
381
381
|
if (At.call(h, "ref")) {
|
|
382
382
|
var K = Object.getOwnPropertyDescriptor(h, "ref").get;
|
|
383
383
|
if (K && K.isReactWarning)
|
|
@@ -385,7 +385,7 @@ function zc() {
|
|
|
385
385
|
}
|
|
386
386
|
return h.ref !== void 0;
|
|
387
387
|
}
|
|
388
|
-
function
|
|
388
|
+
function bc(h) {
|
|
389
389
|
if (At.call(h, "key")) {
|
|
390
390
|
var K = Object.getOwnPropertyDescriptor(h, "key").get;
|
|
391
391
|
if (K && K.isReactWarning)
|
|
@@ -393,13 +393,13 @@ function zc() {
|
|
|
393
393
|
}
|
|
394
394
|
return h.key !== void 0;
|
|
395
395
|
}
|
|
396
|
-
function
|
|
396
|
+
function gc(h, K) {
|
|
397
397
|
if (typeof h.ref == "string" && Kt.current && K && Kt.current.stateNode !== K) {
|
|
398
398
|
var _ = x(Kt.current.type);
|
|
399
399
|
zn[_] || (P('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', x(Kt.current.type), h.ref), zn[_] = !0);
|
|
400
400
|
}
|
|
401
401
|
}
|
|
402
|
-
function
|
|
402
|
+
function yc(h, K) {
|
|
403
403
|
{
|
|
404
404
|
var _ = function() {
|
|
405
405
|
vl || (vl = !0, P("%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)", K));
|
|
@@ -410,7 +410,7 @@ function zc() {
|
|
|
410
410
|
});
|
|
411
411
|
}
|
|
412
412
|
}
|
|
413
|
-
function
|
|
413
|
+
function $c(h, K) {
|
|
414
414
|
{
|
|
415
415
|
var _ = function() {
|
|
416
416
|
hl || (hl = !0, P("%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)", K));
|
|
@@ -421,7 +421,7 @@ function zc() {
|
|
|
421
421
|
});
|
|
422
422
|
}
|
|
423
423
|
}
|
|
424
|
-
var
|
|
424
|
+
var xc = function(h, K, _, j, Z, ee, q) {
|
|
425
425
|
var G = {
|
|
426
426
|
// This tag allows us to uniquely identify this as a React Element
|
|
427
427
|
$$typeof: e,
|
|
@@ -450,12 +450,12 @@ function zc() {
|
|
|
450
450
|
value: Z
|
|
451
451
|
}), Object.freeze && (Object.freeze(G.props), Object.freeze(G)), G;
|
|
452
452
|
};
|
|
453
|
-
function
|
|
453
|
+
function Ec(h, K, _, j, Z) {
|
|
454
454
|
{
|
|
455
455
|
var ee, q = {}, G = null, pe = null;
|
|
456
|
-
_ !== void 0 && (pl(_), G = "" + _),
|
|
456
|
+
_ !== void 0 && (pl(_), G = "" + _), bc(K) && (pl(K.key), G = "" + K.key), mc(K) && (pe = K.ref, gc(K, Z));
|
|
457
457
|
for (ee in K)
|
|
458
|
-
At.call(K, ee) && !
|
|
458
|
+
At.call(K, ee) && !hc.hasOwnProperty(ee) && (q[ee] = K[ee]);
|
|
459
459
|
if (h && h.defaultProps) {
|
|
460
460
|
var le = h.defaultProps;
|
|
461
461
|
for (ee in le)
|
|
@@ -463,9 +463,9 @@ function zc() {
|
|
|
463
463
|
}
|
|
464
464
|
if (G || pe) {
|
|
465
465
|
var ae = typeof h == "function" ? h.displayName || h.name || "Unknown" : h;
|
|
466
|
-
G &&
|
|
466
|
+
G && yc(q, ae), pe && $c(q, ae);
|
|
467
467
|
}
|
|
468
|
-
return
|
|
468
|
+
return xc(h, G, pe, Z, j, Kt.current, q);
|
|
469
469
|
}
|
|
470
470
|
}
|
|
471
471
|
var jn = E.ReactCurrentOwner, ml = E.ReactDebugCurrentFrame;
|
|
@@ -493,11 +493,11 @@ Check the render method of \`` + h + "`.";
|
|
|
493
493
|
return "";
|
|
494
494
|
}
|
|
495
495
|
}
|
|
496
|
-
function
|
|
496
|
+
function Sc(h) {
|
|
497
497
|
return "";
|
|
498
498
|
}
|
|
499
499
|
var gl = {};
|
|
500
|
-
function
|
|
500
|
+
function Cc(h) {
|
|
501
501
|
{
|
|
502
502
|
var K = bl();
|
|
503
503
|
if (!K) {
|
|
@@ -514,7 +514,7 @@ Check the top-level render call using <` + _ + ">.");
|
|
|
514
514
|
if (!h._store || h._store.validated || h.key != null)
|
|
515
515
|
return;
|
|
516
516
|
h._store.validated = !0;
|
|
517
|
-
var _ =
|
|
517
|
+
var _ = Cc(K);
|
|
518
518
|
if (gl[_])
|
|
519
519
|
return;
|
|
520
520
|
gl[_] = !0;
|
|
@@ -541,7 +541,7 @@ Check the top-level render call using <` + _ + ">.");
|
|
|
541
541
|
}
|
|
542
542
|
}
|
|
543
543
|
}
|
|
544
|
-
function
|
|
544
|
+
function wc(h) {
|
|
545
545
|
{
|
|
546
546
|
var K = h.type;
|
|
547
547
|
if (K == null || typeof K == "string")
|
|
@@ -557,7 +557,7 @@ Check the top-level render call using <` + _ + ">.");
|
|
|
557
557
|
return;
|
|
558
558
|
if (_) {
|
|
559
559
|
var j = x(K);
|
|
560
|
-
|
|
560
|
+
dc(_, h.props, "prop", j, h);
|
|
561
561
|
} else if (K.PropTypes !== void 0 && !Vn) {
|
|
562
562
|
Vn = !0;
|
|
563
563
|
var Z = x(K);
|
|
@@ -566,7 +566,7 @@ Check the top-level render call using <` + _ + ">.");
|
|
|
566
566
|
typeof K.getDefaultProps == "function" && !K.getDefaultProps.isReactClassApproved && P("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
567
567
|
}
|
|
568
568
|
}
|
|
569
|
-
function
|
|
569
|
+
function Pc(h) {
|
|
570
570
|
{
|
|
571
571
|
for (var K = Object.keys(h.props), _ = 0; _ < K.length; _++) {
|
|
572
572
|
var j = K[_];
|
|
@@ -585,12 +585,12 @@ Check the top-level render call using <` + _ + ">.");
|
|
|
585
585
|
if (!q) {
|
|
586
586
|
var G = "";
|
|
587
587
|
(h === void 0 || typeof h == "object" && h !== null && Object.keys(h).length === 0) && (G += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
588
|
-
var pe =
|
|
588
|
+
var pe = Sc();
|
|
589
589
|
pe ? G += pe : G += bl();
|
|
590
590
|
var le;
|
|
591
591
|
h === null ? le = "null" : On(h) ? le = "array" : h !== void 0 && h.$$typeof === e ? (le = "<" + (x(h.type) || "Unknown") + " />", G = " Did you accidentally export a JSX literal instead of a component?") : le = typeof h, P("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", le, G);
|
|
592
592
|
}
|
|
593
|
-
var ae =
|
|
593
|
+
var ae = Ec(h, K, _, Z, ee);
|
|
594
594
|
if (ae == null)
|
|
595
595
|
return ae;
|
|
596
596
|
if (q) {
|
|
@@ -607,33 +607,33 @@ Check the top-level render call using <` + _ + ">.");
|
|
|
607
607
|
$l(Se, h);
|
|
608
608
|
}
|
|
609
609
|
if (At.call(K, "key")) {
|
|
610
|
-
var lt = x(h), me = Object.keys(K).filter(function(
|
|
611
|
-
return
|
|
610
|
+
var lt = x(h), me = Object.keys(K).filter(function(Kc) {
|
|
611
|
+
return Kc !== "key";
|
|
612
612
|
}), Wn = me.length > 0 ? "{key: someKey, " + me.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
613
613
|
if (!xl[lt + Wn]) {
|
|
614
|
-
var
|
|
614
|
+
var Ac = me.length > 0 ? "{" + me.join(": ..., ") + ": ...}" : "{}";
|
|
615
615
|
P(`A props object containing a "key" prop is being spread into JSX:
|
|
616
616
|
let props = %s;
|
|
617
617
|
<%s {...props} />
|
|
618
618
|
React keys must be passed directly to JSX without using spread:
|
|
619
619
|
let props = %s;
|
|
620
|
-
<%s key={someKey} {...props} />`, Wn, lt,
|
|
620
|
+
<%s key={someKey} {...props} />`, Wn, lt, Ac, lt), xl[lt + Wn] = !0;
|
|
621
621
|
}
|
|
622
622
|
}
|
|
623
|
-
return h === r ?
|
|
623
|
+
return h === r ? Pc(ae) : wc(ae), ae;
|
|
624
624
|
}
|
|
625
625
|
}
|
|
626
|
-
function
|
|
626
|
+
function Dc(h, K, _) {
|
|
627
627
|
return El(h, K, _, !0);
|
|
628
628
|
}
|
|
629
|
-
function
|
|
629
|
+
function kc(h, K, _) {
|
|
630
630
|
return El(h, K, _, !1);
|
|
631
631
|
}
|
|
632
|
-
var
|
|
633
|
-
It.Fragment = r, It.jsx =
|
|
632
|
+
var Tc = kc, Bc = Dc;
|
|
633
|
+
It.Fragment = r, It.jsx = Tc, It.jsxs = Bc;
|
|
634
634
|
}()), It;
|
|
635
635
|
}
|
|
636
|
-
process.env.NODE_ENV === "production" ? dr.exports =
|
|
636
|
+
process.env.NODE_ENV === "production" ? dr.exports = Lc() : dr.exports = Oc();
|
|
637
637
|
var b = dr.exports;
|
|
638
638
|
const J = typeof document < "u" ? B.useLayoutEffect : () => {
|
|
639
639
|
};
|
|
@@ -648,7 +648,7 @@ function oe(t) {
|
|
|
648
648
|
return r == null ? void 0 : r(...n);
|
|
649
649
|
}, []);
|
|
650
650
|
}
|
|
651
|
-
function
|
|
651
|
+
function zc(t) {
|
|
652
652
|
let [e, n] = z(t), r = M(null), l = oe(() => {
|
|
653
653
|
if (!r.current) return;
|
|
654
654
|
let o = r.current.next();
|
|
@@ -672,9 +672,9 @@ function jc(t) {
|
|
|
672
672
|
const fn = {
|
|
673
673
|
prefix: String(Math.round(Math.random() * 1e10)),
|
|
674
674
|
current: 0
|
|
675
|
-
}, xi = /* @__PURE__ */ B.createContext(fn),
|
|
676
|
-
let
|
|
677
|
-
function
|
|
675
|
+
}, xi = /* @__PURE__ */ B.createContext(fn), jc = /* @__PURE__ */ B.createContext(!1);
|
|
676
|
+
let Vc = !!(typeof window < "u" && window.document && window.document.createElement), Yn = /* @__PURE__ */ new WeakMap();
|
|
677
|
+
function Hc(t = !1) {
|
|
678
678
|
let e = Y(xi), n = M(null);
|
|
679
679
|
if (n.current === null && !t) {
|
|
680
680
|
var r, l;
|
|
@@ -690,36 +690,36 @@ function Wc(t = !1) {
|
|
|
690
690
|
}
|
|
691
691
|
return n.current;
|
|
692
692
|
}
|
|
693
|
-
function
|
|
693
|
+
function Wc(t) {
|
|
694
694
|
let e = Y(xi);
|
|
695
|
-
e === fn && !
|
|
696
|
-
let n =
|
|
695
|
+
e === fn && !Vc && console.warn("When server rendering, you must wrap your application in an <SSRProvider> to ensure consistent ids are generated between the client and server.");
|
|
696
|
+
let n = Hc(!!t), r = e === fn && process.env.NODE_ENV === "test" ? "react-aria" : `react-aria${e.prefix}`;
|
|
697
697
|
return t || `${r}-${n}`;
|
|
698
698
|
}
|
|
699
|
-
function
|
|
699
|
+
function Uc(t) {
|
|
700
700
|
let e = B.useId(), [n] = z(nt()), r = n || process.env.NODE_ENV === "test" ? "react-aria" : `react-aria${fn.prefix}`;
|
|
701
701
|
return t || `${r}-${e}`;
|
|
702
702
|
}
|
|
703
|
-
const
|
|
704
|
-
function
|
|
703
|
+
const Gc = typeof B.useId == "function" ? Uc : Wc;
|
|
704
|
+
function Yc() {
|
|
705
705
|
return !1;
|
|
706
706
|
}
|
|
707
|
-
function
|
|
707
|
+
function qc() {
|
|
708
708
|
return !0;
|
|
709
709
|
}
|
|
710
|
-
function
|
|
710
|
+
function Xc(t) {
|
|
711
711
|
return () => {
|
|
712
712
|
};
|
|
713
713
|
}
|
|
714
714
|
function nt() {
|
|
715
|
-
return typeof B.useSyncExternalStore == "function" ? B.useSyncExternalStore(
|
|
715
|
+
return typeof B.useSyncExternalStore == "function" ? B.useSyncExternalStore(Xc, Yc, qc) : Y(jc);
|
|
716
716
|
}
|
|
717
|
-
let
|
|
717
|
+
let Zc = !!(typeof window < "u" && window.document && window.document.createElement), qe = /* @__PURE__ */ new Map();
|
|
718
718
|
function he(t) {
|
|
719
|
-
let [e, n] = z(t), r = M(null), l =
|
|
719
|
+
let [e, n] = z(t), r = M(null), l = Gc(e), i = X((o) => {
|
|
720
720
|
r.current = o;
|
|
721
721
|
}, []);
|
|
722
|
-
return
|
|
722
|
+
return Zc && (qe.has(l) && !qe.get(l).includes(i) ? qe.set(l, [
|
|
723
723
|
...qe.get(l),
|
|
724
724
|
i
|
|
725
725
|
]) : qe.set(l, [
|
|
@@ -736,7 +736,7 @@ function he(t) {
|
|
|
736
736
|
o && (r.current = null, n(o));
|
|
737
737
|
}), l;
|
|
738
738
|
}
|
|
739
|
-
function
|
|
739
|
+
function Jc(t, e) {
|
|
740
740
|
if (t === e) return t;
|
|
741
741
|
let n = qe.get(t);
|
|
742
742
|
if (n)
|
|
@@ -745,7 +745,7 @@ function Qc(t, e) {
|
|
|
745
745
|
return r ? (r.forEach((l) => l(t)), t) : e;
|
|
746
746
|
}
|
|
747
747
|
function et(t = []) {
|
|
748
|
-
let e = he(), [n, r] =
|
|
748
|
+
let e = he(), [n, r] = zc(e), l = X(() => {
|
|
749
749
|
r(function* () {
|
|
750
750
|
yield e, yield document.getElementById(e) ? e : void 0;
|
|
751
751
|
});
|
|
@@ -777,7 +777,7 @@ function Ei(t) {
|
|
|
777
777
|
} else for (n in t) t[n] && (r && (r += " "), r += n);
|
|
778
778
|
return r;
|
|
779
779
|
}
|
|
780
|
-
function
|
|
780
|
+
function Qc() {
|
|
781
781
|
for (var t, e, n = 0, r = "", l = arguments.length; n < l; n++) (t = arguments[n]) && (e = Ei(t)) && (r && (r += " "), r += e);
|
|
782
782
|
return r;
|
|
783
783
|
}
|
|
@@ -792,25 +792,25 @@ function H(...t) {
|
|
|
792
792
|
typeof i == "function" && typeof o == "function" && // This is a lot faster than a regex.
|
|
793
793
|
l[0] === "o" && l[1] === "n" && l.charCodeAt(2) >= /* 'A' */
|
|
794
794
|
65 && l.charCodeAt(2) <= /* 'Z' */
|
|
795
|
-
90 ? e[l] = Me(i, o) : (l === "className" || l === "UNSAFE_className") && typeof i == "string" && typeof o == "string" ? e[l] =
|
|
795
|
+
90 ? e[l] = Me(i, o) : (l === "className" || l === "UNSAFE_className") && typeof i == "string" && typeof o == "string" ? e[l] = Qc(i, o) : l === "id" && i && o ? e.id = Jc(i, o) : e[l] = o !== void 0 ? o : i;
|
|
796
796
|
}
|
|
797
797
|
}
|
|
798
798
|
return e;
|
|
799
799
|
}
|
|
800
|
-
function
|
|
800
|
+
function ed(...t) {
|
|
801
801
|
return t.length === 1 && t[0] ? t[0] : (e) => {
|
|
802
802
|
for (let n of t)
|
|
803
803
|
typeof n == "function" ? n(e) : n != null && (n.current = e);
|
|
804
804
|
};
|
|
805
805
|
}
|
|
806
|
-
const
|
|
806
|
+
const td = /* @__PURE__ */ new Set([
|
|
807
807
|
"id"
|
|
808
|
-
]),
|
|
808
|
+
]), nd = /* @__PURE__ */ new Set([
|
|
809
809
|
"aria-label",
|
|
810
810
|
"aria-labelledby",
|
|
811
811
|
"aria-describedby",
|
|
812
812
|
"aria-details"
|
|
813
|
-
]),
|
|
813
|
+
]), rd = /* @__PURE__ */ new Set([
|
|
814
814
|
"href",
|
|
815
815
|
"hrefLang",
|
|
816
816
|
"target",
|
|
@@ -818,23 +818,23 @@ const nd = /* @__PURE__ */ new Set([
|
|
|
818
818
|
"download",
|
|
819
819
|
"ping",
|
|
820
820
|
"referrerPolicy"
|
|
821
|
-
]),
|
|
821
|
+
]), ld = /^(data-.*)$/;
|
|
822
822
|
function fe(t, e = {}) {
|
|
823
823
|
let { labelable: n, isLink: r, propNames: l } = e, i = {};
|
|
824
|
-
for (const o in t) Object.prototype.hasOwnProperty.call(t, o) && (
|
|
824
|
+
for (const o in t) Object.prototype.hasOwnProperty.call(t, o) && (td.has(o) || n && nd.has(o) || r && rd.has(o) || l != null && l.has(o) || ld.test(o)) && (i[o] = t[o]);
|
|
825
825
|
return i;
|
|
826
826
|
}
|
|
827
827
|
function Le(t) {
|
|
828
|
-
if (
|
|
828
|
+
if (id()) t.focus({
|
|
829
829
|
preventScroll: !0
|
|
830
830
|
});
|
|
831
831
|
else {
|
|
832
|
-
let e =
|
|
833
|
-
t.focus(),
|
|
832
|
+
let e = od(t);
|
|
833
|
+
t.focus(), ad(e);
|
|
834
834
|
}
|
|
835
835
|
}
|
|
836
836
|
let rn = null;
|
|
837
|
-
function
|
|
837
|
+
function id() {
|
|
838
838
|
if (rn == null) {
|
|
839
839
|
rn = !1;
|
|
840
840
|
try {
|
|
@@ -848,7 +848,7 @@ function od() {
|
|
|
848
848
|
}
|
|
849
849
|
return rn;
|
|
850
850
|
}
|
|
851
|
-
function
|
|
851
|
+
function od(t) {
|
|
852
852
|
let e = t.parentNode, n = [], r = document.scrollingElement || document.documentElement;
|
|
853
853
|
for (; e instanceof HTMLElement && e !== r; )
|
|
854
854
|
(e.offsetHeight < e.scrollHeight || e.offsetWidth < e.scrollWidth) && n.push({
|
|
@@ -862,7 +862,7 @@ function ad(t) {
|
|
|
862
862
|
scrollLeft: r.scrollLeft
|
|
863
863
|
}), n;
|
|
864
864
|
}
|
|
865
|
-
function
|
|
865
|
+
function ad(t) {
|
|
866
866
|
for (let { element: e, scrollTop: n, scrollLeft: r } of t)
|
|
867
867
|
e.scrollTop = n, e.scrollLeft = r;
|
|
868
868
|
}
|
|
@@ -880,35 +880,35 @@ function Ve(t) {
|
|
|
880
880
|
}
|
|
881
881
|
const tt = Ve(function() {
|
|
882
882
|
return Or(/^Mac/i);
|
|
883
|
-
}),
|
|
883
|
+
}), ud = Ve(function() {
|
|
884
884
|
return Or(/^iPhone/i);
|
|
885
885
|
}), Si = Ve(function() {
|
|
886
886
|
return Or(/^iPad/i) || // iPadOS 13 lies and says it's a Mac, but we can distinguish by detecting touch support.
|
|
887
887
|
tt() && navigator.maxTouchPoints > 1;
|
|
888
888
|
}), wn = Ve(function() {
|
|
889
|
-
return
|
|
890
|
-
}),
|
|
889
|
+
return ud() || Si();
|
|
890
|
+
}), sd = Ve(function() {
|
|
891
891
|
return tt() || wn();
|
|
892
892
|
}), zr = Ve(function() {
|
|
893
|
-
return Cn(/AppleWebKit/i) && !
|
|
894
|
-
}),
|
|
893
|
+
return Cn(/AppleWebKit/i) && !cd();
|
|
894
|
+
}), cd = Ve(function() {
|
|
895
895
|
return Cn(/Chrome/i);
|
|
896
896
|
}), pn = Ve(function() {
|
|
897
897
|
return Cn(/Android/i);
|
|
898
|
-
}),
|
|
898
|
+
}), dd = Ve(function() {
|
|
899
899
|
return Cn(/Firefox/i);
|
|
900
|
-
}),
|
|
900
|
+
}), fd = /* @__PURE__ */ Q({
|
|
901
901
|
isNative: !0,
|
|
902
|
-
open:
|
|
902
|
+
open: vd,
|
|
903
903
|
useHref: (t) => t
|
|
904
904
|
});
|
|
905
905
|
function Yt() {
|
|
906
|
-
return Y(
|
|
906
|
+
return Y(fd);
|
|
907
907
|
}
|
|
908
908
|
function ut(t, e, n = !0) {
|
|
909
909
|
var r, l;
|
|
910
910
|
let { metaKey: i, ctrlKey: o, altKey: a, shiftKey: u } = e;
|
|
911
|
-
|
|
911
|
+
dd() && (!((l = window.event) === null || l === void 0 || (r = l.type) === null || r === void 0) && r.startsWith("key")) && t.target === "_blank" && (tt() ? i = !0 : o = !0);
|
|
912
912
|
let s = zr() && tt() && !Si() ? new KeyboardEvent("keydown", {
|
|
913
913
|
keyIdentifier: "Enter",
|
|
914
914
|
metaKey: i,
|
|
@@ -926,17 +926,17 @@ function ut(t, e, n = !0) {
|
|
|
926
926
|
ut.isOpening = n, Le(t), t.dispatchEvent(s), ut.isOpening = !1;
|
|
927
927
|
}
|
|
928
928
|
ut.isOpening = !1;
|
|
929
|
-
function
|
|
929
|
+
function pd(t, e) {
|
|
930
930
|
if (t instanceof HTMLAnchorElement) e(t);
|
|
931
931
|
else if (t.hasAttribute("data-href")) {
|
|
932
932
|
let n = document.createElement("a");
|
|
933
933
|
n.href = t.getAttribute("data-href"), t.hasAttribute("data-target") && (n.target = t.getAttribute("data-target")), t.hasAttribute("data-rel") && (n.rel = t.getAttribute("data-rel")), t.hasAttribute("data-download") && (n.download = t.getAttribute("data-download")), t.hasAttribute("data-ping") && (n.ping = t.getAttribute("data-ping")), t.hasAttribute("data-referrer-policy") && (n.referrerPolicy = t.getAttribute("data-referrer-policy")), t.appendChild(n), e(n), t.removeChild(n);
|
|
934
934
|
}
|
|
935
935
|
}
|
|
936
|
-
function
|
|
937
|
-
|
|
936
|
+
function vd(t, e) {
|
|
937
|
+
pd(t, (n) => ut(n, e));
|
|
938
938
|
}
|
|
939
|
-
function
|
|
939
|
+
function hd(t) {
|
|
940
940
|
let e = Yt();
|
|
941
941
|
var n;
|
|
942
942
|
const r = e.useHref((n = t.href) !== null && n !== void 0 ? n : "");
|
|
@@ -1054,7 +1054,7 @@ function ki(t, e) {
|
|
|
1054
1054
|
n.current ? n.current = !1 : (!r.current || e.some((l, i) => !Object.is(l, r[i]))) && t(), r.current = e;
|
|
1055
1055
|
}, e);
|
|
1056
1056
|
}
|
|
1057
|
-
function
|
|
1057
|
+
function md() {
|
|
1058
1058
|
return typeof window.ResizeObserver < "u";
|
|
1059
1059
|
}
|
|
1060
1060
|
function pr(t) {
|
|
@@ -1062,7 +1062,7 @@ function pr(t) {
|
|
|
1062
1062
|
L(() => {
|
|
1063
1063
|
let l = e == null ? void 0 : e.current;
|
|
1064
1064
|
if (l)
|
|
1065
|
-
if (
|
|
1065
|
+
if (md()) {
|
|
1066
1066
|
const i = new window.ResizeObserver((o) => {
|
|
1067
1067
|
o.length && r();
|
|
1068
1068
|
});
|
|
@@ -1098,13 +1098,13 @@ function Xe(t, e) {
|
|
|
1098
1098
|
for (jt(n, e) && (n = n.parentElement); n && !jt(n, e); ) n = n.parentElement;
|
|
1099
1099
|
return n || document.scrollingElement || document.documentElement;
|
|
1100
1100
|
}
|
|
1101
|
-
function
|
|
1101
|
+
function bd(t, e) {
|
|
1102
1102
|
const n = [];
|
|
1103
1103
|
for (; t && t !== document.documentElement; )
|
|
1104
1104
|
jt(t, e) && n.push(t), t = t.parentElement;
|
|
1105
1105
|
return n;
|
|
1106
1106
|
}
|
|
1107
|
-
let
|
|
1107
|
+
let gd = 0;
|
|
1108
1108
|
const qn = /* @__PURE__ */ new Map();
|
|
1109
1109
|
function Dn(t) {
|
|
1110
1110
|
let [e, n] = z();
|
|
@@ -1114,7 +1114,7 @@ function Dn(t) {
|
|
|
1114
1114
|
if (r)
|
|
1115
1115
|
n(r.element.id);
|
|
1116
1116
|
else {
|
|
1117
|
-
let l = `react-aria-description-${
|
|
1117
|
+
let l = `react-aria-description-${gd++}`;
|
|
1118
1118
|
n(l);
|
|
1119
1119
|
let i = document.createElement("div");
|
|
1120
1120
|
i.id = l, i.style.display = "none", i.textContent = t, document.body.appendChild(i), r = {
|
|
@@ -1167,7 +1167,7 @@ function Ze(t, e) {
|
|
|
1167
1167
|
if (document.contains(t)) {
|
|
1168
1168
|
let o = document.scrollingElement || document.documentElement;
|
|
1169
1169
|
if (window.getComputedStyle(o).overflow === "hidden") {
|
|
1170
|
-
let u =
|
|
1170
|
+
let u = bd(t);
|
|
1171
1171
|
for (let s of u) Ti(s, t);
|
|
1172
1172
|
} else {
|
|
1173
1173
|
var n;
|
|
@@ -1191,7 +1191,7 @@ function Ze(t, e) {
|
|
|
1191
1191
|
function vr(t) {
|
|
1192
1192
|
return t.mozInputSource === 0 && t.isTrusted ? !0 : pn() && t.pointerType ? t.type === "click" && t.buttons === 1 : t.detail === 0 && !t.pointerType;
|
|
1193
1193
|
}
|
|
1194
|
-
function
|
|
1194
|
+
function yd(t) {
|
|
1195
1195
|
return !pn() && t.width === 0 && t.height === 0 || t.width === 1 && t.height === 1 && t.pressure === 0 && t.detail === 0 && t.pointerType === "mouse";
|
|
1196
1196
|
}
|
|
1197
1197
|
function kn(t, e, n) {
|
|
@@ -1269,25 +1269,25 @@ const Vt = B.createContext({
|
|
|
1269
1269
|
}
|
|
1270
1270
|
});
|
|
1271
1271
|
Vt.displayName = "PressResponderContext";
|
|
1272
|
-
function
|
|
1272
|
+
function $d(t, e) {
|
|
1273
1273
|
return e.get ? e.get.call(t) : e.value;
|
|
1274
1274
|
}
|
|
1275
1275
|
function Bi(t, e, n) {
|
|
1276
1276
|
if (!e.has(t)) throw new TypeError("attempted to " + n + " private field on non-instance");
|
|
1277
1277
|
return e.get(t);
|
|
1278
1278
|
}
|
|
1279
|
-
function
|
|
1279
|
+
function xd(t, e) {
|
|
1280
1280
|
var n = Bi(t, e, "get");
|
|
1281
|
-
return
|
|
1281
|
+
return $d(t, n);
|
|
1282
1282
|
}
|
|
1283
|
-
function
|
|
1283
|
+
function Ed(t, e) {
|
|
1284
1284
|
if (e.has(t))
|
|
1285
1285
|
throw new TypeError("Cannot initialize the same private elements twice on an object");
|
|
1286
1286
|
}
|
|
1287
|
-
function
|
|
1288
|
-
|
|
1287
|
+
function Sd(t, e, n) {
|
|
1288
|
+
Ed(t, e), e.set(t, n);
|
|
1289
1289
|
}
|
|
1290
|
-
function
|
|
1290
|
+
function Cd(t, e, n) {
|
|
1291
1291
|
if (e.set) e.set.call(t, n);
|
|
1292
1292
|
else {
|
|
1293
1293
|
if (!e.writable)
|
|
@@ -1297,9 +1297,9 @@ function wd(t, e, n) {
|
|
|
1297
1297
|
}
|
|
1298
1298
|
function Tl(t, e, n) {
|
|
1299
1299
|
var r = Bi(t, e, "set");
|
|
1300
|
-
return
|
|
1300
|
+
return Cd(t, r, n), n;
|
|
1301
1301
|
}
|
|
1302
|
-
function
|
|
1302
|
+
function wd(t) {
|
|
1303
1303
|
let e = Y(Vt);
|
|
1304
1304
|
if (e) {
|
|
1305
1305
|
let { register: n, ...r } = e;
|
|
@@ -1313,10 +1313,10 @@ class an {
|
|
|
1313
1313
|
Tl(this, on, !1);
|
|
1314
1314
|
}
|
|
1315
1315
|
get shouldStopPropagation() {
|
|
1316
|
-
return
|
|
1316
|
+
return xd(this, on);
|
|
1317
1317
|
}
|
|
1318
1318
|
constructor(e, n, r, l) {
|
|
1319
|
-
|
|
1319
|
+
Sd(this, on, {
|
|
1320
1320
|
writable: !0,
|
|
1321
1321
|
value: void 0
|
|
1322
1322
|
}), Tl(this, on, !0);
|
|
@@ -1343,7 +1343,7 @@ function ze(t) {
|
|
|
1343
1343
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
1344
1344
|
ref: d,
|
|
1345
1345
|
...f
|
|
1346
|
-
} =
|
|
1346
|
+
} = wd(t), [p, m] = z(!1), y = M({
|
|
1347
1347
|
isPressed: !1,
|
|
1348
1348
|
ignoreEmulatedMouseEvents: !1,
|
|
1349
1349
|
ignoreClickAfterPress: !1,
|
|
@@ -1435,7 +1435,7 @@ function ze(t) {
|
|
|
1435
1435
|
if (typeof PointerEvent < "u") {
|
|
1436
1436
|
A.onPointerDown = (T) => {
|
|
1437
1437
|
if (T.button !== 0 || !T.currentTarget.contains(T.target)) return;
|
|
1438
|
-
if (
|
|
1438
|
+
if (yd(T.nativeEvent)) {
|
|
1439
1439
|
v.pointerType = "virtual";
|
|
1440
1440
|
return;
|
|
1441
1441
|
}
|
|
@@ -1491,7 +1491,7 @@ function ze(t) {
|
|
|
1491
1491
|
};
|
|
1492
1492
|
A.onTouchStart = (x) => {
|
|
1493
1493
|
if (!x.currentTarget.contains(x.target)) return;
|
|
1494
|
-
let F =
|
|
1494
|
+
let F = Pd(x.nativeEvent);
|
|
1495
1495
|
if (!F) return;
|
|
1496
1496
|
v.activePointerId = F.identifier, v.ignoreEmulatedMouseEvents = !0, v.isOverTarget = !0, v.isPressed = !0, v.target = x.currentTarget, v.pointerType = "touch", !o && !u && Le(x.currentTarget), c || kl(v.target), P(Ye(v.target, x), v.pointerType) && x.stopPropagation(), g(Pe(x.currentTarget), "scroll", I, !0);
|
|
1497
1497
|
}, A.onTouchMove = (x) => {
|
|
@@ -1557,7 +1557,7 @@ function Xn(t, e) {
|
|
|
1557
1557
|
return (n === "Enter" || n === " " || n === "Spacebar" || r === "Space") && !(l instanceof Pe(l).HTMLInputElement && !Ki(l, n) || l instanceof Pe(l).HTMLTextAreaElement || l.isContentEditable) && // Links should only trigger with Enter key
|
|
1558
1558
|
!((i === "link" || !i && Vr(l)) && n !== "Enter");
|
|
1559
1559
|
}
|
|
1560
|
-
function
|
|
1560
|
+
function Pd(t) {
|
|
1561
1561
|
const { targetTouches: e } = t;
|
|
1562
1562
|
return e.length > 0 ? e[0] : null;
|
|
1563
1563
|
}
|
|
@@ -1593,7 +1593,7 @@ function Fe(t, e) {
|
|
|
1593
1593
|
clientY: r
|
|
1594
1594
|
};
|
|
1595
1595
|
}
|
|
1596
|
-
function
|
|
1596
|
+
function Dd(t) {
|
|
1597
1597
|
let e = 0, n = 0;
|
|
1598
1598
|
return t.width !== void 0 ? e = t.width / 2 : t.radiusX !== void 0 && (e = t.radiusX), t.height !== void 0 ? n = t.height / 2 : t.radiusY !== void 0 && (n = t.radiusY), {
|
|
1599
1599
|
top: t.clientY - n,
|
|
@@ -1602,12 +1602,12 @@ function kd(t) {
|
|
|
1602
1602
|
left: t.clientX - e
|
|
1603
1603
|
};
|
|
1604
1604
|
}
|
|
1605
|
-
function
|
|
1605
|
+
function kd(t, e) {
|
|
1606
1606
|
return !(t.left > e.right || e.left > t.right || t.top > e.bottom || e.top > t.bottom);
|
|
1607
1607
|
}
|
|
1608
1608
|
function yt(t, e) {
|
|
1609
|
-
let n = e.getBoundingClientRect(), r =
|
|
1610
|
-
return
|
|
1609
|
+
let n = e.getBoundingClientRect(), r = Dd(t);
|
|
1610
|
+
return kd(n, r);
|
|
1611
1611
|
}
|
|
1612
1612
|
function Zn(t) {
|
|
1613
1613
|
return !(t instanceof HTMLElement) || !t.hasAttribute("draggable");
|
|
@@ -1618,7 +1618,7 @@ function Ai(t) {
|
|
|
1618
1618
|
function Kl(t, e) {
|
|
1619
1619
|
return t instanceof HTMLInputElement ? !Ki(t, e) : Ai(t);
|
|
1620
1620
|
}
|
|
1621
|
-
const
|
|
1621
|
+
const Td = /* @__PURE__ */ new Set([
|
|
1622
1622
|
"checkbox",
|
|
1623
1623
|
"radio",
|
|
1624
1624
|
"range",
|
|
@@ -1630,9 +1630,9 @@ const Bd = /* @__PURE__ */ new Set([
|
|
|
1630
1630
|
"reset"
|
|
1631
1631
|
]);
|
|
1632
1632
|
function Ki(t, e) {
|
|
1633
|
-
return t.type === "checkbox" || t.type === "radio" ? e === " " :
|
|
1633
|
+
return t.type === "checkbox" || t.type === "radio" ? e === " " : Td.has(t.type);
|
|
1634
1634
|
}
|
|
1635
|
-
const
|
|
1635
|
+
const Bd = /* @__PURE__ */ B.forwardRef(({ children: t, ...e }, n) => {
|
|
1636
1636
|
let r = M(!1), l = Y(Vt);
|
|
1637
1637
|
n = Pn(n || (l == null ? void 0 : l.ref));
|
|
1638
1638
|
let i = H(l || {}, {
|
|
@@ -1648,7 +1648,7 @@ const Ad = /* @__PURE__ */ B.forwardRef(({ children: t, ...e }, n) => {
|
|
|
1648
1648
|
value: i
|
|
1649
1649
|
}, t);
|
|
1650
1650
|
});
|
|
1651
|
-
function
|
|
1651
|
+
function Ad({ children: t }) {
|
|
1652
1652
|
let e = V(() => ({
|
|
1653
1653
|
register: () => {
|
|
1654
1654
|
}
|
|
@@ -1657,7 +1657,7 @@ function Kd({ children: t }) {
|
|
|
1657
1657
|
value: e
|
|
1658
1658
|
}, t);
|
|
1659
1659
|
}
|
|
1660
|
-
class
|
|
1660
|
+
class Kd {
|
|
1661
1661
|
isDefaultPrevented() {
|
|
1662
1662
|
return this.nativeEvent.defaultPrevented;
|
|
1663
1663
|
}
|
|
@@ -1694,7 +1694,7 @@ function Mi(t) {
|
|
|
1694
1694
|
if (r.target instanceof HTMLButtonElement || r.target instanceof HTMLInputElement || r.target instanceof HTMLTextAreaElement || r.target instanceof HTMLSelectElement) {
|
|
1695
1695
|
e.current.isFocused = !0;
|
|
1696
1696
|
let l = r.target, i = (o) => {
|
|
1697
|
-
e.current.isFocused = !1, l.disabled && n(new
|
|
1697
|
+
e.current.isFocused = !1, l.disabled && n(new Kd("blur", o)), e.current.observer && (e.current.observer.disconnect(), e.current.observer = null);
|
|
1698
1698
|
};
|
|
1699
1699
|
l.addEventListener("focusout", i, {
|
|
1700
1700
|
once: !0
|
|
@@ -1745,18 +1745,18 @@ function Tn(t) {
|
|
|
1745
1745
|
};
|
|
1746
1746
|
}
|
|
1747
1747
|
let je = null, Ht = /* @__PURE__ */ new Set(), zt = /* @__PURE__ */ new Map(), st = !1, br = !1;
|
|
1748
|
-
const
|
|
1748
|
+
const Md = {
|
|
1749
1749
|
Tab: !0,
|
|
1750
1750
|
Escape: !0
|
|
1751
1751
|
};
|
|
1752
1752
|
function Bn(t, e) {
|
|
1753
1753
|
for (let n of Ht) n(t, e);
|
|
1754
1754
|
}
|
|
1755
|
-
function
|
|
1755
|
+
function Id(t) {
|
|
1756
1756
|
return !(t.metaKey || !tt() && t.altKey || t.ctrlKey || t.key === "Control" || t.key === "Shift" || t.key === "Meta");
|
|
1757
1757
|
}
|
|
1758
1758
|
function vn(t) {
|
|
1759
|
-
st = !0,
|
|
1759
|
+
st = !0, Id(t) && (je = "keyboard", Bn("keyboard", t));
|
|
1760
1760
|
}
|
|
1761
1761
|
function we(t) {
|
|
1762
1762
|
je = "pointer", (t.type === "mousedown" || t.type === "pointerdown") && (st = !0, Bn("pointer", t));
|
|
@@ -1788,14 +1788,14 @@ const Ri = (t, e) => {
|
|
|
1788
1788
|
const n = Pe(t), r = ne(t);
|
|
1789
1789
|
e && r.removeEventListener("DOMContentLoaded", e), zt.has(n) && (n.HTMLElement.prototype.focus = zt.get(n).focus, r.removeEventListener("keydown", vn, !0), r.removeEventListener("keyup", vn, !0), r.removeEventListener("click", Ii, !0), n.removeEventListener("focus", Fi, !0), n.removeEventListener("blur", _i, !1), typeof PointerEvent < "u" ? (r.removeEventListener("pointerdown", we, !0), r.removeEventListener("pointermove", we, !0), r.removeEventListener("pointerup", we, !0)) : (r.removeEventListener("mousedown", we, !0), r.removeEventListener("mousemove", we, !0), r.removeEventListener("mouseup", we, !0)), zt.delete(n));
|
|
1790
1790
|
};
|
|
1791
|
-
function
|
|
1791
|
+
function Fd(t) {
|
|
1792
1792
|
const e = ne(t);
|
|
1793
1793
|
let n;
|
|
1794
1794
|
return e.readyState !== "loading" ? hn(t) : (n = () => {
|
|
1795
1795
|
hn(t);
|
|
1796
1796
|
}, e.addEventListener("DOMContentLoaded", n)), () => Ri(t, n);
|
|
1797
1797
|
}
|
|
1798
|
-
typeof document < "u" &&
|
|
1798
|
+
typeof document < "u" && Fd();
|
|
1799
1799
|
function ct() {
|
|
1800
1800
|
return je !== "pointer";
|
|
1801
1801
|
}
|
|
@@ -1817,7 +1817,7 @@ function Li() {
|
|
|
1817
1817
|
};
|
|
1818
1818
|
}, []), nt() ? null : t;
|
|
1819
1819
|
}
|
|
1820
|
-
const
|
|
1820
|
+
const _d = /* @__PURE__ */ new Set([
|
|
1821
1821
|
"checkbox",
|
|
1822
1822
|
"radio",
|
|
1823
1823
|
"range",
|
|
@@ -1828,15 +1828,15 @@ const Rd = /* @__PURE__ */ new Set([
|
|
|
1828
1828
|
"submit",
|
|
1829
1829
|
"reset"
|
|
1830
1830
|
]);
|
|
1831
|
-
function
|
|
1831
|
+
function Rd(t, e, n) {
|
|
1832
1832
|
var r;
|
|
1833
1833
|
const l = typeof window < "u" ? Pe(n == null ? void 0 : n.target).HTMLInputElement : HTMLInputElement, i = typeof window < "u" ? Pe(n == null ? void 0 : n.target).HTMLTextAreaElement : HTMLTextAreaElement, o = typeof window < "u" ? Pe(n == null ? void 0 : n.target).HTMLElement : HTMLElement, a = typeof window < "u" ? Pe(n == null ? void 0 : n.target).KeyboardEvent : KeyboardEvent;
|
|
1834
|
-
return t = t || (n == null ? void 0 : n.target) instanceof l && !
|
|
1834
|
+
return t = t || (n == null ? void 0 : n.target) instanceof l && !_d.has(n == null || (r = n.target) === null || r === void 0 ? void 0 : r.type) || (n == null ? void 0 : n.target) instanceof i || (n == null ? void 0 : n.target) instanceof o && (n == null ? void 0 : n.target.isContentEditable), !(t && e === "keyboard" && n instanceof a && !Md[n.key]);
|
|
1835
1835
|
}
|
|
1836
|
-
function
|
|
1836
|
+
function Nd(t, e, n) {
|
|
1837
1837
|
hn(), L(() => {
|
|
1838
1838
|
let r = (l, i) => {
|
|
1839
|
-
|
|
1839
|
+
Rd(!!(n != null && n.isTextInput), l, i) && t(ct());
|
|
1840
1840
|
};
|
|
1841
1841
|
return Ht.add(r), () => {
|
|
1842
1842
|
Ht.delete(r);
|
|
@@ -1881,7 +1881,7 @@ function gr() {
|
|
|
1881
1881
|
function Ml(t) {
|
|
1882
1882
|
t.pointerType === "touch" && gr();
|
|
1883
1883
|
}
|
|
1884
|
-
function
|
|
1884
|
+
function Ld() {
|
|
1885
1885
|
if (!(typeof document > "u"))
|
|
1886
1886
|
return typeof PointerEvent < "u" ? document.addEventListener("pointerup", Ml) : document.addEventListener("touchend", gr), Jn++, () => {
|
|
1887
1887
|
Jn--, !(Jn > 0) && (typeof PointerEvent < "u" ? document.removeEventListener("pointerup", Ml) : document.removeEventListener("touchend", gr));
|
|
@@ -1894,7 +1894,7 @@ function kt(t) {
|
|
|
1894
1894
|
pointerType: "",
|
|
1895
1895
|
target: null
|
|
1896
1896
|
}).current;
|
|
1897
|
-
L(
|
|
1897
|
+
L(Ld, []);
|
|
1898
1898
|
let { hoverProps: u, triggerHoverEnd: s } = V(() => {
|
|
1899
1899
|
let c = (p, m) => {
|
|
1900
1900
|
if (a.pointerType = m, l || m === "touch" || a.isHovered || !p.currentTarget.contains(p.target)) return;
|
|
@@ -2022,9 +2022,9 @@ function zi(t) {
|
|
|
2022
2022
|
}
|
|
2023
2023
|
};
|
|
2024
2024
|
}
|
|
2025
|
-
const
|
|
2025
|
+
const Od = 500;
|
|
2026
2026
|
function ji(t) {
|
|
2027
|
-
let { isDisabled: e, onLongPressStart: n, onLongPressEnd: r, onLongPress: l, threshold: i =
|
|
2027
|
+
let { isDisabled: e, onLongPressStart: n, onLongPressEnd: r, onLongPress: l, threshold: i = Od, accessibilityDescription: o } = t;
|
|
2028
2028
|
const a = M(void 0);
|
|
2029
2029
|
let { addGlobalListener: u, removeGlobalListener: s } = Pi(), { pressProps: c } = ze({
|
|
2030
2030
|
isDisabled: e,
|
|
@@ -2074,7 +2074,7 @@ function ve(t) {
|
|
|
2074
2074
|
});
|
|
2075
2075
|
} else Le(t);
|
|
2076
2076
|
}
|
|
2077
|
-
function
|
|
2077
|
+
function zd(t) {
|
|
2078
2078
|
const e = Pe(t);
|
|
2079
2079
|
if (!(t instanceof e.HTMLElement) && !(t instanceof e.SVGElement)) return !1;
|
|
2080
2080
|
let { display: n, visibility: r } = t.style, l = n !== "none" && r !== "hidden" && r !== "collapse";
|
|
@@ -2085,12 +2085,12 @@ function jd(t) {
|
|
|
2085
2085
|
}
|
|
2086
2086
|
return l;
|
|
2087
2087
|
}
|
|
2088
|
-
function
|
|
2088
|
+
function jd(t, e) {
|
|
2089
2089
|
return !t.hasAttribute("hidden") && // Ignore HiddenSelect when tree walking.
|
|
2090
2090
|
!t.hasAttribute("data-react-aria-prevent-focus") && (t.nodeName === "DETAILS" && e && e.nodeName !== "SUMMARY" ? t.hasAttribute("open") : !0);
|
|
2091
2091
|
}
|
|
2092
2092
|
function Vi(t, e) {
|
|
2093
|
-
return t.nodeName !== "#comment" &&
|
|
2093
|
+
return t.nodeName !== "#comment" && zd(t) && jd(t, e) && (!t.parentElement || Vi(t.parentElement, t));
|
|
2094
2094
|
}
|
|
2095
2095
|
const Fl = /* @__PURE__ */ B.createContext(null), yr = "react-aria-focus-scope-restore";
|
|
2096
2096
|
let te = null;
|
|
@@ -2125,7 +2125,7 @@ function An(t) {
|
|
|
2125
2125
|
};
|
|
2126
2126
|
}, [
|
|
2127
2127
|
e
|
|
2128
|
-
]),
|
|
2128
|
+
]), qd(a, r, n), Ud(a, n), Zd(a, r, n), Yd(a, l), L(() => {
|
|
2129
2129
|
const f = ne(a.current ? a.current[0] : void 0).activeElement;
|
|
2130
2130
|
let p = null;
|
|
2131
2131
|
if (de(f, a.current)) {
|
|
@@ -2141,7 +2141,7 @@ function An(t) {
|
|
|
2141
2141
|
}, [
|
|
2142
2142
|
a
|
|
2143
2143
|
]);
|
|
2144
|
-
let c = V(() =>
|
|
2144
|
+
let c = V(() => Vd(a), []), d = V(() => ({
|
|
2145
2145
|
focusManager: c,
|
|
2146
2146
|
parentNode: s
|
|
2147
2147
|
}), [
|
|
@@ -2160,7 +2160,7 @@ function An(t) {
|
|
|
2160
2160
|
ref: o
|
|
2161
2161
|
}));
|
|
2162
2162
|
}
|
|
2163
|
-
function
|
|
2163
|
+
function Vd(t) {
|
|
2164
2164
|
return {
|
|
2165
2165
|
focusNext(e = {}) {
|
|
2166
2166
|
let n = t.current, { from: r, tabbable: l, wrap: i, accept: o } = e, a = r || ne(n[0]).activeElement, u = n[0].previousElementSibling, s = at(n), c = ye(s, {
|
|
@@ -2214,9 +2214,9 @@ const Hr = [
|
|
|
2214
2214
|
"audio[controls]",
|
|
2215
2215
|
"video[controls]",
|
|
2216
2216
|
"[contenteditable]"
|
|
2217
|
-
],
|
|
2217
|
+
], Hd = Hr.join(":not([hidden]),") + ",[tabindex]:not([disabled]):not([hidden])";
|
|
2218
2218
|
Hr.push('[tabindex]:not([tabindex="-1"]):not([disabled])');
|
|
2219
|
-
const
|
|
2219
|
+
const Wd = Hr.join(':not([hidden]):not([tabindex="-1"]),');
|
|
2220
2220
|
function at(t) {
|
|
2221
2221
|
return t[0].parentElement;
|
|
2222
2222
|
}
|
|
@@ -2228,7 +2228,7 @@ function Lt(t) {
|
|
|
2228
2228
|
}
|
|
2229
2229
|
return !0;
|
|
2230
2230
|
}
|
|
2231
|
-
function
|
|
2231
|
+
function Ud(t, e) {
|
|
2232
2232
|
let n = M(void 0), r = M(void 0);
|
|
2233
2233
|
J(() => {
|
|
2234
2234
|
let l = t.current;
|
|
@@ -2283,7 +2283,7 @@ function gn(t, e = null) {
|
|
|
2283
2283
|
if (n && de(t, n.current)) return !0;
|
|
2284
2284
|
return !1;
|
|
2285
2285
|
}
|
|
2286
|
-
function
|
|
2286
|
+
function Gd(t) {
|
|
2287
2287
|
return gn(t, te);
|
|
2288
2288
|
}
|
|
2289
2289
|
function yn(t, e) {
|
|
@@ -2318,7 +2318,7 @@ function Wi(t, e = !0) {
|
|
|
2318
2318
|
function $r(t, e = !0) {
|
|
2319
2319
|
Oe(Wi(t, e));
|
|
2320
2320
|
}
|
|
2321
|
-
function
|
|
2321
|
+
function Yd(t, e) {
|
|
2322
2322
|
const n = B.useRef(e);
|
|
2323
2323
|
L(() => {
|
|
2324
2324
|
if (n.current) {
|
|
@@ -2331,7 +2331,7 @@ function qd(t, e) {
|
|
|
2331
2331
|
t
|
|
2332
2332
|
]);
|
|
2333
2333
|
}
|
|
2334
|
-
function
|
|
2334
|
+
function qd(t, e, n) {
|
|
2335
2335
|
J(() => {
|
|
2336
2336
|
if (e || n) return;
|
|
2337
2337
|
let r = t.current;
|
|
@@ -2349,7 +2349,7 @@ function Xd(t, e, n) {
|
|
|
2349
2349
|
n
|
|
2350
2350
|
]);
|
|
2351
2351
|
}
|
|
2352
|
-
function
|
|
2352
|
+
function Xd(t) {
|
|
2353
2353
|
let e = se.getTreeNode(te);
|
|
2354
2354
|
for (; e && e.scopeRef !== t; ) {
|
|
2355
2355
|
if (e.nodeToRestore) return !1;
|
|
@@ -2357,7 +2357,7 @@ function Zd(t) {
|
|
|
2357
2357
|
}
|
|
2358
2358
|
return (e == null ? void 0 : e.scopeRef) === t;
|
|
2359
2359
|
}
|
|
2360
|
-
function
|
|
2360
|
+
function Zd(t, e, n) {
|
|
2361
2361
|
const r = M(typeof document < "u" ? ne(t.current ? t.current[0] : void 0).activeElement : null);
|
|
2362
2362
|
J(() => {
|
|
2363
2363
|
let l = t.current;
|
|
@@ -2412,7 +2412,7 @@ function Jd(t, e, n) {
|
|
|
2412
2412
|
if (!a) return;
|
|
2413
2413
|
let u = a.nodeToRestore;
|
|
2414
2414
|
if (e && u && // eslint-disable-next-line react-hooks/exhaustive-deps
|
|
2415
|
-
(de(l.activeElement, t.current) || l.activeElement === l.body &&
|
|
2415
|
+
(de(l.activeElement, t.current) || l.activeElement === l.body && Xd(t))) {
|
|
2416
2416
|
let s = se.clone();
|
|
2417
2417
|
requestAnimationFrame(() => {
|
|
2418
2418
|
if (l.activeElement === l.body) {
|
|
@@ -2449,7 +2449,7 @@ function _l(t) {
|
|
|
2449
2449
|
})) && Oe(t);
|
|
2450
2450
|
}
|
|
2451
2451
|
function ye(t, e, n) {
|
|
2452
|
-
let r = e != null && e.tabbable ?
|
|
2452
|
+
let r = e != null && e.tabbable ? Wd : Hd, l = ne(t).createTreeWalker(t, NodeFilter.SHOW_ELEMENT, {
|
|
2453
2453
|
acceptNode(i) {
|
|
2454
2454
|
var o;
|
|
2455
2455
|
return !(e == null || (o = e.from) === null || o === void 0) && o.contains(i) ? NodeFilter.FILTER_REJECT : i.matches(r) && Vi(i) && (!n || de(i, n)) && (!(e != null && e.accept) || e.accept(i)) ? NodeFilter.FILTER_ACCEPT : NodeFilter.FILTER_SKIP;
|
|
@@ -2522,7 +2522,7 @@ function Xt(t = {}) {
|
|
|
2522
2522
|
}, [
|
|
2523
2523
|
s
|
|
2524
2524
|
]);
|
|
2525
|
-
|
|
2525
|
+
Nd((p) => {
|
|
2526
2526
|
l.current.isFocusVisible = p, s();
|
|
2527
2527
|
}, [], {
|
|
2528
2528
|
isTextInput: n
|
|
@@ -2541,13 +2541,13 @@ function Xt(t = {}) {
|
|
|
2541
2541
|
};
|
|
2542
2542
|
}
|
|
2543
2543
|
let Ui = /* @__PURE__ */ B.createContext(null);
|
|
2544
|
-
function
|
|
2544
|
+
function Jd(t) {
|
|
2545
2545
|
let e = Y(Ui) || {};
|
|
2546
2546
|
jr(e, t);
|
|
2547
2547
|
let { ref: n, ...r } = e;
|
|
2548
2548
|
return r;
|
|
2549
2549
|
}
|
|
2550
|
-
function
|
|
2550
|
+
function Qd(t, e) {
|
|
2551
2551
|
let { children: n, ...r } = t, l = Pn(e), i = {
|
|
2552
2552
|
...r,
|
|
2553
2553
|
ref: l
|
|
@@ -2556,9 +2556,9 @@ function ef(t, e) {
|
|
|
2556
2556
|
value: i
|
|
2557
2557
|
}, n);
|
|
2558
2558
|
}
|
|
2559
|
-
let
|
|
2559
|
+
let ef = /* @__PURE__ */ B.forwardRef(Qd);
|
|
2560
2560
|
function Tt(t, e) {
|
|
2561
|
-
let { focusProps: n } = Tn(t), { keyboardProps: r } = zi(t), l = H(n, r), i =
|
|
2561
|
+
let { focusProps: n } = Tn(t), { keyboardProps: r } = zi(t), l = H(n, r), i = Jd(e), o = t.isDisabled ? {} : i, a = M(t.autoFocus);
|
|
2562
2562
|
return L(() => {
|
|
2563
2563
|
a.current && e.current && ve(e.current), a.current = !1;
|
|
2564
2564
|
}, [
|
|
@@ -2570,7 +2570,7 @@ function Tt(t, e) {
|
|
|
2570
2570
|
}, o)
|
|
2571
2571
|
};
|
|
2572
2572
|
}
|
|
2573
|
-
function
|
|
2573
|
+
function tf(t, e) {
|
|
2574
2574
|
let n = e == null ? void 0 : e.isDisabled, [r, l] = z(!1);
|
|
2575
2575
|
return J(() => {
|
|
2576
2576
|
if (t != null && t.current && !n) {
|
|
@@ -2598,7 +2598,7 @@ function nf(t, e) {
|
|
|
2598
2598
|
}
|
|
2599
2599
|
}), n ? !1 : r;
|
|
2600
2600
|
}
|
|
2601
|
-
const
|
|
2601
|
+
const nf = /* @__PURE__ */ new Set([
|
|
2602
2602
|
"Arab",
|
|
2603
2603
|
"Syrc",
|
|
2604
2604
|
"Samr",
|
|
@@ -2609,7 +2609,7 @@ const rf = /* @__PURE__ */ new Set([
|
|
|
2609
2609
|
"Adlm",
|
|
2610
2610
|
"Rohg",
|
|
2611
2611
|
"Hebr"
|
|
2612
|
-
]),
|
|
2612
|
+
]), rf = /* @__PURE__ */ new Set([
|
|
2613
2613
|
"ae",
|
|
2614
2614
|
"ar",
|
|
2615
2615
|
"arc",
|
|
@@ -2630,18 +2630,18 @@ const rf = /* @__PURE__ */ new Set([
|
|
|
2630
2630
|
"ur",
|
|
2631
2631
|
"yi"
|
|
2632
2632
|
]);
|
|
2633
|
-
function
|
|
2633
|
+
function lf(t) {
|
|
2634
2634
|
if (Intl.Locale) {
|
|
2635
2635
|
let n = new Intl.Locale(t).maximize(), r = typeof n.getTextInfo == "function" ? n.getTextInfo() : n.textInfo;
|
|
2636
2636
|
if (r) return r.direction === "rtl";
|
|
2637
|
-
if (n.script) return
|
|
2637
|
+
if (n.script) return nf.has(n.script);
|
|
2638
2638
|
}
|
|
2639
2639
|
let e = t.split("-")[0];
|
|
2640
|
-
return
|
|
2640
|
+
return rf.has(e);
|
|
2641
2641
|
}
|
|
2642
|
-
const
|
|
2642
|
+
const of = Symbol.for("react-aria.i18n.locale");
|
|
2643
2643
|
function Gi() {
|
|
2644
|
-
let t = typeof window < "u" && window[
|
|
2644
|
+
let t = typeof window < "u" && window[of] || typeof navigator < "u" && (navigator.language || navigator.userLanguage) || "en-US";
|
|
2645
2645
|
try {
|
|
2646
2646
|
Intl.DateTimeFormat.supportedLocalesOf([
|
|
2647
2647
|
t
|
|
@@ -2651,7 +2651,7 @@ function Gi() {
|
|
|
2651
2651
|
}
|
|
2652
2652
|
return {
|
|
2653
2653
|
locale: t,
|
|
2654
|
-
direction:
|
|
2654
|
+
direction: lf(t) ? "rtl" : "ltr"
|
|
2655
2655
|
};
|
|
2656
2656
|
}
|
|
2657
2657
|
let Er = Gi(), Ot = /* @__PURE__ */ new Set();
|
|
@@ -2659,7 +2659,7 @@ function Rl() {
|
|
|
2659
2659
|
Er = Gi();
|
|
2660
2660
|
for (let t of Ot) t(Er);
|
|
2661
2661
|
}
|
|
2662
|
-
function
|
|
2662
|
+
function af() {
|
|
2663
2663
|
let t = nt(), [e, n] = z(Er);
|
|
2664
2664
|
return L(() => (Ot.size === 0 && window.addEventListener("languagechange", Rl), Ot.add(n), () => {
|
|
2665
2665
|
Ot.delete(n), Ot.size === 0 && window.removeEventListener("languagechange", Rl);
|
|
@@ -2668,12 +2668,12 @@ function uf() {
|
|
|
2668
2668
|
direction: "ltr"
|
|
2669
2669
|
} : e;
|
|
2670
2670
|
}
|
|
2671
|
-
const
|
|
2671
|
+
const uf = /* @__PURE__ */ B.createContext(null);
|
|
2672
2672
|
function He() {
|
|
2673
|
-
let t =
|
|
2674
|
-
return Y(
|
|
2673
|
+
let t = af();
|
|
2674
|
+
return Y(uf) || t;
|
|
2675
2675
|
}
|
|
2676
|
-
const
|
|
2676
|
+
const sf = Symbol.for("react-aria.i18n.locale"), cf = Symbol.for("react-aria.i18n.strings");
|
|
2677
2677
|
let $t;
|
|
2678
2678
|
class Kn {
|
|
2679
2679
|
/** Returns a localized string for the given key and locale. */
|
|
@@ -2685,13 +2685,13 @@ class Kn {
|
|
|
2685
2685
|
/** Returns all localized strings for the given locale. */
|
|
2686
2686
|
getStringsForLocale(e) {
|
|
2687
2687
|
let n = this.strings[e];
|
|
2688
|
-
return n || (n =
|
|
2688
|
+
return n || (n = df(e, this.strings, this.defaultLocale), this.strings[e] = n), n;
|
|
2689
2689
|
}
|
|
2690
2690
|
static getGlobalDictionaryForPackage(e) {
|
|
2691
2691
|
if (typeof window > "u") return null;
|
|
2692
|
-
let n = window[
|
|
2692
|
+
let n = window[sf];
|
|
2693
2693
|
if ($t === void 0) {
|
|
2694
|
-
let l = window[
|
|
2694
|
+
let l = window[cf];
|
|
2695
2695
|
if (!l) return null;
|
|
2696
2696
|
$t = {};
|
|
2697
2697
|
for (let i in l) $t[i] = new Kn({
|
|
@@ -2706,19 +2706,19 @@ class Kn {
|
|
|
2706
2706
|
this.strings = Object.fromEntries(Object.entries(e).filter(([, r]) => r)), this.defaultLocale = n;
|
|
2707
2707
|
}
|
|
2708
2708
|
}
|
|
2709
|
-
function
|
|
2709
|
+
function df(t, e, n = "en-US") {
|
|
2710
2710
|
if (e[t]) return e[t];
|
|
2711
|
-
let r =
|
|
2711
|
+
let r = ff(t);
|
|
2712
2712
|
if (e[r]) return e[r];
|
|
2713
2713
|
for (let l in e)
|
|
2714
2714
|
if (l.startsWith(r + "-")) return e[l];
|
|
2715
2715
|
return e[n];
|
|
2716
2716
|
}
|
|
2717
|
-
function
|
|
2717
|
+
function ff(t) {
|
|
2718
2718
|
return Intl.Locale ? new Intl.Locale(t).language : t.split("-")[0];
|
|
2719
2719
|
}
|
|
2720
2720
|
const Nl = /* @__PURE__ */ new Map(), Ll = /* @__PURE__ */ new Map();
|
|
2721
|
-
class
|
|
2721
|
+
class pf {
|
|
2722
2722
|
/** Formats a localized string for the given key with the provided variables. */
|
|
2723
2723
|
format(e, n) {
|
|
2724
2724
|
let r = this.strings.getStringForLocale(e, this.locale);
|
|
@@ -2747,16 +2747,16 @@ class vf {
|
|
|
2747
2747
|
}
|
|
2748
2748
|
}
|
|
2749
2749
|
const Ol = /* @__PURE__ */ new WeakMap();
|
|
2750
|
-
function
|
|
2750
|
+
function vf(t) {
|
|
2751
2751
|
let e = Ol.get(t);
|
|
2752
2752
|
return e || (e = new Kn(t), Ol.set(t, e)), e;
|
|
2753
2753
|
}
|
|
2754
|
-
function
|
|
2755
|
-
return e && Kn.getGlobalDictionaryForPackage(e) ||
|
|
2754
|
+
function hf(t, e) {
|
|
2755
|
+
return e && Kn.getGlobalDictionaryForPackage(e) || vf(t);
|
|
2756
2756
|
}
|
|
2757
2757
|
function ft(t, e) {
|
|
2758
|
-
let { locale: n } = He(), r =
|
|
2759
|
-
return V(() => new
|
|
2758
|
+
let { locale: n } = He(), r = hf(t, e);
|
|
2759
|
+
return V(() => new pf(n, r), [
|
|
2760
2760
|
n,
|
|
2761
2761
|
r
|
|
2762
2762
|
]);
|
|
@@ -2829,11 +2829,11 @@ function In(t, e) {
|
|
|
2829
2829
|
const Yi = 7e3;
|
|
2830
2830
|
let Ae = null;
|
|
2831
2831
|
function $n(t, e = "assertive", n = Yi) {
|
|
2832
|
-
Ae ? Ae.announce(t, e, n) : (Ae = new
|
|
2832
|
+
Ae ? Ae.announce(t, e, n) : (Ae = new mf(), (typeof IS_REACT_ACT_ENVIRONMENT == "boolean" ? IS_REACT_ACT_ENVIRONMENT : typeof jest < "u") ? Ae.announce(t, e, n) : setTimeout(() => {
|
|
2833
2833
|
Ae != null && Ae.isAttached() && (Ae == null || Ae.announce(t, e, n));
|
|
2834
2834
|
}, 100));
|
|
2835
2835
|
}
|
|
2836
|
-
class
|
|
2836
|
+
class mf {
|
|
2837
2837
|
isAttached() {
|
|
2838
2838
|
var e;
|
|
2839
2839
|
return (e = this.node) === null || e === void 0 ? void 0 : e.isConnected;
|
|
@@ -2876,7 +2876,7 @@ function Ur(t, e, n) {
|
|
|
2876
2876
|
J(() => {
|
|
2877
2877
|
if (r === "native" && (n != null && n.current)) {
|
|
2878
2878
|
let u = e.realtimeValidation.isInvalid ? e.realtimeValidation.validationErrors.join(" ") || "Invalid value." : "";
|
|
2879
|
-
n.current.setCustomValidity(u), n.current.hasAttribute("title") || (n.current.title = ""), e.realtimeValidation.isInvalid || e.updateValidation(
|
|
2879
|
+
n.current.setCustomValidity(u), n.current.hasAttribute("title") || (n.current.title = ""), e.realtimeValidation.isInvalid || e.updateValidation(gf(n.current));
|
|
2880
2880
|
}
|
|
2881
2881
|
});
|
|
2882
2882
|
let i = oe(() => {
|
|
@@ -2885,7 +2885,7 @@ function Ur(t, e, n) {
|
|
|
2885
2885
|
var s;
|
|
2886
2886
|
e.displayValidation.isInvalid || e.commitValidation();
|
|
2887
2887
|
let c = n == null || (s = n.current) === null || s === void 0 ? void 0 : s.form;
|
|
2888
|
-
if (!u.defaultPrevented && n && c &&
|
|
2888
|
+
if (!u.defaultPrevented && n && c && yf(c) === n.current) {
|
|
2889
2889
|
var d;
|
|
2890
2890
|
l ? l() : (d = n.current) === null || d === void 0 || d.focus(), Ni("keyboard");
|
|
2891
2891
|
}
|
|
@@ -2908,7 +2908,7 @@ function Ur(t, e, n) {
|
|
|
2908
2908
|
r
|
|
2909
2909
|
]);
|
|
2910
2910
|
}
|
|
2911
|
-
function
|
|
2911
|
+
function bf(t) {
|
|
2912
2912
|
let e = t.validity;
|
|
2913
2913
|
return {
|
|
2914
2914
|
badInput: e.badInput,
|
|
@@ -2924,16 +2924,16 @@ function gf(t) {
|
|
|
2924
2924
|
valid: e.valid
|
|
2925
2925
|
};
|
|
2926
2926
|
}
|
|
2927
|
-
function
|
|
2927
|
+
function gf(t) {
|
|
2928
2928
|
return {
|
|
2929
2929
|
isInvalid: !t.validity.valid,
|
|
2930
|
-
validationDetails:
|
|
2930
|
+
validationDetails: bf(t),
|
|
2931
2931
|
validationErrors: t.validationMessage ? [
|
|
2932
2932
|
t.validationMessage
|
|
2933
2933
|
] : []
|
|
2934
2934
|
};
|
|
2935
2935
|
}
|
|
2936
|
-
function
|
|
2936
|
+
function yf(t) {
|
|
2937
2937
|
for (let e = 0; e < t.elements.length; e++) {
|
|
2938
2938
|
let n = t.elements[e];
|
|
2939
2939
|
if (!n.validity.valid) return n;
|
|
@@ -2960,7 +2960,7 @@ const qi = {
|
|
|
2960
2960
|
isInvalid: !1,
|
|
2961
2961
|
validationDetails: qi,
|
|
2962
2962
|
validationErrors: []
|
|
2963
|
-
},
|
|
2963
|
+
}, $f = Q({}), zl = "__formValidationState" + Date.now();
|
|
2964
2964
|
function Gr(t) {
|
|
2965
2965
|
if (t[zl]) {
|
|
2966
2966
|
let { realtimeValidation: e, displayValidation: n, updateValidation: r, resetValidation: l, commitValidation: i } = t[zl];
|
|
@@ -2972,21 +2972,21 @@ function Gr(t) {
|
|
|
2972
2972
|
commitValidation: i
|
|
2973
2973
|
};
|
|
2974
2974
|
}
|
|
2975
|
-
return
|
|
2975
|
+
return xf(t);
|
|
2976
2976
|
}
|
|
2977
|
-
function
|
|
2977
|
+
function xf(t) {
|
|
2978
2978
|
let { isInvalid: e, validationState: n, name: r, value: l, builtinValidation: i, validate: o, validationBehavior: a = "aria" } = t;
|
|
2979
2979
|
n && (e || (e = n === "invalid"));
|
|
2980
2980
|
let u = e !== void 0 ? {
|
|
2981
2981
|
isInvalid: e,
|
|
2982
2982
|
validationErrors: [],
|
|
2983
2983
|
validationDetails: Xi
|
|
2984
|
-
} : null, s = V(() => jl(
|
|
2984
|
+
} : null, s = V(() => jl(Ef(o, l)), [
|
|
2985
2985
|
o,
|
|
2986
2986
|
l
|
|
2987
2987
|
]);
|
|
2988
2988
|
i != null && i.validationDetails.valid && (i = null);
|
|
2989
|
-
let c = Y(
|
|
2989
|
+
let c = Y($f), d = V(() => r ? Array.isArray(r) ? r.flatMap((S) => Sr(c[S])) : Sr(c[r]) : [], [
|
|
2990
2990
|
c,
|
|
2991
2991
|
r
|
|
2992
2992
|
]), [f, p] = z(c), [m, y] = z(!1);
|
|
@@ -3020,7 +3020,7 @@ function Sr(t) {
|
|
|
3020
3020
|
t
|
|
3021
3021
|
] : [];
|
|
3022
3022
|
}
|
|
3023
|
-
function
|
|
3023
|
+
function Ef(t, e) {
|
|
3024
3024
|
if (typeof t == "function") {
|
|
3025
3025
|
let n = t(e);
|
|
3026
3026
|
if (n && typeof n != "boolean") return Sr(n);
|
|
@@ -3037,7 +3037,7 @@ function jl(t) {
|
|
|
3037
3037
|
function er(t, e) {
|
|
3038
3038
|
return t === e ? !0 : t && e && t.isInvalid === e.isInvalid && t.validationErrors.length === e.validationErrors.length && t.validationErrors.every((n, r) => n === e.validationErrors[r]) && Object.entries(t.validationDetails).every(([n, r]) => e.validationDetails[n] === r);
|
|
3039
3039
|
}
|
|
3040
|
-
function
|
|
3040
|
+
function Sf(t, e, n) {
|
|
3041
3041
|
let { isDisabled: r = !1, isReadOnly: l = !1, value: i, name: o, children: a, "aria-label": u, "aria-labelledby": s, validationState: c = "valid", isInvalid: d } = t, f = (k) => {
|
|
3042
3042
|
k.stopPropagation(), e.setSelected(k.target.checked);
|
|
3043
3043
|
}, p = a != null, m = u != null || s != null;
|
|
@@ -3125,7 +3125,7 @@ function Yr(t) {
|
|
|
3125
3125
|
}
|
|
3126
3126
|
};
|
|
3127
3127
|
}
|
|
3128
|
-
function
|
|
3128
|
+
function Cf(t = {}) {
|
|
3129
3129
|
let { isReadOnly: e } = t, [n, r] = rt(t.isSelected, t.defaultSelected || !1, t.onChange);
|
|
3130
3130
|
function l(o) {
|
|
3131
3131
|
e || r(o);
|
|
@@ -3253,7 +3253,7 @@ const Ke = {
|
|
|
3253
3253
|
bottom: "top",
|
|
3254
3254
|
left: "right",
|
|
3255
3255
|
right: "left"
|
|
3256
|
-
},
|
|
3256
|
+
}, wf = {
|
|
3257
3257
|
top: "left",
|
|
3258
3258
|
left: "top"
|
|
3259
3259
|
}, Cr = {
|
|
@@ -3285,7 +3285,7 @@ function Hl(t) {
|
|
|
3285
3285
|
left: o
|
|
3286
3286
|
};
|
|
3287
3287
|
}
|
|
3288
|
-
function
|
|
3288
|
+
function Pf(t) {
|
|
3289
3289
|
return {
|
|
3290
3290
|
top: t.scrollTop,
|
|
3291
3291
|
left: t.scrollLeft,
|
|
@@ -3297,7 +3297,7 @@ function Wl(t, e, n, r, l, i, o) {
|
|
|
3297
3297
|
let a = l.scroll[t], u = r[Cr[t]], s = r.scroll[Ke[t]] + i, c = u + r.scroll[Ke[t]] - i, d = e - a + o[t] - r[Ke[t]], f = e - a + n + o[t] - r[Ke[t]];
|
|
3298
3298
|
return d < s ? s - d : f > c ? Math.max(c - f, s - d) : 0;
|
|
3299
3299
|
}
|
|
3300
|
-
function
|
|
3300
|
+
function Df(t) {
|
|
3301
3301
|
let e = window.getComputedStyle(t);
|
|
3302
3302
|
return {
|
|
3303
3303
|
top: parseInt(e.marginTop, 10) || 0,
|
|
@@ -3308,7 +3308,7 @@ function kf(t) {
|
|
|
3308
3308
|
}
|
|
3309
3309
|
function Ul(t) {
|
|
3310
3310
|
if (sn[t]) return sn[t];
|
|
3311
|
-
let [e, n] = t.split(" "), r = Ke[e] || "right", l =
|
|
3311
|
+
let [e, n] = t.split(" "), r = Ke[e] || "right", l = wf[r];
|
|
3312
3312
|
Ke[n] || (n = "center");
|
|
3313
3313
|
let i = Cr[r], o = Cr[l];
|
|
3314
3314
|
return sn[t] = {
|
|
@@ -3330,7 +3330,7 @@ function tr(t, e, n, r, l, i, o, a, u, s) {
|
|
|
3330
3330
|
} else g[f] = Math.floor(t[f] + t[m] + l);
|
|
3331
3331
|
return g;
|
|
3332
3332
|
}
|
|
3333
|
-
function
|
|
3333
|
+
function kf(t, e, n, r, l, i, o, a) {
|
|
3334
3334
|
const u = r ? n.height : e[eo.height];
|
|
3335
3335
|
let s = t.top != null ? n.top + t.top : n.top + (u - t.bottom - o), c = a !== "top" ? (
|
|
3336
3336
|
// We want the distance between the top of the overlay to the bottom of the boundary
|
|
@@ -3342,7 +3342,7 @@ function Gl(t, e, n, r, l, i) {
|
|
|
3342
3342
|
let { placement: o, axis: a, size: u } = i;
|
|
3343
3343
|
return o === a ? Math.max(0, n[a] - t[a] - t.scroll[a] + e[a] - r[a] - r[xn[a]] - l) : Math.max(0, t[u] + t[a] + t.scroll[a] - e[a] - n[a] - n[u] - r[a] - r[xn[a]] - l);
|
|
3344
3344
|
}
|
|
3345
|
-
function
|
|
3345
|
+
function Tf(t, e, n, r, l, i, o, a, u, s, c, d, f, p, m, y) {
|
|
3346
3346
|
let g = Ul(t), { size: E, crossAxis: P, crossSize: $, placement: D, crossPlacement: w } = g, k = tr(e, a, n, g, c, d, s, f, m, y), R = c, v = Gl(a, s, e, l, i + c, g);
|
|
3347
3347
|
if (o && r[E] > v) {
|
|
3348
3348
|
let $e = Ul(`${xn[D]} ${w}`), Be = tr(e, a, n, $e, c, d, s, f, m, y);
|
|
@@ -3352,7 +3352,7 @@ function Bf(t, e, n, r, l, i, o, a, u, s, c, d, f, p, m, y) {
|
|
|
3352
3352
|
g.axis === "top" ? g.placement === "top" ? A = "top" : g.placement === "bottom" && (A = "bottom") : g.crossAxis === "top" && (g.crossPlacement === "top" ? A = "bottom" : g.crossPlacement === "bottom" && (A = "top"));
|
|
3353
3353
|
let S = Wl(P, k[P], n[$], a, u, i, s);
|
|
3354
3354
|
k[P] += S;
|
|
3355
|
-
let C =
|
|
3355
|
+
let C = kf(k, a, s, f, l, i, n.height, A);
|
|
3356
3356
|
p && p < C && (C = p), n.height = Math.min(n.height, C), k = tr(e, a, n, g, R, d, s, f, m, y), S = Wl(P, k[P], n[$], a, u, i, s), k[P] += S;
|
|
3357
3357
|
let I = {}, x = e[P] + 0.5 * e[$] - k[P] - l[Ke[P]];
|
|
3358
3358
|
const F = m / 2 + y, T = Ke[P] === "left" ? l.left + l.right : l.top + l.bottom, U = n[$] - T - m / 2 - y, N = e[P] + m / 2 - (k[P] + l[Ke[P]]), ce = e[P] + e[$] - m / 2 - (k[P] + l[Ke[P]]), ge = hr(x, N, ce);
|
|
@@ -3364,18 +3364,18 @@ function Bf(t, e, n, r, l, i, o, a, u, s, c, d, f, p, m, y) {
|
|
|
3364
3364
|
placement: g.placement
|
|
3365
3365
|
};
|
|
3366
3366
|
}
|
|
3367
|
-
function
|
|
3368
|
-
let { placement: e, targetNode: n, overlayNode: r, scrollNode: l, padding: i, shouldFlip: o, boundaryElement: a, offset: u, crossOffset: s, maxHeight: c, arrowSize: d = 0, arrowBoundaryOffset: f = 0 } = t, p = r instanceof HTMLElement ?
|
|
3367
|
+
function Bf(t) {
|
|
3368
|
+
let { placement: e, targetNode: n, overlayNode: r, scrollNode: l, padding: i, shouldFlip: o, boundaryElement: a, offset: u, crossOffset: s, maxHeight: c, arrowSize: d = 0, arrowBoundaryOffset: f = 0 } = t, p = r instanceof HTMLElement ? Af(r) : document.documentElement, m = p === document.documentElement;
|
|
3369
3369
|
const y = window.getComputedStyle(p).position;
|
|
3370
3370
|
let g = !!y && y !== "static", E = m ? Dt(n) : Yl(n, p);
|
|
3371
3371
|
if (!m) {
|
|
3372
3372
|
let { marginTop: v, marginLeft: A } = window.getComputedStyle(n);
|
|
3373
3373
|
E.top += parseInt(v, 10) || 0, E.left += parseInt(A, 10) || 0;
|
|
3374
3374
|
}
|
|
3375
|
-
let P = Dt(r), $ =
|
|
3375
|
+
let P = Dt(r), $ = Df(r);
|
|
3376
3376
|
P.width += $.left + $.right, P.height += $.top + $.bottom;
|
|
3377
|
-
let D =
|
|
3378
|
-
return p.tagName === "HTML" && a.tagName === "BODY" && (k.scroll.top = 0, k.scroll.left = 0),
|
|
3377
|
+
let D = Pf(l), w = Hl(a), k = Hl(p), R = a.tagName === "BODY" ? Dt(p) : Yl(p, a);
|
|
3378
|
+
return p.tagName === "HTML" && a.tagName === "BODY" && (k.scroll.top = 0, k.scroll.left = 0), Tf(e, E, P, D, $, i, o, w, k, R, u, s, g, c, d, f);
|
|
3379
3379
|
}
|
|
3380
3380
|
function Dt(t) {
|
|
3381
3381
|
let { top: e, left: n, width: r, height: l } = t.getBoundingClientRect(), { scrollTop: i, scrollLeft: o, clientTop: a, clientLeft: u } = document.documentElement;
|
|
@@ -3403,7 +3403,7 @@ function Yl(t, e) {
|
|
|
3403
3403
|
}
|
|
3404
3404
|
return r.top -= parseInt(n.marginTop, 10) || 0, r.left -= parseInt(n.marginLeft, 10) || 0, r;
|
|
3405
3405
|
}
|
|
3406
|
-
function
|
|
3406
|
+
function Af(t) {
|
|
3407
3407
|
let e = t.offsetParent;
|
|
3408
3408
|
if (e && e === document.body && window.getComputedStyle(e).position === "static" && !ql(e) && (e = document.documentElement), e == null)
|
|
3409
3409
|
for (e = t.parentElement; e && !ql(e); ) e = e.parentElement;
|
|
@@ -3416,7 +3416,7 @@ function ql(t) {
|
|
|
3416
3416
|
"WebkitBackdropFilter" in e && e.WebkitBackdropFilter !== "none";
|
|
3417
3417
|
}
|
|
3418
3418
|
const to = /* @__PURE__ */ new WeakMap();
|
|
3419
|
-
function
|
|
3419
|
+
function Kf(t) {
|
|
3420
3420
|
let { triggerRef: e, isOpen: n, onClose: r } = t;
|
|
3421
3421
|
L(() => {
|
|
3422
3422
|
if (!n || r === null) return;
|
|
@@ -3482,8 +3482,8 @@ function no(t) {
|
|
|
3482
3482
|
var I;
|
|
3483
3483
|
S.style.maxHeight = ((I = (C = window.visualViewport) === null || C === void 0 ? void 0 : C.height) !== null && I !== void 0 ? I : window.innerHeight) + "px";
|
|
3484
3484
|
}
|
|
3485
|
-
let x =
|
|
3486
|
-
placement:
|
|
3485
|
+
let x = Bf({
|
|
3486
|
+
placement: If(o, e),
|
|
3487
3487
|
overlayNode: l.current,
|
|
3488
3488
|
targetNode: r.current,
|
|
3489
3489
|
scrollNode: i.current || l.current,
|
|
@@ -3502,7 +3502,7 @@ function no(t) {
|
|
|
3502
3502
|
}
|
|
3503
3503
|
P(x);
|
|
3504
3504
|
}, $);
|
|
3505
|
-
J(w, $),
|
|
3505
|
+
J(w, $), Mf(w), pr({
|
|
3506
3506
|
ref: l,
|
|
3507
3507
|
onResize: w
|
|
3508
3508
|
}), pr({
|
|
@@ -3530,7 +3530,7 @@ function no(t) {
|
|
|
3530
3530
|
m,
|
|
3531
3531
|
k
|
|
3532
3532
|
]);
|
|
3533
|
-
|
|
3533
|
+
Kf({
|
|
3534
3534
|
triggerRef: r,
|
|
3535
3535
|
isOpen: p,
|
|
3536
3536
|
onClose: m && R
|
|
@@ -3557,18 +3557,18 @@ function no(t) {
|
|
|
3557
3557
|
updatePosition: w
|
|
3558
3558
|
};
|
|
3559
3559
|
}
|
|
3560
|
-
function
|
|
3560
|
+
function Mf(t) {
|
|
3561
3561
|
J(() => (window.addEventListener("resize", t, !1), () => {
|
|
3562
3562
|
window.removeEventListener("resize", t, !1);
|
|
3563
3563
|
}), [
|
|
3564
3564
|
t
|
|
3565
3565
|
]);
|
|
3566
3566
|
}
|
|
3567
|
-
function
|
|
3567
|
+
function If(t, e) {
|
|
3568
3568
|
return e === "rtl" ? t.replace("start", "right").replace("end", "left") : t.replace("start", "left").replace("end", "right");
|
|
3569
3569
|
}
|
|
3570
3570
|
const _e = [];
|
|
3571
|
-
function
|
|
3571
|
+
function Ff(t, e) {
|
|
3572
3572
|
let { onClose: n, shouldCloseOnBlur: r, isOpen: l, isDismissable: i = !1, isKeyboardDismissDisabled: o = !1, shouldCloseOnInteractOutside: a } = t;
|
|
3573
3573
|
L(() => (l && _e.push(e), () => {
|
|
3574
3574
|
let m = _e.indexOf(e);
|
|
@@ -3594,7 +3594,7 @@ function ro(t, e) {
|
|
|
3594
3594
|
let { focusWithinProps: f } = qt({
|
|
3595
3595
|
isDisabled: !r,
|
|
3596
3596
|
onBlurWithin: (m) => {
|
|
3597
|
-
!m.relatedTarget ||
|
|
3597
|
+
!m.relatedTarget || Gd(m.relatedTarget) || (!a || a(m.relatedTarget)) && n();
|
|
3598
3598
|
}
|
|
3599
3599
|
}), p = (m) => {
|
|
3600
3600
|
m.target === m.currentTarget && m.preventDefault();
|
|
@@ -3609,7 +3609,7 @@ function ro(t, e) {
|
|
|
3609
3609
|
}
|
|
3610
3610
|
};
|
|
3611
3611
|
}
|
|
3612
|
-
function
|
|
3612
|
+
function ro(t, e, n) {
|
|
3613
3613
|
let { type: r } = t, { isOpen: l } = e;
|
|
3614
3614
|
L(() => {
|
|
3615
3615
|
n && n.current && to.set(n.current, e.close);
|
|
@@ -3773,184 +3773,184 @@ function Hf(t) {
|
|
|
3773
3773
|
let l = /* @__PURE__ */ B.createElement(Vf, r);
|
|
3774
3774
|
return /* @__PURE__ */ Sn.createPortal(l, n);
|
|
3775
3775
|
}
|
|
3776
|
+
var lo = {};
|
|
3777
|
+
lo = {
|
|
3778
|
+
dismiss: "تجاهل"
|
|
3779
|
+
};
|
|
3776
3780
|
var io = {};
|
|
3777
3781
|
io = {
|
|
3778
|
-
dismiss: "
|
|
3782
|
+
dismiss: "Отхвърляне"
|
|
3779
3783
|
};
|
|
3780
3784
|
var oo = {};
|
|
3781
3785
|
oo = {
|
|
3782
|
-
dismiss: "
|
|
3786
|
+
dismiss: "Odstranit"
|
|
3783
3787
|
};
|
|
3784
3788
|
var ao = {};
|
|
3785
3789
|
ao = {
|
|
3786
|
-
dismiss: "
|
|
3790
|
+
dismiss: "Luk"
|
|
3787
3791
|
};
|
|
3788
3792
|
var uo = {};
|
|
3789
3793
|
uo = {
|
|
3790
|
-
dismiss: "
|
|
3794
|
+
dismiss: "Schließen"
|
|
3791
3795
|
};
|
|
3792
3796
|
var so = {};
|
|
3793
3797
|
so = {
|
|
3794
|
-
dismiss: "
|
|
3798
|
+
dismiss: "Απόρριψη"
|
|
3795
3799
|
};
|
|
3796
3800
|
var co = {};
|
|
3797
3801
|
co = {
|
|
3798
|
-
dismiss: "
|
|
3802
|
+
dismiss: "Dismiss"
|
|
3799
3803
|
};
|
|
3800
3804
|
var fo = {};
|
|
3801
3805
|
fo = {
|
|
3802
|
-
dismiss: "
|
|
3806
|
+
dismiss: "Descartar"
|
|
3803
3807
|
};
|
|
3804
3808
|
var po = {};
|
|
3805
3809
|
po = {
|
|
3806
|
-
dismiss: "
|
|
3810
|
+
dismiss: "Lõpeta"
|
|
3807
3811
|
};
|
|
3808
3812
|
var vo = {};
|
|
3809
3813
|
vo = {
|
|
3810
|
-
dismiss: "
|
|
3814
|
+
dismiss: "Hylkää"
|
|
3811
3815
|
};
|
|
3812
3816
|
var ho = {};
|
|
3813
3817
|
ho = {
|
|
3814
|
-
dismiss: "
|
|
3818
|
+
dismiss: "Rejeter"
|
|
3815
3819
|
};
|
|
3816
3820
|
var mo = {};
|
|
3817
3821
|
mo = {
|
|
3818
|
-
dismiss: "
|
|
3822
|
+
dismiss: "התעלם"
|
|
3819
3823
|
};
|
|
3820
3824
|
var bo = {};
|
|
3821
3825
|
bo = {
|
|
3822
|
-
dismiss: "
|
|
3826
|
+
dismiss: "Odbaci"
|
|
3823
3827
|
};
|
|
3824
3828
|
var go = {};
|
|
3825
3829
|
go = {
|
|
3826
|
-
dismiss: "
|
|
3830
|
+
dismiss: "Elutasítás"
|
|
3827
3831
|
};
|
|
3828
3832
|
var yo = {};
|
|
3829
3833
|
yo = {
|
|
3830
|
-
dismiss: "
|
|
3834
|
+
dismiss: "Ignora"
|
|
3831
3835
|
};
|
|
3832
3836
|
var $o = {};
|
|
3833
3837
|
$o = {
|
|
3834
|
-
dismiss: "
|
|
3838
|
+
dismiss: "閉じる"
|
|
3835
3839
|
};
|
|
3836
3840
|
var xo = {};
|
|
3837
3841
|
xo = {
|
|
3838
|
-
dismiss: "
|
|
3842
|
+
dismiss: "무시"
|
|
3839
3843
|
};
|
|
3840
3844
|
var Eo = {};
|
|
3841
3845
|
Eo = {
|
|
3842
|
-
dismiss: "
|
|
3846
|
+
dismiss: "Atmesti"
|
|
3843
3847
|
};
|
|
3844
3848
|
var So = {};
|
|
3845
3849
|
So = {
|
|
3846
|
-
dismiss: "
|
|
3850
|
+
dismiss: "Nerādīt"
|
|
3847
3851
|
};
|
|
3848
3852
|
var Co = {};
|
|
3849
3853
|
Co = {
|
|
3850
|
-
dismiss: "
|
|
3854
|
+
dismiss: "Lukk"
|
|
3851
3855
|
};
|
|
3852
3856
|
var wo = {};
|
|
3853
3857
|
wo = {
|
|
3854
|
-
dismiss: "
|
|
3858
|
+
dismiss: "Negeren"
|
|
3855
3859
|
};
|
|
3856
3860
|
var Po = {};
|
|
3857
3861
|
Po = {
|
|
3858
|
-
dismiss: "
|
|
3862
|
+
dismiss: "Zignoruj"
|
|
3859
3863
|
};
|
|
3860
3864
|
var Do = {};
|
|
3861
3865
|
Do = {
|
|
3862
|
-
dismiss: "
|
|
3866
|
+
dismiss: "Descartar"
|
|
3863
3867
|
};
|
|
3864
3868
|
var ko = {};
|
|
3865
3869
|
ko = {
|
|
3866
|
-
dismiss: "
|
|
3870
|
+
dismiss: "Dispensar"
|
|
3867
3871
|
};
|
|
3868
3872
|
var To = {};
|
|
3869
3873
|
To = {
|
|
3870
|
-
dismiss: "
|
|
3874
|
+
dismiss: "Revocare"
|
|
3871
3875
|
};
|
|
3872
3876
|
var Bo = {};
|
|
3873
3877
|
Bo = {
|
|
3874
|
-
dismiss: "
|
|
3878
|
+
dismiss: "Пропустить"
|
|
3875
3879
|
};
|
|
3876
3880
|
var Ao = {};
|
|
3877
3881
|
Ao = {
|
|
3878
|
-
dismiss: "
|
|
3882
|
+
dismiss: "Zrušiť"
|
|
3879
3883
|
};
|
|
3880
3884
|
var Ko = {};
|
|
3881
3885
|
Ko = {
|
|
3882
|
-
dismiss: "
|
|
3886
|
+
dismiss: "Opusti"
|
|
3883
3887
|
};
|
|
3884
3888
|
var Mo = {};
|
|
3885
3889
|
Mo = {
|
|
3886
|
-
dismiss: "
|
|
3890
|
+
dismiss: "Odbaci"
|
|
3887
3891
|
};
|
|
3888
3892
|
var Io = {};
|
|
3889
3893
|
Io = {
|
|
3890
|
-
dismiss: "
|
|
3894
|
+
dismiss: "Avvisa"
|
|
3891
3895
|
};
|
|
3892
3896
|
var Fo = {};
|
|
3893
3897
|
Fo = {
|
|
3894
|
-
dismiss: "
|
|
3898
|
+
dismiss: "Kapat"
|
|
3895
3899
|
};
|
|
3896
3900
|
var _o = {};
|
|
3897
3901
|
_o = {
|
|
3898
|
-
dismiss: "
|
|
3902
|
+
dismiss: "Скасувати"
|
|
3899
3903
|
};
|
|
3900
3904
|
var Ro = {};
|
|
3901
3905
|
Ro = {
|
|
3902
|
-
dismiss: "
|
|
3906
|
+
dismiss: "取消"
|
|
3903
3907
|
};
|
|
3904
3908
|
var No = {};
|
|
3905
3909
|
No = {
|
|
3906
|
-
dismiss: "
|
|
3910
|
+
dismiss: "關閉"
|
|
3907
3911
|
};
|
|
3908
3912
|
var Lo = {};
|
|
3909
3913
|
Lo = {
|
|
3910
|
-
|
|
3911
|
-
|
|
3912
|
-
|
|
3913
|
-
|
|
3914
|
-
"
|
|
3915
|
-
"
|
|
3916
|
-
"
|
|
3917
|
-
"
|
|
3918
|
-
"
|
|
3919
|
-
"
|
|
3920
|
-
"
|
|
3921
|
-
"
|
|
3922
|
-
"
|
|
3923
|
-
"
|
|
3924
|
-
"
|
|
3925
|
-
"
|
|
3926
|
-
"
|
|
3927
|
-
"
|
|
3928
|
-
"
|
|
3929
|
-
"
|
|
3930
|
-
"
|
|
3931
|
-
"
|
|
3932
|
-
"
|
|
3933
|
-
"
|
|
3934
|
-
"
|
|
3935
|
-
"
|
|
3936
|
-
"
|
|
3937
|
-
"
|
|
3938
|
-
"
|
|
3939
|
-
"
|
|
3940
|
-
"
|
|
3941
|
-
"
|
|
3942
|
-
"
|
|
3943
|
-
"
|
|
3944
|
-
"tr-TR": _o,
|
|
3945
|
-
"uk-UA": Ro,
|
|
3946
|
-
"zh-CN": No,
|
|
3947
|
-
"zh-TW": Lo
|
|
3914
|
+
"ar-AE": lo,
|
|
3915
|
+
"bg-BG": io,
|
|
3916
|
+
"cs-CZ": oo,
|
|
3917
|
+
"da-DK": ao,
|
|
3918
|
+
"de-DE": uo,
|
|
3919
|
+
"el-GR": so,
|
|
3920
|
+
"en-US": co,
|
|
3921
|
+
"es-ES": fo,
|
|
3922
|
+
"et-EE": po,
|
|
3923
|
+
"fi-FI": vo,
|
|
3924
|
+
"fr-FR": ho,
|
|
3925
|
+
"he-IL": mo,
|
|
3926
|
+
"hr-HR": bo,
|
|
3927
|
+
"hu-HU": go,
|
|
3928
|
+
"it-IT": yo,
|
|
3929
|
+
"ja-JP": $o,
|
|
3930
|
+
"ko-KR": xo,
|
|
3931
|
+
"lt-LT": Eo,
|
|
3932
|
+
"lv-LV": So,
|
|
3933
|
+
"nb-NO": Co,
|
|
3934
|
+
"nl-NL": wo,
|
|
3935
|
+
"pl-PL": Po,
|
|
3936
|
+
"pt-BR": Do,
|
|
3937
|
+
"pt-PT": ko,
|
|
3938
|
+
"ro-RO": To,
|
|
3939
|
+
"ru-RU": Bo,
|
|
3940
|
+
"sk-SK": Ao,
|
|
3941
|
+
"sl-SI": Ko,
|
|
3942
|
+
"sr-SP": Mo,
|
|
3943
|
+
"sv-SE": Io,
|
|
3944
|
+
"tr-TR": Fo,
|
|
3945
|
+
"uk-UA": _o,
|
|
3946
|
+
"zh-CN": Ro,
|
|
3947
|
+
"zh-TW": No
|
|
3948
3948
|
};
|
|
3949
3949
|
function Wf(t) {
|
|
3950
3950
|
return t && t.__esModule ? t.default : t;
|
|
3951
3951
|
}
|
|
3952
3952
|
function Uf(t) {
|
|
3953
|
-
let { onDismiss: e, ...n } = t, r = ft(Wf(
|
|
3953
|
+
let { onDismiss: e, ...n } = t, r = ft(Wf(Lo), "@react-aria/overlays"), l = Di(n, r.format("dismiss")), i = () => {
|
|
3954
3954
|
e && e();
|
|
3955
3955
|
};
|
|
3956
3956
|
return /* @__PURE__ */ B.createElement(qr, null, /* @__PURE__ */ B.createElement("button", {
|
|
@@ -4022,7 +4022,7 @@ function Gf(t, e = document.body) {
|
|
|
4022
4022
|
};
|
|
4023
4023
|
}
|
|
4024
4024
|
function Yf(t, e) {
|
|
4025
|
-
let { triggerRef: n, popoverRef: r, isNonModal: l, isKeyboardDismissDisabled: i, shouldCloseOnInteractOutside: o, ...a } = t, { overlayProps: u, underlayProps: s } =
|
|
4025
|
+
let { triggerRef: n, popoverRef: r, isNonModal: l, isKeyboardDismissDisabled: i, shouldCloseOnInteractOutside: o, ...a } = t, { overlayProps: u, underlayProps: s } = Ff({
|
|
4026
4026
|
isOpen: e.isOpen,
|
|
4027
4027
|
onClose: e.close,
|
|
4028
4028
|
shouldCloseOnBlur: !0,
|
|
@@ -4058,7 +4058,7 @@ function Xf() {
|
|
|
4058
4058
|
var t;
|
|
4059
4059
|
return (t = Y(qf)) !== null && t !== void 0 ? t : {};
|
|
4060
4060
|
}
|
|
4061
|
-
const
|
|
4061
|
+
const Oo = /* @__PURE__ */ B.createContext(null);
|
|
4062
4062
|
function Zf(t) {
|
|
4063
4063
|
let e = nt(), { portalContainer: n = e ? null : document.body, isExiting: r } = t, [l, i] = z(!1), o = V(() => ({
|
|
4064
4064
|
contain: l,
|
|
@@ -4072,12 +4072,12 @@ function Zf(t) {
|
|
|
4072
4072
|
return t.disableFocusManagement || (u = /* @__PURE__ */ B.createElement(An, {
|
|
4073
4073
|
restoreFocus: !0,
|
|
4074
4074
|
contain: l && !r
|
|
4075
|
-
}, u)), u = /* @__PURE__ */ B.createElement(
|
|
4075
|
+
}, u)), u = /* @__PURE__ */ B.createElement(Oo.Provider, {
|
|
4076
4076
|
value: o
|
|
4077
|
-
}, /* @__PURE__ */ B.createElement(
|
|
4077
|
+
}, /* @__PURE__ */ B.createElement(Ad, null, u)), /* @__PURE__ */ Sn.createPortal(u, n);
|
|
4078
4078
|
}
|
|
4079
4079
|
function Jf() {
|
|
4080
|
-
let t = Y(
|
|
4080
|
+
let t = Y(Oo), e = t == null ? void 0 : t.setContain;
|
|
4081
4081
|
J(() => {
|
|
4082
4082
|
e == null || e(!0);
|
|
4083
4083
|
}, [
|
|
@@ -4094,13 +4094,13 @@ function ep(t, e) {
|
|
|
4094
4094
|
return `${n.id}-option-${Qf(e)}`;
|
|
4095
4095
|
}
|
|
4096
4096
|
function Pr(t) {
|
|
4097
|
-
return
|
|
4097
|
+
return sd() ? t.altKey : t.ctrlKey;
|
|
4098
4098
|
}
|
|
4099
4099
|
function St(t) {
|
|
4100
4100
|
return tt() ? t.metaKey : t.ctrlKey;
|
|
4101
4101
|
}
|
|
4102
4102
|
const tp = 1e3;
|
|
4103
|
-
function
|
|
4103
|
+
function zo(t) {
|
|
4104
4104
|
let { keyboardDelegate: e, selectionManager: n, onTypeSelect: r } = t, l = M({
|
|
4105
4105
|
search: "",
|
|
4106
4106
|
timeout: null
|
|
@@ -4124,13 +4124,13 @@ function jo(t) {
|
|
|
4124
4124
|
function np(t) {
|
|
4125
4125
|
return t.length === 1 || !/^[A-Z]/i.test(t) ? t : "";
|
|
4126
4126
|
}
|
|
4127
|
-
function
|
|
4127
|
+
function jo(t) {
|
|
4128
4128
|
let { selectionManager: e, keyboardDelegate: n, ref: r, autoFocus: l = !1, shouldFocusWrap: i = !1, disallowEmptySelection: o = !1, disallowSelectAll: a = !1, selectOnFocus: u = e.selectionBehavior === "replace", disallowTypeAhead: s = !1, shouldUseVirtualFocus: c, allowsTabNavigation: d = !1, isVirtualized: f, scrollRef: p = r, linkBehavior: m = "action" } = t, { direction: y } = He(), g = Yt(), E = (S) => {
|
|
4129
4129
|
if (S.altKey && S.key === "Tab" && S.preventDefault(), !r.current.contains(S.target)) return;
|
|
4130
4130
|
const C = (O, De) => {
|
|
4131
4131
|
if (O != null) {
|
|
4132
4132
|
if (e.isLink(O) && m === "selection" && u && !Pr(S)) {
|
|
4133
|
-
|
|
4133
|
+
_c(() => {
|
|
4134
4134
|
e.setFocusedKey(O, De);
|
|
4135
4135
|
});
|
|
4136
4136
|
let Ee = p.current.querySelector(`[data-key="${CSS.escape(O.toString())}"]`), Ge = e.getItemProps(O);
|
|
@@ -4286,7 +4286,7 @@ function Vo(t) {
|
|
|
4286
4286
|
onMouseDown(S) {
|
|
4287
4287
|
p.current === S.target && S.preventDefault();
|
|
4288
4288
|
}
|
|
4289
|
-
}, { typeSelectProps: v } =
|
|
4289
|
+
}, { typeSelectProps: v } = zo({
|
|
4290
4290
|
keyboardDelegate: n,
|
|
4291
4291
|
selectionManager: e
|
|
4292
4292
|
});
|
|
@@ -4419,7 +4419,7 @@ class Dr {
|
|
|
4419
4419
|
this.ref = e;
|
|
4420
4420
|
}
|
|
4421
4421
|
}
|
|
4422
|
-
class
|
|
4422
|
+
class Vo {
|
|
4423
4423
|
isDisabled(e) {
|
|
4424
4424
|
var n;
|
|
4425
4425
|
return this.disabledBehavior === "all" && (((n = e.props) === null || n === void 0 ? void 0 : n.isDisabled) || this.disabledKeys.has(e.key));
|
|
@@ -4527,11 +4527,11 @@ class Ho {
|
|
|
4527
4527
|
this.layout === "stack" && this.orientation === "vertical" && (this.getKeyLeftOf = void 0, this.getKeyRightOf = void 0);
|
|
4528
4528
|
}
|
|
4529
4529
|
}
|
|
4530
|
-
function
|
|
4530
|
+
function Ho(t) {
|
|
4531
4531
|
let { selectionManager: e, collection: n, disabledKeys: r, ref: l, keyboardDelegate: i, layoutDelegate: o } = t, a = Mn({
|
|
4532
4532
|
usage: "search",
|
|
4533
4533
|
sensitivity: "base"
|
|
4534
|
-
}), u = e.disabledBehavior, s = V(() => i || new
|
|
4534
|
+
}), u = e.disabledBehavior, s = V(() => i || new Vo({
|
|
4535
4535
|
collection: n,
|
|
4536
4536
|
disabledKeys: r,
|
|
4537
4537
|
disabledBehavior: u,
|
|
@@ -4546,7 +4546,7 @@ function Wo(t) {
|
|
|
4546
4546
|
l,
|
|
4547
4547
|
a,
|
|
4548
4548
|
u
|
|
4549
|
-
]), { collectionProps: c } =
|
|
4549
|
+
]), { collectionProps: c } = jo({
|
|
4550
4550
|
...t,
|
|
4551
4551
|
ref: l,
|
|
4552
4552
|
selectionManager: e,
|
|
@@ -4561,7 +4561,7 @@ function rp(t, e, n) {
|
|
|
4561
4561
|
labelable: !0
|
|
4562
4562
|
}), l = t.selectionBehavior || "toggle", i = t.linkBehavior || (l === "replace" ? "action" : "override");
|
|
4563
4563
|
l === "toggle" && i === "action" && (i = "override");
|
|
4564
|
-
let { listProps: o } =
|
|
4564
|
+
let { listProps: o } = Ho({
|
|
4565
4565
|
...t,
|
|
4566
4566
|
ref: n,
|
|
4567
4567
|
selectionManager: e.selectionManager,
|
|
@@ -4599,10 +4599,10 @@ function rp(t, e, n) {
|
|
|
4599
4599
|
})
|
|
4600
4600
|
};
|
|
4601
4601
|
}
|
|
4602
|
-
function
|
|
4602
|
+
function Wo(t) {
|
|
4603
4603
|
return null;
|
|
4604
4604
|
}
|
|
4605
|
-
|
|
4605
|
+
Wo.getCollectionNode = function* (e, n) {
|
|
4606
4606
|
let { childItems: r, title: l, children: i } = e, o = e.title || e.children, a = e.textValue || (typeof o == "string" ? o : "") || e["aria-label"] || "";
|
|
4607
4607
|
!a && !(n != null && n.suppressTextValueWarning) && console.warn("<Item> with non-plain text contents is unsupported by type to select for accessibility. Please add a `textValue` prop."), yield {
|
|
4608
4608
|
type: "item",
|
|
@@ -4631,11 +4631,11 @@ Uo.getCollectionNode = function* (e, n) {
|
|
|
4631
4631
|
function lp(t) {
|
|
4632
4632
|
return t.hasChildItems != null ? t.hasChildItems : !!(t.childItems || t.title && B.Children.count(t.children) > 0);
|
|
4633
4633
|
}
|
|
4634
|
-
let Zr =
|
|
4635
|
-
function
|
|
4634
|
+
let Zr = Wo;
|
|
4635
|
+
function Uo(t) {
|
|
4636
4636
|
return null;
|
|
4637
4637
|
}
|
|
4638
|
-
|
|
4638
|
+
Uo.getCollectionNode = function* (e) {
|
|
4639
4639
|
let { children: n, title: r, items: l } = e;
|
|
4640
4640
|
yield {
|
|
4641
4641
|
type: "section",
|
|
@@ -4663,7 +4663,7 @@ Go.getCollectionNode = function* (e) {
|
|
|
4663
4663
|
}
|
|
4664
4664
|
};
|
|
4665
4665
|
};
|
|
4666
|
-
let Uh =
|
|
4666
|
+
let Uh = Uo;
|
|
4667
4667
|
class ip {
|
|
4668
4668
|
build(e, n) {
|
|
4669
4669
|
return this.context = n, ei(() => this.iterateCollection(e));
|
|
@@ -4870,7 +4870,7 @@ function ti(t, e) {
|
|
|
4870
4870
|
return n;
|
|
4871
4871
|
}
|
|
4872
4872
|
const ni = /* @__PURE__ */ new WeakMap();
|
|
4873
|
-
function
|
|
4873
|
+
function Go(t) {
|
|
4874
4874
|
let e = ni.get(t);
|
|
4875
4875
|
if (e != null) return e;
|
|
4876
4876
|
e = 0;
|
|
@@ -4902,7 +4902,7 @@ function ap(t, e, n) {
|
|
|
4902
4902
|
let k = e.collection.getItem(i);
|
|
4903
4903
|
if (P) {
|
|
4904
4904
|
let U = Number(k == null ? void 0 : k.index);
|
|
4905
|
-
w["aria-posinset"] = Number.isNaN(U) ? void 0 : U + 1, w["aria-setsize"] =
|
|
4905
|
+
w["aria-posinset"] = Number.isNaN(U) ? void 0 : U + 1, w["aria-setsize"] = Go(e.collection);
|
|
4906
4906
|
}
|
|
4907
4907
|
let R = o != null && o.onAction ? () => {
|
|
4908
4908
|
var U;
|
|
@@ -4947,184 +4947,184 @@ function ap(t, e, n) {
|
|
|
4947
4947
|
hasAction: C
|
|
4948
4948
|
};
|
|
4949
4949
|
}
|
|
4950
|
+
var Yo = {};
|
|
4951
|
+
Yo = {
|
|
4952
|
+
longPressMessage: "اضغط مطولاً أو اضغط على Alt + السهم لأسفل لفتح القائمة"
|
|
4953
|
+
};
|
|
4950
4954
|
var qo = {};
|
|
4951
4955
|
qo = {
|
|
4952
|
-
longPressMessage: "
|
|
4956
|
+
longPressMessage: "Натиснете продължително или натиснете Alt+ стрелка надолу, за да отворите менюто"
|
|
4953
4957
|
};
|
|
4954
4958
|
var Xo = {};
|
|
4955
4959
|
Xo = {
|
|
4956
|
-
longPressMessage: "
|
|
4960
|
+
longPressMessage: "Dlouhým stiskem nebo stisknutím kláves Alt + šipka dolů otevřete nabídku"
|
|
4957
4961
|
};
|
|
4958
4962
|
var Zo = {};
|
|
4959
4963
|
Zo = {
|
|
4960
|
-
longPressMessage: "
|
|
4964
|
+
longPressMessage: "Langt tryk eller tryk på Alt + pil ned for at åbne menuen"
|
|
4961
4965
|
};
|
|
4962
4966
|
var Jo = {};
|
|
4963
4967
|
Jo = {
|
|
4964
|
-
longPressMessage: "
|
|
4968
|
+
longPressMessage: "Drücken Sie lange oder drücken Sie Alt + Nach-unten, um das Menü zu öffnen"
|
|
4965
4969
|
};
|
|
4966
4970
|
var Qo = {};
|
|
4967
4971
|
Qo = {
|
|
4968
|
-
longPressMessage: "
|
|
4972
|
+
longPressMessage: "Πιέστε παρατεταμένα ή πατήστε Alt + κάτω βέλος για να ανοίξετε το μενού"
|
|
4969
4973
|
};
|
|
4970
4974
|
var ea = {};
|
|
4971
4975
|
ea = {
|
|
4972
|
-
longPressMessage: "
|
|
4976
|
+
longPressMessage: "Long press or press Alt + ArrowDown to open menu"
|
|
4973
4977
|
};
|
|
4974
4978
|
var ta = {};
|
|
4975
4979
|
ta = {
|
|
4976
|
-
longPressMessage: "
|
|
4980
|
+
longPressMessage: "Mantenga pulsado o pulse Alt + flecha abajo para abrir el menú"
|
|
4977
4981
|
};
|
|
4978
4982
|
var na = {};
|
|
4979
4983
|
na = {
|
|
4980
|
-
longPressMessage: "
|
|
4984
|
+
longPressMessage: "Menüü avamiseks vajutage pikalt või vajutage klahve Alt + allanool"
|
|
4981
4985
|
};
|
|
4982
4986
|
var ra = {};
|
|
4983
4987
|
ra = {
|
|
4984
|
-
longPressMessage: "
|
|
4988
|
+
longPressMessage: "Avaa valikko painamalla pohjassa tai näppäinyhdistelmällä Alt + Alanuoli"
|
|
4985
4989
|
};
|
|
4986
4990
|
var la = {};
|
|
4987
4991
|
la = {
|
|
4988
|
-
longPressMessage: "
|
|
4992
|
+
longPressMessage: "Appuyez de manière prolongée ou appuyez sur Alt + Flèche vers le bas pour ouvrir le menu."
|
|
4989
4993
|
};
|
|
4990
4994
|
var ia = {};
|
|
4991
4995
|
ia = {
|
|
4992
|
-
longPressMessage: "
|
|
4996
|
+
longPressMessage: "לחץ לחיצה ארוכה או הקש Alt + ArrowDown כדי לפתוח את התפריט"
|
|
4993
4997
|
};
|
|
4994
4998
|
var oa = {};
|
|
4995
4999
|
oa = {
|
|
4996
|
-
longPressMessage: "
|
|
5000
|
+
longPressMessage: "Dugo pritisnite ili pritisnite Alt + strelicu prema dolje za otvaranje izbornika"
|
|
4997
5001
|
};
|
|
4998
5002
|
var aa = {};
|
|
4999
5003
|
aa = {
|
|
5000
|
-
longPressMessage: "
|
|
5004
|
+
longPressMessage: "Nyomja meg hosszan, vagy nyomja meg az Alt + lefele nyíl gombot a menü megnyitásához"
|
|
5001
5005
|
};
|
|
5002
5006
|
var ua = {};
|
|
5003
5007
|
ua = {
|
|
5004
|
-
longPressMessage: "
|
|
5008
|
+
longPressMessage: "Premere a lungo o premere Alt + Freccia giù per aprire il menu"
|
|
5005
5009
|
};
|
|
5006
5010
|
var sa = {};
|
|
5007
5011
|
sa = {
|
|
5008
|
-
longPressMessage: "
|
|
5012
|
+
longPressMessage: "長押しまたは Alt+下矢印キーでメニューを開く"
|
|
5009
5013
|
};
|
|
5010
5014
|
var ca = {};
|
|
5011
5015
|
ca = {
|
|
5012
|
-
longPressMessage: "
|
|
5016
|
+
longPressMessage: "길게 누르거나 Alt + 아래쪽 화살표를 눌러 메뉴 열기"
|
|
5013
5017
|
};
|
|
5014
5018
|
var da = {};
|
|
5015
5019
|
da = {
|
|
5016
|
-
longPressMessage: "
|
|
5020
|
+
longPressMessage: "Norėdami atidaryti meniu, nuspaudę palaikykite arba paspauskite „Alt + ArrowDown“."
|
|
5017
5021
|
};
|
|
5018
5022
|
var fa = {};
|
|
5019
5023
|
fa = {
|
|
5020
|
-
longPressMessage: "
|
|
5024
|
+
longPressMessage: "Lai atvērtu izvēlni, turiet nospiestu vai nospiediet taustiņu kombināciju Alt + lejupvērstā bultiņa"
|
|
5021
5025
|
};
|
|
5022
5026
|
var pa = {};
|
|
5023
5027
|
pa = {
|
|
5024
|
-
longPressMessage: "
|
|
5028
|
+
longPressMessage: "Langt trykk eller trykk Alt + PilNed for å åpne menyen"
|
|
5025
5029
|
};
|
|
5026
5030
|
var va = {};
|
|
5027
5031
|
va = {
|
|
5028
|
-
longPressMessage: "
|
|
5032
|
+
longPressMessage: "Druk lang op Alt + pijl-omlaag of druk op Alt om het menu te openen"
|
|
5029
5033
|
};
|
|
5030
5034
|
var ha = {};
|
|
5031
5035
|
ha = {
|
|
5032
|
-
longPressMessage: "
|
|
5036
|
+
longPressMessage: "Naciśnij i przytrzymaj lub naciśnij klawisze Alt + Strzałka w dół, aby otworzyć menu"
|
|
5033
5037
|
};
|
|
5034
5038
|
var ma = {};
|
|
5035
5039
|
ma = {
|
|
5036
|
-
longPressMessage: "
|
|
5040
|
+
longPressMessage: "Pressione e segure ou pressione Alt + Seta para baixo para abrir o menu"
|
|
5037
5041
|
};
|
|
5038
5042
|
var ba = {};
|
|
5039
5043
|
ba = {
|
|
5040
|
-
longPressMessage: "
|
|
5044
|
+
longPressMessage: "Prima continuamente ou prima Alt + Seta Para Baixo para abrir o menu"
|
|
5041
5045
|
};
|
|
5042
5046
|
var ga = {};
|
|
5043
5047
|
ga = {
|
|
5044
|
-
longPressMessage: "
|
|
5048
|
+
longPressMessage: "Apăsați lung sau apăsați pe Alt + săgeată în jos pentru a deschide meniul"
|
|
5045
5049
|
};
|
|
5046
5050
|
var ya = {};
|
|
5047
5051
|
ya = {
|
|
5048
|
-
longPressMessage: "
|
|
5052
|
+
longPressMessage: "Нажмите и удерживайте или нажмите Alt + Стрелка вниз, чтобы открыть меню"
|
|
5049
5053
|
};
|
|
5050
5054
|
var $a = {};
|
|
5051
5055
|
$a = {
|
|
5052
|
-
longPressMessage: "
|
|
5056
|
+
longPressMessage: "Ponuku otvoríte dlhým stlačením alebo stlačením klávesu Alt + klávesu so šípkou nadol"
|
|
5053
5057
|
};
|
|
5054
5058
|
var xa = {};
|
|
5055
5059
|
xa = {
|
|
5056
|
-
longPressMessage: "
|
|
5060
|
+
longPressMessage: "Za odprtje menija pritisnite in držite gumb ali pritisnite Alt+puščica navzdol"
|
|
5057
5061
|
};
|
|
5058
5062
|
var Ea = {};
|
|
5059
5063
|
Ea = {
|
|
5060
|
-
longPressMessage: "
|
|
5064
|
+
longPressMessage: "Dugo pritisnite ili pritisnite Alt + strelicu prema dole da otvorite meni"
|
|
5061
5065
|
};
|
|
5062
5066
|
var Sa = {};
|
|
5063
5067
|
Sa = {
|
|
5064
|
-
longPressMessage: "
|
|
5068
|
+
longPressMessage: "Håll nedtryckt eller tryck på Alt + pil nedåt för att öppna menyn"
|
|
5065
5069
|
};
|
|
5066
5070
|
var Ca = {};
|
|
5067
5071
|
Ca = {
|
|
5068
|
-
longPressMessage: "
|
|
5072
|
+
longPressMessage: "Menüyü açmak için uzun basın veya Alt + Aşağı Ok tuşuna basın"
|
|
5069
5073
|
};
|
|
5070
5074
|
var wa = {};
|
|
5071
5075
|
wa = {
|
|
5072
|
-
longPressMessage: "
|
|
5076
|
+
longPressMessage: "Довго або звичайно натисніть комбінацію клавіш Alt і стрілка вниз, щоб відкрити меню"
|
|
5073
5077
|
};
|
|
5074
5078
|
var Pa = {};
|
|
5075
5079
|
Pa = {
|
|
5076
|
-
longPressMessage: "
|
|
5080
|
+
longPressMessage: "长按或按 Alt + 向下方向键以打开菜单"
|
|
5077
5081
|
};
|
|
5078
5082
|
var Da = {};
|
|
5079
5083
|
Da = {
|
|
5080
|
-
longPressMessage: "
|
|
5084
|
+
longPressMessage: "長按或按 Alt+向下鍵以開啟功能表"
|
|
5081
5085
|
};
|
|
5082
5086
|
var ka = {};
|
|
5083
5087
|
ka = {
|
|
5084
|
-
|
|
5085
|
-
|
|
5086
|
-
|
|
5087
|
-
|
|
5088
|
-
"
|
|
5089
|
-
"
|
|
5090
|
-
"
|
|
5091
|
-
"
|
|
5092
|
-
"
|
|
5093
|
-
"
|
|
5094
|
-
"
|
|
5095
|
-
"
|
|
5096
|
-
"
|
|
5097
|
-
"
|
|
5098
|
-
"
|
|
5099
|
-
"
|
|
5100
|
-
"
|
|
5101
|
-
"
|
|
5102
|
-
"
|
|
5103
|
-
"
|
|
5104
|
-
"
|
|
5105
|
-
"
|
|
5106
|
-
"
|
|
5107
|
-
"
|
|
5108
|
-
"
|
|
5109
|
-
"
|
|
5110
|
-
"
|
|
5111
|
-
"
|
|
5112
|
-
"
|
|
5113
|
-
"
|
|
5114
|
-
"
|
|
5115
|
-
"
|
|
5116
|
-
"
|
|
5117
|
-
"
|
|
5118
|
-
"tr-TR": wa,
|
|
5119
|
-
"uk-UA": Pa,
|
|
5120
|
-
"zh-CN": Da,
|
|
5121
|
-
"zh-TW": ka
|
|
5088
|
+
"ar-AE": Yo,
|
|
5089
|
+
"bg-BG": qo,
|
|
5090
|
+
"cs-CZ": Xo,
|
|
5091
|
+
"da-DK": Zo,
|
|
5092
|
+
"de-DE": Jo,
|
|
5093
|
+
"el-GR": Qo,
|
|
5094
|
+
"en-US": ea,
|
|
5095
|
+
"es-ES": ta,
|
|
5096
|
+
"et-EE": na,
|
|
5097
|
+
"fi-FI": ra,
|
|
5098
|
+
"fr-FR": la,
|
|
5099
|
+
"he-IL": ia,
|
|
5100
|
+
"hr-HR": oa,
|
|
5101
|
+
"hu-HU": aa,
|
|
5102
|
+
"it-IT": ua,
|
|
5103
|
+
"ja-JP": sa,
|
|
5104
|
+
"ko-KR": ca,
|
|
5105
|
+
"lt-LT": da,
|
|
5106
|
+
"lv-LV": fa,
|
|
5107
|
+
"nb-NO": pa,
|
|
5108
|
+
"nl-NL": va,
|
|
5109
|
+
"pl-PL": ha,
|
|
5110
|
+
"pt-BR": ma,
|
|
5111
|
+
"pt-PT": ba,
|
|
5112
|
+
"ro-RO": ga,
|
|
5113
|
+
"ru-RU": ya,
|
|
5114
|
+
"sk-SK": $a,
|
|
5115
|
+
"sl-SI": xa,
|
|
5116
|
+
"sr-SP": Ea,
|
|
5117
|
+
"sv-SE": Sa,
|
|
5118
|
+
"tr-TR": Ca,
|
|
5119
|
+
"uk-UA": wa,
|
|
5120
|
+
"zh-CN": Pa,
|
|
5121
|
+
"zh-TW": Da
|
|
5122
5122
|
};
|
|
5123
5123
|
function up(t) {
|
|
5124
5124
|
return t && t.__esModule ? t.default : t;
|
|
5125
5125
|
}
|
|
5126
|
-
function
|
|
5127
|
-
let { type: r = "menu", isDisabled: l, trigger: i = "press" } = t, o = he(), { triggerProps: a, overlayProps: u } =
|
|
5126
|
+
function Ta(t, e, n) {
|
|
5127
|
+
let { type: r = "menu", isDisabled: l, trigger: i = "press" } = t, o = he(), { triggerProps: a, overlayProps: u } = ro({
|
|
5128
5128
|
type: r
|
|
5129
5129
|
}, e, n), s = (p) => {
|
|
5130
5130
|
if (!l && !(i === "longPress" && !p.altKey) && n && n.current)
|
|
@@ -5141,7 +5141,7 @@ function Ba(t, e, n) {
|
|
|
5141
5141
|
default:
|
|
5142
5142
|
"continuePropagation" in p && p.continuePropagation();
|
|
5143
5143
|
}
|
|
5144
|
-
}, c = ft(up(
|
|
5144
|
+
}, c = ft(up(ka), "@react-aria/menu"), { longPressProps: d } = ji({
|
|
5145
5145
|
isDisabled: l || i !== "longPress",
|
|
5146
5146
|
accessibilityDescription: c.format("longPressMessage"),
|
|
5147
5147
|
onLongPressStart() {
|
|
@@ -5173,13 +5173,13 @@ function Ba(t, e, n) {
|
|
|
5173
5173
|
}
|
|
5174
5174
|
};
|
|
5175
5175
|
}
|
|
5176
|
-
const
|
|
5177
|
-
function
|
|
5176
|
+
const Ba = /* @__PURE__ */ new WeakMap();
|
|
5177
|
+
function Aa(t, e, n) {
|
|
5178
5178
|
let { shouldFocusWrap: r = !0, onKeyDown: l, onKeyUp: i, ...o } = t;
|
|
5179
5179
|
!t["aria-label"] && !t["aria-labelledby"] && console.warn("An aria-label or aria-labelledby prop is required for accessibility.");
|
|
5180
5180
|
let a = fe(t, {
|
|
5181
5181
|
labelable: !0
|
|
5182
|
-
}), { listProps: u } =
|
|
5182
|
+
}), { listProps: u } = Ho({
|
|
5183
5183
|
...o,
|
|
5184
5184
|
ref: n,
|
|
5185
5185
|
selectionManager: e.selectionManager,
|
|
@@ -5188,7 +5188,7 @@ function Ka(t, e, n) {
|
|
|
5188
5188
|
shouldFocusWrap: r,
|
|
5189
5189
|
linkBehavior: "override"
|
|
5190
5190
|
});
|
|
5191
|
-
return
|
|
5191
|
+
return Ba.set(e, {
|
|
5192
5192
|
onClose: t.onClose,
|
|
5193
5193
|
onAction: t.onAction
|
|
5194
5194
|
}), {
|
|
@@ -5204,12 +5204,12 @@ function Ka(t, e, n) {
|
|
|
5204
5204
|
})
|
|
5205
5205
|
};
|
|
5206
5206
|
}
|
|
5207
|
-
function
|
|
5207
|
+
function Ka(t, e, n) {
|
|
5208
5208
|
let { id: r, key: l, closeOnSelect: i, isVirtualized: o, "aria-haspopup": a, onPressStart: u, onPressUp: s, onPress: c, onPressChange: d, onPressEnd: f, onHoverStart: p, onHoverChange: m, onHoverEnd: y, onKeyDown: g, onKeyUp: E, onFocus: P, onFocusChange: $, onBlur: D } = t, w = !!a;
|
|
5209
5209
|
var k;
|
|
5210
5210
|
let R = (k = t.isDisabled) !== null && k !== void 0 ? k : e.selectionManager.isDisabled(l);
|
|
5211
5211
|
var v;
|
|
5212
|
-
let A = (v = t.isSelected) !== null && v !== void 0 ? v : e.selectionManager.isSelected(l), S =
|
|
5212
|
+
let A = (v = t.isSelected) !== null && v !== void 0 ? v : e.selectionManager.isSelected(l), S = Ba.get(e), C = e.collection.getItem(l), I = t.onClose || S.onClose, x = Yt(), F = (re) => {
|
|
5213
5213
|
var mt;
|
|
5214
5214
|
if (!w) {
|
|
5215
5215
|
if (!(C == null || (mt = C.props) === null || mt === void 0) && mt.onAction ? C.props.onAction() : t.onAction && t.onAction(l), S.onAction) {
|
|
@@ -5234,7 +5234,7 @@ function Ma(t, e, n) {
|
|
|
5234
5234
|
"aria-haspopup": a,
|
|
5235
5235
|
"aria-expanded": t["aria-expanded"]
|
|
5236
5236
|
};
|
|
5237
|
-
e.selectionManager.selectionMode !== "none" && !w && (ge["aria-checked"] = A), o && (ge["aria-posinset"] = C == null ? void 0 : C.index, ge["aria-setsize"] =
|
|
5237
|
+
e.selectionManager.selectionMode !== "none" && !w && (ge["aria-checked"] = A), o && (ge["aria-posinset"] = C == null ? void 0 : C.index, ge["aria-setsize"] = Go(e.collection));
|
|
5238
5238
|
let $e = (re) => {
|
|
5239
5239
|
re.pointerType === "keyboard" && F(re), u == null || u(re);
|
|
5240
5240
|
}, Be = (re) => {
|
|
@@ -5400,7 +5400,7 @@ const vp = /* @__PURE__ */ new Set([
|
|
|
5400
5400
|
"text/plain",
|
|
5401
5401
|
"text/uri-list",
|
|
5402
5402
|
"text/html"
|
|
5403
|
-
]), kr = "application/vnd.react-aria.items+json",
|
|
5403
|
+
]), kr = "application/vnd.react-aria.items+json", Ma = "application/octet-stream";
|
|
5404
5404
|
function ri(t, e) {
|
|
5405
5405
|
let n = /* @__PURE__ */ new Map(), r = !1, l = [];
|
|
5406
5406
|
for (let i of e) {
|
|
@@ -5442,12 +5442,12 @@ function hp(t) {
|
|
|
5442
5442
|
let r = /* @__PURE__ */ new Map();
|
|
5443
5443
|
for (let l of t.items)
|
|
5444
5444
|
if (l.kind === "string")
|
|
5445
|
-
r.set(l.type ||
|
|
5445
|
+
r.set(l.type || Ma, t.getData(l.type));
|
|
5446
5446
|
else if (l.kind === "file")
|
|
5447
5447
|
if (typeof l.webkitGetAsEntry == "function") {
|
|
5448
5448
|
let i = l.webkitGetAsEntry();
|
|
5449
5449
|
if (!i) continue;
|
|
5450
|
-
i.isFile ? e.push(Tr(l.getAsFile())) : i.isDirectory && e.push(
|
|
5450
|
+
i.isFile ? e.push(Tr(l.getAsFile())) : i.isDirectory && e.push(Ia(i));
|
|
5451
5451
|
} else
|
|
5452
5452
|
e.push(Tr(l.getAsFile()));
|
|
5453
5453
|
r.size > 0 && e.push({
|
|
@@ -5469,13 +5469,13 @@ function mp(t) {
|
|
|
5469
5469
|
function Tr(t) {
|
|
5470
5470
|
return {
|
|
5471
5471
|
kind: "file",
|
|
5472
|
-
type: t.type ||
|
|
5472
|
+
type: t.type || Ma,
|
|
5473
5473
|
name: t.name,
|
|
5474
5474
|
getText: () => mp(t),
|
|
5475
5475
|
getFile: () => Promise.resolve(t)
|
|
5476
5476
|
};
|
|
5477
5477
|
}
|
|
5478
|
-
function
|
|
5478
|
+
function Ia(t) {
|
|
5479
5479
|
return {
|
|
5480
5480
|
kind: "directory",
|
|
5481
5481
|
name: t.name,
|
|
@@ -5492,7 +5492,7 @@ async function* bp(t) {
|
|
|
5492
5492
|
if (r.isFile) {
|
|
5493
5493
|
let l = await gp(r);
|
|
5494
5494
|
yield Tr(l);
|
|
5495
|
-
} else r.isDirectory && (yield
|
|
5495
|
+
} else r.isDirectory && (yield Ia(r));
|
|
5496
5496
|
} while (n.length > 0);
|
|
5497
5497
|
}
|
|
5498
5498
|
function gp(t) {
|
|
@@ -5552,7 +5552,7 @@ function yp(t) {
|
|
|
5552
5552
|
clipboardProps: r
|
|
5553
5553
|
};
|
|
5554
5554
|
}
|
|
5555
|
-
class
|
|
5555
|
+
class Fa {
|
|
5556
5556
|
isCell(e) {
|
|
5557
5557
|
return e.type === "cell";
|
|
5558
5558
|
}
|
|
@@ -5710,8 +5710,8 @@ class $p {
|
|
|
5710
5710
|
}
|
|
5711
5711
|
}
|
|
5712
5712
|
const el = /* @__PURE__ */ new WeakMap();
|
|
5713
|
-
var
|
|
5714
|
-
|
|
5713
|
+
var _a = {};
|
|
5714
|
+
_a = {
|
|
5715
5715
|
deselectedItem: (t) => `${t.item} غير المحدد`,
|
|
5716
5716
|
longPressToSelect: "اضغط مطولًا للدخول إلى وضع التحديد.",
|
|
5717
5717
|
select: "تحديد",
|
|
@@ -5723,8 +5723,8 @@ Ra = {
|
|
|
5723
5723
|
})}.`,
|
|
5724
5724
|
selectedItem: (t) => `${t.item} المحدد`
|
|
5725
5725
|
};
|
|
5726
|
-
var
|
|
5727
|
-
|
|
5726
|
+
var Ra = {};
|
|
5727
|
+
Ra = {
|
|
5728
5728
|
deselectedItem: (t) => `${t.item} не е избран.`,
|
|
5729
5729
|
longPressToSelect: "Натиснете и задръжте за да влезете в избирателен режим.",
|
|
5730
5730
|
select: "Изберете",
|
|
@@ -5736,8 +5736,8 @@ Na = {
|
|
|
5736
5736
|
})}.`,
|
|
5737
5737
|
selectedItem: (t) => `${t.item} избран.`
|
|
5738
5738
|
};
|
|
5739
|
-
var
|
|
5740
|
-
|
|
5739
|
+
var Na = {};
|
|
5740
|
+
Na = {
|
|
5741
5741
|
deselectedItem: (t) => `Položka ${t.item} není vybrána.`,
|
|
5742
5742
|
longPressToSelect: "Dlouhým stisknutím přejdete do režimu výběru.",
|
|
5743
5743
|
select: "Vybrat",
|
|
@@ -5749,8 +5749,8 @@ La = {
|
|
|
5749
5749
|
})}.`,
|
|
5750
5750
|
selectedItem: (t) => `Vybrána položka ${t.item}.`
|
|
5751
5751
|
};
|
|
5752
|
-
var
|
|
5753
|
-
|
|
5752
|
+
var La = {};
|
|
5753
|
+
La = {
|
|
5754
5754
|
deselectedItem: (t) => `${t.item} ikke valgt.`,
|
|
5755
5755
|
longPressToSelect: "Lav et langt tryk for at aktivere valgtilstand.",
|
|
5756
5756
|
select: "Vælg",
|
|
@@ -5762,8 +5762,8 @@ Oa = {
|
|
|
5762
5762
|
})}.`,
|
|
5763
5763
|
selectedItem: (t) => `${t.item} valgt.`
|
|
5764
5764
|
};
|
|
5765
|
-
var
|
|
5766
|
-
|
|
5765
|
+
var Oa = {};
|
|
5766
|
+
Oa = {
|
|
5767
5767
|
deselectedItem: (t) => `${t.item} nicht ausgewählt.`,
|
|
5768
5768
|
longPressToSelect: "Gedrückt halten, um Auswahlmodus zu öffnen.",
|
|
5769
5769
|
select: "Auswählen",
|
|
@@ -5775,8 +5775,8 @@ za = {
|
|
|
5775
5775
|
})}.`,
|
|
5776
5776
|
selectedItem: (t) => `${t.item} ausgewählt.`
|
|
5777
5777
|
};
|
|
5778
|
-
var
|
|
5779
|
-
|
|
5778
|
+
var za = {};
|
|
5779
|
+
za = {
|
|
5780
5780
|
deselectedItem: (t) => `Δεν επιλέχθηκε το στοιχείο ${t.item}.`,
|
|
5781
5781
|
longPressToSelect: "Πατήστε παρατεταμένα για να μπείτε σε λειτουργία επιλογής.",
|
|
5782
5782
|
select: "Επιλογή",
|
|
@@ -5788,8 +5788,8 @@ ja = {
|
|
|
5788
5788
|
})}.`,
|
|
5789
5789
|
selectedItem: (t) => `Επιλέχθηκε το στοιχείο ${t.item}.`
|
|
5790
5790
|
};
|
|
5791
|
-
var
|
|
5792
|
-
|
|
5791
|
+
var ja = {};
|
|
5792
|
+
ja = {
|
|
5793
5793
|
deselectedItem: (t) => `${t.item} not selected.`,
|
|
5794
5794
|
select: "Select",
|
|
5795
5795
|
selectedCount: (t, e) => `${e.plural(t.count, {
|
|
@@ -5801,8 +5801,8 @@ Va = {
|
|
|
5801
5801
|
selectedItem: (t) => `${t.item} selected.`,
|
|
5802
5802
|
longPressToSelect: "Long press to enter selection mode."
|
|
5803
5803
|
};
|
|
5804
|
-
var
|
|
5805
|
-
|
|
5804
|
+
var Va = {};
|
|
5805
|
+
Va = {
|
|
5806
5806
|
deselectedItem: (t) => `${t.item} no seleccionado.`,
|
|
5807
5807
|
longPressToSelect: "Mantenga pulsado para abrir el modo de selección.",
|
|
5808
5808
|
select: "Seleccionar",
|
|
@@ -5814,8 +5814,8 @@ Ha = {
|
|
|
5814
5814
|
})}.`,
|
|
5815
5815
|
selectedItem: (t) => `${t.item} seleccionado.`
|
|
5816
5816
|
};
|
|
5817
|
-
var
|
|
5818
|
-
|
|
5817
|
+
var Ha = {};
|
|
5818
|
+
Ha = {
|
|
5819
5819
|
deselectedItem: (t) => `${t.item} pole valitud.`,
|
|
5820
5820
|
longPressToSelect: "Valikurežiimi sisenemiseks vajutage pikalt.",
|
|
5821
5821
|
select: "Vali",
|
|
@@ -5827,8 +5827,8 @@ Wa = {
|
|
|
5827
5827
|
})}.`,
|
|
5828
5828
|
selectedItem: (t) => `${t.item} valitud.`
|
|
5829
5829
|
};
|
|
5830
|
-
var
|
|
5831
|
-
|
|
5830
|
+
var Wa = {};
|
|
5831
|
+
Wa = {
|
|
5832
5832
|
deselectedItem: (t) => `Kohdetta ${t.item} ei valittu.`,
|
|
5833
5833
|
longPressToSelect: "Siirry valintatilaan painamalla pitkään.",
|
|
5834
5834
|
select: "Valitse",
|
|
@@ -5840,8 +5840,8 @@ Ua = {
|
|
|
5840
5840
|
})}.`,
|
|
5841
5841
|
selectedItem: (t) => `${t.item} valittu.`
|
|
5842
5842
|
};
|
|
5843
|
-
var
|
|
5844
|
-
|
|
5843
|
+
var Ua = {};
|
|
5844
|
+
Ua = {
|
|
5845
5845
|
deselectedItem: (t) => `${t.item} non sélectionné.`,
|
|
5846
5846
|
longPressToSelect: "Appuyez de manière prolongée pour passer en mode de sélection.",
|
|
5847
5847
|
select: "Sélectionner",
|
|
@@ -5853,8 +5853,8 @@ Ga = {
|
|
|
5853
5853
|
})}.`,
|
|
5854
5854
|
selectedItem: (t) => `${t.item} sélectionné.`
|
|
5855
5855
|
};
|
|
5856
|
-
var
|
|
5857
|
-
|
|
5856
|
+
var Ga = {};
|
|
5857
|
+
Ga = {
|
|
5858
5858
|
deselectedItem: (t) => `${t.item} לא נבחר.`,
|
|
5859
5859
|
longPressToSelect: "הקשה ארוכה לכניסה למצב בחירה.",
|
|
5860
5860
|
select: "בחר",
|
|
@@ -5866,8 +5866,8 @@ Ya = {
|
|
|
5866
5866
|
})}.`,
|
|
5867
5867
|
selectedItem: (t) => `${t.item} נבחר.`
|
|
5868
5868
|
};
|
|
5869
|
-
var
|
|
5870
|
-
|
|
5869
|
+
var Ya = {};
|
|
5870
|
+
Ya = {
|
|
5871
5871
|
deselectedItem: (t) => `Stavka ${t.item} nije odabrana.`,
|
|
5872
5872
|
longPressToSelect: "Dugo pritisnite za ulazak u način odabira.",
|
|
5873
5873
|
select: "Odaberite",
|
|
@@ -5879,8 +5879,8 @@ qa = {
|
|
|
5879
5879
|
})}.`,
|
|
5880
5880
|
selectedItem: (t) => `Stavka ${t.item} je odabrana.`
|
|
5881
5881
|
};
|
|
5882
|
-
var
|
|
5883
|
-
|
|
5882
|
+
var qa = {};
|
|
5883
|
+
qa = {
|
|
5884
5884
|
deselectedItem: (t) => `${t.item} nincs kijelölve.`,
|
|
5885
5885
|
longPressToSelect: "Nyomja hosszan a kijelöléshez.",
|
|
5886
5886
|
select: "Kijelölés",
|
|
@@ -5892,8 +5892,8 @@ Xa = {
|
|
|
5892
5892
|
})}.`,
|
|
5893
5893
|
selectedItem: (t) => `${t.item} kijelölve.`
|
|
5894
5894
|
};
|
|
5895
|
-
var
|
|
5896
|
-
|
|
5895
|
+
var Xa = {};
|
|
5896
|
+
Xa = {
|
|
5897
5897
|
deselectedItem: (t) => `${t.item} non selezionato.`,
|
|
5898
5898
|
longPressToSelect: "Premi a lungo per passare alla modalità di selezione.",
|
|
5899
5899
|
select: "Seleziona",
|
|
@@ -5905,8 +5905,8 @@ Za = {
|
|
|
5905
5905
|
})}.`,
|
|
5906
5906
|
selectedItem: (t) => `${t.item} selezionato.`
|
|
5907
5907
|
};
|
|
5908
|
-
var
|
|
5909
|
-
|
|
5908
|
+
var Za = {};
|
|
5909
|
+
Za = {
|
|
5910
5910
|
deselectedItem: (t) => `${t.item} が選択されていません。`,
|
|
5911
5911
|
longPressToSelect: "長押しして選択モードを開きます。",
|
|
5912
5912
|
select: "選択",
|
|
@@ -5918,8 +5918,8 @@ Ja = {
|
|
|
5918
5918
|
})}。`,
|
|
5919
5919
|
selectedItem: (t) => `${t.item} を選択しました。`
|
|
5920
5920
|
};
|
|
5921
|
-
var
|
|
5922
|
-
|
|
5921
|
+
var Ja = {};
|
|
5922
|
+
Ja = {
|
|
5923
5923
|
deselectedItem: (t) => `${t.item}이(가) 선택되지 않았습니다.`,
|
|
5924
5924
|
longPressToSelect: "선택 모드로 들어가려면 길게 누르십시오.",
|
|
5925
5925
|
select: "선택",
|
|
@@ -5931,8 +5931,8 @@ Qa = {
|
|
|
5931
5931
|
})}.`,
|
|
5932
5932
|
selectedItem: (t) => `${t.item}이(가) 선택되었습니다.`
|
|
5933
5933
|
};
|
|
5934
|
-
var
|
|
5935
|
-
|
|
5934
|
+
var Qa = {};
|
|
5935
|
+
Qa = {
|
|
5936
5936
|
deselectedItem: (t) => `${t.item} nepasirinkta.`,
|
|
5937
5937
|
longPressToSelect: "Norėdami įjungti pasirinkimo režimą, paspauskite ir palaikykite.",
|
|
5938
5938
|
select: "Pasirinkti",
|
|
@@ -5944,8 +5944,8 @@ eu = {
|
|
|
5944
5944
|
})}.`,
|
|
5945
5945
|
selectedItem: (t) => `Pasirinkta: ${t.item}.`
|
|
5946
5946
|
};
|
|
5947
|
-
var
|
|
5948
|
-
|
|
5947
|
+
var eu = {};
|
|
5948
|
+
eu = {
|
|
5949
5949
|
deselectedItem: (t) => `Vienums ${t.item} nav atlasīts.`,
|
|
5950
5950
|
longPressToSelect: "Ilgi turiet nospiestu. lai ieslēgtu atlases režīmu.",
|
|
5951
5951
|
select: "Atlasīt",
|
|
@@ -5957,8 +5957,8 @@ tu = {
|
|
|
5957
5957
|
})}.`,
|
|
5958
5958
|
selectedItem: (t) => `Atlasīts vienums ${t.item}.`
|
|
5959
5959
|
};
|
|
5960
|
-
var
|
|
5961
|
-
|
|
5960
|
+
var tu = {};
|
|
5961
|
+
tu = {
|
|
5962
5962
|
deselectedItem: (t) => `${t.item} er ikke valgt.`,
|
|
5963
5963
|
longPressToSelect: "Bruk et langt trykk for å gå inn i valgmodus.",
|
|
5964
5964
|
select: "Velg",
|
|
@@ -5970,8 +5970,8 @@ nu = {
|
|
|
5970
5970
|
})}.`,
|
|
5971
5971
|
selectedItem: (t) => `${t.item} er valgt.`
|
|
5972
5972
|
};
|
|
5973
|
-
var
|
|
5974
|
-
|
|
5973
|
+
var nu = {};
|
|
5974
|
+
nu = {
|
|
5975
5975
|
deselectedItem: (t) => `${t.item} niet geselecteerd.`,
|
|
5976
5976
|
longPressToSelect: "Druk lang om de selectiemodus te openen.",
|
|
5977
5977
|
select: "Selecteren",
|
|
@@ -5983,8 +5983,8 @@ ru = {
|
|
|
5983
5983
|
})}.`,
|
|
5984
5984
|
selectedItem: (t) => `${t.item} geselecteerd.`
|
|
5985
5985
|
};
|
|
5986
|
-
var
|
|
5987
|
-
|
|
5986
|
+
var ru = {};
|
|
5987
|
+
ru = {
|
|
5988
5988
|
deselectedItem: (t) => `Nie zaznaczono ${t.item}.`,
|
|
5989
5989
|
longPressToSelect: "Naciśnij i przytrzymaj, aby wejść do trybu wyboru.",
|
|
5990
5990
|
select: "Zaznacz",
|
|
@@ -5996,8 +5996,8 @@ lu = {
|
|
|
5996
5996
|
})}.`,
|
|
5997
5997
|
selectedItem: (t) => `Zaznaczono ${t.item}.`
|
|
5998
5998
|
};
|
|
5999
|
-
var
|
|
6000
|
-
|
|
5999
|
+
var lu = {};
|
|
6000
|
+
lu = {
|
|
6001
6001
|
deselectedItem: (t) => `${t.item} não selecionado.`,
|
|
6002
6002
|
longPressToSelect: "Mantenha pressionado para entrar no modo de seleção.",
|
|
6003
6003
|
select: "Selecionar",
|
|
@@ -6009,8 +6009,8 @@ iu = {
|
|
|
6009
6009
|
})}.`,
|
|
6010
6010
|
selectedItem: (t) => `${t.item} selecionado.`
|
|
6011
6011
|
};
|
|
6012
|
-
var
|
|
6013
|
-
|
|
6012
|
+
var iu = {};
|
|
6013
|
+
iu = {
|
|
6014
6014
|
deselectedItem: (t) => `${t.item} não selecionado.`,
|
|
6015
6015
|
longPressToSelect: "Prima continuamente para entrar no modo de seleção.",
|
|
6016
6016
|
select: "Selecionar",
|
|
@@ -6022,8 +6022,8 @@ ou = {
|
|
|
6022
6022
|
})}.`,
|
|
6023
6023
|
selectedItem: (t) => `${t.item} selecionado.`
|
|
6024
6024
|
};
|
|
6025
|
-
var
|
|
6026
|
-
|
|
6025
|
+
var ou = {};
|
|
6026
|
+
ou = {
|
|
6027
6027
|
deselectedItem: (t) => `${t.item} neselectat.`,
|
|
6028
6028
|
longPressToSelect: "Apăsați lung pentru a intra în modul de selectare.",
|
|
6029
6029
|
select: "Selectare",
|
|
@@ -6035,8 +6035,8 @@ au = {
|
|
|
6035
6035
|
})}.`,
|
|
6036
6036
|
selectedItem: (t) => `${t.item} selectat.`
|
|
6037
6037
|
};
|
|
6038
|
-
var
|
|
6039
|
-
|
|
6038
|
+
var au = {};
|
|
6039
|
+
au = {
|
|
6040
6040
|
deselectedItem: (t) => `${t.item} не выбрано.`,
|
|
6041
6041
|
longPressToSelect: "Нажмите и удерживайте для входа в режим выбора.",
|
|
6042
6042
|
select: "Выбрать",
|
|
@@ -6048,8 +6048,8 @@ uu = {
|
|
|
6048
6048
|
})}.`,
|
|
6049
6049
|
selectedItem: (t) => `${t.item} выбрано.`
|
|
6050
6050
|
};
|
|
6051
|
-
var
|
|
6052
|
-
|
|
6051
|
+
var uu = {};
|
|
6052
|
+
uu = {
|
|
6053
6053
|
deselectedItem: (t) => `Nevybraté položky: ${t.item}.`,
|
|
6054
6054
|
longPressToSelect: "Dlhším stlačením prejdite do režimu výberu.",
|
|
6055
6055
|
select: "Vybrať",
|
|
@@ -6061,8 +6061,8 @@ su = {
|
|
|
6061
6061
|
})}.`,
|
|
6062
6062
|
selectedItem: (t) => `Vybraté položky: ${t.item}.`
|
|
6063
6063
|
};
|
|
6064
|
-
var
|
|
6065
|
-
|
|
6064
|
+
var su = {};
|
|
6065
|
+
su = {
|
|
6066
6066
|
deselectedItem: (t) => `Element ${t.item} ni izbran.`,
|
|
6067
6067
|
longPressToSelect: "Za izbirni način pritisnite in dlje časa držite.",
|
|
6068
6068
|
select: "Izberite",
|
|
@@ -6074,8 +6074,8 @@ cu = {
|
|
|
6074
6074
|
})}.`,
|
|
6075
6075
|
selectedItem: (t) => `Element ${t.item} je izbran.`
|
|
6076
6076
|
};
|
|
6077
|
-
var
|
|
6078
|
-
|
|
6077
|
+
var cu = {};
|
|
6078
|
+
cu = {
|
|
6079
6079
|
deselectedItem: (t) => `${t.item} nije izabrano.`,
|
|
6080
6080
|
longPressToSelect: "Dugo pritisnite za ulazak u režim biranja.",
|
|
6081
6081
|
select: "Izaberite",
|
|
@@ -6087,8 +6087,8 @@ du = {
|
|
|
6087
6087
|
})}.`,
|
|
6088
6088
|
selectedItem: (t) => `${t.item} je izabrano.`
|
|
6089
6089
|
};
|
|
6090
|
-
var
|
|
6091
|
-
|
|
6090
|
+
var du = {};
|
|
6091
|
+
du = {
|
|
6092
6092
|
deselectedItem: (t) => `${t.item} ej markerat.`,
|
|
6093
6093
|
longPressToSelect: "Tryck länge när du vill öppna väljarläge.",
|
|
6094
6094
|
select: "Markera",
|
|
@@ -6100,8 +6100,8 @@ fu = {
|
|
|
6100
6100
|
})}.`,
|
|
6101
6101
|
selectedItem: (t) => `${t.item} markerat.`
|
|
6102
6102
|
};
|
|
6103
|
-
var
|
|
6104
|
-
|
|
6103
|
+
var fu = {};
|
|
6104
|
+
fu = {
|
|
6105
6105
|
deselectedItem: (t) => `${t.item} seçilmedi.`,
|
|
6106
6106
|
longPressToSelect: "Seçim moduna girmek için uzun basın.",
|
|
6107
6107
|
select: "Seç",
|
|
@@ -6113,8 +6113,8 @@ pu = {
|
|
|
6113
6113
|
})}.`,
|
|
6114
6114
|
selectedItem: (t) => `${t.item} seçildi.`
|
|
6115
6115
|
};
|
|
6116
|
-
var
|
|
6117
|
-
|
|
6116
|
+
var pu = {};
|
|
6117
|
+
pu = {
|
|
6118
6118
|
deselectedItem: (t) => `${t.item} не вибрано.`,
|
|
6119
6119
|
longPressToSelect: "Виконайте довге натиснення, щоб перейти в режим вибору.",
|
|
6120
6120
|
select: "Вибрати",
|
|
@@ -6126,8 +6126,8 @@ vu = {
|
|
|
6126
6126
|
})}.`,
|
|
6127
6127
|
selectedItem: (t) => `${t.item} вибрано.`
|
|
6128
6128
|
};
|
|
6129
|
-
var
|
|
6130
|
-
|
|
6129
|
+
var vu = {};
|
|
6130
|
+
vu = {
|
|
6131
6131
|
deselectedItem: (t) => `未选择 ${t.item}。`,
|
|
6132
6132
|
longPressToSelect: "长按以进入选择模式。",
|
|
6133
6133
|
select: "选择",
|
|
@@ -6139,8 +6139,8 @@ hu = {
|
|
|
6139
6139
|
})}。`,
|
|
6140
6140
|
selectedItem: (t) => `已选择 ${t.item}。`
|
|
6141
6141
|
};
|
|
6142
|
-
var
|
|
6143
|
-
|
|
6142
|
+
var hu = {};
|
|
6143
|
+
hu = {
|
|
6144
6144
|
deselectedItem: (t) => `未選取「${t.item}」。`,
|
|
6145
6145
|
longPressToSelect: "長按以進入選擇模式。",
|
|
6146
6146
|
select: "選取",
|
|
@@ -6154,40 +6154,40 @@ mu = {
|
|
|
6154
6154
|
};
|
|
6155
6155
|
var tl = {};
|
|
6156
6156
|
tl = {
|
|
6157
|
-
"ar-AE":
|
|
6158
|
-
"bg-BG":
|
|
6159
|
-
"cs-CZ":
|
|
6160
|
-
"da-DK":
|
|
6161
|
-
"de-DE":
|
|
6162
|
-
"el-GR":
|
|
6163
|
-
"en-US":
|
|
6164
|
-
"es-ES":
|
|
6165
|
-
"et-EE":
|
|
6166
|
-
"fi-FI":
|
|
6167
|
-
"fr-FR":
|
|
6168
|
-
"he-IL":
|
|
6169
|
-
"hr-HR":
|
|
6170
|
-
"hu-HU":
|
|
6171
|
-
"it-IT":
|
|
6172
|
-
"ja-JP":
|
|
6173
|
-
"ko-KR":
|
|
6174
|
-
"lt-LT":
|
|
6175
|
-
"lv-LV":
|
|
6176
|
-
"nb-NO":
|
|
6177
|
-
"nl-NL":
|
|
6178
|
-
"pl-PL":
|
|
6179
|
-
"pt-BR":
|
|
6180
|
-
"pt-PT":
|
|
6181
|
-
"ro-RO":
|
|
6182
|
-
"ru-RU":
|
|
6183
|
-
"sk-SK":
|
|
6184
|
-
"sl-SI":
|
|
6185
|
-
"sr-SP":
|
|
6186
|
-
"sv-SE":
|
|
6187
|
-
"tr-TR":
|
|
6188
|
-
"uk-UA":
|
|
6189
|
-
"zh-CN":
|
|
6190
|
-
"zh-TW":
|
|
6157
|
+
"ar-AE": _a,
|
|
6158
|
+
"bg-BG": Ra,
|
|
6159
|
+
"cs-CZ": Na,
|
|
6160
|
+
"da-DK": La,
|
|
6161
|
+
"de-DE": Oa,
|
|
6162
|
+
"el-GR": za,
|
|
6163
|
+
"en-US": ja,
|
|
6164
|
+
"es-ES": Va,
|
|
6165
|
+
"et-EE": Ha,
|
|
6166
|
+
"fi-FI": Wa,
|
|
6167
|
+
"fr-FR": Ua,
|
|
6168
|
+
"he-IL": Ga,
|
|
6169
|
+
"hr-HR": Ya,
|
|
6170
|
+
"hu-HU": qa,
|
|
6171
|
+
"it-IT": Xa,
|
|
6172
|
+
"ja-JP": Za,
|
|
6173
|
+
"ko-KR": Ja,
|
|
6174
|
+
"lt-LT": Qa,
|
|
6175
|
+
"lv-LV": eu,
|
|
6176
|
+
"nb-NO": tu,
|
|
6177
|
+
"nl-NL": nu,
|
|
6178
|
+
"pl-PL": ru,
|
|
6179
|
+
"pt-BR": lu,
|
|
6180
|
+
"pt-PT": iu,
|
|
6181
|
+
"ro-RO": ou,
|
|
6182
|
+
"ru-RU": au,
|
|
6183
|
+
"sk-SK": uu,
|
|
6184
|
+
"sl-SI": su,
|
|
6185
|
+
"sr-SP": cu,
|
|
6186
|
+
"sv-SE": du,
|
|
6187
|
+
"tr-TR": fu,
|
|
6188
|
+
"uk-UA": pu,
|
|
6189
|
+
"zh-CN": vu,
|
|
6190
|
+
"zh-TW": hu
|
|
6191
6191
|
};
|
|
6192
6192
|
function xp(t) {
|
|
6193
6193
|
return t && t.__esModule ? t.default : t;
|
|
@@ -6257,7 +6257,7 @@ function wp(t, e, n) {
|
|
|
6257
6257
|
let d = Mn({
|
|
6258
6258
|
usage: "search",
|
|
6259
6259
|
sensitivity: "base"
|
|
6260
|
-
}), { direction: f } = He(), p = e.selectionManager.disabledBehavior, m = V(() => l || new
|
|
6260
|
+
}), { direction: f } = He(), p = e.selectionManager.disabledBehavior, m = V(() => l || new Fa({
|
|
6261
6261
|
collection: e.collection,
|
|
6262
6262
|
disabledKeys: e.disabledKeys,
|
|
6263
6263
|
disabledBehavior: p,
|
|
@@ -6274,7 +6274,7 @@ function wp(t, e, n) {
|
|
|
6274
6274
|
f,
|
|
6275
6275
|
d,
|
|
6276
6276
|
i
|
|
6277
|
-
]), { collectionProps: y } =
|
|
6277
|
+
]), { collectionProps: y } = jo({
|
|
6278
6278
|
ref: n,
|
|
6279
6279
|
selectionManager: c,
|
|
6280
6280
|
keyboardDelegate: m,
|
|
@@ -6307,7 +6307,7 @@ function wp(t, e, n) {
|
|
|
6307
6307
|
}), [
|
|
6308
6308
|
$,
|
|
6309
6309
|
y.onBlur
|
|
6310
|
-
]), w =
|
|
6310
|
+
]), w = tf(n, {
|
|
6311
6311
|
isDisabled: e.collection.size !== 0
|
|
6312
6312
|
}), k = H(
|
|
6313
6313
|
P,
|
|
@@ -6357,7 +6357,7 @@ function Dp(t, e, n) {
|
|
|
6357
6357
|
...f
|
|
6358
6358
|
};
|
|
6359
6359
|
}
|
|
6360
|
-
function
|
|
6360
|
+
function mu(t, e, n) {
|
|
6361
6361
|
let { node: r, isVirtualized: l, focusMode: i = "child", shouldSelectOnPressUp: o, onAction: a } = t, { direction: u } = He(), { keyboardDelegate: s, actions: { onCellAction: c } } = el.get(e), d = M(null), f = () => {
|
|
6362
6362
|
let $ = ye(n.current);
|
|
6363
6363
|
if (i === "child") {
|
|
@@ -6456,7 +6456,7 @@ function ar(t) {
|
|
|
6456
6456
|
while (n);
|
|
6457
6457
|
return e;
|
|
6458
6458
|
}
|
|
6459
|
-
const
|
|
6459
|
+
const bu = /* @__PURE__ */ new WeakMap();
|
|
6460
6460
|
function kp(t, e, n) {
|
|
6461
6461
|
let { value: r, children: l, "aria-label": i, "aria-labelledby": o } = t;
|
|
6462
6462
|
const a = t.isDisabled || e.isDisabled;
|
|
@@ -6477,7 +6477,7 @@ function kp(t, e, n) {
|
|
|
6477
6477
|
labelable: !0
|
|
6478
6478
|
}), $ = -1;
|
|
6479
6479
|
e.selectedValue != null ? e.selectedValue === r && ($ = 0) : (e.lastFocusedValue === r || e.lastFocusedValue == null) && ($ = 0), a && ($ = void 0);
|
|
6480
|
-
let { name: D, descriptionId: w, errorMessageId: k, validationBehavior: R } =
|
|
6480
|
+
let { name: D, descriptionId: w, errorMessageId: k, validationBehavior: R } = bu.get(e);
|
|
6481
6481
|
return kn(n, e.selectedValue, e.setSelectedValue), Ur({
|
|
6482
6482
|
validationBehavior: R
|
|
6483
6483
|
}, e, n), {
|
|
@@ -6546,7 +6546,7 @@ function Tp(t, e) {
|
|
|
6546
6546
|
}), R;
|
|
6547
6547
|
w === "next" ? (R = k.nextNode(), R || (k.currentNode = D.currentTarget, R = k.firstChild())) : (R = k.previousNode(), R || (k.currentNode = D.currentTarget, R = k.lastChild())), R && (R.focus(), e.setSelectedValue(R.value));
|
|
6548
6548
|
}, $ = he(n);
|
|
6549
|
-
return
|
|
6549
|
+
return bu.set(e, {
|
|
6550
6550
|
name: $,
|
|
6551
6551
|
descriptionId: m.id,
|
|
6552
6552
|
errorMessageId: y.id,
|
|
@@ -6573,93 +6573,97 @@ function Tp(t, e) {
|
|
|
6573
6573
|
validationDetails: d
|
|
6574
6574
|
};
|
|
6575
6575
|
}
|
|
6576
|
+
var gu = {};
|
|
6577
|
+
gu = {
|
|
6578
|
+
"Clear search": "مسح البحث"
|
|
6579
|
+
};
|
|
6576
6580
|
var yu = {};
|
|
6577
6581
|
yu = {
|
|
6578
|
-
"Clear search": "
|
|
6582
|
+
"Clear search": "Изчистване на търсене"
|
|
6579
6583
|
};
|
|
6580
6584
|
var $u = {};
|
|
6581
6585
|
$u = {
|
|
6582
|
-
"Clear search": "
|
|
6586
|
+
"Clear search": "Vymazat hledání"
|
|
6583
6587
|
};
|
|
6584
6588
|
var xu = {};
|
|
6585
6589
|
xu = {
|
|
6586
|
-
"Clear search": "
|
|
6590
|
+
"Clear search": "Ryd søgning"
|
|
6587
6591
|
};
|
|
6588
6592
|
var Eu = {};
|
|
6589
6593
|
Eu = {
|
|
6590
|
-
"Clear search": "
|
|
6594
|
+
"Clear search": "Suche zurücksetzen"
|
|
6591
6595
|
};
|
|
6592
6596
|
var Su = {};
|
|
6593
6597
|
Su = {
|
|
6594
|
-
"Clear search": "
|
|
6598
|
+
"Clear search": "Απαλοιφή αναζήτησης"
|
|
6595
6599
|
};
|
|
6596
6600
|
var Cu = {};
|
|
6597
6601
|
Cu = {
|
|
6598
|
-
"Clear search": "
|
|
6602
|
+
"Clear search": "Clear search"
|
|
6599
6603
|
};
|
|
6600
6604
|
var wu = {};
|
|
6601
6605
|
wu = {
|
|
6602
|
-
"Clear search": "
|
|
6606
|
+
"Clear search": "Borrar búsqueda"
|
|
6603
6607
|
};
|
|
6604
6608
|
var Pu = {};
|
|
6605
6609
|
Pu = {
|
|
6606
|
-
"Clear search": "
|
|
6610
|
+
"Clear search": "Tühjenda otsing"
|
|
6607
6611
|
};
|
|
6608
6612
|
var Du = {};
|
|
6609
6613
|
Du = {
|
|
6610
|
-
"Clear search": "
|
|
6614
|
+
"Clear search": "Tyhjennä haku"
|
|
6611
6615
|
};
|
|
6612
6616
|
var ku = {};
|
|
6613
6617
|
ku = {
|
|
6614
|
-
"Clear search": "
|
|
6618
|
+
"Clear search": "Effacer la recherche"
|
|
6615
6619
|
};
|
|
6616
6620
|
var Tu = {};
|
|
6617
6621
|
Tu = {
|
|
6618
|
-
"Clear search": "
|
|
6622
|
+
"Clear search": "נקה חיפוש"
|
|
6619
6623
|
};
|
|
6620
6624
|
var Bu = {};
|
|
6621
6625
|
Bu = {
|
|
6622
|
-
"Clear search": "
|
|
6626
|
+
"Clear search": "Obriši pretragu"
|
|
6623
6627
|
};
|
|
6624
6628
|
var Au = {};
|
|
6625
6629
|
Au = {
|
|
6626
|
-
"Clear search": "
|
|
6630
|
+
"Clear search": "Keresés törlése"
|
|
6627
6631
|
};
|
|
6628
6632
|
var Ku = {};
|
|
6629
6633
|
Ku = {
|
|
6630
|
-
"Clear search": "
|
|
6634
|
+
"Clear search": "Cancella ricerca"
|
|
6631
6635
|
};
|
|
6632
6636
|
var Mu = {};
|
|
6633
6637
|
Mu = {
|
|
6634
|
-
"Clear search": "
|
|
6638
|
+
"Clear search": "検索をクリア"
|
|
6635
6639
|
};
|
|
6636
6640
|
var Iu = {};
|
|
6637
6641
|
Iu = {
|
|
6638
|
-
"Clear search": "
|
|
6642
|
+
"Clear search": "검색 지우기"
|
|
6639
6643
|
};
|
|
6640
6644
|
var Fu = {};
|
|
6641
6645
|
Fu = {
|
|
6642
|
-
"Clear search": "
|
|
6646
|
+
"Clear search": "Išvalyti iešką"
|
|
6643
6647
|
};
|
|
6644
6648
|
var _u = {};
|
|
6645
6649
|
_u = {
|
|
6646
|
-
"Clear search": "
|
|
6650
|
+
"Clear search": "Notīrīt meklēšanu"
|
|
6647
6651
|
};
|
|
6648
6652
|
var Ru = {};
|
|
6649
6653
|
Ru = {
|
|
6650
|
-
"Clear search": "
|
|
6654
|
+
"Clear search": "Tøm søk"
|
|
6651
6655
|
};
|
|
6652
6656
|
var Nu = {};
|
|
6653
6657
|
Nu = {
|
|
6654
|
-
"Clear search": "
|
|
6658
|
+
"Clear search": "Zoekactie wissen"
|
|
6655
6659
|
};
|
|
6656
6660
|
var Lu = {};
|
|
6657
6661
|
Lu = {
|
|
6658
|
-
"Clear search": "
|
|
6662
|
+
"Clear search": "Wyczyść zawartość wyszukiwania"
|
|
6659
6663
|
};
|
|
6660
6664
|
var Ou = {};
|
|
6661
6665
|
Ou = {
|
|
6662
|
-
"Clear search": "
|
|
6666
|
+
"Clear search": "Limpar pesquisa"
|
|
6663
6667
|
};
|
|
6664
6668
|
var zu = {};
|
|
6665
6669
|
zu = {
|
|
@@ -6667,90 +6671,86 @@ zu = {
|
|
|
6667
6671
|
};
|
|
6668
6672
|
var ju = {};
|
|
6669
6673
|
ju = {
|
|
6670
|
-
"Clear search": "
|
|
6674
|
+
"Clear search": "Ştergeţi căutarea"
|
|
6671
6675
|
};
|
|
6672
6676
|
var Vu = {};
|
|
6673
6677
|
Vu = {
|
|
6674
|
-
"Clear search": "
|
|
6678
|
+
"Clear search": "Очистить поиск"
|
|
6675
6679
|
};
|
|
6676
6680
|
var Hu = {};
|
|
6677
6681
|
Hu = {
|
|
6678
|
-
"Clear search": "
|
|
6682
|
+
"Clear search": "Vymazať vyhľadávanie"
|
|
6679
6683
|
};
|
|
6680
6684
|
var Wu = {};
|
|
6681
6685
|
Wu = {
|
|
6682
|
-
"Clear search": "
|
|
6686
|
+
"Clear search": "Počisti iskanje"
|
|
6683
6687
|
};
|
|
6684
6688
|
var Uu = {};
|
|
6685
6689
|
Uu = {
|
|
6686
|
-
"Clear search": "
|
|
6690
|
+
"Clear search": "Obriši pretragu"
|
|
6687
6691
|
};
|
|
6688
6692
|
var Gu = {};
|
|
6689
6693
|
Gu = {
|
|
6690
|
-
"Clear search": "
|
|
6694
|
+
"Clear search": "Rensa sökning"
|
|
6691
6695
|
};
|
|
6692
6696
|
var Yu = {};
|
|
6693
6697
|
Yu = {
|
|
6694
|
-
"Clear search": "
|
|
6698
|
+
"Clear search": "Aramayı temizle"
|
|
6695
6699
|
};
|
|
6696
6700
|
var qu = {};
|
|
6697
6701
|
qu = {
|
|
6698
|
-
"Clear search": "
|
|
6702
|
+
"Clear search": "Очистити пошук"
|
|
6699
6703
|
};
|
|
6700
6704
|
var Xu = {};
|
|
6701
6705
|
Xu = {
|
|
6702
|
-
"Clear search": "
|
|
6706
|
+
"Clear search": "清除搜索"
|
|
6703
6707
|
};
|
|
6704
6708
|
var Zu = {};
|
|
6705
6709
|
Zu = {
|
|
6706
|
-
"Clear search": "
|
|
6710
|
+
"Clear search": "清除搜尋條件"
|
|
6707
6711
|
};
|
|
6708
6712
|
var Ju = {};
|
|
6709
6713
|
Ju = {
|
|
6710
|
-
"
|
|
6711
|
-
|
|
6712
|
-
|
|
6713
|
-
|
|
6714
|
-
"
|
|
6715
|
-
"
|
|
6716
|
-
"
|
|
6717
|
-
"
|
|
6718
|
-
"
|
|
6719
|
-
"
|
|
6720
|
-
"
|
|
6721
|
-
"
|
|
6722
|
-
"
|
|
6723
|
-
"
|
|
6724
|
-
"
|
|
6725
|
-
"
|
|
6726
|
-
"
|
|
6727
|
-
"
|
|
6728
|
-
"
|
|
6729
|
-
"
|
|
6730
|
-
"
|
|
6731
|
-
"
|
|
6732
|
-
"
|
|
6733
|
-
"
|
|
6734
|
-
"
|
|
6735
|
-
"
|
|
6736
|
-
"
|
|
6737
|
-
"
|
|
6738
|
-
"
|
|
6739
|
-
"
|
|
6740
|
-
"
|
|
6741
|
-
"
|
|
6742
|
-
"
|
|
6743
|
-
"
|
|
6744
|
-
"tr-TR": qu,
|
|
6745
|
-
"uk-UA": Xu,
|
|
6746
|
-
"zh-CN": Zu,
|
|
6747
|
-
"zh-TW": Ju
|
|
6714
|
+
"ar-AE": gu,
|
|
6715
|
+
"bg-BG": yu,
|
|
6716
|
+
"cs-CZ": $u,
|
|
6717
|
+
"da-DK": xu,
|
|
6718
|
+
"de-DE": Eu,
|
|
6719
|
+
"el-GR": Su,
|
|
6720
|
+
"en-US": Cu,
|
|
6721
|
+
"es-ES": wu,
|
|
6722
|
+
"et-EE": Pu,
|
|
6723
|
+
"fi-FI": Du,
|
|
6724
|
+
"fr-FR": ku,
|
|
6725
|
+
"he-IL": Tu,
|
|
6726
|
+
"hr-HR": Bu,
|
|
6727
|
+
"hu-HU": Au,
|
|
6728
|
+
"it-IT": Ku,
|
|
6729
|
+
"ja-JP": Mu,
|
|
6730
|
+
"ko-KR": Iu,
|
|
6731
|
+
"lt-LT": Fu,
|
|
6732
|
+
"lv-LV": _u,
|
|
6733
|
+
"nb-NO": Ru,
|
|
6734
|
+
"nl-NL": Nu,
|
|
6735
|
+
"pl-PL": Lu,
|
|
6736
|
+
"pt-BR": Ou,
|
|
6737
|
+
"pt-PT": zu,
|
|
6738
|
+
"ro-RO": ju,
|
|
6739
|
+
"ru-RU": Vu,
|
|
6740
|
+
"sk-SK": Hu,
|
|
6741
|
+
"sl-SI": Wu,
|
|
6742
|
+
"sr-SP": Uu,
|
|
6743
|
+
"sv-SE": Gu,
|
|
6744
|
+
"tr-TR": Yu,
|
|
6745
|
+
"uk-UA": qu,
|
|
6746
|
+
"zh-CN": Xu,
|
|
6747
|
+
"zh-TW": Zu
|
|
6748
6748
|
};
|
|
6749
6749
|
function Bp(t) {
|
|
6750
6750
|
return t && t.__esModule ? t.default : t;
|
|
6751
6751
|
}
|
|
6752
6752
|
function Ap(t, e, n) {
|
|
6753
|
-
let r = ft(Bp(
|
|
6753
|
+
let r = ft(Bp(Ju), "@react-aria/searchfield"), { isDisabled: l, isReadOnly: i, onSubmit: o, onClear: a, type: u = "search" } = t, s = (E) => {
|
|
6754
6754
|
const P = E.key;
|
|
6755
6755
|
P === "Enter" && (l || i) && E.preventDefault(), !(l || i) && (P === "Enter" && o && (E.preventDefault(), o(e.value)), P === "Escape" && (e.value === "" ? E.continuePropagation() : (e.setValue(""), a && a())));
|
|
6756
6756
|
}, c = () => {
|
|
@@ -6785,17 +6785,17 @@ function Ap(t, e, n) {
|
|
|
6785
6785
|
...g
|
|
6786
6786
|
};
|
|
6787
6787
|
}
|
|
6788
|
-
const
|
|
6789
|
-
function
|
|
6788
|
+
const Qu = /* @__PURE__ */ new WeakMap();
|
|
6789
|
+
function es(t, e, n) {
|
|
6790
6790
|
let { keyboardDelegate: r, isDisabled: l, isRequired: i, name: o, validationBehavior: a = "aria" } = t, u = Mn({
|
|
6791
6791
|
usage: "search",
|
|
6792
6792
|
sensitivity: "base"
|
|
6793
|
-
}), s = V(() => r || new
|
|
6793
|
+
}), s = V(() => r || new Vo(e.collection, e.disabledKeys, null, u), [
|
|
6794
6794
|
r,
|
|
6795
6795
|
e.collection,
|
|
6796
6796
|
e.disabledKeys,
|
|
6797
6797
|
u
|
|
6798
|
-
]), { menuTriggerProps: c, menuProps: d } =
|
|
6798
|
+
]), { menuTriggerProps: c, menuProps: d } = Ta({
|
|
6799
6799
|
isDisabled: l,
|
|
6800
6800
|
type: "listbox"
|
|
6801
6801
|
}, e, n), f = (v) => {
|
|
@@ -6813,7 +6813,7 @@ function ts(t, e, n) {
|
|
|
6813
6813
|
break;
|
|
6814
6814
|
}
|
|
6815
6815
|
}
|
|
6816
|
-
}, { typeSelectProps: p } =
|
|
6816
|
+
}, { typeSelectProps: p } = zo({
|
|
6817
6817
|
keyboardDelegate: s,
|
|
6818
6818
|
selectionManager: e.selectionManager,
|
|
6819
6819
|
onTypeSelect(v) {
|
|
@@ -6829,7 +6829,7 @@ function ts(t, e, n) {
|
|
|
6829
6829
|
let w = fe(t, {
|
|
6830
6830
|
labelable: !0
|
|
6831
6831
|
}), k = H(p, c, P), R = he();
|
|
6832
|
-
return
|
|
6832
|
+
return Qu.set(e, {
|
|
6833
6833
|
isDisabled: l,
|
|
6834
6834
|
isRequired: i,
|
|
6835
6835
|
name: o,
|
|
@@ -6884,7 +6884,7 @@ function ts(t, e, n) {
|
|
|
6884
6884
|
};
|
|
6885
6885
|
}
|
|
6886
6886
|
function Kp(t, e, n) {
|
|
6887
|
-
let r =
|
|
6887
|
+
let r = Qu.get(e) || {}, { autoComplete: l, name: i = r.name, isDisabled: o = r.isDisabled } = t, { validationBehavior: a, isRequired: u } = r, s = Li(), { visuallyHiddenProps: c } = Ji();
|
|
6888
6888
|
kn(t.selectRef, e.selectedKey, e.setSelectedKey), Ur({
|
|
6889
6889
|
validationBehavior: a,
|
|
6890
6890
|
focus: () => n.current.focus()
|
|
@@ -6919,7 +6919,7 @@ function Kp(t, e, n) {
|
|
|
6919
6919
|
}
|
|
6920
6920
|
};
|
|
6921
6921
|
}
|
|
6922
|
-
function
|
|
6922
|
+
function ts(t) {
|
|
6923
6923
|
let { state: e, triggerRef: n, label: r, name: l, isDisabled: i } = t, o = M(null), { containerProps: a, inputProps: u, selectProps: s } = Kp({
|
|
6924
6924
|
...t,
|
|
6925
6925
|
selectRef: o
|
|
@@ -6948,7 +6948,7 @@ function ns(t) {
|
|
|
6948
6948
|
}) : null;
|
|
6949
6949
|
}
|
|
6950
6950
|
function Mp(t, e, n) {
|
|
6951
|
-
let { labelProps: r, inputProps: l, isSelected: i, isPressed: o, isDisabled: a, isReadOnly: u } =
|
|
6951
|
+
let { labelProps: r, inputProps: l, isSelected: i, isPressed: o, isDisabled: a, isReadOnly: u } = Sf(t, e, n);
|
|
6952
6952
|
return {
|
|
6953
6953
|
labelProps: r,
|
|
6954
6954
|
inputProps: {
|
|
@@ -6971,7 +6971,7 @@ function Ip(t, e) {
|
|
|
6971
6971
|
if (!n) throw new Error("Unknown grid");
|
|
6972
6972
|
return `${n}-${Br(e)}`;
|
|
6973
6973
|
}
|
|
6974
|
-
function
|
|
6974
|
+
function ns(t, e, n) {
|
|
6975
6975
|
let r = nl.get(t);
|
|
6976
6976
|
if (!r) throw new Error("Unknown grid");
|
|
6977
6977
|
return `${r}-${Br(e)}-${Br(n)}`;
|
|
@@ -6979,10 +6979,10 @@ function rs(t, e, n) {
|
|
|
6979
6979
|
function Fp(t, e) {
|
|
6980
6980
|
return [
|
|
6981
6981
|
...t.collection.rowHeaderColumnKeys
|
|
6982
|
-
].map((n) =>
|
|
6982
|
+
].map((n) => ns(t, e, n)).join(" ");
|
|
6983
6983
|
}
|
|
6984
|
-
var
|
|
6985
|
-
|
|
6984
|
+
var rs = {};
|
|
6985
|
+
rs = {
|
|
6986
6986
|
ascending: "تصاعدي",
|
|
6987
6987
|
ascendingSort: (t) => `ترتيب حسب العمود ${t.columnName} بترتيب تصاعدي`,
|
|
6988
6988
|
columnSize: (t) => `${t.value} بالبكسل`,
|
|
@@ -6993,8 +6993,8 @@ ls = {
|
|
|
6993
6993
|
selectAll: "تحديد الكل",
|
|
6994
6994
|
sortable: "عمود قابل للترتيب"
|
|
6995
6995
|
};
|
|
6996
|
-
var
|
|
6997
|
-
|
|
6996
|
+
var ls = {};
|
|
6997
|
+
ls = {
|
|
6998
6998
|
ascending: "възходящ",
|
|
6999
6999
|
ascendingSort: (t) => `сортирано по колона ${t.columnName} във възходящ ред`,
|
|
7000
7000
|
columnSize: (t) => `${t.value} пиксела`,
|
|
@@ -7005,8 +7005,8 @@ is = {
|
|
|
7005
7005
|
selectAll: "Изберете всичко",
|
|
7006
7006
|
sortable: "сортираща колона"
|
|
7007
7007
|
};
|
|
7008
|
-
var
|
|
7009
|
-
|
|
7008
|
+
var is = {};
|
|
7009
|
+
is = {
|
|
7010
7010
|
ascending: "vzestupně",
|
|
7011
7011
|
ascendingSort: (t) => `řazeno vzestupně podle sloupce ${t.columnName}`,
|
|
7012
7012
|
columnSize: (t) => `${t.value} pixelů`,
|
|
@@ -7017,8 +7017,8 @@ os = {
|
|
|
7017
7017
|
selectAll: "Vybrat vše",
|
|
7018
7018
|
sortable: "sloupec s možností řazení"
|
|
7019
7019
|
};
|
|
7020
|
-
var
|
|
7021
|
-
|
|
7020
|
+
var os = {};
|
|
7021
|
+
os = {
|
|
7022
7022
|
ascending: "stigende",
|
|
7023
7023
|
ascendingSort: (t) => `sorteret efter kolonne ${t.columnName} i stigende rækkefølge`,
|
|
7024
7024
|
columnSize: (t) => `${t.value} pixels`,
|
|
@@ -7029,8 +7029,8 @@ as = {
|
|
|
7029
7029
|
selectAll: "Vælg alle",
|
|
7030
7030
|
sortable: "sorterbar kolonne"
|
|
7031
7031
|
};
|
|
7032
|
-
var
|
|
7033
|
-
|
|
7032
|
+
var as = {};
|
|
7033
|
+
as = {
|
|
7034
7034
|
ascending: "aufsteigend",
|
|
7035
7035
|
ascendingSort: (t) => `sortiert nach Spalte ${t.columnName} in aufsteigender Reihenfolge`,
|
|
7036
7036
|
columnSize: (t) => `${t.value} Pixel`,
|
|
@@ -7041,8 +7041,8 @@ us = {
|
|
|
7041
7041
|
selectAll: "Alles auswählen",
|
|
7042
7042
|
sortable: "sortierbare Spalte"
|
|
7043
7043
|
};
|
|
7044
|
-
var
|
|
7045
|
-
|
|
7044
|
+
var us = {};
|
|
7045
|
+
us = {
|
|
7046
7046
|
ascending: "αύξουσα",
|
|
7047
7047
|
ascendingSort: (t) => `διαλογή ανά στήλη ${t.columnName} σε αύξουσα σειρά`,
|
|
7048
7048
|
columnSize: (t) => `${t.value} pixel`,
|
|
@@ -7053,8 +7053,8 @@ ss = {
|
|
|
7053
7053
|
selectAll: "Επιλογή όλων",
|
|
7054
7054
|
sortable: "Στήλη διαλογής"
|
|
7055
7055
|
};
|
|
7056
|
-
var
|
|
7057
|
-
|
|
7056
|
+
var ss = {};
|
|
7057
|
+
ss = {
|
|
7058
7058
|
select: "Select",
|
|
7059
7059
|
selectAll: "Select All",
|
|
7060
7060
|
sortable: "sortable column",
|
|
@@ -7065,8 +7065,8 @@ cs = {
|
|
|
7065
7065
|
columnSize: (t) => `${t.value} pixels`,
|
|
7066
7066
|
resizerDescription: "Press Enter to start resizing"
|
|
7067
7067
|
};
|
|
7068
|
-
var
|
|
7069
|
-
|
|
7068
|
+
var cs = {};
|
|
7069
|
+
cs = {
|
|
7070
7070
|
ascending: "de subida",
|
|
7071
7071
|
ascendingSort: (t) => `ordenado por columna ${t.columnName} en orden de subida`,
|
|
7072
7072
|
columnSize: (t) => `${t.value} píxeles`,
|
|
@@ -7077,8 +7077,8 @@ ds = {
|
|
|
7077
7077
|
selectAll: "Seleccionar todos",
|
|
7078
7078
|
sortable: "columna ordenable"
|
|
7079
7079
|
};
|
|
7080
|
-
var
|
|
7081
|
-
|
|
7080
|
+
var ds = {};
|
|
7081
|
+
ds = {
|
|
7082
7082
|
ascending: "tõusev järjestus",
|
|
7083
7083
|
ascendingSort: (t) => `sorditud veeru järgi ${t.columnName} tõusvas järjestuses`,
|
|
7084
7084
|
columnSize: (t) => `${t.value} pikslit`,
|
|
@@ -7089,8 +7089,8 @@ fs = {
|
|
|
7089
7089
|
selectAll: "Vali kõik",
|
|
7090
7090
|
sortable: "sorditav veerg"
|
|
7091
7091
|
};
|
|
7092
|
-
var
|
|
7093
|
-
|
|
7092
|
+
var fs = {};
|
|
7093
|
+
fs = {
|
|
7094
7094
|
ascending: "nouseva",
|
|
7095
7095
|
ascendingSort: (t) => `lajiteltu sarakkeen ${t.columnName} mukaan nousevassa järjestyksessä`,
|
|
7096
7096
|
columnSize: (t) => `${t.value} pikseliä`,
|
|
@@ -7101,8 +7101,8 @@ ps = {
|
|
|
7101
7101
|
selectAll: "Valitse kaikki",
|
|
7102
7102
|
sortable: "lajiteltava sarake"
|
|
7103
7103
|
};
|
|
7104
|
-
var
|
|
7105
|
-
|
|
7104
|
+
var ps = {};
|
|
7105
|
+
ps = {
|
|
7106
7106
|
ascending: "croissant",
|
|
7107
7107
|
ascendingSort: (t) => `trié en fonction de la colonne ${t.columnName} par ordre croissant`,
|
|
7108
7108
|
columnSize: (t) => `${t.value} pixels`,
|
|
@@ -7113,8 +7113,8 @@ vs = {
|
|
|
7113
7113
|
selectAll: "Sélectionner tout",
|
|
7114
7114
|
sortable: "colonne triable"
|
|
7115
7115
|
};
|
|
7116
|
-
var
|
|
7117
|
-
|
|
7116
|
+
var vs = {};
|
|
7117
|
+
vs = {
|
|
7118
7118
|
ascending: "עולה",
|
|
7119
7119
|
ascendingSort: (t) => `מוין לפי עמודה ${t.columnName} בסדר עולה`,
|
|
7120
7120
|
columnSize: (t) => `${t.value} פיקסלים`,
|
|
@@ -7125,8 +7125,8 @@ hs = {
|
|
|
7125
7125
|
selectAll: "בחר הכול",
|
|
7126
7126
|
sortable: "עמודה שניתן למיין"
|
|
7127
7127
|
};
|
|
7128
|
-
var
|
|
7129
|
-
|
|
7128
|
+
var hs = {};
|
|
7129
|
+
hs = {
|
|
7130
7130
|
ascending: "rastući",
|
|
7131
7131
|
ascendingSort: (t) => `razvrstano po stupcima ${t.columnName} rastućem redoslijedom`,
|
|
7132
7132
|
columnSize: (t) => `${t.value} piksela`,
|
|
@@ -7137,8 +7137,8 @@ ms = {
|
|
|
7137
7137
|
selectAll: "Odaberite sve",
|
|
7138
7138
|
sortable: "stupac koji se može razvrstati"
|
|
7139
7139
|
};
|
|
7140
|
-
var
|
|
7141
|
-
|
|
7140
|
+
var ms = {};
|
|
7141
|
+
ms = {
|
|
7142
7142
|
ascending: "növekvő",
|
|
7143
7143
|
ascendingSort: (t) => `rendezve a(z) ${t.columnName} oszlop szerint, növekvő sorrendben`,
|
|
7144
7144
|
columnSize: (t) => `${t.value} képpont`,
|
|
@@ -7149,8 +7149,8 @@ bs = {
|
|
|
7149
7149
|
selectAll: "Összes kijelölése",
|
|
7150
7150
|
sortable: "rendezendő oszlop"
|
|
7151
7151
|
};
|
|
7152
|
-
var
|
|
7153
|
-
|
|
7152
|
+
var bs = {};
|
|
7153
|
+
bs = {
|
|
7154
7154
|
ascending: "crescente",
|
|
7155
7155
|
ascendingSort: (t) => `in ordine crescente in base alla colonna ${t.columnName}`,
|
|
7156
7156
|
columnSize: (t) => `${t.value} pixel`,
|
|
@@ -7161,8 +7161,8 @@ gs = {
|
|
|
7161
7161
|
selectAll: "Seleziona tutto",
|
|
7162
7162
|
sortable: "colonna ordinabile"
|
|
7163
7163
|
};
|
|
7164
|
-
var
|
|
7165
|
-
|
|
7164
|
+
var gs = {};
|
|
7165
|
+
gs = {
|
|
7166
7166
|
ascending: "昇順",
|
|
7167
7167
|
ascendingSort: (t) => `列 ${t.columnName} を昇順で並べ替え`,
|
|
7168
7168
|
columnSize: (t) => `${t.value} ピクセル`,
|
|
@@ -7173,8 +7173,8 @@ ys = {
|
|
|
7173
7173
|
selectAll: "すべて選択",
|
|
7174
7174
|
sortable: "並べ替え可能な列"
|
|
7175
7175
|
};
|
|
7176
|
-
var
|
|
7177
|
-
|
|
7176
|
+
var ys = {};
|
|
7177
|
+
ys = {
|
|
7178
7178
|
ascending: "오름차순",
|
|
7179
7179
|
ascendingSort: (t) => `${t.columnName} 열을 기준으로 오름차순으로 정렬됨`,
|
|
7180
7180
|
columnSize: (t) => `${t.value} 픽셀`,
|
|
@@ -7185,8 +7185,8 @@ $s = {
|
|
|
7185
7185
|
selectAll: "모두 선택",
|
|
7186
7186
|
sortable: "정렬 가능한 열"
|
|
7187
7187
|
};
|
|
7188
|
-
var
|
|
7189
|
-
|
|
7188
|
+
var $s = {};
|
|
7189
|
+
$s = {
|
|
7190
7190
|
ascending: "didėjančia tvarka",
|
|
7191
7191
|
ascendingSort: (t) => `surikiuota pagal stulpelį ${t.columnName} didėjančia tvarka`,
|
|
7192
7192
|
columnSize: (t) => `${t.value} piks.`,
|
|
@@ -7197,8 +7197,8 @@ xs = {
|
|
|
7197
7197
|
selectAll: "Pasirinkti viską",
|
|
7198
7198
|
sortable: "rikiuojamas stulpelis"
|
|
7199
7199
|
};
|
|
7200
|
-
var
|
|
7201
|
-
|
|
7200
|
+
var xs = {};
|
|
7201
|
+
xs = {
|
|
7202
7202
|
ascending: "augošā secībā",
|
|
7203
7203
|
ascendingSort: (t) => `kārtots pēc kolonnas ${t.columnName} augošā secībā`,
|
|
7204
7204
|
columnSize: (t) => `${t.value} pikseļi`,
|
|
@@ -7209,8 +7209,8 @@ Es = {
|
|
|
7209
7209
|
selectAll: "Atlasīt visu",
|
|
7210
7210
|
sortable: "kārtojamā kolonna"
|
|
7211
7211
|
};
|
|
7212
|
-
var
|
|
7213
|
-
|
|
7212
|
+
var Es = {};
|
|
7213
|
+
Es = {
|
|
7214
7214
|
ascending: "stigende",
|
|
7215
7215
|
ascendingSort: (t) => `sortert etter kolonne ${t.columnName} i stigende rekkefølge`,
|
|
7216
7216
|
columnSize: (t) => `${t.value} piksler`,
|
|
@@ -7221,8 +7221,8 @@ Ss = {
|
|
|
7221
7221
|
selectAll: "Velg alle",
|
|
7222
7222
|
sortable: "kolonne som kan sorteres"
|
|
7223
7223
|
};
|
|
7224
|
-
var
|
|
7225
|
-
|
|
7224
|
+
var Ss = {};
|
|
7225
|
+
Ss = {
|
|
7226
7226
|
ascending: "oplopend",
|
|
7227
7227
|
ascendingSort: (t) => `gesorteerd in oplopende volgorde in kolom ${t.columnName}`,
|
|
7228
7228
|
columnSize: (t) => `${t.value} pixels`,
|
|
@@ -7233,8 +7233,8 @@ Cs = {
|
|
|
7233
7233
|
selectAll: "Alles selecteren",
|
|
7234
7234
|
sortable: "sorteerbare kolom"
|
|
7235
7235
|
};
|
|
7236
|
-
var
|
|
7237
|
-
|
|
7236
|
+
var Cs = {};
|
|
7237
|
+
Cs = {
|
|
7238
7238
|
ascending: "rosnąco",
|
|
7239
7239
|
ascendingSort: (t) => `posortowano według kolumny ${t.columnName} w porządku rosnącym`,
|
|
7240
7240
|
columnSize: (t) => `Liczba pikseli: ${t.value}`,
|
|
@@ -7245,8 +7245,8 @@ ws = {
|
|
|
7245
7245
|
selectAll: "Zaznacz wszystko",
|
|
7246
7246
|
sortable: "kolumna z możliwością sortowania"
|
|
7247
7247
|
};
|
|
7248
|
-
var
|
|
7249
|
-
|
|
7248
|
+
var ws = {};
|
|
7249
|
+
ws = {
|
|
7250
7250
|
ascending: "crescente",
|
|
7251
7251
|
ascendingSort: (t) => `classificado pela coluna ${t.columnName} em ordem crescente`,
|
|
7252
7252
|
columnSize: (t) => `${t.value} pixels`,
|
|
@@ -7257,8 +7257,8 @@ Ps = {
|
|
|
7257
7257
|
selectAll: "Selecionar tudo",
|
|
7258
7258
|
sortable: "coluna classificável"
|
|
7259
7259
|
};
|
|
7260
|
-
var
|
|
7261
|
-
|
|
7260
|
+
var Ps = {};
|
|
7261
|
+
Ps = {
|
|
7262
7262
|
ascending: "ascendente",
|
|
7263
7263
|
ascendingSort: (t) => `Ordenar por coluna ${t.columnName} em ordem ascendente`,
|
|
7264
7264
|
columnSize: (t) => `${t.value} pixels`,
|
|
@@ -7269,8 +7269,8 @@ Ds = {
|
|
|
7269
7269
|
selectAll: "Selecionar tudo",
|
|
7270
7270
|
sortable: "Coluna ordenável"
|
|
7271
7271
|
};
|
|
7272
|
-
var
|
|
7273
|
-
|
|
7272
|
+
var Ds = {};
|
|
7273
|
+
Ds = {
|
|
7274
7274
|
ascending: "crescătoare",
|
|
7275
7275
|
ascendingSort: (t) => `sortate după coloana ${t.columnName} în ordine crescătoare`,
|
|
7276
7276
|
columnSize: (t) => `${t.value} pixeli`,
|
|
@@ -7281,8 +7281,8 @@ ks = {
|
|
|
7281
7281
|
selectAll: "Selectare totală",
|
|
7282
7282
|
sortable: "coloană sortabilă"
|
|
7283
7283
|
};
|
|
7284
|
-
var
|
|
7285
|
-
|
|
7284
|
+
var ks = {};
|
|
7285
|
+
ks = {
|
|
7286
7286
|
ascending: "возрастание",
|
|
7287
7287
|
ascendingSort: (t) => `сортировать столбец ${t.columnName} в порядке возрастания`,
|
|
7288
7288
|
columnSize: (t) => `${t.value} пикс.`,
|
|
@@ -7293,8 +7293,8 @@ Ts = {
|
|
|
7293
7293
|
selectAll: "Выбрать все",
|
|
7294
7294
|
sortable: "сортируемый столбец"
|
|
7295
7295
|
};
|
|
7296
|
-
var
|
|
7297
|
-
|
|
7296
|
+
var Ts = {};
|
|
7297
|
+
Ts = {
|
|
7298
7298
|
ascending: "vzostupne",
|
|
7299
7299
|
ascendingSort: (t) => `zoradené zostupne podľa stĺpca ${t.columnName}`,
|
|
7300
7300
|
columnSize: (t) => `Počet pixelov: ${t.value}`,
|
|
@@ -7305,8 +7305,8 @@ Bs = {
|
|
|
7305
7305
|
selectAll: "Vybrať všetko",
|
|
7306
7306
|
sortable: "zoraditeľný stĺpec"
|
|
7307
7307
|
};
|
|
7308
|
-
var
|
|
7309
|
-
|
|
7308
|
+
var Bs = {};
|
|
7309
|
+
Bs = {
|
|
7310
7310
|
ascending: "naraščajoče",
|
|
7311
7311
|
ascendingSort: (t) => `razvrščeno po stolpcu ${t.columnName} v naraščajočem vrstnem redu`,
|
|
7312
7312
|
columnSize: (t) => `${t.value} slikovnih pik`,
|
|
@@ -7317,8 +7317,8 @@ As = {
|
|
|
7317
7317
|
selectAll: "Izberite vse",
|
|
7318
7318
|
sortable: "razvrstljivi stolpec"
|
|
7319
7319
|
};
|
|
7320
|
-
var
|
|
7321
|
-
|
|
7320
|
+
var As = {};
|
|
7321
|
+
As = {
|
|
7322
7322
|
ascending: "rastući",
|
|
7323
7323
|
ascendingSort: (t) => `sortirano po kolonama ${t.columnName} rastućim redosledom`,
|
|
7324
7324
|
columnSize: (t) => `${t.value} piksela`,
|
|
@@ -7329,8 +7329,8 @@ Ks = {
|
|
|
7329
7329
|
selectAll: "Izaberite sve",
|
|
7330
7330
|
sortable: "kolona koja se može sortirati"
|
|
7331
7331
|
};
|
|
7332
|
-
var
|
|
7333
|
-
|
|
7332
|
+
var Ks = {};
|
|
7333
|
+
Ks = {
|
|
7334
7334
|
ascending: "stigande",
|
|
7335
7335
|
ascendingSort: (t) => `sorterat på kolumn ${t.columnName} i stigande ordning`,
|
|
7336
7336
|
columnSize: (t) => `${t.value} pixlar`,
|
|
@@ -7341,8 +7341,8 @@ Ms = {
|
|
|
7341
7341
|
selectAll: "Markera allt",
|
|
7342
7342
|
sortable: "sorterbar kolumn"
|
|
7343
7343
|
};
|
|
7344
|
-
var
|
|
7345
|
-
|
|
7344
|
+
var Ms = {};
|
|
7345
|
+
Ms = {
|
|
7346
7346
|
ascending: "artan sırada",
|
|
7347
7347
|
ascendingSort: (t) => `${t.columnName} sütuna göre artan düzende sırala`,
|
|
7348
7348
|
columnSize: (t) => `${t.value} piksel`,
|
|
@@ -7353,8 +7353,8 @@ Is = {
|
|
|
7353
7353
|
selectAll: "Tümünü Seç",
|
|
7354
7354
|
sortable: "Sıralanabilir sütun"
|
|
7355
7355
|
};
|
|
7356
|
-
var
|
|
7357
|
-
|
|
7356
|
+
var Is = {};
|
|
7357
|
+
Is = {
|
|
7358
7358
|
ascending: "висхідний",
|
|
7359
7359
|
ascendingSort: (t) => `відсортовано за стовпцем ${t.columnName} у висхідному порядку`,
|
|
7360
7360
|
columnSize: (t) => `${t.value} пікс.`,
|
|
@@ -7365,8 +7365,8 @@ Fs = {
|
|
|
7365
7365
|
selectAll: "Вибрати все",
|
|
7366
7366
|
sortable: "сортувальний стовпець"
|
|
7367
7367
|
};
|
|
7368
|
-
var
|
|
7369
|
-
|
|
7368
|
+
var Fs = {};
|
|
7369
|
+
Fs = {
|
|
7370
7370
|
ascending: "升序",
|
|
7371
7371
|
ascendingSort: (t) => `按列 ${t.columnName} 升序排序`,
|
|
7372
7372
|
columnSize: (t) => `${t.value} 像素`,
|
|
@@ -7377,8 +7377,8 @@ _s = {
|
|
|
7377
7377
|
selectAll: "全选",
|
|
7378
7378
|
sortable: "可排序的列"
|
|
7379
7379
|
};
|
|
7380
|
-
var
|
|
7381
|
-
|
|
7380
|
+
var _s = {};
|
|
7381
|
+
_s = {
|
|
7382
7382
|
ascending: "遞增",
|
|
7383
7383
|
ascendingSort: (t) => `已依據「${t.columnName}」欄遞增排序`,
|
|
7384
7384
|
columnSize: (t) => `${t.value} 像素`,
|
|
@@ -7391,42 +7391,42 @@ Rs = {
|
|
|
7391
7391
|
};
|
|
7392
7392
|
var rl = {};
|
|
7393
7393
|
rl = {
|
|
7394
|
-
"ar-AE":
|
|
7395
|
-
"bg-BG":
|
|
7396
|
-
"cs-CZ":
|
|
7397
|
-
"da-DK":
|
|
7398
|
-
"de-DE":
|
|
7399
|
-
"el-GR":
|
|
7400
|
-
"en-US":
|
|
7401
|
-
"es-ES":
|
|
7402
|
-
"et-EE":
|
|
7403
|
-
"fi-FI":
|
|
7404
|
-
"fr-FR":
|
|
7405
|
-
"he-IL":
|
|
7406
|
-
"hr-HR":
|
|
7407
|
-
"hu-HU":
|
|
7408
|
-
"it-IT":
|
|
7409
|
-
"ja-JP":
|
|
7410
|
-
"ko-KR":
|
|
7411
|
-
"lt-LT":
|
|
7412
|
-
"lv-LV":
|
|
7413
|
-
"nb-NO":
|
|
7414
|
-
"nl-NL":
|
|
7415
|
-
"pl-PL":
|
|
7416
|
-
"pt-BR":
|
|
7417
|
-
"pt-PT":
|
|
7418
|
-
"ro-RO":
|
|
7419
|
-
"ru-RU":
|
|
7420
|
-
"sk-SK":
|
|
7421
|
-
"sl-SI":
|
|
7422
|
-
"sr-SP":
|
|
7423
|
-
"sv-SE":
|
|
7424
|
-
"tr-TR":
|
|
7425
|
-
"uk-UA":
|
|
7426
|
-
"zh-CN":
|
|
7427
|
-
"zh-TW":
|
|
7428
|
-
};
|
|
7429
|
-
class _p extends
|
|
7394
|
+
"ar-AE": rs,
|
|
7395
|
+
"bg-BG": ls,
|
|
7396
|
+
"cs-CZ": is,
|
|
7397
|
+
"da-DK": os,
|
|
7398
|
+
"de-DE": as,
|
|
7399
|
+
"el-GR": us,
|
|
7400
|
+
"en-US": ss,
|
|
7401
|
+
"es-ES": cs,
|
|
7402
|
+
"et-EE": ds,
|
|
7403
|
+
"fi-FI": fs,
|
|
7404
|
+
"fr-FR": ps,
|
|
7405
|
+
"he-IL": vs,
|
|
7406
|
+
"hr-HR": hs,
|
|
7407
|
+
"hu-HU": ms,
|
|
7408
|
+
"it-IT": bs,
|
|
7409
|
+
"ja-JP": gs,
|
|
7410
|
+
"ko-KR": ys,
|
|
7411
|
+
"lt-LT": $s,
|
|
7412
|
+
"lv-LV": xs,
|
|
7413
|
+
"nb-NO": Es,
|
|
7414
|
+
"nl-NL": Ss,
|
|
7415
|
+
"pl-PL": Cs,
|
|
7416
|
+
"pt-BR": ws,
|
|
7417
|
+
"pt-PT": Ps,
|
|
7418
|
+
"ro-RO": Ds,
|
|
7419
|
+
"ru-RU": ks,
|
|
7420
|
+
"sk-SK": Ts,
|
|
7421
|
+
"sl-SI": Bs,
|
|
7422
|
+
"sr-SP": As,
|
|
7423
|
+
"sv-SE": Ks,
|
|
7424
|
+
"tr-TR": Ms,
|
|
7425
|
+
"uk-UA": Is,
|
|
7426
|
+
"zh-CN": Fs,
|
|
7427
|
+
"zh-TW": _s
|
|
7428
|
+
};
|
|
7429
|
+
class _p extends Fa {
|
|
7430
7430
|
isCell(e) {
|
|
7431
7431
|
return e.type === "cell" || e.type === "rowheader" || e.type === "column";
|
|
7432
7432
|
}
|
|
@@ -7572,7 +7572,7 @@ function Op(t) {
|
|
|
7572
7572
|
}
|
|
7573
7573
|
function zp(t, e, n) {
|
|
7574
7574
|
var r, l;
|
|
7575
|
-
let { node: i } = t, o = i.props.allowsSorting, { gridCellProps: a } =
|
|
7575
|
+
let { node: i } = t, o = i.props.allowsSorting, { gridCellProps: a } = mu({
|
|
7576
7576
|
...t,
|
|
7577
7577
|
focusMode: "child"
|
|
7578
7578
|
}, e, n), u = i.props.isSelectionCell && e.selectionManager.selectionMode === "single", { pressProps: s } = ze({
|
|
@@ -7641,7 +7641,7 @@ function jp(t, e, n) {
|
|
|
7641
7641
|
};
|
|
7642
7642
|
}
|
|
7643
7643
|
}
|
|
7644
|
-
let f =
|
|
7644
|
+
let f = hd(r.props), p = o.hasAction ? f : {};
|
|
7645
7645
|
return {
|
|
7646
7646
|
rowProps: {
|
|
7647
7647
|
...H(i, u, p),
|
|
@@ -7659,8 +7659,8 @@ function Vp(t, e, n) {
|
|
|
7659
7659
|
};
|
|
7660
7660
|
}
|
|
7661
7661
|
function Hp(t, e, n) {
|
|
7662
|
-
let { gridCellProps: r, isPressed: l } =
|
|
7663
|
-
return e.collection.rowHeaderColumnKeys.has(i) && (r.role = "rowheader", r.id =
|
|
7662
|
+
let { gridCellProps: r, isPressed: l } = mu(t, e, n), i = t.node.column.key;
|
|
7663
|
+
return e.collection.rowHeaderColumnKeys.has(i) && (r.role = "rowheader", r.id = ns(e, t.node.parentKey, i)), {
|
|
7664
7664
|
gridCellProps: r,
|
|
7665
7665
|
isPressed: l
|
|
7666
7666
|
};
|
|
@@ -8277,7 +8277,7 @@ function ui(t) {
|
|
|
8277
8277
|
if (t != null)
|
|
8278
8278
|
return t.toString();
|
|
8279
8279
|
}
|
|
8280
|
-
function
|
|
8280
|
+
function Rs(t) {
|
|
8281
8281
|
let e = _n(t), [n, r] = z(null), l = Xp({
|
|
8282
8282
|
...t,
|
|
8283
8283
|
onSelectionChange: (u) => {
|
|
@@ -8433,9 +8433,9 @@ class rv {
|
|
|
8433
8433
|
}), l && (l.nextKey = null);
|
|
8434
8434
|
}
|
|
8435
8435
|
}
|
|
8436
|
-
const
|
|
8436
|
+
const Ns = "row-header-column-" + Math.random().toString(36).slice(2);
|
|
8437
8437
|
let Ar = "row-header-column-" + Math.random().toString(36).slice(2);
|
|
8438
|
-
for (;
|
|
8438
|
+
for (; Ns === Ar; ) Ar = "row-header-column-" + Math.random().toString(36).slice(2);
|
|
8439
8439
|
function lv(t, e) {
|
|
8440
8440
|
if (e.length === 0) return [];
|
|
8441
8441
|
let n = [], r = /* @__PURE__ */ new Map();
|
|
@@ -8580,7 +8580,7 @@ class iv extends rv {
|
|
|
8580
8580
|
if (r != null && r.showSelectionCheckboxes) {
|
|
8581
8581
|
let d = {
|
|
8582
8582
|
type: "column",
|
|
8583
|
-
key:
|
|
8583
|
+
key: Ns,
|
|
8584
8584
|
value: null,
|
|
8585
8585
|
textValue: "",
|
|
8586
8586
|
level: 0,
|
|
@@ -8678,10 +8678,10 @@ function av(t) {
|
|
|
8678
8678
|
}
|
|
8679
8679
|
};
|
|
8680
8680
|
}
|
|
8681
|
-
function
|
|
8681
|
+
function Ls(t) {
|
|
8682
8682
|
return null;
|
|
8683
8683
|
}
|
|
8684
|
-
|
|
8684
|
+
Ls.getCollectionNode = function* (e, n) {
|
|
8685
8685
|
let { children: r, columns: l } = e;
|
|
8686
8686
|
if (n.columns = [], typeof r == "function") {
|
|
8687
8687
|
if (!l) throw new Error("props.children was a function but props.columns is missing");
|
|
@@ -8700,11 +8700,11 @@ Os.getCollectionNode = function* (e, n) {
|
|
|
8700
8700
|
}), yield* i;
|
|
8701
8701
|
}
|
|
8702
8702
|
};
|
|
8703
|
-
let Gh =
|
|
8704
|
-
function
|
|
8703
|
+
let Gh = Ls;
|
|
8704
|
+
function Os(t) {
|
|
8705
8705
|
return null;
|
|
8706
8706
|
}
|
|
8707
|
-
|
|
8707
|
+
Os.getCollectionNode = function* (e) {
|
|
8708
8708
|
let { children: n, items: r } = e;
|
|
8709
8709
|
yield {
|
|
8710
8710
|
type: "body",
|
|
@@ -8730,11 +8730,11 @@ zs.getCollectionNode = function* (e) {
|
|
|
8730
8730
|
}
|
|
8731
8731
|
};
|
|
8732
8732
|
};
|
|
8733
|
-
let Yh =
|
|
8734
|
-
function
|
|
8733
|
+
let Yh = Os;
|
|
8734
|
+
function zs(t) {
|
|
8735
8735
|
return null;
|
|
8736
8736
|
}
|
|
8737
|
-
|
|
8737
|
+
zs.getCollectionNode = function* (e, n) {
|
|
8738
8738
|
let { title: r, children: l, childColumns: i } = e, o = r || l, a = e.textValue || (typeof o == "string" ? o : "") || e["aria-label"], u = yield {
|
|
8739
8739
|
type: "column",
|
|
8740
8740
|
hasChildNodes: !!i || r && B.Children.count(l) > 0,
|
|
@@ -8764,7 +8764,7 @@ js.getCollectionNode = function* (e, n) {
|
|
|
8764
8764
|
};
|
|
8765
8765
|
s(n);
|
|
8766
8766
|
};
|
|
8767
|
-
let uv =
|
|
8767
|
+
let uv = zs;
|
|
8768
8768
|
function Kr(t) {
|
|
8769
8769
|
return null;
|
|
8770
8770
|
}
|
|
@@ -8824,10 +8824,10 @@ Kr.getCollectionNode = function* (e, n) {
|
|
|
8824
8824
|
};
|
|
8825
8825
|
};
|
|
8826
8826
|
let qh = Kr;
|
|
8827
|
-
function
|
|
8827
|
+
function js(t) {
|
|
8828
8828
|
return null;
|
|
8829
8829
|
}
|
|
8830
|
-
|
|
8830
|
+
js.getCollectionNode = function* (e) {
|
|
8831
8831
|
let { children: n } = e, r = e.textValue || (typeof n == "string" ? n : "") || e["aria-label"] || "";
|
|
8832
8832
|
yield {
|
|
8833
8833
|
type: "cell",
|
|
@@ -8838,10 +8838,10 @@ Vs.getCollectionNode = function* (e) {
|
|
|
8838
8838
|
hasChildNodes: !1
|
|
8839
8839
|
};
|
|
8840
8840
|
};
|
|
8841
|
-
let sv =
|
|
8841
|
+
let sv = js;
|
|
8842
8842
|
const cv = 1500, si = 500;
|
|
8843
8843
|
let it = {}, dv = 0, Nt = !1, Re = null, ot = null;
|
|
8844
|
-
function
|
|
8844
|
+
function Vs(t = {}) {
|
|
8845
8845
|
let { delay: e = cv, closeDelay: n = si } = t, { isOpen: r, open: l, close: i } = _n(t), o = V(() => `${++dv}`, []), a = M(void 0), u = M(i), s = () => {
|
|
8846
8846
|
it[o] = f;
|
|
8847
8847
|
}, c = () => {
|
|
@@ -8920,7 +8920,7 @@ class fv {
|
|
|
8920
8920
|
this.lastKey = l == null ? void 0 : l.key;
|
|
8921
8921
|
}
|
|
8922
8922
|
}
|
|
8923
|
-
function
|
|
8923
|
+
function Hs(t) {
|
|
8924
8924
|
let { onExpandedChange: e } = t, [n, r] = rt(t.expandedKeys ? new Set(t.expandedKeys) : void 0, t.defaultExpandedKeys ? new Set(t.defaultExpandedKeys) : /* @__PURE__ */ new Set(), e), l = ll(t), i = V(() => t.disabledKeys ? new Set(t.disabledKeys) : /* @__PURE__ */ new Set(), [
|
|
8925
8925
|
t.disabledKeys
|
|
8926
8926
|
]), o = Jr(t, X((u) => new fv(u, {
|
|
@@ -8949,7 +8949,7 @@ function pv(t, e) {
|
|
|
8949
8949
|
return n.has(e) ? n.delete(e) : n.add(e), n;
|
|
8950
8950
|
}
|
|
8951
8951
|
function vv(t = !0) {
|
|
8952
|
-
|
|
8952
|
+
Mc(() => {
|
|
8953
8953
|
if (!t) return;
|
|
8954
8954
|
const e = window.getComputedStyle(document.body).overflow;
|
|
8955
8955
|
return document.body.style.overflow = "hidden", () => {
|
|
@@ -8957,31 +8957,23 @@ function vv(t = !0) {
|
|
|
8957
8957
|
};
|
|
8958
8958
|
}, [t]);
|
|
8959
8959
|
}
|
|
8960
|
-
function
|
|
8960
|
+
function Ws({
|
|
8961
8961
|
fadeIn: t = !1,
|
|
8962
8962
|
onBackgroundEvent: e,
|
|
8963
8963
|
children: n
|
|
8964
8964
|
}) {
|
|
8965
|
-
const r = M(null)
|
|
8966
|
-
{
|
|
8967
|
-
isOpen: !0,
|
|
8968
|
-
isDismissable: !0,
|
|
8969
|
-
isKeyboardDismissDisabled: !1
|
|
8970
|
-
},
|
|
8971
|
-
r
|
|
8972
|
-
);
|
|
8965
|
+
const r = M(null);
|
|
8973
8966
|
return L(() => {
|
|
8974
8967
|
if (!e) return;
|
|
8975
|
-
const
|
|
8976
|
-
|
|
8968
|
+
const l = (i) => {
|
|
8969
|
+
i.key === "Escape" && e();
|
|
8977
8970
|
};
|
|
8978
|
-
return document.addEventListener("keydown",
|
|
8979
|
-
document.removeEventListener("keydown",
|
|
8971
|
+
return document.addEventListener("keydown", l), () => {
|
|
8972
|
+
document.removeEventListener("keydown", l);
|
|
8980
8973
|
};
|
|
8981
8974
|
}, [e]), /* @__PURE__ */ b.jsxs(
|
|
8982
8975
|
"div",
|
|
8983
8976
|
{
|
|
8984
|
-
...l,
|
|
8985
8977
|
ref: r,
|
|
8986
8978
|
id: "backdrop-background",
|
|
8987
8979
|
"aria-label": "Background overlay",
|
|
@@ -8991,8 +8983,8 @@ function Us({
|
|
|
8991
8983
|
"proton-Backdrop__background",
|
|
8992
8984
|
t ? "proton-Backdrop__fade-in" : "proton-Backdrop__overlay"
|
|
8993
8985
|
),
|
|
8994
|
-
onClick: (
|
|
8995
|
-
|
|
8986
|
+
onClick: (l) => {
|
|
8987
|
+
e && l.target === l.currentTarget && (l.stopPropagation(), e());
|
|
8996
8988
|
},
|
|
8997
8989
|
children: [
|
|
8998
8990
|
e && /* @__PURE__ */ b.jsx("div", { className: "proton-Backdrop__close-button", "aria-hidden": "true", children: "ESC" }),
|
|
@@ -9009,7 +9001,7 @@ const hv = ({ children: t }) => {
|
|
|
9009
9001
|
}), l;
|
|
9010
9002
|
})();
|
|
9011
9003
|
return Sn.createPortal(t, r);
|
|
9012
|
-
},
|
|
9004
|
+
}, Us = ({
|
|
9013
9005
|
isOpen: t,
|
|
9014
9006
|
selectionMode: e = "single",
|
|
9015
9007
|
selectedKeys: n,
|
|
@@ -9027,14 +9019,14 @@ const hv = ({ children: t }) => {
|
|
|
9027
9019
|
m(!0), g(0), setTimeout(() => {
|
|
9028
9020
|
s == null || s(), m(!1);
|
|
9029
9021
|
}, 300);
|
|
9030
|
-
}, k = D ?
|
|
9022
|
+
}, k = D ? Hs({
|
|
9031
9023
|
items: o,
|
|
9032
9024
|
children: o.map((S) => /* @__PURE__ */ bi(Zr, { ...S, key: S.key }, S.label)),
|
|
9033
9025
|
selectedKeys: new Set(n),
|
|
9034
9026
|
onSelectionChange: (S) => u == null ? void 0 : u(S),
|
|
9035
9027
|
selectionMode: e,
|
|
9036
9028
|
disabledKeys: r
|
|
9037
|
-
}) : null, { menuProps: R } = D ?
|
|
9029
|
+
}) : null, { menuProps: R } = D ? Aa(
|
|
9038
9030
|
{
|
|
9039
9031
|
autoFocus: !0,
|
|
9040
9032
|
shouldFocusWrap: !0,
|
|
@@ -9065,7 +9057,7 @@ const hv = ({ children: t }) => {
|
|
|
9065
9057
|
style: {
|
|
9066
9058
|
opacity: p ? 0 : 1
|
|
9067
9059
|
},
|
|
9068
|
-
children: /* @__PURE__ */ b.jsx(
|
|
9060
|
+
children: /* @__PURE__ */ b.jsx(Ws, { fadeIn: !0, onBackgroundEvent: w, children: /* @__PURE__ */ b.jsx(
|
|
9069
9061
|
"div",
|
|
9070
9062
|
{
|
|
9071
9063
|
"data-testid": c || "ActionMenu-wrapper",
|
|
@@ -9105,7 +9097,7 @@ const hv = ({ children: t }) => {
|
|
|
9105
9097
|
className: "proton-ActionMenu__cancel-button",
|
|
9106
9098
|
tabIndex: -1,
|
|
9107
9099
|
children: /* @__PURE__ */ b.jsx(
|
|
9108
|
-
|
|
9100
|
+
Ys,
|
|
9109
9101
|
{
|
|
9110
9102
|
variant: f === "dark" || f === "custom-dark" ? "translucent" : "secondary",
|
|
9111
9103
|
onPress: w,
|
|
@@ -9123,7 +9115,7 @@ const hv = ({ children: t }) => {
|
|
|
9123
9115
|
}
|
|
9124
9116
|
) }) : null;
|
|
9125
9117
|
}, mv = ({ to: t, state: e, item: n }) => {
|
|
9126
|
-
const r = M(null), { menuItemProps: l } =
|
|
9118
|
+
const r = M(null), { menuItemProps: l } = Ka({ key: n.key }, e, r), i = t ? "a" : "div", o = t && Lr(t);
|
|
9127
9119
|
return /* @__PURE__ */ bi(
|
|
9128
9120
|
i,
|
|
9129
9121
|
{
|
|
@@ -9142,8 +9134,8 @@ const hv = ({ children: t }) => {
|
|
|
9142
9134
|
},
|
|
9143
9135
|
n.rendered
|
|
9144
9136
|
);
|
|
9145
|
-
},
|
|
9146
|
-
const t = Y(
|
|
9137
|
+
}, Gs = Q(void 0), Ie = () => {
|
|
9138
|
+
const t = Y(Gs);
|
|
9147
9139
|
if (t === void 0)
|
|
9148
9140
|
throw new Error("useTheme must be used within a ThemeProvider");
|
|
9149
9141
|
return t;
|
|
@@ -9154,7 +9146,7 @@ const hv = ({ children: t }) => {
|
|
|
9154
9146
|
}, Xh = ({
|
|
9155
9147
|
theme: t,
|
|
9156
9148
|
children: e,
|
|
9157
|
-
palette: n =
|
|
9149
|
+
palette: n = Rc
|
|
9158
9150
|
}) => {
|
|
9159
9151
|
const r = M(null), l = bv[t], i = V(
|
|
9160
9152
|
() => gv(n),
|
|
@@ -9169,7 +9161,7 @@ const hv = ({ children: t }) => {
|
|
|
9169
9161
|
});
|
|
9170
9162
|
}
|
|
9171
9163
|
}, [t, l, n, i]), /* @__PURE__ */ b.jsx(
|
|
9172
|
-
|
|
9164
|
+
Gs.Provider,
|
|
9173
9165
|
{
|
|
9174
9166
|
value: {
|
|
9175
9167
|
theme: t,
|
|
@@ -9252,7 +9244,7 @@ const Zh = {
|
|
|
9252
9244
|
}
|
|
9253
9245
|
);
|
|
9254
9246
|
};
|
|
9255
|
-
function
|
|
9247
|
+
function Ys({
|
|
9256
9248
|
variant: t = "primary",
|
|
9257
9249
|
href: e,
|
|
9258
9250
|
onPress: n,
|
|
@@ -9302,7 +9294,7 @@ function qs({
|
|
|
9302
9294
|
}
|
|
9303
9295
|
);
|
|
9304
9296
|
}
|
|
9305
|
-
const
|
|
9297
|
+
const qs = {
|
|
9306
9298
|
success: /* @__PURE__ */ b.jsx("svg", { viewBox: "0 0 20 20", height: "18", width: "18", children: /* @__PURE__ */ b.jsx(
|
|
9307
9299
|
"path",
|
|
9308
9300
|
{
|
|
@@ -9413,7 +9405,7 @@ const Xs = {
|
|
|
9413
9405
|
}, Sv = ({ children: t, icon: e, ...n }) => {
|
|
9414
9406
|
const r = Y(Rn);
|
|
9415
9407
|
if (!r) throw new Error("BannerIcon must be used within a Banner");
|
|
9416
|
-
const i =
|
|
9408
|
+
const i = Ic(e) ? e : e === !0 ? qs[r] : t || null;
|
|
9417
9409
|
return i ? /* @__PURE__ */ b.jsx(
|
|
9418
9410
|
"span",
|
|
9419
9411
|
{
|
|
@@ -9423,16 +9415,16 @@ const Xs = {
|
|
|
9423
9415
|
children: i
|
|
9424
9416
|
}
|
|
9425
9417
|
) : null;
|
|
9426
|
-
}, Cv = ({ children: t, ...e }) => /* @__PURE__ */ b.jsx(
|
|
9418
|
+
}, Cv = ({ children: t, ...e }) => /* @__PURE__ */ b.jsx(Ys, { ...e, children: t }), wv = ({ children: t }) => /* @__PURE__ */ b.jsx("div", { className: "proton-Banner__actions", children: t });
|
|
9427
9419
|
We.Title = xv;
|
|
9428
9420
|
We.Content = Ev;
|
|
9429
9421
|
We.Icon = Sv;
|
|
9430
9422
|
We.Action = Cv;
|
|
9431
9423
|
We.Actions = wv;
|
|
9432
9424
|
We.colors = yv;
|
|
9433
|
-
We.icons =
|
|
9425
|
+
We.icons = qs;
|
|
9434
9426
|
We.variants = $v;
|
|
9435
|
-
let
|
|
9427
|
+
let Xs = Q(null);
|
|
9436
9428
|
function Pv(t) {
|
|
9437
9429
|
let e = {
|
|
9438
9430
|
...t,
|
|
@@ -9445,7 +9437,7 @@ function Pv(t) {
|
|
|
9445
9437
|
className: "proton-ButtonGroup",
|
|
9446
9438
|
"data-value": n.selectedValue,
|
|
9447
9439
|
"data-testid": t["data-testid"] || void 0,
|
|
9448
|
-
children: /* @__PURE__ */ b.jsx(
|
|
9440
|
+
children: /* @__PURE__ */ b.jsx(Xs.Provider, { value: n, children: t.children })
|
|
9449
9441
|
}
|
|
9450
9442
|
);
|
|
9451
9443
|
}
|
|
@@ -9453,7 +9445,7 @@ Pv.Option = function(e) {
|
|
|
9453
9445
|
let n = {
|
|
9454
9446
|
...e,
|
|
9455
9447
|
"data-testid": void 0
|
|
9456
|
-
}, r = Y(
|
|
9448
|
+
}, r = Y(Xs), l = M(null), { inputProps: i, isSelected: o } = kp(n, r, l);
|
|
9457
9449
|
return /* @__PURE__ */ b.jsxs(
|
|
9458
9450
|
"label",
|
|
9459
9451
|
{
|
|
@@ -9721,7 +9713,7 @@ const Tv = dt(
|
|
|
9721
9713
|
);
|
|
9722
9714
|
};
|
|
9723
9715
|
function n4(t) {
|
|
9724
|
-
const e = M(null), n = _n(t || {}), { triggerProps: r, overlayProps: l } =
|
|
9716
|
+
const e = M(null), n = _n(t || {}), { triggerProps: r, overlayProps: l } = ro(
|
|
9725
9717
|
{ type: "dialog" },
|
|
9726
9718
|
n,
|
|
9727
9719
|
e
|
|
@@ -9868,7 +9860,7 @@ class Bv {
|
|
|
9868
9860
|
this.keyMap = /* @__PURE__ */ new Map(), this.firstKey = null, this.lastKey = null, this.frozen = !1;
|
|
9869
9861
|
}
|
|
9870
9862
|
}
|
|
9871
|
-
class
|
|
9863
|
+
class Zs {
|
|
9872
9864
|
*[Symbol.iterator]() {
|
|
9873
9865
|
let e = this.firstChild;
|
|
9874
9866
|
for (; e; )
|
|
@@ -9935,7 +9927,7 @@ class Js {
|
|
|
9935
9927
|
this._firstChild = null, this._lastChild = null, this._previousSibling = null, this._nextSibling = null, this._parentNode = null, this.ownerDocument = e;
|
|
9936
9928
|
}
|
|
9937
9929
|
}
|
|
9938
|
-
class Ut extends
|
|
9930
|
+
class Ut extends Zs {
|
|
9939
9931
|
get index() {
|
|
9940
9932
|
return this._index;
|
|
9941
9933
|
}
|
|
@@ -9981,7 +9973,7 @@ class Ut extends Js {
|
|
|
9981
9973
|
super(n), this.nodeType = 8, this._index = 0, this.hasSetProps = !1, this.node = new al(e, `react-aria-${++n.nodeId}`), this.ownerDocument.startTransaction();
|
|
9982
9974
|
}
|
|
9983
9975
|
}
|
|
9984
|
-
class Av extends
|
|
9976
|
+
class Av extends Zs {
|
|
9985
9977
|
get isConnected() {
|
|
9986
9978
|
return this.isMounted;
|
|
9987
9979
|
}
|
|
@@ -10049,7 +10041,7 @@ class Av extends Js {
|
|
|
10049
10041
|
super(null), this.nodeType = 11, this.ownerDocument = this, this.dirtyNodes = /* @__PURE__ */ new Set(), this.isSSR = !1, this.nodeId = 0, this.nodesByProps = /* @__PURE__ */ new WeakMap(), this.isMounted = !0, this.mutatedNodes = /* @__PURE__ */ new Set(), this.subscriptions = /* @__PURE__ */ new Set(), this.transactionCount = 0, this.collection = e, this.collectionMutated = !0;
|
|
10050
10042
|
}
|
|
10051
10043
|
}
|
|
10052
|
-
function
|
|
10044
|
+
function Js(t) {
|
|
10053
10045
|
let { children: e, items: n, idScope: r, addIdAndValue: l, dependencies: i = [] } = t, o = V(() => /* @__PURE__ */ new WeakMap(), i);
|
|
10054
10046
|
return V(() => {
|
|
10055
10047
|
if (n && typeof e == "function") {
|
|
@@ -10061,7 +10053,7 @@ function Qs(t) {
|
|
|
10061
10053
|
var a, u;
|
|
10062
10054
|
let f = (u = (a = d.props.id) !== null && a !== void 0 ? a : c.key) !== null && u !== void 0 ? u : c.id;
|
|
10063
10055
|
if (f == null) throw new Error("Could not determine key for item");
|
|
10064
|
-
r && (f = r + ":" + f), d =
|
|
10056
|
+
r && (f = r + ":" + f), d = Fc(d, l ? {
|
|
10065
10057
|
key: f,
|
|
10066
10058
|
id: f,
|
|
10067
10059
|
value: c
|
|
@@ -10235,7 +10227,7 @@ function _v() {
|
|
|
10235
10227
|
}
|
|
10236
10228
|
process.env.NODE_ENV === "production" ? Ir.exports = Fv() : Ir.exports = _v();
|
|
10237
10229
|
var Rv = Ir.exports;
|
|
10238
|
-
const
|
|
10230
|
+
const Qs = /* @__PURE__ */ Q(!1), Gt = /* @__PURE__ */ Q(null);
|
|
10239
10231
|
function Nv(t) {
|
|
10240
10232
|
if (Y(Gt))
|
|
10241
10233
|
return t.content;
|
|
@@ -10302,7 +10294,7 @@ function Vv(t, e, n, r, l, i) {
|
|
|
10302
10294
|
}
|
|
10303
10295
|
function Hv(t, e) {
|
|
10304
10296
|
let n = ({ node: l }) => e(l.props, l.props.ref, l), r = dt((l, i) => {
|
|
10305
|
-
if (!Y(
|
|
10297
|
+
if (!Y(Qs)) {
|
|
10306
10298
|
if (e.length >= 3) throw new Error(e.name + " cannot be rendered outside a collection.");
|
|
10307
10299
|
return e(l, i);
|
|
10308
10300
|
}
|
|
@@ -10313,7 +10305,7 @@ function Hv(t, e) {
|
|
|
10313
10305
|
return r.displayName = e.name, r;
|
|
10314
10306
|
}
|
|
10315
10307
|
function Wv(t) {
|
|
10316
|
-
return
|
|
10308
|
+
return Js({
|
|
10317
10309
|
...t,
|
|
10318
10310
|
addIdAndValue: !0
|
|
10319
10311
|
});
|
|
@@ -10338,7 +10330,7 @@ function Uv(t) {
|
|
|
10338
10330
|
function Gv({ children: t }) {
|
|
10339
10331
|
let e = Y(Gt), n = V(() => /* @__PURE__ */ B.createElement(Gt.Provider, {
|
|
10340
10332
|
value: null
|
|
10341
|
-
}, /* @__PURE__ */ B.createElement(
|
|
10333
|
+
}, /* @__PURE__ */ B.createElement(Qs.Provider, {
|
|
10342
10334
|
value: !0
|
|
10343
10335
|
}, t)), [
|
|
10344
10336
|
t
|
|
@@ -10356,7 +10348,7 @@ const Yv = /* @__PURE__ */ Q(null), qv = {
|
|
|
10356
10348
|
}
|
|
10357
10349
|
};
|
|
10358
10350
|
function pi(t, e, n) {
|
|
10359
|
-
return
|
|
10351
|
+
return Js({
|
|
10360
10352
|
items: e ? t.getChildren(e.key) : t,
|
|
10361
10353
|
dependencies: [
|
|
10362
10354
|
n
|
|
@@ -10378,7 +10370,7 @@ function pi(t, e, n) {
|
|
|
10378
10370
|
}
|
|
10379
10371
|
});
|
|
10380
10372
|
}
|
|
10381
|
-
const
|
|
10373
|
+
const ec = /* @__PURE__ */ Q(qv);
|
|
10382
10374
|
function Xv(t) {
|
|
10383
10375
|
return V(() => t != null ? /* @__PURE__ */ new Set([
|
|
10384
10376
|
t
|
|
@@ -10426,7 +10418,7 @@ function Bt(t) {
|
|
|
10426
10418
|
a
|
|
10427
10419
|
]);
|
|
10428
10420
|
}
|
|
10429
|
-
function
|
|
10421
|
+
function tc(t, e) {
|
|
10430
10422
|
let n = Y(t);
|
|
10431
10423
|
if (e === null)
|
|
10432
10424
|
return null;
|
|
@@ -10441,7 +10433,7 @@ function nc(t, e) {
|
|
|
10441
10433
|
return n;
|
|
10442
10434
|
}
|
|
10443
10435
|
function Zt(t, e, n) {
|
|
10444
|
-
let r =
|
|
10436
|
+
let r = tc(n, t.slot) || {}, { ref: l, ...i } = r, o = Pn(V(() => ed(e, l), [
|
|
10445
10437
|
e,
|
|
10446
10438
|
l
|
|
10447
10439
|
])), a = H(i, t);
|
|
@@ -10478,15 +10470,15 @@ function Zv() {
|
|
|
10478
10470
|
}
|
|
10479
10471
|
function Jv(t, e = !0) {
|
|
10480
10472
|
let [n, r] = z(!0);
|
|
10481
|
-
return
|
|
10473
|
+
return nc(t, n && e, X(() => r(!1), [])), n && e;
|
|
10482
10474
|
}
|
|
10483
10475
|
function Qv(t, e) {
|
|
10484
10476
|
let [n, r] = z(!1), [l, i] = z("idle");
|
|
10485
|
-
return !e && t.current && l === "idle" && (n = !0, r(!0), i("exiting")), !t.current && l === "exited" && i("idle"),
|
|
10477
|
+
return !e && t.current && l === "idle" && (n = !0, r(!0), i("exiting")), !t.current && l === "exited" && i("idle"), nc(t, n, X(() => {
|
|
10486
10478
|
i("exited"), r(!1);
|
|
10487
10479
|
}, [])), n;
|
|
10488
10480
|
}
|
|
10489
|
-
function
|
|
10481
|
+
function nc(t, e, n) {
|
|
10490
10482
|
let r = M(null);
|
|
10491
10483
|
e && t.current && (r.current = window.getComputedStyle(t.current).animation), J(() => {
|
|
10492
10484
|
if (e && t.current) {
|
|
@@ -10573,11 +10565,11 @@ function rh(t, e) {
|
|
|
10573
10565
|
function lh(t) {
|
|
10574
10566
|
return t.isPending && (t.onPress = void 0, t.onPressStart = void 0, t.onPressEnd = void 0, t.onPressChange = void 0, t.onPressUp = void 0, t.onKeyDown = void 0, t.onKeyUp = void 0, t.onClick = void 0, t.href = void 0), t;
|
|
10575
10567
|
}
|
|
10576
|
-
const
|
|
10568
|
+
const rc = /* @__PURE__ */ Iv(rh), ih = /* @__PURE__ */ Q({}), oh = /* @__PURE__ */ Q({}), ah = /* @__PURE__ */ Q({}), lc = /* @__PURE__ */ Q({
|
|
10577
10569
|
placement: "bottom"
|
|
10578
10570
|
});
|
|
10579
10571
|
function uh(t, e) {
|
|
10580
|
-
[t, e] = Zt(t, e,
|
|
10572
|
+
[t, e] = Zt(t, e, lc);
|
|
10581
10573
|
let n = t.placement, r = {
|
|
10582
10574
|
position: "absolute",
|
|
10583
10575
|
[n]: "100%",
|
|
@@ -10600,9 +10592,9 @@ function uh(t, e) {
|
|
|
10600
10592
|
"data-placement": n
|
|
10601
10593
|
});
|
|
10602
10594
|
}
|
|
10603
|
-
const sh = /* @__PURE__ */ dt(uh), _r = /* @__PURE__ */ Q(null), ch = /* @__PURE__ */ Q(null), dh = /* @__PURE__ */ Q({}),
|
|
10595
|
+
const sh = /* @__PURE__ */ dt(uh), _r = /* @__PURE__ */ Q(null), ch = /* @__PURE__ */ Q(null), dh = /* @__PURE__ */ Q({}), ic = /* @__PURE__ */ Q(null), ul = /* @__PURE__ */ Q(null), oc = /* @__PURE__ */ Q(null);
|
|
10604
10596
|
function fh(t) {
|
|
10605
|
-
let e = Zp(t), n = M(null), { menuTriggerProps: r, menuProps: l } =
|
|
10597
|
+
let e = Zp(t), n = M(null), { menuTriggerProps: r, menuProps: l } = Ta({
|
|
10606
10598
|
...t,
|
|
10607
10599
|
type: "menu"
|
|
10608
10600
|
}, e, n), [i, o] = z(null), a = X(() => {
|
|
@@ -10618,7 +10610,7 @@ function fh(t) {
|
|
|
10618
10610
|
return /* @__PURE__ */ B.createElement(Nn, {
|
|
10619
10611
|
values: [
|
|
10620
10612
|
[
|
|
10621
|
-
|
|
10613
|
+
ic,
|
|
10622
10614
|
{
|
|
10623
10615
|
...l,
|
|
10624
10616
|
ref: u
|
|
@@ -10629,7 +10621,7 @@ function fh(t) {
|
|
|
10629
10621
|
e
|
|
10630
10622
|
],
|
|
10631
10623
|
[
|
|
10632
|
-
|
|
10624
|
+
oc,
|
|
10633
10625
|
e
|
|
10634
10626
|
],
|
|
10635
10627
|
[
|
|
@@ -10645,7 +10637,7 @@ function fh(t) {
|
|
|
10645
10637
|
}
|
|
10646
10638
|
]
|
|
10647
10639
|
]
|
|
10648
|
-
}, /* @__PURE__ */ B.createElement(
|
|
10640
|
+
}, /* @__PURE__ */ B.createElement(Bd, {
|
|
10649
10641
|
...r,
|
|
10650
10642
|
ref: n,
|
|
10651
10643
|
isPressed: e.isOpen
|
|
@@ -10653,7 +10645,7 @@ function fh(t) {
|
|
|
10653
10645
|
}
|
|
10654
10646
|
const ph = /* @__PURE__ */ Q(null);
|
|
10655
10647
|
function vh(t, e) {
|
|
10656
|
-
return [t, e] = Zt(t, e,
|
|
10648
|
+
return [t, e] = Zt(t, e, ic), /* @__PURE__ */ B.createElement(Nv, {
|
|
10657
10649
|
content: /* @__PURE__ */ B.createElement(Uv, t)
|
|
10658
10650
|
}, (n) => n.size > 0 && /* @__PURE__ */ B.createElement(hh, {
|
|
10659
10651
|
props: t,
|
|
@@ -10662,14 +10654,14 @@ function vh(t, e) {
|
|
|
10662
10654
|
}));
|
|
10663
10655
|
}
|
|
10664
10656
|
function hh({ props: t, collection: e, menuRef: n }) {
|
|
10665
|
-
let r =
|
|
10657
|
+
let r = Hs({
|
|
10666
10658
|
...t,
|
|
10667
10659
|
collection: e,
|
|
10668
10660
|
children: void 0
|
|
10669
|
-
}), [l, i] = z(null), { isVirtualized: o, CollectionRoot: a } = Y(
|
|
10661
|
+
}), [l, i] = z(null), { isVirtualized: o, CollectionRoot: a } = Y(ec), { menuProps: u } = Aa({
|
|
10670
10662
|
...t,
|
|
10671
10663
|
isVirtualized: o
|
|
10672
|
-
}, r, n), s = Y(
|
|
10664
|
+
}, r, n), s = Y(oc), c = Y(_r), d = (c == null ? void 0 : c.trigger) === "SubmenuTrigger";
|
|
10673
10665
|
Oi({
|
|
10674
10666
|
ref: n,
|
|
10675
10667
|
onInteractOutside: (g) => {
|
|
@@ -10757,7 +10749,7 @@ function hh({ props: t, collection: e, menuRef: n }) {
|
|
|
10757
10749
|
const mh = /* @__PURE__ */ dt(vh);
|
|
10758
10750
|
function bh(t, e, n) {
|
|
10759
10751
|
var r, l;
|
|
10760
|
-
let i = Y(ul), { CollectionBranch: o } = Y(
|
|
10752
|
+
let i = Y(ul), { CollectionBranch: o } = Y(ec), [a, u] = Zv();
|
|
10761
10753
|
var s;
|
|
10762
10754
|
let { headingProps: c, groupProps: d } = sp({
|
|
10763
10755
|
heading: u,
|
|
@@ -10786,7 +10778,7 @@ function bh(t, e, n) {
|
|
|
10786
10778
|
const Rr = /* @__PURE__ */ Q(null), gh = /* @__PURE__ */ Hv("item", function(e, n, r) {
|
|
10787
10779
|
var l;
|
|
10788
10780
|
[e, n] = Zt(e, n, Rr);
|
|
10789
|
-
let i = (l =
|
|
10781
|
+
let i = (l = tc(Rr)) === null || l === void 0 ? void 0 : l.id, o = Y(ul), a = Pn(n), { menuItemProps: u, labelProps: s, descriptionProps: c, keyboardShortcutProps: d, ...f } = Ka({
|
|
10790
10782
|
...e,
|
|
10791
10783
|
id: i,
|
|
10792
10784
|
key: r.key
|
|
@@ -10837,9 +10829,9 @@ const Rr = /* @__PURE__ */ Q(null), gh = /* @__PURE__ */ Hv("item", function(e,
|
|
|
10837
10829
|
]
|
|
10838
10830
|
]
|
|
10839
10831
|
}, E.children));
|
|
10840
|
-
}), sl = /* @__PURE__ */ Q(null),
|
|
10832
|
+
}), sl = /* @__PURE__ */ Q(null), ac = /* @__PURE__ */ Q(null);
|
|
10841
10833
|
function yh(t) {
|
|
10842
|
-
let e =
|
|
10834
|
+
let e = Vs(t), n = M(null), { triggerProps: r, tooltipProps: l } = Gp(t, e, n);
|
|
10843
10835
|
return /* @__PURE__ */ B.createElement(Nn, {
|
|
10844
10836
|
values: [
|
|
10845
10837
|
[
|
|
@@ -10847,21 +10839,21 @@ function yh(t) {
|
|
|
10847
10839
|
e
|
|
10848
10840
|
],
|
|
10849
10841
|
[
|
|
10850
|
-
|
|
10842
|
+
ac,
|
|
10851
10843
|
{
|
|
10852
10844
|
...l,
|
|
10853
10845
|
triggerRef: n
|
|
10854
10846
|
}
|
|
10855
10847
|
]
|
|
10856
10848
|
]
|
|
10857
|
-
}, /* @__PURE__ */ B.createElement(
|
|
10849
|
+
}, /* @__PURE__ */ B.createElement(ef, {
|
|
10858
10850
|
...r,
|
|
10859
10851
|
ref: n
|
|
10860
10852
|
}, t.children));
|
|
10861
10853
|
}
|
|
10862
10854
|
function $h({ UNSTABLE_portalContainer: t, ...e }, n) {
|
|
10863
|
-
[e, n] = Zt(e, n,
|
|
10864
|
-
let r = Y(sl), l =
|
|
10855
|
+
[e, n] = Zt(e, n, ac);
|
|
10856
|
+
let r = Y(sl), l = Vs(e), i = e.isOpen != null || e.defaultOpen != null || !r ? l : r, o = Qv(n, i.isOpen) || e.isExiting || !1;
|
|
10865
10857
|
return !i.isOpen && !o ? null : /* @__PURE__ */ B.createElement(Hf, {
|
|
10866
10858
|
portalContainer: t
|
|
10867
10859
|
}, /* @__PURE__ */ B.createElement(Eh, {
|
|
@@ -10912,7 +10904,7 @@ function Eh(t) {
|
|
|
10912
10904
|
"data-placement": a,
|
|
10913
10905
|
"data-entering": u || void 0,
|
|
10914
10906
|
"data-exiting": t.isExiting || void 0
|
|
10915
|
-
}, /* @__PURE__ */ B.createElement(
|
|
10907
|
+
}, /* @__PURE__ */ B.createElement(lc.Provider, {
|
|
10916
10908
|
value: {
|
|
10917
10909
|
...o,
|
|
10918
10910
|
placement: a,
|
|
@@ -10920,7 +10912,7 @@ function Eh(t) {
|
|
|
10920
10912
|
}
|
|
10921
10913
|
}, s.children));
|
|
10922
10914
|
}
|
|
10923
|
-
function
|
|
10915
|
+
function uc(t, e = "down") {
|
|
10924
10916
|
const n = e === "down" ? `(max-width: ${t}px)` : `(min-width: ${t}px)`, [r, l] = z(
|
|
10925
10917
|
() => typeof window < "u" ? window.matchMedia(n).matches : !1
|
|
10926
10918
|
);
|
|
@@ -10949,12 +10941,12 @@ function r4({
|
|
|
10949
10941
|
testId: o,
|
|
10950
10942
|
menuTestId: a
|
|
10951
10943
|
}) {
|
|
10952
|
-
const { className: u } = Ie(), s =
|
|
10944
|
+
const { className: u } = Ie(), s = uc($i.SMALL), [c, d] = z(!1), f = M(null), p = {
|
|
10953
10945
|
disabled: l,
|
|
10954
10946
|
"data-testid": o,
|
|
10955
10947
|
"aria-label": "Menu"
|
|
10956
10948
|
}, m = /* @__PURE__ */ b.jsx(
|
|
10957
|
-
|
|
10949
|
+
rc,
|
|
10958
10950
|
{
|
|
10959
10951
|
...p,
|
|
10960
10952
|
ref: f,
|
|
@@ -10972,7 +10964,7 @@ function r4({
|
|
|
10972
10964
|
}, [c, i]), s ? /* @__PURE__ */ b.jsxs(b.Fragment, { children: [
|
|
10973
10965
|
y,
|
|
10974
10966
|
c && /* @__PURE__ */ b.jsx(
|
|
10975
|
-
|
|
10967
|
+
Us,
|
|
10976
10968
|
{
|
|
10977
10969
|
id: e,
|
|
10978
10970
|
actions: r,
|
|
@@ -11062,7 +11054,7 @@ function Ch({ item: t, state: e }) {
|
|
|
11062
11054
|
}
|
|
11063
11055
|
);
|
|
11064
11056
|
}
|
|
11065
|
-
const
|
|
11057
|
+
const sc = dt(
|
|
11066
11058
|
(t, e) => {
|
|
11067
11059
|
let { buttonProps: n } = In(
|
|
11068
11060
|
{
|
|
@@ -11112,7 +11104,7 @@ function wh({
|
|
|
11112
11104
|
onOpenChange: ($) => {
|
|
11113
11105
|
$ ? o == null || o() : a == null || a();
|
|
11114
11106
|
}
|
|
11115
|
-
}, f =
|
|
11107
|
+
}, f = Rs(d), p = M(null), m = M(null), { labelProps: y, triggerProps: g, valueProps: E, menuProps: P } = es(
|
|
11116
11108
|
{ ...d, label: t || e },
|
|
11117
11109
|
f,
|
|
11118
11110
|
p
|
|
@@ -11139,7 +11131,7 @@ function wh({
|
|
|
11139
11131
|
/* @__PURE__ */ b.jsx("div", { ...y })
|
|
11140
11132
|
),
|
|
11141
11133
|
/* @__PURE__ */ b.jsx(
|
|
11142
|
-
|
|
11134
|
+
ts,
|
|
11143
11135
|
{
|
|
11144
11136
|
isDisabled: n,
|
|
11145
11137
|
state: f,
|
|
@@ -11150,7 +11142,7 @@ function wh({
|
|
|
11150
11142
|
}
|
|
11151
11143
|
),
|
|
11152
11144
|
/* @__PURE__ */ b.jsxs(
|
|
11153
|
-
|
|
11145
|
+
sc,
|
|
11154
11146
|
{
|
|
11155
11147
|
...g,
|
|
11156
11148
|
isOpen: f.isOpen,
|
|
@@ -11228,7 +11220,7 @@ function Ph({
|
|
|
11228
11220
|
items: u,
|
|
11229
11221
|
"data-testid": s,
|
|
11230
11222
|
children: c
|
|
11231
|
-
}, f =
|
|
11223
|
+
}, f = Rs(d), p = uc($i.MEDIUM), m = M(null), y = M(null), { labelProps: g, triggerProps: E, valueProps: P, menuProps: $ } = es(
|
|
11232
11224
|
{ ...d, label: t || e },
|
|
11233
11225
|
f,
|
|
11234
11226
|
m
|
|
@@ -11255,7 +11247,7 @@ function Ph({
|
|
|
11255
11247
|
/* @__PURE__ */ b.jsx("div", { ...g })
|
|
11256
11248
|
),
|
|
11257
11249
|
/* @__PURE__ */ b.jsx(
|
|
11258
|
-
|
|
11250
|
+
ts,
|
|
11259
11251
|
{
|
|
11260
11252
|
isDisabled: n,
|
|
11261
11253
|
state: f,
|
|
@@ -11266,7 +11258,7 @@ function Ph({
|
|
|
11266
11258
|
}
|
|
11267
11259
|
),
|
|
11268
11260
|
/* @__PURE__ */ b.jsxs(
|
|
11269
|
-
|
|
11261
|
+
sc,
|
|
11270
11262
|
{
|
|
11271
11263
|
...E,
|
|
11272
11264
|
isOpen: f.isOpen,
|
|
@@ -11298,7 +11290,7 @@ function Ph({
|
|
|
11298
11290
|
]
|
|
11299
11291
|
}
|
|
11300
11292
|
),
|
|
11301
|
-
f.isOpen && /* @__PURE__ */ b.jsx(b.Fragment, { children: p ? /* @__PURE__ */ b.jsx(
|
|
11293
|
+
f.isOpen && /* @__PURE__ */ b.jsx(b.Fragment, { children: p ? /* @__PURE__ */ b.jsx(Us, { isOpen: f.isOpen, onClose: () => f.close(), children: /* @__PURE__ */ b.jsx(Nr, { ...$, state: f }) }) : /* @__PURE__ */ b.jsx("div", { className: "proton-Select__popover", children: /* @__PURE__ */ b.jsx(
|
|
11302
11294
|
ol,
|
|
11303
11295
|
{
|
|
11304
11296
|
state: f,
|
|
@@ -11322,7 +11314,7 @@ function o4(t) {
|
|
|
11322
11314
|
...t,
|
|
11323
11315
|
isSelected: t.isOn,
|
|
11324
11316
|
"data-testid": void 0
|
|
11325
|
-
}, n = M(null), r =
|
|
11317
|
+
}, n = M(null), r = Cf(e), { inputProps: l } = Mp(e, r, n);
|
|
11326
11318
|
return /* @__PURE__ */ b.jsxs(
|
|
11327
11319
|
"label",
|
|
11328
11320
|
{
|
|
@@ -11504,7 +11496,7 @@ function Kh({
|
|
|
11504
11496
|
},
|
|
11505
11497
|
children: [
|
|
11506
11498
|
/* @__PURE__ */ b.jsx(
|
|
11507
|
-
|
|
11499
|
+
rc,
|
|
11508
11500
|
{
|
|
11509
11501
|
className: "proton__TooltipTrigger",
|
|
11510
11502
|
"aria-label": "Show tooltip",
|
|
@@ -11788,21 +11780,16 @@ const Lh = (t) => {
|
|
|
11788
11780
|
}
|
|
11789
11781
|
return "";
|
|
11790
11782
|
};
|
|
11791
|
-
function f4({
|
|
11792
|
-
|
|
11793
|
-
|
|
11794
|
-
|
|
11795
|
-
onBackgroundEvent: r
|
|
11796
|
-
}) {
|
|
11797
|
-
const { palette: l } = Ie(), i = Lc(l.BASE_COLOR), o = Lh(i);
|
|
11798
|
-
return /* @__PURE__ */ b.jsxs(Us, { fadeIn: !1, onBackgroundEvent: r, children: [
|
|
11799
|
-
t ? /* @__PURE__ */ b.jsx("div", { className: "proton-Backdrop__image", "aria-hidden": "true", children: t }) : /* @__PURE__ */ b.jsx(
|
|
11783
|
+
function f4({ image: t, imageUrl: e = "", onLoad: n }) {
|
|
11784
|
+
const { palette: r } = Ie(), l = Nc(r.BASE_COLOR), i = Lh(l);
|
|
11785
|
+
return /* @__PURE__ */ b.jsxs(Ws, { fadeIn: !1, children: [
|
|
11786
|
+
t ? /* @__PURE__ */ b.jsx("div", { "aria-hidden": "true", children: t }) : /* @__PURE__ */ b.jsx(
|
|
11800
11787
|
"img",
|
|
11801
11788
|
{
|
|
11802
11789
|
alt: "",
|
|
11803
11790
|
src: e,
|
|
11804
11791
|
className: "proton-Backdrop__image",
|
|
11805
|
-
onLoad: (
|
|
11792
|
+
onLoad: (o) => n == null ? void 0 : n(o.currentTarget),
|
|
11806
11793
|
"aria-hidden": "true"
|
|
11807
11794
|
}
|
|
11808
11795
|
),
|
|
@@ -11816,19 +11803,19 @@ function f4({
|
|
|
11816
11803
|
WebkitBackdropFilter: "blur(24px) brightness(75%)",
|
|
11817
11804
|
backdropFilter: "blur(24px) brightness(75%)",
|
|
11818
11805
|
filter: "brightness(50%)",
|
|
11819
|
-
background:
|
|
11806
|
+
background: i
|
|
11820
11807
|
}
|
|
11821
11808
|
}
|
|
11822
11809
|
)
|
|
11823
11810
|
] });
|
|
11824
11811
|
}
|
|
11825
11812
|
export {
|
|
11826
|
-
|
|
11827
|
-
|
|
11813
|
+
Us as ActionMenu,
|
|
11814
|
+
Ws as Backdrop,
|
|
11828
11815
|
Jh as Badge,
|
|
11829
11816
|
Zh as BadgeVariants,
|
|
11830
11817
|
We as Banner,
|
|
11831
|
-
|
|
11818
|
+
Ys as Button,
|
|
11832
11819
|
Pv as ButtonGroup,
|
|
11833
11820
|
h4 as COLORS,
|
|
11834
11821
|
u4 as Cell,
|