@krosoft/react 0.0.183 → 0.0.185
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/{AppActions-DtdwQdm-.js → AppActions-DZ7wVdmt.js} +8 -7
- package/dist/{AppSubTitle-Co9HDBO4.js → AppSubTitle-CZN_tmfv.js} +1 -1
- package/dist/{AppVerticalTabs-B3_nbdLm.js → AppVerticalTabs-C1SsBNAH.js} +26 -25
- package/dist/{ConfirmationDialog-3rO4sYM8.js → ConfirmationDialog-M8sFAz4h.js} +7 -6
- package/dist/{DataTable-Ckbr166c.js → DataTable-KMYbhJ4C.js} +29 -28
- package/dist/{GenericForm-ClzOIaJc.js → GenericForm-DtY0moOD.js} +93 -92
- package/dist/{ImageInput-BPV_4oDI.js → ImageInput-3wZuCZGf.js} +2 -1
- package/dist/{KpiCardsLayout-D67cLG3R.js → KpiCardsLayout-DjRTqXFa.js} +16 -15
- package/dist/{MetricCard-BAa26w6e.js → MetricCard-B0xnFyim.js} +1 -1
- package/dist/{MultiSelect-ovXnKCuU.js → MultiSelect-BhRXVpky.js} +14 -13
- package/dist/PieChart-C9gn0Dws.js +282 -0
- package/dist/{SearchInput-B08-Mcsx.js → SearchInput-BXOlvTO9.js} +30 -29
- package/dist/{SkeletonCards-D0V2nuDg.js → SkeletonCards-av7XHlof.js} +12 -11
- package/dist/{TableFilter-Z0T30AzZ.js → TableFilter-BlrrSOtg.js} +21 -20
- package/dist/chart-DntJZGxB.js +181 -0
- package/dist/components/core/cards/index.js +2 -2
- package/dist/components/core/charts/BarChartHorizontal.d.ts +24 -0
- package/dist/components/core/charts/BarChartHorizontal.d.ts.map +1 -0
- package/dist/components/core/charts/BarChartVertical.d.ts +24 -0
- package/dist/components/core/charts/BarChartVertical.d.ts.map +1 -0
- package/dist/components/core/charts/ChartCard.d.ts +31 -0
- package/dist/components/core/charts/ChartCard.d.ts.map +1 -0
- package/dist/components/core/charts/CircularGauge.d.ts +39 -0
- package/dist/components/core/charts/CircularGauge.d.ts.map +1 -0
- package/dist/components/core/charts/LineChart.d.ts +23 -0
- package/dist/components/core/charts/LineChart.d.ts.map +1 -0
- package/dist/components/core/charts/PieChart.d.ts +26 -0
- package/dist/components/core/charts/PieChart.d.ts.map +1 -0
- package/dist/components/core/charts/chartColors.d.ts +13 -0
- package/dist/components/core/charts/chartColors.d.ts.map +1 -0
- package/dist/components/core/charts/chartTooltip.helper.d.ts +14 -0
- package/dist/components/core/charts/chartTooltip.helper.d.ts.map +1 -0
- package/dist/components/core/charts/index.d.ts +14 -0
- package/dist/components/core/charts/index.d.ts.map +1 -0
- package/dist/components/core/charts/index.js +11 -0
- package/dist/components/core/dialogs/index.js +2 -2
- package/dist/components/core/filters/index.js +1 -1
- package/dist/components/core/forms/index.js +1 -1
- package/dist/components/core/index.d.ts +1 -0
- package/dist/components/core/index.d.ts.map +1 -1
- package/dist/components/core/index.js +80 -71
- package/dist/components/core/inputs/index.js +3 -3
- package/dist/components/core/layouts/index.js +3 -3
- package/dist/components/core/table/index.js +1 -1
- package/dist/components/core/tabs/index.js +1 -1
- package/dist/components/index.js +307 -297
- package/dist/components/ui/index.d.ts +1 -0
- package/dist/components/ui/index.d.ts.map +1 -1
- package/dist/components/ui/index.js +218 -217
- package/dist/tailwind/index.d.ts +7 -0
- package/dist/tailwind/index.d.ts.map +1 -1
- package/dist/tailwind/index.js +11 -2
- package/dist/{toaster-BaFcYXKg.js → toaster-Cm7utXqi.js} +13 -13
- package/dist/toggle-group-D6aFQQcf.js +1460 -0
- package/dist/types/ChartDatum.d.ts +19 -0
- package/dist/types/ChartDatum.d.ts.map +1 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +2 -2
- package/dist/toggle-group-D2Li0iBJ.js +0 -1636
|
@@ -1,1636 +0,0 @@
|
|
|
1
|
-
import { jsx as o, jsxs as l, Fragment as ke } from "react/jsx-runtime";
|
|
2
|
-
import * as s from "react";
|
|
3
|
-
import { c as r } from "./tailwind.helper-B6yFEsav.js";
|
|
4
|
-
import * as P from "@radix-ui/react-accordion";
|
|
5
|
-
import { ChevronDown as te, MoreHorizontal as Ie, ChevronRight as H, ChevronLeft as Te, ArrowLeft as Se, ArrowRight as Pe, CheckIcon as oe, X as De, SearchIcon as ze, Check as re, Circle as Z, ChevronRightIcon as se, CircleIcon as Me, Dot as _e, MoreHorizontalIcon as Le, ChevronLeftIcon as je, XIcon as Ae } from "lucide-react";
|
|
6
|
-
import * as N from "@radix-ui/react-alert-dialog";
|
|
7
|
-
import { d as M, B as ne } from "./tooltip-DVeqVwqV.js";
|
|
8
|
-
import * as _ from "@radix-ui/react-avatar";
|
|
9
|
-
import { cva as B } from "class-variance-authority";
|
|
10
|
-
import { Slot as ie } from "@radix-ui/react-slot";
|
|
11
|
-
import { DayPicker as Fe } from "react-day-picker";
|
|
12
|
-
import Ge from "embla-carousel-react";
|
|
13
|
-
import * as ee from "recharts";
|
|
14
|
-
import * as J from "@radix-ui/react-checkbox";
|
|
15
|
-
import { Command as x } from "cmdk";
|
|
16
|
-
import * as y from "@radix-ui/react-dialog";
|
|
17
|
-
import * as p from "@radix-ui/react-context-menu";
|
|
18
|
-
import { Drawer as R } from "vaul";
|
|
19
|
-
import * as g from "@radix-ui/react-dropdown-menu";
|
|
20
|
-
import { useFormContext as Oe, FormProvider as Be, Controller as He } from "react-hook-form";
|
|
21
|
-
import * as $e from "@radix-ui/react-label";
|
|
22
|
-
import * as $ from "@radix-ui/react-hover-card";
|
|
23
|
-
import { OTPInput as Ee, OTPInputContext as Ve } from "input-otp";
|
|
24
|
-
import * as u from "@radix-ui/react-menubar";
|
|
25
|
-
import * as h from "@radix-ui/react-navigation-menu";
|
|
26
|
-
import * as G from "@radix-ui/react-popover";
|
|
27
|
-
import * as Q from "@radix-ui/react-progress";
|
|
28
|
-
import * as O from "@radix-ui/react-radio-group";
|
|
29
|
-
import * as S from "@radix-ui/react-scroll-area";
|
|
30
|
-
import * as de from "@radix-ui/react-separator";
|
|
31
|
-
import * as F from "@radix-ui/react-slider";
|
|
32
|
-
import * as U from "@radix-ui/react-switch";
|
|
33
|
-
import * as D from "@radix-ui/react-tabs";
|
|
34
|
-
import { u as Ke } from "./useScrollFade-BA4KqJYp.js";
|
|
35
|
-
import * as v from "@radix-ui/react-toast";
|
|
36
|
-
import * as E from "@radix-ui/react-toggle-group";
|
|
37
|
-
import * as le from "@radix-ui/react-toggle";
|
|
38
|
-
const qe = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o("div", { ref: t, className: r("rounded-surface border bg-card text-card-foreground shadow-sm", a), ...e }));
|
|
39
|
-
qe.displayName = "Card";
|
|
40
|
-
const Xe = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o("div", { ref: t, className: r("flex flex-col space-y-1.5 p-6", a), ...e }));
|
|
41
|
-
Xe.displayName = "CardHeader";
|
|
42
|
-
const We = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o("h3", { ref: t, className: r("text-2xl font-semibold leading-none tracking-tight", a), ...e }));
|
|
43
|
-
We.displayName = "CardTitle";
|
|
44
|
-
const Je = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o("p", { ref: t, className: r("text-sm text-muted-foreground", a), ...e }));
|
|
45
|
-
Je.displayName = "CardDescription";
|
|
46
|
-
const Qe = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o("div", { ref: t, className: r("p-6 pt-0", a), ...e }));
|
|
47
|
-
Qe.displayName = "CardContent";
|
|
48
|
-
const Ue = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o("div", { ref: t, className: r("flex items-center p-6 pt-0", a), ...e }));
|
|
49
|
-
Ue.displayName = "CardFooter";
|
|
50
|
-
const Bo = P.Root, Ye = s.forwardRef(
|
|
51
|
-
({ className: a, ...e }, t) => /* @__PURE__ */ o(P.Item, { ref: t, className: r("border-b", a), ...e })
|
|
52
|
-
);
|
|
53
|
-
Ye.displayName = "AccordionItem";
|
|
54
|
-
const Ze = s.forwardRef(({ className: a, children: e, ...t }, n) => /* @__PURE__ */ o(P.Header, { className: "flex", children: /* @__PURE__ */ l(
|
|
55
|
-
P.Trigger,
|
|
56
|
-
{
|
|
57
|
-
ref: n,
|
|
58
|
-
className: r("flex flex-1 items-center justify-between py-4 font-medium transition-all hover:underline [&[data-state=open]>svg]:rotate-180", a),
|
|
59
|
-
...t,
|
|
60
|
-
children: [
|
|
61
|
-
e,
|
|
62
|
-
/* @__PURE__ */ o(te, { className: "size-4 shrink-0 transition-transform duration-200" })
|
|
63
|
-
]
|
|
64
|
-
}
|
|
65
|
-
) }));
|
|
66
|
-
Ze.displayName = P.Trigger.displayName;
|
|
67
|
-
const ea = s.forwardRef(({ className: a, children: e, ...t }, n) => /* @__PURE__ */ o(
|
|
68
|
-
P.Content,
|
|
69
|
-
{
|
|
70
|
-
ref: n,
|
|
71
|
-
className: "overflow-hidden text-sm transition-all data-[state=closed]:animate-accordion-up data-[state=open]:animate-accordion-down",
|
|
72
|
-
...t,
|
|
73
|
-
children: /* @__PURE__ */ o("div", { className: r("pb-4 pt-0", a), children: e })
|
|
74
|
-
}
|
|
75
|
-
));
|
|
76
|
-
ea.displayName = P.Content.displayName;
|
|
77
|
-
const Ho = N.Root, $o = N.Trigger, aa = N.Portal, ce = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o(
|
|
78
|
-
N.Overlay,
|
|
79
|
-
{
|
|
80
|
-
className: r(
|
|
81
|
-
"fixed inset-0 z-70 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",
|
|
82
|
-
a
|
|
83
|
-
),
|
|
84
|
-
...e,
|
|
85
|
-
ref: t
|
|
86
|
-
}
|
|
87
|
-
));
|
|
88
|
-
ce.displayName = N.Overlay.displayName;
|
|
89
|
-
const ta = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ l(aa, { children: [
|
|
90
|
-
/* @__PURE__ */ o(ce, {}),
|
|
91
|
-
/* @__PURE__ */ o(
|
|
92
|
-
N.Content,
|
|
93
|
-
{
|
|
94
|
-
ref: t,
|
|
95
|
-
className: r(
|
|
96
|
-
"fixed left-[50%] top-[50%] z-70 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-surface",
|
|
97
|
-
a
|
|
98
|
-
),
|
|
99
|
-
...e
|
|
100
|
-
}
|
|
101
|
-
)
|
|
102
|
-
] }));
|
|
103
|
-
ta.displayName = N.Content.displayName;
|
|
104
|
-
const oa = ({ className: a, ...e }) => /* @__PURE__ */ o("div", { className: r("flex flex-col space-y-2 text-center sm:text-left", a), ...e });
|
|
105
|
-
oa.displayName = "AlertDialogHeader";
|
|
106
|
-
const ra = ({ className: a, ...e }) => /* @__PURE__ */ o("div", { className: r("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2", a), ...e });
|
|
107
|
-
ra.displayName = "AlertDialogFooter";
|
|
108
|
-
const sa = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o(N.Title, { ref: t, className: r("text-lg font-semibold", a), ...e }));
|
|
109
|
-
sa.displayName = N.Title.displayName;
|
|
110
|
-
const na = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o(N.Description, { ref: t, className: r("text-sm text-muted-foreground", a), ...e }));
|
|
111
|
-
na.displayName = N.Description.displayName;
|
|
112
|
-
const ia = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o(N.Action, { ref: t, className: r(M(), a), ...e }));
|
|
113
|
-
ia.displayName = N.Action.displayName;
|
|
114
|
-
const da = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o(N.Cancel, { ref: t, className: r(M({ variant: "outline" }), "mt-2 sm:mt-0", a), ...e }));
|
|
115
|
-
da.displayName = N.Cancel.displayName;
|
|
116
|
-
const la = s.forwardRef(
|
|
117
|
-
({ className: a, ...e }, t) => /* @__PURE__ */ o(_.Root, { ref: t, className: r("relative flex h-10 w-10 shrink-0 overflow-hidden rounded-full", a), ...e })
|
|
118
|
-
);
|
|
119
|
-
la.displayName = _.Root.displayName;
|
|
120
|
-
const ca = s.forwardRef(
|
|
121
|
-
({ className: a, ...e }, t) => /* @__PURE__ */ o(_.Image, { ref: t, className: r("aspect-square h-full w-full", a), ...e })
|
|
122
|
-
);
|
|
123
|
-
ca.displayName = _.Image.displayName;
|
|
124
|
-
const ma = s.forwardRef(
|
|
125
|
-
({ className: a, ...e }, t) => /* @__PURE__ */ o(_.Fallback, { ref: t, className: r("flex h-full w-full items-center justify-center rounded-full bg-muted", a), ...e })
|
|
126
|
-
);
|
|
127
|
-
ma.displayName = _.Fallback.displayName;
|
|
128
|
-
const ua = B(
|
|
129
|
-
"inline-flex items-center rounded-control border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2",
|
|
130
|
-
{
|
|
131
|
-
variants: {
|
|
132
|
-
variant: {
|
|
133
|
-
default: "border-transparent bg-primary text-primary-foreground hover:bg-primary/80",
|
|
134
|
-
secondary: "border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80",
|
|
135
|
-
destructive: "border-transparent bg-destructive text-destructive-foreground hover:bg-destructive/80",
|
|
136
|
-
outline: "text-foreground"
|
|
137
|
-
}
|
|
138
|
-
},
|
|
139
|
-
defaultVariants: {
|
|
140
|
-
variant: "default"
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
);
|
|
144
|
-
function Eo({ className: a, variant: e, ...t }) {
|
|
145
|
-
return /* @__PURE__ */ o("div", { className: r(ua({ variant: e }), a), ...t });
|
|
146
|
-
}
|
|
147
|
-
const fa = s.forwardRef(({ ...a }, e) => /* @__PURE__ */ o("nav", { ref: e, "aria-label": "breadcrumb", ...a }));
|
|
148
|
-
fa.displayName = "Breadcrumb";
|
|
149
|
-
const pa = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o("ol", { ref: t, className: r("flex flex-wrap items-center gap-1.5 break-words text-sm text-muted-foreground sm:gap-2.5", a), ...e }));
|
|
150
|
-
pa.displayName = "BreadcrumbList";
|
|
151
|
-
const ga = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o("li", { ref: t, className: r("inline-flex items-center gap-1.5", a), ...e }));
|
|
152
|
-
ga.displayName = "BreadcrumbItem";
|
|
153
|
-
const ba = s.forwardRef(({ asChild: a, className: e, ...t }, n) => /* @__PURE__ */ o(a ? ie : "a", { ref: n, className: r("transition-colors hover:text-foreground", e), ...t }));
|
|
154
|
-
ba.displayName = "BreadcrumbLink";
|
|
155
|
-
const Na = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o("span", { ref: t, role: "link", "aria-disabled": "true", "aria-current": "page", className: r("font-normal text-foreground", a), ...e }));
|
|
156
|
-
Na.displayName = "BreadcrumbPage";
|
|
157
|
-
const xa = ({ children: a, className: e, ...t }) => /* @__PURE__ */ o("li", { role: "presentation", "aria-hidden": "true", className: r("[&>svg]:size-3.5", e), ...t, children: a ?? /* @__PURE__ */ o(H, {}) });
|
|
158
|
-
xa.displayName = "BreadcrumbSeparator";
|
|
159
|
-
const ha = ({ className: a, ...e }) => /* @__PURE__ */ l("span", { role: "presentation", "aria-hidden": "true", className: r("flex h-9 w-9 items-center justify-center", a), ...e, children: [
|
|
160
|
-
/* @__PURE__ */ o(Ie, { className: "size-4" }),
|
|
161
|
-
/* @__PURE__ */ o("span", { className: "sr-only", children: "More" })
|
|
162
|
-
] });
|
|
163
|
-
ha.displayName = "BreadcrumbElipssis";
|
|
164
|
-
function ya({ className: a, classNames: e, showOutsideDays: t = !0, ...n }) {
|
|
165
|
-
return /* @__PURE__ */ o(
|
|
166
|
-
Fe,
|
|
167
|
-
{
|
|
168
|
-
showOutsideDays: t,
|
|
169
|
-
className: r("p-3 pointer-events-auto", a),
|
|
170
|
-
classNames: {
|
|
171
|
-
months: "flex flex-col gap-2 relative sm:flex-row",
|
|
172
|
-
month: "flex flex-col gap-4",
|
|
173
|
-
month_caption: "flex justify-center pt-1 relative items-center w-full",
|
|
174
|
-
caption_label: "text-sm font-medium",
|
|
175
|
-
nav: "flex items-center gap-1 absolute h-7 w-full z-10",
|
|
176
|
-
button_previous: r(M({ variant: "outline" }), "h-7 w-7 bg-transparent p-0 opacity-50 hover:opacity-100", "absolute left-1"),
|
|
177
|
-
button_next: r(M({ variant: "outline" }), "h-7 w-7 bg-transparent p-0 opacity-50 hover:opacity-100", "absolute right-1"),
|
|
178
|
-
weekdays: "flex justify-center",
|
|
179
|
-
weekday: "text-muted-foreground rounded-control w-9 font-normal text-[0.8rem] text-center flex items-center justify-center",
|
|
180
|
-
week: "flex w-full mt-2",
|
|
181
|
-
day: r(
|
|
182
|
-
"group relative size-9 p-0 text-center text-sm focus-within:relative focus-within:z-20",
|
|
183
|
-
"[&:has([aria-selected].day-range-end)]:rounded-r-control",
|
|
184
|
-
"[&:has([aria-selected])]:bg-accent",
|
|
185
|
-
"first:[&:has([aria-selected])]:rounded-l-control",
|
|
186
|
-
"last:[&:has([aria-selected])]:rounded-r-control",
|
|
187
|
-
"[&:has([aria-selected].day-outside)]:bg-accent/50"
|
|
188
|
-
),
|
|
189
|
-
day_button: r(M({ variant: "ghost" }), "size-9 p-0 font-normal aria-selected:opacity-100"),
|
|
190
|
-
range_start: "day-range-start rounded-l-control",
|
|
191
|
-
range_end: "day-range-end rounded-r-control",
|
|
192
|
-
selected: "bg-primary text-primary-foreground hover:bg-primary hover:text-primary-foreground focus:bg-primary focus:text-primary-foreground",
|
|
193
|
-
today: "bg-accent text-accent-foreground",
|
|
194
|
-
outside: "day-outside text-muted-foreground opacity-50 aria-selected:bg-accent/50 aria-selected:text-muted-foreground aria-selected:opacity-30",
|
|
195
|
-
disabled: "text-muted-foreground opacity-50",
|
|
196
|
-
range_middle: "aria-selected:bg-accent aria-selected:text-accent-foreground",
|
|
197
|
-
hidden: "invisible",
|
|
198
|
-
...e
|
|
199
|
-
},
|
|
200
|
-
components: {
|
|
201
|
-
Chevron: ({ orientation: i, ...d }) => /* @__PURE__ */ o(i === "left" ? Te : H, { className: "size-4", ...d })
|
|
202
|
-
},
|
|
203
|
-
...n
|
|
204
|
-
}
|
|
205
|
-
);
|
|
206
|
-
}
|
|
207
|
-
ya.displayName = "Calendar";
|
|
208
|
-
const me = s.createContext(null);
|
|
209
|
-
function V() {
|
|
210
|
-
const a = s.useContext(me);
|
|
211
|
-
if (!a)
|
|
212
|
-
throw new Error("useCarousel must be used within a <Carousel />");
|
|
213
|
-
return a;
|
|
214
|
-
}
|
|
215
|
-
const va = s.forwardRef(
|
|
216
|
-
({ orientation: a = "horizontal", opts: e, setApi: t, plugins: n, className: i, children: d, ...m }, f) => {
|
|
217
|
-
const [k, c] = Ge(
|
|
218
|
-
{
|
|
219
|
-
...e,
|
|
220
|
-
axis: a === "horizontal" ? "x" : "y"
|
|
221
|
-
},
|
|
222
|
-
n
|
|
223
|
-
), [q, X] = s.useState(!1), [L, W] = s.useState(!1), I = s.useCallback((w) => {
|
|
224
|
-
w && (X(w.canScrollPrev()), W(w.canScrollNext()));
|
|
225
|
-
}, []), z = s.useCallback(() => {
|
|
226
|
-
c == null || c.scrollPrev();
|
|
227
|
-
}, [c]), T = s.useCallback(() => {
|
|
228
|
-
c == null || c.scrollNext();
|
|
229
|
-
}, [c]), b = s.useCallback(
|
|
230
|
-
(w) => {
|
|
231
|
-
w.key === "ArrowLeft" ? (w.preventDefault(), z()) : w.key === "ArrowRight" && (w.preventDefault(), T());
|
|
232
|
-
},
|
|
233
|
-
[z, T]
|
|
234
|
-
);
|
|
235
|
-
return s.useEffect(() => {
|
|
236
|
-
!c || !t || t(c);
|
|
237
|
-
}, [c, t]), s.useEffect(() => {
|
|
238
|
-
if (c)
|
|
239
|
-
return I(c), c.on("reInit", I), c.on("select", I), () => {
|
|
240
|
-
c == null || c.off("select", I);
|
|
241
|
-
};
|
|
242
|
-
}, [c, I]), /* @__PURE__ */ o(
|
|
243
|
-
me.Provider,
|
|
244
|
-
{
|
|
245
|
-
value: {
|
|
246
|
-
carouselRef: k,
|
|
247
|
-
api: c,
|
|
248
|
-
opts: e,
|
|
249
|
-
orientation: a || ((e == null ? void 0 : e.axis) === "y" ? "vertical" : "horizontal"),
|
|
250
|
-
scrollPrev: z,
|
|
251
|
-
scrollNext: T,
|
|
252
|
-
canScrollPrev: q,
|
|
253
|
-
canScrollNext: L
|
|
254
|
-
},
|
|
255
|
-
children: /* @__PURE__ */ o("div", { ref: f, onKeyDownCapture: b, className: r("relative", i), role: "region", "aria-roledescription": "carousel", ...m, children: d })
|
|
256
|
-
}
|
|
257
|
-
);
|
|
258
|
-
}
|
|
259
|
-
);
|
|
260
|
-
va.displayName = "Carousel";
|
|
261
|
-
const wa = s.forwardRef(({ className: a, ...e }, t) => {
|
|
262
|
-
const { carouselRef: n, orientation: i } = V();
|
|
263
|
-
return /* @__PURE__ */ o("div", { ref: n, className: "overflow-hidden", children: /* @__PURE__ */ o("div", { ref: t, className: r("flex", i === "horizontal" ? "-ml-4" : "-mt-4 flex-col", a), ...e }) });
|
|
264
|
-
});
|
|
265
|
-
wa.displayName = "CarouselContent";
|
|
266
|
-
const Ca = s.forwardRef(({ className: a, ...e }, t) => {
|
|
267
|
-
const { orientation: n } = V();
|
|
268
|
-
return /* @__PURE__ */ o(
|
|
269
|
-
"div",
|
|
270
|
-
{
|
|
271
|
-
ref: t,
|
|
272
|
-
role: "group",
|
|
273
|
-
"aria-roledescription": "slide",
|
|
274
|
-
className: r("min-w-0 shrink-0 grow-0 basis-full", n === "horizontal" ? "pl-4" : "pt-4", a),
|
|
275
|
-
...e
|
|
276
|
-
}
|
|
277
|
-
);
|
|
278
|
-
});
|
|
279
|
-
Ca.displayName = "CarouselItem";
|
|
280
|
-
const Ra = s.forwardRef(
|
|
281
|
-
({ className: a, variant: e = "outline", size: t = "icon", ...n }, i) => {
|
|
282
|
-
const { orientation: d, scrollPrev: m, canScrollPrev: f } = V();
|
|
283
|
-
return /* @__PURE__ */ l(
|
|
284
|
-
ne,
|
|
285
|
-
{
|
|
286
|
-
ref: i,
|
|
287
|
-
variant: e,
|
|
288
|
-
size: t,
|
|
289
|
-
className: r(
|
|
290
|
-
"absolute h-8 w-8 rounded-control",
|
|
291
|
-
d === "horizontal" ? "-left-12 top-1/2 -translate-y-1/2" : "-top-12 left-1/2 -translate-x-1/2 rotate-90",
|
|
292
|
-
a
|
|
293
|
-
),
|
|
294
|
-
disabled: !f,
|
|
295
|
-
onClick: m,
|
|
296
|
-
...n,
|
|
297
|
-
children: [
|
|
298
|
-
/* @__PURE__ */ o(Se, { className: "size-4" }),
|
|
299
|
-
/* @__PURE__ */ o("span", { className: "sr-only", children: "Previous slide" })
|
|
300
|
-
]
|
|
301
|
-
}
|
|
302
|
-
);
|
|
303
|
-
}
|
|
304
|
-
);
|
|
305
|
-
Ra.displayName = "CarouselPrevious";
|
|
306
|
-
const ka = s.forwardRef(
|
|
307
|
-
({ className: a, variant: e = "outline", size: t = "icon", ...n }, i) => {
|
|
308
|
-
const { orientation: d, scrollNext: m, canScrollNext: f } = V();
|
|
309
|
-
return /* @__PURE__ */ l(
|
|
310
|
-
ne,
|
|
311
|
-
{
|
|
312
|
-
ref: i,
|
|
313
|
-
variant: e,
|
|
314
|
-
size: t,
|
|
315
|
-
className: r(
|
|
316
|
-
"absolute h-8 w-8 rounded-control",
|
|
317
|
-
d === "horizontal" ? "-right-12 top-1/2 -translate-y-1/2" : "-bottom-12 left-1/2 -translate-x-1/2 rotate-90",
|
|
318
|
-
a
|
|
319
|
-
),
|
|
320
|
-
disabled: !f,
|
|
321
|
-
onClick: m,
|
|
322
|
-
...n,
|
|
323
|
-
children: [
|
|
324
|
-
/* @__PURE__ */ o(Pe, { className: "size-4" }),
|
|
325
|
-
/* @__PURE__ */ o("span", { className: "sr-only", children: "Next slide" })
|
|
326
|
-
]
|
|
327
|
-
}
|
|
328
|
-
);
|
|
329
|
-
}
|
|
330
|
-
);
|
|
331
|
-
ka.displayName = "CarouselNext";
|
|
332
|
-
const Ia = { light: "", dark: ".dark" }, ue = s.createContext(null);
|
|
333
|
-
function fe() {
|
|
334
|
-
const a = s.useContext(ue);
|
|
335
|
-
if (!a)
|
|
336
|
-
throw new Error("useChart must be used within a <ChartContainer />");
|
|
337
|
-
return a;
|
|
338
|
-
}
|
|
339
|
-
const Ta = s.forwardRef(({ id: a, className: e, children: t, config: n, ...i }, d) => {
|
|
340
|
-
const m = s.useId(), f = `chart-${a || m.replace(/:/g, "")}`;
|
|
341
|
-
return /* @__PURE__ */ o(ue.Provider, { value: { config: n }, children: /* @__PURE__ */ l(
|
|
342
|
-
"div",
|
|
343
|
-
{
|
|
344
|
-
"data-chart": f,
|
|
345
|
-
ref: d,
|
|
346
|
-
className: r(
|
|
347
|
-
"flex aspect-video justify-center text-xs [&_.recharts-cartesian-axis-tick_text]:fill-muted-foreground [&_.recharts-cartesian-grid_line[stroke='#ccc']]:stroke-border/50 [&_.recharts-curve.recharts-tooltip-cursor]:stroke-border [&_.recharts-dot[stroke='#fff']]:stroke-transparent [&_.recharts-layer]:outline-none [&_.recharts-polar-grid_[stroke='#ccc']]:stroke-border [&_.recharts-radial-bar-background-sector]:fill-muted [&_.recharts-rectangle.recharts-tooltip-cursor]:fill-muted [&_.recharts-reference-line_[stroke='#ccc']]:stroke-border [&_.recharts-sector[stroke='#fff']]:stroke-transparent [&_.recharts-sector]:outline-none [&_.recharts-surface]:outline-none",
|
|
348
|
-
e
|
|
349
|
-
),
|
|
350
|
-
...i,
|
|
351
|
-
children: [
|
|
352
|
-
/* @__PURE__ */ o(Sa, { id: f, config: n }),
|
|
353
|
-
/* @__PURE__ */ o(ee.ResponsiveContainer, { children: t })
|
|
354
|
-
]
|
|
355
|
-
}
|
|
356
|
-
) });
|
|
357
|
-
});
|
|
358
|
-
Ta.displayName = "Chart";
|
|
359
|
-
const Sa = ({ id: a, config: e }) => {
|
|
360
|
-
const t = Object.entries(e).filter(([n, i]) => i.theme || i.color);
|
|
361
|
-
return t.length ? /* @__PURE__ */ o(
|
|
362
|
-
"style",
|
|
363
|
-
{
|
|
364
|
-
dangerouslySetInnerHTML: {
|
|
365
|
-
__html: Object.entries(Ia).map(
|
|
366
|
-
([n, i]) => `
|
|
367
|
-
${i} [data-chart=${a}] {
|
|
368
|
-
${t.map(([d, m]) => {
|
|
369
|
-
var k;
|
|
370
|
-
const f = ((k = m.theme) == null ? void 0 : k[n]) || m.color;
|
|
371
|
-
return f ? ` --color-${d}: ${f};` : null;
|
|
372
|
-
}).join(`
|
|
373
|
-
`)}
|
|
374
|
-
}
|
|
375
|
-
`
|
|
376
|
-
).join(`
|
|
377
|
-
`)
|
|
378
|
-
}
|
|
379
|
-
}
|
|
380
|
-
) : null;
|
|
381
|
-
}, Vo = ee.Tooltip, Pa = s.forwardRef(
|
|
382
|
-
({
|
|
383
|
-
active: a,
|
|
384
|
-
payload: e = [],
|
|
385
|
-
className: t,
|
|
386
|
-
indicator: n = "dot",
|
|
387
|
-
hideLabel: i = !1,
|
|
388
|
-
hideIndicator: d = !1,
|
|
389
|
-
label: m = "",
|
|
390
|
-
labelFormatter: f,
|
|
391
|
-
labelClassName: k,
|
|
392
|
-
formatter: c,
|
|
393
|
-
color: q,
|
|
394
|
-
nameKey: X,
|
|
395
|
-
labelKey: L
|
|
396
|
-
}, W) => {
|
|
397
|
-
const { config: I } = fe(), z = s.useMemo(() => {
|
|
398
|
-
var A;
|
|
399
|
-
if (i || !(e != null && e.length))
|
|
400
|
-
return null;
|
|
401
|
-
const [b] = e, w = `${L || b.dataKey || b.name || "value"}`, j = Y(I, b, w), C = !L && typeof m == "string" ? ((A = I[m]) == null ? void 0 : A.label) || m : j == null ? void 0 : j.label;
|
|
402
|
-
return f ? /* @__PURE__ */ o("div", { className: r("font-medium", k), children: f(C, e) }) : C ? /* @__PURE__ */ o("div", { className: r("font-medium", k), children: C }) : null;
|
|
403
|
-
}, [m, f, e, i, k, I, L]);
|
|
404
|
-
if (!a || !(e != null && e.length))
|
|
405
|
-
return null;
|
|
406
|
-
const T = e.length === 1 && n !== "dot";
|
|
407
|
-
return /* @__PURE__ */ l(
|
|
408
|
-
"div",
|
|
409
|
-
{
|
|
410
|
-
ref: W,
|
|
411
|
-
className: r("grid min-w-[8rem] items-start gap-1.5 rounded-surface border border-border/50 bg-background px-2.5 py-1.5 text-xs shadow-xl", t),
|
|
412
|
-
children: [
|
|
413
|
-
T ? null : z,
|
|
414
|
-
/* @__PURE__ */ o("div", { className: "grid gap-1.5", children: e.map((b, w) => {
|
|
415
|
-
const j = `${X || b.name || b.dataKey || "value"}`, C = Y(I, b, j), A = q || b.payload.fill || b.color;
|
|
416
|
-
return /* @__PURE__ */ o(
|
|
417
|
-
"div",
|
|
418
|
-
{
|
|
419
|
-
className: r(
|
|
420
|
-
"flex w-full flex-wrap items-stretch gap-2 [&>svg]:h-2.5 [&>svg]:w-2.5 [&>svg]:text-muted-foreground",
|
|
421
|
-
n === "dot" && "items-center"
|
|
422
|
-
),
|
|
423
|
-
children: c && (b == null ? void 0 : b.value) !== void 0 && b.name ? c(b.value, b.name, b, w, b.payload) : /* @__PURE__ */ l(ke, { children: [
|
|
424
|
-
C != null && C.icon ? /* @__PURE__ */ o(C.icon, {}) : !d && /* @__PURE__ */ o(
|
|
425
|
-
"div",
|
|
426
|
-
{
|
|
427
|
-
className: r("shrink-0 rounded-[2px] border-[--color-border] bg-[--color-bg]", {
|
|
428
|
-
"h-2.5 w-2.5": n === "dot",
|
|
429
|
-
"w-1": n === "line",
|
|
430
|
-
"w-0 border-[1.5px] border-dashed bg-transparent": n === "dashed",
|
|
431
|
-
"my-0.5": T && n === "dashed"
|
|
432
|
-
}),
|
|
433
|
-
style: {
|
|
434
|
-
"--color-bg": A,
|
|
435
|
-
"--color-border": A
|
|
436
|
-
}
|
|
437
|
-
}
|
|
438
|
-
),
|
|
439
|
-
/* @__PURE__ */ l("div", { className: r("flex flex-1 justify-between leading-none", T ? "items-end" : "items-center"), children: [
|
|
440
|
-
/* @__PURE__ */ l("div", { className: "grid gap-1.5", children: [
|
|
441
|
-
T ? z : null,
|
|
442
|
-
/* @__PURE__ */ o("span", { className: "text-muted-foreground", children: (C == null ? void 0 : C.label) || b.name })
|
|
443
|
-
] }),
|
|
444
|
-
b.value && /* @__PURE__ */ o("span", { className: "font-mono font-medium tabular-nums text-foreground", children: b.value.toLocaleString() })
|
|
445
|
-
] })
|
|
446
|
-
] })
|
|
447
|
-
},
|
|
448
|
-
b.dataKey
|
|
449
|
-
);
|
|
450
|
-
}) })
|
|
451
|
-
]
|
|
452
|
-
}
|
|
453
|
-
);
|
|
454
|
-
}
|
|
455
|
-
);
|
|
456
|
-
Pa.displayName = "ChartTooltip";
|
|
457
|
-
const Ko = ee.Legend, Da = s.forwardRef(({ className: a, hideIcon: e = !1, payload: t, verticalAlign: n = "bottom", nameKey: i }, d) => {
|
|
458
|
-
const { config: m } = fe();
|
|
459
|
-
return !t || !Array.isArray(t) || !t.length ? null : /* @__PURE__ */ o("div", { ref: d, className: r("flex items-center justify-center gap-4", n === "top" ? "pb-3" : "pt-3", a), children: Array.isArray(t) && t.map((f) => {
|
|
460
|
-
const k = `${i || f.dataKey || "value"}`, c = Y(m, f, k);
|
|
461
|
-
return /* @__PURE__ */ l("div", { className: r("flex items-center gap-1.5 [&>svg]:h-3 [&>svg]:w-3 [&>svg]:text-muted-foreground"), children: [
|
|
462
|
-
c != null && c.icon && !e ? /* @__PURE__ */ o(c.icon, {}) : /* @__PURE__ */ o(
|
|
463
|
-
"div",
|
|
464
|
-
{
|
|
465
|
-
className: "h-2 w-2 shrink-0 rounded-[2px]",
|
|
466
|
-
style: {
|
|
467
|
-
backgroundColor: f.color
|
|
468
|
-
}
|
|
469
|
-
}
|
|
470
|
-
),
|
|
471
|
-
c == null ? void 0 : c.label
|
|
472
|
-
] }, f.value);
|
|
473
|
-
}) });
|
|
474
|
-
});
|
|
475
|
-
Da.displayName = "ChartLegend";
|
|
476
|
-
function Y(a, e, t) {
|
|
477
|
-
if (typeof e != "object" || e === null)
|
|
478
|
-
return;
|
|
479
|
-
const n = "payload" in e && typeof e.payload == "object" && e.payload !== null ? e.payload : void 0;
|
|
480
|
-
let i = t;
|
|
481
|
-
return t in e && typeof e[t] == "string" ? i = e[t] : n && t in n && typeof n[t] == "string" && (i = n[t]), i in a ? a[i] : a[t];
|
|
482
|
-
}
|
|
483
|
-
const za = s.forwardRef(
|
|
484
|
-
({ className: a, ...e }, t) => /* @__PURE__ */ o(
|
|
485
|
-
J.Root,
|
|
486
|
-
{
|
|
487
|
-
ref: t,
|
|
488
|
-
className: r(
|
|
489
|
-
"peer size-4 shrink-0 rounded-sm border border-primary ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground data-[state=indeterminate]:bg-primary data-[state=indeterminate]:text-primary-foreground",
|
|
490
|
-
a
|
|
491
|
-
),
|
|
492
|
-
...e,
|
|
493
|
-
children: /* @__PURE__ */ o(J.Indicator, { className: r("flex items-center justify-center text-current"), children: e.checked === "indeterminate" ? /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: 3, className: "size-3", children: /* @__PURE__ */ o("line", { x1: "5", y1: "12", x2: "19", y2: "12" }) }) : /* @__PURE__ */ o(oe, { className: "size-3" }) })
|
|
494
|
-
}
|
|
495
|
-
)
|
|
496
|
-
);
|
|
497
|
-
za.displayName = J.Root.displayName;
|
|
498
|
-
const Ma = y.Root, qo = y.Trigger, _a = y.Portal, Xo = y.Close, pe = s.forwardRef(
|
|
499
|
-
({ className: a, ...e }, t) => /* @__PURE__ */ o(
|
|
500
|
-
y.Overlay,
|
|
501
|
-
{
|
|
502
|
-
ref: t,
|
|
503
|
-
className: r(
|
|
504
|
-
"fixed inset-0 z-[70] bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",
|
|
505
|
-
a
|
|
506
|
-
),
|
|
507
|
-
...e
|
|
508
|
-
}
|
|
509
|
-
)
|
|
510
|
-
);
|
|
511
|
-
pe.displayName = y.Overlay.displayName;
|
|
512
|
-
const ge = s.forwardRef(
|
|
513
|
-
({ className: a, children: e, ...t }, n) => /* @__PURE__ */ l(_a, { children: [
|
|
514
|
-
/* @__PURE__ */ o(pe, {}),
|
|
515
|
-
/* @__PURE__ */ l(
|
|
516
|
-
y.Content,
|
|
517
|
-
{
|
|
518
|
-
ref: n,
|
|
519
|
-
className: r(
|
|
520
|
-
"fixed left-[50%] top-[50%] z-[70] grid w-full max-w-lg max-h-[95vh] overflow-y-auto translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-surface",
|
|
521
|
-
a
|
|
522
|
-
),
|
|
523
|
-
...t,
|
|
524
|
-
children: [
|
|
525
|
-
e,
|
|
526
|
-
/* @__PURE__ */ l(y.Close, { className: "absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity data-[state=open]:bg-accent data-[state=open]:text-muted-foreground hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none", children: [
|
|
527
|
-
/* @__PURE__ */ o(De, { className: "size-4" }),
|
|
528
|
-
/* @__PURE__ */ o("span", { className: "sr-only", children: "Close" })
|
|
529
|
-
] })
|
|
530
|
-
]
|
|
531
|
-
}
|
|
532
|
-
)
|
|
533
|
-
] })
|
|
534
|
-
);
|
|
535
|
-
ge.displayName = y.Content.displayName;
|
|
536
|
-
const La = ({ className: a, ...e }) => /* @__PURE__ */ o("div", { className: r("flex flex-col space-y-1.5 text-center sm:text-left", a), ...e });
|
|
537
|
-
La.displayName = "DialogHeader";
|
|
538
|
-
const ja = ({ className: a, ...e }) => /* @__PURE__ */ o("div", { className: r("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2", a), ...e });
|
|
539
|
-
ja.displayName = "DialogFooter";
|
|
540
|
-
const Aa = s.forwardRef(
|
|
541
|
-
({ className: a, ...e }, t) => /* @__PURE__ */ o(y.Title, { ref: t, className: r("text-lg font-semibold leading-none tracking-tight", a), ...e })
|
|
542
|
-
);
|
|
543
|
-
Aa.displayName = y.Title.displayName;
|
|
544
|
-
const Fa = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o(y.Description, { ref: t, className: r("text-sm text-muted-foreground", a), ...e }));
|
|
545
|
-
Fa.displayName = y.Description.displayName;
|
|
546
|
-
const be = s.forwardRef(
|
|
547
|
-
({ className: a, ...e }, t) => /* @__PURE__ */ o(
|
|
548
|
-
x,
|
|
549
|
-
{
|
|
550
|
-
ref: t,
|
|
551
|
-
className: r("flex h-full w-full flex-col overflow-hidden rounded-surface bg-popover text-popover-foreground", a),
|
|
552
|
-
...e
|
|
553
|
-
}
|
|
554
|
-
)
|
|
555
|
-
);
|
|
556
|
-
be.displayName = x.displayName;
|
|
557
|
-
const Wo = ({ children: a, ...e }) => /* @__PURE__ */ o(Ma, { ...e, children: /* @__PURE__ */ o(ge, { className: "overflow-hidden p-0 shadow-lg", children: /* @__PURE__ */ o(be, { className: "[&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-muted-foreground [&_[cmdk-group]:not([hidden])_~[cmdk-group]]:pt-0 [&_[cmdk-group]]:px-2 [&_[cmdk-input-wrapper]_svg]:h-5 [&_[cmdk-input-wrapper]_svg]:w-5 [&_[cmdk-input]]:h-12 [&_[cmdk-item]]:px-2 [&_[cmdk-item]]:py-3 [&_[cmdk-item]_svg]:h-5 [&_[cmdk-item]_svg]:w-5", children: a }) }) }), Ga = s.forwardRef(
|
|
558
|
-
({ className: a, ...e }, t) => /* @__PURE__ */ l("div", { className: "flex items-center border-b px-3", "cmdk-input-wrapper": "", children: [
|
|
559
|
-
/* @__PURE__ */ o(ze, { className: "mr-2 size-4 shrink-0 opacity-50" }),
|
|
560
|
-
/* @__PURE__ */ o(
|
|
561
|
-
x.Input,
|
|
562
|
-
{
|
|
563
|
-
ref: t,
|
|
564
|
-
className: r(
|
|
565
|
-
"flex h-11 w-full rounded-control bg-transparent py-3 text-sm outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50",
|
|
566
|
-
a
|
|
567
|
-
),
|
|
568
|
-
...e
|
|
569
|
-
}
|
|
570
|
-
)
|
|
571
|
-
] })
|
|
572
|
-
);
|
|
573
|
-
Ga.displayName = x.Input.displayName;
|
|
574
|
-
const Oa = s.forwardRef(
|
|
575
|
-
({ className: a, ...e }, t) => /* @__PURE__ */ o(x.List, { ref: t, className: r("max-h-[300px] overflow-y-auto overflow-x-hidden", a), ...e })
|
|
576
|
-
);
|
|
577
|
-
Oa.displayName = x.List.displayName;
|
|
578
|
-
const Ba = s.forwardRef(
|
|
579
|
-
(a, e) => /* @__PURE__ */ o(x.Empty, { ref: e, className: "py-6 text-center text-sm", ...a })
|
|
580
|
-
);
|
|
581
|
-
Ba.displayName = x.Empty.displayName;
|
|
582
|
-
const Ha = s.forwardRef(
|
|
583
|
-
({ className: a, ...e }, t) => /* @__PURE__ */ o(
|
|
584
|
-
x.Group,
|
|
585
|
-
{
|
|
586
|
-
ref: t,
|
|
587
|
-
className: r(
|
|
588
|
-
"overflow-hidden p-1 text-foreground [&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:py-1.5 [&_[cmdk-group-heading]]:text-xs [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-muted-foreground",
|
|
589
|
-
a
|
|
590
|
-
),
|
|
591
|
-
...e
|
|
592
|
-
}
|
|
593
|
-
)
|
|
594
|
-
);
|
|
595
|
-
Ha.displayName = x.Group.displayName;
|
|
596
|
-
const $a = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o(x.Separator, { ref: t, className: r("-mx-1 h-px bg-border", a), ...e }));
|
|
597
|
-
$a.displayName = x.Separator.displayName;
|
|
598
|
-
const Ea = s.forwardRef(
|
|
599
|
-
({ className: a, ...e }, t) => /* @__PURE__ */ o(
|
|
600
|
-
x.Item,
|
|
601
|
-
{
|
|
602
|
-
ref: t,
|
|
603
|
-
className: r(
|
|
604
|
-
"relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none data-[disabled=true]:pointer-events-none data-[selected='true']:bg-accent data-[selected=true]:text-accent-foreground data-[disabled=true]:opacity-50",
|
|
605
|
-
a
|
|
606
|
-
),
|
|
607
|
-
...e
|
|
608
|
-
}
|
|
609
|
-
)
|
|
610
|
-
);
|
|
611
|
-
Ea.displayName = x.Item.displayName;
|
|
612
|
-
const Va = ({ className: a, ...e }) => /* @__PURE__ */ o("span", { className: r("ml-auto text-xs tracking-widest text-muted-foreground", a), ...e });
|
|
613
|
-
Va.displayName = "CommandShortcut";
|
|
614
|
-
const Jo = p.Root, Qo = p.Trigger, Uo = p.Group, Yo = p.Portal, Zo = p.Sub, er = p.RadioGroup, Ka = s.forwardRef(({ className: a, inset: e, children: t, ...n }, i) => /* @__PURE__ */ l(
|
|
615
|
-
p.SubTrigger,
|
|
616
|
-
{
|
|
617
|
-
ref: i,
|
|
618
|
-
className: r(
|
|
619
|
-
"flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[state=open]:bg-accent data-[state=open]:text-accent-foreground",
|
|
620
|
-
e && "pl-8",
|
|
621
|
-
a
|
|
622
|
-
),
|
|
623
|
-
...n,
|
|
624
|
-
children: [
|
|
625
|
-
t,
|
|
626
|
-
/* @__PURE__ */ o(H, { className: "ml-auto size-4" })
|
|
627
|
-
]
|
|
628
|
-
}
|
|
629
|
-
));
|
|
630
|
-
Ka.displayName = p.SubTrigger.displayName;
|
|
631
|
-
const qa = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o(
|
|
632
|
-
p.SubContent,
|
|
633
|
-
{
|
|
634
|
-
ref: t,
|
|
635
|
-
className: r(
|
|
636
|
-
"z-50 min-w-[8rem] overflow-hidden rounded-surface border bg-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
|
|
637
|
-
a
|
|
638
|
-
),
|
|
639
|
-
...e
|
|
640
|
-
}
|
|
641
|
-
));
|
|
642
|
-
qa.displayName = p.SubContent.displayName;
|
|
643
|
-
const Xa = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o(p.Portal, { children: /* @__PURE__ */ o(
|
|
644
|
-
p.Content,
|
|
645
|
-
{
|
|
646
|
-
ref: t,
|
|
647
|
-
className: r(
|
|
648
|
-
"z-50 min-w-[8rem] overflow-hidden rounded-surface border bg-popover p-1 text-popover-foreground shadow-md animate-in fade-in-80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
|
|
649
|
-
a
|
|
650
|
-
),
|
|
651
|
-
...e
|
|
652
|
-
}
|
|
653
|
-
) }));
|
|
654
|
-
Xa.displayName = p.Content.displayName;
|
|
655
|
-
const Wa = s.forwardRef(({ className: a, inset: e, ...t }, n) => /* @__PURE__ */ o(
|
|
656
|
-
p.Item,
|
|
657
|
-
{
|
|
658
|
-
ref: n,
|
|
659
|
-
className: r(
|
|
660
|
-
"relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
|
|
661
|
-
e && "pl-8",
|
|
662
|
-
a
|
|
663
|
-
),
|
|
664
|
-
...t
|
|
665
|
-
}
|
|
666
|
-
));
|
|
667
|
-
Wa.displayName = p.Item.displayName;
|
|
668
|
-
const Ja = s.forwardRef(({ className: a, children: e, checked: t, ...n }, i) => /* @__PURE__ */ l(
|
|
669
|
-
p.CheckboxItem,
|
|
670
|
-
{
|
|
671
|
-
ref: i,
|
|
672
|
-
className: r(
|
|
673
|
-
"relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
|
|
674
|
-
a
|
|
675
|
-
),
|
|
676
|
-
checked: t,
|
|
677
|
-
...n,
|
|
678
|
-
children: [
|
|
679
|
-
/* @__PURE__ */ o("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ o(p.ItemIndicator, { children: /* @__PURE__ */ o(re, { className: "size-4" }) }) }),
|
|
680
|
-
e
|
|
681
|
-
]
|
|
682
|
-
}
|
|
683
|
-
));
|
|
684
|
-
Ja.displayName = p.CheckboxItem.displayName;
|
|
685
|
-
const Qa = s.forwardRef(({ className: a, children: e, ...t }, n) => /* @__PURE__ */ l(
|
|
686
|
-
p.RadioItem,
|
|
687
|
-
{
|
|
688
|
-
ref: n,
|
|
689
|
-
className: r(
|
|
690
|
-
"relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
|
|
691
|
-
a
|
|
692
|
-
),
|
|
693
|
-
...t,
|
|
694
|
-
children: [
|
|
695
|
-
/* @__PURE__ */ o("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ o(p.ItemIndicator, { children: /* @__PURE__ */ o(Z, { className: "h-2 w-2 fill-current" }) }) }),
|
|
696
|
-
e
|
|
697
|
-
]
|
|
698
|
-
}
|
|
699
|
-
));
|
|
700
|
-
Qa.displayName = p.RadioItem.displayName;
|
|
701
|
-
const Ua = s.forwardRef(({ className: a, inset: e, ...t }, n) => /* @__PURE__ */ o(p.Label, { ref: n, className: r("px-2 py-1.5 text-sm font-semibold text-foreground", e && "pl-8", a), ...t }));
|
|
702
|
-
Ua.displayName = p.Label.displayName;
|
|
703
|
-
const Ya = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o(p.Separator, { ref: t, className: r("-mx-1 my-1 h-px bg-border", a), ...e }));
|
|
704
|
-
Ya.displayName = p.Separator.displayName;
|
|
705
|
-
const Za = ({ className: a, ...e }) => /* @__PURE__ */ o("span", { className: r("ml-auto text-xs tracking-widest text-muted-foreground", a), ...e });
|
|
706
|
-
Za.displayName = "ContextMenuShortcut";
|
|
707
|
-
const et = ({ shouldScaleBackground: a = !0, ...e }) => /* @__PURE__ */ o(R.Root, { shouldScaleBackground: a, ...e });
|
|
708
|
-
et.displayName = "Drawer";
|
|
709
|
-
const ar = R.Trigger, at = R.Portal, tr = R.Close, Ne = s.forwardRef(
|
|
710
|
-
({ className: a, ...e }, t) => /* @__PURE__ */ o(R.Overlay, { ref: t, className: r("fixed inset-0 z-50 bg-black/80", a), ...e })
|
|
711
|
-
);
|
|
712
|
-
Ne.displayName = R.Overlay.displayName;
|
|
713
|
-
const tt = s.forwardRef(
|
|
714
|
-
({ className: a, children: e, ...t }, n) => /* @__PURE__ */ l(at, { children: [
|
|
715
|
-
/* @__PURE__ */ o(Ne, {}),
|
|
716
|
-
/* @__PURE__ */ l(
|
|
717
|
-
R.Content,
|
|
718
|
-
{
|
|
719
|
-
ref: n,
|
|
720
|
-
className: r("fixed inset-x-0 bottom-0 z-50 mt-24 flex h-auto flex-col rounded-t-surface border bg-background", a),
|
|
721
|
-
...t,
|
|
722
|
-
children: [
|
|
723
|
-
/* @__PURE__ */ o("div", { className: "mx-auto mt-4 h-2 w-[100px] rounded-full bg-muted" }),
|
|
724
|
-
e
|
|
725
|
-
]
|
|
726
|
-
}
|
|
727
|
-
)
|
|
728
|
-
] })
|
|
729
|
-
);
|
|
730
|
-
tt.displayName = "DrawerContent";
|
|
731
|
-
const ot = ({ className: a, ...e }) => /* @__PURE__ */ o("div", { className: r("grid gap-1.5 p-4 text-center sm:text-left", a), ...e });
|
|
732
|
-
ot.displayName = "DrawerHeader";
|
|
733
|
-
const rt = ({ className: a, ...e }) => /* @__PURE__ */ o("div", { className: r("mt-auto flex flex-col gap-2 p-4", a), ...e });
|
|
734
|
-
rt.displayName = "DrawerFooter";
|
|
735
|
-
const st = s.forwardRef(
|
|
736
|
-
({ className: a, ...e }, t) => /* @__PURE__ */ o(R.Title, { ref: t, className: r("text-lg font-semibold leading-none tracking-tight", a), ...e })
|
|
737
|
-
);
|
|
738
|
-
st.displayName = R.Title.displayName;
|
|
739
|
-
const nt = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o(R.Description, { ref: t, className: r("text-sm text-muted-foreground", a), ...e }));
|
|
740
|
-
nt.displayName = R.Description.displayName;
|
|
741
|
-
const or = g.Root, rr = g.Trigger, sr = g.Group, nr = g.Portal, ir = g.Sub, dr = g.RadioGroup, it = s.forwardRef(({ className: a, inset: e, children: t, ...n }, i) => /* @__PURE__ */ l(
|
|
742
|
-
g.SubTrigger,
|
|
743
|
-
{
|
|
744
|
-
ref: i,
|
|
745
|
-
className: r(
|
|
746
|
-
"flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none data-[state=open]:bg-accent focus:bg-accent",
|
|
747
|
-
e === !0 && "pl-8",
|
|
748
|
-
a
|
|
749
|
-
),
|
|
750
|
-
...n,
|
|
751
|
-
children: [
|
|
752
|
-
t,
|
|
753
|
-
/* @__PURE__ */ o(se, { className: "ml-auto size-4" })
|
|
754
|
-
]
|
|
755
|
-
}
|
|
756
|
-
));
|
|
757
|
-
it.displayName = g.SubTrigger.displayName;
|
|
758
|
-
const dt = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o(
|
|
759
|
-
g.SubContent,
|
|
760
|
-
{
|
|
761
|
-
ref: t,
|
|
762
|
-
className: r(
|
|
763
|
-
"z-50 min-w-[8rem] overflow-hidden rounded-surface border bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
|
|
764
|
-
a
|
|
765
|
-
),
|
|
766
|
-
...e
|
|
767
|
-
}
|
|
768
|
-
));
|
|
769
|
-
dt.displayName = g.SubContent.displayName;
|
|
770
|
-
const lt = s.forwardRef(({ className: a, sideOffset: e = 4, ...t }, n) => /* @__PURE__ */ o(g.Portal, { children: /* @__PURE__ */ o(
|
|
771
|
-
g.Content,
|
|
772
|
-
{
|
|
773
|
-
ref: n,
|
|
774
|
-
sideOffset: e,
|
|
775
|
-
className: r(
|
|
776
|
-
"z-50 min-w-[8rem] overflow-hidden rounded-surface border bg-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
|
|
777
|
-
a
|
|
778
|
-
),
|
|
779
|
-
...t
|
|
780
|
-
}
|
|
781
|
-
) }));
|
|
782
|
-
lt.displayName = g.Content.displayName;
|
|
783
|
-
const ct = s.forwardRef(({ className: a, inset: e, ...t }, n) => /* @__PURE__ */ o(
|
|
784
|
-
g.Item,
|
|
785
|
-
{
|
|
786
|
-
ref: n,
|
|
787
|
-
className: r(
|
|
788
|
-
"relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none transition-colors data-[disabled]:pointer-events-none data-[disabled]:opacity-50 focus:bg-accent focus:text-accent-foreground",
|
|
789
|
-
e === !0 && "pl-8",
|
|
790
|
-
a
|
|
791
|
-
),
|
|
792
|
-
...t
|
|
793
|
-
}
|
|
794
|
-
));
|
|
795
|
-
ct.displayName = g.Item.displayName;
|
|
796
|
-
const mt = s.forwardRef(({ className: a, children: e, checked: t, ...n }, i) => /* @__PURE__ */ l(
|
|
797
|
-
g.CheckboxItem,
|
|
798
|
-
{
|
|
799
|
-
ref: i,
|
|
800
|
-
className: r(
|
|
801
|
-
"relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors data-[disabled]:pointer-events-none data-[disabled]:opacity-50 focus:bg-accent focus:text-accent-foreground",
|
|
802
|
-
a
|
|
803
|
-
),
|
|
804
|
-
checked: t,
|
|
805
|
-
...n,
|
|
806
|
-
children: [
|
|
807
|
-
/* @__PURE__ */ o("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ o(g.ItemIndicator, { children: /* @__PURE__ */ o(oe, { className: "size-4" }) }) }),
|
|
808
|
-
e
|
|
809
|
-
]
|
|
810
|
-
}
|
|
811
|
-
));
|
|
812
|
-
mt.displayName = g.CheckboxItem.displayName;
|
|
813
|
-
const ut = s.forwardRef(({ className: a, children: e, ...t }, n) => /* @__PURE__ */ l(
|
|
814
|
-
g.RadioItem,
|
|
815
|
-
{
|
|
816
|
-
ref: n,
|
|
817
|
-
className: r(
|
|
818
|
-
"relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors data-[disabled]:pointer-events-none data-[disabled]:opacity-50 focus:bg-accent focus:text-accent-foreground",
|
|
819
|
-
a
|
|
820
|
-
),
|
|
821
|
-
...t,
|
|
822
|
-
children: [
|
|
823
|
-
/* @__PURE__ */ o("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ o(g.ItemIndicator, { children: /* @__PURE__ */ o(Me, { className: "h-2 w-2 fill-current" }) }) }),
|
|
824
|
-
e
|
|
825
|
-
]
|
|
826
|
-
}
|
|
827
|
-
));
|
|
828
|
-
ut.displayName = g.RadioItem.displayName;
|
|
829
|
-
const ft = s.forwardRef(({ className: a, inset: e, ...t }, n) => /* @__PURE__ */ o(g.Label, { ref: n, className: r("px-2 py-1.5 text-sm font-semibold", e === !0 && "pl-8", a), ...t }));
|
|
830
|
-
ft.displayName = g.Label.displayName;
|
|
831
|
-
const pt = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o(g.Separator, { ref: t, className: r("-mx-1 my-1 h-px bg-muted", a), ...e }));
|
|
832
|
-
pt.displayName = g.Separator.displayName;
|
|
833
|
-
const gt = ({ className: a, ...e }) => /* @__PURE__ */ o("span", { className: r("ml-auto text-xs tracking-widest opacity-60", a), ...e });
|
|
834
|
-
gt.displayName = "DropdownMenuShortcut";
|
|
835
|
-
const bt = B("text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70"), xe = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o($e.Root, { ref: t, className: r(bt(), a), ...e }));
|
|
836
|
-
xe.displayName = "Label";
|
|
837
|
-
const lr = Be, he = s.createContext({}), cr = ({
|
|
838
|
-
...a
|
|
839
|
-
}) => /* @__PURE__ */ o(he.Provider, { value: { name: a.name }, children: /* @__PURE__ */ o(He, { ...a }) }), K = () => {
|
|
840
|
-
const a = s.useContext(he), e = s.useContext(ye), { getFieldState: t, formState: n } = Oe(), i = t(a.name, n);
|
|
841
|
-
if (!a)
|
|
842
|
-
throw new Error("useFormField should be used within <FormField>");
|
|
843
|
-
const { id: d } = e;
|
|
844
|
-
return {
|
|
845
|
-
id: d,
|
|
846
|
-
name: a.name,
|
|
847
|
-
formItemId: `${d}-form-item`,
|
|
848
|
-
formDescriptionId: `${d}-form-item-description`,
|
|
849
|
-
formMessageId: `${d}-form-item-message`,
|
|
850
|
-
...i
|
|
851
|
-
};
|
|
852
|
-
}, ye = s.createContext({}), Nt = s.forwardRef(({ className: a, ...e }, t) => {
|
|
853
|
-
const n = s.useId();
|
|
854
|
-
return /* @__PURE__ */ o(ye.Provider, { value: { id: n }, children: /* @__PURE__ */ o("div", { ref: t, className: r("space-y-2", a), ...e }) });
|
|
855
|
-
});
|
|
856
|
-
Nt.displayName = "FormItem";
|
|
857
|
-
const xt = s.forwardRef(
|
|
858
|
-
({ className: a, ...e }, t) => {
|
|
859
|
-
const { error: n, formItemId: i } = K();
|
|
860
|
-
return /* @__PURE__ */ o(xe, { ref: t, className: r(n && "text-destructive", a), htmlFor: i, ...e });
|
|
861
|
-
}
|
|
862
|
-
);
|
|
863
|
-
xt.displayName = "FormLabel";
|
|
864
|
-
const ht = s.forwardRef(({ ...a }, e) => {
|
|
865
|
-
const { error: t, formItemId: n, formDescriptionId: i, formMessageId: d } = K();
|
|
866
|
-
return /* @__PURE__ */ o(
|
|
867
|
-
ie,
|
|
868
|
-
{
|
|
869
|
-
ref: e,
|
|
870
|
-
id: n,
|
|
871
|
-
"aria-describedby": t ? `${i} ${d}` : `${i}`,
|
|
872
|
-
"aria-invalid": !!t,
|
|
873
|
-
...a
|
|
874
|
-
}
|
|
875
|
-
);
|
|
876
|
-
});
|
|
877
|
-
ht.displayName = "FormControl";
|
|
878
|
-
const yt = s.forwardRef(({ className: a, ...e }, t) => {
|
|
879
|
-
const { formDescriptionId: n } = K();
|
|
880
|
-
return /* @__PURE__ */ o("p", { ref: t, id: n, className: r("text-sm text-muted-foreground", a), ...e });
|
|
881
|
-
});
|
|
882
|
-
yt.displayName = "FormDescription";
|
|
883
|
-
const vt = s.forwardRef(({ className: a, children: e, ...t }, n) => {
|
|
884
|
-
const { error: i, formMessageId: d } = K(), m = i ? String(i == null ? void 0 : i.message) : e;
|
|
885
|
-
return m ? /* @__PURE__ */ o("p", { ref: n, id: d, className: r("text-sm font-medium text-destructive", a), ...t, children: m }) : null;
|
|
886
|
-
});
|
|
887
|
-
vt.displayName = "FormMessage";
|
|
888
|
-
const mr = $.Root, ur = $.Trigger, wt = s.forwardRef(({ className: a, align: e = "center", sideOffset: t = 4, ...n }, i) => /* @__PURE__ */ o(
|
|
889
|
-
$.Content,
|
|
890
|
-
{
|
|
891
|
-
ref: i,
|
|
892
|
-
align: e,
|
|
893
|
-
sideOffset: t,
|
|
894
|
-
className: r(
|
|
895
|
-
"z-50 w-64 rounded-surface border bg-popover p-4 text-popover-foreground shadow-md outline-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
|
|
896
|
-
a
|
|
897
|
-
),
|
|
898
|
-
...n
|
|
899
|
-
}
|
|
900
|
-
));
|
|
901
|
-
wt.displayName = $.Content.displayName;
|
|
902
|
-
const Ct = s.forwardRef(
|
|
903
|
-
({ className: a, containerClassName: e, ...t }, n) => /* @__PURE__ */ o(
|
|
904
|
-
Ee,
|
|
905
|
-
{
|
|
906
|
-
ref: n,
|
|
907
|
-
containerClassName: r("flex items-center gap-2 has-[:disabled]:opacity-50", e),
|
|
908
|
-
className: r("disabled:cursor-not-allowed", a),
|
|
909
|
-
...t
|
|
910
|
-
}
|
|
911
|
-
)
|
|
912
|
-
);
|
|
913
|
-
Ct.displayName = "InputOTP";
|
|
914
|
-
const Rt = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o("div", { ref: t, className: r("flex items-center", a), ...e }));
|
|
915
|
-
Rt.displayName = "InputOTPGroup";
|
|
916
|
-
const kt = s.forwardRef(
|
|
917
|
-
({ index: a, className: e, ...t }, n) => {
|
|
918
|
-
const i = s.useContext(Ve), { char: d, hasFakeCaret: m, isActive: f } = i.slots[a];
|
|
919
|
-
return /* @__PURE__ */ l(
|
|
920
|
-
"div",
|
|
921
|
-
{
|
|
922
|
-
ref: n,
|
|
923
|
-
className: r(
|
|
924
|
-
"relative flex h-10 w-10 items-center justify-center border-y border-r border-input text-sm transition-all first:rounded-l-control first:border-l last:rounded-r-control",
|
|
925
|
-
f && "z-10 ring-2 ring-ring ring-offset-background",
|
|
926
|
-
e
|
|
927
|
-
),
|
|
928
|
-
...t,
|
|
929
|
-
children: [
|
|
930
|
-
d,
|
|
931
|
-
m && /* @__PURE__ */ o("div", { className: "pointer-events-none absolute inset-0 flex items-center justify-center", children: /* @__PURE__ */ o("div", { className: "h-4 w-px animate-caret-blink bg-foreground duration-1000" }) })
|
|
932
|
-
]
|
|
933
|
-
}
|
|
934
|
-
);
|
|
935
|
-
}
|
|
936
|
-
);
|
|
937
|
-
kt.displayName = "InputOTPSlot";
|
|
938
|
-
const It = s.forwardRef(({ ...a }, e) => /* @__PURE__ */ o("div", { ref: e, role: "separator", ...a, children: /* @__PURE__ */ o(_e, {}) }));
|
|
939
|
-
It.displayName = "InputOTPSeparator";
|
|
940
|
-
const fr = u.Menu, pr = u.Group, gr = u.Portal, br = u.Sub, Nr = u.RadioGroup, Tt = s.forwardRef(
|
|
941
|
-
({ className: a, ...e }, t) => /* @__PURE__ */ o(u.Root, { ref: t, className: r("flex h-10 items-center space-x-1 rounded-surface border bg-background p-1", a), ...e })
|
|
942
|
-
);
|
|
943
|
-
Tt.displayName = u.Root.displayName;
|
|
944
|
-
const St = s.forwardRef(
|
|
945
|
-
({ className: a, ...e }, t) => /* @__PURE__ */ o(
|
|
946
|
-
u.Trigger,
|
|
947
|
-
{
|
|
948
|
-
ref: t,
|
|
949
|
-
className: r(
|
|
950
|
-
"flex cursor-default select-none items-center rounded-sm px-3 py-1.5 text-sm font-medium outline-none focus:bg-accent focus:text-accent-foreground data-[state=open]:bg-accent data-[state=open]:text-accent-foreground",
|
|
951
|
-
a
|
|
952
|
-
),
|
|
953
|
-
...e
|
|
954
|
-
}
|
|
955
|
-
)
|
|
956
|
-
);
|
|
957
|
-
St.displayName = u.Trigger.displayName;
|
|
958
|
-
const Pt = s.forwardRef(({ className: a, inset: e, children: t, ...n }, i) => /* @__PURE__ */ l(
|
|
959
|
-
u.SubTrigger,
|
|
960
|
-
{
|
|
961
|
-
ref: i,
|
|
962
|
-
className: r(
|
|
963
|
-
"flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[state=open]:bg-accent data-[state=open]:text-accent-foreground",
|
|
964
|
-
e && "pl-8",
|
|
965
|
-
a
|
|
966
|
-
),
|
|
967
|
-
...n,
|
|
968
|
-
children: [
|
|
969
|
-
t,
|
|
970
|
-
/* @__PURE__ */ o(H, { className: "ml-auto size-4" })
|
|
971
|
-
]
|
|
972
|
-
}
|
|
973
|
-
));
|
|
974
|
-
Pt.displayName = u.SubTrigger.displayName;
|
|
975
|
-
const Dt = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o(
|
|
976
|
-
u.SubContent,
|
|
977
|
-
{
|
|
978
|
-
ref: t,
|
|
979
|
-
className: r(
|
|
980
|
-
"z-50 min-w-[8rem] overflow-hidden rounded-surface border bg-popover p-1 text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
|
|
981
|
-
a
|
|
982
|
-
),
|
|
983
|
-
...e
|
|
984
|
-
}
|
|
985
|
-
));
|
|
986
|
-
Dt.displayName = u.SubContent.displayName;
|
|
987
|
-
const zt = s.forwardRef(
|
|
988
|
-
({ className: a, align: e = "start", alignOffset: t = -4, sideOffset: n = 8, ...i }, d) => /* @__PURE__ */ o(u.Portal, { children: /* @__PURE__ */ o(
|
|
989
|
-
u.Content,
|
|
990
|
-
{
|
|
991
|
-
ref: d,
|
|
992
|
-
align: e,
|
|
993
|
-
alignOffset: t,
|
|
994
|
-
sideOffset: n,
|
|
995
|
-
className: r(
|
|
996
|
-
"z-50 min-w-[12rem] overflow-hidden rounded-surface border bg-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
|
|
997
|
-
a
|
|
998
|
-
),
|
|
999
|
-
...i
|
|
1000
|
-
}
|
|
1001
|
-
) })
|
|
1002
|
-
);
|
|
1003
|
-
zt.displayName = u.Content.displayName;
|
|
1004
|
-
const Mt = s.forwardRef(({ className: a, inset: e, ...t }, n) => /* @__PURE__ */ o(
|
|
1005
|
-
u.Item,
|
|
1006
|
-
{
|
|
1007
|
-
ref: n,
|
|
1008
|
-
className: r(
|
|
1009
|
-
"relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
|
|
1010
|
-
e && "pl-8",
|
|
1011
|
-
a
|
|
1012
|
-
),
|
|
1013
|
-
...t
|
|
1014
|
-
}
|
|
1015
|
-
));
|
|
1016
|
-
Mt.displayName = u.Item.displayName;
|
|
1017
|
-
const _t = s.forwardRef(({ className: a, children: e, checked: t, ...n }, i) => /* @__PURE__ */ l(
|
|
1018
|
-
u.CheckboxItem,
|
|
1019
|
-
{
|
|
1020
|
-
ref: i,
|
|
1021
|
-
className: r(
|
|
1022
|
-
"relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
|
|
1023
|
-
a
|
|
1024
|
-
),
|
|
1025
|
-
checked: t,
|
|
1026
|
-
...n,
|
|
1027
|
-
children: [
|
|
1028
|
-
/* @__PURE__ */ o("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ o(u.ItemIndicator, { children: /* @__PURE__ */ o(re, { className: "size-4" }) }) }),
|
|
1029
|
-
e
|
|
1030
|
-
]
|
|
1031
|
-
}
|
|
1032
|
-
));
|
|
1033
|
-
_t.displayName = u.CheckboxItem.displayName;
|
|
1034
|
-
const Lt = s.forwardRef(({ className: a, children: e, ...t }, n) => /* @__PURE__ */ l(
|
|
1035
|
-
u.RadioItem,
|
|
1036
|
-
{
|
|
1037
|
-
ref: n,
|
|
1038
|
-
className: r(
|
|
1039
|
-
"relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",
|
|
1040
|
-
a
|
|
1041
|
-
),
|
|
1042
|
-
...t,
|
|
1043
|
-
children: [
|
|
1044
|
-
/* @__PURE__ */ o("span", { className: "absolute left-2 flex h-3.5 w-3.5 items-center justify-center", children: /* @__PURE__ */ o(u.ItemIndicator, { children: /* @__PURE__ */ o(Z, { className: "h-2 w-2 fill-current" }) }) }),
|
|
1045
|
-
e
|
|
1046
|
-
]
|
|
1047
|
-
}
|
|
1048
|
-
));
|
|
1049
|
-
Lt.displayName = u.RadioItem.displayName;
|
|
1050
|
-
const jt = s.forwardRef(({ className: a, inset: e, ...t }, n) => /* @__PURE__ */ o(u.Label, { ref: n, className: r("px-2 py-1.5 text-sm font-semibold", e && "pl-8", a), ...t }));
|
|
1051
|
-
jt.displayName = u.Label.displayName;
|
|
1052
|
-
const At = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o(u.Separator, { ref: t, className: r("-mx-1 my-1 h-px bg-muted", a), ...e }));
|
|
1053
|
-
At.displayName = u.Separator.displayName;
|
|
1054
|
-
const Ft = ({ className: a, ...e }) => /* @__PURE__ */ o("span", { className: r("ml-auto text-xs tracking-widest text-muted-foreground", a), ...e });
|
|
1055
|
-
Ft.displayname = "MenubarShortcut";
|
|
1056
|
-
const Gt = s.forwardRef(({ className: a, children: e, ...t }, n) => /* @__PURE__ */ l(h.Root, { ref: n, className: r("relative z-10 flex max-w-max flex-1 items-center justify-center", a), ...t, children: [
|
|
1057
|
-
e,
|
|
1058
|
-
/* @__PURE__ */ o(ve, {})
|
|
1059
|
-
] }));
|
|
1060
|
-
Gt.displayName = h.Root.displayName;
|
|
1061
|
-
const Ot = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o(h.List, { ref: t, className: r("group flex flex-1 list-none items-center justify-center space-x-1", a), ...e }));
|
|
1062
|
-
Ot.displayName = h.List.displayName;
|
|
1063
|
-
const xr = h.Item, Bt = B(
|
|
1064
|
-
"group inline-flex h-10 w-max items-center justify-center rounded-control bg-background px-4 py-2 text-sm font-medium transition-colors hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground focus:outline-none disabled:pointer-events-none disabled:opacity-50 data-[active]:bg-accent/50 data-[state=open]:bg-accent/50"
|
|
1065
|
-
), Ht = s.forwardRef(({ className: a, children: e, ...t }, n) => /* @__PURE__ */ l(h.Trigger, { ref: n, className: r(Bt(), "group", a), ...t, children: [
|
|
1066
|
-
e,
|
|
1067
|
-
" ",
|
|
1068
|
-
/* @__PURE__ */ o(te, { className: "relative top-[1px] ml-1 h-3 w-3 transition duration-200 group-data-[state=open]:rotate-180", "aria-hidden": "true" })
|
|
1069
|
-
] }));
|
|
1070
|
-
Ht.displayName = h.Trigger.displayName;
|
|
1071
|
-
const $t = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o(
|
|
1072
|
-
h.Content,
|
|
1073
|
-
{
|
|
1074
|
-
ref: t,
|
|
1075
|
-
className: r(
|
|
1076
|
-
"left-0 top-0 w-full data-[motion^=from-]:animate-in data-[motion^=to-]:animate-out data-[motion^=from-]:fade-in data-[motion^=to-]:fade-out data-[motion=from-end]:slide-in-from-right-52 data-[motion=from-start]:slide-in-from-left-52 data-[motion=to-end]:slide-out-to-right-52 data-[motion=to-start]:slide-out-to-left-52 md:absolute md:w-auto ",
|
|
1077
|
-
a
|
|
1078
|
-
),
|
|
1079
|
-
...e
|
|
1080
|
-
}
|
|
1081
|
-
));
|
|
1082
|
-
$t.displayName = h.Content.displayName;
|
|
1083
|
-
const hr = h.Link, ve = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o("div", { className: r("absolute left-0 top-full flex justify-center"), children: /* @__PURE__ */ o(
|
|
1084
|
-
h.Viewport,
|
|
1085
|
-
{
|
|
1086
|
-
className: r(
|
|
1087
|
-
"origin-top-center relative mt-1.5 h-[var(--radix-navigation-menu-viewport-height)] w-full overflow-hidden rounded-surface border bg-popover text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-90 md:w-[var(--radix-navigation-menu-viewport-width)]",
|
|
1088
|
-
a
|
|
1089
|
-
),
|
|
1090
|
-
ref: t,
|
|
1091
|
-
...e
|
|
1092
|
-
}
|
|
1093
|
-
) }));
|
|
1094
|
-
ve.displayName = h.Viewport.displayName;
|
|
1095
|
-
const Et = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o(
|
|
1096
|
-
h.Indicator,
|
|
1097
|
-
{
|
|
1098
|
-
ref: t,
|
|
1099
|
-
className: r(
|
|
1100
|
-
"top-full z-[1] flex h-1.5 items-end justify-center overflow-hidden data-[state=visible]:animate-in data-[state=hidden]:animate-out data-[state=hidden]:fade-out data-[state=visible]:fade-in",
|
|
1101
|
-
a
|
|
1102
|
-
),
|
|
1103
|
-
...e,
|
|
1104
|
-
children: /* @__PURE__ */ o("div", { className: "relative top-[60%] h-2 w-2 rotate-45 rounded-tl-sm bg-border shadow-md" })
|
|
1105
|
-
}
|
|
1106
|
-
));
|
|
1107
|
-
Et.displayName = h.Indicator.displayName;
|
|
1108
|
-
const Vt = ({ className: a, ...e }) => /* @__PURE__ */ o("nav", { role: "navigation", "aria-label": "pagination", className: r("mx-auto flex w-full justify-center", a), ...e });
|
|
1109
|
-
Vt.displayName = "Pagination";
|
|
1110
|
-
const Kt = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o("ul", { ref: t, className: r("flex flex-row items-center gap-1", a), ...e }));
|
|
1111
|
-
Kt.displayName = "PaginationContent";
|
|
1112
|
-
const qt = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o("li", { ref: t, className: r("", a), ...e }));
|
|
1113
|
-
qt.displayName = "PaginationItem";
|
|
1114
|
-
const ae = ({ className: a, isActive: e, size: t = "icon", ...n }) => /* @__PURE__ */ o(
|
|
1115
|
-
"a",
|
|
1116
|
-
{
|
|
1117
|
-
"aria-current": e ? "page" : void 0,
|
|
1118
|
-
className: r(
|
|
1119
|
-
M({
|
|
1120
|
-
variant: e ? "outline" : "ghost",
|
|
1121
|
-
size: t
|
|
1122
|
-
}),
|
|
1123
|
-
a
|
|
1124
|
-
),
|
|
1125
|
-
...n
|
|
1126
|
-
}
|
|
1127
|
-
);
|
|
1128
|
-
ae.displayName = "PaginationLink";
|
|
1129
|
-
const Xt = ({ className: a, label: e = "Previous", ...t }) => /* @__PURE__ */ l(ae, { "aria-label": "Go to previous page", size: "default", className: r("gap-1 pl-2.5", a), ...t, children: [
|
|
1130
|
-
/* @__PURE__ */ o(je, { className: "size-4" }),
|
|
1131
|
-
/* @__PURE__ */ o("span", { children: e })
|
|
1132
|
-
] });
|
|
1133
|
-
Xt.displayName = "PaginationPrevious";
|
|
1134
|
-
const Wt = ({ className: a, label: e = "Next", ...t }) => /* @__PURE__ */ l(ae, { "aria-label": "Go to next page", size: "default", className: r("gap-1 pr-2.5", a), ...t, children: [
|
|
1135
|
-
/* @__PURE__ */ o("span", { children: e }),
|
|
1136
|
-
/* @__PURE__ */ o(se, { className: "size-4" })
|
|
1137
|
-
] });
|
|
1138
|
-
Wt.displayName = "PaginationNext";
|
|
1139
|
-
const Jt = ({ className: a, ...e }) => /* @__PURE__ */ l("span", { "aria-hidden": !0, className: r("flex h-9 w-9 items-center justify-center", a), ...e, children: [
|
|
1140
|
-
/* @__PURE__ */ o(Le, { className: "size-4" }),
|
|
1141
|
-
/* @__PURE__ */ o("span", { className: "sr-only", children: "More pages" })
|
|
1142
|
-
] });
|
|
1143
|
-
Jt.displayName = "PaginationEllipsis";
|
|
1144
|
-
const yr = G.Root, vr = G.Trigger, Qt = s.forwardRef(
|
|
1145
|
-
({ className: a, align: e = "center", sideOffset: t = 4, ...n }, i) => /* @__PURE__ */ o(G.Portal, { children: /* @__PURE__ */ o(
|
|
1146
|
-
G.Content,
|
|
1147
|
-
{
|
|
1148
|
-
ref: i,
|
|
1149
|
-
align: e,
|
|
1150
|
-
sideOffset: t,
|
|
1151
|
-
className: r(
|
|
1152
|
-
"z-[100] w-72 rounded-surface border bg-popover p-4 text-popover-foreground shadow-md outline-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
|
|
1153
|
-
a
|
|
1154
|
-
),
|
|
1155
|
-
...n
|
|
1156
|
-
}
|
|
1157
|
-
) })
|
|
1158
|
-
);
|
|
1159
|
-
Qt.displayName = G.Content.displayName;
|
|
1160
|
-
const Ut = s.forwardRef(
|
|
1161
|
-
({ className: a, value: e, indeterminate: t = !1, ...n }, i) => /* @__PURE__ */ o(Q.Root, { ref: i, className: r("relative h-4 w-full overflow-hidden rounded-full bg-secondary", a), ...n, children: /* @__PURE__ */ o(
|
|
1162
|
-
Q.Indicator,
|
|
1163
|
-
{
|
|
1164
|
-
className: r("h-full w-full flex-1 bg-primary transition-all", t && "animate-progress origin-left"),
|
|
1165
|
-
style: t ? void 0 : { transform: `translateX(-${(100 - (e ?? 0)).toString()}%)` }
|
|
1166
|
-
}
|
|
1167
|
-
) })
|
|
1168
|
-
);
|
|
1169
|
-
Ut.displayName = Q.Root.displayName;
|
|
1170
|
-
const Yt = s.forwardRef(
|
|
1171
|
-
({ className: a, ...e }, t) => /* @__PURE__ */ o(O.Root, { className: r("grid gap-2", a), ...e, ref: t })
|
|
1172
|
-
);
|
|
1173
|
-
Yt.displayName = O.Root.displayName;
|
|
1174
|
-
const Zt = s.forwardRef(
|
|
1175
|
-
({ className: a, ...e }, t) => /* @__PURE__ */ o(
|
|
1176
|
-
O.Item,
|
|
1177
|
-
{
|
|
1178
|
-
ref: t,
|
|
1179
|
-
className: r(
|
|
1180
|
-
"aspect-square size-4 rounded-full border border-primary text-primary ring-offset-background focus:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",
|
|
1181
|
-
a
|
|
1182
|
-
),
|
|
1183
|
-
...e,
|
|
1184
|
-
children: /* @__PURE__ */ o(O.Indicator, { className: "flex items-center justify-center", children: /* @__PURE__ */ o(Z, { className: "h-2.5 w-2.5 fill-current text-current" }) })
|
|
1185
|
-
}
|
|
1186
|
-
)
|
|
1187
|
-
);
|
|
1188
|
-
Zt.displayName = O.Item.displayName;
|
|
1189
|
-
const eo = s.forwardRef(
|
|
1190
|
-
({ className: a, children: e, ...t }, n) => /* @__PURE__ */ l(S.Root, { ref: n, className: r("relative overflow-hidden", a), ...t, children: [
|
|
1191
|
-
/* @__PURE__ */ o(S.Viewport, { className: "h-full w-full rounded-[inherit]", children: e }),
|
|
1192
|
-
/* @__PURE__ */ o(we, {}),
|
|
1193
|
-
/* @__PURE__ */ o(S.Corner, {})
|
|
1194
|
-
] })
|
|
1195
|
-
);
|
|
1196
|
-
eo.displayName = S.Root.displayName;
|
|
1197
|
-
const we = s.forwardRef(({ className: a, orientation: e = "vertical", ...t }, n) => /* @__PURE__ */ o(
|
|
1198
|
-
S.ScrollAreaScrollbar,
|
|
1199
|
-
{
|
|
1200
|
-
ref: n,
|
|
1201
|
-
orientation: e,
|
|
1202
|
-
className: r(
|
|
1203
|
-
"flex touch-none select-none transition-colors",
|
|
1204
|
-
e === "vertical" && "h-full w-2.5 border-l border-l-transparent p-[1px]",
|
|
1205
|
-
e === "horizontal" && "h-2.5 flex-col border-t border-t-transparent p-[1px]",
|
|
1206
|
-
a
|
|
1207
|
-
),
|
|
1208
|
-
...t,
|
|
1209
|
-
children: /* @__PURE__ */ o(S.ScrollAreaThumb, { className: "relative flex-1 rounded-full bg-border" })
|
|
1210
|
-
}
|
|
1211
|
-
));
|
|
1212
|
-
we.displayName = S.ScrollAreaScrollbar.displayName;
|
|
1213
|
-
const ao = s.forwardRef(
|
|
1214
|
-
({ className: a, orientation: e = "horizontal", decorative: t = !0, ...n }, i) => /* @__PURE__ */ o(
|
|
1215
|
-
de.Root,
|
|
1216
|
-
{
|
|
1217
|
-
ref: i,
|
|
1218
|
-
decorative: t,
|
|
1219
|
-
orientation: e,
|
|
1220
|
-
className: r("shrink-0 bg-border", e === "horizontal" ? "h-[1px] w-full" : "h-full w-[1px]", a),
|
|
1221
|
-
...n
|
|
1222
|
-
}
|
|
1223
|
-
)
|
|
1224
|
-
);
|
|
1225
|
-
ao.displayName = de.Root.displayName;
|
|
1226
|
-
const to = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o("div", { className: "relative w-full max-w-full overflow-auto", children: /* @__PURE__ */ o("table", { ref: t, className: r("w-full caption-bottom text-sm", a), ...e }) }));
|
|
1227
|
-
to.displayName = "SimpleTable";
|
|
1228
|
-
const oo = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o("thead", { ref: t, className: r("[&_tr]:border-b", a), ...e }));
|
|
1229
|
-
oo.displayName = "SimpleTableHeader";
|
|
1230
|
-
const ro = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o("tbody", { ref: t, className: r("[&_tr:last-child]:border-0", a), ...e }));
|
|
1231
|
-
ro.displayName = "SimpleTableBody";
|
|
1232
|
-
const so = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o("tfoot", { ref: t, className: r("border-t bg-muted/50 font-medium [&>tr]:last:border-b-0", a), ...e }));
|
|
1233
|
-
so.displayName = "SimpleTableFooter";
|
|
1234
|
-
const no = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o("tr", { ref: t, className: r("border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted", a), ...e }));
|
|
1235
|
-
no.displayName = "SimpleTableRow";
|
|
1236
|
-
const io = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o("th", { ref: t, className: r("h-12 px-4 text-left align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0", a), ...e }));
|
|
1237
|
-
io.displayName = "SimpleTableHead";
|
|
1238
|
-
const lo = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o("td", { ref: t, className: r("p-4 align-middle [&:has([role=checkbox])]:pr-0", a), ...e }));
|
|
1239
|
-
lo.displayName = "SimpleTableCell";
|
|
1240
|
-
const co = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o("caption", { ref: t, className: r("mt-4 text-sm text-muted-foreground", a), ...e }));
|
|
1241
|
-
co.displayName = "SimpleTableCaption";
|
|
1242
|
-
const mo = s.forwardRef(
|
|
1243
|
-
({ className: a, ...e }, t) => /* @__PURE__ */ l(F.Root, { ref: t, className: r("relative flex w-full touch-none select-none items-center", a), ...e, children: [
|
|
1244
|
-
/* @__PURE__ */ o(F.Track, { className: "relative h-2 w-full grow overflow-hidden rounded-full bg-secondary", children: /* @__PURE__ */ o(F.Range, { className: "absolute h-full bg-primary" }) }),
|
|
1245
|
-
/* @__PURE__ */ o(F.Thumb, { className: "block h-5 w-5 rounded-full border-2 border-primary bg-background ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50" })
|
|
1246
|
-
] })
|
|
1247
|
-
);
|
|
1248
|
-
mo.displayName = F.Root.displayName;
|
|
1249
|
-
const uo = s.forwardRef(
|
|
1250
|
-
({ className: a, ...e }, t) => /* @__PURE__ */ o(
|
|
1251
|
-
U.Root,
|
|
1252
|
-
{
|
|
1253
|
-
className: r(
|
|
1254
|
-
"peer inline-flex h-6 w-11 shrink-0 cursor-pointer items-center rounded-full border-2 border-transparent transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-primary data-[state=unchecked]:bg-input",
|
|
1255
|
-
a
|
|
1256
|
-
),
|
|
1257
|
-
...e,
|
|
1258
|
-
ref: t,
|
|
1259
|
-
children: /* @__PURE__ */ o(
|
|
1260
|
-
U.Thumb,
|
|
1261
|
-
{
|
|
1262
|
-
className: r(
|
|
1263
|
-
"pointer-events-none block h-5 w-5 rounded-full bg-background shadow-lg ring-0 transition-transform data-[state=checked]:translate-x-5 data-[state=unchecked]:translate-x-0"
|
|
1264
|
-
)
|
|
1265
|
-
}
|
|
1266
|
-
)
|
|
1267
|
-
}
|
|
1268
|
-
)
|
|
1269
|
-
);
|
|
1270
|
-
uo.displayName = U.Root.displayName;
|
|
1271
|
-
const wr = D.Root, fo = s.forwardRef(
|
|
1272
|
-
({ className: a, style: e, ...t }, n) => {
|
|
1273
|
-
const i = s.useRef(null), d = s.useCallback(
|
|
1274
|
-
(f) => {
|
|
1275
|
-
i.current = f, typeof n == "function" ? n(f) : n && (n.current = f);
|
|
1276
|
-
},
|
|
1277
|
-
[n]
|
|
1278
|
-
), m = Ke(i);
|
|
1279
|
-
return /* @__PURE__ */ o(
|
|
1280
|
-
D.List,
|
|
1281
|
-
{
|
|
1282
|
-
ref: d,
|
|
1283
|
-
style: { ...e, ...m },
|
|
1284
|
-
className: r(
|
|
1285
|
-
// Les onglets qui ne tiennent pas dans la largeur défilent dans la liste au lieu d'élargir
|
|
1286
|
-
// la page : sur mobile, une liste plus large que l'écran rendait tout le layout scrollable
|
|
1287
|
-
// horizontalement (en-tête et contenu compris). overscroll-x-contain évite en plus que le
|
|
1288
|
-
// swipe sur les onglets déclenche le retour arrière du navigateur.
|
|
1289
|
-
// La scrollbar est masquée : haute de ~15px sur Windows, elle rognerait la barre (h-10).
|
|
1290
|
-
"inline-flex h-10 items-center justify-start gap-6 overflow-x-auto overscroll-x-contain border-b border-border bg-transparent p-0 text-muted-foreground w-full [scrollbar-width:none] [&::-webkit-scrollbar]:hidden",
|
|
1291
|
-
a
|
|
1292
|
-
),
|
|
1293
|
-
...t
|
|
1294
|
-
}
|
|
1295
|
-
);
|
|
1296
|
-
}
|
|
1297
|
-
);
|
|
1298
|
-
fo.displayName = D.List.displayName;
|
|
1299
|
-
const po = s.forwardRef(
|
|
1300
|
-
({ className: a, ...e }, t) => /* @__PURE__ */ o(
|
|
1301
|
-
D.Trigger,
|
|
1302
|
-
{
|
|
1303
|
-
ref: t,
|
|
1304
|
-
className: r(
|
|
1305
|
-
"relative inline-flex shrink-0 items-center justify-center gap-2 whitespace-nowrap rounded-none border-b-2 border-transparent bg-transparent px-1 pb-2.5 pt-2 -mb-px text-sm font-medium text-muted-foreground ring-offset-background cursor-pointer transition-colors hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:border-primary data-[state=active]:text-foreground data-[state=active]:shadow-none [&_svg]:h-4 [&_svg]:w-4",
|
|
1306
|
-
a
|
|
1307
|
-
),
|
|
1308
|
-
...e
|
|
1309
|
-
}
|
|
1310
|
-
)
|
|
1311
|
-
);
|
|
1312
|
-
po.displayName = D.Trigger.displayName;
|
|
1313
|
-
const go = s.forwardRef(
|
|
1314
|
-
({ className: a, ...e }, t) => /* @__PURE__ */ o(
|
|
1315
|
-
D.Content,
|
|
1316
|
-
{
|
|
1317
|
-
ref: t,
|
|
1318
|
-
className: r(
|
|
1319
|
-
"mt-2 ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",
|
|
1320
|
-
a
|
|
1321
|
-
),
|
|
1322
|
-
...e
|
|
1323
|
-
}
|
|
1324
|
-
)
|
|
1325
|
-
);
|
|
1326
|
-
go.displayName = D.Content.displayName;
|
|
1327
|
-
const bo = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o(
|
|
1328
|
-
"textarea",
|
|
1329
|
-
{
|
|
1330
|
-
className: r(
|
|
1331
|
-
"flex min-h-[80px] w-full rounded-control border border-input bg-background px-3 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",
|
|
1332
|
-
a
|
|
1333
|
-
),
|
|
1334
|
-
ref: t,
|
|
1335
|
-
...e
|
|
1336
|
-
}
|
|
1337
|
-
));
|
|
1338
|
-
bo.displayName = "Textarea";
|
|
1339
|
-
const Cr = v.Provider, No = s.forwardRef(
|
|
1340
|
-
({ className: a, ...e }, t) => /* @__PURE__ */ o(
|
|
1341
|
-
v.Viewport,
|
|
1342
|
-
{
|
|
1343
|
-
ref: t,
|
|
1344
|
-
className: r(
|
|
1345
|
-
"fixed top-0 z-[100] flex max-h-screen w-full flex-col-reverse p-4 sm:bottom-0 sm:right-0 sm:top-auto sm:flex-col md:max-w-[420px]",
|
|
1346
|
-
a
|
|
1347
|
-
),
|
|
1348
|
-
...e
|
|
1349
|
-
}
|
|
1350
|
-
)
|
|
1351
|
-
);
|
|
1352
|
-
No.displayName = v.Viewport.displayName;
|
|
1353
|
-
const xo = B(
|
|
1354
|
-
"group pointer-events-auto relative flex w-full items-center justify-between space-x-4 overflow-hidden rounded-surface border p-6 pr-8 shadow-lg transition-all data-[swipe=cancel]:translate-x-0 data-[swipe=end]:translate-x-[var(--radix-toast-swipe-end-x)] data-[swipe=move]:translate-x-[var(--radix-toast-swipe-move-x)] data-[swipe=move]:transition-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[swipe=end]:animate-out data-[state=closed]:fade-out-80 data-[state=closed]:slide-out-to-right-full data-[state=open]:slide-in-from-top-full data-[state=open]:sm:slide-in-from-bottom-full",
|
|
1355
|
-
{
|
|
1356
|
-
variants: {
|
|
1357
|
-
variant: {
|
|
1358
|
-
default: "border bg-background text-foreground",
|
|
1359
|
-
destructive: "destructive group border-destructive bg-destructive text-destructive-foreground"
|
|
1360
|
-
}
|
|
1361
|
-
},
|
|
1362
|
-
defaultVariants: {
|
|
1363
|
-
variant: "default"
|
|
1364
|
-
}
|
|
1365
|
-
}
|
|
1366
|
-
), ho = s.forwardRef(({ className: a, variant: e, ...t }, n) => /* @__PURE__ */ o(v.Root, { ref: n, className: r(xo({ variant: e }), a), ...t }));
|
|
1367
|
-
ho.displayName = v.Root.displayName;
|
|
1368
|
-
const yo = s.forwardRef(
|
|
1369
|
-
({ className: a, ...e }, t) => /* @__PURE__ */ o(
|
|
1370
|
-
v.Action,
|
|
1371
|
-
{
|
|
1372
|
-
ref: t,
|
|
1373
|
-
className: r(
|
|
1374
|
-
"inline-flex h-8 shrink-0 items-center justify-center rounded-control border bg-transparent px-3 text-sm font-medium ring-offset-background transition-colors group-[.destructive]:border-muted/40 hover:bg-secondary group-[.destructive]:hover:border-destructive/30 group-[.destructive]:hover:bg-destructive group-[.destructive]:hover:text-destructive-foreground focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 group-[.destructive]:focus:ring-destructive disabled:pointer-events-none disabled:opacity-50",
|
|
1375
|
-
a
|
|
1376
|
-
),
|
|
1377
|
-
...e
|
|
1378
|
-
}
|
|
1379
|
-
)
|
|
1380
|
-
);
|
|
1381
|
-
yo.displayName = v.Action.displayName;
|
|
1382
|
-
const vo = s.forwardRef(
|
|
1383
|
-
({ className: a, ...e }, t) => /* @__PURE__ */ o(
|
|
1384
|
-
v.Close,
|
|
1385
|
-
{
|
|
1386
|
-
ref: t,
|
|
1387
|
-
className: r(
|
|
1388
|
-
"absolute right-2 top-2 rounded-md p-1 text-foreground/50 opacity-0 transition-opacity group-hover:opacity-100 group-[.destructive]:text-red-300 hover:text-foreground group-[.destructive]:hover:text-red-50 focus:opacity-100 focus:outline-none focus:ring-2 group-[.destructive]:focus:ring-red-400 group-[.destructive]:focus:ring-offset-red-600",
|
|
1389
|
-
a
|
|
1390
|
-
),
|
|
1391
|
-
"toast-close": "",
|
|
1392
|
-
...e,
|
|
1393
|
-
children: /* @__PURE__ */ o(Ae, { className: "size-4" })
|
|
1394
|
-
}
|
|
1395
|
-
)
|
|
1396
|
-
);
|
|
1397
|
-
vo.displayName = v.Close.displayName;
|
|
1398
|
-
const wo = s.forwardRef(
|
|
1399
|
-
({ className: a, ...e }, t) => /* @__PURE__ */ o(v.Title, { ref: t, className: r("text-sm font-semibold", a), ...e })
|
|
1400
|
-
);
|
|
1401
|
-
wo.displayName = v.Title.displayName;
|
|
1402
|
-
const Co = s.forwardRef(({ className: a, ...e }, t) => /* @__PURE__ */ o(v.Description, { ref: t, className: r("text-sm opacity-90", a), ...e }));
|
|
1403
|
-
Co.displayName = v.Description.displayName;
|
|
1404
|
-
const Ce = B(
|
|
1405
|
-
"inline-flex items-center justify-center rounded-control text-sm font-medium ring-offset-background transition-colors hover:bg-muted hover:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=on]:bg-accent data-[state=on]:text-accent-foreground",
|
|
1406
|
-
{
|
|
1407
|
-
variants: {
|
|
1408
|
-
variant: {
|
|
1409
|
-
default: "bg-transparent",
|
|
1410
|
-
outline: "border border-input bg-transparent hover:bg-accent hover:text-accent-foreground"
|
|
1411
|
-
},
|
|
1412
|
-
size: {
|
|
1413
|
-
default: "h-10 px-3",
|
|
1414
|
-
sm: "h-9 px-2.5",
|
|
1415
|
-
lg: "h-11 px-5"
|
|
1416
|
-
}
|
|
1417
|
-
},
|
|
1418
|
-
defaultVariants: {
|
|
1419
|
-
variant: "default",
|
|
1420
|
-
size: "default"
|
|
1421
|
-
}
|
|
1422
|
-
}
|
|
1423
|
-
), Ro = s.forwardRef(({ className: a, variant: e, size: t, ...n }, i) => /* @__PURE__ */ o(le.Root, { ref: i, className: r(Ce({ variant: e, size: t, className: a })), ...n }));
|
|
1424
|
-
Ro.displayName = le.Root.displayName;
|
|
1425
|
-
const Re = s.createContext({
|
|
1426
|
-
size: "default",
|
|
1427
|
-
variant: "default"
|
|
1428
|
-
}), ko = s.forwardRef(({ className: a, variant: e, size: t, children: n, ...i }, d) => /* @__PURE__ */ o(E.Root, { ref: d, className: r("flex items-center justify-center gap-1", a), ...i, children: /* @__PURE__ */ o(Re.Provider, { value: { variant: e, size: t }, children: n }) }));
|
|
1429
|
-
ko.displayName = E.Root.displayName;
|
|
1430
|
-
const Io = s.forwardRef(({ className: a, children: e, variant: t, size: n, ...i }, d) => {
|
|
1431
|
-
const m = s.useContext(Re);
|
|
1432
|
-
return /* @__PURE__ */ o(
|
|
1433
|
-
E.Item,
|
|
1434
|
-
{
|
|
1435
|
-
ref: d,
|
|
1436
|
-
className: r(
|
|
1437
|
-
Ce({
|
|
1438
|
-
variant: m.variant || t,
|
|
1439
|
-
size: m.size || n
|
|
1440
|
-
}),
|
|
1441
|
-
a
|
|
1442
|
-
),
|
|
1443
|
-
...i,
|
|
1444
|
-
children: e
|
|
1445
|
-
}
|
|
1446
|
-
);
|
|
1447
|
-
});
|
|
1448
|
-
Io.displayName = E.Item.displayName;
|
|
1449
|
-
export {
|
|
1450
|
-
za as $,
|
|
1451
|
-
Bo as A,
|
|
1452
|
-
Eo as B,
|
|
1453
|
-
ga as C,
|
|
1454
|
-
Ma as D,
|
|
1455
|
-
ba as E,
|
|
1456
|
-
pa as F,
|
|
1457
|
-
Na as G,
|
|
1458
|
-
xa as H,
|
|
1459
|
-
ya as I,
|
|
1460
|
-
qe as J,
|
|
1461
|
-
Qe as K,
|
|
1462
|
-
Je as L,
|
|
1463
|
-
Ue as M,
|
|
1464
|
-
Xe as N,
|
|
1465
|
-
We as O,
|
|
1466
|
-
Ut as P,
|
|
1467
|
-
va as Q,
|
|
1468
|
-
wa as R,
|
|
1469
|
-
Ca as S,
|
|
1470
|
-
ka as T,
|
|
1471
|
-
Ra as U,
|
|
1472
|
-
Ta as V,
|
|
1473
|
-
Ko as W,
|
|
1474
|
-
Da as X,
|
|
1475
|
-
Sa as Y,
|
|
1476
|
-
Vo as Z,
|
|
1477
|
-
Pa as _,
|
|
1478
|
-
Xo as a,
|
|
1479
|
-
xe as a$,
|
|
1480
|
-
be as a0,
|
|
1481
|
-
Wo as a1,
|
|
1482
|
-
Ba as a2,
|
|
1483
|
-
Ha as a3,
|
|
1484
|
-
Ga as a4,
|
|
1485
|
-
Ea as a5,
|
|
1486
|
-
Oa as a6,
|
|
1487
|
-
$a as a7,
|
|
1488
|
-
Va as a8,
|
|
1489
|
-
Jo as a9,
|
|
1490
|
-
lt as aA,
|
|
1491
|
-
sr as aB,
|
|
1492
|
-
ct as aC,
|
|
1493
|
-
ft as aD,
|
|
1494
|
-
nr as aE,
|
|
1495
|
-
dr as aF,
|
|
1496
|
-
ut as aG,
|
|
1497
|
-
pt as aH,
|
|
1498
|
-
gt as aI,
|
|
1499
|
-
ir as aJ,
|
|
1500
|
-
dt as aK,
|
|
1501
|
-
it as aL,
|
|
1502
|
-
rr as aM,
|
|
1503
|
-
lr as aN,
|
|
1504
|
-
ht as aO,
|
|
1505
|
-
yt as aP,
|
|
1506
|
-
cr as aQ,
|
|
1507
|
-
Nt as aR,
|
|
1508
|
-
xt as aS,
|
|
1509
|
-
vt as aT,
|
|
1510
|
-
mr as aU,
|
|
1511
|
-
wt as aV,
|
|
1512
|
-
ur as aW,
|
|
1513
|
-
Ct as aX,
|
|
1514
|
-
Rt as aY,
|
|
1515
|
-
It as aZ,
|
|
1516
|
-
kt as a_,
|
|
1517
|
-
Ja as aa,
|
|
1518
|
-
Xa as ab,
|
|
1519
|
-
Uo as ac,
|
|
1520
|
-
Wa as ad,
|
|
1521
|
-
Ua as ae,
|
|
1522
|
-
Yo as af,
|
|
1523
|
-
er as ag,
|
|
1524
|
-
Qa as ah,
|
|
1525
|
-
Ya as ai,
|
|
1526
|
-
Za as aj,
|
|
1527
|
-
Zo as ak,
|
|
1528
|
-
qa as al,
|
|
1529
|
-
Ka as am,
|
|
1530
|
-
Qo as an,
|
|
1531
|
-
et as ao,
|
|
1532
|
-
tr as ap,
|
|
1533
|
-
tt as aq,
|
|
1534
|
-
nt as ar,
|
|
1535
|
-
rt as as,
|
|
1536
|
-
ot as at,
|
|
1537
|
-
Ne as au,
|
|
1538
|
-
at as av,
|
|
1539
|
-
st as aw,
|
|
1540
|
-
ar as ax,
|
|
1541
|
-
or as ay,
|
|
1542
|
-
mt as az,
|
|
1543
|
-
ge as b,
|
|
1544
|
-
Io as b$,
|
|
1545
|
-
Tt as b0,
|
|
1546
|
-
_t as b1,
|
|
1547
|
-
zt as b2,
|
|
1548
|
-
pr as b3,
|
|
1549
|
-
Mt as b4,
|
|
1550
|
-
jt as b5,
|
|
1551
|
-
fr as b6,
|
|
1552
|
-
gr as b7,
|
|
1553
|
-
Nr as b8,
|
|
1554
|
-
Lt as b9,
|
|
1555
|
-
eo as bA,
|
|
1556
|
-
we as bB,
|
|
1557
|
-
ao as bC,
|
|
1558
|
-
to as bD,
|
|
1559
|
-
ro as bE,
|
|
1560
|
-
co as bF,
|
|
1561
|
-
lo as bG,
|
|
1562
|
-
so as bH,
|
|
1563
|
-
io as bI,
|
|
1564
|
-
oo as bJ,
|
|
1565
|
-
no as bK,
|
|
1566
|
-
mo as bL,
|
|
1567
|
-
uo as bM,
|
|
1568
|
-
wr as bN,
|
|
1569
|
-
go as bO,
|
|
1570
|
-
fo as bP,
|
|
1571
|
-
po as bQ,
|
|
1572
|
-
bo as bR,
|
|
1573
|
-
ho as bS,
|
|
1574
|
-
yo as bT,
|
|
1575
|
-
vo as bU,
|
|
1576
|
-
Co as bV,
|
|
1577
|
-
Cr as bW,
|
|
1578
|
-
wo as bX,
|
|
1579
|
-
No as bY,
|
|
1580
|
-
Ro as bZ,
|
|
1581
|
-
ko as b_,
|
|
1582
|
-
At as ba,
|
|
1583
|
-
Ft as bb,
|
|
1584
|
-
br as bc,
|
|
1585
|
-
Dt as bd,
|
|
1586
|
-
Pt as be,
|
|
1587
|
-
St as bf,
|
|
1588
|
-
Gt as bg,
|
|
1589
|
-
$t as bh,
|
|
1590
|
-
Et as bi,
|
|
1591
|
-
xr as bj,
|
|
1592
|
-
hr as bk,
|
|
1593
|
-
Ot as bl,
|
|
1594
|
-
Ht as bm,
|
|
1595
|
-
ve as bn,
|
|
1596
|
-
Vt as bo,
|
|
1597
|
-
Kt as bp,
|
|
1598
|
-
Jt as bq,
|
|
1599
|
-
qt as br,
|
|
1600
|
-
ae as bs,
|
|
1601
|
-
Wt as bt,
|
|
1602
|
-
Xt as bu,
|
|
1603
|
-
yr as bv,
|
|
1604
|
-
Qt as bw,
|
|
1605
|
-
vr as bx,
|
|
1606
|
-
Yt as by,
|
|
1607
|
-
Zt as bz,
|
|
1608
|
-
Fa as c,
|
|
1609
|
-
ua as c0,
|
|
1610
|
-
Bt as c1,
|
|
1611
|
-
Ce as c2,
|
|
1612
|
-
K as c3,
|
|
1613
|
-
ja as d,
|
|
1614
|
-
La as e,
|
|
1615
|
-
pe as f,
|
|
1616
|
-
_a as g,
|
|
1617
|
-
Aa as h,
|
|
1618
|
-
qo as i,
|
|
1619
|
-
ea as j,
|
|
1620
|
-
Ye as k,
|
|
1621
|
-
Ze as l,
|
|
1622
|
-
Ho as m,
|
|
1623
|
-
ia as n,
|
|
1624
|
-
da as o,
|
|
1625
|
-
ta as p,
|
|
1626
|
-
na as q,
|
|
1627
|
-
ra as r,
|
|
1628
|
-
oa as s,
|
|
1629
|
-
sa as t,
|
|
1630
|
-
$o as u,
|
|
1631
|
-
la as v,
|
|
1632
|
-
ma as w,
|
|
1633
|
-
ca as x,
|
|
1634
|
-
fa as y,
|
|
1635
|
-
ha as z
|
|
1636
|
-
};
|