react-luminus-components 1.2.93 → 1.2.95
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/common/YearPicker/YearPicker.d.ts +4 -3
- package/dist/main.cjs.js +1 -1
- package/dist/main.es.js +788 -773
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/main.es.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { j as s, c as
|
|
2
|
-
import { aj as
|
|
1
|
+
import { j as s, c as w, t as X, a as se, g as ir, T as cr, b as lr, s as _t, E as ur, d as dr, e as hr, f as mr, h as fr, u as V, i as de, k as Kt, F as jt, l as pr, m as gr, n as wr, o as xr, p as yr, q as vr, r as br, v as _r, w as lt, x as Qt, y as jr, z as kr, A as xe, B as Cr, C as Nr, P as Xe, D as ut, S as kt, G as Pe, H as Ae, I as dt, J as $r, K as Xt, L as $e, M as qe, O as Ct, N as Ir, Q as oe, R as Sr, U as Tr, V as Jt, W as ht, X as mt, Y as z, Z as Er, _ as Zt, $ as Or, a0 as en, a1 as Dr, a2 as Mr, a3 as Pr, a4 as Ar, a5 as tn, a6 as ye, a7 as Fr, a8 as Wr, a9 as Rr, aa as Lr, ab as nn, ac as qr, ad as Yr, ae as Je, af as Ee, ag as rn, ah as ve } from "./NoInputContainer-BLnTERk_.js";
|
|
2
|
+
import { aj as Sl, ai as Tl } from "./NoInputContainer-BLnTERk_.js";
|
|
3
3
|
import * as A from "react";
|
|
4
|
-
import
|
|
4
|
+
import te, { useCallback as E, useMemo as K, useEffect as D, useRef as Y, useState as M, useReducer as on, useContext as L, Component as Hr, isValidElement as Br, Suspense as Gr, createElement as Vr } from "react";
|
|
5
5
|
import { c as le, d as zr, C as Ur, a as sn, u as Kr, q as Nt, F as Qr, b as an, E as Fe, P as $t, M as We, L as Xr } from "./PrimaryButton-ojvFJ8sc.js";
|
|
6
6
|
import { m as Jr, a as cn } from "./latinize-3MO2uNV7.js";
|
|
7
7
|
import { useFormContext as he, Controller as ln } from "react-hook-form";
|
|
8
8
|
import { u as un, a as dn, b as hn } from "./useFormControlType-BAFqxupC.js";
|
|
9
|
-
import { S as
|
|
9
|
+
import { S as Ol } from "./SimpleTooltip-ClHQktQk.js";
|
|
10
10
|
import { s as Zr } from "./searchUtils--egT-ac7.js";
|
|
11
|
-
const
|
|
11
|
+
const Kc = ({ fileLoader: n, fileName: e, children: t }) => {
|
|
12
12
|
const r = E(async () => {
|
|
13
13
|
var l, c;
|
|
14
14
|
const o = await n();
|
|
@@ -18,18 +18,18 @@ const Vc = ({ fileLoader: n, fileName: e, children: t }) => {
|
|
|
18
18
|
i.href = a, i.setAttribute("download", e), (l = document.body) == null || l.appendChild(i), i.click(), (c = document.body) == null || c.removeChild(i);
|
|
19
19
|
}, [n, e]);
|
|
20
20
|
return /* @__PURE__ */ s.jsx("div", { role: "button", onClick: r, children: t });
|
|
21
|
-
}, eo = ({ className: n, ...e }) => /* @__PURE__ */ s.jsxs("div", { className:
|
|
22
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
23
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
24
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
21
|
+
}, eo = ({ className: n, ...e }) => /* @__PURE__ */ s.jsxs("div", { className: w("luminus-loading", le.loading, le.loadingBlock, le.loadingBlock), ...e, children: [
|
|
22
|
+
/* @__PURE__ */ s.jsx("div", { className: w("spinner-grow", le.spinnerGrow, "text-primary"), role: "status" }),
|
|
23
|
+
/* @__PURE__ */ s.jsx("div", { className: w("spinner-grow", le.spinnerGrow, "text-primary", le.second), role: "status" }),
|
|
24
|
+
/* @__PURE__ */ s.jsx("div", { className: w("spinner-grow", le.spinnerGrow, "text-primary", le.third), role: "status" })
|
|
25
25
|
] });
|
|
26
26
|
function mn(n, e) {
|
|
27
|
-
const t =
|
|
27
|
+
const t = X(n);
|
|
28
28
|
if (isNaN(e))
|
|
29
|
-
return
|
|
29
|
+
return se(n, NaN);
|
|
30
30
|
if (!e)
|
|
31
31
|
return t;
|
|
32
|
-
const r = t.getDate(), o =
|
|
32
|
+
const r = t.getDate(), o = se(n, t.getTime());
|
|
33
33
|
o.setMonth(t.getMonth() + e + 1, 0);
|
|
34
34
|
const a = o.getDate();
|
|
35
35
|
return r >= a ? o : (t.setFullYear(
|
|
@@ -39,31 +39,31 @@ function mn(n, e) {
|
|
|
39
39
|
), t);
|
|
40
40
|
}
|
|
41
41
|
let to = {};
|
|
42
|
-
function
|
|
42
|
+
function Ve() {
|
|
43
43
|
return to;
|
|
44
44
|
}
|
|
45
|
-
function
|
|
45
|
+
function Se(n, e) {
|
|
46
46
|
var l, c, u, d;
|
|
47
|
-
const t =
|
|
47
|
+
const t = Ve(), r = (e == null ? void 0 : e.weekStartsOn) ?? ((c = (l = e == null ? void 0 : e.locale) == null ? void 0 : l.options) == null ? void 0 : c.weekStartsOn) ?? t.weekStartsOn ?? ((d = (u = t.locale) == null ? void 0 : u.options) == null ? void 0 : d.weekStartsOn) ?? 0, o = X(n), a = o.getDay(), i = (a < r ? 7 : 0) + a - r;
|
|
48
48
|
return o.setDate(o.getDate() - i), o.setHours(0, 0, 0, 0), o;
|
|
49
49
|
}
|
|
50
50
|
function Ye(n) {
|
|
51
|
-
return
|
|
51
|
+
return Se(n, { weekStartsOn: 1 });
|
|
52
52
|
}
|
|
53
53
|
function fn(n) {
|
|
54
|
-
const e =
|
|
54
|
+
const e = X(n), t = e.getFullYear(), r = se(n, 0);
|
|
55
55
|
r.setFullYear(t + 1, 0, 4), r.setHours(0, 0, 0, 0);
|
|
56
|
-
const o = Ye(r), a =
|
|
56
|
+
const o = Ye(r), a = se(n, 0);
|
|
57
57
|
a.setFullYear(t, 0, 4), a.setHours(0, 0, 0, 0);
|
|
58
58
|
const i = Ye(a);
|
|
59
59
|
return e.getTime() >= o.getTime() ? t + 1 : e.getTime() >= i.getTime() ? t : t - 1;
|
|
60
60
|
}
|
|
61
61
|
function It(n) {
|
|
62
|
-
const e =
|
|
62
|
+
const e = X(n);
|
|
63
63
|
return e.setHours(0, 0, 0, 0), e;
|
|
64
64
|
}
|
|
65
|
-
function
|
|
66
|
-
const e =
|
|
65
|
+
function St(n) {
|
|
66
|
+
const e = X(n), t = new Date(
|
|
67
67
|
Date.UTC(
|
|
68
68
|
e.getFullYear(),
|
|
69
69
|
e.getMonth(),
|
|
@@ -77,18 +77,18 @@ function Tt(n) {
|
|
|
77
77
|
return t.setUTCFullYear(e.getFullYear()), +n - +t;
|
|
78
78
|
}
|
|
79
79
|
function no(n, e) {
|
|
80
|
-
const t = It(n), r = It(e), o = +t -
|
|
80
|
+
const t = It(n), r = It(e), o = +t - St(t), a = +r - St(r);
|
|
81
81
|
return Math.round((o - a) / Jr);
|
|
82
82
|
}
|
|
83
83
|
function ro(n) {
|
|
84
|
-
const e = fn(n), t =
|
|
84
|
+
const e = fn(n), t = se(n, 0);
|
|
85
85
|
return t.setFullYear(e, 0, 4), t.setHours(0, 0, 0, 0), Ye(t);
|
|
86
86
|
}
|
|
87
87
|
function oo(n, e) {
|
|
88
88
|
return mn(n, e * 12);
|
|
89
89
|
}
|
|
90
90
|
function so(n, e) {
|
|
91
|
-
const t =
|
|
91
|
+
const t = X(n), r = X(e), o = t.getTime() - r.getTime();
|
|
92
92
|
return o < 0 ? -1 : o > 0 ? 1 : o;
|
|
93
93
|
}
|
|
94
94
|
function ao(n) {
|
|
@@ -97,11 +97,11 @@ function ao(n) {
|
|
|
97
97
|
function io(n) {
|
|
98
98
|
if (!ao(n) && typeof n != "number")
|
|
99
99
|
return !1;
|
|
100
|
-
const e =
|
|
100
|
+
const e = X(n);
|
|
101
101
|
return !isNaN(Number(e));
|
|
102
102
|
}
|
|
103
103
|
function co(n) {
|
|
104
|
-
const e =
|
|
104
|
+
const e = X(n), t = se(n, 0);
|
|
105
105
|
return t.setFullYear(e.getFullYear(), 0, 1), t.setHours(0, 0, 0, 0), t;
|
|
106
106
|
}
|
|
107
107
|
const lo = {
|
|
@@ -171,7 +171,7 @@ const lo = {
|
|
|
171
171
|
const o = lo[n];
|
|
172
172
|
return typeof o == "string" ? r = o : e === 1 ? r = o.one : r = o.other.replace("{{count}}", e.toString()), t != null && t.addSuffix ? t.comparison && t.comparison > 0 ? "in " + r : r + " ago" : r;
|
|
173
173
|
};
|
|
174
|
-
function
|
|
174
|
+
function Ze(n) {
|
|
175
175
|
return (e = {}) => {
|
|
176
176
|
const t = e.width ? String(e.width) : n.defaultWidth;
|
|
177
177
|
return n.formats[t] || n.formats[n.defaultWidth];
|
|
@@ -193,15 +193,15 @@ const ho = {
|
|
|
193
193
|
medium: "{{date}}, {{time}}",
|
|
194
194
|
short: "{{date}}, {{time}}"
|
|
195
195
|
}, po = {
|
|
196
|
-
date:
|
|
196
|
+
date: Ze({
|
|
197
197
|
formats: ho,
|
|
198
198
|
defaultWidth: "full"
|
|
199
199
|
}),
|
|
200
|
-
time:
|
|
200
|
+
time: Ze({
|
|
201
201
|
formats: mo,
|
|
202
202
|
defaultWidth: "full"
|
|
203
203
|
}),
|
|
204
|
-
dateTime:
|
|
204
|
+
dateTime: Ze({
|
|
205
205
|
formats: fo,
|
|
206
206
|
defaultWidth: "full"
|
|
207
207
|
})
|
|
@@ -212,7 +212,7 @@ const ho = {
|
|
|
212
212
|
tomorrow: "'tomorrow at' p",
|
|
213
213
|
nextWeek: "eeee 'at' p",
|
|
214
214
|
other: "P"
|
|
215
|
-
},
|
|
215
|
+
}, wo = (n, e, t, r) => go[n];
|
|
216
216
|
function ke(n) {
|
|
217
217
|
return (e, t) => {
|
|
218
218
|
const r = t != null && t.context ? String(t.context) : "standalone";
|
|
@@ -228,7 +228,7 @@ function ke(n) {
|
|
|
228
228
|
return o[a];
|
|
229
229
|
};
|
|
230
230
|
}
|
|
231
|
-
const
|
|
231
|
+
const xo = {
|
|
232
232
|
narrow: ["B", "A"],
|
|
233
233
|
abbreviated: ["BC", "AD"],
|
|
234
234
|
wide: ["Before Christ", "Anno Domini"]
|
|
@@ -356,7 +356,7 @@ const wo = {
|
|
|
356
356
|
}, Co = {
|
|
357
357
|
ordinalNumber: ko,
|
|
358
358
|
era: ke({
|
|
359
|
-
values:
|
|
359
|
+
values: xo,
|
|
360
360
|
defaultWidth: "wide"
|
|
361
361
|
}),
|
|
362
362
|
quarter: ke({
|
|
@@ -421,17 +421,17 @@ function Io(n) {
|
|
|
421
421
|
return { value: i, rest: l };
|
|
422
422
|
};
|
|
423
423
|
}
|
|
424
|
-
const
|
|
424
|
+
const So = /^(\d+)(th|st|nd|rd)?/i, To = /\d+/i, Eo = {
|
|
425
425
|
narrow: /^(b|a)/i,
|
|
426
426
|
abbreviated: /^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,
|
|
427
427
|
wide: /^(before christ|before common era|anno domini|common era)/i
|
|
428
428
|
}, Oo = {
|
|
429
429
|
any: [/^b/i, /^(a|c)/i]
|
|
430
|
-
},
|
|
430
|
+
}, Do = {
|
|
431
431
|
narrow: /^[1234]/i,
|
|
432
432
|
abbreviated: /^q[1234]/i,
|
|
433
433
|
wide: /^[1234](th|st|nd|rd)? quarter/i
|
|
434
|
-
},
|
|
434
|
+
}, Mo = {
|
|
435
435
|
any: [/1/i, /2/i, /3/i, /4/i]
|
|
436
436
|
}, Po = {
|
|
437
437
|
narrow: /^[jfmasond]/i,
|
|
@@ -490,8 +490,8 @@ const To = /^(\d+)(th|st|nd|rd)?/i, So = /\d+/i, Eo = {
|
|
|
490
490
|
}
|
|
491
491
|
}, qo = {
|
|
492
492
|
ordinalNumber: Io({
|
|
493
|
-
matchPattern:
|
|
494
|
-
parsePattern:
|
|
493
|
+
matchPattern: So,
|
|
494
|
+
parsePattern: To,
|
|
495
495
|
valueCallback: (n) => parseInt(n, 10)
|
|
496
496
|
}),
|
|
497
497
|
era: Ce({
|
|
@@ -501,9 +501,9 @@ const To = /^(\d+)(th|st|nd|rd)?/i, So = /\d+/i, Eo = {
|
|
|
501
501
|
defaultParseWidth: "any"
|
|
502
502
|
}),
|
|
503
503
|
quarter: Ce({
|
|
504
|
-
matchPatterns:
|
|
504
|
+
matchPatterns: Do,
|
|
505
505
|
defaultMatchWidth: "wide",
|
|
506
|
-
parsePatterns:
|
|
506
|
+
parsePatterns: Mo,
|
|
507
507
|
defaultParseWidth: "any",
|
|
508
508
|
valueCallback: (n) => n + 1
|
|
509
509
|
}),
|
|
@@ -529,7 +529,7 @@ const To = /^(\d+)(th|st|nd|rd)?/i, So = /\d+/i, Eo = {
|
|
|
529
529
|
code: "en-US",
|
|
530
530
|
formatDistance: uo,
|
|
531
531
|
formatLong: po,
|
|
532
|
-
formatRelative:
|
|
532
|
+
formatRelative: wo,
|
|
533
533
|
localize: Co,
|
|
534
534
|
match: qo,
|
|
535
535
|
options: {
|
|
@@ -538,29 +538,29 @@ const To = /^(\d+)(th|st|nd|rd)?/i, So = /\d+/i, Eo = {
|
|
|
538
538
|
}
|
|
539
539
|
};
|
|
540
540
|
function Ho(n) {
|
|
541
|
-
const e =
|
|
541
|
+
const e = X(n);
|
|
542
542
|
return no(e, co(e)) + 1;
|
|
543
543
|
}
|
|
544
544
|
function Bo(n) {
|
|
545
|
-
const e =
|
|
545
|
+
const e = X(n), t = +Ye(e) - +ro(e);
|
|
546
546
|
return Math.round(t / cn) + 1;
|
|
547
547
|
}
|
|
548
548
|
function pn(n, e) {
|
|
549
549
|
var d, h, m, g;
|
|
550
|
-
const t =
|
|
550
|
+
const t = X(n), r = t.getFullYear(), o = Ve(), a = (e == null ? void 0 : e.firstWeekContainsDate) ?? ((h = (d = e == null ? void 0 : e.locale) == null ? void 0 : d.options) == null ? void 0 : h.firstWeekContainsDate) ?? o.firstWeekContainsDate ?? ((g = (m = o.locale) == null ? void 0 : m.options) == null ? void 0 : g.firstWeekContainsDate) ?? 1, i = se(n, 0);
|
|
551
551
|
i.setFullYear(r + 1, 0, a), i.setHours(0, 0, 0, 0);
|
|
552
|
-
const l =
|
|
552
|
+
const l = Se(i, e), c = se(n, 0);
|
|
553
553
|
c.setFullYear(r, 0, a), c.setHours(0, 0, 0, 0);
|
|
554
|
-
const u =
|
|
554
|
+
const u = Se(c, e);
|
|
555
555
|
return t.getTime() >= l.getTime() ? r + 1 : t.getTime() >= u.getTime() ? r : r - 1;
|
|
556
556
|
}
|
|
557
557
|
function Go(n, e) {
|
|
558
558
|
var l, c, u, d;
|
|
559
|
-
const t =
|
|
560
|
-
return a.setFullYear(o, 0, r), a.setHours(0, 0, 0, 0),
|
|
559
|
+
const t = Ve(), r = (e == null ? void 0 : e.firstWeekContainsDate) ?? ((c = (l = e == null ? void 0 : e.locale) == null ? void 0 : l.options) == null ? void 0 : c.firstWeekContainsDate) ?? t.firstWeekContainsDate ?? ((d = (u = t.locale) == null ? void 0 : u.options) == null ? void 0 : d.firstWeekContainsDate) ?? 1, o = pn(n, e), a = se(n, 0);
|
|
560
|
+
return a.setFullYear(o, 0, r), a.setHours(0, 0, 0, 0), Se(a, e);
|
|
561
561
|
}
|
|
562
562
|
function Vo(n, e) {
|
|
563
|
-
const t =
|
|
563
|
+
const t = X(n), r = +Se(t, e) - +Go(t, e);
|
|
564
564
|
return Math.round(r / cn) + 1;
|
|
565
565
|
}
|
|
566
566
|
function q(n, e) {
|
|
@@ -630,7 +630,7 @@ const ue = {
|
|
|
630
630
|
afternoon: "afternoon",
|
|
631
631
|
evening: "evening",
|
|
632
632
|
night: "night"
|
|
633
|
-
},
|
|
633
|
+
}, Tt = {
|
|
634
634
|
// Era
|
|
635
635
|
G: function(n, e, t) {
|
|
636
636
|
const r = n.getFullYear() > 0 ? 1 : 0;
|
|
@@ -1059,11 +1059,11 @@ const ue = {
|
|
|
1059
1059
|
return Ot(r);
|
|
1060
1060
|
case "XXXX":
|
|
1061
1061
|
case "XX":
|
|
1062
|
-
return
|
|
1062
|
+
return we(r);
|
|
1063
1063
|
case "XXXXX":
|
|
1064
1064
|
case "XXX":
|
|
1065
1065
|
default:
|
|
1066
|
-
return
|
|
1066
|
+
return we(r, ":");
|
|
1067
1067
|
}
|
|
1068
1068
|
},
|
|
1069
1069
|
// Timezone (ISO-8601. If offset is 0, output is `'+00:00'` or equivalent)
|
|
@@ -1074,11 +1074,11 @@ const ue = {
|
|
|
1074
1074
|
return Ot(r);
|
|
1075
1075
|
case "xxxx":
|
|
1076
1076
|
case "xx":
|
|
1077
|
-
return
|
|
1077
|
+
return we(r);
|
|
1078
1078
|
case "xxxxx":
|
|
1079
1079
|
case "xxx":
|
|
1080
1080
|
default:
|
|
1081
|
-
return
|
|
1081
|
+
return we(r, ":");
|
|
1082
1082
|
}
|
|
1083
1083
|
},
|
|
1084
1084
|
// Timezone (GMT)
|
|
@@ -1091,7 +1091,7 @@ const ue = {
|
|
|
1091
1091
|
return "GMT" + Et(r, ":");
|
|
1092
1092
|
case "OOOO":
|
|
1093
1093
|
default:
|
|
1094
|
-
return "GMT" +
|
|
1094
|
+
return "GMT" + we(r, ":");
|
|
1095
1095
|
}
|
|
1096
1096
|
},
|
|
1097
1097
|
// Timezone (specific non-location)
|
|
@@ -1104,7 +1104,7 @@ const ue = {
|
|
|
1104
1104
|
return "GMT" + Et(r, ":");
|
|
1105
1105
|
case "zzzz":
|
|
1106
1106
|
default:
|
|
1107
|
-
return "GMT" +
|
|
1107
|
+
return "GMT" + we(r, ":");
|
|
1108
1108
|
}
|
|
1109
1109
|
},
|
|
1110
1110
|
// Seconds timestamp
|
|
@@ -1123,13 +1123,13 @@ function Et(n, e = "") {
|
|
|
1123
1123
|
return a === 0 ? t + String(o) : t + String(o) + e + q(a, 2);
|
|
1124
1124
|
}
|
|
1125
1125
|
function Ot(n, e) {
|
|
1126
|
-
return n % 60 === 0 ? (n > 0 ? "-" : "+") + q(Math.abs(n) / 60, 2) :
|
|
1126
|
+
return n % 60 === 0 ? (n > 0 ? "-" : "+") + q(Math.abs(n) / 60, 2) : we(n, e);
|
|
1127
1127
|
}
|
|
1128
|
-
function
|
|
1128
|
+
function we(n, e = "") {
|
|
1129
1129
|
const t = n > 0 ? "-" : "+", r = Math.abs(n), o = q(Math.trunc(r / 60), 2), a = q(r % 60, 2);
|
|
1130
1130
|
return t + o + e + a;
|
|
1131
1131
|
}
|
|
1132
|
-
const
|
|
1132
|
+
const Dt = (n, e) => {
|
|
1133
1133
|
switch (n) {
|
|
1134
1134
|
case "P":
|
|
1135
1135
|
return e.date({ width: "short" });
|
|
@@ -1156,7 +1156,7 @@ const Mt = (n, e) => {
|
|
|
1156
1156
|
}, zo = (n, e) => {
|
|
1157
1157
|
const t = n.match(/(P+)(p+)?/) || [], r = t[1], o = t[2];
|
|
1158
1158
|
if (!o)
|
|
1159
|
-
return
|
|
1159
|
+
return Dt(n, e);
|
|
1160
1160
|
let a;
|
|
1161
1161
|
switch (r) {
|
|
1162
1162
|
case "P":
|
|
@@ -1173,7 +1173,7 @@ const Mt = (n, e) => {
|
|
|
1173
1173
|
a = e.dateTime({ width: "full" });
|
|
1174
1174
|
break;
|
|
1175
1175
|
}
|
|
1176
|
-
return a.replace("{{date}}",
|
|
1176
|
+
return a.replace("{{date}}", Dt(r, e)).replace("{{time}}", gn(o, e));
|
|
1177
1177
|
}, Uo = {
|
|
1178
1178
|
p: gn,
|
|
1179
1179
|
P: zo
|
|
@@ -1194,9 +1194,9 @@ function ts(n, e, t) {
|
|
|
1194
1194
|
return `Use \`${n.toLowerCase()}\` instead of \`${n}\` (in \`${e}\`) for formatting ${r} to the input \`${t}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`;
|
|
1195
1195
|
}
|
|
1196
1196
|
const ns = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, rs = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, os = /^'([^]*?)'?$/, ss = /''/g, as = /[a-zA-Z]/;
|
|
1197
|
-
function
|
|
1198
|
-
var d, h, m, g, b,
|
|
1199
|
-
const r =
|
|
1197
|
+
function ot(n, e, t) {
|
|
1198
|
+
var d, h, m, g, b, x, f, _;
|
|
1199
|
+
const r = Ve(), o = (t == null ? void 0 : t.locale) ?? r.locale ?? Yo, a = (t == null ? void 0 : t.firstWeekContainsDate) ?? ((h = (d = t == null ? void 0 : t.locale) == null ? void 0 : d.options) == null ? void 0 : h.firstWeekContainsDate) ?? r.firstWeekContainsDate ?? ((g = (m = r.locale) == null ? void 0 : m.options) == null ? void 0 : g.firstWeekContainsDate) ?? 1, i = (t == null ? void 0 : t.weekStartsOn) ?? ((x = (b = t == null ? void 0 : t.locale) == null ? void 0 : b.options) == null ? void 0 : x.weekStartsOn) ?? r.weekStartsOn ?? ((_ = (f = r.locale) == null ? void 0 : f.options) == null ? void 0 : _.weekStartsOn) ?? 0, l = X(n);
|
|
1200
1200
|
if (!io(l))
|
|
1201
1201
|
throw new RangeError("Invalid time value");
|
|
1202
1202
|
let c = e.match(rs).map((v) => {
|
|
@@ -1212,7 +1212,7 @@ function He(n, e, t) {
|
|
|
1212
1212
|
const p = v[0];
|
|
1213
1213
|
if (p === "'")
|
|
1214
1214
|
return { isToken: !1, value: is(v) };
|
|
1215
|
-
if (
|
|
1215
|
+
if (Tt[p])
|
|
1216
1216
|
return { isToken: !0, value: v };
|
|
1217
1217
|
if (p.match(as))
|
|
1218
1218
|
throw new RangeError(
|
|
@@ -1231,7 +1231,7 @@ function He(n, e, t) {
|
|
|
1231
1231
|
return v.value;
|
|
1232
1232
|
const p = v.value;
|
|
1233
1233
|
(!(t != null && t.useAdditionalWeekYearTokens) && Zo(p) || !(t != null && t.useAdditionalDayOfYearTokens) && Jo(p)) && es(p, e, String(n));
|
|
1234
|
-
const C =
|
|
1234
|
+
const C = Tt[p[0]];
|
|
1235
1235
|
return C(l, p, o.localize, u);
|
|
1236
1236
|
}).join("");
|
|
1237
1237
|
}
|
|
@@ -1239,7 +1239,11 @@ function is(n) {
|
|
|
1239
1239
|
const e = n.match(os);
|
|
1240
1240
|
return e ? e[1].replace(ss, "'") : n;
|
|
1241
1241
|
}
|
|
1242
|
-
|
|
1242
|
+
function cs(n, e) {
|
|
1243
|
+
const t = X(n);
|
|
1244
|
+
return isNaN(+t) ? se(n, NaN) : (t.setFullYear(e), t);
|
|
1245
|
+
}
|
|
1246
|
+
var ls = function(n, e, t, r, o, a, i, l) {
|
|
1243
1247
|
if (process.env.NODE_ENV !== "production" && e === void 0)
|
|
1244
1248
|
throw new Error("invariant requires an error message argument");
|
|
1245
1249
|
if (!n) {
|
|
@@ -1258,8 +1262,8 @@ var cs = function(n, e, t, r, o, a, i, l) {
|
|
|
1258
1262
|
}
|
|
1259
1263
|
throw c.framesToPop = 1, c;
|
|
1260
1264
|
}
|
|
1261
|
-
},
|
|
1262
|
-
const
|
|
1265
|
+
}, us = ls;
|
|
1266
|
+
const Mt = /* @__PURE__ */ ir(us);
|
|
1263
1267
|
function Ne(...n) {
|
|
1264
1268
|
return n.filter((e) => e != null).reduce((e, t) => {
|
|
1265
1269
|
if (typeof t != "function")
|
|
@@ -1269,22 +1273,22 @@ function Ne(...n) {
|
|
|
1269
1273
|
};
|
|
1270
1274
|
}, null);
|
|
1271
1275
|
}
|
|
1272
|
-
const
|
|
1276
|
+
const ds = {
|
|
1273
1277
|
height: ["marginTop", "marginBottom"],
|
|
1274
1278
|
width: ["marginLeft", "marginRight"]
|
|
1275
1279
|
};
|
|
1276
|
-
function
|
|
1277
|
-
const t = `offset${n[0].toUpperCase()}${n.slice(1)}`, r = e[t], o =
|
|
1280
|
+
function hs(n, e) {
|
|
1281
|
+
const t = `offset${n[0].toUpperCase()}${n.slice(1)}`, r = e[t], o = ds[n];
|
|
1278
1282
|
return r + // @ts-ignore
|
|
1279
1283
|
parseInt(_t(e, o[0]), 10) + // @ts-ignore
|
|
1280
1284
|
parseInt(_t(e, o[1]), 10);
|
|
1281
1285
|
}
|
|
1282
|
-
const
|
|
1286
|
+
const ms = {
|
|
1283
1287
|
[ur]: "collapse",
|
|
1284
1288
|
[dr]: "collapsing",
|
|
1285
1289
|
[hr]: "collapsing",
|
|
1286
1290
|
[mr]: "collapse show"
|
|
1287
|
-
},
|
|
1291
|
+
}, wn = /* @__PURE__ */ te.forwardRef(({
|
|
1288
1292
|
onEnter: n,
|
|
1289
1293
|
onEntering: e,
|
|
1290
1294
|
onEntered: t,
|
|
@@ -1298,23 +1302,23 @@ const hs = {
|
|
|
1298
1302
|
mountOnEnter: d = !1,
|
|
1299
1303
|
unmountOnExit: h = !1,
|
|
1300
1304
|
appear: m = !1,
|
|
1301
|
-
getDimensionValue: g =
|
|
1305
|
+
getDimensionValue: g = hs,
|
|
1302
1306
|
...b
|
|
1303
|
-
},
|
|
1304
|
-
const f = typeof l == "function" ? l() : l, _ =
|
|
1307
|
+
}, x) => {
|
|
1308
|
+
const f = typeof l == "function" ? l() : l, _ = K(() => Ne((y) => {
|
|
1305
1309
|
y.style[f] = "0";
|
|
1306
|
-
}, n), [f, n]), v =
|
|
1310
|
+
}, n), [f, n]), v = K(() => Ne((y) => {
|
|
1307
1311
|
const $ = `scroll${f[0].toUpperCase()}${f.slice(1)}`;
|
|
1308
1312
|
y.style[f] = `${y[$]}px`;
|
|
1309
|
-
}, e), [f, e]), p =
|
|
1313
|
+
}, e), [f, e]), p = K(() => Ne((y) => {
|
|
1310
1314
|
y.style[f] = null;
|
|
1311
|
-
}, t), [f, t]), C =
|
|
1315
|
+
}, t), [f, t]), C = K(() => Ne((y) => {
|
|
1312
1316
|
y.style[f] = `${g(f, y)}px`, fr(y);
|
|
1313
|
-
}, r), [r, g, f]), k =
|
|
1317
|
+
}, r), [r, g, f]), k = K(() => Ne((y) => {
|
|
1314
1318
|
y.style[f] = null;
|
|
1315
1319
|
}, o), [f, o]);
|
|
1316
1320
|
return /* @__PURE__ */ s.jsx(cr, {
|
|
1317
|
-
ref:
|
|
1321
|
+
ref: x,
|
|
1318
1322
|
addEndListener: lr,
|
|
1319
1323
|
...b,
|
|
1320
1324
|
"aria-expanded": b.role ? c : null,
|
|
@@ -1329,33 +1333,33 @@ const hs = {
|
|
|
1329
1333
|
mountOnEnter: d,
|
|
1330
1334
|
unmountOnExit: h,
|
|
1331
1335
|
appear: m,
|
|
1332
|
-
children: (y, $) => /* @__PURE__ */
|
|
1336
|
+
children: (y, $) => /* @__PURE__ */ te.cloneElement(i, {
|
|
1333
1337
|
...$,
|
|
1334
|
-
className:
|
|
1338
|
+
className: w(a, i.props.className, ms[y], f === "width" && "collapse-horizontal")
|
|
1335
1339
|
})
|
|
1336
1340
|
});
|
|
1337
|
-
}),
|
|
1338
|
-
|
|
1341
|
+
}), xn = zr("h4");
|
|
1342
|
+
xn.displayName = "DivStyledAsH4";
|
|
1339
1343
|
const yn = /* @__PURE__ */ A.forwardRef(({
|
|
1340
1344
|
className: n,
|
|
1341
1345
|
bsPrefix: e,
|
|
1342
|
-
as: t =
|
|
1346
|
+
as: t = xn,
|
|
1343
1347
|
...r
|
|
1344
1348
|
}, o) => (e = V(e, "alert-heading"), /* @__PURE__ */ s.jsx(t, {
|
|
1345
1349
|
ref: o,
|
|
1346
|
-
className:
|
|
1350
|
+
className: w(n, e),
|
|
1347
1351
|
...r
|
|
1348
1352
|
})));
|
|
1349
1353
|
yn.displayName = "AlertHeading";
|
|
1350
|
-
function
|
|
1354
|
+
function fs(n, e, t, r = !1) {
|
|
1351
1355
|
const o = de(t);
|
|
1352
|
-
|
|
1356
|
+
D(() => {
|
|
1353
1357
|
const a = typeof n == "function" ? n() : n;
|
|
1354
1358
|
return a.addEventListener(e, o, r), () => a.removeEventListener(e, o, r);
|
|
1355
1359
|
}, [n]);
|
|
1356
1360
|
}
|
|
1357
|
-
const
|
|
1358
|
-
function
|
|
1361
|
+
const ps = ["as", "disabled"];
|
|
1362
|
+
function gs(n, e) {
|
|
1359
1363
|
if (n == null)
|
|
1360
1364
|
return {};
|
|
1361
1365
|
var t = {}, r = Object.keys(n), o, a;
|
|
@@ -1363,7 +1367,7 @@ function ps(n, e) {
|
|
|
1363
1367
|
o = r[a], !(e.indexOf(o) >= 0) && (t[o] = n[o]);
|
|
1364
1368
|
return t;
|
|
1365
1369
|
}
|
|
1366
|
-
function
|
|
1370
|
+
function ws(n) {
|
|
1367
1371
|
return !n || n.trim() === "#";
|
|
1368
1372
|
}
|
|
1369
1373
|
function ft({
|
|
@@ -1387,7 +1391,7 @@ function ft({
|
|
|
1387
1391
|
disabled: e
|
|
1388
1392
|
}, u];
|
|
1389
1393
|
const d = (m) => {
|
|
1390
|
-
if ((e || n === "a" &&
|
|
1394
|
+
if ((e || n === "a" && ws(t)) && m.preventDefault(), e) {
|
|
1391
1395
|
m.stopPropagation();
|
|
1392
1396
|
return;
|
|
1393
1397
|
}
|
|
@@ -1413,7 +1417,7 @@ const vn = /* @__PURE__ */ A.forwardRef((n, e) => {
|
|
|
1413
1417
|
let {
|
|
1414
1418
|
as: t,
|
|
1415
1419
|
disabled: r
|
|
1416
|
-
} = n, o =
|
|
1420
|
+
} = n, o = gs(n, ps);
|
|
1417
1421
|
const [a, {
|
|
1418
1422
|
tagName: i
|
|
1419
1423
|
}] = ft(Object.assign({
|
|
@@ -1426,7 +1430,7 @@ const vn = /* @__PURE__ */ A.forwardRef((n, e) => {
|
|
|
1426
1430
|
});
|
|
1427
1431
|
vn.displayName = "Button";
|
|
1428
1432
|
const xs = ["onKeyDown"];
|
|
1429
|
-
function
|
|
1433
|
+
function ys(n, e) {
|
|
1430
1434
|
if (n == null)
|
|
1431
1435
|
return {};
|
|
1432
1436
|
var t = {}, r = Object.keys(n), o, a;
|
|
@@ -1434,19 +1438,19 @@ function ws(n, e) {
|
|
|
1434
1438
|
o = r[a], !(e.indexOf(o) >= 0) && (t[o] = n[o]);
|
|
1435
1439
|
return t;
|
|
1436
1440
|
}
|
|
1437
|
-
function
|
|
1441
|
+
function vs(n) {
|
|
1438
1442
|
return !n || n.trim() === "#";
|
|
1439
1443
|
}
|
|
1440
1444
|
const pt = /* @__PURE__ */ A.forwardRef((n, e) => {
|
|
1441
1445
|
let {
|
|
1442
1446
|
onKeyDown: t
|
|
1443
|
-
} = n, r =
|
|
1447
|
+
} = n, r = ys(n, xs);
|
|
1444
1448
|
const [o] = ft(Object.assign({
|
|
1445
1449
|
tagName: "a"
|
|
1446
1450
|
}, r)), a = de((i) => {
|
|
1447
1451
|
o.onKeyDown(i), t == null || t(i);
|
|
1448
1452
|
});
|
|
1449
|
-
return
|
|
1453
|
+
return vs(r.href) || r.role === "button" ? /* @__PURE__ */ s.jsx("a", Object.assign({
|
|
1450
1454
|
ref: e
|
|
1451
1455
|
}, r, o, {
|
|
1452
1456
|
onKeyDown: a
|
|
@@ -1464,7 +1468,7 @@ const bn = /* @__PURE__ */ A.forwardRef(({
|
|
|
1464
1468
|
...r
|
|
1465
1469
|
}, o) => (e = V(e, "alert-link"), /* @__PURE__ */ s.jsx(t, {
|
|
1466
1470
|
ref: o,
|
|
1467
|
-
className:
|
|
1471
|
+
className: w(n, e),
|
|
1468
1472
|
...r
|
|
1469
1473
|
})));
|
|
1470
1474
|
bn.displayName = "AlertLink";
|
|
@@ -1485,18 +1489,18 @@ const _n = /* @__PURE__ */ A.forwardRef((n, e) => {
|
|
|
1485
1489
|
show: "onClose"
|
|
1486
1490
|
}), g = V(t, "alert"), b = de((_) => {
|
|
1487
1491
|
u && u(!1, _);
|
|
1488
|
-
}),
|
|
1492
|
+
}), x = h === !0 ? jt : h, f = /* @__PURE__ */ s.jsxs("div", {
|
|
1489
1493
|
role: "alert",
|
|
1490
|
-
...
|
|
1494
|
+
...x ? void 0 : m,
|
|
1491
1495
|
ref: e,
|
|
1492
|
-
className:
|
|
1496
|
+
className: w(i, g, c && `${g}-${c}`, d && `${g}-dismissible`),
|
|
1493
1497
|
children: [d && /* @__PURE__ */ s.jsx(Ur, {
|
|
1494
1498
|
onClick: b,
|
|
1495
1499
|
"aria-label": o,
|
|
1496
1500
|
variant: a
|
|
1497
1501
|
}), l]
|
|
1498
1502
|
});
|
|
1499
|
-
return
|
|
1503
|
+
return x ? /* @__PURE__ */ s.jsx(x, {
|
|
1500
1504
|
unmountOnExit: !0,
|
|
1501
1505
|
...m,
|
|
1502
1506
|
ref: void 0,
|
|
@@ -1505,7 +1509,7 @@ const _n = /* @__PURE__ */ A.forwardRef((n, e) => {
|
|
|
1505
1509
|
}) : r ? f : null;
|
|
1506
1510
|
});
|
|
1507
1511
|
_n.displayName = "Alert";
|
|
1508
|
-
const
|
|
1512
|
+
const bs = Object.assign(_n, {
|
|
1509
1513
|
Link: bn,
|
|
1510
1514
|
Heading: yn
|
|
1511
1515
|
}), jn = /* @__PURE__ */ A.forwardRef(({
|
|
@@ -1530,14 +1534,14 @@ const vs = Object.assign(_n, {
|
|
|
1530
1534
|
...l,
|
|
1531
1535
|
ref: c,
|
|
1532
1536
|
disabled: a,
|
|
1533
|
-
className:
|
|
1537
|
+
className: w(i, u, o && "active", t && `${u}-${t}`, r && `${u}-${r}`, l.href && a && "disabled")
|
|
1534
1538
|
});
|
|
1535
1539
|
});
|
|
1536
1540
|
jn.displayName = "Button";
|
|
1537
|
-
function
|
|
1541
|
+
function _s(n, e) {
|
|
1538
1542
|
return A.Children.toArray(n).some((t) => /* @__PURE__ */ A.isValidElement(t) && t.type === e);
|
|
1539
1543
|
}
|
|
1540
|
-
function
|
|
1544
|
+
function js({
|
|
1541
1545
|
as: n,
|
|
1542
1546
|
bsPrefix: e,
|
|
1543
1547
|
className: t,
|
|
@@ -1558,7 +1562,7 @@ function _s({
|
|
|
1558
1562
|
d && i.push(d === !0 ? `${e}${g}` : `${e}${g}-${d}`), m != null && l.push(`order${g}-${m}`), h != null && l.push(`offset${g}-${h}`);
|
|
1559
1563
|
}), [{
|
|
1560
1564
|
...r,
|
|
1561
|
-
className:
|
|
1565
|
+
className: w(t, ...i, ...l)
|
|
1562
1566
|
}, {
|
|
1563
1567
|
as: n,
|
|
1564
1568
|
bsPrefix: e,
|
|
@@ -1575,29 +1579,29 @@ const kn = /* @__PURE__ */ A.forwardRef(
|
|
|
1575
1579
|
as: o = "div",
|
|
1576
1580
|
bsPrefix: a,
|
|
1577
1581
|
spans: i
|
|
1578
|
-
}] =
|
|
1582
|
+
}] = js(n);
|
|
1579
1583
|
return /* @__PURE__ */ s.jsx(o, {
|
|
1580
1584
|
...r,
|
|
1581
1585
|
ref: e,
|
|
1582
|
-
className:
|
|
1586
|
+
className: w(t, !i.length && a)
|
|
1583
1587
|
});
|
|
1584
1588
|
}
|
|
1585
1589
|
);
|
|
1586
1590
|
kn.displayName = "Col";
|
|
1587
|
-
function
|
|
1588
|
-
const r = Y(n !== void 0), [o, a] =
|
|
1591
|
+
function ks(n, e, t) {
|
|
1592
|
+
const r = Y(n !== void 0), [o, a] = M(e), i = n !== void 0, l = r.current;
|
|
1589
1593
|
return r.current = i, !i && l && o !== e && a(e), [i ? n : o, E((...c) => {
|
|
1590
1594
|
const [u, ...d] = c;
|
|
1591
1595
|
let h = t == null ? void 0 : t(u, ...d);
|
|
1592
1596
|
return a(u), h;
|
|
1593
1597
|
}, [t])];
|
|
1594
1598
|
}
|
|
1595
|
-
function
|
|
1599
|
+
function Cs() {
|
|
1596
1600
|
const [, n] = on((e) => !e, !1);
|
|
1597
1601
|
return n;
|
|
1598
1602
|
}
|
|
1599
|
-
const
|
|
1600
|
-
function
|
|
1603
|
+
const ze = /* @__PURE__ */ A.createContext(null), Ns = ["children", "usePopper"];
|
|
1604
|
+
function $s(n, e) {
|
|
1601
1605
|
if (n == null)
|
|
1602
1606
|
return {};
|
|
1603
1607
|
var t = {}, r = Object.keys(n), o, a;
|
|
@@ -1605,10 +1609,10 @@ function Ns(n, e) {
|
|
|
1605
1609
|
o = r[a], !(e.indexOf(o) >= 0) && (t[o] = n[o]);
|
|
1606
1610
|
return t;
|
|
1607
1611
|
}
|
|
1608
|
-
const
|
|
1612
|
+
const Is = () => {
|
|
1609
1613
|
};
|
|
1610
1614
|
function Cn(n = {}) {
|
|
1611
|
-
const e = L(
|
|
1615
|
+
const e = L(ze), [t, r] = wr(), o = Y(!1), {
|
|
1612
1616
|
flip: a,
|
|
1613
1617
|
offset: i,
|
|
1614
1618
|
rootCloseEvent: l,
|
|
@@ -1622,12 +1626,12 @@ function Cn(n = {}) {
|
|
|
1622
1626
|
const b = (y) => {
|
|
1623
1627
|
e == null || e.toggle(!1, y);
|
|
1624
1628
|
}, {
|
|
1625
|
-
placement:
|
|
1629
|
+
placement: x,
|
|
1626
1630
|
setMenu: f,
|
|
1627
1631
|
menuElement: _,
|
|
1628
1632
|
toggleElement: v
|
|
1629
|
-
} = e || {}, p =
|
|
1630
|
-
placement: u ||
|
|
1633
|
+
} = e || {}, p = xr(v, _, yr({
|
|
1634
|
+
placement: u || x || "bottom-start",
|
|
1631
1635
|
enabled: m,
|
|
1632
1636
|
enableEvents: h ?? g,
|
|
1633
1637
|
offset: i,
|
|
@@ -1636,13 +1640,13 @@ function Cn(n = {}) {
|
|
|
1636
1640
|
arrowElement: t,
|
|
1637
1641
|
popperConfig: d
|
|
1638
1642
|
})), C = Object.assign({
|
|
1639
|
-
ref: f ||
|
|
1643
|
+
ref: f || Is,
|
|
1640
1644
|
"aria-labelledby": v == null ? void 0 : v.id
|
|
1641
1645
|
}, p.attributes.popper, {
|
|
1642
1646
|
style: p.styles.popper
|
|
1643
1647
|
}), k = {
|
|
1644
1648
|
show: g,
|
|
1645
|
-
placement:
|
|
1649
|
+
placement: x,
|
|
1646
1650
|
hasShown: o.current,
|
|
1647
1651
|
toggle: e == null ? void 0 : e.toggle,
|
|
1648
1652
|
popper: m ? p : null,
|
|
@@ -1661,7 +1665,7 @@ function Nn(n) {
|
|
|
1661
1665
|
let {
|
|
1662
1666
|
children: e,
|
|
1663
1667
|
usePopper: t = !0
|
|
1664
|
-
} = n, r =
|
|
1668
|
+
} = n, r = $s(n, Ns);
|
|
1665
1669
|
const [o, a] = Cn(Object.assign({}, r, {
|
|
1666
1670
|
usePopper: t
|
|
1667
1671
|
}));
|
|
@@ -1670,63 +1674,63 @@ function Nn(n) {
|
|
|
1670
1674
|
});
|
|
1671
1675
|
}
|
|
1672
1676
|
Nn.displayName = "DropdownMenu";
|
|
1673
|
-
const
|
|
1677
|
+
const He = {
|
|
1674
1678
|
prefix: String(Math.round(Math.random() * 1e10)),
|
|
1675
1679
|
current: 0
|
|
1676
|
-
}, $n = /* @__PURE__ */
|
|
1677
|
-
let Ts = !!(typeof window < "u" && window.document && window.document.createElement),
|
|
1678
|
-
function
|
|
1680
|
+
}, $n = /* @__PURE__ */ te.createContext(He), Ss = /* @__PURE__ */ te.createContext(!1);
|
|
1681
|
+
let Ts = !!(typeof window < "u" && window.document && window.document.createElement), et = /* @__PURE__ */ new WeakMap();
|
|
1682
|
+
function Es(n = !1) {
|
|
1679
1683
|
let e = L($n), t = Y(null);
|
|
1680
1684
|
if (t.current === null && !n) {
|
|
1681
1685
|
var r, o;
|
|
1682
|
-
let a = (o =
|
|
1686
|
+
let a = (o = te.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED) === null || o === void 0 || (r = o.ReactCurrentOwner) === null || r === void 0 ? void 0 : r.current;
|
|
1683
1687
|
if (a) {
|
|
1684
|
-
let i =
|
|
1685
|
-
i == null ?
|
|
1688
|
+
let i = et.get(a);
|
|
1689
|
+
i == null ? et.set(a, {
|
|
1686
1690
|
id: e.current,
|
|
1687
1691
|
state: a.memoizedState
|
|
1688
|
-
}) : a.memoizedState !== i.state && (e.current = i.id,
|
|
1692
|
+
}) : a.memoizedState !== i.state && (e.current = i.id, et.delete(a));
|
|
1689
1693
|
}
|
|
1690
1694
|
t.current = ++e.current;
|
|
1691
1695
|
}
|
|
1692
1696
|
return t.current;
|
|
1693
1697
|
}
|
|
1694
|
-
function
|
|
1698
|
+
function Os(n) {
|
|
1695
1699
|
let e = L($n);
|
|
1696
|
-
e ===
|
|
1697
|
-
let t =
|
|
1700
|
+
e === He && !Ts && console.warn("When server rendering, you must wrap your application in an <SSRProvider> to ensure consistent ids are generated between the client and server.");
|
|
1701
|
+
let t = Es(!!n), r = e === He && process.env.NODE_ENV === "test" ? "react-aria" : `react-aria${e.prefix}`;
|
|
1698
1702
|
return n || `${r}-${t}`;
|
|
1699
1703
|
}
|
|
1700
|
-
function
|
|
1701
|
-
let e =
|
|
1704
|
+
function Ds(n) {
|
|
1705
|
+
let e = te.useId(), [t] = M(Ws()), r = t || process.env.NODE_ENV === "test" ? "react-aria" : `react-aria${He.prefix}`;
|
|
1702
1706
|
return n || `${r}-${e}`;
|
|
1703
1707
|
}
|
|
1704
|
-
const Ms = typeof
|
|
1705
|
-
function
|
|
1708
|
+
const Ms = typeof te.useId == "function" ? Ds : Os;
|
|
1709
|
+
function Ps() {
|
|
1706
1710
|
return !1;
|
|
1707
1711
|
}
|
|
1708
|
-
function
|
|
1712
|
+
function As() {
|
|
1709
1713
|
return !0;
|
|
1710
1714
|
}
|
|
1711
|
-
function
|
|
1715
|
+
function Fs(n) {
|
|
1712
1716
|
return () => {
|
|
1713
1717
|
};
|
|
1714
1718
|
}
|
|
1715
|
-
function
|
|
1716
|
-
return typeof
|
|
1719
|
+
function Ws() {
|
|
1720
|
+
return typeof te.useSyncExternalStore == "function" ? te.useSyncExternalStore(Fs, Ps, As) : L(Ss);
|
|
1717
1721
|
}
|
|
1718
1722
|
const In = (n) => {
|
|
1719
1723
|
var e;
|
|
1720
1724
|
return ((e = n.getAttribute("role")) == null ? void 0 : e.toLowerCase()) === "menu";
|
|
1721
1725
|
}, Pt = () => {
|
|
1722
1726
|
};
|
|
1723
|
-
function
|
|
1727
|
+
function Sn() {
|
|
1724
1728
|
const n = Ms(), {
|
|
1725
1729
|
show: e = !1,
|
|
1726
1730
|
toggle: t = Pt,
|
|
1727
1731
|
setToggle: r,
|
|
1728
1732
|
menuElement: o
|
|
1729
|
-
} = L(
|
|
1733
|
+
} = L(ze) || {}, a = E((l) => {
|
|
1730
1734
|
t(!e, l);
|
|
1731
1735
|
}, [e, t]), i = {
|
|
1732
1736
|
id: n,
|
|
@@ -1739,19 +1743,19 @@ function Tn() {
|
|
|
1739
1743
|
toggle: t
|
|
1740
1744
|
}];
|
|
1741
1745
|
}
|
|
1742
|
-
function
|
|
1746
|
+
function Tn({
|
|
1743
1747
|
children: n
|
|
1744
1748
|
}) {
|
|
1745
|
-
const [e, t] =
|
|
1749
|
+
const [e, t] = Sn();
|
|
1746
1750
|
return /* @__PURE__ */ s.jsx(s.Fragment, {
|
|
1747
1751
|
children: n(e, t)
|
|
1748
1752
|
});
|
|
1749
1753
|
}
|
|
1750
|
-
|
|
1754
|
+
Tn.displayName = "DropdownToggle";
|
|
1751
1755
|
const st = /* @__PURE__ */ A.createContext(null), At = (n, e = null) => n != null ? String(n) : e || null, En = /* @__PURE__ */ A.createContext(null);
|
|
1752
1756
|
En.displayName = "NavContext";
|
|
1753
|
-
const
|
|
1754
|
-
function
|
|
1757
|
+
const Rs = ["eventKey", "disabled", "onClick", "active", "as"];
|
|
1758
|
+
function Ls(n, e) {
|
|
1755
1759
|
if (n == null)
|
|
1756
1760
|
return {};
|
|
1757
1761
|
var t = {}, r = Object.keys(n), o, a;
|
|
@@ -1780,14 +1784,14 @@ function On({
|
|
|
1780
1784
|
isActive: u
|
|
1781
1785
|
}];
|
|
1782
1786
|
}
|
|
1783
|
-
const
|
|
1787
|
+
const Dn = /* @__PURE__ */ A.forwardRef((n, e) => {
|
|
1784
1788
|
let {
|
|
1785
1789
|
eventKey: t,
|
|
1786
1790
|
disabled: r,
|
|
1787
1791
|
onClick: o,
|
|
1788
1792
|
active: a,
|
|
1789
1793
|
as: i = vn
|
|
1790
|
-
} = n, l =
|
|
1794
|
+
} = n, l = Ls(n, Rs);
|
|
1791
1795
|
const [c] = On({
|
|
1792
1796
|
key: t,
|
|
1793
1797
|
href: l.href,
|
|
@@ -1799,9 +1803,9 @@ const Mn = /* @__PURE__ */ A.forwardRef((n, e) => {
|
|
|
1799
1803
|
ref: e
|
|
1800
1804
|
}, c));
|
|
1801
1805
|
});
|
|
1802
|
-
|
|
1806
|
+
Dn.displayName = "DropdownItem";
|
|
1803
1807
|
function Ft() {
|
|
1804
|
-
const n =
|
|
1808
|
+
const n = Cs(), e = Y(null), t = E((r) => {
|
|
1805
1809
|
e.current = r, n();
|
|
1806
1810
|
}, [n]);
|
|
1807
1811
|
return [e, t];
|
|
@@ -1816,50 +1820,50 @@ function Oe({
|
|
|
1816
1820
|
placement: i = "bottom-start",
|
|
1817
1821
|
children: l
|
|
1818
1822
|
}) {
|
|
1819
|
-
const c = br(), [u, d] =
|
|
1823
|
+
const c = br(), [u, d] = ks(e, n, r), [h, m] = Ft(), g = h.current, [b, x] = Ft(), f = b.current, _ = Kr(u), v = Y(null), p = Y(!1), C = L(st), k = E((j, T, F = T == null ? void 0 : T.type) => {
|
|
1820
1824
|
d(j, {
|
|
1821
|
-
originalEvent:
|
|
1825
|
+
originalEvent: T,
|
|
1822
1826
|
source: F
|
|
1823
1827
|
});
|
|
1824
|
-
}, [d]), y = de((j,
|
|
1825
|
-
t == null || t(j,
|
|
1826
|
-
}), $ =
|
|
1828
|
+
}, [d]), y = de((j, T) => {
|
|
1829
|
+
t == null || t(j, T), k(!1, T, "select"), T.isPropagationStopped() || C == null || C(j, T);
|
|
1830
|
+
}), $ = K(() => ({
|
|
1827
1831
|
toggle: k,
|
|
1828
1832
|
placement: i,
|
|
1829
1833
|
show: u,
|
|
1830
1834
|
menuElement: g,
|
|
1831
1835
|
toggleElement: f,
|
|
1832
1836
|
setMenu: m,
|
|
1833
|
-
setToggle:
|
|
1834
|
-
}), [k, i, u, g, f, m,
|
|
1837
|
+
setToggle: x
|
|
1838
|
+
}), [k, i, u, g, f, m, x]);
|
|
1835
1839
|
g && _ && !u && (p.current = g.contains(g.ownerDocument.activeElement));
|
|
1836
1840
|
const P = de(() => {
|
|
1837
1841
|
f && f.focus && f.focus();
|
|
1838
1842
|
}), I = de(() => {
|
|
1839
1843
|
const j = v.current;
|
|
1840
|
-
let
|
|
1841
|
-
if (
|
|
1844
|
+
let T = a;
|
|
1845
|
+
if (T == null && (T = h.current && In(h.current) ? "keyboard" : !1), T === !1 || T === "keyboard" && !/^key.+$/.test(j))
|
|
1842
1846
|
return;
|
|
1843
1847
|
const F = Nt(h.current, o)[0];
|
|
1844
1848
|
F && F.focus && F.focus();
|
|
1845
1849
|
});
|
|
1846
|
-
|
|
1850
|
+
D(() => {
|
|
1847
1851
|
u ? I() : p.current && (p.current = !1, P());
|
|
1848
|
-
}, [u, p, P, I]),
|
|
1852
|
+
}, [u, p, P, I]), D(() => {
|
|
1849
1853
|
v.current = null;
|
|
1850
1854
|
});
|
|
1851
|
-
const N = (j,
|
|
1855
|
+
const N = (j, T) => {
|
|
1852
1856
|
if (!h.current)
|
|
1853
1857
|
return null;
|
|
1854
1858
|
const F = Nt(h.current, o);
|
|
1855
|
-
let W = F.indexOf(j) +
|
|
1859
|
+
let W = F.indexOf(j) + T;
|
|
1856
1860
|
return W = Math.max(0, Math.min(W, F.length)), F[W];
|
|
1857
1861
|
};
|
|
1858
|
-
return
|
|
1859
|
-
var
|
|
1862
|
+
return fs(E(() => c.document, [c]), "keydown", (j) => {
|
|
1863
|
+
var T, F;
|
|
1860
1864
|
const {
|
|
1861
1865
|
key: W
|
|
1862
|
-
} = j, H = j.target, R = (
|
|
1866
|
+
} = j, H = j.target, R = (T = h.current) == null ? void 0 : T.contains(H), G = (F = b.current) == null ? void 0 : F.contains(H);
|
|
1863
1867
|
if (/input|textarea/i.test(H.tagName) && (W === " " || W !== "Escape" && R || W === "Escape" && H.type === "search") || !R && !G || W === "Tab" && (!h.current || !u))
|
|
1864
1868
|
return;
|
|
1865
1869
|
v.current = j.type;
|
|
@@ -1883,8 +1887,8 @@ function Oe({
|
|
|
1883
1887
|
return;
|
|
1884
1888
|
case "Tab":
|
|
1885
1889
|
_r(H.ownerDocument, "keyup", (U) => {
|
|
1886
|
-
var
|
|
1887
|
-
(U.key === "Tab" && !U.target || !((
|
|
1890
|
+
var S;
|
|
1891
|
+
(U.key === "Tab" && !U.target || !((S = h.current) != null && S.contains(U.target))) && d(!1, ne);
|
|
1888
1892
|
}, {
|
|
1889
1893
|
once: !0
|
|
1890
1894
|
});
|
|
@@ -1895,7 +1899,7 @@ function Oe({
|
|
|
1895
1899
|
}
|
|
1896
1900
|
}), /* @__PURE__ */ s.jsx(st.Provider, {
|
|
1897
1901
|
value: y,
|
|
1898
|
-
children: /* @__PURE__ */ s.jsx(
|
|
1902
|
+
children: /* @__PURE__ */ s.jsx(ze.Provider, {
|
|
1899
1903
|
value: $,
|
|
1900
1904
|
children: l
|
|
1901
1905
|
})
|
|
@@ -1903,11 +1907,11 @@ function Oe({
|
|
|
1903
1907
|
}
|
|
1904
1908
|
Oe.displayName = "Dropdown";
|
|
1905
1909
|
Oe.Menu = Nn;
|
|
1906
|
-
Oe.Toggle =
|
|
1907
|
-
Oe.Item =
|
|
1910
|
+
Oe.Toggle = Tn;
|
|
1911
|
+
Oe.Item = Dn;
|
|
1908
1912
|
const gt = /* @__PURE__ */ A.createContext({});
|
|
1909
1913
|
gt.displayName = "DropdownContext";
|
|
1910
|
-
const
|
|
1914
|
+
const Mn = /* @__PURE__ */ A.forwardRef(({
|
|
1911
1915
|
className: n,
|
|
1912
1916
|
bsPrefix: e,
|
|
1913
1917
|
as: t = "hr",
|
|
@@ -1915,11 +1919,11 @@ const Dn = /* @__PURE__ */ A.forwardRef(({
|
|
|
1915
1919
|
...o
|
|
1916
1920
|
}, a) => (e = V(e, "dropdown-divider"), /* @__PURE__ */ s.jsx(t, {
|
|
1917
1921
|
ref: a,
|
|
1918
|
-
className:
|
|
1922
|
+
className: w(n, e),
|
|
1919
1923
|
role: r,
|
|
1920
1924
|
...o
|
|
1921
1925
|
})));
|
|
1922
|
-
|
|
1926
|
+
Mn.displayName = "DropdownDivider";
|
|
1923
1927
|
const Pn = /* @__PURE__ */ A.forwardRef(({
|
|
1924
1928
|
className: n,
|
|
1925
1929
|
bsPrefix: e,
|
|
@@ -1928,7 +1932,7 @@ const Pn = /* @__PURE__ */ A.forwardRef(({
|
|
|
1928
1932
|
...o
|
|
1929
1933
|
}, a) => (e = V(e, "dropdown-header"), /* @__PURE__ */ s.jsx(t, {
|
|
1930
1934
|
ref: a,
|
|
1931
|
-
className:
|
|
1935
|
+
className: w(n, e),
|
|
1932
1936
|
role: r,
|
|
1933
1937
|
...o
|
|
1934
1938
|
})));
|
|
@@ -1954,7 +1958,7 @@ const An = /* @__PURE__ */ A.forwardRef(({
|
|
|
1954
1958
|
...l,
|
|
1955
1959
|
...d,
|
|
1956
1960
|
ref: c,
|
|
1957
|
-
className:
|
|
1961
|
+
className: w(e, u, h.isActive && "active", r && "disabled")
|
|
1958
1962
|
});
|
|
1959
1963
|
});
|
|
1960
1964
|
An.displayName = "DropdownItem";
|
|
@@ -1965,19 +1969,19 @@ const Fn = /* @__PURE__ */ A.forwardRef(({
|
|
|
1965
1969
|
...r
|
|
1966
1970
|
}, o) => (e = V(e, "dropdown-item-text"), /* @__PURE__ */ s.jsx(t, {
|
|
1967
1971
|
ref: o,
|
|
1968
|
-
className:
|
|
1972
|
+
className: w(n, e),
|
|
1969
1973
|
...r
|
|
1970
1974
|
})));
|
|
1971
1975
|
Fn.displayName = "DropdownItemText";
|
|
1972
|
-
const
|
|
1973
|
-
|
|
1976
|
+
const Ue = /* @__PURE__ */ A.createContext(null);
|
|
1977
|
+
Ue.displayName = "InputGroupContext";
|
|
1974
1978
|
const Wn = /* @__PURE__ */ A.createContext(null);
|
|
1975
1979
|
Wn.displayName = "NavbarContext";
|
|
1976
1980
|
function Rn(n, e) {
|
|
1977
1981
|
if (process.env.NODE_ENV === "production")
|
|
1978
1982
|
return n;
|
|
1979
1983
|
const t = E((r) => {
|
|
1980
|
-
r == null || !r.isReactComponent || (process.env.NODE_ENV !== "production" ?
|
|
1984
|
+
r == null || !r.isReactComponent || (process.env.NODE_ENV !== "production" ? Mt(!1, `${e} injected a ref to a provided \`as\` component that resolved to a component instance instead of a DOM element. Use \`React.forwardRef\` to provide the injected ref to the class component as a prop in order to pass it directly to a DOM element`) : Mt(!1));
|
|
1981
1985
|
}, [e]);
|
|
1982
1986
|
return lt(t, n);
|
|
1983
1987
|
}
|
|
@@ -2002,18 +2006,18 @@ const qn = /* @__PURE__ */ A.forwardRef(({
|
|
|
2002
2006
|
}, h) => {
|
|
2003
2007
|
let m = !1;
|
|
2004
2008
|
const g = L(Wn), b = V(n, "dropdown-menu"), {
|
|
2005
|
-
align:
|
|
2009
|
+
align: x,
|
|
2006
2010
|
drop: f,
|
|
2007
2011
|
isRTL: _
|
|
2008
2012
|
} = L(gt);
|
|
2009
|
-
t = t ||
|
|
2010
|
-
const v = L(
|
|
2013
|
+
t = t || x;
|
|
2014
|
+
const v = L(Ue), p = [];
|
|
2011
2015
|
if (t)
|
|
2012
2016
|
if (typeof t == "object") {
|
|
2013
2017
|
const j = Object.keys(t);
|
|
2014
2018
|
if (process.env.NODE_ENV !== "production" && Qt(j.length === 1, "There should only be 1 breakpoint when passing an object to `align`"), j.length) {
|
|
2015
|
-
const
|
|
2016
|
-
m = F === "start", p.push(`${b}-${
|
|
2019
|
+
const T = j[0], F = t[T];
|
|
2020
|
+
m = F === "start", p.push(`${b}-${T}-${F}`);
|
|
2017
2021
|
}
|
|
2018
2022
|
} else
|
|
2019
2023
|
t === "end" && (m = !0);
|
|
@@ -2047,7 +2051,7 @@ const qn = /* @__PURE__ */ A.forwardRef(({
|
|
|
2047
2051
|
...(p.length || g) && {
|
|
2048
2052
|
"data-bs-popper": "static"
|
|
2049
2053
|
},
|
|
2050
|
-
className:
|
|
2054
|
+
className: w(e, b, P && "show", m && `${b}-end`, u && `${b}-${u}`, ...p)
|
|
2051
2055
|
});
|
|
2052
2056
|
});
|
|
2053
2057
|
qn.displayName = "DropdownMenu";
|
|
@@ -2060,11 +2064,11 @@ const Yn = /* @__PURE__ */ A.forwardRef(({
|
|
|
2060
2064
|
as: o = jn,
|
|
2061
2065
|
...a
|
|
2062
2066
|
}, i) => {
|
|
2063
|
-
const l = V(n, "dropdown-toggle"), c = L(
|
|
2067
|
+
const l = V(n, "dropdown-toggle"), c = L(ze);
|
|
2064
2068
|
r !== void 0 && (a.bsPrefix = r);
|
|
2065
|
-
const [u] =
|
|
2069
|
+
const [u] = Sn();
|
|
2066
2070
|
return u.ref = lt(u.ref, Rn(i, "DropdownToggle")), /* @__PURE__ */ s.jsx(o, {
|
|
2067
|
-
className:
|
|
2071
|
+
className: w(t, l, e && `${l}-split`, (c == null ? void 0 : c.show) && "show"),
|
|
2068
2072
|
...u,
|
|
2069
2073
|
...a
|
|
2070
2074
|
});
|
|
@@ -2087,16 +2091,16 @@ const Hn = /* @__PURE__ */ A.forwardRef((n, e) => {
|
|
|
2087
2091
|
...g
|
|
2088
2092
|
} = Kt(n, {
|
|
2089
2093
|
show: "onToggle"
|
|
2090
|
-
}), b = L(
|
|
2094
|
+
}), b = L(Ue), x = V(t, "dropdown"), f = kr(), _ = ($) => m === !1 ? $ === "click" : m === "inside" ? $ !== "rootClose" : m === "outside" ? $ !== "select" : !0, v = de(($, P) => {
|
|
2091
2095
|
var I, N;
|
|
2092
2096
|
!((I = P.originalEvent) == null || (N = I.target) == null) && N.classList.contains("dropdown-toggle") && P.source === "mousedown" || (P.originalEvent.currentTarget === document && (P.source !== "keydown" || P.originalEvent.key === "Escape") && (P.source = "rootClose"), _(P.source) && (c == null || c($, P)));
|
|
2093
|
-
}), C = Ln(i === "end", r, f), k =
|
|
2097
|
+
}), C = Ln(i === "end", r, f), k = K(() => ({
|
|
2094
2098
|
align: i,
|
|
2095
2099
|
drop: r,
|
|
2096
2100
|
isRTL: f
|
|
2097
2101
|
}), [i, r, f]), y = {
|
|
2098
|
-
down:
|
|
2099
|
-
"down-centered": `${
|
|
2102
|
+
down: x,
|
|
2103
|
+
"down-centered": `${x}-center`,
|
|
2100
2104
|
up: "dropup",
|
|
2101
2105
|
"up-centered": "dropup-center dropup",
|
|
2102
2106
|
end: "dropend",
|
|
@@ -2110,24 +2114,24 @@ const Hn = /* @__PURE__ */ A.forwardRef((n, e) => {
|
|
|
2110
2114
|
onSelect: l,
|
|
2111
2115
|
onToggle: v,
|
|
2112
2116
|
focusFirstItemOnShow: u,
|
|
2113
|
-
itemSelector: `.${
|
|
2117
|
+
itemSelector: `.${x}-item:not(.disabled):not(:disabled)`,
|
|
2114
2118
|
children: b ? g.children : /* @__PURE__ */ s.jsx(d, {
|
|
2115
2119
|
...g,
|
|
2116
2120
|
ref: e,
|
|
2117
|
-
className:
|
|
2121
|
+
className: w(a, o && "show", y[r])
|
|
2118
2122
|
})
|
|
2119
2123
|
})
|
|
2120
2124
|
});
|
|
2121
2125
|
});
|
|
2122
2126
|
Hn.displayName = "Dropdown";
|
|
2123
|
-
const
|
|
2127
|
+
const Te = Object.assign(Hn, {
|
|
2124
2128
|
Toggle: Yn,
|
|
2125
2129
|
Menu: qn,
|
|
2126
2130
|
Item: An,
|
|
2127
2131
|
ItemText: Fn,
|
|
2128
|
-
Divider:
|
|
2132
|
+
Divider: Mn,
|
|
2129
2133
|
Header: Pn
|
|
2130
|
-
}),
|
|
2134
|
+
}), De = /* @__PURE__ */ A.forwardRef(({
|
|
2131
2135
|
id: n,
|
|
2132
2136
|
bsPrefix: e,
|
|
2133
2137
|
className: t,
|
|
@@ -2140,17 +2144,17 @@ const Se = Object.assign(Hn, {
|
|
|
2140
2144
|
}, c) => {
|
|
2141
2145
|
const {
|
|
2142
2146
|
controlId: u
|
|
2143
|
-
} = L(
|
|
2147
|
+
} = L(xe);
|
|
2144
2148
|
return e = V(e, "form-check-input"), /* @__PURE__ */ s.jsx(i, {
|
|
2145
2149
|
...l,
|
|
2146
2150
|
ref: c,
|
|
2147
2151
|
type: r,
|
|
2148
2152
|
id: n || u,
|
|
2149
|
-
className:
|
|
2153
|
+
className: w(t, e, o && "is-valid", a && "is-invalid")
|
|
2150
2154
|
});
|
|
2151
2155
|
});
|
|
2152
|
-
|
|
2153
|
-
const
|
|
2156
|
+
De.displayName = "FormCheckInput";
|
|
2157
|
+
const Be = /* @__PURE__ */ A.forwardRef(({
|
|
2154
2158
|
bsPrefix: n,
|
|
2155
2159
|
className: e,
|
|
2156
2160
|
htmlFor: t,
|
|
@@ -2158,15 +2162,15 @@ const Ge = /* @__PURE__ */ A.forwardRef(({
|
|
|
2158
2162
|
}, o) => {
|
|
2159
2163
|
const {
|
|
2160
2164
|
controlId: a
|
|
2161
|
-
} = L(
|
|
2165
|
+
} = L(xe);
|
|
2162
2166
|
return n = V(n, "form-check-label"), /* @__PURE__ */ s.jsx("label", {
|
|
2163
2167
|
...r,
|
|
2164
2168
|
ref: o,
|
|
2165
2169
|
htmlFor: t || a,
|
|
2166
|
-
className:
|
|
2170
|
+
className: w(e, n)
|
|
2167
2171
|
});
|
|
2168
2172
|
});
|
|
2169
|
-
|
|
2173
|
+
Be.displayName = "FormCheckLabel";
|
|
2170
2174
|
const Bn = /* @__PURE__ */ A.forwardRef(({
|
|
2171
2175
|
id: n,
|
|
2172
2176
|
bsPrefix: e,
|
|
@@ -2183,7 +2187,7 @@ const Bn = /* @__PURE__ */ A.forwardRef(({
|
|
|
2183
2187
|
style: m,
|
|
2184
2188
|
title: g = "",
|
|
2185
2189
|
type: b = "checkbox",
|
|
2186
|
-
label:
|
|
2190
|
+
label: x,
|
|
2187
2191
|
children: f,
|
|
2188
2192
|
// Need to define the default "as" during prop destructuring to be compatible with styled-components github.com/react-bootstrap/react-bootstrap/issues/3595
|
|
2189
2193
|
as: _ = "input",
|
|
@@ -2192,9 +2196,9 @@ const Bn = /* @__PURE__ */ A.forwardRef(({
|
|
|
2192
2196
|
e = V(e, "form-check"), t = V(t, "form-switch");
|
|
2193
2197
|
const {
|
|
2194
2198
|
controlId: C
|
|
2195
|
-
} = L(
|
|
2199
|
+
} = L(xe), k = K(() => ({
|
|
2196
2200
|
controlId: n || C
|
|
2197
|
-
}), [C, n]), y = !f &&
|
|
2201
|
+
}), [C, n]), y = !f && x != null && x !== !1 || _s(f, Be), $ = /* @__PURE__ */ s.jsx(De, {
|
|
2198
2202
|
...v,
|
|
2199
2203
|
type: b === "switch" ? "checkbox" : b,
|
|
2200
2204
|
ref: p,
|
|
@@ -2203,15 +2207,15 @@ const Bn = /* @__PURE__ */ A.forwardRef(({
|
|
|
2203
2207
|
disabled: a,
|
|
2204
2208
|
as: _
|
|
2205
2209
|
});
|
|
2206
|
-
return /* @__PURE__ */ s.jsx(
|
|
2210
|
+
return /* @__PURE__ */ s.jsx(xe.Provider, {
|
|
2207
2211
|
value: k,
|
|
2208
2212
|
children: /* @__PURE__ */ s.jsx("div", {
|
|
2209
2213
|
style: m,
|
|
2210
|
-
className:
|
|
2214
|
+
className: w(h, y && e, r && `${e}-inline`, o && `${e}-reverse`, b === "switch" && t),
|
|
2211
2215
|
children: f || /* @__PURE__ */ s.jsxs(s.Fragment, {
|
|
2212
|
-
children: [$, y && /* @__PURE__ */ s.jsx(
|
|
2216
|
+
children: [$, y && /* @__PURE__ */ s.jsx(Be, {
|
|
2213
2217
|
title: g,
|
|
2214
|
-
children:
|
|
2218
|
+
children: x
|
|
2215
2219
|
}), u && /* @__PURE__ */ s.jsx(Qr, {
|
|
2216
2220
|
type: d,
|
|
2217
2221
|
tooltip: c,
|
|
@@ -2222,9 +2226,9 @@ const Bn = /* @__PURE__ */ A.forwardRef(({
|
|
|
2222
2226
|
});
|
|
2223
2227
|
});
|
|
2224
2228
|
Bn.displayName = "FormCheck";
|
|
2225
|
-
const
|
|
2226
|
-
Input:
|
|
2227
|
-
Label:
|
|
2229
|
+
const Ge = Object.assign(Bn, {
|
|
2230
|
+
Input: De,
|
|
2231
|
+
Label: Be
|
|
2228
2232
|
}), Gn = /* @__PURE__ */ A.forwardRef(({
|
|
2229
2233
|
className: n,
|
|
2230
2234
|
bsPrefix: e,
|
|
@@ -2232,7 +2236,7 @@ const Ve = Object.assign(Bn, {
|
|
|
2232
2236
|
...r
|
|
2233
2237
|
}, o) => (e = V(e, "form-floating"), /* @__PURE__ */ s.jsx(t, {
|
|
2234
2238
|
ref: o,
|
|
2235
|
-
className:
|
|
2239
|
+
className: w(n, e),
|
|
2236
2240
|
...r
|
|
2237
2241
|
})));
|
|
2238
2242
|
Gn.displayName = "FormFloating";
|
|
@@ -2248,11 +2252,11 @@ const Vn = /* @__PURE__ */ A.forwardRef(({
|
|
|
2248
2252
|
}, l) => {
|
|
2249
2253
|
const {
|
|
2250
2254
|
controlId: c
|
|
2251
|
-
} = L(
|
|
2255
|
+
} = L(xe);
|
|
2252
2256
|
e = V(e, "form-label");
|
|
2253
2257
|
let u = "col-form-label";
|
|
2254
2258
|
typeof t == "string" && (u = `${u} ${u}-${t}`);
|
|
2255
|
-
const d =
|
|
2259
|
+
const d = w(o, e, r && "visually-hidden", t && u);
|
|
2256
2260
|
return process.env.NODE_ENV !== "production" && Qt(c == null || !a, "`controlId` is ignored on `<FormLabel>` when `htmlFor` is specified."), a = a || c, t ? /* @__PURE__ */ s.jsx(kn, {
|
|
2257
2261
|
ref: l,
|
|
2258
2262
|
as: "label",
|
|
@@ -2278,12 +2282,12 @@ const zn = /* @__PURE__ */ A.forwardRef(({
|
|
|
2278
2282
|
}, o) => {
|
|
2279
2283
|
const {
|
|
2280
2284
|
controlId: a
|
|
2281
|
-
} = L(
|
|
2285
|
+
} = L(xe);
|
|
2282
2286
|
return n = V(n, "form-range"), /* @__PURE__ */ s.jsx("input", {
|
|
2283
2287
|
...r,
|
|
2284
2288
|
type: "range",
|
|
2285
2289
|
ref: o,
|
|
2286
|
-
className:
|
|
2290
|
+
className: w(e, n),
|
|
2287
2291
|
id: t || a
|
|
2288
2292
|
});
|
|
2289
2293
|
});
|
|
@@ -2300,12 +2304,12 @@ const Un = /* @__PURE__ */ A.forwardRef(({
|
|
|
2300
2304
|
}, c) => {
|
|
2301
2305
|
const {
|
|
2302
2306
|
controlId: u
|
|
2303
|
-
} = L(
|
|
2307
|
+
} = L(xe);
|
|
2304
2308
|
return n = V(n, "form-select"), /* @__PURE__ */ s.jsx("select", {
|
|
2305
2309
|
...l,
|
|
2306
2310
|
size: t,
|
|
2307
2311
|
ref: c,
|
|
2308
|
-
className:
|
|
2312
|
+
className: w(r, n, e && `${n}-${e}`, o && "is-valid", a && "is-invalid"),
|
|
2309
2313
|
id: i || u
|
|
2310
2314
|
});
|
|
2311
2315
|
});
|
|
@@ -2321,20 +2325,20 @@ const Kn = /* @__PURE__ */ A.forwardRef(
|
|
|
2321
2325
|
}, a) => (n = V(n, "form-text"), /* @__PURE__ */ s.jsx(t, {
|
|
2322
2326
|
...o,
|
|
2323
2327
|
ref: a,
|
|
2324
|
-
className:
|
|
2328
|
+
className: w(e, n, r && "text-muted")
|
|
2325
2329
|
}))
|
|
2326
2330
|
);
|
|
2327
2331
|
Kn.displayName = "FormText";
|
|
2328
|
-
const Qn = /* @__PURE__ */ A.forwardRef((n, e) => /* @__PURE__ */ s.jsx(
|
|
2332
|
+
const Qn = /* @__PURE__ */ A.forwardRef((n, e) => /* @__PURE__ */ s.jsx(Ge, {
|
|
2329
2333
|
...n,
|
|
2330
2334
|
ref: e,
|
|
2331
2335
|
type: "switch"
|
|
2332
2336
|
}));
|
|
2333
2337
|
Qn.displayName = "Switch";
|
|
2334
|
-
const
|
|
2335
|
-
Input:
|
|
2336
|
-
Label:
|
|
2337
|
-
}),
|
|
2338
|
+
const qs = Object.assign(Qn, {
|
|
2339
|
+
Input: Ge.Input,
|
|
2340
|
+
Label: Ge.Label
|
|
2341
|
+
}), Ys = {
|
|
2338
2342
|
/**
|
|
2339
2343
|
* The Form `ref` will be forwarded to the underlying element,
|
|
2340
2344
|
* which means, unless it's rendered `as` a composite component,
|
|
@@ -2343,14 +2347,14 @@ const Ls = Object.assign(Qn, {
|
|
|
2343
2347
|
* @type {ReactRef}
|
|
2344
2348
|
* @alias ref
|
|
2345
2349
|
*/
|
|
2346
|
-
_ref:
|
|
2350
|
+
_ref: Xe.any,
|
|
2347
2351
|
/**
|
|
2348
2352
|
* Mark a form as having been validated. Setting it to `true` will
|
|
2349
2353
|
* toggle any validation styles on the forms elements.
|
|
2350
2354
|
*/
|
|
2351
|
-
validated:
|
|
2352
|
-
as:
|
|
2353
|
-
},
|
|
2355
|
+
validated: Xe.bool,
|
|
2356
|
+
as: Xe.elementType
|
|
2357
|
+
}, wt = /* @__PURE__ */ A.forwardRef(({
|
|
2354
2358
|
className: n,
|
|
2355
2359
|
validated: e,
|
|
2356
2360
|
// Need to define the default "as" during prop destructuring to be compatible with styled-components github.com/react-bootstrap/react-bootstrap/issues/3595
|
|
@@ -2359,39 +2363,39 @@ const Ls = Object.assign(Qn, {
|
|
|
2359
2363
|
}, o) => /* @__PURE__ */ s.jsx(t, {
|
|
2360
2364
|
...r,
|
|
2361
2365
|
ref: o,
|
|
2362
|
-
className:
|
|
2366
|
+
className: w(n, e && "was-validated")
|
|
2363
2367
|
}));
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
const
|
|
2368
|
+
wt.displayName = "Form";
|
|
2369
|
+
wt.propTypes = Ys;
|
|
2370
|
+
const J = Object.assign(wt, {
|
|
2367
2371
|
Group: Cr,
|
|
2368
2372
|
Control: an,
|
|
2369
2373
|
Floating: Gn,
|
|
2370
|
-
Check:
|
|
2371
|
-
Switch:
|
|
2374
|
+
Check: Ge,
|
|
2375
|
+
Switch: qs,
|
|
2372
2376
|
Label: Vn,
|
|
2373
2377
|
Text: Kn,
|
|
2374
2378
|
Range: zn,
|
|
2375
2379
|
Select: Un,
|
|
2376
2380
|
FloatingLabel: Nr
|
|
2377
|
-
}),
|
|
2381
|
+
}), Ke = /* @__PURE__ */ A.forwardRef(({
|
|
2378
2382
|
className: n,
|
|
2379
2383
|
bsPrefix: e,
|
|
2380
2384
|
as: t = "span",
|
|
2381
2385
|
...r
|
|
2382
2386
|
}, o) => (e = V(e, "input-group-text"), /* @__PURE__ */ s.jsx(t, {
|
|
2383
2387
|
ref: o,
|
|
2384
|
-
className:
|
|
2388
|
+
className: w(n, e),
|
|
2385
2389
|
...r
|
|
2386
2390
|
})));
|
|
2387
|
-
|
|
2388
|
-
const
|
|
2389
|
-
children: /* @__PURE__ */ s.jsx(
|
|
2391
|
+
Ke.displayName = "InputGroupText";
|
|
2392
|
+
const Hs = (n) => /* @__PURE__ */ s.jsx(Ke, {
|
|
2393
|
+
children: /* @__PURE__ */ s.jsx(De, {
|
|
2390
2394
|
type: "checkbox",
|
|
2391
2395
|
...n
|
|
2392
2396
|
})
|
|
2393
|
-
}),
|
|
2394
|
-
children: /* @__PURE__ */ s.jsx(
|
|
2397
|
+
}), Bs = (n) => /* @__PURE__ */ s.jsx(Ke, {
|
|
2398
|
+
children: /* @__PURE__ */ s.jsx(De, {
|
|
2395
2399
|
type: "radio",
|
|
2396
2400
|
...n
|
|
2397
2401
|
})
|
|
@@ -2405,22 +2409,22 @@ const Ys = (n) => /* @__PURE__ */ s.jsx(Qe, {
|
|
|
2405
2409
|
...a
|
|
2406
2410
|
}, i) => {
|
|
2407
2411
|
n = V(n, "input-group");
|
|
2408
|
-
const l =
|
|
2409
|
-
return /* @__PURE__ */ s.jsx(
|
|
2412
|
+
const l = K(() => ({}), []);
|
|
2413
|
+
return /* @__PURE__ */ s.jsx(Ue.Provider, {
|
|
2410
2414
|
value: l,
|
|
2411
2415
|
children: /* @__PURE__ */ s.jsx(o, {
|
|
2412
2416
|
ref: i,
|
|
2413
2417
|
...a,
|
|
2414
|
-
className:
|
|
2418
|
+
className: w(r, n, e && `${n}-${e}`, t && "has-validation")
|
|
2415
2419
|
})
|
|
2416
2420
|
});
|
|
2417
2421
|
});
|
|
2418
2422
|
Xn.displayName = "InputGroup";
|
|
2419
|
-
const
|
|
2420
|
-
Text:
|
|
2421
|
-
Radio:
|
|
2422
|
-
Checkbox:
|
|
2423
|
-
}),
|
|
2423
|
+
const tt = Object.assign(Xn, {
|
|
2424
|
+
Text: Ke,
|
|
2425
|
+
Radio: Bs,
|
|
2426
|
+
Checkbox: Hs
|
|
2427
|
+
}), xt = /* @__PURE__ */ A.forwardRef(({
|
|
2424
2428
|
bsPrefix: n,
|
|
2425
2429
|
variant: e,
|
|
2426
2430
|
animation: t = "border",
|
|
@@ -2435,58 +2439,58 @@ const nt = Object.assign(Xn, {
|
|
|
2435
2439
|
return /* @__PURE__ */ s.jsx(o, {
|
|
2436
2440
|
ref: l,
|
|
2437
2441
|
...i,
|
|
2438
|
-
className:
|
|
2442
|
+
className: w(a, c, r && `${c}-${r}`, e && `text-${e}`)
|
|
2439
2443
|
});
|
|
2440
2444
|
});
|
|
2441
|
-
|
|
2445
|
+
xt.displayName = "Spinner";
|
|
2442
2446
|
/*! @azure/msal-common v14.10.0 2024-05-07 */
|
|
2443
|
-
const Jn = "client_info_decoding_error", Zn = "client_info_empty_error",
|
|
2447
|
+
const Jn = "client_info_decoding_error", Zn = "client_info_empty_error", Gs = "token_parsing_error", Vs = "null_or_empty_token", zs = "endpoints_resolution_error", Us = "network_error", Ks = "openid_config_error", Qs = "hash_not_deserialized", Xs = "invalid_state", Js = "state_mismatch", Zs = "state_not_found", ea = "nonce_mismatch", ta = "auth_time_not_found", na = "max_age_transpired", ra = "multiple_matching_tokens", oa = "multiple_matching_accounts", sa = "multiple_matching_appMetadata", aa = "request_cannot_be_made", ia = "cannot_remove_empty_scope", ca = "cannot_append_scopeset", la = "empty_input_scopeset", ua = "device_code_polling_cancelled", da = "device_code_expired", ha = "device_code_unknown_error", ma = "no_account_in_silent_request", fa = "invalid_cache_record", er = "invalid_cache_environment", pa = "no_account_found", ga = "no_crypto_object", wa = "unexpected_credential_type", xa = "invalid_assertion", ya = "invalid_client_credential", va = "token_refresh_required", ba = "user_timeout_reached", _a = "token_claims_cnf_required_for_signedjwt", ja = "authorization_code_missing_from_server_response", ka = "binding_key_not_removed", Ca = "end_session_endpoint_not_supported", Na = "key_id_missing", $a = "no_network_connectivity", Ia = "user_canceled", Sa = "missing_tenant_id_error", Ta = "method_not_implemented", Ea = "nested_app_auth_bridge_disabled";
|
|
2444
2448
|
/*! @azure/msal-common v14.10.0 2024-05-07 */
|
|
2445
2449
|
const Wt = {
|
|
2446
2450
|
[Jn]: "The client info could not be parsed/decoded correctly",
|
|
2447
2451
|
[Zn]: "The client info was empty",
|
|
2448
|
-
[
|
|
2449
|
-
[
|
|
2450
|
-
[
|
|
2451
|
-
[
|
|
2452
|
-
[
|
|
2453
|
-
[
|
|
2454
|
-
[
|
|
2455
|
-
[
|
|
2456
|
-
[
|
|
2457
|
-
[
|
|
2458
|
-
[
|
|
2459
|
-
[
|
|
2460
|
-
[
|
|
2461
|
-
[
|
|
2462
|
-
[
|
|
2463
|
-
[
|
|
2464
|
-
[
|
|
2465
|
-
[
|
|
2466
|
-
[
|
|
2467
|
-
[
|
|
2468
|
-
[
|
|
2469
|
-
[
|
|
2470
|
-
[
|
|
2471
|
-
[
|
|
2452
|
+
[Gs]: "Token cannot be parsed",
|
|
2453
|
+
[Vs]: "The token is null or empty",
|
|
2454
|
+
[zs]: "Endpoints cannot be resolved",
|
|
2455
|
+
[Us]: "Network request failed",
|
|
2456
|
+
[Ks]: "Could not retrieve endpoints. Check your authority and verify the .well-known/openid-configuration endpoint returns the required endpoints.",
|
|
2457
|
+
[Qs]: "The hash parameters could not be deserialized",
|
|
2458
|
+
[Xs]: "State was not the expected format",
|
|
2459
|
+
[Js]: "State mismatch error",
|
|
2460
|
+
[Zs]: "State not found",
|
|
2461
|
+
[ea]: "Nonce mismatch error",
|
|
2462
|
+
[ta]: "Max Age was requested and the ID token is missing the auth_time variable. auth_time is an optional claim and is not enabled by default - it must be enabled. See https://aka.ms/msaljs/optional-claims for more information.",
|
|
2463
|
+
[na]: "Max Age is set to 0, or too much time has elapsed since the last end-user authentication.",
|
|
2464
|
+
[ra]: "The cache contains multiple tokens satisfying the requirements. Call AcquireToken again providing more requirements such as authority or account.",
|
|
2465
|
+
[oa]: "The cache contains multiple accounts satisfying the given parameters. Please pass more info to obtain the correct account",
|
|
2466
|
+
[sa]: "The cache contains multiple appMetadata satisfying the given parameters. Please pass more info to obtain the correct appMetadata",
|
|
2467
|
+
[aa]: "Token request cannot be made without authorization code or refresh token.",
|
|
2468
|
+
[ia]: "Cannot remove null or empty scope from ScopeSet",
|
|
2469
|
+
[ca]: "Cannot append ScopeSet",
|
|
2470
|
+
[la]: "Empty input ScopeSet cannot be processed",
|
|
2471
|
+
[ua]: "Caller has cancelled token endpoint polling during device code flow by setting DeviceCodeRequest.cancel = true.",
|
|
2472
|
+
[da]: "Device code is expired.",
|
|
2473
|
+
[ha]: "Device code stopped polling for unknown reasons.",
|
|
2474
|
+
[ma]: "Please pass an account object, silent flow is not supported without account information",
|
|
2475
|
+
[fa]: "Cache record object was null or undefined.",
|
|
2472
2476
|
[er]: "Invalid environment when attempting to create cache entry",
|
|
2473
|
-
[
|
|
2474
|
-
[
|
|
2475
|
-
[
|
|
2477
|
+
[pa]: "No account found in cache for given key.",
|
|
2478
|
+
[ga]: "No crypto object detected.",
|
|
2479
|
+
[wa]: "Unexpected credential type.",
|
|
2476
2480
|
[xa]: "Client assertion must meet requirements described in https://tools.ietf.org/html/rfc7515",
|
|
2477
|
-
[
|
|
2478
|
-
[
|
|
2479
|
-
[
|
|
2480
|
-
[
|
|
2481
|
-
[
|
|
2482
|
-
[
|
|
2483
|
-
[
|
|
2484
|
-
[
|
|
2485
|
-
[
|
|
2486
|
-
[
|
|
2487
|
-
[
|
|
2481
|
+
[ya]: "Client credential (secret, certificate, or assertion) must not be empty when creating a confidential client. An application should at most have one credential",
|
|
2482
|
+
[va]: "Cannot return token from cache because it must be refreshed. This may be due to one of the following reasons: forceRefresh parameter is set to true, claims have been requested, there is no cached access token or it is expired.",
|
|
2483
|
+
[ba]: "User defined timeout for device code polling reached",
|
|
2484
|
+
[_a]: "Cannot generate a POP jwt if the token_claims are not populated",
|
|
2485
|
+
[ja]: "Server response does not contain an authorization code to proceed",
|
|
2486
|
+
[ka]: "Could not remove the credential's binding key from storage.",
|
|
2487
|
+
[Ca]: "The provided authority does not support logout",
|
|
2488
|
+
[Na]: "A keyId value is missing from the requested bound token's cache record and is required to match the token to it's stored binding key.",
|
|
2489
|
+
[$a]: "No network connectivity. Check your internet connection.",
|
|
2490
|
+
[Ia]: "User cancelled the flow.",
|
|
2491
|
+
[Sa]: "A tenant id - not common, organizations, or consumers - must be specified when using the client_credentials flow.",
|
|
2488
2492
|
[Ta]: "This method has not been implemented",
|
|
2489
|
-
[
|
|
2493
|
+
[Ea]: "The nested app auth bridge is disabled"
|
|
2490
2494
|
};
|
|
2491
2495
|
class yt extends ut {
|
|
2492
2496
|
constructor(e, t) {
|
|
@@ -2508,20 +2512,20 @@ function Rt(n, e) {
|
|
|
2508
2512
|
}
|
|
2509
2513
|
}
|
|
2510
2514
|
/*! @azure/msal-common v14.10.0 2024-05-07 */
|
|
2511
|
-
function
|
|
2515
|
+
function Oa(n, e) {
|
|
2512
2516
|
return !!n && !!e && n === e.split(".")[1];
|
|
2513
2517
|
}
|
|
2514
|
-
function
|
|
2518
|
+
function Da(n, e) {
|
|
2515
2519
|
const { oid: t, sub: r, tid: o, name: a, tfp: i, acr: l } = e, c = o || i || l || "";
|
|
2516
2520
|
return {
|
|
2517
2521
|
tenantId: c,
|
|
2518
2522
|
localAccountId: t || r || "",
|
|
2519
2523
|
name: a,
|
|
2520
|
-
isHomeTenant:
|
|
2524
|
+
isHomeTenant: Oa(c, n)
|
|
2521
2525
|
};
|
|
2522
2526
|
}
|
|
2523
2527
|
/*! @azure/msal-common v14.10.0 2024-05-07 */
|
|
2524
|
-
const
|
|
2528
|
+
const nt = {
|
|
2525
2529
|
Default: 0,
|
|
2526
2530
|
Adfs: 1,
|
|
2527
2531
|
Dsts: 2,
|
|
@@ -2532,7 +2536,7 @@ function Ma(n) {
|
|
|
2532
2536
|
return n && (n.tid || n.tfp || n.acr) || null;
|
|
2533
2537
|
}
|
|
2534
2538
|
/*! @azure/msal-common v14.10.0 2024-05-07 */
|
|
2535
|
-
const
|
|
2539
|
+
const Pa = {
|
|
2536
2540
|
AAD: "AAD",
|
|
2537
2541
|
OIDC: "OIDC"
|
|
2538
2542
|
};
|
|
@@ -2597,7 +2601,7 @@ class Ie {
|
|
|
2597
2601
|
*/
|
|
2598
2602
|
static createAccount(e, t, r) {
|
|
2599
2603
|
const o = new Ie();
|
|
2600
|
-
t.authorityType ===
|
|
2604
|
+
t.authorityType === nt.Adfs ? o.authorityType = Pe.ADFS_ACCOUNT_TYPE : t.protocolMode === Pa.AAD ? o.authorityType = Pe.MSSTS_ACCOUNT_TYPE : o.authorityType = Pe.GENERIC_ACCOUNT_TYPE;
|
|
2601
2605
|
let a;
|
|
2602
2606
|
e.clientInfo && r && (a = Rt(e.clientInfo, r)), o.clientInfo = e.clientInfo, o.homeAccountId = e.homeAccountId, o.nativeAccountId = e.nativeAccountId;
|
|
2603
2607
|
const i = e.environment || t && t.getPreferredCache();
|
|
@@ -2610,7 +2614,7 @@ class Ie {
|
|
|
2610
2614
|
else {
|
|
2611
2615
|
const u = [];
|
|
2612
2616
|
if (e.idTokenClaims) {
|
|
2613
|
-
const d =
|
|
2617
|
+
const d = Da(e.homeAccountId, e.idTokenClaims);
|
|
2614
2618
|
u.push(d);
|
|
2615
2619
|
}
|
|
2616
2620
|
o.tenantProfiles = u;
|
|
@@ -2635,7 +2639,7 @@ class Ie {
|
|
|
2635
2639
|
* @param authType
|
|
2636
2640
|
*/
|
|
2637
2641
|
static generateHomeAccountId(e, t, r, o, a) {
|
|
2638
|
-
if (!(t ===
|
|
2642
|
+
if (!(t === nt.Adfs || t === nt.Dsts)) {
|
|
2639
2643
|
if (e)
|
|
2640
2644
|
try {
|
|
2641
2645
|
const i = Rt(e, o.base64Decode);
|
|
@@ -2681,9 +2685,9 @@ class vt extends ut {
|
|
|
2681
2685
|
function Lt(n, e) {
|
|
2682
2686
|
return !e || !e.homeAccountId && !e.localAccountId && !e.username ? n.getActiveAccount() : $r(n.getAllAccounts(), e);
|
|
2683
2687
|
}
|
|
2684
|
-
function
|
|
2685
|
-
const { instance: e, inProgress: t, logger: r } = dt(), [o, a] =
|
|
2686
|
-
return
|
|
2688
|
+
function Aa(n) {
|
|
2689
|
+
const { instance: e, inProgress: t, logger: r } = dt(), [o, a] = M(() => Lt(e, n));
|
|
2690
|
+
return D(() => {
|
|
2687
2691
|
a((i) => {
|
|
2688
2692
|
const l = Lt(e, n);
|
|
2689
2693
|
return Ie.accountInfoIsEqual(i, l, !0) ? i : (r.info("useAccount - Updating account"), l);
|
|
@@ -2713,17 +2717,17 @@ class je extends ut {
|
|
|
2713
2717
|
}
|
|
2714
2718
|
}
|
|
2715
2719
|
/*! @azure/msal-react v2.0.16 2024-05-07 */
|
|
2716
|
-
function
|
|
2717
|
-
const { instance: r, inProgress: o, logger: a } = dt(), i = Xt(t), l =
|
|
2718
|
-
|
|
2720
|
+
function Fa(n, e, t) {
|
|
2721
|
+
const { instance: r, inProgress: o, logger: a } = dt(), i = Xt(t), l = Aa(t), [[c, u], d] = M([null, null]), h = Y(!0);
|
|
2722
|
+
D(() => () => {
|
|
2719
2723
|
h.current = !1;
|
|
2720
2724
|
}, []);
|
|
2721
2725
|
const m = Y(o !== $e.None);
|
|
2722
|
-
|
|
2726
|
+
D(() => {
|
|
2723
2727
|
m.current = o !== $e.None;
|
|
2724
2728
|
}, [o]);
|
|
2725
2729
|
const g = Y(!0);
|
|
2726
|
-
|
|
2730
|
+
D(() => {
|
|
2727
2731
|
if (u) {
|
|
2728
2732
|
g.current = !1;
|
|
2729
2733
|
return;
|
|
@@ -2745,7 +2749,7 @@ function Aa(n, e, t) {
|
|
|
2745
2749
|
default:
|
|
2746
2750
|
throw je.createInvalidInteractionTypeError();
|
|
2747
2751
|
}
|
|
2748
|
-
}, [r, n, e, a]),
|
|
2752
|
+
}, [r, n, e, a]), x = E(async (f, _) => {
|
|
2749
2753
|
const v = f || n;
|
|
2750
2754
|
let p;
|
|
2751
2755
|
return _ ? (a.trace("useMsalAuthentication - acquireToken - Using request provided in the callback"), p = {
|
|
@@ -2773,7 +2777,7 @@ function Aa(n, e, t) {
|
|
|
2773
2777
|
l,
|
|
2774
2778
|
b
|
|
2775
2779
|
]);
|
|
2776
|
-
return
|
|
2780
|
+
return D(() => {
|
|
2777
2781
|
const f = r.addEventCallback((_) => {
|
|
2778
2782
|
switch (_.eventType) {
|
|
2779
2783
|
case Fe.LOGIN_SUCCESS:
|
|
@@ -2792,45 +2796,45 @@ function Aa(n, e, t) {
|
|
|
2792
2796
|
return a.verbose(`useMsalAuthentication - Registered event callback with id: ${f}`), () => {
|
|
2793
2797
|
f && (a.verbose(`useMsalAuthentication - Removing event callback ${f}`), r.removeEventCallback(f));
|
|
2794
2798
|
};
|
|
2795
|
-
}, [r, a]),
|
|
2796
|
-
g.current && o === $e.None && (g.current = !1, i ? l && (a.info("useMsalAuthentication - User is authenticated, attempting to acquire token"),
|
|
2799
|
+
}, [r, a]), D(() => {
|
|
2800
|
+
g.current && o === $e.None && (g.current = !1, i ? l && (a.info("useMsalAuthentication - User is authenticated, attempting to acquire token"), x().catch(() => {
|
|
2797
2801
|
})) : (a.info("useMsalAuthentication - No user is authenticated, attempting to login"), b().catch(() => {
|
|
2798
2802
|
})));
|
|
2799
|
-
}, [i, l, o, b,
|
|
2803
|
+
}, [i, l, o, b, x, a]), {
|
|
2800
2804
|
login: b,
|
|
2801
|
-
acquireToken:
|
|
2805
|
+
acquireToken: x,
|
|
2802
2806
|
result: c,
|
|
2803
2807
|
error: u
|
|
2804
2808
|
};
|
|
2805
2809
|
}
|
|
2806
2810
|
/*! @azure/msal-react v2.0.16 2024-05-07 */
|
|
2807
|
-
function
|
|
2808
|
-
const c =
|
|
2811
|
+
function Wa({ interactionType: n, username: e, homeAccountId: t, localAccountId: r, authenticationRequest: o, loadingComponent: a, errorComponent: i, children: l }) {
|
|
2812
|
+
const c = K(() => ({
|
|
2809
2813
|
username: e,
|
|
2810
2814
|
homeAccountId: t,
|
|
2811
2815
|
localAccountId: r
|
|
2812
|
-
}), [e, t, r]), u = dt(), d =
|
|
2816
|
+
}), [e, t, r]), u = dt(), d = Fa(n, o, c), h = Xt(c);
|
|
2813
2817
|
if (d.error && u.inProgress === $e.None) {
|
|
2814
2818
|
if (i)
|
|
2815
|
-
return
|
|
2819
|
+
return te.createElement(i, { ...d });
|
|
2816
2820
|
throw d.error;
|
|
2817
2821
|
}
|
|
2818
|
-
return h ?
|
|
2822
|
+
return h ? te.createElement(te.Fragment, null, Ir(l, d)) : a && u.inProgress !== $e.None ? te.createElement(a, { ...u }) : null;
|
|
2819
2823
|
}
|
|
2820
|
-
const
|
|
2824
|
+
const Ra = ({ children: n, onStorno: e }) => {
|
|
2821
2825
|
const { formSubmitTexts: t } = L(oe);
|
|
2822
|
-
return /* @__PURE__ */ s.jsxs(
|
|
2826
|
+
return /* @__PURE__ */ s.jsxs(Sc, { children: [
|
|
2823
2827
|
/* @__PURE__ */ s.jsxs($t, { as: "button", color: "primary", size: "lg", type: "submit", children: [
|
|
2824
|
-
/* @__PURE__ */ s.jsx(
|
|
2828
|
+
/* @__PURE__ */ s.jsx(Sr, {}),
|
|
2825
2829
|
n
|
|
2826
2830
|
] }),
|
|
2827
2831
|
e && /* @__PURE__ */ s.jsxs($t, { as: "button", color: "secondary", variant: "outlined", size: "lg", onClick: e, children: [
|
|
2828
|
-
/* @__PURE__ */ s.jsx(
|
|
2832
|
+
/* @__PURE__ */ s.jsx(Tr, {}),
|
|
2829
2833
|
t.storno
|
|
2830
2834
|
] })
|
|
2831
2835
|
] });
|
|
2832
|
-
},
|
|
2833
|
-
button:
|
|
2836
|
+
}, La = "_button_1r3i0_1", it = {
|
|
2837
|
+
button: La
|
|
2834
2838
|
}, ct = ({
|
|
2835
2839
|
color: n = "primary",
|
|
2836
2840
|
// icon = <MdOutlineArrowOutward size={10} />,
|
|
@@ -2840,10 +2844,10 @@ const Wa = ({ children: n, onStorno: e }) => {
|
|
|
2840
2844
|
...o
|
|
2841
2845
|
}) => {
|
|
2842
2846
|
const { LinkComponent: a } = L(oe);
|
|
2843
|
-
return o.as === "link" ? /* @__PURE__ */ s.jsxs(a, { to: o.href ?? "/", className:
|
|
2847
|
+
return o.as === "link" ? /* @__PURE__ */ s.jsxs(a, { to: o.href ?? "/", className: w(`luminus-context-button btn text-${n} ${t ?? ""}`, it.button), ...o, children: [
|
|
2844
2848
|
e,
|
|
2845
2849
|
r
|
|
2846
|
-
] }) : o.as === "button" || o.as === void 0 ? /* @__PURE__ */ s.jsxs("button", { type: "button", className:
|
|
2850
|
+
] }) : o.as === "button" || o.as === void 0 ? /* @__PURE__ */ s.jsxs("button", { type: "button", className: w(`luminus-context-button btn text-${n} ${t ?? ""}`, it.button), ...o, children: [
|
|
2847
2851
|
e,
|
|
2848
2852
|
r
|
|
2849
2853
|
] }) : null;
|
|
@@ -2852,63 +2856,74 @@ const Wa = ({ children: n, onStorno: e }) => {
|
|
|
2852
2856
|
d.target.files && (o(d.target.files), d.target.value = "");
|
|
2853
2857
|
};
|
|
2854
2858
|
return /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
2855
|
-
/* @__PURE__ */ s.jsxs("label", { htmlFor: t, className:
|
|
2859
|
+
/* @__PURE__ */ s.jsxs("label", { htmlFor: t, className: w(`luminus-context-button btn text-${n} ${a ?? ""}`, it.button), ...c, children: [
|
|
2856
2860
|
e,
|
|
2857
2861
|
i
|
|
2858
2862
|
] }),
|
|
2859
2863
|
/* @__PURE__ */ s.jsx("input", { id: t, type: "file", accept: r, onChange: u, hidden: !0, multiple: l })
|
|
2860
2864
|
] });
|
|
2861
|
-
},
|
|
2865
|
+
}, qa = "_icon-button_15e26_1", Ya = "_sm_15e26_14", Ha = "_md_15e26_23", Ba = "_lg_15e26_32", Le = {
|
|
2862
2866
|
"icon-button": "_icon-button_15e26_1",
|
|
2863
|
-
iconButton:
|
|
2864
|
-
sm:
|
|
2865
|
-
md:
|
|
2866
|
-
lg:
|
|
2867
|
-
},
|
|
2867
|
+
iconButton: qa,
|
|
2868
|
+
sm: Ya,
|
|
2869
|
+
md: Ha,
|
|
2870
|
+
lg: Ba
|
|
2871
|
+
}, Z = ({ type: n = "button", color: e = "primary", size: t = "md", children: r, className: o, ...a }) => {
|
|
2868
2872
|
const { LinkComponent: i } = L(oe);
|
|
2869
|
-
return a.as === "link" ? /* @__PURE__ */ s.jsx(i, { to: a.href ?? "/", className:
|
|
2873
|
+
return a.as === "link" ? /* @__PURE__ */ s.jsx(i, { to: a.href ?? "/", className: w(`luminus-icon-button btn text-${e} ${o ?? ""}`, Le.iconButton, Le[t]), ...a, children: r }) : a.as === "button" || a.as === void 0 ? /* @__PURE__ */ s.jsx(
|
|
2870
2874
|
"button",
|
|
2871
2875
|
{
|
|
2872
2876
|
type: n,
|
|
2873
|
-
className:
|
|
2877
|
+
className: w(`luminus-icon-button btn text-${e} ${o ?? ""}`, Le.iconButton, Le[t]),
|
|
2874
2878
|
...a,
|
|
2875
2879
|
children: r
|
|
2876
2880
|
}
|
|
2877
2881
|
) : null;
|
|
2878
|
-
},
|
|
2882
|
+
}, Qc = ({ month: n, onChangeMonth: e, locale: t }) => {
|
|
2879
2883
|
const r = E((o) => {
|
|
2880
2884
|
e(mn(n, o));
|
|
2881
2885
|
}, [n, e]);
|
|
2882
2886
|
return /* @__PURE__ */ s.jsxs("div", { className: "card d-flex flex-row align-items-center m-0 p-1 gap-2", children: [
|
|
2883
|
-
/* @__PURE__ */ s.jsx(
|
|
2884
|
-
/* @__PURE__ */ s.jsx("div", { children:
|
|
2885
|
-
/* @__PURE__ */ s.jsx(
|
|
2887
|
+
/* @__PURE__ */ s.jsx(Z, { onClick: () => r(-1), children: /* @__PURE__ */ s.jsx(ht, {}) }),
|
|
2888
|
+
/* @__PURE__ */ s.jsx("div", { children: ot(n, "LLLL yyyy", { locale: t }) }),
|
|
2889
|
+
/* @__PURE__ */ s.jsx(Z, { onClick: () => r(1), children: /* @__PURE__ */ s.jsx(mt, {}) })
|
|
2886
2890
|
] });
|
|
2887
|
-
},
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2891
|
+
}, Ga = "_select_pywmr_1", Va = {
|
|
2892
|
+
select: Ga
|
|
2893
|
+
}, Xc = ({ year: n, onChangeYear: e, optionMin: t = 2e3, optionMax: r = 2050, className: o }) => {
|
|
2894
|
+
const a = E((l) => {
|
|
2895
|
+
const c = n.getFullYear() + l;
|
|
2896
|
+
c < t || c > r || e(oo(n, l));
|
|
2897
|
+
}, [n, e, r, t]), i = K(() => {
|
|
2898
|
+
const l = [];
|
|
2899
|
+
for (let c = t; c <= r; c++)
|
|
2900
|
+
l.push(c);
|
|
2901
|
+
return l;
|
|
2902
|
+
}, [t, r]);
|
|
2903
|
+
return /* @__PURE__ */ s.jsxs("div", { className: w("card d-flex flex-row align-items-center m-0 p-1 gap-2", o ?? ""), children: [
|
|
2904
|
+
/* @__PURE__ */ s.jsx(Z, { onClick: () => a(-1), disabled: n.getFullYear() <= t, children: /* @__PURE__ */ s.jsx(ht, {}) }),
|
|
2905
|
+
/* @__PURE__ */ s.jsx(J.Select, { value: n.getFullYear(), onChange: (l) => {
|
|
2906
|
+
var c;
|
|
2907
|
+
return ((c = l.target) == null ? void 0 : c.value) && e(cs(n, Number(l.target.value)));
|
|
2908
|
+
}, className: Va.select, children: i.map((l) => /* @__PURE__ */ s.jsx("option", { value: l, children: l }, l)) }),
|
|
2909
|
+
/* @__PURE__ */ s.jsx(Z, { onClick: () => a(1), disabled: n.getFullYear() >= r, children: /* @__PURE__ */ s.jsx(mt, {}) })
|
|
2895
2910
|
] });
|
|
2896
|
-
},
|
|
2897
|
-
widget:
|
|
2898
|
-
},
|
|
2911
|
+
}, za = "_widget_etgh3_1", Ua = {
|
|
2912
|
+
widget: za
|
|
2913
|
+
}, Ka = ({ show: n, widgets: e, handleClose: t, onWidgetPicked: r, texts: o }) => /* @__PURE__ */ s.jsxs(We, { show: n, onHide: () => t(), children: [
|
|
2899
2914
|
/* @__PURE__ */ s.jsx(We.Header, { closeButton: !0, children: /* @__PURE__ */ s.jsx(We.Title, { children: o.pickWidgetToAdd }) }),
|
|
2900
2915
|
/* @__PURE__ */ s.jsx(We.Body, { children: /* @__PURE__ */ s.jsx("div", { className: "list-group", children: e.filter((a) => a.id >= 0).map((a) => /* @__PURE__ */ s.jsx("div", { role: "button", className: "list-group-item bg-white", onClick: () => r(a.id), children: /* @__PURE__ */ s.jsx(z, { variant: "body", children: a.name }) })) }) })
|
|
2901
2916
|
] }), qt = ({ availableWidgets: n, onAdd: e, texts: t }) => {
|
|
2902
|
-
const [r, o] =
|
|
2917
|
+
const [r, o] = M(!1);
|
|
2903
2918
|
return /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
2904
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
2905
|
-
/* @__PURE__ */ s.jsx(
|
|
2919
|
+
/* @__PURE__ */ s.jsx("div", { className: w("luminus-empty-widget", Ua.widget), children: /* @__PURE__ */ s.jsx(Z, { onClick: () => o(!0), children: /* @__PURE__ */ s.jsx(Er, {}) }) }),
|
|
2920
|
+
/* @__PURE__ */ s.jsx(Ka, { show: r, widgets: n, handleClose: () => o(!1), onWidgetPicked: (a) => {
|
|
2906
2921
|
o(!1), e(a);
|
|
2907
2922
|
}, texts: t })
|
|
2908
2923
|
] });
|
|
2909
|
-
},
|
|
2910
|
-
const [e, t] =
|
|
2911
|
-
|
|
2924
|
+
}, Qa = (n) => {
|
|
2925
|
+
const [e, t] = M({ widgets: [] });
|
|
2926
|
+
D(() => {
|
|
2912
2927
|
const o = localStorage.getItem("dashboardConfig");
|
|
2913
2928
|
o ? t(JSON.parse(o)) : n && t(n);
|
|
2914
2929
|
}, [n]);
|
|
@@ -2916,24 +2931,24 @@ const Wa = ({ children: n, onStorno: e }) => {
|
|
|
2916
2931
|
t(o), localStorage.setItem("dashboardConfig", JSON.stringify(o));
|
|
2917
2932
|
}, []);
|
|
2918
2933
|
return { dashboardConfig: e, onChangeDashboardConfig: r };
|
|
2919
|
-
},
|
|
2920
|
-
dashboard:
|
|
2934
|
+
}, Xa = "_dashboard_16plm_1", Ja = "_widgets-grid_16plm_1", Za = "_widget-wrapper_16plm_8", ei = "_full-width_16plm_13", ti = "_widget-edit_16plm_16", ni = "_remove-icon_16plm_19", ri = "_full-width-icon_16plm_26", oi = "_widget-edit-overlay_16plm_36", ie = {
|
|
2935
|
+
dashboard: Xa,
|
|
2921
2936
|
"widgets-grid": "_widgets-grid_16plm_1",
|
|
2922
|
-
widgetsGrid:
|
|
2937
|
+
widgetsGrid: Ja,
|
|
2923
2938
|
"widget-wrapper": "_widget-wrapper_16plm_8",
|
|
2924
|
-
widgetWrapper:
|
|
2939
|
+
widgetWrapper: Za,
|
|
2925
2940
|
"full-width": "_full-width_16plm_13",
|
|
2926
|
-
fullWidth:
|
|
2941
|
+
fullWidth: ei,
|
|
2927
2942
|
"widget-edit": "_widget-edit_16plm_16",
|
|
2928
|
-
widgetEdit:
|
|
2943
|
+
widgetEdit: ti,
|
|
2929
2944
|
"remove-icon": "_remove-icon_16plm_19",
|
|
2930
|
-
removeIcon:
|
|
2945
|
+
removeIcon: ni,
|
|
2931
2946
|
"full-width-icon": "_full-width-icon_16plm_26",
|
|
2932
|
-
fullWidthIcon:
|
|
2947
|
+
fullWidthIcon: ri,
|
|
2933
2948
|
"widget-edit-overlay": "_widget-edit-overlay_16plm_36",
|
|
2934
|
-
widgetEditOverlay:
|
|
2949
|
+
widgetEditOverlay: oi
|
|
2935
2950
|
};
|
|
2936
|
-
class
|
|
2951
|
+
class si extends Hr {
|
|
2937
2952
|
constructor(e) {
|
|
2938
2953
|
super(e), this.state = { hasError: !1 }, this.reload = this.reload.bind(this);
|
|
2939
2954
|
}
|
|
@@ -2949,7 +2964,7 @@ class ni extends Hr {
|
|
|
2949
2964
|
}
|
|
2950
2965
|
render() {
|
|
2951
2966
|
const { fallback: e, children: t, texts: r, reloadButtonDisplay: o = "append-after-child" } = this.props;
|
|
2952
|
-
return this.state.hasError ? o === "inject-to-child" && Br(e) ?
|
|
2967
|
+
return this.state.hasError ? o === "inject-to-child" && Br(e) ? te.cloneElement(e, {
|
|
2953
2968
|
...e.props
|
|
2954
2969
|
}, /* @__PURE__ */ s.jsxs("div", { className: "translate-middle top-50 start-50 position-absolute d-flex flex-column align-items-center gap-2", children: [
|
|
2955
2970
|
...e.props.children,
|
|
@@ -2960,31 +2975,31 @@ class ni extends Hr {
|
|
|
2960
2975
|
] }) : t;
|
|
2961
2976
|
}
|
|
2962
2977
|
}
|
|
2963
|
-
const
|
|
2978
|
+
const ai = (n) => (t) => {
|
|
2964
2979
|
const { errorBoundaryTexts: r } = L(oe);
|
|
2965
2980
|
return /* @__PURE__ */ s.jsx(n, { texts: r, ...t });
|
|
2966
|
-
},
|
|
2981
|
+
}, ii = ai(si), ci = "_widget-card_e9tsb_1", li = {
|
|
2967
2982
|
"widget-card": "_widget-card_e9tsb_1",
|
|
2968
|
-
widgetCard:
|
|
2969
|
-
}, Yt = ({ children: n, title: e, headerContent: t }) => /* @__PURE__ */ s.jsx(
|
|
2983
|
+
widgetCard: ci
|
|
2984
|
+
}, Yt = ({ children: n, title: e, headerContent: t }) => /* @__PURE__ */ s.jsx(mc, { className: w(li.widgetCard, "luminus-widget"), title: e, headerContent: t, contentClassName: "h-100 overflow-auto", children: n }), ui = ({ children: n, title: e }) => {
|
|
2970
2985
|
const { widgetTexts: t } = L(oe);
|
|
2971
|
-
return /* @__PURE__ */ s.jsx(
|
|
2972
|
-
},
|
|
2986
|
+
return /* @__PURE__ */ s.jsx(ii, { fallback: /* @__PURE__ */ s.jsx(Yt, { title: e, children: t.fallbackError }), reloadButtonDisplay: "inject-to-child", children: /* @__PURE__ */ s.jsx(Gr, { fallback: /* @__PURE__ */ s.jsx(Yt, { title: e, children: /* @__PURE__ */ s.jsx(eo, {}) }), children: n }) });
|
|
2987
|
+
}, Jc = ({ availableWidgets: n, editMode: e, defaultDashboardConfig: t }) => {
|
|
2973
2988
|
var d;
|
|
2974
|
-
const { homeDashboardTexts: r } = L(oe), { dashboardConfig: o, onChangeDashboardConfig: a } =
|
|
2989
|
+
const { homeDashboardTexts: r } = L(oe), { dashboardConfig: o, onChangeDashboardConfig: a } = Qa(t), i = E((h, m) => {
|
|
2975
2990
|
var g, b;
|
|
2976
2991
|
h === ((g = o.widgets) == null ? void 0 : g.length) ? a({
|
|
2977
2992
|
...o,
|
|
2978
2993
|
widgets: [...o.widgets, { widgetId: m, fullWidth: !1 }]
|
|
2979
2994
|
}) : a({
|
|
2980
2995
|
...o,
|
|
2981
|
-
widgets: ((b = o.widgets) == null ? void 0 : b.map((
|
|
2996
|
+
widgets: ((b = o.widgets) == null ? void 0 : b.map((x, f) => f === h ? { widgetId: m, fullWidth: !1 } : x)) ?? []
|
|
2982
2997
|
});
|
|
2983
2998
|
}, [o, a]), l = E((h) => {
|
|
2984
2999
|
var m, g;
|
|
2985
3000
|
((m = o.widgets[h]) == null ? void 0 : m.widgetId) === -1 ? a({
|
|
2986
3001
|
...o,
|
|
2987
|
-
widgets: ((g = o.widgets) == null ? void 0 : g.filter((b,
|
|
3002
|
+
widgets: ((g = o.widgets) == null ? void 0 : g.filter((b, x) => x !== h)) ?? []
|
|
2988
3003
|
}) : i(h, -1);
|
|
2989
3004
|
}, [o, a, i]), c = E((h) => {
|
|
2990
3005
|
var m;
|
|
@@ -2992,15 +3007,15 @@ const ri = (n) => (t) => {
|
|
|
2992
3007
|
...o,
|
|
2993
3008
|
widgets: ((m = o.widgets) == null ? void 0 : m.map((g, b) => b === h ? { ...g, fullWidth: !g.fullWidth } : g)) ?? []
|
|
2994
3009
|
});
|
|
2995
|
-
}, [o, a]), u = E((h, m, g) => h ? /* @__PURE__ */ s.jsxs("div", { className:
|
|
2996
|
-
[
|
|
2997
|
-
}, { [
|
|
3010
|
+
}, [o, a]), u = E((h, m, g) => h ? /* @__PURE__ */ s.jsxs("div", { className: w(ie.widgetWrapper, {
|
|
3011
|
+
[ie.widgetEdit]: e && h.id !== -1
|
|
3012
|
+
}, { [ie.fullWidth]: g }), children: [
|
|
2998
3013
|
e && /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
2999
|
-
/* @__PURE__ */ s.jsx(
|
|
3000
|
-
/* @__PURE__ */ s.jsx(
|
|
3014
|
+
/* @__PURE__ */ s.jsx(Z, { color: "danger", onClick: () => l(m), className: w(ie.removeIcon), children: /* @__PURE__ */ s.jsx(Zt, {}) }),
|
|
3015
|
+
/* @__PURE__ */ s.jsx(Z, { color: g ? "danger" : "primary", onClick: () => c(m), className: w(ie.fullWidthIcon), children: /* @__PURE__ */ s.jsx(Or, {}) })
|
|
3001
3016
|
] }),
|
|
3002
|
-
h.id === -1 ? e && /* @__PURE__ */ s.jsx("div", { className:
|
|
3003
|
-
h.id > -1 && e && /* @__PURE__ */ s.jsx("div", { className:
|
|
3017
|
+
h.id === -1 ? e && /* @__PURE__ */ s.jsx("div", { className: ie.widgetWrapper, children: /* @__PURE__ */ s.jsx(qt, { availableWidgets: n, onAdd: (b) => i(m, b), texts: r }) }) : /* @__PURE__ */ s.jsx(ui, { title: h.title, children: /* @__PURE__ */ s.jsx(h.WidgetElement, { title: h.title }) }),
|
|
3018
|
+
h.id > -1 && e && /* @__PURE__ */ s.jsx("div", { className: ie.widgetEditOverlay })
|
|
3004
3019
|
] }, m) : /* @__PURE__ */ s.jsx(s.Fragment, {}), [
|
|
3005
3020
|
e,
|
|
3006
3021
|
i,
|
|
@@ -3009,61 +3024,61 @@ const ri = (n) => (t) => {
|
|
|
3009
3024
|
n,
|
|
3010
3025
|
r
|
|
3011
3026
|
]);
|
|
3012
|
-
return /* @__PURE__ */ s.jsx("div", { className:
|
|
3027
|
+
return /* @__PURE__ */ s.jsx("div", { className: ie.dashboard, children: /* @__PURE__ */ s.jsxs("div", { className: ie.widgetsGrid, children: [
|
|
3013
3028
|
(d = o.widgets) == null ? void 0 : d.map((h, m) => u(n.find((g) => g.id === h.widgetId), m, h.fullWidth)),
|
|
3014
3029
|
e && /* @__PURE__ */ s.jsx(qt, { availableWidgets: n, onAdd: (h) => {
|
|
3015
3030
|
var m;
|
|
3016
3031
|
return i((m = o.widgets) == null ? void 0 : m.length, h);
|
|
3017
3032
|
}, texts: r })
|
|
3018
3033
|
] }) });
|
|
3019
|
-
},
|
|
3020
|
-
badge:
|
|
3021
|
-
sm:
|
|
3022
|
-
md:
|
|
3023
|
-
lg:
|
|
3024
|
-
},
|
|
3034
|
+
}, di = "_badge_nhser_1", hi = "_sm_nhser_1", mi = "_md_nhser_4", fi = "_lg_nhser_7", Ht = {
|
|
3035
|
+
badge: di,
|
|
3036
|
+
sm: hi,
|
|
3037
|
+
md: mi,
|
|
3038
|
+
lg: fi
|
|
3039
|
+
}, Zc = ({ children: n, color: e = "primary", size: t = "md", className: r }) => /* @__PURE__ */ s.jsx("span", { className: w(`luminus-badge badge bg-${e} ${r ?? ""}`, Ht.badge, Ht[t]), children: n }), pi = "_collapse-icon_1ahhn_1", gi = "_collapsed_1ahhn_6", Bt = {
|
|
3025
3040
|
"collapse-icon": "_collapse-icon_1ahhn_1",
|
|
3026
|
-
collapseIcon:
|
|
3027
|
-
collapsed:
|
|
3028
|
-
},
|
|
3029
|
-
const o = r.controlled ? !1 : r.defaultOpen ?? !1, [a, i] =
|
|
3030
|
-
return
|
|
3041
|
+
collapseIcon: pi,
|
|
3042
|
+
collapsed: gi
|
|
3043
|
+
}, el = ({ title: n, children: e, className: t, ...r }) => {
|
|
3044
|
+
const o = r.controlled ? !1 : r.defaultOpen ?? !1, [a, i] = M(o), l = r.controlled ? r.isOpen : a;
|
|
3045
|
+
return D(() => {
|
|
3031
3046
|
i(o);
|
|
3032
3047
|
}, [o]), /* @__PURE__ */ s.jsxs("div", { className: t ?? "", children: [
|
|
3033
3048
|
/* @__PURE__ */ s.jsxs("div", { role: "button", className: "d-flex align-items-center justify-content-between pb-3 pt-2", onClick: () => r.controlled ? r.onToggle(!r.isOpen) : i(!a), children: [
|
|
3034
3049
|
/* @__PURE__ */ s.jsx(z, { variant: "h6", children: n }),
|
|
3035
|
-
/* @__PURE__ */ s.jsx(en, { className:
|
|
3050
|
+
/* @__PURE__ */ s.jsx(en, { className: w(Bt.collapseIcon, {
|
|
3036
3051
|
[Bt.collapsed]: l
|
|
3037
3052
|
}) })
|
|
3038
3053
|
] }),
|
|
3039
|
-
/* @__PURE__ */ s.jsx(
|
|
3054
|
+
/* @__PURE__ */ s.jsx(wn, { in: l, children: /* @__PURE__ */ s.jsx("div", { children: e }) }),
|
|
3040
3055
|
/* @__PURE__ */ s.jsx("hr", { className: `my-0 ${l ? "mt-3" : ""}` })
|
|
3041
3056
|
] });
|
|
3042
|
-
},
|
|
3043
|
-
feedback:
|
|
3057
|
+
}, wi = "_feedback_esh1j_1", xi = "_feedback-spacer_esh1j_8", Gt = {
|
|
3058
|
+
feedback: wi,
|
|
3044
3059
|
"feedback-spacer": "_feedback-spacer_esh1j_8",
|
|
3045
|
-
feedbackSpacer:
|
|
3060
|
+
feedbackSpacer: xi
|
|
3046
3061
|
}, be = ({ message: n }) => /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
3047
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3048
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3062
|
+
/* @__PURE__ */ s.jsx("div", { className: w("invalid-feedback luminus-invalid-feedback", Gt.feedback), children: n }),
|
|
3063
|
+
/* @__PURE__ */ s.jsx("div", { className: w("invalid-feedback-spacer", Gt.feedbackSpacer), children: n })
|
|
3049
3064
|
] });
|
|
3050
|
-
function
|
|
3065
|
+
function yi(n, e, t) {
|
|
3051
3066
|
var r = this, o = Y(null), a = Y(0), i = Y(null), l = Y([]), c = Y(), u = Y(), d = Y(n), h = Y(!0);
|
|
3052
3067
|
d.current = n;
|
|
3053
3068
|
var m = typeof window < "u", g = !e && e !== 0 && m;
|
|
3054
3069
|
if (typeof n != "function")
|
|
3055
3070
|
throw new TypeError("Expected a function");
|
|
3056
3071
|
e = +e || 0;
|
|
3057
|
-
var b = !!(t = t || {}).leading,
|
|
3058
|
-
|
|
3072
|
+
var b = !!(t = t || {}).leading, x = !("trailing" in t) || !!t.trailing, f = "maxWait" in t, _ = "debounceOnServer" in t && !!t.debounceOnServer, v = f ? Math.max(+t.maxWait || 0, e) : null;
|
|
3073
|
+
D(function() {
|
|
3059
3074
|
return h.current = !0, function() {
|
|
3060
3075
|
h.current = !1;
|
|
3061
3076
|
};
|
|
3062
3077
|
}, []);
|
|
3063
|
-
var p =
|
|
3078
|
+
var p = K(function() {
|
|
3064
3079
|
var C = function(N) {
|
|
3065
|
-
var j = l.current,
|
|
3066
|
-
return l.current = c.current = null, a.current = N, u.current = d.current.apply(
|
|
3080
|
+
var j = l.current, T = c.current;
|
|
3081
|
+
return l.current = c.current = null, a.current = N, u.current = d.current.apply(T, j);
|
|
3067
3082
|
}, k = function(N, j) {
|
|
3068
3083
|
g && cancelAnimationFrame(i.current), i.current = g ? requestAnimationFrame(N) : setTimeout(N, j);
|
|
3069
3084
|
}, y = function(N) {
|
|
@@ -3072,13 +3087,13 @@ function gi(n, e, t) {
|
|
|
3072
3087
|
var j = N - o.current;
|
|
3073
3088
|
return !o.current || j >= e || j < 0 || f && N - a.current >= v;
|
|
3074
3089
|
}, $ = function(N) {
|
|
3075
|
-
return i.current = null,
|
|
3090
|
+
return i.current = null, x && l.current ? C(N) : (l.current = c.current = null, u.current);
|
|
3076
3091
|
}, P = function N() {
|
|
3077
3092
|
var j = Date.now();
|
|
3078
3093
|
if (y(j))
|
|
3079
3094
|
return $(j);
|
|
3080
3095
|
if (h.current) {
|
|
3081
|
-
var
|
|
3096
|
+
var T = e - (j - o.current), F = f ? Math.min(T, v - (j - a.current)) : T;
|
|
3082
3097
|
k(N, F);
|
|
3083
3098
|
}
|
|
3084
3099
|
}, I = function() {
|
|
@@ -3100,51 +3115,51 @@ function gi(n, e, t) {
|
|
|
3100
3115
|
}, I.flush = function() {
|
|
3101
3116
|
return i.current ? $(Date.now()) : u.current;
|
|
3102
3117
|
}, I;
|
|
3103
|
-
}, [b, f, e, v,
|
|
3118
|
+
}, [b, f, e, v, x, g, m, _]);
|
|
3104
3119
|
return p;
|
|
3105
3120
|
}
|
|
3106
|
-
function
|
|
3121
|
+
function vi(n, e) {
|
|
3107
3122
|
return n === e;
|
|
3108
3123
|
}
|
|
3109
|
-
function
|
|
3124
|
+
function bi(n, e) {
|
|
3110
3125
|
return e;
|
|
3111
3126
|
}
|
|
3112
3127
|
function nr(n, e, t) {
|
|
3113
|
-
var r =
|
|
3128
|
+
var r = vi, o = on(bi, n), a = o[0], i = o[1], l = yi(E(function(u) {
|
|
3114
3129
|
return i(u);
|
|
3115
3130
|
}, [i]), e, t), c = Y(n);
|
|
3116
3131
|
return r(c.current, n) || (l(n), c.current = n), [a, l];
|
|
3117
3132
|
}
|
|
3118
|
-
const
|
|
3119
|
-
wrapper:
|
|
3120
|
-
open:
|
|
3121
|
-
dropdown:
|
|
3133
|
+
const _i = "_wrapper_uccrb_1", ji = "_open_uccrb_9", ki = "_dropdown_uccrb_13", Ci = "_search-input-container_uccrb_19", Ni = "_search-input_uccrb_19", $i = "_loading-container_uccrb_25", Ii = "_items-container_uccrb_32", Si = "_header-row_uccrb_38", Ti = "_item_uccrb_32", Ei = "_name_uccrb_57", Oi = "_column-item_uccrb_62", Di = "_icon_uccrb_66", Mi = "_clear-button_uccrb_74", ee = {
|
|
3134
|
+
wrapper: _i,
|
|
3135
|
+
open: ji,
|
|
3136
|
+
dropdown: ki,
|
|
3122
3137
|
"search-input-container": "_search-input-container_uccrb_19",
|
|
3123
|
-
searchInputContainer:
|
|
3138
|
+
searchInputContainer: Ci,
|
|
3124
3139
|
"search-input": "_search-input_uccrb_19",
|
|
3125
|
-
searchInput:
|
|
3140
|
+
searchInput: Ni,
|
|
3126
3141
|
"loading-container": "_loading-container_uccrb_25",
|
|
3127
|
-
loadingContainer:
|
|
3142
|
+
loadingContainer: $i,
|
|
3128
3143
|
"items-container": "_items-container_uccrb_32",
|
|
3129
|
-
itemsContainer:
|
|
3144
|
+
itemsContainer: Ii,
|
|
3130
3145
|
"header-row": "_header-row_uccrb_38",
|
|
3131
|
-
headerRow:
|
|
3132
|
-
item:
|
|
3133
|
-
name:
|
|
3146
|
+
headerRow: Si,
|
|
3147
|
+
item: Ti,
|
|
3148
|
+
name: Ei,
|
|
3134
3149
|
"column-item": "_column-item_uccrb_62",
|
|
3135
|
-
columnItem:
|
|
3136
|
-
icon:
|
|
3150
|
+
columnItem: Oi,
|
|
3151
|
+
icon: Di,
|
|
3137
3152
|
"clear-button": "_clear-button_uccrb_74",
|
|
3138
|
-
clearButton:
|
|
3153
|
+
clearButton: Mi
|
|
3139
3154
|
}, bt = ({ show: n, onCancel: e, items: t, currentSelection: r, onSelectionChange: o, onSearchQueryChange: a, texts: i, itemsNameWidth: l, additionalColumns: c, displayIdAsName: u = !1, autoHideSearch: d = !1, allItemsLength: h, disabled: m, isLoading: g = !1, inputRef: b }) => {
|
|
3140
|
-
var
|
|
3141
|
-
const
|
|
3142
|
-
|
|
3155
|
+
var S;
|
|
3156
|
+
const x = Y(null), f = Y(null), _ = Y(null), [v, p] = M(""), [C] = nr(v, 500), [, k] = M(!1), y = (S = b.current) == null ? void 0 : S.getBoundingClientRect(), $ = (y == null ? void 0 : y.x) ?? 0, P = ((y == null ? void 0 : y.x) ?? 0) + ((y == null ? void 0 : y.width) ?? 0), I = (y == null ? void 0 : y.y) ?? 0, N = ((y == null ? void 0 : y.y) ?? 0) + ((y == null ? void 0 : y.height) ?? 0), j = (y == null ? void 0 : y.width) ?? 0, T = (y == null ? void 0 : y.height) ?? 0, F = 5, W = K(() => $ ? $ > window.innerWidth / 2 : !1, [$]), H = K(() => I ? I > window.innerHeight / 2 : !1, [I]);
|
|
3157
|
+
D(() => {
|
|
3143
3158
|
var O;
|
|
3144
3159
|
n && ((O = _.current) == null || O.focus());
|
|
3145
|
-
}, [_, n]),
|
|
3160
|
+
}, [_, n]), D(() => {
|
|
3146
3161
|
n || p("");
|
|
3147
|
-
}, [n]),
|
|
3162
|
+
}, [n]), D(() => {
|
|
3148
3163
|
a(C);
|
|
3149
3164
|
}, [C, a]);
|
|
3150
3165
|
const R = E((O) => {
|
|
@@ -3156,107 +3171,107 @@ const yi = "_wrapper_uccrb_1", vi = "_open_uccrb_9", bi = "_dropdown_uccrb_13",
|
|
|
3156
3171
|
}, [e]), G = E(() => {
|
|
3157
3172
|
k((O) => !O);
|
|
3158
3173
|
}, []);
|
|
3159
|
-
|
|
3174
|
+
D(() => (window.addEventListener("scroll", G), () => {
|
|
3160
3175
|
window.removeEventListener("scroll", G);
|
|
3161
|
-
}), [G]),
|
|
3176
|
+
}), [G]), D(() => (window.addEventListener("resize", G), () => {
|
|
3162
3177
|
window.removeEventListener("resize", G);
|
|
3163
|
-
}), [G]), un(R), dn([
|
|
3164
|
-
const
|
|
3178
|
+
}), [G]), un(R), dn([x, f], e);
|
|
3179
|
+
const ae = l ?? (c && c.length > 0 ? 250 : 0), ne = (c == null ? void 0 : c.reduce((O, Q) => O + (Q.width ?? 100), 0)) ?? 0, U = `calc(max(${j}px, ${ae}px + ${ne}px))`;
|
|
3165
3180
|
return /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
3166
3181
|
/* @__PURE__ */ s.jsx(or, { show: n, onClick: e }),
|
|
3167
|
-
r && n && !m && /* @__PURE__ */ s.jsx("button", { ref: f, type: "button", className:
|
|
3168
|
-
top: `calc(${I}px + ${
|
|
3182
|
+
r && n && !m && /* @__PURE__ */ s.jsx("button", { ref: f, type: "button", className: w("luminus-dropdown-picker-clear-button", ee.clearButton), onClick: () => !m && o(null), style: {
|
|
3183
|
+
top: `calc(${I}px + ${T / 2}px - 12px)`,
|
|
3169
3184
|
left: `calc(${$}px - 24px - 8px)`
|
|
3170
3185
|
}, children: /* @__PURE__ */ s.jsx(z, { variant: "caption", className: "text-danger", children: /* @__PURE__ */ s.jsx(Zt, { size: 16 }) }) }),
|
|
3171
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3172
|
-
[
|
|
3186
|
+
/* @__PURE__ */ s.jsx("div", { className: w("luminus-dropdown-picker", ee.wrapper, {
|
|
3187
|
+
[ee.open]: n
|
|
3173
3188
|
}), style: {
|
|
3174
3189
|
top: H ? `calc(${I}px - 50vh - 8px)` : `calc(${N}px + 8px)`,
|
|
3175
3190
|
left: W ? `calc(${P}px - ${U})` : $,
|
|
3176
3191
|
right: W ? `${P}px` : `calc(${$}px + ${U})`,
|
|
3177
3192
|
width: U,
|
|
3178
3193
|
justifyContent: H ? "flex-end" : "flex-start"
|
|
3179
|
-
}, children: /* @__PURE__ */ s.jsx("div", { ref:
|
|
3180
|
-
d && (h ?? t.length) <= F ? null : /* @__PURE__ */ s.jsx("div", { className:
|
|
3181
|
-
var
|
|
3182
|
-
return p(((
|
|
3194
|
+
}, children: /* @__PURE__ */ s.jsx("div", { ref: x, className: w("shadow rounded", ee.dropdown), children: !m && /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
3195
|
+
d && (h ?? t.length) <= F ? null : /* @__PURE__ */ s.jsx("div", { className: w("search-input-container border-bottom", ee.searchInputContainer), children: /* @__PURE__ */ s.jsx(J.Control, { ref: _, type: "search", size: "sm", className: ee.searchInput, placeholder: i.searchPlaceholder, value: v, onChange: (O) => {
|
|
3196
|
+
var Q;
|
|
3197
|
+
return p(((Q = O.target) == null ? void 0 : Q.value) ?? "");
|
|
3183
3198
|
} }) }),
|
|
3184
|
-
g ? /* @__PURE__ */ s.jsx("div", { className:
|
|
3185
|
-
c && c.length > 0 && /* @__PURE__ */ s.jsxs("div", { className:
|
|
3186
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3187
|
-
c == null ? void 0 : c.map((O) => /* @__PURE__ */ s.jsx("div", { className:
|
|
3199
|
+
g ? /* @__PURE__ */ s.jsx("div", { className: ee.loadingContainer, children: /* @__PURE__ */ s.jsx(xt, { animation: "border", variant: "primary" }) }) : t.length > 0 && /* @__PURE__ */ s.jsxs("div", { className: w("items", ee.itemsContainer), children: [
|
|
3200
|
+
c && c.length > 0 && /* @__PURE__ */ s.jsxs("div", { className: w("header-row border-bottom", ee.headerRow), children: [
|
|
3201
|
+
/* @__PURE__ */ s.jsx("div", { className: ee.name }),
|
|
3202
|
+
c == null ? void 0 : c.map((O) => /* @__PURE__ */ s.jsx("div", { className: ee.columnItem, style: {
|
|
3188
3203
|
width: `${O.width ?? 100}px`,
|
|
3189
3204
|
minWidth: `${O.width ?? 100}px`,
|
|
3190
3205
|
maxWidth: `${O.width ?? 100}px`
|
|
3191
3206
|
}, children: /* @__PURE__ */ s.jsx(z, { variant: "caption", children: O.name }) }, O.key))
|
|
3192
3207
|
] }),
|
|
3193
|
-
t == null ? void 0 : t.map((O) => /* @__PURE__ */ s.jsxs("button", { type: "button", className:
|
|
3194
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3195
|
-
c == null ? void 0 : c.map((
|
|
3196
|
-
width: `${
|
|
3197
|
-
minWidth: `${
|
|
3198
|
-
maxWidth: `${
|
|
3199
|
-
}, children: /* @__PURE__ */ s.jsx(z, { variant: "caption", className:
|
|
3208
|
+
t == null ? void 0 : t.map((O) => /* @__PURE__ */ s.jsxs("button", { type: "button", className: w("item cursor-pointer", ee.item), onClick: () => !m && o(O), children: [
|
|
3209
|
+
/* @__PURE__ */ s.jsx("div", { className: ee.name, children: /* @__PURE__ */ s.jsx(z, { variant: "body2", children: u ? O.id : O.name }) }),
|
|
3210
|
+
c == null ? void 0 : c.map((Q) => /* @__PURE__ */ s.jsx("div", { className: ee.columnItem, style: {
|
|
3211
|
+
width: `${Q.width ?? 100}px`,
|
|
3212
|
+
minWidth: `${Q.width ?? 100}px`,
|
|
3213
|
+
maxWidth: `${Q.width ?? 100}px`
|
|
3214
|
+
}, children: /* @__PURE__ */ s.jsx(z, { variant: "caption", className: w("text-muted"), children: O.additionalColumns && O.additionalColumns[Q.key] }) }, Q.key))
|
|
3200
3215
|
] }, O.id))
|
|
3201
3216
|
] })
|
|
3202
3217
|
] }) }) })
|
|
3203
3218
|
] });
|
|
3204
3219
|
};
|
|
3205
|
-
function
|
|
3206
|
-
return
|
|
3220
|
+
function Pi(n) {
|
|
3221
|
+
return Dr({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z" }, child: [] }] })(n);
|
|
3207
3222
|
}
|
|
3208
|
-
const
|
|
3209
|
-
item:
|
|
3210
|
-
},
|
|
3223
|
+
const Ai = "_item_1dy8x_1", rr = {
|
|
3224
|
+
item: Ai
|
|
3225
|
+
}, Fi = ({
|
|
3211
3226
|
color: n = "primary",
|
|
3212
3227
|
// icon = <MdOutlineArrowOutward />,
|
|
3213
3228
|
icon: e,
|
|
3214
3229
|
className: t,
|
|
3215
3230
|
children: r,
|
|
3216
3231
|
...o
|
|
3217
|
-
}) => /* @__PURE__ */ s.jsxs(
|
|
3232
|
+
}) => /* @__PURE__ */ s.jsxs(Te.Item, { className: w(`btn luminus-dropdown-item text-nowrap rounded text-${n} ${t ?? ""}`, rr.item), ...o, children: [
|
|
3218
3233
|
e,
|
|
3219
3234
|
r
|
|
3220
|
-
] }),
|
|
3235
|
+
] }), Wi = (n) => /* @__PURE__ */ s.jsx(Te.Toggle, { ...n }), tl = ({ color: n = "primary", icon: e = /* @__PURE__ */ s.jsx(Jt, { size: 12 }), inputId: t = "context-file-input", accept: r = "*", onUpload: o, multiple: a, className: i, children: l, ...c }) => {
|
|
3221
3236
|
const u = (d) => {
|
|
3222
3237
|
d.target.files && (o(d.target.files), d.target.value = "");
|
|
3223
3238
|
};
|
|
3224
3239
|
return /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
3225
|
-
/* @__PURE__ */ s.jsxs("label", { htmlFor: t, className:
|
|
3240
|
+
/* @__PURE__ */ s.jsxs("label", { htmlFor: t, className: w(`btn luminus-dropdown-item text-nowrap rounded text-${n} ${i ?? ""}`, rr.item), ...c, children: [
|
|
3226
3241
|
e,
|
|
3227
3242
|
l
|
|
3228
3243
|
] }),
|
|
3229
3244
|
/* @__PURE__ */ s.jsx("input", { id: t, type: "file", accept: r, onChange: u, hidden: !0, multiple: a })
|
|
3230
3245
|
] });
|
|
3231
|
-
},
|
|
3232
|
-
divider:
|
|
3233
|
-
},
|
|
3234
|
-
dropdown:
|
|
3235
|
-
},
|
|
3246
|
+
}, Ri = "_divider_1e6rk_1", Li = {
|
|
3247
|
+
divider: Ri
|
|
3248
|
+
}, nl = ({ className: n }) => /* @__PURE__ */ s.jsx(Te.Divider, { className: w("luminus-dropdown-divider", n, Li.divider) }), qi = "_dropdown_1lk66_1", Yi = {
|
|
3249
|
+
dropdown: qi
|
|
3250
|
+
}, Hi = ({ toggle: n, children: e, ...t }) => /* @__PURE__ */ s.jsxs(Te, { ...t, children: [
|
|
3236
3251
|
n,
|
|
3237
|
-
/* @__PURE__ */ s.jsx(
|
|
3238
|
-
] }),
|
|
3239
|
-
dropdown:
|
|
3240
|
-
open:
|
|
3252
|
+
/* @__PURE__ */ s.jsx(Te.Menu, { className: w("luminus-dropdown rounded shadow", Yi.dropdown), children: e })
|
|
3253
|
+
] }), Bi = ({ searchTypes: n, selectedType: e, setSelectedType: t }) => /* @__PURE__ */ s.jsx(Hi, { toggle: /* @__PURE__ */ s.jsx(Wi, { as: Mr, icon: null, text: e == null ? void 0 : e.text }), children: n.map((r) => /* @__PURE__ */ s.jsx(Fi, { icon: null, onClick: () => t(r), children: r.text }, r.key)) }), Gi = "_dropdown_1ddrg_1", Vi = "_open_1ddrg_12", zi = "_loading-container_1ddrg_15", Ui = "_groups-container_1ddrg_22", Ki = "_group_1ddrg_22", Qi = "_header_1ddrg_26", Xi = "_item_1ddrg_33", me = {
|
|
3254
|
+
dropdown: Gi,
|
|
3255
|
+
open: Vi,
|
|
3241
3256
|
"loading-container": "_loading-container_1ddrg_15",
|
|
3242
|
-
loadingContainer:
|
|
3257
|
+
loadingContainer: zi,
|
|
3243
3258
|
"groups-container": "_groups-container_1ddrg_22",
|
|
3244
|
-
groupsContainer:
|
|
3245
|
-
group:
|
|
3246
|
-
header:
|
|
3247
|
-
item:
|
|
3248
|
-
},
|
|
3259
|
+
groupsContainer: Ui,
|
|
3260
|
+
group: Ki,
|
|
3261
|
+
header: Qi,
|
|
3262
|
+
item: Xi
|
|
3263
|
+
}, Ji = ({ show: n, query: e, onCancel: t, groups: r, isLoading: o, searchTypes: a }) => {
|
|
3249
3264
|
const { LinkComponent: i, appSearchTexts: l } = L(oe), c = Y(null), u = E((d) => {
|
|
3250
3265
|
var m;
|
|
3251
3266
|
const h = (m = a.find((g) => g.key === d.type)) == null ? void 0 : m.toPath;
|
|
3252
3267
|
return h ? `${h}/${d.searchKey}` : "/not-found";
|
|
3253
3268
|
}, [a]);
|
|
3254
|
-
return dn([c], t), /* @__PURE__ */ s.jsx("div", { ref: c, className:
|
|
3269
|
+
return dn([c], t), /* @__PURE__ */ s.jsx("div", { ref: c, className: w("luminus-app-search-dropdown shadow rounded", me.dropdown, {
|
|
3255
3270
|
[me.open]: n
|
|
3256
|
-
}), children: o ? /* @__PURE__ */ s.jsx("div", { className: me.loadingContainer, children: /* @__PURE__ */ s.jsx(
|
|
3271
|
+
}), children: o ? /* @__PURE__ */ s.jsx("div", { className: me.loadingContainer, children: /* @__PURE__ */ s.jsx(xt, { animation: "border", variant: "primary" }) }) : /* @__PURE__ */ s.jsx("div", { className: me.groupsContainer, children: r == null ? void 0 : r.map((d) => {
|
|
3257
3272
|
var h;
|
|
3258
|
-
return /* @__PURE__ */ s.jsxs("div", { className:
|
|
3259
|
-
/* @__PURE__ */ s.jsxs(i, { to: `/search?query=${e}&type=${d.key.category}`, className:
|
|
3273
|
+
return /* @__PURE__ */ s.jsxs("div", { className: w(me.group), children: [
|
|
3274
|
+
/* @__PURE__ */ s.jsxs(i, { to: `/search?query=${e}&type=${d.key.category}`, className: w("group-header", me.header), onClick: t, children: [
|
|
3260
3275
|
/* @__PURE__ */ s.jsx(z, { variant: "body", className: "text-primary", children: d.key.categoryName }),
|
|
3261
3276
|
/* @__PURE__ */ s.jsxs(z, { variant: "caption", children: [
|
|
3262
3277
|
d.items.length,
|
|
@@ -3270,7 +3285,7 @@ const Mi = "_item_1dy8x_1", rr = {
|
|
|
3270
3285
|
i,
|
|
3271
3286
|
{
|
|
3272
3287
|
to: u(m),
|
|
3273
|
-
className:
|
|
3288
|
+
className: w("search-item d-flex gap-3 align-items-center justify-content-between", me.item),
|
|
3274
3289
|
onClick: t,
|
|
3275
3290
|
children: [
|
|
3276
3291
|
/* @__PURE__ */ s.jsx(z, { variant: "body2", className: "text-nowrap text-truncate", children: m.name }),
|
|
@@ -3281,18 +3296,18 @@ const Mi = "_item_1dy8x_1", rr = {
|
|
|
3281
3296
|
))
|
|
3282
3297
|
] }, d.key.category);
|
|
3283
3298
|
}) }) });
|
|
3284
|
-
},
|
|
3299
|
+
}, Zi = "_input-group_1lkfy_1", ec = "_input-group-text_1lkfy_5", tc = "_left_1lkfy_9", nc = "_right_1lkfy_13", rc = "_input_1lkfy_1", oc = "_submit-button_1lkfy_20", fe = {
|
|
3285
3300
|
"input-group": "_input-group_1lkfy_1",
|
|
3286
|
-
inputGroup:
|
|
3301
|
+
inputGroup: Zi,
|
|
3287
3302
|
"input-group-text": "_input-group-text_1lkfy_5",
|
|
3288
|
-
inputGroupText:
|
|
3289
|
-
left:
|
|
3290
|
-
right:
|
|
3291
|
-
input:
|
|
3303
|
+
inputGroupText: ec,
|
|
3304
|
+
left: tc,
|
|
3305
|
+
right: nc,
|
|
3306
|
+
input: rc,
|
|
3292
3307
|
"submit-button": "_submit-button_1lkfy_20",
|
|
3293
|
-
submitButton:
|
|
3294
|
-
},
|
|
3295
|
-
const t = Ar(), [r, o] =
|
|
3308
|
+
submitButton: oc
|
|
3309
|
+
}, sc = (n, e) => {
|
|
3310
|
+
const t = Ar(), [r, o] = M(!1), [a, i] = M([]), l = !n || !n.key, c = E(() => {
|
|
3296
3311
|
if (e.length < 3) {
|
|
3297
3312
|
i([]);
|
|
3298
3313
|
return;
|
|
@@ -3303,115 +3318,115 @@ const Mi = "_item_1dy8x_1", rr = {
|
|
|
3303
3318
|
o(!1);
|
|
3304
3319
|
});
|
|
3305
3320
|
}, [n, e, t, l]);
|
|
3306
|
-
return
|
|
3321
|
+
return D(() => {
|
|
3307
3322
|
c();
|
|
3308
3323
|
}, [c]), { isLoading: r, searchItems: a };
|
|
3309
|
-
},
|
|
3310
|
-
const { appSearchTexts: t } = L(oe), [r, o] =
|
|
3311
|
-
return
|
|
3324
|
+
}, rl = ({ searchTypes: n, navigateFunction: e }) => {
|
|
3325
|
+
const { appSearchTexts: t } = L(oe), [r, o] = M(n.length > 0 ? n[0] : null), [a, i] = M(""), [l, c] = nr(a, 500), { isLoading: u, searchItems: d } = sc(r, l), [h, m] = M(!1);
|
|
3326
|
+
return D(() => {
|
|
3312
3327
|
(d.length > 0 || u) && m(!0);
|
|
3313
|
-
}, [d, u]), /* @__PURE__ */ s.jsx(
|
|
3328
|
+
}, [d, u]), /* @__PURE__ */ s.jsx(J, { onSubmit: (g) => {
|
|
3314
3329
|
g.preventDefault(), g.stopPropagation(), c.flush(), m(!1), a.length > 2 && e(`/search?query=${a}${r && r.key && `&type=${r == null ? void 0 : r.key}`}`);
|
|
3315
|
-
}, children: /* @__PURE__ */ s.jsxs(
|
|
3316
|
-
/* @__PURE__ */ s.jsx(
|
|
3317
|
-
/* @__PURE__ */ s.jsx(
|
|
3330
|
+
}, children: /* @__PURE__ */ s.jsxs(tt, { className: fe.inputGroup, children: [
|
|
3331
|
+
/* @__PURE__ */ s.jsx(tt.Text, { className: w("p-1 rounded", fe.inputGroupText, fe.left), children: /* @__PURE__ */ s.jsx(Bi, { searchTypes: n, selectedType: r, setSelectedType: o }) }),
|
|
3332
|
+
/* @__PURE__ */ s.jsx(J.Control, { placeholder: t.searchPlaceholder, type: "text", size: "sm", className: w("luminus-app-search-input", fe.input), value: a, onChange: (g) => {
|
|
3318
3333
|
var b;
|
|
3319
3334
|
return i(((b = g.target) == null ? void 0 : b.value) ?? "");
|
|
3320
3335
|
}, onFocus: () => d.length > 0 && m(!0) }),
|
|
3321
|
-
/* @__PURE__ */ s.jsx(
|
|
3322
|
-
/* @__PURE__ */ s.jsx(
|
|
3336
|
+
/* @__PURE__ */ s.jsx(tt.Text, { className: w("p-0 rounded", fe.inputGroupText, fe.right), children: /* @__PURE__ */ s.jsx("button", { type: "submit", className: w("text-primary", fe.submitButton), children: /* @__PURE__ */ s.jsx(Pi, {}) }) }),
|
|
3337
|
+
/* @__PURE__ */ s.jsx(Ji, { query: l, searchTypes: n, show: h, onCancel: () => m(!1), groups: d, isLoading: u })
|
|
3323
3338
|
] }) });
|
|
3324
|
-
},
|
|
3325
|
-
card:
|
|
3326
|
-
header:
|
|
3339
|
+
}, ac = "_card_19733_1", ic = "_header_19733_6", cc = "_header-content_19733_13", lc = "_title_19733_19", uc = "_collapse-icon_19733_22", dc = "_collapsed_19733_27", hc = "_content_19733_30", pe = {
|
|
3340
|
+
card: ac,
|
|
3341
|
+
header: ic,
|
|
3327
3342
|
"header-content": "_header-content_19733_13",
|
|
3328
|
-
headerContent:
|
|
3329
|
-
title:
|
|
3343
|
+
headerContent: cc,
|
|
3344
|
+
title: lc,
|
|
3330
3345
|
"collapse-icon": "_collapse-icon_19733_22",
|
|
3331
|
-
collapseIcon:
|
|
3332
|
-
collapsed:
|
|
3333
|
-
content:
|
|
3334
|
-
},
|
|
3335
|
-
const l = i.collapsible ? i.controlled ? !1 : i.defaultOpen ?? !1 : !0, [c, u] =
|
|
3336
|
-
return
|
|
3346
|
+
collapseIcon: uc,
|
|
3347
|
+
collapsed: dc,
|
|
3348
|
+
content: hc
|
|
3349
|
+
}, mc = ({ title: n, headerContent: e, children: t, className: r, headerClassName: o, contentClassName: a, ...i }) => {
|
|
3350
|
+
const l = i.collapsible ? i.controlled ? !1 : i.defaultOpen ?? !1 : !0, [c, u] = M(l), d = i.collapsible ? i.controlled ? i.isOpen : c : !0;
|
|
3351
|
+
return D(() => {
|
|
3337
3352
|
u(l);
|
|
3338
|
-
}, [l]), /* @__PURE__ */ s.jsxs("div", { className:
|
|
3353
|
+
}, [l]), /* @__PURE__ */ s.jsxs("div", { className: w("luminus-card rounded shadow-sm", pe.card, {
|
|
3339
3354
|
[r ?? ""]: r
|
|
3340
3355
|
}), children: [
|
|
3341
|
-
/* @__PURE__ */ s.jsxs("div", { role: i.collapsible ? "button" : void 0, className:
|
|
3356
|
+
/* @__PURE__ */ s.jsxs("div", { role: i.collapsible ? "button" : void 0, className: w("header", pe.header, {
|
|
3342
3357
|
[o ?? ""]: o
|
|
3343
3358
|
}), onClick: () => {
|
|
3344
3359
|
i.collapsible && (i.controlled ? i.onToggle(!i.isOpen) : u(!c));
|
|
3345
3360
|
}, children: [
|
|
3346
|
-
/* @__PURE__ */ s.jsxs("div", { className:
|
|
3347
|
-
/* @__PURE__ */ s.jsx(z, { variant: "h6", className:
|
|
3361
|
+
/* @__PURE__ */ s.jsxs("div", { className: w("header-content", pe.headerContent), children: [
|
|
3362
|
+
/* @__PURE__ */ s.jsx(z, { variant: "h6", className: w("text-primary", pe.title), children: n }),
|
|
3348
3363
|
e ?? null
|
|
3349
3364
|
] }),
|
|
3350
|
-
i.collapsible && /* @__PURE__ */ s.jsx(en, { className:
|
|
3365
|
+
i.collapsible && /* @__PURE__ */ s.jsx(en, { className: w(pe.collapseIcon, {
|
|
3351
3366
|
[pe.collapsed]: d
|
|
3352
3367
|
}) })
|
|
3353
3368
|
] }),
|
|
3354
|
-
/* @__PURE__ */ s.jsx(
|
|
3369
|
+
/* @__PURE__ */ s.jsx(wn, { in: d, children: /* @__PURE__ */ s.jsx("div", { className: w("card-content border-top border-primary", pe.content, {
|
|
3355
3370
|
[a ?? ""]: a
|
|
3356
3371
|
}), children: t }) })
|
|
3357
3372
|
] });
|
|
3358
|
-
},
|
|
3359
|
-
lightbox:
|
|
3360
|
-
show:
|
|
3361
|
-
header:
|
|
3373
|
+
}, fc = "_lightbox_14acg_1", pc = "_show_14acg_16", gc = "_header_14acg_20", wc = "_photo-actions_14acg_26", xc = "_photo-container_14acg_31", yc = "_photo_14acg_26", vc = "_nav-button_14acg_41", bc = "_photos-preview_14acg_49", _c = "_selected_14acg_62", jc = "_default-indicator_14acg_66", re = {
|
|
3374
|
+
lightbox: fc,
|
|
3375
|
+
show: pc,
|
|
3376
|
+
header: gc,
|
|
3362
3377
|
"photo-actions": "_photo-actions_14acg_26",
|
|
3363
|
-
photoActions:
|
|
3378
|
+
photoActions: wc,
|
|
3364
3379
|
"photo-container": "_photo-container_14acg_31",
|
|
3365
|
-
photoContainer:
|
|
3366
|
-
photo:
|
|
3380
|
+
photoContainer: xc,
|
|
3381
|
+
photo: yc,
|
|
3367
3382
|
"nav-button": "_nav-button_14acg_41",
|
|
3368
|
-
navButton:
|
|
3383
|
+
navButton: vc,
|
|
3369
3384
|
"photos-preview": "_photos-preview_14acg_49",
|
|
3370
|
-
photosPreview:
|
|
3371
|
-
selected:
|
|
3385
|
+
photosPreview: bc,
|
|
3386
|
+
selected: _c,
|
|
3372
3387
|
"default-indicator": "_default-indicator_14acg_66",
|
|
3373
|
-
defaultIndicator:
|
|
3374
|
-
},
|
|
3375
|
-
backdrop:
|
|
3376
|
-
show:
|
|
3377
|
-
}, or = ({ show: n, onClick: e }) => /* @__PURE__ */ s.jsx("div", { className:
|
|
3388
|
+
defaultIndicator: jc
|
|
3389
|
+
}, kc = "_backdrop_3huvf_1", Cc = "_show_3huvf_11", Vt = {
|
|
3390
|
+
backdrop: kc,
|
|
3391
|
+
show: Cc
|
|
3392
|
+
}, or = ({ show: n, onClick: e }) => /* @__PURE__ */ s.jsx("div", { className: w("luminus-backdrop", Vt.backdrop, {
|
|
3378
3393
|
[Vt.show]: n
|
|
3379
|
-
}), onClick: () => e && e() }),
|
|
3380
|
-
const c = Y(null), [u, d] =
|
|
3381
|
-
|
|
3394
|
+
}), onClick: () => e && e() }), Nc = ({ show: n, onClose: e, photos: t, defaultIndex: r, uploadPhotosText: o, noPhotosText: a, onUploadPhotos: i, photoActions: l }) => {
|
|
3395
|
+
const c = Y(null), [u, d] = M(r), h = t.at(u), m = u > 0, g = u < t.length - 1;
|
|
3396
|
+
D(() => {
|
|
3382
3397
|
n && d(r);
|
|
3383
|
-
}, [r, n]),
|
|
3398
|
+
}, [r, n]), D(() => {
|
|
3384
3399
|
u >= t.length && d(t.length - 1);
|
|
3385
3400
|
}, [t, u]);
|
|
3386
|
-
const b = E((
|
|
3387
|
-
switch (
|
|
3401
|
+
const b = E((x) => {
|
|
3402
|
+
switch (x.key) {
|
|
3388
3403
|
case "ArrowLeft":
|
|
3389
|
-
|
|
3404
|
+
x.stopPropagation(), m && d((f) => f - 1);
|
|
3390
3405
|
break;
|
|
3391
3406
|
case "ArrowRight":
|
|
3392
|
-
|
|
3407
|
+
x.stopPropagation(), g && d((f) => f + 1);
|
|
3393
3408
|
break;
|
|
3394
3409
|
case "Escape":
|
|
3395
|
-
|
|
3410
|
+
x.stopPropagation(), e();
|
|
3396
3411
|
break;
|
|
3397
3412
|
}
|
|
3398
3413
|
}, [g, m, e]);
|
|
3399
3414
|
return un(b), /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
3400
3415
|
/* @__PURE__ */ s.jsx(or, { show: n, onClick: e }),
|
|
3401
|
-
/* @__PURE__ */ s.jsxs("div", { ref: c, className:
|
|
3416
|
+
/* @__PURE__ */ s.jsxs("div", { ref: c, className: w("luminus-lightbox rounded shadow", re.lightbox, {
|
|
3402
3417
|
[re.show]: n
|
|
3403
3418
|
}), children: [
|
|
3404
3419
|
/* @__PURE__ */ s.jsxs("div", { className: re.header, children: [
|
|
3405
|
-
/* @__PURE__ */ s.jsxs("div", { className:
|
|
3406
|
-
i && /* @__PURE__ */ s.jsx(tr, { accept: ".jpg,.jpeg,.png", onUpload: (
|
|
3407
|
-
|
|
3420
|
+
/* @__PURE__ */ s.jsxs("div", { className: w("rounded", re.photoActions), children: [
|
|
3421
|
+
i && /* @__PURE__ */ s.jsx(tr, { accept: ".jpg,.jpeg,.png", onUpload: (x) => {
|
|
3422
|
+
x.length > 0 && i(Array.from(x));
|
|
3408
3423
|
}, icon: /* @__PURE__ */ s.jsx(tn, { style: { fontSize: 18 } }), multiple: !0, className: "me-3", children: o ?? null }),
|
|
3409
|
-
h && (l == null ? void 0 : l.map(({ label:
|
|
3424
|
+
h && (l == null ? void 0 : l.map(({ label: x, onClick: f, ..._ }, v) => /* @__PURE__ */ s.jsx(
|
|
3410
3425
|
ct,
|
|
3411
3426
|
{
|
|
3412
3427
|
onClick: () => f(h.id),
|
|
3413
3428
|
..._,
|
|
3414
|
-
children:
|
|
3429
|
+
children: x
|
|
3415
3430
|
},
|
|
3416
3431
|
`action-${v}`
|
|
3417
3432
|
)))
|
|
@@ -3420,21 +3435,21 @@ const Mi = "_item_1dy8x_1", rr = {
|
|
|
3420
3435
|
] }),
|
|
3421
3436
|
t.length === 0 && /* @__PURE__ */ s.jsx("div", { className: "w-100 h-100 d-flex align-items-center justify-content-center", children: /* @__PURE__ */ s.jsx(z, { variant: "body", children: a ?? "No photos available" }) }),
|
|
3422
3437
|
h && /* @__PURE__ */ s.jsxs("div", { className: re.photoContainer, children: [
|
|
3423
|
-
/* @__PURE__ */ s.jsx("div", { role: m ? "button" : void 0, className:
|
|
3424
|
-
/* @__PURE__ */ s.jsx("img", { src: h.lgSrc, alt: h.alt, className:
|
|
3425
|
-
/* @__PURE__ */ s.jsx("div", { role: g ? "button" : void 0, className:
|
|
3438
|
+
/* @__PURE__ */ s.jsx("div", { role: m ? "button" : void 0, className: w("align-items-start", re.navButton), onClick: () => m && d((x) => x - 1), children: m && /* @__PURE__ */ s.jsx(ht, { style: { fontSize: "40px" } }) }),
|
|
3439
|
+
/* @__PURE__ */ s.jsx("img", { src: h.lgSrc, alt: h.alt, className: w("rounded", re.photo) }),
|
|
3440
|
+
/* @__PURE__ */ s.jsx("div", { role: g ? "button" : void 0, className: w("align-items-end", re.navButton), onClick: () => g && d((x) => x + 1), children: g && /* @__PURE__ */ s.jsx(mt, { style: { fontSize: "40px" } }) })
|
|
3426
3441
|
] }),
|
|
3427
|
-
/* @__PURE__ */ s.jsx("div", { className: re.photosPreview, children: t.map((
|
|
3428
|
-
/* @__PURE__ */ s.jsx("img", { role: f !== u ? "button" : void 0, src:
|
|
3442
|
+
/* @__PURE__ */ s.jsx("div", { className: re.photosPreview, children: t.map((x, f) => /* @__PURE__ */ s.jsxs("div", { role: "button", onClick: () => d(f), className: "position-relative", children: [
|
|
3443
|
+
/* @__PURE__ */ s.jsx("img", { role: f !== u ? "button" : void 0, src: x.smSrc, alt: x.alt, className: w("rounded", re.photo, {
|
|
3429
3444
|
[re.selected]: f === u
|
|
3430
|
-
}) },
|
|
3431
|
-
|
|
3445
|
+
}) }, x.id),
|
|
3446
|
+
x.isDefault && /* @__PURE__ */ s.jsx("div", { className: w("text-primary", re.defaultIndicator), children: /* @__PURE__ */ s.jsx(Fr, {}) })
|
|
3432
3447
|
] })) })
|
|
3433
3448
|
] })
|
|
3434
3449
|
] });
|
|
3435
|
-
},
|
|
3436
|
-
const [o, a] =
|
|
3437
|
-
return
|
|
3450
|
+
}, ol = ({ photos: n, onUploadPhotos: e, uploadPhotosText: t, photoActions: r }) => {
|
|
3451
|
+
const [o, a] = M(null), i = o !== null ? n[o] : null, [l, c] = M(!1);
|
|
3452
|
+
return D(() => {
|
|
3438
3453
|
if (n.length === 0) {
|
|
3439
3454
|
a(null), c(!1);
|
|
3440
3455
|
return;
|
|
@@ -3452,20 +3467,20 @@ const Mi = "_item_1dy8x_1", rr = {
|
|
|
3452
3467
|
onClick: () => c(!0)
|
|
3453
3468
|
}
|
|
3454
3469
|
),
|
|
3455
|
-
/* @__PURE__ */ s.jsx(
|
|
3470
|
+
/* @__PURE__ */ s.jsx(Nc, { show: l, onClose: () => c(!1), photos: n, defaultIndex: o ?? 0, uploadPhotosText: t, onUploadPhotos: e, photoActions: r })
|
|
3456
3471
|
] }) : e ? /* @__PURE__ */ s.jsx(tr, { accept: ".jpg,.jpeg,.png", onUpload: (u) => {
|
|
3457
3472
|
u.length > 0 && e(Array.from(u));
|
|
3458
3473
|
}, icon: /* @__PURE__ */ s.jsx(tn, { style: { fontSize: 18 } }), multiple: !0, children: t ?? null }) : null;
|
|
3459
|
-
},
|
|
3474
|
+
}, sl = ({ appAccessPermissions: n, children: e }) => {
|
|
3460
3475
|
const { NavigateComponent: t } = L(oe), { useMsal: r, msalScopes: o } = L(Wr), { isAuthenticated: a } = Rr(), { user: i, loggingInProgress: l } = L(Lr), c = i && (n == null ? void 0 : n.every((u) => {
|
|
3461
3476
|
var d;
|
|
3462
3477
|
return (d = i.permissions) == null ? void 0 : d.includes(u);
|
|
3463
3478
|
}));
|
|
3464
|
-
return r ? /* @__PURE__ */ s.jsx(
|
|
3465
|
-
},
|
|
3479
|
+
return r ? /* @__PURE__ */ s.jsx(Wa, { interactionType: qe.Redirect, authenticationRequest: { scopes: o }, children: l || !a() ? /* @__PURE__ */ s.jsx(Xr, {}) : i ? c ? /* @__PURE__ */ s.jsx(s.Fragment, { children: e }) : /* @__PURE__ */ s.jsx(t, { to: "/user-not-permitted", replace: !0 }) : /* @__PURE__ */ s.jsx(t, { to: "/no-user-login", replace: !0 }) }) : !a() || !i ? /* @__PURE__ */ s.jsx(t, { to: "/login", replace: !0 }) : c ? e : /* @__PURE__ */ s.jsx(t, { to: "/user-not-permitted", replace: !0 });
|
|
3480
|
+
}, al = (n) => {
|
|
3466
3481
|
const { variant: e, children: t, className: r, size: o = "md", typographyVariant: a = o === "sm" ? "body2" : "body", ...i } = { ...n };
|
|
3467
|
-
return /* @__PURE__ */ s.jsx(
|
|
3468
|
-
},
|
|
3482
|
+
return /* @__PURE__ */ s.jsx(bs, { variant: e, className: `text-center ${o === "sm" ? "p-1" : o === "md" ? "p-3" : "p-4"} bg-${e} bg-opacity-10 border-none ${r ?? ""}`, ...i, children: /* @__PURE__ */ s.jsx(z, { variant: a, children: t }) });
|
|
3483
|
+
}, il = ({ version: n }) => /* @__PURE__ */ s.jsx("div", { className: "rounded", style: {
|
|
3469
3484
|
position: "fixed",
|
|
3470
3485
|
right: "0px",
|
|
3471
3486
|
bottom: "0px",
|
|
@@ -3476,64 +3491,64 @@ const Mi = "_item_1dy8x_1", rr = {
|
|
|
3476
3491
|
}, children: /* @__PURE__ */ s.jsxs(z, { variant: "caption", className: "w-100 text-end", children: [
|
|
3477
3492
|
"verze ",
|
|
3478
3493
|
n
|
|
3479
|
-
] }) }),
|
|
3494
|
+
] }) }), $c = "_submit-container_a9slg_1", Ic = "_spacer_a9slg_14", zt = {
|
|
3480
3495
|
"submit-container": "_submit-container_a9slg_1",
|
|
3481
|
-
submitContainer:
|
|
3482
|
-
spacer:
|
|
3483
|
-
},
|
|
3496
|
+
submitContainer: $c,
|
|
3497
|
+
spacer: Ic
|
|
3498
|
+
}, Sc = ({ children: n }) => /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
3484
3499
|
/* @__PURE__ */ s.jsx("div", { className: zt.spacer }),
|
|
3485
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3486
|
-
] }),
|
|
3487
|
-
timeline:
|
|
3500
|
+
/* @__PURE__ */ s.jsx("div", { className: w("luminus-floating-action-container shadow", zt.submitContainer), children: n })
|
|
3501
|
+
] }), Tc = "_timeline_g1754_1", Ec = "_step-container_g1754_1", Oc = "_step-date_g1754_1", Dc = "_step-content_g1754_4", Mc = "_content-header_g1754_8", Pc = "_content-text_g1754_11", Ac = "_step-icon_g1754_14", ge = {
|
|
3502
|
+
timeline: Tc,
|
|
3488
3503
|
"step-container": "_step-container_g1754_1",
|
|
3489
|
-
stepContainer:
|
|
3504
|
+
stepContainer: Ec,
|
|
3490
3505
|
"step-date": "_step-date_g1754_1",
|
|
3491
|
-
stepDate:
|
|
3506
|
+
stepDate: Oc,
|
|
3492
3507
|
"step-content": "_step-content_g1754_4",
|
|
3493
|
-
stepContent:
|
|
3508
|
+
stepContent: Dc,
|
|
3494
3509
|
"content-header": "_content-header_g1754_8",
|
|
3495
|
-
contentHeader:
|
|
3510
|
+
contentHeader: Mc,
|
|
3496
3511
|
"content-text": "_content-text_g1754_11",
|
|
3497
|
-
contentText:
|
|
3512
|
+
contentText: Pc,
|
|
3498
3513
|
"step-icon": "_step-icon_g1754_14",
|
|
3499
|
-
stepIcon:
|
|
3500
|
-
},
|
|
3501
|
-
/* @__PURE__ */ s.jsx("div", { className: "col-3", children: e.date && /* @__PURE__ */ s.jsxs(z, { variant: "caption", className:
|
|
3502
|
-
/* @__PURE__ */ s.jsx("div", { children:
|
|
3503
|
-
/* @__PURE__ */ s.jsx("div", { children:
|
|
3514
|
+
stepIcon: Ac
|
|
3515
|
+
}, cl = ({ steps: n }) => /* @__PURE__ */ s.jsx("div", { className: ge.timeline, children: n.sort((e, t) => so(e.date ?? /* @__PURE__ */ new Date(), t.date ?? /* @__PURE__ */ new Date())).map((e, t) => /* @__PURE__ */ s.jsxs("div", { className: w("row g-0 gx-3", ge.stepContainer), children: [
|
|
3516
|
+
/* @__PURE__ */ s.jsx("div", { className: "col-3", children: e.date && /* @__PURE__ */ s.jsxs(z, { variant: "caption", className: w("h-100 d-flex flex-column align-items-end justify-content-center gap-0", ge.stepDate), children: [
|
|
3517
|
+
/* @__PURE__ */ s.jsx("div", { children: ot(e.date, "dd.MM.yyyy") }),
|
|
3518
|
+
/* @__PURE__ */ s.jsx("div", { children: ot(e.date, "HH:mm") })
|
|
3504
3519
|
] }) }),
|
|
3505
|
-
/* @__PURE__ */ s.jsx("div", { className: "col-9", children: /* @__PURE__ */ s.jsxs("div", { className:
|
|
3506
|
-
/* @__PURE__ */ s.jsxs("div", { className:
|
|
3520
|
+
/* @__PURE__ */ s.jsx("div", { className: "col-9", children: /* @__PURE__ */ s.jsxs("div", { className: w("h-100 d-flex flex-column gap-1 border-start border-2 p-3", ge.stepContent), children: [
|
|
3521
|
+
/* @__PURE__ */ s.jsxs("div", { className: w("d-flex gap-2 align-items-center", ge.contentHeader), children: [
|
|
3507
3522
|
e.person && /* @__PURE__ */ s.jsx(nn, { name: e.person.name ?? "", size: 22, fontSize: 12 }),
|
|
3508
3523
|
typeof e.title == "string" ? /* @__PURE__ */ s.jsx(z, { variant: "body", className: "fw-bold", children: e.title }) : e.title
|
|
3509
3524
|
] }),
|
|
3510
3525
|
e.text && /* @__PURE__ */ s.jsx(z, { variant: "body2", className: ge.contentText, children: e.text }),
|
|
3511
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3526
|
+
/* @__PURE__ */ s.jsx("div", { className: w("text-primary", ge.stepIcon), children: e.icon ?? /* @__PURE__ */ s.jsx(qr, {}) })
|
|
3512
3527
|
] }) })
|
|
3513
|
-
] }, t)) }),
|
|
3514
|
-
/* @__PURE__ */ s.jsx(
|
|
3515
|
-
/* @__PURE__ */ s.jsx(
|
|
3528
|
+
] }, t)) }), ll = ({ heading: n, content: e, placement: t, children: r, trigger: o }) => /* @__PURE__ */ s.jsx(Yr, { placement: t, overlay: /* @__PURE__ */ s.jsxs(Je, { className: "luminus-popover", children: [
|
|
3529
|
+
/* @__PURE__ */ s.jsx(Je.Header, { children: typeof n == "string" ? /* @__PURE__ */ s.jsx(z, { variant: "h6", className: "text-primary", children: n }) : n }),
|
|
3530
|
+
/* @__PURE__ */ s.jsx(Je.Body, { children: e })
|
|
3516
3531
|
] }), trigger: o ?? "hover", rootClose: !0, children: r }), sr = ({ currentSelection: n, selectedItemNavigateTo: e, children: t }) => {
|
|
3517
3532
|
const { LinkComponent: r } = L(oe);
|
|
3518
3533
|
if (!n || !n.id || !e)
|
|
3519
3534
|
return /* @__PURE__ */ s.jsx("div", { className: "luminus-input-container position-relative w-100", children: t });
|
|
3520
3535
|
const o = e(n);
|
|
3521
3536
|
return /* @__PURE__ */ s.jsx(r, { to: o, className: "luminus-input-container position-relative w-100 text-decoration-none", children: t });
|
|
3522
|
-
},
|
|
3537
|
+
}, ul = ({ InputContainer: n = Ee, label: e, value: t, onChange: r, hidden: o, disabled: a, className: i, type: l, withoutLabel: c }) => /* @__PURE__ */ s.jsx(n, { isForCheckInput: !0, hidden: o, label: e ?? "", withoutLabel: c, className: i, children: /* @__PURE__ */ s.jsx(J.Check, { id: `check-${e}`, type: l ?? "checkbox", label: e ?? "", checked: t, onChange: (u) => {
|
|
3523
3538
|
var d;
|
|
3524
3539
|
r && r(((d = u.target) == null ? void 0 : d.checked) ?? !1);
|
|
3525
|
-
}, className: i ?? "", hidden: o ?? !1, disabled: a ?? !1 }) }),
|
|
3540
|
+
}, className: i ?? "", hidden: o ?? !1, disabled: a ?? !1 }) }), dl = ({ InputContainer: n = Ee, type: e, value: t, onChange: r, debounceMs: o, label: a, withoutLabel: i, placeholder: l, size: c, hidden: u, disabled: d, showClearIcon: h, clearValue: m, list: g, className: b, step: x }) => {
|
|
3526
3541
|
const f = e === "number", _ = E(() => {
|
|
3527
3542
|
if (!r)
|
|
3528
3543
|
return;
|
|
3529
3544
|
const N = m ?? null;
|
|
3530
3545
|
r(f ? N ? Number(N) : null : (N == null ? void 0 : N.toString()) ?? "");
|
|
3531
|
-
}, [m, f, r]), v = Y(null), [p, C] =
|
|
3546
|
+
}, [m, f, r]), v = Y(null), [p, C] = M((t == null ? void 0 : t.toString()) ?? ""), k = E((N) => {
|
|
3532
3547
|
const j = N;
|
|
3533
3548
|
r && (f && r(j == null || j === "" ? null : Number(j)), r(j || null));
|
|
3534
3549
|
}, [f, r]), y = E((N) => {
|
|
3535
|
-
var
|
|
3536
|
-
const j = (
|
|
3550
|
+
var T;
|
|
3551
|
+
const j = (T = N.target) == null ? void 0 : T.value;
|
|
3537
3552
|
if (!o) {
|
|
3538
3553
|
k(j);
|
|
3539
3554
|
return;
|
|
@@ -3542,15 +3557,15 @@ const Mi = "_item_1dy8x_1", rr = {
|
|
|
3542
3557
|
k(j);
|
|
3543
3558
|
}, o);
|
|
3544
3559
|
}, [o, k]);
|
|
3545
|
-
|
|
3560
|
+
D(() => {
|
|
3546
3561
|
C(t === null ? "" : t.toString());
|
|
3547
3562
|
}, [t]);
|
|
3548
|
-
const [$, P] =
|
|
3563
|
+
const [$, P] = M(!1), I = hn(e, t ? t.toString() ?? null : null, $);
|
|
3549
3564
|
return /* @__PURE__ */ s.jsxs(n, { withoutLabel: i, label: a ?? "", hidden: u, className: b, children: [
|
|
3550
|
-
/* @__PURE__ */ s.jsx(
|
|
3551
|
-
h && t && r && !d && /* @__PURE__ */ s.jsx("div", { className: `luminus-input-remove-icon ${e !== "text" ? "inset" : ""}`, children: /* @__PURE__ */ s.jsx(
|
|
3565
|
+
/* @__PURE__ */ s.jsx(J.Control, { type: I, placeholder: l ?? a, size: c, value: o ? p : t ?? "", onChange: y, className: b ?? "", hidden: u, disabled: d ?? !1, list: g, onFocus: () => P(!0), onBlur: () => P(!1), step: x }),
|
|
3566
|
+
h && t && r && !d && /* @__PURE__ */ s.jsx("div", { className: `luminus-input-remove-icon ${e !== "text" ? "inset" : ""}`, children: /* @__PURE__ */ s.jsx(Z, { color: "secondary", size: "sm", onClick: _, children: /* @__PURE__ */ s.jsx(ye, {}) }) })
|
|
3552
3567
|
] });
|
|
3553
|
-
},
|
|
3568
|
+
}, hl = ({
|
|
3554
3569
|
InputContainer: n = Ee,
|
|
3555
3570
|
value: e,
|
|
3556
3571
|
options: t,
|
|
@@ -3568,14 +3583,14 @@ const Mi = "_item_1dy8x_1", rr = {
|
|
|
3568
3583
|
noEmptyOption: b
|
|
3569
3584
|
// it will still add the empty option if there is no value provided or value is empty string or null
|
|
3570
3585
|
}) => {
|
|
3571
|
-
const
|
|
3586
|
+
const x = E(() => {
|
|
3572
3587
|
if (!r)
|
|
3573
3588
|
return;
|
|
3574
3589
|
const f = h ?? null;
|
|
3575
3590
|
r(i ? f ? Number(f) : null : (f == null ? void 0 : f.toString()) ?? "");
|
|
3576
3591
|
}, [h, i, r]);
|
|
3577
3592
|
return /* @__PURE__ */ s.jsxs(n, { withoutLabel: a, label: o ?? "", hidden: c, className: g, children: [
|
|
3578
|
-
/* @__PURE__ */ s.jsxs(
|
|
3593
|
+
/* @__PURE__ */ s.jsxs(J.Select, { size: l, value: e ?? "", onChange: (f) => {
|
|
3579
3594
|
var v;
|
|
3580
3595
|
if (!r)
|
|
3581
3596
|
return;
|
|
@@ -3585,12 +3600,12 @@ const Mi = "_item_1dy8x_1", rr = {
|
|
|
3585
3600
|
b && !(e == null || e === "") ? void 0 : /* @__PURE__ */ s.jsx("option", { value: "" }),
|
|
3586
3601
|
t == null ? void 0 : t.sort((f, _) => m ? 0 : (f.name ?? "").localeCompare(_.name ?? "")).map((f) => /* @__PURE__ */ s.jsx("option", { value: f.id ?? "", children: f.name }, f.id))
|
|
3587
3602
|
] }),
|
|
3588
|
-
d && e && r && !u && /* @__PURE__ */ s.jsx("div", { className: "luminus-input-remove-icon inset", children: /* @__PURE__ */ s.jsx(
|
|
3603
|
+
d && e && r && !u && /* @__PURE__ */ s.jsx("div", { className: "luminus-input-remove-icon inset", children: /* @__PURE__ */ s.jsx(Z, { color: "secondary", size: "sm", onClick: x, children: /* @__PURE__ */ s.jsx(ye, {}) }) })
|
|
3589
3604
|
] });
|
|
3590
|
-
},
|
|
3591
|
-
var
|
|
3592
|
-
const [p, C] =
|
|
3593
|
-
|
|
3605
|
+
}, ml = ({ InputContainer: n = Ee, items: e, defaultSelection: t, selectedItemNavigateTo: r, onSearchQueryChange: o, texts: a, isLoading: i, isNumber: l, onSelect: c, label: u, withoutLabel: d, size: h, dropdownItemsNameWidth: m, additionalColumns: g, hidden: b, disabled: x, displayIdAsName: f, CustomOnChangeComponent: _, className: v }) => {
|
|
3606
|
+
var T, F;
|
|
3607
|
+
const [p, C] = M(t), [k, y] = M(!1);
|
|
3608
|
+
D(() => {
|
|
3594
3609
|
C(t);
|
|
3595
3610
|
}, [t]);
|
|
3596
3611
|
const $ = E((W) => {
|
|
@@ -3598,44 +3613,44 @@ const Mi = "_item_1dy8x_1", rr = {
|
|
|
3598
3613
|
}, []), P = E((W) => {
|
|
3599
3614
|
y(!1), $(W);
|
|
3600
3615
|
}, [$]);
|
|
3601
|
-
|
|
3616
|
+
D(() => {
|
|
3602
3617
|
c && c(p);
|
|
3603
3618
|
}, [p, c]);
|
|
3604
3619
|
const I = Y(null), N = r !== void 0, j = N && p !== null;
|
|
3605
|
-
return /* @__PURE__ */ s.jsx(s.Fragment, { children: /* @__PURE__ */ s.jsxs(n, { withoutLabel: d, label: u ?? "", hidden: b, inputContainerClassName:
|
|
3620
|
+
return /* @__PURE__ */ s.jsx(s.Fragment, { children: /* @__PURE__ */ s.jsxs(n, { withoutLabel: d, label: u ?? "", hidden: b, inputContainerClassName: w({ "luminus-dropdown-select-open": k }), className: v, children: [
|
|
3606
3621
|
/* @__PURE__ */ s.jsxs(sr, { currentSelection: p, selectedItemNavigateTo: r, children: [
|
|
3607
3622
|
f && (p == null ? void 0 : p.name) && /* @__PURE__ */ s.jsx(z, { variant: "caption", className: "d-flex justify-content-end mt-2 luminus-dropdown-selection-name", children: p.name }),
|
|
3608
|
-
/* @__PURE__ */ s.jsxs(
|
|
3623
|
+
/* @__PURE__ */ s.jsxs(J.Select, { ref: I, size: h, value: (p == null ? void 0 : p.id) ?? "", onChange: (W) => C({
|
|
3609
3624
|
id: l ? Number(W.target.value) ?? null : W.target.value,
|
|
3610
3625
|
name: ""
|
|
3611
3626
|
}), onMouseDown: (W) => {
|
|
3612
3627
|
W.currentTarget.focus(), W.preventDefault();
|
|
3613
3628
|
}, onClick: () => {
|
|
3614
|
-
!N && !
|
|
3615
|
-
}, className:
|
|
3616
|
-
"luminus-dropdown-picker-disabled":
|
|
3629
|
+
!N && !x && y(!0);
|
|
3630
|
+
}, className: w("w-100", {
|
|
3631
|
+
"luminus-dropdown-picker-disabled": x,
|
|
3617
3632
|
"luminus-dropdown-picker-link": j
|
|
3618
3633
|
}), hidden: b, children: [
|
|
3619
3634
|
/* @__PURE__ */ s.jsx("option", { value: "" }),
|
|
3620
|
-
t && /* @__PURE__ */ s.jsx("option", { value: t.id ?? void 0, children: t.name && ((
|
|
3635
|
+
t && /* @__PURE__ */ s.jsx("option", { value: t.id ?? void 0, children: t.name && ((T = t.name) == null ? void 0 : T.length) > 0 ? t.name : t.id }),
|
|
3621
3636
|
p && /* @__PURE__ */ s.jsx("option", { value: p.id ?? void 0, children: p.name && ((F = p.name) == null ? void 0 : F.length) > 0 ? p.name : p.id })
|
|
3622
3637
|
] }),
|
|
3623
|
-
_ || !
|
|
3624
|
-
!_ && !
|
|
3638
|
+
_ || !x && N ? /* @__PURE__ */ s.jsxs("div", { className: "custom-picker-button", children: [
|
|
3639
|
+
!_ && !x && N && /* @__PURE__ */ s.jsx(Z, { size: "sm", color: "secondary", onClick: (W) => {
|
|
3625
3640
|
W.preventDefault(), W.stopPropagation(), y(!0);
|
|
3626
3641
|
}, children: /* @__PURE__ */ s.jsx(rn, {}) }),
|
|
3627
3642
|
_ ?? null
|
|
3628
3643
|
] }) : null
|
|
3629
3644
|
] }),
|
|
3630
|
-
I.current && /* @__PURE__ */ s.jsx(bt, { show: k, onCancel: () => y(!1), items: e, currentSelection: p, onSelectionChange: P, onSearchQueryChange: o, texts: a, itemsNameWidth: m, additionalColumns: g, isLoading: i, disabled:
|
|
3645
|
+
I.current && /* @__PURE__ */ s.jsx(bt, { show: k, onCancel: () => y(!1), items: e, currentSelection: p, onSelectionChange: P, onSearchQueryChange: o, texts: a, itemsNameWidth: m, additionalColumns: g, isLoading: i, disabled: x, inputRef: I })
|
|
3631
3646
|
] }) });
|
|
3632
|
-
},
|
|
3647
|
+
}, fl = ({ InputContainer: n = Ee, value: e, onChange: t, label: r, size: o, showClearIcon: a, clearValue: i, hidden: l, disabled: c, rows: u, withoutLabel: d, debounceMs: h, className: m }) => {
|
|
3633
3648
|
const g = E(() => {
|
|
3634
3649
|
if (!t)
|
|
3635
3650
|
return;
|
|
3636
3651
|
const p = i ?? null;
|
|
3637
3652
|
t((p == null ? void 0 : p.toString()) ?? "");
|
|
3638
|
-
}, [i, t]), b = Y(null), [
|
|
3653
|
+
}, [i, t]), b = Y(null), [x, f] = M((e == null ? void 0 : e.toString()) ?? ""), _ = E((p) => {
|
|
3639
3654
|
const C = p;
|
|
3640
3655
|
t && t(C || null);
|
|
3641
3656
|
}, [t]), v = E((p) => {
|
|
@@ -3649,81 +3664,81 @@ const Mi = "_item_1dy8x_1", rr = {
|
|
|
3649
3664
|
_(C);
|
|
3650
3665
|
}, h);
|
|
3651
3666
|
}, [h, _]);
|
|
3652
|
-
return
|
|
3667
|
+
return D(() => {
|
|
3653
3668
|
f(e === null ? "" : e.toString());
|
|
3654
3669
|
}, [e]), /* @__PURE__ */ s.jsxs(n, { label: r ?? "", hidden: l, withoutLabel: d, className: m, isForTextAreaInput: !0, children: [
|
|
3655
|
-
/* @__PURE__ */ s.jsx(
|
|
3656
|
-
a && e && t && !c && /* @__PURE__ */ s.jsx("div", { className: "luminus-input-remove-icon", children: /* @__PURE__ */ s.jsx(
|
|
3670
|
+
/* @__PURE__ */ s.jsx(J.Control, { as: "textarea", size: o, value: h ? x : e ?? "", onChange: v, hidden: l, disabled: c, rows: u ?? 2, className: "w-100" }),
|
|
3671
|
+
a && e && t && !c && /* @__PURE__ */ s.jsx("div", { className: "luminus-input-remove-icon", children: /* @__PURE__ */ s.jsx(Z, { color: "secondary", size: "sm", onClick: g, children: /* @__PURE__ */ s.jsx(ye, {}) }) })
|
|
3657
3672
|
] });
|
|
3658
|
-
},
|
|
3659
|
-
const { register: d, formState: h, setValue: m } = he(), [g, b] =
|
|
3660
|
-
|
|
3673
|
+
}, pl = ({ InputContainer: n = ve, formField: e, label: t, resetsFields: r, type: o, required: a, hidden: i, disabled: l, withoutLabel: c, className: u }) => {
|
|
3674
|
+
const { register: d, formState: h, setValue: m } = he(), [g, b] = M(void 0), [x, f] = M(!1);
|
|
3675
|
+
D(() => {
|
|
3661
3676
|
const v = e.split(".");
|
|
3662
3677
|
let p = h.errors;
|
|
3663
3678
|
v.forEach((C) => {
|
|
3664
3679
|
p !== void 0 && (p = p[C]);
|
|
3665
3680
|
}), b(p);
|
|
3666
|
-
}, [h, e]),
|
|
3681
|
+
}, [h, e]), D(() => {
|
|
3667
3682
|
h.isSubmitted && f(!0);
|
|
3668
3683
|
}, [h]);
|
|
3669
3684
|
const _ = g !== void 0;
|
|
3670
3685
|
return /* @__PURE__ */ s.jsxs(n, { isForCheckInput: !0, hidden: i, label: `${t}${a ? " *" : ""}`, isInvalid: _, withoutLabel: c, className: u, children: [
|
|
3671
|
-
/* @__PURE__ */ s.jsx(
|
|
3686
|
+
/* @__PURE__ */ s.jsx(J.Check, { id: `check-${e}`, type: o ?? "checkbox", label: `${t}${a ? " *" : ""}`, ...d(e, {
|
|
3672
3687
|
onChange: () => {
|
|
3673
|
-
r && r.forEach((v) => m(v, null, { shouldDirty: !0, shouldValidate:
|
|
3688
|
+
r && r.forEach((v) => m(v, null, { shouldDirty: !0, shouldValidate: x }));
|
|
3674
3689
|
}
|
|
3675
3690
|
}), isInvalid: _, hidden: i, disabled: l, className: "w-100" }),
|
|
3676
3691
|
g && /* @__PURE__ */ s.jsx(be, { message: g.message })
|
|
3677
3692
|
] });
|
|
3678
|
-
},
|
|
3679
|
-
const { register: u, formState: d, setValue: h, watch: m } = he(), [g, b] =
|
|
3680
|
-
|
|
3693
|
+
}, gl = ({ InputContainer: n = ve, label: e, formField: t, options: r, resetsFields: o, required: a, disabled: i, hidden: l, className: c }) => {
|
|
3694
|
+
const { register: u, formState: d, setValue: h, watch: m } = he(), [g, b] = M(void 0), [x, f] = M(!1), _ = K(() => r, [r]);
|
|
3695
|
+
D(() => {
|
|
3681
3696
|
const p = t.split(".");
|
|
3682
3697
|
let C = d.errors;
|
|
3683
3698
|
p.forEach((k) => {
|
|
3684
3699
|
C !== void 0 && (C = C[k]);
|
|
3685
3700
|
}), b(C);
|
|
3686
|
-
}, [d, t]),
|
|
3701
|
+
}, [d, t]), D(() => {
|
|
3687
3702
|
d.isSubmitted && f(!0);
|
|
3688
3703
|
}, [d]);
|
|
3689
3704
|
const v = g !== void 0;
|
|
3690
3705
|
return /* @__PURE__ */ s.jsxs(n, { isForRadioInput: !0, hidden: l, withoutLabel: !e, label: `${e}${a ? " *" : ""}`, isInvalid: v, className: c, children: [
|
|
3691
|
-
_.map((p) => /* @__PURE__ */ s.jsx(
|
|
3706
|
+
_.map((p) => /* @__PURE__ */ s.jsx(J.Check, { id: `radio-${p.id}`, label: p.name, type: "radio", value: p.id ?? "", checked: m(t) === p.id, ...u(t, {
|
|
3692
3707
|
onChange: () => {
|
|
3693
|
-
o && o.forEach((C) => h(C, null, { shouldDirty: !0, shouldValidate:
|
|
3708
|
+
o && o.forEach((C) => h(C, null, { shouldDirty: !0, shouldValidate: x }));
|
|
3694
3709
|
}
|
|
3695
3710
|
}), isInvalid: v, hidden: l, disabled: i, className: "w-100" }, p.id)),
|
|
3696
3711
|
g && /* @__PURE__ */ s.jsx(be, { message: g.message })
|
|
3697
3712
|
] });
|
|
3698
|
-
},
|
|
3699
|
-
const { register: b, formState:
|
|
3713
|
+
}, wl = ({ InputContainer: n = ve, formField: e, label: t, resetsFields: r, size: o, showClearIcon: a, clearValue: i, required: l, hidden: c, disabled: u, rows: d, withoutLabel: h, customFormControlProps: m, className: g }) => {
|
|
3714
|
+
const { register: b, formState: x, setValue: f, watch: _ } = he(), [v, p] = M(void 0), [C, k] = M(!1), y = E(() => {
|
|
3700
3715
|
const I = i ?? null;
|
|
3701
3716
|
f(e, (I == null ? void 0 : I.toString()) ?? "", { shouldDirty: !0, shouldValidate: C });
|
|
3702
3717
|
}, [i, f, e, C]), $ = E(() => {
|
|
3703
3718
|
const I = e.split(".");
|
|
3704
|
-
let N =
|
|
3719
|
+
let N = x.errors;
|
|
3705
3720
|
I.forEach((j) => {
|
|
3706
3721
|
N !== void 0 && (N = N[j]);
|
|
3707
3722
|
}), p(N);
|
|
3708
|
-
}, [
|
|
3709
|
-
|
|
3723
|
+
}, [x, e]);
|
|
3724
|
+
D(() => {
|
|
3710
3725
|
$();
|
|
3711
|
-
}, [$]),
|
|
3712
|
-
|
|
3713
|
-
}, [
|
|
3726
|
+
}, [$]), D(() => {
|
|
3727
|
+
x.isSubmitted && k(!0);
|
|
3728
|
+
}, [x]);
|
|
3714
3729
|
const P = v !== void 0;
|
|
3715
3730
|
return /* @__PURE__ */ s.jsxs(n, { label: `${t}${l ? " *" : ""}`, hidden: c, withoutLabel: h, isInvalid: P, className: g, isForTextAreaInput: !0, children: [
|
|
3716
|
-
/* @__PURE__ */ s.jsx(
|
|
3731
|
+
/* @__PURE__ */ s.jsx(J.Control, { as: "textarea", size: o, ...b(e, {
|
|
3717
3732
|
setValueAs: (I) => I == null || I === "" ? null : I,
|
|
3718
3733
|
onChange: () => {
|
|
3719
3734
|
r && r.forEach((I) => f(I, null, { shouldDirty: !0, shouldValidate: C }));
|
|
3720
3735
|
}
|
|
3721
3736
|
}), isInvalid: P, hidden: c, disabled: u, rows: d ?? 2, className: "w-100", ...m }),
|
|
3722
|
-
a && _(e) && /* @__PURE__ */ s.jsx("div", { className: "luminus-input-remove-icon", children: /* @__PURE__ */ s.jsx(
|
|
3737
|
+
a && _(e) && /* @__PURE__ */ s.jsx("div", { className: "luminus-input-remove-icon", children: /* @__PURE__ */ s.jsx(Z, { color: "secondary", size: "sm", onClick: y, children: /* @__PURE__ */ s.jsx(ye, {}) }) }),
|
|
3723
3738
|
v && /* @__PURE__ */ s.jsx(be, { message: v.message })
|
|
3724
3739
|
] });
|
|
3725
|
-
},
|
|
3726
|
-
const { register: _, formState: v, setValue: p, watch: C } = he(), [k, y] =
|
|
3740
|
+
}, xl = ({ InputContainer: n = ve, type: e, formField: t, label: r, placeholder: o, size: a, resetsFields: i, showClearIcon: l, clearValue: c, required: u, hidden: d, disabled: h, withoutLabel: m, list: g, step: b, CustomOnChangeComponent: x, className: f }) => {
|
|
3741
|
+
const { register: _, formState: v, setValue: p, watch: C } = he(), [k, y] = M(void 0), [$, P] = M(!1), I = E(() => {
|
|
3727
3742
|
const R = c ?? null;
|
|
3728
3743
|
e === "number" ? p(t, R !== null ? Number(R) : null, {
|
|
3729
3744
|
shouldDirty: !0,
|
|
@@ -3732,19 +3747,19 @@ const Mi = "_item_1dy8x_1", rr = {
|
|
|
3732
3747
|
}, [c, e, p, t, $]), N = E(() => {
|
|
3733
3748
|
const R = t.split(".");
|
|
3734
3749
|
let G = v.errors;
|
|
3735
|
-
R.forEach((
|
|
3736
|
-
G !== void 0 && (G = G[
|
|
3750
|
+
R.forEach((ae) => {
|
|
3751
|
+
G !== void 0 && (G = G[ae]);
|
|
3737
3752
|
}), y(G);
|
|
3738
3753
|
}, [v, t]);
|
|
3739
|
-
|
|
3754
|
+
D(() => {
|
|
3740
3755
|
N();
|
|
3741
|
-
}, [N]),
|
|
3756
|
+
}, [N]), D(() => {
|
|
3742
3757
|
v.isSubmitted && P(!0);
|
|
3743
3758
|
}, [v]);
|
|
3744
|
-
const j = k !== void 0, [
|
|
3759
|
+
const j = k !== void 0, [T, F] = M(!1), W = C(t), H = hn(e, W ?? null, T);
|
|
3745
3760
|
return /* @__PURE__ */ s.jsxs(n, { label: `${r}${u ? " *" : ""}`, hidden: d, withoutLabel: m, isInvalid: j, className: f, children: [
|
|
3746
3761
|
/* @__PURE__ */ s.jsxs("div", { className: "luminus-input-container position-relative w-100", children: [
|
|
3747
|
-
/* @__PURE__ */ s.jsx(
|
|
3762
|
+
/* @__PURE__ */ s.jsx(J.Control, { type: H, placeholder: o ?? r, size: a, onFocus: () => {
|
|
3748
3763
|
F(!0);
|
|
3749
3764
|
}, ..._(t, {
|
|
3750
3765
|
setValueAs: (R) => e === "number" ? R == null || R === "" ? null : Number(R) : R == null || R === "" ? null : R,
|
|
@@ -3753,22 +3768,22 @@ const Mi = "_item_1dy8x_1", rr = {
|
|
|
3753
3768
|
},
|
|
3754
3769
|
onBlur: () => F(!1)
|
|
3755
3770
|
}), isInvalid: j, hidden: d, disabled: h, list: g, className: "w-100", step: b }),
|
|
3756
|
-
|
|
3771
|
+
x && /* @__PURE__ */ s.jsx("div", { className: "custom-picker-button", children: x })
|
|
3757
3772
|
] }),
|
|
3758
|
-
l && C(t) && /* @__PURE__ */ s.jsx("div", { className: `luminus-input-remove-icon ${e !== "text" ? "inset" : ""}`, children: /* @__PURE__ */ s.jsx(
|
|
3773
|
+
l && C(t) && /* @__PURE__ */ s.jsx("div", { className: `luminus-input-remove-icon ${e !== "text" ? "inset" : ""}`, children: /* @__PURE__ */ s.jsx(Z, { color: "secondary", size: "sm", onClick: I, children: /* @__PURE__ */ s.jsx(ye, {}) }) }),
|
|
3759
3774
|
k && /* @__PURE__ */ s.jsx(be, { message: k.message })
|
|
3760
3775
|
] });
|
|
3761
|
-
},
|
|
3762
|
-
const { formState: k, setValue: y, watch: $, control: P } = he(), [I, N] =
|
|
3776
|
+
}, yl = ({ InputContainer: n = ve, formField: e, label: t, size: r, defaultSelection: o, resetsFields: a, isNumber: i, required: l, hidden: c, disabled: u, items: d, onSearchQueryChange: h, selectedItemNavigateTo: m, texts: g, dropdownItemsNameWidth: b, isLoading: x, withoutLabel: f, additionalColumns: _, CustomOnChangeComponent: v, displayIdAsName: p, className: C }) => {
|
|
3777
|
+
const { formState: k, setValue: y, watch: $, control: P } = he(), [I, N] = M(void 0), [j, T] = M(!1), [F, W] = M(!1), H = $(e) ?? null, R = H === (o == null ? void 0 : o.id) ? o == null ? void 0 : o.name : $(`${e}-DropdownName`), G = K(() => H == null ? null : { id: H ?? null, name: R ?? "" }, [H, R]), ae = E(() => {
|
|
3763
3778
|
const B = e.split(".");
|
|
3764
3779
|
let ce = k.errors;
|
|
3765
|
-
B.forEach((
|
|
3766
|
-
ce !== void 0 && (ce = ce[
|
|
3780
|
+
B.forEach((Qe) => {
|
|
3781
|
+
ce !== void 0 && (ce = ce[Qe]);
|
|
3767
3782
|
}), N(ce);
|
|
3768
3783
|
}, [k, e]), ne = E((B) => {
|
|
3769
3784
|
if ((B == null ? void 0 : B.id) === H)
|
|
3770
3785
|
return;
|
|
3771
|
-
if (a && a.forEach((
|
|
3786
|
+
if (a && a.forEach((Qe) => y(Qe, null, { shouldDirty: !0, shouldValidate: F })), B === null) {
|
|
3772
3787
|
y(e, null, {
|
|
3773
3788
|
shouldDirty: !0,
|
|
3774
3789
|
shouldValidate: F
|
|
@@ -3781,40 +3796,40 @@ const Mi = "_item_1dy8x_1", rr = {
|
|
|
3781
3796
|
shouldValidate: F
|
|
3782
3797
|
}), y(`${e}-DropdownName`, B.name ?? "");
|
|
3783
3798
|
}, [y, e, F, i, a, H]), U = E((B) => {
|
|
3784
|
-
|
|
3785
|
-
}, [ne]),
|
|
3786
|
-
|
|
3799
|
+
T(!1), ne(B);
|
|
3800
|
+
}, [ne]), S = E(() => {
|
|
3801
|
+
T(!1);
|
|
3787
3802
|
}, []);
|
|
3788
|
-
|
|
3789
|
-
|
|
3790
|
-
}, [
|
|
3803
|
+
D(() => {
|
|
3804
|
+
ae();
|
|
3805
|
+
}, [ae]), D(() => {
|
|
3791
3806
|
k.isSubmitted && W(!0);
|
|
3792
3807
|
}, [k]);
|
|
3793
|
-
const O = Y(null),
|
|
3794
|
-
return /* @__PURE__ */ s.jsx(s.Fragment, { children: /* @__PURE__ */ s.jsxs(n, { label: `${t}${l ? " *" : ""}`, hidden: c, withoutLabel: f, isInvalid:
|
|
3808
|
+
const O = Y(null), Q = I !== void 0, Me = m !== void 0, ar = Me && G !== null;
|
|
3809
|
+
return /* @__PURE__ */ s.jsx(s.Fragment, { children: /* @__PURE__ */ s.jsxs(n, { label: `${t}${l ? " *" : ""}`, hidden: c, withoutLabel: f, isInvalid: Q, inputContainerClassName: w({ "luminus-dropdown-select-open": j }), className: C, children: [
|
|
3795
3810
|
/* @__PURE__ */ s.jsxs(sr, { currentSelection: G, selectedItemNavigateTo: m, children: [
|
|
3796
3811
|
p && (G == null ? void 0 : G.name) && /* @__PURE__ */ s.jsx(z, { variant: "caption", className: "d-flex justify-content-end mt-2 luminus-dropdown-selection-name", children: G.name }),
|
|
3797
|
-
/* @__PURE__ */ s.jsx(ln, { control: P, name: e, render: () => /* @__PURE__ */ s.jsx(
|
|
3812
|
+
/* @__PURE__ */ s.jsx(ln, { control: P, name: e, render: () => /* @__PURE__ */ s.jsx(J.Select, { size: r, onMouseDown: (B) => {
|
|
3798
3813
|
B.currentTarget.focus(), B.preventDefault();
|
|
3799
3814
|
}, onClick: () => {
|
|
3800
|
-
!
|
|
3815
|
+
!Me && !u && T(!0);
|
|
3801
3816
|
}, ref: O, value: H ?? "", onChange: () => {
|
|
3802
|
-
}, isInvalid:
|
|
3817
|
+
}, isInvalid: Q, hidden: c, className: w("w-100", {
|
|
3803
3818
|
"luminus-dropdown-picker-disabled": u,
|
|
3804
3819
|
"luminus-dropdown-picker-link": ar
|
|
3805
3820
|
}), children: /* @__PURE__ */ s.jsx("option", { value: H, children: p ? H : (R == null ? void 0 : R.length) > 0 ? R : H }) }) }),
|
|
3806
|
-
v || !u &&
|
|
3807
|
-
!v && !u &&
|
|
3808
|
-
B.preventDefault(), B.stopPropagation(),
|
|
3821
|
+
v || !u && Me ? /* @__PURE__ */ s.jsxs("div", { className: "custom-picker-button", children: [
|
|
3822
|
+
!v && !u && Me && /* @__PURE__ */ s.jsx(Z, { size: "sm", color: "secondary", onClick: (B) => {
|
|
3823
|
+
B.preventDefault(), B.stopPropagation(), T(!0);
|
|
3809
3824
|
}, children: /* @__PURE__ */ s.jsx(rn, {}) }),
|
|
3810
3825
|
v ?? null
|
|
3811
3826
|
] }) : null
|
|
3812
3827
|
] }),
|
|
3813
3828
|
I && /* @__PURE__ */ s.jsx(be, { message: I.message }),
|
|
3814
|
-
O.current && /* @__PURE__ */ s.jsx(bt, { show: j, onCancel:
|
|
3829
|
+
O.current && /* @__PURE__ */ s.jsx(bt, { show: j, onCancel: S, items: d, currentSelection: G, onSelectionChange: U, onSearchQueryChange: h, texts: g, itemsNameWidth: b, additionalColumns: _, displayIdAsName: p, isLoading: x, disabled: u, inputRef: O })
|
|
3815
3830
|
] }) });
|
|
3816
|
-
},
|
|
3817
|
-
const { watch: g, setValue: b, register:
|
|
3831
|
+
}, vl = ({ InputContainer: n = ve, label: e, formField: t, hidden: r, required: o, placeholder: a, disabled: i, showClearIcon: l, resetsFields: c, multiple: u, accept: d, withoutLabel: h, className: m }) => {
|
|
3832
|
+
const { watch: g, setValue: b, register: x, formState: f } = he(), [_, v] = M(!1), [p, C] = M(void 0), k = E(() => {
|
|
3818
3833
|
b(t, "");
|
|
3819
3834
|
}, [b, t]), y = E(() => {
|
|
3820
3835
|
const P = t.split(".");
|
|
@@ -3823,35 +3838,35 @@ const Mi = "_item_1dy8x_1", rr = {
|
|
|
3823
3838
|
I !== void 0 && (I = I[N]);
|
|
3824
3839
|
}), C(I);
|
|
3825
3840
|
}, [f, t]);
|
|
3826
|
-
|
|
3841
|
+
D(y, [y]), D(() => {
|
|
3827
3842
|
f.isSubmitted && v(!0);
|
|
3828
3843
|
}, [f]);
|
|
3829
3844
|
const $ = p !== void 0;
|
|
3830
3845
|
return /* @__PURE__ */ s.jsxs(n, { label: `${e}${o ? "*" : ""}`, hidden: r, withoutLabel: h, isInvalid: $, className: m, children: [
|
|
3831
|
-
/* @__PURE__ */ s.jsx(an, { type: "file", multiple: u, accept: d.join(", "), placeholder: a ?? e, isInvalid: $, hidden: r, disabled: i, className: "w-100", ...
|
|
3846
|
+
/* @__PURE__ */ s.jsx(an, { type: "file", multiple: u, accept: d.join(", "), placeholder: a ?? e, isInvalid: $, hidden: r, disabled: i, className: "w-100", ...x(t, {
|
|
3832
3847
|
onChange: () => {
|
|
3833
3848
|
c && c.forEach((P) => b(P, null, { shouldDirty: !0, shouldValidate: _ }));
|
|
3834
3849
|
}
|
|
3835
3850
|
}) }),
|
|
3836
|
-
l && g(t) && /* @__PURE__ */ s.jsx("div", { className: "luminus-input-remove-icon", children: /* @__PURE__ */ s.jsx(
|
|
3851
|
+
l && g(t) && /* @__PURE__ */ s.jsx("div", { className: "luminus-input-remove-icon", children: /* @__PURE__ */ s.jsx(Z, { color: "secondary", size: "sm", onClick: k, children: /* @__PURE__ */ s.jsx(ye, {}) }) }),
|
|
3837
3852
|
p && /* @__PURE__ */ s.jsx(be, { message: p.message })
|
|
3838
3853
|
] });
|
|
3839
|
-
},
|
|
3840
|
-
const { formState: t } = he(), [r, o] =
|
|
3841
|
-
return
|
|
3854
|
+
}, bl = ({ children: n, onStorno: e }) => {
|
|
3855
|
+
const { formState: t } = he(), [r, o] = M(!1);
|
|
3856
|
+
return D(() => {
|
|
3842
3857
|
o(Object.keys(t.dirtyFields).length > 0);
|
|
3843
|
-
}, [t]), r ? /* @__PURE__ */ s.jsx(
|
|
3844
|
-
},
|
|
3845
|
-
const { customSelectTexts: b } = L(oe), { formState:
|
|
3846
|
-
const
|
|
3847
|
-
let O =
|
|
3848
|
-
|
|
3849
|
-
O !== void 0 && (O = O[
|
|
3858
|
+
}, [t]), r ? /* @__PURE__ */ s.jsx(Ra, { onStorno: e, children: n }) : null;
|
|
3859
|
+
}, _l = ({ InputContainer: n = ve, options: e, formField: t, label: r, size: o, resetsFields: a, isNumber: i, required: l, hidden: c, disabled: u, withoutLabel: d, noSortOptions: h, suffixIdToName: m, className: g }) => {
|
|
3860
|
+
const { customSelectTexts: b } = L(oe), { formState: x, setValue: f, watch: _, control: v } = he(), [p, C] = M(void 0), [k, y] = M(!1), [$, P] = M(!1), [I, N] = M(""), j = _(t), T = K(() => e.find((S) => S.id === j) ?? null, [e, j]), F = E(() => {
|
|
3861
|
+
const S = t.split(".");
|
|
3862
|
+
let O = x.errors;
|
|
3863
|
+
S.forEach((Q) => {
|
|
3864
|
+
O !== void 0 && (O = O[Q]);
|
|
3850
3865
|
}), C(O);
|
|
3851
|
-
}, [
|
|
3852
|
-
if ((
|
|
3866
|
+
}, [x, t]), W = E((S) => {
|
|
3867
|
+
if ((S == null ? void 0 : S.id) === j)
|
|
3853
3868
|
return;
|
|
3854
|
-
if (a && a.forEach((
|
|
3869
|
+
if (a && a.forEach((Q) => f(Q, null, { shouldDirty: !0, shouldValidate: $ })), S === null) {
|
|
3855
3870
|
f(t, null, {
|
|
3856
3871
|
shouldDirty: !0,
|
|
3857
3872
|
shouldValidate: $
|
|
@@ -3859,113 +3874,113 @@ const Mi = "_item_1dy8x_1", rr = {
|
|
|
3859
3874
|
return;
|
|
3860
3875
|
}
|
|
3861
3876
|
let O = null;
|
|
3862
|
-
i ? O = (
|
|
3877
|
+
i ? O = (S == null ? void 0 : S.id) !== null && (S == null ? void 0 : S.id) !== "" ? parseInt(S.id.toString(), 10) : null : O = S.id === null || S.id === void 0 || S.id === "" ? null : S.id, f(t, O, {
|
|
3863
3878
|
shouldDirty: !0,
|
|
3864
3879
|
shouldValidate: $
|
|
3865
3880
|
});
|
|
3866
|
-
}, [f, t, i, a, j, $]), H = E((
|
|
3867
|
-
y(!1), W(
|
|
3868
|
-
}, [W]), R = E((
|
|
3869
|
-
N(
|
|
3881
|
+
}, [f, t, i, a, j, $]), H = E((S) => {
|
|
3882
|
+
y(!1), W(S);
|
|
3883
|
+
}, [W]), R = E((S) => {
|
|
3884
|
+
N(S);
|
|
3870
3885
|
}, []);
|
|
3871
|
-
|
|
3886
|
+
D(() => {
|
|
3872
3887
|
F();
|
|
3873
|
-
}, [F]),
|
|
3874
|
-
|
|
3875
|
-
}, [
|
|
3876
|
-
const G = E((
|
|
3888
|
+
}, [F]), D(() => {
|
|
3889
|
+
x.isSubmitted && P(!0);
|
|
3890
|
+
}, [x]);
|
|
3891
|
+
const G = E((S) => {
|
|
3877
3892
|
var O;
|
|
3878
|
-
return
|
|
3879
|
-
}, [m]),
|
|
3880
|
-
id:
|
|
3881
|
-
name: G(
|
|
3882
|
-
})).filter((
|
|
3883
|
-
return /* @__PURE__ */ s.jsx(s.Fragment, { children: /* @__PURE__ */ s.jsxs(n, { label: `${r}${l ? " *" : ""}`, hidden: c, withoutLabel: d, isInvalid: U, inputContainerClassName:
|
|
3884
|
-
/* @__PURE__ */ s.jsx(ln, { control: v, name: t, render: () => /* @__PURE__ */ s.jsx(
|
|
3885
|
-
|
|
3893
|
+
return S === null ? "" : !S.name || S.name.length === 0 ? ((O = S.id) == null ? void 0 : O.toString()) ?? "" : m ? `${S.name} (${S.id})` : S.name;
|
|
3894
|
+
}, [m]), ae = K(() => e.map((S) => ({
|
|
3895
|
+
id: S.id,
|
|
3896
|
+
name: G(S)
|
|
3897
|
+
})).filter((S) => Zr(S.name, I)).sort((S, O) => h ? 0 : (S.name ?? "").localeCompare(O.name ?? "")), [e, h, I, G]), ne = Y(null), U = p !== void 0;
|
|
3898
|
+
return /* @__PURE__ */ s.jsx(s.Fragment, { children: /* @__PURE__ */ s.jsxs(n, { label: `${r}${l ? " *" : ""}`, hidden: c, withoutLabel: d, isInvalid: U, inputContainerClassName: w({ "luminus-dropdown-select-open": k }), className: g, children: [
|
|
3899
|
+
/* @__PURE__ */ s.jsx(ln, { control: v, name: t, render: () => /* @__PURE__ */ s.jsx(J.Select, { size: o, onMouseDown: (S) => {
|
|
3900
|
+
S.currentTarget.focus(), S.preventDefault();
|
|
3886
3901
|
}, onClick: () => {
|
|
3887
3902
|
y(!0);
|
|
3888
3903
|
}, ref: ne, value: j ?? "", onChange: () => {
|
|
3889
|
-
}, isInvalid: U, hidden: c, disabled: u, className: "w-100", children: /* @__PURE__ */ s.jsx("option", { value: (
|
|
3904
|
+
}, isInvalid: U, hidden: c, disabled: u, className: "w-100", children: /* @__PURE__ */ s.jsx("option", { value: (T == null ? void 0 : T.id) ?? "", children: G(T) }) }) }),
|
|
3890
3905
|
p && /* @__PURE__ */ s.jsx(be, { message: p.message }),
|
|
3891
|
-
ne.current && /* @__PURE__ */ s.jsx(bt, { show: k, onCancel: () => y(!1), items:
|
|
3906
|
+
ne.current && /* @__PURE__ */ s.jsx(bt, { show: k, onCancel: () => y(!1), items: ae, currentSelection: T ?? null, onSelectionChange: H, onSearchQueryChange: R, texts: b, disabled: u, inputRef: ne, autoHideSearch: !0, allItemsLength: e.length })
|
|
3892
3907
|
] }) });
|
|
3893
|
-
},
|
|
3908
|
+
}, jl = ({ cell: { value: n } }) => /* @__PURE__ */ s.jsx(s.Fragment, { children: n ? /* @__PURE__ */ s.jsx(nn, { name: n, size: 21, fontSize: 12 }) : /* @__PURE__ */ s.jsx(s.Fragment, {}) }), Fc = "_tab-panel_d8l8q_1", Wc = "_full-height-no-overflow_d8l8q_5", Rc = "_disabled_d8l8q_12", rt = {
|
|
3894
3909
|
"tab-panel": "_tab-panel_d8l8q_1",
|
|
3895
|
-
tabPanel:
|
|
3910
|
+
tabPanel: Fc,
|
|
3896
3911
|
"full-height-no-overflow": "_full-height-no-overflow_d8l8q_5",
|
|
3897
|
-
fullHeightNoOverflow:
|
|
3898
|
-
disabled:
|
|
3899
|
-
},
|
|
3912
|
+
fullHeightNoOverflow: Wc,
|
|
3913
|
+
disabled: Rc
|
|
3914
|
+
}, kl = ({ eventKey: n, activeTab: e, fullHeightNoOverflow: t, disabled: r, className: o, children: a }) => n !== e ? null : /* @__PURE__ */ s.jsx("div", { className: w("luminus-tab-panel", rt.tabPanel, { [rt.fullHeightNoOverflow]: t }, { disabled: r }, { [rt.disabled]: r }, o), children: a }), Cl = ({ activeTab: n, onSelect: e, children: t }) => /* @__PURE__ */ s.jsx("div", { className: w("luminus-tabs d-flex gap-1 mb-2"), children: t.map((r) => {
|
|
3900
3915
|
const o = r.type, a = r.props;
|
|
3901
3916
|
if (!a)
|
|
3902
3917
|
return null;
|
|
3903
3918
|
const i = a.eventKey, l = a.children, c = a.className, u = a.onClick;
|
|
3904
|
-
return /* @__PURE__ */ Vr(o, { ...a, key: a.eventKey, className:
|
|
3919
|
+
return /* @__PURE__ */ Vr(o, { ...a, key: a.eventKey, className: w({ active: n === i }, c), onClick: () => {
|
|
3905
3920
|
e(i), u && u(i);
|
|
3906
3921
|
} }, l);
|
|
3907
|
-
}) }),
|
|
3908
|
-
tab:
|
|
3909
|
-
disabled:
|
|
3910
|
-
},
|
|
3922
|
+
}) }), Lc = "_tab_1hdhk_1", qc = "_disabled_1hdhk_8", Ut = {
|
|
3923
|
+
tab: Lc,
|
|
3924
|
+
disabled: qc
|
|
3925
|
+
}, Nl = ({ eventKey: n, className: e, onClick: t, disabled: r, children: o }) => /* @__PURE__ */ s.jsx("div", { role: "button", className: w("luminus-tab text-primary rounded", Ut.tab, e, {
|
|
3911
3926
|
disabled: r
|
|
3912
3927
|
}, { [Ut.disabled]: r }), onClick: () => t && !r && t(n), children: typeof o == "string" ? /* @__PURE__ */ s.jsx(z, { variant: "h6", className: "text-primary", children: o }) : o });
|
|
3913
3928
|
export {
|
|
3914
|
-
|
|
3915
|
-
|
|
3916
|
-
|
|
3917
|
-
|
|
3929
|
+
al as Alert,
|
|
3930
|
+
Kc as ApiFileDownloadButton,
|
|
3931
|
+
rl as AppSearch,
|
|
3932
|
+
sl as AuthTemplate,
|
|
3918
3933
|
nn as AvatarIcon,
|
|
3919
3934
|
or as Backdrop,
|
|
3920
|
-
|
|
3921
|
-
|
|
3922
|
-
|
|
3923
|
-
|
|
3935
|
+
Zc as Badge,
|
|
3936
|
+
mc as Card,
|
|
3937
|
+
ul as CheckInput,
|
|
3938
|
+
el as Collapse,
|
|
3924
3939
|
ct as ContextButton,
|
|
3925
|
-
|
|
3926
|
-
|
|
3927
|
-
|
|
3928
|
-
|
|
3929
|
-
|
|
3940
|
+
Hi as Dropdown,
|
|
3941
|
+
nl as DropdownDivider,
|
|
3942
|
+
Fi as DropdownItem,
|
|
3943
|
+
ml as DropdownPicker,
|
|
3944
|
+
Wi as DropdownToggle,
|
|
3930
3945
|
tr as FileUploadContextButton,
|
|
3931
|
-
|
|
3932
|
-
|
|
3933
|
-
|
|
3946
|
+
tl as FileUploadDropdownItem,
|
|
3947
|
+
Sc as FloatingActionContainer,
|
|
3948
|
+
Ra as FloatingFormSubmit,
|
|
3934
3949
|
Ee as FloatingLabelInput,
|
|
3935
|
-
|
|
3936
|
-
|
|
3937
|
-
|
|
3938
|
-
|
|
3939
|
-
|
|
3940
|
-
|
|
3941
|
-
|
|
3942
|
-
|
|
3943
|
-
|
|
3944
|
-
|
|
3945
|
-
|
|
3950
|
+
Jc as HomeDashboard,
|
|
3951
|
+
pl as HookFormCheckInput,
|
|
3952
|
+
yl as HookFormDropdownPicker,
|
|
3953
|
+
vl as HookFormFileInput,
|
|
3954
|
+
bl as HookFormFloatingSubmit,
|
|
3955
|
+
gl as HookFormRadioInput,
|
|
3956
|
+
_l as HookFormSelectInput,
|
|
3957
|
+
wl as HookFormTextAreaInput,
|
|
3958
|
+
xl as HookFormTextInput,
|
|
3959
|
+
ll as HtmlTooltip,
|
|
3960
|
+
Z as IconButton,
|
|
3946
3961
|
be as InvalidFeedback,
|
|
3947
3962
|
Xr as Loading,
|
|
3948
3963
|
eo as LoadingBlock,
|
|
3949
|
-
|
|
3950
|
-
|
|
3951
|
-
|
|
3952
|
-
|
|
3964
|
+
Qc as MonthPicker,
|
|
3965
|
+
Sl as NoInputContainer,
|
|
3966
|
+
ol as PhotoLibrary,
|
|
3967
|
+
Nc as PhotoLightbox,
|
|
3953
3968
|
$t as PrimaryButton,
|
|
3954
3969
|
ve as RowLabelInput,
|
|
3955
|
-
|
|
3970
|
+
hl as SelectInput,
|
|
3956
3971
|
bt as SimplePicker,
|
|
3957
|
-
|
|
3958
|
-
|
|
3959
|
-
|
|
3960
|
-
|
|
3961
|
-
|
|
3962
|
-
|
|
3963
|
-
|
|
3964
|
-
|
|
3972
|
+
Mr as SimpleToggle,
|
|
3973
|
+
Ol as SimpleTooltip,
|
|
3974
|
+
Nl as Tab,
|
|
3975
|
+
kl as TabPanel,
|
|
3976
|
+
Cl as Tabs,
|
|
3977
|
+
fl as TextAreaInput,
|
|
3978
|
+
dl as TextInput,
|
|
3979
|
+
cl as Timeline,
|
|
3965
3980
|
z as Typography,
|
|
3966
|
-
|
|
3967
|
-
|
|
3968
|
-
|
|
3981
|
+
Tl as UserAvatarToggle,
|
|
3982
|
+
jl as UserAvatarValueFormat,
|
|
3983
|
+
il as VersionInfo,
|
|
3969
3984
|
Yt as WidgetCard,
|
|
3970
|
-
|
|
3985
|
+
Xc as YearPicker
|
|
3971
3986
|
};
|