@protonradio/proton-ui 0.10.7 → 0.10.8-beta.2
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 +10 -10
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +21 -4
- package/dist/index.es.js +476 -469
- package/dist/index.es.js.map +1 -1
- package/dist/palettes-BDp2VnQU.mjs.map +1 -1
- package/dist/palettes-BZQ9UVED.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -2,7 +2,7 @@ import B, { useRef as M, useCallback as X, useState as j, useContext as G, useEf
|
|
|
2
2
|
import { L as Wc, D as Pl, G as me, e as fe } from "./palettes-BDp2VnQU.mjs";
|
|
3
3
|
import { transparentize as Vt, parseToRgba as Uc } from "color2k";
|
|
4
4
|
import { i as _r, e as U, b as Yc, h as Si, t as wl } from "./utils-OggAvvvN.mjs";
|
|
5
|
-
import { THEMES as
|
|
5
|
+
import { THEMES as Ke, BREAKPOINTS as Ir } from "./constants.es.js";
|
|
6
6
|
import Fr, { flushSync as Gc, createPortal as Ci } from "react-dom";
|
|
7
7
|
var or = { exports: {} }, It = {};
|
|
8
8
|
/**
|
|
@@ -38,9 +38,9 @@ var Ft = {};
|
|
|
38
38
|
* This source code is licensed under the MIT license found in the
|
|
39
39
|
* LICENSE file in the root directory of this source tree.
|
|
40
40
|
*/
|
|
41
|
-
var
|
|
41
|
+
var Tl;
|
|
42
42
|
function Xc() {
|
|
43
|
-
return
|
|
43
|
+
return Tl || (Tl = 1, process.env.NODE_ENV !== "production" && function() {
|
|
44
44
|
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"), s = Symbol.for("react.forward_ref"), u = 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, g = "@@iterator";
|
|
45
45
|
function y(v) {
|
|
46
46
|
if (v === null || typeof v != "object")
|
|
@@ -66,14 +66,14 @@ function Xc() {
|
|
|
66
66
|
ee.unshift("Warning: " + K), Function.prototype.apply.call(console[v], console, ee);
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
|
-
var A = !1, S = !1, D = !1, R = !1, h = !1,
|
|
70
|
-
|
|
69
|
+
var A = !1, S = !1, D = !1, R = !1, h = !1, T;
|
|
70
|
+
T = Symbol.for("react.module.reference");
|
|
71
71
|
function C(v) {
|
|
72
72
|
return !!(typeof v == "string" || typeof v == "function" || v === r || v === i || h || v === l || v === u || v === c || R || v === p || A || S || D || typeof v == "object" && v !== null && (v.$$typeof === f || v.$$typeof === d || v.$$typeof === o || v.$$typeof === a || v.$$typeof === s || // This needs to include all possible module reference object
|
|
73
73
|
// types supported by any Flight configuration anywhere since
|
|
74
74
|
// we don't know which Flight build this will end up being used
|
|
75
75
|
// with.
|
|
76
|
-
v.$$typeof ===
|
|
76
|
+
v.$$typeof === T || v.getModuleId !== void 0));
|
|
77
77
|
}
|
|
78
78
|
function w(v, K, F) {
|
|
79
79
|
var z = v.displayName;
|
|
@@ -130,18 +130,18 @@ function Xc() {
|
|
|
130
130
|
}
|
|
131
131
|
return null;
|
|
132
132
|
}
|
|
133
|
-
var I = Object.assign,
|
|
134
|
-
function
|
|
133
|
+
var I = Object.assign, k = 0, V, _, re, de, Ee, Me, Se;
|
|
134
|
+
function Ye() {
|
|
135
135
|
}
|
|
136
|
-
|
|
136
|
+
Ye.__reactDisabledLog = !0;
|
|
137
137
|
function O() {
|
|
138
138
|
{
|
|
139
|
-
if (
|
|
140
|
-
V = console.log, _ = console.info, re = console.warn, de = console.error, Ee = console.group,
|
|
139
|
+
if (k === 0) {
|
|
140
|
+
V = console.log, _ = console.info, re = console.warn, de = console.error, Ee = console.group, Me = console.groupCollapsed, Se = console.groupEnd;
|
|
141
141
|
var v = {
|
|
142
142
|
configurable: !0,
|
|
143
143
|
enumerable: !0,
|
|
144
|
-
value:
|
|
144
|
+
value: Ye,
|
|
145
145
|
writable: !0
|
|
146
146
|
};
|
|
147
147
|
Object.defineProperties(console, {
|
|
@@ -154,12 +154,12 @@ function Xc() {
|
|
|
154
154
|
groupEnd: v
|
|
155
155
|
});
|
|
156
156
|
}
|
|
157
|
-
|
|
157
|
+
k++;
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
160
|
function Ae() {
|
|
161
161
|
{
|
|
162
|
-
if (
|
|
162
|
+
if (k--, k === 0) {
|
|
163
163
|
var v = {
|
|
164
164
|
configurable: !0,
|
|
165
165
|
enumerable: !0,
|
|
@@ -182,28 +182,28 @@ function Xc() {
|
|
|
182
182
|
value: Ee
|
|
183
183
|
}),
|
|
184
184
|
groupCollapsed: I({}, v, {
|
|
185
|
-
value:
|
|
185
|
+
value: Me
|
|
186
186
|
}),
|
|
187
187
|
groupEnd: I({}, v, {
|
|
188
188
|
value: Se
|
|
189
189
|
})
|
|
190
190
|
});
|
|
191
191
|
}
|
|
192
|
-
|
|
192
|
+
k < 0 && x("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
193
193
|
}
|
|
194
194
|
}
|
|
195
|
-
var Ce = P.ReactCurrentDispatcher,
|
|
195
|
+
var Ce = P.ReactCurrentDispatcher, Ge;
|
|
196
196
|
function vt(v, K, F) {
|
|
197
197
|
{
|
|
198
|
-
if (
|
|
198
|
+
if (Ge === void 0)
|
|
199
199
|
try {
|
|
200
200
|
throw Error();
|
|
201
201
|
} catch (Z) {
|
|
202
202
|
var z = Z.stack.trim().match(/\n( *(at )?)/);
|
|
203
|
-
|
|
203
|
+
Ge = z && z[1] || "";
|
|
204
204
|
}
|
|
205
205
|
return `
|
|
206
|
-
` +
|
|
206
|
+
` + Ge + v;
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
209
|
var mt = !1, bt;
|
|
@@ -392,13 +392,13 @@ function Xc() {
|
|
|
392
392
|
}
|
|
393
393
|
return v.key !== void 0;
|
|
394
394
|
}
|
|
395
|
-
function
|
|
395
|
+
function Tc(v, K) {
|
|
396
396
|
if (typeof v.ref == "string" && _t.current && K && _t.current.stateNode !== K) {
|
|
397
397
|
var F = E(_t.current.type);
|
|
398
398
|
Ln[F] || (x('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', E(_t.current.type), v.ref), Ln[F] = !0);
|
|
399
399
|
}
|
|
400
400
|
}
|
|
401
|
-
function
|
|
401
|
+
function kc(v, K) {
|
|
402
402
|
{
|
|
403
403
|
var F = function() {
|
|
404
404
|
ml || (ml = !0, x("%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));
|
|
@@ -452,7 +452,7 @@ function Xc() {
|
|
|
452
452
|
function Kc(v, K, F, z, Z) {
|
|
453
453
|
{
|
|
454
454
|
var ee, q = {}, Y = null, ve = null;
|
|
455
|
-
F !== void 0 && (vl(F), Y = "" + F), Dc(K) && (vl(K.key), Y = "" + K.key), wc(K) && (ve = K.ref,
|
|
455
|
+
F !== void 0 && (vl(F), Y = "" + F), Dc(K) && (vl(K.key), Y = "" + K.key), wc(K) && (ve = K.ref, Tc(K, Z));
|
|
456
456
|
for (ee in K)
|
|
457
457
|
Mt.call(K, ee) && !Pc.hasOwnProperty(ee) && (q[ee] = K[ee]);
|
|
458
458
|
if (v && v.defaultProps) {
|
|
@@ -462,7 +462,7 @@ function Xc() {
|
|
|
462
462
|
}
|
|
463
463
|
if (Y || ve) {
|
|
464
464
|
var se = typeof v == "function" ? v.displayName || v.name || "Unknown" : v;
|
|
465
|
-
Y &&
|
|
465
|
+
Y && kc(q, se), ve && Ac(q, se);
|
|
466
466
|
}
|
|
467
467
|
return Bc(v, Y, ve, Z, z, _t.current, q);
|
|
468
468
|
}
|
|
@@ -713,20 +713,20 @@ function od(t) {
|
|
|
713
713
|
function lt() {
|
|
714
714
|
return typeof B.useSyncExternalStore == "function" ? B.useSyncExternalStore(od, ld, id) : G(Jc);
|
|
715
715
|
}
|
|
716
|
-
let ad = !!(typeof window < "u" && window.document && window.document.createElement),
|
|
716
|
+
let ad = !!(typeof window < "u" && window.document && window.document.createElement), Xe = /* @__PURE__ */ new Map();
|
|
717
717
|
function ge(t) {
|
|
718
718
|
let [e, n] = j(t), r = M(null), l = rd(e), i = X((o) => {
|
|
719
719
|
r.current = o;
|
|
720
720
|
}, []);
|
|
721
|
-
return ad && (
|
|
722
|
-
...
|
|
721
|
+
return ad && (Xe.has(l) && !Xe.get(l).includes(i) ? Xe.set(l, [
|
|
722
|
+
...Xe.get(l),
|
|
723
723
|
i
|
|
724
|
-
]) :
|
|
724
|
+
]) : Xe.set(l, [
|
|
725
725
|
i
|
|
726
726
|
])), J(() => {
|
|
727
727
|
let o = l;
|
|
728
728
|
return () => {
|
|
729
|
-
|
|
729
|
+
Xe.delete(o);
|
|
730
730
|
};
|
|
731
731
|
}, [
|
|
732
732
|
l
|
|
@@ -737,10 +737,10 @@ function ge(t) {
|
|
|
737
737
|
}
|
|
738
738
|
function sd(t, e) {
|
|
739
739
|
if (t === e) return t;
|
|
740
|
-
let n =
|
|
740
|
+
let n = Xe.get(t);
|
|
741
741
|
if (n)
|
|
742
742
|
return n.forEach((l) => l(e)), e;
|
|
743
|
-
let r =
|
|
743
|
+
let r = Xe.get(e);
|
|
744
744
|
return r ? (r.forEach((l) => l(t)), t) : e;
|
|
745
745
|
}
|
|
746
746
|
function tt(t = []) {
|
|
@@ -758,7 +758,7 @@ function tt(t = []) {
|
|
|
758
758
|
...t
|
|
759
759
|
]), n;
|
|
760
760
|
}
|
|
761
|
-
function
|
|
761
|
+
function Fe(...t) {
|
|
762
762
|
return (...e) => {
|
|
763
763
|
for (let n of t) typeof n == "function" && n(...e);
|
|
764
764
|
};
|
|
@@ -766,7 +766,7 @@ function Ie(...t) {
|
|
|
766
766
|
const ne = (t) => {
|
|
767
767
|
var e;
|
|
768
768
|
return (e = t == null ? void 0 : t.ownerDocument) !== null && e !== void 0 ? e : document;
|
|
769
|
-
},
|
|
769
|
+
}, Te = (t) => t && "window" in t && t.window === t ? t : ne(t).defaultView || window;
|
|
770
770
|
function wi(t) {
|
|
771
771
|
var e, n, r = "";
|
|
772
772
|
if (typeof t == "string" || typeof t == "number") r += t;
|
|
@@ -791,7 +791,7 @@ function H(...t) {
|
|
|
791
791
|
typeof i == "function" && typeof o == "function" && // This is a lot faster than a regex.
|
|
792
792
|
l[0] === "o" && l[1] === "n" && l.charCodeAt(2) >= /* 'A' */
|
|
793
793
|
65 && l.charCodeAt(2) <= /* 'Z' */
|
|
794
|
-
90 ? e[l] =
|
|
794
|
+
90 ? e[l] = Fe(i, o) : (l === "className" || l === "UNSAFE_className") && typeof i == "string" && typeof o == "string" ? e[l] = ud(i, o) : l === "id" && i && o ? e.id = sd(i, o) : e[l] = o !== void 0 ? o : i;
|
|
795
795
|
}
|
|
796
796
|
}
|
|
797
797
|
return e;
|
|
@@ -823,7 +823,7 @@ function he(t, e = {}) {
|
|
|
823
823
|
for (const o in t) Object.prototype.hasOwnProperty.call(t, o) && (dd.has(o) || n && fd.has(o) || r && pd.has(o) || l != null && l.has(o) || hd.test(o)) && (i[o] = t[o]);
|
|
824
824
|
return i;
|
|
825
825
|
}
|
|
826
|
-
function
|
|
826
|
+
function je(t) {
|
|
827
827
|
if (vd()) t.focus({
|
|
828
828
|
preventScroll: !0
|
|
829
829
|
});
|
|
@@ -873,28 +873,28 @@ function Rr(t) {
|
|
|
873
873
|
var e;
|
|
874
874
|
return typeof window < "u" && window.navigator != null ? t.test(((e = window.navigator.userAgentData) === null || e === void 0 ? void 0 : e.platform) || window.navigator.platform) : !1;
|
|
875
875
|
}
|
|
876
|
-
function
|
|
876
|
+
function We(t) {
|
|
877
877
|
let e = null;
|
|
878
878
|
return () => (e == null && (e = t()), e);
|
|
879
879
|
}
|
|
880
|
-
const nt =
|
|
880
|
+
const nt = We(function() {
|
|
881
881
|
return Rr(/^Mac/i);
|
|
882
|
-
}), gd =
|
|
882
|
+
}), gd = We(function() {
|
|
883
883
|
return Rr(/^iPhone/i);
|
|
884
|
-
}), Di =
|
|
884
|
+
}), Di = We(function() {
|
|
885
885
|
return Rr(/^iPad/i) || // iPadOS 13 lies and says it's a Mac, but we can distinguish by detecting touch support.
|
|
886
886
|
nt() && navigator.maxTouchPoints > 1;
|
|
887
|
-
}), wn =
|
|
887
|
+
}), wn = We(function() {
|
|
888
888
|
return gd() || Di();
|
|
889
|
-
}), yd =
|
|
889
|
+
}), yd = We(function() {
|
|
890
890
|
return nt() || wn();
|
|
891
|
-
}), Nr =
|
|
891
|
+
}), Nr = We(function() {
|
|
892
892
|
return Pn(/AppleWebKit/i) && !$d();
|
|
893
|
-
}), $d =
|
|
893
|
+
}), $d = We(function() {
|
|
894
894
|
return Pn(/Chrome/i);
|
|
895
|
-
}), vn =
|
|
895
|
+
}), vn = We(function() {
|
|
896
896
|
return Pn(/Android/i);
|
|
897
|
-
}), xd =
|
|
897
|
+
}), xd = We(function() {
|
|
898
898
|
return Pn(/Firefox/i);
|
|
899
899
|
}), Ed = /* @__PURE__ */ Q({
|
|
900
900
|
isNative: !0,
|
|
@@ -922,7 +922,7 @@ function dt(t, e, n = !0) {
|
|
|
922
922
|
bubbles: !0,
|
|
923
923
|
cancelable: !0
|
|
924
924
|
});
|
|
925
|
-
dt.isOpening = n,
|
|
925
|
+
dt.isOpening = n, je(t), t.dispatchEvent(u), dt.isOpening = !1;
|
|
926
926
|
}
|
|
927
927
|
dt.isOpening = !1;
|
|
928
928
|
function Sd(t, e) {
|
|
@@ -948,7 +948,7 @@ function Pd(t) {
|
|
|
948
948
|
"data-referrer-policy": t.referrerPolicy
|
|
949
949
|
};
|
|
950
950
|
}
|
|
951
|
-
function
|
|
951
|
+
function Ti(t) {
|
|
952
952
|
let e = Zt();
|
|
953
953
|
var n;
|
|
954
954
|
const r = e.useHref((n = t == null ? void 0 : t.href) !== null && n !== void 0 ? n : "");
|
|
@@ -962,7 +962,7 @@ function ki(t) {
|
|
|
962
962
|
};
|
|
963
963
|
}
|
|
964
964
|
let Ct = /* @__PURE__ */ new Map(), ar = /* @__PURE__ */ new Set();
|
|
965
|
-
function
|
|
965
|
+
function kl() {
|
|
966
966
|
if (typeof window > "u") return;
|
|
967
967
|
function t(r) {
|
|
968
968
|
return "propertyName" in r;
|
|
@@ -983,8 +983,8 @@ function Tl() {
|
|
|
983
983
|
};
|
|
984
984
|
document.body.addEventListener("transitionrun", e), document.body.addEventListener("transitionend", n);
|
|
985
985
|
}
|
|
986
|
-
typeof document < "u" && (document.readyState !== "loading" ?
|
|
987
|
-
function
|
|
986
|
+
typeof document < "u" && (document.readyState !== "loading" ? kl() : document.addEventListener("DOMContentLoaded", kl));
|
|
987
|
+
function ki(t) {
|
|
988
988
|
requestAnimationFrame(() => {
|
|
989
989
|
Ct.size === 0 ? t() : ar.add(t);
|
|
990
990
|
});
|
|
@@ -1092,7 +1092,7 @@ function Wt(t, e) {
|
|
|
1092
1092
|
let n = window.getComputedStyle(t), r = /(auto|scroll)/.test(n.overflow + n.overflowX + n.overflowY);
|
|
1093
1093
|
return r && e && (r = t.scrollHeight !== t.clientHeight || t.scrollWidth !== t.clientWidth), r;
|
|
1094
1094
|
}
|
|
1095
|
-
function
|
|
1095
|
+
function Ze(t, e) {
|
|
1096
1096
|
let n = t;
|
|
1097
1097
|
for (Wt(n, e) && (n = n.parentElement); n && !Wt(n, e); ) n = n.parentElement;
|
|
1098
1098
|
return n || document.scrollingElement || document.documentElement;
|
|
@@ -1103,9 +1103,9 @@ function Dd(t, e) {
|
|
|
1103
1103
|
Wt(t, e) && n.push(t), t = t.parentElement;
|
|
1104
1104
|
return n;
|
|
1105
1105
|
}
|
|
1106
|
-
let
|
|
1106
|
+
let Td = 0;
|
|
1107
1107
|
const Wn = /* @__PURE__ */ new Map();
|
|
1108
|
-
function
|
|
1108
|
+
function Tn(t) {
|
|
1109
1109
|
let [e, n] = j();
|
|
1110
1110
|
return J(() => {
|
|
1111
1111
|
if (!t) return;
|
|
@@ -1113,7 +1113,7 @@ function kn(t) {
|
|
|
1113
1113
|
if (r)
|
|
1114
1114
|
n(r.element.id);
|
|
1115
1115
|
else {
|
|
1116
|
-
let l = `react-aria-description-${
|
|
1116
|
+
let l = `react-aria-description-${Td++}`;
|
|
1117
1117
|
n(l);
|
|
1118
1118
|
let i = document.createElement("div");
|
|
1119
1119
|
i.id = l, i.style.display = "none", i.textContent = t, document.body.appendChild(i), r = {
|
|
@@ -1162,7 +1162,7 @@ function Bl(t, e, n) {
|
|
|
1162
1162
|
}
|
|
1163
1163
|
return l;
|
|
1164
1164
|
}
|
|
1165
|
-
function
|
|
1165
|
+
function Je(t, e) {
|
|
1166
1166
|
if (document.contains(t)) {
|
|
1167
1167
|
let o = document.scrollingElement || document.documentElement;
|
|
1168
1168
|
if (window.getComputedStyle(o).overflow === "hidden") {
|
|
@@ -1190,10 +1190,10 @@ function Ze(t, e) {
|
|
|
1190
1190
|
function ur(t) {
|
|
1191
1191
|
return t.mozInputSource === 0 && t.isTrusted ? !0 : vn() && t.pointerType ? t.type === "click" && t.buttons === 1 : t.detail === 0 && !t.pointerType;
|
|
1192
1192
|
}
|
|
1193
|
-
function
|
|
1193
|
+
function kd(t) {
|
|
1194
1194
|
return !vn() && t.width === 0 && t.height === 0 || t.width === 1 && t.height === 1 && t.pressure === 0 && t.detail === 0 && t.pointerType === "mouse";
|
|
1195
1195
|
}
|
|
1196
|
-
function
|
|
1196
|
+
function kn(t, e, n) {
|
|
1197
1197
|
let r = M(e), l = ae(() => {
|
|
1198
1198
|
n && n(r.current);
|
|
1199
1199
|
});
|
|
@@ -1251,7 +1251,7 @@ function an(t) {
|
|
|
1251
1251
|
if (wn()) {
|
|
1252
1252
|
if (wt !== "disabled") return;
|
|
1253
1253
|
wt = "restoring", setTimeout(() => {
|
|
1254
|
-
|
|
1254
|
+
ki(() => {
|
|
1255
1255
|
if (wt === "restoring") {
|
|
1256
1256
|
const e = ne(t);
|
|
1257
1257
|
e.documentElement.style.webkitUserSelect === "none" && (e.documentElement.style.webkitUserSelect = dr || ""), dr = "", wt = "default";
|
|
@@ -1327,7 +1327,7 @@ class un {
|
|
|
1327
1327
|
}
|
|
1328
1328
|
}
|
|
1329
1329
|
const _l = Symbol("linkClicked");
|
|
1330
|
-
function
|
|
1330
|
+
function Ve(t) {
|
|
1331
1331
|
let {
|
|
1332
1332
|
onPress: e,
|
|
1333
1333
|
onPressChange: n,
|
|
@@ -1352,45 +1352,45 @@ function ze(t) {
|
|
|
1352
1352
|
target: null,
|
|
1353
1353
|
isOverTarget: !1,
|
|
1354
1354
|
pointerType: null
|
|
1355
|
-
}), { addGlobalListener: y, removeAllGlobalListeners: P } = Ai(), x = ae((h,
|
|
1355
|
+
}), { addGlobalListener: y, removeAllGlobalListeners: P } = Ai(), x = ae((h, T) => {
|
|
1356
1356
|
let C = g.current;
|
|
1357
1357
|
if (o || C.didFirePressStart) return !1;
|
|
1358
1358
|
let w = !0;
|
|
1359
1359
|
if (C.isTriggeringEvent = !0, r) {
|
|
1360
|
-
let N = new un("pressstart",
|
|
1360
|
+
let N = new un("pressstart", T, h);
|
|
1361
1361
|
r(N), w = N.shouldStopPropagation;
|
|
1362
1362
|
}
|
|
1363
1363
|
return n && n(!0), C.isTriggeringEvent = !1, C.didFirePressStart = !0, m(!0), w;
|
|
1364
|
-
}), $ = ae((h,
|
|
1364
|
+
}), $ = ae((h, T, C = !0) => {
|
|
1365
1365
|
let w = g.current;
|
|
1366
1366
|
if (!w.didFirePressStart) return !1;
|
|
1367
1367
|
w.ignoreClickAfterPress = !0, w.didFirePressStart = !1, w.isTriggeringEvent = !0;
|
|
1368
1368
|
let N = !0;
|
|
1369
1369
|
if (l) {
|
|
1370
|
-
let E = new un("pressend",
|
|
1370
|
+
let E = new un("pressend", T, h);
|
|
1371
1371
|
l(E), N = E.shouldStopPropagation;
|
|
1372
1372
|
}
|
|
1373
1373
|
if (n && n(!1), m(!1), e && C && !o) {
|
|
1374
|
-
let E = new un("press",
|
|
1374
|
+
let E = new un("press", T, h);
|
|
1375
1375
|
e(E), N && (N = E.shouldStopPropagation);
|
|
1376
1376
|
}
|
|
1377
1377
|
return w.isTriggeringEvent = !1, N;
|
|
1378
|
-
}), A = ae((h,
|
|
1378
|
+
}), A = ae((h, T) => {
|
|
1379
1379
|
let C = g.current;
|
|
1380
1380
|
if (o) return !1;
|
|
1381
1381
|
if (i) {
|
|
1382
1382
|
C.isTriggeringEvent = !0;
|
|
1383
|
-
let w = new un("pressup",
|
|
1383
|
+
let w = new un("pressup", T, h);
|
|
1384
1384
|
return i(w), C.isTriggeringEvent = !1, w.shouldStopPropagation;
|
|
1385
1385
|
}
|
|
1386
1386
|
return !0;
|
|
1387
1387
|
}), S = ae((h) => {
|
|
1388
|
-
let
|
|
1389
|
-
|
|
1388
|
+
let T = g.current;
|
|
1389
|
+
T.isPressed && T.target && (T.isOverTarget && T.pointerType != null && $(Re(T.target, h), T.pointerType, !1), T.isPressed = !1, T.isOverTarget = !1, T.activePointerId = null, T.pointerType = null, P(), c || an(T.target));
|
|
1390
1390
|
}), D = ae((h) => {
|
|
1391
1391
|
u && S(h);
|
|
1392
1392
|
}), R = W(() => {
|
|
1393
|
-
let h = g.current,
|
|
1393
|
+
let h = g.current, T = {
|
|
1394
1394
|
onKeyDown(w) {
|
|
1395
1395
|
if (Un(w.nativeEvent, w.currentTarget) && w.currentTarget.contains(w.target)) {
|
|
1396
1396
|
var N;
|
|
@@ -1398,10 +1398,10 @@ function ze(t) {
|
|
|
1398
1398
|
let E = !0;
|
|
1399
1399
|
if (!h.isPressed && !w.repeat) {
|
|
1400
1400
|
h.target = w.currentTarget, h.isPressed = !0, E = x(w, "keyboard");
|
|
1401
|
-
let I = w.currentTarget,
|
|
1402
|
-
Un(V, I) && !V.repeat && I.contains(V.target) && h.target && A(
|
|
1401
|
+
let I = w.currentTarget, k = (V) => {
|
|
1402
|
+
Un(V, I) && !V.repeat && I.contains(V.target) && h.target && A(Re(h.target, V), "keyboard");
|
|
1403
1403
|
};
|
|
1404
|
-
y(ne(w.currentTarget), "keyup",
|
|
1404
|
+
y(ne(w.currentTarget), "keyup", Fe(k, C), !0);
|
|
1405
1405
|
}
|
|
1406
1406
|
E && w.stopPropagation(), w.metaKey && nt() && ((N = h.metaKeyEvents) === null || N === void 0 || N.set(w.key, w.nativeEvent));
|
|
1407
1407
|
} else w.key === "Meta" && (h.metaKeyEvents = /* @__PURE__ */ new Map());
|
|
@@ -1410,9 +1410,9 @@ function ze(t) {
|
|
|
1410
1410
|
if (!(w && !w.currentTarget.contains(w.target)) && w && w.button === 0 && !h.isTriggeringEvent && !dt.isOpening) {
|
|
1411
1411
|
let N = !0;
|
|
1412
1412
|
if (o && w.preventDefault(), !h.ignoreClickAfterPress && !h.ignoreEmulatedMouseEvents && !h.isPressed && (h.pointerType === "virtual" || ur(w.nativeEvent))) {
|
|
1413
|
-
!o && !s &&
|
|
1414
|
-
let E = x(w, "virtual"), I = A(w, "virtual"),
|
|
1415
|
-
N = E && I &&
|
|
1413
|
+
!o && !s && je(w.currentTarget);
|
|
1414
|
+
let E = x(w, "virtual"), I = A(w, "virtual"), k = $(w, "virtual");
|
|
1415
|
+
N = E && I && k;
|
|
1416
1416
|
}
|
|
1417
1417
|
h.ignoreEmulatedMouseEvents = !1, h.ignoreClickAfterPress = !1, N && w.stopPropagation();
|
|
1418
1418
|
}
|
|
@@ -1422,61 +1422,61 @@ function ze(t) {
|
|
|
1422
1422
|
if (h.isPressed && h.target && Un(w, h.target)) {
|
|
1423
1423
|
var E;
|
|
1424
1424
|
Fl(w.target, w.key) && w.preventDefault();
|
|
1425
|
-
let
|
|
1426
|
-
$(
|
|
1425
|
+
let k = w.target;
|
|
1426
|
+
$(Re(h.target, w), "keyboard", h.target.contains(k)), P(), w.key !== "Enter" && Or(h.target) && h.target.contains(k) && !w[_l] && (w[_l] = !0, dt(h.target, w, !1)), h.isPressed = !1, (E = h.metaKeyEvents) === null || E === void 0 || E.delete(w.key);
|
|
1427
1427
|
} else if (w.key === "Meta" && (!((N = h.metaKeyEvents) === null || N === void 0) && N.size)) {
|
|
1428
1428
|
var I;
|
|
1429
|
-
let
|
|
1429
|
+
let k = h.metaKeyEvents;
|
|
1430
1430
|
h.metaKeyEvents = void 0;
|
|
1431
|
-
for (let V of
|
|
1431
|
+
for (let V of k.values()) (I = h.target) === null || I === void 0 || I.dispatchEvent(new KeyboardEvent("keyup", V));
|
|
1432
1432
|
}
|
|
1433
1433
|
};
|
|
1434
1434
|
if (typeof PointerEvent < "u") {
|
|
1435
|
-
|
|
1436
|
-
if (
|
|
1437
|
-
if (
|
|
1435
|
+
T.onPointerDown = (k) => {
|
|
1436
|
+
if (k.button !== 0 || !k.currentTarget.contains(k.target)) return;
|
|
1437
|
+
if (kd(k.nativeEvent)) {
|
|
1438
1438
|
h.pointerType = "virtual";
|
|
1439
1439
|
return;
|
|
1440
1440
|
}
|
|
1441
|
-
Yn(
|
|
1441
|
+
Yn(k.currentTarget) && k.preventDefault(), h.pointerType = k.pointerType;
|
|
1442
1442
|
let V = !0;
|
|
1443
|
-
h.isPressed || (h.isPressed = !0, h.isOverTarget = !0, h.activePointerId =
|
|
1444
|
-
},
|
|
1445
|
-
|
|
1446
|
-
},
|
|
1447
|
-
!
|
|
1443
|
+
h.isPressed || (h.isPressed = !0, h.isOverTarget = !0, h.activePointerId = k.pointerId, h.target = k.currentTarget, !o && !s && je(k.currentTarget), c || Kl(h.target), V = x(k, h.pointerType), y(ne(k.currentTarget), "pointermove", w, !1), y(ne(k.currentTarget), "pointerup", N, !1), y(ne(k.currentTarget), "pointercancel", I, !1)), V && k.stopPropagation();
|
|
1444
|
+
}, T.onMouseDown = (k) => {
|
|
1445
|
+
k.currentTarget.contains(k.target) && k.button === 0 && (Yn(k.currentTarget) && k.preventDefault(), k.stopPropagation());
|
|
1446
|
+
}, T.onPointerUp = (k) => {
|
|
1447
|
+
!k.currentTarget.contains(k.target) || h.pointerType === "virtual" || k.button === 0 && xt(k, k.currentTarget) && A(k, h.pointerType || k.pointerType);
|
|
1448
1448
|
};
|
|
1449
|
-
let w = (
|
|
1450
|
-
|
|
1451
|
-
}, N = (
|
|
1452
|
-
|
|
1449
|
+
let w = (k) => {
|
|
1450
|
+
k.pointerId === h.activePointerId && (h.target && xt(k, h.target) ? !h.isOverTarget && h.pointerType != null && (h.isOverTarget = !0, x(Re(h.target, k), h.pointerType)) : h.target && h.isOverTarget && h.pointerType != null && (h.isOverTarget = !1, $(Re(h.target, k), h.pointerType, !1), D(k)));
|
|
1451
|
+
}, N = (k) => {
|
|
1452
|
+
k.pointerId === h.activePointerId && h.isPressed && k.button === 0 && h.target && (xt(k, h.target) && h.pointerType != null ? $(Re(h.target, k), h.pointerType) : h.isOverTarget && h.pointerType != null && $(Re(h.target, k), h.pointerType, !1), h.isPressed = !1, h.isOverTarget = !1, h.activePointerId = null, h.pointerType = null, P(), c || an(h.target), "ontouchend" in h.target && k.pointerType !== "mouse" && y(h.target, "touchend", E, {
|
|
1453
1453
|
once: !0
|
|
1454
1454
|
}));
|
|
1455
|
-
}, E = (
|
|
1456
|
-
Ii(
|
|
1457
|
-
}, I = (
|
|
1458
|
-
S(
|
|
1455
|
+
}, E = (k) => {
|
|
1456
|
+
Ii(k.currentTarget) && k.preventDefault();
|
|
1457
|
+
}, I = (k) => {
|
|
1458
|
+
S(k);
|
|
1459
1459
|
};
|
|
1460
|
-
|
|
1461
|
-
|
|
1460
|
+
T.onDragStart = (k) => {
|
|
1461
|
+
k.currentTarget.contains(k.target) && S(k);
|
|
1462
1462
|
};
|
|
1463
1463
|
} else {
|
|
1464
|
-
|
|
1464
|
+
T.onMouseDown = (E) => {
|
|
1465
1465
|
if (E.button !== 0 || !E.currentTarget.contains(E.target)) return;
|
|
1466
1466
|
if (Yn(E.currentTarget) && E.preventDefault(), h.ignoreEmulatedMouseEvents) {
|
|
1467
1467
|
E.stopPropagation();
|
|
1468
1468
|
return;
|
|
1469
1469
|
}
|
|
1470
|
-
h.isPressed = !0, h.isOverTarget = !0, h.target = E.currentTarget, h.pointerType = ur(E.nativeEvent) ? "virtual" : "mouse", !o && !s &&
|
|
1471
|
-
},
|
|
1470
|
+
h.isPressed = !0, h.isOverTarget = !0, h.target = E.currentTarget, h.pointerType = ur(E.nativeEvent) ? "virtual" : "mouse", !o && !s && je(E.currentTarget), x(E, h.pointerType) && E.stopPropagation(), y(ne(E.currentTarget), "mouseup", w, !1);
|
|
1471
|
+
}, T.onMouseEnter = (E) => {
|
|
1472
1472
|
if (!E.currentTarget.contains(E.target)) return;
|
|
1473
1473
|
let I = !0;
|
|
1474
1474
|
h.isPressed && !h.ignoreEmulatedMouseEvents && h.pointerType != null && (h.isOverTarget = !0, I = x(E, h.pointerType)), I && E.stopPropagation();
|
|
1475
|
-
},
|
|
1475
|
+
}, T.onMouseLeave = (E) => {
|
|
1476
1476
|
if (!E.currentTarget.contains(E.target)) return;
|
|
1477
1477
|
let I = !0;
|
|
1478
1478
|
h.isPressed && !h.ignoreEmulatedMouseEvents && h.pointerType != null && (h.isOverTarget = !1, I = $(E, h.pointerType, !1), D(E)), I && E.stopPropagation();
|
|
1479
|
-
},
|
|
1479
|
+
}, T.onMouseUp = (E) => {
|
|
1480
1480
|
E.currentTarget.contains(E.target) && !h.ignoreEmulatedMouseEvents && E.button === 0 && A(E, h.pointerType || "mouse");
|
|
1481
1481
|
};
|
|
1482
1482
|
let w = (E) => {
|
|
@@ -1485,32 +1485,32 @@ function ze(t) {
|
|
|
1485
1485
|
h.ignoreEmulatedMouseEvents = !1;
|
|
1486
1486
|
return;
|
|
1487
1487
|
}
|
|
1488
|
-
h.target && xt(E, h.target) && h.pointerType != null ? $(
|
|
1488
|
+
h.target && xt(E, h.target) && h.pointerType != null ? $(Re(h.target, E), h.pointerType) : h.target && h.isOverTarget && h.pointerType != null && $(Re(h.target, E), h.pointerType, !1), h.isOverTarget = !1;
|
|
1489
1489
|
}
|
|
1490
1490
|
};
|
|
1491
|
-
|
|
1491
|
+
T.onTouchStart = (E) => {
|
|
1492
1492
|
if (!E.currentTarget.contains(E.target)) return;
|
|
1493
1493
|
let I = Fd(E.nativeEvent);
|
|
1494
1494
|
if (!I) return;
|
|
1495
|
-
h.activePointerId = I.identifier, h.ignoreEmulatedMouseEvents = !0, h.isOverTarget = !0, h.isPressed = !0, h.target = E.currentTarget, h.pointerType = "touch", !o && !s &&
|
|
1496
|
-
},
|
|
1495
|
+
h.activePointerId = I.identifier, h.ignoreEmulatedMouseEvents = !0, h.isOverTarget = !0, h.isPressed = !0, h.target = E.currentTarget, h.pointerType = "touch", !o && !s && je(E.currentTarget), c || Kl(h.target), x(qe(h.target, E), h.pointerType) && E.stopPropagation(), y(Te(E.currentTarget), "scroll", N, !0);
|
|
1496
|
+
}, T.onTouchMove = (E) => {
|
|
1497
1497
|
if (!E.currentTarget.contains(E.target)) return;
|
|
1498
1498
|
if (!h.isPressed) {
|
|
1499
1499
|
E.stopPropagation();
|
|
1500
1500
|
return;
|
|
1501
1501
|
}
|
|
1502
|
-
let I = Il(E.nativeEvent, h.activePointerId),
|
|
1503
|
-
I && xt(I, E.currentTarget) ? !h.isOverTarget && h.pointerType != null && (h.isOverTarget = !0,
|
|
1504
|
-
},
|
|
1502
|
+
let I = Il(E.nativeEvent, h.activePointerId), k = !0;
|
|
1503
|
+
I && xt(I, E.currentTarget) ? !h.isOverTarget && h.pointerType != null && (h.isOverTarget = !0, k = x(qe(h.target, E), h.pointerType)) : h.isOverTarget && h.pointerType != null && (h.isOverTarget = !1, k = $(qe(h.target, E), h.pointerType, !1), D(qe(h.target, E))), k && E.stopPropagation();
|
|
1504
|
+
}, T.onTouchEnd = (E) => {
|
|
1505
1505
|
if (!E.currentTarget.contains(E.target)) return;
|
|
1506
1506
|
if (!h.isPressed) {
|
|
1507
1507
|
E.stopPropagation();
|
|
1508
1508
|
return;
|
|
1509
1509
|
}
|
|
1510
|
-
let I = Il(E.nativeEvent, h.activePointerId),
|
|
1511
|
-
I && xt(I, E.currentTarget) && h.pointerType != null ? (A(
|
|
1512
|
-
},
|
|
1513
|
-
E.currentTarget.contains(E.target) && (E.stopPropagation(), h.isPressed && S(
|
|
1510
|
+
let I = Il(E.nativeEvent, h.activePointerId), k = !0;
|
|
1511
|
+
I && xt(I, E.currentTarget) && h.pointerType != null ? (A(qe(h.target, E), h.pointerType), k = $(qe(h.target, E), h.pointerType)) : h.isOverTarget && h.pointerType != null && (k = $(qe(h.target, E), h.pointerType, !1)), k && E.stopPropagation(), h.isPressed = !1, h.activePointerId = null, h.isOverTarget = !1, h.ignoreEmulatedMouseEvents = !0, h.target && !c && an(h.target), P();
|
|
1512
|
+
}, T.onTouchCancel = (E) => {
|
|
1513
|
+
E.currentTarget.contains(E.target) && (E.stopPropagation(), h.isPressed && S(qe(h.target, E)));
|
|
1514
1514
|
};
|
|
1515
1515
|
let N = (E) => {
|
|
1516
1516
|
h.isPressed && E.target.contains(h.target) && S({
|
|
@@ -1521,11 +1521,11 @@ function ze(t) {
|
|
|
1521
1521
|
altKey: !1
|
|
1522
1522
|
});
|
|
1523
1523
|
};
|
|
1524
|
-
|
|
1524
|
+
T.onDragStart = (E) => {
|
|
1525
1525
|
E.currentTarget.contains(E.target) && S(E);
|
|
1526
1526
|
};
|
|
1527
1527
|
}
|
|
1528
|
-
return
|
|
1528
|
+
return T;
|
|
1529
1529
|
}, [
|
|
1530
1530
|
y,
|
|
1531
1531
|
o,
|
|
@@ -1553,7 +1553,7 @@ function Or(t) {
|
|
|
1553
1553
|
}
|
|
1554
1554
|
function Un(t, e) {
|
|
1555
1555
|
const { key: n, code: r } = t, l = e, i = l.getAttribute("role");
|
|
1556
|
-
return (n === "Enter" || n === " " || n === "Spacebar" || r === "Space") && !(l instanceof
|
|
1556
|
+
return (n === "Enter" || n === " " || n === "Spacebar" || r === "Space") && !(l instanceof Te(l).HTMLInputElement && !Fi(l, n) || l instanceof Te(l).HTMLTextAreaElement || l.isContentEditable) && // Links should only trigger with Enter key
|
|
1557
1557
|
!((i === "link" || !i && Or(l)) && n !== "Enter");
|
|
1558
1558
|
}
|
|
1559
1559
|
function Fd(t) {
|
|
@@ -1568,7 +1568,7 @@ function Il(t, e) {
|
|
|
1568
1568
|
}
|
|
1569
1569
|
return null;
|
|
1570
1570
|
}
|
|
1571
|
-
function
|
|
1571
|
+
function qe(t, e) {
|
|
1572
1572
|
let n = 0, r = 0;
|
|
1573
1573
|
return e.targetTouches && e.targetTouches.length === 1 && (n = e.targetTouches[0].clientX, r = e.targetTouches[0].clientY), {
|
|
1574
1574
|
currentTarget: t,
|
|
@@ -1580,7 +1580,7 @@ function Ge(t, e) {
|
|
|
1580
1580
|
clientY: r
|
|
1581
1581
|
};
|
|
1582
1582
|
}
|
|
1583
|
-
function
|
|
1583
|
+
function Re(t, e) {
|
|
1584
1584
|
let n = e.clientX, r = e.clientY;
|
|
1585
1585
|
return {
|
|
1586
1586
|
currentTarget: t,
|
|
@@ -1743,7 +1743,7 @@ function An(t) {
|
|
|
1743
1743
|
}
|
|
1744
1744
|
};
|
|
1745
1745
|
}
|
|
1746
|
-
let
|
|
1746
|
+
let He = null, Yt = /* @__PURE__ */ new Set(), Ht = /* @__PURE__ */ new Map(), ft = !1, fr = !1;
|
|
1747
1747
|
const Vd = {
|
|
1748
1748
|
Tab: !0,
|
|
1749
1749
|
Escape: !0
|
|
@@ -1755,23 +1755,23 @@ function Hd(t) {
|
|
|
1755
1755
|
return !(t.metaKey || !nt() && t.altKey || t.ctrlKey || t.key === "Control" || t.key === "Shift" || t.key === "Meta");
|
|
1756
1756
|
}
|
|
1757
1757
|
function mn(t) {
|
|
1758
|
-
ft = !0, Hd(t) && (
|
|
1758
|
+
ft = !0, Hd(t) && (He = "keyboard", Bn("keyboard", t));
|
|
1759
1759
|
}
|
|
1760
1760
|
function De(t) {
|
|
1761
|
-
|
|
1761
|
+
He = "pointer", (t.type === "mousedown" || t.type === "pointerdown") && (ft = !0, Bn("pointer", t));
|
|
1762
1762
|
}
|
|
1763
1763
|
function Ni(t) {
|
|
1764
|
-
ur(t) && (ft = !0,
|
|
1764
|
+
ur(t) && (ft = !0, He = "virtual");
|
|
1765
1765
|
}
|
|
1766
1766
|
function Li(t) {
|
|
1767
|
-
t.target === window || t.target === document || (!ft && !fr && (
|
|
1767
|
+
t.target === window || t.target === document || (!ft && !fr && (He = "virtual", Bn("virtual", t)), ft = !1, fr = !1);
|
|
1768
1768
|
}
|
|
1769
1769
|
function Oi() {
|
|
1770
1770
|
ft = !1, fr = !0;
|
|
1771
1771
|
}
|
|
1772
1772
|
function bn(t) {
|
|
1773
|
-
if (typeof window > "u" || Ht.get(
|
|
1774
|
-
const e =
|
|
1773
|
+
if (typeof window > "u" || Ht.get(Te(t))) return;
|
|
1774
|
+
const e = Te(t), n = ne(t);
|
|
1775
1775
|
let r = e.HTMLElement.prototype.focus;
|
|
1776
1776
|
e.HTMLElement.prototype.focus = function() {
|
|
1777
1777
|
ft = !0, r.apply(this, arguments);
|
|
@@ -1784,7 +1784,7 @@ function bn(t) {
|
|
|
1784
1784
|
});
|
|
1785
1785
|
}
|
|
1786
1786
|
const ji = (t, e) => {
|
|
1787
|
-
const n =
|
|
1787
|
+
const n = Te(t), r = ne(t);
|
|
1788
1788
|
e && r.removeEventListener("DOMContentLoaded", e), Ht.has(n) && (n.HTMLElement.prototype.focus = Ht.get(n).focus, r.removeEventListener("keydown", mn, !0), r.removeEventListener("keyup", mn, !0), r.removeEventListener("click", Ni, !0), n.removeEventListener("focus", Li, !0), n.removeEventListener("blur", Oi, !1), typeof PointerEvent < "u" ? (r.removeEventListener("pointerdown", De, !0), r.removeEventListener("pointermove", De, !0), r.removeEventListener("pointerup", De, !0)) : (r.removeEventListener("mousedown", De, !0), r.removeEventListener("mousemove", De, !0), r.removeEventListener("mouseup", De, !0)), Ht.delete(n));
|
|
1789
1789
|
};
|
|
1790
1790
|
function Wd(t) {
|
|
@@ -1796,20 +1796,20 @@ function Wd(t) {
|
|
|
1796
1796
|
}
|
|
1797
1797
|
typeof document < "u" && Wd();
|
|
1798
1798
|
function pt() {
|
|
1799
|
-
return
|
|
1799
|
+
return He !== "pointer";
|
|
1800
1800
|
}
|
|
1801
1801
|
function gn() {
|
|
1802
|
-
return
|
|
1802
|
+
return He;
|
|
1803
1803
|
}
|
|
1804
1804
|
function zi(t) {
|
|
1805
|
-
|
|
1805
|
+
He = t, Bn(t, null);
|
|
1806
1806
|
}
|
|
1807
1807
|
function Vi() {
|
|
1808
1808
|
bn();
|
|
1809
|
-
let [t, e] = j(
|
|
1809
|
+
let [t, e] = j(He);
|
|
1810
1810
|
return L(() => {
|
|
1811
1811
|
let n = () => {
|
|
1812
|
-
e(
|
|
1812
|
+
e(He);
|
|
1813
1813
|
};
|
|
1814
1814
|
return Yt.add(n), () => {
|
|
1815
1815
|
Yt.delete(n);
|
|
@@ -1829,7 +1829,7 @@ const Ud = /* @__PURE__ */ new Set([
|
|
|
1829
1829
|
]);
|
|
1830
1830
|
function Yd(t, e, n) {
|
|
1831
1831
|
var r;
|
|
1832
|
-
const l = typeof window < "u" ?
|
|
1832
|
+
const l = typeof window < "u" ? Te(n == null ? void 0 : n.target).HTMLInputElement : HTMLInputElement, i = typeof window < "u" ? Te(n == null ? void 0 : n.target).HTMLTextAreaElement : HTMLTextAreaElement, o = typeof window < "u" ? Te(n == null ? void 0 : n.target).HTMLElement : HTMLElement, a = typeof window < "u" ? Te(n == null ? void 0 : n.target).KeyboardEvent : KeyboardEvent;
|
|
1833
1833
|
return t = t || (n == null ? void 0 : n.target) instanceof l && !Ud.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 && !Vd[n.key]);
|
|
1834
1834
|
}
|
|
1835
1835
|
function Gd(t, e, n) {
|
|
@@ -1886,7 +1886,7 @@ function qd() {
|
|
|
1886
1886
|
Gn--, !(Gn > 0) && (typeof PointerEvent < "u" ? document.removeEventListener("pointerup", Rl) : document.removeEventListener("touchend", pr));
|
|
1887
1887
|
};
|
|
1888
1888
|
}
|
|
1889
|
-
function
|
|
1889
|
+
function kt(t) {
|
|
1890
1890
|
let { onHoverStart: e, onHoverChange: n, onHoverEnd: r, isDisabled: l } = t, [i, o] = j(!1), a = M({
|
|
1891
1891
|
isHovered: !1,
|
|
1892
1892
|
ignoreEmulatedMouseEvents: !1,
|
|
@@ -2025,7 +2025,7 @@ const Xd = 500;
|
|
|
2025
2025
|
function Ui(t) {
|
|
2026
2026
|
let { isDisabled: e, onLongPressStart: n, onLongPressEnd: r, onLongPress: l, threshold: i = Xd, accessibilityDescription: o } = t;
|
|
2027
2027
|
const a = M(void 0);
|
|
2028
|
-
let { addGlobalListener: s, removeGlobalListener: u } = Ai(), { pressProps: c } =
|
|
2028
|
+
let { addGlobalListener: s, removeGlobalListener: u } = Ai(), { pressProps: c } = Ve({
|
|
2029
2029
|
isDisabled: e,
|
|
2030
2030
|
onPressStart(f) {
|
|
2031
2031
|
if (f.continuePropagation(), (f.pointerType === "mouse" || f.pointerType === "touch") && (n && n({
|
|
@@ -2059,7 +2059,7 @@ function Ui(t) {
|
|
|
2059
2059
|
type: "longpressend"
|
|
2060
2060
|
});
|
|
2061
2061
|
}
|
|
2062
|
-
}), d =
|
|
2062
|
+
}), d = Tn(l && !e ? o : void 0);
|
|
2063
2063
|
return {
|
|
2064
2064
|
longPressProps: H(c, d)
|
|
2065
2065
|
};
|
|
@@ -2068,13 +2068,13 @@ function be(t) {
|
|
|
2068
2068
|
const e = ne(t);
|
|
2069
2069
|
if (gn() === "virtual") {
|
|
2070
2070
|
let n = e.activeElement;
|
|
2071
|
-
|
|
2072
|
-
e.activeElement === n && t.isConnected &&
|
|
2071
|
+
ki(() => {
|
|
2072
|
+
e.activeElement === n && t.isConnected && je(t);
|
|
2073
2073
|
});
|
|
2074
|
-
} else
|
|
2074
|
+
} else je(t);
|
|
2075
2075
|
}
|
|
2076
2076
|
function Zd(t) {
|
|
2077
|
-
const e =
|
|
2077
|
+
const e = Te(t);
|
|
2078
2078
|
if (!(t instanceof e.HTMLElement) && !(t instanceof e.SVGElement)) return !1;
|
|
2079
2079
|
let { display: n, visibility: r } = t.style, l = n !== "none" && r !== "hidden" && r !== "collapse";
|
|
2080
2080
|
if (l) {
|
|
@@ -2168,7 +2168,7 @@ function Qd(t) {
|
|
|
2168
2168
|
}, n);
|
|
2169
2169
|
c.currentNode = pe(a, n) ? a : s;
|
|
2170
2170
|
let d = c.nextNode();
|
|
2171
|
-
return !d && i && (c.currentNode = s, d = c.nextNode()), d &&
|
|
2171
|
+
return !d && i && (c.currentNode = s, d = c.nextNode()), d && ze(d, !0), d;
|
|
2172
2172
|
},
|
|
2173
2173
|
focusPrevious(e = {}) {
|
|
2174
2174
|
let n = t.current, { from: r, tabbable: l, wrap: i, accept: o } = e, a = r || ne(n[0]).activeElement, s = n[n.length - 1].nextElementSibling, u = ct(n), c = xe(u, {
|
|
@@ -2177,7 +2177,7 @@ function Qd(t) {
|
|
|
2177
2177
|
}, n);
|
|
2178
2178
|
c.currentNode = pe(a, n) ? a : s;
|
|
2179
2179
|
let d = c.previousNode();
|
|
2180
|
-
return !d && i && (c.currentNode = s, d = c.previousNode()), d &&
|
|
2180
|
+
return !d && i && (c.currentNode = s, d = c.previousNode()), d && ze(d, !0), d;
|
|
2181
2181
|
},
|
|
2182
2182
|
focusFirst(e = {}) {
|
|
2183
2183
|
let n = t.current, { tabbable: r, accept: l } = e, i = ct(n), o = xe(i, {
|
|
@@ -2186,7 +2186,7 @@ function Qd(t) {
|
|
|
2186
2186
|
}, n);
|
|
2187
2187
|
o.currentNode = n[0].previousElementSibling;
|
|
2188
2188
|
let a = o.nextNode();
|
|
2189
|
-
return a &&
|
|
2189
|
+
return a && ze(a, !0), a;
|
|
2190
2190
|
},
|
|
2191
2191
|
focusLast(e = {}) {
|
|
2192
2192
|
let n = t.current, { tabbable: r, accept: l } = e, i = ct(n), o = xe(i, {
|
|
@@ -2195,7 +2195,7 @@ function Qd(t) {
|
|
|
2195
2195
|
}, n);
|
|
2196
2196
|
o.currentNode = n[n.length - 1].nextElementSibling;
|
|
2197
2197
|
let a = o.previousNode();
|
|
2198
|
-
return a &&
|
|
2198
|
+
return a && ze(a, !0), a;
|
|
2199
2199
|
}
|
|
2200
2200
|
};
|
|
2201
2201
|
}
|
|
@@ -2246,7 +2246,7 @@ function nf(t, e) {
|
|
|
2246
2246
|
if (!c) return;
|
|
2247
2247
|
p.currentNode = c;
|
|
2248
2248
|
let m = u.shiftKey ? p.previousNode() : p.nextNode();
|
|
2249
|
-
m || (p.currentNode = u.shiftKey ? d[d.length - 1].nextElementSibling : d[0].previousElementSibling, m = u.shiftKey ? p.previousNode() : p.nextNode()), u.preventDefault(), m &&
|
|
2249
|
+
m || (p.currentNode = u.shiftKey ? d[d.length - 1].nextElementSibling : d[0].previousElementSibling, m = u.shiftKey ? p.previousNode() : p.nextNode()), u.preventDefault(), m && ze(m, !0);
|
|
2250
2250
|
}, a = (u) => {
|
|
2251
2251
|
(!te || xn(te, t)) && pe(u.target, t.current) ? (te = t, n.current = u.target) : jt(t) && !$n(u.target, t) ? n.current ? n.current.focus() : te && te.current && vr(te.current) : jt(t) && (n.current = u.target);
|
|
2252
2252
|
}, s = (u) => {
|
|
@@ -2294,7 +2294,7 @@ function xn(t, e) {
|
|
|
2294
2294
|
}
|
|
2295
2295
|
return !1;
|
|
2296
2296
|
}
|
|
2297
|
-
function
|
|
2297
|
+
function ze(t, e = !1) {
|
|
2298
2298
|
if (t != null && !e) try {
|
|
2299
2299
|
be(t);
|
|
2300
2300
|
} catch {
|
|
@@ -2315,7 +2315,7 @@ function qi(t, e = !0) {
|
|
|
2315
2315
|
}, t), l.currentNode = n, i = l.nextNode()), i;
|
|
2316
2316
|
}
|
|
2317
2317
|
function vr(t, e = !0) {
|
|
2318
|
-
|
|
2318
|
+
ze(qi(t, e));
|
|
2319
2319
|
}
|
|
2320
2320
|
function lf(t, e) {
|
|
2321
2321
|
const n = B.useRef(e);
|
|
@@ -2390,7 +2390,7 @@ function sf(t, e, n) {
|
|
|
2390
2390
|
do
|
|
2391
2391
|
d = o.shiftKey ? c.previousNode() : c.nextNode();
|
|
2392
2392
|
while (pe(d, t.current));
|
|
2393
|
-
o.preventDefault(), o.stopPropagation(), d ?
|
|
2393
|
+
o.preventDefault(), o.stopPropagation(), d ? ze(d, !0) : Gi(u) ? ze(u, !0) : a.blur();
|
|
2394
2394
|
}
|
|
2395
2395
|
};
|
|
2396
2396
|
return n || l.addEventListener("keydown", i, !0), () => {
|
|
@@ -2445,7 +2445,7 @@ function Ol(t) {
|
|
|
2445
2445
|
t.dispatchEvent(new CustomEvent(hr, {
|
|
2446
2446
|
bubbles: !0,
|
|
2447
2447
|
cancelable: !0
|
|
2448
|
-
})) &&
|
|
2448
|
+
})) && ze(t);
|
|
2449
2449
|
}
|
|
2450
2450
|
function xe(t, e, n) {
|
|
2451
2451
|
let r = e != null && e.tabbable ? tf : ef, l = ne(t).createTreeWalker(t, NodeFilter.SHOW_ELEMENT, {
|
|
@@ -2668,7 +2668,7 @@ function bf() {
|
|
|
2668
2668
|
} : e;
|
|
2669
2669
|
}
|
|
2670
2670
|
const gf = /* @__PURE__ */ B.createContext(null);
|
|
2671
|
-
function
|
|
2671
|
+
function Ue() {
|
|
2672
2672
|
let t = bf();
|
|
2673
2673
|
return G(gf) || t;
|
|
2674
2674
|
}
|
|
@@ -2754,7 +2754,7 @@ function Pf(t, e) {
|
|
|
2754
2754
|
return e && Kn.getGlobalDictionaryForPackage(e) || Cf(t);
|
|
2755
2755
|
}
|
|
2756
2756
|
function ht(t, e) {
|
|
2757
|
-
let { locale: n } =
|
|
2757
|
+
let { locale: n } = Ue(), r = Pf(t, e);
|
|
2758
2758
|
return W(() => new Sf(n, r), [
|
|
2759
2759
|
n,
|
|
2760
2760
|
r
|
|
@@ -2762,7 +2762,7 @@ function ht(t, e) {
|
|
|
2762
2762
|
}
|
|
2763
2763
|
let qn = /* @__PURE__ */ new Map();
|
|
2764
2764
|
function Mn(t) {
|
|
2765
|
-
let { locale: e } =
|
|
2765
|
+
let { locale: e } = Ue(), n = e + (t ? Object.entries(t).sort((l, i) => l[0] < i[0] ? -1 : 1).join() : "");
|
|
2766
2766
|
if (qn.has(n)) return qn.get(n);
|
|
2767
2767
|
let r = new Intl.Collator(e, t);
|
|
2768
2768
|
return qn.set(n, r), r;
|
|
@@ -2798,7 +2798,7 @@ function en(t, e) {
|
|
|
2798
2798
|
"aria-disabled": !r || n === "input" ? void 0 : r,
|
|
2799
2799
|
rel: n === "a" ? m : void 0
|
|
2800
2800
|
};
|
|
2801
|
-
let { pressProps: P, isPressed: x } =
|
|
2801
|
+
let { pressProps: P, isPressed: x } = Ve({
|
|
2802
2802
|
onPressStart: i,
|
|
2803
2803
|
onPressEnd: o,
|
|
2804
2804
|
onPressChange: s,
|
|
@@ -2826,10 +2826,10 @@ function en(t, e) {
|
|
|
2826
2826
|
};
|
|
2827
2827
|
}
|
|
2828
2828
|
const Ji = 7e3;
|
|
2829
|
-
let
|
|
2829
|
+
let _e = null;
|
|
2830
2830
|
function En(t, e = "assertive", n = Ji) {
|
|
2831
|
-
|
|
2832
|
-
|
|
2831
|
+
_e ? _e.announce(t, e, n) : (_e = new wf(), (typeof IS_REACT_ACT_ENVIRONMENT == "boolean" ? IS_REACT_ACT_ENVIRONMENT : typeof jest < "u") ? _e.announce(t, e, n) : setTimeout(() => {
|
|
2832
|
+
_e != null && _e.isAttached() && (_e == null || _e.announce(t, e, n));
|
|
2833
2833
|
}, 100));
|
|
2834
2834
|
}
|
|
2835
2835
|
class wf {
|
|
@@ -2875,7 +2875,7 @@ function Vr(t, e, n) {
|
|
|
2875
2875
|
J(() => {
|
|
2876
2876
|
if (r === "native" && (n != null && n.current)) {
|
|
2877
2877
|
let s = e.realtimeValidation.isInvalid ? e.realtimeValidation.validationErrors.join(" ") || "Invalid value." : "";
|
|
2878
|
-
n.current.setCustomValidity(s), n.current.hasAttribute("title") || (n.current.title = ""), e.realtimeValidation.isInvalid || e.updateValidation(
|
|
2878
|
+
n.current.setCustomValidity(s), n.current.hasAttribute("title") || (n.current.title = ""), e.realtimeValidation.isInvalid || e.updateValidation(Tf(n.current));
|
|
2879
2879
|
}
|
|
2880
2880
|
});
|
|
2881
2881
|
let i = ae(() => {
|
|
@@ -2884,7 +2884,7 @@ function Vr(t, e, n) {
|
|
|
2884
2884
|
var u;
|
|
2885
2885
|
e.displayValidation.isInvalid || e.commitValidation();
|
|
2886
2886
|
let c = n == null || (u = n.current) === null || u === void 0 ? void 0 : u.form;
|
|
2887
|
-
if (!s.defaultPrevented && n && c &&
|
|
2887
|
+
if (!s.defaultPrevented && n && c && kf(c) === n.current) {
|
|
2888
2888
|
var d;
|
|
2889
2889
|
l ? l() : (d = n.current) === null || d === void 0 || d.focus(), zi("keyboard");
|
|
2890
2890
|
}
|
|
@@ -2923,7 +2923,7 @@ function Df(t) {
|
|
|
2923
2923
|
valid: e.valid
|
|
2924
2924
|
};
|
|
2925
2925
|
}
|
|
2926
|
-
function
|
|
2926
|
+
function Tf(t) {
|
|
2927
2927
|
return {
|
|
2928
2928
|
isInvalid: !t.validity.valid,
|
|
2929
2929
|
validationDetails: Df(t),
|
|
@@ -2932,7 +2932,7 @@ function kf(t) {
|
|
|
2932
2932
|
] : []
|
|
2933
2933
|
};
|
|
2934
2934
|
}
|
|
2935
|
-
function
|
|
2935
|
+
function kf(t) {
|
|
2936
2936
|
for (let e = 0; e < t.elements.length; e++) {
|
|
2937
2937
|
let n = t.elements[e];
|
|
2938
2938
|
if (!n.validity.valid) return n;
|
|
@@ -3041,9 +3041,9 @@ function Mf(t, e, n) {
|
|
|
3041
3041
|
D.stopPropagation(), e.setSelected(D.target.checked);
|
|
3042
3042
|
}, p = a != null, m = s != null || u != null;
|
|
3043
3043
|
!p && !m && console.warn("If you do not provide children, you must specify an aria-label for accessibility");
|
|
3044
|
-
let { pressProps: g, isPressed: y } =
|
|
3044
|
+
let { pressProps: g, isPressed: y } = Ve({
|
|
3045
3045
|
isDisabled: r
|
|
3046
|
-
}), { pressProps: P, isPressed: x } =
|
|
3046
|
+
}), { pressProps: P, isPressed: x } = Ve({
|
|
3047
3047
|
isDisabled: r || l,
|
|
3048
3048
|
onPress() {
|
|
3049
3049
|
e.toggle();
|
|
@@ -3051,7 +3051,7 @@ function Mf(t, e, n) {
|
|
|
3051
3051
|
}), { focusableProps: $ } = Bt(t, n), A = H(g, $), S = he(t, {
|
|
3052
3052
|
labelable: !0
|
|
3053
3053
|
});
|
|
3054
|
-
return
|
|
3054
|
+
return kn(n, e.isSelected, e.setSelected), {
|
|
3055
3055
|
labelProps: H(P, {
|
|
3056
3056
|
onClick: (D) => D.preventDefault()
|
|
3057
3057
|
}),
|
|
@@ -3186,8 +3186,8 @@ function ro(t, e) {
|
|
|
3186
3186
|
type: o,
|
|
3187
3187
|
pattern: t.pattern
|
|
3188
3188
|
};
|
|
3189
|
-
return
|
|
3190
|
-
if (e.current instanceof
|
|
3189
|
+
return kn(e, s, u), Vr(t, d, e), L(() => {
|
|
3190
|
+
if (e.current instanceof Te(e.current).HTMLTextAreaElement) {
|
|
3191
3191
|
let S = e.current;
|
|
3192
3192
|
Object.defineProperty(S, "defaultValue", {
|
|
3193
3193
|
get: () => S.value,
|
|
@@ -3242,7 +3242,7 @@ function ro(t, e) {
|
|
|
3242
3242
|
validationDetails: m
|
|
3243
3243
|
};
|
|
3244
3244
|
}
|
|
3245
|
-
const
|
|
3245
|
+
const Ie = {
|
|
3246
3246
|
top: "top",
|
|
3247
3247
|
bottom: "top",
|
|
3248
3248
|
left: "left",
|
|
@@ -3273,7 +3273,7 @@ function Gl(t) {
|
|
|
3273
3273
|
var c;
|
|
3274
3274
|
n = (c = $e == null ? void 0 : $e.height) !== null && c !== void 0 ? c : l, a.top = d.scrollTop || t.scrollTop, a.left = d.scrollLeft || t.scrollLeft, $e && (i = $e.offsetTop, o = $e.offsetLeft);
|
|
3275
3275
|
} else
|
|
3276
|
-
({ width: e, height: n, top: i, left: o } =
|
|
3276
|
+
({ width: e, height: n, top: i, left: o } = Tt(t)), a.top = t.scrollTop, a.left = t.scrollLeft, r = e, l = n;
|
|
3277
3277
|
return Nr() && (t.tagName === "BODY" || t.tagName === "HTML") && s && (a.top = 0, a.left = 0, i = $e.pageTop, o = $e.pageLeft), {
|
|
3278
3278
|
width: e,
|
|
3279
3279
|
height: n,
|
|
@@ -3293,7 +3293,7 @@ function Ff(t) {
|
|
|
3293
3293
|
};
|
|
3294
3294
|
}
|
|
3295
3295
|
function ql(t, e, n, r, l, i, o) {
|
|
3296
|
-
let a = l.scroll[t], s = r[yr[t]], u = r.scroll[
|
|
3296
|
+
let a = l.scroll[t], s = r[yr[t]], u = r.scroll[Ie[t]] + i, c = s + r.scroll[Ie[t]] - i, d = e - a + o[t] - r[Ie[t]], f = e - a + n + o[t] - r[Ie[t]];
|
|
3297
3297
|
return d < u ? u - d : f > c ? Math.max(c - f, u - d) : 0;
|
|
3298
3298
|
}
|
|
3299
3299
|
function Rf(t) {
|
|
@@ -3307,8 +3307,8 @@ function Rf(t) {
|
|
|
3307
3307
|
}
|
|
3308
3308
|
function Xl(t) {
|
|
3309
3309
|
if (dn[t]) return dn[t];
|
|
3310
|
-
let [e, n] = t.split(" "), r =
|
|
3311
|
-
|
|
3310
|
+
let [e, n] = t.split(" "), r = Ie[e] || "right", l = If[r];
|
|
3311
|
+
Ie[n] || (n = "center");
|
|
3312
3312
|
let i = yr[r], o = yr[l];
|
|
3313
3313
|
return dn[t] = {
|
|
3314
3314
|
placement: e,
|
|
@@ -3344,17 +3344,17 @@ function Zl(t, e, n, r, l, i) {
|
|
|
3344
3344
|
function Lf(t, e, n, r, l, i, o, a, s, u, c, d, f, p, m, g) {
|
|
3345
3345
|
let y = Xl(t), { size: P, crossAxis: x, crossSize: $, placement: A, crossPlacement: S } = y, D = Zn(e, a, n, y, c, d, u, f, m, g), R = c, h = Zl(a, u, e, l, i + c, y);
|
|
3346
3346
|
if (o && r[P] > h) {
|
|
3347
|
-
let Ee = Xl(`${Sn[A]} ${S}`),
|
|
3348
|
-
Zl(a, u, e, l, i + c, Ee) > h && (y = Ee, D =
|
|
3347
|
+
let Ee = Xl(`${Sn[A]} ${S}`), Me = Zn(e, a, n, Ee, c, d, u, f, m, g);
|
|
3348
|
+
Zl(a, u, e, l, i + c, Ee) > h && (y = Ee, D = Me, R = c);
|
|
3349
3349
|
}
|
|
3350
|
-
let
|
|
3351
|
-
y.axis === "top" ? y.placement === "top" ?
|
|
3350
|
+
let T = "bottom";
|
|
3351
|
+
y.axis === "top" ? y.placement === "top" ? T = "top" : y.placement === "bottom" && (T = "bottom") : y.crossAxis === "top" && (y.crossPlacement === "top" ? T = "bottom" : y.crossPlacement === "bottom" && (T = "top"));
|
|
3352
3352
|
let C = ql(x, D[x], n[$], a, s, i, u);
|
|
3353
3353
|
D[x] += C;
|
|
3354
|
-
let w = Nf(D, a, u, f, l, i, n.height,
|
|
3354
|
+
let w = Nf(D, a, u, f, l, i, n.height, T);
|
|
3355
3355
|
p && p < w && (w = p), n.height = Math.min(n.height, w), D = Zn(e, a, n, y, R, d, u, f, m, g), C = ql(x, D[x], n[$], a, s, i, u), D[x] += C;
|
|
3356
|
-
let N = {}, E = e[x] + 0.5 * e[$] - D[x] - l[
|
|
3357
|
-
const I = m / 2 + g,
|
|
3356
|
+
let N = {}, E = e[x] + 0.5 * e[$] - D[x] - l[Ie[x]];
|
|
3357
|
+
const I = m / 2 + g, k = Ie[x] === "left" ? l.left + l.right : l.top + l.bottom, V = n[$] - k - m / 2 - g, _ = e[x] + m / 2 - (D[x] + l[Ie[x]]), re = e[x] + e[$] - m / 2 - (D[x] + l[Ie[x]]), de = cr(E, _, re);
|
|
3358
3358
|
return N[x] = cr(de, I, V), {
|
|
3359
3359
|
position: D,
|
|
3360
3360
|
maxHeight: w,
|
|
@@ -3366,17 +3366,17 @@ function Lf(t, e, n, r, l, i, o, a, s, u, c, d, f, p, m, g) {
|
|
|
3366
3366
|
function Of(t) {
|
|
3367
3367
|
let { placement: e, targetNode: n, overlayNode: r, scrollNode: l, padding: i, shouldFlip: o, boundaryElement: a, offset: s, crossOffset: u, maxHeight: c, arrowSize: d = 0, arrowBoundaryOffset: f = 0 } = t, p = r instanceof HTMLElement ? jf(r) : document.documentElement, m = p === document.documentElement;
|
|
3368
3368
|
const g = window.getComputedStyle(p).position;
|
|
3369
|
-
let y = !!g && g !== "static", P = m ?
|
|
3369
|
+
let y = !!g && g !== "static", P = m ? Tt(n) : Jl(n, p);
|
|
3370
3370
|
if (!m) {
|
|
3371
|
-
let { marginTop: h, marginLeft:
|
|
3372
|
-
P.top += parseInt(h, 10) || 0, P.left += parseInt(
|
|
3371
|
+
let { marginTop: h, marginLeft: T } = window.getComputedStyle(n);
|
|
3372
|
+
P.top += parseInt(h, 10) || 0, P.left += parseInt(T, 10) || 0;
|
|
3373
3373
|
}
|
|
3374
|
-
let x =
|
|
3374
|
+
let x = Tt(r), $ = Rf(r);
|
|
3375
3375
|
x.width += $.left + $.right, x.height += $.top + $.bottom;
|
|
3376
|
-
let A = Ff(l), S = Gl(a), D = Gl(p), R = a.tagName === "BODY" ?
|
|
3376
|
+
let A = Ff(l), S = Gl(a), D = Gl(p), R = a.tagName === "BODY" ? Tt(p) : Jl(p, a);
|
|
3377
3377
|
return p.tagName === "HTML" && a.tagName === "BODY" && (D.scroll.top = 0, D.scroll.left = 0), Lf(e, P, x, A, $, i, o, S, D, R, s, u, y, c, d, f);
|
|
3378
3378
|
}
|
|
3379
|
-
function
|
|
3379
|
+
function Tt(t) {
|
|
3380
3380
|
let { top: e, left: n, width: r, height: l } = t.getBoundingClientRect(), { scrollTop: i, scrollLeft: o, clientTop: a, clientLeft: s } = document.documentElement;
|
|
3381
3381
|
return {
|
|
3382
3382
|
top: e + i - a,
|
|
@@ -3396,8 +3396,8 @@ function Jl(t, e) {
|
|
|
3396
3396
|
height: a
|
|
3397
3397
|
};
|
|
3398
3398
|
} else {
|
|
3399
|
-
r =
|
|
3400
|
-
let l =
|
|
3399
|
+
r = Tt(t);
|
|
3400
|
+
let l = Tt(e), i = window.getComputedStyle(e);
|
|
3401
3401
|
l.top += (parseInt(i.borderTopWidth, 10) || 0) - e.scrollTop, l.left += (parseInt(i.borderLeftWidth, 10) || 0) - e.scrollLeft, r.top -= l.top, r.left -= l.left;
|
|
3402
3402
|
}
|
|
3403
3403
|
return r.top -= parseInt(n.marginTop, 10) || 0, r.left -= parseInt(n.marginLeft, 10) || 0, r;
|
|
@@ -3436,7 +3436,7 @@ function zf(t) {
|
|
|
3436
3436
|
}
|
|
3437
3437
|
let oe = typeof document < "u" && window.visualViewport;
|
|
3438
3438
|
function oo(t) {
|
|
3439
|
-
let { direction: e } =
|
|
3439
|
+
let { direction: e } = Ue(), { arrowSize: n = 0, targetRef: r, overlayRef: l, scrollRef: i = l, placement: o = "bottom", containerPadding: a = 12, shouldFlip: s = !0, boundaryElement: u = typeof document < "u" ? document.body : null, offset: c = 0, crossOffset: d = 0, shouldUpdatePosition: f = !0, isOpen: p = !0, onClose: m, maxHeight: g, arrowBoundaryOffset: y = 0 } = t, [P, x] = j({
|
|
3440
3440
|
position: {},
|
|
3441
3441
|
arrowOffsetLeft: void 0,
|
|
3442
3442
|
arrowOffsetTop: void 0,
|
|
@@ -3466,13 +3466,13 @@ function oo(t) {
|
|
|
3466
3466
|
]);
|
|
3467
3467
|
let S = X(() => {
|
|
3468
3468
|
if (f === !1 || !p || !l.current || !r.current || !u || (oe == null ? void 0 : oe.scale) !== A.current) return;
|
|
3469
|
-
let
|
|
3469
|
+
let T = null;
|
|
3470
3470
|
if (i.current && i.current.contains(document.activeElement)) {
|
|
3471
|
-
let I = document.activeElement.getBoundingClientRect(),
|
|
3472
|
-
|
|
3471
|
+
let I = document.activeElement.getBoundingClientRect(), k = i.current.getBoundingClientRect();
|
|
3472
|
+
T = {
|
|
3473
3473
|
type: "top",
|
|
3474
|
-
offset: I.top -
|
|
3475
|
-
},
|
|
3474
|
+
offset: I.top - k.top
|
|
3475
|
+
}, T.offset > k.height / 2 && (T.type = "bottom", T.offset = I.bottom - k.bottom);
|
|
3476
3476
|
}
|
|
3477
3477
|
let C = l.current;
|
|
3478
3478
|
if (!g && l.current) {
|
|
@@ -3495,9 +3495,9 @@ function oo(t) {
|
|
|
3495
3495
|
arrowSize: n,
|
|
3496
3496
|
arrowBoundaryOffset: y
|
|
3497
3497
|
});
|
|
3498
|
-
if (C.style.top = "", C.style.bottom = "", C.style.left = "", C.style.right = "", Object.keys(E.position).forEach((I) => C.style[I] = E.position[I] + "px"), C.style.maxHeight = E.maxHeight != null ? E.maxHeight + "px" : void 0,
|
|
3499
|
-
let I = document.activeElement.getBoundingClientRect(),
|
|
3500
|
-
i.current.scrollTop += V -
|
|
3498
|
+
if (C.style.top = "", C.style.bottom = "", C.style.left = "", C.style.right = "", Object.keys(E.position).forEach((I) => C.style[I] = E.position[I] + "px"), C.style.maxHeight = E.maxHeight != null ? E.maxHeight + "px" : void 0, T) {
|
|
3499
|
+
let I = document.activeElement.getBoundingClientRect(), k = i.current.getBoundingClientRect(), V = I[T.type] - k[T.type];
|
|
3500
|
+
i.current.scrollTop += V - T.offset;
|
|
3501
3501
|
}
|
|
3502
3502
|
x(E);
|
|
3503
3503
|
}, $);
|
|
@@ -3510,8 +3510,8 @@ function oo(t) {
|
|
|
3510
3510
|
});
|
|
3511
3511
|
let D = M(!1);
|
|
3512
3512
|
J(() => {
|
|
3513
|
-
let
|
|
3514
|
-
D.current = !0, clearTimeout(
|
|
3513
|
+
let T, C = () => {
|
|
3514
|
+
D.current = !0, clearTimeout(T), T = setTimeout(() => {
|
|
3515
3515
|
D.current = !1;
|
|
3516
3516
|
}, 500), S();
|
|
3517
3517
|
}, w = () => {
|
|
@@ -3566,22 +3566,22 @@ function Vf(t) {
|
|
|
3566
3566
|
function Hf(t, e) {
|
|
3567
3567
|
return e === "rtl" ? t.replace("start", "right").replace("end", "left") : t.replace("start", "left").replace("end", "right");
|
|
3568
3568
|
}
|
|
3569
|
-
const
|
|
3569
|
+
const Ne = [];
|
|
3570
3570
|
function ao(t, e) {
|
|
3571
3571
|
let { onClose: n, shouldCloseOnBlur: r, isOpen: l, isDismissable: i = !1, isKeyboardDismissDisabled: o = !1, shouldCloseOnInteractOutside: a } = t;
|
|
3572
|
-
L(() => (l &&
|
|
3573
|
-
let m =
|
|
3574
|
-
m >= 0 &&
|
|
3572
|
+
L(() => (l && Ne.push(e), () => {
|
|
3573
|
+
let m = Ne.indexOf(e);
|
|
3574
|
+
m >= 0 && Ne.splice(m, 1);
|
|
3575
3575
|
}), [
|
|
3576
3576
|
l,
|
|
3577
3577
|
e
|
|
3578
3578
|
]);
|
|
3579
3579
|
let s = () => {
|
|
3580
|
-
|
|
3580
|
+
Ne[Ne.length - 1] === e && n && n();
|
|
3581
3581
|
}, u = (m) => {
|
|
3582
|
-
(!a || a(m.target)) &&
|
|
3582
|
+
(!a || a(m.target)) && Ne[Ne.length - 1] === e && (m.stopPropagation(), m.preventDefault());
|
|
3583
3583
|
}, c = (m) => {
|
|
3584
|
-
(!a || a(m.target)) && (
|
|
3584
|
+
(!a || a(m.target)) && (Ne[Ne.length - 1] === e && (m.stopPropagation(), m.preventDefault()), s());
|
|
3585
3585
|
}, d = (m) => {
|
|
3586
3586
|
m.key === "Escape" && !o && !m.nativeEvent.isComposing && (m.stopPropagation(), m.preventDefault(), s());
|
|
3587
3587
|
};
|
|
@@ -3652,11 +3652,11 @@ function Yr(t = {}) {
|
|
|
3652
3652
|
]);
|
|
3653
3653
|
}
|
|
3654
3654
|
function Uf() {
|
|
3655
|
-
return
|
|
3655
|
+
return Fe(Dt(document.documentElement, "paddingRight", `${window.innerWidth - document.documentElement.clientWidth}px`), Dt(document.documentElement, "overflow", "hidden"));
|
|
3656
3656
|
}
|
|
3657
3657
|
function Yf() {
|
|
3658
3658
|
let t, e, n = (u) => {
|
|
3659
|
-
t =
|
|
3659
|
+
t = Ze(u.target, !0), !(t === document.documentElement && t === document.body) && t instanceof HTMLElement && window.getComputedStyle(t).overscrollBehavior === "auto" && (e = Dt(t, "overscrollBehavior", "contain"));
|
|
3660
3660
|
}, r = (u) => {
|
|
3661
3661
|
if (!t || t === document.documentElement || t === document.body) {
|
|
3662
3662
|
u.preventDefault();
|
|
@@ -3682,10 +3682,10 @@ function Yf() {
|
|
|
3682
3682
|
let u = () => {
|
|
3683
3683
|
window.scrollTo(0, 0);
|
|
3684
3684
|
}, c = window.pageXOffset, d = window.pageYOffset;
|
|
3685
|
-
o =
|
|
3685
|
+
o = Fe(Nt(window, "scroll", u), Dt(document.documentElement, "paddingRight", `${window.innerWidth - document.documentElement.clientWidth}px`), Dt(document.documentElement, "overflow", "hidden"), Dt(document.body, "marginTop", `-${d}px`), () => {
|
|
3686
3686
|
window.scrollTo(c, d);
|
|
3687
3687
|
}), window.scrollTo(0, 0);
|
|
3688
|
-
}, s =
|
|
3688
|
+
}, s = Fe(Nt(document, "touchstart", n, {
|
|
3689
3689
|
passive: !1,
|
|
3690
3690
|
capture: !0
|
|
3691
3691
|
}), Nt(document, "touchmove", r, {
|
|
@@ -3713,7 +3713,7 @@ function Nt(t, e, n, r) {
|
|
|
3713
3713
|
function ei(t) {
|
|
3714
3714
|
let e = document.scrollingElement || document.documentElement;
|
|
3715
3715
|
for (; t && t !== e; ) {
|
|
3716
|
-
let n =
|
|
3716
|
+
let n = Ze(t);
|
|
3717
3717
|
if (n !== document.documentElement && n !== document.body && n !== t) {
|
|
3718
3718
|
let r = n.getBoundingClientRect().top, l = t.getBoundingClientRect().top;
|
|
3719
3719
|
l > r + t.clientHeight && (n.scrollTop += l - r);
|
|
@@ -3844,12 +3844,12 @@ var Do = {};
|
|
|
3844
3844
|
Do = {
|
|
3845
3845
|
dismiss: "Atmesti"
|
|
3846
3846
|
};
|
|
3847
|
-
var ko = {};
|
|
3848
|
-
ko = {
|
|
3849
|
-
dismiss: "Nerādīt"
|
|
3850
|
-
};
|
|
3851
3847
|
var To = {};
|
|
3852
3848
|
To = {
|
|
3849
|
+
dismiss: "Nerādīt"
|
|
3850
|
+
};
|
|
3851
|
+
var ko = {};
|
|
3852
|
+
ko = {
|
|
3853
3853
|
dismiss: "Lukk"
|
|
3854
3854
|
};
|
|
3855
3855
|
var Ao = {};
|
|
@@ -3928,8 +3928,8 @@ Ho = {
|
|
|
3928
3928
|
"ja-JP": Po,
|
|
3929
3929
|
"ko-KR": wo,
|
|
3930
3930
|
"lt-LT": Do,
|
|
3931
|
-
"lv-LV":
|
|
3932
|
-
"nb-NO":
|
|
3931
|
+
"lv-LV": To,
|
|
3932
|
+
"nb-NO": ko,
|
|
3933
3933
|
"nl-NL": Ao,
|
|
3934
3934
|
"pl-PL": Bo,
|
|
3935
3935
|
"pt-BR": Ko,
|
|
@@ -4144,7 +4144,7 @@ function sp(t) {
|
|
|
4144
4144
|
return t.length === 1 || !/^[A-Z]/i.test(t) ? t : "";
|
|
4145
4145
|
}
|
|
4146
4146
|
function Xo(t) {
|
|
4147
|
-
let { selectionManager: e, keyboardDelegate: n, ref: r, autoFocus: l = !1, shouldFocusWrap: i = !1, disallowEmptySelection: o = !1, disallowSelectAll: a = !1, selectOnFocus: s = e.selectionBehavior === "replace", disallowTypeAhead: u = !1, shouldUseVirtualFocus: c, allowsTabNavigation: d = !1, isVirtualized: f, scrollRef: p = r, linkBehavior: m = "action" } = t, { direction: g } =
|
|
4147
|
+
let { selectionManager: e, keyboardDelegate: n, ref: r, autoFocus: l = !1, shouldFocusWrap: i = !1, disallowEmptySelection: o = !1, disallowSelectAll: a = !1, selectOnFocus: s = e.selectionBehavior === "replace", disallowTypeAhead: u = !1, shouldUseVirtualFocus: c, allowsTabNavigation: d = !1, isVirtualized: f, scrollRef: p = r, linkBehavior: m = "action" } = t, { direction: g } = Ue(), y = Zt(), P = (C) => {
|
|
4148
4148
|
if (C.altKey && C.key === "Tab" && C.preventDefault(), !r.current.contains(C.target)) return;
|
|
4149
4149
|
const w = (O, Ae) => {
|
|
4150
4150
|
if (O != null) {
|
|
@@ -4152,8 +4152,8 @@ function Xo(t) {
|
|
|
4152
4152
|
Gc(() => {
|
|
4153
4153
|
e.setFocusedKey(O, Ae);
|
|
4154
4154
|
});
|
|
4155
|
-
let Ce = p.current.querySelector(`[data-key="${CSS.escape(O.toString())}"]`),
|
|
4156
|
-
y.open(Ce, C,
|
|
4155
|
+
let Ce = p.current.querySelector(`[data-key="${CSS.escape(O.toString())}"]`), Ge = e.getItemProps(O);
|
|
4156
|
+
y.open(Ce, C, Ge.href, Ge.routerOptions);
|
|
4157
4157
|
return;
|
|
4158
4158
|
}
|
|
4159
4159
|
if (e.setFocusedKey(O, Ae), e.isLink(O) && m === "override") return;
|
|
@@ -4170,8 +4170,8 @@ function Xo(t) {
|
|
|
4170
4170
|
break;
|
|
4171
4171
|
case "ArrowUp":
|
|
4172
4172
|
if (n.getKeyAbove) {
|
|
4173
|
-
var
|
|
4174
|
-
let O = e.focusedKey != null ? (
|
|
4173
|
+
var k, V, _;
|
|
4174
|
+
let O = e.focusedKey != null ? (k = n.getKeyAbove) === null || k === void 0 ? void 0 : k.call(n, e.focusedKey) : (V = n.getLastKey) === null || V === void 0 ? void 0 : V.call(n);
|
|
4175
4175
|
O == null && i && (O = (_ = n.getLastKey) === null || _ === void 0 ? void 0 : _.call(n, e.focusedKey)), O != null && (C.preventDefault(), w(O));
|
|
4176
4176
|
}
|
|
4177
4177
|
break;
|
|
@@ -4184,9 +4184,9 @@ function Xo(t) {
|
|
|
4184
4184
|
break;
|
|
4185
4185
|
case "ArrowRight":
|
|
4186
4186
|
if (n.getKeyRightOf) {
|
|
4187
|
-
var
|
|
4188
|
-
let O = (
|
|
4189
|
-
O == null && i && (O = g === "rtl" ? (Se = n.getLastKey) === null || Se === void 0 ? void 0 : Se.call(n, e.focusedKey) : (
|
|
4187
|
+
var Me, Se, Ye;
|
|
4188
|
+
let O = (Me = n.getKeyRightOf) === null || Me === void 0 ? void 0 : Me.call(n, e.focusedKey);
|
|
4189
|
+
O == null && i && (O = g === "rtl" ? (Se = n.getLastKey) === null || Se === void 0 ? void 0 : Se.call(n, e.focusedKey) : (Ye = n.getFirstKey) === null || Ye === void 0 ? void 0 : Ye.call(n, e.focusedKey)), O != null && (C.preventDefault(), w(O, g === "rtl" ? "last" : "first"));
|
|
4190
4190
|
}
|
|
4191
4191
|
break;
|
|
4192
4192
|
case "Home":
|
|
@@ -4231,7 +4231,7 @@ function Xo(t) {
|
|
|
4231
4231
|
do
|
|
4232
4232
|
Ce = O.lastChild(), Ce && (Ae = Ce);
|
|
4233
4233
|
while (Ce);
|
|
4234
|
-
Ae && !Ae.contains(document.activeElement) &&
|
|
4234
|
+
Ae && !Ae.contains(document.activeElement) && je(Ae);
|
|
4235
4235
|
}
|
|
4236
4236
|
break;
|
|
4237
4237
|
}
|
|
@@ -4253,15 +4253,15 @@ function Xo(t) {
|
|
|
4253
4253
|
}
|
|
4254
4254
|
if (C.currentTarget.contains(C.target)) {
|
|
4255
4255
|
if (e.setFocused(!0), e.focusedKey == null) {
|
|
4256
|
-
let E = (
|
|
4257
|
-
|
|
4256
|
+
let E = (k) => {
|
|
4257
|
+
k != null && (e.setFocusedKey(k), s && e.replaceSelection(k));
|
|
4258
4258
|
}, I = C.relatedTarget;
|
|
4259
4259
|
var w, N;
|
|
4260
4260
|
I && C.currentTarget.compareDocumentPosition(I) & Node.DOCUMENT_POSITION_FOLLOWING ? E((w = e.lastSelectedKey) !== null && w !== void 0 ? w : n.getLastKey()) : E((N = e.firstSelectedKey) !== null && N !== void 0 ? N : n.getFirstKey());
|
|
4261
4261
|
} else f || (p.current.scrollTop = x.current.top, p.current.scrollLeft = x.current.left);
|
|
4262
4262
|
if (e.focusedKey != null) {
|
|
4263
4263
|
let E = p.current.querySelector(`[data-key="${CSS.escape(e.focusedKey.toString())}"]`);
|
|
4264
|
-
E && (E.contains(document.activeElement) ||
|
|
4264
|
+
E && (E.contains(document.activeElement) || je(E), gn() === "keyboard" && Je(E, {
|
|
4265
4265
|
containingElement: r.current
|
|
4266
4266
|
}));
|
|
4267
4267
|
}
|
|
@@ -4290,7 +4290,7 @@ function Xo(t) {
|
|
|
4290
4290
|
let C = gn(), w = r.current.querySelector(`[data-key="${CSS.escape(e.focusedKey.toString())}"]`);
|
|
4291
4291
|
if (!w)
|
|
4292
4292
|
return;
|
|
4293
|
-
(C === "keyboard" || S.current) && (Mi(p.current, w), C !== "virtual" &&
|
|
4293
|
+
(C === "keyboard" || S.current) && (Mi(p.current, w), C !== "virtual" && Je(w, {
|
|
4294
4294
|
containingElement: r.current
|
|
4295
4295
|
}));
|
|
4296
4296
|
}
|
|
@@ -4310,11 +4310,11 @@ function Xo(t) {
|
|
|
4310
4310
|
selectionManager: e
|
|
4311
4311
|
});
|
|
4312
4312
|
u || (R = H(h, R));
|
|
4313
|
-
let
|
|
4314
|
-
return c || (
|
|
4313
|
+
let T;
|
|
4314
|
+
return c || (T = e.focusedKey == null ? 0 : -1), {
|
|
4315
4315
|
collectionProps: {
|
|
4316
4316
|
...R,
|
|
4317
|
-
tabIndex:
|
|
4317
|
+
tabIndex: T
|
|
4318
4318
|
}
|
|
4319
4319
|
};
|
|
4320
4320
|
}
|
|
@@ -4352,7 +4352,7 @@ function _n(t) {
|
|
|
4352
4352
|
} : a && (p.onMouseDown = (_) => {
|
|
4353
4353
|
_.preventDefault();
|
|
4354
4354
|
});
|
|
4355
|
-
let m = e.isLink(n) && c === "override", g = e.isLink(n) && c !== "selection" && c !== "none", y = !a && e.canSelectItem(n) && !m, P = (s || g) && !a, x = P && (e.selectionBehavior === "replace" ? !y : !y || e.isEmpty), $ = P && y && e.selectionBehavior === "replace", A = x || $, S = M(null), D = A && y, R = M(!1), h = M(!1),
|
|
4355
|
+
let m = e.isLink(n) && c === "override", g = e.isLink(n) && c !== "selection" && c !== "none", y = !a && e.canSelectItem(n) && !m, P = (s || g) && !a, x = P && (e.selectionBehavior === "replace" ? !y : !y || e.isEmpty), $ = P && y && e.selectionBehavior === "replace", A = x || $, S = M(null), D = A && y, R = M(!1), h = M(!1), T = (_) => {
|
|
4356
4356
|
if (s && s(), g) {
|
|
4357
4357
|
let re = e.getItemProps(n);
|
|
4358
4358
|
d.open(r.current, _, re.href, re.routerOptions);
|
|
@@ -4362,24 +4362,24 @@ function _n(t) {
|
|
|
4362
4362
|
S.current = _.pointerType, R.current = D, _.pointerType === "keyboard" && (!A || ri()) && f(_);
|
|
4363
4363
|
}, u ? (C.onPressUp = x ? null : (_) => {
|
|
4364
4364
|
_.pointerType !== "keyboard" && y && f(_);
|
|
4365
|
-
}, C.onPress = x ?
|
|
4365
|
+
}, C.onPress = x ? T : null) : C.onPress = (_) => {
|
|
4366
4366
|
if (x || $ && _.pointerType !== "mouse") {
|
|
4367
4367
|
if (_.pointerType === "keyboard" && !ni()) return;
|
|
4368
|
-
|
|
4368
|
+
T(_);
|
|
4369
4369
|
} else _.pointerType !== "keyboard" && y && f(_);
|
|
4370
4370
|
}) : (C.onPressStart = (_) => {
|
|
4371
4371
|
S.current = _.pointerType, R.current = D, h.current = x, y && (_.pointerType === "mouse" && !x || _.pointerType === "keyboard" && (!P || ri())) && f(_);
|
|
4372
4372
|
}, C.onPress = (_) => {
|
|
4373
|
-
(_.pointerType === "touch" || _.pointerType === "pen" || _.pointerType === "virtual" || _.pointerType === "keyboard" && A && ni() || _.pointerType === "mouse" && h.current) && (A ?
|
|
4373
|
+
(_.pointerType === "touch" || _.pointerType === "pen" || _.pointerType === "virtual" || _.pointerType === "keyboard" && A && ni() || _.pointerType === "mouse" && h.current) && (A ? T(_) : y && f(_));
|
|
4374
4374
|
}), p["data-key"] = n, C.preventFocusOnPress = i;
|
|
4375
|
-
let { pressProps: w, isPressed: N } =
|
|
4376
|
-
S.current === "mouse" && (_.stopPropagation(), _.preventDefault(),
|
|
4375
|
+
let { pressProps: w, isPressed: N } = Ve(C), E = $ ? (_) => {
|
|
4376
|
+
S.current === "mouse" && (_.stopPropagation(), _.preventDefault(), T(_));
|
|
4377
4377
|
} : void 0, { longPressProps: I } = Ui({
|
|
4378
4378
|
isDisabled: !D,
|
|
4379
4379
|
onLongPress(_) {
|
|
4380
4380
|
_.pointerType === "touch" && (f(_), e.setSelectionBehavior("toggle"));
|
|
4381
4381
|
}
|
|
4382
|
-
}),
|
|
4382
|
+
}), k = (_) => {
|
|
4383
4383
|
S.current === "touch" && R.current && _.preventDefault();
|
|
4384
4384
|
}, V = e.isLink(n) ? (_) => {
|
|
4385
4385
|
dt.isOpening || _.preventDefault();
|
|
@@ -4387,7 +4387,7 @@ function _n(t) {
|
|
|
4387
4387
|
return {
|
|
4388
4388
|
itemProps: H(p, y || x ? w : {}, D ? I : {}, {
|
|
4389
4389
|
onDoubleClick: E,
|
|
4390
|
-
onDragStartCapture:
|
|
4390
|
+
onDragStartCapture: k,
|
|
4391
4391
|
onClick: V
|
|
4392
4392
|
}),
|
|
4393
4393
|
isPressed: N,
|
|
@@ -4855,10 +4855,10 @@ function Xr(t, e, n) {
|
|
|
4855
4855
|
function ue(t, e) {
|
|
4856
4856
|
return typeof e.getChildren == "function" ? e.getChildren(t.key) : t.childNodes;
|
|
4857
4857
|
}
|
|
4858
|
-
function
|
|
4859
|
-
return
|
|
4858
|
+
function Oe(t) {
|
|
4859
|
+
return Qe(t, 0);
|
|
4860
4860
|
}
|
|
4861
|
-
function
|
|
4861
|
+
function Qe(t, e) {
|
|
4862
4862
|
if (e < 0) return;
|
|
4863
4863
|
let n = 0;
|
|
4864
4864
|
for (let r of t) {
|
|
@@ -4866,7 +4866,7 @@ function Je(t, e) {
|
|
|
4866
4866
|
n++;
|
|
4867
4867
|
}
|
|
4868
4868
|
}
|
|
4869
|
-
function
|
|
4869
|
+
function et(t) {
|
|
4870
4870
|
let e;
|
|
4871
4871
|
for (let n of t) e = n;
|
|
4872
4872
|
return e;
|
|
@@ -4926,7 +4926,7 @@ function pp(t, e, n) {
|
|
|
4926
4926
|
let R = o != null && o.onAction ? () => {
|
|
4927
4927
|
var V;
|
|
4928
4928
|
return o == null || (V = o.onAction) === null || V === void 0 ? void 0 : V.call(o, i);
|
|
4929
|
-
} : void 0, { itemProps: h, isPressed:
|
|
4929
|
+
} : void 0, { itemProps: h, isPressed: T, isFocused: C, hasAction: w, allowsSelection: N } = _n({
|
|
4930
4930
|
selectionManager: e.selectionManager,
|
|
4931
4931
|
key: i,
|
|
4932
4932
|
ref: n,
|
|
@@ -4935,20 +4935,20 @@ function pp(t, e, n) {
|
|
|
4935
4935
|
isVirtualized: x,
|
|
4936
4936
|
shouldUseVirtualFocus: y,
|
|
4937
4937
|
isDisabled: s,
|
|
4938
|
-
onAction: R || !(D == null || (r = D.props) === null || r === void 0) && r.onAction ?
|
|
4938
|
+
onAction: R || !(D == null || (r = D.props) === null || r === void 0) && r.onAction ? Fe(D == null || (l = D.props) === null || l === void 0 ? void 0 : l.onAction, R) : void 0,
|
|
4939
4939
|
linkBehavior: o == null ? void 0 : o.linkBehavior
|
|
4940
|
-
}), { hoverProps: E } =
|
|
4940
|
+
}), { hoverProps: E } = kt({
|
|
4941
4941
|
isDisabled: s || !m,
|
|
4942
4942
|
onHoverStart() {
|
|
4943
4943
|
pt() || (e.selectionManager.setFocused(!0), e.selectionManager.setFocusedKey(i));
|
|
4944
4944
|
}
|
|
4945
4945
|
}), I = he(D == null ? void 0 : D.props);
|
|
4946
4946
|
delete I.id;
|
|
4947
|
-
let
|
|
4947
|
+
let k = Ti(D == null ? void 0 : D.props);
|
|
4948
4948
|
return {
|
|
4949
4949
|
optionProps: {
|
|
4950
4950
|
...S,
|
|
4951
|
-
...H(I, h, E,
|
|
4951
|
+
...H(I, h, E, k),
|
|
4952
4952
|
id: op(e, i)
|
|
4953
4953
|
},
|
|
4954
4954
|
labelProps: {
|
|
@@ -4961,7 +4961,7 @@ function pp(t, e, n) {
|
|
|
4961
4961
|
isFocusVisible: C && pt(),
|
|
4962
4962
|
isSelected: c,
|
|
4963
4963
|
isDisabled: s,
|
|
4964
|
-
isPressed:
|
|
4964
|
+
isPressed: T,
|
|
4965
4965
|
allowsSelection: N,
|
|
4966
4966
|
hasAction: w
|
|
4967
4967
|
};
|
|
@@ -5070,12 +5070,12 @@ var Da = {};
|
|
|
5070
5070
|
Da = {
|
|
5071
5071
|
longPressMessage: "Нажмите и удерживайте или нажмите Alt + Стрелка вниз, чтобы открыть меню"
|
|
5072
5072
|
};
|
|
5073
|
-
var ka = {};
|
|
5074
|
-
ka = {
|
|
5075
|
-
longPressMessage: "Ponuku otvoríte dlhým stlačením alebo stlačením klávesu Alt + klávesu so šípkou nadol"
|
|
5076
|
-
};
|
|
5077
5073
|
var Ta = {};
|
|
5078
5074
|
Ta = {
|
|
5075
|
+
longPressMessage: "Ponuku otvoríte dlhým stlačením alebo stlačením klávesu Alt + klávesu so šípkou nadol"
|
|
5076
|
+
};
|
|
5077
|
+
var ka = {};
|
|
5078
|
+
ka = {
|
|
5079
5079
|
longPressMessage: "Za odprtje menija pritisnite in držite gumb ali pritisnite Alt+puščica navzdol"
|
|
5080
5080
|
};
|
|
5081
5081
|
var Aa = {};
|
|
@@ -5130,8 +5130,8 @@ Fa = {
|
|
|
5130
5130
|
"pt-PT": Pa,
|
|
5131
5131
|
"ro-RO": wa,
|
|
5132
5132
|
"ru-RU": Da,
|
|
5133
|
-
"sk-SK":
|
|
5134
|
-
"sl-SI":
|
|
5133
|
+
"sk-SK": Ta,
|
|
5134
|
+
"sl-SI": ka,
|
|
5135
5135
|
"sr-SP": Aa,
|
|
5136
5136
|
"sv-SE": Ba,
|
|
5137
5137
|
"tr-TR": Ka,
|
|
@@ -5228,7 +5228,7 @@ function Oa(t, e, n) {
|
|
|
5228
5228
|
var D;
|
|
5229
5229
|
let R = (D = t.isDisabled) !== null && D !== void 0 ? D : e.selectionManager.isDisabled(l);
|
|
5230
5230
|
var h;
|
|
5231
|
-
let
|
|
5231
|
+
let T = (h = t.isSelected) !== null && h !== void 0 ? h : e.selectionManager.isSelected(l), C = Na.get(e), w = e.collection.getItem(l), N = t.onClose || C.onClose, E = Zt(), I = (le) => {
|
|
5232
5232
|
var gt;
|
|
5233
5233
|
if (!S) {
|
|
5234
5234
|
if (!(w == null || (gt = w.props) === null || gt === void 0) && gt.onAction ? w.props.onAction() : t.onAction && t.onAction(l), C.onAction) {
|
|
@@ -5237,12 +5237,12 @@ function Oa(t, e, n) {
|
|
|
5237
5237
|
}
|
|
5238
5238
|
le.target instanceof HTMLAnchorElement && E.open(le.target, le, w.props.href, w.props.routerOptions);
|
|
5239
5239
|
}
|
|
5240
|
-
},
|
|
5241
|
-
S || (e.selectionManager.selectionMode === "single" ?
|
|
5240
|
+
}, k = "menuitem";
|
|
5241
|
+
S || (e.selectionManager.selectionMode === "single" ? k = "menuitemradio" : e.selectionManager.selectionMode === "multiple" && (k = "menuitemcheckbox"));
|
|
5242
5242
|
let V = tt(), _ = tt(), re = tt(), de = {
|
|
5243
5243
|
id: r,
|
|
5244
5244
|
"aria-disabled": R || void 0,
|
|
5245
|
-
role:
|
|
5245
|
+
role: k,
|
|
5246
5246
|
"aria-label": t["aria-label"],
|
|
5247
5247
|
"aria-labelledby": V,
|
|
5248
5248
|
"aria-describedby": [
|
|
@@ -5253,12 +5253,12 @@ function Oa(t, e, n) {
|
|
|
5253
5253
|
"aria-haspopup": a,
|
|
5254
5254
|
"aria-expanded": t["aria-expanded"]
|
|
5255
5255
|
};
|
|
5256
|
-
e.selectionManager.selectionMode !== "none" && !S && (de["aria-checked"] =
|
|
5256
|
+
e.selectionManager.selectionMode !== "none" && !S && (de["aria-checked"] = T), o && (de["aria-posinset"] = w == null ? void 0 : w.index, de["aria-setsize"] = ta(e.collection));
|
|
5257
5257
|
let Ee = (le) => {
|
|
5258
5258
|
le.pointerType === "keyboard" && I(le), s == null || s(le);
|
|
5259
|
-
},
|
|
5259
|
+
}, Me = (le) => {
|
|
5260
5260
|
le.pointerType !== "keyboard" && (I(le), !S && N && (i ?? (e.selectionManager.selectionMode !== "multiple" || e.selectionManager.isLink(l))) && N()), u == null || u(le);
|
|
5261
|
-
}, { itemProps: Se, isFocused:
|
|
5261
|
+
}, { itemProps: Se, isFocused: Ye } = _n({
|
|
5262
5262
|
selectionManager: e.selectionManager,
|
|
5263
5263
|
key: l,
|
|
5264
5264
|
ref: n,
|
|
@@ -5269,21 +5269,21 @@ function Oa(t, e, n) {
|
|
|
5269
5269
|
// is slightly different from other collections because
|
|
5270
5270
|
// actions are performed on key down rather than key up.
|
|
5271
5271
|
linkBehavior: "none"
|
|
5272
|
-
}), { pressProps: O, isPressed: Ae } =
|
|
5272
|
+
}), { pressProps: O, isPressed: Ae } = Ve({
|
|
5273
5273
|
onPressStart: Ee,
|
|
5274
5274
|
onPress: c,
|
|
5275
|
-
onPressUp:
|
|
5275
|
+
onPressUp: Me,
|
|
5276
5276
|
onPressChange: d,
|
|
5277
5277
|
onPressEnd: f,
|
|
5278
5278
|
isDisabled: R
|
|
5279
|
-
}), { hoverProps: Ce } =
|
|
5279
|
+
}), { hoverProps: Ce } = kt({
|
|
5280
5280
|
isDisabled: R,
|
|
5281
5281
|
onHoverStart(le) {
|
|
5282
5282
|
pt() || (e.selectionManager.setFocused(!0), e.selectionManager.setFocusedKey(l)), p == null || p(le);
|
|
5283
5283
|
},
|
|
5284
5284
|
onHoverChange: m,
|
|
5285
5285
|
onHoverEnd: g
|
|
5286
|
-
}), { keyboardProps:
|
|
5286
|
+
}), { keyboardProps: Ge } = Wi({
|
|
5287
5287
|
onKeyDown: (le) => {
|
|
5288
5288
|
if (le.repeat) {
|
|
5289
5289
|
le.continuePropagation();
|
|
@@ -5308,14 +5308,14 @@ function Oa(t, e, n) {
|
|
|
5308
5308
|
onFocusChange: $
|
|
5309
5309
|
}), mt = he(w.props);
|
|
5310
5310
|
delete mt.id;
|
|
5311
|
-
let bt =
|
|
5311
|
+
let bt = Ti(w.props);
|
|
5312
5312
|
return {
|
|
5313
5313
|
menuItemProps: {
|
|
5314
5314
|
...de,
|
|
5315
5315
|
...H(mt, bt, S ? {
|
|
5316
5316
|
onFocus: Se.onFocus,
|
|
5317
5317
|
"data-key": Se["data-key"]
|
|
5318
|
-
} : Se, O, Ce,
|
|
5318
|
+
} : Se, O, Ce, Ge, vt),
|
|
5319
5319
|
tabIndex: Se.tabIndex != null ? -1 : void 0
|
|
5320
5320
|
},
|
|
5321
5321
|
labelProps: {
|
|
@@ -5327,8 +5327,8 @@ function Oa(t, e, n) {
|
|
|
5327
5327
|
keyboardShortcutProps: {
|
|
5328
5328
|
id: re
|
|
5329
5329
|
},
|
|
5330
|
-
isFocused:
|
|
5331
|
-
isSelected:
|
|
5330
|
+
isFocused: Ye,
|
|
5331
|
+
isSelected: T,
|
|
5332
5332
|
isPressed: Ae,
|
|
5333
5333
|
isDisabled: R
|
|
5334
5334
|
};
|
|
@@ -5558,7 +5558,7 @@ function Cp(t) {
|
|
|
5558
5558
|
});
|
|
5559
5559
|
return L(() => {
|
|
5560
5560
|
if (!e)
|
|
5561
|
-
return
|
|
5561
|
+
return Fe(St("beforecopy", l), St("copy", i), St("beforecut", o), St("cut", a), St("beforepaste", s), St("paste", u));
|
|
5562
5562
|
}, [
|
|
5563
5563
|
e,
|
|
5564
5564
|
l,
|
|
@@ -5603,7 +5603,7 @@ class Ha {
|
|
|
5603
5603
|
if (n && (this.isCell(n) && (e = n.parentKey), e = this.findNextKey(e, (r) => r.type === "item"), e != null)) {
|
|
5604
5604
|
if (this.isCell(n)) {
|
|
5605
5605
|
let r = this.collection.getItem(e);
|
|
5606
|
-
return
|
|
5606
|
+
return Qe(ue(r, this.collection), n.index).key;
|
|
5607
5607
|
}
|
|
5608
5608
|
if (this.focusMode === "row") return e;
|
|
5609
5609
|
}
|
|
@@ -5613,7 +5613,7 @@ class Ha {
|
|
|
5613
5613
|
if (n && (this.isCell(n) && (e = n.parentKey), e = this.findPreviousKey(e, (r) => r.type === "item"), e != null)) {
|
|
5614
5614
|
if (this.isCell(n)) {
|
|
5615
5615
|
let r = this.collection.getItem(e);
|
|
5616
|
-
return
|
|
5616
|
+
return Qe(ue(r, this.collection), n.index).key;
|
|
5617
5617
|
}
|
|
5618
5618
|
if (this.focusMode === "row") return e;
|
|
5619
5619
|
}
|
|
@@ -5623,10 +5623,10 @@ class Ha {
|
|
|
5623
5623
|
if (n) {
|
|
5624
5624
|
if (this.isRow(n)) {
|
|
5625
5625
|
let r = ue(n, this.collection);
|
|
5626
|
-
return this.direction === "rtl" ?
|
|
5626
|
+
return this.direction === "rtl" ? et(r).key : Oe(r).key;
|
|
5627
5627
|
}
|
|
5628
5628
|
if (this.isCell(n)) {
|
|
5629
|
-
let r = this.collection.getItem(n.parentKey), l = ue(r, this.collection), i = this.direction === "rtl" ?
|
|
5629
|
+
let r = this.collection.getItem(n.parentKey), l = ue(r, this.collection), i = this.direction === "rtl" ? Qe(l, n.index - 1) : Qe(l, n.index + 1);
|
|
5630
5630
|
return i ? i.key : this.focusMode === "row" ? n.parentKey : this.direction === "rtl" ? this.getFirstKey(e) : this.getLastKey(e);
|
|
5631
5631
|
}
|
|
5632
5632
|
}
|
|
@@ -5636,10 +5636,10 @@ class Ha {
|
|
|
5636
5636
|
if (n) {
|
|
5637
5637
|
if (this.isRow(n)) {
|
|
5638
5638
|
let r = ue(n, this.collection);
|
|
5639
|
-
return this.direction === "rtl" ?
|
|
5639
|
+
return this.direction === "rtl" ? Oe(r).key : et(r).key;
|
|
5640
5640
|
}
|
|
5641
5641
|
if (this.isCell(n)) {
|
|
5642
|
-
let r = this.collection.getItem(n.parentKey), l = ue(r, this.collection), i = this.direction === "rtl" ?
|
|
5642
|
+
let r = this.collection.getItem(n.parentKey), l = ue(r, this.collection), i = this.direction === "rtl" ? Qe(l, n.index + 1) : Qe(l, n.index - 1);
|
|
5643
5643
|
return i ? i.key : this.focusMode === "row" ? n.parentKey : this.direction === "rtl" ? this.getLastKey(e) : this.getFirstKey(e);
|
|
5644
5644
|
}
|
|
5645
5645
|
}
|
|
@@ -5650,12 +5650,12 @@ class Ha {
|
|
|
5650
5650
|
if (r = this.collection.getItem(e), !r) return;
|
|
5651
5651
|
if (this.isCell(r) && !n) {
|
|
5652
5652
|
let l = this.collection.getItem(r.parentKey);
|
|
5653
|
-
return
|
|
5653
|
+
return Oe(ue(l, this.collection)).key;
|
|
5654
5654
|
}
|
|
5655
5655
|
}
|
|
5656
5656
|
if (e = this.findNextKey(null, (l) => l.type === "item"), e != null && r && this.isCell(r) && n || this.focusMode === "cell") {
|
|
5657
5657
|
let l = this.collection.getItem(e);
|
|
5658
|
-
e =
|
|
5658
|
+
e = Oe(ue(l, this.collection)).key;
|
|
5659
5659
|
}
|
|
5660
5660
|
return e;
|
|
5661
5661
|
}
|
|
@@ -5665,12 +5665,12 @@ class Ha {
|
|
|
5665
5665
|
if (r = this.collection.getItem(e), !r) return;
|
|
5666
5666
|
if (this.isCell(r) && !n) {
|
|
5667
5667
|
let l = this.collection.getItem(r.parentKey), i = ue(l, this.collection);
|
|
5668
|
-
return
|
|
5668
|
+
return et(i).key;
|
|
5669
5669
|
}
|
|
5670
5670
|
}
|
|
5671
5671
|
if (e = this.findPreviousKey(null, (l) => l.type === "item"), e != null && r && this.isCell(r) && n || this.focusMode === "cell") {
|
|
5672
5672
|
let l = this.collection.getItem(e), i = ue(l, this.collection);
|
|
5673
|
-
e =
|
|
5673
|
+
e = et(i).key;
|
|
5674
5674
|
}
|
|
5675
5675
|
return e;
|
|
5676
5676
|
}
|
|
@@ -5703,7 +5703,7 @@ class Ha {
|
|
|
5703
5703
|
if (a.textValue) {
|
|
5704
5704
|
let s = a.textValue.slice(0, e.length);
|
|
5705
5705
|
if (this.collator.compare(s, e) === 0)
|
|
5706
|
-
return this.isRow(a) && this.focusMode === "cell" ?
|
|
5706
|
+
return this.isRow(a) && this.focusMode === "cell" ? Oe(ue(a, this.collection)).key : a.key;
|
|
5707
5707
|
}
|
|
5708
5708
|
l = this.findNextKey(l, (s) => s.type === "item"), l == null && !o && (l = this.getFirstKey(), o = !0);
|
|
5709
5709
|
}
|
|
@@ -6254,11 +6254,11 @@ function si(t, e) {
|
|
|
6254
6254
|
for (let r of t.keys()) e.has(r) || n.add(r);
|
|
6255
6255
|
return n;
|
|
6256
6256
|
}
|
|
6257
|
-
function
|
|
6257
|
+
function Tp(t) {
|
|
6258
6258
|
return t && t.__esModule ? t.default : t;
|
|
6259
6259
|
}
|
|
6260
|
-
function
|
|
6261
|
-
let e = ht(
|
|
6260
|
+
function kp(t) {
|
|
6261
|
+
let e = ht(Tp(Qr), "@react-aria/grid"), n = Vi(), r = (n === "pointer" || n === "virtual" || n == null) && typeof window < "u" && "ontouchstart" in window, l = W(() => {
|
|
6262
6262
|
let o = t.selectionManager.selectionMode, a = t.selectionManager.selectionBehavior, s;
|
|
6263
6263
|
return r && (s = e.format("longPressToSelect")), a === "replace" && o !== "none" && t.hasItemActions ? s : void 0;
|
|
6264
6264
|
}, [
|
|
@@ -6268,7 +6268,7 @@ function Tp(t) {
|
|
|
6268
6268
|
e,
|
|
6269
6269
|
r
|
|
6270
6270
|
]);
|
|
6271
|
-
return
|
|
6271
|
+
return Tn(l);
|
|
6272
6272
|
}
|
|
6273
6273
|
function Ap(t, e, n) {
|
|
6274
6274
|
let { isVirtualized: r, keyboardDelegate: l, focusMode: i, scrollRef: o, getRowText: a, onRowAction: s, onCellAction: u } = t, { selectionManager: c } = e;
|
|
@@ -6276,7 +6276,7 @@ function Ap(t, e, n) {
|
|
|
6276
6276
|
let d = Mn({
|
|
6277
6277
|
usage: "search",
|
|
6278
6278
|
sensitivity: "base"
|
|
6279
|
-
}), { direction: f } =
|
|
6279
|
+
}), { direction: f } = Ue(), p = e.selectionManager.disabledBehavior, m = W(() => l || new Ha({
|
|
6280
6280
|
collection: e.collection,
|
|
6281
6281
|
disabledKeys: e.disabledKeys,
|
|
6282
6282
|
disabledBehavior: p,
|
|
@@ -6307,7 +6307,7 @@ function Ap(t, e, n) {
|
|
|
6307
6307
|
onCellAction: u
|
|
6308
6308
|
}
|
|
6309
6309
|
});
|
|
6310
|
-
let P =
|
|
6310
|
+
let P = kp({
|
|
6311
6311
|
selectionManager: c,
|
|
6312
6312
|
hasItemActions: !!(s || u)
|
|
6313
6313
|
}), x = he(t, {
|
|
@@ -6363,7 +6363,7 @@ function Kp(t, e, n) {
|
|
|
6363
6363
|
ref: n,
|
|
6364
6364
|
isVirtualized: o,
|
|
6365
6365
|
shouldSelectOnPressUp: a,
|
|
6366
|
-
onAction: c || !(i == null || (r = i.props) === null || r === void 0) && r.onAction ?
|
|
6366
|
+
onAction: c || !(i == null || (r = i.props) === null || r === void 0) && r.onAction ? Fe(i == null || (l = i.props) === null || l === void 0 ? void 0 : l.onAction, c) : void 0,
|
|
6367
6367
|
isDisabled: e.collection.size === 0
|
|
6368
6368
|
}), p = e.selectionManager.isSelected(i.key), m = {
|
|
6369
6369
|
role: "row",
|
|
@@ -6377,7 +6377,7 @@ function Kp(t, e, n) {
|
|
|
6377
6377
|
};
|
|
6378
6378
|
}
|
|
6379
6379
|
function Ps(t, e, n) {
|
|
6380
|
-
let { node: r, isVirtualized: l, focusMode: i = "child", shouldSelectOnPressUp: o, onAction: a } = t, { direction: s } =
|
|
6380
|
+
let { node: r, isVirtualized: l, focusMode: i = "child", shouldSelectOnPressUp: o, onAction: a } = t, { direction: s } = Ue(), { keyboardDelegate: u, actions: { onCellAction: c } } = Jr.get(e), d = M(null), f = () => {
|
|
6381
6381
|
let $ = xe(n.current);
|
|
6382
6382
|
if (i === "child") {
|
|
6383
6383
|
if (n.current.contains(document.activeElement) && n.current !== document.activeElement) return;
|
|
@@ -6406,18 +6406,18 @@ function Ps(t, e, n) {
|
|
|
6406
6406
|
case "ArrowLeft": {
|
|
6407
6407
|
let S = s === "rtl" ? A.nextNode() : A.previousNode();
|
|
6408
6408
|
if (i === "child" && S === n.current && (S = null), $.preventDefault(), $.stopPropagation(), S)
|
|
6409
|
-
be(S),
|
|
6410
|
-
containingElement:
|
|
6409
|
+
be(S), Je(S, {
|
|
6410
|
+
containingElement: Ze(n.current)
|
|
6411
6411
|
});
|
|
6412
6412
|
else {
|
|
6413
6413
|
if (u.getKeyLeftOf(r.key) !== r.key) {
|
|
6414
6414
|
n.current.parentElement.dispatchEvent(new KeyboardEvent($.nativeEvent.type, $.nativeEvent));
|
|
6415
6415
|
break;
|
|
6416
6416
|
}
|
|
6417
|
-
i === "cell" && s === "rtl" ? (be(n.current),
|
|
6418
|
-
containingElement:
|
|
6419
|
-
})) : (A.currentNode = n.current, S = s === "rtl" ? A.firstChild() : rr(A), S && (be(S),
|
|
6420
|
-
containingElement:
|
|
6417
|
+
i === "cell" && s === "rtl" ? (be(n.current), Je(n.current, {
|
|
6418
|
+
containingElement: Ze(n.current)
|
|
6419
|
+
})) : (A.currentNode = n.current, S = s === "rtl" ? A.firstChild() : rr(A), S && (be(S), Je(S, {
|
|
6420
|
+
containingElement: Ze(n.current)
|
|
6421
6421
|
})));
|
|
6422
6422
|
}
|
|
6423
6423
|
break;
|
|
@@ -6425,18 +6425,18 @@ function Ps(t, e, n) {
|
|
|
6425
6425
|
case "ArrowRight": {
|
|
6426
6426
|
let S = s === "rtl" ? A.previousNode() : A.nextNode();
|
|
6427
6427
|
if (i === "child" && S === n.current && (S = null), $.preventDefault(), $.stopPropagation(), S)
|
|
6428
|
-
be(S),
|
|
6429
|
-
containingElement:
|
|
6428
|
+
be(S), Je(S, {
|
|
6429
|
+
containingElement: Ze(n.current)
|
|
6430
6430
|
});
|
|
6431
6431
|
else {
|
|
6432
6432
|
if (u.getKeyRightOf(r.key) !== r.key) {
|
|
6433
6433
|
n.current.parentElement.dispatchEvent(new KeyboardEvent($.nativeEvent.type, $.nativeEvent));
|
|
6434
6434
|
break;
|
|
6435
6435
|
}
|
|
6436
|
-
i === "cell" && s === "ltr" ? (be(n.current),
|
|
6437
|
-
containingElement:
|
|
6438
|
-
})) : (A.currentNode = n.current, S = s === "rtl" ? rr(A) : A.firstChild(), S && (be(S),
|
|
6439
|
-
containingElement:
|
|
6436
|
+
i === "cell" && s === "ltr" ? (be(n.current), Je(n.current, {
|
|
6437
|
+
containingElement: Ze(n.current)
|
|
6438
|
+
})) : (A.currentNode = n.current, S = s === "rtl" ? rr(A) : A.firstChild(), S && (be(S), Je(S, {
|
|
6439
|
+
containingElement: Ze(n.current)
|
|
6440
6440
|
})));
|
|
6441
6441
|
}
|
|
6442
6442
|
break;
|
|
@@ -6483,9 +6483,9 @@ function Mp(t, e, n) {
|
|
|
6483
6483
|
!s && !u && console.warn("If you do not provide children, you must specify an aria-label for accessibility");
|
|
6484
6484
|
let c = e.selectedValue === r, d = (h) => {
|
|
6485
6485
|
h.stopPropagation(), e.setSelectedValue(r);
|
|
6486
|
-
}, { pressProps: f, isPressed: p } =
|
|
6486
|
+
}, { pressProps: f, isPressed: p } = Ve({
|
|
6487
6487
|
isDisabled: a
|
|
6488
|
-
}), { pressProps: m, isPressed: g } =
|
|
6488
|
+
}), { pressProps: m, isPressed: g } = Ve({
|
|
6489
6489
|
isDisabled: a,
|
|
6490
6490
|
onPress() {
|
|
6491
6491
|
e.setSelectedValue(r);
|
|
@@ -6497,7 +6497,7 @@ function Mp(t, e, n) {
|
|
|
6497
6497
|
}), $ = -1;
|
|
6498
6498
|
e.selectedValue != null ? e.selectedValue === r && ($ = 0) : (e.lastFocusedValue === r || e.lastFocusedValue == null) && ($ = 0), a && ($ = void 0);
|
|
6499
6499
|
let { name: A, descriptionId: S, errorMessageId: D, validationBehavior: R } = ws.get(e);
|
|
6500
|
-
return
|
|
6500
|
+
return kn(n, e.selectedValue, e.setSelectedValue), Vr({
|
|
6501
6501
|
validationBehavior: R
|
|
6502
6502
|
}, e, n), {
|
|
6503
6503
|
labelProps: H(m, {
|
|
@@ -6525,7 +6525,7 @@ function Mp(t, e, n) {
|
|
|
6525
6525
|
};
|
|
6526
6526
|
}
|
|
6527
6527
|
function _p(t, e) {
|
|
6528
|
-
let { name: n, isReadOnly: r, isRequired: l, isDisabled: i, orientation: o = "vertical", validationBehavior: a = "aria" } = t, { direction: s } =
|
|
6528
|
+
let { name: n, isReadOnly: r, isRequired: l, isDisabled: i, orientation: o = "vertical", validationBehavior: a = "aria" } = t, { direction: s } = Ue(), { isInvalid: u, validationErrors: c, validationDetails: d } = e.displayValidation, { labelProps: f, fieldProps: p, descriptionProps: m, errorMessageProps: g } = Wr({
|
|
6529
6529
|
...t,
|
|
6530
6530
|
// Radio group is not an HTML input element so it
|
|
6531
6531
|
// shouldn't be labeled by a <label> element.
|
|
@@ -6596,12 +6596,12 @@ var Ds = {};
|
|
|
6596
6596
|
Ds = {
|
|
6597
6597
|
"Clear search": "مسح البحث"
|
|
6598
6598
|
};
|
|
6599
|
-
var ks = {};
|
|
6600
|
-
ks = {
|
|
6601
|
-
"Clear search": "Изчистване на търсене"
|
|
6602
|
-
};
|
|
6603
6599
|
var Ts = {};
|
|
6604
6600
|
Ts = {
|
|
6601
|
+
"Clear search": "Изчистване на търсене"
|
|
6602
|
+
};
|
|
6603
|
+
var ks = {};
|
|
6604
|
+
ks = {
|
|
6605
6605
|
"Clear search": "Vymazat hledání"
|
|
6606
6606
|
};
|
|
6607
6607
|
var As = {};
|
|
@@ -6731,8 +6731,8 @@ ou = {
|
|
|
6731
6731
|
var au = {};
|
|
6732
6732
|
au = {
|
|
6733
6733
|
"ar-AE": Ds,
|
|
6734
|
-
"bg-BG":
|
|
6735
|
-
"cs-CZ":
|
|
6734
|
+
"bg-BG": Ts,
|
|
6735
|
+
"cs-CZ": ks,
|
|
6736
6736
|
"da-DK": As,
|
|
6737
6737
|
"de-DE": Bs,
|
|
6738
6738
|
"el-GR": Ks,
|
|
@@ -6781,7 +6781,7 @@ function Fp(t, e, n) {
|
|
|
6781
6781
|
...t,
|
|
6782
6782
|
value: e.value,
|
|
6783
6783
|
onChange: e.setValue,
|
|
6784
|
-
onKeyDown: i ? t.onKeyDown :
|
|
6784
|
+
onKeyDown: i ? t.onKeyDown : Fe(u, t.onKeyDown),
|
|
6785
6785
|
type: s
|
|
6786
6786
|
}, n);
|
|
6787
6787
|
return {
|
|
@@ -6821,14 +6821,14 @@ function uu(t, e, n) {
|
|
|
6821
6821
|
switch (h.key) {
|
|
6822
6822
|
case "ArrowLeft": {
|
|
6823
6823
|
h.preventDefault();
|
|
6824
|
-
let
|
|
6825
|
-
|
|
6824
|
+
let T = e.selectedKey != null ? u.getKeyAbove(e.selectedKey) : u.getFirstKey();
|
|
6825
|
+
T && e.setSelectedKey(T);
|
|
6826
6826
|
break;
|
|
6827
6827
|
}
|
|
6828
6828
|
case "ArrowRight": {
|
|
6829
6829
|
h.preventDefault();
|
|
6830
|
-
let
|
|
6831
|
-
|
|
6830
|
+
let T = e.selectedKey != null ? u.getKeyBelow(e.selectedKey) : u.getFirstKey();
|
|
6831
|
+
T && e.setSelectedKey(T);
|
|
6832
6832
|
break;
|
|
6833
6833
|
}
|
|
6834
6834
|
}
|
|
@@ -6863,7 +6863,7 @@ function uu(t, e, n) {
|
|
|
6863
6863
|
triggerProps: H(S, {
|
|
6864
6864
|
...D,
|
|
6865
6865
|
isDisabled: l,
|
|
6866
|
-
onKeyDown:
|
|
6866
|
+
onKeyDown: Fe(D.onKeyDown, f, t.onKeyDown),
|
|
6867
6867
|
onKeyUp: t.onKeyUp,
|
|
6868
6868
|
"aria-labelledby": [
|
|
6869
6869
|
R,
|
|
@@ -6904,7 +6904,7 @@ function uu(t, e, n) {
|
|
|
6904
6904
|
}
|
|
6905
6905
|
function Rp(t, e, n) {
|
|
6906
6906
|
let r = su.get(e) || {}, { autoComplete: l, name: i = r.name, isDisabled: o = r.isDisabled } = t, { validationBehavior: a, isRequired: s } = r, u = Vi(), { visuallyHiddenProps: c } = no();
|
|
6907
|
-
|
|
6907
|
+
kn(t.selectRef, e.selectedKey, e.setSelectedKey), Vr({
|
|
6908
6908
|
validationBehavior: a,
|
|
6909
6909
|
focus: () => n.current.focus()
|
|
6910
6910
|
}, e, t.selectRef);
|
|
@@ -7192,8 +7192,8 @@ Du = {
|
|
|
7192
7192
|
selectAll: "すべて選択",
|
|
7193
7193
|
sortable: "並べ替え可能な列"
|
|
7194
7194
|
};
|
|
7195
|
-
var
|
|
7196
|
-
|
|
7195
|
+
var Tu = {};
|
|
7196
|
+
Tu = {
|
|
7197
7197
|
ascending: "오름차순",
|
|
7198
7198
|
ascendingSort: (t) => `${t.columnName} 열을 기준으로 오름차순으로 정렬됨`,
|
|
7199
7199
|
columnSize: (t) => `${t.value} 픽셀`,
|
|
@@ -7204,8 +7204,8 @@ ku = {
|
|
|
7204
7204
|
selectAll: "모두 선택",
|
|
7205
7205
|
sortable: "정렬 가능한 열"
|
|
7206
7206
|
};
|
|
7207
|
-
var
|
|
7208
|
-
|
|
7207
|
+
var ku = {};
|
|
7208
|
+
ku = {
|
|
7209
7209
|
ascending: "didėjančia tvarka",
|
|
7210
7210
|
ascendingSort: (t) => `surikiuota pagal stulpelį ${t.columnName} didėjančia tvarka`,
|
|
7211
7211
|
columnSize: (t) => `${t.value} piks.`,
|
|
@@ -7426,8 +7426,8 @@ tl = {
|
|
|
7426
7426
|
"hu-HU": Pu,
|
|
7427
7427
|
"it-IT": wu,
|
|
7428
7428
|
"ja-JP": Du,
|
|
7429
|
-
"ko-KR":
|
|
7430
|
-
"lt-LT":
|
|
7429
|
+
"ko-KR": Tu,
|
|
7430
|
+
"lt-LT": ku,
|
|
7431
7431
|
"lv-LV": Au,
|
|
7432
7432
|
"nb-NO": Bu,
|
|
7433
7433
|
"nl-NL": Ku,
|
|
@@ -7453,12 +7453,12 @@ class jp extends Ha {
|
|
|
7453
7453
|
let n = this.collection.getItem(e);
|
|
7454
7454
|
if (n) {
|
|
7455
7455
|
if (n.type === "column") {
|
|
7456
|
-
let r =
|
|
7456
|
+
let r = Oe(ue(n, this.collection));
|
|
7457
7457
|
if (r) return r.key;
|
|
7458
7458
|
let l = this.getFirstKey();
|
|
7459
7459
|
if (l == null) return;
|
|
7460
7460
|
let i = this.collection.getItem(l);
|
|
7461
|
-
return
|
|
7461
|
+
return Qe(ue(i, this.collection), n.index).key;
|
|
7462
7462
|
}
|
|
7463
7463
|
return super.getKeyBelow(e);
|
|
7464
7464
|
}
|
|
@@ -7534,7 +7534,7 @@ function Hp(t, e, n) {
|
|
|
7534
7534
|
let { keyboardDelegate: r, isVirtualized: l, layoutDelegate: i, layout: o } = t, a = Mn({
|
|
7535
7535
|
usage: "search",
|
|
7536
7536
|
sensitivity: "base"
|
|
7537
|
-
}), { direction: s } =
|
|
7537
|
+
}), { direction: s } = Ue(), u = e.selectionManager.disabledBehavior, c = W(() => r || new jp({
|
|
7538
7538
|
collection: e.collection,
|
|
7539
7539
|
disabledKeys: e.disabledKeys,
|
|
7540
7540
|
disabledBehavior: u,
|
|
@@ -7571,7 +7571,7 @@ function Hp(t, e, n) {
|
|
|
7571
7571
|
m,
|
|
7572
7572
|
p,
|
|
7573
7573
|
e.collection.columns
|
|
7574
|
-
]), P =
|
|
7574
|
+
]), P = Tn(y);
|
|
7575
7575
|
return Ki(() => {
|
|
7576
7576
|
En(y, "assertive", 500);
|
|
7577
7577
|
}, [
|
|
@@ -7594,7 +7594,7 @@ function Up(t, e, n) {
|
|
|
7594
7594
|
let { node: i } = t, o = i.props.allowsSorting, { gridCellProps: a } = Ps({
|
|
7595
7595
|
...t,
|
|
7596
7596
|
focusMode: "child"
|
|
7597
|
-
}, e, n), s = i.props.isSelectionCell && e.selectionManager.selectionMode === "single", { pressProps: u } =
|
|
7597
|
+
}, e, n), s = i.props.isSelectionCell && e.selectionManager.selectionMode === "single", { pressProps: u } = Ve({
|
|
7598
7598
|
isDisabled: !o || s,
|
|
7599
7599
|
onPress() {
|
|
7600
7600
|
e.sort(i.key);
|
|
@@ -7604,7 +7604,7 @@ function Up(t, e, n) {
|
|
|
7604
7604
|
i.props.allowsSorting && !vn() && (d = f ? p : "none");
|
|
7605
7605
|
let m = ht(Wp(tl), "@react-aria/table"), g;
|
|
7606
7606
|
o && (g = `${m.format("sortable")}`, f && p && vn() && (g = `${g}, ${m.format(p)}`));
|
|
7607
|
-
let y =
|
|
7607
|
+
let y = Tn(g), P = e.collection.size === 0;
|
|
7608
7608
|
return L(() => {
|
|
7609
7609
|
P && e.selectionManager.focusedKey === i.key && e.selectionManager.setFocusedKey(null);
|
|
7610
7610
|
}, [
|
|
@@ -7641,7 +7641,7 @@ const ui = {
|
|
|
7641
7641
|
}
|
|
7642
7642
|
};
|
|
7643
7643
|
function Yp(t, e, n) {
|
|
7644
|
-
let { node: r, isVirtualized: l } = t, { rowProps: i, ...o } = Kp(t, e, n), { direction: a } =
|
|
7644
|
+
let { node: r, isVirtualized: l } = t, { rowProps: i, ...o } = Kp(t, e, n), { direction: a } = Ue();
|
|
7645
7645
|
l && !(Cn() && "expandedKeys" in e) ? i["aria-rowindex"] = r.index + 1 + e.collection.headerRows.length : delete i["aria-rowindex"];
|
|
7646
7646
|
let s = {};
|
|
7647
7647
|
if (Cn() && "expandedKeys" in e) {
|
|
@@ -7656,7 +7656,7 @@ function Yp(t, e, n) {
|
|
|
7656
7656
|
"aria-expanded": g ? e.expandedKeys === "all" || e.expandedKeys.has(r.key) : void 0,
|
|
7657
7657
|
"aria-level": m.level,
|
|
7658
7658
|
"aria-posinset": m.indexOfType + 1,
|
|
7659
|
-
"aria-setsize": m.level > 1 ?
|
|
7659
|
+
"aria-setsize": m.level > 1 ? et(e.keyMap.get(m == null ? void 0 : m.parentKey).childNodes).indexOfType + 1 : et(e.keyMap.get(e.collection.body.key).childNodes).indexOfType + 1
|
|
7660
7660
|
};
|
|
7661
7661
|
}
|
|
7662
7662
|
}
|
|
@@ -7690,7 +7690,7 @@ function Xp() {
|
|
|
7690
7690
|
function Zp(t, e) {
|
|
7691
7691
|
let n = he(t, {
|
|
7692
7692
|
labelable: !0
|
|
7693
|
-
}), { hoverProps: r } =
|
|
7693
|
+
}), { hoverProps: r } = kt({
|
|
7694
7694
|
onHoverStart: () => e == null ? void 0 : e.open(!0),
|
|
7695
7695
|
onHoverEnd: () => e == null ? void 0 : e.close()
|
|
7696
7696
|
});
|
|
@@ -7728,7 +7728,7 @@ function Jp(t, e, n) {
|
|
|
7728
7728
|
pt() && (a.current = !0, s());
|
|
7729
7729
|
}, m = () => {
|
|
7730
7730
|
a.current = !1, o.current = !1, u(!0);
|
|
7731
|
-
}, { hoverProps: g } =
|
|
7731
|
+
}, { hoverProps: g } = kt({
|
|
7732
7732
|
isDisabled: r,
|
|
7733
7733
|
onHoverStart: c,
|
|
7734
7734
|
onHoverEnd: d
|
|
@@ -8054,7 +8054,7 @@ class rl {
|
|
|
8054
8054
|
for (; r != null; ) {
|
|
8055
8055
|
if (this.canSelectItem(r)) {
|
|
8056
8056
|
let l = this.collection.getItem(r);
|
|
8057
|
-
l.type === "item" && e.push(r), l.hasChildNodes && (this.allowsCellSelection || l.type !== "item") && n(
|
|
8057
|
+
l.type === "item" && e.push(r), l.hasChildNodes && (this.allowsCellSelection || l.type !== "item") && n(Oe(ue(l, this.collection)).key);
|
|
8058
8058
|
}
|
|
8059
8059
|
r = this.collection.getKeyAfter(r);
|
|
8060
8060
|
}
|
|
@@ -8141,13 +8141,13 @@ function eh(t) {
|
|
|
8141
8141
|
const P = u.current.getItem(r.focusedKey), x = [
|
|
8142
8142
|
...u.current.getKeys()
|
|
8143
8143
|
].map((h) => {
|
|
8144
|
-
const
|
|
8145
|
-
return (
|
|
8144
|
+
const T = u.current.getItem(h);
|
|
8145
|
+
return (T == null ? void 0 : T.type) === "item" ? T : null;
|
|
8146
8146
|
}).filter((h) => h !== null), $ = [
|
|
8147
8147
|
...a.getKeys()
|
|
8148
8148
|
].map((h) => {
|
|
8149
|
-
const
|
|
8150
|
-
return (
|
|
8149
|
+
const T = a.getItem(h);
|
|
8150
|
+
return (T == null ? void 0 : T.type) === "item" ? T : null;
|
|
8151
8151
|
}).filter((h) => h !== null);
|
|
8152
8152
|
var c, d;
|
|
8153
8153
|
const A = ((c = x == null ? void 0 : x.length) !== null && c !== void 0 ? c : 0) - ((d = $ == null ? void 0 : $.length) !== null && d !== void 0 ? d : 0);
|
|
@@ -8331,7 +8331,7 @@ function ah(t) {
|
|
|
8331
8331
|
if ((f == null ? void 0 : f.type) === "item") {
|
|
8332
8332
|
var c, d;
|
|
8333
8333
|
let p = ue(f, e);
|
|
8334
|
-
u === "last" ? s = (c =
|
|
8334
|
+
u === "last" ? s = (c = et(p)) === null || c === void 0 ? void 0 : c.key : s = (d = Oe(p)) === null || d === void 0 ? void 0 : d.key;
|
|
8335
8335
|
}
|
|
8336
8336
|
}
|
|
8337
8337
|
i(s, u);
|
|
@@ -8561,11 +8561,11 @@ class ch extends sh {
|
|
|
8561
8561
|
}
|
|
8562
8562
|
getFirstKey() {
|
|
8563
8563
|
var e;
|
|
8564
|
-
return (e =
|
|
8564
|
+
return (e = Oe(this.body.childNodes)) === null || e === void 0 ? void 0 : e.key;
|
|
8565
8565
|
}
|
|
8566
8566
|
getLastKey() {
|
|
8567
8567
|
var e;
|
|
8568
|
-
return (e =
|
|
8568
|
+
return (e = et(this.body.childNodes)) === null || e === void 0 ? void 0 : e.key;
|
|
8569
8569
|
}
|
|
8570
8570
|
getItem(e) {
|
|
8571
8571
|
return this.keyMap.get(e);
|
|
@@ -8859,23 +8859,23 @@ Zu.getCollectionNode = function* (e) {
|
|
|
8859
8859
|
};
|
|
8860
8860
|
let mh = Zu;
|
|
8861
8861
|
const bh = 1500, pi = 500;
|
|
8862
|
-
let st = {}, gh = 0, Ot = !1,
|
|
8862
|
+
let st = {}, gh = 0, Ot = !1, Le = null, ut = null;
|
|
8863
8863
|
function Ju(t = {}) {
|
|
8864
8864
|
let { delay: e = bh, closeDelay: n = pi } = t, { isOpen: r, open: l, close: i } = tn(t), o = W(() => `${++gh}`, []), a = M(void 0), s = M(i), u = () => {
|
|
8865
8865
|
st[o] = f;
|
|
8866
8866
|
}, c = () => {
|
|
8867
8867
|
for (let m in st) m !== o && (st[m](!0), delete st[m]);
|
|
8868
8868
|
}, d = () => {
|
|
8869
|
-
clearTimeout(a.current), a.current = null, c(), u(), Ot = !0, l(),
|
|
8869
|
+
clearTimeout(a.current), a.current = null, c(), u(), Ot = !0, l(), Le && (clearTimeout(Le), Le = null), ut && (clearTimeout(ut), ut = null);
|
|
8870
8870
|
}, f = (m) => {
|
|
8871
8871
|
m || n <= 0 ? (clearTimeout(a.current), a.current = null, s.current()) : a.current || (a.current = setTimeout(() => {
|
|
8872
8872
|
a.current = null, s.current();
|
|
8873
|
-
}, n)),
|
|
8873
|
+
}, n)), Le && (clearTimeout(Le), Le = null), Ot && (ut && clearTimeout(ut), ut = setTimeout(() => {
|
|
8874
8874
|
delete st[o], ut = null, Ot = !1;
|
|
8875
8875
|
}, Math.max(pi, n)));
|
|
8876
8876
|
}, p = () => {
|
|
8877
|
-
c(), u(), !r && !
|
|
8878
|
-
|
|
8877
|
+
c(), u(), !r && !Le && !Ot ? Le = setTimeout(() => {
|
|
8878
|
+
Le = null, Ot = !0, d();
|
|
8879
8879
|
}, e) : r || d();
|
|
8880
8880
|
};
|
|
8881
8881
|
return L(() => {
|
|
@@ -8969,42 +8969,46 @@ function $h(t, e) {
|
|
|
8969
8969
|
}
|
|
8970
8970
|
function ll({
|
|
8971
8971
|
variant: t = "primary",
|
|
8972
|
-
|
|
8973
|
-
|
|
8974
|
-
|
|
8975
|
-
|
|
8976
|
-
|
|
8977
|
-
|
|
8978
|
-
|
|
8972
|
+
size: e = "fullWidth",
|
|
8973
|
+
icon: n,
|
|
8974
|
+
to: r,
|
|
8975
|
+
target: l,
|
|
8976
|
+
onPress: i,
|
|
8977
|
+
type: o,
|
|
8978
|
+
isDisabled: a,
|
|
8979
|
+
"data-testid": s,
|
|
8980
|
+
children: u
|
|
8979
8981
|
}) {
|
|
8980
|
-
const
|
|
8981
|
-
target:
|
|
8982
|
-
href:
|
|
8983
|
-
rel:
|
|
8984
|
-
},
|
|
8982
|
+
const c = r ? "a" : "button", d = r && _r(r), f = c !== "a" ? {} : {
|
|
8983
|
+
target: l || (d ? "_blank" : void 0),
|
|
8984
|
+
href: r,
|
|
8985
|
+
rel: d || l === "_blank" ? "noopener noreferrer" : void 0
|
|
8986
|
+
}, p = M(null), { buttonProps: m } = en(
|
|
8985
8987
|
{
|
|
8986
|
-
onPress:
|
|
8987
|
-
elementType:
|
|
8988
|
-
type:
|
|
8989
|
-
isDisabled:
|
|
8988
|
+
onPress: i,
|
|
8989
|
+
elementType: c,
|
|
8990
|
+
type: o || "button",
|
|
8991
|
+
isDisabled: a
|
|
8990
8992
|
},
|
|
8991
|
-
|
|
8993
|
+
p
|
|
8992
8994
|
);
|
|
8993
8995
|
return /* @__PURE__ */ b.jsxs(
|
|
8994
|
-
|
|
8996
|
+
c,
|
|
8995
8997
|
{
|
|
8998
|
+
...m,
|
|
8996
8999
|
...f,
|
|
8997
|
-
...c,
|
|
8998
9000
|
className: U(
|
|
8999
9001
|
"proton-Button",
|
|
9000
9002
|
`proton-Button--${t}`,
|
|
9001
|
-
|
|
9003
|
+
a && "proton-Button--disabled",
|
|
9004
|
+
e && `proton-Button--${e}`
|
|
9002
9005
|
),
|
|
9003
|
-
ref:
|
|
9004
|
-
"data-testid":
|
|
9006
|
+
ref: p,
|
|
9007
|
+
"data-testid": s,
|
|
9005
9008
|
children: [
|
|
9006
|
-
|
|
9007
|
-
|
|
9009
|
+
n && n,
|
|
9010
|
+
u,
|
|
9011
|
+
r && d && /* @__PURE__ */ b.jsx("svg", { viewBox: "0 0 512 512", width: "0.8em", height: "0.8em", children: /* @__PURE__ */ b.jsx(
|
|
9008
9012
|
"path",
|
|
9009
9013
|
{
|
|
9010
9014
|
d: "M384 224v184a40 40 0 01-40 40H104a40 40 0 01-40-40V168a40 40 0 0140-40h167.48M336 64h112v112M224 288L440 72",
|
|
@@ -9019,15 +9023,15 @@ function ll({
|
|
|
9019
9023
|
}
|
|
9020
9024
|
);
|
|
9021
9025
|
}
|
|
9022
|
-
const ec = Q(void 0),
|
|
9026
|
+
const ec = Q(void 0), ke = () => {
|
|
9023
9027
|
const t = G(ec);
|
|
9024
9028
|
if (t === void 0)
|
|
9025
9029
|
throw new Error("useTheme must be used within a ThemeProvider");
|
|
9026
9030
|
return t;
|
|
9027
9031
|
}, xh = {
|
|
9028
|
-
[
|
|
9029
|
-
[
|
|
9030
|
-
[
|
|
9032
|
+
[Ke.DARK]: "proton-ui__theme--dark",
|
|
9033
|
+
[Ke.CUSTOM_DARK]: "proton-ui__theme--custom-dark",
|
|
9034
|
+
[Ke.LIGHT]: "proton-ui__theme--light"
|
|
9031
9035
|
}, Eh = ({
|
|
9032
9036
|
theme: t,
|
|
9033
9037
|
children: e,
|
|
@@ -9054,7 +9058,7 @@ const ec = Q(void 0), Te = () => {
|
|
|
9054
9058
|
}
|
|
9055
9059
|
);
|
|
9056
9060
|
}, Sh = (t, e) => {
|
|
9057
|
-
const n = e ===
|
|
9061
|
+
const n = e === Ke.DARK || e === Ke.CUSTOM_DARK ? {
|
|
9058
9062
|
"--proton-color__gray-super-dark": fe.GRAY_SUPER_DARK,
|
|
9059
9063
|
"--proton-color__gray-dark": fe.GRAY_DARK,
|
|
9060
9064
|
"--proton-color__gray-medium": fe.GRAY_MEDIUM,
|
|
@@ -9098,7 +9102,7 @@ const ec = Q(void 0), Te = () => {
|
|
|
9098
9102
|
function Ch(t, e) {
|
|
9099
9103
|
const n = Sh(t, e);
|
|
9100
9104
|
switch (e) {
|
|
9101
|
-
case
|
|
9105
|
+
case Ke.DARK:
|
|
9102
9106
|
return {
|
|
9103
9107
|
"--proton-control__background-color": fe.GRAY_DARK,
|
|
9104
9108
|
"--proton-control__background-color-light": fe.ELEVATION,
|
|
@@ -9110,7 +9114,7 @@ function Ch(t, e) {
|
|
|
9110
9114
|
),
|
|
9111
9115
|
...n
|
|
9112
9116
|
};
|
|
9113
|
-
case
|
|
9117
|
+
case Ke.LIGHT:
|
|
9114
9118
|
return {
|
|
9115
9119
|
"--proton-control__background-color": Pl,
|
|
9116
9120
|
"--proton-control__background-color-light": me.ELEVATION,
|
|
@@ -9122,7 +9126,7 @@ function Ch(t, e) {
|
|
|
9122
9126
|
),
|
|
9123
9127
|
...n
|
|
9124
9128
|
};
|
|
9125
|
-
case
|
|
9129
|
+
case Ke.CUSTOM_DARK:
|
|
9126
9130
|
return {
|
|
9127
9131
|
"--proton-control__background-color": fe.GRAY_DARK,
|
|
9128
9132
|
"--proton-control__background-color-light": Yc(
|
|
@@ -9158,7 +9162,7 @@ function Ph(t = !0) {
|
|
|
9158
9162
|
}
|
|
9159
9163
|
const il = rt(
|
|
9160
9164
|
({ fadeIn: t = !1, onClose: e, children: n }, r) => {
|
|
9161
|
-
const { theme: l, palette: i } =
|
|
9165
|
+
const { theme: l, palette: i } = ke();
|
|
9162
9166
|
return L(() => {
|
|
9163
9167
|
if (!e) return;
|
|
9164
9168
|
const o = (a) => {
|
|
@@ -9175,6 +9179,7 @@ const il = rt(
|
|
|
9175
9179
|
"aria-label": "Background overlay",
|
|
9176
9180
|
role: "dialog",
|
|
9177
9181
|
"aria-modal": "true",
|
|
9182
|
+
"data-testid": "screen-overlay",
|
|
9178
9183
|
className: U(
|
|
9179
9184
|
"proton-ScreenOverlay__background",
|
|
9180
9185
|
"proton-ScreenOverlay__z-index",
|
|
@@ -9224,29 +9229,29 @@ const nc = ({
|
|
|
9224
9229
|
"data-testid": c
|
|
9225
9230
|
}) => {
|
|
9226
9231
|
Ph(t);
|
|
9227
|
-
const { className: d, theme: f } =
|
|
9232
|
+
const { className: d, theme: f } = ke(), [p, m] = j(0), g = M(null), y = M(null), P = M(null), { isClosing: x, handleClose: $ } = tc({
|
|
9228
9233
|
onClose: u,
|
|
9229
9234
|
overlayRef: P
|
|
9230
9235
|
}), A = a && a.length > 0, S = () => {
|
|
9231
9236
|
m(0), $();
|
|
9232
9237
|
}, D = A ? Qu({
|
|
9233
9238
|
items: a,
|
|
9234
|
-
children: a.map((
|
|
9239
|
+
children: a.map((T) => /* @__PURE__ */ Ei(qr, { ...T, key: T.key, textValue: T.key }, T.label)),
|
|
9235
9240
|
selectedKeys: new Set(n),
|
|
9236
|
-
onSelectionChange: (
|
|
9241
|
+
onSelectionChange: (T) => s == null ? void 0 : s(T),
|
|
9237
9242
|
selectionMode: e,
|
|
9238
9243
|
disabledKeys: r
|
|
9239
9244
|
}) : null, { menuProps: R } = A ? La(
|
|
9240
9245
|
{
|
|
9241
9246
|
autoFocus: !0,
|
|
9242
9247
|
shouldFocusWrap: !0,
|
|
9243
|
-
onAction: (
|
|
9248
|
+
onAction: (T) => {
|
|
9244
9249
|
var C, w;
|
|
9245
|
-
return (w = (C = a.find((N) => N.key ===
|
|
9250
|
+
return (w = (C = a.find((N) => N.key === T)) == null ? void 0 : C.onAction) == null ? void 0 : w.call(C, T);
|
|
9246
9251
|
},
|
|
9247
9252
|
onClose: () => u == null ? void 0 : u(),
|
|
9248
9253
|
disabledKeys: r,
|
|
9249
|
-
onSelectionChange: (
|
|
9254
|
+
onSelectionChange: (T) => s == null ? void 0 : s(T),
|
|
9250
9255
|
selectionMode: e,
|
|
9251
9256
|
selectedKeys: n,
|
|
9252
9257
|
"aria-label": "Action Menu"
|
|
@@ -9285,14 +9290,14 @@ const nc = ({
|
|
|
9285
9290
|
"proton-ActionMenu__list",
|
|
9286
9291
|
e === "none" && "proton-ActionMenu__list--disabled"
|
|
9287
9292
|
),
|
|
9288
|
-
children: Array.from(D.collection).map((
|
|
9293
|
+
children: Array.from(D.collection).map((T) => /* @__PURE__ */ b.jsx(
|
|
9289
9294
|
wh,
|
|
9290
9295
|
{
|
|
9291
|
-
item:
|
|
9296
|
+
item: T,
|
|
9292
9297
|
state: D,
|
|
9293
|
-
to:
|
|
9298
|
+
to: T.props.to
|
|
9294
9299
|
},
|
|
9295
|
-
|
|
9300
|
+
T.key
|
|
9296
9301
|
))
|
|
9297
9302
|
}
|
|
9298
9303
|
),
|
|
@@ -9347,7 +9352,7 @@ const nc = ({
|
|
|
9347
9352
|
warning: "warning",
|
|
9348
9353
|
danger: "danger"
|
|
9349
9354
|
}, s4 = ({ variant: t, children: e, ...n }) => {
|
|
9350
|
-
const { className: r } =
|
|
9355
|
+
const { className: r } = ke();
|
|
9351
9356
|
return /* @__PURE__ */ b.jsx(
|
|
9352
9357
|
"div",
|
|
9353
9358
|
{
|
|
@@ -9415,7 +9420,7 @@ const nc = ({
|
|
|
9415
9420
|
}
|
|
9416
9421
|
)
|
|
9417
9422
|
}
|
|
9418
|
-
) }),
|
|
9423
|
+
) }), Th = ({ children: t, ...e }) => {
|
|
9419
9424
|
const n = G(In);
|
|
9420
9425
|
if (!n) throw new Error("BannerTitle must be used within a Banner");
|
|
9421
9426
|
return /* @__PURE__ */ b.jsx(
|
|
@@ -9429,7 +9434,7 @@ const nc = ({
|
|
|
9429
9434
|
children: t
|
|
9430
9435
|
}
|
|
9431
9436
|
);
|
|
9432
|
-
},
|
|
9437
|
+
}, kh = ({ children: t, ...e }) => {
|
|
9433
9438
|
const n = G(In);
|
|
9434
9439
|
if (!n) throw new Error("BannerContent must be used within a Banner");
|
|
9435
9440
|
return /* @__PURE__ */ b.jsx(
|
|
@@ -9461,8 +9466,8 @@ const Bh = ({ children: t, icon: e, ...n }) => {
|
|
|
9461
9466
|
}
|
|
9462
9467
|
) : null;
|
|
9463
9468
|
}, Kh = ({ children: t, ...e }) => /* @__PURE__ */ b.jsx(ll, { ...e, children: t }), Mh = ({ children: t }) => /* @__PURE__ */ b.jsx("div", { className: "proton-Banner__actions", children: t });
|
|
9464
|
-
ot.Title =
|
|
9465
|
-
ot.Content =
|
|
9469
|
+
ot.Title = Th;
|
|
9470
|
+
ot.Content = kh;
|
|
9466
9471
|
ot.Icon = Bh;
|
|
9467
9472
|
ot.Action = Kh;
|
|
9468
9473
|
ot.Actions = Mh;
|
|
@@ -9549,7 +9554,7 @@ function d4({
|
|
|
9549
9554
|
imageUrl: e = "",
|
|
9550
9555
|
onLoad: n
|
|
9551
9556
|
}) {
|
|
9552
|
-
const { palette: r } =
|
|
9557
|
+
const { palette: r } = ke(), l = Uc(r.BASE_COLOR), i = Rh(l);
|
|
9553
9558
|
return /* @__PURE__ */ b.jsxs(
|
|
9554
9559
|
"div",
|
|
9555
9560
|
{
|
|
@@ -9606,7 +9611,7 @@ const ol = rt(
|
|
|
9606
9611
|
autoComplete: p,
|
|
9607
9612
|
"data-testid": m
|
|
9608
9613
|
}, g) => {
|
|
9609
|
-
const y = M(null), P = M(null), x = M(null), $ = M(null), { className: A } =
|
|
9614
|
+
const y = M(null), P = M(null), x = M(null), $ = M(null), { className: A } = ke(), S = g || y, { labelProps: D, inputProps: R, descriptionProps: h, errorMessageProps: T } = ro(
|
|
9610
9615
|
{
|
|
9611
9616
|
label: a,
|
|
9612
9617
|
name: s,
|
|
@@ -9709,7 +9714,7 @@ const ol = rt(
|
|
|
9709
9714
|
i ? /* @__PURE__ */ b.jsx(
|
|
9710
9715
|
"div",
|
|
9711
9716
|
{
|
|
9712
|
-
...
|
|
9717
|
+
...T,
|
|
9713
9718
|
role: "alert",
|
|
9714
9719
|
className: U("proton-Input__error", "proton-Input__text"),
|
|
9715
9720
|
id: `${s}-error`,
|
|
@@ -9769,7 +9774,7 @@ const f4 = ({
|
|
|
9769
9774
|
"svg",
|
|
9770
9775
|
{
|
|
9771
9776
|
"aria-hidden": "true",
|
|
9772
|
-
width: "
|
|
9777
|
+
width: "2.8em",
|
|
9773
9778
|
height: "1.6em",
|
|
9774
9779
|
viewBox: "0 0 24 24",
|
|
9775
9780
|
onClick: () => {
|
|
@@ -9940,14 +9945,11 @@ const Nh = ({ isCopied: t, onClick: e }) => /* @__PURE__ */ b.jsxs(
|
|
|
9940
9945
|
return n.remove(), i && (l.removeAllRanges(), l.addRange(i)), r instanceof HTMLElement && r.focus(), o;
|
|
9941
9946
|
}, h4 = ({
|
|
9942
9947
|
children: t,
|
|
9943
|
-
|
|
9948
|
+
hasPrimaryGradient: e = !1,
|
|
9944
9949
|
backgroundGradientDirection: n = "left",
|
|
9945
9950
|
"data-testid": r
|
|
9946
9951
|
}) => {
|
|
9947
|
-
const {
|
|
9948
|
-
l.SECONDARY.SECONDARY_LIGHTEST,
|
|
9949
|
-
0.9
|
|
9950
|
-
), a = e ? i : "var(--proton-control__background-color-light)", s = e ? o : "var(--proton-control__background-color-light)";
|
|
9952
|
+
const { theme: l, palette: i } = ke(), o = l === Ke.CUSTOM_DARK && e ? Vt(i.PRIMARY.PRIMARY_LIGHTEST, 0.9) : "var(--proton-control__background-color-light)", a = l === Ke.CUSTOM_DARK && e ? Vt(i.PRIMARY.PRIMARY_LIGHT, 0.92) : l === Ke.CUSTOM_DARK && !e ? "rgba(179, 179, 179, 0.04)" : "var(--proton-control__background-color-light)";
|
|
9951
9953
|
return /* @__PURE__ */ b.jsx(
|
|
9952
9954
|
"div",
|
|
9953
9955
|
{
|
|
@@ -9956,7 +9958,7 @@ const Nh = ({ isCopied: t, onClick: e }) => /* @__PURE__ */ b.jsxs(
|
|
|
9956
9958
|
role: "presentation",
|
|
9957
9959
|
"aria-label": "Elevated content area",
|
|
9958
9960
|
style: {
|
|
9959
|
-
background: `linear-gradient(to ${n}, ${
|
|
9961
|
+
background: `linear-gradient(to ${n}, ${o}, ${a})`
|
|
9960
9962
|
},
|
|
9961
9963
|
children: t
|
|
9962
9964
|
}
|
|
@@ -9977,7 +9979,7 @@ function al({
|
|
|
9977
9979
|
offset: r,
|
|
9978
9980
|
...l
|
|
9979
9981
|
}) {
|
|
9980
|
-
const i = M(null), { popoverRef: o = i } = l, { className: a, style: s } =
|
|
9982
|
+
const i = M(null), { popoverRef: o = i } = l, { className: a, style: s } = ke();
|
|
9981
9983
|
let { popoverProps: u, underlayProps: c, arrowProps: d, placement: f } = tp(
|
|
9982
9984
|
{
|
|
9983
9985
|
...l,
|
|
@@ -10333,12 +10335,12 @@ if (typeof HTMLTemplateElement < "u") {
|
|
|
10333
10335
|
}
|
|
10334
10336
|
});
|
|
10335
10337
|
}
|
|
10336
|
-
const
|
|
10338
|
+
const Tr = /* @__PURE__ */ Q(!1), zh = typeof DocumentFragment < "u" ? new DocumentFragment() : null;
|
|
10337
10339
|
function Vh(t) {
|
|
10338
|
-
let e = G(
|
|
10340
|
+
let e = G(Tr), n = lt();
|
|
10339
10341
|
if (e)
|
|
10340
10342
|
return /* @__PURE__ */ B.createElement(B.Fragment, null, t.children);
|
|
10341
|
-
let r = /* @__PURE__ */ B.createElement(
|
|
10343
|
+
let r = /* @__PURE__ */ B.createElement(Tr.Provider, {
|
|
10342
10344
|
value: !0
|
|
10343
10345
|
}, t.children);
|
|
10344
10346
|
return n ? /* @__PURE__ */ B.createElement("template", {
|
|
@@ -10346,10 +10348,10 @@ function Vh(t) {
|
|
|
10346
10348
|
}, r) : /* @__PURE__ */ Ci(r, zh);
|
|
10347
10349
|
}
|
|
10348
10350
|
function Hh(t) {
|
|
10349
|
-
let e = (n, r) => G(
|
|
10351
|
+
let e = (n, r) => G(Tr) ? null : t(n, r);
|
|
10350
10352
|
return e.displayName = t.displayName || t.name, rt(e);
|
|
10351
10353
|
}
|
|
10352
|
-
var
|
|
10354
|
+
var kr = { exports: {} }, lr = {};
|
|
10353
10355
|
/**
|
|
10354
10356
|
* @license React
|
|
10355
10357
|
* use-sync-external-store-shim.production.min.js
|
|
@@ -10420,8 +10422,8 @@ function Uh() {
|
|
|
10420
10422
|
{
|
|
10421
10423
|
var D = e.ReactDebugCurrentFrame, R = D.getStackAddendum();
|
|
10422
10424
|
R !== "" && (A += "%s", S = S.concat([R]));
|
|
10423
|
-
var h = S.map(function(
|
|
10424
|
-
return String(
|
|
10425
|
+
var h = S.map(function(T) {
|
|
10426
|
+
return String(T);
|
|
10425
10427
|
});
|
|
10426
10428
|
h.unshift("Warning: " + A), Function.prototype.apply.call(console[$], console, h);
|
|
10427
10429
|
}
|
|
@@ -10442,18 +10444,18 @@ function Uh() {
|
|
|
10442
10444
|
value: D,
|
|
10443
10445
|
getSnapshot: A
|
|
10444
10446
|
}
|
|
10445
|
-
}),
|
|
10447
|
+
}), T = h[0].inst, C = h[1];
|
|
10446
10448
|
return s(function() {
|
|
10447
|
-
|
|
10448
|
-
inst:
|
|
10449
|
+
T.value = D, T.getSnapshot = A, p(T) && C({
|
|
10450
|
+
inst: T
|
|
10449
10451
|
});
|
|
10450
10452
|
}, [$, D, A]), a(function() {
|
|
10451
|
-
p(
|
|
10452
|
-
inst:
|
|
10453
|
+
p(T) && C({
|
|
10454
|
+
inst: T
|
|
10453
10455
|
});
|
|
10454
10456
|
var w = function() {
|
|
10455
|
-
p(
|
|
10456
|
-
inst:
|
|
10457
|
+
p(T) && C({
|
|
10458
|
+
inst: T
|
|
10457
10459
|
});
|
|
10458
10460
|
};
|
|
10459
10461
|
return $(w);
|
|
@@ -10475,8 +10477,8 @@ function Uh() {
|
|
|
10475
10477
|
ir.useSyncExternalStore = x, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error());
|
|
10476
10478
|
}()), ir;
|
|
10477
10479
|
}
|
|
10478
|
-
process.env.NODE_ENV === "production" ?
|
|
10479
|
-
var Yh =
|
|
10480
|
+
process.env.NODE_ENV === "production" ? kr.exports = Wh() : kr.exports = Uh();
|
|
10481
|
+
var Yh = kr.exports;
|
|
10480
10482
|
const ac = /* @__PURE__ */ Q(!1), Xt = /* @__PURE__ */ Q(null);
|
|
10481
10483
|
function Gh(t) {
|
|
10482
10484
|
if (G(Xt))
|
|
@@ -10762,7 +10764,7 @@ const cv = /* @__PURE__ */ Q(null), dv = /* @__PURE__ */ new Set([
|
|
|
10762
10764
|
]), fv = /* @__PURE__ */ Q({});
|
|
10763
10765
|
function pv(t, e) {
|
|
10764
10766
|
[t, e] = nn(t, e, fv), t = hv(t);
|
|
10765
|
-
let n = t, { isPending: r } = n, { buttonProps: l, isPressed: i } = en(t, e), { focusProps: o, isFocused: a, isFocusVisible: s } = Qt(t), { hoverProps: u, isHovered: c } =
|
|
10767
|
+
let n = t, { isPending: r } = n, { buttonProps: l, isPressed: i } = en(t, e), { focusProps: o, isFocused: a, isFocusVisible: s } = Qt(t), { hoverProps: u, isHovered: c } = kt({
|
|
10766
10768
|
...t,
|
|
10767
10769
|
isDisabled: t.isDisabled || r
|
|
10768
10770
|
}), d = {
|
|
@@ -11025,14 +11027,14 @@ function Dv(t, e, n) {
|
|
|
11025
11027
|
parent: n
|
|
11026
11028
|
})));
|
|
11027
11029
|
}
|
|
11028
|
-
const Kr = /* @__PURE__ */ Q(null),
|
|
11030
|
+
const Kr = /* @__PURE__ */ Q(null), Tv = /* @__PURE__ */ ev("item", function(e, n, r) {
|
|
11029
11031
|
var l;
|
|
11030
11032
|
[e, n] = nn(e, n, Kr);
|
|
11031
11033
|
let i = (l = uc(Kr)) === null || l === void 0 ? void 0 : l.id, o = G(ul), a = Dn(n), { menuItemProps: s, labelProps: u, descriptionProps: c, keyboardShortcutProps: d, ...f } = Oa({
|
|
11032
11034
|
...e,
|
|
11033
11035
|
id: i,
|
|
11034
11036
|
key: r.key
|
|
11035
|
-
}, o, a), { isFocusVisible: p, focusProps: m } = Qt(), { hoverProps: g, isHovered: y } =
|
|
11037
|
+
}, o, a), { isFocusVisible: p, focusProps: m } = Qt(), { hoverProps: g, isHovered: y } = kt({
|
|
11036
11038
|
isDisabled: f.isDisabled
|
|
11037
11039
|
}), P = Kt({
|
|
11038
11040
|
...e,
|
|
@@ -11080,7 +11082,7 @@ const Kr = /* @__PURE__ */ Q(null), kv = /* @__PURE__ */ ev("item", function(e,
|
|
|
11080
11082
|
]
|
|
11081
11083
|
}, P.children));
|
|
11082
11084
|
}), cl = /* @__PURE__ */ Q(null), vc = /* @__PURE__ */ Q(null);
|
|
11083
|
-
function
|
|
11085
|
+
function kv(t) {
|
|
11084
11086
|
let e = Ju(t), n = M(null), { triggerProps: r, tooltipProps: l } = Jp(t, e, n);
|
|
11085
11087
|
return /* @__PURE__ */ B.createElement(Fn, {
|
|
11086
11088
|
values: [
|
|
@@ -11191,7 +11193,7 @@ function m4({
|
|
|
11191
11193
|
testId: o,
|
|
11192
11194
|
menuTestId: a
|
|
11193
11195
|
}) {
|
|
11194
|
-
const { className: s } =
|
|
11196
|
+
const { className: s } = ke(), u = dl(Ir.SMALL), [c, d] = j(!1), f = M(null), p = {
|
|
11195
11197
|
disabled: l,
|
|
11196
11198
|
"data-testid": o,
|
|
11197
11199
|
"aria-label": "Menu"
|
|
@@ -11248,7 +11250,7 @@ function m4({
|
|
|
11248
11250
|
autoFocus: !0,
|
|
11249
11251
|
"data-testid": a,
|
|
11250
11252
|
children: r.map((y) => /* @__PURE__ */ b.jsx(
|
|
11251
|
-
|
|
11253
|
+
Tv,
|
|
11252
11254
|
{
|
|
11253
11255
|
href: y.to,
|
|
11254
11256
|
target: "_blank",
|
|
@@ -11766,7 +11768,7 @@ const P4 = ({
|
|
|
11766
11768
|
}
|
|
11767
11769
|
);
|
|
11768
11770
|
function jv({ children: t, arrow: e, ...n }) {
|
|
11769
|
-
const { style: r, className: l } =
|
|
11771
|
+
const { style: r, className: l } = ke();
|
|
11770
11772
|
return /* @__PURE__ */ b.jsxs(
|
|
11771
11773
|
Bv,
|
|
11772
11774
|
{
|
|
@@ -11795,7 +11797,7 @@ function zv({
|
|
|
11795
11797
|
}) {
|
|
11796
11798
|
const [u, c] = j(!1), d = M(!1), f = M(!1);
|
|
11797
11799
|
return a === "" ? null : /* @__PURE__ */ b.jsxs(
|
|
11798
|
-
|
|
11800
|
+
kv,
|
|
11799
11801
|
{
|
|
11800
11802
|
delay: e,
|
|
11801
11803
|
closeDelay: n,
|
|
@@ -11828,7 +11830,7 @@ const w4 = ({
|
|
|
11828
11830
|
tooltipProps: n,
|
|
11829
11831
|
"data-testid": r
|
|
11830
11832
|
}) => {
|
|
11831
|
-
const { className: l } =
|
|
11833
|
+
const { className: l } = ke(), i = n ? /* @__PURE__ */ b.jsx(zv, { delay: 50, closeDelay: 75, ...n, children: e }) : e;
|
|
11832
11834
|
if (t) {
|
|
11833
11835
|
const o = _r(t);
|
|
11834
11836
|
return /* @__PURE__ */ b.jsx(
|
|
@@ -11870,7 +11872,7 @@ const w4 = ({
|
|
|
11870
11872
|
height: e = "1.5rem",
|
|
11871
11873
|
borderRadius: n = "4px"
|
|
11872
11874
|
}) => {
|
|
11873
|
-
const { theme: r, palette: l } =
|
|
11875
|
+
const { theme: r, palette: l } = ke(), i = {
|
|
11874
11876
|
"--tombstone-custom-background": l.PRIMARY.PRIMARY_MEDIUM,
|
|
11875
11877
|
"--tombstone-custom-primary": wl(
|
|
11876
11878
|
l.PRIMARY.PRIMARY_DARK,
|
|
@@ -11963,7 +11965,7 @@ function Vv({
|
|
|
11963
11965
|
);
|
|
11964
11966
|
}
|
|
11965
11967
|
const Hv = Gv(100);
|
|
11966
|
-
function
|
|
11968
|
+
function T4({
|
|
11967
11969
|
data: t,
|
|
11968
11970
|
resolution: e = 2,
|
|
11969
11971
|
startDuration: n,
|
|
@@ -11977,34 +11979,34 @@ function k4({
|
|
|
11977
11979
|
"data-testid": c
|
|
11978
11980
|
}) {
|
|
11979
11981
|
var E;
|
|
11980
|
-
const { className: d } =
|
|
11982
|
+
const { className: d } = ke(), f = M(null), [p, m] = j([]), [g, y] = j(null), [P, x] = j(!1), [$, A] = j(!1), S = t || Hv, D = e;
|
|
11981
11983
|
L(() => {
|
|
11982
11984
|
if (!f.current) return;
|
|
11983
11985
|
const I = (_) => {
|
|
11984
11986
|
const re = Math.floor(_ / (e + D)), de = Uv(S, re);
|
|
11985
11987
|
m(de);
|
|
11986
|
-
},
|
|
11987
|
-
I(
|
|
11988
|
+
}, k = f.current.clientWidth;
|
|
11989
|
+
I(k);
|
|
11988
11990
|
const V = new ResizeObserver((_) => {
|
|
11989
11991
|
_ && _[0] && I(_[0].contentRect.width);
|
|
11990
11992
|
});
|
|
11991
11993
|
return V.observe(f.current), () => V.disconnect();
|
|
11992
11994
|
}, [S, e, D]), L(() => {
|
|
11993
|
-
const I = setTimeout(() => x(!0), 50),
|
|
11995
|
+
const I = setTimeout(() => x(!0), 50), k = setTimeout(() => A(!0), 500);
|
|
11994
11996
|
return () => {
|
|
11995
|
-
clearTimeout(I), clearTimeout(
|
|
11997
|
+
clearTimeout(I), clearTimeout(k);
|
|
11996
11998
|
};
|
|
11997
11999
|
}, []);
|
|
11998
12000
|
const R = (I) => {
|
|
11999
12001
|
if (!f.current) return;
|
|
12000
|
-
const
|
|
12002
|
+
const k = f.current.getBoundingClientRect(), _ = (I.clientX - k.left) / k.width * o;
|
|
12001
12003
|
y(_);
|
|
12002
12004
|
}, h = () => {
|
|
12003
12005
|
y(null);
|
|
12004
|
-
},
|
|
12006
|
+
}, T = e + D, C = (I, k) => {
|
|
12005
12007
|
var re;
|
|
12006
12008
|
const V = I / o * 100;
|
|
12007
|
-
return (
|
|
12009
|
+
return (k === "start" ? Math.floor(V / 100 * p.length) : Math.ceil(V / 100 * p.length)) * T / ((re = f.current) == null ? void 0 : re.clientWidth) * 100;
|
|
12008
12010
|
}, w = (E = f.current) == null ? void 0 : E.clientWidth, N = W(() => a && s ? s : t ? null : "Waveform Unavailable", [a, s, t]);
|
|
12009
12011
|
return /* @__PURE__ */ b.jsxs("div", { className: U("proton-Waveform", d), "data-testid": c, children: [
|
|
12010
12012
|
i && /* @__PURE__ */ b.jsx($i, { direction: "left", seconds: l }),
|
|
@@ -12017,7 +12019,7 @@ function k4({
|
|
|
12017
12019
|
onMouseLeave: h,
|
|
12018
12020
|
onClick: (I) => {
|
|
12019
12021
|
if (!f.current || a) return;
|
|
12020
|
-
const
|
|
12022
|
+
const k = f.current.getBoundingClientRect(), _ = (I.clientX - k.left) / k.width * o;
|
|
12021
12023
|
u == null || u(_, I);
|
|
12022
12024
|
},
|
|
12023
12025
|
"data-disabled": a,
|
|
@@ -12042,8 +12044,8 @@ function k4({
|
|
|
12042
12044
|
}
|
|
12043
12045
|
}
|
|
12044
12046
|
),
|
|
12045
|
-
p.map((I,
|
|
12046
|
-
const V =
|
|
12047
|
+
p.map((I, k) => {
|
|
12048
|
+
const V = k / p.length * o, _ = n !== void 0 && r !== void 0 && (V < n || V > r), re = l === 0 ? !1 : V <= l, de = g !== null && V <= g;
|
|
12047
12049
|
return /* @__PURE__ */ b.jsx(
|
|
12048
12050
|
Vv,
|
|
12049
12051
|
{
|
|
@@ -12055,9 +12057,9 @@ function k4({
|
|
|
12055
12057
|
hasAnimated: $,
|
|
12056
12058
|
resolution: e,
|
|
12057
12059
|
spacing: D,
|
|
12058
|
-
index:
|
|
12060
|
+
index: k
|
|
12059
12061
|
},
|
|
12060
|
-
|
|
12062
|
+
k
|
|
12061
12063
|
);
|
|
12062
12064
|
})
|
|
12063
12065
|
]
|
|
@@ -12121,38 +12123,41 @@ const bc = ({ children: t }) => /* @__PURE__ */ b.jsx("h2", { className: "proton
|
|
|
12121
12123
|
body: n,
|
|
12122
12124
|
onClose: r,
|
|
12123
12125
|
children: l,
|
|
12124
|
-
isClosing: i
|
|
12126
|
+
isClosing: i,
|
|
12127
|
+
"data-testid": o
|
|
12125
12128
|
}) => {
|
|
12126
|
-
const
|
|
12129
|
+
const a = M(null), s = tn({ isOpen: !0, onOpenChange: r }), { modalProps: u } = lp(
|
|
12127
12130
|
{
|
|
12128
12131
|
isDismissable: !1
|
|
12129
12132
|
//handle dismiss behavior in useIsClosing
|
|
12130
12133
|
},
|
|
12131
|
-
|
|
12132
|
-
|
|
12133
|
-
), { dialogProps:
|
|
12134
|
+
s,
|
|
12135
|
+
a
|
|
12136
|
+
), { dialogProps: c } = ja({ role: "dialog" }, a);
|
|
12134
12137
|
Yr();
|
|
12135
|
-
const
|
|
12138
|
+
const d = M(null), { buttonProps: f } = en(
|
|
12136
12139
|
{
|
|
12137
12140
|
onPress: r,
|
|
12138
12141
|
"aria-label": "Close"
|
|
12139
12142
|
},
|
|
12140
|
-
|
|
12143
|
+
d
|
|
12141
12144
|
);
|
|
12142
12145
|
return /* @__PURE__ */ b.jsx(At, { contain: !0, restoreFocus: !0, autoFocus: !0, children: /* @__PURE__ */ b.jsxs(
|
|
12143
12146
|
"div",
|
|
12144
12147
|
{
|
|
12148
|
+
"data-testid": o,
|
|
12145
12149
|
className: U("proton-Modal", i && "proton-Modal--closing"),
|
|
12146
|
-
...H(
|
|
12147
|
-
ref:
|
|
12150
|
+
...H(u, c),
|
|
12151
|
+
ref: a,
|
|
12148
12152
|
children: [
|
|
12149
12153
|
/* @__PURE__ */ b.jsxs("div", { children: [
|
|
12150
12154
|
/* @__PURE__ */ b.jsx(
|
|
12151
12155
|
"button",
|
|
12152
12156
|
{
|
|
12157
|
+
name: "Close",
|
|
12153
12158
|
className: "proton-Modal__close-button",
|
|
12154
|
-
...
|
|
12155
|
-
ref:
|
|
12159
|
+
...f,
|
|
12160
|
+
ref: d,
|
|
12156
12161
|
children: "×"
|
|
12157
12162
|
}
|
|
12158
12163
|
),
|
|
@@ -12171,27 +12176,29 @@ const bc = ({ children: t }) => /* @__PURE__ */ b.jsx("h2", { className: "proton
|
|
|
12171
12176
|
subtitle: r,
|
|
12172
12177
|
body: l,
|
|
12173
12178
|
children: i,
|
|
12174
|
-
isOverlay: o = !0
|
|
12179
|
+
isOverlay: o = !0,
|
|
12180
|
+
"data-testid": a
|
|
12175
12181
|
}) => {
|
|
12176
|
-
const
|
|
12182
|
+
const s = M(null), { isClosing: u, handleClose: c } = tc({
|
|
12177
12183
|
onClose: e,
|
|
12178
|
-
overlayRef:
|
|
12179
|
-
}),
|
|
12184
|
+
overlayRef: s
|
|
12185
|
+
}), d = dl(Ir.MEDIUM);
|
|
12180
12186
|
if (!t) return null;
|
|
12181
|
-
const
|
|
12187
|
+
const f = /* @__PURE__ */ b.jsx(
|
|
12182
12188
|
Zv,
|
|
12183
12189
|
{
|
|
12184
12190
|
isOpen: t,
|
|
12185
12191
|
title: n,
|
|
12186
12192
|
subtitle: r,
|
|
12187
12193
|
body: l,
|
|
12188
|
-
onClose:
|
|
12189
|
-
isClosing:
|
|
12194
|
+
onClose: c,
|
|
12195
|
+
isClosing: u,
|
|
12196
|
+
"data-testid": a,
|
|
12190
12197
|
children: i
|
|
12191
12198
|
}
|
|
12192
12199
|
);
|
|
12193
|
-
return o ||
|
|
12194
|
-
},
|
|
12200
|
+
return o || d ? /* @__PURE__ */ b.jsx(il, { fadeIn: !0, ref: s, onClose: c, children: f }) : f;
|
|
12201
|
+
}, k4 = Object.assign(Jv, {
|
|
12195
12202
|
Title: bc,
|
|
12196
12203
|
Subtitle: gc,
|
|
12197
12204
|
Body: yc,
|
|
@@ -12213,7 +12220,7 @@ export {
|
|
|
12213
12220
|
c4 as Icon,
|
|
12214
12221
|
d4 as ImageBackground,
|
|
12215
12222
|
ol as Input,
|
|
12216
|
-
|
|
12223
|
+
k4 as Modal,
|
|
12217
12224
|
al as Popover,
|
|
12218
12225
|
m4 as ResponsiveMenuTrigger,
|
|
12219
12226
|
g4 as ResponsiveSelect,
|
|
@@ -12232,8 +12239,8 @@ export {
|
|
|
12232
12239
|
D4 as Tombstone,
|
|
12233
12240
|
jv as Tooltip,
|
|
12234
12241
|
zv as TooltipTrigger,
|
|
12235
|
-
|
|
12242
|
+
T4 as Waveform,
|
|
12236
12243
|
v4 as usePopoverTrigger,
|
|
12237
|
-
|
|
12244
|
+
ke as useTheme
|
|
12238
12245
|
};
|
|
12239
12246
|
//# sourceMappingURL=index.es.js.map
|