@shlinkio/shlink-frontend-kit 0.9.11 → 0.9.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tailwind.d.ts +18 -1
- package/dist/tailwind.js +606 -510
- package/dist/tailwind.preset.css +1 -0
- package/package.json +1 -1
package/dist/tailwind.js
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { jsxs as m, jsx as n, Fragment as
|
|
2
|
-
import
|
|
3
|
-
import { useRef as
|
|
4
|
-
import { Link as
|
|
5
|
-
import { faClose as
|
|
1
|
+
import { jsxs as m, jsx as n, Fragment as H } from "react/jsx-runtime";
|
|
2
|
+
import c, { clsx as p } from "clsx";
|
|
3
|
+
import { useRef as O, useState as E, useEffect as B, forwardRef as v, useCallback as I, createContext as Q, useContext as S, useId as W, useImperativeHandle as ht, useMemo as G } from "react";
|
|
4
|
+
import { Link as q, useLocation as ft, NavLink as xt } from "react-router";
|
|
5
|
+
import { faClose as yt, faEyeSlash as kt, faEye as vt, faCircleNotch as lt, faSearch as Nt, faCaretDown as Ct, faChevronUp as It, faChevronDown as Ot, faChevronLeft as et, faChevronRight as rt, faEllipsisV as Rt, faSortAmountUp as Pt, faSortAmountDown as Lt, faCheck as Dt } from "@fortawesome/free-solid-svg-icons";
|
|
6
6
|
import { FontAwesomeIcon as C } from "@fortawesome/react-fontawesome";
|
|
7
|
-
import { u as
|
|
8
|
-
import { useFloating as
|
|
9
|
-
import { createPortal as
|
|
7
|
+
import { u as it, b as St, i as Mt, a as Bt, e as Et, c as At } from "./ordering-pAYMfJPl.js";
|
|
8
|
+
import { useFloating as st, flip as Tt, offset as _t, useClick as $t, useInteractions as dt, autoPlacement as jt, arrow as Ft, useHover as Ht, useTransitionStyles as Wt } from "@floating-ui/react";
|
|
9
|
+
import { createPortal as Ut } from "react-dom";
|
|
10
10
|
import "reactstrap";
|
|
11
|
-
import { faClone as
|
|
12
|
-
const
|
|
13
|
-
const l =
|
|
14
|
-
return
|
|
15
|
-
const
|
|
16
|
-
return
|
|
11
|
+
import { faClone as Kt } from "@fortawesome/free-regular-svg-icons";
|
|
12
|
+
const Ke = ({ children: r, summary: e, summaryClasses: t, ...o }) => {
|
|
13
|
+
const l = O(null), [a, i] = E(!1);
|
|
14
|
+
return B(() => {
|
|
15
|
+
const s = l.current, d = () => i(!!(s != null && s.open));
|
|
16
|
+
return s == null || s.addEventListener("toggle", d), () => s == null ? void 0 : s.removeEventListener("toggle", d);
|
|
17
17
|
}, []), /* @__PURE__ */ m("details", { ref: l, ...o, children: [
|
|
18
|
-
/* @__PURE__ */ n("summary", { className:
|
|
18
|
+
/* @__PURE__ */ n("summary", { className: p("tw:focus-ring tw:px-1 tw:-mx-1 tw:rounded-sm", t), children: e }),
|
|
19
19
|
a && /* @__PURE__ */ n("div", { className: "tw:mt-3 tw:flex tw:flex-col tw:gap-y-3", children: r })
|
|
20
20
|
] });
|
|
21
|
-
},
|
|
21
|
+
}, Gt = v(({ className: r, ...e }, t) => /* @__PURE__ */ n(
|
|
22
22
|
"div",
|
|
23
23
|
{
|
|
24
|
-
className:
|
|
24
|
+
className: c(
|
|
25
25
|
"tw:px-4 tw:py-3 tw:rounded-t-md",
|
|
26
26
|
"tw:bg-lm-primary tw:dark:bg-dm-primary tw:border-b tw:border-lm-border tw:dark:border-dm-border",
|
|
27
27
|
r
|
|
@@ -29,10 +29,10 @@ const _e = ({ children: r, summary: e, summaryClasses: t, ...o }) => {
|
|
|
29
29
|
...e,
|
|
30
30
|
ref: t
|
|
31
31
|
}
|
|
32
|
-
)),
|
|
32
|
+
)), qt = v(({ className: r, ...e }, t) => /* @__PURE__ */ n(
|
|
33
33
|
"div",
|
|
34
34
|
{
|
|
35
|
-
className:
|
|
35
|
+
className: c(
|
|
36
36
|
"tw:p-4 tw:bg-lm-primary tw:dark:bg-dm-primary tw:first:rounded-t-md",
|
|
37
37
|
"tw:first:rounded-t-md tw:last:rounded-b-md",
|
|
38
38
|
r
|
|
@@ -40,10 +40,10 @@ const _e = ({ children: r, summary: e, summaryClasses: t, ...o }) => {
|
|
|
40
40
|
...e,
|
|
41
41
|
ref: t
|
|
42
42
|
}
|
|
43
|
-
)),
|
|
43
|
+
)), Xt = v(({ className: r, ...e }, t) => /* @__PURE__ */ n(
|
|
44
44
|
"div",
|
|
45
45
|
{
|
|
46
|
-
className:
|
|
46
|
+
className: c(
|
|
47
47
|
"tw:px-4 tw:py-3 tw:rounded-b-md",
|
|
48
48
|
"tw:bg-lm-primary tw:dark:bg-dm-primary tw:border-t tw:border-lm-border tw:dark:border-dm-border",
|
|
49
49
|
r
|
|
@@ -51,10 +51,10 @@ const _e = ({ children: r, summary: e, summaryClasses: t, ...o }) => {
|
|
|
51
51
|
...e,
|
|
52
52
|
ref: t
|
|
53
53
|
}
|
|
54
|
-
)),
|
|
54
|
+
)), Jt = v(({ className: r, ...e }, t) => /* @__PURE__ */ n(
|
|
55
55
|
"div",
|
|
56
56
|
{
|
|
57
|
-
className:
|
|
57
|
+
className: c(
|
|
58
58
|
"tw:group/card tw:rounded-md tw:shadow-md",
|
|
59
59
|
"tw:border tw:border-lm-border tw:dark:border-dm-border tw:bg-lm-primary tw:dark:bg-dm-primary",
|
|
60
60
|
r
|
|
@@ -62,73 +62,73 @@ const _e = ({ children: r, summary: e, summaryClasses: t, ...o }) => {
|
|
|
62
62
|
...e,
|
|
63
63
|
ref: t
|
|
64
64
|
}
|
|
65
|
-
)),
|
|
66
|
-
const { title: l, titleSize: a = "md", ...
|
|
65
|
+
)), P = Object.assign(Jt, { Body: qt, Header: Gt, Footer: Xt }), Qt = v(({ bodyClassName: r, children: e, ...t }, o) => {
|
|
66
|
+
const { title: l, titleSize: a = "md", ...i } = "title" in t ? t : {
|
|
67
67
|
...t,
|
|
68
68
|
title: void 0,
|
|
69
69
|
titleSize: void 0
|
|
70
70
|
};
|
|
71
|
-
return /* @__PURE__ */ m(
|
|
72
|
-
l && /* @__PURE__ */ m(
|
|
71
|
+
return /* @__PURE__ */ m(P, { ...i, ref: o, children: [
|
|
72
|
+
l && /* @__PURE__ */ m(P.Header, { children: [
|
|
73
73
|
a === "lg" && /* @__PURE__ */ n("h4", { children: l }),
|
|
74
74
|
a === "md" && /* @__PURE__ */ n("h5", { children: l }),
|
|
75
75
|
a === "sm" && /* @__PURE__ */ n("h6", { children: l })
|
|
76
76
|
] }),
|
|
77
|
-
/* @__PURE__ */ n(
|
|
77
|
+
/* @__PURE__ */ n(P.Body, { className: r, children: e })
|
|
78
78
|
] });
|
|
79
79
|
});
|
|
80
|
-
function
|
|
80
|
+
function Yt({
|
|
81
81
|
id: r,
|
|
82
82
|
items: e,
|
|
83
83
|
onSelectItem: t,
|
|
84
84
|
onActiveItemChange: o,
|
|
85
85
|
renderItem: l,
|
|
86
86
|
className: a,
|
|
87
|
-
noItemsMessage:
|
|
88
|
-
anchor:
|
|
89
|
-
"aria-label":
|
|
90
|
-
...
|
|
87
|
+
noItemsMessage: i = "No items",
|
|
88
|
+
anchor: s,
|
|
89
|
+
"aria-label": d = "Items",
|
|
90
|
+
...w
|
|
91
91
|
}) {
|
|
92
|
-
const [f,
|
|
93
|
-
if (
|
|
94
|
-
const [
|
|
95
|
-
o(
|
|
92
|
+
const [f, x] = E(0), g = I((k) => {
|
|
93
|
+
if (x(k), o) {
|
|
94
|
+
const [y, u] = [...e.entries()][k];
|
|
95
|
+
o(y, u);
|
|
96
96
|
}
|
|
97
97
|
}, [e, o]);
|
|
98
|
-
return
|
|
99
|
-
const k =
|
|
98
|
+
return B(() => {
|
|
99
|
+
const k = s == null ? void 0 : s.current;
|
|
100
100
|
if (!k)
|
|
101
101
|
return;
|
|
102
|
-
const
|
|
103
|
-
["Enter", "ArrowUp", "ArrowDown"].includes(
|
|
102
|
+
const y = (u) => {
|
|
103
|
+
["Enter", "ArrowUp", "ArrowDown"].includes(u.key) && u.preventDefault(), u.key === "ArrowDown" ? g(Math.min(f + 1, e.size - 1)) : u.key === "ArrowUp" ? g(Math.max(f - 1, 0)) : u.key === "Enter" && t([...e.values()][f]);
|
|
104
104
|
};
|
|
105
|
-
return k.addEventListener("keydown",
|
|
106
|
-
}, [f,
|
|
107
|
-
|
|
105
|
+
return k.addEventListener("keydown", y), () => k.removeEventListener("keydown", y);
|
|
106
|
+
}, [f, s, g, e, t]), /* @__PURE__ */ m(
|
|
107
|
+
P,
|
|
108
108
|
{
|
|
109
109
|
id: r,
|
|
110
|
-
className:
|
|
110
|
+
className: c("tw:py-1 tw:flex tw:flex-col", a),
|
|
111
111
|
role: "listbox",
|
|
112
112
|
"aria-orientation": "vertical",
|
|
113
|
-
"aria-label":
|
|
114
|
-
...
|
|
113
|
+
"aria-label": d,
|
|
114
|
+
...w,
|
|
115
115
|
children: [
|
|
116
|
-
e.size === 0 && /* @__PURE__ */ n("i", { role: "option", "aria-disabled": !0, "aria-selected": !1, "data-testid": "no-items", className: "tw:px-2 tw:py-1", children:
|
|
117
|
-
[...e.entries()].map(([k,
|
|
116
|
+
e.size === 0 && /* @__PURE__ */ n("i", { role: "option", "aria-disabled": !0, "aria-selected": !1, "data-testid": "no-items", className: "tw:px-2 tw:py-1", children: i }),
|
|
117
|
+
[...e.entries()].map(([k, y], u) => /* @__PURE__ */ n(
|
|
118
118
|
"button",
|
|
119
119
|
{
|
|
120
120
|
id: `${r}_${k}`,
|
|
121
121
|
type: "button",
|
|
122
122
|
role: "option",
|
|
123
|
-
"aria-selected":
|
|
124
|
-
className:
|
|
123
|
+
"aria-selected": u === f,
|
|
124
|
+
className: c(
|
|
125
125
|
"tw:px-2 tw:py-1 tw:text-left tw:truncate",
|
|
126
|
-
{ "tw:bg-lm-secondary tw:dark:bg-dm-secondary":
|
|
126
|
+
{ "tw:bg-lm-secondary tw:dark:bg-dm-secondary": u === f }
|
|
127
127
|
),
|
|
128
128
|
tabIndex: -1,
|
|
129
|
-
onClick: () => t(
|
|
130
|
-
onMouseOver: () =>
|
|
131
|
-
children: l(
|
|
129
|
+
onClick: () => t(y),
|
|
130
|
+
onMouseOver: () => g(u),
|
|
131
|
+
children: l(y)
|
|
132
132
|
},
|
|
133
133
|
k
|
|
134
134
|
))
|
|
@@ -136,48 +136,48 @@ function Gt({
|
|
|
136
136
|
}
|
|
137
137
|
);
|
|
138
138
|
}
|
|
139
|
-
const
|
|
140
|
-
const { responsive: t } =
|
|
141
|
-
return /* @__PURE__ */ n(
|
|
139
|
+
const U = Q(void 0), T = Q({ responsive: !0, size: "md" }), Zt = ({ children: r, className: e }) => {
|
|
140
|
+
const { responsive: t } = S(T);
|
|
141
|
+
return /* @__PURE__ */ n(U.Provider, { value: { section: "head" }, children: /* @__PURE__ */ n(
|
|
142
142
|
"thead",
|
|
143
143
|
{
|
|
144
|
-
className:
|
|
144
|
+
className: c(
|
|
145
145
|
{ "tw:hidden tw:lg:table-header-group": t },
|
|
146
146
|
e
|
|
147
147
|
),
|
|
148
148
|
children: r
|
|
149
149
|
}
|
|
150
150
|
) });
|
|
151
|
-
},
|
|
152
|
-
const { responsive: t } =
|
|
153
|
-
return /* @__PURE__ */ n(
|
|
151
|
+
}, zt = ({ children: r, className: e }) => {
|
|
152
|
+
const { responsive: t } = S(T);
|
|
153
|
+
return /* @__PURE__ */ n(U.Provider, { value: { section: "body" }, children: /* @__PURE__ */ n(
|
|
154
154
|
"tbody",
|
|
155
155
|
{
|
|
156
|
-
className:
|
|
156
|
+
className: c(
|
|
157
157
|
{ "tw:lg:table-row-group tw:flex tw:flex-col tw:gap-y-3": t },
|
|
158
158
|
e
|
|
159
159
|
),
|
|
160
160
|
children: r
|
|
161
161
|
}
|
|
162
162
|
) });
|
|
163
|
-
},
|
|
164
|
-
const { responsive: t } =
|
|
165
|
-
return /* @__PURE__ */ n(
|
|
163
|
+
}, Vt = ({ children: r, className: e }) => {
|
|
164
|
+
const { responsive: t } = S(T);
|
|
165
|
+
return /* @__PURE__ */ n(U.Provider, { value: { section: "footer" }, children: /* @__PURE__ */ n(
|
|
166
166
|
"tfoot",
|
|
167
167
|
{
|
|
168
|
-
className:
|
|
168
|
+
className: c(
|
|
169
169
|
{ "tw:lg:table-row-group tw:flex tw:flex-col tw:gap-y-3 tw:mt-4": t },
|
|
170
170
|
e
|
|
171
171
|
),
|
|
172
172
|
children: r
|
|
173
173
|
}
|
|
174
174
|
) });
|
|
175
|
-
},
|
|
176
|
-
const o =
|
|
175
|
+
}, te = ({ children: r, className: e, ...t }) => {
|
|
176
|
+
const o = S(U), l = (o == null ? void 0 : o.section) === "body", { responsive: a } = S(T);
|
|
177
177
|
return /* @__PURE__ */ n(
|
|
178
178
|
"tr",
|
|
179
179
|
{
|
|
180
|
-
className:
|
|
180
|
+
className: c(
|
|
181
181
|
"tw:group",
|
|
182
182
|
{
|
|
183
183
|
"tw:lg:table-row tw:flex tw:flex-col": a,
|
|
@@ -192,23 +192,23 @@ const W = X(void 0), _ = X({ responsive: !0, size: "md" }), qt = ({ children: r,
|
|
|
192
192
|
children: r
|
|
193
193
|
}
|
|
194
194
|
);
|
|
195
|
-
},
|
|
196
|
-
const a =
|
|
195
|
+
}, ee = ({ children: r, className: e, columnName: t, type: o, ...l }) => {
|
|
196
|
+
const a = S(U), i = o ?? ((a == null ? void 0 : a.section) !== "body" ? "th" : "td"), { responsive: s, size: d } = S(T);
|
|
197
197
|
return /* @__PURE__ */ n(
|
|
198
|
-
|
|
198
|
+
i,
|
|
199
199
|
{
|
|
200
|
-
"data-column":
|
|
201
|
-
className:
|
|
200
|
+
"data-column": s ? t : void 0,
|
|
201
|
+
className: c(
|
|
202
202
|
"tw:border-lm-border tw:dark:border-dm-border",
|
|
203
203
|
{
|
|
204
|
-
"tw:p-1":
|
|
205
|
-
"tw:p-2":
|
|
206
|
-
"tw:p-3":
|
|
207
|
-
"tw:border-b-1": !
|
|
208
|
-
"tw:block tw:lg:table-cell tw:not-last:border-b-1 tw:lg:border-b-1":
|
|
209
|
-
"tw:text-left":
|
|
204
|
+
"tw:p-1": d === "sm",
|
|
205
|
+
"tw:p-2": d === "md",
|
|
206
|
+
"tw:p-3": d === "lg",
|
|
207
|
+
"tw:border-b-1": !s,
|
|
208
|
+
"tw:block tw:lg:table-cell tw:not-last:border-b-1 tw:lg:border-b-1": s,
|
|
209
|
+
"tw:text-left": i === "th",
|
|
210
210
|
// For responsive tables, display the content in data-column attribute for md sizes and lower
|
|
211
|
-
"tw:before:lg:hidden tw:before:content-[attr(data-column)] tw:before:font-bold tw:before:mr-1":
|
|
211
|
+
"tw:before:lg:hidden tw:before:content-[attr(data-column)] tw:before:font-bold tw:before:mr-1": s && i === "td"
|
|
212
212
|
},
|
|
213
213
|
e
|
|
214
214
|
),
|
|
@@ -216,26 +216,26 @@ const W = X(void 0), _ = X({ responsive: !0, size: "md" }), qt = ({ children: r,
|
|
|
216
216
|
children: r
|
|
217
217
|
}
|
|
218
218
|
);
|
|
219
|
-
},
|
|
220
|
-
/* @__PURE__ */ n(
|
|
221
|
-
/* @__PURE__ */ n(
|
|
222
|
-
e && /* @__PURE__ */ n(
|
|
223
|
-
] }) }),
|
|
219
|
+
}, re = ({ header: r, footer: e, children: t, responsive: o = !0, size: l = "md", ...a }) => /* @__PURE__ */ n(T.Provider, { value: { responsive: o, size: l }, children: /* @__PURE__ */ m("table", { className: "tw:w-full", ...a, children: [
|
|
220
|
+
/* @__PURE__ */ n(Zt, { children: r }),
|
|
221
|
+
/* @__PURE__ */ n(zt, { children: t }),
|
|
222
|
+
e && /* @__PURE__ */ n(Vt, { children: e })
|
|
223
|
+
] }) }), Ge = Object.assign(re, { Row: te, Cell: ee }), wt = v(({
|
|
224
224
|
className: r,
|
|
225
225
|
disabled: e,
|
|
226
226
|
variant: t = "primary",
|
|
227
227
|
size: o = "md",
|
|
228
228
|
inline: l = !1,
|
|
229
229
|
solid: a = !1,
|
|
230
|
-
type:
|
|
231
|
-
...
|
|
232
|
-
},
|
|
233
|
-
const
|
|
230
|
+
type: i = "button",
|
|
231
|
+
...s
|
|
232
|
+
}, d) => {
|
|
233
|
+
const w = "to" in s && typeof s.to == "string", f = w ? q : "button", x = w ? void 0 : i;
|
|
234
234
|
return /* @__PURE__ */ n(
|
|
235
235
|
f,
|
|
236
236
|
{
|
|
237
|
-
ref:
|
|
238
|
-
className:
|
|
237
|
+
ref: d,
|
|
238
|
+
className: c(
|
|
239
239
|
{
|
|
240
240
|
"tw:inline-flex": l,
|
|
241
241
|
"tw:flex": !l
|
|
@@ -283,20 +283,20 @@ const W = X(void 0), _ = X({ responsive: !0, size: "md" }), qt = ({ children: r,
|
|
|
283
283
|
},
|
|
284
284
|
r
|
|
285
285
|
),
|
|
286
|
-
disabled:
|
|
287
|
-
"aria-disabled":
|
|
288
|
-
type:
|
|
289
|
-
...
|
|
286
|
+
disabled: w ? void 0 : e,
|
|
287
|
+
"aria-disabled": w ? e : void 0,
|
|
288
|
+
type: x,
|
|
289
|
+
...s
|
|
290
290
|
}
|
|
291
291
|
);
|
|
292
|
-
}),
|
|
292
|
+
}), ct = v(({ className: r, onChange: e, ...t }, o) => {
|
|
293
293
|
const l = I((a) => e == null ? void 0 : e(a.target.checked, a), [e]);
|
|
294
294
|
return /* @__PURE__ */ n(
|
|
295
295
|
"input",
|
|
296
296
|
{
|
|
297
297
|
ref: o,
|
|
298
298
|
type: "checkbox",
|
|
299
|
-
className:
|
|
299
|
+
className: p(
|
|
300
300
|
"tw:appearance-none tw:focus-ring tw:cursor-[inherit]",
|
|
301
301
|
"tw:border-1 tw:border-lm-input-border tw:dark:border-dm-input-border",
|
|
302
302
|
"tw:bg-lm-primary tw:dark:bg-dm-primary tw:checked:bg-lm-brand tw:dark:checked:bg-dm-brand tw:bg-no-repeat",
|
|
@@ -308,20 +308,20 @@ const W = X(void 0), _ = X({ responsive: !0, size: "md" }), qt = ({ children: r,
|
|
|
308
308
|
...t
|
|
309
309
|
}
|
|
310
310
|
);
|
|
311
|
-
}),
|
|
312
|
-
|
|
311
|
+
}), qe = v(({ className: r, ...e }, t) => /* @__PURE__ */ n(
|
|
312
|
+
ct,
|
|
313
313
|
{
|
|
314
314
|
ref: t,
|
|
315
|
-
className:
|
|
315
|
+
className: p("tw:rounded-sm tw:w-4 tw:h-4 tw:checked:bg-(image:--tick) tw:bg-center", r),
|
|
316
316
|
...e
|
|
317
317
|
}
|
|
318
|
-
)),
|
|
318
|
+
)), X = v(({ onClick: r, className: e, label: t = "Close", size: o = "lg", solid: l }, a) => /* @__PURE__ */ n(
|
|
319
319
|
"button",
|
|
320
320
|
{
|
|
321
321
|
ref: a,
|
|
322
322
|
type: "button",
|
|
323
323
|
onClick: r,
|
|
324
|
-
className:
|
|
324
|
+
className: c(
|
|
325
325
|
"tw:rounded-md tw:focus-ring tw:cursor-pointer",
|
|
326
326
|
{
|
|
327
327
|
"tw:opacity-50 tw:highlight:opacity-80 tw:transition-opacity": !l
|
|
@@ -329,21 +329,21 @@ const W = X(void 0), _ = X({ responsive: !0, size: "md" }), qt = ({ children: r,
|
|
|
329
329
|
e
|
|
330
330
|
),
|
|
331
331
|
"aria-label": t,
|
|
332
|
-
children: /* @__PURE__ */ n(C, { icon:
|
|
332
|
+
children: /* @__PURE__ */ n(C, { icon: yt, size: o === "lg" ? "xl" : o === "md" ? "lg" : void 0 })
|
|
333
333
|
}
|
|
334
|
-
)),
|
|
334
|
+
)), Y = v(({
|
|
335
335
|
borderless: r = !1,
|
|
336
336
|
size: e = "md",
|
|
337
337
|
feedback: t,
|
|
338
338
|
variant: o = "default",
|
|
339
339
|
className: l,
|
|
340
340
|
disabled: a,
|
|
341
|
-
...
|
|
342
|
-
},
|
|
341
|
+
...i
|
|
342
|
+
}, s) => /* @__PURE__ */ n(
|
|
343
343
|
"input",
|
|
344
344
|
{
|
|
345
|
-
ref:
|
|
346
|
-
className:
|
|
345
|
+
ref: s,
|
|
346
|
+
className: c(
|
|
347
347
|
"tw:outline-none",
|
|
348
348
|
o === "default" && [
|
|
349
349
|
"tw:w-full",
|
|
@@ -365,12 +365,12 @@ const W = X(void 0), _ = X({ responsive: !0, size: "md" }), qt = ({ children: r,
|
|
|
365
365
|
l
|
|
366
366
|
),
|
|
367
367
|
disabled: a,
|
|
368
|
-
...
|
|
368
|
+
...i
|
|
369
369
|
}
|
|
370
|
-
)),
|
|
370
|
+
)), Z = ({ required: r, children: e, className: t, ...o }) => /* @__PURE__ */ m("label", { className: p("tw:cursor-pointer", t), ...o, children: [
|
|
371
371
|
e,
|
|
372
372
|
r && /* @__PURE__ */ n("span", { className: "tw:text-danger tw:ml-1", "data-testid": "required-indicator", children: "*" })
|
|
373
|
-
] }),
|
|
373
|
+
] }), z = ({ children: r, helpText: e, error: t, "data-testid": o }) => /* @__PURE__ */ m("div", { className: "tw:flex tw:flex-col tw:gap-1", "data-testid": o, children: [
|
|
374
374
|
r,
|
|
375
375
|
e && /* @__PURE__ */ n(
|
|
376
376
|
"small",
|
|
@@ -381,40 +381,40 @@ const W = X(void 0), _ = X({ responsive: !0, size: "md" }), qt = ({ children: r,
|
|
|
381
381
|
}
|
|
382
382
|
),
|
|
383
383
|
t && /* @__PURE__ */ n("span", { "data-testid": o ? `${o}-error` : "error", className: "tw:text-danger", children: t })
|
|
384
|
-
] }),
|
|
385
|
-
const
|
|
386
|
-
return /* @__PURE__ */ m(
|
|
387
|
-
/* @__PURE__ */ n(
|
|
384
|
+
] }), Xe = v(({ label: r, inputClassName: e, required: t, hiddenRequired: o, error: l, helpText: a, "data-testid": i, ...s }, d) => {
|
|
385
|
+
const w = W();
|
|
386
|
+
return /* @__PURE__ */ m(z, { error: l, helpText: a, "data-testid": i, children: [
|
|
387
|
+
/* @__PURE__ */ n(Z, { htmlFor: w, required: t, children: r }),
|
|
388
388
|
/* @__PURE__ */ n(
|
|
389
|
-
|
|
389
|
+
Y,
|
|
390
390
|
{
|
|
391
|
-
ref:
|
|
392
|
-
id:
|
|
391
|
+
ref: d,
|
|
392
|
+
id: w,
|
|
393
393
|
className: e,
|
|
394
394
|
required: t || o,
|
|
395
395
|
feedback: l ? "error" : void 0,
|
|
396
|
-
...
|
|
396
|
+
...s
|
|
397
397
|
}
|
|
398
398
|
)
|
|
399
399
|
] });
|
|
400
|
-
}),
|
|
401
|
-
const [a,
|
|
402
|
-
var
|
|
403
|
-
(
|
|
404
|
-
}, [
|
|
400
|
+
}), ne = v(({ containerClassName: r, className: e, size: t, ...o }, l) => {
|
|
401
|
+
const [a, i, , s] = it(!1), d = O(null), w = I(({ relatedTarget: f }) => {
|
|
402
|
+
var x;
|
|
403
|
+
(x = d.current) != null && x.contains(f) || s();
|
|
404
|
+
}, [d, s]);
|
|
405
405
|
return /* @__PURE__ */ m(
|
|
406
406
|
"div",
|
|
407
407
|
{
|
|
408
|
-
className:
|
|
409
|
-
ref:
|
|
410
|
-
onBlurCapture:
|
|
408
|
+
className: p("tw:group tw:relative", r),
|
|
409
|
+
ref: d,
|
|
410
|
+
onBlurCapture: w,
|
|
411
411
|
children: [
|
|
412
412
|
/* @__PURE__ */ n(
|
|
413
|
-
|
|
413
|
+
Y,
|
|
414
414
|
{
|
|
415
415
|
ref: l,
|
|
416
416
|
type: a ? "text" : "password",
|
|
417
|
-
className:
|
|
417
|
+
className: p(
|
|
418
418
|
{
|
|
419
419
|
"tw:pr-10": t !== "sm",
|
|
420
420
|
"tw:pr-8": t === "sm"
|
|
@@ -430,10 +430,10 @@ const W = X(void 0), _ = X({ responsive: !0, size: "md" }), qt = ({ children: r,
|
|
|
430
430
|
"button",
|
|
431
431
|
{
|
|
432
432
|
type: "button",
|
|
433
|
-
onClick:
|
|
433
|
+
onClick: i,
|
|
434
434
|
title: a ? "Hide password" : "Show password",
|
|
435
435
|
"aria-label": a ? "Hide password" : "Show password",
|
|
436
|
-
className:
|
|
436
|
+
className: p(
|
|
437
437
|
"tw:absolute tw:top-[50%] tw:translate-y-[-50%] tw:px-1 tw:cursor-pointer",
|
|
438
438
|
"tw:text-placeholder tw:hover:text-lm-text tw:hover:dark:text-dm-text tw:transition-colors",
|
|
439
439
|
{
|
|
@@ -442,40 +442,40 @@ const W = X(void 0), _ = X({ responsive: !0, size: "md" }), qt = ({ children: r,
|
|
|
442
442
|
}
|
|
443
443
|
),
|
|
444
444
|
tabIndex: -1,
|
|
445
|
-
children: /* @__PURE__ */ n(C, { fixedWidth: !0, icon: a ?
|
|
445
|
+
children: /* @__PURE__ */ n(C, { fixedWidth: !0, icon: a ? kt : vt })
|
|
446
446
|
}
|
|
447
447
|
)
|
|
448
448
|
]
|
|
449
449
|
}
|
|
450
450
|
);
|
|
451
|
-
}),
|
|
452
|
-
const
|
|
453
|
-
return /* @__PURE__ */ m(
|
|
454
|
-
/* @__PURE__ */ n(
|
|
451
|
+
}), Je = v(({ label: r, inputClassName: e, required: t, hiddenRequired: o, error: l, helpText: a, "data-testid": i, ...s }, d) => {
|
|
452
|
+
const w = W();
|
|
453
|
+
return /* @__PURE__ */ m(z, { error: l, helpText: a, "data-testid": i, children: [
|
|
454
|
+
/* @__PURE__ */ n(Z, { htmlFor: w, required: t, children: r }),
|
|
455
455
|
/* @__PURE__ */ n(
|
|
456
|
-
|
|
456
|
+
ne,
|
|
457
457
|
{
|
|
458
|
-
ref:
|
|
459
|
-
id:
|
|
458
|
+
ref: d,
|
|
459
|
+
id: w,
|
|
460
460
|
className: e,
|
|
461
461
|
required: t || o,
|
|
462
462
|
feedback: l ? "error" : void 0,
|
|
463
|
-
...
|
|
463
|
+
...s
|
|
464
464
|
}
|
|
465
465
|
)
|
|
466
466
|
] });
|
|
467
|
-
}),
|
|
467
|
+
}), oe = v(({
|
|
468
468
|
className: r,
|
|
469
469
|
size: e = "md",
|
|
470
470
|
feedback: t,
|
|
471
471
|
style: o = {},
|
|
472
472
|
disabled: l,
|
|
473
473
|
...a
|
|
474
|
-
},
|
|
474
|
+
}, i) => /* @__PURE__ */ n(
|
|
475
475
|
"select",
|
|
476
476
|
{
|
|
477
|
-
ref:
|
|
478
|
-
className:
|
|
477
|
+
ref: i,
|
|
478
|
+
className: c(
|
|
479
479
|
"tw:w-full tw:appearance-none tw:pr-9",
|
|
480
480
|
"tw:bg-(image:--chevron-down) tw:bg-no-repeat",
|
|
481
481
|
{
|
|
@@ -504,23 +504,23 @@ const W = X(void 0), _ = X({ responsive: !0, size: "md" }), qt = ({ children: r,
|
|
|
504
504
|
disabled: l,
|
|
505
505
|
...a
|
|
506
506
|
}
|
|
507
|
-
)),
|
|
508
|
-
const
|
|
509
|
-
return /* @__PURE__ */ m(
|
|
510
|
-
/* @__PURE__ */ n(
|
|
507
|
+
)), Qe = v(({ selectClassName: r, label: e, error: t, helpText: o, required: l, hiddenRequired: a, "data-testid": i, ...s }, d) => {
|
|
508
|
+
const w = W();
|
|
509
|
+
return /* @__PURE__ */ m(z, { error: t, helpText: o, "data-testid": i, children: [
|
|
510
|
+
/* @__PURE__ */ n(Z, { htmlFor: w, required: l, children: e }),
|
|
511
511
|
/* @__PURE__ */ n(
|
|
512
|
-
|
|
512
|
+
oe,
|
|
513
513
|
{
|
|
514
|
-
ref:
|
|
515
|
-
id:
|
|
514
|
+
ref: d,
|
|
515
|
+
id: w,
|
|
516
516
|
className: r,
|
|
517
517
|
required: l || a,
|
|
518
518
|
feedback: t ? "error" : void 0,
|
|
519
|
-
...
|
|
519
|
+
...s
|
|
520
520
|
}
|
|
521
521
|
)
|
|
522
522
|
] });
|
|
523
|
-
}),
|
|
523
|
+
}), ae = v(({
|
|
524
524
|
onChange: r,
|
|
525
525
|
containerClassName: e,
|
|
526
526
|
inputClassName: t,
|
|
@@ -528,19 +528,19 @@ const W = X(void 0), _ = X({ responsive: !0, size: "md" }), qt = ({ children: r,
|
|
|
528
528
|
size: o = "lg",
|
|
529
529
|
loading: l = !1,
|
|
530
530
|
variant: a = "default",
|
|
531
|
-
immediate:
|
|
532
|
-
...
|
|
533
|
-
},
|
|
534
|
-
const { setTimeout:
|
|
535
|
-
!
|
|
536
|
-
}, [f,
|
|
537
|
-
return /* @__PURE__ */ m("div", { className:
|
|
531
|
+
immediate: i = !1,
|
|
532
|
+
...s
|
|
533
|
+
}, d) => {
|
|
534
|
+
const { setTimeout: w, clearCurrentTimeout: f } = St(500), x = I((g) => {
|
|
535
|
+
!g || i ? (f(), r(g)) : w(() => r(g));
|
|
536
|
+
}, [f, i, r, w]);
|
|
537
|
+
return /* @__PURE__ */ m("div", { className: c("tw:group tw:relative tw:focus-within:z-10", e), children: [
|
|
538
538
|
a === "default" && /* @__PURE__ */ n(
|
|
539
539
|
C,
|
|
540
540
|
{
|
|
541
|
-
icon: l ?
|
|
541
|
+
icon: l ? lt : Nt,
|
|
542
542
|
spin: l,
|
|
543
|
-
className:
|
|
543
|
+
className: c(
|
|
544
544
|
"tw:absolute tw:top-[50%] tw:translate-y-[-50%] tw:transition-colors",
|
|
545
545
|
"tw:text-placeholder tw:group-focus-within:text-lm-text tw:dark:group-focus-within:text-dm-text",
|
|
546
546
|
{
|
|
@@ -551,12 +551,12 @@ const W = X(void 0), _ = X({ responsive: !0, size: "md" }), qt = ({ children: r,
|
|
|
551
551
|
}
|
|
552
552
|
),
|
|
553
553
|
/* @__PURE__ */ n(
|
|
554
|
-
|
|
554
|
+
Y,
|
|
555
555
|
{
|
|
556
|
-
ref:
|
|
556
|
+
ref: d,
|
|
557
557
|
variant: a,
|
|
558
558
|
type: "search",
|
|
559
|
-
className:
|
|
559
|
+
className: c(
|
|
560
560
|
a === "default" && {
|
|
561
561
|
"tw:pl-9": o !== "sm",
|
|
562
562
|
"tw:pl-7": o === "sm"
|
|
@@ -564,14 +564,14 @@ const W = X(void 0), _ = X({ responsive: !0, size: "md" }), qt = ({ children: r,
|
|
|
564
564
|
t
|
|
565
565
|
),
|
|
566
566
|
placeholder: "Search...",
|
|
567
|
-
onChange: (
|
|
567
|
+
onChange: (g) => x(g.target.value),
|
|
568
568
|
size: o,
|
|
569
|
-
...
|
|
569
|
+
...s
|
|
570
570
|
}
|
|
571
571
|
)
|
|
572
572
|
] });
|
|
573
573
|
});
|
|
574
|
-
function
|
|
574
|
+
function le({
|
|
575
575
|
searchResults: r,
|
|
576
576
|
onSearch: e,
|
|
577
577
|
onSelectSearchResult: t,
|
|
@@ -579,62 +579,62 @@ function re({
|
|
|
579
579
|
size: l = "md",
|
|
580
580
|
// SearchInput defaults its size to 'lg'. Change it to 'md'
|
|
581
581
|
listboxSpan: a = "full",
|
|
582
|
-
onFocus:
|
|
583
|
-
containerClassName:
|
|
584
|
-
listboxClassName:
|
|
585
|
-
...
|
|
582
|
+
onFocus: i,
|
|
583
|
+
containerClassName: s,
|
|
584
|
+
listboxClassName: d,
|
|
585
|
+
...w
|
|
586
586
|
}, f) {
|
|
587
|
-
const
|
|
588
|
-
|
|
589
|
-
const
|
|
590
|
-
() => r ?
|
|
591
|
-
[
|
|
592
|
-
), h = I((
|
|
593
|
-
t(
|
|
594
|
-
}, [e, t,
|
|
587
|
+
const x = W(), [g, k] = E(), y = O(null);
|
|
588
|
+
ht(f, () => y.current);
|
|
589
|
+
const u = G(
|
|
590
|
+
() => r ? g ?? [...r.keys()][0] : void 0,
|
|
591
|
+
[g, r]
|
|
592
|
+
), h = I((b) => {
|
|
593
|
+
t(b), e(""), y.current.value = "";
|
|
594
|
+
}, [e, t, y]);
|
|
595
595
|
return /* @__PURE__ */ m(
|
|
596
596
|
"div",
|
|
597
597
|
{
|
|
598
|
-
className:
|
|
599
|
-
onBlur: (
|
|
600
|
-
|
|
598
|
+
className: c("tw:relative", s),
|
|
599
|
+
onBlur: (b) => {
|
|
600
|
+
b.currentTarget.contains(b.relatedTarget) || e("");
|
|
601
601
|
},
|
|
602
602
|
children: [
|
|
603
603
|
/* @__PURE__ */ n(
|
|
604
|
-
|
|
604
|
+
ae,
|
|
605
605
|
{
|
|
606
606
|
onChange: e,
|
|
607
607
|
size: l,
|
|
608
|
-
ref:
|
|
608
|
+
ref: y,
|
|
609
609
|
role: "combobox",
|
|
610
610
|
"aria-autocomplete": "list",
|
|
611
611
|
"aria-expanded": !!r,
|
|
612
|
-
"aria-controls":
|
|
613
|
-
"aria-activedescendant":
|
|
612
|
+
"aria-controls": x,
|
|
613
|
+
"aria-activedescendant": u ? `${x}_${u}` : void 0,
|
|
614
614
|
autoComplete: "off",
|
|
615
615
|
autoCorrect: "off",
|
|
616
|
-
onFocus: (
|
|
617
|
-
|
|
616
|
+
onFocus: (b) => {
|
|
617
|
+
i == null || i(b), e(b.target.value);
|
|
618
618
|
},
|
|
619
|
-
...
|
|
619
|
+
...w
|
|
620
620
|
}
|
|
621
621
|
),
|
|
622
622
|
r && /* @__PURE__ */ n(
|
|
623
|
-
|
|
623
|
+
Yt,
|
|
624
624
|
{
|
|
625
|
-
id:
|
|
625
|
+
id: x,
|
|
626
626
|
items: r,
|
|
627
|
-
anchor:
|
|
627
|
+
anchor: y,
|
|
628
628
|
onSelectItem: h,
|
|
629
629
|
onActiveItemChange: k,
|
|
630
630
|
renderItem: o,
|
|
631
|
-
className:
|
|
631
|
+
className: c(
|
|
632
632
|
"tw:absolute tw:top-full tw:mt-1 tw:z-10",
|
|
633
633
|
{
|
|
634
634
|
"tw:min-w-60": a === "auto",
|
|
635
635
|
"tw:w-full": a === "full"
|
|
636
636
|
},
|
|
637
|
-
|
|
637
|
+
d
|
|
638
638
|
),
|
|
639
639
|
"aria-label": "Matching items",
|
|
640
640
|
noItemsMessage: "No results found matching search"
|
|
@@ -644,15 +644,15 @@ function re({
|
|
|
644
644
|
}
|
|
645
645
|
);
|
|
646
646
|
}
|
|
647
|
-
const
|
|
647
|
+
const ie = v(le), se = ({ name: r, color: e }) => /* @__PURE__ */ m("div", { className: "tw:inline-flex tw:items-center tw:gap-2", children: [
|
|
648
648
|
/* @__PURE__ */ n("div", { "aria-hidden": !0, className: "tw:w-4 tw:h-4 tw:rounded-full", style: { backgroundColor: e } }),
|
|
649
649
|
r
|
|
650
|
-
] }),
|
|
650
|
+
] }), de = ({ tag: r, color: e, size: t, onRemove: o }) => (
|
|
651
651
|
// eslint-disable-next-line jsx-a11y/click-events-have-key-events, jsx-a11y/no-noninteractive-element-interactions
|
|
652
652
|
/* @__PURE__ */ m(
|
|
653
653
|
"li",
|
|
654
654
|
{
|
|
655
|
-
className:
|
|
655
|
+
className: p(
|
|
656
656
|
"tw:inline-flex tw:items-center tw:gap-1 tw:font-bold tw:[&]:rounded-md",
|
|
657
657
|
{
|
|
658
658
|
"tw:px-1 tw:text-sm": t === "sm",
|
|
@@ -662,114 +662,114 @@ const ne = v(re), oe = ({ name: r, color: e }) => /* @__PURE__ */ m("div", { cla
|
|
|
662
662
|
),
|
|
663
663
|
style: {
|
|
664
664
|
backgroundColor: e,
|
|
665
|
-
color:
|
|
665
|
+
color: Mt(e) ? "#000" : "#fff"
|
|
666
666
|
},
|
|
667
667
|
onClick: (l) => l.stopPropagation(),
|
|
668
668
|
children: [
|
|
669
669
|
r,
|
|
670
|
-
/* @__PURE__ */ n(
|
|
670
|
+
/* @__PURE__ */ n(X, { label: `Remove ${r}`, solid: !0, size: "sm", onClick: () => o(r) })
|
|
671
671
|
]
|
|
672
672
|
}
|
|
673
673
|
)
|
|
674
|
-
),
|
|
674
|
+
), we = /\s+/g, nt = "#99a1af", ot = (r) => r.trim().toLowerCase().replace(we, "-"), Ye = ({
|
|
675
675
|
tags: r,
|
|
676
676
|
selectedTags: e = [],
|
|
677
677
|
onTagsChange: t,
|
|
678
678
|
getColorForTag: o,
|
|
679
679
|
searchMode: l = "startsWith",
|
|
680
680
|
immutable: a = !1,
|
|
681
|
-
size:
|
|
682
|
-
disabled:
|
|
683
|
-
containerClassName:
|
|
684
|
-
...
|
|
681
|
+
size: i = "md",
|
|
682
|
+
disabled: s,
|
|
683
|
+
containerClassName: d,
|
|
684
|
+
...w
|
|
685
685
|
}) => {
|
|
686
|
-
const [f,
|
|
687
|
-
const
|
|
688
|
-
if (!
|
|
689
|
-
|
|
686
|
+
const [f, x] = E(), g = I((h) => {
|
|
687
|
+
const b = h.toLowerCase().trim();
|
|
688
|
+
if (!b) {
|
|
689
|
+
x(void 0);
|
|
690
690
|
return;
|
|
691
691
|
}
|
|
692
|
-
const
|
|
692
|
+
const R = r.filter((N) => {
|
|
693
693
|
if (e.includes(N))
|
|
694
694
|
return !1;
|
|
695
|
-
const
|
|
696
|
-
return l === "startsWith" ?
|
|
695
|
+
const M = N.toLowerCase();
|
|
696
|
+
return l === "startsWith" ? M.startsWith(b) : M.includes(b);
|
|
697
697
|
}).slice(0, 5);
|
|
698
|
-
a ||
|
|
698
|
+
a || R.push(`Add "${b.split(",").map(ot).join(",")}" tag`), x(new Map(R.map((N) => [N, N])));
|
|
699
699
|
}, [a, l, e, r]), k = I((h) => {
|
|
700
|
-
const
|
|
701
|
-
t == null || t([.../* @__PURE__ */ new Set([...e, ...
|
|
702
|
-
}, [t, e]),
|
|
703
|
-
(h) => t == null ? void 0 : t(e.filter((
|
|
700
|
+
const b = h.match(/Add\s+"([^"]+)"\s+tag/), R = ((b == null ? void 0 : b[1]) ?? h).split(",").map(ot);
|
|
701
|
+
t == null || t([.../* @__PURE__ */ new Set([...e, ...R])]);
|
|
702
|
+
}, [t, e]), y = I(
|
|
703
|
+
(h) => t == null ? void 0 : t(e.filter((b) => b !== h)),
|
|
704
704
|
[t, e]
|
|
705
|
-
),
|
|
705
|
+
), u = O(null);
|
|
706
706
|
return (
|
|
707
707
|
// eslint-disable-next-line jsx-a11y/click-events-have-key-events, jsx-a11y/no-static-element-interactions
|
|
708
708
|
/* @__PURE__ */ m(
|
|
709
709
|
"div",
|
|
710
710
|
{
|
|
711
|
-
className:
|
|
711
|
+
className: p(
|
|
712
712
|
"tw:rounded-md tw:flex tw:flex-wrap tw:gap-1",
|
|
713
713
|
"tw:border tw:border-lm-input-border tw:dark:border-dm-input-border",
|
|
714
714
|
"tw:cursor-text tw:focus-within:focus-within-ring",
|
|
715
715
|
{
|
|
716
|
-
"tw:p-0.5":
|
|
717
|
-
"tw:p-1.25":
|
|
718
|
-
"tw:p-2":
|
|
719
|
-
"tw:bg-lm-disabled-input tw:dark:bg-dm-disabled-input":
|
|
720
|
-
"tw:bg-lm-primary tw:dark:bg-dm-primary": !
|
|
716
|
+
"tw:p-0.5": i === "sm",
|
|
717
|
+
"tw:p-1.25": i === "md",
|
|
718
|
+
"tw:p-2": i === "lg",
|
|
719
|
+
"tw:bg-lm-disabled-input tw:dark:bg-dm-disabled-input": s,
|
|
720
|
+
"tw:bg-lm-primary tw:dark:bg-dm-primary": !s,
|
|
721
721
|
// Use different background color when rendered inside a card
|
|
722
|
-
"tw:group-[&]/card:bg-lm-input tw:group-[&]/card:dark:bg-dm-input": !
|
|
722
|
+
"tw:group-[&]/card:bg-lm-input tw:group-[&]/card:dark:bg-dm-input": !s
|
|
723
723
|
},
|
|
724
|
-
|
|
724
|
+
d
|
|
725
725
|
),
|
|
726
726
|
onClick: (h) => {
|
|
727
|
-
var
|
|
728
|
-
h.target !==
|
|
727
|
+
var b;
|
|
728
|
+
h.target !== u.current && ((b = u.current) == null || b.focus());
|
|
729
729
|
},
|
|
730
730
|
children: [
|
|
731
|
-
/* @__PURE__ */ n("ul", { className: "tw:m-0 tw:p-0 tw:flex tw:flex-wrap tw:gap-1", children: e.map((h,
|
|
732
|
-
const
|
|
733
|
-
return /* @__PURE__ */ n(
|
|
731
|
+
/* @__PURE__ */ n("ul", { className: "tw:m-0 tw:p-0 tw:flex tw:flex-wrap tw:gap-1", children: e.map((h, b) => {
|
|
732
|
+
const R = (o == null ? void 0 : o(h)) ?? nt;
|
|
733
|
+
return /* @__PURE__ */ n(de, { tag: h, color: R, onRemove: y, size: i }, `${h}${b}`);
|
|
734
734
|
}) }),
|
|
735
735
|
/* @__PURE__ */ n(
|
|
736
|
-
|
|
736
|
+
ie,
|
|
737
737
|
{
|
|
738
738
|
variant: "unstyled",
|
|
739
739
|
listboxSpan: "auto",
|
|
740
740
|
containerClassName: "tw:flex tw:items-center",
|
|
741
741
|
listboxClassName: "tw:whitespace-nowrap",
|
|
742
|
-
inputClassName:
|
|
742
|
+
inputClassName: p(
|
|
743
743
|
"tw:no-clear-button",
|
|
744
744
|
{
|
|
745
|
-
"tw:px-1 tw:text-sm":
|
|
746
|
-
"tw:px-2 tw:h-[26px]":
|
|
747
|
-
"tw:px-3 tw:text-xl":
|
|
745
|
+
"tw:px-1 tw:text-sm": i === "sm",
|
|
746
|
+
"tw:px-2 tw:h-[26px]": i === "md",
|
|
747
|
+
"tw:px-3 tw:text-xl": i === "lg"
|
|
748
748
|
}
|
|
749
749
|
),
|
|
750
750
|
searchResults: f,
|
|
751
|
-
onSearch:
|
|
751
|
+
onSearch: g,
|
|
752
752
|
onSelectSearchResult: k,
|
|
753
|
-
renderSearchResult: (h) => h.match(/Add\s+"([^"]+)"\s+tag/) ? h : /* @__PURE__ */ n(
|
|
753
|
+
renderSearchResult: (h) => h.match(/Add\s+"([^"]+)"\s+tag/) ? h : /* @__PURE__ */ n(se, { name: h, color: (o == null ? void 0 : o(h)) ?? nt }),
|
|
754
754
|
onKeyDown: (h) => {
|
|
755
|
-
h.key === "Backspace" && !f &&
|
|
755
|
+
h.key === "Backspace" && !f && y(e[e.length - 1]);
|
|
756
756
|
},
|
|
757
|
-
size:
|
|
758
|
-
disabled:
|
|
759
|
-
ref:
|
|
757
|
+
size: i,
|
|
758
|
+
disabled: s,
|
|
759
|
+
ref: u,
|
|
760
760
|
immediate: !0,
|
|
761
|
-
...
|
|
761
|
+
...w
|
|
762
762
|
}
|
|
763
763
|
)
|
|
764
764
|
]
|
|
765
765
|
}
|
|
766
766
|
)
|
|
767
767
|
);
|
|
768
|
-
},
|
|
769
|
-
|
|
768
|
+
}, Ze = v(({ className: r, ...e }, t) => /* @__PURE__ */ n(
|
|
769
|
+
ct,
|
|
770
770
|
{
|
|
771
771
|
ref: t,
|
|
772
|
-
className:
|
|
772
|
+
className: p(
|
|
773
773
|
"tw:rounded-full tw:w-8 tw:h-4",
|
|
774
774
|
"tw:bg-(image:--circle-grey-dark) tw:dark:bg-(image:--circle-grey-light) tw:checked:bg-(image:--circle-white)",
|
|
775
775
|
"tw:focus-visible:not-checked:bg-(image:--circle-light-blue)",
|
|
@@ -778,16 +778,16 @@ const ne = v(re), oe = ({ name: r, color: e }) => /* @__PURE__ */ m("div", { cla
|
|
|
778
778
|
),
|
|
779
779
|
...e
|
|
780
780
|
}
|
|
781
|
-
)),
|
|
781
|
+
)), ce = ({ className: r, selected: e, disabled: t, ...o }) => {
|
|
782
782
|
const l = "to" in o && typeof o.to == "string";
|
|
783
783
|
return (
|
|
784
784
|
// @ts-expect-error The Tag is inferred from provided props, so they should always match
|
|
785
785
|
/* @__PURE__ */ n(
|
|
786
|
-
l ?
|
|
786
|
+
l ? q : "button",
|
|
787
787
|
{
|
|
788
788
|
role: "menuitem",
|
|
789
789
|
"data-selected": e,
|
|
790
|
-
className:
|
|
790
|
+
className: p(
|
|
791
791
|
"tw:flex tw:items-center tw:gap-2",
|
|
792
792
|
"tw:w-full tw:px-3 tw:py-1.5 tw:focus-ring",
|
|
793
793
|
// Overwrite link styles in case a Link is being used
|
|
@@ -807,105 +807,106 @@ const ne = v(re), oe = ({ name: r, color: e }) => /* @__PURE__ */ m("div", { cla
|
|
|
807
807
|
}
|
|
808
808
|
)
|
|
809
809
|
);
|
|
810
|
-
},
|
|
810
|
+
}, me = () => (
|
|
811
811
|
// TODO Use an <hr /> tag once tailwind styles are not set with !important
|
|
812
812
|
/* @__PURE__ */ n("div", { role: "separator", "aria-hidden": !0, className: "tw:border-b tw:border-lm-border tw:dark:border-dm-border tw:my-2" })
|
|
813
|
-
),
|
|
813
|
+
), pe = ({ children: r }) => /* @__PURE__ */ n(
|
|
814
814
|
"div",
|
|
815
815
|
{
|
|
816
816
|
role: "heading",
|
|
817
817
|
"aria-level": 6,
|
|
818
818
|
"aria-hidden": !0,
|
|
819
|
-
className:
|
|
819
|
+
className: p(
|
|
820
820
|
"tw:flex tw:items-center tw:w-full tw:px-3 tw:py-1.5",
|
|
821
821
|
"tw:text-gray-500 tw:text-sm tw:font-semibold"
|
|
822
822
|
),
|
|
823
823
|
onClick: (e) => e.stopPropagation(),
|
|
824
824
|
children: r
|
|
825
825
|
}
|
|
826
|
-
),
|
|
826
|
+
), ue = ({ className: r, onClick: e, ...t }) => (
|
|
827
827
|
// eslint-disable-next-line jsx-a11y/click-events-have-key-events, jsx-a11y/no-static-element-interactions
|
|
828
828
|
/* @__PURE__ */ n(
|
|
829
829
|
"div",
|
|
830
830
|
{
|
|
831
|
-
className:
|
|
831
|
+
className: p("tw:px-3 tw:py-1.5", r),
|
|
832
832
|
...t,
|
|
833
833
|
onClick: (o) => {
|
|
834
834
|
o.stopPropagation(), e == null || e(o);
|
|
835
835
|
}
|
|
836
836
|
}
|
|
837
837
|
)
|
|
838
|
-
),
|
|
838
|
+
), be = ({
|
|
839
839
|
children: r,
|
|
840
840
|
className: e,
|
|
841
841
|
focusableElementsSelector: t = '[role="menuitem"]:not([disabled]):not([aria-disabled])',
|
|
842
842
|
focusFirstItem: o = !1,
|
|
843
843
|
...l
|
|
844
844
|
}) => {
|
|
845
|
-
const a =
|
|
846
|
-
return
|
|
847
|
-
},
|
|
845
|
+
const a = O(null);
|
|
846
|
+
return Bt(a, { elementsSelector: t, focusFirstItem: o }), /* @__PURE__ */ n(P, { ref: a, role: "menu", className: p("tw:py-2 tw:whitespace-nowrap", e), ...l, children: r });
|
|
847
|
+
}, j = Object.assign(be, { Item: ce, Separator: me, Title: pe, Misc: ue }), ge = ({
|
|
848
848
|
children: r,
|
|
849
849
|
menuAlignment: e = "left",
|
|
850
850
|
buttonVariant: t = "button",
|
|
851
851
|
buttonContent: o,
|
|
852
852
|
buttonClassName: l,
|
|
853
853
|
buttonSize: a = "md",
|
|
854
|
-
buttonDisabled:
|
|
855
|
-
containerClassName:
|
|
856
|
-
menuClassName:
|
|
857
|
-
caretless:
|
|
858
|
-
buttonLabel: f
|
|
854
|
+
buttonDisabled: i = !1,
|
|
855
|
+
containerClassName: s,
|
|
856
|
+
menuClassName: d,
|
|
857
|
+
caretless: w,
|
|
858
|
+
buttonLabel: f,
|
|
859
|
+
menuOffset: x = 3
|
|
859
860
|
}) => {
|
|
860
|
-
const [
|
|
861
|
-
open:
|
|
862
|
-
onOpenChange:
|
|
861
|
+
const [g, k] = E(!1), y = O(null), { refs: u, floatingStyles: h, context: b } = st({
|
|
862
|
+
open: g,
|
|
863
|
+
onOpenChange: k,
|
|
863
864
|
placement: e === "right" ? "bottom-end" : "bottom-start",
|
|
864
|
-
middleware: [
|
|
865
|
+
middleware: [Tt(), _t(x)],
|
|
865
866
|
// eslint-disable-next-line react-compiler/react-compiler
|
|
866
|
-
elements: { reference:
|
|
867
|
-
}),
|
|
868
|
-
|
|
869
|
-
]),
|
|
870
|
-
return
|
|
871
|
-
const
|
|
872
|
-
if (!
|
|
867
|
+
elements: { reference: y.current }
|
|
868
|
+
}), R = $t(b), { getReferenceProps: N, getFloatingProps: M } = dt([
|
|
869
|
+
R
|
|
870
|
+
]), _ = W(), $ = O(null);
|
|
871
|
+
return B(() => {
|
|
872
|
+
const D = $.current, V = y.current;
|
|
873
|
+
if (!D || !V)
|
|
873
874
|
return () => {
|
|
874
875
|
};
|
|
875
|
-
const
|
|
876
|
-
return document.body.addEventListener("click", (
|
|
877
|
-
|
|
878
|
-
}, { signal:
|
|
876
|
+
const tt = new AbortController();
|
|
877
|
+
return document.body.addEventListener("click", (gt) => {
|
|
878
|
+
gt.composedPath().includes(V) || k(!1);
|
|
879
|
+
}, { signal: tt.signal }), () => tt.abort();
|
|
879
880
|
}, []), // eslint-disable-next-line jsx-a11y/no-static-element-interactions
|
|
880
881
|
/* @__PURE__ */ m(
|
|
881
882
|
"div",
|
|
882
883
|
{
|
|
883
|
-
ref:
|
|
884
|
-
className:
|
|
885
|
-
onKeyDown: (
|
|
886
|
-
|
|
884
|
+
ref: $,
|
|
885
|
+
className: p("tw:relative tw:inline-block", s),
|
|
886
|
+
onKeyDown: (D) => {
|
|
887
|
+
D.key === "Escape" && k(!1);
|
|
887
888
|
},
|
|
888
|
-
onBlur: (
|
|
889
|
-
|
|
889
|
+
onBlur: (D) => {
|
|
890
|
+
D.relatedTarget && !$.current.contains(D.relatedTarget) && k(!1);
|
|
890
891
|
},
|
|
891
892
|
children: [
|
|
892
893
|
/* @__PURE__ */ m(
|
|
893
894
|
"button",
|
|
894
895
|
{
|
|
895
|
-
ref:
|
|
896
|
-
...
|
|
896
|
+
ref: y,
|
|
897
|
+
...N(),
|
|
897
898
|
type: "button",
|
|
898
899
|
"aria-haspopup": !0,
|
|
899
|
-
"aria-expanded":
|
|
900
|
-
"aria-controls":
|
|
900
|
+
"aria-expanded": g,
|
|
901
|
+
"aria-controls": _,
|
|
901
902
|
"aria-label": f,
|
|
902
|
-
disabled:
|
|
903
|
-
className:
|
|
903
|
+
disabled: i,
|
|
904
|
+
className: p(
|
|
904
905
|
"tw:flex tw:items-center tw:rounded-md tw:focus-ring",
|
|
905
906
|
{
|
|
906
|
-
"tw:justify-between": !
|
|
907
|
-
"tw:cursor-pointer": !
|
|
908
|
-
"tw:pointer-events-none tw:opacity-50":
|
|
907
|
+
"tw:justify-between": !w,
|
|
908
|
+
"tw:cursor-pointer": !i,
|
|
909
|
+
"tw:pointer-events-none tw:opacity-50": i,
|
|
909
910
|
// Button variant
|
|
910
911
|
"tw:border tw:border-lm-border tw:dark:border-dm-border": t === "button",
|
|
911
912
|
"tw:bg-lm-primary tw:dark:bg-dm-primary": t === "button",
|
|
@@ -915,33 +916,35 @@ const ne = v(re), oe = ({ name: r, color: e }) => /* @__PURE__ */ m("div", { cla
|
|
|
915
916
|
"tw:text-lm-brand tw:dark:text-dm-brand": t === "link",
|
|
916
917
|
"tw:highlight:text-lm-brand-dark tw:dark:highlight:text-dm-brand-dark tw:highlight:underline": t === "link",
|
|
917
918
|
// Button sizes
|
|
918
|
-
"tw:px-1.5 tw:py-1 tw:text-sm
|
|
919
|
-
"tw:px-3 tw:py-1.5
|
|
920
|
-
"tw:px-4 tw:py-2 tw:text-lg
|
|
919
|
+
"tw:px-1.5 tw:py-1 tw:text-sm": t !== "text" && a === "sm",
|
|
920
|
+
"tw:px-3 tw:py-1.5": t !== "text" && a === "md",
|
|
921
|
+
"tw:px-4 tw:py-2 tw:text-lg": t !== "text" && a === "lg",
|
|
922
|
+
"tw:gap-x-1.5": a === "sm",
|
|
923
|
+
"tw:gap-x-2": a !== "sm"
|
|
921
924
|
},
|
|
922
925
|
l
|
|
923
926
|
),
|
|
924
|
-
onKeyDown: (
|
|
925
|
-
|
|
927
|
+
onKeyDown: (D) => {
|
|
928
|
+
D.key === "ArrowDown" && (D.preventDefault(), k(!0));
|
|
926
929
|
},
|
|
927
930
|
children: [
|
|
928
931
|
o,
|
|
929
|
-
!
|
|
932
|
+
!w && /* @__PURE__ */ n(C, { icon: Ct, size: "xs" })
|
|
930
933
|
]
|
|
931
934
|
}
|
|
932
935
|
),
|
|
933
|
-
|
|
936
|
+
g && /* @__PURE__ */ n(
|
|
934
937
|
"div",
|
|
935
938
|
{
|
|
936
|
-
ref:
|
|
937
|
-
style:
|
|
938
|
-
className: "tw:min-w-full tw:z-
|
|
939
|
-
...
|
|
939
|
+
ref: u.setFloating,
|
|
940
|
+
style: h,
|
|
941
|
+
className: "tw:min-w-full tw:z-500",
|
|
942
|
+
...M(),
|
|
940
943
|
children: /* @__PURE__ */ n(
|
|
941
|
-
|
|
944
|
+
j,
|
|
942
945
|
{
|
|
943
|
-
className:
|
|
944
|
-
id:
|
|
946
|
+
className: d,
|
|
947
|
+
id: _,
|
|
945
948
|
focusableElementsSelector: '[role="menuitem"]:not([disabled]):not([aria-disabled]),input:not([disabled]),select:not([disabled])',
|
|
946
949
|
focusFirstItem: !0,
|
|
947
950
|
children: r
|
|
@@ -952,15 +955,15 @@ const ne = v(re), oe = ({ name: r, color: e }) => /* @__PURE__ */ m("div", { cla
|
|
|
952
955
|
]
|
|
953
956
|
}
|
|
954
957
|
);
|
|
955
|
-
},
|
|
956
|
-
Item:
|
|
957
|
-
Separator:
|
|
958
|
-
Title:
|
|
959
|
-
Misc:
|
|
960
|
-
}),
|
|
958
|
+
}, L = Object.assign(ge, {
|
|
959
|
+
Item: j.Item,
|
|
960
|
+
Separator: j.Separator,
|
|
961
|
+
Title: j.Title,
|
|
962
|
+
Misc: j.Misc
|
|
963
|
+
}), he = v(({ className: r, disabled: e, size: t = "md", type: o = "button", ...l }, a) => /* @__PURE__ */ n(
|
|
961
964
|
"button",
|
|
962
965
|
{
|
|
963
|
-
className:
|
|
966
|
+
className: c(
|
|
964
967
|
"tw:inline-flex tw:rounded-md tw:focus-ring",
|
|
965
968
|
"tw:text-lm-brand tw:dark:text-dm-brand",
|
|
966
969
|
"tw:highlight:text-lm-brand-dark tw:dark:highlight:text-dm-brand-dark tw:highlight:underline",
|
|
@@ -978,14 +981,105 @@ const ne = v(re), oe = ({ name: r, color: e }) => /* @__PURE__ */ m("div", { cla
|
|
|
978
981
|
...l,
|
|
979
982
|
ref: a
|
|
980
983
|
}
|
|
981
|
-
)),
|
|
982
|
-
|
|
984
|
+
)), fe = ({ className: r, active: e, ...t }) => /* @__PURE__ */ n("li", { role: "menuitem", className: "tw:w-full tw:flex", children: /* @__PURE__ */ n(
|
|
985
|
+
q,
|
|
986
|
+
{
|
|
987
|
+
className: p(
|
|
988
|
+
"tw:px-2 tw:py-3",
|
|
989
|
+
"tw:max-md:w-full tw:max-md:px-3 tw:max-md:py-2",
|
|
990
|
+
"tw:text-white tw:no-underline tw:highlight:opacity-100 tw:transition-opacity",
|
|
991
|
+
{
|
|
992
|
+
"tw:opacity-60": !e,
|
|
993
|
+
"tw:opacity-100": e
|
|
994
|
+
},
|
|
995
|
+
r
|
|
996
|
+
),
|
|
997
|
+
...t
|
|
998
|
+
}
|
|
999
|
+
) }), xe = ({ containerClassName: r, buttonClassName: e, menuClassName: t, active: o, ...l }) => /* @__PURE__ */ n("li", { role: "menuitem", className: "tw:w-full tw:flex", children: /* @__PURE__ */ n(
|
|
1000
|
+
L,
|
|
1001
|
+
{
|
|
1002
|
+
containerClassName: p("tw:max-md:w-full", r),
|
|
1003
|
+
buttonVariant: "text",
|
|
1004
|
+
buttonClassName: p(
|
|
1005
|
+
"tw:px-2 tw:py-3",
|
|
1006
|
+
"tw:max-md:w-full tw:max-md:px-3 tw:max-md:py-2",
|
|
1007
|
+
"tw:text-white tw:highlight:opacity-100 tw:transition-opacity",
|
|
1008
|
+
{
|
|
1009
|
+
"tw:opacity-60": !o,
|
|
1010
|
+
"tw:opacity-100": o
|
|
1011
|
+
},
|
|
1012
|
+
e
|
|
1013
|
+
),
|
|
1014
|
+
menuAlignment: "right",
|
|
1015
|
+
menuOffset: -3,
|
|
1016
|
+
menuClassName: p("tw:mx-2", t),
|
|
1017
|
+
...l
|
|
1018
|
+
}
|
|
1019
|
+
) }), ye = ({ className: r, brand: e, children: t }) => {
|
|
1020
|
+
const { flag: o, toggle: l, setToFalse: a } = it(!1, !0), { pathname: i } = ft();
|
|
1021
|
+
return B(() => a(), [i, a]), /* @__PURE__ */ m(
|
|
1022
|
+
"nav",
|
|
1023
|
+
{
|
|
1024
|
+
className: p(
|
|
1025
|
+
"tw:w-full tw:relative",
|
|
1026
|
+
"tw:bg-lm-main tw:dark:bg-dm-main",
|
|
1027
|
+
"tw:flex tw:max-md:flex-col tw:items-center tw:justify-between",
|
|
1028
|
+
r
|
|
1029
|
+
),
|
|
1030
|
+
children: [
|
|
1031
|
+
/* @__PURE__ */ m("div", { className: "tw:w-full tw:relative", children: [
|
|
1032
|
+
/* @__PURE__ */ n(
|
|
1033
|
+
"h4",
|
|
1034
|
+
{
|
|
1035
|
+
className: p(
|
|
1036
|
+
"tw:text-white tw:px-4 tw:py-3",
|
|
1037
|
+
"tw:max-md:w-full tw:max-md:flex tw:max-md:flex-col tw:items-center"
|
|
1038
|
+
),
|
|
1039
|
+
children: e
|
|
1040
|
+
}
|
|
1041
|
+
),
|
|
1042
|
+
/* @__PURE__ */ n(
|
|
1043
|
+
wt,
|
|
1044
|
+
{
|
|
1045
|
+
variant: "secondary",
|
|
1046
|
+
className: p(
|
|
1047
|
+
"tw:absolute tw:right-0 tw:top-[50%] tw:translate-y-[-50%]",
|
|
1048
|
+
"tw:md:hidden tw:mx-2 tw:[&]:px-2",
|
|
1049
|
+
"tw:opacity-60 tw:highlight:opacity-100 tw:transition-opacity",
|
|
1050
|
+
"tw:[&]:text-inherit tw:[&]:border-white tw:[&]:highlight:bg-transparent"
|
|
1051
|
+
),
|
|
1052
|
+
onClick: l,
|
|
1053
|
+
"aria-label": `${o ? "Hide" : "Show"} menu`,
|
|
1054
|
+
children: /* @__PURE__ */ n(C, { icon: o ? It : Ot })
|
|
1055
|
+
}
|
|
1056
|
+
)
|
|
1057
|
+
] }),
|
|
1058
|
+
/* @__PURE__ */ n(
|
|
1059
|
+
"ul",
|
|
1060
|
+
{
|
|
1061
|
+
role: "menu",
|
|
1062
|
+
className: p(
|
|
1063
|
+
"tw:m-0 tw:p-0",
|
|
1064
|
+
"tw:max-md:w-full tw:md:mr-2 tw:max-md:absolute tw:max-md:top-full tw:z-2000",
|
|
1065
|
+
"tw:flex tw:max-md:flex-col tw:items-center",
|
|
1066
|
+
"tw:bg-lm-main tw:dark:bg-dm-main",
|
|
1067
|
+
{ "tw:max-md:hidden": !o }
|
|
1068
|
+
),
|
|
1069
|
+
children: t
|
|
1070
|
+
}
|
|
1071
|
+
)
|
|
1072
|
+
]
|
|
1073
|
+
}
|
|
1074
|
+
);
|
|
1075
|
+
}, ze = Object.assign(ye, { MenuItem: fe, Dropdown: xe }), mt = Q(null), ke = ({ className: r, to: e, ...t }) => {
|
|
1076
|
+
const o = S(mt);
|
|
983
1077
|
return /* @__PURE__ */ n(
|
|
984
|
-
|
|
1078
|
+
xt,
|
|
985
1079
|
{
|
|
986
1080
|
role: "menuitem",
|
|
987
1081
|
to: e,
|
|
988
|
-
className: ({ isActive: l }) =>
|
|
1082
|
+
className: ({ isActive: l }) => c(
|
|
989
1083
|
"tw:px-4 tw:pt-2 tw:pb-[calc(0.5rem-3px)] tw:border-b-3",
|
|
990
1084
|
"tw:highlight:text-lm-brand tw:dark:highlight:text-dm-brand",
|
|
991
1085
|
"tw:font-bold tw:text-center tw:no-underline tw:transition-colors",
|
|
@@ -1002,17 +1096,17 @@ const ne = v(re), oe = ({ name: r, color: e }) => /* @__PURE__ */ m("div", { cla
|
|
|
1002
1096
|
...t
|
|
1003
1097
|
}
|
|
1004
1098
|
);
|
|
1005
|
-
},
|
|
1006
|
-
const t =
|
|
1099
|
+
}, ve = ({ children: r, className: e, fill: t }) => /* @__PURE__ */ n(mt.Provider, { value: { fill: t }, children: /* @__PURE__ */ n(P, { role: "menubar", className: c("tw:flex tw:overflow-hidden", e), children: r }) }), Ve = Object.assign(ve, { Pill: ke }), Ne = new Intl.NumberFormat("en-US"), Ce = (r) => Ne.format(Number(r)), at = 10, tr = (r) => Math.ceil(r / at) * at, A = 2, K = "...", Ie = (r, e) => Array.from({ length: e - r }, (t, o) => r + o), Oe = (r, e) => {
|
|
1100
|
+
const t = Ie(
|
|
1007
1101
|
Math.max(A, r - A),
|
|
1008
1102
|
Math.min(e - 1, r + A) + 1
|
|
1009
1103
|
);
|
|
1010
|
-
return r - A > A && t.unshift(
|
|
1011
|
-
},
|
|
1104
|
+
return r - A > A && t.unshift(K), r + A < e - 1 && t.push(K), t.unshift(1), t.push(e), t;
|
|
1105
|
+
}, F = (r) => r === K, Re = (r) => F(r) ? r : Ce(r), Pe = (r, e) => F(r) ? `${r}_${e}` : `${r}`, pt = [
|
|
1012
1106
|
"tw:border tw:border-r-0 tw:last:border-r tw:border-lm-border tw:dark:border-dm-border",
|
|
1013
1107
|
"tw:rounded-none tw:first:rounded-l tw:last:rounded-r"
|
|
1014
|
-
],
|
|
1015
|
-
|
|
1108
|
+
], ut = (r = !1) => c(
|
|
1109
|
+
pt,
|
|
1016
1110
|
"tw:px-3 tw:py-2 tw:cursor-pointer tw:no-underline",
|
|
1017
1111
|
"tw:focus-ring tw:focus-visible:z-1",
|
|
1018
1112
|
!r && [
|
|
@@ -1021,42 +1115,42 @@ const ne = v(re), oe = ({ name: r, color: e }) => /* @__PURE__ */ m("div", { cla
|
|
|
1021
1115
|
"tw:highlight:bg-lm-secondary tw:dark:highlight:bg-dm-secondary"
|
|
1022
1116
|
],
|
|
1023
1117
|
r && "tw:bg-lm-main tw:dark:bg-dm-main tw:text-white"
|
|
1024
|
-
),
|
|
1025
|
-
function
|
|
1026
|
-
const a =
|
|
1027
|
-
return t ? /* @__PURE__ */ n(
|
|
1118
|
+
), J = ({ children: r }) => /* @__PURE__ */ n("span", { "aria-hidden": !0, className: c(pt, "tw:px-3 tw:py-2 tw:text-gray-400"), children: r }), bt = () => /* @__PURE__ */ n(J, { children: K });
|
|
1119
|
+
function Le({ children: r, active: e, isEllipsis: t, href: o, ...l }) {
|
|
1120
|
+
const a = G(() => ut(e), [e]);
|
|
1121
|
+
return t ? /* @__PURE__ */ n(bt, {}) : /* @__PURE__ */ n(q, { className: a, to: o, ...l, children: r });
|
|
1028
1122
|
}
|
|
1029
|
-
function
|
|
1030
|
-
const l =
|
|
1031
|
-
return t ? /* @__PURE__ */ n(
|
|
1123
|
+
function De({ children: r, active: e, isEllipsis: t, ...o }) {
|
|
1124
|
+
const l = G(() => ut(e), [e]);
|
|
1125
|
+
return t ? /* @__PURE__ */ n(bt, {}) : /* @__PURE__ */ n("button", { type: "button", className: l, ...o, children: r });
|
|
1032
1126
|
}
|
|
1033
|
-
const
|
|
1034
|
-
const o = "urlForPage" in t, l = o ?
|
|
1035
|
-
(
|
|
1127
|
+
const er = ({ currentPage: r, pagesCount: e, ...t }) => {
|
|
1128
|
+
const o = "urlForPage" in t, l = o ? Le : De, a = I(
|
|
1129
|
+
(i) => o ? { href: F(i) ? void 0 : t.urlForPage(i) } : { onClick: () => !F(i) && t.onPageChange(i) },
|
|
1036
1130
|
[o, t]
|
|
1037
1131
|
);
|
|
1038
1132
|
return e < 2 ? null : /* @__PURE__ */ m("div", { className: "tw:select-none tw:flex", "data-testid": "paginator", children: [
|
|
1039
|
-
r === 1 ? /* @__PURE__ */ n(
|
|
1040
|
-
|
|
1133
|
+
r === 1 ? /* @__PURE__ */ n(J, { children: /* @__PURE__ */ n(C, { size: "xs", icon: et }) }) : /* @__PURE__ */ n(l, { ...a(Math.max(1, r - 1)), "aria-label": "Previous", children: /* @__PURE__ */ n(C, { size: "xs", icon: et }) }),
|
|
1134
|
+
Oe(r, e).map((i, s) => /* @__PURE__ */ n(
|
|
1041
1135
|
l,
|
|
1042
1136
|
{
|
|
1043
|
-
active:
|
|
1044
|
-
isEllipsis:
|
|
1045
|
-
...a(
|
|
1046
|
-
children:
|
|
1137
|
+
active: i === r,
|
|
1138
|
+
isEllipsis: F(i),
|
|
1139
|
+
...a(i),
|
|
1140
|
+
children: Re(i)
|
|
1047
1141
|
},
|
|
1048
|
-
|
|
1142
|
+
Pe(i, s)
|
|
1049
1143
|
)),
|
|
1050
|
-
r === e ? /* @__PURE__ */ n(
|
|
1144
|
+
r === e ? /* @__PURE__ */ n(J, { children: /* @__PURE__ */ n(C, { size: "xs", icon: rt }) }) : /* @__PURE__ */ n(l, { ...a(Math.min(e, r + 1)), "aria-label": "Next", children: /* @__PURE__ */ n(C, { size: "xs", icon: rt }) })
|
|
1051
1145
|
] });
|
|
1052
|
-
},
|
|
1053
|
-
|
|
1146
|
+
}, Se = ({ buttonLabel: r = "Options", buttonSize: e = "md", ...t }) => /* @__PURE__ */ n(
|
|
1147
|
+
L,
|
|
1054
1148
|
{
|
|
1055
1149
|
buttonContent: /* @__PURE__ */ n(
|
|
1056
1150
|
C,
|
|
1057
1151
|
{
|
|
1058
|
-
icon:
|
|
1059
|
-
className:
|
|
1152
|
+
icon: Rt,
|
|
1153
|
+
className: p({ "tw:px-1": e === "sm" })
|
|
1060
1154
|
}
|
|
1061
1155
|
),
|
|
1062
1156
|
caretless: !0,
|
|
@@ -1064,38 +1158,38 @@ const Xe = ({ currentPage: r, pagesCount: e, ...t }) => {
|
|
|
1064
1158
|
buttonSize: e,
|
|
1065
1159
|
...t
|
|
1066
1160
|
}
|
|
1067
|
-
),
|
|
1068
|
-
Item:
|
|
1069
|
-
Separator:
|
|
1070
|
-
Title:
|
|
1071
|
-
Misc:
|
|
1072
|
-
}),
|
|
1161
|
+
), rr = Object.assign(Se, {
|
|
1162
|
+
Item: L.Item,
|
|
1163
|
+
Separator: L.Separator,
|
|
1164
|
+
Title: L.Title,
|
|
1165
|
+
Misc: L.Misc
|
|
1166
|
+
}), Me = ({
|
|
1073
1167
|
open: r,
|
|
1074
1168
|
children: e,
|
|
1075
1169
|
className: t,
|
|
1076
1170
|
onClose: o,
|
|
1077
1171
|
...l
|
|
1078
1172
|
}) => {
|
|
1079
|
-
const a =
|
|
1080
|
-
return
|
|
1081
|
-
var
|
|
1082
|
-
const
|
|
1173
|
+
const a = O(null);
|
|
1174
|
+
return B(() => {
|
|
1175
|
+
var w, f;
|
|
1176
|
+
const i = document.body, s = i.style.overflow, d = i.style.paddingRight;
|
|
1083
1177
|
if (r) {
|
|
1084
|
-
const
|
|
1085
|
-
|
|
1178
|
+
const x = window.outerWidth - i.clientWidth, g = i.scrollHeight > i.clientHeight;
|
|
1179
|
+
i.style.overflow = "hidden", g && (i.style.paddingRight = `${x}px`), (w = a.current) == null || w.showModal();
|
|
1086
1180
|
} else
|
|
1087
1181
|
(f = a.current) == null || f.close();
|
|
1088
1182
|
return () => {
|
|
1089
|
-
|
|
1183
|
+
i.style.overflow = s, i.style.paddingRight = d;
|
|
1090
1184
|
};
|
|
1091
|
-
}, [r]),
|
|
1185
|
+
}, [r]), Ut(
|
|
1092
1186
|
/* @__PURE__ */ n(
|
|
1093
1187
|
"dialog",
|
|
1094
1188
|
{
|
|
1095
1189
|
ref: a,
|
|
1096
|
-
className:
|
|
1097
|
-
onCancel: (
|
|
1098
|
-
|
|
1190
|
+
className: c("tw:bg-transparent tw:backdrop:bg-black/50", t),
|
|
1191
|
+
onCancel: (i) => {
|
|
1192
|
+
i.preventDefault(), o();
|
|
1099
1193
|
},
|
|
1100
1194
|
...l,
|
|
1101
1195
|
children: r && e
|
|
@@ -1103,53 +1197,53 @@ const Xe = ({ currentPage: r, pagesCount: e, ...t }) => {
|
|
|
1103
1197
|
),
|
|
1104
1198
|
document.body
|
|
1105
1199
|
);
|
|
1106
|
-
},
|
|
1200
|
+
}, nr = ({
|
|
1107
1201
|
open: r,
|
|
1108
1202
|
onClose: e,
|
|
1109
1203
|
variant: t = "default",
|
|
1110
1204
|
title: o,
|
|
1111
1205
|
children: l,
|
|
1112
1206
|
className: a,
|
|
1113
|
-
...
|
|
1207
|
+
...i
|
|
1114
1208
|
}) => {
|
|
1115
1209
|
const {
|
|
1116
|
-
size:
|
|
1117
|
-
confirmText:
|
|
1118
|
-
cancelText:
|
|
1210
|
+
size: s = "md",
|
|
1211
|
+
confirmText: d = "Confirm",
|
|
1212
|
+
cancelText: w = "Cancel",
|
|
1119
1213
|
confirmDisabled: f,
|
|
1120
|
-
onConfirm:
|
|
1121
|
-
onClosed:
|
|
1214
|
+
onConfirm: x,
|
|
1215
|
+
onClosed: g,
|
|
1122
1216
|
...k
|
|
1123
|
-
} = "onConfirm" in
|
|
1124
|
-
N.preventDefault(), N.stopPropagation(),
|
|
1125
|
-
}, [
|
|
1126
|
-
return
|
|
1217
|
+
} = "onConfirm" in i ? i : { ...i }, [y, u] = E(r), h = O(null), b = O("cancel"), R = I((N) => {
|
|
1218
|
+
N.preventDefault(), N.stopPropagation(), b.current = "confirm", x == null || x();
|
|
1219
|
+
}, [x]);
|
|
1220
|
+
return B(() => {
|
|
1127
1221
|
if (r) {
|
|
1128
|
-
|
|
1222
|
+
b.current = "cancel", u(!0);
|
|
1129
1223
|
return;
|
|
1130
1224
|
}
|
|
1131
1225
|
const N = h.current;
|
|
1132
1226
|
if (N) {
|
|
1133
1227
|
delete h.current.dataset.open;
|
|
1134
|
-
let
|
|
1135
|
-
const
|
|
1136
|
-
|
|
1228
|
+
let M = !1;
|
|
1229
|
+
const _ = ($) => {
|
|
1230
|
+
M || $.target !== N || (M = !0, u(!1), g == null || g(b.current));
|
|
1137
1231
|
};
|
|
1138
|
-
return N.addEventListener("transitionend",
|
|
1139
|
-
N.removeEventListener("transitionend",
|
|
1232
|
+
return N.addEventListener("transitionend", _), () => {
|
|
1233
|
+
N.removeEventListener("transitionend", _);
|
|
1140
1234
|
};
|
|
1141
1235
|
}
|
|
1142
|
-
}, [
|
|
1236
|
+
}, [g, r]), B(() => {
|
|
1143
1237
|
const N = h.current;
|
|
1144
|
-
|
|
1145
|
-
}, [
|
|
1146
|
-
|
|
1238
|
+
y && N && (N.dataset.open = "");
|
|
1239
|
+
}, [y]), /* @__PURE__ */ n(
|
|
1240
|
+
Me,
|
|
1147
1241
|
{
|
|
1148
|
-
open:
|
|
1242
|
+
open: y,
|
|
1149
1243
|
onClose: e,
|
|
1150
|
-
className:
|
|
1244
|
+
className: c(
|
|
1151
1245
|
{
|
|
1152
|
-
"tw:flex tw:w-screen tw:h-screen tw:max-w-screen tw:max-h-screen":
|
|
1246
|
+
"tw:flex tw:w-screen tw:h-screen tw:max-w-screen tw:max-h-screen": y,
|
|
1153
1247
|
"tw:overflow-hidden": t === "cover"
|
|
1154
1248
|
},
|
|
1155
1249
|
a
|
|
@@ -1160,29 +1254,29 @@ const Xe = ({ currentPage: r, pagesCount: e, ...t }) => {
|
|
|
1160
1254
|
{
|
|
1161
1255
|
"data-testid": "transition-container",
|
|
1162
1256
|
ref: h,
|
|
1163
|
-
className:
|
|
1257
|
+
className: c(
|
|
1164
1258
|
"tw:w-full tw:m-auto tw:p-4 tw:sm:p-6",
|
|
1165
1259
|
// CSS transitions are based on the presence of the `data-open` attribute
|
|
1166
1260
|
"tw:-translate-y-4 tw:data-open:translate-y-0 tw:opacity-0 tw:data-open:opacity-100",
|
|
1167
1261
|
"tw:transition-[opacity_,_translate] tw:duration-300",
|
|
1168
1262
|
// Handle modal dimensions for different variants and sizes
|
|
1169
1263
|
t !== "cover" && {
|
|
1170
|
-
"tw:sm:w-sm":
|
|
1171
|
-
"tw:md:w-lg":
|
|
1172
|
-
"tw:md:w-4xl":
|
|
1173
|
-
"tw:md:w-6xl":
|
|
1264
|
+
"tw:sm:w-sm": s === "sm",
|
|
1265
|
+
"tw:md:w-lg": s === "md",
|
|
1266
|
+
"tw:md:w-4xl": s === "lg",
|
|
1267
|
+
"tw:md:w-6xl": s === "xl"
|
|
1174
1268
|
},
|
|
1175
1269
|
{ "tw:h-full": t === "cover" }
|
|
1176
1270
|
),
|
|
1177
|
-
onSubmit:
|
|
1178
|
-
children: /* @__PURE__ */ n(
|
|
1271
|
+
onSubmit: R,
|
|
1272
|
+
children: /* @__PURE__ */ n(P, { className: c(
|
|
1179
1273
|
"tw:w-full",
|
|
1180
1274
|
{ "tw:h-full tw:relative tw:overflow-auto": t === "cover" }
|
|
1181
|
-
), children: t === "cover" ? /* @__PURE__ */ m(
|
|
1275
|
+
), children: t === "cover" ? /* @__PURE__ */ m(H, { children: [
|
|
1182
1276
|
/* @__PURE__ */ m(
|
|
1183
1277
|
"div",
|
|
1184
1278
|
{
|
|
1185
|
-
className:
|
|
1279
|
+
className: c(
|
|
1186
1280
|
"tw:px-4 tw:py-3 tw:absolute tw:top-0 tw:left-0 tw:right-0 tw:z-3000",
|
|
1187
1281
|
"tw:flex tw:items-center tw:justify-between",
|
|
1188
1282
|
"tw:text-white tw:bg-linear-to-b tw:from-black/70 tw:to-black/10",
|
|
@@ -1190,38 +1284,38 @@ const Xe = ({ currentPage: r, pagesCount: e, ...t }) => {
|
|
|
1190
1284
|
),
|
|
1191
1285
|
children: [
|
|
1192
1286
|
/* @__PURE__ */ n("h5", { children: o }),
|
|
1193
|
-
/* @__PURE__ */ n(
|
|
1287
|
+
/* @__PURE__ */ n(X, { onClick: e, label: "Close dialog" })
|
|
1194
1288
|
]
|
|
1195
1289
|
}
|
|
1196
1290
|
),
|
|
1197
1291
|
l
|
|
1198
|
-
] }) : /* @__PURE__ */ m(
|
|
1199
|
-
/* @__PURE__ */ m(
|
|
1292
|
+
] }) : /* @__PURE__ */ m(H, { children: [
|
|
1293
|
+
/* @__PURE__ */ m(P.Header, { className: c(
|
|
1200
1294
|
"tw:sticky tw:top-0",
|
|
1201
1295
|
"tw:flex tw:items-center tw:justify-between tw:gap-x-2"
|
|
1202
1296
|
), children: [
|
|
1203
|
-
/* @__PURE__ */ n("h5", { className:
|
|
1204
|
-
/* @__PURE__ */ n(
|
|
1297
|
+
/* @__PURE__ */ n("h5", { className: c({ "tw:text-danger": t === "danger" }), children: o }),
|
|
1298
|
+
/* @__PURE__ */ n(X, { onClick: e, label: "Close dialog" })
|
|
1205
1299
|
] }),
|
|
1206
|
-
/* @__PURE__ */ n(
|
|
1207
|
-
|
|
1208
|
-
|
|
1300
|
+
/* @__PURE__ */ n(P.Body, { children: l }),
|
|
1301
|
+
x && /* @__PURE__ */ m(
|
|
1302
|
+
P.Footer,
|
|
1209
1303
|
{
|
|
1210
1304
|
"data-testid": "footer",
|
|
1211
|
-
className:
|
|
1305
|
+
className: c(
|
|
1212
1306
|
"tw:flex tw:justify-end tw:items-center tw:gap-x-2",
|
|
1213
1307
|
"tw:[&]:px-3 tw:sticky tw:bottom-0"
|
|
1214
1308
|
),
|
|
1215
1309
|
children: [
|
|
1216
|
-
/* @__PURE__ */ n(
|
|
1310
|
+
/* @__PURE__ */ n(he, { onClick: e, children: w }),
|
|
1217
1311
|
/* @__PURE__ */ n(
|
|
1218
|
-
|
|
1312
|
+
wt,
|
|
1219
1313
|
{
|
|
1220
1314
|
solid: !0,
|
|
1221
1315
|
variant: t === "danger" ? "danger" : "primary",
|
|
1222
1316
|
disabled: f,
|
|
1223
1317
|
type: "submit",
|
|
1224
|
-
children:
|
|
1318
|
+
children: d
|
|
1225
1319
|
}
|
|
1226
1320
|
)
|
|
1227
1321
|
]
|
|
@@ -1232,19 +1326,19 @@ const Xe = ({ currentPage: r, pagesCount: e, ...t }) => {
|
|
|
1232
1326
|
)
|
|
1233
1327
|
}
|
|
1234
1328
|
);
|
|
1235
|
-
},
|
|
1329
|
+
}, or = ({ className: r, children: e, loading: t = !1, variant: o = "default" }) => /* @__PURE__ */ n(Qt, { className: p({ "tw:[&]:border-danger": o === "error" }, r), children: /* @__PURE__ */ m("h3", { className: p("tw:text-center", {
|
|
1236
1330
|
"tw:text-gray-500 tw:dark:text-gray-400": o === "default",
|
|
1237
1331
|
"tw:text-danger": o === "error"
|
|
1238
1332
|
}), children: [
|
|
1239
|
-
t && /* @__PURE__ */ m(
|
|
1240
|
-
/* @__PURE__ */ n(C, { icon:
|
|
1333
|
+
t && /* @__PURE__ */ m(H, { children: [
|
|
1334
|
+
/* @__PURE__ */ n(C, { icon: lt, spin: !0 }),
|
|
1241
1335
|
/* @__PURE__ */ n("span", { className: "tw:ml-2", children: e ?? "Loading..." })
|
|
1242
1336
|
] }),
|
|
1243
1337
|
!t && e
|
|
1244
|
-
] }) }),
|
|
1338
|
+
] }) }), ar = ({ variant: r, className: e, size: t = "md", children: o }) => /* @__PURE__ */ n(
|
|
1245
1339
|
"div",
|
|
1246
1340
|
{
|
|
1247
|
-
className:
|
|
1341
|
+
className: p(
|
|
1248
1342
|
"tw:rounded-md tw:text-center",
|
|
1249
1343
|
{
|
|
1250
1344
|
"tw:p-2": t === "sm",
|
|
@@ -1259,60 +1353,60 @@ const Xe = ({ currentPage: r, pagesCount: e, ...t }) => {
|
|
|
1259
1353
|
),
|
|
1260
1354
|
children: o
|
|
1261
1355
|
}
|
|
1262
|
-
),
|
|
1263
|
-
const e =
|
|
1264
|
-
const
|
|
1265
|
-
return r === "auto" &&
|
|
1266
|
-
})(), [o, l] =
|
|
1356
|
+
), lr = ({ placement: r = "auto" } = {}) => {
|
|
1357
|
+
const e = O(null), t = (() => {
|
|
1358
|
+
const u = [];
|
|
1359
|
+
return r === "auto" && u.push(jt()), u.push(Ft({ element: e })), u;
|
|
1360
|
+
})(), [o, l] = E(!1), { refs: a, floatingStyles: i, context: s, middlewareData: d } = st({
|
|
1267
1361
|
placement: r === "auto" ? void 0 : r,
|
|
1268
1362
|
open: o,
|
|
1269
1363
|
onOpenChange: l,
|
|
1270
1364
|
middleware: t
|
|
1271
|
-
}),
|
|
1365
|
+
}), w = Ht(s, {
|
|
1272
1366
|
delay: { open: 300 },
|
|
1273
1367
|
move: !0
|
|
1274
|
-
}), { getFloatingProps: f, getReferenceProps:
|
|
1275
|
-
const
|
|
1368
|
+
}), { getFloatingProps: f, getReferenceProps: x } = dt([w]), { isMounted: g, styles: k } = Wt(s, { duration: 200 }), y = G(() => {
|
|
1369
|
+
const u = s.placement.split("-")[0];
|
|
1276
1370
|
return {
|
|
1277
1371
|
top: "bottom",
|
|
1278
1372
|
right: "left",
|
|
1279
1373
|
bottom: "top",
|
|
1280
1374
|
left: "right"
|
|
1281
|
-
}[
|
|
1282
|
-
}, [
|
|
1375
|
+
}[u] ?? "";
|
|
1376
|
+
}, [s.placement]);
|
|
1283
1377
|
return {
|
|
1284
|
-
anchor: { ...
|
|
1378
|
+
anchor: { ...x(), ref: a.setReference },
|
|
1285
1379
|
tooltip: {
|
|
1286
1380
|
...f(),
|
|
1287
1381
|
refSetter: a.setFloating,
|
|
1288
|
-
isMounted:
|
|
1289
|
-
styles: { ...
|
|
1290
|
-
arrowPos:
|
|
1382
|
+
isMounted: g,
|
|
1383
|
+
styles: { ...i, ...k },
|
|
1384
|
+
arrowPos: d.arrow,
|
|
1291
1385
|
arrowRef: e,
|
|
1292
|
-
arrowSide:
|
|
1386
|
+
arrowSide: y
|
|
1293
1387
|
}
|
|
1294
1388
|
};
|
|
1295
|
-
},
|
|
1296
|
-
var
|
|
1389
|
+
}, ir = ({ children: r, isMounted: e, styles: t, refSetter: o, arrowRef: l, arrowPos: a, arrowSide: i, ...s }) => {
|
|
1390
|
+
var d;
|
|
1297
1391
|
return e && /* @__PURE__ */ n(
|
|
1298
1392
|
"div",
|
|
1299
1393
|
{
|
|
1300
1394
|
role: "tooltip",
|
|
1301
1395
|
"aria-live": "polite",
|
|
1302
|
-
className:
|
|
1303
|
-
"tw:z-
|
|
1396
|
+
className: p(
|
|
1397
|
+
"tw:z-500 tw:max-w-64",
|
|
1304
1398
|
// Add space between anchor and tooltip via padding, so that if the tooltip is inside the anchor, you can hover it
|
|
1305
1399
|
// and it's never closed
|
|
1306
1400
|
{
|
|
1307
|
-
"tw:pt-2.5":
|
|
1308
|
-
"tw:pb-2.5":
|
|
1309
|
-
"tw:pr-2.5":
|
|
1310
|
-
"tw:pl-2.5":
|
|
1401
|
+
"tw:pt-2.5": i === "top",
|
|
1402
|
+
"tw:pb-2.5": i === "bottom",
|
|
1403
|
+
"tw:pr-2.5": i === "right",
|
|
1404
|
+
"tw:pl-2.5": i === "left"
|
|
1311
1405
|
}
|
|
1312
1406
|
),
|
|
1313
1407
|
ref: o,
|
|
1314
1408
|
style: t,
|
|
1315
|
-
...
|
|
1409
|
+
...s,
|
|
1316
1410
|
children: /* @__PURE__ */ m("div", { className: "tw:relative tw:px-1.5 tw:py-1 tw:rounded tw:bg-black/90 tw:text-white tw:text-center", children: [
|
|
1317
1411
|
/* @__PURE__ */ n("span", { className: "tw:sr-only", children: "Tooltip: " }),
|
|
1318
1412
|
r,
|
|
@@ -1320,21 +1414,21 @@ const Xe = ({ currentPage: r, pagesCount: e, ...t }) => {
|
|
|
1320
1414
|
"div",
|
|
1321
1415
|
{
|
|
1322
1416
|
ref: l,
|
|
1323
|
-
className:
|
|
1417
|
+
className: p(
|
|
1324
1418
|
"tw:absolute",
|
|
1325
1419
|
// Render as a triangle
|
|
1326
1420
|
"tw:border-l-6 tw:border-r-6 tw:border-b-6 tw:border-l-transparent tw:border-r-transparent tw:border-b-black/90",
|
|
1327
1421
|
// Rotate triangle so that it points to the correct direction
|
|
1328
1422
|
{
|
|
1329
|
-
"tw:rotate-180":
|
|
1330
|
-
"tw:rotate-90 tw:mr-[-3px]":
|
|
1331
|
-
"tw:rotate-270 tw:ml-[-3px]":
|
|
1423
|
+
"tw:rotate-180": i === "bottom",
|
|
1424
|
+
"tw:rotate-90 tw:mr-[-3px]": i === "right",
|
|
1425
|
+
"tw:rotate-270 tw:ml-[-3px]": i === "left"
|
|
1332
1426
|
}
|
|
1333
1427
|
),
|
|
1334
1428
|
style: {
|
|
1335
1429
|
left: a == null ? void 0 : a.x,
|
|
1336
1430
|
top: a == null ? void 0 : a.y,
|
|
1337
|
-
[
|
|
1431
|
+
[i]: `${-(((d = l.current) == null ? void 0 : d.offsetWidth) ?? 0) / 2}px`
|
|
1338
1432
|
},
|
|
1339
1433
|
"data-testid": "arrow"
|
|
1340
1434
|
}
|
|
@@ -1343,18 +1437,18 @@ const Xe = ({ currentPage: r, pagesCount: e, ...t }) => {
|
|
|
1343
1437
|
}
|
|
1344
1438
|
);
|
|
1345
1439
|
};
|
|
1346
|
-
function
|
|
1347
|
-
const
|
|
1348
|
-
const
|
|
1349
|
-
t(
|
|
1350
|
-
}, [t, e.dir, e.field]),
|
|
1440
|
+
function sr({ items: r, order: e, onChange: t, prefixed: o = !0, buttonVariant: l = "button", ...a }) {
|
|
1441
|
+
const i = I((d) => {
|
|
1442
|
+
const w = Et({ currentOrderDir: e.dir, currentField: e.field, newField: d });
|
|
1443
|
+
t(w);
|
|
1444
|
+
}, [t, e.dir, e.field]), s = l === "button";
|
|
1351
1445
|
return /* @__PURE__ */ m(
|
|
1352
|
-
|
|
1446
|
+
L,
|
|
1353
1447
|
{
|
|
1354
|
-
buttonContent: /* @__PURE__ */ m(
|
|
1355
|
-
!
|
|
1356
|
-
|
|
1357
|
-
|
|
1448
|
+
buttonContent: /* @__PURE__ */ m(H, { children: [
|
|
1449
|
+
!s && "Order by",
|
|
1450
|
+
s && !e.field && /* @__PURE__ */ n("i", { children: "Order by..." }),
|
|
1451
|
+
s && e.field && /* @__PURE__ */ m(H, { children: [
|
|
1358
1452
|
o && "Order by: ",
|
|
1359
1453
|
r[e.field],
|
|
1360
1454
|
" - ",
|
|
@@ -1364,35 +1458,35 @@ function tr({ items: r, order: e, onChange: t, prefixed: o = !0, buttonVariant:
|
|
|
1364
1458
|
buttonVariant: l,
|
|
1365
1459
|
...a,
|
|
1366
1460
|
children: [
|
|
1367
|
-
Object.entries(r).map(([
|
|
1368
|
-
|
|
1461
|
+
Object.entries(r).map(([d, w]) => /* @__PURE__ */ m(
|
|
1462
|
+
L.Item,
|
|
1369
1463
|
{
|
|
1370
|
-
selected: e.field ===
|
|
1371
|
-
onClick: () => d
|
|
1464
|
+
selected: e.field === d,
|
|
1465
|
+
onClick: () => i(d),
|
|
1372
1466
|
className: "tw:flex tw:items-center tw:justify-between tw:gap-2",
|
|
1373
1467
|
children: [
|
|
1374
|
-
|
|
1375
|
-
e.field ===
|
|
1468
|
+
w,
|
|
1469
|
+
e.field === d && /* @__PURE__ */ n(C, { icon: e.dir === "ASC" ? Pt : Lt })
|
|
1376
1470
|
]
|
|
1377
1471
|
},
|
|
1378
|
-
|
|
1472
|
+
d
|
|
1379
1473
|
)),
|
|
1380
|
-
/* @__PURE__ */ n(
|
|
1381
|
-
/* @__PURE__ */ n(
|
|
1474
|
+
/* @__PURE__ */ n(L.Separator, {}),
|
|
1475
|
+
/* @__PURE__ */ n(L.Item, { disabled: !e.field, onClick: () => t({}), children: /* @__PURE__ */ n("i", { children: "Clear selection" }) })
|
|
1382
1476
|
]
|
|
1383
1477
|
}
|
|
1384
1478
|
);
|
|
1385
1479
|
}
|
|
1386
|
-
const
|
|
1387
|
-
const [
|
|
1388
|
-
() => l.clipboard.writeText(r).then(
|
|
1389
|
-
[l.clipboard, r,
|
|
1480
|
+
const dr = ({ text: r, className: e, size: t = "lg", initialCopied: o = !1, navigator_: l = globalThis.navigator, ...a }) => {
|
|
1481
|
+
const [i, s] = At(o), d = I(
|
|
1482
|
+
() => l.clipboard.writeText(r).then(s),
|
|
1483
|
+
[l.clipboard, r, s]
|
|
1390
1484
|
);
|
|
1391
1485
|
return /* @__PURE__ */ n(
|
|
1392
1486
|
"button",
|
|
1393
1487
|
{
|
|
1394
1488
|
type: "button",
|
|
1395
|
-
className:
|
|
1489
|
+
className: p(
|
|
1396
1490
|
"tw:focus-ring tw:rounded-sm tw:cursor-pointer",
|
|
1397
1491
|
{
|
|
1398
1492
|
"tw:text-md": t === "sm",
|
|
@@ -1403,51 +1497,53 @@ const er = ({ text: r, className: e, size: t = "lg", initialCopied: o = !1, navi
|
|
|
1403
1497
|
),
|
|
1404
1498
|
"aria-label": `Copy ${r} to clipboard`,
|
|
1405
1499
|
title: "Copy to clipboard",
|
|
1406
|
-
onClick:
|
|
1500
|
+
onClick: d,
|
|
1407
1501
|
...a,
|
|
1408
|
-
children: /* @__PURE__ */ n(C, { icon:
|
|
1502
|
+
children: /* @__PURE__ */ n(C, { icon: i ? Dt : Kt, fixedWidth: !0 })
|
|
1409
1503
|
}
|
|
1410
1504
|
);
|
|
1411
1505
|
};
|
|
1412
1506
|
export {
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
Y as
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
ne as
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1507
|
+
ye as BaseNavBar,
|
|
1508
|
+
wt as Button,
|
|
1509
|
+
P as Card,
|
|
1510
|
+
nr as CardModal,
|
|
1511
|
+
qe as Checkbox,
|
|
1512
|
+
X as CloseButton,
|
|
1513
|
+
dr as CopyToClipboardButton,
|
|
1514
|
+
Ke as Details,
|
|
1515
|
+
L as Dropdown,
|
|
1516
|
+
K as ELLIPSIS,
|
|
1517
|
+
Y as Input,
|
|
1518
|
+
Z as Label,
|
|
1519
|
+
Xe as LabelledInput,
|
|
1520
|
+
Je as LabelledRevealablePasswordInput,
|
|
1521
|
+
Qe as LabelledSelect,
|
|
1522
|
+
he as LinkButton,
|
|
1523
|
+
Yt as Listbox,
|
|
1524
|
+
j as Menu,
|
|
1525
|
+
or as Message,
|
|
1526
|
+
Me as ModalDialog,
|
|
1527
|
+
ze as NavBar,
|
|
1528
|
+
Ve as NavPills,
|
|
1529
|
+
sr as OrderingDropdown,
|
|
1530
|
+
er as Paginator,
|
|
1531
|
+
ar as Result,
|
|
1532
|
+
ne as RevealablePasswordInput,
|
|
1533
|
+
rr as RowDropdown,
|
|
1534
|
+
ie as SearchCombobox,
|
|
1535
|
+
ae as SearchInput,
|
|
1536
|
+
oe as Select,
|
|
1537
|
+
Qt as SimpleCard,
|
|
1538
|
+
Ge as Table,
|
|
1539
|
+
Ye as TagsAutocomplete,
|
|
1540
|
+
Ze as ToggleSwitch,
|
|
1541
|
+
ir as Tooltip,
|
|
1542
|
+
Ce as formatNumber,
|
|
1543
|
+
Pe as keyForPage,
|
|
1544
|
+
F as pageIsEllipsis,
|
|
1545
|
+
Re as prettifyPageNumber,
|
|
1546
|
+
Oe as progressivePagination,
|
|
1547
|
+
tr as roundTen,
|
|
1548
|
+
lr as useTooltip
|
|
1453
1549
|
};
|