@starasia/admin 4.3.4 → 4.3.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.cjs.js +1 -1
- package/dist/index.es.js +485 -479
- package/dist/index.umd.js +1 -1
- package/package.json +11 -5
package/dist/index.es.js
CHANGED
|
@@ -3,51 +3,51 @@ import { Badges as Ee } from "@starasia/badges";
|
|
|
3
3
|
export * from "@starasia/badges";
|
|
4
4
|
import { Box as f } from "@starasia/box";
|
|
5
5
|
export * from "@starasia/box";
|
|
6
|
-
import { Breadcrumb as
|
|
6
|
+
import { Breadcrumb as Gt, BreadcrumbItem as yt, BreadcrumbLink as Jt } from "@starasia/breadcrumb";
|
|
7
7
|
export * from "@starasia/breadcrumb";
|
|
8
8
|
import { Button as H } from "@starasia/button";
|
|
9
9
|
export * from "@starasia/button";
|
|
10
10
|
export * from "@starasia/card";
|
|
11
|
-
import { StarasiaDate as
|
|
11
|
+
import { StarasiaDate as Qt } from "@starasia/date";
|
|
12
12
|
export * from "@starasia/date";
|
|
13
13
|
import { Dialog as qe, DialogTitle as Fe, DialogBody as Ge, DialogFooter as at } from "@starasia/dialog";
|
|
14
14
|
export * from "@starasia/dialog";
|
|
15
|
-
import { Drawer as
|
|
15
|
+
import { Drawer as Pt } from "@starasia/drawer";
|
|
16
16
|
export * from "@starasia/drawer";
|
|
17
17
|
import { Dropdown as st } from "@starasia/dropdown";
|
|
18
18
|
export * from "@starasia/dropdown";
|
|
19
|
-
import { useMediaQuery as
|
|
19
|
+
import { useMediaQuery as te } from "@starasia/hooks";
|
|
20
20
|
export * from "@starasia/hooks";
|
|
21
21
|
import { searchParamsToObject as Je } from "@starasia/http";
|
|
22
22
|
export * from "@starasia/http";
|
|
23
23
|
import { Input as dt } from "@starasia/input";
|
|
24
24
|
export * from "@starasia/input";
|
|
25
|
-
import { Menu as
|
|
25
|
+
import { Menu as At, MenuButton as $e, MenuLists as Ht, MenuHeading as Yt, MenuBody as It, MenuFooter as Xt } from "@starasia/menu";
|
|
26
26
|
export * from "@starasia/menu";
|
|
27
|
-
import { Pagination as
|
|
27
|
+
import { Pagination as Kt } from "@starasia/pagination";
|
|
28
28
|
export * from "@starasia/pagination";
|
|
29
29
|
export * from "@starasia/storage";
|
|
30
|
-
import { Tr as Re, Td as we, Table as
|
|
30
|
+
import { Tr as Re, Td as we, Table as Rt, Thead as er, Th as pt, Tbody as tr } from "@starasia/table";
|
|
31
31
|
export * from "@starasia/table";
|
|
32
32
|
export * from "@starasia/tabs";
|
|
33
|
-
import { Textarea as
|
|
33
|
+
import { Textarea as rr } from "@starasia/textarea";
|
|
34
34
|
export * from "@starasia/textarea";
|
|
35
|
-
import { useTheme as
|
|
35
|
+
import { useTheme as ir, ThemeProvider as xt, useColor as nr } from "@starasia/theme";
|
|
36
36
|
export * from "@starasia/theme";
|
|
37
37
|
export * from "@starasia/toast";
|
|
38
|
-
import { Toggle as
|
|
38
|
+
import { Toggle as Vt } from "@starasia/toggle";
|
|
39
39
|
export * from "@starasia/toggle";
|
|
40
40
|
import { Tooltip as ue } from "@starasia/tooltip";
|
|
41
41
|
export * from "@starasia/tooltip";
|
|
42
42
|
import { Checkbox as nt } from "@starasia/checkbox";
|
|
43
43
|
export * from "@starasia/checkbox";
|
|
44
|
-
import { Radio as
|
|
44
|
+
import { Radio as or } from "@starasia/radio";
|
|
45
45
|
export * from "@starasia/radio";
|
|
46
46
|
import { Text as D } from "@starasia/text";
|
|
47
47
|
export * from "@starasia/text";
|
|
48
48
|
import { Icon as w } from "@starasia/icon";
|
|
49
49
|
export * from "@starasia/icon";
|
|
50
|
-
import { Flex as
|
|
50
|
+
import { Flex as _ } from "@starasia/flex";
|
|
51
51
|
export * from "@starasia/flex";
|
|
52
52
|
export * from "@starasia/progress";
|
|
53
53
|
export * from "@starasia/stepper";
|
|
@@ -57,11 +57,11 @@ import { Skeleton as Ie } from "@starasia/skeleton";
|
|
|
57
57
|
export * from "@starasia/skeleton";
|
|
58
58
|
export * from "@starasia/progress-stepper";
|
|
59
59
|
import { jsx as e, Fragment as G, jsxs as d } from "react/jsx-runtime";
|
|
60
|
-
import
|
|
61
|
-
import { useSearchParams as Pe, useNavigate as ut, useLocation as Ve, Outlet as Ct, Link as _e, useParams as
|
|
62
|
-
import
|
|
63
|
-
import
|
|
64
|
-
const
|
|
60
|
+
import zt, { createContext as ht, useState as S, useContext as Qe, useCallback as Me, useMemo as De, memo as re, useEffect as $, useRef as le, useLayoutEffect as ot, isValidElement as lt, forwardRef as Tt, Children as lr, useImperativeHandle as cr } from "react";
|
|
61
|
+
import { useSearchParams as Pe, useNavigate as ut, useLocation as Ve, Outlet as Ct, Link as _e, useParams as Ot } from "react-router";
|
|
62
|
+
import ar, { createPortal as sr } from "react-dom";
|
|
63
|
+
import dr from "react-easy-crop";
|
|
64
|
+
const hr = {
|
|
65
65
|
menus: [],
|
|
66
66
|
menuBottom: void 0,
|
|
67
67
|
logo: "",
|
|
@@ -69,7 +69,7 @@ const dr = {
|
|
|
69
69
|
userData: null,
|
|
70
70
|
setUserData: () => {
|
|
71
71
|
}
|
|
72
|
-
},
|
|
72
|
+
}, Nt = ht(hr), Zt = () => Qe(Nt), ur = (t) => {
|
|
73
73
|
const [r, n] = S(
|
|
74
74
|
(t == null ? void 0 : t.initialUserData) || null
|
|
75
75
|
);
|
|
@@ -77,7 +77,7 @@ const dr = {
|
|
|
77
77
|
userData: r,
|
|
78
78
|
setUserData: n
|
|
79
79
|
};
|
|
80
|
-
},
|
|
80
|
+
}, jt = ht({
|
|
81
81
|
badges: {},
|
|
82
82
|
setBadge: () => {
|
|
83
83
|
},
|
|
@@ -85,7 +85,7 @@ const dr = {
|
|
|
85
85
|
},
|
|
86
86
|
clearBadge: () => {
|
|
87
87
|
}
|
|
88
|
-
}),
|
|
88
|
+
}), fr = ({ children: t }) => {
|
|
89
89
|
const [r, n] = S({}), o = Me(
|
|
90
90
|
(a) => {
|
|
91
91
|
n(
|
|
@@ -111,11 +111,11 @@ const dr = {
|
|
|
111
111
|
() => ({ badges: r, setBadge: i, setBadges: o, clearBadge: l }),
|
|
112
112
|
[r, i, o, l]
|
|
113
113
|
);
|
|
114
|
-
return /* @__PURE__ */ e(
|
|
115
|
-
},
|
|
114
|
+
return /* @__PURE__ */ e(jt.Provider, { value: s, children: t });
|
|
115
|
+
}, gr = () => Qe(jt), et = (t, r) => {
|
|
116
116
|
const n = r !== void 0 ? r : t;
|
|
117
117
|
return n == null ? null : typeof n == "string" || typeof n == "number" ? { value: n } : n;
|
|
118
|
-
},
|
|
118
|
+
}, mr = ({
|
|
119
119
|
router: t,
|
|
120
120
|
menus: r = [],
|
|
121
121
|
menuBottom: n,
|
|
@@ -124,9 +124,9 @@ const dr = {
|
|
|
124
124
|
initialUserData: l,
|
|
125
125
|
theme: s
|
|
126
126
|
}) => {
|
|
127
|
-
const a =
|
|
127
|
+
const a = ur({ initialUserData: l }), { theme: u } = ir();
|
|
128
128
|
return /* @__PURE__ */ e(
|
|
129
|
-
|
|
129
|
+
Nt.Provider,
|
|
130
130
|
{
|
|
131
131
|
value: {
|
|
132
132
|
logo: o,
|
|
@@ -136,11 +136,11 @@ const dr = {
|
|
|
136
136
|
setUserData: a.setUserData,
|
|
137
137
|
menuBottom: n
|
|
138
138
|
},
|
|
139
|
-
children: /* @__PURE__ */ e(
|
|
139
|
+
children: /* @__PURE__ */ e(fr, { children: s ? /* @__PURE__ */ e(xt, { value: s, children: t }) : u ? /* @__PURE__ */ e(xt, { value: u, children: t }) : t })
|
|
140
140
|
}
|
|
141
141
|
);
|
|
142
|
-
},
|
|
143
|
-
function
|
|
142
|
+
}, Cn = re(mr);
|
|
143
|
+
function yr({
|
|
144
144
|
collapsed: t = !1,
|
|
145
145
|
children: r
|
|
146
146
|
}) {
|
|
@@ -178,7 +178,7 @@ function mr({
|
|
|
178
178
|
);
|
|
179
179
|
}
|
|
180
180
|
const ft = ht(null);
|
|
181
|
-
function
|
|
181
|
+
function pr({ children: t }) {
|
|
182
182
|
const [r, n] = S(null), [o, i] = S(null), [l, s] = S(null), [a, u] = S(0), h = Me(() => (u((g) => g + 1), () => u((g) => g - 1)), []);
|
|
183
183
|
return /* @__PURE__ */ e(
|
|
184
184
|
ft.Provider,
|
|
@@ -197,7 +197,7 @@ function yr({ children: t }) {
|
|
|
197
197
|
}
|
|
198
198
|
);
|
|
199
199
|
}
|
|
200
|
-
function
|
|
200
|
+
function xr({ children: t }) {
|
|
201
201
|
const r = Qe(ft);
|
|
202
202
|
return r ? /* @__PURE__ */ d(G, { children: [
|
|
203
203
|
/* @__PURE__ */ e("div", { ref: r.setPrependNode, style: { display: "contents" } }),
|
|
@@ -205,12 +205,12 @@ function pr({ children: t }) {
|
|
|
205
205
|
/* @__PURE__ */ e("div", { ref: r.setAppendNode, style: { display: "contents" } })
|
|
206
206
|
] }) : /* @__PURE__ */ e(G, { children: t });
|
|
207
207
|
}
|
|
208
|
-
function
|
|
208
|
+
function Dn({
|
|
209
209
|
children: t,
|
|
210
210
|
mode: r = "append"
|
|
211
211
|
}) {
|
|
212
212
|
const n = Qe(ft);
|
|
213
|
-
if (
|
|
213
|
+
if ($(() => {
|
|
214
214
|
if (!(r !== "replace" || !n))
|
|
215
215
|
return n.registerReplace();
|
|
216
216
|
}, [r, n]), !n)
|
|
@@ -218,7 +218,7 @@ function Cn({
|
|
|
218
218
|
"[HeaderLeftSlot] used outside AppLayout — content not rendered"
|
|
219
219
|
), null;
|
|
220
220
|
const o = r === "prepend" ? n.prependNode : r === "replace" ? n.replaceNode : n.appendNode;
|
|
221
|
-
return o ?
|
|
221
|
+
return o ? sr(t, o) : null;
|
|
222
222
|
}
|
|
223
223
|
const Ue = "moduleSwitcherGroupId", ct = "sa-module-switcher-change";
|
|
224
224
|
function Dt() {
|
|
@@ -228,17 +228,17 @@ function Dt() {
|
|
|
228
228
|
const r = Number(t);
|
|
229
229
|
return Number.isFinite(r) ? r : null;
|
|
230
230
|
}
|
|
231
|
-
function
|
|
231
|
+
function $t(t) {
|
|
232
232
|
typeof window > "u" || (t === null ? window.localStorage.removeItem(Ue) : window.localStorage.setItem(Ue, String(t)), window.dispatchEvent(new CustomEvent(ct, { detail: t })));
|
|
233
233
|
}
|
|
234
|
-
function
|
|
235
|
-
|
|
234
|
+
function vn() {
|
|
235
|
+
$t(null);
|
|
236
236
|
}
|
|
237
|
-
function
|
|
237
|
+
function _t() {
|
|
238
238
|
const [t, r] = S(
|
|
239
239
|
() => Dt()
|
|
240
240
|
);
|
|
241
|
-
return
|
|
241
|
+
return $(() => {
|
|
242
242
|
const o = () => {
|
|
243
243
|
r(Dt());
|
|
244
244
|
}, i = (l) => {
|
|
@@ -248,11 +248,11 @@ function $t() {
|
|
|
248
248
|
window.removeEventListener(ct, o), window.removeEventListener("storage", i);
|
|
249
249
|
};
|
|
250
250
|
}, []), { selectedGroupId: t, setSelectedGroupId: (o) => {
|
|
251
|
-
|
|
251
|
+
$t(o), r(o);
|
|
252
252
|
} };
|
|
253
253
|
}
|
|
254
|
-
let je = 0, be = !1;
|
|
255
|
-
const
|
|
254
|
+
let je = 0, be = !1, vt = /* @__PURE__ */ new Set();
|
|
255
|
+
const bt = () => /* @__PURE__ */ d(
|
|
256
256
|
"svg",
|
|
257
257
|
{
|
|
258
258
|
width: "100%",
|
|
@@ -269,7 +269,7 @@ const vt = () => /* @__PURE__ */ d(
|
|
|
269
269
|
/* @__PURE__ */ e("line", { x1: "6", y1: "1.667", x2: "6", y2: "14.333" })
|
|
270
270
|
]
|
|
271
271
|
}
|
|
272
|
-
),
|
|
272
|
+
), wt = {
|
|
273
273
|
width: "100%",
|
|
274
274
|
display: "flex",
|
|
275
275
|
alignItems: "center",
|
|
@@ -286,7 +286,7 @@ const vt = () => /* @__PURE__ */ d(
|
|
|
286
286
|
cursor: "pointer",
|
|
287
287
|
textAlign: "left"
|
|
288
288
|
};
|
|
289
|
-
function
|
|
289
|
+
function bn({
|
|
290
290
|
children: t,
|
|
291
291
|
headerLeftSlot: r,
|
|
292
292
|
profile: n,
|
|
@@ -302,8 +302,14 @@ function vn({
|
|
|
302
302
|
logoutButton: y
|
|
303
303
|
}) {
|
|
304
304
|
var ke, Ne;
|
|
305
|
-
const [v] = Pe(), L = v.get("embed") === "true", C =
|
|
306
|
-
|
|
305
|
+
const [v] = Pe(), L = v.get("embed") === "true", C = Zt(), { badges: T } = gr(), Z = ut(), j = Ve(), W = !te("md"), [fe, P] = S(!1), [R, K] = S(!1), [ce, ae] = S(!1), [U, se] = S(!1), [ee, ie] = S(
|
|
306
|
+
() => new Set(vt)
|
|
307
|
+
), [Y, J] = S(null), { selectedGroupId: V, setSelectedGroupId: z } = _t();
|
|
308
|
+
$(() => {
|
|
309
|
+
vt = ee;
|
|
310
|
+
}, [ee]);
|
|
311
|
+
const X = le(null), de = le(null);
|
|
312
|
+
$(() => {
|
|
307
313
|
const p = X.current;
|
|
308
314
|
if (!p) return;
|
|
309
315
|
const F = () => {
|
|
@@ -331,7 +337,7 @@ function vn({
|
|
|
331
337
|
);
|
|
332
338
|
p && p.scrollIntoView({ block: "center", behavior: "instant" });
|
|
333
339
|
}));
|
|
334
|
-
}, [C.menus]),
|
|
340
|
+
}, [C.menus]), $(() => {
|
|
335
341
|
be = !0, he();
|
|
336
342
|
const p = setTimeout(he, 0), F = setTimeout(he, 50), E = setTimeout(he, 100), x = setTimeout(he, 200), k = setTimeout(() => {
|
|
337
343
|
be = !1;
|
|
@@ -339,11 +345,11 @@ function vn({
|
|
|
339
345
|
return () => {
|
|
340
346
|
clearTimeout(p), clearTimeout(F), clearTimeout(E), clearTimeout(x), clearTimeout(k);
|
|
341
347
|
};
|
|
342
|
-
}, [j.pathname]),
|
|
348
|
+
}, [j.pathname]), $(() => {
|
|
343
349
|
de.current && (de.current.scrollTop = 0);
|
|
344
|
-
}, [j.pathname]),
|
|
345
|
-
W &&
|
|
346
|
-
}, [j.pathname, W]),
|
|
350
|
+
}, [j.pathname]), $(() => {
|
|
351
|
+
W && ae(!1);
|
|
352
|
+
}, [j.pathname, W]), $(() => {
|
|
347
353
|
W && K(!0);
|
|
348
354
|
}, [W]);
|
|
349
355
|
const Le = () => {
|
|
@@ -358,16 +364,16 @@ function vn({
|
|
|
358
364
|
}, We = [
|
|
359
365
|
...C.menus.flatMap((p) => p.items.flatMap(Te)),
|
|
360
366
|
...((ke = C.menuBottom) == null ? void 0 : ke.flatMap(Te)) ?? []
|
|
361
|
-
],
|
|
367
|
+
], ne = (p) => {
|
|
362
368
|
if (!j.pathname.startsWith(p)) return !1;
|
|
363
369
|
const F = We.filter((E) => j.pathname.startsWith(E)).sort((E, x) => x.length - E.length)[0];
|
|
364
370
|
return p === F;
|
|
365
371
|
};
|
|
366
|
-
|
|
372
|
+
$(() => {
|
|
367
373
|
var F;
|
|
368
374
|
const p = (E) => {
|
|
369
375
|
var x;
|
|
370
|
-
(x = E.children) != null && x.some((k) => j.pathname.startsWith(k.to)) &&
|
|
376
|
+
(x = E.children) != null && x.some((k) => j.pathname.startsWith(k.to)) && ie((k) => {
|
|
371
377
|
const b = new Set(k);
|
|
372
378
|
return b.add(E.id), b;
|
|
373
379
|
});
|
|
@@ -377,12 +383,12 @@ function vn({
|
|
|
377
383
|
}), (F = C.menuBottom) == null || F.forEach(p);
|
|
378
384
|
}, [j.pathname, C.menus, C.menuBottom]);
|
|
379
385
|
const Oe = (p) => {
|
|
380
|
-
|
|
386
|
+
ie((F) => {
|
|
381
387
|
const E = new Set(F);
|
|
382
388
|
return E.has(p) ? E.delete(p) : E.add(p), E;
|
|
383
389
|
});
|
|
384
390
|
};
|
|
385
|
-
|
|
391
|
+
$(() => {
|
|
386
392
|
C.menus.length !== 0 && V !== null && !C.menus.some((p) => p.id === V) && z(null);
|
|
387
393
|
}, [C.menus, V, z]);
|
|
388
394
|
const Be = De(() => {
|
|
@@ -399,7 +405,7 @@ function vn({
|
|
|
399
405
|
if (L)
|
|
400
406
|
return /* @__PURE__ */ e("main", { style: { height: "100vh", overflowY: "auto", backgroundColor: "var(--sa-background-primary-inverse, #f8f8f8)" }, children: t || /* @__PURE__ */ e(Ct, {}) });
|
|
401
407
|
const Ae = (p) => {
|
|
402
|
-
const F = p.children && p.children.length > 0, E =
|
|
408
|
+
const F = p.children && p.children.length > 0, E = ee.has(p.id), x = F ? p.children.some((B) => ne(B.to)) : ne(p.to), k = et(p.badge, T[p.id]), b = !!k && R && !W;
|
|
403
409
|
return /* @__PURE__ */ d("div", { "data-menu-active": x || void 0, children: [
|
|
404
410
|
/* @__PURE__ */ d(
|
|
405
411
|
"button",
|
|
@@ -529,7 +535,7 @@ function vn({
|
|
|
529
535
|
),
|
|
530
536
|
F && (!R || W) && (() => {
|
|
531
537
|
const B = p.children.findIndex(
|
|
532
|
-
(I) =>
|
|
538
|
+
(I) => ne(I.to)
|
|
533
539
|
);
|
|
534
540
|
return /* @__PURE__ */ d(
|
|
535
541
|
"div",
|
|
@@ -578,7 +584,7 @@ function vn({
|
|
|
578
584
|
}
|
|
579
585
|
),
|
|
580
586
|
p.children.map((I) => {
|
|
581
|
-
const
|
|
587
|
+
const oe = et(
|
|
582
588
|
I.badge,
|
|
583
589
|
T[I.id]
|
|
584
590
|
);
|
|
@@ -596,18 +602,18 @@ function vn({
|
|
|
596
602
|
paddingTop: "0.25rem",
|
|
597
603
|
paddingBottom: "0.25rem",
|
|
598
604
|
height: "2rem",
|
|
599
|
-
borderRadius:
|
|
605
|
+
borderRadius: ne(I.to) ? "var(--sa-radii-sm, 0.375rem)" : "var(--sa-radii-md, 0.5rem)",
|
|
600
606
|
textAlign: "left",
|
|
601
|
-
backgroundColor:
|
|
602
|
-
color:
|
|
607
|
+
backgroundColor: ne(I.to) ? "var(--sa-background-primary, #ffffff)" : "transparent",
|
|
608
|
+
color: ne(I.to) ? "var(--sa-text-primary, #292a2e)" : "var(--sa-text-subtle, #505258)",
|
|
603
609
|
cursor: "pointer",
|
|
604
|
-
border:
|
|
610
|
+
border: ne(I.to) ? "1px solid var(--sa-border-subtle, #0b120e24)" : "1px solid transparent"
|
|
605
611
|
},
|
|
606
612
|
onMouseEnter: (ye) => {
|
|
607
|
-
|
|
613
|
+
ne(I.to) || (ye.currentTarget.style.backgroundColor = "var(--sa-background-neutral, #f0f1f2)");
|
|
608
614
|
},
|
|
609
615
|
onMouseLeave: (ye) => {
|
|
610
|
-
|
|
616
|
+
ne(I.to) || (ye.currentTarget.style.backgroundColor = "transparent");
|
|
611
617
|
},
|
|
612
618
|
children: [
|
|
613
619
|
/* @__PURE__ */ e(
|
|
@@ -633,11 +639,11 @@ function vn({
|
|
|
633
639
|
children: I.title
|
|
634
640
|
}
|
|
635
641
|
),
|
|
636
|
-
|
|
642
|
+
oe && /* @__PURE__ */ e(
|
|
637
643
|
Ee,
|
|
638
644
|
{
|
|
639
|
-
text: String(
|
|
640
|
-
variant:
|
|
645
|
+
text: String(oe.value),
|
|
646
|
+
variant: oe.variant ?? "info",
|
|
641
647
|
size: "xs",
|
|
642
648
|
border: !0
|
|
643
649
|
}
|
|
@@ -653,7 +659,7 @@ function vn({
|
|
|
653
659
|
})()
|
|
654
660
|
] }, p.id);
|
|
655
661
|
};
|
|
656
|
-
return /* @__PURE__ */ d(
|
|
662
|
+
return /* @__PURE__ */ d(pr, { children: [
|
|
657
663
|
/* @__PURE__ */ d(
|
|
658
664
|
"div",
|
|
659
665
|
{
|
|
@@ -663,7 +669,7 @@ function vn({
|
|
|
663
669
|
// backgroundColor: "var(--sa-background-primary-inverse, #f8f8f8)",
|
|
664
670
|
position: "relative",
|
|
665
671
|
"--app-sidebar-width": W ? "0px" : R ? "4.375rem" : "16.375rem",
|
|
666
|
-
"--app-footer-zindex": W &&
|
|
672
|
+
"--app-footer-zindex": W && ce ? "40" : "999"
|
|
667
673
|
},
|
|
668
674
|
children: [
|
|
669
675
|
W && /* @__PURE__ */ e(
|
|
@@ -674,11 +680,11 @@ function vn({
|
|
|
674
680
|
inset: 0,
|
|
675
681
|
backgroundColor: "var(--sa-color-black-alpha-a50, #181a198f)",
|
|
676
682
|
zIndex: 40,
|
|
677
|
-
opacity:
|
|
678
|
-
pointerEvents:
|
|
683
|
+
opacity: ce ? 0.5 : 0,
|
|
684
|
+
pointerEvents: ce ? "auto" : "none",
|
|
679
685
|
transition: "opacity 0.3s"
|
|
680
686
|
},
|
|
681
|
-
onClick: () =>
|
|
687
|
+
onClick: () => ae(!1)
|
|
682
688
|
}
|
|
683
689
|
),
|
|
684
690
|
/* @__PURE__ */ d(
|
|
@@ -690,7 +696,7 @@ function vn({
|
|
|
690
696
|
...W && {
|
|
691
697
|
inset: 0,
|
|
692
698
|
zIndex: 50,
|
|
693
|
-
transform:
|
|
699
|
+
transform: ce ? "translateX(0)" : "translateX(-100%)"
|
|
694
700
|
},
|
|
695
701
|
backgroundColor: "var(--sa-background-primary-inverse, #f8f8f8)",
|
|
696
702
|
borderRight: "1px solid var(--sa-border-subtle, #0b120e24)",
|
|
@@ -703,8 +709,8 @@ function vn({
|
|
|
703
709
|
/* @__PURE__ */ e(
|
|
704
710
|
"div",
|
|
705
711
|
{
|
|
706
|
-
onMouseEnter: () =>
|
|
707
|
-
onMouseLeave: () =>
|
|
712
|
+
onMouseEnter: () => se(!0),
|
|
713
|
+
onMouseLeave: () => se(!1),
|
|
708
714
|
style: {
|
|
709
715
|
height: "4rem",
|
|
710
716
|
display: "flex",
|
|
@@ -716,7 +722,7 @@ function vn({
|
|
|
716
722
|
position: "relative"
|
|
717
723
|
},
|
|
718
724
|
children: (() => {
|
|
719
|
-
const p = !W && R && !
|
|
725
|
+
const p = !W && R && !ce, F = p && U;
|
|
720
726
|
return /* @__PURE__ */ d(G, { children: [
|
|
721
727
|
/* @__PURE__ */ d(
|
|
722
728
|
"div",
|
|
@@ -744,7 +750,7 @@ function vn({
|
|
|
744
750
|
}
|
|
745
751
|
}
|
|
746
752
|
),
|
|
747
|
-
(!R ||
|
|
753
|
+
(!R || ce) && /* @__PURE__ */ e(
|
|
748
754
|
"span",
|
|
749
755
|
{
|
|
750
756
|
style: {
|
|
@@ -778,7 +784,7 @@ function vn({
|
|
|
778
784
|
cursor: "pointer",
|
|
779
785
|
flexShrink: 0
|
|
780
786
|
},
|
|
781
|
-
children: /* @__PURE__ */ e(
|
|
787
|
+
children: /* @__PURE__ */ e(bt, {})
|
|
782
788
|
}
|
|
783
789
|
),
|
|
784
790
|
p && /* @__PURE__ */ e(
|
|
@@ -815,7 +821,7 @@ function vn({
|
|
|
815
821
|
height: "1rem",
|
|
816
822
|
display: "inline-flex"
|
|
817
823
|
},
|
|
818
|
-
children: /* @__PURE__ */ e(
|
|
824
|
+
children: /* @__PURE__ */ e(bt, {})
|
|
819
825
|
}
|
|
820
826
|
)
|
|
821
827
|
}
|
|
@@ -823,7 +829,7 @@ function vn({
|
|
|
823
829
|
W && /* @__PURE__ */ e(
|
|
824
830
|
"button",
|
|
825
831
|
{
|
|
826
|
-
onClick: () =>
|
|
832
|
+
onClick: () => ae(!1),
|
|
827
833
|
"aria-label": "Close menu",
|
|
828
834
|
style: {
|
|
829
835
|
padding: "0.375rem",
|
|
@@ -858,7 +864,7 @@ function vn({
|
|
|
858
864
|
}
|
|
859
865
|
),
|
|
860
866
|
a && /* @__PURE__ */ e(
|
|
861
|
-
|
|
867
|
+
yr,
|
|
862
868
|
{
|
|
863
869
|
collapsed: W ? !1 : R,
|
|
864
870
|
children: a
|
|
@@ -963,7 +969,7 @@ function vn({
|
|
|
963
969
|
W && /* @__PURE__ */ e(
|
|
964
970
|
"button",
|
|
965
971
|
{
|
|
966
|
-
onClick: () =>
|
|
972
|
+
onClick: () => ae(!0),
|
|
967
973
|
style: {
|
|
968
974
|
padding: "0.375rem",
|
|
969
975
|
borderRadius: "0.5rem",
|
|
@@ -992,11 +998,11 @@ function vn({
|
|
|
992
998
|
)
|
|
993
999
|
}
|
|
994
1000
|
),
|
|
995
|
-
/* @__PURE__ */ e(
|
|
1001
|
+
/* @__PURE__ */ e(xr, { children: r })
|
|
996
1002
|
] }),
|
|
997
1003
|
/* @__PURE__ */ d("div", { style: { display: "flex", alignItems: "center", gap: "0.75rem" }, children: [
|
|
998
1004
|
u,
|
|
999
|
-
/* @__PURE__ */ d(
|
|
1005
|
+
/* @__PURE__ */ d(At, { position: "bottom-right", children: [
|
|
1000
1006
|
/* @__PURE__ */ e($e, { children: /* @__PURE__ */ d(
|
|
1001
1007
|
"div",
|
|
1002
1008
|
{
|
|
@@ -1070,7 +1076,7 @@ function vn({
|
|
|
1070
1076
|
}
|
|
1071
1077
|
) }),
|
|
1072
1078
|
/* @__PURE__ */ d(
|
|
1073
|
-
|
|
1079
|
+
Ht,
|
|
1074
1080
|
{
|
|
1075
1081
|
style: {
|
|
1076
1082
|
width: "280px",
|
|
@@ -1080,7 +1086,7 @@ function vn({
|
|
|
1080
1086
|
marginTop: "16px"
|
|
1081
1087
|
},
|
|
1082
1088
|
children: [
|
|
1083
|
-
/* @__PURE__ */ e(
|
|
1089
|
+
/* @__PURE__ */ e(Yt, { children: /* @__PURE__ */ d(
|
|
1084
1090
|
"div",
|
|
1085
1091
|
{
|
|
1086
1092
|
style: {
|
|
@@ -1160,13 +1166,13 @@ function vn({
|
|
|
1160
1166
|
]
|
|
1161
1167
|
}
|
|
1162
1168
|
) }),
|
|
1163
|
-
(g && g.length > 0 || m) && /* @__PURE__ */ d(
|
|
1169
|
+
(g && g.length > 0 || m) && /* @__PURE__ */ d(It, { children: [
|
|
1164
1170
|
g == null ? void 0 : g.map((p, F) => /* @__PURE__ */ e($e, { children: /* @__PURE__ */ d(
|
|
1165
1171
|
"button",
|
|
1166
1172
|
{
|
|
1167
1173
|
type: "button",
|
|
1168
1174
|
onClick: p.onClick,
|
|
1169
|
-
style:
|
|
1175
|
+
style: wt,
|
|
1170
1176
|
onMouseEnter: (E) => {
|
|
1171
1177
|
E.currentTarget.style.backgroundColor = "var(--sa-background-neutral, #f0f1f2)";
|
|
1172
1178
|
},
|
|
@@ -1181,13 +1187,13 @@ function vn({
|
|
|
1181
1187
|
) }, `${p.label}-${F}`)),
|
|
1182
1188
|
m
|
|
1183
1189
|
] }),
|
|
1184
|
-
y ?? /* @__PURE__ */ e(
|
|
1190
|
+
y ?? /* @__PURE__ */ e(Xt, { children: /* @__PURE__ */ e($e, { children: /* @__PURE__ */ d(
|
|
1185
1191
|
"button",
|
|
1186
1192
|
{
|
|
1187
1193
|
type: "button",
|
|
1188
1194
|
onClick: Le,
|
|
1189
1195
|
style: {
|
|
1190
|
-
...
|
|
1196
|
+
...wt,
|
|
1191
1197
|
color: "var(--sa-background-error, #c9184a)",
|
|
1192
1198
|
fontWeight: 500
|
|
1193
1199
|
},
|
|
@@ -1253,7 +1259,7 @@ function vn({
|
|
|
1253
1259
|
/* @__PURE__ */ d(qe, { isShow: fe, onHide: ze, children: [
|
|
1254
1260
|
/* @__PURE__ */ e(Fe, { children: "Confirmation Logout" }),
|
|
1255
1261
|
/* @__PURE__ */ e(Ge, { children: "Are you sure you want to end the session and exit the page?" }),
|
|
1256
|
-
/* @__PURE__ */ e(at, { children: /* @__PURE__ */ e(f, { display: "flex", align: "flex-end", justify: "center", children: /* @__PURE__ */ d(
|
|
1262
|
+
/* @__PURE__ */ e(at, { children: /* @__PURE__ */ e(f, { display: "flex", align: "flex-end", justify: "center", children: /* @__PURE__ */ d(_, { direction: "row", gap: "sm", align: "center", children: [
|
|
1257
1263
|
/* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(H, { secondary: !0, onClick: ze, children: "Cancel" }) }),
|
|
1258
1264
|
/* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(H, { primary: !0, onClick: Xe, children: "Yes, Sure" }) })
|
|
1259
1265
|
] }) }) })
|
|
@@ -1308,7 +1314,7 @@ function vn({
|
|
|
1308
1314
|
}
|
|
1309
1315
|
),
|
|
1310
1316
|
(Ne = Y.item.children) == null ? void 0 : Ne.map((p) => {
|
|
1311
|
-
const F =
|
|
1317
|
+
const F = ne(p.to), E = et(
|
|
1312
1318
|
p.badge,
|
|
1313
1319
|
T[p.id]
|
|
1314
1320
|
);
|
|
@@ -1369,7 +1375,7 @@ function vn({
|
|
|
1369
1375
|
] })
|
|
1370
1376
|
] });
|
|
1371
1377
|
}
|
|
1372
|
-
const
|
|
1378
|
+
const Cr = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
1373
1379
|
f,
|
|
1374
1380
|
{
|
|
1375
1381
|
role: "button",
|
|
@@ -1380,7 +1386,7 @@ const xr = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
|
1380
1386
|
...r,
|
|
1381
1387
|
children: t
|
|
1382
1388
|
}
|
|
1383
|
-
), Ye =
|
|
1389
|
+
), Ye = re(Cr), kt = ({
|
|
1384
1390
|
title: t,
|
|
1385
1391
|
iconName: r,
|
|
1386
1392
|
textColor: n,
|
|
@@ -1424,7 +1430,7 @@ const xr = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
|
1424
1430
|
]
|
|
1425
1431
|
}
|
|
1426
1432
|
);
|
|
1427
|
-
},
|
|
1433
|
+
}, Dr = ({
|
|
1428
1434
|
items: t,
|
|
1429
1435
|
separator: r = "/",
|
|
1430
1436
|
iconName: n,
|
|
@@ -1447,15 +1453,15 @@ const xr = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
|
1447
1453
|
), y = h != null && h.to ? /* @__PURE__ */ e(_e, { to: h.to, replace: !0, style: { textDecoration: "none" }, children: m }) : h != null && h.onClick ? /* @__PURE__ */ e(Ye, { onClick: h.onClick, children: m }) : m;
|
|
1448
1454
|
return /* @__PURE__ */ d(f, { direction: "row", gap: "xs", align: "center", children: [
|
|
1449
1455
|
y,
|
|
1450
|
-
/* @__PURE__ */ e(
|
|
1456
|
+
/* @__PURE__ */ e(Gt, { separator: r, size: "md", children: t.map((v, L) => {
|
|
1451
1457
|
const C = L === t.length - 1;
|
|
1452
|
-
return v.to && !C ? /* @__PURE__ */ e(yt, { children: /* @__PURE__ */ e(_e, { to: v.to, children: v.label }) }, L) : /* @__PURE__ */ e(yt, { currentPage: C, children: /* @__PURE__ */ e(
|
|
1458
|
+
return v.to && !C ? /* @__PURE__ */ e(yt, { children: /* @__PURE__ */ e(_e, { to: v.to, children: v.label }) }, L) : /* @__PURE__ */ e(yt, { currentPage: C, children: /* @__PURE__ */ e(Jt, { onClick: C ? void 0 : v.onClick, children: v.label }) }, L);
|
|
1453
1459
|
}) })
|
|
1454
1460
|
] });
|
|
1455
|
-
},
|
|
1461
|
+
}, wn = (t) => {
|
|
1456
1462
|
const { items: r, separator: n, onClick: o, navigateTo: i, ...l } = t;
|
|
1457
1463
|
return r && r.length > 0 ? /* @__PURE__ */ e(
|
|
1458
|
-
|
|
1464
|
+
Dr,
|
|
1459
1465
|
{
|
|
1460
1466
|
items: r,
|
|
1461
1467
|
separator: n,
|
|
@@ -1463,7 +1469,7 @@ const xr = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
|
1463
1469
|
iconColor: l.iconColor,
|
|
1464
1470
|
hoverIconColor: l.hoverIconColor
|
|
1465
1471
|
}
|
|
1466
|
-
) : i ? /* @__PURE__ */ e(f, { direction: "row", children: /* @__PURE__ */ e(_e, { to: i, replace: !0, style: { textDecoration: "none" }, children: /* @__PURE__ */ e(
|
|
1472
|
+
) : i ? /* @__PURE__ */ e(f, { direction: "row", children: /* @__PURE__ */ e(_e, { to: i, replace: !0, style: { textDecoration: "none" }, children: /* @__PURE__ */ e(kt, { ...l }) }) }) : /* @__PURE__ */ e(f, { direction: "row", children: /* @__PURE__ */ e(Ye, { onClick: o, children: /* @__PURE__ */ e(kt, { ...l }) }) });
|
|
1467
1473
|
}, tt = [
|
|
1468
1474
|
// brand (blue)
|
|
1469
1475
|
{
|
|
@@ -1508,7 +1514,7 @@ const xr = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
|
1508
1514
|
activeShadow: "rgba(255, 117, 143, 0.25)"
|
|
1509
1515
|
}
|
|
1510
1516
|
];
|
|
1511
|
-
function
|
|
1517
|
+
function St(t, r, n) {
|
|
1512
1518
|
return {
|
|
1513
1519
|
display: "flex",
|
|
1514
1520
|
alignItems: "center",
|
|
@@ -1524,7 +1530,7 @@ function kt(t, r, n) {
|
|
|
1524
1530
|
transition: "box-shadow 0.2s ease, transform 0.2s ease, background-color 0.15s ease, border-color 0.15s ease"
|
|
1525
1531
|
};
|
|
1526
1532
|
}
|
|
1527
|
-
const
|
|
1533
|
+
const Ft = {
|
|
1528
1534
|
fontSize: "11px",
|
|
1529
1535
|
fontWeight: 500,
|
|
1530
1536
|
textAlign: "center",
|
|
@@ -1533,7 +1539,7 @@ const St = {
|
|
|
1533
1539
|
color: "var(--sa-background-primary, #ffffff)",
|
|
1534
1540
|
lineHeight: "1.3",
|
|
1535
1541
|
maxWidth: "80px"
|
|
1536
|
-
},
|
|
1542
|
+
}, Et = {
|
|
1537
1543
|
display: "flex",
|
|
1538
1544
|
flexDirection: "column",
|
|
1539
1545
|
alignItems: "center",
|
|
@@ -1543,7 +1549,7 @@ const St = {
|
|
|
1543
1549
|
cursor: "pointer",
|
|
1544
1550
|
padding: 0
|
|
1545
1551
|
};
|
|
1546
|
-
function
|
|
1552
|
+
function vr({
|
|
1547
1553
|
isShow: t,
|
|
1548
1554
|
onHide: r,
|
|
1549
1555
|
menus: n,
|
|
@@ -1579,10 +1585,10 @@ function Dr({
|
|
|
1579
1585
|
onClick: () => a(null),
|
|
1580
1586
|
onMouseEnter: () => s("all"),
|
|
1581
1587
|
onMouseLeave: () => s(void 0),
|
|
1582
|
-
style:
|
|
1588
|
+
style: Et,
|
|
1583
1589
|
children: [
|
|
1584
|
-
/* @__PURE__ */ e("div", { style:
|
|
1585
|
-
/* @__PURE__ */ e("span", { style:
|
|
1590
|
+
/* @__PURE__ */ e("div", { style: St(o === null, l === "all", u), children: /* @__PURE__ */ e("div", { style: { color: u.icon, display: "flex", alignItems: "center", justifyContent: "center" }, children: /* @__PURE__ */ e(w, { name: "Grid", size: "lg", style: { width: 32, height: 32 } }) }) }),
|
|
1591
|
+
/* @__PURE__ */ e("span", { style: Ft, children: "Semua" })
|
|
1586
1592
|
]
|
|
1587
1593
|
}
|
|
1588
1594
|
),
|
|
@@ -1595,10 +1601,10 @@ function Dr({
|
|
|
1595
1601
|
onClick: () => a(h.id),
|
|
1596
1602
|
onMouseEnter: () => s(h.id),
|
|
1597
1603
|
onMouseLeave: () => s(void 0),
|
|
1598
|
-
style:
|
|
1604
|
+
style: Et,
|
|
1599
1605
|
children: [
|
|
1600
|
-
/* @__PURE__ */ e("div", { style:
|
|
1601
|
-
/* @__PURE__ */ e("span", { style:
|
|
1606
|
+
/* @__PURE__ */ e("div", { style: St(m, y, L), children: /* @__PURE__ */ e("div", { style: { color: L.icon, display: "flex", alignItems: "center", justifyContent: "center" }, children: /* @__PURE__ */ e(w, { name: v, size: "lg", style: { width: 32, height: 32 } }) }) }),
|
|
1607
|
+
/* @__PURE__ */ e("span", { style: Ft, children: h.name })
|
|
1602
1608
|
]
|
|
1603
1609
|
},
|
|
1604
1610
|
h.id
|
|
@@ -1610,11 +1616,11 @@ function Dr({
|
|
|
1610
1616
|
}
|
|
1611
1617
|
);
|
|
1612
1618
|
}
|
|
1613
|
-
function
|
|
1619
|
+
function kn({
|
|
1614
1620
|
onSelect: t,
|
|
1615
1621
|
"aria-label": r = "Pilih module"
|
|
1616
1622
|
} = {}) {
|
|
1617
|
-
const n =
|
|
1623
|
+
const n = Zt(), o = ut(), { selectedGroupId: i, setSelectedGroupId: l } = _t(), [s, a] = S(!1), u = (h) => {
|
|
1618
1624
|
var g;
|
|
1619
1625
|
if (l(h), h !== null) {
|
|
1620
1626
|
const m = n.menus.find((v) => v.id === h), y = (g = m == null ? void 0 : m.items[0]) == null ? void 0 : g.to;
|
|
@@ -1667,7 +1673,7 @@ function wn({
|
|
|
1667
1673
|
)
|
|
1668
1674
|
] }),
|
|
1669
1675
|
/* @__PURE__ */ e(
|
|
1670
|
-
|
|
1676
|
+
vr,
|
|
1671
1677
|
{
|
|
1672
1678
|
isShow: s,
|
|
1673
1679
|
onHide: () => a(!1),
|
|
@@ -1678,7 +1684,7 @@ function wn({
|
|
|
1678
1684
|
)
|
|
1679
1685
|
] });
|
|
1680
1686
|
}
|
|
1681
|
-
const
|
|
1687
|
+
const br = (t, r) => {
|
|
1682
1688
|
const n = [];
|
|
1683
1689
|
if (r === 0)
|
|
1684
1690
|
return n.push(t), n;
|
|
@@ -1687,7 +1693,7 @@ const vr = (t, r) => {
|
|
|
1687
1693
|
n.push(i);
|
|
1688
1694
|
}
|
|
1689
1695
|
return n;
|
|
1690
|
-
},
|
|
1696
|
+
}, wr = re(
|
|
1691
1697
|
({
|
|
1692
1698
|
value: t,
|
|
1693
1699
|
label: r,
|
|
@@ -1719,8 +1725,8 @@ const vr = (t, r) => {
|
|
|
1719
1725
|
/* @__PURE__ */ e(we, { style: s, children: h() })
|
|
1720
1726
|
] });
|
|
1721
1727
|
}
|
|
1722
|
-
),
|
|
1723
|
-
|
|
1728
|
+
), kr = re(({ fields: t, separator: r, labelWidth: n }) => /* @__PURE__ */ e(Rt, { children: t.map((o, i) => /* @__PURE__ */ e(
|
|
1729
|
+
wr,
|
|
1724
1730
|
{
|
|
1725
1731
|
separator: r,
|
|
1726
1732
|
labelWidth: n,
|
|
@@ -1728,7 +1734,7 @@ const vr = (t, r) => {
|
|
|
1728
1734
|
...o
|
|
1729
1735
|
},
|
|
1730
1736
|
`field-group-field-${i}`
|
|
1731
|
-
)) })),
|
|
1737
|
+
)) })), Sn = re(
|
|
1732
1738
|
({
|
|
1733
1739
|
maxRow: t = 0,
|
|
1734
1740
|
maxColumn: r = 2,
|
|
@@ -1738,7 +1744,7 @@ const vr = (t, r) => {
|
|
|
1738
1744
|
bordered: l = !1
|
|
1739
1745
|
}) => {
|
|
1740
1746
|
const s = De(
|
|
1741
|
-
() =>
|
|
1747
|
+
() => br(o, t),
|
|
1742
1748
|
[o, t]
|
|
1743
1749
|
), a = s.length > 2, u = () => {
|
|
1744
1750
|
switch (r) {
|
|
@@ -1774,7 +1780,7 @@ const vr = (t, r) => {
|
|
|
1774
1780
|
width: a ? u() : void 0,
|
|
1775
1781
|
marginBottom: a ? "lg" : void 0,
|
|
1776
1782
|
children: /* @__PURE__ */ e(
|
|
1777
|
-
|
|
1783
|
+
kr,
|
|
1778
1784
|
{
|
|
1779
1785
|
labelWidth: i,
|
|
1780
1786
|
fields: h,
|
|
@@ -1787,7 +1793,7 @@ const vr = (t, r) => {
|
|
|
1787
1793
|
}
|
|
1788
1794
|
);
|
|
1789
1795
|
}
|
|
1790
|
-
),
|
|
1796
|
+
), Fn = ({
|
|
1791
1797
|
title: t,
|
|
1792
1798
|
content: r,
|
|
1793
1799
|
onHide: n,
|
|
@@ -1827,7 +1833,7 @@ const vr = (t, r) => {
|
|
|
1827
1833
|
u()
|
|
1828
1834
|
] }) })
|
|
1829
1835
|
] });
|
|
1830
|
-
},
|
|
1836
|
+
}, Sr = ({ backButton: t }) => {
|
|
1831
1837
|
const [r, n] = S(!1), o = (t == null ? void 0 : t.iconColor) ?? "var(--sa-text-subtle, #8c8f97)", i = (t == null ? void 0 : t.textColor) ?? "var(--sa-text-subtle, #8c8f97)", l = (t == null ? void 0 : t.hoverIconColor) ?? "var(--sa-text-subtle, #8c8f97)", s = (t == null ? void 0 : t.hoverTextColor) ?? "var(--sa-text-primary, #292a2e)";
|
|
1832
1838
|
return /* @__PURE__ */ d(
|
|
1833
1839
|
f,
|
|
@@ -1865,7 +1871,7 @@ const vr = (t, r) => {
|
|
|
1865
1871
|
]
|
|
1866
1872
|
}
|
|
1867
1873
|
);
|
|
1868
|
-
},
|
|
1874
|
+
}, Fr = ({
|
|
1869
1875
|
backButton: t,
|
|
1870
1876
|
title: r,
|
|
1871
1877
|
titleTag: n,
|
|
@@ -1876,7 +1882,7 @@ const vr = (t, r) => {
|
|
|
1876
1882
|
containerProps: a,
|
|
1877
1883
|
headerProps: u
|
|
1878
1884
|
}) => {
|
|
1879
|
-
const h =
|
|
1885
|
+
const h = te("lg"), g = ut(), m = Ve(), y = t == null ? void 0 : t.show, v = () => {
|
|
1880
1886
|
if (typeof (t == null ? void 0 : t.onClick) == "function") {
|
|
1881
1887
|
t.onClick();
|
|
1882
1888
|
return;
|
|
@@ -1895,7 +1901,7 @@ const vr = (t, r) => {
|
|
|
1895
1901
|
`action-${P}`
|
|
1896
1902
|
)
|
|
1897
1903
|
) }) : null, C = () => {
|
|
1898
|
-
const j = /* @__PURE__ */ e(
|
|
1904
|
+
const j = /* @__PURE__ */ e(Sr, { backButton: t });
|
|
1899
1905
|
return t != null && t.navigateTo ? /* @__PURE__ */ e(f, { direction: "row", children: /* @__PURE__ */ e(
|
|
1900
1906
|
_e,
|
|
1901
1907
|
{
|
|
@@ -1954,24 +1960,24 @@ const vr = (t, r) => {
|
|
|
1954
1960
|
},
|
|
1955
1961
|
m.pathname
|
|
1956
1962
|
);
|
|
1957
|
-
},
|
|
1963
|
+
}, En = re(Fr), Er = {
|
|
1958
1964
|
icon: "Cross",
|
|
1959
1965
|
title: ""
|
|
1960
|
-
},
|
|
1966
|
+
}, Mr = "calc(100vw - 16px)", Mt = (t) => t == null ? void 0 : `min(${typeof t == "number" ? `${t}px` : t}, ${Mr})`, Lr = Tt(
|
|
1961
1967
|
({
|
|
1962
1968
|
onHide: t,
|
|
1963
1969
|
show: r,
|
|
1964
1970
|
withBlur: n = !1,
|
|
1965
1971
|
style: o,
|
|
1966
1972
|
children: i,
|
|
1967
|
-
closeButton: l =
|
|
1973
|
+
closeButton: l = Er,
|
|
1968
1974
|
width: s,
|
|
1969
1975
|
minWidth: a = "357px",
|
|
1970
1976
|
maxWidth: u = "357px"
|
|
1971
1977
|
}, h) => {
|
|
1972
|
-
const g =
|
|
1978
|
+
const g = Mt(s ?? a), m = Mt(s ?? u);
|
|
1973
1979
|
return /* @__PURE__ */ e(
|
|
1974
|
-
|
|
1980
|
+
Pt,
|
|
1975
1981
|
{
|
|
1976
1982
|
blur: n,
|
|
1977
1983
|
isShow: r,
|
|
@@ -2012,9 +2018,9 @@ const vr = (t, r) => {
|
|
|
2012
2018
|
}
|
|
2013
2019
|
);
|
|
2014
2020
|
}
|
|
2015
|
-
),
|
|
2021
|
+
), Ut = re(
|
|
2016
2022
|
({ children: t, borderBottom: r = !0, padding: n = !0 }) => {
|
|
2017
|
-
const o =
|
|
2023
|
+
const o = te("lg");
|
|
2018
2024
|
return /* @__PURE__ */ e(
|
|
2019
2025
|
f,
|
|
2020
2026
|
{
|
|
@@ -2028,9 +2034,9 @@ const vr = (t, r) => {
|
|
|
2028
2034
|
}
|
|
2029
2035
|
);
|
|
2030
2036
|
}
|
|
2031
|
-
),
|
|
2037
|
+
), qt = re(
|
|
2032
2038
|
({ children: t, borderTop: r = !0, padding: n = !0 }) => {
|
|
2033
|
-
const o =
|
|
2039
|
+
const o = te("lg");
|
|
2034
2040
|
return /* @__PURE__ */ e(
|
|
2035
2041
|
f,
|
|
2036
2042
|
{
|
|
@@ -2044,7 +2050,7 @@ const vr = (t, r) => {
|
|
|
2044
2050
|
}
|
|
2045
2051
|
);
|
|
2046
2052
|
}
|
|
2047
|
-
),
|
|
2053
|
+
), Wr = re(
|
|
2048
2054
|
({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
2049
2055
|
f,
|
|
2050
2056
|
{
|
|
@@ -2056,7 +2062,7 @@ const vr = (t, r) => {
|
|
|
2056
2062
|
children: t
|
|
2057
2063
|
}
|
|
2058
2064
|
)
|
|
2059
|
-
),
|
|
2065
|
+
), Mn = re(
|
|
2060
2066
|
({
|
|
2061
2067
|
children: t,
|
|
2062
2068
|
title: r,
|
|
@@ -2071,7 +2077,7 @@ const vr = (t, r) => {
|
|
|
2071
2077
|
footerProps: g = { borderTop: !0 },
|
|
2072
2078
|
variantTag: m = "info"
|
|
2073
2079
|
}) => {
|
|
2074
|
-
const y =
|
|
2080
|
+
const y = te("lg"), v = () => n ? /* @__PURE__ */ d(f, { direction: "row", gap: "sm", align: "center", children: [
|
|
2075
2081
|
/* @__PURE__ */ e(D, { fontWeight: "medium", children: r }),
|
|
2076
2082
|
/* @__PURE__ */ e(Ee, { border: !0, text: n, variant: m })
|
|
2077
2083
|
] }) : /* @__PURE__ */ e(D, { fontWeight: "medium", children: r }), L = () => i || /* @__PURE__ */ d(
|
|
@@ -2109,14 +2115,14 @@ const vr = (t, r) => {
|
|
|
2109
2115
|
...(a == null ? void 0 : a.style) ?? {}
|
|
2110
2116
|
},
|
|
2111
2117
|
children: [
|
|
2112
|
-
i !== null && C ? /* @__PURE__ */ e(
|
|
2113
|
-
/* @__PURE__ */ e(
|
|
2114
|
-
l ? /* @__PURE__ */ e(
|
|
2118
|
+
i !== null && C ? /* @__PURE__ */ e(Ut, { ...h, children: L() }) : null,
|
|
2119
|
+
/* @__PURE__ */ e(Wr, { ...u, children: t }),
|
|
2120
|
+
l ? /* @__PURE__ */ e(qt, { ...g, children: l }) : null
|
|
2115
2121
|
]
|
|
2116
2122
|
}
|
|
2117
2123
|
);
|
|
2118
2124
|
}
|
|
2119
|
-
),
|
|
2125
|
+
), Br = "var(--sa-color-secondary-50, #e6e9fb)", Ar = ({ children: t, onClick: r }) => {
|
|
2120
2126
|
const [n, o] = S("");
|
|
2121
2127
|
return /* @__PURE__ */ e(
|
|
2122
2128
|
Ye,
|
|
@@ -2131,14 +2137,14 @@ const vr = (t, r) => {
|
|
|
2131
2137
|
gap: "spacing-1",
|
|
2132
2138
|
cursor: "pointer",
|
|
2133
2139
|
onClick: r,
|
|
2134
|
-
onMouseEnter: () => o(
|
|
2140
|
+
onMouseEnter: () => o(Br),
|
|
2135
2141
|
borderRadius: "rounded-md",
|
|
2136
2142
|
onMouseLeave: () => o(""),
|
|
2137
2143
|
style: { backgroundColor: n },
|
|
2138
2144
|
children: t
|
|
2139
2145
|
}
|
|
2140
2146
|
);
|
|
2141
|
-
},
|
|
2147
|
+
}, Hr = re(Ar), Ir = ({
|
|
2142
2148
|
icon: t,
|
|
2143
2149
|
items: r = [],
|
|
2144
2150
|
style: n,
|
|
@@ -2157,9 +2163,9 @@ const vr = (t, r) => {
|
|
|
2157
2163
|
}),
|
|
2158
2164
|
[i]
|
|
2159
2165
|
);
|
|
2160
|
-
return /* @__PURE__ */ d(
|
|
2166
|
+
return /* @__PURE__ */ d(At, { position: l, style: n, children: [
|
|
2161
2167
|
/* @__PURE__ */ e($e, { style: o, children: /* @__PURE__ */ e(H, { size: "sm", secondary: !0, ...s, children: /* @__PURE__ */ e(w, { name: t, ...a }) }) }),
|
|
2162
|
-
/* @__PURE__ */ e(
|
|
2168
|
+
/* @__PURE__ */ e(Ht, { style: h, children: r.map((g, m) => u === "outline-button" ? /* @__PURE__ */ e(It, { children: /* @__PURE__ */ d(
|
|
2163
2169
|
H,
|
|
2164
2170
|
{
|
|
2165
2171
|
size: "sm",
|
|
@@ -2173,7 +2179,7 @@ const vr = (t, r) => {
|
|
|
2173
2179
|
]
|
|
2174
2180
|
}
|
|
2175
2181
|
) }, g.id || m) : /* @__PURE__ */ d(
|
|
2176
|
-
|
|
2182
|
+
Hr,
|
|
2177
2183
|
{
|
|
2178
2184
|
onClick: g.onClick,
|
|
2179
2185
|
...g.buttonProps,
|
|
@@ -2185,21 +2191,21 @@ const vr = (t, r) => {
|
|
|
2185
2191
|
g.id || m
|
|
2186
2192
|
)) })
|
|
2187
2193
|
] });
|
|
2188
|
-
},
|
|
2189
|
-
H1:
|
|
2190
|
-
H2:
|
|
2191
|
-
H3:
|
|
2192
|
-
H4:
|
|
2193
|
-
H5:
|
|
2194
|
-
H6:
|
|
2195
|
-
SubH1:
|
|
2196
|
-
SubH2:
|
|
2197
|
-
SubH3:
|
|
2198
|
-
Body1:
|
|
2199
|
-
Body2:
|
|
2200
|
-
Body3:
|
|
2194
|
+
}, Ln = re(Ir), Rr = (t) => /* @__PURE__ */ e(D, { variant: "h1", children: t.children, ...t.props }), Vr = (t) => /* @__PURE__ */ e(D, { variant: "h2", children: t.children, ...t.props }), zr = (t) => /* @__PURE__ */ e(D, { variant: "h3", children: t.children, ...t.props }), Tr = (t) => /* @__PURE__ */ e(D, { variant: "h4", children: t.children, ...t.props }), Or = (t) => /* @__PURE__ */ e(D, { variant: "h5", children: t.children, ...t.props }), Nr = (t) => /* @__PURE__ */ e(D, { variant: "h6", children: t.children, ...t.props }), Zr = (t) => /* @__PURE__ */ e(D, { variant: "sub-h1", children: t.children, ...t.props }), jr = (t) => /* @__PURE__ */ e(D, { variant: "sub-h2", children: t.children, ...t.props }), $r = (t) => /* @__PURE__ */ e(D, { variant: "sub-h3", children: t.children, ...t.props }), _r = (t) => /* @__PURE__ */ e(D, { variant: "body-1", children: t.children, ...t.props }), Ur = (t) => /* @__PURE__ */ e(D, { variant: "body-2", children: t.children, ...t.props }), qr = (t) => /* @__PURE__ */ e(D, { variant: "body-3", children: t.children, ...t.props }), me = {
|
|
2195
|
+
H1: Rr,
|
|
2196
|
+
H2: Vr,
|
|
2197
|
+
H3: zr,
|
|
2198
|
+
H4: Tr,
|
|
2199
|
+
H5: Or,
|
|
2200
|
+
H6: Nr,
|
|
2201
|
+
SubH1: Zr,
|
|
2202
|
+
SubH2: jr,
|
|
2203
|
+
SubH3: $r,
|
|
2204
|
+
Body1: _r,
|
|
2205
|
+
Body2: Ur,
|
|
2206
|
+
Body3: qr
|
|
2201
2207
|
}, gt = () => {
|
|
2202
|
-
const [t, r] = Pe(), n = Je(t.toString()), o =
|
|
2208
|
+
const [t, r] = Pe(), n = Je(t.toString()), o = Ot(), i = Ve(), l = o.id;
|
|
2203
2209
|
return {
|
|
2204
2210
|
// query params
|
|
2205
2211
|
setSearchParams: r,
|
|
@@ -2216,7 +2222,7 @@ const vr = (t, r) => {
|
|
|
2216
2222
|
id: l,
|
|
2217
2223
|
hasId: !!l
|
|
2218
2224
|
};
|
|
2219
|
-
},
|
|
2225
|
+
}, Gr = (t) => JSON.stringify(t), Jr = (t) => JSON.stringify(t), Qr = (t) => JSON.stringify(t), Pr = (t) => JSON.stringify(t), Yr = (t) => t, Xr = (t) => JSON.stringify(t), Lt = ({
|
|
2220
2226
|
value: t,
|
|
2221
2227
|
name: r,
|
|
2222
2228
|
type: n,
|
|
@@ -2231,23 +2237,23 @@ const vr = (t, r) => {
|
|
|
2231
2237
|
let h;
|
|
2232
2238
|
switch (n) {
|
|
2233
2239
|
case "search":
|
|
2234
|
-
h =
|
|
2240
|
+
h = Yr(t);
|
|
2235
2241
|
break;
|
|
2236
2242
|
case "dropdown":
|
|
2237
2243
|
case "dropdown-multiple":
|
|
2238
|
-
h =
|
|
2244
|
+
h = Gr(t);
|
|
2239
2245
|
break;
|
|
2240
2246
|
case "radio":
|
|
2241
|
-
h =
|
|
2247
|
+
h = Jr(t);
|
|
2242
2248
|
break;
|
|
2243
2249
|
case "date-range":
|
|
2244
|
-
h =
|
|
2250
|
+
h = Qr(t);
|
|
2245
2251
|
break;
|
|
2246
2252
|
case "advanced-date-range":
|
|
2247
|
-
h =
|
|
2253
|
+
h = Xr(t);
|
|
2248
2254
|
break;
|
|
2249
2255
|
case "date":
|
|
2250
|
-
h =
|
|
2256
|
+
h = Pr(t);
|
|
2251
2257
|
break;
|
|
2252
2258
|
default:
|
|
2253
2259
|
h = t;
|
|
@@ -2278,7 +2284,7 @@ const vr = (t, r) => {
|
|
|
2278
2284
|
}) => {
|
|
2279
2285
|
const i = n.get(r) || void 0, l = i && typeof i == "string" ? JSON.parse(i) : void 0, s = l ? l[t] : void 0;
|
|
2280
2286
|
return o === "label" && s ? JSON.parse(s)[0].label : o === "value" && s ? JSON.parse(s)[0].value : s;
|
|
2281
|
-
},
|
|
2287
|
+
}, Wn = ({
|
|
2282
2288
|
name: t,
|
|
2283
2289
|
filterKey: r = "filter",
|
|
2284
2290
|
searchParams: n,
|
|
@@ -2286,7 +2292,7 @@ const vr = (t, r) => {
|
|
|
2286
2292
|
}) => {
|
|
2287
2293
|
const i = n.get(r) || void 0, l = i && typeof i == "string" ? JSON.parse(i) : void 0, s = l ? l[t] : void 0;
|
|
2288
2294
|
return o === "label" && s ? JSON.parse(s).map((a) => a.label) : o === "value" && s ? JSON.parse(s).map((a) => a.value) : o === "array" && s ? JSON.parse(s) : s;
|
|
2289
|
-
},
|
|
2295
|
+
}, Bn = ({
|
|
2290
2296
|
name: t,
|
|
2291
2297
|
filterKey: r = "filter",
|
|
2292
2298
|
searchParams: n,
|
|
@@ -2294,10 +2300,10 @@ const vr = (t, r) => {
|
|
|
2294
2300
|
}) => {
|
|
2295
2301
|
const i = n.get(r) || void 0, l = i && typeof i == "string" ? JSON.parse(i) : void 0, s = l ? l[t] : void 0;
|
|
2296
2302
|
return o === "id" && s ? JSON.parse(s).id : o === "label" && s ? JSON.parse(s).label : o === "value" && s ? JSON.parse(s).value : s;
|
|
2297
|
-
},
|
|
2303
|
+
}, Kr = (t, r, n) => {
|
|
2298
2304
|
const o = r.get(n || "filter") || void 0, i = o && typeof o == "string" ? JSON.parse(o) : void 0;
|
|
2299
2305
|
return i ? i[t] : void 0;
|
|
2300
|
-
},
|
|
2306
|
+
}, An = ({
|
|
2301
2307
|
name: t,
|
|
2302
2308
|
filterKey: r = "filter",
|
|
2303
2309
|
searchParams: n
|
|
@@ -2307,21 +2313,21 @@ const vr = (t, r) => {
|
|
|
2307
2313
|
start: l ? JSON.parse(l).from : void 0,
|
|
2308
2314
|
end: l ? JSON.parse(l).to : void 0
|
|
2309
2315
|
};
|
|
2310
|
-
},
|
|
2316
|
+
}, Hn = ({
|
|
2311
2317
|
name: t,
|
|
2312
2318
|
filterKey: r = "filter",
|
|
2313
2319
|
searchParams: n
|
|
2314
2320
|
}) => {
|
|
2315
2321
|
const o = n.get(r || "filter") || void 0, i = o && typeof o == "string" ? JSON.parse(o) : void 0, l = i ? i[t] : void 0;
|
|
2316
2322
|
return l ? JSON.parse(l) : void 0;
|
|
2317
|
-
},
|
|
2323
|
+
}, In = (t, {
|
|
2318
2324
|
filterKey: r = "filter",
|
|
2319
2325
|
perPageKey: n = "perPage",
|
|
2320
2326
|
pageKey: o = "page"
|
|
2321
2327
|
}) => {
|
|
2322
2328
|
const i = t.get(r) || void 0, l = t.get(n) || void 0, s = t.get(o) || void 0;
|
|
2323
2329
|
return !!i || !!l || !!s;
|
|
2324
|
-
},
|
|
2330
|
+
}, ei = ({
|
|
2325
2331
|
isOpen: t,
|
|
2326
2332
|
onClose: r,
|
|
2327
2333
|
filterKey: n,
|
|
@@ -2352,8 +2358,8 @@ const vr = (t, r) => {
|
|
|
2352
2358
|
return null;
|
|
2353
2359
|
}
|
|
2354
2360
|
};
|
|
2355
|
-
return /* @__PURE__ */ e(
|
|
2356
|
-
/* @__PURE__ */ d(
|
|
2361
|
+
return /* @__PURE__ */ e(Lr, { onHide: r, show: t || !1, children: /* @__PURE__ */ d(f, { direction: "column", gap: "md", children: [
|
|
2362
|
+
/* @__PURE__ */ d(_, { direction: "row", justify: "space-between", align: "center", children: [
|
|
2357
2363
|
/* @__PURE__ */ e(f, { children: "Filter" }),
|
|
2358
2364
|
/* @__PURE__ */ e(
|
|
2359
2365
|
f,
|
|
@@ -2366,7 +2372,7 @@ const vr = (t, r) => {
|
|
|
2366
2372
|
] }),
|
|
2367
2373
|
i == null ? void 0 : i.map((y, v) => m(y, v))
|
|
2368
2374
|
] }) });
|
|
2369
|
-
},
|
|
2375
|
+
}, ti = ({
|
|
2370
2376
|
searchKey: t = "q",
|
|
2371
2377
|
statusKey: r = "status",
|
|
2372
2378
|
searchPlaceholder: n = "Search",
|
|
@@ -2386,27 +2392,27 @@ const vr = (t, r) => {
|
|
|
2386
2392
|
}) => {
|
|
2387
2393
|
const Z = (y == null ? void 0 : y.isShowLabel) ?? !0, [j, Q] = S(!1), [W, fe] = S(0), P = () => {
|
|
2388
2394
|
fe((z) => z + 1);
|
|
2389
|
-
}, { searchParams: R, setSearchParams: K, getQueryParam:
|
|
2390
|
-
if (
|
|
2395
|
+
}, { searchParams: R, setSearchParams: K, getQueryParam: ce } = gt(), ae = Je(R.toString()), U = Kr(t, R, a) || "", [se, ee] = S(U), ie = ce(a), J = !!(ie && !(() => {
|
|
2396
|
+
if (ie)
|
|
2391
2397
|
try {
|
|
2392
|
-
const z = JSON.parse(
|
|
2398
|
+
const z = JSON.parse(ie);
|
|
2393
2399
|
return Object.keys(z).length === 1 && z[t] === "";
|
|
2394
2400
|
} catch (z) {
|
|
2395
2401
|
console.error("Filter parameter is not a valid JSON:", z);
|
|
2396
2402
|
}
|
|
2397
2403
|
return !1;
|
|
2398
|
-
})()), V =
|
|
2399
|
-
return
|
|
2400
|
-
|
|
2401
|
-
}, [U]),
|
|
2402
|
-
if (
|
|
2404
|
+
})()), V = te("md");
|
|
2405
|
+
return $(() => {
|
|
2406
|
+
ee(U);
|
|
2407
|
+
}, [U]), $(() => {
|
|
2408
|
+
if (se === U)
|
|
2403
2409
|
return;
|
|
2404
2410
|
const z = window.setTimeout(() => {
|
|
2405
|
-
|
|
2406
|
-
value:
|
|
2411
|
+
Lt({
|
|
2412
|
+
value: se,
|
|
2407
2413
|
name: t,
|
|
2408
2414
|
type: "search",
|
|
2409
|
-
searchQueries:
|
|
2415
|
+
searchQueries: ae,
|
|
2410
2416
|
setSearchParams: K,
|
|
2411
2417
|
filterKey: a,
|
|
2412
2418
|
pageKey: u
|
|
@@ -2416,15 +2422,15 @@ const vr = (t, r) => {
|
|
|
2416
2422
|
window.clearTimeout(z);
|
|
2417
2423
|
};
|
|
2418
2424
|
}, [
|
|
2419
|
-
|
|
2425
|
+
se,
|
|
2420
2426
|
U,
|
|
2421
2427
|
t,
|
|
2422
|
-
|
|
2428
|
+
ae,
|
|
2423
2429
|
K,
|
|
2424
2430
|
a,
|
|
2425
2431
|
u
|
|
2426
2432
|
]), /* @__PURE__ */ d(
|
|
2427
|
-
|
|
2433
|
+
_,
|
|
2428
2434
|
{
|
|
2429
2435
|
gap: "md",
|
|
2430
2436
|
style: {
|
|
@@ -2437,7 +2443,7 @@ const vr = (t, r) => {
|
|
|
2437
2443
|
{
|
|
2438
2444
|
onClick: () => {
|
|
2439
2445
|
const z = new URLSearchParams(R);
|
|
2440
|
-
z.delete(a), K(z),
|
|
2446
|
+
z.delete(a), K(z), ee(""), P(), g && g();
|
|
2441
2447
|
},
|
|
2442
2448
|
variant: "outline",
|
|
2443
2449
|
tone: "neutral",
|
|
@@ -2470,7 +2476,7 @@ const vr = (t, r) => {
|
|
|
2470
2476
|
size: "sm",
|
|
2471
2477
|
name: (y == null ? void 0 : y.icon) || "FilterHorizontal",
|
|
2472
2478
|
style: {
|
|
2473
|
-
color:
|
|
2479
|
+
color: ie ? "var(--sa-background-brand, #04254f)" : "var(--sa-text-primary, #292a2e)"
|
|
2474
2480
|
}
|
|
2475
2481
|
}
|
|
2476
2482
|
),
|
|
@@ -2522,11 +2528,11 @@ const vr = (t, r) => {
|
|
|
2522
2528
|
})
|
|
2523
2529
|
}
|
|
2524
2530
|
] : [],
|
|
2525
|
-
onChange: (z) =>
|
|
2531
|
+
onChange: (z) => Lt({
|
|
2526
2532
|
value: z,
|
|
2527
2533
|
name: r,
|
|
2528
2534
|
type: "dropdown",
|
|
2529
|
-
searchQueries:
|
|
2535
|
+
searchQueries: ae,
|
|
2530
2536
|
setSearchParams: K,
|
|
2531
2537
|
filterKey: a
|
|
2532
2538
|
}),
|
|
@@ -2554,8 +2560,8 @@ const vr = (t, r) => {
|
|
|
2554
2560
|
{
|
|
2555
2561
|
placeholder: n,
|
|
2556
2562
|
leftIcon: /* @__PURE__ */ e(w, { name: "Search", width: 20, height: 20 }),
|
|
2557
|
-
onChange: (z) =>
|
|
2558
|
-
value:
|
|
2563
|
+
onChange: (z) => ee(z.target.value),
|
|
2564
|
+
value: se,
|
|
2559
2565
|
fullWidth: !0
|
|
2560
2566
|
},
|
|
2561
2567
|
W + 1 + a
|
|
@@ -2564,7 +2570,7 @@ const vr = (t, r) => {
|
|
|
2564
2570
|
}
|
|
2565
2571
|
),
|
|
2566
2572
|
/* @__PURE__ */ e(
|
|
2567
|
-
|
|
2573
|
+
ei,
|
|
2568
2574
|
{
|
|
2569
2575
|
isOpen: j,
|
|
2570
2576
|
onClose: () => Q(!1),
|
|
@@ -2576,9 +2582,9 @@ const vr = (t, r) => {
|
|
|
2576
2582
|
]
|
|
2577
2583
|
}
|
|
2578
2584
|
);
|
|
2579
|
-
},
|
|
2580
|
-
const o =
|
|
2581
|
-
return
|
|
2585
|
+
}, ri = ({ children: t, borderRadius: r, height: n }) => {
|
|
2586
|
+
const o = le(null), [i, l] = S("100vh");
|
|
2587
|
+
return $(() => {
|
|
2582
2588
|
if (n) return;
|
|
2583
2589
|
const s = () => {
|
|
2584
2590
|
if (o.current) {
|
|
@@ -2604,7 +2610,7 @@ const vr = (t, r) => {
|
|
|
2604
2610
|
children: t
|
|
2605
2611
|
}
|
|
2606
2612
|
);
|
|
2607
|
-
},
|
|
2613
|
+
}, ii = ({
|
|
2608
2614
|
action: t,
|
|
2609
2615
|
rightContent: r,
|
|
2610
2616
|
leftContent: n,
|
|
@@ -2612,7 +2618,7 @@ const vr = (t, r) => {
|
|
|
2612
2618
|
advanceFilter: i,
|
|
2613
2619
|
showFilter: l = !0
|
|
2614
2620
|
}) => {
|
|
2615
|
-
const s =
|
|
2621
|
+
const s = te("md"), a = l ? /* @__PURE__ */ e(ti, { ...i }) : null;
|
|
2616
2622
|
return /* @__PURE__ */ e(
|
|
2617
2623
|
f,
|
|
2618
2624
|
{
|
|
@@ -2668,7 +2674,7 @@ const vr = (t, r) => {
|
|
|
2668
2674
|
] })
|
|
2669
2675
|
}
|
|
2670
2676
|
);
|
|
2671
|
-
},
|
|
2677
|
+
}, ni = ({
|
|
2672
2678
|
totalData: t,
|
|
2673
2679
|
withMarginBottom: r = !0,
|
|
2674
2680
|
withMarginTop: n = !0
|
|
@@ -2699,7 +2705,7 @@ const vr = (t, r) => {
|
|
|
2699
2705
|
/* @__PURE__ */ e(me.Body1, { children: t || 0 })
|
|
2700
2706
|
]
|
|
2701
2707
|
}
|
|
2702
|
-
),
|
|
2708
|
+
), oi = ({
|
|
2703
2709
|
pagination: t,
|
|
2704
2710
|
pageKey: r = "page",
|
|
2705
2711
|
perPageKey: n = "perPage",
|
|
@@ -2755,7 +2761,7 @@ const vr = (t, r) => {
|
|
|
2755
2761
|
/* @__PURE__ */ e(D, { children: `${y}-${v} of ${(t == null ? void 0 : t.totalData) || 0}` })
|
|
2756
2762
|
] }),
|
|
2757
2763
|
/* @__PURE__ */ e(
|
|
2758
|
-
|
|
2764
|
+
Kt,
|
|
2759
2765
|
{
|
|
2760
2766
|
currentPage: t != null && t.currentPage ? Number(t == null ? void 0 : t.currentPage) : 1,
|
|
2761
2767
|
totalCount: t != null && t.totalPage ? Number(t == null ? void 0 : t.totalPage) : 1,
|
|
@@ -2763,7 +2769,7 @@ const vr = (t, r) => {
|
|
|
2763
2769
|
}
|
|
2764
2770
|
)
|
|
2765
2771
|
] }) : /* @__PURE__ */ e(
|
|
2766
|
-
|
|
2772
|
+
ni,
|
|
2767
2773
|
{
|
|
2768
2774
|
totalData: l,
|
|
2769
2775
|
withMarginBottom: !1,
|
|
@@ -2772,23 +2778,23 @@ const vr = (t, r) => {
|
|
|
2772
2778
|
)
|
|
2773
2779
|
}
|
|
2774
2780
|
);
|
|
2775
|
-
},
|
|
2776
|
-
const [n, o] = S(!1), i =
|
|
2781
|
+
}, li = ({ filter: t, columnTitle: r }) => {
|
|
2782
|
+
const [n, o] = S(!1), i = le(null), l = le(null), s = le(null), [a, u] = S(""), [h, g] = S({ top: 0, left: 0 }), m = t.selectedValues, y = De(() => a ? t.options.filter(
|
|
2777
2783
|
(C) => C.label.toLowerCase().includes(a.toLowerCase())
|
|
2778
2784
|
) : t.options, [t.options, a]);
|
|
2779
|
-
|
|
2785
|
+
$(() => {
|
|
2780
2786
|
if (n && l.current) {
|
|
2781
2787
|
const C = l.current.getBoundingClientRect(), T = 280, Z = {
|
|
2782
2788
|
top: C.bottom + 8
|
|
2783
2789
|
};
|
|
2784
2790
|
t.position === "left" || C.left + T > window.innerWidth ? Z.right = window.innerWidth - C.right : Z.left = C.left, g(Z);
|
|
2785
2791
|
}
|
|
2786
|
-
}, [n, t.position]),
|
|
2792
|
+
}, [n, t.position]), $(() => {
|
|
2787
2793
|
n && s.current ? setTimeout(() => {
|
|
2788
2794
|
var C;
|
|
2789
2795
|
return (C = s.current) == null ? void 0 : C.focus();
|
|
2790
2796
|
}, 50) : u("");
|
|
2791
|
-
}, [n]),
|
|
2797
|
+
}, [n]), $(() => {
|
|
2792
2798
|
const C = (T) => {
|
|
2793
2799
|
i.current && !i.current.contains(T.target) && l.current && !l.current.contains(T.target) && o(!1);
|
|
2794
2800
|
};
|
|
@@ -3064,7 +3070,7 @@ const vr = (t, r) => {
|
|
|
3064
3070
|
}
|
|
3065
3071
|
)
|
|
3066
3072
|
] });
|
|
3067
|
-
},
|
|
3073
|
+
}, ci = ({
|
|
3068
3074
|
direction: t
|
|
3069
3075
|
}) => {
|
|
3070
3076
|
const r = "var(--sa-text-primary, #292a2e)", n = "var(--sa-text-subtle, #8c8f97)";
|
|
@@ -3104,7 +3110,7 @@ const vr = (t, r) => {
|
|
|
3104
3110
|
]
|
|
3105
3111
|
}
|
|
3106
3112
|
);
|
|
3107
|
-
},
|
|
3113
|
+
}, ai = ({ frozen: t }) => /* @__PURE__ */ d(
|
|
3108
3114
|
"svg",
|
|
3109
3115
|
{
|
|
3110
3116
|
width: "11",
|
|
@@ -3120,7 +3126,7 @@ const vr = (t, r) => {
|
|
|
3120
3126
|
/* @__PURE__ */ e("path", { d: t ? "M7 11V7a5 5 0 0 1 10 0v4" : "M7 11V7a5 5 0 0 1 9.9-1" })
|
|
3121
3127
|
]
|
|
3122
3128
|
}
|
|
3123
|
-
), it = "var(--sa-background-primary, #ffffff)",
|
|
3129
|
+
), it = "var(--sa-background-primary, #ffffff)", Wt = "var(--sa-background-primary-inverse, #f8f8f8)", si = ({
|
|
3124
3130
|
columns: t,
|
|
3125
3131
|
records: r,
|
|
3126
3132
|
handleDetail: n,
|
|
@@ -3146,29 +3152,29 @@ const vr = (t, r) => {
|
|
|
3146
3152
|
onSortChange: P,
|
|
3147
3153
|
showActionDivider: R = !1
|
|
3148
3154
|
}) => {
|
|
3149
|
-
const K = W !== void 0, [
|
|
3155
|
+
const K = W !== void 0, [ce, ae] = S(
|
|
3150
3156
|
fe ?? null
|
|
3151
|
-
), U = K ? W ?? null :
|
|
3157
|
+
), U = K ? W ?? null : ce, se = (x) => {
|
|
3152
3158
|
if (x.sortKey) return x.sortKey;
|
|
3153
3159
|
if (typeof x.accessor == "string") return x.accessor;
|
|
3154
|
-
},
|
|
3155
|
-
const k =
|
|
3160
|
+
}, ee = (x) => {
|
|
3161
|
+
const k = se(x);
|
|
3156
3162
|
if (!k) return;
|
|
3157
3163
|
let b;
|
|
3158
|
-
!U || U.key !== k ? b = { key: k, direction: "asc" } : U.direction === "asc" ? b = { key: k, direction: "desc" } : b = null, K ||
|
|
3164
|
+
!U || U.key !== k ? b = { key: k, direction: "asc" } : U.direction === "asc" ? b = { key: k, direction: "desc" } : b = null, K || ae(b), P == null || P(b);
|
|
3159
3165
|
}, Y = [n, o, i].filter((x) => x !== void 0).length, J = !!v, V = !!n || !!o || !!i || J, z = "var(--sa-border-subtle, #0b120e24)", X = `1px solid ${z}`, de = `inset 1px 0 0 ${z}`, he = `inset -1px 0 0 ${z}`, Le = Y === 3 ? J ? "178px" : "140px" : Y === 2 ? J ? "140px" : "102px" : Y === 1 ? J ? "112px" : "74px" : J ? "74px" : "", ze = (x, k) => {
|
|
3160
3166
|
if (!k) return x;
|
|
3161
3167
|
if (typeof k == "function") return k(x);
|
|
3162
3168
|
if (typeof k == "string") return x[k];
|
|
3163
3169
|
}, [Xe, Te] = S(!1);
|
|
3164
|
-
|
|
3170
|
+
$(() => {
|
|
3165
3171
|
if (!(g != null && g.current)) return;
|
|
3166
3172
|
const x = g.current;
|
|
3167
3173
|
Te(x.scrollHeight > x.clientHeight);
|
|
3168
3174
|
}, [r, g]);
|
|
3169
|
-
const We =
|
|
3175
|
+
const We = le(null), [ne, Oe] = S([]), [Be, Ae] = S(
|
|
3170
3176
|
() => Z ?? {}
|
|
3171
|
-
), ke =
|
|
3177
|
+
), ke = le(null);
|
|
3172
3178
|
ot(() => {
|
|
3173
3179
|
if (!m || !We.current) {
|
|
3174
3180
|
Oe([]);
|
|
@@ -3197,7 +3203,7 @@ const vr = (t, r) => {
|
|
|
3197
3203
|
if (!b) return;
|
|
3198
3204
|
const B = Math.round(b.getBoundingClientRect().width);
|
|
3199
3205
|
ke.current = { colIndex: k, startX: x.clientX, startWidth: B };
|
|
3200
|
-
const I = document.body.style.userSelect,
|
|
3206
|
+
const I = document.body.style.userSelect, oe = document.body.style.cursor;
|
|
3201
3207
|
document.body.style.userSelect = "none", document.body.style.cursor = "col-resize";
|
|
3202
3208
|
const ye = (xe) => {
|
|
3203
3209
|
var Se;
|
|
@@ -3208,13 +3214,13 @@ const vr = (t, r) => {
|
|
|
3208
3214
|
(Ke) => Ke[pe.colIndex] === He ? Ke : { ...Ke, [pe.colIndex]: He }
|
|
3209
3215
|
);
|
|
3210
3216
|
}, ve = () => {
|
|
3211
|
-
document.removeEventListener("mousemove", ye), document.removeEventListener("mouseup", ve), document.body.style.userSelect = I, document.body.style.cursor =
|
|
3217
|
+
document.removeEventListener("mousemove", ye), document.removeEventListener("mouseup", ve), document.body.style.userSelect = I, document.body.style.cursor = oe, ke.current = null, j && Ae((xe) => (j(xe), xe));
|
|
3212
3218
|
};
|
|
3213
3219
|
document.addEventListener("mousemove", ye), document.addEventListener("mouseup", ve);
|
|
3214
3220
|
};
|
|
3215
|
-
return /* @__PURE__ */ e("div", { ref: We, children: /* @__PURE__ */ d(
|
|
3221
|
+
return /* @__PURE__ */ e("div", { ref: We, children: /* @__PURE__ */ d(Rt, { fullWidth: !0, children: [
|
|
3216
3222
|
/* @__PURE__ */ e(
|
|
3217
|
-
|
|
3223
|
+
er,
|
|
3218
3224
|
{
|
|
3219
3225
|
style: {
|
|
3220
3226
|
height: "40px",
|
|
@@ -3223,7 +3229,7 @@ const vr = (t, r) => {
|
|
|
3223
3229
|
children: /* @__PURE__ */ d(Re, { children: [
|
|
3224
3230
|
t.map((x, k) => {
|
|
3225
3231
|
var Ze, He;
|
|
3226
|
-
const b = m > 0 && k < m, B =
|
|
3232
|
+
const b = m > 0 && k < m, B = ne[k] ?? 0, I = F(x), ye = k === t.length - 1 && V && R, ve = se(x), xe = !!x.sortable && !!ve, pe = xe && (U == null ? void 0 : U.key) === ve ? U.direction : null;
|
|
3227
3233
|
return /* @__PURE__ */ d(
|
|
3228
3234
|
pt,
|
|
3229
3235
|
{
|
|
@@ -3256,7 +3262,7 @@ const vr = (t, r) => {
|
|
|
3256
3262
|
"button",
|
|
3257
3263
|
{
|
|
3258
3264
|
type: "button",
|
|
3259
|
-
onClick: () =>
|
|
3265
|
+
onClick: () => ee(x),
|
|
3260
3266
|
title: pe === "asc" ? "Sorted ascending — click to sort descending" : pe === "desc" ? "Sorted descending — click to clear" : "Click to sort ascending",
|
|
3261
3267
|
style: {
|
|
3262
3268
|
flex: 1,
|
|
@@ -3287,7 +3293,7 @@ const vr = (t, r) => {
|
|
|
3287
3293
|
children: x.title || ((Ze = x.accessor) == null ? void 0 : Ze.toString())
|
|
3288
3294
|
}
|
|
3289
3295
|
),
|
|
3290
|
-
/* @__PURE__ */ e(
|
|
3296
|
+
/* @__PURE__ */ e(ci, { direction: pe })
|
|
3291
3297
|
]
|
|
3292
3298
|
}
|
|
3293
3299
|
) : /* @__PURE__ */ e(
|
|
@@ -3304,7 +3310,7 @@ const vr = (t, r) => {
|
|
|
3304
3310
|
}
|
|
3305
3311
|
),
|
|
3306
3312
|
x.filter && /* @__PURE__ */ e(
|
|
3307
|
-
|
|
3313
|
+
li,
|
|
3308
3314
|
{
|
|
3309
3315
|
filter: x.filter,
|
|
3310
3316
|
columnTitle: x.title
|
|
@@ -3327,7 +3333,7 @@ const vr = (t, r) => {
|
|
|
3327
3333
|
opacity: b ? 1 : 0.45,
|
|
3328
3334
|
transition: "opacity 0.15s"
|
|
3329
3335
|
},
|
|
3330
|
-
children: /* @__PURE__ */ e(
|
|
3336
|
+
children: /* @__PURE__ */ e(ai, { frozen: b })
|
|
3331
3337
|
}
|
|
3332
3338
|
)
|
|
3333
3339
|
]
|
|
@@ -3376,7 +3382,7 @@ const vr = (t, r) => {
|
|
|
3376
3382
|
] })
|
|
3377
3383
|
}
|
|
3378
3384
|
),
|
|
3379
|
-
/* @__PURE__ */ e(
|
|
3385
|
+
/* @__PURE__ */ e(tr, { children: l ? /* @__PURE__ */ e(Re, { children: /* @__PURE__ */ e(we, { colSpan: t.length + 1, children: /* @__PURE__ */ d(f, { style: { gap: "16px" }, children: [
|
|
3380
3386
|
/* @__PURE__ */ e(Ie, { variant: "list" }),
|
|
3381
3387
|
/* @__PURE__ */ e(Ie, { variant: "list" }),
|
|
3382
3388
|
/* @__PURE__ */ e(Ie, { variant: "list" }),
|
|
@@ -3392,8 +3398,8 @@ const vr = (t, r) => {
|
|
|
3392
3398
|
},
|
|
3393
3399
|
onMouseEnter: (b) => {
|
|
3394
3400
|
const B = b.currentTarget;
|
|
3395
|
-
B.style.backgroundColor =
|
|
3396
|
-
I.style.position === "sticky" && (I.style.backgroundColor =
|
|
3401
|
+
B.style.backgroundColor = Wt, Array.from(B.querySelectorAll("td")).forEach((I) => {
|
|
3402
|
+
I.style.position === "sticky" && (I.style.backgroundColor = Wt);
|
|
3397
3403
|
});
|
|
3398
3404
|
},
|
|
3399
3405
|
onMouseLeave: (b) => {
|
|
@@ -3404,16 +3410,16 @@ const vr = (t, r) => {
|
|
|
3404
3410
|
},
|
|
3405
3411
|
children: [
|
|
3406
3412
|
t.map((b, B) => {
|
|
3407
|
-
const I = b.render ? b.render(x, k, r) : ze(x, b.accessor),
|
|
3413
|
+
const I = b.render ? b.render(x, k, r) : ze(x, b.accessor), oe = m > 0 && B < m, ye = ne[B] ?? 0, ve = Be[B] !== void 0, xe = oe && B === m - 1;
|
|
3408
3414
|
return /* @__PURE__ */ e(
|
|
3409
3415
|
we,
|
|
3410
3416
|
{
|
|
3411
3417
|
style: {
|
|
3412
|
-
position:
|
|
3413
|
-
left:
|
|
3414
|
-
zIndex:
|
|
3415
|
-
backgroundColor:
|
|
3416
|
-
transition:
|
|
3418
|
+
position: oe ? "sticky" : void 0,
|
|
3419
|
+
left: oe ? ye : void 0,
|
|
3420
|
+
zIndex: oe ? 1 : void 0,
|
|
3421
|
+
backgroundColor: oe ? it : void 0,
|
|
3422
|
+
transition: oe ? "background-color 0.3s ease" : void 0,
|
|
3417
3423
|
paddingLeft: B === 0 ? "12px" : "",
|
|
3418
3424
|
whiteSpace: "nowrap",
|
|
3419
3425
|
overflow: ve ? "hidden" : void 0,
|
|
@@ -3447,7 +3453,7 @@ const vr = (t, r) => {
|
|
|
3447
3453
|
backgroundColor: it,
|
|
3448
3454
|
boxShadow: R ? de : void 0,
|
|
3449
3455
|
transition: "background-color 0.3s ease"
|
|
3450
|
-
}, children: /* @__PURE__ */ e(
|
|
3456
|
+
}, children: /* @__PURE__ */ e(_, { direction: "row", align: "center", justify: "center", gap: "sm", children: L.map((b) => {
|
|
3451
3457
|
const B = k === r.length - 1 ? "top" : "bottom";
|
|
3452
3458
|
return b === "detail" && n && (u == null ? void 0 : u(x)) !== !1 ? /* @__PURE__ */ e(ue, { label: "Detail", position: B, children: /* @__PURE__ */ e(
|
|
3453
3459
|
H,
|
|
@@ -3476,27 +3482,27 @@ const vr = (t, r) => {
|
|
|
3476
3482
|
onClick: () => i(x.id, x),
|
|
3477
3483
|
iconLeft: /* @__PURE__ */ e(w, { name: "Trash1", size: "sm", style: { color: "var(--sa-color-error-600, #c9184a)" } })
|
|
3478
3484
|
}
|
|
3479
|
-
) }, "delete") : b === "custom" ? /* @__PURE__ */ e(
|
|
3485
|
+
) }, "delete") : b === "custom" ? /* @__PURE__ */ e(zt.Fragment, { children: v == null ? void 0 : v(x) }, "custom") : null;
|
|
3480
3486
|
}) }) }) : null
|
|
3481
3487
|
]
|
|
3482
3488
|
},
|
|
3483
3489
|
`${x}${k}`
|
|
3484
3490
|
)) })
|
|
3485
3491
|
] }) });
|
|
3486
|
-
},
|
|
3492
|
+
}, di = ({
|
|
3487
3493
|
wrapperProps: t,
|
|
3488
3494
|
dataTableProps: r,
|
|
3489
3495
|
headerProps: n,
|
|
3490
3496
|
footerProps: o
|
|
3491
3497
|
}) => {
|
|
3492
3498
|
var m;
|
|
3493
|
-
const i =
|
|
3499
|
+
const i = le(null), [l, s] = S(
|
|
3494
3500
|
(r == null ? void 0 : r.defaultFrozenCount) ?? 0
|
|
3495
|
-
), a = (n == null ? void 0 : n.show) ?? !0, u =
|
|
3501
|
+
), a = (n == null ? void 0 : n.show) ?? !0, u = le(null), h = (m = r == null ? void 0 : r.pagination) == null ? void 0 : m.totalData;
|
|
3496
3502
|
typeof h == "number" && (u.current = h);
|
|
3497
3503
|
const g = (o == null ? void 0 : o.showFooter) ?? (h === void 0 ? u.current !== 0 : h !== 0);
|
|
3498
|
-
return /* @__PURE__ */ d(
|
|
3499
|
-
a && /* @__PURE__ */ e(
|
|
3504
|
+
return /* @__PURE__ */ d(ri, { ...t, children: [
|
|
3505
|
+
a && /* @__PURE__ */ e(ii, { ...n }),
|
|
3500
3506
|
/* @__PURE__ */ e(
|
|
3501
3507
|
f,
|
|
3502
3508
|
{
|
|
@@ -3507,7 +3513,7 @@ const vr = (t, r) => {
|
|
|
3507
3513
|
overflowX: "auto"
|
|
3508
3514
|
},
|
|
3509
3515
|
children: r ? /* @__PURE__ */ e(
|
|
3510
|
-
|
|
3516
|
+
si,
|
|
3511
3517
|
{
|
|
3512
3518
|
...r,
|
|
3513
3519
|
scrollParentRef: i,
|
|
@@ -3518,7 +3524,7 @@ const vr = (t, r) => {
|
|
|
3518
3524
|
}
|
|
3519
3525
|
),
|
|
3520
3526
|
g && /* @__PURE__ */ e(
|
|
3521
|
-
|
|
3527
|
+
oi,
|
|
3522
3528
|
{
|
|
3523
3529
|
pagination: r == null ? void 0 : r.pagination,
|
|
3524
3530
|
pageKey: r == null ? void 0 : r.pageKey,
|
|
@@ -3530,15 +3536,15 @@ const vr = (t, r) => {
|
|
|
3530
3536
|
)
|
|
3531
3537
|
] });
|
|
3532
3538
|
};
|
|
3533
|
-
function
|
|
3534
|
-
return
|
|
3539
|
+
function hi(t) {
|
|
3540
|
+
return re(
|
|
3535
3541
|
t
|
|
3536
3542
|
);
|
|
3537
3543
|
}
|
|
3538
|
-
const
|
|
3544
|
+
const Rn = hi(di), mt = ({
|
|
3539
3545
|
of: t,
|
|
3540
3546
|
render: r
|
|
3541
|
-
}) =>
|
|
3547
|
+
}) => lr.toArray(t == null ? void 0 : t.map((n, o, i) => r(n, o, i))), O = ({
|
|
3542
3548
|
condition: t,
|
|
3543
3549
|
fallback: r,
|
|
3544
3550
|
children: n,
|
|
@@ -3554,7 +3560,7 @@ const In = di(si), mt = ({
|
|
|
3554
3560
|
color: t.color || "gray-700",
|
|
3555
3561
|
children: t.children
|
|
3556
3562
|
}
|
|
3557
|
-
), Ce = (t) => /* @__PURE__ */ e(D, { color: "red-600", fontSize: "sm", children: t.message }),
|
|
3563
|
+
), Ce = (t) => /* @__PURE__ */ e(D, { color: "red-600", fontSize: "sm", children: t.message }), ui = ({
|
|
3558
3564
|
size: t = "md",
|
|
3559
3565
|
direction: r = "vertical",
|
|
3560
3566
|
requiredTitle: n = "(Required)",
|
|
@@ -3593,7 +3599,7 @@ const In = di(si), mt = ({
|
|
|
3593
3599
|
customMaxWidth: s,
|
|
3594
3600
|
fullWidth: o,
|
|
3595
3601
|
children: [
|
|
3596
|
-
/* @__PURE__ */ d(
|
|
3602
|
+
/* @__PURE__ */ d(_, { direction: "row", gap: "xs", align: "center", children: [
|
|
3597
3603
|
/* @__PURE__ */ e(N, { fontSize: t, children: i.title }),
|
|
3598
3604
|
/* @__PURE__ */ e(N, { color: "error", fontSize: t, children: n }),
|
|
3599
3605
|
/* @__PURE__ */ e(O, { condition: !!((a = i.tooltip) != null && a.label), children: /* @__PURE__ */ e(
|
|
@@ -3639,7 +3645,7 @@ const In = di(si), mt = ({
|
|
|
3639
3645
|
]
|
|
3640
3646
|
}
|
|
3641
3647
|
);
|
|
3642
|
-
},
|
|
3648
|
+
}, fi = ({
|
|
3643
3649
|
size: t = "md",
|
|
3644
3650
|
direction: r = "vertical",
|
|
3645
3651
|
requiredTitle: n = "(Required)",
|
|
@@ -3678,7 +3684,7 @@ const In = di(si), mt = ({
|
|
|
3678
3684
|
customMaxWidth: s,
|
|
3679
3685
|
fullWidth: o,
|
|
3680
3686
|
children: [
|
|
3681
|
-
/* @__PURE__ */ d(
|
|
3687
|
+
/* @__PURE__ */ d(_, { direction: "row", gap: "xs", align: "center", children: [
|
|
3682
3688
|
/* @__PURE__ */ e(N, { fontSize: t, children: i.title }),
|
|
3683
3689
|
/* @__PURE__ */ e(N, { color: "error", fontSize: t, children: n }),
|
|
3684
3690
|
/* @__PURE__ */ e(O, { condition: !!((a = i.tooltip) != null && a.label), children: /* @__PURE__ */ e(
|
|
@@ -3730,7 +3736,7 @@ const In = di(si), mt = ({
|
|
|
3730
3736
|
]
|
|
3731
3737
|
}
|
|
3732
3738
|
);
|
|
3733
|
-
},
|
|
3739
|
+
}, gi = (t, r) => typeof t == "string" && t || r === "error" ? "var(--sa-text-error, #a4133c)" : "var(--sa-text-disable, #181a198f)", mi = (t) => {
|
|
3734
3740
|
var a;
|
|
3735
3741
|
const [r, n] = S(!1), o = (u) => {
|
|
3736
3742
|
u.preventDefault(), u.stopPropagation();
|
|
@@ -3757,7 +3763,7 @@ const In = di(si), mt = ({
|
|
|
3757
3763
|
paddingBlock: "md",
|
|
3758
3764
|
borderRadius: "rounded-md",
|
|
3759
3765
|
style: {
|
|
3760
|
-
border: r ? "1px solid var(--sa-text-info, #0073ab)" : `1px solid ${
|
|
3766
|
+
border: r ? "1px solid var(--sa-text-info, #0073ab)" : `1px solid ${gi(t.errorMessage, t.status)}`
|
|
3761
3767
|
},
|
|
3762
3768
|
children: [
|
|
3763
3769
|
/* @__PURE__ */ e(
|
|
@@ -3771,8 +3777,8 @@ const In = di(si), mt = ({
|
|
|
3771
3777
|
}
|
|
3772
3778
|
}
|
|
3773
3779
|
),
|
|
3774
|
-
/* @__PURE__ */ d(
|
|
3775
|
-
/* @__PURE__ */ d(
|
|
3780
|
+
/* @__PURE__ */ d(_, { gap: "xs", children: [
|
|
3781
|
+
/* @__PURE__ */ d(_, { direction: "row", gap: "xs", children: [
|
|
3776
3782
|
/* @__PURE__ */ e(
|
|
3777
3783
|
D,
|
|
3778
3784
|
{
|
|
@@ -3799,17 +3805,17 @@ const In = di(si), mt = ({
|
|
|
3799
3805
|
}
|
|
3800
3806
|
);
|
|
3801
3807
|
};
|
|
3802
|
-
function
|
|
3808
|
+
function Vn(t) {
|
|
3803
3809
|
return t.split(" ").map((r) => r[0]).join("").slice(0, 2).toUpperCase();
|
|
3804
3810
|
}
|
|
3805
|
-
const
|
|
3811
|
+
const yi = (t) => {
|
|
3806
3812
|
const r = {
|
|
3807
3813
|
day: "2-digit",
|
|
3808
3814
|
month: "short",
|
|
3809
3815
|
year: "numeric"
|
|
3810
3816
|
};
|
|
3811
3817
|
return t.toLocaleDateString("id-ID", r);
|
|
3812
|
-
},
|
|
3818
|
+
}, zn = (t) => {
|
|
3813
3819
|
const r = {
|
|
3814
3820
|
Jan: 0,
|
|
3815
3821
|
Feb: 1,
|
|
@@ -3829,7 +3835,7 @@ const mi = (t) => {
|
|
|
3829
3835
|
const o = parseInt(n[0], 10), i = r[n[1]], l = parseInt(n[2], 10);
|
|
3830
3836
|
return isNaN(o) || isNaN(i) || isNaN(l) ? null : new Date(l, i, o);
|
|
3831
3837
|
};
|
|
3832
|
-
function
|
|
3838
|
+
function Tn(t, r = !0) {
|
|
3833
3839
|
if (!t)
|
|
3834
3840
|
return "Rp 0";
|
|
3835
3841
|
const n = typeof t == "number" ? t.toString() : t;
|
|
@@ -3844,19 +3850,19 @@ String.prototype.toTitleCase = function() {
|
|
|
3844
3850
|
String.prototype.toNumber = function() {
|
|
3845
3851
|
return Number(this);
|
|
3846
3852
|
};
|
|
3847
|
-
const
|
|
3853
|
+
const On = (t) => {
|
|
3848
3854
|
const r = t.split(" ");
|
|
3849
3855
|
let n = r[0].charAt(0);
|
|
3850
3856
|
return r.length > 1 && (n += "" + r[1].charAt(0)), n.toUpperCase();
|
|
3851
3857
|
};
|
|
3852
|
-
function
|
|
3858
|
+
function Nn(t) {
|
|
3853
3859
|
const r = typeof t == "string" ? new Date(t) : t;
|
|
3854
3860
|
if (isNaN(r.getTime()))
|
|
3855
3861
|
throw new Error("Invalid date format");
|
|
3856
3862
|
const n = r.getFullYear(), o = String(r.getMonth() + 1).padStart(2, "0"), i = String(r.getDate()).padStart(2, "0");
|
|
3857
3863
|
return `${n}-${o}-${i}`;
|
|
3858
3864
|
}
|
|
3859
|
-
const
|
|
3865
|
+
const pi = "sa-admin", ge = (t) => `var(--${pi}-${t})`, Zn = {
|
|
3860
3866
|
base: {
|
|
3861
3867
|
borderColor: ge("base-border-color"),
|
|
3862
3868
|
textColor: ge("base-text-color"),
|
|
@@ -3874,22 +3880,22 @@ const yi = "sa-admin", ge = (t) => `var(--${yi}-${t})`, Nn = {
|
|
|
3874
3880
|
collapseWidth: ge("sidebar-collapse-width"),
|
|
3875
3881
|
collapseV2Width: ge("sidebar-v2-collapse-width")
|
|
3876
3882
|
}
|
|
3877
|
-
},
|
|
3883
|
+
}, jn = 24 * 60 * 60 * 1e3, $n = (t) => {
|
|
3878
3884
|
const r = "14px poppins", o = document.createElement("canvas").getContext("2d");
|
|
3879
3885
|
o.font = r;
|
|
3880
3886
|
const i = o.measureText(t).width;
|
|
3881
3887
|
return Number(Math.ceil(i));
|
|
3882
|
-
},
|
|
3883
|
-
function
|
|
3888
|
+
}, xi = /^[^\s@]+@[^\s@]+\.[^\s@]+$/, Ci = /--+/, Di = /-$/;
|
|
3889
|
+
function _n(t, r) {
|
|
3884
3890
|
return JSON.stringify(t) !== JSON.stringify(r);
|
|
3885
3891
|
}
|
|
3886
|
-
function
|
|
3892
|
+
function Un(t) {
|
|
3887
3893
|
return /^(?:\+62|62|0)8[1-9][0-9]{7,10}$/.test(t);
|
|
3888
3894
|
}
|
|
3889
|
-
function
|
|
3895
|
+
function qn(t) {
|
|
3890
3896
|
return /^[A-Za-z\s]+$/.test(t);
|
|
3891
3897
|
}
|
|
3892
|
-
const
|
|
3898
|
+
const Gn = (t) => {
|
|
3893
3899
|
const r = /^[0-9]$/, n = [
|
|
3894
3900
|
"ArrowLeft",
|
|
3895
3901
|
"ArrowRight",
|
|
@@ -3901,7 +3907,7 @@ const qn = (t) => {
|
|
|
3901
3907
|
"Tab"
|
|
3902
3908
|
];
|
|
3903
3909
|
(t.ctrlKey || t.metaKey) && (t.key === "a" || t.key === "c" || t.key === "v") || !r.test(t.key) && !n.includes(t.key) && t.preventDefault();
|
|
3904
|
-
},
|
|
3910
|
+
}, Jn = (t) => {
|
|
3905
3911
|
const r = /^[0-9]$/, n = [
|
|
3906
3912
|
"ArrowLeft",
|
|
3907
3913
|
"ArrowRight",
|
|
@@ -3913,7 +3919,7 @@ const qn = (t) => {
|
|
|
3913
3919
|
"Tab"
|
|
3914
3920
|
];
|
|
3915
3921
|
(t.ctrlKey || t.metaKey) && t.key === "v" || r.test(t.key) && !n.includes(t.key) && t.preventDefault();
|
|
3916
|
-
},
|
|
3922
|
+
}, Qn = (t) => {
|
|
3917
3923
|
const r = /^[0-9.]$/, n = [
|
|
3918
3924
|
"ArrowLeft",
|
|
3919
3925
|
"ArrowRight",
|
|
@@ -3925,11 +3931,11 @@ const qn = (t) => {
|
|
|
3925
3931
|
"Tab"
|
|
3926
3932
|
];
|
|
3927
3933
|
(t.ctrlKey || t.metaKey) && t.key === "v" || !r.test(t.key) && !n.includes(t.key) && t.preventDefault();
|
|
3928
|
-
},
|
|
3929
|
-
function
|
|
3930
|
-
return !(
|
|
3934
|
+
}, Pn = (t) => xi.test(t);
|
|
3935
|
+
function Yn(t) {
|
|
3936
|
+
return !(Ci.test(t) || Di.test(t));
|
|
3931
3937
|
}
|
|
3932
|
-
const
|
|
3938
|
+
const Xn = (t) => {
|
|
3933
3939
|
const r = [
|
|
3934
3940
|
"ArrowLeft",
|
|
3935
3941
|
"ArrowRight",
|
|
@@ -3946,7 +3952,7 @@ const Yn = (t) => {
|
|
|
3946
3952
|
return;
|
|
3947
3953
|
const n = t.currentTarget.value;
|
|
3948
3954
|
/^[0-9]$/.test(t.key) || t.key === "." && !n.includes(".") || t.key === "-" && n.length === 0 && !n.includes("-") || r.includes(t.key) || t.preventDefault();
|
|
3949
|
-
},
|
|
3955
|
+
}, Kn = (t) => {
|
|
3950
3956
|
const r = document.getElementById(t);
|
|
3951
3957
|
if (r) {
|
|
3952
3958
|
const n = r.getBoundingClientRect(), o = window.scrollY + n.top - 80;
|
|
@@ -3956,7 +3962,7 @@ const Yn = (t) => {
|
|
|
3956
3962
|
});
|
|
3957
3963
|
}
|
|
3958
3964
|
};
|
|
3959
|
-
function
|
|
3965
|
+
function vi(t) {
|
|
3960
3966
|
const r = t.toLowerCase();
|
|
3961
3967
|
if (["kb", "mb", "gb"].find((l) => r.endsWith(l)))
|
|
3962
3968
|
return t;
|
|
@@ -3965,11 +3971,11 @@ function Di(t) {
|
|
|
3965
3971
|
throw new Error("Invalid size format");
|
|
3966
3972
|
return i >= 1e6 ? `${(i / 1e6).toFixed(2)}MB` : i >= 1e3 ? `${(i / 1e3).toFixed(2)}KB` : `${i}B`;
|
|
3967
3973
|
}
|
|
3968
|
-
function
|
|
3974
|
+
function bi(t) {
|
|
3969
3975
|
const r = t.split("/");
|
|
3970
3976
|
return r[r.length - 1];
|
|
3971
3977
|
}
|
|
3972
|
-
const
|
|
3978
|
+
const wi = (t) => {
|
|
3973
3979
|
var r, n;
|
|
3974
3980
|
return /* @__PURE__ */ d(
|
|
3975
3981
|
f,
|
|
@@ -3990,7 +3996,7 @@ const bi = (t) => {
|
|
|
3990
3996
|
cursor: "pointer"
|
|
3991
3997
|
},
|
|
3992
3998
|
children: [
|
|
3993
|
-
/* @__PURE__ */ d(
|
|
3999
|
+
/* @__PURE__ */ d(_, { direction: "row", align: "center", gap: "sm", children: [
|
|
3994
4000
|
/* @__PURE__ */ e(
|
|
3995
4001
|
w,
|
|
3996
4002
|
{
|
|
@@ -4003,7 +4009,7 @@ const bi = (t) => {
|
|
|
4003
4009
|
}
|
|
4004
4010
|
}
|
|
4005
4011
|
),
|
|
4006
|
-
/* @__PURE__ */ d(
|
|
4012
|
+
/* @__PURE__ */ d(_, { children: [
|
|
4007
4013
|
/* @__PURE__ */ e(
|
|
4008
4014
|
D,
|
|
4009
4015
|
{
|
|
@@ -4014,11 +4020,11 @@ const bi = (t) => {
|
|
|
4014
4020
|
whiteSpace: "nowrap",
|
|
4015
4021
|
overflow: "hidden"
|
|
4016
4022
|
},
|
|
4017
|
-
children:
|
|
4023
|
+
children: bi(t.defaultUrl || "") || ((r = t.fileSelected) == null ? void 0 : r.name)
|
|
4018
4024
|
}
|
|
4019
4025
|
),
|
|
4020
|
-
!t.defaultUrl && /* @__PURE__ */ d(
|
|
4021
|
-
/* @__PURE__ */ e(D, { fontSize: "sm", fontWeight: "medium", children: `${
|
|
4026
|
+
!t.defaultUrl && /* @__PURE__ */ d(_, { direction: "row", gap: "xs", align: "center", children: [
|
|
4027
|
+
/* @__PURE__ */ e(D, { fontSize: "sm", fontWeight: "medium", children: `${vi(
|
|
4022
4028
|
((n = t.fileSelected) == null ? void 0 : n.size.toString()) || "100000"
|
|
4023
4029
|
)}` }),
|
|
4024
4030
|
/* @__PURE__ */ e(w, { name: "Dot", size: "xs" }),
|
|
@@ -4030,7 +4036,7 @@ const bi = (t) => {
|
|
|
4030
4036
|
style: {
|
|
4031
4037
|
textWrap: "nowrap"
|
|
4032
4038
|
},
|
|
4033
|
-
children: t.fileDate ? t.fileDate :
|
|
4039
|
+
children: t.fileDate ? t.fileDate : yi(/* @__PURE__ */ new Date())
|
|
4034
4040
|
}
|
|
4035
4041
|
)
|
|
4036
4042
|
] })
|
|
@@ -4059,15 +4065,15 @@ const bi = (t) => {
|
|
|
4059
4065
|
]
|
|
4060
4066
|
}
|
|
4061
4067
|
);
|
|
4062
|
-
},
|
|
4068
|
+
}, ki = ({ status: t = "default", ...r }) => {
|
|
4063
4069
|
var l;
|
|
4064
|
-
const n =
|
|
4070
|
+
const n = le(null), o = () => {
|
|
4065
4071
|
if (r.defaultUrl) {
|
|
4066
4072
|
window.open(r.defaultUrl);
|
|
4067
4073
|
return;
|
|
4068
4074
|
}
|
|
4069
4075
|
n.current && n.current.click();
|
|
4070
|
-
}, i =
|
|
4076
|
+
}, i = te("md");
|
|
4071
4077
|
return /* @__PURE__ */ d(G, { children: [
|
|
4072
4078
|
/* @__PURE__ */ e(
|
|
4073
4079
|
"input",
|
|
@@ -4096,7 +4102,7 @@ const bi = (t) => {
|
|
|
4096
4102
|
...r.containerProps,
|
|
4097
4103
|
children: [
|
|
4098
4104
|
(r.fileSelected || r.defaultUrl) && /* @__PURE__ */ e(
|
|
4099
|
-
|
|
4105
|
+
wi,
|
|
4100
4106
|
{
|
|
4101
4107
|
fileSelected: r.fileSelected,
|
|
4102
4108
|
fileDate: r.fileDate,
|
|
@@ -4106,7 +4112,7 @@ const bi = (t) => {
|
|
|
4106
4112
|
}
|
|
4107
4113
|
),
|
|
4108
4114
|
!r.fileSelected && !r.defaultUrl && /* @__PURE__ */ e(
|
|
4109
|
-
|
|
4115
|
+
mi,
|
|
4110
4116
|
{
|
|
4111
4117
|
fileSupports: r.fileSupportOption,
|
|
4112
4118
|
isDesktop: i,
|
|
@@ -4121,7 +4127,7 @@ const bi = (t) => {
|
|
|
4121
4127
|
),
|
|
4122
4128
|
typeof r.errorMessage == "string" && r.errorMessage && /* @__PURE__ */ e(D, { color: "error", fontSize: "xs", children: r.errorMessage })
|
|
4123
4129
|
] });
|
|
4124
|
-
},
|
|
4130
|
+
}, Si = ({
|
|
4125
4131
|
size: t = "md",
|
|
4126
4132
|
direction: r = "vertical",
|
|
4127
4133
|
requiredTitle: n = "(Required)",
|
|
@@ -4160,7 +4166,7 @@ const bi = (t) => {
|
|
|
4160
4166
|
customMaxWidth: s,
|
|
4161
4167
|
fullWidth: o,
|
|
4162
4168
|
children: [
|
|
4163
|
-
/* @__PURE__ */ d(
|
|
4169
|
+
/* @__PURE__ */ d(_, { direction: "row", gap: "xs", align: "center", children: [
|
|
4164
4170
|
/* @__PURE__ */ e(N, { fontSize: t, children: i.title }),
|
|
4165
4171
|
/* @__PURE__ */ e(N, { color: "error", fontSize: t, children: n }),
|
|
4166
4172
|
/* @__PURE__ */ e(O, { condition: !!((a = i.tooltip) != null && a.label), children: /* @__PURE__ */ e(
|
|
@@ -4189,9 +4195,9 @@ const bi = (t) => {
|
|
|
4189
4195
|
)
|
|
4190
4196
|
}
|
|
4191
4197
|
),
|
|
4192
|
-
/* @__PURE__ */ d(
|
|
4198
|
+
/* @__PURE__ */ d(_, { gap: "xs", children: [
|
|
4193
4199
|
/* @__PURE__ */ e(
|
|
4194
|
-
|
|
4200
|
+
ki,
|
|
4195
4201
|
{
|
|
4196
4202
|
...i.inputProps,
|
|
4197
4203
|
status: i.errorMessage ? "error" : "default"
|
|
@@ -4202,7 +4208,7 @@ const bi = (t) => {
|
|
|
4202
4208
|
]
|
|
4203
4209
|
}
|
|
4204
4210
|
);
|
|
4205
|
-
},
|
|
4211
|
+
}, Fi = ({
|
|
4206
4212
|
size: t = "md",
|
|
4207
4213
|
direction: r = "vertical",
|
|
4208
4214
|
requiredTitle: n = "(Required)",
|
|
@@ -4242,7 +4248,7 @@ const bi = (t) => {
|
|
|
4242
4248
|
customMaxWidth: a,
|
|
4243
4249
|
fullWidth: o,
|
|
4244
4250
|
children: [
|
|
4245
|
-
/* @__PURE__ */ d(
|
|
4251
|
+
/* @__PURE__ */ d(_, { direction: "row", gap: "xs", align: "center", children: [
|
|
4246
4252
|
/* @__PURE__ */ e(N, { fontSize: t, children: l.title }),
|
|
4247
4253
|
/* @__PURE__ */ e(N, { color: "error", fontSize: t, children: n }),
|
|
4248
4254
|
/* @__PURE__ */ e(O, { condition: !!((u = l.tooltip) != null && u.label), children: /* @__PURE__ */ e(
|
|
@@ -4325,7 +4331,7 @@ const bi = (t) => {
|
|
|
4325
4331
|
]
|
|
4326
4332
|
}
|
|
4327
4333
|
);
|
|
4328
|
-
},
|
|
4334
|
+
}, Ei = ({
|
|
4329
4335
|
position: t = "vertical",
|
|
4330
4336
|
size: r = "md",
|
|
4331
4337
|
fullWidth: n = !1,
|
|
@@ -4367,7 +4373,7 @@ const bi = (t) => {
|
|
|
4367
4373
|
})),
|
|
4368
4374
|
render: ({ value: s, id: a, isChecked: u, subInput: h, label: g, description: m }) => /* @__PURE__ */ d(f, { gap: "xs", customMaxWidth: i, children: [
|
|
4369
4375
|
/* @__PURE__ */ e(
|
|
4370
|
-
|
|
4376
|
+
or,
|
|
4371
4377
|
{
|
|
4372
4378
|
id: `${a.toString()}-${s}`,
|
|
4373
4379
|
name: o.groupName || g,
|
|
@@ -4403,7 +4409,7 @@ const bi = (t) => {
|
|
|
4403
4409
|
]
|
|
4404
4410
|
}
|
|
4405
4411
|
);
|
|
4406
|
-
},
|
|
4412
|
+
}, Mi = ({
|
|
4407
4413
|
size: t = "md",
|
|
4408
4414
|
direction: r = "vertical",
|
|
4409
4415
|
requiredTitle: n = "(Required)",
|
|
@@ -4442,7 +4448,7 @@ const bi = (t) => {
|
|
|
4442
4448
|
customMaxWidth: s,
|
|
4443
4449
|
fullWidth: o,
|
|
4444
4450
|
children: [
|
|
4445
|
-
/* @__PURE__ */ d(
|
|
4451
|
+
/* @__PURE__ */ d(_, { direction: "row", gap: "xs", align: "center", children: [
|
|
4446
4452
|
/* @__PURE__ */ e(N, { fontSize: t, children: i.title }),
|
|
4447
4453
|
/* @__PURE__ */ e(N, { color: "error", fontSize: t, children: n }),
|
|
4448
4454
|
/* @__PURE__ */ e(O, { condition: !!((a = i.tooltip) != null && a.label), children: /* @__PURE__ */ e(
|
|
@@ -4471,9 +4477,9 @@ const bi = (t) => {
|
|
|
4471
4477
|
)
|
|
4472
4478
|
}
|
|
4473
4479
|
),
|
|
4474
|
-
/* @__PURE__ */ d(
|
|
4480
|
+
/* @__PURE__ */ d(_, { gap: "xs", children: [
|
|
4475
4481
|
/* @__PURE__ */ e(
|
|
4476
|
-
|
|
4482
|
+
rr,
|
|
4477
4483
|
{
|
|
4478
4484
|
ref: i.inputRef,
|
|
4479
4485
|
size: t,
|
|
@@ -4486,7 +4492,7 @@ const bi = (t) => {
|
|
|
4486
4492
|
]
|
|
4487
4493
|
}
|
|
4488
4494
|
);
|
|
4489
|
-
},
|
|
4495
|
+
}, Li = ({
|
|
4490
4496
|
size: t = "md",
|
|
4491
4497
|
direction: r = "vertical",
|
|
4492
4498
|
requiredTitle: n = "(Required)",
|
|
@@ -4526,7 +4532,7 @@ const bi = (t) => {
|
|
|
4526
4532
|
customMaxWidth: s,
|
|
4527
4533
|
fullWidth: i,
|
|
4528
4534
|
children: [
|
|
4529
|
-
/* @__PURE__ */ d(
|
|
4535
|
+
/* @__PURE__ */ d(_, { direction: "row", gap: "xs", align: "center", children: [
|
|
4530
4536
|
/* @__PURE__ */ e(N, { fontSize: t, children: l.title }),
|
|
4531
4537
|
/* @__PURE__ */ e(N, { color: "error", fontSize: t, children: n }),
|
|
4532
4538
|
/* @__PURE__ */ e(O, { condition: !!((a = l.tooltip) != null && a.label), children: /* @__PURE__ */ e(
|
|
@@ -4556,7 +4562,7 @@ const bi = (t) => {
|
|
|
4556
4562
|
}
|
|
4557
4563
|
),
|
|
4558
4564
|
/* @__PURE__ */ e(
|
|
4559
|
-
|
|
4565
|
+
Vt,
|
|
4560
4566
|
{
|
|
4561
4567
|
checked: l.checked,
|
|
4562
4568
|
onChange: l.onChange,
|
|
@@ -4568,12 +4574,12 @@ const bi = (t) => {
|
|
|
4568
4574
|
]
|
|
4569
4575
|
}
|
|
4570
4576
|
);
|
|
4571
|
-
},
|
|
4577
|
+
}, Wi = ({
|
|
4572
4578
|
variant: t = "primary",
|
|
4573
4579
|
size: r = "md",
|
|
4574
4580
|
...n
|
|
4575
4581
|
}) => {
|
|
4576
|
-
const o =
|
|
4582
|
+
const o = nr(), i = (s) => {
|
|
4577
4583
|
var u, h, g, m, y, v;
|
|
4578
4584
|
if (!s) return;
|
|
4579
4585
|
const a = n.disabled ? "var(--sa-text-disable, #181a198f)" : t === "secondary" ? "var(--sa-text-subtle, #8c8f97)" : t === "secondary-danger" ? (h = (u = o == null ? void 0 : o.computed) == null ? void 0 : u.red) == null ? void 0 : h[600] : t === "secondary-primary" ? (m = (g = o == null ? void 0 : o.computed) == null ? void 0 : g.blue) == null ? void 0 : m[700] : (v = (y = o == null ? void 0 : o.computed) == null ? void 0 : y.gray) == null ? void 0 : v[50];
|
|
@@ -4613,7 +4619,7 @@ const bi = (t) => {
|
|
|
4613
4619
|
children: l()
|
|
4614
4620
|
}
|
|
4615
4621
|
);
|
|
4616
|
-
},
|
|
4622
|
+
}, Bi = (t) => /* @__PURE__ */ e(
|
|
4617
4623
|
me.H5,
|
|
4618
4624
|
{
|
|
4619
4625
|
props: {
|
|
@@ -4621,7 +4627,7 @@ const bi = (t) => {
|
|
|
4621
4627
|
},
|
|
4622
4628
|
children: t.title
|
|
4623
4629
|
}
|
|
4624
|
-
),
|
|
4630
|
+
), Ai = ({
|
|
4625
4631
|
size: t = "md",
|
|
4626
4632
|
direction: r = "vertical",
|
|
4627
4633
|
requiredTitle: n = "(Required)",
|
|
@@ -4660,7 +4666,7 @@ const bi = (t) => {
|
|
|
4660
4666
|
customMaxWidth: s,
|
|
4661
4667
|
fullWidth: o,
|
|
4662
4668
|
children: [
|
|
4663
|
-
/* @__PURE__ */ d(
|
|
4669
|
+
/* @__PURE__ */ d(_, { direction: "row", gap: "xs", align: "center", children: [
|
|
4664
4670
|
/* @__PURE__ */ e(N, { fontSize: t, children: i.title }),
|
|
4665
4671
|
/* @__PURE__ */ e(N, { color: "error", fontSize: t, children: n }),
|
|
4666
4672
|
/* @__PURE__ */ e(O, { condition: !!((a = i.tooltip) != null && a.label), children: /* @__PURE__ */ e(
|
|
@@ -4689,7 +4695,7 @@ const bi = (t) => {
|
|
|
4689
4695
|
)
|
|
4690
4696
|
}
|
|
4691
4697
|
),
|
|
4692
|
-
/* @__PURE__ */ d(
|
|
4698
|
+
/* @__PURE__ */ d(_, { gap: "xs", children: [
|
|
4693
4699
|
/* @__PURE__ */ e(
|
|
4694
4700
|
f,
|
|
4695
4701
|
{
|
|
@@ -4697,7 +4703,7 @@ const bi = (t) => {
|
|
|
4697
4703
|
width: r === "horizontal" && i.customWidth ? i.customWidth : r === "horizontal" ? "343px" : ""
|
|
4698
4704
|
},
|
|
4699
4705
|
children: /* @__PURE__ */ e(
|
|
4700
|
-
|
|
4706
|
+
Qt,
|
|
4701
4707
|
{
|
|
4702
4708
|
size: t,
|
|
4703
4709
|
...i.inputProps,
|
|
@@ -4712,7 +4718,7 @@ const bi = (t) => {
|
|
|
4712
4718
|
}
|
|
4713
4719
|
);
|
|
4714
4720
|
};
|
|
4715
|
-
async function
|
|
4721
|
+
async function Hi(t, r) {
|
|
4716
4722
|
const n = new Image();
|
|
4717
4723
|
n.src = t, await new Promise((l, s) => {
|
|
4718
4724
|
n.onload = l, n.onerror = s;
|
|
@@ -4739,7 +4745,7 @@ async function Ai(t, r) {
|
|
|
4739
4745
|
}, "image/png");
|
|
4740
4746
|
});
|
|
4741
4747
|
}
|
|
4742
|
-
const
|
|
4748
|
+
const Bt = {
|
|
4743
4749
|
"1:1": 1,
|
|
4744
4750
|
"4:3": 4 / 3,
|
|
4745
4751
|
"16:9": 16 / 9,
|
|
@@ -4748,7 +4754,7 @@ const Wt = {
|
|
|
4748
4754
|
"2:3": 2 / 3,
|
|
4749
4755
|
"3:2": 3 / 2,
|
|
4750
4756
|
"32:9": 32 / 9
|
|
4751
|
-
},
|
|
4757
|
+
}, Ii = Tt(
|
|
4752
4758
|
({
|
|
4753
4759
|
handleUpload: t,
|
|
4754
4760
|
urlImage: r,
|
|
@@ -4761,8 +4767,8 @@ const Wt = {
|
|
|
4761
4767
|
maxFileSize: u = 2,
|
|
4762
4768
|
onError: h
|
|
4763
4769
|
}, g) => {
|
|
4764
|
-
const m =
|
|
4765
|
-
|
|
4770
|
+
const m = te("md"), [y, v] = S(!1), [L, C] = S(null), [T, Z] = S(!1), [j, Q] = S({ x: 0, y: 0 }), [W, fe] = S(1), [P, R] = S(null);
|
|
4771
|
+
$(() => {
|
|
4766
4772
|
r === null && i(null);
|
|
4767
4773
|
}, [r]);
|
|
4768
4774
|
const K = Me(
|
|
@@ -4770,7 +4776,7 @@ const Wt = {
|
|
|
4770
4776
|
R(z);
|
|
4771
4777
|
},
|
|
4772
4778
|
[]
|
|
4773
|
-
),
|
|
4779
|
+
), ce = (V) => {
|
|
4774
4780
|
var de;
|
|
4775
4781
|
const z = (de = V.target.files) == null ? void 0 : de[0];
|
|
4776
4782
|
if (!z) return;
|
|
@@ -4778,10 +4784,10 @@ const Wt = {
|
|
|
4778
4784
|
X.onload = () => {
|
|
4779
4785
|
C(X.result), Z(!0);
|
|
4780
4786
|
}, X.readAsDataURL(z);
|
|
4781
|
-
},
|
|
4787
|
+
}, ae = async () => {
|
|
4782
4788
|
if (!(!L || !P))
|
|
4783
4789
|
try {
|
|
4784
|
-
const V = await
|
|
4790
|
+
const V = await Hi(L, P);
|
|
4785
4791
|
if (u && V.size > u * 1024 * 1024) {
|
|
4786
4792
|
h == null || h(`Ukuran file maksimal ${u}MB`);
|
|
4787
4793
|
return;
|
|
@@ -4792,18 +4798,18 @@ const Wt = {
|
|
|
4792
4798
|
} catch {
|
|
4793
4799
|
h == null || h("Gagal memproses gambar");
|
|
4794
4800
|
}
|
|
4795
|
-
}, U =
|
|
4801
|
+
}, U = le(null), se = () => {
|
|
4796
4802
|
U.current && U.current.click();
|
|
4797
4803
|
};
|
|
4798
|
-
|
|
4804
|
+
cr(g, () => ({
|
|
4799
4805
|
openFileDialog: () => {
|
|
4800
4806
|
var V;
|
|
4801
4807
|
(V = U.current) == null || V.click();
|
|
4802
4808
|
}
|
|
4803
4809
|
}));
|
|
4804
|
-
const
|
|
4810
|
+
const ee = parseInt(l, 10), ie = Bt[s];
|
|
4805
4811
|
let Y, J;
|
|
4806
|
-
return
|
|
4812
|
+
return ie >= 1 ? (J = ee, Y = ee * ie) : (Y = ee, J = ee / ie), /* @__PURE__ */ d(
|
|
4807
4813
|
f,
|
|
4808
4814
|
{
|
|
4809
4815
|
display: "flex",
|
|
@@ -4819,7 +4825,7 @@ const Wt = {
|
|
|
4819
4825
|
style: {
|
|
4820
4826
|
width: a != null && a.fullWidth ? "100%" : `${Y}px`,
|
|
4821
4827
|
height: a != null && a.fullWidth ? "auto" : `${J}px`,
|
|
4822
|
-
aspectRatio:
|
|
4828
|
+
aspectRatio: ie,
|
|
4823
4829
|
flexShrink: 0
|
|
4824
4830
|
},
|
|
4825
4831
|
onMouseEnter: () => v(!0),
|
|
@@ -4871,7 +4877,7 @@ const Wt = {
|
|
|
4871
4877
|
opacity: y ? 1 : 0,
|
|
4872
4878
|
transition: "opacity 0.3s ease-in-out"
|
|
4873
4879
|
},
|
|
4874
|
-
onClick:
|
|
4880
|
+
onClick: se,
|
|
4875
4881
|
children: [
|
|
4876
4882
|
/* @__PURE__ */ e(
|
|
4877
4883
|
"input",
|
|
@@ -4879,7 +4885,7 @@ const Wt = {
|
|
|
4879
4885
|
ref: U,
|
|
4880
4886
|
type: "file",
|
|
4881
4887
|
accept: "image/*",
|
|
4882
|
-
onChange:
|
|
4888
|
+
onChange: ce,
|
|
4883
4889
|
disabled: n,
|
|
4884
4890
|
style: { display: "none" }
|
|
4885
4891
|
}
|
|
@@ -4932,7 +4938,7 @@ const Wt = {
|
|
|
4932
4938
|
)
|
|
4933
4939
|
}
|
|
4934
4940
|
),
|
|
4935
|
-
T &&
|
|
4941
|
+
T && ar.createPortal(
|
|
4936
4942
|
/* @__PURE__ */ e(
|
|
4937
4943
|
"div",
|
|
4938
4944
|
{
|
|
@@ -4970,12 +4976,12 @@ const Wt = {
|
|
|
4970
4976
|
backgroundColor: "var(--sa-color-gray-100)"
|
|
4971
4977
|
},
|
|
4972
4978
|
children: L && /* @__PURE__ */ e(
|
|
4973
|
-
|
|
4979
|
+
dr,
|
|
4974
4980
|
{
|
|
4975
4981
|
image: L,
|
|
4976
4982
|
crop: j,
|
|
4977
4983
|
zoom: W,
|
|
4978
|
-
aspect: s ?
|
|
4984
|
+
aspect: s ? Bt[s] : void 0,
|
|
4979
4985
|
onCropChange: Q,
|
|
4980
4986
|
onZoomChange: fe,
|
|
4981
4987
|
onCropComplete: K,
|
|
@@ -4998,7 +5004,7 @@ const Wt = {
|
|
|
4998
5004
|
},
|
|
4999
5005
|
children: [
|
|
5000
5006
|
/* @__PURE__ */ e(H, { size: "sm", secondary: !0, onClick: () => Z(!1), children: "Cancel" }),
|
|
5001
|
-
/* @__PURE__ */ e(H, { size: "sm", primary: !0, onClick:
|
|
5007
|
+
/* @__PURE__ */ e(H, { size: "sm", primary: !0, onClick: ae, children: "Crop" })
|
|
5002
5008
|
]
|
|
5003
5009
|
}
|
|
5004
5010
|
)
|
|
@@ -5013,7 +5019,7 @@ const Wt = {
|
|
|
5013
5019
|
}
|
|
5014
5020
|
);
|
|
5015
5021
|
}
|
|
5016
|
-
),
|
|
5022
|
+
), Ri = ({
|
|
5017
5023
|
size: t = "md",
|
|
5018
5024
|
direction: r = "vertical",
|
|
5019
5025
|
requiredTitle: n = "(Required)",
|
|
@@ -5053,7 +5059,7 @@ const Wt = {
|
|
|
5053
5059
|
customMaxWidth: a,
|
|
5054
5060
|
fullWidth: o,
|
|
5055
5061
|
children: [
|
|
5056
|
-
/* @__PURE__ */ d(
|
|
5062
|
+
/* @__PURE__ */ d(_, { direction: "row", gap: "xs", align: "center", children: [
|
|
5057
5063
|
/* @__PURE__ */ e(N, { fontSize: t, children: l.title }),
|
|
5058
5064
|
/* @__PURE__ */ e(N, { color: "error", fontSize: t, children: n }),
|
|
5059
5065
|
/* @__PURE__ */ e(O, { condition: !!((u = l.tooltip) != null && u.label), children: /* @__PURE__ */ e(
|
|
@@ -5082,14 +5088,14 @@ const Wt = {
|
|
|
5082
5088
|
)
|
|
5083
5089
|
}
|
|
5084
5090
|
),
|
|
5085
|
-
/* @__PURE__ */ d(
|
|
5086
|
-
/* @__PURE__ */ e(
|
|
5091
|
+
/* @__PURE__ */ d(_, { gap: "xs", children: [
|
|
5092
|
+
/* @__PURE__ */ e(Ii, { ...l.inputProps }),
|
|
5087
5093
|
!s && l.errorMessage && /* @__PURE__ */ e(Ce, { message: l.errorMessage })
|
|
5088
5094
|
] })
|
|
5089
5095
|
]
|
|
5090
5096
|
}
|
|
5091
5097
|
);
|
|
5092
|
-
},
|
|
5098
|
+
}, Vi = ({
|
|
5093
5099
|
size: t = "md",
|
|
5094
5100
|
direction: r = "vertical",
|
|
5095
5101
|
requiredTitle: n = "(Required)",
|
|
@@ -5128,7 +5134,7 @@ const Wt = {
|
|
|
5128
5134
|
customMaxWidth: l,
|
|
5129
5135
|
fullWidth: o,
|
|
5130
5136
|
children: [
|
|
5131
|
-
/* @__PURE__ */ d(
|
|
5137
|
+
/* @__PURE__ */ d(_, { direction: "row", gap: "xs", align: "center", children: [
|
|
5132
5138
|
/* @__PURE__ */ e(N, { fontSize: t, children: i.title }),
|
|
5133
5139
|
/* @__PURE__ */ e(N, { color: "error", fontSize: t, children: n }),
|
|
5134
5140
|
/* @__PURE__ */ e(O, { condition: !!((s = i.tooltip) != null && s.label), children: /* @__PURE__ */ e(
|
|
@@ -5161,7 +5167,7 @@ const Wt = {
|
|
|
5161
5167
|
]
|
|
5162
5168
|
}
|
|
5163
5169
|
);
|
|
5164
|
-
},
|
|
5170
|
+
}, eo = ({
|
|
5165
5171
|
items: t,
|
|
5166
5172
|
id: r,
|
|
5167
5173
|
handleOnUpdate: n,
|
|
@@ -5171,7 +5177,7 @@ const Wt = {
|
|
|
5171
5177
|
}) => {
|
|
5172
5178
|
var g;
|
|
5173
5179
|
const [s, a] = S([]);
|
|
5174
|
-
|
|
5180
|
+
$(() => {
|
|
5175
5181
|
t && a([...t.map((m) => ({ id: m.id, isActive: m.isActive }))]);
|
|
5176
5182
|
}, [t]);
|
|
5177
5183
|
const u = (g = s.find((m) => m.id === r)) == null ? void 0 : g.isActive, h = Me(() => {
|
|
@@ -5188,7 +5194,7 @@ const Wt = {
|
|
|
5188
5194
|
width: o
|
|
5189
5195
|
},
|
|
5190
5196
|
children: i && /* @__PURE__ */ e(
|
|
5191
|
-
|
|
5197
|
+
Vt,
|
|
5192
5198
|
{
|
|
5193
5199
|
disabled: l,
|
|
5194
5200
|
checked: u,
|
|
@@ -5198,26 +5204,26 @@ const Wt = {
|
|
|
5198
5204
|
)
|
|
5199
5205
|
}
|
|
5200
5206
|
);
|
|
5201
|
-
},
|
|
5202
|
-
InputText:
|
|
5203
|
-
InputDropdown:
|
|
5204
|
-
InputSingleFile:
|
|
5205
|
-
CheckBoxOptions:
|
|
5206
|
-
RadioOptions:
|
|
5207
|
-
InputTextArea:
|
|
5208
|
-
ToggleForm:
|
|
5209
|
-
ActionButton:
|
|
5210
|
-
FormTitle:
|
|
5211
|
-
InputDate:
|
|
5212
|
-
InputImgFile:
|
|
5213
|
-
Custom:
|
|
5214
|
-
},
|
|
5207
|
+
}, to = {
|
|
5208
|
+
InputText: ui,
|
|
5209
|
+
InputDropdown: fi,
|
|
5210
|
+
InputSingleFile: Si,
|
|
5211
|
+
CheckBoxOptions: Fi,
|
|
5212
|
+
RadioOptions: Ei,
|
|
5213
|
+
InputTextArea: Mi,
|
|
5214
|
+
ToggleForm: Li,
|
|
5215
|
+
ActionButton: Wi,
|
|
5216
|
+
FormTitle: Bi,
|
|
5217
|
+
InputDate: Ai,
|
|
5218
|
+
InputImgFile: Ri,
|
|
5219
|
+
Custom: Vi
|
|
5220
|
+
}, zi = ({ customBottom: t }) => {
|
|
5215
5221
|
const [r, n] = S(!1), o = () => {
|
|
5216
5222
|
window.scrollY > window.screenY ? n(!0) : n(!1);
|
|
5217
5223
|
}, i = () => {
|
|
5218
5224
|
window.scrollTo({ top: 0, behavior: "smooth" });
|
|
5219
5225
|
};
|
|
5220
|
-
return
|
|
5226
|
+
return $(() => (window.addEventListener("scroll", o), () => {
|
|
5221
5227
|
window.removeEventListener("scroll", o);
|
|
5222
5228
|
}), []), /* @__PURE__ */ e(
|
|
5223
5229
|
f,
|
|
@@ -5261,8 +5267,8 @@ const Wt = {
|
|
|
5261
5267
|
)
|
|
5262
5268
|
}
|
|
5263
5269
|
);
|
|
5264
|
-
},
|
|
5265
|
-
const i =
|
|
5270
|
+
}, ro = ({ pageLayout: t, children: r, wrapperProps: n, containerProps: o }) => {
|
|
5271
|
+
const i = te("md"), l = (o == null ? void 0 : o.customWidth) ?? 264;
|
|
5266
5272
|
return /* @__PURE__ */ d(
|
|
5267
5273
|
f,
|
|
5268
5274
|
{
|
|
@@ -5300,7 +5306,7 @@ const Wt = {
|
|
|
5300
5306
|
]
|
|
5301
5307
|
}
|
|
5302
5308
|
);
|
|
5303
|
-
},
|
|
5309
|
+
}, io = ({
|
|
5304
5310
|
children: t,
|
|
5305
5311
|
withScrollToTopButton: r = !1,
|
|
5306
5312
|
scrollToTopButtonProps: n,
|
|
@@ -5327,7 +5333,7 @@ const Wt = {
|
|
|
5327
5333
|
borderWidth: "border-t",
|
|
5328
5334
|
children: [
|
|
5329
5335
|
r && /* @__PURE__ */ e(
|
|
5330
|
-
|
|
5336
|
+
zi,
|
|
5331
5337
|
{
|
|
5332
5338
|
...n,
|
|
5333
5339
|
customBottom: (n == null ? void 0 : n.customBottom) || "5.7rem"
|
|
@@ -5336,13 +5342,13 @@ const Wt = {
|
|
|
5336
5342
|
t
|
|
5337
5343
|
]
|
|
5338
5344
|
}
|
|
5339
|
-
) }),
|
|
5345
|
+
) }), no = ({ fields: t }) => /* @__PURE__ */ e(f, { display: "flex", direction: "column", gap: "lg", children: /* @__PURE__ */ e(
|
|
5340
5346
|
mt,
|
|
5341
5347
|
{
|
|
5342
5348
|
of: t,
|
|
5343
|
-
render: (r, n) => /* @__PURE__ */ e(
|
|
5349
|
+
render: (r, n) => /* @__PURE__ */ e(Ti, { ...r }, n)
|
|
5344
5350
|
}
|
|
5345
|
-
) }),
|
|
5351
|
+
) }), Ti = ({ title: t, value: r, icon: n }) => /* @__PURE__ */ d(f, { display: "flex", direction: "column", gap: "sm", children: [
|
|
5346
5352
|
n ? /* @__PURE__ */ d(f, { display: "flex", direction: "row", align: "center", gap: "xs", children: [
|
|
5347
5353
|
/* @__PURE__ */ e(w, { name: n, color: "subtle" }),
|
|
5348
5354
|
/* @__PURE__ */ e(D, { color: "gray-500", variant: "sub-h3", children: t })
|
|
@@ -5352,7 +5358,7 @@ const Wt = {
|
|
|
5352
5358
|
silhouette: "#A7B0AC",
|
|
5353
5359
|
accent: "#78867F"
|
|
5354
5360
|
};
|
|
5355
|
-
function
|
|
5361
|
+
function Oi({ width: t, height: r }) {
|
|
5356
5362
|
return /* @__PURE__ */ e(G, { children: /* @__PURE__ */ d(
|
|
5357
5363
|
"svg",
|
|
5358
5364
|
{
|
|
@@ -5495,7 +5501,7 @@ function Ti({ width: t, height: r }) {
|
|
|
5495
5501
|
}
|
|
5496
5502
|
) });
|
|
5497
5503
|
}
|
|
5498
|
-
const
|
|
5504
|
+
const oo = ({
|
|
5499
5505
|
title: t = "create",
|
|
5500
5506
|
children: r,
|
|
5501
5507
|
onClickAction: n,
|
|
@@ -5540,7 +5546,7 @@ const no = ({
|
|
|
5540
5546
|
marginBlock: "auto",
|
|
5541
5547
|
customHeight: a,
|
|
5542
5548
|
children: [
|
|
5543
|
-
h || /* @__PURE__ */ e(
|
|
5549
|
+
h || /* @__PURE__ */ e(Oi, {}),
|
|
5544
5550
|
/* @__PURE__ */ e(f, { children: r.map((m, y) => /* @__PURE__ */ e(
|
|
5545
5551
|
me.Body1,
|
|
5546
5552
|
{
|
|
@@ -5566,7 +5572,7 @@ const no = ({
|
|
|
5566
5572
|
c000000: "#000000",
|
|
5567
5573
|
cFFFFFF: "#FFFFFF"
|
|
5568
5574
|
};
|
|
5569
|
-
function
|
|
5575
|
+
function Ni({ width: t, height: r }) {
|
|
5570
5576
|
return /* @__PURE__ */ e(G, { children: /* @__PURE__ */ d(
|
|
5571
5577
|
"svg",
|
|
5572
5578
|
{
|
|
@@ -5769,8 +5775,8 @@ function Oi({ width: t, height: r }) {
|
|
|
5769
5775
|
}
|
|
5770
5776
|
) });
|
|
5771
5777
|
}
|
|
5772
|
-
function
|
|
5773
|
-
const r =
|
|
5778
|
+
function lo({ onClick: t }) {
|
|
5779
|
+
const r = te("md");
|
|
5774
5780
|
return /* @__PURE__ */ d(
|
|
5775
5781
|
f,
|
|
5776
5782
|
{
|
|
@@ -5781,7 +5787,7 @@ function oo({ onClick: t }) {
|
|
|
5781
5787
|
justify: "center",
|
|
5782
5788
|
gap: "md",
|
|
5783
5789
|
children: [
|
|
5784
|
-
/* @__PURE__ */ e(
|
|
5790
|
+
/* @__PURE__ */ e(Ni, { width: r ? 600 : 300 }),
|
|
5785
5791
|
/* @__PURE__ */ e(
|
|
5786
5792
|
D,
|
|
5787
5793
|
{
|
|
@@ -5826,7 +5832,7 @@ const A = {
|
|
|
5826
5832
|
cF4F4F4: "#F4F4F4",
|
|
5827
5833
|
cFFFFFF: "#FFFFFF"
|
|
5828
5834
|
};
|
|
5829
|
-
function
|
|
5835
|
+
function Zi({ width: t, height: r }) {
|
|
5830
5836
|
return /* @__PURE__ */ e(G, { children: /* @__PURE__ */ d(
|
|
5831
5837
|
"svg",
|
|
5832
5838
|
{
|
|
@@ -6041,8 +6047,8 @@ function Ni({ width: t, height: r }) {
|
|
|
6041
6047
|
}
|
|
6042
6048
|
) });
|
|
6043
6049
|
}
|
|
6044
|
-
function
|
|
6045
|
-
const r =
|
|
6050
|
+
function co({ onClick: t }) {
|
|
6051
|
+
const r = te("md");
|
|
6046
6052
|
return /* @__PURE__ */ d(
|
|
6047
6053
|
f,
|
|
6048
6054
|
{
|
|
@@ -6053,7 +6059,7 @@ function lo({ onClick: t }) {
|
|
|
6053
6059
|
justify: "center",
|
|
6054
6060
|
gap: "md",
|
|
6055
6061
|
children: [
|
|
6056
|
-
/* @__PURE__ */ e(
|
|
6062
|
+
/* @__PURE__ */ e(Zi, { width: r ? 600 : 300 }),
|
|
6057
6063
|
/* @__PURE__ */ e(D, { fontWeight: "bold", fontSize: r ? "3xl" : "2xl", children: "We Are Sorry ..." }),
|
|
6058
6064
|
t && /* @__PURE__ */ e(H, { size: r ? "md" : "xs", onClick: t, children: "Go Back" })
|
|
6059
6065
|
]
|
|
@@ -6077,7 +6083,7 @@ const c = {
|
|
|
6077
6083
|
cFFE18B: "#FFE18B",
|
|
6078
6084
|
cFFFFFF: "#FFFFFF"
|
|
6079
6085
|
};
|
|
6080
|
-
function
|
|
6086
|
+
function ji({ width: t, height: r }) {
|
|
6081
6087
|
return /* @__PURE__ */ e(G, { children: /* @__PURE__ */ d(
|
|
6082
6088
|
"svg",
|
|
6083
6089
|
{
|
|
@@ -6749,8 +6755,8 @@ function Zi({ width: t, height: r }) {
|
|
|
6749
6755
|
}
|
|
6750
6756
|
) });
|
|
6751
6757
|
}
|
|
6752
|
-
function
|
|
6753
|
-
const r =
|
|
6758
|
+
function ao({ onClick: t }) {
|
|
6759
|
+
const r = te("md");
|
|
6754
6760
|
return /* @__PURE__ */ d(
|
|
6755
6761
|
f,
|
|
6756
6762
|
{
|
|
@@ -6762,7 +6768,7 @@ function co({ onClick: t }) {
|
|
|
6762
6768
|
gap: "md",
|
|
6763
6769
|
overflow: "overflow-hidden",
|
|
6764
6770
|
children: [
|
|
6765
|
-
/* @__PURE__ */ e(
|
|
6771
|
+
/* @__PURE__ */ e(ji, { width: r ? 600 : 300 }),
|
|
6766
6772
|
/* @__PURE__ */ e(
|
|
6767
6773
|
D,
|
|
6768
6774
|
{
|
|
@@ -6786,9 +6792,9 @@ function co({ onClick: t }) {
|
|
|
6786
6792
|
}
|
|
6787
6793
|
);
|
|
6788
6794
|
}
|
|
6789
|
-
const
|
|
6795
|
+
const so = (t) => {
|
|
6790
6796
|
var n, o, i, l, s;
|
|
6791
|
-
const r =
|
|
6797
|
+
const r = te("md");
|
|
6792
6798
|
return /* @__PURE__ */ d(
|
|
6793
6799
|
qe,
|
|
6794
6800
|
{
|
|
@@ -6849,7 +6855,7 @@ const ao = (t) => {
|
|
|
6849
6855
|
},
|
|
6850
6856
|
t.key
|
|
6851
6857
|
);
|
|
6852
|
-
},
|
|
6858
|
+
}, ho = re(
|
|
6853
6859
|
({
|
|
6854
6860
|
children: t,
|
|
6855
6861
|
height: r,
|
|
@@ -6869,8 +6875,8 @@ const ao = (t) => {
|
|
|
6869
6875
|
footerProps: C = { borderTop: !0 },
|
|
6870
6876
|
variantTag: T = "info"
|
|
6871
6877
|
}) => {
|
|
6872
|
-
const Z =
|
|
6873
|
-
|
|
6878
|
+
const Z = le(null), [j, Q] = S("100vh");
|
|
6879
|
+
$(() => {
|
|
6874
6880
|
const R = () => {
|
|
6875
6881
|
if (Z.current) {
|
|
6876
6882
|
const K = Z.current.getBoundingClientRect().top;
|
|
@@ -6914,7 +6920,7 @@ const ao = (t) => {
|
|
|
6914
6920
|
...(y == null ? void 0 : y.style) ?? {}
|
|
6915
6921
|
},
|
|
6916
6922
|
children: [
|
|
6917
|
-
s !== null && P ? /* @__PURE__ */ e(
|
|
6923
|
+
s !== null && P ? /* @__PURE__ */ e(Ut, { ...L, children: fe() }) : null,
|
|
6918
6924
|
/* @__PURE__ */ e(
|
|
6919
6925
|
f,
|
|
6920
6926
|
{
|
|
@@ -6928,12 +6934,12 @@ const ao = (t) => {
|
|
|
6928
6934
|
children: t
|
|
6929
6935
|
}
|
|
6930
6936
|
),
|
|
6931
|
-
a ? /* @__PURE__ */ e(
|
|
6937
|
+
a ? /* @__PURE__ */ e(qt, { ...C, children: a }) : null
|
|
6932
6938
|
]
|
|
6933
6939
|
}
|
|
6934
6940
|
);
|
|
6935
6941
|
}
|
|
6936
|
-
),
|
|
6942
|
+
), uo = zt.memo(
|
|
6937
6943
|
({ value: t, options: r = [], onChange: n, multiple: o }) => {
|
|
6938
6944
|
const i = (t == null ? void 0 : t.map((a) => a.value)) || [], l = (r == null ? void 0 : r.filter((a) => i.includes(a.value))) || [], s = (a) => {
|
|
6939
6945
|
const u = [...l];
|
|
@@ -6950,7 +6956,7 @@ const ao = (t) => {
|
|
|
6950
6956
|
u
|
|
6951
6957
|
)) });
|
|
6952
6958
|
}
|
|
6953
|
-
),
|
|
6959
|
+
), fo = (t) => {
|
|
6954
6960
|
const { defaultTab: r = 0, paramKey: n = "tab" } = t || {}, [o, i] = Pe(), l = Je(o.toString());
|
|
6955
6961
|
return {
|
|
6956
6962
|
activeTab: l[n] ? parseInt(l[n]) : r,
|
|
@@ -6963,13 +6969,13 @@ const ao = (t) => {
|
|
|
6963
6969
|
searchQueries: l
|
|
6964
6970
|
};
|
|
6965
6971
|
};
|
|
6966
|
-
function
|
|
6972
|
+
function go({
|
|
6967
6973
|
appName: t,
|
|
6968
6974
|
menuConfig: r,
|
|
6969
6975
|
formatTitle: n
|
|
6970
6976
|
}) {
|
|
6971
6977
|
const o = Ve();
|
|
6972
|
-
|
|
6978
|
+
$(() => {
|
|
6973
6979
|
let i = null, l = null;
|
|
6974
6980
|
for (const u of r) {
|
|
6975
6981
|
const h = u.items.find((g) => g.to ? g.to === "/" ? o.pathname === "/" : !!(g.to === o.pathname || o.pathname.startsWith(g.to + "/")) : !1);
|
|
@@ -6984,8 +6990,8 @@ function fo({
|
|
|
6984
6990
|
document.title = (n || a)(s, t);
|
|
6985
6991
|
}, [o.pathname]);
|
|
6986
6992
|
}
|
|
6987
|
-
const
|
|
6988
|
-
const [t, r] = Pe(), n = Je(t.toString()), o =
|
|
6993
|
+
const mo = () => {
|
|
6994
|
+
const [t, r] = Pe(), n = Je(t.toString()), o = Ot(), i = Ve(), l = o.id;
|
|
6989
6995
|
return {
|
|
6990
6996
|
// query params
|
|
6991
6997
|
setSearchParams: r,
|
|
@@ -7003,7 +7009,7 @@ const go = () => {
|
|
|
7003
7009
|
hasId: !!l
|
|
7004
7010
|
};
|
|
7005
7011
|
};
|
|
7006
|
-
function
|
|
7012
|
+
function yo(t) {
|
|
7007
7013
|
var o, i;
|
|
7008
7014
|
const r = t.decodedAccessToken;
|
|
7009
7015
|
return De(() => {
|
|
@@ -7029,93 +7035,93 @@ function mo(t) {
|
|
|
7029
7035
|
}, [(i = (o = r == null ? void 0 : r.access) == null ? void 0 : o.role) == null ? void 0 : i.code, t]);
|
|
7030
7036
|
}
|
|
7031
7037
|
export {
|
|
7032
|
-
|
|
7033
|
-
|
|
7034
|
-
|
|
7035
|
-
|
|
7036
|
-
|
|
7037
|
-
|
|
7038
|
-
|
|
7039
|
-
|
|
7040
|
-
|
|
7041
|
-
|
|
7042
|
-
|
|
7038
|
+
Ln as ActionMenu,
|
|
7039
|
+
ti as AdvanceFilterBar,
|
|
7040
|
+
Cn as App,
|
|
7041
|
+
mr as AppComponent,
|
|
7042
|
+
Nt as AppContext,
|
|
7043
|
+
bn as AppLayout,
|
|
7044
|
+
ro as AsideBar,
|
|
7045
|
+
wn as BackButton,
|
|
7046
|
+
li as ColumnFilterDropdown,
|
|
7047
|
+
so as ConfirmationDialog,
|
|
7048
|
+
si as DataTable,
|
|
7043
7049
|
O as DecisionWrapper,
|
|
7044
7050
|
mt as EachUtils,
|
|
7045
|
-
|
|
7046
|
-
|
|
7047
|
-
|
|
7048
|
-
|
|
7049
|
-
|
|
7050
|
-
|
|
7051
|
-
|
|
7052
|
-
|
|
7053
|
-
|
|
7054
|
-
|
|
7055
|
-
|
|
7056
|
-
|
|
7057
|
-
|
|
7058
|
-
|
|
7059
|
-
|
|
7060
|
-
|
|
7061
|
-
|
|
7051
|
+
oo as EmptyStatePage,
|
|
7052
|
+
ei as FilterDrawer,
|
|
7053
|
+
io as FloatingFooter,
|
|
7054
|
+
co as ForbiddenPage,
|
|
7055
|
+
to as Form,
|
|
7056
|
+
ho as FullSection,
|
|
7057
|
+
Dn as HeaderLeftSlot,
|
|
7058
|
+
xr as HeaderLeftSlotOutlet,
|
|
7059
|
+
pr as HeaderLeftSlotProvider,
|
|
7060
|
+
Sn as HorizontalField,
|
|
7061
|
+
ki as InputFile,
|
|
7062
|
+
Ii as InputImage,
|
|
7063
|
+
Fn as ModalDialog,
|
|
7064
|
+
kn as ModuleSwitcher,
|
|
7065
|
+
vr as ModuleSwitcherModal,
|
|
7066
|
+
lo as NotFoundPage,
|
|
7067
|
+
En as PageLayout,
|
|
7062
7068
|
Ye as Pressable,
|
|
7063
|
-
|
|
7064
|
-
|
|
7065
|
-
|
|
7066
|
-
|
|
7067
|
-
|
|
7068
|
-
|
|
7069
|
-
|
|
7070
|
-
|
|
7071
|
-
|
|
7072
|
-
|
|
7073
|
-
|
|
7074
|
-
|
|
7075
|
-
|
|
7076
|
-
|
|
7069
|
+
Lr as RightDrawer,
|
|
7070
|
+
zi as ScrollToTopButton,
|
|
7071
|
+
Mn as Section,
|
|
7072
|
+
qt as SectionFooter,
|
|
7073
|
+
Ut as SectionHeader,
|
|
7074
|
+
uo as SelectButton,
|
|
7075
|
+
ao as ServerErrorPage,
|
|
7076
|
+
fr as SidebarBadgesProvider,
|
|
7077
|
+
yr as SidebarHeaderSlot,
|
|
7078
|
+
oi as TableFooter,
|
|
7079
|
+
ii as TableHeader,
|
|
7080
|
+
Rn as TableSection,
|
|
7081
|
+
ri as TableWrapper,
|
|
7082
|
+
eo as ToggleStatus,
|
|
7077
7083
|
me as Typography,
|
|
7078
|
-
|
|
7079
|
-
|
|
7080
|
-
|
|
7081
|
-
|
|
7082
|
-
|
|
7083
|
-
|
|
7084
|
-
|
|
7085
|
-
|
|
7086
|
-
|
|
7087
|
-
|
|
7088
|
-
|
|
7089
|
-
|
|
7090
|
-
|
|
7091
|
-
|
|
7084
|
+
no as VerticalField,
|
|
7085
|
+
vn as clearModuleSelection,
|
|
7086
|
+
Vn as createInitialFromUserName,
|
|
7087
|
+
Zn as cssVars,
|
|
7088
|
+
_n as formHasChanged,
|
|
7089
|
+
Nn as formatDate,
|
|
7090
|
+
yi as formatDateToIndonesian,
|
|
7091
|
+
Tn as formatRupiah,
|
|
7092
|
+
Hn as getDateFilterValue,
|
|
7093
|
+
An as getDateRangeFilterValue,
|
|
7094
|
+
On as getInitials,
|
|
7095
|
+
Wn as getValueDropdownMultipleFilter,
|
|
7096
|
+
Bn as getValueRadioFilter,
|
|
7097
|
+
Kr as getValueSearch,
|
|
7092
7098
|
rt as getValuesFilter,
|
|
7093
|
-
|
|
7094
|
-
|
|
7095
|
-
|
|
7096
|
-
|
|
7097
|
-
|
|
7098
|
-
|
|
7099
|
-
|
|
7100
|
-
|
|
7101
|
-
|
|
7102
|
-
|
|
7103
|
-
|
|
7104
|
-
|
|
7105
|
-
|
|
7106
|
-
|
|
7107
|
-
|
|
7108
|
-
|
|
7109
|
-
|
|
7099
|
+
Lt as handleChangeFilter,
|
|
7100
|
+
Kn as handleOnScroll,
|
|
7101
|
+
Pn as isEmail,
|
|
7102
|
+
In as isFilterActive,
|
|
7103
|
+
qn as isOnlyLettersAndSpaces,
|
|
7104
|
+
Un as isPhoneNumber,
|
|
7105
|
+
Yn as isSlug,
|
|
7106
|
+
jn as oneDayInMs,
|
|
7107
|
+
zn as parseIndonesianDateToDate,
|
|
7108
|
+
Xn as preventNonCoordinateInput,
|
|
7109
|
+
Qn as preventNonNumberAndDecimalInput,
|
|
7110
|
+
Gn as preventNonNumberInput,
|
|
7111
|
+
Jn as preventNumberInput,
|
|
7112
|
+
Qr as resolveDateRangeValueToString,
|
|
7113
|
+
Pr as resolveDateValueToString,
|
|
7114
|
+
Gr as resolveDropdownValueToString,
|
|
7115
|
+
Jr as resolveRadioValueToString,
|
|
7110
7116
|
et as resolveSidebarBadge,
|
|
7111
|
-
|
|
7112
|
-
|
|
7113
|
-
|
|
7114
|
-
|
|
7115
|
-
|
|
7116
|
-
|
|
7117
|
+
$n as textWidth,
|
|
7118
|
+
Zt as useApp,
|
|
7119
|
+
ur as useAppState,
|
|
7120
|
+
yo as useAuthRole,
|
|
7121
|
+
go as useDynamicTitle,
|
|
7122
|
+
_t as useModuleSelection,
|
|
7117
7123
|
gt as useRouteInfo,
|
|
7118
|
-
|
|
7119
|
-
|
|
7120
|
-
|
|
7124
|
+
mo as useRouteParams,
|
|
7125
|
+
gr as useSidebarBadges,
|
|
7126
|
+
fo as useTabState
|
|
7121
7127
|
};
|