@starasia/admin 6.6.3 → 6.6.4
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/TableSection/types.d.ts +4 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +920 -933
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3,45 +3,45 @@ 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
|
|
6
|
+
import { Breadcrumb as lr, BreadcrumbItem as Et, BreadcrumbLink as cr } from "@starasia/breadcrumb";
|
|
7
7
|
export * from "@starasia/breadcrumb";
|
|
8
8
|
import { Button as N } from "@starasia/button";
|
|
9
9
|
export * from "@starasia/button";
|
|
10
10
|
export * from "@starasia/card";
|
|
11
|
-
import { StarasiaDate as
|
|
11
|
+
import { StarasiaDate as ar } from "@starasia/date";
|
|
12
12
|
export * from "@starasia/date";
|
|
13
|
-
import { Dialog as ut, DialogTitle as
|
|
13
|
+
import { Dialog as ut, DialogTitle as Zt, DialogBody as ft, DialogFooter as $t } from "@starasia/dialog";
|
|
14
14
|
export * from "@starasia/dialog";
|
|
15
|
-
import { Drawer as
|
|
15
|
+
import { Drawer as sr } from "@starasia/drawer";
|
|
16
16
|
export * from "@starasia/drawer";
|
|
17
|
-
import { Dropdown as
|
|
17
|
+
import { Dropdown as gt } from "@starasia/dropdown";
|
|
18
18
|
export * from "@starasia/dropdown";
|
|
19
19
|
import { useMediaQuery as ne } from "@starasia/hooks";
|
|
20
20
|
export * from "@starasia/hooks";
|
|
21
21
|
import { searchParamsToObject as Pe } from "@starasia/http";
|
|
22
22
|
export * from "@starasia/http";
|
|
23
|
-
import { Input as
|
|
23
|
+
import { Input as mt } from "@starasia/input";
|
|
24
24
|
export * from "@starasia/input";
|
|
25
|
-
import { Menu as
|
|
25
|
+
import { Menu as Gt, MenuButton as Ge, MenuLists as qt, MenuHeading as dr, MenuBody as Ut, MenuFooter as hr } from "@starasia/menu";
|
|
26
26
|
export * from "@starasia/menu";
|
|
27
|
-
import { Pagination as
|
|
27
|
+
import { Pagination as ur } from "@starasia/pagination";
|
|
28
28
|
export * from "@starasia/pagination";
|
|
29
29
|
export * from "@starasia/storage";
|
|
30
|
-
import { Tr as
|
|
30
|
+
import { Tr as Ve, Td as Se, Table as Jt, Thead as fr, Th as Mt, Tbody as gr } from "@starasia/table";
|
|
31
31
|
export * from "@starasia/table";
|
|
32
32
|
export * from "@starasia/tabs";
|
|
33
|
-
import { Textarea as
|
|
33
|
+
import { Textarea as mr } from "@starasia/textarea";
|
|
34
34
|
export * from "@starasia/textarea";
|
|
35
|
-
import { useTheme as
|
|
35
|
+
import { useTheme as yr, ThemeProvider as Lt, useColor as pr } from "@starasia/theme";
|
|
36
36
|
export * from "@starasia/theme";
|
|
37
37
|
export * from "@starasia/toast";
|
|
38
|
-
import { Toggle as
|
|
38
|
+
import { Toggle as Pt } from "@starasia/toggle";
|
|
39
39
|
export * from "@starasia/toggle";
|
|
40
|
-
import { Tooltip as
|
|
40
|
+
import { Tooltip as ue } from "@starasia/tooltip";
|
|
41
41
|
export * from "@starasia/tooltip";
|
|
42
|
-
import { Checkbox as
|
|
42
|
+
import { Checkbox as at } from "@starasia/checkbox";
|
|
43
43
|
export * from "@starasia/checkbox";
|
|
44
|
-
import { Radio as
|
|
44
|
+
import { Radio as xr } from "@starasia/radio";
|
|
45
45
|
export * from "@starasia/radio";
|
|
46
46
|
import { Text as x } from "@starasia/text";
|
|
47
47
|
export * from "@starasia/text";
|
|
@@ -53,15 +53,15 @@ 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 Re } from "@starasia/skeleton";
|
|
57
57
|
export * from "@starasia/skeleton";
|
|
58
58
|
export * from "@starasia/progress-stepper";
|
|
59
59
|
import { jsx as e, Fragment as q, jsxs as s } from "react/jsx-runtime";
|
|
60
|
-
import qe, { createContext as Qe, useState as k, useContext as We, useCallback as ve, useMemo as
|
|
61
|
-
import { useSearchParams as Ye, useNavigate as
|
|
62
|
-
import
|
|
63
|
-
import
|
|
64
|
-
const
|
|
60
|
+
import qe, { createContext as Qe, useState as k, useContext as We, useCallback as ve, useMemo as fe, memo as ce, useEffect as $, useRef as ie, useLayoutEffect as st, isValidElement as dt, forwardRef as Qt, Children as Cr, useImperativeHandle as vr } from "react";
|
|
61
|
+
import { useSearchParams as Ye, useNavigate as yt, useLocation as Te, Outlet as Wt, Link as Ue, useParams as Yt } from "react-router";
|
|
62
|
+
import br, { createPortal as Xt } from "react-dom";
|
|
63
|
+
import Dr from "react-easy-crop";
|
|
64
|
+
const wr = {
|
|
65
65
|
menus: [],
|
|
66
66
|
menuBottom: void 0,
|
|
67
67
|
logo: "",
|
|
@@ -69,7 +69,7 @@ const vr = {
|
|
|
69
69
|
userData: null,
|
|
70
70
|
setUserData: () => {
|
|
71
71
|
}
|
|
72
|
-
},
|
|
72
|
+
}, Kt = Qe(wr), er = () => We(Kt), kr = (t) => {
|
|
73
73
|
const [r, i] = k(
|
|
74
74
|
(t == null ? void 0 : t.initialUserData) || null
|
|
75
75
|
);
|
|
@@ -77,7 +77,7 @@ const vr = {
|
|
|
77
77
|
userData: r,
|
|
78
78
|
setUserData: i
|
|
79
79
|
};
|
|
80
|
-
},
|
|
80
|
+
}, tr = Qe({
|
|
81
81
|
badges: {},
|
|
82
82
|
setBadge: () => {
|
|
83
83
|
},
|
|
@@ -85,48 +85,48 @@ const vr = {
|
|
|
85
85
|
},
|
|
86
86
|
clearBadge: () => {
|
|
87
87
|
}
|
|
88
|
-
}),
|
|
88
|
+
}), Sr = ({ children: t }) => {
|
|
89
89
|
const [r, i] = k({}), o = ve(
|
|
90
90
|
(a) => {
|
|
91
91
|
i(
|
|
92
|
-
(
|
|
92
|
+
(u) => typeof a == "function" ? a(u) : a
|
|
93
93
|
);
|
|
94
94
|
},
|
|
95
95
|
[]
|
|
96
96
|
), n = ve(
|
|
97
|
-
(a,
|
|
97
|
+
(a, u) => {
|
|
98
98
|
i((d) => {
|
|
99
|
-
const g = typeof
|
|
99
|
+
const g = typeof u == "function" ? u(d[a]) : u;
|
|
100
100
|
return { ...d, [a]: g };
|
|
101
101
|
});
|
|
102
102
|
},
|
|
103
103
|
[]
|
|
104
104
|
), l = ve((a) => {
|
|
105
|
-
i((
|
|
106
|
-
if (!(a in
|
|
107
|
-
const d = { ...
|
|
105
|
+
i((u) => {
|
|
106
|
+
if (!(a in u)) return u;
|
|
107
|
+
const d = { ...u };
|
|
108
108
|
return delete d[a], d;
|
|
109
109
|
});
|
|
110
|
-
}, []),
|
|
110
|
+
}, []), h = fe(
|
|
111
111
|
() => ({ badges: r, setBadge: n, setBadges: o, clearBadge: l }),
|
|
112
112
|
[r, n, o, l]
|
|
113
113
|
);
|
|
114
|
-
return /* @__PURE__ */ e(
|
|
115
|
-
},
|
|
114
|
+
return /* @__PURE__ */ e(tr.Provider, { value: h, children: t });
|
|
115
|
+
}, Fr = () => We(tr), it = (t, r) => {
|
|
116
116
|
const i = r !== void 0 ? r : t;
|
|
117
117
|
return i == null ? null : typeof i == "string" || typeof i == "number" ? { value: i } : i;
|
|
118
|
-
},
|
|
118
|
+
}, Er = ({
|
|
119
119
|
router: t,
|
|
120
120
|
menus: r = [],
|
|
121
121
|
menuBottom: i,
|
|
122
122
|
logo: o,
|
|
123
123
|
appName: n = "Workspace",
|
|
124
124
|
initialUserData: l,
|
|
125
|
-
theme:
|
|
125
|
+
theme: h
|
|
126
126
|
}) => {
|
|
127
|
-
const a =
|
|
127
|
+
const a = kr({ initialUserData: l }), { theme: u } = yr();
|
|
128
128
|
return /* @__PURE__ */ e(
|
|
129
|
-
|
|
129
|
+
Kt.Provider,
|
|
130
130
|
{
|
|
131
131
|
value: {
|
|
132
132
|
logo: o,
|
|
@@ -136,11 +136,11 @@ const vr = {
|
|
|
136
136
|
setUserData: a.setUserData,
|
|
137
137
|
menuBottom: i
|
|
138
138
|
},
|
|
139
|
-
children: /* @__PURE__ */ e(
|
|
139
|
+
children: /* @__PURE__ */ e(Sr, { children: h ? /* @__PURE__ */ e(Lt, { value: h, children: t }) : u ? /* @__PURE__ */ e(Lt, { value: u, children: t }) : t })
|
|
140
140
|
}
|
|
141
141
|
);
|
|
142
|
-
},
|
|
143
|
-
function
|
|
142
|
+
}, Tn = ce(Er);
|
|
143
|
+
function Mr({
|
|
144
144
|
collapsed: t = !1,
|
|
145
145
|
children: r
|
|
146
146
|
}) {
|
|
@@ -177,11 +177,11 @@ function Sr({
|
|
|
177
177
|
}
|
|
178
178
|
);
|
|
179
179
|
}
|
|
180
|
-
const
|
|
181
|
-
function
|
|
182
|
-
const [r, i] = k(null), [o, n] = k(null), [l,
|
|
180
|
+
const pt = Qe(null);
|
|
181
|
+
function Lr({ children: t }) {
|
|
182
|
+
const [r, i] = k(null), [o, n] = k(null), [l, h] = k(null), [a, u] = k(0), d = ve(() => (u((g) => g + 1), () => u((g) => g - 1)), []);
|
|
183
183
|
return /* @__PURE__ */ e(
|
|
184
|
-
|
|
184
|
+
pt.Provider,
|
|
185
185
|
{
|
|
186
186
|
value: {
|
|
187
187
|
prependNode: r,
|
|
@@ -189,7 +189,7 @@ function Fr({ children: t }) {
|
|
|
189
189
|
replaceNode: l,
|
|
190
190
|
setPrependNode: i,
|
|
191
191
|
setAppendNode: n,
|
|
192
|
-
setReplaceNode:
|
|
192
|
+
setReplaceNode: h,
|
|
193
193
|
replaceCount: a,
|
|
194
194
|
registerReplace: d
|
|
195
195
|
},
|
|
@@ -197,19 +197,19 @@ function Fr({ children: t }) {
|
|
|
197
197
|
}
|
|
198
198
|
);
|
|
199
199
|
}
|
|
200
|
-
function
|
|
201
|
-
const r = We(
|
|
200
|
+
function Wr({ children: t }) {
|
|
201
|
+
const r = We(pt);
|
|
202
202
|
return r ? /* @__PURE__ */ s(q, { 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
206
|
] }) : /* @__PURE__ */ e(q, { children: t });
|
|
207
207
|
}
|
|
208
|
-
function
|
|
208
|
+
function Nn({
|
|
209
209
|
children: t,
|
|
210
210
|
mode: r = "append"
|
|
211
211
|
}) {
|
|
212
|
-
const i = We(
|
|
212
|
+
const i = We(pt);
|
|
213
213
|
if ($(() => {
|
|
214
214
|
if (!(r !== "replace" || !i))
|
|
215
215
|
return i.registerReplace();
|
|
@@ -218,36 +218,36 @@ function Rn({
|
|
|
218
218
|
"[HeaderLeftSlot] used outside AppLayout — content not rendered"
|
|
219
219
|
), null;
|
|
220
220
|
const o = r === "prepend" ? i.prependNode : r === "replace" ? i.replaceNode : i.appendNode;
|
|
221
|
-
return o ?
|
|
221
|
+
return o ? Xt(t, o) : null;
|
|
222
222
|
}
|
|
223
|
-
const
|
|
224
|
-
function
|
|
225
|
-
const [r, i] = k({}), [o, n] = k({}), l = ve((
|
|
226
|
-
i((g) => g[
|
|
227
|
-
}, []),
|
|
223
|
+
const xt = Qe(null);
|
|
224
|
+
function Br({ children: t }) {
|
|
225
|
+
const [r, i] = k({}), [o, n] = k({}), l = ve((u, d) => {
|
|
226
|
+
i((g) => g[u] === d ? g : { ...g, [u]: d });
|
|
227
|
+
}, []), h = ve((u) => (n((d) => ({ ...d, [u]: (d[u] ?? 0) + 1 })), () => n((d) => ({
|
|
228
228
|
...d,
|
|
229
|
-
[
|
|
230
|
-
}))), []), a =
|
|
231
|
-
() => ({ outletNodes: r, setOutletNode: l, slotCounts: o, registerSlot:
|
|
232
|
-
[r, l, o,
|
|
229
|
+
[u]: Math.max(0, (d[u] ?? 0) - 1)
|
|
230
|
+
}))), []), a = fe(
|
|
231
|
+
() => ({ outletNodes: r, setOutletNode: l, slotCounts: o, registerSlot: h }),
|
|
232
|
+
[r, l, o, h]
|
|
233
233
|
);
|
|
234
|
-
return /* @__PURE__ */ e(
|
|
234
|
+
return /* @__PURE__ */ e(xt.Provider, { value: a, children: t });
|
|
235
235
|
}
|
|
236
|
-
function
|
|
237
|
-
const i = We(
|
|
236
|
+
function Ir({ slotKey: t, fallback: r }) {
|
|
237
|
+
const i = We(xt), o = i ? (i.slotCounts[t] ?? 0) > 0 : !1, n = ie(i == null ? void 0 : i.setOutletNode);
|
|
238
238
|
n.current = i == null ? void 0 : i.setOutletNode;
|
|
239
239
|
const l = ve(
|
|
240
|
-
(
|
|
240
|
+
(h) => {
|
|
241
241
|
var a;
|
|
242
|
-
return (a = n.current) == null ? void 0 : a.call(n, t,
|
|
242
|
+
return (a = n.current) == null ? void 0 : a.call(n, t, h);
|
|
243
243
|
},
|
|
244
244
|
[t]
|
|
245
245
|
// slotKey is a stable string from group config
|
|
246
246
|
);
|
|
247
247
|
return /* @__PURE__ */ e(q, { children: o ? /* @__PURE__ */ e("div", { ref: l, style: { display: "contents" } }) : r });
|
|
248
248
|
}
|
|
249
|
-
function
|
|
250
|
-
const i = We(
|
|
249
|
+
function On({ slotKey: t, children: r }) {
|
|
250
|
+
const i = We(xt), o = ie(i == null ? void 0 : i.registerSlot);
|
|
251
251
|
if (o.current = i == null ? void 0 : i.registerSlot, $(() => {
|
|
252
252
|
var l;
|
|
253
253
|
return (l = o.current) == null ? void 0 : l.call(o, t);
|
|
@@ -256,41 +256,41 @@ function Vn({ slotKey: t, children: r }) {
|
|
|
256
256
|
"[SidebarGroupSlot] used outside AppLayout — content not rendered"
|
|
257
257
|
), null;
|
|
258
258
|
const n = i.outletNodes[t];
|
|
259
|
-
return n ?
|
|
259
|
+
return n ? Xt(r, n) : null;
|
|
260
260
|
}
|
|
261
|
-
const Je = "moduleSwitcherGroupId",
|
|
262
|
-
function
|
|
261
|
+
const Je = "moduleSwitcherGroupId", ht = "sa-module-switcher-change";
|
|
262
|
+
function Bt() {
|
|
263
263
|
if (typeof window > "u") return null;
|
|
264
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
|
-
function
|
|
270
|
-
typeof window > "u" || (t === null ? window.localStorage.removeItem(Je) : window.localStorage.setItem(Je, String(t)), window.dispatchEvent(new CustomEvent(
|
|
269
|
+
function rr(t) {
|
|
270
|
+
typeof window > "u" || (t === null ? window.localStorage.removeItem(Je) : window.localStorage.setItem(Je, String(t)), window.dispatchEvent(new CustomEvent(ht, { detail: t })));
|
|
271
271
|
}
|
|
272
|
-
function
|
|
273
|
-
|
|
272
|
+
function _n() {
|
|
273
|
+
rr(null);
|
|
274
274
|
}
|
|
275
|
-
function
|
|
275
|
+
function ir() {
|
|
276
276
|
const [t, r] = k(
|
|
277
|
-
() =>
|
|
277
|
+
() => Bt()
|
|
278
278
|
);
|
|
279
279
|
return $(() => {
|
|
280
280
|
const o = () => {
|
|
281
|
-
r(
|
|
281
|
+
r(Bt());
|
|
282
282
|
}, n = (l) => {
|
|
283
283
|
l.key === Je && o();
|
|
284
284
|
};
|
|
285
|
-
return window.addEventListener(
|
|
286
|
-
window.removeEventListener(
|
|
285
|
+
return window.addEventListener(ht, o), window.addEventListener("storage", n), () => {
|
|
286
|
+
window.removeEventListener(ht, o), window.removeEventListener("storage", n);
|
|
287
287
|
};
|
|
288
288
|
}, []), { selectedGroupId: t, setSelectedGroupId: (o) => {
|
|
289
|
-
|
|
289
|
+
rr(o), r(o);
|
|
290
290
|
} };
|
|
291
291
|
}
|
|
292
|
-
let Ze = 0, ke = !1,
|
|
293
|
-
const
|
|
292
|
+
let Ze = 0, ke = !1, It = /* @__PURE__ */ new Set();
|
|
293
|
+
const At = () => /* @__PURE__ */ s(
|
|
294
294
|
"svg",
|
|
295
295
|
{
|
|
296
296
|
width: "100%",
|
|
@@ -307,7 +307,7 @@ const Wt = () => /* @__PURE__ */ s(
|
|
|
307
307
|
/* @__PURE__ */ e("line", { x1: "6", y1: "1.667", x2: "6", y2: "14.333" })
|
|
308
308
|
]
|
|
309
309
|
}
|
|
310
|
-
),
|
|
310
|
+
), Ht = {
|
|
311
311
|
width: "100%",
|
|
312
312
|
display: "flex",
|
|
313
313
|
alignItems: "center",
|
|
@@ -324,29 +324,29 @@ const Wt = () => /* @__PURE__ */ s(
|
|
|
324
324
|
cursor: "pointer",
|
|
325
325
|
textAlign: "left"
|
|
326
326
|
};
|
|
327
|
-
function
|
|
327
|
+
function jn({
|
|
328
328
|
children: t,
|
|
329
329
|
headerLeftSlot: r,
|
|
330
330
|
profile: i,
|
|
331
331
|
isLoadingProfile: o,
|
|
332
332
|
onLogout: n,
|
|
333
333
|
isLoggingOut: l,
|
|
334
|
-
loadingComponent:
|
|
334
|
+
loadingComponent: h,
|
|
335
335
|
sidebarHeaderContent: a,
|
|
336
|
-
headerActions:
|
|
336
|
+
headerActions: u,
|
|
337
337
|
profileRole: d,
|
|
338
338
|
profileMenuButtons: g,
|
|
339
339
|
profileMenuItems: m,
|
|
340
340
|
logoutButton: y
|
|
341
341
|
}) {
|
|
342
|
-
var Ee,
|
|
343
|
-
const [b] = Ye(), S = b.get("embed") === "true", C =
|
|
344
|
-
() => new Set(
|
|
345
|
-
), [ee, X] = k(null), { selectedGroupId: R, setSelectedGroupId: V } =
|
|
342
|
+
var Ee, je;
|
|
343
|
+
const [b] = Ye(), S = b.get("embed") === "true", C = er(), { badges: z } = Fr(), Z = yt(), T = Te(), M = !ne("md"), [ae, J] = k(!1), [A, P] = k(!1), [oe, le] = k(!1), [G, Q] = k(!1), [K, se] = k(
|
|
344
|
+
() => new Set(It)
|
|
345
|
+
), [ee, X] = k(null), { selectedGroupId: R, setSelectedGroupId: V } = ir();
|
|
346
346
|
$(() => {
|
|
347
|
-
|
|
347
|
+
It = K;
|
|
348
348
|
}, [K]);
|
|
349
|
-
const te = ie(null),
|
|
349
|
+
const te = ie(null), ge = ie(null);
|
|
350
350
|
$(() => {
|
|
351
351
|
const p = te.current;
|
|
352
352
|
if (!p) return;
|
|
@@ -355,20 +355,20 @@ function Nn({
|
|
|
355
355
|
};
|
|
356
356
|
return p.addEventListener("scroll", E), () => p.removeEventListener("scroll", E);
|
|
357
357
|
}, []);
|
|
358
|
-
const
|
|
358
|
+
const me = () => {
|
|
359
359
|
const p = te.current;
|
|
360
360
|
p && Ze > 0 && (ke = !0, p.scrollTop = Ze, requestAnimationFrame(() => {
|
|
361
361
|
ke = !1;
|
|
362
362
|
}));
|
|
363
363
|
};
|
|
364
|
-
|
|
365
|
-
ke = !0,
|
|
364
|
+
st(() => {
|
|
365
|
+
ke = !0, me();
|
|
366
366
|
const p = setTimeout(() => {
|
|
367
367
|
ke = !1;
|
|
368
368
|
}, 300);
|
|
369
369
|
return () => clearTimeout(p);
|
|
370
|
-
}, []),
|
|
371
|
-
C.menus.length > 0 && (Ze > 0 ?
|
|
370
|
+
}, []), st(() => {
|
|
371
|
+
C.menus.length > 0 && (Ze > 0 ? me() : requestAnimationFrame(() => {
|
|
372
372
|
var E;
|
|
373
373
|
const p = (E = te.current) == null ? void 0 : E.querySelector(
|
|
374
374
|
"[data-menu-active='true']"
|
|
@@ -376,15 +376,15 @@ function Nn({
|
|
|
376
376
|
p && p.scrollIntoView({ block: "center", behavior: "instant" });
|
|
377
377
|
}));
|
|
378
378
|
}, [C.menus]), $(() => {
|
|
379
|
-
ke = !0,
|
|
380
|
-
const p = setTimeout(
|
|
379
|
+
ke = !0, me();
|
|
380
|
+
const p = setTimeout(me, 0), E = setTimeout(me, 50), L = setTimeout(me, 100), v = setTimeout(me, 200), F = setTimeout(() => {
|
|
381
381
|
ke = !1;
|
|
382
382
|
}, 300);
|
|
383
383
|
return () => {
|
|
384
384
|
clearTimeout(p), clearTimeout(E), clearTimeout(L), clearTimeout(v), clearTimeout(F);
|
|
385
385
|
};
|
|
386
386
|
}, [T.pathname]), $(() => {
|
|
387
|
-
|
|
387
|
+
ge.current && (ge.current.scrollTop = 0);
|
|
388
388
|
}, [T.pathname]), $(() => {
|
|
389
389
|
M && le(!1);
|
|
390
390
|
}, [T.pathname, M]), $(() => {
|
|
@@ -392,19 +392,19 @@ function Nn({
|
|
|
392
392
|
}, [M]);
|
|
393
393
|
const Be = () => {
|
|
394
394
|
J(!0);
|
|
395
|
-
},
|
|
395
|
+
}, Ne = () => {
|
|
396
396
|
J(!1);
|
|
397
397
|
}, et = () => {
|
|
398
398
|
J(!1), n();
|
|
399
|
-
},
|
|
399
|
+
}, Oe = (p) => {
|
|
400
400
|
const E = [p.to];
|
|
401
401
|
return p.children && E.push(...p.children.map((L) => L.to)), E;
|
|
402
|
-
},
|
|
403
|
-
...C.menus.flatMap((p) => p.items.flatMap(
|
|
404
|
-
...((Ee = C.menuBottom) == null ? void 0 : Ee.flatMap(
|
|
402
|
+
}, Ie = [
|
|
403
|
+
...C.menus.flatMap((p) => p.items.flatMap(Oe)),
|
|
404
|
+
...((Ee = C.menuBottom) == null ? void 0 : Ee.flatMap(Oe)) ?? []
|
|
405
405
|
], de = (p) => {
|
|
406
406
|
if (!T.pathname.startsWith(p)) return !1;
|
|
407
|
-
const E =
|
|
407
|
+
const E = Ie.filter((L) => T.pathname.startsWith(L)).sort((L, v) => v.length - L.length)[0];
|
|
408
408
|
return p === E;
|
|
409
409
|
};
|
|
410
410
|
$(() => {
|
|
@@ -420,7 +420,7 @@ function Nn({
|
|
|
420
420
|
L.items.forEach(p);
|
|
421
421
|
}), (E = C.menuBottom) == null || E.forEach(p);
|
|
422
422
|
}, [T.pathname, C.menus, C.menuBottom]);
|
|
423
|
-
const
|
|
423
|
+
const _e = (p) => {
|
|
424
424
|
se((E) => {
|
|
425
425
|
const L = new Set(E);
|
|
426
426
|
return L.has(p) ? L.delete(p) : L.add(p), L;
|
|
@@ -429,7 +429,7 @@ function Nn({
|
|
|
429
429
|
$(() => {
|
|
430
430
|
C.menus.length !== 0 && R !== null && !C.menus.some((p) => p.id === R) && V(null);
|
|
431
431
|
}, [C.menus, R, V]);
|
|
432
|
-
const
|
|
432
|
+
const Ae = fe(() => {
|
|
433
433
|
if (R !== null)
|
|
434
434
|
return C.menus.filter(
|
|
435
435
|
(L) => L.id === R || L.parentGroupId === R
|
|
@@ -441,24 +441,24 @@ function Nn({
|
|
|
441
441
|
];
|
|
442
442
|
}, [C.menus, R]);
|
|
443
443
|
if (S)
|
|
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(Wt, {}) });
|
|
445
445
|
const Fe = (p) => {
|
|
446
|
-
const E = p.children && p.children.length > 0, L = K.has(p.id), v = E ? p.children.some((B) => de(B.to)) : de(p.to), F =
|
|
446
|
+
const E = p.children && p.children.length > 0, L = K.has(p.id), v = E ? p.children.some((B) => de(B.to)) : de(p.to), F = it(p.badge, z[p.id]), w = !!F && A && !M;
|
|
447
447
|
return /* @__PURE__ */ s("div", { "data-menu-active": v || void 0, children: [
|
|
448
448
|
/* @__PURE__ */ s(
|
|
449
449
|
"button",
|
|
450
450
|
{
|
|
451
451
|
onClick: (B) => {
|
|
452
452
|
if (E)
|
|
453
|
-
if (
|
|
454
|
-
const
|
|
453
|
+
if (A && !M) {
|
|
454
|
+
const H = B.currentTarget.getBoundingClientRect();
|
|
455
455
|
X({
|
|
456
456
|
item: p,
|
|
457
|
-
top:
|
|
458
|
-
left:
|
|
457
|
+
top: H.top,
|
|
458
|
+
left: H.right + 8
|
|
459
459
|
});
|
|
460
460
|
} else
|
|
461
|
-
|
|
461
|
+
_e(p.id);
|
|
462
462
|
else
|
|
463
463
|
Z(p.to);
|
|
464
464
|
},
|
|
@@ -466,10 +466,10 @@ function Nn({
|
|
|
466
466
|
width: "100%",
|
|
467
467
|
display: "flex",
|
|
468
468
|
alignItems: "center",
|
|
469
|
-
justifyContent:
|
|
469
|
+
justifyContent: A && !M ? "center" : void 0,
|
|
470
470
|
gap: "0.5rem",
|
|
471
|
-
paddingLeft:
|
|
472
|
-
paddingRight:
|
|
471
|
+
paddingLeft: A && !M ? "0" : "0.5rem",
|
|
472
|
+
paddingRight: A && !M ? "0" : "0.5rem",
|
|
473
473
|
paddingTop: "0.25rem",
|
|
474
474
|
paddingBottom: "0.25rem",
|
|
475
475
|
height: "2rem",
|
|
@@ -480,7 +480,7 @@ function Nn({
|
|
|
480
480
|
color: "var(--sa-text-primary, #292a2e)",
|
|
481
481
|
cursor: "pointer"
|
|
482
482
|
},
|
|
483
|
-
title:
|
|
483
|
+
title: A && !M ? p.title : void 0,
|
|
484
484
|
onMouseEnter: (B) => {
|
|
485
485
|
v || (B.currentTarget.style.backgroundColor = "var(--sa-background-neutral, #f0f1f2)");
|
|
486
486
|
},
|
|
@@ -517,7 +517,7 @@ function Nn({
|
|
|
517
517
|
]
|
|
518
518
|
}
|
|
519
519
|
),
|
|
520
|
-
(!
|
|
520
|
+
(!A || M) && /* @__PURE__ */ s(q, { children: [
|
|
521
521
|
/* @__PURE__ */ e(
|
|
522
522
|
"span",
|
|
523
523
|
{
|
|
@@ -571,9 +571,9 @@ function Nn({
|
|
|
571
571
|
]
|
|
572
572
|
}
|
|
573
573
|
),
|
|
574
|
-
E && (!
|
|
574
|
+
E && (!A || M) && (() => {
|
|
575
575
|
const B = p.children.findIndex(
|
|
576
|
-
(
|
|
576
|
+
(H) => de(H.to)
|
|
577
577
|
);
|
|
578
578
|
return /* @__PURE__ */ s(
|
|
579
579
|
"div",
|
|
@@ -621,15 +621,15 @@ function Nn({
|
|
|
621
621
|
}
|
|
622
622
|
}
|
|
623
623
|
),
|
|
624
|
-
p.children.map((
|
|
625
|
-
const
|
|
626
|
-
|
|
627
|
-
|
|
624
|
+
p.children.map((H) => {
|
|
625
|
+
const he = it(
|
|
626
|
+
H.badge,
|
|
627
|
+
z[H.id]
|
|
628
628
|
);
|
|
629
629
|
return /* @__PURE__ */ s(
|
|
630
630
|
"button",
|
|
631
631
|
{
|
|
632
|
-
onClick: () => Z(
|
|
632
|
+
onClick: () => Z(H.to),
|
|
633
633
|
style: {
|
|
634
634
|
width: "100%",
|
|
635
635
|
display: "flex",
|
|
@@ -640,24 +640,24 @@ function Nn({
|
|
|
640
640
|
paddingTop: "0.25rem",
|
|
641
641
|
paddingBottom: "0.25rem",
|
|
642
642
|
height: "2rem",
|
|
643
|
-
borderRadius: de(
|
|
643
|
+
borderRadius: de(H.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(H.to) ? "var(--sa-background-primary, #ffffff)" : "transparent",
|
|
646
|
+
color: de(H.to) ? "var(--sa-text-primary, #292a2e)" : "var(--sa-text-subtle, #505258)",
|
|
647
647
|
cursor: "pointer",
|
|
648
|
-
border: de(
|
|
648
|
+
border: de(H.to) ? "1px solid var(--sa-border-subtle, #0b120e24)" : "1px solid transparent"
|
|
649
649
|
},
|
|
650
650
|
onMouseEnter: (xe) => {
|
|
651
|
-
de(
|
|
651
|
+
de(H.to) || (xe.currentTarget.style.backgroundColor = "var(--sa-background-neutral, #f0f1f2)");
|
|
652
652
|
},
|
|
653
653
|
onMouseLeave: (xe) => {
|
|
654
|
-
de(
|
|
654
|
+
de(H.to) || (xe.currentTarget.style.backgroundColor = "transparent");
|
|
655
655
|
},
|
|
656
656
|
children: [
|
|
657
657
|
/* @__PURE__ */ e(
|
|
658
658
|
D,
|
|
659
659
|
{
|
|
660
|
-
name:
|
|
660
|
+
name: H.icon,
|
|
661
661
|
size: "sm",
|
|
662
662
|
style: { flexShrink: 0 }
|
|
663
663
|
}
|
|
@@ -674,21 +674,21 @@ function Nn({
|
|
|
674
674
|
overflow: "hidden",
|
|
675
675
|
textOverflow: "ellipsis"
|
|
676
676
|
},
|
|
677
|
-
children:
|
|
677
|
+
children: H.title
|
|
678
678
|
}
|
|
679
679
|
),
|
|
680
|
-
|
|
680
|
+
he && /* @__PURE__ */ e(
|
|
681
681
|
Le,
|
|
682
682
|
{
|
|
683
|
-
text: String(
|
|
684
|
-
variant:
|
|
683
|
+
text: String(he.value),
|
|
684
|
+
variant: he.variant ?? "info",
|
|
685
685
|
size: "xs",
|
|
686
686
|
border: !0
|
|
687
687
|
}
|
|
688
688
|
)
|
|
689
689
|
]
|
|
690
690
|
},
|
|
691
|
-
|
|
691
|
+
H.id
|
|
692
692
|
);
|
|
693
693
|
})
|
|
694
694
|
]
|
|
@@ -697,7 +697,7 @@ function Nn({
|
|
|
697
697
|
})()
|
|
698
698
|
] }, p.id);
|
|
699
699
|
};
|
|
700
|
-
return /* @__PURE__ */ e(
|
|
700
|
+
return /* @__PURE__ */ e(Br, { children: /* @__PURE__ */ s(Lr, { children: [
|
|
701
701
|
/* @__PURE__ */ s(
|
|
702
702
|
"div",
|
|
703
703
|
{
|
|
@@ -706,7 +706,7 @@ function Nn({
|
|
|
706
706
|
height: "100vh",
|
|
707
707
|
// backgroundColor: "var(--sa-background-primary-inverse, #f8f8f8)",
|
|
708
708
|
position: "relative",
|
|
709
|
-
"--app-sidebar-width": M ? "0px" :
|
|
709
|
+
"--app-sidebar-width": M ? "0px" : A ? "4.375rem" : "16.375rem",
|
|
710
710
|
"--app-footer-zindex": M && oe ? "40" : "999"
|
|
711
711
|
},
|
|
712
712
|
children: [
|
|
@@ -729,7 +729,7 @@ function Nn({
|
|
|
729
729
|
"aside",
|
|
730
730
|
{
|
|
731
731
|
style: {
|
|
732
|
-
width: M ? "16.375rem" :
|
|
732
|
+
width: M ? "16.375rem" : A ? "4.375rem" : "16.375rem",
|
|
733
733
|
position: M ? "fixed" : "relative",
|
|
734
734
|
...M && {
|
|
735
735
|
inset: 0,
|
|
@@ -760,7 +760,7 @@ function Nn({
|
|
|
760
760
|
position: "relative"
|
|
761
761
|
},
|
|
762
762
|
children: (() => {
|
|
763
|
-
const p = !M &&
|
|
763
|
+
const p = !M && A && !oe, E = p && G;
|
|
764
764
|
return /* @__PURE__ */ s(q, { children: [
|
|
765
765
|
/* @__PURE__ */ s(
|
|
766
766
|
"div",
|
|
@@ -788,7 +788,7 @@ function Nn({
|
|
|
788
788
|
}
|
|
789
789
|
}
|
|
790
790
|
),
|
|
791
|
-
(!
|
|
791
|
+
(!A || oe) && /* @__PURE__ */ e(
|
|
792
792
|
"span",
|
|
793
793
|
{
|
|
794
794
|
style: {
|
|
@@ -803,7 +803,7 @@ function Nn({
|
|
|
803
803
|
]
|
|
804
804
|
}
|
|
805
805
|
),
|
|
806
|
-
!M && !
|
|
806
|
+
!M && !A && /* @__PURE__ */ e(
|
|
807
807
|
"button",
|
|
808
808
|
{
|
|
809
809
|
type: "button",
|
|
@@ -822,7 +822,7 @@ function Nn({
|
|
|
822
822
|
cursor: "pointer",
|
|
823
823
|
flexShrink: 0
|
|
824
824
|
},
|
|
825
|
-
children: /* @__PURE__ */ e(
|
|
825
|
+
children: /* @__PURE__ */ e(At, {})
|
|
826
826
|
}
|
|
827
827
|
),
|
|
828
828
|
p && /* @__PURE__ */ e(
|
|
@@ -859,7 +859,7 @@ function Nn({
|
|
|
859
859
|
height: "1rem",
|
|
860
860
|
display: "inline-flex"
|
|
861
861
|
},
|
|
862
|
-
children: /* @__PURE__ */ e(
|
|
862
|
+
children: /* @__PURE__ */ e(At, {})
|
|
863
863
|
}
|
|
864
864
|
)
|
|
865
865
|
}
|
|
@@ -902,9 +902,9 @@ function Nn({
|
|
|
902
902
|
}
|
|
903
903
|
),
|
|
904
904
|
a && /* @__PURE__ */ e(
|
|
905
|
-
|
|
905
|
+
Mr,
|
|
906
906
|
{
|
|
907
|
-
collapsed: M ? !1 :
|
|
907
|
+
collapsed: M ? !1 : A,
|
|
908
908
|
children: a
|
|
909
909
|
}
|
|
910
910
|
),
|
|
@@ -918,8 +918,8 @@ function Nn({
|
|
|
918
918
|
paddingTop: "1rem",
|
|
919
919
|
paddingBottom: "1rem"
|
|
920
920
|
},
|
|
921
|
-
children:
|
|
922
|
-
!
|
|
921
|
+
children: Ae.map((p) => /* @__PURE__ */ s("div", { style: { marginBottom: "1rem" }, children: [
|
|
922
|
+
!A || M ? p.name && /* @__PURE__ */ e(
|
|
923
923
|
"div",
|
|
924
924
|
{
|
|
925
925
|
style: {
|
|
@@ -963,7 +963,7 @@ function Nn({
|
|
|
963
963
|
}
|
|
964
964
|
),
|
|
965
965
|
/* @__PURE__ */ e("div", { style: { paddingLeft: "1rem", paddingRight: "1rem", display: "flex", flexDirection: "column", gap: "var(--sa-spacing-xs, 0.25rem)" }, children: p.slotKey ? /* @__PURE__ */ e(
|
|
966
|
-
|
|
966
|
+
Ir,
|
|
967
967
|
{
|
|
968
968
|
slotKey: p.slotKey,
|
|
969
969
|
fallback: p.items.map((E) => Fe(E))
|
|
@@ -1042,11 +1042,11 @@ function Nn({
|
|
|
1042
1042
|
)
|
|
1043
1043
|
}
|
|
1044
1044
|
),
|
|
1045
|
-
/* @__PURE__ */ e(
|
|
1045
|
+
/* @__PURE__ */ e(Wr, { children: r })
|
|
1046
1046
|
] }),
|
|
1047
1047
|
/* @__PURE__ */ s("div", { style: { display: "flex", alignItems: "center", gap: "0.75rem" }, children: [
|
|
1048
|
-
|
|
1049
|
-
/* @__PURE__ */ s(
|
|
1048
|
+
u,
|
|
1049
|
+
/* @__PURE__ */ s(Gt, { position: "bottom-right", children: [
|
|
1050
1050
|
/* @__PURE__ */ e(Ge, { children: /* @__PURE__ */ s(
|
|
1051
1051
|
"div",
|
|
1052
1052
|
{
|
|
@@ -1120,7 +1120,7 @@ function Nn({
|
|
|
1120
1120
|
}
|
|
1121
1121
|
) }),
|
|
1122
1122
|
/* @__PURE__ */ s(
|
|
1123
|
-
|
|
1123
|
+
qt,
|
|
1124
1124
|
{
|
|
1125
1125
|
style: {
|
|
1126
1126
|
width: "280px",
|
|
@@ -1130,7 +1130,7 @@ function Nn({
|
|
|
1130
1130
|
marginTop: "16px"
|
|
1131
1131
|
},
|
|
1132
1132
|
children: [
|
|
1133
|
-
/* @__PURE__ */ e(
|
|
1133
|
+
/* @__PURE__ */ e(dr, { children: /* @__PURE__ */ s(
|
|
1134
1134
|
"div",
|
|
1135
1135
|
{
|
|
1136
1136
|
style: {
|
|
@@ -1210,13 +1210,13 @@ function Nn({
|
|
|
1210
1210
|
]
|
|
1211
1211
|
}
|
|
1212
1212
|
) }),
|
|
1213
|
-
(g && g.length > 0 || m) && /* @__PURE__ */ s(
|
|
1213
|
+
(g && g.length > 0 || m) && /* @__PURE__ */ s(Ut, { children: [
|
|
1214
1214
|
g == null ? void 0 : g.map((p, E) => /* @__PURE__ */ e(Ge, { children: /* @__PURE__ */ s(
|
|
1215
1215
|
"button",
|
|
1216
1216
|
{
|
|
1217
1217
|
type: "button",
|
|
1218
1218
|
onClick: p.onClick,
|
|
1219
|
-
style:
|
|
1219
|
+
style: Ht,
|
|
1220
1220
|
onMouseEnter: (L) => {
|
|
1221
1221
|
L.currentTarget.style.backgroundColor = "var(--sa-background-neutral, #f0f1f2)";
|
|
1222
1222
|
},
|
|
@@ -1231,13 +1231,13 @@ function Nn({
|
|
|
1231
1231
|
) }, `${p.label}-${E}`)),
|
|
1232
1232
|
m
|
|
1233
1233
|
] }),
|
|
1234
|
-
y ?? /* @__PURE__ */ e(
|
|
1234
|
+
y ?? /* @__PURE__ */ e(hr, { children: /* @__PURE__ */ e(Ge, { children: /* @__PURE__ */ s(
|
|
1235
1235
|
"button",
|
|
1236
1236
|
{
|
|
1237
1237
|
type: "button",
|
|
1238
1238
|
onClick: Be,
|
|
1239
1239
|
style: {
|
|
1240
|
-
...
|
|
1240
|
+
...Ht,
|
|
1241
1241
|
color: "var(--sa-background-error, #c9184a)",
|
|
1242
1242
|
fontWeight: 500
|
|
1243
1243
|
},
|
|
@@ -1273,19 +1273,19 @@ function Nn({
|
|
|
1273
1273
|
/* @__PURE__ */ e(
|
|
1274
1274
|
"main",
|
|
1275
1275
|
{
|
|
1276
|
-
ref:
|
|
1276
|
+
ref: ge,
|
|
1277
1277
|
style: {
|
|
1278
1278
|
flex: 1,
|
|
1279
1279
|
overflowY: "auto"
|
|
1280
1280
|
},
|
|
1281
|
-
children: t || /* @__PURE__ */ e(
|
|
1281
|
+
children: t || /* @__PURE__ */ e(Wt, {})
|
|
1282
1282
|
}
|
|
1283
1283
|
)
|
|
1284
1284
|
] })
|
|
1285
1285
|
]
|
|
1286
1286
|
}
|
|
1287
1287
|
),
|
|
1288
|
-
l &&
|
|
1288
|
+
l && h && /* @__PURE__ */ e(
|
|
1289
1289
|
"div",
|
|
1290
1290
|
{
|
|
1291
1291
|
style: {
|
|
@@ -1297,14 +1297,14 @@ function Nn({
|
|
|
1297
1297
|
justifyContent: "center",
|
|
1298
1298
|
zIndex: 9999
|
|
1299
1299
|
},
|
|
1300
|
-
children:
|
|
1300
|
+
children: h
|
|
1301
1301
|
}
|
|
1302
1302
|
),
|
|
1303
|
-
/* @__PURE__ */ s(ut, { isShow: ae, onHide:
|
|
1304
|
-
/* @__PURE__ */ e(
|
|
1305
|
-
/* @__PURE__ */ e(
|
|
1306
|
-
/* @__PURE__ */ e(
|
|
1307
|
-
/* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(N, { secondary: !0, onClick:
|
|
1303
|
+
/* @__PURE__ */ s(ut, { isShow: ae, onHide: Ne, children: [
|
|
1304
|
+
/* @__PURE__ */ e(Zt, { children: "Confirmation Logout" }),
|
|
1305
|
+
/* @__PURE__ */ e(ft, { 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__ */ s(_, { direction: "row", gap: "sm", align: "center", children: [
|
|
1307
|
+
/* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(N, { secondary: !0, onClick: Ne, children: "Cancel" }) }),
|
|
1308
1308
|
/* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(N, { primary: !0, onClick: et, children: "Yes, Sure" }) })
|
|
1309
1309
|
] }) }) })
|
|
1310
1310
|
] }),
|
|
@@ -1357,10 +1357,10 @@ function Nn({
|
|
|
1357
1357
|
children: ee.item.title
|
|
1358
1358
|
}
|
|
1359
1359
|
),
|
|
1360
|
-
(
|
|
1361
|
-
const E = de(p.to), L =
|
|
1360
|
+
(je = ee.item.children) == null ? void 0 : je.map((p) => {
|
|
1361
|
+
const E = de(p.to), L = it(
|
|
1362
1362
|
p.badge,
|
|
1363
|
-
|
|
1363
|
+
z[p.id]
|
|
1364
1364
|
);
|
|
1365
1365
|
return /* @__PURE__ */ s(
|
|
1366
1366
|
"button",
|
|
@@ -1419,7 +1419,7 @@ function Nn({
|
|
|
1419
1419
|
] })
|
|
1420
1420
|
] }) });
|
|
1421
1421
|
}
|
|
1422
|
-
const
|
|
1422
|
+
const Ar = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
1423
1423
|
f,
|
|
1424
1424
|
{
|
|
1425
1425
|
role: "button",
|
|
@@ -1430,7 +1430,7 @@ const Wr = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
|
1430
1430
|
...r,
|
|
1431
1431
|
children: t
|
|
1432
1432
|
}
|
|
1433
|
-
), Xe = ce(
|
|
1433
|
+
), Xe = ce(Ar), zt = ({
|
|
1434
1434
|
title: t,
|
|
1435
1435
|
iconName: r,
|
|
1436
1436
|
textColor: i,
|
|
@@ -1438,7 +1438,7 @@ const Wr = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
|
1438
1438
|
hoverTextColor: n,
|
|
1439
1439
|
hoverIconColor: l
|
|
1440
1440
|
}) => {
|
|
1441
|
-
const [
|
|
1441
|
+
const [h, a] = k(!1);
|
|
1442
1442
|
return /* @__PURE__ */ s(
|
|
1443
1443
|
f,
|
|
1444
1444
|
{
|
|
@@ -1455,7 +1455,7 @@ const Wr = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
|
1455
1455
|
name: r || "ChevronLeft",
|
|
1456
1456
|
size: "xs",
|
|
1457
1457
|
style: {
|
|
1458
|
-
color:
|
|
1458
|
+
color: h ? l ?? "var(--sa-text-subtle, #8c8f97)" : o ?? "var(--sa-text-subtle, #8c8f97)",
|
|
1459
1459
|
transition: "color 0.15s ease"
|
|
1460
1460
|
}
|
|
1461
1461
|
}
|
|
@@ -1465,7 +1465,7 @@ const Wr = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
|
1465
1465
|
{
|
|
1466
1466
|
variant: "sub-h3",
|
|
1467
1467
|
style: {
|
|
1468
|
-
color:
|
|
1468
|
+
color: h ? n ?? "var(--sa-text-primary, #292a2e)" : i ?? "var(--sa-text-subtle, #8c8f97)",
|
|
1469
1469
|
transition: "color 0.15s ease"
|
|
1470
1470
|
},
|
|
1471
1471
|
children: t || "Back"
|
|
@@ -1474,22 +1474,22 @@ const Wr = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
|
1474
1474
|
]
|
|
1475
1475
|
}
|
|
1476
1476
|
);
|
|
1477
|
-
},
|
|
1477
|
+
}, Hr = ({
|
|
1478
1478
|
items: t,
|
|
1479
1479
|
separator: r = "/",
|
|
1480
1480
|
iconName: i,
|
|
1481
1481
|
iconColor: o,
|
|
1482
1482
|
hoverIconColor: n
|
|
1483
1483
|
}) => {
|
|
1484
|
-
const [l,
|
|
1484
|
+
const [l, h] = k(!1), a = o ?? "var(--sa-text-subtle, #8c8f97)", u = n ?? "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
|
D,
|
|
1486
1486
|
{
|
|
1487
1487
|
name: i || "ChevronLeft",
|
|
1488
1488
|
size: "xs",
|
|
1489
|
-
onMouseEnter: g ? () =>
|
|
1490
|
-
onMouseLeave: g ? () =>
|
|
1489
|
+
onMouseEnter: g ? () => h(!0) : void 0,
|
|
1490
|
+
onMouseLeave: g ? () => h(!1) : void 0,
|
|
1491
1491
|
style: {
|
|
1492
|
-
color: g && l ?
|
|
1492
|
+
color: g && l ? u : a,
|
|
1493
1493
|
transition: "color 0.15s ease",
|
|
1494
1494
|
cursor: g ? "pointer" : void 0
|
|
1495
1495
|
}
|
|
@@ -1497,15 +1497,15 @@ const Wr = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
|
1497
1497
|
), y = d != null && d.to ? /* @__PURE__ */ e(Ue, { 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__ */ s(f, { direction: "row", gap: "xs", align: "center", children: [
|
|
1499
1499
|
y,
|
|
1500
|
-
/* @__PURE__ */ e(
|
|
1500
|
+
/* @__PURE__ */ e(lr, { separator: r, size: "md", children: t.map((b, S) => {
|
|
1501
1501
|
const C = S === t.length - 1;
|
|
1502
|
-
return b.to && !C ? /* @__PURE__ */ e(
|
|
1502
|
+
return b.to && !C ? /* @__PURE__ */ e(Et, { children: /* @__PURE__ */ e(Ue, { to: b.to, children: b.label }) }, S) : /* @__PURE__ */ e(Et, { currentPage: C, children: /* @__PURE__ */ e(cr, { onClick: C ? void 0 : b.onClick, children: b.label }) }, S);
|
|
1503
1503
|
}) })
|
|
1504
1504
|
] });
|
|
1505
|
-
},
|
|
1505
|
+
}, Zn = (t) => {
|
|
1506
1506
|
const { items: r, separator: i, onClick: o, navigateTo: n, ...l } = t;
|
|
1507
1507
|
return r && r.length > 0 ? /* @__PURE__ */ e(
|
|
1508
|
-
|
|
1508
|
+
Hr,
|
|
1509
1509
|
{
|
|
1510
1510
|
items: r,
|
|
1511
1511
|
separator: i,
|
|
@@ -1513,8 +1513,8 @@ const Wr = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
|
1513
1513
|
iconColor: l.iconColor,
|
|
1514
1514
|
hoverIconColor: l.hoverIconColor
|
|
1515
1515
|
}
|
|
1516
|
-
) : n ? /* @__PURE__ */ e(f, { direction: "row", children: /* @__PURE__ */ e(Ue, { to: n, replace: !0, style: { textDecoration: "none" }, children: /* @__PURE__ */ e(
|
|
1517
|
-
},
|
|
1516
|
+
) : n ? /* @__PURE__ */ e(f, { direction: "row", children: /* @__PURE__ */ e(Ue, { to: n, replace: !0, style: { textDecoration: "none" }, children: /* @__PURE__ */ e(zt, { ...l }) }) }) : /* @__PURE__ */ e(f, { direction: "row", children: /* @__PURE__ */ e(Xe, { onClick: o, children: /* @__PURE__ */ e(zt, { ...l }) }) });
|
|
1517
|
+
}, nt = [
|
|
1518
1518
|
// brand (blue)
|
|
1519
1519
|
{
|
|
1520
1520
|
icon: "var(--sa-color-brand-400, #3366b7)",
|
|
@@ -1558,7 +1558,7 @@ const Wr = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
|
1558
1558
|
activeShadow: "rgba(255, 117, 143, 0.25)"
|
|
1559
1559
|
}
|
|
1560
1560
|
];
|
|
1561
|
-
function
|
|
1561
|
+
function Rt(t, r, i) {
|
|
1562
1562
|
return {
|
|
1563
1563
|
display: "flex",
|
|
1564
1564
|
alignItems: "center",
|
|
@@ -1574,7 +1574,7 @@ function Ht(t, r, i) {
|
|
|
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 Vt = {
|
|
1578
1578
|
fontSize: "11px",
|
|
1579
1579
|
fontWeight: 500,
|
|
1580
1580
|
textAlign: "center",
|
|
@@ -1583,7 +1583,7 @@ const zt = {
|
|
|
1583
1583
|
color: "var(--sa-background-primary, #ffffff)",
|
|
1584
1584
|
lineHeight: "1.3",
|
|
1585
1585
|
maxWidth: "80px"
|
|
1586
|
-
},
|
|
1586
|
+
}, Tt = {
|
|
1587
1587
|
display: "flex",
|
|
1588
1588
|
flexDirection: "column",
|
|
1589
1589
|
alignItems: "center",
|
|
@@ -1593,16 +1593,16 @@ const zt = {
|
|
|
1593
1593
|
cursor: "pointer",
|
|
1594
1594
|
padding: 0
|
|
1595
1595
|
};
|
|
1596
|
-
function
|
|
1596
|
+
function zr({
|
|
1597
1597
|
isShow: t,
|
|
1598
1598
|
onHide: r,
|
|
1599
1599
|
menus: i,
|
|
1600
1600
|
selectedGroupId: o,
|
|
1601
1601
|
onSelect: n
|
|
1602
1602
|
}) {
|
|
1603
|
-
const [l,
|
|
1603
|
+
const [l, h] = k(void 0), a = (d) => {
|
|
1604
1604
|
n(d), r();
|
|
1605
|
-
},
|
|
1605
|
+
}, u = nt[0];
|
|
1606
1606
|
return /* @__PURE__ */ e(
|
|
1607
1607
|
ut,
|
|
1608
1608
|
{
|
|
@@ -1614,7 +1614,7 @@ function Ar({
|
|
|
1614
1614
|
boxShadow: "none",
|
|
1615
1615
|
border: "none"
|
|
1616
1616
|
},
|
|
1617
|
-
children: /* @__PURE__ */ e(
|
|
1617
|
+
children: /* @__PURE__ */ e(ft, { children: /* @__PURE__ */ s(
|
|
1618
1618
|
"div",
|
|
1619
1619
|
{
|
|
1620
1620
|
style: {
|
|
@@ -1627,28 +1627,28 @@ function Ar({
|
|
|
1627
1627
|
"button",
|
|
1628
1628
|
{
|
|
1629
1629
|
onClick: () => a(null),
|
|
1630
|
-
onMouseEnter: () =>
|
|
1631
|
-
onMouseLeave: () =>
|
|
1632
|
-
style:
|
|
1630
|
+
onMouseEnter: () => h("all"),
|
|
1631
|
+
onMouseLeave: () => h(void 0),
|
|
1632
|
+
style: Tt,
|
|
1633
1633
|
children: [
|
|
1634
|
-
/* @__PURE__ */ e("div", { style:
|
|
1635
|
-
/* @__PURE__ */ e("span", { style:
|
|
1634
|
+
/* @__PURE__ */ e("div", { style: Rt(o === null, l === "all", u), children: /* @__PURE__ */ e("div", { style: { color: u.icon, display: "flex", alignItems: "center", justifyContent: "center" }, children: /* @__PURE__ */ e(D, { name: "Grid", size: "lg", style: { width: 32, height: 32 } }) }) }),
|
|
1635
|
+
/* @__PURE__ */ e("span", { style: Vt, children: "Semua" })
|
|
1636
1636
|
]
|
|
1637
1637
|
}
|
|
1638
1638
|
),
|
|
1639
1639
|
i.map((d, g) => {
|
|
1640
1640
|
var C;
|
|
1641
|
-
const m = o === d.id, y = l === d.id, b = ((C = d.items[0]) == null ? void 0 : C.icon) ?? "Grid", S =
|
|
1641
|
+
const m = o === d.id, y = l === d.id, b = ((C = d.items[0]) == null ? void 0 : C.icon) ?? "Grid", S = nt[(g + 1) % nt.length];
|
|
1642
1642
|
return /* @__PURE__ */ s(
|
|
1643
1643
|
"button",
|
|
1644
1644
|
{
|
|
1645
1645
|
onClick: () => a(d.id),
|
|
1646
|
-
onMouseEnter: () =>
|
|
1647
|
-
onMouseLeave: () =>
|
|
1648
|
-
style:
|
|
1646
|
+
onMouseEnter: () => h(d.id),
|
|
1647
|
+
onMouseLeave: () => h(void 0),
|
|
1648
|
+
style: Tt,
|
|
1649
1649
|
children: [
|
|
1650
|
-
/* @__PURE__ */ e("div", { style:
|
|
1651
|
-
/* @__PURE__ */ e("span", { style:
|
|
1650
|
+
/* @__PURE__ */ e("div", { style: Rt(m, y, S), children: /* @__PURE__ */ e("div", { style: { color: S.icon, display: "flex", alignItems: "center", justifyContent: "center" }, children: /* @__PURE__ */ e(D, { name: b, size: "lg", style: { width: 32, height: 32 } }) }) }),
|
|
1651
|
+
/* @__PURE__ */ e("span", { style: Vt, children: d.name })
|
|
1652
1652
|
]
|
|
1653
1653
|
},
|
|
1654
1654
|
d.id
|
|
@@ -1660,11 +1660,11 @@ function Ar({
|
|
|
1660
1660
|
}
|
|
1661
1661
|
);
|
|
1662
1662
|
}
|
|
1663
|
-
function
|
|
1663
|
+
function $n({
|
|
1664
1664
|
onSelect: t,
|
|
1665
1665
|
"aria-label": r = "Pilih module"
|
|
1666
1666
|
} = {}) {
|
|
1667
|
-
const i =
|
|
1667
|
+
const i = er(), o = yt(), { selectedGroupId: n, setSelectedGroupId: l } = ir(), [h, a] = k(!1), u = (d) => {
|
|
1668
1668
|
var g;
|
|
1669
1669
|
if (l(d), d !== null) {
|
|
1670
1670
|
const m = i.menus.find((b) => b.id === d), y = (g = m == null ? void 0 : m.items[0]) == null ? void 0 : g.to;
|
|
@@ -1717,18 +1717,18 @@ function _n({
|
|
|
1717
1717
|
)
|
|
1718
1718
|
] }),
|
|
1719
1719
|
/* @__PURE__ */ e(
|
|
1720
|
-
|
|
1720
|
+
zr,
|
|
1721
1721
|
{
|
|
1722
|
-
isShow:
|
|
1722
|
+
isShow: h,
|
|
1723
1723
|
onHide: () => a(!1),
|
|
1724
1724
|
menus: i.menus.filter((d) => d.parentGroupId === void 0),
|
|
1725
1725
|
selectedGroupId: n,
|
|
1726
|
-
onSelect:
|
|
1726
|
+
onSelect: u
|
|
1727
1727
|
}
|
|
1728
1728
|
)
|
|
1729
1729
|
] });
|
|
1730
1730
|
}
|
|
1731
|
-
const
|
|
1731
|
+
const Rr = (t, r) => {
|
|
1732
1732
|
const i = [];
|
|
1733
1733
|
if (r === 0)
|
|
1734
1734
|
return i.push(t), i;
|
|
@@ -1737,7 +1737,7 @@ const Hr = (t, r) => {
|
|
|
1737
1737
|
i.push(n);
|
|
1738
1738
|
}
|
|
1739
1739
|
return i;
|
|
1740
|
-
},
|
|
1740
|
+
}, Vr = ce(
|
|
1741
1741
|
({
|
|
1742
1742
|
value: t,
|
|
1743
1743
|
label: r,
|
|
@@ -1746,14 +1746,14 @@ const Hr = (t, r) => {
|
|
|
1746
1746
|
lastIndex: n,
|
|
1747
1747
|
labelAlign: l = "top"
|
|
1748
1748
|
}) => {
|
|
1749
|
-
const
|
|
1749
|
+
const h = fe(
|
|
1750
1750
|
() => ({
|
|
1751
1751
|
padding: 0,
|
|
1752
1752
|
paddingBottom: n ? 0 : 12,
|
|
1753
1753
|
verticalAlign: l
|
|
1754
1754
|
}),
|
|
1755
1755
|
[n, l]
|
|
1756
|
-
), a =
|
|
1756
|
+
), a = fe(
|
|
1757
1757
|
() => ({
|
|
1758
1758
|
padding: 0,
|
|
1759
1759
|
paddingRight: 12,
|
|
@@ -1762,15 +1762,15 @@ const Hr = (t, r) => {
|
|
|
1762
1762
|
verticalAlign: l
|
|
1763
1763
|
}),
|
|
1764
1764
|
[n, l]
|
|
1765
|
-
),
|
|
1766
|
-
return /* @__PURE__ */ s(
|
|
1767
|
-
/* @__PURE__ */ e(Se, { style:
|
|
1765
|
+
), u = () => typeof r == "string" ? /* @__PURE__ */ e(x, { fontWeight: "medium", color: "text-muted", children: r }) : r, d = () => typeof t == "string" || typeof t == "number" ? /* @__PURE__ */ e(x, { color: "text", fontWeight: "medium", children: t }) : t, g = () => typeof i == "string" || typeof i == "number" ? /* @__PURE__ */ e(x, { fontWeight: "medium", color: "text-muted", children: i }) : i;
|
|
1766
|
+
return /* @__PURE__ */ s(Ve, { children: [
|
|
1767
|
+
/* @__PURE__ */ e(Se, { style: h, width: o, children: u() }),
|
|
1768
1768
|
i ? /* @__PURE__ */ e(Se, { style: a, width: 24, children: g() }) : null,
|
|
1769
|
-
/* @__PURE__ */ e(Se, { style:
|
|
1769
|
+
/* @__PURE__ */ e(Se, { style: h, children: d() })
|
|
1770
1770
|
] });
|
|
1771
1771
|
}
|
|
1772
|
-
),
|
|
1773
|
-
|
|
1772
|
+
), Tr = ce(({ fields: t, separator: r, labelWidth: i }) => /* @__PURE__ */ e(Jt, { children: t.map((o, n) => /* @__PURE__ */ e(
|
|
1773
|
+
Vr,
|
|
1774
1774
|
{
|
|
1775
1775
|
separator: r,
|
|
1776
1776
|
labelWidth: i,
|
|
@@ -1778,7 +1778,7 @@ const Hr = (t, r) => {
|
|
|
1778
1778
|
...o
|
|
1779
1779
|
},
|
|
1780
1780
|
`field-group-field-${n}`
|
|
1781
|
-
)) })),
|
|
1781
|
+
)) })), Gn = ce(
|
|
1782
1782
|
({
|
|
1783
1783
|
maxRow: t = 0,
|
|
1784
1784
|
maxColumn: r = 2,
|
|
@@ -1787,10 +1787,10 @@ const Hr = (t, r) => {
|
|
|
1787
1787
|
labelWidth: n = 150,
|
|
1788
1788
|
bordered: l = !1
|
|
1789
1789
|
}) => {
|
|
1790
|
-
const
|
|
1791
|
-
() =>
|
|
1790
|
+
const h = fe(
|
|
1791
|
+
() => Rr(o, t),
|
|
1792
1792
|
[o, t]
|
|
1793
|
-
), a =
|
|
1793
|
+
), a = h.length > 2, u = () => {
|
|
1794
1794
|
switch (r) {
|
|
1795
1795
|
case 1:
|
|
1796
1796
|
return "width-full";
|
|
@@ -1817,14 +1817,14 @@ const Hr = (t, r) => {
|
|
|
1817
1817
|
borderWidth: l ? "border" : void 0,
|
|
1818
1818
|
borderStyle: l ? "border-solid" : void 0,
|
|
1819
1819
|
borderColor: l ? "border-subtle" : void 0,
|
|
1820
|
-
children:
|
|
1820
|
+
children: h.map((d, g) => /* @__PURE__ */ e(
|
|
1821
1821
|
f,
|
|
1822
1822
|
{
|
|
1823
1823
|
flex: a ? void 0 : "1",
|
|
1824
|
-
width: a ?
|
|
1824
|
+
width: a ? u() : void 0,
|
|
1825
1825
|
marginBottom: a ? "lg" : void 0,
|
|
1826
1826
|
children: /* @__PURE__ */ e(
|
|
1827
|
-
|
|
1827
|
+
Tr,
|
|
1828
1828
|
{
|
|
1829
1829
|
labelWidth: n,
|
|
1830
1830
|
fields: d,
|
|
@@ -1837,8 +1837,8 @@ const Hr = (t, r) => {
|
|
|
1837
1837
|
}
|
|
1838
1838
|
);
|
|
1839
1839
|
}
|
|
1840
|
-
),
|
|
1841
|
-
const [r, i] = k(!1), o = (t == null ? void 0 : t.iconColor) ?? "var(--sa-text-subtle, #8c8f97)", n = (t == null ? void 0 : t.textColor) ?? "var(--sa-text-subtle, #8c8f97)", l = (t == null ? void 0 : t.hoverIconColor) ?? "var(--sa-text-subtle, #8c8f97)",
|
|
1840
|
+
), Nr = ({ backButton: t }) => {
|
|
1841
|
+
const [r, i] = k(!1), o = (t == null ? void 0 : t.iconColor) ?? "var(--sa-text-subtle, #8c8f97)", n = (t == null ? void 0 : t.textColor) ?? "var(--sa-text-subtle, #8c8f97)", l = (t == null ? void 0 : t.hoverIconColor) ?? "var(--sa-text-subtle, #8c8f97)", h = (t == null ? void 0 : t.hoverTextColor) ?? "var(--sa-text-primary, #292a2e)";
|
|
1842
1842
|
return /* @__PURE__ */ s(
|
|
1843
1843
|
f,
|
|
1844
1844
|
{
|
|
@@ -1865,7 +1865,7 @@ const Hr = (t, r) => {
|
|
|
1865
1865
|
{
|
|
1866
1866
|
variant: "sub-h3",
|
|
1867
1867
|
style: {
|
|
1868
|
-
color: r ?
|
|
1868
|
+
color: r ? h : n,
|
|
1869
1869
|
textDecoration: r ? "underline" : "none",
|
|
1870
1870
|
transition: "color 0.15s ease"
|
|
1871
1871
|
},
|
|
@@ -1875,24 +1875,24 @@ const Hr = (t, r) => {
|
|
|
1875
1875
|
]
|
|
1876
1876
|
}
|
|
1877
1877
|
);
|
|
1878
|
-
},
|
|
1878
|
+
}, Or = ({
|
|
1879
1879
|
backButton: t,
|
|
1880
1880
|
title: r,
|
|
1881
1881
|
titleTag: i,
|
|
1882
1882
|
children: o,
|
|
1883
1883
|
header: n = !0,
|
|
1884
1884
|
action: l,
|
|
1885
|
-
titleTagProps:
|
|
1885
|
+
titleTagProps: h,
|
|
1886
1886
|
containerProps: a,
|
|
1887
|
-
headerProps:
|
|
1887
|
+
headerProps: u
|
|
1888
1888
|
}) => {
|
|
1889
|
-
const d = ne("lg"), g =
|
|
1889
|
+
const d = ne("lg"), g = yt(), m = Te(), y = t == null ? void 0 : t.show, b = () => {
|
|
1890
1890
|
if (typeof (t == null ? void 0 : t.onClick) == "function") {
|
|
1891
1891
|
t.onClick();
|
|
1892
1892
|
return;
|
|
1893
1893
|
}
|
|
1894
1894
|
g(-1, { replace: !0 });
|
|
1895
|
-
}, S = () => l ?
|
|
1895
|
+
}, S = () => l ? dt(l) ? l : /* @__PURE__ */ e(f, { direction: "row", gap: "lg", children: l.map(
|
|
1896
1896
|
({ title: T, icon: U, buttonProps: M, onClick: ae }, J) => !T && !U ? null : /* @__PURE__ */ e(
|
|
1897
1897
|
N,
|
|
1898
1898
|
{
|
|
@@ -1905,7 +1905,7 @@ const Hr = (t, r) => {
|
|
|
1905
1905
|
`action-${J}`
|
|
1906
1906
|
)
|
|
1907
1907
|
) }) : null, C = () => {
|
|
1908
|
-
const T = /* @__PURE__ */ e(
|
|
1908
|
+
const T = /* @__PURE__ */ e(Nr, { backButton: t });
|
|
1909
1909
|
return t != null && t.navigateTo ? /* @__PURE__ */ e(f, { direction: "row", children: /* @__PURE__ */ e(
|
|
1910
1910
|
Ue,
|
|
1911
1911
|
{
|
|
@@ -1915,15 +1915,15 @@ const Hr = (t, r) => {
|
|
|
1915
1915
|
children: T
|
|
1916
1916
|
}
|
|
1917
1917
|
) }) : /* @__PURE__ */ e(f, { direction: "row", children: /* @__PURE__ */ e(Xe, { onClick: b, children: T }) });
|
|
1918
|
-
},
|
|
1919
|
-
const T = !!r, U =
|
|
1918
|
+
}, z = () => {
|
|
1919
|
+
const T = !!r, U = dt(l) ? !0 : Array.isArray(l) && l.length > 0;
|
|
1920
1920
|
return !T && !U && !y ? null : /* @__PURE__ */ s(
|
|
1921
1921
|
f,
|
|
1922
1922
|
{
|
|
1923
1923
|
gap: "xs",
|
|
1924
|
-
paddingTop:
|
|
1925
|
-
paddingInline:
|
|
1926
|
-
...
|
|
1924
|
+
paddingTop: u == null ? void 0 : u.paddingTop,
|
|
1925
|
+
paddingInline: u == null ? void 0 : u.paddingInline,
|
|
1926
|
+
...u,
|
|
1927
1927
|
children: [
|
|
1928
1928
|
y && C(),
|
|
1929
1929
|
(T || U) && /* @__PURE__ */ s(
|
|
@@ -1936,7 +1936,7 @@ const Hr = (t, r) => {
|
|
|
1936
1936
|
children: [
|
|
1937
1937
|
T ? typeof r == "string" ? /* @__PURE__ */ s(f, { direction: "row", gap: "lg", align: "center", children: [
|
|
1938
1938
|
/* @__PURE__ */ e(x, { variant: "h2", fontWeight: "semibold", fontFamily: "Poppins", children: r }),
|
|
1939
|
-
i && /* @__PURE__ */ e(Le, { border: !0, size: "lg", text: i, ...
|
|
1939
|
+
i && /* @__PURE__ */ e(Le, { border: !0, size: "lg", text: i, ...h })
|
|
1940
1940
|
] }) : r : null,
|
|
1941
1941
|
S()
|
|
1942
1942
|
]
|
|
@@ -1958,30 +1958,30 @@ const Hr = (t, r) => {
|
|
|
1958
1958
|
animation: "pageLayoutEnter 320ms cubic-bezier(0.16, 1, 0.3, 1) backwards"
|
|
1959
1959
|
},
|
|
1960
1960
|
children: [
|
|
1961
|
-
n &&
|
|
1961
|
+
n && z(),
|
|
1962
1962
|
Z()
|
|
1963
1963
|
]
|
|
1964
1964
|
},
|
|
1965
1965
|
m.pathname
|
|
1966
1966
|
);
|
|
1967
|
-
},
|
|
1967
|
+
}, qn = ce(Or), _r = {
|
|
1968
1968
|
icon: "Cross",
|
|
1969
1969
|
title: ""
|
|
1970
|
-
},
|
|
1970
|
+
}, jr = "calc(100vw - 16px)", Nt = (t) => t == null ? void 0 : `min(${typeof t == "number" ? `${t}px` : t}, ${jr})`, Zr = Qt(
|
|
1971
1971
|
({
|
|
1972
1972
|
onHide: t,
|
|
1973
1973
|
show: r,
|
|
1974
1974
|
withBlur: i = !1,
|
|
1975
1975
|
style: o,
|
|
1976
1976
|
children: n,
|
|
1977
|
-
closeButton: l =
|
|
1978
|
-
width:
|
|
1977
|
+
closeButton: l = _r,
|
|
1978
|
+
width: h,
|
|
1979
1979
|
minWidth: a = "357px",
|
|
1980
|
-
maxWidth:
|
|
1980
|
+
maxWidth: u = "357px"
|
|
1981
1981
|
}, d) => {
|
|
1982
|
-
const g =
|
|
1982
|
+
const g = Nt(h ?? a), m = Nt(h ?? u);
|
|
1983
1983
|
return /* @__PURE__ */ e(
|
|
1984
|
-
|
|
1984
|
+
sr,
|
|
1985
1985
|
{
|
|
1986
1986
|
blur: i,
|
|
1987
1987
|
isShow: r,
|
|
@@ -2022,7 +2022,7 @@ const Hr = (t, r) => {
|
|
|
2022
2022
|
}
|
|
2023
2023
|
);
|
|
2024
2024
|
}
|
|
2025
|
-
),
|
|
2025
|
+
), nr = ce(
|
|
2026
2026
|
({ children: t, borderBottom: r = !0, padding: i = !0 }) => {
|
|
2027
2027
|
const o = ne("lg");
|
|
2028
2028
|
return /* @__PURE__ */ e(
|
|
@@ -2038,7 +2038,7 @@ const Hr = (t, r) => {
|
|
|
2038
2038
|
}
|
|
2039
2039
|
);
|
|
2040
2040
|
}
|
|
2041
|
-
),
|
|
2041
|
+
), or = ce(
|
|
2042
2042
|
({ children: t, borderTop: r = !0, padding: i = !0 }) => {
|
|
2043
2043
|
const o = ne("lg");
|
|
2044
2044
|
return /* @__PURE__ */ e(
|
|
@@ -2054,7 +2054,7 @@ const Hr = (t, r) => {
|
|
|
2054
2054
|
}
|
|
2055
2055
|
);
|
|
2056
2056
|
}
|
|
2057
|
-
),
|
|
2057
|
+
), $r = ce(
|
|
2058
2058
|
({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
2059
2059
|
f,
|
|
2060
2060
|
{
|
|
@@ -2066,7 +2066,7 @@ const Hr = (t, r) => {
|
|
|
2066
2066
|
children: t
|
|
2067
2067
|
}
|
|
2068
2068
|
)
|
|
2069
|
-
),
|
|
2069
|
+
), Un = ce(
|
|
2070
2070
|
({
|
|
2071
2071
|
children: t,
|
|
2072
2072
|
title: r,
|
|
@@ -2074,9 +2074,9 @@ const Hr = (t, r) => {
|
|
|
2074
2074
|
action: o,
|
|
2075
2075
|
header: n,
|
|
2076
2076
|
footer: l,
|
|
2077
|
-
actionContainer:
|
|
2077
|
+
actionContainer: h,
|
|
2078
2078
|
containerProps: a,
|
|
2079
|
-
bodyProps:
|
|
2079
|
+
bodyProps: u,
|
|
2080
2080
|
headerProps: d = { borderBottom: !0 },
|
|
2081
2081
|
footerProps: g = { borderTop: !0 },
|
|
2082
2082
|
variantTag: m = "info"
|
|
@@ -2097,7 +2097,7 @@ const Hr = (t, r) => {
|
|
|
2097
2097
|
f,
|
|
2098
2098
|
{
|
|
2099
2099
|
style: y ? { width: "100%", maxWidth: "19.313rem" } : { flex: 1 },
|
|
2100
|
-
...
|
|
2100
|
+
...h,
|
|
2101
2101
|
children: o ?? null
|
|
2102
2102
|
}
|
|
2103
2103
|
)
|
|
@@ -2119,14 +2119,14 @@ const Hr = (t, r) => {
|
|
|
2119
2119
|
...(a == null ? void 0 : a.style) ?? {}
|
|
2120
2120
|
},
|
|
2121
2121
|
children: [
|
|
2122
|
-
n !== null && C ? /* @__PURE__ */ e(
|
|
2123
|
-
/* @__PURE__ */ e(
|
|
2124
|
-
l ? /* @__PURE__ */ e(
|
|
2122
|
+
n !== null && C ? /* @__PURE__ */ e(nr, { ...d, children: S() }) : null,
|
|
2123
|
+
/* @__PURE__ */ e($r, { ...u, children: t }),
|
|
2124
|
+
l ? /* @__PURE__ */ e(or, { ...g, children: l }) : null
|
|
2125
2125
|
]
|
|
2126
2126
|
}
|
|
2127
2127
|
);
|
|
2128
2128
|
}
|
|
2129
|
-
),
|
|
2129
|
+
), Gr = "var(--sa-color-secondary-50, #e6e9fb)", qr = ({ children: t, onClick: r }) => {
|
|
2130
2130
|
const [i, o] = k("");
|
|
2131
2131
|
return /* @__PURE__ */ e(
|
|
2132
2132
|
Xe,
|
|
@@ -2141,25 +2141,25 @@ const Hr = (t, r) => {
|
|
|
2141
2141
|
gap: "spacing-1",
|
|
2142
2142
|
cursor: "pointer",
|
|
2143
2143
|
onClick: r,
|
|
2144
|
-
onMouseEnter: () => o(
|
|
2144
|
+
onMouseEnter: () => o(Gr),
|
|
2145
2145
|
borderRadius: "rounded-md",
|
|
2146
2146
|
onMouseLeave: () => o(""),
|
|
2147
2147
|
style: { backgroundColor: i },
|
|
2148
2148
|
children: t
|
|
2149
2149
|
}
|
|
2150
2150
|
);
|
|
2151
|
-
},
|
|
2151
|
+
}, Ur = ce(qr), Jr = ({
|
|
2152
2152
|
icon: t,
|
|
2153
2153
|
items: r = [],
|
|
2154
2154
|
style: i,
|
|
2155
2155
|
triggerStyle: o,
|
|
2156
2156
|
containerStyle: n,
|
|
2157
2157
|
position: l = "bottom-right",
|
|
2158
|
-
buttonProps:
|
|
2158
|
+
buttonProps: h,
|
|
2159
2159
|
iconProps: a,
|
|
2160
|
-
variant:
|
|
2160
|
+
variant: u = "default"
|
|
2161
2161
|
}) => {
|
|
2162
|
-
const d =
|
|
2162
|
+
const d = fe(
|
|
2163
2163
|
() => ({
|
|
2164
2164
|
zIndex: 10,
|
|
2165
2165
|
width: "150px",
|
|
@@ -2167,9 +2167,9 @@ const Hr = (t, r) => {
|
|
|
2167
2167
|
}),
|
|
2168
2168
|
[n]
|
|
2169
2169
|
);
|
|
2170
|
-
return /* @__PURE__ */ s(
|
|
2171
|
-
/* @__PURE__ */ e(Ge, { style: o, children: /* @__PURE__ */ e(N, { size: "sm", secondary: !0, ...
|
|
2172
|
-
/* @__PURE__ */ e(
|
|
2170
|
+
return /* @__PURE__ */ s(Gt, { position: l, style: i, children: [
|
|
2171
|
+
/* @__PURE__ */ e(Ge, { style: o, children: /* @__PURE__ */ e(N, { size: "sm", secondary: !0, ...h, children: /* @__PURE__ */ e(D, { name: t, ...a }) }) }),
|
|
2172
|
+
/* @__PURE__ */ e(qt, { style: d, children: r.map((g, m) => u === "outline-button" ? /* @__PURE__ */ e(Ut, { children: /* @__PURE__ */ s(
|
|
2173
2173
|
N,
|
|
2174
2174
|
{
|
|
2175
2175
|
size: "sm",
|
|
@@ -2183,7 +2183,7 @@ const Hr = (t, r) => {
|
|
|
2183
2183
|
]
|
|
2184
2184
|
}
|
|
2185
2185
|
) }, g.id || m) : /* @__PURE__ */ s(
|
|
2186
|
-
|
|
2186
|
+
Ur,
|
|
2187
2187
|
{
|
|
2188
2188
|
onClick: g.onClick,
|
|
2189
2189
|
...g.buttonProps,
|
|
@@ -2195,21 +2195,21 @@ const Hr = (t, r) => {
|
|
|
2195
2195
|
g.id || m
|
|
2196
2196
|
)) })
|
|
2197
2197
|
] });
|
|
2198
|
-
},
|
|
2199
|
-
H1:
|
|
2200
|
-
H2:
|
|
2201
|
-
H3:
|
|
2202
|
-
H4:
|
|
2203
|
-
H5:
|
|
2204
|
-
H6:
|
|
2205
|
-
SubH1:
|
|
2206
|
-
SubH2:
|
|
2207
|
-
SubH3:
|
|
2208
|
-
Body1:
|
|
2209
|
-
Body2:
|
|
2210
|
-
Body3:
|
|
2211
|
-
},
|
|
2212
|
-
const [t, r] = Ye(), i = Pe(t.toString()), o =
|
|
2198
|
+
}, Jn = ce(Jr), Pr = (t) => /* @__PURE__ */ e(x, { variant: "h1", children: t.children, ...t.props }), Qr = (t) => /* @__PURE__ */ e(x, { variant: "h2", children: t.children, ...t.props }), Yr = (t) => /* @__PURE__ */ e(x, { variant: "h3", children: t.children, ...t.props }), Xr = (t) => /* @__PURE__ */ e(x, { variant: "h4", children: t.children, ...t.props }), Kr = (t) => /* @__PURE__ */ e(x, { variant: "h5", children: t.children, ...t.props }), ei = (t) => /* @__PURE__ */ e(x, { variant: "h6", children: t.children, ...t.props }), ti = (t) => /* @__PURE__ */ e(x, { variant: "sub-h1", children: t.children, ...t.props }), ri = (t) => /* @__PURE__ */ e(x, { variant: "sub-h2", children: t.children, ...t.props }), ii = (t) => /* @__PURE__ */ e(x, { variant: "sub-h3", children: t.children, ...t.props }), ni = (t) => /* @__PURE__ */ e(x, { variant: "body-1", children: t.children, ...t.props }), oi = (t) => /* @__PURE__ */ e(x, { variant: "body-2", children: t.children, ...t.props }), li = (t) => /* @__PURE__ */ e(x, { variant: "body-3", children: t.children, ...t.props }), pe = {
|
|
2199
|
+
H1: Pr,
|
|
2200
|
+
H2: Qr,
|
|
2201
|
+
H3: Yr,
|
|
2202
|
+
H4: Xr,
|
|
2203
|
+
H5: Kr,
|
|
2204
|
+
H6: ei,
|
|
2205
|
+
SubH1: ti,
|
|
2206
|
+
SubH2: ri,
|
|
2207
|
+
SubH3: ii,
|
|
2208
|
+
Body1: ni,
|
|
2209
|
+
Body2: oi,
|
|
2210
|
+
Body3: li
|
|
2211
|
+
}, Ct = () => {
|
|
2212
|
+
const [t, r] = Ye(), i = Pe(t.toString()), o = Yt(), n = Te(), l = o.id;
|
|
2213
2213
|
return {
|
|
2214
2214
|
// query params
|
|
2215
2215
|
setSearchParams: r,
|
|
@@ -2226,38 +2226,38 @@ const Hr = (t, r) => {
|
|
|
2226
2226
|
id: l,
|
|
2227
2227
|
hasId: !!l
|
|
2228
2228
|
};
|
|
2229
|
-
},
|
|
2229
|
+
}, ci = (t) => JSON.stringify(t), ai = (t) => JSON.stringify(t), si = (t) => JSON.stringify(t), di = (t) => JSON.stringify(t), hi = (t) => t, ui = (t) => JSON.stringify(t), Ot = ({
|
|
2230
2230
|
value: t,
|
|
2231
2231
|
name: r,
|
|
2232
2232
|
type: i,
|
|
2233
2233
|
withSearchParam: o = !0,
|
|
2234
2234
|
setSearchParams: n,
|
|
2235
2235
|
searchQueries: l,
|
|
2236
|
-
dropdownSearchKey:
|
|
2236
|
+
dropdownSearchKey: h,
|
|
2237
2237
|
filterKey: a = "filter",
|
|
2238
|
-
pageKey:
|
|
2238
|
+
pageKey: u = "page"
|
|
2239
2239
|
}) => {
|
|
2240
2240
|
if (o) {
|
|
2241
2241
|
let d;
|
|
2242
2242
|
switch (i) {
|
|
2243
2243
|
case "search":
|
|
2244
|
-
d =
|
|
2244
|
+
d = hi(t);
|
|
2245
2245
|
break;
|
|
2246
2246
|
case "dropdown":
|
|
2247
2247
|
case "dropdown-multiple":
|
|
2248
|
-
d =
|
|
2248
|
+
d = ci(t);
|
|
2249
2249
|
break;
|
|
2250
2250
|
case "radio":
|
|
2251
|
-
d =
|
|
2251
|
+
d = ai(t);
|
|
2252
2252
|
break;
|
|
2253
2253
|
case "date-range":
|
|
2254
|
-
d =
|
|
2254
|
+
d = si(t);
|
|
2255
2255
|
break;
|
|
2256
2256
|
case "advanced-date-range":
|
|
2257
|
-
d =
|
|
2257
|
+
d = ui(t);
|
|
2258
2258
|
break;
|
|
2259
2259
|
case "date":
|
|
2260
|
-
d =
|
|
2260
|
+
d = di(t);
|
|
2261
2261
|
break;
|
|
2262
2262
|
default:
|
|
2263
2263
|
d = t;
|
|
@@ -2268,7 +2268,7 @@ const Hr = (t, r) => {
|
|
|
2268
2268
|
...l[a] && typeof l[a] == "string" ? JSON.parse(l[a]) : void 0,
|
|
2269
2269
|
[r]: d
|
|
2270
2270
|
}, y = { ...l };
|
|
2271
|
-
|
|
2271
|
+
h && typeof h == "string" && delete y[h], delete y[u];
|
|
2272
2272
|
const b = {
|
|
2273
2273
|
...y,
|
|
2274
2274
|
[a]: JSON.stringify(m)
|
|
@@ -2280,34 +2280,34 @@ const Hr = (t, r) => {
|
|
|
2280
2280
|
n(b);
|
|
2281
2281
|
}
|
|
2282
2282
|
}
|
|
2283
|
-
},
|
|
2283
|
+
}, ot = ({
|
|
2284
2284
|
name: t,
|
|
2285
2285
|
filterKey: r = "filter",
|
|
2286
2286
|
searchParams: i,
|
|
2287
2287
|
get: o
|
|
2288
2288
|
}) => {
|
|
2289
|
-
const n = i.get(r) || void 0, l = n && typeof n == "string" ? JSON.parse(n) : void 0,
|
|
2290
|
-
return o === "label" &&
|
|
2291
|
-
},
|
|
2289
|
+
const n = i.get(r) || void 0, l = n && typeof n == "string" ? JSON.parse(n) : void 0, h = l ? l[t] : void 0;
|
|
2290
|
+
return o === "label" && h ? JSON.parse(h)[0].label : o === "value" && h ? JSON.parse(h)[0].value : h;
|
|
2291
|
+
}, Pn = ({
|
|
2292
2292
|
name: t,
|
|
2293
2293
|
filterKey: r = "filter",
|
|
2294
2294
|
searchParams: i,
|
|
2295
2295
|
get: o
|
|
2296
2296
|
}) => {
|
|
2297
|
-
const n = i.get(r) || void 0, l = n && typeof n == "string" ? JSON.parse(n) : void 0,
|
|
2298
|
-
return o === "label" &&
|
|
2299
|
-
},
|
|
2297
|
+
const n = i.get(r) || void 0, l = n && typeof n == "string" ? JSON.parse(n) : void 0, h = l ? l[t] : void 0;
|
|
2298
|
+
return o === "label" && h ? JSON.parse(h).map((a) => a.label) : o === "value" && h ? JSON.parse(h).map((a) => a.value) : o === "array" && h ? JSON.parse(h) : h;
|
|
2299
|
+
}, Qn = ({
|
|
2300
2300
|
name: t,
|
|
2301
2301
|
filterKey: r = "filter",
|
|
2302
2302
|
searchParams: i,
|
|
2303
2303
|
get: o
|
|
2304
2304
|
}) => {
|
|
2305
|
-
const n = i.get(r) || void 0, l = n && typeof n == "string" ? JSON.parse(n) : void 0,
|
|
2306
|
-
return o === "id" &&
|
|
2307
|
-
},
|
|
2305
|
+
const n = i.get(r) || void 0, l = n && typeof n == "string" ? JSON.parse(n) : void 0, h = l ? l[t] : void 0;
|
|
2306
|
+
return o === "id" && h ? JSON.parse(h).id : o === "label" && h ? JSON.parse(h).label : o === "value" && h ? JSON.parse(h).value : h;
|
|
2307
|
+
}, fi = (t, r, i) => {
|
|
2308
2308
|
const o = r.get(i || "filter") || void 0, n = o && typeof o == "string" ? JSON.parse(o) : void 0;
|
|
2309
2309
|
return n ? n[t] : void 0;
|
|
2310
|
-
},
|
|
2310
|
+
}, Yn = ({
|
|
2311
2311
|
name: t,
|
|
2312
2312
|
filterKey: r = "filter",
|
|
2313
2313
|
searchParams: i
|
|
@@ -2317,29 +2317,29 @@ const Hr = (t, r) => {
|
|
|
2317
2317
|
start: l ? JSON.parse(l).from : void 0,
|
|
2318
2318
|
end: l ? JSON.parse(l).to : void 0
|
|
2319
2319
|
};
|
|
2320
|
-
},
|
|
2320
|
+
}, Xn = ({
|
|
2321
2321
|
name: t,
|
|
2322
2322
|
filterKey: r = "filter",
|
|
2323
2323
|
searchParams: i
|
|
2324
2324
|
}) => {
|
|
2325
2325
|
const o = i.get(r || "filter") || void 0, n = o && typeof o == "string" ? JSON.parse(o) : void 0, l = n ? n[t] : void 0;
|
|
2326
2326
|
return l ? JSON.parse(l) : void 0;
|
|
2327
|
-
},
|
|
2327
|
+
}, Kn = (t, {
|
|
2328
2328
|
filterKey: r = "filter",
|
|
2329
2329
|
perPageKey: i = "perPage",
|
|
2330
2330
|
pageKey: o = "page"
|
|
2331
2331
|
}) => {
|
|
2332
|
-
const n = t.get(r) || void 0, l = t.get(i) || void 0,
|
|
2333
|
-
return !!n || !!l || !!
|
|
2334
|
-
},
|
|
2332
|
+
const n = t.get(r) || void 0, l = t.get(i) || void 0, h = t.get(o) || void 0;
|
|
2333
|
+
return !!n || !!l || !!h;
|
|
2334
|
+
}, gi = ({
|
|
2335
2335
|
isOpen: t,
|
|
2336
2336
|
onClose: r,
|
|
2337
2337
|
filterKey: i,
|
|
2338
2338
|
pageKey: o,
|
|
2339
2339
|
filters: n
|
|
2340
2340
|
}) => {
|
|
2341
|
-
const { searchParams: l, setSearchParams:
|
|
2342
|
-
l.delete(i || "filter"),
|
|
2341
|
+
const { searchParams: l, setSearchParams: h, searchQueries: a } = Ct(), [u, d] = k({}), g = () => {
|
|
2342
|
+
l.delete(i || "filter"), h(l);
|
|
2343
2343
|
}, m = (y, b) => {
|
|
2344
2344
|
switch (y.type) {
|
|
2345
2345
|
case "radio": {
|
|
@@ -2362,7 +2362,7 @@ const Hr = (t, r) => {
|
|
|
2362
2362
|
return null;
|
|
2363
2363
|
}
|
|
2364
2364
|
};
|
|
2365
|
-
return /* @__PURE__ */ e(
|
|
2365
|
+
return /* @__PURE__ */ e(Zr, { onHide: r, show: t || !1, children: /* @__PURE__ */ s(f, { direction: "column", gap: "md", children: [
|
|
2366
2366
|
/* @__PURE__ */ s(_, { direction: "row", justify: "space-between", align: "center", children: [
|
|
2367
2367
|
/* @__PURE__ */ e(f, { children: "Filter" }),
|
|
2368
2368
|
/* @__PURE__ */ e(
|
|
@@ -2376,16 +2376,16 @@ const Hr = (t, r) => {
|
|
|
2376
2376
|
] }),
|
|
2377
2377
|
n == null ? void 0 : n.map((y, b) => m(y, b))
|
|
2378
2378
|
] }) });
|
|
2379
|
-
},
|
|
2379
|
+
}, mi = ({
|
|
2380
2380
|
searchKey: t = "q",
|
|
2381
2381
|
statusKey: r = "status",
|
|
2382
2382
|
searchPlaceholder: i = "Search",
|
|
2383
2383
|
searchHighlightPlaceholder: o,
|
|
2384
2384
|
extendedFilter: n,
|
|
2385
2385
|
showSearchFilter: l = !0,
|
|
2386
|
-
showStatusFilter:
|
|
2386
|
+
showStatusFilter: h = !0,
|
|
2387
2387
|
filterKey: a = "filter",
|
|
2388
|
-
pageKey:
|
|
2388
|
+
pageKey: u = "page",
|
|
2389
2389
|
customWidthSearch: d,
|
|
2390
2390
|
handleOnReset: g,
|
|
2391
2391
|
filterConfigs: m,
|
|
@@ -2396,7 +2396,7 @@ const Hr = (t, r) => {
|
|
|
2396
2396
|
}) => {
|
|
2397
2397
|
const Z = (y == null ? void 0 : y.isShowLabel) ?? !0, [T, U] = k(!1), [M, ae] = k(0), J = () => {
|
|
2398
2398
|
ae((V) => V + 1);
|
|
2399
|
-
}, { searchParams:
|
|
2399
|
+
}, { searchParams: A, setSearchParams: P, getQueryParam: oe } = Ct(), le = Pe(A.toString()), G = fi(t, A, a) || "", [Q, K] = k(G), se = oe(a), X = !!(se && !(() => {
|
|
2400
2400
|
if (se)
|
|
2401
2401
|
try {
|
|
2402
2402
|
const V = JSON.parse(se);
|
|
@@ -2412,14 +2412,14 @@ const Hr = (t, r) => {
|
|
|
2412
2412
|
if (Q === G)
|
|
2413
2413
|
return;
|
|
2414
2414
|
const V = window.setTimeout(() => {
|
|
2415
|
-
|
|
2415
|
+
Ot({
|
|
2416
2416
|
value: Q,
|
|
2417
2417
|
name: t,
|
|
2418
2418
|
type: "search",
|
|
2419
2419
|
searchQueries: le,
|
|
2420
2420
|
setSearchParams: P,
|
|
2421
2421
|
filterKey: a,
|
|
2422
|
-
pageKey:
|
|
2422
|
+
pageKey: u
|
|
2423
2423
|
});
|
|
2424
2424
|
}, 350);
|
|
2425
2425
|
return () => {
|
|
@@ -2432,7 +2432,7 @@ const Hr = (t, r) => {
|
|
|
2432
2432
|
le,
|
|
2433
2433
|
P,
|
|
2434
2434
|
a,
|
|
2435
|
-
|
|
2435
|
+
u
|
|
2436
2436
|
]), /* @__PURE__ */ s(
|
|
2437
2437
|
_,
|
|
2438
2438
|
{
|
|
@@ -2446,7 +2446,7 @@ const Hr = (t, r) => {
|
|
|
2446
2446
|
N,
|
|
2447
2447
|
{
|
|
2448
2448
|
onClick: () => {
|
|
2449
|
-
const V = new URLSearchParams(
|
|
2449
|
+
const V = new URLSearchParams(A);
|
|
2450
2450
|
V.delete(a), P(V), K(""), J(), g && g();
|
|
2451
2451
|
},
|
|
2452
2452
|
variant: "outline",
|
|
@@ -2454,16 +2454,16 @@ const Hr = (t, r) => {
|
|
|
2454
2454
|
children: /* @__PURE__ */ e(x, { color: "error", fontWeight: "semibold", children: "Reset" })
|
|
2455
2455
|
}
|
|
2456
2456
|
) }),
|
|
2457
|
-
n == null ? void 0 : n.map(({ minWidth: V, content: te, title:
|
|
2457
|
+
n == null ? void 0 : n.map(({ minWidth: V, content: te, title: ge, onClickContainer: me }, Be) => /* @__PURE__ */ s(
|
|
2458
2458
|
f,
|
|
2459
2459
|
{
|
|
2460
2460
|
gap: "sm",
|
|
2461
|
-
onClick:
|
|
2461
|
+
onClick: me,
|
|
2462
2462
|
style: {
|
|
2463
2463
|
minWidth: V
|
|
2464
2464
|
},
|
|
2465
2465
|
children: [
|
|
2466
|
-
|
|
2466
|
+
ge && /* @__PURE__ */ e(pe.SubH3, { children: ge }),
|
|
2467
2467
|
te
|
|
2468
2468
|
]
|
|
2469
2469
|
},
|
|
@@ -2489,7 +2489,7 @@ const Hr = (t, r) => {
|
|
|
2489
2489
|
children: Z ? "Filter" : void 0
|
|
2490
2490
|
}
|
|
2491
2491
|
),
|
|
2492
|
-
|
|
2492
|
+
h && /* @__PURE__ */ s(
|
|
2493
2493
|
f,
|
|
2494
2494
|
{
|
|
2495
2495
|
gap: "sm",
|
|
@@ -2499,7 +2499,7 @@ const Hr = (t, r) => {
|
|
|
2499
2499
|
children: [
|
|
2500
2500
|
C && /* @__PURE__ */ e(pe.SubH3, { children: "Status" }),
|
|
2501
2501
|
/* @__PURE__ */ e(
|
|
2502
|
-
|
|
2502
|
+
gt,
|
|
2503
2503
|
{
|
|
2504
2504
|
dropdownLists: [
|
|
2505
2505
|
{
|
|
@@ -2511,28 +2511,28 @@ const Hr = (t, r) => {
|
|
|
2511
2511
|
value: "inactive"
|
|
2512
2512
|
}
|
|
2513
2513
|
],
|
|
2514
|
-
defaultValue:
|
|
2514
|
+
defaultValue: ot({
|
|
2515
2515
|
get: "value",
|
|
2516
2516
|
name: r,
|
|
2517
|
-
searchParams:
|
|
2517
|
+
searchParams: A,
|
|
2518
2518
|
filterKey: a
|
|
2519
2519
|
}) ? [
|
|
2520
2520
|
{
|
|
2521
|
-
label:
|
|
2521
|
+
label: ot({
|
|
2522
2522
|
get: "value",
|
|
2523
2523
|
name: r,
|
|
2524
|
-
searchParams:
|
|
2524
|
+
searchParams: A,
|
|
2525
2525
|
filterKey: a
|
|
2526
2526
|
}) === "active" ? "Active" : "InActive",
|
|
2527
|
-
value:
|
|
2527
|
+
value: ot({
|
|
2528
2528
|
get: "value",
|
|
2529
2529
|
name: r,
|
|
2530
|
-
searchParams:
|
|
2530
|
+
searchParams: A,
|
|
2531
2531
|
filterKey: a
|
|
2532
2532
|
})
|
|
2533
2533
|
}
|
|
2534
2534
|
] : [],
|
|
2535
|
-
onChange: (V) =>
|
|
2535
|
+
onChange: (V) => Ot({
|
|
2536
2536
|
value: V,
|
|
2537
2537
|
name: r,
|
|
2538
2538
|
type: "dropdown",
|
|
@@ -2560,7 +2560,7 @@ const Hr = (t, r) => {
|
|
|
2560
2560
|
S
|
|
2561
2561
|
] }),
|
|
2562
2562
|
/* @__PURE__ */ e(
|
|
2563
|
-
|
|
2563
|
+
mt,
|
|
2564
2564
|
{
|
|
2565
2565
|
placeholder: i,
|
|
2566
2566
|
leftIcon: /* @__PURE__ */ e(D, { name: "Search", width: 20, height: 20 }),
|
|
@@ -2574,29 +2574,29 @@ const Hr = (t, r) => {
|
|
|
2574
2574
|
}
|
|
2575
2575
|
),
|
|
2576
2576
|
/* @__PURE__ */ e(
|
|
2577
|
-
|
|
2577
|
+
gi,
|
|
2578
2578
|
{
|
|
2579
2579
|
isOpen: T,
|
|
2580
2580
|
onClose: () => U(!1),
|
|
2581
2581
|
filterKey: a,
|
|
2582
2582
|
filters: m,
|
|
2583
|
-
pageKey:
|
|
2583
|
+
pageKey: u
|
|
2584
2584
|
}
|
|
2585
2585
|
)
|
|
2586
2586
|
]
|
|
2587
2587
|
}
|
|
2588
2588
|
);
|
|
2589
|
-
},
|
|
2589
|
+
}, yi = ({ children: t, borderRadius: r, height: i }) => {
|
|
2590
2590
|
const o = ie(null), [n, l] = k("100vh");
|
|
2591
2591
|
return $(() => {
|
|
2592
2592
|
if (i) return;
|
|
2593
|
-
const
|
|
2593
|
+
const h = () => {
|
|
2594
2594
|
if (o.current) {
|
|
2595
2595
|
const a = o.current.getBoundingClientRect().top;
|
|
2596
2596
|
l(`calc(100vh - ${a}px)`);
|
|
2597
2597
|
}
|
|
2598
2598
|
};
|
|
2599
|
-
return
|
|
2599
|
+
return h(), window.addEventListener("resize", h), () => window.removeEventListener("resize", h);
|
|
2600
2600
|
}, [i]), /* @__PURE__ */ e(
|
|
2601
2601
|
f,
|
|
2602
2602
|
{
|
|
@@ -2614,7 +2614,7 @@ const Hr = (t, r) => {
|
|
|
2614
2614
|
children: t
|
|
2615
2615
|
}
|
|
2616
2616
|
);
|
|
2617
|
-
},
|
|
2617
|
+
}, pi = ({
|
|
2618
2618
|
action: t,
|
|
2619
2619
|
rightContent: r,
|
|
2620
2620
|
leftContent: i,
|
|
@@ -2622,7 +2622,7 @@ const Hr = (t, r) => {
|
|
|
2622
2622
|
advanceFilter: n,
|
|
2623
2623
|
showFilter: l = !0
|
|
2624
2624
|
}) => {
|
|
2625
|
-
const
|
|
2625
|
+
const h = ne("md"), a = l ? /* @__PURE__ */ e(mi, { ...n }) : null;
|
|
2626
2626
|
return /* @__PURE__ */ e(
|
|
2627
2627
|
f,
|
|
2628
2628
|
{
|
|
@@ -2639,7 +2639,7 @@ const Hr = (t, r) => {
|
|
|
2639
2639
|
flexShrink: 0,
|
|
2640
2640
|
position: "relative",
|
|
2641
2641
|
zIndex: 10,
|
|
2642
|
-
flexDirection:
|
|
2642
|
+
flexDirection: h ? "row" : "column-reverse",
|
|
2643
2643
|
gap: "16px"
|
|
2644
2644
|
},
|
|
2645
2645
|
children: o ? o({ filter: a }) : /* @__PURE__ */ s(q, { children: [
|
|
@@ -2649,21 +2649,21 @@ const Hr = (t, r) => {
|
|
|
2649
2649
|
] }),
|
|
2650
2650
|
/* @__PURE__ */ s(f, { style: { display: "flex", gap: "8px", flexDirection: "row", alignItems: "center", flexShrink: 0 }, children: [
|
|
2651
2651
|
r,
|
|
2652
|
-
t ?
|
|
2652
|
+
t ? dt(t) ? t : /* @__PURE__ */ e(
|
|
2653
2653
|
f,
|
|
2654
2654
|
{
|
|
2655
2655
|
style: {
|
|
2656
2656
|
display: "flex",
|
|
2657
|
-
flexDirection:
|
|
2657
|
+
flexDirection: h ? "row" : "column",
|
|
2658
2658
|
gap: "8px",
|
|
2659
|
-
width:
|
|
2659
|
+
width: h ? "auto" : "100%",
|
|
2660
2660
|
textWrap: "nowrap"
|
|
2661
2661
|
},
|
|
2662
2662
|
children: t.map(
|
|
2663
2663
|
({ title: d, icon: g, buttonProps: m, onClick: y }, b) => !d && !g ? null : /* @__PURE__ */ e(
|
|
2664
2664
|
N,
|
|
2665
2665
|
{
|
|
2666
|
-
fullWidth: !
|
|
2666
|
+
fullWidth: !h,
|
|
2667
2667
|
iconLeft: g ? /* @__PURE__ */ e(D, { name: g }) : void 0,
|
|
2668
2668
|
onClick: y,
|
|
2669
2669
|
...m,
|
|
@@ -2678,7 +2678,7 @@ const Hr = (t, r) => {
|
|
|
2678
2678
|
] })
|
|
2679
2679
|
}
|
|
2680
2680
|
);
|
|
2681
|
-
},
|
|
2681
|
+
}, xi = ({
|
|
2682
2682
|
totalData: t,
|
|
2683
2683
|
withMarginBottom: r = !0,
|
|
2684
2684
|
withMarginTop: i = !0
|
|
@@ -2709,7 +2709,7 @@ const Hr = (t, r) => {
|
|
|
2709
2709
|
/* @__PURE__ */ e(pe.Body1, { children: t || 0 })
|
|
2710
2710
|
]
|
|
2711
2711
|
}
|
|
2712
|
-
),
|
|
2712
|
+
), Ci = ({
|
|
2713
2713
|
pagination: t,
|
|
2714
2714
|
pageKey: r = "page",
|
|
2715
2715
|
perPageKey: i = "perPage",
|
|
@@ -2717,11 +2717,11 @@ const Hr = (t, r) => {
|
|
|
2717
2717
|
showPagination: n = !0,
|
|
2718
2718
|
totalData: l
|
|
2719
2719
|
}) => {
|
|
2720
|
-
const { searchQueries:
|
|
2721
|
-
a({ ...
|
|
2720
|
+
const { searchQueries: h, setSearchParams: a, searchParams: u } = Ct(), d = u.get(i), g = (S) => {
|
|
2721
|
+
a({ ...h, [r]: String(S) });
|
|
2722
2722
|
}, m = (S) => {
|
|
2723
2723
|
a({
|
|
2724
|
-
...
|
|
2724
|
+
...h,
|
|
2725
2725
|
[i]: S,
|
|
2726
2726
|
[r]: "1"
|
|
2727
2727
|
});
|
|
@@ -2746,7 +2746,7 @@ const Hr = (t, r) => {
|
|
|
2746
2746
|
/* @__PURE__ */ s(f, { style: { display: "flex", flexDirection: "row", gap: "8px", alignItems: "center", textWrap: "nowrap" }, children: [
|
|
2747
2747
|
/* @__PURE__ */ e(x, { children: "Rows Per Page: " }),
|
|
2748
2748
|
/* @__PURE__ */ e(
|
|
2749
|
-
|
|
2749
|
+
gt,
|
|
2750
2750
|
{
|
|
2751
2751
|
dropdownLists: [
|
|
2752
2752
|
{ label: "5", value: "5" },
|
|
@@ -2765,7 +2765,7 @@ const Hr = (t, r) => {
|
|
|
2765
2765
|
/* @__PURE__ */ e(x, { children: `${y}-${b} of ${(t == null ? void 0 : t.totalData) || 0}` })
|
|
2766
2766
|
] }),
|
|
2767
2767
|
/* @__PURE__ */ e(
|
|
2768
|
-
|
|
2768
|
+
ur,
|
|
2769
2769
|
{
|
|
2770
2770
|
currentPage: t != null && t.currentPage ? Number(t == null ? void 0 : t.currentPage) : 1,
|
|
2771
2771
|
totalCount: t != null && t.totalPage ? Number(t == null ? void 0 : t.totalPage) : 1,
|
|
@@ -2773,7 +2773,7 @@ const Hr = (t, r) => {
|
|
|
2773
2773
|
}
|
|
2774
2774
|
)
|
|
2775
2775
|
] }) : /* @__PURE__ */ e(
|
|
2776
|
-
|
|
2776
|
+
xi,
|
|
2777
2777
|
{
|
|
2778
2778
|
totalData: l,
|
|
2779
2779
|
withMarginBottom: !1,
|
|
@@ -2782,31 +2782,31 @@ const Hr = (t, r) => {
|
|
|
2782
2782
|
)
|
|
2783
2783
|
}
|
|
2784
2784
|
);
|
|
2785
|
-
},
|
|
2786
|
-
const [i, o] = k(!1), n = ie(null), l = ie(null),
|
|
2785
|
+
}, vi = ({ filter: t, columnTitle: r }) => {
|
|
2786
|
+
const [i, o] = k(!1), n = ie(null), l = ie(null), h = ie(null), [a, u] = k(""), [d, g] = k({ top: 0, left: 0 }), m = t.selectedValues, y = fe(() => a ? t.options.filter(
|
|
2787
2787
|
(C) => C.label.toLowerCase().includes(a.toLowerCase())
|
|
2788
2788
|
) : t.options, [t.options, a]);
|
|
2789
2789
|
$(() => {
|
|
2790
2790
|
if (i && l.current) {
|
|
2791
|
-
const C = l.current.getBoundingClientRect(),
|
|
2791
|
+
const C = l.current.getBoundingClientRect(), z = 280, Z = {
|
|
2792
2792
|
top: C.bottom + 8
|
|
2793
2793
|
};
|
|
2794
|
-
t.position === "left" || C.left +
|
|
2794
|
+
t.position === "left" || C.left + z > window.innerWidth ? Z.right = window.innerWidth - C.right : Z.left = C.left, g(Z);
|
|
2795
2795
|
}
|
|
2796
2796
|
}, [i, t.position]), $(() => {
|
|
2797
|
-
i &&
|
|
2797
|
+
i && h.current ? setTimeout(() => {
|
|
2798
2798
|
var C;
|
|
2799
|
-
return (C =
|
|
2800
|
-
}, 50) :
|
|
2799
|
+
return (C = h.current) == null ? void 0 : C.focus();
|
|
2800
|
+
}, 50) : u("");
|
|
2801
2801
|
}, [i]), $(() => {
|
|
2802
|
-
const C = (
|
|
2803
|
-
n.current && !n.current.contains(
|
|
2802
|
+
const C = (z) => {
|
|
2803
|
+
n.current && !n.current.contains(z.target) && l.current && !l.current.contains(z.target) && o(!1);
|
|
2804
2804
|
};
|
|
2805
2805
|
return i && document.addEventListener("mousedown", C), () => document.removeEventListener("mousedown", C);
|
|
2806
2806
|
}, [i]);
|
|
2807
2807
|
const b = (C) => {
|
|
2808
|
-
const
|
|
2809
|
-
t.onFilterChange(
|
|
2808
|
+
const z = m.includes(C) ? m.filter((Z) => Z !== C) : [...m, C];
|
|
2809
|
+
t.onFilterChange(z);
|
|
2810
2810
|
}, S = () => t.onFilterChange([]);
|
|
2811
2811
|
return /* @__PURE__ */ s(f, { style: { position: "relative" }, children: [
|
|
2812
2812
|
/* @__PURE__ */ e(
|
|
@@ -2820,8 +2820,8 @@ const Hr = (t, r) => {
|
|
|
2820
2820
|
cursor: "pointer"
|
|
2821
2821
|
},
|
|
2822
2822
|
onClick: (C) => {
|
|
2823
|
-
var
|
|
2824
|
-
C.stopPropagation(), i || (
|
|
2823
|
+
var z;
|
|
2824
|
+
C.stopPropagation(), i || (z = t.onOpen) == null || z.call(t), o((Z) => !Z);
|
|
2825
2825
|
},
|
|
2826
2826
|
children: /* @__PURE__ */ e(
|
|
2827
2827
|
D,
|
|
@@ -2898,13 +2898,13 @@ const Hr = (t, r) => {
|
|
|
2898
2898
|
paddingBottom: "8px"
|
|
2899
2899
|
},
|
|
2900
2900
|
children: /* @__PURE__ */ e(
|
|
2901
|
-
|
|
2901
|
+
mt,
|
|
2902
2902
|
{
|
|
2903
|
-
ref:
|
|
2903
|
+
ref: h,
|
|
2904
2904
|
placeholder: `Search ${r.toLowerCase()}...`,
|
|
2905
2905
|
leftIcon: /* @__PURE__ */ e(D, { name: "Search", size: "sm" }),
|
|
2906
2906
|
value: a,
|
|
2907
|
-
onChange: (C) =>
|
|
2907
|
+
onChange: (C) => u(C.target.value),
|
|
2908
2908
|
style: { fontSize: "14px" }
|
|
2909
2909
|
}
|
|
2910
2910
|
)
|
|
@@ -2971,18 +2971,18 @@ const Hr = (t, r) => {
|
|
|
2971
2971
|
transition: "all 0.2s ease",
|
|
2972
2972
|
backgroundColor: m.includes(C.value) ? "var(--sa-color-brand-50, #e6edf6)" : "transparent"
|
|
2973
2973
|
},
|
|
2974
|
-
onClick: (
|
|
2975
|
-
|
|
2974
|
+
onClick: (z) => {
|
|
2975
|
+
z.stopPropagation(), b(C.value);
|
|
2976
2976
|
},
|
|
2977
|
-
onMouseEnter: (
|
|
2978
|
-
m.includes(C.value) || (
|
|
2977
|
+
onMouseEnter: (z) => {
|
|
2978
|
+
m.includes(C.value) || (z.currentTarget.style.backgroundColor = "var(--sa-background-primary, #ffffff)"), z.currentTarget.style.transform = "translateX(2px)";
|
|
2979
2979
|
},
|
|
2980
|
-
onMouseLeave: (
|
|
2981
|
-
|
|
2980
|
+
onMouseLeave: (z) => {
|
|
2981
|
+
z.currentTarget.style.backgroundColor = m.includes(C.value) ? "var(--sa-color-brand-50, #e6edf6)" : "transparent", z.currentTarget.style.transform = "translateX(0)";
|
|
2982
2982
|
},
|
|
2983
2983
|
children: [
|
|
2984
2984
|
/* @__PURE__ */ e(
|
|
2985
|
-
|
|
2985
|
+
at,
|
|
2986
2986
|
{
|
|
2987
2987
|
checked: m.includes(C.value),
|
|
2988
2988
|
onChange: () => {
|
|
@@ -3074,7 +3074,7 @@ const Hr = (t, r) => {
|
|
|
3074
3074
|
}
|
|
3075
3075
|
)
|
|
3076
3076
|
] });
|
|
3077
|
-
},
|
|
3077
|
+
}, bi = ({
|
|
3078
3078
|
direction: t
|
|
3079
3079
|
}) => {
|
|
3080
3080
|
const r = "var(--sa-text-primary, #292a2e)", i = "var(--sa-text-subtle, #8c8f97)";
|
|
@@ -3114,7 +3114,7 @@ const Hr = (t, r) => {
|
|
|
3114
3114
|
]
|
|
3115
3115
|
}
|
|
3116
3116
|
);
|
|
3117
|
-
},
|
|
3117
|
+
}, Di = ({ frozen: t }) => /* @__PURE__ */ s(
|
|
3118
3118
|
"svg",
|
|
3119
3119
|
{
|
|
3120
3120
|
width: "11",
|
|
@@ -3130,16 +3130,16 @@ const Hr = (t, r) => {
|
|
|
3130
3130
|
/* @__PURE__ */ e("path", { d: t ? "M7 11V7a5 5 0 0 1 10 0v4" : "M7 11V7a5 5 0 0 1 9.9-1" })
|
|
3131
3131
|
]
|
|
3132
3132
|
}
|
|
3133
|
-
),
|
|
3133
|
+
), lt = "var(--sa-background-primary, #ffffff)", _t = "var(--sa-background-primary-inverse, #f8f8f8)", wi = ({
|
|
3134
3134
|
columns: t,
|
|
3135
3135
|
records: r,
|
|
3136
3136
|
handleDetail: i,
|
|
3137
3137
|
handleUpdate: o,
|
|
3138
3138
|
handleDelete: n,
|
|
3139
3139
|
isLoading: l,
|
|
3140
|
-
visibleHandleDelete:
|
|
3140
|
+
visibleHandleDelete: h,
|
|
3141
3141
|
visibleHandleUpdate: a,
|
|
3142
|
-
visibleHandleDetail:
|
|
3142
|
+
visibleHandleDetail: u,
|
|
3143
3143
|
showHeadBorder: d = !1,
|
|
3144
3144
|
scrollParentRef: g,
|
|
3145
3145
|
frozenCount: m = 0,
|
|
@@ -3147,14 +3147,14 @@ const Hr = (t, r) => {
|
|
|
3147
3147
|
customActions: b,
|
|
3148
3148
|
actionsOrder: S = ["detail", "update", "delete", "custom"],
|
|
3149
3149
|
customEmptyState: C,
|
|
3150
|
-
enableColumnResize:
|
|
3150
|
+
enableColumnResize: z = !1,
|
|
3151
3151
|
defaultColumnWidths: Z,
|
|
3152
3152
|
onColumnWidthsChange: T,
|
|
3153
3153
|
defaultMinColumnWidth: U = 60,
|
|
3154
3154
|
sort: M,
|
|
3155
3155
|
defaultSort: ae,
|
|
3156
3156
|
onSortChange: J,
|
|
3157
|
-
showActionDivider:
|
|
3157
|
+
showActionDivider: A = !1
|
|
3158
3158
|
}) => {
|
|
3159
3159
|
const P = M !== void 0, [oe, le] = k(
|
|
3160
3160
|
ae ?? null
|
|
@@ -3166,76 +3166,113 @@ const Hr = (t, r) => {
|
|
|
3166
3166
|
if (!F) return;
|
|
3167
3167
|
let w;
|
|
3168
3168
|
!G || G.key !== F ? w = { key: F, direction: "asc" } : G.direction === "asc" ? w = { key: F, direction: "desc" } : w = null, P || le(w), J == null || J(w);
|
|
3169
|
-
}, ee = [i, o, n].filter((v) => v !== void 0).length, X = !!b, R = !!i || !!o || !!n || X, V = "var(--sa-border-subtle, #0b120e24)", te = `1px solid ${V}`,
|
|
3169
|
+
}, ee = [i, o, n].filter((v) => v !== void 0).length, X = !!b, R = !!i || !!o || !!n || X, V = "var(--sa-border-subtle, #0b120e24)", te = `1px solid ${V}`, ge = `inset 1px 0 0 ${V}`, me = `inset -1px 0 0 ${V}`, Be = ee === 3 ? X ? "178px" : "140px" : ee === 2 ? X ? "140px" : "102px" : ee === 1 ? X ? "112px" : "74px" : X ? "74px" : "", Ne = (v, F) => {
|
|
3170
3170
|
if (!F) return v;
|
|
3171
3171
|
if (typeof F == "function") return F(v);
|
|
3172
3172
|
if (typeof F == "string") return v[F];
|
|
3173
|
-
}, [et,
|
|
3173
|
+
}, [et, Oe] = k(!1);
|
|
3174
3174
|
$(() => {
|
|
3175
3175
|
if (!(g != null && g.current)) return;
|
|
3176
3176
|
const v = g.current;
|
|
3177
|
-
|
|
3177
|
+
Oe(v.scrollHeight > v.clientHeight);
|
|
3178
3178
|
}, [r, g]);
|
|
3179
|
-
const
|
|
3179
|
+
const Ie = ie(null), [de, _e] = k([]), [Ae, Fe] = k(
|
|
3180
3180
|
() => Z ?? {}
|
|
3181
3181
|
), Ee = ie(null);
|
|
3182
|
-
|
|
3183
|
-
if (!m || !
|
|
3184
|
-
|
|
3182
|
+
st(() => {
|
|
3183
|
+
if (!m || !Ie.current) {
|
|
3184
|
+
_e([]);
|
|
3185
3185
|
return;
|
|
3186
3186
|
}
|
|
3187
3187
|
const v = Array.from(
|
|
3188
|
-
|
|
3188
|
+
Ie.current.querySelectorAll("thead tr th")
|
|
3189
3189
|
), F = [];
|
|
3190
3190
|
let w = 0;
|
|
3191
|
-
v.forEach((B,
|
|
3192
|
-
F[
|
|
3193
|
-
}),
|
|
3194
|
-
}, [m, t, r,
|
|
3195
|
-
const
|
|
3191
|
+
v.forEach((B, H) => {
|
|
3192
|
+
F[H] = w, H < m && (w += B.offsetWidth);
|
|
3193
|
+
}), _e(F);
|
|
3194
|
+
}, [m, t, r, Ae]);
|
|
3195
|
+
const je = (v) => {
|
|
3196
3196
|
y && y(v < m ? v : v + 1);
|
|
3197
3197
|
}, p = (v, F) => {
|
|
3198
|
-
const w =
|
|
3198
|
+
const w = Ae[v];
|
|
3199
3199
|
if (w !== void 0) {
|
|
3200
3200
|
const B = `${w}px`;
|
|
3201
3201
|
return { width: B, minWidth: B, maxWidth: B };
|
|
3202
3202
|
}
|
|
3203
3203
|
return F ? { width: F } : {};
|
|
3204
|
-
}, E = (v) =>
|
|
3204
|
+
}, E = (v) => z && (v.resizable ?? !0), L = (v, F) => {
|
|
3205
3205
|
v.preventDefault(), v.stopPropagation();
|
|
3206
3206
|
const w = v.currentTarget.closest("th");
|
|
3207
3207
|
if (!w) return;
|
|
3208
3208
|
const B = Math.round(w.getBoundingClientRect().width);
|
|
3209
3209
|
Ee.current = { colIndex: F, startX: v.clientX, startWidth: B };
|
|
3210
|
-
const
|
|
3210
|
+
const H = document.body.style.userSelect, he = document.body.style.cursor;
|
|
3211
3211
|
document.body.style.userSelect = "none", document.body.style.cursor = "col-resize";
|
|
3212
3212
|
const xe = (be) => {
|
|
3213
|
-
var
|
|
3213
|
+
var ze;
|
|
3214
3214
|
const Ce = Ee.current;
|
|
3215
3215
|
if (!Ce) return;
|
|
3216
|
-
const
|
|
3216
|
+
const tt = ((ze = t[Ce.colIndex]) == null ? void 0 : ze.minWidth) ?? U, He = Math.max(tt, Ce.startWidth + (be.clientX - Ce.startX));
|
|
3217
3217
|
Fe(
|
|
3218
|
-
(
|
|
3218
|
+
(Me) => Me[Ce.colIndex] === He ? Me : { ...Me, [Ce.colIndex]: He }
|
|
3219
3219
|
);
|
|
3220
3220
|
}, we = () => {
|
|
3221
|
-
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 = H, document.body.style.cursor = he, Ee.current = null, T && Fe((be) => (T(be), be));
|
|
3222
3222
|
};
|
|
3223
3223
|
document.addEventListener("mousemove", xe), document.addEventListener("mouseup", we);
|
|
3224
3224
|
};
|
|
3225
|
-
return /* @__PURE__ */ e("div", { ref:
|
|
3225
|
+
return /* @__PURE__ */ e("div", { ref: Ie, children: /* @__PURE__ */ s(Jt, { fullWidth: !0, children: [
|
|
3226
3226
|
/* @__PURE__ */ e(
|
|
3227
|
-
|
|
3227
|
+
fr,
|
|
3228
3228
|
{
|
|
3229
3229
|
style: {
|
|
3230
3230
|
height: "40px",
|
|
3231
3231
|
whiteSpace: "nowrap"
|
|
3232
3232
|
},
|
|
3233
|
-
children: /* @__PURE__ */ s(
|
|
3233
|
+
children: /* @__PURE__ */ s(Ve, { children: [
|
|
3234
3234
|
t.map((v, F) => {
|
|
3235
|
-
var
|
|
3236
|
-
const w = m > 0 && F < m, B = de[F] ?? 0,
|
|
3235
|
+
var St, Ft;
|
|
3236
|
+
const w = m > 0 && F < m, B = de[F] ?? 0, H = E(v), xe = F === t.length - 1 && R && A, we = Q(v), be = !!v.sortable && !!we, Ce = be && (G == null ? void 0 : G.key) === we ? G.direction : null, tt = v.title || ((St = v.accessor) == null ? void 0 : St.toString()) || "", He = (Ft = v.headerTooltip) != null && Ft.showIcon ? /* @__PURE__ */ e(
|
|
3237
|
+
D,
|
|
3238
|
+
{
|
|
3239
|
+
name: "InfoCircle",
|
|
3240
|
+
size: "xs",
|
|
3241
|
+
style: { flexShrink: 0, color: "var(--sa-icon-subtle, #8c8f97)", opacity: 0.75 }
|
|
3242
|
+
}
|
|
3243
|
+
) : null, ze = /* @__PURE__ */ e("span", { style: { flex: 1, minWidth: 0, overflow: "hidden", textOverflow: "ellipsis", whiteSpace: "nowrap" }, children: tt }), Me = be ? /* @__PURE__ */ s(
|
|
3244
|
+
"button",
|
|
3245
|
+
{
|
|
3246
|
+
type: "button",
|
|
3247
|
+
onClick: () => K(v),
|
|
3248
|
+
title: Ce === "asc" ? "Sorted ascending — click to sort descending" : Ce === "desc" ? "Sorted descending — click to clear" : "Click to sort ascending",
|
|
3249
|
+
style: {
|
|
3250
|
+
flex: 1,
|
|
3251
|
+
minWidth: 0,
|
|
3252
|
+
display: "flex",
|
|
3253
|
+
alignItems: "center",
|
|
3254
|
+
gap: 4,
|
|
3255
|
+
background: "none",
|
|
3256
|
+
border: "none",
|
|
3257
|
+
padding: 0,
|
|
3258
|
+
margin: 0,
|
|
3259
|
+
font: "inherit",
|
|
3260
|
+
color: "inherit",
|
|
3261
|
+
cursor: "pointer",
|
|
3262
|
+
textAlign: v.textAlign === "text-right" ? "right" : v.textAlign === "text-center" ? "center" : "left"
|
|
3263
|
+
},
|
|
3264
|
+
children: [
|
|
3265
|
+
ze,
|
|
3266
|
+
He,
|
|
3267
|
+
/* @__PURE__ */ e(bi, { direction: Ce })
|
|
3268
|
+
]
|
|
3269
|
+
}
|
|
3270
|
+
) : /* @__PURE__ */ s("span", { style: { flex: 1, minWidth: 0, display: "flex", alignItems: "center", gap: 4 }, children: [
|
|
3271
|
+
ze,
|
|
3272
|
+
He
|
|
3273
|
+
] });
|
|
3237
3274
|
return /* @__PURE__ */ s(
|
|
3238
|
-
|
|
3275
|
+
Mt,
|
|
3239
3276
|
{
|
|
3240
3277
|
style: {
|
|
3241
3278
|
position: "sticky",
|
|
@@ -3245,7 +3282,7 @@ const Hr = (t, r) => {
|
|
|
3245
3282
|
paddingLeft: F === 0 ? "12px" : "",
|
|
3246
3283
|
borderRight: d && !xe && !w ? te : void 0,
|
|
3247
3284
|
borderBottom: d ? te : void 0,
|
|
3248
|
-
boxShadow: d && w ?
|
|
3285
|
+
boxShadow: d && w ? me : void 0,
|
|
3249
3286
|
backgroundColor: "var(--sa-background-primary-inverse, #f8f8f8)",
|
|
3250
3287
|
textAlign: v.textAlign === "text-right" ? "right" : v.textAlign === "text-center" ? "center" : "left",
|
|
3251
3288
|
...p(F, v.width)
|
|
@@ -3262,59 +3299,9 @@ const Hr = (t, r) => {
|
|
|
3262
3299
|
minWidth: 0
|
|
3263
3300
|
},
|
|
3264
3301
|
children: [
|
|
3265
|
-
|
|
3266
|
-
"button",
|
|
3267
|
-
{
|
|
3268
|
-
type: "button",
|
|
3269
|
-
onClick: () => K(v),
|
|
3270
|
-
title: Ce === "asc" ? "Sorted ascending — click to sort descending" : Ce === "desc" ? "Sorted descending — click to clear" : "Click to sort ascending",
|
|
3271
|
-
style: {
|
|
3272
|
-
flex: 1,
|
|
3273
|
-
minWidth: 0,
|
|
3274
|
-
display: "flex",
|
|
3275
|
-
alignItems: "center",
|
|
3276
|
-
gap: 4,
|
|
3277
|
-
background: "none",
|
|
3278
|
-
border: "none",
|
|
3279
|
-
padding: 0,
|
|
3280
|
-
margin: 0,
|
|
3281
|
-
font: "inherit",
|
|
3282
|
-
color: "inherit",
|
|
3283
|
-
cursor: "pointer",
|
|
3284
|
-
textAlign: v.textAlign === "text-right" ? "right" : v.textAlign === "text-center" ? "center" : "left"
|
|
3285
|
-
},
|
|
3286
|
-
children: [
|
|
3287
|
-
/* @__PURE__ */ e(
|
|
3288
|
-
"span",
|
|
3289
|
-
{
|
|
3290
|
-
style: {
|
|
3291
|
-
flex: 1,
|
|
3292
|
-
minWidth: 0,
|
|
3293
|
-
overflow: "hidden",
|
|
3294
|
-
textOverflow: "ellipsis",
|
|
3295
|
-
whiteSpace: "nowrap"
|
|
3296
|
-
},
|
|
3297
|
-
children: v.title || ((je = v.accessor) == null ? void 0 : je.toString())
|
|
3298
|
-
}
|
|
3299
|
-
),
|
|
3300
|
-
/* @__PURE__ */ e(xi, { direction: Ce })
|
|
3301
|
-
]
|
|
3302
|
-
}
|
|
3303
|
-
) : /* @__PURE__ */ e(
|
|
3304
|
-
"span",
|
|
3305
|
-
{
|
|
3306
|
-
style: {
|
|
3307
|
-
flex: 1,
|
|
3308
|
-
minWidth: 0,
|
|
3309
|
-
overflow: "hidden",
|
|
3310
|
-
textOverflow: "ellipsis",
|
|
3311
|
-
whiteSpace: "nowrap"
|
|
3312
|
-
},
|
|
3313
|
-
children: v.title || ((ze = v.accessor) == null ? void 0 : ze.toString())
|
|
3314
|
-
}
|
|
3315
|
-
),
|
|
3302
|
+
v.headerTooltip ? /* @__PURE__ */ e(ue, { label: v.headerTooltip.content, position: "bottom", children: Me }) : Me,
|
|
3316
3303
|
v.filter && /* @__PURE__ */ e(
|
|
3317
|
-
|
|
3304
|
+
vi,
|
|
3318
3305
|
{
|
|
3319
3306
|
filter: v.filter,
|
|
3320
3307
|
columnTitle: v.title
|
|
@@ -3323,7 +3310,7 @@ const Hr = (t, r) => {
|
|
|
3323
3310
|
y && /* @__PURE__ */ e(
|
|
3324
3311
|
"button",
|
|
3325
3312
|
{
|
|
3326
|
-
onClick: () =>
|
|
3313
|
+
onClick: () => je(F),
|
|
3327
3314
|
title: w ? "Unfreeze column" : "Freeze column",
|
|
3328
3315
|
style: {
|
|
3329
3316
|
background: "none",
|
|
@@ -3337,17 +3324,17 @@ const Hr = (t, r) => {
|
|
|
3337
3324
|
opacity: w ? 1 : 0.45,
|
|
3338
3325
|
transition: "opacity 0.15s"
|
|
3339
3326
|
},
|
|
3340
|
-
children: /* @__PURE__ */ e(
|
|
3327
|
+
children: /* @__PURE__ */ e(Di, { frozen: w })
|
|
3341
3328
|
}
|
|
3342
3329
|
)
|
|
3343
3330
|
]
|
|
3344
3331
|
}
|
|
3345
3332
|
),
|
|
3346
|
-
|
|
3333
|
+
H && /* @__PURE__ */ e(
|
|
3347
3334
|
"div",
|
|
3348
3335
|
{
|
|
3349
|
-
onMouseDown: (
|
|
3350
|
-
onClick: (
|
|
3336
|
+
onMouseDown: (rt) => L(rt, F),
|
|
3337
|
+
onClick: (rt) => rt.stopPropagation(),
|
|
3351
3338
|
role: "separator",
|
|
3352
3339
|
"aria-orientation": "vertical",
|
|
3353
3340
|
title: "Drag to resize",
|
|
@@ -3370,7 +3357,7 @@ const Hr = (t, r) => {
|
|
|
3370
3357
|
);
|
|
3371
3358
|
}),
|
|
3372
3359
|
R ? /* @__PURE__ */ e(
|
|
3373
|
-
|
|
3360
|
+
Mt,
|
|
3374
3361
|
{
|
|
3375
3362
|
style: {
|
|
3376
3363
|
backgroundColor: "var(--sa-background-primary-inverse, #f8f8f8)",
|
|
@@ -3379,21 +3366,21 @@ const Hr = (t, r) => {
|
|
|
3379
3366
|
right: 0,
|
|
3380
3367
|
zIndex: 3,
|
|
3381
3368
|
borderBottom: d ? te : void 0,
|
|
3382
|
-
boxShadow: d &&
|
|
3369
|
+
boxShadow: d && A ? ge : void 0
|
|
3383
3370
|
}
|
|
3384
3371
|
}
|
|
3385
3372
|
) : null
|
|
3386
3373
|
] })
|
|
3387
3374
|
}
|
|
3388
3375
|
),
|
|
3389
|
-
/* @__PURE__ */ e(
|
|
3390
|
-
/* @__PURE__ */ e(
|
|
3391
|
-
/* @__PURE__ */ e(
|
|
3392
|
-
/* @__PURE__ */ e(
|
|
3393
|
-
/* @__PURE__ */ e(
|
|
3394
|
-
/* @__PURE__ */ e(
|
|
3395
|
-
] }) }) }) : !(r != null && r.length) && C ? /* @__PURE__ */ e(
|
|
3396
|
-
|
|
3376
|
+
/* @__PURE__ */ e(gr, { children: l ? /* @__PURE__ */ e(Ve, { children: /* @__PURE__ */ e(Se, { colSpan: t.length + 1, children: /* @__PURE__ */ s(f, { style: { gap: "16px" }, children: [
|
|
3377
|
+
/* @__PURE__ */ e(Re, { variant: "list" }),
|
|
3378
|
+
/* @__PURE__ */ e(Re, { variant: "list" }),
|
|
3379
|
+
/* @__PURE__ */ e(Re, { variant: "list" }),
|
|
3380
|
+
/* @__PURE__ */ e(Re, { variant: "list" }),
|
|
3381
|
+
/* @__PURE__ */ e(Re, { variant: "list" })
|
|
3382
|
+
] }) }) }) : !(r != null && r.length) && C ? /* @__PURE__ */ e(Ve, { children: /* @__PURE__ */ e(Se, { colSpan: t.length + 1, children: C }) }) : r == null ? void 0 : r.map((v, F) => /* @__PURE__ */ s(
|
|
3383
|
+
Ve,
|
|
3397
3384
|
{
|
|
3398
3385
|
style: {
|
|
3399
3386
|
transition: "background-color 0.3s ease",
|
|
@@ -3402,38 +3389,38 @@ const Hr = (t, r) => {
|
|
|
3402
3389
|
},
|
|
3403
3390
|
onMouseEnter: (w) => {
|
|
3404
3391
|
const B = w.currentTarget;
|
|
3405
|
-
B.style.backgroundColor =
|
|
3406
|
-
|
|
3392
|
+
B.style.backgroundColor = _t, Array.from(B.querySelectorAll("td")).forEach((H) => {
|
|
3393
|
+
H.style.position === "sticky" && (H.style.backgroundColor = _t);
|
|
3407
3394
|
});
|
|
3408
3395
|
},
|
|
3409
3396
|
onMouseLeave: (w) => {
|
|
3410
3397
|
const B = w.currentTarget;
|
|
3411
|
-
B.style.backgroundColor = "", Array.from(B.querySelectorAll("td")).forEach((
|
|
3412
|
-
|
|
3398
|
+
B.style.backgroundColor = "", Array.from(B.querySelectorAll("td")).forEach((H) => {
|
|
3399
|
+
H.style.position === "sticky" && (H.style.backgroundColor = lt);
|
|
3413
3400
|
});
|
|
3414
3401
|
},
|
|
3415
3402
|
children: [
|
|
3416
3403
|
t.map((w, B) => {
|
|
3417
|
-
const
|
|
3404
|
+
const H = w.render ? w.render(v, F, r) : Ne(v, w.accessor), he = m > 0 && B < m, xe = de[B] ?? 0, we = Ae[B] !== void 0, be = he && B === m - 1;
|
|
3418
3405
|
return /* @__PURE__ */ e(
|
|
3419
3406
|
Se,
|
|
3420
3407
|
{
|
|
3421
3408
|
style: {
|
|
3422
|
-
position:
|
|
3423
|
-
left:
|
|
3424
|
-
zIndex:
|
|
3425
|
-
backgroundColor:
|
|
3426
|
-
transition:
|
|
3409
|
+
position: he ? "sticky" : void 0,
|
|
3410
|
+
left: he ? xe : void 0,
|
|
3411
|
+
zIndex: he ? 1 : void 0,
|
|
3412
|
+
backgroundColor: he ? lt : void 0,
|
|
3413
|
+
transition: he ? "background-color 0.3s ease" : void 0,
|
|
3427
3414
|
paddingLeft: B === 0 ? "12px" : "",
|
|
3428
3415
|
whiteSpace: "nowrap",
|
|
3429
3416
|
overflow: we ? "hidden" : void 0,
|
|
3430
3417
|
borderLeft: w.showBorderLeft ? te : void 0,
|
|
3431
3418
|
borderRight: w.showBorderRight ? te : void 0,
|
|
3432
|
-
boxShadow: be ?
|
|
3419
|
+
boxShadow: be ? me : void 0,
|
|
3433
3420
|
textAlign: w.textAlign === "text-right" ? "right" : w.textAlign === "text-center" ? "center" : "left",
|
|
3434
3421
|
...p(B, w.width)
|
|
3435
3422
|
},
|
|
3436
|
-
children: typeof
|
|
3423
|
+
children: typeof H == "string" ? /* @__PURE__ */ e(
|
|
3437
3424
|
x,
|
|
3438
3425
|
{
|
|
3439
3426
|
style: {
|
|
@@ -3442,9 +3429,9 @@ const Hr = (t, r) => {
|
|
|
3442
3429
|
textOverflow: "ellipsis",
|
|
3443
3430
|
textAlign: w.textAlign === "text-right" ? "right" : w.textAlign === "text-center" ? "center" : "left"
|
|
3444
3431
|
},
|
|
3445
|
-
children:
|
|
3432
|
+
children: H
|
|
3446
3433
|
}
|
|
3447
|
-
) :
|
|
3434
|
+
) : H
|
|
3448
3435
|
},
|
|
3449
3436
|
`row-${F}-col-${B}`
|
|
3450
3437
|
);
|
|
@@ -3454,12 +3441,12 @@ const Hr = (t, r) => {
|
|
|
3454
3441
|
position: "sticky",
|
|
3455
3442
|
right: 0,
|
|
3456
3443
|
zIndex: 1,
|
|
3457
|
-
backgroundColor:
|
|
3458
|
-
boxShadow:
|
|
3444
|
+
backgroundColor: lt,
|
|
3445
|
+
boxShadow: A ? ge : void 0,
|
|
3459
3446
|
transition: "background-color 0.3s ease"
|
|
3460
3447
|
}, children: /* @__PURE__ */ e(_, { direction: "row", align: "center", justify: "center", gap: "sm", children: S.map((w) => {
|
|
3461
3448
|
const B = F === r.length - 1 ? "top" : "bottom";
|
|
3462
|
-
return w === "detail" && i && (
|
|
3449
|
+
return w === "detail" && i && (u == null ? void 0 : u(v)) !== !1 ? /* @__PURE__ */ e(ue, { label: "Detail", position: B, children: /* @__PURE__ */ e(
|
|
3463
3450
|
N,
|
|
3464
3451
|
{
|
|
3465
3452
|
size: "xs",
|
|
@@ -3468,7 +3455,7 @@ const Hr = (t, r) => {
|
|
|
3468
3455
|
onClick: () => i(v.id, v),
|
|
3469
3456
|
iconLeft: /* @__PURE__ */ e(D, { name: "DocumentClean", size: "sm", style: { color: "var(--sa-text-subtle, #8c8f97)" } })
|
|
3470
3457
|
}
|
|
3471
|
-
) }, "detail") : w === "update" && o && (a == null ? void 0 : a(v)) !== !1 ? /* @__PURE__ */ e(
|
|
3458
|
+
) }, "detail") : w === "update" && o && (a == null ? void 0 : a(v)) !== !1 ? /* @__PURE__ */ e(ue, { label: "Update", position: B, children: /* @__PURE__ */ e(
|
|
3472
3459
|
N,
|
|
3473
3460
|
{
|
|
3474
3461
|
size: "xs",
|
|
@@ -3477,7 +3464,7 @@ const Hr = (t, r) => {
|
|
|
3477
3464
|
onClick: () => o(v),
|
|
3478
3465
|
iconLeft: /* @__PURE__ */ e(D, { name: "Edit1", size: "sm", style: { color: "var(--sa-text-subtle, #8c8f97)" } })
|
|
3479
3466
|
}
|
|
3480
|
-
) }, "update") : w === "delete" && n && (
|
|
3467
|
+
) }, "update") : w === "delete" && n && (h == null ? void 0 : h(v)) !== !1 ? /* @__PURE__ */ e(ue, { label: "Delete", position: B, children: /* @__PURE__ */ e(
|
|
3481
3468
|
N,
|
|
3482
3469
|
{
|
|
3483
3470
|
size: "xs",
|
|
@@ -3493,20 +3480,20 @@ const Hr = (t, r) => {
|
|
|
3493
3480
|
`${v}${F}`
|
|
3494
3481
|
)) })
|
|
3495
3482
|
] }) });
|
|
3496
|
-
},
|
|
3483
|
+
}, ki = ({
|
|
3497
3484
|
wrapperProps: t,
|
|
3498
3485
|
dataTableProps: r,
|
|
3499
3486
|
headerProps: i,
|
|
3500
3487
|
footerProps: o
|
|
3501
3488
|
}) => {
|
|
3502
3489
|
var m;
|
|
3503
|
-
const n = ie(null), [l,
|
|
3490
|
+
const n = ie(null), [l, h] = k(
|
|
3504
3491
|
(r == null ? void 0 : r.defaultFrozenCount) ?? 0
|
|
3505
|
-
), a = (i == null ? void 0 : i.show) ?? !0,
|
|
3506
|
-
typeof d == "number" && (
|
|
3507
|
-
const g = (o == null ? void 0 : o.showFooter) ?? (d === void 0 ?
|
|
3508
|
-
return /* @__PURE__ */ s(
|
|
3509
|
-
a && /* @__PURE__ */ e(
|
|
3492
|
+
), a = (i == null ? void 0 : i.show) ?? !0, u = ie(null), d = (m = r == null ? void 0 : r.pagination) == null ? void 0 : m.totalData;
|
|
3493
|
+
typeof d == "number" && (u.current = d);
|
|
3494
|
+
const g = (o == null ? void 0 : o.showFooter) ?? (d === void 0 ? u.current !== 0 : d !== 0);
|
|
3495
|
+
return /* @__PURE__ */ s(yi, { ...t, children: [
|
|
3496
|
+
a && /* @__PURE__ */ e(pi, { ...i }),
|
|
3510
3497
|
/* @__PURE__ */ e(
|
|
3511
3498
|
f,
|
|
3512
3499
|
{
|
|
@@ -3517,18 +3504,18 @@ const Hr = (t, r) => {
|
|
|
3517
3504
|
overflowX: "auto"
|
|
3518
3505
|
},
|
|
3519
3506
|
children: r ? /* @__PURE__ */ e(
|
|
3520
|
-
|
|
3507
|
+
wi,
|
|
3521
3508
|
{
|
|
3522
3509
|
...r,
|
|
3523
3510
|
scrollParentRef: n,
|
|
3524
3511
|
frozenCount: r != null && r.enableFreezeColumns ? l : 0,
|
|
3525
|
-
onFrozenCountChange: r != null && r.enableFreezeColumns ?
|
|
3512
|
+
onFrozenCountChange: r != null && r.enableFreezeColumns ? h : void 0
|
|
3526
3513
|
}
|
|
3527
3514
|
) : null
|
|
3528
3515
|
}
|
|
3529
3516
|
),
|
|
3530
3517
|
g && /* @__PURE__ */ e(
|
|
3531
|
-
|
|
3518
|
+
Ci,
|
|
3532
3519
|
{
|
|
3533
3520
|
pagination: r == null ? void 0 : r.pagination,
|
|
3534
3521
|
pageKey: r == null ? void 0 : r.pageKey,
|
|
@@ -3540,15 +3527,15 @@ const Hr = (t, r) => {
|
|
|
3540
3527
|
)
|
|
3541
3528
|
] });
|
|
3542
3529
|
};
|
|
3543
|
-
function
|
|
3530
|
+
function Si(t) {
|
|
3544
3531
|
return ce(
|
|
3545
3532
|
t
|
|
3546
3533
|
);
|
|
3547
3534
|
}
|
|
3548
|
-
const
|
|
3535
|
+
const eo = Si(ki), vt = ({
|
|
3549
3536
|
of: t,
|
|
3550
3537
|
render: r
|
|
3551
|
-
}) =>
|
|
3538
|
+
}) => Cr.toArray(t == null ? void 0 : t.map((i, o, n) => r(i, o, n))), O = ({
|
|
3552
3539
|
condition: t,
|
|
3553
3540
|
fallback: r,
|
|
3554
3541
|
children: i,
|
|
@@ -3564,15 +3551,15 @@ const Yn = Di(bi), Ct = ({
|
|
|
3564
3551
|
color: t.color || "gray-700",
|
|
3565
3552
|
children: t.children
|
|
3566
3553
|
}
|
|
3567
|
-
), De = (t) => /* @__PURE__ */ e(x, { color: "red-600", fontSize: "sm", children: t.message }),
|
|
3554
|
+
), De = (t) => /* @__PURE__ */ e(x, { color: "red-600", fontSize: "sm", children: t.message }), Fi = ({
|
|
3568
3555
|
size: t = "md",
|
|
3569
3556
|
direction: r = "vertical",
|
|
3570
3557
|
requiredTitle: i = "(Required)",
|
|
3571
3558
|
fullWidth: o = !1,
|
|
3572
3559
|
...n
|
|
3573
3560
|
}) => {
|
|
3574
|
-
var a,
|
|
3575
|
-
const l = n.hideMessageError || !1,
|
|
3561
|
+
var a, u, d;
|
|
3562
|
+
const l = n.hideMessageError || !1, h = r === "horizontal" ? t === "sm" ? 342 : t === "lg" ? 400 : 342 : void 0;
|
|
3576
3563
|
return /* @__PURE__ */ s(
|
|
3577
3564
|
f,
|
|
3578
3565
|
{
|
|
@@ -3588,7 +3575,7 @@ const Yn = Di(bi), Ct = ({
|
|
|
3588
3575
|
f,
|
|
3589
3576
|
{
|
|
3590
3577
|
direction: "column",
|
|
3591
|
-
customMaxWidth:
|
|
3578
|
+
customMaxWidth: h,
|
|
3592
3579
|
fullWidth: o,
|
|
3593
3580
|
children: [
|
|
3594
3581
|
/* @__PURE__ */ e(j, { children: n.title }),
|
|
@@ -3600,16 +3587,16 @@ const Yn = Di(bi), Ct = ({
|
|
|
3600
3587
|
f,
|
|
3601
3588
|
{
|
|
3602
3589
|
direction: "column",
|
|
3603
|
-
customMaxWidth:
|
|
3590
|
+
customMaxWidth: h,
|
|
3604
3591
|
fullWidth: o,
|
|
3605
3592
|
children: [
|
|
3606
3593
|
/* @__PURE__ */ s(_, { direction: "row", gap: "xs", align: "center", children: [
|
|
3607
3594
|
/* @__PURE__ */ e(j, { fontSize: t, children: n.title }),
|
|
3608
3595
|
/* @__PURE__ */ e(j, { color: "error", fontSize: t, children: i }),
|
|
3609
3596
|
/* @__PURE__ */ e(O, { condition: !!((a = n.tooltip) != null && a.label), children: /* @__PURE__ */ e(
|
|
3610
|
-
|
|
3597
|
+
ue,
|
|
3611
3598
|
{
|
|
3612
|
-
label: (
|
|
3599
|
+
label: (u = n.tooltip) == null ? void 0 : u.label,
|
|
3613
3600
|
arrowPosition: (d = n.tooltip) == null ? void 0 : d.arrowPosition,
|
|
3614
3601
|
...n.tooltip,
|
|
3615
3602
|
children: /* @__PURE__ */ e(
|
|
@@ -3634,7 +3621,7 @@ const Yn = Di(bi), Ct = ({
|
|
|
3634
3621
|
),
|
|
3635
3622
|
/* @__PURE__ */ s(f, { gap: "xs", fullWidth: n.inputProps.fullWidth || !1, children: [
|
|
3636
3623
|
/* @__PURE__ */ e(
|
|
3637
|
-
|
|
3624
|
+
mt,
|
|
3638
3625
|
{
|
|
3639
3626
|
ref: n.inputRef,
|
|
3640
3627
|
size: t,
|
|
@@ -3649,15 +3636,15 @@ const Yn = Di(bi), Ct = ({
|
|
|
3649
3636
|
]
|
|
3650
3637
|
}
|
|
3651
3638
|
);
|
|
3652
|
-
},
|
|
3639
|
+
}, Ei = ({
|
|
3653
3640
|
size: t = "md",
|
|
3654
3641
|
direction: r = "vertical",
|
|
3655
3642
|
requiredTitle: i = "(Required)",
|
|
3656
3643
|
fullWidth: o = !1,
|
|
3657
3644
|
...n
|
|
3658
3645
|
}) => {
|
|
3659
|
-
var a,
|
|
3660
|
-
const l = n.hideMessageError || !1,
|
|
3646
|
+
var a, u, d;
|
|
3647
|
+
const l = n.hideMessageError || !1, h = r === "horizontal" ? t === "sm" ? 342 : t === "lg" ? 400 : 342 : void 0;
|
|
3661
3648
|
return /* @__PURE__ */ s(
|
|
3662
3649
|
f,
|
|
3663
3650
|
{
|
|
@@ -3673,7 +3660,7 @@ const Yn = Di(bi), Ct = ({
|
|
|
3673
3660
|
f,
|
|
3674
3661
|
{
|
|
3675
3662
|
direction: "column",
|
|
3676
|
-
customMaxWidth:
|
|
3663
|
+
customMaxWidth: h,
|
|
3677
3664
|
fullWidth: o,
|
|
3678
3665
|
children: [
|
|
3679
3666
|
/* @__PURE__ */ e(j, { children: n.title }),
|
|
@@ -3685,16 +3672,16 @@ const Yn = Di(bi), Ct = ({
|
|
|
3685
3672
|
f,
|
|
3686
3673
|
{
|
|
3687
3674
|
direction: "column",
|
|
3688
|
-
customMaxWidth:
|
|
3675
|
+
customMaxWidth: h,
|
|
3689
3676
|
fullWidth: o,
|
|
3690
3677
|
children: [
|
|
3691
3678
|
/* @__PURE__ */ s(_, { direction: "row", gap: "xs", align: "center", children: [
|
|
3692
3679
|
/* @__PURE__ */ e(j, { fontSize: t, children: n.title }),
|
|
3693
3680
|
/* @__PURE__ */ e(j, { color: "error", fontSize: t, children: i }),
|
|
3694
3681
|
/* @__PURE__ */ e(O, { condition: !!((a = n.tooltip) != null && a.label), children: /* @__PURE__ */ e(
|
|
3695
|
-
|
|
3682
|
+
ue,
|
|
3696
3683
|
{
|
|
3697
|
-
label: (
|
|
3684
|
+
label: (u = n.tooltip) == null ? void 0 : u.label,
|
|
3698
3685
|
arrowPosition: (d = n.tooltip) == null ? void 0 : d.arrowPosition,
|
|
3699
3686
|
...n.tooltip,
|
|
3700
3687
|
children: /* @__PURE__ */ e(
|
|
@@ -3725,7 +3712,7 @@ const Yn = Di(bi), Ct = ({
|
|
|
3725
3712
|
width: n.inputProps.fullWidth ? "100%" : r === "horizontal" && n.customWidth ? n.customWidth : r === "horizontal" ? "343px" : ""
|
|
3726
3713
|
},
|
|
3727
3714
|
children: /* @__PURE__ */ e(
|
|
3728
|
-
|
|
3715
|
+
gt,
|
|
3729
3716
|
{
|
|
3730
3717
|
size: t,
|
|
3731
3718
|
...n.inputProps,
|
|
@@ -3740,16 +3727,16 @@ const Yn = Di(bi), Ct = ({
|
|
|
3740
3727
|
]
|
|
3741
3728
|
}
|
|
3742
3729
|
);
|
|
3743
|
-
},
|
|
3730
|
+
}, Mi = (t, r) => typeof t == "string" && t || r === "error" ? "var(--sa-border-danger)" : "var(--sa-border-subtle)", Li = (t) => {
|
|
3744
3731
|
var a;
|
|
3745
|
-
const [r, i] = k(!1), o = (
|
|
3746
|
-
|
|
3747
|
-
}, n = (
|
|
3748
|
-
|
|
3749
|
-
}, l = (
|
|
3750
|
-
|
|
3751
|
-
},
|
|
3752
|
-
|
|
3732
|
+
const [r, i] = k(!1), o = (u) => {
|
|
3733
|
+
u.preventDefault(), u.stopPropagation();
|
|
3734
|
+
}, n = (u) => {
|
|
3735
|
+
u.preventDefault(), u.stopPropagation(), u.dataTransfer && t.handleOnFileChange(u.dataTransfer.files.item(0));
|
|
3736
|
+
}, l = (u) => {
|
|
3737
|
+
u.preventDefault(), i(!0);
|
|
3738
|
+
}, h = (u) => {
|
|
3739
|
+
u.preventDefault(), i(!1);
|
|
3753
3740
|
};
|
|
3754
3741
|
return /* @__PURE__ */ s(
|
|
3755
3742
|
f,
|
|
@@ -3763,11 +3750,11 @@ const Yn = Di(bi), Ct = ({
|
|
|
3763
3750
|
onDragOver: o,
|
|
3764
3751
|
onDrop: n,
|
|
3765
3752
|
onDragEnter: l,
|
|
3766
|
-
onDragLeave:
|
|
3753
|
+
onDragLeave: h,
|
|
3767
3754
|
paddingBlock: "md",
|
|
3768
3755
|
borderRadius: "rounded-md",
|
|
3769
3756
|
style: {
|
|
3770
|
-
border: r ? "1px solid var(--sa-border-info)" : `1px solid ${
|
|
3757
|
+
border: r ? "1px solid var(--sa-border-info)" : `1px solid ${Mi(t.errorMessage, t.status)}`
|
|
3771
3758
|
},
|
|
3772
3759
|
children: [
|
|
3773
3760
|
/* @__PURE__ */ e(
|
|
@@ -3803,23 +3790,23 @@ const Yn = Di(bi), Ct = ({
|
|
|
3803
3790
|
}
|
|
3804
3791
|
)
|
|
3805
3792
|
] }),
|
|
3806
|
-
/* @__PURE__ */ e(x, { fontSize: "sm", color: "gray-500", children: (a = t.fileSupports) == null ? void 0 : a.map((
|
|
3793
|
+
/* @__PURE__ */ e(x, { fontSize: "sm", color: "gray-500", children: (a = t.fileSupports) == null ? void 0 : a.map((u) => u.toLocaleUpperCase()).join(", ") })
|
|
3807
3794
|
] })
|
|
3808
3795
|
]
|
|
3809
3796
|
}
|
|
3810
3797
|
);
|
|
3811
3798
|
};
|
|
3812
|
-
function
|
|
3799
|
+
function to(t) {
|
|
3813
3800
|
return t.split(" ").map((r) => r[0]).join("").slice(0, 2).toUpperCase();
|
|
3814
3801
|
}
|
|
3815
|
-
const
|
|
3802
|
+
const Wi = (t) => {
|
|
3816
3803
|
const r = {
|
|
3817
3804
|
day: "2-digit",
|
|
3818
3805
|
month: "short",
|
|
3819
3806
|
year: "numeric"
|
|
3820
3807
|
};
|
|
3821
3808
|
return t.toLocaleDateString("id-ID", r);
|
|
3822
|
-
},
|
|
3809
|
+
}, ro = (t) => {
|
|
3823
3810
|
const r = {
|
|
3824
3811
|
Jan: 0,
|
|
3825
3812
|
Feb: 1,
|
|
@@ -3839,7 +3826,7 @@ const Ei = (t) => {
|
|
|
3839
3826
|
const o = parseInt(i[0], 10), n = r[i[1]], l = parseInt(i[2], 10);
|
|
3840
3827
|
return isNaN(o) || isNaN(n) || isNaN(l) ? null : new Date(l, n, o);
|
|
3841
3828
|
};
|
|
3842
|
-
function
|
|
3829
|
+
function io(t, r = !0) {
|
|
3843
3830
|
if (!t)
|
|
3844
3831
|
return "Rp 0";
|
|
3845
3832
|
const i = typeof t == "number" ? t.toString() : t;
|
|
@@ -3854,19 +3841,19 @@ String.prototype.toTitleCase = function() {
|
|
|
3854
3841
|
String.prototype.toNumber = function() {
|
|
3855
3842
|
return Number(this);
|
|
3856
3843
|
};
|
|
3857
|
-
const
|
|
3844
|
+
const no = (t) => {
|
|
3858
3845
|
const r = t.split(" ");
|
|
3859
3846
|
let i = r[0].charAt(0);
|
|
3860
3847
|
return r.length > 1 && (i += "" + r[1].charAt(0)), i.toUpperCase();
|
|
3861
3848
|
};
|
|
3862
|
-
function
|
|
3849
|
+
function oo(t) {
|
|
3863
3850
|
const r = typeof t == "string" ? new Date(t) : t;
|
|
3864
3851
|
if (isNaN(r.getTime()))
|
|
3865
3852
|
throw new Error("Invalid date format");
|
|
3866
3853
|
const i = r.getFullYear(), o = String(r.getMonth() + 1).padStart(2, "0"), n = String(r.getDate()).padStart(2, "0");
|
|
3867
3854
|
return `${i}-${o}-${n}`;
|
|
3868
3855
|
}
|
|
3869
|
-
const
|
|
3856
|
+
const Bi = "sa-admin", ye = (t) => `var(--${Bi}-${t})`, lo = {
|
|
3870
3857
|
base: {
|
|
3871
3858
|
borderColor: ye("base-border-color"),
|
|
3872
3859
|
textColor: ye("base-text-color"),
|
|
@@ -3884,22 +3871,22 @@ const Mi = "sa-admin", ye = (t) => `var(--${Mi}-${t})`, io = {
|
|
|
3884
3871
|
collapseWidth: ye("sidebar-collapse-width"),
|
|
3885
3872
|
collapseV2Width: ye("sidebar-v2-collapse-width")
|
|
3886
3873
|
}
|
|
3887
|
-
},
|
|
3874
|
+
}, co = 24 * 60 * 60 * 1e3, ao = (t) => {
|
|
3888
3875
|
const r = "14px poppins", o = document.createElement("canvas").getContext("2d");
|
|
3889
3876
|
o.font = r;
|
|
3890
3877
|
const n = o.measureText(t).width;
|
|
3891
3878
|
return Number(Math.ceil(n));
|
|
3892
|
-
},
|
|
3893
|
-
function
|
|
3879
|
+
}, Ii = /^[^\s@]+@[^\s@]+\.[^\s@]+$/, Ai = /--+/, Hi = /-$/;
|
|
3880
|
+
function so(t, r) {
|
|
3894
3881
|
return JSON.stringify(t) !== JSON.stringify(r);
|
|
3895
3882
|
}
|
|
3896
|
-
function
|
|
3883
|
+
function ho(t) {
|
|
3897
3884
|
return /^(?:\+62|62|0)8[1-9][0-9]{7,10}$/.test(t);
|
|
3898
3885
|
}
|
|
3899
|
-
function
|
|
3886
|
+
function uo(t) {
|
|
3900
3887
|
return /^[A-Za-z\s]+$/.test(t);
|
|
3901
3888
|
}
|
|
3902
|
-
const
|
|
3889
|
+
const fo = (t) => {
|
|
3903
3890
|
const r = /^[0-9]$/, i = [
|
|
3904
3891
|
"ArrowLeft",
|
|
3905
3892
|
"ArrowRight",
|
|
@@ -3911,7 +3898,7 @@ const so = (t) => {
|
|
|
3911
3898
|
"Tab"
|
|
3912
3899
|
];
|
|
3913
3900
|
(t.ctrlKey || t.metaKey) && (t.key === "a" || t.key === "c" || t.key === "v") || !r.test(t.key) && !i.includes(t.key) && t.preventDefault();
|
|
3914
|
-
},
|
|
3901
|
+
}, go = (t) => {
|
|
3915
3902
|
const r = /^[0-9]$/, i = [
|
|
3916
3903
|
"ArrowLeft",
|
|
3917
3904
|
"ArrowRight",
|
|
@@ -3923,7 +3910,7 @@ const so = (t) => {
|
|
|
3923
3910
|
"Tab"
|
|
3924
3911
|
];
|
|
3925
3912
|
(t.ctrlKey || t.metaKey) && t.key === "v" || r.test(t.key) && !i.includes(t.key) && t.preventDefault();
|
|
3926
|
-
},
|
|
3913
|
+
}, mo = (t) => {
|
|
3927
3914
|
const r = /^[0-9.]$/, i = [
|
|
3928
3915
|
"ArrowLeft",
|
|
3929
3916
|
"ArrowRight",
|
|
@@ -3935,11 +3922,11 @@ const so = (t) => {
|
|
|
3935
3922
|
"Tab"
|
|
3936
3923
|
];
|
|
3937
3924
|
(t.ctrlKey || t.metaKey) && t.key === "v" || !r.test(t.key) && !i.includes(t.key) && t.preventDefault();
|
|
3938
|
-
},
|
|
3939
|
-
function
|
|
3940
|
-
return !(
|
|
3925
|
+
}, yo = (t) => Ii.test(t);
|
|
3926
|
+
function po(t) {
|
|
3927
|
+
return !(Ai.test(t) || Hi.test(t));
|
|
3941
3928
|
}
|
|
3942
|
-
const
|
|
3929
|
+
const xo = (t) => {
|
|
3943
3930
|
const r = [
|
|
3944
3931
|
"ArrowLeft",
|
|
3945
3932
|
"ArrowRight",
|
|
@@ -3956,7 +3943,7 @@ const mo = (t) => {
|
|
|
3956
3943
|
return;
|
|
3957
3944
|
const i = t.currentTarget.value;
|
|
3958
3945
|
/^[0-9]$/.test(t.key) || t.key === "." && !i.includes(".") || t.key === "-" && i.length === 0 && !i.includes("-") || r.includes(t.key) || t.preventDefault();
|
|
3959
|
-
},
|
|
3946
|
+
}, Co = (t) => {
|
|
3960
3947
|
const r = document.getElementById(t);
|
|
3961
3948
|
if (r) {
|
|
3962
3949
|
const i = r.getBoundingClientRect(), o = window.scrollY + i.top - 80;
|
|
@@ -3966,7 +3953,7 @@ const mo = (t) => {
|
|
|
3966
3953
|
});
|
|
3967
3954
|
}
|
|
3968
3955
|
};
|
|
3969
|
-
function
|
|
3956
|
+
function zi(t) {
|
|
3970
3957
|
const r = t.toLowerCase();
|
|
3971
3958
|
if (["kb", "mb", "gb"].find((l) => r.endsWith(l)))
|
|
3972
3959
|
return t;
|
|
@@ -3975,11 +3962,11 @@ function Ai(t) {
|
|
|
3975
3962
|
throw new Error("Invalid size format");
|
|
3976
3963
|
return n >= 1e6 ? `${(n / 1e6).toFixed(2)}MB` : n >= 1e3 ? `${(n / 1e3).toFixed(2)}KB` : `${n}B`;
|
|
3977
3964
|
}
|
|
3978
|
-
function
|
|
3965
|
+
function Ri(t) {
|
|
3979
3966
|
const r = t.split("/");
|
|
3980
3967
|
return r[r.length - 1];
|
|
3981
3968
|
}
|
|
3982
|
-
const
|
|
3969
|
+
const Vi = (t) => {
|
|
3983
3970
|
var r, i;
|
|
3984
3971
|
return /* @__PURE__ */ s(
|
|
3985
3972
|
f,
|
|
@@ -4024,7 +4011,7 @@ const zi = (t) => {
|
|
|
4024
4011
|
whiteSpace: "nowrap",
|
|
4025
4012
|
overflow: "hidden"
|
|
4026
4013
|
},
|
|
4027
|
-
children: t.defaultFile ?
|
|
4014
|
+
children: t.defaultFile ? Ri(t.defaultFile.url) : (r = t.fileSelected) == null ? void 0 : r.name
|
|
4028
4015
|
}
|
|
4029
4016
|
),
|
|
4030
4017
|
t.defaultFile ? (t.defaultFile.size || t.defaultFile.date) && /* @__PURE__ */ s(_, { direction: "row", gap: "xs", align: "center", children: [
|
|
@@ -4032,9 +4019,9 @@ const zi = (t) => {
|
|
|
4032
4019
|
t.defaultFile.size && t.defaultFile.date && /* @__PURE__ */ e(D, { name: "Dot", size: "xs" }),
|
|
4033
4020
|
t.defaultFile.date && /* @__PURE__ */ e(x, { fontSize: "sm", fontWeight: "medium", style: { textWrap: "nowrap" }, children: t.defaultFile.date })
|
|
4034
4021
|
] }) : /* @__PURE__ */ s(_, { direction: "row", gap: "xs", align: "center", children: [
|
|
4035
|
-
/* @__PURE__ */ e(x, { fontSize: "sm", fontWeight: "medium", children:
|
|
4022
|
+
/* @__PURE__ */ e(x, { fontSize: "sm", fontWeight: "medium", children: zi(((i = t.fileSelected) == null ? void 0 : i.size.toString()) || "100000") }),
|
|
4036
4023
|
/* @__PURE__ */ e(D, { name: "Dot", size: "xs" }),
|
|
4037
|
-
/* @__PURE__ */ e(x, { fontSize: "sm", fontWeight: "medium", style: { textWrap: "nowrap" }, children:
|
|
4024
|
+
/* @__PURE__ */ e(x, { fontSize: "sm", fontWeight: "medium", style: { textWrap: "nowrap" }, children: Wi(/* @__PURE__ */ new Date()) })
|
|
4038
4025
|
] })
|
|
4039
4026
|
] })
|
|
4040
4027
|
] }),
|
|
@@ -4054,7 +4041,7 @@ const zi = (t) => {
|
|
|
4054
4041
|
]
|
|
4055
4042
|
}
|
|
4056
4043
|
);
|
|
4057
|
-
},
|
|
4044
|
+
}, Ti = ({
|
|
4058
4045
|
status: t = "default",
|
|
4059
4046
|
labelPosition: r = "outside-top",
|
|
4060
4047
|
...i
|
|
@@ -4066,7 +4053,7 @@ const zi = (t) => {
|
|
|
4066
4053
|
return;
|
|
4067
4054
|
}
|
|
4068
4055
|
o.current && o.current.click();
|
|
4069
|
-
}, l = ne("md"),
|
|
4056
|
+
}, l = ne("md"), h = t === "error" || typeof i.errorMessage == "string" && !!i.errorMessage, a = i.label ? /* @__PURE__ */ s(_, { direction: "row", align: "center", gap: "xs", children: [
|
|
4070
4057
|
/* @__PURE__ */ e(x, { style: { fontSize: "14px", fontWeight: 500, color: "var(--sa-text-primary)" }, children: i.label }),
|
|
4071
4058
|
i.optional && /* @__PURE__ */ e("span", { style: {
|
|
4072
4059
|
background: "var(--sa-background-neutral)",
|
|
@@ -4081,7 +4068,7 @@ const zi = (t) => {
|
|
|
4081
4068
|
alignItems: "center"
|
|
4082
4069
|
}, children: "Optional" }),
|
|
4083
4070
|
i.required && /* @__PURE__ */ e("span", { style: { fontSize: "14px", fontWeight: 500, color: "var(--sa-text-error)" }, children: "*" })
|
|
4084
|
-
] }) : null,
|
|
4071
|
+
] }) : null, u = i.description ? /* @__PURE__ */ e(x, { style: { fontSize: "12px", fontWeight: 400, color: "var(--sa-text-subtlest, #6b6e76)", lineHeight: "18px" }, children: i.description }) : null, d = /* @__PURE__ */ s(q, { children: [
|
|
4085
4072
|
i.helperText && /* @__PURE__ */ e(x, { style: { fontSize: "12px", fontWeight: 400, color: "var(--sa-text-subtlest, #6b6e76)", lineHeight: "18px" }, children: i.helperText }),
|
|
4086
4073
|
i.errorText && t === "error" && /* @__PURE__ */ e(x, { style: { fontSize: "12px", fontWeight: 400, color: "var(--sa-text-error, #a4133c)", lineHeight: "18px" }, children: i.errorText }),
|
|
4087
4074
|
i.errorMessage && !i.errorText && /* @__PURE__ */ e(x, { style: { fontSize: "12px", fontWeight: 400, color: "var(--sa-text-error, #a4133c)", lineHeight: "18px" }, children: i.errorMessage })
|
|
@@ -4112,7 +4099,7 @@ const zi = (t) => {
|
|
|
4112
4099
|
children: [
|
|
4113
4100
|
g,
|
|
4114
4101
|
(i.fileSelected || i.defaultFile) && /* @__PURE__ */ e(
|
|
4115
|
-
|
|
4102
|
+
Vi,
|
|
4116
4103
|
{
|
|
4117
4104
|
fileSelected: i.fileSelected,
|
|
4118
4105
|
defaultFile: i.defaultFile,
|
|
@@ -4121,12 +4108,12 @@ const zi = (t) => {
|
|
|
4121
4108
|
}
|
|
4122
4109
|
),
|
|
4123
4110
|
!i.fileSelected && !i.defaultFile && /* @__PURE__ */ e(
|
|
4124
|
-
|
|
4111
|
+
Li,
|
|
4125
4112
|
{
|
|
4126
4113
|
fileSupports: i.fileSupportOption,
|
|
4127
4114
|
isDesktop: l,
|
|
4128
|
-
errorMessage:
|
|
4129
|
-
status:
|
|
4115
|
+
errorMessage: h ? i.errorText || i.errorMessage || " " : void 0,
|
|
4116
|
+
status: h ? "error" : "default",
|
|
4130
4117
|
handleOnClick: n,
|
|
4131
4118
|
handleOnFileChange: i.handleOnChangeFile
|
|
4132
4119
|
}
|
|
@@ -4137,7 +4124,7 @@ const zi = (t) => {
|
|
|
4137
4124
|
return r === "outside-left" ? /* @__PURE__ */ s(_, { direction: "row", align: "flex-start", gap: "sm", fullWidth: !0, children: [
|
|
4138
4125
|
/* @__PURE__ */ s(_, { direction: "column", gap: "xs", style: { width: "40%", minWidth: "120px", paddingTop: "10px" }, children: [
|
|
4139
4126
|
a,
|
|
4140
|
-
|
|
4127
|
+
u
|
|
4141
4128
|
] }),
|
|
4142
4129
|
/* @__PURE__ */ s(_, { direction: "column", gap: "sm", style: { flex: 1, minWidth: 0 }, children: [
|
|
4143
4130
|
m,
|
|
@@ -4145,19 +4132,19 @@ const zi = (t) => {
|
|
|
4145
4132
|
] })
|
|
4146
4133
|
] }) : /* @__PURE__ */ s(_, { direction: "column", gap: "sm", fullWidth: !0, children: [
|
|
4147
4134
|
a,
|
|
4148
|
-
|
|
4135
|
+
u,
|
|
4149
4136
|
m,
|
|
4150
4137
|
d
|
|
4151
4138
|
] });
|
|
4152
|
-
},
|
|
4139
|
+
}, Ni = ({
|
|
4153
4140
|
size: t = "md",
|
|
4154
4141
|
direction: r = "vertical",
|
|
4155
4142
|
requiredTitle: i = "(Required)",
|
|
4156
4143
|
fullWidth: o = !1,
|
|
4157
4144
|
...n
|
|
4158
4145
|
}) => {
|
|
4159
|
-
var a,
|
|
4160
|
-
const l = n.hideMessageError || !1,
|
|
4146
|
+
var a, u, d;
|
|
4147
|
+
const l = n.hideMessageError || !1, h = r === "horizontal" ? t === "sm" ? 342 : t === "lg" ? 400 : 342 : void 0;
|
|
4161
4148
|
return /* @__PURE__ */ s(
|
|
4162
4149
|
f,
|
|
4163
4150
|
{
|
|
@@ -4173,7 +4160,7 @@ const zi = (t) => {
|
|
|
4173
4160
|
f,
|
|
4174
4161
|
{
|
|
4175
4162
|
direction: "column",
|
|
4176
|
-
customMaxWidth:
|
|
4163
|
+
customMaxWidth: h,
|
|
4177
4164
|
fullWidth: o,
|
|
4178
4165
|
children: [
|
|
4179
4166
|
/* @__PURE__ */ e(j, { children: n.title }),
|
|
@@ -4185,16 +4172,16 @@ const zi = (t) => {
|
|
|
4185
4172
|
f,
|
|
4186
4173
|
{
|
|
4187
4174
|
direction: "column",
|
|
4188
|
-
customMaxWidth:
|
|
4175
|
+
customMaxWidth: h,
|
|
4189
4176
|
fullWidth: o,
|
|
4190
4177
|
children: [
|
|
4191
4178
|
/* @__PURE__ */ s(_, { direction: "row", gap: "xs", align: "center", children: [
|
|
4192
4179
|
/* @__PURE__ */ e(j, { fontSize: t, children: n.title }),
|
|
4193
4180
|
/* @__PURE__ */ e(j, { color: "error", fontSize: t, children: i }),
|
|
4194
4181
|
/* @__PURE__ */ e(O, { condition: !!((a = n.tooltip) != null && a.label), children: /* @__PURE__ */ e(
|
|
4195
|
-
|
|
4182
|
+
ue,
|
|
4196
4183
|
{
|
|
4197
|
-
label: (
|
|
4184
|
+
label: (u = n.tooltip) == null ? void 0 : u.label,
|
|
4198
4185
|
arrowPosition: (d = n.tooltip) == null ? void 0 : d.arrowPosition,
|
|
4199
4186
|
...n.tooltip,
|
|
4200
4187
|
children: /* @__PURE__ */ e(
|
|
@@ -4219,7 +4206,7 @@ const zi = (t) => {
|
|
|
4219
4206
|
),
|
|
4220
4207
|
/* @__PURE__ */ s(_, { direction: "column", gap: "xs", children: [
|
|
4221
4208
|
/* @__PURE__ */ e(
|
|
4222
|
-
|
|
4209
|
+
Ti,
|
|
4223
4210
|
{
|
|
4224
4211
|
...n.inputProps,
|
|
4225
4212
|
status: n.errorMessage ? "error" : "default"
|
|
@@ -4230,7 +4217,7 @@ const zi = (t) => {
|
|
|
4230
4217
|
]
|
|
4231
4218
|
}
|
|
4232
4219
|
);
|
|
4233
|
-
},
|
|
4220
|
+
}, Oi = ({
|
|
4234
4221
|
size: t = "md",
|
|
4235
4222
|
direction: r = "vertical",
|
|
4236
4223
|
requiredTitle: i = "(Required)",
|
|
@@ -4238,8 +4225,8 @@ const zi = (t) => {
|
|
|
4238
4225
|
required: n = !1,
|
|
4239
4226
|
...l
|
|
4240
4227
|
}) => {
|
|
4241
|
-
var
|
|
4242
|
-
const
|
|
4228
|
+
var u, d, g, m;
|
|
4229
|
+
const h = l.hideMessageError || !1, a = r === "horizontal" ? t === "sm" ? 342 : t === "lg" ? 400 : 342 : void 0;
|
|
4243
4230
|
return /* @__PURE__ */ s(
|
|
4244
4231
|
f,
|
|
4245
4232
|
{
|
|
@@ -4273,8 +4260,8 @@ const zi = (t) => {
|
|
|
4273
4260
|
/* @__PURE__ */ s(_, { direction: "row", gap: "xs", align: "center", children: [
|
|
4274
4261
|
/* @__PURE__ */ e(j, { fontSize: t, children: l.title }),
|
|
4275
4262
|
/* @__PURE__ */ e(j, { color: "error", fontSize: t, children: i }),
|
|
4276
|
-
/* @__PURE__ */ e(O, { condition: !!((
|
|
4277
|
-
|
|
4263
|
+
/* @__PURE__ */ e(O, { condition: !!((u = l.tooltip) != null && u.label), children: /* @__PURE__ */ e(
|
|
4264
|
+
ue,
|
|
4278
4265
|
{
|
|
4279
4266
|
label: (d = l.tooltip) == null ? void 0 : d.label,
|
|
4280
4267
|
arrowPosition: (g = l.tooltip) == null ? void 0 : g.arrowPosition,
|
|
@@ -4306,7 +4293,7 @@ const zi = (t) => {
|
|
|
4306
4293
|
direction: r === "horizontal-inline" ? "row" : "column",
|
|
4307
4294
|
align: "flex-start",
|
|
4308
4295
|
children: /* @__PURE__ */ e(
|
|
4309
|
-
|
|
4296
|
+
vt,
|
|
4310
4297
|
{
|
|
4311
4298
|
of: (m = l.checkBoxesList) == null ? void 0 : m.map((y) => ({
|
|
4312
4299
|
...y,
|
|
@@ -4321,7 +4308,7 @@ const zi = (t) => {
|
|
|
4321
4308
|
...l.badgeContainerProps,
|
|
4322
4309
|
children: [
|
|
4323
4310
|
/* @__PURE__ */ e(
|
|
4324
|
-
|
|
4311
|
+
at,
|
|
4325
4312
|
{
|
|
4326
4313
|
name: y.name,
|
|
4327
4314
|
value: y.id,
|
|
@@ -4335,7 +4322,7 @@ const zi = (t) => {
|
|
|
4335
4322
|
]
|
|
4336
4323
|
}
|
|
4337
4324
|
) : /* @__PURE__ */ e(
|
|
4338
|
-
|
|
4325
|
+
at,
|
|
4339
4326
|
{
|
|
4340
4327
|
name: y.name,
|
|
4341
4328
|
value: y.id,
|
|
@@ -4349,11 +4336,11 @@ const zi = (t) => {
|
|
|
4349
4336
|
)
|
|
4350
4337
|
}
|
|
4351
4338
|
),
|
|
4352
|
-
!
|
|
4339
|
+
!h && l.errorMessage && /* @__PURE__ */ e(De, { message: l.errorMessage })
|
|
4353
4340
|
]
|
|
4354
4341
|
}
|
|
4355
4342
|
);
|
|
4356
|
-
},
|
|
4343
|
+
}, _i = ({
|
|
4357
4344
|
position: t = "vertical",
|
|
4358
4345
|
size: r = "md",
|
|
4359
4346
|
fullWidth: i = !1,
|
|
@@ -4387,21 +4374,21 @@ const zi = (t) => {
|
|
|
4387
4374
|
align: "flex-start",
|
|
4388
4375
|
flexWrap: "wrap",
|
|
4389
4376
|
children: /* @__PURE__ */ e(
|
|
4390
|
-
|
|
4377
|
+
vt,
|
|
4391
4378
|
{
|
|
4392
|
-
of: (l = o.radioList) == null ? void 0 : l.map((
|
|
4393
|
-
...
|
|
4394
|
-
isChecked: o.radioIsChecked ===
|
|
4379
|
+
of: (l = o.radioList) == null ? void 0 : l.map((h) => ({
|
|
4380
|
+
...h,
|
|
4381
|
+
isChecked: o.radioIsChecked === h.id
|
|
4395
4382
|
})),
|
|
4396
|
-
render: ({ value:
|
|
4383
|
+
render: ({ value: h, id: a, isChecked: u, subInput: d, label: g, description: m }) => /* @__PURE__ */ s(f, { gap: "xs", customMaxWidth: n, children: [
|
|
4397
4384
|
/* @__PURE__ */ e(
|
|
4398
|
-
|
|
4385
|
+
xr,
|
|
4399
4386
|
{
|
|
4400
|
-
id: `${a.toString()}-${
|
|
4387
|
+
id: `${a.toString()}-${h}`,
|
|
4401
4388
|
name: o.groupName || g,
|
|
4402
4389
|
label: g,
|
|
4403
|
-
value:
|
|
4404
|
-
checked:
|
|
4390
|
+
value: h,
|
|
4391
|
+
checked: u,
|
|
4405
4392
|
onChange: (y) => o.onChecked({
|
|
4406
4393
|
id: a,
|
|
4407
4394
|
label: y.target.name,
|
|
@@ -4431,15 +4418,15 @@ const zi = (t) => {
|
|
|
4431
4418
|
]
|
|
4432
4419
|
}
|
|
4433
4420
|
);
|
|
4434
|
-
},
|
|
4421
|
+
}, ji = ({
|
|
4435
4422
|
size: t = "md",
|
|
4436
4423
|
direction: r = "vertical",
|
|
4437
4424
|
requiredTitle: i = "(Required)",
|
|
4438
4425
|
fullWidth: o = !1,
|
|
4439
4426
|
...n
|
|
4440
4427
|
}) => {
|
|
4441
|
-
var a,
|
|
4442
|
-
const l = n.hideMessageError || !1,
|
|
4428
|
+
var a, u, d;
|
|
4429
|
+
const l = n.hideMessageError || !1, h = r === "horizontal" ? t === "sm" ? 342 : t === "lg" ? 400 : 342 : void 0;
|
|
4443
4430
|
return /* @__PURE__ */ s(
|
|
4444
4431
|
f,
|
|
4445
4432
|
{
|
|
@@ -4455,7 +4442,7 @@ const zi = (t) => {
|
|
|
4455
4442
|
f,
|
|
4456
4443
|
{
|
|
4457
4444
|
direction: "column",
|
|
4458
|
-
customMaxWidth:
|
|
4445
|
+
customMaxWidth: h,
|
|
4459
4446
|
fullWidth: o,
|
|
4460
4447
|
children: [
|
|
4461
4448
|
/* @__PURE__ */ e(j, { children: n.title }),
|
|
@@ -4467,16 +4454,16 @@ const zi = (t) => {
|
|
|
4467
4454
|
f,
|
|
4468
4455
|
{
|
|
4469
4456
|
direction: "column",
|
|
4470
|
-
customMaxWidth:
|
|
4457
|
+
customMaxWidth: h,
|
|
4471
4458
|
fullWidth: o,
|
|
4472
4459
|
children: [
|
|
4473
4460
|
/* @__PURE__ */ s(_, { direction: "row", gap: "xs", align: "center", children: [
|
|
4474
4461
|
/* @__PURE__ */ e(j, { fontSize: t, children: n.title }),
|
|
4475
4462
|
/* @__PURE__ */ e(j, { color: "error", fontSize: t, children: i }),
|
|
4476
4463
|
/* @__PURE__ */ e(O, { condition: !!((a = n.tooltip) != null && a.label), children: /* @__PURE__ */ e(
|
|
4477
|
-
|
|
4464
|
+
ue,
|
|
4478
4465
|
{
|
|
4479
|
-
label: (
|
|
4466
|
+
label: (u = n.tooltip) == null ? void 0 : u.label,
|
|
4480
4467
|
arrowPosition: (d = n.tooltip) == null ? void 0 : d.arrowPosition,
|
|
4481
4468
|
...n.tooltip,
|
|
4482
4469
|
children: /* @__PURE__ */ e(
|
|
@@ -4501,7 +4488,7 @@ const zi = (t) => {
|
|
|
4501
4488
|
),
|
|
4502
4489
|
/* @__PURE__ */ s(_, { direction: "column", gap: "xs", children: [
|
|
4503
4490
|
/* @__PURE__ */ e(
|
|
4504
|
-
|
|
4491
|
+
mr,
|
|
4505
4492
|
{
|
|
4506
4493
|
ref: n.inputRef,
|
|
4507
4494
|
size: t,
|
|
@@ -4514,7 +4501,7 @@ const zi = (t) => {
|
|
|
4514
4501
|
]
|
|
4515
4502
|
}
|
|
4516
4503
|
);
|
|
4517
|
-
},
|
|
4504
|
+
}, Zi = ({
|
|
4518
4505
|
size: t = "md",
|
|
4519
4506
|
direction: r = "vertical",
|
|
4520
4507
|
requiredTitle: i = "(Required)",
|
|
@@ -4522,8 +4509,8 @@ const zi = (t) => {
|
|
|
4522
4509
|
fullWidth: n = !1,
|
|
4523
4510
|
...l
|
|
4524
4511
|
}) => {
|
|
4525
|
-
var a,
|
|
4526
|
-
const
|
|
4512
|
+
var a, u, d;
|
|
4513
|
+
const h = r === "horizontal" ? t === "sm" ? 342 : t === "lg" ? 400 : 342 : void 0;
|
|
4527
4514
|
return /* @__PURE__ */ s(
|
|
4528
4515
|
f,
|
|
4529
4516
|
{
|
|
@@ -4539,7 +4526,7 @@ const zi = (t) => {
|
|
|
4539
4526
|
f,
|
|
4540
4527
|
{
|
|
4541
4528
|
direction: "column",
|
|
4542
|
-
customMaxWidth:
|
|
4529
|
+
customMaxWidth: h,
|
|
4543
4530
|
fullWidth: n,
|
|
4544
4531
|
children: [
|
|
4545
4532
|
/* @__PURE__ */ e(j, { children: l.title }),
|
|
@@ -4551,16 +4538,16 @@ const zi = (t) => {
|
|
|
4551
4538
|
f,
|
|
4552
4539
|
{
|
|
4553
4540
|
direction: "column",
|
|
4554
|
-
customMaxWidth:
|
|
4541
|
+
customMaxWidth: h,
|
|
4555
4542
|
fullWidth: n,
|
|
4556
4543
|
children: [
|
|
4557
4544
|
/* @__PURE__ */ s(_, { direction: "row", gap: "xs", align: "center", children: [
|
|
4558
4545
|
/* @__PURE__ */ e(j, { fontSize: t, children: l.title }),
|
|
4559
4546
|
/* @__PURE__ */ e(j, { color: "error", fontSize: t, children: i }),
|
|
4560
4547
|
/* @__PURE__ */ e(O, { condition: !!((a = l.tooltip) != null && a.label), children: /* @__PURE__ */ e(
|
|
4561
|
-
|
|
4548
|
+
ue,
|
|
4562
4549
|
{
|
|
4563
|
-
label: (
|
|
4550
|
+
label: (u = l.tooltip) == null ? void 0 : u.label,
|
|
4564
4551
|
arrowPosition: (d = l.tooltip) == null ? void 0 : d.arrowPosition,
|
|
4565
4552
|
...l.tooltip,
|
|
4566
4553
|
children: /* @__PURE__ */ e(
|
|
@@ -4584,7 +4571,7 @@ const zi = (t) => {
|
|
|
4584
4571
|
}
|
|
4585
4572
|
),
|
|
4586
4573
|
/* @__PURE__ */ e(
|
|
4587
|
-
|
|
4574
|
+
Pt,
|
|
4588
4575
|
{
|
|
4589
4576
|
checked: l.checked,
|
|
4590
4577
|
onChange: l.onChange,
|
|
@@ -4596,31 +4583,31 @@ const zi = (t) => {
|
|
|
4596
4583
|
]
|
|
4597
4584
|
}
|
|
4598
4585
|
);
|
|
4599
|
-
},
|
|
4586
|
+
}, $i = ({
|
|
4600
4587
|
variant: t = "primary",
|
|
4601
4588
|
size: r = "md",
|
|
4602
4589
|
...i
|
|
4603
4590
|
}) => {
|
|
4604
|
-
const o =
|
|
4605
|
-
var
|
|
4606
|
-
if (!
|
|
4607
|
-
const a = i.disabled ? "var(--sa-text-disable, #181a198f)" : t === "secondary" ? "var(--sa-text-subtle, #8c8f97)" : t === "secondary-danger" ? (d = (
|
|
4608
|
-
return /* @__PURE__ */ e(D, { name:
|
|
4591
|
+
const o = pr(), n = (h) => {
|
|
4592
|
+
var u, d, g, m, y, b;
|
|
4593
|
+
if (!h) return;
|
|
4594
|
+
const a = i.disabled ? "var(--sa-text-disable, #181a198f)" : t === "secondary" ? "var(--sa-text-subtle, #8c8f97)" : t === "secondary-danger" ? (d = (u = o == null ? void 0 : o.computed) == null ? void 0 : u.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] : (b = (y = o == null ? void 0 : o.computed) == null ? void 0 : y.gray) == null ? void 0 : b[50];
|
|
4595
|
+
return /* @__PURE__ */ e(D, { name: h, size: r, style: { color: a } });
|
|
4609
4596
|
}, l = () => {
|
|
4610
|
-
var a,
|
|
4597
|
+
var a, u, d, g;
|
|
4611
4598
|
if (t !== "secondary-danger" && t !== "secondary-primary")
|
|
4612
4599
|
return i.title;
|
|
4613
|
-
const
|
|
4614
|
-
color: i.disabled ? "var(--sa-text-disable, #181a198f)" : t === "secondary-danger" ? (
|
|
4600
|
+
const h = {
|
|
4601
|
+
color: i.disabled ? "var(--sa-text-disable, #181a198f)" : t === "secondary-danger" ? (u = (a = o == null ? void 0 : o.computed) == null ? void 0 : a.red) == null ? void 0 : u[600] : (g = (d = o == null ? void 0 : o.computed) == null ? void 0 : d.blue) == null ? void 0 : g[700]
|
|
4615
4602
|
};
|
|
4616
4603
|
switch (r) {
|
|
4617
4604
|
case "xs":
|
|
4618
|
-
return /* @__PURE__ */ e(pe.Body2, { props: { style:
|
|
4605
|
+
return /* @__PURE__ */ e(pe.Body2, { props: { style: h }, children: i.title });
|
|
4619
4606
|
case "sm":
|
|
4620
4607
|
case "md":
|
|
4621
|
-
return /* @__PURE__ */ e(pe.SubH3, { props: { style:
|
|
4608
|
+
return /* @__PURE__ */ e(pe.SubH3, { props: { style: h }, children: i.title });
|
|
4622
4609
|
case "lg":
|
|
4623
|
-
return /* @__PURE__ */ e(pe.SubH2, { props: { style:
|
|
4610
|
+
return /* @__PURE__ */ e(pe.SubH2, { props: { style: h }, children: i.title });
|
|
4624
4611
|
default:
|
|
4625
4612
|
return i.title;
|
|
4626
4613
|
}
|
|
@@ -4641,7 +4628,7 @@ const zi = (t) => {
|
|
|
4641
4628
|
children: l()
|
|
4642
4629
|
}
|
|
4643
4630
|
);
|
|
4644
|
-
},
|
|
4631
|
+
}, Gi = (t) => /* @__PURE__ */ e(
|
|
4645
4632
|
pe.H5,
|
|
4646
4633
|
{
|
|
4647
4634
|
props: {
|
|
@@ -4649,15 +4636,15 @@ const zi = (t) => {
|
|
|
4649
4636
|
},
|
|
4650
4637
|
children: t.title
|
|
4651
4638
|
}
|
|
4652
|
-
),
|
|
4639
|
+
), qi = ({
|
|
4653
4640
|
size: t = "md",
|
|
4654
4641
|
direction: r = "vertical",
|
|
4655
4642
|
requiredTitle: i = "(Required)",
|
|
4656
4643
|
fullWidth: o = !1,
|
|
4657
4644
|
...n
|
|
4658
4645
|
}) => {
|
|
4659
|
-
var a,
|
|
4660
|
-
const l = n.hideMessageError || !1,
|
|
4646
|
+
var a, u, d;
|
|
4647
|
+
const l = n.hideMessageError || !1, h = r === "horizontal" ? t === "sm" ? 342 : t === "lg" ? 400 : 342 : void 0;
|
|
4661
4648
|
return /* @__PURE__ */ s(
|
|
4662
4649
|
f,
|
|
4663
4650
|
{
|
|
@@ -4673,7 +4660,7 @@ const zi = (t) => {
|
|
|
4673
4660
|
f,
|
|
4674
4661
|
{
|
|
4675
4662
|
direction: "column",
|
|
4676
|
-
customMaxWidth:
|
|
4663
|
+
customMaxWidth: h,
|
|
4677
4664
|
fullWidth: o,
|
|
4678
4665
|
children: [
|
|
4679
4666
|
/* @__PURE__ */ e(j, { children: n.title }),
|
|
@@ -4685,16 +4672,16 @@ const zi = (t) => {
|
|
|
4685
4672
|
f,
|
|
4686
4673
|
{
|
|
4687
4674
|
direction: "column",
|
|
4688
|
-
customMaxWidth:
|
|
4675
|
+
customMaxWidth: h,
|
|
4689
4676
|
fullWidth: o,
|
|
4690
4677
|
children: [
|
|
4691
4678
|
/* @__PURE__ */ s(_, { direction: "row", gap: "xs", align: "center", children: [
|
|
4692
4679
|
/* @__PURE__ */ e(j, { fontSize: t, children: n.title }),
|
|
4693
4680
|
/* @__PURE__ */ e(j, { color: "error", fontSize: t, children: i }),
|
|
4694
4681
|
/* @__PURE__ */ e(O, { condition: !!((a = n.tooltip) != null && a.label), children: /* @__PURE__ */ e(
|
|
4695
|
-
|
|
4682
|
+
ue,
|
|
4696
4683
|
{
|
|
4697
|
-
label: (
|
|
4684
|
+
label: (u = n.tooltip) == null ? void 0 : u.label,
|
|
4698
4685
|
arrowPosition: (d = n.tooltip) == null ? void 0 : d.arrowPosition,
|
|
4699
4686
|
...n.tooltip,
|
|
4700
4687
|
children: /* @__PURE__ */ e(
|
|
@@ -4725,7 +4712,7 @@ const zi = (t) => {
|
|
|
4725
4712
|
width: r === "horizontal" && n.customWidth ? n.customWidth : r === "horizontal" ? "343px" : ""
|
|
4726
4713
|
},
|
|
4727
4714
|
children: /* @__PURE__ */ e(
|
|
4728
|
-
|
|
4715
|
+
ar,
|
|
4729
4716
|
{
|
|
4730
4717
|
size: t,
|
|
4731
4718
|
...n.inputProps,
|
|
@@ -4740,10 +4727,10 @@ const zi = (t) => {
|
|
|
4740
4727
|
}
|
|
4741
4728
|
);
|
|
4742
4729
|
};
|
|
4743
|
-
async function
|
|
4730
|
+
async function Ui(t, r) {
|
|
4744
4731
|
const i = new Image();
|
|
4745
|
-
i.src = t, await new Promise((l,
|
|
4746
|
-
i.onload = l, i.onerror =
|
|
4732
|
+
i.src = t, await new Promise((l, h) => {
|
|
4733
|
+
i.onload = l, i.onerror = h;
|
|
4747
4734
|
});
|
|
4748
4735
|
const o = document.createElement("canvas");
|
|
4749
4736
|
o.width = r.width, o.height = r.height;
|
|
@@ -4759,15 +4746,15 @@ async function $i(t, r) {
|
|
|
4759
4746
|
0,
|
|
4760
4747
|
r.width,
|
|
4761
4748
|
r.height
|
|
4762
|
-
), new Promise((l,
|
|
4749
|
+
), new Promise((l, h) => {
|
|
4763
4750
|
o.toBlob((a) => {
|
|
4764
|
-
if (!a) return
|
|
4765
|
-
const
|
|
4766
|
-
l(
|
|
4751
|
+
if (!a) return h("Canvas is empty");
|
|
4752
|
+
const u = new File([a], "cropped.png", { type: "image/png" });
|
|
4753
|
+
l(u);
|
|
4767
4754
|
}, "image/png");
|
|
4768
4755
|
});
|
|
4769
4756
|
}
|
|
4770
|
-
const
|
|
4757
|
+
const jt = {
|
|
4771
4758
|
"1:1": 1,
|
|
4772
4759
|
"4:3": 4 / 3,
|
|
4773
4760
|
"16:9": 16 / 9,
|
|
@@ -4776,7 +4763,7 @@ const Nt = {
|
|
|
4776
4763
|
"2:3": 2 / 3,
|
|
4777
4764
|
"3:2": 3 / 2,
|
|
4778
4765
|
"32:9": 32 / 9
|
|
4779
|
-
},
|
|
4766
|
+
}, Ji = Qt(
|
|
4780
4767
|
({
|
|
4781
4768
|
handleUpload: t,
|
|
4782
4769
|
urlImage: r,
|
|
@@ -4784,23 +4771,23 @@ const Nt = {
|
|
|
4784
4771
|
croppedImage: o,
|
|
4785
4772
|
setCroppedImage: n,
|
|
4786
4773
|
size: l = "96",
|
|
4787
|
-
aspect:
|
|
4774
|
+
aspect: h = "1:1",
|
|
4788
4775
|
containerProps: a,
|
|
4789
|
-
maxFileSize:
|
|
4776
|
+
maxFileSize: u = 2,
|
|
4790
4777
|
onError: d
|
|
4791
4778
|
}, g) => {
|
|
4792
|
-
const m = ne("md"), [y, b] = k(!1), [S, C] = k(null), [
|
|
4779
|
+
const m = ne("md"), [y, b] = k(!1), [S, C] = k(null), [z, Z] = k(!1), [T, U] = k({ x: 0, y: 0 }), [M, ae] = k(1), [J, A] = k(null);
|
|
4793
4780
|
$(() => {
|
|
4794
4781
|
r === null && n(null);
|
|
4795
4782
|
}, [r]);
|
|
4796
4783
|
const P = ve(
|
|
4797
4784
|
(R, V) => {
|
|
4798
|
-
|
|
4785
|
+
A(V);
|
|
4799
4786
|
},
|
|
4800
4787
|
[]
|
|
4801
4788
|
), oe = (R) => {
|
|
4802
|
-
var
|
|
4803
|
-
const V = (
|
|
4789
|
+
var ge;
|
|
4790
|
+
const V = (ge = R.target.files) == null ? void 0 : ge[0];
|
|
4804
4791
|
if (!V) return;
|
|
4805
4792
|
const te = new FileReader();
|
|
4806
4793
|
te.onload = () => {
|
|
@@ -4809,9 +4796,9 @@ const Nt = {
|
|
|
4809
4796
|
}, le = async () => {
|
|
4810
4797
|
if (!(!S || !J))
|
|
4811
4798
|
try {
|
|
4812
|
-
const R = await
|
|
4813
|
-
if (
|
|
4814
|
-
d == null || d(`Ukuran file maksimal ${
|
|
4799
|
+
const R = await Ui(S, J);
|
|
4800
|
+
if (u && R.size > u * 1024 * 1024) {
|
|
4801
|
+
d == null || d(`Ukuran file maksimal ${u}MB`);
|
|
4815
4802
|
return;
|
|
4816
4803
|
}
|
|
4817
4804
|
t == null || t(R);
|
|
@@ -4823,13 +4810,13 @@ const Nt = {
|
|
|
4823
4810
|
}, G = ie(null), Q = () => {
|
|
4824
4811
|
G.current && G.current.click();
|
|
4825
4812
|
};
|
|
4826
|
-
|
|
4813
|
+
vr(g, () => ({
|
|
4827
4814
|
openFileDialog: () => {
|
|
4828
4815
|
var R;
|
|
4829
4816
|
(R = G.current) == null || R.click();
|
|
4830
4817
|
}
|
|
4831
4818
|
}));
|
|
4832
|
-
const K = parseInt(l, 10), se =
|
|
4819
|
+
const K = parseInt(l, 10), se = jt[h];
|
|
4833
4820
|
let ee, X;
|
|
4834
4821
|
return se >= 1 ? (X = K, ee = K * se) : (ee = K, X = K / se), /* @__PURE__ */ s(
|
|
4835
4822
|
f,
|
|
@@ -4960,7 +4947,7 @@ const Nt = {
|
|
|
4960
4947
|
)
|
|
4961
4948
|
}
|
|
4962
4949
|
),
|
|
4963
|
-
|
|
4950
|
+
z && br.createPortal(
|
|
4964
4951
|
/* @__PURE__ */ e(
|
|
4965
4952
|
"div",
|
|
4966
4953
|
{
|
|
@@ -4982,7 +4969,7 @@ const Nt = {
|
|
|
4982
4969
|
borderRadius: "var(--sa-radii-md)",
|
|
4983
4970
|
boxShadow: "0 20px 60px rgba(0,0,0,0.3)",
|
|
4984
4971
|
overflow: "hidden",
|
|
4985
|
-
width: m ?
|
|
4972
|
+
width: m ? h === "1:1" ? "min(90vw, 480px)" : `min(90vw, ${ee * 2}px)` : "calc(100vw - 2rem)",
|
|
4986
4973
|
display: "flex",
|
|
4987
4974
|
flexDirection: "column"
|
|
4988
4975
|
},
|
|
@@ -4998,12 +4985,12 @@ const Nt = {
|
|
|
4998
4985
|
backgroundColor: "var(--sa-color-gray-100)"
|
|
4999
4986
|
},
|
|
5000
4987
|
children: S && /* @__PURE__ */ e(
|
|
5001
|
-
|
|
4988
|
+
Dr,
|
|
5002
4989
|
{
|
|
5003
4990
|
image: S,
|
|
5004
4991
|
crop: T,
|
|
5005
4992
|
zoom: M,
|
|
5006
|
-
aspect:
|
|
4993
|
+
aspect: h ? jt[h] : void 0,
|
|
5007
4994
|
onCropChange: U,
|
|
5008
4995
|
onZoomChange: ae,
|
|
5009
4996
|
onCropComplete: P,
|
|
@@ -5041,7 +5028,7 @@ const Nt = {
|
|
|
5041
5028
|
}
|
|
5042
5029
|
);
|
|
5043
5030
|
}
|
|
5044
|
-
),
|
|
5031
|
+
), Pi = ({
|
|
5045
5032
|
size: t = "md",
|
|
5046
5033
|
direction: r = "vertical",
|
|
5047
5034
|
requiredTitle: i = "(Required)",
|
|
@@ -5049,8 +5036,8 @@ const Nt = {
|
|
|
5049
5036
|
required: n = !1,
|
|
5050
5037
|
...l
|
|
5051
5038
|
}) => {
|
|
5052
|
-
var
|
|
5053
|
-
const
|
|
5039
|
+
var u, d, g;
|
|
5040
|
+
const h = l.hideMessageError || !1, a = r === "horizontal" ? t === "sm" ? 342 : t === "lg" ? 400 : 342 : void 0;
|
|
5054
5041
|
return /* @__PURE__ */ s(
|
|
5055
5042
|
f,
|
|
5056
5043
|
{
|
|
@@ -5084,8 +5071,8 @@ const Nt = {
|
|
|
5084
5071
|
/* @__PURE__ */ s(_, { direction: "row", gap: "xs", align: "center", children: [
|
|
5085
5072
|
/* @__PURE__ */ e(j, { fontSize: t, children: l.title }),
|
|
5086
5073
|
/* @__PURE__ */ e(j, { color: "error", fontSize: t, children: i }),
|
|
5087
|
-
/* @__PURE__ */ e(O, { condition: !!((
|
|
5088
|
-
|
|
5074
|
+
/* @__PURE__ */ e(O, { condition: !!((u = l.tooltip) != null && u.label), children: /* @__PURE__ */ e(
|
|
5075
|
+
ue,
|
|
5089
5076
|
{
|
|
5090
5077
|
label: (d = l.tooltip) == null ? void 0 : d.label,
|
|
5091
5078
|
arrowPosition: (g = l.tooltip) == null ? void 0 : g.arrowPosition,
|
|
@@ -5111,20 +5098,20 @@ const Nt = {
|
|
|
5111
5098
|
}
|
|
5112
5099
|
),
|
|
5113
5100
|
/* @__PURE__ */ s(_, { direction: "column", gap: "xs", children: [
|
|
5114
|
-
/* @__PURE__ */ e(
|
|
5115
|
-
!
|
|
5101
|
+
/* @__PURE__ */ e(Ji, { ...l.inputProps }),
|
|
5102
|
+
!h && l.errorMessage && /* @__PURE__ */ e(De, { message: l.errorMessage })
|
|
5116
5103
|
] })
|
|
5117
5104
|
]
|
|
5118
5105
|
}
|
|
5119
5106
|
);
|
|
5120
|
-
},
|
|
5107
|
+
}, Qi = ({
|
|
5121
5108
|
size: t = "md",
|
|
5122
5109
|
direction: r = "vertical",
|
|
5123
5110
|
requiredTitle: i = "(Required)",
|
|
5124
5111
|
fullWidth: o = !1,
|
|
5125
5112
|
...n
|
|
5126
5113
|
}) => {
|
|
5127
|
-
var
|
|
5114
|
+
var h, a, u;
|
|
5128
5115
|
const l = r === "horizontal" ? t === "sm" ? 342 : t === "lg" ? 400 : 342 : void 0;
|
|
5129
5116
|
return /* @__PURE__ */ s(
|
|
5130
5117
|
f,
|
|
@@ -5159,11 +5146,11 @@ const Nt = {
|
|
|
5159
5146
|
/* @__PURE__ */ s(_, { direction: "row", gap: "xs", align: "center", children: [
|
|
5160
5147
|
/* @__PURE__ */ e(j, { fontSize: t, children: n.title }),
|
|
5161
5148
|
/* @__PURE__ */ e(j, { color: "error", fontSize: t, children: i }),
|
|
5162
|
-
/* @__PURE__ */ e(O, { condition: !!((
|
|
5163
|
-
|
|
5149
|
+
/* @__PURE__ */ e(O, { condition: !!((h = n.tooltip) != null && h.label), children: /* @__PURE__ */ e(
|
|
5150
|
+
ue,
|
|
5164
5151
|
{
|
|
5165
5152
|
label: (a = n.tooltip) == null ? void 0 : a.label,
|
|
5166
|
-
arrowPosition: (
|
|
5153
|
+
arrowPosition: (u = n.tooltip) == null ? void 0 : u.arrowPosition,
|
|
5167
5154
|
...n.tooltip,
|
|
5168
5155
|
children: /* @__PURE__ */ e(
|
|
5169
5156
|
D,
|
|
@@ -5189,7 +5176,7 @@ const Nt = {
|
|
|
5189
5176
|
]
|
|
5190
5177
|
}
|
|
5191
5178
|
);
|
|
5192
|
-
},
|
|
5179
|
+
}, vo = ({
|
|
5193
5180
|
items: t,
|
|
5194
5181
|
id: r,
|
|
5195
5182
|
handleOnUpdate: i,
|
|
@@ -5198,15 +5185,15 @@ const Nt = {
|
|
|
5198
5185
|
disabled: l = !1
|
|
5199
5186
|
}) => {
|
|
5200
5187
|
var g;
|
|
5201
|
-
const [
|
|
5188
|
+
const [h, a] = k([]);
|
|
5202
5189
|
$(() => {
|
|
5203
5190
|
t && a([...t.map((m) => ({ id: m.id, isActive: m.isActive }))]);
|
|
5204
5191
|
}, [t]);
|
|
5205
|
-
const
|
|
5192
|
+
const u = (g = h.find((m) => m.id === r)) == null ? void 0 : g.isActive, d = ve(() => {
|
|
5206
5193
|
a(
|
|
5207
5194
|
(m) => m.map((y) => y.id === r ? { ...y, isActive: !y.isActive } : y)
|
|
5208
|
-
), i && i(!
|
|
5209
|
-
}, [r, i,
|
|
5195
|
+
), i && i(!u);
|
|
5196
|
+
}, [r, i, u]);
|
|
5210
5197
|
return /* @__PURE__ */ e(
|
|
5211
5198
|
f,
|
|
5212
5199
|
{
|
|
@@ -5216,30 +5203,30 @@ const Nt = {
|
|
|
5216
5203
|
width: o
|
|
5217
5204
|
},
|
|
5218
5205
|
children: n && /* @__PURE__ */ e(
|
|
5219
|
-
|
|
5206
|
+
Pt,
|
|
5220
5207
|
{
|
|
5221
5208
|
disabled: l,
|
|
5222
|
-
checked:
|
|
5209
|
+
checked: u,
|
|
5223
5210
|
onChange: d,
|
|
5224
|
-
label:
|
|
5211
|
+
label: u ? "Active" : "Inactive"
|
|
5225
5212
|
}
|
|
5226
5213
|
)
|
|
5227
5214
|
}
|
|
5228
5215
|
);
|
|
5229
|
-
},
|
|
5230
|
-
InputText:
|
|
5231
|
-
InputDropdown:
|
|
5232
|
-
InputSingleFile:
|
|
5233
|
-
CheckBoxOptions:
|
|
5234
|
-
RadioOptions:
|
|
5235
|
-
InputTextArea:
|
|
5236
|
-
ToggleForm:
|
|
5237
|
-
ActionButton:
|
|
5238
|
-
FormTitle:
|
|
5239
|
-
InputDate:
|
|
5240
|
-
InputImgFile:
|
|
5241
|
-
Custom:
|
|
5242
|
-
},
|
|
5216
|
+
}, bo = {
|
|
5217
|
+
InputText: Fi,
|
|
5218
|
+
InputDropdown: Ei,
|
|
5219
|
+
InputSingleFile: Ni,
|
|
5220
|
+
CheckBoxOptions: Oi,
|
|
5221
|
+
RadioOptions: _i,
|
|
5222
|
+
InputTextArea: ji,
|
|
5223
|
+
ToggleForm: Zi,
|
|
5224
|
+
ActionButton: $i,
|
|
5225
|
+
FormTitle: Gi,
|
|
5226
|
+
InputDate: qi,
|
|
5227
|
+
InputImgFile: Pi,
|
|
5228
|
+
Custom: Qi
|
|
5229
|
+
}, Yi = ({ customBottom: t }) => {
|
|
5243
5230
|
const [r, i] = k(!1), o = () => {
|
|
5244
5231
|
window.scrollY > window.screenY ? i(!0) : i(!1);
|
|
5245
5232
|
}, n = () => {
|
|
@@ -5289,7 +5276,7 @@ const Nt = {
|
|
|
5289
5276
|
)
|
|
5290
5277
|
}
|
|
5291
5278
|
);
|
|
5292
|
-
},
|
|
5279
|
+
}, Do = ({ pageLayout: t, children: r, wrapperProps: i, containerProps: o }) => {
|
|
5293
5280
|
const n = ne("md"), l = (o == null ? void 0 : o.customWidth) ?? 264;
|
|
5294
5281
|
return /* @__PURE__ */ s(
|
|
5295
5282
|
f,
|
|
@@ -5328,7 +5315,7 @@ const Nt = {
|
|
|
5328
5315
|
]
|
|
5329
5316
|
}
|
|
5330
5317
|
);
|
|
5331
|
-
},
|
|
5318
|
+
}, wo = ({
|
|
5332
5319
|
children: t,
|
|
5333
5320
|
withScrollToTopButton: r = !1,
|
|
5334
5321
|
scrollToTopButtonProps: i,
|
|
@@ -5355,7 +5342,7 @@ const Nt = {
|
|
|
5355
5342
|
borderWidth: "border-t",
|
|
5356
5343
|
children: [
|
|
5357
5344
|
r && /* @__PURE__ */ e(
|
|
5358
|
-
|
|
5345
|
+
Yi,
|
|
5359
5346
|
{
|
|
5360
5347
|
...i,
|
|
5361
5348
|
customBottom: (i == null ? void 0 : i.customBottom) || "5.7rem"
|
|
@@ -5364,13 +5351,13 @@ const Nt = {
|
|
|
5364
5351
|
t
|
|
5365
5352
|
]
|
|
5366
5353
|
}
|
|
5367
|
-
) }),
|
|
5368
|
-
|
|
5354
|
+
) }), ko = ({ fields: t }) => /* @__PURE__ */ e(f, { display: "flex", direction: "column", gap: "lg", children: /* @__PURE__ */ e(
|
|
5355
|
+
vt,
|
|
5369
5356
|
{
|
|
5370
5357
|
of: t,
|
|
5371
|
-
render: (r, i) => /* @__PURE__ */ e(
|
|
5358
|
+
render: (r, i) => /* @__PURE__ */ e(Xi, { ...r }, i)
|
|
5372
5359
|
}
|
|
5373
|
-
) }),
|
|
5360
|
+
) }), Xi = ({ title: t, value: r, icon: i }) => /* @__PURE__ */ s(f, { display: "flex", direction: "column", gap: "sm", children: [
|
|
5374
5361
|
i ? /* @__PURE__ */ s(f, { display: "flex", direction: "row", align: "center", gap: "xs", children: [
|
|
5375
5362
|
/* @__PURE__ */ e(D, { name: i, color: "subtle" }),
|
|
5376
5363
|
/* @__PURE__ */ e(x, { color: "gray-500", variant: "sub-h3", children: t })
|
|
@@ -5380,7 +5367,7 @@ const Nt = {
|
|
|
5380
5367
|
silhouette: "#A7B0AC",
|
|
5381
5368
|
accent: "#78867F"
|
|
5382
5369
|
};
|
|
5383
|
-
function
|
|
5370
|
+
function Ki({ width: t, height: r }) {
|
|
5384
5371
|
return /* @__PURE__ */ e(q, { children: /* @__PURE__ */ s(
|
|
5385
5372
|
"svg",
|
|
5386
5373
|
{
|
|
@@ -5523,22 +5510,22 @@ function Qi({ width: t, height: r }) {
|
|
|
5523
5510
|
}
|
|
5524
5511
|
) });
|
|
5525
5512
|
}
|
|
5526
|
-
const
|
|
5513
|
+
const So = ({
|
|
5527
5514
|
title: t = "create",
|
|
5528
5515
|
children: r,
|
|
5529
5516
|
onClickAction: i,
|
|
5530
5517
|
variant: o = "primary",
|
|
5531
5518
|
variantTitle: n,
|
|
5532
5519
|
leftIcon: l,
|
|
5533
|
-
showButton:
|
|
5520
|
+
showButton: h = !0,
|
|
5534
5521
|
customHeight: a,
|
|
5535
|
-
childrenButton:
|
|
5522
|
+
childrenButton: u,
|
|
5536
5523
|
customIcon: d
|
|
5537
5524
|
}) => {
|
|
5538
5525
|
const g = () => {
|
|
5539
5526
|
switch (o) {
|
|
5540
5527
|
case "primary":
|
|
5541
|
-
return /* @__PURE__ */ e(q, { children: l ? /* @__PURE__ */ e(N, { primary: !0, iconLeft: l, onClick: i, children:
|
|
5528
|
+
return /* @__PURE__ */ e(q, { children: l ? /* @__PURE__ */ e(N, { primary: !0, iconLeft: l, onClick: i, children: u || t }) : /* @__PURE__ */ e(N, { primary: !0, onClick: i, children: u || t }) });
|
|
5542
5529
|
case "secondary":
|
|
5543
5530
|
return /* @__PURE__ */ e(q, { children: l ? /* @__PURE__ */ e(N, { secondary: !0, iconLeft: l, onClick: i, children: n ? /* @__PURE__ */ e(
|
|
5544
5531
|
x,
|
|
@@ -5547,13 +5534,13 @@ const Do = ({
|
|
|
5547
5534
|
fontSize: "md",
|
|
5548
5535
|
fontWeight: "medium",
|
|
5549
5536
|
style: { color: "var(--sa-background-success, #28ac6e)" },
|
|
5550
|
-
children:
|
|
5537
|
+
children: u || t
|
|
5551
5538
|
}
|
|
5552
|
-
) : t }) : /* @__PURE__ */ e(N, { secondary: !0, onClick: i, children:
|
|
5539
|
+
) : t }) : /* @__PURE__ */ e(N, { secondary: !0, onClick: i, children: u || t }) });
|
|
5553
5540
|
case "success":
|
|
5554
|
-
return /* @__PURE__ */ e(q, { children: l ? /* @__PURE__ */ e(N, { success: !0, iconLeft: l, onClick: i, children:
|
|
5541
|
+
return /* @__PURE__ */ e(q, { children: l ? /* @__PURE__ */ e(N, { success: !0, iconLeft: l, onClick: i, children: u || t }) : /* @__PURE__ */ e(N, { success: !0, onClick: i, children: u || t }) });
|
|
5555
5542
|
default:
|
|
5556
|
-
return /* @__PURE__ */ e(q, { children: l ? /* @__PURE__ */ e(N, { primary: !0, iconLeft: l, onClick: i, children:
|
|
5543
|
+
return /* @__PURE__ */ e(q, { children: l ? /* @__PURE__ */ e(N, { primary: !0, iconLeft: l, onClick: i, children: u || t }) : /* @__PURE__ */ e(N, { primary: !0, onClick: i, children: u || t }) });
|
|
5557
5544
|
}
|
|
5558
5545
|
};
|
|
5559
5546
|
return /* @__PURE__ */ s(
|
|
@@ -5568,7 +5555,7 @@ const Do = ({
|
|
|
5568
5555
|
marginBlock: "auto",
|
|
5569
5556
|
customHeight: a,
|
|
5570
5557
|
children: [
|
|
5571
|
-
d || /* @__PURE__ */ e(
|
|
5558
|
+
d || /* @__PURE__ */ e(Ki, {}),
|
|
5572
5559
|
/* @__PURE__ */ e(f, { children: r.map((m, y) => /* @__PURE__ */ e(
|
|
5573
5560
|
pe.Body1,
|
|
5574
5561
|
{
|
|
@@ -5580,7 +5567,7 @@ const Do = ({
|
|
|
5580
5567
|
},
|
|
5581
5568
|
y
|
|
5582
5569
|
)) }),
|
|
5583
|
-
|
|
5570
|
+
h ? g() : null
|
|
5584
5571
|
]
|
|
5585
5572
|
}
|
|
5586
5573
|
);
|
|
@@ -5594,7 +5581,7 @@ const Do = ({
|
|
|
5594
5581
|
c000000: "#000000",
|
|
5595
5582
|
cFFFFFF: "#FFFFFF"
|
|
5596
5583
|
};
|
|
5597
|
-
function
|
|
5584
|
+
function en({ width: t, height: r }) {
|
|
5598
5585
|
return /* @__PURE__ */ e(q, { children: /* @__PURE__ */ s(
|
|
5599
5586
|
"svg",
|
|
5600
5587
|
{
|
|
@@ -5797,7 +5784,7 @@ function Yi({ width: t, height: r }) {
|
|
|
5797
5784
|
}
|
|
5798
5785
|
) });
|
|
5799
5786
|
}
|
|
5800
|
-
function
|
|
5787
|
+
function Fo({ onClick: t }) {
|
|
5801
5788
|
const r = ne("md");
|
|
5802
5789
|
return /* @__PURE__ */ s(
|
|
5803
5790
|
f,
|
|
@@ -5809,7 +5796,7 @@ function wo({ onClick: t }) {
|
|
|
5809
5796
|
justify: "center",
|
|
5810
5797
|
gap: "md",
|
|
5811
5798
|
children: [
|
|
5812
|
-
/* @__PURE__ */ e(
|
|
5799
|
+
/* @__PURE__ */ e(en, { width: r ? 600 : 300 }),
|
|
5813
5800
|
/* @__PURE__ */ e(
|
|
5814
5801
|
x,
|
|
5815
5802
|
{
|
|
@@ -5833,7 +5820,7 @@ function wo({ onClick: t }) {
|
|
|
5833
5820
|
}
|
|
5834
5821
|
);
|
|
5835
5822
|
}
|
|
5836
|
-
const
|
|
5823
|
+
const I = {
|
|
5837
5824
|
c46F16B: "#46F16B",
|
|
5838
5825
|
c48504C: "#48504C",
|
|
5839
5826
|
c64B5F6: "#64B5F6",
|
|
@@ -5854,7 +5841,7 @@ const A = {
|
|
|
5854
5841
|
cF4F4F4: "#F4F4F4",
|
|
5855
5842
|
cFFFFFF: "#FFFFFF"
|
|
5856
5843
|
};
|
|
5857
|
-
function
|
|
5844
|
+
function tn({ width: t, height: r }) {
|
|
5858
5845
|
return /* @__PURE__ */ e(q, { children: /* @__PURE__ */ s(
|
|
5859
5846
|
"svg",
|
|
5860
5847
|
{
|
|
@@ -5864,14 +5851,14 @@ function Xi({ width: t, height: r }) {
|
|
|
5864
5851
|
fill: "none",
|
|
5865
5852
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5866
5853
|
children: [
|
|
5867
|
-
/* @__PURE__ */ e("rect", { x: "228", y: "55.5", width: "55", height: "20", fill:
|
|
5854
|
+
/* @__PURE__ */ e("rect", { x: "228", y: "55.5", width: "55", height: "20", fill: I.cD6EBFD }),
|
|
5868
5855
|
/* @__PURE__ */ e(
|
|
5869
5856
|
"path",
|
|
5870
5857
|
{
|
|
5871
5858
|
fillRule: "evenodd",
|
|
5872
5859
|
clipRule: "evenodd",
|
|
5873
5860
|
d: "M75 238.124V197.28L163.523 63.5H217.029V194.32H240V238.124H217.029V252.5H169.126V238.124H75ZM125.424 194.32L172.487 119.143V194.32H125.424Z",
|
|
5874
|
-
fill:
|
|
5861
|
+
fill: I.cBBDEFB,
|
|
5875
5862
|
fillOpacity: "0.6"
|
|
5876
5863
|
}
|
|
5877
5864
|
),
|
|
@@ -5880,8 +5867,8 @@ function Xi({ width: t, height: r }) {
|
|
|
5880
5867
|
"path",
|
|
5881
5868
|
{
|
|
5882
5869
|
d: "M334.5 274.5C381.168 274.5 419 227.266 419 169C419 110.734 381.168 63.5 334.5 63.5C287.832 63.5 250 110.734 250 169C250 227.266 287.832 274.5 334.5 274.5Z",
|
|
5883
|
-
fill:
|
|
5884
|
-
stroke:
|
|
5870
|
+
fill: I.cEFF3F8,
|
|
5871
|
+
stroke: I.c67AEE6,
|
|
5885
5872
|
strokeWidth: "5"
|
|
5886
5873
|
}
|
|
5887
5874
|
),
|
|
@@ -5889,68 +5876,68 @@ function Xi({ width: t, height: r }) {
|
|
|
5889
5876
|
"path",
|
|
5890
5877
|
{
|
|
5891
5878
|
d: "M413 197.5C411.397 211.835 402.919 230.898 389.361 246.49C375.596 262.32 356.651 274.5 334.496 274.5C311.331 274.5 292.389 261.672 278.878 245.52C265.592 229.638 257.606 210.603 256 197.5H413Z",
|
|
5892
|
-
fill:
|
|
5879
|
+
fill: I.cD5C7BD
|
|
5893
5880
|
}
|
|
5894
5881
|
),
|
|
5895
5882
|
/* @__PURE__ */ e(
|
|
5896
5883
|
"path",
|
|
5897
5884
|
{
|
|
5898
5885
|
d: "M278.887 211.766H391.104L392.583 222.856C392.687 223.635 392.08 224.328 391.294 224.328H277.961C277.14 224.328 276.525 223.577 276.686 222.773L278.887 211.766Z",
|
|
5899
|
-
fill:
|
|
5886
|
+
fill: I.cCABEB1
|
|
5900
5887
|
}
|
|
5901
5888
|
),
|
|
5902
5889
|
/* @__PURE__ */ e(
|
|
5903
5890
|
"path",
|
|
5904
5891
|
{
|
|
5905
5892
|
d: "M287.68 218.884L289.354 213.022H378.961L381.473 218.884H287.68Z",
|
|
5906
|
-
fill:
|
|
5893
|
+
fill: I.cC0B2A2
|
|
5907
5894
|
}
|
|
5908
5895
|
),
|
|
5909
5896
|
/* @__PURE__ */ e(
|
|
5910
5897
|
"path",
|
|
5911
5898
|
{
|
|
5912
5899
|
d: "M381.944 218.803L381.58 212.266H386.385L386.022 218.803H381.944Z",
|
|
5913
|
-
fill:
|
|
5914
|
-
stroke:
|
|
5900
|
+
fill: I.c956847,
|
|
5901
|
+
stroke: I.c48504C
|
|
5915
5902
|
}
|
|
5916
5903
|
),
|
|
5917
5904
|
/* @__PURE__ */ e(
|
|
5918
5905
|
"path",
|
|
5919
5906
|
{
|
|
5920
5907
|
d: "M283.124 218.803L282.768 213.104H287.565L287.209 218.803H283.124Z",
|
|
5921
|
-
fill:
|
|
5922
|
-
stroke:
|
|
5908
|
+
fill: I.c956847,
|
|
5909
|
+
stroke: I.c48504C
|
|
5923
5910
|
}
|
|
5924
5911
|
),
|
|
5925
5912
|
/* @__PURE__ */ e(
|
|
5926
5913
|
"path",
|
|
5927
5914
|
{
|
|
5928
5915
|
d: "M285.902 212.103L284.935 186.306H279.606C278.151 186.306 277.004 187.542 277.113 188.993L278.673 209.79C278.77 211.095 279.857 212.103 281.166 212.103H285.902Z",
|
|
5929
|
-
fill:
|
|
5930
|
-
stroke:
|
|
5916
|
+
fill: I.cC8CEF4,
|
|
5917
|
+
stroke: I.c48504C
|
|
5931
5918
|
}
|
|
5932
5919
|
),
|
|
5933
5920
|
/* @__PURE__ */ e(
|
|
5934
5921
|
"path",
|
|
5935
5922
|
{
|
|
5936
5923
|
d: "M383.256 212.103L384.638 186.306H389.556C391.007 186.306 392.153 187.537 392.05 188.984L390.564 209.782C390.471 211.09 389.382 212.103 388.07 212.103H383.256Z",
|
|
5937
|
-
fill:
|
|
5938
|
-
stroke:
|
|
5924
|
+
fill: I.cC8CEF4,
|
|
5925
|
+
stroke: I.c48504C
|
|
5939
5926
|
}
|
|
5940
5927
|
),
|
|
5941
5928
|
/* @__PURE__ */ e(
|
|
5942
5929
|
"path",
|
|
5943
5930
|
{
|
|
5944
5931
|
d: "M284.497 178.155C284.455 176.194 286.034 174.581 287.996 174.581H381.904C383.895 174.581 385.485 176.24 385.401 178.23L384.066 209.59C383.987 211.463 382.445 212.941 380.569 212.941H288.663C286.759 212.941 285.205 211.419 285.164 209.515L284.497 178.155Z",
|
|
5945
|
-
fill:
|
|
5946
|
-
stroke:
|
|
5932
|
+
fill: I.cC8CEF4,
|
|
5933
|
+
stroke: I.c48504C
|
|
5947
5934
|
}
|
|
5948
5935
|
),
|
|
5949
5936
|
/* @__PURE__ */ e(
|
|
5950
5937
|
"path",
|
|
5951
5938
|
{
|
|
5952
5939
|
d: "M284.845 181.524C284.792 179.279 286.598 177.431 288.844 177.431H380.687C382.948 177.431 384.76 179.304 384.684 181.565L383.774 208.737C383.701 210.893 381.933 212.603 379.776 212.603H289.48C287.307 212.603 285.532 210.869 285.481 208.697L284.845 181.524Z",
|
|
5953
|
-
fill:
|
|
5940
|
+
fill: I.cBBC3F5
|
|
5954
5941
|
}
|
|
5955
5942
|
),
|
|
5956
5943
|
/* @__PURE__ */ e(
|
|
@@ -5967,7 +5954,7 @@ function Xi({ width: t, height: r }) {
|
|
|
5967
5954
|
"path",
|
|
5968
5955
|
{
|
|
5969
5956
|
d: "M301 146.5C301 145.395 301.887 144.5 302.98 144.5H367.02C368.114 144.5 369 145.395 369 146.5V160.411H301V146.5Z",
|
|
5970
|
-
fill:
|
|
5957
|
+
fill: I.cFFFFFF
|
|
5971
5958
|
}
|
|
5972
5959
|
)
|
|
5973
5960
|
}
|
|
@@ -5977,42 +5964,42 @@ function Xi({ width: t, height: r }) {
|
|
|
5977
5964
|
"path",
|
|
5978
5965
|
{
|
|
5979
5966
|
d: "M301 146.191C301 145.257 301.748 144.5 302.671 144.5H356.701C357.624 144.5 358.372 145.257 358.372 146.191V157.949H301V146.191Z",
|
|
5980
|
-
fill:
|
|
5967
|
+
fill: I.cFFFFFF
|
|
5981
5968
|
}
|
|
5982
5969
|
),
|
|
5983
5970
|
/* @__PURE__ */ e(
|
|
5984
5971
|
"path",
|
|
5985
5972
|
{
|
|
5986
5973
|
d: "M301.336 146.607C301.336 145.673 302.08 144.916 302.999 144.916H367.01C367.929 144.916 368.673 145.673 368.673 146.607V152.523H301.336V146.607Z",
|
|
5987
|
-
fill:
|
|
5974
|
+
fill: I.cD6D6D6
|
|
5988
5975
|
}
|
|
5989
5976
|
),
|
|
5990
5977
|
/* @__PURE__ */ e(
|
|
5991
5978
|
"path",
|
|
5992
5979
|
{
|
|
5993
5980
|
d: "M368.673 152.523H301.336V174.5H368.673V152.523Z",
|
|
5994
|
-
fill:
|
|
5981
|
+
fill: I.cF4F4F4
|
|
5995
5982
|
}
|
|
5996
5983
|
),
|
|
5997
5984
|
/* @__PURE__ */ e(
|
|
5998
5985
|
"path",
|
|
5999
5986
|
{
|
|
6000
5987
|
d: "M307.685 150.417C308.607 150.417 309.356 149.66 309.356 148.726C309.356 147.793 308.607 147.036 307.685 147.036C306.762 147.036 306.014 147.793 306.014 148.726C306.014 149.66 306.762 150.417 307.685 150.417Z",
|
|
6001
|
-
fill:
|
|
5988
|
+
fill: I.cEE8080
|
|
6002
5989
|
}
|
|
6003
5990
|
),
|
|
6004
5991
|
/* @__PURE__ */ e(
|
|
6005
5992
|
"path",
|
|
6006
5993
|
{
|
|
6007
5994
|
d: "M313.532 150.417C314.455 150.417 315.203 149.66 315.203 148.726C315.203 147.793 314.455 147.036 313.532 147.036C312.609 147.036 311.861 147.793 311.861 148.726C311.861 149.66 312.609 150.417 313.532 150.417Z",
|
|
6008
|
-
fill:
|
|
5995
|
+
fill: I.cE5EE80
|
|
6009
5996
|
}
|
|
6010
5997
|
),
|
|
6011
5998
|
/* @__PURE__ */ e(
|
|
6012
5999
|
"path",
|
|
6013
6000
|
{
|
|
6014
6001
|
d: "M318.546 150.417C319.469 150.417 320.217 149.66 320.217 148.726C320.217 147.793 319.469 147.036 318.546 147.036C317.623 147.036 316.875 147.793 316.875 148.726C316.875 149.66 317.623 150.417 318.546 150.417Z",
|
|
6015
|
-
fill:
|
|
6002
|
+
fill: I.c46F16B
|
|
6016
6003
|
}
|
|
6017
6004
|
)
|
|
6018
6005
|
] }),
|
|
@@ -6020,14 +6007,14 @@ function Xi({ width: t, height: r }) {
|
|
|
6020
6007
|
"path",
|
|
6021
6008
|
{
|
|
6022
6009
|
d: "M301.16 146C301.16 145.172 301.832 144.5 302.66 144.5H367.33C368.159 144.5 368.83 145.172 368.83 146V174.419H301.16V146Z",
|
|
6023
|
-
stroke:
|
|
6010
|
+
stroke: I.c48504C
|
|
6024
6011
|
}
|
|
6025
6012
|
),
|
|
6026
6013
|
/* @__PURE__ */ e(
|
|
6027
6014
|
"path",
|
|
6028
6015
|
{
|
|
6029
6016
|
d: "M395.29 207.579H423.344M354.255 236.889H369.329M327.038 222.234H347.556M350.905 222.234H358.024M288.097 230.19H304.846M253.344 210.091H272.605M278.467 246.938H295.216M297.309 246.938H303.59M337.088 252.801H354.255",
|
|
6030
|
-
stroke:
|
|
6017
|
+
stroke: I.c86512B,
|
|
6031
6018
|
strokeWidth: "2",
|
|
6032
6019
|
strokeLinecap: "round"
|
|
6033
6020
|
}
|
|
@@ -6037,21 +6024,21 @@ function Xi({ width: t, height: r }) {
|
|
|
6037
6024
|
"path",
|
|
6038
6025
|
{
|
|
6039
6026
|
d: "M430.241 125.78C430.987 105.807 437.521 90.4065 449.841 79.5799C462.161 68.7532 478.867 63.3398 499.961 63.3398C513.961 63.3398 525.907 65.7665 535.801 70.6199C545.881 75.4732 553.441 82.0998 558.481 90.4998C563.707 98.8998 566.321 108.327 566.321 118.78C566.321 131.1 563.241 141.18 557.081 149.02C550.921 156.673 543.734 161.9 535.521 164.7V165.82C546.161 169.367 554.561 175.247 560.721 183.46C566.881 191.673 569.961 202.22 569.961 215.1C569.961 226.673 567.254 236.94 561.841 245.9C560.436 248.258 558.849 250.481 557.081 252.569L443.5 252.662C432.5 241 427.721 230.5 427.721 207.82H474.201C474.387 216.033 476.721 222.567 481.201 227.42C485.681 232.087 492.214 234.42 500.801 234.42C508.081 234.42 513.681 232.367 517.601 228.26C521.707 223.967 523.761 218.367 523.761 211.46C523.761 202.5 520.867 196.06 515.081 192.14C509.481 188.033 500.427 185.98 487.921 185.98H478.961V147.06H487.921C497.441 147.06 505.094 145.473 510.881 142.3C516.854 138.94 519.841 133.06 519.841 124.66C519.841 117.94 517.974 112.713 514.241 108.98C510.507 105.247 505.374 103.38 498.841 103.38C491.747 103.38 486.427 105.527 482.881 109.82C479.521 114.113 477.561 119.433 477.001 125.78H430.241Z",
|
|
6040
|
-
fill:
|
|
6027
|
+
fill: I.cBBDEFB,
|
|
6041
6028
|
fillOpacity: "0.6"
|
|
6042
6029
|
}
|
|
6043
6030
|
),
|
|
6044
|
-
/* @__PURE__ */ e("rect", { x: "43", y: "87.5", width: "46", height: "20", fill:
|
|
6045
|
-
/* @__PURE__ */ e("rect", { x: "29", y: "109.5", width: "46", height: "20", fill:
|
|
6046
|
-
/* @__PURE__ */ e("rect", { x: "29", y: "65.5", width: "46", height: "20", fill:
|
|
6047
|
-
/* @__PURE__ */ e("rect", { x: "356", y: "0.5", width: "55", height: "20", fill:
|
|
6048
|
-
/* @__PURE__ */ e("rect", { x: "572", y: "142.5", width: "55", height: "20", fill:
|
|
6049
|
-
/* @__PURE__ */ e("rect", { x: "589", y: "120.5", width: "55", height: "20", fill:
|
|
6031
|
+
/* @__PURE__ */ e("rect", { x: "43", y: "87.5", width: "46", height: "20", fill: I.cD6EBFD }),
|
|
6032
|
+
/* @__PURE__ */ e("rect", { x: "29", y: "109.5", width: "46", height: "20", fill: I.cD6EBFD }),
|
|
6033
|
+
/* @__PURE__ */ e("rect", { x: "29", y: "65.5", width: "46", height: "20", fill: I.cD6EBFD }),
|
|
6034
|
+
/* @__PURE__ */ e("rect", { x: "356", y: "0.5", width: "55", height: "20", fill: I.cD6EBFD }),
|
|
6035
|
+
/* @__PURE__ */ e("rect", { x: "572", y: "142.5", width: "55", height: "20", fill: I.cD6EBFD }),
|
|
6036
|
+
/* @__PURE__ */ e("rect", { x: "589", y: "120.5", width: "55", height: "20", fill: I.cD6EBFD }),
|
|
6050
6037
|
/* @__PURE__ */ e(
|
|
6051
6038
|
"path",
|
|
6052
6039
|
{
|
|
6053
6040
|
d: "M3 255.5L651 255.5",
|
|
6054
|
-
stroke:
|
|
6041
|
+
stroke: I.c64B5F6,
|
|
6055
6042
|
strokeWidth: "5",
|
|
6056
6043
|
strokeLinecap: "round"
|
|
6057
6044
|
}
|
|
@@ -6061,7 +6048,7 @@ function Xi({ width: t, height: r }) {
|
|
|
6061
6048
|
{
|
|
6062
6049
|
width: "179",
|
|
6063
6050
|
height: "192",
|
|
6064
|
-
fill:
|
|
6051
|
+
fill: I.cFFFFFF,
|
|
6065
6052
|
transform: "translate(246 60.5)"
|
|
6066
6053
|
}
|
|
6067
6054
|
) }) })
|
|
@@ -6069,7 +6056,7 @@ function Xi({ width: t, height: r }) {
|
|
|
6069
6056
|
}
|
|
6070
6057
|
) });
|
|
6071
6058
|
}
|
|
6072
|
-
function
|
|
6059
|
+
function Eo({ onClick: t }) {
|
|
6073
6060
|
const r = ne("md");
|
|
6074
6061
|
return /* @__PURE__ */ s(
|
|
6075
6062
|
f,
|
|
@@ -6081,7 +6068,7 @@ function ko({ onClick: t }) {
|
|
|
6081
6068
|
justify: "center",
|
|
6082
6069
|
gap: "md",
|
|
6083
6070
|
children: [
|
|
6084
|
-
/* @__PURE__ */ e(
|
|
6071
|
+
/* @__PURE__ */ e(tn, { width: r ? 600 : 300 }),
|
|
6085
6072
|
/* @__PURE__ */ e(x, { fontWeight: "bold", fontSize: r ? "3xl" : "2xl", children: "We Are Sorry ..." }),
|
|
6086
6073
|
t && /* @__PURE__ */ e(N, { size: r ? "md" : "xs", onClick: t, children: "Go Back" })
|
|
6087
6074
|
]
|
|
@@ -6105,7 +6092,7 @@ const c = {
|
|
|
6105
6092
|
cFFE18B: "#FFE18B",
|
|
6106
6093
|
cFFFFFF: "#FFFFFF"
|
|
6107
6094
|
};
|
|
6108
|
-
function
|
|
6095
|
+
function rn({ width: t, height: r }) {
|
|
6109
6096
|
return /* @__PURE__ */ e(q, { children: /* @__PURE__ */ s(
|
|
6110
6097
|
"svg",
|
|
6111
6098
|
{
|
|
@@ -6777,7 +6764,7 @@ function Ki({ width: t, height: r }) {
|
|
|
6777
6764
|
}
|
|
6778
6765
|
) });
|
|
6779
6766
|
}
|
|
6780
|
-
function
|
|
6767
|
+
function Mo({ onClick: t }) {
|
|
6781
6768
|
const r = ne("md");
|
|
6782
6769
|
return /* @__PURE__ */ s(
|
|
6783
6770
|
f,
|
|
@@ -6790,7 +6777,7 @@ function So({ onClick: t }) {
|
|
|
6790
6777
|
gap: "md",
|
|
6791
6778
|
overflow: "overflow-hidden",
|
|
6792
6779
|
children: [
|
|
6793
|
-
/* @__PURE__ */ e(
|
|
6780
|
+
/* @__PURE__ */ e(rn, { width: r ? 600 : 300 }),
|
|
6794
6781
|
/* @__PURE__ */ e(
|
|
6795
6782
|
x,
|
|
6796
6783
|
{
|
|
@@ -6814,8 +6801,8 @@ function So({ onClick: t }) {
|
|
|
6814
6801
|
}
|
|
6815
6802
|
);
|
|
6816
6803
|
}
|
|
6817
|
-
const
|
|
6818
|
-
var i, o, n, l,
|
|
6804
|
+
const Lo = (t) => {
|
|
6805
|
+
var i, o, n, l, h;
|
|
6819
6806
|
const r = ne("md");
|
|
6820
6807
|
return /* @__PURE__ */ s(
|
|
6821
6808
|
ut,
|
|
@@ -6830,9 +6817,9 @@ const Fo = (t) => {
|
|
|
6830
6817
|
}
|
|
6831
6818
|
},
|
|
6832
6819
|
children: [
|
|
6833
|
-
/* @__PURE__ */ e(
|
|
6834
|
-
/* @__PURE__ */ e(
|
|
6835
|
-
/* @__PURE__ */ e(
|
|
6820
|
+
/* @__PURE__ */ e(Zt, { ...t.dialogTitleProps, children: typeof t.title == "string" ? /* @__PURE__ */ e(x, { fontSize: "lg", fontWeight: "medium", children: t.title }) : t.title }),
|
|
6821
|
+
/* @__PURE__ */ e(ft, { children: typeof t.description == "string" ? /* @__PURE__ */ e(x, { fontSize: "md", lineHeight: "leading-6", color: "tertiary", children: t.description }) : t.description }),
|
|
6822
|
+
/* @__PURE__ */ e($t, { children: /* @__PURE__ */ e(
|
|
6836
6823
|
f,
|
|
6837
6824
|
{
|
|
6838
6825
|
display: "flex",
|
|
@@ -6845,7 +6832,7 @@ const Fo = (t) => {
|
|
|
6845
6832
|
display: "flex",
|
|
6846
6833
|
direction: ((n = t.wrapperConfirmBtnProps) == null ? void 0 : n.direction) || "row",
|
|
6847
6834
|
justify: ((l = t.wrapperConfirmBtnProps) == null ? void 0 : l.justify) || "flex-end",
|
|
6848
|
-
gap: ((
|
|
6835
|
+
gap: ((h = t.wrapperConfirmBtnProps) == null ? void 0 : h.gap) || "sm",
|
|
6849
6836
|
...t.wrapperConfirmBtnProps,
|
|
6850
6837
|
children: [
|
|
6851
6838
|
t.onCancel && /* @__PURE__ */ e(N, { secondary: !0, onClick: t.onCancel, size: "md", fullWidth: !0, children: t.titleCancelBtn || "Cancel" }),
|
|
@@ -6877,7 +6864,7 @@ const Fo = (t) => {
|
|
|
6877
6864
|
},
|
|
6878
6865
|
t.key
|
|
6879
6866
|
);
|
|
6880
|
-
},
|
|
6867
|
+
}, Wo = ce(
|
|
6881
6868
|
({
|
|
6882
6869
|
children: t,
|
|
6883
6870
|
height: r,
|
|
@@ -6885,9 +6872,9 @@ const Fo = (t) => {
|
|
|
6885
6872
|
customHeight: o,
|
|
6886
6873
|
paddingInline: n = "spacing-0",
|
|
6887
6874
|
paddingBlock: l = "spacing-0",
|
|
6888
|
-
header:
|
|
6875
|
+
header: h,
|
|
6889
6876
|
footer: a,
|
|
6890
|
-
title:
|
|
6877
|
+
title: u,
|
|
6891
6878
|
titleTag: d,
|
|
6892
6879
|
action: g,
|
|
6893
6880
|
actionContainer: m,
|
|
@@ -6895,22 +6882,22 @@ const Fo = (t) => {
|
|
|
6895
6882
|
bodyProps: b,
|
|
6896
6883
|
headerProps: S = { borderBottom: !0 },
|
|
6897
6884
|
footerProps: C = { borderTop: !0 },
|
|
6898
|
-
variantTag:
|
|
6885
|
+
variantTag: z = "info"
|
|
6899
6886
|
}) => {
|
|
6900
6887
|
const Z = ie(null), [T, U] = k("100vh");
|
|
6901
6888
|
$(() => {
|
|
6902
|
-
const
|
|
6889
|
+
const A = () => {
|
|
6903
6890
|
if (Z.current) {
|
|
6904
6891
|
const P = Z.current.getBoundingClientRect().top;
|
|
6905
6892
|
U(`calc(100vh - ${P}px)`);
|
|
6906
6893
|
}
|
|
6907
6894
|
};
|
|
6908
|
-
return
|
|
6895
|
+
return A(), window.addEventListener("resize", A), () => window.removeEventListener("resize", A);
|
|
6909
6896
|
}, []);
|
|
6910
6897
|
const M = () => d ? /* @__PURE__ */ s(f, { direction: "row", gap: "sm", align: "center", children: [
|
|
6911
|
-
/* @__PURE__ */ e(x, { fontWeight: "medium", children:
|
|
6912
|
-
/* @__PURE__ */ e(Le, { border: !0, text: d, variant:
|
|
6913
|
-
] }) : /* @__PURE__ */ e(x, { fontWeight: "medium", children:
|
|
6898
|
+
/* @__PURE__ */ e(x, { fontWeight: "medium", children: u }),
|
|
6899
|
+
/* @__PURE__ */ e(Le, { border: !0, text: d, variant: z })
|
|
6900
|
+
] }) : /* @__PURE__ */ e(x, { fontWeight: "medium", children: u }), ae = () => h || /* @__PURE__ */ s(
|
|
6914
6901
|
f,
|
|
6915
6902
|
{
|
|
6916
6903
|
direction: "row",
|
|
@@ -6918,11 +6905,11 @@ const Fo = (t) => {
|
|
|
6918
6905
|
align: "flex-start",
|
|
6919
6906
|
gap: "md",
|
|
6920
6907
|
children: [
|
|
6921
|
-
/* @__PURE__ */ e(f, { children:
|
|
6908
|
+
/* @__PURE__ */ e(f, { children: u ? M() : null }),
|
|
6922
6909
|
/* @__PURE__ */ e(f, { ...m, children: g ?? null })
|
|
6923
6910
|
]
|
|
6924
6911
|
}
|
|
6925
|
-
), J = !!(
|
|
6912
|
+
), J = !!(h || u || g);
|
|
6926
6913
|
return /* @__PURE__ */ s(
|
|
6927
6914
|
f,
|
|
6928
6915
|
{
|
|
@@ -6942,7 +6929,7 @@ const Fo = (t) => {
|
|
|
6942
6929
|
...(y == null ? void 0 : y.style) ?? {}
|
|
6943
6930
|
},
|
|
6944
6931
|
children: [
|
|
6945
|
-
|
|
6932
|
+
h !== null && J ? /* @__PURE__ */ e(nr, { ...S, children: ae() }) : null,
|
|
6946
6933
|
/* @__PURE__ */ e(
|
|
6947
6934
|
f,
|
|
6948
6935
|
{
|
|
@@ -6956,45 +6943,45 @@ const Fo = (t) => {
|
|
|
6956
6943
|
children: t
|
|
6957
6944
|
}
|
|
6958
6945
|
),
|
|
6959
|
-
a ? /* @__PURE__ */ e(
|
|
6946
|
+
a ? /* @__PURE__ */ e(or, { ...C, children: a }) : null
|
|
6960
6947
|
]
|
|
6961
6948
|
}
|
|
6962
6949
|
);
|
|
6963
6950
|
}
|
|
6964
|
-
),
|
|
6951
|
+
), Bo = qe.memo(
|
|
6965
6952
|
({ value: t, options: r = [], onChange: i, multiple: o }) => {
|
|
6966
|
-
const n = (t == null ? void 0 : t.map((a) => a.value)) || [], l = (r == null ? void 0 : r.filter((a) => n.includes(a.value))) || [],
|
|
6967
|
-
const
|
|
6953
|
+
const n = (t == null ? void 0 : t.map((a) => a.value)) || [], l = (r == null ? void 0 : r.filter((a) => n.includes(a.value))) || [], h = (a) => {
|
|
6954
|
+
const u = [...l];
|
|
6968
6955
|
let d = [];
|
|
6969
|
-
o ? d = n.includes(a.value) ?
|
|
6956
|
+
o ? d = n.includes(a.value) ? u.filter((g) => g.value !== a.value) : [...u, a] : d = [a], i == null || i(d);
|
|
6970
6957
|
};
|
|
6971
|
-
return /* @__PURE__ */ e(f, { direction: "row", gap: "sm", flexWrap: "wrap", children: r == null ? void 0 : r.map((a,
|
|
6958
|
+
return /* @__PURE__ */ e(f, { direction: "row", gap: "sm", flexWrap: "wrap", children: r == null ? void 0 : r.map((a, u) => /* @__PURE__ */ e(
|
|
6972
6959
|
N,
|
|
6973
6960
|
{
|
|
6974
6961
|
...n.includes(a.value) ? { primary: !0 } : { secondary: !0 },
|
|
6975
|
-
onClick: () =>
|
|
6962
|
+
onClick: () => h(a),
|
|
6976
6963
|
children: a.label
|
|
6977
6964
|
},
|
|
6978
|
-
|
|
6965
|
+
u
|
|
6979
6966
|
)) });
|
|
6980
6967
|
}
|
|
6981
6968
|
);
|
|
6982
|
-
function vt(t) {
|
|
6983
|
-
return null;
|
|
6984
|
-
}
|
|
6985
|
-
vt.displayName = "LayoutDialog.Header";
|
|
6986
6969
|
function bt(t) {
|
|
6987
6970
|
return null;
|
|
6988
6971
|
}
|
|
6989
|
-
bt.displayName = "LayoutDialog.
|
|
6972
|
+
bt.displayName = "LayoutDialog.Header";
|
|
6990
6973
|
function Dt(t) {
|
|
6991
6974
|
return null;
|
|
6992
6975
|
}
|
|
6993
|
-
Dt.displayName = "LayoutDialog.
|
|
6976
|
+
Dt.displayName = "LayoutDialog.Body";
|
|
6994
6977
|
function wt(t) {
|
|
6995
6978
|
return null;
|
|
6996
6979
|
}
|
|
6997
|
-
wt.displayName = "LayoutDialog.
|
|
6980
|
+
wt.displayName = "LayoutDialog.Aside";
|
|
6981
|
+
function kt(t) {
|
|
6982
|
+
return null;
|
|
6983
|
+
}
|
|
6984
|
+
kt.displayName = "LayoutDialog.Footer";
|
|
6998
6985
|
const re = {
|
|
6999
6986
|
"lyd-root": "_lyd-root_1e92c_1",
|
|
7000
6987
|
"lyd-backdrop": "_lyd-backdrop_1e92c_28",
|
|
@@ -7012,11 +6999,11 @@ const re = {
|
|
|
7012
6999
|
"lyd-vm-group": "_lyd-vm-group_1e92c_162",
|
|
7013
7000
|
"lyd-vm-btn": "_lyd-vm-btn_1e92c_170",
|
|
7014
7001
|
"lyd-close-btn": "_lyd-close-btn_1e92c_193"
|
|
7015
|
-
},
|
|
7002
|
+
}, nn = [
|
|
7016
7003
|
{
|
|
7017
7004
|
mode: "sidebar",
|
|
7018
7005
|
label: "Sidebar",
|
|
7019
|
-
icon: /* @__PURE__ */ e(
|
|
7006
|
+
icon: /* @__PURE__ */ e(ln, {})
|
|
7020
7007
|
},
|
|
7021
7008
|
{
|
|
7022
7009
|
mode: "modal",
|
|
@@ -7029,8 +7016,8 @@ const re = {
|
|
|
7029
7016
|
icon: /* @__PURE__ */ e(D, { name: "Fullscreen", size: "sm" })
|
|
7030
7017
|
}
|
|
7031
7018
|
];
|
|
7032
|
-
function
|
|
7033
|
-
return /* @__PURE__ */ e("div", { className: re["lyd-vm-group"], role: "group", "aria-label": "View mode", children:
|
|
7019
|
+
function on({ value: t, onChange: r }) {
|
|
7020
|
+
return /* @__PURE__ */ e("div", { className: re["lyd-vm-group"], role: "group", "aria-label": "View mode", children: nn.map((i) => /* @__PURE__ */ e(
|
|
7034
7021
|
"button",
|
|
7035
7022
|
{
|
|
7036
7023
|
type: "button",
|
|
@@ -7044,7 +7031,7 @@ function tn({ value: t, onChange: r }) {
|
|
|
7044
7031
|
i.mode
|
|
7045
7032
|
)) });
|
|
7046
7033
|
}
|
|
7047
|
-
function
|
|
7034
|
+
function ln() {
|
|
7048
7035
|
return /* @__PURE__ */ s(
|
|
7049
7036
|
"svg",
|
|
7050
7037
|
{
|
|
@@ -7065,14 +7052,14 @@ function rn() {
|
|
|
7065
7052
|
}
|
|
7066
7053
|
);
|
|
7067
7054
|
}
|
|
7068
|
-
const
|
|
7055
|
+
const ct = {
|
|
7069
7056
|
md: "768px",
|
|
7070
7057
|
lg: "1024px",
|
|
7071
7058
|
xl: "1200px",
|
|
7072
7059
|
"2xl": "1440px"
|
|
7073
7060
|
};
|
|
7074
|
-
function
|
|
7075
|
-
return t ? t in
|
|
7061
|
+
function cn(t) {
|
|
7062
|
+
return t ? t in ct ? ct[t] : t : ct.xl;
|
|
7076
7063
|
}
|
|
7077
7064
|
function $e(t, r) {
|
|
7078
7065
|
let i = null;
|
|
@@ -7080,22 +7067,22 @@ function $e(t, r) {
|
|
|
7080
7067
|
qe.isValidElement(o) && o.type === r && (i = o.props.children ?? null);
|
|
7081
7068
|
}), i;
|
|
7082
7069
|
}
|
|
7083
|
-
function
|
|
7070
|
+
function an(t) {
|
|
7084
7071
|
const {
|
|
7085
7072
|
isOpen: r,
|
|
7086
7073
|
onClose: i,
|
|
7087
7074
|
viewMode: o,
|
|
7088
7075
|
defaultViewMode: n = "modal",
|
|
7089
7076
|
onViewModeChange: l,
|
|
7090
|
-
showViewModeToggle:
|
|
7077
|
+
showViewModeToggle: h = !0,
|
|
7091
7078
|
showCloseButton: a = !0,
|
|
7092
|
-
size:
|
|
7079
|
+
size: u,
|
|
7093
7080
|
asideWidth: d,
|
|
7094
7081
|
disableEscapeClose: g = !1,
|
|
7095
7082
|
disableBackdropClose: m = !1,
|
|
7096
7083
|
lockBodyScroll: y = !0,
|
|
7097
7084
|
children: b
|
|
7098
|
-
} = t, [S, C] = k(n),
|
|
7085
|
+
} = t, [S, C] = k(n), z = o ?? S, T = ne("md") ? z : "fullscreen", U = ve(
|
|
7099
7086
|
(Q) => {
|
|
7100
7087
|
o === void 0 && C(Q), l == null || l(Q);
|
|
7101
7088
|
},
|
|
@@ -7113,18 +7100,18 @@ function on(t) {
|
|
|
7113
7100
|
};
|
|
7114
7101
|
return window.addEventListener("keydown", Q), () => window.removeEventListener("keydown", Q);
|
|
7115
7102
|
}, [r, g, i]);
|
|
7116
|
-
const ae =
|
|
7117
|
-
() => $e(b, vt),
|
|
7118
|
-
[b]
|
|
7119
|
-
), J = he(
|
|
7103
|
+
const ae = fe(
|
|
7120
7104
|
() => $e(b, bt),
|
|
7121
7105
|
[b]
|
|
7122
|
-
),
|
|
7106
|
+
), J = fe(
|
|
7123
7107
|
() => $e(b, Dt),
|
|
7124
7108
|
[b]
|
|
7125
|
-
),
|
|
7109
|
+
), A = fe(
|
|
7126
7110
|
() => $e(b, wt),
|
|
7127
7111
|
[b]
|
|
7112
|
+
), P = fe(
|
|
7113
|
+
() => $e(b, kt),
|
|
7114
|
+
[b]
|
|
7128
7115
|
);
|
|
7129
7116
|
if (!r) return null;
|
|
7130
7117
|
const oe = [
|
|
@@ -7133,7 +7120,7 @@ function on(t) {
|
|
|
7133
7120
|
T === "fullscreen" && re["lyd-fullscreen"],
|
|
7134
7121
|
T === "sidebar" && re["lyd-sidebar"]
|
|
7135
7122
|
].filter(Boolean).join(" "), le = {
|
|
7136
|
-
"--lyd-max-w":
|
|
7123
|
+
"--lyd-max-w": cn(u),
|
|
7137
7124
|
...d !== void 0 && { "--lyd-aside-w": d }
|
|
7138
7125
|
}, G = () => {
|
|
7139
7126
|
m || i();
|
|
@@ -7158,7 +7145,7 @@ function on(t) {
|
|
|
7158
7145
|
/* @__PURE__ */ s("div", { className: re["lyd-header"], children: [
|
|
7159
7146
|
/* @__PURE__ */ e("div", { className: re["lyd-header-content"], children: ae }),
|
|
7160
7147
|
/* @__PURE__ */ s("div", { className: re["lyd-header-actions"], children: [
|
|
7161
|
-
|
|
7148
|
+
h && /* @__PURE__ */ e(on, { value: z, onChange: U }),
|
|
7162
7149
|
a && /* @__PURE__ */ e(
|
|
7163
7150
|
"button",
|
|
7164
7151
|
{
|
|
@@ -7173,7 +7160,7 @@ function on(t) {
|
|
|
7173
7160
|
] }),
|
|
7174
7161
|
/* @__PURE__ */ s("div", { className: re["lyd-main"], children: [
|
|
7175
7162
|
/* @__PURE__ */ e("div", { className: re["lyd-body"], children: J }),
|
|
7176
|
-
|
|
7163
|
+
A && /* @__PURE__ */ e("aside", { className: re["lyd-aside"], children: A })
|
|
7177
7164
|
] }),
|
|
7178
7165
|
P && /* @__PURE__ */ e("div", { className: re["lyd-footer"], children: P })
|
|
7179
7166
|
] })
|
|
@@ -7181,12 +7168,12 @@ function on(t) {
|
|
|
7181
7168
|
}
|
|
7182
7169
|
);
|
|
7183
7170
|
}
|
|
7184
|
-
const Ke =
|
|
7185
|
-
Ke.Header =
|
|
7186
|
-
Ke.Body =
|
|
7187
|
-
Ke.Aside =
|
|
7188
|
-
Ke.Footer =
|
|
7189
|
-
function
|
|
7171
|
+
const Ke = an;
|
|
7172
|
+
Ke.Header = bt;
|
|
7173
|
+
Ke.Body = Dt;
|
|
7174
|
+
Ke.Aside = wt;
|
|
7175
|
+
Ke.Footer = kt;
|
|
7176
|
+
function Io({ url: t, filename: r, onClose: i }) {
|
|
7190
7177
|
return $(() => {
|
|
7191
7178
|
const o = (n) => {
|
|
7192
7179
|
n.key === "Escape" && i();
|
|
@@ -7284,42 +7271,42 @@ function Lo({ url: t, filename: r, onClose: i }) {
|
|
|
7284
7271
|
}
|
|
7285
7272
|
);
|
|
7286
7273
|
}
|
|
7287
|
-
const
|
|
7274
|
+
const Ao = (t) => {
|
|
7288
7275
|
const { defaultTab: r = 0, paramKey: i = "tab" } = t || {}, [o, n] = Ye(), l = Pe(o.toString());
|
|
7289
7276
|
return {
|
|
7290
7277
|
activeTab: l[i] ? parseInt(l[i]) : r,
|
|
7291
|
-
handleTabChange: (
|
|
7278
|
+
handleTabChange: (u) => {
|
|
7292
7279
|
n({
|
|
7293
7280
|
...l,
|
|
7294
|
-
[i]:
|
|
7281
|
+
[i]: u.toString()
|
|
7295
7282
|
});
|
|
7296
7283
|
},
|
|
7297
7284
|
searchQueries: l
|
|
7298
7285
|
};
|
|
7299
7286
|
};
|
|
7300
|
-
function
|
|
7287
|
+
function Ho({
|
|
7301
7288
|
appName: t,
|
|
7302
7289
|
menuConfig: r,
|
|
7303
7290
|
formatTitle: i
|
|
7304
7291
|
}) {
|
|
7305
|
-
const o =
|
|
7292
|
+
const o = Te();
|
|
7306
7293
|
$(() => {
|
|
7307
7294
|
let n = null, l = null;
|
|
7308
|
-
for (const
|
|
7309
|
-
const d =
|
|
7295
|
+
for (const u of r) {
|
|
7296
|
+
const d = u.items.find((g) => g.to ? g.to === "/" ? o.pathname === "/" : !!(g.to === o.pathname || o.pathname.startsWith(g.to + "/")) : !1);
|
|
7310
7297
|
if (d) {
|
|
7311
|
-
n = d, l =
|
|
7298
|
+
n = d, l = u;
|
|
7312
7299
|
break;
|
|
7313
7300
|
}
|
|
7314
7301
|
}
|
|
7315
|
-
const
|
|
7316
|
-
n != null && n.title &&
|
|
7317
|
-
const a = (
|
|
7318
|
-
document.title = (i || a)(
|
|
7302
|
+
const h = [];
|
|
7303
|
+
n != null && n.title && h.push(n.title), l != null && l.name && h.push(l.name.toTitleCase());
|
|
7304
|
+
const a = (u, d) => u.length > 0 ? `${u.join(" - ")} | ${d}` : d;
|
|
7305
|
+
document.title = (i || a)(h, t);
|
|
7319
7306
|
}, [o.pathname]);
|
|
7320
7307
|
}
|
|
7321
|
-
const
|
|
7322
|
-
const [t, r] = Ye(), i = Pe(t.toString()), o =
|
|
7308
|
+
const zo = () => {
|
|
7309
|
+
const [t, r] = Ye(), i = Pe(t.toString()), o = Yt(), n = Te(), l = o.id;
|
|
7323
7310
|
return {
|
|
7324
7311
|
// query params
|
|
7325
7312
|
setSearchParams: r,
|
|
@@ -7337,12 +7324,12 @@ const Ao = () => {
|
|
|
7337
7324
|
hasId: !!l
|
|
7338
7325
|
};
|
|
7339
7326
|
};
|
|
7340
|
-
function
|
|
7327
|
+
function Ro(t) {
|
|
7341
7328
|
var o, n;
|
|
7342
7329
|
const r = t.decodedAccessToken;
|
|
7343
|
-
return
|
|
7344
|
-
var
|
|
7345
|
-
const l = ((d = (
|
|
7330
|
+
return fe(() => {
|
|
7331
|
+
var u, d;
|
|
7332
|
+
const l = ((d = (u = r == null ? void 0 : r.access) == null ? void 0 : u.role) == null ? void 0 : d.code) ?? "", h = Object.keys(t.role).reduce(
|
|
7346
7333
|
(g, m) => {
|
|
7347
7334
|
const y = `is${m.toLowerCase().replace(/(^\w|_\w)/g, (b) => b.replace("_", "").toUpperCase())}`;
|
|
7348
7335
|
return { ...g, [y]: !1 };
|
|
@@ -7356,108 +7343,108 @@ function Ho(t) {
|
|
|
7356
7343
|
...g,
|
|
7357
7344
|
[y]: l === t.role[m]
|
|
7358
7345
|
};
|
|
7359
|
-
},
|
|
7346
|
+
}, h),
|
|
7360
7347
|
hasRole: (g) => l === t.role[g],
|
|
7361
7348
|
getRoleKey: () => l
|
|
7362
7349
|
};
|
|
7363
7350
|
}, [(n = (o = r == null ? void 0 : r.access) == null ? void 0 : o.role) == null ? void 0 : n.code, t]);
|
|
7364
7351
|
}
|
|
7365
7352
|
export {
|
|
7366
|
-
|
|
7367
|
-
|
|
7368
|
-
|
|
7369
|
-
|
|
7370
|
-
|
|
7371
|
-
|
|
7372
|
-
|
|
7373
|
-
|
|
7374
|
-
|
|
7375
|
-
|
|
7376
|
-
|
|
7353
|
+
Jn as ActionMenu,
|
|
7354
|
+
mi as AdvanceFilterBar,
|
|
7355
|
+
Tn as App,
|
|
7356
|
+
Er as AppComponent,
|
|
7357
|
+
Kt as AppContext,
|
|
7358
|
+
jn as AppLayout,
|
|
7359
|
+
Do as AsideBar,
|
|
7360
|
+
Zn as BackButton,
|
|
7361
|
+
vi as ColumnFilterDropdown,
|
|
7362
|
+
Lo as ConfirmationDialog,
|
|
7363
|
+
wi as DataTable,
|
|
7377
7364
|
O as DecisionWrapper,
|
|
7378
|
-
|
|
7379
|
-
|
|
7380
|
-
|
|
7381
|
-
|
|
7382
|
-
|
|
7383
|
-
|
|
7384
|
-
|
|
7385
|
-
|
|
7386
|
-
|
|
7387
|
-
|
|
7388
|
-
|
|
7389
|
-
|
|
7390
|
-
|
|
7391
|
-
|
|
7365
|
+
vt as EachUtils,
|
|
7366
|
+
So as EmptyStatePage,
|
|
7367
|
+
gi as FilterDrawer,
|
|
7368
|
+
wo as FloatingFooter,
|
|
7369
|
+
Eo as ForbiddenPage,
|
|
7370
|
+
bo as Form,
|
|
7371
|
+
Wo as FullSection,
|
|
7372
|
+
Nn as HeaderLeftSlot,
|
|
7373
|
+
Wr as HeaderLeftSlotOutlet,
|
|
7374
|
+
Lr as HeaderLeftSlotProvider,
|
|
7375
|
+
Gn as HorizontalField,
|
|
7376
|
+
Io as ImagePreview,
|
|
7377
|
+
Ti as InputFile,
|
|
7378
|
+
Ji as InputImage,
|
|
7392
7379
|
Ke as LayoutDialog,
|
|
7393
|
-
|
|
7394
|
-
|
|
7395
|
-
|
|
7396
|
-
|
|
7397
|
-
|
|
7398
|
-
|
|
7399
|
-
|
|
7400
|
-
|
|
7380
|
+
wt as LayoutDialogAside,
|
|
7381
|
+
Dt as LayoutDialogBody,
|
|
7382
|
+
kt as LayoutDialogFooter,
|
|
7383
|
+
bt as LayoutDialogHeader,
|
|
7384
|
+
$n as ModuleSwitcher,
|
|
7385
|
+
zr as ModuleSwitcherModal,
|
|
7386
|
+
Fo as NotFoundPage,
|
|
7387
|
+
qn as PageLayout,
|
|
7401
7388
|
Xe as Pressable,
|
|
7402
|
-
|
|
7403
|
-
|
|
7404
|
-
|
|
7405
|
-
|
|
7406
|
-
|
|
7407
|
-
|
|
7408
|
-
|
|
7409
|
-
|
|
7410
|
-
|
|
7411
|
-
|
|
7412
|
-
|
|
7413
|
-
|
|
7414
|
-
|
|
7415
|
-
|
|
7416
|
-
|
|
7417
|
-
|
|
7418
|
-
|
|
7389
|
+
Zr as RightDrawer,
|
|
7390
|
+
Yi as ScrollToTopButton,
|
|
7391
|
+
Un as Section,
|
|
7392
|
+
or as SectionFooter,
|
|
7393
|
+
nr as SectionHeader,
|
|
7394
|
+
Bo as SelectButton,
|
|
7395
|
+
Mo as ServerErrorPage,
|
|
7396
|
+
Sr as SidebarBadgesProvider,
|
|
7397
|
+
On as SidebarGroupSlot,
|
|
7398
|
+
Ir as SidebarGroupSlotOutlet,
|
|
7399
|
+
Br as SidebarGroupSlotProvider,
|
|
7400
|
+
Mr as SidebarHeaderSlot,
|
|
7401
|
+
Ci as TableFooter,
|
|
7402
|
+
pi as TableHeader,
|
|
7403
|
+
eo as TableSection,
|
|
7404
|
+
yi as TableWrapper,
|
|
7405
|
+
vo as ToggleStatus,
|
|
7419
7406
|
pe as Typography,
|
|
7420
|
-
|
|
7421
|
-
|
|
7422
|
-
|
|
7423
|
-
|
|
7424
|
-
|
|
7425
|
-
|
|
7426
|
-
|
|
7427
|
-
|
|
7428
|
-
|
|
7429
|
-
|
|
7430
|
-
|
|
7431
|
-
|
|
7432
|
-
|
|
7433
|
-
|
|
7434
|
-
|
|
7435
|
-
|
|
7436
|
-
|
|
7437
|
-
|
|
7438
|
-
|
|
7439
|
-
|
|
7440
|
-
|
|
7441
|
-
|
|
7442
|
-
|
|
7443
|
-
|
|
7444
|
-
|
|
7445
|
-
|
|
7446
|
-
|
|
7447
|
-
|
|
7448
|
-
|
|
7449
|
-
|
|
7450
|
-
|
|
7451
|
-
|
|
7452
|
-
|
|
7453
|
-
|
|
7454
|
-
|
|
7455
|
-
|
|
7456
|
-
|
|
7457
|
-
|
|
7458
|
-
|
|
7459
|
-
|
|
7460
|
-
|
|
7461
|
-
|
|
7462
|
-
|
|
7407
|
+
ko as VerticalField,
|
|
7408
|
+
_n as clearModuleSelection,
|
|
7409
|
+
to as createInitialFromUserName,
|
|
7410
|
+
lo as cssVars,
|
|
7411
|
+
so as formHasChanged,
|
|
7412
|
+
oo as formatDate,
|
|
7413
|
+
Wi as formatDateToIndonesian,
|
|
7414
|
+
io as formatRupiah,
|
|
7415
|
+
Xn as getDateFilterValue,
|
|
7416
|
+
Yn as getDateRangeFilterValue,
|
|
7417
|
+
no as getInitials,
|
|
7418
|
+
Pn as getValueDropdownMultipleFilter,
|
|
7419
|
+
Qn as getValueRadioFilter,
|
|
7420
|
+
fi as getValueSearch,
|
|
7421
|
+
ot as getValuesFilter,
|
|
7422
|
+
Ot as handleChangeFilter,
|
|
7423
|
+
Co as handleOnScroll,
|
|
7424
|
+
yo as isEmail,
|
|
7425
|
+
Kn as isFilterActive,
|
|
7426
|
+
uo as isOnlyLettersAndSpaces,
|
|
7427
|
+
ho as isPhoneNumber,
|
|
7428
|
+
po as isSlug,
|
|
7429
|
+
co as oneDayInMs,
|
|
7430
|
+
ro as parseIndonesianDateToDate,
|
|
7431
|
+
xo as preventNonCoordinateInput,
|
|
7432
|
+
mo as preventNonNumberAndDecimalInput,
|
|
7433
|
+
fo as preventNonNumberInput,
|
|
7434
|
+
go as preventNumberInput,
|
|
7435
|
+
si as resolveDateRangeValueToString,
|
|
7436
|
+
di as resolveDateValueToString,
|
|
7437
|
+
ci as resolveDropdownValueToString,
|
|
7438
|
+
ai as resolveRadioValueToString,
|
|
7439
|
+
it as resolveSidebarBadge,
|
|
7440
|
+
ao as textWidth,
|
|
7441
|
+
er as useApp,
|
|
7442
|
+
kr as useAppState,
|
|
7443
|
+
Ro as useAuthRole,
|
|
7444
|
+
Ho as useDynamicTitle,
|
|
7445
|
+
ir as useModuleSelection,
|
|
7446
|
+
Ct as useRouteInfo,
|
|
7447
|
+
zo as useRouteParams,
|
|
7448
|
+
Fr as useSidebarBadges,
|
|
7449
|
+
Ao as useTabState
|
|
7463
7450
|
};
|