@starasia/admin 5.3.0 → 5.4.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/LayoutDialog/types.d.ts +5 -0
- package/dist/components/index.d.ts +0 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +940 -979
- package/dist/index.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +3 -3
- package/dist/components/ModalDialog/index.d.ts +0 -12
package/dist/index.es.js
CHANGED
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
export * from "@starasia/alert";
|
|
2
|
-
import { Badges as
|
|
2
|
+
import { Badges as Le } from "@starasia/badges";
|
|
3
3
|
export * from "@starasia/badges";
|
|
4
4
|
import { Box as f } from "@starasia/box";
|
|
5
5
|
export * from "@starasia/box";
|
|
6
|
-
import { Breadcrumb as nr, BreadcrumbItem as
|
|
6
|
+
import { Breadcrumb as nr, BreadcrumbItem as kt, BreadcrumbLink as ir } from "@starasia/breadcrumb";
|
|
7
7
|
export * from "@starasia/breadcrumb";
|
|
8
|
-
import { Button as
|
|
8
|
+
import { Button as T } from "@starasia/button";
|
|
9
9
|
export * from "@starasia/button";
|
|
10
10
|
export * from "@starasia/card";
|
|
11
11
|
import { StarasiaDate as or } from "@starasia/date";
|
|
12
12
|
export * from "@starasia/date";
|
|
13
|
-
import { Dialog as
|
|
13
|
+
import { Dialog as ut, DialogTitle as Ot, DialogBody as ht, DialogFooter as _t } from "@starasia/dialog";
|
|
14
14
|
export * from "@starasia/dialog";
|
|
15
15
|
import { Drawer as lr } from "@starasia/drawer";
|
|
16
16
|
export * from "@starasia/drawer";
|
|
17
|
-
import { Dropdown as
|
|
17
|
+
import { Dropdown as ft } from "@starasia/dropdown";
|
|
18
18
|
export * from "@starasia/dropdown";
|
|
19
|
-
import { useMediaQuery as
|
|
19
|
+
import { useMediaQuery as ie } from "@starasia/hooks";
|
|
20
20
|
export * from "@starasia/hooks";
|
|
21
|
-
import { searchParamsToObject as
|
|
21
|
+
import { searchParamsToObject as Pe } from "@starasia/http";
|
|
22
22
|
export * from "@starasia/http";
|
|
23
|
-
import { Input as
|
|
23
|
+
import { Input as gt } from "@starasia/input";
|
|
24
24
|
export * from "@starasia/input";
|
|
25
|
-
import { Menu as Zt, MenuButton as
|
|
25
|
+
import { Menu as Zt, MenuButton as Ue, MenuLists as jt, MenuHeading as cr, MenuBody as $t, MenuFooter as ar } from "@starasia/menu";
|
|
26
26
|
export * from "@starasia/menu";
|
|
27
27
|
import { Pagination as sr } from "@starasia/pagination";
|
|
28
28
|
export * from "@starasia/pagination";
|
|
29
29
|
export * from "@starasia/storage";
|
|
30
|
-
import { Tr as
|
|
30
|
+
import { Tr as Re, Td as Se, Table as Ut, Thead as dr, Th as St, Tbody as ur } from "@starasia/table";
|
|
31
31
|
export * from "@starasia/table";
|
|
32
32
|
export * from "@starasia/tabs";
|
|
33
33
|
import { Textarea as hr } from "@starasia/textarea";
|
|
34
34
|
export * from "@starasia/textarea";
|
|
35
|
-
import { useTheme as fr, ThemeProvider as
|
|
35
|
+
import { useTheme as fr, ThemeProvider as Ft, useColor as gr } from "@starasia/theme";
|
|
36
36
|
export * from "@starasia/theme";
|
|
37
37
|
export * from "@starasia/toast";
|
|
38
38
|
import { Toggle as Gt } from "@starasia/toggle";
|
|
39
39
|
export * from "@starasia/toggle";
|
|
40
40
|
import { Tooltip as me } from "@starasia/tooltip";
|
|
41
41
|
export * from "@starasia/tooltip";
|
|
42
|
-
import { Checkbox as
|
|
42
|
+
import { Checkbox as ct } from "@starasia/checkbox";
|
|
43
43
|
export * from "@starasia/checkbox";
|
|
44
44
|
import { Radio as mr } from "@starasia/radio";
|
|
45
45
|
export * from "@starasia/radio";
|
|
@@ -53,12 +53,12 @@ export * from "@starasia/progress";
|
|
|
53
53
|
export * from "@starasia/stepper";
|
|
54
54
|
export * from "@starasia/accordion";
|
|
55
55
|
export * from "@starasia/story-record";
|
|
56
|
-
import { Skeleton as
|
|
56
|
+
import { Skeleton as Ve } from "@starasia/skeleton";
|
|
57
57
|
export * from "@starasia/skeleton";
|
|
58
58
|
export * from "@starasia/progress-stepper";
|
|
59
|
-
import { jsx as e, Fragment as
|
|
60
|
-
import
|
|
61
|
-
import { useSearchParams as
|
|
59
|
+
import { jsx as e, Fragment as G, jsxs as u } from "react/jsx-runtime";
|
|
60
|
+
import Ge, { createContext as Qe, useState as k, useContext as Be, useCallback as De, useMemo as he, memo as ce, useEffect as j, useRef as ne, useLayoutEffect as at, isValidElement as st, forwardRef as qt, Children as yr, useImperativeHandle as pr } from "react";
|
|
61
|
+
import { useSearchParams as Ye, useNavigate as mt, useLocation as ze, Outlet as Et, Link as qe, useParams as Jt } from "react-router";
|
|
62
62
|
import xr, { createPortal as Pt } from "react-dom";
|
|
63
63
|
import Cr from "react-easy-crop";
|
|
64
64
|
const Dr = {
|
|
@@ -69,7 +69,7 @@ const Dr = {
|
|
|
69
69
|
userData: null,
|
|
70
70
|
setUserData: () => {
|
|
71
71
|
}
|
|
72
|
-
}, Qt =
|
|
72
|
+
}, Qt = Qe(Dr), Yt = () => Be(Qt), vr = (t) => {
|
|
73
73
|
const [r, n] = k(
|
|
74
74
|
(t == null ? void 0 : t.initialUserData) || null
|
|
75
75
|
);
|
|
@@ -77,7 +77,7 @@ const Dr = {
|
|
|
77
77
|
userData: r,
|
|
78
78
|
setUserData: n
|
|
79
79
|
};
|
|
80
|
-
}, Xt =
|
|
80
|
+
}, Xt = Qe({
|
|
81
81
|
badges: {},
|
|
82
82
|
setBadge: () => {
|
|
83
83
|
},
|
|
@@ -112,7 +112,7 @@ const Dr = {
|
|
|
112
112
|
[r, i, o, l]
|
|
113
113
|
);
|
|
114
114
|
return /* @__PURE__ */ e(Xt.Provider, { value: s, children: t });
|
|
115
|
-
}, wr = () =>
|
|
115
|
+
}, wr = () => Be(Xt), rt = (t, r) => {
|
|
116
116
|
const n = r !== void 0 ? r : t;
|
|
117
117
|
return n == null ? null : typeof n == "string" || typeof n == "number" ? { value: n } : n;
|
|
118
118
|
}, kr = ({
|
|
@@ -136,7 +136,7 @@ const Dr = {
|
|
|
136
136
|
setUserData: a.setUserData,
|
|
137
137
|
menuBottom: n
|
|
138
138
|
},
|
|
139
|
-
children: /* @__PURE__ */ e(br, { children: s ? /* @__PURE__ */ e(
|
|
139
|
+
children: /* @__PURE__ */ e(br, { children: s ? /* @__PURE__ */ e(Ft, { value: s, children: t }) : h ? /* @__PURE__ */ e(Ft, { value: h, children: t }) : t })
|
|
140
140
|
}
|
|
141
141
|
);
|
|
142
142
|
}, Vi = ce(kr);
|
|
@@ -177,11 +177,11 @@ function Sr({
|
|
|
177
177
|
}
|
|
178
178
|
);
|
|
179
179
|
}
|
|
180
|
-
const
|
|
180
|
+
const yt = Qe(null);
|
|
181
181
|
function Fr({ children: t }) {
|
|
182
182
|
const [r, n] = k(null), [o, i] = k(null), [l, s] = k(null), [a, h] = k(0), d = De(() => (h((g) => g + 1), () => h((g) => g - 1)), []);
|
|
183
183
|
return /* @__PURE__ */ e(
|
|
184
|
-
|
|
184
|
+
yt.Provider,
|
|
185
185
|
{
|
|
186
186
|
value: {
|
|
187
187
|
prependNode: r,
|
|
@@ -198,19 +198,19 @@ function Fr({ children: t }) {
|
|
|
198
198
|
);
|
|
199
199
|
}
|
|
200
200
|
function Er({ children: t }) {
|
|
201
|
-
const r =
|
|
202
|
-
return r ? /* @__PURE__ */ u(
|
|
201
|
+
const r = Be(yt);
|
|
202
|
+
return r ? /* @__PURE__ */ u(G, { children: [
|
|
203
203
|
/* @__PURE__ */ e("div", { ref: r.setPrependNode, style: { display: "contents" } }),
|
|
204
204
|
r.replaceCount > 0 ? /* @__PURE__ */ e("div", { ref: r.setReplaceNode, style: { display: "contents" } }) : t,
|
|
205
205
|
/* @__PURE__ */ e("div", { ref: r.setAppendNode, style: { display: "contents" } })
|
|
206
|
-
] }) : /* @__PURE__ */ e(
|
|
206
|
+
] }) : /* @__PURE__ */ e(G, { children: t });
|
|
207
207
|
}
|
|
208
208
|
function Ri({
|
|
209
209
|
children: t,
|
|
210
210
|
mode: r = "append"
|
|
211
211
|
}) {
|
|
212
|
-
const n =
|
|
213
|
-
if (
|
|
212
|
+
const n = Be(yt);
|
|
213
|
+
if (j(() => {
|
|
214
214
|
if (!(r !== "replace" || !n))
|
|
215
215
|
return n.registerReplace();
|
|
216
216
|
}, [r, n]), !n)
|
|
@@ -220,7 +220,7 @@ function Ri({
|
|
|
220
220
|
const o = r === "prepend" ? n.prependNode : r === "replace" ? n.replaceNode : n.appendNode;
|
|
221
221
|
return o ? Pt(t, o) : null;
|
|
222
222
|
}
|
|
223
|
-
const
|
|
223
|
+
const pt = Qe(null);
|
|
224
224
|
function Mr({ children: t }) {
|
|
225
225
|
const [r, n] = k({}), [o, i] = k({}), l = De((h, d) => {
|
|
226
226
|
n((g) => g[h] === d ? g : { ...g, [h]: d });
|
|
@@ -231,10 +231,10 @@ function Mr({ children: t }) {
|
|
|
231
231
|
() => ({ outletNodes: r, setOutletNode: l, slotCounts: o, registerSlot: s }),
|
|
232
232
|
[r, l, o, s]
|
|
233
233
|
);
|
|
234
|
-
return /* @__PURE__ */ e(
|
|
234
|
+
return /* @__PURE__ */ e(pt.Provider, { value: a, children: t });
|
|
235
235
|
}
|
|
236
236
|
function Lr({ slotKey: t, fallback: r }) {
|
|
237
|
-
const n =
|
|
237
|
+
const n = Be(pt), o = n ? (n.slotCounts[t] ?? 0) > 0 : !1, i = ne(n == null ? void 0 : n.setOutletNode);
|
|
238
238
|
i.current = n == null ? void 0 : n.setOutletNode;
|
|
239
239
|
const l = De(
|
|
240
240
|
(s) => {
|
|
@@ -244,11 +244,11 @@ function Lr({ slotKey: t, fallback: r }) {
|
|
|
244
244
|
[t]
|
|
245
245
|
// slotKey is a stable string from group config
|
|
246
246
|
);
|
|
247
|
-
return /* @__PURE__ */ e(
|
|
247
|
+
return /* @__PURE__ */ e(G, { children: o ? /* @__PURE__ */ e("div", { ref: l, style: { display: "contents" } }) : r });
|
|
248
248
|
}
|
|
249
249
|
function zi({ slotKey: t, children: r }) {
|
|
250
|
-
const n =
|
|
251
|
-
if (o.current = n == null ? void 0 : n.registerSlot,
|
|
250
|
+
const n = Be(pt), o = ne(n == null ? void 0 : n.registerSlot);
|
|
251
|
+
if (o.current = n == null ? void 0 : n.registerSlot, j(() => {
|
|
252
252
|
var l;
|
|
253
253
|
return (l = o.current) == null ? void 0 : l.call(o, t);
|
|
254
254
|
}, [t]), !n)
|
|
@@ -258,39 +258,39 @@ function zi({ slotKey: t, children: r }) {
|
|
|
258
258
|
const i = n.outletNodes[t];
|
|
259
259
|
return i ? Pt(r, i) : null;
|
|
260
260
|
}
|
|
261
|
-
const
|
|
262
|
-
function
|
|
261
|
+
const Je = "moduleSwitcherGroupId", dt = "sa-module-switcher-change";
|
|
262
|
+
function Mt() {
|
|
263
263
|
if (typeof window > "u") return null;
|
|
264
|
-
const t = window.localStorage.getItem(
|
|
264
|
+
const t = window.localStorage.getItem(Je);
|
|
265
265
|
if (t === null) return null;
|
|
266
266
|
const r = Number(t);
|
|
267
267
|
return Number.isFinite(r) ? r : null;
|
|
268
268
|
}
|
|
269
269
|
function Kt(t) {
|
|
270
|
-
typeof window > "u" || (t === null ? window.localStorage.removeItem(
|
|
270
|
+
typeof window > "u" || (t === null ? window.localStorage.removeItem(Je) : window.localStorage.setItem(Je, String(t)), window.dispatchEvent(new CustomEvent(dt, { detail: t })));
|
|
271
271
|
}
|
|
272
272
|
function Ni() {
|
|
273
273
|
Kt(null);
|
|
274
274
|
}
|
|
275
275
|
function er() {
|
|
276
276
|
const [t, r] = k(
|
|
277
|
-
() =>
|
|
277
|
+
() => Mt()
|
|
278
278
|
);
|
|
279
|
-
return
|
|
279
|
+
return j(() => {
|
|
280
280
|
const o = () => {
|
|
281
|
-
r(
|
|
281
|
+
r(Mt());
|
|
282
282
|
}, i = (l) => {
|
|
283
|
-
l.key ===
|
|
283
|
+
l.key === Je && o();
|
|
284
284
|
};
|
|
285
|
-
return window.addEventListener(
|
|
286
|
-
window.removeEventListener(
|
|
285
|
+
return window.addEventListener(dt, o), window.addEventListener("storage", i), () => {
|
|
286
|
+
window.removeEventListener(dt, o), window.removeEventListener("storage", i);
|
|
287
287
|
};
|
|
288
288
|
}, []), { selectedGroupId: t, setSelectedGroupId: (o) => {
|
|
289
289
|
Kt(o), r(o);
|
|
290
290
|
} };
|
|
291
291
|
}
|
|
292
|
-
let
|
|
293
|
-
const
|
|
292
|
+
let je = 0, ke = !1, Lt = /* @__PURE__ */ new Set();
|
|
293
|
+
const Bt = () => /* @__PURE__ */ u(
|
|
294
294
|
"svg",
|
|
295
295
|
{
|
|
296
296
|
width: "100%",
|
|
@@ -307,7 +307,7 @@ const At = () => /* @__PURE__ */ u(
|
|
|
307
307
|
/* @__PURE__ */ e("line", { x1: "6", y1: "1.667", x2: "6", y2: "14.333" })
|
|
308
308
|
]
|
|
309
309
|
}
|
|
310
|
-
),
|
|
310
|
+
), Wt = {
|
|
311
311
|
width: "100%",
|
|
312
312
|
display: "flex",
|
|
313
313
|
alignItems: "center",
|
|
@@ -324,7 +324,7 @@ const At = () => /* @__PURE__ */ u(
|
|
|
324
324
|
cursor: "pointer",
|
|
325
325
|
textAlign: "left"
|
|
326
326
|
};
|
|
327
|
-
function
|
|
327
|
+
function Ti({
|
|
328
328
|
children: t,
|
|
329
329
|
headerLeftSlot: r,
|
|
330
330
|
profile: n,
|
|
@@ -336,140 +336,140 @@ function Oi({
|
|
|
336
336
|
headerActions: h,
|
|
337
337
|
profileRole: d,
|
|
338
338
|
profileMenuButtons: g,
|
|
339
|
-
profileMenuItems:
|
|
340
|
-
logoutButton:
|
|
339
|
+
profileMenuItems: m,
|
|
340
|
+
logoutButton: y
|
|
341
341
|
}) {
|
|
342
|
-
var Ee,
|
|
343
|
-
const [v] =
|
|
344
|
-
() => new Set(
|
|
345
|
-
), [
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
}, [
|
|
349
|
-
const
|
|
350
|
-
|
|
351
|
-
const p =
|
|
342
|
+
var Ee, _e;
|
|
343
|
+
const [v] = Ye(), E = v.get("embed") === "true", x = Yt(), { badges: V } = wr(), Z = mt(), N = ze(), M = !ie("md"), [ae, J] = k(!1), [H, P] = k(!1), [oe, le] = k(!1), [$, Q] = k(!1), [K, se] = k(
|
|
344
|
+
() => new Set(Lt)
|
|
345
|
+
), [ee, X] = k(null), { selectedGroupId: R, setSelectedGroupId: z } = er();
|
|
346
|
+
j(() => {
|
|
347
|
+
Lt = K;
|
|
348
|
+
}, [K]);
|
|
349
|
+
const te = ne(null), fe = ne(null);
|
|
350
|
+
j(() => {
|
|
351
|
+
const p = te.current;
|
|
352
352
|
if (!p) return;
|
|
353
353
|
const F = () => {
|
|
354
|
-
ke || (
|
|
354
|
+
ke || (je = p.scrollTop);
|
|
355
355
|
};
|
|
356
356
|
return p.addEventListener("scroll", F), () => p.removeEventListener("scroll", F);
|
|
357
357
|
}, []);
|
|
358
358
|
const ge = () => {
|
|
359
|
-
const p =
|
|
360
|
-
p &&
|
|
359
|
+
const p = te.current;
|
|
360
|
+
p && je > 0 && (ke = !0, p.scrollTop = je, requestAnimationFrame(() => {
|
|
361
361
|
ke = !1;
|
|
362
362
|
}));
|
|
363
363
|
};
|
|
364
|
-
|
|
364
|
+
at(() => {
|
|
365
365
|
ke = !0, ge();
|
|
366
366
|
const p = setTimeout(() => {
|
|
367
367
|
ke = !1;
|
|
368
368
|
}, 300);
|
|
369
369
|
return () => clearTimeout(p);
|
|
370
|
-
}, []),
|
|
371
|
-
x.menus.length > 0 && (
|
|
370
|
+
}, []), at(() => {
|
|
371
|
+
x.menus.length > 0 && (je > 0 ? ge() : requestAnimationFrame(() => {
|
|
372
372
|
var F;
|
|
373
|
-
const p = (F =
|
|
373
|
+
const p = (F = te.current) == null ? void 0 : F.querySelector(
|
|
374
374
|
"[data-menu-active='true']"
|
|
375
375
|
);
|
|
376
376
|
p && p.scrollIntoView({ block: "center", behavior: "instant" });
|
|
377
377
|
}));
|
|
378
|
-
}, [x.menus]),
|
|
378
|
+
}, [x.menus]), j(() => {
|
|
379
379
|
ke = !0, ge();
|
|
380
|
-
const p = setTimeout(ge, 0), F = setTimeout(ge, 50),
|
|
380
|
+
const p = setTimeout(ge, 0), F = setTimeout(ge, 50), L = setTimeout(ge, 100), C = setTimeout(ge, 200), S = setTimeout(() => {
|
|
381
381
|
ke = !1;
|
|
382
382
|
}, 300);
|
|
383
383
|
return () => {
|
|
384
|
-
clearTimeout(p), clearTimeout(F), clearTimeout(
|
|
384
|
+
clearTimeout(p), clearTimeout(F), clearTimeout(L), clearTimeout(C), clearTimeout(S);
|
|
385
385
|
};
|
|
386
|
-
}, [
|
|
386
|
+
}, [N.pathname]), j(() => {
|
|
387
387
|
fe.current && (fe.current.scrollTop = 0);
|
|
388
|
-
}, [
|
|
389
|
-
|
|
390
|
-
}, [
|
|
391
|
-
|
|
392
|
-
}, [
|
|
393
|
-
const
|
|
394
|
-
|
|
395
|
-
},
|
|
396
|
-
|
|
397
|
-
},
|
|
398
|
-
|
|
388
|
+
}, [N.pathname]), j(() => {
|
|
389
|
+
M && le(!1);
|
|
390
|
+
}, [N.pathname, M]), j(() => {
|
|
391
|
+
M && P(!0);
|
|
392
|
+
}, [M]);
|
|
393
|
+
const We = () => {
|
|
394
|
+
J(!0);
|
|
395
|
+
}, Ne = () => {
|
|
396
|
+
J(!1);
|
|
397
|
+
}, et = () => {
|
|
398
|
+
J(!1), i();
|
|
399
399
|
}, Te = (p) => {
|
|
400
400
|
const F = [p.to];
|
|
401
|
-
return p.children && F.push(...p.children.map((
|
|
402
|
-
},
|
|
401
|
+
return p.children && F.push(...p.children.map((L) => L.to)), F;
|
|
402
|
+
}, Ae = [
|
|
403
403
|
...x.menus.flatMap((p) => p.items.flatMap(Te)),
|
|
404
404
|
...((Ee = x.menuBottom) == null ? void 0 : Ee.flatMap(Te)) ?? []
|
|
405
405
|
], de = (p) => {
|
|
406
|
-
if (!
|
|
407
|
-
const F =
|
|
406
|
+
if (!N.pathname.startsWith(p)) return !1;
|
|
407
|
+
const F = Ae.filter((L) => N.pathname.startsWith(L)).sort((L, C) => C.length - L.length)[0];
|
|
408
408
|
return p === F;
|
|
409
409
|
};
|
|
410
|
-
|
|
410
|
+
j(() => {
|
|
411
411
|
var F;
|
|
412
|
-
const p = (
|
|
412
|
+
const p = (L) => {
|
|
413
413
|
var C;
|
|
414
|
-
(C =
|
|
414
|
+
(C = L.children) != null && C.some((S) => N.pathname.startsWith(S.to)) && se((S) => {
|
|
415
415
|
const b = new Set(S);
|
|
416
|
-
return b.add(
|
|
416
|
+
return b.add(L.id), b;
|
|
417
417
|
});
|
|
418
418
|
};
|
|
419
|
-
x.menus.forEach((
|
|
420
|
-
|
|
419
|
+
x.menus.forEach((L) => {
|
|
420
|
+
L.items.forEach(p);
|
|
421
421
|
}), (F = x.menuBottom) == null || F.forEach(p);
|
|
422
|
-
}, [
|
|
423
|
-
const
|
|
422
|
+
}, [N.pathname, x.menus, x.menuBottom]);
|
|
423
|
+
const Oe = (p) => {
|
|
424
424
|
se((F) => {
|
|
425
|
-
const
|
|
426
|
-
return
|
|
425
|
+
const L = new Set(F);
|
|
426
|
+
return L.has(p) ? L.delete(p) : L.add(p), L;
|
|
427
427
|
});
|
|
428
428
|
};
|
|
429
|
-
|
|
430
|
-
x.menus.length !== 0 &&
|
|
431
|
-
}, [x.menus,
|
|
432
|
-
const
|
|
433
|
-
if (
|
|
429
|
+
j(() => {
|
|
430
|
+
x.menus.length !== 0 && R !== null && !x.menus.some((p) => p.id === R) && z(null);
|
|
431
|
+
}, [x.menus, R, z]);
|
|
432
|
+
const He = he(() => {
|
|
433
|
+
if (R !== null)
|
|
434
434
|
return x.menus.filter(
|
|
435
|
-
(
|
|
435
|
+
(L) => L.id === R || L.parentGroupId === R
|
|
436
436
|
);
|
|
437
|
-
const p = x.menus.filter((
|
|
437
|
+
const p = x.menus.filter((L) => L.parentGroupId === void 0), F = x.menus.filter((L) => L.parentGroupId !== void 0).flatMap((L) => L.items);
|
|
438
438
|
return F.length === 0 ? p : [
|
|
439
439
|
...p,
|
|
440
440
|
{ id: 18, name: "Pengaturan", items: F, parentGroupId: void 0 }
|
|
441
441
|
];
|
|
442
|
-
}, [x.menus,
|
|
442
|
+
}, [x.menus, R]);
|
|
443
443
|
if (E)
|
|
444
|
-
return /* @__PURE__ */ e("main", { style: { height: "100vh", overflowY: "auto", backgroundColor: "var(--sa-background-primary-inverse, #f8f8f8)" }, children: t || /* @__PURE__ */ e(
|
|
444
|
+
return /* @__PURE__ */ e("main", { style: { height: "100vh", overflowY: "auto", backgroundColor: "var(--sa-background-primary-inverse, #f8f8f8)" }, children: t || /* @__PURE__ */ e(Et, {}) });
|
|
445
445
|
const Fe = (p) => {
|
|
446
|
-
const F = p.children && p.children.length > 0,
|
|
446
|
+
const F = p.children && p.children.length > 0, L = K.has(p.id), C = F ? p.children.some((W) => de(W.to)) : de(p.to), S = rt(p.badge, V[p.id]), b = !!S && H && !M;
|
|
447
447
|
return /* @__PURE__ */ u("div", { "data-menu-active": C || void 0, children: [
|
|
448
448
|
/* @__PURE__ */ u(
|
|
449
449
|
"button",
|
|
450
450
|
{
|
|
451
451
|
onClick: (W) => {
|
|
452
452
|
if (F)
|
|
453
|
-
if (H && !
|
|
454
|
-
const
|
|
455
|
-
|
|
453
|
+
if (H && !M) {
|
|
454
|
+
const I = W.currentTarget.getBoundingClientRect();
|
|
455
|
+
X({
|
|
456
456
|
item: p,
|
|
457
|
-
top:
|
|
458
|
-
left:
|
|
457
|
+
top: I.top,
|
|
458
|
+
left: I.right + 8
|
|
459
459
|
});
|
|
460
460
|
} else
|
|
461
|
-
|
|
461
|
+
Oe(p.id);
|
|
462
462
|
else
|
|
463
|
-
|
|
463
|
+
Z(p.to);
|
|
464
464
|
},
|
|
465
465
|
style: {
|
|
466
466
|
width: "100%",
|
|
467
467
|
display: "flex",
|
|
468
468
|
alignItems: "center",
|
|
469
|
-
justifyContent: H && !
|
|
469
|
+
justifyContent: H && !M ? "center" : void 0,
|
|
470
470
|
gap: "0.5rem",
|
|
471
|
-
paddingLeft: H && !
|
|
472
|
-
paddingRight: H && !
|
|
471
|
+
paddingLeft: H && !M ? "0" : "0.5rem",
|
|
472
|
+
paddingRight: H && !M ? "0" : "0.5rem",
|
|
473
473
|
paddingTop: "0.25rem",
|
|
474
474
|
paddingBottom: "0.25rem",
|
|
475
475
|
height: "2rem",
|
|
@@ -480,7 +480,7 @@ function Oi({
|
|
|
480
480
|
color: "var(--sa-text-primary, #292a2e)",
|
|
481
481
|
cursor: "pointer"
|
|
482
482
|
},
|
|
483
|
-
title: H && !
|
|
483
|
+
title: H && !M ? p.title : void 0,
|
|
484
484
|
onMouseEnter: (W) => {
|
|
485
485
|
C || (W.currentTarget.style.backgroundColor = "var(--sa-background-neutral, #f0f1f2)");
|
|
486
486
|
},
|
|
@@ -517,7 +517,7 @@ function Oi({
|
|
|
517
517
|
]
|
|
518
518
|
}
|
|
519
519
|
),
|
|
520
|
-
(!H ||
|
|
520
|
+
(!H || M) && /* @__PURE__ */ u(G, { children: [
|
|
521
521
|
/* @__PURE__ */ e(
|
|
522
522
|
"span",
|
|
523
523
|
{
|
|
@@ -535,7 +535,7 @@ function Oi({
|
|
|
535
535
|
}
|
|
536
536
|
),
|
|
537
537
|
S && /* @__PURE__ */ e(
|
|
538
|
-
|
|
538
|
+
Le,
|
|
539
539
|
{
|
|
540
540
|
text: String(S.value),
|
|
541
541
|
variant: S.variant ?? "info",
|
|
@@ -551,7 +551,7 @@ function Oi({
|
|
|
551
551
|
height: "1rem",
|
|
552
552
|
flexShrink: 0,
|
|
553
553
|
transition: "transform 0.2s",
|
|
554
|
-
transform:
|
|
554
|
+
transform: L ? "rotate(180deg)" : "rotate(0deg)"
|
|
555
555
|
},
|
|
556
556
|
fill: "none",
|
|
557
557
|
stroke: "currentColor",
|
|
@@ -571,9 +571,9 @@ function Oi({
|
|
|
571
571
|
]
|
|
572
572
|
}
|
|
573
573
|
),
|
|
574
|
-
F && (!H ||
|
|
574
|
+
F && (!H || M) && (() => {
|
|
575
575
|
const W = p.children.findIndex(
|
|
576
|
-
(
|
|
576
|
+
(I) => de(I.to)
|
|
577
577
|
);
|
|
578
578
|
return /* @__PURE__ */ u(
|
|
579
579
|
"div",
|
|
@@ -584,9 +584,9 @@ function Oi({
|
|
|
584
584
|
paddingLeft: "1.125rem",
|
|
585
585
|
overflow: "hidden",
|
|
586
586
|
transition: "all 0.3s ease-in-out",
|
|
587
|
-
maxHeight:
|
|
588
|
-
opacity:
|
|
589
|
-
marginTop:
|
|
587
|
+
maxHeight: L ? `${p.children.length * 36}px` : "0px",
|
|
588
|
+
opacity: L ? 1 : 0,
|
|
589
|
+
marginTop: L ? "0.25rem" : "0px"
|
|
590
590
|
},
|
|
591
591
|
children: [
|
|
592
592
|
/* @__PURE__ */ e(
|
|
@@ -621,15 +621,15 @@ function Oi({
|
|
|
621
621
|
}
|
|
622
622
|
}
|
|
623
623
|
),
|
|
624
|
-
p.children.map((
|
|
625
|
-
const ue =
|
|
626
|
-
|
|
627
|
-
|
|
624
|
+
p.children.map((I) => {
|
|
625
|
+
const ue = rt(
|
|
626
|
+
I.badge,
|
|
627
|
+
V[I.id]
|
|
628
628
|
);
|
|
629
629
|
return /* @__PURE__ */ u(
|
|
630
630
|
"button",
|
|
631
631
|
{
|
|
632
|
-
onClick: () =>
|
|
632
|
+
onClick: () => Z(I.to),
|
|
633
633
|
style: {
|
|
634
634
|
width: "100%",
|
|
635
635
|
display: "flex",
|
|
@@ -640,24 +640,24 @@ function Oi({
|
|
|
640
640
|
paddingTop: "0.25rem",
|
|
641
641
|
paddingBottom: "0.25rem",
|
|
642
642
|
height: "2rem",
|
|
643
|
-
borderRadius: de(
|
|
643
|
+
borderRadius: de(I.to) ? "var(--sa-radii-sm, 0.375rem)" : "var(--sa-radii-md, 0.5rem)",
|
|
644
644
|
textAlign: "left",
|
|
645
|
-
backgroundColor: de(
|
|
646
|
-
color: de(
|
|
645
|
+
backgroundColor: de(I.to) ? "var(--sa-background-primary, #ffffff)" : "transparent",
|
|
646
|
+
color: de(I.to) ? "var(--sa-text-primary, #292a2e)" : "var(--sa-text-subtle, #505258)",
|
|
647
647
|
cursor: "pointer",
|
|
648
|
-
border: de(
|
|
648
|
+
border: de(I.to) ? "1px solid var(--sa-border-subtle, #0b120e24)" : "1px solid transparent"
|
|
649
649
|
},
|
|
650
650
|
onMouseEnter: (xe) => {
|
|
651
|
-
de(
|
|
651
|
+
de(I.to) || (xe.currentTarget.style.backgroundColor = "var(--sa-background-neutral, #f0f1f2)");
|
|
652
652
|
},
|
|
653
653
|
onMouseLeave: (xe) => {
|
|
654
|
-
de(
|
|
654
|
+
de(I.to) || (xe.currentTarget.style.backgroundColor = "transparent");
|
|
655
655
|
},
|
|
656
656
|
children: [
|
|
657
657
|
/* @__PURE__ */ e(
|
|
658
658
|
w,
|
|
659
659
|
{
|
|
660
|
-
name:
|
|
660
|
+
name: I.icon,
|
|
661
661
|
size: "sm",
|
|
662
662
|
style: { flexShrink: 0 }
|
|
663
663
|
}
|
|
@@ -674,11 +674,11 @@ function Oi({
|
|
|
674
674
|
overflow: "hidden",
|
|
675
675
|
textOverflow: "ellipsis"
|
|
676
676
|
},
|
|
677
|
-
children:
|
|
677
|
+
children: I.title
|
|
678
678
|
}
|
|
679
679
|
),
|
|
680
680
|
ue && /* @__PURE__ */ e(
|
|
681
|
-
|
|
681
|
+
Le,
|
|
682
682
|
{
|
|
683
683
|
text: String(ue.value),
|
|
684
684
|
variant: ue.variant ?? "info",
|
|
@@ -688,7 +688,7 @@ function Oi({
|
|
|
688
688
|
)
|
|
689
689
|
]
|
|
690
690
|
},
|
|
691
|
-
|
|
691
|
+
I.id
|
|
692
692
|
);
|
|
693
693
|
})
|
|
694
694
|
]
|
|
@@ -706,11 +706,11 @@ function Oi({
|
|
|
706
706
|
height: "100vh",
|
|
707
707
|
// backgroundColor: "var(--sa-background-primary-inverse, #f8f8f8)",
|
|
708
708
|
position: "relative",
|
|
709
|
-
"--app-sidebar-width":
|
|
710
|
-
"--app-footer-zindex":
|
|
709
|
+
"--app-sidebar-width": M ? "0px" : H ? "4.375rem" : "16.375rem",
|
|
710
|
+
"--app-footer-zindex": M && oe ? "40" : "999"
|
|
711
711
|
},
|
|
712
712
|
children: [
|
|
713
|
-
|
|
713
|
+
M && /* @__PURE__ */ e(
|
|
714
714
|
"div",
|
|
715
715
|
{
|
|
716
716
|
style: {
|
|
@@ -718,37 +718,37 @@ function Oi({
|
|
|
718
718
|
inset: 0,
|
|
719
719
|
backgroundColor: "var(--sa-color-black-alpha-a50, #181a198f)",
|
|
720
720
|
zIndex: 40,
|
|
721
|
-
opacity:
|
|
722
|
-
pointerEvents:
|
|
721
|
+
opacity: oe ? 0.5 : 0,
|
|
722
|
+
pointerEvents: oe ? "auto" : "none",
|
|
723
723
|
transition: "opacity 0.3s"
|
|
724
724
|
},
|
|
725
|
-
onClick: () =>
|
|
725
|
+
onClick: () => le(!1)
|
|
726
726
|
}
|
|
727
727
|
),
|
|
728
728
|
/* @__PURE__ */ u(
|
|
729
729
|
"aside",
|
|
730
730
|
{
|
|
731
731
|
style: {
|
|
732
|
-
width:
|
|
733
|
-
position:
|
|
734
|
-
...
|
|
732
|
+
width: M ? "16.375rem" : H ? "4.375rem" : "16.375rem",
|
|
733
|
+
position: M ? "fixed" : "relative",
|
|
734
|
+
...M && {
|
|
735
735
|
inset: 0,
|
|
736
736
|
zIndex: 50,
|
|
737
|
-
transform:
|
|
737
|
+
transform: oe ? "translateX(0)" : "translateX(-100%)"
|
|
738
738
|
},
|
|
739
739
|
backgroundColor: "var(--sa-background-primary-inverse, #f8f8f8)",
|
|
740
740
|
borderRight: "1px solid var(--sa-border-subtle, #0b120e24)",
|
|
741
741
|
display: "flex",
|
|
742
742
|
flexDirection: "column",
|
|
743
743
|
transition: "all 0.3s ease-in-out",
|
|
744
|
-
flexShrink:
|
|
744
|
+
flexShrink: M ? void 0 : 0
|
|
745
745
|
},
|
|
746
746
|
children: [
|
|
747
747
|
/* @__PURE__ */ e(
|
|
748
748
|
"div",
|
|
749
749
|
{
|
|
750
|
-
onMouseEnter: () =>
|
|
751
|
-
onMouseLeave: () =>
|
|
750
|
+
onMouseEnter: () => Q(!0),
|
|
751
|
+
onMouseLeave: () => Q(!1),
|
|
752
752
|
style: {
|
|
753
753
|
height: "4rem",
|
|
754
754
|
display: "flex",
|
|
@@ -760,8 +760,8 @@ function Oi({
|
|
|
760
760
|
position: "relative"
|
|
761
761
|
},
|
|
762
762
|
children: (() => {
|
|
763
|
-
const p = !
|
|
764
|
-
return /* @__PURE__ */ u(
|
|
763
|
+
const p = !M && H && !oe, F = p && $;
|
|
764
|
+
return /* @__PURE__ */ u(G, { children: [
|
|
765
765
|
/* @__PURE__ */ u(
|
|
766
766
|
"div",
|
|
767
767
|
{
|
|
@@ -788,7 +788,7 @@ function Oi({
|
|
|
788
788
|
}
|
|
789
789
|
}
|
|
790
790
|
),
|
|
791
|
-
(!H ||
|
|
791
|
+
(!H || oe) && /* @__PURE__ */ e(
|
|
792
792
|
"span",
|
|
793
793
|
{
|
|
794
794
|
style: {
|
|
@@ -803,11 +803,11 @@ function Oi({
|
|
|
803
803
|
]
|
|
804
804
|
}
|
|
805
805
|
),
|
|
806
|
-
!
|
|
806
|
+
!M && !H && /* @__PURE__ */ e(
|
|
807
807
|
"button",
|
|
808
808
|
{
|
|
809
809
|
type: "button",
|
|
810
|
-
onClick: () =>
|
|
810
|
+
onClick: () => P(!0),
|
|
811
811
|
"aria-label": "Collapse sidebar",
|
|
812
812
|
style: {
|
|
813
813
|
display: "inline-flex",
|
|
@@ -822,14 +822,14 @@ function Oi({
|
|
|
822
822
|
cursor: "pointer",
|
|
823
823
|
flexShrink: 0
|
|
824
824
|
},
|
|
825
|
-
children: /* @__PURE__ */ e(
|
|
825
|
+
children: /* @__PURE__ */ e(Bt, {})
|
|
826
826
|
}
|
|
827
827
|
),
|
|
828
828
|
p && /* @__PURE__ */ e(
|
|
829
829
|
"button",
|
|
830
830
|
{
|
|
831
831
|
type: "button",
|
|
832
|
-
onClick: () =>
|
|
832
|
+
onClick: () => P(!1),
|
|
833
833
|
"aria-label": "Expand sidebar",
|
|
834
834
|
style: {
|
|
835
835
|
position: "absolute",
|
|
@@ -859,15 +859,15 @@ function Oi({
|
|
|
859
859
|
height: "1rem",
|
|
860
860
|
display: "inline-flex"
|
|
861
861
|
},
|
|
862
|
-
children: /* @__PURE__ */ e(
|
|
862
|
+
children: /* @__PURE__ */ e(Bt, {})
|
|
863
863
|
}
|
|
864
864
|
)
|
|
865
865
|
}
|
|
866
866
|
),
|
|
867
|
-
|
|
867
|
+
M && /* @__PURE__ */ e(
|
|
868
868
|
"button",
|
|
869
869
|
{
|
|
870
|
-
onClick: () =>
|
|
870
|
+
onClick: () => le(!1),
|
|
871
871
|
"aria-label": "Close menu",
|
|
872
872
|
style: {
|
|
873
873
|
padding: "0.375rem",
|
|
@@ -904,22 +904,22 @@ function Oi({
|
|
|
904
904
|
a && /* @__PURE__ */ e(
|
|
905
905
|
Sr,
|
|
906
906
|
{
|
|
907
|
-
collapsed:
|
|
907
|
+
collapsed: M ? !1 : H,
|
|
908
908
|
children: a
|
|
909
909
|
}
|
|
910
910
|
),
|
|
911
911
|
/* @__PURE__ */ e(
|
|
912
912
|
"div",
|
|
913
913
|
{
|
|
914
|
-
ref:
|
|
914
|
+
ref: te,
|
|
915
915
|
style: {
|
|
916
916
|
flex: 1,
|
|
917
917
|
overflowY: "auto",
|
|
918
918
|
paddingTop: "1rem",
|
|
919
919
|
paddingBottom: "1rem"
|
|
920
920
|
},
|
|
921
|
-
children:
|
|
922
|
-
!H ||
|
|
921
|
+
children: He.map((p) => /* @__PURE__ */ u("div", { style: { marginBottom: "1rem" }, children: [
|
|
922
|
+
!H || M ? p.name && /* @__PURE__ */ e(
|
|
923
923
|
"div",
|
|
924
924
|
{
|
|
925
925
|
style: {
|
|
@@ -1010,10 +1010,10 @@ function Oi({
|
|
|
1010
1010
|
},
|
|
1011
1011
|
children: [
|
|
1012
1012
|
/* @__PURE__ */ u("div", { style: { display: "flex", alignItems: "center", gap: "1rem" }, children: [
|
|
1013
|
-
|
|
1013
|
+
M && /* @__PURE__ */ e(
|
|
1014
1014
|
"button",
|
|
1015
1015
|
{
|
|
1016
|
-
onClick: () =>
|
|
1016
|
+
onClick: () => le(!0),
|
|
1017
1017
|
style: {
|
|
1018
1018
|
padding: "0.375rem",
|
|
1019
1019
|
borderRadius: "0.5rem",
|
|
@@ -1047,7 +1047,7 @@ function Oi({
|
|
|
1047
1047
|
/* @__PURE__ */ u("div", { style: { display: "flex", alignItems: "center", gap: "0.75rem" }, children: [
|
|
1048
1048
|
h,
|
|
1049
1049
|
/* @__PURE__ */ u(Zt, { position: "bottom-right", children: [
|
|
1050
|
-
/* @__PURE__ */ e(
|
|
1050
|
+
/* @__PURE__ */ e(Ue, { children: /* @__PURE__ */ u(
|
|
1051
1051
|
"div",
|
|
1052
1052
|
{
|
|
1053
1053
|
style: {
|
|
@@ -1210,18 +1210,18 @@ function Oi({
|
|
|
1210
1210
|
]
|
|
1211
1211
|
}
|
|
1212
1212
|
) }),
|
|
1213
|
-
(g && g.length > 0 ||
|
|
1214
|
-
g == null ? void 0 : g.map((p, F) => /* @__PURE__ */ e(
|
|
1213
|
+
(g && g.length > 0 || m) && /* @__PURE__ */ u($t, { children: [
|
|
1214
|
+
g == null ? void 0 : g.map((p, F) => /* @__PURE__ */ e(Ue, { children: /* @__PURE__ */ u(
|
|
1215
1215
|
"button",
|
|
1216
1216
|
{
|
|
1217
1217
|
type: "button",
|
|
1218
1218
|
onClick: p.onClick,
|
|
1219
|
-
style:
|
|
1220
|
-
onMouseEnter: (
|
|
1221
|
-
|
|
1219
|
+
style: Wt,
|
|
1220
|
+
onMouseEnter: (L) => {
|
|
1221
|
+
L.currentTarget.style.backgroundColor = "var(--sa-background-neutral, #f0f1f2)";
|
|
1222
1222
|
},
|
|
1223
|
-
onMouseLeave: (
|
|
1224
|
-
|
|
1223
|
+
onMouseLeave: (L) => {
|
|
1224
|
+
L.currentTarget.style.backgroundColor = "transparent";
|
|
1225
1225
|
},
|
|
1226
1226
|
children: [
|
|
1227
1227
|
/* @__PURE__ */ e(w, { name: p.icon, size: "md" }),
|
|
@@ -1229,15 +1229,15 @@ function Oi({
|
|
|
1229
1229
|
]
|
|
1230
1230
|
}
|
|
1231
1231
|
) }, `${p.label}-${F}`)),
|
|
1232
|
-
|
|
1232
|
+
m
|
|
1233
1233
|
] }),
|
|
1234
|
-
|
|
1234
|
+
y ?? /* @__PURE__ */ e(ar, { children: /* @__PURE__ */ e(Ue, { children: /* @__PURE__ */ u(
|
|
1235
1235
|
"button",
|
|
1236
1236
|
{
|
|
1237
1237
|
type: "button",
|
|
1238
|
-
onClick:
|
|
1238
|
+
onClick: We,
|
|
1239
1239
|
style: {
|
|
1240
|
-
...
|
|
1240
|
+
...Wt,
|
|
1241
1241
|
color: "var(--sa-background-error, #c9184a)",
|
|
1242
1242
|
fontWeight: 500
|
|
1243
1243
|
},
|
|
@@ -1278,7 +1278,7 @@ function Oi({
|
|
|
1278
1278
|
flex: 1,
|
|
1279
1279
|
overflowY: "auto"
|
|
1280
1280
|
},
|
|
1281
|
-
children: t || /* @__PURE__ */ e(
|
|
1281
|
+
children: t || /* @__PURE__ */ e(Et, {})
|
|
1282
1282
|
}
|
|
1283
1283
|
)
|
|
1284
1284
|
] })
|
|
@@ -1300,19 +1300,19 @@ function Oi({
|
|
|
1300
1300
|
children: s
|
|
1301
1301
|
}
|
|
1302
1302
|
),
|
|
1303
|
-
/* @__PURE__ */ u(
|
|
1304
|
-
/* @__PURE__ */ e(
|
|
1305
|
-
/* @__PURE__ */ e(
|
|
1306
|
-
/* @__PURE__ */ e(
|
|
1307
|
-
/* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(
|
|
1308
|
-
/* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(
|
|
1303
|
+
/* @__PURE__ */ u(ut, { isShow: ae, onHide: Ne, children: [
|
|
1304
|
+
/* @__PURE__ */ e(Ot, { children: "Confirmation Logout" }),
|
|
1305
|
+
/* @__PURE__ */ e(ht, { children: "Are you sure you want to end the session and exit the page?" }),
|
|
1306
|
+
/* @__PURE__ */ e(_t, { children: /* @__PURE__ */ e(f, { display: "flex", align: "flex-end", justify: "center", children: /* @__PURE__ */ u(U, { direction: "row", gap: "sm", align: "center", children: [
|
|
1307
|
+
/* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(T, { secondary: !0, onClick: Ne, children: "Cancel" }) }),
|
|
1308
|
+
/* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(T, { primary: !0, onClick: et, children: "Yes, Sure" }) })
|
|
1309
1309
|
] }) }) })
|
|
1310
1310
|
] }),
|
|
1311
|
-
|
|
1311
|
+
ee && /* @__PURE__ */ u(G, { children: [
|
|
1312
1312
|
/* @__PURE__ */ e(
|
|
1313
1313
|
"div",
|
|
1314
1314
|
{
|
|
1315
|
-
onClick: () =>
|
|
1315
|
+
onClick: () => X(null),
|
|
1316
1316
|
style: {
|
|
1317
1317
|
position: "fixed",
|
|
1318
1318
|
inset: 0,
|
|
@@ -1325,11 +1325,11 @@ function Oi({
|
|
|
1325
1325
|
"div",
|
|
1326
1326
|
{
|
|
1327
1327
|
role: "dialog",
|
|
1328
|
-
"aria-label":
|
|
1328
|
+
"aria-label": ee.item.title,
|
|
1329
1329
|
style: {
|
|
1330
1330
|
position: "fixed",
|
|
1331
|
-
top:
|
|
1332
|
-
left:
|
|
1331
|
+
top: ee.top,
|
|
1332
|
+
left: ee.left,
|
|
1333
1333
|
zIndex: 61,
|
|
1334
1334
|
minWidth: "13rem",
|
|
1335
1335
|
maxWidth: "16rem",
|
|
@@ -1354,19 +1354,19 @@ function Oi({
|
|
|
1354
1354
|
textTransform: "uppercase",
|
|
1355
1355
|
letterSpacing: "0.05em"
|
|
1356
1356
|
},
|
|
1357
|
-
children:
|
|
1357
|
+
children: ee.item.title
|
|
1358
1358
|
}
|
|
1359
1359
|
),
|
|
1360
|
-
(
|
|
1361
|
-
const F = de(p.to),
|
|
1360
|
+
(_e = ee.item.children) == null ? void 0 : _e.map((p) => {
|
|
1361
|
+
const F = de(p.to), L = rt(
|
|
1362
1362
|
p.badge,
|
|
1363
|
-
|
|
1363
|
+
V[p.id]
|
|
1364
1364
|
);
|
|
1365
1365
|
return /* @__PURE__ */ u(
|
|
1366
1366
|
"button",
|
|
1367
1367
|
{
|
|
1368
1368
|
onClick: () => {
|
|
1369
|
-
|
|
1369
|
+
Z(p.to), X(null);
|
|
1370
1370
|
},
|
|
1371
1371
|
style: {
|
|
1372
1372
|
width: "100%",
|
|
@@ -1399,11 +1399,11 @@ function Oi({
|
|
|
1399
1399
|
}
|
|
1400
1400
|
),
|
|
1401
1401
|
/* @__PURE__ */ e("span", { style: { flex: 1, whiteSpace: "nowrap" }, children: p.title }),
|
|
1402
|
-
|
|
1403
|
-
|
|
1402
|
+
L && /* @__PURE__ */ e(
|
|
1403
|
+
Le,
|
|
1404
1404
|
{
|
|
1405
|
-
text: String(
|
|
1406
|
-
variant:
|
|
1405
|
+
text: String(L.value),
|
|
1406
|
+
variant: L.variant ?? "info",
|
|
1407
1407
|
size: "xs",
|
|
1408
1408
|
border: !0
|
|
1409
1409
|
}
|
|
@@ -1430,7 +1430,7 @@ const Br = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
|
1430
1430
|
...r,
|
|
1431
1431
|
children: t
|
|
1432
1432
|
}
|
|
1433
|
-
),
|
|
1433
|
+
), Xe = ce(Br), At = ({
|
|
1434
1434
|
title: t,
|
|
1435
1435
|
iconName: r,
|
|
1436
1436
|
textColor: n,
|
|
@@ -1481,7 +1481,7 @@ const Br = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
|
1481
1481
|
iconColor: o,
|
|
1482
1482
|
hoverIconColor: i
|
|
1483
1483
|
}) => {
|
|
1484
|
-
const [l, s] = k(!1), a = o ?? "var(--sa-text-subtle, #8c8f97)", h = i ?? "var(--sa-text-subtle, #8c8f97)", d = t.length > 1 ? t[0] : void 0, g = !!(d != null && d.to || d != null && d.onClick),
|
|
1484
|
+
const [l, s] = k(!1), a = o ?? "var(--sa-text-subtle, #8c8f97)", h = i ?? "var(--sa-text-subtle, #8c8f97)", d = t.length > 1 ? t[0] : void 0, g = !!(d != null && d.to || d != null && d.onClick), m = /* @__PURE__ */ e(
|
|
1485
1485
|
w,
|
|
1486
1486
|
{
|
|
1487
1487
|
name: n || "ChevronLeft",
|
|
@@ -1494,15 +1494,15 @@ const Br = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
|
1494
1494
|
cursor: g ? "pointer" : void 0
|
|
1495
1495
|
}
|
|
1496
1496
|
}
|
|
1497
|
-
),
|
|
1497
|
+
), y = d != null && d.to ? /* @__PURE__ */ e(qe, { to: d.to, replace: !0, style: { textDecoration: "none" }, children: m }) : d != null && d.onClick ? /* @__PURE__ */ e(Xe, { onClick: d.onClick, children: m }) : m;
|
|
1498
1498
|
return /* @__PURE__ */ u(f, { direction: "row", gap: "xs", align: "center", children: [
|
|
1499
|
-
|
|
1499
|
+
y,
|
|
1500
1500
|
/* @__PURE__ */ e(nr, { separator: r, size: "md", children: t.map((v, E) => {
|
|
1501
1501
|
const x = E === t.length - 1;
|
|
1502
|
-
return v.to && !x ? /* @__PURE__ */ e(
|
|
1502
|
+
return v.to && !x ? /* @__PURE__ */ e(kt, { children: /* @__PURE__ */ e(qe, { to: v.to, children: v.label }) }, E) : /* @__PURE__ */ e(kt, { currentPage: x, children: /* @__PURE__ */ e(ir, { onClick: x ? void 0 : v.onClick, children: v.label }) }, E);
|
|
1503
1503
|
}) })
|
|
1504
1504
|
] });
|
|
1505
|
-
},
|
|
1505
|
+
}, Oi = (t) => {
|
|
1506
1506
|
const { items: r, separator: n, onClick: o, navigateTo: i, ...l } = t;
|
|
1507
1507
|
return r && r.length > 0 ? /* @__PURE__ */ e(
|
|
1508
1508
|
Wr,
|
|
@@ -1513,8 +1513,8 @@ const Br = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
|
1513
1513
|
iconColor: l.iconColor,
|
|
1514
1514
|
hoverIconColor: l.hoverIconColor
|
|
1515
1515
|
}
|
|
1516
|
-
) : i ? /* @__PURE__ */ e(f, { direction: "row", children: /* @__PURE__ */ e(
|
|
1517
|
-
},
|
|
1516
|
+
) : i ? /* @__PURE__ */ e(f, { direction: "row", children: /* @__PURE__ */ e(qe, { to: i, replace: !0, style: { textDecoration: "none" }, children: /* @__PURE__ */ e(At, { ...l }) }) }) : /* @__PURE__ */ e(f, { direction: "row", children: /* @__PURE__ */ e(Xe, { onClick: o, children: /* @__PURE__ */ e(At, { ...l }) }) });
|
|
1517
|
+
}, nt = [
|
|
1518
1518
|
// brand (blue)
|
|
1519
1519
|
{
|
|
1520
1520
|
icon: "var(--sa-color-brand-400, #3366b7)",
|
|
@@ -1558,7 +1558,7 @@ const Br = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
|
1558
1558
|
activeShadow: "rgba(255, 117, 143, 0.25)"
|
|
1559
1559
|
}
|
|
1560
1560
|
];
|
|
1561
|
-
function
|
|
1561
|
+
function Ht(t, r, n) {
|
|
1562
1562
|
return {
|
|
1563
1563
|
display: "flex",
|
|
1564
1564
|
alignItems: "center",
|
|
@@ -1574,7 +1574,7 @@ function Vt(t, r, n) {
|
|
|
1574
1574
|
transition: "box-shadow 0.2s ease, transform 0.2s ease, background-color 0.15s ease, border-color 0.15s ease"
|
|
1575
1575
|
};
|
|
1576
1576
|
}
|
|
1577
|
-
const
|
|
1577
|
+
const It = {
|
|
1578
1578
|
fontSize: "11px",
|
|
1579
1579
|
fontWeight: 500,
|
|
1580
1580
|
textAlign: "center",
|
|
@@ -1583,7 +1583,7 @@ const Rt = {
|
|
|
1583
1583
|
color: "var(--sa-background-primary, #ffffff)",
|
|
1584
1584
|
lineHeight: "1.3",
|
|
1585
1585
|
maxWidth: "80px"
|
|
1586
|
-
},
|
|
1586
|
+
}, Vt = {
|
|
1587
1587
|
display: "flex",
|
|
1588
1588
|
flexDirection: "column",
|
|
1589
1589
|
alignItems: "center",
|
|
@@ -1602,9 +1602,9 @@ function Ar({
|
|
|
1602
1602
|
}) {
|
|
1603
1603
|
const [l, s] = k(void 0), a = (d) => {
|
|
1604
1604
|
i(d), r();
|
|
1605
|
-
}, h =
|
|
1605
|
+
}, h = nt[0];
|
|
1606
1606
|
return /* @__PURE__ */ e(
|
|
1607
|
-
|
|
1607
|
+
ut,
|
|
1608
1608
|
{
|
|
1609
1609
|
isShow: t,
|
|
1610
1610
|
onHide: r,
|
|
@@ -1614,7 +1614,7 @@ function Ar({
|
|
|
1614
1614
|
boxShadow: "none",
|
|
1615
1615
|
border: "none"
|
|
1616
1616
|
},
|
|
1617
|
-
children: /* @__PURE__ */ e(
|
|
1617
|
+
children: /* @__PURE__ */ e(ht, { children: /* @__PURE__ */ u(
|
|
1618
1618
|
"div",
|
|
1619
1619
|
{
|
|
1620
1620
|
style: {
|
|
@@ -1629,26 +1629,26 @@ function Ar({
|
|
|
1629
1629
|
onClick: () => a(null),
|
|
1630
1630
|
onMouseEnter: () => s("all"),
|
|
1631
1631
|
onMouseLeave: () => s(void 0),
|
|
1632
|
-
style:
|
|
1632
|
+
style: Vt,
|
|
1633
1633
|
children: [
|
|
1634
|
-
/* @__PURE__ */ e("div", { style:
|
|
1635
|
-
/* @__PURE__ */ e("span", { style:
|
|
1634
|
+
/* @__PURE__ */ e("div", { style: Ht(o === null, l === "all", h), children: /* @__PURE__ */ e("div", { style: { color: h.icon, display: "flex", alignItems: "center", justifyContent: "center" }, children: /* @__PURE__ */ e(w, { name: "Grid", size: "lg", style: { width: 32, height: 32 } }) }) }),
|
|
1635
|
+
/* @__PURE__ */ e("span", { style: It, children: "Semua" })
|
|
1636
1636
|
]
|
|
1637
1637
|
}
|
|
1638
1638
|
),
|
|
1639
1639
|
n.map((d, g) => {
|
|
1640
1640
|
var x;
|
|
1641
|
-
const
|
|
1641
|
+
const m = o === d.id, y = l === d.id, v = ((x = d.items[0]) == null ? void 0 : x.icon) ?? "Grid", E = nt[(g + 1) % nt.length];
|
|
1642
1642
|
return /* @__PURE__ */ u(
|
|
1643
1643
|
"button",
|
|
1644
1644
|
{
|
|
1645
1645
|
onClick: () => a(d.id),
|
|
1646
1646
|
onMouseEnter: () => s(d.id),
|
|
1647
1647
|
onMouseLeave: () => s(void 0),
|
|
1648
|
-
style:
|
|
1648
|
+
style: Vt,
|
|
1649
1649
|
children: [
|
|
1650
|
-
/* @__PURE__ */ e("div", { style:
|
|
1651
|
-
/* @__PURE__ */ e("span", { style:
|
|
1650
|
+
/* @__PURE__ */ e("div", { style: Ht(m, y, E), children: /* @__PURE__ */ e("div", { style: { color: E.icon, display: "flex", alignItems: "center", justifyContent: "center" }, children: /* @__PURE__ */ e(w, { name: v, size: "lg", style: { width: 32, height: 32 } }) }) }),
|
|
1651
|
+
/* @__PURE__ */ e("span", { style: It, children: d.name })
|
|
1652
1652
|
]
|
|
1653
1653
|
},
|
|
1654
1654
|
d.id
|
|
@@ -1664,15 +1664,15 @@ function _i({
|
|
|
1664
1664
|
onSelect: t,
|
|
1665
1665
|
"aria-label": r = "Pilih module"
|
|
1666
1666
|
} = {}) {
|
|
1667
|
-
const n = Yt(), o =
|
|
1667
|
+
const n = Yt(), o = mt(), { selectedGroupId: i, setSelectedGroupId: l } = er(), [s, a] = k(!1), h = (d) => {
|
|
1668
1668
|
var g;
|
|
1669
1669
|
if (l(d), d !== null) {
|
|
1670
|
-
const
|
|
1671
|
-
|
|
1670
|
+
const m = n.menus.find((v) => v.id === d), y = (g = m == null ? void 0 : m.items[0]) == null ? void 0 : g.to;
|
|
1671
|
+
y && o(y);
|
|
1672
1672
|
}
|
|
1673
1673
|
t == null || t(d);
|
|
1674
1674
|
};
|
|
1675
|
-
return /* @__PURE__ */ u(
|
|
1675
|
+
return /* @__PURE__ */ u(G, { children: [
|
|
1676
1676
|
/* @__PURE__ */ u("div", { style: { position: "relative" }, children: [
|
|
1677
1677
|
/* @__PURE__ */ e(
|
|
1678
1678
|
"button",
|
|
@@ -1763,7 +1763,7 @@ const Hr = (t, r) => {
|
|
|
1763
1763
|
}),
|
|
1764
1764
|
[i, l]
|
|
1765
1765
|
), h = () => typeof r == "string" ? /* @__PURE__ */ e(D, { fontWeight: "medium", color: "text-muted", children: r }) : r, d = () => typeof t == "string" || typeof t == "number" ? /* @__PURE__ */ e(D, { color: "text", fontWeight: "medium", children: t }) : t, g = () => typeof n == "string" || typeof n == "number" ? /* @__PURE__ */ e(D, { fontWeight: "medium", color: "text-muted", children: n }) : n;
|
|
1766
|
-
return /* @__PURE__ */ u(
|
|
1766
|
+
return /* @__PURE__ */ u(Re, { children: [
|
|
1767
1767
|
/* @__PURE__ */ e(Se, { style: s, width: o, children: h() }),
|
|
1768
1768
|
n ? /* @__PURE__ */ e(Se, { style: a, width: 24, children: g() }) : null,
|
|
1769
1769
|
/* @__PURE__ */ e(Se, { style: s, children: d() })
|
|
@@ -1837,47 +1837,7 @@ const Hr = (t, r) => {
|
|
|
1837
1837
|
}
|
|
1838
1838
|
);
|
|
1839
1839
|
}
|
|
1840
|
-
),
|
|
1841
|
-
title: t,
|
|
1842
|
-
content: r,
|
|
1843
|
-
onHide: n,
|
|
1844
|
-
onSuccess: o,
|
|
1845
|
-
isShow: i,
|
|
1846
|
-
successButtonTitle: l = "Konfirmasi",
|
|
1847
|
-
theme: s
|
|
1848
|
-
}) => {
|
|
1849
|
-
const a = () => {
|
|
1850
|
-
switch (s) {
|
|
1851
|
-
case "info":
|
|
1852
|
-
return /* @__PURE__ */ e(Le, { info: !0, children: t });
|
|
1853
|
-
case "danger":
|
|
1854
|
-
return /* @__PURE__ */ e(Le, { danger: !0, children: t });
|
|
1855
|
-
case "success":
|
|
1856
|
-
return /* @__PURE__ */ e(Le, { success: !0, children: t });
|
|
1857
|
-
default:
|
|
1858
|
-
return /* @__PURE__ */ e(Le, { success: !0, children: t });
|
|
1859
|
-
}
|
|
1860
|
-
}, h = () => {
|
|
1861
|
-
switch (s) {
|
|
1862
|
-
case "info":
|
|
1863
|
-
return /* @__PURE__ */ e(I, { primary: !0, onClick: o, children: l });
|
|
1864
|
-
case "danger":
|
|
1865
|
-
return /* @__PURE__ */ e(I, { danger: !0, onClick: o, children: l });
|
|
1866
|
-
case "success":
|
|
1867
|
-
return /* @__PURE__ */ e(I, { success: !0, onClick: o, children: l });
|
|
1868
|
-
default:
|
|
1869
|
-
return /* @__PURE__ */ e(I, { primary: !0, onClick: o, children: l });
|
|
1870
|
-
}
|
|
1871
|
-
};
|
|
1872
|
-
return /* @__PURE__ */ u(Qe, { isShow: i, onHide: n, children: [
|
|
1873
|
-
a(),
|
|
1874
|
-
/* @__PURE__ */ e(Ye, { children: /* @__PURE__ */ e(D, { children: r }) }),
|
|
1875
|
-
/* @__PURE__ */ e(gt, { children: /* @__PURE__ */ u(f, { justify: "flex-end", direction: "row", gap: "sm", children: [
|
|
1876
|
-
/* @__PURE__ */ e(I, { secondary: !0, onClick: n, children: "Cancel" }),
|
|
1877
|
-
h()
|
|
1878
|
-
] }) })
|
|
1879
|
-
] });
|
|
1880
|
-
}, Rr = ({ backButton: t }) => {
|
|
1840
|
+
), Rr = ({ backButton: t }) => {
|
|
1881
1841
|
const [r, n] = k(!1), o = (t == null ? void 0 : t.iconColor) ?? "var(--sa-text-subtle, #8c8f97)", i = (t == null ? void 0 : t.textColor) ?? "var(--sa-text-subtle, #8c8f97)", l = (t == null ? void 0 : t.hoverIconColor) ?? "var(--sa-text-subtle, #8c8f97)", s = (t == null ? void 0 : t.hoverTextColor) ?? "var(--sa-text-primary, #292a2e)";
|
|
1882
1842
|
return /* @__PURE__ */ u(
|
|
1883
1843
|
f,
|
|
@@ -1926,38 +1886,38 @@ const Hr = (t, r) => {
|
|
|
1926
1886
|
containerProps: a,
|
|
1927
1887
|
headerProps: h
|
|
1928
1888
|
}) => {
|
|
1929
|
-
const d =
|
|
1889
|
+
const d = ie("lg"), g = mt(), m = ze(), y = t == null ? void 0 : t.show, v = () => {
|
|
1930
1890
|
if (typeof (t == null ? void 0 : t.onClick) == "function") {
|
|
1931
1891
|
t.onClick();
|
|
1932
1892
|
return;
|
|
1933
1893
|
}
|
|
1934
1894
|
g(-1, { replace: !0 });
|
|
1935
|
-
}, E = () => l ?
|
|
1936
|
-
({ title:
|
|
1937
|
-
|
|
1895
|
+
}, E = () => l ? st(l) ? l : /* @__PURE__ */ e(f, { direction: "row", gap: "lg", children: l.map(
|
|
1896
|
+
({ title: N, icon: q, buttonProps: M, onClick: ae }, J) => !N && !q ? null : /* @__PURE__ */ e(
|
|
1897
|
+
T,
|
|
1938
1898
|
{
|
|
1939
1899
|
fullWidth: !d,
|
|
1940
|
-
iconLeft:
|
|
1900
|
+
iconLeft: q ? /* @__PURE__ */ e(w, { name: q, size: "md" }) : void 0,
|
|
1941
1901
|
onClick: ae,
|
|
1942
|
-
...
|
|
1943
|
-
children:
|
|
1902
|
+
...M,
|
|
1903
|
+
children: N
|
|
1944
1904
|
},
|
|
1945
|
-
`action-${
|
|
1905
|
+
`action-${J}`
|
|
1946
1906
|
)
|
|
1947
1907
|
) }) : null, x = () => {
|
|
1948
|
-
const
|
|
1908
|
+
const N = /* @__PURE__ */ e(Rr, { backButton: t });
|
|
1949
1909
|
return t != null && t.navigateTo ? /* @__PURE__ */ e(f, { direction: "row", children: /* @__PURE__ */ e(
|
|
1950
|
-
|
|
1910
|
+
qe,
|
|
1951
1911
|
{
|
|
1952
1912
|
to: t.navigateTo,
|
|
1953
1913
|
replace: !0,
|
|
1954
1914
|
style: { textDecoration: "none" },
|
|
1955
|
-
children:
|
|
1915
|
+
children: N
|
|
1956
1916
|
}
|
|
1957
|
-
) }) : /* @__PURE__ */ e(f, { direction: "row", children: /* @__PURE__ */ e(
|
|
1958
|
-
},
|
|
1959
|
-
const
|
|
1960
|
-
return !
|
|
1917
|
+
) }) : /* @__PURE__ */ e(f, { direction: "row", children: /* @__PURE__ */ e(Xe, { onClick: v, children: N }) });
|
|
1918
|
+
}, V = () => {
|
|
1919
|
+
const N = !!r, q = st(l) ? !0 : Array.isArray(l) && l.length > 0;
|
|
1920
|
+
return !N && !q && !y ? null : /* @__PURE__ */ u(
|
|
1961
1921
|
f,
|
|
1962
1922
|
{
|
|
1963
1923
|
gap: "xs",
|
|
@@ -1965,8 +1925,8 @@ const Hr = (t, r) => {
|
|
|
1965
1925
|
paddingInline: h == null ? void 0 : h.paddingInline,
|
|
1966
1926
|
...h,
|
|
1967
1927
|
children: [
|
|
1968
|
-
|
|
1969
|
-
(
|
|
1928
|
+
y && x(),
|
|
1929
|
+
(N || q) && /* @__PURE__ */ u(
|
|
1970
1930
|
f,
|
|
1971
1931
|
{
|
|
1972
1932
|
direction: d ? "row" : "column",
|
|
@@ -1974,9 +1934,9 @@ const Hr = (t, r) => {
|
|
|
1974
1934
|
justify: "space-between",
|
|
1975
1935
|
align: "center",
|
|
1976
1936
|
children: [
|
|
1977
|
-
|
|
1937
|
+
N ? typeof r == "string" ? /* @__PURE__ */ u(f, { direction: "row", gap: "lg", align: "center", children: [
|
|
1978
1938
|
/* @__PURE__ */ e(D, { variant: "h2", fontWeight: "semibold", fontFamily: "Poppins", children: r }),
|
|
1979
|
-
n && /* @__PURE__ */ e(
|
|
1939
|
+
n && /* @__PURE__ */ e(Le, { border: !0, size: "lg", text: n, ...s })
|
|
1980
1940
|
] }) : r : null,
|
|
1981
1941
|
E()
|
|
1982
1942
|
]
|
|
@@ -1985,7 +1945,7 @@ const Hr = (t, r) => {
|
|
|
1985
1945
|
]
|
|
1986
1946
|
}
|
|
1987
1947
|
);
|
|
1988
|
-
},
|
|
1948
|
+
}, Z = () => o;
|
|
1989
1949
|
return /* @__PURE__ */ u(
|
|
1990
1950
|
f,
|
|
1991
1951
|
{
|
|
@@ -1998,16 +1958,16 @@ const Hr = (t, r) => {
|
|
|
1998
1958
|
animation: "pageLayoutEnter 320ms cubic-bezier(0.16, 1, 0.3, 1) backwards"
|
|
1999
1959
|
},
|
|
2000
1960
|
children: [
|
|
2001
|
-
i &&
|
|
2002
|
-
|
|
1961
|
+
i && V(),
|
|
1962
|
+
Z()
|
|
2003
1963
|
]
|
|
2004
1964
|
},
|
|
2005
|
-
|
|
1965
|
+
m.pathname
|
|
2006
1966
|
);
|
|
2007
|
-
},
|
|
1967
|
+
}, ji = ce(zr), Nr = {
|
|
2008
1968
|
icon: "Cross",
|
|
2009
1969
|
title: ""
|
|
2010
|
-
},
|
|
1970
|
+
}, Tr = "calc(100vw - 16px)", Rt = (t) => t == null ? void 0 : `min(${typeof t == "number" ? `${t}px` : t}, ${Tr})`, Or = qt(
|
|
2011
1971
|
({
|
|
2012
1972
|
onHide: t,
|
|
2013
1973
|
show: r,
|
|
@@ -2019,7 +1979,7 @@ const Hr = (t, r) => {
|
|
|
2019
1979
|
minWidth: a = "357px",
|
|
2020
1980
|
maxWidth: h = "357px"
|
|
2021
1981
|
}, d) => {
|
|
2022
|
-
const g =
|
|
1982
|
+
const g = Rt(s ?? a), m = Rt(s ?? h);
|
|
2023
1983
|
return /* @__PURE__ */ e(
|
|
2024
1984
|
lr,
|
|
2025
1985
|
{
|
|
@@ -2030,7 +1990,7 @@ const Hr = (t, r) => {
|
|
|
2030
1990
|
ref: d,
|
|
2031
1991
|
style: {
|
|
2032
1992
|
minWidth: g,
|
|
2033
|
-
maxWidth:
|
|
1993
|
+
maxWidth: m,
|
|
2034
1994
|
...o
|
|
2035
1995
|
},
|
|
2036
1996
|
children: /* @__PURE__ */ u(f, { padding: "lg", children: [
|
|
@@ -2064,7 +2024,7 @@ const Hr = (t, r) => {
|
|
|
2064
2024
|
}
|
|
2065
2025
|
), tr = ce(
|
|
2066
2026
|
({ children: t, borderBottom: r = !0, padding: n = !0 }) => {
|
|
2067
|
-
const o =
|
|
2027
|
+
const o = ie("lg");
|
|
2068
2028
|
return /* @__PURE__ */ e(
|
|
2069
2029
|
f,
|
|
2070
2030
|
{
|
|
@@ -2080,7 +2040,7 @@ const Hr = (t, r) => {
|
|
|
2080
2040
|
}
|
|
2081
2041
|
), rr = ce(
|
|
2082
2042
|
({ children: t, borderTop: r = !0, padding: n = !0 }) => {
|
|
2083
|
-
const o =
|
|
2043
|
+
const o = ie("lg");
|
|
2084
2044
|
return /* @__PURE__ */ e(
|
|
2085
2045
|
f,
|
|
2086
2046
|
{
|
|
@@ -2106,7 +2066,7 @@ const Hr = (t, r) => {
|
|
|
2106
2066
|
children: t
|
|
2107
2067
|
}
|
|
2108
2068
|
)
|
|
2109
|
-
),
|
|
2069
|
+
), $i = ce(
|
|
2110
2070
|
({
|
|
2111
2071
|
children: t,
|
|
2112
2072
|
title: r,
|
|
@@ -2119,11 +2079,11 @@ const Hr = (t, r) => {
|
|
|
2119
2079
|
bodyProps: h,
|
|
2120
2080
|
headerProps: d = { borderBottom: !0 },
|
|
2121
2081
|
footerProps: g = { borderTop: !0 },
|
|
2122
|
-
variantTag:
|
|
2082
|
+
variantTag: m = "info"
|
|
2123
2083
|
}) => {
|
|
2124
|
-
const
|
|
2084
|
+
const y = ie("lg"), v = () => n ? /* @__PURE__ */ u(f, { direction: "row", gap: "sm", align: "center", children: [
|
|
2125
2085
|
/* @__PURE__ */ e(D, { fontWeight: "medium", children: r }),
|
|
2126
|
-
/* @__PURE__ */ e(
|
|
2086
|
+
/* @__PURE__ */ e(Le, { border: !0, text: n, variant: m })
|
|
2127
2087
|
] }) : /* @__PURE__ */ e(D, { fontWeight: "medium", children: r }), E = () => i || /* @__PURE__ */ u(
|
|
2128
2088
|
f,
|
|
2129
2089
|
{
|
|
@@ -2136,7 +2096,7 @@ const Hr = (t, r) => {
|
|
|
2136
2096
|
/* @__PURE__ */ e(
|
|
2137
2097
|
f,
|
|
2138
2098
|
{
|
|
2139
|
-
style:
|
|
2099
|
+
style: y ? { width: "100%", maxWidth: "19.313rem" } : { flex: 1 },
|
|
2140
2100
|
...s,
|
|
2141
2101
|
children: o ?? null
|
|
2142
2102
|
}
|
|
@@ -2169,7 +2129,7 @@ const Hr = (t, r) => {
|
|
|
2169
2129
|
), Zr = "var(--sa-color-secondary-50, #e6e9fb)", jr = ({ children: t, onClick: r }) => {
|
|
2170
2130
|
const [n, o] = k("");
|
|
2171
2131
|
return /* @__PURE__ */ e(
|
|
2172
|
-
|
|
2132
|
+
Xe,
|
|
2173
2133
|
{
|
|
2174
2134
|
fullWidth: !0,
|
|
2175
2135
|
height: "height-8",
|
|
@@ -2208,9 +2168,9 @@ const Hr = (t, r) => {
|
|
|
2208
2168
|
[i]
|
|
2209
2169
|
);
|
|
2210
2170
|
return /* @__PURE__ */ u(Zt, { position: l, style: n, children: [
|
|
2211
|
-
/* @__PURE__ */ e(
|
|
2212
|
-
/* @__PURE__ */ e(jt, { style: d, children: r.map((g,
|
|
2213
|
-
|
|
2171
|
+
/* @__PURE__ */ e(Ue, { style: o, children: /* @__PURE__ */ e(T, { size: "sm", secondary: !0, ...s, children: /* @__PURE__ */ e(w, { name: t, ...a }) }) }),
|
|
2172
|
+
/* @__PURE__ */ e(jt, { style: d, children: r.map((g, m) => h === "outline-button" ? /* @__PURE__ */ e($t, { children: /* @__PURE__ */ u(
|
|
2173
|
+
T,
|
|
2214
2174
|
{
|
|
2215
2175
|
size: "sm",
|
|
2216
2176
|
secondary: !0,
|
|
@@ -2222,7 +2182,7 @@ const Hr = (t, r) => {
|
|
|
2222
2182
|
/* @__PURE__ */ e(D, { fontSize: "sm", color: "text", ...g.textProps, children: g.label })
|
|
2223
2183
|
]
|
|
2224
2184
|
}
|
|
2225
|
-
) }, g.id ||
|
|
2185
|
+
) }, g.id || m) : /* @__PURE__ */ u(
|
|
2226
2186
|
$r,
|
|
2227
2187
|
{
|
|
2228
2188
|
onClick: g.onClick,
|
|
@@ -2232,10 +2192,10 @@ const Hr = (t, r) => {
|
|
|
2232
2192
|
/* @__PURE__ */ e(D, { fontSize: "sm", color: "text", ...g.textProps, children: g.label })
|
|
2233
2193
|
]
|
|
2234
2194
|
},
|
|
2235
|
-
g.id ||
|
|
2195
|
+
g.id || m
|
|
2236
2196
|
)) })
|
|
2237
2197
|
] });
|
|
2238
|
-
},
|
|
2198
|
+
}, Ui = ce(Ur), Gr = (t) => /* @__PURE__ */ e(D, { variant: "h1", children: t.children, ...t.props }), qr = (t) => /* @__PURE__ */ e(D, { variant: "h2", children: t.children, ...t.props }), Jr = (t) => /* @__PURE__ */ e(D, { variant: "h3", children: t.children, ...t.props }), Pr = (t) => /* @__PURE__ */ e(D, { variant: "h4", children: t.children, ...t.props }), Qr = (t) => /* @__PURE__ */ e(D, { variant: "h5", children: t.children, ...t.props }), Yr = (t) => /* @__PURE__ */ e(D, { variant: "h6", children: t.children, ...t.props }), Xr = (t) => /* @__PURE__ */ e(D, { variant: "sub-h1", children: t.children, ...t.props }), Kr = (t) => /* @__PURE__ */ e(D, { variant: "sub-h2", children: t.children, ...t.props }), en = (t) => /* @__PURE__ */ e(D, { variant: "sub-h3", children: t.children, ...t.props }), tn = (t) => /* @__PURE__ */ e(D, { variant: "body-1", children: t.children, ...t.props }), rn = (t) => /* @__PURE__ */ e(D, { variant: "body-2", children: t.children, ...t.props }), nn = (t) => /* @__PURE__ */ e(D, { variant: "body-3", children: t.children, ...t.props }), pe = {
|
|
2239
2199
|
H1: Gr,
|
|
2240
2200
|
H2: qr,
|
|
2241
2201
|
H3: Jr,
|
|
@@ -2248,14 +2208,14 @@ const Hr = (t, r) => {
|
|
|
2248
2208
|
Body1: tn,
|
|
2249
2209
|
Body2: rn,
|
|
2250
2210
|
Body3: nn
|
|
2251
|
-
},
|
|
2252
|
-
const [t, r] =
|
|
2211
|
+
}, xt = () => {
|
|
2212
|
+
const [t, r] = Ye(), n = Pe(t.toString()), o = Jt(), i = ze(), l = o.id;
|
|
2253
2213
|
return {
|
|
2254
2214
|
// query params
|
|
2255
2215
|
setSearchParams: r,
|
|
2256
2216
|
searchParams: t,
|
|
2257
2217
|
searchQueries: n,
|
|
2258
|
-
isHasQuery: (g,
|
|
2218
|
+
isHasQuery: (g, m) => t.has(g) && t.get(g) === m,
|
|
2259
2219
|
getQueryParam: (g) => t.get(g),
|
|
2260
2220
|
// route params
|
|
2261
2221
|
getRouteParam: (g) => o[g],
|
|
@@ -2266,7 +2226,7 @@ const Hr = (t, r) => {
|
|
|
2266
2226
|
id: l,
|
|
2267
2227
|
hasId: !!l
|
|
2268
2228
|
};
|
|
2269
|
-
}, on = (t) => JSON.stringify(t), ln = (t) => JSON.stringify(t), cn = (t) => JSON.stringify(t), an = (t) => JSON.stringify(t), sn = (t) => t, dn = (t) => JSON.stringify(t),
|
|
2229
|
+
}, on = (t) => JSON.stringify(t), ln = (t) => JSON.stringify(t), cn = (t) => JSON.stringify(t), an = (t) => JSON.stringify(t), sn = (t) => t, dn = (t) => JSON.stringify(t), zt = ({
|
|
2270
2230
|
value: t,
|
|
2271
2231
|
name: r,
|
|
2272
2232
|
type: n,
|
|
@@ -2304,14 +2264,14 @@ const Hr = (t, r) => {
|
|
|
2304
2264
|
break;
|
|
2305
2265
|
}
|
|
2306
2266
|
if (typeof d < "u") {
|
|
2307
|
-
const
|
|
2267
|
+
const m = {
|
|
2308
2268
|
...l[a] && typeof l[a] == "string" ? JSON.parse(l[a]) : void 0,
|
|
2309
2269
|
[r]: d
|
|
2310
|
-
},
|
|
2311
|
-
s && typeof s == "string" && delete
|
|
2270
|
+
}, y = { ...l };
|
|
2271
|
+
s && typeof s == "string" && delete y[s], delete y[h];
|
|
2312
2272
|
const v = {
|
|
2313
|
-
...
|
|
2314
|
-
[a]: JSON.stringify(
|
|
2273
|
+
...y,
|
|
2274
|
+
[a]: JSON.stringify(m)
|
|
2315
2275
|
}, E = new URLSearchParams(l).toString(), x = new URLSearchParams(
|
|
2316
2276
|
v
|
|
2317
2277
|
).toString();
|
|
@@ -2320,7 +2280,7 @@ const Hr = (t, r) => {
|
|
|
2320
2280
|
i(v);
|
|
2321
2281
|
}
|
|
2322
2282
|
}
|
|
2323
|
-
},
|
|
2283
|
+
}, it = ({
|
|
2324
2284
|
name: t,
|
|
2325
2285
|
filterKey: r = "filter",
|
|
2326
2286
|
searchParams: n,
|
|
@@ -2328,7 +2288,7 @@ const Hr = (t, r) => {
|
|
|
2328
2288
|
}) => {
|
|
2329
2289
|
const i = n.get(r) || void 0, l = i && typeof i == "string" ? JSON.parse(i) : void 0, s = l ? l[t] : void 0;
|
|
2330
2290
|
return o === "label" && s ? JSON.parse(s)[0].label : o === "value" && s ? JSON.parse(s)[0].value : s;
|
|
2331
|
-
},
|
|
2291
|
+
}, Gi = ({
|
|
2332
2292
|
name: t,
|
|
2333
2293
|
filterKey: r = "filter",
|
|
2334
2294
|
searchParams: n,
|
|
@@ -2336,7 +2296,7 @@ const Hr = (t, r) => {
|
|
|
2336
2296
|
}) => {
|
|
2337
2297
|
const i = n.get(r) || void 0, l = i && typeof i == "string" ? JSON.parse(i) : void 0, s = l ? l[t] : void 0;
|
|
2338
2298
|
return o === "label" && s ? JSON.parse(s).map((a) => a.label) : o === "value" && s ? JSON.parse(s).map((a) => a.value) : o === "array" && s ? JSON.parse(s) : s;
|
|
2339
|
-
},
|
|
2299
|
+
}, qi = ({
|
|
2340
2300
|
name: t,
|
|
2341
2301
|
filterKey: r = "filter",
|
|
2342
2302
|
searchParams: n,
|
|
@@ -2347,7 +2307,7 @@ const Hr = (t, r) => {
|
|
|
2347
2307
|
}, un = (t, r, n) => {
|
|
2348
2308
|
const o = r.get(n || "filter") || void 0, i = o && typeof o == "string" ? JSON.parse(o) : void 0;
|
|
2349
2309
|
return i ? i[t] : void 0;
|
|
2350
|
-
},
|
|
2310
|
+
}, Ji = ({
|
|
2351
2311
|
name: t,
|
|
2352
2312
|
filterKey: r = "filter",
|
|
2353
2313
|
searchParams: n
|
|
@@ -2357,14 +2317,14 @@ const Hr = (t, r) => {
|
|
|
2357
2317
|
start: l ? JSON.parse(l).from : void 0,
|
|
2358
2318
|
end: l ? JSON.parse(l).to : void 0
|
|
2359
2319
|
};
|
|
2360
|
-
},
|
|
2320
|
+
}, Pi = ({
|
|
2361
2321
|
name: t,
|
|
2362
2322
|
filterKey: r = "filter",
|
|
2363
2323
|
searchParams: n
|
|
2364
2324
|
}) => {
|
|
2365
2325
|
const o = n.get(r || "filter") || void 0, i = o && typeof o == "string" ? JSON.parse(o) : void 0, l = i ? i[t] : void 0;
|
|
2366
2326
|
return l ? JSON.parse(l) : void 0;
|
|
2367
|
-
},
|
|
2327
|
+
}, Qi = (t, {
|
|
2368
2328
|
filterKey: r = "filter",
|
|
2369
2329
|
perPageKey: n = "perPage",
|
|
2370
2330
|
pageKey: o = "page"
|
|
@@ -2378,31 +2338,31 @@ const Hr = (t, r) => {
|
|
|
2378
2338
|
pageKey: o,
|
|
2379
2339
|
filters: i
|
|
2380
2340
|
}) => {
|
|
2381
|
-
const { searchParams: l, setSearchParams: s, searchQueries: a } =
|
|
2341
|
+
const { searchParams: l, setSearchParams: s, searchQueries: a } = xt(), [h, d] = k({}), g = () => {
|
|
2382
2342
|
l.delete(n || "filter"), s(l);
|
|
2383
|
-
},
|
|
2384
|
-
switch (
|
|
2343
|
+
}, m = (y, v) => {
|
|
2344
|
+
switch (y.type) {
|
|
2385
2345
|
case "radio": {
|
|
2386
|
-
const { show: E = !0 } =
|
|
2387
|
-
return E && /* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(f, { children:
|
|
2346
|
+
const { show: E = !0 } = y;
|
|
2347
|
+
return E && /* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(f, { children: y.title }) }, v);
|
|
2388
2348
|
}
|
|
2389
2349
|
case "dropdown": {
|
|
2390
|
-
const { show: E = !0 } =
|
|
2391
|
-
return E && /* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(f, { children:
|
|
2350
|
+
const { show: E = !0 } = y;
|
|
2351
|
+
return E && /* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(f, { children: y.title }) }, v);
|
|
2392
2352
|
}
|
|
2393
2353
|
case "date-range":
|
|
2394
|
-
return /* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(f, { children:
|
|
2354
|
+
return /* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(f, { children: y.title }) }, v);
|
|
2395
2355
|
case "date":
|
|
2396
|
-
return /* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(f, { children:
|
|
2356
|
+
return /* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(f, { children: y.title }) }, v);
|
|
2397
2357
|
case "dropdown-multiple": {
|
|
2398
|
-
const { show: E = !0 } =
|
|
2399
|
-
return E && /* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(f, { children:
|
|
2358
|
+
const { show: E = !0 } = y;
|
|
2359
|
+
return E && /* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(f, { children: y.title }) }, v);
|
|
2400
2360
|
}
|
|
2401
2361
|
default:
|
|
2402
2362
|
return null;
|
|
2403
2363
|
}
|
|
2404
2364
|
};
|
|
2405
|
-
return /* @__PURE__ */ e(
|
|
2365
|
+
return /* @__PURE__ */ e(Or, { onHide: r, show: t || !1, children: /* @__PURE__ */ u(f, { direction: "column", gap: "md", children: [
|
|
2406
2366
|
/* @__PURE__ */ u(U, { direction: "row", justify: "space-between", align: "center", children: [
|
|
2407
2367
|
/* @__PURE__ */ e(f, { children: "Filter" }),
|
|
2408
2368
|
/* @__PURE__ */ e(
|
|
@@ -2414,7 +2374,7 @@ const Hr = (t, r) => {
|
|
|
2414
2374
|
}
|
|
2415
2375
|
)
|
|
2416
2376
|
] }),
|
|
2417
|
-
i == null ? void 0 : i.map((
|
|
2377
|
+
i == null ? void 0 : i.map((y, v) => m(y, v))
|
|
2418
2378
|
] }) });
|
|
2419
2379
|
}, fn = ({
|
|
2420
2380
|
searchKey: t = "q",
|
|
@@ -2428,49 +2388,49 @@ const Hr = (t, r) => {
|
|
|
2428
2388
|
pageKey: h = "page",
|
|
2429
2389
|
customWidthSearch: d,
|
|
2430
2390
|
handleOnReset: g,
|
|
2431
|
-
filterConfigs:
|
|
2432
|
-
buttonToggleProps:
|
|
2391
|
+
filterConfigs: m,
|
|
2392
|
+
buttonToggleProps: y,
|
|
2433
2393
|
position: v = "right",
|
|
2434
2394
|
titleSearchLabel: E = "Work Order",
|
|
2435
2395
|
withTitleLabels: x = !1
|
|
2436
2396
|
}) => {
|
|
2437
|
-
const
|
|
2438
|
-
ae((
|
|
2439
|
-
}, { searchParams: H, setSearchParams:
|
|
2397
|
+
const Z = (y == null ? void 0 : y.isShowLabel) ?? !0, [N, q] = k(!1), [M, ae] = k(0), J = () => {
|
|
2398
|
+
ae((z) => z + 1);
|
|
2399
|
+
}, { searchParams: H, setSearchParams: P, getQueryParam: oe } = xt(), le = Pe(H.toString()), $ = un(t, H, a) || "", [Q, K] = k($), se = oe(a), X = !!(se && !(() => {
|
|
2440
2400
|
if (se)
|
|
2441
2401
|
try {
|
|
2442
|
-
const
|
|
2443
|
-
return Object.keys(
|
|
2444
|
-
} catch (
|
|
2445
|
-
console.error("Filter parameter is not a valid JSON:",
|
|
2402
|
+
const z = JSON.parse(se);
|
|
2403
|
+
return Object.keys(z).length === 1 && z[t] === "";
|
|
2404
|
+
} catch (z) {
|
|
2405
|
+
console.error("Filter parameter is not a valid JSON:", z);
|
|
2446
2406
|
}
|
|
2447
2407
|
return !1;
|
|
2448
|
-
})()),
|
|
2449
|
-
return
|
|
2450
|
-
|
|
2451
|
-
}, [
|
|
2452
|
-
if (
|
|
2408
|
+
})()), R = ie("md");
|
|
2409
|
+
return j(() => {
|
|
2410
|
+
K($);
|
|
2411
|
+
}, [$]), j(() => {
|
|
2412
|
+
if (Q === $)
|
|
2453
2413
|
return;
|
|
2454
|
-
const
|
|
2455
|
-
|
|
2456
|
-
value:
|
|
2414
|
+
const z = window.setTimeout(() => {
|
|
2415
|
+
zt({
|
|
2416
|
+
value: Q,
|
|
2457
2417
|
name: t,
|
|
2458
2418
|
type: "search",
|
|
2459
|
-
searchQueries:
|
|
2460
|
-
setSearchParams:
|
|
2419
|
+
searchQueries: le,
|
|
2420
|
+
setSearchParams: P,
|
|
2461
2421
|
filterKey: a,
|
|
2462
2422
|
pageKey: h
|
|
2463
2423
|
});
|
|
2464
2424
|
}, 350);
|
|
2465
2425
|
return () => {
|
|
2466
|
-
window.clearTimeout(
|
|
2426
|
+
window.clearTimeout(z);
|
|
2467
2427
|
};
|
|
2468
2428
|
}, [
|
|
2469
|
-
oe,
|
|
2470
|
-
j,
|
|
2471
|
-
t,
|
|
2472
|
-
ie,
|
|
2473
2429
|
Q,
|
|
2430
|
+
$,
|
|
2431
|
+
t,
|
|
2432
|
+
le,
|
|
2433
|
+
P,
|
|
2474
2434
|
a,
|
|
2475
2435
|
h
|
|
2476
2436
|
]), /* @__PURE__ */ u(
|
|
@@ -2478,55 +2438,55 @@ const Hr = (t, r) => {
|
|
|
2478
2438
|
{
|
|
2479
2439
|
gap: "md",
|
|
2480
2440
|
style: {
|
|
2481
|
-
flexDirection:
|
|
2441
|
+
flexDirection: R && v === "left" ? "row" : R && v === "right" ? "row-reverse" : "column"
|
|
2482
2442
|
},
|
|
2483
2443
|
align: "flex-end",
|
|
2484
2444
|
children: [
|
|
2485
|
-
|
|
2486
|
-
|
|
2445
|
+
X && /* @__PURE__ */ e(f, { justify: "flex-end", children: /* @__PURE__ */ e(
|
|
2446
|
+
T,
|
|
2487
2447
|
{
|
|
2488
2448
|
onClick: () => {
|
|
2489
|
-
const
|
|
2490
|
-
|
|
2449
|
+
const z = new URLSearchParams(H);
|
|
2450
|
+
z.delete(a), P(z), K(""), J(), g && g();
|
|
2491
2451
|
},
|
|
2492
2452
|
variant: "outline",
|
|
2493
2453
|
tone: "neutral",
|
|
2494
2454
|
children: /* @__PURE__ */ e(D, { color: "error", fontWeight: "semibold", children: "Reset" })
|
|
2495
2455
|
}
|
|
2496
2456
|
) }),
|
|
2497
|
-
i == null ? void 0 : i.map(({ minWidth:
|
|
2457
|
+
i == null ? void 0 : i.map(({ minWidth: z, content: te, title: fe, onClickContainer: ge }, We) => /* @__PURE__ */ u(
|
|
2498
2458
|
f,
|
|
2499
2459
|
{
|
|
2500
2460
|
gap: "sm",
|
|
2501
2461
|
onClick: ge,
|
|
2502
2462
|
style: {
|
|
2503
|
-
minWidth:
|
|
2463
|
+
minWidth: z
|
|
2504
2464
|
},
|
|
2505
2465
|
children: [
|
|
2506
2466
|
fe && /* @__PURE__ */ e(pe.SubH3, { children: fe }),
|
|
2507
|
-
|
|
2467
|
+
te
|
|
2508
2468
|
]
|
|
2509
2469
|
},
|
|
2510
|
-
`extended-filter-${
|
|
2470
|
+
`extended-filter-${We}-${M}`
|
|
2511
2471
|
)),
|
|
2512
|
-
!!(
|
|
2513
|
-
|
|
2472
|
+
!!(m != null && m.length) && /* @__PURE__ */ e(
|
|
2473
|
+
T,
|
|
2514
2474
|
{
|
|
2515
|
-
primary:
|
|
2516
|
-
secondary: !
|
|
2475
|
+
primary: X,
|
|
2476
|
+
secondary: !X,
|
|
2517
2477
|
iconLeft: /* @__PURE__ */ e(
|
|
2518
2478
|
w,
|
|
2519
2479
|
{
|
|
2520
2480
|
size: "sm",
|
|
2521
|
-
name: (
|
|
2481
|
+
name: (y == null ? void 0 : y.icon) || "FilterHorizontal",
|
|
2522
2482
|
style: {
|
|
2523
2483
|
color: se ? "var(--sa-background-brand, #04254f)" : "var(--sa-text-primary, #292a2e)"
|
|
2524
2484
|
}
|
|
2525
2485
|
}
|
|
2526
2486
|
),
|
|
2527
|
-
fullWidth: !
|
|
2528
|
-
onClick: () =>
|
|
2529
|
-
children:
|
|
2487
|
+
fullWidth: !R,
|
|
2488
|
+
onClick: () => q(!0),
|
|
2489
|
+
children: Z ? "Filter" : void 0
|
|
2530
2490
|
}
|
|
2531
2491
|
),
|
|
2532
2492
|
s && /* @__PURE__ */ u(
|
|
@@ -2539,7 +2499,7 @@ const Hr = (t, r) => {
|
|
|
2539
2499
|
children: [
|
|
2540
2500
|
x && /* @__PURE__ */ e(pe.SubH3, { children: "Status" }),
|
|
2541
2501
|
/* @__PURE__ */ e(
|
|
2542
|
-
|
|
2502
|
+
ft,
|
|
2543
2503
|
{
|
|
2544
2504
|
dropdownLists: [
|
|
2545
2505
|
{
|
|
@@ -2551,20 +2511,20 @@ const Hr = (t, r) => {
|
|
|
2551
2511
|
value: "inactive"
|
|
2552
2512
|
}
|
|
2553
2513
|
],
|
|
2554
|
-
defaultValue:
|
|
2514
|
+
defaultValue: it({
|
|
2555
2515
|
get: "value",
|
|
2556
2516
|
name: r,
|
|
2557
2517
|
searchParams: H,
|
|
2558
2518
|
filterKey: a
|
|
2559
2519
|
}) ? [
|
|
2560
2520
|
{
|
|
2561
|
-
label:
|
|
2521
|
+
label: it({
|
|
2562
2522
|
get: "value",
|
|
2563
2523
|
name: r,
|
|
2564
2524
|
searchParams: H,
|
|
2565
2525
|
filterKey: a
|
|
2566
2526
|
}) === "active" ? "Active" : "InActive",
|
|
2567
|
-
value:
|
|
2527
|
+
value: it({
|
|
2568
2528
|
get: "value",
|
|
2569
2529
|
name: r,
|
|
2570
2530
|
searchParams: H,
|
|
@@ -2572,17 +2532,17 @@ const Hr = (t, r) => {
|
|
|
2572
2532
|
})
|
|
2573
2533
|
}
|
|
2574
2534
|
] : [],
|
|
2575
|
-
onChange: (
|
|
2576
|
-
value:
|
|
2535
|
+
onChange: (z) => zt({
|
|
2536
|
+
value: z,
|
|
2577
2537
|
name: r,
|
|
2578
2538
|
type: "dropdown",
|
|
2579
|
-
searchQueries:
|
|
2580
|
-
setSearchParams:
|
|
2539
|
+
searchQueries: le,
|
|
2540
|
+
setSearchParams: P,
|
|
2581
2541
|
filterKey: a
|
|
2582
2542
|
}),
|
|
2583
2543
|
placeholder: x ? "All" : "All Status"
|
|
2584
2544
|
},
|
|
2585
|
-
|
|
2545
|
+
M
|
|
2586
2546
|
)
|
|
2587
2547
|
]
|
|
2588
2548
|
}
|
|
@@ -2592,7 +2552,7 @@ const Hr = (t, r) => {
|
|
|
2592
2552
|
{
|
|
2593
2553
|
gap: "sm",
|
|
2594
2554
|
style: {
|
|
2595
|
-
width: d &&
|
|
2555
|
+
width: d && R ? d : R ? "310px" : ""
|
|
2596
2556
|
},
|
|
2597
2557
|
children: [
|
|
2598
2558
|
x && /* @__PURE__ */ u(pe.SubH3, { children: [
|
|
@@ -2600,15 +2560,15 @@ const Hr = (t, r) => {
|
|
|
2600
2560
|
E
|
|
2601
2561
|
] }),
|
|
2602
2562
|
/* @__PURE__ */ e(
|
|
2603
|
-
|
|
2563
|
+
gt,
|
|
2604
2564
|
{
|
|
2605
2565
|
placeholder: n,
|
|
2606
2566
|
leftIcon: /* @__PURE__ */ e(w, { name: "Search", width: 20, height: 20 }),
|
|
2607
|
-
onChange: (
|
|
2608
|
-
value:
|
|
2567
|
+
onChange: (z) => K(z.target.value),
|
|
2568
|
+
value: Q,
|
|
2609
2569
|
fullWidth: !0
|
|
2610
2570
|
},
|
|
2611
|
-
|
|
2571
|
+
M + 1 + a
|
|
2612
2572
|
)
|
|
2613
2573
|
]
|
|
2614
2574
|
}
|
|
@@ -2616,10 +2576,10 @@ const Hr = (t, r) => {
|
|
|
2616
2576
|
/* @__PURE__ */ e(
|
|
2617
2577
|
hn,
|
|
2618
2578
|
{
|
|
2619
|
-
isOpen:
|
|
2620
|
-
onClose: () =>
|
|
2579
|
+
isOpen: N,
|
|
2580
|
+
onClose: () => q(!1),
|
|
2621
2581
|
filterKey: a,
|
|
2622
|
-
filters:
|
|
2582
|
+
filters: m,
|
|
2623
2583
|
pageKey: h
|
|
2624
2584
|
}
|
|
2625
2585
|
)
|
|
@@ -2627,8 +2587,8 @@ const Hr = (t, r) => {
|
|
|
2627
2587
|
}
|
|
2628
2588
|
);
|
|
2629
2589
|
}, gn = ({ children: t, borderRadius: r, height: n }) => {
|
|
2630
|
-
const o =
|
|
2631
|
-
return
|
|
2590
|
+
const o = ne(null), [i, l] = k("100vh");
|
|
2591
|
+
return j(() => {
|
|
2632
2592
|
if (n) return;
|
|
2633
2593
|
const s = () => {
|
|
2634
2594
|
if (o.current) {
|
|
@@ -2662,7 +2622,7 @@ const Hr = (t, r) => {
|
|
|
2662
2622
|
advanceFilter: i,
|
|
2663
2623
|
showFilter: l = !0
|
|
2664
2624
|
}) => {
|
|
2665
|
-
const s =
|
|
2625
|
+
const s = ie("md"), a = l ? /* @__PURE__ */ e(fn, { ...i }) : null;
|
|
2666
2626
|
return /* @__PURE__ */ e(
|
|
2667
2627
|
f,
|
|
2668
2628
|
{
|
|
@@ -2682,14 +2642,14 @@ const Hr = (t, r) => {
|
|
|
2682
2642
|
flexDirection: s ? "row" : "column-reverse",
|
|
2683
2643
|
gap: "16px"
|
|
2684
2644
|
},
|
|
2685
|
-
children: o ? o({ filter: a }) : /* @__PURE__ */ u(
|
|
2645
|
+
children: o ? o({ filter: a }) : /* @__PURE__ */ u(G, { children: [
|
|
2686
2646
|
/* @__PURE__ */ u(f, { style: { display: "flex", gap: "8px", flexDirection: "row", alignItems: "center", flex: 1, minWidth: 0 }, children: [
|
|
2687
2647
|
a,
|
|
2688
2648
|
n
|
|
2689
2649
|
] }),
|
|
2690
2650
|
/* @__PURE__ */ u(f, { style: { display: "flex", gap: "8px", flexDirection: "row", alignItems: "center", flexShrink: 0 }, children: [
|
|
2691
2651
|
r,
|
|
2692
|
-
t ?
|
|
2652
|
+
t ? st(t) ? t : /* @__PURE__ */ e(
|
|
2693
2653
|
f,
|
|
2694
2654
|
{
|
|
2695
2655
|
style: {
|
|
@@ -2700,13 +2660,13 @@ const Hr = (t, r) => {
|
|
|
2700
2660
|
textWrap: "nowrap"
|
|
2701
2661
|
},
|
|
2702
2662
|
children: t.map(
|
|
2703
|
-
({ title: d, icon: g, buttonProps:
|
|
2704
|
-
|
|
2663
|
+
({ title: d, icon: g, buttonProps: m, onClick: y }, v) => !d && !g ? null : /* @__PURE__ */ e(
|
|
2664
|
+
T,
|
|
2705
2665
|
{
|
|
2706
2666
|
fullWidth: !s,
|
|
2707
2667
|
iconLeft: g ? /* @__PURE__ */ e(w, { name: g }) : void 0,
|
|
2708
|
-
onClick:
|
|
2709
|
-
...
|
|
2668
|
+
onClick: y,
|
|
2669
|
+
...m,
|
|
2710
2670
|
children: d
|
|
2711
2671
|
},
|
|
2712
2672
|
`action-${v}`
|
|
@@ -2757,15 +2717,15 @@ const Hr = (t, r) => {
|
|
|
2757
2717
|
showPagination: i = !0,
|
|
2758
2718
|
totalData: l
|
|
2759
2719
|
}) => {
|
|
2760
|
-
const { searchQueries: s, setSearchParams: a, searchParams: h } =
|
|
2720
|
+
const { searchQueries: s, setSearchParams: a, searchParams: h } = xt(), d = h.get(n), g = (E) => {
|
|
2761
2721
|
a({ ...s, [r]: String(E) });
|
|
2762
|
-
},
|
|
2722
|
+
}, m = (E) => {
|
|
2763
2723
|
a({
|
|
2764
2724
|
...s,
|
|
2765
2725
|
[n]: E,
|
|
2766
2726
|
[r]: "1"
|
|
2767
2727
|
});
|
|
2768
|
-
},
|
|
2728
|
+
}, y = (t == null ? void 0 : t.rangeStart) ?? (((t == null ? void 0 : t.currentPage) || 0) > 1 ? (((t == null ? void 0 : t.currentPage) || 0) - 1) * ((t == null ? void 0 : t.perPage) || 0) + 1 : 1), v = (t == null ? void 0 : t.rangeEnd) ?? ((t == null ? void 0 : t.totalCurrentPage) !== (t == null ? void 0 : t.perPage) ? t == null ? void 0 : t.totalData : ((t == null ? void 0 : t.currentPage) || 1) * ((t == null ? void 0 : t.totalCurrentPage) || 0));
|
|
2769
2729
|
return /* @__PURE__ */ e(
|
|
2770
2730
|
f,
|
|
2771
2731
|
{
|
|
@@ -2782,11 +2742,11 @@ const Hr = (t, r) => {
|
|
|
2782
2742
|
borderTop: "1px solid var(--sa-border-subtle, #0b120e24)",
|
|
2783
2743
|
flexShrink: 0
|
|
2784
2744
|
},
|
|
2785
|
-
children: i ? /* @__PURE__ */ u(
|
|
2745
|
+
children: i ? /* @__PURE__ */ u(G, { children: [
|
|
2786
2746
|
/* @__PURE__ */ u(f, { style: { display: "flex", flexDirection: "row", gap: "8px", alignItems: "center", textWrap: "nowrap" }, children: [
|
|
2787
2747
|
/* @__PURE__ */ e(D, { children: "Rows Per Page: " }),
|
|
2788
2748
|
/* @__PURE__ */ e(
|
|
2789
|
-
|
|
2749
|
+
ft,
|
|
2790
2750
|
{
|
|
2791
2751
|
dropdownLists: [
|
|
2792
2752
|
{ label: "5", value: "5" },
|
|
@@ -2796,13 +2756,13 @@ const Hr = (t, r) => {
|
|
|
2796
2756
|
{ label: "100", value: "100" }
|
|
2797
2757
|
],
|
|
2798
2758
|
onChange: (E) => {
|
|
2799
|
-
|
|
2759
|
+
m(E[0].value);
|
|
2800
2760
|
},
|
|
2801
2761
|
value: d ? [{ label: `${d} per row`, value: d }] : [{ label: `${o} per row`, value: `${o}` }],
|
|
2802
2762
|
defaultValue: d ? [{ label: `${d} per row`, value: d }] : [{ label: `${o} per row`, value: `${o}` }]
|
|
2803
2763
|
}
|
|
2804
2764
|
),
|
|
2805
|
-
/* @__PURE__ */ e(D, { children: `${
|
|
2765
|
+
/* @__PURE__ */ e(D, { children: `${y}-${v} of ${(t == null ? void 0 : t.totalData) || 0}` })
|
|
2806
2766
|
] }),
|
|
2807
2767
|
/* @__PURE__ */ e(
|
|
2808
2768
|
sr,
|
|
@@ -2823,30 +2783,30 @@ const Hr = (t, r) => {
|
|
|
2823
2783
|
}
|
|
2824
2784
|
);
|
|
2825
2785
|
}, xn = ({ filter: t, columnTitle: r }) => {
|
|
2826
|
-
const [n, o] = k(!1), i =
|
|
2786
|
+
const [n, o] = k(!1), i = ne(null), l = ne(null), s = ne(null), [a, h] = k(""), [d, g] = k({ top: 0, left: 0 }), m = t.selectedValues, y = he(() => a ? t.options.filter(
|
|
2827
2787
|
(x) => x.label.toLowerCase().includes(a.toLowerCase())
|
|
2828
2788
|
) : t.options, [t.options, a]);
|
|
2829
|
-
|
|
2789
|
+
j(() => {
|
|
2830
2790
|
if (n && l.current) {
|
|
2831
|
-
const x = l.current.getBoundingClientRect(),
|
|
2791
|
+
const x = l.current.getBoundingClientRect(), V = 280, Z = {
|
|
2832
2792
|
top: x.bottom + 8
|
|
2833
2793
|
};
|
|
2834
|
-
t.position === "left" || x.left +
|
|
2794
|
+
t.position === "left" || x.left + V > window.innerWidth ? Z.right = window.innerWidth - x.right : Z.left = x.left, g(Z);
|
|
2835
2795
|
}
|
|
2836
|
-
}, [n, t.position]),
|
|
2796
|
+
}, [n, t.position]), j(() => {
|
|
2837
2797
|
n && s.current ? setTimeout(() => {
|
|
2838
2798
|
var x;
|
|
2839
2799
|
return (x = s.current) == null ? void 0 : x.focus();
|
|
2840
2800
|
}, 50) : h("");
|
|
2841
|
-
}, [n]),
|
|
2842
|
-
const x = (
|
|
2843
|
-
i.current && !i.current.contains(
|
|
2801
|
+
}, [n]), j(() => {
|
|
2802
|
+
const x = (V) => {
|
|
2803
|
+
i.current && !i.current.contains(V.target) && l.current && !l.current.contains(V.target) && o(!1);
|
|
2844
2804
|
};
|
|
2845
2805
|
return n && document.addEventListener("mousedown", x), () => document.removeEventListener("mousedown", x);
|
|
2846
2806
|
}, [n]);
|
|
2847
2807
|
const v = (x) => {
|
|
2848
|
-
const
|
|
2849
|
-
t.onFilterChange(
|
|
2808
|
+
const V = m.includes(x) ? m.filter((Z) => Z !== x) : [...m, x];
|
|
2809
|
+
t.onFilterChange(V);
|
|
2850
2810
|
}, E = () => t.onFilterChange([]);
|
|
2851
2811
|
return /* @__PURE__ */ u(f, { style: { position: "relative" }, children: [
|
|
2852
2812
|
/* @__PURE__ */ e(
|
|
@@ -2860,8 +2820,8 @@ const Hr = (t, r) => {
|
|
|
2860
2820
|
cursor: "pointer"
|
|
2861
2821
|
},
|
|
2862
2822
|
onClick: (x) => {
|
|
2863
|
-
var
|
|
2864
|
-
x.stopPropagation(), n || (
|
|
2823
|
+
var V;
|
|
2824
|
+
x.stopPropagation(), n || (V = t.onOpen) == null || V.call(t), o((Z) => !Z);
|
|
2865
2825
|
},
|
|
2866
2826
|
children: /* @__PURE__ */ e(
|
|
2867
2827
|
w,
|
|
@@ -2869,7 +2829,7 @@ const Hr = (t, r) => {
|
|
|
2869
2829
|
name: n ? "ChevronUp" : "ChevronDown",
|
|
2870
2830
|
size: "sm",
|
|
2871
2831
|
style: {
|
|
2872
|
-
color:
|
|
2832
|
+
color: m.length > 0 ? "var(--sa-color-brand-500, #1a4fa0)" : "var(--sa-text-subtle, #8c8f97)"
|
|
2873
2833
|
}
|
|
2874
2834
|
}
|
|
2875
2835
|
)
|
|
@@ -2913,7 +2873,7 @@ const Hr = (t, r) => {
|
|
|
2913
2873
|
"Filter ",
|
|
2914
2874
|
r
|
|
2915
2875
|
] }),
|
|
2916
|
-
|
|
2876
|
+
m.length > 0 && /* @__PURE__ */ e(f, { style: { cursor: "pointer" }, children: /* @__PURE__ */ e(
|
|
2917
2877
|
D,
|
|
2918
2878
|
{
|
|
2919
2879
|
fontSize: "xs",
|
|
@@ -2938,7 +2898,7 @@ const Hr = (t, r) => {
|
|
|
2938
2898
|
paddingBottom: "8px"
|
|
2939
2899
|
},
|
|
2940
2900
|
children: /* @__PURE__ */ e(
|
|
2941
|
-
|
|
2901
|
+
gt,
|
|
2942
2902
|
{
|
|
2943
2903
|
ref: s,
|
|
2944
2904
|
placeholder: `Search ${r.toLowerCase()}...`,
|
|
@@ -2994,7 +2954,7 @@ const Hr = (t, r) => {
|
|
|
2994
2954
|
)
|
|
2995
2955
|
]
|
|
2996
2956
|
}
|
|
2997
|
-
) :
|
|
2957
|
+
) : y.length > 0 ? /* @__PURE__ */ e(f, { style: { gap: "2px", paddingTop: "4px", paddingBottom: "4px" }, children: y.map((x) => /* @__PURE__ */ u(
|
|
2998
2958
|
f,
|
|
2999
2959
|
{
|
|
3000
2960
|
style: {
|
|
@@ -3009,22 +2969,22 @@ const Hr = (t, r) => {
|
|
|
3009
2969
|
cursor: "pointer",
|
|
3010
2970
|
borderRadius: "8px",
|
|
3011
2971
|
transition: "all 0.2s ease",
|
|
3012
|
-
backgroundColor:
|
|
2972
|
+
backgroundColor: m.includes(x.value) ? "var(--sa-color-brand-50, #e6edf6)" : "transparent"
|
|
3013
2973
|
},
|
|
3014
|
-
onClick: (
|
|
3015
|
-
|
|
2974
|
+
onClick: (V) => {
|
|
2975
|
+
V.stopPropagation(), v(x.value);
|
|
3016
2976
|
},
|
|
3017
|
-
onMouseEnter: (
|
|
3018
|
-
|
|
2977
|
+
onMouseEnter: (V) => {
|
|
2978
|
+
m.includes(x.value) || (V.currentTarget.style.backgroundColor = "var(--sa-background-primary, #ffffff)"), V.currentTarget.style.transform = "translateX(2px)";
|
|
3019
2979
|
},
|
|
3020
|
-
onMouseLeave: (
|
|
3021
|
-
|
|
2980
|
+
onMouseLeave: (V) => {
|
|
2981
|
+
V.currentTarget.style.backgroundColor = m.includes(x.value) ? "var(--sa-color-brand-50, #e6edf6)" : "transparent", V.currentTarget.style.transform = "translateX(0)";
|
|
3022
2982
|
},
|
|
3023
2983
|
children: [
|
|
3024
2984
|
/* @__PURE__ */ e(
|
|
3025
|
-
|
|
2985
|
+
ct,
|
|
3026
2986
|
{
|
|
3027
|
-
checked:
|
|
2987
|
+
checked: m.includes(x.value),
|
|
3028
2988
|
onChange: () => {
|
|
3029
2989
|
}
|
|
3030
2990
|
}
|
|
@@ -3033,8 +2993,8 @@ const Hr = (t, r) => {
|
|
|
3033
2993
|
D,
|
|
3034
2994
|
{
|
|
3035
2995
|
fontSize: "sm",
|
|
3036
|
-
fontWeight:
|
|
3037
|
-
color:
|
|
2996
|
+
fontWeight: m.includes(x.value) ? "medium" : "normal",
|
|
2997
|
+
color: m.includes(x.value) ? "primary" : "gray-700",
|
|
3038
2998
|
children: x.label
|
|
3039
2999
|
}
|
|
3040
3000
|
)
|
|
@@ -3075,7 +3035,7 @@ const Hr = (t, r) => {
|
|
|
3075
3035
|
)
|
|
3076
3036
|
}
|
|
3077
3037
|
),
|
|
3078
|
-
|
|
3038
|
+
m.length > 0 && /* @__PURE__ */ e(
|
|
3079
3039
|
f,
|
|
3080
3040
|
{
|
|
3081
3041
|
style: {
|
|
@@ -3099,12 +3059,12 @@ const Hr = (t, r) => {
|
|
|
3099
3059
|
fontWeight: 600,
|
|
3100
3060
|
color: "white"
|
|
3101
3061
|
},
|
|
3102
|
-
children:
|
|
3062
|
+
children: m.length
|
|
3103
3063
|
}
|
|
3104
3064
|
),
|
|
3105
3065
|
/* @__PURE__ */ u(D, { fontSize: "xs", color: "primary", fontWeight: "medium", children: [
|
|
3106
3066
|
"item",
|
|
3107
|
-
|
|
3067
|
+
m.length > 1 ? "s" : "",
|
|
3108
3068
|
" selected"
|
|
3109
3069
|
] })
|
|
3110
3070
|
] })
|
|
@@ -3170,7 +3130,7 @@ const Hr = (t, r) => {
|
|
|
3170
3130
|
/* @__PURE__ */ e("path", { d: t ? "M7 11V7a5 5 0 0 1 10 0v4" : "M7 11V7a5 5 0 0 1 9.9-1" })
|
|
3171
3131
|
]
|
|
3172
3132
|
}
|
|
3173
|
-
),
|
|
3133
|
+
), ot = "var(--sa-background-primary, #ffffff)", Nt = "var(--sa-background-primary-inverse, #f8f8f8)", vn = ({
|
|
3174
3134
|
columns: t,
|
|
3175
3135
|
records: r,
|
|
3176
3136
|
handleDetail: n,
|
|
@@ -3182,87 +3142,87 @@ const Hr = (t, r) => {
|
|
|
3182
3142
|
visibleHandleDetail: h,
|
|
3183
3143
|
showHeadBorder: d = !1,
|
|
3184
3144
|
scrollParentRef: g,
|
|
3185
|
-
frozenCount:
|
|
3186
|
-
onFrozenCountChange:
|
|
3145
|
+
frozenCount: m = 0,
|
|
3146
|
+
onFrozenCountChange: y,
|
|
3187
3147
|
customActions: v,
|
|
3188
3148
|
actionsOrder: E = ["detail", "update", "delete", "custom"],
|
|
3189
3149
|
customEmptyState: x,
|
|
3190
|
-
enableColumnResize:
|
|
3191
|
-
defaultColumnWidths:
|
|
3192
|
-
onColumnWidthsChange:
|
|
3193
|
-
defaultMinColumnWidth:
|
|
3194
|
-
sort:
|
|
3150
|
+
enableColumnResize: V = !1,
|
|
3151
|
+
defaultColumnWidths: Z,
|
|
3152
|
+
onColumnWidthsChange: N,
|
|
3153
|
+
defaultMinColumnWidth: q = 60,
|
|
3154
|
+
sort: M,
|
|
3195
3155
|
defaultSort: ae,
|
|
3196
|
-
onSortChange:
|
|
3156
|
+
onSortChange: J,
|
|
3197
3157
|
showActionDivider: H = !1
|
|
3198
3158
|
}) => {
|
|
3199
|
-
const
|
|
3159
|
+
const P = M !== void 0, [oe, le] = k(
|
|
3200
3160
|
ae ?? null
|
|
3201
|
-
),
|
|
3161
|
+
), $ = P ? M ?? null : oe, Q = (C) => {
|
|
3202
3162
|
if (C.sortKey) return C.sortKey;
|
|
3203
3163
|
if (typeof C.accessor == "string") return C.accessor;
|
|
3204
|
-
},
|
|
3205
|
-
const S =
|
|
3164
|
+
}, K = (C) => {
|
|
3165
|
+
const S = Q(C);
|
|
3206
3166
|
if (!S) return;
|
|
3207
3167
|
let b;
|
|
3208
|
-
|
|
3209
|
-
},
|
|
3168
|
+
!$ || $.key !== S ? b = { key: S, direction: "asc" } : $.direction === "asc" ? b = { key: S, direction: "desc" } : b = null, P || le(b), J == null || J(b);
|
|
3169
|
+
}, ee = [n, o, i].filter((C) => C !== void 0).length, X = !!v, R = !!n || !!o || !!i || X, z = "var(--sa-border-subtle, #0b120e24)", te = `1px solid ${z}`, fe = `inset 1px 0 0 ${z}`, ge = `inset -1px 0 0 ${z}`, We = ee === 3 ? X ? "178px" : "140px" : ee === 2 ? X ? "140px" : "102px" : ee === 1 ? X ? "112px" : "74px" : X ? "74px" : "", Ne = (C, S) => {
|
|
3210
3170
|
if (!S) return C;
|
|
3211
3171
|
if (typeof S == "function") return S(C);
|
|
3212
3172
|
if (typeof S == "string") return C[S];
|
|
3213
|
-
}, [
|
|
3214
|
-
|
|
3173
|
+
}, [et, Te] = k(!1);
|
|
3174
|
+
j(() => {
|
|
3215
3175
|
if (!(g != null && g.current)) return;
|
|
3216
3176
|
const C = g.current;
|
|
3217
3177
|
Te(C.scrollHeight > C.clientHeight);
|
|
3218
3178
|
}, [r, g]);
|
|
3219
|
-
const
|
|
3220
|
-
() =>
|
|
3221
|
-
), Ee =
|
|
3222
|
-
|
|
3223
|
-
if (!
|
|
3224
|
-
|
|
3179
|
+
const Ae = ne(null), [de, Oe] = k([]), [He, Fe] = k(
|
|
3180
|
+
() => Z ?? {}
|
|
3181
|
+
), Ee = ne(null);
|
|
3182
|
+
at(() => {
|
|
3183
|
+
if (!m || !Ae.current) {
|
|
3184
|
+
Oe([]);
|
|
3225
3185
|
return;
|
|
3226
3186
|
}
|
|
3227
3187
|
const C = Array.from(
|
|
3228
|
-
|
|
3188
|
+
Ae.current.querySelectorAll("thead tr th")
|
|
3229
3189
|
), S = [];
|
|
3230
3190
|
let b = 0;
|
|
3231
|
-
C.forEach((W,
|
|
3232
|
-
S[
|
|
3233
|
-
}),
|
|
3234
|
-
}, [
|
|
3235
|
-
const
|
|
3236
|
-
|
|
3191
|
+
C.forEach((W, I) => {
|
|
3192
|
+
S[I] = b, I < m && (b += W.offsetWidth);
|
|
3193
|
+
}), Oe(S);
|
|
3194
|
+
}, [m, t, r, He]);
|
|
3195
|
+
const _e = (C) => {
|
|
3196
|
+
y && y(C < m ? C : C + 1);
|
|
3237
3197
|
}, p = (C, S) => {
|
|
3238
|
-
const b =
|
|
3198
|
+
const b = He[C];
|
|
3239
3199
|
if (b !== void 0) {
|
|
3240
3200
|
const W = `${b}px`;
|
|
3241
3201
|
return { width: W, minWidth: W, maxWidth: W };
|
|
3242
3202
|
}
|
|
3243
3203
|
return S ? { width: S } : {};
|
|
3244
|
-
}, F = (C) =>
|
|
3204
|
+
}, F = (C) => V && (C.resizable ?? !0), L = (C, S) => {
|
|
3245
3205
|
C.preventDefault(), C.stopPropagation();
|
|
3246
3206
|
const b = C.currentTarget.closest("th");
|
|
3247
3207
|
if (!b) return;
|
|
3248
3208
|
const W = Math.round(b.getBoundingClientRect().width);
|
|
3249
3209
|
Ee.current = { colIndex: S, startX: C.clientX, startWidth: W };
|
|
3250
|
-
const
|
|
3210
|
+
const I = document.body.style.userSelect, ue = document.body.style.cursor;
|
|
3251
3211
|
document.body.style.userSelect = "none", document.body.style.cursor = "col-resize";
|
|
3252
3212
|
const xe = (ve) => {
|
|
3253
3213
|
var Me;
|
|
3254
3214
|
const Ce = Ee.current;
|
|
3255
3215
|
if (!Ce) return;
|
|
3256
|
-
const
|
|
3216
|
+
const Ze = ((Me = t[Ce.colIndex]) == null ? void 0 : Me.minWidth) ?? q, Ie = Math.max(Ze, Ce.startWidth + (ve.clientX - Ce.startX));
|
|
3257
3217
|
Fe(
|
|
3258
|
-
(
|
|
3218
|
+
(tt) => tt[Ce.colIndex] === Ie ? tt : { ...tt, [Ce.colIndex]: Ie }
|
|
3259
3219
|
);
|
|
3260
3220
|
}, we = () => {
|
|
3261
|
-
document.removeEventListener("mousemove", xe), document.removeEventListener("mouseup", we), document.body.style.userSelect =
|
|
3221
|
+
document.removeEventListener("mousemove", xe), document.removeEventListener("mouseup", we), document.body.style.userSelect = I, document.body.style.cursor = ue, Ee.current = null, N && Fe((ve) => (N(ve), ve));
|
|
3262
3222
|
};
|
|
3263
3223
|
document.addEventListener("mousemove", xe), document.addEventListener("mouseup", we);
|
|
3264
3224
|
};
|
|
3265
|
-
return /* @__PURE__ */ e("div", { ref:
|
|
3225
|
+
return /* @__PURE__ */ e("div", { ref: Ae, children: /* @__PURE__ */ u(Ut, { fullWidth: !0, children: [
|
|
3266
3226
|
/* @__PURE__ */ e(
|
|
3267
3227
|
dr,
|
|
3268
3228
|
{
|
|
@@ -3270,12 +3230,12 @@ const Hr = (t, r) => {
|
|
|
3270
3230
|
height: "40px",
|
|
3271
3231
|
whiteSpace: "nowrap"
|
|
3272
3232
|
},
|
|
3273
|
-
children: /* @__PURE__ */ u(
|
|
3233
|
+
children: /* @__PURE__ */ u(Re, { children: [
|
|
3274
3234
|
t.map((C, S) => {
|
|
3275
|
-
var
|
|
3276
|
-
const b =
|
|
3235
|
+
var Ze, Ie;
|
|
3236
|
+
const b = m > 0 && S < m, W = de[S] ?? 0, I = F(C), xe = S === t.length - 1 && R && H, we = Q(C), ve = !!C.sortable && !!we, Ce = ve && ($ == null ? void 0 : $.key) === we ? $.direction : null;
|
|
3277
3237
|
return /* @__PURE__ */ u(
|
|
3278
|
-
|
|
3238
|
+
St,
|
|
3279
3239
|
{
|
|
3280
3240
|
style: {
|
|
3281
3241
|
position: "sticky",
|
|
@@ -3283,8 +3243,8 @@ const Hr = (t, r) => {
|
|
|
3283
3243
|
left: b ? W : void 0,
|
|
3284
3244
|
zIndex: b ? 4 : 2,
|
|
3285
3245
|
paddingLeft: S === 0 ? "12px" : "",
|
|
3286
|
-
borderRight: d && !xe && !b ?
|
|
3287
|
-
borderBottom: d ?
|
|
3246
|
+
borderRight: d && !xe && !b ? te : void 0,
|
|
3247
|
+
borderBottom: d ? te : void 0,
|
|
3288
3248
|
boxShadow: d && b ? ge : void 0,
|
|
3289
3249
|
backgroundColor: "var(--sa-background-primary-inverse, #f8f8f8)",
|
|
3290
3250
|
textAlign: C.textAlign === "text-right" ? "right" : C.textAlign === "text-center" ? "center" : "left",
|
|
@@ -3306,7 +3266,7 @@ const Hr = (t, r) => {
|
|
|
3306
3266
|
"button",
|
|
3307
3267
|
{
|
|
3308
3268
|
type: "button",
|
|
3309
|
-
onClick: () =>
|
|
3269
|
+
onClick: () => K(C),
|
|
3310
3270
|
title: Ce === "asc" ? "Sorted ascending — click to sort descending" : Ce === "desc" ? "Sorted descending — click to clear" : "Click to sort ascending",
|
|
3311
3271
|
style: {
|
|
3312
3272
|
flex: 1,
|
|
@@ -3334,7 +3294,7 @@ const Hr = (t, r) => {
|
|
|
3334
3294
|
textOverflow: "ellipsis",
|
|
3335
3295
|
whiteSpace: "nowrap"
|
|
3336
3296
|
},
|
|
3337
|
-
children: C.title || ((
|
|
3297
|
+
children: C.title || ((Ze = C.accessor) == null ? void 0 : Ze.toString())
|
|
3338
3298
|
}
|
|
3339
3299
|
),
|
|
3340
3300
|
/* @__PURE__ */ e(Cn, { direction: Ce })
|
|
@@ -3350,7 +3310,7 @@ const Hr = (t, r) => {
|
|
|
3350
3310
|
textOverflow: "ellipsis",
|
|
3351
3311
|
whiteSpace: "nowrap"
|
|
3352
3312
|
},
|
|
3353
|
-
children: C.title || ((
|
|
3313
|
+
children: C.title || ((Ie = C.accessor) == null ? void 0 : Ie.toString())
|
|
3354
3314
|
}
|
|
3355
3315
|
),
|
|
3356
3316
|
C.filter && /* @__PURE__ */ e(
|
|
@@ -3360,10 +3320,10 @@ const Hr = (t, r) => {
|
|
|
3360
3320
|
columnTitle: C.title
|
|
3361
3321
|
}
|
|
3362
3322
|
),
|
|
3363
|
-
|
|
3323
|
+
y && /* @__PURE__ */ e(
|
|
3364
3324
|
"button",
|
|
3365
3325
|
{
|
|
3366
|
-
onClick: () =>
|
|
3326
|
+
onClick: () => _e(S),
|
|
3367
3327
|
title: b ? "Unfreeze column" : "Freeze column",
|
|
3368
3328
|
style: {
|
|
3369
3329
|
background: "none",
|
|
@@ -3383,10 +3343,10 @@ const Hr = (t, r) => {
|
|
|
3383
3343
|
]
|
|
3384
3344
|
}
|
|
3385
3345
|
),
|
|
3386
|
-
|
|
3346
|
+
I && /* @__PURE__ */ e(
|
|
3387
3347
|
"div",
|
|
3388
3348
|
{
|
|
3389
|
-
onMouseDown: (Me) =>
|
|
3349
|
+
onMouseDown: (Me) => L(Me, S),
|
|
3390
3350
|
onClick: (Me) => Me.stopPropagation(),
|
|
3391
3351
|
role: "separator",
|
|
3392
3352
|
"aria-orientation": "vertical",
|
|
@@ -3409,8 +3369,8 @@ const Hr = (t, r) => {
|
|
|
3409
3369
|
`table-head-${S}`
|
|
3410
3370
|
);
|
|
3411
3371
|
}),
|
|
3412
|
-
|
|
3413
|
-
|
|
3372
|
+
R ? /* @__PURE__ */ e(
|
|
3373
|
+
St,
|
|
3414
3374
|
{
|
|
3415
3375
|
style: {
|
|
3416
3376
|
backgroundColor: "var(--sa-background-primary-inverse, #f8f8f8)",
|
|
@@ -3418,7 +3378,7 @@ const Hr = (t, r) => {
|
|
|
3418
3378
|
top: 0,
|
|
3419
3379
|
right: 0,
|
|
3420
3380
|
zIndex: 3,
|
|
3421
|
-
borderBottom: d ?
|
|
3381
|
+
borderBottom: d ? te : void 0,
|
|
3422
3382
|
boxShadow: d && H ? fe : void 0
|
|
3423
3383
|
}
|
|
3424
3384
|
}
|
|
@@ -3426,35 +3386,35 @@ const Hr = (t, r) => {
|
|
|
3426
3386
|
] })
|
|
3427
3387
|
}
|
|
3428
3388
|
),
|
|
3429
|
-
/* @__PURE__ */ e(ur, { children: l ? /* @__PURE__ */ e(
|
|
3430
|
-
/* @__PURE__ */ e(
|
|
3431
|
-
/* @__PURE__ */ e(
|
|
3432
|
-
/* @__PURE__ */ e(
|
|
3433
|
-
/* @__PURE__ */ e(
|
|
3434
|
-
/* @__PURE__ */ e(
|
|
3435
|
-
] }) }) }) : !(r != null && r.length) && x ? /* @__PURE__ */ e(
|
|
3436
|
-
|
|
3389
|
+
/* @__PURE__ */ e(ur, { children: l ? /* @__PURE__ */ e(Re, { children: /* @__PURE__ */ e(Se, { colSpan: t.length + 1, children: /* @__PURE__ */ u(f, { style: { gap: "16px" }, children: [
|
|
3390
|
+
/* @__PURE__ */ e(Ve, { variant: "list" }),
|
|
3391
|
+
/* @__PURE__ */ e(Ve, { variant: "list" }),
|
|
3392
|
+
/* @__PURE__ */ e(Ve, { variant: "list" }),
|
|
3393
|
+
/* @__PURE__ */ e(Ve, { variant: "list" }),
|
|
3394
|
+
/* @__PURE__ */ e(Ve, { variant: "list" })
|
|
3395
|
+
] }) }) }) : !(r != null && r.length) && x ? /* @__PURE__ */ e(Re, { children: /* @__PURE__ */ e(Se, { colSpan: t.length + 1, children: x }) }) : r == null ? void 0 : r.map((C, S) => /* @__PURE__ */ u(
|
|
3396
|
+
Re,
|
|
3437
3397
|
{
|
|
3438
3398
|
style: {
|
|
3439
3399
|
transition: "background-color 0.3s ease",
|
|
3440
3400
|
padding: 0,
|
|
3441
|
-
borderBottom: S === r.length - 1 &&
|
|
3401
|
+
borderBottom: S === r.length - 1 && et ? void 0 : "1px solid var(--sa-border-subtle, #0b120e24)"
|
|
3442
3402
|
},
|
|
3443
3403
|
onMouseEnter: (b) => {
|
|
3444
3404
|
const W = b.currentTarget;
|
|
3445
|
-
W.style.backgroundColor =
|
|
3446
|
-
|
|
3405
|
+
W.style.backgroundColor = Nt, Array.from(W.querySelectorAll("td")).forEach((I) => {
|
|
3406
|
+
I.style.position === "sticky" && (I.style.backgroundColor = Nt);
|
|
3447
3407
|
});
|
|
3448
3408
|
},
|
|
3449
3409
|
onMouseLeave: (b) => {
|
|
3450
3410
|
const W = b.currentTarget;
|
|
3451
|
-
W.style.backgroundColor = "", Array.from(W.querySelectorAll("td")).forEach((
|
|
3452
|
-
|
|
3411
|
+
W.style.backgroundColor = "", Array.from(W.querySelectorAll("td")).forEach((I) => {
|
|
3412
|
+
I.style.position === "sticky" && (I.style.backgroundColor = ot);
|
|
3453
3413
|
});
|
|
3454
3414
|
},
|
|
3455
3415
|
children: [
|
|
3456
3416
|
t.map((b, W) => {
|
|
3457
|
-
const
|
|
3417
|
+
const I = b.render ? b.render(C, S, r) : Ne(C, b.accessor), ue = m > 0 && W < m, xe = de[W] ?? 0, we = He[W] !== void 0, ve = ue && W === m - 1;
|
|
3458
3418
|
return /* @__PURE__ */ e(
|
|
3459
3419
|
Se,
|
|
3460
3420
|
{
|
|
@@ -3462,18 +3422,18 @@ const Hr = (t, r) => {
|
|
|
3462
3422
|
position: ue ? "sticky" : void 0,
|
|
3463
3423
|
left: ue ? xe : void 0,
|
|
3464
3424
|
zIndex: ue ? 1 : void 0,
|
|
3465
|
-
backgroundColor: ue ?
|
|
3425
|
+
backgroundColor: ue ? ot : void 0,
|
|
3466
3426
|
transition: ue ? "background-color 0.3s ease" : void 0,
|
|
3467
3427
|
paddingLeft: W === 0 ? "12px" : "",
|
|
3468
3428
|
whiteSpace: "nowrap",
|
|
3469
3429
|
overflow: we ? "hidden" : void 0,
|
|
3470
|
-
borderLeft: b.showBorderLeft ?
|
|
3471
|
-
borderRight: b.showBorderRight ?
|
|
3430
|
+
borderLeft: b.showBorderLeft ? te : void 0,
|
|
3431
|
+
borderRight: b.showBorderRight ? te : void 0,
|
|
3472
3432
|
boxShadow: ve ? ge : void 0,
|
|
3473
3433
|
textAlign: b.textAlign === "text-right" ? "right" : b.textAlign === "text-center" ? "center" : "left",
|
|
3474
3434
|
...p(W, b.width)
|
|
3475
3435
|
},
|
|
3476
|
-
children: typeof
|
|
3436
|
+
children: typeof I == "string" ? /* @__PURE__ */ e(
|
|
3477
3437
|
D,
|
|
3478
3438
|
{
|
|
3479
3439
|
style: {
|
|
@@ -3482,25 +3442,25 @@ const Hr = (t, r) => {
|
|
|
3482
3442
|
textOverflow: "ellipsis",
|
|
3483
3443
|
textAlign: b.textAlign === "text-right" ? "right" : b.textAlign === "text-center" ? "center" : "left"
|
|
3484
3444
|
},
|
|
3485
|
-
children:
|
|
3445
|
+
children: I
|
|
3486
3446
|
}
|
|
3487
|
-
) :
|
|
3447
|
+
) : I
|
|
3488
3448
|
},
|
|
3489
3449
|
`row-${S}-col-${W}`
|
|
3490
3450
|
);
|
|
3491
3451
|
}),
|
|
3492
|
-
|
|
3493
|
-
width:
|
|
3452
|
+
R ? /* @__PURE__ */ e(Se, { style: {
|
|
3453
|
+
width: We,
|
|
3494
3454
|
position: "sticky",
|
|
3495
3455
|
right: 0,
|
|
3496
3456
|
zIndex: 1,
|
|
3497
|
-
backgroundColor:
|
|
3457
|
+
backgroundColor: ot,
|
|
3498
3458
|
boxShadow: H ? fe : void 0,
|
|
3499
3459
|
transition: "background-color 0.3s ease"
|
|
3500
3460
|
}, children: /* @__PURE__ */ e(U, { direction: "row", align: "center", justify: "center", gap: "sm", children: E.map((b) => {
|
|
3501
3461
|
const W = S === r.length - 1 ? "top" : "bottom";
|
|
3502
3462
|
return b === "detail" && n && (h == null ? void 0 : h(C)) !== !1 ? /* @__PURE__ */ e(me, { label: "Detail", position: W, children: /* @__PURE__ */ e(
|
|
3503
|
-
|
|
3463
|
+
T,
|
|
3504
3464
|
{
|
|
3505
3465
|
size: "xs",
|
|
3506
3466
|
variant: "outline",
|
|
@@ -3509,7 +3469,7 @@ const Hr = (t, r) => {
|
|
|
3509
3469
|
iconLeft: /* @__PURE__ */ e(w, { name: "DocumentClean", size: "sm", style: { color: "var(--sa-text-subtle, #8c8f97)" } })
|
|
3510
3470
|
}
|
|
3511
3471
|
) }, "detail") : b === "update" && o && (a == null ? void 0 : a(C)) !== !1 ? /* @__PURE__ */ e(me, { label: "Update", position: W, children: /* @__PURE__ */ e(
|
|
3512
|
-
|
|
3472
|
+
T,
|
|
3513
3473
|
{
|
|
3514
3474
|
size: "xs",
|
|
3515
3475
|
variant: "outline",
|
|
@@ -3518,7 +3478,7 @@ const Hr = (t, r) => {
|
|
|
3518
3478
|
iconLeft: /* @__PURE__ */ e(w, { name: "Edit1", size: "sm", style: { color: "var(--sa-text-subtle, #8c8f97)" } })
|
|
3519
3479
|
}
|
|
3520
3480
|
) }, "update") : b === "delete" && i && (s == null ? void 0 : s(C)) !== !1 ? /* @__PURE__ */ e(me, { label: "Delete", position: W, children: /* @__PURE__ */ e(
|
|
3521
|
-
|
|
3481
|
+
T,
|
|
3522
3482
|
{
|
|
3523
3483
|
size: "xs",
|
|
3524
3484
|
variant: "outline",
|
|
@@ -3526,7 +3486,7 @@ const Hr = (t, r) => {
|
|
|
3526
3486
|
onClick: () => i(C.id, C),
|
|
3527
3487
|
iconLeft: /* @__PURE__ */ e(w, { name: "Trash1", size: "sm", style: { color: "var(--sa-color-error-600, #c9184a)" } })
|
|
3528
3488
|
}
|
|
3529
|
-
) }, "delete") : b === "custom" ? /* @__PURE__ */ e(
|
|
3489
|
+
) }, "delete") : b === "custom" ? /* @__PURE__ */ e(Ge.Fragment, { children: v == null ? void 0 : v(C) }, "custom") : null;
|
|
3530
3490
|
}) }) }) : null
|
|
3531
3491
|
]
|
|
3532
3492
|
},
|
|
@@ -3539,10 +3499,10 @@ const Hr = (t, r) => {
|
|
|
3539
3499
|
headerProps: n,
|
|
3540
3500
|
footerProps: o
|
|
3541
3501
|
}) => {
|
|
3542
|
-
var
|
|
3543
|
-
const i =
|
|
3502
|
+
var m;
|
|
3503
|
+
const i = ne(null), [l, s] = k(
|
|
3544
3504
|
(r == null ? void 0 : r.defaultFrozenCount) ?? 0
|
|
3545
|
-
), a = (n == null ? void 0 : n.show) ?? !0, h =
|
|
3505
|
+
), a = (n == null ? void 0 : n.show) ?? !0, h = ne(null), d = (m = r == null ? void 0 : r.pagination) == null ? void 0 : m.totalData;
|
|
3546
3506
|
typeof d == "number" && (h.current = d);
|
|
3547
3507
|
const g = (o == null ? void 0 : o.showFooter) ?? (d === void 0 ? h.current !== 0 : d !== 0);
|
|
3548
3508
|
return /* @__PURE__ */ u(gn, { ...t, children: [
|
|
@@ -3585,16 +3545,16 @@ function wn(t) {
|
|
|
3585
3545
|
t
|
|
3586
3546
|
);
|
|
3587
3547
|
}
|
|
3588
|
-
const
|
|
3548
|
+
const Yi = wn(bn), Ct = ({
|
|
3589
3549
|
of: t,
|
|
3590
3550
|
render: r
|
|
3591
|
-
}) => yr.toArray(t == null ? void 0 : t.map((n, o, i) => r(n, o, i))),
|
|
3551
|
+
}) => yr.toArray(t == null ? void 0 : t.map((n, o, i) => r(n, o, i))), O = ({
|
|
3592
3552
|
condition: t,
|
|
3593
3553
|
fallback: r,
|
|
3594
3554
|
children: n,
|
|
3595
3555
|
loading: o,
|
|
3596
3556
|
isLoading: i
|
|
3597
|
-
}) => /* @__PURE__ */ e(
|
|
3557
|
+
}) => /* @__PURE__ */ e(G, { children: i ? o : t ? n : r }), _ = (t) => /* @__PURE__ */ e(
|
|
3598
3558
|
D,
|
|
3599
3559
|
{
|
|
3600
3560
|
...t,
|
|
@@ -3621,7 +3581,7 @@ const Xi = wn(bn), vt = ({
|
|
|
3621
3581
|
...i.containerProps,
|
|
3622
3582
|
children: [
|
|
3623
3583
|
i.title && /* @__PURE__ */ e(
|
|
3624
|
-
|
|
3584
|
+
O,
|
|
3625
3585
|
{
|
|
3626
3586
|
condition: !!i.inputProps.required,
|
|
3627
3587
|
fallback: /* @__PURE__ */ u(
|
|
@@ -3631,7 +3591,7 @@ const Xi = wn(bn), vt = ({
|
|
|
3631
3591
|
customMaxWidth: s,
|
|
3632
3592
|
fullWidth: o,
|
|
3633
3593
|
children: [
|
|
3634
|
-
/* @__PURE__ */ e(
|
|
3594
|
+
/* @__PURE__ */ e(_, { children: i.title }),
|
|
3635
3595
|
/* @__PURE__ */ e(D, { fontSize: t, color: "gray-500", children: i.description })
|
|
3636
3596
|
]
|
|
3637
3597
|
}
|
|
@@ -3644,9 +3604,9 @@ const Xi = wn(bn), vt = ({
|
|
|
3644
3604
|
fullWidth: o,
|
|
3645
3605
|
children: [
|
|
3646
3606
|
/* @__PURE__ */ u(U, { direction: "row", gap: "xs", align: "center", children: [
|
|
3647
|
-
/* @__PURE__ */ e(
|
|
3648
|
-
/* @__PURE__ */ e(
|
|
3649
|
-
/* @__PURE__ */ e(
|
|
3607
|
+
/* @__PURE__ */ e(_, { fontSize: t, children: i.title }),
|
|
3608
|
+
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children: n }),
|
|
3609
|
+
/* @__PURE__ */ e(O, { condition: !!((a = i.tooltip) != null && a.label), children: /* @__PURE__ */ e(
|
|
3650
3610
|
me,
|
|
3651
3611
|
{
|
|
3652
3612
|
label: (h = i.tooltip) == null ? void 0 : h.label,
|
|
@@ -3666,7 +3626,7 @@ const Xi = wn(bn), vt = ({
|
|
|
3666
3626
|
}
|
|
3667
3627
|
) })
|
|
3668
3628
|
] }),
|
|
3669
|
-
/* @__PURE__ */ e(
|
|
3629
|
+
/* @__PURE__ */ e(O, { condition: !!i.description, children: /* @__PURE__ */ e(D, { fontSize: t, color: "gray-500", children: i.description }) })
|
|
3670
3630
|
]
|
|
3671
3631
|
}
|
|
3672
3632
|
)
|
|
@@ -3674,7 +3634,7 @@ const Xi = wn(bn), vt = ({
|
|
|
3674
3634
|
),
|
|
3675
3635
|
/* @__PURE__ */ u(f, { gap: "xs", fullWidth: i.inputProps.fullWidth || !1, children: [
|
|
3676
3636
|
/* @__PURE__ */ e(
|
|
3677
|
-
|
|
3637
|
+
gt,
|
|
3678
3638
|
{
|
|
3679
3639
|
ref: i.inputRef,
|
|
3680
3640
|
size: t,
|
|
@@ -3706,7 +3666,7 @@ const Xi = wn(bn), vt = ({
|
|
|
3706
3666
|
onClick: i.onClickContainer,
|
|
3707
3667
|
children: [
|
|
3708
3668
|
i.title && /* @__PURE__ */ e(
|
|
3709
|
-
|
|
3669
|
+
O,
|
|
3710
3670
|
{
|
|
3711
3671
|
condition: !!i.inputProps.required,
|
|
3712
3672
|
fallback: /* @__PURE__ */ u(
|
|
@@ -3716,7 +3676,7 @@ const Xi = wn(bn), vt = ({
|
|
|
3716
3676
|
customMaxWidth: s,
|
|
3717
3677
|
fullWidth: o,
|
|
3718
3678
|
children: [
|
|
3719
|
-
/* @__PURE__ */ e(
|
|
3679
|
+
/* @__PURE__ */ e(_, { children: i.title }),
|
|
3720
3680
|
/* @__PURE__ */ e(D, { fontSize: t, color: "gray-500", children: i.description })
|
|
3721
3681
|
]
|
|
3722
3682
|
}
|
|
@@ -3729,9 +3689,9 @@ const Xi = wn(bn), vt = ({
|
|
|
3729
3689
|
fullWidth: o,
|
|
3730
3690
|
children: [
|
|
3731
3691
|
/* @__PURE__ */ u(U, { direction: "row", gap: "xs", align: "center", children: [
|
|
3732
|
-
/* @__PURE__ */ e(
|
|
3733
|
-
/* @__PURE__ */ e(
|
|
3734
|
-
/* @__PURE__ */ e(
|
|
3692
|
+
/* @__PURE__ */ e(_, { fontSize: t, children: i.title }),
|
|
3693
|
+
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children: n }),
|
|
3694
|
+
/* @__PURE__ */ e(O, { condition: !!((a = i.tooltip) != null && a.label), children: /* @__PURE__ */ e(
|
|
3735
3695
|
me,
|
|
3736
3696
|
{
|
|
3737
3697
|
label: (h = i.tooltip) == null ? void 0 : h.label,
|
|
@@ -3751,7 +3711,7 @@ const Xi = wn(bn), vt = ({
|
|
|
3751
3711
|
}
|
|
3752
3712
|
) })
|
|
3753
3713
|
] }),
|
|
3754
|
-
/* @__PURE__ */ e(
|
|
3714
|
+
/* @__PURE__ */ e(O, { condition: !!i.description, children: /* @__PURE__ */ e(D, { fontSize: t, color: "gray-500", children: i.description }) })
|
|
3755
3715
|
]
|
|
3756
3716
|
}
|
|
3757
3717
|
)
|
|
@@ -3765,7 +3725,7 @@ const Xi = wn(bn), vt = ({
|
|
|
3765
3725
|
width: i.inputProps.fullWidth ? "100%" : r === "horizontal" && i.customWidth ? i.customWidth : r === "horizontal" ? "343px" : ""
|
|
3766
3726
|
},
|
|
3767
3727
|
children: /* @__PURE__ */ e(
|
|
3768
|
-
|
|
3728
|
+
ft,
|
|
3769
3729
|
{
|
|
3770
3730
|
size: t,
|
|
3771
3731
|
...i.inputProps,
|
|
@@ -3821,7 +3781,7 @@ const Xi = wn(bn), vt = ({
|
|
|
3821
3781
|
}
|
|
3822
3782
|
}
|
|
3823
3783
|
),
|
|
3824
|
-
/* @__PURE__ */ u(U, { gap: "xs", children: [
|
|
3784
|
+
/* @__PURE__ */ u(U, { direction: "column", gap: "xs", children: [
|
|
3825
3785
|
/* @__PURE__ */ u(U, { direction: "row", gap: "xs", children: [
|
|
3826
3786
|
/* @__PURE__ */ e(
|
|
3827
3787
|
D,
|
|
@@ -3849,7 +3809,7 @@ const Xi = wn(bn), vt = ({
|
|
|
3849
3809
|
}
|
|
3850
3810
|
);
|
|
3851
3811
|
};
|
|
3852
|
-
function
|
|
3812
|
+
function Xi(t) {
|
|
3853
3813
|
return t.split(" ").map((r) => r[0]).join("").slice(0, 2).toUpperCase();
|
|
3854
3814
|
}
|
|
3855
3815
|
const Mn = (t) => {
|
|
@@ -3859,7 +3819,7 @@ const Mn = (t) => {
|
|
|
3859
3819
|
year: "numeric"
|
|
3860
3820
|
};
|
|
3861
3821
|
return t.toLocaleDateString("id-ID", r);
|
|
3862
|
-
},
|
|
3822
|
+
}, Ki = (t) => {
|
|
3863
3823
|
const r = {
|
|
3864
3824
|
Jan: 0,
|
|
3865
3825
|
Feb: 1,
|
|
@@ -3879,7 +3839,7 @@ const Mn = (t) => {
|
|
|
3879
3839
|
const o = parseInt(n[0], 10), i = r[n[1]], l = parseInt(n[2], 10);
|
|
3880
3840
|
return isNaN(o) || isNaN(i) || isNaN(l) ? null : new Date(l, i, o);
|
|
3881
3841
|
};
|
|
3882
|
-
function
|
|
3842
|
+
function eo(t, r = !0) {
|
|
3883
3843
|
if (!t)
|
|
3884
3844
|
return "Rp 0";
|
|
3885
3845
|
const n = typeof t == "number" ? t.toString() : t;
|
|
@@ -3894,19 +3854,19 @@ String.prototype.toTitleCase = function() {
|
|
|
3894
3854
|
String.prototype.toNumber = function() {
|
|
3895
3855
|
return Number(this);
|
|
3896
3856
|
};
|
|
3897
|
-
const
|
|
3857
|
+
const to = (t) => {
|
|
3898
3858
|
const r = t.split(" ");
|
|
3899
3859
|
let n = r[0].charAt(0);
|
|
3900
3860
|
return r.length > 1 && (n += "" + r[1].charAt(0)), n.toUpperCase();
|
|
3901
3861
|
};
|
|
3902
|
-
function
|
|
3862
|
+
function ro(t) {
|
|
3903
3863
|
const r = typeof t == "string" ? new Date(t) : t;
|
|
3904
3864
|
if (isNaN(r.getTime()))
|
|
3905
3865
|
throw new Error("Invalid date format");
|
|
3906
3866
|
const n = r.getFullYear(), o = String(r.getMonth() + 1).padStart(2, "0"), i = String(r.getDate()).padStart(2, "0");
|
|
3907
3867
|
return `${n}-${o}-${i}`;
|
|
3908
3868
|
}
|
|
3909
|
-
const Ln = "sa-admin", ye = (t) => `var(--${Ln}-${t})`,
|
|
3869
|
+
const Ln = "sa-admin", ye = (t) => `var(--${Ln}-${t})`, no = {
|
|
3910
3870
|
base: {
|
|
3911
3871
|
borderColor: ye("base-border-color"),
|
|
3912
3872
|
textColor: ye("base-text-color"),
|
|
@@ -3924,22 +3884,22 @@ const Ln = "sa-admin", ye = (t) => `var(--${Ln}-${t})`, io = {
|
|
|
3924
3884
|
collapseWidth: ye("sidebar-collapse-width"),
|
|
3925
3885
|
collapseV2Width: ye("sidebar-v2-collapse-width")
|
|
3926
3886
|
}
|
|
3927
|
-
},
|
|
3887
|
+
}, io = 24 * 60 * 60 * 1e3, oo = (t) => {
|
|
3928
3888
|
const r = "14px poppins", o = document.createElement("canvas").getContext("2d");
|
|
3929
3889
|
o.font = r;
|
|
3930
3890
|
const i = o.measureText(t).width;
|
|
3931
3891
|
return Number(Math.ceil(i));
|
|
3932
3892
|
}, Bn = /^[^\s@]+@[^\s@]+\.[^\s@]+$/, Wn = /--+/, An = /-$/;
|
|
3933
|
-
function
|
|
3893
|
+
function lo(t, r) {
|
|
3934
3894
|
return JSON.stringify(t) !== JSON.stringify(r);
|
|
3935
3895
|
}
|
|
3936
|
-
function
|
|
3896
|
+
function co(t) {
|
|
3937
3897
|
return /^(?:\+62|62|0)8[1-9][0-9]{7,10}$/.test(t);
|
|
3938
3898
|
}
|
|
3939
|
-
function
|
|
3899
|
+
function ao(t) {
|
|
3940
3900
|
return /^[A-Za-z\s]+$/.test(t);
|
|
3941
3901
|
}
|
|
3942
|
-
const
|
|
3902
|
+
const so = (t) => {
|
|
3943
3903
|
const r = /^[0-9]$/, n = [
|
|
3944
3904
|
"ArrowLeft",
|
|
3945
3905
|
"ArrowRight",
|
|
@@ -3951,7 +3911,7 @@ const uo = (t) => {
|
|
|
3951
3911
|
"Tab"
|
|
3952
3912
|
];
|
|
3953
3913
|
(t.ctrlKey || t.metaKey) && (t.key === "a" || t.key === "c" || t.key === "v") || !r.test(t.key) && !n.includes(t.key) && t.preventDefault();
|
|
3954
|
-
},
|
|
3914
|
+
}, uo = (t) => {
|
|
3955
3915
|
const r = /^[0-9]$/, n = [
|
|
3956
3916
|
"ArrowLeft",
|
|
3957
3917
|
"ArrowRight",
|
|
@@ -3963,7 +3923,7 @@ const uo = (t) => {
|
|
|
3963
3923
|
"Tab"
|
|
3964
3924
|
];
|
|
3965
3925
|
(t.ctrlKey || t.metaKey) && t.key === "v" || r.test(t.key) && !n.includes(t.key) && t.preventDefault();
|
|
3966
|
-
},
|
|
3926
|
+
}, ho = (t) => {
|
|
3967
3927
|
const r = /^[0-9.]$/, n = [
|
|
3968
3928
|
"ArrowLeft",
|
|
3969
3929
|
"ArrowRight",
|
|
@@ -3975,11 +3935,11 @@ const uo = (t) => {
|
|
|
3975
3935
|
"Tab"
|
|
3976
3936
|
];
|
|
3977
3937
|
(t.ctrlKey || t.metaKey) && t.key === "v" || !r.test(t.key) && !n.includes(t.key) && t.preventDefault();
|
|
3978
|
-
},
|
|
3979
|
-
function
|
|
3938
|
+
}, fo = (t) => Bn.test(t);
|
|
3939
|
+
function go(t) {
|
|
3980
3940
|
return !(Wn.test(t) || An.test(t));
|
|
3981
3941
|
}
|
|
3982
|
-
const
|
|
3942
|
+
const mo = (t) => {
|
|
3983
3943
|
const r = [
|
|
3984
3944
|
"ArrowLeft",
|
|
3985
3945
|
"ArrowRight",
|
|
@@ -3996,7 +3956,7 @@ const yo = (t) => {
|
|
|
3996
3956
|
return;
|
|
3997
3957
|
const n = t.currentTarget.value;
|
|
3998
3958
|
/^[0-9]$/.test(t.key) || t.key === "." && !n.includes(".") || t.key === "-" && n.length === 0 && !n.includes("-") || r.includes(t.key) || t.preventDefault();
|
|
3999
|
-
},
|
|
3959
|
+
}, yo = (t) => {
|
|
4000
3960
|
const r = document.getElementById(t);
|
|
4001
3961
|
if (r) {
|
|
4002
3962
|
const n = r.getBoundingClientRect(), o = window.scrollY + n.top - 80;
|
|
@@ -4053,7 +4013,7 @@ const Vn = (t) => {
|
|
|
4053
4013
|
}
|
|
4054
4014
|
}
|
|
4055
4015
|
),
|
|
4056
|
-
/* @__PURE__ */ u(U, { children: [
|
|
4016
|
+
/* @__PURE__ */ u(U, { direction: "column", children: [
|
|
4057
4017
|
/* @__PURE__ */ e(
|
|
4058
4018
|
D,
|
|
4059
4019
|
{
|
|
@@ -4087,7 +4047,7 @@ const Vn = (t) => {
|
|
|
4087
4047
|
] })
|
|
4088
4048
|
] }),
|
|
4089
4049
|
/* @__PURE__ */ e(
|
|
4090
|
-
|
|
4050
|
+
T,
|
|
4091
4051
|
{
|
|
4092
4052
|
size: "xs",
|
|
4093
4053
|
secondary: !0,
|
|
@@ -4111,14 +4071,14 @@ const Vn = (t) => {
|
|
|
4111
4071
|
);
|
|
4112
4072
|
}, Rn = ({ status: t = "default", ...r }) => {
|
|
4113
4073
|
var l;
|
|
4114
|
-
const n =
|
|
4074
|
+
const n = ne(null), o = () => {
|
|
4115
4075
|
if (r.defaultUrl) {
|
|
4116
4076
|
window.open(r.defaultUrl);
|
|
4117
4077
|
return;
|
|
4118
4078
|
}
|
|
4119
4079
|
n.current && n.current.click();
|
|
4120
|
-
}, i =
|
|
4121
|
-
return /* @__PURE__ */ u(
|
|
4080
|
+
}, i = ie("md");
|
|
4081
|
+
return /* @__PURE__ */ u(G, { children: [
|
|
4122
4082
|
/* @__PURE__ */ e(
|
|
4123
4083
|
"input",
|
|
4124
4084
|
{
|
|
@@ -4188,7 +4148,7 @@ const Vn = (t) => {
|
|
|
4188
4148
|
...i.containerProps,
|
|
4189
4149
|
children: [
|
|
4190
4150
|
i.title && /* @__PURE__ */ e(
|
|
4191
|
-
|
|
4151
|
+
O,
|
|
4192
4152
|
{
|
|
4193
4153
|
condition: !!i.inputProps.required,
|
|
4194
4154
|
fallback: /* @__PURE__ */ u(
|
|
@@ -4198,7 +4158,7 @@ const Vn = (t) => {
|
|
|
4198
4158
|
customMaxWidth: s,
|
|
4199
4159
|
fullWidth: o,
|
|
4200
4160
|
children: [
|
|
4201
|
-
/* @__PURE__ */ e(
|
|
4161
|
+
/* @__PURE__ */ e(_, { children: i.title }),
|
|
4202
4162
|
/* @__PURE__ */ e(D, { fontSize: t, color: "gray-500", children: i.description })
|
|
4203
4163
|
]
|
|
4204
4164
|
}
|
|
@@ -4211,9 +4171,9 @@ const Vn = (t) => {
|
|
|
4211
4171
|
fullWidth: o,
|
|
4212
4172
|
children: [
|
|
4213
4173
|
/* @__PURE__ */ u(U, { direction: "row", gap: "xs", align: "center", children: [
|
|
4214
|
-
/* @__PURE__ */ e(
|
|
4215
|
-
/* @__PURE__ */ e(
|
|
4216
|
-
/* @__PURE__ */ e(
|
|
4174
|
+
/* @__PURE__ */ e(_, { fontSize: t, children: i.title }),
|
|
4175
|
+
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children: n }),
|
|
4176
|
+
/* @__PURE__ */ e(O, { condition: !!((a = i.tooltip) != null && a.label), children: /* @__PURE__ */ e(
|
|
4217
4177
|
me,
|
|
4218
4178
|
{
|
|
4219
4179
|
label: (h = i.tooltip) == null ? void 0 : h.label,
|
|
@@ -4233,13 +4193,13 @@ const Vn = (t) => {
|
|
|
4233
4193
|
}
|
|
4234
4194
|
) })
|
|
4235
4195
|
] }),
|
|
4236
|
-
/* @__PURE__ */ e(
|
|
4196
|
+
/* @__PURE__ */ e(O, { condition: !!i.description, children: /* @__PURE__ */ e(D, { fontSize: t, color: "gray-500", children: i.description }) })
|
|
4237
4197
|
]
|
|
4238
4198
|
}
|
|
4239
4199
|
)
|
|
4240
4200
|
}
|
|
4241
4201
|
),
|
|
4242
|
-
/* @__PURE__ */ u(U, { gap: "xs", children: [
|
|
4202
|
+
/* @__PURE__ */ u(U, { direction: "column", gap: "xs", children: [
|
|
4243
4203
|
/* @__PURE__ */ e(
|
|
4244
4204
|
Rn,
|
|
4245
4205
|
{
|
|
@@ -4260,7 +4220,7 @@ const Vn = (t) => {
|
|
|
4260
4220
|
required: i = !1,
|
|
4261
4221
|
...l
|
|
4262
4222
|
}) => {
|
|
4263
|
-
var h, d, g,
|
|
4223
|
+
var h, d, g, m;
|
|
4264
4224
|
const s = l.hideMessageError || !1, a = r === "horizontal" ? t === "sm" ? 342 : t === "lg" ? 400 : 342 : void 0;
|
|
4265
4225
|
return /* @__PURE__ */ u(
|
|
4266
4226
|
f,
|
|
@@ -4270,7 +4230,7 @@ const Vn = (t) => {
|
|
|
4270
4230
|
...l.containerProps,
|
|
4271
4231
|
children: [
|
|
4272
4232
|
l.title && /* @__PURE__ */ e(
|
|
4273
|
-
|
|
4233
|
+
O,
|
|
4274
4234
|
{
|
|
4275
4235
|
condition: !!i,
|
|
4276
4236
|
fallback: /* @__PURE__ */ u(
|
|
@@ -4280,7 +4240,7 @@ const Vn = (t) => {
|
|
|
4280
4240
|
customMaxWidth: a,
|
|
4281
4241
|
fullWidth: o,
|
|
4282
4242
|
children: [
|
|
4283
|
-
/* @__PURE__ */ e(
|
|
4243
|
+
/* @__PURE__ */ e(_, { children: l.title }),
|
|
4284
4244
|
/* @__PURE__ */ e(pe.Body3, { props: { color: "gray-500" }, children: l.description })
|
|
4285
4245
|
]
|
|
4286
4246
|
}
|
|
@@ -4293,9 +4253,9 @@ const Vn = (t) => {
|
|
|
4293
4253
|
fullWidth: o,
|
|
4294
4254
|
children: [
|
|
4295
4255
|
/* @__PURE__ */ u(U, { direction: "row", gap: "xs", align: "center", children: [
|
|
4296
|
-
/* @__PURE__ */ e(
|
|
4297
|
-
/* @__PURE__ */ e(
|
|
4298
|
-
/* @__PURE__ */ e(
|
|
4256
|
+
/* @__PURE__ */ e(_, { fontSize: t, children: l.title }),
|
|
4257
|
+
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children: n }),
|
|
4258
|
+
/* @__PURE__ */ e(O, { condition: !!((h = l.tooltip) != null && h.label), children: /* @__PURE__ */ e(
|
|
4299
4259
|
me,
|
|
4300
4260
|
{
|
|
4301
4261
|
label: (d = l.tooltip) == null ? void 0 : d.label,
|
|
@@ -4315,7 +4275,7 @@ const Vn = (t) => {
|
|
|
4315
4275
|
}
|
|
4316
4276
|
) })
|
|
4317
4277
|
] }),
|
|
4318
|
-
/* @__PURE__ */ e(
|
|
4278
|
+
/* @__PURE__ */ e(O, { condition: !!l.description, children: /* @__PURE__ */ e(D, { fontSize: t, color: "gray-500", children: l.description }) })
|
|
4319
4279
|
]
|
|
4320
4280
|
}
|
|
4321
4281
|
)
|
|
@@ -4328,13 +4288,13 @@ const Vn = (t) => {
|
|
|
4328
4288
|
direction: r === "horizontal-inline" ? "row" : "column",
|
|
4329
4289
|
align: "flex-start",
|
|
4330
4290
|
children: /* @__PURE__ */ e(
|
|
4331
|
-
|
|
4291
|
+
Ct,
|
|
4332
4292
|
{
|
|
4333
|
-
of: (
|
|
4334
|
-
...
|
|
4335
|
-
isChecked: l.checkBoxesAreChecked.includes(
|
|
4293
|
+
of: (m = l.checkBoxesList) == null ? void 0 : m.map((y) => ({
|
|
4294
|
+
...y,
|
|
4295
|
+
isChecked: l.checkBoxesAreChecked.includes(y.id)
|
|
4336
4296
|
})),
|
|
4337
|
-
render: (
|
|
4297
|
+
render: (y) => y.renderBadge ? /* @__PURE__ */ u(
|
|
4338
4298
|
f,
|
|
4339
4299
|
{
|
|
4340
4300
|
direction: "row",
|
|
@@ -4343,28 +4303,28 @@ const Vn = (t) => {
|
|
|
4343
4303
|
...l.badgeContainerProps,
|
|
4344
4304
|
children: [
|
|
4345
4305
|
/* @__PURE__ */ e(
|
|
4346
|
-
|
|
4306
|
+
ct,
|
|
4347
4307
|
{
|
|
4348
|
-
name:
|
|
4349
|
-
value:
|
|
4350
|
-
checked:
|
|
4351
|
-
onChange: (v) => l.onChecked(v.target.value,
|
|
4352
|
-
label:
|
|
4353
|
-
description:
|
|
4308
|
+
name: y.name,
|
|
4309
|
+
value: y.id,
|
|
4310
|
+
checked: y.isChecked,
|
|
4311
|
+
onChange: (v) => l.onChecked(v.target.value, y),
|
|
4312
|
+
label: y.name,
|
|
4313
|
+
description: y.description
|
|
4354
4314
|
}
|
|
4355
4315
|
),
|
|
4356
|
-
|
|
4316
|
+
y.renderBadge
|
|
4357
4317
|
]
|
|
4358
4318
|
}
|
|
4359
4319
|
) : /* @__PURE__ */ e(
|
|
4360
|
-
|
|
4320
|
+
ct,
|
|
4361
4321
|
{
|
|
4362
|
-
name:
|
|
4363
|
-
value:
|
|
4364
|
-
checked:
|
|
4365
|
-
onChange: (v) => l.onChecked(v.target.value,
|
|
4366
|
-
label:
|
|
4367
|
-
description:
|
|
4322
|
+
name: y.name,
|
|
4323
|
+
value: y.id,
|
|
4324
|
+
checked: y.isChecked,
|
|
4325
|
+
onChange: (v) => l.onChecked(v.target.value, y),
|
|
4326
|
+
label: y.name,
|
|
4327
|
+
description: y.description
|
|
4368
4328
|
}
|
|
4369
4329
|
)
|
|
4370
4330
|
}
|
|
@@ -4375,7 +4335,7 @@ const Vn = (t) => {
|
|
|
4375
4335
|
]
|
|
4376
4336
|
}
|
|
4377
4337
|
);
|
|
4378
|
-
},
|
|
4338
|
+
}, Tn = ({
|
|
4379
4339
|
position: t = "vertical",
|
|
4380
4340
|
size: r = "md",
|
|
4381
4341
|
fullWidth: n = !1,
|
|
@@ -4389,15 +4349,15 @@ const Vn = (t) => {
|
|
|
4389
4349
|
gap: t === "horizontal-inline" || t === "horizontal-block" ? "spacing-96" : "sm",
|
|
4390
4350
|
direction: t === "horizontal-inline" || t === "horizontal-block" ? "row" : "column",
|
|
4391
4351
|
children: [
|
|
4392
|
-
/* @__PURE__ */ e(
|
|
4352
|
+
/* @__PURE__ */ e(O, { condition: !!o.description || !!o.title, children: /* @__PURE__ */ u(
|
|
4393
4353
|
f,
|
|
4394
4354
|
{
|
|
4395
4355
|
direction: "column",
|
|
4396
4356
|
customMaxWidth: i,
|
|
4397
4357
|
fullWidth: n,
|
|
4398
4358
|
children: [
|
|
4399
|
-
o.title && /* @__PURE__ */ e(
|
|
4400
|
-
/* @__PURE__ */ e(
|
|
4359
|
+
o.title && /* @__PURE__ */ e(_, { children: o.title }),
|
|
4360
|
+
/* @__PURE__ */ e(O, { condition: !!o.description, children: /* @__PURE__ */ e(D, { color: "gray-500", children: o.description }) })
|
|
4401
4361
|
]
|
|
4402
4362
|
}
|
|
4403
4363
|
) }),
|
|
@@ -4409,13 +4369,13 @@ const Vn = (t) => {
|
|
|
4409
4369
|
align: "flex-start",
|
|
4410
4370
|
flexWrap: "wrap",
|
|
4411
4371
|
children: /* @__PURE__ */ e(
|
|
4412
|
-
|
|
4372
|
+
Ct,
|
|
4413
4373
|
{
|
|
4414
4374
|
of: (l = o.radioList) == null ? void 0 : l.map((s) => ({
|
|
4415
4375
|
...s,
|
|
4416
4376
|
isChecked: o.radioIsChecked === s.id
|
|
4417
4377
|
})),
|
|
4418
|
-
render: ({ value: s, id: a, isChecked: h, subInput: d, label: g, description:
|
|
4378
|
+
render: ({ value: s, id: a, isChecked: h, subInput: d, label: g, description: m }) => /* @__PURE__ */ u(f, { gap: "xs", customMaxWidth: i, children: [
|
|
4419
4379
|
/* @__PURE__ */ e(
|
|
4420
4380
|
mr,
|
|
4421
4381
|
{
|
|
@@ -4424,23 +4384,23 @@ const Vn = (t) => {
|
|
|
4424
4384
|
label: g,
|
|
4425
4385
|
value: s,
|
|
4426
4386
|
checked: h,
|
|
4427
|
-
onChange: (
|
|
4387
|
+
onChange: (y) => o.onChecked({
|
|
4428
4388
|
id: a,
|
|
4429
|
-
label:
|
|
4430
|
-
value:
|
|
4389
|
+
label: y.target.name,
|
|
4390
|
+
value: y.target.value
|
|
4431
4391
|
}),
|
|
4432
4392
|
disabled: o.disableAll
|
|
4433
4393
|
},
|
|
4434
4394
|
a
|
|
4435
4395
|
),
|
|
4436
|
-
|
|
4396
|
+
m && /* @__PURE__ */ e(
|
|
4437
4397
|
D,
|
|
4438
4398
|
{
|
|
4439
4399
|
color: "gray-500",
|
|
4440
4400
|
style: {
|
|
4441
4401
|
marginLeft: 28
|
|
4442
4402
|
},
|
|
4443
|
-
children:
|
|
4403
|
+
children: m
|
|
4444
4404
|
}
|
|
4445
4405
|
),
|
|
4446
4406
|
d
|
|
@@ -4453,7 +4413,7 @@ const Vn = (t) => {
|
|
|
4453
4413
|
]
|
|
4454
4414
|
}
|
|
4455
4415
|
);
|
|
4456
|
-
},
|
|
4416
|
+
}, On = ({
|
|
4457
4417
|
size: t = "md",
|
|
4458
4418
|
direction: r = "vertical",
|
|
4459
4419
|
requiredTitle: n = "(Required)",
|
|
@@ -4470,7 +4430,7 @@ const Vn = (t) => {
|
|
|
4470
4430
|
...i.containerProps,
|
|
4471
4431
|
children: [
|
|
4472
4432
|
i.title && /* @__PURE__ */ e(
|
|
4473
|
-
|
|
4433
|
+
O,
|
|
4474
4434
|
{
|
|
4475
4435
|
condition: !!i.inputProps.required,
|
|
4476
4436
|
fallback: /* @__PURE__ */ u(
|
|
@@ -4480,7 +4440,7 @@ const Vn = (t) => {
|
|
|
4480
4440
|
customMaxWidth: s,
|
|
4481
4441
|
fullWidth: o,
|
|
4482
4442
|
children: [
|
|
4483
|
-
/* @__PURE__ */ e(
|
|
4443
|
+
/* @__PURE__ */ e(_, { children: i.title }),
|
|
4484
4444
|
/* @__PURE__ */ e(D, { fontSize: t, color: "gray-500", children: i.description })
|
|
4485
4445
|
]
|
|
4486
4446
|
}
|
|
@@ -4493,9 +4453,9 @@ const Vn = (t) => {
|
|
|
4493
4453
|
fullWidth: o,
|
|
4494
4454
|
children: [
|
|
4495
4455
|
/* @__PURE__ */ u(U, { direction: "row", gap: "xs", align: "center", children: [
|
|
4496
|
-
/* @__PURE__ */ e(
|
|
4497
|
-
/* @__PURE__ */ e(
|
|
4498
|
-
/* @__PURE__ */ e(
|
|
4456
|
+
/* @__PURE__ */ e(_, { fontSize: t, children: i.title }),
|
|
4457
|
+
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children: n }),
|
|
4458
|
+
/* @__PURE__ */ e(O, { condition: !!((a = i.tooltip) != null && a.label), children: /* @__PURE__ */ e(
|
|
4499
4459
|
me,
|
|
4500
4460
|
{
|
|
4501
4461
|
label: (h = i.tooltip) == null ? void 0 : h.label,
|
|
@@ -4515,13 +4475,13 @@ const Vn = (t) => {
|
|
|
4515
4475
|
}
|
|
4516
4476
|
) })
|
|
4517
4477
|
] }),
|
|
4518
|
-
/* @__PURE__ */ e(
|
|
4478
|
+
/* @__PURE__ */ e(O, { condition: !!i.description, children: /* @__PURE__ */ e(D, { fontSize: t, color: "gray-500", children: i.description }) })
|
|
4519
4479
|
]
|
|
4520
4480
|
}
|
|
4521
4481
|
)
|
|
4522
4482
|
}
|
|
4523
4483
|
),
|
|
4524
|
-
/* @__PURE__ */ u(U, { gap: "xs", children: [
|
|
4484
|
+
/* @__PURE__ */ u(U, { direction: "column", gap: "xs", children: [
|
|
4525
4485
|
/* @__PURE__ */ e(
|
|
4526
4486
|
hr,
|
|
4527
4487
|
{
|
|
@@ -4554,7 +4514,7 @@ const Vn = (t) => {
|
|
|
4554
4514
|
...l.containerProps,
|
|
4555
4515
|
children: [
|
|
4556
4516
|
l.title && /* @__PURE__ */ e(
|
|
4557
|
-
|
|
4517
|
+
O,
|
|
4558
4518
|
{
|
|
4559
4519
|
condition: o,
|
|
4560
4520
|
fallback: /* @__PURE__ */ u(
|
|
@@ -4564,7 +4524,7 @@ const Vn = (t) => {
|
|
|
4564
4524
|
customMaxWidth: s,
|
|
4565
4525
|
fullWidth: i,
|
|
4566
4526
|
children: [
|
|
4567
|
-
/* @__PURE__ */ e(
|
|
4527
|
+
/* @__PURE__ */ e(_, { children: l.title }),
|
|
4568
4528
|
/* @__PURE__ */ e(D, { fontSize: t, color: "gray-500", children: l.titleDescription })
|
|
4569
4529
|
]
|
|
4570
4530
|
}
|
|
@@ -4577,9 +4537,9 @@ const Vn = (t) => {
|
|
|
4577
4537
|
fullWidth: i,
|
|
4578
4538
|
children: [
|
|
4579
4539
|
/* @__PURE__ */ u(U, { direction: "row", gap: "xs", align: "center", children: [
|
|
4580
|
-
/* @__PURE__ */ e(
|
|
4581
|
-
/* @__PURE__ */ e(
|
|
4582
|
-
/* @__PURE__ */ e(
|
|
4540
|
+
/* @__PURE__ */ e(_, { fontSize: t, children: l.title }),
|
|
4541
|
+
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children: n }),
|
|
4542
|
+
/* @__PURE__ */ e(O, { condition: !!((a = l.tooltip) != null && a.label), children: /* @__PURE__ */ e(
|
|
4583
4543
|
me,
|
|
4584
4544
|
{
|
|
4585
4545
|
label: (h = l.tooltip) == null ? void 0 : h.label,
|
|
@@ -4599,7 +4559,7 @@ const Vn = (t) => {
|
|
|
4599
4559
|
}
|
|
4600
4560
|
) })
|
|
4601
4561
|
] }),
|
|
4602
|
-
/* @__PURE__ */ e(
|
|
4562
|
+
/* @__PURE__ */ e(O, { condition: !!l.titleDescription, children: /* @__PURE__ */ e(D, { fontSize: t, color: "gray-500", children: l.titleDescription }) })
|
|
4603
4563
|
]
|
|
4604
4564
|
}
|
|
4605
4565
|
)
|
|
@@ -4624,9 +4584,9 @@ const Vn = (t) => {
|
|
|
4624
4584
|
...n
|
|
4625
4585
|
}) => {
|
|
4626
4586
|
const o = gr(), i = (s) => {
|
|
4627
|
-
var h, d, g,
|
|
4587
|
+
var h, d, g, m, y, v;
|
|
4628
4588
|
if (!s) return;
|
|
4629
|
-
const a = n.disabled ? "var(--sa-text-disable, #181a198f)" : t === "secondary" ? "var(--sa-text-subtle, #8c8f97)" : t === "secondary-danger" ? (d = (h = o == null ? void 0 : o.computed) == null ? void 0 : h.red) == null ? void 0 : d[600] : t === "secondary-primary" ? (
|
|
4589
|
+
const a = n.disabled ? "var(--sa-text-disable, #181a198f)" : t === "secondary" ? "var(--sa-text-subtle, #8c8f97)" : t === "secondary-danger" ? (d = (h = o == null ? void 0 : o.computed) == null ? void 0 : h.red) == null ? void 0 : d[600] : t === "secondary-primary" ? (m = (g = o == null ? void 0 : o.computed) == null ? void 0 : g.blue) == null ? void 0 : m[700] : (v = (y = o == null ? void 0 : o.computed) == null ? void 0 : y.gray) == null ? void 0 : v[50];
|
|
4630
4590
|
return /* @__PURE__ */ e(w, { name: s, size: r, style: { color: a } });
|
|
4631
4591
|
}, l = () => {
|
|
4632
4592
|
var a, h, d, g;
|
|
@@ -4648,7 +4608,7 @@ const Vn = (t) => {
|
|
|
4648
4608
|
}
|
|
4649
4609
|
};
|
|
4650
4610
|
return /* @__PURE__ */ e(
|
|
4651
|
-
|
|
4611
|
+
T,
|
|
4652
4612
|
{
|
|
4653
4613
|
fullWidth: !0,
|
|
4654
4614
|
disabled: n.disabled,
|
|
@@ -4688,7 +4648,7 @@ const Vn = (t) => {
|
|
|
4688
4648
|
onClick: i.onClickContainer,
|
|
4689
4649
|
children: [
|
|
4690
4650
|
i.title && /* @__PURE__ */ e(
|
|
4691
|
-
|
|
4651
|
+
O,
|
|
4692
4652
|
{
|
|
4693
4653
|
condition: !!i.inputProps.required,
|
|
4694
4654
|
fallback: /* @__PURE__ */ u(
|
|
@@ -4698,7 +4658,7 @@ const Vn = (t) => {
|
|
|
4698
4658
|
customMaxWidth: s,
|
|
4699
4659
|
fullWidth: o,
|
|
4700
4660
|
children: [
|
|
4701
|
-
/* @__PURE__ */ e(
|
|
4661
|
+
/* @__PURE__ */ e(_, { children: i.title }),
|
|
4702
4662
|
/* @__PURE__ */ e(D, { fontSize: t, color: "gray-500", children: i.description })
|
|
4703
4663
|
]
|
|
4704
4664
|
}
|
|
@@ -4711,9 +4671,9 @@ const Vn = (t) => {
|
|
|
4711
4671
|
fullWidth: o,
|
|
4712
4672
|
children: [
|
|
4713
4673
|
/* @__PURE__ */ u(U, { direction: "row", gap: "xs", align: "center", children: [
|
|
4714
|
-
/* @__PURE__ */ e(
|
|
4715
|
-
/* @__PURE__ */ e(
|
|
4716
|
-
/* @__PURE__ */ e(
|
|
4674
|
+
/* @__PURE__ */ e(_, { fontSize: t, children: i.title }),
|
|
4675
|
+
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children: n }),
|
|
4676
|
+
/* @__PURE__ */ e(O, { condition: !!((a = i.tooltip) != null && a.label), children: /* @__PURE__ */ e(
|
|
4717
4677
|
me,
|
|
4718
4678
|
{
|
|
4719
4679
|
label: (h = i.tooltip) == null ? void 0 : h.label,
|
|
@@ -4733,13 +4693,13 @@ const Vn = (t) => {
|
|
|
4733
4693
|
}
|
|
4734
4694
|
) })
|
|
4735
4695
|
] }),
|
|
4736
|
-
/* @__PURE__ */ e(
|
|
4696
|
+
/* @__PURE__ */ e(O, { condition: !!i.description, children: /* @__PURE__ */ e(D, { fontSize: t, color: "gray-500", children: i.description }) })
|
|
4737
4697
|
]
|
|
4738
4698
|
}
|
|
4739
4699
|
)
|
|
4740
4700
|
}
|
|
4741
4701
|
),
|
|
4742
|
-
/* @__PURE__ */ u(U, { gap: "xs", children: [
|
|
4702
|
+
/* @__PURE__ */ u(U, { direction: "column", gap: "xs", children: [
|
|
4743
4703
|
/* @__PURE__ */ e(
|
|
4744
4704
|
f,
|
|
4745
4705
|
{
|
|
@@ -4789,7 +4749,7 @@ async function Un(t, r) {
|
|
|
4789
4749
|
}, "image/png");
|
|
4790
4750
|
});
|
|
4791
4751
|
}
|
|
4792
|
-
const
|
|
4752
|
+
const Tt = {
|
|
4793
4753
|
"1:1": 1,
|
|
4794
4754
|
"4:3": 4 / 3,
|
|
4795
4755
|
"16:9": 16 / 9,
|
|
@@ -4811,49 +4771,49 @@ const _t = {
|
|
|
4811
4771
|
maxFileSize: h = 2,
|
|
4812
4772
|
onError: d
|
|
4813
4773
|
}, g) => {
|
|
4814
|
-
const
|
|
4815
|
-
|
|
4774
|
+
const m = ie("md"), [y, v] = k(!1), [E, x] = k(null), [V, Z] = k(!1), [N, q] = k({ x: 0, y: 0 }), [M, ae] = k(1), [J, H] = k(null);
|
|
4775
|
+
j(() => {
|
|
4816
4776
|
r === null && i(null);
|
|
4817
4777
|
}, [r]);
|
|
4818
|
-
const
|
|
4819
|
-
(
|
|
4820
|
-
H(
|
|
4778
|
+
const P = De(
|
|
4779
|
+
(R, z) => {
|
|
4780
|
+
H(z);
|
|
4821
4781
|
},
|
|
4822
4782
|
[]
|
|
4823
|
-
),
|
|
4783
|
+
), oe = (R) => {
|
|
4824
4784
|
var fe;
|
|
4825
|
-
const
|
|
4826
|
-
if (!
|
|
4827
|
-
const
|
|
4828
|
-
|
|
4829
|
-
x(
|
|
4830
|
-
},
|
|
4831
|
-
},
|
|
4832
|
-
if (!(!E || !
|
|
4785
|
+
const z = (fe = R.target.files) == null ? void 0 : fe[0];
|
|
4786
|
+
if (!z) return;
|
|
4787
|
+
const te = new FileReader();
|
|
4788
|
+
te.onload = () => {
|
|
4789
|
+
x(te.result), Z(!0);
|
|
4790
|
+
}, te.readAsDataURL(z);
|
|
4791
|
+
}, le = async () => {
|
|
4792
|
+
if (!(!E || !J))
|
|
4833
4793
|
try {
|
|
4834
|
-
const
|
|
4835
|
-
if (h &&
|
|
4794
|
+
const R = await Un(E, J);
|
|
4795
|
+
if (h && R.size > h * 1024 * 1024) {
|
|
4836
4796
|
d == null || d(`Ukuran file maksimal ${h}MB`);
|
|
4837
4797
|
return;
|
|
4838
4798
|
}
|
|
4839
|
-
t == null || t(
|
|
4840
|
-
const
|
|
4841
|
-
i(
|
|
4799
|
+
t == null || t(R);
|
|
4800
|
+
const z = URL.createObjectURL(R);
|
|
4801
|
+
i(z, R), Z(!1);
|
|
4842
4802
|
} catch {
|
|
4843
4803
|
d == null || d("Gagal memproses gambar");
|
|
4844
4804
|
}
|
|
4845
|
-
},
|
|
4846
|
-
|
|
4805
|
+
}, $ = ne(null), Q = () => {
|
|
4806
|
+
$.current && $.current.click();
|
|
4847
4807
|
};
|
|
4848
4808
|
pr(g, () => ({
|
|
4849
4809
|
openFileDialog: () => {
|
|
4850
|
-
var
|
|
4851
|
-
(
|
|
4810
|
+
var R;
|
|
4811
|
+
(R = $.current) == null || R.click();
|
|
4852
4812
|
}
|
|
4853
4813
|
}));
|
|
4854
|
-
const
|
|
4855
|
-
let
|
|
4856
|
-
return se >= 1 ? (
|
|
4814
|
+
const K = parseInt(l, 10), se = Tt[s];
|
|
4815
|
+
let ee, X;
|
|
4816
|
+
return se >= 1 ? (X = K, ee = K * se) : (ee = K, X = K / se), /* @__PURE__ */ u(
|
|
4857
4817
|
f,
|
|
4858
4818
|
{
|
|
4859
4819
|
display: "flex",
|
|
@@ -4867,8 +4827,8 @@ const _t = {
|
|
|
4867
4827
|
align: "center",
|
|
4868
4828
|
justify: "center",
|
|
4869
4829
|
style: {
|
|
4870
|
-
width: a != null && a.fullWidth ? "100%" : `${
|
|
4871
|
-
height: a != null && a.fullWidth ? "auto" : `${
|
|
4830
|
+
width: a != null && a.fullWidth ? "100%" : `${ee}px`,
|
|
4831
|
+
height: a != null && a.fullWidth ? "auto" : `${X}px`,
|
|
4872
4832
|
aspectRatio: se,
|
|
4873
4833
|
flexShrink: 0
|
|
4874
4834
|
},
|
|
@@ -4918,18 +4878,18 @@ const _t = {
|
|
|
4918
4878
|
style: {
|
|
4919
4879
|
inset: 0,
|
|
4920
4880
|
backgroundColor: "var(--sa-color-black-alpha-a30, #080f214a)",
|
|
4921
|
-
opacity:
|
|
4881
|
+
opacity: y ? 1 : 0,
|
|
4922
4882
|
transition: "opacity 0.3s ease-in-out"
|
|
4923
4883
|
},
|
|
4924
|
-
onClick:
|
|
4884
|
+
onClick: Q,
|
|
4925
4885
|
children: [
|
|
4926
4886
|
/* @__PURE__ */ e(
|
|
4927
4887
|
"input",
|
|
4928
4888
|
{
|
|
4929
|
-
ref:
|
|
4889
|
+
ref: $,
|
|
4930
4890
|
type: "file",
|
|
4931
4891
|
accept: "image/*",
|
|
4932
|
-
onChange:
|
|
4892
|
+
onChange: oe,
|
|
4933
4893
|
disabled: n,
|
|
4934
4894
|
style: { display: "none" }
|
|
4935
4895
|
}
|
|
@@ -4942,7 +4902,7 @@ const _t = {
|
|
|
4942
4902
|
style: { color: "var(--sa-background-primary, #ffffff)" }
|
|
4943
4903
|
}
|
|
4944
4904
|
),
|
|
4945
|
-
/* @__PURE__ */ e(
|
|
4905
|
+
/* @__PURE__ */ e(O, { condition: l.toNumber() > 80, children: /* @__PURE__ */ e(
|
|
4946
4906
|
D,
|
|
4947
4907
|
{
|
|
4948
4908
|
color: "gray-50",
|
|
@@ -4982,7 +4942,7 @@ const _t = {
|
|
|
4982
4942
|
)
|
|
4983
4943
|
}
|
|
4984
4944
|
),
|
|
4985
|
-
|
|
4945
|
+
V && xr.createPortal(
|
|
4986
4946
|
/* @__PURE__ */ e(
|
|
4987
4947
|
"div",
|
|
4988
4948
|
{
|
|
@@ -4995,7 +4955,7 @@ const _t = {
|
|
|
4995
4955
|
justifyContent: "center",
|
|
4996
4956
|
backgroundColor: "rgba(0,0,0,0.6)"
|
|
4997
4957
|
},
|
|
4998
|
-
onClick: () =>
|
|
4958
|
+
onClick: () => Z(!1),
|
|
4999
4959
|
children: /* @__PURE__ */ u(
|
|
5000
4960
|
"div",
|
|
5001
4961
|
{
|
|
@@ -5004,11 +4964,11 @@ const _t = {
|
|
|
5004
4964
|
borderRadius: "var(--sa-radii-md)",
|
|
5005
4965
|
boxShadow: "0 20px 60px rgba(0,0,0,0.3)",
|
|
5006
4966
|
overflow: "hidden",
|
|
5007
|
-
width:
|
|
4967
|
+
width: m ? s === "1:1" ? "min(90vw, 480px)" : `min(90vw, ${ee * 2}px)` : "calc(100vw - 2rem)",
|
|
5008
4968
|
display: "flex",
|
|
5009
4969
|
flexDirection: "column"
|
|
5010
4970
|
},
|
|
5011
|
-
onClick: (
|
|
4971
|
+
onClick: (R) => R.stopPropagation(),
|
|
5012
4972
|
children: [
|
|
5013
4973
|
/* @__PURE__ */ e(
|
|
5014
4974
|
"div",
|
|
@@ -5023,12 +4983,12 @@ const _t = {
|
|
|
5023
4983
|
Cr,
|
|
5024
4984
|
{
|
|
5025
4985
|
image: E,
|
|
5026
|
-
crop:
|
|
5027
|
-
zoom:
|
|
5028
|
-
aspect: s ?
|
|
5029
|
-
onCropChange:
|
|
4986
|
+
crop: N,
|
|
4987
|
+
zoom: M,
|
|
4988
|
+
aspect: s ? Tt[s] : void 0,
|
|
4989
|
+
onCropChange: q,
|
|
5030
4990
|
onZoomChange: ae,
|
|
5031
|
-
onCropComplete:
|
|
4991
|
+
onCropComplete: P,
|
|
5032
4992
|
objectFit: "contain",
|
|
5033
4993
|
minZoom: 0.5,
|
|
5034
4994
|
restrictPosition: !1
|
|
@@ -5047,8 +5007,8 @@ const _t = {
|
|
|
5047
5007
|
borderTop: "1px solid var(--sa-border-subtle)"
|
|
5048
5008
|
},
|
|
5049
5009
|
children: [
|
|
5050
|
-
/* @__PURE__ */ e(
|
|
5051
|
-
/* @__PURE__ */ e(
|
|
5010
|
+
/* @__PURE__ */ e(T, { size: "sm", secondary: !0, onClick: () => Z(!1), children: "Cancel" }),
|
|
5011
|
+
/* @__PURE__ */ e(T, { size: "sm", primary: !0, onClick: le, children: "Crop" })
|
|
5052
5012
|
]
|
|
5053
5013
|
}
|
|
5054
5014
|
)
|
|
@@ -5081,7 +5041,7 @@ const _t = {
|
|
|
5081
5041
|
...l.containerProps,
|
|
5082
5042
|
children: [
|
|
5083
5043
|
l.title && /* @__PURE__ */ e(
|
|
5084
|
-
|
|
5044
|
+
O,
|
|
5085
5045
|
{
|
|
5086
5046
|
condition: !!i,
|
|
5087
5047
|
fallback: /* @__PURE__ */ u(
|
|
@@ -5091,7 +5051,7 @@ const _t = {
|
|
|
5091
5051
|
customMaxWidth: a,
|
|
5092
5052
|
fullWidth: o,
|
|
5093
5053
|
children: [
|
|
5094
|
-
/* @__PURE__ */ e(
|
|
5054
|
+
/* @__PURE__ */ e(_, { children: l.title }),
|
|
5095
5055
|
/* @__PURE__ */ e(D, { fontSize: t, color: "gray-500", children: l.description })
|
|
5096
5056
|
]
|
|
5097
5057
|
}
|
|
@@ -5104,9 +5064,9 @@ const _t = {
|
|
|
5104
5064
|
fullWidth: o,
|
|
5105
5065
|
children: [
|
|
5106
5066
|
/* @__PURE__ */ u(U, { direction: "row", gap: "xs", align: "center", children: [
|
|
5107
|
-
/* @__PURE__ */ e(
|
|
5108
|
-
/* @__PURE__ */ e(
|
|
5109
|
-
/* @__PURE__ */ e(
|
|
5067
|
+
/* @__PURE__ */ e(_, { fontSize: t, children: l.title }),
|
|
5068
|
+
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children: n }),
|
|
5069
|
+
/* @__PURE__ */ e(O, { condition: !!((h = l.tooltip) != null && h.label), children: /* @__PURE__ */ e(
|
|
5110
5070
|
me,
|
|
5111
5071
|
{
|
|
5112
5072
|
label: (d = l.tooltip) == null ? void 0 : d.label,
|
|
@@ -5126,13 +5086,13 @@ const _t = {
|
|
|
5126
5086
|
}
|
|
5127
5087
|
) })
|
|
5128
5088
|
] }),
|
|
5129
|
-
/* @__PURE__ */ e(
|
|
5089
|
+
/* @__PURE__ */ e(O, { condition: !!l.description, children: /* @__PURE__ */ e(D, { fontSize: t, color: "gray-500", children: l.description }) })
|
|
5130
5090
|
]
|
|
5131
5091
|
}
|
|
5132
5092
|
)
|
|
5133
5093
|
}
|
|
5134
5094
|
),
|
|
5135
|
-
/* @__PURE__ */ u(U, { gap: "xs", children: [
|
|
5095
|
+
/* @__PURE__ */ u(U, { direction: "column", gap: "xs", children: [
|
|
5136
5096
|
/* @__PURE__ */ e(Gn, { ...l.inputProps }),
|
|
5137
5097
|
!s && l.errorMessage && /* @__PURE__ */ e(be, { message: l.errorMessage })
|
|
5138
5098
|
] })
|
|
@@ -5156,7 +5116,7 @@ const _t = {
|
|
|
5156
5116
|
...i.containerProps,
|
|
5157
5117
|
children: [
|
|
5158
5118
|
i.title && /* @__PURE__ */ e(
|
|
5159
|
-
|
|
5119
|
+
O,
|
|
5160
5120
|
{
|
|
5161
5121
|
condition: !!i.inputProps.required,
|
|
5162
5122
|
fallback: /* @__PURE__ */ u(
|
|
@@ -5166,7 +5126,7 @@ const _t = {
|
|
|
5166
5126
|
customMaxWidth: l,
|
|
5167
5127
|
fullWidth: o,
|
|
5168
5128
|
children: [
|
|
5169
|
-
/* @__PURE__ */ e(
|
|
5129
|
+
/* @__PURE__ */ e(_, { children: i.title }),
|
|
5170
5130
|
/* @__PURE__ */ e(D, { fontSize: t, color: "gray-500", children: i.description })
|
|
5171
5131
|
]
|
|
5172
5132
|
}
|
|
@@ -5179,9 +5139,9 @@ const _t = {
|
|
|
5179
5139
|
fullWidth: o,
|
|
5180
5140
|
children: [
|
|
5181
5141
|
/* @__PURE__ */ u(U, { direction: "row", gap: "xs", align: "center", children: [
|
|
5182
|
-
/* @__PURE__ */ e(
|
|
5183
|
-
/* @__PURE__ */ e(
|
|
5184
|
-
/* @__PURE__ */ e(
|
|
5142
|
+
/* @__PURE__ */ e(_, { fontSize: t, children: i.title }),
|
|
5143
|
+
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children: n }),
|
|
5144
|
+
/* @__PURE__ */ e(O, { condition: !!((s = i.tooltip) != null && s.label), children: /* @__PURE__ */ e(
|
|
5185
5145
|
me,
|
|
5186
5146
|
{
|
|
5187
5147
|
label: (a = i.tooltip) == null ? void 0 : a.label,
|
|
@@ -5201,7 +5161,7 @@ const _t = {
|
|
|
5201
5161
|
}
|
|
5202
5162
|
) })
|
|
5203
5163
|
] }),
|
|
5204
|
-
/* @__PURE__ */ e(
|
|
5164
|
+
/* @__PURE__ */ e(O, { condition: !!i.description, children: /* @__PURE__ */ e(D, { fontSize: t, color: "gray-500", children: i.description }) })
|
|
5205
5165
|
]
|
|
5206
5166
|
}
|
|
5207
5167
|
)
|
|
@@ -5211,7 +5171,7 @@ const _t = {
|
|
|
5211
5171
|
]
|
|
5212
5172
|
}
|
|
5213
5173
|
);
|
|
5214
|
-
},
|
|
5174
|
+
}, po = ({
|
|
5215
5175
|
items: t,
|
|
5216
5176
|
id: r,
|
|
5217
5177
|
handleOnUpdate: n,
|
|
@@ -5221,12 +5181,12 @@ const _t = {
|
|
|
5221
5181
|
}) => {
|
|
5222
5182
|
var g;
|
|
5223
5183
|
const [s, a] = k([]);
|
|
5224
|
-
|
|
5225
|
-
t && a([...t.map((
|
|
5184
|
+
j(() => {
|
|
5185
|
+
t && a([...t.map((m) => ({ id: m.id, isActive: m.isActive }))]);
|
|
5226
5186
|
}, [t]);
|
|
5227
|
-
const h = (g = s.find((
|
|
5187
|
+
const h = (g = s.find((m) => m.id === r)) == null ? void 0 : g.isActive, d = De(() => {
|
|
5228
5188
|
a(
|
|
5229
|
-
(
|
|
5189
|
+
(m) => m.map((y) => y.id === r ? { ...y, isActive: !y.isActive } : y)
|
|
5230
5190
|
), n && n(!h);
|
|
5231
5191
|
}, [r, n, h]);
|
|
5232
5192
|
return /* @__PURE__ */ e(
|
|
@@ -5248,13 +5208,13 @@ const _t = {
|
|
|
5248
5208
|
)
|
|
5249
5209
|
}
|
|
5250
5210
|
);
|
|
5251
|
-
},
|
|
5211
|
+
}, xo = {
|
|
5252
5212
|
InputText: kn,
|
|
5253
5213
|
InputDropdown: Sn,
|
|
5254
5214
|
InputSingleFile: zn,
|
|
5255
5215
|
CheckBoxOptions: Nn,
|
|
5256
|
-
RadioOptions:
|
|
5257
|
-
InputTextArea:
|
|
5216
|
+
RadioOptions: Tn,
|
|
5217
|
+
InputTextArea: On,
|
|
5258
5218
|
ToggleForm: _n,
|
|
5259
5219
|
ActionButton: Zn,
|
|
5260
5220
|
FormTitle: jn,
|
|
@@ -5267,7 +5227,7 @@ const _t = {
|
|
|
5267
5227
|
}, i = () => {
|
|
5268
5228
|
window.scrollTo({ top: 0, behavior: "smooth" });
|
|
5269
5229
|
};
|
|
5270
|
-
return
|
|
5230
|
+
return j(() => (window.addEventListener("scroll", o), () => {
|
|
5271
5231
|
window.removeEventListener("scroll", o);
|
|
5272
5232
|
}), []), /* @__PURE__ */ e(
|
|
5273
5233
|
f,
|
|
@@ -5288,7 +5248,7 @@ const _t = {
|
|
|
5288
5248
|
transition: "transform 0.2s ease-in-out"
|
|
5289
5249
|
},
|
|
5290
5250
|
children: /* @__PURE__ */ e(
|
|
5291
|
-
|
|
5251
|
+
T,
|
|
5292
5252
|
{
|
|
5293
5253
|
secondary: !0,
|
|
5294
5254
|
size: "xs",
|
|
@@ -5311,8 +5271,8 @@ const _t = {
|
|
|
5311
5271
|
)
|
|
5312
5272
|
}
|
|
5313
5273
|
);
|
|
5314
|
-
},
|
|
5315
|
-
const i =
|
|
5274
|
+
}, Co = ({ pageLayout: t, children: r, wrapperProps: n, containerProps: o }) => {
|
|
5275
|
+
const i = ie("md"), l = (o == null ? void 0 : o.customWidth) ?? 264;
|
|
5316
5276
|
return /* @__PURE__ */ u(
|
|
5317
5277
|
f,
|
|
5318
5278
|
{
|
|
@@ -5350,7 +5310,7 @@ const _t = {
|
|
|
5350
5310
|
]
|
|
5351
5311
|
}
|
|
5352
5312
|
);
|
|
5353
|
-
},
|
|
5313
|
+
}, Do = ({
|
|
5354
5314
|
children: t,
|
|
5355
5315
|
withScrollToTopButton: r = !1,
|
|
5356
5316
|
scrollToTopButtonProps: n,
|
|
@@ -5386,8 +5346,8 @@ const _t = {
|
|
|
5386
5346
|
t
|
|
5387
5347
|
]
|
|
5388
5348
|
}
|
|
5389
|
-
) }),
|
|
5390
|
-
|
|
5349
|
+
) }), vo = ({ fields: t }) => /* @__PURE__ */ e(f, { display: "flex", direction: "column", gap: "lg", children: /* @__PURE__ */ e(
|
|
5350
|
+
Ct,
|
|
5391
5351
|
{
|
|
5392
5352
|
of: t,
|
|
5393
5353
|
render: (r, n) => /* @__PURE__ */ e(Qn, { ...r }, n)
|
|
@@ -5398,12 +5358,12 @@ const _t = {
|
|
|
5398
5358
|
/* @__PURE__ */ e(D, { color: "gray-500", variant: "sub-h3", children: t })
|
|
5399
5359
|
] }) : /* @__PURE__ */ e(D, { color: "gray-500", variant: "sub-h3", children: t }),
|
|
5400
5360
|
typeof r == "string" ? /* @__PURE__ */ e(D, { variant: "sub-h3", children: r }) : r
|
|
5401
|
-
] }),
|
|
5361
|
+
] }), Y = {
|
|
5402
5362
|
silhouette: "#A7B0AC",
|
|
5403
5363
|
accent: "#78867F"
|
|
5404
5364
|
};
|
|
5405
5365
|
function Yn({ width: t, height: r }) {
|
|
5406
|
-
return /* @__PURE__ */ e(
|
|
5366
|
+
return /* @__PURE__ */ e(G, { children: /* @__PURE__ */ u(
|
|
5407
5367
|
"svg",
|
|
5408
5368
|
{
|
|
5409
5369
|
width: t || "100",
|
|
@@ -5416,112 +5376,112 @@ function Yn({ width: t, height: r }) {
|
|
|
5416
5376
|
"path",
|
|
5417
5377
|
{
|
|
5418
5378
|
d: "M51.0002 16.8145C36.0811 16.8145 24.8296 21.3801 24.8296 27.4328V76.5344C24.8296 82.573 36.0799 87.127 51.0002 87.127C65.9204 87.127 77.1707 82.573 77.1707 76.5344V27.4328C77.1707 21.3801 65.9204 16.8145 51.0002 16.8145ZM51.0002 19.1582C65.0602 19.1582 74.8582 23.5187 74.8582 27.4328C74.8582 30.1363 70.1615 32.9664 63.1708 34.4746C55.861 36.0543 46.1416 36.0543 38.8318 34.4746C31.8399 32.9664 27.1432 30.1363 27.1432 27.4328C27.1432 23.5187 36.9402 19.1582 51.0002 19.1582ZM74.8582 31.9199V43.784C74.8582 46.532 70.3142 49.2941 63.2737 50.8328C63.2391 50.8375 63.2032 50.8434 63.1697 50.8504C57.6867 52.0352 50.8498 52.3305 44.6893 51.7387C42.6358 51.5418 40.6575 51.2453 38.8306 50.8504C38.8029 50.8445 38.7682 50.8387 38.7347 50.8352C32.5707 49.4898 28.318 47.2047 27.3514 44.8141C27.2138 44.4719 27.1421 44.1285 27.1421 43.7852V31.9199C27.1999 31.9715 27.2693 32.0207 27.3294 32.0723C27.5052 32.2246 27.6902 32.3758 27.8844 32.5234C27.9954 32.609 28.1064 32.6934 28.2232 32.7766C28.4371 32.9301 28.6637 33.0801 28.8973 33.2289C29.0083 33.2992 29.1135 33.3719 29.2291 33.441C29.5702 33.6473 29.9275 33.8488 30.3044 34.0434C30.3195 34.0516 30.3333 34.0598 30.3484 34.068C30.7427 34.2707 31.1601 34.4652 31.5925 34.6551C31.7301 34.716 31.8758 34.7734 32.0168 34.832C32.3221 34.9598 32.6331 35.0852 32.9557 35.207C33.1303 35.2727 33.3095 35.3359 33.4887 35.4004C33.8032 35.5117 34.1247 35.6207 34.4542 35.7273C34.6404 35.7871 34.8254 35.8469 35.015 35.9043C35.3734 36.0133 35.7434 36.1164 36.1181 36.2184C36.2915 36.2652 36.4603 36.3145 36.6361 36.3602C37.1911 36.5031 37.7588 36.6402 38.3485 36.7668C42.1595 37.5906 46.5336 38.0254 50.999 38.0254C55.4644 38.0254 59.8397 37.5906 63.6495 36.768C64.2404 36.6402 64.8092 36.5031 65.3666 36.3602C65.5377 36.3156 65.7007 36.2688 65.8684 36.223C66.2499 36.1199 66.6246 36.0145 66.9888 35.9031C67.1749 35.8469 67.3553 35.7883 67.5368 35.7309C67.8745 35.623 68.2028 35.5105 68.5243 35.3969C68.6966 35.3359 68.8677 35.275 69.0353 35.2117C69.3672 35.0863 69.6852 34.9574 69.9985 34.8262C70.1326 34.7699 70.2725 34.7148 70.4032 34.6574C70.8379 34.4664 71.2576 34.2707 71.6542 34.0668C71.66 34.0633 71.6658 34.0609 71.6716 34.0574C72.0589 33.8582 72.4243 33.6508 72.7735 33.441C72.8868 33.3719 72.9909 33.3016 73.1007 33.2313C73.3354 33.0813 73.5632 32.9312 73.7794 32.7766C73.8951 32.6934 74.0049 32.609 74.1159 32.5258C74.3102 32.377 74.4963 32.2258 74.6732 32.0723C74.7322 32.0207 74.8027 31.9727 74.8594 31.9211L74.8582 31.9199ZM74.8582 48.2887V60.1598C74.8582 62.8773 70.3396 65.6359 63.335 67.2004C63.2737 67.2051 63.2136 67.2156 63.1547 67.2285C59.5021 68.016 55.2482 68.4109 50.9955 68.4098C48.8692 68.4098 46.7428 68.3113 44.6917 68.1145C42.6405 67.9176 40.6656 67.6211 38.8399 67.2273C38.7832 67.2133 38.7266 67.2051 38.6699 67.2004C31.663 65.6359 27.1432 62.8785 27.1432 60.1598V48.2887C27.2022 48.3426 27.2739 48.393 27.3352 48.4457C27.5075 48.5945 27.6878 48.7422 27.8763 48.8875C27.9908 48.9754 28.1052 49.0633 28.2255 49.15C28.4348 49.3 28.6568 49.4477 28.8834 49.593C28.999 49.6668 29.1089 49.7418 29.228 49.8145C29.5633 50.0172 29.9136 50.2152 30.2825 50.4074C30.3114 50.4227 30.338 50.4379 30.3669 50.452C30.7507 50.6488 31.1566 50.8398 31.5775 51.0262C31.722 51.0895 31.8746 51.1504 32.0226 51.2125C32.3198 51.3379 32.6227 51.4609 32.9372 51.5793C33.1164 51.6473 33.2991 51.7129 33.4841 51.7785C33.7917 51.8887 34.1073 51.9953 34.4299 52.0996C34.6196 52.1605 34.8092 52.2227 35.0046 52.2812C35.3584 52.3891 35.7238 52.4922 36.0938 52.593C36.2684 52.641 36.4395 52.6902 36.6176 52.7359C37.1714 52.8789 37.738 53.016 38.3253 53.1426C38.3554 53.1496 38.3889 53.1555 38.4236 53.159C42.2161 53.9723 46.5636 54.4023 51.0013 54.4023C55.439 54.4023 59.7784 53.9734 63.5697 53.1613C63.6056 53.1566 63.6414 53.1508 63.6773 53.1426C64.2647 53.0148 64.8312 52.8789 65.3851 52.7359C65.5643 52.6902 65.7342 52.6398 65.9088 52.593C66.2788 52.4922 66.6442 52.3891 66.998 52.2812C67.1934 52.2215 67.3831 52.1605 67.5727 52.0996C67.8953 51.9953 68.2109 51.8887 68.5185 51.7785C68.7023 51.7129 68.8862 51.6473 69.0654 51.5793C69.3799 51.4598 69.6817 51.3367 69.98 51.2125C70.128 51.1504 70.2806 51.0895 70.4252 51.0262C70.846 50.841 71.2507 50.65 71.6357 50.452C71.6646 50.4367 71.6912 50.4215 71.7201 50.4074C72.0901 50.2152 72.4405 50.0172 72.7747 49.8145C72.8949 49.7418 73.0036 49.6668 73.1192 49.593C73.347 49.4477 73.5678 49.3 73.7771 49.15C73.8974 49.0633 74.0118 48.9766 74.1263 48.8875C74.3148 48.7422 74.4952 48.5945 74.6674 48.4457C74.7287 48.393 74.7992 48.3426 74.8582 48.2887ZM74.8582 76.5355C74.8582 80.4367 65.0602 84.7844 51.0002 84.7844C36.9402 84.7844 27.1421 80.4367 27.1421 76.5355V64.6469C27.1987 64.6984 27.2693 64.7477 27.3282 64.7992C27.5028 64.9504 27.6844 65.0992 27.8763 65.2469C27.9873 65.3324 28.0995 65.418 28.2162 65.5023C28.4302 65.6559 28.6568 65.807 28.8892 65.9559C28.9979 66.0262 29.1019 66.0977 29.2152 66.1656C29.5691 66.3801 29.9367 66.591 30.3299 66.7937C30.331 66.7937 30.3322 66.7938 30.3333 66.7961C30.7253 66.9988 31.1404 67.1945 31.5694 67.3855C31.7058 67.4465 31.8515 67.5039 31.9914 67.5637C32.2955 67.6926 32.6054 67.8191 32.928 67.9422C33.1002 68.0078 33.2772 68.0711 33.4541 68.1355C33.7674 68.248 34.0888 68.3582 34.4184 68.466C34.6034 68.5258 34.7872 68.5867 34.9768 68.6453C35.3341 68.7555 35.703 68.8609 36.0764 68.9641C36.2476 69.0109 36.4141 69.0602 36.5887 69.1059C37.1413 69.2512 37.7079 69.3895 38.2941 69.5195C38.3462 69.5312 38.3993 69.5383 38.4514 69.543C42.2369 70.3516 46.5717 70.7793 50.999 70.7793C55.4263 70.7793 59.7599 70.3527 63.5478 69.543C63.5998 69.5383 63.653 69.5312 63.705 69.5195C64.2912 69.3906 64.8578 69.2512 65.4105 69.1059C65.5839 69.0602 65.7493 69.0121 65.9192 68.9652C66.295 68.8621 66.665 68.7555 67.0246 68.6453C67.2131 68.5879 67.3958 68.5281 67.5785 68.4684C67.9092 68.3605 68.2329 68.2492 68.5486 68.1355C68.7231 68.0723 68.8977 68.009 69.0689 67.9445C69.3938 67.8203 69.7071 67.6926 70.0135 67.5625C70.1511 67.5039 70.2933 67.4477 70.4275 67.3879C71.29 67.0047 72.0774 66.5969 72.7851 66.1668C72.8972 66.0988 73.0001 66.0273 73.1088 65.9582C73.3424 65.8082 73.5702 65.657 73.7852 65.5023C73.9008 65.4191 74.0118 65.3336 74.1217 65.2492C74.3148 65.1016 74.4975 64.9516 74.6732 64.7992C74.7322 64.7488 74.8016 64.6996 74.8582 64.648V76.5355Z",
|
|
5419
|
-
fill:
|
|
5379
|
+
fill: Y.silhouette
|
|
5420
5380
|
}
|
|
5421
5381
|
),
|
|
5422
5382
|
/* @__PURE__ */ e(
|
|
5423
5383
|
"path",
|
|
5424
5384
|
{
|
|
5425
5385
|
d: "M33.2089 38.8535C31.3993 38.8535 29.9263 40.3453 29.9263 42.1805C29.9263 44.0156 31.3982 45.5062 33.2089 45.5062C35.0196 45.5062 36.4903 44.0145 36.4903 42.1805C36.4903 40.3465 35.0184 38.8535 33.2089 38.8535ZM33.2089 43.1625C32.6735 43.1625 32.2388 42.7219 32.2388 42.1805C32.2388 41.6391 32.6735 41.1973 33.2089 41.1973C33.7442 41.1973 34.1778 41.6379 34.1778 42.1805C34.1778 42.723 33.7431 43.1625 33.2089 43.1625Z",
|
|
5426
|
-
fill:
|
|
5386
|
+
fill: Y.silhouette
|
|
5427
5387
|
}
|
|
5428
5388
|
),
|
|
5429
5389
|
/* @__PURE__ */ e(
|
|
5430
5390
|
"path",
|
|
5431
5391
|
{
|
|
5432
5392
|
d: "M33.2089 54.6777C31.3993 54.6777 29.9263 56.1695 29.9263 58.0047C29.9263 59.8398 31.3982 61.3316 33.2089 61.3316C35.0196 61.3316 36.4903 59.8398 36.4903 58.0047C36.4903 56.1695 35.0184 54.6777 33.2089 54.6777ZM33.2089 58.9879C32.6735 58.9879 32.2388 58.5473 32.2388 58.0047C32.2388 57.4621 32.6735 57.0215 33.2089 57.0215C33.7442 57.0215 34.1778 57.4621 34.1778 58.0047C34.1778 58.5473 33.7431 58.9879 33.2089 58.9879Z",
|
|
5433
|
-
fill:
|
|
5393
|
+
fill: Y.silhouette
|
|
5434
5394
|
}
|
|
5435
5395
|
),
|
|
5436
5396
|
/* @__PURE__ */ e(
|
|
5437
5397
|
"path",
|
|
5438
5398
|
{
|
|
5439
5399
|
d: "M33.2089 70.5C31.3993 70.5 29.9263 71.9918 29.9263 73.827C29.9263 75.6621 31.3982 77.1539 33.2089 77.1539C35.0196 77.1539 36.4903 75.6621 36.4903 73.827C36.4903 71.9918 35.0184 70.5 33.2089 70.5ZM33.2089 74.8102C32.6735 74.8102 32.2388 74.3695 32.2388 73.827C32.2388 73.2844 32.6735 72.8438 33.2089 72.8438C33.7442 72.8438 34.1778 73.2844 34.1778 73.827C34.1778 74.3695 33.7431 74.8102 33.2089 74.8102Z",
|
|
5440
|
-
fill:
|
|
5400
|
+
fill: Y.silhouette
|
|
5441
5401
|
}
|
|
5442
5402
|
),
|
|
5443
5403
|
/* @__PURE__ */ e(
|
|
5444
5404
|
"path",
|
|
5445
5405
|
{
|
|
5446
5406
|
d: "M70.0215 38.2852C69.3821 38.2852 68.8652 38.809 68.8652 39.457V44.3332C68.8652 44.9812 69.3821 45.5051 70.0215 45.5051C70.6609 45.5051 71.1777 44.9812 71.1777 44.3332V39.457C71.1777 38.809 70.6609 38.2852 70.0215 38.2852Z",
|
|
5447
|
-
fill:
|
|
5407
|
+
fill: Y.silhouette
|
|
5448
5408
|
}
|
|
5449
5409
|
),
|
|
5450
5410
|
/* @__PURE__ */ e(
|
|
5451
5411
|
"path",
|
|
5452
5412
|
{
|
|
5453
5413
|
d: "M70.0215 54.3926C69.3821 54.3926 68.8652 54.9164 68.8652 55.5645V60.4406C68.8652 61.0887 69.3821 61.6125 70.0215 61.6125C70.6609 61.6125 71.1777 61.0887 71.1777 60.4406V55.5645C71.1777 54.9164 70.6609 54.3926 70.0215 54.3926Z",
|
|
5454
|
-
fill:
|
|
5414
|
+
fill: Y.silhouette
|
|
5455
5415
|
}
|
|
5456
5416
|
),
|
|
5457
5417
|
/* @__PURE__ */ e(
|
|
5458
5418
|
"path",
|
|
5459
5419
|
{
|
|
5460
5420
|
d: "M70.0215 70.5C69.3821 70.5 68.8652 71.0238 68.8652 71.6719V76.5492C68.8652 77.1973 69.3821 77.7211 70.0215 77.7211C70.6609 77.7211 71.1777 77.1973 71.1777 76.5492V71.6719C71.1777 71.0238 70.6609 70.5 70.0215 70.5Z",
|
|
5461
|
-
fill:
|
|
5421
|
+
fill: Y.silhouette
|
|
5462
5422
|
}
|
|
5463
5423
|
),
|
|
5464
5424
|
/* @__PURE__ */ e(
|
|
5465
5425
|
"path",
|
|
5466
5426
|
{
|
|
5467
5427
|
d: "M65.77 39.7617C65.1306 39.7617 64.6138 40.2855 64.6138 40.9336V45.8098C64.6138 46.4578 65.1306 46.9816 65.77 46.9816C66.4094 46.9816 66.9263 46.4578 66.9263 45.8098V40.9336C66.9263 40.2855 66.4094 39.7617 65.77 39.7617Z",
|
|
5468
|
-
fill:
|
|
5428
|
+
fill: Y.silhouette
|
|
5469
5429
|
}
|
|
5470
5430
|
),
|
|
5471
5431
|
/* @__PURE__ */ e(
|
|
5472
5432
|
"path",
|
|
5473
5433
|
{
|
|
5474
5434
|
d: "M65.77 55.8691C65.1306 55.8691 64.6138 56.393 64.6138 57.041V61.9172C64.6138 62.5652 65.1306 63.0891 65.77 63.0891C66.4094 63.0891 66.9263 62.5652 66.9263 61.9172V57.041C66.9263 56.393 66.4094 55.8691 65.77 55.8691Z",
|
|
5475
|
-
fill:
|
|
5435
|
+
fill: Y.silhouette
|
|
5476
5436
|
}
|
|
5477
5437
|
),
|
|
5478
5438
|
/* @__PURE__ */ e(
|
|
5479
5439
|
"path",
|
|
5480
5440
|
{
|
|
5481
5441
|
d: "M65.77 71.9766C65.1306 71.9766 64.6138 72.5004 64.6138 73.1484V78.0246C64.6138 78.6727 65.1306 79.1965 65.77 79.1965C66.4094 79.1965 66.9263 78.6727 66.9263 78.0246V73.1484C66.9263 72.5004 66.4094 71.9766 65.77 71.9766Z",
|
|
5482
|
-
fill:
|
|
5442
|
+
fill: Y.silhouette
|
|
5483
5443
|
}
|
|
5484
5444
|
),
|
|
5485
5445
|
/* @__PURE__ */ e(
|
|
5486
5446
|
"path",
|
|
5487
5447
|
{
|
|
5488
5448
|
d: "M61.2939 40.7246C60.6545 40.7246 60.1377 41.2484 60.1377 41.8965V46.7727C60.1377 47.4207 60.6545 47.9445 61.2939 47.9445C61.9334 47.9445 62.4502 47.4207 62.4502 46.7727V41.8965C62.4502 41.2484 61.9334 40.7246 61.2939 40.7246Z",
|
|
5489
|
-
fill:
|
|
5449
|
+
fill: Y.silhouette
|
|
5490
5450
|
}
|
|
5491
5451
|
),
|
|
5492
5452
|
/* @__PURE__ */ e(
|
|
5493
5453
|
"path",
|
|
5494
5454
|
{
|
|
5495
5455
|
d: "M61.2939 56.832C60.6545 56.832 60.1377 57.3559 60.1377 58.0039V62.8801C60.1377 63.5281 60.6545 64.052 61.2939 64.052C61.9334 64.052 62.4502 63.5281 62.4502 62.8801V58.0039C62.4502 57.3559 61.9334 56.832 61.2939 56.832Z",
|
|
5496
|
-
fill:
|
|
5456
|
+
fill: Y.silhouette
|
|
5497
5457
|
}
|
|
5498
5458
|
),
|
|
5499
5459
|
/* @__PURE__ */ e(
|
|
5500
5460
|
"path",
|
|
5501
5461
|
{
|
|
5502
5462
|
d: "M61.2939 72.9395C60.6545 72.9395 60.1377 73.4633 60.1377 74.1113V78.9875C60.1377 79.6355 60.6545 80.1594 61.2939 80.1594C61.9334 80.1594 62.4502 79.6355 62.4502 78.9875V74.1113C62.4502 73.4633 61.9334 72.9395 61.2939 72.9395Z",
|
|
5503
|
-
fill:
|
|
5463
|
+
fill: Y.silhouette
|
|
5504
5464
|
}
|
|
5505
5465
|
),
|
|
5506
5466
|
/* @__PURE__ */ e(
|
|
5507
5467
|
"path",
|
|
5508
5468
|
{
|
|
5509
5469
|
d: "M39.0489 24.4037C39.131 24.4037 39.2154 24.3944 39.2986 24.3768C42.7316 23.6127 46.6755 23.185 51.0207 23.11C51.659 23.0983 52.1677 22.5651 52.1561 21.917C52.1446 21.2701 51.652 20.7451 50.9791 20.7662C46.4813 20.8448 42.3835 21.2889 38.8015 22.0881C38.1782 22.2264 37.7828 22.8522 37.9204 23.4838C38.0395 24.0311 38.5182 24.4037 39.0489 24.4037Z",
|
|
5510
|
-
fill:
|
|
5470
|
+
fill: Y.silhouette
|
|
5511
5471
|
}
|
|
5512
5472
|
),
|
|
5513
5473
|
/* @__PURE__ */ e(
|
|
5514
5474
|
"path",
|
|
5515
5475
|
{
|
|
5516
5476
|
d: "M32.5406 26.6215C32.7407 26.6215 32.9442 26.57 33.128 26.4586C33.1315 26.4563 33.5096 26.2336 34.2889 25.9055C34.8786 25.6582 35.1584 24.9727 34.9144 24.3739C34.6704 23.775 33.9917 23.4926 33.4032 23.7399C32.4632 24.1348 31.9926 24.4149 31.9417 24.4465C31.396 24.7782 31.219 25.4942 31.544 26.0485C31.7613 26.4164 32.1452 26.6204 32.5395 26.6204L32.5406 26.6215Z",
|
|
5517
|
-
fill:
|
|
5477
|
+
fill: Y.silhouette
|
|
5518
5478
|
}
|
|
5519
5479
|
),
|
|
5520
5480
|
/* @__PURE__ */ e(
|
|
5521
5481
|
"path",
|
|
5522
5482
|
{
|
|
5523
5483
|
d: "M92.7251 26.7272L82.3845 29.3124C81.6929 29.4856 80.9911 29.0642 80.8179 28.3727C80.6447 27.6799 81.066 26.978 81.7576 26.8048L92.0982 24.2196C92.791 24.0464 93.4929 24.4678 93.6661 25.1593C93.8393 25.8521 93.4179 26.554 92.7251 26.7272Z",
|
|
5524
|
-
fill:
|
|
5484
|
+
fill: Y.accent,
|
|
5525
5485
|
fillOpacity: "0.65"
|
|
5526
5486
|
}
|
|
5527
5487
|
),
|
|
@@ -5529,7 +5489,7 @@ function Yn({ width: t, height: r }) {
|
|
|
5529
5489
|
"path",
|
|
5530
5490
|
{
|
|
5531
5491
|
d: "M94.4649 11.0082L80.2465 21.3488C79.6701 21.7676 78.8609 21.6409 78.4408 21.0632C78.022 20.4867 78.1487 19.6775 78.7265 19.2574L92.9448 8.91682C93.5213 8.49803 94.3305 8.6247 94.7505 9.20248C95.1693 9.77897 95.0414 10.5881 94.4649 11.0082Z",
|
|
5532
|
-
fill:
|
|
5492
|
+
fill: Y.accent,
|
|
5533
5493
|
fillOpacity: "0.65"
|
|
5534
5494
|
}
|
|
5535
5495
|
),
|
|
@@ -5537,7 +5497,7 @@ function Yn({ width: t, height: r }) {
|
|
|
5537
5497
|
"path",
|
|
5538
5498
|
{
|
|
5539
5499
|
d: "M78.0091 10.6269L74.1314 17.0898C73.7643 17.7025 72.9706 17.9002 72.358 17.5331C71.7466 17.1673 71.5475 16.3724 71.9146 15.7597L75.7923 9.29684C76.1594 8.68545 76.9544 8.48769 77.5657 8.85349C78.1784 9.22058 78.3762 10.0155 78.0091 10.6269Z",
|
|
5540
|
-
fill:
|
|
5500
|
+
fill: Y.accent,
|
|
5541
5501
|
fillOpacity: "0.65"
|
|
5542
5502
|
}
|
|
5543
5503
|
)
|
|
@@ -5545,7 +5505,7 @@ function Yn({ width: t, height: r }) {
|
|
|
5545
5505
|
}
|
|
5546
5506
|
) });
|
|
5547
5507
|
}
|
|
5548
|
-
const
|
|
5508
|
+
const bo = ({
|
|
5549
5509
|
title: t = "create",
|
|
5550
5510
|
children: r,
|
|
5551
5511
|
onClickAction: n,
|
|
@@ -5560,9 +5520,9 @@ const wo = ({
|
|
|
5560
5520
|
const g = () => {
|
|
5561
5521
|
switch (o) {
|
|
5562
5522
|
case "primary":
|
|
5563
|
-
return /* @__PURE__ */ e(
|
|
5523
|
+
return /* @__PURE__ */ e(G, { children: l ? /* @__PURE__ */ e(T, { primary: !0, iconLeft: l, onClick: n, children: h || t }) : /* @__PURE__ */ e(T, { primary: !0, onClick: n, children: h || t }) });
|
|
5564
5524
|
case "secondary":
|
|
5565
|
-
return /* @__PURE__ */ e(
|
|
5525
|
+
return /* @__PURE__ */ e(G, { children: l ? /* @__PURE__ */ e(T, { secondary: !0, iconLeft: l, onClick: n, children: i ? /* @__PURE__ */ e(
|
|
5566
5526
|
D,
|
|
5567
5527
|
{
|
|
5568
5528
|
fontFamily: "Poppins",
|
|
@@ -5571,11 +5531,11 @@ const wo = ({
|
|
|
5571
5531
|
style: { color: "var(--sa-background-success, #28ac6e)" },
|
|
5572
5532
|
children: h || t
|
|
5573
5533
|
}
|
|
5574
|
-
) : t }) : /* @__PURE__ */ e(
|
|
5534
|
+
) : t }) : /* @__PURE__ */ e(T, { secondary: !0, onClick: n, children: h || t }) });
|
|
5575
5535
|
case "success":
|
|
5576
|
-
return /* @__PURE__ */ e(
|
|
5536
|
+
return /* @__PURE__ */ e(G, { children: l ? /* @__PURE__ */ e(T, { success: !0, iconLeft: l, onClick: n, children: h || t }) : /* @__PURE__ */ e(T, { success: !0, onClick: n, children: h || t }) });
|
|
5577
5537
|
default:
|
|
5578
|
-
return /* @__PURE__ */ e(
|
|
5538
|
+
return /* @__PURE__ */ e(G, { children: l ? /* @__PURE__ */ e(T, { primary: !0, iconLeft: l, onClick: n, children: h || t }) : /* @__PURE__ */ e(T, { primary: !0, onClick: n, children: h || t }) });
|
|
5579
5539
|
}
|
|
5580
5540
|
};
|
|
5581
5541
|
return /* @__PURE__ */ u(
|
|
@@ -5591,22 +5551,22 @@ const wo = ({
|
|
|
5591
5551
|
customHeight: a,
|
|
5592
5552
|
children: [
|
|
5593
5553
|
d || /* @__PURE__ */ e(Yn, {}),
|
|
5594
|
-
/* @__PURE__ */ e(f, { children: r.map((
|
|
5554
|
+
/* @__PURE__ */ e(f, { children: r.map((m, y) => /* @__PURE__ */ e(
|
|
5595
5555
|
pe.Body1,
|
|
5596
5556
|
{
|
|
5597
5557
|
props: {
|
|
5598
5558
|
align: "center",
|
|
5599
5559
|
textAlign: "center"
|
|
5600
5560
|
},
|
|
5601
|
-
children:
|
|
5561
|
+
children: y > 2 ? null : m
|
|
5602
5562
|
},
|
|
5603
|
-
|
|
5563
|
+
y
|
|
5604
5564
|
)) }),
|
|
5605
5565
|
s ? g() : null
|
|
5606
5566
|
]
|
|
5607
5567
|
}
|
|
5608
5568
|
);
|
|
5609
|
-
},
|
|
5569
|
+
}, B = {
|
|
5610
5570
|
c001A72: "#001A72",
|
|
5611
5571
|
c64B5F6: "#64B5F6",
|
|
5612
5572
|
c98B4CB: "#98B4CB",
|
|
@@ -5617,7 +5577,7 @@ const wo = ({
|
|
|
5617
5577
|
cFFFFFF: "#FFFFFF"
|
|
5618
5578
|
};
|
|
5619
5579
|
function Xn({ width: t, height: r }) {
|
|
5620
|
-
return /* @__PURE__ */ e(
|
|
5580
|
+
return /* @__PURE__ */ e(G, { children: /* @__PURE__ */ u(
|
|
5621
5581
|
"svg",
|
|
5622
5582
|
{
|
|
5623
5583
|
width: t,
|
|
@@ -5630,23 +5590,23 @@ function Xn({ width: t, height: r }) {
|
|
|
5630
5590
|
"path",
|
|
5631
5591
|
{
|
|
5632
5592
|
d: "M32.4375 254.5H612.437",
|
|
5633
|
-
stroke:
|
|
5593
|
+
stroke: B.c64B5F6,
|
|
5634
5594
|
strokeWidth: "5",
|
|
5635
5595
|
strokeLinecap: "round"
|
|
5636
5596
|
}
|
|
5637
5597
|
),
|
|
5638
|
-
/* @__PURE__ */ e("rect", { x: "216.562", y: "45.5605", width: "55", height: "20", fill:
|
|
5639
|
-
/* @__PURE__ */ e("rect", { x: "14.4375", y: "89.7803", width: "46", height: "20", fill:
|
|
5640
|
-
/* @__PURE__ */ e("rect", { x: "0.4375", y: "111.78", width: "46", height: "20", fill:
|
|
5641
|
-
/* @__PURE__ */ e("rect", { x: "0.4375", y: "67.7803", width: "46", height: "20", fill:
|
|
5642
|
-
/* @__PURE__ */ e("rect", { x: "344.312", y: "0.5", width: "55", height: "20", fill:
|
|
5643
|
-
/* @__PURE__ */ e("rect", { x: "549.562", y: "86.7803", width: "55", height: "20", fill:
|
|
5644
|
-
/* @__PURE__ */ e("rect", { x: "566.562", y: "64.7803", width: "55", height: "20", fill:
|
|
5598
|
+
/* @__PURE__ */ e("rect", { x: "216.562", y: "45.5605", width: "55", height: "20", fill: B.cD6EBFD }),
|
|
5599
|
+
/* @__PURE__ */ e("rect", { x: "14.4375", y: "89.7803", width: "46", height: "20", fill: B.cD6EBFD }),
|
|
5600
|
+
/* @__PURE__ */ e("rect", { x: "0.4375", y: "111.78", width: "46", height: "20", fill: B.cD6EBFD }),
|
|
5601
|
+
/* @__PURE__ */ e("rect", { x: "0.4375", y: "67.7803", width: "46", height: "20", fill: B.cD6EBFD }),
|
|
5602
|
+
/* @__PURE__ */ e("rect", { x: "344.312", y: "0.5", width: "55", height: "20", fill: B.cD6EBFD }),
|
|
5603
|
+
/* @__PURE__ */ e("rect", { x: "549.562", y: "86.7803", width: "55", height: "20", fill: B.cD6EBFD }),
|
|
5604
|
+
/* @__PURE__ */ e("rect", { x: "566.562", y: "64.7803", width: "55", height: "20", fill: B.cD6EBFD }),
|
|
5645
5605
|
/* @__PURE__ */ e(
|
|
5646
5606
|
"path",
|
|
5647
5607
|
{
|
|
5648
5608
|
d: "M233.438 165.217C233.438 132.764 239.035 107.198 250.231 88.5189C261.596 69.8396 279.832 60.5 304.938 60.5C330.043 60.5 348.194 69.8396 359.389 88.5189C370.755 107.198 376.438 132.764 376.438 165.217C376.438 198.047 370.755 223.802 359.389 242.481C348.194 261.16 330.043 270.5 304.938 270.5C279.832 270.5 261.596 261.16 250.231 242.481C239.035 223.802 233.438 198.047 233.438 165.217ZM333.69 165.217C333.69 146.16 331.824 131.538 328.092 121.349C324.36 110.972 316.642 105.783 304.938 105.783C293.233 105.783 285.515 110.972 281.783 121.349C278.051 131.538 276.185 146.16 276.185 165.217C276.185 178.047 276.863 188.708 278.22 197.198C279.577 205.5 282.292 212.292 286.363 217.575C290.604 222.67 296.795 225.217 304.938 225.217C313.08 225.217 319.187 222.67 323.258 217.575C327.499 212.292 330.298 205.5 331.655 197.198C333.012 188.708 333.69 178.047 333.69 165.217Z",
|
|
5649
|
-
fill:
|
|
5609
|
+
fill: B.cD0E5F7
|
|
5650
5610
|
}
|
|
5651
5611
|
),
|
|
5652
5612
|
/* @__PURE__ */ e(
|
|
@@ -5655,7 +5615,7 @@ function Xn({ width: t, height: r }) {
|
|
|
5655
5615
|
fillRule: "evenodd",
|
|
5656
5616
|
clipRule: "evenodd",
|
|
5657
5617
|
d: "M50.4375 235.124V194.28L138.96 60.5H192.466V191.32H215.438V235.124H192.466V249.5H144.563V235.124H50.4375ZM100.862 191.32L147.925 116.143V191.32H100.862Z",
|
|
5658
|
-
fill:
|
|
5618
|
+
fill: B.cBBDEFB,
|
|
5659
5619
|
fillOpacity: "0.6"
|
|
5660
5620
|
}
|
|
5661
5621
|
),
|
|
@@ -5665,41 +5625,41 @@ function Xn({ width: t, height: r }) {
|
|
|
5665
5625
|
fillRule: "evenodd",
|
|
5666
5626
|
clipRule: "evenodd",
|
|
5667
5627
|
d: "M394.438 235.124V194.28L482.96 60.5H536.466V191.32H559.438V235.124H536.466V249.5H488.563V235.124H394.438ZM444.862 191.32L491.925 116.143V191.32H444.862Z",
|
|
5668
|
-
fill:
|
|
5628
|
+
fill: B.cBBDEFB,
|
|
5669
5629
|
fillOpacity: "0.6"
|
|
5670
5630
|
}
|
|
5671
5631
|
),
|
|
5672
|
-
/* @__PURE__ */ e("path", { d: "M349.472 171.5H261.64V186.396H349.472V171.5Z", fill:
|
|
5673
|
-
/* @__PURE__ */ e("path", { d: "M261.64 171.5L244.719 186.396H261.64V171.5Z", fill:
|
|
5632
|
+
/* @__PURE__ */ e("path", { d: "M349.472 171.5H261.64V186.396H349.472V171.5Z", fill: B.c98B4CB }),
|
|
5633
|
+
/* @__PURE__ */ e("path", { d: "M261.64 171.5L244.719 186.396H261.64V171.5Z", fill: B.c98B4CB }),
|
|
5674
5634
|
/* @__PURE__ */ e(
|
|
5675
5635
|
"path",
|
|
5676
5636
|
{
|
|
5677
5637
|
d: "M363.574 186.396L349.472 171.5V186.396H363.574Z",
|
|
5678
|
-
fill:
|
|
5638
|
+
fill: B.c98B4CB
|
|
5679
5639
|
}
|
|
5680
5640
|
),
|
|
5681
5641
|
/* @__PURE__ */ e(
|
|
5682
5642
|
"path",
|
|
5683
5643
|
{
|
|
5684
5644
|
d: "M244.719 200.89V264.5H363.574V200.89M244.719 200.89H233.438L244.719 186.396M244.719 200.89H363.574M363.574 200.89H372.437L363.574 186.396M244.719 186.396L261.64 171.5M244.719 186.396H261.64M363.574 186.396L349.472 171.5M363.574 186.396H349.472M261.64 171.5H349.472M261.64 171.5V186.396M349.472 171.5V186.396M349.472 186.396H261.64",
|
|
5685
|
-
stroke:
|
|
5645
|
+
stroke: B.c000000,
|
|
5686
5646
|
strokeWidth: "2"
|
|
5687
5647
|
}
|
|
5688
5648
|
),
|
|
5689
|
-
/* @__PURE__ */ e("rect", { x: "246.438", y: "202.5", width: "116", height: "60", fill:
|
|
5649
|
+
/* @__PURE__ */ e("rect", { x: "246.438", y: "202.5", width: "116", height: "60", fill: B.cFFFFFF }),
|
|
5690
5650
|
/* @__PURE__ */ e(
|
|
5691
5651
|
"path",
|
|
5692
5652
|
{
|
|
5693
5653
|
d: "M245.536 187.5H362.959L369.438 198.5H237.438L245.536 187.5Z",
|
|
5694
|
-
fill:
|
|
5654
|
+
fill: B.cFFFFFF
|
|
5695
5655
|
}
|
|
5696
5656
|
),
|
|
5697
5657
|
/* @__PURE__ */ e(
|
|
5698
5658
|
"path",
|
|
5699
5659
|
{
|
|
5700
5660
|
d: "M332.438 129.846C332.438 141.175 329.183 152.403 323.949 160.772C318.699 169.168 311.592 174.5 303.938 174.5C296.283 174.5 289.176 169.168 283.926 160.772C278.692 152.403 275.438 141.175 275.438 129.846C275.438 118.458 277.838 109.628 282.543 103.663C287.216 97.7387 294.274 94.5 303.938 94.5C313.601 94.5 320.659 97.7387 325.332 103.663C330.037 109.628 332.438 118.458 332.438 129.846Z",
|
|
5701
|
-
fill:
|
|
5702
|
-
stroke:
|
|
5661
|
+
fill: B.cFFFFFF,
|
|
5662
|
+
stroke: B.c000000,
|
|
5703
5663
|
strokeWidth: "2"
|
|
5704
5664
|
}
|
|
5705
5665
|
),
|
|
@@ -5707,7 +5667,7 @@ function Xn({ width: t, height: r }) {
|
|
|
5707
5667
|
"path",
|
|
5708
5668
|
{
|
|
5709
5669
|
d: "M281.438 145.5C284.032 154.136 285.762 158.682 290.951 164.591M292.681 166.409C293.624 167.647 295.708 169.591 297.438 170.5",
|
|
5710
|
-
stroke:
|
|
5670
|
+
stroke: B.c000000,
|
|
5711
5671
|
strokeWidth: "2",
|
|
5712
5672
|
strokeLinecap: "round",
|
|
5713
5673
|
strokeLinejoin: "round"
|
|
@@ -5717,7 +5677,7 @@ function Xn({ width: t, height: r }) {
|
|
|
5717
5677
|
"path",
|
|
5718
5678
|
{
|
|
5719
5679
|
d: "M304.438 175C299.54 176.339 297.208 177.876 293.938 182.5M304.438 175C301.183 178.041 299.537 178.883 299.438 182.5M304.438 175C308.173 177.107 309.635 178.834 311.438 182.5",
|
|
5720
|
-
stroke:
|
|
5680
|
+
stroke: B.c000000,
|
|
5721
5681
|
strokeWidth: "2",
|
|
5722
5682
|
strokeLinecap: "round",
|
|
5723
5683
|
strokeLinejoin: "round"
|
|
@@ -5727,7 +5687,7 @@ function Xn({ width: t, height: r }) {
|
|
|
5727
5687
|
"path",
|
|
5728
5688
|
{
|
|
5729
5689
|
d: "M304.936 175.5C303.438 180 302.529 181.628 304.936 186.5",
|
|
5730
|
-
stroke:
|
|
5690
|
+
stroke: B.c000000,
|
|
5731
5691
|
strokeWidth: "2",
|
|
5732
5692
|
strokeLinecap: "round",
|
|
5733
5693
|
strokeLinejoin: "round"
|
|
@@ -5737,30 +5697,30 @@ function Xn({ width: t, height: r }) {
|
|
|
5737
5697
|
"path",
|
|
5738
5698
|
{
|
|
5739
5699
|
d: "M288.178 120.981C289.969 120.93 290.921 121.313 292.167 122.754",
|
|
5740
|
-
stroke:
|
|
5700
|
+
stroke: B.c000000,
|
|
5741
5701
|
strokeWidth: "2",
|
|
5742
5702
|
strokeLinecap: "round",
|
|
5743
5703
|
strokeLinejoin: "round"
|
|
5744
5704
|
}
|
|
5745
5705
|
),
|
|
5746
|
-
/* @__PURE__ */ e("circle", { cx: "291.724", cy: "118.765", r: "3.1027", fill:
|
|
5706
|
+
/* @__PURE__ */ e("circle", { cx: "291.724", cy: "118.765", r: "3.1027", fill: B.c000000 }),
|
|
5747
5707
|
/* @__PURE__ */ e(
|
|
5748
5708
|
"path",
|
|
5749
5709
|
{
|
|
5750
5710
|
d: "M308.128 122.463C309.123 120.973 309.987 120.418 311.883 120.237",
|
|
5751
|
-
stroke:
|
|
5711
|
+
stroke: B.c000000,
|
|
5752
5712
|
strokeWidth: "2",
|
|
5753
5713
|
strokeLinecap: "round",
|
|
5754
5714
|
strokeLinejoin: "round"
|
|
5755
5715
|
}
|
|
5756
5716
|
),
|
|
5757
|
-
/* @__PURE__ */ e("circle", { cx: "307.681", cy: "118.765", r: "3.1027", fill:
|
|
5758
|
-
/* @__PURE__ */ e("ellipse", { cx: "297.938", cy: "134.5", rx: "2.5", ry: "2", fill:
|
|
5717
|
+
/* @__PURE__ */ e("circle", { cx: "307.681", cy: "118.765", r: "3.1027", fill: B.c000000 }),
|
|
5718
|
+
/* @__PURE__ */ e("ellipse", { cx: "297.938", cy: "134.5", rx: "2.5", ry: "2", fill: B.c000000 }),
|
|
5759
5719
|
/* @__PURE__ */ e(
|
|
5760
5720
|
"path",
|
|
5761
5721
|
{
|
|
5762
5722
|
d: "M340.437 97.5L333.438 104.5M333.438 97.5L340.438 104.5",
|
|
5763
|
-
stroke:
|
|
5723
|
+
stroke: B.c001A72,
|
|
5764
5724
|
strokeWidth: "2",
|
|
5765
5725
|
strokeLinecap: "round",
|
|
5766
5726
|
strokeLinejoin: "round"
|
|
@@ -5770,7 +5730,7 @@ function Xn({ width: t, height: r }) {
|
|
|
5770
5730
|
"path",
|
|
5771
5731
|
{
|
|
5772
5732
|
d: "M265.437 115.5L260.438 120.5M260.438 115.5L265.438 120.5",
|
|
5773
|
-
stroke:
|
|
5733
|
+
stroke: B.c001A72,
|
|
5774
5734
|
strokeWidth: "1.2",
|
|
5775
5735
|
strokeLinecap: "round",
|
|
5776
5736
|
strokeLinejoin: "round"
|
|
@@ -5780,7 +5740,7 @@ function Xn({ width: t, height: r }) {
|
|
|
5780
5740
|
"path",
|
|
5781
5741
|
{
|
|
5782
5742
|
d: "M288.437 87.5L283.438 92.5M283.438 87.5L288.438 92.5",
|
|
5783
|
-
stroke:
|
|
5743
|
+
stroke: B.c001A72,
|
|
5784
5744
|
strokeWidth: "1.2",
|
|
5785
5745
|
strokeLinecap: "round",
|
|
5786
5746
|
strokeLinejoin: "round"
|
|
@@ -5790,7 +5750,7 @@ function Xn({ width: t, height: r }) {
|
|
|
5790
5750
|
"path",
|
|
5791
5751
|
{
|
|
5792
5752
|
d: "M305.437 83.5L298.438 90.5M298.438 83.5L305.438 90.5",
|
|
5793
|
-
stroke:
|
|
5753
|
+
stroke: B.c001A72,
|
|
5794
5754
|
strokeWidth: "1.5",
|
|
5795
5755
|
strokeLinecap: "round",
|
|
5796
5756
|
strokeLinejoin: "round"
|
|
@@ -5800,27 +5760,27 @@ function Xn({ width: t, height: r }) {
|
|
|
5800
5760
|
"path",
|
|
5801
5761
|
{
|
|
5802
5762
|
d: "M342.437 145.5L337.438 150.5M337.438 145.5L342.438 150.5",
|
|
5803
|
-
stroke:
|
|
5763
|
+
stroke: B.c001A72,
|
|
5804
5764
|
strokeWidth: "1.2",
|
|
5805
5765
|
strokeLinecap: "round",
|
|
5806
5766
|
strokeLinejoin: "round"
|
|
5807
5767
|
}
|
|
5808
5768
|
),
|
|
5809
|
-
/* @__PURE__ */ e("circle", { cx: "339.938", cy: "111", r: "2.5", fill:
|
|
5810
|
-
/* @__PURE__ */ e("circle", { cx: "336.438", cy: "94.5", r: "1", fill:
|
|
5811
|
-
/* @__PURE__ */ e("circle", { cx: "347.438", cy: "99.5", r: "1", fill:
|
|
5812
|
-
/* @__PURE__ */ e("circle", { cx: "267.438", cy: "109.5", r: "2", fill:
|
|
5813
|
-
/* @__PURE__ */ e("circle", { cx: "293.438", cy: "85.5", r: "2", fill:
|
|
5814
|
-
/* @__PURE__ */ e("circle", { cx: "339.438", cy: "138.5", r: "2", fill:
|
|
5815
|
-
/* @__PURE__ */ e("circle", { cx: "267.438", cy: "150.5", r: "2", fill:
|
|
5816
|
-
/* @__PURE__ */ e("circle", { cx: "268.438", cy: "118.5", r: "1", fill:
|
|
5817
|
-
/* @__PURE__ */ e("circle", { cx: "260.438", cy: "124.5", r: "1", fill:
|
|
5769
|
+
/* @__PURE__ */ e("circle", { cx: "339.938", cy: "111", r: "2.5", fill: B.c001A72 }),
|
|
5770
|
+
/* @__PURE__ */ e("circle", { cx: "336.438", cy: "94.5", r: "1", fill: B.c001A72 }),
|
|
5771
|
+
/* @__PURE__ */ e("circle", { cx: "347.438", cy: "99.5", r: "1", fill: B.c001A72 }),
|
|
5772
|
+
/* @__PURE__ */ e("circle", { cx: "267.438", cy: "109.5", r: "2", fill: B.c001A72 }),
|
|
5773
|
+
/* @__PURE__ */ e("circle", { cx: "293.438", cy: "85.5", r: "2", fill: B.c001A72 }),
|
|
5774
|
+
/* @__PURE__ */ e("circle", { cx: "339.438", cy: "138.5", r: "2", fill: B.c001A72 }),
|
|
5775
|
+
/* @__PURE__ */ e("circle", { cx: "267.438", cy: "150.5", r: "2", fill: B.c001A72 }),
|
|
5776
|
+
/* @__PURE__ */ e("circle", { cx: "268.438", cy: "118.5", r: "1", fill: B.c001A72 }),
|
|
5777
|
+
/* @__PURE__ */ e("circle", { cx: "260.438", cy: "124.5", r: "1", fill: B.c001A72 })
|
|
5818
5778
|
]
|
|
5819
5779
|
}
|
|
5820
5780
|
) });
|
|
5821
5781
|
}
|
|
5822
|
-
function
|
|
5823
|
-
const r =
|
|
5782
|
+
function wo({ onClick: t }) {
|
|
5783
|
+
const r = ie("md");
|
|
5824
5784
|
return /* @__PURE__ */ u(
|
|
5825
5785
|
f,
|
|
5826
5786
|
{
|
|
@@ -5850,7 +5810,7 @@ function ko({ onClick: t }) {
|
|
|
5850
5810
|
children: "Sorry, we couldn't find the page you are looking for"
|
|
5851
5811
|
}
|
|
5852
5812
|
),
|
|
5853
|
-
t && /* @__PURE__ */ e(
|
|
5813
|
+
t && /* @__PURE__ */ e(T, { size: r ? "md" : "xs", onClick: t, children: "Go Back" })
|
|
5854
5814
|
]
|
|
5855
5815
|
}
|
|
5856
5816
|
);
|
|
@@ -5877,7 +5837,7 @@ const A = {
|
|
|
5877
5837
|
cFFFFFF: "#FFFFFF"
|
|
5878
5838
|
};
|
|
5879
5839
|
function Kn({ width: t, height: r }) {
|
|
5880
|
-
return /* @__PURE__ */ e(
|
|
5840
|
+
return /* @__PURE__ */ e(G, { children: /* @__PURE__ */ u(
|
|
5881
5841
|
"svg",
|
|
5882
5842
|
{
|
|
5883
5843
|
width: t,
|
|
@@ -6091,8 +6051,8 @@ function Kn({ width: t, height: r }) {
|
|
|
6091
6051
|
}
|
|
6092
6052
|
) });
|
|
6093
6053
|
}
|
|
6094
|
-
function
|
|
6095
|
-
const r =
|
|
6054
|
+
function ko({ onClick: t }) {
|
|
6055
|
+
const r = ie("md");
|
|
6096
6056
|
return /* @__PURE__ */ u(
|
|
6097
6057
|
f,
|
|
6098
6058
|
{
|
|
@@ -6105,7 +6065,7 @@ function So({ onClick: t }) {
|
|
|
6105
6065
|
children: [
|
|
6106
6066
|
/* @__PURE__ */ e(Kn, { width: r ? 600 : 300 }),
|
|
6107
6067
|
/* @__PURE__ */ e(D, { fontWeight: "bold", fontSize: r ? "3xl" : "2xl", children: "We Are Sorry ..." }),
|
|
6108
|
-
t && /* @__PURE__ */ e(
|
|
6068
|
+
t && /* @__PURE__ */ e(T, { size: r ? "md" : "xs", onClick: t, children: "Go Back" })
|
|
6109
6069
|
]
|
|
6110
6070
|
}
|
|
6111
6071
|
);
|
|
@@ -6128,7 +6088,7 @@ const c = {
|
|
|
6128
6088
|
cFFFFFF: "#FFFFFF"
|
|
6129
6089
|
};
|
|
6130
6090
|
function ei({ width: t, height: r }) {
|
|
6131
|
-
return /* @__PURE__ */ e(
|
|
6091
|
+
return /* @__PURE__ */ e(G, { children: /* @__PURE__ */ u(
|
|
6132
6092
|
"svg",
|
|
6133
6093
|
{
|
|
6134
6094
|
width: t,
|
|
@@ -6799,8 +6759,8 @@ function ei({ width: t, height: r }) {
|
|
|
6799
6759
|
}
|
|
6800
6760
|
) });
|
|
6801
6761
|
}
|
|
6802
|
-
function
|
|
6803
|
-
const r =
|
|
6762
|
+
function So({ onClick: t }) {
|
|
6763
|
+
const r = ie("md");
|
|
6804
6764
|
return /* @__PURE__ */ u(
|
|
6805
6765
|
f,
|
|
6806
6766
|
{
|
|
@@ -6831,16 +6791,16 @@ function Fo({ onClick: t }) {
|
|
|
6831
6791
|
children: "we are trying to fix the problem"
|
|
6832
6792
|
}
|
|
6833
6793
|
),
|
|
6834
|
-
t && /* @__PURE__ */ e(
|
|
6794
|
+
t && /* @__PURE__ */ e(T, { size: r ? "md" : "xs", onClick: t, children: "Go Back" })
|
|
6835
6795
|
]
|
|
6836
6796
|
}
|
|
6837
6797
|
);
|
|
6838
6798
|
}
|
|
6839
|
-
const
|
|
6799
|
+
const Fo = (t) => {
|
|
6840
6800
|
var n, o, i, l, s;
|
|
6841
|
-
const r =
|
|
6801
|
+
const r = ie("md");
|
|
6842
6802
|
return /* @__PURE__ */ u(
|
|
6843
|
-
|
|
6803
|
+
ut,
|
|
6844
6804
|
{
|
|
6845
6805
|
isShow: t.isShow,
|
|
6846
6806
|
onHide: t.onHide,
|
|
@@ -6852,9 +6812,9 @@ const Eo = (t) => {
|
|
|
6852
6812
|
}
|
|
6853
6813
|
},
|
|
6854
6814
|
children: [
|
|
6855
|
-
/* @__PURE__ */ e(
|
|
6856
|
-
/* @__PURE__ */ e(
|
|
6857
|
-
/* @__PURE__ */ e(
|
|
6815
|
+
/* @__PURE__ */ e(Ot, { ...t.dialogTitleProps, children: typeof t.title == "string" ? /* @__PURE__ */ e(D, { fontSize: "lg", fontWeight: "medium", children: t.title }) : t.title }),
|
|
6816
|
+
/* @__PURE__ */ e(ht, { children: typeof t.description == "string" ? /* @__PURE__ */ e(D, { fontSize: "md", lineHeight: "leading-6", color: "tertiary", children: t.description }) : t.description }),
|
|
6817
|
+
/* @__PURE__ */ e(_t, { children: /* @__PURE__ */ e(
|
|
6858
6818
|
f,
|
|
6859
6819
|
{
|
|
6860
6820
|
display: "flex",
|
|
@@ -6870,7 +6830,7 @@ const Eo = (t) => {
|
|
|
6870
6830
|
gap: ((s = t.wrapperConfirmBtnProps) == null ? void 0 : s.gap) || "sm",
|
|
6871
6831
|
...t.wrapperConfirmBtnProps,
|
|
6872
6832
|
children: [
|
|
6873
|
-
t.onCancel && /* @__PURE__ */ e(
|
|
6833
|
+
t.onCancel && /* @__PURE__ */ e(T, { secondary: !0, onClick: t.onCancel, size: "md", fullWidth: !0, children: t.titleCancelBtn || "Cancel" }),
|
|
6874
6834
|
/* @__PURE__ */ e(
|
|
6875
6835
|
f,
|
|
6876
6836
|
{
|
|
@@ -6879,7 +6839,7 @@ const Eo = (t) => {
|
|
|
6879
6839
|
textWrap: "nowrap"
|
|
6880
6840
|
},
|
|
6881
6841
|
children: /* @__PURE__ */ e(
|
|
6882
|
-
|
|
6842
|
+
T,
|
|
6883
6843
|
{
|
|
6884
6844
|
...t.buttonConfirmProps,
|
|
6885
6845
|
onClick: t.onConfirm,
|
|
@@ -6899,7 +6859,7 @@ const Eo = (t) => {
|
|
|
6899
6859
|
},
|
|
6900
6860
|
t.key
|
|
6901
6861
|
);
|
|
6902
|
-
},
|
|
6862
|
+
}, Eo = ce(
|
|
6903
6863
|
({
|
|
6904
6864
|
children: t,
|
|
6905
6865
|
height: r,
|
|
@@ -6912,26 +6872,26 @@ const Eo = (t) => {
|
|
|
6912
6872
|
title: h,
|
|
6913
6873
|
titleTag: d,
|
|
6914
6874
|
action: g,
|
|
6915
|
-
actionContainer:
|
|
6916
|
-
containerProps:
|
|
6875
|
+
actionContainer: m,
|
|
6876
|
+
containerProps: y,
|
|
6917
6877
|
bodyProps: v,
|
|
6918
6878
|
headerProps: E = { borderBottom: !0 },
|
|
6919
6879
|
footerProps: x = { borderTop: !0 },
|
|
6920
|
-
variantTag:
|
|
6880
|
+
variantTag: V = "info"
|
|
6921
6881
|
}) => {
|
|
6922
|
-
const
|
|
6923
|
-
|
|
6882
|
+
const Z = ne(null), [N, q] = k("100vh");
|
|
6883
|
+
j(() => {
|
|
6924
6884
|
const H = () => {
|
|
6925
|
-
if (
|
|
6926
|
-
const
|
|
6927
|
-
|
|
6885
|
+
if (Z.current) {
|
|
6886
|
+
const P = Z.current.getBoundingClientRect().top;
|
|
6887
|
+
q(`calc(100vh - ${P}px)`);
|
|
6928
6888
|
}
|
|
6929
6889
|
};
|
|
6930
6890
|
return H(), window.addEventListener("resize", H), () => window.removeEventListener("resize", H);
|
|
6931
6891
|
}, []);
|
|
6932
|
-
const
|
|
6892
|
+
const M = () => d ? /* @__PURE__ */ u(f, { direction: "row", gap: "sm", align: "center", children: [
|
|
6933
6893
|
/* @__PURE__ */ e(D, { fontWeight: "medium", children: h }),
|
|
6934
|
-
/* @__PURE__ */ e(
|
|
6894
|
+
/* @__PURE__ */ e(Le, { border: !0, text: d, variant: V })
|
|
6935
6895
|
] }) : /* @__PURE__ */ e(D, { fontWeight: "medium", children: h }), ae = () => s || /* @__PURE__ */ u(
|
|
6936
6896
|
f,
|
|
6937
6897
|
{
|
|
@@ -6940,15 +6900,15 @@ const Eo = (t) => {
|
|
|
6940
6900
|
align: "flex-start",
|
|
6941
6901
|
gap: "md",
|
|
6942
6902
|
children: [
|
|
6943
|
-
/* @__PURE__ */ e(f, { children: h ?
|
|
6944
|
-
/* @__PURE__ */ e(f, { ...
|
|
6903
|
+
/* @__PURE__ */ e(f, { children: h ? M() : null }),
|
|
6904
|
+
/* @__PURE__ */ e(f, { ...m, children: g ?? null })
|
|
6945
6905
|
]
|
|
6946
6906
|
}
|
|
6947
|
-
),
|
|
6907
|
+
), J = !!(s || h || g);
|
|
6948
6908
|
return /* @__PURE__ */ u(
|
|
6949
6909
|
f,
|
|
6950
6910
|
{
|
|
6951
|
-
ref:
|
|
6911
|
+
ref: Z,
|
|
6952
6912
|
height: r,
|
|
6953
6913
|
customMinHeight: n,
|
|
6954
6914
|
customHeight: o,
|
|
@@ -6956,15 +6916,15 @@ const Eo = (t) => {
|
|
|
6956
6916
|
paddingInline: i,
|
|
6957
6917
|
bg: "white",
|
|
6958
6918
|
direction: "column",
|
|
6959
|
-
...
|
|
6919
|
+
...y,
|
|
6960
6920
|
style: {
|
|
6961
6921
|
backgroundColor: "var(--sa-background-primary, #ffffff)",
|
|
6962
6922
|
display: "flex",
|
|
6963
|
-
minHeight:
|
|
6964
|
-
...(
|
|
6923
|
+
minHeight: N,
|
|
6924
|
+
...(y == null ? void 0 : y.style) ?? {}
|
|
6965
6925
|
},
|
|
6966
6926
|
children: [
|
|
6967
|
-
s !== null &&
|
|
6927
|
+
s !== null && J ? /* @__PURE__ */ e(tr, { ...E, children: ae() }) : null,
|
|
6968
6928
|
/* @__PURE__ */ e(
|
|
6969
6929
|
f,
|
|
6970
6930
|
{
|
|
@@ -6983,7 +6943,7 @@ const Eo = (t) => {
|
|
|
6983
6943
|
}
|
|
6984
6944
|
);
|
|
6985
6945
|
}
|
|
6986
|
-
),
|
|
6946
|
+
), Mo = Ge.memo(
|
|
6987
6947
|
({ value: t, options: r = [], onChange: n, multiple: o }) => {
|
|
6988
6948
|
const i = (t == null ? void 0 : t.map((a) => a.value)) || [], l = (r == null ? void 0 : r.filter((a) => i.includes(a.value))) || [], s = (a) => {
|
|
6989
6949
|
const h = [...l];
|
|
@@ -6991,7 +6951,7 @@ const Eo = (t) => {
|
|
|
6991
6951
|
o ? d = i.includes(a.value) ? h.filter((g) => g.value !== a.value) : [...h, a] : d = [a], n == null || n(d);
|
|
6992
6952
|
};
|
|
6993
6953
|
return /* @__PURE__ */ e(f, { direction: "row", gap: "sm", flexWrap: "wrap", children: r == null ? void 0 : r.map((a, h) => /* @__PURE__ */ e(
|
|
6994
|
-
|
|
6954
|
+
T,
|
|
6995
6955
|
{
|
|
6996
6956
|
...i.includes(a.value) ? { primary: !0 } : { secondary: !0 },
|
|
6997
6957
|
onClick: () => s(a),
|
|
@@ -7001,39 +6961,39 @@ const Eo = (t) => {
|
|
|
7001
6961
|
)) });
|
|
7002
6962
|
}
|
|
7003
6963
|
);
|
|
7004
|
-
function
|
|
6964
|
+
function Dt(t) {
|
|
7005
6965
|
return null;
|
|
7006
6966
|
}
|
|
7007
|
-
|
|
7008
|
-
function
|
|
6967
|
+
Dt.displayName = "LayoutDialog.Header";
|
|
6968
|
+
function vt(t) {
|
|
7009
6969
|
return null;
|
|
7010
6970
|
}
|
|
7011
|
-
|
|
7012
|
-
function
|
|
6971
|
+
vt.displayName = "LayoutDialog.Body";
|
|
6972
|
+
function bt(t) {
|
|
7013
6973
|
return null;
|
|
7014
6974
|
}
|
|
7015
|
-
|
|
7016
|
-
function
|
|
6975
|
+
bt.displayName = "LayoutDialog.Aside";
|
|
6976
|
+
function wt(t) {
|
|
7017
6977
|
return null;
|
|
7018
6978
|
}
|
|
7019
|
-
|
|
7020
|
-
const
|
|
7021
|
-
"lyd-root": "_lyd-
|
|
7022
|
-
"lyd-backdrop": "_lyd-
|
|
7023
|
-
"lyd-panel": "_lyd-
|
|
7024
|
-
"lyd-modal": "_lyd-
|
|
7025
|
-
"lyd-fullscreen": "_lyd-
|
|
7026
|
-
"lyd-sidebar": "_lyd-
|
|
7027
|
-
"lyd-header": "_lyd-
|
|
7028
|
-
"lyd-header-content": "_lyd-header-
|
|
7029
|
-
"lyd-header-actions": "_lyd-header-
|
|
7030
|
-
"lyd-main": "_lyd-
|
|
7031
|
-
"lyd-body": "_lyd-
|
|
7032
|
-
"lyd-aside": "_lyd-
|
|
7033
|
-
"lyd-footer": "_lyd-
|
|
7034
|
-
"lyd-vm-group": "_lyd-vm-
|
|
7035
|
-
"lyd-vm-btn": "_lyd-vm-
|
|
7036
|
-
"lyd-close-btn": "_lyd-close-
|
|
6979
|
+
wt.displayName = "LayoutDialog.Footer";
|
|
6980
|
+
const re = {
|
|
6981
|
+
"lyd-root": "_lyd-root_1e92c_1",
|
|
6982
|
+
"lyd-backdrop": "_lyd-backdrop_1e92c_28",
|
|
6983
|
+
"lyd-panel": "_lyd-panel_1e92c_37",
|
|
6984
|
+
"lyd-modal": "_lyd-modal_1e92c_48",
|
|
6985
|
+
"lyd-fullscreen": "_lyd-fullscreen_1e92c_58",
|
|
6986
|
+
"lyd-sidebar": "_lyd-sidebar_1e92c_66",
|
|
6987
|
+
"lyd-header": "_lyd-header_1e92c_94",
|
|
6988
|
+
"lyd-header-content": "_lyd-header-content_1e92c_105",
|
|
6989
|
+
"lyd-header-actions": "_lyd-header-actions_1e92c_113",
|
|
6990
|
+
"lyd-main": "_lyd-main_1e92c_120",
|
|
6991
|
+
"lyd-body": "_lyd-body_1e92c_127",
|
|
6992
|
+
"lyd-aside": "_lyd-aside_1e92c_133",
|
|
6993
|
+
"lyd-footer": "_lyd-footer_1e92c_149",
|
|
6994
|
+
"lyd-vm-group": "_lyd-vm-group_1e92c_162",
|
|
6995
|
+
"lyd-vm-btn": "_lyd-vm-btn_1e92c_170",
|
|
6996
|
+
"lyd-close-btn": "_lyd-close-btn_1e92c_193"
|
|
7037
6997
|
}, ti = [
|
|
7038
6998
|
{
|
|
7039
6999
|
mode: "sidebar",
|
|
@@ -7052,11 +7012,11 @@ const ee = {
|
|
|
7052
7012
|
}
|
|
7053
7013
|
];
|
|
7054
7014
|
function ri({ value: t, onChange: r }) {
|
|
7055
|
-
return /* @__PURE__ */ e("div", { className:
|
|
7015
|
+
return /* @__PURE__ */ e("div", { className: re["lyd-vm-group"], role: "group", "aria-label": "View mode", children: ti.map((n) => /* @__PURE__ */ e(
|
|
7056
7016
|
"button",
|
|
7057
7017
|
{
|
|
7058
7018
|
type: "button",
|
|
7059
|
-
className:
|
|
7019
|
+
className: re["lyd-vm-btn"],
|
|
7060
7020
|
"data-active": t === n.mode,
|
|
7061
7021
|
"aria-label": `Switch to ${n.label} view`,
|
|
7062
7022
|
"aria-pressed": t === n.mode,
|
|
@@ -7087,19 +7047,19 @@ function ni() {
|
|
|
7087
7047
|
}
|
|
7088
7048
|
);
|
|
7089
7049
|
}
|
|
7090
|
-
const
|
|
7050
|
+
const lt = {
|
|
7091
7051
|
md: "768px",
|
|
7092
7052
|
lg: "1024px",
|
|
7093
7053
|
xl: "1200px",
|
|
7094
7054
|
"2xl": "1440px"
|
|
7095
7055
|
};
|
|
7096
7056
|
function ii(t) {
|
|
7097
|
-
return t ? t in
|
|
7057
|
+
return t ? t in lt ? lt[t] : t : lt.xl;
|
|
7098
7058
|
}
|
|
7099
|
-
function
|
|
7059
|
+
function $e(t, r) {
|
|
7100
7060
|
let n = null;
|
|
7101
|
-
return
|
|
7102
|
-
|
|
7061
|
+
return Ge.Children.forEach(t, (o) => {
|
|
7062
|
+
Ge.isValidElement(o) && o.type === r && (n = o.props.children ?? null);
|
|
7103
7063
|
}), n;
|
|
7104
7064
|
}
|
|
7105
7065
|
function oi(t) {
|
|
@@ -7112,78 +7072,80 @@ function oi(t) {
|
|
|
7112
7072
|
showViewModeToggle: s = !0,
|
|
7113
7073
|
showCloseButton: a = !0,
|
|
7114
7074
|
size: h,
|
|
7115
|
-
|
|
7116
|
-
|
|
7075
|
+
asideWidth: d,
|
|
7076
|
+
disableEscapeClose: g = !1,
|
|
7077
|
+
disableBackdropClose: m = !1,
|
|
7117
7078
|
lockBodyScroll: y = !0,
|
|
7118
|
-
children:
|
|
7119
|
-
} = t, [
|
|
7120
|
-
(
|
|
7121
|
-
o === void 0 &&
|
|
7079
|
+
children: v
|
|
7080
|
+
} = t, [E, x] = k(i), V = o ?? E, N = ie("md") ? V : "fullscreen", q = De(
|
|
7081
|
+
(Q) => {
|
|
7082
|
+
o === void 0 && x(Q), l == null || l(Q);
|
|
7122
7083
|
},
|
|
7123
7084
|
[o, l]
|
|
7124
|
-
),
|
|
7125
|
-
|
|
7085
|
+
), M = ne(null);
|
|
7086
|
+
j(() => {
|
|
7126
7087
|
if (!(!r || !y))
|
|
7127
|
-
return
|
|
7128
|
-
document.body.style.overflow =
|
|
7088
|
+
return M.current = document.body.style.overflow, document.body.style.overflow = "hidden", () => {
|
|
7089
|
+
document.body.style.overflow = M.current ?? "";
|
|
7129
7090
|
};
|
|
7130
|
-
}, [r, y]),
|
|
7131
|
-
if (!r ||
|
|
7132
|
-
const
|
|
7133
|
-
|
|
7091
|
+
}, [r, y]), j(() => {
|
|
7092
|
+
if (!r || g) return;
|
|
7093
|
+
const Q = (K) => {
|
|
7094
|
+
K.key === "Escape" && n();
|
|
7134
7095
|
};
|
|
7135
|
-
return window.addEventListener("keydown",
|
|
7136
|
-
}, [r,
|
|
7137
|
-
const
|
|
7138
|
-
() =>
|
|
7139
|
-
[
|
|
7140
|
-
),
|
|
7141
|
-
() =>
|
|
7142
|
-
[
|
|
7143
|
-
), q = he(
|
|
7144
|
-
() => Ue(m, kt),
|
|
7145
|
-
[m]
|
|
7096
|
+
return window.addEventListener("keydown", Q), () => window.removeEventListener("keydown", Q);
|
|
7097
|
+
}, [r, g, n]);
|
|
7098
|
+
const ae = he(
|
|
7099
|
+
() => $e(v, Dt),
|
|
7100
|
+
[v]
|
|
7101
|
+
), J = he(
|
|
7102
|
+
() => $e(v, vt),
|
|
7103
|
+
[v]
|
|
7146
7104
|
), H = he(
|
|
7147
|
-
() =>
|
|
7148
|
-
[
|
|
7105
|
+
() => $e(v, bt),
|
|
7106
|
+
[v]
|
|
7107
|
+
), P = he(
|
|
7108
|
+
() => $e(v, wt),
|
|
7109
|
+
[v]
|
|
7149
7110
|
);
|
|
7150
7111
|
if (!r) return null;
|
|
7151
|
-
const
|
|
7152
|
-
|
|
7153
|
-
|
|
7154
|
-
|
|
7155
|
-
|
|
7156
|
-
].filter(Boolean).join(" "),
|
|
7157
|
-
"--lyd-max-w": ii(h)
|
|
7158
|
-
|
|
7159
|
-
|
|
7112
|
+
const oe = [
|
|
7113
|
+
re["lyd-panel"],
|
|
7114
|
+
N === "modal" && re["lyd-modal"],
|
|
7115
|
+
N === "fullscreen" && re["lyd-fullscreen"],
|
|
7116
|
+
N === "sidebar" && re["lyd-sidebar"]
|
|
7117
|
+
].filter(Boolean).join(" "), le = {
|
|
7118
|
+
"--lyd-max-w": ii(h),
|
|
7119
|
+
...d !== void 0 && { "--lyd-aside-w": d }
|
|
7120
|
+
}, $ = () => {
|
|
7121
|
+
m || n();
|
|
7160
7122
|
};
|
|
7161
7123
|
return /* @__PURE__ */ u(
|
|
7162
7124
|
"div",
|
|
7163
7125
|
{
|
|
7164
|
-
className:
|
|
7165
|
-
style:
|
|
7126
|
+
className: re["lyd-root"],
|
|
7127
|
+
style: le,
|
|
7166
7128
|
role: "dialog",
|
|
7167
7129
|
"aria-modal": "true",
|
|
7168
7130
|
children: [
|
|
7169
7131
|
/* @__PURE__ */ e(
|
|
7170
7132
|
"div",
|
|
7171
7133
|
{
|
|
7172
|
-
className:
|
|
7173
|
-
onClick:
|
|
7134
|
+
className: re["lyd-backdrop"],
|
|
7135
|
+
onClick: $,
|
|
7174
7136
|
"aria-hidden": "true"
|
|
7175
7137
|
}
|
|
7176
7138
|
),
|
|
7177
|
-
/* @__PURE__ */ u("div", { className:
|
|
7178
|
-
/* @__PURE__ */ u("div", { className:
|
|
7179
|
-
/* @__PURE__ */ e("div", { className:
|
|
7180
|
-
/* @__PURE__ */ u("div", { className:
|
|
7181
|
-
s && /* @__PURE__ */ e(ri, { value:
|
|
7139
|
+
/* @__PURE__ */ u("div", { className: oe, children: [
|
|
7140
|
+
/* @__PURE__ */ u("div", { className: re["lyd-header"], children: [
|
|
7141
|
+
/* @__PURE__ */ e("div", { className: re["lyd-header-content"], children: ae }),
|
|
7142
|
+
/* @__PURE__ */ u("div", { className: re["lyd-header-actions"], children: [
|
|
7143
|
+
s && /* @__PURE__ */ e(ri, { value: V, onChange: q }),
|
|
7182
7144
|
a && /* @__PURE__ */ e(
|
|
7183
7145
|
"button",
|
|
7184
7146
|
{
|
|
7185
7147
|
type: "button",
|
|
7186
|
-
className:
|
|
7148
|
+
className: re["lyd-close-btn"],
|
|
7187
7149
|
onClick: n,
|
|
7188
7150
|
"aria-label": "Close dialog",
|
|
7189
7151
|
children: /* @__PURE__ */ e(w, { name: "Cross", size: "md" })
|
|
@@ -7191,23 +7153,23 @@ function oi(t) {
|
|
|
7191
7153
|
)
|
|
7192
7154
|
] })
|
|
7193
7155
|
] }),
|
|
7194
|
-
/* @__PURE__ */ u("div", { className:
|
|
7195
|
-
/* @__PURE__ */ e("div", { className:
|
|
7196
|
-
|
|
7156
|
+
/* @__PURE__ */ u("div", { className: re["lyd-main"], children: [
|
|
7157
|
+
/* @__PURE__ */ e("div", { className: re["lyd-body"], children: J }),
|
|
7158
|
+
H && /* @__PURE__ */ e("aside", { className: re["lyd-aside"], children: H })
|
|
7197
7159
|
] }),
|
|
7198
|
-
|
|
7160
|
+
P && /* @__PURE__ */ e("div", { className: re["lyd-footer"], children: P })
|
|
7199
7161
|
] })
|
|
7200
7162
|
]
|
|
7201
7163
|
}
|
|
7202
7164
|
);
|
|
7203
7165
|
}
|
|
7204
|
-
const
|
|
7205
|
-
|
|
7206
|
-
|
|
7207
|
-
|
|
7208
|
-
|
|
7209
|
-
const
|
|
7210
|
-
const { defaultTab: r = 0, paramKey: n = "tab" } = t || {}, [o, i] =
|
|
7166
|
+
const Ke = oi;
|
|
7167
|
+
Ke.Header = Dt;
|
|
7168
|
+
Ke.Body = vt;
|
|
7169
|
+
Ke.Aside = bt;
|
|
7170
|
+
Ke.Footer = wt;
|
|
7171
|
+
const Lo = (t) => {
|
|
7172
|
+
const { defaultTab: r = 0, paramKey: n = "tab" } = t || {}, [o, i] = Ye(), l = Pe(o.toString());
|
|
7211
7173
|
return {
|
|
7212
7174
|
activeTab: l[n] ? parseInt(l[n]) : r,
|
|
7213
7175
|
handleTabChange: (h) => {
|
|
@@ -7219,13 +7181,13 @@ const Bo = (t) => {
|
|
|
7219
7181
|
searchQueries: l
|
|
7220
7182
|
};
|
|
7221
7183
|
};
|
|
7222
|
-
function
|
|
7184
|
+
function Bo({
|
|
7223
7185
|
appName: t,
|
|
7224
7186
|
menuConfig: r,
|
|
7225
7187
|
formatTitle: n
|
|
7226
7188
|
}) {
|
|
7227
|
-
const o =
|
|
7228
|
-
|
|
7189
|
+
const o = ze();
|
|
7190
|
+
j(() => {
|
|
7229
7191
|
let i = null, l = null;
|
|
7230
7192
|
for (const h of r) {
|
|
7231
7193
|
const d = h.items.find((g) => g.to ? g.to === "/" ? o.pathname === "/" : !!(g.to === o.pathname || o.pathname.startsWith(g.to + "/")) : !1);
|
|
@@ -7240,14 +7202,14 @@ function Wo({
|
|
|
7240
7202
|
document.title = (n || a)(s, t);
|
|
7241
7203
|
}, [o.pathname]);
|
|
7242
7204
|
}
|
|
7243
|
-
const
|
|
7244
|
-
const [t, r] =
|
|
7205
|
+
const Wo = () => {
|
|
7206
|
+
const [t, r] = Ye(), n = Pe(t.toString()), o = Jt(), i = ze(), l = o.id;
|
|
7245
7207
|
return {
|
|
7246
7208
|
// query params
|
|
7247
7209
|
setSearchParams: r,
|
|
7248
7210
|
searchParams: t,
|
|
7249
7211
|
searchQueries: n,
|
|
7250
|
-
isHasQuery: (g,
|
|
7212
|
+
isHasQuery: (g, m) => t.has(g) && t.get(g) === m,
|
|
7251
7213
|
getQueryParam: (g) => t.get(g),
|
|
7252
7214
|
// route params
|
|
7253
7215
|
getRouteParam: (g) => o[g],
|
|
@@ -7259,24 +7221,24 @@ const Ao = () => {
|
|
|
7259
7221
|
hasId: !!l
|
|
7260
7222
|
};
|
|
7261
7223
|
};
|
|
7262
|
-
function
|
|
7224
|
+
function Ao(t) {
|
|
7263
7225
|
var o, i;
|
|
7264
7226
|
const r = t.decodedAccessToken;
|
|
7265
7227
|
return he(() => {
|
|
7266
7228
|
var h, d;
|
|
7267
7229
|
const l = ((d = (h = r == null ? void 0 : r.access) == null ? void 0 : h.role) == null ? void 0 : d.code) ?? "", s = Object.keys(t.role).reduce(
|
|
7268
|
-
(g,
|
|
7269
|
-
const
|
|
7270
|
-
return { ...g, [
|
|
7230
|
+
(g, m) => {
|
|
7231
|
+
const y = `is${m.toLowerCase().replace(/(^\w|_\w)/g, (v) => v.replace("_", "").toUpperCase())}`;
|
|
7232
|
+
return { ...g, [y]: !1 };
|
|
7271
7233
|
},
|
|
7272
7234
|
{}
|
|
7273
7235
|
);
|
|
7274
7236
|
return {
|
|
7275
|
-
...Object.keys(t.role).reduce((g,
|
|
7276
|
-
const
|
|
7237
|
+
...Object.keys(t.role).reduce((g, m) => {
|
|
7238
|
+
const y = `is${m.toLowerCase().replace(/(^\w|_\w)/g, (v) => v.replace("_", "").toUpperCase())}`;
|
|
7277
7239
|
return {
|
|
7278
7240
|
...g,
|
|
7279
|
-
[
|
|
7241
|
+
[y]: l === t.role[m]
|
|
7280
7242
|
};
|
|
7281
7243
|
}, s),
|
|
7282
7244
|
hasRole: (g) => l === t.role[g],
|
|
@@ -7285,49 +7247,48 @@ function Ho(t) {
|
|
|
7285
7247
|
}, [(i = (o = r == null ? void 0 : r.access) == null ? void 0 : o.role) == null ? void 0 : i.code, t]);
|
|
7286
7248
|
}
|
|
7287
7249
|
export {
|
|
7288
|
-
|
|
7250
|
+
Ui as ActionMenu,
|
|
7289
7251
|
fn as AdvanceFilterBar,
|
|
7290
7252
|
Vi as App,
|
|
7291
7253
|
kr as AppComponent,
|
|
7292
7254
|
Qt as AppContext,
|
|
7293
|
-
|
|
7294
|
-
|
|
7295
|
-
|
|
7255
|
+
Ti as AppLayout,
|
|
7256
|
+
Co as AsideBar,
|
|
7257
|
+
Oi as BackButton,
|
|
7296
7258
|
xn as ColumnFilterDropdown,
|
|
7297
|
-
|
|
7259
|
+
Fo as ConfirmationDialog,
|
|
7298
7260
|
vn as DataTable,
|
|
7299
|
-
|
|
7300
|
-
|
|
7301
|
-
|
|
7261
|
+
O as DecisionWrapper,
|
|
7262
|
+
Ct as EachUtils,
|
|
7263
|
+
bo as EmptyStatePage,
|
|
7302
7264
|
hn as FilterDrawer,
|
|
7303
|
-
|
|
7304
|
-
|
|
7305
|
-
|
|
7306
|
-
|
|
7265
|
+
Do as FloatingFooter,
|
|
7266
|
+
ko as ForbiddenPage,
|
|
7267
|
+
xo as Form,
|
|
7268
|
+
Eo as FullSection,
|
|
7307
7269
|
Ri as HeaderLeftSlot,
|
|
7308
7270
|
Er as HeaderLeftSlotOutlet,
|
|
7309
7271
|
Fr as HeaderLeftSlotProvider,
|
|
7310
7272
|
Zi as HorizontalField,
|
|
7311
7273
|
Rn as InputFile,
|
|
7312
7274
|
Gn as InputImage,
|
|
7313
|
-
|
|
7314
|
-
|
|
7315
|
-
|
|
7316
|
-
|
|
7317
|
-
|
|
7318
|
-
ji as ModalDialog,
|
|
7275
|
+
Ke as LayoutDialog,
|
|
7276
|
+
bt as LayoutDialogAside,
|
|
7277
|
+
vt as LayoutDialogBody,
|
|
7278
|
+
wt as LayoutDialogFooter,
|
|
7279
|
+
Dt as LayoutDialogHeader,
|
|
7319
7280
|
_i as ModuleSwitcher,
|
|
7320
7281
|
Ar as ModuleSwitcherModal,
|
|
7321
|
-
|
|
7322
|
-
|
|
7323
|
-
|
|
7324
|
-
|
|
7282
|
+
wo as NotFoundPage,
|
|
7283
|
+
ji as PageLayout,
|
|
7284
|
+
Xe as Pressable,
|
|
7285
|
+
Or as RightDrawer,
|
|
7325
7286
|
Pn as ScrollToTopButton,
|
|
7326
|
-
|
|
7287
|
+
$i as Section,
|
|
7327
7288
|
rr as SectionFooter,
|
|
7328
7289
|
tr as SectionHeader,
|
|
7329
|
-
|
|
7330
|
-
|
|
7290
|
+
Mo as SelectButton,
|
|
7291
|
+
So as ServerErrorPage,
|
|
7331
7292
|
br as SidebarBadgesProvider,
|
|
7332
7293
|
zi as SidebarGroupSlot,
|
|
7333
7294
|
Lr as SidebarGroupSlotOutlet,
|
|
@@ -7335,51 +7296,51 @@ export {
|
|
|
7335
7296
|
Sr as SidebarHeaderSlot,
|
|
7336
7297
|
pn as TableFooter,
|
|
7337
7298
|
mn as TableHeader,
|
|
7338
|
-
|
|
7299
|
+
Yi as TableSection,
|
|
7339
7300
|
gn as TableWrapper,
|
|
7340
|
-
|
|
7301
|
+
po as ToggleStatus,
|
|
7341
7302
|
pe as Typography,
|
|
7342
|
-
|
|
7303
|
+
vo as VerticalField,
|
|
7343
7304
|
Ni as clearModuleSelection,
|
|
7344
|
-
|
|
7345
|
-
|
|
7346
|
-
|
|
7347
|
-
|
|
7305
|
+
Xi as createInitialFromUserName,
|
|
7306
|
+
no as cssVars,
|
|
7307
|
+
lo as formHasChanged,
|
|
7308
|
+
ro as formatDate,
|
|
7348
7309
|
Mn as formatDateToIndonesian,
|
|
7349
|
-
|
|
7350
|
-
|
|
7351
|
-
|
|
7352
|
-
|
|
7353
|
-
|
|
7354
|
-
|
|
7310
|
+
eo as formatRupiah,
|
|
7311
|
+
Pi as getDateFilterValue,
|
|
7312
|
+
Ji as getDateRangeFilterValue,
|
|
7313
|
+
to as getInitials,
|
|
7314
|
+
Gi as getValueDropdownMultipleFilter,
|
|
7315
|
+
qi as getValueRadioFilter,
|
|
7355
7316
|
un as getValueSearch,
|
|
7356
|
-
|
|
7357
|
-
|
|
7358
|
-
|
|
7359
|
-
|
|
7360
|
-
|
|
7361
|
-
|
|
7362
|
-
|
|
7363
|
-
|
|
7364
|
-
|
|
7365
|
-
|
|
7366
|
-
|
|
7367
|
-
|
|
7368
|
-
|
|
7369
|
-
|
|
7317
|
+
it as getValuesFilter,
|
|
7318
|
+
zt as handleChangeFilter,
|
|
7319
|
+
yo as handleOnScroll,
|
|
7320
|
+
fo as isEmail,
|
|
7321
|
+
Qi as isFilterActive,
|
|
7322
|
+
ao as isOnlyLettersAndSpaces,
|
|
7323
|
+
co as isPhoneNumber,
|
|
7324
|
+
go as isSlug,
|
|
7325
|
+
io as oneDayInMs,
|
|
7326
|
+
Ki as parseIndonesianDateToDate,
|
|
7327
|
+
mo as preventNonCoordinateInput,
|
|
7328
|
+
ho as preventNonNumberAndDecimalInput,
|
|
7329
|
+
so as preventNonNumberInput,
|
|
7330
|
+
uo as preventNumberInput,
|
|
7370
7331
|
cn as resolveDateRangeValueToString,
|
|
7371
7332
|
an as resolveDateValueToString,
|
|
7372
7333
|
on as resolveDropdownValueToString,
|
|
7373
7334
|
ln as resolveRadioValueToString,
|
|
7374
|
-
|
|
7375
|
-
|
|
7335
|
+
rt as resolveSidebarBadge,
|
|
7336
|
+
oo as textWidth,
|
|
7376
7337
|
Yt as useApp,
|
|
7377
7338
|
vr as useAppState,
|
|
7378
|
-
|
|
7379
|
-
|
|
7339
|
+
Ao as useAuthRole,
|
|
7340
|
+
Bo as useDynamicTitle,
|
|
7380
7341
|
er as useModuleSelection,
|
|
7381
|
-
|
|
7382
|
-
|
|
7342
|
+
xt as useRouteInfo,
|
|
7343
|
+
Wo as useRouteParams,
|
|
7383
7344
|
wr as useSidebarBadges,
|
|
7384
|
-
|
|
7345
|
+
Lo as useTabState
|
|
7385
7346
|
};
|