@starasia/admin 4.1.0 → 4.3.0
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/components/index.d.ts +0 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +397 -485
- package/dist/index.umd.js +1 -1
- package/package.json +2 -1
- package/dist/components/AuthLayout/index.d.ts +0 -8
package/dist/index.es.js
CHANGED
|
@@ -3,7 +3,8 @@ 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
|
-
|
|
6
|
+
export * from "@starasia/breadcrumb";
|
|
7
|
+
import { Button as H } from "@starasia/button";
|
|
7
8
|
export * from "@starasia/button";
|
|
8
9
|
export * from "@starasia/card";
|
|
9
10
|
import { StarasiaDate as Ut } from "@starasia/date";
|
|
@@ -30,16 +31,16 @@ export * from "@starasia/table";
|
|
|
30
31
|
export * from "@starasia/tabs";
|
|
31
32
|
import { Textarea as Xt } from "@starasia/textarea";
|
|
32
33
|
export * from "@starasia/textarea";
|
|
33
|
-
import { useTheme as Kt, ThemeProvider as yt,
|
|
34
|
+
import { useTheme as Kt, ThemeProvider as yt, useColor as er } from "@starasia/theme";
|
|
34
35
|
export * from "@starasia/theme";
|
|
35
36
|
export * from "@starasia/toast";
|
|
36
|
-
import { Toggle as
|
|
37
|
+
import { Toggle as Ht } from "@starasia/toggle";
|
|
37
38
|
export * from "@starasia/toggle";
|
|
38
39
|
import { Tooltip as ue } from "@starasia/tooltip";
|
|
39
40
|
export * from "@starasia/tooltip";
|
|
40
41
|
import { Checkbox as rt } from "@starasia/checkbox";
|
|
41
42
|
export * from "@starasia/checkbox";
|
|
42
|
-
import { Radio as
|
|
43
|
+
import { Radio as tr } from "@starasia/radio";
|
|
43
44
|
export * from "@starasia/radio";
|
|
44
45
|
import { Text as C } from "@starasia/text";
|
|
45
46
|
export * from "@starasia/text";
|
|
@@ -51,15 +52,15 @@ export * from "@starasia/progress";
|
|
|
51
52
|
export * from "@starasia/stepper";
|
|
52
53
|
export * from "@starasia/accordion";
|
|
53
54
|
export * from "@starasia/story-record";
|
|
54
|
-
import { Skeleton as
|
|
55
|
+
import { Skeleton as Re } from "@starasia/skeleton";
|
|
55
56
|
export * from "@starasia/skeleton";
|
|
56
57
|
export * from "@starasia/progress-stepper";
|
|
57
58
|
import { jsx as e, Fragment as G, jsxs as d } from "react/jsx-runtime";
|
|
58
|
-
import
|
|
59
|
+
import Rt, { createContext as st, useState as M, useContext as Je, useCallback as Me, useMemo as De, memo as te, useEffect as _, useRef as le, useLayoutEffect as it, isValidElement as nt, forwardRef as It, Children as rr, useImperativeHandle as ir } from "react";
|
|
59
60
|
import { useSearchParams as Qe, useNavigate as dt, useLocation as Ve, Outlet as pt, Link as Vt, useParams as zt } from "react-router";
|
|
60
|
-
import
|
|
61
|
-
import
|
|
62
|
-
const
|
|
61
|
+
import nr, { createPortal as lr } from "react-dom";
|
|
62
|
+
import or from "react-easy-crop";
|
|
63
|
+
const cr = {
|
|
63
64
|
menus: [],
|
|
64
65
|
menuBottom: void 0,
|
|
65
66
|
logo: "",
|
|
@@ -67,7 +68,7 @@ const ar = {
|
|
|
67
68
|
userData: null,
|
|
68
69
|
setUserData: () => {
|
|
69
70
|
}
|
|
70
|
-
}, Tt = st(
|
|
71
|
+
}, Tt = st(cr), Ot = () => Je(Tt), ar = (t) => {
|
|
71
72
|
const [r, n] = M(
|
|
72
73
|
(t == null ? void 0 : t.initialUserData) || null
|
|
73
74
|
);
|
|
@@ -83,7 +84,7 @@ const ar = {
|
|
|
83
84
|
},
|
|
84
85
|
clearBadge: () => {
|
|
85
86
|
}
|
|
86
|
-
}),
|
|
87
|
+
}), sr = ({ children: t }) => {
|
|
87
88
|
const [r, n] = M({}), l = Me(
|
|
88
89
|
(a) => {
|
|
89
90
|
n(
|
|
@@ -110,10 +111,10 @@ const ar = {
|
|
|
110
111
|
[r, i, l, o]
|
|
111
112
|
);
|
|
112
113
|
return /* @__PURE__ */ e(Nt.Provider, { value: s, children: t });
|
|
113
|
-
},
|
|
114
|
+
}, dr = () => Je(Nt), Xe = (t, r) => {
|
|
114
115
|
const n = r !== void 0 ? r : t;
|
|
115
116
|
return n == null ? null : typeof n == "string" || typeof n == "number" ? { value: n } : n;
|
|
116
|
-
},
|
|
117
|
+
}, hr = ({
|
|
117
118
|
router: t,
|
|
118
119
|
menus: r = [],
|
|
119
120
|
menuBottom: n,
|
|
@@ -122,7 +123,7 @@ const ar = {
|
|
|
122
123
|
initialUserData: o,
|
|
123
124
|
theme: s
|
|
124
125
|
}) => {
|
|
125
|
-
const a =
|
|
126
|
+
const a = ar({ initialUserData: o }), { theme: h } = Kt();
|
|
126
127
|
return /* @__PURE__ */ e(
|
|
127
128
|
Tt.Provider,
|
|
128
129
|
{
|
|
@@ -134,11 +135,11 @@ const ar = {
|
|
|
134
135
|
setUserData: a.setUserData,
|
|
135
136
|
menuBottom: n
|
|
136
137
|
},
|
|
137
|
-
children: /* @__PURE__ */ e(
|
|
138
|
+
children: /* @__PURE__ */ e(sr, { children: s ? /* @__PURE__ */ e(yt, { value: s, children: t }) : h ? /* @__PURE__ */ e(yt, { value: h, children: t }) : t })
|
|
138
139
|
}
|
|
139
140
|
);
|
|
140
|
-
},
|
|
141
|
-
function
|
|
141
|
+
}, fn = te(hr);
|
|
142
|
+
function ur({
|
|
142
143
|
collapsed: t = !1,
|
|
143
144
|
children: r
|
|
144
145
|
}) {
|
|
@@ -176,7 +177,7 @@ function fr({
|
|
|
176
177
|
);
|
|
177
178
|
}
|
|
178
179
|
const ht = st(null);
|
|
179
|
-
function
|
|
180
|
+
function fr({ children: t }) {
|
|
180
181
|
const [r, n] = M(null), [l, i] = M(null), [o, s] = M(null), [a, h] = M(0), u = Me(() => (h((g) => g + 1), () => h((g) => g - 1)), []);
|
|
181
182
|
return /* @__PURE__ */ e(
|
|
182
183
|
ht.Provider,
|
|
@@ -195,7 +196,7 @@ function gr({ children: t }) {
|
|
|
195
196
|
}
|
|
196
197
|
);
|
|
197
198
|
}
|
|
198
|
-
function
|
|
199
|
+
function gr({ children: t }) {
|
|
199
200
|
const r = Je(ht);
|
|
200
201
|
return r ? /* @__PURE__ */ d(G, { children: [
|
|
201
202
|
/* @__PURE__ */ e("div", { ref: r.setPrependNode, style: { display: "contents" } }),
|
|
@@ -203,7 +204,7 @@ function mr({ children: t }) {
|
|
|
203
204
|
/* @__PURE__ */ e("div", { ref: r.setAppendNode, style: { display: "contents" } })
|
|
204
205
|
] }) : /* @__PURE__ */ e(G, { children: t });
|
|
205
206
|
}
|
|
206
|
-
function
|
|
207
|
+
function gn({
|
|
207
208
|
children: t,
|
|
208
209
|
mode: r = "append"
|
|
209
210
|
}) {
|
|
@@ -216,7 +217,7 @@ function mn({
|
|
|
216
217
|
"[HeaderLeftSlot] used outside AppLayout — content not rendered"
|
|
217
218
|
), null;
|
|
218
219
|
const l = r === "prepend" ? n.prependNode : r === "replace" ? n.replaceNode : n.appendNode;
|
|
219
|
-
return l ?
|
|
220
|
+
return l ? lr(t, l) : null;
|
|
220
221
|
}
|
|
221
222
|
const _e = "moduleSwitcherGroupId", lt = "sa-module-switcher-change";
|
|
222
223
|
function xt() {
|
|
@@ -226,13 +227,13 @@ function xt() {
|
|
|
226
227
|
const r = Number(t);
|
|
227
228
|
return Number.isFinite(r) ? r : null;
|
|
228
229
|
}
|
|
229
|
-
function
|
|
230
|
+
function Zt(t) {
|
|
230
231
|
typeof window > "u" || (t === null ? window.localStorage.removeItem(_e) : window.localStorage.setItem(_e, String(t)), window.dispatchEvent(new CustomEvent(lt, { detail: t })));
|
|
231
232
|
}
|
|
232
|
-
function
|
|
233
|
-
|
|
233
|
+
function mn() {
|
|
234
|
+
Zt(null);
|
|
234
235
|
}
|
|
235
|
-
function
|
|
236
|
+
function jt() {
|
|
236
237
|
const [t, r] = M(
|
|
237
238
|
() => xt()
|
|
238
239
|
);
|
|
@@ -246,10 +247,10 @@ function Zt() {
|
|
|
246
247
|
window.removeEventListener(lt, l), window.removeEventListener("storage", i);
|
|
247
248
|
};
|
|
248
249
|
}, []), { selectedGroupId: t, setSelectedGroupId: (l) => {
|
|
249
|
-
|
|
250
|
+
Zt(l), r(l);
|
|
250
251
|
} };
|
|
251
252
|
}
|
|
252
|
-
let
|
|
253
|
+
let je = 0, be = !1;
|
|
253
254
|
const Ct = () => /* @__PURE__ */ d(
|
|
254
255
|
"svg",
|
|
255
256
|
{
|
|
@@ -284,7 +285,7 @@ const Ct = () => /* @__PURE__ */ d(
|
|
|
284
285
|
cursor: "pointer",
|
|
285
286
|
textAlign: "left"
|
|
286
287
|
};
|
|
287
|
-
function
|
|
288
|
+
function yn({
|
|
288
289
|
children: t,
|
|
289
290
|
headerLeftSlot: r,
|
|
290
291
|
profile: n,
|
|
@@ -300,18 +301,18 @@ function pn({
|
|
|
300
301
|
logoutButton: p
|
|
301
302
|
}) {
|
|
302
303
|
var ke, Ne;
|
|
303
|
-
const [v] = Qe(), A = v.get("embed") === "true", D = Ot(), { badges: T } =
|
|
304
|
+
const [v] = Qe(), A = v.get("embed") === "true", D = Ot(), { badges: T } = dr(), Z = dt(), j = Ve(), L = !ee("md"), [fe, P] = M(!1), [I, K] = M(!1), [oe, ce] = M(!1), [U, ae] = M(!1), [se, re] = M(/* @__PURE__ */ new Set()), [Y, J] = M(null), { selectedGroupId: V, setSelectedGroupId: z } = jt(), X = le(null), de = le(null);
|
|
304
305
|
_(() => {
|
|
305
306
|
const y = X.current;
|
|
306
307
|
if (!y) return;
|
|
307
308
|
const S = () => {
|
|
308
|
-
be || (
|
|
309
|
+
be || (je = y.scrollTop);
|
|
309
310
|
};
|
|
310
311
|
return y.addEventListener("scroll", S), () => y.removeEventListener("scroll", S);
|
|
311
312
|
}, []);
|
|
312
313
|
const he = () => {
|
|
313
314
|
const y = X.current;
|
|
314
|
-
y &&
|
|
315
|
+
y && je > 0 && (be = !0, y.scrollTop = je, requestAnimationFrame(() => {
|
|
315
316
|
be = !1;
|
|
316
317
|
}));
|
|
317
318
|
};
|
|
@@ -322,7 +323,7 @@ function pn({
|
|
|
322
323
|
}, 300);
|
|
323
324
|
return () => clearTimeout(y);
|
|
324
325
|
}, []), it(() => {
|
|
325
|
-
D.menus.length > 0 && (
|
|
326
|
+
D.menus.length > 0 && (je > 0 ? he() : requestAnimationFrame(() => {
|
|
326
327
|
var S;
|
|
327
328
|
const y = (S = X.current) == null ? void 0 : S.querySelector(
|
|
328
329
|
"[data-menu-active='true']"
|
|
@@ -337,11 +338,11 @@ function pn({
|
|
|
337
338
|
return () => {
|
|
338
339
|
clearTimeout(y), clearTimeout(S), clearTimeout(F), clearTimeout(x), clearTimeout(w);
|
|
339
340
|
};
|
|
340
|
-
}, [
|
|
341
|
+
}, [j.pathname]), _(() => {
|
|
341
342
|
de.current && (de.current.scrollTop = 0);
|
|
342
|
-
}, [
|
|
343
|
+
}, [j.pathname]), _(() => {
|
|
343
344
|
L && ce(!1);
|
|
344
|
-
}, [
|
|
345
|
+
}, [j.pathname, L]), _(() => {
|
|
345
346
|
L && K(!0);
|
|
346
347
|
}, [L]);
|
|
347
348
|
const Le = () => {
|
|
@@ -357,15 +358,15 @@ function pn({
|
|
|
357
358
|
...D.menus.flatMap((y) => y.items.flatMap(Te)),
|
|
358
359
|
...((ke = D.menuBottom) == null ? void 0 : ke.flatMap(Te)) ?? []
|
|
359
360
|
], ie = (y) => {
|
|
360
|
-
if (!
|
|
361
|
-
const S = We.filter((F) =>
|
|
361
|
+
if (!j.pathname.startsWith(y)) return !1;
|
|
362
|
+
const S = We.filter((F) => j.pathname.startsWith(F)).sort((F, x) => x.length - F.length)[0];
|
|
362
363
|
return y === S;
|
|
363
364
|
};
|
|
364
365
|
_(() => {
|
|
365
366
|
var S;
|
|
366
367
|
const y = (F) => {
|
|
367
368
|
var x;
|
|
368
|
-
(x = F.children) != null && x.some((w) =>
|
|
369
|
+
(x = F.children) != null && x.some((w) => j.pathname.startsWith(w.to)) && re((w) => {
|
|
369
370
|
const b = new Set(w);
|
|
370
371
|
return b.add(F.id), b;
|
|
371
372
|
});
|
|
@@ -373,7 +374,7 @@ function pn({
|
|
|
373
374
|
D.menus.forEach((F) => {
|
|
374
375
|
F.items.forEach(y);
|
|
375
376
|
}), (S = D.menuBottom) == null || S.forEach(y);
|
|
376
|
-
}, [
|
|
377
|
+
}, [j.pathname, D.menus, D.menuBottom]);
|
|
377
378
|
const Oe = (y) => {
|
|
378
379
|
re((S) => {
|
|
379
380
|
const F = new Set(S);
|
|
@@ -405,16 +406,16 @@ function pn({
|
|
|
405
406
|
onClick: (W) => {
|
|
406
407
|
if (S)
|
|
407
408
|
if (I && !L) {
|
|
408
|
-
const
|
|
409
|
+
const R = W.currentTarget.getBoundingClientRect();
|
|
409
410
|
J({
|
|
410
411
|
item: y,
|
|
411
|
-
top:
|
|
412
|
-
left:
|
|
412
|
+
top: R.top,
|
|
413
|
+
left: R.right + 8
|
|
413
414
|
});
|
|
414
415
|
} else
|
|
415
416
|
Oe(y.id);
|
|
416
417
|
else
|
|
417
|
-
|
|
418
|
+
Z(y.to);
|
|
418
419
|
},
|
|
419
420
|
style: {
|
|
420
421
|
width: "100%",
|
|
@@ -527,7 +528,7 @@ function pn({
|
|
|
527
528
|
),
|
|
528
529
|
S && (!I || L) && (() => {
|
|
529
530
|
const W = y.children.findIndex(
|
|
530
|
-
(
|
|
531
|
+
(R) => ie(R.to)
|
|
531
532
|
);
|
|
532
533
|
return /* @__PURE__ */ d(
|
|
533
534
|
"div",
|
|
@@ -575,15 +576,15 @@ function pn({
|
|
|
575
576
|
}
|
|
576
577
|
}
|
|
577
578
|
),
|
|
578
|
-
y.children.map((
|
|
579
|
+
y.children.map((R) => {
|
|
579
580
|
const ne = Xe(
|
|
580
|
-
|
|
581
|
-
T[
|
|
581
|
+
R.badge,
|
|
582
|
+
T[R.id]
|
|
582
583
|
);
|
|
583
584
|
return /* @__PURE__ */ d(
|
|
584
585
|
"button",
|
|
585
586
|
{
|
|
586
|
-
onClick: () =>
|
|
587
|
+
onClick: () => Z(R.to),
|
|
587
588
|
style: {
|
|
588
589
|
width: "100%",
|
|
589
590
|
display: "flex",
|
|
@@ -594,24 +595,24 @@ function pn({
|
|
|
594
595
|
paddingTop: "0.25rem",
|
|
595
596
|
paddingBottom: "0.25rem",
|
|
596
597
|
height: "2rem",
|
|
597
|
-
borderRadius: ie(
|
|
598
|
+
borderRadius: ie(R.to) ? "var(--sa-radii-sm, 0.375rem)" : "var(--sa-radii-md, 0.5rem)",
|
|
598
599
|
textAlign: "left",
|
|
599
|
-
backgroundColor: ie(
|
|
600
|
-
color: ie(
|
|
600
|
+
backgroundColor: ie(R.to) ? "var(--sa-background-primary, #ffffff)" : "transparent",
|
|
601
|
+
color: ie(R.to) ? "var(--sa-text-primary, #292a2e)" : "var(--sa-text-subtle, #505258)",
|
|
601
602
|
cursor: "pointer",
|
|
602
|
-
border: ie(
|
|
603
|
+
border: ie(R.to) ? "1px solid var(--sa-border-subtle, #0b120e24)" : "1px solid transparent"
|
|
603
604
|
},
|
|
604
605
|
onMouseEnter: (ye) => {
|
|
605
|
-
ie(
|
|
606
|
+
ie(R.to) || (ye.currentTarget.style.backgroundColor = "var(--sa-background-neutral, #f0f1f2)");
|
|
606
607
|
},
|
|
607
608
|
onMouseLeave: (ye) => {
|
|
608
|
-
ie(
|
|
609
|
+
ie(R.to) || (ye.currentTarget.style.backgroundColor = "transparent");
|
|
609
610
|
},
|
|
610
611
|
children: [
|
|
611
612
|
/* @__PURE__ */ e(
|
|
612
613
|
k,
|
|
613
614
|
{
|
|
614
|
-
name:
|
|
615
|
+
name: R.icon,
|
|
615
616
|
size: "sm",
|
|
616
617
|
style: { flexShrink: 0 }
|
|
617
618
|
}
|
|
@@ -628,7 +629,7 @@ function pn({
|
|
|
628
629
|
overflow: "hidden",
|
|
629
630
|
textOverflow: "ellipsis"
|
|
630
631
|
},
|
|
631
|
-
children:
|
|
632
|
+
children: R.title
|
|
632
633
|
}
|
|
633
634
|
),
|
|
634
635
|
ne && /* @__PURE__ */ e(
|
|
@@ -642,7 +643,7 @@ function pn({
|
|
|
642
643
|
)
|
|
643
644
|
]
|
|
644
645
|
},
|
|
645
|
-
|
|
646
|
+
R.id
|
|
646
647
|
);
|
|
647
648
|
})
|
|
648
649
|
]
|
|
@@ -651,7 +652,7 @@ function pn({
|
|
|
651
652
|
})()
|
|
652
653
|
] }, y.id);
|
|
653
654
|
};
|
|
654
|
-
return /* @__PURE__ */ d(
|
|
655
|
+
return /* @__PURE__ */ d(fr, { children: [
|
|
655
656
|
/* @__PURE__ */ d(
|
|
656
657
|
"div",
|
|
657
658
|
{
|
|
@@ -856,7 +857,7 @@ function pn({
|
|
|
856
857
|
}
|
|
857
858
|
),
|
|
858
859
|
a && /* @__PURE__ */ e(
|
|
859
|
-
|
|
860
|
+
ur,
|
|
860
861
|
{
|
|
861
862
|
collapsed: L ? !1 : I,
|
|
862
863
|
children: a
|
|
@@ -990,7 +991,7 @@ function pn({
|
|
|
990
991
|
)
|
|
991
992
|
}
|
|
992
993
|
),
|
|
993
|
-
/* @__PURE__ */ e(
|
|
994
|
+
/* @__PURE__ */ e(gr, { children: r })
|
|
994
995
|
] }),
|
|
995
996
|
/* @__PURE__ */ d("div", { style: { display: "flex", alignItems: "center", gap: "0.75rem" }, children: [
|
|
996
997
|
h,
|
|
@@ -1252,8 +1253,8 @@ function pn({
|
|
|
1252
1253
|
/* @__PURE__ */ e(Fe, { children: "Confirmation Logout" }),
|
|
1253
1254
|
/* @__PURE__ */ e(qe, { children: "Are you sure you want to end the session and exit the page?" }),
|
|
1254
1255
|
/* @__PURE__ */ e(ot, { children: /* @__PURE__ */ e(f, { display: "flex", align: "flex-end", justify: "center", children: /* @__PURE__ */ d($, { direction: "row", gap: "sm", align: "center", children: [
|
|
1255
|
-
/* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(
|
|
1256
|
-
/* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(
|
|
1256
|
+
/* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(H, { secondary: !0, onClick: ze, children: "Cancel" }) }),
|
|
1257
|
+
/* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(H, { primary: !0, onClick: Pe, children: "Yes, Sure" }) })
|
|
1257
1258
|
] }) }) })
|
|
1258
1259
|
] }),
|
|
1259
1260
|
Y && /* @__PURE__ */ d(G, { children: [
|
|
@@ -1314,7 +1315,7 @@ function pn({
|
|
|
1314
1315
|
"button",
|
|
1315
1316
|
{
|
|
1316
1317
|
onClick: () => {
|
|
1317
|
-
|
|
1318
|
+
Z(y.to), J(null);
|
|
1318
1319
|
},
|
|
1319
1320
|
style: {
|
|
1320
1321
|
width: "100%",
|
|
@@ -1367,7 +1368,7 @@ function pn({
|
|
|
1367
1368
|
] })
|
|
1368
1369
|
] });
|
|
1369
1370
|
}
|
|
1370
|
-
const
|
|
1371
|
+
const mr = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
1371
1372
|
f,
|
|
1372
1373
|
{
|
|
1373
1374
|
role: "button",
|
|
@@ -1378,7 +1379,7 @@ const yr = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
|
1378
1379
|
...r,
|
|
1379
1380
|
children: t
|
|
1380
1381
|
}
|
|
1381
|
-
), ut = te(
|
|
1382
|
+
), ut = te(mr), vt = ({
|
|
1382
1383
|
title: t,
|
|
1383
1384
|
iconName: r,
|
|
1384
1385
|
textColor: n,
|
|
@@ -1423,7 +1424,7 @@ const yr = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
|
1423
1424
|
]
|
|
1424
1425
|
}
|
|
1425
1426
|
);
|
|
1426
|
-
},
|
|
1427
|
+
}, pn = (t) => {
|
|
1427
1428
|
const { onClick: r, navigateTo: n, ...l } = t;
|
|
1428
1429
|
return n ? /* @__PURE__ */ e(f, { direction: "row", children: /* @__PURE__ */ e(Vt, { to: n, replace: !0, style: { textDecoration: "none" }, children: /* @__PURE__ */ e(vt, { ...l }) }) }) : /* @__PURE__ */ e(f, { direction: "row", children: /* @__PURE__ */ e(ut, { onClick: r, children: /* @__PURE__ */ e(vt, { ...l }) }) });
|
|
1429
1430
|
}, Ke = [
|
|
@@ -1505,7 +1506,7 @@ const wt = {
|
|
|
1505
1506
|
cursor: "pointer",
|
|
1506
1507
|
padding: 0
|
|
1507
1508
|
};
|
|
1508
|
-
function
|
|
1509
|
+
function yr({
|
|
1509
1510
|
isShow: t,
|
|
1510
1511
|
onHide: r,
|
|
1511
1512
|
menus: n,
|
|
@@ -1572,11 +1573,11 @@ function pr({
|
|
|
1572
1573
|
}
|
|
1573
1574
|
);
|
|
1574
1575
|
}
|
|
1575
|
-
function
|
|
1576
|
+
function xn({
|
|
1576
1577
|
onSelect: t,
|
|
1577
1578
|
"aria-label": r = "Pilih module"
|
|
1578
1579
|
} = {}) {
|
|
1579
|
-
const n = Ot(), l = dt(), { selectedGroupId: i, setSelectedGroupId: o } =
|
|
1580
|
+
const n = Ot(), l = dt(), { selectedGroupId: i, setSelectedGroupId: o } = jt(), [s, a] = M(!1), h = (u) => {
|
|
1580
1581
|
var g;
|
|
1581
1582
|
if (o(u), u !== null) {
|
|
1582
1583
|
const m = n.menus.find((v) => v.id === u), p = (g = m == null ? void 0 : m.items[0]) == null ? void 0 : g.to;
|
|
@@ -1629,7 +1630,7 @@ function Cn({
|
|
|
1629
1630
|
)
|
|
1630
1631
|
] }),
|
|
1631
1632
|
/* @__PURE__ */ e(
|
|
1632
|
-
|
|
1633
|
+
yr,
|
|
1633
1634
|
{
|
|
1634
1635
|
isShow: s,
|
|
1635
1636
|
onHide: () => a(!1),
|
|
@@ -1640,95 +1641,7 @@ function Cn({
|
|
|
1640
1641
|
)
|
|
1641
1642
|
] });
|
|
1642
1643
|
}
|
|
1643
|
-
const
|
|
1644
|
-
({ children: t, coverImage: r, logo: n }) => {
|
|
1645
|
-
const l = ee("md"), i = er();
|
|
1646
|
-
return /* @__PURE__ */ d(
|
|
1647
|
-
f,
|
|
1648
|
-
{
|
|
1649
|
-
direction: l ? "row" : "column",
|
|
1650
|
-
width: "width-screen",
|
|
1651
|
-
height: "height-screen",
|
|
1652
|
-
children: [
|
|
1653
|
-
/* @__PURE__ */ e(
|
|
1654
|
-
f,
|
|
1655
|
-
{
|
|
1656
|
-
direction: "row",
|
|
1657
|
-
padding: "spacing-12",
|
|
1658
|
-
justify: l ? "flex-start" : "center",
|
|
1659
|
-
style: {
|
|
1660
|
-
width: "100%",
|
|
1661
|
-
maxWidth: "50vw",
|
|
1662
|
-
...r && {
|
|
1663
|
-
backgroundImage: `url(${r})`,
|
|
1664
|
-
backgroundSize: "cover",
|
|
1665
|
-
backgroundPosition: "center",
|
|
1666
|
-
backgroundRepeat: "no-repeat"
|
|
1667
|
-
},
|
|
1668
|
-
...l ? {} : {
|
|
1669
|
-
maxWidth: "100%",
|
|
1670
|
-
width: "100%",
|
|
1671
|
-
minHeight: "100vh"
|
|
1672
|
-
}
|
|
1673
|
-
},
|
|
1674
|
-
children: /* @__PURE__ */ d(
|
|
1675
|
-
f,
|
|
1676
|
-
{
|
|
1677
|
-
style: { backgroundColor: "var(--sa-background-primary, #ffffff)" },
|
|
1678
|
-
width: "width-fit ",
|
|
1679
|
-
height: "height-10",
|
|
1680
|
-
paddingInline: "sm",
|
|
1681
|
-
display: "flex",
|
|
1682
|
-
justify: "center",
|
|
1683
|
-
align: "center",
|
|
1684
|
-
children: [
|
|
1685
|
-
n && /* @__PURE__ */ e("img", { width: 150, src: n, alt: "logo" }),
|
|
1686
|
-
" "
|
|
1687
|
-
]
|
|
1688
|
-
}
|
|
1689
|
-
)
|
|
1690
|
-
}
|
|
1691
|
-
),
|
|
1692
|
-
/* @__PURE__ */ e(
|
|
1693
|
-
f,
|
|
1694
|
-
{
|
|
1695
|
-
display: "flex",
|
|
1696
|
-
flex: "1",
|
|
1697
|
-
style: {
|
|
1698
|
-
backgroundColor: "var(--sa-background-neutral, #f0f1f2)",
|
|
1699
|
-
position: "fixed",
|
|
1700
|
-
zIndex: 10,
|
|
1701
|
-
...l ? {
|
|
1702
|
-
right: 0,
|
|
1703
|
-
minHeight: "100vh",
|
|
1704
|
-
width: "calc(50vw + 6.125rem)",
|
|
1705
|
-
borderTopLeftRadius: i == null ? void 0 : i["2xl"],
|
|
1706
|
-
borderBottomLeftRadius: i == null ? void 0 : i["2xl"]
|
|
1707
|
-
} : {
|
|
1708
|
-
bottom: 0,
|
|
1709
|
-
left: 0,
|
|
1710
|
-
right: 0,
|
|
1711
|
-
minHeight: 300,
|
|
1712
|
-
borderTopRightRadius: i == null ? void 0 : i["2xl"],
|
|
1713
|
-
borderTopLeftRadius: i == null ? void 0 : i["2xl"]
|
|
1714
|
-
}
|
|
1715
|
-
},
|
|
1716
|
-
children: /* @__PURE__ */ e(
|
|
1717
|
-
f,
|
|
1718
|
-
{
|
|
1719
|
-
direction: "column",
|
|
1720
|
-
padding: "spacing-6",
|
|
1721
|
-
style: { maxWidth: "414px", margin: "auto" },
|
|
1722
|
-
children: t
|
|
1723
|
-
}
|
|
1724
|
-
)
|
|
1725
|
-
}
|
|
1726
|
-
)
|
|
1727
|
-
]
|
|
1728
|
-
}
|
|
1729
|
-
);
|
|
1730
|
-
}
|
|
1731
|
-
), xr = (t, r) => {
|
|
1644
|
+
const pr = (t, r) => {
|
|
1732
1645
|
const n = [];
|
|
1733
1646
|
if (r === 0)
|
|
1734
1647
|
return n.push(t), n;
|
|
@@ -1737,7 +1650,7 @@ const Dn = te(
|
|
|
1737
1650
|
n.push(i);
|
|
1738
1651
|
}
|
|
1739
1652
|
return n;
|
|
1740
|
-
},
|
|
1653
|
+
}, xr = te(
|
|
1741
1654
|
({
|
|
1742
1655
|
value: t,
|
|
1743
1656
|
label: r,
|
|
@@ -1769,8 +1682,8 @@ const Dn = te(
|
|
|
1769
1682
|
/* @__PURE__ */ e(we, { style: s, children: u() })
|
|
1770
1683
|
] });
|
|
1771
1684
|
}
|
|
1772
|
-
),
|
|
1773
|
-
|
|
1685
|
+
), Cr = te(({ fields: t, separator: r, labelWidth: n }) => /* @__PURE__ */ e(At, { children: t.map((l, i) => /* @__PURE__ */ e(
|
|
1686
|
+
xr,
|
|
1774
1687
|
{
|
|
1775
1688
|
separator: r,
|
|
1776
1689
|
labelWidth: n,
|
|
@@ -1778,7 +1691,7 @@ const Dn = te(
|
|
|
1778
1691
|
...l
|
|
1779
1692
|
},
|
|
1780
1693
|
`field-group-field-${i}`
|
|
1781
|
-
)) })),
|
|
1694
|
+
)) })), Cn = te(
|
|
1782
1695
|
({
|
|
1783
1696
|
maxRow: t = 0,
|
|
1784
1697
|
maxColumn: r = 2,
|
|
@@ -1788,7 +1701,7 @@ const Dn = te(
|
|
|
1788
1701
|
bordered: o = !1
|
|
1789
1702
|
}) => {
|
|
1790
1703
|
const s = De(
|
|
1791
|
-
() =>
|
|
1704
|
+
() => pr(l, t),
|
|
1792
1705
|
[l, t]
|
|
1793
1706
|
), a = s.length > 2, h = () => {
|
|
1794
1707
|
switch (r) {
|
|
@@ -1824,7 +1737,7 @@ const Dn = te(
|
|
|
1824
1737
|
width: a ? h() : void 0,
|
|
1825
1738
|
marginBottom: a ? "lg" : void 0,
|
|
1826
1739
|
children: /* @__PURE__ */ e(
|
|
1827
|
-
|
|
1740
|
+
Cr,
|
|
1828
1741
|
{
|
|
1829
1742
|
labelWidth: i,
|
|
1830
1743
|
fields: u,
|
|
@@ -1837,7 +1750,7 @@ const Dn = te(
|
|
|
1837
1750
|
}
|
|
1838
1751
|
);
|
|
1839
1752
|
}
|
|
1840
|
-
),
|
|
1753
|
+
), Dn = ({
|
|
1841
1754
|
title: t,
|
|
1842
1755
|
content: r,
|
|
1843
1756
|
onHide: n,
|
|
@@ -1860,24 +1773,24 @@ const Dn = te(
|
|
|
1860
1773
|
}, h = () => {
|
|
1861
1774
|
switch (s) {
|
|
1862
1775
|
case "info":
|
|
1863
|
-
return /* @__PURE__ */ e(
|
|
1776
|
+
return /* @__PURE__ */ e(H, { primary: !0, onClick: l, children: o });
|
|
1864
1777
|
case "danger":
|
|
1865
|
-
return /* @__PURE__ */ e(
|
|
1778
|
+
return /* @__PURE__ */ e(H, { danger: !0, onClick: l, children: o });
|
|
1866
1779
|
case "success":
|
|
1867
|
-
return /* @__PURE__ */ e(
|
|
1780
|
+
return /* @__PURE__ */ e(H, { success: !0, onClick: l, children: o });
|
|
1868
1781
|
default:
|
|
1869
|
-
return /* @__PURE__ */ e(
|
|
1782
|
+
return /* @__PURE__ */ e(H, { primary: !0, onClick: l, children: o });
|
|
1870
1783
|
}
|
|
1871
1784
|
};
|
|
1872
1785
|
return /* @__PURE__ */ d(Ue, { isShow: i, onHide: n, children: [
|
|
1873
1786
|
a(),
|
|
1874
1787
|
/* @__PURE__ */ e(qe, { children: /* @__PURE__ */ e(C, { children: r }) }),
|
|
1875
1788
|
/* @__PURE__ */ e(ot, { children: /* @__PURE__ */ d(f, { justify: "flex-end", direction: "row", gap: "sm", children: [
|
|
1876
|
-
/* @__PURE__ */ e(
|
|
1789
|
+
/* @__PURE__ */ e(H, { secondary: !0, onClick: n, children: "Cancel" }),
|
|
1877
1790
|
h()
|
|
1878
1791
|
] }) })
|
|
1879
1792
|
] });
|
|
1880
|
-
},
|
|
1793
|
+
}, Dr = ({ backButton: t }) => {
|
|
1881
1794
|
const [r, n] = M(!1), l = (t == null ? void 0 : t.iconColor) ?? "var(--sa-text-subtle, #8c8f97)", i = (t == null ? void 0 : t.textColor) ?? "var(--sa-text-subtle, #8c8f97)", o = (t == null ? void 0 : t.hoverIconColor) ?? "var(--sa-text-subtle, #8c8f97)", s = (t == null ? void 0 : t.hoverTextColor) ?? "var(--sa-text-primary, #292a2e)";
|
|
1882
1795
|
return /* @__PURE__ */ d(
|
|
1883
1796
|
f,
|
|
@@ -1915,7 +1828,7 @@ const Dn = te(
|
|
|
1915
1828
|
]
|
|
1916
1829
|
}
|
|
1917
1830
|
);
|
|
1918
|
-
},
|
|
1831
|
+
}, vr = ({
|
|
1919
1832
|
backButton: t,
|
|
1920
1833
|
title: r,
|
|
1921
1834
|
titleTag: n,
|
|
@@ -1933,31 +1846,31 @@ const Dn = te(
|
|
|
1933
1846
|
}
|
|
1934
1847
|
g(-1, { replace: !0 });
|
|
1935
1848
|
}, A = () => o ? nt(o) ? o : /* @__PURE__ */ e(f, { direction: "row", gap: "lg", children: o.map(
|
|
1936
|
-
({ title:
|
|
1937
|
-
|
|
1849
|
+
({ title: j, icon: Q, buttonProps: L, onClick: fe }, P) => !j && !Q ? null : /* @__PURE__ */ e(
|
|
1850
|
+
H,
|
|
1938
1851
|
{
|
|
1939
1852
|
fullWidth: !u,
|
|
1940
1853
|
iconLeft: Q ? /* @__PURE__ */ e(k, { name: Q, size: "md" }) : void 0,
|
|
1941
1854
|
onClick: fe,
|
|
1942
1855
|
...L,
|
|
1943
|
-
children:
|
|
1856
|
+
children: j
|
|
1944
1857
|
},
|
|
1945
1858
|
`action-${P}`
|
|
1946
1859
|
)
|
|
1947
1860
|
) }) : null, D = () => {
|
|
1948
|
-
const
|
|
1861
|
+
const j = /* @__PURE__ */ e(Dr, { backButton: t });
|
|
1949
1862
|
return t != null && t.navigateTo ? /* @__PURE__ */ e(f, { direction: "row", children: /* @__PURE__ */ e(
|
|
1950
1863
|
Vt,
|
|
1951
1864
|
{
|
|
1952
1865
|
to: t.navigateTo,
|
|
1953
1866
|
replace: !0,
|
|
1954
1867
|
style: { textDecoration: "none" },
|
|
1955
|
-
children:
|
|
1868
|
+
children: j
|
|
1956
1869
|
}
|
|
1957
|
-
) }) : /* @__PURE__ */ e(f, { direction: "row", children: /* @__PURE__ */ e(ut, { onClick: v, children:
|
|
1870
|
+
) }) : /* @__PURE__ */ e(f, { direction: "row", children: /* @__PURE__ */ e(ut, { onClick: v, children: j }) });
|
|
1958
1871
|
}, T = () => {
|
|
1959
|
-
const
|
|
1960
|
-
return !
|
|
1872
|
+
const j = !!r, Q = nt(o) ? !0 : Array.isArray(o) && o.length > 0;
|
|
1873
|
+
return !j && !Q && !p ? null : /* @__PURE__ */ d(
|
|
1961
1874
|
f,
|
|
1962
1875
|
{
|
|
1963
1876
|
gap: "xs",
|
|
@@ -1966,7 +1879,7 @@ const Dn = te(
|
|
|
1966
1879
|
...h,
|
|
1967
1880
|
children: [
|
|
1968
1881
|
p && D(),
|
|
1969
|
-
(
|
|
1882
|
+
(j || Q) && /* @__PURE__ */ d(
|
|
1970
1883
|
f,
|
|
1971
1884
|
{
|
|
1972
1885
|
direction: u ? "row" : "column",
|
|
@@ -1974,7 +1887,7 @@ const Dn = te(
|
|
|
1974
1887
|
justify: "space-between",
|
|
1975
1888
|
align: "center",
|
|
1976
1889
|
children: [
|
|
1977
|
-
|
|
1890
|
+
j ? typeof r == "string" ? /* @__PURE__ */ d(f, { direction: "row", gap: "lg", align: "center", children: [
|
|
1978
1891
|
/* @__PURE__ */ e(C, { variant: "h2", fontWeight: "semibold", fontFamily: "Poppins", children: r }),
|
|
1979
1892
|
n && /* @__PURE__ */ e(Ee, { border: !0, size: "lg", text: n, ...s })
|
|
1980
1893
|
] }) : r : null,
|
|
@@ -1985,7 +1898,7 @@ const Dn = te(
|
|
|
1985
1898
|
]
|
|
1986
1899
|
}
|
|
1987
1900
|
);
|
|
1988
|
-
},
|
|
1901
|
+
}, Z = () => l;
|
|
1989
1902
|
return /* @__PURE__ */ d(
|
|
1990
1903
|
f,
|
|
1991
1904
|
{
|
|
@@ -1999,22 +1912,22 @@ const Dn = te(
|
|
|
1999
1912
|
},
|
|
2000
1913
|
children: [
|
|
2001
1914
|
i && T(),
|
|
2002
|
-
|
|
1915
|
+
Z()
|
|
2003
1916
|
]
|
|
2004
1917
|
},
|
|
2005
1918
|
m.pathname
|
|
2006
1919
|
);
|
|
2007
|
-
},
|
|
1920
|
+
}, vn = te(vr), br = {
|
|
2008
1921
|
icon: "Cross",
|
|
2009
1922
|
title: ""
|
|
2010
|
-
},
|
|
1923
|
+
}, wr = "calc(100vw - 16px)", St = (t) => t == null ? void 0 : `min(${typeof t == "number" ? `${t}px` : t}, ${wr})`, kr = It(
|
|
2011
1924
|
({
|
|
2012
1925
|
onHide: t,
|
|
2013
1926
|
show: r,
|
|
2014
1927
|
withBlur: n = !1,
|
|
2015
1928
|
style: l,
|
|
2016
1929
|
children: i,
|
|
2017
|
-
closeButton: o =
|
|
1930
|
+
closeButton: o = br,
|
|
2018
1931
|
width: s,
|
|
2019
1932
|
minWidth: a = "357px",
|
|
2020
1933
|
maxWidth: h = "357px"
|
|
@@ -2094,7 +2007,7 @@ const Dn = te(
|
|
|
2094
2007
|
}
|
|
2095
2008
|
);
|
|
2096
2009
|
}
|
|
2097
|
-
),
|
|
2010
|
+
), Sr = te(
|
|
2098
2011
|
({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
2099
2012
|
f,
|
|
2100
2013
|
{
|
|
@@ -2106,7 +2019,7 @@ const Dn = te(
|
|
|
2106
2019
|
children: t
|
|
2107
2020
|
}
|
|
2108
2021
|
)
|
|
2109
|
-
),
|
|
2022
|
+
), bn = te(
|
|
2110
2023
|
({
|
|
2111
2024
|
children: t,
|
|
2112
2025
|
title: r,
|
|
@@ -2160,13 +2073,13 @@ const Dn = te(
|
|
|
2160
2073
|
},
|
|
2161
2074
|
children: [
|
|
2162
2075
|
i !== null && D ? /* @__PURE__ */ e($t, { ...u, children: A() }) : null,
|
|
2163
|
-
/* @__PURE__ */ e(
|
|
2076
|
+
/* @__PURE__ */ e(Sr, { ...h, children: t }),
|
|
2164
2077
|
o ? /* @__PURE__ */ e(_t, { ...g, children: o }) : null
|
|
2165
2078
|
]
|
|
2166
2079
|
}
|
|
2167
2080
|
);
|
|
2168
2081
|
}
|
|
2169
|
-
),
|
|
2082
|
+
), Fr = "var(--sa-color-secondary-50, #e6e9fb)", Er = ({ children: t, onClick: r }) => {
|
|
2170
2083
|
const [n, l] = M("");
|
|
2171
2084
|
return /* @__PURE__ */ e(
|
|
2172
2085
|
ut,
|
|
@@ -2181,14 +2094,14 @@ const Dn = te(
|
|
|
2181
2094
|
gap: "spacing-1",
|
|
2182
2095
|
cursor: "pointer",
|
|
2183
2096
|
onClick: r,
|
|
2184
|
-
onMouseEnter: () => l(
|
|
2097
|
+
onMouseEnter: () => l(Fr),
|
|
2185
2098
|
borderRadius: "rounded-md",
|
|
2186
2099
|
onMouseLeave: () => l(""),
|
|
2187
2100
|
style: { backgroundColor: n },
|
|
2188
2101
|
children: t
|
|
2189
2102
|
}
|
|
2190
2103
|
);
|
|
2191
|
-
},
|
|
2104
|
+
}, Mr = te(Er), Lr = ({
|
|
2192
2105
|
icon: t,
|
|
2193
2106
|
items: r = [],
|
|
2194
2107
|
style: n,
|
|
@@ -2208,9 +2121,9 @@ const Dn = te(
|
|
|
2208
2121
|
[i]
|
|
2209
2122
|
);
|
|
2210
2123
|
return /* @__PURE__ */ d(Lt, { position: o, style: n, children: [
|
|
2211
|
-
/* @__PURE__ */ e($e, { style: l, children: /* @__PURE__ */ e(
|
|
2124
|
+
/* @__PURE__ */ e($e, { style: l, children: /* @__PURE__ */ e(H, { size: "sm", secondary: !0, ...s, children: /* @__PURE__ */ e(k, { name: t, ...a }) }) }),
|
|
2212
2125
|
/* @__PURE__ */ e(Wt, { style: u, children: r.map((g, m) => h === "outline-button" ? /* @__PURE__ */ e(Bt, { children: /* @__PURE__ */ d(
|
|
2213
|
-
|
|
2126
|
+
H,
|
|
2214
2127
|
{
|
|
2215
2128
|
size: "sm",
|
|
2216
2129
|
secondary: !0,
|
|
@@ -2223,7 +2136,7 @@ const Dn = te(
|
|
|
2223
2136
|
]
|
|
2224
2137
|
}
|
|
2225
2138
|
) }, g.id || m) : /* @__PURE__ */ d(
|
|
2226
|
-
|
|
2139
|
+
Mr,
|
|
2227
2140
|
{
|
|
2228
2141
|
onClick: g.onClick,
|
|
2229
2142
|
...g.buttonProps,
|
|
@@ -2235,18 +2148,18 @@ const Dn = te(
|
|
|
2235
2148
|
g.id || m
|
|
2236
2149
|
)) })
|
|
2237
2150
|
] });
|
|
2238
|
-
},
|
|
2239
|
-
H1:
|
|
2240
|
-
H2:
|
|
2241
|
-
H3:
|
|
2151
|
+
}, wn = te(Lr), Wr = (t) => /* @__PURE__ */ e(C, { variant: "h1", children: t.children, ...t.props }), Br = (t) => /* @__PURE__ */ e(C, { variant: "h2", children: t.children, ...t.props }), Ar = (t) => /* @__PURE__ */ e(C, { variant: "h3", children: t.children, ...t.props }), Hr = (t) => /* @__PURE__ */ e(C, { variant: "h4", children: t.children, ...t.props }), Rr = (t) => /* @__PURE__ */ e(C, { variant: "h5", children: t.children, ...t.props }), Ir = (t) => /* @__PURE__ */ e(C, { variant: "h6", children: t.children, ...t.props }), Vr = (t) => /* @__PURE__ */ e(C, { variant: "sub-h1", children: t.children, ...t.props }), zr = (t) => /* @__PURE__ */ e(C, { variant: "sub-h2", children: t.children, ...t.props }), Tr = (t) => /* @__PURE__ */ e(C, { variant: "sub-h3", children: t.children, ...t.props }), Or = (t) => /* @__PURE__ */ e(C, { variant: "body-1", children: t.children, ...t.props }), Nr = (t) => /* @__PURE__ */ e(C, { variant: "body-2", children: t.children, ...t.props }), Zr = (t) => /* @__PURE__ */ e(C, { variant: "body-3", children: t.children, ...t.props }), me = {
|
|
2152
|
+
H1: Wr,
|
|
2153
|
+
H2: Br,
|
|
2154
|
+
H3: Ar,
|
|
2242
2155
|
H4: Hr,
|
|
2243
|
-
H5:
|
|
2244
|
-
H6:
|
|
2245
|
-
SubH1:
|
|
2246
|
-
SubH2:
|
|
2247
|
-
SubH3:
|
|
2248
|
-
Body1:
|
|
2249
|
-
Body2:
|
|
2156
|
+
H5: Rr,
|
|
2157
|
+
H6: Ir,
|
|
2158
|
+
SubH1: Vr,
|
|
2159
|
+
SubH2: zr,
|
|
2160
|
+
SubH3: Tr,
|
|
2161
|
+
Body1: Or,
|
|
2162
|
+
Body2: Nr,
|
|
2250
2163
|
Body3: Zr
|
|
2251
2164
|
}, ft = () => {
|
|
2252
2165
|
const [t, r] = Qe(), n = Ge(t.toString()), l = zt(), i = Ve(), o = l.id;
|
|
@@ -2266,7 +2179,7 @@ const Dn = te(
|
|
|
2266
2179
|
id: o,
|
|
2267
2180
|
hasId: !!o
|
|
2268
2181
|
};
|
|
2269
|
-
},
|
|
2182
|
+
}, jr = (t) => JSON.stringify(t), $r = (t) => JSON.stringify(t), _r = (t) => JSON.stringify(t), Ur = (t) => JSON.stringify(t), qr = (t) => t, Gr = (t) => JSON.stringify(t), Ft = ({
|
|
2270
2183
|
value: t,
|
|
2271
2184
|
name: r,
|
|
2272
2185
|
type: n,
|
|
@@ -2281,23 +2194,23 @@ const Dn = te(
|
|
|
2281
2194
|
let u;
|
|
2282
2195
|
switch (n) {
|
|
2283
2196
|
case "search":
|
|
2284
|
-
u =
|
|
2197
|
+
u = qr(t);
|
|
2285
2198
|
break;
|
|
2286
2199
|
case "dropdown":
|
|
2287
2200
|
case "dropdown-multiple":
|
|
2288
|
-
u =
|
|
2201
|
+
u = jr(t);
|
|
2289
2202
|
break;
|
|
2290
2203
|
case "radio":
|
|
2291
|
-
u =
|
|
2204
|
+
u = $r(t);
|
|
2292
2205
|
break;
|
|
2293
2206
|
case "date-range":
|
|
2294
|
-
u =
|
|
2207
|
+
u = _r(t);
|
|
2295
2208
|
break;
|
|
2296
2209
|
case "advanced-date-range":
|
|
2297
|
-
u =
|
|
2210
|
+
u = Gr(t);
|
|
2298
2211
|
break;
|
|
2299
2212
|
case "date":
|
|
2300
|
-
u =
|
|
2213
|
+
u = Ur(t);
|
|
2301
2214
|
break;
|
|
2302
2215
|
default:
|
|
2303
2216
|
u = t;
|
|
@@ -2328,7 +2241,7 @@ const Dn = te(
|
|
|
2328
2241
|
}) => {
|
|
2329
2242
|
const i = n.get(r) || void 0, o = i && typeof i == "string" ? JSON.parse(i) : void 0, s = o ? o[t] : void 0;
|
|
2330
2243
|
return l === "label" && s ? JSON.parse(s)[0].label : l === "value" && s ? JSON.parse(s)[0].value : s;
|
|
2331
|
-
},
|
|
2244
|
+
}, kn = ({
|
|
2332
2245
|
name: t,
|
|
2333
2246
|
filterKey: r = "filter",
|
|
2334
2247
|
searchParams: n,
|
|
@@ -2336,7 +2249,7 @@ const Dn = te(
|
|
|
2336
2249
|
}) => {
|
|
2337
2250
|
const i = n.get(r) || void 0, o = i && typeof i == "string" ? JSON.parse(i) : void 0, s = o ? o[t] : void 0;
|
|
2338
2251
|
return l === "label" && s ? JSON.parse(s).map((a) => a.label) : l === "value" && s ? JSON.parse(s).map((a) => a.value) : l === "array" && s ? JSON.parse(s) : s;
|
|
2339
|
-
},
|
|
2252
|
+
}, Sn = ({
|
|
2340
2253
|
name: t,
|
|
2341
2254
|
filterKey: r = "filter",
|
|
2342
2255
|
searchParams: n,
|
|
@@ -2344,10 +2257,10 @@ const Dn = te(
|
|
|
2344
2257
|
}) => {
|
|
2345
2258
|
const i = n.get(r) || void 0, o = i && typeof i == "string" ? JSON.parse(i) : void 0, s = o ? o[t] : void 0;
|
|
2346
2259
|
return l === "id" && s ? JSON.parse(s).id : l === "label" && s ? JSON.parse(s).label : l === "value" && s ? JSON.parse(s).value : s;
|
|
2347
|
-
},
|
|
2260
|
+
}, Jr = (t, r, n) => {
|
|
2348
2261
|
const l = r.get(n || "filter") || void 0, i = l && typeof l == "string" ? JSON.parse(l) : void 0;
|
|
2349
2262
|
return i ? i[t] : void 0;
|
|
2350
|
-
},
|
|
2263
|
+
}, Fn = ({
|
|
2351
2264
|
name: t,
|
|
2352
2265
|
filterKey: r = "filter",
|
|
2353
2266
|
searchParams: n
|
|
@@ -2357,21 +2270,21 @@ const Dn = te(
|
|
|
2357
2270
|
start: o ? JSON.parse(o).from : void 0,
|
|
2358
2271
|
end: o ? JSON.parse(o).to : void 0
|
|
2359
2272
|
};
|
|
2360
|
-
},
|
|
2273
|
+
}, En = ({
|
|
2361
2274
|
name: t,
|
|
2362
2275
|
filterKey: r = "filter",
|
|
2363
2276
|
searchParams: n
|
|
2364
2277
|
}) => {
|
|
2365
2278
|
const l = n.get(r || "filter") || void 0, i = l && typeof l == "string" ? JSON.parse(l) : void 0, o = i ? i[t] : void 0;
|
|
2366
2279
|
return o ? JSON.parse(o) : void 0;
|
|
2367
|
-
},
|
|
2280
|
+
}, Mn = (t, {
|
|
2368
2281
|
filterKey: r = "filter",
|
|
2369
2282
|
perPageKey: n = "perPage",
|
|
2370
2283
|
pageKey: l = "page"
|
|
2371
2284
|
}) => {
|
|
2372
2285
|
const i = t.get(r) || void 0, o = t.get(n) || void 0, s = t.get(l) || void 0;
|
|
2373
2286
|
return !!i || !!o || !!s;
|
|
2374
|
-
},
|
|
2287
|
+
}, Qr = ({
|
|
2375
2288
|
isOpen: t,
|
|
2376
2289
|
onClose: r,
|
|
2377
2290
|
filterKey: n,
|
|
@@ -2402,7 +2315,7 @@ const Dn = te(
|
|
|
2402
2315
|
return null;
|
|
2403
2316
|
}
|
|
2404
2317
|
};
|
|
2405
|
-
return /* @__PURE__ */ e(
|
|
2318
|
+
return /* @__PURE__ */ e(kr, { onHide: r, show: t || !1, children: /* @__PURE__ */ d(f, { direction: "column", gap: "md", children: [
|
|
2406
2319
|
/* @__PURE__ */ d($, { direction: "row", justify: "space-between", align: "center", children: [
|
|
2407
2320
|
/* @__PURE__ */ e(f, { children: "Filter" }),
|
|
2408
2321
|
/* @__PURE__ */ e(
|
|
@@ -2416,7 +2329,7 @@ const Dn = te(
|
|
|
2416
2329
|
] }),
|
|
2417
2330
|
i == null ? void 0 : i.map((p, v) => m(p, v))
|
|
2418
2331
|
] }) });
|
|
2419
|
-
},
|
|
2332
|
+
}, Pr = ({
|
|
2420
2333
|
searchKey: t = "q",
|
|
2421
2334
|
statusKey: r = "status",
|
|
2422
2335
|
searchPlaceholder: n = "Search",
|
|
@@ -2434,9 +2347,9 @@ const Dn = te(
|
|
|
2434
2347
|
titleSearchLabel: A = "Work Order",
|
|
2435
2348
|
withTitleLabels: D = !1
|
|
2436
2349
|
}) => {
|
|
2437
|
-
const
|
|
2350
|
+
const Z = (p == null ? void 0 : p.isShowLabel) ?? !0, [j, Q] = M(!1), [L, fe] = M(0), P = () => {
|
|
2438
2351
|
fe((z) => z + 1);
|
|
2439
|
-
}, { searchParams: I, setSearchParams: K, getQueryParam: oe } = ft(), ce = Ge(I.toString()), U =
|
|
2352
|
+
}, { searchParams: I, setSearchParams: K, getQueryParam: oe } = ft(), ce = Ge(I.toString()), U = Jr(t, I, a) || "", [ae, se] = M(U), re = oe(a), J = !!(re && !(() => {
|
|
2440
2353
|
if (re)
|
|
2441
2354
|
try {
|
|
2442
2355
|
const z = JSON.parse(re);
|
|
@@ -2483,7 +2396,7 @@ const Dn = te(
|
|
|
2483
2396
|
align: "flex-end",
|
|
2484
2397
|
children: [
|
|
2485
2398
|
J && /* @__PURE__ */ e(f, { justify: "flex-end", children: /* @__PURE__ */ e(
|
|
2486
|
-
|
|
2399
|
+
H,
|
|
2487
2400
|
{
|
|
2488
2401
|
onClick: () => {
|
|
2489
2402
|
const z = new URLSearchParams(I);
|
|
@@ -2510,7 +2423,7 @@ const Dn = te(
|
|
|
2510
2423
|
`extended-filter-${Le}-${L}`
|
|
2511
2424
|
)),
|
|
2512
2425
|
!!(m != null && m.length) && /* @__PURE__ */ e(
|
|
2513
|
-
|
|
2426
|
+
H,
|
|
2514
2427
|
{
|
|
2515
2428
|
primary: J,
|
|
2516
2429
|
secondary: !J,
|
|
@@ -2526,7 +2439,7 @@ const Dn = te(
|
|
|
2526
2439
|
),
|
|
2527
2440
|
fullWidth: !V,
|
|
2528
2441
|
onClick: () => Q(!0),
|
|
2529
|
-
children:
|
|
2442
|
+
children: Z ? "Filter" : void 0
|
|
2530
2443
|
}
|
|
2531
2444
|
),
|
|
2532
2445
|
s && /* @__PURE__ */ d(
|
|
@@ -2614,9 +2527,9 @@ const Dn = te(
|
|
|
2614
2527
|
}
|
|
2615
2528
|
),
|
|
2616
2529
|
/* @__PURE__ */ e(
|
|
2617
|
-
|
|
2530
|
+
Qr,
|
|
2618
2531
|
{
|
|
2619
|
-
isOpen:
|
|
2532
|
+
isOpen: j,
|
|
2620
2533
|
onClose: () => Q(!1),
|
|
2621
2534
|
filterKey: a,
|
|
2622
2535
|
filters: m,
|
|
@@ -2626,7 +2539,7 @@ const Dn = te(
|
|
|
2626
2539
|
]
|
|
2627
2540
|
}
|
|
2628
2541
|
);
|
|
2629
|
-
},
|
|
2542
|
+
}, Yr = ({ children: t, borderRadius: r, height: n }) => {
|
|
2630
2543
|
const l = le(null), [i, o] = M("100vh");
|
|
2631
2544
|
return _(() => {
|
|
2632
2545
|
if (n) return;
|
|
@@ -2654,7 +2567,7 @@ const Dn = te(
|
|
|
2654
2567
|
children: t
|
|
2655
2568
|
}
|
|
2656
2569
|
);
|
|
2657
|
-
},
|
|
2570
|
+
}, Xr = ({
|
|
2658
2571
|
action: t,
|
|
2659
2572
|
rightContent: r,
|
|
2660
2573
|
leftContent: n,
|
|
@@ -2662,7 +2575,7 @@ const Dn = te(
|
|
|
2662
2575
|
advanceFilter: i,
|
|
2663
2576
|
showFilter: o = !0
|
|
2664
2577
|
}) => {
|
|
2665
|
-
const s = ee("md"), a = o ? /* @__PURE__ */ e(
|
|
2578
|
+
const s = ee("md"), a = o ? /* @__PURE__ */ e(Pr, { ...i }) : null;
|
|
2666
2579
|
return /* @__PURE__ */ e(
|
|
2667
2580
|
f,
|
|
2668
2581
|
{
|
|
@@ -2701,7 +2614,7 @@ const Dn = te(
|
|
|
2701
2614
|
},
|
|
2702
2615
|
children: t.map(
|
|
2703
2616
|
({ title: u, icon: g, buttonProps: m, onClick: p }, v) => !u && !g ? null : /* @__PURE__ */ e(
|
|
2704
|
-
|
|
2617
|
+
H,
|
|
2705
2618
|
{
|
|
2706
2619
|
fullWidth: !s,
|
|
2707
2620
|
iconLeft: g ? /* @__PURE__ */ e(k, { name: g }) : void 0,
|
|
@@ -2718,7 +2631,7 @@ const Dn = te(
|
|
|
2718
2631
|
] })
|
|
2719
2632
|
}
|
|
2720
2633
|
);
|
|
2721
|
-
},
|
|
2634
|
+
}, Kr = ({
|
|
2722
2635
|
totalData: t,
|
|
2723
2636
|
withMarginBottom: r = !0,
|
|
2724
2637
|
withMarginTop: n = !0
|
|
@@ -2749,7 +2662,7 @@ const Dn = te(
|
|
|
2749
2662
|
/* @__PURE__ */ e(me.Body1, { children: t || 0 })
|
|
2750
2663
|
]
|
|
2751
2664
|
}
|
|
2752
|
-
),
|
|
2665
|
+
), ei = ({
|
|
2753
2666
|
pagination: t,
|
|
2754
2667
|
pageKey: r = "page",
|
|
2755
2668
|
perPageKey: n = "perPage",
|
|
@@ -2813,7 +2726,7 @@ const Dn = te(
|
|
|
2813
2726
|
}
|
|
2814
2727
|
)
|
|
2815
2728
|
] }) : /* @__PURE__ */ e(
|
|
2816
|
-
|
|
2729
|
+
Kr,
|
|
2817
2730
|
{
|
|
2818
2731
|
totalData: o,
|
|
2819
2732
|
withMarginBottom: !1,
|
|
@@ -2822,16 +2735,16 @@ const Dn = te(
|
|
|
2822
2735
|
)
|
|
2823
2736
|
}
|
|
2824
2737
|
);
|
|
2825
|
-
},
|
|
2738
|
+
}, ti = ({ filter: t, columnTitle: r }) => {
|
|
2826
2739
|
const [n, l] = M(!1), i = le(null), o = le(null), s = le(null), [a, h] = M(""), [u, g] = M({ top: 0, left: 0 }), m = t.selectedValues, p = De(() => a ? t.options.filter(
|
|
2827
2740
|
(D) => D.label.toLowerCase().includes(a.toLowerCase())
|
|
2828
2741
|
) : t.options, [t.options, a]);
|
|
2829
2742
|
_(() => {
|
|
2830
2743
|
if (n && o.current) {
|
|
2831
|
-
const D = o.current.getBoundingClientRect(), T = 280,
|
|
2744
|
+
const D = o.current.getBoundingClientRect(), T = 280, Z = {
|
|
2832
2745
|
top: D.bottom + 8
|
|
2833
2746
|
};
|
|
2834
|
-
t.position === "left" || D.left + T > window.innerWidth ?
|
|
2747
|
+
t.position === "left" || D.left + T > window.innerWidth ? Z.right = window.innerWidth - D.right : Z.left = D.left, g(Z);
|
|
2835
2748
|
}
|
|
2836
2749
|
}, [n, t.position]), _(() => {
|
|
2837
2750
|
n && s.current ? setTimeout(() => {
|
|
@@ -2845,7 +2758,7 @@ const Dn = te(
|
|
|
2845
2758
|
return n && document.addEventListener("mousedown", D), () => document.removeEventListener("mousedown", D);
|
|
2846
2759
|
}, [n]);
|
|
2847
2760
|
const v = (D) => {
|
|
2848
|
-
const T = m.includes(D) ? m.filter((
|
|
2761
|
+
const T = m.includes(D) ? m.filter((Z) => Z !== D) : [...m, D];
|
|
2849
2762
|
t.onFilterChange(T);
|
|
2850
2763
|
}, A = () => t.onFilterChange([]);
|
|
2851
2764
|
return /* @__PURE__ */ d(f, { style: { position: "relative" }, children: [
|
|
@@ -2861,7 +2774,7 @@ const Dn = te(
|
|
|
2861
2774
|
},
|
|
2862
2775
|
onClick: (D) => {
|
|
2863
2776
|
var T;
|
|
2864
|
-
D.stopPropagation(), n || (T = t.onOpen) == null || T.call(t), l((
|
|
2777
|
+
D.stopPropagation(), n || (T = t.onOpen) == null || T.call(t), l((Z) => !Z);
|
|
2865
2778
|
},
|
|
2866
2779
|
children: /* @__PURE__ */ e(
|
|
2867
2780
|
k,
|
|
@@ -3114,7 +3027,7 @@ const Dn = te(
|
|
|
3114
3027
|
}
|
|
3115
3028
|
)
|
|
3116
3029
|
] });
|
|
3117
|
-
},
|
|
3030
|
+
}, ri = ({
|
|
3118
3031
|
direction: t
|
|
3119
3032
|
}) => {
|
|
3120
3033
|
const r = "var(--sa-text-primary, #292a2e)", n = "var(--sa-text-subtle, #8c8f97)";
|
|
@@ -3154,7 +3067,7 @@ const Dn = te(
|
|
|
3154
3067
|
]
|
|
3155
3068
|
}
|
|
3156
3069
|
);
|
|
3157
|
-
},
|
|
3070
|
+
}, ii = ({ frozen: t }) => /* @__PURE__ */ d(
|
|
3158
3071
|
"svg",
|
|
3159
3072
|
{
|
|
3160
3073
|
width: "11",
|
|
@@ -3170,7 +3083,7 @@ const Dn = te(
|
|
|
3170
3083
|
/* @__PURE__ */ e("path", { d: t ? "M7 11V7a5 5 0 0 1 10 0v4" : "M7 11V7a5 5 0 0 1 9.9-1" })
|
|
3171
3084
|
]
|
|
3172
3085
|
}
|
|
3173
|
-
), tt = "var(--sa-background-primary, #ffffff)", Et = "var(--sa-background-primary-inverse, #f8f8f8)",
|
|
3086
|
+
), tt = "var(--sa-background-primary, #ffffff)", Et = "var(--sa-background-primary-inverse, #f8f8f8)", ni = ({
|
|
3174
3087
|
columns: t,
|
|
3175
3088
|
records: r,
|
|
3176
3089
|
handleDetail: n,
|
|
@@ -3188,8 +3101,8 @@ const Dn = te(
|
|
|
3188
3101
|
actionsOrder: A = ["detail", "update", "delete", "custom"],
|
|
3189
3102
|
customEmptyState: D,
|
|
3190
3103
|
enableColumnResize: T = !1,
|
|
3191
|
-
defaultColumnWidths:
|
|
3192
|
-
onColumnWidthsChange:
|
|
3104
|
+
defaultColumnWidths: Z,
|
|
3105
|
+
onColumnWidthsChange: j,
|
|
3193
3106
|
defaultMinColumnWidth: Q = 60,
|
|
3194
3107
|
sort: L,
|
|
3195
3108
|
defaultSort: fe,
|
|
@@ -3217,7 +3130,7 @@ const Dn = te(
|
|
|
3217
3130
|
Te(x.scrollHeight > x.clientHeight);
|
|
3218
3131
|
}, [r, g]);
|
|
3219
3132
|
const We = le(null), [ie, Oe] = M([]), [Be, Ae] = M(
|
|
3220
|
-
() =>
|
|
3133
|
+
() => Z ?? {}
|
|
3221
3134
|
), ke = le(null);
|
|
3222
3135
|
it(() => {
|
|
3223
3136
|
if (!m || !We.current) {
|
|
@@ -3228,8 +3141,8 @@ const Dn = te(
|
|
|
3228
3141
|
We.current.querySelectorAll("thead tr th")
|
|
3229
3142
|
), w = [];
|
|
3230
3143
|
let b = 0;
|
|
3231
|
-
x.forEach((W,
|
|
3232
|
-
w[
|
|
3144
|
+
x.forEach((W, R) => {
|
|
3145
|
+
w[R] = b, R < m && (b += W.offsetWidth);
|
|
3233
3146
|
}), Oe(w);
|
|
3234
3147
|
}, [m, t, r, Be]);
|
|
3235
3148
|
const Ne = (x) => {
|
|
@@ -3247,18 +3160,18 @@ const Dn = te(
|
|
|
3247
3160
|
if (!b) return;
|
|
3248
3161
|
const W = Math.round(b.getBoundingClientRect().width);
|
|
3249
3162
|
ke.current = { colIndex: w, startX: x.clientX, startWidth: W };
|
|
3250
|
-
const
|
|
3163
|
+
const R = document.body.style.userSelect, ne = document.body.style.cursor;
|
|
3251
3164
|
document.body.style.userSelect = "none", document.body.style.cursor = "col-resize";
|
|
3252
3165
|
const ye = (xe) => {
|
|
3253
3166
|
var Se;
|
|
3254
3167
|
const pe = ke.current;
|
|
3255
3168
|
if (!pe) return;
|
|
3256
|
-
const
|
|
3169
|
+
const Ze = ((Se = t[pe.colIndex]) == null ? void 0 : Se.minWidth) ?? Q, He = Math.max(Ze, pe.startWidth + (xe.clientX - pe.startX));
|
|
3257
3170
|
Ae(
|
|
3258
|
-
(Ye) => Ye[pe.colIndex] ===
|
|
3171
|
+
(Ye) => Ye[pe.colIndex] === He ? Ye : { ...Ye, [pe.colIndex]: He }
|
|
3259
3172
|
);
|
|
3260
3173
|
}, ve = () => {
|
|
3261
|
-
document.removeEventListener("mousemove", ye), document.removeEventListener("mouseup", ve), document.body.style.userSelect =
|
|
3174
|
+
document.removeEventListener("mousemove", ye), document.removeEventListener("mouseup", ve), document.body.style.userSelect = R, document.body.style.cursor = ne, ke.current = null, j && Ae((xe) => (j(xe), xe));
|
|
3262
3175
|
};
|
|
3263
3176
|
document.addEventListener("mousemove", ye), document.addEventListener("mouseup", ve);
|
|
3264
3177
|
};
|
|
@@ -3272,8 +3185,8 @@ const Dn = te(
|
|
|
3272
3185
|
},
|
|
3273
3186
|
children: /* @__PURE__ */ d(Ie, { children: [
|
|
3274
3187
|
t.map((x, w) => {
|
|
3275
|
-
var
|
|
3276
|
-
const b = m > 0 && w < m, W = ie[w] ?? 0,
|
|
3188
|
+
var Ze, He;
|
|
3189
|
+
const b = m > 0 && w < m, W = ie[w] ?? 0, R = S(x), ye = w === t.length - 1 && V && I, ve = ae(x), xe = !!x.sortable && !!ve, pe = xe && (U == null ? void 0 : U.key) === ve ? U.direction : null;
|
|
3277
3190
|
return /* @__PURE__ */ d(
|
|
3278
3191
|
mt,
|
|
3279
3192
|
{
|
|
@@ -3334,10 +3247,10 @@ const Dn = te(
|
|
|
3334
3247
|
textOverflow: "ellipsis",
|
|
3335
3248
|
whiteSpace: "nowrap"
|
|
3336
3249
|
},
|
|
3337
|
-
children: x.title || ((
|
|
3250
|
+
children: x.title || ((Ze = x.accessor) == null ? void 0 : Ze.toString())
|
|
3338
3251
|
}
|
|
3339
3252
|
),
|
|
3340
|
-
/* @__PURE__ */ e(
|
|
3253
|
+
/* @__PURE__ */ e(ri, { direction: pe })
|
|
3341
3254
|
]
|
|
3342
3255
|
}
|
|
3343
3256
|
) : /* @__PURE__ */ e(
|
|
@@ -3350,11 +3263,11 @@ const Dn = te(
|
|
|
3350
3263
|
textOverflow: "ellipsis",
|
|
3351
3264
|
whiteSpace: "nowrap"
|
|
3352
3265
|
},
|
|
3353
|
-
children: x.title || ((
|
|
3266
|
+
children: x.title || ((He = x.accessor) == null ? void 0 : He.toString())
|
|
3354
3267
|
}
|
|
3355
3268
|
),
|
|
3356
3269
|
x.filter && /* @__PURE__ */ e(
|
|
3357
|
-
|
|
3270
|
+
ti,
|
|
3358
3271
|
{
|
|
3359
3272
|
filter: x.filter,
|
|
3360
3273
|
columnTitle: x.title
|
|
@@ -3377,13 +3290,13 @@ const Dn = te(
|
|
|
3377
3290
|
opacity: b ? 1 : 0.45,
|
|
3378
3291
|
transition: "opacity 0.15s"
|
|
3379
3292
|
},
|
|
3380
|
-
children: /* @__PURE__ */ e(
|
|
3293
|
+
children: /* @__PURE__ */ e(ii, { frozen: b })
|
|
3381
3294
|
}
|
|
3382
3295
|
)
|
|
3383
3296
|
]
|
|
3384
3297
|
}
|
|
3385
3298
|
),
|
|
3386
|
-
|
|
3299
|
+
R && /* @__PURE__ */ e(
|
|
3387
3300
|
"div",
|
|
3388
3301
|
{
|
|
3389
3302
|
onMouseDown: (Se) => F(Se, w),
|
|
@@ -3427,11 +3340,11 @@ const Dn = te(
|
|
|
3427
3340
|
}
|
|
3428
3341
|
),
|
|
3429
3342
|
/* @__PURE__ */ e(Yt, { children: o ? /* @__PURE__ */ e(Ie, { children: /* @__PURE__ */ e(we, { colSpan: t.length + 1, children: /* @__PURE__ */ d(f, { style: { gap: "16px" }, children: [
|
|
3430
|
-
/* @__PURE__ */ e(
|
|
3431
|
-
/* @__PURE__ */ e(
|
|
3432
|
-
/* @__PURE__ */ e(
|
|
3433
|
-
/* @__PURE__ */ e(
|
|
3434
|
-
/* @__PURE__ */ e(
|
|
3343
|
+
/* @__PURE__ */ e(Re, { variant: "list" }),
|
|
3344
|
+
/* @__PURE__ */ e(Re, { variant: "list" }),
|
|
3345
|
+
/* @__PURE__ */ e(Re, { variant: "list" }),
|
|
3346
|
+
/* @__PURE__ */ e(Re, { variant: "list" }),
|
|
3347
|
+
/* @__PURE__ */ e(Re, { variant: "list" })
|
|
3435
3348
|
] }) }) }) : !(r != null && r.length) && D ? /* @__PURE__ */ e(Ie, { children: /* @__PURE__ */ e(we, { colSpan: t.length + 1, children: D }) }) : r == null ? void 0 : r.map((x, w) => /* @__PURE__ */ d(
|
|
3436
3349
|
Ie,
|
|
3437
3350
|
{
|
|
@@ -3442,19 +3355,19 @@ const Dn = te(
|
|
|
3442
3355
|
},
|
|
3443
3356
|
onMouseEnter: (b) => {
|
|
3444
3357
|
const W = b.currentTarget;
|
|
3445
|
-
W.style.backgroundColor = Et, Array.from(W.querySelectorAll("td")).forEach((
|
|
3446
|
-
|
|
3358
|
+
W.style.backgroundColor = Et, Array.from(W.querySelectorAll("td")).forEach((R) => {
|
|
3359
|
+
R.style.position === "sticky" && (R.style.backgroundColor = Et);
|
|
3447
3360
|
});
|
|
3448
3361
|
},
|
|
3449
3362
|
onMouseLeave: (b) => {
|
|
3450
3363
|
const W = b.currentTarget;
|
|
3451
|
-
W.style.backgroundColor = "", Array.from(W.querySelectorAll("td")).forEach((
|
|
3452
|
-
|
|
3364
|
+
W.style.backgroundColor = "", Array.from(W.querySelectorAll("td")).forEach((R) => {
|
|
3365
|
+
R.style.position === "sticky" && (R.style.backgroundColor = tt);
|
|
3453
3366
|
});
|
|
3454
3367
|
},
|
|
3455
3368
|
children: [
|
|
3456
3369
|
t.map((b, W) => {
|
|
3457
|
-
const
|
|
3370
|
+
const R = b.render ? b.render(x, w, r) : ze(x, b.accessor), ne = m > 0 && W < m, ye = ie[W] ?? 0, ve = Be[W] !== void 0, xe = ne && W === m - 1;
|
|
3458
3371
|
return /* @__PURE__ */ e(
|
|
3459
3372
|
we,
|
|
3460
3373
|
{
|
|
@@ -3473,7 +3386,7 @@ const Dn = te(
|
|
|
3473
3386
|
textAlign: b.textAlign === "text-right" ? "right" : b.textAlign === "text-center" ? "center" : "left",
|
|
3474
3387
|
...y(W, b.width)
|
|
3475
3388
|
},
|
|
3476
|
-
children: typeof
|
|
3389
|
+
children: typeof R == "string" ? /* @__PURE__ */ e(
|
|
3477
3390
|
C,
|
|
3478
3391
|
{
|
|
3479
3392
|
style: {
|
|
@@ -3482,9 +3395,9 @@ const Dn = te(
|
|
|
3482
3395
|
textOverflow: "ellipsis",
|
|
3483
3396
|
textAlign: b.textAlign === "text-right" ? "right" : b.textAlign === "text-center" ? "center" : "left"
|
|
3484
3397
|
},
|
|
3485
|
-
children:
|
|
3398
|
+
children: R
|
|
3486
3399
|
}
|
|
3487
|
-
) :
|
|
3400
|
+
) : R
|
|
3488
3401
|
},
|
|
3489
3402
|
`row-${w}-col-${W}`
|
|
3490
3403
|
);
|
|
@@ -3500,7 +3413,7 @@ const Dn = te(
|
|
|
3500
3413
|
}, children: /* @__PURE__ */ e($, { direction: "row", align: "center", justify: "center", gap: "sm", children: A.map((b) => {
|
|
3501
3414
|
const W = w === r.length - 1 ? "top" : "bottom";
|
|
3502
3415
|
return b === "detail" && n && (h == null ? void 0 : h(x)) !== !1 ? /* @__PURE__ */ e(ue, { label: "Detail", position: W, children: /* @__PURE__ */ e(
|
|
3503
|
-
|
|
3416
|
+
H,
|
|
3504
3417
|
{
|
|
3505
3418
|
size: "xs",
|
|
3506
3419
|
variant: "outline",
|
|
@@ -3509,7 +3422,7 @@ const Dn = te(
|
|
|
3509
3422
|
iconLeft: /* @__PURE__ */ e(k, { name: "DocumentClean", size: "sm", style: { color: "var(--sa-text-subtle, #8c8f97)" } })
|
|
3510
3423
|
}
|
|
3511
3424
|
) }, "detail") : b === "update" && l && (a == null ? void 0 : a(x)) !== !1 ? /* @__PURE__ */ e(ue, { label: "Update", position: W, children: /* @__PURE__ */ e(
|
|
3512
|
-
|
|
3425
|
+
H,
|
|
3513
3426
|
{
|
|
3514
3427
|
size: "xs",
|
|
3515
3428
|
variant: "outline",
|
|
@@ -3518,7 +3431,7 @@ const Dn = te(
|
|
|
3518
3431
|
iconLeft: /* @__PURE__ */ e(k, { name: "Edit1", size: "sm", style: { color: "var(--sa-text-subtle, #8c8f97)" } })
|
|
3519
3432
|
}
|
|
3520
3433
|
) }, "update") : b === "delete" && i && (s == null ? void 0 : s(x)) !== !1 ? /* @__PURE__ */ e(ue, { label: "Delete", position: W, children: /* @__PURE__ */ e(
|
|
3521
|
-
|
|
3434
|
+
H,
|
|
3522
3435
|
{
|
|
3523
3436
|
size: "xs",
|
|
3524
3437
|
variant: "outline",
|
|
@@ -3526,14 +3439,14 @@ const Dn = te(
|
|
|
3526
3439
|
onClick: () => i(x.id, x),
|
|
3527
3440
|
iconLeft: /* @__PURE__ */ e(k, { name: "Trash1", size: "sm", style: { color: "var(--sa-color-error-600, #c9184a)" } })
|
|
3528
3441
|
}
|
|
3529
|
-
) }, "delete") : b === "custom" ? /* @__PURE__ */ e(
|
|
3442
|
+
) }, "delete") : b === "custom" ? /* @__PURE__ */ e(Rt.Fragment, { children: v == null ? void 0 : v(x) }, "custom") : null;
|
|
3530
3443
|
}) }) }) : null
|
|
3531
3444
|
]
|
|
3532
3445
|
},
|
|
3533
3446
|
`${x}${w}`
|
|
3534
3447
|
)) })
|
|
3535
3448
|
] }) });
|
|
3536
|
-
},
|
|
3449
|
+
}, li = ({
|
|
3537
3450
|
wrapperProps: t,
|
|
3538
3451
|
dataTableProps: r,
|
|
3539
3452
|
headerProps: n,
|
|
@@ -3545,8 +3458,8 @@ const Dn = te(
|
|
|
3545
3458
|
), a = (n == null ? void 0 : n.show) ?? !0, h = le(null), u = (m = r == null ? void 0 : r.pagination) == null ? void 0 : m.totalData;
|
|
3546
3459
|
typeof u == "number" && (h.current = u);
|
|
3547
3460
|
const g = (l == null ? void 0 : l.showFooter) ?? (u === void 0 ? h.current !== 0 : u !== 0);
|
|
3548
|
-
return /* @__PURE__ */ d(
|
|
3549
|
-
a && /* @__PURE__ */ e(
|
|
3461
|
+
return /* @__PURE__ */ d(Yr, { ...t, children: [
|
|
3462
|
+
a && /* @__PURE__ */ e(Xr, { ...n }),
|
|
3550
3463
|
/* @__PURE__ */ e(
|
|
3551
3464
|
f,
|
|
3552
3465
|
{
|
|
@@ -3557,7 +3470,7 @@ const Dn = te(
|
|
|
3557
3470
|
overflowX: "auto"
|
|
3558
3471
|
},
|
|
3559
3472
|
children: r ? /* @__PURE__ */ e(
|
|
3560
|
-
|
|
3473
|
+
ni,
|
|
3561
3474
|
{
|
|
3562
3475
|
...r,
|
|
3563
3476
|
scrollParentRef: i,
|
|
@@ -3568,7 +3481,7 @@ const Dn = te(
|
|
|
3568
3481
|
}
|
|
3569
3482
|
),
|
|
3570
3483
|
g && /* @__PURE__ */ e(
|
|
3571
|
-
|
|
3484
|
+
ei,
|
|
3572
3485
|
{
|
|
3573
3486
|
pagination: r == null ? void 0 : r.pagination,
|
|
3574
3487
|
pageKey: r == null ? void 0 : r.pageKey,
|
|
@@ -3580,15 +3493,15 @@ const Dn = te(
|
|
|
3580
3493
|
)
|
|
3581
3494
|
] });
|
|
3582
3495
|
};
|
|
3583
|
-
function
|
|
3496
|
+
function oi(t) {
|
|
3584
3497
|
return te(
|
|
3585
3498
|
t
|
|
3586
3499
|
);
|
|
3587
3500
|
}
|
|
3588
|
-
const
|
|
3501
|
+
const Ln = oi(li), gt = ({
|
|
3589
3502
|
of: t,
|
|
3590
3503
|
render: r
|
|
3591
|
-
}) =>
|
|
3504
|
+
}) => rr.toArray(t == null ? void 0 : t.map((n, l, i) => r(n, l, i))), O = ({
|
|
3592
3505
|
condition: t,
|
|
3593
3506
|
fallback: r,
|
|
3594
3507
|
children: n,
|
|
@@ -3604,7 +3517,7 @@ const Bn = ci(oi), gt = ({
|
|
|
3604
3517
|
color: t.color || "gray-700",
|
|
3605
3518
|
children: t.children
|
|
3606
3519
|
}
|
|
3607
|
-
), Ce = (t) => /* @__PURE__ */ e(C, { color: "red-600", fontSize: "sm", children: t.message }),
|
|
3520
|
+
), Ce = (t) => /* @__PURE__ */ e(C, { color: "red-600", fontSize: "sm", children: t.message }), ci = ({
|
|
3608
3521
|
size: t = "md",
|
|
3609
3522
|
direction: r = "vertical",
|
|
3610
3523
|
requiredTitle: n = "(Required)",
|
|
@@ -3689,7 +3602,7 @@ const Bn = ci(oi), gt = ({
|
|
|
3689
3602
|
]
|
|
3690
3603
|
}
|
|
3691
3604
|
);
|
|
3692
|
-
},
|
|
3605
|
+
}, ai = ({
|
|
3693
3606
|
size: t = "md",
|
|
3694
3607
|
direction: r = "vertical",
|
|
3695
3608
|
requiredTitle: n = "(Required)",
|
|
@@ -3780,7 +3693,7 @@ const Bn = ci(oi), gt = ({
|
|
|
3780
3693
|
]
|
|
3781
3694
|
}
|
|
3782
3695
|
);
|
|
3783
|
-
},
|
|
3696
|
+
}, si = (t, r) => typeof t == "string" && t || r === "error" ? "var(--sa-text-error, #a4133c)" : "var(--sa-text-disable, #181a198f)", di = (t) => {
|
|
3784
3697
|
var a;
|
|
3785
3698
|
const [r, n] = M(!1), l = (h) => {
|
|
3786
3699
|
h.preventDefault(), h.stopPropagation();
|
|
@@ -3807,7 +3720,7 @@ const Bn = ci(oi), gt = ({
|
|
|
3807
3720
|
paddingBlock: "md",
|
|
3808
3721
|
borderRadius: "rounded-md",
|
|
3809
3722
|
style: {
|
|
3810
|
-
border: r ? "1px solid var(--sa-text-info, #0073ab)" : `1px solid ${
|
|
3723
|
+
border: r ? "1px solid var(--sa-text-info, #0073ab)" : `1px solid ${si(t.errorMessage, t.status)}`
|
|
3811
3724
|
},
|
|
3812
3725
|
children: [
|
|
3813
3726
|
/* @__PURE__ */ e(
|
|
@@ -3849,17 +3762,17 @@ const Bn = ci(oi), gt = ({
|
|
|
3849
3762
|
}
|
|
3850
3763
|
);
|
|
3851
3764
|
};
|
|
3852
|
-
function
|
|
3765
|
+
function Wn(t) {
|
|
3853
3766
|
return t.split(" ").map((r) => r[0]).join("").slice(0, 2).toUpperCase();
|
|
3854
3767
|
}
|
|
3855
|
-
const
|
|
3768
|
+
const hi = (t) => {
|
|
3856
3769
|
const r = {
|
|
3857
3770
|
day: "2-digit",
|
|
3858
3771
|
month: "short",
|
|
3859
3772
|
year: "numeric"
|
|
3860
3773
|
};
|
|
3861
3774
|
return t.toLocaleDateString("id-ID", r);
|
|
3862
|
-
},
|
|
3775
|
+
}, Bn = (t) => {
|
|
3863
3776
|
const r = {
|
|
3864
3777
|
Jan: 0,
|
|
3865
3778
|
Feb: 1,
|
|
@@ -3879,7 +3792,7 @@ const ui = (t) => {
|
|
|
3879
3792
|
const l = parseInt(n[0], 10), i = r[n[1]], o = parseInt(n[2], 10);
|
|
3880
3793
|
return isNaN(l) || isNaN(i) || isNaN(o) ? null : new Date(o, i, l);
|
|
3881
3794
|
};
|
|
3882
|
-
function
|
|
3795
|
+
function An(t, r = !0) {
|
|
3883
3796
|
if (!t)
|
|
3884
3797
|
return "Rp 0";
|
|
3885
3798
|
const n = typeof t == "number" ? t.toString() : t;
|
|
@@ -3894,19 +3807,19 @@ String.prototype.toTitleCase = function() {
|
|
|
3894
3807
|
String.prototype.toNumber = function() {
|
|
3895
3808
|
return Number(this);
|
|
3896
3809
|
};
|
|
3897
|
-
const
|
|
3810
|
+
const Hn = (t) => {
|
|
3898
3811
|
const r = t.split(" ");
|
|
3899
3812
|
let n = r[0].charAt(0);
|
|
3900
3813
|
return r.length > 1 && (n += "" + r[1].charAt(0)), n.toUpperCase();
|
|
3901
3814
|
};
|
|
3902
|
-
function
|
|
3815
|
+
function Rn(t) {
|
|
3903
3816
|
const r = typeof t == "string" ? new Date(t) : t;
|
|
3904
3817
|
if (isNaN(r.getTime()))
|
|
3905
3818
|
throw new Error("Invalid date format");
|
|
3906
3819
|
const n = r.getFullYear(), l = String(r.getMonth() + 1).padStart(2, "0"), i = String(r.getDate()).padStart(2, "0");
|
|
3907
3820
|
return `${n}-${l}-${i}`;
|
|
3908
3821
|
}
|
|
3909
|
-
const
|
|
3822
|
+
const ui = "sa-admin", ge = (t) => `var(--${ui}-${t})`, In = {
|
|
3910
3823
|
base: {
|
|
3911
3824
|
borderColor: ge("base-border-color"),
|
|
3912
3825
|
textColor: ge("base-text-color"),
|
|
@@ -3924,22 +3837,22 @@ const fi = "sa-admin", ge = (t) => `var(--${fi}-${t})`, zn = {
|
|
|
3924
3837
|
collapseWidth: ge("sidebar-collapse-width"),
|
|
3925
3838
|
collapseV2Width: ge("sidebar-v2-collapse-width")
|
|
3926
3839
|
}
|
|
3927
|
-
},
|
|
3840
|
+
}, Vn = 24 * 60 * 60 * 1e3, zn = (t) => {
|
|
3928
3841
|
const r = "14px poppins", l = document.createElement("canvas").getContext("2d");
|
|
3929
3842
|
l.font = r;
|
|
3930
3843
|
const i = l.measureText(t).width;
|
|
3931
3844
|
return Number(Math.ceil(i));
|
|
3932
|
-
},
|
|
3933
|
-
function
|
|
3845
|
+
}, fi = /^[^\s@]+@[^\s@]+\.[^\s@]+$/, gi = /--+/, mi = /-$/;
|
|
3846
|
+
function Tn(t, r) {
|
|
3934
3847
|
return JSON.stringify(t) !== JSON.stringify(r);
|
|
3935
3848
|
}
|
|
3936
|
-
function
|
|
3849
|
+
function On(t) {
|
|
3937
3850
|
return /^(?:\+62|62|0)8[1-9][0-9]{7,10}$/.test(t);
|
|
3938
3851
|
}
|
|
3939
|
-
function
|
|
3852
|
+
function Nn(t) {
|
|
3940
3853
|
return /^[A-Za-z\s]+$/.test(t);
|
|
3941
3854
|
}
|
|
3942
|
-
const
|
|
3855
|
+
const Zn = (t) => {
|
|
3943
3856
|
const r = /^[0-9]$/, n = [
|
|
3944
3857
|
"ArrowLeft",
|
|
3945
3858
|
"ArrowRight",
|
|
@@ -3951,7 +3864,7 @@ const $n = (t) => {
|
|
|
3951
3864
|
"Tab"
|
|
3952
3865
|
];
|
|
3953
3866
|
(t.ctrlKey || t.metaKey) && (t.key === "a" || t.key === "c" || t.key === "v") || !r.test(t.key) && !n.includes(t.key) && t.preventDefault();
|
|
3954
|
-
},
|
|
3867
|
+
}, jn = (t) => {
|
|
3955
3868
|
const r = /^[0-9]$/, n = [
|
|
3956
3869
|
"ArrowLeft",
|
|
3957
3870
|
"ArrowRight",
|
|
@@ -3963,7 +3876,7 @@ const $n = (t) => {
|
|
|
3963
3876
|
"Tab"
|
|
3964
3877
|
];
|
|
3965
3878
|
(t.ctrlKey || t.metaKey) && t.key === "v" || r.test(t.key) && !n.includes(t.key) && t.preventDefault();
|
|
3966
|
-
},
|
|
3879
|
+
}, $n = (t) => {
|
|
3967
3880
|
const r = /^[0-9.]$/, n = [
|
|
3968
3881
|
"ArrowLeft",
|
|
3969
3882
|
"ArrowRight",
|
|
@@ -3975,11 +3888,11 @@ const $n = (t) => {
|
|
|
3975
3888
|
"Tab"
|
|
3976
3889
|
];
|
|
3977
3890
|
(t.ctrlKey || t.metaKey) && t.key === "v" || !r.test(t.key) && !n.includes(t.key) && t.preventDefault();
|
|
3978
|
-
},
|
|
3979
|
-
function
|
|
3980
|
-
return !(
|
|
3891
|
+
}, _n = (t) => fi.test(t);
|
|
3892
|
+
function Un(t) {
|
|
3893
|
+
return !(gi.test(t) || mi.test(t));
|
|
3981
3894
|
}
|
|
3982
|
-
const
|
|
3895
|
+
const qn = (t) => {
|
|
3983
3896
|
const r = [
|
|
3984
3897
|
"ArrowLeft",
|
|
3985
3898
|
"ArrowRight",
|
|
@@ -3996,7 +3909,7 @@ const Jn = (t) => {
|
|
|
3996
3909
|
return;
|
|
3997
3910
|
const n = t.currentTarget.value;
|
|
3998
3911
|
/^[0-9]$/.test(t.key) || t.key === "." && !n.includes(".") || t.key === "-" && n.length === 0 && !n.includes("-") || r.includes(t.key) || t.preventDefault();
|
|
3999
|
-
},
|
|
3912
|
+
}, Gn = (t) => {
|
|
4000
3913
|
const r = document.getElementById(t);
|
|
4001
3914
|
if (r) {
|
|
4002
3915
|
const n = r.getBoundingClientRect(), l = window.scrollY + n.top - 80;
|
|
@@ -4006,7 +3919,7 @@ const Jn = (t) => {
|
|
|
4006
3919
|
});
|
|
4007
3920
|
}
|
|
4008
3921
|
};
|
|
4009
|
-
function
|
|
3922
|
+
function yi(t) {
|
|
4010
3923
|
const r = t.toLowerCase();
|
|
4011
3924
|
if (["kb", "mb", "gb"].find((o) => r.endsWith(o)))
|
|
4012
3925
|
return t;
|
|
@@ -4015,11 +3928,11 @@ function pi(t) {
|
|
|
4015
3928
|
throw new Error("Invalid size format");
|
|
4016
3929
|
return i >= 1e6 ? `${(i / 1e6).toFixed(2)}MB` : i >= 1e3 ? `${(i / 1e3).toFixed(2)}KB` : `${i}B`;
|
|
4017
3930
|
}
|
|
4018
|
-
function
|
|
3931
|
+
function pi(t) {
|
|
4019
3932
|
const r = t.split("/");
|
|
4020
3933
|
return r[r.length - 1];
|
|
4021
3934
|
}
|
|
4022
|
-
const
|
|
3935
|
+
const xi = (t) => {
|
|
4023
3936
|
var r, n;
|
|
4024
3937
|
return /* @__PURE__ */ d(
|
|
4025
3938
|
f,
|
|
@@ -4064,11 +3977,11 @@ const Ci = (t) => {
|
|
|
4064
3977
|
whiteSpace: "nowrap",
|
|
4065
3978
|
overflow: "hidden"
|
|
4066
3979
|
},
|
|
4067
|
-
children:
|
|
3980
|
+
children: pi(t.defaultUrl || "") || ((r = t.fileSelected) == null ? void 0 : r.name)
|
|
4068
3981
|
}
|
|
4069
3982
|
),
|
|
4070
3983
|
!t.defaultUrl && /* @__PURE__ */ d($, { direction: "row", gap: "xs", align: "center", children: [
|
|
4071
|
-
/* @__PURE__ */ e(C, { fontSize: "sm", fontWeight: "medium", children: `${
|
|
3984
|
+
/* @__PURE__ */ e(C, { fontSize: "sm", fontWeight: "medium", children: `${yi(
|
|
4072
3985
|
((n = t.fileSelected) == null ? void 0 : n.size.toString()) || "100000"
|
|
4073
3986
|
)}` }),
|
|
4074
3987
|
/* @__PURE__ */ e(k, { name: "Dot", size: "xs" }),
|
|
@@ -4080,14 +3993,14 @@ const Ci = (t) => {
|
|
|
4080
3993
|
style: {
|
|
4081
3994
|
textWrap: "nowrap"
|
|
4082
3995
|
},
|
|
4083
|
-
children: t.fileDate ? t.fileDate :
|
|
3996
|
+
children: t.fileDate ? t.fileDate : hi(/* @__PURE__ */ new Date())
|
|
4084
3997
|
}
|
|
4085
3998
|
)
|
|
4086
3999
|
] })
|
|
4087
4000
|
] })
|
|
4088
4001
|
] }),
|
|
4089
4002
|
/* @__PURE__ */ e(
|
|
4090
|
-
|
|
4003
|
+
H,
|
|
4091
4004
|
{
|
|
4092
4005
|
size: "xs",
|
|
4093
4006
|
secondary: !0,
|
|
@@ -4109,7 +4022,7 @@ const Ci = (t) => {
|
|
|
4109
4022
|
]
|
|
4110
4023
|
}
|
|
4111
4024
|
);
|
|
4112
|
-
},
|
|
4025
|
+
}, Ci = ({ status: t = "default", ...r }) => {
|
|
4113
4026
|
var o;
|
|
4114
4027
|
const n = le(null), l = () => {
|
|
4115
4028
|
if (r.defaultUrl) {
|
|
@@ -4146,7 +4059,7 @@ const Ci = (t) => {
|
|
|
4146
4059
|
...r.containerProps,
|
|
4147
4060
|
children: [
|
|
4148
4061
|
(r.fileSelected || r.defaultUrl) && /* @__PURE__ */ e(
|
|
4149
|
-
|
|
4062
|
+
xi,
|
|
4150
4063
|
{
|
|
4151
4064
|
fileSelected: r.fileSelected,
|
|
4152
4065
|
fileDate: r.fileDate,
|
|
@@ -4156,7 +4069,7 @@ const Ci = (t) => {
|
|
|
4156
4069
|
}
|
|
4157
4070
|
),
|
|
4158
4071
|
!r.fileSelected && !r.defaultUrl && /* @__PURE__ */ e(
|
|
4159
|
-
|
|
4072
|
+
di,
|
|
4160
4073
|
{
|
|
4161
4074
|
fileSupports: r.fileSupportOption,
|
|
4162
4075
|
isDesktop: i,
|
|
@@ -4171,7 +4084,7 @@ const Ci = (t) => {
|
|
|
4171
4084
|
),
|
|
4172
4085
|
typeof r.errorMessage == "string" && r.errorMessage && /* @__PURE__ */ e(C, { color: "error", fontSize: "xs", children: r.errorMessage })
|
|
4173
4086
|
] });
|
|
4174
|
-
},
|
|
4087
|
+
}, Di = ({
|
|
4175
4088
|
size: t = "md",
|
|
4176
4089
|
direction: r = "vertical",
|
|
4177
4090
|
requiredTitle: n = "(Required)",
|
|
@@ -4241,7 +4154,7 @@ const Ci = (t) => {
|
|
|
4241
4154
|
),
|
|
4242
4155
|
/* @__PURE__ */ d($, { gap: "xs", children: [
|
|
4243
4156
|
/* @__PURE__ */ e(
|
|
4244
|
-
|
|
4157
|
+
Ci,
|
|
4245
4158
|
{
|
|
4246
4159
|
...i.inputProps,
|
|
4247
4160
|
status: i.errorMessage ? "error" : "default"
|
|
@@ -4252,7 +4165,7 @@ const Ci = (t) => {
|
|
|
4252
4165
|
]
|
|
4253
4166
|
}
|
|
4254
4167
|
);
|
|
4255
|
-
},
|
|
4168
|
+
}, vi = ({
|
|
4256
4169
|
size: t = "md",
|
|
4257
4170
|
direction: r = "vertical",
|
|
4258
4171
|
requiredTitle: n = "(Required)",
|
|
@@ -4375,7 +4288,7 @@ const Ci = (t) => {
|
|
|
4375
4288
|
]
|
|
4376
4289
|
}
|
|
4377
4290
|
);
|
|
4378
|
-
},
|
|
4291
|
+
}, bi = ({
|
|
4379
4292
|
position: t = "vertical",
|
|
4380
4293
|
size: r = "md",
|
|
4381
4294
|
fullWidth: n = !1,
|
|
@@ -4417,7 +4330,7 @@ const Ci = (t) => {
|
|
|
4417
4330
|
})),
|
|
4418
4331
|
render: ({ value: s, id: a, isChecked: h, subInput: u, label: g, description: m }) => /* @__PURE__ */ d(f, { gap: "xs", customMaxWidth: i, children: [
|
|
4419
4332
|
/* @__PURE__ */ e(
|
|
4420
|
-
|
|
4333
|
+
tr,
|
|
4421
4334
|
{
|
|
4422
4335
|
id: `${a.toString()}-${s}`,
|
|
4423
4336
|
name: l.groupName || g,
|
|
@@ -4453,7 +4366,7 @@ const Ci = (t) => {
|
|
|
4453
4366
|
]
|
|
4454
4367
|
}
|
|
4455
4368
|
);
|
|
4456
|
-
},
|
|
4369
|
+
}, wi = ({
|
|
4457
4370
|
size: t = "md",
|
|
4458
4371
|
direction: r = "vertical",
|
|
4459
4372
|
requiredTitle: n = "(Required)",
|
|
@@ -4536,7 +4449,7 @@ const Ci = (t) => {
|
|
|
4536
4449
|
]
|
|
4537
4450
|
}
|
|
4538
4451
|
);
|
|
4539
|
-
},
|
|
4452
|
+
}, ki = ({
|
|
4540
4453
|
size: t = "md",
|
|
4541
4454
|
direction: r = "vertical",
|
|
4542
4455
|
requiredTitle: n = "(Required)",
|
|
@@ -4606,7 +4519,7 @@ const Ci = (t) => {
|
|
|
4606
4519
|
}
|
|
4607
4520
|
),
|
|
4608
4521
|
/* @__PURE__ */ e(
|
|
4609
|
-
|
|
4522
|
+
Ht,
|
|
4610
4523
|
{
|
|
4611
4524
|
checked: o.checked,
|
|
4612
4525
|
onChange: o.onChange,
|
|
@@ -4618,12 +4531,12 @@ const Ci = (t) => {
|
|
|
4618
4531
|
]
|
|
4619
4532
|
}
|
|
4620
4533
|
);
|
|
4621
|
-
},
|
|
4534
|
+
}, Si = ({
|
|
4622
4535
|
variant: t = "primary",
|
|
4623
4536
|
size: r = "md",
|
|
4624
4537
|
...n
|
|
4625
4538
|
}) => {
|
|
4626
|
-
const l =
|
|
4539
|
+
const l = er(), i = (s) => {
|
|
4627
4540
|
var h, u, g, m, p, v;
|
|
4628
4541
|
if (!s) return;
|
|
4629
4542
|
const a = n.disabled ? "var(--sa-text-disable, #181a198f)" : t === "secondary" ? "var(--sa-text-subtle, #8c8f97)" : t === "secondary-danger" ? (u = (h = l == null ? void 0 : l.computed) == null ? void 0 : h.red) == null ? void 0 : u[600] : t === "secondary-primary" ? (m = (g = l == null ? void 0 : l.computed) == null ? void 0 : g.blue) == null ? void 0 : m[700] : (v = (p = l == null ? void 0 : l.computed) == null ? void 0 : p.gray) == null ? void 0 : v[50];
|
|
@@ -4648,7 +4561,7 @@ const Ci = (t) => {
|
|
|
4648
4561
|
}
|
|
4649
4562
|
};
|
|
4650
4563
|
return /* @__PURE__ */ e(
|
|
4651
|
-
|
|
4564
|
+
H,
|
|
4652
4565
|
{
|
|
4653
4566
|
fullWidth: !0,
|
|
4654
4567
|
disabled: n.disabled,
|
|
@@ -4663,7 +4576,7 @@ const Ci = (t) => {
|
|
|
4663
4576
|
children: o()
|
|
4664
4577
|
}
|
|
4665
4578
|
);
|
|
4666
|
-
},
|
|
4579
|
+
}, Fi = (t) => /* @__PURE__ */ e(
|
|
4667
4580
|
me.H5,
|
|
4668
4581
|
{
|
|
4669
4582
|
props: {
|
|
@@ -4671,7 +4584,7 @@ const Ci = (t) => {
|
|
|
4671
4584
|
},
|
|
4672
4585
|
children: t.title
|
|
4673
4586
|
}
|
|
4674
|
-
),
|
|
4587
|
+
), Ei = ({
|
|
4675
4588
|
size: t = "md",
|
|
4676
4589
|
direction: r = "vertical",
|
|
4677
4590
|
requiredTitle: n = "(Required)",
|
|
@@ -4762,7 +4675,7 @@ const Ci = (t) => {
|
|
|
4762
4675
|
}
|
|
4763
4676
|
);
|
|
4764
4677
|
};
|
|
4765
|
-
async function
|
|
4678
|
+
async function Mi(t, r) {
|
|
4766
4679
|
const n = new Image();
|
|
4767
4680
|
n.src = t, await new Promise((o, s) => {
|
|
4768
4681
|
n.onload = o, n.onerror = s;
|
|
@@ -4798,7 +4711,7 @@ const Mt = {
|
|
|
4798
4711
|
"2:3": 2 / 3,
|
|
4799
4712
|
"3:2": 3 / 2,
|
|
4800
4713
|
"32:9": 32 / 9
|
|
4801
|
-
},
|
|
4714
|
+
}, Li = It(
|
|
4802
4715
|
({
|
|
4803
4716
|
handleUpload: t,
|
|
4804
4717
|
urlImage: r,
|
|
@@ -4811,7 +4724,7 @@ const Mt = {
|
|
|
4811
4724
|
maxFileSize: h = 2,
|
|
4812
4725
|
onError: u
|
|
4813
4726
|
}, g) => {
|
|
4814
|
-
const m = ee("md"), [p, v] = M(!1), [A, D] = M(null), [T,
|
|
4727
|
+
const m = ee("md"), [p, v] = M(!1), [A, D] = M(null), [T, Z] = M(!1), [j, Q] = M({ x: 0, y: 0 }), [L, fe] = M(1), [P, I] = M(null);
|
|
4815
4728
|
_(() => {
|
|
4816
4729
|
r === null && i(null);
|
|
4817
4730
|
}, [r]);
|
|
@@ -4826,26 +4739,26 @@ const Mt = {
|
|
|
4826
4739
|
if (!z) return;
|
|
4827
4740
|
const X = new FileReader();
|
|
4828
4741
|
X.onload = () => {
|
|
4829
|
-
D(X.result),
|
|
4742
|
+
D(X.result), Z(!0);
|
|
4830
4743
|
}, X.readAsDataURL(z);
|
|
4831
4744
|
}, ce = async () => {
|
|
4832
4745
|
if (!(!A || !P))
|
|
4833
4746
|
try {
|
|
4834
|
-
const V = await
|
|
4747
|
+
const V = await Mi(A, P);
|
|
4835
4748
|
if (h && V.size > h * 1024 * 1024) {
|
|
4836
4749
|
u == null || u(`Ukuran file maksimal ${h}MB`);
|
|
4837
4750
|
return;
|
|
4838
4751
|
}
|
|
4839
4752
|
t == null || t(V);
|
|
4840
4753
|
const z = URL.createObjectURL(V);
|
|
4841
|
-
i(z, V),
|
|
4754
|
+
i(z, V), Z(!1);
|
|
4842
4755
|
} catch {
|
|
4843
4756
|
u == null || u("Gagal memproses gambar");
|
|
4844
4757
|
}
|
|
4845
4758
|
}, U = le(null), ae = () => {
|
|
4846
4759
|
U.current && U.current.click();
|
|
4847
4760
|
};
|
|
4848
|
-
|
|
4761
|
+
ir(g, () => ({
|
|
4849
4762
|
openFileDialog: () => {
|
|
4850
4763
|
var V;
|
|
4851
4764
|
(V = U.current) == null || V.click();
|
|
@@ -4982,7 +4895,7 @@ const Mt = {
|
|
|
4982
4895
|
)
|
|
4983
4896
|
}
|
|
4984
4897
|
),
|
|
4985
|
-
T &&
|
|
4898
|
+
T && nr.createPortal(
|
|
4986
4899
|
/* @__PURE__ */ e(
|
|
4987
4900
|
"div",
|
|
4988
4901
|
{
|
|
@@ -4995,7 +4908,7 @@ const Mt = {
|
|
|
4995
4908
|
justifyContent: "center",
|
|
4996
4909
|
backgroundColor: "rgba(0,0,0,0.6)"
|
|
4997
4910
|
},
|
|
4998
|
-
onClick: () =>
|
|
4911
|
+
onClick: () => Z(!1),
|
|
4999
4912
|
children: /* @__PURE__ */ d(
|
|
5000
4913
|
"div",
|
|
5001
4914
|
{
|
|
@@ -5020,10 +4933,10 @@ const Mt = {
|
|
|
5020
4933
|
backgroundColor: "var(--sa-color-gray-100)"
|
|
5021
4934
|
},
|
|
5022
4935
|
children: A && /* @__PURE__ */ e(
|
|
5023
|
-
|
|
4936
|
+
or,
|
|
5024
4937
|
{
|
|
5025
4938
|
image: A,
|
|
5026
|
-
crop:
|
|
4939
|
+
crop: j,
|
|
5027
4940
|
zoom: L,
|
|
5028
4941
|
aspect: s ? Mt[s] : void 0,
|
|
5029
4942
|
onCropChange: Q,
|
|
@@ -5047,8 +4960,8 @@ const Mt = {
|
|
|
5047
4960
|
borderTop: "1px solid var(--sa-border-subtle)"
|
|
5048
4961
|
},
|
|
5049
4962
|
children: [
|
|
5050
|
-
/* @__PURE__ */ e(
|
|
5051
|
-
/* @__PURE__ */ e(
|
|
4963
|
+
/* @__PURE__ */ e(H, { size: "sm", secondary: !0, onClick: () => Z(!1), children: "Cancel" }),
|
|
4964
|
+
/* @__PURE__ */ e(H, { size: "sm", primary: !0, onClick: ce, children: "Crop" })
|
|
5052
4965
|
]
|
|
5053
4966
|
}
|
|
5054
4967
|
)
|
|
@@ -5063,7 +4976,7 @@ const Mt = {
|
|
|
5063
4976
|
}
|
|
5064
4977
|
);
|
|
5065
4978
|
}
|
|
5066
|
-
),
|
|
4979
|
+
), Wi = ({
|
|
5067
4980
|
size: t = "md",
|
|
5068
4981
|
direction: r = "vertical",
|
|
5069
4982
|
requiredTitle: n = "(Required)",
|
|
@@ -5133,13 +5046,13 @@ const Mt = {
|
|
|
5133
5046
|
}
|
|
5134
5047
|
),
|
|
5135
5048
|
/* @__PURE__ */ d($, { gap: "xs", children: [
|
|
5136
|
-
/* @__PURE__ */ e(
|
|
5049
|
+
/* @__PURE__ */ e(Li, { ...o.inputProps }),
|
|
5137
5050
|
!s && o.errorMessage && /* @__PURE__ */ e(Ce, { message: o.errorMessage })
|
|
5138
5051
|
] })
|
|
5139
5052
|
]
|
|
5140
5053
|
}
|
|
5141
5054
|
);
|
|
5142
|
-
},
|
|
5055
|
+
}, Bi = ({
|
|
5143
5056
|
size: t = "md",
|
|
5144
5057
|
direction: r = "vertical",
|
|
5145
5058
|
requiredTitle: n = "(Required)",
|
|
@@ -5211,7 +5124,7 @@ const Mt = {
|
|
|
5211
5124
|
]
|
|
5212
5125
|
}
|
|
5213
5126
|
);
|
|
5214
|
-
},
|
|
5127
|
+
}, Jn = ({
|
|
5215
5128
|
items: t,
|
|
5216
5129
|
id: r,
|
|
5217
5130
|
handleOnUpdate: n,
|
|
@@ -5238,7 +5151,7 @@ const Mt = {
|
|
|
5238
5151
|
width: l
|
|
5239
5152
|
},
|
|
5240
5153
|
children: i && /* @__PURE__ */ e(
|
|
5241
|
-
|
|
5154
|
+
Ht,
|
|
5242
5155
|
{
|
|
5243
5156
|
disabled: o,
|
|
5244
5157
|
checked: h,
|
|
@@ -5248,20 +5161,20 @@ const Mt = {
|
|
|
5248
5161
|
)
|
|
5249
5162
|
}
|
|
5250
5163
|
);
|
|
5251
|
-
},
|
|
5252
|
-
InputText:
|
|
5253
|
-
InputDropdown:
|
|
5254
|
-
InputSingleFile:
|
|
5255
|
-
CheckBoxOptions:
|
|
5256
|
-
RadioOptions:
|
|
5257
|
-
InputTextArea:
|
|
5258
|
-
ToggleForm:
|
|
5259
|
-
ActionButton:
|
|
5260
|
-
FormTitle:
|
|
5261
|
-
InputDate:
|
|
5262
|
-
InputImgFile:
|
|
5263
|
-
Custom:
|
|
5264
|
-
},
|
|
5164
|
+
}, Qn = {
|
|
5165
|
+
InputText: ci,
|
|
5166
|
+
InputDropdown: ai,
|
|
5167
|
+
InputSingleFile: Di,
|
|
5168
|
+
CheckBoxOptions: vi,
|
|
5169
|
+
RadioOptions: bi,
|
|
5170
|
+
InputTextArea: wi,
|
|
5171
|
+
ToggleForm: ki,
|
|
5172
|
+
ActionButton: Si,
|
|
5173
|
+
FormTitle: Fi,
|
|
5174
|
+
InputDate: Ei,
|
|
5175
|
+
InputImgFile: Wi,
|
|
5176
|
+
Custom: Bi
|
|
5177
|
+
}, Ai = ({ customBottom: t }) => {
|
|
5265
5178
|
const [r, n] = M(!1), l = () => {
|
|
5266
5179
|
window.scrollY > window.screenY ? n(!0) : n(!1);
|
|
5267
5180
|
}, i = () => {
|
|
@@ -5288,7 +5201,7 @@ const Mt = {
|
|
|
5288
5201
|
transition: "transform 0.2s ease-in-out"
|
|
5289
5202
|
},
|
|
5290
5203
|
children: /* @__PURE__ */ e(
|
|
5291
|
-
|
|
5204
|
+
H,
|
|
5292
5205
|
{
|
|
5293
5206
|
secondary: !0,
|
|
5294
5207
|
size: "xs",
|
|
@@ -5311,7 +5224,7 @@ const Mt = {
|
|
|
5311
5224
|
)
|
|
5312
5225
|
}
|
|
5313
5226
|
);
|
|
5314
|
-
},
|
|
5227
|
+
}, Pn = ({ pageLayout: t, children: r, wrapperProps: n, containerProps: l }) => {
|
|
5315
5228
|
const i = ee("md"), o = (l == null ? void 0 : l.customWidth) ?? 264;
|
|
5316
5229
|
return /* @__PURE__ */ d(
|
|
5317
5230
|
f,
|
|
@@ -5350,7 +5263,7 @@ const Mt = {
|
|
|
5350
5263
|
]
|
|
5351
5264
|
}
|
|
5352
5265
|
);
|
|
5353
|
-
},
|
|
5266
|
+
}, Yn = ({
|
|
5354
5267
|
children: t,
|
|
5355
5268
|
withScrollToTopButton: r = !1,
|
|
5356
5269
|
scrollToTopButtonProps: n,
|
|
@@ -5377,7 +5290,7 @@ const Mt = {
|
|
|
5377
5290
|
borderWidth: "border-t",
|
|
5378
5291
|
children: [
|
|
5379
5292
|
r && /* @__PURE__ */ e(
|
|
5380
|
-
|
|
5293
|
+
Ai,
|
|
5381
5294
|
{
|
|
5382
5295
|
...n,
|
|
5383
5296
|
customBottom: (n == null ? void 0 : n.customBottom) || "5.7rem"
|
|
@@ -5386,7 +5299,7 @@ const Mt = {
|
|
|
5386
5299
|
t
|
|
5387
5300
|
]
|
|
5388
5301
|
}
|
|
5389
|
-
) }),
|
|
5302
|
+
) }), Xn = ({ fields: t }) => /* @__PURE__ */ e(f, { display: "flex", direction: "column", gap: "lg", children: /* @__PURE__ */ e(
|
|
5390
5303
|
gt,
|
|
5391
5304
|
{
|
|
5392
5305
|
of: t,
|
|
@@ -5402,7 +5315,7 @@ const Mt = {
|
|
|
5402
5315
|
silhouette: "#A7B0AC",
|
|
5403
5316
|
accent: "#78867F"
|
|
5404
5317
|
};
|
|
5405
|
-
function
|
|
5318
|
+
function Ri({ width: t, height: r }) {
|
|
5406
5319
|
return /* @__PURE__ */ e(G, { children: /* @__PURE__ */ d(
|
|
5407
5320
|
"svg",
|
|
5408
5321
|
{
|
|
@@ -5545,7 +5458,7 @@ function Ii({ width: t, height: r }) {
|
|
|
5545
5458
|
}
|
|
5546
5459
|
) });
|
|
5547
5460
|
}
|
|
5548
|
-
const
|
|
5461
|
+
const Kn = ({
|
|
5549
5462
|
title: t = "create",
|
|
5550
5463
|
children: r,
|
|
5551
5464
|
onClickAction: n,
|
|
@@ -5560,9 +5473,9 @@ const tl = ({
|
|
|
5560
5473
|
const g = () => {
|
|
5561
5474
|
switch (l) {
|
|
5562
5475
|
case "primary":
|
|
5563
|
-
return /* @__PURE__ */ e(G, { children: o ? /* @__PURE__ */ e(
|
|
5476
|
+
return /* @__PURE__ */ e(G, { children: o ? /* @__PURE__ */ e(H, { primary: !0, iconLeft: o, onClick: n, children: h || t }) : /* @__PURE__ */ e(H, { primary: !0, onClick: n, children: h || t }) });
|
|
5564
5477
|
case "secondary":
|
|
5565
|
-
return /* @__PURE__ */ e(G, { children: o ? /* @__PURE__ */ e(
|
|
5478
|
+
return /* @__PURE__ */ e(G, { children: o ? /* @__PURE__ */ e(H, { secondary: !0, iconLeft: o, onClick: n, children: i ? /* @__PURE__ */ e(
|
|
5566
5479
|
C,
|
|
5567
5480
|
{
|
|
5568
5481
|
fontFamily: "Poppins",
|
|
@@ -5571,11 +5484,11 @@ const tl = ({
|
|
|
5571
5484
|
style: { color: "var(--sa-background-success, #28ac6e)" },
|
|
5572
5485
|
children: h || t
|
|
5573
5486
|
}
|
|
5574
|
-
) : t }) : /* @__PURE__ */ e(
|
|
5487
|
+
) : t }) : /* @__PURE__ */ e(H, { secondary: !0, onClick: n, children: h || t }) });
|
|
5575
5488
|
case "success":
|
|
5576
|
-
return /* @__PURE__ */ e(G, { children: o ? /* @__PURE__ */ e(
|
|
5489
|
+
return /* @__PURE__ */ e(G, { children: o ? /* @__PURE__ */ e(H, { success: !0, iconLeft: o, onClick: n, children: h || t }) : /* @__PURE__ */ e(H, { success: !0, onClick: n, children: h || t }) });
|
|
5577
5490
|
default:
|
|
5578
|
-
return /* @__PURE__ */ e(G, { children: o ? /* @__PURE__ */ e(
|
|
5491
|
+
return /* @__PURE__ */ e(G, { children: o ? /* @__PURE__ */ e(H, { primary: !0, iconLeft: o, onClick: n, children: h || t }) : /* @__PURE__ */ e(H, { primary: !0, onClick: n, children: h || t }) });
|
|
5579
5492
|
}
|
|
5580
5493
|
};
|
|
5581
5494
|
return /* @__PURE__ */ d(
|
|
@@ -5590,7 +5503,7 @@ const tl = ({
|
|
|
5590
5503
|
marginBlock: "auto",
|
|
5591
5504
|
customHeight: a,
|
|
5592
5505
|
children: [
|
|
5593
|
-
u || /* @__PURE__ */ e(
|
|
5506
|
+
u || /* @__PURE__ */ e(Ri, {}),
|
|
5594
5507
|
/* @__PURE__ */ e(f, { children: r.map((m, p) => /* @__PURE__ */ e(
|
|
5595
5508
|
me.Body1,
|
|
5596
5509
|
{
|
|
@@ -5616,7 +5529,7 @@ const tl = ({
|
|
|
5616
5529
|
c000000: "#000000",
|
|
5617
5530
|
cFFFFFF: "#FFFFFF"
|
|
5618
5531
|
};
|
|
5619
|
-
function
|
|
5532
|
+
function Ii({ width: t, height: r }) {
|
|
5620
5533
|
return /* @__PURE__ */ e(G, { children: /* @__PURE__ */ d(
|
|
5621
5534
|
"svg",
|
|
5622
5535
|
{
|
|
@@ -5819,7 +5732,7 @@ function Vi({ width: t, height: r }) {
|
|
|
5819
5732
|
}
|
|
5820
5733
|
) });
|
|
5821
5734
|
}
|
|
5822
|
-
function
|
|
5735
|
+
function el({ onClick: t }) {
|
|
5823
5736
|
const r = ee("md");
|
|
5824
5737
|
return /* @__PURE__ */ d(
|
|
5825
5738
|
f,
|
|
@@ -5831,7 +5744,7 @@ function rl({ onClick: t }) {
|
|
|
5831
5744
|
justify: "center",
|
|
5832
5745
|
gap: "md",
|
|
5833
5746
|
children: [
|
|
5834
|
-
/* @__PURE__ */ e(
|
|
5747
|
+
/* @__PURE__ */ e(Ii, { width: r ? 600 : 300 }),
|
|
5835
5748
|
/* @__PURE__ */ e(
|
|
5836
5749
|
C,
|
|
5837
5750
|
{
|
|
@@ -5850,7 +5763,7 @@ function rl({ onClick: t }) {
|
|
|
5850
5763
|
children: "Sorry, we couldn't find the page you are looking for"
|
|
5851
5764
|
}
|
|
5852
5765
|
),
|
|
5853
|
-
t && /* @__PURE__ */ e(
|
|
5766
|
+
t && /* @__PURE__ */ e(H, { size: r ? "md" : "xs", onClick: t, children: "Go Back" })
|
|
5854
5767
|
]
|
|
5855
5768
|
}
|
|
5856
5769
|
);
|
|
@@ -5876,7 +5789,7 @@ const B = {
|
|
|
5876
5789
|
cF4F4F4: "#F4F4F4",
|
|
5877
5790
|
cFFFFFF: "#FFFFFF"
|
|
5878
5791
|
};
|
|
5879
|
-
function
|
|
5792
|
+
function Vi({ width: t, height: r }) {
|
|
5880
5793
|
return /* @__PURE__ */ e(G, { children: /* @__PURE__ */ d(
|
|
5881
5794
|
"svg",
|
|
5882
5795
|
{
|
|
@@ -6091,7 +6004,7 @@ function zi({ width: t, height: r }) {
|
|
|
6091
6004
|
}
|
|
6092
6005
|
) });
|
|
6093
6006
|
}
|
|
6094
|
-
function
|
|
6007
|
+
function tl({ onClick: t }) {
|
|
6095
6008
|
const r = ee("md");
|
|
6096
6009
|
return /* @__PURE__ */ d(
|
|
6097
6010
|
f,
|
|
@@ -6103,9 +6016,9 @@ function il({ onClick: t }) {
|
|
|
6103
6016
|
justify: "center",
|
|
6104
6017
|
gap: "md",
|
|
6105
6018
|
children: [
|
|
6106
|
-
/* @__PURE__ */ e(
|
|
6019
|
+
/* @__PURE__ */ e(Vi, { width: r ? 600 : 300 }),
|
|
6107
6020
|
/* @__PURE__ */ e(C, { fontWeight: "bold", fontSize: r ? "3xl" : "2xl", children: "We Are Sorry ..." }),
|
|
6108
|
-
t && /* @__PURE__ */ e(
|
|
6021
|
+
t && /* @__PURE__ */ e(H, { size: r ? "md" : "xs", onClick: t, children: "Go Back" })
|
|
6109
6022
|
]
|
|
6110
6023
|
}
|
|
6111
6024
|
);
|
|
@@ -6127,7 +6040,7 @@ const c = {
|
|
|
6127
6040
|
cFFE18B: "#FFE18B",
|
|
6128
6041
|
cFFFFFF: "#FFFFFF"
|
|
6129
6042
|
};
|
|
6130
|
-
function
|
|
6043
|
+
function zi({ width: t, height: r }) {
|
|
6131
6044
|
return /* @__PURE__ */ e(G, { children: /* @__PURE__ */ d(
|
|
6132
6045
|
"svg",
|
|
6133
6046
|
{
|
|
@@ -6799,7 +6712,7 @@ function Ti({ width: t, height: r }) {
|
|
|
6799
6712
|
}
|
|
6800
6713
|
) });
|
|
6801
6714
|
}
|
|
6802
|
-
function
|
|
6715
|
+
function rl({ onClick: t }) {
|
|
6803
6716
|
const r = ee("md");
|
|
6804
6717
|
return /* @__PURE__ */ d(
|
|
6805
6718
|
f,
|
|
@@ -6812,7 +6725,7 @@ function nl({ onClick: t }) {
|
|
|
6812
6725
|
gap: "md",
|
|
6813
6726
|
overflow: "overflow-hidden",
|
|
6814
6727
|
children: [
|
|
6815
|
-
/* @__PURE__ */ e(
|
|
6728
|
+
/* @__PURE__ */ e(zi, { width: r ? 600 : 300 }),
|
|
6816
6729
|
/* @__PURE__ */ e(
|
|
6817
6730
|
C,
|
|
6818
6731
|
{
|
|
@@ -6831,12 +6744,12 @@ function nl({ onClick: t }) {
|
|
|
6831
6744
|
children: "we are trying to fix the problem"
|
|
6832
6745
|
}
|
|
6833
6746
|
),
|
|
6834
|
-
t && /* @__PURE__ */ e(
|
|
6747
|
+
t && /* @__PURE__ */ e(H, { size: r ? "md" : "xs", onClick: t, children: "Go Back" })
|
|
6835
6748
|
]
|
|
6836
6749
|
}
|
|
6837
6750
|
);
|
|
6838
6751
|
}
|
|
6839
|
-
const
|
|
6752
|
+
const il = (t) => {
|
|
6840
6753
|
var n, l, i, o, s;
|
|
6841
6754
|
const r = ee("md");
|
|
6842
6755
|
return /* @__PURE__ */ d(
|
|
@@ -6870,7 +6783,7 @@ const ll = (t) => {
|
|
|
6870
6783
|
gap: ((s = t.wrapperConfirmBtnProps) == null ? void 0 : s.gap) || "sm",
|
|
6871
6784
|
...t.wrapperConfirmBtnProps,
|
|
6872
6785
|
children: [
|
|
6873
|
-
t.onCancel && /* @__PURE__ */ e(
|
|
6786
|
+
t.onCancel && /* @__PURE__ */ e(H, { secondary: !0, onClick: t.onCancel, size: "md", fullWidth: !0, children: t.titleCancelBtn || "Cancel" }),
|
|
6874
6787
|
/* @__PURE__ */ e(
|
|
6875
6788
|
f,
|
|
6876
6789
|
{
|
|
@@ -6879,7 +6792,7 @@ const ll = (t) => {
|
|
|
6879
6792
|
textWrap: "nowrap"
|
|
6880
6793
|
},
|
|
6881
6794
|
children: /* @__PURE__ */ e(
|
|
6882
|
-
|
|
6795
|
+
H,
|
|
6883
6796
|
{
|
|
6884
6797
|
...t.buttonConfirmProps,
|
|
6885
6798
|
onClick: t.onConfirm,
|
|
@@ -6899,7 +6812,7 @@ const ll = (t) => {
|
|
|
6899
6812
|
},
|
|
6900
6813
|
t.key
|
|
6901
6814
|
);
|
|
6902
|
-
},
|
|
6815
|
+
}, nl = te(
|
|
6903
6816
|
({
|
|
6904
6817
|
children: t,
|
|
6905
6818
|
height: r,
|
|
@@ -6919,11 +6832,11 @@ const ll = (t) => {
|
|
|
6919
6832
|
footerProps: D = { borderTop: !0 },
|
|
6920
6833
|
variantTag: T = "info"
|
|
6921
6834
|
}) => {
|
|
6922
|
-
const
|
|
6835
|
+
const Z = le(null), [j, Q] = M("100vh");
|
|
6923
6836
|
_(() => {
|
|
6924
6837
|
const I = () => {
|
|
6925
|
-
if (
|
|
6926
|
-
const K =
|
|
6838
|
+
if (Z.current) {
|
|
6839
|
+
const K = Z.current.getBoundingClientRect().top;
|
|
6927
6840
|
Q(`calc(100vh - ${K}px)`);
|
|
6928
6841
|
}
|
|
6929
6842
|
};
|
|
@@ -6948,7 +6861,7 @@ const ll = (t) => {
|
|
|
6948
6861
|
return /* @__PURE__ */ d(
|
|
6949
6862
|
f,
|
|
6950
6863
|
{
|
|
6951
|
-
ref:
|
|
6864
|
+
ref: Z,
|
|
6952
6865
|
height: r,
|
|
6953
6866
|
customMinHeight: n,
|
|
6954
6867
|
customHeight: l,
|
|
@@ -6960,7 +6873,7 @@ const ll = (t) => {
|
|
|
6960
6873
|
style: {
|
|
6961
6874
|
backgroundColor: "var(--sa-background-primary, #ffffff)",
|
|
6962
6875
|
display: "flex",
|
|
6963
|
-
minHeight:
|
|
6876
|
+
minHeight: j,
|
|
6964
6877
|
...(p == null ? void 0 : p.style) ?? {}
|
|
6965
6878
|
},
|
|
6966
6879
|
children: [
|
|
@@ -6983,7 +6896,7 @@ const ll = (t) => {
|
|
|
6983
6896
|
}
|
|
6984
6897
|
);
|
|
6985
6898
|
}
|
|
6986
|
-
),
|
|
6899
|
+
), ll = Rt.memo(
|
|
6987
6900
|
({ value: t, options: r = [], onChange: n, multiple: l }) => {
|
|
6988
6901
|
const i = (t == null ? void 0 : t.map((a) => a.value)) || [], o = (r == null ? void 0 : r.filter((a) => i.includes(a.value))) || [], s = (a) => {
|
|
6989
6902
|
const h = [...o];
|
|
@@ -6991,7 +6904,7 @@ const ll = (t) => {
|
|
|
6991
6904
|
l ? u = i.includes(a.value) ? h.filter((g) => g.value !== a.value) : [...h, a] : u = [a], n == null || n(u);
|
|
6992
6905
|
};
|
|
6993
6906
|
return /* @__PURE__ */ e(f, { direction: "row", gap: "sm", flexWrap: "wrap", children: r == null ? void 0 : r.map((a, h) => /* @__PURE__ */ e(
|
|
6994
|
-
|
|
6907
|
+
H,
|
|
6995
6908
|
{
|
|
6996
6909
|
...i.includes(a.value) ? { primary: !0 } : { secondary: !0 },
|
|
6997
6910
|
onClick: () => s(a),
|
|
@@ -7000,7 +6913,7 @@ const ll = (t) => {
|
|
|
7000
6913
|
h
|
|
7001
6914
|
)) });
|
|
7002
6915
|
}
|
|
7003
|
-
),
|
|
6916
|
+
), ol = (t) => {
|
|
7004
6917
|
const { defaultTab: r = 0, paramKey: n = "tab" } = t || {}, [l, i] = Qe(), o = Ge(l.toString());
|
|
7005
6918
|
return {
|
|
7006
6919
|
activeTab: o[n] ? parseInt(o[n]) : r,
|
|
@@ -7013,7 +6926,7 @@ const ll = (t) => {
|
|
|
7013
6926
|
searchQueries: o
|
|
7014
6927
|
};
|
|
7015
6928
|
};
|
|
7016
|
-
function
|
|
6929
|
+
function cl({
|
|
7017
6930
|
appName: t,
|
|
7018
6931
|
menuConfig: r,
|
|
7019
6932
|
formatTitle: n
|
|
@@ -7034,7 +6947,7 @@ function sl({
|
|
|
7034
6947
|
document.title = (n || a)(s, t);
|
|
7035
6948
|
}, [l.pathname]);
|
|
7036
6949
|
}
|
|
7037
|
-
const
|
|
6950
|
+
const al = () => {
|
|
7038
6951
|
const [t, r] = Qe(), n = Ge(t.toString()), l = zt(), i = Ve(), o = l.id;
|
|
7039
6952
|
return {
|
|
7040
6953
|
// query params
|
|
@@ -7053,7 +6966,7 @@ const dl = () => {
|
|
|
7053
6966
|
hasId: !!o
|
|
7054
6967
|
};
|
|
7055
6968
|
};
|
|
7056
|
-
function
|
|
6969
|
+
function sl(t) {
|
|
7057
6970
|
var l, i;
|
|
7058
6971
|
const r = t.decodedAccessToken;
|
|
7059
6972
|
return De(() => {
|
|
@@ -7079,94 +6992,93 @@ function hl(t) {
|
|
|
7079
6992
|
}, [(i = (l = r == null ? void 0 : r.access) == null ? void 0 : l.role) == null ? void 0 : i.code, t]);
|
|
7080
6993
|
}
|
|
7081
6994
|
export {
|
|
7082
|
-
|
|
7083
|
-
|
|
7084
|
-
|
|
7085
|
-
|
|
6995
|
+
wn as ActionMenu,
|
|
6996
|
+
Pr as AdvanceFilterBar,
|
|
6997
|
+
fn as App,
|
|
6998
|
+
hr as AppComponent,
|
|
7086
6999
|
Tt as AppContext,
|
|
7087
|
-
|
|
7088
|
-
|
|
7089
|
-
|
|
7090
|
-
|
|
7091
|
-
|
|
7092
|
-
|
|
7093
|
-
li as DataTable,
|
|
7000
|
+
yn as AppLayout,
|
|
7001
|
+
Pn as AsideBar,
|
|
7002
|
+
pn as BackButton,
|
|
7003
|
+
ti as ColumnFilterDropdown,
|
|
7004
|
+
il as ConfirmationDialog,
|
|
7005
|
+
ni as DataTable,
|
|
7094
7006
|
O as DecisionWrapper,
|
|
7095
7007
|
gt as EachUtils,
|
|
7096
|
-
|
|
7097
|
-
|
|
7098
|
-
|
|
7099
|
-
|
|
7100
|
-
|
|
7101
|
-
|
|
7102
|
-
|
|
7103
|
-
|
|
7104
|
-
|
|
7105
|
-
|
|
7106
|
-
|
|
7107
|
-
|
|
7108
|
-
|
|
7109
|
-
|
|
7110
|
-
|
|
7111
|
-
|
|
7112
|
-
|
|
7008
|
+
Kn as EmptyStatePage,
|
|
7009
|
+
Qr as FilterDrawer,
|
|
7010
|
+
Yn as FloatingFooter,
|
|
7011
|
+
tl as ForbiddenPage,
|
|
7012
|
+
Qn as Form,
|
|
7013
|
+
nl as FullSection,
|
|
7014
|
+
gn as HeaderLeftSlot,
|
|
7015
|
+
gr as HeaderLeftSlotOutlet,
|
|
7016
|
+
fr as HeaderLeftSlotProvider,
|
|
7017
|
+
Cn as HorizontalField,
|
|
7018
|
+
Ci as InputFile,
|
|
7019
|
+
Li as InputImage,
|
|
7020
|
+
Dn as ModalDialog,
|
|
7021
|
+
xn as ModuleSwitcher,
|
|
7022
|
+
yr as ModuleSwitcherModal,
|
|
7023
|
+
el as NotFoundPage,
|
|
7024
|
+
vn as PageLayout,
|
|
7113
7025
|
ut as Pressable,
|
|
7114
|
-
|
|
7115
|
-
|
|
7116
|
-
|
|
7026
|
+
kr as RightDrawer,
|
|
7027
|
+
Ai as ScrollToTopButton,
|
|
7028
|
+
bn as Section,
|
|
7117
7029
|
_t as SectionFooter,
|
|
7118
7030
|
$t as SectionHeader,
|
|
7119
|
-
|
|
7120
|
-
|
|
7121
|
-
|
|
7122
|
-
|
|
7123
|
-
|
|
7124
|
-
|
|
7125
|
-
|
|
7126
|
-
|
|
7127
|
-
|
|
7031
|
+
ll as SelectButton,
|
|
7032
|
+
rl as ServerErrorPage,
|
|
7033
|
+
sr as SidebarBadgesProvider,
|
|
7034
|
+
ur as SidebarHeaderSlot,
|
|
7035
|
+
ei as TableFooter,
|
|
7036
|
+
Xr as TableHeader,
|
|
7037
|
+
Ln as TableSection,
|
|
7038
|
+
Yr as TableWrapper,
|
|
7039
|
+
Jn as ToggleStatus,
|
|
7128
7040
|
me as Typography,
|
|
7129
|
-
|
|
7130
|
-
|
|
7131
|
-
|
|
7132
|
-
|
|
7133
|
-
|
|
7134
|
-
|
|
7135
|
-
|
|
7136
|
-
|
|
7137
|
-
|
|
7138
|
-
|
|
7139
|
-
|
|
7140
|
-
|
|
7141
|
-
|
|
7142
|
-
|
|
7041
|
+
Xn as VerticalField,
|
|
7042
|
+
mn as clearModuleSelection,
|
|
7043
|
+
Wn as createInitialFromUserName,
|
|
7044
|
+
In as cssVars,
|
|
7045
|
+
Tn as formHasChanged,
|
|
7046
|
+
Rn as formatDate,
|
|
7047
|
+
hi as formatDateToIndonesian,
|
|
7048
|
+
An as formatRupiah,
|
|
7049
|
+
En as getDateFilterValue,
|
|
7050
|
+
Fn as getDateRangeFilterValue,
|
|
7051
|
+
Hn as getInitials,
|
|
7052
|
+
kn as getValueDropdownMultipleFilter,
|
|
7053
|
+
Sn as getValueRadioFilter,
|
|
7054
|
+
Jr as getValueSearch,
|
|
7143
7055
|
et as getValuesFilter,
|
|
7144
7056
|
Ft as handleChangeFilter,
|
|
7145
|
-
|
|
7146
|
-
|
|
7147
|
-
|
|
7148
|
-
|
|
7149
|
-
|
|
7150
|
-
|
|
7151
|
-
|
|
7152
|
-
|
|
7153
|
-
|
|
7154
|
-
|
|
7155
|
-
|
|
7156
|
-
|
|
7157
|
-
|
|
7158
|
-
|
|
7159
|
-
|
|
7160
|
-
|
|
7057
|
+
Gn as handleOnScroll,
|
|
7058
|
+
_n as isEmail,
|
|
7059
|
+
Mn as isFilterActive,
|
|
7060
|
+
Nn as isOnlyLettersAndSpaces,
|
|
7061
|
+
On as isPhoneNumber,
|
|
7062
|
+
Un as isSlug,
|
|
7063
|
+
Vn as oneDayInMs,
|
|
7064
|
+
Bn as parseIndonesianDateToDate,
|
|
7065
|
+
qn as preventNonCoordinateInput,
|
|
7066
|
+
$n as preventNonNumberAndDecimalInput,
|
|
7067
|
+
Zn as preventNonNumberInput,
|
|
7068
|
+
jn as preventNumberInput,
|
|
7069
|
+
_r as resolveDateRangeValueToString,
|
|
7070
|
+
Ur as resolveDateValueToString,
|
|
7071
|
+
jr as resolveDropdownValueToString,
|
|
7072
|
+
$r as resolveRadioValueToString,
|
|
7161
7073
|
Xe as resolveSidebarBadge,
|
|
7162
|
-
|
|
7074
|
+
zn as textWidth,
|
|
7163
7075
|
Ot as useApp,
|
|
7164
|
-
|
|
7165
|
-
|
|
7166
|
-
|
|
7167
|
-
|
|
7076
|
+
ar as useAppState,
|
|
7077
|
+
sl as useAuthRole,
|
|
7078
|
+
cl as useDynamicTitle,
|
|
7079
|
+
jt as useModuleSelection,
|
|
7168
7080
|
ft as useRouteInfo,
|
|
7169
|
-
|
|
7170
|
-
|
|
7171
|
-
|
|
7081
|
+
al as useRouteParams,
|
|
7082
|
+
dr as useSidebarBadges,
|
|
7083
|
+
ol as useTabState
|
|
7172
7084
|
};
|