@theroutingcompany/components 0.0.10 → 0.0.12
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/README.md +6 -0
- package/dist/trc-components.es.js +670 -640
- package/dist/trc-components.es.js.map +1 -1
- package/dist/trc-components.umd.js +97 -78
- package/dist/trc-components.umd.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +7 -8
- package/types/components/Input/InputBase.d.ts +1 -1
- package/types/components/Label/Label.d.ts +3 -3
- package/types/components/index.d.ts +1 -0
- package/types/components/Flex.d.ts +0 -0
- package/types/components/ProgressBar/ProgressBar.d.ts +0 -7
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as U from "react";
|
|
2
|
-
import ce, { createContext as St, useMemo as we, createElement as _, useContext as Ne, useCallback as H, useLayoutEffect as mr, useRef as F, useEffect as q, useState as
|
|
2
|
+
import ce, { createContext as St, useMemo as we, createElement as _, useContext as Ne, useCallback as H, useLayoutEffect as mr, useRef as F, useEffect as q, useState as Z, forwardRef as L, Children as tt, isValidElement as Et, cloneElement as Ot, Fragment as gt, useReducer as Db } from "react";
|
|
3
3
|
import * as uc from "react-dom";
|
|
4
4
|
import Ob, { flushSync as fc, createPortal as Ea } from "react-dom";
|
|
5
5
|
import D, { keyframes as yr } from "styled-components";
|
|
@@ -91,11 +91,11 @@ function qb() {
|
|
|
91
91
|
var y = Symbol.for;
|
|
92
92
|
r = y("react.element"), n = y("react.portal"), e.Fragment = y("react.fragment"), o = y("react.strict_mode"), a = y("react.profiler"), i = y("react.provider"), s = y("react.context"), c = y("react.forward_ref"), u = y("react.suspense"), d = y("react.suspense_list"), f = y("react.memo"), p = y("react.lazy"), b = y("react.block"), g = y("react.server.block"), m = y("react.fundamental"), y("react.scope"), y("react.opaque.id"), h = y("react.debug_trace_mode"), y("react.offscreen"), $ = y("react.legacy_hidden");
|
|
93
93
|
}
|
|
94
|
-
var
|
|
94
|
+
var w = typeof Symbol == "function" && Symbol.iterator, v = "@@iterator";
|
|
95
95
|
function R(x) {
|
|
96
96
|
if (x === null || typeof x != "object")
|
|
97
97
|
return null;
|
|
98
|
-
var V =
|
|
98
|
+
var V = w && x[w] || x[v];
|
|
99
99
|
return typeof V == "function" ? V : null;
|
|
100
100
|
}
|
|
101
101
|
var z = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
@@ -108,12 +108,12 @@ function qb() {
|
|
|
108
108
|
}
|
|
109
109
|
function N(x, V, W) {
|
|
110
110
|
{
|
|
111
|
-
var ue = z.ReactDebugCurrentFrame,
|
|
112
|
-
if (
|
|
113
|
-
var
|
|
114
|
-
|
|
111
|
+
var ue = z.ReactDebugCurrentFrame, ve = "";
|
|
112
|
+
if (_e) {
|
|
113
|
+
var $e = oe(_e.type), me = _e._owner;
|
|
114
|
+
ve += X($e, _e._source, me && oe(me.type));
|
|
115
115
|
}
|
|
116
|
-
|
|
116
|
+
ve += ue.getStackAddendum(), ve !== "" && (V += "%s", W = W.concat([ve]));
|
|
117
117
|
var fe = W.map(function(Ce) {
|
|
118
118
|
return "" + Ce;
|
|
119
119
|
});
|
|
@@ -121,25 +121,25 @@ function qb() {
|
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
123
|
var M = !1;
|
|
124
|
-
function
|
|
124
|
+
function Q(x) {
|
|
125
125
|
return !!(typeof x == "string" || typeof x == "function" || x === e.Fragment || x === a || x === h || x === o || x === u || x === d || x === $ || M || typeof x == "object" && x !== null && (x.$$typeof === p || x.$$typeof === f || x.$$typeof === i || x.$$typeof === s || x.$$typeof === c || x.$$typeof === m || x.$$typeof === b || x[0] === g));
|
|
126
126
|
}
|
|
127
127
|
var S = /^(.*)[\\\/]/;
|
|
128
|
-
function
|
|
128
|
+
function X(x, V, W) {
|
|
129
129
|
var ue = "";
|
|
130
130
|
if (V) {
|
|
131
|
-
var
|
|
132
|
-
if (/^index\./.test(
|
|
133
|
-
var me =
|
|
131
|
+
var ve = V.fileName, $e = ve.replace(S, "");
|
|
132
|
+
if (/^index\./.test($e)) {
|
|
133
|
+
var me = ve.match(S);
|
|
134
134
|
if (me) {
|
|
135
135
|
var fe = me[1];
|
|
136
136
|
if (fe) {
|
|
137
137
|
var Ce = fe.replace(S, "");
|
|
138
|
-
|
|
138
|
+
$e = Ce + "/" + $e;
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
|
-
ue = " (at " +
|
|
142
|
+
ue = " (at " + $e + ":" + V.lineNumber + ")";
|
|
143
143
|
} else
|
|
144
144
|
W && (ue = " (created by " + W + ")");
|
|
145
145
|
return `
|
|
@@ -149,7 +149,7 @@ function qb() {
|
|
|
149
149
|
function P(x) {
|
|
150
150
|
return x._status === I ? x._result : null;
|
|
151
151
|
}
|
|
152
|
-
function
|
|
152
|
+
function ne(x, V, W) {
|
|
153
153
|
var ue = V.displayName || V.name || "";
|
|
154
154
|
return x.displayName || (ue !== "" ? W + "(" + ue + ")" : W);
|
|
155
155
|
}
|
|
@@ -181,7 +181,7 @@ function qb() {
|
|
|
181
181
|
case i:
|
|
182
182
|
return "Context.Provider";
|
|
183
183
|
case c:
|
|
184
|
-
return
|
|
184
|
+
return ne(x, x.render, "ForwardRef");
|
|
185
185
|
case f:
|
|
186
186
|
return oe(x.type);
|
|
187
187
|
case b:
|
|
@@ -197,15 +197,15 @@ function qb() {
|
|
|
197
197
|
}
|
|
198
198
|
var ge = {};
|
|
199
199
|
z.ReactDebugCurrentFrame;
|
|
200
|
-
var
|
|
201
|
-
function
|
|
202
|
-
|
|
200
|
+
var _e = null;
|
|
201
|
+
function ae(x) {
|
|
202
|
+
_e = x;
|
|
203
203
|
}
|
|
204
|
-
function
|
|
204
|
+
function T(x, V, W, ue, ve) {
|
|
205
205
|
{
|
|
206
|
-
var
|
|
206
|
+
var $e = Function.call.bind(Object.prototype.hasOwnProperty);
|
|
207
207
|
for (var me in x)
|
|
208
|
-
if (
|
|
208
|
+
if ($e(x, me)) {
|
|
209
209
|
var fe = void 0;
|
|
210
210
|
try {
|
|
211
211
|
if (typeof x[me] != "function") {
|
|
@@ -216,17 +216,17 @@ function qb() {
|
|
|
216
216
|
} catch (He) {
|
|
217
217
|
fe = He;
|
|
218
218
|
}
|
|
219
|
-
fe && !(fe instanceof Error) && (
|
|
219
|
+
fe && !(fe instanceof Error) && (ae(ve), C("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", ue || "React class", W, me, typeof fe), ae(null)), fe instanceof Error && !(fe.message in ge) && (ge[fe.message] = !0, ae(ve), C("Failed %s type: %s", W, fe.message), ae(null));
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
222
|
}
|
|
223
|
-
var A = z.ReactCurrentOwner, B = Object.prototype.hasOwnProperty,
|
|
223
|
+
var A = z.ReactCurrentOwner, B = Object.prototype.hasOwnProperty, j = {
|
|
224
224
|
key: !0,
|
|
225
225
|
ref: !0,
|
|
226
226
|
__self: !0,
|
|
227
227
|
__source: !0
|
|
228
|
-
},
|
|
229
|
-
|
|
228
|
+
}, K, Y, J;
|
|
229
|
+
J = {};
|
|
230
230
|
function ee(x) {
|
|
231
231
|
if (B.call(x, "ref")) {
|
|
232
232
|
var V = Object.getOwnPropertyDescriptor(x, "ref").get;
|
|
@@ -235,7 +235,7 @@ function qb() {
|
|
|
235
235
|
}
|
|
236
236
|
return x.ref !== void 0;
|
|
237
237
|
}
|
|
238
|
-
function
|
|
238
|
+
function te(x) {
|
|
239
239
|
if (B.call(x, "key")) {
|
|
240
240
|
var V = Object.getOwnPropertyDescriptor(x, "key").get;
|
|
241
241
|
if (V && V.isReactWarning)
|
|
@@ -246,13 +246,13 @@ function qb() {
|
|
|
246
246
|
function de(x, V) {
|
|
247
247
|
if (typeof x.ref == "string" && A.current && V && A.current.stateNode !== V) {
|
|
248
248
|
var W = oe(A.current.type);
|
|
249
|
-
|
|
249
|
+
J[W] || (C('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', oe(A.current.type), x.ref), J[W] = !0);
|
|
250
250
|
}
|
|
251
251
|
}
|
|
252
252
|
function se(x, V) {
|
|
253
253
|
{
|
|
254
254
|
var W = function() {
|
|
255
|
-
|
|
255
|
+
K || (K = !0, C("%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)", V));
|
|
256
256
|
};
|
|
257
257
|
W.isReactWarning = !0, Object.defineProperty(x, "key", {
|
|
258
258
|
get: W,
|
|
@@ -271,7 +271,7 @@ function qb() {
|
|
|
271
271
|
});
|
|
272
272
|
}
|
|
273
273
|
}
|
|
274
|
-
var xe = function(x, V, W, ue, $e,
|
|
274
|
+
var xe = function(x, V, W, ue, ve, $e, me) {
|
|
275
275
|
var fe = {
|
|
276
276
|
// This tag allows us to uniquely identify this as a React Element
|
|
277
277
|
$$typeof: r,
|
|
@@ -281,7 +281,7 @@ function qb() {
|
|
|
281
281
|
ref: W,
|
|
282
282
|
props: me,
|
|
283
283
|
// Record the component responsible for creating this element.
|
|
284
|
-
_owner:
|
|
284
|
+
_owner: $e
|
|
285
285
|
};
|
|
286
286
|
return fe._store = {}, Object.defineProperty(fe._store, "validated", {
|
|
287
287
|
configurable: !1,
|
|
@@ -297,31 +297,31 @@ function qb() {
|
|
|
297
297
|
configurable: !1,
|
|
298
298
|
enumerable: !1,
|
|
299
299
|
writable: !1,
|
|
300
|
-
value:
|
|
300
|
+
value: ve
|
|
301
301
|
}), Object.freeze && (Object.freeze(fe.props), Object.freeze(fe)), fe;
|
|
302
302
|
};
|
|
303
|
-
function Ee(x, V, W, ue,
|
|
303
|
+
function Ee(x, V, W, ue, ve) {
|
|
304
304
|
{
|
|
305
|
-
var
|
|
306
|
-
W !== void 0 && (fe = "" + W),
|
|
307
|
-
for (
|
|
308
|
-
B.call(V,
|
|
305
|
+
var $e, me = {}, fe = null, Ce = null;
|
|
306
|
+
W !== void 0 && (fe = "" + W), te(V) && (fe = "" + V.key), ee(V) && (Ce = V.ref, de(V, ve));
|
|
307
|
+
for ($e in V)
|
|
308
|
+
B.call(V, $e) && !j.hasOwnProperty($e) && (me[$e] = V[$e]);
|
|
309
309
|
if (x && x.defaultProps) {
|
|
310
310
|
var He = x.defaultProps;
|
|
311
|
-
for (
|
|
312
|
-
me[
|
|
311
|
+
for ($e in He)
|
|
312
|
+
me[$e] === void 0 && (me[$e] = He[$e]);
|
|
313
313
|
}
|
|
314
314
|
if (fe || Ce) {
|
|
315
315
|
var st = typeof x == "function" ? x.displayName || x.name || "Unknown" : x;
|
|
316
316
|
fe && se(me, st), Ce && Te(me, st);
|
|
317
317
|
}
|
|
318
|
-
return xe(x, fe, Ce,
|
|
318
|
+
return xe(x, fe, Ce, ve, ue, A.current, me);
|
|
319
319
|
}
|
|
320
320
|
}
|
|
321
321
|
var Ke = z.ReactCurrentOwner;
|
|
322
322
|
z.ReactDebugCurrentFrame;
|
|
323
323
|
function Ae(x) {
|
|
324
|
-
|
|
324
|
+
_e = x;
|
|
325
325
|
}
|
|
326
326
|
var Be;
|
|
327
327
|
Be = !1;
|
|
@@ -389,9 +389,9 @@ Check the top-level render call using <` + W + ">.");
|
|
|
389
389
|
else if (Pe(x))
|
|
390
390
|
x._store && (x._store.validated = !0);
|
|
391
391
|
else if (x) {
|
|
392
|
-
var
|
|
393
|
-
if (typeof
|
|
394
|
-
for (var
|
|
392
|
+
var ve = R(x);
|
|
393
|
+
if (typeof ve == "function" && ve !== x.entries)
|
|
394
|
+
for (var $e = ve.call(x), me; !(me = $e.next()).done; )
|
|
395
395
|
Pe(me.value) && At(me.value, V);
|
|
396
396
|
}
|
|
397
397
|
}
|
|
@@ -412,11 +412,11 @@ Check the top-level render call using <` + W + ">.");
|
|
|
412
412
|
return;
|
|
413
413
|
if (W) {
|
|
414
414
|
var ue = oe(V);
|
|
415
|
-
|
|
415
|
+
T(W, x.props, "prop", ue, x);
|
|
416
416
|
} else if (V.PropTypes !== void 0 && !Be) {
|
|
417
417
|
Be = !0;
|
|
418
|
-
var
|
|
419
|
-
C("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",
|
|
418
|
+
var ve = oe(V);
|
|
419
|
+
C("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", ve || "Unknown");
|
|
420
420
|
}
|
|
421
421
|
typeof V.getDefaultProps == "function" && !V.getDefaultProps.isReactClassApproved && C("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
422
422
|
}
|
|
@@ -433,18 +433,18 @@ Check the top-level render call using <` + W + ">.");
|
|
|
433
433
|
x.ref !== null && (Ae(x), C("Invalid attribute `ref` supplied to `React.Fragment`."), Ae(null));
|
|
434
434
|
}
|
|
435
435
|
}
|
|
436
|
-
function We(x, V, W, ue, $e
|
|
436
|
+
function We(x, V, W, ue, ve, $e) {
|
|
437
437
|
{
|
|
438
|
-
var me =
|
|
438
|
+
var me = Q(x);
|
|
439
439
|
if (!me) {
|
|
440
440
|
var fe = "";
|
|
441
441
|
(x === void 0 || typeof x == "object" && x !== null && Object.keys(x).length === 0) && (fe += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
442
|
-
var Ce = Me(
|
|
442
|
+
var Ce = Me(ve);
|
|
443
443
|
Ce ? fe += Ce : fe += ke();
|
|
444
444
|
var He;
|
|
445
445
|
x === null ? He = "null" : Array.isArray(x) ? He = "array" : x !== void 0 && x.$$typeof === r ? (He = "<" + (oe(x.type) || "Unknown") + " />", fe = " Did you accidentally export a JSX literal instead of a component?") : He = typeof x, C("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", He, fe);
|
|
446
446
|
}
|
|
447
|
-
var st = Ee(x, V, W, $e
|
|
447
|
+
var st = Ee(x, V, W, ve, $e);
|
|
448
448
|
if (st == null)
|
|
449
449
|
return st;
|
|
450
450
|
if (me) {
|
|
@@ -662,7 +662,7 @@ function Ve({ prop: e, defaultProp: t, onChange: r = () => {
|
|
|
662
662
|
];
|
|
663
663
|
}
|
|
664
664
|
function em({ defaultProp: e, onChange: t }) {
|
|
665
|
-
const r =
|
|
665
|
+
const r = Z(e), [n] = r, o = F(n), a = Re(t);
|
|
666
666
|
return q(() => {
|
|
667
667
|
o.current !== n && (a(n), o.current = n);
|
|
668
668
|
}, [
|
|
@@ -732,7 +732,7 @@ const nm = [
|
|
|
732
732
|
"span",
|
|
733
733
|
"svg",
|
|
734
734
|
"ul"
|
|
735
|
-
],
|
|
735
|
+
], re = nm.reduce((e, t) => {
|
|
736
736
|
const r = /* @__PURE__ */ L((n, o) => {
|
|
737
737
|
const { asChild: a, ...i } = n, s = a ? Ct : t;
|
|
738
738
|
return q(() => {
|
|
@@ -771,18 +771,18 @@ const mc = /* @__PURE__ */ St({
|
|
|
771
771
|
branches: /* @__PURE__ */ new Set()
|
|
772
772
|
}), _r = /* @__PURE__ */ L((e, t) => {
|
|
773
773
|
var r;
|
|
774
|
-
const { disableOutsidePointerEvents: n = !1, onEscapeKeyDown: o, onPointerDownOutside: a, onFocusOutside: i, onInteractOutside: s, onDismiss: c, ...u } = e, d = Ne(mc), [f, p] =
|
|
774
|
+
const { disableOutsidePointerEvents: n = !1, onEscapeKeyDown: o, onPointerDownOutside: a, onFocusOutside: i, onInteractOutside: s, onDismiss: c, ...u } = e, d = Ne(mc), [f, p] = Z(null), b = (r = f == null ? void 0 : f.ownerDocument) !== null && r !== void 0 ? r : globalThis == null ? void 0 : globalThis.document, [, g] = Z({}), m = pe(
|
|
775
775
|
t,
|
|
776
776
|
(N) => p(N)
|
|
777
777
|
), h = Array.from(d.layers), [$] = [
|
|
778
778
|
...d.layersWithOutsidePointerEventsDisabled
|
|
779
|
-
].slice(-1), y = h.indexOf($),
|
|
780
|
-
const M = N.target,
|
|
779
|
+
].slice(-1), y = h.indexOf($), w = f ? h.indexOf(f) : -1, v = d.layersWithOutsidePointerEventsDisabled.size > 0, R = w >= y, z = cm((N) => {
|
|
780
|
+
const M = N.target, Q = [
|
|
781
781
|
...d.branches
|
|
782
782
|
].some(
|
|
783
783
|
(S) => S.contains(M)
|
|
784
784
|
);
|
|
785
|
-
!R ||
|
|
785
|
+
!R || Q || (a == null || a(N), s == null || s(N), N.defaultPrevented || c == null || c());
|
|
786
786
|
}, b), C = lm((N) => {
|
|
787
787
|
const M = N.target;
|
|
788
788
|
[
|
|
@@ -792,7 +792,7 @@ const mc = /* @__PURE__ */ St({
|
|
|
792
792
|
) || (i == null || i(N), s == null || s(N), N.defaultPrevented || c == null || c());
|
|
793
793
|
}, b);
|
|
794
794
|
return om((N) => {
|
|
795
|
-
|
|
795
|
+
w === d.layers.size - 1 && (o == null || o(N), !N.defaultPrevented && c && (N.preventDefault(), c()));
|
|
796
796
|
}, b), q(() => {
|
|
797
797
|
if (f)
|
|
798
798
|
return n && (d.layersWithOutsidePointerEventsDisabled.size === 0 && (Ei = b.body.style.pointerEvents, b.body.style.pointerEvents = "none"), d.layersWithOutsidePointerEventsDisabled.add(f)), d.layers.add(f), Ci(), () => {
|
|
@@ -811,7 +811,7 @@ const mc = /* @__PURE__ */ St({
|
|
|
811
811
|
]), q(() => {
|
|
812
812
|
const N = () => g({});
|
|
813
813
|
return document.addEventListener(Mo, N), () => document.removeEventListener(Mo, N);
|
|
814
|
-
}, []), /* @__PURE__ */ _(
|
|
814
|
+
}, []), /* @__PURE__ */ _(re.div, k({}, u, {
|
|
815
815
|
ref: m,
|
|
816
816
|
style: {
|
|
817
817
|
pointerEvents: v ? R ? "auto" : "none" : void 0,
|
|
@@ -831,7 +831,7 @@ const mc = /* @__PURE__ */ St({
|
|
|
831
831
|
};
|
|
832
832
|
}, [
|
|
833
833
|
r.branches
|
|
834
|
-
]), /* @__PURE__ */ _(
|
|
834
|
+
]), /* @__PURE__ */ _(re.div, k({}, e, {
|
|
835
835
|
ref: o
|
|
836
836
|
}));
|
|
837
837
|
});
|
|
@@ -905,7 +905,7 @@ const dm = _r, um = sm, Wn = "focusScope.autoFocusOnMount", Hn = "focusScope.aut
|
|
|
905
905
|
bubbles: !1,
|
|
906
906
|
cancelable: !0
|
|
907
907
|
}, Oa = /* @__PURE__ */ L((e, t) => {
|
|
908
|
-
const { loop: r = !1, trapped: n = !1, onMountAutoFocus: o, onUnmountAutoFocus: a, ...i } = e, [s, c] =
|
|
908
|
+
const { loop: r = !1, trapped: n = !1, onMountAutoFocus: o, onUnmountAutoFocus: a, ...i } = e, [s, c] = Z(null), u = Re(o), d = Re(a), f = F(null), p = pe(
|
|
909
909
|
t,
|
|
910
910
|
(m) => c(m)
|
|
911
911
|
), b = F({
|
|
@@ -969,10 +969,10 @@ const dm = _r, um = sm, Wn = "focusScope.autoFocusOnMount", Hn = "focusScope.aut
|
|
|
969
969
|
return;
|
|
970
970
|
const h = m.key === "Tab" && !m.altKey && !m.ctrlKey && !m.metaKey, $ = document.activeElement;
|
|
971
971
|
if (h && $) {
|
|
972
|
-
const y = m.currentTarget, [
|
|
973
|
-
|
|
972
|
+
const y = m.currentTarget, [w, v] = pm(y);
|
|
973
|
+
w && v ? !m.shiftKey && $ === v ? (m.preventDefault(), r && xt(w, {
|
|
974
974
|
select: !0
|
|
975
|
-
})) : m.shiftKey && $ ===
|
|
975
|
+
})) : m.shiftKey && $ === w && (m.preventDefault(), r && xt(v, {
|
|
976
976
|
select: !0
|
|
977
977
|
})) : $ === y && m.preventDefault();
|
|
978
978
|
}
|
|
@@ -981,7 +981,7 @@ const dm = _r, um = sm, Wn = "focusScope.autoFocusOnMount", Hn = "focusScope.aut
|
|
|
981
981
|
n,
|
|
982
982
|
b.paused
|
|
983
983
|
]);
|
|
984
|
-
return /* @__PURE__ */ _(
|
|
984
|
+
return /* @__PURE__ */ _(re.div, k({
|
|
985
985
|
tabIndex: -1
|
|
986
986
|
}, i, {
|
|
987
987
|
ref: p,
|
|
@@ -1072,7 +1072,7 @@ function hm(e) {
|
|
|
1072
1072
|
const xr = /* @__PURE__ */ L((e, t) => {
|
|
1073
1073
|
var r;
|
|
1074
1074
|
const { container: n = globalThis == null || (r = globalThis.document) === null || r === void 0 ? void 0 : r.body, ...o } = e;
|
|
1075
|
-
return n ? /* @__PURE__ */ Ob.createPortal(/* @__PURE__ */ _(
|
|
1075
|
+
return n ? /* @__PURE__ */ Ob.createPortal(/* @__PURE__ */ _(re.div, k({}, o, {
|
|
1076
1076
|
ref: t
|
|
1077
1077
|
})), n) : null;
|
|
1078
1078
|
});
|
|
@@ -1092,7 +1092,7 @@ const ze = (e) => {
|
|
|
1092
1092
|
};
|
|
1093
1093
|
ze.displayName = "Presence";
|
|
1094
1094
|
function $m(e) {
|
|
1095
|
-
const [t, r] =
|
|
1095
|
+
const [t, r] = Z(), n = F({}), o = F(e), a = F("none"), i = e ? "mounted" : "unmounted", [s, c] = vm(i, {
|
|
1096
1096
|
mounted: {
|
|
1097
1097
|
UNMOUNT: "unmounted",
|
|
1098
1098
|
ANIMATION_OUT: "unmountSuspended"
|
|
@@ -1196,7 +1196,7 @@ function wm(e, t) {
|
|
|
1196
1196
|
return typeof e == "function" ? e(t) : e && (e.current = t), e;
|
|
1197
1197
|
}
|
|
1198
1198
|
function Tm(e, t) {
|
|
1199
|
-
var r =
|
|
1199
|
+
var r = Z(function() {
|
|
1200
1200
|
return {
|
|
1201
1201
|
// value
|
|
1202
1202
|
value: e,
|
|
@@ -1305,11 +1305,11 @@ var yc = Em(), qn = function() {
|
|
|
1305
1305
|
onScrollCapture: qn,
|
|
1306
1306
|
onWheelCapture: qn,
|
|
1307
1307
|
onTouchMoveCapture: qn
|
|
1308
|
-
}), o = n[0], a = n[1], i = e.forwardProps, s = e.children, c = e.className, u = e.removeScrollBar, d = e.enabled, f = e.shards, p = e.sideCar, b = e.noIsolation, g = e.inert, m = e.allowPinchZoom, h = e.as, $ = h === void 0 ? "div" : h, y = vc(e, ["forwardProps", "children", "className", "removeScrollBar", "enabled", "shards", "sideCar", "noIsolation", "inert", "allowPinchZoom", "as"]),
|
|
1308
|
+
}), o = n[0], a = n[1], i = e.forwardProps, s = e.children, c = e.className, u = e.removeScrollBar, d = e.enabled, f = e.shards, p = e.sideCar, b = e.noIsolation, g = e.inert, m = e.allowPinchZoom, h = e.as, $ = h === void 0 ? "div" : h, y = vc(e, ["forwardProps", "children", "className", "removeScrollBar", "enabled", "shards", "sideCar", "noIsolation", "inert", "allowPinchZoom", "as"]), w = p, v = Pm([r, t]), R = Ge(Ge({}, y), o);
|
|
1309
1309
|
return U.createElement(
|
|
1310
1310
|
U.Fragment,
|
|
1311
1311
|
null,
|
|
1312
|
-
d && U.createElement(
|
|
1312
|
+
d && U.createElement(w, { sideCar: yc, removeScrollBar: u, shards: f, noIsolation: b, inert: g, setCallbacks: a, allowPinchZoom: !!m, lockRef: r }),
|
|
1313
1313
|
i ? U.cloneElement(U.Children.only(s), Ge(Ge({}, R), { ref: v })) : U.createElement($, Ge({}, R, { className: c, ref: v }), s)
|
|
1314
1314
|
);
|
|
1315
1315
|
});
|
|
@@ -1536,7 +1536,7 @@ function Jm(e) {
|
|
|
1536
1536
|
var s = U.useCallback(function(m, h) {
|
|
1537
1537
|
if ("touches" in m && m.touches.length === 2)
|
|
1538
1538
|
return !i.current.allowPinchZoom;
|
|
1539
|
-
var $ = Ar(m), y = r.current,
|
|
1539
|
+
var $ = Ar(m), y = r.current, w = "deltaX" in m ? m.deltaX : y[0] - $[0], v = "deltaY" in m ? m.deltaY : y[1] - $[1], R, z = m.target, C = Math.abs(w) > Math.abs(v) ? "h" : "v";
|
|
1540
1540
|
if ("touches" in m && C === "h" && z.type === "range")
|
|
1541
1541
|
return !1;
|
|
1542
1542
|
var N = Ni(C, z);
|
|
@@ -1544,10 +1544,10 @@ function Jm(e) {
|
|
|
1544
1544
|
return !0;
|
|
1545
1545
|
if (N ? R = C : (R = C === "v" ? "h" : "v", N = Ni(C, z)), !N)
|
|
1546
1546
|
return !1;
|
|
1547
|
-
if (!n.current && "changedTouches" in m && (
|
|
1547
|
+
if (!n.current && "changedTouches" in m && (w || v) && (n.current = R), !R)
|
|
1548
1548
|
return !0;
|
|
1549
1549
|
var M = n.current || R;
|
|
1550
|
-
return qm(M, h, m, M === "h" ?
|
|
1550
|
+
return qm(M, h, m, M === "h" ? w : v, !0);
|
|
1551
1551
|
}, []), c = U.useCallback(function(m) {
|
|
1552
1552
|
var h = m;
|
|
1553
1553
|
if (!(!Mt.length || Mt[Mt.length - 1] !== a)) {
|
|
@@ -1559,17 +1559,17 @@ function Jm(e) {
|
|
|
1559
1559
|
return;
|
|
1560
1560
|
}
|
|
1561
1561
|
if (!y) {
|
|
1562
|
-
var
|
|
1562
|
+
var w = (i.current.shards || []).map(Li).filter(Boolean).filter(function(R) {
|
|
1563
1563
|
return R.contains(h.target);
|
|
1564
|
-
}), v =
|
|
1564
|
+
}), v = w.length > 0 ? s(h, w[0]) : !i.current.noIsolation;
|
|
1565
1565
|
v && h.cancelable && h.preventDefault();
|
|
1566
1566
|
}
|
|
1567
1567
|
}
|
|
1568
1568
|
}, []), u = U.useCallback(function(m, h, $, y) {
|
|
1569
|
-
var
|
|
1570
|
-
t.current.push(
|
|
1569
|
+
var w = { name: m, delta: h, target: $, should: y };
|
|
1570
|
+
t.current.push(w), setTimeout(function() {
|
|
1571
1571
|
t.current = t.current.filter(function(v) {
|
|
1572
|
-
return v !==
|
|
1572
|
+
return v !== w;
|
|
1573
1573
|
});
|
|
1574
1574
|
}, 1);
|
|
1575
1575
|
}, []), d = U.useCallback(function(m) {
|
|
@@ -1677,7 +1677,7 @@ const Sc = "Dialog", [Ec, Cc] = Oe(Sc), [ng, je] = Ec(Sc), og = (e) => {
|
|
|
1677
1677
|
}, r);
|
|
1678
1678
|
}, ag = "DialogTrigger", ig = /* @__PURE__ */ L((e, t) => {
|
|
1679
1679
|
const { __scopeDialog: r, ...n } = e, o = je(ag, r), a = pe(t, o.triggerRef);
|
|
1680
|
-
return /* @__PURE__ */ _(
|
|
1680
|
+
return /* @__PURE__ */ _(re.button, k({
|
|
1681
1681
|
type: "button",
|
|
1682
1682
|
"aria-haspopup": "dialog",
|
|
1683
1683
|
"aria-expanded": o.open,
|
|
@@ -1721,7 +1721,7 @@ const Sc = "Dialog", [Ec, Cc] = Oe(Sc), [ng, je] = Ec(Sc), og = (e) => {
|
|
|
1721
1721
|
shards: [
|
|
1722
1722
|
o.contentRef
|
|
1723
1723
|
]
|
|
1724
|
-
}, /* @__PURE__ */ _(
|
|
1724
|
+
}, /* @__PURE__ */ _(re.div, k({
|
|
1725
1725
|
"data-state": Na(o.open)
|
|
1726
1726
|
}, n, {
|
|
1727
1727
|
ref: t,
|
|
@@ -1804,21 +1804,21 @@ const Sc = "Dialog", [Ec, Cc] = Oe(Sc), [ng, je] = Ec(Sc), og = (e) => {
|
|
|
1804
1804
|
}))), !1);
|
|
1805
1805
|
}), Rc = "DialogTitle", bg = /* @__PURE__ */ L((e, t) => {
|
|
1806
1806
|
const { __scopeDialog: r, ...n } = e, o = je(Rc, r);
|
|
1807
|
-
return /* @__PURE__ */ _(
|
|
1807
|
+
return /* @__PURE__ */ _(re.h2, k({
|
|
1808
1808
|
id: o.titleId
|
|
1809
1809
|
}, n, {
|
|
1810
1810
|
ref: t
|
|
1811
1811
|
}));
|
|
1812
1812
|
}), mg = "DialogDescription", gg = /* @__PURE__ */ L((e, t) => {
|
|
1813
1813
|
const { __scopeDialog: r, ...n } = e, o = je(mg, r);
|
|
1814
|
-
return /* @__PURE__ */ _(
|
|
1814
|
+
return /* @__PURE__ */ _(re.p, k({
|
|
1815
1815
|
id: o.descriptionId
|
|
1816
1816
|
}, n, {
|
|
1817
1817
|
ref: t
|
|
1818
1818
|
}));
|
|
1819
1819
|
}), hg = "DialogClose", vg = /* @__PURE__ */ L((e, t) => {
|
|
1820
1820
|
const { __scopeDialog: r, ...n } = e, o = je(hg, r);
|
|
1821
|
-
return /* @__PURE__ */ _(
|
|
1821
|
+
return /* @__PURE__ */ _(re.button, k({
|
|
1822
1822
|
type: "button"
|
|
1823
1823
|
}, n, {
|
|
1824
1824
|
ref: t,
|
|
@@ -2315,7 +2315,7 @@ const Rk = D(Bg)`
|
|
|
2315
2315
|
display: flex;
|
|
2316
2316
|
justify-content: end;
|
|
2317
2317
|
gap: ${l.sizing_200};
|
|
2318
|
-
`, zk = zg, Lk = Lg, Mk = jg, Fk = Kg, gn = /* @__PURE__ */ L((e, t) => /* @__PURE__ */ _(
|
|
2318
|
+
`, zk = zg, Lk = Lg, Mk = jg, Fk = Kg, gn = /* @__PURE__ */ L((e, t) => /* @__PURE__ */ _(re.span, k({}, e, {
|
|
2319
2319
|
ref: t,
|
|
2320
2320
|
style: {
|
|
2321
2321
|
// See: https://github.com/twbs/bootstrap/blob/master/scss/mixins/_screen-reader.scss
|
|
@@ -2435,7 +2435,7 @@ const Zg = async (e, t, r) => {
|
|
|
2435
2435
|
} = a[g], {
|
|
2436
2436
|
x: $,
|
|
2437
2437
|
y,
|
|
2438
|
-
data:
|
|
2438
|
+
data: w,
|
|
2439
2439
|
reset: v
|
|
2440
2440
|
} = await h({
|
|
2441
2441
|
x: u,
|
|
@@ -2455,7 +2455,7 @@ const Zg = async (e, t, r) => {
|
|
|
2455
2455
|
...p,
|
|
2456
2456
|
[m]: {
|
|
2457
2457
|
...p[m],
|
|
2458
|
-
...
|
|
2458
|
+
...w
|
|
2459
2459
|
}
|
|
2460
2460
|
}, process.env.NODE_ENV !== "production" && b > 50 && console.warn(["Floating UI: The middleware lifecycle appears to be running in an", "infinite loop. This is usually caused by a `reset` continually", "being returned without a break condition."].join(" ")), v && b <= 50) {
|
|
2461
2461
|
b++, typeof v == "object" && (v.placement && (f = v.placement), v.rects && (c = v.rects === !0 ? await i.getElementRects({
|
|
@@ -2563,12 +2563,12 @@ const Fi = (e) => ({
|
|
|
2563
2563
|
const u = Hc(n), d = {
|
|
2564
2564
|
x: o,
|
|
2565
2565
|
y: a
|
|
2566
|
-
}, f = Jt(i), p = vn(i), b = La(f), g = await c.getDimensions(r), m = f === "y" ? "top" : "left", h = f === "y" ? "bottom" : "right", $ = s.reference[b] + s.reference[f] - d[f] - s.floating[b], y = d[f] - s.reference[f],
|
|
2567
|
-
let v =
|
|
2566
|
+
}, f = Jt(i), p = vn(i), b = La(f), g = await c.getDimensions(r), m = f === "y" ? "top" : "left", h = f === "y" ? "bottom" : "right", $ = s.reference[b] + s.reference[f] - d[f] - s.floating[b], y = d[f] - s.reference[f], w = await (c.getOffsetParent == null ? void 0 : c.getOffsetParent(r));
|
|
2567
|
+
let v = w ? f === "y" ? w.clientHeight || 0 : w.clientWidth || 0 : 0;
|
|
2568
2568
|
v === 0 && (v = s.floating[b]);
|
|
2569
|
-
const R = $ / 2 - y / 2, z = u[m], C = v - g[b] - u[h], N = v / 2 - g[b] / 2 + R, M = jo(z, N, C),
|
|
2569
|
+
const R = $ / 2 - y / 2, z = u[m], C = v - g[b] - u[h], N = v / 2 - g[b] / 2 + R, M = jo(z, N, C), X = (p === "start" ? u[m] : u[h]) > 0 && N !== M && s.reference[b] <= s.floating[b] ? N < z ? z - N : C - N : 0;
|
|
2570
2570
|
return {
|
|
2571
|
-
[f]: d[f] -
|
|
2571
|
+
[f]: d[f] - X,
|
|
2572
2572
|
data: {
|
|
2573
2573
|
[f]: M,
|
|
2574
2574
|
centerOffset: N - M
|
|
@@ -2625,37 +2625,37 @@ const ih = function(e) {
|
|
|
2625
2625
|
fallbackStrategy: p = "bestFit",
|
|
2626
2626
|
flipAlignment: b = !0,
|
|
2627
2627
|
...g
|
|
2628
|
-
} = e, m = Zt(n), $ = f || (m === i || !b ? [Jr(i)] : ah(i)), y = [i, ...$],
|
|
2628
|
+
} = e, m = Zt(n), $ = f || (m === i || !b ? [Jr(i)] : ah(i)), y = [i, ...$], w = await Zr(t, g), v = [];
|
|
2629
2629
|
let R = ((r = o.flip) == null ? void 0 : r.overflows) || [];
|
|
2630
|
-
if (u && v.push(
|
|
2630
|
+
if (u && v.push(w[m]), d) {
|
|
2631
2631
|
const {
|
|
2632
2632
|
main: M,
|
|
2633
|
-
cross:
|
|
2633
|
+
cross: Q
|
|
2634
2634
|
} = rh(n, a, await (s.isRTL == null ? void 0 : s.isRTL(c.floating)));
|
|
2635
|
-
v.push(
|
|
2635
|
+
v.push(w[M], w[Q]);
|
|
2636
2636
|
}
|
|
2637
2637
|
if (R = [...R, {
|
|
2638
2638
|
placement: n,
|
|
2639
2639
|
overflows: v
|
|
2640
2640
|
}], !v.every((M) => M <= 0)) {
|
|
2641
2641
|
var z, C;
|
|
2642
|
-
const M = ((z = (C = o.flip) == null ? void 0 : C.index) != null ? z : 0) + 1,
|
|
2643
|
-
if (
|
|
2642
|
+
const M = ((z = (C = o.flip) == null ? void 0 : C.index) != null ? z : 0) + 1, Q = y[M];
|
|
2643
|
+
if (Q)
|
|
2644
2644
|
return {
|
|
2645
2645
|
data: {
|
|
2646
2646
|
index: M,
|
|
2647
2647
|
overflows: R
|
|
2648
2648
|
},
|
|
2649
2649
|
reset: {
|
|
2650
|
-
placement:
|
|
2650
|
+
placement: Q
|
|
2651
2651
|
}
|
|
2652
2652
|
};
|
|
2653
2653
|
let S = "bottom";
|
|
2654
2654
|
switch (p) {
|
|
2655
2655
|
case "bestFit": {
|
|
2656
2656
|
var N;
|
|
2657
|
-
const
|
|
2658
|
-
|
|
2657
|
+
const X = (N = R.map((I) => [I, I.overflows.filter((P) => P > 0).reduce((P, ne) => P + ne, 0)]).sort((I, P) => I[1] - P[1])[0]) == null ? void 0 : N[0].placement;
|
|
2658
|
+
X && (S = X);
|
|
2659
2659
|
break;
|
|
2660
2660
|
}
|
|
2661
2661
|
case "initialPlacement":
|
|
@@ -2805,12 +2805,12 @@ const dh = function(e) {
|
|
|
2805
2805
|
}, d = await Zr(t, c), f = Jt(Zt(o)), p = Gc(f);
|
|
2806
2806
|
let b = u[f], g = u[p];
|
|
2807
2807
|
if (a) {
|
|
2808
|
-
const h = f === "y" ? "top" : "left", $ = f === "y" ? "bottom" : "right", y = b + d[h],
|
|
2809
|
-
b = jo(y, b,
|
|
2808
|
+
const h = f === "y" ? "top" : "left", $ = f === "y" ? "bottom" : "right", y = b + d[h], w = b - d[$];
|
|
2809
|
+
b = jo(y, b, w);
|
|
2810
2810
|
}
|
|
2811
2811
|
if (i) {
|
|
2812
|
-
const h = p === "y" ? "top" : "left", $ = p === "y" ? "bottom" : "right", y = g + d[h],
|
|
2813
|
-
g = jo(y, g,
|
|
2812
|
+
const h = p === "y" ? "top" : "left", $ = p === "y" ? "bottom" : "right", y = g + d[h], w = g - d[$];
|
|
2813
|
+
g = jo(y, g, w);
|
|
2814
2814
|
}
|
|
2815
2815
|
const m = s.fn({
|
|
2816
2816
|
...t,
|
|
@@ -2861,8 +2861,8 @@ const dh = function(e) {
|
|
|
2861
2861
|
b < z ? b = z : b > C && (b = C);
|
|
2862
2862
|
}
|
|
2863
2863
|
if (u) {
|
|
2864
|
-
var $, y,
|
|
2865
|
-
const R = f === "y" ? "width" : "height", z = ["top", "left"].includes(Zt(o)), C = a.reference[p] - a.floating[R] + (z && ($ = (y = i.offset) == null ? void 0 : y[p]) != null ? $ : 0) + (z ? 0 : h.crossAxis), N = a.reference[p] + a.reference[R] + (z ? 0 : (
|
|
2864
|
+
var $, y, w, v;
|
|
2865
|
+
const R = f === "y" ? "width" : "height", z = ["top", "left"].includes(Zt(o)), C = a.reference[p] - a.floating[R] + (z && ($ = (y = i.offset) == null ? void 0 : y[p]) != null ? $ : 0) + (z ? 0 : h.crossAxis), N = a.reference[p] + a.reference[R] + (z ? 0 : (w = (v = i.offset) == null ? void 0 : v[p]) != null ? w : 0) - (z ? h.crossAxis : 0);
|
|
2866
2866
|
g < C ? g = C : g > N && (g = N);
|
|
2867
2867
|
}
|
|
2868
2868
|
return {
|
|
@@ -3270,15 +3270,15 @@ function Eh(e) {
|
|
|
3270
3270
|
placement: r,
|
|
3271
3271
|
middlewareData: {}
|
|
3272
3272
|
}), [f, p] = U.useState(t);
|
|
3273
|
-
Uo(f == null ? void 0 : f.map((
|
|
3273
|
+
Uo(f == null ? void 0 : f.map((w) => {
|
|
3274
3274
|
let {
|
|
3275
3275
|
options: v
|
|
3276
|
-
} =
|
|
3276
|
+
} = w;
|
|
3277
3277
|
return v;
|
|
3278
|
-
}), t == null ? void 0 : t.map((
|
|
3278
|
+
}), t == null ? void 0 : t.map((w) => {
|
|
3279
3279
|
let {
|
|
3280
3280
|
options: v
|
|
3281
|
-
} =
|
|
3281
|
+
} = w;
|
|
3282
3282
|
return v;
|
|
3283
3283
|
})) || p(t);
|
|
3284
3284
|
const b = U.useCallback(() => {
|
|
@@ -3286,9 +3286,9 @@ function Eh(e) {
|
|
|
3286
3286
|
middleware: f,
|
|
3287
3287
|
placement: r,
|
|
3288
3288
|
strategy: n
|
|
3289
|
-
}).then((
|
|
3289
|
+
}).then((w) => {
|
|
3290
3290
|
g.current && uc.flushSync(() => {
|
|
3291
|
-
d(
|
|
3291
|
+
d(w);
|
|
3292
3292
|
});
|
|
3293
3293
|
});
|
|
3294
3294
|
}, [f, r, n]);
|
|
@@ -3302,14 +3302,14 @@ function Eh(e) {
|
|
|
3302
3302
|
const m = U.useCallback(() => {
|
|
3303
3303
|
if (typeof c.current == "function" && (c.current(), c.current = null), a.current && i.current)
|
|
3304
3304
|
if (s.current) {
|
|
3305
|
-
const
|
|
3306
|
-
c.current =
|
|
3305
|
+
const w = s.current(a.current, i.current, b);
|
|
3306
|
+
c.current = w;
|
|
3307
3307
|
} else
|
|
3308
3308
|
b();
|
|
3309
|
-
}, [b, s]), h = U.useCallback((
|
|
3310
|
-
a.current =
|
|
3311
|
-
}, [m]), $ = U.useCallback((
|
|
3312
|
-
i.current =
|
|
3309
|
+
}, [b, s]), h = U.useCallback((w) => {
|
|
3310
|
+
a.current = w, m();
|
|
3311
|
+
}, [m]), $ = U.useCallback((w) => {
|
|
3312
|
+
i.current = w, m();
|
|
3313
3313
|
}, [m]), y = U.useMemo(() => ({
|
|
3314
3314
|
reference: a,
|
|
3315
3315
|
floating: i
|
|
@@ -3345,7 +3345,7 @@ const Ch = (e) => {
|
|
|
3345
3345
|
};
|
|
3346
3346
|
}, Dh = /* @__PURE__ */ L((e, t) => {
|
|
3347
3347
|
const { children: r, width: n = 10, height: o = 5, ...a } = e;
|
|
3348
|
-
return /* @__PURE__ */ _(
|
|
3348
|
+
return /* @__PURE__ */ _(re.svg, k({}, a, {
|
|
3349
3349
|
ref: t,
|
|
3350
3350
|
width: n,
|
|
3351
3351
|
height: o,
|
|
@@ -3356,7 +3356,7 @@ const Ch = (e) => {
|
|
|
3356
3356
|
}));
|
|
3357
3357
|
}), Oh = Dh;
|
|
3358
3358
|
function _n(e) {
|
|
3359
|
-
const [t, r] =
|
|
3359
|
+
const [t, r] = Z(void 0);
|
|
3360
3360
|
return Se(() => {
|
|
3361
3361
|
if (e) {
|
|
3362
3362
|
r({
|
|
@@ -3388,7 +3388,7 @@ function _n(e) {
|
|
|
3388
3388
|
]), t;
|
|
3389
3389
|
}
|
|
3390
3390
|
const tl = "Popper", [Fa, xn] = Oe(tl), [Ih, rl] = Fa(tl), Rh = (e) => {
|
|
3391
|
-
const { __scopePopper: t, children: r } = e, [n, o] =
|
|
3391
|
+
const { __scopePopper: t, children: r } = e, [n, o] = Z(null);
|
|
3392
3392
|
return /* @__PURE__ */ _(Ih, {
|
|
3393
3393
|
scope: t,
|
|
3394
3394
|
anchor: n,
|
|
@@ -3398,7 +3398,7 @@ const tl = "Popper", [Fa, xn] = Oe(tl), [Ih, rl] = Fa(tl), Rh = (e) => {
|
|
|
3398
3398
|
const { __scopePopper: r, virtualRef: n, ...o } = e, a = rl(Ah, r), i = F(null), s = pe(t, i);
|
|
3399
3399
|
return q(() => {
|
|
3400
3400
|
a.onAnchorChange((n == null ? void 0 : n.current) || i.current);
|
|
3401
|
-
}), n ? null : /* @__PURE__ */ _(
|
|
3401
|
+
}), n ? null : /* @__PURE__ */ _(re.div, k({}, o, {
|
|
3402
3402
|
ref: s
|
|
3403
3403
|
}));
|
|
3404
3404
|
}), tn = "PopperContent", [zh, Lh] = Fa(tn), [Mh, Fh] = Fa(tn, {
|
|
@@ -3406,10 +3406,10 @@ const tl = "Popper", [Fa, xn] = Oe(tl), [Ih, rl] = Fa(tl), Rh = (e) => {
|
|
|
3406
3406
|
positionUpdateFns: /* @__PURE__ */ new Set()
|
|
3407
3407
|
}), Vh = /* @__PURE__ */ L((e, t) => {
|
|
3408
3408
|
var r, n, o, a, i, s, c, u;
|
|
3409
|
-
const { __scopePopper: d, side: f = "bottom", sideOffset: p = 0, align: b = "center", alignOffset: g = 0, arrowPadding: m = 0, collisionBoundary: h = [], collisionPadding: $ = 0, sticky: y = "partial", hideWhenDetached:
|
|
3409
|
+
const { __scopePopper: d, side: f = "bottom", sideOffset: p = 0, align: b = "center", alignOffset: g = 0, arrowPadding: m = 0, collisionBoundary: h = [], collisionPadding: $ = 0, sticky: y = "partial", hideWhenDetached: w = !1, avoidCollisions: v = !0, ...R } = e, z = rl(tn, d), [C, N] = Z(null), M = pe(
|
|
3410
3410
|
t,
|
|
3411
3411
|
(Fe) => N(Fe)
|
|
3412
|
-
), [
|
|
3412
|
+
), [Q, S] = Z(null), X = _n(Q), I = (r = X == null ? void 0 : X.width) !== null && r !== void 0 ? r : 0, P = (n = X == null ? void 0 : X.height) !== null && n !== void 0 ? n : 0, ne = f + (b !== "center" ? "-" + b : ""), oe = typeof $ == "number" ? $ : {
|
|
3413
3413
|
top: 0,
|
|
3414
3414
|
right: 0,
|
|
3415
3415
|
bottom: 0,
|
|
@@ -3417,15 +3417,15 @@ const tl = "Popper", [Fa, xn] = Oe(tl), [Ih, rl] = Fa(tl), Rh = (e) => {
|
|
|
3417
3417
|
...$
|
|
3418
3418
|
}, ge = Array.isArray(h) ? h : [
|
|
3419
3419
|
h
|
|
3420
|
-
],
|
|
3420
|
+
], _e = ge.length > 0, ae = {
|
|
3421
3421
|
padding: oe,
|
|
3422
3422
|
boundary: ge.filter(Wh),
|
|
3423
3423
|
// with `strategy: 'fixed'`, this is the only way to get it to respect boundaries
|
|
3424
|
-
altBoundary:
|
|
3425
|
-
}, { reference:
|
|
3424
|
+
altBoundary: _e
|
|
3425
|
+
}, { reference: T, floating: A, strategy: B, x: j, y: K, placement: Y, middlewareData: J, update: ee } = Eh({
|
|
3426
3426
|
// default to `fixed` strategy so users don't have to pick and we also avoid focus scroll issues
|
|
3427
3427
|
strategy: "fixed",
|
|
3428
|
-
placement:
|
|
3428
|
+
placement: ne,
|
|
3429
3429
|
whileElementsMounted: Ph,
|
|
3430
3430
|
middleware: [
|
|
3431
3431
|
lh({
|
|
@@ -3436,31 +3436,31 @@ const tl = "Popper", [Fa, xn] = Oe(tl), [Ih, rl] = Fa(tl), Rh = (e) => {
|
|
|
3436
3436
|
mainAxis: !0,
|
|
3437
3437
|
crossAxis: !1,
|
|
3438
3438
|
limiter: y === "partial" ? uh() : void 0,
|
|
3439
|
-
...
|
|
3439
|
+
...ae
|
|
3440
3440
|
}) : void 0,
|
|
3441
|
-
|
|
3442
|
-
element:
|
|
3441
|
+
Q ? Ch({
|
|
3442
|
+
element: Q,
|
|
3443
3443
|
padding: m
|
|
3444
3444
|
}) : void 0,
|
|
3445
3445
|
v ? ih({
|
|
3446
|
-
...
|
|
3446
|
+
...ae
|
|
3447
3447
|
}) : void 0,
|
|
3448
3448
|
Hh({
|
|
3449
3449
|
arrowWidth: I,
|
|
3450
3450
|
arrowHeight: P
|
|
3451
3451
|
}),
|
|
3452
|
-
|
|
3452
|
+
w ? sh({
|
|
3453
3453
|
strategy: "referenceHidden"
|
|
3454
3454
|
}) : void 0
|
|
3455
3455
|
].filter(Uh)
|
|
3456
3456
|
});
|
|
3457
3457
|
Se(() => {
|
|
3458
|
-
|
|
3458
|
+
T(z.anchor);
|
|
3459
3459
|
}, [
|
|
3460
|
-
|
|
3460
|
+
T,
|
|
3461
3461
|
z.anchor
|
|
3462
3462
|
]);
|
|
3463
|
-
const
|
|
3463
|
+
const te = j !== null && K !== null, [de, se] = nl(Y), Te = (o = J.arrow) === null || o === void 0 ? void 0 : o.x, xe = (a = J.arrow) === null || a === void 0 ? void 0 : a.y, Ee = ((i = J.arrow) === null || i === void 0 ? void 0 : i.centerOffset) !== 0, [Ke, Ae] = Z();
|
|
3464
3464
|
Se(() => {
|
|
3465
3465
|
C && Ae(window.getComputedStyle(C).zIndex);
|
|
3466
3466
|
}, [
|
|
@@ -3477,12 +3477,12 @@ const tl = "Popper", [Fa, xn] = Oe(tl), [Ih, rl] = Fa(tl), Rh = (e) => {
|
|
|
3477
3477
|
Pe,
|
|
3478
3478
|
ee
|
|
3479
3479
|
]), mr(() => {
|
|
3480
|
-
ke &&
|
|
3480
|
+
ke && te && Array.from(Pe).reverse().forEach(
|
|
3481
3481
|
(Fe) => requestAnimationFrame(Fe)
|
|
3482
3482
|
);
|
|
3483
3483
|
}, [
|
|
3484
3484
|
ke,
|
|
3485
|
-
|
|
3485
|
+
te,
|
|
3486
3486
|
Pe
|
|
3487
3487
|
]);
|
|
3488
3488
|
const Me = {
|
|
@@ -3494,9 +3494,9 @@ const tl = "Popper", [Fa, xn] = Oe(tl), [Ih, rl] = Fa(tl), Rh = (e) => {
|
|
|
3494
3494
|
...R.style,
|
|
3495
3495
|
// if the PopperContent hasn't been placed yet (not all measurements done)
|
|
3496
3496
|
// we prevent animations so that users's animation don't kick in too early referring wrong sides
|
|
3497
|
-
animation:
|
|
3497
|
+
animation: te ? void 0 : "none",
|
|
3498
3498
|
// hide the content if using the hide middleware and should be hidden
|
|
3499
|
-
opacity: (s =
|
|
3499
|
+
opacity: (s = J.hide) !== null && s !== void 0 && s.referenceHidden ? 0 : void 0
|
|
3500
3500
|
}
|
|
3501
3501
|
};
|
|
3502
3502
|
return /* @__PURE__ */ _("div", {
|
|
@@ -3506,13 +3506,13 @@ const tl = "Popper", [Fa, xn] = Oe(tl), [Ih, rl] = Fa(tl), Rh = (e) => {
|
|
|
3506
3506
|
position: B,
|
|
3507
3507
|
left: 0,
|
|
3508
3508
|
top: 0,
|
|
3509
|
-
transform:
|
|
3509
|
+
transform: te ? `translate3d(${Math.round(j)}px, ${Math.round(K)}px, 0)` : "translate3d(0, -200%, 0)",
|
|
3510
3510
|
// keep off the page when measuring
|
|
3511
3511
|
minWidth: "max-content",
|
|
3512
3512
|
zIndex: Ke,
|
|
3513
3513
|
["--radix-popper-transform-origin"]: [
|
|
3514
|
-
(c =
|
|
3515
|
-
(u =
|
|
3514
|
+
(c = J.transformOrigin) === null || c === void 0 ? void 0 : c.x,
|
|
3515
|
+
(u = J.transformOrigin) === null || u === void 0 ? void 0 : u.y
|
|
3516
3516
|
].join(" ")
|
|
3517
3517
|
}
|
|
3518
3518
|
}, /* @__PURE__ */ _(zh, {
|
|
@@ -3526,7 +3526,7 @@ const tl = "Popper", [Fa, xn] = Oe(tl), [Ih, rl] = Fa(tl), Rh = (e) => {
|
|
|
3526
3526
|
scope: d,
|
|
3527
3527
|
hasParent: !0,
|
|
3528
3528
|
positionUpdateFns: Pe
|
|
3529
|
-
}, /* @__PURE__ */ _(
|
|
3529
|
+
}, /* @__PURE__ */ _(re.div, Me)) : /* @__PURE__ */ _(re.div, Me)));
|
|
3530
3530
|
}), jh = "PopperArrow", Kh = {
|
|
3531
3531
|
top: "bottom",
|
|
3532
3532
|
right: "left",
|
|
@@ -3585,10 +3585,10 @@ const Hh = (e) => ({
|
|
|
3585
3585
|
center: "50%",
|
|
3586
3586
|
end: "100%"
|
|
3587
3587
|
}[m], $ = ((n = (o = u.arrow) === null || o === void 0 ? void 0 : o.x) !== null && n !== void 0 ? n : 0) + p / 2, y = ((a = (i = u.arrow) === null || i === void 0 ? void 0 : i.y) !== null && a !== void 0 ? a : 0) + b / 2;
|
|
3588
|
-
let
|
|
3589
|
-
return g === "bottom" ? (
|
|
3588
|
+
let w = "", v = "";
|
|
3589
|
+
return g === "bottom" ? (w = f ? h : `${$}px`, v = `${-b}px`) : g === "top" ? (w = f ? h : `${$}px`, v = `${c.floating.height + b}px`) : g === "right" ? (w = `${-b}px`, v = f ? h : `${y}px`) : g === "left" && (w = `${c.floating.width + b}px`, v = f ? h : `${y}px`), {
|
|
3590
3590
|
data: {
|
|
3591
|
-
x:
|
|
3591
|
+
x: w,
|
|
3592
3592
|
y: v
|
|
3593
3593
|
}
|
|
3594
3594
|
};
|
|
@@ -3604,7 +3604,7 @@ function nl(e) {
|
|
|
3604
3604
|
const ol = Rh, al = Nh, il = Vh, sl = Bh, cl = "Popover", [ll, Vk] = Oe(cl, [
|
|
3605
3605
|
xn
|
|
3606
3606
|
]), wn = xn(), [Gh, It] = ll(cl), dl = (e) => {
|
|
3607
|
-
const { __scopePopover: t, children: r, open: n, defaultOpen: o, onOpenChange: a, modal: i = !1 } = e, s = wn(t), c = F(null), [u, d] =
|
|
3607
|
+
const { __scopePopover: t, children: r, open: n, defaultOpen: o, onOpenChange: a, modal: i = !1 } = e, s = wn(t), c = F(null), [u, d] = Z(!1), [f = !1, p] = Ve({
|
|
3608
3608
|
prop: n,
|
|
3609
3609
|
defaultProp: o,
|
|
3610
3610
|
onChange: a
|
|
@@ -3635,7 +3635,7 @@ const ol = Rh, al = Nh, il = Vh, sl = Bh, cl = "Popover", [ll, Vk] = Oe(cl, [
|
|
|
3635
3635
|
modal: i
|
|
3636
3636
|
}, r));
|
|
3637
3637
|
}, qh = "PopoverTrigger", ul = /* @__PURE__ */ L((e, t) => {
|
|
3638
|
-
const { __scopePopover: r, ...n } = e, o = It(qh, r), a = wn(r), i = pe(t, o.triggerRef), s = /* @__PURE__ */ _(
|
|
3638
|
+
const { __scopePopover: r, ...n } = e, o = It(qh, r), a = wn(r), i = pe(t, o.triggerRef), s = /* @__PURE__ */ _(re.button, k({
|
|
3639
3639
|
type: "button",
|
|
3640
3640
|
"aria-haspopup": "dialog",
|
|
3641
3641
|
"aria-expanded": o.open,
|
|
@@ -3752,7 +3752,7 @@ const ol = Rh, al = Nh, il = Vh, sl = Bh, cl = "Popover", [ll, Vk] = Oe(cl, [
|
|
|
3752
3752
|
}))));
|
|
3753
3753
|
}), ev = "PopoverClose", tv = /* @__PURE__ */ L((e, t) => {
|
|
3754
3754
|
const { __scopePopover: r, ...n } = e, o = It(ev, r);
|
|
3755
|
-
return /* @__PURE__ */ _(
|
|
3755
|
+
return /* @__PURE__ */ _(re.button, k({
|
|
3756
3756
|
type: "button"
|
|
3757
3757
|
}, n, {
|
|
3758
3758
|
ref: t,
|
|
@@ -3772,7 +3772,7 @@ function ml(e) {
|
|
|
3772
3772
|
}
|
|
3773
3773
|
const nv = dl, ov = ul, av = Zh, iv = pl, gl = tv, sv = rv;
|
|
3774
3774
|
function hl(e, t, r) {
|
|
3775
|
-
let [n, o] =
|
|
3775
|
+
let [n, o] = Z(e || t), a = F(e !== void 0), i = a.current, s = e !== void 0, c = F(n);
|
|
3776
3776
|
i !== s && console.warn(`WARN: A component changed from ${i ? "controlled" : "uncontrolled"} to ${s ? "controlled" : "uncontrolled"}.`), a.current = s;
|
|
3777
3777
|
let u = H((d, ...f) => {
|
|
3778
3778
|
let p = (b, ...g) => {
|
|
@@ -3816,7 +3816,7 @@ function dv(e) {
|
|
|
3816
3816
|
]);
|
|
3817
3817
|
}
|
|
3818
3818
|
function uv() {
|
|
3819
|
-
let t = Ne(vl) !== Va, [r, n] =
|
|
3819
|
+
let t = Ne(vl) !== Va, [r, n] = Z(t);
|
|
3820
3820
|
return typeof window < "u" && t && mr(() => {
|
|
3821
3821
|
n(!1);
|
|
3822
3822
|
}, []), r;
|
|
@@ -3842,7 +3842,7 @@ function yl() {
|
|
|
3842
3842
|
const vt = typeof window < "u" ? ce.useLayoutEffect : () => {
|
|
3843
3843
|
};
|
|
3844
3844
|
function fv(e) {
|
|
3845
|
-
let [t, r] =
|
|
3845
|
+
let [t, r] = Z(e), n = F(t), o = F(null);
|
|
3846
3846
|
n.current = t;
|
|
3847
3847
|
let a = F(null);
|
|
3848
3848
|
a.current = () => {
|
|
@@ -3868,7 +3868,7 @@ function fv(e) {
|
|
|
3868
3868
|
}
|
|
3869
3869
|
let rn = /* @__PURE__ */ new Map();
|
|
3870
3870
|
function Tt(e) {
|
|
3871
|
-
let [t, r] =
|
|
3871
|
+
let [t, r] = Z(e), n = F(null), o = dv(t), a = H((i) => {
|
|
3872
3872
|
n.current = i;
|
|
3873
3873
|
}, []);
|
|
3874
3874
|
return rn.set(o, a), vt(() => {
|
|
@@ -4074,7 +4074,7 @@ function Tl(e, t) {
|
|
|
4074
4074
|
let _v = 0;
|
|
4075
4075
|
const Zn = /* @__PURE__ */ new Map();
|
|
4076
4076
|
function xv(e) {
|
|
4077
|
-
let [t, r] =
|
|
4077
|
+
let [t, r] = Z(void 0);
|
|
4078
4078
|
return vt(() => {
|
|
4079
4079
|
if (!e)
|
|
4080
4080
|
return;
|
|
@@ -4208,7 +4208,7 @@ function Ua(e) {
|
|
|
4208
4208
|
isDisabled: i,
|
|
4209
4209
|
shouldCancelOnPointerExit: u
|
|
4210
4210
|
};
|
|
4211
|
-
let [g, m] =
|
|
4211
|
+
let [g, m] = Z(!1), h = F({
|
|
4212
4212
|
isPressed: !1,
|
|
4213
4213
|
ignoreEmulatedMouseEvents: !1,
|
|
4214
4214
|
ignoreClickAfterPress: !1,
|
|
@@ -4217,42 +4217,42 @@ function Ua(e) {
|
|
|
4217
4217
|
target: null,
|
|
4218
4218
|
isOverTarget: !1,
|
|
4219
4219
|
pointerType: null
|
|
4220
|
-
}), { addGlobalListener: $, removeAllGlobalListeners: y } = wl(),
|
|
4221
|
-
let v = h.current, R = (S,
|
|
4222
|
-
let { onPressStart: I, onPressChange: P, isDisabled:
|
|
4223
|
-
|
|
4220
|
+
}), { addGlobalListener: $, removeAllGlobalListeners: y } = wl(), w = we(() => {
|
|
4221
|
+
let v = h.current, R = (S, X) => {
|
|
4222
|
+
let { onPressStart: I, onPressChange: P, isDisabled: ne } = b.current;
|
|
4223
|
+
ne || v.didFirePressStart || (I && I({
|
|
4224
4224
|
type: "pressstart",
|
|
4225
|
-
pointerType:
|
|
4225
|
+
pointerType: X,
|
|
4226
4226
|
target: S.currentTarget,
|
|
4227
4227
|
shiftKey: S.shiftKey,
|
|
4228
4228
|
metaKey: S.metaKey,
|
|
4229
4229
|
ctrlKey: S.ctrlKey,
|
|
4230
4230
|
altKey: S.altKey
|
|
4231
4231
|
}), P && P(!0), v.didFirePressStart = !0, m(!0));
|
|
4232
|
-
}, z = (S,
|
|
4233
|
-
let { onPressEnd: P, onPressChange:
|
|
4232
|
+
}, z = (S, X, I = !0) => {
|
|
4233
|
+
let { onPressEnd: P, onPressChange: ne, onPress: oe, isDisabled: ge } = b.current;
|
|
4234
4234
|
v.didFirePressStart && (v.ignoreClickAfterPress = !0, v.didFirePressStart = !1, P && P({
|
|
4235
4235
|
type: "pressend",
|
|
4236
|
-
pointerType:
|
|
4236
|
+
pointerType: X,
|
|
4237
4237
|
target: S.currentTarget,
|
|
4238
4238
|
shiftKey: S.shiftKey,
|
|
4239
4239
|
metaKey: S.metaKey,
|
|
4240
4240
|
ctrlKey: S.ctrlKey,
|
|
4241
4241
|
altKey: S.altKey
|
|
4242
|
-
}),
|
|
4242
|
+
}), ne && ne(!1), m(!1), oe && I && !ge && oe({
|
|
4243
4243
|
type: "press",
|
|
4244
|
-
pointerType:
|
|
4244
|
+
pointerType: X,
|
|
4245
4245
|
target: S.currentTarget,
|
|
4246
4246
|
shiftKey: S.shiftKey,
|
|
4247
4247
|
metaKey: S.metaKey,
|
|
4248
4248
|
ctrlKey: S.ctrlKey,
|
|
4249
4249
|
altKey: S.altKey
|
|
4250
4250
|
}));
|
|
4251
|
-
}, C = (S,
|
|
4251
|
+
}, C = (S, X) => {
|
|
4252
4252
|
let { onPressUp: I, isDisabled: P } = b.current;
|
|
4253
4253
|
P || I && I({
|
|
4254
4254
|
type: "pressup",
|
|
4255
|
-
pointerType:
|
|
4255
|
+
pointerType: X,
|
|
4256
4256
|
target: S.currentTarget,
|
|
4257
4257
|
shiftKey: S.shiftKey,
|
|
4258
4258
|
metaKey: S.metaKey,
|
|
@@ -4263,7 +4263,7 @@ function Ua(e) {
|
|
|
4263
4263
|
v.isPressed && (v.isOverTarget && z(et(v.target, S), v.pointerType, !1), v.isPressed = !1, v.isOverTarget = !1, v.activePointerId = null, v.pointerType = null, y(), d || Mr(v.target));
|
|
4264
4264
|
}, M = {
|
|
4265
4265
|
onKeyDown(S) {
|
|
4266
|
-
Jn(S.nativeEvent, S.currentTarget) && S.currentTarget.contains(S.target) ? (Zi(S.target, S.key) && S.preventDefault(), S.stopPropagation(), !v.isPressed && !S.repeat && (v.target = S.currentTarget, v.isPressed = !0, R(S, "keyboard"), $(document, "keyup",
|
|
4266
|
+
Jn(S.nativeEvent, S.currentTarget) && S.currentTarget.contains(S.target) ? (Zi(S.target, S.key) && S.preventDefault(), S.stopPropagation(), !v.isPressed && !S.repeat && (v.target = S.currentTarget, v.isPressed = !0, R(S, "keyboard"), $(document, "keyup", Q, !1))) : S.key === "Enter" && Yo(S.currentTarget) && S.stopPropagation();
|
|
4267
4267
|
},
|
|
4268
4268
|
onKeyUp(S) {
|
|
4269
4269
|
Jn(S.nativeEvent, S.currentTarget) && !S.repeat && S.currentTarget.contains(S.target) && C(et(v.target, S), "keyboard");
|
|
@@ -4271,11 +4271,11 @@ function Ua(e) {
|
|
|
4271
4271
|
onClick(S) {
|
|
4272
4272
|
S && !S.currentTarget.contains(S.target) || S && S.button === 0 && (S.stopPropagation(), i && S.preventDefault(), !v.ignoreClickAfterPress && !v.ignoreEmulatedMouseEvents && (v.pointerType === "virtual" || Ho(S.nativeEvent)) && (!i && !c && Wt(S.currentTarget), R(S, "virtual"), C(S, "virtual"), z(S, "virtual")), v.ignoreEmulatedMouseEvents = !1, v.ignoreClickAfterPress = !1);
|
|
4273
4273
|
}
|
|
4274
|
-
},
|
|
4274
|
+
}, Q = (S) => {
|
|
4275
4275
|
if (v.isPressed && Jn(S, v.target)) {
|
|
4276
4276
|
Zi(S.target, S.key) && S.preventDefault(), S.stopPropagation(), v.isPressed = !1;
|
|
4277
|
-
let
|
|
4278
|
-
z(et(v.target, S), "keyboard", v.target.contains(
|
|
4277
|
+
let X = S.target;
|
|
4278
|
+
z(et(v.target, S), "keyboard", v.target.contains(X)), y(), v.target instanceof HTMLElement && v.target.contains(X) && (Yo(v.target) || v.target.getAttribute("role") === "link") && v.target.click();
|
|
4279
4279
|
}
|
|
4280
4280
|
};
|
|
4281
4281
|
if (typeof PointerEvent < "u") {
|
|
@@ -4285,7 +4285,7 @@ function Ua(e) {
|
|
|
4285
4285
|
v.pointerType = "virtual";
|
|
4286
4286
|
return;
|
|
4287
4287
|
}
|
|
4288
|
-
Qn(P.currentTarget) && P.preventDefault(), v.pointerType = P.pointerType, P.stopPropagation(), v.isPressed || (v.isPressed = !0, v.isOverTarget = !0, v.activePointerId = P.pointerId, v.target = P.currentTarget, !i && !c && Wt(P.currentTarget), d || Yi(v.target), R(P, v.pointerType), $(document, "pointermove", S, !1), $(document, "pointerup",
|
|
4288
|
+
Qn(P.currentTarget) && P.preventDefault(), v.pointerType = P.pointerType, P.stopPropagation(), v.isPressed || (v.isPressed = !0, v.isOverTarget = !0, v.activePointerId = P.pointerId, v.target = P.currentTarget, !i && !c && Wt(P.currentTarget), d || Yi(v.target), R(P, v.pointerType), $(document, "pointermove", S, !1), $(document, "pointerup", X, !1), $(document, "pointercancel", I, !1));
|
|
4289
4289
|
}
|
|
4290
4290
|
}, M.onMouseDown = (P) => {
|
|
4291
4291
|
P.currentTarget.contains(P.target) && P.button === 0 && (Qn(P.currentTarget) && P.preventDefault(), P.stopPropagation());
|
|
@@ -4294,7 +4294,7 @@ function Ua(e) {
|
|
|
4294
4294
|
};
|
|
4295
4295
|
let S = (P) => {
|
|
4296
4296
|
P.pointerId === v.activePointerId && (Vt(P, v.target) ? v.isOverTarget || (v.isOverTarget = !0, R(et(v.target, P), v.pointerType)) : v.isOverTarget && (v.isOverTarget = !1, z(et(v.target, P), v.pointerType, !1), b.current.shouldCancelOnPointerExit && N(P)));
|
|
4297
|
-
},
|
|
4297
|
+
}, X = (P) => {
|
|
4298
4298
|
P.pointerId === v.activePointerId && v.isPressed && P.button === 0 && (Vt(P, v.target) ? z(et(v.target, P), v.pointerType) : v.isOverTarget && z(et(v.target, P), v.pointerType, !1), v.isPressed = !1, v.isOverTarget = !1, v.activePointerId = null, v.pointerType = null, y(), d || Mr(v.target));
|
|
4299
4299
|
}, I = (P) => {
|
|
4300
4300
|
N(P);
|
|
@@ -4326,7 +4326,7 @@ function Ua(e) {
|
|
|
4326
4326
|
return;
|
|
4327
4327
|
I.stopPropagation();
|
|
4328
4328
|
let P = Sv(I.nativeEvent);
|
|
4329
|
-
P && (v.activePointerId = P.identifier, v.ignoreEmulatedMouseEvents = !0, v.isOverTarget = !0, v.isPressed = !0, v.target = I.currentTarget, v.pointerType = "touch", !i && !c && Wt(I.currentTarget), d || Yi(v.target), R(I, v.pointerType), $(window, "scroll",
|
|
4329
|
+
P && (v.activePointerId = P.identifier, v.ignoreEmulatedMouseEvents = !0, v.isOverTarget = !0, v.isPressed = !0, v.target = I.currentTarget, v.pointerType = "touch", !i && !c && Wt(I.currentTarget), d || Yi(v.target), R(I, v.pointerType), $(window, "scroll", X, !0));
|
|
4330
4330
|
}, M.onTouchMove = (I) => {
|
|
4331
4331
|
if (!I.currentTarget.contains(I.target) || (I.stopPropagation(), !v.isPressed))
|
|
4332
4332
|
return;
|
|
@@ -4340,7 +4340,7 @@ function Ua(e) {
|
|
|
4340
4340
|
}, M.onTouchCancel = (I) => {
|
|
4341
4341
|
I.currentTarget.contains(I.target) && (I.stopPropagation(), v.isPressed && N(I));
|
|
4342
4342
|
};
|
|
4343
|
-
let
|
|
4343
|
+
let X = (I) => {
|
|
4344
4344
|
v.isPressed && I.target.contains(v.target) && N({
|
|
4345
4345
|
currentTarget: v.target,
|
|
4346
4346
|
shiftKey: !1,
|
|
@@ -4367,7 +4367,7 @@ function Ua(e) {
|
|
|
4367
4367
|
d
|
|
4368
4368
|
]), {
|
|
4369
4369
|
isPressed: s || g,
|
|
4370
|
-
pressProps: De(p,
|
|
4370
|
+
pressProps: De(p, w)
|
|
4371
4371
|
};
|
|
4372
4372
|
}
|
|
4373
4373
|
function Yo(e) {
|
|
@@ -4554,7 +4554,7 @@ function Lv() {
|
|
|
4554
4554
|
}
|
|
4555
4555
|
function Mv() {
|
|
4556
4556
|
nn();
|
|
4557
|
-
let [e, t] =
|
|
4557
|
+
let [e, t] = Z(pt);
|
|
4558
4558
|
return q(() => {
|
|
4559
4559
|
let r = () => {
|
|
4560
4560
|
t(pt);
|
|
@@ -4715,7 +4715,7 @@ function Tn(e = {}) {
|
|
|
4715
4715
|
let { autoFocus: t = !1, isTextInput: r, within: n } = e, o = F({
|
|
4716
4716
|
isFocused: !1,
|
|
4717
4717
|
isFocusVisible: t || Ol()
|
|
4718
|
-
}), [a, i] =
|
|
4718
|
+
}), [a, i] = Z(!1), [s, c] = Z(() => o.current.isFocused && o.current.isFocusVisible), u = H(() => c(o.current.isFocused && o.current.isFocusVisible), []), d = H((b) => {
|
|
4719
4719
|
o.current.isFocused = b, i(b), u();
|
|
4720
4720
|
}, [
|
|
4721
4721
|
u
|
|
@@ -5070,14 +5070,14 @@ function o0(e, t, r) {
|
|
|
5070
5070
|
...h,
|
|
5071
5071
|
...m
|
|
5072
5072
|
])
|
|
5073
|
-
].sort((C, N) => N.length - C.length), y = $.length === 0 ? new RegExp("[\\p{White_Space}]", "gu") : new RegExp(`${$.join("|")}|[\\p{White_Space}]`, "gu"),
|
|
5073
|
+
].sort((C, N) => N.length - C.length), y = $.length === 0 ? new RegExp("[\\p{White_Space}]", "gu") : new RegExp(`${$.join("|")}|[\\p{White_Space}]`, "gu"), w = [
|
|
5074
5074
|
...new Intl.NumberFormat(t.locale, {
|
|
5075
5075
|
useGrouping: !1
|
|
5076
5076
|
}).format(9876543210)
|
|
5077
|
-
].reverse(), v = new Map(
|
|
5077
|
+
].reverse(), v = new Map(w.map((C, N) => [
|
|
5078
5078
|
C,
|
|
5079
5079
|
N
|
|
5080
|
-
])), R = new RegExp(`[${
|
|
5080
|
+
])), R = new RegExp(`[${w.join("")}]`, "g");
|
|
5081
5081
|
return {
|
|
5082
5082
|
minusSign: f,
|
|
5083
5083
|
plusSign: p,
|
|
@@ -5155,7 +5155,7 @@ function cs() {
|
|
|
5155
5155
|
e(Qo);
|
|
5156
5156
|
}
|
|
5157
5157
|
function c0() {
|
|
5158
|
-
let e = uv(), [t, r] =
|
|
5158
|
+
let e = uv(), [t, r] = Z(Qo);
|
|
5159
5159
|
return q(() => (ir.size === 0 && window.addEventListener("languagechange", cs), ir.add(r), () => {
|
|
5160
5160
|
ir.delete(r), ir.size === 0 && window.removeEventListener("languagechange", cs);
|
|
5161
5161
|
}), []), e ? {
|
|
@@ -5602,7 +5602,7 @@ const S0 = L((e, t) => {
|
|
|
5602
5602
|
f && "pressed",
|
|
5603
5603
|
n && "disabled",
|
|
5604
5604
|
b && "focused"
|
|
5605
|
-
].filter(Boolean).join(" "), $ = u || n ? {} : {
|
|
5605
|
+
].filter(Boolean).join(" "), $ = u || n || !c ? {} : {
|
|
5606
5606
|
[i ? "href" : "to"]: c
|
|
5607
5607
|
};
|
|
5608
5608
|
return /* @__PURE__ */ E(hd, { children: /* @__PURE__ */ E(
|
|
@@ -5660,12 +5660,12 @@ function Ya(e, t) {
|
|
|
5660
5660
|
ref: t
|
|
5661
5661
|
}), { focusableProps: y } = qa(e, t);
|
|
5662
5662
|
u && (y.tabIndex = n ? -1 : y.tabIndex);
|
|
5663
|
-
let
|
|
5663
|
+
let w = De(y, h, Tr(e, {
|
|
5664
5664
|
labelable: !0
|
|
5665
5665
|
}));
|
|
5666
5666
|
return {
|
|
5667
5667
|
isPressed: $,
|
|
5668
|
-
buttonProps: De(m,
|
|
5668
|
+
buttonProps: De(m, w, {
|
|
5669
5669
|
"aria-haspopup": e["aria-haspopup"],
|
|
5670
5670
|
"aria-expanded": e["aria-expanded"],
|
|
5671
5671
|
"aria-controls": e["aria-controls"],
|
|
@@ -5944,9 +5944,9 @@ const E0 = {
|
|
|
5944
5944
|
} = e, d = $t(t), { buttonProps: f, isPressed: p } = Ya(
|
|
5945
5945
|
{ onPress: i, isDisabled: a, autoFocus: s, ...u },
|
|
5946
5946
|
d
|
|
5947
|
-
), { isFocusVisible: b, focusProps: g } = Tn({ autoFocus: s }), $ = [b ? "focused" : void 0, p ? "pressed" : void 0].filter(Boolean).join(" "),
|
|
5947
|
+
), { isFocusVisible: b, focusProps: g } = Tn({ autoFocus: s }), $ = [b ? "focused" : void 0, p ? "pressed" : void 0].filter(Boolean).join(" "), w = K0[o][n];
|
|
5948
5948
|
return /* @__PURE__ */ E(
|
|
5949
|
-
|
|
5949
|
+
w,
|
|
5950
5950
|
{
|
|
5951
5951
|
ref: d,
|
|
5952
5952
|
"data-state": $,
|
|
@@ -5970,7 +5970,7 @@ function Pn(e) {
|
|
|
5970
5970
|
]);
|
|
5971
5971
|
}
|
|
5972
5972
|
const $d = "Checkbox", [B0, Kk] = Oe($d), [U0, W0] = B0($d), H0 = /* @__PURE__ */ L((e, t) => {
|
|
5973
|
-
const { __scopeCheckbox: r, name: n, checked: o, defaultChecked: a, required: i, disabled: s, value: c = "on", onCheckedChange: u, ...d } = e, [f, p] =
|
|
5973
|
+
const { __scopeCheckbox: r, name: n, checked: o, defaultChecked: a, required: i, disabled: s, value: c = "on", onCheckedChange: u, ...d } = e, [f, p] = Z(null), b = pe(
|
|
5974
5974
|
t,
|
|
5975
5975
|
(y) => p(y)
|
|
5976
5976
|
), g = F(!1), m = f ? Boolean(f.closest("form")) : !0, [h = !1, $] = Ve({
|
|
@@ -5982,7 +5982,7 @@ const $d = "Checkbox", [B0, Kk] = Oe($d), [U0, W0] = B0($d), H0 = /* @__PURE__ *
|
|
|
5982
5982
|
scope: r,
|
|
5983
5983
|
state: h,
|
|
5984
5984
|
disabled: s
|
|
5985
|
-
}, /* @__PURE__ */ _(
|
|
5985
|
+
}, /* @__PURE__ */ _(re.button, k({
|
|
5986
5986
|
type: "button",
|
|
5987
5987
|
role: "checkbox",
|
|
5988
5988
|
"aria-checked": Pt(h) ? "mixed" : h,
|
|
@@ -5998,7 +5998,7 @@ const $d = "Checkbox", [B0, Kk] = Oe($d), [U0, W0] = B0($d), H0 = /* @__PURE__ *
|
|
|
5998
5998
|
}),
|
|
5999
5999
|
onClick: G(e.onClick, (y) => {
|
|
6000
6000
|
$(
|
|
6001
|
-
(
|
|
6001
|
+
(w) => Pt(w) ? !0 : !w
|
|
6002
6002
|
), m && (g.current = y.isPropagationStopped(), g.current || y.stopPropagation());
|
|
6003
6003
|
})
|
|
6004
6004
|
})), m && /* @__PURE__ */ _(Y0, {
|
|
@@ -6017,7 +6017,7 @@ const $d = "Checkbox", [B0, Kk] = Oe($d), [U0, W0] = B0($d), H0 = /* @__PURE__ *
|
|
|
6017
6017
|
const { __scopeCheckbox: r, forceMount: n, ...o } = e, a = W0(G0, r);
|
|
6018
6018
|
return /* @__PURE__ */ _(ze, {
|
|
6019
6019
|
present: n || Pt(a.state) || a.state === !0
|
|
6020
|
-
}, /* @__PURE__ */ _(
|
|
6020
|
+
}, /* @__PURE__ */ _(re.span, k({
|
|
6021
6021
|
"data-state": yd(a.state),
|
|
6022
6022
|
"data-disabled": a.disabled ? "" : void 0
|
|
6023
6023
|
}, o, {
|
|
@@ -6308,7 +6308,8 @@ const a$ = {
|
|
|
6308
6308
|
}, kr = D.input`
|
|
6309
6309
|
padding: ${({ paddingSize: e = "small" }) => a$[e]}; // add default?
|
|
6310
6310
|
appearance: none;
|
|
6311
|
-
border: 1px solid
|
|
6311
|
+
border: 1px solid
|
|
6312
|
+
var(--input-border-color, ${l.color_outline_secondary_enabled});
|
|
6312
6313
|
border-radius: ${l.border_radius_400};
|
|
6313
6314
|
line-height: ${l.line_height_body_medium};
|
|
6314
6315
|
|
|
@@ -6326,33 +6327,39 @@ const a$ = {
|
|
|
6326
6327
|
}
|
|
6327
6328
|
|
|
6328
6329
|
&:hover {
|
|
6330
|
+
--input-border-color: ${l.color_outline_secondary_hover};
|
|
6329
6331
|
background-color: ${l.color_overlay_secondary_hover};
|
|
6330
|
-
border-color: ${l.color_outline_secondary_hover};
|
|
6331
6332
|
}
|
|
6332
6333
|
|
|
6333
|
-
&[data-state~=
|
|
6334
|
+
&[data-state~='invalid'],
|
|
6334
6335
|
&:invalid {
|
|
6335
|
-
border-color: ${l.color_outline_danger_enabled};
|
|
6336
|
+
--input-border-color: ${l.color_outline_danger_enabled};
|
|
6336
6337
|
}
|
|
6337
6338
|
|
|
6338
6339
|
/* &:active too? */
|
|
6339
6340
|
&:focus-visible {
|
|
6341
|
+
--input-border-color: ${l.color_black};
|
|
6340
6342
|
background-color: ${l.color_overlay_secondary_enabled};
|
|
6341
6343
|
outline: 1px solid ${l.color_black};
|
|
6342
|
-
border-color: ${l.color_black};
|
|
6343
6344
|
}
|
|
6344
6345
|
|
|
6345
6346
|
&:disabled {
|
|
6346
6347
|
/* border-color: ${l.color_outline_secondary_disabled}; */
|
|
6347
6348
|
color: ${l.color_fill_primary_disabled};
|
|
6348
6349
|
cursor: not-allowed;
|
|
6349
|
-
border-color: revert;
|
|
6350
|
+
--input-border-color: revert;
|
|
6351
|
+
}
|
|
6352
|
+
|
|
6353
|
+
// TODO check with Robert
|
|
6354
|
+
&:read-only {
|
|
6355
|
+
--input-border-color: ${l.color_outline_secondary_disabled};
|
|
6350
6356
|
}
|
|
6351
6357
|
|
|
6352
6358
|
&:disabled::placeholder {
|
|
6353
6359
|
color: ${l.color_fill_primary_disabled};
|
|
6354
6360
|
}
|
|
6355
6361
|
`, Sr = D.div`
|
|
6362
|
+
--input-border-color: ${l.color_outline_secondary_enabled};
|
|
6356
6363
|
display: flex;
|
|
6357
6364
|
flex-direction: column;
|
|
6358
6365
|
justify-content: space-between;
|
|
@@ -6424,9 +6431,9 @@ const xd = L(
|
|
|
6424
6431
|
},
|
|
6425
6432
|
p
|
|
6426
6433
|
);
|
|
6427
|
-
let
|
|
6428
|
-
return typeof c == "string" ?
|
|
6429
|
-
|
|
6434
|
+
let w = null;
|
|
6435
|
+
return typeof c == "string" ? w = /* @__PURE__ */ E(yt, { ...m, children: c }) : Et(c) && (w = Ot(c, { ...m })), /* @__PURE__ */ le(Sr, { children: [
|
|
6436
|
+
w,
|
|
6430
6437
|
/* @__PURE__ */ E(
|
|
6431
6438
|
kr,
|
|
6432
6439
|
{
|
|
@@ -6435,7 +6442,8 @@ const xd = L(
|
|
|
6435
6442
|
ref: p,
|
|
6436
6443
|
placeholder: "Enter...",
|
|
6437
6444
|
type: "text",
|
|
6438
|
-
|
|
6445
|
+
...$,
|
|
6446
|
+
required: i
|
|
6439
6447
|
}
|
|
6440
6448
|
),
|
|
6441
6449
|
r ? /* @__PURE__ */ le(Sn, { ...y, children: [
|
|
@@ -6450,7 +6458,7 @@ xd.displayName = "TextInput";
|
|
|
6450
6458
|
const [Cn, Uk] = Oe("Tooltip", [
|
|
6451
6459
|
xn
|
|
6452
6460
|
]), Dn = xn(), i$ = "TooltipProvider", s$ = 700, ta = "tooltip.open", [c$, Ja] = Cn(i$), l$ = (e) => {
|
|
6453
|
-
const { __scopeTooltip: t, delayDuration: r = s$, skipDelayDuration: n = 300, disableHoverableContent: o = !1, children: a } = e, [i, s] =
|
|
6461
|
+
const { __scopeTooltip: t, delayDuration: r = s$, skipDelayDuration: n = 300, disableHoverableContent: o = !1, children: a } = e, [i, s] = Z(!0), c = F(!1), u = F(0);
|
|
6454
6462
|
return q(() => {
|
|
6455
6463
|
const d = u.current;
|
|
6456
6464
|
return () => window.clearTimeout(d);
|
|
@@ -6476,13 +6484,13 @@ const [Cn, Uk] = Oe("Tooltip", [
|
|
|
6476
6484
|
disableHoverableContent: o
|
|
6477
6485
|
}, a);
|
|
6478
6486
|
}, Qa = "Tooltip", [d$, Er] = Cn(Qa), u$ = (e) => {
|
|
6479
|
-
const { __scopeTooltip: t, children: r, open: n, defaultOpen: o = !1, onOpenChange: a, disableHoverableContent: i, delayDuration: s } = e, c = Ja(Qa, e.__scopeTooltip), u = Dn(t), [d, f] =
|
|
6487
|
+
const { __scopeTooltip: t, children: r, open: n, defaultOpen: o = !1, onOpenChange: a, disableHoverableContent: i, delayDuration: s } = e, c = Ja(Qa, e.__scopeTooltip), u = Dn(t), [d, f] = Z(null), p = qe(), b = F(0), g = i ?? c.disableHoverableContent, m = s ?? c.delayDuration, h = F(!1), [$ = !1, y] = Ve({
|
|
6480
6488
|
prop: n,
|
|
6481
6489
|
defaultProp: o,
|
|
6482
6490
|
onChange: (C) => {
|
|
6483
6491
|
C ? (c.onOpen(), document.dispatchEvent(new CustomEvent(ta))) : c.onClose(), a == null || a(C);
|
|
6484
6492
|
}
|
|
6485
|
-
}),
|
|
6493
|
+
}), w = we(() => $ ? h.current ? "delayed-open" : "instant-open" : "closed", [
|
|
6486
6494
|
$
|
|
6487
6495
|
]), v = H(() => {
|
|
6488
6496
|
window.clearTimeout(b.current), h.current = !1, y(!0);
|
|
@@ -6504,7 +6512,7 @@ const [Cn, Uk] = Oe("Tooltip", [
|
|
|
6504
6512
|
scope: t,
|
|
6505
6513
|
contentId: p,
|
|
6506
6514
|
open: $,
|
|
6507
|
-
stateAttribute:
|
|
6515
|
+
stateAttribute: w,
|
|
6508
6516
|
trigger: d,
|
|
6509
6517
|
onTriggerChange: f,
|
|
6510
6518
|
onTriggerEnter: H(() => {
|
|
@@ -6533,7 +6541,7 @@ const [Cn, Uk] = Oe("Tooltip", [
|
|
|
6533
6541
|
f
|
|
6534
6542
|
]), /* @__PURE__ */ _(al, k({
|
|
6535
6543
|
asChild: !0
|
|
6536
|
-
}, i), /* @__PURE__ */ _(
|
|
6544
|
+
}, i), /* @__PURE__ */ _(re.button, k({
|
|
6537
6545
|
// We purposefully avoid adding `type=button` here because tooltip triggers are also
|
|
6538
6546
|
// commonly anchors and the anchor `type` attribute signifies MIME type.
|
|
6539
6547
|
"aria-describedby": o.open ? o.contentId : void 0,
|
|
@@ -6584,7 +6592,7 @@ const [Cn, Uk] = Oe("Tooltip", [
|
|
|
6584
6592
|
ref: t
|
|
6585
6593
|
})));
|
|
6586
6594
|
}), h$ = /* @__PURE__ */ L((e, t) => {
|
|
6587
|
-
const r = Er(vr, e.__scopeTooltip), n = Ja(vr, e.__scopeTooltip), o = F(null), a = pe(t, o), [i, s] =
|
|
6595
|
+
const r = Er(vr, e.__scopeTooltip), n = Ja(vr, e.__scopeTooltip), o = F(null), a = pe(t, o), [i, s] = Z(null), { trigger: c, onClose: u } = r, d = o.current, { onPointerInTransitChange: f } = n, p = H(() => {
|
|
6588
6596
|
s(null), f(!1);
|
|
6589
6597
|
}, [
|
|
6590
6598
|
f
|
|
@@ -6592,12 +6600,12 @@ const [Cn, Uk] = Oe("Tooltip", [
|
|
|
6592
6600
|
const h = g.currentTarget, $ = {
|
|
6593
6601
|
x: g.clientX,
|
|
6594
6602
|
y: g.clientY
|
|
6595
|
-
}, y = x$($, h.getBoundingClientRect()),
|
|
6596
|
-
x: g.clientX +
|
|
6603
|
+
}, y = x$($, h.getBoundingClientRect()), w = y === "right" || y === "bottom" ? -5 : 5, R = y === "right" || y === "left" ? {
|
|
6604
|
+
x: g.clientX + w,
|
|
6597
6605
|
y: g.clientY
|
|
6598
6606
|
} : {
|
|
6599
6607
|
x: g.clientX,
|
|
6600
|
-
y: g.clientY +
|
|
6608
|
+
y: g.clientY + w
|
|
6601
6609
|
}, z = w$(m.getBoundingClientRect()), C = P$([
|
|
6602
6610
|
R,
|
|
6603
6611
|
...z
|
|
@@ -6626,8 +6634,8 @@ const [Cn, Uk] = Oe("Tooltip", [
|
|
|
6626
6634
|
const h = m.target, $ = {
|
|
6627
6635
|
x: m.clientX,
|
|
6628
6636
|
y: m.clientY
|
|
6629
|
-
}, y = (c == null ? void 0 : c.contains(h)) || (d == null ? void 0 : d.contains(h)),
|
|
6630
|
-
y ? p() :
|
|
6637
|
+
}, y = (c == null ? void 0 : c.contains(h)) || (d == null ? void 0 : d.contains(h)), w = !T$($, i);
|
|
6638
|
+
y ? p() : w && (p(), u());
|
|
6631
6639
|
};
|
|
6632
6640
|
return document.addEventListener("pointermove", g), () => document.removeEventListener("pointermove", g);
|
|
6633
6641
|
}
|
|
@@ -7079,13 +7087,13 @@ function U$(e) {
|
|
|
7079
7087
|
g && (S.preventDefault(), g());
|
|
7080
7088
|
break;
|
|
7081
7089
|
}
|
|
7082
|
-
},
|
|
7083
|
-
|
|
7090
|
+
}, w = F(!1), v = () => {
|
|
7091
|
+
w.current = !0;
|
|
7084
7092
|
}, R = () => {
|
|
7085
|
-
|
|
7093
|
+
w.current = !1;
|
|
7086
7094
|
};
|
|
7087
7095
|
n = n === "" ? m.format("Empty") : (n || `${r}`).replace("-", "−"), q(() => {
|
|
7088
|
-
|
|
7096
|
+
w.current && j$(n, "assertive");
|
|
7089
7097
|
}, [
|
|
7090
7098
|
n
|
|
7091
7099
|
]);
|
|
@@ -7116,7 +7124,7 @@ function U$(e) {
|
|
|
7116
7124
|
);
|
|
7117
7125
|
let N = (S) => {
|
|
7118
7126
|
S.preventDefault();
|
|
7119
|
-
}, { addGlobalListener: M, removeAllGlobalListeners:
|
|
7127
|
+
}, { addGlobalListener: M, removeAllGlobalListeners: Q } = wl();
|
|
7120
7128
|
return {
|
|
7121
7129
|
spinButtonProps: {
|
|
7122
7130
|
role: "spinbutton",
|
|
@@ -7136,7 +7144,7 @@ function U$(e) {
|
|
|
7136
7144
|
z(400), M(window, "contextmenu", N);
|
|
7137
7145
|
},
|
|
7138
7146
|
onPressEnd: () => {
|
|
7139
|
-
$(),
|
|
7147
|
+
$(), Q();
|
|
7140
7148
|
},
|
|
7141
7149
|
onFocus: v,
|
|
7142
7150
|
onBlur: R
|
|
@@ -7146,7 +7154,7 @@ function U$(e) {
|
|
|
7146
7154
|
C(400), M(window, "contextmenu", N);
|
|
7147
7155
|
},
|
|
7148
7156
|
onPressEnd: () => {
|
|
7149
|
-
$(),
|
|
7157
|
+
$(), Q();
|
|
7150
7158
|
},
|
|
7151
7159
|
onFocus: v,
|
|
7152
7160
|
onBlur: R
|
|
@@ -7398,13 +7406,13 @@ cu = {
|
|
|
7398
7406
|
};
|
|
7399
7407
|
function H$(e, t, r) {
|
|
7400
7408
|
let { id: n, decrementAriaLabel: o, incrementAriaLabel: a, isDisabled: i, isReadOnly: s, isRequired: c, minValue: u, maxValue: d, autoFocus: f, validationState: p, label: b, formatOptions: g, onBlur: m = () => {
|
|
7401
|
-
}, onFocus: h, onFocusChange: $, onKeyDown: y, onKeyUp:
|
|
7409
|
+
}, onFocus: h, onFocusChange: $, onKeyDown: y, onKeyUp: w, description: v, errorMessage: R, ...z } = e, { increment: C, incrementToMax: N, decrement: M, decrementToMin: Q, numberValue: S, commit: X } = t;
|
|
7402
7410
|
const I = Pr(/* @__PURE__ */ W$(cu));
|
|
7403
|
-
let P = Tt(n), { focusProps:
|
|
7411
|
+
let P = Tt(n), { focusProps: ne } = Wa({
|
|
7404
7412
|
onBlur: () => {
|
|
7405
|
-
|
|
7413
|
+
X();
|
|
7406
7414
|
}
|
|
7407
|
-
}), { spinButtonProps: oe, incrementButtonProps: ge, decrementButtonProps:
|
|
7415
|
+
}), { spinButtonProps: oe, incrementButtonProps: ge, decrementButtonProps: _e } = U$({
|
|
7408
7416
|
isDisabled: i,
|
|
7409
7417
|
isReadOnly: s,
|
|
7410
7418
|
isRequired: c,
|
|
@@ -7413,12 +7421,12 @@ function H$(e, t, r) {
|
|
|
7413
7421
|
onIncrement: C,
|
|
7414
7422
|
onIncrementToMax: N,
|
|
7415
7423
|
onDecrement: M,
|
|
7416
|
-
onDecrementToMin:
|
|
7424
|
+
onDecrementToMin: Q,
|
|
7417
7425
|
value: S,
|
|
7418
7426
|
textValue: t.inputValue
|
|
7419
|
-
}), [
|
|
7427
|
+
}), [ae, T] = Z(!1), { focusWithinProps: A } = Il({
|
|
7420
7428
|
isDisabled: i,
|
|
7421
|
-
onFocusWithinChange:
|
|
7429
|
+
onFocusWithinChange: T
|
|
7422
7430
|
}), B = H((Ie) => {
|
|
7423
7431
|
Math.abs(Ie.deltaY) <= Math.abs(Ie.deltaX) || (Ie.deltaY > 0 ? C() : Ie.deltaY < 0 && M());
|
|
7424
7432
|
}, [
|
|
@@ -7427,12 +7435,12 @@ function H$(e, t, r) {
|
|
|
7427
7435
|
]);
|
|
7428
7436
|
Kv({
|
|
7429
7437
|
onScroll: B,
|
|
7430
|
-
isDisabled: i || s || !
|
|
7438
|
+
isDisabled: i || s || !ae
|
|
7431
7439
|
}, r);
|
|
7432
|
-
let
|
|
7433
|
-
|
|
7434
|
-
]).maximumFractionDigits > 0, ee = isNaN(t.minValue) || t.minValue < 0,
|
|
7435
|
-
Pl() ? ee ?
|
|
7440
|
+
let K = u0(g), J = we(() => K.resolvedOptions(), [
|
|
7441
|
+
K
|
|
7442
|
+
]).maximumFractionDigits > 0, ee = isNaN(t.minValue) || t.minValue < 0, te = "numeric";
|
|
7443
|
+
Pl() ? ee ? te = "text" : J && (te = "decimal") : Sl() && (ee ? te = "numeric" : J && (te = "decimal"));
|
|
7436
7444
|
let de = (Ie) => {
|
|
7437
7445
|
t.setInputValue(Ie);
|
|
7438
7446
|
}, se = Tr(e), { labelProps: Te, inputProps: xe, descriptionProps: Ee, errorMessageProps: Ke } = e$({
|
|
@@ -7451,16 +7459,16 @@ function H$(e, t, r) {
|
|
|
7451
7459
|
"aria-labelledby": e["aria-labelledby"] || null,
|
|
7452
7460
|
id: P,
|
|
7453
7461
|
type: "text",
|
|
7454
|
-
inputMode:
|
|
7462
|
+
inputMode: te,
|
|
7455
7463
|
onChange: de,
|
|
7456
7464
|
onBlur: m,
|
|
7457
7465
|
onFocus: h,
|
|
7458
7466
|
onFocusChange: $,
|
|
7459
7467
|
onKeyDown: y,
|
|
7460
|
-
onKeyUp:
|
|
7468
|
+
onKeyUp: w,
|
|
7461
7469
|
description: v,
|
|
7462
7470
|
errorMessage: R
|
|
7463
|
-
}, t, r), Ae = De(oe,
|
|
7471
|
+
}, t, r), Ae = De(oe, ne, xe, {
|
|
7464
7472
|
// override the spinbutton role, we can't focus a spin button with VO
|
|
7465
7473
|
role: null,
|
|
7466
7474
|
// ignore aria-roledescription on iOS so that required state will announce when it is present
|
|
@@ -7487,7 +7495,7 @@ function H$(e, t, r) {
|
|
|
7487
7495
|
allowFocusWhenDisabled: !0,
|
|
7488
7496
|
isDisabled: !t.canIncrement,
|
|
7489
7497
|
onPressStart: Be
|
|
7490
|
-
}), At = De(
|
|
7498
|
+
}), At = De(_e, {
|
|
7491
7499
|
"aria-label": o || I.format("decrease", {
|
|
7492
7500
|
fieldLabel: Pe
|
|
7493
7501
|
}).trim(),
|
|
@@ -7516,7 +7524,7 @@ function H$(e, t, r) {
|
|
|
7516
7524
|
};
|
|
7517
7525
|
}
|
|
7518
7526
|
function G$(e) {
|
|
7519
|
-
let { minValue: t, maxValue: r, step: n, formatOptions: o, value: a, defaultValue: i, onChange: s, locale: c, isDisabled: u, isReadOnly: d } = e, [f, p] = hl(a, isNaN(i) ? NaN : i, s), [b, g] =
|
|
7527
|
+
let { minValue: t, maxValue: r, step: n, formatOptions: o, value: a, defaultValue: i, onChange: s, locale: c, isDisabled: u, isReadOnly: d } = e, [f, p] = hl(a, isNaN(i) ? NaN : i, s), [b, g] = Z(() => isNaN(f) ? "" : new Jo(c, o).format(f)), m = we(() => new r0(c, o), [
|
|
7520
7528
|
c,
|
|
7521
7529
|
o
|
|
7522
7530
|
]), h = we(() => m.getNumberingSystem(b), [
|
|
@@ -7531,46 +7539,46 @@ function G$(e) {
|
|
|
7531
7539
|
h
|
|
7532
7540
|
]), y = we(() => $.resolvedOptions(), [
|
|
7533
7541
|
$
|
|
7534
|
-
]),
|
|
7542
|
+
]), w = H((ae) => isNaN(ae) || ae === null ? "" : $.format(ae), [
|
|
7535
7543
|
$
|
|
7536
7544
|
]), v = isNaN(n) ? 1 : n;
|
|
7537
7545
|
y.style === "percent" && isNaN(n) && (v = 0.01);
|
|
7538
7546
|
let R = F(f), z = F(c), C = F(o);
|
|
7539
|
-
(!Object.is(f, R.current) || c !== z.current || o !== C.current) && (g(
|
|
7547
|
+
(!Object.is(f, R.current) || c !== z.current || o !== C.current) && (g(w(f)), R.current = f, z.current = c, C.current = o);
|
|
7540
7548
|
let N = we(() => m.parse(b), [
|
|
7541
7549
|
m,
|
|
7542
7550
|
b
|
|
7543
7551
|
]), M = F(0);
|
|
7544
7552
|
M.current = N;
|
|
7545
|
-
let
|
|
7553
|
+
let Q = () => {
|
|
7546
7554
|
if (!b.length) {
|
|
7547
|
-
p(NaN), g(a === void 0 ? "" :
|
|
7555
|
+
p(NaN), g(a === void 0 ? "" : w(f));
|
|
7548
7556
|
return;
|
|
7549
7557
|
}
|
|
7550
7558
|
if (isNaN(M.current)) {
|
|
7551
|
-
g(
|
|
7559
|
+
g(w(f));
|
|
7552
7560
|
return;
|
|
7553
7561
|
}
|
|
7554
|
-
let
|
|
7555
|
-
isNaN(n) ?
|
|
7556
|
-
}, S = (
|
|
7562
|
+
let ae;
|
|
7563
|
+
isNaN(n) ? ae = cv(M.current, t, r) : ae = _t(M.current, t, r, n), ae = m.parse(w(ae)), p(ae), g(w(a === void 0 ? ae : f));
|
|
7564
|
+
}, S = (ae, T) => {
|
|
7557
7565
|
let A = M.current;
|
|
7558
7566
|
if (isNaN(A)) {
|
|
7559
|
-
let B = isNaN(
|
|
7567
|
+
let B = isNaN(T) ? 0 : T;
|
|
7560
7568
|
return _t(B, t, r, v);
|
|
7561
7569
|
} else {
|
|
7562
7570
|
let B = _t(A, t, r, v);
|
|
7563
|
-
return
|
|
7571
|
+
return ae === "+" && B > A || ae === "-" && B < A ? B : _t(no(ae, A, v), t, r, v);
|
|
7564
7572
|
}
|
|
7565
|
-
},
|
|
7566
|
-
let
|
|
7567
|
-
|
|
7573
|
+
}, X = () => {
|
|
7574
|
+
let ae = S("+", t);
|
|
7575
|
+
ae === f && g(w(ae)), p(ae);
|
|
7568
7576
|
}, I = () => {
|
|
7569
|
-
let
|
|
7570
|
-
|
|
7577
|
+
let ae = S("-", r);
|
|
7578
|
+
ae === f && g(w(ae)), p(ae);
|
|
7571
7579
|
}, P = () => {
|
|
7572
7580
|
r != null && p(_t(r, t, r, v));
|
|
7573
|
-
},
|
|
7581
|
+
}, ne = () => {
|
|
7574
7582
|
t != null && p(t);
|
|
7575
7583
|
}, oe = we(() => !u && !d && (isNaN(N) || isNaN(r) || _t(N, t, r, v) > N || no("+", N, v) <= r), [
|
|
7576
7584
|
u,
|
|
@@ -7588,11 +7596,11 @@ function G$(e) {
|
|
|
7588
7596
|
N
|
|
7589
7597
|
]);
|
|
7590
7598
|
return {
|
|
7591
|
-
validate: (
|
|
7592
|
-
increment:
|
|
7599
|
+
validate: (ae) => m.isValidPartialNumber(ae, t, r),
|
|
7600
|
+
increment: X,
|
|
7593
7601
|
incrementToMax: P,
|
|
7594
7602
|
decrement: I,
|
|
7595
|
-
decrementToMin:
|
|
7603
|
+
decrementToMin: ne,
|
|
7596
7604
|
canIncrement: oe,
|
|
7597
7605
|
canDecrement: ge,
|
|
7598
7606
|
minValue: t,
|
|
@@ -7600,7 +7608,7 @@ function G$(e) {
|
|
|
7600
7608
|
numberValue: N,
|
|
7601
7609
|
setInputValue: g,
|
|
7602
7610
|
inputValue: b,
|
|
7603
|
-
commit:
|
|
7611
|
+
commit: Q
|
|
7604
7612
|
};
|
|
7605
7613
|
}
|
|
7606
7614
|
function no(e, t, r) {
|
|
@@ -7628,7 +7636,9 @@ function Bu(e) {
|
|
|
7628
7636
|
);
|
|
7629
7637
|
}
|
|
7630
7638
|
const q$ = D.div`
|
|
7631
|
-
|
|
7639
|
+
/*
|
|
7640
|
+
--border-color: ${l.color_outline_secondary_enabled};
|
|
7641
|
+
*/
|
|
7632
7642
|
display: inline-grid;
|
|
7633
7643
|
grid-template:
|
|
7634
7644
|
'field increment'
|
|
@@ -7636,18 +7646,26 @@ const q$ = D.div`
|
|
|
7636
7646
|
border-radius: ${l.border_radius_400};
|
|
7637
7647
|
|
|
7638
7648
|
&:hover {
|
|
7639
|
-
--border-color: ${l.color_outline_secondary_hover};
|
|
7649
|
+
--input-border-color: ${l.color_outline_secondary_hover};
|
|
7640
7650
|
background-color: ${l.color_overlay_secondary_hover};
|
|
7641
7651
|
}
|
|
7642
7652
|
|
|
7643
7653
|
&:focus-within {
|
|
7644
7654
|
background-color: ${l.color_overlay_secondary_enabled};
|
|
7645
7655
|
outline: 1px solid black;
|
|
7646
|
-
--border-color: ${l.color_black};
|
|
7656
|
+
--input-border-color: ${l.color_black};
|
|
7657
|
+
}
|
|
7658
|
+
|
|
7659
|
+
&:has(input[data-state~='invalid']),
|
|
7660
|
+
&:has(input:invalid) {
|
|
7661
|
+
--input-border-color: ${l.color_outline_danger_enabled};
|
|
7647
7662
|
}
|
|
7648
7663
|
`, Y$ = D(kr)`
|
|
7649
7664
|
border-top-right-radius: 0;
|
|
7650
|
-
border-color: var(
|
|
7665
|
+
border-color: var(
|
|
7666
|
+
--input-border-color,
|
|
7667
|
+
${l.color_outline_secondary_enabled}
|
|
7668
|
+
);
|
|
7651
7669
|
border-bottom-right-radius: 0;
|
|
7652
7670
|
border-right-width: 1px;
|
|
7653
7671
|
border-right-color: transparent;
|
|
@@ -7665,11 +7683,10 @@ const q$ = D.div`
|
|
|
7665
7683
|
touch-action: none;
|
|
7666
7684
|
-webkit-tap-highlight-color: transparent;
|
|
7667
7685
|
border: none;
|
|
7668
|
-
border-right: 1px solid var(--border-color);
|
|
7686
|
+
border-right: 1px solid var(--input-border-color);
|
|
7669
7687
|
border-left-width: 0px;
|
|
7670
7688
|
border-left-color: transparent;
|
|
7671
|
-
|
|
7672
|
-
background-color: ${l.color_white}
|
|
7689
|
+
background-color: ${l.color_white};
|
|
7673
7690
|
|
|
7674
7691
|
transition-property: ${l.transition_property_color};
|
|
7675
7692
|
transition-duration: ${l.transition_duration_150};
|
|
@@ -7683,7 +7700,6 @@ const q$ = D.div`
|
|
|
7683
7700
|
&[data-state~='pressed'] {
|
|
7684
7701
|
background: ${l.color_fill_secondary_pressed};
|
|
7685
7702
|
color: ${l.color_fill_primary_enabled};
|
|
7686
|
-
border-color: transparent;
|
|
7687
7703
|
outline: none;
|
|
7688
7704
|
}
|
|
7689
7705
|
|
|
@@ -7700,14 +7716,14 @@ const q$ = D.div`
|
|
|
7700
7716
|
}
|
|
7701
7717
|
`, X$ = D(Uu)`
|
|
7702
7718
|
border-radius: unset;
|
|
7703
|
-
border-top: 1px solid var(--border-color);
|
|
7719
|
+
border-top: 1px solid var(--input-border-color);
|
|
7704
7720
|
border-top-right-radius: ${l.border_radius_400};
|
|
7705
7721
|
border-bottom-width: 0.5px;
|
|
7706
|
-
grid-area: increment;
|
|
7707
7722
|
margin-bottom: -0.5px;
|
|
7723
|
+
grid-area: increment;
|
|
7708
7724
|
`, Z$ = D(Uu)`
|
|
7709
7725
|
border-radius: unset;
|
|
7710
|
-
border-bottom: 1px solid var(--border-color);
|
|
7726
|
+
border-bottom: 1px solid var(--input-border-color);
|
|
7711
7727
|
border-bottom-right-radius: ${l.border_radius_400};
|
|
7712
7728
|
border-top-color: transparent;
|
|
7713
7729
|
border-top-width: 0.5px;
|
|
@@ -7738,77 +7754,86 @@ const Wu = L(
|
|
|
7738
7754
|
max: p,
|
|
7739
7755
|
locale: b = "en-US",
|
|
7740
7756
|
...g
|
|
7741
|
-
} = e, m = Rt(), h = n ?? m, $ = $t(t),
|
|
7757
|
+
} = e, m = Rt(), h = n ?? m, $ = o, y = a, w = $t(t), v = G$({
|
|
7742
7758
|
...g,
|
|
7743
7759
|
isDisabled: h,
|
|
7744
|
-
isReadOnly:
|
|
7745
|
-
isRequired:
|
|
7760
|
+
isReadOnly: $,
|
|
7761
|
+
isRequired: y,
|
|
7746
7762
|
minValue: f,
|
|
7747
7763
|
maxValue: p,
|
|
7748
7764
|
placeholder: u,
|
|
7749
7765
|
locale: b
|
|
7750
7766
|
}), {
|
|
7751
|
-
labelProps:
|
|
7752
|
-
groupProps:
|
|
7753
|
-
inputProps:
|
|
7754
|
-
incrementButtonProps:
|
|
7755
|
-
decrementButtonProps:
|
|
7756
|
-
descriptionProps:
|
|
7757
|
-
errorMessageProps:
|
|
7767
|
+
labelProps: R,
|
|
7768
|
+
groupProps: z,
|
|
7769
|
+
inputProps: C,
|
|
7770
|
+
incrementButtonProps: N,
|
|
7771
|
+
decrementButtonProps: M,
|
|
7772
|
+
descriptionProps: Q,
|
|
7773
|
+
errorMessageProps: S
|
|
7758
7774
|
} = H$(
|
|
7759
7775
|
{
|
|
7760
7776
|
...g,
|
|
7761
7777
|
isDisabled: h,
|
|
7762
|
-
isReadOnly:
|
|
7763
|
-
isRequired:
|
|
7778
|
+
isReadOnly: $,
|
|
7779
|
+
isRequired: y,
|
|
7764
7780
|
minValue: f,
|
|
7765
7781
|
maxValue: p,
|
|
7766
7782
|
placeholder: u,
|
|
7767
7783
|
label: s
|
|
7768
7784
|
},
|
|
7769
|
-
|
|
7770
|
-
|
|
7785
|
+
v,
|
|
7786
|
+
w
|
|
7771
7787
|
);
|
|
7772
|
-
let
|
|
7773
|
-
typeof s == "string" ?
|
|
7774
|
-
const
|
|
7775
|
-
const { formatOptions:
|
|
7776
|
-
if ((
|
|
7777
|
-
const
|
|
7778
|
-
|
|
7779
|
-
|
|
7780
|
-
),
|
|
7781
|
-
let
|
|
7782
|
-
if (
|
|
7783
|
-
const
|
|
7784
|
-
if (
|
|
7785
|
-
const
|
|
7786
|
-
|
|
7788
|
+
let X = null;
|
|
7789
|
+
typeof s == "string" ? X = /* @__PURE__ */ E(yt, { ...R, children: s }) : Et(s) && (X = Ot(s, { ...R }));
|
|
7790
|
+
const I = (P) => {
|
|
7791
|
+
const { formatOptions: ne } = e;
|
|
7792
|
+
if ((ne == null ? void 0 : ne.style) === "unit") {
|
|
7793
|
+
const ge = Intl.NumberFormat(b, ne), _e = ge.formatToParts(1).filter((j) => j.type === "unit"), ae = ge.formatToParts(3).filter((j) => j.type === "unit"), T = bs(
|
|
7794
|
+
_e,
|
|
7795
|
+
v.inputValue
|
|
7796
|
+
), A = bs(ae, v.inputValue);
|
|
7797
|
+
let B;
|
|
7798
|
+
if (T && T > -1 ? B = T : A && A > -1 && (B = A), B) {
|
|
7799
|
+
const j = P.target.selectionStart;
|
|
7800
|
+
if (j && j > B) {
|
|
7801
|
+
const K = B - 1;
|
|
7802
|
+
P.target.setSelectionRange(K, K);
|
|
7787
7803
|
}
|
|
7788
7804
|
}
|
|
7789
7805
|
}
|
|
7790
7806
|
};
|
|
7791
7807
|
return /* @__PURE__ */ le(Sr, { children: [
|
|
7792
|
-
|
|
7793
|
-
d ? /* @__PURE__ */ le(q$, { ...
|
|
7808
|
+
X,
|
|
7809
|
+
d ? /* @__PURE__ */ le(q$, { ...z, children: [
|
|
7794
7810
|
/* @__PURE__ */ E(
|
|
7795
7811
|
Y$,
|
|
7796
7812
|
{
|
|
7797
|
-
...
|
|
7813
|
+
...C,
|
|
7798
7814
|
paddingSize: i,
|
|
7799
|
-
ref:
|
|
7800
|
-
onClick:
|
|
7801
|
-
onFocus:
|
|
7815
|
+
ref: w,
|
|
7816
|
+
onClick: I,
|
|
7817
|
+
onFocus: I,
|
|
7818
|
+
required: a
|
|
7802
7819
|
}
|
|
7803
7820
|
),
|
|
7804
|
-
/* @__PURE__ */ E(X$, { ...
|
|
7805
|
-
/* @__PURE__ */ E(Z$, { ...
|
|
7806
|
-
] }) : /* @__PURE__ */ E(
|
|
7807
|
-
|
|
7821
|
+
/* @__PURE__ */ E(X$, { ...N, children: /* @__PURE__ */ E(zb, {}) }),
|
|
7822
|
+
/* @__PURE__ */ E(Z$, { ...M, children: /* @__PURE__ */ E(Lb, {}) })
|
|
7823
|
+
] }) : /* @__PURE__ */ E(
|
|
7824
|
+
kr,
|
|
7825
|
+
{
|
|
7826
|
+
ref: w,
|
|
7827
|
+
...C,
|
|
7828
|
+
paddingSize: i,
|
|
7829
|
+
required: a
|
|
7830
|
+
}
|
|
7831
|
+
),
|
|
7832
|
+
c ? /* @__PURE__ */ le(Sn, { ...S, children: [
|
|
7808
7833
|
/* @__PURE__ */ E(bn, {}),
|
|
7809
7834
|
c
|
|
7810
7835
|
] }) : null,
|
|
7811
|
-
r ? /* @__PURE__ */ E(En, { ...
|
|
7836
|
+
r ? /* @__PURE__ */ E(En, { ...Q, children: r }) : null
|
|
7812
7837
|
] });
|
|
7813
7838
|
}
|
|
7814
7839
|
);
|
|
@@ -7837,10 +7862,10 @@ const Hu = L((e, t) => {
|
|
|
7837
7862
|
},
|
|
7838
7863
|
p
|
|
7839
7864
|
);
|
|
7840
|
-
let
|
|
7841
|
-
return typeof c == "string" ?
|
|
7865
|
+
let w = null;
|
|
7866
|
+
return typeof c == "string" ? w = /* @__PURE__ */ E(yt, { ...m, children: c }) : Et(c) && (w = Ot(c, { ...m })), // TODO Use a <Flex> component instead of <InputWrapper/> here? Make InputWrapper extend a Flex comp: const InputWrapper = styled(Flex)
|
|
7842
7867
|
/* @__PURE__ */ le(Sr, { children: [
|
|
7843
|
-
|
|
7868
|
+
w,
|
|
7844
7869
|
/* @__PURE__ */ E(
|
|
7845
7870
|
kr,
|
|
7846
7871
|
{
|
|
@@ -8199,7 +8224,7 @@ function my(e) {
|
|
|
8199
8224
|
};
|
|
8200
8225
|
}
|
|
8201
8226
|
function gy() {
|
|
8202
|
-
let [e, t] =
|
|
8227
|
+
let [e, t] = Z(hs);
|
|
8203
8228
|
return q(() => {
|
|
8204
8229
|
let r = () => t(hs);
|
|
8205
8230
|
return vs.add(r), () => {
|
|
@@ -9694,7 +9719,7 @@ function vy() {
|
|
|
9694
9719
|
}
|
|
9695
9720
|
const $y = 800;
|
|
9696
9721
|
function yy(e) {
|
|
9697
|
-
let [t, r] =
|
|
9722
|
+
let [t, r] = Z(!1), n = F({
|
|
9698
9723
|
x: 0,
|
|
9699
9724
|
y: 0,
|
|
9700
9725
|
dragOverElements: /* @__PURE__ */ new Set(),
|
|
@@ -10013,6 +10038,12 @@ const oa = {
|
|
|
10013
10038
|
line-height: 0;
|
|
10014
10039
|
font-size: ${l.font_size_200};
|
|
10015
10040
|
}
|
|
10041
|
+
|
|
10042
|
+
/* Prevent absolutely position screen reader element from causing overflow issues */
|
|
10043
|
+
& span[style] {
|
|
10044
|
+
bottom: 0;
|
|
10045
|
+
right: 0;
|
|
10046
|
+
}
|
|
10016
10047
|
`, Vy = D(Rn)`
|
|
10017
10048
|
background: ${l.color_fill_primary_enabled};
|
|
10018
10049
|
color: ${l.color_white};
|
|
@@ -10098,9 +10129,9 @@ const oa = {
|
|
|
10098
10129
|
} = e, { buttonProps: p, isPressed: b } = Ya(
|
|
10099
10130
|
{ onPress: c, isDisabled: s, autoFocus: u, ...f },
|
|
10100
10131
|
r
|
|
10101
|
-
), { isFocusVisible: g, focusProps: m } = Tn({ autoFocus: u }), y = [g ? "focused" : void 0, b ? "pressed" : void 0].filter(Boolean).join(" "),
|
|
10132
|
+
), { isFocusVisible: g, focusProps: m } = Tn({ autoFocus: u }), y = [g ? "focused" : void 0, b ? "pressed" : void 0].filter(Boolean).join(" "), w = Uy[a], v = Af[i], R = oa[o];
|
|
10102
10133
|
return /* @__PURE__ */ E(
|
|
10103
|
-
|
|
10134
|
+
w,
|
|
10104
10135
|
{
|
|
10105
10136
|
ref: r,
|
|
10106
10137
|
"data-state": y,
|
|
@@ -10316,13 +10347,13 @@ function ai(e) {
|
|
|
10316
10347
|
ref: y
|
|
10317
10348
|
}, h);
|
|
10318
10349
|
}), u = e + "CollectionItemSlot", d = "data-radix-collection-item", f = /* @__PURE__ */ ce.forwardRef((b, g) => {
|
|
10319
|
-
const { scope: m, children: h, ...$ } = b, y = ce.useRef(null),
|
|
10350
|
+
const { scope: m, children: h, ...$ } = b, y = ce.useRef(null), w = pe(g, y), v = a(u, m);
|
|
10320
10351
|
return ce.useEffect(() => (v.itemMap.set(y, {
|
|
10321
10352
|
ref: y,
|
|
10322
10353
|
...$
|
|
10323
10354
|
}), () => void v.itemMap.delete(y))), /* @__PURE__ */ ce.createElement(Ct, {
|
|
10324
10355
|
[d]: "",
|
|
10325
|
-
ref:
|
|
10356
|
+
ref: w
|
|
10326
10357
|
}, h);
|
|
10327
10358
|
});
|
|
10328
10359
|
function p(b) {
|
|
@@ -10371,7 +10402,7 @@ const so = "rovingFocusGroup.onEntryFocus", i_ = {
|
|
|
10371
10402
|
prop: i,
|
|
10372
10403
|
defaultProp: s,
|
|
10373
10404
|
onChange: c
|
|
10374
|
-
}), [h, $] =
|
|
10405
|
+
}), [h, $] = Z(!1), y = Re(u), w = zf(r), v = F(!1), [R, z] = Z(0);
|
|
10375
10406
|
return q(() => {
|
|
10376
10407
|
const C = f.current;
|
|
10377
10408
|
if (C)
|
|
@@ -10406,7 +10437,7 @@ const so = "rovingFocusGroup.onEntryFocus", i_ = {
|
|
|
10406
10437
|
),
|
|
10407
10438
|
[]
|
|
10408
10439
|
)
|
|
10409
|
-
}, /* @__PURE__ */ _(
|
|
10440
|
+
}, /* @__PURE__ */ _(re.div, k({
|
|
10410
10441
|
tabIndex: h || R === 0 ? -1 : 0,
|
|
10411
10442
|
"data-orientation": n
|
|
10412
10443
|
}, d, {
|
|
@@ -10423,18 +10454,18 @@ const so = "rovingFocusGroup.onEntryFocus", i_ = {
|
|
|
10423
10454
|
if (C.target === C.currentTarget && N && !h) {
|
|
10424
10455
|
const M = new CustomEvent(so, i_);
|
|
10425
10456
|
if (C.currentTarget.dispatchEvent(M), !M.defaultPrevented) {
|
|
10426
|
-
const
|
|
10427
|
-
(
|
|
10428
|
-
), S =
|
|
10429
|
-
(
|
|
10430
|
-
),
|
|
10431
|
-
(
|
|
10457
|
+
const Q = w().filter(
|
|
10458
|
+
(ne) => ne.focusable
|
|
10459
|
+
), S = Q.find(
|
|
10460
|
+
(ne) => ne.active
|
|
10461
|
+
), X = Q.find(
|
|
10462
|
+
(ne) => ne.id === g
|
|
10432
10463
|
), P = [
|
|
10433
10464
|
S,
|
|
10434
|
-
|
|
10435
|
-
...
|
|
10465
|
+
X,
|
|
10466
|
+
...Q
|
|
10436
10467
|
].filter(Boolean).map(
|
|
10437
|
-
(
|
|
10468
|
+
(ne) => ne.ref.current
|
|
10438
10469
|
);
|
|
10439
10470
|
Lf(P);
|
|
10440
10471
|
}
|
|
@@ -10460,7 +10491,7 @@ const so = "rovingFocusGroup.onEntryFocus", i_ = {
|
|
|
10460
10491
|
id: i,
|
|
10461
10492
|
focusable: n,
|
|
10462
10493
|
active: o
|
|
10463
|
-
}, /* @__PURE__ */ _(
|
|
10494
|
+
}, /* @__PURE__ */ _(re.span, k({
|
|
10464
10495
|
tabIndex: c ? 0 : -1,
|
|
10465
10496
|
"data-orientation": s.orientation
|
|
10466
10497
|
}, a, {
|
|
@@ -10551,7 +10582,7 @@ const Mf = u_, Ff = b_, Vf = "Tabs", [$_, Gk] = Oe(Vf, [
|
|
|
10551
10582
|
orientation: i,
|
|
10552
10583
|
dir: d,
|
|
10553
10584
|
activationMode: c
|
|
10554
|
-
}, /* @__PURE__ */ _(
|
|
10585
|
+
}, /* @__PURE__ */ _(re.div, k({
|
|
10555
10586
|
dir: d,
|
|
10556
10587
|
"data-orientation": i
|
|
10557
10588
|
}, u, {
|
|
@@ -10565,7 +10596,7 @@ const Mf = u_, Ff = b_, Vf = "Tabs", [$_, Gk] = Oe(Vf, [
|
|
|
10565
10596
|
orientation: a.orientation,
|
|
10566
10597
|
dir: a.dir,
|
|
10567
10598
|
loop: n
|
|
10568
|
-
}), /* @__PURE__ */ _(
|
|
10599
|
+
}), /* @__PURE__ */ _(re.div, k({
|
|
10569
10600
|
role: "tablist",
|
|
10570
10601
|
"aria-orientation": a.orientation
|
|
10571
10602
|
}, o, {
|
|
@@ -10578,7 +10609,7 @@ const Mf = u_, Ff = b_, Vf = "Tabs", [$_, Gk] = Oe(Vf, [
|
|
|
10578
10609
|
}, s, {
|
|
10579
10610
|
focusable: !o,
|
|
10580
10611
|
active: d
|
|
10581
|
-
}), /* @__PURE__ */ _(
|
|
10612
|
+
}), /* @__PURE__ */ _(re.button, k({
|
|
10582
10613
|
type: "button",
|
|
10583
10614
|
role: "tab",
|
|
10584
10615
|
"aria-selected": d,
|
|
@@ -10615,7 +10646,7 @@ const Mf = u_, Ff = b_, Vf = "Tabs", [$_, Gk] = Oe(Vf, [
|
|
|
10615
10646
|
{
|
|
10616
10647
|
present: o || d
|
|
10617
10648
|
},
|
|
10618
|
-
({ present: p }) => /* @__PURE__ */ _(
|
|
10649
|
+
({ present: p }) => /* @__PURE__ */ _(re.div, k({
|
|
10619
10650
|
"data-state": d ? "active" : "inactive",
|
|
10620
10651
|
"data-orientation": s.orientation,
|
|
10621
10652
|
role: "tabpanel",
|
|
@@ -10707,7 +10738,7 @@ const E_ = __, C_ = w_, D_ = P_, O_ = S_, qk = D(E_)`
|
|
|
10707
10738
|
"aria-orientation": a === "vertical" ? a : void 0,
|
|
10708
10739
|
role: "separator"
|
|
10709
10740
|
};
|
|
10710
|
-
return /* @__PURE__ */ _(
|
|
10741
|
+
return /* @__PURE__ */ _(re.div, k({
|
|
10711
10742
|
"data-orientation": a
|
|
10712
10743
|
}, s, o, {
|
|
10713
10744
|
ref: t
|
|
@@ -10732,7 +10763,7 @@ function Wf(e) {
|
|
|
10732
10763
|
const N_ = Uf, Hf = "ToastProvider", [ci, z_, L_] = ai("Toast"), [Gf, Jk] = Oe("Toast", [
|
|
10733
10764
|
L_
|
|
10734
10765
|
]), [M_, zn] = Gf(Hf), qf = (e) => {
|
|
10735
|
-
const { __scopeToast: t, label: r = "Notification", duration: n = 5e3, swipeDirection: o = "right", swipeThreshold: a = 50, children: i } = e, [s, c] =
|
|
10766
|
+
const { __scopeToast: t, label: r = "Notification", duration: n = 5e3, swipeDirection: o = "right", swipeThreshold: a = 50, children: i } = e, [s, c] = Z(null), [u, d] = Z(0), f = F(!1), p = F(!1);
|
|
10736
10767
|
return /* @__PURE__ */ _(ci.Provider, {
|
|
10737
10768
|
scope: t
|
|
10738
10769
|
}, /* @__PURE__ */ _(M_, {
|
|
@@ -10791,18 +10822,18 @@ const F_ = "ToastViewport", V_ = [
|
|
|
10791
10822
|
const z = new CustomEvent(sa);
|
|
10792
10823
|
$.dispatchEvent(z), i.isClosePausedRef.current = !0;
|
|
10793
10824
|
}
|
|
10794
|
-
},
|
|
10825
|
+
}, w = () => {
|
|
10795
10826
|
if (i.isClosePausedRef.current) {
|
|
10796
10827
|
const z = new CustomEvent(ca);
|
|
10797
10828
|
$.dispatchEvent(z), i.isClosePausedRef.current = !1;
|
|
10798
10829
|
}
|
|
10799
10830
|
}, v = (z) => {
|
|
10800
|
-
!h.contains(z.relatedTarget) &&
|
|
10831
|
+
!h.contains(z.relatedTarget) && w();
|
|
10801
10832
|
}, R = () => {
|
|
10802
|
-
h.contains(document.activeElement) ||
|
|
10833
|
+
h.contains(document.activeElement) || w();
|
|
10803
10834
|
};
|
|
10804
|
-
return h.addEventListener("focusin", y), h.addEventListener("focusout", v), h.addEventListener("pointermove", y), h.addEventListener("pointerleave", R), window.addEventListener("blur", y), window.addEventListener("focus",
|
|
10805
|
-
h.removeEventListener("focusin", y), h.removeEventListener("focusout", v), h.removeEventListener("pointermove", y), h.removeEventListener("pointerleave", R), window.removeEventListener("blur", y), window.removeEventListener("focus",
|
|
10835
|
+
return h.addEventListener("focusin", y), h.addEventListener("focusout", v), h.addEventListener("pointermove", y), h.addEventListener("pointerleave", R), window.addEventListener("blur", y), window.addEventListener("focus", w), () => {
|
|
10836
|
+
h.removeEventListener("focusin", y), h.removeEventListener("focusout", v), h.removeEventListener("pointermove", y), h.removeEventListener("pointerleave", R), window.removeEventListener("blur", y), window.removeEventListener("focus", w);
|
|
10806
10837
|
};
|
|
10807
10838
|
}
|
|
10808
10839
|
}, [
|
|
@@ -10810,8 +10841,8 @@ const F_ = "ToastViewport", V_ = [
|
|
|
10810
10841
|
i.isClosePausedRef
|
|
10811
10842
|
]);
|
|
10812
10843
|
const m = H(({ tabbingDirection: h }) => {
|
|
10813
|
-
const y = s().map((
|
|
10814
|
-
const v =
|
|
10844
|
+
const y = s().map((w) => {
|
|
10845
|
+
const v = w.ref.current, R = [
|
|
10815
10846
|
v,
|
|
10816
10847
|
...rx(v)
|
|
10817
10848
|
];
|
|
@@ -10825,20 +10856,20 @@ const F_ = "ToastViewport", V_ = [
|
|
|
10825
10856
|
const h = f.current;
|
|
10826
10857
|
if (h) {
|
|
10827
10858
|
const $ = (y) => {
|
|
10828
|
-
const
|
|
10829
|
-
if (y.key === "Tab" && !
|
|
10859
|
+
const w = y.altKey || y.ctrlKey || y.metaKey;
|
|
10860
|
+
if (y.key === "Tab" && !w) {
|
|
10830
10861
|
const N = document.activeElement, M = y.shiftKey;
|
|
10831
10862
|
if (y.target === h && M) {
|
|
10832
10863
|
var R;
|
|
10833
10864
|
(R = u.current) === null || R === void 0 || R.focus();
|
|
10834
10865
|
return;
|
|
10835
10866
|
}
|
|
10836
|
-
const
|
|
10867
|
+
const X = m({
|
|
10837
10868
|
tabbingDirection: M ? "backwards" : "forwards"
|
|
10838
|
-
}), I =
|
|
10869
|
+
}), I = X.findIndex(
|
|
10839
10870
|
(P) => P === N
|
|
10840
10871
|
);
|
|
10841
|
-
if (co(
|
|
10872
|
+
if (co(X.slice(I + 1)))
|
|
10842
10873
|
y.preventDefault();
|
|
10843
10874
|
else {
|
|
10844
10875
|
var z, C;
|
|
@@ -10869,7 +10900,7 @@ const F_ = "ToastViewport", V_ = [
|
|
|
10869
10900
|
}
|
|
10870
10901
|
}), /* @__PURE__ */ _(ci.Slot, {
|
|
10871
10902
|
scope: r
|
|
10872
|
-
}, /* @__PURE__ */ _(
|
|
10903
|
+
}, /* @__PURE__ */ _(re.ol, k({
|
|
10873
10904
|
tabIndex: -1
|
|
10874
10905
|
}, a, {
|
|
10875
10906
|
ref: p
|
|
@@ -10932,13 +10963,13 @@ const F_ = "ToastViewport", V_ = [
|
|
|
10932
10963
|
onClose() {
|
|
10933
10964
|
}
|
|
10934
10965
|
}), Yf = /* @__PURE__ */ L((e, t) => {
|
|
10935
|
-
const { __scopeToast: r, type: n = "foreground", duration: o, open: a, onClose: i, onEscapeKeyDown: s, onPause: c, onResume: u, onSwipeStart: d, onSwipeMove: f, onSwipeCancel: p, onSwipeEnd: b, ...g } = e, m = zn(Ln, r), [h, $] =
|
|
10966
|
+
const { __scopeToast: r, type: n = "foreground", duration: o, open: a, onClose: i, onEscapeKeyDown: s, onPause: c, onResume: u, onSwipeStart: d, onSwipeMove: f, onSwipeCancel: p, onSwipeEnd: b, ...g } = e, m = zn(Ln, r), [h, $] = Z(null), y = pe(
|
|
10936
10967
|
t,
|
|
10937
10968
|
(P) => $(P)
|
|
10938
|
-
),
|
|
10969
|
+
), w = F(null), v = F(null), R = o || m.duration, z = F(0), C = F(R), N = F(0), { onToastAdd: M, onToastRemove: Q } = m, S = Re(() => {
|
|
10939
10970
|
var P;
|
|
10940
10971
|
(h == null ? void 0 : h.contains(document.activeElement)) && ((P = m.viewport) === null || P === void 0 || P.focus()), i();
|
|
10941
|
-
}),
|
|
10972
|
+
}), X = H((P) => {
|
|
10942
10973
|
!P || P === 1 / 0 || (window.clearTimeout(N.current), z.current = new Date().getTime(), N.current = window.setTimeout(S, P));
|
|
10943
10974
|
}, [
|
|
10944
10975
|
S
|
|
@@ -10946,14 +10977,14 @@ const F_ = "ToastViewport", V_ = [
|
|
|
10946
10977
|
q(() => {
|
|
10947
10978
|
const P = m.viewport;
|
|
10948
10979
|
if (P) {
|
|
10949
|
-
const
|
|
10950
|
-
|
|
10980
|
+
const ne = () => {
|
|
10981
|
+
X(C.current), u == null || u();
|
|
10951
10982
|
}, oe = () => {
|
|
10952
10983
|
const ge = new Date().getTime() - z.current;
|
|
10953
10984
|
C.current = C.current - ge, window.clearTimeout(N.current), c == null || c();
|
|
10954
10985
|
};
|
|
10955
|
-
return P.addEventListener(sa, oe), P.addEventListener(ca,
|
|
10956
|
-
P.removeEventListener(sa, oe), P.removeEventListener(ca,
|
|
10986
|
+
return P.addEventListener(sa, oe), P.addEventListener(ca, ne), () => {
|
|
10987
|
+
P.removeEventListener(sa, oe), P.removeEventListener(ca, ne);
|
|
10957
10988
|
};
|
|
10958
10989
|
}
|
|
10959
10990
|
}, [
|
|
@@ -10961,17 +10992,17 @@ const F_ = "ToastViewport", V_ = [
|
|
|
10961
10992
|
R,
|
|
10962
10993
|
c,
|
|
10963
10994
|
u,
|
|
10964
|
-
|
|
10995
|
+
X
|
|
10965
10996
|
]), q(() => {
|
|
10966
|
-
a && !m.isClosePausedRef.current &&
|
|
10997
|
+
a && !m.isClosePausedRef.current && X(R);
|
|
10967
10998
|
}, [
|
|
10968
10999
|
a,
|
|
10969
11000
|
R,
|
|
10970
11001
|
m.isClosePausedRef,
|
|
10971
|
-
|
|
10972
|
-
]), q(() => (M(), () =>
|
|
11002
|
+
X
|
|
11003
|
+
]), q(() => (M(), () => Q()), [
|
|
10973
11004
|
M,
|
|
10974
|
-
|
|
11005
|
+
Q
|
|
10975
11006
|
]);
|
|
10976
11007
|
const I = we(() => h ? Qf(h) : null, [
|
|
10977
11008
|
h
|
|
@@ -10991,7 +11022,7 @@ const F_ = "ToastViewport", V_ = [
|
|
|
10991
11022
|
onEscapeKeyDown: G(s, () => {
|
|
10992
11023
|
m.isFocusedToastEscapeKeyDownRef.current || S(), m.isFocusedToastEscapeKeyDownRef.current = !1;
|
|
10993
11024
|
})
|
|
10994
|
-
}, /* @__PURE__ */ _(
|
|
11025
|
+
}, /* @__PURE__ */ _(re.li, k({
|
|
10995
11026
|
// Ensure toasts are announced as status list or status when focused
|
|
10996
11027
|
role: "status",
|
|
10997
11028
|
"aria-live": "off",
|
|
@@ -11010,47 +11041,47 @@ const F_ = "ToastViewport", V_ = [
|
|
|
11010
11041
|
P.key === "Escape" && (s == null || s(P.nativeEvent), P.nativeEvent.defaultPrevented || (m.isFocusedToastEscapeKeyDownRef.current = !0, S()));
|
|
11011
11042
|
}),
|
|
11012
11043
|
onPointerDown: G(e.onPointerDown, (P) => {
|
|
11013
|
-
P.button === 0 && (
|
|
11044
|
+
P.button === 0 && (w.current = {
|
|
11014
11045
|
x: P.clientX,
|
|
11015
11046
|
y: P.clientY
|
|
11016
11047
|
});
|
|
11017
11048
|
}),
|
|
11018
11049
|
onPointerMove: G(e.onPointerMove, (P) => {
|
|
11019
|
-
if (!
|
|
11050
|
+
if (!w.current)
|
|
11020
11051
|
return;
|
|
11021
|
-
const
|
|
11052
|
+
const ne = P.clientX - w.current.x, oe = P.clientY - w.current.y, ge = Boolean(v.current), _e = [
|
|
11022
11053
|
"left",
|
|
11023
11054
|
"right"
|
|
11024
|
-
].includes(m.swipeDirection),
|
|
11055
|
+
].includes(m.swipeDirection), ae = [
|
|
11025
11056
|
"left",
|
|
11026
11057
|
"up"
|
|
11027
|
-
].includes(m.swipeDirection) ? Math.min : Math.max,
|
|
11028
|
-
x:
|
|
11058
|
+
].includes(m.swipeDirection) ? Math.min : Math.max, T = _e ? ae(0, ne) : 0, A = _e ? 0 : ae(0, oe), B = P.pointerType === "touch" ? 10 : 2, j = {
|
|
11059
|
+
x: T,
|
|
11029
11060
|
y: A
|
|
11030
|
-
},
|
|
11061
|
+
}, K = {
|
|
11031
11062
|
originalEvent: P,
|
|
11032
|
-
delta:
|
|
11063
|
+
delta: j
|
|
11033
11064
|
};
|
|
11034
|
-
ge ? (v.current =
|
|
11065
|
+
ge ? (v.current = j, Kr(U_, f, K, {
|
|
11035
11066
|
discrete: !1
|
|
11036
|
-
})) : _s(
|
|
11067
|
+
})) : _s(j, m.swipeDirection, B) ? (v.current = j, Kr(B_, d, K, {
|
|
11037
11068
|
discrete: !1
|
|
11038
|
-
}), P.target.setPointerCapture(P.pointerId)) : (Math.abs(
|
|
11069
|
+
}), P.target.setPointerCapture(P.pointerId)) : (Math.abs(ne) > B || Math.abs(oe) > B) && (w.current = null);
|
|
11039
11070
|
}),
|
|
11040
11071
|
onPointerUp: G(e.onPointerUp, (P) => {
|
|
11041
|
-
const
|
|
11042
|
-
if (oe.hasPointerCapture(P.pointerId) && oe.releasePointerCapture(P.pointerId), v.current = null,
|
|
11043
|
-
const ge = P.currentTarget,
|
|
11072
|
+
const ne = v.current, oe = P.target;
|
|
11073
|
+
if (oe.hasPointerCapture(P.pointerId) && oe.releasePointerCapture(P.pointerId), v.current = null, w.current = null, ne) {
|
|
11074
|
+
const ge = P.currentTarget, _e = {
|
|
11044
11075
|
originalEvent: P,
|
|
11045
|
-
delta:
|
|
11076
|
+
delta: ne
|
|
11046
11077
|
};
|
|
11047
|
-
_s(
|
|
11078
|
+
_s(ne, m.swipeDirection, m.swipeThreshold) ? Kr(H_, b, _e, {
|
|
11048
11079
|
discrete: !0
|
|
11049
|
-
}) : Kr(W_, p,
|
|
11080
|
+
}) : Kr(W_, p, _e, {
|
|
11050
11081
|
discrete: !0
|
|
11051
11082
|
}), ge.addEventListener(
|
|
11052
11083
|
"click",
|
|
11053
|
-
(
|
|
11084
|
+
(ae) => ae.preventDefault(),
|
|
11054
11085
|
{
|
|
11055
11086
|
once: !0
|
|
11056
11087
|
}
|
|
@@ -11072,7 +11103,7 @@ Yf.propTypes = {
|
|
|
11072
11103
|
}
|
|
11073
11104
|
};
|
|
11074
11105
|
const X_ = (e) => {
|
|
11075
|
-
const { __scopeToast: t, children: r, ...n } = e, o = zn(Ln, t), [a, i] =
|
|
11106
|
+
const { __scopeToast: t, children: r, ...n } = e, o = zn(Ln, t), [a, i] = Z(!1), [s, c] = Z(!1);
|
|
11076
11107
|
return ex(
|
|
11077
11108
|
() => i(!0)
|
|
11078
11109
|
), q(() => {
|
|
@@ -11086,7 +11117,7 @@ const X_ = (e) => {
|
|
|
11086
11117
|
}, /* @__PURE__ */ _(gn, n, a && /* @__PURE__ */ _(gt, null, o.label, " ", r)));
|
|
11087
11118
|
}, Z_ = /* @__PURE__ */ L((e, t) => {
|
|
11088
11119
|
const { __scopeToast: r, ...n } = e;
|
|
11089
|
-
return /* @__PURE__ */ _(
|
|
11120
|
+
return /* @__PURE__ */ _(re.div, k({}, n, {
|
|
11090
11121
|
ref: t
|
|
11091
11122
|
}));
|
|
11092
11123
|
}), J_ = "ToastAction", Xf = /* @__PURE__ */ L((e, t) => {
|
|
@@ -11107,7 +11138,7 @@ const Q_ = "ToastClose", Zf = /* @__PURE__ */ L((e, t) => {
|
|
|
11107
11138
|
const { __scopeToast: r, ...n } = e, o = Y_(Q_, r);
|
|
11108
11139
|
return /* @__PURE__ */ _(Jf, {
|
|
11109
11140
|
asChild: !0
|
|
11110
|
-
}, /* @__PURE__ */ _(
|
|
11141
|
+
}, /* @__PURE__ */ _(re.button, k({
|
|
11111
11142
|
type: "button"
|
|
11112
11143
|
}, n, {
|
|
11113
11144
|
ref: t,
|
|
@@ -11115,7 +11146,7 @@ const Q_ = "ToastClose", Zf = /* @__PURE__ */ L((e, t) => {
|
|
|
11115
11146
|
})));
|
|
11116
11147
|
}), Jf = /* @__PURE__ */ L((e, t) => {
|
|
11117
11148
|
const { __scopeToast: r, altText: n, ...o } = e;
|
|
11118
|
-
return /* @__PURE__ */ _(
|
|
11149
|
+
return /* @__PURE__ */ _(re.div, k({
|
|
11119
11150
|
"data-radix-toast-announce-exclude": "",
|
|
11120
11151
|
"data-radix-toast-announce-alt": n || void 0
|
|
11121
11152
|
}, o, {
|
|
@@ -11346,8 +11377,6 @@ const $x = D.div`
|
|
|
11346
11377
|
display: grid;
|
|
11347
11378
|
grid-template-columns: 1fr 1fr repeat(8, minmax(0, 150px)) 1fr 1fr;
|
|
11348
11379
|
column-gap: ${l.sizing_600};
|
|
11349
|
-
background-color: white; /* until app styles are sorted app */
|
|
11350
|
-
height: 100%;
|
|
11351
11380
|
`, yx = D.div`
|
|
11352
11381
|
grid-column: 3 / 11;
|
|
11353
11382
|
padding-top: ${l.sizing_450};
|
|
@@ -11477,7 +11506,7 @@ function oS({
|
|
|
11477
11506
|
] });
|
|
11478
11507
|
}
|
|
11479
11508
|
const tp = "Radio", [wx, rp] = Oe(tp), [Tx, Px] = wx(tp), kx = /* @__PURE__ */ L((e, t) => {
|
|
11480
|
-
const { __scopeRadio: r, name: n, checked: o = !1, required: a, disabled: i, value: s = "on", onCheck: c, ...u } = e, [d, f] =
|
|
11509
|
+
const { __scopeRadio: r, name: n, checked: o = !1, required: a, disabled: i, value: s = "on", onCheck: c, ...u } = e, [d, f] = Z(null), p = pe(
|
|
11481
11510
|
t,
|
|
11482
11511
|
(m) => f(m)
|
|
11483
11512
|
), b = F(!1), g = d ? Boolean(d.closest("form")) : !0;
|
|
@@ -11485,7 +11514,7 @@ const tp = "Radio", [wx, rp] = Oe(tp), [Tx, Px] = wx(tp), kx = /* @__PURE__ */ L
|
|
|
11485
11514
|
scope: r,
|
|
11486
11515
|
checked: o,
|
|
11487
11516
|
disabled: i
|
|
11488
|
-
}, /* @__PURE__ */ _(
|
|
11517
|
+
}, /* @__PURE__ */ _(re.button, k({
|
|
11489
11518
|
type: "button",
|
|
11490
11519
|
role: "radio",
|
|
11491
11520
|
"aria-checked": o,
|
|
@@ -11514,7 +11543,7 @@ const tp = "Radio", [wx, rp] = Oe(tp), [Tx, Px] = wx(tp), kx = /* @__PURE__ */ L
|
|
|
11514
11543
|
const { __scopeRadio: r, forceMount: n, ...o } = e, a = Px(Sx, r);
|
|
11515
11544
|
return /* @__PURE__ */ _(ze, {
|
|
11516
11545
|
present: n || a.checked
|
|
11517
|
-
}, /* @__PURE__ */ _(
|
|
11546
|
+
}, /* @__PURE__ */ _(re.span, k({
|
|
11518
11547
|
"data-state": np(a.checked),
|
|
11519
11548
|
"data-disabled": a.disabled ? "" : void 0
|
|
11520
11549
|
}, o, {
|
|
@@ -11581,7 +11610,7 @@ const Dx = [
|
|
|
11581
11610
|
orientation: c,
|
|
11582
11611
|
dir: g,
|
|
11583
11612
|
loop: d
|
|
11584
|
-
}), /* @__PURE__ */ _(
|
|
11613
|
+
}), /* @__PURE__ */ _(re.div, k({
|
|
11585
11614
|
role: "radiogroup",
|
|
11586
11615
|
"aria-required": i,
|
|
11587
11616
|
"aria-orientation": c,
|
|
@@ -11757,7 +11786,7 @@ const Bx = [
|
|
|
11757
11786
|
], Mn = "Select", [Fn, di, Wx] = ai(Mn), [Dr, cS] = Oe(Mn, [
|
|
11758
11787
|
Wx
|
|
11759
11788
|
]), [Hx, Qt] = Dr(Mn), [Gx, qx] = Dr(Mn), Yx = (e) => {
|
|
11760
|
-
const { __scopeSelect: t, children: r, open: n, defaultOpen: o, onOpenChange: a, value: i, defaultValue: s, onValueChange: c, dir: u, name: d, autoComplete: f, disabled: p, required: b } = e, [g, m] =
|
|
11789
|
+
const { __scopeSelect: t, children: r, open: n, defaultOpen: o, onOpenChange: a, value: i, defaultValue: s, onValueChange: c, dir: u, name: d, autoComplete: f, disabled: p, required: b } = e, [g, m] = Z(null), [h, $] = Z(null), [y, w] = Z(!1), v = An(u), [R = !1, z] = Ve({
|
|
11761
11790
|
prop: n,
|
|
11762
11791
|
defaultProp: o,
|
|
11763
11792
|
onChange: a
|
|
@@ -11765,7 +11794,7 @@ const Bx = [
|
|
|
11765
11794
|
prop: i,
|
|
11766
11795
|
defaultProp: s,
|
|
11767
11796
|
onChange: c
|
|
11768
|
-
}), M = F(null),
|
|
11797
|
+
}), M = F(null), Q = g ? Boolean(g.closest("form")) : !0, [S, X] = Z(/* @__PURE__ */ new Set()), I = Array.from(S).map(
|
|
11769
11798
|
(P) => P.props.value
|
|
11770
11799
|
).join(";");
|
|
11771
11800
|
return /* @__PURE__ */ _(Hx, {
|
|
@@ -11776,7 +11805,7 @@ const Bx = [
|
|
|
11776
11805
|
valueNode: h,
|
|
11777
11806
|
onValueNodeChange: $,
|
|
11778
11807
|
valueNodeHasChildren: y,
|
|
11779
|
-
onValueNodeHasChildrenChange:
|
|
11808
|
+
onValueNodeHasChildrenChange: w,
|
|
11780
11809
|
contentId: qe(),
|
|
11781
11810
|
value: C,
|
|
11782
11811
|
onValueChange: N,
|
|
@@ -11790,17 +11819,17 @@ const Bx = [
|
|
|
11790
11819
|
}, /* @__PURE__ */ _(Gx, {
|
|
11791
11820
|
scope: e.__scopeSelect,
|
|
11792
11821
|
onNativeOptionAdd: H((P) => {
|
|
11793
|
-
|
|
11794
|
-
(
|
|
11822
|
+
X(
|
|
11823
|
+
(ne) => new Set(ne).add(P)
|
|
11795
11824
|
);
|
|
11796
11825
|
}, []),
|
|
11797
11826
|
onNativeOptionRemove: H((P) => {
|
|
11798
|
-
|
|
11799
|
-
const oe = new Set(
|
|
11827
|
+
X((ne) => {
|
|
11828
|
+
const oe = new Set(ne);
|
|
11800
11829
|
return oe.delete(P), oe;
|
|
11801
11830
|
});
|
|
11802
11831
|
}, [])
|
|
11803
|
-
}, r)),
|
|
11832
|
+
}, r)), Q ? /* @__PURE__ */ _(dp, {
|
|
11804
11833
|
key: I,
|
|
11805
11834
|
"aria-hidden": !0,
|
|
11806
11835
|
required: b,
|
|
@@ -11824,7 +11853,7 @@ const Bx = [
|
|
|
11824
11853
|
}), p = () => {
|
|
11825
11854
|
i || (a.onOpenChange(!0), f());
|
|
11826
11855
|
};
|
|
11827
|
-
return /* @__PURE__ */ _(
|
|
11856
|
+
return /* @__PURE__ */ _(re.button, k({
|
|
11828
11857
|
type: "button",
|
|
11829
11858
|
role: "combobox",
|
|
11830
11859
|
"aria-controls": a.contentId,
|
|
@@ -11860,7 +11889,7 @@ const Bx = [
|
|
|
11860
11889
|
}, [
|
|
11861
11890
|
u,
|
|
11862
11891
|
d
|
|
11863
|
-
]), /* @__PURE__ */ _(
|
|
11892
|
+
]), /* @__PURE__ */ _(re.span, k({}, s, {
|
|
11864
11893
|
ref: f,
|
|
11865
11894
|
style: {
|
|
11866
11895
|
pointerEvents: "none"
|
|
@@ -11868,7 +11897,7 @@ const Bx = [
|
|
|
11868
11897
|
}), c.value === void 0 && i !== void 0 ? i : a);
|
|
11869
11898
|
}), e1 = /* @__PURE__ */ L((e, t) => {
|
|
11870
11899
|
const { __scopeSelect: r, children: n, ...o } = e;
|
|
11871
|
-
return /* @__PURE__ */ _(
|
|
11900
|
+
return /* @__PURE__ */ _(re.span, k({
|
|
11872
11901
|
"aria-hidden": !0
|
|
11873
11902
|
}, o, {
|
|
11874
11903
|
ref: t
|
|
@@ -11876,7 +11905,7 @@ const Bx = [
|
|
|
11876
11905
|
}), t1 = (e) => /* @__PURE__ */ _(xr, k({
|
|
11877
11906
|
asChild: !0
|
|
11878
11907
|
}, e)), ui = "SelectContent", r1 = /* @__PURE__ */ L((e, t) => {
|
|
11879
|
-
const r = Qt(ui, e.__scopeSelect), [n, o] =
|
|
11908
|
+
const r = Qt(ui, e.__scopeSelect), [n, o] = Z();
|
|
11880
11909
|
return Se(() => {
|
|
11881
11910
|
o(new DocumentFragment());
|
|
11882
11911
|
}, []), /* @__PURE__ */ _(gt, null, r.open ? /* @__PURE__ */ _(n1, k({}, e, {
|
|
@@ -11887,63 +11916,63 @@ const Bx = [
|
|
|
11887
11916
|
scope: e.__scopeSelect
|
|
11888
11917
|
}, /* @__PURE__ */ _("div", null, e.children))), n) : null);
|
|
11889
11918
|
}), lt = 10, [sp, er] = Dr(ui), n1 = /* @__PURE__ */ L((e, t) => {
|
|
11890
|
-
const { __scopeSelect: r, onCloseAutoFocus: n, ...o } = e, a = Qt(ui, r), [i, s] =
|
|
11919
|
+
const { __scopeSelect: r, onCloseAutoFocus: n, ...o } = e, a = Qt(ui, r), [i, s] = Z(null), [c, u] = Z(null), [d, f] = Z(null), p = pe(
|
|
11891
11920
|
t,
|
|
11892
|
-
(
|
|
11893
|
-
), [b, g] =
|
|
11921
|
+
(T) => u(T)
|
|
11922
|
+
), [b, g] = Z(null), [m, h] = Z(null), $ = di(r), [y, w] = Z(!1), v = F(!0), R = F(!1), z = F(!1);
|
|
11894
11923
|
q(() => {
|
|
11895
11924
|
if (c)
|
|
11896
11925
|
return Aa(c);
|
|
11897
11926
|
}, [
|
|
11898
11927
|
c
|
|
11899
11928
|
]), Ia();
|
|
11900
|
-
const [C, N] =
|
|
11929
|
+
const [C, N] = Z();
|
|
11901
11930
|
Se(() => {
|
|
11902
11931
|
c && N(window.getComputedStyle(c).zIndex);
|
|
11903
11932
|
}, [
|
|
11904
11933
|
c
|
|
11905
11934
|
]);
|
|
11906
|
-
const M = H((
|
|
11935
|
+
const M = H((T) => {
|
|
11907
11936
|
const [A, ...B] = $().map(
|
|
11908
11937
|
(Y) => Y.ref.current
|
|
11909
|
-
), [
|
|
11910
|
-
for (const Y of
|
|
11911
|
-
if (Y ===
|
|
11938
|
+
), [j] = B.slice(-1), K = document.activeElement;
|
|
11939
|
+
for (const Y of T)
|
|
11940
|
+
if (Y === K || (Y == null || Y.scrollIntoView({
|
|
11912
11941
|
block: "nearest"
|
|
11913
|
-
}), Y === A && d && (d.scrollTop = 0), Y ===
|
|
11942
|
+
}), Y === A && d && (d.scrollTop = 0), Y === j && d && (d.scrollTop = d.scrollHeight), Y == null || Y.focus(), document.activeElement !== K))
|
|
11914
11943
|
return;
|
|
11915
11944
|
}, [
|
|
11916
11945
|
$,
|
|
11917
11946
|
d
|
|
11918
|
-
]),
|
|
11947
|
+
]), Q = H(() => {
|
|
11919
11948
|
if (a.trigger && a.valueNode && i && c && d && b && m) {
|
|
11920
|
-
const
|
|
11949
|
+
const T = a.trigger.getBoundingClientRect(), A = c.getBoundingClientRect(), B = a.valueNode.getBoundingClientRect(), j = m.getBoundingClientRect();
|
|
11921
11950
|
if (a.dir !== "rtl") {
|
|
11922
|
-
const Je =
|
|
11951
|
+
const Je = j.left - A.left, Ue = B.left - Je, We = T.left - Ue, Qe = T.width + We, rr = Math.max(Qe, A.width), nr = window.innerWidth - lt, or = xs(Ue, [
|
|
11923
11952
|
lt,
|
|
11924
11953
|
nr - rr
|
|
11925
11954
|
]);
|
|
11926
11955
|
i.style.minWidth = Qe + "px", i.style.left = or + "px";
|
|
11927
11956
|
} else {
|
|
11928
|
-
const Je = A.right -
|
|
11957
|
+
const Je = A.right - j.right, Ue = window.innerWidth - B.right - Je, We = window.innerWidth - T.right - Ue, Qe = T.width + We, rr = Math.max(Qe, A.width), nr = window.innerWidth - lt, or = xs(Ue, [
|
|
11929
11958
|
lt,
|
|
11930
11959
|
nr - rr
|
|
11931
11960
|
]);
|
|
11932
11961
|
i.style.minWidth = Qe + "px", i.style.right = or + "px";
|
|
11933
11962
|
}
|
|
11934
|
-
const
|
|
11963
|
+
const K = $(), Y = window.innerHeight - lt * 2, J = d.scrollHeight, ee = window.getComputedStyle(c), te = parseInt(ee.borderTopWidth, 10), de = parseInt(ee.paddingTop, 10), se = parseInt(ee.borderBottomWidth, 10), Te = parseInt(ee.paddingBottom, 10), xe = te + de + J + Te + se, Ee = Math.min(b.offsetHeight * 5, xe), Ke = window.getComputedStyle(d), Ae = parseInt(Ke.paddingTop, 10), Be = parseInt(Ke.paddingBottom, 10), Pe = T.top + T.height / 2 - lt, ke = Y - Pe, Me = b.offsetHeight / 2, Fe = b.offsetTop + Me, it = te + de + Fe, At = xe - it;
|
|
11935
11964
|
if (it <= Pe) {
|
|
11936
|
-
const Je = b ===
|
|
11965
|
+
const Je = b === K[K.length - 1].ref.current;
|
|
11937
11966
|
i.style.bottom = "0px";
|
|
11938
11967
|
const Ue = c.clientHeight - d.offsetTop - d.offsetHeight, We = Math.max(ke, Me + (Je ? Be : 0) + Ue + se), Qe = it + We;
|
|
11939
11968
|
i.style.height = Qe + "px";
|
|
11940
11969
|
} else {
|
|
11941
|
-
const Je = b ===
|
|
11970
|
+
const Je = b === K[0].ref.current;
|
|
11942
11971
|
i.style.top = "0px";
|
|
11943
|
-
const We = Math.max(Pe,
|
|
11972
|
+
const We = Math.max(Pe, te + d.offsetTop + (Je ? Ae : 0) + Me) + At;
|
|
11944
11973
|
i.style.height = We + "px", d.scrollTop = it - Pe + d.offsetTop;
|
|
11945
11974
|
}
|
|
11946
|
-
i.style.margin = `${lt}px 0`, i.style.minHeight = Ee + "px", i.style.maxHeight = Y + "px",
|
|
11975
|
+
i.style.margin = `${lt}px 0`, i.style.minHeight = Ee + "px", i.style.maxHeight = Y + "px", w(!0), requestAnimationFrame(
|
|
11947
11976
|
() => R.current = !0
|
|
11948
11977
|
);
|
|
11949
11978
|
}
|
|
@@ -11959,9 +11988,9 @@ const Bx = [
|
|
|
11959
11988
|
a.dir
|
|
11960
11989
|
]);
|
|
11961
11990
|
Se(
|
|
11962
|
-
() =>
|
|
11991
|
+
() => Q(),
|
|
11963
11992
|
[
|
|
11964
|
-
|
|
11993
|
+
Q
|
|
11965
11994
|
]
|
|
11966
11995
|
);
|
|
11967
11996
|
const S = H(
|
|
@@ -11981,26 +12010,26 @@ const Bx = [
|
|
|
11981
12010
|
y,
|
|
11982
12011
|
S
|
|
11983
12012
|
]);
|
|
11984
|
-
const
|
|
11985
|
-
|
|
12013
|
+
const X = H((T) => {
|
|
12014
|
+
T && v.current === !0 && (Q(), S(), v.current = !1);
|
|
11986
12015
|
}, [
|
|
11987
|
-
|
|
12016
|
+
Q,
|
|
11988
12017
|
S
|
|
11989
12018
|
]), { onOpenChange: I, triggerPointerDownPosRef: P } = a;
|
|
11990
12019
|
q(() => {
|
|
11991
12020
|
if (c) {
|
|
11992
|
-
let
|
|
12021
|
+
let T = {
|
|
11993
12022
|
x: 0,
|
|
11994
12023
|
y: 0
|
|
11995
12024
|
};
|
|
11996
|
-
const A = (
|
|
11997
|
-
var
|
|
11998
|
-
|
|
11999
|
-
x: Math.abs(Math.round(
|
|
12000
|
-
y: Math.abs(Math.round(
|
|
12025
|
+
const A = (j) => {
|
|
12026
|
+
var K, Y, J, ee;
|
|
12027
|
+
T = {
|
|
12028
|
+
x: Math.abs(Math.round(j.pageX) - ((K = (Y = P.current) === null || Y === void 0 ? void 0 : Y.x) !== null && K !== void 0 ? K : 0)),
|
|
12029
|
+
y: Math.abs(Math.round(j.pageY) - ((J = (ee = P.current) === null || ee === void 0 ? void 0 : ee.y) !== null && J !== void 0 ? J : 0))
|
|
12001
12030
|
};
|
|
12002
|
-
}, B = (
|
|
12003
|
-
|
|
12031
|
+
}, B = (j) => {
|
|
12032
|
+
T.x <= 10 && T.y <= 10 ? j.preventDefault() : c.contains(j.target) || I(!1), document.removeEventListener("pointermove", A), P.current = null;
|
|
12004
12033
|
};
|
|
12005
12034
|
return P.current !== null && (document.addEventListener("pointermove", A), document.addEventListener("pointerup", B, {
|
|
12006
12035
|
capture: !0,
|
|
@@ -12016,35 +12045,35 @@ const Bx = [
|
|
|
12016
12045
|
I,
|
|
12017
12046
|
P
|
|
12018
12047
|
]), q(() => {
|
|
12019
|
-
const
|
|
12020
|
-
return window.addEventListener("blur",
|
|
12021
|
-
window.removeEventListener("blur",
|
|
12048
|
+
const T = () => I(!1);
|
|
12049
|
+
return window.addEventListener("blur", T), window.addEventListener("resize", T), () => {
|
|
12050
|
+
window.removeEventListener("blur", T), window.removeEventListener("resize", T);
|
|
12022
12051
|
};
|
|
12023
12052
|
}, [
|
|
12024
12053
|
I
|
|
12025
12054
|
]);
|
|
12026
|
-
const [
|
|
12055
|
+
const [ne, oe] = up((T) => {
|
|
12027
12056
|
const A = $().filter(
|
|
12028
|
-
(
|
|
12057
|
+
(K) => !K.disabled
|
|
12029
12058
|
), B = A.find(
|
|
12030
|
-
(
|
|
12031
|
-
),
|
|
12032
|
-
|
|
12033
|
-
() =>
|
|
12059
|
+
(K) => K.ref.current === document.activeElement
|
|
12060
|
+
), j = fp(A, T, B);
|
|
12061
|
+
j && setTimeout(
|
|
12062
|
+
() => j.ref.current.focus()
|
|
12034
12063
|
);
|
|
12035
|
-
}), ge = H((
|
|
12036
|
-
const
|
|
12037
|
-
(a.value !== void 0 && a.value === A ||
|
|
12064
|
+
}), ge = H((T, A, B) => {
|
|
12065
|
+
const j = !z.current && !B;
|
|
12066
|
+
(a.value !== void 0 && a.value === A || j) && (g(T), j && (z.current = !0));
|
|
12038
12067
|
}, [
|
|
12039
12068
|
a.value
|
|
12040
|
-
]),
|
|
12069
|
+
]), _e = H(
|
|
12041
12070
|
() => c == null ? void 0 : c.focus(),
|
|
12042
12071
|
[
|
|
12043
12072
|
c
|
|
12044
12073
|
]
|
|
12045
|
-
),
|
|
12046
|
-
const
|
|
12047
|
-
(a.value !== void 0 && a.value === A ||
|
|
12074
|
+
), ae = H((T, A, B) => {
|
|
12075
|
+
const j = !z.current && !B;
|
|
12076
|
+
(a.value !== void 0 && a.value === A || j) && h(T);
|
|
12048
12077
|
}, [
|
|
12049
12078
|
a.value
|
|
12050
12079
|
]);
|
|
@@ -12056,13 +12085,13 @@ const Bx = [
|
|
|
12056
12085
|
onViewportChange: f,
|
|
12057
12086
|
itemRefCallback: ge,
|
|
12058
12087
|
selectedItem: b,
|
|
12059
|
-
onItemLeave:
|
|
12060
|
-
itemTextRefCallback:
|
|
12088
|
+
onItemLeave: _e,
|
|
12089
|
+
itemTextRefCallback: ae,
|
|
12061
12090
|
selectedItemText: m,
|
|
12062
|
-
onScrollButtonChange:
|
|
12091
|
+
onScrollButtonChange: X,
|
|
12063
12092
|
isPositioned: y,
|
|
12064
12093
|
shouldExpandOnScrollRef: R,
|
|
12065
|
-
searchRef:
|
|
12094
|
+
searchRef: ne
|
|
12066
12095
|
}, /* @__PURE__ */ _(Ra, {
|
|
12067
12096
|
as: Ct,
|
|
12068
12097
|
allowPinchZoom: !0
|
|
@@ -12077,21 +12106,21 @@ const Bx = [
|
|
|
12077
12106
|
}, /* @__PURE__ */ _(Oa, {
|
|
12078
12107
|
asChild: !0,
|
|
12079
12108
|
trapped: a.open,
|
|
12080
|
-
onMountAutoFocus: (
|
|
12081
|
-
|
|
12109
|
+
onMountAutoFocus: (T) => {
|
|
12110
|
+
T.preventDefault();
|
|
12082
12111
|
},
|
|
12083
|
-
onUnmountAutoFocus: G(n, (
|
|
12112
|
+
onUnmountAutoFocus: G(n, (T) => {
|
|
12084
12113
|
var A;
|
|
12085
12114
|
(A = a.trigger) === null || A === void 0 || A.focus({
|
|
12086
12115
|
preventScroll: !0
|
|
12087
|
-
}),
|
|
12116
|
+
}), T.preventDefault();
|
|
12088
12117
|
})
|
|
12089
12118
|
}, /* @__PURE__ */ _(_r, k({
|
|
12090
12119
|
role: "listbox",
|
|
12091
12120
|
id: a.contentId,
|
|
12092
12121
|
"data-state": a.open ? "open" : "closed",
|
|
12093
12122
|
dir: a.dir,
|
|
12094
|
-
onContextMenu: (
|
|
12123
|
+
onContextMenu: (T) => T.preventDefault()
|
|
12095
12124
|
}, o, {
|
|
12096
12125
|
ref: p,
|
|
12097
12126
|
style: {
|
|
@@ -12105,34 +12134,34 @@ const Bx = [
|
|
|
12105
12134
|
...o.style
|
|
12106
12135
|
},
|
|
12107
12136
|
disableOutsidePointerEvents: !0,
|
|
12108
|
-
onFocusOutside: (
|
|
12137
|
+
onFocusOutside: (T) => T.preventDefault(),
|
|
12109
12138
|
onDismiss: () => a.onOpenChange(!1),
|
|
12110
|
-
onKeyDown: G(o.onKeyDown, (
|
|
12111
|
-
const A =
|
|
12112
|
-
if (
|
|
12139
|
+
onKeyDown: G(o.onKeyDown, (T) => {
|
|
12140
|
+
const A = T.ctrlKey || T.altKey || T.metaKey;
|
|
12141
|
+
if (T.key === "Tab" && T.preventDefault(), !A && T.key.length === 1 && oe(T.key), [
|
|
12113
12142
|
"ArrowUp",
|
|
12114
12143
|
"ArrowDown",
|
|
12115
12144
|
"Home",
|
|
12116
12145
|
"End"
|
|
12117
|
-
].includes(
|
|
12118
|
-
let
|
|
12119
|
-
(
|
|
12146
|
+
].includes(T.key)) {
|
|
12147
|
+
let j = $().filter(
|
|
12148
|
+
(K) => !K.disabled
|
|
12120
12149
|
).map(
|
|
12121
|
-
(
|
|
12150
|
+
(K) => K.ref.current
|
|
12122
12151
|
);
|
|
12123
12152
|
if ([
|
|
12124
12153
|
"ArrowUp",
|
|
12125
12154
|
"End"
|
|
12126
|
-
].includes(
|
|
12155
|
+
].includes(T.key) && (j = j.slice().reverse()), [
|
|
12127
12156
|
"ArrowUp",
|
|
12128
12157
|
"ArrowDown"
|
|
12129
|
-
].includes(
|
|
12130
|
-
const
|
|
12131
|
-
|
|
12158
|
+
].includes(T.key)) {
|
|
12159
|
+
const K = T.target, Y = j.indexOf(K);
|
|
12160
|
+
j = j.slice(Y + 1);
|
|
12132
12161
|
}
|
|
12133
12162
|
setTimeout(
|
|
12134
|
-
() => M(
|
|
12135
|
-
),
|
|
12163
|
+
() => M(j)
|
|
12164
|
+
), T.preventDefault();
|
|
12136
12165
|
}
|
|
12137
12166
|
})
|
|
12138
12167
|
}))))));
|
|
@@ -12144,7 +12173,7 @@ const Bx = [
|
|
|
12144
12173
|
}
|
|
12145
12174
|
}), /* @__PURE__ */ _(Fn.Slot, {
|
|
12146
12175
|
scope: r
|
|
12147
|
-
}, /* @__PURE__ */ _(
|
|
12176
|
+
}, /* @__PURE__ */ _(re.div, k({
|
|
12148
12177
|
"data-radix-select-viewport": "",
|
|
12149
12178
|
role: "presentation"
|
|
12150
12179
|
}, n, {
|
|
@@ -12178,7 +12207,7 @@ const Bx = [
|
|
|
12178
12207
|
return /* @__PURE__ */ _(s1, {
|
|
12179
12208
|
scope: r,
|
|
12180
12209
|
id: o
|
|
12181
|
-
}, /* @__PURE__ */ _(
|
|
12210
|
+
}, /* @__PURE__ */ _(re.div, k({
|
|
12182
12211
|
role: "group",
|
|
12183
12212
|
"aria-labelledby": o
|
|
12184
12213
|
}, n, {
|
|
@@ -12186,13 +12215,13 @@ const Bx = [
|
|
|
12186
12215
|
})));
|
|
12187
12216
|
}), d1 = "SelectLabel", u1 = /* @__PURE__ */ L((e, t) => {
|
|
12188
12217
|
const { __scopeSelect: r, ...n } = e, o = c1(d1, r);
|
|
12189
|
-
return /* @__PURE__ */ _(
|
|
12218
|
+
return /* @__PURE__ */ _(re.div, k({
|
|
12190
12219
|
id: o.id
|
|
12191
12220
|
}, n, {
|
|
12192
12221
|
ref: t
|
|
12193
12222
|
}));
|
|
12194
12223
|
}), ua = "SelectItem", [f1, cp] = Dr(ua), p1 = /* @__PURE__ */ L((e, t) => {
|
|
12195
|
-
const { __scopeSelect: r, value: n, disabled: o = !1, textValue: a, ...i } = e, s = Qt(ua, r), c = er(ua, r), u = s.value === n, [d, f] =
|
|
12224
|
+
const { __scopeSelect: r, value: n, disabled: o = !1, textValue: a, ...i } = e, s = Qt(ua, r), c = er(ua, r), u = s.value === n, [d, f] = Z(a ?? ""), [p, b] = Z(!1), g = pe(t, ($) => {
|
|
12196
12225
|
var y;
|
|
12197
12226
|
return (y = c.itemRefCallback) === null || y === void 0 ? void 0 : y.call(c, $, n, o);
|
|
12198
12227
|
}), m = qe(), h = () => {
|
|
@@ -12206,8 +12235,8 @@ const Bx = [
|
|
|
12206
12235
|
isSelected: u,
|
|
12207
12236
|
onItemTextChange: H(($) => {
|
|
12208
12237
|
f((y) => {
|
|
12209
|
-
var
|
|
12210
|
-
return y || ((
|
|
12238
|
+
var w;
|
|
12239
|
+
return y || ((w = $ == null ? void 0 : $.textContent) !== null && w !== void 0 ? w : "").trim();
|
|
12211
12240
|
});
|
|
12212
12241
|
}, [])
|
|
12213
12242
|
}, /* @__PURE__ */ _(Fn.ItemSlot, {
|
|
@@ -12215,7 +12244,7 @@ const Bx = [
|
|
|
12215
12244
|
value: n,
|
|
12216
12245
|
disabled: o,
|
|
12217
12246
|
textValue: d
|
|
12218
|
-
}, /* @__PURE__ */ _(
|
|
12247
|
+
}, /* @__PURE__ */ _(re.div, k({
|
|
12219
12248
|
role: "option",
|
|
12220
12249
|
"aria-labelledby": m,
|
|
12221
12250
|
"data-highlighted": p ? "" : void 0,
|
|
@@ -12256,7 +12285,7 @@ const Bx = [
|
|
|
12256
12285
|
})
|
|
12257
12286
|
}))));
|
|
12258
12287
|
}), Br = "SelectItemText", b1 = /* @__PURE__ */ L((e, t) => {
|
|
12259
|
-
const { __scopeSelect: r, className: n, style: o, ...a } = e, i = Qt(Br, r), s = er(Br, r), c = cp(Br, r), u = qx(Br, r), [d, f] =
|
|
12288
|
+
const { __scopeSelect: r, className: n, style: o, ...a } = e, i = Qt(Br, r), s = er(Br, r), c = cp(Br, r), u = qx(Br, r), [d, f] = Z(null), p = pe(
|
|
12260
12289
|
t,
|
|
12261
12290
|
($) => f($),
|
|
12262
12291
|
c.onItemTextChange,
|
|
@@ -12280,20 +12309,20 @@ const Bx = [
|
|
|
12280
12309
|
m,
|
|
12281
12310
|
h,
|
|
12282
12311
|
g
|
|
12283
|
-
]), /* @__PURE__ */ _(gt, null, /* @__PURE__ */ _(
|
|
12312
|
+
]), /* @__PURE__ */ _(gt, null, /* @__PURE__ */ _(re.span, k({
|
|
12284
12313
|
id: c.textId
|
|
12285
12314
|
}, a, {
|
|
12286
12315
|
ref: p
|
|
12287
12316
|
})), c.isSelected && i.valueNode && !i.valueNodeHasChildren ? /* @__PURE__ */ Ea(a.children, i.valueNode) : null);
|
|
12288
12317
|
}), m1 = "SelectItemIndicator", g1 = /* @__PURE__ */ L((e, t) => {
|
|
12289
12318
|
const { __scopeSelect: r, ...n } = e;
|
|
12290
|
-
return cp(m1, r).isSelected ? /* @__PURE__ */ _(
|
|
12319
|
+
return cp(m1, r).isSelected ? /* @__PURE__ */ _(re.span, k({
|
|
12291
12320
|
"aria-hidden": !0
|
|
12292
12321
|
}, n, {
|
|
12293
12322
|
ref: t
|
|
12294
12323
|
})) : null;
|
|
12295
12324
|
}), h1 = "SelectScrollUpButton", v1 = /* @__PURE__ */ L((e, t) => {
|
|
12296
|
-
const r = er(h1, e.__scopeSelect), [n, o] =
|
|
12325
|
+
const r = er(h1, e.__scopeSelect), [n, o] = Z(!1), a = pe(t, r.onScrollButtonChange);
|
|
12297
12326
|
return Se(() => {
|
|
12298
12327
|
if (r.viewport && r.isPositioned) {
|
|
12299
12328
|
let s = function() {
|
|
@@ -12314,7 +12343,7 @@ const Bx = [
|
|
|
12314
12343
|
}
|
|
12315
12344
|
})) : null;
|
|
12316
12345
|
}), $1 = "SelectScrollDownButton", y1 = /* @__PURE__ */ L((e, t) => {
|
|
12317
|
-
const r = er($1, e.__scopeSelect), [n, o] =
|
|
12346
|
+
const r = er($1, e.__scopeSelect), [n, o] = Z(!1), a = pe(t, r.onScrollButtonChange);
|
|
12318
12347
|
return Se(() => {
|
|
12319
12348
|
if (r.viewport && r.isPositioned) {
|
|
12320
12349
|
let s = function() {
|
|
@@ -12350,7 +12379,7 @@ const Bx = [
|
|
|
12350
12379
|
});
|
|
12351
12380
|
}, [
|
|
12352
12381
|
s
|
|
12353
|
-
]), /* @__PURE__ */ _(
|
|
12382
|
+
]), /* @__PURE__ */ _(re.div, k({
|
|
12354
12383
|
"aria-hidden": !0
|
|
12355
12384
|
}, o, {
|
|
12356
12385
|
ref: t,
|
|
@@ -12368,7 +12397,7 @@ const Bx = [
|
|
|
12368
12397
|
}));
|
|
12369
12398
|
}), _1 = /* @__PURE__ */ L((e, t) => {
|
|
12370
12399
|
const { __scopeSelect: r, ...n } = e;
|
|
12371
|
-
return /* @__PURE__ */ _(
|
|
12400
|
+
return /* @__PURE__ */ _(re.div, k({
|
|
12372
12401
|
"aria-hidden": !0
|
|
12373
12402
|
}, n, {
|
|
12374
12403
|
ref: t
|
|
@@ -13012,8 +13041,8 @@ function lw() {
|
|
|
13012
13041
|
}
|
|
13013
13042
|
return go = function(s, c) {
|
|
13014
13043
|
var u = typeof Symbol == "function" && Symbol.iterator, d = "@@iterator";
|
|
13015
|
-
function f(
|
|
13016
|
-
var A =
|
|
13044
|
+
function f(T) {
|
|
13045
|
+
var A = T && (u && T[u] || T[d]);
|
|
13017
13046
|
if (typeof A == "function")
|
|
13018
13047
|
return A;
|
|
13019
13048
|
}
|
|
@@ -13027,55 +13056,55 @@ function lw() {
|
|
|
13027
13056
|
string: $("string"),
|
|
13028
13057
|
symbol: $("symbol"),
|
|
13029
13058
|
any: y(),
|
|
13030
|
-
arrayOf:
|
|
13059
|
+
arrayOf: w,
|
|
13031
13060
|
element: v(),
|
|
13032
13061
|
elementType: R(),
|
|
13033
13062
|
instanceOf: z,
|
|
13034
|
-
node:
|
|
13063
|
+
node: Q(),
|
|
13035
13064
|
objectOf: N,
|
|
13036
13065
|
oneOf: C,
|
|
13037
13066
|
oneOfType: M,
|
|
13038
|
-
shape:
|
|
13067
|
+
shape: X,
|
|
13039
13068
|
exact: I
|
|
13040
13069
|
};
|
|
13041
|
-
function g(
|
|
13042
|
-
return
|
|
13070
|
+
function g(T, A) {
|
|
13071
|
+
return T === A ? T !== 0 || 1 / T === 1 / A : T !== T && A !== A;
|
|
13043
13072
|
}
|
|
13044
|
-
function m(
|
|
13045
|
-
this.message =
|
|
13073
|
+
function m(T, A) {
|
|
13074
|
+
this.message = T, this.data = A && typeof A == "object" ? A : {}, this.stack = "";
|
|
13046
13075
|
}
|
|
13047
13076
|
m.prototype = Error.prototype;
|
|
13048
|
-
function h(
|
|
13077
|
+
function h(T) {
|
|
13049
13078
|
if (process.env.NODE_ENV !== "production")
|
|
13050
13079
|
var A = {}, B = 0;
|
|
13051
|
-
function
|
|
13052
|
-
if (
|
|
13080
|
+
function j(Y, J, ee, te, de, se, Te) {
|
|
13081
|
+
if (te = te || p, se = se || ee, Te !== r) {
|
|
13053
13082
|
if (c) {
|
|
13054
13083
|
var xe = new Error(
|
|
13055
13084
|
"Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
|
|
13056
13085
|
);
|
|
13057
13086
|
throw xe.name = "Invariant Violation", xe;
|
|
13058
13087
|
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
|
13059
|
-
var Ee =
|
|
13088
|
+
var Ee = te + ":" + ee;
|
|
13060
13089
|
!A[Ee] && // Avoid spamming the console because they are often not actionable except for lib authors
|
|
13061
13090
|
B < 3 && (a(
|
|
13062
|
-
"You are manually calling a React.PropTypes validation function for the `" + se + "` prop on `" +
|
|
13091
|
+
"You are manually calling a React.PropTypes validation function for the `" + se + "` prop on `" + te + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
|
|
13063
13092
|
), A[Ee] = !0, B++);
|
|
13064
13093
|
}
|
|
13065
13094
|
}
|
|
13066
|
-
return
|
|
13095
|
+
return J[ee] == null ? Y ? J[ee] === null ? new m("The " + de + " `" + se + "` is marked as required " + ("in `" + te + "`, but its value is `null`.")) : new m("The " + de + " `" + se + "` is marked as required in " + ("`" + te + "`, but its value is `undefined`.")) : null : T(J, ee, te, de, se);
|
|
13067
13096
|
}
|
|
13068
|
-
var
|
|
13069
|
-
return
|
|
13097
|
+
var K = j.bind(null, !1);
|
|
13098
|
+
return K.isRequired = j.bind(null, !0), K;
|
|
13070
13099
|
}
|
|
13071
|
-
function $(
|
|
13072
|
-
function A(B,
|
|
13073
|
-
var
|
|
13074
|
-
if (de !==
|
|
13075
|
-
var se = ge(
|
|
13100
|
+
function $(T) {
|
|
13101
|
+
function A(B, j, K, Y, J, ee) {
|
|
13102
|
+
var te = B[j], de = oe(te);
|
|
13103
|
+
if (de !== T) {
|
|
13104
|
+
var se = ge(te);
|
|
13076
13105
|
return new m(
|
|
13077
|
-
"Invalid " + Y + " `" +
|
|
13078
|
-
{ expectedType:
|
|
13106
|
+
"Invalid " + Y + " `" + J + "` of type " + ("`" + se + "` supplied to `" + K + "`, expected ") + ("`" + T + "`."),
|
|
13107
|
+
{ expectedType: T }
|
|
13079
13108
|
);
|
|
13080
13109
|
}
|
|
13081
13110
|
return null;
|
|
@@ -13085,17 +13114,17 @@ function lw() {
|
|
|
13085
13114
|
function y() {
|
|
13086
13115
|
return h(i);
|
|
13087
13116
|
}
|
|
13088
|
-
function T
|
|
13089
|
-
function A(B,
|
|
13090
|
-
if (typeof
|
|
13091
|
-
return new m("Property `" +
|
|
13092
|
-
var ee = B[
|
|
13117
|
+
function w(T) {
|
|
13118
|
+
function A(B, j, K, Y, J) {
|
|
13119
|
+
if (typeof T != "function")
|
|
13120
|
+
return new m("Property `" + J + "` of component `" + K + "` has invalid PropType notation inside arrayOf.");
|
|
13121
|
+
var ee = B[j];
|
|
13093
13122
|
if (!Array.isArray(ee)) {
|
|
13094
|
-
var
|
|
13095
|
-
return new m("Invalid " + Y + " `" +
|
|
13123
|
+
var te = oe(ee);
|
|
13124
|
+
return new m("Invalid " + Y + " `" + J + "` of type " + ("`" + te + "` supplied to `" + K + "`, expected an array."));
|
|
13096
13125
|
}
|
|
13097
13126
|
for (var de = 0; de < ee.length; de++) {
|
|
13098
|
-
var se =
|
|
13127
|
+
var se = T(ee, de, K, Y, J + "[" + de + "]", r);
|
|
13099
13128
|
if (se instanceof Error)
|
|
13100
13129
|
return se;
|
|
13101
13130
|
}
|
|
@@ -13104,64 +13133,64 @@ function lw() {
|
|
|
13104
13133
|
return h(A);
|
|
13105
13134
|
}
|
|
13106
13135
|
function v() {
|
|
13107
|
-
function
|
|
13108
|
-
var
|
|
13109
|
-
if (!s(
|
|
13110
|
-
var ee = oe(
|
|
13111
|
-
return new m("Invalid " +
|
|
13136
|
+
function T(A, B, j, K, Y) {
|
|
13137
|
+
var J = A[B];
|
|
13138
|
+
if (!s(J)) {
|
|
13139
|
+
var ee = oe(J);
|
|
13140
|
+
return new m("Invalid " + K + " `" + Y + "` of type " + ("`" + ee + "` supplied to `" + j + "`, expected a single ReactElement."));
|
|
13112
13141
|
}
|
|
13113
13142
|
return null;
|
|
13114
13143
|
}
|
|
13115
|
-
return h(
|
|
13144
|
+
return h(T);
|
|
13116
13145
|
}
|
|
13117
13146
|
function R() {
|
|
13118
|
-
function
|
|
13119
|
-
var
|
|
13120
|
-
if (!e.isValidElementType(
|
|
13121
|
-
var ee = oe(
|
|
13122
|
-
return new m("Invalid " +
|
|
13147
|
+
function T(A, B, j, K, Y) {
|
|
13148
|
+
var J = A[B];
|
|
13149
|
+
if (!e.isValidElementType(J)) {
|
|
13150
|
+
var ee = oe(J);
|
|
13151
|
+
return new m("Invalid " + K + " `" + Y + "` of type " + ("`" + ee + "` supplied to `" + j + "`, expected a single ReactElement type."));
|
|
13123
13152
|
}
|
|
13124
13153
|
return null;
|
|
13125
13154
|
}
|
|
13126
|
-
return h(
|
|
13155
|
+
return h(T);
|
|
13127
13156
|
}
|
|
13128
|
-
function z(
|
|
13129
|
-
function A(B,
|
|
13130
|
-
if (!(B[
|
|
13131
|
-
var ee =
|
|
13132
|
-
return new m("Invalid " + Y + " `" +
|
|
13157
|
+
function z(T) {
|
|
13158
|
+
function A(B, j, K, Y, J) {
|
|
13159
|
+
if (!(B[j] instanceof T)) {
|
|
13160
|
+
var ee = T.name || p, te = ae(B[j]);
|
|
13161
|
+
return new m("Invalid " + Y + " `" + J + "` of type " + ("`" + te + "` supplied to `" + K + "`, expected ") + ("instance of `" + ee + "`."));
|
|
13133
13162
|
}
|
|
13134
13163
|
return null;
|
|
13135
13164
|
}
|
|
13136
13165
|
return h(A);
|
|
13137
13166
|
}
|
|
13138
|
-
function C(
|
|
13139
|
-
if (!Array.isArray(
|
|
13167
|
+
function C(T) {
|
|
13168
|
+
if (!Array.isArray(T))
|
|
13140
13169
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? a(
|
|
13141
13170
|
"Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
|
|
13142
13171
|
) : a("Invalid argument supplied to oneOf, expected an array.")), i;
|
|
13143
|
-
function A(B,
|
|
13144
|
-
for (var ee = B[
|
|
13145
|
-
if (g(ee,
|
|
13172
|
+
function A(B, j, K, Y, J) {
|
|
13173
|
+
for (var ee = B[j], te = 0; te < T.length; te++)
|
|
13174
|
+
if (g(ee, T[te]))
|
|
13146
13175
|
return null;
|
|
13147
|
-
var de = JSON.stringify(
|
|
13176
|
+
var de = JSON.stringify(T, function(Te, xe) {
|
|
13148
13177
|
var Ee = ge(xe);
|
|
13149
13178
|
return Ee === "symbol" ? String(xe) : xe;
|
|
13150
13179
|
});
|
|
13151
|
-
return new m("Invalid " + Y + " `" +
|
|
13180
|
+
return new m("Invalid " + Y + " `" + J + "` of value `" + String(ee) + "` " + ("supplied to `" + K + "`, expected one of " + de + "."));
|
|
13152
13181
|
}
|
|
13153
13182
|
return h(A);
|
|
13154
13183
|
}
|
|
13155
|
-
function N(
|
|
13156
|
-
function A(B,
|
|
13157
|
-
if (typeof
|
|
13158
|
-
return new m("Property `" +
|
|
13159
|
-
var ee = B[
|
|
13160
|
-
if (
|
|
13161
|
-
return new m("Invalid " + Y + " `" +
|
|
13184
|
+
function N(T) {
|
|
13185
|
+
function A(B, j, K, Y, J) {
|
|
13186
|
+
if (typeof T != "function")
|
|
13187
|
+
return new m("Property `" + J + "` of component `" + K + "` has invalid PropType notation inside objectOf.");
|
|
13188
|
+
var ee = B[j], te = oe(ee);
|
|
13189
|
+
if (te !== "object")
|
|
13190
|
+
return new m("Invalid " + Y + " `" + J + "` of type " + ("`" + te + "` supplied to `" + K + "`, expected an object."));
|
|
13162
13191
|
for (var de in ee)
|
|
13163
13192
|
if (n(ee, de)) {
|
|
13164
|
-
var se =
|
|
13193
|
+
var se = T(ee, de, K, Y, J + "." + de, r);
|
|
13165
13194
|
if (se instanceof Error)
|
|
13166
13195
|
return se;
|
|
13167
13196
|
}
|
|
@@ -13169,49 +13198,49 @@ function lw() {
|
|
|
13169
13198
|
}
|
|
13170
13199
|
return h(A);
|
|
13171
13200
|
}
|
|
13172
|
-
function M(
|
|
13173
|
-
if (!Array.isArray(
|
|
13201
|
+
function M(T) {
|
|
13202
|
+
if (!Array.isArray(T))
|
|
13174
13203
|
return process.env.NODE_ENV !== "production" && a("Invalid argument supplied to oneOfType, expected an instance of array."), i;
|
|
13175
|
-
for (var A = 0; A <
|
|
13176
|
-
var B =
|
|
13204
|
+
for (var A = 0; A < T.length; A++) {
|
|
13205
|
+
var B = T[A];
|
|
13177
13206
|
if (typeof B != "function")
|
|
13178
13207
|
return a(
|
|
13179
|
-
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " +
|
|
13208
|
+
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + _e(B) + " at index " + A + "."
|
|
13180
13209
|
), i;
|
|
13181
13210
|
}
|
|
13182
|
-
function K
|
|
13183
|
-
for (var de = [], se = 0; se <
|
|
13184
|
-
var Te =
|
|
13211
|
+
function j(K, Y, J, ee, te) {
|
|
13212
|
+
for (var de = [], se = 0; se < T.length; se++) {
|
|
13213
|
+
var Te = T[se], xe = Te(K, Y, J, ee, te, r);
|
|
13185
13214
|
if (xe == null)
|
|
13186
13215
|
return null;
|
|
13187
13216
|
xe.data && n(xe.data, "expectedType") && de.push(xe.data.expectedType);
|
|
13188
13217
|
}
|
|
13189
13218
|
var Ee = de.length > 0 ? ", expected one of type [" + de.join(", ") + "]" : "";
|
|
13190
|
-
return new m("Invalid " + ee + " `" +
|
|
13219
|
+
return new m("Invalid " + ee + " `" + te + "` supplied to " + ("`" + J + "`" + Ee + "."));
|
|
13191
13220
|
}
|
|
13192
|
-
return h(
|
|
13221
|
+
return h(j);
|
|
13193
13222
|
}
|
|
13194
|
-
function
|
|
13195
|
-
function
|
|
13196
|
-
return P(A[B]) ? null : new m("Invalid " +
|
|
13223
|
+
function Q() {
|
|
13224
|
+
function T(A, B, j, K, Y) {
|
|
13225
|
+
return P(A[B]) ? null : new m("Invalid " + K + " `" + Y + "` supplied to " + ("`" + j + "`, expected a ReactNode."));
|
|
13197
13226
|
}
|
|
13198
|
-
return h(
|
|
13227
|
+
return h(T);
|
|
13199
13228
|
}
|
|
13200
|
-
function S(
|
|
13229
|
+
function S(T, A, B, j, K) {
|
|
13201
13230
|
return new m(
|
|
13202
|
-
(
|
|
13231
|
+
(T || "React class") + ": " + A + " type `" + B + "." + j + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + K + "`."
|
|
13203
13232
|
);
|
|
13204
13233
|
}
|
|
13205
|
-
function
|
|
13206
|
-
function A(B,
|
|
13207
|
-
var ee = B[
|
|
13208
|
-
if (
|
|
13209
|
-
return new m("Invalid " + Y + " `" +
|
|
13210
|
-
for (var de in
|
|
13211
|
-
var se =
|
|
13234
|
+
function X(T) {
|
|
13235
|
+
function A(B, j, K, Y, J) {
|
|
13236
|
+
var ee = B[j], te = oe(ee);
|
|
13237
|
+
if (te !== "object")
|
|
13238
|
+
return new m("Invalid " + Y + " `" + J + "` of type `" + te + "` " + ("supplied to `" + K + "`, expected `object`."));
|
|
13239
|
+
for (var de in T) {
|
|
13240
|
+
var se = T[de];
|
|
13212
13241
|
if (typeof se != "function")
|
|
13213
|
-
return S(
|
|
13214
|
-
var Te = se(ee, de,
|
|
13242
|
+
return S(K, Y, J, de, ge(se));
|
|
13243
|
+
var Te = se(ee, de, K, Y, J + "." + de, r);
|
|
13215
13244
|
if (Te)
|
|
13216
13245
|
return Te;
|
|
13217
13246
|
}
|
|
@@ -13219,22 +13248,22 @@ function lw() {
|
|
|
13219
13248
|
}
|
|
13220
13249
|
return h(A);
|
|
13221
13250
|
}
|
|
13222
|
-
function I(
|
|
13223
|
-
function A(B,
|
|
13224
|
-
var ee = B[
|
|
13225
|
-
if (
|
|
13226
|
-
return new m("Invalid " + Y + " `" +
|
|
13227
|
-
var de = t({}, B[
|
|
13251
|
+
function I(T) {
|
|
13252
|
+
function A(B, j, K, Y, J) {
|
|
13253
|
+
var ee = B[j], te = oe(ee);
|
|
13254
|
+
if (te !== "object")
|
|
13255
|
+
return new m("Invalid " + Y + " `" + J + "` of type `" + te + "` " + ("supplied to `" + K + "`, expected `object`."));
|
|
13256
|
+
var de = t({}, B[j], T);
|
|
13228
13257
|
for (var se in de) {
|
|
13229
|
-
var Te =
|
|
13230
|
-
if (n(
|
|
13231
|
-
return S(
|
|
13258
|
+
var Te = T[se];
|
|
13259
|
+
if (n(T, se) && typeof Te != "function")
|
|
13260
|
+
return S(K, Y, J, se, ge(Te));
|
|
13232
13261
|
if (!Te)
|
|
13233
13262
|
return new m(
|
|
13234
|
-
"Invalid " + Y + " `" +
|
|
13235
|
-
Valid keys: ` + JSON.stringify(Object.keys(
|
|
13263
|
+
"Invalid " + Y + " `" + J + "` key `" + se + "` supplied to `" + K + "`.\nBad object: " + JSON.stringify(B[j], null, " ") + `
|
|
13264
|
+
Valid keys: ` + JSON.stringify(Object.keys(T), null, " ")
|
|
13236
13265
|
);
|
|
13237
|
-
var xe = Te(ee, se,
|
|
13266
|
+
var xe = Te(ee, se, K, Y, J + "." + se, r);
|
|
13238
13267
|
if (xe)
|
|
13239
13268
|
return xe;
|
|
13240
13269
|
}
|
|
@@ -13242,30 +13271,30 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " ")
|
|
|
13242
13271
|
}
|
|
13243
13272
|
return h(A);
|
|
13244
13273
|
}
|
|
13245
|
-
function P(
|
|
13246
|
-
switch (typeof
|
|
13274
|
+
function P(T) {
|
|
13275
|
+
switch (typeof T) {
|
|
13247
13276
|
case "number":
|
|
13248
13277
|
case "string":
|
|
13249
13278
|
case "undefined":
|
|
13250
13279
|
return !0;
|
|
13251
13280
|
case "boolean":
|
|
13252
|
-
return !
|
|
13281
|
+
return !T;
|
|
13253
13282
|
case "object":
|
|
13254
|
-
if (Array.isArray(
|
|
13255
|
-
return
|
|
13256
|
-
if (
|
|
13283
|
+
if (Array.isArray(T))
|
|
13284
|
+
return T.every(P);
|
|
13285
|
+
if (T === null || s(T))
|
|
13257
13286
|
return !0;
|
|
13258
|
-
var A = f(
|
|
13287
|
+
var A = f(T);
|
|
13259
13288
|
if (A) {
|
|
13260
|
-
var B = A.call(
|
|
13261
|
-
if (A !==
|
|
13262
|
-
for (; !(
|
|
13263
|
-
if (!P(
|
|
13289
|
+
var B = A.call(T), j;
|
|
13290
|
+
if (A !== T.entries) {
|
|
13291
|
+
for (; !(j = B.next()).done; )
|
|
13292
|
+
if (!P(j.value))
|
|
13264
13293
|
return !1;
|
|
13265
13294
|
} else
|
|
13266
|
-
for (; !(
|
|
13267
|
-
var
|
|
13268
|
-
if (
|
|
13295
|
+
for (; !(j = B.next()).done; ) {
|
|
13296
|
+
var K = j.value;
|
|
13297
|
+
if (K && !P(K[1]))
|
|
13269
13298
|
return !1;
|
|
13270
13299
|
}
|
|
13271
13300
|
} else
|
|
@@ -13275,27 +13304,27 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " ")
|
|
|
13275
13304
|
return !1;
|
|
13276
13305
|
}
|
|
13277
13306
|
}
|
|
13278
|
-
function
|
|
13279
|
-
return
|
|
13307
|
+
function ne(T, A) {
|
|
13308
|
+
return T === "symbol" ? !0 : A ? A["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && A instanceof Symbol : !1;
|
|
13280
13309
|
}
|
|
13281
|
-
function oe(
|
|
13282
|
-
var A = typeof
|
|
13283
|
-
return Array.isArray(
|
|
13310
|
+
function oe(T) {
|
|
13311
|
+
var A = typeof T;
|
|
13312
|
+
return Array.isArray(T) ? "array" : T instanceof RegExp ? "object" : ne(A, T) ? "symbol" : A;
|
|
13284
13313
|
}
|
|
13285
|
-
function ge(
|
|
13286
|
-
if (typeof
|
|
13287
|
-
return "" +
|
|
13288
|
-
var A = oe(
|
|
13314
|
+
function ge(T) {
|
|
13315
|
+
if (typeof T > "u" || T === null)
|
|
13316
|
+
return "" + T;
|
|
13317
|
+
var A = oe(T);
|
|
13289
13318
|
if (A === "object") {
|
|
13290
|
-
if (
|
|
13319
|
+
if (T instanceof Date)
|
|
13291
13320
|
return "date";
|
|
13292
|
-
if (
|
|
13321
|
+
if (T instanceof RegExp)
|
|
13293
13322
|
return "regexp";
|
|
13294
13323
|
}
|
|
13295
13324
|
return A;
|
|
13296
13325
|
}
|
|
13297
|
-
function
|
|
13298
|
-
var A = ge(
|
|
13326
|
+
function _e(T) {
|
|
13327
|
+
var A = ge(T);
|
|
13299
13328
|
switch (A) {
|
|
13300
13329
|
case "array":
|
|
13301
13330
|
case "object":
|
|
@@ -13308,8 +13337,8 @@ Valid keys: ` + JSON.stringify(Object.keys(w), null, " ")
|
|
|
13308
13337
|
return A;
|
|
13309
13338
|
}
|
|
13310
13339
|
}
|
|
13311
|
-
function
|
|
13312
|
-
return !
|
|
13340
|
+
function ae(T) {
|
|
13341
|
+
return !T.constructor || !T.constructor.name ? p : T.constructor.name;
|
|
13313
13342
|
}
|
|
13314
13343
|
return b.checkPropTypes = o, b.resetWarningCache = o.resetWarningCache, b.PropTypes = b, b;
|
|
13315
13344
|
}, go;
|
|
@@ -15436,12 +15465,12 @@ var IT = _b, RT = function(t) {
|
|
|
15436
15465
|
classNamePrefix: u
|
|
15437
15466
|
}, c)), p = /* @__PURE__ */ ce.forwardRef(function(g, m) {
|
|
15438
15467
|
g.classes;
|
|
15439
|
-
var h = g.innerRef, $ = Xe(g, ["classes", "innerRef"]), y = f(k({}, n.defaultProps, g)),
|
|
15440
|
-
return (typeof s == "string" || i) && (
|
|
15441
|
-
theme:
|
|
15468
|
+
var h = g.innerRef, $ = Xe(g, ["classes", "innerRef"]), y = f(k({}, n.defaultProps, g)), w, v = $;
|
|
15469
|
+
return (typeof s == "string" || i) && (w = vb() || o, s && (v = ww({
|
|
15470
|
+
theme: w,
|
|
15442
15471
|
name: s,
|
|
15443
15472
|
props: $
|
|
15444
|
-
})), i && !v.theme && (v.theme =
|
|
15473
|
+
})), i && !v.theme && (v.theme = w)), /* @__PURE__ */ ce.createElement(n, k({
|
|
15445
15474
|
ref: h || m,
|
|
15446
15475
|
classes: y
|
|
15447
15476
|
}, v));
|
|
@@ -15826,20 +15855,20 @@ function YT(e) {
|
|
|
15826
15855
|
light: Ao[300],
|
|
15827
15856
|
main: Ao[500],
|
|
15828
15857
|
dark: Ao[700]
|
|
15829
|
-
} : f, b = e.type, g = b === void 0 ? "light" : b, m = e.contrastThreshold, h = m === void 0 ? 3 : m, $ = e.tonalOffset, y = $ === void 0 ? 0.2 : $,
|
|
15858
|
+
} : f, b = e.type, g = b === void 0 ? "light" : b, m = e.contrastThreshold, h = m === void 0 ? 3 : m, $ = e.tonalOffset, y = $ === void 0 ? 0.2 : $, w = Xe(e, ["primary", "secondary", "error", "warning", "info", "success", "type", "contrastThreshold", "tonalOffset"]);
|
|
15830
15859
|
function v(N) {
|
|
15831
15860
|
var M = Xs(N, No.text.primary) >= h ? No.text.primary : Js.text.primary;
|
|
15832
15861
|
if (process.env.NODE_ENV !== "production") {
|
|
15833
|
-
var
|
|
15834
|
-
|
|
15862
|
+
var Q = Xs(N, M);
|
|
15863
|
+
Q < 3 && console.error(["Material-UI: The contrast ratio of ".concat(Q, ":1 for ").concat(M, " on ").concat(N), "falls below the WCAG recommended absolute minimum contrast ratio of 3:1.", "https://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast-contrast"].join(`
|
|
15835
15864
|
`));
|
|
15836
15865
|
}
|
|
15837
15866
|
return M;
|
|
15838
15867
|
}
|
|
15839
15868
|
var R = function(M) {
|
|
15840
|
-
var
|
|
15841
|
-
if (M = k({}, M), !M.main && M[
|
|
15842
|
-
throw new Error(process.env.NODE_ENV !== "production" ? "Material-UI: The color provided to augmentColor(color) is invalid.\nThe color object needs to have a `main` property or a `".concat(
|
|
15869
|
+
var Q = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 500, S = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 300, X = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : 700;
|
|
15870
|
+
if (M = k({}, M), !M.main && M[Q] && (M.main = M[Q]), !M.main)
|
|
15871
|
+
throw new Error(process.env.NODE_ENV !== "production" ? "Material-UI: The color provided to augmentColor(color) is invalid.\nThe color object needs to have a `main` property or a `".concat(Q, "` property.") : dn(4, Q));
|
|
15843
15872
|
if (typeof M.main != "string")
|
|
15844
15873
|
throw new Error(process.env.NODE_ENV !== "production" ? "Material-UI: The color provided to augmentColor(color) is invalid.\n`color.main` should be a string, but `".concat(JSON.stringify(M.main), `\` was provided instead.
|
|
15845
15874
|
|
|
@@ -15854,7 +15883,7 @@ const theme1 = createTheme({ palette: {
|
|
|
15854
15883
|
const theme2 = createTheme({ palette: {
|
|
15855
15884
|
primary: { main: green[500] },
|
|
15856
15885
|
} });`) : dn(5, JSON.stringify(M.main)));
|
|
15857
|
-
return Qs(M, "light", S, y), Qs(M, "dark",
|
|
15886
|
+
return Qs(M, "light", S, y), Qs(M, "dark", X, y), M.contrastText || (M.contrastText = v(M.main)), M;
|
|
15858
15887
|
}, z = {
|
|
15859
15888
|
dark: No,
|
|
15860
15889
|
light: Js
|
|
@@ -15890,7 +15919,7 @@ const theme2 = createTheme({ palette: {
|
|
|
15890
15919
|
// two indexes within its tonal palette.
|
|
15891
15920
|
// E.g., shift from Red 500 to Red 300 or Red 700.
|
|
15892
15921
|
tonalOffset: y
|
|
15893
|
-
}, z[g]),
|
|
15922
|
+
}, z[g]), w);
|
|
15894
15923
|
return C;
|
|
15895
15924
|
}
|
|
15896
15925
|
function wb(e) {
|
|
@@ -15905,19 +15934,19 @@ var tc = {
|
|
|
15905
15934
|
textTransform: "uppercase"
|
|
15906
15935
|
}, rc = '"Roboto", "Helvetica", "Arial", sans-serif';
|
|
15907
15936
|
function ZT(e, t) {
|
|
15908
|
-
var r = typeof t == "function" ? t(e) : t, n = r.fontFamily, o = n === void 0 ? rc : n, a = r.fontSize, i = a === void 0 ? 14 : a, s = r.fontWeightLight, c = s === void 0 ? 300 : s, u = r.fontWeightRegular, d = u === void 0 ? 400 : u, f = r.fontWeightMedium, p = f === void 0 ? 500 : f, b = r.fontWeightBold, g = b === void 0 ? 700 : b, m = r.htmlFontSize, h = m === void 0 ? 16 : m, $ = r.allVariants, y = r.pxToRem,
|
|
15937
|
+
var r = typeof t == "function" ? t(e) : t, n = r.fontFamily, o = n === void 0 ? rc : n, a = r.fontSize, i = a === void 0 ? 14 : a, s = r.fontWeightLight, c = s === void 0 ? 300 : s, u = r.fontWeightRegular, d = u === void 0 ? 400 : u, f = r.fontWeightMedium, p = f === void 0 ? 500 : f, b = r.fontWeightBold, g = b === void 0 ? 700 : b, m = r.htmlFontSize, h = m === void 0 ? 16 : m, $ = r.allVariants, y = r.pxToRem, w = Xe(r, ["fontFamily", "fontSize", "fontWeightLight", "fontWeightRegular", "fontWeightMedium", "fontWeightBold", "htmlFontSize", "allVariants", "pxToRem"]);
|
|
15909
15938
|
process.env.NODE_ENV !== "production" && (typeof i != "number" && console.error("Material-UI: `fontSize` is required to be a number."), typeof h != "number" && console.error("Material-UI: `htmlFontSize` is required to be a number."));
|
|
15910
15939
|
var v = i / 14, R = y || function(N) {
|
|
15911
15940
|
return "".concat(N / h * v, "rem");
|
|
15912
|
-
}, z = function(M,
|
|
15941
|
+
}, z = function(M, Q, S, X, I) {
|
|
15913
15942
|
return k({
|
|
15914
15943
|
fontFamily: o,
|
|
15915
15944
|
fontWeight: M,
|
|
15916
|
-
fontSize: R(
|
|
15945
|
+
fontSize: R(Q),
|
|
15917
15946
|
// Unitless following https://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/
|
|
15918
15947
|
lineHeight: S
|
|
15919
15948
|
}, o === rc ? {
|
|
15920
|
-
letterSpacing: "".concat(wb(
|
|
15949
|
+
letterSpacing: "".concat(wb(X / Q), "em")
|
|
15921
15950
|
} : {}, I, $);
|
|
15922
15951
|
}, C = {
|
|
15923
15952
|
h1: z(c, 96, 1.167, -1.5),
|
|
@@ -15945,16 +15974,16 @@ function ZT(e, t) {
|
|
|
15945
15974
|
fontWeightRegular: d,
|
|
15946
15975
|
fontWeightMedium: p,
|
|
15947
15976
|
fontWeightBold: g
|
|
15948
|
-
}, C),
|
|
15977
|
+
}, C), w, {
|
|
15949
15978
|
clone: !1
|
|
15950
15979
|
// No need to clone deep
|
|
15951
15980
|
});
|
|
15952
15981
|
}
|
|
15953
15982
|
var JT = 0.2, QT = 0.14, eP = 0.12;
|
|
15954
|
-
function
|
|
15983
|
+
function ye() {
|
|
15955
15984
|
return ["".concat(arguments.length <= 0 ? void 0 : arguments[0], "px ").concat(arguments.length <= 1 ? void 0 : arguments[1], "px ").concat(arguments.length <= 2 ? void 0 : arguments[2], "px ").concat(arguments.length <= 3 ? void 0 : arguments[3], "px rgba(0,0,0,").concat(JT, ")"), "".concat(arguments.length <= 4 ? void 0 : arguments[4], "px ").concat(arguments.length <= 5 ? void 0 : arguments[5], "px ").concat(arguments.length <= 6 ? void 0 : arguments[6], "px ").concat(arguments.length <= 7 ? void 0 : arguments[7], "px rgba(0,0,0,").concat(QT, ")"), "".concat(arguments.length <= 8 ? void 0 : arguments[8], "px ").concat(arguments.length <= 9 ? void 0 : arguments[9], "px ").concat(arguments.length <= 10 ? void 0 : arguments[10], "px ").concat(arguments.length <= 11 ? void 0 : arguments[11], "px rgba(0,0,0,").concat(eP, ")")].join(",");
|
|
15956
15985
|
}
|
|
15957
|
-
var tP = ["none",
|
|
15986
|
+
var tP = ["none", ye(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), ye(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), ye(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), ye(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), ye(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), ye(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), ye(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), ye(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), ye(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), ye(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), ye(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), ye(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), ye(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), ye(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), ye(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), ye(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), ye(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), ye(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), ye(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), ye(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), ye(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), ye(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), ye(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), ye(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)];
|
|
15958
15987
|
const rP = tP;
|
|
15959
15988
|
var nP = {
|
|
15960
15989
|
borderRadius: 4
|
|
@@ -16082,7 +16111,7 @@ function pP() {
|
|
|
16082
16111
|
if (g = h.reduce(function(v, R) {
|
|
16083
16112
|
return Yt(v, R);
|
|
16084
16113
|
}, g), process.env.NODE_ENV !== "production") {
|
|
16085
|
-
var y = ["checked", "disabled", "error", "focused", "focusVisible", "required", "expanded", "selected"],
|
|
16114
|
+
var y = ["checked", "disabled", "error", "focused", "focusVisible", "required", "expanded", "selected"], w = function v(R, z) {
|
|
16086
16115
|
var C = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 1, N;
|
|
16087
16116
|
for (N in R) {
|
|
16088
16117
|
var M = R[N];
|
|
@@ -16092,7 +16121,7 @@ function pP() {
|
|
|
16092
16121
|
`)), R[N] = {});
|
|
16093
16122
|
}
|
|
16094
16123
|
};
|
|
16095
|
-
|
|
16124
|
+
w(g.overrides);
|
|
16096
16125
|
}
|
|
16097
16126
|
return g;
|
|
16098
16127
|
}
|
|
@@ -16548,7 +16577,7 @@ const YP = D.div`
|
|
|
16548
16577
|
);
|
|
16549
16578
|
JP.displayName = "Search";
|
|
16550
16579
|
const Eb = "Switch", [QP, mS] = Oe(Eb), [ek, tk] = QP(Eb), rk = /* @__PURE__ */ L((e, t) => {
|
|
16551
|
-
const { __scopeSwitch: r, name: n, checked: o, defaultChecked: a, required: i, disabled: s, value: c = "on", onCheckedChange: u, ...d } = e, [f, p] =
|
|
16580
|
+
const { __scopeSwitch: r, name: n, checked: o, defaultChecked: a, required: i, disabled: s, value: c = "on", onCheckedChange: u, ...d } = e, [f, p] = Z(null), b = pe(
|
|
16552
16581
|
t,
|
|
16553
16582
|
(y) => p(y)
|
|
16554
16583
|
), g = F(!1), m = f ? Boolean(f.closest("form")) : !0, [h = !1, $] = Ve({
|
|
@@ -16560,7 +16589,7 @@ const Eb = "Switch", [QP, mS] = Oe(Eb), [ek, tk] = QP(Eb), rk = /* @__PURE__ */
|
|
|
16560
16589
|
scope: r,
|
|
16561
16590
|
checked: h,
|
|
16562
16591
|
disabled: s
|
|
16563
|
-
}, /* @__PURE__ */ _(
|
|
16592
|
+
}, /* @__PURE__ */ _(re.button, k({
|
|
16564
16593
|
type: "button",
|
|
16565
16594
|
role: "switch",
|
|
16566
16595
|
"aria-checked": h,
|
|
@@ -16573,7 +16602,7 @@ const Eb = "Switch", [QP, mS] = Oe(Eb), [ek, tk] = QP(Eb), rk = /* @__PURE__ */
|
|
|
16573
16602
|
ref: b,
|
|
16574
16603
|
onClick: G(e.onClick, (y) => {
|
|
16575
16604
|
$(
|
|
16576
|
-
(
|
|
16605
|
+
(w) => !w
|
|
16577
16606
|
), m && (g.current = y.isPropagationStopped(), g.current || y.stopPropagation());
|
|
16578
16607
|
})
|
|
16579
16608
|
})), m && /* @__PURE__ */ _(ak, {
|
|
@@ -16590,7 +16619,7 @@ const Eb = "Switch", [QP, mS] = Oe(Eb), [ek, tk] = QP(Eb), rk = /* @__PURE__ */
|
|
|
16590
16619
|
}));
|
|
16591
16620
|
}), nk = "SwitchThumb", ok = /* @__PURE__ */ L((e, t) => {
|
|
16592
16621
|
const { __scopeSwitch: r, ...n } = e, o = tk(nk, r);
|
|
16593
|
-
return /* @__PURE__ */ _(
|
|
16622
|
+
return /* @__PURE__ */ _(re.span, k({
|
|
16594
16623
|
"data-state": Cb(o.checked),
|
|
16595
16624
|
"data-disabled": o.disabled ? "" : void 0
|
|
16596
16625
|
}, n, {
|
|
@@ -16752,6 +16781,7 @@ export {
|
|
|
16752
16781
|
Wk as FormControl,
|
|
16753
16782
|
o_ as Heading,
|
|
16754
16783
|
Nf as IconButton,
|
|
16784
|
+
On as IconTooltip,
|
|
16755
16785
|
yt as Label,
|
|
16756
16786
|
ey as NumberFormControl,
|
|
16757
16787
|
Wu as NumberInput,
|