@yusr_systems/ui 6.0.3 → 6.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +13 -6
- package/dist/yusr-ui.js +917 -846
- package/package.json +10 -7
package/dist/yusr-ui.js
CHANGED
|
@@ -1,44 +1,61 @@
|
|
|
1
1
|
import { Link as e, Navigate as t, Outlet as n, useLocation as r } from "react-router-dom";
|
|
2
2
|
import { Fragment as i, jsx as a, jsxs as o } from "react/jsx-runtime";
|
|
3
|
-
import { Check as s, CheckIcon as c, ChevronDownIcon as l, ChevronLeftIcon as u,
|
|
3
|
+
import { Check as s, CheckIcon as c, ChevronDownIcon as l, ChevronLeftIcon as u, ChevronRight as d, ChevronRightIcon as f, ChevronUpIcon as p, ChevronsUpDown as m, CircleCheckIcon as h, Download as g, Eye as _, EyeOff as v, FileText as ee, InfoIcon as te, Loader2 as ne, Loader2Icon as re, LoaderPinwheelIcon as ie, LogOutIcon as ae, Maximize2 as oe, Moon as se, MoreHorizontal as ce, MoreHorizontalIcon as le, OctagonAlert as ue, OctagonXIcon as de, PanelLeftIcon as fe, Plus as pe, PlusIcon as me, RefreshCwOff as he, Search as ge, SearchIcon as _e, Sun as ve, Table as ye, TriangleAlertIcon as be, UploadCloud as xe, X as Se, XIcon as Ce, ZoomIn as we } from "lucide-react";
|
|
4
4
|
import * as y from "react";
|
|
5
|
-
import
|
|
5
|
+
import Te, { createContext as Ee, useCallback as b, useContext as De, useEffect as Oe, useMemo as ke, useRef as Ae, useState as x } from "react";
|
|
6
6
|
import { cva as S } from "class-variance-authority";
|
|
7
7
|
import { Slot as C } from "@radix-ui/react-slot";
|
|
8
|
-
import { clsx as
|
|
9
|
-
import { twMerge as
|
|
8
|
+
import { clsx as je } from "clsx";
|
|
9
|
+
import { twMerge as Me } from "tailwind-merge";
|
|
10
10
|
import * as w from "@radix-ui/react-dialog";
|
|
11
|
-
import * as
|
|
12
|
-
import { format as
|
|
13
|
-
import { DayPicker as
|
|
14
|
-
import * as
|
|
15
|
-
import * as
|
|
11
|
+
import * as Ne from "@radix-ui/react-separator";
|
|
12
|
+
import { format as Pe } from "date-fns";
|
|
13
|
+
import { DayPicker as Fe, getDefaultClassNames as Ie } from "react-day-picker";
|
|
14
|
+
import * as Le from "@radix-ui/react-popover";
|
|
15
|
+
import * as Re from "@radix-ui/react-label";
|
|
16
16
|
import * as T from "@radix-ui/react-select";
|
|
17
|
-
import
|
|
18
|
-
import { useDebouncedCallback as
|
|
19
|
-
import { useDispatch as
|
|
17
|
+
import ze from "embla-carousel-react";
|
|
18
|
+
import { useDebouncedCallback as Be } from "use-debounce";
|
|
19
|
+
import { useDispatch as Ve } from "react-redux";
|
|
20
20
|
import * as E from "@radix-ui/react-context-menu";
|
|
21
21
|
import * as D from "@radix-ui/react-dropdown-menu";
|
|
22
22
|
import * as O from "@radix-ui/react-tooltip";
|
|
23
23
|
import { Command as k } from "cmdk";
|
|
24
|
-
import * as
|
|
24
|
+
import * as He from "@radix-ui/react-avatar";
|
|
25
|
+
import "@radix-ui/react-accessible-icon";
|
|
26
|
+
import "@radix-ui/react-accordion";
|
|
25
27
|
import * as A from "@radix-ui/react-alert-dialog";
|
|
26
|
-
import
|
|
28
|
+
import "@radix-ui/react-aspect-ratio";
|
|
27
29
|
import * as Ue from "@radix-ui/react-checkbox";
|
|
30
|
+
import * as We from "@radix-ui/react-collapsible";
|
|
31
|
+
import * as Ge from "@radix-ui/react-direction";
|
|
32
|
+
import "@radix-ui/react-form";
|
|
33
|
+
import "@radix-ui/react-hover-card";
|
|
34
|
+
import "@radix-ui/react-menubar";
|
|
35
|
+
import "@radix-ui/react-navigation-menu";
|
|
36
|
+
import "@radix-ui/react-one-time-password-field";
|
|
37
|
+
import "@radix-ui/react-password-toggle-field";
|
|
38
|
+
import "@radix-ui/react-portal";
|
|
39
|
+
import "@radix-ui/react-progress";
|
|
40
|
+
import "@radix-ui/react-radio-group";
|
|
41
|
+
import * as Ke from "@radix-ui/react-scroll-area";
|
|
42
|
+
import "@radix-ui/react-slider";
|
|
43
|
+
import * as qe from "@radix-ui/react-switch";
|
|
44
|
+
import * as Je from "@radix-ui/react-tabs";
|
|
45
|
+
import "@radix-ui/react-toast";
|
|
46
|
+
import * as Ye from "@radix-ui/react-toggle";
|
|
47
|
+
import * as Xe from "@radix-ui/react-toggle-group";
|
|
48
|
+
import "@radix-ui/react-toolbar";
|
|
49
|
+
import "@radix-ui/react-visually-hidden";
|
|
50
|
+
import * as Ze from "recharts";
|
|
28
51
|
import { Combobox as j } from "@base-ui/react/combobox";
|
|
29
|
-
import * as We from "@radix-ui/react-direction";
|
|
30
52
|
import { Drawer as M } from "vaul";
|
|
31
|
-
import
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import
|
|
35
|
-
import * as Ye from "@radix-ui/react-tabs";
|
|
36
|
-
import * as Xe from "@radix-ui/react-toggle-group";
|
|
37
|
-
import * as Ze from "@radix-ui/react-toggle";
|
|
38
|
-
import { AuthConstants as Qe, StorageFile as $e, StorageFileStatus as N } from "@yusr_systems/core";
|
|
39
|
-
import { createAsyncThunk as et, createSlice as tt } from "@reduxjs/toolkit";
|
|
53
|
+
import { useTheme as Qe } from "next-themes";
|
|
54
|
+
import { Toaster as $e } from "sonner";
|
|
55
|
+
import { AuthConstants as et, StorageFile as tt, StorageFileStatus as N } from "@yusr_systems/core";
|
|
56
|
+
import { createAsyncThunk as nt, createSlice as rt } from "@reduxjs/toolkit";
|
|
40
57
|
//#region src/components/custom/auth/protectedRoute.tsx
|
|
41
|
-
function
|
|
58
|
+
function it({ isAuthenticated: e, loginPath: i = "/login" }) {
|
|
42
59
|
let o = r();
|
|
43
60
|
return e ? /* @__PURE__ */ a(n, {}) : /* @__PURE__ */ a(t, {
|
|
44
61
|
to: i,
|
|
@@ -48,7 +65,7 @@ function nt({ isAuthenticated: e, loginPath: i = "/login" }) {
|
|
|
48
65
|
}
|
|
49
66
|
//#endregion
|
|
50
67
|
//#region src/components/custom/background/yusrBackground.tsx
|
|
51
|
-
function
|
|
68
|
+
function at() {
|
|
52
69
|
return /* @__PURE__ */ o("div", {
|
|
53
70
|
className: "pointer-events-none fixed inset-0 -z-10 overflow-hidden bg-slate-50 dark:bg-background transition-colors duration-500",
|
|
54
71
|
children: [
|
|
@@ -131,11 +148,11 @@ function rt() {
|
|
|
131
148
|
//#endregion
|
|
132
149
|
//#region src/utils/cn.ts
|
|
133
150
|
function P(...e) {
|
|
134
|
-
return je(
|
|
151
|
+
return Me(je(e));
|
|
135
152
|
}
|
|
136
153
|
//#endregion
|
|
137
154
|
//#region src/components/pure/button.tsx
|
|
138
|
-
var
|
|
155
|
+
var ot = S("focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive dark:aria-invalid:border-destructive/50 rounded-lg border border-transparent bg-clip-padding text-sm font-medium focus-visible:ring-3 aria-invalid:ring-3 [&_svg:not([class*='size-'])]:size-4 inline-flex items-center justify-center whitespace-nowrap transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none shrink-0 [&_svg]:shrink-0 outline-none group/button select-none", {
|
|
139
156
|
variants: {
|
|
140
157
|
variant: {
|
|
141
158
|
default: "bg-primary text-primary-foreground [a]:hover:bg-primary/80 hover:bg-primary/90 cursor-pointer",
|
|
@@ -166,7 +183,7 @@ function F({ className: e, variant: t = "default", size: n = "default", asChild:
|
|
|
166
183
|
"data-slot": "button",
|
|
167
184
|
"data-variant": t,
|
|
168
185
|
"data-size": n,
|
|
169
|
-
className: P(
|
|
186
|
+
className: P(ot({
|
|
170
187
|
variant: t,
|
|
171
188
|
size: n,
|
|
172
189
|
className: e
|
|
@@ -176,7 +193,7 @@ function F({ className: e, variant: t = "default", size: n = "default", asChild:
|
|
|
176
193
|
}
|
|
177
194
|
//#endregion
|
|
178
195
|
//#region src/components/custom/buttons/saveButton.tsx
|
|
179
|
-
function
|
|
196
|
+
function st({ formData: e, dialogMode: t, service: n, disable: r, onSuccess: i, validate: s = () => !0 }) {
|
|
180
197
|
let [c, l] = x(!1);
|
|
181
198
|
async function u() {
|
|
182
199
|
if (!s()) return;
|
|
@@ -192,7 +209,7 @@ function at({ formData: e, dialogMode: t, service: n, disable: r, onSuccess: i,
|
|
|
192
209
|
disabled: c || r?.(),
|
|
193
210
|
onClick: u,
|
|
194
211
|
children: [
|
|
195
|
-
c && /* @__PURE__ */ a(
|
|
212
|
+
c && /* @__PURE__ */ a(ne, { className: "ml-2 h-4 w-4 animate-spin" }),
|
|
196
213
|
"حفظ",
|
|
197
214
|
n ? " التغييرات" : ""
|
|
198
215
|
]
|
|
@@ -200,7 +217,7 @@ function at({ formData: e, dialogMode: t, service: n, disable: r, onSuccess: i,
|
|
|
200
217
|
}
|
|
201
218
|
//#endregion
|
|
202
219
|
//#region src/components/custom/containers/dynamicListContainer.tsx
|
|
203
|
-
function
|
|
220
|
+
function ct({ title: e, items: t, onAdd: n, addLabel: r, emptyMessage: i, error: s, headers: c, children: l }) {
|
|
204
221
|
return /* @__PURE__ */ o("div", {
|
|
205
222
|
className: "space-y-3",
|
|
206
223
|
children: [
|
|
@@ -215,7 +232,7 @@ function ot({ title: e, items: t, onAdd: n, addLabel: r, emptyMessage: i, error:
|
|
|
215
232
|
size: "sm",
|
|
216
233
|
onClick: n,
|
|
217
234
|
children: [
|
|
218
|
-
/* @__PURE__ */ a(
|
|
235
|
+
/* @__PURE__ */ a(pe, { className: "h-4 w-4 ml-2" }),
|
|
219
236
|
" ",
|
|
220
237
|
r
|
|
221
238
|
]
|
|
@@ -252,33 +269,33 @@ function I({ ...e }) {
|
|
|
252
269
|
...e
|
|
253
270
|
});
|
|
254
271
|
}
|
|
255
|
-
function
|
|
272
|
+
function lt({ ...e }) {
|
|
256
273
|
return /* @__PURE__ */ a(w.Trigger, {
|
|
257
274
|
"data-slot": "dialog-trigger",
|
|
258
275
|
...e
|
|
259
276
|
});
|
|
260
277
|
}
|
|
261
|
-
function
|
|
278
|
+
function ut({ ...e }) {
|
|
262
279
|
return /* @__PURE__ */ a(w.Portal, {
|
|
263
280
|
"data-slot": "dialog-portal",
|
|
264
281
|
...e
|
|
265
282
|
});
|
|
266
283
|
}
|
|
267
|
-
function
|
|
284
|
+
function dt({ ...e }) {
|
|
268
285
|
return /* @__PURE__ */ a(w.Close, {
|
|
269
286
|
"data-slot": "dialog-close",
|
|
270
287
|
...e
|
|
271
288
|
});
|
|
272
289
|
}
|
|
273
|
-
function
|
|
290
|
+
function ft({ className: e, ...t }) {
|
|
274
291
|
return /* @__PURE__ */ a(w.Overlay, {
|
|
275
292
|
"data-slot": "dialog-overlay",
|
|
276
293
|
className: P("data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 bg-black/10 duration-100 supports-backdrop-filter:backdrop-blur-xs fixed inset-0 isolate z-50", e),
|
|
277
294
|
...t
|
|
278
295
|
});
|
|
279
296
|
}
|
|
280
|
-
function
|
|
281
|
-
return /* @__PURE__ */ o(
|
|
297
|
+
function pt({ className: e, children: t, showCloseButton: n = !0, ...r }) {
|
|
298
|
+
return /* @__PURE__ */ o(ut, { children: [/* @__PURE__ */ a(ft, {}), /* @__PURE__ */ o(w.Content, {
|
|
282
299
|
"data-slot": "dialog-content",
|
|
283
300
|
className: P("bg-background data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-closed:zoom-out-95 data-open:zoom-in-95 ring-foreground/10 grid max-w-[calc(100%-2rem)] gap-4 rounded-xl p-4 text-sm ring-1 duration-100 sm:max-w-sm fixed top-1/2 left-1/2 z-50 w-full -translate-x-1/2 -translate-y-1/2 outline-none", e),
|
|
284
301
|
...r,
|
|
@@ -289,7 +306,7 @@ function dt({ className: e, children: t, showCloseButton: n = !0, ...r }) {
|
|
|
289
306
|
variant: "ghost",
|
|
290
307
|
className: r.dir === "rtl" ? "absolute top-2 left-2" : "absolute top-2 right-2",
|
|
291
308
|
size: "icon-sm",
|
|
292
|
-
children: [/* @__PURE__ */ a(
|
|
309
|
+
children: [/* @__PURE__ */ a(Ce, {}), /* @__PURE__ */ a("span", {
|
|
293
310
|
className: "sr-only",
|
|
294
311
|
children: "Close"
|
|
295
312
|
})]
|
|
@@ -297,14 +314,14 @@ function dt({ className: e, children: t, showCloseButton: n = !0, ...r }) {
|
|
|
297
314
|
})]
|
|
298
315
|
})] });
|
|
299
316
|
}
|
|
300
|
-
function
|
|
317
|
+
function mt({ className: e, ...t }) {
|
|
301
318
|
return /* @__PURE__ */ a("div", {
|
|
302
319
|
"data-slot": "dialog-header",
|
|
303
320
|
className: P("gap-2 flex flex-col", e),
|
|
304
321
|
...t
|
|
305
322
|
});
|
|
306
323
|
}
|
|
307
|
-
function
|
|
324
|
+
function ht({ className: e, showCloseButton: t = !1, children: n, ...r }) {
|
|
308
325
|
return /* @__PURE__ */ o("div", {
|
|
309
326
|
"data-slot": "dialog-footer",
|
|
310
327
|
className: P("bg-muted/50 -mx-4 -mb-4 rounded-b-xl border-t p-4 flex flex-col-reverse gap-2 sm:flex-row sm:justify-end", e),
|
|
@@ -318,14 +335,14 @@ function pt({ className: e, showCloseButton: t = !1, children: n, ...r }) {
|
|
|
318
335
|
})]
|
|
319
336
|
});
|
|
320
337
|
}
|
|
321
|
-
function
|
|
338
|
+
function gt({ className: e, ...t }) {
|
|
322
339
|
return /* @__PURE__ */ a(w.Title, {
|
|
323
340
|
"data-slot": "dialog-title",
|
|
324
341
|
className: P("text-base leading-none font-medium", e),
|
|
325
342
|
...t
|
|
326
343
|
});
|
|
327
344
|
}
|
|
328
|
-
function
|
|
345
|
+
function _t({ className: e, ...t }) {
|
|
329
346
|
return /* @__PURE__ */ a(w.Description, {
|
|
330
347
|
"data-slot": "dialog-description",
|
|
331
348
|
className: P("text-muted-foreground *:[a]:hover:text-foreground text-sm *:[a]:underline *:[a]:underline-offset-3", e),
|
|
@@ -335,7 +352,7 @@ function ht({ className: e, ...t }) {
|
|
|
335
352
|
//#endregion
|
|
336
353
|
//#region src/components/pure/separator.tsx
|
|
337
354
|
function L({ className: e, orientation: t = "horizontal", decorative: n = !0, ...r }) {
|
|
338
|
-
return /* @__PURE__ */ a(
|
|
355
|
+
return /* @__PURE__ */ a(Ne.Root, {
|
|
339
356
|
"data-slot": "separator",
|
|
340
357
|
decorative: n,
|
|
341
358
|
orientation: t,
|
|
@@ -345,21 +362,21 @@ function L({ className: e, orientation: t = "horizontal", decorative: n = !0, ..
|
|
|
345
362
|
}
|
|
346
363
|
//#endregion
|
|
347
364
|
//#region src/components/custom/dialogs/changeDialog.tsx
|
|
348
|
-
function
|
|
349
|
-
return /* @__PURE__ */ o(
|
|
365
|
+
function vt({ title: e, description: t = "", className: n = "sm:max-w-sm", formData: r, dialogMode: i, service: s, disable: c, onSuccess: l, validate: u = () => !0, children: d }) {
|
|
366
|
+
return /* @__PURE__ */ o(pt, {
|
|
350
367
|
dir: "rtl",
|
|
351
368
|
className: P(n, "scroll-auto"),
|
|
352
369
|
children: [
|
|
353
|
-
/* @__PURE__ */ o(
|
|
370
|
+
/* @__PURE__ */ o(mt, { children: [/* @__PURE__ */ a(gt, { children: e }), /* @__PURE__ */ a(_t, { children: t })] }),
|
|
354
371
|
/* @__PURE__ */ a(L, {}),
|
|
355
372
|
d,
|
|
356
|
-
/* @__PURE__ */ o(
|
|
373
|
+
/* @__PURE__ */ o(ht, { children: [/* @__PURE__ */ a(dt, {
|
|
357
374
|
asChild: !0,
|
|
358
375
|
children: /* @__PURE__ */ a(F, {
|
|
359
376
|
variant: "outline",
|
|
360
377
|
children: "إلغاء"
|
|
361
378
|
})
|
|
362
|
-
}), /* @__PURE__ */ a(
|
|
379
|
+
}), /* @__PURE__ */ a(st, {
|
|
363
380
|
formData: r,
|
|
364
381
|
dialogMode: i,
|
|
365
382
|
service: s,
|
|
@@ -372,17 +389,17 @@ function gt({ title: e, description: t = "", className: n = "sm:max-w-sm", formD
|
|
|
372
389
|
}
|
|
373
390
|
//#endregion
|
|
374
391
|
//#region src/components/custom/dialogs/deleteDialog.tsx
|
|
375
|
-
function
|
|
392
|
+
function yt({ entityName: e, id: t, service: n, onSuccess: r }) {
|
|
376
393
|
let [s, c] = x(!1);
|
|
377
394
|
async function l() {
|
|
378
395
|
c(!0), (await n.Delete(t)).status === 200 && r?.(), c(!1);
|
|
379
396
|
}
|
|
380
397
|
return /* @__PURE__ */ o(i, { children: [
|
|
381
|
-
/* @__PURE__ */ o(
|
|
398
|
+
/* @__PURE__ */ o(mt, { children: [/* @__PURE__ */ o(gt, { children: ["حذف ", e] }), /* @__PURE__ */ a(_t, {})] }),
|
|
382
399
|
/* @__PURE__ */ a(L, {}),
|
|
383
400
|
/* @__PURE__ */ a("div", {
|
|
384
401
|
className: "mx-auto mb-2 flex h-14 w-14 items-center justify-center rounded-full bg-destructive/10",
|
|
385
|
-
children: /* @__PURE__ */ a(
|
|
402
|
+
children: /* @__PURE__ */ a(ue, { className: "h-7 w-7 text-destructive" })
|
|
386
403
|
}),
|
|
387
404
|
/* @__PURE__ */ o("span", {
|
|
388
405
|
className: "font-bold text-center text-xl",
|
|
@@ -402,7 +419,7 @@ function _t({ entityName: e, id: t, service: n, onSuccess: r }) {
|
|
|
402
419
|
" نهائياً وإزالته من خوادمنا."
|
|
403
420
|
]
|
|
404
421
|
}),
|
|
405
|
-
/* @__PURE__ */ o(
|
|
422
|
+
/* @__PURE__ */ o(ht, { children: [/* @__PURE__ */ a(dt, {
|
|
406
423
|
asChild: !0,
|
|
407
424
|
children: /* @__PURE__ */ a(F, {
|
|
408
425
|
variant: "outline",
|
|
@@ -412,13 +429,13 @@ function _t({ entityName: e, id: t, service: n, onSuccess: r }) {
|
|
|
412
429
|
variant: "destructive",
|
|
413
430
|
onClick: l,
|
|
414
431
|
disabled: s,
|
|
415
|
-
children: [s && /* @__PURE__ */ a(
|
|
432
|
+
children: [s && /* @__PURE__ */ a(ne, { className: "ml-2 h-4 w-4 animate-spin" }), "تأكيد الحذف"]
|
|
416
433
|
})] })
|
|
417
434
|
] });
|
|
418
435
|
}
|
|
419
436
|
//#endregion
|
|
420
437
|
//#region ../../node_modules/date-fns/locale/_lib/buildFormatLongFn.js
|
|
421
|
-
function
|
|
438
|
+
function bt(e) {
|
|
422
439
|
return (t = {}) => {
|
|
423
440
|
let n = t.width ? String(t.width) : e.defaultWidth;
|
|
424
441
|
return e.formats[n] || e.formats[e.defaultWidth];
|
|
@@ -426,7 +443,7 @@ function vt(e) {
|
|
|
426
443
|
}
|
|
427
444
|
//#endregion
|
|
428
445
|
//#region ../../node_modules/date-fns/locale/_lib/buildLocalizeFn.js
|
|
429
|
-
function
|
|
446
|
+
function xt(e) {
|
|
430
447
|
return (t, n) => {
|
|
431
448
|
let r = n?.context ? String(n.context) : "standalone", i;
|
|
432
449
|
if (r === "formatting" && e.formattingValues) {
|
|
@@ -442,11 +459,11 @@ function yt(e) {
|
|
|
442
459
|
}
|
|
443
460
|
//#endregion
|
|
444
461
|
//#region ../../node_modules/date-fns/locale/_lib/buildMatchFn.js
|
|
445
|
-
function
|
|
462
|
+
function St(e) {
|
|
446
463
|
return (t, n = {}) => {
|
|
447
464
|
let r = n.width, i = r && e.matchPatterns[r] || e.matchPatterns[e.defaultMatchWidth], a = t.match(i);
|
|
448
465
|
if (!a) return null;
|
|
449
|
-
let o = a[0], s = r && e.parsePatterns[r] || e.parsePatterns[e.defaultParseWidth], c = Array.isArray(s) ?
|
|
466
|
+
let o = a[0], s = r && e.parsePatterns[r] || e.parsePatterns[e.defaultParseWidth], c = Array.isArray(s) ? wt(s, (e) => e.test(o)) : Ct(s, (e) => e.test(o)), l;
|
|
450
467
|
l = e.valueCallback ? e.valueCallback(c) : c, l = n.valueCallback ? n.valueCallback(l) : l;
|
|
451
468
|
let u = t.slice(o.length);
|
|
452
469
|
return {
|
|
@@ -455,15 +472,15 @@ function bt(e) {
|
|
|
455
472
|
};
|
|
456
473
|
};
|
|
457
474
|
}
|
|
458
|
-
function
|
|
475
|
+
function Ct(e, t) {
|
|
459
476
|
for (let n in e) if (Object.prototype.hasOwnProperty.call(e, n) && t(e[n])) return n;
|
|
460
477
|
}
|
|
461
|
-
function
|
|
478
|
+
function wt(e, t) {
|
|
462
479
|
for (let n = 0; n < e.length; n++) if (t(e[n])) return n;
|
|
463
480
|
}
|
|
464
481
|
//#endregion
|
|
465
482
|
//#region ../../node_modules/date-fns/locale/_lib/buildMatchPatternFn.js
|
|
466
|
-
function
|
|
483
|
+
function Tt(e) {
|
|
467
484
|
return (t, n = {}) => {
|
|
468
485
|
let r = t.match(e.matchPattern);
|
|
469
486
|
if (!r) return null;
|
|
@@ -480,7 +497,7 @@ function Ct(e) {
|
|
|
480
497
|
}
|
|
481
498
|
//#endregion
|
|
482
499
|
//#region ../../node_modules/date-fns/locale/ar-SA/_lib/formatDistance.js
|
|
483
|
-
var
|
|
500
|
+
var Et = {
|
|
484
501
|
lessThanXSeconds: {
|
|
485
502
|
one: "أقل من ثانية واحدة",
|
|
486
503
|
two: "أقل من ثانتين",
|
|
@@ -572,11 +589,11 @@ var wt = {
|
|
|
572
589
|
threeToTen: "{{count}} أعوام تقريباً",
|
|
573
590
|
other: "{{count}} عام تقريباً"
|
|
574
591
|
}
|
|
575
|
-
},
|
|
576
|
-
let r, i =
|
|
592
|
+
}, Dt = (e, t, n) => {
|
|
593
|
+
let r, i = Et[e];
|
|
577
594
|
return r = typeof i == "string" ? i : t === 1 ? i.one : t === 2 ? i.two : t <= 10 ? i.threeToTen.replace("{{count}}", String(t)) : i.other.replace("{{count}}", String(t)), n?.addSuffix ? n.comparison && n.comparison > 0 ? "في خلال " + r : "منذ " + r : r;
|
|
578
|
-
},
|
|
579
|
-
date:
|
|
595
|
+
}, Ot = {
|
|
596
|
+
date: bt({
|
|
580
597
|
formats: {
|
|
581
598
|
full: "EEEE, MMMM do, y",
|
|
582
599
|
long: "MMMM do, y",
|
|
@@ -585,7 +602,7 @@ var wt = {
|
|
|
585
602
|
},
|
|
586
603
|
defaultWidth: "full"
|
|
587
604
|
}),
|
|
588
|
-
time:
|
|
605
|
+
time: bt({
|
|
589
606
|
formats: {
|
|
590
607
|
full: "h:mm:ss a zzzz",
|
|
591
608
|
long: "h:mm:ss a z",
|
|
@@ -594,7 +611,7 @@ var wt = {
|
|
|
594
611
|
},
|
|
595
612
|
defaultWidth: "full"
|
|
596
613
|
}),
|
|
597
|
-
dateTime:
|
|
614
|
+
dateTime: bt({
|
|
598
615
|
formats: {
|
|
599
616
|
full: "{{date}} 'عند' {{time}}",
|
|
600
617
|
long: "{{date}} 'عند' {{time}}",
|
|
@@ -603,21 +620,21 @@ var wt = {
|
|
|
603
620
|
},
|
|
604
621
|
defaultWidth: "full"
|
|
605
622
|
})
|
|
606
|
-
},
|
|
623
|
+
}, kt = {
|
|
607
624
|
lastWeek: "'أخر' eeee 'عند' p",
|
|
608
625
|
yesterday: "'أمس عند' p",
|
|
609
626
|
today: "'اليوم عند' p",
|
|
610
627
|
tomorrow: "'غداً عند' p",
|
|
611
628
|
nextWeek: "eeee 'عند' p",
|
|
612
629
|
other: "P"
|
|
613
|
-
},
|
|
630
|
+
}, At = {
|
|
614
631
|
code: "ar-SA",
|
|
615
|
-
formatDistance:
|
|
616
|
-
formatLong:
|
|
617
|
-
formatRelative: (e, t, n, r) =>
|
|
632
|
+
formatDistance: Dt,
|
|
633
|
+
formatLong: Ot,
|
|
634
|
+
formatRelative: (e, t, n, r) => kt[e],
|
|
618
635
|
localize: {
|
|
619
636
|
ordinalNumber: (e) => String(e),
|
|
620
|
-
era:
|
|
637
|
+
era: xt({
|
|
621
638
|
values: {
|
|
622
639
|
narrow: ["ق", "ب"],
|
|
623
640
|
abbreviated: ["ق.م.", "ب.م."],
|
|
@@ -625,7 +642,7 @@ var wt = {
|
|
|
625
642
|
},
|
|
626
643
|
defaultWidth: "wide"
|
|
627
644
|
}),
|
|
628
|
-
quarter:
|
|
645
|
+
quarter: xt({
|
|
629
646
|
values: {
|
|
630
647
|
narrow: [
|
|
631
648
|
"1",
|
|
@@ -649,7 +666,7 @@ var wt = {
|
|
|
649
666
|
defaultWidth: "wide",
|
|
650
667
|
argumentCallback: (e) => e - 1
|
|
651
668
|
}),
|
|
652
|
-
month:
|
|
669
|
+
month: xt({
|
|
653
670
|
values: {
|
|
654
671
|
narrow: [
|
|
655
672
|
"ي",
|
|
@@ -696,7 +713,7 @@ var wt = {
|
|
|
696
713
|
},
|
|
697
714
|
defaultWidth: "wide"
|
|
698
715
|
}),
|
|
699
|
-
day:
|
|
716
|
+
day: xt({
|
|
700
717
|
values: {
|
|
701
718
|
narrow: [
|
|
702
719
|
"ح",
|
|
@@ -737,7 +754,7 @@ var wt = {
|
|
|
737
754
|
},
|
|
738
755
|
defaultWidth: "wide"
|
|
739
756
|
}),
|
|
740
|
-
dayPeriod:
|
|
757
|
+
dayPeriod: xt({
|
|
741
758
|
values: {
|
|
742
759
|
narrow: {
|
|
743
760
|
am: "ص",
|
|
@@ -807,12 +824,12 @@ var wt = {
|
|
|
807
824
|
})
|
|
808
825
|
},
|
|
809
826
|
match: {
|
|
810
|
-
ordinalNumber:
|
|
827
|
+
ordinalNumber: Tt({
|
|
811
828
|
matchPattern: /^(\d+)(th|st|nd|rd)?/i,
|
|
812
829
|
parsePattern: /\d+/i,
|
|
813
830
|
valueCallback: (e) => parseInt(e, 10)
|
|
814
831
|
}),
|
|
815
|
-
era:
|
|
832
|
+
era: St({
|
|
816
833
|
matchPatterns: {
|
|
817
834
|
narrow: /^(ق|ب)/i,
|
|
818
835
|
abbreviated: /^(ق\.?\s?م\.?|ق\.?\s?م\.?\s?|a\.?\s?d\.?|c\.?\s?)/i,
|
|
@@ -822,7 +839,7 @@ var wt = {
|
|
|
822
839
|
parsePatterns: { any: [/^قبل/i, /^بعد/i] },
|
|
823
840
|
defaultParseWidth: "any"
|
|
824
841
|
}),
|
|
825
|
-
quarter:
|
|
842
|
+
quarter: St({
|
|
826
843
|
matchPatterns: {
|
|
827
844
|
narrow: /^[1234]/i,
|
|
828
845
|
abbreviated: /^ر[1234]/i,
|
|
@@ -838,7 +855,7 @@ var wt = {
|
|
|
838
855
|
defaultParseWidth: "any",
|
|
839
856
|
valueCallback: (e) => e + 1
|
|
840
857
|
}),
|
|
841
|
-
month:
|
|
858
|
+
month: St({
|
|
842
859
|
matchPatterns: {
|
|
843
860
|
narrow: /^[يفمأمسند]/i,
|
|
844
861
|
abbreviated: /^(ين|ف|مار|أب|ماي|يون|يول|أغ|س|أك|ن|د)/i,
|
|
@@ -877,7 +894,7 @@ var wt = {
|
|
|
877
894
|
},
|
|
878
895
|
defaultParseWidth: "any"
|
|
879
896
|
}),
|
|
880
|
-
day:
|
|
897
|
+
day: St({
|
|
881
898
|
matchPatterns: {
|
|
882
899
|
narrow: /^[حنثرخجس]/i,
|
|
883
900
|
short: /^(أحد|اثنين|ثلاثاء|أربعاء|خميس|جمعة|سبت)/i,
|
|
@@ -916,7 +933,7 @@ var wt = {
|
|
|
916
933
|
},
|
|
917
934
|
defaultParseWidth: "any"
|
|
918
935
|
}),
|
|
919
|
-
dayPeriod:
|
|
936
|
+
dayPeriod: St({
|
|
920
937
|
matchPatterns: {
|
|
921
938
|
narrow: /^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,
|
|
922
939
|
any: /^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i
|
|
@@ -942,9 +959,9 @@ var wt = {
|
|
|
942
959
|
};
|
|
943
960
|
//#endregion
|
|
944
961
|
//#region src/components/pure/calendar.tsx
|
|
945
|
-
function
|
|
946
|
-
let p =
|
|
947
|
-
return /* @__PURE__ */ a(
|
|
962
|
+
function jt({ className: e, classNames: t, showOutsideDays: n = !0, captionLayout: r = "label", buttonVariant: i = "ghost", locale: o, formatters: s, components: c, ...d }) {
|
|
963
|
+
let p = Ie();
|
|
964
|
+
return /* @__PURE__ */ a(Fe, {
|
|
948
965
|
showOutsideDays: n,
|
|
949
966
|
className: P("p-2 [--cell-radius:var(--radius-md)] [--cell-size:--spacing(7)] bg-background group/calendar in-data-[slot=card-content]:bg-transparent in-data-[slot=popover-content]:bg-transparent", String.raw`rtl:**:[.rdp-button\_next>svg]:rotate-180`, String.raw`rtl:**:[.rdp-button\_previous>svg]:rotate-180`, e),
|
|
950
967
|
captionLayout: r,
|
|
@@ -958,8 +975,8 @@ function kt({ className: e, classNames: t, showOutsideDays: n = !0, captionLayou
|
|
|
958
975
|
months: P("flex gap-4 flex-col md:flex-row relative", p.months),
|
|
959
976
|
month: P("flex flex-col w-full gap-4", p.month),
|
|
960
977
|
nav: P("flex items-center gap-1 w-full absolute top-0 inset-x-0 justify-between", p.nav),
|
|
961
|
-
button_previous: P(
|
|
962
|
-
button_next: P(
|
|
978
|
+
button_previous: P(ot({ variant: i }), "size-(--cell-size) aria-disabled:opacity-50 p-0 select-none", p.button_previous),
|
|
979
|
+
button_next: P(ot({ variant: i }), "size-(--cell-size) aria-disabled:opacity-50 p-0 select-none", p.button_next),
|
|
963
980
|
month_caption: P("flex items-center justify-center h-(--cell-size) w-full px-(--cell-size)", p.month_caption),
|
|
964
981
|
dropdowns: P("w-full flex items-center text-sm font-medium justify-center h-(--cell-size) gap-1.5", p.dropdowns),
|
|
965
982
|
dropdown_root: P("relative rounded-(--cell-radius)", p.dropdown_root),
|
|
@@ -971,7 +988,7 @@ function kt({ className: e, classNames: t, showOutsideDays: n = !0, captionLayou
|
|
|
971
988
|
week: P("flex w-full mt-2", p.week),
|
|
972
989
|
week_number_header: P("select-none w-(--cell-size)", p.week_number_header),
|
|
973
990
|
week_number: P("text-[0.8rem] select-none text-muted-foreground", p.week_number),
|
|
974
|
-
day: P("relative w-full rounded-(--cell-radius) h-full p-0 text-center [&:last-child[data-selected=true]_button]:rounded-e-(--cell-radius) group/day aspect-square select-none",
|
|
991
|
+
day: P("relative w-full rounded-(--cell-radius) h-full p-0 text-center [&:last-child[data-selected=true]_button]:rounded-e-(--cell-radius) group/day aspect-square select-none", d.showWeekNumber ? "[&:nth-child(2)[data-selected=true]_button]:rounded-s-(--cell-radius)" : "[&:first-child[data-selected=true]_button]:rounded-s-(--cell-radius)", p.day),
|
|
975
992
|
range_start: P("rounded-s-(--cell-radius) bg-muted relative after:bg-muted after:absolute after:inset-y-0 after:w-4 after:end-0 z-0 isolate", p.range_start),
|
|
976
993
|
range_middle: P("rounded-none", p.range_middle),
|
|
977
994
|
range_end: P("rounded-e-(--cell-radius) bg-muted relative after:bg-muted after:absolute after:inset-y-0 after:w-4 after:start-0 z-0 isolate", p.range_end),
|
|
@@ -991,14 +1008,14 @@ function kt({ className: e, classNames: t, showOutsideDays: n = !0, captionLayou
|
|
|
991
1008
|
Chevron: ({ className: e, orientation: t, ...n }) => t === "left" ? /* @__PURE__ */ a(u, {
|
|
992
1009
|
className: P("rtl:rotate-180 size-4", e),
|
|
993
1010
|
...n
|
|
994
|
-
}) : t === "right" ? /* @__PURE__ */ a(
|
|
1011
|
+
}) : t === "right" ? /* @__PURE__ */ a(f, {
|
|
995
1012
|
className: P("rtl:rotate-180 size-4", e),
|
|
996
1013
|
...n
|
|
997
1014
|
}) : /* @__PURE__ */ a(l, {
|
|
998
1015
|
className: P("size-4", e),
|
|
999
1016
|
...n
|
|
1000
1017
|
}),
|
|
1001
|
-
DayButton: ({ ...e }) => /* @__PURE__ */ a(
|
|
1018
|
+
DayButton: ({ ...e }) => /* @__PURE__ */ a(Mt, {
|
|
1002
1019
|
locale: o,
|
|
1003
1020
|
...e
|
|
1004
1021
|
}),
|
|
@@ -1011,11 +1028,11 @@ function kt({ className: e, classNames: t, showOutsideDays: n = !0, captionLayou
|
|
|
1011
1028
|
}),
|
|
1012
1029
|
...c
|
|
1013
1030
|
},
|
|
1014
|
-
...
|
|
1031
|
+
...d
|
|
1015
1032
|
});
|
|
1016
1033
|
}
|
|
1017
|
-
function
|
|
1018
|
-
let o =
|
|
1034
|
+
function Mt({ className: e, day: t, modifiers: n, locale: r, ...i }) {
|
|
1035
|
+
let o = Ie(), s = y.useRef(null);
|
|
1019
1036
|
return y.useEffect(() => {
|
|
1020
1037
|
n.focused && s.current?.focus();
|
|
1021
1038
|
}, [n.focused]), /* @__PURE__ */ a(F, {
|
|
@@ -1033,20 +1050,20 @@ function At({ className: e, day: t, modifiers: n, locale: r, ...i }) {
|
|
|
1033
1050
|
}
|
|
1034
1051
|
//#endregion
|
|
1035
1052
|
//#region src/components/pure/popover.tsx
|
|
1036
|
-
function
|
|
1037
|
-
return /* @__PURE__ */ a(
|
|
1053
|
+
function Nt({ ...e }) {
|
|
1054
|
+
return /* @__PURE__ */ a(Le.Root, {
|
|
1038
1055
|
"data-slot": "popover",
|
|
1039
1056
|
...e
|
|
1040
1057
|
});
|
|
1041
1058
|
}
|
|
1042
|
-
function
|
|
1043
|
-
return /* @__PURE__ */ a(
|
|
1059
|
+
function Pt({ ...e }) {
|
|
1060
|
+
return /* @__PURE__ */ a(Le.Trigger, {
|
|
1044
1061
|
"data-slot": "popover-trigger",
|
|
1045
1062
|
...e
|
|
1046
1063
|
});
|
|
1047
1064
|
}
|
|
1048
|
-
function
|
|
1049
|
-
return /* @__PURE__ */ a(
|
|
1065
|
+
function Ft({ className: e, align: t = "center", sideOffset: n = 4, ...r }) {
|
|
1066
|
+
return /* @__PURE__ */ a(Le.Portal, { children: /* @__PURE__ */ a(Le.Content, {
|
|
1050
1067
|
"data-slot": "popover-content",
|
|
1051
1068
|
align: t,
|
|
1052
1069
|
sideOffset: n,
|
|
@@ -1054,27 +1071,27 @@ function Nt({ className: e, align: t = "center", sideOffset: n = 4, ...r }) {
|
|
|
1054
1071
|
...r
|
|
1055
1072
|
}) });
|
|
1056
1073
|
}
|
|
1057
|
-
function
|
|
1058
|
-
return /* @__PURE__ */ a(
|
|
1074
|
+
function It({ ...e }) {
|
|
1075
|
+
return /* @__PURE__ */ a(Le.Anchor, {
|
|
1059
1076
|
"data-slot": "popover-anchor",
|
|
1060
1077
|
...e
|
|
1061
1078
|
});
|
|
1062
1079
|
}
|
|
1063
|
-
function
|
|
1080
|
+
function Lt({ className: e, ...t }) {
|
|
1064
1081
|
return /* @__PURE__ */ a("div", {
|
|
1065
1082
|
"data-slot": "popover-header",
|
|
1066
1083
|
className: P("flex flex-col gap-0.5 text-sm", e),
|
|
1067
1084
|
...t
|
|
1068
1085
|
});
|
|
1069
1086
|
}
|
|
1070
|
-
function
|
|
1087
|
+
function Rt({ className: e, ...t }) {
|
|
1071
1088
|
return /* @__PURE__ */ a("div", {
|
|
1072
1089
|
"data-slot": "popover-title",
|
|
1073
1090
|
className: P("font-medium", e),
|
|
1074
1091
|
...t
|
|
1075
1092
|
});
|
|
1076
1093
|
}
|
|
1077
|
-
function
|
|
1094
|
+
function zt({ className: e, ...t }) {
|
|
1078
1095
|
return /* @__PURE__ */ a("p", {
|
|
1079
1096
|
"data-slot": "popover-description",
|
|
1080
1097
|
className: P("text-muted-foreground", e),
|
|
@@ -1083,17 +1100,17 @@ function Lt({ className: e, ...t }) {
|
|
|
1083
1100
|
}
|
|
1084
1101
|
//#endregion
|
|
1085
1102
|
//#region src/components/custom/inputs/dateInput.tsx
|
|
1086
|
-
function
|
|
1087
|
-
return /* @__PURE__ */ o(
|
|
1103
|
+
function Bt({ value: e, onChange: t, isInvalid: n, placeholder: r = "اختر تاريخا", locale: i = At }) {
|
|
1104
|
+
return /* @__PURE__ */ o(Nt, { children: [/* @__PURE__ */ a(Pt, {
|
|
1088
1105
|
asChild: !0,
|
|
1089
1106
|
children: /* @__PURE__ */ o(F, {
|
|
1090
1107
|
variant: "outline",
|
|
1091
1108
|
className: P("w-full justify-between text-left font-normal", !e && "text-muted-foreground", n && "border-red-600 ring-red-600 text-red-900"),
|
|
1092
|
-
children: [e ?
|
|
1109
|
+
children: [e ? Pe(e, "PPP", { locale: i }) : /* @__PURE__ */ a("span", { children: r }), /* @__PURE__ */ a(l, { className: "h-4 w-4 opacity-50" })]
|
|
1093
1110
|
})
|
|
1094
|
-
}), /* @__PURE__ */ a(
|
|
1111
|
+
}), /* @__PURE__ */ a(Ft, {
|
|
1095
1112
|
className: "w-auto p-0",
|
|
1096
|
-
children: /* @__PURE__ */ a(
|
|
1113
|
+
children: /* @__PURE__ */ a(jt, {
|
|
1097
1114
|
mode: "single",
|
|
1098
1115
|
selected: e,
|
|
1099
1116
|
onSelect: t,
|
|
@@ -1103,8 +1120,8 @@ function Rt({ value: e, onChange: t, isInvalid: n, placeholder: r = "اختر ت
|
|
|
1103
1120
|
}
|
|
1104
1121
|
//#endregion
|
|
1105
1122
|
//#region src/components/pure/label.tsx
|
|
1106
|
-
function
|
|
1107
|
-
return /* @__PURE__ */ a(
|
|
1123
|
+
function Vt({ className: e, ...t }) {
|
|
1124
|
+
return /* @__PURE__ */ a(Re.Root, {
|
|
1108
1125
|
"data-slot": "label",
|
|
1109
1126
|
className: P("gap-2 text-sm leading-none font-medium group-data-[disabled=true]:opacity-50 peer-disabled:opacity-50 flex items-center select-none group-data-[disabled=true]:pointer-events-none peer-disabled:cursor-not-allowed", e),
|
|
1110
1127
|
...t
|
|
@@ -1118,7 +1135,7 @@ function R({ label: e, error: t, isInvalid: n, children: r, required: i }) {
|
|
|
1118
1135
|
children: [
|
|
1119
1136
|
/* @__PURE__ */ o("div", {
|
|
1120
1137
|
className: "flex items-center gap-1",
|
|
1121
|
-
children: [/* @__PURE__ */ a(
|
|
1138
|
+
children: [/* @__PURE__ */ a(Vt, {
|
|
1122
1139
|
className: "text-sm font-medium",
|
|
1123
1140
|
children: e
|
|
1124
1141
|
}), i && /* @__PURE__ */ a("span", {
|
|
@@ -1136,13 +1153,13 @@ function R({ label: e, error: t, isInvalid: n, children: r, required: i }) {
|
|
|
1136
1153
|
}
|
|
1137
1154
|
//#endregion
|
|
1138
1155
|
//#region src/components/custom/fields/dateField.tsx
|
|
1139
|
-
function
|
|
1156
|
+
function Ht({ label: e, error: t, isInvalid: n, required: r, ...i }) {
|
|
1140
1157
|
return /* @__PURE__ */ a(R, {
|
|
1141
1158
|
label: e,
|
|
1142
1159
|
error: t,
|
|
1143
1160
|
isInvalid: n,
|
|
1144
1161
|
required: r,
|
|
1145
|
-
children: /* @__PURE__ */ a(
|
|
1162
|
+
children: /* @__PURE__ */ a(Bt, {
|
|
1146
1163
|
...i,
|
|
1147
1164
|
isInvalid: n
|
|
1148
1165
|
})
|
|
@@ -1160,7 +1177,7 @@ function z({ className: e, type: t, ...n }) {
|
|
|
1160
1177
|
}
|
|
1161
1178
|
//#endregion
|
|
1162
1179
|
//#region src/components/custom/inputs/baseInput.tsx
|
|
1163
|
-
function
|
|
1180
|
+
function Ut({ isInvalid: e, className: t, ...n }) {
|
|
1164
1181
|
return /* @__PURE__ */ a(z, {
|
|
1165
1182
|
...n,
|
|
1166
1183
|
className: P(t, e && "border-red-500 ring-red-500 text-red-900 focus-visible:ring-red-500")
|
|
@@ -1168,13 +1185,13 @@ function Vt({ isInvalid: e, className: t, ...n }) {
|
|
|
1168
1185
|
}
|
|
1169
1186
|
//#endregion
|
|
1170
1187
|
//#region src/components/custom/inputs/dateTimeInput.tsx
|
|
1171
|
-
function
|
|
1188
|
+
function Wt({ value: e, onChange: t, isInvalid: n, locale: r = At }) {
|
|
1172
1189
|
let i = e instanceof Date ? e : void 0;
|
|
1173
1190
|
return /* @__PURE__ */ o("div", {
|
|
1174
1191
|
className: "flex gap-2 w-full",
|
|
1175
1192
|
children: [/* @__PURE__ */ a("div", {
|
|
1176
1193
|
className: "flex-1",
|
|
1177
|
-
children: /* @__PURE__ */ a(
|
|
1194
|
+
children: /* @__PURE__ */ a(Bt, {
|
|
1178
1195
|
value: i,
|
|
1179
1196
|
onChange: (e) => {
|
|
1180
1197
|
if (!e) return;
|
|
@@ -1187,10 +1204,10 @@ function Ht({ value: e, onChange: t, isInvalid: n, locale: r = Ot }) {
|
|
|
1187
1204
|
})
|
|
1188
1205
|
}), /* @__PURE__ */ a("div", {
|
|
1189
1206
|
className: "w-24",
|
|
1190
|
-
children: /* @__PURE__ */ a(
|
|
1207
|
+
children: /* @__PURE__ */ a(Ut, {
|
|
1191
1208
|
type: "time",
|
|
1192
1209
|
className: "bg-background appearance-none",
|
|
1193
|
-
value: i ?
|
|
1210
|
+
value: i ? Pe(i, "HH:mm") : "",
|
|
1194
1211
|
onChange: (e) => {
|
|
1195
1212
|
let n = e.target.value;
|
|
1196
1213
|
if (!n) return;
|
|
@@ -1204,13 +1221,13 @@ function Ht({ value: e, onChange: t, isInvalid: n, locale: r = Ot }) {
|
|
|
1204
1221
|
}
|
|
1205
1222
|
//#endregion
|
|
1206
1223
|
//#region src/components/custom/fields/dateTimeField.tsx
|
|
1207
|
-
function
|
|
1224
|
+
function Gt({ label: e, error: t, isInvalid: n, required: r, ...i }) {
|
|
1208
1225
|
return /* @__PURE__ */ a(R, {
|
|
1209
1226
|
label: e,
|
|
1210
1227
|
error: t,
|
|
1211
1228
|
isInvalid: n,
|
|
1212
1229
|
required: r,
|
|
1213
|
-
children: /* @__PURE__ */ a(
|
|
1230
|
+
children: /* @__PURE__ */ a(Wt, {
|
|
1214
1231
|
...i,
|
|
1215
1232
|
isInvalid: n
|
|
1216
1233
|
})
|
|
@@ -1218,12 +1235,12 @@ function Ut({ label: e, error: t, isInvalid: n, required: r, ...i }) {
|
|
|
1218
1235
|
}
|
|
1219
1236
|
//#endregion
|
|
1220
1237
|
//#region src/components/custom/separators/titleSeparator.tsx
|
|
1221
|
-
function
|
|
1238
|
+
function Kt({ title: e }) {
|
|
1222
1239
|
return /* @__PURE__ */ o("div", {
|
|
1223
1240
|
className: "flex items-center gap-4",
|
|
1224
1241
|
children: [
|
|
1225
1242
|
/* @__PURE__ */ a(L, { className: "flex-1" }),
|
|
1226
|
-
/* @__PURE__ */ a(
|
|
1243
|
+
/* @__PURE__ */ a(Vt, {
|
|
1227
1244
|
className: "shrink-0 text-sm font-semibold",
|
|
1228
1245
|
children: e
|
|
1229
1246
|
}),
|
|
@@ -1233,10 +1250,10 @@ function Wt({ title: e }) {
|
|
|
1233
1250
|
}
|
|
1234
1251
|
//#endregion
|
|
1235
1252
|
//#region src/components/custom/fields/fieldsSection.tsx
|
|
1236
|
-
function
|
|
1253
|
+
function qt({ title: e, children: t, columns: n = 2, className: r }) {
|
|
1237
1254
|
return /* @__PURE__ */ o("div", {
|
|
1238
1255
|
className: P("space-y-3", r),
|
|
1239
|
-
children: [e && /* @__PURE__ */ a(
|
|
1256
|
+
children: [e && /* @__PURE__ */ a(Kt, { title: e }), /* @__PURE__ */ a("div", {
|
|
1240
1257
|
className: P("grid gap-4", {
|
|
1241
1258
|
"grid-cols-1": n === 1,
|
|
1242
1259
|
"grid-cols-2": n === 2,
|
|
@@ -1248,13 +1265,13 @@ function Gt({ title: e, children: t, columns: n = 2, className: r }) {
|
|
|
1248
1265
|
}
|
|
1249
1266
|
//#endregion
|
|
1250
1267
|
//#region src/components/custom/fields/inputField.tsx
|
|
1251
|
-
function
|
|
1268
|
+
function Jt({ label: e, error: t, isInvalid: n, required: r, ...i }) {
|
|
1252
1269
|
return /* @__PURE__ */ a(R, {
|
|
1253
1270
|
label: e,
|
|
1254
1271
|
error: t,
|
|
1255
1272
|
isInvalid: n,
|
|
1256
1273
|
required: r,
|
|
1257
|
-
children: /* @__PURE__ */ a(
|
|
1274
|
+
children: /* @__PURE__ */ a(Ut, {
|
|
1258
1275
|
...i,
|
|
1259
1276
|
isInvalid: n
|
|
1260
1277
|
})
|
|
@@ -1262,7 +1279,7 @@ function Kt({ label: e, error: t, isInvalid: n, required: r, ...i }) {
|
|
|
1262
1279
|
}
|
|
1263
1280
|
//#endregion
|
|
1264
1281
|
//#region src/components/custom/inputs/numberInput.tsx
|
|
1265
|
-
function
|
|
1282
|
+
function Yt({ onChange: e, min: t, max: n, isInvalid: r, className: i, ...o }) {
|
|
1266
1283
|
return /* @__PURE__ */ a(z, {
|
|
1267
1284
|
...o,
|
|
1268
1285
|
type: "number",
|
|
@@ -1282,13 +1299,13 @@ function qt({ onChange: e, min: t, max: n, isInvalid: r, className: i, ...o }) {
|
|
|
1282
1299
|
}
|
|
1283
1300
|
//#endregion
|
|
1284
1301
|
//#region src/components/custom/fields/numberField.tsx
|
|
1285
|
-
function
|
|
1302
|
+
function Xt({ label: e, error: t, isInvalid: n, required: r, ...i }) {
|
|
1286
1303
|
return /* @__PURE__ */ a(R, {
|
|
1287
1304
|
label: e,
|
|
1288
1305
|
error: t,
|
|
1289
1306
|
isInvalid: n,
|
|
1290
1307
|
required: r,
|
|
1291
|
-
children: /* @__PURE__ */ a(
|
|
1308
|
+
children: /* @__PURE__ */ a(Yt, {
|
|
1292
1309
|
...i,
|
|
1293
1310
|
isInvalid: n
|
|
1294
1311
|
})
|
|
@@ -1296,11 +1313,11 @@ function Jt({ label: e, error: t, isInvalid: n, required: r, ...i }) {
|
|
|
1296
1313
|
}
|
|
1297
1314
|
//#endregion
|
|
1298
1315
|
//#region src/components/custom/fields/passwordField.tsx
|
|
1299
|
-
function
|
|
1316
|
+
function Zt(e) {
|
|
1300
1317
|
let [t, n] = x(!1);
|
|
1301
1318
|
return /* @__PURE__ */ o("div", {
|
|
1302
1319
|
className: "relative",
|
|
1303
|
-
children: [/* @__PURE__ */ a(
|
|
1320
|
+
children: [/* @__PURE__ */ a(Jt, {
|
|
1304
1321
|
...e,
|
|
1305
1322
|
type: t ? "text" : "password",
|
|
1306
1323
|
className: "pl-10"
|
|
@@ -1308,14 +1325,14 @@ function Yt(e) {
|
|
|
1308
1325
|
type: "button",
|
|
1309
1326
|
onClick: () => n(!t),
|
|
1310
1327
|
className: "absolute left-3 top-8.5 text-gray-500 hover:text-gray-700",
|
|
1311
|
-
children: a(t ?
|
|
1328
|
+
children: a(t ? v : _, { size: 16 })
|
|
1312
1329
|
})]
|
|
1313
1330
|
});
|
|
1314
1331
|
}
|
|
1315
1332
|
//#endregion
|
|
1316
1333
|
//#region src/components/custom/fields/phoneField.tsx
|
|
1317
|
-
function
|
|
1318
|
-
return /* @__PURE__ */ a(
|
|
1334
|
+
function Qt(e) {
|
|
1335
|
+
return /* @__PURE__ */ a(Jt, {
|
|
1319
1336
|
...e,
|
|
1320
1337
|
type: "tel",
|
|
1321
1338
|
dir: "ltr",
|
|
@@ -1325,26 +1342,26 @@ function Xt(e) {
|
|
|
1325
1342
|
}
|
|
1326
1343
|
//#endregion
|
|
1327
1344
|
//#region src/components/pure/select.tsx
|
|
1328
|
-
function
|
|
1345
|
+
function $t({ ...e }) {
|
|
1329
1346
|
return /* @__PURE__ */ a(T.Root, {
|
|
1330
1347
|
"data-slot": "select",
|
|
1331
1348
|
...e
|
|
1332
1349
|
});
|
|
1333
1350
|
}
|
|
1334
|
-
function
|
|
1351
|
+
function en({ className: e, ...t }) {
|
|
1335
1352
|
return /* @__PURE__ */ a(T.Group, {
|
|
1336
1353
|
"data-slot": "select-group",
|
|
1337
1354
|
className: P("scroll-my-1 p-1", e),
|
|
1338
1355
|
...t
|
|
1339
1356
|
});
|
|
1340
1357
|
}
|
|
1341
|
-
function
|
|
1358
|
+
function tn({ ...e }) {
|
|
1342
1359
|
return /* @__PURE__ */ a(T.Value, {
|
|
1343
1360
|
"data-slot": "select-value",
|
|
1344
1361
|
...e
|
|
1345
1362
|
});
|
|
1346
1363
|
}
|
|
1347
|
-
function
|
|
1364
|
+
function nn({ className: e, size: t = "default", children: n, ...r }) {
|
|
1348
1365
|
return /* @__PURE__ */ o(T.Trigger, {
|
|
1349
1366
|
"data-slot": "select-trigger",
|
|
1350
1367
|
"data-size": t,
|
|
@@ -1356,7 +1373,7 @@ function en({ className: e, size: t = "default", children: n, ...r }) {
|
|
|
1356
1373
|
})]
|
|
1357
1374
|
});
|
|
1358
1375
|
}
|
|
1359
|
-
function
|
|
1376
|
+
function rn({ className: e, children: t, position: n = "item-aligned", align: r = "center", ...i }) {
|
|
1360
1377
|
return /* @__PURE__ */ a(T.Portal, { children: /* @__PURE__ */ o(T.Content, {
|
|
1361
1378
|
"data-slot": "select-content",
|
|
1362
1379
|
"data-align-trigger": n === "item-aligned",
|
|
@@ -1365,24 +1382,24 @@ function tn({ className: e, children: t, position: n = "item-aligned", align: r
|
|
|
1365
1382
|
align: r,
|
|
1366
1383
|
...i,
|
|
1367
1384
|
children: [
|
|
1368
|
-
/* @__PURE__ */ a(
|
|
1385
|
+
/* @__PURE__ */ a(cn, {}),
|
|
1369
1386
|
/* @__PURE__ */ a(T.Viewport, {
|
|
1370
1387
|
"data-position": n,
|
|
1371
1388
|
className: P("data-[position=popper]:h-(--radix-select-trigger-height) data-[position=popper]:w-full data-[position=popper]:min-w-(--radix-select-trigger-width)", n === "popper" && ""),
|
|
1372
1389
|
children: t
|
|
1373
1390
|
}),
|
|
1374
|
-
/* @__PURE__ */ a(
|
|
1391
|
+
/* @__PURE__ */ a(ln, {})
|
|
1375
1392
|
]
|
|
1376
1393
|
}) });
|
|
1377
1394
|
}
|
|
1378
|
-
function
|
|
1395
|
+
function an({ className: e, ...t }) {
|
|
1379
1396
|
return /* @__PURE__ */ a(T.Label, {
|
|
1380
1397
|
"data-slot": "select-label",
|
|
1381
1398
|
className: P("text-muted-foreground px-1.5 py-1 text-xs", e),
|
|
1382
1399
|
...t
|
|
1383
1400
|
});
|
|
1384
1401
|
}
|
|
1385
|
-
function
|
|
1402
|
+
function on({ className: e, children: t, ...n }) {
|
|
1386
1403
|
return /* @__PURE__ */ o(T.Item, {
|
|
1387
1404
|
"data-slot": "select-item",
|
|
1388
1405
|
className: P("focus:bg-accent focus:text-accent-foreground not-data-[variant=destructive]:focus:**:text-accent-foreground gap-1.5 rounded-md py-1 pe-8 ps-1.5 text-sm [&_svg:not([class*='size-'])]:size-4 *:[span]:last:flex *:[span]:last:items-center *:[span]:last:gap-2 relative flex w-full cursor-default items-center outline-hidden select-none data-disabled:pointer-events-none data-disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0", e),
|
|
@@ -1393,22 +1410,22 @@ function rn({ className: e, children: t, ...n }) {
|
|
|
1393
1410
|
}), /* @__PURE__ */ a(T.ItemText, { children: t })]
|
|
1394
1411
|
});
|
|
1395
1412
|
}
|
|
1396
|
-
function
|
|
1413
|
+
function sn({ className: e, ...t }) {
|
|
1397
1414
|
return /* @__PURE__ */ a(T.Separator, {
|
|
1398
1415
|
"data-slot": "select-separator",
|
|
1399
1416
|
className: P("bg-border -mx-1 my-1 h-px pointer-events-none", e),
|
|
1400
1417
|
...t
|
|
1401
1418
|
});
|
|
1402
1419
|
}
|
|
1403
|
-
function
|
|
1420
|
+
function cn({ className: e, ...t }) {
|
|
1404
1421
|
return /* @__PURE__ */ a(T.ScrollUpButton, {
|
|
1405
1422
|
"data-slot": "select-scroll-up-button",
|
|
1406
1423
|
className: P("bg-popover z-10 flex cursor-default items-center justify-center py-1 [&_svg:not([class*='size-'])]:size-4", e),
|
|
1407
1424
|
...t,
|
|
1408
|
-
children: /* @__PURE__ */ a(
|
|
1425
|
+
children: /* @__PURE__ */ a(p, {})
|
|
1409
1426
|
});
|
|
1410
1427
|
}
|
|
1411
|
-
function
|
|
1428
|
+
function ln({ className: e, ...t }) {
|
|
1412
1429
|
return /* @__PURE__ */ a(T.ScrollDownButton, {
|
|
1413
1430
|
"data-slot": "select-scroll-down-button",
|
|
1414
1431
|
className: P("bg-popover z-10 flex cursor-default items-center justify-center py-1 [&_svg:not([class*='size-'])]:size-4", e),
|
|
@@ -1418,16 +1435,16 @@ function sn({ className: e, ...t }) {
|
|
|
1418
1435
|
}
|
|
1419
1436
|
//#endregion
|
|
1420
1437
|
//#region src/components/custom/inputs/selectInput.tsx
|
|
1421
|
-
function
|
|
1422
|
-
return /* @__PURE__ */ o(
|
|
1438
|
+
function un({ value: e, onValueChange: t, options: n, placeholder: r, isInvalid: i, disabled: s }) {
|
|
1439
|
+
return /* @__PURE__ */ o($t, {
|
|
1423
1440
|
value: e,
|
|
1424
1441
|
onValueChange: t,
|
|
1425
1442
|
dir: "rtl",
|
|
1426
1443
|
disabled: s,
|
|
1427
|
-
children: [/* @__PURE__ */ a(
|
|
1444
|
+
children: [/* @__PURE__ */ a(nn, {
|
|
1428
1445
|
className: P("w-full", i && "border-red-600 ring-red-600 text-red-900"),
|
|
1429
|
-
children: /* @__PURE__ */ a(
|
|
1430
|
-
}), /* @__PURE__ */ a(
|
|
1446
|
+
children: /* @__PURE__ */ a(tn, { placeholder: r })
|
|
1447
|
+
}), /* @__PURE__ */ a(rn, { children: n.map((e) => /* @__PURE__ */ a(on, {
|
|
1431
1448
|
value: e.value,
|
|
1432
1449
|
children: e.label
|
|
1433
1450
|
}, e.value)) })]
|
|
@@ -1435,13 +1452,13 @@ function cn({ value: e, onValueChange: t, options: n, placeholder: r, isInvalid:
|
|
|
1435
1452
|
}
|
|
1436
1453
|
//#endregion
|
|
1437
1454
|
//#region src/components/custom/fields/selectField.tsx
|
|
1438
|
-
function
|
|
1455
|
+
function dn({ label: e, error: t, required: n, isInvalid: r, ...i }) {
|
|
1439
1456
|
return /* @__PURE__ */ a(R, {
|
|
1440
1457
|
label: e,
|
|
1441
1458
|
error: t,
|
|
1442
1459
|
isInvalid: r,
|
|
1443
1460
|
required: n,
|
|
1444
|
-
children: /* @__PURE__ */ a(
|
|
1461
|
+
children: /* @__PURE__ */ a(un, {
|
|
1445
1462
|
...i,
|
|
1446
1463
|
isInvalid: r
|
|
1447
1464
|
})
|
|
@@ -1449,7 +1466,7 @@ function ln({ label: e, error: t, required: n, isInvalid: r, ...i }) {
|
|
|
1449
1466
|
}
|
|
1450
1467
|
//#endregion
|
|
1451
1468
|
//#region src/components/pure/card.tsx
|
|
1452
|
-
function
|
|
1469
|
+
function fn({ className: e, size: t = "default", ...n }) {
|
|
1453
1470
|
return /* @__PURE__ */ a("div", {
|
|
1454
1471
|
"data-slot": "card",
|
|
1455
1472
|
"data-size": t,
|
|
@@ -1457,42 +1474,42 @@ function un({ className: e, size: t = "default", ...n }) {
|
|
|
1457
1474
|
...n
|
|
1458
1475
|
});
|
|
1459
1476
|
}
|
|
1460
|
-
function
|
|
1477
|
+
function pn({ className: e, ...t }) {
|
|
1461
1478
|
return /* @__PURE__ */ a("div", {
|
|
1462
1479
|
"data-slot": "card-header",
|
|
1463
1480
|
className: P("gap-1 rounded-t-xl px-4 group-data-[size=sm]/card:px-3 [.border-b]:pb-4 group-data-[size=sm]/card:[.border-b]:pb-3 group/card-header @container/card-header grid auto-rows-min items-start has-data-[slot=card-action]:grid-cols-[1fr_auto] has-data-[slot=card-description]:grid-rows-[auto_auto]", e),
|
|
1464
1481
|
...t
|
|
1465
1482
|
});
|
|
1466
1483
|
}
|
|
1467
|
-
function
|
|
1484
|
+
function mn({ className: e, ...t }) {
|
|
1468
1485
|
return /* @__PURE__ */ a("div", {
|
|
1469
1486
|
"data-slot": "card-title",
|
|
1470
1487
|
className: P("text-base leading-snug font-medium group-data-[size=sm]/card:text-sm", e),
|
|
1471
1488
|
...t
|
|
1472
1489
|
});
|
|
1473
1490
|
}
|
|
1474
|
-
function
|
|
1491
|
+
function hn({ className: e, ...t }) {
|
|
1475
1492
|
return /* @__PURE__ */ a("div", {
|
|
1476
1493
|
"data-slot": "card-description",
|
|
1477
1494
|
className: P("text-muted-foreground text-sm", e),
|
|
1478
1495
|
...t
|
|
1479
1496
|
});
|
|
1480
1497
|
}
|
|
1481
|
-
function
|
|
1498
|
+
function gn({ className: e, ...t }) {
|
|
1482
1499
|
return /* @__PURE__ */ a("div", {
|
|
1483
1500
|
"data-slot": "card-action",
|
|
1484
1501
|
className: P("col-start-2 row-span-2 row-start-1 self-start justify-self-end", e),
|
|
1485
1502
|
...t
|
|
1486
1503
|
});
|
|
1487
1504
|
}
|
|
1488
|
-
function
|
|
1505
|
+
function _n({ className: e, ...t }) {
|
|
1489
1506
|
return /* @__PURE__ */ a("div", {
|
|
1490
1507
|
"data-slot": "card-content",
|
|
1491
1508
|
className: P("px-4 group-data-[size=sm]/card:px-3", e),
|
|
1492
1509
|
...t
|
|
1493
1510
|
});
|
|
1494
1511
|
}
|
|
1495
|
-
function
|
|
1512
|
+
function vn({ className: e, ...t }) {
|
|
1496
1513
|
return /* @__PURE__ */ a("div", {
|
|
1497
1514
|
"data-slot": "card-footer",
|
|
1498
1515
|
className: P("bg-muted/50 rounded-b-xl border-t p-4 group-data-[size=sm]/card:p-3 flex items-center", e),
|
|
@@ -1501,14 +1518,14 @@ function gn({ className: e, ...t }) {
|
|
|
1501
1518
|
}
|
|
1502
1519
|
//#endregion
|
|
1503
1520
|
//#region src/components/pure/carousel.tsx
|
|
1504
|
-
var
|
|
1505
|
-
function
|
|
1506
|
-
let e = y.useContext(
|
|
1521
|
+
var yn = y.createContext(null);
|
|
1522
|
+
function bn() {
|
|
1523
|
+
let e = y.useContext(yn);
|
|
1507
1524
|
if (!e) throw Error("useCarousel must be used within a <Carousel />");
|
|
1508
1525
|
return e;
|
|
1509
1526
|
}
|
|
1510
|
-
function
|
|
1511
|
-
let [c, l] =
|
|
1527
|
+
function xn({ orientation: e = "horizontal", opts: t, setApi: n, plugins: r, className: i, children: o, ...s }) {
|
|
1528
|
+
let [c, l] = ze({
|
|
1512
1529
|
...t,
|
|
1513
1530
|
axis: e === "horizontal" ? "x" : "y"
|
|
1514
1531
|
}, r), [u, d] = y.useState(!1), [f, p] = y.useState(!1), m = y.useCallback((e) => {
|
|
@@ -1526,7 +1543,7 @@ function yn({ orientation: e = "horizontal", opts: t, setApi: n, plugins: r, cla
|
|
|
1526
1543
|
if (l) return m(l), l.on("reInit", m), l.on("select", m), () => {
|
|
1527
1544
|
l?.off("select", m);
|
|
1528
1545
|
};
|
|
1529
|
-
}, [l, m]), /* @__PURE__ */ a(
|
|
1546
|
+
}, [l, m]), /* @__PURE__ */ a(yn.Provider, {
|
|
1530
1547
|
value: {
|
|
1531
1548
|
carouselRef: c,
|
|
1532
1549
|
api: l,
|
|
@@ -1548,8 +1565,8 @@ function yn({ orientation: e = "horizontal", opts: t, setApi: n, plugins: r, cla
|
|
|
1548
1565
|
})
|
|
1549
1566
|
});
|
|
1550
1567
|
}
|
|
1551
|
-
function
|
|
1552
|
-
let { carouselRef: n, orientation: r } =
|
|
1568
|
+
function Sn({ className: e, ...t }) {
|
|
1569
|
+
let { carouselRef: n, orientation: r } = bn();
|
|
1553
1570
|
return /* @__PURE__ */ a("div", {
|
|
1554
1571
|
ref: n,
|
|
1555
1572
|
className: "overflow-hidden",
|
|
@@ -1560,8 +1577,8 @@ function bn({ className: e, ...t }) {
|
|
|
1560
1577
|
})
|
|
1561
1578
|
});
|
|
1562
1579
|
}
|
|
1563
|
-
function
|
|
1564
|
-
let { orientation: n } =
|
|
1580
|
+
function Cn({ className: e, ...t }) {
|
|
1581
|
+
let { orientation: n } = bn();
|
|
1565
1582
|
return /* @__PURE__ */ a("div", {
|
|
1566
1583
|
role: "group",
|
|
1567
1584
|
"aria-roledescription": "slide",
|
|
@@ -1570,8 +1587,8 @@ function xn({ className: e, ...t }) {
|
|
|
1570
1587
|
...t
|
|
1571
1588
|
});
|
|
1572
1589
|
}
|
|
1573
|
-
function
|
|
1574
|
-
let { orientation: i, scrollPrev: s, canScrollPrev: c } =
|
|
1590
|
+
function wn({ className: e, variant: t = "outline", size: n = "icon-sm", ...r }) {
|
|
1591
|
+
let { orientation: i, scrollPrev: s, canScrollPrev: c } = bn();
|
|
1575
1592
|
return /* @__PURE__ */ o(F, {
|
|
1576
1593
|
"data-slot": "carousel-previous",
|
|
1577
1594
|
variant: t,
|
|
@@ -1586,8 +1603,8 @@ function Sn({ className: e, variant: t = "outline", size: n = "icon-sm", ...r })
|
|
|
1586
1603
|
})]
|
|
1587
1604
|
});
|
|
1588
1605
|
}
|
|
1589
|
-
function
|
|
1590
|
-
let { orientation: i, scrollNext: s, canScrollNext: c } =
|
|
1606
|
+
function Tn({ className: e, variant: t = "outline", size: n = "icon-sm", ...r }) {
|
|
1607
|
+
let { orientation: i, scrollNext: s, canScrollNext: c } = bn();
|
|
1591
1608
|
return /* @__PURE__ */ o(F, {
|
|
1592
1609
|
"data-slot": "carousel-next",
|
|
1593
1610
|
variant: t,
|
|
@@ -1596,7 +1613,7 @@ function Cn({ className: e, variant: t = "outline", size: n = "icon-sm", ...r })
|
|
|
1596
1613
|
disabled: !c,
|
|
1597
1614
|
onClick: s,
|
|
1598
1615
|
...r,
|
|
1599
|
-
children: [/* @__PURE__ */ a(
|
|
1616
|
+
children: [/* @__PURE__ */ a(f, { className: "rtl:rotate-180" }), /* @__PURE__ */ a("span", {
|
|
1600
1617
|
className: "sr-only",
|
|
1601
1618
|
children: "Next slide"
|
|
1602
1619
|
})]
|
|
@@ -1604,17 +1621,17 @@ function Cn({ className: e, variant: t = "outline", size: n = "icon-sm", ...r })
|
|
|
1604
1621
|
}
|
|
1605
1622
|
//#endregion
|
|
1606
1623
|
//#region src/components/custom/fields/storageFilesField.tsx
|
|
1607
|
-
function
|
|
1624
|
+
function En(e) {
|
|
1608
1625
|
return e?.contentType === "application/pdf" || e?.extension?.toLowerCase() === ".pdf";
|
|
1609
1626
|
}
|
|
1610
|
-
function
|
|
1611
|
-
let m =
|
|
1627
|
+
function Dn({ label: e, file: t, onFileChange: n, onRemove: r, onDownload: s, getFileSrc: c, showPreview: l, fileInputRef: u, error: d, isInvalid: f, dir: p = "rtl" }) {
|
|
1628
|
+
let m = ke(() => Array.isArray(t) ? t : t ? [t] : [], [t]), h = ke(() => m.filter((e) => l(e)), [m, l]), _ = b((e) => {
|
|
1612
1629
|
n(e), e.target && (e.target.value = "");
|
|
1613
|
-
}, [n]),
|
|
1614
|
-
let t =
|
|
1630
|
+
}, [n]), v = b((e) => {
|
|
1631
|
+
let t = En(e), n = c(e);
|
|
1615
1632
|
return t ? /* @__PURE__ */ o("div", {
|
|
1616
1633
|
className: "flex flex-col items-center justify-center w-full h-full bg-muted/30",
|
|
1617
|
-
children: [/* @__PURE__ */ a(
|
|
1634
|
+
children: [/* @__PURE__ */ a(ee, { className: "h-12 w-12 text-red-500 mb-2" }), /* @__PURE__ */ a("span", {
|
|
1618
1635
|
className: "text-[10px] font-medium text-muted-foreground px-2 truncate w-full text-center",
|
|
1619
1636
|
children: "PDF Document"
|
|
1620
1637
|
})]
|
|
@@ -1632,35 +1649,35 @@ function Tn({ label: e, file: t, onFileChange: n, onRemove: r, onDownload: s, ge
|
|
|
1632
1649
|
className: "text-xs font-medium text-muted-foreground pb-10",
|
|
1633
1650
|
children: e
|
|
1634
1651
|
}),
|
|
1635
|
-
|
|
1652
|
+
h.length > 0 ? /* @__PURE__ */ o("div", {
|
|
1636
1653
|
className: "space-y-2 max-w-100 mt-3",
|
|
1637
|
-
children: [/* @__PURE__ */ o(
|
|
1654
|
+
children: [/* @__PURE__ */ o(xn, {
|
|
1638
1655
|
opts: {
|
|
1639
1656
|
direction: p,
|
|
1640
1657
|
align: "start",
|
|
1641
1658
|
dragFree: !0
|
|
1642
1659
|
},
|
|
1643
1660
|
className: "w-full relative group",
|
|
1644
|
-
children: [/* @__PURE__ */ a(
|
|
1661
|
+
children: [/* @__PURE__ */ a(Sn, { children: h.map((e, t) => {
|
|
1645
1662
|
let n = e.url || (e.base64File ? e.base64File.substring(0, 40) : `fallback-key-${t}`), i = m.indexOf(e);
|
|
1646
|
-
return /* @__PURE__ */ a(
|
|
1663
|
+
return /* @__PURE__ */ a(Cn, {
|
|
1647
1664
|
className: "basis-full",
|
|
1648
1665
|
children: /* @__PURE__ */ a("div", {
|
|
1649
1666
|
className: "p-1",
|
|
1650
|
-
children: /* @__PURE__ */ a(
|
|
1667
|
+
children: /* @__PURE__ */ a(fn, {
|
|
1651
1668
|
className: "relative group overflow-hidden border-2 aspect-video flex items-center justify-center bg-background shadow-sm",
|
|
1652
|
-
children: /* @__PURE__ */ o(
|
|
1669
|
+
children: /* @__PURE__ */ o(_n, {
|
|
1653
1670
|
className: "p-0 w-full h-full flex items-center justify-center",
|
|
1654
|
-
children: [/* @__PURE__ */ o(I, { children: [/* @__PURE__ */ a(
|
|
1671
|
+
children: [/* @__PURE__ */ o(I, { children: [/* @__PURE__ */ a(lt, {
|
|
1655
1672
|
asChild: !0,
|
|
1656
1673
|
children: /* @__PURE__ */ o("div", {
|
|
1657
1674
|
className: "cursor-zoom-in w-full h-full relative group",
|
|
1658
|
-
children: [
|
|
1675
|
+
children: [v(e), /* @__PURE__ */ a("div", {
|
|
1659
1676
|
className: "absolute inset-0 bg-black/20 opacity-0 group-hover:opacity-100 transition-opacity flex items-center justify-center",
|
|
1660
|
-
children: /* @__PURE__ */ a(
|
|
1677
|
+
children: /* @__PURE__ */ a(oe, { className: "text-white w-6 h-6" })
|
|
1661
1678
|
})]
|
|
1662
1679
|
})
|
|
1663
|
-
}), /* @__PURE__ */ a(
|
|
1680
|
+
}), /* @__PURE__ */ a(pt, {
|
|
1664
1681
|
className: "sm:max-w-[80vw] sm:w-[80vw] sm:h-[80vh] p-0 bg-background/95 border-none shadow-2xl overflow-hidden flex items-center justify-center",
|
|
1665
1682
|
children: e.contentType === "application/pdf" || e.extension?.toLowerCase() === ".pdf" ? /* @__PURE__ */ a("iframe", {
|
|
1666
1683
|
src: c(e),
|
|
@@ -1684,7 +1701,7 @@ function Tn({ label: e, file: t, onFileChange: n, onRemove: r, onDownload: s, ge
|
|
|
1684
1701
|
t.stopPropagation(), r(i, e);
|
|
1685
1702
|
},
|
|
1686
1703
|
"aria-label": "Remove file",
|
|
1687
|
-
children: /* @__PURE__ */ a(
|
|
1704
|
+
children: /* @__PURE__ */ a(Se, { className: "h-4 w-4" })
|
|
1688
1705
|
}), /* @__PURE__ */ a(F, {
|
|
1689
1706
|
type: "button",
|
|
1690
1707
|
size: "icon",
|
|
@@ -1694,27 +1711,27 @@ function Tn({ label: e, file: t, onFileChange: n, onRemove: r, onDownload: s, ge
|
|
|
1694
1711
|
t.stopPropagation(), s(t, e);
|
|
1695
1712
|
},
|
|
1696
1713
|
"aria-label": "Download file",
|
|
1697
|
-
children: /* @__PURE__ */ a(
|
|
1714
|
+
children: /* @__PURE__ */ a(g, { className: "h-4 w-4" })
|
|
1698
1715
|
})]
|
|
1699
1716
|
})]
|
|
1700
1717
|
})
|
|
1701
1718
|
})
|
|
1702
1719
|
})
|
|
1703
1720
|
}, n);
|
|
1704
|
-
}) }),
|
|
1721
|
+
}) }), h.length > 1 && /* @__PURE__ */ o(i, { children: [/* @__PURE__ */ a(wn, { className: "absolute right-2 top-1/2 -translate-y-1/2 h-8 w-8 rounded-full z-40 bg-background/80 hover:bg-background" }), /* @__PURE__ */ a(Tn, { className: "absolute left-2 top-1/2 -translate-y-1/2 h-8 w-8 rounded-full z-40 bg-background/80 hover:bg-background" })] })]
|
|
1705
1722
|
}), /* @__PURE__ */ o(F, {
|
|
1706
1723
|
type: "button",
|
|
1707
1724
|
variant: "outline",
|
|
1708
1725
|
size: "sm",
|
|
1709
1726
|
className: "w-full text-[10px] h-8 border-dashed border-2 hover:bg-muted",
|
|
1710
1727
|
onClick: () => u.current?.click(),
|
|
1711
|
-
children: [/* @__PURE__ */ a(
|
|
1728
|
+
children: [/* @__PURE__ */ a(xe, { className: "ml-2 h-4 w-4" }), "تغيير / إضافة صورة"]
|
|
1712
1729
|
})]
|
|
1713
1730
|
}) : /* @__PURE__ */ o("div", {
|
|
1714
1731
|
onClick: () => u.current?.click(),
|
|
1715
1732
|
className: P("flex flex-col items-center justify-center w-100 mt-3 h-50 border-2 border-dashed rounded-md cursor-pointer hover:bg-muted/50 transition-colors bg-muted/5", f && "border-red-500 bg-red-50"),
|
|
1716
1733
|
children: [
|
|
1717
|
-
/* @__PURE__ */ a(
|
|
1734
|
+
/* @__PURE__ */ a(xe, { className: "h-8 w-8 text-muted-foreground mb-2" }),
|
|
1718
1735
|
/* @__PURE__ */ a("span", {
|
|
1719
1736
|
className: "text-xs text-muted-foreground font-medium",
|
|
1720
1737
|
children: "ارفع الملفات"
|
|
@@ -1742,7 +1759,7 @@ function Tn({ label: e, file: t, onFileChange: n, onRemove: r, onDownload: s, ge
|
|
|
1742
1759
|
}
|
|
1743
1760
|
//#endregion
|
|
1744
1761
|
//#region src/components/pure/textarea.tsx
|
|
1745
|
-
function
|
|
1762
|
+
function On({ className: e, ...t }) {
|
|
1746
1763
|
return /* @__PURE__ */ a("textarea", {
|
|
1747
1764
|
"data-slot": "textarea",
|
|
1748
1765
|
className: P("border-input dark:bg-input/30 focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive dark:aria-invalid:border-destructive/50 disabled:bg-input/50 dark:disabled:bg-input/80 rounded-lg border bg-transparent px-2.5 py-2 text-base transition-colors focus-visible:ring-3 aria-invalid:ring-3 md:text-sm placeholder:text-muted-foreground flex field-sizing-content min-h-16 w-full outline-none disabled:cursor-not-allowed disabled:opacity-50", e),
|
|
@@ -1751,21 +1768,21 @@ function En({ className: e, ...t }) {
|
|
|
1751
1768
|
}
|
|
1752
1769
|
//#endregion
|
|
1753
1770
|
//#region src/components/custom/inputs/textAreaInput.tsx
|
|
1754
|
-
function
|
|
1755
|
-
return /* @__PURE__ */ a(
|
|
1771
|
+
function kn({ isInvalid: e, className: t, ...n }) {
|
|
1772
|
+
return /* @__PURE__ */ a(On, {
|
|
1756
1773
|
...n,
|
|
1757
1774
|
className: P(t, e && "border-red-600 focus-visible:ring-red-600")
|
|
1758
1775
|
});
|
|
1759
1776
|
}
|
|
1760
1777
|
//#endregion
|
|
1761
1778
|
//#region src/components/custom/fields/textAreaField.tsx
|
|
1762
|
-
function
|
|
1779
|
+
function An({ label: e, error: t, isInvalid: n, required: r, ...i }) {
|
|
1763
1780
|
return /* @__PURE__ */ a(R, {
|
|
1764
1781
|
label: e,
|
|
1765
1782
|
error: t,
|
|
1766
1783
|
isInvalid: n,
|
|
1767
1784
|
required: r,
|
|
1768
|
-
children: /* @__PURE__ */ a(
|
|
1785
|
+
children: /* @__PURE__ */ a(kn, {
|
|
1769
1786
|
...i,
|
|
1770
1787
|
isInvalid: n
|
|
1771
1788
|
})
|
|
@@ -1773,16 +1790,16 @@ function On({ label: e, error: t, isInvalid: n, required: r, ...i }) {
|
|
|
1773
1790
|
}
|
|
1774
1791
|
//#endregion
|
|
1775
1792
|
//#region src/components/custom/fields/textField.tsx
|
|
1776
|
-
function
|
|
1777
|
-
return /* @__PURE__ */ a(
|
|
1793
|
+
function jn(e) {
|
|
1794
|
+
return /* @__PURE__ */ a(Jt, {
|
|
1778
1795
|
...e,
|
|
1779
1796
|
type: "text"
|
|
1780
1797
|
});
|
|
1781
1798
|
}
|
|
1782
1799
|
//#endregion
|
|
1783
1800
|
//#region src/components/custom/images/lightbox.tsx
|
|
1784
|
-
function
|
|
1785
|
-
return
|
|
1801
|
+
function Mn({ srcLight: e, srcDark: t, alt: n, onClose: r }) {
|
|
1802
|
+
return Oe(() => {
|
|
1786
1803
|
let e = (e) => e.key === "Escape" && r();
|
|
1787
1804
|
return window.addEventListener("keydown", e), document.body.style.overflow = "hidden", () => {
|
|
1788
1805
|
window.removeEventListener("keydown", e), document.body.style.overflow = "";
|
|
@@ -1794,7 +1811,7 @@ function An({ srcLight: e, srcDark: t, alt: n, onClose: r }) {
|
|
|
1794
1811
|
className: "absolute top-4 left-4 rounded-full bg-muted p-2 text-foreground hover:bg-accent transition-colors",
|
|
1795
1812
|
onClick: r,
|
|
1796
1813
|
"aria-label": "إغلاق",
|
|
1797
|
-
children: /* @__PURE__ */ a(
|
|
1814
|
+
children: /* @__PURE__ */ a(Se, { className: "h-5 w-5" })
|
|
1798
1815
|
}), /* @__PURE__ */ o("div", {
|
|
1799
1816
|
className: "relative max-h-full max-w-6xl w-full overflow-hidden rounded-xl border border-border shadow-2xl",
|
|
1800
1817
|
onClick: (e) => e.stopPropagation(),
|
|
@@ -1812,7 +1829,7 @@ function An({ srcLight: e, srcDark: t, alt: n, onClose: r }) {
|
|
|
1812
1829
|
}
|
|
1813
1830
|
//#endregion
|
|
1814
1831
|
//#region src/components/custom/images/zoomableImage.tsx
|
|
1815
|
-
function
|
|
1832
|
+
function Nn({ srcLight: e, srcDark: t, alt: n, className: r, wrapperClassName: i, onOpen: s }) {
|
|
1816
1833
|
return /* @__PURE__ */ o("div", {
|
|
1817
1834
|
className: `group/zoom relative cursor-zoom-in overflow-hidden ${i ?? ""}`,
|
|
1818
1835
|
onClick: () => s(e, t, n),
|
|
@@ -1822,7 +1839,7 @@ function jn({ srcLight: e, srcDark: t, alt: n, className: r, wrapperClassName: i
|
|
|
1822
1839
|
className: "absolute inset-0 z-10 flex items-center justify-center opacity-0 transition-opacity duration-200 group-hover/zoom:opacity-100 bg-foreground/10",
|
|
1823
1840
|
children: /* @__PURE__ */ o("div", {
|
|
1824
1841
|
className: "flex items-center gap-1.5 rounded-full bg-background/80 px-3 py-1.5 text-xs font-medium text-foreground shadow backdrop-blur-sm",
|
|
1825
|
-
children: [/* @__PURE__ */ a(
|
|
1842
|
+
children: [/* @__PURE__ */ a(we, { className: "h-3.5 w-3.5" }), "تكبير"]
|
|
1826
1843
|
})
|
|
1827
1844
|
}),
|
|
1828
1845
|
/* @__PURE__ */ a("img", {
|
|
@@ -1840,8 +1857,8 @@ function jn({ srcLight: e, srcDark: t, alt: n, className: r, wrapperClassName: i
|
|
|
1840
1857
|
}
|
|
1841
1858
|
//#endregion
|
|
1842
1859
|
//#region src/components/custom/inputs/searchInput.tsx
|
|
1843
|
-
function
|
|
1844
|
-
let [n, r] = x(""), [i, s] = x(e[0]?.value || ""), c =
|
|
1860
|
+
function Pn({ columnsNames: e, onSearch: t }) {
|
|
1861
|
+
let [n, r] = x(""), [i, s] = x(e[0]?.value || ""), c = Be((e, n) => {
|
|
1845
1862
|
e.trim() ? t({
|
|
1846
1863
|
value: e,
|
|
1847
1864
|
columnName: n
|
|
@@ -1851,22 +1868,22 @@ function Mn({ columnsNames: e, onSearch: t }) {
|
|
|
1851
1868
|
className: "p-3 rounded-t-xl border-x border-t flex flex-col sm:flex-row gap-4",
|
|
1852
1869
|
children: /* @__PURE__ */ o("div", {
|
|
1853
1870
|
className: "relative w-full flex gap-2",
|
|
1854
|
-
children: [e.length > 1 && /* @__PURE__ */ o(
|
|
1871
|
+
children: [e.length > 1 && /* @__PURE__ */ o($t, {
|
|
1855
1872
|
dir: "rtl",
|
|
1856
1873
|
value: i,
|
|
1857
1874
|
onValueChange: (e) => {
|
|
1858
1875
|
s(e), n.trim() && c(n, e);
|
|
1859
1876
|
},
|
|
1860
|
-
children: [/* @__PURE__ */ a(
|
|
1877
|
+
children: [/* @__PURE__ */ a(nn, {
|
|
1861
1878
|
className: "bg-secondary border-none",
|
|
1862
|
-
children: /* @__PURE__ */ a(
|
|
1863
|
-
}), /* @__PURE__ */ a(
|
|
1879
|
+
children: /* @__PURE__ */ a(tn, { placeholder: "اختر العمود" })
|
|
1880
|
+
}), /* @__PURE__ */ a(rn, { children: e.map((e) => /* @__PURE__ */ a(on, {
|
|
1864
1881
|
value: e.value,
|
|
1865
1882
|
children: e.label
|
|
1866
1883
|
}, e.value)) })]
|
|
1867
1884
|
}), /* @__PURE__ */ o("div", {
|
|
1868
1885
|
className: "relative flex-1",
|
|
1869
|
-
children: [/* @__PURE__ */ a(
|
|
1886
|
+
children: [/* @__PURE__ */ a(ge, { className: "absolute right-3 top-1/2 -translate-y-1/2 h-4 w-4 text-muted-foreground" }), /* @__PURE__ */ a(z, {
|
|
1870
1887
|
value: n,
|
|
1871
1888
|
onChange: (e) => {
|
|
1872
1889
|
let n = e.target.value;
|
|
@@ -1881,7 +1898,7 @@ function Mn({ columnsNames: e, onSearch: t }) {
|
|
|
1881
1898
|
}
|
|
1882
1899
|
//#endregion
|
|
1883
1900
|
//#region src/components/pure/table.tsx
|
|
1884
|
-
function
|
|
1901
|
+
function Fn({ className: e, ...t }) {
|
|
1885
1902
|
return /* @__PURE__ */ a("div", {
|
|
1886
1903
|
"data-slot": "table-container",
|
|
1887
1904
|
className: "relative w-full overflow-x-auto",
|
|
@@ -1892,49 +1909,49 @@ function Nn({ className: e, ...t }) {
|
|
|
1892
1909
|
})
|
|
1893
1910
|
});
|
|
1894
1911
|
}
|
|
1895
|
-
function
|
|
1912
|
+
function In({ className: e, ...t }) {
|
|
1896
1913
|
return /* @__PURE__ */ a("thead", {
|
|
1897
1914
|
"data-slot": "table-header",
|
|
1898
1915
|
className: P("[&_tr]:border-b", e),
|
|
1899
1916
|
...t
|
|
1900
1917
|
});
|
|
1901
1918
|
}
|
|
1902
|
-
function
|
|
1919
|
+
function Ln({ className: e, ...t }) {
|
|
1903
1920
|
return /* @__PURE__ */ a("tbody", {
|
|
1904
1921
|
"data-slot": "table-body",
|
|
1905
1922
|
className: P("[&_tr:last-child]:border-0", e),
|
|
1906
1923
|
...t
|
|
1907
1924
|
});
|
|
1908
1925
|
}
|
|
1909
|
-
function
|
|
1926
|
+
function Rn({ className: e, ...t }) {
|
|
1910
1927
|
return /* @__PURE__ */ a("tfoot", {
|
|
1911
1928
|
"data-slot": "table-footer",
|
|
1912
1929
|
className: P("bg-muted/50 border-t font-medium [&>tr]:last:border-b-0", e),
|
|
1913
1930
|
...t
|
|
1914
1931
|
});
|
|
1915
1932
|
}
|
|
1916
|
-
function
|
|
1933
|
+
function zn({ className: e, ...t }) {
|
|
1917
1934
|
return /* @__PURE__ */ a("tr", {
|
|
1918
1935
|
"data-slot": "table-row",
|
|
1919
1936
|
className: P("hover:bg-muted/50 data-[state=selected]:bg-muted border-b transition-colors", e),
|
|
1920
1937
|
...t
|
|
1921
1938
|
});
|
|
1922
1939
|
}
|
|
1923
|
-
function
|
|
1940
|
+
function Bn({ className: e, ...t }) {
|
|
1924
1941
|
return /* @__PURE__ */ a("th", {
|
|
1925
1942
|
"data-slot": "table-head",
|
|
1926
1943
|
className: P("text-foreground h-10 px-2 text-start align-middle font-medium whitespace-nowrap [&:has([role=checkbox])]:pe-0", e),
|
|
1927
1944
|
...t
|
|
1928
1945
|
});
|
|
1929
1946
|
}
|
|
1930
|
-
function
|
|
1947
|
+
function Vn({ className: e, ...t }) {
|
|
1931
1948
|
return /* @__PURE__ */ a("td", {
|
|
1932
1949
|
"data-slot": "table-cell",
|
|
1933
1950
|
className: P("p-2 align-middle whitespace-nowrap [&:has([role=checkbox])]:pe-0", e),
|
|
1934
1951
|
...t
|
|
1935
1952
|
});
|
|
1936
1953
|
}
|
|
1937
|
-
function
|
|
1954
|
+
function Hn({ className: e, ...t }) {
|
|
1938
1955
|
return /* @__PURE__ */ a("caption", {
|
|
1939
1956
|
"data-slot": "table-caption",
|
|
1940
1957
|
className: P("text-muted-foreground mt-4 text-sm", e),
|
|
@@ -1943,53 +1960,53 @@ function Bn({ className: e, ...t }) {
|
|
|
1943
1960
|
}
|
|
1944
1961
|
//#endregion
|
|
1945
1962
|
//#region src/components/custom/status/empty.tsx
|
|
1946
|
-
function
|
|
1963
|
+
function Un({ className: e, ...t }) {
|
|
1947
1964
|
return /* @__PURE__ */ a("div", {
|
|
1948
1965
|
"data-slot": "empty",
|
|
1949
1966
|
className: P("gap-4 rounded-xl border-dashed p-6 flex w-full min-w-0 flex-1 flex-col items-center justify-center text-center text-balance", e),
|
|
1950
1967
|
...t
|
|
1951
1968
|
});
|
|
1952
1969
|
}
|
|
1953
|
-
function
|
|
1970
|
+
function Wn({ className: e, ...t }) {
|
|
1954
1971
|
return /* @__PURE__ */ a("div", {
|
|
1955
1972
|
"data-slot": "empty-header",
|
|
1956
1973
|
className: P("gap-2 flex max-w-sm flex-col items-center", e),
|
|
1957
1974
|
...t
|
|
1958
1975
|
});
|
|
1959
1976
|
}
|
|
1960
|
-
var
|
|
1977
|
+
var Gn = S("mb-2 flex shrink-0 items-center justify-center [&_svg]:pointer-events-none [&_svg]:shrink-0", {
|
|
1961
1978
|
variants: { variant: {
|
|
1962
1979
|
default: "bg-transparent",
|
|
1963
1980
|
icon: "bg-muted text-foreground flex size-8 shrink-0 items-center justify-center rounded-lg [&_svg:not([class*='size-'])]:size-4"
|
|
1964
1981
|
} },
|
|
1965
1982
|
defaultVariants: { variant: "default" }
|
|
1966
1983
|
});
|
|
1967
|
-
function
|
|
1984
|
+
function Kn({ className: e, variant: t = "default", ...n }) {
|
|
1968
1985
|
return /* @__PURE__ */ a("div", {
|
|
1969
1986
|
"data-slot": "empty-icon",
|
|
1970
1987
|
"data-variant": t,
|
|
1971
|
-
className: P(
|
|
1988
|
+
className: P(Gn({
|
|
1972
1989
|
variant: t,
|
|
1973
1990
|
className: e
|
|
1974
1991
|
})),
|
|
1975
1992
|
...n
|
|
1976
1993
|
});
|
|
1977
1994
|
}
|
|
1978
|
-
function
|
|
1995
|
+
function qn({ className: e, ...t }) {
|
|
1979
1996
|
return /* @__PURE__ */ a("div", {
|
|
1980
1997
|
"data-slot": "empty-title",
|
|
1981
1998
|
className: P("text-sm font-medium tracking-tight", e),
|
|
1982
1999
|
...t
|
|
1983
2000
|
});
|
|
1984
2001
|
}
|
|
1985
|
-
function
|
|
2002
|
+
function Jn({ className: e, ...t }) {
|
|
1986
2003
|
return /* @__PURE__ */ a("div", {
|
|
1987
2004
|
"data-slot": "empty-description",
|
|
1988
2005
|
className: P("text-sm/relaxed text-muted-foreground [&>a:hover]:text-primary [&>a]:underline [&>a]:underline-offset-4", e),
|
|
1989
2006
|
...t
|
|
1990
2007
|
});
|
|
1991
2008
|
}
|
|
1992
|
-
function
|
|
2009
|
+
function Yn({ className: e, ...t }) {
|
|
1993
2010
|
return /* @__PURE__ */ a("div", {
|
|
1994
2011
|
"data-slot": "empty-content",
|
|
1995
2012
|
className: P("gap-2.5 text-sm flex w-full max-w-sm min-w-0 flex-col items-center text-balance", e),
|
|
@@ -1998,91 +2015,91 @@ function qn({ className: e, ...t }) {
|
|
|
1998
2015
|
}
|
|
1999
2016
|
//#endregion
|
|
2000
2017
|
//#region src/components/custom/table/crudEmptyTablePreview.tsx
|
|
2001
|
-
function
|
|
2002
|
-
return a(e === "loading" ?
|
|
2018
|
+
function Xn({ mode: e }) {
|
|
2019
|
+
return a(e === "loading" ? Zn : e === "error" ? $n : Qn, {});
|
|
2003
2020
|
}
|
|
2004
|
-
function
|
|
2005
|
-
return /* @__PURE__ */ o(
|
|
2006
|
-
/* @__PURE__ */ a(
|
|
2021
|
+
function Zn() {
|
|
2022
|
+
return /* @__PURE__ */ o(Un, { children: [/* @__PURE__ */ o(Wn, { children: [
|
|
2023
|
+
/* @__PURE__ */ a(Kn, {
|
|
2007
2024
|
variant: "icon",
|
|
2008
|
-
children: /* @__PURE__ */ a(
|
|
2025
|
+
children: /* @__PURE__ */ a(ye, {})
|
|
2009
2026
|
}),
|
|
2010
|
-
/* @__PURE__ */ a(
|
|
2011
|
-
/* @__PURE__ */ a(
|
|
2012
|
-
] }), /* @__PURE__ */ a(
|
|
2027
|
+
/* @__PURE__ */ a(qn, { children: "الرجاء الانتظار" }),
|
|
2028
|
+
/* @__PURE__ */ a(Jn, { children: "يتم تحميل البيانات المطلوبة" })
|
|
2029
|
+
] }), /* @__PURE__ */ a(Yn, { children: /* @__PURE__ */ a(ie, { className: "animate-spin duration-700" }) })] });
|
|
2013
2030
|
}
|
|
2014
|
-
function
|
|
2015
|
-
return /* @__PURE__ */ a(
|
|
2016
|
-
/* @__PURE__ */ a(
|
|
2031
|
+
function Qn() {
|
|
2032
|
+
return /* @__PURE__ */ a(Un, { children: /* @__PURE__ */ o(Wn, { children: [
|
|
2033
|
+
/* @__PURE__ */ a(Kn, {
|
|
2017
2034
|
variant: "icon",
|
|
2018
|
-
children: /* @__PURE__ */ a(
|
|
2035
|
+
children: /* @__PURE__ */ a(ye, {})
|
|
2019
2036
|
}),
|
|
2020
|
-
/* @__PURE__ */ a(
|
|
2021
|
-
/* @__PURE__ */ a(
|
|
2037
|
+
/* @__PURE__ */ a(qn, { children: "لا توجد بيانات لعرضها" }),
|
|
2038
|
+
/* @__PURE__ */ a(Jn, { children: "هذا الجدول فارغ ولا يحتوي على بيانات للعرض" })
|
|
2022
2039
|
] }) });
|
|
2023
2040
|
}
|
|
2024
|
-
function
|
|
2025
|
-
return /* @__PURE__ */ o(
|
|
2026
|
-
/* @__PURE__ */ a(
|
|
2041
|
+
function $n() {
|
|
2042
|
+
return /* @__PURE__ */ o(Un, { children: [/* @__PURE__ */ o(Wn, { children: [
|
|
2043
|
+
/* @__PURE__ */ a(Kn, {
|
|
2027
2044
|
variant: "icon",
|
|
2028
|
-
children: /* @__PURE__ */ a(
|
|
2045
|
+
children: /* @__PURE__ */ a(ye, {})
|
|
2029
2046
|
}),
|
|
2030
|
-
/* @__PURE__ */ a(
|
|
2031
|
-
/* @__PURE__ */ a(
|
|
2032
|
-
] }), /* @__PURE__ */ a(
|
|
2047
|
+
/* @__PURE__ */ a(qn, { children: "حدث خطأ ما" }),
|
|
2048
|
+
/* @__PURE__ */ a(Jn, { children: "حدث خطأ اثناء جلب البيانات الرجاء التحقق من اتصالك الانترنت او اتصل بخدمة العملاء لدينا في حال تكراره" })
|
|
2049
|
+
] }), /* @__PURE__ */ a(Yn, { children: /* @__PURE__ */ a(he, {}) })] });
|
|
2033
2050
|
}
|
|
2034
2051
|
//#endregion
|
|
2035
2052
|
//#region src/components/custom/table/crudTable.tsx
|
|
2036
|
-
function
|
|
2037
|
-
return e.isLoading ? /* @__PURE__ */ a(
|
|
2053
|
+
function er({ state: e, children: t }) {
|
|
2054
|
+
return e.isLoading ? /* @__PURE__ */ a(Xn, { mode: "loading" }) : e.entities?.count == 0 ? /* @__PURE__ */ a(Xn, { mode: "empty" }) : e.entities == null ? /* @__PURE__ */ a(Xn, { mode: "loading" }) : /* @__PURE__ */ a(Fn, { children: t });
|
|
2038
2055
|
}
|
|
2039
2056
|
//#endregion
|
|
2040
2057
|
//#region src/components/pure/context-menu.tsx
|
|
2041
|
-
function
|
|
2058
|
+
function tr({ ...e }) {
|
|
2042
2059
|
return /* @__PURE__ */ a(E.Root, {
|
|
2043
2060
|
"data-slot": "context-menu",
|
|
2044
2061
|
...e
|
|
2045
2062
|
});
|
|
2046
2063
|
}
|
|
2047
|
-
function
|
|
2064
|
+
function nr({ className: e, ...t }) {
|
|
2048
2065
|
return /* @__PURE__ */ a(E.Trigger, {
|
|
2049
2066
|
"data-slot": "context-menu-trigger",
|
|
2050
2067
|
className: P("select-none", e),
|
|
2051
2068
|
...t
|
|
2052
2069
|
});
|
|
2053
2070
|
}
|
|
2054
|
-
function
|
|
2071
|
+
function rr({ ...e }) {
|
|
2055
2072
|
return /* @__PURE__ */ a(E.Group, {
|
|
2056
2073
|
"data-slot": "context-menu-group",
|
|
2057
2074
|
...e
|
|
2058
2075
|
});
|
|
2059
2076
|
}
|
|
2060
|
-
function
|
|
2077
|
+
function ir({ ...e }) {
|
|
2061
2078
|
return /* @__PURE__ */ a(E.Portal, {
|
|
2062
2079
|
"data-slot": "context-menu-portal",
|
|
2063
2080
|
...e
|
|
2064
2081
|
});
|
|
2065
2082
|
}
|
|
2066
|
-
function
|
|
2083
|
+
function ar({ ...e }) {
|
|
2067
2084
|
return /* @__PURE__ */ a(E.Sub, {
|
|
2068
2085
|
"data-slot": "context-menu-sub",
|
|
2069
2086
|
...e
|
|
2070
2087
|
});
|
|
2071
2088
|
}
|
|
2072
|
-
function
|
|
2089
|
+
function or({ ...e }) {
|
|
2073
2090
|
return /* @__PURE__ */ a(E.RadioGroup, {
|
|
2074
2091
|
"data-slot": "context-menu-radio-group",
|
|
2075
2092
|
...e
|
|
2076
2093
|
});
|
|
2077
2094
|
}
|
|
2078
|
-
function
|
|
2095
|
+
function sr({ className: e, ...t }) {
|
|
2079
2096
|
return /* @__PURE__ */ a(E.Portal, { children: /* @__PURE__ */ a(E.Content, {
|
|
2080
2097
|
"data-slot": "context-menu-content",
|
|
2081
2098
|
className: P("data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-closed:zoom-out-95 data-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 ring-foreground/10 bg-popover text-popover-foreground min-w-36 rounded-lg p-1 shadow-md ring-1 duration-100 z-50 max-h-(--radix-context-menu-content-available-height) origin-(--radix-context-menu-content-transform-origin) overflow-x-hidden overflow-y-auto", e),
|
|
2082
2099
|
...t
|
|
2083
2100
|
}) });
|
|
2084
2101
|
}
|
|
2085
|
-
function
|
|
2102
|
+
function cr({ className: e, inset: t, variant: n = "default", ...r }) {
|
|
2086
2103
|
return /* @__PURE__ */ a(E.Item, {
|
|
2087
2104
|
"data-slot": "context-menu-item",
|
|
2088
2105
|
"data-inset": t,
|
|
@@ -2091,23 +2108,23 @@ function or({ className: e, inset: t, variant: n = "default", ...r }) {
|
|
|
2091
2108
|
...r
|
|
2092
2109
|
});
|
|
2093
2110
|
}
|
|
2094
|
-
function
|
|
2111
|
+
function lr({ className: e, inset: t, children: n, ...r }) {
|
|
2095
2112
|
return /* @__PURE__ */ o(E.SubTrigger, {
|
|
2096
2113
|
"data-slot": "context-menu-sub-trigger",
|
|
2097
2114
|
"data-inset": t,
|
|
2098
2115
|
className: P("focus:bg-accent focus:text-accent-foreground data-open:bg-accent data-open:text-accent-foreground gap-1.5 rounded-md px-1.5 py-1 text-sm data-inset:ps-7 [&_svg:not([class*='size-'])]:size-4 flex cursor-default items-center outline-hidden select-none [&_svg]:pointer-events-none [&_svg]:shrink-0", e),
|
|
2099
2116
|
...r,
|
|
2100
|
-
children: [n, /* @__PURE__ */ a(
|
|
2117
|
+
children: [n, /* @__PURE__ */ a(f, { className: "rtl:rotate-180 ms-auto" })]
|
|
2101
2118
|
});
|
|
2102
2119
|
}
|
|
2103
|
-
function
|
|
2120
|
+
function ur({ className: e, ...t }) {
|
|
2104
2121
|
return /* @__PURE__ */ a(E.SubContent, {
|
|
2105
2122
|
"data-slot": "context-menu-sub-content",
|
|
2106
2123
|
className: P("data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-closed:zoom-out-95 data-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 bg-popover text-popover-foreground min-w-32 rounded-lg border p-1 shadow-lg duration-100 z-50 origin-(--radix-context-menu-content-transform-origin) overflow-hidden", e),
|
|
2107
2124
|
...t
|
|
2108
2125
|
});
|
|
2109
2126
|
}
|
|
2110
|
-
function
|
|
2127
|
+
function dr({ className: e, children: t, checked: n, inset: r, ...i }) {
|
|
2111
2128
|
return /* @__PURE__ */ o(E.CheckboxItem, {
|
|
2112
2129
|
"data-slot": "context-menu-checkbox-item",
|
|
2113
2130
|
"data-inset": r,
|
|
@@ -2120,7 +2137,7 @@ function lr({ className: e, children: t, checked: n, inset: r, ...i }) {
|
|
|
2120
2137
|
}), t]
|
|
2121
2138
|
});
|
|
2122
2139
|
}
|
|
2123
|
-
function
|
|
2140
|
+
function fr({ className: e, children: t, inset: n, ...r }) {
|
|
2124
2141
|
return /* @__PURE__ */ o(E.RadioItem, {
|
|
2125
2142
|
"data-slot": "context-menu-radio-item",
|
|
2126
2143
|
"data-inset": n,
|
|
@@ -2132,7 +2149,7 @@ function ur({ className: e, children: t, inset: n, ...r }) {
|
|
|
2132
2149
|
}), t]
|
|
2133
2150
|
});
|
|
2134
2151
|
}
|
|
2135
|
-
function
|
|
2152
|
+
function pr({ className: e, inset: t, ...n }) {
|
|
2136
2153
|
return /* @__PURE__ */ a(E.Label, {
|
|
2137
2154
|
"data-slot": "context-menu-label",
|
|
2138
2155
|
"data-inset": t,
|
|
@@ -2140,14 +2157,14 @@ function dr({ className: e, inset: t, ...n }) {
|
|
|
2140
2157
|
...n
|
|
2141
2158
|
});
|
|
2142
2159
|
}
|
|
2143
|
-
function
|
|
2160
|
+
function mr({ className: e, ...t }) {
|
|
2144
2161
|
return /* @__PURE__ */ a(E.Separator, {
|
|
2145
2162
|
"data-slot": "context-menu-separator",
|
|
2146
2163
|
className: P("bg-border -mx-1 my-1 h-px", e),
|
|
2147
2164
|
...t
|
|
2148
2165
|
});
|
|
2149
2166
|
}
|
|
2150
|
-
function
|
|
2167
|
+
function hr({ className: e, ...t }) {
|
|
2151
2168
|
return /* @__PURE__ */ a("span", {
|
|
2152
2169
|
"data-slot": "context-menu-shortcut",
|
|
2153
2170
|
className: P("text-muted-foreground group-focus/context-menu-item:text-accent-foreground ms-auto text-xs tracking-widest", e),
|
|
@@ -2156,14 +2173,14 @@ function pr({ className: e, ...t }) {
|
|
|
2156
2173
|
}
|
|
2157
2174
|
//#endregion
|
|
2158
2175
|
//#region src/components/custom/table/crudTableBodyRow.tsx
|
|
2159
|
-
function
|
|
2160
|
-
return /* @__PURE__ */ a(i, { children: /* @__PURE__ */ o(
|
|
2176
|
+
function gr({ tableRows: e, dropdownMenu: t, contextMenuContent: n }) {
|
|
2177
|
+
return /* @__PURE__ */ a(i, { children: /* @__PURE__ */ o(tr, {
|
|
2161
2178
|
dir: "rtl",
|
|
2162
|
-
children: [/* @__PURE__ */ a(
|
|
2179
|
+
children: [/* @__PURE__ */ a(nr, {
|
|
2163
2180
|
asChild: !0,
|
|
2164
|
-
children: /* @__PURE__ */ o(
|
|
2181
|
+
children: /* @__PURE__ */ o(zn, {
|
|
2165
2182
|
className: "hover:bg-secondary/50 transition-colors",
|
|
2166
|
-
children: [/* @__PURE__ */ a(
|
|
2183
|
+
children: [/* @__PURE__ */ a(Vn, { children: t }), e.map((e, t) => /* @__PURE__ */ a(Vn, { children: /* @__PURE__ */ a("span", {
|
|
2167
2184
|
className: e.rowStyles,
|
|
2168
2185
|
children: e.rowName
|
|
2169
2186
|
}) }, t))]
|
|
@@ -2173,18 +2190,18 @@ function mr({ tableRows: e, dropdownMenu: t, contextMenuContent: n }) {
|
|
|
2173
2190
|
}
|
|
2174
2191
|
//#endregion
|
|
2175
2192
|
//#region src/components/custom/table/crudTableCard.tsx
|
|
2176
|
-
function
|
|
2193
|
+
function _r({ cards: e }) {
|
|
2177
2194
|
return /* @__PURE__ */ a("div", {
|
|
2178
2195
|
className: "mb-5 grid grid-cols-1 sm:grid-cols-2 gap-5",
|
|
2179
|
-
children: e.map((e, t) => /* @__PURE__ */ o(
|
|
2196
|
+
children: e.map((e, t) => /* @__PURE__ */ o(fn, {
|
|
2180
2197
|
className: "shadow-sm",
|
|
2181
|
-
children: [/* @__PURE__ */ o(
|
|
2198
|
+
children: [/* @__PURE__ */ o(pn, {
|
|
2182
2199
|
className: "flex flex-row items-center justify-between space-y-0 pb-2",
|
|
2183
|
-
children: [/* @__PURE__ */ a(
|
|
2200
|
+
children: [/* @__PURE__ */ a(mn, {
|
|
2184
2201
|
className: "text-sm font-medium text-muted-foreground",
|
|
2185
2202
|
children: e.title
|
|
2186
2203
|
}), e.icon]
|
|
2187
|
-
}), /* @__PURE__ */ a(
|
|
2204
|
+
}), /* @__PURE__ */ a(_n, { children: /* @__PURE__ */ a("div", {
|
|
2188
2205
|
className: "text-2xl font-bold",
|
|
2189
2206
|
children: e.data
|
|
2190
2207
|
}) })]
|
|
@@ -2193,8 +2210,8 @@ function hr({ cards: e }) {
|
|
|
2193
2210
|
}
|
|
2194
2211
|
//#endregion
|
|
2195
2212
|
//#region src/components/custom/table/crudTableHeader.tsx
|
|
2196
|
-
function
|
|
2197
|
-
let [s, c] = x(!1), l =
|
|
2213
|
+
function vr({ title: e, buttonTitle: t, createComp: n, isButtonVisible: r = !0 }) {
|
|
2214
|
+
let [s, c] = x(!1), l = Te.isValidElement(n) ? Te.cloneElement(n, { onSuccess: (e) => {
|
|
2198
2215
|
c(!1), n.props.onSuccess?.(e);
|
|
2199
2216
|
} }) : n;
|
|
2200
2217
|
return /* @__PURE__ */ o(i, { children: [/* @__PURE__ */ o("div", {
|
|
@@ -2202,7 +2219,7 @@ function gr({ title: e, buttonTitle: t, createComp: n, isButtonVisible: r = !0 }
|
|
|
2202
2219
|
children: [/* @__PURE__ */ a("div", { children: /* @__PURE__ */ a("h1", { children: e }) }), r && /* @__PURE__ */ o(F, {
|
|
2203
2220
|
variant: "default",
|
|
2204
2221
|
onClick: () => c(!0),
|
|
2205
|
-
children: [/* @__PURE__ */ a(
|
|
2222
|
+
children: [/* @__PURE__ */ a(me, { className: "h-4 w-4" }), t]
|
|
2206
2223
|
})]
|
|
2207
2224
|
}), s && /* @__PURE__ */ a(I, {
|
|
2208
2225
|
open: s,
|
|
@@ -2212,10 +2229,10 @@ function gr({ title: e, buttonTitle: t, createComp: n, isButtonVisible: r = !0 }
|
|
|
2212
2229
|
}
|
|
2213
2230
|
//#endregion
|
|
2214
2231
|
//#region src/components/custom/table/crudTableHeaderRows.tsx
|
|
2215
|
-
function
|
|
2216
|
-
return /* @__PURE__ */ a(
|
|
2232
|
+
function yr({ tableHeadRows: e }) {
|
|
2233
|
+
return /* @__PURE__ */ a(In, {
|
|
2217
2234
|
className: "bg-muted",
|
|
2218
|
-
children: /* @__PURE__ */ a(
|
|
2235
|
+
children: /* @__PURE__ */ a(zn, { children: e.map((e, t) => /* @__PURE__ */ a(Bn, {
|
|
2219
2236
|
className: e.rowStyles,
|
|
2220
2237
|
children: e.rowName
|
|
2221
2238
|
}, t)) })
|
|
@@ -2223,7 +2240,7 @@ function _r({ tableHeadRows: e }) {
|
|
|
2223
2240
|
}
|
|
2224
2241
|
//#endregion
|
|
2225
2242
|
//#region src/components/pure/pagination.tsx
|
|
2226
|
-
function
|
|
2243
|
+
function br({ className: e, ...t }) {
|
|
2227
2244
|
return /* @__PURE__ */ a("nav", {
|
|
2228
2245
|
role: "navigation",
|
|
2229
2246
|
"aria-label": "pagination",
|
|
@@ -2232,20 +2249,20 @@ function vr({ className: e, ...t }) {
|
|
|
2232
2249
|
...t
|
|
2233
2250
|
});
|
|
2234
2251
|
}
|
|
2235
|
-
function
|
|
2252
|
+
function xr({ className: e, ...t }) {
|
|
2236
2253
|
return /* @__PURE__ */ a("ul", {
|
|
2237
2254
|
"data-slot": "pagination-content",
|
|
2238
2255
|
className: P("gap-0.5 flex items-center", e),
|
|
2239
2256
|
...t
|
|
2240
2257
|
});
|
|
2241
2258
|
}
|
|
2242
|
-
function
|
|
2259
|
+
function Sr({ ...e }) {
|
|
2243
2260
|
return /* @__PURE__ */ a("li", {
|
|
2244
2261
|
"data-slot": "pagination-item",
|
|
2245
2262
|
...e
|
|
2246
2263
|
});
|
|
2247
2264
|
}
|
|
2248
|
-
function
|
|
2265
|
+
function Cr({ className: e, isActive: t, size: n = "icon", ...r }) {
|
|
2249
2266
|
return /* @__PURE__ */ a(F, {
|
|
2250
2267
|
asChild: !0,
|
|
2251
2268
|
variant: t ? "outline" : "ghost",
|
|
@@ -2259,8 +2276,8 @@ function xr({ className: e, isActive: t, size: n = "icon", ...r }) {
|
|
|
2259
2276
|
})
|
|
2260
2277
|
});
|
|
2261
2278
|
}
|
|
2262
|
-
function
|
|
2263
|
-
return /* @__PURE__ */ o(
|
|
2279
|
+
function wr({ className: e, text: t = "Previous", ...n }) {
|
|
2280
|
+
return /* @__PURE__ */ o(Cr, {
|
|
2264
2281
|
"aria-label": "Go to previous page",
|
|
2265
2282
|
size: "default",
|
|
2266
2283
|
className: P("ps-1.5!", e),
|
|
@@ -2274,8 +2291,8 @@ function Sr({ className: e, text: t = "Previous", ...n }) {
|
|
|
2274
2291
|
})]
|
|
2275
2292
|
});
|
|
2276
2293
|
}
|
|
2277
|
-
function
|
|
2278
|
-
return /* @__PURE__ */ o(
|
|
2294
|
+
function Tr({ className: e, text: t = "Next", ...n }) {
|
|
2295
|
+
return /* @__PURE__ */ o(Cr, {
|
|
2279
2296
|
"aria-label": "Go to next page",
|
|
2280
2297
|
size: "default",
|
|
2281
2298
|
className: P("pe-1.5!", e),
|
|
@@ -2283,19 +2300,19 @@ function Cr({ className: e, text: t = "Next", ...n }) {
|
|
|
2283
2300
|
children: [/* @__PURE__ */ a("span", {
|
|
2284
2301
|
className: "hidden sm:block",
|
|
2285
2302
|
children: t
|
|
2286
|
-
}), /* @__PURE__ */ a(
|
|
2303
|
+
}), /* @__PURE__ */ a(f, {
|
|
2287
2304
|
"data-icon": "inline-end",
|
|
2288
2305
|
className: "rtl:rotate-180"
|
|
2289
2306
|
})]
|
|
2290
2307
|
});
|
|
2291
2308
|
}
|
|
2292
|
-
function
|
|
2309
|
+
function Er({ className: e, ...t }) {
|
|
2293
2310
|
return /* @__PURE__ */ o("span", {
|
|
2294
2311
|
"aria-hidden": !0,
|
|
2295
2312
|
"data-slot": "pagination-ellipsis",
|
|
2296
2313
|
className: P("size-8 [&_svg:not([class*='size-'])]:size-4 flex items-center justify-center", e),
|
|
2297
2314
|
...t,
|
|
2298
|
-
children: [/* @__PURE__ */ a(
|
|
2315
|
+
children: [/* @__PURE__ */ a(le, {}), /* @__PURE__ */ a("span", {
|
|
2299
2316
|
className: "sr-only",
|
|
2300
2317
|
children: "More pages"
|
|
2301
2318
|
})]
|
|
@@ -2303,25 +2320,25 @@ function wr({ className: e, ...t }) {
|
|
|
2303
2320
|
}
|
|
2304
2321
|
//#endregion
|
|
2305
2322
|
//#region src/components/pure/dropdown-menu.tsx
|
|
2306
|
-
function
|
|
2323
|
+
function Dr({ ...e }) {
|
|
2307
2324
|
return /* @__PURE__ */ a(D.Root, {
|
|
2308
2325
|
"data-slot": "dropdown-menu",
|
|
2309
2326
|
...e
|
|
2310
2327
|
});
|
|
2311
2328
|
}
|
|
2312
|
-
function
|
|
2329
|
+
function Or({ ...e }) {
|
|
2313
2330
|
return /* @__PURE__ */ a(D.Portal, {
|
|
2314
2331
|
"data-slot": "dropdown-menu-portal",
|
|
2315
2332
|
...e
|
|
2316
2333
|
});
|
|
2317
2334
|
}
|
|
2318
|
-
function
|
|
2335
|
+
function kr({ ...e }) {
|
|
2319
2336
|
return /* @__PURE__ */ a(D.Trigger, {
|
|
2320
2337
|
"data-slot": "dropdown-menu-trigger",
|
|
2321
2338
|
...e
|
|
2322
2339
|
});
|
|
2323
2340
|
}
|
|
2324
|
-
function
|
|
2341
|
+
function Ar({ className: e, align: t = "start", sideOffset: n = 4, ...r }) {
|
|
2325
2342
|
return /* @__PURE__ */ a(D.Portal, { children: /* @__PURE__ */ a(D.Content, {
|
|
2326
2343
|
"data-slot": "dropdown-menu-content",
|
|
2327
2344
|
sideOffset: n,
|
|
@@ -2330,7 +2347,7 @@ function Or({ className: e, align: t = "start", sideOffset: n = 4, ...r }) {
|
|
|
2330
2347
|
...r
|
|
2331
2348
|
}) });
|
|
2332
2349
|
}
|
|
2333
|
-
function
|
|
2350
|
+
function jr({ ...e }) {
|
|
2334
2351
|
return /* @__PURE__ */ a(D.Group, {
|
|
2335
2352
|
"data-slot": "dropdown-menu-group",
|
|
2336
2353
|
...e
|
|
@@ -2345,7 +2362,7 @@ function B({ className: e, inset: t, variant: n = "default", ...r }) {
|
|
|
2345
2362
|
...r
|
|
2346
2363
|
});
|
|
2347
2364
|
}
|
|
2348
|
-
function
|
|
2365
|
+
function Mr({ className: e, children: t, checked: n, inset: r, ...i }) {
|
|
2349
2366
|
return /* @__PURE__ */ o(D.CheckboxItem, {
|
|
2350
2367
|
"data-slot": "dropdown-menu-checkbox-item",
|
|
2351
2368
|
"data-inset": r,
|
|
@@ -2359,13 +2376,13 @@ function Ar({ className: e, children: t, checked: n, inset: r, ...i }) {
|
|
|
2359
2376
|
}), t]
|
|
2360
2377
|
});
|
|
2361
2378
|
}
|
|
2362
|
-
function
|
|
2379
|
+
function Nr({ ...e }) {
|
|
2363
2380
|
return /* @__PURE__ */ a(D.RadioGroup, {
|
|
2364
2381
|
"data-slot": "dropdown-menu-radio-group",
|
|
2365
2382
|
...e
|
|
2366
2383
|
});
|
|
2367
2384
|
}
|
|
2368
|
-
function
|
|
2385
|
+
function Pr({ className: e, children: t, inset: n, ...r }) {
|
|
2369
2386
|
return /* @__PURE__ */ o(D.RadioItem, {
|
|
2370
2387
|
"data-slot": "dropdown-menu-radio-item",
|
|
2371
2388
|
"data-inset": n,
|
|
@@ -2378,7 +2395,7 @@ function Mr({ className: e, children: t, inset: n, ...r }) {
|
|
|
2378
2395
|
}), t]
|
|
2379
2396
|
});
|
|
2380
2397
|
}
|
|
2381
|
-
function
|
|
2398
|
+
function Fr({ className: e, inset: t, ...n }) {
|
|
2382
2399
|
return /* @__PURE__ */ a(D.Label, {
|
|
2383
2400
|
"data-slot": "dropdown-menu-label",
|
|
2384
2401
|
"data-inset": t,
|
|
@@ -2386,36 +2403,36 @@ function Nr({ className: e, inset: t, ...n }) {
|
|
|
2386
2403
|
...n
|
|
2387
2404
|
});
|
|
2388
2405
|
}
|
|
2389
|
-
function
|
|
2406
|
+
function Ir({ className: e, ...t }) {
|
|
2390
2407
|
return /* @__PURE__ */ a(D.Separator, {
|
|
2391
2408
|
"data-slot": "dropdown-menu-separator",
|
|
2392
2409
|
className: P("bg-border -mx-1 my-1 h-px", e),
|
|
2393
2410
|
...t
|
|
2394
2411
|
});
|
|
2395
2412
|
}
|
|
2396
|
-
function
|
|
2413
|
+
function Lr({ className: e, ...t }) {
|
|
2397
2414
|
return /* @__PURE__ */ a("span", {
|
|
2398
2415
|
"data-slot": "dropdown-menu-shortcut",
|
|
2399
2416
|
className: P("text-muted-foreground group-focus/dropdown-menu-item:text-accent-foreground ms-auto text-xs tracking-widest", e),
|
|
2400
2417
|
...t
|
|
2401
2418
|
});
|
|
2402
2419
|
}
|
|
2403
|
-
function
|
|
2420
|
+
function Rr({ ...e }) {
|
|
2404
2421
|
return /* @__PURE__ */ a(D.Sub, {
|
|
2405
2422
|
"data-slot": "dropdown-menu-sub",
|
|
2406
2423
|
...e
|
|
2407
2424
|
});
|
|
2408
2425
|
}
|
|
2409
|
-
function
|
|
2426
|
+
function zr({ className: e, inset: t, children: n, ...r }) {
|
|
2410
2427
|
return /* @__PURE__ */ o(D.SubTrigger, {
|
|
2411
2428
|
"data-slot": "dropdown-menu-sub-trigger",
|
|
2412
2429
|
"data-inset": t,
|
|
2413
2430
|
className: P("focus:bg-accent focus:text-accent-foreground data-open:bg-accent data-open:text-accent-foreground not-data-[variant=destructive]:focus:**:text-accent-foreground gap-1.5 rounded-md px-1.5 py-1 text-sm data-inset:ps-7 [&_svg:not([class*='size-'])]:size-4 flex cursor-default items-center outline-hidden select-none [&_svg]:pointer-events-none [&_svg]:shrink-0", e),
|
|
2414
2431
|
...r,
|
|
2415
|
-
children: [n, /* @__PURE__ */ a(
|
|
2432
|
+
children: [n, /* @__PURE__ */ a(f, { className: "rtl:rotate-180 ms-auto" })]
|
|
2416
2433
|
});
|
|
2417
2434
|
}
|
|
2418
|
-
function
|
|
2435
|
+
function Br({ className: e, ...t }) {
|
|
2419
2436
|
return /* @__PURE__ */ a(D.SubContent, {
|
|
2420
2437
|
"data-slot": "dropdown-menu-sub-content",
|
|
2421
2438
|
className: P("data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-closed:zoom-out-95 data-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 ring-foreground/10 bg-popover text-popover-foreground min-w-[96px] rounded-md p-1 shadow-lg ring-1 duration-100 z-50 origin-(--radix-dropdown-menu-content-transform-origin) overflow-hidden", e),
|
|
@@ -2424,51 +2441,51 @@ function Rr({ className: e, ...t }) {
|
|
|
2424
2441
|
}
|
|
2425
2442
|
//#endregion
|
|
2426
2443
|
//#region src/hooks/use-mobile.ts
|
|
2427
|
-
var
|
|
2428
|
-
function
|
|
2444
|
+
var Vr = 768;
|
|
2445
|
+
function Hr() {
|
|
2429
2446
|
let [e, t] = y.useState(void 0);
|
|
2430
2447
|
return y.useEffect(() => {
|
|
2431
|
-
let e = window.matchMedia(`(max-width: ${
|
|
2432
|
-
t(window.innerWidth <
|
|
2448
|
+
let e = window.matchMedia(`(max-width: ${Vr - 1}px)`), n = () => {
|
|
2449
|
+
t(window.innerWidth < Vr);
|
|
2433
2450
|
};
|
|
2434
|
-
return e.addEventListener("change", n), t(window.innerWidth <
|
|
2451
|
+
return e.addEventListener("change", n), t(window.innerWidth < Vr), () => e.removeEventListener("change", n);
|
|
2435
2452
|
}, []), !!e;
|
|
2436
2453
|
}
|
|
2437
2454
|
//#endregion
|
|
2438
2455
|
//#region src/components/pure/sheet.tsx
|
|
2439
|
-
function
|
|
2456
|
+
function Ur({ ...e }) {
|
|
2440
2457
|
return /* @__PURE__ */ a(w.Root, {
|
|
2441
2458
|
"data-slot": "sheet",
|
|
2442
2459
|
...e
|
|
2443
2460
|
});
|
|
2444
2461
|
}
|
|
2445
|
-
function
|
|
2462
|
+
function Wr({ ...e }) {
|
|
2446
2463
|
return /* @__PURE__ */ a(w.Trigger, {
|
|
2447
2464
|
"data-slot": "sheet-trigger",
|
|
2448
2465
|
...e
|
|
2449
2466
|
});
|
|
2450
2467
|
}
|
|
2451
|
-
function
|
|
2468
|
+
function Gr({ ...e }) {
|
|
2452
2469
|
return /* @__PURE__ */ a(w.Close, {
|
|
2453
2470
|
"data-slot": "sheet-close",
|
|
2454
2471
|
...e
|
|
2455
2472
|
});
|
|
2456
2473
|
}
|
|
2457
|
-
function
|
|
2474
|
+
function Kr({ ...e }) {
|
|
2458
2475
|
return /* @__PURE__ */ a(w.Portal, {
|
|
2459
2476
|
"data-slot": "sheet-portal",
|
|
2460
2477
|
...e
|
|
2461
2478
|
});
|
|
2462
2479
|
}
|
|
2463
|
-
function
|
|
2480
|
+
function qr({ className: e, ...t }) {
|
|
2464
2481
|
return /* @__PURE__ */ a(w.Overlay, {
|
|
2465
2482
|
"data-slot": "sheet-overlay",
|
|
2466
2483
|
className: P("data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 bg-black/10 duration-100 data-ending-style:opacity-0 data-starting-style:opacity-0 supports-backdrop-filter:backdrop-blur-xs fixed inset-0 z-50", e),
|
|
2467
2484
|
...t
|
|
2468
2485
|
});
|
|
2469
2486
|
}
|
|
2470
|
-
function
|
|
2471
|
-
return /* @__PURE__ */ o(
|
|
2487
|
+
function Jr({ className: e, children: t, side: n = "right", showCloseButton: r = !0, ...i }) {
|
|
2488
|
+
return /* @__PURE__ */ o(Kr, { children: [/* @__PURE__ */ a(qr, {}), /* @__PURE__ */ o(w.Content, {
|
|
2472
2489
|
"data-slot": "sheet-content",
|
|
2473
2490
|
"data-side": n,
|
|
2474
2491
|
className: P("bg-background data-open:animate-in data-closed:animate-out data-[side=right]:data-closed:slide-out-to-right-10 data-[side=right]:data-open:slide-in-from-right-10 data-[side=left]:data-closed:slide-out-to-left-10 data-[side=left]:data-open:slide-in-from-left-10 data-[side=top]:data-closed:slide-out-to-top-10 data-[side=top]:data-open:slide-in-from-top-10 data-closed:fade-out-0 data-open:fade-in-0 data-[side=bottom]:data-closed:slide-out-to-bottom-10 data-[side=bottom]:data-open:slide-in-from-bottom-10 fixed z-50 flex flex-col gap-4 bg-clip-padding text-sm shadow-lg transition duration-200 ease-in-out data-[side=bottom]:inset-x-0 data-[side=bottom]:bottom-0 data-[side=bottom]:h-auto data-[side=bottom]:border-t data-[side=left]:inset-y-0 data-[side=left]:left-0 data-[side=left]:h-full data-[side=left]:w-3/4 data-[side=left]:border-e data-[side=right]:inset-y-0 data-[side=right]:right-0 data-[side=right]:h-full data-[side=right]:w-3/4 data-[side=right]:border-s data-[side=top]:inset-x-0 data-[side=top]:top-0 data-[side=top]:h-auto data-[side=top]:border-b data-[side=left]:sm:max-w-sm data-[side=right]:sm:max-w-sm", e),
|
|
@@ -2480,7 +2497,7 @@ function Kr({ className: e, children: t, side: n = "right", showCloseButton: r =
|
|
|
2480
2497
|
variant: "ghost",
|
|
2481
2498
|
className: "absolute top-3 end-3",
|
|
2482
2499
|
size: "icon-sm",
|
|
2483
|
-
children: [/* @__PURE__ */ a(
|
|
2500
|
+
children: [/* @__PURE__ */ a(Ce, {}), /* @__PURE__ */ a("span", {
|
|
2484
2501
|
className: "sr-only",
|
|
2485
2502
|
children: "Close"
|
|
2486
2503
|
})]
|
|
@@ -2488,28 +2505,28 @@ function Kr({ className: e, children: t, side: n = "right", showCloseButton: r =
|
|
|
2488
2505
|
})]
|
|
2489
2506
|
})] });
|
|
2490
2507
|
}
|
|
2491
|
-
function
|
|
2508
|
+
function Yr({ className: e, ...t }) {
|
|
2492
2509
|
return /* @__PURE__ */ a("div", {
|
|
2493
2510
|
"data-slot": "sheet-header",
|
|
2494
2511
|
className: P("gap-0.5 p-4 flex flex-col", e),
|
|
2495
2512
|
...t
|
|
2496
2513
|
});
|
|
2497
2514
|
}
|
|
2498
|
-
function
|
|
2515
|
+
function Xr({ className: e, ...t }) {
|
|
2499
2516
|
return /* @__PURE__ */ a("div", {
|
|
2500
2517
|
"data-slot": "sheet-footer",
|
|
2501
2518
|
className: P("gap-2 p-4 mt-auto flex flex-col", e),
|
|
2502
2519
|
...t
|
|
2503
2520
|
});
|
|
2504
2521
|
}
|
|
2505
|
-
function
|
|
2522
|
+
function Zr({ className: e, ...t }) {
|
|
2506
2523
|
return /* @__PURE__ */ a(w.Title, {
|
|
2507
2524
|
"data-slot": "sheet-title",
|
|
2508
2525
|
className: P("text-foreground text-base font-medium", e),
|
|
2509
2526
|
...t
|
|
2510
2527
|
});
|
|
2511
2528
|
}
|
|
2512
|
-
function
|
|
2529
|
+
function Qr({ className: e, ...t }) {
|
|
2513
2530
|
return /* @__PURE__ */ a(w.Description, {
|
|
2514
2531
|
"data-slot": "sheet-description",
|
|
2515
2532
|
className: P("text-muted-foreground text-sm", e),
|
|
@@ -2518,7 +2535,7 @@ function Xr({ className: e, ...t }) {
|
|
|
2518
2535
|
}
|
|
2519
2536
|
//#endregion
|
|
2520
2537
|
//#region src/components/pure/skeleton.tsx
|
|
2521
|
-
function
|
|
2538
|
+
function $r({ className: e, ...t }) {
|
|
2522
2539
|
return /* @__PURE__ */ a("div", {
|
|
2523
2540
|
"data-slot": "skeleton",
|
|
2524
2541
|
className: P("bg-muted rounded-md animate-pulse", e),
|
|
@@ -2527,26 +2544,26 @@ function Zr({ className: e, ...t }) {
|
|
|
2527
2544
|
}
|
|
2528
2545
|
//#endregion
|
|
2529
2546
|
//#region src/components/pure/tooltip.tsx
|
|
2530
|
-
function
|
|
2547
|
+
function ei({ delayDuration: e = 0, ...t }) {
|
|
2531
2548
|
return /* @__PURE__ */ a(O.Provider, {
|
|
2532
2549
|
"data-slot": "tooltip-provider",
|
|
2533
2550
|
delayDuration: e,
|
|
2534
2551
|
...t
|
|
2535
2552
|
});
|
|
2536
2553
|
}
|
|
2537
|
-
function
|
|
2554
|
+
function ti({ ...e }) {
|
|
2538
2555
|
return /* @__PURE__ */ a(O.Root, {
|
|
2539
2556
|
"data-slot": "tooltip",
|
|
2540
2557
|
...e
|
|
2541
2558
|
});
|
|
2542
2559
|
}
|
|
2543
|
-
function
|
|
2560
|
+
function ni({ ...e }) {
|
|
2544
2561
|
return /* @__PURE__ */ a(O.Trigger, {
|
|
2545
2562
|
"data-slot": "tooltip-trigger",
|
|
2546
2563
|
...e
|
|
2547
2564
|
});
|
|
2548
2565
|
}
|
|
2549
|
-
function
|
|
2566
|
+
function ri({ className: e, sideOffset: t = 0, children: n, ...r }) {
|
|
2550
2567
|
return /* @__PURE__ */ a(O.Portal, { children: /* @__PURE__ */ o(O.Content, {
|
|
2551
2568
|
"data-slot": "tooltip-content",
|
|
2552
2569
|
sideOffset: t,
|
|
@@ -2557,16 +2574,16 @@ function ti({ className: e, sideOffset: t = 0, children: n, ...r }) {
|
|
|
2557
2574
|
}
|
|
2558
2575
|
//#endregion
|
|
2559
2576
|
//#region src/components/pure/sidebar.tsx
|
|
2560
|
-
var
|
|
2577
|
+
var ii = "sidebar_state", ai = 3600 * 24 * 7, oi = "16rem", si = "18rem", ci = "3rem", li = "b", ui = y.createContext(null);
|
|
2561
2578
|
function V() {
|
|
2562
|
-
let e = y.useContext(
|
|
2579
|
+
let e = y.useContext(ui);
|
|
2563
2580
|
if (!e) throw Error("useSidebar must be used within a SidebarProvider.");
|
|
2564
2581
|
return e;
|
|
2565
2582
|
}
|
|
2566
|
-
function
|
|
2567
|
-
let c =
|
|
2583
|
+
function di({ defaultOpen: e = !0, open: t, onOpenChange: n, className: r, style: i, children: o, ...s }) {
|
|
2584
|
+
let c = Hr(), [l, u] = y.useState(!1), [d, f] = y.useState(e), p = t ?? d, m = y.useCallback((e) => {
|
|
2568
2585
|
let t = typeof e == "function" ? e(p) : e;
|
|
2569
|
-
n ? n(t) : f(t), document.cookie = `${
|
|
2586
|
+
n ? n(t) : f(t), document.cookie = `${ii}=${t}; path=/; max-age=${ai}`;
|
|
2570
2587
|
}, [n, p]), h = y.useCallback(() => c ? u((e) => !e) : m((e) => !e), [
|
|
2571
2588
|
c,
|
|
2572
2589
|
m,
|
|
@@ -2574,7 +2591,7 @@ function li({ defaultOpen: e = !0, open: t, onOpenChange: n, className: r, style
|
|
|
2574
2591
|
]);
|
|
2575
2592
|
y.useEffect(() => {
|
|
2576
2593
|
let e = (e) => {
|
|
2577
|
-
e.key ===
|
|
2594
|
+
e.key === li && (e.metaKey || e.ctrlKey) && (e.preventDefault(), h());
|
|
2578
2595
|
};
|
|
2579
2596
|
return window.addEventListener("keydown", e), () => window.removeEventListener("keydown", e);
|
|
2580
2597
|
}, [h]);
|
|
@@ -2595,13 +2612,13 @@ function li({ defaultOpen: e = !0, open: t, onOpenChange: n, className: r, style
|
|
|
2595
2612
|
u,
|
|
2596
2613
|
h
|
|
2597
2614
|
]);
|
|
2598
|
-
return /* @__PURE__ */ a(
|
|
2615
|
+
return /* @__PURE__ */ a(ui.Provider, {
|
|
2599
2616
|
value: _,
|
|
2600
2617
|
children: /* @__PURE__ */ a("div", {
|
|
2601
2618
|
"data-slot": "sidebar-wrapper",
|
|
2602
2619
|
style: {
|
|
2603
|
-
"--sidebar-width":
|
|
2604
|
-
"--sidebar-width-icon":
|
|
2620
|
+
"--sidebar-width": oi,
|
|
2621
|
+
"--sidebar-width-icon": ci,
|
|
2605
2622
|
...i
|
|
2606
2623
|
},
|
|
2607
2624
|
className: P("group/sidebar-wrapper has-data-[variant=inset]:bg-sidebar flex min-h-svh w-full", r),
|
|
@@ -2610,28 +2627,28 @@ function li({ defaultOpen: e = !0, open: t, onOpenChange: n, className: r, style
|
|
|
2610
2627
|
})
|
|
2611
2628
|
});
|
|
2612
2629
|
}
|
|
2613
|
-
function
|
|
2630
|
+
function fi({ side: e = "left", variant: t = "sidebar", collapsible: n = "offcanvas", className: r, children: i, dir: s, ...c }) {
|
|
2614
2631
|
let { isMobile: l, state: u, openMobile: d, setOpenMobile: f } = V();
|
|
2615
2632
|
return n === "none" ? /* @__PURE__ */ a("div", {
|
|
2616
2633
|
"data-slot": "sidebar",
|
|
2617
2634
|
className: P("bg-sidebar text-sidebar-foreground flex h-full w-(--sidebar-width) flex-col", r),
|
|
2618
2635
|
...c,
|
|
2619
2636
|
children: i
|
|
2620
|
-
}) : l ? /* @__PURE__ */ a(
|
|
2637
|
+
}) : l ? /* @__PURE__ */ a(Ur, {
|
|
2621
2638
|
open: d,
|
|
2622
2639
|
onOpenChange: f,
|
|
2623
2640
|
...c,
|
|
2624
|
-
children: /* @__PURE__ */ o(
|
|
2641
|
+
children: /* @__PURE__ */ o(Jr, {
|
|
2625
2642
|
dir: s,
|
|
2626
2643
|
"data-sidebar": "sidebar",
|
|
2627
2644
|
"data-slot": "sidebar",
|
|
2628
2645
|
"data-mobile": "true",
|
|
2629
2646
|
className: "bg-sidebar text-sidebar-foreground w-(--sidebar-width) p-0 [&>button]:hidden",
|
|
2630
|
-
style: { "--sidebar-width":
|
|
2647
|
+
style: { "--sidebar-width": si },
|
|
2631
2648
|
side: e,
|
|
2632
|
-
children: [/* @__PURE__ */ o(
|
|
2649
|
+
children: [/* @__PURE__ */ o(Yr, {
|
|
2633
2650
|
className: "sr-only",
|
|
2634
|
-
children: [/* @__PURE__ */ a(
|
|
2651
|
+
children: [/* @__PURE__ */ a(Zr, { children: "Sidebar" }), /* @__PURE__ */ a(Qr, { children: "Displays the mobile sidebar." })]
|
|
2635
2652
|
}), /* @__PURE__ */ a("div", {
|
|
2636
2653
|
className: "flex h-full w-full flex-col",
|
|
2637
2654
|
children: i
|
|
@@ -2661,7 +2678,7 @@ function ui({ side: e = "left", variant: t = "sidebar", collapsible: n = "offcan
|
|
|
2661
2678
|
})]
|
|
2662
2679
|
});
|
|
2663
2680
|
}
|
|
2664
|
-
function
|
|
2681
|
+
function pi({ className: e, onClick: t, ...n }) {
|
|
2665
2682
|
let { toggleSidebar: r } = V();
|
|
2666
2683
|
return /* @__PURE__ */ o(F, {
|
|
2667
2684
|
"data-sidebar": "trigger",
|
|
@@ -2673,13 +2690,13 @@ function di({ className: e, onClick: t, ...n }) {
|
|
|
2673
2690
|
t?.(e), r();
|
|
2674
2691
|
},
|
|
2675
2692
|
...n,
|
|
2676
|
-
children: [/* @__PURE__ */ a(
|
|
2693
|
+
children: [/* @__PURE__ */ a(fe, { className: "rtl:rotate-180" }), /* @__PURE__ */ a("span", {
|
|
2677
2694
|
className: "sr-only",
|
|
2678
2695
|
children: "Toggle Sidebar"
|
|
2679
2696
|
})]
|
|
2680
2697
|
});
|
|
2681
2698
|
}
|
|
2682
|
-
function
|
|
2699
|
+
function mi({ className: e, ...t }) {
|
|
2683
2700
|
let { toggleSidebar: n } = V();
|
|
2684
2701
|
return /* @__PURE__ */ a("button", {
|
|
2685
2702
|
"data-sidebar": "rail",
|
|
@@ -2692,14 +2709,14 @@ function fi({ className: e, ...t }) {
|
|
|
2692
2709
|
...t
|
|
2693
2710
|
});
|
|
2694
2711
|
}
|
|
2695
|
-
function
|
|
2712
|
+
function hi({ className: e, ...t }) {
|
|
2696
2713
|
return /* @__PURE__ */ a("main", {
|
|
2697
2714
|
"data-slot": "sidebar-inset",
|
|
2698
2715
|
className: P("bg-background md:peer-data-[variant=inset]:m-2 md:peer-data-[variant=inset]:ms-0 md:peer-data-[variant=inset]:rounded-xl md:peer-data-[variant=inset]:shadow-sm md:peer-data-[variant=inset]:peer-data-[state=collapsed]:ms-2 relative flex w-full flex-1 flex-col", e),
|
|
2699
2716
|
...t
|
|
2700
2717
|
});
|
|
2701
2718
|
}
|
|
2702
|
-
function
|
|
2719
|
+
function gi({ className: e, ...t }) {
|
|
2703
2720
|
return /* @__PURE__ */ a(z, {
|
|
2704
2721
|
"data-slot": "sidebar-input",
|
|
2705
2722
|
"data-sidebar": "input",
|
|
@@ -2707,7 +2724,7 @@ function mi({ className: e, ...t }) {
|
|
|
2707
2724
|
...t
|
|
2708
2725
|
});
|
|
2709
2726
|
}
|
|
2710
|
-
function
|
|
2727
|
+
function _i({ className: e, ...t }) {
|
|
2711
2728
|
return /* @__PURE__ */ a("div", {
|
|
2712
2729
|
"data-slot": "sidebar-header",
|
|
2713
2730
|
"data-sidebar": "header",
|
|
@@ -2715,7 +2732,7 @@ function hi({ className: e, ...t }) {
|
|
|
2715
2732
|
...t
|
|
2716
2733
|
});
|
|
2717
2734
|
}
|
|
2718
|
-
function
|
|
2735
|
+
function vi({ className: e, ...t }) {
|
|
2719
2736
|
return /* @__PURE__ */ a("div", {
|
|
2720
2737
|
"data-slot": "sidebar-footer",
|
|
2721
2738
|
"data-sidebar": "footer",
|
|
@@ -2723,7 +2740,7 @@ function gi({ className: e, ...t }) {
|
|
|
2723
2740
|
...t
|
|
2724
2741
|
});
|
|
2725
2742
|
}
|
|
2726
|
-
function
|
|
2743
|
+
function yi({ className: e, ...t }) {
|
|
2727
2744
|
return /* @__PURE__ */ a(L, {
|
|
2728
2745
|
"data-slot": "sidebar-separator",
|
|
2729
2746
|
"data-sidebar": "separator",
|
|
@@ -2731,7 +2748,7 @@ function _i({ className: e, ...t }) {
|
|
|
2731
2748
|
...t
|
|
2732
2749
|
});
|
|
2733
2750
|
}
|
|
2734
|
-
function
|
|
2751
|
+
function bi({ className: e, ...t }) {
|
|
2735
2752
|
return /* @__PURE__ */ a("div", {
|
|
2736
2753
|
"data-slot": "sidebar-content",
|
|
2737
2754
|
"data-sidebar": "content",
|
|
@@ -2739,7 +2756,7 @@ function vi({ className: e, ...t }) {
|
|
|
2739
2756
|
...t
|
|
2740
2757
|
});
|
|
2741
2758
|
}
|
|
2742
|
-
function
|
|
2759
|
+
function xi({ className: e, ...t }) {
|
|
2743
2760
|
return /* @__PURE__ */ a("div", {
|
|
2744
2761
|
"data-slot": "sidebar-group",
|
|
2745
2762
|
"data-sidebar": "group",
|
|
@@ -2747,7 +2764,7 @@ function yi({ className: e, ...t }) {
|
|
|
2747
2764
|
...t
|
|
2748
2765
|
});
|
|
2749
2766
|
}
|
|
2750
|
-
function
|
|
2767
|
+
function Si({ className: e, asChild: t = !1, ...n }) {
|
|
2751
2768
|
return /* @__PURE__ */ a(t ? C : "div", {
|
|
2752
2769
|
"data-slot": "sidebar-group-label",
|
|
2753
2770
|
"data-sidebar": "group-label",
|
|
@@ -2755,7 +2772,7 @@ function bi({ className: e, asChild: t = !1, ...n }) {
|
|
|
2755
2772
|
...n
|
|
2756
2773
|
});
|
|
2757
2774
|
}
|
|
2758
|
-
function
|
|
2775
|
+
function Ci({ className: e, asChild: t = !1, ...n }) {
|
|
2759
2776
|
return /* @__PURE__ */ a(t ? C : "button", {
|
|
2760
2777
|
"data-slot": "sidebar-group-action",
|
|
2761
2778
|
"data-sidebar": "group-action",
|
|
@@ -2763,7 +2780,7 @@ function xi({ className: e, asChild: t = !1, ...n }) {
|
|
|
2763
2780
|
...n
|
|
2764
2781
|
});
|
|
2765
2782
|
}
|
|
2766
|
-
function
|
|
2783
|
+
function wi({ className: e, ...t }) {
|
|
2767
2784
|
return /* @__PURE__ */ a("div", {
|
|
2768
2785
|
"data-slot": "sidebar-group-content",
|
|
2769
2786
|
"data-sidebar": "group-content",
|
|
@@ -2787,7 +2804,7 @@ function U({ className: e, ...t }) {
|
|
|
2787
2804
|
...t
|
|
2788
2805
|
});
|
|
2789
2806
|
}
|
|
2790
|
-
var
|
|
2807
|
+
var Ti = S("ring-sidebar-ring hover:bg-sidebar-accent hover:text-sidebar-accent-foreground active:bg-sidebar-accent active:text-sidebar-accent-foreground data-active:bg-sidebar-accent data-active:text-sidebar-accent-foreground data-open:hover:bg-sidebar-accent data-open:hover:text-sidebar-accent-foreground gap-2 rounded-md p-2 text-start text-sm transition-[width,height,padding] group-has-data-[sidebar=menu-action]/menu-item:pe-8 group-data-[collapsible=icon]:size-8! group-data-[collapsible=icon]:p-2! focus-visible:ring-2 data-active:font-medium peer/menu-button flex w-full items-center overflow-hidden outline-hidden group/menu-button disabled:pointer-events-none disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:opacity-50 [&>span:last-child]:truncate [&_svg]:size-6 [&_svg]:shrink-0", {
|
|
2791
2808
|
variants: {
|
|
2792
2809
|
variant: {
|
|
2793
2810
|
default: "hover:bg-sidebar-accent hover:text-sidebar-accent-foreground",
|
|
@@ -2810,23 +2827,23 @@ function W({ asChild: e = !1, isActive: t = !1, variant: n = "default", size: r
|
|
|
2810
2827
|
"data-sidebar": "menu-button",
|
|
2811
2828
|
"data-size": r,
|
|
2812
2829
|
"data-active": t,
|
|
2813
|
-
className: P(
|
|
2830
|
+
className: P(Ti({
|
|
2814
2831
|
variant: n,
|
|
2815
2832
|
size: r
|
|
2816
2833
|
}), s),
|
|
2817
2834
|
...c
|
|
2818
2835
|
});
|
|
2819
|
-
return i ? (typeof i == "string" && (i = { children: i }), /* @__PURE__ */ o(
|
|
2836
|
+
return i ? (typeof i == "string" && (i = { children: i }), /* @__PURE__ */ o(ti, { children: [/* @__PURE__ */ a(ni, {
|
|
2820
2837
|
asChild: !0,
|
|
2821
2838
|
children: f
|
|
2822
|
-
}), /* @__PURE__ */ a(
|
|
2839
|
+
}), /* @__PURE__ */ a(ri, {
|
|
2823
2840
|
side: "right",
|
|
2824
2841
|
align: "center",
|
|
2825
2842
|
hidden: d !== "collapsed" || u,
|
|
2826
2843
|
...i
|
|
2827
2844
|
})] })) : f;
|
|
2828
2845
|
}
|
|
2829
|
-
function
|
|
2846
|
+
function Ei({ className: e, asChild: t = !1, showOnHover: n = !1, ...r }) {
|
|
2830
2847
|
return /* @__PURE__ */ a(t ? C : "button", {
|
|
2831
2848
|
"data-slot": "sidebar-menu-action",
|
|
2832
2849
|
"data-sidebar": "menu-action",
|
|
@@ -2834,7 +2851,7 @@ function wi({ className: e, asChild: t = !1, showOnHover: n = !1, ...r }) {
|
|
|
2834
2851
|
...r
|
|
2835
2852
|
});
|
|
2836
2853
|
}
|
|
2837
|
-
function
|
|
2854
|
+
function Di({ className: e, ...t }) {
|
|
2838
2855
|
return /* @__PURE__ */ a("div", {
|
|
2839
2856
|
"data-slot": "sidebar-menu-badge",
|
|
2840
2857
|
"data-sidebar": "menu-badge",
|
|
@@ -2842,24 +2859,24 @@ function Ti({ className: e, ...t }) {
|
|
|
2842
2859
|
...t
|
|
2843
2860
|
});
|
|
2844
2861
|
}
|
|
2845
|
-
function
|
|
2862
|
+
function Oi({ className: e, showIcon: t = !1, ...n }) {
|
|
2846
2863
|
let [r] = y.useState(() => `${Math.floor(Math.random() * 40) + 50}%`);
|
|
2847
2864
|
return /* @__PURE__ */ o("div", {
|
|
2848
2865
|
"data-slot": "sidebar-menu-skeleton",
|
|
2849
2866
|
"data-sidebar": "menu-skeleton",
|
|
2850
2867
|
className: P("h-8 gap-2 rounded-md px-2 flex items-center", e),
|
|
2851
2868
|
...n,
|
|
2852
|
-
children: [t && /* @__PURE__ */ a(
|
|
2869
|
+
children: [t && /* @__PURE__ */ a($r, {
|
|
2853
2870
|
className: "size-4 rounded-md",
|
|
2854
2871
|
"data-sidebar": "menu-skeleton-icon"
|
|
2855
|
-
}), /* @__PURE__ */ a(
|
|
2872
|
+
}), /* @__PURE__ */ a($r, {
|
|
2856
2873
|
className: "h-4 max-w-(--skeleton-width) flex-1",
|
|
2857
2874
|
"data-sidebar": "menu-skeleton-text",
|
|
2858
2875
|
style: { "--skeleton-width": r }
|
|
2859
2876
|
})]
|
|
2860
2877
|
});
|
|
2861
2878
|
}
|
|
2862
|
-
function
|
|
2879
|
+
function ki({ className: e, ...t }) {
|
|
2863
2880
|
return /* @__PURE__ */ a("ul", {
|
|
2864
2881
|
"data-slot": "sidebar-menu-sub",
|
|
2865
2882
|
"data-sidebar": "menu-sub",
|
|
@@ -2867,7 +2884,7 @@ function Di({ className: e, ...t }) {
|
|
|
2867
2884
|
...t
|
|
2868
2885
|
});
|
|
2869
2886
|
}
|
|
2870
|
-
function
|
|
2887
|
+
function Ai({ className: e, ...t }) {
|
|
2871
2888
|
return /* @__PURE__ */ a("li", {
|
|
2872
2889
|
"data-slot": "sidebar-menu-sub-item",
|
|
2873
2890
|
"data-sidebar": "menu-sub-item",
|
|
@@ -2875,7 +2892,7 @@ function Oi({ className: e, ...t }) {
|
|
|
2875
2892
|
...t
|
|
2876
2893
|
});
|
|
2877
2894
|
}
|
|
2878
|
-
function
|
|
2895
|
+
function ji({ asChild: e = !1, size: t = "md", isActive: n = !1, className: r, ...i }) {
|
|
2879
2896
|
return /* @__PURE__ */ a(e ? C : "a", {
|
|
2880
2897
|
"data-slot": "sidebar-menu-sub-button",
|
|
2881
2898
|
"data-sidebar": "menu-sub-button",
|
|
@@ -2887,7 +2904,7 @@ function ki({ asChild: e = !1, size: t = "md", isActive: n = !1, className: r, .
|
|
|
2887
2904
|
}
|
|
2888
2905
|
//#endregion
|
|
2889
2906
|
//#region src/components/custom/table/crudTablePagination.tsx
|
|
2890
|
-
function
|
|
2907
|
+
function Mi({ pageSize: e, totalNumber: t, currentPage: n, onPageChanged: r }) {
|
|
2891
2908
|
let i = Math.ceil(t / e);
|
|
2892
2909
|
return /* @__PURE__ */ o("div", {
|
|
2893
2910
|
className: "p-4 border-t bg-muted flex items-center justify-between text-sm text-muted-foreground",
|
|
@@ -2903,25 +2920,25 @@ function Ai({ pageSize: e, totalNumber: t, currentPage: n, onPageChanged: r }) {
|
|
|
2903
2920
|
t,
|
|
2904
2921
|
" "
|
|
2905
2922
|
]
|
|
2906
|
-
}), /* @__PURE__ */ a(
|
|
2923
|
+
}), /* @__PURE__ */ a(br, {
|
|
2907
2924
|
dir: "rtl",
|
|
2908
2925
|
className: "justify-end w-auto mx-0",
|
|
2909
|
-
children: /* @__PURE__ */ o(
|
|
2910
|
-
/* @__PURE__ */ a(
|
|
2926
|
+
children: /* @__PURE__ */ o(xr, { children: [
|
|
2927
|
+
/* @__PURE__ */ a(Sr, { children: /* @__PURE__ */ a(wr, {
|
|
2911
2928
|
onClick: () => {
|
|
2912
2929
|
n > 1 && r?.(n - 1);
|
|
2913
2930
|
},
|
|
2914
2931
|
text: "السابق"
|
|
2915
2932
|
}) }),
|
|
2916
|
-
/* @__PURE__ */ o(
|
|
2933
|
+
/* @__PURE__ */ o(Dr, {
|
|
2917
2934
|
dir: "rtl",
|
|
2918
|
-
children: [/* @__PURE__ */ a(
|
|
2935
|
+
children: [/* @__PURE__ */ a(kr, {
|
|
2919
2936
|
asChild: !0,
|
|
2920
2937
|
children: /* @__PURE__ */ a(W, {
|
|
2921
2938
|
className: "w-full h-5 justify-start gap-2 text-base",
|
|
2922
2939
|
children: /* @__PURE__ */ a("span", { children: n })
|
|
2923
2940
|
})
|
|
2924
|
-
}), /* @__PURE__ */ a(
|
|
2941
|
+
}), /* @__PURE__ */ a(Ar, {
|
|
2925
2942
|
align: "end",
|
|
2926
2943
|
children: Array.from({ length: Math.ceil(t / e) }, (e, t) => /* @__PURE__ */ a(B, {
|
|
2927
2944
|
onClick: () => r?.(t + 1),
|
|
@@ -2929,7 +2946,7 @@ function Ai({ pageSize: e, totalNumber: t, currentPage: n, onPageChanged: r }) {
|
|
|
2929
2946
|
}, t + 1))
|
|
2930
2947
|
})]
|
|
2931
2948
|
}),
|
|
2932
|
-
/* @__PURE__ */ a(
|
|
2949
|
+
/* @__PURE__ */ a(Sr, { children: /* @__PURE__ */ a(Tr, {
|
|
2933
2950
|
onClick: () => {
|
|
2934
2951
|
n < i && r?.(n + 1);
|
|
2935
2952
|
},
|
|
@@ -2941,21 +2958,21 @@ function Ai({ pageSize: e, totalNumber: t, currentPage: n, onPageChanged: r }) {
|
|
|
2941
2958
|
}
|
|
2942
2959
|
//#endregion
|
|
2943
2960
|
//#region src/components/custom/table/crudTableRowActionsMenu.tsx
|
|
2944
|
-
function
|
|
2945
|
-
return /* @__PURE__ */ o(i, { children: [n === "dropdown" && /* @__PURE__ */ o(
|
|
2961
|
+
function Ni({ onEditClicked: e, onDeleteClicked: t, type: n, permissions: r }) {
|
|
2962
|
+
return /* @__PURE__ */ o(i, { children: [n === "dropdown" && /* @__PURE__ */ o(Dr, {
|
|
2946
2963
|
dir: "rtl",
|
|
2947
|
-
children: [/* @__PURE__ */ a(
|
|
2964
|
+
children: [/* @__PURE__ */ a(kr, {
|
|
2948
2965
|
asChild: !0,
|
|
2949
2966
|
children: /* @__PURE__ */ a(F, {
|
|
2950
2967
|
variant: "ghost",
|
|
2951
2968
|
className: "h-8 w-8 p-0",
|
|
2952
|
-
children: /* @__PURE__ */ a(
|
|
2969
|
+
children: /* @__PURE__ */ a(ce, { className: "h-4 w-4" })
|
|
2953
2970
|
})
|
|
2954
|
-
}), /* @__PURE__ */ o(
|
|
2971
|
+
}), /* @__PURE__ */ o(Ar, {
|
|
2955
2972
|
align: "start",
|
|
2956
2973
|
children: [
|
|
2957
|
-
/* @__PURE__ */ a(
|
|
2958
|
-
/* @__PURE__ */ a(
|
|
2974
|
+
/* @__PURE__ */ a(Fr, { children: "الإجراءات" }),
|
|
2975
|
+
/* @__PURE__ */ a(Ir, {}),
|
|
2959
2976
|
r.updatePermission && /* @__PURE__ */ a(B, {
|
|
2960
2977
|
onSelect: e,
|
|
2961
2978
|
children: "تعديل"
|
|
@@ -2967,14 +2984,14 @@ function ji({ onEditClicked: e, onDeleteClicked: t, type: n, permissions: r }) {
|
|
|
2967
2984
|
})
|
|
2968
2985
|
]
|
|
2969
2986
|
})]
|
|
2970
|
-
}), n === "context" && /* @__PURE__ */ a(
|
|
2971
|
-
/* @__PURE__ */ a(
|
|
2972
|
-
/* @__PURE__ */ a(
|
|
2973
|
-
r.updatePermission && /* @__PURE__ */ a(
|
|
2987
|
+
}), n === "context" && /* @__PURE__ */ a(sr, { children: /* @__PURE__ */ o(rr, { children: [
|
|
2988
|
+
/* @__PURE__ */ a(pr, { children: "الإجراءات" }),
|
|
2989
|
+
/* @__PURE__ */ a(mr, {}),
|
|
2990
|
+
r.updatePermission && /* @__PURE__ */ a(cr, {
|
|
2974
2991
|
onSelect: e,
|
|
2975
2992
|
children: "تعديل"
|
|
2976
2993
|
}),
|
|
2977
|
-
r.deletePermission && /* @__PURE__ */ a(
|
|
2994
|
+
r.deletePermission && /* @__PURE__ */ a(cr, {
|
|
2978
2995
|
className: "text-destructive",
|
|
2979
2996
|
onSelect: t,
|
|
2980
2997
|
children: "حذف"
|
|
@@ -2983,38 +3000,38 @@ function ji({ onEditClicked: e, onDeleteClicked: t, type: n, permissions: r }) {
|
|
|
2983
3000
|
}
|
|
2984
3001
|
//#endregion
|
|
2985
3002
|
//#region src/components/custom/pages/crudPage.tsx
|
|
2986
|
-
function
|
|
2987
|
-
let g =
|
|
2988
|
-
return
|
|
3003
|
+
function Pi({ permissions: e, useSlice: t, entityName: n, title: r, addNewItemTitle: i, cards: s, columnsToFilter: c, actions: l, service: u, entityState: d, tableHeadRows: f, tableRowMapper: p, ChangeDialog: m, children: h }) {
|
|
3004
|
+
let g = Ve(), { selectedRow: _, isChangeDialogOpen: v, isDeleteDialogOpen: ee } = t();
|
|
3005
|
+
return Oe(() => {
|
|
2989
3006
|
g(l.filter(void 0));
|
|
2990
3007
|
}, [g, l.filter]), /* @__PURE__ */ o("div", {
|
|
2991
3008
|
className: "px-5 py-3",
|
|
2992
3009
|
children: [
|
|
2993
|
-
/* @__PURE__ */ a(
|
|
3010
|
+
/* @__PURE__ */ a(vr, {
|
|
2994
3011
|
title: r,
|
|
2995
3012
|
buttonTitle: i,
|
|
2996
3013
|
isButtonVisible: e.addPermission,
|
|
2997
3014
|
createComp: m
|
|
2998
3015
|
}),
|
|
2999
|
-
/* @__PURE__ */ a(
|
|
3000
|
-
/* @__PURE__ */ a(
|
|
3016
|
+
/* @__PURE__ */ a(_r, { cards: s }),
|
|
3017
|
+
/* @__PURE__ */ a(Pn, {
|
|
3001
3018
|
columnsNames: c,
|
|
3002
3019
|
onSearch: (e) => g(l.filter(e))
|
|
3003
3020
|
}),
|
|
3004
3021
|
/* @__PURE__ */ o("div", {
|
|
3005
3022
|
className: "rounded-b-xl border shadow-sm overflow-hidden",
|
|
3006
3023
|
children: [
|
|
3007
|
-
/* @__PURE__ */ o(
|
|
3024
|
+
/* @__PURE__ */ o(er, {
|
|
3008
3025
|
state: d,
|
|
3009
|
-
children: [/* @__PURE__ */ a(
|
|
3026
|
+
children: [/* @__PURE__ */ a(yr, { tableHeadRows: f }), /* @__PURE__ */ a(Ln, { children: d.entities?.data?.map((t, n) => /* @__PURE__ */ a(gr, {
|
|
3010
3027
|
tableRows: p(t),
|
|
3011
|
-
dropdownMenu: /* @__PURE__ */ a(
|
|
3028
|
+
dropdownMenu: /* @__PURE__ */ a(Ni, {
|
|
3012
3029
|
permissions: e,
|
|
3013
3030
|
type: "dropdown",
|
|
3014
3031
|
onEditClicked: () => g(l.openChangeDialog(t)),
|
|
3015
3032
|
onDeleteClicked: () => g(l.openDeleteDialog(t))
|
|
3016
3033
|
}),
|
|
3017
|
-
contextMenuContent: /* @__PURE__ */ a(
|
|
3034
|
+
contextMenuContent: /* @__PURE__ */ a(Ni, {
|
|
3018
3035
|
permissions: e,
|
|
3019
3036
|
type: "context",
|
|
3020
3037
|
onEditClicked: () => g(l.openChangeDialog(t)),
|
|
@@ -3022,7 +3039,7 @@ function Mi({ permissions: e, useSlice: t, entityName: n, title: r, addNewItemTi
|
|
|
3022
3039
|
})
|
|
3023
3040
|
}, n)) })]
|
|
3024
3041
|
}),
|
|
3025
|
-
/* @__PURE__ */ a(
|
|
3042
|
+
/* @__PURE__ */ a(Mi, {
|
|
3026
3043
|
pageSize: d.rowsPerPage,
|
|
3027
3044
|
totalNumber: d.entities?.count ?? 0,
|
|
3028
3045
|
currentPage: d.currentPage || 1,
|
|
@@ -3036,10 +3053,10 @@ function Mi({ permissions: e, useSlice: t, entityName: n, title: r, addNewItemTi
|
|
|
3036
3053
|
ee && e.deletePermission && /* @__PURE__ */ a(I, {
|
|
3037
3054
|
open: ee,
|
|
3038
3055
|
onOpenChange: (e) => g(l.setIsDeleteDialogOpen(e)),
|
|
3039
|
-
children: /* @__PURE__ */ a(
|
|
3056
|
+
children: /* @__PURE__ */ a(pt, {
|
|
3040
3057
|
dir: "rtl",
|
|
3041
3058
|
className: "sm:max-w-sm",
|
|
3042
|
-
children: /* @__PURE__ */ a(
|
|
3059
|
+
children: /* @__PURE__ */ a(yt, {
|
|
3043
3060
|
entityName: n,
|
|
3044
3061
|
id: _?.id ?? 0,
|
|
3045
3062
|
service: u,
|
|
@@ -3057,7 +3074,7 @@ function Mi({ permissions: e, useSlice: t, entityName: n, title: r, addNewItemTi
|
|
|
3057
3074
|
}
|
|
3058
3075
|
//#endregion
|
|
3059
3076
|
//#region src/components/pure/input-group.tsx
|
|
3060
|
-
function
|
|
3077
|
+
function Fi({ className: e, ...t }) {
|
|
3061
3078
|
return /* @__PURE__ */ a("div", {
|
|
3062
3079
|
"data-slot": "input-group",
|
|
3063
3080
|
role: "group",
|
|
@@ -3065,7 +3082,7 @@ function Ni({ className: e, ...t }) {
|
|
|
3065
3082
|
...t
|
|
3066
3083
|
});
|
|
3067
3084
|
}
|
|
3068
|
-
var
|
|
3085
|
+
var Ii = S("text-muted-foreground h-auto gap-2 py-1.5 text-sm font-medium group-data-[disabled=true]/input-group:opacity-50 [&>kbd]:rounded-[calc(var(--radius)-5px)] [&>svg:not([class*='size-'])]:size-4 flex cursor-text items-center justify-center select-none", {
|
|
3069
3086
|
variants: { align: {
|
|
3070
3087
|
"inline-start": "ps-2 has-[>button]:ms-[-0.3rem] has-[>kbd]:ms-[-0.15rem] order-first",
|
|
3071
3088
|
"inline-end": "pe-2 has-[>button]:me-[-0.3rem] has-[>kbd]:me-[-0.15rem] order-last",
|
|
@@ -3074,19 +3091,19 @@ var Pi = S("text-muted-foreground h-auto gap-2 py-1.5 text-sm font-medium group-
|
|
|
3074
3091
|
} },
|
|
3075
3092
|
defaultVariants: { align: "inline-start" }
|
|
3076
3093
|
});
|
|
3077
|
-
function
|
|
3094
|
+
function Li({ className: e, align: t = "inline-start", ...n }) {
|
|
3078
3095
|
return /* @__PURE__ */ a("div", {
|
|
3079
3096
|
role: "group",
|
|
3080
3097
|
"data-slot": "input-group-addon",
|
|
3081
3098
|
"data-align": t,
|
|
3082
|
-
className: P(
|
|
3099
|
+
className: P(Ii({ align: t }), e),
|
|
3083
3100
|
onClick: (e) => {
|
|
3084
3101
|
e.target.closest("button") || e.currentTarget.parentElement?.querySelector("input")?.focus();
|
|
3085
3102
|
},
|
|
3086
3103
|
...n
|
|
3087
3104
|
});
|
|
3088
3105
|
}
|
|
3089
|
-
var
|
|
3106
|
+
var Ri = S("gap-2 text-sm shadow-none flex items-center", {
|
|
3090
3107
|
variants: { size: {
|
|
3091
3108
|
xs: "h-6 gap-1 rounded-[calc(var(--radius)-3px)] px-1.5 [&>svg:not([class*='size-'])]:size-3.5",
|
|
3092
3109
|
sm: "",
|
|
@@ -3095,30 +3112,30 @@ var Ii = S("gap-2 text-sm shadow-none flex items-center", {
|
|
|
3095
3112
|
} },
|
|
3096
3113
|
defaultVariants: { size: "xs" }
|
|
3097
3114
|
});
|
|
3098
|
-
function
|
|
3115
|
+
function zi({ className: e, type: t = "button", variant: n = "ghost", size: r = "xs", ...i }) {
|
|
3099
3116
|
return /* @__PURE__ */ a(F, {
|
|
3100
3117
|
type: t,
|
|
3101
3118
|
"data-size": r,
|
|
3102
3119
|
variant: n,
|
|
3103
|
-
className: P(
|
|
3120
|
+
className: P(Ri({ size: r }), e),
|
|
3104
3121
|
...i
|
|
3105
3122
|
});
|
|
3106
3123
|
}
|
|
3107
|
-
function
|
|
3124
|
+
function Bi({ className: e, ...t }) {
|
|
3108
3125
|
return /* @__PURE__ */ a("span", {
|
|
3109
3126
|
className: P("text-muted-foreground gap-2 text-sm [&_svg:not([class*='size-'])]:size-4 flex items-center [&_svg]:pointer-events-none", e),
|
|
3110
3127
|
...t
|
|
3111
3128
|
});
|
|
3112
3129
|
}
|
|
3113
|
-
function
|
|
3130
|
+
function Vi({ className: e, ...t }) {
|
|
3114
3131
|
return /* @__PURE__ */ a(z, {
|
|
3115
3132
|
"data-slot": "input-group-control",
|
|
3116
3133
|
className: P("rounded-none border-0 bg-transparent shadow-none ring-0 focus-visible:ring-0 disabled:bg-transparent aria-invalid:ring-0 dark:bg-transparent dark:disabled:bg-transparent flex-1", e),
|
|
3117
3134
|
...t
|
|
3118
3135
|
});
|
|
3119
3136
|
}
|
|
3120
|
-
function
|
|
3121
|
-
return /* @__PURE__ */ a(
|
|
3137
|
+
function Hi({ className: e, ...t }) {
|
|
3138
|
+
return /* @__PURE__ */ a(On, {
|
|
3122
3139
|
"data-slot": "input-group-control",
|
|
3123
3140
|
className: P("rounded-none border-0 bg-transparent py-2 shadow-none ring-0 focus-visible:ring-0 disabled:bg-transparent aria-invalid:ring-0 dark:bg-transparent dark:disabled:bg-transparent flex-1 resize-none", e),
|
|
3124
3141
|
...t
|
|
@@ -3126,69 +3143,69 @@ function Bi({ className: e, ...t }) {
|
|
|
3126
3143
|
}
|
|
3127
3144
|
//#endregion
|
|
3128
3145
|
//#region src/components/pure/command.tsx
|
|
3129
|
-
function
|
|
3146
|
+
function Ui({ className: e, ...t }) {
|
|
3130
3147
|
return /* @__PURE__ */ a(k, {
|
|
3131
3148
|
"data-slot": "command",
|
|
3132
3149
|
className: P("bg-popover text-popover-foreground rounded-xl! p-1 flex size-full flex-col overflow-hidden", e),
|
|
3133
3150
|
...t
|
|
3134
3151
|
});
|
|
3135
3152
|
}
|
|
3136
|
-
function
|
|
3153
|
+
function Wi({ title: e = "Command Palette", description: t = "Search for a command to run...", children: n, className: r, showCloseButton: i = !1, ...s }) {
|
|
3137
3154
|
return /* @__PURE__ */ o(I, {
|
|
3138
3155
|
...s,
|
|
3139
|
-
children: [/* @__PURE__ */ o(
|
|
3156
|
+
children: [/* @__PURE__ */ o(mt, {
|
|
3140
3157
|
className: "sr-only",
|
|
3141
|
-
children: [/* @__PURE__ */ a(
|
|
3142
|
-
}), /* @__PURE__ */ a(
|
|
3158
|
+
children: [/* @__PURE__ */ a(gt, { children: e }), /* @__PURE__ */ a(_t, { children: t })]
|
|
3159
|
+
}), /* @__PURE__ */ a(pt, {
|
|
3143
3160
|
className: P("rounded-xl! top-1/3 translate-y-0 overflow-hidden p-0", r),
|
|
3144
3161
|
showCloseButton: i,
|
|
3145
3162
|
children: n
|
|
3146
3163
|
})]
|
|
3147
3164
|
});
|
|
3148
3165
|
}
|
|
3149
|
-
function
|
|
3166
|
+
function Gi({ className: e, ...t }) {
|
|
3150
3167
|
return /* @__PURE__ */ a("div", {
|
|
3151
3168
|
"data-slot": "command-input-wrapper",
|
|
3152
3169
|
className: "p-1 pb-0",
|
|
3153
|
-
children: /* @__PURE__ */ o(
|
|
3170
|
+
children: /* @__PURE__ */ o(Fi, {
|
|
3154
3171
|
className: "bg-input/30 border-input/30 h-8! rounded-lg! shadow-none! *:data-[slot=input-group-addon]:ps-2!",
|
|
3155
3172
|
children: [/* @__PURE__ */ a(k.Input, {
|
|
3156
3173
|
"data-slot": "command-input",
|
|
3157
3174
|
className: P("w-full text-sm outline-hidden disabled:cursor-not-allowed disabled:opacity-50", e),
|
|
3158
3175
|
...t
|
|
3159
|
-
}), /* @__PURE__ */ a(
|
|
3176
|
+
}), /* @__PURE__ */ a(Li, { children: /* @__PURE__ */ a(_e, { className: "size-4 shrink-0 opacity-50" }) })]
|
|
3160
3177
|
})
|
|
3161
3178
|
});
|
|
3162
3179
|
}
|
|
3163
|
-
function
|
|
3180
|
+
function Ki({ className: e, ...t }) {
|
|
3164
3181
|
return /* @__PURE__ */ a(k.List, {
|
|
3165
3182
|
"data-slot": "command-list",
|
|
3166
3183
|
className: P("no-scrollbar max-h-72 scroll-py-1 outline-none overflow-x-hidden overflow-y-auto", e),
|
|
3167
3184
|
...t
|
|
3168
3185
|
});
|
|
3169
3186
|
}
|
|
3170
|
-
function
|
|
3187
|
+
function qi({ className: e, ...t }) {
|
|
3171
3188
|
return /* @__PURE__ */ a(k.Empty, {
|
|
3172
3189
|
"data-slot": "command-empty",
|
|
3173
3190
|
className: P("py-6 text-center text-sm", e),
|
|
3174
3191
|
...t
|
|
3175
3192
|
});
|
|
3176
3193
|
}
|
|
3177
|
-
function
|
|
3194
|
+
function Ji({ className: e, ...t }) {
|
|
3178
3195
|
return /* @__PURE__ */ a(k.Group, {
|
|
3179
3196
|
"data-slot": "command-group",
|
|
3180
3197
|
className: P("text-foreground **:[[cmdk-group-heading]]:text-muted-foreground overflow-hidden p-1 **:[[cmdk-group-heading]]:px-2 **:[[cmdk-group-heading]]:py-1.5 **:[[cmdk-group-heading]]:text-xs **:[[cmdk-group-heading]]:font-medium", e),
|
|
3181
3198
|
...t
|
|
3182
3199
|
});
|
|
3183
3200
|
}
|
|
3184
|
-
function
|
|
3201
|
+
function Yi({ className: e, ...t }) {
|
|
3185
3202
|
return /* @__PURE__ */ a(k.Separator, {
|
|
3186
3203
|
"data-slot": "command-separator",
|
|
3187
3204
|
className: P("bg-border -mx-1 h-px", e),
|
|
3188
3205
|
...t
|
|
3189
3206
|
});
|
|
3190
3207
|
}
|
|
3191
|
-
function
|
|
3208
|
+
function Xi({ className: e, children: t, ...n }) {
|
|
3192
3209
|
return /* @__PURE__ */ o(k.Item, {
|
|
3193
3210
|
"data-slot": "command-item",
|
|
3194
3211
|
className: P("data-selected:bg-muted data-selected:text-foreground data-selected:*:[svg]:text-foreground relative flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none in-data-[slot=dialog-content]:rounded-lg! [&_svg:not([class*='size-'])]:size-4 group/command-item data-[disabled=true]:pointer-events-none data-[disabled=true]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0", e),
|
|
@@ -3196,7 +3213,7 @@ function Ji({ className: e, children: t, ...n }) {
|
|
|
3196
3213
|
children: [t, /* @__PURE__ */ a(c, { className: "ms-auto opacity-0 group-has-data-[slot=command-shortcut]/command-item:hidden group-data-[checked=true]/command-item:opacity-100" })]
|
|
3197
3214
|
});
|
|
3198
3215
|
}
|
|
3199
|
-
function
|
|
3216
|
+
function Zi({ className: e, ...t }) {
|
|
3200
3217
|
return /* @__PURE__ */ a("span", {
|
|
3201
3218
|
"data-slot": "command-shortcut",
|
|
3202
3219
|
className: P("text-muted-foreground group-data-selected/command-item:text-foreground ms-auto text-xs tracking-widest", e),
|
|
@@ -3205,42 +3222,42 @@ function Yi({ className: e, ...t }) {
|
|
|
3205
3222
|
}
|
|
3206
3223
|
//#endregion
|
|
3207
3224
|
//#region src/components/custom/select/searchableSelect.tsx
|
|
3208
|
-
function
|
|
3209
|
-
let [
|
|
3210
|
-
return /* @__PURE__ */ o(
|
|
3211
|
-
open:
|
|
3225
|
+
function Qi({ items: e, itemLabelKey: t, itemValueKey: n, value: r, onValueChange: i, disabled: c, errorInputClass: l, placeholder: u = "اختر...", columnsNames: d, onSearch: f }) {
|
|
3226
|
+
let [p, h] = y.useState(!1), g = e.find((e) => String(e[n]) === r), _ = g ? String(g[t]) : u;
|
|
3227
|
+
return /* @__PURE__ */ o(Nt, {
|
|
3228
|
+
open: p,
|
|
3212
3229
|
onOpenChange: h,
|
|
3213
3230
|
modal: !0,
|
|
3214
|
-
children: [/* @__PURE__ */ a(
|
|
3231
|
+
children: [/* @__PURE__ */ a(Pt, {
|
|
3215
3232
|
asChild: !0,
|
|
3216
3233
|
children: /* @__PURE__ */ o(F, {
|
|
3217
3234
|
variant: "outline",
|
|
3218
3235
|
role: "combobox",
|
|
3219
|
-
"aria-expanded":
|
|
3236
|
+
"aria-expanded": p,
|
|
3220
3237
|
disabled: c,
|
|
3221
3238
|
className: P("w-full justify-between px-3 font-normal", !r && "text-muted-foreground", l),
|
|
3222
3239
|
children: [/* @__PURE__ */ a("span", {
|
|
3223
3240
|
className: "truncate text-start",
|
|
3224
3241
|
children: _
|
|
3225
|
-
}), /* @__PURE__ */ a(
|
|
3242
|
+
}), /* @__PURE__ */ a(m, { className: "h-4 w-4 shrink-0 opacity-50 ltr:ml-2 rtl:mr-2" })]
|
|
3226
3243
|
})
|
|
3227
|
-
}), /* @__PURE__ */ o(
|
|
3244
|
+
}), /* @__PURE__ */ o(Ft, {
|
|
3228
3245
|
className: "w-[--radix-popover-trigger-width] p-0",
|
|
3229
3246
|
align: "start",
|
|
3230
3247
|
dir: "rtl",
|
|
3231
|
-
children: [/* @__PURE__ */ a(
|
|
3248
|
+
children: [/* @__PURE__ */ a(Pn, {
|
|
3232
3249
|
columnsNames: d,
|
|
3233
3250
|
onSearch: f
|
|
3234
|
-
}), /* @__PURE__ */ a(
|
|
3251
|
+
}), /* @__PURE__ */ a(Ui, {
|
|
3235
3252
|
shouldFilter: !1,
|
|
3236
|
-
children: /* @__PURE__ */ a(
|
|
3253
|
+
children: /* @__PURE__ */ a(Ki, {
|
|
3237
3254
|
className: "max-h-50 overflow-y-auto overflow-x-hidden",
|
|
3238
|
-
children: e.length === 0 ? /* @__PURE__ */ a(
|
|
3255
|
+
children: e.length === 0 ? /* @__PURE__ */ a(qi, {
|
|
3239
3256
|
className: "py-6 text-center text-sm text-muted-foreground",
|
|
3240
3257
|
children: "لا توجد بيانات"
|
|
3241
|
-
}) : /* @__PURE__ */ a(
|
|
3258
|
+
}) : /* @__PURE__ */ a(Ji, { children: e.map((e) => {
|
|
3242
3259
|
let c = String(e[n]), l = String(e[t]);
|
|
3243
|
-
return /* @__PURE__ */ o(
|
|
3260
|
+
return /* @__PURE__ */ o(Xi, {
|
|
3244
3261
|
value: c,
|
|
3245
3262
|
onSelect: () => {
|
|
3246
3263
|
i(c), h(!1);
|
|
@@ -3256,43 +3273,43 @@ function Xi({ items: e, itemLabelKey: t, itemValueKey: n, value: r, onValueChang
|
|
|
3256
3273
|
}
|
|
3257
3274
|
//#endregion
|
|
3258
3275
|
//#region src/components/pure/avatar.tsx
|
|
3259
|
-
function
|
|
3260
|
-
return /* @__PURE__ */ a(
|
|
3276
|
+
function $i({ className: e, size: t = "default", ...n }) {
|
|
3277
|
+
return /* @__PURE__ */ a(He.Root, {
|
|
3261
3278
|
"data-slot": "avatar",
|
|
3262
3279
|
"data-size": t,
|
|
3263
3280
|
className: P("size-8 rounded-full after:rounded-full data-[size=lg]:size-10 data-[size=sm]:size-6 after:border-border group/avatar relative flex shrink-0 select-none after:absolute after:inset-0 after:border after:mix-blend-darken dark:after:mix-blend-lighten", e),
|
|
3264
3281
|
...n
|
|
3265
3282
|
});
|
|
3266
3283
|
}
|
|
3267
|
-
function
|
|
3268
|
-
return console.log(t), /* @__PURE__ */ a(
|
|
3284
|
+
function ea({ className: e, ...t }) {
|
|
3285
|
+
return console.log(t), /* @__PURE__ */ a(He.Image, {
|
|
3269
3286
|
"data-slot": "avatar-image",
|
|
3270
3287
|
className: P("rounded-full aspect-square size-full object-cover", e),
|
|
3271
3288
|
...t
|
|
3272
3289
|
});
|
|
3273
3290
|
}
|
|
3274
|
-
function
|
|
3275
|
-
return /* @__PURE__ */ a(
|
|
3291
|
+
function ta({ className: e, ...t }) {
|
|
3292
|
+
return /* @__PURE__ */ a(He.Fallback, {
|
|
3276
3293
|
"data-slot": "avatar-fallback",
|
|
3277
3294
|
className: P("bg-muted text-muted-foreground rounded-full flex size-full items-center justify-center text-sm group-data-[size=sm]/avatar:text-xs", e),
|
|
3278
3295
|
...t
|
|
3279
3296
|
});
|
|
3280
3297
|
}
|
|
3281
|
-
function
|
|
3298
|
+
function na({ className: e, ...t }) {
|
|
3282
3299
|
return /* @__PURE__ */ a("span", {
|
|
3283
3300
|
"data-slot": "avatar-badge",
|
|
3284
3301
|
className: P("bg-primary text-primary-foreground ring-background absolute end-0 bottom-0 z-10 inline-flex items-center justify-center rounded-full bg-blend-color ring-2 select-none", "group-data-[size=sm]/avatar:size-2 group-data-[size=sm]/avatar:[&>svg]:hidden", "group-data-[size=default]/avatar:size-2.5 group-data-[size=default]/avatar:[&>svg]:size-2", "group-data-[size=lg]/avatar:size-3 group-data-[size=lg]/avatar:[&>svg]:size-2", e),
|
|
3285
3302
|
...t
|
|
3286
3303
|
});
|
|
3287
3304
|
}
|
|
3288
|
-
function
|
|
3305
|
+
function ra({ className: e, ...t }) {
|
|
3289
3306
|
return /* @__PURE__ */ a("div", {
|
|
3290
3307
|
"data-slot": "avatar-group",
|
|
3291
3308
|
className: P("*:data-[slot=avatar]:ring-background group/avatar-group flex -space-x-2 *:data-[slot=avatar]:ring-2", e),
|
|
3292
3309
|
...t
|
|
3293
3310
|
});
|
|
3294
3311
|
}
|
|
3295
|
-
function
|
|
3312
|
+
function ia({ className: e, ...t }) {
|
|
3296
3313
|
return /* @__PURE__ */ a("div", {
|
|
3297
3314
|
"data-slot": "avatar-group-count",
|
|
3298
3315
|
className: P("bg-muted text-muted-foreground size-8 rounded-full text-sm group-has-data-[size=lg]/avatar-group:size-10 group-has-data-[size=sm]/avatar-group:size-6 [&>svg]:size-4 group-has-data-[size=lg]/avatar-group:[&>svg]:size-5 group-has-data-[size=sm]/avatar-group:[&>svg]:size-3 ring-background relative flex shrink-0 items-center justify-center ring-2", e),
|
|
@@ -3301,16 +3318,16 @@ function na({ className: e, ...t }) {
|
|
|
3301
3318
|
}
|
|
3302
3319
|
//#endregion
|
|
3303
3320
|
//#region src/components/custom/sideBar/sideBarCompanyData.tsx
|
|
3304
|
-
function
|
|
3321
|
+
function aa({ company: e }) {
|
|
3305
3322
|
return /* @__PURE__ */ a(H, { children: /* @__PURE__ */ a(U, { children: /* @__PURE__ */ o(W, {
|
|
3306
3323
|
size: "lg",
|
|
3307
3324
|
className: "data-[state=open]:bg-sidebar-accent data-[state=open]:text-sidebar-accent-foreground",
|
|
3308
|
-
children: [/* @__PURE__ */ o(
|
|
3325
|
+
children: [/* @__PURE__ */ o($i, {
|
|
3309
3326
|
className: "h-8 w-8 rounded-lg grayscale",
|
|
3310
|
-
children: [/* @__PURE__ */ a(
|
|
3327
|
+
children: [/* @__PURE__ */ a(ea, {
|
|
3311
3328
|
src: e.logo,
|
|
3312
3329
|
alt: e.name
|
|
3313
|
-
}), /* @__PURE__ */ a(
|
|
3330
|
+
}), /* @__PURE__ */ a(ta, {
|
|
3314
3331
|
className: "rounded-lg",
|
|
3315
3332
|
children: "YSR"
|
|
3316
3333
|
})]
|
|
@@ -3325,7 +3342,7 @@ function ra({ company: e }) {
|
|
|
3325
3342
|
}
|
|
3326
3343
|
//#endregion
|
|
3327
3344
|
//#region src/components/custom/sideBar/sidebarLogo.tsx
|
|
3328
|
-
function
|
|
3345
|
+
function oa({ logos: e, alt: t = "Logo" }) {
|
|
3329
3346
|
let { state: n } = V(), r = n === "collapsed";
|
|
3330
3347
|
return /* @__PURE__ */ o("div", {
|
|
3331
3348
|
className: `
|
|
@@ -3344,40 +3361,94 @@ function ia({ logos: e, alt: t = "Logo" }) {
|
|
|
3344
3361
|
});
|
|
3345
3362
|
}
|
|
3346
3363
|
//#endregion
|
|
3364
|
+
//#region src/components/pure/collapsible.tsx
|
|
3365
|
+
function sa({ ...e }) {
|
|
3366
|
+
return /* @__PURE__ */ a(We.Root, {
|
|
3367
|
+
"data-slot": "collapsible",
|
|
3368
|
+
...e
|
|
3369
|
+
});
|
|
3370
|
+
}
|
|
3371
|
+
function ca({ ...e }) {
|
|
3372
|
+
return /* @__PURE__ */ a(We.CollapsibleTrigger, {
|
|
3373
|
+
"data-slot": "collapsible-trigger",
|
|
3374
|
+
...e
|
|
3375
|
+
});
|
|
3376
|
+
}
|
|
3377
|
+
function la({ ...e }) {
|
|
3378
|
+
return /* @__PURE__ */ a(We.CollapsibleContent, {
|
|
3379
|
+
"data-slot": "collapsible-content",
|
|
3380
|
+
...e
|
|
3381
|
+
});
|
|
3382
|
+
}
|
|
3383
|
+
//#endregion
|
|
3347
3384
|
//#region src/components/custom/sideBar/sideBarMainMenu.tsx
|
|
3348
|
-
function
|
|
3349
|
-
return /* @__PURE__ */ a(
|
|
3385
|
+
function ua({ items: t }) {
|
|
3386
|
+
return /* @__PURE__ */ a(xi, {
|
|
3350
3387
|
className: "mt-5",
|
|
3351
|
-
children: /* @__PURE__ */ a(
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
className: "
|
|
3359
|
-
children:
|
|
3360
|
-
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
|
-
|
|
3365
|
-
|
|
3388
|
+
children: /* @__PURE__ */ a(wi, { children: /* @__PURE__ */ a(H, { children: t.map((t) => {
|
|
3389
|
+
if (!t.hasAuth) return null;
|
|
3390
|
+
if (t.subItems && t.subItems.length > 0) {
|
|
3391
|
+
let n = t.subItems.filter((e) => e.hasAuth);
|
|
3392
|
+
return n.length === 0 ? null : /* @__PURE__ */ a(sa, {
|
|
3393
|
+
asChild: !0,
|
|
3394
|
+
defaultOpen: !1,
|
|
3395
|
+
className: "group/collapsible",
|
|
3396
|
+
children: /* @__PURE__ */ o(U, { children: [/* @__PURE__ */ a(ca, {
|
|
3397
|
+
asChild: !0,
|
|
3398
|
+
children: /* @__PURE__ */ o(W, {
|
|
3399
|
+
tooltip: t.title,
|
|
3400
|
+
className: "w-full justify-between",
|
|
3401
|
+
children: [/* @__PURE__ */ o("div", {
|
|
3402
|
+
className: "flex items-center gap-3",
|
|
3403
|
+
children: [/* @__PURE__ */ a("span", {
|
|
3404
|
+
className: "flex items-center justify-center shrink-0 size-4",
|
|
3405
|
+
children: t.icon
|
|
3406
|
+
}), /* @__PURE__ */ a("span", {
|
|
3407
|
+
className: "font-medium truncate",
|
|
3408
|
+
children: t.title
|
|
3409
|
+
})]
|
|
3410
|
+
}), /* @__PURE__ */ a(d, { className: "ml-auto transition-transform duration-200 group-data-[state=open]/collapsible:rotate-90" })]
|
|
3411
|
+
})
|
|
3412
|
+
}), /* @__PURE__ */ a(la, { children: /* @__PURE__ */ a(ki, { children: n.map((t) => /* @__PURE__ */ a(Ai, { children: /* @__PURE__ */ a(ji, {
|
|
3413
|
+
asChild: !0,
|
|
3414
|
+
children: /* @__PURE__ */ a(e, {
|
|
3415
|
+
to: t.url,
|
|
3416
|
+
children: /* @__PURE__ */ a("span", { children: t.title })
|
|
3417
|
+
})
|
|
3418
|
+
}) }, t.title)) }) })] })
|
|
3419
|
+
}, t.title);
|
|
3420
|
+
}
|
|
3421
|
+
return /* @__PURE__ */ a(U, { children: /* @__PURE__ */ a(W, {
|
|
3422
|
+
asChild: !0,
|
|
3423
|
+
tooltip: t.title,
|
|
3424
|
+
children: /* @__PURE__ */ o(e, {
|
|
3425
|
+
to: t.url,
|
|
3426
|
+
className: "flex items-center justify-start gap-3 w-full px-3",
|
|
3427
|
+
children: [/* @__PURE__ */ a("span", {
|
|
3428
|
+
className: "flex items-center justify-center shrink-0 size-4",
|
|
3429
|
+
children: t.icon
|
|
3430
|
+
}), /* @__PURE__ */ a("span", {
|
|
3431
|
+
className: "font-medium truncate",
|
|
3432
|
+
children: t.title
|
|
3433
|
+
})]
|
|
3434
|
+
})
|
|
3435
|
+
}) }, t.title);
|
|
3436
|
+
}) }) })
|
|
3366
3437
|
});
|
|
3367
3438
|
}
|
|
3368
3439
|
//#endregion
|
|
3369
3440
|
//#region src/components/custom/theme/themeProvider.tsx
|
|
3370
|
-
var
|
|
3441
|
+
var da = Ee({
|
|
3371
3442
|
theme: "system",
|
|
3372
3443
|
setTheme: () => null
|
|
3373
3444
|
});
|
|
3374
|
-
function
|
|
3445
|
+
function fa({ children: e, defaultTheme: t = "system", storageKey: n = "yusr-theme", ...r }) {
|
|
3375
3446
|
let [i, o] = x(t), [s, c] = x(!1);
|
|
3376
|
-
|
|
3447
|
+
Oe(() => {
|
|
3377
3448
|
c(!0);
|
|
3378
3449
|
let e = localStorage.getItem(n);
|
|
3379
3450
|
e && o(e);
|
|
3380
|
-
}, [n]),
|
|
3451
|
+
}, [n]), Oe(() => {
|
|
3381
3452
|
if (!s) return;
|
|
3382
3453
|
let e = window.document.documentElement;
|
|
3383
3454
|
if (e.classList.remove("light", "dark"), i === "system") {
|
|
@@ -3393,30 +3464,30 @@ function sa({ children: e, defaultTheme: t = "system", storageKey: n = "yusr-the
|
|
|
3393
3464
|
localStorage.setItem(n, e), o(e);
|
|
3394
3465
|
}
|
|
3395
3466
|
};
|
|
3396
|
-
return /* @__PURE__ */ a(
|
|
3467
|
+
return /* @__PURE__ */ a(da.Provider, {
|
|
3397
3468
|
...r,
|
|
3398
3469
|
value: l,
|
|
3399
3470
|
children: e
|
|
3400
3471
|
});
|
|
3401
3472
|
}
|
|
3402
|
-
var
|
|
3403
|
-
let e =
|
|
3473
|
+
var pa = () => {
|
|
3474
|
+
let e = De(da);
|
|
3404
3475
|
if (e === void 0) throw Error("useTheme must be used within a ThemeProvider");
|
|
3405
3476
|
return e;
|
|
3406
3477
|
};
|
|
3407
3478
|
//#endregion
|
|
3408
3479
|
//#region src/components/custom/theme/themeToggle.tsx
|
|
3409
|
-
function
|
|
3410
|
-
let { setTheme: t } =
|
|
3411
|
-
return /* @__PURE__ */ o(
|
|
3480
|
+
function ma({ variant: e = "icon" }) {
|
|
3481
|
+
let { setTheme: t } = pa();
|
|
3482
|
+
return /* @__PURE__ */ o(Dr, {
|
|
3412
3483
|
dir: "rtl",
|
|
3413
|
-
children: [/* @__PURE__ */ a(
|
|
3484
|
+
children: [/* @__PURE__ */ a(kr, {
|
|
3414
3485
|
asChild: !0,
|
|
3415
3486
|
children: e === "sidebar" ? /* @__PURE__ */ o(W, {
|
|
3416
3487
|
className: "w-full justify-start gap-3 px-3",
|
|
3417
3488
|
children: [/* @__PURE__ */ o("div", {
|
|
3418
3489
|
className: "relative flex items-center justify-center shrink-0 size-4",
|
|
3419
|
-
children: [/* @__PURE__ */ a(
|
|
3490
|
+
children: [/* @__PURE__ */ a(ve, { className: "h-4 w-4 scale-100 rotate-0 transition-all dark:scale-0 dark:-rotate-90" }), /* @__PURE__ */ a(se, { className: "absolute h-4 w-4 scale-0 rotate-90 transition-all dark:scale-100 dark:rotate-0" })]
|
|
3420
3491
|
}), /* @__PURE__ */ a("span", {
|
|
3421
3492
|
className: "font-medium",
|
|
3422
3493
|
children: "تغيير المظهر"
|
|
@@ -3426,15 +3497,15 @@ function la({ variant: e = "icon" }) {
|
|
|
3426
3497
|
size: "icon",
|
|
3427
3498
|
className: "h-8 w-8",
|
|
3428
3499
|
children: [
|
|
3429
|
-
/* @__PURE__ */ a(
|
|
3430
|
-
/* @__PURE__ */ a(
|
|
3500
|
+
/* @__PURE__ */ a(ve, { className: "h-4 w-4 scale-100 rotate-0 transition-all dark:scale-0 dark:-rotate-90" }),
|
|
3501
|
+
/* @__PURE__ */ a(se, { className: "absolute h-4 w-4 scale-0 rotate-90 transition-all dark:scale-100 dark:rotate-0" }),
|
|
3431
3502
|
/* @__PURE__ */ a("span", {
|
|
3432
3503
|
className: "sr-only",
|
|
3433
3504
|
children: "تغيير الثمة"
|
|
3434
3505
|
})
|
|
3435
3506
|
]
|
|
3436
3507
|
})
|
|
3437
|
-
}), /* @__PURE__ */ o(
|
|
3508
|
+
}), /* @__PURE__ */ o(Ar, {
|
|
3438
3509
|
align: "end",
|
|
3439
3510
|
children: [
|
|
3440
3511
|
/* @__PURE__ */ a(B, {
|
|
@@ -3455,10 +3526,10 @@ function la({ variant: e = "icon" }) {
|
|
|
3455
3526
|
}
|
|
3456
3527
|
//#endregion
|
|
3457
3528
|
//#region src/components/custom/sideBar/sideBarSecondaryMenu.tsx
|
|
3458
|
-
function
|
|
3459
|
-
return /* @__PURE__ */ a(
|
|
3529
|
+
function ha({ items: e, onLogout: t, LinkComponent: n = "a", ...r }) {
|
|
3530
|
+
return /* @__PURE__ */ a(xi, {
|
|
3460
3531
|
...r,
|
|
3461
|
-
children: /* @__PURE__ */ a(
|
|
3532
|
+
children: /* @__PURE__ */ a(wi, { children: /* @__PURE__ */ o(H, { children: [
|
|
3462
3533
|
e.map((e) => /* @__PURE__ */ a(U, { children: /* @__PURE__ */ a(W, {
|
|
3463
3534
|
asChild: !0,
|
|
3464
3535
|
children: /* @__PURE__ */ o(n, {
|
|
@@ -3473,7 +3544,7 @@ function ua({ items: e, onLogout: t, LinkComponent: n = "a", ...r }) {
|
|
|
3473
3544
|
})]
|
|
3474
3545
|
})
|
|
3475
3546
|
}) }, e.title)),
|
|
3476
|
-
/* @__PURE__ */ a(U, { children: /* @__PURE__ */ a(
|
|
3547
|
+
/* @__PURE__ */ a(U, { children: /* @__PURE__ */ a(ma, { variant: "sidebar" }) }),
|
|
3477
3548
|
/* @__PURE__ */ a(U, { children: /* @__PURE__ */ a(W, {
|
|
3478
3549
|
asChild: !0,
|
|
3479
3550
|
onClick: t,
|
|
@@ -3481,7 +3552,7 @@ function ua({ items: e, onLogout: t, LinkComponent: n = "a", ...r }) {
|
|
|
3481
3552
|
className: "flex items-center justify-start gap-3 w-full px-3 text-destructive cursor-pointer",
|
|
3482
3553
|
children: [/* @__PURE__ */ a("span", {
|
|
3483
3554
|
className: "flex items-center justify-center shrink-0 size-4",
|
|
3484
|
-
children: /* @__PURE__ */ a(
|
|
3555
|
+
children: /* @__PURE__ */ a(ae, {})
|
|
3485
3556
|
}), /* @__PURE__ */ a("span", {
|
|
3486
3557
|
className: "font-medium truncate",
|
|
3487
3558
|
children: "تسجيل الخروج"
|
|
@@ -3493,16 +3564,16 @@ function ua({ items: e, onLogout: t, LinkComponent: n = "a", ...r }) {
|
|
|
3493
3564
|
}
|
|
3494
3565
|
//#endregion
|
|
3495
3566
|
//#region src/components/custom/sideBar/sideBarUserData.tsx
|
|
3496
|
-
function
|
|
3567
|
+
function ga({ user: e }) {
|
|
3497
3568
|
return /* @__PURE__ */ a(H, { children: /* @__PURE__ */ a(U, { children: /* @__PURE__ */ o(W, {
|
|
3498
3569
|
size: "lg",
|
|
3499
3570
|
className: "data-[state=open]:bg-sidebar-accent data-[state=open]:text-sidebar-accent-foreground",
|
|
3500
|
-
children: [/* @__PURE__ */ o(
|
|
3571
|
+
children: [/* @__PURE__ */ o($i, {
|
|
3501
3572
|
className: "h-8 w-8 rounded-lg grayscale",
|
|
3502
|
-
children: [/* @__PURE__ */ a(
|
|
3573
|
+
children: [/* @__PURE__ */ a(ea, {
|
|
3503
3574
|
src: "/avatars/shadcn.jpg",
|
|
3504
3575
|
alt: e?.username
|
|
3505
|
-
}), /* @__PURE__ */ a(
|
|
3576
|
+
}), /* @__PURE__ */ a(ta, {
|
|
3506
3577
|
className: "rounded-lg",
|
|
3507
3578
|
children: "YSR"
|
|
3508
3579
|
})]
|
|
@@ -3517,10 +3588,10 @@ function da({ user: e }) {
|
|
|
3517
3588
|
}
|
|
3518
3589
|
//#endregion
|
|
3519
3590
|
//#region src/components/custom/sideBar/yusrSideBarMainMenu.tsx
|
|
3520
|
-
function
|
|
3521
|
-
return /* @__PURE__ */ a(
|
|
3591
|
+
function _a({ items: e, LinkComponent: t = "a" }) {
|
|
3592
|
+
return /* @__PURE__ */ a(xi, {
|
|
3522
3593
|
className: "mt-5",
|
|
3523
|
-
children: /* @__PURE__ */ a(
|
|
3594
|
+
children: /* @__PURE__ */ a(wi, { children: /* @__PURE__ */ a(H, { children: e.map((e) => e.hasAuth && /* @__PURE__ */ a(U, { children: /* @__PURE__ */ a(W, {
|
|
3524
3595
|
asChild: !0,
|
|
3525
3596
|
tooltip: e.title,
|
|
3526
3597
|
children: /* @__PURE__ */ o(t, {
|
|
@@ -3539,18 +3610,18 @@ function fa({ items: e, LinkComponent: t = "a" }) {
|
|
|
3539
3610
|
}
|
|
3540
3611
|
//#endregion
|
|
3541
3612
|
//#region src/hooks/useSidebarContext.tsx
|
|
3542
|
-
var
|
|
3543
|
-
let e =
|
|
3613
|
+
var va = Ee(null), ya = () => {
|
|
3614
|
+
let e = De(va);
|
|
3544
3615
|
if (!e) throw Error("useSidebarContext must be used within a SidebarProvider");
|
|
3545
3616
|
return e;
|
|
3546
3617
|
};
|
|
3547
3618
|
//#endregion
|
|
3548
3619
|
//#region src/components/custom/sideBar/yusrSideBar.tsx
|
|
3549
|
-
function
|
|
3620
|
+
function ba({ LinkComponent: e = "a", logos: t, displayCompany: n = {
|
|
3550
3621
|
name: "Yusr UI",
|
|
3551
3622
|
logo: "/yusr-logo.png"
|
|
3552
3623
|
}, navMain: r, navSecondary: i, children: o, ...s }) {
|
|
3553
|
-
return /* @__PURE__ */ a(
|
|
3624
|
+
return /* @__PURE__ */ a(va.Provider, {
|
|
3554
3625
|
value: {
|
|
3555
3626
|
LinkComponent: e,
|
|
3556
3627
|
logos: t,
|
|
@@ -3558,7 +3629,7 @@ function ha({ LinkComponent: e = "a", logos: t, displayCompany: n = {
|
|
|
3558
3629
|
navMain: r,
|
|
3559
3630
|
navSecondary: i
|
|
3560
3631
|
},
|
|
3561
|
-
children: /* @__PURE__ */ a(
|
|
3632
|
+
children: /* @__PURE__ */ a(di, { children: /* @__PURE__ */ a(fi, {
|
|
3562
3633
|
collapsible: "icon",
|
|
3563
3634
|
side: "right",
|
|
3564
3635
|
...s,
|
|
@@ -3566,9 +3637,9 @@ function ha({ LinkComponent: e = "a", logos: t, displayCompany: n = {
|
|
|
3566
3637
|
}) })
|
|
3567
3638
|
});
|
|
3568
3639
|
}
|
|
3569
|
-
|
|
3570
|
-
let { displayCompany: e, logos: t } =
|
|
3571
|
-
return /* @__PURE__ */ a(
|
|
3640
|
+
ba.Header = function() {
|
|
3641
|
+
let { displayCompany: e, logos: t } = ya();
|
|
3642
|
+
return /* @__PURE__ */ a(_i, { children: /* @__PURE__ */ a(H, { children: /* @__PURE__ */ o(U, { children: [/* @__PURE__ */ a(oa, { logos: {
|
|
3572
3643
|
full: {
|
|
3573
3644
|
light: t.logoFullLight,
|
|
3574
3645
|
dark: t.logoFullDark
|
|
@@ -3577,27 +3648,27 @@ ha.Header = function() {
|
|
|
3577
3648
|
light: t.logoOnlyLight,
|
|
3578
3649
|
dark: t.logoOnlyDark
|
|
3579
3650
|
}
|
|
3580
|
-
} }), e && /* @__PURE__ */ a(
|
|
3581
|
-
},
|
|
3582
|
-
let { navMain: t, navSecondary: n, LinkComponent: r } =
|
|
3583
|
-
return !t || !n ? /* @__PURE__ */ a(
|
|
3651
|
+
} }), e && /* @__PURE__ */ a(aa, { company: e })] }) }) });
|
|
3652
|
+
}, ba.Content = function({ LogoutHandler: e }) {
|
|
3653
|
+
let { navMain: t, navSecondary: n, LinkComponent: r } = ya();
|
|
3654
|
+
return !t || !n ? /* @__PURE__ */ a(bi, {}) : /* @__PURE__ */ o(bi, { children: [/* @__PURE__ */ a(_a, {
|
|
3584
3655
|
items: t,
|
|
3585
3656
|
LinkComponent: r
|
|
3586
|
-
}), e !== void 0 && /* @__PURE__ */ a(
|
|
3657
|
+
}), e !== void 0 && /* @__PURE__ */ a(ha, {
|
|
3587
3658
|
items: n,
|
|
3588
3659
|
className: "pt-10 mt-auto text-center",
|
|
3589
3660
|
onLogout: e,
|
|
3590
3661
|
LinkComponent: r
|
|
3591
3662
|
})] });
|
|
3592
|
-
},
|
|
3593
|
-
return /* @__PURE__ */ a(
|
|
3663
|
+
}, ba.Footer = function({ loggedInUser: e = void 0 }) {
|
|
3664
|
+
return /* @__PURE__ */ a(vi, { children: /* @__PURE__ */ a(ga, { user: e }) });
|
|
3594
3665
|
};
|
|
3595
3666
|
//#endregion
|
|
3596
3667
|
//#region src/components/custom/status/loading.tsx
|
|
3597
|
-
function
|
|
3668
|
+
function xa({ entityName: e }) {
|
|
3598
3669
|
return /* @__PURE__ */ o("div", {
|
|
3599
3670
|
className: "sm:max-w-xl flex flex-col items-center justify-center py-20",
|
|
3600
|
-
children: [/* @__PURE__ */ a(
|
|
3671
|
+
children: [/* @__PURE__ */ a(ne, { className: "h-10 w-10 animate-spin text-primary" }), /* @__PURE__ */ o("p", {
|
|
3601
3672
|
className: "mt-4 text-sm text-muted-foreground",
|
|
3602
3673
|
children: [
|
|
3603
3674
|
"جاري تحميل بيانات ",
|
|
@@ -3609,75 +3680,75 @@ function ga({ entityName: e }) {
|
|
|
3609
3680
|
}
|
|
3610
3681
|
//#endregion
|
|
3611
3682
|
//#region src/components/pure/alert-dialog.tsx
|
|
3612
|
-
function
|
|
3683
|
+
function Sa({ ...e }) {
|
|
3613
3684
|
return /* @__PURE__ */ a(A.Root, {
|
|
3614
3685
|
"data-slot": "alert-dialog",
|
|
3615
3686
|
...e
|
|
3616
3687
|
});
|
|
3617
3688
|
}
|
|
3618
|
-
function
|
|
3689
|
+
function Ca({ ...e }) {
|
|
3619
3690
|
return /* @__PURE__ */ a(A.Trigger, {
|
|
3620
3691
|
"data-slot": "alert-dialog-trigger",
|
|
3621
3692
|
...e
|
|
3622
3693
|
});
|
|
3623
3694
|
}
|
|
3624
|
-
function
|
|
3695
|
+
function wa({ ...e }) {
|
|
3625
3696
|
return /* @__PURE__ */ a(A.Portal, {
|
|
3626
3697
|
"data-slot": "alert-dialog-portal",
|
|
3627
3698
|
...e
|
|
3628
3699
|
});
|
|
3629
3700
|
}
|
|
3630
|
-
function
|
|
3701
|
+
function Ta({ className: e, ...t }) {
|
|
3631
3702
|
return /* @__PURE__ */ a(A.Overlay, {
|
|
3632
3703
|
"data-slot": "alert-dialog-overlay",
|
|
3633
3704
|
className: P("data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 bg-black/10 duration-100 supports-backdrop-filter:backdrop-blur-xs fixed inset-0 z-50", e),
|
|
3634
3705
|
...t
|
|
3635
3706
|
});
|
|
3636
3707
|
}
|
|
3637
|
-
function
|
|
3638
|
-
return /* @__PURE__ */ o(
|
|
3708
|
+
function Ea({ className: e, size: t = "default", ...n }) {
|
|
3709
|
+
return /* @__PURE__ */ o(wa, { children: [/* @__PURE__ */ a(Ta, {}), /* @__PURE__ */ a(A.Content, {
|
|
3639
3710
|
"data-slot": "alert-dialog-content",
|
|
3640
3711
|
"data-size": t,
|
|
3641
3712
|
className: P("data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 data-closed:zoom-out-95 data-open:zoom-in-95 bg-background ring-foreground/10 gap-4 rounded-xl p-4 ring-1 duration-100 data-[size=default]:max-w-xs data-[size=sm]:max-w-xs data-[size=default]:sm:max-w-sm group/alert-dialog-content fixed top-1/2 start-1/2 z-50 grid w-full -translate-x-1/2 rtl:translate-x-1/2 -translate-y-1/2 outline-none", e),
|
|
3642
3713
|
...n
|
|
3643
3714
|
})] });
|
|
3644
3715
|
}
|
|
3645
|
-
function
|
|
3716
|
+
function Da({ className: e, ...t }) {
|
|
3646
3717
|
return /* @__PURE__ */ a("div", {
|
|
3647
3718
|
"data-slot": "alert-dialog-header",
|
|
3648
3719
|
className: P("grid grid-rows-[auto_1fr] place-items-center gap-1.5 text-center has-data-[slot=alert-dialog-media]:grid-rows-[auto_auto_1fr] has-data-[slot=alert-dialog-media]:gap-x-4 sm:group-data-[size=default]/alert-dialog-content:place-items-start sm:group-data-[size=default]/alert-dialog-content:text-start sm:group-data-[size=default]/alert-dialog-content:has-data-[slot=alert-dialog-media]:grid-rows-[auto_1fr]", e),
|
|
3649
3720
|
...t
|
|
3650
3721
|
});
|
|
3651
3722
|
}
|
|
3652
|
-
function
|
|
3723
|
+
function Oa({ className: e, ...t }) {
|
|
3653
3724
|
return /* @__PURE__ */ a("div", {
|
|
3654
3725
|
"data-slot": "alert-dialog-footer",
|
|
3655
3726
|
className: P("bg-muted/50 -mx-4 -mb-4 rounded-b-xl border-t p-4 flex flex-col-reverse gap-2 group-data-[size=sm]/alert-dialog-content:grid group-data-[size=sm]/alert-dialog-content:grid-cols-2 sm:flex-row sm:justify-end", e),
|
|
3656
3727
|
...t
|
|
3657
3728
|
});
|
|
3658
3729
|
}
|
|
3659
|
-
function
|
|
3730
|
+
function ka({ className: e, ...t }) {
|
|
3660
3731
|
return /* @__PURE__ */ a("div", {
|
|
3661
3732
|
"data-slot": "alert-dialog-media",
|
|
3662
3733
|
className: P("bg-muted mb-2 inline-flex size-10 items-center justify-center rounded-md sm:group-data-[size=default]/alert-dialog-content:row-span-2 *:[svg:not([class*='size-'])]:size-6", e),
|
|
3663
3734
|
...t
|
|
3664
3735
|
});
|
|
3665
3736
|
}
|
|
3666
|
-
function
|
|
3737
|
+
function Aa({ className: e, ...t }) {
|
|
3667
3738
|
return /* @__PURE__ */ a(A.Title, {
|
|
3668
3739
|
"data-slot": "alert-dialog-title",
|
|
3669
3740
|
className: P("text-base font-medium sm:group-data-[size=default]/alert-dialog-content:group-has-data-[slot=alert-dialog-media]/alert-dialog-content:col-start-2", e),
|
|
3670
3741
|
...t
|
|
3671
3742
|
});
|
|
3672
3743
|
}
|
|
3673
|
-
function
|
|
3744
|
+
function ja({ className: e, ...t }) {
|
|
3674
3745
|
return /* @__PURE__ */ a(A.Description, {
|
|
3675
3746
|
"data-slot": "alert-dialog-description",
|
|
3676
3747
|
className: P("text-muted-foreground *:[a]:hover:text-foreground text-sm text-balance md:text-pretty *:[a]:underline *:[a]:underline-offset-3", e),
|
|
3677
3748
|
...t
|
|
3678
3749
|
});
|
|
3679
3750
|
}
|
|
3680
|
-
function
|
|
3751
|
+
function Ma({ className: e, variant: t = "default", size: n = "default", ...r }) {
|
|
3681
3752
|
return /* @__PURE__ */ a(F, {
|
|
3682
3753
|
variant: t,
|
|
3683
3754
|
size: n,
|
|
@@ -3689,7 +3760,7 @@ function Da({ className: e, variant: t = "default", size: n = "default", ...r })
|
|
|
3689
3760
|
})
|
|
3690
3761
|
});
|
|
3691
3762
|
}
|
|
3692
|
-
function
|
|
3763
|
+
function Na({ className: e, variant: t = "outline", size: n = "default", ...r }) {
|
|
3693
3764
|
return /* @__PURE__ */ a(F, {
|
|
3694
3765
|
variant: t,
|
|
3695
3766
|
size: n,
|
|
@@ -3703,36 +3774,36 @@ function Oa({ className: e, variant: t = "outline", size: n = "default", ...r })
|
|
|
3703
3774
|
}
|
|
3704
3775
|
//#endregion
|
|
3705
3776
|
//#region src/components/pure/alert.tsx
|
|
3706
|
-
var
|
|
3777
|
+
var Pa = S("group/alert relative grid w-full gap-0.5 rounded-lg border px-2.5 py-2 text-start text-sm has-data-[slot=alert-action]:relative has-data-[slot=alert-action]:pe-18 has-[>svg]:grid-cols-[auto_1fr] has-[>svg]:gap-x-2 *:[svg]:row-span-2 *:[svg]:translate-y-0.5 *:[svg]:text-current *:[svg:not([class*='size-'])]:size-4", {
|
|
3707
3778
|
variants: { variant: {
|
|
3708
3779
|
default: "bg-card text-card-foreground",
|
|
3709
3780
|
destructive: "bg-card text-destructive *:data-[slot=alert-description]:text-destructive/90 *:[svg]:text-current"
|
|
3710
3781
|
} },
|
|
3711
3782
|
defaultVariants: { variant: "default" }
|
|
3712
3783
|
});
|
|
3713
|
-
function
|
|
3784
|
+
function Fa({ className: e, variant: t, ...n }) {
|
|
3714
3785
|
return /* @__PURE__ */ a("div", {
|
|
3715
3786
|
"data-slot": "alert",
|
|
3716
3787
|
role: "alert",
|
|
3717
|
-
className: P(
|
|
3788
|
+
className: P(Pa({ variant: t }), e),
|
|
3718
3789
|
...n
|
|
3719
3790
|
});
|
|
3720
3791
|
}
|
|
3721
|
-
function
|
|
3792
|
+
function Ia({ className: e, ...t }) {
|
|
3722
3793
|
return /* @__PURE__ */ a("div", {
|
|
3723
3794
|
"data-slot": "alert-title",
|
|
3724
3795
|
className: P("font-medium group-has-[>svg]/alert:col-start-2 [&_a]:underline [&_a]:underline-offset-3 [&_a]:hover:text-foreground", e),
|
|
3725
3796
|
...t
|
|
3726
3797
|
});
|
|
3727
3798
|
}
|
|
3728
|
-
function
|
|
3799
|
+
function La({ className: e, ...t }) {
|
|
3729
3800
|
return /* @__PURE__ */ a("div", {
|
|
3730
3801
|
"data-slot": "alert-description",
|
|
3731
3802
|
className: P("text-sm text-balance text-muted-foreground md:text-pretty [&_a]:underline [&_a]:underline-offset-3 [&_a]:hover:text-foreground [&_p:not(:last-child)]:mb-4", e),
|
|
3732
3803
|
...t
|
|
3733
3804
|
});
|
|
3734
3805
|
}
|
|
3735
|
-
function
|
|
3806
|
+
function Ra({ className: e, ...t }) {
|
|
3736
3807
|
return /* @__PURE__ */ a("div", {
|
|
3737
3808
|
"data-slot": "alert-action",
|
|
3738
3809
|
className: P("absolute top-2 end-2", e),
|
|
@@ -3741,7 +3812,7 @@ function Na({ className: e, ...t }) {
|
|
|
3741
3812
|
}
|
|
3742
3813
|
//#endregion
|
|
3743
3814
|
//#region src/components/pure/badge.tsx
|
|
3744
|
-
var
|
|
3815
|
+
var za = S("h-5 gap-1 rounded-4xl border border-transparent px-2 py-0.5 text-xs font-medium transition-all has-data-[icon=inline-end]:pe-1.5 has-data-[icon=inline-start]:ps-1.5 [&>svg]:size-3! inline-flex items-center justify-center w-fit whitespace-nowrap shrink-0 [&>svg]:pointer-events-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive overflow-hidden group/badge", {
|
|
3745
3816
|
variants: { variant: {
|
|
3746
3817
|
default: "bg-primary text-primary-foreground [a]:hover:bg-primary/80",
|
|
3747
3818
|
secondary: "bg-secondary text-secondary-foreground [a]:hover:bg-secondary/80",
|
|
@@ -3752,17 +3823,17 @@ var Pa = S("h-5 gap-1 rounded-4xl border border-transparent px-2 py-0.5 text-xs
|
|
|
3752
3823
|
} },
|
|
3753
3824
|
defaultVariants: { variant: "default" }
|
|
3754
3825
|
});
|
|
3755
|
-
function
|
|
3826
|
+
function Ba({ className: e, variant: t = "default", asChild: n = !1, ...r }) {
|
|
3756
3827
|
return /* @__PURE__ */ a(n ? C : "span", {
|
|
3757
3828
|
"data-slot": "badge",
|
|
3758
3829
|
"data-variant": t,
|
|
3759
|
-
className: P(
|
|
3830
|
+
className: P(za({ variant: t }), e),
|
|
3760
3831
|
...r
|
|
3761
3832
|
});
|
|
3762
3833
|
}
|
|
3763
3834
|
//#endregion
|
|
3764
3835
|
//#region src/components/pure/breadcrumb.tsx
|
|
3765
|
-
function
|
|
3836
|
+
function Va({ className: e, ...t }) {
|
|
3766
3837
|
return /* @__PURE__ */ a("nav", {
|
|
3767
3838
|
"aria-label": "breadcrumb",
|
|
3768
3839
|
"data-slot": "breadcrumb",
|
|
@@ -3770,28 +3841,28 @@ function Ia({ className: e, ...t }) {
|
|
|
3770
3841
|
...t
|
|
3771
3842
|
});
|
|
3772
3843
|
}
|
|
3773
|
-
function
|
|
3844
|
+
function Ha({ className: e, ...t }) {
|
|
3774
3845
|
return /* @__PURE__ */ a("ol", {
|
|
3775
3846
|
"data-slot": "breadcrumb-list",
|
|
3776
3847
|
className: P("text-muted-foreground gap-1.5 text-sm flex flex-wrap items-center wrap-break-word", e),
|
|
3777
3848
|
...t
|
|
3778
3849
|
});
|
|
3779
3850
|
}
|
|
3780
|
-
function
|
|
3851
|
+
function Ua({ className: e, ...t }) {
|
|
3781
3852
|
return /* @__PURE__ */ a("li", {
|
|
3782
3853
|
"data-slot": "breadcrumb-item",
|
|
3783
3854
|
className: P("gap-1 inline-flex items-center", e),
|
|
3784
3855
|
...t
|
|
3785
3856
|
});
|
|
3786
3857
|
}
|
|
3787
|
-
function
|
|
3858
|
+
function Wa({ asChild: e, className: t, ...n }) {
|
|
3788
3859
|
return /* @__PURE__ */ a(e ? C : "a", {
|
|
3789
3860
|
"data-slot": "breadcrumb-link",
|
|
3790
3861
|
className: P("hover:text-foreground transition-colors", t),
|
|
3791
3862
|
...n
|
|
3792
3863
|
});
|
|
3793
3864
|
}
|
|
3794
|
-
function
|
|
3865
|
+
function Ga({ className: e, ...t }) {
|
|
3795
3866
|
return /* @__PURE__ */ a("span", {
|
|
3796
3867
|
"data-slot": "breadcrumb-page",
|
|
3797
3868
|
role: "link",
|
|
@@ -3801,24 +3872,24 @@ function Ba({ className: e, ...t }) {
|
|
|
3801
3872
|
...t
|
|
3802
3873
|
});
|
|
3803
3874
|
}
|
|
3804
|
-
function
|
|
3875
|
+
function Ka({ children: e, className: t, ...n }) {
|
|
3805
3876
|
return /* @__PURE__ */ a("li", {
|
|
3806
3877
|
"data-slot": "breadcrumb-separator",
|
|
3807
3878
|
role: "presentation",
|
|
3808
3879
|
"aria-hidden": "true",
|
|
3809
3880
|
className: P("[&>svg]:size-3.5", t),
|
|
3810
3881
|
...n,
|
|
3811
|
-
children: e ?? /* @__PURE__ */ a(
|
|
3882
|
+
children: e ?? /* @__PURE__ */ a(f, { className: "rtl:rotate-180" })
|
|
3812
3883
|
});
|
|
3813
3884
|
}
|
|
3814
|
-
function
|
|
3885
|
+
function qa({ className: e, ...t }) {
|
|
3815
3886
|
return /* @__PURE__ */ o("span", {
|
|
3816
3887
|
"data-slot": "breadcrumb-ellipsis",
|
|
3817
3888
|
role: "presentation",
|
|
3818
3889
|
"aria-hidden": "true",
|
|
3819
3890
|
className: P("size-5 [&>svg]:size-4 flex items-center justify-center", e),
|
|
3820
3891
|
...t,
|
|
3821
|
-
children: [/* @__PURE__ */ a(
|
|
3892
|
+
children: [/* @__PURE__ */ a(le, {}), /* @__PURE__ */ a("span", {
|
|
3822
3893
|
className: "sr-only",
|
|
3823
3894
|
children: "More"
|
|
3824
3895
|
})]
|
|
@@ -3826,34 +3897,34 @@ function Ha({ className: e, ...t }) {
|
|
|
3826
3897
|
}
|
|
3827
3898
|
//#endregion
|
|
3828
3899
|
//#region src/components/pure/chart.tsx
|
|
3829
|
-
var
|
|
3900
|
+
var Ja = {
|
|
3830
3901
|
light: "",
|
|
3831
3902
|
dark: ".dark"
|
|
3832
|
-
},
|
|
3833
|
-
function
|
|
3834
|
-
let e = y.useContext(
|
|
3903
|
+
}, Ya = y.createContext(null);
|
|
3904
|
+
function Xa() {
|
|
3905
|
+
let e = y.useContext(Ya);
|
|
3835
3906
|
if (!e) throw Error("useChart must be used within a <ChartContainer />");
|
|
3836
3907
|
return e;
|
|
3837
3908
|
}
|
|
3838
|
-
function
|
|
3909
|
+
function Za({ id: e, className: t, children: n, config: r, ...i }) {
|
|
3839
3910
|
let s = y.useId(), c = `chart-${e || s.replace(/:/g, "")}`;
|
|
3840
|
-
return /* @__PURE__ */ a(
|
|
3911
|
+
return /* @__PURE__ */ a(Ya.Provider, {
|
|
3841
3912
|
value: { config: r },
|
|
3842
3913
|
children: /* @__PURE__ */ o("div", {
|
|
3843
3914
|
"data-slot": "chart",
|
|
3844
3915
|
"data-chart": c,
|
|
3845
3916
|
className: P("[&_.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-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 flex aspect-video justify-center text-xs [&_.recharts-dot[stroke='#fff']]:stroke-transparent[&_.recharts-layer]:outline-hidden [&_.recharts-sector]:outline-hidden [&_.recharts-sector[stroke='#fff']]:stroke-transparent [&_.recharts-surface]:outline-hidden", t),
|
|
3846
3917
|
...i,
|
|
3847
|
-
children: [/* @__PURE__ */ a(
|
|
3918
|
+
children: [/* @__PURE__ */ a(Qa, {
|
|
3848
3919
|
id: c,
|
|
3849
3920
|
config: r
|
|
3850
|
-
}), /* @__PURE__ */ a(
|
|
3921
|
+
}), /* @__PURE__ */ a(Ze.ResponsiveContainer, { children: n })]
|
|
3851
3922
|
})
|
|
3852
3923
|
});
|
|
3853
3924
|
}
|
|
3854
|
-
var
|
|
3925
|
+
var Qa = ({ id: e, config: t }) => {
|
|
3855
3926
|
let n = Object.entries(t).filter(([, e]) => e.theme || e.color);
|
|
3856
|
-
return n.length ? /* @__PURE__ */ a("style", { dangerouslySetInnerHTML: { __html: Object.entries(
|
|
3927
|
+
return n.length ? /* @__PURE__ */ a("style", { dangerouslySetInnerHTML: { __html: Object.entries(Ja).map(([t, r]) => `
|
|
3857
3928
|
${r} [data-chart=${e}] {
|
|
3858
3929
|
${n.map(([e, n]) => {
|
|
3859
3930
|
let r = n.theme?.[t] || n.color;
|
|
@@ -3861,11 +3932,11 @@ ${n.map(([e, n]) => {
|
|
|
3861
3932
|
}).join("\n")}
|
|
3862
3933
|
}
|
|
3863
3934
|
`).join("\n") } }) : null;
|
|
3864
|
-
},
|
|
3865
|
-
function
|
|
3866
|
-
let { config: g } =
|
|
3935
|
+
}, $a = Ze.Tooltip;
|
|
3936
|
+
function eo({ active: e, payload: t, className: n, indicator: r = "dot", hideLabel: s = !1, hideIndicator: c = !1, label: l, labelFormatter: u, labelClassName: d, formatter: f, color: p, nameKey: m, labelKey: h }) {
|
|
3937
|
+
let { config: g } = Xa(), _ = y.useMemo(() => {
|
|
3867
3938
|
if (s || !t?.length) return null;
|
|
3868
|
-
let [e] = t, n =
|
|
3939
|
+
let [e] = t, n = ro(g, e, `${h || e?.dataKey || e?.name || "value"}`), r = !h && typeof l == "string" ? g[l]?.label || l : n?.label;
|
|
3869
3940
|
return u ? /* @__PURE__ */ a("div", {
|
|
3870
3941
|
className: P("font-medium", d),
|
|
3871
3942
|
children: u(r, t)
|
|
@@ -3889,7 +3960,7 @@ function Ya({ active: e, payload: t, className: n, indicator: r = "dot", hideLab
|
|
|
3889
3960
|
children: [v ? null : _, /* @__PURE__ */ a("div", {
|
|
3890
3961
|
className: "grid gap-1.5",
|
|
3891
3962
|
children: t.filter((e) => e.type !== "none").map((e, t) => {
|
|
3892
|
-
let n =
|
|
3963
|
+
let n = ro(g, e, `${m || e.name || e.dataKey || "value"}`), s = p || e.payload.fill || e.color;
|
|
3893
3964
|
return /* @__PURE__ */ a("div", {
|
|
3894
3965
|
className: P("[&>svg]:text-muted-foreground flex w-full flex-wrap items-stretch gap-2 [&>svg]:h-2.5 [&>svg]:w-2.5", r === "dot" && "items-center"),
|
|
3895
3966
|
children: f && e?.value !== void 0 && e.name ? f(e.value, e.name, e, t, e.payload) : /* @__PURE__ */ o(i, { children: [n?.icon ? /* @__PURE__ */ a(n.icon, {}) : !c && /* @__PURE__ */ a("div", {
|
|
@@ -3921,13 +3992,13 @@ function Ya({ active: e, payload: t, className: n, indicator: r = "dot", hideLab
|
|
|
3921
3992
|
})]
|
|
3922
3993
|
});
|
|
3923
3994
|
}
|
|
3924
|
-
var
|
|
3925
|
-
function
|
|
3926
|
-
let { config: s } =
|
|
3995
|
+
var to = Ze.Legend;
|
|
3996
|
+
function no({ className: e, hideIcon: t = !1, payload: n, verticalAlign: r = "bottom", nameKey: i }) {
|
|
3997
|
+
let { config: s } = Xa();
|
|
3927
3998
|
return n?.length ? /* @__PURE__ */ a("div", {
|
|
3928
3999
|
className: P("flex items-center justify-center gap-4", r === "top" ? "pb-3" : "pt-3", e),
|
|
3929
4000
|
children: n.filter((e) => e.type !== "none").map((e) => {
|
|
3930
|
-
let n =
|
|
4001
|
+
let n = ro(s, e, `${i || e.dataKey || "value"}`);
|
|
3931
4002
|
return /* @__PURE__ */ o("div", {
|
|
3932
4003
|
className: P("[&>svg]:text-muted-foreground flex items-center gap-1.5 [&>svg]:h-3 [&>svg]:w-3"),
|
|
3933
4004
|
children: [n?.icon && !t ? /* @__PURE__ */ a(n.icon, {}) : /* @__PURE__ */ a("div", {
|
|
@@ -3938,14 +4009,14 @@ function Za({ className: e, hideIcon: t = !1, payload: n, verticalAlign: r = "bo
|
|
|
3938
4009
|
})
|
|
3939
4010
|
}) : null;
|
|
3940
4011
|
}
|
|
3941
|
-
function
|
|
4012
|
+
function ro(e, t, n) {
|
|
3942
4013
|
if (typeof t != "object" || !t) return;
|
|
3943
4014
|
let r = "payload" in t && typeof t.payload == "object" && t.payload !== null ? t.payload : void 0, i = n;
|
|
3944
4015
|
return n in t && typeof t[n] == "string" ? i = t[n] : r && n in r && typeof r[n] == "string" && (i = r[n]), i in e ? e[i] : e[n];
|
|
3945
4016
|
}
|
|
3946
4017
|
//#endregion
|
|
3947
4018
|
//#region src/components/pure/checkbox.tsx
|
|
3948
|
-
function
|
|
4019
|
+
function io({ className: e, ...t }) {
|
|
3949
4020
|
return /* @__PURE__ */ a(Ue.Root, {
|
|
3950
4021
|
"data-slot": "checkbox",
|
|
3951
4022
|
className: P("border-input dark:bg-input/30 data-checked:bg-primary data-checked:text-primary-foreground dark:data-checked:bg-primary data-checked:border-primary aria-invalid:aria-checked:border-primary aria-invalid:border-destructive dark:aria-invalid:border-destructive/50 focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 flex size-4 items-center justify-center rounded-[4px] border transition-colors group-has-disabled/field:opacity-50 focus-visible:ring-3 aria-invalid:ring-3 peer relative shrink-0 outline-none after:absolute after:-inset-x-3 after:-inset-y-2 disabled:cursor-not-allowed disabled:opacity-50", e),
|
|
@@ -3959,14 +4030,14 @@ function $a({ className: e, ...t }) {
|
|
|
3959
4030
|
}
|
|
3960
4031
|
//#endregion
|
|
3961
4032
|
//#region src/components/pure/combobox.tsx
|
|
3962
|
-
var
|
|
3963
|
-
function
|
|
4033
|
+
var ao = j.Root;
|
|
4034
|
+
function oo({ ...e }) {
|
|
3964
4035
|
return /* @__PURE__ */ a(j.Value, {
|
|
3965
4036
|
"data-slot": "combobox-value",
|
|
3966
4037
|
...e
|
|
3967
4038
|
});
|
|
3968
4039
|
}
|
|
3969
|
-
function
|
|
4040
|
+
function so({ className: e, children: t, ...n }) {
|
|
3970
4041
|
return /* @__PURE__ */ o(j.Trigger, {
|
|
3971
4042
|
"data-slot": "combobox-trigger",
|
|
3972
4043
|
className: P("[&_svg:not([class*='size-'])]:size-4", e),
|
|
@@ -3974,43 +4045,43 @@ function no({ className: e, children: t, ...n }) {
|
|
|
3974
4045
|
children: [t, /* @__PURE__ */ a(l, { className: "text-muted-foreground size-4 pointer-events-none" })]
|
|
3975
4046
|
});
|
|
3976
4047
|
}
|
|
3977
|
-
function
|
|
4048
|
+
function co({ className: e, ...t }) {
|
|
3978
4049
|
return /* @__PURE__ */ a(j.Clear, {
|
|
3979
4050
|
"data-slot": "combobox-clear",
|
|
3980
|
-
render: /* @__PURE__ */ a(
|
|
4051
|
+
render: /* @__PURE__ */ a(zi, {
|
|
3981
4052
|
variant: "ghost",
|
|
3982
4053
|
size: "icon-xs"
|
|
3983
4054
|
}),
|
|
3984
4055
|
className: P(e),
|
|
3985
4056
|
...t,
|
|
3986
|
-
children: /* @__PURE__ */ a(
|
|
4057
|
+
children: /* @__PURE__ */ a(Ce, { className: "pointer-events-none" })
|
|
3987
4058
|
});
|
|
3988
4059
|
}
|
|
3989
|
-
function
|
|
3990
|
-
return /* @__PURE__ */ o(
|
|
4060
|
+
function lo({ className: e, children: t, disabled: n = !1, showTrigger: r = !0, showClear: i = !1, ...s }) {
|
|
4061
|
+
return /* @__PURE__ */ o(Fi, {
|
|
3991
4062
|
className: P("w-auto", e),
|
|
3992
4063
|
children: [
|
|
3993
4064
|
/* @__PURE__ */ a(j.Input, {
|
|
3994
|
-
render: /* @__PURE__ */ a(
|
|
4065
|
+
render: /* @__PURE__ */ a(Vi, { disabled: n }),
|
|
3995
4066
|
...s
|
|
3996
4067
|
}),
|
|
3997
|
-
/* @__PURE__ */ o(
|
|
4068
|
+
/* @__PURE__ */ o(Li, {
|
|
3998
4069
|
align: "inline-end",
|
|
3999
|
-
children: [r && /* @__PURE__ */ a(
|
|
4070
|
+
children: [r && /* @__PURE__ */ a(zi, {
|
|
4000
4071
|
size: "icon-xs",
|
|
4001
4072
|
variant: "ghost",
|
|
4002
4073
|
asChild: !0,
|
|
4003
4074
|
"data-slot": "input-group-button",
|
|
4004
4075
|
className: "group-has-data-[slot=combobox-clear]/input-group:hidden data-pressed:bg-transparent",
|
|
4005
4076
|
disabled: n,
|
|
4006
|
-
children: /* @__PURE__ */ a(
|
|
4007
|
-
}), i && /* @__PURE__ */ a(
|
|
4077
|
+
children: /* @__PURE__ */ a(so, {})
|
|
4078
|
+
}), i && /* @__PURE__ */ a(co, { disabled: n })]
|
|
4008
4079
|
}),
|
|
4009
4080
|
t
|
|
4010
4081
|
]
|
|
4011
4082
|
});
|
|
4012
4083
|
}
|
|
4013
|
-
function
|
|
4084
|
+
function uo({ className: e, side: t = "bottom", sideOffset: n = 6, align: r = "start", alignOffset: i = 0, anchor: o, ...s }) {
|
|
4014
4085
|
return /* @__PURE__ */ a(j.Portal, { children: /* @__PURE__ */ a(j.Positioner, {
|
|
4015
4086
|
side: t,
|
|
4016
4087
|
sideOffset: n,
|
|
@@ -4026,14 +4097,14 @@ function ao({ className: e, side: t = "bottom", sideOffset: n = 6, align: r = "s
|
|
|
4026
4097
|
})
|
|
4027
4098
|
}) });
|
|
4028
4099
|
}
|
|
4029
|
-
function
|
|
4100
|
+
function fo({ className: e, ...t }) {
|
|
4030
4101
|
return /* @__PURE__ */ a(j.List, {
|
|
4031
4102
|
"data-slot": "combobox-list",
|
|
4032
4103
|
className: P("no-scrollbar max-h-[min(calc(--spacing(72)---spacing(9)),calc(var(--available-height)---spacing(9)))] scroll-py-1 p-1 data-empty:p-0 overflow-y-auto overscroll-contain", e),
|
|
4033
4104
|
...t
|
|
4034
4105
|
});
|
|
4035
4106
|
}
|
|
4036
|
-
function
|
|
4107
|
+
function po({ className: e, children: t, ...n }) {
|
|
4037
4108
|
return /* @__PURE__ */ o(j.Item, {
|
|
4038
4109
|
"data-slot": "combobox-item",
|
|
4039
4110
|
className: P("data-highlighted:bg-accent data-highlighted:text-accent-foreground not-data-[variant=destructive]:data-highlighted:**:text-accent-foreground gap-2 rounded-md py-1 pe-8 ps-1.5 text-sm [&_svg:not([class*='size-'])]:size-4 relative flex w-full cursor-default items-center outline-hidden select-none data-disabled:pointer-events-none data-disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0", e),
|
|
@@ -4044,48 +4115,48 @@ function so({ className: e, children: t, ...n }) {
|
|
|
4044
4115
|
})]
|
|
4045
4116
|
});
|
|
4046
4117
|
}
|
|
4047
|
-
function
|
|
4118
|
+
function mo({ className: e, ...t }) {
|
|
4048
4119
|
return /* @__PURE__ */ a(j.Group, {
|
|
4049
4120
|
"data-slot": "combobox-group",
|
|
4050
4121
|
className: P(e),
|
|
4051
4122
|
...t
|
|
4052
4123
|
});
|
|
4053
4124
|
}
|
|
4054
|
-
function
|
|
4125
|
+
function ho({ className: e, ...t }) {
|
|
4055
4126
|
return /* @__PURE__ */ a(j.GroupLabel, {
|
|
4056
4127
|
"data-slot": "combobox-label",
|
|
4057
4128
|
className: P("text-muted-foreground px-2 py-1.5 text-xs", e),
|
|
4058
4129
|
...t
|
|
4059
4130
|
});
|
|
4060
4131
|
}
|
|
4061
|
-
function
|
|
4132
|
+
function go({ ...e }) {
|
|
4062
4133
|
return /* @__PURE__ */ a(j.Collection, {
|
|
4063
4134
|
"data-slot": "combobox-collection",
|
|
4064
4135
|
...e
|
|
4065
4136
|
});
|
|
4066
4137
|
}
|
|
4067
|
-
function
|
|
4138
|
+
function _o({ className: e, ...t }) {
|
|
4068
4139
|
return /* @__PURE__ */ a(j.Empty, {
|
|
4069
4140
|
"data-slot": "combobox-empty",
|
|
4070
4141
|
className: P("text-muted-foreground hidden w-full justify-center py-2 text-center text-sm group-data-empty/combobox-content:flex", e),
|
|
4071
4142
|
...t
|
|
4072
4143
|
});
|
|
4073
4144
|
}
|
|
4074
|
-
function
|
|
4145
|
+
function vo({ className: e, ...t }) {
|
|
4075
4146
|
return /* @__PURE__ */ a(j.Separator, {
|
|
4076
4147
|
"data-slot": "combobox-separator",
|
|
4077
4148
|
className: P("bg-border -mx-1 my-1 h-px", e),
|
|
4078
4149
|
...t
|
|
4079
4150
|
});
|
|
4080
4151
|
}
|
|
4081
|
-
function
|
|
4152
|
+
function yo({ className: e, ...t }) {
|
|
4082
4153
|
return /* @__PURE__ */ a(j.Chips, {
|
|
4083
4154
|
"data-slot": "combobox-chips",
|
|
4084
4155
|
className: P("dark:bg-input/30 border-input focus-within:border-ring focus-within:ring-ring/50 has-aria-invalid:ring-destructive/20 dark:has-aria-invalid:ring-destructive/40 has-aria-invalid:border-destructive dark:has-aria-invalid:border-destructive/50 flex min-h-8 flex-wrap items-center gap-1 rounded-lg border bg-transparent bg-clip-padding px-2.5 py-1 text-sm transition-colors focus-within:ring-3 has-aria-invalid:ring-3 has-data-[slot=combobox-chip]:px-1", e),
|
|
4085
4156
|
...t
|
|
4086
4157
|
});
|
|
4087
4158
|
}
|
|
4088
|
-
function
|
|
4159
|
+
function bo({ className: e, children: t, showRemove: n = !0, ...r }) {
|
|
4089
4160
|
return /* @__PURE__ */ o(j.Chip, {
|
|
4090
4161
|
"data-slot": "combobox-chip",
|
|
4091
4162
|
className: P("bg-muted text-foreground flex h-[calc(--spacing(5.25))] w-fit items-center justify-center gap-1 rounded-sm px-1.5 text-xs font-medium whitespace-nowrap has-data-[slot=combobox-chip-remove]:pe-0 has-disabled:pointer-events-none has-disabled:cursor-not-allowed has-disabled:opacity-50", e),
|
|
@@ -4097,66 +4168,66 @@ function ho({ className: e, children: t, showRemove: n = !0, ...r }) {
|
|
|
4097
4168
|
}),
|
|
4098
4169
|
className: "-ms-1 opacity-50 hover:opacity-100",
|
|
4099
4170
|
"data-slot": "combobox-chip-remove",
|
|
4100
|
-
children: /* @__PURE__ */ a(
|
|
4171
|
+
children: /* @__PURE__ */ a(Ce, { className: "pointer-events-none" })
|
|
4101
4172
|
})]
|
|
4102
4173
|
});
|
|
4103
4174
|
}
|
|
4104
|
-
function
|
|
4175
|
+
function xo({ className: e, ...t }) {
|
|
4105
4176
|
return /* @__PURE__ */ a(j.Input, {
|
|
4106
4177
|
"data-slot": "combobox-chip-input",
|
|
4107
4178
|
className: P("min-w-16 flex-1 outline-none", e),
|
|
4108
4179
|
...t
|
|
4109
4180
|
});
|
|
4110
4181
|
}
|
|
4111
|
-
function
|
|
4182
|
+
function So() {
|
|
4112
4183
|
return y.useRef(null);
|
|
4113
4184
|
}
|
|
4114
4185
|
//#endregion
|
|
4115
4186
|
//#region src/components/pure/direction.tsx
|
|
4116
|
-
function
|
|
4117
|
-
return /* @__PURE__ */ a(
|
|
4187
|
+
function Co({ dir: e, direction: t, children: n }) {
|
|
4188
|
+
return /* @__PURE__ */ a(Ge.DirectionProvider, {
|
|
4118
4189
|
dir: t ?? e,
|
|
4119
4190
|
children: n
|
|
4120
4191
|
});
|
|
4121
4192
|
}
|
|
4122
|
-
var
|
|
4193
|
+
var wo = Ge.useDirection;
|
|
4123
4194
|
//#endregion
|
|
4124
4195
|
//#region src/components/pure/drawer.tsx
|
|
4125
|
-
function
|
|
4196
|
+
function To({ ...e }) {
|
|
4126
4197
|
return /* @__PURE__ */ a(M.Root, {
|
|
4127
4198
|
"data-slot": "drawer",
|
|
4128
4199
|
...e
|
|
4129
4200
|
});
|
|
4130
4201
|
}
|
|
4131
|
-
function
|
|
4202
|
+
function Eo({ ...e }) {
|
|
4132
4203
|
return /* @__PURE__ */ a(M.Trigger, {
|
|
4133
4204
|
"data-slot": "drawer-trigger",
|
|
4134
4205
|
...e
|
|
4135
4206
|
});
|
|
4136
4207
|
}
|
|
4137
|
-
function
|
|
4208
|
+
function Do({ ...e }) {
|
|
4138
4209
|
return /* @__PURE__ */ a(M.Portal, {
|
|
4139
4210
|
"data-slot": "drawer-portal",
|
|
4140
4211
|
...e
|
|
4141
4212
|
});
|
|
4142
4213
|
}
|
|
4143
|
-
function
|
|
4214
|
+
function Oo({ ...e }) {
|
|
4144
4215
|
return /* @__PURE__ */ a(M.Close, {
|
|
4145
4216
|
"data-slot": "drawer-close",
|
|
4146
4217
|
...e
|
|
4147
4218
|
});
|
|
4148
4219
|
}
|
|
4149
|
-
function
|
|
4220
|
+
function ko({ className: e, ...t }) {
|
|
4150
4221
|
return /* @__PURE__ */ a(M.Overlay, {
|
|
4151
4222
|
"data-slot": "drawer-overlay",
|
|
4152
4223
|
className: P("data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 bg-black/10 supports-backdrop-filter:backdrop-blur-xs fixed inset-0 z-50", e),
|
|
4153
4224
|
...t
|
|
4154
4225
|
});
|
|
4155
4226
|
}
|
|
4156
|
-
function
|
|
4157
|
-
return /* @__PURE__ */ o(
|
|
4227
|
+
function Ao({ className: e, children: t, ...n }) {
|
|
4228
|
+
return /* @__PURE__ */ o(Do, {
|
|
4158
4229
|
"data-slot": "drawer-portal",
|
|
4159
|
-
children: [/* @__PURE__ */ a(
|
|
4230
|
+
children: [/* @__PURE__ */ a(ko, {}), /* @__PURE__ */ o(M.Content, {
|
|
4160
4231
|
"data-slot": "drawer-content",
|
|
4161
4232
|
className: P("bg-background flex h-auto flex-col text-sm data-[vaul-drawer-direction=bottom]:inset-x-0 data-[vaul-drawer-direction=bottom]:bottom-0 data-[vaul-drawer-direction=bottom]:mt-24 data-[vaul-drawer-direction=bottom]:max-h-[80vh] data-[vaul-drawer-direction=bottom]:rounded-t-xl data-[vaul-drawer-direction=bottom]:border-t data-[vaul-drawer-direction=left]:inset-y-0 data-[vaul-drawer-direction=left]:start-0 data-[vaul-drawer-direction=left]:w-3/4 data-[vaul-drawer-direction=left]:rounded-e-xl data-[vaul-drawer-direction=left]:border-e data-[vaul-drawer-direction=right]:inset-y-0 data-[vaul-drawer-direction=right]:end-0 data-[vaul-drawer-direction=right]:w-3/4 data-[vaul-drawer-direction=right]:rounded-s-xl data-[vaul-drawer-direction=right]:border-s data-[vaul-drawer-direction=top]:inset-x-0 data-[vaul-drawer-direction=top]:top-0 data-[vaul-drawer-direction=top]:mb-24 data-[vaul-drawer-direction=top]:max-h-[80vh] data-[vaul-drawer-direction=top]:rounded-b-xl data-[vaul-drawer-direction=top]:border-b data-[vaul-drawer-direction=left]:sm:max-w-sm data-[vaul-drawer-direction=right]:sm:max-w-sm group/drawer-content fixed z-50", e),
|
|
4162
4233
|
...n,
|
|
@@ -4164,28 +4235,28 @@ function To({ className: e, children: t, ...n }) {
|
|
|
4164
4235
|
})]
|
|
4165
4236
|
});
|
|
4166
4237
|
}
|
|
4167
|
-
function
|
|
4238
|
+
function jo({ className: e, ...t }) {
|
|
4168
4239
|
return /* @__PURE__ */ a("div", {
|
|
4169
4240
|
"data-slot": "drawer-header",
|
|
4170
4241
|
className: P("gap-0.5 p-4 group-data-[vaul-drawer-direction=bottom]/drawer-content:text-center group-data-[vaul-drawer-direction=top]/drawer-content:text-center md:gap-0.5 md:text-start flex flex-col", e),
|
|
4171
4242
|
...t
|
|
4172
4243
|
});
|
|
4173
4244
|
}
|
|
4174
|
-
function
|
|
4245
|
+
function Mo({ className: e, ...t }) {
|
|
4175
4246
|
return /* @__PURE__ */ a("div", {
|
|
4176
4247
|
"data-slot": "drawer-footer",
|
|
4177
4248
|
className: P("gap-2 p-4 mt-auto flex flex-col", e),
|
|
4178
4249
|
...t
|
|
4179
4250
|
});
|
|
4180
4251
|
}
|
|
4181
|
-
function
|
|
4252
|
+
function No({ className: e, ...t }) {
|
|
4182
4253
|
return /* @__PURE__ */ a(M.Title, {
|
|
4183
4254
|
"data-slot": "drawer-title",
|
|
4184
4255
|
className: P("text-foreground text-base font-medium", e),
|
|
4185
4256
|
...t
|
|
4186
4257
|
});
|
|
4187
4258
|
}
|
|
4188
|
-
function
|
|
4259
|
+
function Po({ className: e, ...t }) {
|
|
4189
4260
|
return /* @__PURE__ */ a(M.Description, {
|
|
4190
4261
|
"data-slot": "drawer-description",
|
|
4191
4262
|
className: P("text-muted-foreground text-sm", e),
|
|
@@ -4194,14 +4265,14 @@ function ko({ className: e, ...t }) {
|
|
|
4194
4265
|
}
|
|
4195
4266
|
//#endregion
|
|
4196
4267
|
//#region src/components/pure/field.tsx
|
|
4197
|
-
function
|
|
4268
|
+
function Fo({ className: e, ...t }) {
|
|
4198
4269
|
return /* @__PURE__ */ a("fieldset", {
|
|
4199
4270
|
"data-slot": "field-set",
|
|
4200
4271
|
className: P("gap-4 has-[>[data-slot=checkbox-group]]:gap-3 has-[>[data-slot=radio-group]]:gap-3 flex flex-col", e),
|
|
4201
4272
|
...t
|
|
4202
4273
|
});
|
|
4203
4274
|
}
|
|
4204
|
-
function
|
|
4275
|
+
function Io({ className: e, variant: t = "legend", ...n }) {
|
|
4205
4276
|
return /* @__PURE__ */ a("legend", {
|
|
4206
4277
|
"data-slot": "field-legend",
|
|
4207
4278
|
"data-variant": t,
|
|
@@ -4209,14 +4280,14 @@ function jo({ className: e, variant: t = "legend", ...n }) {
|
|
|
4209
4280
|
...n
|
|
4210
4281
|
});
|
|
4211
4282
|
}
|
|
4212
|
-
function
|
|
4283
|
+
function Lo({ className: e, ...t }) {
|
|
4213
4284
|
return /* @__PURE__ */ a("div", {
|
|
4214
4285
|
"data-slot": "field-group",
|
|
4215
4286
|
className: P("gap-5 data-[slot=checkbox-group]:gap-3 *:data-[slot=field-group]:gap-4 group/field-group @container/field-group flex w-full flex-col", e),
|
|
4216
4287
|
...t
|
|
4217
4288
|
});
|
|
4218
4289
|
}
|
|
4219
|
-
var
|
|
4290
|
+
var Ro = S("data-[invalid=true]:text-destructive gap-2 group/field flex w-full", {
|
|
4220
4291
|
variants: { orientation: {
|
|
4221
4292
|
vertical: "flex-col *:w-full [&>.sr-only]:w-auto",
|
|
4222
4293
|
horizontal: "flex-row items-center *:data-[slot=field-label]:flex-auto has-[>[data-slot=field-content]]:items-start has-[>[data-slot=field-content]]:[&>[role=checkbox],[role=radio]]:mt-px",
|
|
@@ -4224,44 +4295,44 @@ var No = S("data-[invalid=true]:text-destructive gap-2 group/field flex w-full",
|
|
|
4224
4295
|
} },
|
|
4225
4296
|
defaultVariants: { orientation: "vertical" }
|
|
4226
4297
|
});
|
|
4227
|
-
function
|
|
4298
|
+
function zo({ className: e, orientation: t = "vertical", ...n }) {
|
|
4228
4299
|
return /* @__PURE__ */ a("div", {
|
|
4229
4300
|
role: "group",
|
|
4230
4301
|
"data-slot": "field",
|
|
4231
4302
|
"data-orientation": t,
|
|
4232
|
-
className: P(
|
|
4303
|
+
className: P(Ro({ orientation: t }), e),
|
|
4233
4304
|
...n
|
|
4234
4305
|
});
|
|
4235
4306
|
}
|
|
4236
|
-
function
|
|
4307
|
+
function Bo({ className: e, ...t }) {
|
|
4237
4308
|
return /* @__PURE__ */ a("div", {
|
|
4238
4309
|
"data-slot": "field-content",
|
|
4239
4310
|
className: P("gap-0.5 group/field-content flex flex-1 flex-col leading-snug", e),
|
|
4240
4311
|
...t
|
|
4241
4312
|
});
|
|
4242
4313
|
}
|
|
4243
|
-
function
|
|
4244
|
-
return /* @__PURE__ */ a(
|
|
4314
|
+
function Vo({ className: e, ...t }) {
|
|
4315
|
+
return /* @__PURE__ */ a(Vt, {
|
|
4245
4316
|
"data-slot": "field-label",
|
|
4246
4317
|
className: P("has-data-checked:bg-primary/5 has-data-checked:border-primary/30 dark:has-data-checked:border-primary/20 dark:has-data-checked:bg-primary/10 gap-2 group-data-[disabled=true]/field:opacity-50 has-[>[data-slot=field]]:rounded-lg has-[>[data-slot=field]]:border *:data-[slot=field]:p-2.5 group/field-label peer/field-label flex w-fit leading-snug", "has-[>[data-slot=field]]:w-full has-[>[data-slot=field]]:flex-col", e),
|
|
4247
4318
|
...t
|
|
4248
4319
|
});
|
|
4249
4320
|
}
|
|
4250
|
-
function
|
|
4321
|
+
function Ho({ className: e, ...t }) {
|
|
4251
4322
|
return /* @__PURE__ */ a("div", {
|
|
4252
4323
|
"data-slot": "field-label",
|
|
4253
4324
|
className: P("gap-2 text-sm font-medium group-data-[disabled=true]/field:opacity-50 flex w-fit items-center leading-snug", e),
|
|
4254
4325
|
...t
|
|
4255
4326
|
});
|
|
4256
4327
|
}
|
|
4257
|
-
function
|
|
4328
|
+
function Uo({ className: e, ...t }) {
|
|
4258
4329
|
return /* @__PURE__ */ a("p", {
|
|
4259
4330
|
"data-slot": "field-description",
|
|
4260
4331
|
className: P("text-muted-foreground text-start text-sm [[data-variant=legend]+&]:-mt-1.5 leading-normal font-normal group-has-data-horizontal/field:text-balance", "last:mt-0 nth-last-2:-mt-1", "[&>a:hover]:text-primary [&>a]:underline [&>a]:underline-offset-4", e),
|
|
4261
4332
|
...t
|
|
4262
4333
|
});
|
|
4263
4334
|
}
|
|
4264
|
-
function
|
|
4335
|
+
function Wo({ children: e, className: t, ...n }) {
|
|
4265
4336
|
return /* @__PURE__ */ o("div", {
|
|
4266
4337
|
"data-slot": "field-separator",
|
|
4267
4338
|
"data-content": !!e,
|
|
@@ -4274,8 +4345,8 @@ function zo({ children: e, className: t, ...n }) {
|
|
|
4274
4345
|
})]
|
|
4275
4346
|
});
|
|
4276
4347
|
}
|
|
4277
|
-
function
|
|
4278
|
-
let i =
|
|
4348
|
+
function Go({ className: e, children: t, errors: n, ...r }) {
|
|
4349
|
+
let i = ke(() => {
|
|
4279
4350
|
if (t) return t;
|
|
4280
4351
|
if (!n?.length) return null;
|
|
4281
4352
|
let e = [...new Map(n.map((e) => [e?.message, e])).values()];
|
|
@@ -4294,30 +4365,30 @@ function Bo({ className: e, children: t, errors: n, ...r }) {
|
|
|
4294
4365
|
}
|
|
4295
4366
|
//#endregion
|
|
4296
4367
|
//#region src/components/pure/scroll-area.tsx
|
|
4297
|
-
function
|
|
4298
|
-
return /* @__PURE__ */ o(
|
|
4368
|
+
function Ko({ className: e, children: t, ...n }) {
|
|
4369
|
+
return /* @__PURE__ */ o(Ke.Root, {
|
|
4299
4370
|
"data-slot": "scroll-area",
|
|
4300
4371
|
className: P("relative", e),
|
|
4301
4372
|
...n,
|
|
4302
4373
|
children: [
|
|
4303
|
-
/* @__PURE__ */ a(
|
|
4374
|
+
/* @__PURE__ */ a(Ke.Viewport, {
|
|
4304
4375
|
"data-slot": "scroll-area-viewport",
|
|
4305
4376
|
className: "focus-visible:ring-ring/50 size-full rounded-[inherit] transition-[color,box-shadow] outline-none focus-visible:ring-[3px] focus-visible:outline-1",
|
|
4306
4377
|
children: t
|
|
4307
4378
|
}),
|
|
4308
|
-
/* @__PURE__ */ a(
|
|
4309
|
-
/* @__PURE__ */ a(
|
|
4379
|
+
/* @__PURE__ */ a(qo, {}),
|
|
4380
|
+
/* @__PURE__ */ a(Ke.Corner, {})
|
|
4310
4381
|
]
|
|
4311
4382
|
});
|
|
4312
4383
|
}
|
|
4313
|
-
function
|
|
4314
|
-
return /* @__PURE__ */ a(
|
|
4384
|
+
function qo({ className: e, orientation: t = "vertical", ...n }) {
|
|
4385
|
+
return /* @__PURE__ */ a(Ke.ScrollAreaScrollbar, {
|
|
4315
4386
|
"data-slot": "scroll-area-scrollbar",
|
|
4316
4387
|
"data-orientation": t,
|
|
4317
4388
|
orientation: t,
|
|
4318
4389
|
className: P("data-horizontal:h-2.5 data-horizontal:flex-col data-horizontal:border-t data-horizontal:border-t-transparent data-vertical:h-full data-vertical:w-2.5 data-vertical:border-s data-vertical:border-s-transparent flex touch-none p-px transition-colors select-none", e),
|
|
4319
4390
|
...n,
|
|
4320
|
-
children: /* @__PURE__ */ a(
|
|
4391
|
+
children: /* @__PURE__ */ a(Ke.ScrollAreaThumb, {
|
|
4321
4392
|
"data-slot": "scroll-area-thumb",
|
|
4322
4393
|
className: "rounded-full bg-border relative flex-1"
|
|
4323
4394
|
})
|
|
@@ -4325,17 +4396,17 @@ function Ho({ className: e, orientation: t = "vertical", ...n }) {
|
|
|
4325
4396
|
}
|
|
4326
4397
|
//#endregion
|
|
4327
4398
|
//#region src/components/pure/sonner.tsx
|
|
4328
|
-
var
|
|
4329
|
-
let { theme: t = "system" } =
|
|
4330
|
-
return /* @__PURE__ */ a(
|
|
4399
|
+
var Jo = ({ ...e }) => {
|
|
4400
|
+
let { theme: t = "system" } = Qe();
|
|
4401
|
+
return /* @__PURE__ */ a($e, {
|
|
4331
4402
|
theme: t,
|
|
4332
4403
|
className: "toaster group",
|
|
4333
4404
|
icons: {
|
|
4334
|
-
success: /* @__PURE__ */ a(
|
|
4335
|
-
info: /* @__PURE__ */ a(
|
|
4336
|
-
warning: /* @__PURE__ */ a(
|
|
4337
|
-
error: /* @__PURE__ */ a(
|
|
4338
|
-
loading: /* @__PURE__ */ a(
|
|
4405
|
+
success: /* @__PURE__ */ a(h, { className: "size-4" }),
|
|
4406
|
+
info: /* @__PURE__ */ a(te, { className: "size-4" }),
|
|
4407
|
+
warning: /* @__PURE__ */ a(be, { className: "size-4" }),
|
|
4408
|
+
error: /* @__PURE__ */ a(de, { className: "size-4" }),
|
|
4409
|
+
loading: /* @__PURE__ */ a(re, { className: "size-4 animate-spin" })
|
|
4339
4410
|
},
|
|
4340
4411
|
style: {
|
|
4341
4412
|
"--normal-bg": "var(--popover)",
|
|
@@ -4349,13 +4420,13 @@ var Uo = ({ ...e }) => {
|
|
|
4349
4420
|
};
|
|
4350
4421
|
//#endregion
|
|
4351
4422
|
//#region src/components/pure/switch.tsx
|
|
4352
|
-
function
|
|
4353
|
-
return /* @__PURE__ */ a(
|
|
4423
|
+
function Yo({ className: e, size: t = "default", ...n }) {
|
|
4424
|
+
return /* @__PURE__ */ a(qe.Root, {
|
|
4354
4425
|
"data-slot": "switch",
|
|
4355
4426
|
"data-size": t,
|
|
4356
4427
|
className: P("data-checked:bg-primary data-unchecked:bg-input focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive dark:aria-invalid:border-destructive/50 dark:data-unchecked:bg-input/80 shrink-0 rounded-full border border-transparent focus-visible:ring-3 aria-invalid:ring-3 data-[size=default]:h-[18.4px] data-[size=default]:w-[32px] data-[size=sm]:h-[14px] data-[size=sm]:w-[24px] peer group/switch relative inline-flex items-center transition-all outline-none after:absolute after:-inset-x-3 after:-inset-y-2 data-disabled:cursor-not-allowed data-disabled:opacity-50", e),
|
|
4357
4428
|
...n,
|
|
4358
|
-
children: /* @__PURE__ */ a(
|
|
4429
|
+
children: /* @__PURE__ */ a(qe.Thumb, {
|
|
4359
4430
|
"data-slot": "switch-thumb",
|
|
4360
4431
|
className: "bg-background dark:data-unchecked:bg-foreground dark:data-checked:bg-primary-foreground rounded-full group-data-[size=default]/switch:size-4 group-data-[size=sm]/switch:size-3 group-data-[size=default]/switch:data-checked:translate-x-[calc(100%-2px)] group-data-[size=sm]/switch:data-checked:translate-x-[calc(100%-2px)] group-data-[size=default]/switch:data-unchecked:translate-x-0 group-data-[size=sm]/switch:data-unchecked:translate-x-0 pointer-events-none block ring-0 transition-transform"
|
|
4361
4432
|
})
|
|
@@ -4363,38 +4434,38 @@ function Wo({ className: e, size: t = "default", ...n }) {
|
|
|
4363
4434
|
}
|
|
4364
4435
|
//#endregion
|
|
4365
4436
|
//#region src/components/pure/tabs.tsx
|
|
4366
|
-
function
|
|
4367
|
-
return /* @__PURE__ */ a(
|
|
4437
|
+
function Xo({ className: e, orientation: t = "horizontal", ...n }) {
|
|
4438
|
+
return /* @__PURE__ */ a(Je.Root, {
|
|
4368
4439
|
"data-slot": "tabs",
|
|
4369
4440
|
"data-orientation": t,
|
|
4370
4441
|
className: P("gap-2 group/tabs flex data-horizontal:flex-col", e),
|
|
4371
4442
|
...n
|
|
4372
4443
|
});
|
|
4373
4444
|
}
|
|
4374
|
-
var
|
|
4445
|
+
var Zo = S("rounded-lg p-[3px] group-data-horizontal/tabs:h-8 data-[variant=line]:rounded-none group/tabs-list text-muted-foreground inline-flex w-fit items-center justify-center group-data-vertical/tabs:h-fit group-data-vertical/tabs:flex-col", {
|
|
4375
4446
|
variants: { variant: {
|
|
4376
4447
|
default: "bg-muted",
|
|
4377
4448
|
line: "gap-1 bg-transparent"
|
|
4378
4449
|
} },
|
|
4379
4450
|
defaultVariants: { variant: "default" }
|
|
4380
4451
|
});
|
|
4381
|
-
function
|
|
4382
|
-
return /* @__PURE__ */ a(
|
|
4452
|
+
function Qo({ className: e, variant: t = "default", ...n }) {
|
|
4453
|
+
return /* @__PURE__ */ a(Je.List, {
|
|
4383
4454
|
"data-slot": "tabs-list",
|
|
4384
4455
|
"data-variant": t,
|
|
4385
|
-
className: P(
|
|
4456
|
+
className: P(Zo({ variant: t }), e),
|
|
4386
4457
|
...n
|
|
4387
4458
|
});
|
|
4388
4459
|
}
|
|
4389
|
-
function
|
|
4390
|
-
return /* @__PURE__ */ a(
|
|
4460
|
+
function $o({ className: e, ...t }) {
|
|
4461
|
+
return /* @__PURE__ */ a(Je.Trigger, {
|
|
4391
4462
|
"data-slot": "tabs-trigger",
|
|
4392
4463
|
className: P("gap-1.5 rounded-md border border-transparent px-1.5 py-0.5 text-sm font-medium group-data-[variant=default]/tabs-list:data-active:shadow-sm group-data-[variant=line]/tabs-list:data-active:shadow-none [&_svg:not([class*='size-'])]:size-4 focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:outline-ring text-foreground/60 hover:text-foreground dark:text-muted-foreground dark:hover:text-foreground relative inline-flex h-[calc(100%-1px)] flex-1 items-center justify-center whitespace-nowrap transition-all group-data-vertical/tabs:w-full group-data-vertical/tabs:justify-start focus-visible:ring-[3px] focus-visible:outline-1 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0", "group-data-[variant=line]/tabs-list:bg-transparent group-data-[variant=line]/tabs-list:data-active:bg-transparent dark:group-data-[variant=line]/tabs-list:data-active:border-transparent dark:group-data-[variant=line]/tabs-list:data-active:bg-transparent", "data-active:bg-background dark:data-active:text-foreground dark:data-active:border-input dark:data-active:bg-input/30 data-active:text-foreground", "after:bg-foreground after:absolute after:opacity-0 after:transition-opacity group-data-horizontal/tabs:after:inset-x-0 group-data-horizontal/tabs:after:bottom-[-5px] group-data-horizontal/tabs:after:h-0.5 group-data-vertical/tabs:after:inset-y-0 group-data-vertical/tabs:after:-end-1 group-data-vertical/tabs:after:w-0.5 group-data-[variant=line]/tabs-list:data-active:after:opacity-100", e),
|
|
4393
4464
|
...t
|
|
4394
4465
|
});
|
|
4395
4466
|
}
|
|
4396
|
-
function
|
|
4397
|
-
return /* @__PURE__ */ a(
|
|
4467
|
+
function es({ className: e, ...t }) {
|
|
4468
|
+
return /* @__PURE__ */ a(Je.Content, {
|
|
4398
4469
|
"data-slot": "tabs-content",
|
|
4399
4470
|
className: P("text-sm flex-1 outline-none", e),
|
|
4400
4471
|
...t
|
|
@@ -4402,7 +4473,7 @@ function Yo({ className: e, ...t }) {
|
|
|
4402
4473
|
}
|
|
4403
4474
|
//#endregion
|
|
4404
4475
|
//#region src/components/pure/toggle.tsx
|
|
4405
|
-
var
|
|
4476
|
+
var ts = S("hover:text-foreground aria-pressed:bg-muted focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive data-[state=on]:bg-muted gap-1 rounded-lg text-sm font-medium transition-all [&_svg:not([class*='size-'])]:size-4 group/toggle hover:bg-muted inline-flex items-center justify-center whitespace-nowrap outline-none focus-visible:ring-[3px] disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0", {
|
|
4406
4477
|
variants: {
|
|
4407
4478
|
variant: {
|
|
4408
4479
|
default: "bg-transparent",
|
|
@@ -4419,10 +4490,10 @@ var Xo = S("hover:text-foreground aria-pressed:bg-muted focus-visible:border-rin
|
|
|
4419
4490
|
size: "default"
|
|
4420
4491
|
}
|
|
4421
4492
|
});
|
|
4422
|
-
function
|
|
4423
|
-
return /* @__PURE__ */ a(
|
|
4493
|
+
function ns({ className: e, variant: t = "default", size: n = "default", ...r }) {
|
|
4494
|
+
return /* @__PURE__ */ a(Ye.Root, {
|
|
4424
4495
|
"data-slot": "toggle",
|
|
4425
|
-
className: P(
|
|
4496
|
+
className: P(ts({
|
|
4426
4497
|
variant: t,
|
|
4427
4498
|
size: n,
|
|
4428
4499
|
className: e
|
|
@@ -4432,13 +4503,13 @@ function Zo({ className: e, variant: t = "default", size: n = "default", ...r })
|
|
|
4432
4503
|
}
|
|
4433
4504
|
//#endregion
|
|
4434
4505
|
//#region src/components/pure/toggle-group.tsx
|
|
4435
|
-
var
|
|
4506
|
+
var rs = y.createContext({
|
|
4436
4507
|
size: "default",
|
|
4437
4508
|
variant: "default",
|
|
4438
4509
|
spacing: 0,
|
|
4439
4510
|
orientation: "horizontal"
|
|
4440
4511
|
});
|
|
4441
|
-
function
|
|
4512
|
+
function is({ className: e, variant: t, size: n, spacing: r = 0, orientation: i = "horizontal", children: o, ...s }) {
|
|
4442
4513
|
return /* @__PURE__ */ a(Xe.Root, {
|
|
4443
4514
|
"data-slot": "toggle-group",
|
|
4444
4515
|
"data-variant": t,
|
|
@@ -4448,7 +4519,7 @@ function $o({ className: e, variant: t, size: n, spacing: r = 0, orientation: i
|
|
|
4448
4519
|
style: { "--gap": r },
|
|
4449
4520
|
className: P("rounded-lg data-[size=sm]:rounded-[min(var(--radius-md),10px)] group/toggle-group flex w-fit flex-row items-center gap-[--spacing(var(--gap))] data-vertical:flex-col data-vertical:items-stretch", e),
|
|
4450
4521
|
...s,
|
|
4451
|
-
children: /* @__PURE__ */ a(
|
|
4522
|
+
children: /* @__PURE__ */ a(rs.Provider, {
|
|
4452
4523
|
value: {
|
|
4453
4524
|
variant: t,
|
|
4454
4525
|
size: n,
|
|
@@ -4459,14 +4530,14 @@ function $o({ className: e, variant: t, size: n, spacing: r = 0, orientation: i
|
|
|
4459
4530
|
})
|
|
4460
4531
|
});
|
|
4461
4532
|
}
|
|
4462
|
-
function
|
|
4463
|
-
let o = y.useContext(
|
|
4533
|
+
function as({ className: e, children: t, variant: n = "default", size: r = "default", ...i }) {
|
|
4534
|
+
let o = y.useContext(rs);
|
|
4464
4535
|
return /* @__PURE__ */ a(Xe.Item, {
|
|
4465
4536
|
"data-slot": "toggle-group-item",
|
|
4466
4537
|
"data-variant": o.variant || n,
|
|
4467
4538
|
"data-size": o.size || r,
|
|
4468
4539
|
"data-spacing": o.spacing,
|
|
4469
|
-
className: P("group-data-[spacing=0]/toggle-group:rounded-none group-data-[spacing=0]/toggle-group:px-2 group-data-horizontal/toggle-group:data-[spacing=0]:first:rounded-s-lg group-data-vertical/toggle-group:data-[spacing=0]:first:rounded-t-lg group-data-horizontal/toggle-group:data-[spacing=0]:last:rounded-e-lg group-data-vertical/toggle-group:data-[spacing=0]:last:rounded-b-lg shrink-0 focus:z-10 focus-visible:z-10 group-data-horizontal/toggle-group:data-[spacing=0]:data-[variant=outline]:border-s-0 group-data-vertical/toggle-group:data-[spacing=0]:data-[variant=outline]:border-t-0 group-data-horizontal/toggle-group:data-[spacing=0]:data-[variant=outline]:first:border-s group-data-vertical/toggle-group:data-[spacing=0]:data-[variant=outline]:first:border-t",
|
|
4540
|
+
className: P("group-data-[spacing=0]/toggle-group:rounded-none group-data-[spacing=0]/toggle-group:px-2 group-data-horizontal/toggle-group:data-[spacing=0]:first:rounded-s-lg group-data-vertical/toggle-group:data-[spacing=0]:first:rounded-t-lg group-data-horizontal/toggle-group:data-[spacing=0]:last:rounded-e-lg group-data-vertical/toggle-group:data-[spacing=0]:last:rounded-b-lg shrink-0 focus:z-10 focus-visible:z-10 group-data-horizontal/toggle-group:data-[spacing=0]:data-[variant=outline]:border-s-0 group-data-vertical/toggle-group:data-[spacing=0]:data-[variant=outline]:border-t-0 group-data-horizontal/toggle-group:data-[spacing=0]:data-[variant=outline]:first:border-s group-data-vertical/toggle-group:data-[spacing=0]:data-[variant=outline]:first:border-t", ts({
|
|
4470
4541
|
variant: o.variant || n,
|
|
4471
4542
|
size: o.size || r
|
|
4472
4543
|
}), e),
|
|
@@ -4476,7 +4547,7 @@ function es({ className: e, children: t, variant: n = "default", size: r = "defa
|
|
|
4476
4547
|
}
|
|
4477
4548
|
//#endregion
|
|
4478
4549
|
//#region src/hooks/useDialog.ts
|
|
4479
|
-
function
|
|
4550
|
+
function os() {
|
|
4480
4551
|
let [e, t] = x(null), [n, r] = x(!1), [i, a] = x(!1);
|
|
4481
4552
|
return {
|
|
4482
4553
|
selectedRow: e,
|
|
@@ -4494,7 +4565,7 @@ function ts() {
|
|
|
4494
4565
|
}
|
|
4495
4566
|
//#endregion
|
|
4496
4567
|
//#region src/hooks/useDynamicList.ts
|
|
4497
|
-
function
|
|
4568
|
+
function ss(e, t, n) {
|
|
4498
4569
|
return {
|
|
4499
4570
|
addRow: b((r) => {
|
|
4500
4571
|
t((t) => ({
|
|
@@ -4542,7 +4613,7 @@ function ns(e, t, n) {
|
|
|
4542
4613
|
}
|
|
4543
4614
|
//#endregion
|
|
4544
4615
|
//#region src/hooks/useFormValidation.ts
|
|
4545
|
-
function
|
|
4616
|
+
function cs(e, t) {
|
|
4546
4617
|
let [n, r] = x({}), i = (e) => n[e], a = (e) => !!n[e];
|
|
4547
4618
|
return {
|
|
4548
4619
|
errors: n,
|
|
@@ -4572,10 +4643,10 @@ function rs(e, t) {
|
|
|
4572
4643
|
}
|
|
4573
4644
|
//#endregion
|
|
4574
4645
|
//#region src/hooks/useEntityForm.ts
|
|
4575
|
-
function
|
|
4646
|
+
function ls(e, t) {
|
|
4576
4647
|
let [n, r] = x({ ...e }), [i, a] = x(e);
|
|
4577
4648
|
e !== i && (r({ ...e }), a(e));
|
|
4578
|
-
let o =
|
|
4649
|
+
let o = cs(n, t);
|
|
4579
4650
|
return {
|
|
4580
4651
|
formData: n,
|
|
4581
4652
|
handleChange: b((e) => {
|
|
@@ -4594,7 +4665,7 @@ function is(e, t) {
|
|
|
4594
4665
|
}
|
|
4595
4666
|
//#endregion
|
|
4596
4667
|
//#region src/hooks/useLightBox.ts
|
|
4597
|
-
function
|
|
4668
|
+
function us() {
|
|
4598
4669
|
let [e, t] = x(null);
|
|
4599
4670
|
return {
|
|
4600
4671
|
lightbox: e,
|
|
@@ -4610,8 +4681,8 @@ function as() {
|
|
|
4610
4681
|
}
|
|
4611
4682
|
//#endregion
|
|
4612
4683
|
//#region src/hooks/useStorageFile.ts
|
|
4613
|
-
function
|
|
4614
|
-
let n =
|
|
4684
|
+
function ds(e, t) {
|
|
4685
|
+
let n = Ae(null), r = async (r) => {
|
|
4615
4686
|
let i = Array.from(r.target.files || []);
|
|
4616
4687
|
if (i.length === 0) return;
|
|
4617
4688
|
let a = [
|
|
@@ -4636,7 +4707,7 @@ function os(e, t) {
|
|
|
4636
4707
|
let n = new FileReader();
|
|
4637
4708
|
n.onloadend = () => {
|
|
4638
4709
|
let r = n.result;
|
|
4639
|
-
t(new
|
|
4710
|
+
t(new tt({
|
|
4640
4711
|
url: r,
|
|
4641
4712
|
base64File: r.split(",")[1],
|
|
4642
4713
|
extension: `.${e.name.split(".").pop()}`,
|
|
@@ -4657,7 +4728,7 @@ function os(e, t) {
|
|
|
4657
4728
|
let r = e[t];
|
|
4658
4729
|
if (Array.isArray(r)) {
|
|
4659
4730
|
let i = [...r], a = i[n];
|
|
4660
|
-
return a.status === N.New ? i.splice(n, 1) : i[n] = new
|
|
4731
|
+
return a.status === N.New ? i.splice(n, 1) : i[n] = new tt({
|
|
4661
4732
|
...a,
|
|
4662
4733
|
status: N.Delete
|
|
4663
4734
|
}), {
|
|
@@ -4668,7 +4739,7 @@ function os(e, t) {
|
|
|
4668
4739
|
let n = r;
|
|
4669
4740
|
return {
|
|
4670
4741
|
...e,
|
|
4671
|
-
[t]: n?.status === N.New ? void 0 : new
|
|
4742
|
+
[t]: n?.status === N.New ? void 0 : new tt({
|
|
4672
4743
|
...n,
|
|
4673
4744
|
status: N.Delete
|
|
4674
4745
|
})
|
|
@@ -4696,17 +4767,17 @@ function os(e, t) {
|
|
|
4696
4767
|
}
|
|
4697
4768
|
//#endregion
|
|
4698
4769
|
//#region src/state/authListener.ts
|
|
4699
|
-
var
|
|
4770
|
+
var fs = (e, t) => {
|
|
4700
4771
|
window.addEventListener("storage", (n) => {
|
|
4701
|
-
n.key ===
|
|
4702
|
-
}), window.addEventListener(
|
|
4772
|
+
n.key === et.AuthCheckStorageItemName && e(t.syncFromStorage());
|
|
4773
|
+
}), window.addEventListener(et.UnauthorizedEventName, () => {
|
|
4703
4774
|
e(t.logout());
|
|
4704
4775
|
});
|
|
4705
4776
|
};
|
|
4706
4777
|
//#endregion
|
|
4707
4778
|
//#region src/state/generics/genericDialogSlice.ts
|
|
4708
|
-
function
|
|
4709
|
-
return
|
|
4779
|
+
function ps(e) {
|
|
4780
|
+
return rt({
|
|
4710
4781
|
name: e,
|
|
4711
4782
|
initialState: {
|
|
4712
4783
|
selectedRow: null,
|
|
@@ -4731,7 +4802,7 @@ function cs(e) {
|
|
|
4731
4802
|
}
|
|
4732
4803
|
//#endregion
|
|
4733
4804
|
//#region ../../node_modules/immer/dist/immer.mjs
|
|
4734
|
-
var
|
|
4805
|
+
var ms = Symbol.for("immer-nothing"), hs = Symbol.for("immer-draftable"), G = Symbol.for("immer-state"), gs = process.env.NODE_ENV === "production" ? [] : [
|
|
4735
4806
|
function(e) {
|
|
4736
4807
|
return `The plugin for '${e}' has not been loaded into Immer. To enable the plugin, import and call \`enable${e}()\` when initializing your application.`;
|
|
4737
4808
|
},
|
|
@@ -4761,63 +4832,63 @@ var ls = Symbol.for("immer-nothing"), us = Symbol.for("immer-draftable"), G = Sy
|
|
|
4761
4832
|
];
|
|
4762
4833
|
function K(e, ...t) {
|
|
4763
4834
|
if (process.env.NODE_ENV !== "production") {
|
|
4764
|
-
let n =
|
|
4835
|
+
let n = gs[e], r = Z(n) ? n.apply(null, t) : n;
|
|
4765
4836
|
throw Error(`[Immer] ${r}`);
|
|
4766
4837
|
}
|
|
4767
4838
|
throw Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`);
|
|
4768
4839
|
}
|
|
4769
|
-
var q = Object, J = q.getPrototypeOf,
|
|
4840
|
+
var q = Object, J = q.getPrototypeOf, _s = "constructor", vs = "prototype", ys = "configurable", bs = "enumerable", xs = "writable", Ss = "value", Y = (e) => !!e && !!e[G];
|
|
4770
4841
|
function X(e) {
|
|
4771
|
-
return e ?
|
|
4842
|
+
return e ? Ts(e) || Ms(e) || !!e[hs] || !!e[_s]?.[hs] || Ns(e) || Ps(e) : !1;
|
|
4772
4843
|
}
|
|
4773
|
-
var
|
|
4774
|
-
function
|
|
4775
|
-
if (!e || !
|
|
4844
|
+
var Cs = q[vs][_s].toString(), ws = /* @__PURE__ */ new WeakMap();
|
|
4845
|
+
function Ts(e) {
|
|
4846
|
+
if (!e || !Fs(e)) return !1;
|
|
4776
4847
|
let t = J(e);
|
|
4777
|
-
if (t === null || t === q[
|
|
4778
|
-
let n = q.hasOwnProperty.call(t,
|
|
4848
|
+
if (t === null || t === q[vs]) return !0;
|
|
4849
|
+
let n = q.hasOwnProperty.call(t, _s) && t[_s];
|
|
4779
4850
|
if (n === Object) return !0;
|
|
4780
4851
|
if (!Z(n)) return !1;
|
|
4781
|
-
let r =
|
|
4782
|
-
return r === void 0 && (r = Function.toString.call(n),
|
|
4852
|
+
let r = ws.get(n);
|
|
4853
|
+
return r === void 0 && (r = Function.toString.call(n), ws.set(n, r)), r === Cs;
|
|
4783
4854
|
}
|
|
4784
|
-
function
|
|
4785
|
-
|
|
4855
|
+
function Es(e, t, n = !0) {
|
|
4856
|
+
Ds(e) === 0 ? (n ? Reflect.ownKeys(e) : q.keys(e)).forEach((n) => {
|
|
4786
4857
|
t(n, e[n], e);
|
|
4787
4858
|
}) : e.forEach((n, r) => t(r, n, e));
|
|
4788
4859
|
}
|
|
4789
|
-
function
|
|
4860
|
+
function Ds(e) {
|
|
4790
4861
|
let t = e[G];
|
|
4791
|
-
return t ? t.type_ :
|
|
4862
|
+
return t ? t.type_ : Ms(e) ? 1 : Ns(e) ? 2 : Ps(e) ? 3 : 0;
|
|
4792
4863
|
}
|
|
4793
|
-
var
|
|
4864
|
+
var Os = (e, t, n = Ds(e)) => n === 2 ? e.has(t) : q[vs].hasOwnProperty.call(e, t), ks = (e, t, n = Ds(e)) => n === 2 ? e.get(t) : e[t], As = (e, t, n, r = Ds(e)) => {
|
|
4794
4865
|
r === 2 ? e.set(t, n) : r === 3 ? e.add(n) : e[t] = n;
|
|
4795
4866
|
};
|
|
4796
|
-
function
|
|
4867
|
+
function js(e, t) {
|
|
4797
4868
|
return e === t ? e !== 0 || 1 / e == 1 / t : e !== e && t !== t;
|
|
4798
4869
|
}
|
|
4799
|
-
var
|
|
4800
|
-
function
|
|
4870
|
+
var Ms = Array.isArray, Ns = (e) => e instanceof Map, Ps = (e) => e instanceof Set, Fs = (e) => typeof e == "object", Z = (e) => typeof e == "function", Is = (e) => typeof e == "boolean";
|
|
4871
|
+
function Ls(e) {
|
|
4801
4872
|
let t = +e;
|
|
4802
4873
|
return Number.isInteger(t) && String(t) === e;
|
|
4803
4874
|
}
|
|
4804
|
-
var Q = (e) => e.copy_ || e.base_,
|
|
4805
|
-
function
|
|
4806
|
-
if (
|
|
4807
|
-
if (
|
|
4808
|
-
if (
|
|
4809
|
-
let n =
|
|
4875
|
+
var Q = (e) => e.copy_ || e.base_, Rs = (e) => e.modified_ ? e.copy_ : e.base_;
|
|
4876
|
+
function zs(e, t) {
|
|
4877
|
+
if (Ns(e)) return new Map(e);
|
|
4878
|
+
if (Ps(e)) return new Set(e);
|
|
4879
|
+
if (Ms(e)) return Array[vs].slice.call(e);
|
|
4880
|
+
let n = Ts(e);
|
|
4810
4881
|
if (t === !0 || t === "class_only" && !n) {
|
|
4811
4882
|
let t = q.getOwnPropertyDescriptors(e);
|
|
4812
4883
|
delete t[G];
|
|
4813
4884
|
let n = Reflect.ownKeys(t);
|
|
4814
4885
|
for (let r = 0; r < n.length; r++) {
|
|
4815
4886
|
let i = n[r], a = t[i];
|
|
4816
|
-
a[
|
|
4817
|
-
[
|
|
4818
|
-
[
|
|
4819
|
-
[
|
|
4820
|
-
[
|
|
4887
|
+
a[xs] === !1 && (a[xs] = !0, a[ys] = !0), (a.get || a.set) && (t[i] = {
|
|
4888
|
+
[ys]: !0,
|
|
4889
|
+
[xs]: !0,
|
|
4890
|
+
[bs]: a[bs],
|
|
4891
|
+
[Ss]: e[i]
|
|
4821
4892
|
});
|
|
4822
4893
|
}
|
|
4823
4894
|
return q.create(J(e), t);
|
|
@@ -4828,29 +4899,29 @@ function Ps(e, t) {
|
|
|
4828
4899
|
return q.assign(r, e);
|
|
4829
4900
|
}
|
|
4830
4901
|
}
|
|
4831
|
-
function
|
|
4832
|
-
return
|
|
4833
|
-
set:
|
|
4834
|
-
add:
|
|
4835
|
-
clear:
|
|
4836
|
-
delete:
|
|
4837
|
-
}), q.freeze(e), t &&
|
|
4838
|
-
|
|
4902
|
+
function Bs(e, t = !1) {
|
|
4903
|
+
return Us(e) || Y(e) || !X(e) ? e : (Ds(e) > 1 && q.defineProperties(e, {
|
|
4904
|
+
set: Hs,
|
|
4905
|
+
add: Hs,
|
|
4906
|
+
clear: Hs,
|
|
4907
|
+
delete: Hs
|
|
4908
|
+
}), q.freeze(e), t && Es(e, (e, t) => {
|
|
4909
|
+
Bs(t, !0);
|
|
4839
4910
|
}, !1), e);
|
|
4840
4911
|
}
|
|
4841
|
-
function
|
|
4912
|
+
function Vs() {
|
|
4842
4913
|
K(2);
|
|
4843
4914
|
}
|
|
4844
|
-
var
|
|
4845
|
-
function
|
|
4846
|
-
return e === null || !
|
|
4915
|
+
var Hs = { [Ss]: Vs };
|
|
4916
|
+
function Us(e) {
|
|
4917
|
+
return e === null || !Fs(e) ? !0 : q.isFrozen(e);
|
|
4847
4918
|
}
|
|
4848
|
-
var
|
|
4919
|
+
var Ws = "MapSet", Gs = "Patches", Ks = "ArrayMethods", qs = {};
|
|
4849
4920
|
function $(e) {
|
|
4850
|
-
let t =
|
|
4921
|
+
let t = qs[e];
|
|
4851
4922
|
return t || K(0, e), t;
|
|
4852
4923
|
}
|
|
4853
|
-
var
|
|
4924
|
+
var Js = (e) => !!qs[e], Ys, Xs = () => Ys, Zs = (e, t) => ({
|
|
4854
4925
|
drafts_: [],
|
|
4855
4926
|
parent_: e,
|
|
4856
4927
|
immer_: t,
|
|
@@ -4858,114 +4929,114 @@ var Us = (e) => !!Hs[e], Ws, Gs = () => Ws, Ks = (e, t) => ({
|
|
|
4858
4929
|
unfinalizedDrafts_: 0,
|
|
4859
4930
|
handledSet_: /* @__PURE__ */ new Set(),
|
|
4860
4931
|
processedForPatches_: /* @__PURE__ */ new Set(),
|
|
4861
|
-
mapSetPlugin_:
|
|
4862
|
-
arrayMethodsPlugin_:
|
|
4932
|
+
mapSetPlugin_: Js(Ws) ? $(Ws) : void 0,
|
|
4933
|
+
arrayMethodsPlugin_: Js(Ks) ? $(Ks) : void 0
|
|
4863
4934
|
});
|
|
4864
|
-
function
|
|
4865
|
-
t && (e.patchPlugin_ = $(
|
|
4935
|
+
function Qs(e, t) {
|
|
4936
|
+
t && (e.patchPlugin_ = $(Gs), e.patches_ = [], e.inversePatches_ = [], e.patchListener_ = t);
|
|
4866
4937
|
}
|
|
4867
|
-
function
|
|
4868
|
-
|
|
4938
|
+
function $s(e) {
|
|
4939
|
+
ec(e), e.drafts_.forEach(nc), e.drafts_ = null;
|
|
4869
4940
|
}
|
|
4870
|
-
function
|
|
4871
|
-
e ===
|
|
4941
|
+
function ec(e) {
|
|
4942
|
+
e === Ys && (Ys = e.parent_);
|
|
4872
4943
|
}
|
|
4873
|
-
var
|
|
4874
|
-
function
|
|
4944
|
+
var tc = (e) => Ys = Zs(Ys, e);
|
|
4945
|
+
function nc(e) {
|
|
4875
4946
|
let t = e[G];
|
|
4876
4947
|
t.type_ === 0 || t.type_ === 1 ? t.revoke_() : t.revoked_ = !0;
|
|
4877
4948
|
}
|
|
4878
|
-
function
|
|
4949
|
+
function rc(e, t) {
|
|
4879
4950
|
t.unfinalizedDrafts_ = t.drafts_.length;
|
|
4880
4951
|
let n = t.drafts_[0];
|
|
4881
4952
|
if (e !== void 0 && e !== n) {
|
|
4882
|
-
n[G].modified_ && (
|
|
4953
|
+
n[G].modified_ && ($s(t), K(4)), X(e) && (e = ic(t, e));
|
|
4883
4954
|
let { patchPlugin_: r } = t;
|
|
4884
4955
|
r && r.generateReplacementPatches_(n[G].base_, e, t);
|
|
4885
|
-
} else e =
|
|
4886
|
-
return
|
|
4956
|
+
} else e = ic(t, n);
|
|
4957
|
+
return ac(t, e, !0), $s(t), t.patches_ && t.patchListener_(t.patches_, t.inversePatches_), e === ms ? void 0 : e;
|
|
4887
4958
|
}
|
|
4888
|
-
function
|
|
4889
|
-
if (
|
|
4959
|
+
function ic(e, t) {
|
|
4960
|
+
if (Us(t)) return t;
|
|
4890
4961
|
let n = t[G];
|
|
4891
|
-
if (!n) return
|
|
4892
|
-
if (!
|
|
4962
|
+
if (!n) return pc(t, e.handledSet_, e);
|
|
4963
|
+
if (!sc(n, e)) return t;
|
|
4893
4964
|
if (!n.modified_) return n.base_;
|
|
4894
4965
|
if (!n.finalized_) {
|
|
4895
4966
|
let { callbacks_: t } = n;
|
|
4896
4967
|
if (t) for (; t.length > 0;) t.pop()(e);
|
|
4897
|
-
|
|
4968
|
+
dc(n, e);
|
|
4898
4969
|
}
|
|
4899
4970
|
return n.copy_;
|
|
4900
4971
|
}
|
|
4901
|
-
function
|
|
4902
|
-
!e.parent_ && e.immer_.autoFreeze_ && e.canAutoFreeze_ &&
|
|
4972
|
+
function ac(e, t, n = !1) {
|
|
4973
|
+
!e.parent_ && e.immer_.autoFreeze_ && e.canAutoFreeze_ && Bs(t, n);
|
|
4903
4974
|
}
|
|
4904
|
-
function
|
|
4975
|
+
function oc(e) {
|
|
4905
4976
|
e.finalized_ = !0, e.scope_.unfinalizedDrafts_--;
|
|
4906
4977
|
}
|
|
4907
|
-
var
|
|
4908
|
-
function
|
|
4978
|
+
var sc = (e, t) => e.scope_ === t, cc = [];
|
|
4979
|
+
function lc(e, t, n, r) {
|
|
4909
4980
|
let i = Q(e), a = e.type_;
|
|
4910
|
-
if (r !== void 0 &&
|
|
4911
|
-
|
|
4981
|
+
if (r !== void 0 && ks(i, r, a) === t) {
|
|
4982
|
+
As(i, r, n, a);
|
|
4912
4983
|
return;
|
|
4913
4984
|
}
|
|
4914
4985
|
if (!e.draftLocations_) {
|
|
4915
4986
|
let t = e.draftLocations_ = /* @__PURE__ */ new Map();
|
|
4916
|
-
|
|
4987
|
+
Es(i, (e, n) => {
|
|
4917
4988
|
if (Y(n)) {
|
|
4918
4989
|
let r = t.get(n) || [];
|
|
4919
4990
|
r.push(e), t.set(n, r);
|
|
4920
4991
|
}
|
|
4921
4992
|
});
|
|
4922
4993
|
}
|
|
4923
|
-
let o = e.draftLocations_.get(t) ??
|
|
4924
|
-
for (let e of o)
|
|
4994
|
+
let o = e.draftLocations_.get(t) ?? cc;
|
|
4995
|
+
for (let e of o) As(i, e, n, a);
|
|
4925
4996
|
}
|
|
4926
|
-
function
|
|
4997
|
+
function uc(e, t, n) {
|
|
4927
4998
|
e.callbacks_.push(function(r) {
|
|
4928
4999
|
let i = t;
|
|
4929
|
-
if (!i || !
|
|
5000
|
+
if (!i || !sc(i, r)) return;
|
|
4930
5001
|
r.mapSetPlugin_?.fixSetContents(i);
|
|
4931
|
-
let a =
|
|
4932
|
-
|
|
5002
|
+
let a = Rs(i);
|
|
5003
|
+
lc(e, i.draft_ ?? i, a, n), dc(i, r);
|
|
4933
5004
|
});
|
|
4934
5005
|
}
|
|
4935
|
-
function
|
|
5006
|
+
function dc(e, t) {
|
|
4936
5007
|
if (e.modified_ && !e.finalized_ && (e.type_ === 3 || e.type_ === 1 && e.allIndicesReassigned_ || (e.assigned_?.size ?? 0) > 0)) {
|
|
4937
5008
|
let { patchPlugin_: n } = t;
|
|
4938
5009
|
if (n) {
|
|
4939
5010
|
let r = n.getPath(e);
|
|
4940
5011
|
r && n.generatePatches_(e, r, t);
|
|
4941
5012
|
}
|
|
4942
|
-
|
|
5013
|
+
oc(e);
|
|
4943
5014
|
}
|
|
4944
5015
|
}
|
|
4945
|
-
function
|
|
5016
|
+
function fc(e, t, n) {
|
|
4946
5017
|
let { scope_: r } = e;
|
|
4947
5018
|
if (Y(n)) {
|
|
4948
5019
|
let i = n[G];
|
|
4949
|
-
|
|
4950
|
-
|
|
5020
|
+
sc(i, r) && i.callbacks_.push(function() {
|
|
5021
|
+
xc(e), lc(e, n, Rs(i), t);
|
|
4951
5022
|
});
|
|
4952
5023
|
} else X(n) && e.callbacks_.push(function() {
|
|
4953
5024
|
let i = Q(e);
|
|
4954
|
-
e.type_ === 3 ? i.has(n) &&
|
|
5025
|
+
e.type_ === 3 ? i.has(n) && pc(n, r.handledSet_, r) : ks(i, t, e.type_) === n && r.drafts_.length > 1 && (e.assigned_.get(t) ?? !1) === !0 && e.copy_ && pc(ks(e.copy_, t, e.type_), r.handledSet_, r);
|
|
4955
5026
|
});
|
|
4956
5027
|
}
|
|
4957
|
-
function
|
|
4958
|
-
return !n.immer_.autoFreeze_ && n.unfinalizedDrafts_ < 1 || Y(e) || t.has(e) || !X(e) ||
|
|
5028
|
+
function pc(e, t, n) {
|
|
5029
|
+
return !n.immer_.autoFreeze_ && n.unfinalizedDrafts_ < 1 || Y(e) || t.has(e) || !X(e) || Us(e) ? e : (t.add(e), Es(e, (r, i) => {
|
|
4959
5030
|
if (Y(i)) {
|
|
4960
5031
|
let t = i[G];
|
|
4961
|
-
|
|
4962
|
-
} else X(i) &&
|
|
5032
|
+
sc(t, n) && (As(e, r, Rs(t), e.type_), oc(t));
|
|
5033
|
+
} else X(i) && pc(i, t, n);
|
|
4963
5034
|
}), e);
|
|
4964
5035
|
}
|
|
4965
|
-
function
|
|
4966
|
-
let n =
|
|
5036
|
+
function mc(e, t) {
|
|
5037
|
+
let n = Ms(e), r = {
|
|
4967
5038
|
type_: n ? 1 : 0,
|
|
4968
|
-
scope_: t ? t.scope_ :
|
|
5039
|
+
scope_: t ? t.scope_ : Xs(),
|
|
4969
5040
|
modified_: !1,
|
|
4970
5041
|
finalized_: !1,
|
|
4971
5042
|
assigned_: void 0,
|
|
@@ -4976,23 +5047,23 @@ function lc(e, t) {
|
|
|
4976
5047
|
revoke_: null,
|
|
4977
5048
|
isManual_: !1,
|
|
4978
5049
|
callbacks_: void 0
|
|
4979
|
-
}, i = r, a =
|
|
4980
|
-
n && (i = [r], a =
|
|
5050
|
+
}, i = r, a = hc;
|
|
5051
|
+
n && (i = [r], a = gc);
|
|
4981
5052
|
let { revoke: o, proxy: s } = Proxy.revocable(i, a);
|
|
4982
5053
|
return r.draft_ = s, r.revoke_ = o, [s, r];
|
|
4983
5054
|
}
|
|
4984
|
-
var
|
|
5055
|
+
var hc = {
|
|
4985
5056
|
get(e, t) {
|
|
4986
5057
|
if (t === G) return e;
|
|
4987
5058
|
let n = e.scope_.arrayMethodsPlugin_, r = e.type_ === 1 && typeof t == "string";
|
|
4988
5059
|
if (r && n?.isArrayOperationMethod(t)) return n.createMethodInterceptor(e, t);
|
|
4989
5060
|
let i = Q(e);
|
|
4990
|
-
if (!
|
|
5061
|
+
if (!Os(i, t, e.type_)) return vc(e, i, t);
|
|
4991
5062
|
let a = i[t];
|
|
4992
|
-
if (e.finalized_ || !X(a) || r && e.operationMethod && n?.isMutatingArrayMethod(e.operationMethod) &&
|
|
4993
|
-
if (a ===
|
|
4994
|
-
|
|
4995
|
-
let n = e.type_ === 1 ? +t : t, r =
|
|
5063
|
+
if (e.finalized_ || !X(a) || r && e.operationMethod && n?.isMutatingArrayMethod(e.operationMethod) && Ls(t)) return a;
|
|
5064
|
+
if (a === _c(e.base_, t)) {
|
|
5065
|
+
xc(e);
|
|
5066
|
+
let n = e.type_ === 1 ? +t : t, r = Cc(e.scope_, a, e, n);
|
|
4996
5067
|
return e.copy_[n] = r;
|
|
4997
5068
|
}
|
|
4998
5069
|
return a;
|
|
@@ -5004,26 +5075,26 @@ var uc = {
|
|
|
5004
5075
|
return Reflect.ownKeys(Q(e));
|
|
5005
5076
|
},
|
|
5006
5077
|
set(e, t, n) {
|
|
5007
|
-
let r =
|
|
5078
|
+
let r = yc(Q(e), t);
|
|
5008
5079
|
if (r?.set) return r.set.call(e.draft_, n), !0;
|
|
5009
5080
|
if (!e.modified_) {
|
|
5010
|
-
let r =
|
|
5081
|
+
let r = _c(Q(e), t), i = r?.[G];
|
|
5011
5082
|
if (i && i.base_ === n) return e.copy_[t] = n, e.assigned_.set(t, !1), !0;
|
|
5012
|
-
if (
|
|
5013
|
-
|
|
5083
|
+
if (js(n, r) && (n !== void 0 || Os(e.base_, t, e.type_))) return !0;
|
|
5084
|
+
xc(e), bc(e);
|
|
5014
5085
|
}
|
|
5015
|
-
return e.copy_[t] === n && (n !== void 0 || t in e.copy_) || Number.isNaN(n) && Number.isNaN(e.copy_[t]) ? !0 : (e.copy_[t] = n, e.assigned_.set(t, !0),
|
|
5086
|
+
return e.copy_[t] === n && (n !== void 0 || t in e.copy_) || Number.isNaN(n) && Number.isNaN(e.copy_[t]) ? !0 : (e.copy_[t] = n, e.assigned_.set(t, !0), fc(e, t, n), !0);
|
|
5016
5087
|
},
|
|
5017
5088
|
deleteProperty(e, t) {
|
|
5018
|
-
return
|
|
5089
|
+
return xc(e), _c(e.base_, t) !== void 0 || t in e.base_ ? (e.assigned_.set(t, !1), bc(e)) : e.assigned_.delete(t), e.copy_ && delete e.copy_[t], !0;
|
|
5019
5090
|
},
|
|
5020
5091
|
getOwnPropertyDescriptor(e, t) {
|
|
5021
5092
|
let n = Q(e), r = Reflect.getOwnPropertyDescriptor(n, t);
|
|
5022
5093
|
return r && {
|
|
5023
|
-
[
|
|
5024
|
-
[
|
|
5025
|
-
[
|
|
5026
|
-
[
|
|
5094
|
+
[xs]: !0,
|
|
5095
|
+
[ys]: e.type_ !== 1 || t !== "length",
|
|
5096
|
+
[bs]: r[bs],
|
|
5097
|
+
[Ss]: n[t]
|
|
5027
5098
|
};
|
|
5028
5099
|
},
|
|
5029
5100
|
defineProperty() {
|
|
@@ -5035,28 +5106,28 @@ var uc = {
|
|
|
5035
5106
|
setPrototypeOf() {
|
|
5036
5107
|
K(12);
|
|
5037
5108
|
}
|
|
5038
|
-
},
|
|
5039
|
-
for (let e in
|
|
5040
|
-
let t =
|
|
5041
|
-
|
|
5109
|
+
}, gc = {};
|
|
5110
|
+
for (let e in hc) {
|
|
5111
|
+
let t = hc[e];
|
|
5112
|
+
gc[e] = function() {
|
|
5042
5113
|
let e = arguments;
|
|
5043
5114
|
return e[0] = e[0][0], t.apply(this, e);
|
|
5044
5115
|
};
|
|
5045
5116
|
}
|
|
5046
|
-
|
|
5047
|
-
return process.env.NODE_ENV !== "production" && isNaN(parseInt(t)) && K(13),
|
|
5048
|
-
},
|
|
5049
|
-
return process.env.NODE_ENV !== "production" && t !== "length" && isNaN(parseInt(t)) && K(14),
|
|
5117
|
+
gc.deleteProperty = function(e, t) {
|
|
5118
|
+
return process.env.NODE_ENV !== "production" && isNaN(parseInt(t)) && K(13), gc.set.call(this, e, t, void 0);
|
|
5119
|
+
}, gc.set = function(e, t, n) {
|
|
5120
|
+
return process.env.NODE_ENV !== "production" && t !== "length" && isNaN(parseInt(t)) && K(14), hc.set.call(this, e[0], t, n, e[0]);
|
|
5050
5121
|
};
|
|
5051
|
-
function
|
|
5122
|
+
function _c(e, t) {
|
|
5052
5123
|
let n = e[G];
|
|
5053
5124
|
return (n ? Q(n) : e)[t];
|
|
5054
5125
|
}
|
|
5055
|
-
function
|
|
5056
|
-
let r =
|
|
5057
|
-
return r ?
|
|
5126
|
+
function vc(e, t, n) {
|
|
5127
|
+
let r = yc(t, n);
|
|
5128
|
+
return r ? Ss in r ? r[Ss] : r.get?.call(e.draft_) : void 0;
|
|
5058
5129
|
}
|
|
5059
|
-
function
|
|
5130
|
+
function yc(e, t) {
|
|
5060
5131
|
if (!(t in e)) return;
|
|
5061
5132
|
let n = J(e);
|
|
5062
5133
|
for (; n;) {
|
|
@@ -5065,13 +5136,13 @@ function mc(e, t) {
|
|
|
5065
5136
|
n = J(n);
|
|
5066
5137
|
}
|
|
5067
5138
|
}
|
|
5068
|
-
function
|
|
5069
|
-
e.modified_ || (e.modified_ = !0, e.parent_ &&
|
|
5139
|
+
function bc(e) {
|
|
5140
|
+
e.modified_ || (e.modified_ = !0, e.parent_ && bc(e.parent_));
|
|
5070
5141
|
}
|
|
5071
|
-
function
|
|
5072
|
-
e.copy_ ||= (e.assigned_ = /* @__PURE__ */ new Map(),
|
|
5142
|
+
function xc(e) {
|
|
5143
|
+
e.copy_ ||= (e.assigned_ = /* @__PURE__ */ new Map(), zs(e.base_, e.scope_.immer_.useStrictShallowCopy_));
|
|
5073
5144
|
}
|
|
5074
|
-
var
|
|
5145
|
+
var Sc = class {
|
|
5075
5146
|
constructor(e) {
|
|
5076
5147
|
this.autoFreeze_ = !0, this.useStrictShallowCopy_ = !1, this.useStrictIteration_ = !1, this.produce = (e, t, n) => {
|
|
5077
5148
|
if (Z(e) && !Z(t)) {
|
|
@@ -5085,17 +5156,17 @@ var _c = class {
|
|
|
5085
5156
|
Z(t) || K(6), n !== void 0 && !Z(n) && K(7);
|
|
5086
5157
|
let r;
|
|
5087
5158
|
if (X(e)) {
|
|
5088
|
-
let i =
|
|
5159
|
+
let i = tc(this), a = Cc(i, e, void 0), o = !0;
|
|
5089
5160
|
try {
|
|
5090
5161
|
r = t(a), o = !1;
|
|
5091
5162
|
} finally {
|
|
5092
|
-
o ?
|
|
5163
|
+
o ? $s(i) : ec(i);
|
|
5093
5164
|
}
|
|
5094
|
-
return
|
|
5095
|
-
} else if (!e || !
|
|
5096
|
-
if (r = t(e), r === void 0 && (r = e), r ===
|
|
5165
|
+
return Qs(i, n), rc(r, i);
|
|
5166
|
+
} else if (!e || !Fs(e)) {
|
|
5167
|
+
if (r = t(e), r === void 0 && (r = e), r === ms && (r = void 0), this.autoFreeze_ && Bs(r, !0), n) {
|
|
5097
5168
|
let t = [], i = [];
|
|
5098
|
-
$(
|
|
5169
|
+
$(Gs).generateReplacementPatches_(e, r, {
|
|
5099
5170
|
patches_: t,
|
|
5100
5171
|
inversePatches_: i
|
|
5101
5172
|
}), n(t, i);
|
|
@@ -5112,18 +5183,18 @@ var _c = class {
|
|
|
5112
5183
|
n,
|
|
5113
5184
|
r
|
|
5114
5185
|
];
|
|
5115
|
-
},
|
|
5186
|
+
}, Is(e?.autoFreeze) && this.setAutoFreeze(e.autoFreeze), Is(e?.useStrictShallowCopy) && this.setUseStrictShallowCopy(e.useStrictShallowCopy), Is(e?.useStrictIteration) && this.setUseStrictIteration(e.useStrictIteration);
|
|
5116
5187
|
}
|
|
5117
5188
|
createDraft(e) {
|
|
5118
|
-
X(e) || K(8), Y(e) && (e =
|
|
5119
|
-
let t =
|
|
5120
|
-
return n[G].isManual_ = !0,
|
|
5189
|
+
X(e) || K(8), Y(e) && (e = wc(e));
|
|
5190
|
+
let t = tc(this), n = Cc(t, e, void 0);
|
|
5191
|
+
return n[G].isManual_ = !0, ec(t), n;
|
|
5121
5192
|
}
|
|
5122
5193
|
finishDraft(e, t) {
|
|
5123
5194
|
let n = e && e[G];
|
|
5124
5195
|
(!n || !n.isManual_) && K(9);
|
|
5125
5196
|
let { scope_: r } = n;
|
|
5126
|
-
return
|
|
5197
|
+
return Qs(r, t), rc(void 0, r);
|
|
5127
5198
|
}
|
|
5128
5199
|
setAutoFreeze(e) {
|
|
5129
5200
|
this.autoFreeze_ = e;
|
|
@@ -5147,38 +5218,38 @@ var _c = class {
|
|
|
5147
5218
|
}
|
|
5148
5219
|
}
|
|
5149
5220
|
n > -1 && (t = t.slice(n + 1));
|
|
5150
|
-
let r = $(
|
|
5221
|
+
let r = $(Gs).applyPatches_;
|
|
5151
5222
|
return Y(e) ? r(e, t) : this.produce(e, (e) => r(e, t));
|
|
5152
5223
|
}
|
|
5153
5224
|
};
|
|
5154
|
-
function
|
|
5155
|
-
let [i, a] =
|
|
5156
|
-
return (n?.scope_ ??
|
|
5225
|
+
function Cc(e, t, n, r) {
|
|
5226
|
+
let [i, a] = Ns(t) ? $(Ws).proxyMap_(t, n) : Ps(t) ? $(Ws).proxySet_(t, n) : mc(t, n);
|
|
5227
|
+
return (n?.scope_ ?? Xs()).drafts_.push(i), a.callbacks_ = n?.callbacks_ ?? [], a.key_ = r, n && r !== void 0 ? uc(n, a, r) : a.callbacks_.push(function(e) {
|
|
5157
5228
|
e.mapSetPlugin_?.fixSetContents(a);
|
|
5158
5229
|
let { patchPlugin_: t } = e;
|
|
5159
5230
|
a.modified_ && t && t.generatePatches_(a, [], e);
|
|
5160
5231
|
}), i;
|
|
5161
5232
|
}
|
|
5162
|
-
function
|
|
5163
|
-
return Y(e) || K(10, e),
|
|
5233
|
+
function wc(e) {
|
|
5234
|
+
return Y(e) || K(10, e), Tc(e);
|
|
5164
5235
|
}
|
|
5165
|
-
function
|
|
5166
|
-
if (!X(e) ||
|
|
5236
|
+
function Tc(e) {
|
|
5237
|
+
if (!X(e) || Us(e)) return e;
|
|
5167
5238
|
let t = e[G], n, r = !0;
|
|
5168
5239
|
if (t) {
|
|
5169
5240
|
if (!t.modified_) return t.base_;
|
|
5170
|
-
t.finalized_ = !0, n =
|
|
5171
|
-
} else n =
|
|
5172
|
-
return
|
|
5173
|
-
|
|
5241
|
+
t.finalized_ = !0, n = zs(e, t.scope_.immer_.useStrictShallowCopy_), r = t.scope_.immer_.shouldUseStrictIteration();
|
|
5242
|
+
} else n = zs(e, !0);
|
|
5243
|
+
return Es(n, (e, t) => {
|
|
5244
|
+
As(n, e, Tc(t));
|
|
5174
5245
|
}, r), t && (t.finalized_ = !1), n;
|
|
5175
5246
|
}
|
|
5176
|
-
new
|
|
5177
|
-
var
|
|
5247
|
+
new Sc().produce;
|
|
5248
|
+
var Ec = (e) => e;
|
|
5178
5249
|
//#endregion
|
|
5179
5250
|
//#region src/state/generics/genericEntitySlice.ts
|
|
5180
|
-
function
|
|
5181
|
-
let i =
|
|
5251
|
+
function Dc(e, t, n, r) {
|
|
5252
|
+
let i = rt({
|
|
5182
5253
|
name: e,
|
|
5183
5254
|
initialState: {
|
|
5184
5255
|
entities: {
|
|
@@ -5199,7 +5270,7 @@ function Sc(e, t, n, r) {
|
|
|
5199
5270
|
if (r) --e.entities.count, e.entities.data = e.entities.data?.filter((e) => e.id !== r);
|
|
5200
5271
|
else if (n) {
|
|
5201
5272
|
let t = e.entities.data?.findIndex((e) => e.id === n.id);
|
|
5202
|
-
t !== void 0 && t !== -1 ? e.entities.data && (e.entities.data[t] =
|
|
5273
|
+
t !== void 0 && t !== -1 ? e.entities.data && (e.entities.data[t] = Ec(n)) : (e.entities.count += 1, e.entities.data = [Ec(n), ...e.entities.data ?? []]);
|
|
5203
5274
|
}
|
|
5204
5275
|
},
|
|
5205
5276
|
...r || {}
|
|
@@ -5213,7 +5284,7 @@ function Sc(e, t, n, r) {
|
|
|
5213
5284
|
e.isLoading = !1;
|
|
5214
5285
|
});
|
|
5215
5286
|
}
|
|
5216
|
-
}), a =
|
|
5287
|
+
}), a = nt(`${e}/filter`, async (r, { getState: i }) => {
|
|
5217
5288
|
let a = i()[e], o;
|
|
5218
5289
|
return o = n ? await n(a.currentPage, a.rowsPerPage, r) : await t.Filter(a.currentPage, a.rowsPerPage, r), o?.data;
|
|
5219
5290
|
});
|
|
@@ -5226,4 +5297,4 @@ function Sc(e, t, n, r) {
|
|
|
5226
5297
|
};
|
|
5227
5298
|
}
|
|
5228
5299
|
//#endregion
|
|
5229
|
-
export {
|
|
5300
|
+
export { Fa as Alert, Ra as AlertAction, La as AlertDescription, Sa as AlertDialog, Ma as AlertDialogAction, Na as AlertDialogCancel, Ea as AlertDialogContent, ja as AlertDialogDescription, Oa as AlertDialogFooter, Da as AlertDialogHeader, ka as AlertDialogMedia, Ta as AlertDialogOverlay, wa as AlertDialogPortal, Aa as AlertDialogTitle, Ca as AlertDialogTrigger, Ia as AlertTitle, $i as Avatar, na as AvatarBadge, ta as AvatarFallback, ra as AvatarGroup, ia as AvatarGroupCount, ea as AvatarImage, Ba as Badge, Ut as BaseInput, Va as Breadcrumb, qa as BreadcrumbEllipsis, Ua as BreadcrumbItem, Wa as BreadcrumbLink, Ha as BreadcrumbList, Ga as BreadcrumbPage, Ka as BreadcrumbSeparator, F as Button, jt as Calendar, Mt as CalendarDayButton, fn as Card, gn as CardAction, _n as CardContent, hn as CardDescription, vn as CardFooter, pn as CardHeader, mn as CardTitle, xn as Carousel, Sn as CarouselContent, Cn as CarouselItem, Tn as CarouselNext, wn as CarouselPrevious, vt as ChangeDialog, Za as ChartContainer, to as ChartLegend, no as ChartLegendContent, Qa as ChartStyle, $a as ChartTooltip, eo as ChartTooltipContent, io as Checkbox, ao as Combobox, bo as ComboboxChip, yo as ComboboxChips, xo as ComboboxChipsInput, go as ComboboxCollection, uo as ComboboxContent, _o as ComboboxEmpty, mo as ComboboxGroup, lo as ComboboxInput, po as ComboboxItem, ho as ComboboxLabel, fo as ComboboxList, vo as ComboboxSeparator, so as ComboboxTrigger, oo as ComboboxValue, Ui as Command, Wi as CommandDialog, qi as CommandEmpty, Ji as CommandGroup, Gi as CommandInput, Xi as CommandItem, Ki as CommandList, Yi as CommandSeparator, Zi as CommandShortcut, tr as ContextMenu, dr as ContextMenuCheckboxItem, sr as ContextMenuContent, rr as ContextMenuGroup, cr as ContextMenuItem, pr as ContextMenuLabel, ir as ContextMenuPortal, or as ContextMenuRadioGroup, fr as ContextMenuRadioItem, mr as ContextMenuSeparator, hr as ContextMenuShortcut, ar as ContextMenuSub, ur as ContextMenuSubContent, lr as ContextMenuSubTrigger, nr as ContextMenuTrigger, Xn as CrudEmptyTablePreview, Pi as CrudPage, er as CrudTable, gr as CrudTableBodyRow, _r as CrudTableCard, vr as CrudTableHeader, yr as CrudTableHeaderRows, Mi as CrudTablePagination, Ni as CrudTableRowActionsMenu, Ht as DateField, Bt as DateInput, Gt as DateTimeField, Wt as DateTimeInput, yt as DeleteDialog, I as Dialog, dt as DialogClose, pt as DialogContent, _t as DialogDescription, ht as DialogFooter, mt as DialogHeader, ft as DialogOverlay, ut as DialogPortal, gt as DialogTitle, lt as DialogTrigger, Co as DirectionProvider, To as Drawer, Oo as DrawerClose, Ao as DrawerContent, Po as DrawerDescription, Mo as DrawerFooter, jo as DrawerHeader, ko as DrawerOverlay, Do as DrawerPortal, No as DrawerTitle, Eo as DrawerTrigger, Dr as DropdownMenu, Mr as DropdownMenuCheckboxItem, Ar as DropdownMenuContent, jr as DropdownMenuGroup, B as DropdownMenuItem, Fr as DropdownMenuLabel, Or as DropdownMenuPortal, Nr as DropdownMenuRadioGroup, Pr as DropdownMenuRadioItem, Ir as DropdownMenuSeparator, Lr as DropdownMenuShortcut, Rr as DropdownMenuSub, Br as DropdownMenuSubContent, zr as DropdownMenuSubTrigger, kr as DropdownMenuTrigger, ct as DynamicListContainer, Un as Empty, Yn as EmptyContent, Jn as EmptyDescription, Wn as EmptyHeader, Kn as EmptyMedia, qn as EmptyTitle, zo as Field, Bo as FieldContent, Uo as FieldDescription, Go as FieldError, Lo as FieldGroup, Vo as FieldLabel, Io as FieldLegend, Wo as FieldSeparator, Fo as FieldSet, Ho as FieldTitle, qt as FieldsSection, R as FormField, z as Input, Jt as InputField, Fi as InputGroup, Li as InputGroupAddon, zi as InputGroupButton, Vi as InputGroupInput, Bi as InputGroupText, Hi as InputGroupTextarea, Vt as Label, Mn as Lightbox, xa as Loading, Xt as NumberField, Yt as NumberInput, br as Pagination, xr as PaginationContent, Er as PaginationEllipsis, Sr as PaginationItem, Cr as PaginationLink, Tr as PaginationNext, wr as PaginationPrevious, Zt as PasswordField, Qt as PhoneField, Nt as Popover, It as PopoverAnchor, Ft as PopoverContent, zt as PopoverDescription, Lt as PopoverHeader, Rt as PopoverTitle, Pt as PopoverTrigger, it as ProtectedRoute, st as SaveButton, Ko as ScrollArea, qo as ScrollBar, Pn as SearchInput, Qi as SearchableSelect, $t as Select, rn as SelectContent, dn as SelectField, en as SelectGroup, un as SelectInput, on as SelectItem, an as SelectLabel, ln as SelectScrollDownButton, cn as SelectScrollUpButton, sn as SelectSeparator, nn as SelectTrigger, tn as SelectValue, L as Separator, Ur as Sheet, Gr as SheetClose, Jr as SheetContent, Qr as SheetDescription, Xr as SheetFooter, Yr as SheetHeader, Zr as SheetTitle, Wr as SheetTrigger, aa as SideBarCompanyData, ua as SideBarMainMenu, ha as SideBarSecondaryMenu, ga as SideBarUserData, fi as Sidebar, bi as SidebarContent, va as SidebarContext, vi as SidebarFooter, xi as SidebarGroup, Ci as SidebarGroupAction, wi as SidebarGroupContent, Si as SidebarGroupLabel, _i as SidebarHeader, gi as SidebarInput, hi as SidebarInset, oa as SidebarLogo, H as SidebarMenu, Ei as SidebarMenuAction, Di as SidebarMenuBadge, W as SidebarMenuButton, U as SidebarMenuItem, Oi as SidebarMenuSkeleton, ki as SidebarMenuSub, ji as SidebarMenuSubButton, Ai as SidebarMenuSubItem, di as SidebarProvider, mi as SidebarRail, yi as SidebarSeparator, pi as SidebarTrigger, $r as Skeleton, Dn as StorageFileField, Yo as Switch, Fn as Table, Ln as TableBody, Hn as TableCaption, Vn as TableCell, Rn as TableFooter, Bn as TableHead, In as TableHeader, zn as TableRow, Xo as Tabs, es as TabsContent, Qo as TabsList, $o as TabsTrigger, An as TextAreaField, kn as TextAreaInput, jn as TextField, On as Textarea, fa as ThemeProvider, ma as ThemeToggle, Kt as TitleSeparator, Jo as Toaster, ns as Toggle, is as ToggleGroup, as as ToggleGroupItem, ti as Tooltip, ri as TooltipContent, ei as TooltipProvider, ni as TooltipTrigger, at as YusrBusBackground, ba as YusrSideBar, _a as YusrSideBarMainMenu, Nn as ZoomableImage, za as badgeVariants, ot as buttonVariants, P as cn, ps as createGenericDialogSlice, Dc as createGenericEntitySlice, En as isPDF, fs as setupAuthListeners, Zo as tabsListVariants, ts as toggleVariants, bn as useCarousel, So as useComboboxAnchor, os as useDialog, wo as useDirection, ss as useDynamicList, ls as useEntityForm, cs as useFormValidation, Hr as useIsMobile, us as useLightBox, V as useSidebar, ya as useSidebarContext, ds as useStorageFile, pa as useTheme };
|