@starasia/admin 6.5.0 → 6.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/InputFile/index.d.ts +12 -4
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +1069 -1045
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -8,11 +8,11 @@ export * from "@starasia/breadcrumb";
|
|
|
8
8
|
import { Button as T } from "@starasia/button";
|
|
9
9
|
export * from "@starasia/button";
|
|
10
10
|
export * from "@starasia/card";
|
|
11
|
-
import { StarasiaDate as
|
|
11
|
+
import { StarasiaDate as lr } from "@starasia/date";
|
|
12
12
|
export * from "@starasia/date";
|
|
13
13
|
import { Dialog as ut, DialogTitle as Ot, DialogBody as ht, DialogFooter as _t } from "@starasia/dialog";
|
|
14
14
|
export * from "@starasia/dialog";
|
|
15
|
-
import { Drawer as
|
|
15
|
+
import { Drawer as or } from "@starasia/drawer";
|
|
16
16
|
export * from "@starasia/drawer";
|
|
17
17
|
import { Dropdown as ft } from "@starasia/dropdown";
|
|
18
18
|
export * from "@starasia/dropdown";
|
|
@@ -27,7 +27,7 @@ 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 ze, Td as Se, Table as Gt, 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";
|
|
@@ -35,7 +35,7 @@ export * from "@starasia/textarea";
|
|
|
35
35
|
import { useTheme as fr, ThemeProvider as Ft, useColor as gr } from "@starasia/theme";
|
|
36
36
|
export * from "@starasia/theme";
|
|
37
37
|
export * from "@starasia/toast";
|
|
38
|
-
import { Toggle as
|
|
38
|
+
import { Toggle as qt } from "@starasia/toggle";
|
|
39
39
|
export * from "@starasia/toggle";
|
|
40
40
|
import { Tooltip as me } from "@starasia/tooltip";
|
|
41
41
|
export * from "@starasia/tooltip";
|
|
@@ -53,12 +53,12 @@ export * from "@starasia/progress";
|
|
|
53
53
|
export * from "@starasia/stepper";
|
|
54
54
|
export * from "@starasia/accordion";
|
|
55
55
|
export * from "@starasia/story-record";
|
|
56
|
-
import { Skeleton as
|
|
56
|
+
import { Skeleton as Re } from "@starasia/skeleton";
|
|
57
57
|
export * from "@starasia/skeleton";
|
|
58
58
|
export * from "@starasia/progress-stepper";
|
|
59
|
-
import { jsx as e, Fragment as
|
|
60
|
-
import
|
|
61
|
-
import { useSearchParams as Ye, useNavigate as mt, useLocation as Ve, Outlet as Et, Link as
|
|
59
|
+
import { jsx as e, Fragment as q, jsxs as s } from "react/jsx-runtime";
|
|
60
|
+
import qe, { createContext as Qe, useState as k, useContext as We, useCallback as ve, useMemo as he, memo as ce, useEffect as Z, useRef as ie, useLayoutEffect as at, isValidElement as st, forwardRef as Ut, Children as yr, useImperativeHandle as pr } from "react";
|
|
61
|
+
import { useSearchParams as Ye, useNavigate as mt, useLocation as Ve, Outlet as Et, Link as Ue, useParams as Jt } from "react-router";
|
|
62
62
|
import xr, { createPortal as Pt } from "react-dom";
|
|
63
63
|
import Cr from "react-easy-crop";
|
|
64
64
|
const vr = {
|
|
@@ -86,7 +86,7 @@ const vr = {
|
|
|
86
86
|
clearBadge: () => {
|
|
87
87
|
}
|
|
88
88
|
}), br = ({ children: t }) => {
|
|
89
|
-
const [r, i] = k({}),
|
|
89
|
+
const [r, i] = k({}), l = ve(
|
|
90
90
|
(a) => {
|
|
91
91
|
i(
|
|
92
92
|
(h) => typeof a == "function" ? a(h) : a
|
|
@@ -95,23 +95,23 @@ const vr = {
|
|
|
95
95
|
[]
|
|
96
96
|
), n = ve(
|
|
97
97
|
(a, h) => {
|
|
98
|
-
i((
|
|
99
|
-
const g = typeof h == "function" ? h(
|
|
100
|
-
return { ...
|
|
98
|
+
i((u) => {
|
|
99
|
+
const g = typeof h == "function" ? h(u[a]) : h;
|
|
100
|
+
return { ...u, [a]: g };
|
|
101
101
|
});
|
|
102
102
|
},
|
|
103
103
|
[]
|
|
104
|
-
),
|
|
104
|
+
), o = ve((a) => {
|
|
105
105
|
i((h) => {
|
|
106
106
|
if (!(a in h)) return h;
|
|
107
|
-
const
|
|
108
|
-
return delete
|
|
107
|
+
const u = { ...h };
|
|
108
|
+
return delete u[a], u;
|
|
109
109
|
});
|
|
110
|
-
}, []),
|
|
111
|
-
() => ({ badges: r, setBadge: n, setBadges:
|
|
112
|
-
[r, n,
|
|
110
|
+
}, []), d = he(
|
|
111
|
+
() => ({ badges: r, setBadge: n, setBadges: l, clearBadge: o }),
|
|
112
|
+
[r, n, l, o]
|
|
113
113
|
);
|
|
114
|
-
return /* @__PURE__ */ e(Xt.Provider, { value:
|
|
114
|
+
return /* @__PURE__ */ e(Xt.Provider, { value: d, children: t });
|
|
115
115
|
}, wr = () => We(Xt), rt = (t, r) => {
|
|
116
116
|
const i = r !== void 0 ? r : t;
|
|
117
117
|
return i == null ? null : typeof i == "string" || typeof i == "number" ? { value: i } : i;
|
|
@@ -119,37 +119,37 @@ const vr = {
|
|
|
119
119
|
router: t,
|
|
120
120
|
menus: r = [],
|
|
121
121
|
menuBottom: i,
|
|
122
|
-
logo:
|
|
122
|
+
logo: l,
|
|
123
123
|
appName: n = "Workspace",
|
|
124
|
-
initialUserData:
|
|
125
|
-
theme:
|
|
124
|
+
initialUserData: o,
|
|
125
|
+
theme: d
|
|
126
126
|
}) => {
|
|
127
|
-
const a = Dr({ initialUserData:
|
|
127
|
+
const a = Dr({ initialUserData: o }), { theme: h } = fr();
|
|
128
128
|
return /* @__PURE__ */ e(
|
|
129
129
|
Qt.Provider,
|
|
130
130
|
{
|
|
131
131
|
value: {
|
|
132
|
-
logo:
|
|
132
|
+
logo: l,
|
|
133
133
|
appName: n,
|
|
134
134
|
menus: r,
|
|
135
135
|
userData: a.userData,
|
|
136
136
|
setUserData: a.setUserData,
|
|
137
137
|
menuBottom: i
|
|
138
138
|
},
|
|
139
|
-
children: /* @__PURE__ */ e(br, { children:
|
|
139
|
+
children: /* @__PURE__ */ e(br, { children: d ? /* @__PURE__ */ e(Ft, { value: d, 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 i = typeof r == "function",
|
|
149
|
+
const i = typeof r == "function", l = i ? r({
|
|
150
150
|
collapsed: t
|
|
151
151
|
}) : r;
|
|
152
|
-
return
|
|
152
|
+
return l == null || l === !1 ? null : /* @__PURE__ */ e(
|
|
153
153
|
"div",
|
|
154
154
|
{
|
|
155
155
|
style: {
|
|
@@ -163,7 +163,7 @@ function Sr({
|
|
|
163
163
|
paddingBottom: "0.5rem",
|
|
164
164
|
boxSizing: "border-box"
|
|
165
165
|
},
|
|
166
|
-
children: i ?
|
|
166
|
+
children: i ? l : /* @__PURE__ */ e(
|
|
167
167
|
"div",
|
|
168
168
|
{
|
|
169
169
|
style: {
|
|
@@ -171,7 +171,7 @@ function Sr({
|
|
|
171
171
|
transition: "opacity 0.3s",
|
|
172
172
|
visibility: t ? "hidden" : "visible"
|
|
173
173
|
},
|
|
174
|
-
children:
|
|
174
|
+
children: l
|
|
175
175
|
}
|
|
176
176
|
)
|
|
177
177
|
}
|
|
@@ -179,19 +179,19 @@ function Sr({
|
|
|
179
179
|
}
|
|
180
180
|
const yt = Qe(null);
|
|
181
181
|
function Fr({ children: t }) {
|
|
182
|
-
const [r, i] = k(null), [
|
|
182
|
+
const [r, i] = k(null), [l, n] = k(null), [o, d] = k(null), [a, h] = k(0), u = ve(() => (h((g) => g + 1), () => h((g) => g - 1)), []);
|
|
183
183
|
return /* @__PURE__ */ e(
|
|
184
184
|
yt.Provider,
|
|
185
185
|
{
|
|
186
186
|
value: {
|
|
187
187
|
prependNode: r,
|
|
188
|
-
appendNode:
|
|
189
|
-
replaceNode:
|
|
188
|
+
appendNode: l,
|
|
189
|
+
replaceNode: o,
|
|
190
190
|
setPrependNode: i,
|
|
191
191
|
setAppendNode: n,
|
|
192
|
-
setReplaceNode:
|
|
192
|
+
setReplaceNode: d,
|
|
193
193
|
replaceCount: a,
|
|
194
|
-
registerReplace:
|
|
194
|
+
registerReplace: u
|
|
195
195
|
},
|
|
196
196
|
children: t
|
|
197
197
|
}
|
|
@@ -199,13 +199,13 @@ function Fr({ children: t }) {
|
|
|
199
199
|
}
|
|
200
200
|
function Er({ children: t }) {
|
|
201
201
|
const r = We(yt);
|
|
202
|
-
return r ? /* @__PURE__ */
|
|
202
|
+
return r ? /* @__PURE__ */ s(q, { children: [
|
|
203
203
|
/* @__PURE__ */ e("div", { ref: r.setPrependNode, style: { display: "contents" } }),
|
|
204
204
|
r.replaceCount > 0 ? /* @__PURE__ */ e("div", { ref: r.setReplaceNode, style: { display: "contents" } }) : t,
|
|
205
205
|
/* @__PURE__ */ e("div", { ref: r.setAppendNode, style: { display: "contents" } })
|
|
206
|
-
] }) : /* @__PURE__ */ e(
|
|
206
|
+
] }) : /* @__PURE__ */ e(q, { children: t });
|
|
207
207
|
}
|
|
208
|
-
function
|
|
208
|
+
function zn({
|
|
209
209
|
children: t,
|
|
210
210
|
mode: r = "append"
|
|
211
211
|
}) {
|
|
@@ -217,40 +217,40 @@ function Rn({
|
|
|
217
217
|
return process.env.NODE_ENV !== "production" && console.warn(
|
|
218
218
|
"[HeaderLeftSlot] used outside AppLayout — content not rendered"
|
|
219
219
|
), null;
|
|
220
|
-
const
|
|
221
|
-
return
|
|
220
|
+
const l = r === "prepend" ? i.prependNode : r === "replace" ? i.replaceNode : i.appendNode;
|
|
221
|
+
return l ? Pt(t, l) : null;
|
|
222
222
|
}
|
|
223
223
|
const pt = Qe(null);
|
|
224
224
|
function Mr({ children: t }) {
|
|
225
|
-
const [r, i] = k({}), [
|
|
226
|
-
i((g) => g[h] ===
|
|
227
|
-
}, []),
|
|
228
|
-
...
|
|
229
|
-
[h]: Math.max(0, (
|
|
225
|
+
const [r, i] = k({}), [l, n] = k({}), o = ve((h, u) => {
|
|
226
|
+
i((g) => g[h] === u ? g : { ...g, [h]: u });
|
|
227
|
+
}, []), d = ve((h) => (n((u) => ({ ...u, [h]: (u[h] ?? 0) + 1 })), () => n((u) => ({
|
|
228
|
+
...u,
|
|
229
|
+
[h]: Math.max(0, (u[h] ?? 0) - 1)
|
|
230
230
|
}))), []), a = he(
|
|
231
|
-
() => ({ outletNodes: r, setOutletNode:
|
|
232
|
-
[r,
|
|
231
|
+
() => ({ outletNodes: r, setOutletNode: o, slotCounts: l, registerSlot: d }),
|
|
232
|
+
[r, o, l, d]
|
|
233
233
|
);
|
|
234
234
|
return /* @__PURE__ */ e(pt.Provider, { value: a, children: t });
|
|
235
235
|
}
|
|
236
236
|
function Lr({ slotKey: t, fallback: r }) {
|
|
237
|
-
const i = We(pt),
|
|
237
|
+
const i = We(pt), l = i ? (i.slotCounts[t] ?? 0) > 0 : !1, n = ie(i == null ? void 0 : i.setOutletNode);
|
|
238
238
|
n.current = i == null ? void 0 : i.setOutletNode;
|
|
239
|
-
const
|
|
240
|
-
(
|
|
239
|
+
const o = ve(
|
|
240
|
+
(d) => {
|
|
241
241
|
var a;
|
|
242
|
-
return (a = n.current) == null ? void 0 : a.call(n, t,
|
|
242
|
+
return (a = n.current) == null ? void 0 : a.call(n, t, d);
|
|
243
243
|
},
|
|
244
244
|
[t]
|
|
245
245
|
// slotKey is a stable string from group config
|
|
246
246
|
);
|
|
247
|
-
return /* @__PURE__ */ e(
|
|
247
|
+
return /* @__PURE__ */ e(q, { children: l ? /* @__PURE__ */ e("div", { ref: o, style: { display: "contents" } }) : r });
|
|
248
248
|
}
|
|
249
249
|
function Vn({ slotKey: t, children: r }) {
|
|
250
|
-
const i = We(pt),
|
|
251
|
-
if (
|
|
252
|
-
var
|
|
253
|
-
return (
|
|
250
|
+
const i = We(pt), l = ie(i == null ? void 0 : i.registerSlot);
|
|
251
|
+
if (l.current = i == null ? void 0 : i.registerSlot, Z(() => {
|
|
252
|
+
var o;
|
|
253
|
+
return (o = l.current) == null ? void 0 : o.call(l, t);
|
|
254
254
|
}, [t]), !i)
|
|
255
255
|
return process.env.NODE_ENV !== "production" && console.warn(
|
|
256
256
|
"[SidebarGroupSlot] used outside AppLayout — content not rendered"
|
|
@@ -277,20 +277,20 @@ function er() {
|
|
|
277
277
|
() => Mt()
|
|
278
278
|
);
|
|
279
279
|
return Z(() => {
|
|
280
|
-
const
|
|
280
|
+
const l = () => {
|
|
281
281
|
r(Mt());
|
|
282
|
-
}, n = (
|
|
283
|
-
|
|
282
|
+
}, n = (o) => {
|
|
283
|
+
o.key === Je && l();
|
|
284
284
|
};
|
|
285
|
-
return window.addEventListener(dt,
|
|
286
|
-
window.removeEventListener(dt,
|
|
285
|
+
return window.addEventListener(dt, l), window.addEventListener("storage", n), () => {
|
|
286
|
+
window.removeEventListener(dt, l), window.removeEventListener("storage", n);
|
|
287
287
|
};
|
|
288
|
-
}, []), { selectedGroupId: t, setSelectedGroupId: (
|
|
289
|
-
Kt(
|
|
288
|
+
}, []), { selectedGroupId: t, setSelectedGroupId: (l) => {
|
|
289
|
+
Kt(l), r(l);
|
|
290
290
|
} };
|
|
291
291
|
}
|
|
292
292
|
let Ze = 0, ke = !1, Lt = /* @__PURE__ */ new Set();
|
|
293
|
-
const Wt = () => /* @__PURE__ */
|
|
293
|
+
const Wt = () => /* @__PURE__ */ s(
|
|
294
294
|
"svg",
|
|
295
295
|
{
|
|
296
296
|
width: "100%",
|
|
@@ -328,21 +328,21 @@ function Tn({
|
|
|
328
328
|
children: t,
|
|
329
329
|
headerLeftSlot: r,
|
|
330
330
|
profile: i,
|
|
331
|
-
isLoadingProfile:
|
|
331
|
+
isLoadingProfile: l,
|
|
332
332
|
onLogout: n,
|
|
333
|
-
isLoggingOut:
|
|
334
|
-
loadingComponent:
|
|
333
|
+
isLoggingOut: o,
|
|
334
|
+
loadingComponent: d,
|
|
335
335
|
sidebarHeaderContent: a,
|
|
336
336
|
headerActions: h,
|
|
337
|
-
profileRole:
|
|
337
|
+
profileRole: u,
|
|
338
338
|
profileMenuButtons: g,
|
|
339
339
|
profileMenuItems: m,
|
|
340
340
|
logoutButton: y
|
|
341
341
|
}) {
|
|
342
342
|
var Ee, _e;
|
|
343
|
-
const [D] = Ye(),
|
|
343
|
+
const [D] = Ye(), S = D.get("embed") === "true", x = Yt(), { badges: R } = wr(), j = mt(), N = Ve(), M = !ne("md"), [ae, J] = k(!1), [I, P] = k(!1), [le, oe] = k(!1), [G, Q] = k(!1), [K, se] = k(
|
|
344
344
|
() => new Set(Lt)
|
|
345
|
-
), [ee, X] = k(null), { selectedGroupId:
|
|
345
|
+
), [ee, X] = k(null), { selectedGroupId: z, setSelectedGroupId: V } = er();
|
|
346
346
|
Z(() => {
|
|
347
347
|
Lt = K;
|
|
348
348
|
}, [K]);
|
|
@@ -350,10 +350,10 @@ function Tn({
|
|
|
350
350
|
Z(() => {
|
|
351
351
|
const p = te.current;
|
|
352
352
|
if (!p) return;
|
|
353
|
-
const
|
|
353
|
+
const E = () => {
|
|
354
354
|
ke || (Ze = p.scrollTop);
|
|
355
355
|
};
|
|
356
|
-
return p.addEventListener("scroll",
|
|
356
|
+
return p.addEventListener("scroll", E), () => p.removeEventListener("scroll", E);
|
|
357
357
|
}, []);
|
|
358
358
|
const ge = () => {
|
|
359
359
|
const p = te.current;
|
|
@@ -369,24 +369,24 @@ function Tn({
|
|
|
369
369
|
return () => clearTimeout(p);
|
|
370
370
|
}, []), at(() => {
|
|
371
371
|
x.menus.length > 0 && (Ze > 0 ? ge() : requestAnimationFrame(() => {
|
|
372
|
-
var
|
|
373
|
-
const p = (
|
|
372
|
+
var E;
|
|
373
|
+
const p = (E = te.current) == null ? void 0 : E.querySelector(
|
|
374
374
|
"[data-menu-active='true']"
|
|
375
375
|
);
|
|
376
376
|
p && p.scrollIntoView({ block: "center", behavior: "instant" });
|
|
377
377
|
}));
|
|
378
378
|
}, [x.menus]), Z(() => {
|
|
379
379
|
ke = !0, ge();
|
|
380
|
-
const p = setTimeout(ge, 0),
|
|
380
|
+
const p = setTimeout(ge, 0), E = setTimeout(ge, 50), L = setTimeout(ge, 100), C = setTimeout(ge, 200), F = setTimeout(() => {
|
|
381
381
|
ke = !1;
|
|
382
382
|
}, 300);
|
|
383
383
|
return () => {
|
|
384
|
-
clearTimeout(p), clearTimeout(
|
|
384
|
+
clearTimeout(p), clearTimeout(E), clearTimeout(L), clearTimeout(C), clearTimeout(F);
|
|
385
385
|
};
|
|
386
386
|
}, [N.pathname]), Z(() => {
|
|
387
387
|
fe.current && (fe.current.scrollTop = 0);
|
|
388
388
|
}, [N.pathname]), Z(() => {
|
|
389
|
-
M &&
|
|
389
|
+
M && oe(!1);
|
|
390
390
|
}, [N.pathname, M]), Z(() => {
|
|
391
391
|
M && P(!0);
|
|
392
392
|
}, [M]);
|
|
@@ -397,59 +397,59 @@ function Tn({
|
|
|
397
397
|
}, et = () => {
|
|
398
398
|
J(!1), n();
|
|
399
399
|
}, Te = (p) => {
|
|
400
|
-
const
|
|
401
|
-
return p.children &&
|
|
400
|
+
const E = [p.to];
|
|
401
|
+
return p.children && E.push(...p.children.map((L) => L.to)), E;
|
|
402
402
|
}, Ae = [
|
|
403
403
|
...x.menus.flatMap((p) => p.items.flatMap(Te)),
|
|
404
404
|
...((Ee = x.menuBottom) == null ? void 0 : Ee.flatMap(Te)) ?? []
|
|
405
405
|
], de = (p) => {
|
|
406
406
|
if (!N.pathname.startsWith(p)) return !1;
|
|
407
|
-
const
|
|
408
|
-
return p ===
|
|
407
|
+
const E = Ae.filter((L) => N.pathname.startsWith(L)).sort((L, C) => C.length - L.length)[0];
|
|
408
|
+
return p === E;
|
|
409
409
|
};
|
|
410
410
|
Z(() => {
|
|
411
|
-
var
|
|
411
|
+
var E;
|
|
412
412
|
const p = (L) => {
|
|
413
413
|
var C;
|
|
414
|
-
(C = L.children) != null && C.some((
|
|
415
|
-
const w = new Set(
|
|
414
|
+
(C = L.children) != null && C.some((F) => N.pathname.startsWith(F.to)) && se((F) => {
|
|
415
|
+
const w = new Set(F);
|
|
416
416
|
return w.add(L.id), w;
|
|
417
417
|
});
|
|
418
418
|
};
|
|
419
419
|
x.menus.forEach((L) => {
|
|
420
420
|
L.items.forEach(p);
|
|
421
|
-
}), (
|
|
421
|
+
}), (E = x.menuBottom) == null || E.forEach(p);
|
|
422
422
|
}, [N.pathname, x.menus, x.menuBottom]);
|
|
423
423
|
const Oe = (p) => {
|
|
424
|
-
se((
|
|
425
|
-
const L = new Set(
|
|
424
|
+
se((E) => {
|
|
425
|
+
const L = new Set(E);
|
|
426
426
|
return L.has(p) ? L.delete(p) : L.add(p), L;
|
|
427
427
|
});
|
|
428
428
|
};
|
|
429
429
|
Z(() => {
|
|
430
|
-
x.menus.length !== 0 &&
|
|
431
|
-
}, [x.menus,
|
|
430
|
+
x.menus.length !== 0 && z !== null && !x.menus.some((p) => p.id === z) && V(null);
|
|
431
|
+
}, [x.menus, z, V]);
|
|
432
432
|
const Ie = he(() => {
|
|
433
|
-
if (
|
|
433
|
+
if (z !== null)
|
|
434
434
|
return x.menus.filter(
|
|
435
|
-
(L) => L.id ===
|
|
435
|
+
(L) => L.id === z || L.parentGroupId === z
|
|
436
436
|
);
|
|
437
|
-
const p = x.menus.filter((L) => L.parentGroupId === void 0),
|
|
438
|
-
return
|
|
437
|
+
const p = x.menus.filter((L) => L.parentGroupId === void 0), E = x.menus.filter((L) => L.parentGroupId !== void 0).flatMap((L) => L.items);
|
|
438
|
+
return E.length === 0 ? p : [
|
|
439
439
|
...p,
|
|
440
|
-
{ id: 18, name: "Pengaturan", items:
|
|
440
|
+
{ id: 18, name: "Pengaturan", items: E, parentGroupId: void 0 }
|
|
441
441
|
];
|
|
442
|
-
}, [x.menus,
|
|
443
|
-
if (
|
|
442
|
+
}, [x.menus, z]);
|
|
443
|
+
if (S)
|
|
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
|
|
447
|
-
return /* @__PURE__ */
|
|
448
|
-
/* @__PURE__ */
|
|
446
|
+
const E = p.children && p.children.length > 0, L = K.has(p.id), C = E ? p.children.some((B) => de(B.to)) : de(p.to), F = rt(p.badge, R[p.id]), w = !!F && I && !M;
|
|
447
|
+
return /* @__PURE__ */ s("div", { "data-menu-active": C || void 0, children: [
|
|
448
|
+
/* @__PURE__ */ s(
|
|
449
449
|
"button",
|
|
450
450
|
{
|
|
451
451
|
onClick: (B) => {
|
|
452
|
-
if (
|
|
452
|
+
if (E)
|
|
453
453
|
if (I && !M) {
|
|
454
454
|
const H = B.currentTarget.getBoundingClientRect();
|
|
455
455
|
X({
|
|
@@ -488,7 +488,7 @@ function Tn({
|
|
|
488
488
|
C || (B.currentTarget.style.backgroundColor = "transparent");
|
|
489
489
|
},
|
|
490
490
|
children: [
|
|
491
|
-
/* @__PURE__ */
|
|
491
|
+
/* @__PURE__ */ s(
|
|
492
492
|
"span",
|
|
493
493
|
{
|
|
494
494
|
style: {
|
|
@@ -517,7 +517,7 @@ function Tn({
|
|
|
517
517
|
]
|
|
518
518
|
}
|
|
519
519
|
),
|
|
520
|
-
(!I || M) && /* @__PURE__ */
|
|
520
|
+
(!I || M) && /* @__PURE__ */ s(q, { children: [
|
|
521
521
|
/* @__PURE__ */ e(
|
|
522
522
|
"span",
|
|
523
523
|
{
|
|
@@ -534,16 +534,16 @@ function Tn({
|
|
|
534
534
|
children: p.title
|
|
535
535
|
}
|
|
536
536
|
),
|
|
537
|
-
|
|
537
|
+
F && /* @__PURE__ */ e(
|
|
538
538
|
Le,
|
|
539
539
|
{
|
|
540
|
-
text: String(
|
|
541
|
-
variant:
|
|
540
|
+
text: String(F.value),
|
|
541
|
+
variant: F.variant ?? "info",
|
|
542
542
|
size: "xs",
|
|
543
543
|
border: !0
|
|
544
544
|
}
|
|
545
545
|
),
|
|
546
|
-
|
|
546
|
+
E && /* @__PURE__ */ e(
|
|
547
547
|
"svg",
|
|
548
548
|
{
|
|
549
549
|
style: {
|
|
@@ -571,11 +571,11 @@ function Tn({
|
|
|
571
571
|
]
|
|
572
572
|
}
|
|
573
573
|
),
|
|
574
|
-
|
|
574
|
+
E && (!I || M) && (() => {
|
|
575
575
|
const B = p.children.findIndex(
|
|
576
576
|
(H) => de(H.to)
|
|
577
577
|
);
|
|
578
|
-
return /* @__PURE__ */
|
|
578
|
+
return /* @__PURE__ */ s(
|
|
579
579
|
"div",
|
|
580
580
|
{
|
|
581
581
|
style: {
|
|
@@ -624,9 +624,9 @@ function Tn({
|
|
|
624
624
|
p.children.map((H) => {
|
|
625
625
|
const ue = rt(
|
|
626
626
|
H.badge,
|
|
627
|
-
|
|
627
|
+
R[H.id]
|
|
628
628
|
);
|
|
629
|
-
return /* @__PURE__ */
|
|
629
|
+
return /* @__PURE__ */ s(
|
|
630
630
|
"button",
|
|
631
631
|
{
|
|
632
632
|
onClick: () => j(H.to),
|
|
@@ -697,8 +697,8 @@ function Tn({
|
|
|
697
697
|
})()
|
|
698
698
|
] }, p.id);
|
|
699
699
|
};
|
|
700
|
-
return /* @__PURE__ */ e(Mr, { children: /* @__PURE__ */
|
|
701
|
-
/* @__PURE__ */
|
|
700
|
+
return /* @__PURE__ */ e(Mr, { children: /* @__PURE__ */ s(Fr, { children: [
|
|
701
|
+
/* @__PURE__ */ s(
|
|
702
702
|
"div",
|
|
703
703
|
{
|
|
704
704
|
style: {
|
|
@@ -707,7 +707,7 @@ function Tn({
|
|
|
707
707
|
// backgroundColor: "var(--sa-background-primary-inverse, #f8f8f8)",
|
|
708
708
|
position: "relative",
|
|
709
709
|
"--app-sidebar-width": M ? "0px" : I ? "4.375rem" : "16.375rem",
|
|
710
|
-
"--app-footer-zindex": M &&
|
|
710
|
+
"--app-footer-zindex": M && le ? "40" : "999"
|
|
711
711
|
},
|
|
712
712
|
children: [
|
|
713
713
|
M && /* @__PURE__ */ e(
|
|
@@ -718,14 +718,14 @@ function Tn({
|
|
|
718
718
|
inset: 0,
|
|
719
719
|
backgroundColor: "var(--sa-color-black-alpha-a50, #181a198f)",
|
|
720
720
|
zIndex: 40,
|
|
721
|
-
opacity:
|
|
722
|
-
pointerEvents:
|
|
721
|
+
opacity: le ? 0.5 : 0,
|
|
722
|
+
pointerEvents: le ? "auto" : "none",
|
|
723
723
|
transition: "opacity 0.3s"
|
|
724
724
|
},
|
|
725
|
-
onClick: () =>
|
|
725
|
+
onClick: () => oe(!1)
|
|
726
726
|
}
|
|
727
727
|
),
|
|
728
|
-
/* @__PURE__ */
|
|
728
|
+
/* @__PURE__ */ s(
|
|
729
729
|
"aside",
|
|
730
730
|
{
|
|
731
731
|
style: {
|
|
@@ -734,7 +734,7 @@ function Tn({
|
|
|
734
734
|
...M && {
|
|
735
735
|
inset: 0,
|
|
736
736
|
zIndex: 50,
|
|
737
|
-
transform:
|
|
737
|
+
transform: le ? "translateX(0)" : "translateX(-100%)"
|
|
738
738
|
},
|
|
739
739
|
backgroundColor: "var(--sa-background-primary-inverse, #f8f8f8)",
|
|
740
740
|
borderRight: "1px solid var(--sa-border-subtle, #0b120e24)",
|
|
@@ -760,9 +760,9 @@ function Tn({
|
|
|
760
760
|
position: "relative"
|
|
761
761
|
},
|
|
762
762
|
children: (() => {
|
|
763
|
-
const p = !M && I && !
|
|
764
|
-
return /* @__PURE__ */
|
|
765
|
-
/* @__PURE__ */
|
|
763
|
+
const p = !M && I && !le, E = p && G;
|
|
764
|
+
return /* @__PURE__ */ s(q, { children: [
|
|
765
|
+
/* @__PURE__ */ s(
|
|
766
766
|
"div",
|
|
767
767
|
{
|
|
768
768
|
style: {
|
|
@@ -772,8 +772,8 @@ function Tn({
|
|
|
772
772
|
flex: p ? 1 : void 0,
|
|
773
773
|
justifyContent: p ? "center" : void 0,
|
|
774
774
|
transition: "opacity 0.2s",
|
|
775
|
-
opacity:
|
|
776
|
-
pointerEvents:
|
|
775
|
+
opacity: E ? 0 : 1,
|
|
776
|
+
pointerEvents: E ? "none" : "auto"
|
|
777
777
|
},
|
|
778
778
|
children: [
|
|
779
779
|
/* @__PURE__ */ e(
|
|
@@ -788,7 +788,7 @@ function Tn({
|
|
|
788
788
|
}
|
|
789
789
|
}
|
|
790
790
|
),
|
|
791
|
-
(!I ||
|
|
791
|
+
(!I || le) && /* @__PURE__ */ e(
|
|
792
792
|
"span",
|
|
793
793
|
{
|
|
794
794
|
style: {
|
|
@@ -847,8 +847,8 @@ function Tn({
|
|
|
847
847
|
borderRadius: "var(--sa-radii-sm, 0.375rem)",
|
|
848
848
|
color: "var(--sa-text-primary, #292a2e)",
|
|
849
849
|
cursor: "pointer",
|
|
850
|
-
opacity:
|
|
851
|
-
pointerEvents:
|
|
850
|
+
opacity: E ? 1 : 0,
|
|
851
|
+
pointerEvents: E ? "auto" : "none",
|
|
852
852
|
transition: "opacity 0.2s"
|
|
853
853
|
},
|
|
854
854
|
children: /* @__PURE__ */ e(
|
|
@@ -867,7 +867,7 @@ function Tn({
|
|
|
867
867
|
M && /* @__PURE__ */ e(
|
|
868
868
|
"button",
|
|
869
869
|
{
|
|
870
|
-
onClick: () =>
|
|
870
|
+
onClick: () => oe(!1),
|
|
871
871
|
"aria-label": "Close menu",
|
|
872
872
|
style: {
|
|
873
873
|
padding: "0.375rem",
|
|
@@ -918,7 +918,7 @@ function Tn({
|
|
|
918
918
|
paddingTop: "1rem",
|
|
919
919
|
paddingBottom: "1rem"
|
|
920
920
|
},
|
|
921
|
-
children: Ie.map((p) => /* @__PURE__ */
|
|
921
|
+
children: Ie.map((p) => /* @__PURE__ */ s("div", { style: { marginBottom: "1rem" }, children: [
|
|
922
922
|
!I || M ? p.name && /* @__PURE__ */ e(
|
|
923
923
|
"div",
|
|
924
924
|
{
|
|
@@ -966,9 +966,9 @@ function Tn({
|
|
|
966
966
|
Lr,
|
|
967
967
|
{
|
|
968
968
|
slotKey: p.slotKey,
|
|
969
|
-
fallback: p.items.map((
|
|
969
|
+
fallback: p.items.map((E) => Fe(E))
|
|
970
970
|
}
|
|
971
|
-
) : p.items.map((
|
|
971
|
+
) : p.items.map((E) => Fe(E)) })
|
|
972
972
|
] }, p.id))
|
|
973
973
|
}
|
|
974
974
|
),
|
|
@@ -993,8 +993,8 @@ function Tn({
|
|
|
993
993
|
]
|
|
994
994
|
}
|
|
995
995
|
),
|
|
996
|
-
/* @__PURE__ */
|
|
997
|
-
/* @__PURE__ */
|
|
996
|
+
/* @__PURE__ */ s("div", { style: { flex: 1, display: "flex", flexDirection: "column", overflow: "hidden" }, children: [
|
|
997
|
+
/* @__PURE__ */ s(
|
|
998
998
|
"header",
|
|
999
999
|
{
|
|
1000
1000
|
style: {
|
|
@@ -1009,11 +1009,11 @@ function Tn({
|
|
|
1009
1009
|
flexShrink: 0
|
|
1010
1010
|
},
|
|
1011
1011
|
children: [
|
|
1012
|
-
/* @__PURE__ */
|
|
1012
|
+
/* @__PURE__ */ s("div", { style: { display: "flex", alignItems: "center", gap: "1rem" }, children: [
|
|
1013
1013
|
M && /* @__PURE__ */ e(
|
|
1014
1014
|
"button",
|
|
1015
1015
|
{
|
|
1016
|
-
onClick: () =>
|
|
1016
|
+
onClick: () => oe(!0),
|
|
1017
1017
|
style: {
|
|
1018
1018
|
padding: "0.375rem",
|
|
1019
1019
|
borderRadius: "0.5rem",
|
|
@@ -1044,10 +1044,10 @@ function Tn({
|
|
|
1044
1044
|
),
|
|
1045
1045
|
/* @__PURE__ */ e(Er, { children: r })
|
|
1046
1046
|
] }),
|
|
1047
|
-
/* @__PURE__ */
|
|
1047
|
+
/* @__PURE__ */ s("div", { style: { display: "flex", alignItems: "center", gap: "0.75rem" }, children: [
|
|
1048
1048
|
h,
|
|
1049
|
-
/* @__PURE__ */
|
|
1050
|
-
/* @__PURE__ */ e(Ge, { children: /* @__PURE__ */
|
|
1049
|
+
/* @__PURE__ */ s(jt, { position: "bottom-right", children: [
|
|
1050
|
+
/* @__PURE__ */ e(Ge, { children: /* @__PURE__ */ s(
|
|
1051
1051
|
"div",
|
|
1052
1052
|
{
|
|
1053
1053
|
style: {
|
|
@@ -1057,7 +1057,7 @@ function Tn({
|
|
|
1057
1057
|
cursor: "pointer"
|
|
1058
1058
|
},
|
|
1059
1059
|
children: [
|
|
1060
|
-
/* @__PURE__ */
|
|
1060
|
+
/* @__PURE__ */ s("div", { style: { textAlign: "right", maxWidth: "12.5rem" }, children: [
|
|
1061
1061
|
/* @__PURE__ */ e(
|
|
1062
1062
|
"p",
|
|
1063
1063
|
{
|
|
@@ -1070,7 +1070,7 @@ function Tn({
|
|
|
1070
1070
|
overflow: "hidden",
|
|
1071
1071
|
textOverflow: "ellipsis"
|
|
1072
1072
|
},
|
|
1073
|
-
children:
|
|
1073
|
+
children: l ? "Loading..." : (i == null ? void 0 : i.name) || "unknown"
|
|
1074
1074
|
}
|
|
1075
1075
|
),
|
|
1076
1076
|
/* @__PURE__ */ e(
|
|
@@ -1084,7 +1084,7 @@ function Tn({
|
|
|
1084
1084
|
overflow: "hidden",
|
|
1085
1085
|
textOverflow: "ellipsis"
|
|
1086
1086
|
},
|
|
1087
|
-
children:
|
|
1087
|
+
children: l ? "" : (i == null ? void 0 : i.email) || "unknown"
|
|
1088
1088
|
}
|
|
1089
1089
|
)
|
|
1090
1090
|
] }),
|
|
@@ -1119,7 +1119,7 @@ function Tn({
|
|
|
1119
1119
|
]
|
|
1120
1120
|
}
|
|
1121
1121
|
) }),
|
|
1122
|
-
/* @__PURE__ */
|
|
1122
|
+
/* @__PURE__ */ s(
|
|
1123
1123
|
Zt,
|
|
1124
1124
|
{
|
|
1125
1125
|
style: {
|
|
@@ -1130,7 +1130,7 @@ function Tn({
|
|
|
1130
1130
|
marginTop: "16px"
|
|
1131
1131
|
},
|
|
1132
1132
|
children: [
|
|
1133
|
-
/* @__PURE__ */ e(cr, { children: /* @__PURE__ */
|
|
1133
|
+
/* @__PURE__ */ e(cr, { children: /* @__PURE__ */ s(
|
|
1134
1134
|
"div",
|
|
1135
1135
|
{
|
|
1136
1136
|
style: {
|
|
@@ -1192,7 +1192,7 @@ function Tn({
|
|
|
1192
1192
|
children: (i == null ? void 0 : i.email) || "unknown"
|
|
1193
1193
|
}
|
|
1194
1194
|
),
|
|
1195
|
-
|
|
1195
|
+
u && /* @__PURE__ */ e(
|
|
1196
1196
|
"p",
|
|
1197
1197
|
{
|
|
1198
1198
|
style: {
|
|
@@ -1204,14 +1204,14 @@ function Tn({
|
|
|
1204
1204
|
overflow: "hidden",
|
|
1205
1205
|
textOverflow: "ellipsis"
|
|
1206
1206
|
},
|
|
1207
|
-
children:
|
|
1207
|
+
children: u
|
|
1208
1208
|
}
|
|
1209
1209
|
)
|
|
1210
1210
|
]
|
|
1211
1211
|
}
|
|
1212
1212
|
) }),
|
|
1213
|
-
(g && g.length > 0 || m) && /* @__PURE__ */
|
|
1214
|
-
g == null ? void 0 : g.map((p,
|
|
1213
|
+
(g && g.length > 0 || m) && /* @__PURE__ */ s($t, { children: [
|
|
1214
|
+
g == null ? void 0 : g.map((p, E) => /* @__PURE__ */ e(Ge, { children: /* @__PURE__ */ s(
|
|
1215
1215
|
"button",
|
|
1216
1216
|
{
|
|
1217
1217
|
type: "button",
|
|
@@ -1228,10 +1228,10 @@ function Tn({
|
|
|
1228
1228
|
/* @__PURE__ */ e("span", { children: p.label })
|
|
1229
1229
|
]
|
|
1230
1230
|
}
|
|
1231
|
-
) }, `${p.label}-${
|
|
1231
|
+
) }, `${p.label}-${E}`)),
|
|
1232
1232
|
m
|
|
1233
1233
|
] }),
|
|
1234
|
-
y ?? /* @__PURE__ */ e(ar, { children: /* @__PURE__ */ e(Ge, { children: /* @__PURE__ */
|
|
1234
|
+
y ?? /* @__PURE__ */ e(ar, { children: /* @__PURE__ */ e(Ge, { children: /* @__PURE__ */ s(
|
|
1235
1235
|
"button",
|
|
1236
1236
|
{
|
|
1237
1237
|
type: "button",
|
|
@@ -1285,7 +1285,7 @@ function Tn({
|
|
|
1285
1285
|
]
|
|
1286
1286
|
}
|
|
1287
1287
|
),
|
|
1288
|
-
|
|
1288
|
+
o && d && /* @__PURE__ */ e(
|
|
1289
1289
|
"div",
|
|
1290
1290
|
{
|
|
1291
1291
|
style: {
|
|
@@ -1297,18 +1297,18 @@ function Tn({
|
|
|
1297
1297
|
justifyContent: "center",
|
|
1298
1298
|
zIndex: 9999
|
|
1299
1299
|
},
|
|
1300
|
-
children:
|
|
1300
|
+
children: d
|
|
1301
1301
|
}
|
|
1302
1302
|
),
|
|
1303
|
-
/* @__PURE__ */
|
|
1303
|
+
/* @__PURE__ */ s(ut, { isShow: ae, onHide: Ne, children: [
|
|
1304
1304
|
/* @__PURE__ */ e(Ot, { children: "Confirmation Logout" }),
|
|
1305
1305
|
/* @__PURE__ */ e(ht, { children: "Are you sure you want to end the session and exit the page?" }),
|
|
1306
|
-
/* @__PURE__ */ e(_t, { children: /* @__PURE__ */ e(f, { display: "flex", align: "flex-end", justify: "center", children: /* @__PURE__ */
|
|
1306
|
+
/* @__PURE__ */ e(_t, { children: /* @__PURE__ */ e(f, { display: "flex", align: "flex-end", justify: "center", children: /* @__PURE__ */ s($, { direction: "row", gap: "sm", align: "center", children: [
|
|
1307
1307
|
/* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(T, { secondary: !0, onClick: Ne, children: "Cancel" }) }),
|
|
1308
1308
|
/* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(T, { primary: !0, onClick: et, children: "Yes, Sure" }) })
|
|
1309
1309
|
] }) }) })
|
|
1310
1310
|
] }),
|
|
1311
|
-
ee && /* @__PURE__ */
|
|
1311
|
+
ee && /* @__PURE__ */ s(q, { children: [
|
|
1312
1312
|
/* @__PURE__ */ e(
|
|
1313
1313
|
"div",
|
|
1314
1314
|
{
|
|
@@ -1321,7 +1321,7 @@ function Tn({
|
|
|
1321
1321
|
}
|
|
1322
1322
|
}
|
|
1323
1323
|
),
|
|
1324
|
-
/* @__PURE__ */
|
|
1324
|
+
/* @__PURE__ */ s(
|
|
1325
1325
|
"div",
|
|
1326
1326
|
{
|
|
1327
1327
|
role: "dialog",
|
|
@@ -1358,11 +1358,11 @@ function Tn({
|
|
|
1358
1358
|
}
|
|
1359
1359
|
),
|
|
1360
1360
|
(_e = ee.item.children) == null ? void 0 : _e.map((p) => {
|
|
1361
|
-
const
|
|
1361
|
+
const E = de(p.to), L = rt(
|
|
1362
1362
|
p.badge,
|
|
1363
|
-
|
|
1363
|
+
R[p.id]
|
|
1364
1364
|
);
|
|
1365
|
-
return /* @__PURE__ */
|
|
1365
|
+
return /* @__PURE__ */ s(
|
|
1366
1366
|
"button",
|
|
1367
1367
|
{
|
|
1368
1368
|
onClick: () => {
|
|
@@ -1376,18 +1376,18 @@ function Tn({
|
|
|
1376
1376
|
padding: "0.5rem 0.75rem",
|
|
1377
1377
|
borderRadius: "var(--sa-radii-md, 0.5rem)",
|
|
1378
1378
|
textAlign: "left",
|
|
1379
|
-
backgroundColor:
|
|
1380
|
-
color:
|
|
1379
|
+
backgroundColor: E ? "var(--sa-color-gray-100, #f8f8f8)" : "transparent",
|
|
1380
|
+
color: E ? "var(--sa-text-primary, #292a2e)" : "var(--sa-color-gray-800, #505258)",
|
|
1381
1381
|
border: "1px solid transparent",
|
|
1382
1382
|
cursor: "pointer",
|
|
1383
1383
|
fontSize: "0.875rem",
|
|
1384
1384
|
fontWeight: 500
|
|
1385
1385
|
},
|
|
1386
1386
|
onMouseEnter: (C) => {
|
|
1387
|
-
|
|
1387
|
+
E || (C.currentTarget.style.backgroundColor = "var(--sa-color-gray-100, #f8f8f8)");
|
|
1388
1388
|
},
|
|
1389
1389
|
onMouseLeave: (C) => {
|
|
1390
|
-
|
|
1390
|
+
E || (C.currentTarget.style.backgroundColor = "transparent");
|
|
1391
1391
|
},
|
|
1392
1392
|
children: [
|
|
1393
1393
|
p.icon && /* @__PURE__ */ e(
|
|
@@ -1434,12 +1434,12 @@ const Wr = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
|
1434
1434
|
title: t,
|
|
1435
1435
|
iconName: r,
|
|
1436
1436
|
textColor: i,
|
|
1437
|
-
iconColor:
|
|
1437
|
+
iconColor: l,
|
|
1438
1438
|
hoverTextColor: n,
|
|
1439
|
-
hoverIconColor:
|
|
1439
|
+
hoverIconColor: o
|
|
1440
1440
|
}) => {
|
|
1441
|
-
const [
|
|
1442
|
-
return /* @__PURE__ */
|
|
1441
|
+
const [d, a] = k(!1);
|
|
1442
|
+
return /* @__PURE__ */ s(
|
|
1443
1443
|
f,
|
|
1444
1444
|
{
|
|
1445
1445
|
direction: "row",
|
|
@@ -1455,7 +1455,7 @@ const Wr = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
|
1455
1455
|
name: r || "ChevronLeft",
|
|
1456
1456
|
size: "xs",
|
|
1457
1457
|
style: {
|
|
1458
|
-
color:
|
|
1458
|
+
color: d ? o ?? "var(--sa-text-subtle, #8c8f97)" : l ?? "var(--sa-text-subtle, #8c8f97)",
|
|
1459
1459
|
transition: "color 0.15s ease"
|
|
1460
1460
|
}
|
|
1461
1461
|
}
|
|
@@ -1465,7 +1465,7 @@ const Wr = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
|
1465
1465
|
{
|
|
1466
1466
|
variant: "sub-h3",
|
|
1467
1467
|
style: {
|
|
1468
|
-
color:
|
|
1468
|
+
color: d ? 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"
|
|
@@ -1478,42 +1478,42 @@ const Wr = ({ children: t, ...r }) => /* @__PURE__ */ e(
|
|
|
1478
1478
|
items: t,
|
|
1479
1479
|
separator: r = "/",
|
|
1480
1480
|
iconName: i,
|
|
1481
|
-
iconColor:
|
|
1481
|
+
iconColor: l,
|
|
1482
1482
|
hoverIconColor: n
|
|
1483
1483
|
}) => {
|
|
1484
|
-
const [
|
|
1484
|
+
const [o, d] = k(!1), a = l ?? "var(--sa-text-subtle, #8c8f97)", h = n ?? "var(--sa-text-subtle, #8c8f97)", u = t.length > 1 ? t[0] : void 0, g = !!(u != null && u.to || u != null && u.onClick), m = /* @__PURE__ */ e(
|
|
1485
1485
|
b,
|
|
1486
1486
|
{
|
|
1487
1487
|
name: i || "ChevronLeft",
|
|
1488
1488
|
size: "xs",
|
|
1489
|
-
onMouseEnter: g ? () =>
|
|
1490
|
-
onMouseLeave: g ? () =>
|
|
1489
|
+
onMouseEnter: g ? () => d(!0) : void 0,
|
|
1490
|
+
onMouseLeave: g ? () => d(!1) : void 0,
|
|
1491
1491
|
style: {
|
|
1492
|
-
color: g &&
|
|
1492
|
+
color: g && o ? h : a,
|
|
1493
1493
|
transition: "color 0.15s ease",
|
|
1494
1494
|
cursor: g ? "pointer" : void 0
|
|
1495
1495
|
}
|
|
1496
1496
|
}
|
|
1497
|
-
), y =
|
|
1498
|
-
return /* @__PURE__ */
|
|
1497
|
+
), y = u != null && u.to ? /* @__PURE__ */ e(Ue, { to: u.to, replace: !0, style: { textDecoration: "none" }, children: m }) : u != null && u.onClick ? /* @__PURE__ */ e(Xe, { onClick: u.onClick, children: m }) : m;
|
|
1498
|
+
return /* @__PURE__ */ s(f, { direction: "row", gap: "xs", align: "center", children: [
|
|
1499
1499
|
y,
|
|
1500
|
-
/* @__PURE__ */ e(ir, { separator: r, size: "md", children: t.map((D,
|
|
1501
|
-
const x =
|
|
1502
|
-
return D.to && !x ? /* @__PURE__ */ e(kt, { children: /* @__PURE__ */ e(
|
|
1500
|
+
/* @__PURE__ */ e(ir, { separator: r, size: "md", children: t.map((D, S) => {
|
|
1501
|
+
const x = S === t.length - 1;
|
|
1502
|
+
return D.to && !x ? /* @__PURE__ */ e(kt, { children: /* @__PURE__ */ e(Ue, { to: D.to, children: D.label }) }, S) : /* @__PURE__ */ e(kt, { currentPage: x, children: /* @__PURE__ */ e(nr, { onClick: x ? void 0 : D.onClick, children: D.label }) }, S);
|
|
1503
1503
|
}) })
|
|
1504
1504
|
] });
|
|
1505
1505
|
}, On = (t) => {
|
|
1506
|
-
const { items: r, separator: i, onClick:
|
|
1506
|
+
const { items: r, separator: i, onClick: l, navigateTo: n, ...o } = t;
|
|
1507
1507
|
return r && r.length > 0 ? /* @__PURE__ */ e(
|
|
1508
1508
|
Br,
|
|
1509
1509
|
{
|
|
1510
1510
|
items: r,
|
|
1511
1511
|
separator: i,
|
|
1512
|
-
iconName:
|
|
1513
|
-
iconColor:
|
|
1514
|
-
hoverIconColor:
|
|
1512
|
+
iconName: o.iconName,
|
|
1513
|
+
iconColor: o.iconColor,
|
|
1514
|
+
hoverIconColor: o.hoverIconColor
|
|
1515
1515
|
}
|
|
1516
|
-
) : n ? /* @__PURE__ */ e(f, { direction: "row", children: /* @__PURE__ */ e(
|
|
1516
|
+
) : n ? /* @__PURE__ */ e(f, { direction: "row", children: /* @__PURE__ */ e(Ue, { to: n, replace: !0, style: { textDecoration: "none" }, children: /* @__PURE__ */ e(At, { ...o }) }) }) : /* @__PURE__ */ e(f, { direction: "row", children: /* @__PURE__ */ e(Xe, { onClick: l, children: /* @__PURE__ */ e(At, { ...o }) }) });
|
|
1517
1517
|
}, it = [
|
|
1518
1518
|
// brand (blue)
|
|
1519
1519
|
{
|
|
@@ -1583,7 +1583,7 @@ const Ht = {
|
|
|
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",
|
|
@@ -1597,11 +1597,11 @@ function Ar({
|
|
|
1597
1597
|
isShow: t,
|
|
1598
1598
|
onHide: r,
|
|
1599
1599
|
menus: i,
|
|
1600
|
-
selectedGroupId:
|
|
1600
|
+
selectedGroupId: l,
|
|
1601
1601
|
onSelect: n
|
|
1602
1602
|
}) {
|
|
1603
|
-
const [
|
|
1604
|
-
n(
|
|
1603
|
+
const [o, d] = k(void 0), a = (u) => {
|
|
1604
|
+
n(u), r();
|
|
1605
1605
|
}, h = it[0];
|
|
1606
1606
|
return /* @__PURE__ */ e(
|
|
1607
1607
|
ut,
|
|
@@ -1614,7 +1614,7 @@ function Ar({
|
|
|
1614
1614
|
boxShadow: "none",
|
|
1615
1615
|
border: "none"
|
|
1616
1616
|
},
|
|
1617
|
-
children: /* @__PURE__ */ e(ht, { children: /* @__PURE__ */
|
|
1617
|
+
children: /* @__PURE__ */ e(ht, { children: /* @__PURE__ */ s(
|
|
1618
1618
|
"div",
|
|
1619
1619
|
{
|
|
1620
1620
|
style: {
|
|
@@ -1623,35 +1623,35 @@ function Ar({
|
|
|
1623
1623
|
gap: "16px"
|
|
1624
1624
|
},
|
|
1625
1625
|
children: [
|
|
1626
|
-
/* @__PURE__ */
|
|
1626
|
+
/* @__PURE__ */ s(
|
|
1627
1627
|
"button",
|
|
1628
1628
|
{
|
|
1629
1629
|
onClick: () => a(null),
|
|
1630
|
-
onMouseEnter: () =>
|
|
1631
|
-
onMouseLeave: () =>
|
|
1632
|
-
style:
|
|
1630
|
+
onMouseEnter: () => d("all"),
|
|
1631
|
+
onMouseLeave: () => d(void 0),
|
|
1632
|
+
style: Rt,
|
|
1633
1633
|
children: [
|
|
1634
|
-
/* @__PURE__ */ e("div", { style: It(
|
|
1634
|
+
/* @__PURE__ */ e("div", { style: It(l === null, o === "all", h), children: /* @__PURE__ */ e("div", { style: { color: h.icon, display: "flex", alignItems: "center", justifyContent: "center" }, children: /* @__PURE__ */ e(b, { name: "Grid", size: "lg", style: { width: 32, height: 32 } }) }) }),
|
|
1635
1635
|
/* @__PURE__ */ e("span", { style: Ht, children: "Semua" })
|
|
1636
1636
|
]
|
|
1637
1637
|
}
|
|
1638
1638
|
),
|
|
1639
|
-
i.map((
|
|
1639
|
+
i.map((u, g) => {
|
|
1640
1640
|
var x;
|
|
1641
|
-
const m =
|
|
1642
|
-
return /* @__PURE__ */
|
|
1641
|
+
const m = l === u.id, y = o === u.id, D = ((x = u.items[0]) == null ? void 0 : x.icon) ?? "Grid", S = it[(g + 1) % it.length];
|
|
1642
|
+
return /* @__PURE__ */ s(
|
|
1643
1643
|
"button",
|
|
1644
1644
|
{
|
|
1645
|
-
onClick: () => a(
|
|
1646
|
-
onMouseEnter: () =>
|
|
1647
|
-
onMouseLeave: () =>
|
|
1648
|
-
style:
|
|
1645
|
+
onClick: () => a(u.id),
|
|
1646
|
+
onMouseEnter: () => d(u.id),
|
|
1647
|
+
onMouseLeave: () => d(void 0),
|
|
1648
|
+
style: Rt,
|
|
1649
1649
|
children: [
|
|
1650
|
-
/* @__PURE__ */ e("div", { style: It(m, y,
|
|
1651
|
-
/* @__PURE__ */ e("span", { style: Ht, children:
|
|
1650
|
+
/* @__PURE__ */ e("div", { style: It(m, y, S), children: /* @__PURE__ */ e("div", { style: { color: S.icon, display: "flex", alignItems: "center", justifyContent: "center" }, children: /* @__PURE__ */ e(b, { name: D, size: "lg", style: { width: 32, height: 32 } }) }) }),
|
|
1651
|
+
/* @__PURE__ */ e("span", { style: Ht, children: u.name })
|
|
1652
1652
|
]
|
|
1653
1653
|
},
|
|
1654
|
-
|
|
1654
|
+
u.id
|
|
1655
1655
|
);
|
|
1656
1656
|
})
|
|
1657
1657
|
]
|
|
@@ -1664,16 +1664,16 @@ function _n({
|
|
|
1664
1664
|
onSelect: t,
|
|
1665
1665
|
"aria-label": r = "Pilih module"
|
|
1666
1666
|
} = {}) {
|
|
1667
|
-
const i = Yt(),
|
|
1667
|
+
const i = Yt(), l = mt(), { selectedGroupId: n, setSelectedGroupId: o } = er(), [d, a] = k(!1), h = (u) => {
|
|
1668
1668
|
var g;
|
|
1669
|
-
if (
|
|
1670
|
-
const m = i.menus.find((D) => D.id ===
|
|
1671
|
-
y &&
|
|
1669
|
+
if (o(u), u !== null) {
|
|
1670
|
+
const m = i.menus.find((D) => D.id === u), y = (g = m == null ? void 0 : m.items[0]) == null ? void 0 : g.to;
|
|
1671
|
+
y && l(y);
|
|
1672
1672
|
}
|
|
1673
|
-
t == null || t(
|
|
1673
|
+
t == null || t(u);
|
|
1674
1674
|
};
|
|
1675
|
-
return /* @__PURE__ */
|
|
1676
|
-
/* @__PURE__ */
|
|
1675
|
+
return /* @__PURE__ */ s(q, { children: [
|
|
1676
|
+
/* @__PURE__ */ s("div", { style: { position: "relative" }, children: [
|
|
1677
1677
|
/* @__PURE__ */ e(
|
|
1678
1678
|
"button",
|
|
1679
1679
|
{
|
|
@@ -1691,11 +1691,11 @@ function _n({
|
|
|
1691
1691
|
cursor: "pointer"
|
|
1692
1692
|
},
|
|
1693
1693
|
"aria-label": r,
|
|
1694
|
-
onMouseEnter: (
|
|
1695
|
-
|
|
1694
|
+
onMouseEnter: (u) => {
|
|
1695
|
+
u.currentTarget.style.backgroundColor = "var(--sa-background-primary-inverse, #f8f8f8)";
|
|
1696
1696
|
},
|
|
1697
|
-
onMouseLeave: (
|
|
1698
|
-
|
|
1697
|
+
onMouseLeave: (u) => {
|
|
1698
|
+
u.currentTarget.style.backgroundColor = "transparent";
|
|
1699
1699
|
},
|
|
1700
1700
|
children: /* @__PURE__ */ e(b, { name: "GridApplication", size: "sm" })
|
|
1701
1701
|
}
|
|
@@ -1719,9 +1719,9 @@ function _n({
|
|
|
1719
1719
|
/* @__PURE__ */ e(
|
|
1720
1720
|
Ar,
|
|
1721
1721
|
{
|
|
1722
|
-
isShow:
|
|
1722
|
+
isShow: d,
|
|
1723
1723
|
onHide: () => a(!1),
|
|
1724
|
-
menus: i.menus.filter((
|
|
1724
|
+
menus: i.menus.filter((u) => u.parentGroupId === void 0),
|
|
1725
1725
|
selectedGroupId: n,
|
|
1726
1726
|
onSelect: h
|
|
1727
1727
|
}
|
|
@@ -1732,8 +1732,8 @@ const Ir = (t, r) => {
|
|
|
1732
1732
|
const i = [];
|
|
1733
1733
|
if (r === 0)
|
|
1734
1734
|
return i.push(t), i;
|
|
1735
|
-
for (let
|
|
1736
|
-
const n = t.slice(
|
|
1735
|
+
for (let l = 0; l < t.length; l += r) {
|
|
1736
|
+
const n = t.slice(l, l + r);
|
|
1737
1737
|
i.push(n);
|
|
1738
1738
|
}
|
|
1739
1739
|
return i;
|
|
@@ -1742,40 +1742,40 @@ const Ir = (t, r) => {
|
|
|
1742
1742
|
value: t,
|
|
1743
1743
|
label: r,
|
|
1744
1744
|
separator: i,
|
|
1745
|
-
labelWidth:
|
|
1745
|
+
labelWidth: l,
|
|
1746
1746
|
lastIndex: n,
|
|
1747
|
-
labelAlign:
|
|
1747
|
+
labelAlign: o = "top"
|
|
1748
1748
|
}) => {
|
|
1749
|
-
const
|
|
1749
|
+
const d = he(
|
|
1750
1750
|
() => ({
|
|
1751
1751
|
padding: 0,
|
|
1752
1752
|
paddingBottom: n ? 0 : 12,
|
|
1753
|
-
verticalAlign:
|
|
1753
|
+
verticalAlign: o
|
|
1754
1754
|
}),
|
|
1755
|
-
[n,
|
|
1755
|
+
[n, o]
|
|
1756
1756
|
), a = he(
|
|
1757
1757
|
() => ({
|
|
1758
1758
|
padding: 0,
|
|
1759
1759
|
paddingRight: 12,
|
|
1760
1760
|
paddingLeft: 12,
|
|
1761
1761
|
paddingBottom: n ? 0 : 12,
|
|
1762
|
-
verticalAlign:
|
|
1762
|
+
verticalAlign: o
|
|
1763
1763
|
}),
|
|
1764
|
-
[n,
|
|
1765
|
-
), h = () => typeof r == "string" ? /* @__PURE__ */ e(v, { fontWeight: "medium", color: "text-muted", children: r }) : r,
|
|
1766
|
-
return /* @__PURE__ */
|
|
1767
|
-
/* @__PURE__ */ e(Se, { style:
|
|
1764
|
+
[n, o]
|
|
1765
|
+
), h = () => typeof r == "string" ? /* @__PURE__ */ e(v, { fontWeight: "medium", color: "text-muted", children: r }) : r, u = () => 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__ */ s(ze, { children: [
|
|
1767
|
+
/* @__PURE__ */ e(Se, { style: d, width: l, children: h() }),
|
|
1768
1768
|
i ? /* @__PURE__ */ e(Se, { style: a, width: 24, children: g() }) : null,
|
|
1769
|
-
/* @__PURE__ */ e(Se, { style:
|
|
1769
|
+
/* @__PURE__ */ e(Se, { style: d, children: u() })
|
|
1770
1770
|
] });
|
|
1771
1771
|
}
|
|
1772
|
-
),
|
|
1772
|
+
), Rr = ce(({ fields: t, separator: r, labelWidth: i }) => /* @__PURE__ */ e(Gt, { children: t.map((l, n) => /* @__PURE__ */ e(
|
|
1773
1773
|
Hr,
|
|
1774
1774
|
{
|
|
1775
1775
|
separator: r,
|
|
1776
1776
|
labelWidth: i,
|
|
1777
1777
|
lastIndex: n === t.length - 1,
|
|
1778
|
-
...
|
|
1778
|
+
...l
|
|
1779
1779
|
},
|
|
1780
1780
|
`field-group-field-${n}`
|
|
1781
1781
|
)) })), jn = ce(
|
|
@@ -1783,14 +1783,14 @@ const Ir = (t, r) => {
|
|
|
1783
1783
|
maxRow: t = 0,
|
|
1784
1784
|
maxColumn: r = 2,
|
|
1785
1785
|
separator: i = ":",
|
|
1786
|
-
fields:
|
|
1786
|
+
fields: l = [],
|
|
1787
1787
|
labelWidth: n = 150,
|
|
1788
|
-
bordered:
|
|
1788
|
+
bordered: o = !1
|
|
1789
1789
|
}) => {
|
|
1790
|
-
const
|
|
1791
|
-
() => Ir(
|
|
1792
|
-
[
|
|
1793
|
-
), a =
|
|
1790
|
+
const d = he(
|
|
1791
|
+
() => Ir(l, t),
|
|
1792
|
+
[l, t]
|
|
1793
|
+
), a = d.length > 2, h = () => {
|
|
1794
1794
|
switch (r) {
|
|
1795
1795
|
case 1:
|
|
1796
1796
|
return "width-full";
|
|
@@ -1814,20 +1814,20 @@ const Ir = (t, r) => {
|
|
|
1814
1814
|
padding: "lg",
|
|
1815
1815
|
paddingBottom: a ? "xs" : "lg",
|
|
1816
1816
|
bg: "accent-dark-tertiary",
|
|
1817
|
-
borderWidth:
|
|
1818
|
-
borderStyle:
|
|
1819
|
-
borderColor:
|
|
1820
|
-
children:
|
|
1817
|
+
borderWidth: o ? "border" : void 0,
|
|
1818
|
+
borderStyle: o ? "border-solid" : void 0,
|
|
1819
|
+
borderColor: o ? "border-subtle" : void 0,
|
|
1820
|
+
children: d.map((u, g) => /* @__PURE__ */ e(
|
|
1821
1821
|
f,
|
|
1822
1822
|
{
|
|
1823
1823
|
flex: a ? void 0 : "1",
|
|
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
1829
|
labelWidth: n,
|
|
1830
|
-
fields:
|
|
1830
|
+
fields: u,
|
|
1831
1831
|
separator: i
|
|
1832
1832
|
}
|
|
1833
1833
|
)
|
|
@@ -1837,9 +1837,9 @@ const Ir = (t, r) => {
|
|
|
1837
1837
|
}
|
|
1838
1838
|
);
|
|
1839
1839
|
}
|
|
1840
|
-
),
|
|
1841
|
-
const [r, i] = k(!1),
|
|
1842
|
-
return /* @__PURE__ */
|
|
1840
|
+
), zr = ({ backButton: t }) => {
|
|
1841
|
+
const [r, i] = k(!1), l = (t == null ? void 0 : t.iconColor) ?? "var(--sa-text-subtle, #8c8f97)", n = (t == null ? void 0 : t.textColor) ?? "var(--sa-text-subtle, #8c8f97)", o = (t == null ? void 0 : t.hoverIconColor) ?? "var(--sa-text-subtle, #8c8f97)", d = (t == null ? void 0 : t.hoverTextColor) ?? "var(--sa-text-primary, #292a2e)";
|
|
1842
|
+
return /* @__PURE__ */ s(
|
|
1843
1843
|
f,
|
|
1844
1844
|
{
|
|
1845
1845
|
direction: "row",
|
|
@@ -1855,7 +1855,7 @@ const Ir = (t, r) => {
|
|
|
1855
1855
|
name: (t == null ? void 0 : t.iconName) || "ChevronLeft",
|
|
1856
1856
|
size: "xs",
|
|
1857
1857
|
style: {
|
|
1858
|
-
color: r ?
|
|
1858
|
+
color: r ? o : l,
|
|
1859
1859
|
transition: "color 0.15s ease"
|
|
1860
1860
|
}
|
|
1861
1861
|
}
|
|
@@ -1865,7 +1865,7 @@ const Ir = (t, r) => {
|
|
|
1865
1865
|
{
|
|
1866
1866
|
variant: "sub-h3",
|
|
1867
1867
|
style: {
|
|
1868
|
-
color: r ?
|
|
1868
|
+
color: r ? d : n,
|
|
1869
1869
|
textDecoration: r ? "underline" : "none",
|
|
1870
1870
|
transition: "color 0.15s ease"
|
|
1871
1871
|
},
|
|
@@ -1879,25 +1879,25 @@ const Ir = (t, r) => {
|
|
|
1879
1879
|
backButton: t,
|
|
1880
1880
|
title: r,
|
|
1881
1881
|
titleTag: i,
|
|
1882
|
-
children:
|
|
1882
|
+
children: l,
|
|
1883
1883
|
header: n = !0,
|
|
1884
|
-
action:
|
|
1885
|
-
titleTagProps:
|
|
1884
|
+
action: o,
|
|
1885
|
+
titleTagProps: d,
|
|
1886
1886
|
containerProps: a,
|
|
1887
1887
|
headerProps: h
|
|
1888
1888
|
}) => {
|
|
1889
|
-
const
|
|
1889
|
+
const u = ne("lg"), g = mt(), m = Ve(), 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;
|
|
1893
1893
|
}
|
|
1894
1894
|
g(-1, { replace: !0 });
|
|
1895
|
-
},
|
|
1896
|
-
({ title: N, icon:
|
|
1895
|
+
}, S = () => o ? st(o) ? o : /* @__PURE__ */ e(f, { direction: "row", gap: "lg", children: o.map(
|
|
1896
|
+
({ title: N, icon: U, buttonProps: M, onClick: ae }, J) => !N && !U ? null : /* @__PURE__ */ e(
|
|
1897
1897
|
T,
|
|
1898
1898
|
{
|
|
1899
|
-
fullWidth: !
|
|
1900
|
-
iconLeft:
|
|
1899
|
+
fullWidth: !u,
|
|
1900
|
+
iconLeft: U ? /* @__PURE__ */ e(b, { name: U, size: "md" }) : void 0,
|
|
1901
1901
|
onClick: ae,
|
|
1902
1902
|
...M,
|
|
1903
1903
|
children: N
|
|
@@ -1905,9 +1905,9 @@ const Ir = (t, r) => {
|
|
|
1905
1905
|
`action-${J}`
|
|
1906
1906
|
)
|
|
1907
1907
|
) }) : null, x = () => {
|
|
1908
|
-
const N = /* @__PURE__ */ e(
|
|
1908
|
+
const N = /* @__PURE__ */ e(zr, { backButton: t });
|
|
1909
1909
|
return t != null && t.navigateTo ? /* @__PURE__ */ e(f, { direction: "row", children: /* @__PURE__ */ e(
|
|
1910
|
-
|
|
1910
|
+
Ue,
|
|
1911
1911
|
{
|
|
1912
1912
|
to: t.navigateTo,
|
|
1913
1913
|
replace: !0,
|
|
@@ -1915,9 +1915,9 @@ const Ir = (t, r) => {
|
|
|
1915
1915
|
children: N
|
|
1916
1916
|
}
|
|
1917
1917
|
) }) : /* @__PURE__ */ e(f, { direction: "row", children: /* @__PURE__ */ e(Xe, { onClick: D, children: N }) });
|
|
1918
|
-
},
|
|
1919
|
-
const N = !!r,
|
|
1920
|
-
return !N && !
|
|
1918
|
+
}, R = () => {
|
|
1919
|
+
const N = !!r, U = st(o) ? !0 : Array.isArray(o) && o.length > 0;
|
|
1920
|
+
return !N && !U && !y ? null : /* @__PURE__ */ s(
|
|
1921
1921
|
f,
|
|
1922
1922
|
{
|
|
1923
1923
|
gap: "xs",
|
|
@@ -1926,27 +1926,27 @@ const Ir = (t, r) => {
|
|
|
1926
1926
|
...h,
|
|
1927
1927
|
children: [
|
|
1928
1928
|
y && x(),
|
|
1929
|
-
(N ||
|
|
1929
|
+
(N || U) && /* @__PURE__ */ s(
|
|
1930
1930
|
f,
|
|
1931
1931
|
{
|
|
1932
|
-
direction:
|
|
1932
|
+
direction: u ? "row" : "column",
|
|
1933
1933
|
gap: "lg",
|
|
1934
1934
|
justify: "space-between",
|
|
1935
1935
|
align: "center",
|
|
1936
1936
|
children: [
|
|
1937
|
-
N ? typeof r == "string" ? /* @__PURE__ */
|
|
1937
|
+
N ? typeof r == "string" ? /* @__PURE__ */ s(f, { direction: "row", gap: "lg", align: "center", children: [
|
|
1938
1938
|
/* @__PURE__ */ e(v, { variant: "h2", fontWeight: "semibold", fontFamily: "Poppins", children: r }),
|
|
1939
|
-
i && /* @__PURE__ */ e(Le, { border: !0, size: "lg", text: i, ...
|
|
1939
|
+
i && /* @__PURE__ */ e(Le, { border: !0, size: "lg", text: i, ...d })
|
|
1940
1940
|
] }) : r : null,
|
|
1941
|
-
|
|
1941
|
+
S()
|
|
1942
1942
|
]
|
|
1943
1943
|
}
|
|
1944
1944
|
)
|
|
1945
1945
|
]
|
|
1946
1946
|
}
|
|
1947
1947
|
);
|
|
1948
|
-
}, j = () =>
|
|
1949
|
-
return /* @__PURE__ */
|
|
1948
|
+
}, j = () => l;
|
|
1949
|
+
return /* @__PURE__ */ s(
|
|
1950
1950
|
f,
|
|
1951
1951
|
{
|
|
1952
1952
|
gap: "md",
|
|
@@ -1958,7 +1958,7 @@ const Ir = (t, r) => {
|
|
|
1958
1958
|
animation: "pageLayoutEnter 320ms cubic-bezier(0.16, 1, 0.3, 1) backwards"
|
|
1959
1959
|
},
|
|
1960
1960
|
children: [
|
|
1961
|
-
n &&
|
|
1961
|
+
n && R(),
|
|
1962
1962
|
j()
|
|
1963
1963
|
]
|
|
1964
1964
|
},
|
|
@@ -1967,34 +1967,34 @@ const Ir = (t, r) => {
|
|
|
1967
1967
|
}, Zn = ce(Vr), Nr = {
|
|
1968
1968
|
icon: "Cross",
|
|
1969
1969
|
title: ""
|
|
1970
|
-
}, Tr = "calc(100vw - 16px)",
|
|
1970
|
+
}, Tr = "calc(100vw - 16px)", zt = (t) => t == null ? void 0 : `min(${typeof t == "number" ? `${t}px` : t}, ${Tr})`, Or = Ut(
|
|
1971
1971
|
({
|
|
1972
1972
|
onHide: t,
|
|
1973
1973
|
show: r,
|
|
1974
1974
|
withBlur: i = !1,
|
|
1975
|
-
style:
|
|
1975
|
+
style: l,
|
|
1976
1976
|
children: n,
|
|
1977
|
-
closeButton:
|
|
1978
|
-
width:
|
|
1977
|
+
closeButton: o = Nr,
|
|
1978
|
+
width: d,
|
|
1979
1979
|
minWidth: a = "357px",
|
|
1980
1980
|
maxWidth: h = "357px"
|
|
1981
|
-
},
|
|
1982
|
-
const g =
|
|
1981
|
+
}, u) => {
|
|
1982
|
+
const g = zt(d ?? a), m = zt(d ?? h);
|
|
1983
1983
|
return /* @__PURE__ */ e(
|
|
1984
|
-
|
|
1984
|
+
or,
|
|
1985
1985
|
{
|
|
1986
1986
|
blur: i,
|
|
1987
1987
|
isShow: r,
|
|
1988
1988
|
position: "right",
|
|
1989
1989
|
onHide: t,
|
|
1990
|
-
ref:
|
|
1990
|
+
ref: u,
|
|
1991
1991
|
style: {
|
|
1992
1992
|
minWidth: g,
|
|
1993
1993
|
maxWidth: m,
|
|
1994
|
-
...
|
|
1994
|
+
...l
|
|
1995
1995
|
},
|
|
1996
|
-
children: /* @__PURE__ */
|
|
1997
|
-
|
|
1996
|
+
children: /* @__PURE__ */ s(f, { padding: "lg", children: [
|
|
1997
|
+
o ? /* @__PURE__ */ s(
|
|
1998
1998
|
f,
|
|
1999
1999
|
{
|
|
2000
2000
|
direction: "row",
|
|
@@ -2007,13 +2007,13 @@ const Ir = (t, r) => {
|
|
|
2007
2007
|
/* @__PURE__ */ e(
|
|
2008
2008
|
b,
|
|
2009
2009
|
{
|
|
2010
|
-
name:
|
|
2010
|
+
name: o.icon,
|
|
2011
2011
|
size: "md",
|
|
2012
2012
|
color: "subtle",
|
|
2013
2013
|
cursor: "pointer"
|
|
2014
2014
|
}
|
|
2015
2015
|
),
|
|
2016
|
-
|
|
2016
|
+
o.title ? /* @__PURE__ */ e(v, { fontFamily: "Poppins", fontSize: "md", color: "text-muted", children: o.title }) : null
|
|
2017
2017
|
]
|
|
2018
2018
|
}
|
|
2019
2019
|
) : null,
|
|
@@ -2024,7 +2024,7 @@ const Ir = (t, r) => {
|
|
|
2024
2024
|
}
|
|
2025
2025
|
), tr = ce(
|
|
2026
2026
|
({ children: t, borderBottom: r = !0, padding: i = !0 }) => {
|
|
2027
|
-
const
|
|
2027
|
+
const l = ne("lg");
|
|
2028
2028
|
return /* @__PURE__ */ e(
|
|
2029
2029
|
f,
|
|
2030
2030
|
{
|
|
@@ -2040,7 +2040,7 @@ const Ir = (t, r) => {
|
|
|
2040
2040
|
}
|
|
2041
2041
|
), rr = ce(
|
|
2042
2042
|
({ children: t, borderTop: r = !0, padding: i = !0 }) => {
|
|
2043
|
-
const
|
|
2043
|
+
const l = ne("lg");
|
|
2044
2044
|
return /* @__PURE__ */ e(
|
|
2045
2045
|
f,
|
|
2046
2046
|
{
|
|
@@ -2071,20 +2071,20 @@ const Ir = (t, r) => {
|
|
|
2071
2071
|
children: t,
|
|
2072
2072
|
title: r,
|
|
2073
2073
|
titleTag: i,
|
|
2074
|
-
action:
|
|
2074
|
+
action: l,
|
|
2075
2075
|
header: n,
|
|
2076
|
-
footer:
|
|
2077
|
-
actionContainer:
|
|
2076
|
+
footer: o,
|
|
2077
|
+
actionContainer: d,
|
|
2078
2078
|
containerProps: a,
|
|
2079
2079
|
bodyProps: h,
|
|
2080
|
-
headerProps:
|
|
2080
|
+
headerProps: u = { borderBottom: !0 },
|
|
2081
2081
|
footerProps: g = { borderTop: !0 },
|
|
2082
2082
|
variantTag: m = "info"
|
|
2083
2083
|
}) => {
|
|
2084
|
-
const y = ne("lg"), D = () => i ? /* @__PURE__ */
|
|
2084
|
+
const y = ne("lg"), D = () => i ? /* @__PURE__ */ s(f, { direction: "row", gap: "sm", align: "center", children: [
|
|
2085
2085
|
/* @__PURE__ */ e(v, { fontWeight: "medium", children: r }),
|
|
2086
2086
|
/* @__PURE__ */ e(Le, { border: !0, text: i, variant: m })
|
|
2087
|
-
] }) : /* @__PURE__ */ e(v, { fontWeight: "medium", children: r }),
|
|
2087
|
+
] }) : /* @__PURE__ */ e(v, { fontWeight: "medium", children: r }), S = () => n || /* @__PURE__ */ s(
|
|
2088
2088
|
f,
|
|
2089
2089
|
{
|
|
2090
2090
|
direction: "row",
|
|
@@ -2097,14 +2097,14 @@ const Ir = (t, r) => {
|
|
|
2097
2097
|
f,
|
|
2098
2098
|
{
|
|
2099
2099
|
style: y ? { width: "100%", maxWidth: "19.313rem" } : { flex: 1 },
|
|
2100
|
-
...
|
|
2101
|
-
children:
|
|
2100
|
+
...d,
|
|
2101
|
+
children: l ?? null
|
|
2102
2102
|
}
|
|
2103
2103
|
)
|
|
2104
2104
|
]
|
|
2105
2105
|
}
|
|
2106
|
-
), x = !!(n || r ||
|
|
2107
|
-
return /* @__PURE__ */
|
|
2106
|
+
), x = !!(n || r || l);
|
|
2107
|
+
return /* @__PURE__ */ s(
|
|
2108
2108
|
f,
|
|
2109
2109
|
{
|
|
2110
2110
|
bg: "white",
|
|
@@ -2119,15 +2119,15 @@ const Ir = (t, r) => {
|
|
|
2119
2119
|
...(a == null ? void 0 : a.style) ?? {}
|
|
2120
2120
|
},
|
|
2121
2121
|
children: [
|
|
2122
|
-
n !== null && x ? /* @__PURE__ */ e(tr, { ...
|
|
2122
|
+
n !== null && x ? /* @__PURE__ */ e(tr, { ...u, children: S() }) : null,
|
|
2123
2123
|
/* @__PURE__ */ e(_r, { ...h, children: t }),
|
|
2124
|
-
|
|
2124
|
+
o ? /* @__PURE__ */ e(rr, { ...g, children: o }) : null
|
|
2125
2125
|
]
|
|
2126
2126
|
}
|
|
2127
2127
|
);
|
|
2128
2128
|
}
|
|
2129
2129
|
), jr = "var(--sa-color-secondary-50, #e6e9fb)", Zr = ({ children: t, onClick: r }) => {
|
|
2130
|
-
const [i,
|
|
2130
|
+
const [i, l] = k("");
|
|
2131
2131
|
return /* @__PURE__ */ e(
|
|
2132
2132
|
Xe,
|
|
2133
2133
|
{
|
|
@@ -2141,9 +2141,9 @@ const Ir = (t, r) => {
|
|
|
2141
2141
|
gap: "spacing-1",
|
|
2142
2142
|
cursor: "pointer",
|
|
2143
2143
|
onClick: r,
|
|
2144
|
-
onMouseEnter: () =>
|
|
2144
|
+
onMouseEnter: () => l(jr),
|
|
2145
2145
|
borderRadius: "rounded-md",
|
|
2146
|
-
onMouseLeave: () =>
|
|
2146
|
+
onMouseLeave: () => l(""),
|
|
2147
2147
|
style: { backgroundColor: i },
|
|
2148
2148
|
children: t
|
|
2149
2149
|
}
|
|
@@ -2152,14 +2152,14 @@ const Ir = (t, r) => {
|
|
|
2152
2152
|
icon: t,
|
|
2153
2153
|
items: r = [],
|
|
2154
2154
|
style: i,
|
|
2155
|
-
triggerStyle:
|
|
2155
|
+
triggerStyle: l,
|
|
2156
2156
|
containerStyle: n,
|
|
2157
|
-
position:
|
|
2158
|
-
buttonProps:
|
|
2157
|
+
position: o = "bottom-right",
|
|
2158
|
+
buttonProps: d,
|
|
2159
2159
|
iconProps: a,
|
|
2160
2160
|
variant: h = "default"
|
|
2161
2161
|
}) => {
|
|
2162
|
-
const
|
|
2162
|
+
const u = he(
|
|
2163
2163
|
() => ({
|
|
2164
2164
|
zIndex: 10,
|
|
2165
2165
|
width: "150px",
|
|
@@ -2167,9 +2167,9 @@ const Ir = (t, r) => {
|
|
|
2167
2167
|
}),
|
|
2168
2168
|
[n]
|
|
2169
2169
|
);
|
|
2170
|
-
return /* @__PURE__ */
|
|
2171
|
-
/* @__PURE__ */ e(Ge, { style:
|
|
2172
|
-
/* @__PURE__ */ e(Zt, { style:
|
|
2170
|
+
return /* @__PURE__ */ s(jt, { position: o, style: i, children: [
|
|
2171
|
+
/* @__PURE__ */ e(Ge, { style: l, children: /* @__PURE__ */ e(T, { size: "sm", secondary: !0, ...d, children: /* @__PURE__ */ e(b, { name: t, ...a }) }) }),
|
|
2172
|
+
/* @__PURE__ */ e(Zt, { style: u, children: r.map((g, m) => h === "outline-button" ? /* @__PURE__ */ e($t, { children: /* @__PURE__ */ s(
|
|
2173
2173
|
T,
|
|
2174
2174
|
{
|
|
2175
2175
|
size: "sm",
|
|
@@ -2182,7 +2182,7 @@ const Ir = (t, r) => {
|
|
|
2182
2182
|
/* @__PURE__ */ e(v, { fontSize: "sm", color: "text", ...g.textProps, children: g.label })
|
|
2183
2183
|
]
|
|
2184
2184
|
}
|
|
2185
|
-
) }, g.id || m) : /* @__PURE__ */
|
|
2185
|
+
) }, g.id || m) : /* @__PURE__ */ s(
|
|
2186
2186
|
$r,
|
|
2187
2187
|
{
|
|
2188
2188
|
onClick: g.onClick,
|
|
@@ -2195,9 +2195,9 @@ const Ir = (t, r) => {
|
|
|
2195
2195
|
g.id || m
|
|
2196
2196
|
)) })
|
|
2197
2197
|
] });
|
|
2198
|
-
}, Gn = ce(Gr),
|
|
2199
|
-
H1:
|
|
2200
|
-
H2:
|
|
2198
|
+
}, Gn = ce(Gr), qr = (t) => /* @__PURE__ */ e(v, { variant: "h1", children: t.children, ...t.props }), Ur = (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
|
+
H1: qr,
|
|
2200
|
+
H2: Ur,
|
|
2201
2201
|
H3: Jr,
|
|
2202
2202
|
H4: Pr,
|
|
2203
2203
|
H5: Qr,
|
|
@@ -2209,7 +2209,7 @@ const Ir = (t, r) => {
|
|
|
2209
2209
|
Body2: ri,
|
|
2210
2210
|
Body3: ii
|
|
2211
2211
|
}, xt = () => {
|
|
2212
|
-
const [t, r] = Ye(), i = Pe(t.toString()),
|
|
2212
|
+
const [t, r] = Ye(), i = Pe(t.toString()), l = Jt(), n = Ve(), o = l.id;
|
|
2213
2213
|
return {
|
|
2214
2214
|
// query params
|
|
2215
2215
|
setSearchParams: r,
|
|
@@ -2218,64 +2218,64 @@ const Ir = (t, r) => {
|
|
|
2218
2218
|
isHasQuery: (g, m) => t.has(g) && t.get(g) === m,
|
|
2219
2219
|
getQueryParam: (g) => t.get(g),
|
|
2220
2220
|
// route params
|
|
2221
|
-
getRouteParam: (g) =>
|
|
2222
|
-
params:
|
|
2221
|
+
getRouteParam: (g) => l[g],
|
|
2222
|
+
params: l,
|
|
2223
2223
|
// location info
|
|
2224
2224
|
location: n,
|
|
2225
2225
|
// khusus id (tetap ada untuk backward compatibility)
|
|
2226
|
-
id:
|
|
2227
|
-
hasId: !!
|
|
2226
|
+
id: o,
|
|
2227
|
+
hasId: !!o
|
|
2228
2228
|
};
|
|
2229
|
-
}, ni = (t) => JSON.stringify(t),
|
|
2229
|
+
}, ni = (t) => JSON.stringify(t), li = (t) => JSON.stringify(t), oi = (t) => JSON.stringify(t), ci = (t) => JSON.stringify(t), ai = (t) => t, si = (t) => JSON.stringify(t), Vt = ({
|
|
2230
2230
|
value: t,
|
|
2231
2231
|
name: r,
|
|
2232
2232
|
type: i,
|
|
2233
|
-
withSearchParam:
|
|
2233
|
+
withSearchParam: l = !0,
|
|
2234
2234
|
setSearchParams: n,
|
|
2235
|
-
searchQueries:
|
|
2236
|
-
dropdownSearchKey:
|
|
2235
|
+
searchQueries: o,
|
|
2236
|
+
dropdownSearchKey: d,
|
|
2237
2237
|
filterKey: a = "filter",
|
|
2238
2238
|
pageKey: h = "page"
|
|
2239
2239
|
}) => {
|
|
2240
|
-
if (
|
|
2241
|
-
let
|
|
2240
|
+
if (l) {
|
|
2241
|
+
let u;
|
|
2242
2242
|
switch (i) {
|
|
2243
2243
|
case "search":
|
|
2244
|
-
|
|
2244
|
+
u = ai(t);
|
|
2245
2245
|
break;
|
|
2246
2246
|
case "dropdown":
|
|
2247
2247
|
case "dropdown-multiple":
|
|
2248
|
-
|
|
2248
|
+
u = ni(t);
|
|
2249
2249
|
break;
|
|
2250
2250
|
case "radio":
|
|
2251
|
-
|
|
2251
|
+
u = li(t);
|
|
2252
2252
|
break;
|
|
2253
2253
|
case "date-range":
|
|
2254
|
-
|
|
2254
|
+
u = oi(t);
|
|
2255
2255
|
break;
|
|
2256
2256
|
case "advanced-date-range":
|
|
2257
|
-
|
|
2257
|
+
u = si(t);
|
|
2258
2258
|
break;
|
|
2259
2259
|
case "date":
|
|
2260
|
-
|
|
2260
|
+
u = ci(t);
|
|
2261
2261
|
break;
|
|
2262
2262
|
default:
|
|
2263
|
-
|
|
2263
|
+
u = t;
|
|
2264
2264
|
break;
|
|
2265
2265
|
}
|
|
2266
|
-
if (typeof
|
|
2266
|
+
if (typeof u < "u") {
|
|
2267
2267
|
const m = {
|
|
2268
|
-
...
|
|
2269
|
-
[r]:
|
|
2270
|
-
}, y = { ...
|
|
2271
|
-
|
|
2268
|
+
...o[a] && typeof o[a] == "string" ? JSON.parse(o[a]) : void 0,
|
|
2269
|
+
[r]: u
|
|
2270
|
+
}, y = { ...o };
|
|
2271
|
+
d && typeof d == "string" && delete y[d], delete y[h];
|
|
2272
2272
|
const D = {
|
|
2273
2273
|
...y,
|
|
2274
2274
|
[a]: JSON.stringify(m)
|
|
2275
|
-
},
|
|
2275
|
+
}, S = new URLSearchParams(o).toString(), x = new URLSearchParams(
|
|
2276
2276
|
D
|
|
2277
2277
|
).toString();
|
|
2278
|
-
if (
|
|
2278
|
+
if (S === x)
|
|
2279
2279
|
return;
|
|
2280
2280
|
n(D);
|
|
2281
2281
|
}
|
|
@@ -2284,86 +2284,86 @@ const Ir = (t, r) => {
|
|
|
2284
2284
|
name: t,
|
|
2285
2285
|
filterKey: r = "filter",
|
|
2286
2286
|
searchParams: i,
|
|
2287
|
-
get:
|
|
2287
|
+
get: l
|
|
2288
2288
|
}) => {
|
|
2289
|
-
const n = i.get(r) || void 0,
|
|
2290
|
-
return
|
|
2291
|
-
},
|
|
2289
|
+
const n = i.get(r) || void 0, o = n && typeof n == "string" ? JSON.parse(n) : void 0, d = o ? o[t] : void 0;
|
|
2290
|
+
return l === "label" && d ? JSON.parse(d)[0].label : l === "value" && d ? JSON.parse(d)[0].value : d;
|
|
2291
|
+
}, qn = ({
|
|
2292
2292
|
name: t,
|
|
2293
2293
|
filterKey: r = "filter",
|
|
2294
2294
|
searchParams: i,
|
|
2295
|
-
get:
|
|
2295
|
+
get: l
|
|
2296
2296
|
}) => {
|
|
2297
|
-
const n = i.get(r) || void 0,
|
|
2298
|
-
return
|
|
2299
|
-
},
|
|
2297
|
+
const n = i.get(r) || void 0, o = n && typeof n == "string" ? JSON.parse(n) : void 0, d = o ? o[t] : void 0;
|
|
2298
|
+
return l === "label" && d ? JSON.parse(d).map((a) => a.label) : l === "value" && d ? JSON.parse(d).map((a) => a.value) : l === "array" && d ? JSON.parse(d) : d;
|
|
2299
|
+
}, Un = ({
|
|
2300
2300
|
name: t,
|
|
2301
2301
|
filterKey: r = "filter",
|
|
2302
2302
|
searchParams: i,
|
|
2303
|
-
get:
|
|
2303
|
+
get: l
|
|
2304
2304
|
}) => {
|
|
2305
|
-
const n = i.get(r) || void 0,
|
|
2306
|
-
return
|
|
2305
|
+
const n = i.get(r) || void 0, o = n && typeof n == "string" ? JSON.parse(n) : void 0, d = o ? o[t] : void 0;
|
|
2306
|
+
return l === "id" && d ? JSON.parse(d).id : l === "label" && d ? JSON.parse(d).label : l === "value" && d ? JSON.parse(d).value : d;
|
|
2307
2307
|
}, di = (t, r, i) => {
|
|
2308
|
-
const
|
|
2308
|
+
const l = r.get(i || "filter") || void 0, n = l && typeof l == "string" ? JSON.parse(l) : void 0;
|
|
2309
2309
|
return n ? n[t] : void 0;
|
|
2310
2310
|
}, Jn = ({
|
|
2311
2311
|
name: t,
|
|
2312
2312
|
filterKey: r = "filter",
|
|
2313
2313
|
searchParams: i
|
|
2314
2314
|
}) => {
|
|
2315
|
-
const
|
|
2315
|
+
const l = i.get(r || "filter") || void 0, n = l && typeof l == "string" ? JSON.parse(l) : void 0, o = n ? n[t] : void 0;
|
|
2316
2316
|
return {
|
|
2317
|
-
start:
|
|
2318
|
-
end:
|
|
2317
|
+
start: o ? JSON.parse(o).from : void 0,
|
|
2318
|
+
end: o ? JSON.parse(o).to : void 0
|
|
2319
2319
|
};
|
|
2320
2320
|
}, Pn = ({
|
|
2321
2321
|
name: t,
|
|
2322
2322
|
filterKey: r = "filter",
|
|
2323
2323
|
searchParams: i
|
|
2324
2324
|
}) => {
|
|
2325
|
-
const
|
|
2326
|
-
return
|
|
2325
|
+
const l = i.get(r || "filter") || void 0, n = l && typeof l == "string" ? JSON.parse(l) : void 0, o = n ? n[t] : void 0;
|
|
2326
|
+
return o ? JSON.parse(o) : void 0;
|
|
2327
2327
|
}, Qn = (t, {
|
|
2328
2328
|
filterKey: r = "filter",
|
|
2329
2329
|
perPageKey: i = "perPage",
|
|
2330
|
-
pageKey:
|
|
2330
|
+
pageKey: l = "page"
|
|
2331
2331
|
}) => {
|
|
2332
|
-
const n = t.get(r) || void 0,
|
|
2333
|
-
return !!n || !!
|
|
2332
|
+
const n = t.get(r) || void 0, o = t.get(i) || void 0, d = t.get(l) || void 0;
|
|
2333
|
+
return !!n || !!o || !!d;
|
|
2334
2334
|
}, ui = ({
|
|
2335
2335
|
isOpen: t,
|
|
2336
2336
|
onClose: r,
|
|
2337
2337
|
filterKey: i,
|
|
2338
|
-
pageKey:
|
|
2338
|
+
pageKey: l,
|
|
2339
2339
|
filters: n
|
|
2340
2340
|
}) => {
|
|
2341
|
-
const { searchParams:
|
|
2342
|
-
|
|
2341
|
+
const { searchParams: o, setSearchParams: d, searchQueries: a } = xt(), [h, u] = k({}), g = () => {
|
|
2342
|
+
o.delete(i || "filter"), d(o);
|
|
2343
2343
|
}, m = (y, D) => {
|
|
2344
2344
|
switch (y.type) {
|
|
2345
2345
|
case "radio": {
|
|
2346
|
-
const { show:
|
|
2347
|
-
return
|
|
2346
|
+
const { show: S = !0 } = y;
|
|
2347
|
+
return S && /* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(f, { children: y.title }) }, D);
|
|
2348
2348
|
}
|
|
2349
2349
|
case "dropdown": {
|
|
2350
|
-
const { show:
|
|
2351
|
-
return
|
|
2350
|
+
const { show: S = !0 } = y;
|
|
2351
|
+
return S && /* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(f, { children: y.title }) }, D);
|
|
2352
2352
|
}
|
|
2353
2353
|
case "date-range":
|
|
2354
2354
|
return /* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(f, { children: y.title }) }, D);
|
|
2355
2355
|
case "date":
|
|
2356
2356
|
return /* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(f, { children: y.title }) }, D);
|
|
2357
2357
|
case "dropdown-multiple": {
|
|
2358
|
-
const { show:
|
|
2359
|
-
return
|
|
2358
|
+
const { show: S = !0 } = y;
|
|
2359
|
+
return S && /* @__PURE__ */ e(f, { children: /* @__PURE__ */ e(f, { children: y.title }) }, D);
|
|
2360
2360
|
}
|
|
2361
2361
|
default:
|
|
2362
2362
|
return null;
|
|
2363
2363
|
}
|
|
2364
2364
|
};
|
|
2365
|
-
return /* @__PURE__ */ e(Or, { onHide: r, show: t || !1, children: /* @__PURE__ */
|
|
2366
|
-
/* @__PURE__ */
|
|
2365
|
+
return /* @__PURE__ */ e(Or, { onHide: r, show: t || !1, children: /* @__PURE__ */ s(f, { direction: "column", gap: "md", children: [
|
|
2366
|
+
/* @__PURE__ */ s($, { direction: "row", justify: "space-between", align: "center", children: [
|
|
2367
2367
|
/* @__PURE__ */ e(f, { children: "Filter" }),
|
|
2368
2368
|
/* @__PURE__ */ e(
|
|
2369
2369
|
f,
|
|
@@ -2380,23 +2380,23 @@ const Ir = (t, r) => {
|
|
|
2380
2380
|
searchKey: t = "q",
|
|
2381
2381
|
statusKey: r = "status",
|
|
2382
2382
|
searchPlaceholder: i = "Search",
|
|
2383
|
-
searchHighlightPlaceholder:
|
|
2383
|
+
searchHighlightPlaceholder: l,
|
|
2384
2384
|
extendedFilter: n,
|
|
2385
|
-
showSearchFilter:
|
|
2386
|
-
showStatusFilter:
|
|
2385
|
+
showSearchFilter: o = !0,
|
|
2386
|
+
showStatusFilter: d = !0,
|
|
2387
2387
|
filterKey: a = "filter",
|
|
2388
2388
|
pageKey: h = "page",
|
|
2389
|
-
customWidthSearch:
|
|
2389
|
+
customWidthSearch: u,
|
|
2390
2390
|
handleOnReset: g,
|
|
2391
2391
|
filterConfigs: m,
|
|
2392
2392
|
buttonToggleProps: y,
|
|
2393
2393
|
position: D = "right",
|
|
2394
|
-
titleSearchLabel:
|
|
2394
|
+
titleSearchLabel: S = "Work Order",
|
|
2395
2395
|
withTitleLabels: x = !1
|
|
2396
2396
|
}) => {
|
|
2397
|
-
const j = (y == null ? void 0 : y.isShowLabel) ?? !0, [N,
|
|
2397
|
+
const j = (y == null ? void 0 : y.isShowLabel) ?? !0, [N, U] = k(!1), [M, ae] = k(0), J = () => {
|
|
2398
2398
|
ae((V) => V + 1);
|
|
2399
|
-
}, { searchParams: I, setSearchParams: P, getQueryParam:
|
|
2399
|
+
}, { searchParams: I, setSearchParams: P, getQueryParam: le } = xt(), oe = Pe(I.toString()), G = di(t, I, a) || "", [Q, K] = k(G), se = le(a), X = !!(se && !(() => {
|
|
2400
2400
|
if (se)
|
|
2401
2401
|
try {
|
|
2402
2402
|
const V = JSON.parse(se);
|
|
@@ -2405,7 +2405,7 @@ const Ir = (t, r) => {
|
|
|
2405
2405
|
console.error("Filter parameter is not a valid JSON:", V);
|
|
2406
2406
|
}
|
|
2407
2407
|
return !1;
|
|
2408
|
-
})()),
|
|
2408
|
+
})()), z = ne("md");
|
|
2409
2409
|
return Z(() => {
|
|
2410
2410
|
K(G);
|
|
2411
2411
|
}, [G]), Z(() => {
|
|
@@ -2416,7 +2416,7 @@ const Ir = (t, r) => {
|
|
|
2416
2416
|
value: Q,
|
|
2417
2417
|
name: t,
|
|
2418
2418
|
type: "search",
|
|
2419
|
-
searchQueries:
|
|
2419
|
+
searchQueries: oe,
|
|
2420
2420
|
setSearchParams: P,
|
|
2421
2421
|
filterKey: a,
|
|
2422
2422
|
pageKey: h
|
|
@@ -2429,16 +2429,16 @@ const Ir = (t, r) => {
|
|
|
2429
2429
|
Q,
|
|
2430
2430
|
G,
|
|
2431
2431
|
t,
|
|
2432
|
-
|
|
2432
|
+
oe,
|
|
2433
2433
|
P,
|
|
2434
2434
|
a,
|
|
2435
2435
|
h
|
|
2436
|
-
]), /* @__PURE__ */
|
|
2436
|
+
]), /* @__PURE__ */ s(
|
|
2437
2437
|
$,
|
|
2438
2438
|
{
|
|
2439
2439
|
gap: "md",
|
|
2440
2440
|
style: {
|
|
2441
|
-
flexDirection:
|
|
2441
|
+
flexDirection: z && D === "left" ? "row" : z && D === "right" ? "row-reverse" : "column"
|
|
2442
2442
|
},
|
|
2443
2443
|
align: "flex-end",
|
|
2444
2444
|
children: [
|
|
@@ -2454,7 +2454,7 @@ const Ir = (t, r) => {
|
|
|
2454
2454
|
children: /* @__PURE__ */ e(v, { color: "error", fontWeight: "semibold", children: "Reset" })
|
|
2455
2455
|
}
|
|
2456
2456
|
) }),
|
|
2457
|
-
n == null ? void 0 : n.map(({ minWidth: V, content: te, title: fe, onClickContainer: ge }, Be) => /* @__PURE__ */
|
|
2457
|
+
n == null ? void 0 : n.map(({ minWidth: V, content: te, title: fe, onClickContainer: ge }, Be) => /* @__PURE__ */ s(
|
|
2458
2458
|
f,
|
|
2459
2459
|
{
|
|
2460
2460
|
gap: "sm",
|
|
@@ -2484,12 +2484,12 @@ const Ir = (t, r) => {
|
|
|
2484
2484
|
}
|
|
2485
2485
|
}
|
|
2486
2486
|
),
|
|
2487
|
-
fullWidth: !
|
|
2488
|
-
onClick: () =>
|
|
2487
|
+
fullWidth: !z,
|
|
2488
|
+
onClick: () => U(!0),
|
|
2489
2489
|
children: j ? "Filter" : void 0
|
|
2490
2490
|
}
|
|
2491
2491
|
),
|
|
2492
|
-
|
|
2492
|
+
d && /* @__PURE__ */ s(
|
|
2493
2493
|
f,
|
|
2494
2494
|
{
|
|
2495
2495
|
gap: "sm",
|
|
@@ -2536,7 +2536,7 @@ const Ir = (t, r) => {
|
|
|
2536
2536
|
value: V,
|
|
2537
2537
|
name: r,
|
|
2538
2538
|
type: "dropdown",
|
|
2539
|
-
searchQueries:
|
|
2539
|
+
searchQueries: oe,
|
|
2540
2540
|
setSearchParams: P,
|
|
2541
2541
|
filterKey: a
|
|
2542
2542
|
}),
|
|
@@ -2547,17 +2547,17 @@ const Ir = (t, r) => {
|
|
|
2547
2547
|
]
|
|
2548
2548
|
}
|
|
2549
2549
|
),
|
|
2550
|
-
|
|
2550
|
+
o && /* @__PURE__ */ s(
|
|
2551
2551
|
f,
|
|
2552
2552
|
{
|
|
2553
2553
|
gap: "sm",
|
|
2554
2554
|
style: {
|
|
2555
|
-
width:
|
|
2555
|
+
width: u && z ? u : z ? "310px" : ""
|
|
2556
2556
|
},
|
|
2557
2557
|
children: [
|
|
2558
|
-
x && /* @__PURE__ */
|
|
2558
|
+
x && /* @__PURE__ */ s(pe.SubH3, { children: [
|
|
2559
2559
|
"Search for ",
|
|
2560
|
-
|
|
2560
|
+
S
|
|
2561
2561
|
] }),
|
|
2562
2562
|
/* @__PURE__ */ e(
|
|
2563
2563
|
gt,
|
|
@@ -2577,7 +2577,7 @@ const Ir = (t, r) => {
|
|
|
2577
2577
|
ui,
|
|
2578
2578
|
{
|
|
2579
2579
|
isOpen: N,
|
|
2580
|
-
onClose: () =>
|
|
2580
|
+
onClose: () => U(!1),
|
|
2581
2581
|
filterKey: a,
|
|
2582
2582
|
filters: m,
|
|
2583
2583
|
pageKey: h
|
|
@@ -2587,20 +2587,20 @@ const Ir = (t, r) => {
|
|
|
2587
2587
|
}
|
|
2588
2588
|
);
|
|
2589
2589
|
}, fi = ({ children: t, borderRadius: r, height: i }) => {
|
|
2590
|
-
const
|
|
2590
|
+
const l = ie(null), [n, o] = k("100vh");
|
|
2591
2591
|
return Z(() => {
|
|
2592
2592
|
if (i) return;
|
|
2593
|
-
const
|
|
2594
|
-
if (
|
|
2595
|
-
const a =
|
|
2596
|
-
|
|
2593
|
+
const d = () => {
|
|
2594
|
+
if (l.current) {
|
|
2595
|
+
const a = l.current.getBoundingClientRect().top;
|
|
2596
|
+
o(`calc(100vh - ${a}px)`);
|
|
2597
2597
|
}
|
|
2598
2598
|
};
|
|
2599
|
-
return
|
|
2599
|
+
return d(), window.addEventListener("resize", d), () => window.removeEventListener("resize", d);
|
|
2600
2600
|
}, [i]), /* @__PURE__ */ e(
|
|
2601
2601
|
f,
|
|
2602
2602
|
{
|
|
2603
|
-
ref:
|
|
2603
|
+
ref: l,
|
|
2604
2604
|
fullWidth: !0,
|
|
2605
2605
|
borderStyle: "border-solid",
|
|
2606
2606
|
borderWidth: "border",
|
|
@@ -2618,11 +2618,11 @@ const Ir = (t, r) => {
|
|
|
2618
2618
|
action: t,
|
|
2619
2619
|
rightContent: r,
|
|
2620
2620
|
leftContent: i,
|
|
2621
|
-
headerSlot:
|
|
2621
|
+
headerSlot: l,
|
|
2622
2622
|
advanceFilter: n,
|
|
2623
|
-
showFilter:
|
|
2623
|
+
showFilter: o = !0
|
|
2624
2624
|
}) => {
|
|
2625
|
-
const
|
|
2625
|
+
const d = ne("md"), a = o ? /* @__PURE__ */ e(hi, { ...n }) : null;
|
|
2626
2626
|
return /* @__PURE__ */ e(
|
|
2627
2627
|
f,
|
|
2628
2628
|
{
|
|
@@ -2639,35 +2639,35 @@ const Ir = (t, r) => {
|
|
|
2639
2639
|
flexShrink: 0,
|
|
2640
2640
|
position: "relative",
|
|
2641
2641
|
zIndex: 10,
|
|
2642
|
-
flexDirection:
|
|
2642
|
+
flexDirection: d ? "row" : "column-reverse",
|
|
2643
2643
|
gap: "16px"
|
|
2644
2644
|
},
|
|
2645
|
-
children:
|
|
2646
|
-
/* @__PURE__ */
|
|
2645
|
+
children: l ? l({ filter: a }) : /* @__PURE__ */ s(q, { children: [
|
|
2646
|
+
/* @__PURE__ */ s(f, { style: { display: "flex", gap: "8px", flexDirection: "row", alignItems: "center", flex: 1, minWidth: 0 }, children: [
|
|
2647
2647
|
a,
|
|
2648
2648
|
i
|
|
2649
2649
|
] }),
|
|
2650
|
-
/* @__PURE__ */
|
|
2650
|
+
/* @__PURE__ */ s(f, { style: { display: "flex", gap: "8px", flexDirection: "row", alignItems: "center", flexShrink: 0 }, children: [
|
|
2651
2651
|
r,
|
|
2652
2652
|
t ? st(t) ? t : /* @__PURE__ */ e(
|
|
2653
2653
|
f,
|
|
2654
2654
|
{
|
|
2655
2655
|
style: {
|
|
2656
2656
|
display: "flex",
|
|
2657
|
-
flexDirection:
|
|
2657
|
+
flexDirection: d ? "row" : "column",
|
|
2658
2658
|
gap: "8px",
|
|
2659
|
-
width:
|
|
2659
|
+
width: d ? "auto" : "100%",
|
|
2660
2660
|
textWrap: "nowrap"
|
|
2661
2661
|
},
|
|
2662
2662
|
children: t.map(
|
|
2663
|
-
({ title:
|
|
2663
|
+
({ title: u, icon: g, buttonProps: m, onClick: y }, D) => !u && !g ? null : /* @__PURE__ */ e(
|
|
2664
2664
|
T,
|
|
2665
2665
|
{
|
|
2666
|
-
fullWidth: !
|
|
2666
|
+
fullWidth: !d,
|
|
2667
2667
|
iconLeft: g ? /* @__PURE__ */ e(b, { name: g }) : void 0,
|
|
2668
2668
|
onClick: y,
|
|
2669
2669
|
...m,
|
|
2670
|
-
children:
|
|
2670
|
+
children: u
|
|
2671
2671
|
},
|
|
2672
2672
|
`action-${D}`
|
|
2673
2673
|
)
|
|
@@ -2682,7 +2682,7 @@ const Ir = (t, r) => {
|
|
|
2682
2682
|
totalData: t,
|
|
2683
2683
|
withMarginBottom: r = !0,
|
|
2684
2684
|
withMarginTop: i = !0
|
|
2685
|
-
}) => /* @__PURE__ */
|
|
2685
|
+
}) => /* @__PURE__ */ s(
|
|
2686
2686
|
f,
|
|
2687
2687
|
{
|
|
2688
2688
|
style: {
|
|
@@ -2694,7 +2694,7 @@ const Ir = (t, r) => {
|
|
|
2694
2694
|
marginTop: i ? "16px" : void 0
|
|
2695
2695
|
},
|
|
2696
2696
|
children: [
|
|
2697
|
-
/* @__PURE__ */
|
|
2697
|
+
/* @__PURE__ */ s(
|
|
2698
2698
|
pe.Body1,
|
|
2699
2699
|
{
|
|
2700
2700
|
props: {
|
|
@@ -2713,16 +2713,16 @@ const Ir = (t, r) => {
|
|
|
2713
2713
|
pagination: t,
|
|
2714
2714
|
pageKey: r = "page",
|
|
2715
2715
|
perPageKey: i = "perPage",
|
|
2716
|
-
defaultPerPage:
|
|
2716
|
+
defaultPerPage: l = 10,
|
|
2717
2717
|
showPagination: n = !0,
|
|
2718
|
-
totalData:
|
|
2718
|
+
totalData: o
|
|
2719
2719
|
}) => {
|
|
2720
|
-
const { searchQueries:
|
|
2721
|
-
a({ ...
|
|
2722
|
-
}, m = (
|
|
2720
|
+
const { searchQueries: d, setSearchParams: a, searchParams: h } = xt(), u = h.get(i), g = (S) => {
|
|
2721
|
+
a({ ...d, [r]: String(S) });
|
|
2722
|
+
}, m = (S) => {
|
|
2723
2723
|
a({
|
|
2724
|
-
...
|
|
2725
|
-
[i]:
|
|
2724
|
+
...d,
|
|
2725
|
+
[i]: S,
|
|
2726
2726
|
[r]: "1"
|
|
2727
2727
|
});
|
|
2728
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));
|
|
@@ -2742,8 +2742,8 @@ const Ir = (t, r) => {
|
|
|
2742
2742
|
borderTop: "1px solid var(--sa-border-subtle, #0b120e24)",
|
|
2743
2743
|
flexShrink: 0
|
|
2744
2744
|
},
|
|
2745
|
-
children: n ? /* @__PURE__ */
|
|
2746
|
-
/* @__PURE__ */
|
|
2745
|
+
children: n ? /* @__PURE__ */ s(q, { children: [
|
|
2746
|
+
/* @__PURE__ */ s(f, { style: { display: "flex", flexDirection: "row", gap: "8px", alignItems: "center", textWrap: "nowrap" }, children: [
|
|
2747
2747
|
/* @__PURE__ */ e(v, { children: "Rows Per Page: " }),
|
|
2748
2748
|
/* @__PURE__ */ e(
|
|
2749
2749
|
ft,
|
|
@@ -2755,11 +2755,11 @@ const Ir = (t, r) => {
|
|
|
2755
2755
|
{ label: "50", value: "50" },
|
|
2756
2756
|
{ label: "100", value: "100" }
|
|
2757
2757
|
],
|
|
2758
|
-
onChange: (
|
|
2759
|
-
m(
|
|
2758
|
+
onChange: (S) => {
|
|
2759
|
+
m(S[0].value);
|
|
2760
2760
|
},
|
|
2761
|
-
value:
|
|
2762
|
-
defaultValue:
|
|
2761
|
+
value: u ? [{ label: `${u} per row`, value: u }] : [{ label: `${l} per row`, value: `${l}` }],
|
|
2762
|
+
defaultValue: u ? [{ label: `${u} per row`, value: u }] : [{ label: `${l} per row`, value: `${l}` }]
|
|
2763
2763
|
}
|
|
2764
2764
|
),
|
|
2765
2765
|
/* @__PURE__ */ e(v, { children: `${y}-${D} of ${(t == null ? void 0 : t.totalData) || 0}` })
|
|
@@ -2775,7 +2775,7 @@ const Ir = (t, r) => {
|
|
|
2775
2775
|
] }) : /* @__PURE__ */ e(
|
|
2776
2776
|
mi,
|
|
2777
2777
|
{
|
|
2778
|
-
totalData:
|
|
2778
|
+
totalData: o,
|
|
2779
2779
|
withMarginBottom: !1,
|
|
2780
2780
|
withMarginTop: !1
|
|
2781
2781
|
}
|
|
@@ -2783,36 +2783,36 @@ const Ir = (t, r) => {
|
|
|
2783
2783
|
}
|
|
2784
2784
|
);
|
|
2785
2785
|
}, pi = ({ filter: t, columnTitle: r }) => {
|
|
2786
|
-
const [i,
|
|
2786
|
+
const [i, l] = k(!1), n = ie(null), o = ie(null), d = ie(null), [a, h] = k(""), [u, 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
2789
|
Z(() => {
|
|
2790
|
-
if (i &&
|
|
2791
|
-
const x =
|
|
2790
|
+
if (i && o.current) {
|
|
2791
|
+
const x = o.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
2796
|
}, [i, t.position]), Z(() => {
|
|
2797
|
-
i &&
|
|
2797
|
+
i && d.current ? setTimeout(() => {
|
|
2798
2798
|
var x;
|
|
2799
|
-
return (x =
|
|
2799
|
+
return (x = d.current) == null ? void 0 : x.focus();
|
|
2800
2800
|
}, 50) : h("");
|
|
2801
2801
|
}, [i]), Z(() => {
|
|
2802
|
-
const x = (
|
|
2803
|
-
n.current && !n.current.contains(
|
|
2802
|
+
const x = (R) => {
|
|
2803
|
+
n.current && !n.current.contains(R.target) && o.current && !o.current.contains(R.target) && l(!1);
|
|
2804
2804
|
};
|
|
2805
2805
|
return i && document.addEventListener("mousedown", x), () => document.removeEventListener("mousedown", x);
|
|
2806
2806
|
}, [i]);
|
|
2807
2807
|
const D = (x) => {
|
|
2808
|
-
const
|
|
2809
|
-
t.onFilterChange(
|
|
2810
|
-
},
|
|
2811
|
-
return /* @__PURE__ */
|
|
2808
|
+
const R = m.includes(x) ? m.filter((j) => j !== x) : [...m, x];
|
|
2809
|
+
t.onFilterChange(R);
|
|
2810
|
+
}, S = () => t.onFilterChange([]);
|
|
2811
|
+
return /* @__PURE__ */ s(f, { style: { position: "relative" }, children: [
|
|
2812
2812
|
/* @__PURE__ */ e(
|
|
2813
2813
|
f,
|
|
2814
2814
|
{
|
|
2815
|
-
ref:
|
|
2815
|
+
ref: o,
|
|
2816
2816
|
style: {
|
|
2817
2817
|
display: "flex",
|
|
2818
2818
|
flexDirection: "row",
|
|
@@ -2820,8 +2820,8 @@ const Ir = (t, r) => {
|
|
|
2820
2820
|
cursor: "pointer"
|
|
2821
2821
|
},
|
|
2822
2822
|
onClick: (x) => {
|
|
2823
|
-
var
|
|
2824
|
-
x.stopPropagation(), i || (
|
|
2823
|
+
var R;
|
|
2824
|
+
x.stopPropagation(), i || (R = t.onOpen) == null || R.call(t), l((j) => !j);
|
|
2825
2825
|
},
|
|
2826
2826
|
children: /* @__PURE__ */ e(
|
|
2827
2827
|
b,
|
|
@@ -2835,14 +2835,14 @@ const Ir = (t, r) => {
|
|
|
2835
2835
|
)
|
|
2836
2836
|
}
|
|
2837
2837
|
),
|
|
2838
|
-
i && /* @__PURE__ */
|
|
2838
|
+
i && /* @__PURE__ */ s(
|
|
2839
2839
|
f,
|
|
2840
2840
|
{
|
|
2841
2841
|
ref: n,
|
|
2842
2842
|
style: {
|
|
2843
2843
|
position: "fixed",
|
|
2844
|
-
top: `${
|
|
2845
|
-
...
|
|
2844
|
+
top: `${u.top}px`,
|
|
2845
|
+
...u.left !== void 0 ? { left: `${u.left}px` } : { right: `${u.right}px` },
|
|
2846
2846
|
backgroundColor: "white",
|
|
2847
2847
|
borderRadius: "4px",
|
|
2848
2848
|
minWidth: "280px",
|
|
@@ -2854,7 +2854,7 @@ const Ir = (t, r) => {
|
|
|
2854
2854
|
border: "1px solid var(--sa-border-subtle, #0b120e24)"
|
|
2855
2855
|
},
|
|
2856
2856
|
children: [
|
|
2857
|
-
/* @__PURE__ */
|
|
2857
|
+
/* @__PURE__ */ s(
|
|
2858
2858
|
f,
|
|
2859
2859
|
{
|
|
2860
2860
|
style: {
|
|
@@ -2869,7 +2869,7 @@ const Ir = (t, r) => {
|
|
|
2869
2869
|
borderBottom: "1px solid var(--sa-border-subtle, #0b120e24)"
|
|
2870
2870
|
},
|
|
2871
2871
|
children: [
|
|
2872
|
-
/* @__PURE__ */
|
|
2872
|
+
/* @__PURE__ */ s(v, { fontSize: "sm", fontWeight: "semibold", color: "gray-700", children: [
|
|
2873
2873
|
"Filter ",
|
|
2874
2874
|
r
|
|
2875
2875
|
] }),
|
|
@@ -2880,7 +2880,7 @@ const Ir = (t, r) => {
|
|
|
2880
2880
|
color: "primary",
|
|
2881
2881
|
fontWeight: "semibold",
|
|
2882
2882
|
onClick: (x) => {
|
|
2883
|
-
x.stopPropagation(),
|
|
2883
|
+
x.stopPropagation(), S();
|
|
2884
2884
|
},
|
|
2885
2885
|
children: "CLEAR"
|
|
2886
2886
|
}
|
|
@@ -2900,7 +2900,7 @@ const Ir = (t, r) => {
|
|
|
2900
2900
|
children: /* @__PURE__ */ e(
|
|
2901
2901
|
gt,
|
|
2902
2902
|
{
|
|
2903
|
-
ref:
|
|
2903
|
+
ref: d,
|
|
2904
2904
|
placeholder: `Search ${r.toLowerCase()}...`,
|
|
2905
2905
|
leftIcon: /* @__PURE__ */ e(b, { name: "Search", size: "sm" }),
|
|
2906
2906
|
value: a,
|
|
@@ -2920,7 +2920,7 @@ const Ir = (t, r) => {
|
|
|
2920
2920
|
paddingLeft: "8px",
|
|
2921
2921
|
paddingRight: "8px"
|
|
2922
2922
|
},
|
|
2923
|
-
children: t.isLoadingOptions ? /* @__PURE__ */
|
|
2923
|
+
children: t.isLoadingOptions ? /* @__PURE__ */ s(
|
|
2924
2924
|
f,
|
|
2925
2925
|
{
|
|
2926
2926
|
style: {
|
|
@@ -2954,7 +2954,7 @@ const Ir = (t, r) => {
|
|
|
2954
2954
|
)
|
|
2955
2955
|
]
|
|
2956
2956
|
}
|
|
2957
|
-
) : y.length > 0 ? /* @__PURE__ */ e(f, { style: { gap: "2px", paddingTop: "4px", paddingBottom: "4px" }, children: y.map((x) => /* @__PURE__ */
|
|
2957
|
+
) : y.length > 0 ? /* @__PURE__ */ e(f, { style: { gap: "2px", paddingTop: "4px", paddingBottom: "4px" }, children: y.map((x) => /* @__PURE__ */ s(
|
|
2958
2958
|
f,
|
|
2959
2959
|
{
|
|
2960
2960
|
style: {
|
|
@@ -2971,14 +2971,14 @@ const Ir = (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(
|
|
@@ -3001,7 +3001,7 @@ const Ir = (t, r) => {
|
|
|
3001
3001
|
]
|
|
3002
3002
|
},
|
|
3003
3003
|
x.value
|
|
3004
|
-
)) }) : /* @__PURE__ */
|
|
3004
|
+
)) }) : /* @__PURE__ */ s(
|
|
3005
3005
|
f,
|
|
3006
3006
|
{
|
|
3007
3007
|
style: {
|
|
@@ -3047,7 +3047,7 @@ const Ir = (t, r) => {
|
|
|
3047
3047
|
backgroundColor: "var(--sa-color-brand-50, #e6edf6)",
|
|
3048
3048
|
marginTop: "auto"
|
|
3049
3049
|
},
|
|
3050
|
-
children: /* @__PURE__ */
|
|
3050
|
+
children: /* @__PURE__ */ s(f, { style: { display: "flex", flexDirection: "row", alignItems: "center", gap: "4px" }, children: [
|
|
3051
3051
|
/* @__PURE__ */ e(
|
|
3052
3052
|
f,
|
|
3053
3053
|
{
|
|
@@ -3062,7 +3062,7 @@ const Ir = (t, r) => {
|
|
|
3062
3062
|
children: m.length
|
|
3063
3063
|
}
|
|
3064
3064
|
),
|
|
3065
|
-
/* @__PURE__ */
|
|
3065
|
+
/* @__PURE__ */ s(v, { fontSize: "xs", color: "primary", fontWeight: "medium", children: [
|
|
3066
3066
|
"item",
|
|
3067
3067
|
m.length > 1 ? "s" : "",
|
|
3068
3068
|
" selected"
|
|
@@ -3078,7 +3078,7 @@ const Ir = (t, r) => {
|
|
|
3078
3078
|
direction: t
|
|
3079
3079
|
}) => {
|
|
3080
3080
|
const r = "var(--sa-text-primary, #292a2e)", i = "var(--sa-text-subtle, #8c8f97)";
|
|
3081
|
-
return /* @__PURE__ */
|
|
3081
|
+
return /* @__PURE__ */ s(
|
|
3082
3082
|
"span",
|
|
3083
3083
|
{
|
|
3084
3084
|
style: {
|
|
@@ -3114,7 +3114,7 @@ const Ir = (t, r) => {
|
|
|
3114
3114
|
]
|
|
3115
3115
|
}
|
|
3116
3116
|
);
|
|
3117
|
-
}, Ci = ({ frozen: t }) => /* @__PURE__ */
|
|
3117
|
+
}, Ci = ({ frozen: t }) => /* @__PURE__ */ s(
|
|
3118
3118
|
"svg",
|
|
3119
3119
|
{
|
|
3120
3120
|
width: "11",
|
|
@@ -3130,46 +3130,46 @@ const Ir = (t, r) => {
|
|
|
3130
3130
|
/* @__PURE__ */ e("path", { d: t ? "M7 11V7a5 5 0 0 1 10 0v4" : "M7 11V7a5 5 0 0 1 9.9-1" })
|
|
3131
3131
|
]
|
|
3132
3132
|
}
|
|
3133
|
-
),
|
|
3133
|
+
), lt = "var(--sa-background-primary, #ffffff)", Nt = "var(--sa-background-primary-inverse, #f8f8f8)", vi = ({
|
|
3134
3134
|
columns: t,
|
|
3135
3135
|
records: r,
|
|
3136
3136
|
handleDetail: i,
|
|
3137
|
-
handleUpdate:
|
|
3137
|
+
handleUpdate: l,
|
|
3138
3138
|
handleDelete: n,
|
|
3139
|
-
isLoading:
|
|
3140
|
-
visibleHandleDelete:
|
|
3139
|
+
isLoading: o,
|
|
3140
|
+
visibleHandleDelete: d,
|
|
3141
3141
|
visibleHandleUpdate: a,
|
|
3142
3142
|
visibleHandleDetail: h,
|
|
3143
|
-
showHeadBorder:
|
|
3143
|
+
showHeadBorder: u = !1,
|
|
3144
3144
|
scrollParentRef: g,
|
|
3145
3145
|
frozenCount: m = 0,
|
|
3146
3146
|
onFrozenCountChange: y,
|
|
3147
3147
|
customActions: D,
|
|
3148
|
-
actionsOrder:
|
|
3148
|
+
actionsOrder: S = ["detail", "update", "delete", "custom"],
|
|
3149
3149
|
customEmptyState: x,
|
|
3150
|
-
enableColumnResize:
|
|
3150
|
+
enableColumnResize: R = !1,
|
|
3151
3151
|
defaultColumnWidths: j,
|
|
3152
3152
|
onColumnWidthsChange: N,
|
|
3153
|
-
defaultMinColumnWidth:
|
|
3153
|
+
defaultMinColumnWidth: U = 60,
|
|
3154
3154
|
sort: M,
|
|
3155
3155
|
defaultSort: ae,
|
|
3156
3156
|
onSortChange: J,
|
|
3157
3157
|
showActionDivider: I = !1
|
|
3158
3158
|
}) => {
|
|
3159
|
-
const P = M !== void 0, [
|
|
3159
|
+
const P = M !== void 0, [le, oe] = k(
|
|
3160
3160
|
ae ?? null
|
|
3161
|
-
), G = P ? M ?? null :
|
|
3161
|
+
), G = P ? M ?? null : le, Q = (C) => {
|
|
3162
3162
|
if (C.sortKey) return C.sortKey;
|
|
3163
3163
|
if (typeof C.accessor == "string") return C.accessor;
|
|
3164
3164
|
}, K = (C) => {
|
|
3165
|
-
const
|
|
3166
|
-
if (!
|
|
3165
|
+
const F = Q(C);
|
|
3166
|
+
if (!F) return;
|
|
3167
3167
|
let w;
|
|
3168
|
-
!G || G.key !==
|
|
3169
|
-
}, ee = [i,
|
|
3170
|
-
if (!
|
|
3171
|
-
if (typeof
|
|
3172
|
-
if (typeof
|
|
3168
|
+
!G || G.key !== F ? w = { key: F, direction: "asc" } : G.direction === "asc" ? w = { key: F, direction: "desc" } : w = null, P || oe(w), J == null || J(w);
|
|
3169
|
+
}, ee = [i, l, n].filter((C) => C !== void 0).length, X = !!D, z = !!i || !!l || !!n || X, V = "var(--sa-border-subtle, #0b120e24)", te = `1px solid ${V}`, fe = `inset 1px 0 0 ${V}`, ge = `inset -1px 0 0 ${V}`, Be = ee === 3 ? X ? "178px" : "140px" : ee === 2 ? X ? "140px" : "102px" : ee === 1 ? X ? "112px" : "74px" : X ? "74px" : "", Ne = (C, F) => {
|
|
3170
|
+
if (!F) return C;
|
|
3171
|
+
if (typeof F == "function") return F(C);
|
|
3172
|
+
if (typeof F == "string") return C[F];
|
|
3173
3173
|
}, [et, Te] = k(!1);
|
|
3174
3174
|
Z(() => {
|
|
3175
3175
|
if (!(g != null && g.current)) return;
|
|
@@ -3186,34 +3186,34 @@ const Ir = (t, r) => {
|
|
|
3186
3186
|
}
|
|
3187
3187
|
const C = Array.from(
|
|
3188
3188
|
Ae.current.querySelectorAll("thead tr th")
|
|
3189
|
-
),
|
|
3189
|
+
), F = [];
|
|
3190
3190
|
let w = 0;
|
|
3191
3191
|
C.forEach((B, H) => {
|
|
3192
|
-
|
|
3193
|
-
}), Oe(
|
|
3192
|
+
F[H] = w, H < m && (w += B.offsetWidth);
|
|
3193
|
+
}), Oe(F);
|
|
3194
3194
|
}, [m, t, r, Ie]);
|
|
3195
3195
|
const _e = (C) => {
|
|
3196
3196
|
y && y(C < m ? C : C + 1);
|
|
3197
|
-
}, p = (C,
|
|
3197
|
+
}, p = (C, F) => {
|
|
3198
3198
|
const w = Ie[C];
|
|
3199
3199
|
if (w !== void 0) {
|
|
3200
3200
|
const B = `${w}px`;
|
|
3201
3201
|
return { width: B, minWidth: B, maxWidth: B };
|
|
3202
3202
|
}
|
|
3203
|
-
return
|
|
3204
|
-
},
|
|
3203
|
+
return F ? { width: F } : {};
|
|
3204
|
+
}, E = (C) => R && (C.resizable ?? !0), L = (C, F) => {
|
|
3205
3205
|
C.preventDefault(), C.stopPropagation();
|
|
3206
3206
|
const w = C.currentTarget.closest("th");
|
|
3207
3207
|
if (!w) return;
|
|
3208
3208
|
const B = Math.round(w.getBoundingClientRect().width);
|
|
3209
|
-
Ee.current = { colIndex:
|
|
3209
|
+
Ee.current = { colIndex: F, startX: C.clientX, startWidth: B };
|
|
3210
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
3212
|
const xe = (De) => {
|
|
3213
3213
|
var Me;
|
|
3214
3214
|
const Ce = Ee.current;
|
|
3215
3215
|
if (!Ce) return;
|
|
3216
|
-
const je = ((Me = t[Ce.colIndex]) == null ? void 0 : Me.minWidth) ??
|
|
3216
|
+
const je = ((Me = t[Ce.colIndex]) == null ? void 0 : Me.minWidth) ?? U, He = Math.max(je, Ce.startWidth + (De.clientX - Ce.startX));
|
|
3217
3217
|
Fe(
|
|
3218
3218
|
(tt) => tt[Ce.colIndex] === He ? tt : { ...tt, [Ce.colIndex]: He }
|
|
3219
3219
|
);
|
|
@@ -3222,7 +3222,7 @@ const Ir = (t, r) => {
|
|
|
3222
3222
|
};
|
|
3223
3223
|
document.addEventListener("mousemove", xe), document.addEventListener("mouseup", we);
|
|
3224
3224
|
};
|
|
3225
|
-
return /* @__PURE__ */ e("div", { ref: Ae, children: /* @__PURE__ */
|
|
3225
|
+
return /* @__PURE__ */ e("div", { ref: Ae, children: /* @__PURE__ */ s(Gt, { fullWidth: !0, children: [
|
|
3226
3226
|
/* @__PURE__ */ e(
|
|
3227
3227
|
dr,
|
|
3228
3228
|
{
|
|
@@ -3230,11 +3230,11 @@ const Ir = (t, r) => {
|
|
|
3230
3230
|
height: "40px",
|
|
3231
3231
|
whiteSpace: "nowrap"
|
|
3232
3232
|
},
|
|
3233
|
-
children: /* @__PURE__ */
|
|
3234
|
-
t.map((C,
|
|
3233
|
+
children: /* @__PURE__ */ s(ze, { children: [
|
|
3234
|
+
t.map((C, F) => {
|
|
3235
3235
|
var je, He;
|
|
3236
|
-
const w = m > 0 &&
|
|
3237
|
-
return /* @__PURE__ */
|
|
3236
|
+
const w = m > 0 && F < m, B = de[F] ?? 0, H = E(C), xe = F === t.length - 1 && z && I, we = Q(C), De = !!C.sortable && !!we, Ce = De && (G == null ? void 0 : G.key) === we ? G.direction : null;
|
|
3237
|
+
return /* @__PURE__ */ s(
|
|
3238
3238
|
St,
|
|
3239
3239
|
{
|
|
3240
3240
|
style: {
|
|
@@ -3242,16 +3242,16 @@ const Ir = (t, r) => {
|
|
|
3242
3242
|
top: 0,
|
|
3243
3243
|
left: w ? B : void 0,
|
|
3244
3244
|
zIndex: w ? 4 : 2,
|
|
3245
|
-
paddingLeft:
|
|
3246
|
-
borderRight:
|
|
3247
|
-
borderBottom:
|
|
3248
|
-
boxShadow:
|
|
3245
|
+
paddingLeft: F === 0 ? "12px" : "",
|
|
3246
|
+
borderRight: u && !xe && !w ? te : void 0,
|
|
3247
|
+
borderBottom: u ? te : void 0,
|
|
3248
|
+
boxShadow: u && w ? ge : void 0,
|
|
3249
3249
|
backgroundColor: "var(--sa-background-primary-inverse, #f8f8f8)",
|
|
3250
3250
|
textAlign: C.textAlign === "text-right" ? "right" : C.textAlign === "text-center" ? "center" : "left",
|
|
3251
|
-
...p(
|
|
3251
|
+
...p(F, C.width)
|
|
3252
3252
|
},
|
|
3253
3253
|
children: [
|
|
3254
|
-
/* @__PURE__ */
|
|
3254
|
+
/* @__PURE__ */ s(
|
|
3255
3255
|
"div",
|
|
3256
3256
|
{
|
|
3257
3257
|
style: {
|
|
@@ -3262,7 +3262,7 @@ const Ir = (t, r) => {
|
|
|
3262
3262
|
minWidth: 0
|
|
3263
3263
|
},
|
|
3264
3264
|
children: [
|
|
3265
|
-
De ? /* @__PURE__ */
|
|
3265
|
+
De ? /* @__PURE__ */ s(
|
|
3266
3266
|
"button",
|
|
3267
3267
|
{
|
|
3268
3268
|
type: "button",
|
|
@@ -3323,7 +3323,7 @@ const Ir = (t, r) => {
|
|
|
3323
3323
|
y && /* @__PURE__ */ e(
|
|
3324
3324
|
"button",
|
|
3325
3325
|
{
|
|
3326
|
-
onClick: () => _e(
|
|
3326
|
+
onClick: () => _e(F),
|
|
3327
3327
|
title: w ? "Unfreeze column" : "Freeze column",
|
|
3328
3328
|
style: {
|
|
3329
3329
|
background: "none",
|
|
@@ -3346,7 +3346,7 @@ const Ir = (t, r) => {
|
|
|
3346
3346
|
H && /* @__PURE__ */ e(
|
|
3347
3347
|
"div",
|
|
3348
3348
|
{
|
|
3349
|
-
onMouseDown: (Me) => L(Me,
|
|
3349
|
+
onMouseDown: (Me) => L(Me, F),
|
|
3350
3350
|
onClick: (Me) => Me.stopPropagation(),
|
|
3351
3351
|
role: "separator",
|
|
3352
3352
|
"aria-orientation": "vertical",
|
|
@@ -3366,10 +3366,10 @@ const Ir = (t, r) => {
|
|
|
3366
3366
|
)
|
|
3367
3367
|
]
|
|
3368
3368
|
},
|
|
3369
|
-
`table-head-${
|
|
3369
|
+
`table-head-${F}`
|
|
3370
3370
|
);
|
|
3371
3371
|
}),
|
|
3372
|
-
|
|
3372
|
+
z ? /* @__PURE__ */ e(
|
|
3373
3373
|
St,
|
|
3374
3374
|
{
|
|
3375
3375
|
style: {
|
|
@@ -3378,27 +3378,27 @@ const Ir = (t, r) => {
|
|
|
3378
3378
|
top: 0,
|
|
3379
3379
|
right: 0,
|
|
3380
3380
|
zIndex: 3,
|
|
3381
|
-
borderBottom:
|
|
3382
|
-
boxShadow:
|
|
3381
|
+
borderBottom: u ? te : void 0,
|
|
3382
|
+
boxShadow: u && I ? fe : void 0
|
|
3383
3383
|
}
|
|
3384
3384
|
}
|
|
3385
3385
|
) : null
|
|
3386
3386
|
] })
|
|
3387
3387
|
}
|
|
3388
3388
|
),
|
|
3389
|
-
/* @__PURE__ */ e(ur, { children:
|
|
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: o ? /* @__PURE__ */ e(ze, { children: /* @__PURE__ */ e(Se, { colSpan: t.length + 1, children: /* @__PURE__ */ s(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(ze, { children: /* @__PURE__ */ e(Se, { colSpan: t.length + 1, children: x }) }) : r == null ? void 0 : r.map((C, F) => /* @__PURE__ */ s(
|
|
3396
|
+
ze,
|
|
3397
3397
|
{
|
|
3398
3398
|
style: {
|
|
3399
3399
|
transition: "background-color 0.3s ease",
|
|
3400
3400
|
padding: 0,
|
|
3401
|
-
borderBottom:
|
|
3401
|
+
borderBottom: F === r.length - 1 && et ? void 0 : "1px solid var(--sa-border-subtle, #0b120e24)"
|
|
3402
3402
|
},
|
|
3403
3403
|
onMouseEnter: (w) => {
|
|
3404
3404
|
const B = w.currentTarget;
|
|
@@ -3409,12 +3409,12 @@ const Ir = (t, r) => {
|
|
|
3409
3409
|
onMouseLeave: (w) => {
|
|
3410
3410
|
const B = w.currentTarget;
|
|
3411
3411
|
B.style.backgroundColor = "", Array.from(B.querySelectorAll("td")).forEach((H) => {
|
|
3412
|
-
H.style.position === "sticky" && (H.style.backgroundColor =
|
|
3412
|
+
H.style.position === "sticky" && (H.style.backgroundColor = lt);
|
|
3413
3413
|
});
|
|
3414
3414
|
},
|
|
3415
3415
|
children: [
|
|
3416
3416
|
t.map((w, B) => {
|
|
3417
|
-
const H = w.render ? w.render(C,
|
|
3417
|
+
const H = w.render ? w.render(C, F, r) : Ne(C, w.accessor), ue = m > 0 && B < m, xe = de[B] ?? 0, we = Ie[B] !== void 0, De = ue && B === m - 1;
|
|
3418
3418
|
return /* @__PURE__ */ e(
|
|
3419
3419
|
Se,
|
|
3420
3420
|
{
|
|
@@ -3422,7 +3422,7 @@ const Ir = (t, r) => {
|
|
|
3422
3422
|
position: ue ? "sticky" : void 0,
|
|
3423
3423
|
left: ue ? xe : void 0,
|
|
3424
3424
|
zIndex: ue ? 1 : void 0,
|
|
3425
|
-
backgroundColor: ue ?
|
|
3425
|
+
backgroundColor: ue ? lt : void 0,
|
|
3426
3426
|
transition: ue ? "background-color 0.3s ease" : void 0,
|
|
3427
3427
|
paddingLeft: B === 0 ? "12px" : "",
|
|
3428
3428
|
whiteSpace: "nowrap",
|
|
@@ -3446,19 +3446,19 @@ const Ir = (t, r) => {
|
|
|
3446
3446
|
}
|
|
3447
3447
|
) : H
|
|
3448
3448
|
},
|
|
3449
|
-
`row-${
|
|
3449
|
+
`row-${F}-col-${B}`
|
|
3450
3450
|
);
|
|
3451
3451
|
}),
|
|
3452
|
-
|
|
3452
|
+
z ? /* @__PURE__ */ e(Se, { style: {
|
|
3453
3453
|
width: Be,
|
|
3454
3454
|
position: "sticky",
|
|
3455
3455
|
right: 0,
|
|
3456
3456
|
zIndex: 1,
|
|
3457
|
-
backgroundColor:
|
|
3457
|
+
backgroundColor: lt,
|
|
3458
3458
|
boxShadow: I ? fe : void 0,
|
|
3459
3459
|
transition: "background-color 0.3s ease"
|
|
3460
|
-
}, children: /* @__PURE__ */ e($, { direction: "row", align: "center", justify: "center", gap: "sm", children:
|
|
3461
|
-
const B =
|
|
3460
|
+
}, children: /* @__PURE__ */ e($, { direction: "row", align: "center", justify: "center", gap: "sm", children: S.map((w) => {
|
|
3461
|
+
const B = F === r.length - 1 ? "top" : "bottom";
|
|
3462
3462
|
return w === "detail" && i && (h == null ? void 0 : h(C)) !== !1 ? /* @__PURE__ */ e(me, { label: "Detail", position: B, children: /* @__PURE__ */ e(
|
|
3463
3463
|
T,
|
|
3464
3464
|
{
|
|
@@ -3468,16 +3468,16 @@ const Ir = (t, r) => {
|
|
|
3468
3468
|
onClick: () => i(C.id, C),
|
|
3469
3469
|
iconLeft: /* @__PURE__ */ e(b, { name: "DocumentClean", size: "sm", style: { color: "var(--sa-text-subtle, #8c8f97)" } })
|
|
3470
3470
|
}
|
|
3471
|
-
) }, "detail") : w === "update" &&
|
|
3471
|
+
) }, "detail") : w === "update" && l && (a == null ? void 0 : a(C)) !== !1 ? /* @__PURE__ */ e(me, { label: "Update", position: B, children: /* @__PURE__ */ e(
|
|
3472
3472
|
T,
|
|
3473
3473
|
{
|
|
3474
3474
|
size: "xs",
|
|
3475
3475
|
variant: "outline",
|
|
3476
3476
|
tone: "neutral",
|
|
3477
|
-
onClick: () =>
|
|
3477
|
+
onClick: () => l(C),
|
|
3478
3478
|
iconLeft: /* @__PURE__ */ e(b, { name: "Edit1", size: "sm", style: { color: "var(--sa-text-subtle, #8c8f97)" } })
|
|
3479
3479
|
}
|
|
3480
|
-
) }, "update") : w === "delete" && n && (
|
|
3480
|
+
) }, "update") : w === "delete" && n && (d == null ? void 0 : d(C)) !== !1 ? /* @__PURE__ */ e(me, { label: "Delete", position: B, children: /* @__PURE__ */ e(
|
|
3481
3481
|
T,
|
|
3482
3482
|
{
|
|
3483
3483
|
size: "xs",
|
|
@@ -3486,26 +3486,26 @@ const Ir = (t, r) => {
|
|
|
3486
3486
|
onClick: () => n(C.id, C),
|
|
3487
3487
|
iconLeft: /* @__PURE__ */ e(b, { name: "Trash1", size: "sm", style: { color: "var(--sa-color-error-600, #c9184a)" } })
|
|
3488
3488
|
}
|
|
3489
|
-
) }, "delete") : w === "custom" ? /* @__PURE__ */ e(
|
|
3489
|
+
) }, "delete") : w === "custom" ? /* @__PURE__ */ e(qe.Fragment, { children: D == null ? void 0 : D(C) }, "custom") : null;
|
|
3490
3490
|
}) }) }) : null
|
|
3491
3491
|
]
|
|
3492
3492
|
},
|
|
3493
|
-
`${C}${
|
|
3493
|
+
`${C}${F}`
|
|
3494
3494
|
)) })
|
|
3495
3495
|
] }) });
|
|
3496
3496
|
}, Di = ({
|
|
3497
3497
|
wrapperProps: t,
|
|
3498
3498
|
dataTableProps: r,
|
|
3499
3499
|
headerProps: i,
|
|
3500
|
-
footerProps:
|
|
3500
|
+
footerProps: l
|
|
3501
3501
|
}) => {
|
|
3502
3502
|
var m;
|
|
3503
|
-
const n = ie(null), [
|
|
3503
|
+
const n = ie(null), [o, d] = k(
|
|
3504
3504
|
(r == null ? void 0 : r.defaultFrozenCount) ?? 0
|
|
3505
|
-
), a = (i == null ? void 0 : i.show) ?? !0, h = ie(null),
|
|
3506
|
-
typeof
|
|
3507
|
-
const g = (
|
|
3508
|
-
return /* @__PURE__ */
|
|
3505
|
+
), a = (i == null ? void 0 : i.show) ?? !0, h = ie(null), u = (m = r == null ? void 0 : r.pagination) == null ? void 0 : m.totalData;
|
|
3506
|
+
typeof u == "number" && (h.current = u);
|
|
3507
|
+
const g = (l == null ? void 0 : l.showFooter) ?? (u === void 0 ? h.current !== 0 : u !== 0);
|
|
3508
|
+
return /* @__PURE__ */ s(fi, { ...t, children: [
|
|
3509
3509
|
a && /* @__PURE__ */ e(gi, { ...i }),
|
|
3510
3510
|
/* @__PURE__ */ e(
|
|
3511
3511
|
f,
|
|
@@ -3521,8 +3521,8 @@ const Ir = (t, r) => {
|
|
|
3521
3521
|
{
|
|
3522
3522
|
...r,
|
|
3523
3523
|
scrollParentRef: n,
|
|
3524
|
-
frozenCount: r != null && r.enableFreezeColumns ?
|
|
3525
|
-
onFrozenCountChange: r != null && r.enableFreezeColumns ?
|
|
3524
|
+
frozenCount: r != null && r.enableFreezeColumns ? o : 0,
|
|
3525
|
+
onFrozenCountChange: r != null && r.enableFreezeColumns ? d : void 0
|
|
3526
3526
|
}
|
|
3527
3527
|
) : null
|
|
3528
3528
|
}
|
|
@@ -3535,7 +3535,7 @@ const Ir = (t, r) => {
|
|
|
3535
3535
|
perPageKey: r == null ? void 0 : r.perPageKey,
|
|
3536
3536
|
defaultPerPage: r == null ? void 0 : r.defaultPerPage,
|
|
3537
3537
|
showPagination: r == null ? void 0 : r.showPagination,
|
|
3538
|
-
totalData:
|
|
3538
|
+
totalData: l == null ? void 0 : l.totalData
|
|
3539
3539
|
}
|
|
3540
3540
|
)
|
|
3541
3541
|
] });
|
|
@@ -3548,13 +3548,13 @@ function bi(t) {
|
|
|
3548
3548
|
const Yn = bi(Di), Ct = ({
|
|
3549
3549
|
of: t,
|
|
3550
3550
|
render: r
|
|
3551
|
-
}) => yr.toArray(t == null ? void 0 : t.map((i,
|
|
3551
|
+
}) => yr.toArray(t == null ? void 0 : t.map((i, l, n) => r(i, l, n))), O = ({
|
|
3552
3552
|
condition: t,
|
|
3553
3553
|
fallback: r,
|
|
3554
3554
|
children: i,
|
|
3555
|
-
loading:
|
|
3555
|
+
loading: l,
|
|
3556
3556
|
isLoading: n
|
|
3557
|
-
}) => /* @__PURE__ */ e(
|
|
3557
|
+
}) => /* @__PURE__ */ e(q, { children: n ? l : t ? i : r }), _ = (t) => /* @__PURE__ */ e(
|
|
3558
3558
|
v,
|
|
3559
3559
|
{
|
|
3560
3560
|
...t,
|
|
@@ -3568,12 +3568,12 @@ const Yn = bi(Di), Ct = ({
|
|
|
3568
3568
|
size: t = "md",
|
|
3569
3569
|
direction: r = "vertical",
|
|
3570
3570
|
requiredTitle: i = "(Required)",
|
|
3571
|
-
fullWidth:
|
|
3571
|
+
fullWidth: l = !1,
|
|
3572
3572
|
...n
|
|
3573
3573
|
}) => {
|
|
3574
|
-
var a, h,
|
|
3575
|
-
const
|
|
3576
|
-
return /* @__PURE__ */
|
|
3574
|
+
var a, h, u;
|
|
3575
|
+
const o = n.hideMessageError || !1, d = r === "horizontal" ? t === "sm" ? 342 : t === "lg" ? 400 : 342 : void 0;
|
|
3576
|
+
return /* @__PURE__ */ s(
|
|
3577
3577
|
f,
|
|
3578
3578
|
{
|
|
3579
3579
|
gap: r === "horizontal" ? "spacing-96" : "sm",
|
|
@@ -3584,33 +3584,33 @@ const Yn = bi(Di), Ct = ({
|
|
|
3584
3584
|
O,
|
|
3585
3585
|
{
|
|
3586
3586
|
condition: !!n.inputProps.required,
|
|
3587
|
-
fallback: /* @__PURE__ */
|
|
3587
|
+
fallback: /* @__PURE__ */ s(
|
|
3588
3588
|
f,
|
|
3589
3589
|
{
|
|
3590
3590
|
direction: "column",
|
|
3591
|
-
customMaxWidth:
|
|
3592
|
-
fullWidth:
|
|
3591
|
+
customMaxWidth: d,
|
|
3592
|
+
fullWidth: l,
|
|
3593
3593
|
children: [
|
|
3594
3594
|
/* @__PURE__ */ e(_, { children: n.title }),
|
|
3595
3595
|
/* @__PURE__ */ e(v, { fontSize: t, color: "gray-500", children: n.description })
|
|
3596
3596
|
]
|
|
3597
3597
|
}
|
|
3598
3598
|
),
|
|
3599
|
-
children: /* @__PURE__ */
|
|
3599
|
+
children: /* @__PURE__ */ s(
|
|
3600
3600
|
f,
|
|
3601
3601
|
{
|
|
3602
3602
|
direction: "column",
|
|
3603
|
-
customMaxWidth:
|
|
3604
|
-
fullWidth:
|
|
3603
|
+
customMaxWidth: d,
|
|
3604
|
+
fullWidth: l,
|
|
3605
3605
|
children: [
|
|
3606
|
-
/* @__PURE__ */
|
|
3606
|
+
/* @__PURE__ */ s($, { direction: "row", gap: "xs", align: "center", children: [
|
|
3607
3607
|
/* @__PURE__ */ e(_, { fontSize: t, children: n.title }),
|
|
3608
3608
|
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children: i }),
|
|
3609
3609
|
/* @__PURE__ */ e(O, { condition: !!((a = n.tooltip) != null && a.label), children: /* @__PURE__ */ e(
|
|
3610
3610
|
me,
|
|
3611
3611
|
{
|
|
3612
3612
|
label: (h = n.tooltip) == null ? void 0 : h.label,
|
|
3613
|
-
arrowPosition: (
|
|
3613
|
+
arrowPosition: (u = n.tooltip) == null ? void 0 : u.arrowPosition,
|
|
3614
3614
|
...n.tooltip,
|
|
3615
3615
|
children: /* @__PURE__ */ e(
|
|
3616
3616
|
b,
|
|
@@ -3632,7 +3632,7 @@ const Yn = bi(Di), Ct = ({
|
|
|
3632
3632
|
)
|
|
3633
3633
|
}
|
|
3634
3634
|
),
|
|
3635
|
-
/* @__PURE__ */
|
|
3635
|
+
/* @__PURE__ */ s(f, { gap: "xs", fullWidth: n.inputProps.fullWidth || !1, children: [
|
|
3636
3636
|
/* @__PURE__ */ e(
|
|
3637
3637
|
gt,
|
|
3638
3638
|
{
|
|
@@ -3643,7 +3643,7 @@ const Yn = bi(Di), Ct = ({
|
|
|
3643
3643
|
fullWidth: !0
|
|
3644
3644
|
}
|
|
3645
3645
|
),
|
|
3646
|
-
!
|
|
3646
|
+
!o && n.errorMessage && /* @__PURE__ */ e(be, { message: n.errorMessage }),
|
|
3647
3647
|
n.inputProps.extended && n.inputProps.extended
|
|
3648
3648
|
] })
|
|
3649
3649
|
]
|
|
@@ -3653,12 +3653,12 @@ const Yn = bi(Di), Ct = ({
|
|
|
3653
3653
|
size: t = "md",
|
|
3654
3654
|
direction: r = "vertical",
|
|
3655
3655
|
requiredTitle: i = "(Required)",
|
|
3656
|
-
fullWidth:
|
|
3656
|
+
fullWidth: l = !1,
|
|
3657
3657
|
...n
|
|
3658
3658
|
}) => {
|
|
3659
|
-
var a, h,
|
|
3660
|
-
const
|
|
3661
|
-
return /* @__PURE__ */
|
|
3659
|
+
var a, h, u;
|
|
3660
|
+
const o = n.hideMessageError || !1, d = r === "horizontal" ? t === "sm" ? 342 : t === "lg" ? 400 : 342 : void 0;
|
|
3661
|
+
return /* @__PURE__ */ s(
|
|
3662
3662
|
f,
|
|
3663
3663
|
{
|
|
3664
3664
|
gap: r === "horizontal" ? "spacing-96" : "sm",
|
|
@@ -3669,33 +3669,33 @@ const Yn = bi(Di), Ct = ({
|
|
|
3669
3669
|
O,
|
|
3670
3670
|
{
|
|
3671
3671
|
condition: !!n.inputProps.required,
|
|
3672
|
-
fallback: /* @__PURE__ */
|
|
3672
|
+
fallback: /* @__PURE__ */ s(
|
|
3673
3673
|
f,
|
|
3674
3674
|
{
|
|
3675
3675
|
direction: "column",
|
|
3676
|
-
customMaxWidth:
|
|
3677
|
-
fullWidth:
|
|
3676
|
+
customMaxWidth: d,
|
|
3677
|
+
fullWidth: l,
|
|
3678
3678
|
children: [
|
|
3679
3679
|
/* @__PURE__ */ e(_, { children: n.title }),
|
|
3680
3680
|
/* @__PURE__ */ e(v, { fontSize: t, color: "gray-500", children: n.description })
|
|
3681
3681
|
]
|
|
3682
3682
|
}
|
|
3683
3683
|
),
|
|
3684
|
-
children: /* @__PURE__ */
|
|
3684
|
+
children: /* @__PURE__ */ s(
|
|
3685
3685
|
f,
|
|
3686
3686
|
{
|
|
3687
3687
|
direction: "column",
|
|
3688
|
-
customMaxWidth:
|
|
3689
|
-
fullWidth:
|
|
3688
|
+
customMaxWidth: d,
|
|
3689
|
+
fullWidth: l,
|
|
3690
3690
|
children: [
|
|
3691
|
-
/* @__PURE__ */
|
|
3691
|
+
/* @__PURE__ */ s($, { direction: "row", gap: "xs", align: "center", children: [
|
|
3692
3692
|
/* @__PURE__ */ e(_, { fontSize: t, children: n.title }),
|
|
3693
3693
|
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children: i }),
|
|
3694
3694
|
/* @__PURE__ */ e(O, { condition: !!((a = n.tooltip) != null && a.label), children: /* @__PURE__ */ e(
|
|
3695
3695
|
me,
|
|
3696
3696
|
{
|
|
3697
3697
|
label: (h = n.tooltip) == null ? void 0 : h.label,
|
|
3698
|
-
arrowPosition: (
|
|
3698
|
+
arrowPosition: (u = n.tooltip) == null ? void 0 : u.arrowPosition,
|
|
3699
3699
|
...n.tooltip,
|
|
3700
3700
|
children: /* @__PURE__ */ e(
|
|
3701
3701
|
b,
|
|
@@ -3717,7 +3717,7 @@ const Yn = bi(Di), Ct = ({
|
|
|
3717
3717
|
)
|
|
3718
3718
|
}
|
|
3719
3719
|
),
|
|
3720
|
-
/* @__PURE__ */
|
|
3720
|
+
/* @__PURE__ */ s(f, { gap: "xs", fullWidth: n.inputProps.fullWidth || !1, children: [
|
|
3721
3721
|
/* @__PURE__ */ e(
|
|
3722
3722
|
f,
|
|
3723
3723
|
{
|
|
@@ -3734,7 +3734,7 @@ const Yn = bi(Di), Ct = ({
|
|
|
3734
3734
|
)
|
|
3735
3735
|
}
|
|
3736
3736
|
),
|
|
3737
|
-
!
|
|
3737
|
+
!o && n.errorMessage && /* @__PURE__ */ e(be, { message: n.errorMessage }),
|
|
3738
3738
|
n.inputProps.extended && n.inputProps.extended
|
|
3739
3739
|
] })
|
|
3740
3740
|
]
|
|
@@ -3742,16 +3742,16 @@ const Yn = bi(Di), Ct = ({
|
|
|
3742
3742
|
);
|
|
3743
3743
|
}, Si = (t, r) => typeof t == "string" && t || r === "error" ? "var(--sa-border-danger)" : "var(--sa-border-subtle)", Fi = (t) => {
|
|
3744
3744
|
var a;
|
|
3745
|
-
const [r, i] = k(!1),
|
|
3745
|
+
const [r, i] = k(!1), l = (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
|
+
}, o = (h) => {
|
|
3750
3750
|
h.preventDefault(), i(!0);
|
|
3751
|
-
},
|
|
3751
|
+
}, d = (h) => {
|
|
3752
3752
|
h.preventDefault(), i(!1);
|
|
3753
3753
|
};
|
|
3754
|
-
return /* @__PURE__ */
|
|
3754
|
+
return /* @__PURE__ */ s(
|
|
3755
3755
|
f,
|
|
3756
3756
|
{
|
|
3757
3757
|
width: "width-full",
|
|
@@ -3760,10 +3760,10 @@ const Yn = bi(Di), Ct = ({
|
|
|
3760
3760
|
gap: "sm",
|
|
3761
3761
|
align: "center",
|
|
3762
3762
|
onClick: t.handleOnClick,
|
|
3763
|
-
onDragOver:
|
|
3763
|
+
onDragOver: l,
|
|
3764
3764
|
onDrop: n,
|
|
3765
|
-
onDragEnter:
|
|
3766
|
-
onDragLeave:
|
|
3765
|
+
onDragEnter: o,
|
|
3766
|
+
onDragLeave: d,
|
|
3767
3767
|
paddingBlock: "md",
|
|
3768
3768
|
borderRadius: "rounded-md",
|
|
3769
3769
|
style: {
|
|
@@ -3781,8 +3781,8 @@ const Yn = bi(Di), Ct = ({
|
|
|
3781
3781
|
}
|
|
3782
3782
|
}
|
|
3783
3783
|
),
|
|
3784
|
-
/* @__PURE__ */
|
|
3785
|
-
/* @__PURE__ */
|
|
3784
|
+
/* @__PURE__ */ s($, { direction: "column", gap: "xs", children: [
|
|
3785
|
+
/* @__PURE__ */ s($, { direction: "row", gap: "xs", children: [
|
|
3786
3786
|
/* @__PURE__ */ e(
|
|
3787
3787
|
v,
|
|
3788
3788
|
{
|
|
@@ -3836,17 +3836,17 @@ const Ei = (t) => {
|
|
|
3836
3836
|
}, i = t.split(" ");
|
|
3837
3837
|
if (i.length !== 3)
|
|
3838
3838
|
return null;
|
|
3839
|
-
const
|
|
3840
|
-
return isNaN(
|
|
3839
|
+
const l = parseInt(i[0], 10), n = r[i[1]], o = parseInt(i[2], 10);
|
|
3840
|
+
return isNaN(l) || isNaN(n) || isNaN(o) ? null : new Date(o, n, l);
|
|
3841
3841
|
};
|
|
3842
|
-
function
|
|
3842
|
+
function el(t, r = !0) {
|
|
3843
3843
|
if (!t)
|
|
3844
3844
|
return "Rp 0";
|
|
3845
3845
|
const i = typeof t == "number" ? t.toString() : t;
|
|
3846
3846
|
if (isNaN(Number(i)))
|
|
3847
3847
|
return "Rp 0";
|
|
3848
|
-
const
|
|
3849
|
-
return r ? "Rp" +
|
|
3848
|
+
const l = i.split("."), n = l[0].replace(/\B(?=(\d{3})+(?!\d))/g, "."), o = l.length === 2 ? n + "." + l[1] : n;
|
|
3849
|
+
return r ? "Rp" + o : o;
|
|
3850
3850
|
}
|
|
3851
3851
|
String.prototype.toTitleCase = function() {
|
|
3852
3852
|
return this.toLowerCase().split(" ").map((t) => t.charAt(0).toUpperCase() + t.slice(1)).join(" ");
|
|
@@ -3854,19 +3854,19 @@ String.prototype.toTitleCase = function() {
|
|
|
3854
3854
|
String.prototype.toNumber = function() {
|
|
3855
3855
|
return Number(this);
|
|
3856
3856
|
};
|
|
3857
|
-
const
|
|
3857
|
+
const tl = (t) => {
|
|
3858
3858
|
const r = t.split(" ");
|
|
3859
3859
|
let i = r[0].charAt(0);
|
|
3860
3860
|
return r.length > 1 && (i += "" + r[1].charAt(0)), i.toUpperCase();
|
|
3861
3861
|
};
|
|
3862
|
-
function
|
|
3862
|
+
function rl(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 i = r.getFullYear(),
|
|
3867
|
-
return `${i}-${
|
|
3866
|
+
const i = r.getFullYear(), l = String(r.getMonth() + 1).padStart(2, "0"), n = String(r.getDate()).padStart(2, "0");
|
|
3867
|
+
return `${i}-${l}-${n}`;
|
|
3868
3868
|
}
|
|
3869
|
-
const Mi = "sa-admin", ye = (t) => `var(--${Mi}-${t})`,
|
|
3869
|
+
const Mi = "sa-admin", ye = (t) => `var(--${Mi}-${t})`, il = {
|
|
3870
3870
|
base: {
|
|
3871
3871
|
borderColor: ye("base-border-color"),
|
|
3872
3872
|
textColor: ye("base-text-color"),
|
|
@@ -3884,22 +3884,22 @@ const Mi = "sa-admin", ye = (t) => `var(--${Mi}-${t})`, io = {
|
|
|
3884
3884
|
collapseWidth: ye("sidebar-collapse-width"),
|
|
3885
3885
|
collapseV2Width: ye("sidebar-v2-collapse-width")
|
|
3886
3886
|
}
|
|
3887
|
-
},
|
|
3888
|
-
const r = "14px poppins",
|
|
3889
|
-
|
|
3890
|
-
const n =
|
|
3887
|
+
}, nl = 24 * 60 * 60 * 1e3, ll = (t) => {
|
|
3888
|
+
const r = "14px poppins", l = document.createElement("canvas").getContext("2d");
|
|
3889
|
+
l.font = r;
|
|
3890
|
+
const n = l.measureText(t).width;
|
|
3891
3891
|
return Number(Math.ceil(n));
|
|
3892
3892
|
}, Li = /^[^\s@]+@[^\s@]+\.[^\s@]+$/, Wi = /--+/, Bi = /-$/;
|
|
3893
|
-
function
|
|
3893
|
+
function ol(t, r) {
|
|
3894
3894
|
return JSON.stringify(t) !== JSON.stringify(r);
|
|
3895
3895
|
}
|
|
3896
|
-
function
|
|
3896
|
+
function cl(t) {
|
|
3897
3897
|
return /^(?:\+62|62|0)8[1-9][0-9]{7,10}$/.test(t);
|
|
3898
3898
|
}
|
|
3899
|
-
function
|
|
3899
|
+
function al(t) {
|
|
3900
3900
|
return /^[A-Za-z\s]+$/.test(t);
|
|
3901
3901
|
}
|
|
3902
|
-
const
|
|
3902
|
+
const sl = (t) => {
|
|
3903
3903
|
const r = /^[0-9]$/, i = [
|
|
3904
3904
|
"ArrowLeft",
|
|
3905
3905
|
"ArrowRight",
|
|
@@ -3911,7 +3911,7 @@ const so = (t) => {
|
|
|
3911
3911
|
"Tab"
|
|
3912
3912
|
];
|
|
3913
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
|
+
}, dl = (t) => {
|
|
3915
3915
|
const r = /^[0-9]$/, i = [
|
|
3916
3916
|
"ArrowLeft",
|
|
3917
3917
|
"ArrowRight",
|
|
@@ -3923,7 +3923,7 @@ const so = (t) => {
|
|
|
3923
3923
|
"Tab"
|
|
3924
3924
|
];
|
|
3925
3925
|
(t.ctrlKey || t.metaKey) && t.key === "v" || r.test(t.key) && !i.includes(t.key) && t.preventDefault();
|
|
3926
|
-
},
|
|
3926
|
+
}, ul = (t) => {
|
|
3927
3927
|
const r = /^[0-9.]$/, i = [
|
|
3928
3928
|
"ArrowLeft",
|
|
3929
3929
|
"ArrowRight",
|
|
@@ -3935,11 +3935,11 @@ const so = (t) => {
|
|
|
3935
3935
|
"Tab"
|
|
3936
3936
|
];
|
|
3937
3937
|
(t.ctrlKey || t.metaKey) && t.key === "v" || !r.test(t.key) && !i.includes(t.key) && t.preventDefault();
|
|
3938
|
-
},
|
|
3939
|
-
function
|
|
3938
|
+
}, hl = (t) => Li.test(t);
|
|
3939
|
+
function fl(t) {
|
|
3940
3940
|
return !(Wi.test(t) || Bi.test(t));
|
|
3941
3941
|
}
|
|
3942
|
-
const
|
|
3942
|
+
const gl = (t) => {
|
|
3943
3943
|
const r = [
|
|
3944
3944
|
"ArrowLeft",
|
|
3945
3945
|
"ArrowRight",
|
|
@@ -3956,19 +3956,19 @@ const mo = (t) => {
|
|
|
3956
3956
|
return;
|
|
3957
3957
|
const i = t.currentTarget.value;
|
|
3958
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
|
+
}, ml = (t) => {
|
|
3960
3960
|
const r = document.getElementById(t);
|
|
3961
3961
|
if (r) {
|
|
3962
|
-
const i = r.getBoundingClientRect(),
|
|
3962
|
+
const i = r.getBoundingClientRect(), l = window.scrollY + i.top - 80;
|
|
3963
3963
|
window.scrollTo({
|
|
3964
|
-
top:
|
|
3964
|
+
top: l,
|
|
3965
3965
|
behavior: "smooth"
|
|
3966
3966
|
});
|
|
3967
3967
|
}
|
|
3968
3968
|
};
|
|
3969
3969
|
function Ai(t) {
|
|
3970
3970
|
const r = t.toLowerCase();
|
|
3971
|
-
if (["kb", "mb", "gb"].find((
|
|
3971
|
+
if (["kb", "mb", "gb"].find((o) => r.endsWith(o)))
|
|
3972
3972
|
return t;
|
|
3973
3973
|
const n = Number(t);
|
|
3974
3974
|
if (isNaN(n))
|
|
@@ -3981,7 +3981,7 @@ function Ii(t) {
|
|
|
3981
3981
|
}
|
|
3982
3982
|
const Hi = (t) => {
|
|
3983
3983
|
var r, i;
|
|
3984
|
-
return /* @__PURE__ */
|
|
3984
|
+
return /* @__PURE__ */ s(
|
|
3985
3985
|
f,
|
|
3986
3986
|
{
|
|
3987
3987
|
width: "width-full",
|
|
@@ -4000,7 +4000,7 @@ const Hi = (t) => {
|
|
|
4000
4000
|
cursor: "pointer"
|
|
4001
4001
|
},
|
|
4002
4002
|
children: [
|
|
4003
|
-
/* @__PURE__ */
|
|
4003
|
+
/* @__PURE__ */ s($, { direction: "row", align: "center", gap: "sm", children: [
|
|
4004
4004
|
/* @__PURE__ */ e(
|
|
4005
4005
|
b,
|
|
4006
4006
|
{
|
|
@@ -4013,7 +4013,7 @@ const Hi = (t) => {
|
|
|
4013
4013
|
}
|
|
4014
4014
|
}
|
|
4015
4015
|
),
|
|
4016
|
-
/* @__PURE__ */
|
|
4016
|
+
/* @__PURE__ */ s($, { direction: "column", children: [
|
|
4017
4017
|
/* @__PURE__ */ e(
|
|
4018
4018
|
v,
|
|
4019
4019
|
{
|
|
@@ -4027,11 +4027,11 @@ const Hi = (t) => {
|
|
|
4027
4027
|
children: t.defaultFile ? Ii(t.defaultFile.url) : (r = t.fileSelected) == null ? void 0 : r.name
|
|
4028
4028
|
}
|
|
4029
4029
|
),
|
|
4030
|
-
t.defaultFile ? (t.defaultFile.size || t.defaultFile.date) && /* @__PURE__ */
|
|
4030
|
+
t.defaultFile ? (t.defaultFile.size || t.defaultFile.date) && /* @__PURE__ */ s($, { direction: "row", gap: "xs", align: "center", children: [
|
|
4031
4031
|
t.defaultFile.size && /* @__PURE__ */ e(v, { fontSize: "sm", fontWeight: "medium", children: t.defaultFile.size }),
|
|
4032
4032
|
t.defaultFile.size && t.defaultFile.date && /* @__PURE__ */ e(b, { name: "Dot", size: "xs" }),
|
|
4033
4033
|
t.defaultFile.date && /* @__PURE__ */ e(v, { fontSize: "sm", fontWeight: "medium", style: { textWrap: "nowrap" }, children: t.defaultFile.date })
|
|
4034
|
-
] }) : /* @__PURE__ */
|
|
4034
|
+
] }) : /* @__PURE__ */ s($, { direction: "row", gap: "xs", align: "center", children: [
|
|
4035
4035
|
/* @__PURE__ */ e(v, { fontSize: "sm", fontWeight: "medium", children: Ai(((i = t.fileSelected) == null ? void 0 : i.size.toString()) || "100000") }),
|
|
4036
4036
|
/* @__PURE__ */ e(b, { name: "Dot", size: "xs" }),
|
|
4037
4037
|
/* @__PURE__ */ e(v, { fontSize: "sm", fontWeight: "medium", style: { textWrap: "nowrap" }, children: Ei(/* @__PURE__ */ new Date()) })
|
|
@@ -4045,8 +4045,8 @@ const Hi = (t) => {
|
|
|
4045
4045
|
variant: "tertiary",
|
|
4046
4046
|
tone: "error",
|
|
4047
4047
|
type: "button",
|
|
4048
|
-
onClick: (
|
|
4049
|
-
|
|
4048
|
+
onClick: (l) => {
|
|
4049
|
+
l.stopPropagation(), t.handleOnDeleteFile();
|
|
4050
4050
|
},
|
|
4051
4051
|
iconLeft: /* @__PURE__ */ e(b, { name: "Trash1" })
|
|
4052
4052
|
}
|
|
@@ -4054,30 +4054,37 @@ const Hi = (t) => {
|
|
|
4054
4054
|
]
|
|
4055
4055
|
}
|
|
4056
4056
|
);
|
|
4057
|
-
},
|
|
4058
|
-
var
|
|
4059
|
-
const
|
|
4060
|
-
if (
|
|
4061
|
-
window.open(
|
|
4057
|
+
}, Ri = ({ status: t = "default", labelPosition: r = "outside-top", ...i }) => {
|
|
4058
|
+
var y;
|
|
4059
|
+
const l = ie(null), n = () => {
|
|
4060
|
+
if (i.defaultFile) {
|
|
4061
|
+
window.open(i.defaultFile.url);
|
|
4062
4062
|
return;
|
|
4063
4063
|
}
|
|
4064
|
-
|
|
4065
|
-
},
|
|
4066
|
-
|
|
4067
|
-
/* @__PURE__ */ e(
|
|
4068
|
-
|
|
4069
|
-
|
|
4070
|
-
|
|
4071
|
-
|
|
4072
|
-
|
|
4073
|
-
|
|
4074
|
-
|
|
4075
|
-
|
|
4076
|
-
|
|
4077
|
-
|
|
4078
|
-
|
|
4079
|
-
|
|
4080
|
-
|
|
4064
|
+
l.current && l.current.click();
|
|
4065
|
+
}, o = ne("md"), d = t === "error" || typeof i.errorMessage == "string" && !!i.errorMessage, a = i.label ? /* @__PURE__ */ s("div", { className: "sa-tf-label", children: [
|
|
4066
|
+
/* @__PURE__ */ e("label", { children: i.label }),
|
|
4067
|
+
i.optional ? /* @__PURE__ */ e("span", { className: "sa-tf-optional", children: "Optional" }) : null,
|
|
4068
|
+
i.required ? /* @__PURE__ */ e("span", { className: "sa-tf-required", "aria-hidden": "true", children: "*" }) : null
|
|
4069
|
+
] }) : null, h = /* @__PURE__ */ s(q, { children: [
|
|
4070
|
+
i.helperText ? /* @__PURE__ */ e("p", { className: "sa-tf-helper", children: i.helperText }) : null,
|
|
4071
|
+
i.errorText && t === "error" ? /* @__PURE__ */ e("p", { className: "sa-tf-error", children: i.errorText }) : null,
|
|
4072
|
+
i.errorMessage && !i.errorText ? /* @__PURE__ */ e("p", { className: "sa-tf-error", children: i.errorMessage }) : null
|
|
4073
|
+
] }), u = /* @__PURE__ */ e(
|
|
4074
|
+
"input",
|
|
4075
|
+
{
|
|
4076
|
+
type: "file",
|
|
4077
|
+
style: { display: "none" },
|
|
4078
|
+
ref: l,
|
|
4079
|
+
onChange: (D) => {
|
|
4080
|
+
var S;
|
|
4081
|
+
return i.handleOnChangeFile(((S = D.target.files) == null ? void 0 : S.item(0)) || null);
|
|
4082
|
+
},
|
|
4083
|
+
accept: (y = i.fileSupportOption) == null ? void 0 : y.map((D) => "." + (D == null ? void 0 : D.toLowerCase())).join(", ")
|
|
4084
|
+
}
|
|
4085
|
+
), g = /* @__PURE__ */ s(q, { children: [
|
|
4086
|
+
u,
|
|
4087
|
+
/* @__PURE__ */ s(
|
|
4081
4088
|
f,
|
|
4082
4089
|
{
|
|
4083
4090
|
fullWidth: !0,
|
|
@@ -4088,43 +4095,60 @@ const Hi = (t) => {
|
|
|
4088
4095
|
align: "center",
|
|
4089
4096
|
cursor: "pointer",
|
|
4090
4097
|
gap: "md",
|
|
4091
|
-
...
|
|
4098
|
+
...i.containerProps,
|
|
4092
4099
|
children: [
|
|
4093
|
-
(
|
|
4100
|
+
(i.fileSelected || i.defaultFile) && /* @__PURE__ */ e(
|
|
4094
4101
|
Hi,
|
|
4095
4102
|
{
|
|
4096
|
-
fileSelected:
|
|
4097
|
-
defaultFile:
|
|
4098
|
-
handleOnDeleteFile:
|
|
4099
|
-
handleOnClickFile:
|
|
4103
|
+
fileSelected: i.fileSelected,
|
|
4104
|
+
defaultFile: i.defaultFile,
|
|
4105
|
+
handleOnDeleteFile: i.handleOnDeleteFile,
|
|
4106
|
+
handleOnClickFile: n
|
|
4100
4107
|
}
|
|
4101
4108
|
),
|
|
4102
|
-
!
|
|
4109
|
+
!i.fileSelected && !i.defaultFile && /* @__PURE__ */ e(
|
|
4103
4110
|
Fi,
|
|
4104
4111
|
{
|
|
4105
|
-
fileSupports:
|
|
4106
|
-
isDesktop:
|
|
4107
|
-
errorMessage:
|
|
4108
|
-
status:
|
|
4109
|
-
handleOnClick:
|
|
4110
|
-
handleOnFileChange:
|
|
4112
|
+
fileSupports: i.fileSupportOption,
|
|
4113
|
+
isDesktop: o,
|
|
4114
|
+
errorMessage: d ? i.errorText || i.errorMessage || " " : void 0,
|
|
4115
|
+
status: d ? "error" : "default",
|
|
4116
|
+
handleOnClick: n,
|
|
4117
|
+
handleOnFileChange: i.handleOnChangeFile
|
|
4111
4118
|
}
|
|
4112
4119
|
)
|
|
4113
4120
|
]
|
|
4114
4121
|
}
|
|
4115
|
-
)
|
|
4116
|
-
|
|
4122
|
+
)
|
|
4123
|
+
] }), m = [
|
|
4124
|
+
"sa-tf",
|
|
4125
|
+
`sa-tf-label-${r}`
|
|
4126
|
+
].join(" ");
|
|
4127
|
+
return r === "outside-left" ? /* @__PURE__ */ s("div", { className: m, children: [
|
|
4128
|
+
/* @__PURE__ */ s("div", { className: "sa-tf-label-col", children: [
|
|
4129
|
+
a,
|
|
4130
|
+
i.description ? /* @__PURE__ */ e("p", { className: "sa-tf-desc-top", children: i.description }) : null
|
|
4131
|
+
] }),
|
|
4132
|
+
/* @__PURE__ */ s("div", { className: "sa-tf-input-col", children: [
|
|
4133
|
+
g,
|
|
4134
|
+
h
|
|
4135
|
+
] })
|
|
4136
|
+
] }) : /* @__PURE__ */ s("div", { className: m, children: [
|
|
4137
|
+
a,
|
|
4138
|
+
i.description ? /* @__PURE__ */ e("p", { className: "sa-tf-desc-top", children: i.description }) : null,
|
|
4139
|
+
g,
|
|
4140
|
+
h
|
|
4117
4141
|
] });
|
|
4118
|
-
},
|
|
4142
|
+
}, zi = ({
|
|
4119
4143
|
size: t = "md",
|
|
4120
4144
|
direction: r = "vertical",
|
|
4121
4145
|
requiredTitle: i = "(Required)",
|
|
4122
|
-
fullWidth:
|
|
4146
|
+
fullWidth: l = !1,
|
|
4123
4147
|
...n
|
|
4124
4148
|
}) => {
|
|
4125
|
-
var a, h,
|
|
4126
|
-
const
|
|
4127
|
-
return /* @__PURE__ */
|
|
4149
|
+
var a, h, u;
|
|
4150
|
+
const o = n.hideMessageError || !1, d = r === "horizontal" ? t === "sm" ? 342 : t === "lg" ? 400 : 342 : void 0;
|
|
4151
|
+
return /* @__PURE__ */ s(
|
|
4128
4152
|
f,
|
|
4129
4153
|
{
|
|
4130
4154
|
gap: r === "horizontal" ? "spacing-96" : "sm",
|
|
@@ -4135,33 +4159,33 @@ const Hi = (t) => {
|
|
|
4135
4159
|
O,
|
|
4136
4160
|
{
|
|
4137
4161
|
condition: !!n.inputProps.required,
|
|
4138
|
-
fallback: /* @__PURE__ */
|
|
4162
|
+
fallback: /* @__PURE__ */ s(
|
|
4139
4163
|
f,
|
|
4140
4164
|
{
|
|
4141
4165
|
direction: "column",
|
|
4142
|
-
customMaxWidth:
|
|
4143
|
-
fullWidth:
|
|
4166
|
+
customMaxWidth: d,
|
|
4167
|
+
fullWidth: l,
|
|
4144
4168
|
children: [
|
|
4145
4169
|
/* @__PURE__ */ e(_, { children: n.title }),
|
|
4146
4170
|
/* @__PURE__ */ e(v, { fontSize: t, color: "gray-500", children: n.description })
|
|
4147
4171
|
]
|
|
4148
4172
|
}
|
|
4149
4173
|
),
|
|
4150
|
-
children: /* @__PURE__ */
|
|
4174
|
+
children: /* @__PURE__ */ s(
|
|
4151
4175
|
f,
|
|
4152
4176
|
{
|
|
4153
4177
|
direction: "column",
|
|
4154
|
-
customMaxWidth:
|
|
4155
|
-
fullWidth:
|
|
4178
|
+
customMaxWidth: d,
|
|
4179
|
+
fullWidth: l,
|
|
4156
4180
|
children: [
|
|
4157
|
-
/* @__PURE__ */
|
|
4181
|
+
/* @__PURE__ */ s($, { direction: "row", gap: "xs", align: "center", children: [
|
|
4158
4182
|
/* @__PURE__ */ e(_, { fontSize: t, children: n.title }),
|
|
4159
4183
|
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children: i }),
|
|
4160
4184
|
/* @__PURE__ */ e(O, { condition: !!((a = n.tooltip) != null && a.label), children: /* @__PURE__ */ e(
|
|
4161
4185
|
me,
|
|
4162
4186
|
{
|
|
4163
4187
|
label: (h = n.tooltip) == null ? void 0 : h.label,
|
|
4164
|
-
arrowPosition: (
|
|
4188
|
+
arrowPosition: (u = n.tooltip) == null ? void 0 : u.arrowPosition,
|
|
4165
4189
|
...n.tooltip,
|
|
4166
4190
|
children: /* @__PURE__ */ e(
|
|
4167
4191
|
b,
|
|
@@ -4183,15 +4207,15 @@ const Hi = (t) => {
|
|
|
4183
4207
|
)
|
|
4184
4208
|
}
|
|
4185
4209
|
),
|
|
4186
|
-
/* @__PURE__ */
|
|
4210
|
+
/* @__PURE__ */ s($, { direction: "column", gap: "xs", children: [
|
|
4187
4211
|
/* @__PURE__ */ e(
|
|
4188
|
-
|
|
4212
|
+
Ri,
|
|
4189
4213
|
{
|
|
4190
4214
|
...n.inputProps,
|
|
4191
4215
|
status: n.errorMessage ? "error" : "default"
|
|
4192
4216
|
}
|
|
4193
4217
|
),
|
|
4194
|
-
!
|
|
4218
|
+
!o && n.errorMessage && /* @__PURE__ */ e(be, { message: n.errorMessage })
|
|
4195
4219
|
] })
|
|
4196
4220
|
]
|
|
4197
4221
|
}
|
|
@@ -4200,51 +4224,51 @@ const Hi = (t) => {
|
|
|
4200
4224
|
size: t = "md",
|
|
4201
4225
|
direction: r = "vertical",
|
|
4202
4226
|
requiredTitle: i = "(Required)",
|
|
4203
|
-
fullWidth:
|
|
4227
|
+
fullWidth: l = !1,
|
|
4204
4228
|
required: n = !1,
|
|
4205
|
-
...
|
|
4229
|
+
...o
|
|
4206
4230
|
}) => {
|
|
4207
|
-
var h,
|
|
4208
|
-
const
|
|
4209
|
-
return /* @__PURE__ */
|
|
4231
|
+
var h, u, g, m;
|
|
4232
|
+
const d = o.hideMessageError || !1, a = r === "horizontal" ? t === "sm" ? 342 : t === "lg" ? 400 : 342 : void 0;
|
|
4233
|
+
return /* @__PURE__ */ s(
|
|
4210
4234
|
f,
|
|
4211
4235
|
{
|
|
4212
4236
|
gap: r === "horizontal" || r === "horizontal-inline" ? "spacing-96" : "sm",
|
|
4213
4237
|
direction: r === "horizontal" || r === "horizontal-inline" ? "row" : "column",
|
|
4214
|
-
...
|
|
4238
|
+
...o.containerProps,
|
|
4215
4239
|
children: [
|
|
4216
|
-
|
|
4240
|
+
o.title && /* @__PURE__ */ e(
|
|
4217
4241
|
O,
|
|
4218
4242
|
{
|
|
4219
4243
|
condition: !!n,
|
|
4220
|
-
fallback: /* @__PURE__ */
|
|
4244
|
+
fallback: /* @__PURE__ */ s(
|
|
4221
4245
|
f,
|
|
4222
4246
|
{
|
|
4223
4247
|
direction: "column",
|
|
4224
4248
|
customMaxWidth: a,
|
|
4225
|
-
fullWidth:
|
|
4249
|
+
fullWidth: l,
|
|
4226
4250
|
children: [
|
|
4227
|
-
/* @__PURE__ */ e(_, { children:
|
|
4228
|
-
/* @__PURE__ */ e(pe.Body3, { props: { color: "gray-500" }, children:
|
|
4251
|
+
/* @__PURE__ */ e(_, { children: o.title }),
|
|
4252
|
+
/* @__PURE__ */ e(pe.Body3, { props: { color: "gray-500" }, children: o.description })
|
|
4229
4253
|
]
|
|
4230
4254
|
}
|
|
4231
4255
|
),
|
|
4232
|
-
children: /* @__PURE__ */
|
|
4256
|
+
children: /* @__PURE__ */ s(
|
|
4233
4257
|
f,
|
|
4234
4258
|
{
|
|
4235
4259
|
direction: "column",
|
|
4236
4260
|
customMaxWidth: a,
|
|
4237
|
-
fullWidth:
|
|
4261
|
+
fullWidth: l,
|
|
4238
4262
|
children: [
|
|
4239
|
-
/* @__PURE__ */
|
|
4240
|
-
/* @__PURE__ */ e(_, { fontSize: t, children:
|
|
4263
|
+
/* @__PURE__ */ s($, { direction: "row", gap: "xs", align: "center", children: [
|
|
4264
|
+
/* @__PURE__ */ e(_, { fontSize: t, children: o.title }),
|
|
4241
4265
|
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children: i }),
|
|
4242
|
-
/* @__PURE__ */ e(O, { condition: !!((h =
|
|
4266
|
+
/* @__PURE__ */ e(O, { condition: !!((h = o.tooltip) != null && h.label), children: /* @__PURE__ */ e(
|
|
4243
4267
|
me,
|
|
4244
4268
|
{
|
|
4245
|
-
label: (
|
|
4246
|
-
arrowPosition: (g =
|
|
4247
|
-
...
|
|
4269
|
+
label: (u = o.tooltip) == null ? void 0 : u.label,
|
|
4270
|
+
arrowPosition: (g = o.tooltip) == null ? void 0 : g.arrowPosition,
|
|
4271
|
+
...o.tooltip,
|
|
4248
4272
|
children: /* @__PURE__ */ e(
|
|
4249
4273
|
b,
|
|
4250
4274
|
{
|
|
@@ -4259,7 +4283,7 @@ const Hi = (t) => {
|
|
|
4259
4283
|
}
|
|
4260
4284
|
) })
|
|
4261
4285
|
] }),
|
|
4262
|
-
/* @__PURE__ */ e(O, { condition: !!
|
|
4286
|
+
/* @__PURE__ */ e(O, { condition: !!o.description, children: /* @__PURE__ */ e(v, { fontSize: t, color: "gray-500", children: o.description }) })
|
|
4263
4287
|
]
|
|
4264
4288
|
}
|
|
4265
4289
|
)
|
|
@@ -4274,17 +4298,17 @@ const Hi = (t) => {
|
|
|
4274
4298
|
children: /* @__PURE__ */ e(
|
|
4275
4299
|
Ct,
|
|
4276
4300
|
{
|
|
4277
|
-
of: (m =
|
|
4301
|
+
of: (m = o.checkBoxesList) == null ? void 0 : m.map((y) => ({
|
|
4278
4302
|
...y,
|
|
4279
|
-
isChecked:
|
|
4303
|
+
isChecked: o.checkBoxesAreChecked.includes(y.id)
|
|
4280
4304
|
})),
|
|
4281
|
-
render: (y) => y.renderBadge ? /* @__PURE__ */
|
|
4305
|
+
render: (y) => y.renderBadge ? /* @__PURE__ */ s(
|
|
4282
4306
|
f,
|
|
4283
4307
|
{
|
|
4284
4308
|
direction: "row",
|
|
4285
4309
|
justify: "space-between",
|
|
4286
4310
|
gap: "lg",
|
|
4287
|
-
...
|
|
4311
|
+
...o.badgeContainerProps,
|
|
4288
4312
|
children: [
|
|
4289
4313
|
/* @__PURE__ */ e(
|
|
4290
4314
|
ct,
|
|
@@ -4292,7 +4316,7 @@ const Hi = (t) => {
|
|
|
4292
4316
|
name: y.name,
|
|
4293
4317
|
value: y.id,
|
|
4294
4318
|
checked: y.isChecked,
|
|
4295
|
-
onChange: (D) =>
|
|
4319
|
+
onChange: (D) => o.onChecked(D.target.value, y),
|
|
4296
4320
|
label: y.name,
|
|
4297
4321
|
description: y.description
|
|
4298
4322
|
}
|
|
@@ -4306,7 +4330,7 @@ const Hi = (t) => {
|
|
|
4306
4330
|
name: y.name,
|
|
4307
4331
|
value: y.id,
|
|
4308
4332
|
checked: y.isChecked,
|
|
4309
|
-
onChange: (D) =>
|
|
4333
|
+
onChange: (D) => o.onChecked(D.target.value, y),
|
|
4310
4334
|
label: y.name,
|
|
4311
4335
|
description: y.description
|
|
4312
4336
|
}
|
|
@@ -4315,7 +4339,7 @@ const Hi = (t) => {
|
|
|
4315
4339
|
)
|
|
4316
4340
|
}
|
|
4317
4341
|
),
|
|
4318
|
-
!
|
|
4342
|
+
!d && o.errorMessage && /* @__PURE__ */ e(be, { message: o.errorMessage })
|
|
4319
4343
|
]
|
|
4320
4344
|
}
|
|
4321
4345
|
);
|
|
@@ -4323,25 +4347,25 @@ const Hi = (t) => {
|
|
|
4323
4347
|
position: t = "vertical",
|
|
4324
4348
|
size: r = "md",
|
|
4325
4349
|
fullWidth: i = !1,
|
|
4326
|
-
...
|
|
4350
|
+
...l
|
|
4327
4351
|
}) => {
|
|
4328
|
-
var
|
|
4352
|
+
var o;
|
|
4329
4353
|
const n = t === "horizontal-inline" || t === "horizontal-block" ? r === "sm" ? 342 : r === "lg" ? 400 : 342 : void 0;
|
|
4330
|
-
return /* @__PURE__ */
|
|
4354
|
+
return /* @__PURE__ */ s(
|
|
4331
4355
|
f,
|
|
4332
4356
|
{
|
|
4333
4357
|
gap: t === "horizontal-inline" || t === "horizontal-block" ? "spacing-96" : "sm",
|
|
4334
4358
|
direction: t === "horizontal-inline" || t === "horizontal-block" ? "row" : "column",
|
|
4335
4359
|
children: [
|
|
4336
|
-
/* @__PURE__ */ e(O, { condition: !!
|
|
4360
|
+
/* @__PURE__ */ e(O, { condition: !!l.description || !!l.title, children: /* @__PURE__ */ s(
|
|
4337
4361
|
f,
|
|
4338
4362
|
{
|
|
4339
4363
|
direction: "column",
|
|
4340
4364
|
customMaxWidth: n,
|
|
4341
4365
|
fullWidth: i,
|
|
4342
4366
|
children: [
|
|
4343
|
-
|
|
4344
|
-
/* @__PURE__ */ e(O, { condition: !!
|
|
4367
|
+
l.title && /* @__PURE__ */ e(_, { children: l.title }),
|
|
4368
|
+
/* @__PURE__ */ e(O, { condition: !!l.description, children: /* @__PURE__ */ e(v, { color: "gray-500", children: l.description }) })
|
|
4345
4369
|
]
|
|
4346
4370
|
}
|
|
4347
4371
|
) }),
|
|
@@ -4355,25 +4379,25 @@ const Hi = (t) => {
|
|
|
4355
4379
|
children: /* @__PURE__ */ e(
|
|
4356
4380
|
Ct,
|
|
4357
4381
|
{
|
|
4358
|
-
of: (
|
|
4359
|
-
...
|
|
4360
|
-
isChecked:
|
|
4382
|
+
of: (o = l.radioList) == null ? void 0 : o.map((d) => ({
|
|
4383
|
+
...d,
|
|
4384
|
+
isChecked: l.radioIsChecked === d.id
|
|
4361
4385
|
})),
|
|
4362
|
-
render: ({ value:
|
|
4386
|
+
render: ({ value: d, id: a, isChecked: h, subInput: u, label: g, description: m }) => /* @__PURE__ */ s(f, { gap: "xs", customMaxWidth: n, children: [
|
|
4363
4387
|
/* @__PURE__ */ e(
|
|
4364
4388
|
mr,
|
|
4365
4389
|
{
|
|
4366
|
-
id: `${a.toString()}-${
|
|
4367
|
-
name:
|
|
4390
|
+
id: `${a.toString()}-${d}`,
|
|
4391
|
+
name: l.groupName || g,
|
|
4368
4392
|
label: g,
|
|
4369
|
-
value:
|
|
4393
|
+
value: d,
|
|
4370
4394
|
checked: h,
|
|
4371
|
-
onChange: (y) =>
|
|
4395
|
+
onChange: (y) => l.onChecked({
|
|
4372
4396
|
id: a,
|
|
4373
4397
|
label: y.target.name,
|
|
4374
4398
|
value: y.target.value
|
|
4375
4399
|
}),
|
|
4376
|
-
disabled:
|
|
4400
|
+
disabled: l.disableAll
|
|
4377
4401
|
},
|
|
4378
4402
|
a
|
|
4379
4403
|
),
|
|
@@ -4387,13 +4411,13 @@ const Hi = (t) => {
|
|
|
4387
4411
|
children: m
|
|
4388
4412
|
}
|
|
4389
4413
|
),
|
|
4390
|
-
|
|
4414
|
+
u
|
|
4391
4415
|
] })
|
|
4392
4416
|
}
|
|
4393
4417
|
)
|
|
4394
4418
|
}
|
|
4395
4419
|
),
|
|
4396
|
-
|
|
4420
|
+
l.errorMessage && /* @__PURE__ */ e(be, { message: l.errorMessage })
|
|
4397
4421
|
]
|
|
4398
4422
|
}
|
|
4399
4423
|
);
|
|
@@ -4401,12 +4425,12 @@ const Hi = (t) => {
|
|
|
4401
4425
|
size: t = "md",
|
|
4402
4426
|
direction: r = "vertical",
|
|
4403
4427
|
requiredTitle: i = "(Required)",
|
|
4404
|
-
fullWidth:
|
|
4428
|
+
fullWidth: l = !1,
|
|
4405
4429
|
...n
|
|
4406
4430
|
}) => {
|
|
4407
|
-
var a, h,
|
|
4408
|
-
const
|
|
4409
|
-
return /* @__PURE__ */
|
|
4431
|
+
var a, h, u;
|
|
4432
|
+
const o = n.hideMessageError || !1, d = r === "horizontal" ? t === "sm" ? 342 : t === "lg" ? 400 : 342 : void 0;
|
|
4433
|
+
return /* @__PURE__ */ s(
|
|
4410
4434
|
f,
|
|
4411
4435
|
{
|
|
4412
4436
|
gap: r === "horizontal" ? "spacing-96" : "sm",
|
|
@@ -4417,33 +4441,33 @@ const Hi = (t) => {
|
|
|
4417
4441
|
O,
|
|
4418
4442
|
{
|
|
4419
4443
|
condition: !!n.inputProps.required,
|
|
4420
|
-
fallback: /* @__PURE__ */
|
|
4444
|
+
fallback: /* @__PURE__ */ s(
|
|
4421
4445
|
f,
|
|
4422
4446
|
{
|
|
4423
4447
|
direction: "column",
|
|
4424
|
-
customMaxWidth:
|
|
4425
|
-
fullWidth:
|
|
4448
|
+
customMaxWidth: d,
|
|
4449
|
+
fullWidth: l,
|
|
4426
4450
|
children: [
|
|
4427
4451
|
/* @__PURE__ */ e(_, { children: n.title }),
|
|
4428
4452
|
/* @__PURE__ */ e(v, { fontSize: t, color: "gray-500", children: n.description })
|
|
4429
4453
|
]
|
|
4430
4454
|
}
|
|
4431
4455
|
),
|
|
4432
|
-
children: /* @__PURE__ */
|
|
4456
|
+
children: /* @__PURE__ */ s(
|
|
4433
4457
|
f,
|
|
4434
4458
|
{
|
|
4435
4459
|
direction: "column",
|
|
4436
|
-
customMaxWidth:
|
|
4437
|
-
fullWidth:
|
|
4460
|
+
customMaxWidth: d,
|
|
4461
|
+
fullWidth: l,
|
|
4438
4462
|
children: [
|
|
4439
|
-
/* @__PURE__ */
|
|
4463
|
+
/* @__PURE__ */ s($, { direction: "row", gap: "xs", align: "center", children: [
|
|
4440
4464
|
/* @__PURE__ */ e(_, { fontSize: t, children: n.title }),
|
|
4441
4465
|
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children: i }),
|
|
4442
4466
|
/* @__PURE__ */ e(O, { condition: !!((a = n.tooltip) != null && a.label), children: /* @__PURE__ */ e(
|
|
4443
4467
|
me,
|
|
4444
4468
|
{
|
|
4445
4469
|
label: (h = n.tooltip) == null ? void 0 : h.label,
|
|
4446
|
-
arrowPosition: (
|
|
4470
|
+
arrowPosition: (u = n.tooltip) == null ? void 0 : u.arrowPosition,
|
|
4447
4471
|
...n.tooltip,
|
|
4448
4472
|
children: /* @__PURE__ */ e(
|
|
4449
4473
|
b,
|
|
@@ -4465,7 +4489,7 @@ const Hi = (t) => {
|
|
|
4465
4489
|
)
|
|
4466
4490
|
}
|
|
4467
4491
|
),
|
|
4468
|
-
/* @__PURE__ */
|
|
4492
|
+
/* @__PURE__ */ s($, { direction: "column", gap: "xs", children: [
|
|
4469
4493
|
/* @__PURE__ */ e(
|
|
4470
4494
|
hr,
|
|
4471
4495
|
{
|
|
@@ -4475,7 +4499,7 @@ const Hi = (t) => {
|
|
|
4475
4499
|
status: n.errorMessage ? "error" : "default"
|
|
4476
4500
|
}
|
|
4477
4501
|
),
|
|
4478
|
-
!
|
|
4502
|
+
!o && n.errorMessage && /* @__PURE__ */ e(be, { message: n.errorMessage })
|
|
4479
4503
|
] })
|
|
4480
4504
|
]
|
|
4481
4505
|
}
|
|
@@ -4484,51 +4508,51 @@ const Hi = (t) => {
|
|
|
4484
4508
|
size: t = "md",
|
|
4485
4509
|
direction: r = "vertical",
|
|
4486
4510
|
requiredTitle: i = "(Required)",
|
|
4487
|
-
required:
|
|
4511
|
+
required: l = !1,
|
|
4488
4512
|
fullWidth: n = !1,
|
|
4489
|
-
...
|
|
4513
|
+
...o
|
|
4490
4514
|
}) => {
|
|
4491
|
-
var a, h,
|
|
4492
|
-
const
|
|
4493
|
-
return /* @__PURE__ */
|
|
4515
|
+
var a, h, u;
|
|
4516
|
+
const d = r === "horizontal" ? t === "sm" ? 342 : t === "lg" ? 400 : 342 : void 0;
|
|
4517
|
+
return /* @__PURE__ */ s(
|
|
4494
4518
|
f,
|
|
4495
4519
|
{
|
|
4496
4520
|
gap: r === "horizontal" ? "spacing-96" : "sm",
|
|
4497
4521
|
direction: r === "horizontal" ? "row" : "column",
|
|
4498
|
-
...
|
|
4522
|
+
...o.containerProps,
|
|
4499
4523
|
children: [
|
|
4500
|
-
|
|
4524
|
+
o.title && /* @__PURE__ */ e(
|
|
4501
4525
|
O,
|
|
4502
4526
|
{
|
|
4503
|
-
condition:
|
|
4504
|
-
fallback: /* @__PURE__ */
|
|
4527
|
+
condition: l,
|
|
4528
|
+
fallback: /* @__PURE__ */ s(
|
|
4505
4529
|
f,
|
|
4506
4530
|
{
|
|
4507
4531
|
direction: "column",
|
|
4508
|
-
customMaxWidth:
|
|
4532
|
+
customMaxWidth: d,
|
|
4509
4533
|
fullWidth: n,
|
|
4510
4534
|
children: [
|
|
4511
|
-
/* @__PURE__ */ e(_, { children:
|
|
4512
|
-
/* @__PURE__ */ e(v, { fontSize: t, color: "gray-500", children:
|
|
4535
|
+
/* @__PURE__ */ e(_, { children: o.title }),
|
|
4536
|
+
/* @__PURE__ */ e(v, { fontSize: t, color: "gray-500", children: o.titleDescription })
|
|
4513
4537
|
]
|
|
4514
4538
|
}
|
|
4515
4539
|
),
|
|
4516
|
-
children: /* @__PURE__ */
|
|
4540
|
+
children: /* @__PURE__ */ s(
|
|
4517
4541
|
f,
|
|
4518
4542
|
{
|
|
4519
4543
|
direction: "column",
|
|
4520
|
-
customMaxWidth:
|
|
4544
|
+
customMaxWidth: d,
|
|
4521
4545
|
fullWidth: n,
|
|
4522
4546
|
children: [
|
|
4523
|
-
/* @__PURE__ */
|
|
4524
|
-
/* @__PURE__ */ e(_, { fontSize: t, children:
|
|
4547
|
+
/* @__PURE__ */ s($, { direction: "row", gap: "xs", align: "center", children: [
|
|
4548
|
+
/* @__PURE__ */ e(_, { fontSize: t, children: o.title }),
|
|
4525
4549
|
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children: i }),
|
|
4526
|
-
/* @__PURE__ */ e(O, { condition: !!((a =
|
|
4550
|
+
/* @__PURE__ */ e(O, { condition: !!((a = o.tooltip) != null && a.label), children: /* @__PURE__ */ e(
|
|
4527
4551
|
me,
|
|
4528
4552
|
{
|
|
4529
|
-
label: (h =
|
|
4530
|
-
arrowPosition: (
|
|
4531
|
-
...
|
|
4553
|
+
label: (h = o.tooltip) == null ? void 0 : h.label,
|
|
4554
|
+
arrowPosition: (u = o.tooltip) == null ? void 0 : u.arrowPosition,
|
|
4555
|
+
...o.tooltip,
|
|
4532
4556
|
children: /* @__PURE__ */ e(
|
|
4533
4557
|
b,
|
|
4534
4558
|
{
|
|
@@ -4543,22 +4567,22 @@ const Hi = (t) => {
|
|
|
4543
4567
|
}
|
|
4544
4568
|
) })
|
|
4545
4569
|
] }),
|
|
4546
|
-
/* @__PURE__ */ e(O, { condition: !!
|
|
4570
|
+
/* @__PURE__ */ e(O, { condition: !!o.titleDescription, children: /* @__PURE__ */ e(v, { fontSize: t, color: "gray-500", children: o.titleDescription }) })
|
|
4547
4571
|
]
|
|
4548
4572
|
}
|
|
4549
4573
|
)
|
|
4550
4574
|
}
|
|
4551
4575
|
),
|
|
4552
4576
|
/* @__PURE__ */ e(
|
|
4553
|
-
|
|
4577
|
+
qt,
|
|
4554
4578
|
{
|
|
4555
|
-
checked:
|
|
4556
|
-
onChange:
|
|
4557
|
-
label:
|
|
4558
|
-
description:
|
|
4579
|
+
checked: o.checked,
|
|
4580
|
+
onChange: o.onChange,
|
|
4581
|
+
label: o.label,
|
|
4582
|
+
description: o.description
|
|
4559
4583
|
}
|
|
4560
4584
|
),
|
|
4561
|
-
|
|
4585
|
+
o.errorMessage && /* @__PURE__ */ e(be, { message: o.errorMessage })
|
|
4562
4586
|
]
|
|
4563
4587
|
}
|
|
4564
4588
|
);
|
|
@@ -4567,26 +4591,26 @@ const Hi = (t) => {
|
|
|
4567
4591
|
size: r = "md",
|
|
4568
4592
|
...i
|
|
4569
4593
|
}) => {
|
|
4570
|
-
const
|
|
4571
|
-
var h,
|
|
4572
|
-
if (!
|
|
4573
|
-
const a = i.disabled ? "var(--sa-text-disable, #181a198f)" : t === "secondary" ? "var(--sa-text-subtle, #8c8f97)" : t === "secondary-danger" ? (
|
|
4574
|
-
return /* @__PURE__ */ e(b, { name:
|
|
4575
|
-
},
|
|
4576
|
-
var a, h,
|
|
4594
|
+
const l = gr(), n = (d) => {
|
|
4595
|
+
var h, u, g, m, y, D;
|
|
4596
|
+
if (!d) return;
|
|
4597
|
+
const a = i.disabled ? "var(--sa-text-disable, #181a198f)" : t === "secondary" ? "var(--sa-text-subtle, #8c8f97)" : t === "secondary-danger" ? (u = (h = l == null ? void 0 : l.computed) == null ? void 0 : h.red) == null ? void 0 : u[600] : t === "secondary-primary" ? (m = (g = l == null ? void 0 : l.computed) == null ? void 0 : g.blue) == null ? void 0 : m[700] : (D = (y = l == null ? void 0 : l.computed) == null ? void 0 : y.gray) == null ? void 0 : D[50];
|
|
4598
|
+
return /* @__PURE__ */ e(b, { name: d, size: r, style: { color: a } });
|
|
4599
|
+
}, o = () => {
|
|
4600
|
+
var a, h, u, g;
|
|
4577
4601
|
if (t !== "secondary-danger" && t !== "secondary-primary")
|
|
4578
4602
|
return i.title;
|
|
4579
|
-
const
|
|
4580
|
-
color: i.disabled ? "var(--sa-text-disable, #181a198f)" : t === "secondary-danger" ? (h = (a =
|
|
4603
|
+
const d = {
|
|
4604
|
+
color: i.disabled ? "var(--sa-text-disable, #181a198f)" : t === "secondary-danger" ? (h = (a = l == null ? void 0 : l.computed) == null ? void 0 : a.red) == null ? void 0 : h[600] : (g = (u = l == null ? void 0 : l.computed) == null ? void 0 : u.blue) == null ? void 0 : g[700]
|
|
4581
4605
|
};
|
|
4582
4606
|
switch (r) {
|
|
4583
4607
|
case "xs":
|
|
4584
|
-
return /* @__PURE__ */ e(pe.Body2, { props: { style:
|
|
4608
|
+
return /* @__PURE__ */ e(pe.Body2, { props: { style: d }, children: i.title });
|
|
4585
4609
|
case "sm":
|
|
4586
4610
|
case "md":
|
|
4587
|
-
return /* @__PURE__ */ e(pe.SubH3, { props: { style:
|
|
4611
|
+
return /* @__PURE__ */ e(pe.SubH3, { props: { style: d }, children: i.title });
|
|
4588
4612
|
case "lg":
|
|
4589
|
-
return /* @__PURE__ */ e(pe.SubH2, { props: { style:
|
|
4613
|
+
return /* @__PURE__ */ e(pe.SubH2, { props: { style: d }, children: i.title });
|
|
4590
4614
|
default:
|
|
4591
4615
|
return i.title;
|
|
4592
4616
|
}
|
|
@@ -4604,7 +4628,7 @@ const Hi = (t) => {
|
|
|
4604
4628
|
iconLeft: n(i.iconLeft),
|
|
4605
4629
|
iconRight: n(i.iconRight),
|
|
4606
4630
|
size: r,
|
|
4607
|
-
children:
|
|
4631
|
+
children: o()
|
|
4608
4632
|
}
|
|
4609
4633
|
);
|
|
4610
4634
|
}, ji = (t) => /* @__PURE__ */ e(
|
|
@@ -4619,12 +4643,12 @@ const Hi = (t) => {
|
|
|
4619
4643
|
size: t = "md",
|
|
4620
4644
|
direction: r = "vertical",
|
|
4621
4645
|
requiredTitle: i = "(Required)",
|
|
4622
|
-
fullWidth:
|
|
4646
|
+
fullWidth: l = !1,
|
|
4623
4647
|
...n
|
|
4624
4648
|
}) => {
|
|
4625
|
-
var a, h,
|
|
4626
|
-
const
|
|
4627
|
-
return /* @__PURE__ */
|
|
4649
|
+
var a, h, u;
|
|
4650
|
+
const o = n.hideMessageError || !1, d = r === "horizontal" ? t === "sm" ? 342 : t === "lg" ? 400 : 342 : void 0;
|
|
4651
|
+
return /* @__PURE__ */ s(
|
|
4628
4652
|
f,
|
|
4629
4653
|
{
|
|
4630
4654
|
gap: r === "horizontal" ? "spacing-96" : "sm",
|
|
@@ -4635,33 +4659,33 @@ const Hi = (t) => {
|
|
|
4635
4659
|
O,
|
|
4636
4660
|
{
|
|
4637
4661
|
condition: !!n.inputProps.required,
|
|
4638
|
-
fallback: /* @__PURE__ */
|
|
4662
|
+
fallback: /* @__PURE__ */ s(
|
|
4639
4663
|
f,
|
|
4640
4664
|
{
|
|
4641
4665
|
direction: "column",
|
|
4642
|
-
customMaxWidth:
|
|
4643
|
-
fullWidth:
|
|
4666
|
+
customMaxWidth: d,
|
|
4667
|
+
fullWidth: l,
|
|
4644
4668
|
children: [
|
|
4645
4669
|
/* @__PURE__ */ e(_, { children: n.title }),
|
|
4646
4670
|
/* @__PURE__ */ e(v, { fontSize: t, color: "gray-500", children: n.description })
|
|
4647
4671
|
]
|
|
4648
4672
|
}
|
|
4649
4673
|
),
|
|
4650
|
-
children: /* @__PURE__ */
|
|
4674
|
+
children: /* @__PURE__ */ s(
|
|
4651
4675
|
f,
|
|
4652
4676
|
{
|
|
4653
4677
|
direction: "column",
|
|
4654
|
-
customMaxWidth:
|
|
4655
|
-
fullWidth:
|
|
4678
|
+
customMaxWidth: d,
|
|
4679
|
+
fullWidth: l,
|
|
4656
4680
|
children: [
|
|
4657
|
-
/* @__PURE__ */
|
|
4681
|
+
/* @__PURE__ */ s($, { direction: "row", gap: "xs", align: "center", children: [
|
|
4658
4682
|
/* @__PURE__ */ e(_, { fontSize: t, children: n.title }),
|
|
4659
4683
|
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children: i }),
|
|
4660
4684
|
/* @__PURE__ */ e(O, { condition: !!((a = n.tooltip) != null && a.label), children: /* @__PURE__ */ e(
|
|
4661
4685
|
me,
|
|
4662
4686
|
{
|
|
4663
4687
|
label: (h = n.tooltip) == null ? void 0 : h.label,
|
|
4664
|
-
arrowPosition: (
|
|
4688
|
+
arrowPosition: (u = n.tooltip) == null ? void 0 : u.arrowPosition,
|
|
4665
4689
|
...n.tooltip,
|
|
4666
4690
|
children: /* @__PURE__ */ e(
|
|
4667
4691
|
b,
|
|
@@ -4683,7 +4707,7 @@ const Hi = (t) => {
|
|
|
4683
4707
|
)
|
|
4684
4708
|
}
|
|
4685
4709
|
),
|
|
4686
|
-
/* @__PURE__ */
|
|
4710
|
+
/* @__PURE__ */ s($, { direction: "column", gap: "xs", children: [
|
|
4687
4711
|
/* @__PURE__ */ e(
|
|
4688
4712
|
f,
|
|
4689
4713
|
{
|
|
@@ -4691,7 +4715,7 @@ const Hi = (t) => {
|
|
|
4691
4715
|
width: r === "horizontal" && n.customWidth ? n.customWidth : r === "horizontal" ? "343px" : ""
|
|
4692
4716
|
},
|
|
4693
4717
|
children: /* @__PURE__ */ e(
|
|
4694
|
-
|
|
4718
|
+
lr,
|
|
4695
4719
|
{
|
|
4696
4720
|
size: t,
|
|
4697
4721
|
...n.inputProps,
|
|
@@ -4700,7 +4724,7 @@ const Hi = (t) => {
|
|
|
4700
4724
|
)
|
|
4701
4725
|
}
|
|
4702
4726
|
),
|
|
4703
|
-
!
|
|
4727
|
+
!o && n.errorMessage && /* @__PURE__ */ e(be, { message: n.errorMessage })
|
|
4704
4728
|
] })
|
|
4705
4729
|
]
|
|
4706
4730
|
}
|
|
@@ -4708,12 +4732,12 @@ const Hi = (t) => {
|
|
|
4708
4732
|
};
|
|
4709
4733
|
async function $i(t, r) {
|
|
4710
4734
|
const i = new Image();
|
|
4711
|
-
i.src = t, await new Promise((
|
|
4712
|
-
i.onload =
|
|
4735
|
+
i.src = t, await new Promise((o, d) => {
|
|
4736
|
+
i.onload = o, i.onerror = d;
|
|
4713
4737
|
});
|
|
4714
|
-
const
|
|
4715
|
-
|
|
4716
|
-
const n =
|
|
4738
|
+
const l = document.createElement("canvas");
|
|
4739
|
+
l.width = r.width, l.height = r.height;
|
|
4740
|
+
const n = l.getContext("2d", { alpha: !0 });
|
|
4717
4741
|
if (!n) throw new Error("No 2D context");
|
|
4718
4742
|
return n.drawImage(
|
|
4719
4743
|
i,
|
|
@@ -4725,11 +4749,11 @@ async function $i(t, r) {
|
|
|
4725
4749
|
0,
|
|
4726
4750
|
r.width,
|
|
4727
4751
|
r.height
|
|
4728
|
-
), new Promise((
|
|
4729
|
-
|
|
4730
|
-
if (!a) return
|
|
4752
|
+
), new Promise((o, d) => {
|
|
4753
|
+
l.toBlob((a) => {
|
|
4754
|
+
if (!a) return d("Canvas is empty");
|
|
4731
4755
|
const h = new File([a], "cropped.png", { type: "image/png" });
|
|
4732
|
-
|
|
4756
|
+
o(h);
|
|
4733
4757
|
}, "image/png");
|
|
4734
4758
|
});
|
|
4735
4759
|
}
|
|
@@ -4742,62 +4766,62 @@ const Tt = {
|
|
|
4742
4766
|
"2:3": 2 / 3,
|
|
4743
4767
|
"3:2": 3 / 2,
|
|
4744
4768
|
"32:9": 32 / 9
|
|
4745
|
-
}, Gi =
|
|
4769
|
+
}, Gi = Ut(
|
|
4746
4770
|
({
|
|
4747
4771
|
handleUpload: t,
|
|
4748
4772
|
urlImage: r,
|
|
4749
4773
|
isUploading: i,
|
|
4750
|
-
croppedImage:
|
|
4774
|
+
croppedImage: l,
|
|
4751
4775
|
setCroppedImage: n,
|
|
4752
|
-
size:
|
|
4753
|
-
aspect:
|
|
4776
|
+
size: o = "96",
|
|
4777
|
+
aspect: d = "1:1",
|
|
4754
4778
|
containerProps: a,
|
|
4755
4779
|
maxFileSize: h = 2,
|
|
4756
|
-
onError:
|
|
4780
|
+
onError: u
|
|
4757
4781
|
}, g) => {
|
|
4758
|
-
const m = ne("md"), [y, D] = k(!1), [
|
|
4782
|
+
const m = ne("md"), [y, D] = k(!1), [S, x] = k(null), [R, j] = k(!1), [N, U] = k({ x: 0, y: 0 }), [M, ae] = k(1), [J, I] = k(null);
|
|
4759
4783
|
Z(() => {
|
|
4760
4784
|
r === null && n(null);
|
|
4761
4785
|
}, [r]);
|
|
4762
4786
|
const P = ve(
|
|
4763
|
-
(
|
|
4787
|
+
(z, V) => {
|
|
4764
4788
|
I(V);
|
|
4765
4789
|
},
|
|
4766
4790
|
[]
|
|
4767
|
-
),
|
|
4791
|
+
), le = (z) => {
|
|
4768
4792
|
var fe;
|
|
4769
|
-
const V = (fe =
|
|
4793
|
+
const V = (fe = z.target.files) == null ? void 0 : fe[0];
|
|
4770
4794
|
if (!V) return;
|
|
4771
4795
|
const te = new FileReader();
|
|
4772
4796
|
te.onload = () => {
|
|
4773
4797
|
x(te.result), j(!0);
|
|
4774
4798
|
}, te.readAsDataURL(V);
|
|
4775
|
-
},
|
|
4776
|
-
if (!(!
|
|
4799
|
+
}, oe = async () => {
|
|
4800
|
+
if (!(!S || !J))
|
|
4777
4801
|
try {
|
|
4778
|
-
const
|
|
4779
|
-
if (h &&
|
|
4780
|
-
|
|
4802
|
+
const z = await $i(S, J);
|
|
4803
|
+
if (h && z.size > h * 1024 * 1024) {
|
|
4804
|
+
u == null || u(`Ukuran file maksimal ${h}MB`);
|
|
4781
4805
|
return;
|
|
4782
4806
|
}
|
|
4783
|
-
t == null || t(
|
|
4784
|
-
const V = URL.createObjectURL(
|
|
4785
|
-
n(V,
|
|
4807
|
+
t == null || t(z);
|
|
4808
|
+
const V = URL.createObjectURL(z);
|
|
4809
|
+
n(V, z), j(!1);
|
|
4786
4810
|
} catch {
|
|
4787
|
-
|
|
4811
|
+
u == null || u("Gagal memproses gambar");
|
|
4788
4812
|
}
|
|
4789
4813
|
}, G = ie(null), Q = () => {
|
|
4790
4814
|
G.current && G.current.click();
|
|
4791
4815
|
};
|
|
4792
4816
|
pr(g, () => ({
|
|
4793
4817
|
openFileDialog: () => {
|
|
4794
|
-
var
|
|
4795
|
-
(
|
|
4818
|
+
var z;
|
|
4819
|
+
(z = G.current) == null || z.click();
|
|
4796
4820
|
}
|
|
4797
4821
|
}));
|
|
4798
|
-
const K = parseInt(
|
|
4822
|
+
const K = parseInt(o, 10), se = Tt[d];
|
|
4799
4823
|
let ee, X;
|
|
4800
|
-
return se >= 1 ? (X = K, ee = K * se) : (ee = K, X = K / se), /* @__PURE__ */
|
|
4824
|
+
return se >= 1 ? (X = K, ee = K * se) : (ee = K, X = K / se), /* @__PURE__ */ s(
|
|
4801
4825
|
f,
|
|
4802
4826
|
{
|
|
4803
4827
|
display: "flex",
|
|
@@ -4819,10 +4843,10 @@ const Tt = {
|
|
|
4819
4843
|
onMouseEnter: () => D(!0),
|
|
4820
4844
|
onMouseLeave: () => D(!1),
|
|
4821
4845
|
children: [
|
|
4822
|
-
|
|
4846
|
+
l || r ? /* @__PURE__ */ e(
|
|
4823
4847
|
"img",
|
|
4824
4848
|
{
|
|
4825
|
-
src:
|
|
4849
|
+
src: l || r || void 0,
|
|
4826
4850
|
alt: "Profile",
|
|
4827
4851
|
style: {
|
|
4828
4852
|
objectFit: "cover",
|
|
@@ -4844,14 +4868,14 @@ const Tt = {
|
|
|
4844
4868
|
name: "Image",
|
|
4845
4869
|
style: {
|
|
4846
4870
|
color: "var(--sa-text-subtle, #8c8f97)",
|
|
4847
|
-
width: Number(
|
|
4848
|
-
height: Number(
|
|
4871
|
+
width: Number(o) / 2 < 40 ? Number(o) / 2 : 40,
|
|
4872
|
+
height: Number(o) / 2 < 40 ? Number(o) / 2 : 40
|
|
4849
4873
|
}
|
|
4850
4874
|
}
|
|
4851
4875
|
)
|
|
4852
4876
|
}
|
|
4853
4877
|
),
|
|
4854
|
-
/* @__PURE__ */
|
|
4878
|
+
/* @__PURE__ */ s(
|
|
4855
4879
|
f,
|
|
4856
4880
|
{
|
|
4857
4881
|
position: "absolute",
|
|
@@ -4873,12 +4897,12 @@ const Tt = {
|
|
|
4873
4897
|
ref: G,
|
|
4874
4898
|
type: "file",
|
|
4875
4899
|
accept: "image/*",
|
|
4876
|
-
onChange:
|
|
4900
|
+
onChange: le,
|
|
4877
4901
|
disabled: i,
|
|
4878
4902
|
style: { display: "none" }
|
|
4879
4903
|
}
|
|
4880
4904
|
),
|
|
4881
|
-
/* @__PURE__ */
|
|
4905
|
+
/* @__PURE__ */ s(f, { display: "flex", align: "center", gap: "spacing-2", direction: "row", children: [
|
|
4882
4906
|
/* @__PURE__ */ e(
|
|
4883
4907
|
b,
|
|
4884
4908
|
{
|
|
@@ -4886,11 +4910,11 @@ const Tt = {
|
|
|
4886
4910
|
style: { color: "var(--sa-background-primary, #ffffff)" }
|
|
4887
4911
|
}
|
|
4888
4912
|
),
|
|
4889
|
-
/* @__PURE__ */ e(O, { condition:
|
|
4913
|
+
/* @__PURE__ */ e(O, { condition: o.toNumber() > 80, children: /* @__PURE__ */ e(
|
|
4890
4914
|
v,
|
|
4891
4915
|
{
|
|
4892
4916
|
color: "gray-50",
|
|
4893
|
-
fontSize:
|
|
4917
|
+
fontSize: o.toNumber() > 80 ? "sm" : "md",
|
|
4894
4918
|
fontWeight: "medium",
|
|
4895
4919
|
children: "Edit Image"
|
|
4896
4920
|
}
|
|
@@ -4926,7 +4950,7 @@ const Tt = {
|
|
|
4926
4950
|
)
|
|
4927
4951
|
}
|
|
4928
4952
|
),
|
|
4929
|
-
|
|
4953
|
+
R && xr.createPortal(
|
|
4930
4954
|
/* @__PURE__ */ e(
|
|
4931
4955
|
"div",
|
|
4932
4956
|
{
|
|
@@ -4940,7 +4964,7 @@ const Tt = {
|
|
|
4940
4964
|
backgroundColor: "rgba(0,0,0,0.6)"
|
|
4941
4965
|
},
|
|
4942
4966
|
onClick: () => j(!1),
|
|
4943
|
-
children: /* @__PURE__ */
|
|
4967
|
+
children: /* @__PURE__ */ s(
|
|
4944
4968
|
"div",
|
|
4945
4969
|
{
|
|
4946
4970
|
style: {
|
|
@@ -4948,11 +4972,11 @@ const Tt = {
|
|
|
4948
4972
|
borderRadius: "var(--sa-radii-md)",
|
|
4949
4973
|
boxShadow: "0 20px 60px rgba(0,0,0,0.3)",
|
|
4950
4974
|
overflow: "hidden",
|
|
4951
|
-
width: m ?
|
|
4975
|
+
width: m ? d === "1:1" ? "min(90vw, 480px)" : `min(90vw, ${ee * 2}px)` : "calc(100vw - 2rem)",
|
|
4952
4976
|
display: "flex",
|
|
4953
4977
|
flexDirection: "column"
|
|
4954
4978
|
},
|
|
4955
|
-
onClick: (
|
|
4979
|
+
onClick: (z) => z.stopPropagation(),
|
|
4956
4980
|
children: [
|
|
4957
4981
|
/* @__PURE__ */ e(
|
|
4958
4982
|
"div",
|
|
@@ -4963,14 +4987,14 @@ const Tt = {
|
|
|
4963
4987
|
height: "20rem",
|
|
4964
4988
|
backgroundColor: "var(--sa-color-gray-100)"
|
|
4965
4989
|
},
|
|
4966
|
-
children:
|
|
4990
|
+
children: S && /* @__PURE__ */ e(
|
|
4967
4991
|
Cr,
|
|
4968
4992
|
{
|
|
4969
|
-
image:
|
|
4993
|
+
image: S,
|
|
4970
4994
|
crop: N,
|
|
4971
4995
|
zoom: M,
|
|
4972
|
-
aspect:
|
|
4973
|
-
onCropChange:
|
|
4996
|
+
aspect: d ? Tt[d] : void 0,
|
|
4997
|
+
onCropChange: U,
|
|
4974
4998
|
onZoomChange: ae,
|
|
4975
4999
|
onCropComplete: P,
|
|
4976
5000
|
objectFit: "contain",
|
|
@@ -4980,7 +5004,7 @@ const Tt = {
|
|
|
4980
5004
|
)
|
|
4981
5005
|
}
|
|
4982
5006
|
),
|
|
4983
|
-
/* @__PURE__ */
|
|
5007
|
+
/* @__PURE__ */ s(
|
|
4984
5008
|
"div",
|
|
4985
5009
|
{
|
|
4986
5010
|
style: {
|
|
@@ -4992,7 +5016,7 @@ const Tt = {
|
|
|
4992
5016
|
},
|
|
4993
5017
|
children: [
|
|
4994
5018
|
/* @__PURE__ */ e(T, { size: "sm", secondary: !0, onClick: () => j(!1), children: "Cancel" }),
|
|
4995
|
-
/* @__PURE__ */ e(T, { size: "sm", primary: !0, onClick:
|
|
5019
|
+
/* @__PURE__ */ e(T, { size: "sm", primary: !0, onClick: oe, children: "Crop" })
|
|
4996
5020
|
]
|
|
4997
5021
|
}
|
|
4998
5022
|
)
|
|
@@ -5007,55 +5031,55 @@ const Tt = {
|
|
|
5007
5031
|
}
|
|
5008
5032
|
);
|
|
5009
5033
|
}
|
|
5010
|
-
),
|
|
5034
|
+
), qi = ({
|
|
5011
5035
|
size: t = "md",
|
|
5012
5036
|
direction: r = "vertical",
|
|
5013
5037
|
requiredTitle: i = "(Required)",
|
|
5014
|
-
fullWidth:
|
|
5038
|
+
fullWidth: l = !1,
|
|
5015
5039
|
required: n = !1,
|
|
5016
|
-
...
|
|
5040
|
+
...o
|
|
5017
5041
|
}) => {
|
|
5018
|
-
var h,
|
|
5019
|
-
const
|
|
5020
|
-
return /* @__PURE__ */
|
|
5042
|
+
var h, u, g;
|
|
5043
|
+
const d = o.hideMessageError || !1, a = r === "horizontal" ? t === "sm" ? 342 : t === "lg" ? 400 : 342 : void 0;
|
|
5044
|
+
return /* @__PURE__ */ s(
|
|
5021
5045
|
f,
|
|
5022
5046
|
{
|
|
5023
5047
|
gap: r === "horizontal" ? "spacing-96" : "sm",
|
|
5024
5048
|
direction: r === "horizontal" ? "row" : "column",
|
|
5025
|
-
...
|
|
5049
|
+
...o.containerProps,
|
|
5026
5050
|
children: [
|
|
5027
|
-
|
|
5051
|
+
o.title && /* @__PURE__ */ e(
|
|
5028
5052
|
O,
|
|
5029
5053
|
{
|
|
5030
5054
|
condition: !!n,
|
|
5031
|
-
fallback: /* @__PURE__ */
|
|
5055
|
+
fallback: /* @__PURE__ */ s(
|
|
5032
5056
|
f,
|
|
5033
5057
|
{
|
|
5034
5058
|
direction: "column",
|
|
5035
5059
|
customMaxWidth: a,
|
|
5036
|
-
fullWidth:
|
|
5060
|
+
fullWidth: l,
|
|
5037
5061
|
children: [
|
|
5038
|
-
/* @__PURE__ */ e(_, { children:
|
|
5039
|
-
/* @__PURE__ */ e(v, { fontSize: t, color: "gray-500", children:
|
|
5062
|
+
/* @__PURE__ */ e(_, { children: o.title }),
|
|
5063
|
+
/* @__PURE__ */ e(v, { fontSize: t, color: "gray-500", children: o.description })
|
|
5040
5064
|
]
|
|
5041
5065
|
}
|
|
5042
5066
|
),
|
|
5043
|
-
children: /* @__PURE__ */
|
|
5067
|
+
children: /* @__PURE__ */ s(
|
|
5044
5068
|
f,
|
|
5045
5069
|
{
|
|
5046
5070
|
direction: "column",
|
|
5047
5071
|
customMaxWidth: a,
|
|
5048
|
-
fullWidth:
|
|
5072
|
+
fullWidth: l,
|
|
5049
5073
|
children: [
|
|
5050
|
-
/* @__PURE__ */
|
|
5051
|
-
/* @__PURE__ */ e(_, { fontSize: t, children:
|
|
5074
|
+
/* @__PURE__ */ s($, { direction: "row", gap: "xs", align: "center", children: [
|
|
5075
|
+
/* @__PURE__ */ e(_, { fontSize: t, children: o.title }),
|
|
5052
5076
|
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children: i }),
|
|
5053
|
-
/* @__PURE__ */ e(O, { condition: !!((h =
|
|
5077
|
+
/* @__PURE__ */ e(O, { condition: !!((h = o.tooltip) != null && h.label), children: /* @__PURE__ */ e(
|
|
5054
5078
|
me,
|
|
5055
5079
|
{
|
|
5056
|
-
label: (
|
|
5057
|
-
arrowPosition: (g =
|
|
5058
|
-
...
|
|
5080
|
+
label: (u = o.tooltip) == null ? void 0 : u.label,
|
|
5081
|
+
arrowPosition: (g = o.tooltip) == null ? void 0 : g.arrowPosition,
|
|
5082
|
+
...o.tooltip,
|
|
5059
5083
|
children: /* @__PURE__ */ e(
|
|
5060
5084
|
b,
|
|
5061
5085
|
{
|
|
@@ -5070,29 +5094,29 @@ const Tt = {
|
|
|
5070
5094
|
}
|
|
5071
5095
|
) })
|
|
5072
5096
|
] }),
|
|
5073
|
-
/* @__PURE__ */ e(O, { condition: !!
|
|
5097
|
+
/* @__PURE__ */ e(O, { condition: !!o.description, children: /* @__PURE__ */ e(v, { fontSize: t, color: "gray-500", children: o.description }) })
|
|
5074
5098
|
]
|
|
5075
5099
|
}
|
|
5076
5100
|
)
|
|
5077
5101
|
}
|
|
5078
5102
|
),
|
|
5079
|
-
/* @__PURE__ */
|
|
5080
|
-
/* @__PURE__ */ e(Gi, { ...
|
|
5081
|
-
!
|
|
5103
|
+
/* @__PURE__ */ s($, { direction: "column", gap: "xs", children: [
|
|
5104
|
+
/* @__PURE__ */ e(Gi, { ...o.inputProps }),
|
|
5105
|
+
!d && o.errorMessage && /* @__PURE__ */ e(be, { message: o.errorMessage })
|
|
5082
5106
|
] })
|
|
5083
5107
|
]
|
|
5084
5108
|
}
|
|
5085
5109
|
);
|
|
5086
|
-
},
|
|
5110
|
+
}, Ui = ({
|
|
5087
5111
|
size: t = "md",
|
|
5088
5112
|
direction: r = "vertical",
|
|
5089
5113
|
requiredTitle: i = "(Required)",
|
|
5090
|
-
fullWidth:
|
|
5114
|
+
fullWidth: l = !1,
|
|
5091
5115
|
...n
|
|
5092
5116
|
}) => {
|
|
5093
|
-
var
|
|
5094
|
-
const
|
|
5095
|
-
return /* @__PURE__ */
|
|
5117
|
+
var d, a, h;
|
|
5118
|
+
const o = r === "horizontal" ? t === "sm" ? 342 : t === "lg" ? 400 : 342 : void 0;
|
|
5119
|
+
return /* @__PURE__ */ s(
|
|
5096
5120
|
f,
|
|
5097
5121
|
{
|
|
5098
5122
|
gap: r === "horizontal" ? "spacing-96" : "sm",
|
|
@@ -5103,29 +5127,29 @@ const Tt = {
|
|
|
5103
5127
|
O,
|
|
5104
5128
|
{
|
|
5105
5129
|
condition: !!n.inputProps.required,
|
|
5106
|
-
fallback: /* @__PURE__ */
|
|
5130
|
+
fallback: /* @__PURE__ */ s(
|
|
5107
5131
|
f,
|
|
5108
5132
|
{
|
|
5109
5133
|
direction: "column",
|
|
5110
|
-
customMaxWidth:
|
|
5111
|
-
fullWidth:
|
|
5134
|
+
customMaxWidth: o,
|
|
5135
|
+
fullWidth: l,
|
|
5112
5136
|
children: [
|
|
5113
5137
|
/* @__PURE__ */ e(_, { children: n.title }),
|
|
5114
5138
|
/* @__PURE__ */ e(v, { fontSize: t, color: "gray-500", children: n.description })
|
|
5115
5139
|
]
|
|
5116
5140
|
}
|
|
5117
5141
|
),
|
|
5118
|
-
children: /* @__PURE__ */
|
|
5142
|
+
children: /* @__PURE__ */ s(
|
|
5119
5143
|
f,
|
|
5120
5144
|
{
|
|
5121
5145
|
direction: "column",
|
|
5122
|
-
customMaxWidth:
|
|
5123
|
-
fullWidth:
|
|
5146
|
+
customMaxWidth: o,
|
|
5147
|
+
fullWidth: l,
|
|
5124
5148
|
children: [
|
|
5125
|
-
/* @__PURE__ */
|
|
5149
|
+
/* @__PURE__ */ s($, { direction: "row", gap: "xs", align: "center", children: [
|
|
5126
5150
|
/* @__PURE__ */ e(_, { fontSize: t, children: n.title }),
|
|
5127
5151
|
/* @__PURE__ */ e(_, { color: "error", fontSize: t, children: i }),
|
|
5128
|
-
/* @__PURE__ */ e(O, { condition: !!((
|
|
5152
|
+
/* @__PURE__ */ e(O, { condition: !!((d = n.tooltip) != null && d.label), children: /* @__PURE__ */ e(
|
|
5129
5153
|
me,
|
|
5130
5154
|
{
|
|
5131
5155
|
label: (a = n.tooltip) == null ? void 0 : a.label,
|
|
@@ -5155,20 +5179,20 @@ const Tt = {
|
|
|
5155
5179
|
]
|
|
5156
5180
|
}
|
|
5157
5181
|
);
|
|
5158
|
-
},
|
|
5182
|
+
}, yl = ({
|
|
5159
5183
|
items: t,
|
|
5160
5184
|
id: r,
|
|
5161
5185
|
handleOnUpdate: i,
|
|
5162
|
-
width:
|
|
5186
|
+
width: l,
|
|
5163
5187
|
toggleShow: n = !0,
|
|
5164
|
-
disabled:
|
|
5188
|
+
disabled: o = !1
|
|
5165
5189
|
}) => {
|
|
5166
5190
|
var g;
|
|
5167
|
-
const [
|
|
5191
|
+
const [d, a] = k([]);
|
|
5168
5192
|
Z(() => {
|
|
5169
5193
|
t && a([...t.map((m) => ({ id: m.id, isActive: m.isActive }))]);
|
|
5170
5194
|
}, [t]);
|
|
5171
|
-
const h = (g =
|
|
5195
|
+
const h = (g = d.find((m) => m.id === r)) == null ? void 0 : g.isActive, u = ve(() => {
|
|
5172
5196
|
a(
|
|
5173
5197
|
(m) => m.map((y) => y.id === r ? { ...y, isActive: !y.isActive } : y)
|
|
5174
5198
|
), i && i(!h);
|
|
@@ -5179,23 +5203,23 @@ const Tt = {
|
|
|
5179
5203
|
direction: "row",
|
|
5180
5204
|
gap: "md",
|
|
5181
5205
|
style: {
|
|
5182
|
-
width:
|
|
5206
|
+
width: l
|
|
5183
5207
|
},
|
|
5184
5208
|
children: n && /* @__PURE__ */ e(
|
|
5185
|
-
|
|
5209
|
+
qt,
|
|
5186
5210
|
{
|
|
5187
|
-
disabled:
|
|
5211
|
+
disabled: o,
|
|
5188
5212
|
checked: h,
|
|
5189
|
-
onChange:
|
|
5213
|
+
onChange: u,
|
|
5190
5214
|
label: h ? "Active" : "Inactive"
|
|
5191
5215
|
}
|
|
5192
5216
|
)
|
|
5193
5217
|
}
|
|
5194
5218
|
);
|
|
5195
|
-
},
|
|
5219
|
+
}, pl = {
|
|
5196
5220
|
InputText: wi,
|
|
5197
5221
|
InputDropdown: ki,
|
|
5198
|
-
InputSingleFile:
|
|
5222
|
+
InputSingleFile: zi,
|
|
5199
5223
|
CheckBoxOptions: Vi,
|
|
5200
5224
|
RadioOptions: Ni,
|
|
5201
5225
|
InputTextArea: Ti,
|
|
@@ -5203,16 +5227,16 @@ const Tt = {
|
|
|
5203
5227
|
ActionButton: _i,
|
|
5204
5228
|
FormTitle: ji,
|
|
5205
5229
|
InputDate: Zi,
|
|
5206
|
-
InputImgFile:
|
|
5207
|
-
Custom:
|
|
5230
|
+
InputImgFile: qi,
|
|
5231
|
+
Custom: Ui
|
|
5208
5232
|
}, Ji = ({ customBottom: t }) => {
|
|
5209
|
-
const [r, i] = k(!1),
|
|
5233
|
+
const [r, i] = k(!1), l = () => {
|
|
5210
5234
|
window.scrollY > window.screenY ? i(!0) : i(!1);
|
|
5211
5235
|
}, n = () => {
|
|
5212
5236
|
window.scrollTo({ top: 0, behavior: "smooth" });
|
|
5213
5237
|
};
|
|
5214
|
-
return Z(() => (window.addEventListener("scroll",
|
|
5215
|
-
window.removeEventListener("scroll",
|
|
5238
|
+
return Z(() => (window.addEventListener("scroll", l), () => {
|
|
5239
|
+
window.removeEventListener("scroll", l);
|
|
5216
5240
|
}), []), /* @__PURE__ */ e(
|
|
5217
5241
|
f,
|
|
5218
5242
|
{
|
|
@@ -5255,16 +5279,16 @@ const Tt = {
|
|
|
5255
5279
|
)
|
|
5256
5280
|
}
|
|
5257
5281
|
);
|
|
5258
|
-
},
|
|
5259
|
-
const n = ne("md"),
|
|
5260
|
-
return /* @__PURE__ */
|
|
5282
|
+
}, xl = ({ pageLayout: t, children: r, wrapperProps: i, containerProps: l }) => {
|
|
5283
|
+
const n = ne("md"), o = (l == null ? void 0 : l.customWidth) ?? 264;
|
|
5284
|
+
return /* @__PURE__ */ s(
|
|
5261
5285
|
f,
|
|
5262
5286
|
{
|
|
5263
5287
|
display: "block",
|
|
5264
5288
|
direction: "row",
|
|
5265
5289
|
...i,
|
|
5266
5290
|
style: {
|
|
5267
|
-
marginRight: n ?
|
|
5291
|
+
marginRight: n ? o : 24,
|
|
5268
5292
|
...(i == null ? void 0 : i.style) ?? {}
|
|
5269
5293
|
},
|
|
5270
5294
|
children: [
|
|
@@ -5281,12 +5305,12 @@ const Tt = {
|
|
|
5281
5305
|
customWidth: 264,
|
|
5282
5306
|
borderStyle: "border-solid-l",
|
|
5283
5307
|
borderWidth: "border-l",
|
|
5284
|
-
...
|
|
5308
|
+
...l,
|
|
5285
5309
|
style: {
|
|
5286
5310
|
marginTop: "4rem",
|
|
5287
5311
|
backgroundColor: "var(--sa-background-white, #ffffff)",
|
|
5288
5312
|
borderColor: "var(--sa-border-subtle, #0b120e24)",
|
|
5289
|
-
...(
|
|
5313
|
+
...(l == null ? void 0 : l.style) ?? {}
|
|
5290
5314
|
},
|
|
5291
5315
|
children: r
|
|
5292
5316
|
}
|
|
@@ -5294,12 +5318,12 @@ const Tt = {
|
|
|
5294
5318
|
]
|
|
5295
5319
|
}
|
|
5296
5320
|
);
|
|
5297
|
-
},
|
|
5321
|
+
}, Cl = ({
|
|
5298
5322
|
children: t,
|
|
5299
5323
|
withScrollToTopButton: r = !1,
|
|
5300
5324
|
scrollToTopButtonProps: i,
|
|
5301
|
-
containerProps:
|
|
5302
|
-
}) => /* @__PURE__ */ e(f, { position: "absolute", width: "width-full", style: { zIndex: "var(--app-footer-zindex, 999)" }, children: /* @__PURE__ */
|
|
5325
|
+
containerProps: l
|
|
5326
|
+
}) => /* @__PURE__ */ e(f, { position: "absolute", width: "width-full", style: { zIndex: "var(--app-footer-zindex, 999)" }, children: /* @__PURE__ */ s(
|
|
5303
5327
|
f,
|
|
5304
5328
|
{
|
|
5305
5329
|
position: "fixed",
|
|
@@ -5316,7 +5340,7 @@ const Tt = {
|
|
|
5316
5340
|
transition: "left 0.3s ease-in-out",
|
|
5317
5341
|
borderColor: "var(--sa-border-subtle, #0b120e24)"
|
|
5318
5342
|
},
|
|
5319
|
-
justify: (
|
|
5343
|
+
justify: (l == null ? void 0 : l.justify) || "flex-end",
|
|
5320
5344
|
borderStyle: "border-solid-t",
|
|
5321
5345
|
borderWidth: "border-t",
|
|
5322
5346
|
children: [
|
|
@@ -5330,14 +5354,14 @@ const Tt = {
|
|
|
5330
5354
|
t
|
|
5331
5355
|
]
|
|
5332
5356
|
}
|
|
5333
|
-
) }),
|
|
5357
|
+
) }), vl = ({ fields: t }) => /* @__PURE__ */ e(f, { display: "flex", direction: "column", gap: "lg", children: /* @__PURE__ */ e(
|
|
5334
5358
|
Ct,
|
|
5335
5359
|
{
|
|
5336
5360
|
of: t,
|
|
5337
5361
|
render: (r, i) => /* @__PURE__ */ e(Pi, { ...r }, i)
|
|
5338
5362
|
}
|
|
5339
|
-
) }), Pi = ({ title: t, value: r, icon: i }) => /* @__PURE__ */
|
|
5340
|
-
i ? /* @__PURE__ */
|
|
5363
|
+
) }), Pi = ({ title: t, value: r, icon: i }) => /* @__PURE__ */ s(f, { display: "flex", direction: "column", gap: "sm", children: [
|
|
5364
|
+
i ? /* @__PURE__ */ s(f, { display: "flex", direction: "row", align: "center", gap: "xs", children: [
|
|
5341
5365
|
/* @__PURE__ */ e(b, { name: i, color: "subtle" }),
|
|
5342
5366
|
/* @__PURE__ */ e(v, { color: "gray-500", variant: "sub-h3", children: t })
|
|
5343
5367
|
] }) : /* @__PURE__ */ e(v, { color: "gray-500", variant: "sub-h3", children: t }),
|
|
@@ -5347,7 +5371,7 @@ const Tt = {
|
|
|
5347
5371
|
accent: "#78867F"
|
|
5348
5372
|
};
|
|
5349
5373
|
function Qi({ width: t, height: r }) {
|
|
5350
|
-
return /* @__PURE__ */ e(
|
|
5374
|
+
return /* @__PURE__ */ e(q, { children: /* @__PURE__ */ s(
|
|
5351
5375
|
"svg",
|
|
5352
5376
|
{
|
|
5353
5377
|
width: t || "100",
|
|
@@ -5489,24 +5513,24 @@ function Qi({ width: t, height: r }) {
|
|
|
5489
5513
|
}
|
|
5490
5514
|
) });
|
|
5491
5515
|
}
|
|
5492
|
-
const
|
|
5516
|
+
const Dl = ({
|
|
5493
5517
|
title: t = "create",
|
|
5494
5518
|
children: r,
|
|
5495
5519
|
onClickAction: i,
|
|
5496
|
-
variant:
|
|
5520
|
+
variant: l = "primary",
|
|
5497
5521
|
variantTitle: n,
|
|
5498
|
-
leftIcon:
|
|
5499
|
-
showButton:
|
|
5522
|
+
leftIcon: o,
|
|
5523
|
+
showButton: d = !0,
|
|
5500
5524
|
customHeight: a,
|
|
5501
5525
|
childrenButton: h,
|
|
5502
|
-
customIcon:
|
|
5526
|
+
customIcon: u
|
|
5503
5527
|
}) => {
|
|
5504
5528
|
const g = () => {
|
|
5505
|
-
switch (
|
|
5529
|
+
switch (l) {
|
|
5506
5530
|
case "primary":
|
|
5507
|
-
return /* @__PURE__ */ e(
|
|
5531
|
+
return /* @__PURE__ */ e(q, { children: o ? /* @__PURE__ */ e(T, { primary: !0, iconLeft: o, onClick: i, children: h || t }) : /* @__PURE__ */ e(T, { primary: !0, onClick: i, children: h || t }) });
|
|
5508
5532
|
case "secondary":
|
|
5509
|
-
return /* @__PURE__ */ e(
|
|
5533
|
+
return /* @__PURE__ */ e(q, { children: o ? /* @__PURE__ */ e(T, { secondary: !0, iconLeft: o, onClick: i, children: n ? /* @__PURE__ */ e(
|
|
5510
5534
|
v,
|
|
5511
5535
|
{
|
|
5512
5536
|
fontFamily: "Poppins",
|
|
@@ -5517,12 +5541,12 @@ const bo = ({
|
|
|
5517
5541
|
}
|
|
5518
5542
|
) : t }) : /* @__PURE__ */ e(T, { secondary: !0, onClick: i, children: h || t }) });
|
|
5519
5543
|
case "success":
|
|
5520
|
-
return /* @__PURE__ */ e(
|
|
5544
|
+
return /* @__PURE__ */ e(q, { children: o ? /* @__PURE__ */ e(T, { success: !0, iconLeft: o, onClick: i, children: h || t }) : /* @__PURE__ */ e(T, { success: !0, onClick: i, children: h || t }) });
|
|
5521
5545
|
default:
|
|
5522
|
-
return /* @__PURE__ */ e(
|
|
5546
|
+
return /* @__PURE__ */ e(q, { children: o ? /* @__PURE__ */ e(T, { primary: !0, iconLeft: o, onClick: i, children: h || t }) : /* @__PURE__ */ e(T, { primary: !0, onClick: i, children: h || t }) });
|
|
5523
5547
|
}
|
|
5524
5548
|
};
|
|
5525
|
-
return /* @__PURE__ */
|
|
5549
|
+
return /* @__PURE__ */ s(
|
|
5526
5550
|
f,
|
|
5527
5551
|
{
|
|
5528
5552
|
height: "height-full",
|
|
@@ -5534,7 +5558,7 @@ const bo = ({
|
|
|
5534
5558
|
marginBlock: "auto",
|
|
5535
5559
|
customHeight: a,
|
|
5536
5560
|
children: [
|
|
5537
|
-
|
|
5561
|
+
u || /* @__PURE__ */ e(Qi, {}),
|
|
5538
5562
|
/* @__PURE__ */ e(f, { children: r.map((m, y) => /* @__PURE__ */ e(
|
|
5539
5563
|
pe.Body1,
|
|
5540
5564
|
{
|
|
@@ -5546,7 +5570,7 @@ const bo = ({
|
|
|
5546
5570
|
},
|
|
5547
5571
|
y
|
|
5548
5572
|
)) }),
|
|
5549
|
-
|
|
5573
|
+
d ? g() : null
|
|
5550
5574
|
]
|
|
5551
5575
|
}
|
|
5552
5576
|
);
|
|
@@ -5561,7 +5585,7 @@ const bo = ({
|
|
|
5561
5585
|
cFFFFFF: "#FFFFFF"
|
|
5562
5586
|
};
|
|
5563
5587
|
function Yi({ width: t, height: r }) {
|
|
5564
|
-
return /* @__PURE__ */ e(
|
|
5588
|
+
return /* @__PURE__ */ e(q, { children: /* @__PURE__ */ s(
|
|
5565
5589
|
"svg",
|
|
5566
5590
|
{
|
|
5567
5591
|
width: t,
|
|
@@ -5763,9 +5787,9 @@ function Yi({ width: t, height: r }) {
|
|
|
5763
5787
|
}
|
|
5764
5788
|
) });
|
|
5765
5789
|
}
|
|
5766
|
-
function
|
|
5790
|
+
function bl({ onClick: t }) {
|
|
5767
5791
|
const r = ne("md");
|
|
5768
|
-
return /* @__PURE__ */
|
|
5792
|
+
return /* @__PURE__ */ s(
|
|
5769
5793
|
f,
|
|
5770
5794
|
{
|
|
5771
5795
|
height: "height-screen",
|
|
@@ -5821,7 +5845,7 @@ const A = {
|
|
|
5821
5845
|
cFFFFFF: "#FFFFFF"
|
|
5822
5846
|
};
|
|
5823
5847
|
function Xi({ width: t, height: r }) {
|
|
5824
|
-
return /* @__PURE__ */ e(
|
|
5848
|
+
return /* @__PURE__ */ e(q, { children: /* @__PURE__ */ s(
|
|
5825
5849
|
"svg",
|
|
5826
5850
|
{
|
|
5827
5851
|
width: t,
|
|
@@ -5841,7 +5865,7 @@ function Xi({ width: t, height: r }) {
|
|
|
5841
5865
|
fillOpacity: "0.6"
|
|
5842
5866
|
}
|
|
5843
5867
|
),
|
|
5844
|
-
/* @__PURE__ */
|
|
5868
|
+
/* @__PURE__ */ s("g", { clipPath: "url(#clip0_2949_9690)", children: [
|
|
5845
5869
|
/* @__PURE__ */ e(
|
|
5846
5870
|
"path",
|
|
5847
5871
|
{
|
|
@@ -5938,7 +5962,7 @@ function Xi({ width: t, height: r }) {
|
|
|
5938
5962
|
)
|
|
5939
5963
|
}
|
|
5940
5964
|
),
|
|
5941
|
-
/* @__PURE__ */
|
|
5965
|
+
/* @__PURE__ */ s("g", { mask: "url(#mask0_2949_9690)", children: [
|
|
5942
5966
|
/* @__PURE__ */ e(
|
|
5943
5967
|
"path",
|
|
5944
5968
|
{
|
|
@@ -6035,9 +6059,9 @@ function Xi({ width: t, height: r }) {
|
|
|
6035
6059
|
}
|
|
6036
6060
|
) });
|
|
6037
6061
|
}
|
|
6038
|
-
function
|
|
6062
|
+
function wl({ onClick: t }) {
|
|
6039
6063
|
const r = ne("md");
|
|
6040
|
-
return /* @__PURE__ */
|
|
6064
|
+
return /* @__PURE__ */ s(
|
|
6041
6065
|
f,
|
|
6042
6066
|
{
|
|
6043
6067
|
height: "height-screen",
|
|
@@ -6072,7 +6096,7 @@ const c = {
|
|
|
6072
6096
|
cFFFFFF: "#FFFFFF"
|
|
6073
6097
|
};
|
|
6074
6098
|
function Ki({ width: t, height: r }) {
|
|
6075
|
-
return /* @__PURE__ */ e(
|
|
6099
|
+
return /* @__PURE__ */ e(q, { children: /* @__PURE__ */ s(
|
|
6076
6100
|
"svg",
|
|
6077
6101
|
{
|
|
6078
6102
|
width: t,
|
|
@@ -6743,9 +6767,9 @@ function Ki({ width: t, height: r }) {
|
|
|
6743
6767
|
}
|
|
6744
6768
|
) });
|
|
6745
6769
|
}
|
|
6746
|
-
function
|
|
6770
|
+
function kl({ onClick: t }) {
|
|
6747
6771
|
const r = ne("md");
|
|
6748
|
-
return /* @__PURE__ */
|
|
6772
|
+
return /* @__PURE__ */ s(
|
|
6749
6773
|
f,
|
|
6750
6774
|
{
|
|
6751
6775
|
height: "height-screen",
|
|
@@ -6780,10 +6804,10 @@ function So({ onClick: t }) {
|
|
|
6780
6804
|
}
|
|
6781
6805
|
);
|
|
6782
6806
|
}
|
|
6783
|
-
const
|
|
6784
|
-
var i,
|
|
6807
|
+
const Sl = (t) => {
|
|
6808
|
+
var i, l, n, o, d;
|
|
6785
6809
|
const r = ne("md");
|
|
6786
|
-
return /* @__PURE__ */
|
|
6810
|
+
return /* @__PURE__ */ s(
|
|
6787
6811
|
ut,
|
|
6788
6812
|
{
|
|
6789
6813
|
isShow: t.isShow,
|
|
@@ -6803,15 +6827,15 @@ const Fo = (t) => {
|
|
|
6803
6827
|
{
|
|
6804
6828
|
display: "flex",
|
|
6805
6829
|
direction: ((i = t.containerConfirmBtnProps) == null ? void 0 : i.direction) || "row",
|
|
6806
|
-
justify: ((
|
|
6830
|
+
justify: ((l = t.containerConfirmBtnProps) == null ? void 0 : l.justify) || "flex-end",
|
|
6807
6831
|
...t.containerConfirmBtnProps,
|
|
6808
|
-
children: /* @__PURE__ */
|
|
6832
|
+
children: /* @__PURE__ */ s(
|
|
6809
6833
|
f,
|
|
6810
6834
|
{
|
|
6811
6835
|
display: "flex",
|
|
6812
6836
|
direction: ((n = t.wrapperConfirmBtnProps) == null ? void 0 : n.direction) || "row",
|
|
6813
|
-
justify: ((
|
|
6814
|
-
gap: ((
|
|
6837
|
+
justify: ((o = t.wrapperConfirmBtnProps) == null ? void 0 : o.justify) || "flex-end",
|
|
6838
|
+
gap: ((d = t.wrapperConfirmBtnProps) == null ? void 0 : d.gap) || "sm",
|
|
6815
6839
|
...t.wrapperConfirmBtnProps,
|
|
6816
6840
|
children: [
|
|
6817
6841
|
t.onCancel && /* @__PURE__ */ e(T, { secondary: !0, onClick: t.onCancel, size: "md", fullWidth: !0, children: t.titleCancelBtn || "Cancel" }),
|
|
@@ -6843,40 +6867,40 @@ const Fo = (t) => {
|
|
|
6843
6867
|
},
|
|
6844
6868
|
t.key
|
|
6845
6869
|
);
|
|
6846
|
-
},
|
|
6870
|
+
}, Fl = ce(
|
|
6847
6871
|
({
|
|
6848
6872
|
children: t,
|
|
6849
6873
|
height: r,
|
|
6850
6874
|
minHeight: i,
|
|
6851
|
-
customHeight:
|
|
6875
|
+
customHeight: l,
|
|
6852
6876
|
paddingInline: n = "spacing-0",
|
|
6853
|
-
paddingBlock:
|
|
6854
|
-
header:
|
|
6877
|
+
paddingBlock: o = "spacing-0",
|
|
6878
|
+
header: d,
|
|
6855
6879
|
footer: a,
|
|
6856
6880
|
title: h,
|
|
6857
|
-
titleTag:
|
|
6881
|
+
titleTag: u,
|
|
6858
6882
|
action: g,
|
|
6859
6883
|
actionContainer: m,
|
|
6860
6884
|
containerProps: y,
|
|
6861
6885
|
bodyProps: D,
|
|
6862
|
-
headerProps:
|
|
6886
|
+
headerProps: S = { borderBottom: !0 },
|
|
6863
6887
|
footerProps: x = { borderTop: !0 },
|
|
6864
|
-
variantTag:
|
|
6888
|
+
variantTag: R = "info"
|
|
6865
6889
|
}) => {
|
|
6866
|
-
const j = ie(null), [N,
|
|
6890
|
+
const j = ie(null), [N, U] = k("100vh");
|
|
6867
6891
|
Z(() => {
|
|
6868
6892
|
const I = () => {
|
|
6869
6893
|
if (j.current) {
|
|
6870
6894
|
const P = j.current.getBoundingClientRect().top;
|
|
6871
|
-
|
|
6895
|
+
U(`calc(100vh - ${P}px)`);
|
|
6872
6896
|
}
|
|
6873
6897
|
};
|
|
6874
6898
|
return I(), window.addEventListener("resize", I), () => window.removeEventListener("resize", I);
|
|
6875
6899
|
}, []);
|
|
6876
|
-
const M = () =>
|
|
6900
|
+
const M = () => u ? /* @__PURE__ */ s(f, { direction: "row", gap: "sm", align: "center", children: [
|
|
6877
6901
|
/* @__PURE__ */ e(v, { fontWeight: "medium", children: h }),
|
|
6878
|
-
/* @__PURE__ */ e(Le, { border: !0, text:
|
|
6879
|
-
] }) : /* @__PURE__ */ e(v, { fontWeight: "medium", children: h }), ae = () =>
|
|
6902
|
+
/* @__PURE__ */ e(Le, { border: !0, text: u, variant: R })
|
|
6903
|
+
] }) : /* @__PURE__ */ e(v, { fontWeight: "medium", children: h }), ae = () => d || /* @__PURE__ */ s(
|
|
6880
6904
|
f,
|
|
6881
6905
|
{
|
|
6882
6906
|
direction: "row",
|
|
@@ -6888,15 +6912,15 @@ const Fo = (t) => {
|
|
|
6888
6912
|
/* @__PURE__ */ e(f, { ...m, children: g ?? null })
|
|
6889
6913
|
]
|
|
6890
6914
|
}
|
|
6891
|
-
), J = !!(
|
|
6892
|
-
return /* @__PURE__ */
|
|
6915
|
+
), J = !!(d || h || g);
|
|
6916
|
+
return /* @__PURE__ */ s(
|
|
6893
6917
|
f,
|
|
6894
6918
|
{
|
|
6895
6919
|
ref: j,
|
|
6896
6920
|
height: r,
|
|
6897
6921
|
customMinHeight: i,
|
|
6898
|
-
customHeight:
|
|
6899
|
-
paddingBlock:
|
|
6922
|
+
customHeight: l,
|
|
6923
|
+
paddingBlock: o,
|
|
6900
6924
|
paddingInline: n,
|
|
6901
6925
|
bg: "white",
|
|
6902
6926
|
direction: "column",
|
|
@@ -6908,7 +6932,7 @@ const Fo = (t) => {
|
|
|
6908
6932
|
...(y == null ? void 0 : y.style) ?? {}
|
|
6909
6933
|
},
|
|
6910
6934
|
children: [
|
|
6911
|
-
|
|
6935
|
+
d !== null && J ? /* @__PURE__ */ e(tr, { ...S, children: ae() }) : null,
|
|
6912
6936
|
/* @__PURE__ */ e(
|
|
6913
6937
|
f,
|
|
6914
6938
|
{
|
|
@@ -6927,18 +6951,18 @@ const Fo = (t) => {
|
|
|
6927
6951
|
}
|
|
6928
6952
|
);
|
|
6929
6953
|
}
|
|
6930
|
-
),
|
|
6931
|
-
({ value: t, options: r = [], onChange: i, multiple:
|
|
6932
|
-
const n = (t == null ? void 0 : t.map((a) => a.value)) || [],
|
|
6933
|
-
const h = [...
|
|
6934
|
-
let
|
|
6935
|
-
|
|
6954
|
+
), El = qe.memo(
|
|
6955
|
+
({ value: t, options: r = [], onChange: i, multiple: l }) => {
|
|
6956
|
+
const n = (t == null ? void 0 : t.map((a) => a.value)) || [], o = (r == null ? void 0 : r.filter((a) => n.includes(a.value))) || [], d = (a) => {
|
|
6957
|
+
const h = [...o];
|
|
6958
|
+
let u = [];
|
|
6959
|
+
l ? u = n.includes(a.value) ? h.filter((g) => g.value !== a.value) : [...h, a] : u = [a], i == null || i(u);
|
|
6936
6960
|
};
|
|
6937
6961
|
return /* @__PURE__ */ e(f, { direction: "row", gap: "sm", flexWrap: "wrap", children: r == null ? void 0 : r.map((a, h) => /* @__PURE__ */ e(
|
|
6938
6962
|
T,
|
|
6939
6963
|
{
|
|
6940
6964
|
...n.includes(a.value) ? { primary: !0 } : { secondary: !0 },
|
|
6941
|
-
onClick: () =>
|
|
6965
|
+
onClick: () => d(a),
|
|
6942
6966
|
children: a.label
|
|
6943
6967
|
},
|
|
6944
6968
|
h
|
|
@@ -7011,7 +7035,7 @@ function tn({ value: t, onChange: r }) {
|
|
|
7011
7035
|
)) });
|
|
7012
7036
|
}
|
|
7013
7037
|
function rn() {
|
|
7014
|
-
return /* @__PURE__ */
|
|
7038
|
+
return /* @__PURE__ */ s(
|
|
7015
7039
|
"svg",
|
|
7016
7040
|
{
|
|
7017
7041
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -7031,41 +7055,41 @@ function rn() {
|
|
|
7031
7055
|
}
|
|
7032
7056
|
);
|
|
7033
7057
|
}
|
|
7034
|
-
const
|
|
7058
|
+
const ot = {
|
|
7035
7059
|
md: "768px",
|
|
7036
7060
|
lg: "1024px",
|
|
7037
7061
|
xl: "1200px",
|
|
7038
7062
|
"2xl": "1440px"
|
|
7039
7063
|
};
|
|
7040
7064
|
function nn(t) {
|
|
7041
|
-
return t ? t in
|
|
7065
|
+
return t ? t in ot ? ot[t] : t : ot.xl;
|
|
7042
7066
|
}
|
|
7043
7067
|
function $e(t, r) {
|
|
7044
7068
|
let i = null;
|
|
7045
|
-
return
|
|
7046
|
-
|
|
7069
|
+
return qe.Children.forEach(t, (l) => {
|
|
7070
|
+
qe.isValidElement(l) && l.type === r && (i = l.props.children ?? null);
|
|
7047
7071
|
}), i;
|
|
7048
7072
|
}
|
|
7049
|
-
function
|
|
7073
|
+
function ln(t) {
|
|
7050
7074
|
const {
|
|
7051
7075
|
isOpen: r,
|
|
7052
7076
|
onClose: i,
|
|
7053
|
-
viewMode:
|
|
7077
|
+
viewMode: l,
|
|
7054
7078
|
defaultViewMode: n = "modal",
|
|
7055
|
-
onViewModeChange:
|
|
7056
|
-
showViewModeToggle:
|
|
7079
|
+
onViewModeChange: o,
|
|
7080
|
+
showViewModeToggle: d = !0,
|
|
7057
7081
|
showCloseButton: a = !0,
|
|
7058
7082
|
size: h,
|
|
7059
|
-
asideWidth:
|
|
7083
|
+
asideWidth: u,
|
|
7060
7084
|
disableEscapeClose: g = !1,
|
|
7061
7085
|
disableBackdropClose: m = !1,
|
|
7062
7086
|
lockBodyScroll: y = !0,
|
|
7063
7087
|
children: D
|
|
7064
|
-
} = t, [
|
|
7088
|
+
} = t, [S, x] = k(n), R = l ?? S, N = ne("md") ? R : "fullscreen", U = ve(
|
|
7065
7089
|
(Q) => {
|
|
7066
|
-
|
|
7090
|
+
l === void 0 && x(Q), o == null || o(Q);
|
|
7067
7091
|
},
|
|
7068
|
-
[
|
|
7092
|
+
[l, o]
|
|
7069
7093
|
), M = ie(null);
|
|
7070
7094
|
Z(() => {
|
|
7071
7095
|
if (!(!r || !y))
|
|
@@ -7093,22 +7117,22 @@ function on(t) {
|
|
|
7093
7117
|
[D]
|
|
7094
7118
|
);
|
|
7095
7119
|
if (!r) return null;
|
|
7096
|
-
const
|
|
7120
|
+
const le = [
|
|
7097
7121
|
re["lyd-panel"],
|
|
7098
7122
|
N === "modal" && re["lyd-modal"],
|
|
7099
7123
|
N === "fullscreen" && re["lyd-fullscreen"],
|
|
7100
7124
|
N === "sidebar" && re["lyd-sidebar"]
|
|
7101
|
-
].filter(Boolean).join(" "),
|
|
7125
|
+
].filter(Boolean).join(" "), oe = {
|
|
7102
7126
|
"--lyd-max-w": nn(h),
|
|
7103
|
-
...
|
|
7127
|
+
...u !== void 0 && { "--lyd-aside-w": u }
|
|
7104
7128
|
}, G = () => {
|
|
7105
7129
|
m || i();
|
|
7106
7130
|
};
|
|
7107
|
-
return /* @__PURE__ */
|
|
7131
|
+
return /* @__PURE__ */ s(
|
|
7108
7132
|
"div",
|
|
7109
7133
|
{
|
|
7110
7134
|
className: re["lyd-root"],
|
|
7111
|
-
style:
|
|
7135
|
+
style: oe,
|
|
7112
7136
|
role: "dialog",
|
|
7113
7137
|
"aria-modal": "true",
|
|
7114
7138
|
children: [
|
|
@@ -7120,11 +7144,11 @@ function on(t) {
|
|
|
7120
7144
|
"aria-hidden": "true"
|
|
7121
7145
|
}
|
|
7122
7146
|
),
|
|
7123
|
-
/* @__PURE__ */
|
|
7124
|
-
/* @__PURE__ */
|
|
7147
|
+
/* @__PURE__ */ s("div", { className: le, children: [
|
|
7148
|
+
/* @__PURE__ */ s("div", { className: re["lyd-header"], children: [
|
|
7125
7149
|
/* @__PURE__ */ e("div", { className: re["lyd-header-content"], children: ae }),
|
|
7126
|
-
/* @__PURE__ */
|
|
7127
|
-
|
|
7150
|
+
/* @__PURE__ */ s("div", { className: re["lyd-header-actions"], children: [
|
|
7151
|
+
d && /* @__PURE__ */ e(tn, { value: R, onChange: U }),
|
|
7128
7152
|
a && /* @__PURE__ */ e(
|
|
7129
7153
|
"button",
|
|
7130
7154
|
{
|
|
@@ -7137,7 +7161,7 @@ function on(t) {
|
|
|
7137
7161
|
)
|
|
7138
7162
|
] })
|
|
7139
7163
|
] }),
|
|
7140
|
-
/* @__PURE__ */
|
|
7164
|
+
/* @__PURE__ */ s("div", { className: re["lyd-main"], children: [
|
|
7141
7165
|
/* @__PURE__ */ e("div", { className: re["lyd-body"], children: J }),
|
|
7142
7166
|
I && /* @__PURE__ */ e("aside", { className: re["lyd-aside"], children: I })
|
|
7143
7167
|
] }),
|
|
@@ -7147,18 +7171,18 @@ function on(t) {
|
|
|
7147
7171
|
}
|
|
7148
7172
|
);
|
|
7149
7173
|
}
|
|
7150
|
-
const Ke =
|
|
7174
|
+
const Ke = ln;
|
|
7151
7175
|
Ke.Header = vt;
|
|
7152
7176
|
Ke.Body = Dt;
|
|
7153
7177
|
Ke.Aside = bt;
|
|
7154
7178
|
Ke.Footer = wt;
|
|
7155
|
-
function
|
|
7179
|
+
function Ml({ url: t, filename: r, onClose: i }) {
|
|
7156
7180
|
return Z(() => {
|
|
7157
|
-
const
|
|
7181
|
+
const l = (n) => {
|
|
7158
7182
|
n.key === "Escape" && i();
|
|
7159
7183
|
};
|
|
7160
|
-
return window.addEventListener("keydown",
|
|
7161
|
-
}, [i]), /* @__PURE__ */
|
|
7184
|
+
return window.addEventListener("keydown", l), () => window.removeEventListener("keydown", l);
|
|
7185
|
+
}, [i]), /* @__PURE__ */ s(
|
|
7162
7186
|
"div",
|
|
7163
7187
|
{
|
|
7164
7188
|
onClick: i,
|
|
@@ -7174,10 +7198,10 @@ function Lo({ url: t, filename: r, onClose: i }) {
|
|
|
7174
7198
|
gap: "12px"
|
|
7175
7199
|
},
|
|
7176
7200
|
children: [
|
|
7177
|
-
/* @__PURE__ */
|
|
7201
|
+
/* @__PURE__ */ s(
|
|
7178
7202
|
"div",
|
|
7179
7203
|
{
|
|
7180
|
-
onClick: (
|
|
7204
|
+
onClick: (l) => l.stopPropagation(),
|
|
7181
7205
|
style: {
|
|
7182
7206
|
position: "absolute",
|
|
7183
7207
|
top: "16px",
|
|
@@ -7235,7 +7259,7 @@ function Lo({ url: t, filename: r, onClose: i }) {
|
|
|
7235
7259
|
{
|
|
7236
7260
|
src: t,
|
|
7237
7261
|
alt: r,
|
|
7238
|
-
onClick: (
|
|
7262
|
+
onClick: (l) => l.stopPropagation(),
|
|
7239
7263
|
style: {
|
|
7240
7264
|
maxWidth: "90vw",
|
|
7241
7265
|
maxHeight: "85vh",
|
|
@@ -7250,42 +7274,42 @@ function Lo({ url: t, filename: r, onClose: i }) {
|
|
|
7250
7274
|
}
|
|
7251
7275
|
);
|
|
7252
7276
|
}
|
|
7253
|
-
const
|
|
7254
|
-
const { defaultTab: r = 0, paramKey: i = "tab" } = t || {}, [
|
|
7277
|
+
const Ll = (t) => {
|
|
7278
|
+
const { defaultTab: r = 0, paramKey: i = "tab" } = t || {}, [l, n] = Ye(), o = Pe(l.toString());
|
|
7255
7279
|
return {
|
|
7256
|
-
activeTab:
|
|
7280
|
+
activeTab: o[i] ? parseInt(o[i]) : r,
|
|
7257
7281
|
handleTabChange: (h) => {
|
|
7258
7282
|
n({
|
|
7259
|
-
...
|
|
7283
|
+
...o,
|
|
7260
7284
|
[i]: h.toString()
|
|
7261
7285
|
});
|
|
7262
7286
|
},
|
|
7263
|
-
searchQueries:
|
|
7287
|
+
searchQueries: o
|
|
7264
7288
|
};
|
|
7265
7289
|
};
|
|
7266
|
-
function
|
|
7290
|
+
function Wl({
|
|
7267
7291
|
appName: t,
|
|
7268
7292
|
menuConfig: r,
|
|
7269
7293
|
formatTitle: i
|
|
7270
7294
|
}) {
|
|
7271
|
-
const
|
|
7295
|
+
const l = Ve();
|
|
7272
7296
|
Z(() => {
|
|
7273
|
-
let n = null,
|
|
7297
|
+
let n = null, o = null;
|
|
7274
7298
|
for (const h of r) {
|
|
7275
|
-
const
|
|
7276
|
-
if (
|
|
7277
|
-
n =
|
|
7299
|
+
const u = h.items.find((g) => g.to ? g.to === "/" ? l.pathname === "/" : !!(g.to === l.pathname || l.pathname.startsWith(g.to + "/")) : !1);
|
|
7300
|
+
if (u) {
|
|
7301
|
+
n = u, o = h;
|
|
7278
7302
|
break;
|
|
7279
7303
|
}
|
|
7280
7304
|
}
|
|
7281
|
-
const
|
|
7282
|
-
n != null && n.title &&
|
|
7283
|
-
const a = (h,
|
|
7284
|
-
document.title = (i || a)(
|
|
7285
|
-
}, [
|
|
7305
|
+
const d = [];
|
|
7306
|
+
n != null && n.title && d.push(n.title), o != null && o.name && d.push(o.name.toTitleCase());
|
|
7307
|
+
const a = (h, u) => h.length > 0 ? `${h.join(" - ")} | ${u}` : u;
|
|
7308
|
+
document.title = (i || a)(d, t);
|
|
7309
|
+
}, [l.pathname]);
|
|
7286
7310
|
}
|
|
7287
|
-
const
|
|
7288
|
-
const [t, r] = Ye(), i = Pe(t.toString()),
|
|
7311
|
+
const Bl = () => {
|
|
7312
|
+
const [t, r] = Ye(), i = Pe(t.toString()), l = Jt(), n = Ve(), o = l.id;
|
|
7289
7313
|
return {
|
|
7290
7314
|
// query params
|
|
7291
7315
|
setSearchParams: r,
|
|
@@ -7294,21 +7318,21 @@ const Ao = () => {
|
|
|
7294
7318
|
isHasQuery: (g, m) => t.has(g) && t.get(g) === m,
|
|
7295
7319
|
getQueryParam: (g) => t.get(g),
|
|
7296
7320
|
// route params
|
|
7297
|
-
getRouteParam: (g) =>
|
|
7298
|
-
params:
|
|
7321
|
+
getRouteParam: (g) => l[g],
|
|
7322
|
+
params: l,
|
|
7299
7323
|
// location info
|
|
7300
7324
|
location: n,
|
|
7301
7325
|
// khusus id (tetap ada untuk backward compatibility)
|
|
7302
|
-
id:
|
|
7303
|
-
hasId: !!
|
|
7326
|
+
id: o,
|
|
7327
|
+
hasId: !!o
|
|
7304
7328
|
};
|
|
7305
7329
|
};
|
|
7306
|
-
function
|
|
7307
|
-
var
|
|
7330
|
+
function Al(t) {
|
|
7331
|
+
var l, n;
|
|
7308
7332
|
const r = t.decodedAccessToken;
|
|
7309
7333
|
return he(() => {
|
|
7310
|
-
var h,
|
|
7311
|
-
const
|
|
7334
|
+
var h, u;
|
|
7335
|
+
const o = ((u = (h = r == null ? void 0 : r.access) == null ? void 0 : h.role) == null ? void 0 : u.code) ?? "", d = Object.keys(t.role).reduce(
|
|
7312
7336
|
(g, m) => {
|
|
7313
7337
|
const y = `is${m.toLowerCase().replace(/(^\w|_\w)/g, (D) => D.replace("_", "").toUpperCase())}`;
|
|
7314
7338
|
return { ...g, [y]: !1 };
|
|
@@ -7320,40 +7344,40 @@ function Io(t) {
|
|
|
7320
7344
|
const y = `is${m.toLowerCase().replace(/(^\w|_\w)/g, (D) => D.replace("_", "").toUpperCase())}`;
|
|
7321
7345
|
return {
|
|
7322
7346
|
...g,
|
|
7323
|
-
[y]:
|
|
7347
|
+
[y]: o === t.role[m]
|
|
7324
7348
|
};
|
|
7325
|
-
},
|
|
7326
|
-
hasRole: (g) =>
|
|
7327
|
-
getRoleKey: () =>
|
|
7349
|
+
}, d),
|
|
7350
|
+
hasRole: (g) => o === t.role[g],
|
|
7351
|
+
getRoleKey: () => o
|
|
7328
7352
|
};
|
|
7329
|
-
}, [(n = (
|
|
7353
|
+
}, [(n = (l = r == null ? void 0 : r.access) == null ? void 0 : l.role) == null ? void 0 : n.code, t]);
|
|
7330
7354
|
}
|
|
7331
7355
|
export {
|
|
7332
7356
|
Gn as ActionMenu,
|
|
7333
7357
|
hi as AdvanceFilterBar,
|
|
7334
|
-
|
|
7358
|
+
Rn as App,
|
|
7335
7359
|
kr as AppComponent,
|
|
7336
7360
|
Qt as AppContext,
|
|
7337
7361
|
Tn as AppLayout,
|
|
7338
|
-
|
|
7362
|
+
xl as AsideBar,
|
|
7339
7363
|
On as BackButton,
|
|
7340
7364
|
pi as ColumnFilterDropdown,
|
|
7341
|
-
|
|
7365
|
+
Sl as ConfirmationDialog,
|
|
7342
7366
|
vi as DataTable,
|
|
7343
7367
|
O as DecisionWrapper,
|
|
7344
7368
|
Ct as EachUtils,
|
|
7345
|
-
|
|
7369
|
+
Dl as EmptyStatePage,
|
|
7346
7370
|
ui as FilterDrawer,
|
|
7347
|
-
|
|
7348
|
-
|
|
7349
|
-
|
|
7350
|
-
|
|
7351
|
-
|
|
7371
|
+
Cl as FloatingFooter,
|
|
7372
|
+
wl as ForbiddenPage,
|
|
7373
|
+
pl as Form,
|
|
7374
|
+
Fl as FullSection,
|
|
7375
|
+
zn as HeaderLeftSlot,
|
|
7352
7376
|
Er as HeaderLeftSlotOutlet,
|
|
7353
7377
|
Fr as HeaderLeftSlotProvider,
|
|
7354
7378
|
jn as HorizontalField,
|
|
7355
|
-
|
|
7356
|
-
|
|
7379
|
+
Ml as ImagePreview,
|
|
7380
|
+
Ri as InputFile,
|
|
7357
7381
|
Gi as InputImage,
|
|
7358
7382
|
Ke as LayoutDialog,
|
|
7359
7383
|
bt as LayoutDialogAside,
|
|
@@ -7362,7 +7386,7 @@ export {
|
|
|
7362
7386
|
vt as LayoutDialogHeader,
|
|
7363
7387
|
_n as ModuleSwitcher,
|
|
7364
7388
|
Ar as ModuleSwitcherModal,
|
|
7365
|
-
|
|
7389
|
+
bl as NotFoundPage,
|
|
7366
7390
|
Zn as PageLayout,
|
|
7367
7391
|
Xe as Pressable,
|
|
7368
7392
|
Or as RightDrawer,
|
|
@@ -7370,8 +7394,8 @@ export {
|
|
|
7370
7394
|
$n as Section,
|
|
7371
7395
|
rr as SectionFooter,
|
|
7372
7396
|
tr as SectionHeader,
|
|
7373
|
-
|
|
7374
|
-
|
|
7397
|
+
El as SelectButton,
|
|
7398
|
+
kl as ServerErrorPage,
|
|
7375
7399
|
br as SidebarBadgesProvider,
|
|
7376
7400
|
Vn as SidebarGroupSlot,
|
|
7377
7401
|
Lr as SidebarGroupSlotOutlet,
|
|
@@ -7381,49 +7405,49 @@ export {
|
|
|
7381
7405
|
gi as TableHeader,
|
|
7382
7406
|
Yn as TableSection,
|
|
7383
7407
|
fi as TableWrapper,
|
|
7384
|
-
|
|
7408
|
+
yl as ToggleStatus,
|
|
7385
7409
|
pe as Typography,
|
|
7386
|
-
|
|
7410
|
+
vl as VerticalField,
|
|
7387
7411
|
Nn as clearModuleSelection,
|
|
7388
7412
|
Xn as createInitialFromUserName,
|
|
7389
|
-
|
|
7390
|
-
|
|
7391
|
-
|
|
7413
|
+
il as cssVars,
|
|
7414
|
+
ol as formHasChanged,
|
|
7415
|
+
rl as formatDate,
|
|
7392
7416
|
Ei as formatDateToIndonesian,
|
|
7393
|
-
|
|
7417
|
+
el as formatRupiah,
|
|
7394
7418
|
Pn as getDateFilterValue,
|
|
7395
7419
|
Jn as getDateRangeFilterValue,
|
|
7396
|
-
|
|
7397
|
-
|
|
7398
|
-
|
|
7420
|
+
tl as getInitials,
|
|
7421
|
+
qn as getValueDropdownMultipleFilter,
|
|
7422
|
+
Un as getValueRadioFilter,
|
|
7399
7423
|
di as getValueSearch,
|
|
7400
7424
|
nt as getValuesFilter,
|
|
7401
7425
|
Vt as handleChangeFilter,
|
|
7402
|
-
|
|
7403
|
-
|
|
7426
|
+
ml as handleOnScroll,
|
|
7427
|
+
hl as isEmail,
|
|
7404
7428
|
Qn as isFilterActive,
|
|
7405
|
-
|
|
7406
|
-
|
|
7407
|
-
|
|
7408
|
-
|
|
7429
|
+
al as isOnlyLettersAndSpaces,
|
|
7430
|
+
cl as isPhoneNumber,
|
|
7431
|
+
fl as isSlug,
|
|
7432
|
+
nl as oneDayInMs,
|
|
7409
7433
|
Kn as parseIndonesianDateToDate,
|
|
7410
|
-
|
|
7411
|
-
|
|
7412
|
-
|
|
7413
|
-
|
|
7414
|
-
|
|
7434
|
+
gl as preventNonCoordinateInput,
|
|
7435
|
+
ul as preventNonNumberAndDecimalInput,
|
|
7436
|
+
sl as preventNonNumberInput,
|
|
7437
|
+
dl as preventNumberInput,
|
|
7438
|
+
oi as resolveDateRangeValueToString,
|
|
7415
7439
|
ci as resolveDateValueToString,
|
|
7416
7440
|
ni as resolveDropdownValueToString,
|
|
7417
|
-
|
|
7441
|
+
li as resolveRadioValueToString,
|
|
7418
7442
|
rt as resolveSidebarBadge,
|
|
7419
|
-
|
|
7443
|
+
ll as textWidth,
|
|
7420
7444
|
Yt as useApp,
|
|
7421
7445
|
Dr as useAppState,
|
|
7422
|
-
|
|
7423
|
-
|
|
7446
|
+
Al as useAuthRole,
|
|
7447
|
+
Wl as useDynamicTitle,
|
|
7424
7448
|
er as useModuleSelection,
|
|
7425
7449
|
xt as useRouteInfo,
|
|
7426
|
-
|
|
7450
|
+
Bl as useRouteParams,
|
|
7427
7451
|
wr as useSidebarBadges,
|
|
7428
|
-
|
|
7452
|
+
Ll as useTabState
|
|
7429
7453
|
};
|