@starasia/admin 5.4.0 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js
CHANGED
|
@@ -3,7 +3,7 @@ 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 ir, BreadcrumbItem as kt, BreadcrumbLink as nr } from "@starasia/breadcrumb";
|
|
7
7
|
export * from "@starasia/breadcrumb";
|
|
8
8
|
import { Button as T } from "@starasia/button";
|
|
9
9
|
export * from "@starasia/button";
|
|
@@ -16,18 +16,18 @@ import { Drawer as lr } from "@starasia/drawer";
|
|
|
16
16
|
export * from "@starasia/drawer";
|
|
17
17
|
import { Dropdown as ft } from "@starasia/dropdown";
|
|
18
18
|
export * from "@starasia/dropdown";
|
|
19
|
-
import { useMediaQuery as
|
|
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
23
|
import { Input as gt } from "@starasia/input";
|
|
24
24
|
export * from "@starasia/input";
|
|
25
|
-
import { Menu as
|
|
25
|
+
import { Menu as jt, MenuButton as Ue, MenuLists as Zt, MenuHeading as cr, MenuBody as $t, MenuFooter as ar } from "@starasia/menu";
|
|
26
26
|
export * from "@starasia/menu";
|
|
27
27
|
import { Pagination as sr } from "@starasia/pagination";
|
|
28
28
|
export * from "@starasia/pagination";
|
|
29
29
|
export * from "@starasia/storage";
|
|
30
|
-
import { Tr as
|
|
30
|
+
import { Tr as Ve, Td as Se, Table as Ut, Thead as dr, Th as St, Tbody as ur } from "@starasia/table";
|
|
31
31
|
export * from "@starasia/table";
|
|
32
32
|
export * from "@starasia/tabs";
|
|
33
33
|
import { Textarea as hr } from "@starasia/textarea";
|
|
@@ -43,7 +43,7 @@ import { Checkbox as ct } from "@starasia/checkbox";
|
|
|
43
43
|
export * from "@starasia/checkbox";
|
|
44
44
|
import { Radio as mr } from "@starasia/radio";
|
|
45
45
|
export * from "@starasia/radio";
|
|
46
|
-
import { Text as
|
|
46
|
+
import { Text as v } from "@starasia/text";
|
|
47
47
|
export * from "@starasia/text";
|
|
48
48
|
import { Icon as w } from "@starasia/icon";
|
|
49
49
|
export * from "@starasia/icon";
|
|
@@ -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 G, jsxs as u } from "react/jsx-runtime";
|
|
60
|
-
import Ge, { createContext as Qe, useState as k, useContext as Be, useCallback as
|
|
60
|
+
import Ge, { createContext as Qe, useState as k, useContext as Be, useCallback as ve, useMemo as he, memo as ce, useEffect as Z, useRef as ie, useLayoutEffect as at, isValidElement as st, forwardRef as qt, Children as yr, useImperativeHandle as pr } from "react";
|
|
61
61
|
import { useSearchParams as Ye, useNavigate as mt, useLocation as ze, Outlet as Et, Link as qe, useParams as Jt } from "react-router";
|
|
62
62
|
import xr, { createPortal as Pt } from "react-dom";
|
|
63
63
|
import Cr from "react-easy-crop";
|
|
64
|
-
const
|
|
64
|
+
const vr = {
|
|
65
65
|
menus: [],
|
|
66
66
|
menuBottom: void 0,
|
|
67
67
|
logo: "",
|
|
@@ -69,13 +69,13 @@ const Dr = {
|
|
|
69
69
|
userData: null,
|
|
70
70
|
setUserData: () => {
|
|
71
71
|
}
|
|
72
|
-
}, Qt = Qe(
|
|
73
|
-
const [r,
|
|
72
|
+
}, Qt = Qe(vr), Yt = () => Be(Qt), Dr = (t) => {
|
|
73
|
+
const [r, i] = k(
|
|
74
74
|
(t == null ? void 0 : t.initialUserData) || null
|
|
75
75
|
);
|
|
76
76
|
return {
|
|
77
77
|
userData: r,
|
|
78
|
-
setUserData:
|
|
78
|
+
setUserData: i
|
|
79
79
|
};
|
|
80
80
|
}, Xt = Qe({
|
|
81
81
|
badges: {},
|
|
@@ -86,67 +86,67 @@ const Dr = {
|
|
|
86
86
|
clearBadge: () => {
|
|
87
87
|
}
|
|
88
88
|
}), br = ({ children: t }) => {
|
|
89
|
-
const [r,
|
|
89
|
+
const [r, i] = k({}), o = ve(
|
|
90
90
|
(a) => {
|
|
91
|
-
|
|
91
|
+
i(
|
|
92
92
|
(h) => typeof a == "function" ? a(h) : a
|
|
93
93
|
);
|
|
94
94
|
},
|
|
95
95
|
[]
|
|
96
|
-
),
|
|
96
|
+
), n = ve(
|
|
97
97
|
(a, h) => {
|
|
98
|
-
|
|
98
|
+
i((d) => {
|
|
99
99
|
const g = typeof h == "function" ? h(d[a]) : h;
|
|
100
100
|
return { ...d, [a]: g };
|
|
101
101
|
});
|
|
102
102
|
},
|
|
103
103
|
[]
|
|
104
|
-
), l =
|
|
105
|
-
|
|
104
|
+
), l = ve((a) => {
|
|
105
|
+
i((h) => {
|
|
106
106
|
if (!(a in h)) return h;
|
|
107
107
|
const d = { ...h };
|
|
108
108
|
return delete d[a], d;
|
|
109
109
|
});
|
|
110
110
|
}, []), s = he(
|
|
111
|
-
() => ({ badges: r, setBadge:
|
|
112
|
-
[r,
|
|
111
|
+
() => ({ badges: r, setBadge: n, setBadges: o, clearBadge: l }),
|
|
112
|
+
[r, n, o, l]
|
|
113
113
|
);
|
|
114
114
|
return /* @__PURE__ */ e(Xt.Provider, { value: s, children: t });
|
|
115
115
|
}, wr = () => Be(Xt), rt = (t, r) => {
|
|
116
|
-
const
|
|
117
|
-
return
|
|
116
|
+
const i = r !== void 0 ? r : t;
|
|
117
|
+
return i == null ? null : typeof i == "string" || typeof i == "number" ? { value: i } : i;
|
|
118
118
|
}, kr = ({
|
|
119
119
|
router: t,
|
|
120
120
|
menus: r = [],
|
|
121
|
-
menuBottom:
|
|
121
|
+
menuBottom: i,
|
|
122
122
|
logo: o,
|
|
123
|
-
appName:
|
|
123
|
+
appName: n = "Workspace",
|
|
124
124
|
initialUserData: l,
|
|
125
125
|
theme: s
|
|
126
126
|
}) => {
|
|
127
|
-
const a =
|
|
127
|
+
const a = Dr({ initialUserData: l }), { theme: h } = fr();
|
|
128
128
|
return /* @__PURE__ */ e(
|
|
129
129
|
Qt.Provider,
|
|
130
130
|
{
|
|
131
131
|
value: {
|
|
132
132
|
logo: o,
|
|
133
|
-
appName:
|
|
133
|
+
appName: n,
|
|
134
134
|
menus: r,
|
|
135
135
|
userData: a.userData,
|
|
136
136
|
setUserData: a.setUserData,
|
|
137
|
-
menuBottom:
|
|
137
|
+
menuBottom: i
|
|
138
138
|
},
|
|
139
139
|
children: /* @__PURE__ */ e(br, { children: s ? /* @__PURE__ */ e(Ft, { value: s, children: t }) : h ? /* @__PURE__ */ e(Ft, { value: h, children: t }) : t })
|
|
140
140
|
}
|
|
141
141
|
);
|
|
142
|
-
},
|
|
142
|
+
}, Rn = ce(kr);
|
|
143
143
|
function Sr({
|
|
144
144
|
collapsed: t = !1,
|
|
145
145
|
children: r
|
|
146
146
|
}) {
|
|
147
147
|
if (!r)
|
|
148
148
|
return null;
|
|
149
|
-
const
|
|
149
|
+
const i = typeof r == "function", o = i ? r({
|
|
150
150
|
collapsed: t
|
|
151
151
|
}) : r;
|
|
152
152
|
return o == null || o === !1 ? null : /* @__PURE__ */ e(
|
|
@@ -163,7 +163,7 @@ function Sr({
|
|
|
163
163
|
paddingBottom: "0.5rem",
|
|
164
164
|
boxSizing: "border-box"
|
|
165
165
|
},
|
|
166
|
-
children:
|
|
166
|
+
children: i ? o : /* @__PURE__ */ e(
|
|
167
167
|
"div",
|
|
168
168
|
{
|
|
169
169
|
style: {
|
|
@@ -179,7 +179,7 @@ function Sr({
|
|
|
179
179
|
}
|
|
180
180
|
const yt = Qe(null);
|
|
181
181
|
function Fr({ children: t }) {
|
|
182
|
-
const [r,
|
|
182
|
+
const [r, i] = k(null), [o, n] = k(null), [l, s] = k(null), [a, h] = k(0), d = ve(() => (h((g) => g + 1), () => h((g) => g - 1)), []);
|
|
183
183
|
return /* @__PURE__ */ e(
|
|
184
184
|
yt.Provider,
|
|
185
185
|
{
|
|
@@ -187,8 +187,8 @@ function Fr({ children: t }) {
|
|
|
187
187
|
prependNode: r,
|
|
188
188
|
appendNode: o,
|
|
189
189
|
replaceNode: l,
|
|
190
|
-
setPrependNode:
|
|
191
|
-
setAppendNode:
|
|
190
|
+
setPrependNode: i,
|
|
191
|
+
setAppendNode: n,
|
|
192
192
|
setReplaceNode: s,
|
|
193
193
|
replaceCount: a,
|
|
194
194
|
registerReplace: d
|
|
@@ -205,26 +205,26 @@ function Er({ children: t }) {
|
|
|
205
205
|
/* @__PURE__ */ e("div", { ref: r.setAppendNode, style: { display: "contents" } })
|
|
206
206
|
] }) : /* @__PURE__ */ e(G, { children: t });
|
|
207
207
|
}
|
|
208
|
-
function
|
|
208
|
+
function Vn({
|
|
209
209
|
children: t,
|
|
210
210
|
mode: r = "append"
|
|
211
211
|
}) {
|
|
212
|
-
const
|
|
213
|
-
if (
|
|
214
|
-
if (!(r !== "replace" || !
|
|
215
|
-
return
|
|
216
|
-
}, [r,
|
|
212
|
+
const i = Be(yt);
|
|
213
|
+
if (Z(() => {
|
|
214
|
+
if (!(r !== "replace" || !i))
|
|
215
|
+
return i.registerReplace();
|
|
216
|
+
}, [r, i]), !i)
|
|
217
217
|
return process.env.NODE_ENV !== "production" && console.warn(
|
|
218
218
|
"[HeaderLeftSlot] used outside AppLayout — content not rendered"
|
|
219
219
|
), null;
|
|
220
|
-
const o = r === "prepend" ?
|
|
220
|
+
const o = r === "prepend" ? i.prependNode : r === "replace" ? i.replaceNode : i.appendNode;
|
|
221
221
|
return o ? Pt(t, o) : null;
|
|
222
222
|
}
|
|
223
223
|
const pt = Qe(null);
|
|
224
224
|
function Mr({ children: t }) {
|
|
225
|
-
const [r,
|
|
226
|
-
|
|
227
|
-
}, []), s =
|
|
225
|
+
const [r, i] = k({}), [o, n] = k({}), l = ve((h, d) => {
|
|
226
|
+
i((g) => g[h] === d ? g : { ...g, [h]: d });
|
|
227
|
+
}, []), s = ve((h) => (n((d) => ({ ...d, [h]: (d[h] ?? 0) + 1 })), () => n((d) => ({
|
|
228
228
|
...d,
|
|
229
229
|
[h]: Math.max(0, (d[h] ?? 0) - 1)
|
|
230
230
|
}))), []), a = he(
|
|
@@ -234,29 +234,29 @@ function Mr({ children: t }) {
|
|
|
234
234
|
return /* @__PURE__ */ e(pt.Provider, { value: a, children: t });
|
|
235
235
|
}
|
|
236
236
|
function Lr({ slotKey: t, fallback: r }) {
|
|
237
|
-
const
|
|
238
|
-
|
|
239
|
-
const l =
|
|
237
|
+
const i = Be(pt), o = i ? (i.slotCounts[t] ?? 0) > 0 : !1, n = ie(i == null ? void 0 : i.setOutletNode);
|
|
238
|
+
n.current = i == null ? void 0 : i.setOutletNode;
|
|
239
|
+
const l = ve(
|
|
240
240
|
(s) => {
|
|
241
241
|
var a;
|
|
242
|
-
return (a =
|
|
242
|
+
return (a = n.current) == null ? void 0 : a.call(n, t, s);
|
|
243
243
|
},
|
|
244
244
|
[t]
|
|
245
245
|
// slotKey is a stable string from group config
|
|
246
246
|
);
|
|
247
247
|
return /* @__PURE__ */ e(G, { children: o ? /* @__PURE__ */ e("div", { ref: l, style: { display: "contents" } }) : r });
|
|
248
248
|
}
|
|
249
|
-
function
|
|
250
|
-
const
|
|
251
|
-
if (o.current =
|
|
249
|
+
function zn({ slotKey: t, children: r }) {
|
|
250
|
+
const i = Be(pt), o = ie(i == null ? void 0 : i.registerSlot);
|
|
251
|
+
if (o.current = i == null ? void 0 : i.registerSlot, Z(() => {
|
|
252
252
|
var l;
|
|
253
253
|
return (l = o.current) == null ? void 0 : l.call(o, t);
|
|
254
|
-
}, [t]), !
|
|
254
|
+
}, [t]), !i)
|
|
255
255
|
return process.env.NODE_ENV !== "production" && console.warn(
|
|
256
256
|
"[SidebarGroupSlot] used outside AppLayout — content not rendered"
|
|
257
257
|
), null;
|
|
258
|
-
const
|
|
259
|
-
return
|
|
258
|
+
const n = i.outletNodes[t];
|
|
259
|
+
return n ? Pt(r, n) : null;
|
|
260
260
|
}
|
|
261
261
|
const Je = "moduleSwitcherGroupId", dt = "sa-module-switcher-change";
|
|
262
262
|
function Mt() {
|
|
@@ -269,27 +269,27 @@ function Mt() {
|
|
|
269
269
|
function Kt(t) {
|
|
270
270
|
typeof window > "u" || (t === null ? window.localStorage.removeItem(Je) : window.localStorage.setItem(Je, String(t)), window.dispatchEvent(new CustomEvent(dt, { detail: t })));
|
|
271
271
|
}
|
|
272
|
-
function
|
|
272
|
+
function Nn() {
|
|
273
273
|
Kt(null);
|
|
274
274
|
}
|
|
275
275
|
function er() {
|
|
276
276
|
const [t, r] = k(
|
|
277
277
|
() => Mt()
|
|
278
278
|
);
|
|
279
|
-
return
|
|
279
|
+
return Z(() => {
|
|
280
280
|
const o = () => {
|
|
281
281
|
r(Mt());
|
|
282
|
-
},
|
|
282
|
+
}, n = (l) => {
|
|
283
283
|
l.key === Je && o();
|
|
284
284
|
};
|
|
285
|
-
return window.addEventListener(dt, o), window.addEventListener("storage",
|
|
286
|
-
window.removeEventListener(dt, o), window.removeEventListener("storage",
|
|
285
|
+
return window.addEventListener(dt, o), window.addEventListener("storage", n), () => {
|
|
286
|
+
window.removeEventListener(dt, o), window.removeEventListener("storage", n);
|
|
287
287
|
};
|
|
288
288
|
}, []), { selectedGroupId: t, setSelectedGroupId: (o) => {
|
|
289
289
|
Kt(o), r(o);
|
|
290
290
|
} };
|
|
291
291
|
}
|
|
292
|
-
let
|
|
292
|
+
let Ze = 0, ke = !1, Lt = /* @__PURE__ */ new Set();
|
|
293
293
|
const Bt = () => /* @__PURE__ */ u(
|
|
294
294
|
"svg",
|
|
295
295
|
{
|
|
@@ -324,12 +324,12 @@ const Bt = () => /* @__PURE__ */ u(
|
|
|
324
324
|
cursor: "pointer",
|
|
325
325
|
textAlign: "left"
|
|
326
326
|
};
|
|
327
|
-
function
|
|
327
|
+
function Tn({
|
|
328
328
|
children: t,
|
|
329
329
|
headerLeftSlot: r,
|
|
330
|
-
profile:
|
|
330
|
+
profile: i,
|
|
331
331
|
isLoadingProfile: o,
|
|
332
|
-
onLogout:
|
|
332
|
+
onLogout: n,
|
|
333
333
|
isLoggingOut: l,
|
|
334
334
|
loadingComponent: s,
|
|
335
335
|
sidebarHeaderContent: a,
|
|
@@ -340,24 +340,24 @@ function Ti({
|
|
|
340
340
|
logoutButton: y
|
|
341
341
|
}) {
|
|
342
342
|
var Ee, _e;
|
|
343
|
-
const [
|
|
343
|
+
const [D] = Ye(), E = D.get("embed") === "true", x = Yt(), { badges: R } = wr(), j = mt(), N = ze(), M = !ne("md"), [ae, J] = k(!1), [I, P] = k(!1), [oe, le] = k(!1), [$, Q] = k(!1), [K, se] = k(
|
|
344
344
|
() => new Set(Lt)
|
|
345
|
-
), [ee, X] = k(null), { selectedGroupId:
|
|
346
|
-
|
|
345
|
+
), [ee, X] = k(null), { selectedGroupId: V, setSelectedGroupId: z } = er();
|
|
346
|
+
Z(() => {
|
|
347
347
|
Lt = K;
|
|
348
348
|
}, [K]);
|
|
349
|
-
const te =
|
|
350
|
-
|
|
349
|
+
const te = ie(null), fe = ie(null);
|
|
350
|
+
Z(() => {
|
|
351
351
|
const p = te.current;
|
|
352
352
|
if (!p) return;
|
|
353
353
|
const F = () => {
|
|
354
|
-
ke || (
|
|
354
|
+
ke || (Ze = p.scrollTop);
|
|
355
355
|
};
|
|
356
356
|
return p.addEventListener("scroll", F), () => p.removeEventListener("scroll", F);
|
|
357
357
|
}, []);
|
|
358
358
|
const ge = () => {
|
|
359
359
|
const p = te.current;
|
|
360
|
-
p &&
|
|
360
|
+
p && Ze > 0 && (ke = !0, p.scrollTop = Ze, requestAnimationFrame(() => {
|
|
361
361
|
ke = !1;
|
|
362
362
|
}));
|
|
363
363
|
};
|
|
@@ -368,14 +368,14 @@ function Ti({
|
|
|
368
368
|
}, 300);
|
|
369
369
|
return () => clearTimeout(p);
|
|
370
370
|
}, []), at(() => {
|
|
371
|
-
x.menus.length > 0 && (
|
|
371
|
+
x.menus.length > 0 && (Ze > 0 ? ge() : requestAnimationFrame(() => {
|
|
372
372
|
var F;
|
|
373
373
|
const p = (F = te.current) == null ? void 0 : F.querySelector(
|
|
374
374
|
"[data-menu-active='true']"
|
|
375
375
|
);
|
|
376
376
|
p && p.scrollIntoView({ block: "center", behavior: "instant" });
|
|
377
377
|
}));
|
|
378
|
-
}, [x.menus]),
|
|
378
|
+
}, [x.menus]), Z(() => {
|
|
379
379
|
ke = !0, ge();
|
|
380
380
|
const p = setTimeout(ge, 0), F = setTimeout(ge, 50), L = setTimeout(ge, 100), C = setTimeout(ge, 200), S = setTimeout(() => {
|
|
381
381
|
ke = !1;
|
|
@@ -383,11 +383,11 @@ function Ti({
|
|
|
383
383
|
return () => {
|
|
384
384
|
clearTimeout(p), clearTimeout(F), clearTimeout(L), clearTimeout(C), clearTimeout(S);
|
|
385
385
|
};
|
|
386
|
-
}, [N.pathname]),
|
|
386
|
+
}, [N.pathname]), Z(() => {
|
|
387
387
|
fe.current && (fe.current.scrollTop = 0);
|
|
388
|
-
}, [N.pathname]),
|
|
388
|
+
}, [N.pathname]), Z(() => {
|
|
389
389
|
M && le(!1);
|
|
390
|
-
}, [N.pathname, M]),
|
|
390
|
+
}, [N.pathname, M]), Z(() => {
|
|
391
391
|
M && P(!0);
|
|
392
392
|
}, [M]);
|
|
393
393
|
const We = () => {
|
|
@@ -395,7 +395,7 @@ function Ti({
|
|
|
395
395
|
}, Ne = () => {
|
|
396
396
|
J(!1);
|
|
397
397
|
}, et = () => {
|
|
398
|
-
J(!1),
|
|
398
|
+
J(!1), n();
|
|
399
399
|
}, Te = (p) => {
|
|
400
400
|
const F = [p.to];
|
|
401
401
|
return p.children && F.push(...p.children.map((L) => L.to)), F;
|
|
@@ -407,7 +407,7 @@ function Ti({
|
|
|
407
407
|
const F = Ae.filter((L) => N.pathname.startsWith(L)).sort((L, C) => C.length - L.length)[0];
|
|
408
408
|
return p === F;
|
|
409
409
|
};
|
|
410
|
-
|
|
410
|
+
Z(() => {
|
|
411
411
|
var F;
|
|
412
412
|
const p = (L) => {
|
|
413
413
|
var C;
|
|
@@ -426,50 +426,50 @@ function Ti({
|
|
|
426
426
|
return L.has(p) ? L.delete(p) : L.add(p), L;
|
|
427
427
|
});
|
|
428
428
|
};
|
|
429
|
-
|
|
430
|
-
x.menus.length !== 0 &&
|
|
431
|
-
}, [x.menus,
|
|
432
|
-
const
|
|
433
|
-
if (
|
|
429
|
+
Z(() => {
|
|
430
|
+
x.menus.length !== 0 && V !== null && !x.menus.some((p) => p.id === V) && z(null);
|
|
431
|
+
}, [x.menus, V, z]);
|
|
432
|
+
const Ie = he(() => {
|
|
433
|
+
if (V !== null)
|
|
434
434
|
return x.menus.filter(
|
|
435
|
-
(L) => L.id ===
|
|
435
|
+
(L) => L.id === V || L.parentGroupId === V
|
|
436
436
|
);
|
|
437
437
|
const p = x.menus.filter((L) => L.parentGroupId === void 0), F = x.menus.filter((L) => L.parentGroupId !== void 0).flatMap((L) => L.items);
|
|
438
438
|
return F.length === 0 ? p : [
|
|
439
439
|
...p,
|
|
440
440
|
{ id: 18, name: "Pengaturan", items: F, parentGroupId: void 0 }
|
|
441
441
|
];
|
|
442
|
-
}, [x.menus,
|
|
442
|
+
}, [x.menus, V]);
|
|
443
443
|
if (E)
|
|
444
444
|
return /* @__PURE__ */ e("main", { style: { height: "100vh", overflowY: "auto", backgroundColor: "var(--sa-background-primary-inverse, #f8f8f8)" }, children: t || /* @__PURE__ */ e(Et, {}) });
|
|
445
445
|
const Fe = (p) => {
|
|
446
|
-
const F = p.children && p.children.length > 0, L = K.has(p.id), C = F ? p.children.some((W) => de(W.to)) : de(p.to), S = rt(p.badge,
|
|
446
|
+
const F = p.children && p.children.length > 0, L = K.has(p.id), C = F ? p.children.some((W) => de(W.to)) : de(p.to), S = rt(p.badge, R[p.id]), b = !!S && I && !M;
|
|
447
447
|
return /* @__PURE__ */ u("div", { "data-menu-active": C || void 0, children: [
|
|
448
448
|
/* @__PURE__ */ u(
|
|
449
449
|
"button",
|
|
450
450
|
{
|
|
451
451
|
onClick: (W) => {
|
|
452
452
|
if (F)
|
|
453
|
-
if (
|
|
454
|
-
const
|
|
453
|
+
if (I && !M) {
|
|
454
|
+
const H = W.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
|
Oe(p.id);
|
|
462
462
|
else
|
|
463
|
-
|
|
463
|
+
j(p.to);
|
|
464
464
|
},
|
|
465
465
|
style: {
|
|
466
466
|
width: "100%",
|
|
467
467
|
display: "flex",
|
|
468
468
|
alignItems: "center",
|
|
469
|
-
justifyContent:
|
|
469
|
+
justifyContent: I && !M ? "center" : void 0,
|
|
470
470
|
gap: "0.5rem",
|
|
471
|
-
paddingLeft:
|
|
472
|
-
paddingRight:
|
|
471
|
+
paddingLeft: I && !M ? "0" : "0.5rem",
|
|
472
|
+
paddingRight: I && !M ? "0" : "0.5rem",
|
|
473
473
|
paddingTop: "0.25rem",
|
|
474
474
|
paddingBottom: "0.25rem",
|
|
475
475
|
height: "2rem",
|
|
@@ -480,7 +480,7 @@ function Ti({
|
|
|
480
480
|
color: "var(--sa-text-primary, #292a2e)",
|
|
481
481
|
cursor: "pointer"
|
|
482
482
|
},
|
|
483
|
-
title:
|
|
483
|
+
title: I && !M ? p.title : void 0,
|
|
484
484
|
onMouseEnter: (W) => {
|
|
485
485
|
C || (W.currentTarget.style.backgroundColor = "var(--sa-background-neutral, #f0f1f2)");
|
|
486
486
|
},
|
|
@@ -517,7 +517,7 @@ function Ti({
|
|
|
517
517
|
]
|
|
518
518
|
}
|
|
519
519
|
),
|
|
520
|
-
(!
|
|
520
|
+
(!I || M) && /* @__PURE__ */ u(G, { children: [
|
|
521
521
|
/* @__PURE__ */ e(
|
|
522
522
|
"span",
|
|
523
523
|
{
|
|
@@ -571,9 +571,9 @@ function Ti({
|
|
|
571
571
|
]
|
|
572
572
|
}
|
|
573
573
|
),
|
|
574
|
-
F && (!
|
|
574
|
+
F && (!I || M) && (() => {
|
|
575
575
|
const W = p.children.findIndex(
|
|
576
|
-
(
|
|
576
|
+
(H) => de(H.to)
|
|
577
577
|
);
|
|
578
578
|
return /* @__PURE__ */ u(
|
|
579
579
|
"div",
|
|
@@ -621,15 +621,15 @@ function Ti({
|
|
|
621
621
|
}
|
|
622
622
|
}
|
|
623
623
|
),
|
|
624
|
-
p.children.map((
|
|
624
|
+
p.children.map((H) => {
|
|
625
625
|
const ue = rt(
|
|
626
|
-
|
|
627
|
-
|
|
626
|
+
H.badge,
|
|
627
|
+
R[H.id]
|
|
628
628
|
);
|
|
629
629
|
return /* @__PURE__ */ u(
|
|
630
630
|
"button",
|
|
631
631
|
{
|
|
632
|
-
onClick: () =>
|
|
632
|
+
onClick: () => j(H.to),
|
|
633
633
|
style: {
|
|
634
634
|
width: "100%",
|
|
635
635
|
display: "flex",
|
|
@@ -640,24 +640,24 @@ function Ti({
|
|
|
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
|
w,
|
|
659
659
|
{
|
|
660
|
-
name:
|
|
660
|
+
name: H.icon,
|
|
661
661
|
size: "sm",
|
|
662
662
|
style: { flexShrink: 0 }
|
|
663
663
|
}
|
|
@@ -674,7 +674,7 @@ function Ti({
|
|
|
674
674
|
overflow: "hidden",
|
|
675
675
|
textOverflow: "ellipsis"
|
|
676
676
|
},
|
|
677
|
-
children:
|
|
677
|
+
children: H.title
|
|
678
678
|
}
|
|
679
679
|
),
|
|
680
680
|
ue && /* @__PURE__ */ e(
|
|
@@ -688,7 +688,7 @@ function Ti({
|
|
|
688
688
|
)
|
|
689
689
|
]
|
|
690
690
|
},
|
|
691
|
-
|
|
691
|
+
H.id
|
|
692
692
|
);
|
|
693
693
|
})
|
|
694
694
|
]
|
|
@@ -706,7 +706,7 @@ function Ti({
|
|
|
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" : I ? "4.375rem" : "16.375rem",
|
|
710
710
|
"--app-footer-zindex": M && oe ? "40" : "999"
|
|
711
711
|
},
|
|
712
712
|
children: [
|
|
@@ -729,7 +729,7 @@ function Ti({
|
|
|
729
729
|
"aside",
|
|
730
730
|
{
|
|
731
731
|
style: {
|
|
732
|
-
width: M ? "16.375rem" :
|
|
732
|
+
width: M ? "16.375rem" : I ? "4.375rem" : "16.375rem",
|
|
733
733
|
position: M ? "fixed" : "relative",
|
|
734
734
|
...M && {
|
|
735
735
|
inset: 0,
|
|
@@ -760,7 +760,7 @@ function Ti({
|
|
|
760
760
|
position: "relative"
|
|
761
761
|
},
|
|
762
762
|
children: (() => {
|
|
763
|
-
const p = !M &&
|
|
763
|
+
const p = !M && I && !oe, F = p && $;
|
|
764
764
|
return /* @__PURE__ */ u(G, { children: [
|
|
765
765
|
/* @__PURE__ */ u(
|
|
766
766
|
"div",
|
|
@@ -788,7 +788,7 @@ function Ti({
|
|
|
788
788
|
}
|
|
789
789
|
}
|
|
790
790
|
),
|
|
791
|
-
(!
|
|
791
|
+
(!I || oe) && /* @__PURE__ */ e(
|
|
792
792
|
"span",
|
|
793
793
|
{
|
|
794
794
|
style: {
|
|
@@ -803,7 +803,7 @@ function Ti({
|
|
|
803
803
|
]
|
|
804
804
|
}
|
|
805
805
|
),
|
|
806
|
-
!M && !
|
|
806
|
+
!M && !I && /* @__PURE__ */ e(
|
|
807
807
|
"button",
|
|
808
808
|
{
|
|
809
809
|
type: "button",
|
|
@@ -904,7 +904,7 @@ function Ti({
|
|
|
904
904
|
a && /* @__PURE__ */ e(
|
|
905
905
|
Sr,
|
|
906
906
|
{
|
|
907
|
-
collapsed: M ? !1 :
|
|
907
|
+
collapsed: M ? !1 : I,
|
|
908
908
|
children: a
|
|
909
909
|
}
|
|
910
910
|
),
|
|
@@ -918,8 +918,8 @@ function Ti({
|
|
|
918
918
|
paddingTop: "1rem",
|
|
919
919
|
paddingBottom: "1rem"
|
|
920
920
|
},
|
|
921
|
-
children:
|
|
922
|
-
!
|
|
921
|
+
children: Ie.map((p) => /* @__PURE__ */ u("div", { style: { marginBottom: "1rem" }, children: [
|
|
922
|
+
!I || M ? p.name && /* @__PURE__ */ e(
|
|
923
923
|
"div",
|
|
924
924
|
{
|
|
925
925
|
style: {
|
|
@@ -1046,7 +1046,7 @@ function Ti({
|
|
|
1046
1046
|
] }),
|
|
1047
1047
|
/* @__PURE__ */ u("div", { style: { display: "flex", alignItems: "center", gap: "0.75rem" }, children: [
|
|
1048
1048
|
h,
|
|
1049
|
-
/* @__PURE__ */ u(
|
|
1049
|
+
/* @__PURE__ */ u(jt, { position: "bottom-right", children: [
|
|
1050
1050
|
/* @__PURE__ */ e(Ue, { children: /* @__PURE__ */ u(
|
|
1051
1051
|
"div",
|
|
1052
1052
|
{
|
|
@@ -1070,7 +1070,7 @@ function Ti({
|
|
|
1070
1070
|
overflow: "hidden",
|
|
1071
1071
|
textOverflow: "ellipsis"
|
|
1072
1072
|
},
|
|
1073
|
-
children: o ? "Loading..." : (
|
|
1073
|
+
children: o ? "Loading..." : (i == null ? void 0 : i.name) || "unknown"
|
|
1074
1074
|
}
|
|
1075
1075
|
),
|
|
1076
1076
|
/* @__PURE__ */ e(
|
|
@@ -1084,7 +1084,7 @@ function Ti({
|
|
|
1084
1084
|
overflow: "hidden",
|
|
1085
1085
|
textOverflow: "ellipsis"
|
|
1086
1086
|
},
|
|
1087
|
-
children: o ? "" : (
|
|
1087
|
+
children: o ? "" : (i == null ? void 0 : i.email) || "unknown"
|
|
1088
1088
|
}
|
|
1089
1089
|
)
|
|
1090
1090
|
] }),
|
|
@@ -1105,7 +1105,7 @@ function Ti({
|
|
|
1105
1105
|
flexShrink: 0,
|
|
1106
1106
|
backgroundColor: "var(--sa-background-brand, #04254f)"
|
|
1107
1107
|
},
|
|
1108
|
-
children: ((
|
|
1108
|
+
children: ((i == null ? void 0 : i.name) || "U")[0].toUpperCase()
|
|
1109
1109
|
}
|
|
1110
1110
|
),
|
|
1111
1111
|
/* @__PURE__ */ e(
|
|
@@ -1120,7 +1120,7 @@ function Ti({
|
|
|
1120
1120
|
}
|
|
1121
1121
|
) }),
|
|
1122
1122
|
/* @__PURE__ */ u(
|
|
1123
|
-
|
|
1123
|
+
Zt,
|
|
1124
1124
|
{
|
|
1125
1125
|
style: {
|
|
1126
1126
|
width: "280px",
|
|
@@ -1158,7 +1158,7 @@ function Ti({
|
|
|
1158
1158
|
marginBottom: "0.75rem",
|
|
1159
1159
|
backgroundColor: "var(--sa-background-brand, #04254f)"
|
|
1160
1160
|
},
|
|
1161
|
-
children: ((
|
|
1161
|
+
children: ((i == null ? void 0 : i.name) || "U")[0].toUpperCase()
|
|
1162
1162
|
}
|
|
1163
1163
|
),
|
|
1164
1164
|
/* @__PURE__ */ e(
|
|
@@ -1174,7 +1174,7 @@ function Ti({
|
|
|
1174
1174
|
overflow: "hidden",
|
|
1175
1175
|
textOverflow: "ellipsis"
|
|
1176
1176
|
},
|
|
1177
|
-
children: (
|
|
1177
|
+
children: (i == null ? void 0 : i.name) || "unknown"
|
|
1178
1178
|
}
|
|
1179
1179
|
),
|
|
1180
1180
|
/* @__PURE__ */ e(
|
|
@@ -1189,7 +1189,7 @@ function Ti({
|
|
|
1189
1189
|
overflow: "hidden",
|
|
1190
1190
|
textOverflow: "ellipsis"
|
|
1191
1191
|
},
|
|
1192
|
-
children: (
|
|
1192
|
+
children: (i == null ? void 0 : i.email) || "unknown"
|
|
1193
1193
|
}
|
|
1194
1194
|
),
|
|
1195
1195
|
d && /* @__PURE__ */ e(
|
|
@@ -1360,13 +1360,13 @@ function Ti({
|
|
|
1360
1360
|
(_e = ee.item.children) == null ? void 0 : _e.map((p) => {
|
|
1361
1361
|
const F = de(p.to), L = rt(
|
|
1362
1362
|
p.badge,
|
|
1363
|
-
|
|
1363
|
+
R[p.id]
|
|
1364
1364
|
);
|
|
1365
1365
|
return /* @__PURE__ */ u(
|
|
1366
1366
|
"button",
|
|
1367
1367
|
{
|
|
1368
1368
|
onClick: () => {
|
|
1369
|
-
|
|
1369
|
+
j(p.to), X(null);
|
|
1370
1370
|
},
|
|
1371
1371
|
style: {
|
|
1372
1372
|
width: "100%",
|
|
@@ -1433,9 +1433,9 @@ const Br = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
|
1433
1433
|
), Xe = ce(Br), At = ({
|
|
1434
1434
|
title: t,
|
|
1435
1435
|
iconName: r,
|
|
1436
|
-
textColor:
|
|
1436
|
+
textColor: i,
|
|
1437
1437
|
iconColor: o,
|
|
1438
|
-
hoverTextColor:
|
|
1438
|
+
hoverTextColor: n,
|
|
1439
1439
|
hoverIconColor: l
|
|
1440
1440
|
}) => {
|
|
1441
1441
|
const [s, a] = k(!1);
|
|
@@ -1461,11 +1461,11 @@ const Br = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
|
1461
1461
|
}
|
|
1462
1462
|
),
|
|
1463
1463
|
/* @__PURE__ */ e(
|
|
1464
|
-
|
|
1464
|
+
v,
|
|
1465
1465
|
{
|
|
1466
1466
|
variant: "sub-h3",
|
|
1467
1467
|
style: {
|
|
1468
|
-
color: s ?
|
|
1468
|
+
color: s ? 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"
|
|
@@ -1477,14 +1477,14 @@ const Br = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
|
1477
1477
|
}, Wr = ({
|
|
1478
1478
|
items: t,
|
|
1479
1479
|
separator: r = "/",
|
|
1480
|
-
iconName:
|
|
1480
|
+
iconName: i,
|
|
1481
1481
|
iconColor: o,
|
|
1482
|
-
hoverIconColor:
|
|
1482
|
+
hoverIconColor: n
|
|
1483
1483
|
}) => {
|
|
1484
|
-
const [l, s] = k(!1), a = o ?? "var(--sa-text-subtle, #8c8f97)", h =
|
|
1484
|
+
const [l, s] = k(!1), a = o ?? "var(--sa-text-subtle, #8c8f97)", h = 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
|
w,
|
|
1486
1486
|
{
|
|
1487
|
-
name:
|
|
1487
|
+
name: i || "ChevronLeft",
|
|
1488
1488
|
size: "xs",
|
|
1489
1489
|
onMouseEnter: g ? () => s(!0) : void 0,
|
|
1490
1490
|
onMouseLeave: g ? () => s(!1) : void 0,
|
|
@@ -1497,24 +1497,24 @@ const Br = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
|
1497
1497
|
), y = d != null && d.to ? /* @__PURE__ */ e(qe, { to: d.to, replace: !0, style: { textDecoration: "none" }, children: m }) : d != null && d.onClick ? /* @__PURE__ */ e(Xe, { onClick: d.onClick, children: m }) : m;
|
|
1498
1498
|
return /* @__PURE__ */ u(f, { direction: "row", gap: "xs", align: "center", children: [
|
|
1499
1499
|
y,
|
|
1500
|
-
/* @__PURE__ */ e(
|
|
1500
|
+
/* @__PURE__ */ e(ir, { separator: r, size: "md", children: t.map((D, E) => {
|
|
1501
1501
|
const x = E === t.length - 1;
|
|
1502
|
-
return
|
|
1502
|
+
return D.to && !x ? /* @__PURE__ */ e(kt, { children: /* @__PURE__ */ e(qe, { to: D.to, children: D.label }) }, E) : /* @__PURE__ */ e(kt, { currentPage: x, children: /* @__PURE__ */ e(nr, { onClick: x ? void 0 : D.onClick, children: D.label }) }, E);
|
|
1503
1503
|
}) })
|
|
1504
1504
|
] });
|
|
1505
|
-
},
|
|
1506
|
-
const { items: r, separator:
|
|
1505
|
+
}, On = (t) => {
|
|
1506
|
+
const { items: r, separator: i, onClick: o, navigateTo: n, ...l } = t;
|
|
1507
1507
|
return r && r.length > 0 ? /* @__PURE__ */ e(
|
|
1508
1508
|
Wr,
|
|
1509
1509
|
{
|
|
1510
1510
|
items: r,
|
|
1511
|
-
separator:
|
|
1511
|
+
separator: i,
|
|
1512
1512
|
iconName: l.iconName,
|
|
1513
1513
|
iconColor: l.iconColor,
|
|
1514
1514
|
hoverIconColor: l.hoverIconColor
|
|
1515
1515
|
}
|
|
1516
|
-
) :
|
|
1517
|
-
},
|
|
1516
|
+
) : n ? /* @__PURE__ */ e(f, { direction: "row", children: /* @__PURE__ */ e(qe, { to: n, replace: !0, style: { textDecoration: "none" }, children: /* @__PURE__ */ e(At, { ...l }) }) }) : /* @__PURE__ */ e(f, { direction: "row", children: /* @__PURE__ */ e(Xe, { onClick: o, children: /* @__PURE__ */ e(At, { ...l }) }) });
|
|
1517
|
+
}, it = [
|
|
1518
1518
|
// brand (blue)
|
|
1519
1519
|
{
|
|
1520
1520
|
icon: "var(--sa-color-brand-400, #3366b7)",
|
|
@@ -1558,7 +1558,7 @@ const Br = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
|
1558
1558
|
activeShadow: "rgba(255, 117, 143, 0.25)"
|
|
1559
1559
|
}
|
|
1560
1560
|
];
|
|
1561
|
-
function
|
|
1561
|
+
function It(t, r, i) {
|
|
1562
1562
|
return {
|
|
1563
1563
|
display: "flex",
|
|
1564
1564
|
alignItems: "center",
|
|
@@ -1567,14 +1567,14 @@ function Ht(t, r, n) {
|
|
|
1567
1567
|
height: "64px",
|
|
1568
1568
|
borderRadius: "var(--sa-radii-sm, 6px)",
|
|
1569
1569
|
// Fixed 2px border to avoid layout shift when toggling active
|
|
1570
|
-
border: t ? `2px solid ${
|
|
1571
|
-
backgroundColor: t ?
|
|
1572
|
-
boxShadow: t ? r ? `0 8px 20px ${
|
|
1570
|
+
border: t ? `2px solid ${i.activeBorder}` : "2px solid var(--sa-color-gray-200, #f0f1f2)",
|
|
1571
|
+
backgroundColor: t ? i.activeBg : "var(--sa-color-gray-50, #ffffff)",
|
|
1572
|
+
boxShadow: t ? r ? `0 8px 20px ${i.activeShadow.replace("0.25", "0.35")}` : `0 2px 8px ${i.activeShadow}` : r ? "0 8px 20px rgba(0, 0, 0, 0.14)" : "0 1px 4px rgba(0, 0, 0, 0.08)",
|
|
1573
1573
|
transform: r ? "translateY(-3px) scale(1.05)" : "translateY(0) scale(1)",
|
|
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 Ht = {
|
|
1578
1578
|
fontSize: "11px",
|
|
1579
1579
|
fontWeight: 500,
|
|
1580
1580
|
textAlign: "center",
|
|
@@ -1583,7 +1583,7 @@ const It = {
|
|
|
1583
1583
|
color: "var(--sa-background-primary, #ffffff)",
|
|
1584
1584
|
lineHeight: "1.3",
|
|
1585
1585
|
maxWidth: "80px"
|
|
1586
|
-
},
|
|
1586
|
+
}, Rt = {
|
|
1587
1587
|
display: "flex",
|
|
1588
1588
|
flexDirection: "column",
|
|
1589
1589
|
alignItems: "center",
|
|
@@ -1596,13 +1596,13 @@ const It = {
|
|
|
1596
1596
|
function Ar({
|
|
1597
1597
|
isShow: t,
|
|
1598
1598
|
onHide: r,
|
|
1599
|
-
menus:
|
|
1599
|
+
menus: i,
|
|
1600
1600
|
selectedGroupId: o,
|
|
1601
|
-
onSelect:
|
|
1601
|
+
onSelect: n
|
|
1602
1602
|
}) {
|
|
1603
1603
|
const [l, s] = k(void 0), a = (d) => {
|
|
1604
|
-
|
|
1605
|
-
}, h =
|
|
1604
|
+
n(d), r();
|
|
1605
|
+
}, h = it[0];
|
|
1606
1606
|
return /* @__PURE__ */ e(
|
|
1607
1607
|
ut,
|
|
1608
1608
|
{
|
|
@@ -1629,26 +1629,26 @@ function Ar({
|
|
|
1629
1629
|
onClick: () => a(null),
|
|
1630
1630
|
onMouseEnter: () => s("all"),
|
|
1631
1631
|
onMouseLeave: () => s(void 0),
|
|
1632
|
-
style:
|
|
1632
|
+
style: Rt,
|
|
1633
1633
|
children: [
|
|
1634
|
-
/* @__PURE__ */ e("div", { style:
|
|
1635
|
-
/* @__PURE__ */ e("span", { style:
|
|
1634
|
+
/* @__PURE__ */ e("div", { style: It(o === null, l === "all", h), children: /* @__PURE__ */ e("div", { style: { color: h.icon, display: "flex", alignItems: "center", justifyContent: "center" }, children: /* @__PURE__ */ e(w, { name: "Grid", size: "lg", style: { width: 32, height: 32 } }) }) }),
|
|
1635
|
+
/* @__PURE__ */ e("span", { style: Ht, children: "Semua" })
|
|
1636
1636
|
]
|
|
1637
1637
|
}
|
|
1638
1638
|
),
|
|
1639
|
-
|
|
1639
|
+
i.map((d, g) => {
|
|
1640
1640
|
var x;
|
|
1641
|
-
const m = o === d.id, y = l === d.id,
|
|
1641
|
+
const m = o === d.id, y = l === d.id, D = ((x = d.items[0]) == null ? void 0 : x.icon) ?? "Grid", E = it[(g + 1) % it.length];
|
|
1642
1642
|
return /* @__PURE__ */ u(
|
|
1643
1643
|
"button",
|
|
1644
1644
|
{
|
|
1645
1645
|
onClick: () => a(d.id),
|
|
1646
1646
|
onMouseEnter: () => s(d.id),
|
|
1647
1647
|
onMouseLeave: () => s(void 0),
|
|
1648
|
-
style:
|
|
1648
|
+
style: Rt,
|
|
1649
1649
|
children: [
|
|
1650
|
-
/* @__PURE__ */ e("div", { style:
|
|
1651
|
-
/* @__PURE__ */ e("span", { style:
|
|
1650
|
+
/* @__PURE__ */ e("div", { style: It(m, y, E), children: /* @__PURE__ */ e("div", { style: { color: E.icon, display: "flex", alignItems: "center", justifyContent: "center" }, children: /* @__PURE__ */ e(w, { name: D, size: "lg", style: { width: 32, height: 32 } }) }) }),
|
|
1651
|
+
/* @__PURE__ */ e("span", { style: Ht, children: d.name })
|
|
1652
1652
|
]
|
|
1653
1653
|
},
|
|
1654
1654
|
d.id
|
|
@@ -1660,14 +1660,14 @@ 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
|
|
1667
|
+
const i = Yt(), o = mt(), { selectedGroupId: n, setSelectedGroupId: l } = er(), [s, a] = k(!1), h = (d) => {
|
|
1668
1668
|
var g;
|
|
1669
1669
|
if (l(d), d !== null) {
|
|
1670
|
-
const m =
|
|
1670
|
+
const m = i.menus.find((D) => D.id === d), y = (g = m == null ? void 0 : m.items[0]) == null ? void 0 : g.to;
|
|
1671
1671
|
y && o(y);
|
|
1672
1672
|
}
|
|
1673
1673
|
t == null || t(d);
|
|
@@ -1700,7 +1700,7 @@ function _i({
|
|
|
1700
1700
|
children: /* @__PURE__ */ e(w, { name: "GridApplication", size: "sm" })
|
|
1701
1701
|
}
|
|
1702
1702
|
),
|
|
1703
|
-
|
|
1703
|
+
n !== null && /* @__PURE__ */ e(
|
|
1704
1704
|
"span",
|
|
1705
1705
|
{
|
|
1706
1706
|
style: {
|
|
@@ -1721,74 +1721,74 @@ function _i({
|
|
|
1721
1721
|
{
|
|
1722
1722
|
isShow: s,
|
|
1723
1723
|
onHide: () => a(!1),
|
|
1724
|
-
menus:
|
|
1725
|
-
selectedGroupId:
|
|
1724
|
+
menus: i.menus.filter((d) => d.parentGroupId === void 0),
|
|
1725
|
+
selectedGroupId: n,
|
|
1726
1726
|
onSelect: h
|
|
1727
1727
|
}
|
|
1728
1728
|
)
|
|
1729
1729
|
] });
|
|
1730
1730
|
}
|
|
1731
|
-
const
|
|
1732
|
-
const
|
|
1731
|
+
const Ir = (t, r) => {
|
|
1732
|
+
const i = [];
|
|
1733
1733
|
if (r === 0)
|
|
1734
|
-
return
|
|
1734
|
+
return i.push(t), i;
|
|
1735
1735
|
for (let o = 0; o < t.length; o += r) {
|
|
1736
|
-
const
|
|
1737
|
-
|
|
1736
|
+
const n = t.slice(o, o + r);
|
|
1737
|
+
i.push(n);
|
|
1738
1738
|
}
|
|
1739
|
-
return
|
|
1740
|
-
},
|
|
1739
|
+
return i;
|
|
1740
|
+
}, Hr = ce(
|
|
1741
1741
|
({
|
|
1742
1742
|
value: t,
|
|
1743
1743
|
label: r,
|
|
1744
|
-
separator:
|
|
1744
|
+
separator: i,
|
|
1745
1745
|
labelWidth: o,
|
|
1746
|
-
lastIndex:
|
|
1746
|
+
lastIndex: n,
|
|
1747
1747
|
labelAlign: l = "top"
|
|
1748
1748
|
}) => {
|
|
1749
1749
|
const s = he(
|
|
1750
1750
|
() => ({
|
|
1751
1751
|
padding: 0,
|
|
1752
|
-
paddingBottom:
|
|
1752
|
+
paddingBottom: n ? 0 : 12,
|
|
1753
1753
|
verticalAlign: l
|
|
1754
1754
|
}),
|
|
1755
|
-
[
|
|
1755
|
+
[n, l]
|
|
1756
1756
|
), a = he(
|
|
1757
1757
|
() => ({
|
|
1758
1758
|
padding: 0,
|
|
1759
1759
|
paddingRight: 12,
|
|
1760
1760
|
paddingLeft: 12,
|
|
1761
|
-
paddingBottom:
|
|
1761
|
+
paddingBottom: n ? 0 : 12,
|
|
1762
1762
|
verticalAlign: l
|
|
1763
1763
|
}),
|
|
1764
|
-
[
|
|
1765
|
-
), h = () => typeof r == "string" ? /* @__PURE__ */ e(
|
|
1766
|
-
return /* @__PURE__ */ u(
|
|
1764
|
+
[n, l]
|
|
1765
|
+
), h = () => typeof r == "string" ? /* @__PURE__ */ e(v, { fontWeight: "medium", color: "text-muted", children: r }) : r, d = () => typeof t == "string" || typeof t == "number" ? /* @__PURE__ */ e(v, { color: "text", fontWeight: "medium", children: t }) : t, g = () => typeof i == "string" || typeof i == "number" ? /* @__PURE__ */ e(v, { fontWeight: "medium", color: "text-muted", children: i }) : i;
|
|
1766
|
+
return /* @__PURE__ */ u(Ve, { children: [
|
|
1767
1767
|
/* @__PURE__ */ e(Se, { style: s, width: o, children: h() }),
|
|
1768
|
-
|
|
1768
|
+
i ? /* @__PURE__ */ e(Se, { style: a, width: 24, children: g() }) : null,
|
|
1769
1769
|
/* @__PURE__ */ e(Se, { style: s, children: d() })
|
|
1770
1770
|
] });
|
|
1771
1771
|
}
|
|
1772
|
-
),
|
|
1773
|
-
|
|
1772
|
+
), Rr = ce(({ fields: t, separator: r, labelWidth: i }) => /* @__PURE__ */ e(Ut, { children: t.map((o, n) => /* @__PURE__ */ e(
|
|
1773
|
+
Hr,
|
|
1774
1774
|
{
|
|
1775
1775
|
separator: r,
|
|
1776
|
-
labelWidth:
|
|
1777
|
-
lastIndex:
|
|
1776
|
+
labelWidth: i,
|
|
1777
|
+
lastIndex: n === t.length - 1,
|
|
1778
1778
|
...o
|
|
1779
1779
|
},
|
|
1780
|
-
`field-group-field-${
|
|
1781
|
-
)) })),
|
|
1780
|
+
`field-group-field-${n}`
|
|
1781
|
+
)) })), jn = ce(
|
|
1782
1782
|
({
|
|
1783
1783
|
maxRow: t = 0,
|
|
1784
1784
|
maxColumn: r = 2,
|
|
1785
|
-
separator:
|
|
1785
|
+
separator: i = ":",
|
|
1786
1786
|
fields: o = [],
|
|
1787
|
-
labelWidth:
|
|
1787
|
+
labelWidth: n = 150,
|
|
1788
1788
|
bordered: l = !1
|
|
1789
1789
|
}) => {
|
|
1790
1790
|
const s = he(
|
|
1791
|
-
() =>
|
|
1791
|
+
() => Ir(o, t),
|
|
1792
1792
|
[o, t]
|
|
1793
1793
|
), a = s.length > 2, h = () => {
|
|
1794
1794
|
switch (r) {
|
|
@@ -1824,11 +1824,11 @@ const Hr = (t, r) => {
|
|
|
1824
1824
|
width: a ? h() : void 0,
|
|
1825
1825
|
marginBottom: a ? "lg" : void 0,
|
|
1826
1826
|
children: /* @__PURE__ */ e(
|
|
1827
|
-
|
|
1827
|
+
Rr,
|
|
1828
1828
|
{
|
|
1829
|
-
labelWidth:
|
|
1829
|
+
labelWidth: n,
|
|
1830
1830
|
fields: d,
|
|
1831
|
-
separator:
|
|
1831
|
+
separator: i
|
|
1832
1832
|
}
|
|
1833
1833
|
)
|
|
1834
1834
|
},
|
|
@@ -1837,16 +1837,16 @@ const Hr = (t, r) => {
|
|
|
1837
1837
|
}
|
|
1838
1838
|
);
|
|
1839
1839
|
}
|
|
1840
|
-
),
|
|
1841
|
-
const [r,
|
|
1840
|
+
), Vr = ({ 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)", s = (t == null ? void 0 : t.hoverTextColor) ?? "var(--sa-text-primary, #292a2e)";
|
|
1842
1842
|
return /* @__PURE__ */ u(
|
|
1843
1843
|
f,
|
|
1844
1844
|
{
|
|
1845
1845
|
direction: "row",
|
|
1846
1846
|
gap: "xs",
|
|
1847
1847
|
align: "center",
|
|
1848
|
-
onMouseEnter: () =>
|
|
1849
|
-
onMouseLeave: () =>
|
|
1848
|
+
onMouseEnter: () => i(!0),
|
|
1849
|
+
onMouseLeave: () => i(!1),
|
|
1850
1850
|
style: { cursor: "pointer" },
|
|
1851
1851
|
children: [
|
|
1852
1852
|
/* @__PURE__ */ e(
|
|
@@ -1861,11 +1861,11 @@ const Hr = (t, r) => {
|
|
|
1861
1861
|
}
|
|
1862
1862
|
),
|
|
1863
1863
|
/* @__PURE__ */ e(
|
|
1864
|
-
|
|
1864
|
+
v,
|
|
1865
1865
|
{
|
|
1866
1866
|
variant: "sub-h3",
|
|
1867
1867
|
style: {
|
|
1868
|
-
color: r ? s :
|
|
1868
|
+
color: r ? s : n,
|
|
1869
1869
|
textDecoration: r ? "underline" : "none",
|
|
1870
1870
|
transition: "color 0.15s ease"
|
|
1871
1871
|
},
|
|
@@ -1878,15 +1878,15 @@ const Hr = (t, r) => {
|
|
|
1878
1878
|
}, zr = ({
|
|
1879
1879
|
backButton: t,
|
|
1880
1880
|
title: r,
|
|
1881
|
-
titleTag:
|
|
1881
|
+
titleTag: i,
|
|
1882
1882
|
children: o,
|
|
1883
|
-
header:
|
|
1883
|
+
header: n = !0,
|
|
1884
1884
|
action: l,
|
|
1885
1885
|
titleTagProps: s,
|
|
1886
1886
|
containerProps: a,
|
|
1887
1887
|
headerProps: h
|
|
1888
1888
|
}) => {
|
|
1889
|
-
const d =
|
|
1889
|
+
const d = ne("lg"), g = mt(), m = ze(), y = t == null ? void 0 : t.show, D = () => {
|
|
1890
1890
|
if (typeof (t == null ? void 0 : t.onClick) == "function") {
|
|
1891
1891
|
t.onClick();
|
|
1892
1892
|
return;
|
|
@@ -1905,7 +1905,7 @@ const Hr = (t, r) => {
|
|
|
1905
1905
|
`action-${J}`
|
|
1906
1906
|
)
|
|
1907
1907
|
) }) : null, x = () => {
|
|
1908
|
-
const N = /* @__PURE__ */ e(
|
|
1908
|
+
const N = /* @__PURE__ */ e(Vr, { backButton: t });
|
|
1909
1909
|
return t != null && t.navigateTo ? /* @__PURE__ */ e(f, { direction: "row", children: /* @__PURE__ */ e(
|
|
1910
1910
|
qe,
|
|
1911
1911
|
{
|
|
@@ -1914,8 +1914,8 @@ const Hr = (t, r) => {
|
|
|
1914
1914
|
style: { textDecoration: "none" },
|
|
1915
1915
|
children: N
|
|
1916
1916
|
}
|
|
1917
|
-
) }) : /* @__PURE__ */ e(f, { direction: "row", children: /* @__PURE__ */ e(Xe, { onClick:
|
|
1918
|
-
},
|
|
1917
|
+
) }) : /* @__PURE__ */ e(f, { direction: "row", children: /* @__PURE__ */ e(Xe, { onClick: D, children: N }) });
|
|
1918
|
+
}, R = () => {
|
|
1919
1919
|
const N = !!r, q = st(l) ? !0 : Array.isArray(l) && l.length > 0;
|
|
1920
1920
|
return !N && !q && !y ? null : /* @__PURE__ */ u(
|
|
1921
1921
|
f,
|
|
@@ -1935,8 +1935,8 @@ const Hr = (t, r) => {
|
|
|
1935
1935
|
align: "center",
|
|
1936
1936
|
children: [
|
|
1937
1937
|
N ? typeof r == "string" ? /* @__PURE__ */ u(f, { direction: "row", gap: "lg", align: "center", children: [
|
|
1938
|
-
/* @__PURE__ */ e(
|
|
1939
|
-
|
|
1938
|
+
/* @__PURE__ */ e(v, { variant: "h2", fontWeight: "semibold", fontFamily: "Poppins", children: r }),
|
|
1939
|
+
i && /* @__PURE__ */ e(Le, { border: !0, size: "lg", text: i, ...s })
|
|
1940
1940
|
] }) : r : null,
|
|
1941
1941
|
E()
|
|
1942
1942
|
]
|
|
@@ -1945,7 +1945,7 @@ const Hr = (t, r) => {
|
|
|
1945
1945
|
]
|
|
1946
1946
|
}
|
|
1947
1947
|
);
|
|
1948
|
-
},
|
|
1948
|
+
}, j = () => o;
|
|
1949
1949
|
return /* @__PURE__ */ u(
|
|
1950
1950
|
f,
|
|
1951
1951
|
{
|
|
@@ -1958,32 +1958,32 @@ const Hr = (t, r) => {
|
|
|
1958
1958
|
animation: "pageLayoutEnter 320ms cubic-bezier(0.16, 1, 0.3, 1) backwards"
|
|
1959
1959
|
},
|
|
1960
1960
|
children: [
|
|
1961
|
-
|
|
1962
|
-
|
|
1961
|
+
n && R(),
|
|
1962
|
+
j()
|
|
1963
1963
|
]
|
|
1964
1964
|
},
|
|
1965
1965
|
m.pathname
|
|
1966
1966
|
);
|
|
1967
|
-
},
|
|
1967
|
+
}, Zn = ce(zr), Nr = {
|
|
1968
1968
|
icon: "Cross",
|
|
1969
1969
|
title: ""
|
|
1970
|
-
}, Tr = "calc(100vw - 16px)",
|
|
1970
|
+
}, Tr = "calc(100vw - 16px)", Vt = (t) => t == null ? void 0 : `min(${typeof t == "number" ? `${t}px` : t}, ${Tr})`, Or = qt(
|
|
1971
1971
|
({
|
|
1972
1972
|
onHide: t,
|
|
1973
1973
|
show: r,
|
|
1974
|
-
withBlur:
|
|
1974
|
+
withBlur: i = !1,
|
|
1975
1975
|
style: o,
|
|
1976
|
-
children:
|
|
1976
|
+
children: n,
|
|
1977
1977
|
closeButton: l = Nr,
|
|
1978
1978
|
width: s,
|
|
1979
1979
|
minWidth: a = "357px",
|
|
1980
1980
|
maxWidth: h = "357px"
|
|
1981
1981
|
}, d) => {
|
|
1982
|
-
const g =
|
|
1982
|
+
const g = Vt(s ?? a), m = Vt(s ?? h);
|
|
1983
1983
|
return /* @__PURE__ */ e(
|
|
1984
1984
|
lr,
|
|
1985
1985
|
{
|
|
1986
|
-
blur:
|
|
1986
|
+
blur: i,
|
|
1987
1987
|
isShow: r,
|
|
1988
1988
|
position: "right",
|
|
1989
1989
|
onHide: t,
|
|
@@ -2013,24 +2013,24 @@ const Hr = (t, r) => {
|
|
|
2013
2013
|
cursor: "pointer"
|
|
2014
2014
|
}
|
|
2015
2015
|
),
|
|
2016
|
-
l.title ? /* @__PURE__ */ e(
|
|
2016
|
+
l.title ? /* @__PURE__ */ e(v, { fontFamily: "Poppins", fontSize: "md", color: "text-muted", children: l.title }) : null
|
|
2017
2017
|
]
|
|
2018
2018
|
}
|
|
2019
2019
|
) : null,
|
|
2020
|
-
|
|
2020
|
+
n
|
|
2021
2021
|
] })
|
|
2022
2022
|
}
|
|
2023
2023
|
);
|
|
2024
2024
|
}
|
|
2025
2025
|
), tr = ce(
|
|
2026
|
-
({ children: t, borderBottom: r = !0, padding:
|
|
2027
|
-
const o =
|
|
2026
|
+
({ children: t, borderBottom: r = !0, padding: i = !0 }) => {
|
|
2027
|
+
const o = ne("lg");
|
|
2028
2028
|
return /* @__PURE__ */ e(
|
|
2029
2029
|
f,
|
|
2030
2030
|
{
|
|
2031
|
-
padding:
|
|
2032
|
-
paddingLeft:
|
|
2033
|
-
paddingRight:
|
|
2031
|
+
padding: i ? "md" : "spacing-0",
|
|
2032
|
+
paddingLeft: i ? "md" : "spacing-0",
|
|
2033
|
+
paddingRight: i ? "md" : "spacing-0",
|
|
2034
2034
|
style: r ? {
|
|
2035
2035
|
borderBottom: "1px solid var(--sa-border-subtle, #0b120e24)"
|
|
2036
2036
|
} : void 0,
|
|
@@ -2039,14 +2039,14 @@ const Hr = (t, r) => {
|
|
|
2039
2039
|
);
|
|
2040
2040
|
}
|
|
2041
2041
|
), rr = ce(
|
|
2042
|
-
({ children: t, borderTop: r = !0, padding:
|
|
2043
|
-
const o =
|
|
2042
|
+
({ children: t, borderTop: r = !0, padding: i = !0 }) => {
|
|
2043
|
+
const o = ne("lg");
|
|
2044
2044
|
return /* @__PURE__ */ e(
|
|
2045
2045
|
f,
|
|
2046
2046
|
{
|
|
2047
|
-
padding:
|
|
2048
|
-
paddingLeft:
|
|
2049
|
-
paddingRight:
|
|
2047
|
+
padding: i ? "md" : "spacing-0",
|
|
2048
|
+
paddingLeft: i ? "md" : "spacing-0",
|
|
2049
|
+
paddingRight: i ? "md" : "spacing-0",
|
|
2050
2050
|
style: r ? {
|
|
2051
2051
|
borderTop: "1px solid var(--sa-border-subtle, #0b120e24)"
|
|
2052
2052
|
} : void 0,
|
|
@@ -2066,13 +2066,13 @@ const Hr = (t, r) => {
|
|
|
2066
2066
|
children: t
|
|
2067
2067
|
}
|
|
2068
2068
|
)
|
|
2069
|
-
), $
|
|
2069
|
+
), $n = ce(
|
|
2070
2070
|
({
|
|
2071
2071
|
children: t,
|
|
2072
2072
|
title: r,
|
|
2073
|
-
titleTag:
|
|
2073
|
+
titleTag: i,
|
|
2074
2074
|
action: o,
|
|
2075
|
-
header:
|
|
2075
|
+
header: n,
|
|
2076
2076
|
footer: l,
|
|
2077
2077
|
actionContainer: s,
|
|
2078
2078
|
containerProps: a,
|
|
@@ -2081,10 +2081,10 @@ const Hr = (t, r) => {
|
|
|
2081
2081
|
footerProps: g = { borderTop: !0 },
|
|
2082
2082
|
variantTag: m = "info"
|
|
2083
2083
|
}) => {
|
|
2084
|
-
const y =
|
|
2085
|
-
/* @__PURE__ */ e(
|
|
2086
|
-
/* @__PURE__ */ e(Le, { border: !0, text:
|
|
2087
|
-
] }) : /* @__PURE__ */ e(
|
|
2084
|
+
const y = ne("lg"), D = () => i ? /* @__PURE__ */ u(f, { direction: "row", gap: "sm", align: "center", children: [
|
|
2085
|
+
/* @__PURE__ */ e(v, { fontWeight: "medium", children: r }),
|
|
2086
|
+
/* @__PURE__ */ e(Le, { border: !0, text: i, variant: m })
|
|
2087
|
+
] }) : /* @__PURE__ */ e(v, { fontWeight: "medium", children: r }), E = () => n || /* @__PURE__ */ u(
|
|
2088
2088
|
f,
|
|
2089
2089
|
{
|
|
2090
2090
|
direction: "row",
|
|
@@ -2092,7 +2092,7 @@ const Hr = (t, r) => {
|
|
|
2092
2092
|
align: "flex-start",
|
|
2093
2093
|
gap: "md",
|
|
2094
2094
|
children: [
|
|
2095
|
-
/* @__PURE__ */ e(f, { children: r ?
|
|
2095
|
+
/* @__PURE__ */ e(f, { children: r ? D() : null }),
|
|
2096
2096
|
/* @__PURE__ */ e(
|
|
2097
2097
|
f,
|
|
2098
2098
|
{
|
|
@@ -2103,7 +2103,7 @@ const Hr = (t, r) => {
|
|
|
2103
2103
|
)
|
|
2104
2104
|
]
|
|
2105
2105
|
}
|
|
2106
|
-
), x = !!(
|
|
2106
|
+
), x = !!(n || r || o);
|
|
2107
2107
|
return /* @__PURE__ */ u(
|
|
2108
2108
|
f,
|
|
2109
2109
|
{
|
|
@@ -2119,15 +2119,15 @@ const Hr = (t, r) => {
|
|
|
2119
2119
|
...(a == null ? void 0 : a.style) ?? {}
|
|
2120
2120
|
},
|
|
2121
2121
|
children: [
|
|
2122
|
-
|
|
2122
|
+
n !== null && x ? /* @__PURE__ */ e(tr, { ...d, children: E() }) : null,
|
|
2123
2123
|
/* @__PURE__ */ e(_r, { ...h, children: t }),
|
|
2124
2124
|
l ? /* @__PURE__ */ e(rr, { ...g, children: l }) : null
|
|
2125
2125
|
]
|
|
2126
2126
|
}
|
|
2127
2127
|
);
|
|
2128
2128
|
}
|
|
2129
|
-
),
|
|
2130
|
-
const [
|
|
2129
|
+
), jr = "var(--sa-color-secondary-50, #e6e9fb)", Zr = ({ children: t, onClick: r }) => {
|
|
2130
|
+
const [i, o] = k("");
|
|
2131
2131
|
return /* @__PURE__ */ e(
|
|
2132
2132
|
Xe,
|
|
2133
2133
|
{
|
|
@@ -2141,19 +2141,19 @@ const Hr = (t, r) => {
|
|
|
2141
2141
|
gap: "spacing-1",
|
|
2142
2142
|
cursor: "pointer",
|
|
2143
2143
|
onClick: r,
|
|
2144
|
-
onMouseEnter: () => o(
|
|
2144
|
+
onMouseEnter: () => o(jr),
|
|
2145
2145
|
borderRadius: "rounded-md",
|
|
2146
2146
|
onMouseLeave: () => o(""),
|
|
2147
|
-
style: { backgroundColor:
|
|
2147
|
+
style: { backgroundColor: i },
|
|
2148
2148
|
children: t
|
|
2149
2149
|
}
|
|
2150
2150
|
);
|
|
2151
|
-
}, $r = ce(
|
|
2151
|
+
}, $r = ce(Zr), Ur = ({
|
|
2152
2152
|
icon: t,
|
|
2153
2153
|
items: r = [],
|
|
2154
|
-
style:
|
|
2154
|
+
style: i,
|
|
2155
2155
|
triggerStyle: o,
|
|
2156
|
-
containerStyle:
|
|
2156
|
+
containerStyle: n,
|
|
2157
2157
|
position: l = "bottom-right",
|
|
2158
2158
|
buttonProps: s,
|
|
2159
2159
|
iconProps: a,
|
|
@@ -2163,13 +2163,13 @@ const Hr = (t, r) => {
|
|
|
2163
2163
|
() => ({
|
|
2164
2164
|
zIndex: 10,
|
|
2165
2165
|
width: "150px",
|
|
2166
|
-
...
|
|
2166
|
+
...n
|
|
2167
2167
|
}),
|
|
2168
|
-
[
|
|
2168
|
+
[n]
|
|
2169
2169
|
);
|
|
2170
|
-
return /* @__PURE__ */ u(
|
|
2170
|
+
return /* @__PURE__ */ u(jt, { position: l, style: i, children: [
|
|
2171
2171
|
/* @__PURE__ */ e(Ue, { style: o, children: /* @__PURE__ */ e(T, { size: "sm", secondary: !0, ...s, children: /* @__PURE__ */ e(w, { name: t, ...a }) }) }),
|
|
2172
|
-
/* @__PURE__ */ e(
|
|
2172
|
+
/* @__PURE__ */ e(Zt, { style: d, children: r.map((g, m) => h === "outline-button" ? /* @__PURE__ */ e($t, { children: /* @__PURE__ */ u(
|
|
2173
2173
|
T,
|
|
2174
2174
|
{
|
|
2175
2175
|
size: "sm",
|
|
@@ -2179,7 +2179,7 @@ const Hr = (t, r) => {
|
|
|
2179
2179
|
...g.buttonProps,
|
|
2180
2180
|
children: [
|
|
2181
2181
|
/* @__PURE__ */ e(w, { name: g.icon, size: "md", ...g.iconProps }),
|
|
2182
|
-
/* @__PURE__ */ e(
|
|
2182
|
+
/* @__PURE__ */ e(v, { fontSize: "sm", color: "text", ...g.textProps, children: g.label })
|
|
2183
2183
|
]
|
|
2184
2184
|
}
|
|
2185
2185
|
) }, g.id || m) : /* @__PURE__ */ u(
|
|
@@ -2189,13 +2189,13 @@ const Hr = (t, r) => {
|
|
|
2189
2189
|
...g.buttonProps,
|
|
2190
2190
|
children: [
|
|
2191
2191
|
/* @__PURE__ */ e(w, { name: g.icon, size: "md", ...g.iconProps }),
|
|
2192
|
-
/* @__PURE__ */ e(
|
|
2192
|
+
/* @__PURE__ */ e(v, { fontSize: "sm", color: "text", ...g.textProps, children: g.label })
|
|
2193
2193
|
]
|
|
2194
2194
|
},
|
|
2195
2195
|
g.id || m
|
|
2196
2196
|
)) })
|
|
2197
2197
|
] });
|
|
2198
|
-
},
|
|
2198
|
+
}, Un = ce(Ur), Gr = (t) => /* @__PURE__ */ e(v, { variant: "h1", children: t.children, ...t.props }), qr = (t) => /* @__PURE__ */ e(v, { variant: "h2", children: t.children, ...t.props }), Jr = (t) => /* @__PURE__ */ e(v, { variant: "h3", children: t.children, ...t.props }), Pr = (t) => /* @__PURE__ */ e(v, { variant: "h4", children: t.children, ...t.props }), Qr = (t) => /* @__PURE__ */ e(v, { variant: "h5", children: t.children, ...t.props }), Yr = (t) => /* @__PURE__ */ e(v, { variant: "h6", children: t.children, ...t.props }), Xr = (t) => /* @__PURE__ */ e(v, { variant: "sub-h1", children: t.children, ...t.props }), Kr = (t) => /* @__PURE__ */ e(v, { variant: "sub-h2", children: t.children, ...t.props }), ei = (t) => /* @__PURE__ */ e(v, { variant: "sub-h3", children: t.children, ...t.props }), ti = (t) => /* @__PURE__ */ e(v, { variant: "body-1", children: t.children, ...t.props }), ri = (t) => /* @__PURE__ */ e(v, { variant: "body-2", children: t.children, ...t.props }), ii = (t) => /* @__PURE__ */ e(v, { variant: "body-3", children: t.children, ...t.props }), pe = {
|
|
2199
2199
|
H1: Gr,
|
|
2200
2200
|
H2: qr,
|
|
2201
2201
|
H3: Jr,
|
|
@@ -2204,34 +2204,34 @@ const Hr = (t, r) => {
|
|
|
2204
2204
|
H6: Yr,
|
|
2205
2205
|
SubH1: Xr,
|
|
2206
2206
|
SubH2: Kr,
|
|
2207
|
-
SubH3:
|
|
2208
|
-
Body1:
|
|
2209
|
-
Body2:
|
|
2210
|
-
Body3:
|
|
2207
|
+
SubH3: ei,
|
|
2208
|
+
Body1: ti,
|
|
2209
|
+
Body2: ri,
|
|
2210
|
+
Body3: ii
|
|
2211
2211
|
}, xt = () => {
|
|
2212
|
-
const [t, r] = Ye(),
|
|
2212
|
+
const [t, r] = Ye(), i = Pe(t.toString()), o = Jt(), n = ze(), l = o.id;
|
|
2213
2213
|
return {
|
|
2214
2214
|
// query params
|
|
2215
2215
|
setSearchParams: r,
|
|
2216
2216
|
searchParams: t,
|
|
2217
|
-
searchQueries:
|
|
2217
|
+
searchQueries: i,
|
|
2218
2218
|
isHasQuery: (g, m) => t.has(g) && t.get(g) === m,
|
|
2219
2219
|
getQueryParam: (g) => t.get(g),
|
|
2220
2220
|
// route params
|
|
2221
2221
|
getRouteParam: (g) => o[g],
|
|
2222
2222
|
params: o,
|
|
2223
2223
|
// location info
|
|
2224
|
-
location:
|
|
2224
|
+
location: n,
|
|
2225
2225
|
// khusus id (tetap ada untuk backward compatibility)
|
|
2226
2226
|
id: l,
|
|
2227
2227
|
hasId: !!l
|
|
2228
2228
|
};
|
|
2229
|
-
},
|
|
2229
|
+
}, ni = (t) => JSON.stringify(t), oi = (t) => JSON.stringify(t), li = (t) => JSON.stringify(t), ci = (t) => JSON.stringify(t), ai = (t) => t, si = (t) => JSON.stringify(t), zt = ({
|
|
2230
2230
|
value: t,
|
|
2231
2231
|
name: r,
|
|
2232
|
-
type:
|
|
2232
|
+
type: i,
|
|
2233
2233
|
withSearchParam: o = !0,
|
|
2234
|
-
setSearchParams:
|
|
2234
|
+
setSearchParams: n,
|
|
2235
2235
|
searchQueries: l,
|
|
2236
2236
|
dropdownSearchKey: s,
|
|
2237
2237
|
filterKey: a = "filter",
|
|
@@ -2239,25 +2239,25 @@ const Hr = (t, r) => {
|
|
|
2239
2239
|
}) => {
|
|
2240
2240
|
if (o) {
|
|
2241
2241
|
let d;
|
|
2242
|
-
switch (
|
|
2242
|
+
switch (i) {
|
|
2243
2243
|
case "search":
|
|
2244
|
-
d =
|
|
2244
|
+
d = ai(t);
|
|
2245
2245
|
break;
|
|
2246
2246
|
case "dropdown":
|
|
2247
2247
|
case "dropdown-multiple":
|
|
2248
|
-
d =
|
|
2248
|
+
d = ni(t);
|
|
2249
2249
|
break;
|
|
2250
2250
|
case "radio":
|
|
2251
|
-
d =
|
|
2251
|
+
d = oi(t);
|
|
2252
2252
|
break;
|
|
2253
2253
|
case "date-range":
|
|
2254
|
-
d =
|
|
2254
|
+
d = li(t);
|
|
2255
2255
|
break;
|
|
2256
2256
|
case "advanced-date-range":
|
|
2257
|
-
d =
|
|
2257
|
+
d = si(t);
|
|
2258
2258
|
break;
|
|
2259
2259
|
case "date":
|
|
2260
|
-
d =
|
|
2260
|
+
d = ci(t);
|
|
2261
2261
|
break;
|
|
2262
2262
|
default:
|
|
2263
2263
|
d = t;
|
|
@@ -2269,94 +2269,94 @@ const Hr = (t, r) => {
|
|
|
2269
2269
|
[r]: d
|
|
2270
2270
|
}, y = { ...l };
|
|
2271
2271
|
s && typeof s == "string" && delete y[s], delete y[h];
|
|
2272
|
-
const
|
|
2272
|
+
const D = {
|
|
2273
2273
|
...y,
|
|
2274
2274
|
[a]: JSON.stringify(m)
|
|
2275
2275
|
}, E = new URLSearchParams(l).toString(), x = new URLSearchParams(
|
|
2276
|
-
|
|
2276
|
+
D
|
|
2277
2277
|
).toString();
|
|
2278
2278
|
if (E === x)
|
|
2279
2279
|
return;
|
|
2280
|
-
|
|
2280
|
+
n(D);
|
|
2281
2281
|
}
|
|
2282
2282
|
}
|
|
2283
|
-
},
|
|
2283
|
+
}, nt = ({
|
|
2284
2284
|
name: t,
|
|
2285
2285
|
filterKey: r = "filter",
|
|
2286
|
-
searchParams:
|
|
2286
|
+
searchParams: i,
|
|
2287
2287
|
get: o
|
|
2288
2288
|
}) => {
|
|
2289
|
-
const
|
|
2289
|
+
const n = i.get(r) || void 0, l = n && typeof n == "string" ? JSON.parse(n) : void 0, s = l ? l[t] : void 0;
|
|
2290
2290
|
return o === "label" && s ? JSON.parse(s)[0].label : o === "value" && s ? JSON.parse(s)[0].value : s;
|
|
2291
|
-
},
|
|
2291
|
+
}, Gn = ({
|
|
2292
2292
|
name: t,
|
|
2293
2293
|
filterKey: r = "filter",
|
|
2294
|
-
searchParams:
|
|
2294
|
+
searchParams: i,
|
|
2295
2295
|
get: o
|
|
2296
2296
|
}) => {
|
|
2297
|
-
const
|
|
2297
|
+
const n = i.get(r) || void 0, l = n && typeof n == "string" ? JSON.parse(n) : void 0, s = l ? l[t] : void 0;
|
|
2298
2298
|
return o === "label" && s ? JSON.parse(s).map((a) => a.label) : o === "value" && s ? JSON.parse(s).map((a) => a.value) : o === "array" && s ? JSON.parse(s) : s;
|
|
2299
|
-
},
|
|
2299
|
+
}, qn = ({
|
|
2300
2300
|
name: t,
|
|
2301
2301
|
filterKey: r = "filter",
|
|
2302
|
-
searchParams:
|
|
2302
|
+
searchParams: i,
|
|
2303
2303
|
get: o
|
|
2304
2304
|
}) => {
|
|
2305
|
-
const
|
|
2305
|
+
const n = i.get(r) || void 0, l = n && typeof n == "string" ? JSON.parse(n) : void 0, s = l ? l[t] : void 0;
|
|
2306
2306
|
return o === "id" && s ? JSON.parse(s).id : o === "label" && s ? JSON.parse(s).label : o === "value" && s ? JSON.parse(s).value : s;
|
|
2307
|
-
},
|
|
2308
|
-
const o = r.get(
|
|
2309
|
-
return
|
|
2310
|
-
},
|
|
2307
|
+
}, di = (t, r, i) => {
|
|
2308
|
+
const o = r.get(i || "filter") || void 0, n = o && typeof o == "string" ? JSON.parse(o) : void 0;
|
|
2309
|
+
return n ? n[t] : void 0;
|
|
2310
|
+
}, Jn = ({
|
|
2311
2311
|
name: t,
|
|
2312
2312
|
filterKey: r = "filter",
|
|
2313
|
-
searchParams:
|
|
2313
|
+
searchParams: i
|
|
2314
2314
|
}) => {
|
|
2315
|
-
const o =
|
|
2315
|
+
const o = i.get(r || "filter") || void 0, n = o && typeof o == "string" ? JSON.parse(o) : void 0, l = n ? n[t] : void 0;
|
|
2316
2316
|
return {
|
|
2317
2317
|
start: l ? JSON.parse(l).from : void 0,
|
|
2318
2318
|
end: l ? JSON.parse(l).to : void 0
|
|
2319
2319
|
};
|
|
2320
|
-
},
|
|
2320
|
+
}, Pn = ({
|
|
2321
2321
|
name: t,
|
|
2322
2322
|
filterKey: r = "filter",
|
|
2323
|
-
searchParams:
|
|
2323
|
+
searchParams: i
|
|
2324
2324
|
}) => {
|
|
2325
|
-
const o =
|
|
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
|
+
}, Qn = (t, {
|
|
2328
2328
|
filterKey: r = "filter",
|
|
2329
|
-
perPageKey:
|
|
2329
|
+
perPageKey: i = "perPage",
|
|
2330
2330
|
pageKey: o = "page"
|
|
2331
2331
|
}) => {
|
|
2332
|
-
const
|
|
2333
|
-
return !!
|
|
2334
|
-
},
|
|
2332
|
+
const n = t.get(r) || void 0, l = t.get(i) || void 0, s = t.get(o) || void 0;
|
|
2333
|
+
return !!n || !!l || !!s;
|
|
2334
|
+
}, ui = ({
|
|
2335
2335
|
isOpen: t,
|
|
2336
2336
|
onClose: r,
|
|
2337
|
-
filterKey:
|
|
2337
|
+
filterKey: i,
|
|
2338
2338
|
pageKey: o,
|
|
2339
|
-
filters:
|
|
2339
|
+
filters: n
|
|
2340
2340
|
}) => {
|
|
2341
2341
|
const { searchParams: l, setSearchParams: s, searchQueries: a } = xt(), [h, d] = k({}), g = () => {
|
|
2342
|
-
l.delete(
|
|
2343
|
-
}, m = (y,
|
|
2342
|
+
l.delete(i || "filter"), s(l);
|
|
2343
|
+
}, m = (y, D) => {
|
|
2344
2344
|
switch (y.type) {
|
|
2345
2345
|
case "radio": {
|
|
2346
2346
|
const { show: E = !0 } = y;
|
|
2347
|
-
return E && /* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(f, { children: y.title }) },
|
|
2347
|
+
return E && /* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(f, { children: y.title }) }, D);
|
|
2348
2348
|
}
|
|
2349
2349
|
case "dropdown": {
|
|
2350
2350
|
const { show: E = !0 } = y;
|
|
2351
|
-
return E && /* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(f, { children: y.title }) },
|
|
2351
|
+
return E && /* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(f, { children: y.title }) }, D);
|
|
2352
2352
|
}
|
|
2353
2353
|
case "date-range":
|
|
2354
|
-
return /* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(f, { children: y.title }) },
|
|
2354
|
+
return /* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(f, { children: y.title }) }, D);
|
|
2355
2355
|
case "date":
|
|
2356
|
-
return /* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(f, { children: y.title }) },
|
|
2356
|
+
return /* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(f, { children: y.title }) }, D);
|
|
2357
2357
|
case "dropdown-multiple": {
|
|
2358
2358
|
const { show: E = !0 } = y;
|
|
2359
|
-
return E && /* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(f, { children: y.title }) },
|
|
2359
|
+
return E && /* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(f, { children: y.title }) }, D);
|
|
2360
2360
|
}
|
|
2361
2361
|
default:
|
|
2362
2362
|
return null;
|
|
@@ -2374,14 +2374,14 @@ const Hr = (t, r) => {
|
|
|
2374
2374
|
}
|
|
2375
2375
|
)
|
|
2376
2376
|
] }),
|
|
2377
|
-
|
|
2377
|
+
n == null ? void 0 : n.map((y, D) => m(y, D))
|
|
2378
2378
|
] }) });
|
|
2379
|
-
},
|
|
2379
|
+
}, hi = ({
|
|
2380
2380
|
searchKey: t = "q",
|
|
2381
2381
|
statusKey: r = "status",
|
|
2382
|
-
searchPlaceholder:
|
|
2382
|
+
searchPlaceholder: i = "Search",
|
|
2383
2383
|
searchHighlightPlaceholder: o,
|
|
2384
|
-
extendedFilter:
|
|
2384
|
+
extendedFilter: n,
|
|
2385
2385
|
showSearchFilter: l = !0,
|
|
2386
2386
|
showStatusFilter: s = !0,
|
|
2387
2387
|
filterKey: a = "filter",
|
|
@@ -2390,13 +2390,13 @@ const Hr = (t, r) => {
|
|
|
2390
2390
|
handleOnReset: g,
|
|
2391
2391
|
filterConfigs: m,
|
|
2392
2392
|
buttonToggleProps: y,
|
|
2393
|
-
position:
|
|
2393
|
+
position: D = "right",
|
|
2394
2394
|
titleSearchLabel: E = "Work Order",
|
|
2395
2395
|
withTitleLabels: x = !1
|
|
2396
2396
|
}) => {
|
|
2397
|
-
const
|
|
2397
|
+
const j = (y == null ? void 0 : y.isShowLabel) ?? !0, [N, q] = k(!1), [M, ae] = k(0), J = () => {
|
|
2398
2398
|
ae((z) => z + 1);
|
|
2399
|
-
}, { searchParams:
|
|
2399
|
+
}, { searchParams: I, setSearchParams: P, getQueryParam: oe } = xt(), le = Pe(I.toString()), $ = di(t, I, a) || "", [Q, K] = k($), se = oe(a), X = !!(se && !(() => {
|
|
2400
2400
|
if (se)
|
|
2401
2401
|
try {
|
|
2402
2402
|
const z = JSON.parse(se);
|
|
@@ -2405,10 +2405,10 @@ const Hr = (t, r) => {
|
|
|
2405
2405
|
console.error("Filter parameter is not a valid JSON:", z);
|
|
2406
2406
|
}
|
|
2407
2407
|
return !1;
|
|
2408
|
-
})()),
|
|
2409
|
-
return
|
|
2408
|
+
})()), V = ne("md");
|
|
2409
|
+
return Z(() => {
|
|
2410
2410
|
K($);
|
|
2411
|
-
}, [$]),
|
|
2411
|
+
}, [$]), Z(() => {
|
|
2412
2412
|
if (Q === $)
|
|
2413
2413
|
return;
|
|
2414
2414
|
const z = window.setTimeout(() => {
|
|
@@ -2438,7 +2438,7 @@ const Hr = (t, r) => {
|
|
|
2438
2438
|
{
|
|
2439
2439
|
gap: "md",
|
|
2440
2440
|
style: {
|
|
2441
|
-
flexDirection:
|
|
2441
|
+
flexDirection: V && D === "left" ? "row" : V && D === "right" ? "row-reverse" : "column"
|
|
2442
2442
|
},
|
|
2443
2443
|
align: "flex-end",
|
|
2444
2444
|
children: [
|
|
@@ -2446,15 +2446,15 @@ const Hr = (t, r) => {
|
|
|
2446
2446
|
T,
|
|
2447
2447
|
{
|
|
2448
2448
|
onClick: () => {
|
|
2449
|
-
const z = new URLSearchParams(
|
|
2449
|
+
const z = new URLSearchParams(I);
|
|
2450
2450
|
z.delete(a), P(z), K(""), J(), g && g();
|
|
2451
2451
|
},
|
|
2452
2452
|
variant: "outline",
|
|
2453
2453
|
tone: "neutral",
|
|
2454
|
-
children: /* @__PURE__ */ e(
|
|
2454
|
+
children: /* @__PURE__ */ e(v, { color: "error", fontWeight: "semibold", children: "Reset" })
|
|
2455
2455
|
}
|
|
2456
2456
|
) }),
|
|
2457
|
-
|
|
2457
|
+
n == null ? void 0 : n.map(({ minWidth: z, content: te, title: fe, onClickContainer: ge }, We) => /* @__PURE__ */ u(
|
|
2458
2458
|
f,
|
|
2459
2459
|
{
|
|
2460
2460
|
gap: "sm",
|
|
@@ -2484,9 +2484,9 @@ const Hr = (t, r) => {
|
|
|
2484
2484
|
}
|
|
2485
2485
|
}
|
|
2486
2486
|
),
|
|
2487
|
-
fullWidth: !
|
|
2487
|
+
fullWidth: !V,
|
|
2488
2488
|
onClick: () => q(!0),
|
|
2489
|
-
children:
|
|
2489
|
+
children: j ? "Filter" : void 0
|
|
2490
2490
|
}
|
|
2491
2491
|
),
|
|
2492
2492
|
s && /* @__PURE__ */ u(
|
|
@@ -2511,23 +2511,23 @@ const Hr = (t, r) => {
|
|
|
2511
2511
|
value: "inactive"
|
|
2512
2512
|
}
|
|
2513
2513
|
],
|
|
2514
|
-
defaultValue:
|
|
2514
|
+
defaultValue: nt({
|
|
2515
2515
|
get: "value",
|
|
2516
2516
|
name: r,
|
|
2517
|
-
searchParams:
|
|
2517
|
+
searchParams: I,
|
|
2518
2518
|
filterKey: a
|
|
2519
2519
|
}) ? [
|
|
2520
2520
|
{
|
|
2521
|
-
label:
|
|
2521
|
+
label: nt({
|
|
2522
2522
|
get: "value",
|
|
2523
2523
|
name: r,
|
|
2524
|
-
searchParams:
|
|
2524
|
+
searchParams: I,
|
|
2525
2525
|
filterKey: a
|
|
2526
2526
|
}) === "active" ? "Active" : "InActive",
|
|
2527
|
-
value:
|
|
2527
|
+
value: nt({
|
|
2528
2528
|
get: "value",
|
|
2529
2529
|
name: r,
|
|
2530
|
-
searchParams:
|
|
2530
|
+
searchParams: I,
|
|
2531
2531
|
filterKey: a
|
|
2532
2532
|
})
|
|
2533
2533
|
}
|
|
@@ -2552,7 +2552,7 @@ const Hr = (t, r) => {
|
|
|
2552
2552
|
{
|
|
2553
2553
|
gap: "sm",
|
|
2554
2554
|
style: {
|
|
2555
|
-
width: d &&
|
|
2555
|
+
width: d && V ? d : V ? "310px" : ""
|
|
2556
2556
|
},
|
|
2557
2557
|
children: [
|
|
2558
2558
|
x && /* @__PURE__ */ u(pe.SubH3, { children: [
|
|
@@ -2562,7 +2562,7 @@ const Hr = (t, r) => {
|
|
|
2562
2562
|
/* @__PURE__ */ e(
|
|
2563
2563
|
gt,
|
|
2564
2564
|
{
|
|
2565
|
-
placeholder:
|
|
2565
|
+
placeholder: i,
|
|
2566
2566
|
leftIcon: /* @__PURE__ */ e(w, { name: "Search", width: 20, height: 20 }),
|
|
2567
2567
|
onChange: (z) => K(z.target.value),
|
|
2568
2568
|
value: Q,
|
|
@@ -2574,7 +2574,7 @@ const Hr = (t, r) => {
|
|
|
2574
2574
|
}
|
|
2575
2575
|
),
|
|
2576
2576
|
/* @__PURE__ */ e(
|
|
2577
|
-
|
|
2577
|
+
ui,
|
|
2578
2578
|
{
|
|
2579
2579
|
isOpen: N,
|
|
2580
2580
|
onClose: () => q(!1),
|
|
@@ -2586,10 +2586,10 @@ const Hr = (t, r) => {
|
|
|
2586
2586
|
]
|
|
2587
2587
|
}
|
|
2588
2588
|
);
|
|
2589
|
-
},
|
|
2590
|
-
const o =
|
|
2591
|
-
return
|
|
2592
|
-
if (
|
|
2589
|
+
}, fi = ({ children: t, borderRadius: r, height: i }) => {
|
|
2590
|
+
const o = ie(null), [n, l] = k("100vh");
|
|
2591
|
+
return Z(() => {
|
|
2592
|
+
if (i) return;
|
|
2593
2593
|
const s = () => {
|
|
2594
2594
|
if (o.current) {
|
|
2595
2595
|
const a = o.current.getBoundingClientRect().top;
|
|
@@ -2597,7 +2597,7 @@ const Hr = (t, r) => {
|
|
|
2597
2597
|
}
|
|
2598
2598
|
};
|
|
2599
2599
|
return s(), window.addEventListener("resize", s), () => window.removeEventListener("resize", s);
|
|
2600
|
-
}, [
|
|
2600
|
+
}, [i]), /* @__PURE__ */ e(
|
|
2601
2601
|
f,
|
|
2602
2602
|
{
|
|
2603
2603
|
ref: o,
|
|
@@ -2607,22 +2607,22 @@ const Hr = (t, r) => {
|
|
|
2607
2607
|
borderColor: "border-base",
|
|
2608
2608
|
borderRadius: r || "rounded-xs",
|
|
2609
2609
|
style: {
|
|
2610
|
-
height:
|
|
2610
|
+
height: i ?? n,
|
|
2611
2611
|
display: "flex",
|
|
2612
2612
|
flexDirection: "column"
|
|
2613
2613
|
},
|
|
2614
2614
|
children: t
|
|
2615
2615
|
}
|
|
2616
2616
|
);
|
|
2617
|
-
},
|
|
2617
|
+
}, gi = ({
|
|
2618
2618
|
action: t,
|
|
2619
2619
|
rightContent: r,
|
|
2620
|
-
leftContent:
|
|
2620
|
+
leftContent: i,
|
|
2621
2621
|
headerSlot: o,
|
|
2622
|
-
advanceFilter:
|
|
2622
|
+
advanceFilter: n,
|
|
2623
2623
|
showFilter: l = !0
|
|
2624
2624
|
}) => {
|
|
2625
|
-
const s =
|
|
2625
|
+
const s = ne("md"), a = l ? /* @__PURE__ */ e(hi, { ...n }) : null;
|
|
2626
2626
|
return /* @__PURE__ */ e(
|
|
2627
2627
|
f,
|
|
2628
2628
|
{
|
|
@@ -2645,7 +2645,7 @@ const Hr = (t, r) => {
|
|
|
2645
2645
|
children: o ? o({ filter: a }) : /* @__PURE__ */ u(G, { children: [
|
|
2646
2646
|
/* @__PURE__ */ u(f, { style: { display: "flex", gap: "8px", flexDirection: "row", alignItems: "center", flex: 1, minWidth: 0 }, children: [
|
|
2647
2647
|
a,
|
|
2648
|
-
|
|
2648
|
+
i
|
|
2649
2649
|
] }),
|
|
2650
2650
|
/* @__PURE__ */ u(f, { style: { display: "flex", gap: "8px", flexDirection: "row", alignItems: "center", flexShrink: 0 }, children: [
|
|
2651
2651
|
r,
|
|
@@ -2660,7 +2660,7 @@ const Hr = (t, r) => {
|
|
|
2660
2660
|
textWrap: "nowrap"
|
|
2661
2661
|
},
|
|
2662
2662
|
children: t.map(
|
|
2663
|
-
({ title: d, icon: g, buttonProps: m, onClick: y },
|
|
2663
|
+
({ title: d, icon: g, buttonProps: m, onClick: y }, D) => !d && !g ? null : /* @__PURE__ */ e(
|
|
2664
2664
|
T,
|
|
2665
2665
|
{
|
|
2666
2666
|
fullWidth: !s,
|
|
@@ -2669,7 +2669,7 @@ const Hr = (t, r) => {
|
|
|
2669
2669
|
...m,
|
|
2670
2670
|
children: d
|
|
2671
2671
|
},
|
|
2672
|
-
`action-${
|
|
2672
|
+
`action-${D}`
|
|
2673
2673
|
)
|
|
2674
2674
|
)
|
|
2675
2675
|
}
|
|
@@ -2678,10 +2678,10 @@ const Hr = (t, r) => {
|
|
|
2678
2678
|
] })
|
|
2679
2679
|
}
|
|
2680
2680
|
);
|
|
2681
|
-
},
|
|
2681
|
+
}, mi = ({
|
|
2682
2682
|
totalData: t,
|
|
2683
2683
|
withMarginBottom: r = !0,
|
|
2684
|
-
withMarginTop:
|
|
2684
|
+
withMarginTop: i = !0
|
|
2685
2685
|
}) => /* @__PURE__ */ u(
|
|
2686
2686
|
f,
|
|
2687
2687
|
{
|
|
@@ -2691,7 +2691,7 @@ const Hr = (t, r) => {
|
|
|
2691
2691
|
flexDirection: "row",
|
|
2692
2692
|
alignItems: "center",
|
|
2693
2693
|
marginBottom: r ? "16px" : void 0,
|
|
2694
|
-
marginTop:
|
|
2694
|
+
marginTop: i ? "16px" : void 0
|
|
2695
2695
|
},
|
|
2696
2696
|
children: [
|
|
2697
2697
|
/* @__PURE__ */ u(
|
|
@@ -2709,23 +2709,23 @@ const Hr = (t, r) => {
|
|
|
2709
2709
|
/* @__PURE__ */ e(pe.Body1, { children: t || 0 })
|
|
2710
2710
|
]
|
|
2711
2711
|
}
|
|
2712
|
-
),
|
|
2712
|
+
), yi = ({
|
|
2713
2713
|
pagination: t,
|
|
2714
2714
|
pageKey: r = "page",
|
|
2715
|
-
perPageKey:
|
|
2715
|
+
perPageKey: i = "perPage",
|
|
2716
2716
|
defaultPerPage: o = 10,
|
|
2717
|
-
showPagination:
|
|
2717
|
+
showPagination: n = !0,
|
|
2718
2718
|
totalData: l
|
|
2719
2719
|
}) => {
|
|
2720
|
-
const { searchQueries: s, setSearchParams: a, searchParams: h } = xt(), d = h.get(
|
|
2720
|
+
const { searchQueries: s, setSearchParams: a, searchParams: h } = xt(), d = h.get(i), g = (E) => {
|
|
2721
2721
|
a({ ...s, [r]: String(E) });
|
|
2722
2722
|
}, m = (E) => {
|
|
2723
2723
|
a({
|
|
2724
2724
|
...s,
|
|
2725
|
-
[
|
|
2725
|
+
[i]: E,
|
|
2726
2726
|
[r]: "1"
|
|
2727
2727
|
});
|
|
2728
|
-
}, y = (t == null ? void 0 : t.rangeStart) ?? (((t == null ? void 0 : t.currentPage) || 0) > 1 ? (((t == null ? void 0 : t.currentPage) || 0) - 1) * ((t == null ? void 0 : t.perPage) || 0) + 1 : 1),
|
|
2728
|
+
}, y = (t == null ? void 0 : t.rangeStart) ?? (((t == null ? void 0 : t.currentPage) || 0) > 1 ? (((t == null ? void 0 : t.currentPage) || 0) - 1) * ((t == null ? void 0 : t.perPage) || 0) + 1 : 1), D = (t == null ? void 0 : t.rangeEnd) ?? ((t == null ? void 0 : t.totalCurrentPage) !== (t == null ? void 0 : t.perPage) ? t == null ? void 0 : t.totalData : ((t == null ? void 0 : t.currentPage) || 1) * ((t == null ? void 0 : t.totalCurrentPage) || 0));
|
|
2729
2729
|
return /* @__PURE__ */ e(
|
|
2730
2730
|
f,
|
|
2731
2731
|
{
|
|
@@ -2742,9 +2742,9 @@ const Hr = (t, r) => {
|
|
|
2742
2742
|
borderTop: "1px solid var(--sa-border-subtle, #0b120e24)",
|
|
2743
2743
|
flexShrink: 0
|
|
2744
2744
|
},
|
|
2745
|
-
children:
|
|
2745
|
+
children: n ? /* @__PURE__ */ u(G, { children: [
|
|
2746
2746
|
/* @__PURE__ */ u(f, { style: { display: "flex", flexDirection: "row", gap: "8px", alignItems: "center", textWrap: "nowrap" }, children: [
|
|
2747
|
-
/* @__PURE__ */ e(
|
|
2747
|
+
/* @__PURE__ */ e(v, { children: "Rows Per Page: " }),
|
|
2748
2748
|
/* @__PURE__ */ e(
|
|
2749
2749
|
ft,
|
|
2750
2750
|
{
|
|
@@ -2762,7 +2762,7 @@ const Hr = (t, r) => {
|
|
|
2762
2762
|
defaultValue: d ? [{ label: `${d} per row`, value: d }] : [{ label: `${o} per row`, value: `${o}` }]
|
|
2763
2763
|
}
|
|
2764
2764
|
),
|
|
2765
|
-
/* @__PURE__ */ e(
|
|
2765
|
+
/* @__PURE__ */ e(v, { children: `${y}-${D} of ${(t == null ? void 0 : t.totalData) || 0}` })
|
|
2766
2766
|
] }),
|
|
2767
2767
|
/* @__PURE__ */ e(
|
|
2768
2768
|
sr,
|
|
@@ -2773,7 +2773,7 @@ const Hr = (t, r) => {
|
|
|
2773
2773
|
}
|
|
2774
2774
|
)
|
|
2775
2775
|
] }) : /* @__PURE__ */ e(
|
|
2776
|
-
|
|
2776
|
+
mi,
|
|
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 [
|
|
2785
|
+
}, pi = ({ filter: t, columnTitle: r }) => {
|
|
2786
|
+
const [i, o] = k(!1), n = ie(null), l = ie(null), s = ie(null), [a, h] = k(""), [d, g] = k({ top: 0, left: 0 }), m = t.selectedValues, y = he(() => a ? t.options.filter(
|
|
2787
2787
|
(x) => x.label.toLowerCase().includes(a.toLowerCase())
|
|
2788
2788
|
) : t.options, [t.options, a]);
|
|
2789
|
-
|
|
2790
|
-
if (
|
|
2791
|
-
const x = l.current.getBoundingClientRect(),
|
|
2789
|
+
Z(() => {
|
|
2790
|
+
if (i && l.current) {
|
|
2791
|
+
const x = l.current.getBoundingClientRect(), R = 280, j = {
|
|
2792
2792
|
top: x.bottom + 8
|
|
2793
2793
|
};
|
|
2794
|
-
t.position === "left" || x.left +
|
|
2794
|
+
t.position === "left" || x.left + R > window.innerWidth ? j.right = window.innerWidth - x.right : j.left = x.left, g(j);
|
|
2795
2795
|
}
|
|
2796
|
-
}, [
|
|
2797
|
-
|
|
2796
|
+
}, [i, t.position]), Z(() => {
|
|
2797
|
+
i && s.current ? setTimeout(() => {
|
|
2798
2798
|
var x;
|
|
2799
2799
|
return (x = s.current) == null ? void 0 : x.focus();
|
|
2800
2800
|
}, 50) : h("");
|
|
2801
|
-
}, [
|
|
2802
|
-
const x = (
|
|
2803
|
-
|
|
2801
|
+
}, [i]), Z(() => {
|
|
2802
|
+
const x = (R) => {
|
|
2803
|
+
n.current && !n.current.contains(R.target) && l.current && !l.current.contains(R.target) && o(!1);
|
|
2804
2804
|
};
|
|
2805
|
-
return
|
|
2806
|
-
}, [
|
|
2807
|
-
const
|
|
2808
|
-
const
|
|
2809
|
-
t.onFilterChange(
|
|
2805
|
+
return i && document.addEventListener("mousedown", x), () => document.removeEventListener("mousedown", x);
|
|
2806
|
+
}, [i]);
|
|
2807
|
+
const D = (x) => {
|
|
2808
|
+
const R = m.includes(x) ? m.filter((j) => j !== x) : [...m, x];
|
|
2809
|
+
t.onFilterChange(R);
|
|
2810
2810
|
}, E = () => t.onFilterChange([]);
|
|
2811
2811
|
return /* @__PURE__ */ u(f, { style: { position: "relative" }, children: [
|
|
2812
2812
|
/* @__PURE__ */ e(
|
|
@@ -2820,13 +2820,13 @@ const Hr = (t, r) => {
|
|
|
2820
2820
|
cursor: "pointer"
|
|
2821
2821
|
},
|
|
2822
2822
|
onClick: (x) => {
|
|
2823
|
-
var
|
|
2824
|
-
x.stopPropagation(),
|
|
2823
|
+
var R;
|
|
2824
|
+
x.stopPropagation(), i || (R = t.onOpen) == null || R.call(t), o((j) => !j);
|
|
2825
2825
|
},
|
|
2826
2826
|
children: /* @__PURE__ */ e(
|
|
2827
2827
|
w,
|
|
2828
2828
|
{
|
|
2829
|
-
name:
|
|
2829
|
+
name: i ? "ChevronUp" : "ChevronDown",
|
|
2830
2830
|
size: "sm",
|
|
2831
2831
|
style: {
|
|
2832
2832
|
color: m.length > 0 ? "var(--sa-color-brand-500, #1a4fa0)" : "var(--sa-text-subtle, #8c8f97)"
|
|
@@ -2835,10 +2835,10 @@ const Hr = (t, r) => {
|
|
|
2835
2835
|
)
|
|
2836
2836
|
}
|
|
2837
2837
|
),
|
|
2838
|
-
|
|
2838
|
+
i && /* @__PURE__ */ u(
|
|
2839
2839
|
f,
|
|
2840
2840
|
{
|
|
2841
|
-
ref:
|
|
2841
|
+
ref: n,
|
|
2842
2842
|
style: {
|
|
2843
2843
|
position: "fixed",
|
|
2844
2844
|
top: `${d.top}px`,
|
|
@@ -2869,12 +2869,12 @@ const Hr = (t, r) => {
|
|
|
2869
2869
|
borderBottom: "1px solid var(--sa-border-subtle, #0b120e24)"
|
|
2870
2870
|
},
|
|
2871
2871
|
children: [
|
|
2872
|
-
/* @__PURE__ */ u(
|
|
2872
|
+
/* @__PURE__ */ u(v, { fontSize: "sm", fontWeight: "semibold", color: "gray-700", children: [
|
|
2873
2873
|
"Filter ",
|
|
2874
2874
|
r
|
|
2875
2875
|
] }),
|
|
2876
2876
|
m.length > 0 && /* @__PURE__ */ e(f, { style: { cursor: "pointer" }, children: /* @__PURE__ */ e(
|
|
2877
|
-
|
|
2877
|
+
v,
|
|
2878
2878
|
{
|
|
2879
2879
|
fontSize: "xs",
|
|
2880
2880
|
color: "primary",
|
|
@@ -2944,7 +2944,7 @@ const Hr = (t, r) => {
|
|
|
2944
2944
|
}
|
|
2945
2945
|
),
|
|
2946
2946
|
/* @__PURE__ */ e(
|
|
2947
|
-
|
|
2947
|
+
v,
|
|
2948
2948
|
{
|
|
2949
2949
|
fontSize: "sm",
|
|
2950
2950
|
color: "gray-500",
|
|
@@ -2971,14 +2971,14 @@ const Hr = (t, r) => {
|
|
|
2971
2971
|
transition: "all 0.2s ease",
|
|
2972
2972
|
backgroundColor: m.includes(x.value) ? "var(--sa-color-brand-50, #e6edf6)" : "transparent"
|
|
2973
2973
|
},
|
|
2974
|
-
onClick: (
|
|
2975
|
-
|
|
2974
|
+
onClick: (R) => {
|
|
2975
|
+
R.stopPropagation(), D(x.value);
|
|
2976
2976
|
},
|
|
2977
|
-
onMouseEnter: (
|
|
2978
|
-
m.includes(x.value) || (
|
|
2977
|
+
onMouseEnter: (R) => {
|
|
2978
|
+
m.includes(x.value) || (R.currentTarget.style.backgroundColor = "var(--sa-background-primary, #ffffff)"), R.currentTarget.style.transform = "translateX(2px)";
|
|
2979
2979
|
},
|
|
2980
|
-
onMouseLeave: (
|
|
2981
|
-
|
|
2980
|
+
onMouseLeave: (R) => {
|
|
2981
|
+
R.currentTarget.style.backgroundColor = m.includes(x.value) ? "var(--sa-color-brand-50, #e6edf6)" : "transparent", R.currentTarget.style.transform = "translateX(0)";
|
|
2982
2982
|
},
|
|
2983
2983
|
children: [
|
|
2984
2984
|
/* @__PURE__ */ e(
|
|
@@ -2990,7 +2990,7 @@ const Hr = (t, r) => {
|
|
|
2990
2990
|
}
|
|
2991
2991
|
),
|
|
2992
2992
|
/* @__PURE__ */ e(
|
|
2993
|
-
|
|
2993
|
+
v,
|
|
2994
2994
|
{
|
|
2995
2995
|
fontSize: "sm",
|
|
2996
2996
|
fontWeight: m.includes(x.value) ? "medium" : "normal",
|
|
@@ -3022,7 +3022,7 @@ const Hr = (t, r) => {
|
|
|
3022
3022
|
}
|
|
3023
3023
|
),
|
|
3024
3024
|
/* @__PURE__ */ e(
|
|
3025
|
-
|
|
3025
|
+
v,
|
|
3026
3026
|
{
|
|
3027
3027
|
fontSize: "sm",
|
|
3028
3028
|
color: "gray-500",
|
|
@@ -3062,7 +3062,7 @@ const Hr = (t, r) => {
|
|
|
3062
3062
|
children: m.length
|
|
3063
3063
|
}
|
|
3064
3064
|
),
|
|
3065
|
-
/* @__PURE__ */ u(
|
|
3065
|
+
/* @__PURE__ */ u(v, { fontSize: "xs", color: "primary", fontWeight: "medium", children: [
|
|
3066
3066
|
"item",
|
|
3067
3067
|
m.length > 1 ? "s" : "",
|
|
3068
3068
|
" selected"
|
|
@@ -3074,10 +3074,10 @@ const Hr = (t, r) => {
|
|
|
3074
3074
|
}
|
|
3075
3075
|
)
|
|
3076
3076
|
] });
|
|
3077
|
-
},
|
|
3077
|
+
}, xi = ({
|
|
3078
3078
|
direction: t
|
|
3079
3079
|
}) => {
|
|
3080
|
-
const r = "var(--sa-text-primary, #292a2e)",
|
|
3080
|
+
const r = "var(--sa-text-primary, #292a2e)", i = "var(--sa-text-subtle, #8c8f97)";
|
|
3081
3081
|
return /* @__PURE__ */ u(
|
|
3082
3082
|
"span",
|
|
3083
3083
|
{
|
|
@@ -3097,7 +3097,7 @@ const Hr = (t, r) => {
|
|
|
3097
3097
|
width: "8",
|
|
3098
3098
|
height: "5",
|
|
3099
3099
|
viewBox: "0 0 8 5",
|
|
3100
|
-
style: { color: t === "asc" ? r :
|
|
3100
|
+
style: { color: t === "asc" ? r : i, opacity: t === "asc" ? 1 : 0.45, marginBottom: 1 },
|
|
3101
3101
|
children: /* @__PURE__ */ e("path", { d: "M4 0 L8 5 L0 5 Z", fill: "currentColor" })
|
|
3102
3102
|
}
|
|
3103
3103
|
),
|
|
@@ -3107,14 +3107,14 @@ const Hr = (t, r) => {
|
|
|
3107
3107
|
width: "8",
|
|
3108
3108
|
height: "5",
|
|
3109
3109
|
viewBox: "0 0 8 5",
|
|
3110
|
-
style: { color: t === "desc" ? r :
|
|
3110
|
+
style: { color: t === "desc" ? r : i, opacity: t === "desc" ? 1 : 0.45 },
|
|
3111
3111
|
children: /* @__PURE__ */ e("path", { d: "M0 0 L8 0 L4 5 Z", fill: "currentColor" })
|
|
3112
3112
|
}
|
|
3113
3113
|
)
|
|
3114
3114
|
]
|
|
3115
3115
|
}
|
|
3116
3116
|
);
|
|
3117
|
-
},
|
|
3117
|
+
}, Ci = ({ frozen: t }) => /* @__PURE__ */ u(
|
|
3118
3118
|
"svg",
|
|
3119
3119
|
{
|
|
3120
3120
|
width: "11",
|
|
@@ -3130,12 +3130,12 @@ 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
|
-
), ot = "var(--sa-background-primary, #ffffff)", Nt = "var(--sa-background-primary-inverse, #f8f8f8)",
|
|
3133
|
+
), ot = "var(--sa-background-primary, #ffffff)", Nt = "var(--sa-background-primary-inverse, #f8f8f8)", vi = ({
|
|
3134
3134
|
columns: t,
|
|
3135
3135
|
records: r,
|
|
3136
|
-
handleDetail:
|
|
3136
|
+
handleDetail: i,
|
|
3137
3137
|
handleUpdate: o,
|
|
3138
|
-
handleDelete:
|
|
3138
|
+
handleDelete: n,
|
|
3139
3139
|
isLoading: l,
|
|
3140
3140
|
visibleHandleDelete: s,
|
|
3141
3141
|
visibleHandleUpdate: a,
|
|
@@ -3144,17 +3144,17 @@ const Hr = (t, r) => {
|
|
|
3144
3144
|
scrollParentRef: g,
|
|
3145
3145
|
frozenCount: m = 0,
|
|
3146
3146
|
onFrozenCountChange: y,
|
|
3147
|
-
customActions:
|
|
3147
|
+
customActions: D,
|
|
3148
3148
|
actionsOrder: E = ["detail", "update", "delete", "custom"],
|
|
3149
3149
|
customEmptyState: x,
|
|
3150
|
-
enableColumnResize:
|
|
3151
|
-
defaultColumnWidths:
|
|
3150
|
+
enableColumnResize: R = !1,
|
|
3151
|
+
defaultColumnWidths: j,
|
|
3152
3152
|
onColumnWidthsChange: N,
|
|
3153
3153
|
defaultMinColumnWidth: q = 60,
|
|
3154
3154
|
sort: M,
|
|
3155
3155
|
defaultSort: ae,
|
|
3156
3156
|
onSortChange: J,
|
|
3157
|
-
showActionDivider:
|
|
3157
|
+
showActionDivider: I = !1
|
|
3158
3158
|
}) => {
|
|
3159
3159
|
const P = M !== void 0, [oe, le] = k(
|
|
3160
3160
|
ae ?? null
|
|
@@ -3166,19 +3166,19 @@ const Hr = (t, r) => {
|
|
|
3166
3166
|
if (!S) return;
|
|
3167
3167
|
let b;
|
|
3168
3168
|
!$ || $.key !== S ? b = { key: S, direction: "asc" } : $.direction === "asc" ? b = { key: S, direction: "desc" } : b = null, P || le(b), J == null || J(b);
|
|
3169
|
-
}, ee = [
|
|
3169
|
+
}, ee = [i, o, n].filter((C) => C !== void 0).length, X = !!D, V = !!i || !!o || !!n || X, z = "var(--sa-border-subtle, #0b120e24)", te = `1px solid ${z}`, fe = `inset 1px 0 0 ${z}`, ge = `inset -1px 0 0 ${z}`, We = ee === 3 ? X ? "178px" : "140px" : ee === 2 ? X ? "140px" : "102px" : ee === 1 ? X ? "112px" : "74px" : X ? "74px" : "", Ne = (C, S) => {
|
|
3170
3170
|
if (!S) return C;
|
|
3171
3171
|
if (typeof S == "function") return S(C);
|
|
3172
3172
|
if (typeof S == "string") return C[S];
|
|
3173
3173
|
}, [et, Te] = k(!1);
|
|
3174
|
-
|
|
3174
|
+
Z(() => {
|
|
3175
3175
|
if (!(g != null && g.current)) return;
|
|
3176
3176
|
const C = g.current;
|
|
3177
3177
|
Te(C.scrollHeight > C.clientHeight);
|
|
3178
3178
|
}, [r, g]);
|
|
3179
|
-
const Ae =
|
|
3180
|
-
() =>
|
|
3181
|
-
), Ee =
|
|
3179
|
+
const Ae = ie(null), [de, Oe] = k([]), [Ie, Fe] = k(
|
|
3180
|
+
() => j ?? {}
|
|
3181
|
+
), Ee = ie(null);
|
|
3182
3182
|
at(() => {
|
|
3183
3183
|
if (!m || !Ae.current) {
|
|
3184
3184
|
Oe([]);
|
|
@@ -3188,37 +3188,37 @@ const Hr = (t, r) => {
|
|
|
3188
3188
|
Ae.current.querySelectorAll("thead tr th")
|
|
3189
3189
|
), S = [];
|
|
3190
3190
|
let b = 0;
|
|
3191
|
-
C.forEach((W,
|
|
3192
|
-
S[
|
|
3191
|
+
C.forEach((W, H) => {
|
|
3192
|
+
S[H] = b, H < m && (b += W.offsetWidth);
|
|
3193
3193
|
}), Oe(S);
|
|
3194
|
-
}, [m, t, r,
|
|
3194
|
+
}, [m, t, r, Ie]);
|
|
3195
3195
|
const _e = (C) => {
|
|
3196
3196
|
y && y(C < m ? C : C + 1);
|
|
3197
3197
|
}, p = (C, S) => {
|
|
3198
|
-
const b =
|
|
3198
|
+
const b = Ie[C];
|
|
3199
3199
|
if (b !== void 0) {
|
|
3200
3200
|
const W = `${b}px`;
|
|
3201
3201
|
return { width: W, minWidth: W, maxWidth: W };
|
|
3202
3202
|
}
|
|
3203
3203
|
return S ? { width: S } : {};
|
|
3204
|
-
}, F = (C) =>
|
|
3204
|
+
}, F = (C) => R && (C.resizable ?? !0), L = (C, S) => {
|
|
3205
3205
|
C.preventDefault(), C.stopPropagation();
|
|
3206
3206
|
const b = C.currentTarget.closest("th");
|
|
3207
3207
|
if (!b) return;
|
|
3208
3208
|
const W = Math.round(b.getBoundingClientRect().width);
|
|
3209
3209
|
Ee.current = { colIndex: S, startX: C.clientX, startWidth: W };
|
|
3210
|
-
const
|
|
3210
|
+
const H = document.body.style.userSelect, ue = document.body.style.cursor;
|
|
3211
3211
|
document.body.style.userSelect = "none", document.body.style.cursor = "col-resize";
|
|
3212
|
-
const xe = (
|
|
3212
|
+
const xe = (De) => {
|
|
3213
3213
|
var Me;
|
|
3214
3214
|
const Ce = Ee.current;
|
|
3215
3215
|
if (!Ce) return;
|
|
3216
|
-
const
|
|
3216
|
+
const je = ((Me = t[Ce.colIndex]) == null ? void 0 : Me.minWidth) ?? q, He = Math.max(je, Ce.startWidth + (De.clientX - Ce.startX));
|
|
3217
3217
|
Fe(
|
|
3218
|
-
(tt) => tt[Ce.colIndex] ===
|
|
3218
|
+
(tt) => tt[Ce.colIndex] === He ? tt : { ...tt, [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 = ue, Ee.current = null, N && Fe((De) => (N(De), De));
|
|
3222
3222
|
};
|
|
3223
3223
|
document.addEventListener("mousemove", xe), document.addEventListener("mouseup", we);
|
|
3224
3224
|
};
|
|
@@ -3230,10 +3230,10 @@ const Hr = (t, r) => {
|
|
|
3230
3230
|
height: "40px",
|
|
3231
3231
|
whiteSpace: "nowrap"
|
|
3232
3232
|
},
|
|
3233
|
-
children: /* @__PURE__ */ u(
|
|
3233
|
+
children: /* @__PURE__ */ u(Ve, { children: [
|
|
3234
3234
|
t.map((C, S) => {
|
|
3235
|
-
var
|
|
3236
|
-
const b = m > 0 && S < m, W = de[S] ?? 0,
|
|
3235
|
+
var je, He;
|
|
3236
|
+
const b = m > 0 && S < m, W = de[S] ?? 0, H = F(C), xe = S === t.length - 1 && V && I, we = Q(C), De = !!C.sortable && !!we, Ce = De && ($ == null ? void 0 : $.key) === we ? $.direction : null;
|
|
3237
3237
|
return /* @__PURE__ */ u(
|
|
3238
3238
|
St,
|
|
3239
3239
|
{
|
|
@@ -3262,7 +3262,7 @@ const Hr = (t, r) => {
|
|
|
3262
3262
|
minWidth: 0
|
|
3263
3263
|
},
|
|
3264
3264
|
children: [
|
|
3265
|
-
|
|
3265
|
+
De ? /* @__PURE__ */ u(
|
|
3266
3266
|
"button",
|
|
3267
3267
|
{
|
|
3268
3268
|
type: "button",
|
|
@@ -3294,10 +3294,10 @@ const Hr = (t, r) => {
|
|
|
3294
3294
|
textOverflow: "ellipsis",
|
|
3295
3295
|
whiteSpace: "nowrap"
|
|
3296
3296
|
},
|
|
3297
|
-
children: C.title || ((
|
|
3297
|
+
children: C.title || ((je = C.accessor) == null ? void 0 : je.toString())
|
|
3298
3298
|
}
|
|
3299
3299
|
),
|
|
3300
|
-
/* @__PURE__ */ e(
|
|
3300
|
+
/* @__PURE__ */ e(xi, { direction: Ce })
|
|
3301
3301
|
]
|
|
3302
3302
|
}
|
|
3303
3303
|
) : /* @__PURE__ */ e(
|
|
@@ -3310,11 +3310,11 @@ const Hr = (t, r) => {
|
|
|
3310
3310
|
textOverflow: "ellipsis",
|
|
3311
3311
|
whiteSpace: "nowrap"
|
|
3312
3312
|
},
|
|
3313
|
-
children: C.title || ((
|
|
3313
|
+
children: C.title || ((He = C.accessor) == null ? void 0 : He.toString())
|
|
3314
3314
|
}
|
|
3315
3315
|
),
|
|
3316
3316
|
C.filter && /* @__PURE__ */ e(
|
|
3317
|
-
|
|
3317
|
+
pi,
|
|
3318
3318
|
{
|
|
3319
3319
|
filter: C.filter,
|
|
3320
3320
|
columnTitle: C.title
|
|
@@ -3337,13 +3337,13 @@ const Hr = (t, r) => {
|
|
|
3337
3337
|
opacity: b ? 1 : 0.45,
|
|
3338
3338
|
transition: "opacity 0.15s"
|
|
3339
3339
|
},
|
|
3340
|
-
children: /* @__PURE__ */ e(
|
|
3340
|
+
children: /* @__PURE__ */ e(Ci, { frozen: b })
|
|
3341
3341
|
}
|
|
3342
3342
|
)
|
|
3343
3343
|
]
|
|
3344
3344
|
}
|
|
3345
3345
|
),
|
|
3346
|
-
|
|
3346
|
+
H && /* @__PURE__ */ e(
|
|
3347
3347
|
"div",
|
|
3348
3348
|
{
|
|
3349
3349
|
onMouseDown: (Me) => L(Me, S),
|
|
@@ -3369,7 +3369,7 @@ const Hr = (t, r) => {
|
|
|
3369
3369
|
`table-head-${S}`
|
|
3370
3370
|
);
|
|
3371
3371
|
}),
|
|
3372
|
-
|
|
3372
|
+
V ? /* @__PURE__ */ e(
|
|
3373
3373
|
St,
|
|
3374
3374
|
{
|
|
3375
3375
|
style: {
|
|
@@ -3379,21 +3379,21 @@ const Hr = (t, r) => {
|
|
|
3379
3379
|
right: 0,
|
|
3380
3380
|
zIndex: 3,
|
|
3381
3381
|
borderBottom: d ? te : void 0,
|
|
3382
|
-
boxShadow: d &&
|
|
3382
|
+
boxShadow: d && I ? fe : void 0
|
|
3383
3383
|
}
|
|
3384
3384
|
}
|
|
3385
3385
|
) : null
|
|
3386
3386
|
] })
|
|
3387
3387
|
}
|
|
3388
3388
|
),
|
|
3389
|
-
/* @__PURE__ */ e(ur, { children: l ? /* @__PURE__ */ e(
|
|
3390
|
-
/* @__PURE__ */ e(
|
|
3391
|
-
/* @__PURE__ */ e(
|
|
3392
|
-
/* @__PURE__ */ e(
|
|
3393
|
-
/* @__PURE__ */ e(
|
|
3394
|
-
/* @__PURE__ */ e(
|
|
3395
|
-
] }) }) }) : !(r != null && r.length) && x ? /* @__PURE__ */ e(
|
|
3396
|
-
|
|
3389
|
+
/* @__PURE__ */ e(ur, { children: l ? /* @__PURE__ */ e(Ve, { children: /* @__PURE__ */ e(Se, { colSpan: t.length + 1, children: /* @__PURE__ */ u(f, { style: { gap: "16px" }, children: [
|
|
3390
|
+
/* @__PURE__ */ e(Re, { variant: "list" }),
|
|
3391
|
+
/* @__PURE__ */ e(Re, { variant: "list" }),
|
|
3392
|
+
/* @__PURE__ */ e(Re, { variant: "list" }),
|
|
3393
|
+
/* @__PURE__ */ e(Re, { variant: "list" }),
|
|
3394
|
+
/* @__PURE__ */ e(Re, { variant: "list" })
|
|
3395
|
+
] }) }) }) : !(r != null && r.length) && x ? /* @__PURE__ */ e(Ve, { children: /* @__PURE__ */ e(Se, { colSpan: t.length + 1, children: x }) }) : r == null ? void 0 : r.map((C, S) => /* @__PURE__ */ u(
|
|
3396
|
+
Ve,
|
|
3397
3397
|
{
|
|
3398
3398
|
style: {
|
|
3399
3399
|
transition: "background-color 0.3s ease",
|
|
@@ -3402,19 +3402,19 @@ const Hr = (t, r) => {
|
|
|
3402
3402
|
},
|
|
3403
3403
|
onMouseEnter: (b) => {
|
|
3404
3404
|
const W = b.currentTarget;
|
|
3405
|
-
W.style.backgroundColor = Nt, Array.from(W.querySelectorAll("td")).forEach((
|
|
3406
|
-
|
|
3405
|
+
W.style.backgroundColor = Nt, Array.from(W.querySelectorAll("td")).forEach((H) => {
|
|
3406
|
+
H.style.position === "sticky" && (H.style.backgroundColor = Nt);
|
|
3407
3407
|
});
|
|
3408
3408
|
},
|
|
3409
3409
|
onMouseLeave: (b) => {
|
|
3410
3410
|
const W = b.currentTarget;
|
|
3411
|
-
W.style.backgroundColor = "", Array.from(W.querySelectorAll("td")).forEach((
|
|
3412
|
-
|
|
3411
|
+
W.style.backgroundColor = "", Array.from(W.querySelectorAll("td")).forEach((H) => {
|
|
3412
|
+
H.style.position === "sticky" && (H.style.backgroundColor = ot);
|
|
3413
3413
|
});
|
|
3414
3414
|
},
|
|
3415
3415
|
children: [
|
|
3416
3416
|
t.map((b, W) => {
|
|
3417
|
-
const
|
|
3417
|
+
const H = b.render ? b.render(C, S, r) : Ne(C, b.accessor), ue = m > 0 && W < m, xe = de[W] ?? 0, we = Ie[W] !== void 0, De = ue && W === m - 1;
|
|
3418
3418
|
return /* @__PURE__ */ e(
|
|
3419
3419
|
Se,
|
|
3420
3420
|
{
|
|
@@ -3429,12 +3429,12 @@ const Hr = (t, r) => {
|
|
|
3429
3429
|
overflow: we ? "hidden" : void 0,
|
|
3430
3430
|
borderLeft: b.showBorderLeft ? te : void 0,
|
|
3431
3431
|
borderRight: b.showBorderRight ? te : void 0,
|
|
3432
|
-
boxShadow:
|
|
3432
|
+
boxShadow: De ? ge : void 0,
|
|
3433
3433
|
textAlign: b.textAlign === "text-right" ? "right" : b.textAlign === "text-center" ? "center" : "left",
|
|
3434
3434
|
...p(W, b.width)
|
|
3435
3435
|
},
|
|
3436
|
-
children: typeof
|
|
3437
|
-
|
|
3436
|
+
children: typeof H == "string" ? /* @__PURE__ */ e(
|
|
3437
|
+
v,
|
|
3438
3438
|
{
|
|
3439
3439
|
style: {
|
|
3440
3440
|
whiteSpace: "nowrap",
|
|
@@ -3442,30 +3442,30 @@ const Hr = (t, r) => {
|
|
|
3442
3442
|
textOverflow: "ellipsis",
|
|
3443
3443
|
textAlign: b.textAlign === "text-right" ? "right" : b.textAlign === "text-center" ? "center" : "left"
|
|
3444
3444
|
},
|
|
3445
|
-
children:
|
|
3445
|
+
children: H
|
|
3446
3446
|
}
|
|
3447
|
-
) :
|
|
3447
|
+
) : H
|
|
3448
3448
|
},
|
|
3449
3449
|
`row-${S}-col-${W}`
|
|
3450
3450
|
);
|
|
3451
3451
|
}),
|
|
3452
|
-
|
|
3452
|
+
V ? /* @__PURE__ */ e(Se, { style: {
|
|
3453
3453
|
width: We,
|
|
3454
3454
|
position: "sticky",
|
|
3455
3455
|
right: 0,
|
|
3456
3456
|
zIndex: 1,
|
|
3457
3457
|
backgroundColor: ot,
|
|
3458
|
-
boxShadow:
|
|
3458
|
+
boxShadow: I ? fe : void 0,
|
|
3459
3459
|
transition: "background-color 0.3s ease"
|
|
3460
3460
|
}, children: /* @__PURE__ */ e(U, { direction: "row", align: "center", justify: "center", gap: "sm", children: E.map((b) => {
|
|
3461
3461
|
const W = S === r.length - 1 ? "top" : "bottom";
|
|
3462
|
-
return b === "detail" &&
|
|
3462
|
+
return b === "detail" && i && (h == null ? void 0 : h(C)) !== !1 ? /* @__PURE__ */ e(me, { label: "Detail", position: W, children: /* @__PURE__ */ e(
|
|
3463
3463
|
T,
|
|
3464
3464
|
{
|
|
3465
3465
|
size: "xs",
|
|
3466
3466
|
variant: "outline",
|
|
3467
3467
|
tone: "neutral",
|
|
3468
|
-
onClick: () =>
|
|
3468
|
+
onClick: () => i(C.id, C),
|
|
3469
3469
|
iconLeft: /* @__PURE__ */ e(w, { name: "DocumentClean", size: "sm", style: { color: "var(--sa-text-subtle, #8c8f97)" } })
|
|
3470
3470
|
}
|
|
3471
3471
|
) }, "detail") : b === "update" && o && (a == null ? void 0 : a(C)) !== !1 ? /* @__PURE__ */ e(me, { label: "Update", position: W, children: /* @__PURE__ */ e(
|
|
@@ -3477,50 +3477,50 @@ const Hr = (t, r) => {
|
|
|
3477
3477
|
onClick: () => o(C),
|
|
3478
3478
|
iconLeft: /* @__PURE__ */ e(w, { name: "Edit1", size: "sm", style: { color: "var(--sa-text-subtle, #8c8f97)" } })
|
|
3479
3479
|
}
|
|
3480
|
-
) }, "update") : b === "delete" &&
|
|
3480
|
+
) }, "update") : b === "delete" && n && (s == null ? void 0 : s(C)) !== !1 ? /* @__PURE__ */ e(me, { label: "Delete", position: W, children: /* @__PURE__ */ e(
|
|
3481
3481
|
T,
|
|
3482
3482
|
{
|
|
3483
3483
|
size: "xs",
|
|
3484
3484
|
variant: "outline",
|
|
3485
3485
|
tone: "neutral",
|
|
3486
|
-
onClick: () =>
|
|
3486
|
+
onClick: () => n(C.id, C),
|
|
3487
3487
|
iconLeft: /* @__PURE__ */ e(w, { name: "Trash1", size: "sm", style: { color: "var(--sa-color-error-600, #c9184a)" } })
|
|
3488
3488
|
}
|
|
3489
|
-
) }, "delete") : b === "custom" ? /* @__PURE__ */ e(Ge.Fragment, { children:
|
|
3489
|
+
) }, "delete") : b === "custom" ? /* @__PURE__ */ e(Ge.Fragment, { children: D == null ? void 0 : D(C) }, "custom") : null;
|
|
3490
3490
|
}) }) }) : null
|
|
3491
3491
|
]
|
|
3492
3492
|
},
|
|
3493
3493
|
`${C}${S}`
|
|
3494
3494
|
)) })
|
|
3495
3495
|
] }) });
|
|
3496
|
-
},
|
|
3496
|
+
}, Di = ({
|
|
3497
3497
|
wrapperProps: t,
|
|
3498
3498
|
dataTableProps: r,
|
|
3499
|
-
headerProps:
|
|
3499
|
+
headerProps: i,
|
|
3500
3500
|
footerProps: o
|
|
3501
3501
|
}) => {
|
|
3502
3502
|
var m;
|
|
3503
|
-
const
|
|
3503
|
+
const n = ie(null), [l, s] = k(
|
|
3504
3504
|
(r == null ? void 0 : r.defaultFrozenCount) ?? 0
|
|
3505
|
-
), a = (
|
|
3505
|
+
), a = (i == null ? void 0 : i.show) ?? !0, h = ie(null), d = (m = r == null ? void 0 : r.pagination) == null ? void 0 : m.totalData;
|
|
3506
3506
|
typeof d == "number" && (h.current = d);
|
|
3507
3507
|
const g = (o == null ? void 0 : o.showFooter) ?? (d === void 0 ? h.current !== 0 : d !== 0);
|
|
3508
|
-
return /* @__PURE__ */ u(
|
|
3509
|
-
a && /* @__PURE__ */ e(
|
|
3508
|
+
return /* @__PURE__ */ u(fi, { ...t, children: [
|
|
3509
|
+
a && /* @__PURE__ */ e(gi, { ...i }),
|
|
3510
3510
|
/* @__PURE__ */ e(
|
|
3511
3511
|
f,
|
|
3512
3512
|
{
|
|
3513
|
-
ref:
|
|
3513
|
+
ref: n,
|
|
3514
3514
|
style: {
|
|
3515
3515
|
flex: 1,
|
|
3516
3516
|
overflowY: "auto",
|
|
3517
3517
|
overflowX: "auto"
|
|
3518
3518
|
},
|
|
3519
3519
|
children: r ? /* @__PURE__ */ e(
|
|
3520
|
-
|
|
3520
|
+
vi,
|
|
3521
3521
|
{
|
|
3522
3522
|
...r,
|
|
3523
|
-
scrollParentRef:
|
|
3523
|
+
scrollParentRef: n,
|
|
3524
3524
|
frozenCount: r != null && r.enableFreezeColumns ? l : 0,
|
|
3525
3525
|
onFrozenCountChange: r != null && r.enableFreezeColumns ? s : void 0
|
|
3526
3526
|
}
|
|
@@ -3528,7 +3528,7 @@ const Hr = (t, r) => {
|
|
|
3528
3528
|
}
|
|
3529
3529
|
),
|
|
3530
3530
|
g && /* @__PURE__ */ e(
|
|
3531
|
-
|
|
3531
|
+
yi,
|
|
3532
3532
|
{
|
|
3533
3533
|
pagination: r == null ? void 0 : r.pagination,
|
|
3534
3534
|
pageKey: r == null ? void 0 : r.pageKey,
|
|
@@ -3540,22 +3540,22 @@ const Hr = (t, r) => {
|
|
|
3540
3540
|
)
|
|
3541
3541
|
] });
|
|
3542
3542
|
};
|
|
3543
|
-
function
|
|
3543
|
+
function bi(t) {
|
|
3544
3544
|
return ce(
|
|
3545
3545
|
t
|
|
3546
3546
|
);
|
|
3547
3547
|
}
|
|
3548
|
-
const
|
|
3548
|
+
const Yn = bi(Di), Ct = ({
|
|
3549
3549
|
of: t,
|
|
3550
3550
|
render: r
|
|
3551
|
-
}) => yr.toArray(t == null ? void 0 : t.map((
|
|
3551
|
+
}) => yr.toArray(t == null ? void 0 : t.map((i, o, n) => r(i, o, n))), O = ({
|
|
3552
3552
|
condition: t,
|
|
3553
3553
|
fallback: r,
|
|
3554
|
-
children:
|
|
3554
|
+
children: i,
|
|
3555
3555
|
loading: o,
|
|
3556
|
-
isLoading:
|
|
3557
|
-
}) => /* @__PURE__ */ e(G, { children:
|
|
3558
|
-
|
|
3556
|
+
isLoading: n
|
|
3557
|
+
}) => /* @__PURE__ */ e(G, { children: n ? o : t ? i : r }), _ = (t) => /* @__PURE__ */ e(
|
|
3558
|
+
v,
|
|
3559
3559
|
{
|
|
3560
3560
|
...t,
|
|
3561
3561
|
fontFamily: "Poppins",
|
|
@@ -3564,26 +3564,26 @@ const Yi = wn(bn), Ct = ({
|
|
|
3564
3564
|
color: t.color || "gray-700",
|
|
3565
3565
|
children: t.children
|
|
3566
3566
|
}
|
|
3567
|
-
), be = (t) => /* @__PURE__ */ e(
|
|
3567
|
+
), be = (t) => /* @__PURE__ */ e(v, { color: "red-600", fontSize: "sm", children: t.message }), wi = ({
|
|
3568
3568
|
size: t = "md",
|
|
3569
3569
|
direction: r = "vertical",
|
|
3570
|
-
requiredTitle:
|
|
3570
|
+
requiredTitle: i = "(Required)",
|
|
3571
3571
|
fullWidth: o = !1,
|
|
3572
|
-
...
|
|
3572
|
+
...n
|
|
3573
3573
|
}) => {
|
|
3574
3574
|
var a, h, d;
|
|
3575
|
-
const l =
|
|
3575
|
+
const l = n.hideMessageError || !1, s = r === "horizontal" ? t === "sm" ? 342 : t === "lg" ? 400 : 342 : void 0;
|
|
3576
3576
|
return /* @__PURE__ */ u(
|
|
3577
3577
|
f,
|
|
3578
3578
|
{
|
|
3579
3579
|
gap: r === "horizontal" ? "spacing-96" : "sm",
|
|
3580
3580
|
direction: r === "horizontal" ? "row" : "column",
|
|
3581
|
-
...
|
|
3581
|
+
...n.containerProps,
|
|
3582
3582
|
children: [
|
|
3583
|
-
|
|
3583
|
+
n.title && /* @__PURE__ */ e(
|
|
3584
3584
|
O,
|
|
3585
3585
|
{
|
|
3586
|
-
condition: !!
|
|
3586
|
+
condition: !!n.inputProps.required,
|
|
3587
3587
|
fallback: /* @__PURE__ */ u(
|
|
3588
3588
|
f,
|
|
3589
3589
|
{
|
|
@@ -3591,8 +3591,8 @@ const Yi = wn(bn), Ct = ({
|
|
|
3591
3591
|
customMaxWidth: s,
|
|
3592
3592
|
fullWidth: o,
|
|
3593
3593
|
children: [
|
|
3594
|
-
/* @__PURE__ */ e(_, { children:
|
|
3595
|
-
/* @__PURE__ */ e(
|
|
3594
|
+
/* @__PURE__ */ e(_, { children: n.title }),
|
|
3595
|
+
/* @__PURE__ */ e(v, { fontSize: t, color: "gray-500", children: n.description })
|
|
3596
3596
|
]
|
|
3597
3597
|
}
|
|
3598
3598
|
),
|
|
@@ -3604,14 +3604,14 @@ const Yi = wn(bn), Ct = ({
|
|
|
3604
3604
|
fullWidth: o,
|
|
3605
3605
|
children: [
|
|
3606
3606
|
/* @__PURE__ */ u(U, { direction: "row", gap: "xs", align: "center", children: [
|
|
3607
|
-
/* @__PURE__ */ e(_, { fontSize: t, children:
|
|
3608
|
-
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children:
|
|
3609
|
-
/* @__PURE__ */ e(O, { condition: !!((a =
|
|
3607
|
+
/* @__PURE__ */ e(_, { fontSize: t, children: n.title }),
|
|
3608
|
+
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children: i }),
|
|
3609
|
+
/* @__PURE__ */ e(O, { condition: !!((a = n.tooltip) != null && a.label), children: /* @__PURE__ */ e(
|
|
3610
3610
|
me,
|
|
3611
3611
|
{
|
|
3612
|
-
label: (h =
|
|
3613
|
-
arrowPosition: (d =
|
|
3614
|
-
...
|
|
3612
|
+
label: (h = n.tooltip) == null ? void 0 : h.label,
|
|
3613
|
+
arrowPosition: (d = n.tooltip) == null ? void 0 : d.arrowPosition,
|
|
3614
|
+
...n.tooltip,
|
|
3615
3615
|
children: /* @__PURE__ */ e(
|
|
3616
3616
|
w,
|
|
3617
3617
|
{
|
|
@@ -3626,49 +3626,49 @@ const Yi = wn(bn), Ct = ({
|
|
|
3626
3626
|
}
|
|
3627
3627
|
) })
|
|
3628
3628
|
] }),
|
|
3629
|
-
/* @__PURE__ */ e(O, { condition: !!
|
|
3629
|
+
/* @__PURE__ */ e(O, { condition: !!n.description, children: /* @__PURE__ */ e(v, { fontSize: t, color: "gray-500", children: n.description }) })
|
|
3630
3630
|
]
|
|
3631
3631
|
}
|
|
3632
3632
|
)
|
|
3633
3633
|
}
|
|
3634
3634
|
),
|
|
3635
|
-
/* @__PURE__ */ u(f, { gap: "xs", fullWidth:
|
|
3635
|
+
/* @__PURE__ */ u(f, { gap: "xs", fullWidth: n.inputProps.fullWidth || !1, children: [
|
|
3636
3636
|
/* @__PURE__ */ e(
|
|
3637
3637
|
gt,
|
|
3638
3638
|
{
|
|
3639
|
-
ref:
|
|
3639
|
+
ref: n.inputRef,
|
|
3640
3640
|
size: t,
|
|
3641
|
-
...
|
|
3642
|
-
status:
|
|
3641
|
+
...n.inputProps,
|
|
3642
|
+
status: n.errorMessage ? "error" : "default",
|
|
3643
3643
|
fullWidth: !0
|
|
3644
3644
|
}
|
|
3645
3645
|
),
|
|
3646
|
-
!l &&
|
|
3647
|
-
|
|
3646
|
+
!l && n.errorMessage && /* @__PURE__ */ e(be, { message: n.errorMessage }),
|
|
3647
|
+
n.inputProps.extended && n.inputProps.extended
|
|
3648
3648
|
] })
|
|
3649
3649
|
]
|
|
3650
3650
|
}
|
|
3651
3651
|
);
|
|
3652
|
-
},
|
|
3652
|
+
}, ki = ({
|
|
3653
3653
|
size: t = "md",
|
|
3654
3654
|
direction: r = "vertical",
|
|
3655
|
-
requiredTitle:
|
|
3655
|
+
requiredTitle: i = "(Required)",
|
|
3656
3656
|
fullWidth: o = !1,
|
|
3657
|
-
...
|
|
3657
|
+
...n
|
|
3658
3658
|
}) => {
|
|
3659
3659
|
var a, h, d;
|
|
3660
|
-
const l =
|
|
3660
|
+
const l = n.hideMessageError || !1, s = r === "horizontal" ? t === "sm" ? 342 : t === "lg" ? 400 : 342 : void 0;
|
|
3661
3661
|
return /* @__PURE__ */ u(
|
|
3662
3662
|
f,
|
|
3663
3663
|
{
|
|
3664
3664
|
gap: r === "horizontal" ? "spacing-96" : "sm",
|
|
3665
3665
|
direction: r === "horizontal" ? "row" : "column",
|
|
3666
|
-
onClick:
|
|
3666
|
+
onClick: n.onClickContainer,
|
|
3667
3667
|
children: [
|
|
3668
|
-
|
|
3668
|
+
n.title && /* @__PURE__ */ e(
|
|
3669
3669
|
O,
|
|
3670
3670
|
{
|
|
3671
|
-
condition: !!
|
|
3671
|
+
condition: !!n.inputProps.required,
|
|
3672
3672
|
fallback: /* @__PURE__ */ u(
|
|
3673
3673
|
f,
|
|
3674
3674
|
{
|
|
@@ -3676,8 +3676,8 @@ const Yi = wn(bn), Ct = ({
|
|
|
3676
3676
|
customMaxWidth: s,
|
|
3677
3677
|
fullWidth: o,
|
|
3678
3678
|
children: [
|
|
3679
|
-
/* @__PURE__ */ e(_, { children:
|
|
3680
|
-
/* @__PURE__ */ e(
|
|
3679
|
+
/* @__PURE__ */ e(_, { children: n.title }),
|
|
3680
|
+
/* @__PURE__ */ e(v, { fontSize: t, color: "gray-500", children: n.description })
|
|
3681
3681
|
]
|
|
3682
3682
|
}
|
|
3683
3683
|
),
|
|
@@ -3689,14 +3689,14 @@ const Yi = wn(bn), Ct = ({
|
|
|
3689
3689
|
fullWidth: o,
|
|
3690
3690
|
children: [
|
|
3691
3691
|
/* @__PURE__ */ u(U, { direction: "row", gap: "xs", align: "center", children: [
|
|
3692
|
-
/* @__PURE__ */ e(_, { fontSize: t, children:
|
|
3693
|
-
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children:
|
|
3694
|
-
/* @__PURE__ */ e(O, { condition: !!((a =
|
|
3692
|
+
/* @__PURE__ */ e(_, { fontSize: t, children: n.title }),
|
|
3693
|
+
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children: i }),
|
|
3694
|
+
/* @__PURE__ */ e(O, { condition: !!((a = n.tooltip) != null && a.label), children: /* @__PURE__ */ e(
|
|
3695
3695
|
me,
|
|
3696
3696
|
{
|
|
3697
|
-
label: (h =
|
|
3698
|
-
arrowPosition: (d =
|
|
3699
|
-
...
|
|
3697
|
+
label: (h = n.tooltip) == null ? void 0 : h.label,
|
|
3698
|
+
arrowPosition: (d = n.tooltip) == null ? void 0 : d.arrowPosition,
|
|
3699
|
+
...n.tooltip,
|
|
3700
3700
|
children: /* @__PURE__ */ e(
|
|
3701
3701
|
w,
|
|
3702
3702
|
{
|
|
@@ -3711,45 +3711,45 @@ const Yi = wn(bn), Ct = ({
|
|
|
3711
3711
|
}
|
|
3712
3712
|
) })
|
|
3713
3713
|
] }),
|
|
3714
|
-
/* @__PURE__ */ e(O, { condition: !!
|
|
3714
|
+
/* @__PURE__ */ e(O, { condition: !!n.description, children: /* @__PURE__ */ e(v, { fontSize: t, color: "gray-500", children: n.description }) })
|
|
3715
3715
|
]
|
|
3716
3716
|
}
|
|
3717
3717
|
)
|
|
3718
3718
|
}
|
|
3719
3719
|
),
|
|
3720
|
-
/* @__PURE__ */ u(f, { gap: "xs", fullWidth:
|
|
3720
|
+
/* @__PURE__ */ u(f, { gap: "xs", fullWidth: n.inputProps.fullWidth || !1, children: [
|
|
3721
3721
|
/* @__PURE__ */ e(
|
|
3722
3722
|
f,
|
|
3723
3723
|
{
|
|
3724
3724
|
style: {
|
|
3725
|
-
width:
|
|
3725
|
+
width: n.inputProps.fullWidth ? "100%" : r === "horizontal" && n.customWidth ? n.customWidth : r === "horizontal" ? "343px" : ""
|
|
3726
3726
|
},
|
|
3727
3727
|
children: /* @__PURE__ */ e(
|
|
3728
3728
|
ft,
|
|
3729
3729
|
{
|
|
3730
3730
|
size: t,
|
|
3731
|
-
...
|
|
3732
|
-
error: !!
|
|
3731
|
+
...n.inputProps,
|
|
3732
|
+
error: !!n.errorMessage
|
|
3733
3733
|
}
|
|
3734
3734
|
)
|
|
3735
3735
|
}
|
|
3736
3736
|
),
|
|
3737
|
-
!l &&
|
|
3738
|
-
|
|
3737
|
+
!l && n.errorMessage && /* @__PURE__ */ e(be, { message: n.errorMessage }),
|
|
3738
|
+
n.inputProps.extended && n.inputProps.extended
|
|
3739
3739
|
] })
|
|
3740
3740
|
]
|
|
3741
3741
|
}
|
|
3742
3742
|
);
|
|
3743
|
-
},
|
|
3743
|
+
}, Si = (t, r) => typeof t == "string" && t || r === "error" ? "var(--sa-text-error, #a4133c)" : "var(--sa-text-disable, #181a198f)", Fi = (t) => {
|
|
3744
3744
|
var a;
|
|
3745
|
-
const [r,
|
|
3745
|
+
const [r, i] = k(!1), o = (h) => {
|
|
3746
3746
|
h.preventDefault(), h.stopPropagation();
|
|
3747
|
-
},
|
|
3747
|
+
}, n = (h) => {
|
|
3748
3748
|
h.preventDefault(), h.stopPropagation(), h.dataTransfer && t.handleOnFileChange(h.dataTransfer.files.item(0));
|
|
3749
3749
|
}, l = (h) => {
|
|
3750
|
-
h.preventDefault(),
|
|
3750
|
+
h.preventDefault(), i(!0);
|
|
3751
3751
|
}, s = (h) => {
|
|
3752
|
-
h.preventDefault(),
|
|
3752
|
+
h.preventDefault(), i(!1);
|
|
3753
3753
|
};
|
|
3754
3754
|
return /* @__PURE__ */ u(
|
|
3755
3755
|
f,
|
|
@@ -3761,13 +3761,13 @@ const Yi = wn(bn), Ct = ({
|
|
|
3761
3761
|
align: "center",
|
|
3762
3762
|
onClick: t.handleOnClick,
|
|
3763
3763
|
onDragOver: o,
|
|
3764
|
-
onDrop:
|
|
3764
|
+
onDrop: n,
|
|
3765
3765
|
onDragEnter: l,
|
|
3766
3766
|
onDragLeave: s,
|
|
3767
3767
|
paddingBlock: "md",
|
|
3768
3768
|
borderRadius: "rounded-md",
|
|
3769
3769
|
style: {
|
|
3770
|
-
border: r ? "1px solid var(--sa-text-info, #0073ab)" : `1px solid ${
|
|
3770
|
+
border: r ? "1px solid var(--sa-text-info, #0073ab)" : `1px solid ${Si(t.errorMessage, t.status)}`
|
|
3771
3771
|
},
|
|
3772
3772
|
children: [
|
|
3773
3773
|
/* @__PURE__ */ e(
|
|
@@ -3784,7 +3784,7 @@ const Yi = wn(bn), Ct = ({
|
|
|
3784
3784
|
/* @__PURE__ */ u(U, { direction: "column", gap: "xs", children: [
|
|
3785
3785
|
/* @__PURE__ */ u(U, { direction: "row", gap: "xs", children: [
|
|
3786
3786
|
/* @__PURE__ */ e(
|
|
3787
|
-
|
|
3787
|
+
v,
|
|
3788
3788
|
{
|
|
3789
3789
|
fontWeight: "medium",
|
|
3790
3790
|
color: "gray-500",
|
|
@@ -3794,7 +3794,7 @@ const Yi = wn(bn), Ct = ({
|
|
|
3794
3794
|
}
|
|
3795
3795
|
),
|
|
3796
3796
|
/* @__PURE__ */ e(
|
|
3797
|
-
|
|
3797
|
+
v,
|
|
3798
3798
|
{
|
|
3799
3799
|
fontWeight: "medium",
|
|
3800
3800
|
style: { textWrap: "nowrap" },
|
|
@@ -3803,23 +3803,23 @@ const Yi = wn(bn), Ct = ({
|
|
|
3803
3803
|
}
|
|
3804
3804
|
)
|
|
3805
3805
|
] }),
|
|
3806
|
-
/* @__PURE__ */ e(
|
|
3806
|
+
/* @__PURE__ */ e(v, { fontSize: "sm", color: "gray-500", children: (a = t.fileSupports) == null ? void 0 : a.map((h) => h.toLocaleUpperCase()).join(", ") })
|
|
3807
3807
|
] })
|
|
3808
3808
|
]
|
|
3809
3809
|
}
|
|
3810
3810
|
);
|
|
3811
3811
|
};
|
|
3812
|
-
function
|
|
3812
|
+
function Xn(t) {
|
|
3813
3813
|
return t.split(" ").map((r) => r[0]).join("").slice(0, 2).toUpperCase();
|
|
3814
3814
|
}
|
|
3815
|
-
const
|
|
3815
|
+
const Ei = (t) => {
|
|
3816
3816
|
const r = {
|
|
3817
3817
|
day: "2-digit",
|
|
3818
3818
|
month: "short",
|
|
3819
3819
|
year: "numeric"
|
|
3820
3820
|
};
|
|
3821
3821
|
return t.toLocaleDateString("id-ID", r);
|
|
3822
|
-
},
|
|
3822
|
+
}, Kn = (t) => {
|
|
3823
3823
|
const r = {
|
|
3824
3824
|
Jan: 0,
|
|
3825
3825
|
Feb: 1,
|
|
@@ -3833,19 +3833,19 @@ const Mn = (t) => {
|
|
|
3833
3833
|
Okt: 9,
|
|
3834
3834
|
Nov: 10,
|
|
3835
3835
|
Des: 11
|
|
3836
|
-
},
|
|
3837
|
-
if (
|
|
3836
|
+
}, i = t.split(" ");
|
|
3837
|
+
if (i.length !== 3)
|
|
3838
3838
|
return null;
|
|
3839
|
-
const o = parseInt(
|
|
3840
|
-
return isNaN(o) || isNaN(
|
|
3839
|
+
const o = parseInt(i[0], 10), n = r[i[1]], l = parseInt(i[2], 10);
|
|
3840
|
+
return isNaN(o) || isNaN(n) || isNaN(l) ? null : new Date(l, n, o);
|
|
3841
3841
|
};
|
|
3842
3842
|
function eo(t, r = !0) {
|
|
3843
3843
|
if (!t)
|
|
3844
3844
|
return "Rp 0";
|
|
3845
|
-
const
|
|
3846
|
-
if (isNaN(Number(
|
|
3845
|
+
const i = typeof t == "number" ? t.toString() : t;
|
|
3846
|
+
if (isNaN(Number(i)))
|
|
3847
3847
|
return "Rp 0";
|
|
3848
|
-
const o =
|
|
3848
|
+
const o = i.split("."), n = o[0].replace(/\B(?=(\d{3})+(?!\d))/g, "."), l = o.length === 2 ? n + "." + o[1] : n;
|
|
3849
3849
|
return r ? "Rp" + l : l;
|
|
3850
3850
|
}
|
|
3851
3851
|
String.prototype.toTitleCase = function() {
|
|
@@ -3856,17 +3856,17 @@ String.prototype.toNumber = function() {
|
|
|
3856
3856
|
};
|
|
3857
3857
|
const to = (t) => {
|
|
3858
3858
|
const r = t.split(" ");
|
|
3859
|
-
let
|
|
3860
|
-
return r.length > 1 && (
|
|
3859
|
+
let i = r[0].charAt(0);
|
|
3860
|
+
return r.length > 1 && (i += "" + r[1].charAt(0)), i.toUpperCase();
|
|
3861
3861
|
};
|
|
3862
3862
|
function ro(t) {
|
|
3863
3863
|
const r = typeof t == "string" ? new Date(t) : t;
|
|
3864
3864
|
if (isNaN(r.getTime()))
|
|
3865
3865
|
throw new Error("Invalid date format");
|
|
3866
|
-
const
|
|
3867
|
-
return `${
|
|
3866
|
+
const i = r.getFullYear(), o = String(r.getMonth() + 1).padStart(2, "0"), n = String(r.getDate()).padStart(2, "0");
|
|
3867
|
+
return `${i}-${o}-${n}`;
|
|
3868
3868
|
}
|
|
3869
|
-
const
|
|
3869
|
+
const Mi = "sa-admin", ye = (t) => `var(--${Mi}-${t})`, io = {
|
|
3870
3870
|
base: {
|
|
3871
3871
|
borderColor: ye("base-border-color"),
|
|
3872
3872
|
textColor: ye("base-text-color"),
|
|
@@ -3884,12 +3884,12 @@ const Ln = "sa-admin", ye = (t) => `var(--${Ln}-${t})`, no = {
|
|
|
3884
3884
|
collapseWidth: ye("sidebar-collapse-width"),
|
|
3885
3885
|
collapseV2Width: ye("sidebar-v2-collapse-width")
|
|
3886
3886
|
}
|
|
3887
|
-
},
|
|
3887
|
+
}, no = 24 * 60 * 60 * 1e3, oo = (t) => {
|
|
3888
3888
|
const r = "14px poppins", o = document.createElement("canvas").getContext("2d");
|
|
3889
3889
|
o.font = r;
|
|
3890
|
-
const
|
|
3891
|
-
return Number(Math.ceil(
|
|
3892
|
-
},
|
|
3890
|
+
const n = o.measureText(t).width;
|
|
3891
|
+
return Number(Math.ceil(n));
|
|
3892
|
+
}, Li = /^[^\s@]+@[^\s@]+\.[^\s@]+$/, Bi = /--+/, Wi = /-$/;
|
|
3893
3893
|
function lo(t, r) {
|
|
3894
3894
|
return JSON.stringify(t) !== JSON.stringify(r);
|
|
3895
3895
|
}
|
|
@@ -3900,7 +3900,7 @@ function ao(t) {
|
|
|
3900
3900
|
return /^[A-Za-z\s]+$/.test(t);
|
|
3901
3901
|
}
|
|
3902
3902
|
const so = (t) => {
|
|
3903
|
-
const r = /^[0-9]$/,
|
|
3903
|
+
const r = /^[0-9]$/, i = [
|
|
3904
3904
|
"ArrowLeft",
|
|
3905
3905
|
"ArrowRight",
|
|
3906
3906
|
"ArrowUp",
|
|
@@ -3910,9 +3910,9 @@ const so = (t) => {
|
|
|
3910
3910
|
"Enter",
|
|
3911
3911
|
"Tab"
|
|
3912
3912
|
];
|
|
3913
|
-
(t.ctrlKey || t.metaKey) && (t.key === "a" || t.key === "c" || t.key === "v") || !r.test(t.key) && !
|
|
3913
|
+
(t.ctrlKey || t.metaKey) && (t.key === "a" || t.key === "c" || t.key === "v") || !r.test(t.key) && !i.includes(t.key) && t.preventDefault();
|
|
3914
3914
|
}, uo = (t) => {
|
|
3915
|
-
const r = /^[0-9]$/,
|
|
3915
|
+
const r = /^[0-9]$/, i = [
|
|
3916
3916
|
"ArrowLeft",
|
|
3917
3917
|
"ArrowRight",
|
|
3918
3918
|
"ArrowUp",
|
|
@@ -3922,9 +3922,9 @@ const so = (t) => {
|
|
|
3922
3922
|
"Enter",
|
|
3923
3923
|
"Tab"
|
|
3924
3924
|
];
|
|
3925
|
-
(t.ctrlKey || t.metaKey) && t.key === "v" || r.test(t.key) && !
|
|
3925
|
+
(t.ctrlKey || t.metaKey) && t.key === "v" || r.test(t.key) && !i.includes(t.key) && t.preventDefault();
|
|
3926
3926
|
}, ho = (t) => {
|
|
3927
|
-
const r = /^[0-9.]$/,
|
|
3927
|
+
const r = /^[0-9.]$/, i = [
|
|
3928
3928
|
"ArrowLeft",
|
|
3929
3929
|
"ArrowRight",
|
|
3930
3930
|
"ArrowUp",
|
|
@@ -3934,10 +3934,10 @@ const so = (t) => {
|
|
|
3934
3934
|
"Enter",
|
|
3935
3935
|
"Tab"
|
|
3936
3936
|
];
|
|
3937
|
-
(t.ctrlKey || t.metaKey) && t.key === "v" || !r.test(t.key) && !
|
|
3938
|
-
}, fo = (t) =>
|
|
3937
|
+
(t.ctrlKey || t.metaKey) && t.key === "v" || !r.test(t.key) && !i.includes(t.key) && t.preventDefault();
|
|
3938
|
+
}, fo = (t) => Li.test(t);
|
|
3939
3939
|
function go(t) {
|
|
3940
|
-
return !(
|
|
3940
|
+
return !(Bi.test(t) || Wi.test(t));
|
|
3941
3941
|
}
|
|
3942
3942
|
const mo = (t) => {
|
|
3943
3943
|
const r = [
|
|
@@ -3954,33 +3954,33 @@ const mo = (t) => {
|
|
|
3954
3954
|
];
|
|
3955
3955
|
if ((t.ctrlKey || t.metaKey) && ["a", "c", "v", "x"].includes(t.key.toLowerCase()))
|
|
3956
3956
|
return;
|
|
3957
|
-
const
|
|
3958
|
-
/^[0-9]$/.test(t.key) || t.key === "." && !
|
|
3957
|
+
const i = t.currentTarget.value;
|
|
3958
|
+
/^[0-9]$/.test(t.key) || t.key === "." && !i.includes(".") || t.key === "-" && i.length === 0 && !i.includes("-") || r.includes(t.key) || t.preventDefault();
|
|
3959
3959
|
}, yo = (t) => {
|
|
3960
3960
|
const r = document.getElementById(t);
|
|
3961
3961
|
if (r) {
|
|
3962
|
-
const
|
|
3962
|
+
const i = r.getBoundingClientRect(), o = window.scrollY + i.top - 80;
|
|
3963
3963
|
window.scrollTo({
|
|
3964
3964
|
top: o,
|
|
3965
3965
|
behavior: "smooth"
|
|
3966
3966
|
});
|
|
3967
3967
|
}
|
|
3968
3968
|
};
|
|
3969
|
-
function
|
|
3969
|
+
function Ai(t) {
|
|
3970
3970
|
const r = t.toLowerCase();
|
|
3971
3971
|
if (["kb", "mb", "gb"].find((l) => r.endsWith(l)))
|
|
3972
3972
|
return t;
|
|
3973
|
-
const
|
|
3974
|
-
if (isNaN(
|
|
3973
|
+
const n = Number(t);
|
|
3974
|
+
if (isNaN(n))
|
|
3975
3975
|
throw new Error("Invalid size format");
|
|
3976
|
-
return
|
|
3976
|
+
return n >= 1e6 ? `${(n / 1e6).toFixed(2)}MB` : n >= 1e3 ? `${(n / 1e3).toFixed(2)}KB` : `${n}B`;
|
|
3977
3977
|
}
|
|
3978
|
-
function
|
|
3978
|
+
function Ii(t) {
|
|
3979
3979
|
const r = t.split("/");
|
|
3980
3980
|
return r[r.length - 1];
|
|
3981
3981
|
}
|
|
3982
|
-
const
|
|
3983
|
-
var r,
|
|
3982
|
+
const Hi = (t) => {
|
|
3983
|
+
var r, i;
|
|
3984
3984
|
return /* @__PURE__ */ u(
|
|
3985
3985
|
f,
|
|
3986
3986
|
{
|
|
@@ -4015,7 +4015,7 @@ const Vn = (t) => {
|
|
|
4015
4015
|
),
|
|
4016
4016
|
/* @__PURE__ */ u(U, { direction: "column", children: [
|
|
4017
4017
|
/* @__PURE__ */ e(
|
|
4018
|
-
|
|
4018
|
+
v,
|
|
4019
4019
|
{
|
|
4020
4020
|
fontWeight: "bold",
|
|
4021
4021
|
style: {
|
|
@@ -4024,23 +4024,23 @@ const Vn = (t) => {
|
|
|
4024
4024
|
whiteSpace: "nowrap",
|
|
4025
4025
|
overflow: "hidden"
|
|
4026
4026
|
},
|
|
4027
|
-
children:
|
|
4027
|
+
children: Ii(t.defaultUrl || "") || ((r = t.fileSelected) == null ? void 0 : r.name)
|
|
4028
4028
|
}
|
|
4029
4029
|
),
|
|
4030
4030
|
!t.defaultUrl && /* @__PURE__ */ u(U, { direction: "row", gap: "xs", align: "center", children: [
|
|
4031
|
-
/* @__PURE__ */ e(
|
|
4032
|
-
((
|
|
4031
|
+
/* @__PURE__ */ e(v, { fontSize: "sm", fontWeight: "medium", children: `${Ai(
|
|
4032
|
+
((i = t.fileSelected) == null ? void 0 : i.size.toString()) || "100000"
|
|
4033
4033
|
)}` }),
|
|
4034
4034
|
/* @__PURE__ */ e(w, { name: "Dot", size: "xs" }),
|
|
4035
4035
|
/* @__PURE__ */ e(
|
|
4036
|
-
|
|
4036
|
+
v,
|
|
4037
4037
|
{
|
|
4038
4038
|
fontSize: "sm",
|
|
4039
4039
|
fontWeight: "medium",
|
|
4040
4040
|
style: {
|
|
4041
4041
|
textWrap: "nowrap"
|
|
4042
4042
|
},
|
|
4043
|
-
children: t.fileDate ? t.fileDate :
|
|
4043
|
+
children: t.fileDate ? t.fileDate : Ei(/* @__PURE__ */ new Date())
|
|
4044
4044
|
}
|
|
4045
4045
|
)
|
|
4046
4046
|
] })
|
|
@@ -4069,22 +4069,22 @@ const Vn = (t) => {
|
|
|
4069
4069
|
]
|
|
4070
4070
|
}
|
|
4071
4071
|
);
|
|
4072
|
-
},
|
|
4072
|
+
}, Ri = ({ status: t = "default", ...r }) => {
|
|
4073
4073
|
var l;
|
|
4074
|
-
const
|
|
4074
|
+
const i = ie(null), o = () => {
|
|
4075
4075
|
if (r.defaultUrl) {
|
|
4076
4076
|
window.open(r.defaultUrl);
|
|
4077
4077
|
return;
|
|
4078
4078
|
}
|
|
4079
|
-
|
|
4080
|
-
},
|
|
4079
|
+
i.current && i.current.click();
|
|
4080
|
+
}, n = ne("md");
|
|
4081
4081
|
return /* @__PURE__ */ u(G, { children: [
|
|
4082
4082
|
/* @__PURE__ */ e(
|
|
4083
4083
|
"input",
|
|
4084
4084
|
{
|
|
4085
4085
|
type: "file",
|
|
4086
4086
|
style: { display: "none" },
|
|
4087
|
-
ref:
|
|
4087
|
+
ref: i,
|
|
4088
4088
|
onChange: (s) => {
|
|
4089
4089
|
var a;
|
|
4090
4090
|
return r.handleOnChangeFile(((a = s.target.files) == null ? void 0 : a.item(0)) || null);
|
|
@@ -4106,7 +4106,7 @@ const Vn = (t) => {
|
|
|
4106
4106
|
...r.containerProps,
|
|
4107
4107
|
children: [
|
|
4108
4108
|
(r.fileSelected || r.defaultUrl) && /* @__PURE__ */ e(
|
|
4109
|
-
|
|
4109
|
+
Hi,
|
|
4110
4110
|
{
|
|
4111
4111
|
fileSelected: r.fileSelected,
|
|
4112
4112
|
fileDate: r.fileDate,
|
|
@@ -4116,10 +4116,10 @@ const Vn = (t) => {
|
|
|
4116
4116
|
}
|
|
4117
4117
|
),
|
|
4118
4118
|
!r.fileSelected && !r.defaultUrl && /* @__PURE__ */ e(
|
|
4119
|
-
|
|
4119
|
+
Fi,
|
|
4120
4120
|
{
|
|
4121
4121
|
fileSupports: r.fileSupportOption,
|
|
4122
|
-
isDesktop:
|
|
4122
|
+
isDesktop: n,
|
|
4123
4123
|
errorMessage: r.errorMessage,
|
|
4124
4124
|
status: t,
|
|
4125
4125
|
handleOnClick: o,
|
|
@@ -4129,28 +4129,28 @@ const Vn = (t) => {
|
|
|
4129
4129
|
]
|
|
4130
4130
|
}
|
|
4131
4131
|
),
|
|
4132
|
-
typeof r.errorMessage == "string" && r.errorMessage && /* @__PURE__ */ e(
|
|
4132
|
+
typeof r.errorMessage == "string" && r.errorMessage && /* @__PURE__ */ e(v, { color: "error", fontSize: "xs", children: r.errorMessage })
|
|
4133
4133
|
] });
|
|
4134
|
-
},
|
|
4134
|
+
}, Vi = ({
|
|
4135
4135
|
size: t = "md",
|
|
4136
4136
|
direction: r = "vertical",
|
|
4137
|
-
requiredTitle:
|
|
4137
|
+
requiredTitle: i = "(Required)",
|
|
4138
4138
|
fullWidth: o = !1,
|
|
4139
|
-
...
|
|
4139
|
+
...n
|
|
4140
4140
|
}) => {
|
|
4141
4141
|
var a, h, d;
|
|
4142
|
-
const l =
|
|
4142
|
+
const l = n.hideMessageError || !1, s = r === "horizontal" ? t === "sm" ? 342 : t === "lg" ? 400 : 342 : void 0;
|
|
4143
4143
|
return /* @__PURE__ */ u(
|
|
4144
4144
|
f,
|
|
4145
4145
|
{
|
|
4146
4146
|
gap: r === "horizontal" ? "spacing-96" : "sm",
|
|
4147
4147
|
direction: r === "horizontal" ? "row" : "column",
|
|
4148
|
-
...
|
|
4148
|
+
...n.containerProps,
|
|
4149
4149
|
children: [
|
|
4150
|
-
|
|
4150
|
+
n.title && /* @__PURE__ */ e(
|
|
4151
4151
|
O,
|
|
4152
4152
|
{
|
|
4153
|
-
condition: !!
|
|
4153
|
+
condition: !!n.inputProps.required,
|
|
4154
4154
|
fallback: /* @__PURE__ */ u(
|
|
4155
4155
|
f,
|
|
4156
4156
|
{
|
|
@@ -4158,8 +4158,8 @@ const Vn = (t) => {
|
|
|
4158
4158
|
customMaxWidth: s,
|
|
4159
4159
|
fullWidth: o,
|
|
4160
4160
|
children: [
|
|
4161
|
-
/* @__PURE__ */ e(_, { children:
|
|
4162
|
-
/* @__PURE__ */ e(
|
|
4161
|
+
/* @__PURE__ */ e(_, { children: n.title }),
|
|
4162
|
+
/* @__PURE__ */ e(v, { fontSize: t, color: "gray-500", children: n.description })
|
|
4163
4163
|
]
|
|
4164
4164
|
}
|
|
4165
4165
|
),
|
|
@@ -4171,14 +4171,14 @@ const Vn = (t) => {
|
|
|
4171
4171
|
fullWidth: o,
|
|
4172
4172
|
children: [
|
|
4173
4173
|
/* @__PURE__ */ u(U, { direction: "row", gap: "xs", align: "center", children: [
|
|
4174
|
-
/* @__PURE__ */ e(_, { fontSize: t, children:
|
|
4175
|
-
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children:
|
|
4176
|
-
/* @__PURE__ */ e(O, { condition: !!((a =
|
|
4174
|
+
/* @__PURE__ */ e(_, { fontSize: t, children: n.title }),
|
|
4175
|
+
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children: i }),
|
|
4176
|
+
/* @__PURE__ */ e(O, { condition: !!((a = n.tooltip) != null && a.label), children: /* @__PURE__ */ e(
|
|
4177
4177
|
me,
|
|
4178
4178
|
{
|
|
4179
|
-
label: (h =
|
|
4180
|
-
arrowPosition: (d =
|
|
4181
|
-
...
|
|
4179
|
+
label: (h = n.tooltip) == null ? void 0 : h.label,
|
|
4180
|
+
arrowPosition: (d = n.tooltip) == null ? void 0 : d.arrowPosition,
|
|
4181
|
+
...n.tooltip,
|
|
4182
4182
|
children: /* @__PURE__ */ e(
|
|
4183
4183
|
w,
|
|
4184
4184
|
{
|
|
@@ -4193,7 +4193,7 @@ const Vn = (t) => {
|
|
|
4193
4193
|
}
|
|
4194
4194
|
) })
|
|
4195
4195
|
] }),
|
|
4196
|
-
/* @__PURE__ */ e(O, { condition: !!
|
|
4196
|
+
/* @__PURE__ */ e(O, { condition: !!n.description, children: /* @__PURE__ */ e(v, { fontSize: t, color: "gray-500", children: n.description }) })
|
|
4197
4197
|
]
|
|
4198
4198
|
}
|
|
4199
4199
|
)
|
|
@@ -4201,23 +4201,23 @@ const Vn = (t) => {
|
|
|
4201
4201
|
),
|
|
4202
4202
|
/* @__PURE__ */ u(U, { direction: "column", gap: "xs", children: [
|
|
4203
4203
|
/* @__PURE__ */ e(
|
|
4204
|
-
|
|
4204
|
+
Ri,
|
|
4205
4205
|
{
|
|
4206
|
-
...
|
|
4207
|
-
status:
|
|
4206
|
+
...n.inputProps,
|
|
4207
|
+
status: n.errorMessage ? "error" : "default"
|
|
4208
4208
|
}
|
|
4209
4209
|
),
|
|
4210
|
-
!l &&
|
|
4210
|
+
!l && n.errorMessage && /* @__PURE__ */ e(be, { message: n.errorMessage })
|
|
4211
4211
|
] })
|
|
4212
4212
|
]
|
|
4213
4213
|
}
|
|
4214
4214
|
);
|
|
4215
|
-
},
|
|
4215
|
+
}, zi = ({
|
|
4216
4216
|
size: t = "md",
|
|
4217
4217
|
direction: r = "vertical",
|
|
4218
|
-
requiredTitle:
|
|
4218
|
+
requiredTitle: i = "(Required)",
|
|
4219
4219
|
fullWidth: o = !1,
|
|
4220
|
-
required:
|
|
4220
|
+
required: n = !1,
|
|
4221
4221
|
...l
|
|
4222
4222
|
}) => {
|
|
4223
4223
|
var h, d, g, m;
|
|
@@ -4232,7 +4232,7 @@ const Vn = (t) => {
|
|
|
4232
4232
|
l.title && /* @__PURE__ */ e(
|
|
4233
4233
|
O,
|
|
4234
4234
|
{
|
|
4235
|
-
condition: !!
|
|
4235
|
+
condition: !!n,
|
|
4236
4236
|
fallback: /* @__PURE__ */ u(
|
|
4237
4237
|
f,
|
|
4238
4238
|
{
|
|
@@ -4254,7 +4254,7 @@ const Vn = (t) => {
|
|
|
4254
4254
|
children: [
|
|
4255
4255
|
/* @__PURE__ */ u(U, { direction: "row", gap: "xs", align: "center", children: [
|
|
4256
4256
|
/* @__PURE__ */ e(_, { fontSize: t, children: l.title }),
|
|
4257
|
-
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children:
|
|
4257
|
+
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children: i }),
|
|
4258
4258
|
/* @__PURE__ */ e(O, { condition: !!((h = l.tooltip) != null && h.label), children: /* @__PURE__ */ e(
|
|
4259
4259
|
me,
|
|
4260
4260
|
{
|
|
@@ -4275,7 +4275,7 @@ const Vn = (t) => {
|
|
|
4275
4275
|
}
|
|
4276
4276
|
) })
|
|
4277
4277
|
] }),
|
|
4278
|
-
/* @__PURE__ */ e(O, { condition: !!l.description, children: /* @__PURE__ */ e(
|
|
4278
|
+
/* @__PURE__ */ e(O, { condition: !!l.description, children: /* @__PURE__ */ e(v, { fontSize: t, color: "gray-500", children: l.description }) })
|
|
4279
4279
|
]
|
|
4280
4280
|
}
|
|
4281
4281
|
)
|
|
@@ -4308,7 +4308,7 @@ const Vn = (t) => {
|
|
|
4308
4308
|
name: y.name,
|
|
4309
4309
|
value: y.id,
|
|
4310
4310
|
checked: y.isChecked,
|
|
4311
|
-
onChange: (
|
|
4311
|
+
onChange: (D) => l.onChecked(D.target.value, y),
|
|
4312
4312
|
label: y.name,
|
|
4313
4313
|
description: y.description
|
|
4314
4314
|
}
|
|
@@ -4322,7 +4322,7 @@ const Vn = (t) => {
|
|
|
4322
4322
|
name: y.name,
|
|
4323
4323
|
value: y.id,
|
|
4324
4324
|
checked: y.isChecked,
|
|
4325
|
-
onChange: (
|
|
4325
|
+
onChange: (D) => l.onChecked(D.target.value, y),
|
|
4326
4326
|
label: y.name,
|
|
4327
4327
|
description: y.description
|
|
4328
4328
|
}
|
|
@@ -4335,14 +4335,14 @@ const Vn = (t) => {
|
|
|
4335
4335
|
]
|
|
4336
4336
|
}
|
|
4337
4337
|
);
|
|
4338
|
-
},
|
|
4338
|
+
}, Ni = ({
|
|
4339
4339
|
position: t = "vertical",
|
|
4340
4340
|
size: r = "md",
|
|
4341
|
-
fullWidth:
|
|
4341
|
+
fullWidth: i = !1,
|
|
4342
4342
|
...o
|
|
4343
4343
|
}) => {
|
|
4344
4344
|
var l;
|
|
4345
|
-
const
|
|
4345
|
+
const n = t === "horizontal-inline" || t === "horizontal-block" ? r === "sm" ? 342 : r === "lg" ? 400 : 342 : void 0;
|
|
4346
4346
|
return /* @__PURE__ */ u(
|
|
4347
4347
|
f,
|
|
4348
4348
|
{
|
|
@@ -4353,11 +4353,11 @@ const Vn = (t) => {
|
|
|
4353
4353
|
f,
|
|
4354
4354
|
{
|
|
4355
4355
|
direction: "column",
|
|
4356
|
-
customMaxWidth:
|
|
4357
|
-
fullWidth:
|
|
4356
|
+
customMaxWidth: n,
|
|
4357
|
+
fullWidth: i,
|
|
4358
4358
|
children: [
|
|
4359
4359
|
o.title && /* @__PURE__ */ e(_, { children: o.title }),
|
|
4360
|
-
/* @__PURE__ */ e(O, { condition: !!o.description, children: /* @__PURE__ */ e(
|
|
4360
|
+
/* @__PURE__ */ e(O, { condition: !!o.description, children: /* @__PURE__ */ e(v, { color: "gray-500", children: o.description }) })
|
|
4361
4361
|
]
|
|
4362
4362
|
}
|
|
4363
4363
|
) }),
|
|
@@ -4375,7 +4375,7 @@ const Vn = (t) => {
|
|
|
4375
4375
|
...s,
|
|
4376
4376
|
isChecked: o.radioIsChecked === s.id
|
|
4377
4377
|
})),
|
|
4378
|
-
render: ({ value: s, id: a, isChecked: h, subInput: d, label: g, description: m }) => /* @__PURE__ */ u(f, { gap: "xs", customMaxWidth:
|
|
4378
|
+
render: ({ value: s, id: a, isChecked: h, subInput: d, label: g, description: m }) => /* @__PURE__ */ u(f, { gap: "xs", customMaxWidth: n, children: [
|
|
4379
4379
|
/* @__PURE__ */ e(
|
|
4380
4380
|
mr,
|
|
4381
4381
|
{
|
|
@@ -4394,7 +4394,7 @@ const Vn = (t) => {
|
|
|
4394
4394
|
a
|
|
4395
4395
|
),
|
|
4396
4396
|
m && /* @__PURE__ */ e(
|
|
4397
|
-
|
|
4397
|
+
v,
|
|
4398
4398
|
{
|
|
4399
4399
|
color: "gray-500",
|
|
4400
4400
|
style: {
|
|
@@ -4413,26 +4413,26 @@ const Vn = (t) => {
|
|
|
4413
4413
|
]
|
|
4414
4414
|
}
|
|
4415
4415
|
);
|
|
4416
|
-
},
|
|
4416
|
+
}, Ti = ({
|
|
4417
4417
|
size: t = "md",
|
|
4418
4418
|
direction: r = "vertical",
|
|
4419
|
-
requiredTitle:
|
|
4419
|
+
requiredTitle: i = "(Required)",
|
|
4420
4420
|
fullWidth: o = !1,
|
|
4421
|
-
...
|
|
4421
|
+
...n
|
|
4422
4422
|
}) => {
|
|
4423
4423
|
var a, h, d;
|
|
4424
|
-
const l =
|
|
4424
|
+
const l = n.hideMessageError || !1, s = r === "horizontal" ? t === "sm" ? 342 : t === "lg" ? 400 : 342 : void 0;
|
|
4425
4425
|
return /* @__PURE__ */ u(
|
|
4426
4426
|
f,
|
|
4427
4427
|
{
|
|
4428
4428
|
gap: r === "horizontal" ? "spacing-96" : "sm",
|
|
4429
4429
|
direction: r === "horizontal" ? "row" : "column",
|
|
4430
|
-
...
|
|
4430
|
+
...n.containerProps,
|
|
4431
4431
|
children: [
|
|
4432
|
-
|
|
4432
|
+
n.title && /* @__PURE__ */ e(
|
|
4433
4433
|
O,
|
|
4434
4434
|
{
|
|
4435
|
-
condition: !!
|
|
4435
|
+
condition: !!n.inputProps.required,
|
|
4436
4436
|
fallback: /* @__PURE__ */ u(
|
|
4437
4437
|
f,
|
|
4438
4438
|
{
|
|
@@ -4440,8 +4440,8 @@ const Vn = (t) => {
|
|
|
4440
4440
|
customMaxWidth: s,
|
|
4441
4441
|
fullWidth: o,
|
|
4442
4442
|
children: [
|
|
4443
|
-
/* @__PURE__ */ e(_, { children:
|
|
4444
|
-
/* @__PURE__ */ e(
|
|
4443
|
+
/* @__PURE__ */ e(_, { children: n.title }),
|
|
4444
|
+
/* @__PURE__ */ e(v, { fontSize: t, color: "gray-500", children: n.description })
|
|
4445
4445
|
]
|
|
4446
4446
|
}
|
|
4447
4447
|
),
|
|
@@ -4453,14 +4453,14 @@ const Vn = (t) => {
|
|
|
4453
4453
|
fullWidth: o,
|
|
4454
4454
|
children: [
|
|
4455
4455
|
/* @__PURE__ */ u(U, { direction: "row", gap: "xs", align: "center", children: [
|
|
4456
|
-
/* @__PURE__ */ e(_, { fontSize: t, children:
|
|
4457
|
-
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children:
|
|
4458
|
-
/* @__PURE__ */ e(O, { condition: !!((a =
|
|
4456
|
+
/* @__PURE__ */ e(_, { fontSize: t, children: n.title }),
|
|
4457
|
+
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children: i }),
|
|
4458
|
+
/* @__PURE__ */ e(O, { condition: !!((a = n.tooltip) != null && a.label), children: /* @__PURE__ */ e(
|
|
4459
4459
|
me,
|
|
4460
4460
|
{
|
|
4461
|
-
label: (h =
|
|
4462
|
-
arrowPosition: (d =
|
|
4463
|
-
...
|
|
4461
|
+
label: (h = n.tooltip) == null ? void 0 : h.label,
|
|
4462
|
+
arrowPosition: (d = n.tooltip) == null ? void 0 : d.arrowPosition,
|
|
4463
|
+
...n.tooltip,
|
|
4464
4464
|
children: /* @__PURE__ */ e(
|
|
4465
4465
|
w,
|
|
4466
4466
|
{
|
|
@@ -4475,7 +4475,7 @@ const Vn = (t) => {
|
|
|
4475
4475
|
}
|
|
4476
4476
|
) })
|
|
4477
4477
|
] }),
|
|
4478
|
-
/* @__PURE__ */ e(O, { condition: !!
|
|
4478
|
+
/* @__PURE__ */ e(O, { condition: !!n.description, children: /* @__PURE__ */ e(v, { fontSize: t, color: "gray-500", children: n.description }) })
|
|
4479
4479
|
]
|
|
4480
4480
|
}
|
|
4481
4481
|
)
|
|
@@ -4485,23 +4485,23 @@ const Vn = (t) => {
|
|
|
4485
4485
|
/* @__PURE__ */ e(
|
|
4486
4486
|
hr,
|
|
4487
4487
|
{
|
|
4488
|
-
ref:
|
|
4488
|
+
ref: n.inputRef,
|
|
4489
4489
|
size: t,
|
|
4490
|
-
...
|
|
4491
|
-
status:
|
|
4490
|
+
...n.inputProps,
|
|
4491
|
+
status: n.errorMessage ? "error" : "default"
|
|
4492
4492
|
}
|
|
4493
4493
|
),
|
|
4494
|
-
!l &&
|
|
4494
|
+
!l && n.errorMessage && /* @__PURE__ */ e(be, { message: n.errorMessage })
|
|
4495
4495
|
] })
|
|
4496
4496
|
]
|
|
4497
4497
|
}
|
|
4498
4498
|
);
|
|
4499
|
-
},
|
|
4499
|
+
}, Oi = ({
|
|
4500
4500
|
size: t = "md",
|
|
4501
4501
|
direction: r = "vertical",
|
|
4502
|
-
requiredTitle:
|
|
4502
|
+
requiredTitle: i = "(Required)",
|
|
4503
4503
|
required: o = !1,
|
|
4504
|
-
fullWidth:
|
|
4504
|
+
fullWidth: n = !1,
|
|
4505
4505
|
...l
|
|
4506
4506
|
}) => {
|
|
4507
4507
|
var a, h, d;
|
|
@@ -4522,10 +4522,10 @@ const Vn = (t) => {
|
|
|
4522
4522
|
{
|
|
4523
4523
|
direction: "column",
|
|
4524
4524
|
customMaxWidth: s,
|
|
4525
|
-
fullWidth:
|
|
4525
|
+
fullWidth: n,
|
|
4526
4526
|
children: [
|
|
4527
4527
|
/* @__PURE__ */ e(_, { children: l.title }),
|
|
4528
|
-
/* @__PURE__ */ e(
|
|
4528
|
+
/* @__PURE__ */ e(v, { fontSize: t, color: "gray-500", children: l.titleDescription })
|
|
4529
4529
|
]
|
|
4530
4530
|
}
|
|
4531
4531
|
),
|
|
@@ -4534,11 +4534,11 @@ const Vn = (t) => {
|
|
|
4534
4534
|
{
|
|
4535
4535
|
direction: "column",
|
|
4536
4536
|
customMaxWidth: s,
|
|
4537
|
-
fullWidth:
|
|
4537
|
+
fullWidth: n,
|
|
4538
4538
|
children: [
|
|
4539
4539
|
/* @__PURE__ */ u(U, { direction: "row", gap: "xs", align: "center", children: [
|
|
4540
4540
|
/* @__PURE__ */ e(_, { fontSize: t, children: l.title }),
|
|
4541
|
-
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children:
|
|
4541
|
+
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children: i }),
|
|
4542
4542
|
/* @__PURE__ */ e(O, { condition: !!((a = l.tooltip) != null && a.label), children: /* @__PURE__ */ e(
|
|
4543
4543
|
me,
|
|
4544
4544
|
{
|
|
@@ -4559,7 +4559,7 @@ const Vn = (t) => {
|
|
|
4559
4559
|
}
|
|
4560
4560
|
) })
|
|
4561
4561
|
] }),
|
|
4562
|
-
/* @__PURE__ */ e(O, { condition: !!l.titleDescription, children: /* @__PURE__ */ e(
|
|
4562
|
+
/* @__PURE__ */ e(O, { condition: !!l.titleDescription, children: /* @__PURE__ */ e(v, { fontSize: t, color: "gray-500", children: l.titleDescription }) })
|
|
4563
4563
|
]
|
|
4564
4564
|
}
|
|
4565
4565
|
)
|
|
@@ -4578,52 +4578,52 @@ const Vn = (t) => {
|
|
|
4578
4578
|
]
|
|
4579
4579
|
}
|
|
4580
4580
|
);
|
|
4581
|
-
},
|
|
4581
|
+
}, _i = ({
|
|
4582
4582
|
variant: t = "primary",
|
|
4583
4583
|
size: r = "md",
|
|
4584
|
-
...
|
|
4584
|
+
...i
|
|
4585
4585
|
}) => {
|
|
4586
|
-
const o = gr(),
|
|
4587
|
-
var h, d, g, m, y,
|
|
4586
|
+
const o = gr(), n = (s) => {
|
|
4587
|
+
var h, d, g, m, y, D;
|
|
4588
4588
|
if (!s) return;
|
|
4589
|
-
const a =
|
|
4589
|
+
const a = i.disabled ? "var(--sa-text-disable, #181a198f)" : t === "secondary" ? "var(--sa-text-subtle, #8c8f97)" : t === "secondary-danger" ? (d = (h = o == null ? void 0 : o.computed) == null ? void 0 : h.red) == null ? void 0 : d[600] : t === "secondary-primary" ? (m = (g = o == null ? void 0 : o.computed) == null ? void 0 : g.blue) == null ? void 0 : m[700] : (D = (y = o == null ? void 0 : o.computed) == null ? void 0 : y.gray) == null ? void 0 : D[50];
|
|
4590
4590
|
return /* @__PURE__ */ e(w, { name: s, size: r, style: { color: a } });
|
|
4591
4591
|
}, l = () => {
|
|
4592
4592
|
var a, h, d, g;
|
|
4593
4593
|
if (t !== "secondary-danger" && t !== "secondary-primary")
|
|
4594
|
-
return
|
|
4594
|
+
return i.title;
|
|
4595
4595
|
const s = {
|
|
4596
|
-
color:
|
|
4596
|
+
color: i.disabled ? "var(--sa-text-disable, #181a198f)" : t === "secondary-danger" ? (h = (a = o == null ? void 0 : o.computed) == null ? void 0 : a.red) == null ? void 0 : h[600] : (g = (d = o == null ? void 0 : o.computed) == null ? void 0 : d.blue) == null ? void 0 : g[700]
|
|
4597
4597
|
};
|
|
4598
4598
|
switch (r) {
|
|
4599
4599
|
case "xs":
|
|
4600
|
-
return /* @__PURE__ */ e(pe.Body2, { props: { style: s }, children:
|
|
4600
|
+
return /* @__PURE__ */ e(pe.Body2, { props: { style: s }, children: i.title });
|
|
4601
4601
|
case "sm":
|
|
4602
4602
|
case "md":
|
|
4603
|
-
return /* @__PURE__ */ e(pe.SubH3, { props: { style: s }, children:
|
|
4603
|
+
return /* @__PURE__ */ e(pe.SubH3, { props: { style: s }, children: i.title });
|
|
4604
4604
|
case "lg":
|
|
4605
|
-
return /* @__PURE__ */ e(pe.SubH2, { props: { style: s }, children:
|
|
4605
|
+
return /* @__PURE__ */ e(pe.SubH2, { props: { style: s }, children: i.title });
|
|
4606
4606
|
default:
|
|
4607
|
-
return
|
|
4607
|
+
return i.title;
|
|
4608
4608
|
}
|
|
4609
4609
|
};
|
|
4610
4610
|
return /* @__PURE__ */ e(
|
|
4611
4611
|
T,
|
|
4612
4612
|
{
|
|
4613
4613
|
fullWidth: !0,
|
|
4614
|
-
disabled:
|
|
4614
|
+
disabled: i.disabled,
|
|
4615
4615
|
primary: t === "primary",
|
|
4616
4616
|
secondary: t === "secondary" || t === "secondary-danger" || t === "secondary-primary",
|
|
4617
4617
|
success: t === "success",
|
|
4618
|
-
onClick:
|
|
4619
|
-
type:
|
|
4620
|
-
iconLeft: i
|
|
4621
|
-
iconRight: i
|
|
4618
|
+
onClick: i.onClick,
|
|
4619
|
+
type: i.type,
|
|
4620
|
+
iconLeft: n(i.iconLeft),
|
|
4621
|
+
iconRight: n(i.iconRight),
|
|
4622
4622
|
size: r,
|
|
4623
4623
|
children: l()
|
|
4624
4624
|
}
|
|
4625
4625
|
);
|
|
4626
|
-
},
|
|
4626
|
+
}, ji = (t) => /* @__PURE__ */ e(
|
|
4627
4627
|
pe.H5,
|
|
4628
4628
|
{
|
|
4629
4629
|
props: {
|
|
@@ -4631,26 +4631,26 @@ const Vn = (t) => {
|
|
|
4631
4631
|
},
|
|
4632
4632
|
children: t.title
|
|
4633
4633
|
}
|
|
4634
|
-
),
|
|
4634
|
+
), Zi = ({
|
|
4635
4635
|
size: t = "md",
|
|
4636
4636
|
direction: r = "vertical",
|
|
4637
|
-
requiredTitle:
|
|
4637
|
+
requiredTitle: i = "(Required)",
|
|
4638
4638
|
fullWidth: o = !1,
|
|
4639
|
-
...
|
|
4639
|
+
...n
|
|
4640
4640
|
}) => {
|
|
4641
4641
|
var a, h, d;
|
|
4642
|
-
const l =
|
|
4642
|
+
const l = n.hideMessageError || !1, s = r === "horizontal" ? t === "sm" ? 342 : t === "lg" ? 400 : 342 : void 0;
|
|
4643
4643
|
return /* @__PURE__ */ u(
|
|
4644
4644
|
f,
|
|
4645
4645
|
{
|
|
4646
4646
|
gap: r === "horizontal" ? "spacing-96" : "sm",
|
|
4647
4647
|
direction: r === "horizontal" ? "row" : "column",
|
|
4648
|
-
onClick:
|
|
4648
|
+
onClick: n.onClickContainer,
|
|
4649
4649
|
children: [
|
|
4650
|
-
|
|
4650
|
+
n.title && /* @__PURE__ */ e(
|
|
4651
4651
|
O,
|
|
4652
4652
|
{
|
|
4653
|
-
condition: !!
|
|
4653
|
+
condition: !!n.inputProps.required,
|
|
4654
4654
|
fallback: /* @__PURE__ */ u(
|
|
4655
4655
|
f,
|
|
4656
4656
|
{
|
|
@@ -4658,8 +4658,8 @@ const Vn = (t) => {
|
|
|
4658
4658
|
customMaxWidth: s,
|
|
4659
4659
|
fullWidth: o,
|
|
4660
4660
|
children: [
|
|
4661
|
-
/* @__PURE__ */ e(_, { children:
|
|
4662
|
-
/* @__PURE__ */ e(
|
|
4661
|
+
/* @__PURE__ */ e(_, { children: n.title }),
|
|
4662
|
+
/* @__PURE__ */ e(v, { fontSize: t, color: "gray-500", children: n.description })
|
|
4663
4663
|
]
|
|
4664
4664
|
}
|
|
4665
4665
|
),
|
|
@@ -4671,14 +4671,14 @@ const Vn = (t) => {
|
|
|
4671
4671
|
fullWidth: o,
|
|
4672
4672
|
children: [
|
|
4673
4673
|
/* @__PURE__ */ u(U, { direction: "row", gap: "xs", align: "center", children: [
|
|
4674
|
-
/* @__PURE__ */ e(_, { fontSize: t, children:
|
|
4675
|
-
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children:
|
|
4676
|
-
/* @__PURE__ */ e(O, { condition: !!((a =
|
|
4674
|
+
/* @__PURE__ */ e(_, { fontSize: t, children: n.title }),
|
|
4675
|
+
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children: i }),
|
|
4676
|
+
/* @__PURE__ */ e(O, { condition: !!((a = n.tooltip) != null && a.label), children: /* @__PURE__ */ e(
|
|
4677
4677
|
me,
|
|
4678
4678
|
{
|
|
4679
|
-
label: (h =
|
|
4680
|
-
arrowPosition: (d =
|
|
4681
|
-
...
|
|
4679
|
+
label: (h = n.tooltip) == null ? void 0 : h.label,
|
|
4680
|
+
arrowPosition: (d = n.tooltip) == null ? void 0 : d.arrowPosition,
|
|
4681
|
+
...n.tooltip,
|
|
4682
4682
|
children: /* @__PURE__ */ e(
|
|
4683
4683
|
w,
|
|
4684
4684
|
{
|
|
@@ -4693,7 +4693,7 @@ const Vn = (t) => {
|
|
|
4693
4693
|
}
|
|
4694
4694
|
) })
|
|
4695
4695
|
] }),
|
|
4696
|
-
/* @__PURE__ */ e(O, { condition: !!
|
|
4696
|
+
/* @__PURE__ */ e(O, { condition: !!n.description, children: /* @__PURE__ */ e(v, { fontSize: t, color: "gray-500", children: n.description }) })
|
|
4697
4697
|
]
|
|
4698
4698
|
}
|
|
4699
4699
|
)
|
|
@@ -4704,35 +4704,35 @@ const Vn = (t) => {
|
|
|
4704
4704
|
f,
|
|
4705
4705
|
{
|
|
4706
4706
|
style: {
|
|
4707
|
-
width: r === "horizontal" &&
|
|
4707
|
+
width: r === "horizontal" && n.customWidth ? n.customWidth : r === "horizontal" ? "343px" : ""
|
|
4708
4708
|
},
|
|
4709
4709
|
children: /* @__PURE__ */ e(
|
|
4710
4710
|
or,
|
|
4711
4711
|
{
|
|
4712
4712
|
size: t,
|
|
4713
|
-
...
|
|
4714
|
-
status:
|
|
4713
|
+
...n.inputProps,
|
|
4714
|
+
status: n.errorMessage ? "error" : void 0
|
|
4715
4715
|
}
|
|
4716
4716
|
)
|
|
4717
4717
|
}
|
|
4718
4718
|
),
|
|
4719
|
-
!l &&
|
|
4719
|
+
!l && n.errorMessage && /* @__PURE__ */ e(be, { message: n.errorMessage })
|
|
4720
4720
|
] })
|
|
4721
4721
|
]
|
|
4722
4722
|
}
|
|
4723
4723
|
);
|
|
4724
4724
|
};
|
|
4725
|
-
async function
|
|
4726
|
-
const
|
|
4727
|
-
|
|
4728
|
-
|
|
4725
|
+
async function $i(t, r) {
|
|
4726
|
+
const i = new Image();
|
|
4727
|
+
i.src = t, await new Promise((l, s) => {
|
|
4728
|
+
i.onload = l, i.onerror = s;
|
|
4729
4729
|
});
|
|
4730
4730
|
const o = document.createElement("canvas");
|
|
4731
4731
|
o.width = r.width, o.height = r.height;
|
|
4732
|
-
const
|
|
4733
|
-
if (!
|
|
4734
|
-
return
|
|
4735
|
-
|
|
4732
|
+
const n = o.getContext("2d", { alpha: !0 });
|
|
4733
|
+
if (!n) throw new Error("No 2D context");
|
|
4734
|
+
return n.drawImage(
|
|
4735
|
+
i,
|
|
4736
4736
|
r.x,
|
|
4737
4737
|
r.y,
|
|
4738
4738
|
r.width,
|
|
@@ -4758,57 +4758,57 @@ const Tt = {
|
|
|
4758
4758
|
"2:3": 2 / 3,
|
|
4759
4759
|
"3:2": 3 / 2,
|
|
4760
4760
|
"32:9": 32 / 9
|
|
4761
|
-
},
|
|
4761
|
+
}, Ui = qt(
|
|
4762
4762
|
({
|
|
4763
4763
|
handleUpload: t,
|
|
4764
4764
|
urlImage: r,
|
|
4765
|
-
isUploading:
|
|
4765
|
+
isUploading: i,
|
|
4766
4766
|
croppedImage: o,
|
|
4767
|
-
setCroppedImage:
|
|
4767
|
+
setCroppedImage: n,
|
|
4768
4768
|
size: l = "96",
|
|
4769
4769
|
aspect: s = "1:1",
|
|
4770
4770
|
containerProps: a,
|
|
4771
4771
|
maxFileSize: h = 2,
|
|
4772
4772
|
onError: d
|
|
4773
4773
|
}, g) => {
|
|
4774
|
-
const m =
|
|
4775
|
-
|
|
4776
|
-
r === null &&
|
|
4774
|
+
const m = ne("md"), [y, D] = k(!1), [E, x] = k(null), [R, j] = k(!1), [N, q] = k({ x: 0, y: 0 }), [M, ae] = k(1), [J, I] = k(null);
|
|
4775
|
+
Z(() => {
|
|
4776
|
+
r === null && n(null);
|
|
4777
4777
|
}, [r]);
|
|
4778
|
-
const P =
|
|
4779
|
-
(
|
|
4780
|
-
|
|
4778
|
+
const P = ve(
|
|
4779
|
+
(V, z) => {
|
|
4780
|
+
I(z);
|
|
4781
4781
|
},
|
|
4782
4782
|
[]
|
|
4783
|
-
), oe = (
|
|
4783
|
+
), oe = (V) => {
|
|
4784
4784
|
var fe;
|
|
4785
|
-
const z = (fe =
|
|
4785
|
+
const z = (fe = V.target.files) == null ? void 0 : fe[0];
|
|
4786
4786
|
if (!z) return;
|
|
4787
4787
|
const te = new FileReader();
|
|
4788
4788
|
te.onload = () => {
|
|
4789
|
-
x(te.result),
|
|
4789
|
+
x(te.result), j(!0);
|
|
4790
4790
|
}, te.readAsDataURL(z);
|
|
4791
4791
|
}, le = async () => {
|
|
4792
4792
|
if (!(!E || !J))
|
|
4793
4793
|
try {
|
|
4794
|
-
const
|
|
4795
|
-
if (h &&
|
|
4794
|
+
const V = await $i(E, J);
|
|
4795
|
+
if (h && V.size > h * 1024 * 1024) {
|
|
4796
4796
|
d == null || d(`Ukuran file maksimal ${h}MB`);
|
|
4797
4797
|
return;
|
|
4798
4798
|
}
|
|
4799
|
-
t == null || t(
|
|
4800
|
-
const z = URL.createObjectURL(
|
|
4801
|
-
|
|
4799
|
+
t == null || t(V);
|
|
4800
|
+
const z = URL.createObjectURL(V);
|
|
4801
|
+
n(z, V), j(!1);
|
|
4802
4802
|
} catch {
|
|
4803
4803
|
d == null || d("Gagal memproses gambar");
|
|
4804
4804
|
}
|
|
4805
|
-
}, $ =
|
|
4805
|
+
}, $ = ie(null), Q = () => {
|
|
4806
4806
|
$.current && $.current.click();
|
|
4807
4807
|
};
|
|
4808
4808
|
pr(g, () => ({
|
|
4809
4809
|
openFileDialog: () => {
|
|
4810
|
-
var
|
|
4811
|
-
(
|
|
4810
|
+
var V;
|
|
4811
|
+
(V = $.current) == null || V.click();
|
|
4812
4812
|
}
|
|
4813
4813
|
}));
|
|
4814
4814
|
const K = parseInt(l, 10), se = Tt[s];
|
|
@@ -4832,8 +4832,8 @@ const Tt = {
|
|
|
4832
4832
|
aspectRatio: se,
|
|
4833
4833
|
flexShrink: 0
|
|
4834
4834
|
},
|
|
4835
|
-
onMouseEnter: () =>
|
|
4836
|
-
onMouseLeave: () =>
|
|
4835
|
+
onMouseEnter: () => D(!0),
|
|
4836
|
+
onMouseLeave: () => D(!1),
|
|
4837
4837
|
children: [
|
|
4838
4838
|
o || r ? /* @__PURE__ */ e(
|
|
4839
4839
|
"img",
|
|
@@ -4890,7 +4890,7 @@ const Tt = {
|
|
|
4890
4890
|
type: "file",
|
|
4891
4891
|
accept: "image/*",
|
|
4892
4892
|
onChange: oe,
|
|
4893
|
-
disabled:
|
|
4893
|
+
disabled: i,
|
|
4894
4894
|
style: { display: "none" }
|
|
4895
4895
|
}
|
|
4896
4896
|
),
|
|
@@ -4903,7 +4903,7 @@ const Tt = {
|
|
|
4903
4903
|
}
|
|
4904
4904
|
),
|
|
4905
4905
|
/* @__PURE__ */ e(O, { condition: l.toNumber() > 80, children: /* @__PURE__ */ e(
|
|
4906
|
-
|
|
4906
|
+
v,
|
|
4907
4907
|
{
|
|
4908
4908
|
color: "gray-50",
|
|
4909
4909
|
fontSize: l.toNumber() > 80 ? "sm" : "md",
|
|
@@ -4915,7 +4915,7 @@ const Tt = {
|
|
|
4915
4915
|
]
|
|
4916
4916
|
}
|
|
4917
4917
|
),
|
|
4918
|
-
|
|
4918
|
+
i && /* @__PURE__ */ e(
|
|
4919
4919
|
f,
|
|
4920
4920
|
{
|
|
4921
4921
|
position: "absolute",
|
|
@@ -4942,7 +4942,7 @@ const Tt = {
|
|
|
4942
4942
|
)
|
|
4943
4943
|
}
|
|
4944
4944
|
),
|
|
4945
|
-
|
|
4945
|
+
R && xr.createPortal(
|
|
4946
4946
|
/* @__PURE__ */ e(
|
|
4947
4947
|
"div",
|
|
4948
4948
|
{
|
|
@@ -4955,7 +4955,7 @@ const Tt = {
|
|
|
4955
4955
|
justifyContent: "center",
|
|
4956
4956
|
backgroundColor: "rgba(0,0,0,0.6)"
|
|
4957
4957
|
},
|
|
4958
|
-
onClick: () =>
|
|
4958
|
+
onClick: () => j(!1),
|
|
4959
4959
|
children: /* @__PURE__ */ u(
|
|
4960
4960
|
"div",
|
|
4961
4961
|
{
|
|
@@ -4968,7 +4968,7 @@ const Tt = {
|
|
|
4968
4968
|
display: "flex",
|
|
4969
4969
|
flexDirection: "column"
|
|
4970
4970
|
},
|
|
4971
|
-
onClick: (
|
|
4971
|
+
onClick: (V) => V.stopPropagation(),
|
|
4972
4972
|
children: [
|
|
4973
4973
|
/* @__PURE__ */ e(
|
|
4974
4974
|
"div",
|
|
@@ -5007,7 +5007,7 @@ const Tt = {
|
|
|
5007
5007
|
borderTop: "1px solid var(--sa-border-subtle)"
|
|
5008
5008
|
},
|
|
5009
5009
|
children: [
|
|
5010
|
-
/* @__PURE__ */ e(T, { size: "sm", secondary: !0, onClick: () =>
|
|
5010
|
+
/* @__PURE__ */ e(T, { size: "sm", secondary: !0, onClick: () => j(!1), children: "Cancel" }),
|
|
5011
5011
|
/* @__PURE__ */ e(T, { size: "sm", primary: !0, onClick: le, children: "Crop" })
|
|
5012
5012
|
]
|
|
5013
5013
|
}
|
|
@@ -5023,12 +5023,12 @@ const Tt = {
|
|
|
5023
5023
|
}
|
|
5024
5024
|
);
|
|
5025
5025
|
}
|
|
5026
|
-
),
|
|
5026
|
+
), Gi = ({
|
|
5027
5027
|
size: t = "md",
|
|
5028
5028
|
direction: r = "vertical",
|
|
5029
|
-
requiredTitle:
|
|
5029
|
+
requiredTitle: i = "(Required)",
|
|
5030
5030
|
fullWidth: o = !1,
|
|
5031
|
-
required:
|
|
5031
|
+
required: n = !1,
|
|
5032
5032
|
...l
|
|
5033
5033
|
}) => {
|
|
5034
5034
|
var h, d, g;
|
|
@@ -5043,7 +5043,7 @@ const Tt = {
|
|
|
5043
5043
|
l.title && /* @__PURE__ */ e(
|
|
5044
5044
|
O,
|
|
5045
5045
|
{
|
|
5046
|
-
condition: !!
|
|
5046
|
+
condition: !!n,
|
|
5047
5047
|
fallback: /* @__PURE__ */ u(
|
|
5048
5048
|
f,
|
|
5049
5049
|
{
|
|
@@ -5052,7 +5052,7 @@ const Tt = {
|
|
|
5052
5052
|
fullWidth: o,
|
|
5053
5053
|
children: [
|
|
5054
5054
|
/* @__PURE__ */ e(_, { children: l.title }),
|
|
5055
|
-
/* @__PURE__ */ e(
|
|
5055
|
+
/* @__PURE__ */ e(v, { fontSize: t, color: "gray-500", children: l.description })
|
|
5056
5056
|
]
|
|
5057
5057
|
}
|
|
5058
5058
|
),
|
|
@@ -5065,7 +5065,7 @@ const Tt = {
|
|
|
5065
5065
|
children: [
|
|
5066
5066
|
/* @__PURE__ */ u(U, { direction: "row", gap: "xs", align: "center", children: [
|
|
5067
5067
|
/* @__PURE__ */ e(_, { fontSize: t, children: l.title }),
|
|
5068
|
-
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children:
|
|
5068
|
+
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children: i }),
|
|
5069
5069
|
/* @__PURE__ */ e(O, { condition: !!((h = l.tooltip) != null && h.label), children: /* @__PURE__ */ e(
|
|
5070
5070
|
me,
|
|
5071
5071
|
{
|
|
@@ -5086,25 +5086,25 @@ const Tt = {
|
|
|
5086
5086
|
}
|
|
5087
5087
|
) })
|
|
5088
5088
|
] }),
|
|
5089
|
-
/* @__PURE__ */ e(O, { condition: !!l.description, children: /* @__PURE__ */ e(
|
|
5089
|
+
/* @__PURE__ */ e(O, { condition: !!l.description, children: /* @__PURE__ */ e(v, { fontSize: t, color: "gray-500", children: l.description }) })
|
|
5090
5090
|
]
|
|
5091
5091
|
}
|
|
5092
5092
|
)
|
|
5093
5093
|
}
|
|
5094
5094
|
),
|
|
5095
5095
|
/* @__PURE__ */ u(U, { direction: "column", gap: "xs", children: [
|
|
5096
|
-
/* @__PURE__ */ e(
|
|
5096
|
+
/* @__PURE__ */ e(Ui, { ...l.inputProps }),
|
|
5097
5097
|
!s && l.errorMessage && /* @__PURE__ */ e(be, { message: l.errorMessage })
|
|
5098
5098
|
] })
|
|
5099
5099
|
]
|
|
5100
5100
|
}
|
|
5101
5101
|
);
|
|
5102
|
-
},
|
|
5102
|
+
}, qi = ({
|
|
5103
5103
|
size: t = "md",
|
|
5104
5104
|
direction: r = "vertical",
|
|
5105
|
-
requiredTitle:
|
|
5105
|
+
requiredTitle: i = "(Required)",
|
|
5106
5106
|
fullWidth: o = !1,
|
|
5107
|
-
...
|
|
5107
|
+
...n
|
|
5108
5108
|
}) => {
|
|
5109
5109
|
var s, a, h;
|
|
5110
5110
|
const l = r === "horizontal" ? t === "sm" ? 342 : t === "lg" ? 400 : 342 : void 0;
|
|
@@ -5113,12 +5113,12 @@ const Tt = {
|
|
|
5113
5113
|
{
|
|
5114
5114
|
gap: r === "horizontal" ? "spacing-96" : "sm",
|
|
5115
5115
|
direction: r === "horizontal" ? "row" : "column",
|
|
5116
|
-
...
|
|
5116
|
+
...n.containerProps,
|
|
5117
5117
|
children: [
|
|
5118
|
-
|
|
5118
|
+
n.title && /* @__PURE__ */ e(
|
|
5119
5119
|
O,
|
|
5120
5120
|
{
|
|
5121
|
-
condition: !!
|
|
5121
|
+
condition: !!n.inputProps.required,
|
|
5122
5122
|
fallback: /* @__PURE__ */ u(
|
|
5123
5123
|
f,
|
|
5124
5124
|
{
|
|
@@ -5126,8 +5126,8 @@ const Tt = {
|
|
|
5126
5126
|
customMaxWidth: l,
|
|
5127
5127
|
fullWidth: o,
|
|
5128
5128
|
children: [
|
|
5129
|
-
/* @__PURE__ */ e(_, { children:
|
|
5130
|
-
/* @__PURE__ */ e(
|
|
5129
|
+
/* @__PURE__ */ e(_, { children: n.title }),
|
|
5130
|
+
/* @__PURE__ */ e(v, { fontSize: t, color: "gray-500", children: n.description })
|
|
5131
5131
|
]
|
|
5132
5132
|
}
|
|
5133
5133
|
),
|
|
@@ -5139,14 +5139,14 @@ const Tt = {
|
|
|
5139
5139
|
fullWidth: o,
|
|
5140
5140
|
children: [
|
|
5141
5141
|
/* @__PURE__ */ u(U, { direction: "row", gap: "xs", align: "center", children: [
|
|
5142
|
-
/* @__PURE__ */ e(_, { fontSize: t, children:
|
|
5143
|
-
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children:
|
|
5144
|
-
/* @__PURE__ */ e(O, { condition: !!((s =
|
|
5142
|
+
/* @__PURE__ */ e(_, { fontSize: t, children: n.title }),
|
|
5143
|
+
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children: i }),
|
|
5144
|
+
/* @__PURE__ */ e(O, { condition: !!((s = n.tooltip) != null && s.label), children: /* @__PURE__ */ e(
|
|
5145
5145
|
me,
|
|
5146
5146
|
{
|
|
5147
|
-
label: (a =
|
|
5148
|
-
arrowPosition: (h =
|
|
5149
|
-
...
|
|
5147
|
+
label: (a = n.tooltip) == null ? void 0 : a.label,
|
|
5148
|
+
arrowPosition: (h = n.tooltip) == null ? void 0 : h.arrowPosition,
|
|
5149
|
+
...n.tooltip,
|
|
5150
5150
|
children: /* @__PURE__ */ e(
|
|
5151
5151
|
w,
|
|
5152
5152
|
{
|
|
@@ -5161,34 +5161,34 @@ const Tt = {
|
|
|
5161
5161
|
}
|
|
5162
5162
|
) })
|
|
5163
5163
|
] }),
|
|
5164
|
-
/* @__PURE__ */ e(O, { condition: !!
|
|
5164
|
+
/* @__PURE__ */ e(O, { condition: !!n.description, children: /* @__PURE__ */ e(v, { fontSize: t, color: "gray-500", children: n.description }) })
|
|
5165
5165
|
]
|
|
5166
5166
|
}
|
|
5167
5167
|
)
|
|
5168
5168
|
}
|
|
5169
5169
|
),
|
|
5170
|
-
|
|
5170
|
+
n.inputProps.extended && n.inputProps.extended
|
|
5171
5171
|
]
|
|
5172
5172
|
}
|
|
5173
5173
|
);
|
|
5174
5174
|
}, po = ({
|
|
5175
5175
|
items: t,
|
|
5176
5176
|
id: r,
|
|
5177
|
-
handleOnUpdate:
|
|
5177
|
+
handleOnUpdate: i,
|
|
5178
5178
|
width: o,
|
|
5179
|
-
toggleShow:
|
|
5179
|
+
toggleShow: n = !0,
|
|
5180
5180
|
disabled: l = !1
|
|
5181
5181
|
}) => {
|
|
5182
5182
|
var g;
|
|
5183
5183
|
const [s, a] = k([]);
|
|
5184
|
-
|
|
5184
|
+
Z(() => {
|
|
5185
5185
|
t && a([...t.map((m) => ({ id: m.id, isActive: m.isActive }))]);
|
|
5186
5186
|
}, [t]);
|
|
5187
|
-
const h = (g = s.find((m) => m.id === r)) == null ? void 0 : g.isActive, d =
|
|
5187
|
+
const h = (g = s.find((m) => m.id === r)) == null ? void 0 : g.isActive, d = ve(() => {
|
|
5188
5188
|
a(
|
|
5189
5189
|
(m) => m.map((y) => y.id === r ? { ...y, isActive: !y.isActive } : y)
|
|
5190
|
-
),
|
|
5191
|
-
}, [r,
|
|
5190
|
+
), i && i(!h);
|
|
5191
|
+
}, [r, i, h]);
|
|
5192
5192
|
return /* @__PURE__ */ e(
|
|
5193
5193
|
f,
|
|
5194
5194
|
{
|
|
@@ -5197,7 +5197,7 @@ const Tt = {
|
|
|
5197
5197
|
style: {
|
|
5198
5198
|
width: o
|
|
5199
5199
|
},
|
|
5200
|
-
children:
|
|
5200
|
+
children: n && /* @__PURE__ */ e(
|
|
5201
5201
|
Gt,
|
|
5202
5202
|
{
|
|
5203
5203
|
disabled: l,
|
|
@@ -5209,25 +5209,25 @@ const Tt = {
|
|
|
5209
5209
|
}
|
|
5210
5210
|
);
|
|
5211
5211
|
}, xo = {
|
|
5212
|
-
InputText:
|
|
5213
|
-
InputDropdown:
|
|
5214
|
-
InputSingleFile:
|
|
5215
|
-
CheckBoxOptions:
|
|
5216
|
-
RadioOptions:
|
|
5217
|
-
InputTextArea:
|
|
5218
|
-
ToggleForm:
|
|
5219
|
-
ActionButton:
|
|
5220
|
-
FormTitle:
|
|
5221
|
-
InputDate:
|
|
5222
|
-
InputImgFile:
|
|
5223
|
-
Custom:
|
|
5224
|
-
},
|
|
5225
|
-
const [r,
|
|
5226
|
-
window.scrollY > window.screenY ?
|
|
5227
|
-
},
|
|
5212
|
+
InputText: wi,
|
|
5213
|
+
InputDropdown: ki,
|
|
5214
|
+
InputSingleFile: Vi,
|
|
5215
|
+
CheckBoxOptions: zi,
|
|
5216
|
+
RadioOptions: Ni,
|
|
5217
|
+
InputTextArea: Ti,
|
|
5218
|
+
ToggleForm: Oi,
|
|
5219
|
+
ActionButton: _i,
|
|
5220
|
+
FormTitle: ji,
|
|
5221
|
+
InputDate: Zi,
|
|
5222
|
+
InputImgFile: Gi,
|
|
5223
|
+
Custom: qi
|
|
5224
|
+
}, Ji = ({ customBottom: t }) => {
|
|
5225
|
+
const [r, i] = k(!1), o = () => {
|
|
5226
|
+
window.scrollY > window.screenY ? i(!0) : i(!1);
|
|
5227
|
+
}, n = () => {
|
|
5228
5228
|
window.scrollTo({ top: 0, behavior: "smooth" });
|
|
5229
5229
|
};
|
|
5230
|
-
return
|
|
5230
|
+
return Z(() => (window.addEventListener("scroll", o), () => {
|
|
5231
5231
|
window.removeEventListener("scroll", o);
|
|
5232
5232
|
}), []), /* @__PURE__ */ e(
|
|
5233
5233
|
f,
|
|
@@ -5252,7 +5252,7 @@ const Tt = {
|
|
|
5252
5252
|
{
|
|
5253
5253
|
secondary: !0,
|
|
5254
5254
|
size: "xs",
|
|
5255
|
-
onClick:
|
|
5255
|
+
onClick: n,
|
|
5256
5256
|
type: "button",
|
|
5257
5257
|
iconLeft: /* @__PURE__ */ e(
|
|
5258
5258
|
w,
|
|
@@ -5271,17 +5271,17 @@ const Tt = {
|
|
|
5271
5271
|
)
|
|
5272
5272
|
}
|
|
5273
5273
|
);
|
|
5274
|
-
}, Co = ({ pageLayout: t, children: r, wrapperProps:
|
|
5275
|
-
const
|
|
5274
|
+
}, Co = ({ pageLayout: t, children: r, wrapperProps: i, containerProps: o }) => {
|
|
5275
|
+
const n = ne("md"), l = (o == null ? void 0 : o.customWidth) ?? 264;
|
|
5276
5276
|
return /* @__PURE__ */ u(
|
|
5277
5277
|
f,
|
|
5278
5278
|
{
|
|
5279
5279
|
display: "block",
|
|
5280
5280
|
direction: "row",
|
|
5281
|
-
...
|
|
5281
|
+
...i,
|
|
5282
5282
|
style: {
|
|
5283
|
-
marginRight:
|
|
5284
|
-
...(
|
|
5283
|
+
marginRight: n ? l : 24,
|
|
5284
|
+
...(i == null ? void 0 : i.style) ?? {}
|
|
5285
5285
|
},
|
|
5286
5286
|
children: [
|
|
5287
5287
|
t,
|
|
@@ -5310,10 +5310,10 @@ const Tt = {
|
|
|
5310
5310
|
]
|
|
5311
5311
|
}
|
|
5312
5312
|
);
|
|
5313
|
-
},
|
|
5313
|
+
}, vo = ({
|
|
5314
5314
|
children: t,
|
|
5315
5315
|
withScrollToTopButton: r = !1,
|
|
5316
|
-
scrollToTopButtonProps:
|
|
5316
|
+
scrollToTopButtonProps: i,
|
|
5317
5317
|
containerProps: o
|
|
5318
5318
|
}) => /* @__PURE__ */ e(f, { position: "absolute", width: "width-full", style: { zIndex: "var(--app-footer-zindex, 999)" }, children: /* @__PURE__ */ u(
|
|
5319
5319
|
f,
|
|
@@ -5337,32 +5337,32 @@ const Tt = {
|
|
|
5337
5337
|
borderWidth: "border-t",
|
|
5338
5338
|
children: [
|
|
5339
5339
|
r && /* @__PURE__ */ e(
|
|
5340
|
-
|
|
5340
|
+
Ji,
|
|
5341
5341
|
{
|
|
5342
|
-
...
|
|
5343
|
-
customBottom: (
|
|
5342
|
+
...i,
|
|
5343
|
+
customBottom: (i == null ? void 0 : i.customBottom) || "5.7rem"
|
|
5344
5344
|
}
|
|
5345
5345
|
),
|
|
5346
5346
|
t
|
|
5347
5347
|
]
|
|
5348
5348
|
}
|
|
5349
|
-
) }),
|
|
5349
|
+
) }), Do = ({ fields: t }) => /* @__PURE__ */ e(f, { display: "flex", direction: "column", gap: "lg", children: /* @__PURE__ */ e(
|
|
5350
5350
|
Ct,
|
|
5351
5351
|
{
|
|
5352
5352
|
of: t,
|
|
5353
|
-
render: (r,
|
|
5353
|
+
render: (r, i) => /* @__PURE__ */ e(Pi, { ...r }, i)
|
|
5354
5354
|
}
|
|
5355
|
-
) }),
|
|
5356
|
-
|
|
5357
|
-
/* @__PURE__ */ e(w, { name:
|
|
5358
|
-
/* @__PURE__ */ e(
|
|
5359
|
-
] }) : /* @__PURE__ */ e(
|
|
5360
|
-
typeof r == "string" ? /* @__PURE__ */ e(
|
|
5355
|
+
) }), Pi = ({ title: t, value: r, icon: i }) => /* @__PURE__ */ u(f, { display: "flex", direction: "column", gap: "sm", children: [
|
|
5356
|
+
i ? /* @__PURE__ */ u(f, { display: "flex", direction: "row", align: "center", gap: "xs", children: [
|
|
5357
|
+
/* @__PURE__ */ e(w, { name: i, color: "subtle" }),
|
|
5358
|
+
/* @__PURE__ */ e(v, { color: "gray-500", variant: "sub-h3", children: t })
|
|
5359
|
+
] }) : /* @__PURE__ */ e(v, { color: "gray-500", variant: "sub-h3", children: t }),
|
|
5360
|
+
typeof r == "string" ? /* @__PURE__ */ e(v, { variant: "sub-h3", children: r }) : r
|
|
5361
5361
|
] }), Y = {
|
|
5362
5362
|
silhouette: "#A7B0AC",
|
|
5363
5363
|
accent: "#78867F"
|
|
5364
5364
|
};
|
|
5365
|
-
function
|
|
5365
|
+
function Qi({ width: t, height: r }) {
|
|
5366
5366
|
return /* @__PURE__ */ e(G, { children: /* @__PURE__ */ u(
|
|
5367
5367
|
"svg",
|
|
5368
5368
|
{
|
|
@@ -5508,9 +5508,9 @@ function Yn({ width: t, height: r }) {
|
|
|
5508
5508
|
const bo = ({
|
|
5509
5509
|
title: t = "create",
|
|
5510
5510
|
children: r,
|
|
5511
|
-
onClickAction:
|
|
5511
|
+
onClickAction: i,
|
|
5512
5512
|
variant: o = "primary",
|
|
5513
|
-
variantTitle:
|
|
5513
|
+
variantTitle: n,
|
|
5514
5514
|
leftIcon: l,
|
|
5515
5515
|
showButton: s = !0,
|
|
5516
5516
|
customHeight: a,
|
|
@@ -5520,10 +5520,10 @@ const bo = ({
|
|
|
5520
5520
|
const g = () => {
|
|
5521
5521
|
switch (o) {
|
|
5522
5522
|
case "primary":
|
|
5523
|
-
return /* @__PURE__ */ e(G, { children: l ? /* @__PURE__ */ e(T, { primary: !0, iconLeft: l, onClick:
|
|
5523
|
+
return /* @__PURE__ */ e(G, { children: l ? /* @__PURE__ */ e(T, { primary: !0, iconLeft: l, onClick: i, children: h || t }) : /* @__PURE__ */ e(T, { primary: !0, onClick: i, children: h || t }) });
|
|
5524
5524
|
case "secondary":
|
|
5525
|
-
return /* @__PURE__ */ e(G, { children: l ? /* @__PURE__ */ e(T, { secondary: !0, iconLeft: l, onClick:
|
|
5526
|
-
|
|
5525
|
+
return /* @__PURE__ */ e(G, { children: l ? /* @__PURE__ */ e(T, { secondary: !0, iconLeft: l, onClick: i, children: n ? /* @__PURE__ */ e(
|
|
5526
|
+
v,
|
|
5527
5527
|
{
|
|
5528
5528
|
fontFamily: "Poppins",
|
|
5529
5529
|
fontSize: "md",
|
|
@@ -5531,11 +5531,11 @@ const bo = ({
|
|
|
5531
5531
|
style: { color: "var(--sa-background-success, #28ac6e)" },
|
|
5532
5532
|
children: h || t
|
|
5533
5533
|
}
|
|
5534
|
-
) : t }) : /* @__PURE__ */ e(T, { secondary: !0, onClick:
|
|
5534
|
+
) : t }) : /* @__PURE__ */ e(T, { secondary: !0, onClick: i, children: h || t }) });
|
|
5535
5535
|
case "success":
|
|
5536
|
-
return /* @__PURE__ */ e(G, { children: l ? /* @__PURE__ */ e(T, { success: !0, iconLeft: l, onClick:
|
|
5536
|
+
return /* @__PURE__ */ e(G, { children: l ? /* @__PURE__ */ e(T, { success: !0, iconLeft: l, onClick: i, children: h || t }) : /* @__PURE__ */ e(T, { success: !0, onClick: i, children: h || t }) });
|
|
5537
5537
|
default:
|
|
5538
|
-
return /* @__PURE__ */ e(G, { children: l ? /* @__PURE__ */ e(T, { primary: !0, iconLeft: l, onClick:
|
|
5538
|
+
return /* @__PURE__ */ e(G, { children: l ? /* @__PURE__ */ e(T, { primary: !0, iconLeft: l, onClick: i, children: h || t }) : /* @__PURE__ */ e(T, { primary: !0, onClick: i, children: h || t }) });
|
|
5539
5539
|
}
|
|
5540
5540
|
};
|
|
5541
5541
|
return /* @__PURE__ */ u(
|
|
@@ -5550,7 +5550,7 @@ const bo = ({
|
|
|
5550
5550
|
marginBlock: "auto",
|
|
5551
5551
|
customHeight: a,
|
|
5552
5552
|
children: [
|
|
5553
|
-
d || /* @__PURE__ */ e(
|
|
5553
|
+
d || /* @__PURE__ */ e(Qi, {}),
|
|
5554
5554
|
/* @__PURE__ */ e(f, { children: r.map((m, y) => /* @__PURE__ */ e(
|
|
5555
5555
|
pe.Body1,
|
|
5556
5556
|
{
|
|
@@ -5576,7 +5576,7 @@ const bo = ({
|
|
|
5576
5576
|
c000000: "#000000",
|
|
5577
5577
|
cFFFFFF: "#FFFFFF"
|
|
5578
5578
|
};
|
|
5579
|
-
function
|
|
5579
|
+
function Yi({ width: t, height: r }) {
|
|
5580
5580
|
return /* @__PURE__ */ e(G, { children: /* @__PURE__ */ u(
|
|
5581
5581
|
"svg",
|
|
5582
5582
|
{
|
|
@@ -5780,7 +5780,7 @@ function Xn({ width: t, height: r }) {
|
|
|
5780
5780
|
) });
|
|
5781
5781
|
}
|
|
5782
5782
|
function wo({ onClick: t }) {
|
|
5783
|
-
const r =
|
|
5783
|
+
const r = ne("md");
|
|
5784
5784
|
return /* @__PURE__ */ u(
|
|
5785
5785
|
f,
|
|
5786
5786
|
{
|
|
@@ -5791,9 +5791,9 @@ function wo({ onClick: t }) {
|
|
|
5791
5791
|
justify: "center",
|
|
5792
5792
|
gap: "md",
|
|
5793
5793
|
children: [
|
|
5794
|
-
/* @__PURE__ */ e(
|
|
5794
|
+
/* @__PURE__ */ e(Yi, { width: r ? 600 : 300 }),
|
|
5795
5795
|
/* @__PURE__ */ e(
|
|
5796
|
-
|
|
5796
|
+
v,
|
|
5797
5797
|
{
|
|
5798
5798
|
fontWeight: "bold",
|
|
5799
5799
|
fontSize: r ? "3xl" : "2xl",
|
|
@@ -5802,7 +5802,7 @@ function wo({ onClick: t }) {
|
|
|
5802
5802
|
}
|
|
5803
5803
|
),
|
|
5804
5804
|
/* @__PURE__ */ e(
|
|
5805
|
-
|
|
5805
|
+
v,
|
|
5806
5806
|
{
|
|
5807
5807
|
fontWeight: "semibold",
|
|
5808
5808
|
fontSize: r ? "lg" : "md",
|
|
@@ -5836,7 +5836,7 @@ const A = {
|
|
|
5836
5836
|
cF4F4F4: "#F4F4F4",
|
|
5837
5837
|
cFFFFFF: "#FFFFFF"
|
|
5838
5838
|
};
|
|
5839
|
-
function
|
|
5839
|
+
function Xi({ width: t, height: r }) {
|
|
5840
5840
|
return /* @__PURE__ */ e(G, { children: /* @__PURE__ */ u(
|
|
5841
5841
|
"svg",
|
|
5842
5842
|
{
|
|
@@ -6052,7 +6052,7 @@ function Kn({ width: t, height: r }) {
|
|
|
6052
6052
|
) });
|
|
6053
6053
|
}
|
|
6054
6054
|
function ko({ onClick: t }) {
|
|
6055
|
-
const r =
|
|
6055
|
+
const r = ne("md");
|
|
6056
6056
|
return /* @__PURE__ */ u(
|
|
6057
6057
|
f,
|
|
6058
6058
|
{
|
|
@@ -6063,8 +6063,8 @@ function ko({ onClick: t }) {
|
|
|
6063
6063
|
justify: "center",
|
|
6064
6064
|
gap: "md",
|
|
6065
6065
|
children: [
|
|
6066
|
-
/* @__PURE__ */ e(
|
|
6067
|
-
/* @__PURE__ */ e(
|
|
6066
|
+
/* @__PURE__ */ e(Xi, { width: r ? 600 : 300 }),
|
|
6067
|
+
/* @__PURE__ */ e(v, { fontWeight: "bold", fontSize: r ? "3xl" : "2xl", children: "We Are Sorry ..." }),
|
|
6068
6068
|
t && /* @__PURE__ */ e(T, { size: r ? "md" : "xs", onClick: t, children: "Go Back" })
|
|
6069
6069
|
]
|
|
6070
6070
|
}
|
|
@@ -6087,7 +6087,7 @@ const c = {
|
|
|
6087
6087
|
cFFE18B: "#FFE18B",
|
|
6088
6088
|
cFFFFFF: "#FFFFFF"
|
|
6089
6089
|
};
|
|
6090
|
-
function
|
|
6090
|
+
function Ki({ width: t, height: r }) {
|
|
6091
6091
|
return /* @__PURE__ */ e(G, { children: /* @__PURE__ */ u(
|
|
6092
6092
|
"svg",
|
|
6093
6093
|
{
|
|
@@ -6760,7 +6760,7 @@ function ei({ width: t, height: r }) {
|
|
|
6760
6760
|
) });
|
|
6761
6761
|
}
|
|
6762
6762
|
function So({ onClick: t }) {
|
|
6763
|
-
const r =
|
|
6763
|
+
const r = ne("md");
|
|
6764
6764
|
return /* @__PURE__ */ u(
|
|
6765
6765
|
f,
|
|
6766
6766
|
{
|
|
@@ -6772,9 +6772,9 @@ function So({ onClick: t }) {
|
|
|
6772
6772
|
gap: "md",
|
|
6773
6773
|
overflow: "overflow-hidden",
|
|
6774
6774
|
children: [
|
|
6775
|
-
/* @__PURE__ */ e(
|
|
6775
|
+
/* @__PURE__ */ e(Ki, { width: r ? 600 : 300 }),
|
|
6776
6776
|
/* @__PURE__ */ e(
|
|
6777
|
-
|
|
6777
|
+
v,
|
|
6778
6778
|
{
|
|
6779
6779
|
fontWeight: "bold",
|
|
6780
6780
|
fontSize: r ? "3xl" : "2xl",
|
|
@@ -6783,7 +6783,7 @@ function So({ onClick: t }) {
|
|
|
6783
6783
|
}
|
|
6784
6784
|
),
|
|
6785
6785
|
/* @__PURE__ */ e(
|
|
6786
|
-
|
|
6786
|
+
v,
|
|
6787
6787
|
{
|
|
6788
6788
|
fontWeight: "semibold",
|
|
6789
6789
|
fontSize: r ? "lg" : "md",
|
|
@@ -6797,8 +6797,8 @@ function So({ onClick: t }) {
|
|
|
6797
6797
|
);
|
|
6798
6798
|
}
|
|
6799
6799
|
const Fo = (t) => {
|
|
6800
|
-
var
|
|
6801
|
-
const r =
|
|
6800
|
+
var i, o, n, l, s;
|
|
6801
|
+
const r = ne("md");
|
|
6802
6802
|
return /* @__PURE__ */ u(
|
|
6803
6803
|
ut,
|
|
6804
6804
|
{
|
|
@@ -6812,20 +6812,20 @@ const Fo = (t) => {
|
|
|
6812
6812
|
}
|
|
6813
6813
|
},
|
|
6814
6814
|
children: [
|
|
6815
|
-
/* @__PURE__ */ e(Ot, { ...t.dialogTitleProps, children: typeof t.title == "string" ? /* @__PURE__ */ e(
|
|
6816
|
-
/* @__PURE__ */ e(ht, { children: typeof t.description == "string" ? /* @__PURE__ */ e(
|
|
6815
|
+
/* @__PURE__ */ e(Ot, { ...t.dialogTitleProps, children: typeof t.title == "string" ? /* @__PURE__ */ e(v, { fontSize: "lg", fontWeight: "medium", children: t.title }) : t.title }),
|
|
6816
|
+
/* @__PURE__ */ e(ht, { children: typeof t.description == "string" ? /* @__PURE__ */ e(v, { fontSize: "md", lineHeight: "leading-6", color: "tertiary", children: t.description }) : t.description }),
|
|
6817
6817
|
/* @__PURE__ */ e(_t, { children: /* @__PURE__ */ e(
|
|
6818
6818
|
f,
|
|
6819
6819
|
{
|
|
6820
6820
|
display: "flex",
|
|
6821
|
-
direction: ((
|
|
6821
|
+
direction: ((i = t.containerConfirmBtnProps) == null ? void 0 : i.direction) || "row",
|
|
6822
6822
|
justify: ((o = t.containerConfirmBtnProps) == null ? void 0 : o.justify) || "flex-end",
|
|
6823
6823
|
...t.containerConfirmBtnProps,
|
|
6824
6824
|
children: /* @__PURE__ */ u(
|
|
6825
6825
|
f,
|
|
6826
6826
|
{
|
|
6827
6827
|
display: "flex",
|
|
6828
|
-
direction: ((
|
|
6828
|
+
direction: ((n = t.wrapperConfirmBtnProps) == null ? void 0 : n.direction) || "row",
|
|
6829
6829
|
justify: ((l = t.wrapperConfirmBtnProps) == null ? void 0 : l.justify) || "flex-end",
|
|
6830
6830
|
gap: ((s = t.wrapperConfirmBtnProps) == null ? void 0 : s.gap) || "sm",
|
|
6831
6831
|
...t.wrapperConfirmBtnProps,
|
|
@@ -6863,9 +6863,9 @@ const Fo = (t) => {
|
|
|
6863
6863
|
({
|
|
6864
6864
|
children: t,
|
|
6865
6865
|
height: r,
|
|
6866
|
-
minHeight:
|
|
6866
|
+
minHeight: i,
|
|
6867
6867
|
customHeight: o,
|
|
6868
|
-
paddingInline:
|
|
6868
|
+
paddingInline: n = "spacing-0",
|
|
6869
6869
|
paddingBlock: l = "spacing-0",
|
|
6870
6870
|
header: s,
|
|
6871
6871
|
footer: a,
|
|
@@ -6874,25 +6874,25 @@ const Fo = (t) => {
|
|
|
6874
6874
|
action: g,
|
|
6875
6875
|
actionContainer: m,
|
|
6876
6876
|
containerProps: y,
|
|
6877
|
-
bodyProps:
|
|
6877
|
+
bodyProps: D,
|
|
6878
6878
|
headerProps: E = { borderBottom: !0 },
|
|
6879
6879
|
footerProps: x = { borderTop: !0 },
|
|
6880
|
-
variantTag:
|
|
6880
|
+
variantTag: R = "info"
|
|
6881
6881
|
}) => {
|
|
6882
|
-
const
|
|
6883
|
-
|
|
6884
|
-
const
|
|
6885
|
-
if (
|
|
6886
|
-
const P =
|
|
6882
|
+
const j = ie(null), [N, q] = k("100vh");
|
|
6883
|
+
Z(() => {
|
|
6884
|
+
const I = () => {
|
|
6885
|
+
if (j.current) {
|
|
6886
|
+
const P = j.current.getBoundingClientRect().top;
|
|
6887
6887
|
q(`calc(100vh - ${P}px)`);
|
|
6888
6888
|
}
|
|
6889
6889
|
};
|
|
6890
|
-
return
|
|
6890
|
+
return I(), window.addEventListener("resize", I), () => window.removeEventListener("resize", I);
|
|
6891
6891
|
}, []);
|
|
6892
6892
|
const M = () => d ? /* @__PURE__ */ u(f, { direction: "row", gap: "sm", align: "center", children: [
|
|
6893
|
-
/* @__PURE__ */ e(
|
|
6894
|
-
/* @__PURE__ */ e(Le, { border: !0, text: d, variant:
|
|
6895
|
-
] }) : /* @__PURE__ */ e(
|
|
6893
|
+
/* @__PURE__ */ e(v, { fontWeight: "medium", children: h }),
|
|
6894
|
+
/* @__PURE__ */ e(Le, { border: !0, text: d, variant: R })
|
|
6895
|
+
] }) : /* @__PURE__ */ e(v, { fontWeight: "medium", children: h }), ae = () => s || /* @__PURE__ */ u(
|
|
6896
6896
|
f,
|
|
6897
6897
|
{
|
|
6898
6898
|
direction: "row",
|
|
@@ -6908,12 +6908,12 @@ const Fo = (t) => {
|
|
|
6908
6908
|
return /* @__PURE__ */ u(
|
|
6909
6909
|
f,
|
|
6910
6910
|
{
|
|
6911
|
-
ref:
|
|
6911
|
+
ref: j,
|
|
6912
6912
|
height: r,
|
|
6913
|
-
customMinHeight:
|
|
6913
|
+
customMinHeight: i,
|
|
6914
6914
|
customHeight: o,
|
|
6915
6915
|
paddingBlock: l,
|
|
6916
|
-
paddingInline:
|
|
6916
|
+
paddingInline: n,
|
|
6917
6917
|
bg: "white",
|
|
6918
6918
|
direction: "column",
|
|
6919
6919
|
...y,
|
|
@@ -6929,11 +6929,11 @@ const Fo = (t) => {
|
|
|
6929
6929
|
f,
|
|
6930
6930
|
{
|
|
6931
6931
|
padding: "spacing-0",
|
|
6932
|
-
...
|
|
6932
|
+
...D,
|
|
6933
6933
|
style: {
|
|
6934
6934
|
flex: 1,
|
|
6935
6935
|
overflow: "auto",
|
|
6936
|
-
...(
|
|
6936
|
+
...(D == null ? void 0 : D.style) ?? {}
|
|
6937
6937
|
},
|
|
6938
6938
|
children: t
|
|
6939
6939
|
}
|
|
@@ -6944,16 +6944,16 @@ const Fo = (t) => {
|
|
|
6944
6944
|
);
|
|
6945
6945
|
}
|
|
6946
6946
|
), Mo = Ge.memo(
|
|
6947
|
-
({ value: t, options: r = [], onChange:
|
|
6948
|
-
const
|
|
6947
|
+
({ value: t, options: r = [], onChange: i, multiple: o }) => {
|
|
6948
|
+
const n = (t == null ? void 0 : t.map((a) => a.value)) || [], l = (r == null ? void 0 : r.filter((a) => n.includes(a.value))) || [], s = (a) => {
|
|
6949
6949
|
const h = [...l];
|
|
6950
6950
|
let d = [];
|
|
6951
|
-
o ? d =
|
|
6951
|
+
o ? d = n.includes(a.value) ? h.filter((g) => g.value !== a.value) : [...h, a] : d = [a], i == null || i(d);
|
|
6952
6952
|
};
|
|
6953
6953
|
return /* @__PURE__ */ e(f, { direction: "row", gap: "sm", flexWrap: "wrap", children: r == null ? void 0 : r.map((a, h) => /* @__PURE__ */ e(
|
|
6954
6954
|
T,
|
|
6955
6955
|
{
|
|
6956
|
-
...
|
|
6956
|
+
...n.includes(a.value) ? { primary: !0 } : { secondary: !0 },
|
|
6957
6957
|
onClick: () => s(a),
|
|
6958
6958
|
children: a.label
|
|
6959
6959
|
},
|
|
@@ -6961,14 +6961,14 @@ const Fo = (t) => {
|
|
|
6961
6961
|
)) });
|
|
6962
6962
|
}
|
|
6963
6963
|
);
|
|
6964
|
-
function
|
|
6964
|
+
function vt(t) {
|
|
6965
6965
|
return null;
|
|
6966
6966
|
}
|
|
6967
|
-
|
|
6968
|
-
function
|
|
6967
|
+
vt.displayName = "LayoutDialog.Header";
|
|
6968
|
+
function Dt(t) {
|
|
6969
6969
|
return null;
|
|
6970
6970
|
}
|
|
6971
|
-
|
|
6971
|
+
Dt.displayName = "LayoutDialog.Body";
|
|
6972
6972
|
function bt(t) {
|
|
6973
6973
|
return null;
|
|
6974
6974
|
}
|
|
@@ -6994,11 +6994,11 @@ const re = {
|
|
|
6994
6994
|
"lyd-vm-group": "_lyd-vm-group_1e92c_162",
|
|
6995
6995
|
"lyd-vm-btn": "_lyd-vm-btn_1e92c_170",
|
|
6996
6996
|
"lyd-close-btn": "_lyd-close-btn_1e92c_193"
|
|
6997
|
-
},
|
|
6997
|
+
}, en = [
|
|
6998
6998
|
{
|
|
6999
6999
|
mode: "sidebar",
|
|
7000
7000
|
label: "Sidebar",
|
|
7001
|
-
icon: /* @__PURE__ */ e(
|
|
7001
|
+
icon: /* @__PURE__ */ e(rn, {})
|
|
7002
7002
|
},
|
|
7003
7003
|
{
|
|
7004
7004
|
mode: "modal",
|
|
@@ -7011,22 +7011,22 @@ const re = {
|
|
|
7011
7011
|
icon: /* @__PURE__ */ e(w, { name: "Fullscreen", size: "sm" })
|
|
7012
7012
|
}
|
|
7013
7013
|
];
|
|
7014
|
-
function
|
|
7015
|
-
return /* @__PURE__ */ e("div", { className: re["lyd-vm-group"], role: "group", "aria-label": "View mode", children:
|
|
7014
|
+
function tn({ value: t, onChange: r }) {
|
|
7015
|
+
return /* @__PURE__ */ e("div", { className: re["lyd-vm-group"], role: "group", "aria-label": "View mode", children: en.map((i) => /* @__PURE__ */ e(
|
|
7016
7016
|
"button",
|
|
7017
7017
|
{
|
|
7018
7018
|
type: "button",
|
|
7019
7019
|
className: re["lyd-vm-btn"],
|
|
7020
|
-
"data-active": t ===
|
|
7021
|
-
"aria-label": `Switch to ${
|
|
7022
|
-
"aria-pressed": t ===
|
|
7023
|
-
onClick: () => r(
|
|
7024
|
-
children:
|
|
7020
|
+
"data-active": t === i.mode,
|
|
7021
|
+
"aria-label": `Switch to ${i.label} view`,
|
|
7022
|
+
"aria-pressed": t === i.mode,
|
|
7023
|
+
onClick: () => r(i.mode),
|
|
7024
|
+
children: i.icon
|
|
7025
7025
|
},
|
|
7026
|
-
|
|
7026
|
+
i.mode
|
|
7027
7027
|
)) });
|
|
7028
7028
|
}
|
|
7029
|
-
function
|
|
7029
|
+
function rn() {
|
|
7030
7030
|
return /* @__PURE__ */ u(
|
|
7031
7031
|
"svg",
|
|
7032
7032
|
{
|
|
@@ -7053,21 +7053,21 @@ const lt = {
|
|
|
7053
7053
|
xl: "1200px",
|
|
7054
7054
|
"2xl": "1440px"
|
|
7055
7055
|
};
|
|
7056
|
-
function
|
|
7056
|
+
function nn(t) {
|
|
7057
7057
|
return t ? t in lt ? lt[t] : t : lt.xl;
|
|
7058
7058
|
}
|
|
7059
7059
|
function $e(t, r) {
|
|
7060
|
-
let
|
|
7060
|
+
let i = null;
|
|
7061
7061
|
return Ge.Children.forEach(t, (o) => {
|
|
7062
|
-
Ge.isValidElement(o) && o.type === r && (
|
|
7063
|
-
}),
|
|
7062
|
+
Ge.isValidElement(o) && o.type === r && (i = o.props.children ?? null);
|
|
7063
|
+
}), i;
|
|
7064
7064
|
}
|
|
7065
|
-
function
|
|
7065
|
+
function on(t) {
|
|
7066
7066
|
const {
|
|
7067
7067
|
isOpen: r,
|
|
7068
|
-
onClose:
|
|
7068
|
+
onClose: i,
|
|
7069
7069
|
viewMode: o,
|
|
7070
|
-
defaultViewMode:
|
|
7070
|
+
defaultViewMode: n = "modal",
|
|
7071
7071
|
onViewModeChange: l,
|
|
7072
7072
|
showViewModeToggle: s = !0,
|
|
7073
7073
|
showCloseButton: a = !0,
|
|
@@ -7076,37 +7076,37 @@ function oi(t) {
|
|
|
7076
7076
|
disableEscapeClose: g = !1,
|
|
7077
7077
|
disableBackdropClose: m = !1,
|
|
7078
7078
|
lockBodyScroll: y = !0,
|
|
7079
|
-
children:
|
|
7080
|
-
} = t, [E, x] = k(
|
|
7079
|
+
children: D
|
|
7080
|
+
} = t, [E, x] = k(n), R = o ?? E, N = ne("md") ? R : "fullscreen", q = ve(
|
|
7081
7081
|
(Q) => {
|
|
7082
7082
|
o === void 0 && x(Q), l == null || l(Q);
|
|
7083
7083
|
},
|
|
7084
7084
|
[o, l]
|
|
7085
|
-
), M =
|
|
7086
|
-
|
|
7085
|
+
), M = ie(null);
|
|
7086
|
+
Z(() => {
|
|
7087
7087
|
if (!(!r || !y))
|
|
7088
7088
|
return M.current = document.body.style.overflow, document.body.style.overflow = "hidden", () => {
|
|
7089
7089
|
document.body.style.overflow = M.current ?? "";
|
|
7090
7090
|
};
|
|
7091
|
-
}, [r, y]),
|
|
7091
|
+
}, [r, y]), Z(() => {
|
|
7092
7092
|
if (!r || g) return;
|
|
7093
7093
|
const Q = (K) => {
|
|
7094
|
-
K.key === "Escape" &&
|
|
7094
|
+
K.key === "Escape" && i();
|
|
7095
7095
|
};
|
|
7096
7096
|
return window.addEventListener("keydown", Q), () => window.removeEventListener("keydown", Q);
|
|
7097
|
-
}, [r, g,
|
|
7097
|
+
}, [r, g, i]);
|
|
7098
7098
|
const ae = he(
|
|
7099
|
-
() => $e(
|
|
7100
|
-
[
|
|
7099
|
+
() => $e(D, vt),
|
|
7100
|
+
[D]
|
|
7101
7101
|
), J = he(
|
|
7102
|
-
() => $e(
|
|
7103
|
-
[
|
|
7104
|
-
),
|
|
7105
|
-
() => $e(
|
|
7106
|
-
[
|
|
7102
|
+
() => $e(D, Dt),
|
|
7103
|
+
[D]
|
|
7104
|
+
), I = he(
|
|
7105
|
+
() => $e(D, bt),
|
|
7106
|
+
[D]
|
|
7107
7107
|
), P = he(
|
|
7108
|
-
() => $e(
|
|
7109
|
-
[
|
|
7108
|
+
() => $e(D, wt),
|
|
7109
|
+
[D]
|
|
7110
7110
|
);
|
|
7111
7111
|
if (!r) return null;
|
|
7112
7112
|
const oe = [
|
|
@@ -7115,10 +7115,10 @@ function oi(t) {
|
|
|
7115
7115
|
N === "fullscreen" && re["lyd-fullscreen"],
|
|
7116
7116
|
N === "sidebar" && re["lyd-sidebar"]
|
|
7117
7117
|
].filter(Boolean).join(" "), le = {
|
|
7118
|
-
"--lyd-max-w":
|
|
7118
|
+
"--lyd-max-w": nn(h),
|
|
7119
7119
|
...d !== void 0 && { "--lyd-aside-w": d }
|
|
7120
7120
|
}, $ = () => {
|
|
7121
|
-
m ||
|
|
7121
|
+
m || i();
|
|
7122
7122
|
};
|
|
7123
7123
|
return /* @__PURE__ */ u(
|
|
7124
7124
|
"div",
|
|
@@ -7140,13 +7140,13 @@ function oi(t) {
|
|
|
7140
7140
|
/* @__PURE__ */ u("div", { className: re["lyd-header"], children: [
|
|
7141
7141
|
/* @__PURE__ */ e("div", { className: re["lyd-header-content"], children: ae }),
|
|
7142
7142
|
/* @__PURE__ */ u("div", { className: re["lyd-header-actions"], children: [
|
|
7143
|
-
s && /* @__PURE__ */ e(
|
|
7143
|
+
s && /* @__PURE__ */ e(tn, { value: R, onChange: q }),
|
|
7144
7144
|
a && /* @__PURE__ */ e(
|
|
7145
7145
|
"button",
|
|
7146
7146
|
{
|
|
7147
7147
|
type: "button",
|
|
7148
7148
|
className: re["lyd-close-btn"],
|
|
7149
|
-
onClick:
|
|
7149
|
+
onClick: i,
|
|
7150
7150
|
"aria-label": "Close dialog",
|
|
7151
7151
|
children: /* @__PURE__ */ e(w, { name: "Cross", size: "md" })
|
|
7152
7152
|
}
|
|
@@ -7155,7 +7155,7 @@ function oi(t) {
|
|
|
7155
7155
|
] }),
|
|
7156
7156
|
/* @__PURE__ */ u("div", { className: re["lyd-main"], children: [
|
|
7157
7157
|
/* @__PURE__ */ e("div", { className: re["lyd-body"], children: J }),
|
|
7158
|
-
|
|
7158
|
+
I && /* @__PURE__ */ e("aside", { className: re["lyd-aside"], children: I })
|
|
7159
7159
|
] }),
|
|
7160
7160
|
P && /* @__PURE__ */ e("div", { className: re["lyd-footer"], children: P })
|
|
7161
7161
|
] })
|
|
@@ -7163,79 +7163,177 @@ function oi(t) {
|
|
|
7163
7163
|
}
|
|
7164
7164
|
);
|
|
7165
7165
|
}
|
|
7166
|
-
const Ke =
|
|
7167
|
-
Ke.Header =
|
|
7168
|
-
Ke.Body =
|
|
7166
|
+
const Ke = on;
|
|
7167
|
+
Ke.Header = vt;
|
|
7168
|
+
Ke.Body = Dt;
|
|
7169
7169
|
Ke.Aside = bt;
|
|
7170
7170
|
Ke.Footer = wt;
|
|
7171
|
-
|
|
7172
|
-
|
|
7171
|
+
function Lo({ url: t, filename: r, onClose: i }) {
|
|
7172
|
+
return Z(() => {
|
|
7173
|
+
const o = (n) => {
|
|
7174
|
+
n.key === "Escape" && i();
|
|
7175
|
+
};
|
|
7176
|
+
return window.addEventListener("keydown", o), () => window.removeEventListener("keydown", o);
|
|
7177
|
+
}, [i]), /* @__PURE__ */ u(
|
|
7178
|
+
"div",
|
|
7179
|
+
{
|
|
7180
|
+
onClick: i,
|
|
7181
|
+
style: {
|
|
7182
|
+
position: "fixed",
|
|
7183
|
+
inset: 0,
|
|
7184
|
+
zIndex: 9999,
|
|
7185
|
+
backgroundColor: "rgba(0,0,0,0.85)",
|
|
7186
|
+
display: "flex",
|
|
7187
|
+
flexDirection: "column",
|
|
7188
|
+
alignItems: "center",
|
|
7189
|
+
justifyContent: "center",
|
|
7190
|
+
gap: "12px"
|
|
7191
|
+
},
|
|
7192
|
+
children: [
|
|
7193
|
+
/* @__PURE__ */ u(
|
|
7194
|
+
"div",
|
|
7195
|
+
{
|
|
7196
|
+
onClick: (o) => o.stopPropagation(),
|
|
7197
|
+
style: {
|
|
7198
|
+
position: "absolute",
|
|
7199
|
+
top: "16px",
|
|
7200
|
+
right: "16px",
|
|
7201
|
+
display: "flex",
|
|
7202
|
+
gap: "8px"
|
|
7203
|
+
},
|
|
7204
|
+
children: [
|
|
7205
|
+
/* @__PURE__ */ e(
|
|
7206
|
+
"a",
|
|
7207
|
+
{
|
|
7208
|
+
href: t,
|
|
7209
|
+
download: r,
|
|
7210
|
+
style: {
|
|
7211
|
+
display: "inline-flex",
|
|
7212
|
+
alignItems: "center",
|
|
7213
|
+
gap: "6px",
|
|
7214
|
+
padding: "6px 12px",
|
|
7215
|
+
backgroundColor: "rgba(255,255,255,0.15)",
|
|
7216
|
+
color: "#fff",
|
|
7217
|
+
borderRadius: "var(--sa-radii-sm, 6px)",
|
|
7218
|
+
fontSize: "13px",
|
|
7219
|
+
textDecoration: "none",
|
|
7220
|
+
backdropFilter: "blur(4px)"
|
|
7221
|
+
},
|
|
7222
|
+
children: "Download"
|
|
7223
|
+
}
|
|
7224
|
+
),
|
|
7225
|
+
/* @__PURE__ */ e(
|
|
7226
|
+
"button",
|
|
7227
|
+
{
|
|
7228
|
+
onClick: i,
|
|
7229
|
+
style: {
|
|
7230
|
+
display: "inline-flex",
|
|
7231
|
+
alignItems: "center",
|
|
7232
|
+
justifyContent: "center",
|
|
7233
|
+
width: "32px",
|
|
7234
|
+
height: "32px",
|
|
7235
|
+
backgroundColor: "rgba(255,255,255,0.15)",
|
|
7236
|
+
border: "none",
|
|
7237
|
+
borderRadius: "var(--sa-radii-sm, 6px)",
|
|
7238
|
+
color: "#fff",
|
|
7239
|
+
cursor: "pointer",
|
|
7240
|
+
backdropFilter: "blur(4px)"
|
|
7241
|
+
},
|
|
7242
|
+
"aria-label": "Close preview",
|
|
7243
|
+
children: "✕"
|
|
7244
|
+
}
|
|
7245
|
+
)
|
|
7246
|
+
]
|
|
7247
|
+
}
|
|
7248
|
+
),
|
|
7249
|
+
/* @__PURE__ */ e(
|
|
7250
|
+
"img",
|
|
7251
|
+
{
|
|
7252
|
+
src: t,
|
|
7253
|
+
alt: r,
|
|
7254
|
+
onClick: (o) => o.stopPropagation(),
|
|
7255
|
+
style: {
|
|
7256
|
+
maxWidth: "90vw",
|
|
7257
|
+
maxHeight: "85vh",
|
|
7258
|
+
objectFit: "contain",
|
|
7259
|
+
borderRadius: "var(--sa-radii-sm, 6px)",
|
|
7260
|
+
boxShadow: "var(--sa-shadow-lg, 0 25px 50px rgba(0,0,0,0.5))"
|
|
7261
|
+
}
|
|
7262
|
+
}
|
|
7263
|
+
),
|
|
7264
|
+
/* @__PURE__ */ e("span", { style: { color: "rgba(255,255,255,0.6)", fontSize: "12px" }, children: r })
|
|
7265
|
+
]
|
|
7266
|
+
}
|
|
7267
|
+
);
|
|
7268
|
+
}
|
|
7269
|
+
const Bo = (t) => {
|
|
7270
|
+
const { defaultTab: r = 0, paramKey: i = "tab" } = t || {}, [o, n] = Ye(), l = Pe(o.toString());
|
|
7173
7271
|
return {
|
|
7174
|
-
activeTab: l[
|
|
7272
|
+
activeTab: l[i] ? parseInt(l[i]) : r,
|
|
7175
7273
|
handleTabChange: (h) => {
|
|
7176
|
-
|
|
7274
|
+
n({
|
|
7177
7275
|
...l,
|
|
7178
|
-
[
|
|
7276
|
+
[i]: h.toString()
|
|
7179
7277
|
});
|
|
7180
7278
|
},
|
|
7181
7279
|
searchQueries: l
|
|
7182
7280
|
};
|
|
7183
7281
|
};
|
|
7184
|
-
function
|
|
7282
|
+
function Wo({
|
|
7185
7283
|
appName: t,
|
|
7186
7284
|
menuConfig: r,
|
|
7187
|
-
formatTitle:
|
|
7285
|
+
formatTitle: i
|
|
7188
7286
|
}) {
|
|
7189
7287
|
const o = ze();
|
|
7190
|
-
|
|
7191
|
-
let
|
|
7288
|
+
Z(() => {
|
|
7289
|
+
let n = null, l = null;
|
|
7192
7290
|
for (const h of r) {
|
|
7193
7291
|
const d = h.items.find((g) => g.to ? g.to === "/" ? o.pathname === "/" : !!(g.to === o.pathname || o.pathname.startsWith(g.to + "/")) : !1);
|
|
7194
7292
|
if (d) {
|
|
7195
|
-
|
|
7293
|
+
n = d, l = h;
|
|
7196
7294
|
break;
|
|
7197
7295
|
}
|
|
7198
7296
|
}
|
|
7199
7297
|
const s = [];
|
|
7200
|
-
|
|
7298
|
+
n != null && n.title && s.push(n.title), l != null && l.name && s.push(l.name.toTitleCase());
|
|
7201
7299
|
const a = (h, d) => h.length > 0 ? `${h.join(" - ")} | ${d}` : d;
|
|
7202
|
-
document.title = (
|
|
7300
|
+
document.title = (i || a)(s, t);
|
|
7203
7301
|
}, [o.pathname]);
|
|
7204
7302
|
}
|
|
7205
|
-
const
|
|
7206
|
-
const [t, r] = Ye(),
|
|
7303
|
+
const Ao = () => {
|
|
7304
|
+
const [t, r] = Ye(), i = Pe(t.toString()), o = Jt(), n = ze(), l = o.id;
|
|
7207
7305
|
return {
|
|
7208
7306
|
// query params
|
|
7209
7307
|
setSearchParams: r,
|
|
7210
7308
|
searchParams: t,
|
|
7211
|
-
searchQueries:
|
|
7309
|
+
searchQueries: i,
|
|
7212
7310
|
isHasQuery: (g, m) => t.has(g) && t.get(g) === m,
|
|
7213
7311
|
getQueryParam: (g) => t.get(g),
|
|
7214
7312
|
// route params
|
|
7215
7313
|
getRouteParam: (g) => o[g],
|
|
7216
7314
|
params: o,
|
|
7217
7315
|
// location info
|
|
7218
|
-
location:
|
|
7316
|
+
location: n,
|
|
7219
7317
|
// khusus id (tetap ada untuk backward compatibility)
|
|
7220
7318
|
id: l,
|
|
7221
7319
|
hasId: !!l
|
|
7222
7320
|
};
|
|
7223
7321
|
};
|
|
7224
|
-
function
|
|
7225
|
-
var o,
|
|
7322
|
+
function Io(t) {
|
|
7323
|
+
var o, n;
|
|
7226
7324
|
const r = t.decodedAccessToken;
|
|
7227
7325
|
return he(() => {
|
|
7228
7326
|
var h, d;
|
|
7229
7327
|
const l = ((d = (h = r == null ? void 0 : r.access) == null ? void 0 : h.role) == null ? void 0 : d.code) ?? "", s = Object.keys(t.role).reduce(
|
|
7230
7328
|
(g, m) => {
|
|
7231
|
-
const y = `is${m.toLowerCase().replace(/(^\w|_\w)/g, (
|
|
7329
|
+
const y = `is${m.toLowerCase().replace(/(^\w|_\w)/g, (D) => D.replace("_", "").toUpperCase())}`;
|
|
7232
7330
|
return { ...g, [y]: !1 };
|
|
7233
7331
|
},
|
|
7234
7332
|
{}
|
|
7235
7333
|
);
|
|
7236
7334
|
return {
|
|
7237
7335
|
...Object.keys(t.role).reduce((g, m) => {
|
|
7238
|
-
const y = `is${m.toLowerCase().replace(/(^\w|_\w)/g, (
|
|
7336
|
+
const y = `is${m.toLowerCase().replace(/(^\w|_\w)/g, (D) => D.replace("_", "").toUpperCase())}`;
|
|
7239
7337
|
return {
|
|
7240
7338
|
...g,
|
|
7241
7339
|
[y]: l === t.role[m]
|
|
@@ -7244,103 +7342,104 @@ function Ao(t) {
|
|
|
7244
7342
|
hasRole: (g) => l === t.role[g],
|
|
7245
7343
|
getRoleKey: () => l
|
|
7246
7344
|
};
|
|
7247
|
-
}, [(
|
|
7345
|
+
}, [(n = (o = r == null ? void 0 : r.access) == null ? void 0 : o.role) == null ? void 0 : n.code, t]);
|
|
7248
7346
|
}
|
|
7249
7347
|
export {
|
|
7250
|
-
|
|
7251
|
-
|
|
7252
|
-
|
|
7348
|
+
Un as ActionMenu,
|
|
7349
|
+
hi as AdvanceFilterBar,
|
|
7350
|
+
Rn as App,
|
|
7253
7351
|
kr as AppComponent,
|
|
7254
7352
|
Qt as AppContext,
|
|
7255
|
-
|
|
7353
|
+
Tn as AppLayout,
|
|
7256
7354
|
Co as AsideBar,
|
|
7257
|
-
|
|
7258
|
-
|
|
7355
|
+
On as BackButton,
|
|
7356
|
+
pi as ColumnFilterDropdown,
|
|
7259
7357
|
Fo as ConfirmationDialog,
|
|
7260
|
-
|
|
7358
|
+
vi as DataTable,
|
|
7261
7359
|
O as DecisionWrapper,
|
|
7262
7360
|
Ct as EachUtils,
|
|
7263
7361
|
bo as EmptyStatePage,
|
|
7264
|
-
|
|
7265
|
-
|
|
7362
|
+
ui as FilterDrawer,
|
|
7363
|
+
vo as FloatingFooter,
|
|
7266
7364
|
ko as ForbiddenPage,
|
|
7267
7365
|
xo as Form,
|
|
7268
7366
|
Eo as FullSection,
|
|
7269
|
-
|
|
7367
|
+
Vn as HeaderLeftSlot,
|
|
7270
7368
|
Er as HeaderLeftSlotOutlet,
|
|
7271
7369
|
Fr as HeaderLeftSlotProvider,
|
|
7272
|
-
|
|
7273
|
-
|
|
7274
|
-
|
|
7370
|
+
jn as HorizontalField,
|
|
7371
|
+
Lo as ImagePreview,
|
|
7372
|
+
Ri as InputFile,
|
|
7373
|
+
Ui as InputImage,
|
|
7275
7374
|
Ke as LayoutDialog,
|
|
7276
7375
|
bt as LayoutDialogAside,
|
|
7277
|
-
|
|
7376
|
+
Dt as LayoutDialogBody,
|
|
7278
7377
|
wt as LayoutDialogFooter,
|
|
7279
|
-
|
|
7280
|
-
|
|
7378
|
+
vt as LayoutDialogHeader,
|
|
7379
|
+
_n as ModuleSwitcher,
|
|
7281
7380
|
Ar as ModuleSwitcherModal,
|
|
7282
7381
|
wo as NotFoundPage,
|
|
7283
|
-
|
|
7382
|
+
Zn as PageLayout,
|
|
7284
7383
|
Xe as Pressable,
|
|
7285
7384
|
Or as RightDrawer,
|
|
7286
|
-
|
|
7287
|
-
$
|
|
7385
|
+
Ji as ScrollToTopButton,
|
|
7386
|
+
$n as Section,
|
|
7288
7387
|
rr as SectionFooter,
|
|
7289
7388
|
tr as SectionHeader,
|
|
7290
7389
|
Mo as SelectButton,
|
|
7291
7390
|
So as ServerErrorPage,
|
|
7292
7391
|
br as SidebarBadgesProvider,
|
|
7293
|
-
|
|
7392
|
+
zn as SidebarGroupSlot,
|
|
7294
7393
|
Lr as SidebarGroupSlotOutlet,
|
|
7295
7394
|
Mr as SidebarGroupSlotProvider,
|
|
7296
7395
|
Sr as SidebarHeaderSlot,
|
|
7297
|
-
|
|
7298
|
-
|
|
7299
|
-
|
|
7300
|
-
|
|
7396
|
+
yi as TableFooter,
|
|
7397
|
+
gi as TableHeader,
|
|
7398
|
+
Yn as TableSection,
|
|
7399
|
+
fi as TableWrapper,
|
|
7301
7400
|
po as ToggleStatus,
|
|
7302
7401
|
pe as Typography,
|
|
7303
|
-
|
|
7304
|
-
|
|
7305
|
-
|
|
7306
|
-
|
|
7402
|
+
Do as VerticalField,
|
|
7403
|
+
Nn as clearModuleSelection,
|
|
7404
|
+
Xn as createInitialFromUserName,
|
|
7405
|
+
io as cssVars,
|
|
7307
7406
|
lo as formHasChanged,
|
|
7308
7407
|
ro as formatDate,
|
|
7309
|
-
|
|
7408
|
+
Ei as formatDateToIndonesian,
|
|
7310
7409
|
eo as formatRupiah,
|
|
7311
|
-
|
|
7312
|
-
|
|
7410
|
+
Pn as getDateFilterValue,
|
|
7411
|
+
Jn as getDateRangeFilterValue,
|
|
7313
7412
|
to as getInitials,
|
|
7314
|
-
|
|
7315
|
-
|
|
7316
|
-
|
|
7317
|
-
|
|
7413
|
+
Gn as getValueDropdownMultipleFilter,
|
|
7414
|
+
qn as getValueRadioFilter,
|
|
7415
|
+
di as getValueSearch,
|
|
7416
|
+
nt as getValuesFilter,
|
|
7318
7417
|
zt as handleChangeFilter,
|
|
7319
7418
|
yo as handleOnScroll,
|
|
7320
7419
|
fo as isEmail,
|
|
7321
|
-
|
|
7420
|
+
Qn as isFilterActive,
|
|
7322
7421
|
ao as isOnlyLettersAndSpaces,
|
|
7323
7422
|
co as isPhoneNumber,
|
|
7324
7423
|
go as isSlug,
|
|
7325
|
-
|
|
7326
|
-
|
|
7424
|
+
no as oneDayInMs,
|
|
7425
|
+
Kn as parseIndonesianDateToDate,
|
|
7327
7426
|
mo as preventNonCoordinateInput,
|
|
7328
7427
|
ho as preventNonNumberAndDecimalInput,
|
|
7329
7428
|
so as preventNonNumberInput,
|
|
7330
7429
|
uo as preventNumberInput,
|
|
7331
|
-
|
|
7332
|
-
|
|
7333
|
-
|
|
7334
|
-
|
|
7430
|
+
li as resolveDateRangeValueToString,
|
|
7431
|
+
ci as resolveDateValueToString,
|
|
7432
|
+
ni as resolveDropdownValueToString,
|
|
7433
|
+
oi as resolveRadioValueToString,
|
|
7335
7434
|
rt as resolveSidebarBadge,
|
|
7336
7435
|
oo as textWidth,
|
|
7337
7436
|
Yt as useApp,
|
|
7338
|
-
|
|
7339
|
-
|
|
7340
|
-
|
|
7437
|
+
Dr as useAppState,
|
|
7438
|
+
Io as useAuthRole,
|
|
7439
|
+
Wo as useDynamicTitle,
|
|
7341
7440
|
er as useModuleSelection,
|
|
7342
7441
|
xt as useRouteInfo,
|
|
7343
|
-
|
|
7442
|
+
Ao as useRouteParams,
|
|
7344
7443
|
wr as useSidebarBadges,
|
|
7345
|
-
|
|
7444
|
+
Bo as useTabState
|
|
7346
7445
|
};
|