@servicetitan/anvil2 1.2.6 → 1.2.7
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/Alert-2e4d9ed5.js +89 -0
- package/Alert-2e4d9ed5.js.map +1 -0
- package/Alert-94c37437.cjs +2 -0
- package/Alert-94c37437.cjs.map +1 -0
- package/Alert.cjs +1 -1
- package/Alert.css +1 -1
- package/Alert.js +1 -1
- package/{Announcement-115eb041.js → Announcement-1db4ac33.js} +11 -11
- package/{Announcement-115eb041.js.map → Announcement-1db4ac33.js.map} +1 -1
- package/{Announcement-4c075fdb.cjs → Announcement-2058bd02.cjs} +2 -2
- package/{Announcement-4c075fdb.cjs.map → Announcement-2058bd02.cjs.map} +1 -1
- package/Announcement.cjs +1 -1
- package/Announcement.js +1 -1
- package/Button-30b35802.cjs +2 -0
- package/Button-30b35802.cjs.map +1 -0
- package/Button-3b93bd5d.js +289 -0
- package/Button-3b93bd5d.js.map +1 -0
- package/Button.cjs +1 -1
- package/Button.css +1 -1
- package/Button.js +10 -10
- package/ButtonCompound.cjs +1 -1
- package/ButtonCompound.js +10 -10
- package/ButtonLink.cjs +1 -1
- package/ButtonLink.js +10 -10
- package/ButtonToggle.cjs +1 -1
- package/ButtonToggle.js +10 -10
- package/{Calendar-c8bc215f.js → Calendar-cbfe3c06.js} +326 -310
- package/{Calendar-c8bc215f.js.map → Calendar-cbfe3c06.js.map} +1 -1
- package/{Calendar-06ced77e.cjs → Calendar-ec151b3b.cjs} +2 -2
- package/{Calendar-06ced77e.cjs.map → Calendar-ec151b3b.cjs.map} +1 -1
- package/Calendar.cjs +1 -1
- package/Calendar.js +1 -1
- package/Combobox.cjs +1 -1
- package/Combobox.js +10 -10
- package/Details.cjs +1 -1
- package/Details.js +10 -10
- package/Dialog.cjs +1 -1
- package/Dialog.cjs.map +1 -1
- package/Dialog.js +19 -19
- package/Divider-6646eeb8.cjs +2 -0
- package/Divider-6646eeb8.cjs.map +1 -0
- package/Divider-b3bff73a.js +74 -0
- package/Divider-b3bff73a.js.map +1 -0
- package/Divider.cjs +1 -1
- package/Divider.css +1 -1
- package/Divider.js +1 -1
- package/{Drawer-d34989aa.js → Drawer-9775ed75.js} +44 -44
- package/{Drawer-d34989aa.js.map → Drawer-9775ed75.js.map} +1 -1
- package/{Drawer-ec654d43.cjs → Drawer-dff5abf1.cjs} +2 -2
- package/{Drawer-ec654d43.cjs.map → Drawer-dff5abf1.cjs.map} +1 -1
- package/Drawer.cjs +1 -1
- package/Drawer.js +1 -1
- package/Link.cjs +1 -1
- package/Link.js +10 -10
- package/Menu.cjs +1 -1
- package/Menu.js +1 -1
- package/Overflow.cjs +1 -1
- package/Overflow.js +10 -10
- package/Popover.cjs +1 -1
- package/Popover.cjs.map +1 -1
- package/Popover.d.ts +1 -22
- package/Popover.js +23 -23
- package/Popover.js.map +1 -1
- package/Stepper-7c787b24.js +391 -0
- package/Stepper-7c787b24.js.map +1 -0
- package/Stepper-e08b9998.cjs +2 -0
- package/Stepper-e08b9998.cjs.map +1 -0
- package/Stepper.cjs +1 -1
- package/Stepper.d.ts +2 -2
- package/Stepper.js +4 -4
- package/TextField.cjs +1 -1
- package/TextField.js +10 -10
- package/Textarea.cjs +1 -1
- package/Textarea.js +10 -10
- package/{Toast-70eeeb27.js → Toast-36679136.js} +22 -22
- package/{Toast-70eeeb27.js.map → Toast-36679136.js.map} +1 -1
- package/{Toast-f681677a.cjs → Toast-44e3ff94.cjs} +5 -5
- package/{Toast-f681677a.cjs.map → Toast-44e3ff94.cjs.map} +1 -1
- package/Toast.cjs +1 -1
- package/Toast.js +1 -1
- package/Tooltip.cjs +1 -1
- package/Tooltip.js +10 -10
- package/anvil2.cjs +1 -1
- package/anvil2.d.ts +3 -23
- package/anvil2.js +10 -10
- package/{index-d1828774.js → index-1dc4c6d3.js} +445 -445
- package/{index-d1828774.js.map → index-1dc4c6d3.js.map} +1 -1
- package/{index-96006246.cjs → index-25ea279e.cjs} +3 -3
- package/{index-96006246.cjs.map → index-25ea279e.cjs.map} +1 -1
- package/{index-afacb017-461bfee6.cjs → index-afacb017-0ced4668.cjs} +2 -2
- package/{index-afacb017-461bfee6.cjs.map → index-afacb017-0ced4668.cjs.map} +1 -1
- package/{index-afacb017-9c38f9e0.js → index-afacb017-e81aec1d.js} +13 -13
- package/{index-afacb017-9c38f9e0.js.map → index-afacb017-e81aec1d.js.map} +1 -1
- package/index3.css +1 -1
- package/package.json +2 -2
- package/useAccessibleColor.cjs +1 -1
- package/useAccessibleColor.js +10 -10
- package/useLinkStyles.cjs +1 -1
- package/useLinkStyles.js +10 -10
- package/useMergeRefs.cjs +1 -1
- package/useMergeRefs.js +10 -10
- package/usePrefersColorScheme.cjs +1 -1
- package/usePrefersColorScheme.js +10 -10
- package/useSwipe.cjs +1 -1
- package/useSwipe.js +10 -10
- package/Alert-9a5ff517.js +0 -89
- package/Alert-9a5ff517.js.map +0 -1
- package/Alert-df710e2c.cjs +0 -2
- package/Alert-df710e2c.cjs.map +0 -1
- package/Button-04337e26.cjs +0 -2
- package/Button-04337e26.cjs.map +0 -1
- package/Button-45864cc0.js +0 -289
- package/Button-45864cc0.js.map +0 -1
- package/Divider-cdc54ec4.cjs +0 -2
- package/Divider-cdc54ec4.cjs.map +0 -1
- package/Divider-e5d4cede.js +0 -74
- package/Divider-e5d4cede.js.map +0 -1
- package/Stepper-24609fae.cjs +0 -2
- package/Stepper-24609fae.cjs.map +0 -1
- package/Stepper-af4bf5a4.js +0 -390
- package/Stepper-af4bf5a4.js.map +0 -1
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
import "./index3.css";
|
|
2
|
-
import "./Alert-
|
|
3
|
-
import "./Announcement-
|
|
2
|
+
import "./Alert-2e4d9ed5.js";
|
|
3
|
+
import "./Announcement-1db4ac33.js";
|
|
4
4
|
import "./index-f91265d9-3d747651.js";
|
|
5
5
|
import "./Badge-df96f15a.js";
|
|
6
|
-
import {
|
|
7
|
-
import "./Calendar-
|
|
6
|
+
import { B as We, l as Vr } from "./Button-3b93bd5d.js";
|
|
7
|
+
import "./Calendar-cbfe3c06.js";
|
|
8
8
|
import "./Card-bb358803.js";
|
|
9
9
|
import { r as Ar } from "./Checkbox-3de9628c.js";
|
|
10
10
|
import { $ as ln } from "./Chip-c0f71a26.js";
|
|
11
|
-
import "./Divider-
|
|
12
|
-
import { a as Hr } from "./Drawer-
|
|
11
|
+
import "./Divider-b3bff73a.js";
|
|
12
|
+
import { a as Hr } from "./Drawer-9775ed75.js";
|
|
13
13
|
import { j as vt } from "./Flex-d338e855.js";
|
|
14
14
|
import "./Grid-5bad450f.js";
|
|
15
15
|
import { C as xt } from "./Icon-b443eea4.js";
|
|
16
16
|
import { j as bt } from "./ProgressBar-91240dab.js";
|
|
17
17
|
import { i as kn } from "./Listbox-b110c64d.js";
|
|
18
18
|
import { t as _t } from "./ListView-482c54ad.js";
|
|
19
|
-
import "./index-afacb017-
|
|
19
|
+
import "./index-afacb017-e81aec1d.js";
|
|
20
20
|
import "./Radio-a747c89a.js";
|
|
21
21
|
import { P as y, _ as $, b as ve, a as jr } from "./SideNav-b5ef91d4.js";
|
|
22
22
|
import { p as Mn } from "./SrOnly-864bd4cb.js";
|
|
23
23
|
import { f as v } from "./jsx-runtime-944c88e2-e73fa629.js";
|
|
24
24
|
import { c as se } from "./index-e0f6271a.js";
|
|
25
|
-
import "./Stepper-
|
|
25
|
+
import "./Stepper-7c787b24.js";
|
|
26
26
|
import "./Switch-39010760.js";
|
|
27
27
|
import "./Tab-f636d6c5.js";
|
|
28
28
|
import { $ as Tn } from "./Text-465104f6.js";
|
|
29
|
-
import "./Toast-
|
|
29
|
+
import "./Toast-36679136.js";
|
|
30
30
|
import "./index-06c0bdf0.js";
|
|
31
|
-
import { J as
|
|
31
|
+
import { J as Se } from "./useLayoutPropsUtil-e307abc7-cbe2fb6d.js";
|
|
32
32
|
import { U as Kr, T as $r } from "./index-d46fa8de-8695742b.js";
|
|
33
33
|
import "./usePrefersColorScheme-129544ad-cab6fc3f.js";
|
|
34
34
|
import * as _e from "react";
|
|
35
35
|
import st, { useRef as Q, useCallback as ee, useEffect as de, useMemo as Te, cloneElement as Fr, Component as Lr, useLayoutEffect as wt, useReducer as Br, createContext as dt, forwardRef as ce, useContext as Ve, useState as J, useId as Ie } from "react";
|
|
36
36
|
import "./index-439b5871.js";
|
|
37
37
|
import "./LocalizationProvider.js";
|
|
38
|
-
import { u as Be, v as Ur, w as
|
|
38
|
+
import { u as Be, v as Ur, w as qr, z as zr, e as Wr, h as Yr, o as Gr, g as Xr, f as Jr, s as Qr, l as Zr, B as eo, k as to, i as no, j as ro, n as oo, m as io, r as so } from "./floating-ui.react-8d61182d.js";
|
|
39
39
|
import { g as ao } from "./_commonjsHelpers-c5d32002.js";
|
|
40
40
|
import { a as Vn } from "./close-064c8acc-7e0b4df7.js";
|
|
41
41
|
import { a as lo } from "./check-5f087ea0-b5474547.js";
|
|
@@ -63,10 +63,10 @@ function uo() {
|
|
|
63
63
|
dn = 1;
|
|
64
64
|
var e = Symbol.for("react.element"), n = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), o = Symbol.for("react.profiler"), t = Symbol.for("react.provider"), s = Symbol.for("react.context"), l = Symbol.for("react.server_context"), d = Symbol.for("react.forward_ref"), u = Symbol.for("react.suspense"), a = Symbol.for("react.suspense_list"), h = Symbol.for("react.memo"), b = Symbol.for("react.lazy"), _ = Symbol.for("react.offscreen"), x;
|
|
65
65
|
x = Symbol.for("react.module.reference");
|
|
66
|
-
function
|
|
66
|
+
function S(g) {
|
|
67
67
|
if (typeof g == "object" && g !== null) {
|
|
68
|
-
var
|
|
69
|
-
switch (
|
|
68
|
+
var D = g.$$typeof;
|
|
69
|
+
switch (D) {
|
|
70
70
|
case e:
|
|
71
71
|
switch (g = g.type, g) {
|
|
72
72
|
case r:
|
|
@@ -85,11 +85,11 @@ function uo() {
|
|
|
85
85
|
case t:
|
|
86
86
|
return g;
|
|
87
87
|
default:
|
|
88
|
-
return
|
|
88
|
+
return D;
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
case n:
|
|
92
|
-
return
|
|
92
|
+
return D;
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
95
|
}
|
|
@@ -98,32 +98,32 @@ function uo() {
|
|
|
98
98
|
}, G.isConcurrentMode = function() {
|
|
99
99
|
return !1;
|
|
100
100
|
}, G.isContextConsumer = function(g) {
|
|
101
|
-
return
|
|
101
|
+
return S(g) === s;
|
|
102
102
|
}, G.isContextProvider = function(g) {
|
|
103
|
-
return
|
|
103
|
+
return S(g) === t;
|
|
104
104
|
}, G.isElement = function(g) {
|
|
105
105
|
return typeof g == "object" && g !== null && g.$$typeof === e;
|
|
106
106
|
}, G.isForwardRef = function(g) {
|
|
107
|
-
return
|
|
107
|
+
return S(g) === d;
|
|
108
108
|
}, G.isFragment = function(g) {
|
|
109
|
-
return
|
|
109
|
+
return S(g) === r;
|
|
110
110
|
}, G.isLazy = function(g) {
|
|
111
|
-
return
|
|
111
|
+
return S(g) === b;
|
|
112
112
|
}, G.isMemo = function(g) {
|
|
113
|
-
return
|
|
113
|
+
return S(g) === h;
|
|
114
114
|
}, G.isPortal = function(g) {
|
|
115
|
-
return
|
|
115
|
+
return S(g) === n;
|
|
116
116
|
}, G.isProfiler = function(g) {
|
|
117
|
-
return
|
|
117
|
+
return S(g) === o;
|
|
118
118
|
}, G.isStrictMode = function(g) {
|
|
119
|
-
return
|
|
119
|
+
return S(g) === i;
|
|
120
120
|
}, G.isSuspense = function(g) {
|
|
121
|
-
return
|
|
121
|
+
return S(g) === u;
|
|
122
122
|
}, G.isSuspenseList = function(g) {
|
|
123
|
-
return
|
|
123
|
+
return S(g) === a;
|
|
124
124
|
}, G.isValidElementType = function(g) {
|
|
125
125
|
return typeof g == "string" || typeof g == "function" || g === r || g === o || g === i || g === u || g === a || g === _ || typeof g == "object" && g !== null && (g.$$typeof === b || g.$$typeof === h || g.$$typeof === t || g.$$typeof === s || g.$$typeof === d || g.$$typeof === x || g.getModuleId !== void 0);
|
|
126
|
-
}, G.typeOf =
|
|
126
|
+
}, G.typeOf = S, G;
|
|
127
127
|
}
|
|
128
128
|
var X = {};
|
|
129
129
|
/**
|
|
@@ -138,10 +138,10 @@ var X = {};
|
|
|
138
138
|
var cn;
|
|
139
139
|
function co() {
|
|
140
140
|
return cn || (cn = 1, process.env.NODE_ENV !== "production" && function() {
|
|
141
|
-
var e = Symbol.for("react.element"), n = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), o = Symbol.for("react.profiler"), t = Symbol.for("react.provider"), s = Symbol.for("react.context"), l = Symbol.for("react.server_context"), d = Symbol.for("react.forward_ref"), u = Symbol.for("react.suspense"), a = Symbol.for("react.suspense_list"), h = Symbol.for("react.memo"), b = Symbol.for("react.lazy"), _ = Symbol.for("react.offscreen"), x = !1,
|
|
141
|
+
var e = Symbol.for("react.element"), n = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), o = Symbol.for("react.profiler"), t = Symbol.for("react.provider"), s = Symbol.for("react.context"), l = Symbol.for("react.server_context"), d = Symbol.for("react.forward_ref"), u = Symbol.for("react.suspense"), a = Symbol.for("react.suspense_list"), h = Symbol.for("react.memo"), b = Symbol.for("react.lazy"), _ = Symbol.for("react.offscreen"), x = !1, S = !1, g = !1, D = !1, c = !1, f;
|
|
142
142
|
f = Symbol.for("react.module.reference");
|
|
143
143
|
function p(C) {
|
|
144
|
-
return !!(typeof C == "string" || typeof C == "function" || C === r || C === o || c || C === i || C === u || C === a ||
|
|
144
|
+
return !!(typeof C == "string" || typeof C == "function" || C === r || C === o || c || C === i || C === u || C === a || D || C === _ || x || S || g || typeof C == "object" && C !== null && (C.$$typeof === b || C.$$typeof === h || C.$$typeof === t || C.$$typeof === s || C.$$typeof === d || // This needs to include all possible module reference object
|
|
145
145
|
// types supported by any Flight configuration anywhere since
|
|
146
146
|
// we don't know which Flight build this will end up being used
|
|
147
147
|
// with.
|
|
@@ -179,11 +179,11 @@ function co() {
|
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
|
-
var m = s,
|
|
182
|
+
var m = s, N = t, E = e, k = d, M = r, O = b, P = h, V = n, R = o, F = i, L = u, K = a, U = !1, Z = !1;
|
|
183
183
|
function j(C) {
|
|
184
184
|
return U || (U = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")), !1;
|
|
185
185
|
}
|
|
186
|
-
function
|
|
186
|
+
function z(C) {
|
|
187
187
|
return Z || (Z = !0, console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")), !1;
|
|
188
188
|
}
|
|
189
189
|
function Y(C) {
|
|
@@ -204,10 +204,10 @@ function co() {
|
|
|
204
204
|
function H(C) {
|
|
205
205
|
return I(C) === b;
|
|
206
206
|
}
|
|
207
|
-
function
|
|
207
|
+
function q(C) {
|
|
208
208
|
return I(C) === h;
|
|
209
209
|
}
|
|
210
|
-
function
|
|
210
|
+
function W(C) {
|
|
211
211
|
return I(C) === n;
|
|
212
212
|
}
|
|
213
213
|
function B(C) {
|
|
@@ -222,7 +222,7 @@ function co() {
|
|
|
222
222
|
function ue(C) {
|
|
223
223
|
return I(C) === a;
|
|
224
224
|
}
|
|
225
|
-
X.ContextConsumer = m, X.ContextProvider =
|
|
225
|
+
X.ContextConsumer = m, X.ContextProvider = N, X.Element = E, X.ForwardRef = k, X.Fragment = M, X.Lazy = O, X.Memo = P, X.Portal = V, X.Profiler = R, X.StrictMode = F, X.Suspense = L, X.SuspenseList = K, X.isAsyncMode = j, X.isConcurrentMode = z, X.isContextConsumer = Y, X.isContextProvider = oe, X.isElement = T, X.isForwardRef = A, X.isFragment = w, X.isLazy = H, X.isMemo = q, X.isPortal = W, X.isProfiler = B, X.isStrictMode = ae, X.isSuspense = le, X.isSuspenseList = ue, X.isValidElementType = p, X.typeOf = I;
|
|
226
226
|
}()), X;
|
|
227
227
|
}
|
|
228
228
|
process.env.NODE_ENV === "production" ? It.exports = uo() : It.exports = co();
|
|
@@ -263,27 +263,27 @@ const fn = (e) => typeof e == "object" && e != null && e.nodeType === 1, hn = (e
|
|
|
263
263
|
}
|
|
264
264
|
x != null && x === document.body && gt(x) && !gt(document.documentElement) || x != null && gt(x, a) && _.push(x);
|
|
265
265
|
}
|
|
266
|
-
const
|
|
266
|
+
const S = (i = (r = window.visualViewport) == null ? void 0 : r.width) != null ? i : innerWidth, g = (t = (o = window.visualViewport) == null ? void 0 : o.height) != null ? t : innerHeight, { scrollX: D, scrollY: c } = window, { height: f, width: p, top: I, right: m, bottom: N, left: E } = e.getBoundingClientRect(), { top: k, right: M, bottom: O, left: P } = ((L) => {
|
|
267
267
|
const K = window.getComputedStyle(L);
|
|
268
268
|
return { top: parseFloat(K.scrollMarginTop) || 0, right: parseFloat(K.scrollMarginRight) || 0, bottom: parseFloat(K.scrollMarginBottom) || 0, left: parseFloat(K.scrollMarginLeft) || 0 };
|
|
269
269
|
})(e);
|
|
270
|
-
let V = l === "start" || l === "nearest" ? I - k : l === "end" ?
|
|
270
|
+
let V = l === "start" || l === "nearest" ? I - k : l === "end" ? N + O : I + f / 2 - k + O, R = d === "center" ? E + p / 2 - P + M : d === "end" ? m + M : E - P;
|
|
271
271
|
const F = [];
|
|
272
272
|
for (let L = 0; L < _.length; L++) {
|
|
273
|
-
const K = _[L], { height: U, width: Z, top: j, right:
|
|
274
|
-
if (s === "if-needed" && I >= 0 && E >= 0 &&
|
|
273
|
+
const K = _[L], { height: U, width: Z, top: j, right: z, bottom: Y, left: oe } = K.getBoundingClientRect();
|
|
274
|
+
if (s === "if-needed" && I >= 0 && E >= 0 && N <= g && m <= S && I >= j && N <= Y && E >= oe && m <= z)
|
|
275
275
|
return F;
|
|
276
|
-
const T = getComputedStyle(K), A = parseInt(T.borderLeftWidth, 10), w = parseInt(T.borderTopWidth, 10), H = parseInt(T.borderRightWidth, 10),
|
|
277
|
-
let
|
|
278
|
-
const ae = "offsetWidth" in K ? K.offsetWidth - K.clientWidth - A - H : 0, le = "offsetHeight" in K ? K.offsetHeight - K.clientHeight - w -
|
|
276
|
+
const T = getComputedStyle(K), A = parseInt(T.borderLeftWidth, 10), w = parseInt(T.borderTopWidth, 10), H = parseInt(T.borderRightWidth, 10), q = parseInt(T.borderBottomWidth, 10);
|
|
277
|
+
let W = 0, B = 0;
|
|
278
|
+
const ae = "offsetWidth" in K ? K.offsetWidth - K.clientWidth - A - H : 0, le = "offsetHeight" in K ? K.offsetHeight - K.clientHeight - w - q : 0, ue = "offsetWidth" in K ? K.offsetWidth === 0 ? 0 : Z / K.offsetWidth : 0, C = "offsetHeight" in K ? K.offsetHeight === 0 ? 0 : U / K.offsetHeight : 0;
|
|
279
279
|
if (b === K)
|
|
280
|
-
|
|
280
|
+
W = l === "start" ? V : l === "end" ? V - g : l === "nearest" ? nt(c, c + g, g, w, q, c + V, c + V + f, f) : V - g / 2, B = d === "start" ? R : d === "center" ? R - S / 2 : d === "end" ? R - S : nt(D, D + S, S, A, H, D + R, D + R + p, p), W = Math.max(0, W + c), B = Math.max(0, B + D);
|
|
281
281
|
else {
|
|
282
|
-
|
|
282
|
+
W = l === "start" ? V - j - w : l === "end" ? V - Y + q + le : l === "nearest" ? nt(j, Y, U, w, q + le, V, V + f, f) : V - (j + U / 2) + le / 2, B = d === "start" ? R - oe - A : d === "center" ? R - (oe + Z / 2) + ae / 2 : d === "end" ? R - z + H + ae : nt(oe, z, Z, A, H + ae, R, R + p, p);
|
|
283
283
|
const { scrollLeft: he, scrollTop: ie } = K;
|
|
284
|
-
|
|
284
|
+
W = C === 0 ? 0 : Math.max(0, Math.min(ie + W / C, K.scrollHeight - U / C + le)), B = ue === 0 ? 0 : Math.max(0, Math.min(he + B / ue, K.scrollWidth - Z / ue + ae)), V += ie - W, R += he - B;
|
|
285
285
|
}
|
|
286
|
-
F.push({ el: K, top:
|
|
286
|
+
F.push({ el: K, top: W, left: B });
|
|
287
287
|
}
|
|
288
288
|
return F;
|
|
289
289
|
};
|
|
@@ -429,8 +429,8 @@ function lt(e, n, r, i) {
|
|
|
429
429
|
return o && (mn(o, e, r) || i && mn(o, r.document.activeElement, r));
|
|
430
430
|
});
|
|
431
431
|
}
|
|
432
|
-
var
|
|
433
|
-
process.env.NODE_ENV !== "production" && (
|
|
432
|
+
var St = me;
|
|
433
|
+
process.env.NODE_ENV !== "production" && (St = function(n, r, i) {
|
|
434
434
|
var o = "This prop should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled Downshift element for the lifetime of the component. More info: https://github.com/downshift-js/downshift#control-props";
|
|
435
435
|
Object.keys(n).forEach(function(t) {
|
|
436
436
|
r[t] !== void 0 && i[t] === void 0 ? console.error('downshift: A component has changed the controlled prop "' + t + '" to be uncontrolled. ' + o) : r[t] === void 0 && i[t] !== void 0 && console.error('downshift: A component has changed the uncontrolled prop "' + t + '" to be controlled. ' + o);
|
|
@@ -452,22 +452,22 @@ function Fn(e) {
|
|
|
452
452
|
width: "1px"
|
|
453
453
|
}), e.body.appendChild(n), n);
|
|
454
454
|
}
|
|
455
|
-
function
|
|
455
|
+
function Ot(e, n) {
|
|
456
456
|
if (!(!e || !n)) {
|
|
457
457
|
var r = Fn(n);
|
|
458
458
|
r.textContent = e, _o(n);
|
|
459
459
|
}
|
|
460
460
|
}
|
|
461
|
-
var Ln = process.env.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0, Bn = process.env.NODE_ENV !== "production" ? "__autocomplete_mouseup__" : 1, Un = process.env.NODE_ENV !== "production" ? "__autocomplete_item_mouseenter__" : 2, ot = process.env.NODE_ENV !== "production" ? "__autocomplete_keydown_arrow_up__" : 3, it = process.env.NODE_ENV !== "production" ? "__autocomplete_keydown_arrow_down__" : 4,
|
|
461
|
+
var Ln = process.env.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0, Bn = process.env.NODE_ENV !== "production" ? "__autocomplete_mouseup__" : 1, Un = process.env.NODE_ENV !== "production" ? "__autocomplete_item_mouseenter__" : 2, ot = process.env.NODE_ENV !== "production" ? "__autocomplete_keydown_arrow_up__" : 3, it = process.env.NODE_ENV !== "production" ? "__autocomplete_keydown_arrow_down__" : 4, qn = process.env.NODE_ENV !== "production" ? "__autocomplete_keydown_escape__" : 5, zn = process.env.NODE_ENV !== "production" ? "__autocomplete_keydown_enter__" : 6, Wn = process.env.NODE_ENV !== "production" ? "__autocomplete_keydown_home__" : 7, Yn = process.env.NODE_ENV !== "production" ? "__autocomplete_keydown_end__" : 8, Gn = process.env.NODE_ENV !== "production" ? "__autocomplete_click_item__" : 9, Xn = process.env.NODE_ENV !== "production" ? "__autocomplete_blur_input__" : 10, Jn = process.env.NODE_ENV !== "production" ? "__autocomplete_change_input__" : 11, Qn = process.env.NODE_ENV !== "production" ? "__autocomplete_keydown_space_button__" : 12, yt = process.env.NODE_ENV !== "production" ? "__autocomplete_click_button__" : 13, Zn = process.env.NODE_ENV !== "production" ? "__autocomplete_blur_button__" : 14, er = process.env.NODE_ENV !== "production" ? "__autocomplete_controlled_prop_updated_selected_item__" : 15, tr = process.env.NODE_ENV !== "production" ? "__autocomplete_touchend__" : 16, Io = /* @__PURE__ */ Object.freeze({
|
|
462
462
|
__proto__: null,
|
|
463
463
|
unknown: Ln,
|
|
464
464
|
mouseUp: Bn,
|
|
465
465
|
itemMouseEnter: Un,
|
|
466
466
|
keyDownArrowUp: ot,
|
|
467
467
|
keyDownArrowDown: it,
|
|
468
|
-
keyDownEscape:
|
|
469
|
-
keyDownEnter:
|
|
470
|
-
keyDownHome:
|
|
468
|
+
keyDownEscape: qn,
|
|
469
|
+
keyDownEnter: zn,
|
|
470
|
+
keyDownHome: Wn,
|
|
471
471
|
keyDownEnd: Yn,
|
|
472
472
|
clickItem: Gn,
|
|
473
473
|
blurInput: Xn,
|
|
@@ -522,16 +522,16 @@ var Ln = process.env.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0,
|
|
|
522
522
|
}, t.selectHighlightedItem = function(c, f) {
|
|
523
523
|
return t.selectItemAtIndex(t.getState().highlightedIndex, c, f);
|
|
524
524
|
}, t.internalSetState = function(c, f) {
|
|
525
|
-
var p, I, m = {},
|
|
526
|
-
return !
|
|
525
|
+
var p, I, m = {}, N = typeof c == "function";
|
|
526
|
+
return !N && c.hasOwnProperty("inputValue") && t.props.onInputValueChange(c.inputValue, $({}, t.getStateAndHelpers(), c)), t.setState(function(E) {
|
|
527
527
|
var k;
|
|
528
528
|
E = t.getState(E);
|
|
529
|
-
var M =
|
|
529
|
+
var M = N ? c(E) : c;
|
|
530
530
|
M = t.props.stateReducer(E, M), p = M.hasOwnProperty("selectedItem");
|
|
531
|
-
var
|
|
531
|
+
var O = {};
|
|
532
532
|
return p && M.selectedItem !== E.selectedItem && (I = M.selectedItem), (k = M).type || (k.type = Ln), Object.keys(M).forEach(function(P) {
|
|
533
|
-
E[P] !== M[P] && (m[P] = M[P]), P !== "type" && (M[P], at(t.props, P) || (
|
|
534
|
-
}),
|
|
533
|
+
E[P] !== M[P] && (m[P] = M[P]), P !== "type" && (M[P], at(t.props, P) || (O[P] = M[P]));
|
|
534
|
+
}), N && M.hasOwnProperty("inputValue") && t.props.onInputValueChange(M.inputValue, $({}, t.getStateAndHelpers(), M)), O;
|
|
535
535
|
}, function() {
|
|
536
536
|
gn(f)();
|
|
537
537
|
var E = Object.keys(m).length > 1;
|
|
@@ -540,10 +540,10 @@ var Ln = process.env.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0,
|
|
|
540
540
|
}, t.rootRef = function(c) {
|
|
541
541
|
return t._rootNode = c;
|
|
542
542
|
}, t.getRootProps = function(c, f) {
|
|
543
|
-
var p, I = c === void 0 ? {} : c, m = I.refKey,
|
|
544
|
-
t.getRootProps.called = !0, t.getRootProps.refKey =
|
|
543
|
+
var p, I = c === void 0 ? {} : c, m = I.refKey, N = m === void 0 ? "ref" : m, E = I.ref, k = ve(I, yo), M = f === void 0 ? {} : f, O = M.suppressRefError, P = O === void 0 ? !1 : O;
|
|
544
|
+
t.getRootProps.called = !0, t.getRootProps.refKey = N, t.getRootProps.suppressRefError = P;
|
|
545
545
|
var V = t.getState(), R = V.isOpen;
|
|
546
|
-
return $((p = {}, p[
|
|
546
|
+
return $((p = {}, p[N] = Re(E, t.rootRef), p.role = "combobox", p["aria-expanded"] = R, p["aria-haspopup"] = "listbox", p["aria-owns"] = R ? t.menuId : void 0, p["aria-labelledby"] = t.labelId, p), k);
|
|
547
547
|
}, t.keyDownHandlers = {
|
|
548
548
|
ArrowDown: function(f) {
|
|
549
549
|
var p = this;
|
|
@@ -559,7 +559,7 @@ var Ln = process.env.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0,
|
|
|
559
559
|
}, function() {
|
|
560
560
|
var m = p.getItemCount();
|
|
561
561
|
if (m > 0) {
|
|
562
|
-
var
|
|
562
|
+
var N = p.getState(), E = N.highlightedIndex, k = ke(E, 1, {
|
|
563
563
|
length: m
|
|
564
564
|
}, p.isItemDisabled, !0);
|
|
565
565
|
p.setHighlightedIndex(k, {
|
|
@@ -582,7 +582,7 @@ var Ln = process.env.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0,
|
|
|
582
582
|
}, function() {
|
|
583
583
|
var m = p.getItemCount();
|
|
584
584
|
if (m > 0) {
|
|
585
|
-
var
|
|
585
|
+
var N = p.getState(), E = N.highlightedIndex, k = ke(E, -1, {
|
|
586
586
|
length: m
|
|
587
587
|
}, p.isItemDisabled, !0);
|
|
588
588
|
p.setHighlightedIndex(k, {
|
|
@@ -596,18 +596,18 @@ var Ln = process.env.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0,
|
|
|
596
596
|
var p = this.getState(), I = p.isOpen, m = p.highlightedIndex;
|
|
597
597
|
if (I && m != null) {
|
|
598
598
|
f.preventDefault();
|
|
599
|
-
var
|
|
600
|
-
if (
|
|
599
|
+
var N = this.items[m], E = this.getItemNodeFromIndex(m);
|
|
600
|
+
if (N == null || E && E.hasAttribute("disabled"))
|
|
601
601
|
return;
|
|
602
602
|
this.selectHighlightedItem({
|
|
603
|
-
type:
|
|
603
|
+
type: zn
|
|
604
604
|
});
|
|
605
605
|
}
|
|
606
606
|
}
|
|
607
607
|
},
|
|
608
608
|
Escape: function(f) {
|
|
609
609
|
f.preventDefault(), this.reset($({
|
|
610
|
-
type:
|
|
610
|
+
type: qn
|
|
611
611
|
}, !this.state.isOpen && {
|
|
612
612
|
selectedItem: null,
|
|
613
613
|
inputValue: ""
|
|
@@ -626,11 +626,11 @@ var Ln = process.env.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0,
|
|
|
626
626
|
f.preventDefault();
|
|
627
627
|
var m = this.getItemCount();
|
|
628
628
|
if (!(m <= 0 || !I)) {
|
|
629
|
-
var
|
|
629
|
+
var N = Le(0, !1, {
|
|
630
630
|
length: m
|
|
631
631
|
}, this.isItemDisabled);
|
|
632
|
-
this.setHighlightedIndex(
|
|
633
|
-
type:
|
|
632
|
+
this.setHighlightedIndex(N, {
|
|
633
|
+
type: Wn
|
|
634
634
|
});
|
|
635
635
|
}
|
|
636
636
|
}
|
|
@@ -641,10 +641,10 @@ var Ln = process.env.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0,
|
|
|
641
641
|
f.preventDefault();
|
|
642
642
|
var m = this.getItemCount();
|
|
643
643
|
if (!(m <= 0 || !I)) {
|
|
644
|
-
var
|
|
644
|
+
var N = Le(m - 1, !0, {
|
|
645
645
|
length: m
|
|
646
646
|
}, this.isItemDisabled);
|
|
647
|
-
this.setHighlightedIndex(
|
|
647
|
+
this.setHighlightedIndex(N, {
|
|
648
648
|
type: Yn
|
|
649
649
|
});
|
|
650
650
|
}
|
|
@@ -653,12 +653,12 @@ var Ln = process.env.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0,
|
|
|
653
653
|
}), t.getToggleButtonProps = function(c) {
|
|
654
654
|
var f = c === void 0 ? {} : c, p = f.onClick;
|
|
655
655
|
f.onPress;
|
|
656
|
-
var I = f.onKeyDown, m = f.onKeyUp,
|
|
656
|
+
var I = f.onKeyDown, m = f.onKeyUp, N = f.onBlur, E = ve(f, xo), k = t.getState(), M = k.isOpen, O = {
|
|
657
657
|
onClick: re(p, t.buttonHandleClick),
|
|
658
658
|
onKeyDown: re(I, t.buttonHandleKeyDown),
|
|
659
659
|
onKeyUp: re(m, t.buttonHandleKeyUp),
|
|
660
|
-
onBlur: re(
|
|
661
|
-
}, P = E.disabled ? {} :
|
|
660
|
+
onBlur: re(N, t.buttonHandleBlur)
|
|
661
|
+
}, P = E.disabled ? {} : O;
|
|
662
662
|
return $({
|
|
663
663
|
type: "button",
|
|
664
664
|
role: "button",
|
|
@@ -699,14 +699,14 @@ var Ln = process.env.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0,
|
|
|
699
699
|
id: t.labelId
|
|
700
700
|
}, c);
|
|
701
701
|
}, t.getInputProps = function(c) {
|
|
702
|
-
var f = c === void 0 ? {} : c, p = f.onKeyDown, I = f.onBlur, m = f.onChange,
|
|
702
|
+
var f = c === void 0 ? {} : c, p = f.onKeyDown, I = f.onBlur, m = f.onChange, N = f.onInput;
|
|
703
703
|
f.onChangeText;
|
|
704
704
|
var E = ve(f, bo), k, M = {};
|
|
705
705
|
k = "onChange";
|
|
706
|
-
var
|
|
706
|
+
var O = t.getState(), P = O.inputValue, V = O.isOpen, R = O.highlightedIndex;
|
|
707
707
|
if (!E.disabled) {
|
|
708
708
|
var F;
|
|
709
|
-
M = (F = {}, F[k] = re(m,
|
|
709
|
+
M = (F = {}, F[k] = re(m, N, t.inputHandleChange), F.onKeyDown = re(p, t.inputHandleKeyDown), F.onBlur = re(I, t.inputHandleBlur), F);
|
|
710
710
|
}
|
|
711
711
|
return $({
|
|
712
712
|
"aria-autocomplete": "list",
|
|
@@ -742,17 +742,17 @@ var Ln = process.env.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0,
|
|
|
742
742
|
}, t.menuRef = function(c) {
|
|
743
743
|
t._menuNode = c;
|
|
744
744
|
}, t.getMenuProps = function(c, f) {
|
|
745
|
-
var p, I = c === void 0 ? {} : c, m = I.refKey,
|
|
746
|
-
return t.getMenuProps.called = !0, t.getMenuProps.refKey =
|
|
745
|
+
var p, I = c === void 0 ? {} : c, m = I.refKey, N = m === void 0 ? "ref" : m, E = I.ref, k = ve(I, wo), M = f === void 0 ? {} : f, O = M.suppressRefError, P = O === void 0 ? !1 : O;
|
|
746
|
+
return t.getMenuProps.called = !0, t.getMenuProps.refKey = N, t.getMenuProps.suppressRefError = P, $((p = {}, p[N] = Re(E, t.menuRef), p.role = "listbox", p["aria-labelledby"] = k && k["aria-label"] ? void 0 : t.labelId, p.id = t.menuId, p), k);
|
|
747
747
|
}, t.getItemProps = function(c) {
|
|
748
|
-
var f, p = c === void 0 ? {} : c, I = p.onMouseMove, m = p.onMouseDown,
|
|
748
|
+
var f, p = c === void 0 ? {} : c, I = p.onMouseMove, m = p.onMouseDown, N = p.onClick;
|
|
749
749
|
p.onPress;
|
|
750
750
|
var E = p.index, k = p.item, M = k === void 0 ? process.env.NODE_ENV === "production" ? (
|
|
751
751
|
/* istanbul ignore next */
|
|
752
752
|
void 0
|
|
753
|
-
) : go("getItemProps", "item") : k,
|
|
753
|
+
) : go("getItemProps", "item") : k, O = ve(p, Eo);
|
|
754
754
|
E === void 0 ? (t.items.push(M), E = t.items.indexOf(M)) : t.items[E] = M;
|
|
755
|
-
var P = "onClick", V =
|
|
755
|
+
var P = "onClick", V = N, R = (f = {
|
|
756
756
|
// onMouseMove is used over onMouseEnter here. onMouseMove
|
|
757
757
|
// is only triggered on actual mouse movement while onMouseEnter
|
|
758
758
|
// can fire on DOM changes, interrupting keyboard navigation
|
|
@@ -770,14 +770,14 @@ var Ln = process.env.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0,
|
|
|
770
770
|
t.selectItemAtIndex(E, {
|
|
771
771
|
type: Gn
|
|
772
772
|
});
|
|
773
|
-
}), f), F =
|
|
773
|
+
}), f), F = O.disabled ? {
|
|
774
774
|
onMouseDown: R.onMouseDown
|
|
775
775
|
} : R;
|
|
776
776
|
return $({
|
|
777
777
|
id: t.getItemId(E),
|
|
778
778
|
role: "option",
|
|
779
779
|
"aria-selected": t.getState().highlightedIndex === E
|
|
780
|
-
}, F,
|
|
780
|
+
}, F, O);
|
|
781
781
|
}, t.clearItems = function() {
|
|
782
782
|
t.items = [];
|
|
783
783
|
}, t.reset = function(c, f) {
|
|
@@ -818,16 +818,16 @@ var Ln = process.env.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0,
|
|
|
818
818
|
resultCount: I,
|
|
819
819
|
highlightedItem: p
|
|
820
820
|
}, f));
|
|
821
|
-
t.previousResultCount = I,
|
|
821
|
+
t.previousResultCount = I, Ot(m, t.props.environment.document);
|
|
822
822
|
}
|
|
823
823
|
}, 200);
|
|
824
|
-
var s = t.props, l = s.defaultHighlightedIndex, d = s.initialHighlightedIndex, u = d === void 0 ? l : d, a = s.defaultIsOpen, h = s.initialIsOpen, b = h === void 0 ? a : h, _ = s.initialInputValue, x = _ === void 0 ? "" : _,
|
|
824
|
+
var s = t.props, l = s.defaultHighlightedIndex, d = s.initialHighlightedIndex, u = d === void 0 ? l : d, a = s.defaultIsOpen, h = s.initialIsOpen, b = h === void 0 ? a : h, _ = s.initialInputValue, x = _ === void 0 ? "" : _, S = s.initialSelectedItem, g = S === void 0 ? null : S, D = t.getState({
|
|
825
825
|
highlightedIndex: u,
|
|
826
826
|
isOpen: b,
|
|
827
827
|
inputValue: x,
|
|
828
828
|
selectedItem: g
|
|
829
829
|
});
|
|
830
|
-
return
|
|
830
|
+
return D.selectedItem != null && t.props.initialInputValue === void 0 && (D.inputValue = t.props.itemToString(D.selectedItem)), t.state = D, t;
|
|
831
831
|
}
|
|
832
832
|
var i = r.prototype;
|
|
833
833
|
return i.internalClearTimeouts = function() {
|
|
@@ -855,23 +855,23 @@ var Ln = process.env.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0,
|
|
|
855
855
|
this.setHighlightedIndex(a, s);
|
|
856
856
|
}
|
|
857
857
|
}, i.getStateAndHelpers = function() {
|
|
858
|
-
var t = this.getState(), s = t.highlightedIndex, l = t.inputValue, d = t.selectedItem, u = t.isOpen, a = this.props.itemToString, h = this.id, b = this.getRootProps, _ = this.getToggleButtonProps, x = this.getLabelProps,
|
|
858
|
+
var t = this.getState(), s = t.highlightedIndex, l = t.inputValue, d = t.selectedItem, u = t.isOpen, a = this.props.itemToString, h = this.id, b = this.getRootProps, _ = this.getToggleButtonProps, x = this.getLabelProps, S = this.getMenuProps, g = this.getInputProps, D = this.getItemProps, c = this.openMenu, f = this.closeMenu, p = this.toggleMenu, I = this.selectItem, m = this.selectItemAtIndex, N = this.selectHighlightedItem, E = this.setHighlightedIndex, k = this.clearSelection, M = this.clearItems, O = this.reset, P = this.setItemCount, V = this.unsetItemCount, R = this.internalSetState;
|
|
859
859
|
return {
|
|
860
860
|
// prop getters
|
|
861
861
|
getRootProps: b,
|
|
862
862
|
getToggleButtonProps: _,
|
|
863
863
|
getLabelProps: x,
|
|
864
|
-
getMenuProps:
|
|
864
|
+
getMenuProps: S,
|
|
865
865
|
getInputProps: g,
|
|
866
|
-
getItemProps:
|
|
866
|
+
getItemProps: D,
|
|
867
867
|
// actions
|
|
868
|
-
reset:
|
|
868
|
+
reset: O,
|
|
869
869
|
openMenu: c,
|
|
870
870
|
closeMenu: f,
|
|
871
871
|
toggleMenu: p,
|
|
872
872
|
selectItem: I,
|
|
873
873
|
selectItemAtIndex: m,
|
|
874
|
-
selectHighlightedItem:
|
|
874
|
+
selectHighlightedItem: N,
|
|
875
875
|
setHighlightedIndex: E,
|
|
876
876
|
clearSelection: k,
|
|
877
877
|
clearItems: M,
|
|
@@ -925,7 +925,7 @@ var Ln = process.env.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0,
|
|
|
925
925
|
var l = this.props.highlightedIndex === void 0 ? this.getState() : this.props, d = l.highlightedIndex, u = s.highlightedIndex === void 0 ? t : s, a = u.highlightedIndex, h = d && this.getState().isOpen && !t.isOpen, b = d !== a;
|
|
926
926
|
return h || b;
|
|
927
927
|
}, i.componentDidUpdate = function(t, s) {
|
|
928
|
-
process.env.NODE_ENV !== "production" && (
|
|
928
|
+
process.env.NODE_ENV !== "production" && (St(this.state, t, this.props), this.getMenuProps.called && !this.getMenuProps.suppressRefError && _n(this._menuNode, this.getMenuProps)), at(this.props, "selectedItem") && this.props.selectedItemChanged(t.selectedItem, this.props.selectedItem) && this.internalSetState({
|
|
929
929
|
type: er,
|
|
930
930
|
inputValue: this.props.itemToString(this.props.selectedItem)
|
|
931
931
|
}), !this.avoidScrolling && this.shouldScroll(s, t) && this.scrollHighlightedItemIntoView(), this.updateStatus();
|
|
@@ -938,7 +938,7 @@ var Ln = process.env.NODE_ENV !== "production" ? "__autocomplete_unknown__" : 0,
|
|
|
938
938
|
if (!s)
|
|
939
939
|
return null;
|
|
940
940
|
if (this.getRootProps.called || this.props.suppressRefError)
|
|
941
|
-
return process.env.NODE_ENV !== "production" && !this.getRootProps.suppressRefError && !this.props.suppressRefError &&
|
|
941
|
+
return process.env.NODE_ENV !== "production" && !this.getRootProps.suppressRefError && !this.props.suppressRefError && So(s, this.getRootProps), s;
|
|
942
942
|
if (Kn(s))
|
|
943
943
|
return /* @__PURE__ */ Fr(s, this.getRootProps($n(s)));
|
|
944
944
|
if (process.env.NODE_ENV !== "production")
|
|
@@ -1022,26 +1022,26 @@ function _n(e, n) {
|
|
|
1022
1022
|
var r = n.refKey;
|
|
1023
1023
|
e || console.error('downshift: The ref prop "' + r + '" from getMenuProps was not applied correctly on your menu element.');
|
|
1024
1024
|
}
|
|
1025
|
-
function
|
|
1025
|
+
function So(e, n) {
|
|
1026
1026
|
var r = n.refKey, i = r !== "ref", o = !Kn(e);
|
|
1027
1027
|
o && !i && !pn.isForwardRef(e) ? console.error("downshift: You returned a non-DOM element. You must specify a refKey in getRootProps") : !o && i && console.error('downshift: You returned a DOM element. You should not specify a refKey in getRootProps. You specified "' + r + '"'), !pn.isForwardRef(e) && !$n(e)[r] && console.error('downshift: You must apply the ref prop "' + r + '" from getRootProps onto your root element.');
|
|
1028
1028
|
}
|
|
1029
|
-
var
|
|
1029
|
+
var Oo = ["highlightedIndex", "items", "environment"], nr = {
|
|
1030
1030
|
highlightedIndex: -1,
|
|
1031
1031
|
isOpen: !1,
|
|
1032
1032
|
selectedItem: null,
|
|
1033
1033
|
inputValue: ""
|
|
1034
1034
|
};
|
|
1035
|
-
function
|
|
1035
|
+
function Do(e, n, r) {
|
|
1036
1036
|
var i = e.props, o = e.type, t = {};
|
|
1037
1037
|
Object.keys(n).forEach(function(s) {
|
|
1038
|
-
|
|
1038
|
+
No(s, e, n, r), r[s] !== n[s] && (t[s] = r[s]);
|
|
1039
1039
|
}), i.onStateChange && Object.keys(t).length && i.onStateChange($({
|
|
1040
1040
|
type: o
|
|
1041
1041
|
}, t));
|
|
1042
1042
|
}
|
|
1043
|
-
function
|
|
1044
|
-
var o = n.props, t = n.type, s = "on" +
|
|
1043
|
+
function No(e, n, r, i) {
|
|
1044
|
+
var o = n.props, t = n.type, s = "on" + Dt(e) + "Change";
|
|
1045
1045
|
o[s] && i[e] !== void 0 && i[e] !== r[e] && o[s]($({
|
|
1046
1046
|
type: t
|
|
1047
1047
|
}, i));
|
|
@@ -1054,7 +1054,7 @@ function Po(e) {
|
|
|
1054
1054
|
return n ? r(n) + " has been selected." : "";
|
|
1055
1055
|
}
|
|
1056
1056
|
var ko = Ct(function(e, n) {
|
|
1057
|
-
|
|
1057
|
+
Ot(e(), n);
|
|
1058
1058
|
}, 200), Mo = typeof window < "u" && typeof window.document < "u" && typeof window.document.createElement < "u" ? wt : de, To = "useId" in st ? function(n) {
|
|
1059
1059
|
var r = n.id, i = n.labelId, o = n.menuId, t = n.getItemId, s = n.toggleButtonId, l = n.inputId, d = "downshift-" + st.useId();
|
|
1060
1060
|
r || (r = d);
|
|
@@ -1090,28 +1090,28 @@ function rr(e, n, r, i) {
|
|
|
1090
1090
|
t = n === void 0 ? r.indexOf(e) : n, o = e;
|
|
1091
1091
|
return [o, t];
|
|
1092
1092
|
}
|
|
1093
|
-
function
|
|
1093
|
+
function Dt(e) {
|
|
1094
1094
|
return "" + e.slice(0, 1).toUpperCase() + e.slice(1);
|
|
1095
1095
|
}
|
|
1096
|
-
function
|
|
1096
|
+
function Nt(e) {
|
|
1097
1097
|
var n = Q(e);
|
|
1098
1098
|
return n.current = e, n;
|
|
1099
1099
|
}
|
|
1100
1100
|
function or(e, n, r, i) {
|
|
1101
1101
|
var o = Q(), t = Q(), s = ee(function(_, x) {
|
|
1102
1102
|
t.current = x, _ = Ye(_, x.props);
|
|
1103
|
-
var
|
|
1104
|
-
changes:
|
|
1103
|
+
var S = e(_, x), g = x.props.stateReducer(_, $({}, x, {
|
|
1104
|
+
changes: S
|
|
1105
1105
|
}));
|
|
1106
1106
|
return g;
|
|
1107
|
-
}, [e]), l = Br(s, n, r), d = l[0], u = l[1], a =
|
|
1107
|
+
}, [e]), l = Br(s, n, r), d = l[0], u = l[1], a = Nt(n), h = ee(function(_) {
|
|
1108
1108
|
return u($({
|
|
1109
1109
|
props: a.current
|
|
1110
1110
|
}, _));
|
|
1111
1111
|
}, [a]), b = t.current;
|
|
1112
1112
|
return de(function() {
|
|
1113
1113
|
var _ = Ye(o.current, b == null ? void 0 : b.props), x = b && o.current && !i(_, d);
|
|
1114
|
-
x &&
|
|
1114
|
+
x && Do(b, _, d), o.current = d;
|
|
1115
1115
|
}, [d, b, i]), [d, h];
|
|
1116
1116
|
}
|
|
1117
1117
|
function Vo(e, n, r, i) {
|
|
@@ -1135,7 +1135,7 @@ var je = {
|
|
|
1135
1135
|
};
|
|
1136
1136
|
function be(e, n, r) {
|
|
1137
1137
|
r === void 0 && (r = nr);
|
|
1138
|
-
var i = e["default" +
|
|
1138
|
+
var i = e["default" + Dt(n)];
|
|
1139
1139
|
return i !== void 0 ? i : r[n];
|
|
1140
1140
|
}
|
|
1141
1141
|
function Ke(e, n, r) {
|
|
@@ -1143,7 +1143,7 @@ function Ke(e, n, r) {
|
|
|
1143
1143
|
var i = e[n];
|
|
1144
1144
|
if (i !== void 0)
|
|
1145
1145
|
return i;
|
|
1146
|
-
var o = e["initial" +
|
|
1146
|
+
var o = e["initial" + Dt(n)];
|
|
1147
1147
|
return o !== void 0 ? o : be(e, n, r);
|
|
1148
1148
|
}
|
|
1149
1149
|
function Ao(e) {
|
|
@@ -1157,7 +1157,7 @@ function Ao(e) {
|
|
|
1157
1157
|
inputValue: o
|
|
1158
1158
|
};
|
|
1159
1159
|
}
|
|
1160
|
-
function
|
|
1160
|
+
function ze(e, n, r) {
|
|
1161
1161
|
var i = e.items, o = e.initialHighlightedIndex, t = e.defaultHighlightedIndex, s = e.itemToKey, l = n.selectedItem, d = n.highlightedIndex;
|
|
1162
1162
|
return i.length === 0 ? -1 : o !== void 0 && d === o ? o : t !== void 0 ? t : l ? i.findIndex(function(u) {
|
|
1163
1163
|
return s(l) === s(u);
|
|
@@ -1225,7 +1225,7 @@ process.env.NODE_ENV !== "production" && (Rt = function() {
|
|
|
1225
1225
|
return s;
|
|
1226
1226
|
});
|
|
1227
1227
|
function In(e, n, r) {
|
|
1228
|
-
var i = r.highlightedIndex, o = r.items, t = r.environment, s = ve(r,
|
|
1228
|
+
var i = r.highlightedIndex, o = r.items, t = r.environment, s = ve(r, Oo), l = Xe();
|
|
1229
1229
|
de(function() {
|
|
1230
1230
|
l || !(t != null && t.document) || ko(function() {
|
|
1231
1231
|
return e($({
|
|
@@ -1246,7 +1246,7 @@ var Pt = me;
|
|
|
1246
1246
|
process.env.NODE_ENV !== "production" && (Pt = function(n) {
|
|
1247
1247
|
var r = n.props, i = n.state, o = Q(r), t = Xe();
|
|
1248
1248
|
de(function() {
|
|
1249
|
-
t || (
|
|
1249
|
+
t || (St(i, o.current, r), o.current = r);
|
|
1250
1250
|
}, [i, r, t]);
|
|
1251
1251
|
});
|
|
1252
1252
|
function yn(e, n, r) {
|
|
@@ -1329,13 +1329,13 @@ function $o(e, n, r) {
|
|
|
1329
1329
|
case r.FunctionToggleMenu:
|
|
1330
1330
|
t = {
|
|
1331
1331
|
isOpen: !e.isOpen,
|
|
1332
|
-
highlightedIndex: e.isOpen ? -1 :
|
|
1332
|
+
highlightedIndex: e.isOpen ? -1 : ze(o, e, 0)
|
|
1333
1333
|
};
|
|
1334
1334
|
break;
|
|
1335
1335
|
case r.FunctionOpenMenu:
|
|
1336
1336
|
t = {
|
|
1337
1337
|
isOpen: !0,
|
|
1338
|
-
highlightedIndex:
|
|
1338
|
+
highlightedIndex: ze(o, e, 0)
|
|
1339
1339
|
};
|
|
1340
1340
|
break;
|
|
1341
1341
|
case r.FunctionCloseMenu:
|
|
@@ -1459,13 +1459,13 @@ var vr = me;
|
|
|
1459
1459
|
process.env.NODE_ENV !== "production" && (vr = function(n, r) {
|
|
1460
1460
|
y.checkPropTypes(Bo, n, "prop", r.name);
|
|
1461
1461
|
});
|
|
1462
|
-
var
|
|
1462
|
+
var qo = $({}, je, {
|
|
1463
1463
|
getA11yStatusMessage: jn,
|
|
1464
1464
|
isItemDisabled: function() {
|
|
1465
1465
|
return !1;
|
|
1466
1466
|
}
|
|
1467
1467
|
});
|
|
1468
|
-
function
|
|
1468
|
+
function zo(e, n) {
|
|
1469
1469
|
var r, i = n.type, o = n.props, t = n.altKey, s;
|
|
1470
1470
|
switch (i) {
|
|
1471
1471
|
case Lt:
|
|
@@ -1480,7 +1480,7 @@ function Wo(e, n) {
|
|
|
1480
1480
|
e.isOpen ? s = {
|
|
1481
1481
|
highlightedIndex: ke(e.highlightedIndex, 1, o.items, o.isItemDisabled, !0)
|
|
1482
1482
|
} : s = {
|
|
1483
|
-
highlightedIndex: t && e.selectedItem == null ? -1 :
|
|
1483
|
+
highlightedIndex: t && e.selectedItem == null ? -1 : ze(o, e, 1),
|
|
1484
1484
|
isOpen: o.items.length >= 0
|
|
1485
1485
|
};
|
|
1486
1486
|
break;
|
|
@@ -1488,7 +1488,7 @@ function Wo(e, n) {
|
|
|
1488
1488
|
e.isOpen ? t ? s = yn(o, e.highlightedIndex) : s = {
|
|
1489
1489
|
highlightedIndex: ke(e.highlightedIndex, -1, o.items, o.isItemDisabled, !0)
|
|
1490
1490
|
} : s = {
|
|
1491
|
-
highlightedIndex:
|
|
1491
|
+
highlightedIndex: ze(o, e, -1),
|
|
1492
1492
|
isOpen: o.items.length >= 0
|
|
1493
1493
|
};
|
|
1494
1494
|
break;
|
|
@@ -1543,7 +1543,7 @@ function Wo(e, n) {
|
|
|
1543
1543
|
case Ft:
|
|
1544
1544
|
s = {
|
|
1545
1545
|
isOpen: !e.isOpen,
|
|
1546
|
-
highlightedIndex: e.isOpen ? -1 :
|
|
1546
|
+
highlightedIndex: e.isOpen ? -1 : ze(o, e, 0)
|
|
1547
1547
|
};
|
|
1548
1548
|
break;
|
|
1549
1549
|
case Bt:
|
|
@@ -1562,14 +1562,14 @@ function Wo(e, n) {
|
|
|
1562
1562
|
}
|
|
1563
1563
|
return $({}, e, s);
|
|
1564
1564
|
}
|
|
1565
|
-
var
|
|
1565
|
+
var Wo = ["onMouseLeave", "refKey", "ref"], Yo = ["item", "index", "refKey", "ref", "onMouseMove", "onMouseDown", "onClick", "onPress", "disabled"], Go = ["onClick", "onPress", "refKey", "ref"], Xo = ["onKeyDown", "onChange", "onInput", "onBlur", "onChangeText", "onClick", "refKey", "ref"];
|
|
1566
1566
|
ge.stateChangeTypes = mr;
|
|
1567
1567
|
function ge(e) {
|
|
1568
1568
|
e === void 0 && (e = {}), vr(e, ge);
|
|
1569
|
-
var n = $({},
|
|
1569
|
+
var n = $({}, qo, e), r = n.items, i = n.scrollIntoView, o = n.environment, t = n.getA11yStatusMessage, s = n.getA11ySelectionMessage, l = n.itemToString, d = Uo(zo, n, Lo, Ko), u = d[0], a = d[1], h = u.isOpen, b = u.highlightedIndex, _ = u.selectedItem, x = u.inputValue, S = Q(null), g = Q({}), D = Q(null), c = Q(null), f = Xe(), p = To(n), I = Q(), m = Nt({
|
|
1570
1570
|
state: u,
|
|
1571
1571
|
props: n
|
|
1572
|
-
}),
|
|
1572
|
+
}), N = ee(function(T) {
|
|
1573
1573
|
return g.current[p.getItemId(T)];
|
|
1574
1574
|
}, [p]);
|
|
1575
1575
|
In(t, [h, b, x, r], $({
|
|
@@ -1584,23 +1584,23 @@ function ge(e) {
|
|
|
1584
1584
|
itemToString: l
|
|
1585
1585
|
}, u));
|
|
1586
1586
|
var E = jo({
|
|
1587
|
-
menuElement:
|
|
1587
|
+
menuElement: S.current,
|
|
1588
1588
|
highlightedIndex: b,
|
|
1589
1589
|
isOpen: h,
|
|
1590
1590
|
itemRefs: g,
|
|
1591
1591
|
scrollIntoView: i,
|
|
1592
|
-
getItemNodeFromIndex:
|
|
1592
|
+
getItemNodeFromIndex: N
|
|
1593
1593
|
});
|
|
1594
1594
|
Pt({
|
|
1595
1595
|
props: n,
|
|
1596
1596
|
state: u
|
|
1597
1597
|
}), de(function() {
|
|
1598
1598
|
var T = Ke(n, "isOpen");
|
|
1599
|
-
T &&
|
|
1599
|
+
T && D.current && D.current.focus();
|
|
1600
1600
|
}, []), de(function() {
|
|
1601
1601
|
f || (I.current = r.length);
|
|
1602
1602
|
});
|
|
1603
|
-
var k = Ho(o, [c,
|
|
1603
|
+
var k = Ho(o, [c, S, D], ee(function() {
|
|
1604
1604
|
m.current.state.isOpen && a({
|
|
1605
1605
|
type: ut,
|
|
1606
1606
|
selectItem: !1
|
|
@@ -1610,9 +1610,9 @@ function ge(e) {
|
|
|
1610
1610
|
h || (g.current = {});
|
|
1611
1611
|
}, [h]), de(function() {
|
|
1612
1612
|
var T;
|
|
1613
|
-
!h || !(o != null && o.document) || !(
|
|
1613
|
+
!h || !(o != null && o.document) || !(D != null && (T = D.current) != null && T.focus) || o.document.activeElement !== D.current && D.current.focus();
|
|
1614
1614
|
}, [h, o]);
|
|
1615
|
-
var
|
|
1615
|
+
var O = Te(function() {
|
|
1616
1616
|
return {
|
|
1617
1617
|
ArrowDown: function(A) {
|
|
1618
1618
|
A.preventDefault(), a({
|
|
@@ -1665,86 +1665,86 @@ function ge(e) {
|
|
|
1665
1665
|
htmlFor: p.inputId
|
|
1666
1666
|
}, T);
|
|
1667
1667
|
}, [p]), V = ee(function(T, A) {
|
|
1668
|
-
var w, H = T === void 0 ? {} : T,
|
|
1669
|
-
return M("getMenuProps", he, B,
|
|
1670
|
-
|
|
1671
|
-
}), w.id = p.menuId, w.role = "listbox", w["aria-labelledby"] = le && le["aria-label"] ? void 0 : "" + p.labelId, w.onMouseLeave = re(
|
|
1668
|
+
var w, H = T === void 0 ? {} : T, q = H.onMouseLeave, W = H.refKey, B = W === void 0 ? "ref" : W, ae = H.ref, le = ve(H, Wo), ue = A === void 0 ? {} : A, C = ue.suppressRefError, he = C === void 0 ? !1 : C;
|
|
1669
|
+
return M("getMenuProps", he, B, S), $((w = {}, w[B] = Re(ae, function(ie) {
|
|
1670
|
+
S.current = ie;
|
|
1671
|
+
}), w.id = p.menuId, w.role = "listbox", w["aria-labelledby"] = le && le["aria-label"] ? void 0 : "" + p.labelId, w.onMouseLeave = re(q, function() {
|
|
1672
1672
|
a({
|
|
1673
1673
|
type: ar
|
|
1674
1674
|
});
|
|
1675
1675
|
}), w), le);
|
|
1676
1676
|
}, [a, M, p]), R = ee(function(T) {
|
|
1677
|
-
var A, w, H = T === void 0 ? {} : T,
|
|
1677
|
+
var A, w, H = T === void 0 ? {} : T, q = H.item, W = H.index, B = H.refKey, ae = B === void 0 ? "ref" : B, le = H.ref, ue = H.onMouseMove, C = H.onMouseDown, he = H.onClick;
|
|
1678
1678
|
H.onPress;
|
|
1679
1679
|
var ie = H.disabled, Ae = ve(H, Yo);
|
|
1680
1680
|
ie !== void 0 && console.warn('Passing "disabled" as an argument to getItemProps is not supported anymore. Please use the isItemDisabled prop from useCombobox.');
|
|
1681
|
-
var Ue = m.current, Ze = Ue.props, we = Ue.state, et = rr(
|
|
1681
|
+
var Ue = m.current, Ze = Ue.props, we = Ue.state, et = rr(q, W, Ze.items, "Pass either item or index to getItemProps!"), ft = et[0], Ee = et[1], qe = Ze.isItemDisabled(ft, Ee), ht = "onClick", tt = he, Oe = function() {
|
|
1682
1682
|
k.isTouchEnd || Ee === we.highlightedIndex || (E.current = !1, a({
|
|
1683
1683
|
type: lr,
|
|
1684
1684
|
index: Ee,
|
|
1685
|
-
disabled:
|
|
1685
|
+
disabled: qe
|
|
1686
1686
|
}));
|
|
1687
1687
|
}, Pe = function() {
|
|
1688
1688
|
a({
|
|
1689
1689
|
type: Lt,
|
|
1690
1690
|
index: Ee
|
|
1691
1691
|
});
|
|
1692
|
-
},
|
|
1692
|
+
}, De = function(Tr) {
|
|
1693
1693
|
return Tr.preventDefault();
|
|
1694
1694
|
};
|
|
1695
1695
|
return $((A = {}, A[ae] = Re(le, function(ye) {
|
|
1696
1696
|
ye && (g.current[p.getItemId(Ee)] = ye);
|
|
1697
|
-
}), A["aria-disabled"] =
|
|
1698
|
-
onMouseMove: re(ue,
|
|
1699
|
-
onMouseDown: re(C,
|
|
1697
|
+
}), A["aria-disabled"] = qe, A["aria-selected"] = "" + (Ee === we.highlightedIndex), A.id = p.getItemId(Ee), A.role = "option", A), !qe && (w = {}, w[ht] = re(tt, Pe), w), {
|
|
1698
|
+
onMouseMove: re(ue, Oe),
|
|
1699
|
+
onMouseDown: re(C, De)
|
|
1700
1700
|
}, Ae);
|
|
1701
1701
|
}, [a, p, m, k, E]), F = ee(function(T) {
|
|
1702
1702
|
var A, w = T === void 0 ? {} : T, H = w.onClick;
|
|
1703
1703
|
w.onPress;
|
|
1704
|
-
var
|
|
1704
|
+
var q = w.refKey, W = q === void 0 ? "ref" : q, B = w.ref, ae = ve(w, Go), le = m.current.state, ue = function() {
|
|
1705
1705
|
a({
|
|
1706
1706
|
type: ur
|
|
1707
1707
|
});
|
|
1708
1708
|
};
|
|
1709
|
-
return $((A = {}, A[
|
|
1709
|
+
return $((A = {}, A[W] = Re(B, function(C) {
|
|
1710
1710
|
c.current = C;
|
|
1711
1711
|
}), A["aria-controls"] = p.menuId, A["aria-expanded"] = le.isOpen, A.id = p.toggleButtonId, A.tabIndex = -1, A), !ae.disabled && $({}, {
|
|
1712
1712
|
onClick: re(H, ue)
|
|
1713
1713
|
}), ae);
|
|
1714
1714
|
}, [a, m, p]), L = ee(function(T, A) {
|
|
1715
|
-
var w, H = T === void 0 ? {} : T,
|
|
1715
|
+
var w, H = T === void 0 ? {} : T, q = H.onKeyDown, W = H.onChange, B = H.onInput, ae = H.onBlur;
|
|
1716
1716
|
H.onChangeText;
|
|
1717
1717
|
var le = H.onClick, ue = H.refKey, C = ue === void 0 ? "ref" : ue, he = H.ref, ie = ve(H, Xo), Ae = A === void 0 ? {} : A, Ue = Ae.suppressRefError, Ze = Ue === void 0 ? !1 : Ue;
|
|
1718
|
-
M("getInputProps", Ze, C,
|
|
1719
|
-
var we = m.current.state, et = function(
|
|
1720
|
-
var ye = Ge(
|
|
1721
|
-
ye &&
|
|
1722
|
-
}, ft = function(
|
|
1718
|
+
M("getInputProps", Ze, C, D);
|
|
1719
|
+
var we = m.current.state, et = function(De) {
|
|
1720
|
+
var ye = Ge(De);
|
|
1721
|
+
ye && O[ye] && O[ye](De);
|
|
1722
|
+
}, ft = function(De) {
|
|
1723
1723
|
a({
|
|
1724
1724
|
type: $t,
|
|
1725
|
-
inputValue:
|
|
1725
|
+
inputValue: De.target.value
|
|
1726
1726
|
});
|
|
1727
|
-
}, Ee = function(
|
|
1727
|
+
}, Ee = function(De) {
|
|
1728
1728
|
if (o != null && o.document && we.isOpen && !k.isMouseDown) {
|
|
1729
|
-
var ye =
|
|
1729
|
+
var ye = De.relatedTarget === null && o.document.activeElement !== o.document.body;
|
|
1730
1730
|
a({
|
|
1731
1731
|
type: ut,
|
|
1732
1732
|
selectItem: !ye
|
|
1733
1733
|
});
|
|
1734
1734
|
}
|
|
1735
|
-
},
|
|
1735
|
+
}, qe = function() {
|
|
1736
1736
|
a({
|
|
1737
1737
|
type: Ft
|
|
1738
1738
|
});
|
|
1739
1739
|
}, ht = "onChange", tt = {};
|
|
1740
1740
|
if (!ie.disabled) {
|
|
1741
|
-
var
|
|
1742
|
-
tt = (
|
|
1741
|
+
var Oe;
|
|
1742
|
+
tt = (Oe = {}, Oe[ht] = re(W, B, ft), Oe.onKeyDown = re(q, et), Oe.onBlur = re(ae, Ee), Oe.onClick = re(le, qe), Oe);
|
|
1743
1743
|
}
|
|
1744
1744
|
return $((w = {}, w[C] = Re(he, function(Pe) {
|
|
1745
|
-
|
|
1745
|
+
D.current = Pe;
|
|
1746
1746
|
}), w["aria-activedescendant"] = we.isOpen && we.highlightedIndex > -1 ? p.getItemId(we.highlightedIndex) : "", w["aria-autocomplete"] = "list", w["aria-controls"] = p.menuId, w["aria-expanded"] = we.isOpen, w["aria-labelledby"] = ie && ie["aria-label"] ? void 0 : p.labelId, w.autoComplete = "off", w.id = p.inputId, w.role = "combobox", w.value = we.inputValue, w), tt, ie);
|
|
1747
|
-
}, [a, p, o,
|
|
1747
|
+
}, [a, p, o, O, m, k, M]), K = ee(function() {
|
|
1748
1748
|
a({
|
|
1749
1749
|
type: dr
|
|
1750
1750
|
});
|
|
@@ -1761,7 +1761,7 @@ function ge(e) {
|
|
|
1761
1761
|
type: fr,
|
|
1762
1762
|
highlightedIndex: T
|
|
1763
1763
|
});
|
|
1764
|
-
}, [a]),
|
|
1764
|
+
}, [a]), z = ee(function(T) {
|
|
1765
1765
|
a({
|
|
1766
1766
|
type: Bt,
|
|
1767
1767
|
selectedItem: T
|
|
@@ -1789,7 +1789,7 @@ function ge(e) {
|
|
|
1789
1789
|
closeMenu: U,
|
|
1790
1790
|
setHighlightedIndex: j,
|
|
1791
1791
|
setInputValue: Y,
|
|
1792
|
-
selectItem:
|
|
1792
|
+
selectItem: z,
|
|
1793
1793
|
reset: oe,
|
|
1794
1794
|
// state.
|
|
1795
1795
|
highlightedIndex: b,
|
|
@@ -1855,11 +1855,11 @@ var ei = $({}, ir, {
|
|
|
1855
1855
|
process.env.NODE_ENV !== "production" && (Ir = function(n, r) {
|
|
1856
1856
|
y.checkPropTypes(ei, n, "prop", r.name);
|
|
1857
1857
|
});
|
|
1858
|
-
var
|
|
1858
|
+
var qt = process.env.NODE_ENV !== "production" ? "__selected_item_click__" : 0, zt = process.env.NODE_ENV !== "production" ? "__selected_item_keydown_delete__" : 1, Wt = process.env.NODE_ENV !== "production" ? "__selected_item_keydown_backspace__" : 2, Yt = process.env.NODE_ENV !== "production" ? "__selected_item_keydown_navigation_next__" : 3, Gt = process.env.NODE_ENV !== "production" ? "__selected_item_keydown_navigation_previous__" : 4, Xt = process.env.NODE_ENV !== "production" ? "__dropdown_keydown_navigation_previous__" : 5, Jt = process.env.NODE_ENV !== "production" ? "__dropdown_keydown_backspace__" : 6, Qt = process.env.NODE_ENV !== "production" ? "__dropdown_click__" : 7, Zt = process.env.NODE_ENV !== "production" ? "__function_add_selected_item__" : 8, en = process.env.NODE_ENV !== "production" ? "__function_remove_selected_item__" : 9, tn = process.env.NODE_ENV !== "production" ? "__function_set_selected_items__" : 10, nn = process.env.NODE_ENV !== "production" ? "__function_set_active_index__" : 11, rn = process.env.NODE_ENV !== "production" ? "__function_reset__" : 12, ni = /* @__PURE__ */ Object.freeze({
|
|
1859
1859
|
__proto__: null,
|
|
1860
|
-
SelectedItemClick:
|
|
1861
|
-
SelectedItemKeyDownDelete:
|
|
1862
|
-
SelectedItemKeyDownBackspace:
|
|
1860
|
+
SelectedItemClick: qt,
|
|
1861
|
+
SelectedItemKeyDownDelete: zt,
|
|
1862
|
+
SelectedItemKeyDownBackspace: Wt,
|
|
1863
1863
|
SelectedItemKeyDownNavigationNext: Yt,
|
|
1864
1864
|
SelectedItemKeyDownNavigationPrevious: Gt,
|
|
1865
1865
|
DropdownKeyDownNavigationPrevious: Xt,
|
|
@@ -1874,7 +1874,7 @@ var zt = process.env.NODE_ENV !== "production" ? "__selected_item_click__" : 0,
|
|
|
1874
1874
|
function ri(e, n) {
|
|
1875
1875
|
var r = n.type, i = n.index, o = n.props, t = n.selectedItem, s = e.activeIndex, l = e.selectedItems, d;
|
|
1876
1876
|
switch (r) {
|
|
1877
|
-
case
|
|
1877
|
+
case qt:
|
|
1878
1878
|
d = {
|
|
1879
1879
|
activeIndex: i
|
|
1880
1880
|
};
|
|
@@ -1889,8 +1889,8 @@ function ri(e, n) {
|
|
|
1889
1889
|
activeIndex: s + 1 >= l.length ? -1 : s + 1
|
|
1890
1890
|
};
|
|
1891
1891
|
break;
|
|
1892
|
-
case
|
|
1893
|
-
case
|
|
1892
|
+
case Wt:
|
|
1893
|
+
case zt: {
|
|
1894
1894
|
if (s < 0)
|
|
1895
1895
|
break;
|
|
1896
1896
|
var u = s;
|
|
@@ -1959,27 +1959,27 @@ function ri(e, n) {
|
|
|
1959
1959
|
return $({}, e, d);
|
|
1960
1960
|
}
|
|
1961
1961
|
var oi = ["refKey", "ref", "onClick", "onKeyDown", "selectedItem", "index"], ii = ["refKey", "ref", "onKeyDown", "onClick", "preventKeyAction"];
|
|
1962
|
-
|
|
1963
|
-
function
|
|
1964
|
-
e === void 0 && (e = {}), Ir(e,
|
|
1965
|
-
var n = $({}, ti, e), r = n.getA11yRemovalMessage, i = n.itemToString, o = n.environment, t = n.keyNavigationNext, s = n.keyNavigationPrevious, l = Vo(ri, n, Jo, Zo), d = l[0], u = l[1], a = d.activeIndex, h = d.selectedItems, b = Xe(), _ = Q(null), x = Q(h),
|
|
1966
|
-
|
|
1967
|
-
var g =
|
|
1962
|
+
Ne.stateChangeTypes = ni;
|
|
1963
|
+
function Ne(e) {
|
|
1964
|
+
e === void 0 && (e = {}), Ir(e, Ne);
|
|
1965
|
+
var n = $({}, ti, e), r = n.getA11yRemovalMessage, i = n.itemToString, o = n.environment, t = n.keyNavigationNext, s = n.keyNavigationPrevious, l = Vo(ri, n, Jo, Zo), d = l[0], u = l[1], a = d.activeIndex, h = d.selectedItems, b = Xe(), _ = Q(null), x = Q(h), S = Q();
|
|
1966
|
+
S.current = [];
|
|
1967
|
+
var g = Nt({
|
|
1968
1968
|
state: d,
|
|
1969
1969
|
props: n
|
|
1970
1970
|
});
|
|
1971
1971
|
de(function() {
|
|
1972
1972
|
if (!(b || !(o != null && o.document))) {
|
|
1973
1973
|
if (h.length < x.current.length) {
|
|
1974
|
-
var
|
|
1974
|
+
var O = x.current.find(function(P) {
|
|
1975
1975
|
return h.findIndex(function(V) {
|
|
1976
1976
|
return n.itemToKey(V) === n.itemToKey(P);
|
|
1977
1977
|
}) < 0;
|
|
1978
1978
|
});
|
|
1979
|
-
|
|
1979
|
+
Ot(r({
|
|
1980
1980
|
itemToString: i,
|
|
1981
1981
|
resultCount: h.length,
|
|
1982
|
-
removedSelectedItem:
|
|
1982
|
+
removedSelectedItem: O,
|
|
1983
1983
|
activeIndex: a,
|
|
1984
1984
|
activeSelectedItem: h[a]
|
|
1985
1985
|
}), o.document);
|
|
@@ -1987,90 +1987,90 @@ function De(e) {
|
|
|
1987
1987
|
x.current = h;
|
|
1988
1988
|
}
|
|
1989
1989
|
}, [h.length]), de(function() {
|
|
1990
|
-
b || (a === -1 && _.current ? _.current.focus() :
|
|
1990
|
+
b || (a === -1 && _.current ? _.current.focus() : S.current[a] && S.current[a].focus());
|
|
1991
1991
|
}, [a]), Pt({
|
|
1992
1992
|
props: n,
|
|
1993
1993
|
state: d
|
|
1994
1994
|
});
|
|
1995
|
-
var
|
|
1996
|
-
var
|
|
1997
|
-
return
|
|
1995
|
+
var D = Rt("getDropdownProps"), c = Te(function() {
|
|
1996
|
+
var O;
|
|
1997
|
+
return O = {}, O[s] = function() {
|
|
1998
1998
|
u({
|
|
1999
1999
|
type: Gt
|
|
2000
2000
|
});
|
|
2001
|
-
},
|
|
2001
|
+
}, O[t] = function() {
|
|
2002
2002
|
u({
|
|
2003
2003
|
type: Yt
|
|
2004
2004
|
});
|
|
2005
|
-
},
|
|
2005
|
+
}, O.Delete = function() {
|
|
2006
2006
|
u({
|
|
2007
|
-
type:
|
|
2007
|
+
type: zt
|
|
2008
2008
|
});
|
|
2009
|
-
},
|
|
2009
|
+
}, O.Backspace = function() {
|
|
2010
2010
|
u({
|
|
2011
|
-
type:
|
|
2011
|
+
type: Wt
|
|
2012
2012
|
});
|
|
2013
|
-
},
|
|
2013
|
+
}, O;
|
|
2014
2014
|
}, [u, t, s]), f = Te(function() {
|
|
2015
|
-
var
|
|
2016
|
-
return
|
|
2015
|
+
var O;
|
|
2016
|
+
return O = {}, O[s] = function(P) {
|
|
2017
2017
|
wn(P) && u({
|
|
2018
2018
|
type: Xt
|
|
2019
2019
|
});
|
|
2020
|
-
},
|
|
2020
|
+
}, O.Backspace = function(V) {
|
|
2021
2021
|
wn(V) && u({
|
|
2022
2022
|
type: Jt
|
|
2023
2023
|
});
|
|
2024
|
-
},
|
|
2025
|
-
}, [u, s]), p = ee(function(
|
|
2026
|
-
var P, V =
|
|
2024
|
+
}, O;
|
|
2025
|
+
}, [u, s]), p = ee(function(O) {
|
|
2026
|
+
var P, V = O === void 0 ? {} : O, R = V.refKey, F = R === void 0 ? "ref" : R, L = V.ref, K = V.onClick, U = V.onKeyDown, Z = V.selectedItem, j = V.index, z = ve(V, oi), Y = g.current.state, oe = rr(Z, j, Y.selectedItems, "Pass either item or index to getSelectedItemProps!"), T = oe[1], A = T > -1 && T === Y.activeIndex, w = function() {
|
|
2027
2027
|
u({
|
|
2028
|
-
type:
|
|
2028
|
+
type: qt,
|
|
2029
2029
|
index: T
|
|
2030
2030
|
});
|
|
2031
|
-
}, H = function(
|
|
2032
|
-
var B = Ge(
|
|
2033
|
-
B && c[B] && c[B](
|
|
2031
|
+
}, H = function(W) {
|
|
2032
|
+
var B = Ge(W);
|
|
2033
|
+
B && c[B] && c[B](W);
|
|
2034
2034
|
};
|
|
2035
|
-
return $((P = {}, P[F] = Re(L, function(
|
|
2036
|
-
|
|
2037
|
-
}), P.tabIndex = A ? 0 : -1, P.onClick = re(K, w), P.onKeyDown = re(U, H), P),
|
|
2038
|
-
}, [u, g, c]), I = ee(function(
|
|
2039
|
-
var V, R =
|
|
2040
|
-
|
|
2041
|
-
var w = function(
|
|
2042
|
-
var B = Ge(
|
|
2043
|
-
B && f[B] && f[B](
|
|
2035
|
+
return $((P = {}, P[F] = Re(L, function(q) {
|
|
2036
|
+
q && S.current.push(q);
|
|
2037
|
+
}), P.tabIndex = A ? 0 : -1, P.onClick = re(K, w), P.onKeyDown = re(U, H), P), z);
|
|
2038
|
+
}, [u, g, c]), I = ee(function(O, P) {
|
|
2039
|
+
var V, R = O === void 0 ? {} : O, F = R.refKey, L = F === void 0 ? "ref" : F, K = R.ref, U = R.onKeyDown, Z = R.onClick, j = R.preventKeyAction, z = j === void 0 ? !1 : j, Y = ve(R, ii), oe = P === void 0 ? {} : P, T = oe.suppressRefError, A = T === void 0 ? !1 : T;
|
|
2040
|
+
D("getDropdownProps", A, L, _);
|
|
2041
|
+
var w = function(W) {
|
|
2042
|
+
var B = Ge(W);
|
|
2043
|
+
B && f[B] && f[B](W);
|
|
2044
2044
|
}, H = function() {
|
|
2045
2045
|
u({
|
|
2046
2046
|
type: Qt
|
|
2047
2047
|
});
|
|
2048
2048
|
};
|
|
2049
|
-
return $((V = {}, V[L] = Re(K, function(
|
|
2050
|
-
|
|
2051
|
-
}), V), !
|
|
2049
|
+
return $((V = {}, V[L] = Re(K, function(q) {
|
|
2050
|
+
q && (_.current = q);
|
|
2051
|
+
}), V), !z && {
|
|
2052
2052
|
onKeyDown: re(U, w),
|
|
2053
2053
|
onClick: re(Z, H)
|
|
2054
2054
|
}, Y);
|
|
2055
|
-
}, [u, f,
|
|
2055
|
+
}, [u, f, D]), m = ee(function(O) {
|
|
2056
2056
|
u({
|
|
2057
2057
|
type: Zt,
|
|
2058
|
-
selectedItem:
|
|
2058
|
+
selectedItem: O
|
|
2059
2059
|
});
|
|
2060
|
-
}, [u]),
|
|
2060
|
+
}, [u]), N = ee(function(O) {
|
|
2061
2061
|
u({
|
|
2062
2062
|
type: en,
|
|
2063
|
-
selectedItem:
|
|
2063
|
+
selectedItem: O
|
|
2064
2064
|
});
|
|
2065
|
-
}, [u]), E = ee(function(
|
|
2065
|
+
}, [u]), E = ee(function(O) {
|
|
2066
2066
|
u({
|
|
2067
2067
|
type: tn,
|
|
2068
|
-
selectedItems:
|
|
2068
|
+
selectedItems: O
|
|
2069
2069
|
});
|
|
2070
|
-
}, [u]), k = ee(function(
|
|
2070
|
+
}, [u]), k = ee(function(O) {
|
|
2071
2071
|
u({
|
|
2072
2072
|
type: nn,
|
|
2073
|
-
activeIndex:
|
|
2073
|
+
activeIndex: O
|
|
2074
2074
|
});
|
|
2075
2075
|
}, [u]), M = ee(function() {
|
|
2076
2076
|
u({
|
|
@@ -2081,7 +2081,7 @@ function De(e) {
|
|
|
2081
2081
|
getSelectedItemProps: p,
|
|
2082
2082
|
getDropdownProps: I,
|
|
2083
2083
|
addSelectedItem: m,
|
|
2084
|
-
removeSelectedItem:
|
|
2084
|
+
removeSelectedItem: N,
|
|
2085
2085
|
setSelectedItems: E,
|
|
2086
2086
|
setActiveIndex: k,
|
|
2087
2087
|
reset: M,
|
|
@@ -2626,14 +2626,14 @@ function fi(e, n, r, i) {
|
|
|
2626
2626
|
} = t, {
|
|
2627
2627
|
itemValue: b,
|
|
2628
2628
|
attributes: _
|
|
2629
|
-
} = s, x = En(b, r, i),
|
|
2629
|
+
} = s, x = En(b, r, i), S = u;
|
|
2630
2630
|
const {
|
|
2631
2631
|
minRanking: g,
|
|
2632
|
-
maxRanking:
|
|
2632
|
+
maxRanking: D,
|
|
2633
2633
|
threshold: c
|
|
2634
2634
|
} = _;
|
|
2635
|
-
return x < g && x >= fe.MATCHES ? x = g : x >
|
|
2636
|
-
rankedValue:
|
|
2635
|
+
return x < g && x >= fe.MATCHES ? x = g : x > D && (x = D), x > d && (d = x, a = l, h = c, S = b), {
|
|
2636
|
+
rankedValue: S,
|
|
2637
2637
|
rank: d,
|
|
2638
2638
|
keyIndex: a,
|
|
2639
2639
|
keyThreshold: h
|
|
@@ -2743,13 +2743,13 @@ function Ii(e, n) {
|
|
|
2743
2743
|
}
|
|
2744
2744
|
return r;
|
|
2745
2745
|
}
|
|
2746
|
-
const
|
|
2746
|
+
const Sn = {
|
|
2747
2747
|
maxRanking: 1 / 0,
|
|
2748
2748
|
minRanking: -1 / 0
|
|
2749
2749
|
};
|
|
2750
2750
|
function yi(e) {
|
|
2751
|
-
return typeof e == "string" ?
|
|
2752
|
-
...
|
|
2751
|
+
return typeof e == "string" ? Sn : {
|
|
2752
|
+
...Sn,
|
|
2753
2753
|
...e
|
|
2754
2754
|
};
|
|
2755
2755
|
}
|
|
@@ -2769,22 +2769,22 @@ function xi({
|
|
|
2769
2769
|
disableCaret: b,
|
|
2770
2770
|
noPadding: _,
|
|
2771
2771
|
disableShift: x,
|
|
2772
|
-
disableFlip:
|
|
2772
|
+
disableFlip: S,
|
|
2773
2773
|
disableFlipFallback: g,
|
|
2774
|
-
disableAutoUpdate:
|
|
2774
|
+
disableAutoUpdate: D,
|
|
2775
2775
|
disableFocusLock: c
|
|
2776
2776
|
} = {}) {
|
|
2777
|
-
const [f, p] = J(e), [I, m] = J(), [
|
|
2777
|
+
const [f, p] = J(e), [I, m] = J(), [N, E] = J(), k = i ?? f, M = o ?? p, O = Q(null), P = Wr({
|
|
2778
2778
|
placement: n,
|
|
2779
2779
|
open: k,
|
|
2780
2780
|
onOpenChange: M,
|
|
2781
|
-
whileElementsMounted:
|
|
2781
|
+
whileElementsMounted: D ? void 0 : Yr,
|
|
2782
2782
|
middleware: [
|
|
2783
2783
|
Gr(8),
|
|
2784
2784
|
Xr({
|
|
2785
2785
|
padding: 5,
|
|
2786
|
-
apply({ rects: Z, availableHeight: j, elements:
|
|
2787
|
-
Object.assign(
|
|
2786
|
+
apply({ rects: Z, availableHeight: j, elements: z }) {
|
|
2787
|
+
Object.assign(z.floating.style, {
|
|
2788
2788
|
...a ? { width: `${Z.reference.width}px` } : h ? { width: "40dvw" } : {},
|
|
2789
2789
|
...u ? (
|
|
2790
2790
|
// { maxHeight: "60dvh" }
|
|
@@ -2796,7 +2796,7 @@ function xi({
|
|
|
2796
2796
|
}
|
|
2797
2797
|
}),
|
|
2798
2798
|
Jr({
|
|
2799
|
-
mainAxis: !
|
|
2799
|
+
mainAxis: !S,
|
|
2800
2800
|
crossAxis: !1,
|
|
2801
2801
|
fallbackAxisSideDirection: g ? "none" : "end",
|
|
2802
2802
|
padding: 5
|
|
@@ -2809,7 +2809,7 @@ function xi({
|
|
|
2809
2809
|
mainAxis: !x
|
|
2810
2810
|
})
|
|
2811
2811
|
}),
|
|
2812
|
-
eo({ element: b ? null :
|
|
2812
|
+
eo({ element: b ? null : O, padding: 5 })
|
|
2813
2813
|
]
|
|
2814
2814
|
}), V = P.context, R = to(V, {
|
|
2815
2815
|
enabled: i == null && !d
|
|
@@ -2829,17 +2829,17 @@ function xi({
|
|
|
2829
2829
|
...P,
|
|
2830
2830
|
modal: r,
|
|
2831
2831
|
labelId: I,
|
|
2832
|
-
descriptionId:
|
|
2832
|
+
descriptionId: N,
|
|
2833
2833
|
setLabelId: m,
|
|
2834
2834
|
setDescriptionId: E,
|
|
2835
|
-
arrowRef:
|
|
2835
|
+
arrowRef: O,
|
|
2836
2836
|
disableCaret: b,
|
|
2837
2837
|
noPadding: _,
|
|
2838
2838
|
fillAvailableHeight: u,
|
|
2839
2839
|
matchReferenceWidth: a,
|
|
2840
2840
|
fixedWidth: h,
|
|
2841
2841
|
disableFlipFallback: g,
|
|
2842
|
-
disableAutoUpdate:
|
|
2842
|
+
disableAutoUpdate: D,
|
|
2843
2843
|
disableFocusLock: c
|
|
2844
2844
|
}),
|
|
2845
2845
|
[
|
|
@@ -2850,14 +2850,14 @@ function xi({
|
|
|
2850
2850
|
P,
|
|
2851
2851
|
r,
|
|
2852
2852
|
I,
|
|
2853
|
-
|
|
2853
|
+
N,
|
|
2854
2854
|
b,
|
|
2855
2855
|
_,
|
|
2856
2856
|
u,
|
|
2857
2857
|
a,
|
|
2858
2858
|
h,
|
|
2859
2859
|
g,
|
|
2860
|
-
|
|
2860
|
+
D,
|
|
2861
2861
|
c
|
|
2862
2862
|
]
|
|
2863
2863
|
);
|
|
@@ -2894,11 +2894,11 @@ const wr = dt(null), Je = () => {
|
|
|
2894
2894
|
return null;
|
|
2895
2895
|
const _ = se(e, mt.content, {
|
|
2896
2896
|
[mt["no-padding"]]: d
|
|
2897
|
-
}), x = (
|
|
2898
|
-
|
|
2897
|
+
}), x = (S) => {
|
|
2898
|
+
S.code === "Escape" && (u == null || u());
|
|
2899
2899
|
};
|
|
2900
2900
|
return /* @__PURE__ */ v.jsx(Ur, { children: /* @__PURE__ */ v.jsx(
|
|
2901
|
-
|
|
2901
|
+
qr,
|
|
2902
2902
|
{
|
|
2903
2903
|
context: o,
|
|
2904
2904
|
modal: h.modal,
|
|
@@ -2918,7 +2918,7 @@ const wr = dt(null), Je = () => {
|
|
|
2918
2918
|
role: "presentation",
|
|
2919
2919
|
children: [
|
|
2920
2920
|
!l && /* @__PURE__ */ v.jsx(
|
|
2921
|
-
|
|
2921
|
+
zr,
|
|
2922
2922
|
{
|
|
2923
2923
|
ref: h.arrowRef,
|
|
2924
2924
|
context: o,
|
|
@@ -2932,11 +2932,11 @@ const wr = dt(null), Je = () => {
|
|
|
2932
2932
|
}
|
|
2933
2933
|
) });
|
|
2934
2934
|
}
|
|
2935
|
-
),
|
|
2935
|
+
), Si = ce(
|
|
2936
2936
|
function(e, n) {
|
|
2937
2937
|
const { setOpen: r, onClose: i } = Je();
|
|
2938
2938
|
return /* @__PURE__ */ v.jsx(
|
|
2939
|
-
|
|
2939
|
+
We,
|
|
2940
2940
|
{
|
|
2941
2941
|
ref: n,
|
|
2942
2942
|
"data-anv": "popover-close",
|
|
@@ -2948,7 +2948,7 @@ const wr = dt(null), Je = () => {
|
|
|
2948
2948
|
}
|
|
2949
2949
|
);
|
|
2950
2950
|
}
|
|
2951
|
-
),
|
|
2951
|
+
), Oi = ce(
|
|
2952
2952
|
function(e, n) {
|
|
2953
2953
|
const { children: r, size: i, ...o } = e, t = Je(), s = r.ref, l = Be([
|
|
2954
2954
|
t.refs.setReference,
|
|
@@ -2956,7 +2956,7 @@ const wr = dt(null), Je = () => {
|
|
|
2956
2956
|
s
|
|
2957
2957
|
]);
|
|
2958
2958
|
return /* @__PURE__ */ v.jsx(
|
|
2959
|
-
|
|
2959
|
+
We,
|
|
2960
2960
|
{
|
|
2961
2961
|
ref: l,
|
|
2962
2962
|
size: i,
|
|
@@ -2968,7 +2968,7 @@ const wr = dt(null), Je = () => {
|
|
|
2968
2968
|
);
|
|
2969
2969
|
}
|
|
2970
2970
|
);
|
|
2971
|
-
function
|
|
2971
|
+
function Di({
|
|
2972
2972
|
children: e,
|
|
2973
2973
|
modal: n,
|
|
2974
2974
|
...r
|
|
@@ -2979,13 +2979,13 @@ function Ni({
|
|
|
2979
2979
|
);
|
|
2980
2980
|
return /* @__PURE__ */ v.jsx(wr.Provider, { value: s, children: e });
|
|
2981
2981
|
}
|
|
2982
|
-
const sn = Object.assign(
|
|
2982
|
+
const sn = Object.assign(Di, {
|
|
2983
2983
|
Trigger: bi,
|
|
2984
|
-
Close:
|
|
2984
|
+
Close: Si,
|
|
2985
2985
|
Content: Ci,
|
|
2986
|
-
Button:
|
|
2987
|
-
}), Er = (e) => /* @__PURE__ */ _e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ _e.createElement("path", { d: "M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z" })),
|
|
2988
|
-
combobox:
|
|
2986
|
+
Button: Oi
|
|
2987
|
+
}), Er = (e) => /* @__PURE__ */ _e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ _e.createElement("path", { d: "M9.29 6.71a.996.996 0 0 0 0 1.41L13.17 12l-3.88 3.88a.996.996 0 1 0 1.41 1.41l4.59-4.59a.996.996 0 0 0 0-1.41L10.7 6.7c-.38-.38-1.02-.38-1.41.01z" })), Ni = "_combobox_1jt3w_2", Ri = "_input_1jt3w_30", Pi = "_error_1jt3w_61", ki = "_small_1jt3w_86", Mi = "_large_1jt3w_89", Ti = "_disabled_1jt3w_113", Vi = "_chip_1jt3w_162", Ai = "_prefix_1jt3w_217", Hi = "_suffix_1jt3w_218", ji = "_empty_1jt3w_260", te = {
|
|
2988
|
+
combobox: Ni,
|
|
2989
2989
|
"search-field": "_search-field_1jt3w_6",
|
|
2990
2990
|
"popover-content": "_popover-content_1jt3w_21",
|
|
2991
2991
|
"input-wrapper": "_input-wrapper_1jt3w_30",
|
|
@@ -3019,7 +3019,7 @@ const sn = Object.assign(Ni, {
|
|
|
3019
3019
|
const { multiple: n = !1, ...r } = e;
|
|
3020
3020
|
return n ? /* @__PURE__ */ v.jsx(Fi, { ...r }) : /* @__PURE__ */ v.jsx($i, { ...r });
|
|
3021
3021
|
}, $i = function(e) {
|
|
3022
|
-
const { layoutStyles: n, componentProps: r } =
|
|
3022
|
+
const { layoutStyles: n, componentProps: r } = Se(e), {
|
|
3023
3023
|
className: i,
|
|
3024
3024
|
style: o,
|
|
3025
3025
|
children: t,
|
|
@@ -3031,14 +3031,14 @@ const sn = Object.assign(Ni, {
|
|
|
3031
3031
|
disableCloseOnClickOutside: h = !1,
|
|
3032
3032
|
filterOptions: b,
|
|
3033
3033
|
..._
|
|
3034
|
-
} = r, [x,
|
|
3034
|
+
} = r, [x, S] = J(l), [g, D] = J(!1), [c, f] = J(!1), [p, I] = J(!1), [m, N] = J([]);
|
|
3035
3035
|
function E(j) {
|
|
3036
3036
|
return d && j ? d(j) : j ? String(j) : "";
|
|
3037
3037
|
}
|
|
3038
3038
|
const {
|
|
3039
3039
|
isOpen: k,
|
|
3040
3040
|
getLabelProps: M,
|
|
3041
|
-
getInputProps:
|
|
3041
|
+
getInputProps: O,
|
|
3042
3042
|
getToggleButtonProps: P,
|
|
3043
3043
|
getMenuProps: V,
|
|
3044
3044
|
getItemProps: R,
|
|
@@ -3053,17 +3053,17 @@ const sn = Object.assign(Ni, {
|
|
|
3053
3053
|
itemToString(j) {
|
|
3054
3054
|
return E(j);
|
|
3055
3055
|
},
|
|
3056
|
-
onInputValueChange({ inputValue: j, type:
|
|
3057
|
-
|
|
3056
|
+
onInputValueChange({ inputValue: j, type: z }) {
|
|
3057
|
+
z === ge.stateChangeTypes.InputKeyDownEnter || z === ge.stateChangeTypes.ItemClick ? S(l) : j != null && j !== "" ? S(on(l, j, b)) : S(l);
|
|
3058
3058
|
},
|
|
3059
|
-
onSelectedItemChange({ selectedItem: j, ...
|
|
3060
|
-
u != null && u(j || null), a != null && a({ selectedItem: j, ...
|
|
3059
|
+
onSelectedItemChange({ selectedItem: j, ...z }) {
|
|
3060
|
+
u != null && u(j || null), a != null && a({ selectedItem: j, ...z });
|
|
3061
3061
|
},
|
|
3062
|
-
onIsOpenChange({ isOpen: j, inputValue:
|
|
3063
|
-
j === !1 &&
|
|
3062
|
+
onIsOpenChange({ isOpen: j, inputValue: z, selectedItem: Y }) {
|
|
3063
|
+
j === !1 && z === "" ? K(null) : j === !1 && U(Y != null ? E(Y) : "");
|
|
3064
3064
|
},
|
|
3065
|
-
stateReducer(j, { type:
|
|
3066
|
-
switch (
|
|
3065
|
+
stateReducer(j, { type: z, changes: Y }) {
|
|
3066
|
+
switch (z) {
|
|
3067
3067
|
case ge.stateChangeTypes.InputBlur:
|
|
3068
3068
|
return h ? {
|
|
3069
3069
|
...Y,
|
|
@@ -3087,7 +3087,7 @@ const sn = Object.assign(Ni, {
|
|
|
3087
3087
|
itemToString: E,
|
|
3088
3088
|
isOpen: k,
|
|
3089
3089
|
getLabelProps: M,
|
|
3090
|
-
getInputProps:
|
|
3090
|
+
getInputProps: O,
|
|
3091
3091
|
getToggleButtonProps: P,
|
|
3092
3092
|
getMenuProps: V,
|
|
3093
3093
|
getItemProps: R,
|
|
@@ -3095,7 +3095,7 @@ const sn = Object.assign(Ni, {
|
|
|
3095
3095
|
selectedItem: L,
|
|
3096
3096
|
selectedItems: [],
|
|
3097
3097
|
disabledItems: m,
|
|
3098
|
-
setDisabledItems:
|
|
3098
|
+
setDisabledItems: N,
|
|
3099
3099
|
getSelectedItemProps: void 0,
|
|
3100
3100
|
getDropdownProps: void 0,
|
|
3101
3101
|
reset: void 0,
|
|
@@ -3103,7 +3103,7 @@ const sn = Object.assign(Ni, {
|
|
|
3103
3103
|
selectItem: K,
|
|
3104
3104
|
inputValue: Z,
|
|
3105
3105
|
isDisabledOrReadOnly: g,
|
|
3106
|
-
setIsDisabledOrReadOnly:
|
|
3106
|
+
setIsDisabledOrReadOnly: D,
|
|
3107
3107
|
hasDisabledPopover: c,
|
|
3108
3108
|
setHasDisabledPopover: f,
|
|
3109
3109
|
hasEmpty: p,
|
|
@@ -3132,7 +3132,7 @@ const sn = Object.assign(Ni, {
|
|
|
3132
3132
|
}
|
|
3133
3133
|
);
|
|
3134
3134
|
}, Fi = function(e) {
|
|
3135
|
-
const { layoutStyles: n, componentProps: r } =
|
|
3135
|
+
const { layoutStyles: n, componentProps: r } = Se(e), {
|
|
3136
3136
|
className: i,
|
|
3137
3137
|
style: o,
|
|
3138
3138
|
children: t,
|
|
@@ -3144,18 +3144,18 @@ const sn = Object.assign(Ni, {
|
|
|
3144
3144
|
disableCloseOnClickOutside: h = !1,
|
|
3145
3145
|
filterOptions: b,
|
|
3146
3146
|
..._
|
|
3147
|
-
} = r, [x,
|
|
3147
|
+
} = r, [x, S] = J(l), [g, D] = J(!1), [c, f] = J(!1), [p, I] = J(!1), [m, N] = J(""), [E, k] = J([]), [M, O] = J([]), { getSelectedItemProps: P, getDropdownProps: V, reset: R, removeSelectedItem: F } = Ne({
|
|
3148
3148
|
selectedItems: E,
|
|
3149
3149
|
onStateChange({ selectedItems: w, type: H }) {
|
|
3150
3150
|
switch (H) {
|
|
3151
|
-
case
|
|
3152
|
-
case
|
|
3153
|
-
case
|
|
3154
|
-
case
|
|
3151
|
+
case Ne.stateChangeTypes.SelectedItemKeyDownBackspace:
|
|
3152
|
+
case Ne.stateChangeTypes.SelectedItemKeyDownDelete:
|
|
3153
|
+
case Ne.stateChangeTypes.DropdownKeyDownBackspace:
|
|
3154
|
+
case Ne.stateChangeTypes.FunctionRemoveSelectedItem:
|
|
3155
3155
|
u != null && u(w ?? []), k(w ?? []);
|
|
3156
3156
|
break;
|
|
3157
|
-
case
|
|
3158
|
-
u != null && u([]), k([]),
|
|
3157
|
+
case Ne.stateChangeTypes.FunctionReset:
|
|
3158
|
+
u != null && u([]), k([]), N("");
|
|
3159
3159
|
break;
|
|
3160
3160
|
}
|
|
3161
3161
|
}
|
|
@@ -3168,7 +3168,7 @@ const sn = Object.assign(Ni, {
|
|
|
3168
3168
|
getLabelProps: U,
|
|
3169
3169
|
getInputProps: Z,
|
|
3170
3170
|
getToggleButtonProps: j,
|
|
3171
|
-
getMenuProps:
|
|
3171
|
+
getMenuProps: z,
|
|
3172
3172
|
getItemProps: Y,
|
|
3173
3173
|
highlightedIndex: oe,
|
|
3174
3174
|
selectedItem: T,
|
|
@@ -3182,21 +3182,21 @@ const sn = Object.assign(Ni, {
|
|
|
3182
3182
|
selectedItem: null,
|
|
3183
3183
|
inputValue: m,
|
|
3184
3184
|
onInputValueChange({ inputValue: w, type: H }) {
|
|
3185
|
-
H === ge.stateChangeTypes.InputKeyDownEnter || H === ge.stateChangeTypes.ItemClick ?
|
|
3185
|
+
H === ge.stateChangeTypes.InputKeyDownEnter || H === ge.stateChangeTypes.ItemClick ? S(l) : w != null && w !== "" ? S(on(l, w, b)) : S(l);
|
|
3186
3186
|
},
|
|
3187
3187
|
onIsOpenChange({ isOpen: w }) {
|
|
3188
|
-
w === !1 &&
|
|
3188
|
+
w === !1 && N("");
|
|
3189
3189
|
},
|
|
3190
|
-
stateReducer(w, { type: H, changes:
|
|
3190
|
+
stateReducer(w, { type: H, changes: q }) {
|
|
3191
3191
|
switch (H) {
|
|
3192
3192
|
case ge.stateChangeTypes.InputBlur:
|
|
3193
3193
|
return h ? {
|
|
3194
|
-
...
|
|
3194
|
+
...q,
|
|
3195
3195
|
isOpen: w.isOpen,
|
|
3196
3196
|
highlightedIndex: w.highlightedIndex
|
|
3197
|
-
} :
|
|
3197
|
+
} : q;
|
|
3198
3198
|
default:
|
|
3199
|
-
return
|
|
3199
|
+
return q;
|
|
3200
3200
|
}
|
|
3201
3201
|
},
|
|
3202
3202
|
isItemDisabled(w) {
|
|
@@ -3205,19 +3205,19 @@ const sn = Object.assign(Ni, {
|
|
|
3205
3205
|
onStateChange({
|
|
3206
3206
|
inputValue: w = "",
|
|
3207
3207
|
type: H,
|
|
3208
|
-
selectedItem:
|
|
3208
|
+
selectedItem: q
|
|
3209
3209
|
}) {
|
|
3210
3210
|
switch (H) {
|
|
3211
3211
|
case ge.stateChangeTypes.InputKeyDownEnter:
|
|
3212
3212
|
case ge.stateChangeTypes.ItemClick:
|
|
3213
3213
|
case ge.stateChangeTypes.InputBlur:
|
|
3214
|
-
if (
|
|
3215
|
-
const
|
|
3216
|
-
u != null && u(
|
|
3214
|
+
if (q) {
|
|
3215
|
+
const W = E.includes(q) ? E.filter((B) => B !== q) : [...E, q];
|
|
3216
|
+
u != null && u(W), k(W), N("");
|
|
3217
3217
|
}
|
|
3218
3218
|
break;
|
|
3219
3219
|
case ge.stateChangeTypes.InputChange:
|
|
3220
|
-
|
|
3220
|
+
N(w);
|
|
3221
3221
|
break;
|
|
3222
3222
|
}
|
|
3223
3223
|
}
|
|
@@ -3233,13 +3233,13 @@ const sn = Object.assign(Ni, {
|
|
|
3233
3233
|
getLabelProps: U,
|
|
3234
3234
|
getInputProps: Z,
|
|
3235
3235
|
getToggleButtonProps: j,
|
|
3236
|
-
getMenuProps:
|
|
3236
|
+
getMenuProps: z,
|
|
3237
3237
|
getItemProps: Y,
|
|
3238
3238
|
highlightedIndex: oe,
|
|
3239
3239
|
selectedItem: T,
|
|
3240
3240
|
selectedItems: E,
|
|
3241
3241
|
disabledItems: M,
|
|
3242
|
-
setDisabledItems:
|
|
3242
|
+
setDisabledItems: O,
|
|
3243
3243
|
getSelectedItemProps: P,
|
|
3244
3244
|
getDropdownProps: V,
|
|
3245
3245
|
reset: R,
|
|
@@ -3247,7 +3247,7 @@ const sn = Object.assign(Ni, {
|
|
|
3247
3247
|
selectItem: A,
|
|
3248
3248
|
inputValue: m,
|
|
3249
3249
|
isDisabledOrReadOnly: g,
|
|
3250
|
-
setIsDisabledOrReadOnly:
|
|
3250
|
+
setIsDisabledOrReadOnly: D,
|
|
3251
3251
|
hasDisabledPopover: c,
|
|
3252
3252
|
setHasDisabledPopover: f,
|
|
3253
3253
|
hasEmpty: p,
|
|
@@ -3285,19 +3285,19 @@ const sn = Object.assign(Ni, {
|
|
|
3285
3285
|
...x
|
|
3286
3286
|
}) => {
|
|
3287
3287
|
const {
|
|
3288
|
-
isOpen:
|
|
3288
|
+
isOpen: S,
|
|
3289
3289
|
itemToString: g,
|
|
3290
|
-
getLabelProps:
|
|
3290
|
+
getLabelProps: D,
|
|
3291
3291
|
getInputProps: c,
|
|
3292
3292
|
getToggleButtonProps: f,
|
|
3293
3293
|
selectedItems: p,
|
|
3294
3294
|
getSelectedItemProps: I,
|
|
3295
3295
|
getDropdownProps: m,
|
|
3296
|
-
reset:
|
|
3296
|
+
reset: N,
|
|
3297
3297
|
removeSelectedItem: E,
|
|
3298
3298
|
selectItem: k,
|
|
3299
3299
|
inputValue: M,
|
|
3300
|
-
setIsDisabledOrReadOnly:
|
|
3300
|
+
setIsDisabledOrReadOnly: O,
|
|
3301
3301
|
hasDisabledPopover: P
|
|
3302
3302
|
} = Qe(), V = Je(), R = se(te["input-wrapper"], {
|
|
3303
3303
|
[te.small]: r === "small",
|
|
@@ -3305,19 +3305,19 @@ const sn = Object.assign(Ni, {
|
|
|
3305
3305
|
}), F = Ie(), L = Ie(), K = se(te.input, e, {
|
|
3306
3306
|
[te.error]: i
|
|
3307
3307
|
});
|
|
3308
|
-
de(() => (
|
|
3309
|
-
|
|
3310
|
-
}), [u, a,
|
|
3308
|
+
de(() => (O(!!(u || a)), () => {
|
|
3309
|
+
O(!1);
|
|
3310
|
+
}), [u, a, O]);
|
|
3311
3311
|
let U = `label${F} `;
|
|
3312
3312
|
U += ` helper${L}`;
|
|
3313
|
-
const Z = typeof i != "boolean" ? i : void 0, j = Q(null), [
|
|
3313
|
+
const Z = typeof i != "boolean" ? i : void 0, j = Q(null), [z, Y] = J(!1), [oe, T] = J(!1), [A, w] = J(
|
|
3314
3314
|
null
|
|
3315
|
-
), [H,
|
|
3315
|
+
), [H, q] = J(0);
|
|
3316
3316
|
wt(() => {
|
|
3317
3317
|
var B, ae;
|
|
3318
3318
|
if (_ !== void 0) {
|
|
3319
|
-
if (
|
|
3320
|
-
Y(!0), T(!1), w(null),
|
|
3319
|
+
if (z === !1)
|
|
3320
|
+
Y(!0), T(!1), w(null), q((le) => le + 1);
|
|
3321
3321
|
else if ((B = j == null ? void 0 : j.current) != null && B.children) {
|
|
3322
3322
|
const le = (ae = j == null ? void 0 : j.current) == null ? void 0 : ae.children, ue = Array.from(le).reduce(
|
|
3323
3323
|
(C, he) => {
|
|
@@ -3340,18 +3340,18 @@ const sn = Object.assign(Ni, {
|
|
|
3340
3340
|
w(C);
|
|
3341
3341
|
} else
|
|
3342
3342
|
w(A - 1);
|
|
3343
|
-
|
|
3343
|
+
q((C) => C + 1);
|
|
3344
3344
|
}
|
|
3345
3345
|
}
|
|
3346
3346
|
}
|
|
3347
3347
|
}, [p.length, _, H]);
|
|
3348
|
-
const
|
|
3348
|
+
const W = oe && _ != null && A !== null ? A : p.length;
|
|
3349
3349
|
return /* @__PURE__ */ v.jsxs("div", { className: te["search-field"], "data-anv": "combobox-searchfield", children: [
|
|
3350
3350
|
/* @__PURE__ */ v.jsxs("div", { children: [
|
|
3351
3351
|
/* @__PURE__ */ v.jsx(
|
|
3352
3352
|
bt,
|
|
3353
3353
|
{
|
|
3354
|
-
...
|
|
3354
|
+
...D({
|
|
3355
3355
|
id: F,
|
|
3356
3356
|
required: s,
|
|
3357
3357
|
moreInfo: l,
|
|
@@ -3368,7 +3368,7 @@ const sn = Object.assign(Ni, {
|
|
|
3368
3368
|
children: [
|
|
3369
3369
|
/* @__PURE__ */ v.jsxs("div", { className: te["buttons-wrapper"], children: [
|
|
3370
3370
|
M || p.length ? /* @__PURE__ */ v.jsx("div", { className: te["close-button-wrapper"], children: /* @__PURE__ */ v.jsx(
|
|
3371
|
-
|
|
3371
|
+
We,
|
|
3372
3372
|
{
|
|
3373
3373
|
"aria-label": "clear selection",
|
|
3374
3374
|
appearance: "ghost",
|
|
@@ -3376,14 +3376,14 @@ const sn = Object.assign(Ni, {
|
|
|
3376
3376
|
icon: Vn,
|
|
3377
3377
|
className: te["close-button"],
|
|
3378
3378
|
onClick: () => {
|
|
3379
|
-
|
|
3379
|
+
N != null ? N() : k(null);
|
|
3380
3380
|
},
|
|
3381
3381
|
tabIndex: -1,
|
|
3382
3382
|
disabled: u || a
|
|
3383
3383
|
}
|
|
3384
3384
|
) }) : null,
|
|
3385
3385
|
P ? null : /* @__PURE__ */ v.jsx("div", { className: te["toggle-button-wrapper"], children: /* @__PURE__ */ v.jsx(
|
|
3386
|
-
|
|
3386
|
+
We,
|
|
3387
3387
|
{
|
|
3388
3388
|
"aria-label": "toggle menu",
|
|
3389
3389
|
...f({
|
|
@@ -3397,7 +3397,7 @@ const sn = Object.assign(Ni, {
|
|
|
3397
3397
|
) })
|
|
3398
3398
|
] }),
|
|
3399
3399
|
/* @__PURE__ */ v.jsxs("div", { className: te["rows-wrapper"], ref: j, children: [
|
|
3400
|
-
p.length && E != null && I != null ? p.slice(0,
|
|
3400
|
+
p.length && E != null && I != null ? p.slice(0, W).map((B, ae) => {
|
|
3401
3401
|
const { onClick: le, ...ue } = I({
|
|
3402
3402
|
selectedItem: B,
|
|
3403
3403
|
index: ae
|
|
@@ -3423,9 +3423,9 @@ const sn = Object.assign(Ni, {
|
|
|
3423
3423
|
oe && _ != null ? /* @__PURE__ */ v.jsx("div", { className: te["chip-wrapper"], children: /* @__PURE__ */ v.jsx(
|
|
3424
3424
|
ln,
|
|
3425
3425
|
{
|
|
3426
|
-
label: `+${p.length -
|
|
3426
|
+
label: `+${p.length - W}`,
|
|
3427
3427
|
className: te.chip,
|
|
3428
|
-
title: p.slice(
|
|
3428
|
+
title: p.slice(W).map((B) => g(B)).join(", ")
|
|
3429
3429
|
}
|
|
3430
3430
|
) }) : null,
|
|
3431
3431
|
/* @__PURE__ */ v.jsxs(
|
|
@@ -3448,7 +3448,7 @@ const sn = Object.assign(Ni, {
|
|
|
3448
3448
|
required: s,
|
|
3449
3449
|
autoComplete: "off",
|
|
3450
3450
|
"aria-labelledby": U,
|
|
3451
|
-
preventKeyAction:
|
|
3451
|
+
preventKeyAction: S
|
|
3452
3452
|
})
|
|
3453
3453
|
) : c({
|
|
3454
3454
|
...x,
|
|
@@ -3594,7 +3594,7 @@ const sn = Object.assign(Ni, {
|
|
|
3594
3594
|
),
|
|
3595
3595
|
!o.length && !t ? /* @__PURE__ */ v.jsx("div", { className: te.empty, children: /* @__PURE__ */ v.jsx(Tn, { subdued: !0, size: "small", children: "No results found" }) }) : null
|
|
3596
3596
|
] });
|
|
3597
|
-
},
|
|
3597
|
+
}, qi = function({
|
|
3598
3598
|
children: e,
|
|
3599
3599
|
disabled: n,
|
|
3600
3600
|
item: r,
|
|
@@ -3661,7 +3661,7 @@ const sn = Object.assign(Ni, {
|
|
|
3661
3661
|
]
|
|
3662
3662
|
}
|
|
3663
3663
|
);
|
|
3664
|
-
},
|
|
3664
|
+
}, zi = function({
|
|
3665
3665
|
children: e
|
|
3666
3666
|
}) {
|
|
3667
3667
|
const { items: n, setHasEmpty: r } = Qe();
|
|
@@ -3672,11 +3672,11 @@ const sn = Object.assign(Ni, {
|
|
|
3672
3672
|
SearchField: Li,
|
|
3673
3673
|
Content: Bi,
|
|
3674
3674
|
List: Ui,
|
|
3675
|
-
Item:
|
|
3676
|
-
Empty:
|
|
3675
|
+
Item: qi,
|
|
3676
|
+
Empty: zi
|
|
3677
3677
|
});
|
|
3678
|
-
const
|
|
3679
|
-
details:
|
|
3678
|
+
const Wi = "_details_1sjr5_4", Yi = "_summary_1sjr5_17", Gi = "_arrow_1sjr5_66", Xi = "_content_1sjr5_30", Ji = "_expanded_1sjr5_111", Me = {
|
|
3679
|
+
details: Wi,
|
|
3680
3680
|
summary: Yi,
|
|
3681
3681
|
"content-wrapper": "_content-wrapper_1sjr5_30",
|
|
3682
3682
|
arrow: Gi,
|
|
@@ -3694,7 +3694,7 @@ const qi = "_details_1sjr5_4", Yi = "_summary_1sjr5_17", Gi = "_arrow_1sjr5_66",
|
|
|
3694
3694
|
}
|
|
3695
3695
|
}), Qi = ce(
|
|
3696
3696
|
function(e, n) {
|
|
3697
|
-
const { layoutStyles: r, componentProps: i } =
|
|
3697
|
+
const { layoutStyles: r, componentProps: i } = Se(e), {
|
|
3698
3698
|
children: o,
|
|
3699
3699
|
id: t,
|
|
3700
3700
|
expanded: s,
|
|
@@ -3706,13 +3706,13 @@ const qi = "_details_1sjr5_4", Yi = "_summary_1sjr5_17", Gi = "_arrow_1sjr5_66",
|
|
|
3706
3706
|
function x() {
|
|
3707
3707
|
_(!0);
|
|
3708
3708
|
}
|
|
3709
|
-
function
|
|
3709
|
+
function S() {
|
|
3710
3710
|
_(!1);
|
|
3711
3711
|
}
|
|
3712
3712
|
function g() {
|
|
3713
3713
|
_((f) => !f);
|
|
3714
3714
|
}
|
|
3715
|
-
const
|
|
3715
|
+
const D = {
|
|
3716
3716
|
...d,
|
|
3717
3717
|
...r
|
|
3718
3718
|
}, c = Te(
|
|
@@ -3720,7 +3720,7 @@ const qi = "_details_1sjr5_4", Yi = "_summary_1sjr5_17", Gi = "_arrow_1sjr5_66",
|
|
|
3720
3720
|
id: t ?? h,
|
|
3721
3721
|
isExpanded: s ?? b,
|
|
3722
3722
|
expanded: x,
|
|
3723
|
-
close:
|
|
3723
|
+
close: S,
|
|
3724
3724
|
toggle: g
|
|
3725
3725
|
}),
|
|
3726
3726
|
[h, t, b, s]
|
|
@@ -3731,7 +3731,7 @@ const qi = "_details_1sjr5_4", Yi = "_summary_1sjr5_17", Gi = "_arrow_1sjr5_66",
|
|
|
3731
3731
|
"data-anv": "details",
|
|
3732
3732
|
ref: n,
|
|
3733
3733
|
className: se(Me.details, u),
|
|
3734
|
-
style:
|
|
3734
|
+
style: D,
|
|
3735
3735
|
...a,
|
|
3736
3736
|
children: o
|
|
3737
3737
|
}
|
|
@@ -3799,28 +3799,28 @@ const qi = "_details_1sjr5_4", Yi = "_summary_1sjr5_17", Gi = "_arrow_1sjr5_66",
|
|
|
3799
3799
|
Summary: Zi,
|
|
3800
3800
|
Content: ts
|
|
3801
3801
|
});
|
|
3802
|
-
const ns = "
|
|
3802
|
+
const ns = "_dialog_1yq7p_4", rs = "_container_1yq7p_20", os = "_content_1yq7p_30", is = "_remove_1yq7p_43", ss = "_header_1yq7p_53", as = "_footer_1yq7p_72", ls = "_large_1yq7p_82", us = "_fullscreen_1yq7p_82", ds = "_sticky_1yq7p_98", xe = {
|
|
3803
3803
|
dialog: ns,
|
|
3804
|
-
"close-dialog": "_close-
|
|
3804
|
+
"close-dialog": "_close-dialog_1yq7p_1",
|
|
3805
3805
|
container: rs,
|
|
3806
3806
|
content: os,
|
|
3807
|
-
"open-dialog": "_open-
|
|
3808
|
-
"open-backdrop": "_open-
|
|
3807
|
+
"open-dialog": "_open-dialog_1yq7p_1",
|
|
3808
|
+
"open-backdrop": "_open-backdrop_1yq7p_1",
|
|
3809
3809
|
remove: is,
|
|
3810
|
-
"close-backdrop": "_close-
|
|
3810
|
+
"close-backdrop": "_close-backdrop_1yq7p_1",
|
|
3811
3811
|
header: ss,
|
|
3812
|
-
"close-container": "_close-
|
|
3812
|
+
"close-container": "_close-container_1yq7p_65",
|
|
3813
3813
|
footer: as,
|
|
3814
3814
|
large: ls,
|
|
3815
3815
|
fullscreen: us,
|
|
3816
3816
|
sticky: ds,
|
|
3817
|
-
"close-button": "_close-
|
|
3817
|
+
"close-button": "_close-button_1yq7p_104"
|
|
3818
3818
|
}, Cr = ce((e, n) => {
|
|
3819
3819
|
const { onClick: r, ...i } = e, { close: o } = cs(), t = (s) => {
|
|
3820
3820
|
o(), r == null || r(s);
|
|
3821
3821
|
};
|
|
3822
3822
|
return /* @__PURE__ */ v.jsx(
|
|
3823
|
-
|
|
3823
|
+
We,
|
|
3824
3824
|
{
|
|
3825
3825
|
"aria-label": "Close dialog",
|
|
3826
3826
|
"data-anv": "dialog-cancel-button",
|
|
@@ -3831,7 +3831,7 @@ const ns = "_dialog_14ll9_4", rs = "_container_14ll9_19", os = "_content_14ll9_2
|
|
|
3831
3831
|
);
|
|
3832
3832
|
});
|
|
3833
3833
|
Cr.displayName = "DialogCancelButton";
|
|
3834
|
-
const
|
|
3834
|
+
const Sr = ce(
|
|
3835
3835
|
(e, n) => {
|
|
3836
3836
|
const { children: r, ...i } = e;
|
|
3837
3837
|
return /* @__PURE__ */ v.jsxs(
|
|
@@ -3858,8 +3858,8 @@ const Or = ce(
|
|
|
3858
3858
|
);
|
|
3859
3859
|
}
|
|
3860
3860
|
);
|
|
3861
|
-
|
|
3862
|
-
const
|
|
3861
|
+
Sr.displayName = "DialogHeader";
|
|
3862
|
+
const Or = ce(
|
|
3863
3863
|
(e, n) => {
|
|
3864
3864
|
const { children: r, sticky: i = !1, ...o } = e, t = se(xe.footer, {
|
|
3865
3865
|
[xe.sticky]: i
|
|
@@ -3876,8 +3876,8 @@ const Sr = ce(
|
|
|
3876
3876
|
);
|
|
3877
3877
|
}
|
|
3878
3878
|
);
|
|
3879
|
-
|
|
3880
|
-
const
|
|
3879
|
+
Or.displayName = "DialogFooter";
|
|
3880
|
+
const Dr = ce(
|
|
3881
3881
|
(e, n) => {
|
|
3882
3882
|
const { children: r, ...i } = e, o = se(xe.content, {});
|
|
3883
3883
|
return /* @__PURE__ */ v.jsx(
|
|
@@ -3892,8 +3892,8 @@ const Nr = ce(
|
|
|
3892
3892
|
);
|
|
3893
3893
|
}
|
|
3894
3894
|
);
|
|
3895
|
-
|
|
3896
|
-
const
|
|
3895
|
+
Dr.displayName = "DialogContent";
|
|
3896
|
+
const Nr = dt(null), Rr = ce(
|
|
3897
3897
|
(e, n) => {
|
|
3898
3898
|
const {
|
|
3899
3899
|
className: r,
|
|
@@ -3909,40 +3909,40 @@ const Dr = dt(null), Rr = ce(
|
|
|
3909
3909
|
disableCloseOnClickOutside: b = !1,
|
|
3910
3910
|
size: _,
|
|
3911
3911
|
...x
|
|
3912
|
-
} = e,
|
|
3912
|
+
} = e, S = Q(null), g = Q(null), D = Q(null), c = Ie(), [f, p] = J(!1), I = se([xe.dialog], r, {
|
|
3913
3913
|
[xe.fullscreen]: a,
|
|
3914
3914
|
[xe.remove]: f,
|
|
3915
3915
|
[xe.large]: _ === "large"
|
|
3916
|
-
}), m = Hr(
|
|
3916
|
+
}), m = Hr(S.current), N = m[0], E = m[m.length - 1], k = ee(() => {
|
|
3917
3917
|
var R;
|
|
3918
|
-
if (
|
|
3919
|
-
const F = (
|
|
3920
|
-
F.length === 0 ? (
|
|
3918
|
+
if (D.current) {
|
|
3919
|
+
const F = (D.current.dataset.dialogsOpen ? D.current.dataset.dialogsOpen.split(" ") : []).filter((L) => L !== c);
|
|
3920
|
+
F.length === 0 ? (D.current.removeAttribute("data-dialogs-open"), (R = D.current) == null || R.classList.remove("dialog-open")) : D.current.dataset.dialogsOpen = F.join(" ");
|
|
3921
3921
|
}
|
|
3922
3922
|
}, [c]);
|
|
3923
3923
|
de(() => {
|
|
3924
3924
|
var R, F, L, K;
|
|
3925
3925
|
if (i) {
|
|
3926
|
-
if (t == null || t(), (R =
|
|
3927
|
-
const U = (F =
|
|
3928
|
-
U && (
|
|
3926
|
+
if (t == null || t(), (R = S.current) == null || R.showModal(), !D.current) {
|
|
3927
|
+
const U = document.body ?? ((F = S.current) == null ? void 0 : F.closest("body"));
|
|
3928
|
+
U && (D.current = U);
|
|
3929
3929
|
}
|
|
3930
|
-
if (!((L =
|
|
3931
|
-
const U =
|
|
3930
|
+
if (!((L = S.current) != null && L.querySelector(":focus")) && (N == null || N.focus()), (K = D.current) == null || K.classList.add("dialog-open"), D.current) {
|
|
3931
|
+
const U = D.current.dataset.dialogsOpen ? D.current.dataset.dialogsOpen.split(" ") : [];
|
|
3932
3932
|
if (U.includes(c))
|
|
3933
3933
|
return;
|
|
3934
|
-
U.push(c),
|
|
3934
|
+
U.push(c), D.current.dataset.dialogsOpen = U.join(" ");
|
|
3935
3935
|
}
|
|
3936
3936
|
return;
|
|
3937
3937
|
}
|
|
3938
3938
|
p(!0), setTimeout(() => {
|
|
3939
3939
|
var U;
|
|
3940
|
-
(U =
|
|
3940
|
+
(U = S.current) == null || U.close(), k(), p(!1);
|
|
3941
3941
|
}, 200);
|
|
3942
|
-
}, [
|
|
3942
|
+
}, [N, c, t, i, k]);
|
|
3943
3943
|
const M = (R) => {
|
|
3944
3944
|
R.preventDefault(), !h && (s == null || s());
|
|
3945
|
-
},
|
|
3945
|
+
}, O = (R) => {
|
|
3946
3946
|
var F;
|
|
3947
3947
|
d == null || d(R);
|
|
3948
3948
|
const L = R.target;
|
|
@@ -3953,19 +3953,19 @@ const Dr = dt(null), Rr = ce(
|
|
|
3953
3953
|
}
|
|
3954
3954
|
}, P = (R) => {
|
|
3955
3955
|
if (u == null || u(R), R.code === "Tab") {
|
|
3956
|
-
if (R.shiftKey && R.target ===
|
|
3956
|
+
if (R.shiftKey && R.target === N) {
|
|
3957
3957
|
R.preventDefault(), E == null || E.focus();
|
|
3958
3958
|
return;
|
|
3959
3959
|
}
|
|
3960
3960
|
if (R.target === E && !R.shiftKey) {
|
|
3961
|
-
R.preventDefault(),
|
|
3961
|
+
R.preventDefault(), N == null || N.focus();
|
|
3962
3962
|
return;
|
|
3963
3963
|
}
|
|
3964
3964
|
}
|
|
3965
3965
|
}, V = Te(() => ({ close: () => {
|
|
3966
3966
|
p(!0), setTimeout(() => {
|
|
3967
3967
|
var R;
|
|
3968
|
-
k(), (R =
|
|
3968
|
+
k(), (R = S.current) == null || R.close(), s == null || s();
|
|
3969
3969
|
}, 200);
|
|
3970
3970
|
} }), [s, k]);
|
|
3971
3971
|
return (
|
|
@@ -3976,19 +3976,19 @@ const Dr = dt(null), Rr = ce(
|
|
|
3976
3976
|
{
|
|
3977
3977
|
className: I,
|
|
3978
3978
|
"data-anv": "dialog",
|
|
3979
|
-
ref: Be([n,
|
|
3979
|
+
ref: Be([n, S]),
|
|
3980
3980
|
onCancel: M,
|
|
3981
|
-
onClick:
|
|
3981
|
+
onClick: O,
|
|
3982
3982
|
onKeyDown: P,
|
|
3983
3983
|
...x,
|
|
3984
|
-
children: /* @__PURE__ */ v.jsx(
|
|
3984
|
+
children: /* @__PURE__ */ v.jsx(Nr.Provider, { value: V, children: /* @__PURE__ */ v.jsx("section", { ref: g, className: xe.container, children: o }) })
|
|
3985
3985
|
}
|
|
3986
3986
|
)
|
|
3987
3987
|
);
|
|
3988
3988
|
}
|
|
3989
3989
|
);
|
|
3990
3990
|
function cs() {
|
|
3991
|
-
const e = Ve(
|
|
3991
|
+
const e = Ve(Nr);
|
|
3992
3992
|
if (!e)
|
|
3993
3993
|
throw new Error(
|
|
3994
3994
|
"useDialogContext must be used within a DialogContextProvider"
|
|
@@ -3997,16 +3997,16 @@ function cs() {
|
|
|
3997
3997
|
}
|
|
3998
3998
|
Rr.displayName = "Dialog";
|
|
3999
3999
|
const La = Object.assign(Rr, {
|
|
4000
|
-
Header:
|
|
4001
|
-
Footer:
|
|
4002
|
-
Content:
|
|
4000
|
+
Header: Sr,
|
|
4001
|
+
Footer: Or,
|
|
4002
|
+
Content: Dr
|
|
4003
4003
|
});
|
|
4004
4004
|
const ps = "_link_1ur2o_4", fs = "_secondary_1ur2o_36", hs = "_quiet_1ur2o_45", $e = {
|
|
4005
4005
|
link: ps,
|
|
4006
4006
|
secondary: fs,
|
|
4007
4007
|
quiet: hs
|
|
4008
4008
|
}, gs = (e) => /* @__PURE__ */ _e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ _e.createElement("path", { d: "M18 19H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h5c.55 0 1-.45 1-1s-.45-1-1-1H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55-.45 1-1 1zM14 4c0 .55.45 1 1 1h2.59l-9.13 9.13a.996.996 0 1 0 1.41 1.41L19 6.41V9c0 .55.45 1 1 1s1-.45 1-1V4c0-.55-.45-1-1-1h-5c-.55 0-1 .45-1 1z" })), ms = ce((e, n) => {
|
|
4009
|
-
const { layoutStyles: r, componentProps: i } =
|
|
4009
|
+
const { layoutStyles: r, componentProps: i } = Se(e), {
|
|
4010
4010
|
children: o,
|
|
4011
4011
|
className: t,
|
|
4012
4012
|
appearance: s = "primary",
|
|
@@ -4038,7 +4038,7 @@ const ps = "_link_1ur2o_4", fs = "_secondary_1ur2o_36", hs = "_quiet_1ur2o_45",
|
|
|
4038
4038
|
});
|
|
4039
4039
|
ms.displayName = "Link";
|
|
4040
4040
|
const Ba = (e) => {
|
|
4041
|
-
const { layoutStyles: n, componentProps: r } =
|
|
4041
|
+
const { layoutStyles: n, componentProps: r } = Se(e), { className: i, appearance: o = "primary", quiet: t, style: s } = r, l = se([$e.link], i, {
|
|
4042
4042
|
[$e.quiet]: t,
|
|
4043
4043
|
[$e.secondary]: o === "secondary"
|
|
4044
4044
|
}), d = Object.assign({}, s, n);
|
|
@@ -4058,7 +4058,7 @@ const vs = "_overflow_l5ucx_2", _s = "_expanded_l5ucx_2", Is = "_content_l5ucx_5
|
|
|
4058
4058
|
truncate: xs
|
|
4059
4059
|
}, Pr = ce(
|
|
4060
4060
|
(e, n) => {
|
|
4061
|
-
const { rows: r = 1, ...i } = e, { layoutStyles: o, componentProps: t } =
|
|
4061
|
+
const { rows: r = 1, ...i } = e, { layoutStyles: o, componentProps: t } = Se(i), [s, l] = J(!1), { className: d, style: u, children: a, ...h } = t, b = {
|
|
4062
4062
|
...u,
|
|
4063
4063
|
...o,
|
|
4064
4064
|
"--overflow-text-row": s ? "initial" : r
|
|
@@ -4066,18 +4066,18 @@ const vs = "_overflow_l5ucx_2", _s = "_expanded_l5ucx_2", Is = "_content_l5ucx_5
|
|
|
4066
4066
|
if ("expandable" in e && e.expandable === !0) {
|
|
4067
4067
|
const {
|
|
4068
4068
|
expandable: x,
|
|
4069
|
-
expandText:
|
|
4069
|
+
expandText: S,
|
|
4070
4070
|
collapseText: g,
|
|
4071
|
-
onExpand:
|
|
4071
|
+
onExpand: D,
|
|
4072
4072
|
onCollapse: c,
|
|
4073
4073
|
...f
|
|
4074
|
-
} = h, p =
|
|
4074
|
+
} = h, p = S ?? "Show more...", I = g ?? "Show less...", m = (E) => {
|
|
4075
4075
|
if (l((k) => !k), s) {
|
|
4076
4076
|
c == null || c(E);
|
|
4077
4077
|
return;
|
|
4078
4078
|
}
|
|
4079
|
-
|
|
4080
|
-
},
|
|
4079
|
+
D == null || D(E);
|
|
4080
|
+
}, N = se(
|
|
4081
4081
|
[ne["overflow-text"]],
|
|
4082
4082
|
[ne.expandable],
|
|
4083
4083
|
{
|
|
@@ -4088,7 +4088,7 @@ const vs = "_overflow_l5ucx_2", _s = "_expanded_l5ucx_2", Is = "_content_l5ucx_5
|
|
|
4088
4088
|
"div",
|
|
4089
4089
|
{
|
|
4090
4090
|
ref: n,
|
|
4091
|
-
className:
|
|
4091
|
+
className: N,
|
|
4092
4092
|
style: b,
|
|
4093
4093
|
"data-anv": "overflow-text",
|
|
4094
4094
|
...f,
|
|
@@ -4124,7 +4124,7 @@ const vs = "_overflow_l5ucx_2", _s = "_expanded_l5ucx_2", Is = "_content_l5ucx_5
|
|
|
4124
4124
|
Pr.displayName = "OverflowText";
|
|
4125
4125
|
const kr = ce(
|
|
4126
4126
|
(e, n) => {
|
|
4127
|
-
const { layoutStyles: r, componentProps: i } =
|
|
4127
|
+
const { layoutStyles: r, componentProps: i } = Se(e), {
|
|
4128
4128
|
children: o,
|
|
4129
4129
|
className: t,
|
|
4130
4130
|
direction: s = "column",
|
|
@@ -4134,7 +4134,7 @@ const kr = ce(
|
|
|
4134
4134
|
truncate: a,
|
|
4135
4135
|
gap: h,
|
|
4136
4136
|
...b
|
|
4137
|
-
} = i, _ = Q(null), [x,
|
|
4137
|
+
} = i, _ = Q(null), [x, S] = J(!1), [g, D] = J({
|
|
4138
4138
|
left: !1,
|
|
4139
4139
|
right: !1,
|
|
4140
4140
|
top: !1,
|
|
@@ -4144,16 +4144,16 @@ const kr = ce(
|
|
|
4144
4144
|
if (!_.current)
|
|
4145
4145
|
return;
|
|
4146
4146
|
if (s === "row") {
|
|
4147
|
-
const
|
|
4148
|
-
|
|
4147
|
+
const N = _.current.offsetWidth < _.current.scrollWidth;
|
|
4148
|
+
D((E) => ({
|
|
4149
4149
|
...E,
|
|
4150
|
-
right:
|
|
4150
|
+
right: N
|
|
4151
4151
|
}));
|
|
4152
4152
|
return;
|
|
4153
4153
|
}
|
|
4154
4154
|
const m = _.current.offsetHeight < _.current.scrollHeight;
|
|
4155
|
-
|
|
4156
|
-
...
|
|
4155
|
+
D((N) => ({
|
|
4156
|
+
...N,
|
|
4157
4157
|
bottom: m
|
|
4158
4158
|
}));
|
|
4159
4159
|
}, [s]);
|
|
@@ -4163,7 +4163,7 @@ const kr = ce(
|
|
|
4163
4163
|
const m = _.current;
|
|
4164
4164
|
if (s === "row") {
|
|
4165
4165
|
const k = m.scrollLeft > 0, M = m.scrollLeft < m.scrollWidth - m.offsetWidth;
|
|
4166
|
-
|
|
4166
|
+
D({
|
|
4167
4167
|
left: k,
|
|
4168
4168
|
right: M,
|
|
4169
4169
|
top: !1,
|
|
@@ -4171,9 +4171,9 @@ const kr = ce(
|
|
|
4171
4171
|
});
|
|
4172
4172
|
return;
|
|
4173
4173
|
}
|
|
4174
|
-
const
|
|
4175
|
-
|
|
4176
|
-
top:
|
|
4174
|
+
const N = m.scrollTop > 0, E = m.scrollTop < m.scrollHeight - m.offsetHeight;
|
|
4175
|
+
D({
|
|
4176
|
+
top: N,
|
|
4177
4177
|
bottom: E,
|
|
4178
4178
|
left: !1,
|
|
4179
4179
|
right: !1
|
|
@@ -4188,18 +4188,18 @@ const kr = ce(
|
|
|
4188
4188
|
const m = {
|
|
4189
4189
|
...l,
|
|
4190
4190
|
...r
|
|
4191
|
-
},
|
|
4191
|
+
}, N = {
|
|
4192
4192
|
minHeight: d ?? void 0
|
|
4193
|
-
}, E = typeof a == "object" ? a.expandText : "Show more...", k = typeof a == "object" ? a.collapseText : "Show less...", M = (
|
|
4193
|
+
}, E = typeof a == "object" ? a.expandText : "Show more...", k = typeof a == "object" ? a.collapseText : "Show less...", M = (O) => {
|
|
4194
4194
|
var P, V;
|
|
4195
|
-
if (
|
|
4195
|
+
if (S((R) => !R), setTimeout(() => {
|
|
4196
4196
|
c();
|
|
4197
4197
|
}, 100), typeof a == "object") {
|
|
4198
4198
|
if (x) {
|
|
4199
|
-
(P = a.onCollapse) == null || P.call(a,
|
|
4199
|
+
(P = a.onCollapse) == null || P.call(a, O);
|
|
4200
4200
|
return;
|
|
4201
4201
|
}
|
|
4202
|
-
(V = a.onExpand) == null || V.call(a,
|
|
4202
|
+
(V = a.onExpand) == null || V.call(a, O);
|
|
4203
4203
|
}
|
|
4204
4204
|
};
|
|
4205
4205
|
return /* @__PURE__ */ v.jsxs(
|
|
@@ -4218,7 +4218,7 @@ const kr = ce(
|
|
|
4218
4218
|
{
|
|
4219
4219
|
className: ne.content,
|
|
4220
4220
|
onScroll: c,
|
|
4221
|
-
style:
|
|
4221
|
+
style: N,
|
|
4222
4222
|
ref: _,
|
|
4223
4223
|
direction: s,
|
|
4224
4224
|
gap: h,
|
|
@@ -4286,7 +4286,7 @@ var bs = wt, ws = function(n) {
|
|
|
4286
4286
|
return bs(function() {
|
|
4287
4287
|
r.current = n;
|
|
4288
4288
|
}), r;
|
|
4289
|
-
},
|
|
4289
|
+
}, On = function(n, r) {
|
|
4290
4290
|
if (typeof n == "function") {
|
|
4291
4291
|
n(r);
|
|
4292
4292
|
return;
|
|
@@ -4295,9 +4295,9 @@ var bs = wt, ws = function(n) {
|
|
|
4295
4295
|
}, Es = function(n, r) {
|
|
4296
4296
|
var i = Q();
|
|
4297
4297
|
return ee(function(o) {
|
|
4298
|
-
n.current = o, i.current &&
|
|
4298
|
+
n.current = o, i.current && On(i.current, null), i.current = r, r && On(r, o);
|
|
4299
4299
|
}, [r]);
|
|
4300
|
-
},
|
|
4300
|
+
}, Dn = {
|
|
4301
4301
|
"min-height": "0",
|
|
4302
4302
|
"max-height": "none",
|
|
4303
4303
|
height: "0",
|
|
@@ -4308,20 +4308,20 @@ var bs = wt, ws = function(n) {
|
|
|
4308
4308
|
top: "0",
|
|
4309
4309
|
right: "0"
|
|
4310
4310
|
}, Cs = function(n) {
|
|
4311
|
-
Object.keys(
|
|
4312
|
-
n.style.setProperty(r,
|
|
4311
|
+
Object.keys(Dn).forEach(function(r) {
|
|
4312
|
+
n.style.setProperty(r, Dn[r], "important");
|
|
4313
4313
|
});
|
|
4314
|
-
},
|
|
4314
|
+
}, Nn = Cs, pe = null, Rn = function(n, r) {
|
|
4315
4315
|
var i = n.scrollHeight;
|
|
4316
4316
|
return r.sizingStyle.boxSizing === "border-box" ? i + r.borderSize : i - r.paddingSize;
|
|
4317
4317
|
};
|
|
4318
|
-
function
|
|
4319
|
-
r === void 0 && (r = 1), i === void 0 && (i = 1 / 0), pe || (pe = document.createElement("textarea"), pe.setAttribute("tabindex", "-1"), pe.setAttribute("aria-hidden", "true"),
|
|
4318
|
+
function Ss(e, n, r, i) {
|
|
4319
|
+
r === void 0 && (r = 1), i === void 0 && (i = 1 / 0), pe || (pe = document.createElement("textarea"), pe.setAttribute("tabindex", "-1"), pe.setAttribute("aria-hidden", "true"), Nn(pe)), pe.parentNode === null && document.body.appendChild(pe);
|
|
4320
4320
|
var o = e.paddingSize, t = e.borderSize, s = e.sizingStyle, l = s.boxSizing;
|
|
4321
4321
|
Object.keys(s).forEach(function(b) {
|
|
4322
4322
|
var _ = b;
|
|
4323
4323
|
pe.style[_] = s[_];
|
|
4324
|
-
}),
|
|
4324
|
+
}), Nn(pe), pe.value = n;
|
|
4325
4325
|
var d = Rn(pe, e);
|
|
4326
4326
|
pe.value = n, d = Rn(pe, e), pe.value = "x";
|
|
4327
4327
|
var u = pe.scrollHeight - o, a = u * r;
|
|
@@ -4330,11 +4330,11 @@ function Os(e, n, r, i) {
|
|
|
4330
4330
|
return l === "border-box" && (h = h + o + t), d = Math.min(h, d), [d, u];
|
|
4331
4331
|
}
|
|
4332
4332
|
var Pn = function() {
|
|
4333
|
-
},
|
|
4333
|
+
}, Os = function(n, r) {
|
|
4334
4334
|
return n.reduce(function(i, o) {
|
|
4335
4335
|
return i[o] = r[o], i;
|
|
4336
4336
|
}, {});
|
|
4337
|
-
},
|
|
4337
|
+
}, Ds = [
|
|
4338
4338
|
"borderBottomWidth",
|
|
4339
4339
|
"borderLeftWidth",
|
|
4340
4340
|
"borderRightWidth",
|
|
@@ -4358,14 +4358,14 @@ var Pn = function() {
|
|
|
4358
4358
|
"textTransform",
|
|
4359
4359
|
"width",
|
|
4360
4360
|
"wordBreak"
|
|
4361
|
-
],
|
|
4361
|
+
], Ns = !!document.documentElement.currentStyle, Rs = function(n) {
|
|
4362
4362
|
var r = window.getComputedStyle(n);
|
|
4363
4363
|
if (r === null)
|
|
4364
4364
|
return null;
|
|
4365
|
-
var i =
|
|
4365
|
+
var i = Os(Ds, r), o = i.boxSizing;
|
|
4366
4366
|
if (o === "")
|
|
4367
4367
|
return null;
|
|
4368
|
-
|
|
4368
|
+
Ns && o === "border-box" && (i.width = parseFloat(i.width) + parseFloat(i.borderRightWidth) + parseFloat(i.borderLeftWidth) + parseFloat(i.paddingRight) + parseFloat(i.paddingLeft) + "px");
|
|
4369
4369
|
var t = parseFloat(i.paddingBottom) + parseFloat(i.paddingTop), s = parseFloat(i.borderBottomWidth) + parseFloat(i.borderTopWidth);
|
|
4370
4370
|
return {
|
|
4371
4371
|
sizingStyle: i,
|
|
@@ -4390,20 +4390,20 @@ var ks = function(n) {
|
|
|
4390
4390
|
}, Ms = function(n) {
|
|
4391
4391
|
Mr(document.fonts, "loadingdone", n);
|
|
4392
4392
|
}, Ts = ["cacheMeasurements", "maxRows", "minRows", "onChange", "onHeightChange"], Vs = function(n, r) {
|
|
4393
|
-
var i = n.cacheMeasurements, o = n.maxRows, t = n.minRows, s = n.onChange, l = s === void 0 ? Pn : s, d = n.onHeightChange, u = d === void 0 ? Pn : d, a = ve(n, Ts), h = a.value !== void 0, b = _e.useRef(null), _ = Es(b, r), x = _e.useRef(0),
|
|
4394
|
-
var f = b.current, p = i &&
|
|
4393
|
+
var i = n.cacheMeasurements, o = n.maxRows, t = n.minRows, s = n.onChange, l = s === void 0 ? Pn : s, d = n.onHeightChange, u = d === void 0 ? Pn : d, a = ve(n, Ts), h = a.value !== void 0, b = _e.useRef(null), _ = Es(b, r), x = _e.useRef(0), S = _e.useRef(), g = function() {
|
|
4394
|
+
var f = b.current, p = i && S.current ? S.current : Ps(f);
|
|
4395
4395
|
if (p) {
|
|
4396
|
-
|
|
4397
|
-
var I =
|
|
4396
|
+
S.current = p;
|
|
4397
|
+
var I = Ss(p, f.value || f.placeholder || "x", t, o), m = I[0], N = I[1];
|
|
4398
4398
|
x.current !== m && (x.current = m, f.style.setProperty("height", m + "px", "important"), u(m, {
|
|
4399
|
-
rowHeight:
|
|
4399
|
+
rowHeight: N
|
|
4400
4400
|
}));
|
|
4401
4401
|
}
|
|
4402
|
-
},
|
|
4402
|
+
}, D = function(f) {
|
|
4403
4403
|
h || g(), l(f);
|
|
4404
4404
|
};
|
|
4405
4405
|
return _e.useLayoutEffect(g), ks(g), Ms(g), /* @__PURE__ */ _e.createElement("textarea", $({}, a, {
|
|
4406
|
-
onChange:
|
|
4406
|
+
onChange: D,
|
|
4407
4407
|
ref: _
|
|
4408
4408
|
}));
|
|
4409
4409
|
}, As = /* @__PURE__ */ _e.forwardRef(Vs);
|
|
@@ -4417,7 +4417,7 @@ const Hs = "_textarea_1bgqi_4", js = "_counter_1bgqi_50", Ks = "_error_1bgqi_62"
|
|
|
4417
4417
|
readonly: Fs
|
|
4418
4418
|
}, Ls = ce(
|
|
4419
4419
|
(e, n) => {
|
|
4420
|
-
const { layoutStyles: r, componentProps: i } =
|
|
4420
|
+
const { layoutStyles: r, componentProps: i } = Se(e), {
|
|
4421
4421
|
className: o,
|
|
4422
4422
|
disableResize: t,
|
|
4423
4423
|
error: s,
|
|
@@ -4430,26 +4430,26 @@ const Hs = "_textarea_1bgqi_4", js = "_counter_1bgqi_50", Ks = "_error_1bgqi_62"
|
|
|
4430
4430
|
required: b,
|
|
4431
4431
|
showCounter: _,
|
|
4432
4432
|
onFocus: x,
|
|
4433
|
-
onBlur:
|
|
4433
|
+
onBlur: S,
|
|
4434
4434
|
id: g,
|
|
4435
|
-
maxLength:
|
|
4435
|
+
maxLength: D,
|
|
4436
4436
|
autoHeight: c,
|
|
4437
4437
|
labelProps: f,
|
|
4438
4438
|
placeholder: p,
|
|
4439
4439
|
style: I,
|
|
4440
4440
|
...m
|
|
4441
|
-
} = i,
|
|
4441
|
+
} = i, N = Q(null), [E, k] = J(0), [M, O] = J(!1), [P, V] = J(!1), [R, F] = J("off");
|
|
4442
4442
|
de(() => {
|
|
4443
4443
|
var H;
|
|
4444
|
-
k(((H =
|
|
4444
|
+
k(((H = N.current) == null ? void 0 : H.defaultValue.length) ?? 0);
|
|
4445
4445
|
}, []);
|
|
4446
4446
|
const L = (H) => {
|
|
4447
|
-
h == null || h(H, { value: H.target.value }), E !== H.target.value.length &&
|
|
4447
|
+
h == null || h(H, { value: H.target.value }), E !== H.target.value.length && O(!0), k(H.target.value.length);
|
|
4448
4448
|
}, K = (H) => {
|
|
4449
4449
|
x == null || x(H), V(!0);
|
|
4450
4450
|
}, U = (H) => {
|
|
4451
|
-
|
|
4452
|
-
}, Z = Ie(), j = g ?? Z,
|
|
4451
|
+
S == null || S(H), V(!1), F("off"), O(!1);
|
|
4452
|
+
}, Z = Ie(), j = g ?? Z, z = Ie(), Y = Ie(), oe = typeof s != "boolean" ? s : void 0, T = se([He.textarea], o, {
|
|
4453
4453
|
[He.error]: s,
|
|
4454
4454
|
[He["disable-resize"]]: t,
|
|
4455
4455
|
[He.disabled]: m.disabled,
|
|
@@ -4481,22 +4481,22 @@ const Hs = "_textarea_1bgqi_4", js = "_counter_1bgqi_50", Ks = "_error_1bgqi_62"
|
|
|
4481
4481
|
onChange: L,
|
|
4482
4482
|
onFocus: K,
|
|
4483
4483
|
onBlur: U,
|
|
4484
|
-
ref: Be([n,
|
|
4484
|
+
ref: Be([n, N]),
|
|
4485
4485
|
required: b,
|
|
4486
|
-
maxLength:
|
|
4486
|
+
maxLength: D,
|
|
4487
4487
|
id: j,
|
|
4488
4488
|
placeholder: p,
|
|
4489
4489
|
...m,
|
|
4490
|
-
"aria-describedby": [Y,
|
|
4490
|
+
"aria-describedby": [Y, z].join(" "),
|
|
4491
4491
|
"aria-invalid": s ? !!s : void 0
|
|
4492
4492
|
}
|
|
4493
4493
|
),
|
|
4494
4494
|
l || _ || oe || d ? /* @__PURE__ */ v.jsx(
|
|
4495
4495
|
Et,
|
|
4496
4496
|
{
|
|
4497
|
-
id:
|
|
4497
|
+
id: z,
|
|
4498
4498
|
hint: l,
|
|
4499
|
-
maxLength:
|
|
4499
|
+
maxLength: D,
|
|
4500
4500
|
inputLength: E,
|
|
4501
4501
|
isTyping: M,
|
|
4502
4502
|
showCounter: _,
|
|
@@ -4512,19 +4512,19 @@ const Hs = "_textarea_1bgqi_4", js = "_counter_1bgqi_50", Ks = "_error_1bgqi_62"
|
|
|
4512
4512
|
}
|
|
4513
4513
|
);
|
|
4514
4514
|
Ls.displayName = "Textarea";
|
|
4515
|
-
const Bs = "_textfield_1acx5_4", Us = "_input_1acx5_17",
|
|
4515
|
+
const Bs = "_textfield_1acx5_4", Us = "_input_1acx5_17", qs = "_prefix_1acx5_43", zs = "_suffix_1acx5_44", Ws = "_small_1acx5_101", Ys = "_large_1acx5_104", Gs = "_error_1acx5_113", Ce = {
|
|
4516
4516
|
textfield: Bs,
|
|
4517
4517
|
input: Us,
|
|
4518
4518
|
"input-wrapper": "_input-wrapper_1acx5_30",
|
|
4519
|
-
prefix:
|
|
4520
|
-
suffix:
|
|
4519
|
+
prefix: qs,
|
|
4520
|
+
suffix: zs,
|
|
4521
4521
|
"loading-spinner": "_loading-spinner_1acx5_63",
|
|
4522
|
-
small:
|
|
4522
|
+
small: Ws,
|
|
4523
4523
|
large: Ys,
|
|
4524
4524
|
error: Gs
|
|
4525
4525
|
}, Xs = ce(
|
|
4526
4526
|
function(e, n) {
|
|
4527
|
-
const { layoutStyles: r, componentProps: i } =
|
|
4527
|
+
const { layoutStyles: r, componentProps: i } = Se(e), {
|
|
4528
4528
|
className: o,
|
|
4529
4529
|
error: t,
|
|
4530
4530
|
errorAriaLive: s = "assertive",
|
|
@@ -4536,21 +4536,21 @@ const Bs = "_textfield_1acx5_4", Us = "_input_1acx5_17", zs = "_prefix_1acx5_43"
|
|
|
4536
4536
|
type: b = "text",
|
|
4537
4537
|
required: _,
|
|
4538
4538
|
onFocus: x,
|
|
4539
|
-
onBlur:
|
|
4539
|
+
onBlur: S,
|
|
4540
4540
|
id: g,
|
|
4541
|
-
description:
|
|
4541
|
+
description: D,
|
|
4542
4542
|
hint: c,
|
|
4543
4543
|
loading: f,
|
|
4544
4544
|
disabled: p,
|
|
4545
4545
|
labelProps: I,
|
|
4546
4546
|
style: m,
|
|
4547
|
-
placeholder:
|
|
4547
|
+
placeholder: N,
|
|
4548
4548
|
...E
|
|
4549
|
-
} = i, [k, M] = J(!1), [
|
|
4549
|
+
} = i, [k, M] = J(!1), [O, P] = J("off"), V = (T) => {
|
|
4550
4550
|
x == null || x(T), M(!0), P(s);
|
|
4551
4551
|
}, R = (T) => {
|
|
4552
|
-
|
|
4553
|
-
}, F = Ie(), L = g ?? F, K = Ie(), U = Ie(), Z = Ie(), j = Ie(),
|
|
4552
|
+
S == null || S(T), M(!1), P("off");
|
|
4553
|
+
}, F = Ie(), L = g ?? F, K = Ie(), U = Ie(), Z = Ie(), j = Ie(), z = Q(null), Y = typeof t != "boolean" ? t : void 0, oe = { ...m, ...r };
|
|
4554
4554
|
return /* @__PURE__ */ v.jsxs(
|
|
4555
4555
|
"div",
|
|
4556
4556
|
{
|
|
@@ -4579,7 +4579,7 @@ const Bs = "_textfield_1acx5_4", Us = "_input_1acx5_17", zs = "_prefix_1acx5_43"
|
|
|
4579
4579
|
role: "presentation",
|
|
4580
4580
|
onClick: () => {
|
|
4581
4581
|
var T;
|
|
4582
|
-
return (T =
|
|
4582
|
+
return (T = z.current) == null ? void 0 : T.focus();
|
|
4583
4583
|
},
|
|
4584
4584
|
children: [
|
|
4585
4585
|
u ? /* @__PURE__ */ v.jsx(
|
|
@@ -4600,9 +4600,9 @@ const Bs = "_textfield_1acx5_4", Us = "_input_1acx5_17", zs = "_prefix_1acx5_43"
|
|
|
4600
4600
|
}),
|
|
4601
4601
|
onFocus: V,
|
|
4602
4602
|
onBlur: R,
|
|
4603
|
-
ref: Be([n,
|
|
4603
|
+
ref: Be([n, z]),
|
|
4604
4604
|
required: _,
|
|
4605
|
-
placeholder:
|
|
4605
|
+
placeholder: N,
|
|
4606
4606
|
type: b,
|
|
4607
4607
|
disabled: p,
|
|
4608
4608
|
...E,
|
|
@@ -4623,40 +4623,40 @@ const Bs = "_textfield_1acx5_4", Us = "_input_1acx5_17", zs = "_prefix_1acx5_43"
|
|
|
4623
4623
|
]
|
|
4624
4624
|
}
|
|
4625
4625
|
),
|
|
4626
|
-
c || Y ||
|
|
4626
|
+
c || Y || D ? /* @__PURE__ */ v.jsx(
|
|
4627
4627
|
Et,
|
|
4628
4628
|
{
|
|
4629
4629
|
id: Z,
|
|
4630
4630
|
hint: c,
|
|
4631
4631
|
errorMessage: Y,
|
|
4632
|
-
errorAriaLive:
|
|
4633
|
-
description:
|
|
4632
|
+
errorAriaLive: O,
|
|
4633
|
+
description: D
|
|
4634
4634
|
}
|
|
4635
4635
|
) : null,
|
|
4636
|
-
/* @__PURE__ */ v.jsx(Mn, { "aria-hidden": !0, id: j, children:
|
|
4636
|
+
/* @__PURE__ */ v.jsx(Mn, { "aria-hidden": !0, id: j, children: N })
|
|
4637
4637
|
]
|
|
4638
4638
|
}
|
|
4639
4639
|
);
|
|
4640
4640
|
}
|
|
4641
|
-
),
|
|
4641
|
+
), qa = Object.assign(Xs, {});
|
|
4642
4642
|
export {
|
|
4643
4643
|
$a as C,
|
|
4644
|
-
|
|
4644
|
+
Dr as E,
|
|
4645
4645
|
Fa as H,
|
|
4646
4646
|
Pr as I,
|
|
4647
|
-
|
|
4648
|
-
Nr as S,
|
|
4647
|
+
Cr as R,
|
|
4649
4648
|
Ba as V,
|
|
4650
4649
|
Or as a,
|
|
4651
4650
|
sn as b,
|
|
4652
|
-
|
|
4651
|
+
qa as c,
|
|
4653
4652
|
Ls as d,
|
|
4654
4653
|
Ci as h,
|
|
4655
|
-
|
|
4654
|
+
Oi as j,
|
|
4655
|
+
La as k,
|
|
4656
4656
|
Ua as o,
|
|
4657
4657
|
ms as q,
|
|
4658
4658
|
bi as v,
|
|
4659
|
-
|
|
4660
|
-
|
|
4659
|
+
Sr as w,
|
|
4660
|
+
Si as y
|
|
4661
4661
|
};
|
|
4662
|
-
//# sourceMappingURL=index-
|
|
4662
|
+
//# sourceMappingURL=index-1dc4c6d3.js.map
|