react-luminus-components 1.2.52 → 1.2.54
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/.vite/manifest.json +42 -42
- package/dist/{EventType-DWGjQvzu.js → EventType-Bjz16zuI.js} +1 -1
- package/dist/{EventType-hNtpU3e1.cjs → EventType-DxGxebe4.cjs} +1 -1
- package/dist/{NoInputContainer-DoXRYO1H.cjs → NoInputContainer-CB0Mhk2Y.cjs} +1 -1
- package/dist/{NoInputContainer-DmBq5UOG.js → NoInputContainer-DoWB4Rf2.js} +9 -9
- package/dist/{SimpleTooltip-BAbwD-j4.js → SimpleTooltip-DCQcXGV-.js} +1 -1
- package/dist/{SimpleTooltip-B2yyBOM6.cjs → SimpleTooltip-DHBpdMXR.cjs} +1 -1
- package/dist/components/HookForm/DropdownPicker/HookFormDropdownPicker.d.ts +1 -1
- package/dist/components/HookForm/TextAreaInput/HookFormTextAreaInput.d.ts +1 -1
- package/dist/components/HookForm/TextInput/HookFormTextInput.d.ts +1 -1
- package/dist/components/common/SimplePicker/SimplePicker.d.ts +2 -1
- package/dist/contexts.cjs.js +1 -1
- package/dist/contexts.es.js +3 -3
- package/dist/hooks/useGetApiData/useGetApiData.d.ts +2 -0
- package/dist/hooks.cjs.js +1 -1
- package/dist/hooks.es.js +5 -5
- package/dist/layout.cjs.js +1 -1
- package/dist/layout.es.js +3 -3
- package/dist/main.cjs.js +1 -1
- package/dist/main.es.js +1340 -1336
- package/dist/models/prop-types/HookFormInputProps/HookFormTextAreaInputProps.d.ts +5 -2
- package/dist/models/prop-types/InputProps/DropdownPickerProps.d.ts +1 -0
- package/dist/models/prop-types/InputProps/TextInputProps.d.ts +2 -0
- package/dist/style.css +1 -1
- package/dist/{useConfirm-Bn8xeACS.js → useConfirm-C4KPvtFm.js} +1 -1
- package/dist/{useConfirm-D-LyfPUG.cjs → useConfirm-CZkIflkF.cjs} +1 -1
- package/dist/{usePermissions-ChxpQtxh.js → usePermissions-DjIU8dfn.js} +1 -1
- package/dist/{usePermissions-BIk4upFW.cjs → usePermissions-r15opnsP.cjs} +1 -1
- package/package.json +1 -1
package/dist/main.es.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { j as s, t as
|
|
2
|
-
import { ah as
|
|
3
|
-
import * as
|
|
4
|
-
import
|
|
5
|
-
import { d as
|
|
6
|
-
import { L as
|
|
7
|
-
import { useFormContext as
|
|
8
|
-
import { m as
|
|
9
|
-
import { u as
|
|
10
|
-
import { S as
|
|
11
|
-
const
|
|
12
|
-
const r =
|
|
1
|
+
import { j as s, t as te, c as ae, g as Xn, T as Jn, a as Zn, b as w, s as xt, E as er, d as tr, e as nr, f as rr, h as or, u as ge, i as G, k as sr, l as ar, m as ir, n as cr, o as lr, p as ur, q as dr, r as hr, v as ot, w as st, x as fr, y as mr, z as pr, P as ve, F as le, A as gr, B as wr, C as at, S as yt, D as Me, G as Pe, H as it, I as xr, J as Gt, K as $e, L as We, O as bt, M as yr, N as ue, Q as br, R as vr, U as Bt, V as ct, W as lt, X as Q, Y as _r, Z as Ut, _ as kr, $ as jr, a0 as Vt, a1 as Kt, a2 as Cr, a3 as Nr, a4 as $r, a5 as Ir, a6 as zt, a7 as ke, a8 as Tr, a9 as Sr, aa as Er, ab as Or, ac as Qe, ad as He, ae as we, af as Mr } from "./NoInputContainer-DoWB4Rf2.js";
|
|
2
|
+
import { ah as Bc, ag as Uc } from "./NoInputContainer-DoWB4Rf2.js";
|
|
3
|
+
import * as A from "react";
|
|
4
|
+
import J, { useCallback as S, useMemo as U, useEffect as D, useRef as L, useState as P, useReducer as Qt, useContext as R, createElement as Pr } from "react";
|
|
5
|
+
import { d as Xt, u as Dr, q as vt, E as De, M as Ae } from "./EventType-Bjz16zuI.js";
|
|
6
|
+
import { L as Kc } from "./EventType-Bjz16zuI.js";
|
|
7
|
+
import { useFormContext as de, Controller as Jt } from "react-hook-form";
|
|
8
|
+
import { m as Ar, a as Zt } from "./textUtils-BbxuIsKq.js";
|
|
9
|
+
import { u as en, a as tn, b as nn } from "./useFormControlType-BAFqxupC.js";
|
|
10
|
+
import { S as Qc } from "./SimpleTooltip-DCQcXGV-.js";
|
|
11
|
+
const mc = ({ fileLoader: n, fileName: e, children: t }) => {
|
|
12
|
+
const r = S(async () => {
|
|
13
13
|
var c;
|
|
14
14
|
const o = await n();
|
|
15
15
|
if (!o)
|
|
@@ -19,13 +19,13 @@ const fc = ({ fileLoader: n, fileName: e, children: t }) => {
|
|
|
19
19
|
}, [n, e]);
|
|
20
20
|
return /* @__PURE__ */ s.jsx("div", { role: "button", onClick: r, children: t });
|
|
21
21
|
};
|
|
22
|
-
function
|
|
23
|
-
const t =
|
|
22
|
+
function rn(n, e) {
|
|
23
|
+
const t = te(n);
|
|
24
24
|
if (isNaN(e))
|
|
25
|
-
return
|
|
25
|
+
return ae(n, NaN);
|
|
26
26
|
if (!e)
|
|
27
27
|
return t;
|
|
28
|
-
const r = t.getDate(), o =
|
|
28
|
+
const r = t.getDate(), o = ae(n, t.getTime());
|
|
29
29
|
o.setMonth(t.getMonth() + e + 1, 0);
|
|
30
30
|
const a = o.getDate();
|
|
31
31
|
return r >= a ? o : (t.setFullYear(
|
|
@@ -34,32 +34,32 @@ function nn(n, e) {
|
|
|
34
34
|
r
|
|
35
35
|
), t);
|
|
36
36
|
}
|
|
37
|
-
let
|
|
38
|
-
function
|
|
39
|
-
return
|
|
37
|
+
let Fr = {};
|
|
38
|
+
function Ge() {
|
|
39
|
+
return Fr;
|
|
40
40
|
}
|
|
41
|
-
function
|
|
41
|
+
function Te(n, e) {
|
|
42
42
|
var c, l, u, d;
|
|
43
|
-
const t =
|
|
43
|
+
const t = Ge(), r = (e == null ? void 0 : e.weekStartsOn) ?? ((l = (c = e == null ? void 0 : e.locale) == null ? void 0 : c.options) == null ? void 0 : l.weekStartsOn) ?? t.weekStartsOn ?? ((d = (u = t.locale) == null ? void 0 : u.options) == null ? void 0 : d.weekStartsOn) ?? 0, o = te(n), a = o.getDay(), i = (a < r ? 7 : 0) + a - r;
|
|
44
44
|
return o.setDate(o.getDate() - i), o.setHours(0, 0, 0, 0), o;
|
|
45
45
|
}
|
|
46
|
-
function
|
|
47
|
-
return
|
|
46
|
+
function Re(n) {
|
|
47
|
+
return Te(n, { weekStartsOn: 1 });
|
|
48
48
|
}
|
|
49
|
-
function
|
|
50
|
-
const e =
|
|
49
|
+
function on(n) {
|
|
50
|
+
const e = te(n), t = e.getFullYear(), r = ae(n, 0);
|
|
51
51
|
r.setFullYear(t + 1, 0, 4), r.setHours(0, 0, 0, 0);
|
|
52
|
-
const o =
|
|
52
|
+
const o = Re(r), a = ae(n, 0);
|
|
53
53
|
a.setFullYear(t, 0, 4), a.setHours(0, 0, 0, 0);
|
|
54
|
-
const i =
|
|
54
|
+
const i = Re(a);
|
|
55
55
|
return e.getTime() >= o.getTime() ? t + 1 : e.getTime() >= i.getTime() ? t : t - 1;
|
|
56
56
|
}
|
|
57
|
-
function
|
|
58
|
-
const e =
|
|
57
|
+
function _t(n) {
|
|
58
|
+
const e = te(n);
|
|
59
59
|
return e.setHours(0, 0, 0, 0), e;
|
|
60
60
|
}
|
|
61
|
-
function
|
|
62
|
-
const e =
|
|
61
|
+
function kt(n) {
|
|
62
|
+
const e = te(n), t = new Date(
|
|
63
63
|
Date.UTC(
|
|
64
64
|
e.getFullYear(),
|
|
65
65
|
e.getMonth(),
|
|
@@ -72,31 +72,31 @@ function _t(n) {
|
|
|
72
72
|
);
|
|
73
73
|
return t.setUTCFullYear(e.getFullYear()), +n - +t;
|
|
74
74
|
}
|
|
75
|
-
function
|
|
76
|
-
const t =
|
|
77
|
-
return Math.round((o - a) /
|
|
75
|
+
function Wr(n, e) {
|
|
76
|
+
const t = _t(n), r = _t(e), o = +t - kt(t), a = +r - kt(r);
|
|
77
|
+
return Math.round((o - a) / Ar);
|
|
78
78
|
}
|
|
79
|
-
function
|
|
80
|
-
const e =
|
|
81
|
-
return t.setFullYear(e, 0, 4), t.setHours(0, 0, 0, 0),
|
|
79
|
+
function Rr(n) {
|
|
80
|
+
const e = on(n), t = ae(n, 0);
|
|
81
|
+
return t.setFullYear(e, 0, 4), t.setHours(0, 0, 0, 0), Re(t);
|
|
82
82
|
}
|
|
83
|
-
function
|
|
84
|
-
return
|
|
83
|
+
function qr(n, e) {
|
|
84
|
+
return rn(n, e * 12);
|
|
85
85
|
}
|
|
86
|
-
function
|
|
86
|
+
function Lr(n) {
|
|
87
87
|
return n instanceof Date || typeof n == "object" && Object.prototype.toString.call(n) === "[object Date]";
|
|
88
88
|
}
|
|
89
|
-
function
|
|
90
|
-
if (!
|
|
89
|
+
function Yr(n) {
|
|
90
|
+
if (!Lr(n) && typeof n != "number")
|
|
91
91
|
return !1;
|
|
92
|
-
const e =
|
|
92
|
+
const e = te(n);
|
|
93
93
|
return !isNaN(Number(e));
|
|
94
94
|
}
|
|
95
|
-
function
|
|
96
|
-
const e =
|
|
95
|
+
function Hr(n) {
|
|
96
|
+
const e = te(n), t = ae(n, 0);
|
|
97
97
|
return t.setFullYear(e.getFullYear(), 0, 1), t.setHours(0, 0, 0, 0), t;
|
|
98
98
|
}
|
|
99
|
-
const
|
|
99
|
+
const Gr = {
|
|
100
100
|
lessThanXSeconds: {
|
|
101
101
|
one: "less than a second",
|
|
102
102
|
other: "less than {{count}} seconds"
|
|
@@ -158,54 +158,54 @@ const Hr = {
|
|
|
158
158
|
one: "almost 1 year",
|
|
159
159
|
other: "almost {{count}} years"
|
|
160
160
|
}
|
|
161
|
-
},
|
|
161
|
+
}, Br = (n, e, t) => {
|
|
162
162
|
let r;
|
|
163
|
-
const o =
|
|
163
|
+
const o = Gr[n];
|
|
164
164
|
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;
|
|
165
165
|
};
|
|
166
|
-
function
|
|
166
|
+
function Xe(n) {
|
|
167
167
|
return (e = {}) => {
|
|
168
168
|
const t = e.width ? String(e.width) : n.defaultWidth;
|
|
169
169
|
return n.formats[t] || n.formats[n.defaultWidth];
|
|
170
170
|
};
|
|
171
171
|
}
|
|
172
|
-
const
|
|
172
|
+
const Ur = {
|
|
173
173
|
full: "EEEE, MMMM do, y",
|
|
174
174
|
long: "MMMM do, y",
|
|
175
175
|
medium: "MMM d, y",
|
|
176
176
|
short: "MM/dd/yyyy"
|
|
177
|
-
},
|
|
177
|
+
}, Vr = {
|
|
178
178
|
full: "h:mm:ss a zzzz",
|
|
179
179
|
long: "h:mm:ss a z",
|
|
180
180
|
medium: "h:mm:ss a",
|
|
181
181
|
short: "h:mm a"
|
|
182
|
-
},
|
|
182
|
+
}, Kr = {
|
|
183
183
|
full: "{{date}} 'at' {{time}}",
|
|
184
184
|
long: "{{date}} 'at' {{time}}",
|
|
185
185
|
medium: "{{date}}, {{time}}",
|
|
186
186
|
short: "{{date}}, {{time}}"
|
|
187
|
-
},
|
|
188
|
-
date:
|
|
189
|
-
formats: Br,
|
|
190
|
-
defaultWidth: "full"
|
|
191
|
-
}),
|
|
192
|
-
time: Qe({
|
|
187
|
+
}, zr = {
|
|
188
|
+
date: Xe({
|
|
193
189
|
formats: Ur,
|
|
194
190
|
defaultWidth: "full"
|
|
195
191
|
}),
|
|
196
|
-
|
|
192
|
+
time: Xe({
|
|
197
193
|
formats: Vr,
|
|
198
194
|
defaultWidth: "full"
|
|
195
|
+
}),
|
|
196
|
+
dateTime: Xe({
|
|
197
|
+
formats: Kr,
|
|
198
|
+
defaultWidth: "full"
|
|
199
199
|
})
|
|
200
|
-
},
|
|
200
|
+
}, Qr = {
|
|
201
201
|
lastWeek: "'last' eeee 'at' p",
|
|
202
202
|
yesterday: "'yesterday at' p",
|
|
203
203
|
today: "'today at' p",
|
|
204
204
|
tomorrow: "'tomorrow at' p",
|
|
205
205
|
nextWeek: "eeee 'at' p",
|
|
206
206
|
other: "P"
|
|
207
|
-
},
|
|
208
|
-
function
|
|
207
|
+
}, Xr = (n, e, t, r) => Qr[n];
|
|
208
|
+
function je(n) {
|
|
209
209
|
return (e, t) => {
|
|
210
210
|
const r = t != null && t.context ? String(t.context) : "standalone";
|
|
211
211
|
let o;
|
|
@@ -220,15 +220,15 @@ function ke(n) {
|
|
|
220
220
|
return o[a];
|
|
221
221
|
};
|
|
222
222
|
}
|
|
223
|
-
const
|
|
223
|
+
const Jr = {
|
|
224
224
|
narrow: ["B", "A"],
|
|
225
225
|
abbreviated: ["BC", "AD"],
|
|
226
226
|
wide: ["Before Christ", "Anno Domini"]
|
|
227
|
-
},
|
|
227
|
+
}, Zr = {
|
|
228
228
|
narrow: ["1", "2", "3", "4"],
|
|
229
229
|
abbreviated: ["Q1", "Q2", "Q3", "Q4"],
|
|
230
230
|
wide: ["1st quarter", "2nd quarter", "3rd quarter", "4th quarter"]
|
|
231
|
-
},
|
|
231
|
+
}, eo = {
|
|
232
232
|
narrow: ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
|
|
233
233
|
abbreviated: [
|
|
234
234
|
"Jan",
|
|
@@ -258,7 +258,7 @@ const Xr = {
|
|
|
258
258
|
"November",
|
|
259
259
|
"December"
|
|
260
260
|
]
|
|
261
|
-
},
|
|
261
|
+
}, to = {
|
|
262
262
|
narrow: ["S", "M", "T", "W", "T", "F", "S"],
|
|
263
263
|
short: ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"],
|
|
264
264
|
abbreviated: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
|
|
@@ -271,7 +271,7 @@ const Xr = {
|
|
|
271
271
|
"Friday",
|
|
272
272
|
"Saturday"
|
|
273
273
|
]
|
|
274
|
-
},
|
|
274
|
+
}, no = {
|
|
275
275
|
narrow: {
|
|
276
276
|
am: "a",
|
|
277
277
|
pm: "p",
|
|
@@ -302,7 +302,7 @@ const Xr = {
|
|
|
302
302
|
evening: "evening",
|
|
303
303
|
night: "night"
|
|
304
304
|
}
|
|
305
|
-
},
|
|
305
|
+
}, ro = {
|
|
306
306
|
narrow: {
|
|
307
307
|
am: "a",
|
|
308
308
|
pm: "p",
|
|
@@ -333,7 +333,7 @@ const Xr = {
|
|
|
333
333
|
evening: "in the evening",
|
|
334
334
|
night: "at night"
|
|
335
335
|
}
|
|
336
|
-
},
|
|
336
|
+
}, oo = (n, e) => {
|
|
337
337
|
const t = Number(n), r = t % 100;
|
|
338
338
|
if (r > 20 || r < 10)
|
|
339
339
|
switch (r % 10) {
|
|
@@ -345,40 +345,40 @@ const Xr = {
|
|
|
345
345
|
return t + "rd";
|
|
346
346
|
}
|
|
347
347
|
return t + "th";
|
|
348
|
-
},
|
|
349
|
-
ordinalNumber:
|
|
350
|
-
era:
|
|
351
|
-
values:
|
|
348
|
+
}, so = {
|
|
349
|
+
ordinalNumber: oo,
|
|
350
|
+
era: je({
|
|
351
|
+
values: Jr,
|
|
352
352
|
defaultWidth: "wide"
|
|
353
353
|
}),
|
|
354
|
-
quarter:
|
|
355
|
-
values:
|
|
354
|
+
quarter: je({
|
|
355
|
+
values: Zr,
|
|
356
356
|
defaultWidth: "wide",
|
|
357
357
|
argumentCallback: (n) => n - 1
|
|
358
358
|
}),
|
|
359
|
-
month:
|
|
360
|
-
values: Zr,
|
|
361
|
-
defaultWidth: "wide"
|
|
362
|
-
}),
|
|
363
|
-
day: ke({
|
|
359
|
+
month: je({
|
|
364
360
|
values: eo,
|
|
365
361
|
defaultWidth: "wide"
|
|
366
362
|
}),
|
|
367
|
-
|
|
363
|
+
day: je({
|
|
368
364
|
values: to,
|
|
365
|
+
defaultWidth: "wide"
|
|
366
|
+
}),
|
|
367
|
+
dayPeriod: je({
|
|
368
|
+
values: no,
|
|
369
369
|
defaultWidth: "wide",
|
|
370
|
-
formattingValues:
|
|
370
|
+
formattingValues: ro,
|
|
371
371
|
defaultFormattingWidth: "wide"
|
|
372
372
|
})
|
|
373
373
|
};
|
|
374
|
-
function
|
|
374
|
+
function Ce(n) {
|
|
375
375
|
return (e, t = {}) => {
|
|
376
376
|
const r = t.width, o = r && n.matchPatterns[r] || n.matchPatterns[n.defaultMatchWidth], a = e.match(o);
|
|
377
377
|
if (!a)
|
|
378
378
|
return null;
|
|
379
|
-
const i = a[0], c = r && n.parsePatterns[r] || n.parsePatterns[n.defaultParseWidth], l = Array.isArray(c) ?
|
|
379
|
+
const i = a[0], c = r && n.parsePatterns[r] || n.parsePatterns[n.defaultParseWidth], l = Array.isArray(c) ? io(c, (h) => h.test(i)) : (
|
|
380
380
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any -- I challange you to fix the type
|
|
381
|
-
|
|
381
|
+
ao(c, (h) => h.test(i))
|
|
382
382
|
);
|
|
383
383
|
let u;
|
|
384
384
|
u = n.valueCallback ? n.valueCallback(l) : l, u = t.valueCallback ? (
|
|
@@ -389,17 +389,17 @@ function je(n) {
|
|
|
389
389
|
return { value: u, rest: d };
|
|
390
390
|
};
|
|
391
391
|
}
|
|
392
|
-
function
|
|
392
|
+
function ao(n, e) {
|
|
393
393
|
for (const t in n)
|
|
394
394
|
if (Object.prototype.hasOwnProperty.call(n, t) && e(n[t]))
|
|
395
395
|
return t;
|
|
396
396
|
}
|
|
397
|
-
function
|
|
397
|
+
function io(n, e) {
|
|
398
398
|
for (let t = 0; t < n.length; t++)
|
|
399
399
|
if (e(n[t]))
|
|
400
400
|
return t;
|
|
401
401
|
}
|
|
402
|
-
function
|
|
402
|
+
function co(n) {
|
|
403
403
|
return (e, t = {}) => {
|
|
404
404
|
const r = e.match(n.matchPattern);
|
|
405
405
|
if (!r)
|
|
@@ -413,23 +413,23 @@ function io(n) {
|
|
|
413
413
|
return { value: i, rest: c };
|
|
414
414
|
};
|
|
415
415
|
}
|
|
416
|
-
const
|
|
416
|
+
const lo = /^(\d+)(th|st|nd|rd)?/i, uo = /\d+/i, ho = {
|
|
417
417
|
narrow: /^(b|a)/i,
|
|
418
418
|
abbreviated: /^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,
|
|
419
419
|
wide: /^(before christ|before common era|anno domini|common era)/i
|
|
420
|
-
}, ho = {
|
|
421
|
-
any: [/^b/i, /^(a|c)/i]
|
|
422
420
|
}, fo = {
|
|
421
|
+
any: [/^b/i, /^(a|c)/i]
|
|
422
|
+
}, mo = {
|
|
423
423
|
narrow: /^[1234]/i,
|
|
424
424
|
abbreviated: /^q[1234]/i,
|
|
425
425
|
wide: /^[1234](th|st|nd|rd)? quarter/i
|
|
426
|
-
}, mo = {
|
|
427
|
-
any: [/1/i, /2/i, /3/i, /4/i]
|
|
428
426
|
}, po = {
|
|
427
|
+
any: [/1/i, /2/i, /3/i, /4/i]
|
|
428
|
+
}, go = {
|
|
429
429
|
narrow: /^[jfmasond]/i,
|
|
430
430
|
abbreviated: /^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,
|
|
431
431
|
wide: /^(january|february|march|april|may|june|july|august|september|october|november|december)/i
|
|
432
|
-
},
|
|
432
|
+
}, wo = {
|
|
433
433
|
narrow: [
|
|
434
434
|
/^j/i,
|
|
435
435
|
/^f/i,
|
|
@@ -458,18 +458,18 @@ const co = /^(\d+)(th|st|nd|rd)?/i, lo = /\d+/i, uo = {
|
|
|
458
458
|
/^n/i,
|
|
459
459
|
/^d/i
|
|
460
460
|
]
|
|
461
|
-
},
|
|
461
|
+
}, xo = {
|
|
462
462
|
narrow: /^[smtwf]/i,
|
|
463
463
|
short: /^(su|mo|tu|we|th|fr|sa)/i,
|
|
464
464
|
abbreviated: /^(sun|mon|tue|wed|thu|fri|sat)/i,
|
|
465
465
|
wide: /^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i
|
|
466
|
-
},
|
|
466
|
+
}, yo = {
|
|
467
467
|
narrow: [/^s/i, /^m/i, /^t/i, /^w/i, /^t/i, /^f/i, /^s/i],
|
|
468
468
|
any: [/^su/i, /^m/i, /^tu/i, /^w/i, /^th/i, /^f/i, /^sa/i]
|
|
469
|
-
},
|
|
469
|
+
}, bo = {
|
|
470
470
|
narrow: /^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,
|
|
471
471
|
any: /^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i
|
|
472
|
-
},
|
|
472
|
+
}, vo = {
|
|
473
473
|
any: {
|
|
474
474
|
am: /^a/i,
|
|
475
475
|
pm: /^p/i,
|
|
@@ -480,99 +480,99 @@ const co = /^(\d+)(th|st|nd|rd)?/i, lo = /\d+/i, uo = {
|
|
|
480
480
|
evening: /evening/i,
|
|
481
481
|
night: /night/i
|
|
482
482
|
}
|
|
483
|
-
},
|
|
484
|
-
ordinalNumber:
|
|
485
|
-
matchPattern:
|
|
486
|
-
parsePattern:
|
|
483
|
+
}, _o = {
|
|
484
|
+
ordinalNumber: co({
|
|
485
|
+
matchPattern: lo,
|
|
486
|
+
parsePattern: uo,
|
|
487
487
|
valueCallback: (n) => parseInt(n, 10)
|
|
488
488
|
}),
|
|
489
|
-
era:
|
|
490
|
-
matchPatterns:
|
|
489
|
+
era: Ce({
|
|
490
|
+
matchPatterns: ho,
|
|
491
491
|
defaultMatchWidth: "wide",
|
|
492
|
-
parsePatterns:
|
|
492
|
+
parsePatterns: fo,
|
|
493
493
|
defaultParseWidth: "any"
|
|
494
494
|
}),
|
|
495
|
-
quarter:
|
|
496
|
-
matchPatterns:
|
|
495
|
+
quarter: Ce({
|
|
496
|
+
matchPatterns: mo,
|
|
497
497
|
defaultMatchWidth: "wide",
|
|
498
|
-
parsePatterns:
|
|
498
|
+
parsePatterns: po,
|
|
499
499
|
defaultParseWidth: "any",
|
|
500
500
|
valueCallback: (n) => n + 1
|
|
501
501
|
}),
|
|
502
|
-
month:
|
|
503
|
-
matchPatterns:
|
|
502
|
+
month: Ce({
|
|
503
|
+
matchPatterns: go,
|
|
504
504
|
defaultMatchWidth: "wide",
|
|
505
|
-
parsePatterns:
|
|
505
|
+
parsePatterns: wo,
|
|
506
506
|
defaultParseWidth: "any"
|
|
507
507
|
}),
|
|
508
|
-
day:
|
|
509
|
-
matchPatterns:
|
|
508
|
+
day: Ce({
|
|
509
|
+
matchPatterns: xo,
|
|
510
510
|
defaultMatchWidth: "wide",
|
|
511
|
-
parsePatterns:
|
|
511
|
+
parsePatterns: yo,
|
|
512
512
|
defaultParseWidth: "any"
|
|
513
513
|
}),
|
|
514
|
-
dayPeriod:
|
|
515
|
-
matchPatterns:
|
|
514
|
+
dayPeriod: Ce({
|
|
515
|
+
matchPatterns: bo,
|
|
516
516
|
defaultMatchWidth: "any",
|
|
517
|
-
parsePatterns:
|
|
517
|
+
parsePatterns: vo,
|
|
518
518
|
defaultParseWidth: "any"
|
|
519
519
|
})
|
|
520
|
-
},
|
|
520
|
+
}, ko = {
|
|
521
521
|
code: "en-US",
|
|
522
|
-
formatDistance:
|
|
523
|
-
formatLong:
|
|
524
|
-
formatRelative:
|
|
525
|
-
localize:
|
|
526
|
-
match:
|
|
522
|
+
formatDistance: Br,
|
|
523
|
+
formatLong: zr,
|
|
524
|
+
formatRelative: Xr,
|
|
525
|
+
localize: so,
|
|
526
|
+
match: _o,
|
|
527
527
|
options: {
|
|
528
528
|
weekStartsOn: 0,
|
|
529
529
|
firstWeekContainsDate: 1
|
|
530
530
|
}
|
|
531
531
|
};
|
|
532
|
-
function ko(n) {
|
|
533
|
-
const e = ee(n);
|
|
534
|
-
return Fr(e, Yr(e)) + 1;
|
|
535
|
-
}
|
|
536
532
|
function jo(n) {
|
|
537
|
-
const e =
|
|
538
|
-
return
|
|
533
|
+
const e = te(n);
|
|
534
|
+
return Wr(e, Hr(e)) + 1;
|
|
535
|
+
}
|
|
536
|
+
function Co(n) {
|
|
537
|
+
const e = te(n), t = +Re(e) - +Rr(e);
|
|
538
|
+
return Math.round(t / Zt) + 1;
|
|
539
539
|
}
|
|
540
|
-
function
|
|
540
|
+
function sn(n, e) {
|
|
541
541
|
var d, h, m, p;
|
|
542
|
-
const t =
|
|
542
|
+
const t = te(n), r = t.getFullYear(), o = Ge(), 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 ?? ((p = (m = o.locale) == null ? void 0 : m.options) == null ? void 0 : p.firstWeekContainsDate) ?? 1, i = ae(n, 0);
|
|
543
543
|
i.setFullYear(r + 1, 0, a), i.setHours(0, 0, 0, 0);
|
|
544
|
-
const c =
|
|
544
|
+
const c = Te(i, e), l = ae(n, 0);
|
|
545
545
|
l.setFullYear(r, 0, a), l.setHours(0, 0, 0, 0);
|
|
546
|
-
const u =
|
|
546
|
+
const u = Te(l, e);
|
|
547
547
|
return t.getTime() >= c.getTime() ? r + 1 : t.getTime() >= u.getTime() ? r : r - 1;
|
|
548
548
|
}
|
|
549
|
-
function
|
|
549
|
+
function No(n, e) {
|
|
550
550
|
var c, l, u, d;
|
|
551
|
-
const t =
|
|
552
|
-
return a.setFullYear(o, 0, r), a.setHours(0, 0, 0, 0),
|
|
551
|
+
const t = Ge(), r = (e == null ? void 0 : e.firstWeekContainsDate) ?? ((l = (c = e == null ? void 0 : e.locale) == null ? void 0 : c.options) == null ? void 0 : l.firstWeekContainsDate) ?? t.firstWeekContainsDate ?? ((d = (u = t.locale) == null ? void 0 : u.options) == null ? void 0 : d.firstWeekContainsDate) ?? 1, o = sn(n, e), a = ae(n, 0);
|
|
552
|
+
return a.setFullYear(o, 0, r), a.setHours(0, 0, 0, 0), Te(a, e);
|
|
553
553
|
}
|
|
554
|
-
function
|
|
555
|
-
const t =
|
|
556
|
-
return Math.round(r /
|
|
554
|
+
function $o(n, e) {
|
|
555
|
+
const t = te(n), r = +Te(t, e) - +No(t, e);
|
|
556
|
+
return Math.round(r / Zt) + 1;
|
|
557
557
|
}
|
|
558
|
-
function
|
|
558
|
+
function q(n, e) {
|
|
559
559
|
const t = n < 0 ? "-" : "", r = Math.abs(n).toString().padStart(e, "0");
|
|
560
560
|
return t + r;
|
|
561
561
|
}
|
|
562
|
-
const
|
|
562
|
+
const ce = {
|
|
563
563
|
// Year
|
|
564
564
|
y(n, e) {
|
|
565
565
|
const t = n.getFullYear(), r = t > 0 ? t : 1 - t;
|
|
566
|
-
return
|
|
566
|
+
return q(e === "yy" ? r % 100 : r, e.length);
|
|
567
567
|
},
|
|
568
568
|
// Month
|
|
569
569
|
M(n, e) {
|
|
570
570
|
const t = n.getMonth();
|
|
571
|
-
return e === "M" ? String(t + 1) :
|
|
571
|
+
return e === "M" ? String(t + 1) : q(t + 1, 2);
|
|
572
572
|
},
|
|
573
573
|
// Day of the month
|
|
574
574
|
d(n, e) {
|
|
575
|
-
return
|
|
575
|
+
return q(n.getDate(), e.length);
|
|
576
576
|
},
|
|
577
577
|
// AM or PM
|
|
578
578
|
a(n, e) {
|
|
@@ -592,28 +592,28 @@ const ie = {
|
|
|
592
592
|
},
|
|
593
593
|
// Hour [1-12]
|
|
594
594
|
h(n, e) {
|
|
595
|
-
return
|
|
595
|
+
return q(n.getHours() % 12 || 12, e.length);
|
|
596
596
|
},
|
|
597
597
|
// Hour [0-23]
|
|
598
598
|
H(n, e) {
|
|
599
|
-
return
|
|
599
|
+
return q(n.getHours(), e.length);
|
|
600
600
|
},
|
|
601
601
|
// Minute
|
|
602
602
|
m(n, e) {
|
|
603
|
-
return
|
|
603
|
+
return q(n.getMinutes(), e.length);
|
|
604
604
|
},
|
|
605
605
|
// Second
|
|
606
606
|
s(n, e) {
|
|
607
|
-
return
|
|
607
|
+
return q(n.getSeconds(), e.length);
|
|
608
608
|
},
|
|
609
609
|
// Fraction of second
|
|
610
610
|
S(n, e) {
|
|
611
611
|
const t = e.length, r = n.getMilliseconds(), o = Math.trunc(
|
|
612
612
|
r * Math.pow(10, t - 3)
|
|
613
613
|
);
|
|
614
|
-
return
|
|
614
|
+
return q(o, e.length);
|
|
615
615
|
}
|
|
616
|
-
},
|
|
616
|
+
}, ye = {
|
|
617
617
|
am: "am",
|
|
618
618
|
pm: "pm",
|
|
619
619
|
midnight: "midnight",
|
|
@@ -622,7 +622,7 @@ const ie = {
|
|
|
622
622
|
afternoon: "afternoon",
|
|
623
623
|
evening: "evening",
|
|
624
624
|
night: "night"
|
|
625
|
-
},
|
|
625
|
+
}, jt = {
|
|
626
626
|
// Era
|
|
627
627
|
G: function(n, e, t) {
|
|
628
628
|
const r = n.getFullYear() > 0 ? 1 : 0;
|
|
@@ -644,21 +644,21 @@ const ie = {
|
|
|
644
644
|
const r = n.getFullYear(), o = r > 0 ? r : 1 - r;
|
|
645
645
|
return t.ordinalNumber(o, { unit: "year" });
|
|
646
646
|
}
|
|
647
|
-
return
|
|
647
|
+
return ce.y(n, e);
|
|
648
648
|
},
|
|
649
649
|
// Local week-numbering year
|
|
650
650
|
Y: function(n, e, t, r) {
|
|
651
|
-
const o =
|
|
651
|
+
const o = sn(n, r), a = o > 0 ? o : 1 - o;
|
|
652
652
|
if (e === "YY") {
|
|
653
653
|
const i = a % 100;
|
|
654
|
-
return
|
|
654
|
+
return q(i, 2);
|
|
655
655
|
}
|
|
656
|
-
return e === "Yo" ? t.ordinalNumber(a, { unit: "year" }) :
|
|
656
|
+
return e === "Yo" ? t.ordinalNumber(a, { unit: "year" }) : q(a, e.length);
|
|
657
657
|
},
|
|
658
658
|
// ISO week-numbering year
|
|
659
659
|
R: function(n, e) {
|
|
660
|
-
const t =
|
|
661
|
-
return
|
|
660
|
+
const t = on(n);
|
|
661
|
+
return q(t, e.length);
|
|
662
662
|
},
|
|
663
663
|
// Extended year. This is a single number designating the year of this calendar system.
|
|
664
664
|
// The main difference between `y` and `u` localizers are B.C. years:
|
|
@@ -671,7 +671,7 @@ const ie = {
|
|
|
671
671
|
// while `uu` pads single digit years to 2 characters and returns other years unchanged.
|
|
672
672
|
u: function(n, e) {
|
|
673
673
|
const t = n.getFullYear();
|
|
674
|
-
return
|
|
674
|
+
return q(t, e.length);
|
|
675
675
|
},
|
|
676
676
|
// Quarter
|
|
677
677
|
Q: function(n, e, t) {
|
|
@@ -680,7 +680,7 @@ const ie = {
|
|
|
680
680
|
case "Q":
|
|
681
681
|
return String(r);
|
|
682
682
|
case "QQ":
|
|
683
|
-
return
|
|
683
|
+
return q(r, 2);
|
|
684
684
|
case "Qo":
|
|
685
685
|
return t.ordinalNumber(r, { unit: "quarter" });
|
|
686
686
|
case "QQQ":
|
|
@@ -708,7 +708,7 @@ const ie = {
|
|
|
708
708
|
case "q":
|
|
709
709
|
return String(r);
|
|
710
710
|
case "qq":
|
|
711
|
-
return
|
|
711
|
+
return q(r, 2);
|
|
712
712
|
case "qo":
|
|
713
713
|
return t.ordinalNumber(r, { unit: "quarter" });
|
|
714
714
|
case "qqq":
|
|
@@ -735,7 +735,7 @@ const ie = {
|
|
|
735
735
|
switch (e) {
|
|
736
736
|
case "M":
|
|
737
737
|
case "MM":
|
|
738
|
-
return
|
|
738
|
+
return ce.M(n, e);
|
|
739
739
|
case "Mo":
|
|
740
740
|
return t.ordinalNumber(r + 1, { unit: "month" });
|
|
741
741
|
case "MMM":
|
|
@@ -760,7 +760,7 @@ const ie = {
|
|
|
760
760
|
case "L":
|
|
761
761
|
return String(r + 1);
|
|
762
762
|
case "LL":
|
|
763
|
-
return
|
|
763
|
+
return q(r + 1, 2);
|
|
764
764
|
case "Lo":
|
|
765
765
|
return t.ordinalNumber(r + 1, { unit: "month" });
|
|
766
766
|
case "LLL":
|
|
@@ -780,22 +780,22 @@ const ie = {
|
|
|
780
780
|
},
|
|
781
781
|
// Local week of year
|
|
782
782
|
w: function(n, e, t, r) {
|
|
783
|
-
const o =
|
|
784
|
-
return e === "wo" ? t.ordinalNumber(o, { unit: "week" }) :
|
|
783
|
+
const o = $o(n, r);
|
|
784
|
+
return e === "wo" ? t.ordinalNumber(o, { unit: "week" }) : q(o, e.length);
|
|
785
785
|
},
|
|
786
786
|
// ISO week of year
|
|
787
787
|
I: function(n, e, t) {
|
|
788
|
-
const r =
|
|
789
|
-
return e === "Io" ? t.ordinalNumber(r, { unit: "week" }) :
|
|
788
|
+
const r = Co(n);
|
|
789
|
+
return e === "Io" ? t.ordinalNumber(r, { unit: "week" }) : q(r, e.length);
|
|
790
790
|
},
|
|
791
791
|
// Day of the month
|
|
792
792
|
d: function(n, e, t) {
|
|
793
|
-
return e === "do" ? t.ordinalNumber(n.getDate(), { unit: "date" }) :
|
|
793
|
+
return e === "do" ? t.ordinalNumber(n.getDate(), { unit: "date" }) : ce.d(n, e);
|
|
794
794
|
},
|
|
795
795
|
// Day of year
|
|
796
796
|
D: function(n, e, t) {
|
|
797
|
-
const r =
|
|
798
|
-
return e === "Do" ? t.ordinalNumber(r, { unit: "dayOfYear" }) :
|
|
797
|
+
const r = jo(n);
|
|
798
|
+
return e === "Do" ? t.ordinalNumber(r, { unit: "dayOfYear" }) : q(r, e.length);
|
|
799
799
|
},
|
|
800
800
|
// Day of week
|
|
801
801
|
E: function(n, e, t) {
|
|
@@ -833,7 +833,7 @@ const ie = {
|
|
|
833
833
|
case "e":
|
|
834
834
|
return String(a);
|
|
835
835
|
case "ee":
|
|
836
|
-
return
|
|
836
|
+
return q(a, 2);
|
|
837
837
|
case "eo":
|
|
838
838
|
return t.ordinalNumber(a, { unit: "day" });
|
|
839
839
|
case "eee":
|
|
@@ -866,7 +866,7 @@ const ie = {
|
|
|
866
866
|
case "c":
|
|
867
867
|
return String(a);
|
|
868
868
|
case "cc":
|
|
869
|
-
return
|
|
869
|
+
return q(a, e.length);
|
|
870
870
|
case "co":
|
|
871
871
|
return t.ordinalNumber(a, { unit: "day" });
|
|
872
872
|
case "ccc":
|
|
@@ -899,7 +899,7 @@ const ie = {
|
|
|
899
899
|
case "i":
|
|
900
900
|
return String(o);
|
|
901
901
|
case "ii":
|
|
902
|
-
return
|
|
902
|
+
return q(o, e.length);
|
|
903
903
|
case "io":
|
|
904
904
|
return t.ordinalNumber(o, { unit: "day" });
|
|
905
905
|
case "iii":
|
|
@@ -957,7 +957,7 @@ const ie = {
|
|
|
957
957
|
b: function(n, e, t) {
|
|
958
958
|
const r = n.getHours();
|
|
959
959
|
let o;
|
|
960
|
-
switch (r === 12 ? o =
|
|
960
|
+
switch (r === 12 ? o = ye.noon : r === 0 ? o = ye.midnight : o = r / 12 >= 1 ? "pm" : "am", e) {
|
|
961
961
|
case "b":
|
|
962
962
|
case "bb":
|
|
963
963
|
return t.dayPeriod(o, {
|
|
@@ -986,7 +986,7 @@ const ie = {
|
|
|
986
986
|
B: function(n, e, t) {
|
|
987
987
|
const r = n.getHours();
|
|
988
988
|
let o;
|
|
989
|
-
switch (r >= 17 ? o =
|
|
989
|
+
switch (r >= 17 ? o = ye.evening : r >= 12 ? o = ye.afternoon : r >= 4 ? o = ye.morning : o = ye.night, e) {
|
|
990
990
|
case "B":
|
|
991
991
|
case "BB":
|
|
992
992
|
case "BBB":
|
|
@@ -1013,33 +1013,33 @@ const ie = {
|
|
|
1013
1013
|
let r = n.getHours() % 12;
|
|
1014
1014
|
return r === 0 && (r = 12), t.ordinalNumber(r, { unit: "hour" });
|
|
1015
1015
|
}
|
|
1016
|
-
return
|
|
1016
|
+
return ce.h(n, e);
|
|
1017
1017
|
},
|
|
1018
1018
|
// Hour [0-23]
|
|
1019
1019
|
H: function(n, e, t) {
|
|
1020
|
-
return e === "Ho" ? t.ordinalNumber(n.getHours(), { unit: "hour" }) :
|
|
1020
|
+
return e === "Ho" ? t.ordinalNumber(n.getHours(), { unit: "hour" }) : ce.H(n, e);
|
|
1021
1021
|
},
|
|
1022
1022
|
// Hour [0-11]
|
|
1023
1023
|
K: function(n, e, t) {
|
|
1024
1024
|
const r = n.getHours() % 12;
|
|
1025
|
-
return e === "Ko" ? t.ordinalNumber(r, { unit: "hour" }) :
|
|
1025
|
+
return e === "Ko" ? t.ordinalNumber(r, { unit: "hour" }) : q(r, e.length);
|
|
1026
1026
|
},
|
|
1027
1027
|
// Hour [1-24]
|
|
1028
1028
|
k: function(n, e, t) {
|
|
1029
1029
|
let r = n.getHours();
|
|
1030
|
-
return r === 0 && (r = 24), e === "ko" ? t.ordinalNumber(r, { unit: "hour" }) :
|
|
1030
|
+
return r === 0 && (r = 24), e === "ko" ? t.ordinalNumber(r, { unit: "hour" }) : q(r, e.length);
|
|
1031
1031
|
},
|
|
1032
1032
|
// Minute
|
|
1033
1033
|
m: function(n, e, t) {
|
|
1034
|
-
return e === "mo" ? t.ordinalNumber(n.getMinutes(), { unit: "minute" }) :
|
|
1034
|
+
return e === "mo" ? t.ordinalNumber(n.getMinutes(), { unit: "minute" }) : ce.m(n, e);
|
|
1035
1035
|
},
|
|
1036
1036
|
// Second
|
|
1037
1037
|
s: function(n, e, t) {
|
|
1038
|
-
return e === "so" ? t.ordinalNumber(n.getSeconds(), { unit: "second" }) :
|
|
1038
|
+
return e === "so" ? t.ordinalNumber(n.getSeconds(), { unit: "second" }) : ce.s(n, e);
|
|
1039
1039
|
},
|
|
1040
1040
|
// Fraction of second
|
|
1041
1041
|
S: function(n, e) {
|
|
1042
|
-
return
|
|
1042
|
+
return ce.S(n, e);
|
|
1043
1043
|
},
|
|
1044
1044
|
// Timezone (ISO-8601. If offset is 0, output is always `'Z'`)
|
|
1045
1045
|
X: function(n, e, t) {
|
|
@@ -1048,14 +1048,14 @@ const ie = {
|
|
|
1048
1048
|
return "Z";
|
|
1049
1049
|
switch (e) {
|
|
1050
1050
|
case "X":
|
|
1051
|
-
return
|
|
1051
|
+
return Nt(r);
|
|
1052
1052
|
case "XXXX":
|
|
1053
1053
|
case "XX":
|
|
1054
|
-
return
|
|
1054
|
+
return pe(r);
|
|
1055
1055
|
case "XXXXX":
|
|
1056
1056
|
case "XXX":
|
|
1057
1057
|
default:
|
|
1058
|
-
return
|
|
1058
|
+
return pe(r, ":");
|
|
1059
1059
|
}
|
|
1060
1060
|
},
|
|
1061
1061
|
// Timezone (ISO-8601. If offset is 0, output is `'+00:00'` or equivalent)
|
|
@@ -1063,14 +1063,14 @@ const ie = {
|
|
|
1063
1063
|
const r = n.getTimezoneOffset();
|
|
1064
1064
|
switch (e) {
|
|
1065
1065
|
case "x":
|
|
1066
|
-
return
|
|
1066
|
+
return Nt(r);
|
|
1067
1067
|
case "xxxx":
|
|
1068
1068
|
case "xx":
|
|
1069
|
-
return
|
|
1069
|
+
return pe(r);
|
|
1070
1070
|
case "xxxxx":
|
|
1071
1071
|
case "xxx":
|
|
1072
1072
|
default:
|
|
1073
|
-
return
|
|
1073
|
+
return pe(r, ":");
|
|
1074
1074
|
}
|
|
1075
1075
|
},
|
|
1076
1076
|
// Timezone (GMT)
|
|
@@ -1080,10 +1080,10 @@ const ie = {
|
|
|
1080
1080
|
case "O":
|
|
1081
1081
|
case "OO":
|
|
1082
1082
|
case "OOO":
|
|
1083
|
-
return "GMT" +
|
|
1083
|
+
return "GMT" + Ct(r, ":");
|
|
1084
1084
|
case "OOOO":
|
|
1085
1085
|
default:
|
|
1086
|
-
return "GMT" +
|
|
1086
|
+
return "GMT" + pe(r, ":");
|
|
1087
1087
|
}
|
|
1088
1088
|
},
|
|
1089
1089
|
// Timezone (specific non-location)
|
|
@@ -1093,35 +1093,35 @@ const ie = {
|
|
|
1093
1093
|
case "z":
|
|
1094
1094
|
case "zz":
|
|
1095
1095
|
case "zzz":
|
|
1096
|
-
return "GMT" +
|
|
1096
|
+
return "GMT" + Ct(r, ":");
|
|
1097
1097
|
case "zzzz":
|
|
1098
1098
|
default:
|
|
1099
|
-
return "GMT" +
|
|
1099
|
+
return "GMT" + pe(r, ":");
|
|
1100
1100
|
}
|
|
1101
1101
|
},
|
|
1102
1102
|
// Seconds timestamp
|
|
1103
1103
|
t: function(n, e, t) {
|
|
1104
1104
|
const r = Math.trunc(n.getTime() / 1e3);
|
|
1105
|
-
return
|
|
1105
|
+
return q(r, e.length);
|
|
1106
1106
|
},
|
|
1107
1107
|
// Milliseconds timestamp
|
|
1108
1108
|
T: function(n, e, t) {
|
|
1109
1109
|
const r = n.getTime();
|
|
1110
|
-
return
|
|
1110
|
+
return q(r, e.length);
|
|
1111
1111
|
}
|
|
1112
1112
|
};
|
|
1113
|
-
function
|
|
1113
|
+
function Ct(n, e = "") {
|
|
1114
1114
|
const t = n > 0 ? "-" : "+", r = Math.abs(n), o = Math.trunc(r / 60), a = r % 60;
|
|
1115
|
-
return a === 0 ? t + String(o) : t + String(o) + e +
|
|
1115
|
+
return a === 0 ? t + String(o) : t + String(o) + e + q(a, 2);
|
|
1116
1116
|
}
|
|
1117
|
-
function
|
|
1118
|
-
return n % 60 === 0 ? (n > 0 ? "-" : "+") +
|
|
1117
|
+
function Nt(n, e) {
|
|
1118
|
+
return n % 60 === 0 ? (n > 0 ? "-" : "+") + q(Math.abs(n) / 60, 2) : pe(n, e);
|
|
1119
1119
|
}
|
|
1120
|
-
function
|
|
1121
|
-
const t = n > 0 ? "-" : "+", r = Math.abs(n), o =
|
|
1120
|
+
function pe(n, e = "") {
|
|
1121
|
+
const t = n > 0 ? "-" : "+", r = Math.abs(n), o = q(Math.trunc(r / 60), 2), a = q(r % 60, 2);
|
|
1122
1122
|
return t + o + e + a;
|
|
1123
1123
|
}
|
|
1124
|
-
const
|
|
1124
|
+
const $t = (n, e) => {
|
|
1125
1125
|
switch (n) {
|
|
1126
1126
|
case "P":
|
|
1127
1127
|
return e.date({ width: "short" });
|
|
@@ -1133,7 +1133,7 @@ const Nt = (n, e) => {
|
|
|
1133
1133
|
default:
|
|
1134
1134
|
return e.date({ width: "full" });
|
|
1135
1135
|
}
|
|
1136
|
-
},
|
|
1136
|
+
}, an = (n, e) => {
|
|
1137
1137
|
switch (n) {
|
|
1138
1138
|
case "p":
|
|
1139
1139
|
return e.time({ width: "short" });
|
|
@@ -1145,10 +1145,10 @@ const Nt = (n, e) => {
|
|
|
1145
1145
|
default:
|
|
1146
1146
|
return e.time({ width: "full" });
|
|
1147
1147
|
}
|
|
1148
|
-
},
|
|
1148
|
+
}, Io = (n, e) => {
|
|
1149
1149
|
const t = n.match(/(P+)(p+)?/) || [], r = t[1], o = t[2];
|
|
1150
1150
|
if (!o)
|
|
1151
|
-
return
|
|
1151
|
+
return $t(n, e);
|
|
1152
1152
|
let a;
|
|
1153
1153
|
switch (r) {
|
|
1154
1154
|
case "P":
|
|
@@ -1165,52 +1165,52 @@ const Nt = (n, e) => {
|
|
|
1165
1165
|
a = e.dateTime({ width: "full" });
|
|
1166
1166
|
break;
|
|
1167
1167
|
}
|
|
1168
|
-
return a.replace("{{date}}",
|
|
1169
|
-
},
|
|
1170
|
-
p:
|
|
1171
|
-
P:
|
|
1172
|
-
},
|
|
1173
|
-
function Oo(n) {
|
|
1174
|
-
return To.test(n);
|
|
1175
|
-
}
|
|
1168
|
+
return a.replace("{{date}}", $t(r, e)).replace("{{time}}", an(o, e));
|
|
1169
|
+
}, To = {
|
|
1170
|
+
p: an,
|
|
1171
|
+
P: Io
|
|
1172
|
+
}, So = /^D+$/, Eo = /^Y+$/, Oo = ["D", "DD", "YY", "YYYY"];
|
|
1176
1173
|
function Mo(n) {
|
|
1177
1174
|
return So.test(n);
|
|
1178
1175
|
}
|
|
1179
|
-
function Po(n
|
|
1180
|
-
|
|
1181
|
-
if (console.warn(r), Eo.includes(n))
|
|
1182
|
-
throw new RangeError(r);
|
|
1176
|
+
function Po(n) {
|
|
1177
|
+
return Eo.test(n);
|
|
1183
1178
|
}
|
|
1184
1179
|
function Do(n, e, t) {
|
|
1180
|
+
const r = Ao(n, e, t);
|
|
1181
|
+
if (console.warn(r), Oo.includes(n))
|
|
1182
|
+
throw new RangeError(r);
|
|
1183
|
+
}
|
|
1184
|
+
function Ao(n, e, t) {
|
|
1185
1185
|
const r = n[0] === "Y" ? "years" : "days of the month";
|
|
1186
1186
|
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`;
|
|
1187
1187
|
}
|
|
1188
|
-
const
|
|
1189
|
-
function
|
|
1190
|
-
var d, h, m, p, b,
|
|
1191
|
-
const r =
|
|
1192
|
-
if (!
|
|
1188
|
+
const Fo = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, Wo = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, Ro = /^'([^]*?)'?$/, qo = /''/g, Lo = /[a-zA-Z]/;
|
|
1189
|
+
function cn(n, e, t) {
|
|
1190
|
+
var d, h, m, p, b, g, f, _;
|
|
1191
|
+
const r = Ge(), o = (t == null ? void 0 : t.locale) ?? r.locale ?? ko, 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 ?? ((p = (m = r.locale) == null ? void 0 : m.options) == null ? void 0 : p.firstWeekContainsDate) ?? 1, i = (t == null ? void 0 : t.weekStartsOn) ?? ((g = (b = t == null ? void 0 : t.locale) == null ? void 0 : b.options) == null ? void 0 : g.weekStartsOn) ?? r.weekStartsOn ?? ((_ = (f = r.locale) == null ? void 0 : f.options) == null ? void 0 : _.weekStartsOn) ?? 0, c = te(n);
|
|
1192
|
+
if (!Yr(c))
|
|
1193
1193
|
throw new RangeError("Invalid time value");
|
|
1194
|
-
let l = e.match(
|
|
1195
|
-
const y =
|
|
1194
|
+
let l = e.match(Wo).map((v) => {
|
|
1195
|
+
const y = v[0];
|
|
1196
1196
|
if (y === "p" || y === "P") {
|
|
1197
|
-
const
|
|
1198
|
-
return
|
|
1197
|
+
const N = To[y];
|
|
1198
|
+
return N(v, o.formatLong);
|
|
1199
1199
|
}
|
|
1200
|
-
return
|
|
1201
|
-
}).join("").match(
|
|
1202
|
-
if (
|
|
1200
|
+
return v;
|
|
1201
|
+
}).join("").match(Fo).map((v) => {
|
|
1202
|
+
if (v === "''")
|
|
1203
1203
|
return { isToken: !1, value: "'" };
|
|
1204
|
-
const y =
|
|
1204
|
+
const y = v[0];
|
|
1205
1205
|
if (y === "'")
|
|
1206
|
-
return { isToken: !1, value:
|
|
1207
|
-
if (
|
|
1208
|
-
return { isToken: !0, value:
|
|
1209
|
-
if (y.match(
|
|
1206
|
+
return { isToken: !1, value: Yo(v) };
|
|
1207
|
+
if (jt[y])
|
|
1208
|
+
return { isToken: !0, value: v };
|
|
1209
|
+
if (y.match(Lo))
|
|
1210
1210
|
throw new RangeError(
|
|
1211
1211
|
"Format string contains an unescaped latin alphabet character `" + y + "`"
|
|
1212
1212
|
);
|
|
1213
|
-
return { isToken: !1, value:
|
|
1213
|
+
return { isToken: !1, value: v };
|
|
1214
1214
|
});
|
|
1215
1215
|
o.localize.preprocessor && (l = o.localize.preprocessor(c, l));
|
|
1216
1216
|
const u = {
|
|
@@ -1218,20 +1218,20 @@ function an(n, e, t) {
|
|
|
1218
1218
|
weekStartsOn: i,
|
|
1219
1219
|
locale: o
|
|
1220
1220
|
};
|
|
1221
|
-
return l.map((
|
|
1222
|
-
if (!
|
|
1223
|
-
return
|
|
1224
|
-
const y =
|
|
1225
|
-
(!(t != null && t.useAdditionalWeekYearTokens) &&
|
|
1226
|
-
const
|
|
1227
|
-
return
|
|
1221
|
+
return l.map((v) => {
|
|
1222
|
+
if (!v.isToken)
|
|
1223
|
+
return v.value;
|
|
1224
|
+
const y = v.value;
|
|
1225
|
+
(!(t != null && t.useAdditionalWeekYearTokens) && Po(y) || !(t != null && t.useAdditionalDayOfYearTokens) && Mo(y)) && Do(y, e, String(n));
|
|
1226
|
+
const N = jt[y[0]];
|
|
1227
|
+
return N(c, y, o.localize, u);
|
|
1228
1228
|
}).join("");
|
|
1229
1229
|
}
|
|
1230
|
-
function
|
|
1231
|
-
const e = n.match(
|
|
1232
|
-
return e ? e[1].replace(
|
|
1230
|
+
function Yo(n) {
|
|
1231
|
+
const e = n.match(Ro);
|
|
1232
|
+
return e ? e[1].replace(qo, "'") : n;
|
|
1233
1233
|
}
|
|
1234
|
-
var
|
|
1234
|
+
var Ho = function(n, e, t, r, o, a, i, c) {
|
|
1235
1235
|
if (process.env.NODE_ENV !== "production" && e === void 0)
|
|
1236
1236
|
throw new Error("invariant requires an error message argument");
|
|
1237
1237
|
if (!n) {
|
|
@@ -1250,9 +1250,9 @@ var Yo = function(n, e, t, r, o, a, i, c) {
|
|
|
1250
1250
|
}
|
|
1251
1251
|
throw l.framesToPop = 1, l;
|
|
1252
1252
|
}
|
|
1253
|
-
},
|
|
1254
|
-
const
|
|
1255
|
-
function
|
|
1253
|
+
}, Go = Ho;
|
|
1254
|
+
const It = /* @__PURE__ */ Xn(Go);
|
|
1255
|
+
function Ne(...n) {
|
|
1256
1256
|
return n.filter((e) => e != null).reduce((e, t) => {
|
|
1257
1257
|
if (typeof t != "function")
|
|
1258
1258
|
throw new Error("Invalid Argument Type, must only provide functions, undefined, or null.");
|
|
@@ -1261,22 +1261,22 @@ function Ce(...n) {
|
|
|
1261
1261
|
};
|
|
1262
1262
|
}, null);
|
|
1263
1263
|
}
|
|
1264
|
-
const
|
|
1264
|
+
const Bo = {
|
|
1265
1265
|
height: ["marginTop", "marginBottom"],
|
|
1266
1266
|
width: ["marginLeft", "marginRight"]
|
|
1267
1267
|
};
|
|
1268
|
-
function
|
|
1269
|
-
const t = `offset${n[0].toUpperCase()}${n.slice(1)}`, r = e[t], o =
|
|
1268
|
+
function Uo(n, e) {
|
|
1269
|
+
const t = `offset${n[0].toUpperCase()}${n.slice(1)}`, r = e[t], o = Bo[n];
|
|
1270
1270
|
return r + // @ts-ignore
|
|
1271
|
-
parseInt(
|
|
1272
|
-
parseInt(
|
|
1271
|
+
parseInt(xt(e, o[0]), 10) + // @ts-ignore
|
|
1272
|
+
parseInt(xt(e, o[1]), 10);
|
|
1273
1273
|
}
|
|
1274
|
-
const
|
|
1275
|
-
[
|
|
1276
|
-
[er]: "collapsing",
|
|
1274
|
+
const Vo = {
|
|
1275
|
+
[er]: "collapse",
|
|
1277
1276
|
[tr]: "collapsing",
|
|
1278
|
-
[nr]: "
|
|
1279
|
-
|
|
1277
|
+
[nr]: "collapsing",
|
|
1278
|
+
[rr]: "collapse show"
|
|
1279
|
+
}, ln = /* @__PURE__ */ J.forwardRef(({
|
|
1280
1280
|
onEnter: n,
|
|
1281
1281
|
onEntering: e,
|
|
1282
1282
|
onEntered: t,
|
|
@@ -1290,52 +1290,52 @@ const Uo = {
|
|
|
1290
1290
|
mountOnEnter: d = !1,
|
|
1291
1291
|
unmountOnExit: h = !1,
|
|
1292
1292
|
appear: m = !1,
|
|
1293
|
-
getDimensionValue: p =
|
|
1293
|
+
getDimensionValue: p = Uo,
|
|
1294
1294
|
...b
|
|
1295
|
-
},
|
|
1296
|
-
const f = typeof c == "function" ? c() : c,
|
|
1297
|
-
|
|
1298
|
-
}, n), [f, n]),
|
|
1299
|
-
const
|
|
1300
|
-
|
|
1301
|
-
}, e), [f, e]), y =
|
|
1302
|
-
|
|
1303
|
-
}, t), [f, t]),
|
|
1304
|
-
|
|
1305
|
-
}, r), [r, p, f]),
|
|
1306
|
-
|
|
1295
|
+
}, g) => {
|
|
1296
|
+
const f = typeof c == "function" ? c() : c, _ = U(() => Ne((x) => {
|
|
1297
|
+
x.style[f] = "0";
|
|
1298
|
+
}, n), [f, n]), v = U(() => Ne((x) => {
|
|
1299
|
+
const $ = `scroll${f[0].toUpperCase()}${f.slice(1)}`;
|
|
1300
|
+
x.style[f] = `${x[$]}px`;
|
|
1301
|
+
}, e), [f, e]), y = U(() => Ne((x) => {
|
|
1302
|
+
x.style[f] = null;
|
|
1303
|
+
}, t), [f, t]), N = U(() => Ne((x) => {
|
|
1304
|
+
x.style[f] = `${p(f, x)}px`, or(x);
|
|
1305
|
+
}, r), [r, p, f]), j = U(() => Ne((x) => {
|
|
1306
|
+
x.style[f] = null;
|
|
1307
1307
|
}, o), [f, o]);
|
|
1308
|
-
return /* @__PURE__ */ s.jsx(
|
|
1309
|
-
ref:
|
|
1310
|
-
addEndListener:
|
|
1308
|
+
return /* @__PURE__ */ s.jsx(Jn, {
|
|
1309
|
+
ref: g,
|
|
1310
|
+
addEndListener: Zn,
|
|
1311
1311
|
...b,
|
|
1312
1312
|
"aria-expanded": b.role ? l : null,
|
|
1313
|
-
onEnter:
|
|
1314
|
-
onEntering:
|
|
1313
|
+
onEnter: _,
|
|
1314
|
+
onEntering: v,
|
|
1315
1315
|
onEntered: y,
|
|
1316
|
-
onExit:
|
|
1317
|
-
onExiting:
|
|
1316
|
+
onExit: N,
|
|
1317
|
+
onExiting: j,
|
|
1318
1318
|
childRef: i.ref,
|
|
1319
1319
|
in: l,
|
|
1320
1320
|
timeout: u,
|
|
1321
1321
|
mountOnEnter: d,
|
|
1322
1322
|
unmountOnExit: h,
|
|
1323
1323
|
appear: m,
|
|
1324
|
-
children: (
|
|
1325
|
-
|
|
1326
|
-
className: w(a, i.props.className,
|
|
1324
|
+
children: (x, $) => /* @__PURE__ */ J.cloneElement(i, {
|
|
1325
|
+
...$,
|
|
1326
|
+
className: w(a, i.props.className, Vo[x], f === "width" && "collapse-horizontal")
|
|
1327
1327
|
})
|
|
1328
1328
|
});
|
|
1329
1329
|
});
|
|
1330
|
-
function
|
|
1331
|
-
const o =
|
|
1330
|
+
function Ko(n, e, t, r = !1) {
|
|
1331
|
+
const o = ge(t);
|
|
1332
1332
|
D(() => {
|
|
1333
1333
|
const a = typeof n == "function" ? n() : n;
|
|
1334
1334
|
return a.addEventListener(e, o, r), () => a.removeEventListener(e, o, r);
|
|
1335
1335
|
}, [n]);
|
|
1336
1336
|
}
|
|
1337
|
-
const
|
|
1338
|
-
function
|
|
1337
|
+
const zo = ["as", "disabled"];
|
|
1338
|
+
function Qo(n, e) {
|
|
1339
1339
|
if (n == null)
|
|
1340
1340
|
return {};
|
|
1341
1341
|
var t = {}, r = Object.keys(n), o, a;
|
|
@@ -1343,10 +1343,10 @@ function zo(n, e) {
|
|
|
1343
1343
|
o = r[a], !(e.indexOf(o) >= 0) && (t[o] = n[o]);
|
|
1344
1344
|
return t;
|
|
1345
1345
|
}
|
|
1346
|
-
function
|
|
1346
|
+
function Xo(n) {
|
|
1347
1347
|
return !n || n.trim() === "#";
|
|
1348
1348
|
}
|
|
1349
|
-
function
|
|
1349
|
+
function ut({
|
|
1350
1350
|
tagName: n,
|
|
1351
1351
|
disabled: e,
|
|
1352
1352
|
href: t,
|
|
@@ -1367,7 +1367,7 @@ function lt({
|
|
|
1367
1367
|
disabled: e
|
|
1368
1368
|
}, u];
|
|
1369
1369
|
const d = (m) => {
|
|
1370
|
-
if ((e || n === "a" &&
|
|
1370
|
+
if ((e || n === "a" && Xo(t)) && m.preventDefault(), e) {
|
|
1371
1371
|
m.stopPropagation();
|
|
1372
1372
|
return;
|
|
1373
1373
|
}
|
|
@@ -1389,14 +1389,14 @@ function lt({
|
|
|
1389
1389
|
onKeyDown: h
|
|
1390
1390
|
}, u];
|
|
1391
1391
|
}
|
|
1392
|
-
const
|
|
1392
|
+
const un = /* @__PURE__ */ A.forwardRef((n, e) => {
|
|
1393
1393
|
let {
|
|
1394
1394
|
as: t,
|
|
1395
1395
|
disabled: r
|
|
1396
|
-
} = n, o =
|
|
1396
|
+
} = n, o = Qo(n, zo);
|
|
1397
1397
|
const [a, {
|
|
1398
1398
|
tagName: i
|
|
1399
|
-
}] =
|
|
1399
|
+
}] = ut(Object.assign({
|
|
1400
1400
|
tagName: t,
|
|
1401
1401
|
disabled: r
|
|
1402
1402
|
}, o));
|
|
@@ -1404,9 +1404,9 @@ const ln = /* @__PURE__ */ F.forwardRef((n, e) => {
|
|
|
1404
1404
|
ref: e
|
|
1405
1405
|
}));
|
|
1406
1406
|
});
|
|
1407
|
-
|
|
1408
|
-
const
|
|
1409
|
-
function
|
|
1407
|
+
un.displayName = "Button";
|
|
1408
|
+
const Jo = ["onKeyDown"];
|
|
1409
|
+
function Zo(n, e) {
|
|
1410
1410
|
if (n == null)
|
|
1411
1411
|
return {};
|
|
1412
1412
|
var t = {}, r = Object.keys(n), o, a;
|
|
@@ -1414,19 +1414,19 @@ function Jo(n, e) {
|
|
|
1414
1414
|
o = r[a], !(e.indexOf(o) >= 0) && (t[o] = n[o]);
|
|
1415
1415
|
return t;
|
|
1416
1416
|
}
|
|
1417
|
-
function
|
|
1417
|
+
function es(n) {
|
|
1418
1418
|
return !n || n.trim() === "#";
|
|
1419
1419
|
}
|
|
1420
|
-
const
|
|
1420
|
+
const dn = /* @__PURE__ */ A.forwardRef((n, e) => {
|
|
1421
1421
|
let {
|
|
1422
1422
|
onKeyDown: t
|
|
1423
|
-
} = n, r =
|
|
1424
|
-
const [o] =
|
|
1423
|
+
} = n, r = Zo(n, Jo);
|
|
1424
|
+
const [o] = ut(Object.assign({
|
|
1425
1425
|
tagName: "a"
|
|
1426
|
-
}, r)), a =
|
|
1426
|
+
}, r)), a = ge((i) => {
|
|
1427
1427
|
o.onKeyDown(i), t == null || t(i);
|
|
1428
1428
|
});
|
|
1429
|
-
return
|
|
1429
|
+
return es(r.href) || r.role === "button" ? /* @__PURE__ */ s.jsx("a", Object.assign({
|
|
1430
1430
|
ref: e
|
|
1431
1431
|
}, r, o, {
|
|
1432
1432
|
onKeyDown: a
|
|
@@ -1436,8 +1436,8 @@ const un = /* @__PURE__ */ F.forwardRef((n, e) => {
|
|
|
1436
1436
|
onKeyDown: t
|
|
1437
1437
|
}));
|
|
1438
1438
|
});
|
|
1439
|
-
|
|
1440
|
-
const
|
|
1439
|
+
dn.displayName = "Anchor";
|
|
1440
|
+
const hn = /* @__PURE__ */ A.forwardRef(({
|
|
1441
1441
|
as: n,
|
|
1442
1442
|
bsPrefix: e,
|
|
1443
1443
|
variant: t = "primary",
|
|
@@ -1447,9 +1447,9 @@ const dn = /* @__PURE__ */ F.forwardRef(({
|
|
|
1447
1447
|
className: i,
|
|
1448
1448
|
...c
|
|
1449
1449
|
}, l) => {
|
|
1450
|
-
const u =
|
|
1450
|
+
const u = G(e, "btn"), [d, {
|
|
1451
1451
|
tagName: h
|
|
1452
|
-
}] =
|
|
1452
|
+
}] = ut({
|
|
1453
1453
|
tagName: n,
|
|
1454
1454
|
disabled: a,
|
|
1455
1455
|
...c
|
|
@@ -1462,18 +1462,18 @@ const dn = /* @__PURE__ */ F.forwardRef(({
|
|
|
1462
1462
|
className: w(i, u, o && "active", t && `${u}-${t}`, r && `${u}-${r}`, c.href && a && "disabled")
|
|
1463
1463
|
});
|
|
1464
1464
|
});
|
|
1465
|
-
|
|
1466
|
-
function
|
|
1467
|
-
return
|
|
1465
|
+
hn.displayName = "Button";
|
|
1466
|
+
function ts(n, e) {
|
|
1467
|
+
return A.Children.toArray(n).some((t) => /* @__PURE__ */ A.isValidElement(t) && t.type === e);
|
|
1468
1468
|
}
|
|
1469
|
-
function
|
|
1469
|
+
function ns({
|
|
1470
1470
|
as: n,
|
|
1471
1471
|
bsPrefix: e,
|
|
1472
1472
|
className: t,
|
|
1473
1473
|
...r
|
|
1474
1474
|
}) {
|
|
1475
|
-
e =
|
|
1476
|
-
const o =
|
|
1475
|
+
e = G(e, "col");
|
|
1476
|
+
const o = sr(), a = ar(), i = [], c = [];
|
|
1477
1477
|
return o.forEach((l) => {
|
|
1478
1478
|
const u = r[l];
|
|
1479
1479
|
delete r[l];
|
|
@@ -1494,7 +1494,7 @@ function ts({
|
|
|
1494
1494
|
spans: i
|
|
1495
1495
|
}];
|
|
1496
1496
|
}
|
|
1497
|
-
const
|
|
1497
|
+
const fn = /* @__PURE__ */ A.forwardRef(
|
|
1498
1498
|
// Need to define the default "as" during prop destructuring to be compatible with styled-components github.com/react-bootstrap/react-bootstrap/issues/3595
|
|
1499
1499
|
(n, e) => {
|
|
1500
1500
|
const [{
|
|
@@ -1504,7 +1504,7 @@ const hn = /* @__PURE__ */ F.forwardRef(
|
|
|
1504
1504
|
as: o = "div",
|
|
1505
1505
|
bsPrefix: a,
|
|
1506
1506
|
spans: i
|
|
1507
|
-
}] =
|
|
1507
|
+
}] = ns(n);
|
|
1508
1508
|
return /* @__PURE__ */ s.jsx(o, {
|
|
1509
1509
|
...r,
|
|
1510
1510
|
ref: e,
|
|
@@ -1512,21 +1512,21 @@ const hn = /* @__PURE__ */ F.forwardRef(
|
|
|
1512
1512
|
});
|
|
1513
1513
|
}
|
|
1514
1514
|
);
|
|
1515
|
-
|
|
1516
|
-
function
|
|
1517
|
-
const r =
|
|
1518
|
-
return r.current = i, !i && c && o !== e && a(e), [i ? n : o,
|
|
1515
|
+
fn.displayName = "Col";
|
|
1516
|
+
function rs(n, e, t) {
|
|
1517
|
+
const r = L(n !== void 0), [o, a] = P(e), i = n !== void 0, c = r.current;
|
|
1518
|
+
return r.current = i, !i && c && o !== e && a(e), [i ? n : o, S((...l) => {
|
|
1519
1519
|
const [u, ...d] = l;
|
|
1520
1520
|
let h = t == null ? void 0 : t(u, ...d);
|
|
1521
1521
|
return a(u), h;
|
|
1522
1522
|
}, [t])];
|
|
1523
1523
|
}
|
|
1524
|
-
function
|
|
1525
|
-
const [, n] =
|
|
1524
|
+
function os() {
|
|
1525
|
+
const [, n] = Qt((e) => !e, !1);
|
|
1526
1526
|
return n;
|
|
1527
1527
|
}
|
|
1528
|
-
const
|
|
1529
|
-
function
|
|
1528
|
+
const Be = /* @__PURE__ */ A.createContext(null), ss = ["children", "usePopper"];
|
|
1529
|
+
function as(n, e) {
|
|
1530
1530
|
if (n == null)
|
|
1531
1531
|
return {};
|
|
1532
1532
|
var t = {}, r = Object.keys(n), o, a;
|
|
@@ -1534,10 +1534,10 @@ function ss(n, e) {
|
|
|
1534
1534
|
o = r[a], !(e.indexOf(o) >= 0) && (t[o] = n[o]);
|
|
1535
1535
|
return t;
|
|
1536
1536
|
}
|
|
1537
|
-
const
|
|
1537
|
+
const is = () => {
|
|
1538
1538
|
};
|
|
1539
|
-
function
|
|
1540
|
-
const e =
|
|
1539
|
+
function mn(n = {}) {
|
|
1540
|
+
const e = R(Be), [t, r] = ir(), o = L(!1), {
|
|
1541
1541
|
flip: a,
|
|
1542
1542
|
offset: i,
|
|
1543
1543
|
rootCloseEvent: c,
|
|
@@ -1548,15 +1548,15 @@ function fn(n = {}) {
|
|
|
1548
1548
|
usePopper: m = !!e
|
|
1549
1549
|
} = n, p = (e == null ? void 0 : e.show) == null ? !!n.show : e.show;
|
|
1550
1550
|
p && !o.current && (o.current = !0);
|
|
1551
|
-
const b = (
|
|
1552
|
-
e == null || e.toggle(!1,
|
|
1551
|
+
const b = (x) => {
|
|
1552
|
+
e == null || e.toggle(!1, x);
|
|
1553
1553
|
}, {
|
|
1554
|
-
placement:
|
|
1554
|
+
placement: g,
|
|
1555
1555
|
setMenu: f,
|
|
1556
|
-
menuElement:
|
|
1557
|
-
toggleElement:
|
|
1558
|
-
} = e || {}, y =
|
|
1559
|
-
placement: u ||
|
|
1556
|
+
menuElement: _,
|
|
1557
|
+
toggleElement: v
|
|
1558
|
+
} = e || {}, y = cr(v, _, lr({
|
|
1559
|
+
placement: u || g || "bottom-start",
|
|
1560
1560
|
enabled: m,
|
|
1561
1561
|
enableEvents: h ?? p,
|
|
1562
1562
|
offset: i,
|
|
@@ -1564,14 +1564,14 @@ function fn(n = {}) {
|
|
|
1564
1564
|
fixed: l,
|
|
1565
1565
|
arrowElement: t,
|
|
1566
1566
|
popperConfig: d
|
|
1567
|
-
})),
|
|
1568
|
-
ref: f ||
|
|
1569
|
-
"aria-labelledby":
|
|
1567
|
+
})), N = Object.assign({
|
|
1568
|
+
ref: f || is,
|
|
1569
|
+
"aria-labelledby": v == null ? void 0 : v.id
|
|
1570
1570
|
}, y.attributes.popper, {
|
|
1571
1571
|
style: y.styles.popper
|
|
1572
|
-
}),
|
|
1572
|
+
}), j = {
|
|
1573
1573
|
show: p,
|
|
1574
|
-
placement:
|
|
1574
|
+
placement: g,
|
|
1575
1575
|
hasShown: o.current,
|
|
1576
1576
|
toggle: e == null ? void 0 : e.toggle,
|
|
1577
1577
|
popper: m ? y : null,
|
|
@@ -1581,106 +1581,106 @@ function fn(n = {}) {
|
|
|
1581
1581
|
style: y.styles.arrow
|
|
1582
1582
|
}) : {}
|
|
1583
1583
|
};
|
|
1584
|
-
return
|
|
1584
|
+
return ur(_, b, {
|
|
1585
1585
|
clickTrigger: c,
|
|
1586
1586
|
disabled: !p
|
|
1587
|
-
}), [
|
|
1587
|
+
}), [N, j];
|
|
1588
1588
|
}
|
|
1589
|
-
function
|
|
1589
|
+
function pn(n) {
|
|
1590
1590
|
let {
|
|
1591
1591
|
children: e,
|
|
1592
1592
|
usePopper: t = !0
|
|
1593
|
-
} = n, r =
|
|
1594
|
-
const [o, a] =
|
|
1593
|
+
} = n, r = as(n, ss);
|
|
1594
|
+
const [o, a] = mn(Object.assign({}, r, {
|
|
1595
1595
|
usePopper: t
|
|
1596
1596
|
}));
|
|
1597
1597
|
return /* @__PURE__ */ s.jsx(s.Fragment, {
|
|
1598
1598
|
children: e(o, a)
|
|
1599
1599
|
});
|
|
1600
1600
|
}
|
|
1601
|
-
|
|
1602
|
-
const
|
|
1601
|
+
pn.displayName = "DropdownMenu";
|
|
1602
|
+
const qe = {
|
|
1603
1603
|
prefix: String(Math.round(Math.random() * 1e10)),
|
|
1604
1604
|
current: 0
|
|
1605
|
-
},
|
|
1606
|
-
let
|
|
1607
|
-
function
|
|
1608
|
-
let e =
|
|
1605
|
+
}, gn = /* @__PURE__ */ J.createContext(qe), cs = /* @__PURE__ */ J.createContext(!1);
|
|
1606
|
+
let ls = !!(typeof window < "u" && window.document && window.document.createElement), Je = /* @__PURE__ */ new WeakMap();
|
|
1607
|
+
function us(n = !1) {
|
|
1608
|
+
let e = R(gn), t = L(null);
|
|
1609
1609
|
if (t.current === null && !n) {
|
|
1610
1610
|
var r, o;
|
|
1611
|
-
let a = (o =
|
|
1611
|
+
let a = (o = J.__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;
|
|
1612
1612
|
if (a) {
|
|
1613
|
-
let i =
|
|
1614
|
-
i == null ?
|
|
1613
|
+
let i = Je.get(a);
|
|
1614
|
+
i == null ? Je.set(a, {
|
|
1615
1615
|
id: e.current,
|
|
1616
1616
|
state: a.memoizedState
|
|
1617
|
-
}) : a.memoizedState !== i.state && (e.current = i.id,
|
|
1617
|
+
}) : a.memoizedState !== i.state && (e.current = i.id, Je.delete(a));
|
|
1618
1618
|
}
|
|
1619
1619
|
t.current = ++e.current;
|
|
1620
1620
|
}
|
|
1621
1621
|
return t.current;
|
|
1622
1622
|
}
|
|
1623
|
-
function
|
|
1624
|
-
let e =
|
|
1625
|
-
e ===
|
|
1626
|
-
let t =
|
|
1623
|
+
function ds(n) {
|
|
1624
|
+
let e = R(gn);
|
|
1625
|
+
e === qe && !ls && console.warn("When server rendering, you must wrap your application in an <SSRProvider> to ensure consistent ids are generated between the client and server.");
|
|
1626
|
+
let t = us(!!n), r = e === qe && process.env.NODE_ENV === "test" ? "react-aria" : `react-aria${e.prefix}`;
|
|
1627
1627
|
return n || `${r}-${t}`;
|
|
1628
1628
|
}
|
|
1629
|
-
function
|
|
1630
|
-
let e =
|
|
1629
|
+
function hs(n) {
|
|
1630
|
+
let e = J.useId(), [t] = P(ws()), r = t || process.env.NODE_ENV === "test" ? "react-aria" : `react-aria${qe.prefix}`;
|
|
1631
1631
|
return n || `${r}-${e}`;
|
|
1632
1632
|
}
|
|
1633
|
-
const
|
|
1634
|
-
function
|
|
1633
|
+
const fs = typeof J.useId == "function" ? hs : ds;
|
|
1634
|
+
function ms() {
|
|
1635
1635
|
return !1;
|
|
1636
1636
|
}
|
|
1637
|
-
function
|
|
1637
|
+
function ps() {
|
|
1638
1638
|
return !0;
|
|
1639
1639
|
}
|
|
1640
|
-
function
|
|
1640
|
+
function gs(n) {
|
|
1641
1641
|
return () => {
|
|
1642
1642
|
};
|
|
1643
1643
|
}
|
|
1644
|
-
function
|
|
1645
|
-
return typeof
|
|
1644
|
+
function ws() {
|
|
1645
|
+
return typeof J.useSyncExternalStore == "function" ? J.useSyncExternalStore(gs, ms, ps) : R(cs);
|
|
1646
1646
|
}
|
|
1647
|
-
const
|
|
1647
|
+
const wn = (n) => {
|
|
1648
1648
|
var e;
|
|
1649
1649
|
return ((e = n.getAttribute("role")) == null ? void 0 : e.toLowerCase()) === "menu";
|
|
1650
|
-
},
|
|
1650
|
+
}, Tt = () => {
|
|
1651
1651
|
};
|
|
1652
|
-
function
|
|
1653
|
-
const n =
|
|
1652
|
+
function xn() {
|
|
1653
|
+
const n = fs(), {
|
|
1654
1654
|
show: e = !1,
|
|
1655
|
-
toggle: t =
|
|
1655
|
+
toggle: t = Tt,
|
|
1656
1656
|
setToggle: r,
|
|
1657
1657
|
menuElement: o
|
|
1658
|
-
} =
|
|
1658
|
+
} = R(Be) || {}, a = S((c) => {
|
|
1659
1659
|
t(!e, c);
|
|
1660
1660
|
}, [e, t]), i = {
|
|
1661
1661
|
id: n,
|
|
1662
|
-
ref: r ||
|
|
1662
|
+
ref: r || Tt,
|
|
1663
1663
|
onClick: a,
|
|
1664
1664
|
"aria-expanded": !!e
|
|
1665
1665
|
};
|
|
1666
|
-
return o &&
|
|
1666
|
+
return o && wn(o) && (i["aria-haspopup"] = !0), [i, {
|
|
1667
1667
|
show: e,
|
|
1668
1668
|
toggle: t
|
|
1669
1669
|
}];
|
|
1670
1670
|
}
|
|
1671
|
-
function
|
|
1671
|
+
function yn({
|
|
1672
1672
|
children: n
|
|
1673
1673
|
}) {
|
|
1674
|
-
const [e, t] =
|
|
1674
|
+
const [e, t] = xn();
|
|
1675
1675
|
return /* @__PURE__ */ s.jsx(s.Fragment, {
|
|
1676
1676
|
children: n(e, t)
|
|
1677
1677
|
});
|
|
1678
1678
|
}
|
|
1679
|
-
|
|
1680
|
-
const
|
|
1681
|
-
|
|
1682
|
-
const
|
|
1683
|
-
function
|
|
1679
|
+
yn.displayName = "DropdownToggle";
|
|
1680
|
+
const tt = /* @__PURE__ */ A.createContext(null), St = (n, e = null) => n != null ? String(n) : e || null, bn = /* @__PURE__ */ A.createContext(null);
|
|
1681
|
+
bn.displayName = "NavContext";
|
|
1682
|
+
const xs = ["eventKey", "disabled", "onClick", "active", "as"];
|
|
1683
|
+
function ys(n, e) {
|
|
1684
1684
|
if (n == null)
|
|
1685
1685
|
return {};
|
|
1686
1686
|
var t = {}, r = Object.keys(n), o, a;
|
|
@@ -1688,36 +1688,36 @@ function xs(n, e) {
|
|
|
1688
1688
|
o = r[a], !(e.indexOf(o) >= 0) && (t[o] = n[o]);
|
|
1689
1689
|
return t;
|
|
1690
1690
|
}
|
|
1691
|
-
function
|
|
1691
|
+
function vn({
|
|
1692
1692
|
key: n,
|
|
1693
1693
|
href: e,
|
|
1694
1694
|
active: t,
|
|
1695
1695
|
disabled: r,
|
|
1696
1696
|
onClick: o
|
|
1697
1697
|
}) {
|
|
1698
|
-
const a =
|
|
1698
|
+
const a = R(tt), i = R(bn), {
|
|
1699
1699
|
activeKey: c
|
|
1700
|
-
} = i || {}, l =
|
|
1700
|
+
} = i || {}, l = St(n, e), u = t == null && n != null ? St(c) === l : t;
|
|
1701
1701
|
return [{
|
|
1702
|
-
onClick:
|
|
1702
|
+
onClick: ge((h) => {
|
|
1703
1703
|
r || (o == null || o(h), a && !h.isPropagationStopped() && a(l, h));
|
|
1704
1704
|
}),
|
|
1705
1705
|
"aria-disabled": r || void 0,
|
|
1706
1706
|
"aria-selected": u,
|
|
1707
|
-
[
|
|
1707
|
+
[Xt("dropdown-item")]: ""
|
|
1708
1708
|
}, {
|
|
1709
1709
|
isActive: u
|
|
1710
1710
|
}];
|
|
1711
1711
|
}
|
|
1712
|
-
const
|
|
1712
|
+
const _n = /* @__PURE__ */ A.forwardRef((n, e) => {
|
|
1713
1713
|
let {
|
|
1714
1714
|
eventKey: t,
|
|
1715
1715
|
disabled: r,
|
|
1716
1716
|
onClick: o,
|
|
1717
1717
|
active: a,
|
|
1718
|
-
as: i =
|
|
1719
|
-
} = n, c =
|
|
1720
|
-
const [l] =
|
|
1718
|
+
as: i = un
|
|
1719
|
+
} = n, c = ys(n, xs);
|
|
1720
|
+
const [l] = vn({
|
|
1721
1721
|
key: t,
|
|
1722
1722
|
href: c.href,
|
|
1723
1723
|
disabled: r,
|
|
@@ -1728,151 +1728,151 @@ const vn = /* @__PURE__ */ F.forwardRef((n, e) => {
|
|
|
1728
1728
|
ref: e
|
|
1729
1729
|
}, l));
|
|
1730
1730
|
});
|
|
1731
|
-
|
|
1732
|
-
function
|
|
1733
|
-
const n =
|
|
1731
|
+
_n.displayName = "DropdownItem";
|
|
1732
|
+
function Et() {
|
|
1733
|
+
const n = os(), e = L(null), t = S((r) => {
|
|
1734
1734
|
e.current = r, n();
|
|
1735
1735
|
}, [n]);
|
|
1736
1736
|
return [e, t];
|
|
1737
1737
|
}
|
|
1738
|
-
function
|
|
1738
|
+
function Ee({
|
|
1739
1739
|
defaultShow: n,
|
|
1740
1740
|
show: e,
|
|
1741
1741
|
onSelect: t,
|
|
1742
1742
|
onToggle: r,
|
|
1743
|
-
itemSelector: o = `* [${
|
|
1743
|
+
itemSelector: o = `* [${Xt("dropdown-item")}]`,
|
|
1744
1744
|
focusFirstItemOnShow: a,
|
|
1745
1745
|
placement: i = "bottom-start",
|
|
1746
1746
|
children: c
|
|
1747
1747
|
}) {
|
|
1748
|
-
const l =
|
|
1748
|
+
const l = dr(), [u, d] = rs(e, n, r), [h, m] = Et(), p = h.current, [b, g] = Et(), f = b.current, _ = Dr(u), v = L(null), y = L(!1), N = R(tt), j = S((k, O, T = O == null ? void 0 : O.type) => {
|
|
1749
1749
|
d(k, {
|
|
1750
|
-
originalEvent:
|
|
1751
|
-
source:
|
|
1750
|
+
originalEvent: O,
|
|
1751
|
+
source: T
|
|
1752
1752
|
});
|
|
1753
|
-
}, [d]),
|
|
1754
|
-
t == null || t(k,
|
|
1755
|
-
}),
|
|
1756
|
-
toggle:
|
|
1753
|
+
}, [d]), x = ge((k, O) => {
|
|
1754
|
+
t == null || t(k, O), j(!1, O, "select"), O.isPropagationStopped() || N == null || N(k, O);
|
|
1755
|
+
}), $ = U(() => ({
|
|
1756
|
+
toggle: j,
|
|
1757
1757
|
placement: i,
|
|
1758
1758
|
show: u,
|
|
1759
1759
|
menuElement: p,
|
|
1760
1760
|
toggleElement: f,
|
|
1761
1761
|
setMenu: m,
|
|
1762
|
-
setToggle:
|
|
1763
|
-
}), [
|
|
1764
|
-
p &&
|
|
1765
|
-
const
|
|
1762
|
+
setToggle: g
|
|
1763
|
+
}), [j, i, u, p, f, m, g]);
|
|
1764
|
+
p && _ && !u && (y.current = p.contains(p.ownerDocument.activeElement));
|
|
1765
|
+
const E = ge(() => {
|
|
1766
1766
|
f && f.focus && f.focus();
|
|
1767
|
-
}),
|
|
1768
|
-
const k =
|
|
1769
|
-
let
|
|
1770
|
-
if (
|
|
1767
|
+
}), M = ge(() => {
|
|
1768
|
+
const k = v.current;
|
|
1769
|
+
let O = a;
|
|
1770
|
+
if (O == null && (O = h.current && wn(h.current) ? "keyboard" : !1), O === !1 || O === "keyboard" && !/^key.+$/.test(k))
|
|
1771
1771
|
return;
|
|
1772
|
-
const
|
|
1773
|
-
|
|
1772
|
+
const T = vt(h.current, o)[0];
|
|
1773
|
+
T && T.focus && T.focus();
|
|
1774
1774
|
});
|
|
1775
1775
|
D(() => {
|
|
1776
|
-
u ?
|
|
1777
|
-
}, [u, y,
|
|
1778
|
-
|
|
1776
|
+
u ? M() : y.current && (y.current = !1, E());
|
|
1777
|
+
}, [u, y, E, M]), D(() => {
|
|
1778
|
+
v.current = null;
|
|
1779
1779
|
});
|
|
1780
|
-
const I = (k,
|
|
1780
|
+
const I = (k, O) => {
|
|
1781
1781
|
if (!h.current)
|
|
1782
1782
|
return null;
|
|
1783
|
-
const
|
|
1784
|
-
let
|
|
1785
|
-
return
|
|
1783
|
+
const T = vt(h.current, o);
|
|
1784
|
+
let F = T.indexOf(k) + O;
|
|
1785
|
+
return F = Math.max(0, Math.min(F, T.length)), T[F];
|
|
1786
1786
|
};
|
|
1787
|
-
return
|
|
1788
|
-
var
|
|
1787
|
+
return Ko(S(() => l.document, [l]), "keydown", (k) => {
|
|
1788
|
+
var O, T;
|
|
1789
1789
|
const {
|
|
1790
|
-
key:
|
|
1791
|
-
} = k,
|
|
1792
|
-
if (/input|textarea/i.test(
|
|
1790
|
+
key: F
|
|
1791
|
+
} = k, B = k.target, V = (O = h.current) == null ? void 0 : O.contains(B), X = (T = b.current) == null ? void 0 : T.contains(B);
|
|
1792
|
+
if (/input|textarea/i.test(B.tagName) && (F === " " || F !== "Escape" && V || F === "Escape" && B.type === "search") || !V && !X || F === "Tab" && (!h.current || !u))
|
|
1793
1793
|
return;
|
|
1794
|
-
|
|
1795
|
-
const
|
|
1794
|
+
v.current = k.type;
|
|
1795
|
+
const re = {
|
|
1796
1796
|
originalEvent: k,
|
|
1797
1797
|
source: k.type
|
|
1798
1798
|
};
|
|
1799
|
-
switch (
|
|
1799
|
+
switch (F) {
|
|
1800
1800
|
case "ArrowUp": {
|
|
1801
|
-
const C = I(
|
|
1801
|
+
const C = I(B, -1);
|
|
1802
1802
|
C && C.focus && C.focus(), k.preventDefault();
|
|
1803
1803
|
return;
|
|
1804
1804
|
}
|
|
1805
1805
|
case "ArrowDown":
|
|
1806
1806
|
if (k.preventDefault(), !u)
|
|
1807
|
-
d(!0,
|
|
1807
|
+
d(!0, re);
|
|
1808
1808
|
else {
|
|
1809
|
-
const C = I(
|
|
1809
|
+
const C = I(B, 1);
|
|
1810
1810
|
C && C.focus && C.focus();
|
|
1811
1811
|
}
|
|
1812
1812
|
return;
|
|
1813
1813
|
case "Tab":
|
|
1814
|
-
|
|
1815
|
-
var
|
|
1816
|
-
(C.key === "Tab" && !C.target || !((
|
|
1814
|
+
hr(B.ownerDocument, "keyup", (C) => {
|
|
1815
|
+
var Y;
|
|
1816
|
+
(C.key === "Tab" && !C.target || !((Y = h.current) != null && Y.contains(C.target))) && d(!1, re);
|
|
1817
1817
|
}, {
|
|
1818
1818
|
once: !0
|
|
1819
1819
|
});
|
|
1820
1820
|
break;
|
|
1821
1821
|
case "Escape":
|
|
1822
|
-
|
|
1822
|
+
F === "Escape" && (k.preventDefault(), k.stopPropagation()), d(!1, re);
|
|
1823
1823
|
break;
|
|
1824
1824
|
}
|
|
1825
|
-
}), /* @__PURE__ */ s.jsx(
|
|
1826
|
-
value:
|
|
1827
|
-
children: /* @__PURE__ */ s.jsx(
|
|
1828
|
-
value:
|
|
1825
|
+
}), /* @__PURE__ */ s.jsx(tt.Provider, {
|
|
1826
|
+
value: x,
|
|
1827
|
+
children: /* @__PURE__ */ s.jsx(Be.Provider, {
|
|
1828
|
+
value: $,
|
|
1829
1829
|
children: c
|
|
1830
1830
|
})
|
|
1831
1831
|
});
|
|
1832
1832
|
}
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
const
|
|
1838
|
-
|
|
1839
|
-
const
|
|
1833
|
+
Ee.displayName = "Dropdown";
|
|
1834
|
+
Ee.Menu = pn;
|
|
1835
|
+
Ee.Toggle = yn;
|
|
1836
|
+
Ee.Item = _n;
|
|
1837
|
+
const dt = /* @__PURE__ */ A.createContext({});
|
|
1838
|
+
dt.displayName = "DropdownContext";
|
|
1839
|
+
const kn = /* @__PURE__ */ A.forwardRef(({
|
|
1840
1840
|
className: n,
|
|
1841
1841
|
bsPrefix: e,
|
|
1842
1842
|
as: t = "hr",
|
|
1843
1843
|
role: r = "separator",
|
|
1844
1844
|
...o
|
|
1845
|
-
}, a) => (e =
|
|
1845
|
+
}, a) => (e = G(e, "dropdown-divider"), /* @__PURE__ */ s.jsx(t, {
|
|
1846
1846
|
ref: a,
|
|
1847
1847
|
className: w(n, e),
|
|
1848
1848
|
role: r,
|
|
1849
1849
|
...o
|
|
1850
1850
|
})));
|
|
1851
|
-
|
|
1852
|
-
const
|
|
1851
|
+
kn.displayName = "DropdownDivider";
|
|
1852
|
+
const jn = /* @__PURE__ */ A.forwardRef(({
|
|
1853
1853
|
className: n,
|
|
1854
1854
|
bsPrefix: e,
|
|
1855
1855
|
as: t = "div",
|
|
1856
1856
|
role: r = "heading",
|
|
1857
1857
|
...o
|
|
1858
|
-
}, a) => (e =
|
|
1858
|
+
}, a) => (e = G(e, "dropdown-header"), /* @__PURE__ */ s.jsx(t, {
|
|
1859
1859
|
ref: a,
|
|
1860
1860
|
className: w(n, e),
|
|
1861
1861
|
role: r,
|
|
1862
1862
|
...o
|
|
1863
1863
|
})));
|
|
1864
|
-
|
|
1865
|
-
const
|
|
1864
|
+
jn.displayName = "DropdownHeader";
|
|
1865
|
+
const Cn = /* @__PURE__ */ A.forwardRef(({
|
|
1866
1866
|
bsPrefix: n,
|
|
1867
1867
|
className: e,
|
|
1868
1868
|
eventKey: t,
|
|
1869
1869
|
disabled: r = !1,
|
|
1870
1870
|
onClick: o,
|
|
1871
1871
|
active: a,
|
|
1872
|
-
as: i =
|
|
1872
|
+
as: i = dn,
|
|
1873
1873
|
...c
|
|
1874
1874
|
}, l) => {
|
|
1875
|
-
const u =
|
|
1875
|
+
const u = G(n, "dropdown-item"), [d, h] = vn({
|
|
1876
1876
|
key: t,
|
|
1877
1877
|
href: c.href,
|
|
1878
1878
|
disabled: r,
|
|
@@ -1886,36 +1886,36 @@ const jn = /* @__PURE__ */ F.forwardRef(({
|
|
|
1886
1886
|
className: w(e, u, h.isActive && "active", r && "disabled")
|
|
1887
1887
|
});
|
|
1888
1888
|
});
|
|
1889
|
-
|
|
1890
|
-
const
|
|
1889
|
+
Cn.displayName = "DropdownItem";
|
|
1890
|
+
const Nn = /* @__PURE__ */ A.forwardRef(({
|
|
1891
1891
|
className: n,
|
|
1892
1892
|
bsPrefix: e,
|
|
1893
1893
|
as: t = "span",
|
|
1894
1894
|
...r
|
|
1895
|
-
}, o) => (e =
|
|
1895
|
+
}, o) => (e = G(e, "dropdown-item-text"), /* @__PURE__ */ s.jsx(t, {
|
|
1896
1896
|
ref: o,
|
|
1897
1897
|
className: w(n, e),
|
|
1898
1898
|
...r
|
|
1899
1899
|
})));
|
|
1900
|
-
|
|
1901
|
-
const
|
|
1902
|
-
|
|
1903
|
-
const
|
|
1904
|
-
|
|
1905
|
-
function
|
|
1900
|
+
Nn.displayName = "DropdownItemText";
|
|
1901
|
+
const Ue = /* @__PURE__ */ A.createContext(null);
|
|
1902
|
+
Ue.displayName = "InputGroupContext";
|
|
1903
|
+
const $n = /* @__PURE__ */ A.createContext(null);
|
|
1904
|
+
$n.displayName = "NavbarContext";
|
|
1905
|
+
function In(n, e) {
|
|
1906
1906
|
if (process.env.NODE_ENV === "production")
|
|
1907
1907
|
return n;
|
|
1908
|
-
const t =
|
|
1909
|
-
r == null || !r.isReactComponent || (process.env.NODE_ENV !== "production" ?
|
|
1908
|
+
const t = S((r) => {
|
|
1909
|
+
r == null || !r.isReactComponent || (process.env.NODE_ENV !== "production" ? It(!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`) : It(!1));
|
|
1910
1910
|
}, [e]);
|
|
1911
|
-
return
|
|
1911
|
+
return ot(t, n);
|
|
1912
1912
|
}
|
|
1913
|
-
function
|
|
1913
|
+
function Tn(n, e, t) {
|
|
1914
1914
|
const r = t ? "top-end" : "top-start", o = t ? "top-start" : "top-end", a = t ? "bottom-end" : "bottom-start", i = t ? "bottom-start" : "bottom-end", c = t ? "right-start" : "left-start", l = t ? "right-end" : "left-end", u = t ? "left-start" : "right-start", d = t ? "left-end" : "right-end";
|
|
1915
1915
|
let h = n ? i : a;
|
|
1916
1916
|
return e === "up" ? h = n ? o : r : e === "end" ? h = n ? d : u : e === "start" ? h = n ? l : c : e === "down-centered" ? h = "bottom" : e === "up-centered" && (h = "top"), h;
|
|
1917
1917
|
}
|
|
1918
|
-
const
|
|
1918
|
+
const Sn = /* @__PURE__ */ A.forwardRef(({
|
|
1919
1919
|
bsPrefix: n,
|
|
1920
1920
|
className: e,
|
|
1921
1921
|
align: t,
|
|
@@ -1930,76 +1930,76 @@ const Tn = /* @__PURE__ */ F.forwardRef(({
|
|
|
1930
1930
|
...d
|
|
1931
1931
|
}, h) => {
|
|
1932
1932
|
let m = !1;
|
|
1933
|
-
const p =
|
|
1934
|
-
align:
|
|
1933
|
+
const p = R($n), b = G(n, "dropdown-menu"), {
|
|
1934
|
+
align: g,
|
|
1935
1935
|
drop: f,
|
|
1936
|
-
isRTL:
|
|
1937
|
-
} =
|
|
1938
|
-
t = t ||
|
|
1939
|
-
const
|
|
1936
|
+
isRTL: _
|
|
1937
|
+
} = R(dt);
|
|
1938
|
+
t = t || g;
|
|
1939
|
+
const v = R(Ue), y = [];
|
|
1940
1940
|
if (t)
|
|
1941
1941
|
if (typeof t == "object") {
|
|
1942
1942
|
const k = Object.keys(t);
|
|
1943
|
-
if (process.env.NODE_ENV !== "production" &&
|
|
1944
|
-
const
|
|
1945
|
-
m =
|
|
1943
|
+
if (process.env.NODE_ENV !== "production" && st(k.length === 1, "There should only be 1 breakpoint when passing an object to `align`"), k.length) {
|
|
1944
|
+
const O = k[0], T = t[O];
|
|
1945
|
+
m = T === "start", y.push(`${b}-${O}-${T}`);
|
|
1946
1946
|
}
|
|
1947
1947
|
} else
|
|
1948
1948
|
t === "end" && (m = !0);
|
|
1949
|
-
const
|
|
1950
|
-
hasShown:
|
|
1951
|
-
popper:
|
|
1952
|
-
show:
|
|
1953
|
-
toggle:
|
|
1954
|
-
}] =
|
|
1949
|
+
const N = Tn(m, f, _), [j, {
|
|
1950
|
+
hasShown: x,
|
|
1951
|
+
popper: $,
|
|
1952
|
+
show: E,
|
|
1953
|
+
toggle: M
|
|
1954
|
+
}] = mn({
|
|
1955
1955
|
flip: o,
|
|
1956
1956
|
rootCloseEvent: r,
|
|
1957
1957
|
show: a,
|
|
1958
1958
|
usePopper: !p && y.length === 0,
|
|
1959
1959
|
offset: [0, 2],
|
|
1960
1960
|
popperConfig: l,
|
|
1961
|
-
placement:
|
|
1961
|
+
placement: N
|
|
1962
1962
|
});
|
|
1963
|
-
if (
|
|
1964
|
-
|
|
1965
|
-
}, [
|
|
1963
|
+
if (j.ref = ot(In(h, "DropdownMenu"), j.ref), fr(() => {
|
|
1964
|
+
E && ($ == null || $.update());
|
|
1965
|
+
}, [E]), !x && !i && !v)
|
|
1966
1966
|
return null;
|
|
1967
|
-
typeof c != "string" && (
|
|
1967
|
+
typeof c != "string" && (j.show = E, j.close = () => M == null ? void 0 : M(!1), j.align = t);
|
|
1968
1968
|
let I = d.style;
|
|
1969
|
-
return
|
|
1969
|
+
return $ != null && $.placement && (I = {
|
|
1970
1970
|
...d.style,
|
|
1971
|
-
...
|
|
1972
|
-
}, d["x-placement"] =
|
|
1971
|
+
...j.style
|
|
1972
|
+
}, d["x-placement"] = $.placement), /* @__PURE__ */ s.jsx(c, {
|
|
1973
1973
|
...d,
|
|
1974
|
-
...
|
|
1974
|
+
...j,
|
|
1975
1975
|
style: I,
|
|
1976
1976
|
...(y.length || p) && {
|
|
1977
1977
|
"data-bs-popper": "static"
|
|
1978
1978
|
},
|
|
1979
|
-
className: w(e, b,
|
|
1979
|
+
className: w(e, b, E && "show", m && `${b}-end`, u && `${b}-${u}`, ...y)
|
|
1980
1980
|
});
|
|
1981
1981
|
});
|
|
1982
|
-
|
|
1983
|
-
const
|
|
1982
|
+
Sn.displayName = "DropdownMenu";
|
|
1983
|
+
const En = /* @__PURE__ */ A.forwardRef(({
|
|
1984
1984
|
bsPrefix: n,
|
|
1985
1985
|
split: e,
|
|
1986
1986
|
className: t,
|
|
1987
1987
|
childBsPrefix: r,
|
|
1988
1988
|
// Need to define the default "as" during prop destructuring to be compatible with styled-components github.com/react-bootstrap/react-bootstrap/issues/3595
|
|
1989
|
-
as: o =
|
|
1989
|
+
as: o = hn,
|
|
1990
1990
|
...a
|
|
1991
1991
|
}, i) => {
|
|
1992
|
-
const c =
|
|
1992
|
+
const c = G(n, "dropdown-toggle"), l = R(Be);
|
|
1993
1993
|
r !== void 0 && (a.bsPrefix = r);
|
|
1994
|
-
const [u] =
|
|
1995
|
-
return u.ref =
|
|
1994
|
+
const [u] = xn();
|
|
1995
|
+
return u.ref = ot(u.ref, In(i, "DropdownToggle")), /* @__PURE__ */ s.jsx(o, {
|
|
1996
1996
|
className: w(t, c, e && `${c}-split`, (l == null ? void 0 : l.show) && "show"),
|
|
1997
1997
|
...u,
|
|
1998
1998
|
...a
|
|
1999
1999
|
});
|
|
2000
2000
|
});
|
|
2001
|
-
|
|
2002
|
-
const
|
|
2001
|
+
En.displayName = "DropdownToggle";
|
|
2002
|
+
const On = /* @__PURE__ */ A.forwardRef((n, e) => {
|
|
2003
2003
|
const {
|
|
2004
2004
|
bsPrefix: t,
|
|
2005
2005
|
drop: r = "down",
|
|
@@ -2014,59 +2014,59 @@ const En = /* @__PURE__ */ F.forwardRef((n, e) => {
|
|
|
2014
2014
|
navbar: h,
|
|
2015
2015
|
autoClose: m = !0,
|
|
2016
2016
|
...p
|
|
2017
|
-
} =
|
|
2017
|
+
} = mr(n, {
|
|
2018
2018
|
show: "onToggle"
|
|
2019
|
-
}), b =
|
|
2020
|
-
var
|
|
2021
|
-
!((
|
|
2022
|
-
}),
|
|
2019
|
+
}), b = R(Ue), g = G(t, "dropdown"), f = pr(), _ = ($) => m === !1 ? $ === "click" : m === "inside" ? $ !== "rootClose" : m === "outside" ? $ !== "select" : !0, v = ge(($, E) => {
|
|
2020
|
+
var M, I;
|
|
2021
|
+
!((M = E.originalEvent) == null || (I = M.target) == null) && I.classList.contains("dropdown-toggle") && E.source === "mousedown" || (E.originalEvent.currentTarget === document && (E.source !== "keydown" || E.originalEvent.key === "Escape") && (E.source = "rootClose"), _(E.source) && (l == null || l($, E)));
|
|
2022
|
+
}), N = Tn(i === "end", r, f), j = U(() => ({
|
|
2023
2023
|
align: i,
|
|
2024
2024
|
drop: r,
|
|
2025
2025
|
isRTL: f
|
|
2026
|
-
}), [i, r, f]),
|
|
2027
|
-
down:
|
|
2028
|
-
"down-centered": `${
|
|
2026
|
+
}), [i, r, f]), x = {
|
|
2027
|
+
down: g,
|
|
2028
|
+
"down-centered": `${g}-center`,
|
|
2029
2029
|
up: "dropup",
|
|
2030
2030
|
"up-centered": "dropup-center dropup",
|
|
2031
2031
|
end: "dropend",
|
|
2032
2032
|
start: "dropstart"
|
|
2033
2033
|
};
|
|
2034
|
-
return /* @__PURE__ */ s.jsx(
|
|
2035
|
-
value:
|
|
2036
|
-
children: /* @__PURE__ */ s.jsx(
|
|
2037
|
-
placement:
|
|
2034
|
+
return /* @__PURE__ */ s.jsx(dt.Provider, {
|
|
2035
|
+
value: j,
|
|
2036
|
+
children: /* @__PURE__ */ s.jsx(Ee, {
|
|
2037
|
+
placement: N,
|
|
2038
2038
|
show: o,
|
|
2039
2039
|
onSelect: c,
|
|
2040
|
-
onToggle:
|
|
2040
|
+
onToggle: v,
|
|
2041
2041
|
focusFirstItemOnShow: u,
|
|
2042
|
-
itemSelector: `.${
|
|
2042
|
+
itemSelector: `.${g}-item:not(.disabled):not(:disabled)`,
|
|
2043
2043
|
children: b ? p.children : /* @__PURE__ */ s.jsx(d, {
|
|
2044
2044
|
...p,
|
|
2045
2045
|
ref: e,
|
|
2046
|
-
className: w(a, o && "show",
|
|
2046
|
+
className: w(a, o && "show", x[r])
|
|
2047
2047
|
})
|
|
2048
2048
|
})
|
|
2049
2049
|
});
|
|
2050
2050
|
});
|
|
2051
|
-
|
|
2052
|
-
const
|
|
2053
|
-
Toggle:
|
|
2054
|
-
Menu:
|
|
2055
|
-
Item:
|
|
2056
|
-
ItemText:
|
|
2057
|
-
Divider:
|
|
2058
|
-
Header:
|
|
2059
|
-
}),
|
|
2051
|
+
On.displayName = "Dropdown";
|
|
2052
|
+
const Se = Object.assign(On, {
|
|
2053
|
+
Toggle: En,
|
|
2054
|
+
Menu: Sn,
|
|
2055
|
+
Item: Cn,
|
|
2056
|
+
ItemText: Nn,
|
|
2057
|
+
Divider: kn,
|
|
2058
|
+
Header: jn
|
|
2059
|
+
}), bs = {
|
|
2060
2060
|
/**
|
|
2061
2061
|
* Specify whether the feedback is for valid or invalid fields
|
|
2062
2062
|
*
|
|
2063
2063
|
* @type {('valid'|'invalid')}
|
|
2064
2064
|
*/
|
|
2065
|
-
type:
|
|
2065
|
+
type: ve.string,
|
|
2066
2066
|
/** Display feedback as a tooltip. */
|
|
2067
|
-
tooltip:
|
|
2068
|
-
as:
|
|
2069
|
-
},
|
|
2067
|
+
tooltip: ve.bool,
|
|
2068
|
+
as: ve.elementType
|
|
2069
|
+
}, Ve = /* @__PURE__ */ A.forwardRef(
|
|
2070
2070
|
// Need to define the default "as" during prop destructuring to be compatible with styled-components github.com/react-bootstrap/react-bootstrap/issues/3595
|
|
2071
2071
|
({
|
|
2072
2072
|
as: n = "div",
|
|
@@ -2080,9 +2080,9 @@ const Te = Object.assign(En, {
|
|
|
2080
2080
|
className: w(e, `${t}-${r ? "tooltip" : "feedback"}`)
|
|
2081
2081
|
})
|
|
2082
2082
|
);
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
const
|
|
2083
|
+
Ve.displayName = "Feedback";
|
|
2084
|
+
Ve.propTypes = bs;
|
|
2085
|
+
const Oe = /* @__PURE__ */ A.forwardRef(({
|
|
2086
2086
|
id: n,
|
|
2087
2087
|
bsPrefix: e,
|
|
2088
2088
|
className: t,
|
|
@@ -2095,8 +2095,8 @@ const Ee = /* @__PURE__ */ F.forwardRef(({
|
|
|
2095
2095
|
}, l) => {
|
|
2096
2096
|
const {
|
|
2097
2097
|
controlId: u
|
|
2098
|
-
} =
|
|
2099
|
-
return e =
|
|
2098
|
+
} = R(le);
|
|
2099
|
+
return e = G(e, "form-check-input"), /* @__PURE__ */ s.jsx(i, {
|
|
2100
2100
|
...c,
|
|
2101
2101
|
ref: l,
|
|
2102
2102
|
type: r,
|
|
@@ -2104,8 +2104,8 @@ const Ee = /* @__PURE__ */ F.forwardRef(({
|
|
|
2104
2104
|
className: w(t, e, o && "is-valid", a && "is-invalid")
|
|
2105
2105
|
});
|
|
2106
2106
|
});
|
|
2107
|
-
|
|
2108
|
-
const
|
|
2107
|
+
Oe.displayName = "FormCheckInput";
|
|
2108
|
+
const Le = /* @__PURE__ */ A.forwardRef(({
|
|
2109
2109
|
bsPrefix: n,
|
|
2110
2110
|
className: e,
|
|
2111
2111
|
htmlFor: t,
|
|
@@ -2113,16 +2113,16 @@ const qe = /* @__PURE__ */ F.forwardRef(({
|
|
|
2113
2113
|
}, o) => {
|
|
2114
2114
|
const {
|
|
2115
2115
|
controlId: a
|
|
2116
|
-
} =
|
|
2117
|
-
return n =
|
|
2116
|
+
} = R(le);
|
|
2117
|
+
return n = G(n, "form-check-label"), /* @__PURE__ */ s.jsx("label", {
|
|
2118
2118
|
...r,
|
|
2119
2119
|
ref: o,
|
|
2120
2120
|
htmlFor: t || a,
|
|
2121
2121
|
className: w(e, n)
|
|
2122
2122
|
});
|
|
2123
2123
|
});
|
|
2124
|
-
|
|
2125
|
-
const
|
|
2124
|
+
Le.displayName = "FormCheckLabel";
|
|
2125
|
+
const Mn = /* @__PURE__ */ A.forwardRef(({
|
|
2126
2126
|
id: n,
|
|
2127
2127
|
bsPrefix: e,
|
|
2128
2128
|
bsSwitchPrefix: t,
|
|
@@ -2138,36 +2138,36 @@ const On = /* @__PURE__ */ F.forwardRef(({
|
|
|
2138
2138
|
style: m,
|
|
2139
2139
|
title: p = "",
|
|
2140
2140
|
type: b = "checkbox",
|
|
2141
|
-
label:
|
|
2141
|
+
label: g,
|
|
2142
2142
|
children: f,
|
|
2143
2143
|
// Need to define the default "as" during prop destructuring to be compatible with styled-components github.com/react-bootstrap/react-bootstrap/issues/3595
|
|
2144
|
-
as:
|
|
2145
|
-
...
|
|
2144
|
+
as: _ = "input",
|
|
2145
|
+
...v
|
|
2146
2146
|
}, y) => {
|
|
2147
|
-
e =
|
|
2147
|
+
e = G(e, "form-check"), t = G(t, "form-switch");
|
|
2148
2148
|
const {
|
|
2149
|
-
controlId:
|
|
2150
|
-
} =
|
|
2151
|
-
controlId: n ||
|
|
2152
|
-
}), [
|
|
2153
|
-
...
|
|
2149
|
+
controlId: N
|
|
2150
|
+
} = R(le), j = U(() => ({
|
|
2151
|
+
controlId: n || N
|
|
2152
|
+
}), [N, n]), x = !f && g != null && g !== !1 || ts(f, Le), $ = /* @__PURE__ */ s.jsx(Oe, {
|
|
2153
|
+
...v,
|
|
2154
2154
|
type: b === "switch" ? "checkbox" : b,
|
|
2155
2155
|
ref: y,
|
|
2156
2156
|
isValid: i,
|
|
2157
2157
|
isInvalid: c,
|
|
2158
2158
|
disabled: a,
|
|
2159
|
-
as:
|
|
2159
|
+
as: _
|
|
2160
2160
|
});
|
|
2161
|
-
return /* @__PURE__ */ s.jsx(
|
|
2162
|
-
value:
|
|
2161
|
+
return /* @__PURE__ */ s.jsx(le.Provider, {
|
|
2162
|
+
value: j,
|
|
2163
2163
|
children: /* @__PURE__ */ s.jsx("div", {
|
|
2164
2164
|
style: m,
|
|
2165
|
-
className: w(h,
|
|
2165
|
+
className: w(h, x && e, r && `${e}-inline`, o && `${e}-reverse`, b === "switch" && t),
|
|
2166
2166
|
children: f || /* @__PURE__ */ s.jsxs(s.Fragment, {
|
|
2167
|
-
children: [
|
|
2167
|
+
children: [$, x && /* @__PURE__ */ s.jsx(Le, {
|
|
2168
2168
|
title: p,
|
|
2169
|
-
children:
|
|
2170
|
-
}), u && /* @__PURE__ */ s.jsx(
|
|
2169
|
+
children: g
|
|
2170
|
+
}), u && /* @__PURE__ */ s.jsx(Ve, {
|
|
2171
2171
|
type: d,
|
|
2172
2172
|
tooltip: l,
|
|
2173
2173
|
children: u
|
|
@@ -2176,11 +2176,11 @@ const On = /* @__PURE__ */ F.forwardRef(({
|
|
|
2176
2176
|
})
|
|
2177
2177
|
});
|
|
2178
2178
|
});
|
|
2179
|
-
|
|
2180
|
-
const
|
|
2181
|
-
Input:
|
|
2182
|
-
Label:
|
|
2183
|
-
}),
|
|
2179
|
+
Mn.displayName = "FormCheck";
|
|
2180
|
+
const Ye = Object.assign(Mn, {
|
|
2181
|
+
Input: Oe,
|
|
2182
|
+
Label: Le
|
|
2183
|
+
}), Pn = /* @__PURE__ */ A.forwardRef(({
|
|
2184
2184
|
bsPrefix: n,
|
|
2185
2185
|
type: e,
|
|
2186
2186
|
size: t,
|
|
@@ -2197,8 +2197,8 @@ const Le = Object.assign(On, {
|
|
|
2197
2197
|
}, m) => {
|
|
2198
2198
|
const {
|
|
2199
2199
|
controlId: p
|
|
2200
|
-
} =
|
|
2201
|
-
return n =
|
|
2200
|
+
} = R(le);
|
|
2201
|
+
return n = G(n, "form-control"), process.env.NODE_ENV !== "production" && st(p == null || !o, "`controlId` is ignored on `<FormControl>` when `id` is specified."), /* @__PURE__ */ s.jsx(d, {
|
|
2202
2202
|
...h,
|
|
2203
2203
|
type: e,
|
|
2204
2204
|
size: r,
|
|
@@ -2208,21 +2208,21 @@ const Le = Object.assign(On, {
|
|
|
2208
2208
|
className: w(a, l ? `${n}-plaintext` : n, t && `${n}-${t}`, e === "color" && `${n}-color`, i && "is-valid", c && "is-invalid")
|
|
2209
2209
|
});
|
|
2210
2210
|
});
|
|
2211
|
-
|
|
2212
|
-
const
|
|
2213
|
-
Feedback:
|
|
2214
|
-
}),
|
|
2211
|
+
Pn.displayName = "FormControl";
|
|
2212
|
+
const Dn = Object.assign(Pn, {
|
|
2213
|
+
Feedback: Ve
|
|
2214
|
+
}), An = /* @__PURE__ */ A.forwardRef(({
|
|
2215
2215
|
className: n,
|
|
2216
2216
|
bsPrefix: e,
|
|
2217
2217
|
as: t = "div",
|
|
2218
2218
|
...r
|
|
2219
|
-
}, o) => (e =
|
|
2219
|
+
}, o) => (e = G(e, "form-floating"), /* @__PURE__ */ s.jsx(t, {
|
|
2220
2220
|
ref: o,
|
|
2221
2221
|
className: w(n, e),
|
|
2222
2222
|
...r
|
|
2223
2223
|
})));
|
|
2224
|
-
|
|
2225
|
-
const
|
|
2224
|
+
An.displayName = "FormFloating";
|
|
2225
|
+
const Fn = /* @__PURE__ */ A.forwardRef(({
|
|
2226
2226
|
// Need to define the default "as" during prop destructuring to be compatible with styled-components github.com/react-bootstrap/react-bootstrap/issues/3595
|
|
2227
2227
|
as: n = "label",
|
|
2228
2228
|
bsPrefix: e,
|
|
@@ -2234,12 +2234,12 @@ const An = /* @__PURE__ */ F.forwardRef(({
|
|
|
2234
2234
|
}, c) => {
|
|
2235
2235
|
const {
|
|
2236
2236
|
controlId: l
|
|
2237
|
-
} =
|
|
2238
|
-
e =
|
|
2237
|
+
} = R(le);
|
|
2238
|
+
e = G(e, "form-label");
|
|
2239
2239
|
let u = "col-form-label";
|
|
2240
2240
|
typeof t == "string" && (u = `${u} ${u}-${t}`);
|
|
2241
2241
|
const d = w(o, e, r && "visually-hidden", t && u);
|
|
2242
|
-
return process.env.NODE_ENV !== "production" &&
|
|
2242
|
+
return process.env.NODE_ENV !== "production" && st(l == null || !a, "`controlId` is ignored on `<FormLabel>` when `htmlFor` is specified."), a = a || l, t ? /* @__PURE__ */ s.jsx(fn, {
|
|
2243
2243
|
ref: c,
|
|
2244
2244
|
as: "label",
|
|
2245
2245
|
className: d,
|
|
@@ -2255,8 +2255,8 @@ const An = /* @__PURE__ */ F.forwardRef(({
|
|
|
2255
2255
|
})
|
|
2256
2256
|
);
|
|
2257
2257
|
});
|
|
2258
|
-
|
|
2259
|
-
const
|
|
2258
|
+
Fn.displayName = "FormLabel";
|
|
2259
|
+
const Wn = /* @__PURE__ */ A.forwardRef(({
|
|
2260
2260
|
bsPrefix: n,
|
|
2261
2261
|
className: e,
|
|
2262
2262
|
id: t,
|
|
@@ -2264,8 +2264,8 @@ const Fn = /* @__PURE__ */ F.forwardRef(({
|
|
|
2264
2264
|
}, o) => {
|
|
2265
2265
|
const {
|
|
2266
2266
|
controlId: a
|
|
2267
|
-
} =
|
|
2268
|
-
return n =
|
|
2267
|
+
} = R(le);
|
|
2268
|
+
return n = G(n, "form-range"), /* @__PURE__ */ s.jsx("input", {
|
|
2269
2269
|
...r,
|
|
2270
2270
|
type: "range",
|
|
2271
2271
|
ref: o,
|
|
@@ -2273,8 +2273,8 @@ const Fn = /* @__PURE__ */ F.forwardRef(({
|
|
|
2273
2273
|
id: t || a
|
|
2274
2274
|
});
|
|
2275
2275
|
});
|
|
2276
|
-
|
|
2277
|
-
const
|
|
2276
|
+
Wn.displayName = "FormRange";
|
|
2277
|
+
const Rn = /* @__PURE__ */ A.forwardRef(({
|
|
2278
2278
|
bsPrefix: n,
|
|
2279
2279
|
size: e,
|
|
2280
2280
|
htmlSize: t,
|
|
@@ -2286,8 +2286,8 @@ const Wn = /* @__PURE__ */ F.forwardRef(({
|
|
|
2286
2286
|
}, l) => {
|
|
2287
2287
|
const {
|
|
2288
2288
|
controlId: u
|
|
2289
|
-
} =
|
|
2290
|
-
return n =
|
|
2289
|
+
} = R(le);
|
|
2290
|
+
return n = G(n, "form-select"), /* @__PURE__ */ s.jsx("select", {
|
|
2291
2291
|
...c,
|
|
2292
2292
|
size: t,
|
|
2293
2293
|
ref: l,
|
|
@@ -2295,8 +2295,8 @@ const Wn = /* @__PURE__ */ F.forwardRef(({
|
|
|
2295
2295
|
id: i || u
|
|
2296
2296
|
});
|
|
2297
2297
|
});
|
|
2298
|
-
|
|
2299
|
-
const
|
|
2298
|
+
Rn.displayName = "FormSelect";
|
|
2299
|
+
const qn = /* @__PURE__ */ A.forwardRef(
|
|
2300
2300
|
// Need to define the default "as" during prop destructuring to be compatible with styled-components github.com/react-bootstrap/react-bootstrap/issues/3595
|
|
2301
2301
|
({
|
|
2302
2302
|
bsPrefix: n,
|
|
@@ -2304,23 +2304,23 @@ const Rn = /* @__PURE__ */ F.forwardRef(
|
|
|
2304
2304
|
as: t = "small",
|
|
2305
2305
|
muted: r,
|
|
2306
2306
|
...o
|
|
2307
|
-
}, a) => (n =
|
|
2307
|
+
}, a) => (n = G(n, "form-text"), /* @__PURE__ */ s.jsx(t, {
|
|
2308
2308
|
...o,
|
|
2309
2309
|
ref: a,
|
|
2310
2310
|
className: w(e, n, r && "text-muted")
|
|
2311
2311
|
}))
|
|
2312
2312
|
);
|
|
2313
|
-
|
|
2314
|
-
const
|
|
2313
|
+
qn.displayName = "FormText";
|
|
2314
|
+
const Ln = /* @__PURE__ */ A.forwardRef((n, e) => /* @__PURE__ */ s.jsx(Ye, {
|
|
2315
2315
|
...n,
|
|
2316
2316
|
ref: e,
|
|
2317
2317
|
type: "switch"
|
|
2318
2318
|
}));
|
|
2319
|
-
|
|
2320
|
-
const
|
|
2321
|
-
Input:
|
|
2322
|
-
Label:
|
|
2323
|
-
}),
|
|
2319
|
+
Ln.displayName = "Switch";
|
|
2320
|
+
const vs = Object.assign(Ln, {
|
|
2321
|
+
Input: Ye.Input,
|
|
2322
|
+
Label: Ye.Label
|
|
2323
|
+
}), _s = {
|
|
2324
2324
|
/**
|
|
2325
2325
|
* The Form `ref` will be forwarded to the underlying element,
|
|
2326
2326
|
* which means, unless it's rendered `as` a composite component,
|
|
@@ -2329,14 +2329,14 @@ const bs = Object.assign(qn, {
|
|
|
2329
2329
|
* @type {ReactRef}
|
|
2330
2330
|
* @alias ref
|
|
2331
2331
|
*/
|
|
2332
|
-
_ref:
|
|
2332
|
+
_ref: ve.any,
|
|
2333
2333
|
/**
|
|
2334
2334
|
* Mark a form as having been validated. Setting it to `true` will
|
|
2335
2335
|
* toggle any validation styles on the forms elements.
|
|
2336
2336
|
*/
|
|
2337
|
-
validated:
|
|
2338
|
-
as:
|
|
2339
|
-
},
|
|
2337
|
+
validated: ve.bool,
|
|
2338
|
+
as: ve.elementType
|
|
2339
|
+
}, ht = /* @__PURE__ */ A.forwardRef(({
|
|
2340
2340
|
className: n,
|
|
2341
2341
|
validated: e,
|
|
2342
2342
|
// Need to define the default "as" during prop destructuring to be compatible with styled-components github.com/react-bootstrap/react-bootstrap/issues/3595
|
|
@@ -2347,41 +2347,41 @@ const bs = Object.assign(qn, {
|
|
|
2347
2347
|
ref: o,
|
|
2348
2348
|
className: w(n, e && "was-validated")
|
|
2349
2349
|
}));
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
const
|
|
2353
|
-
Group:
|
|
2354
|
-
Control:
|
|
2355
|
-
Floating:
|
|
2356
|
-
Check:
|
|
2357
|
-
Switch:
|
|
2358
|
-
Label:
|
|
2359
|
-
Text:
|
|
2360
|
-
Range:
|
|
2361
|
-
Select:
|
|
2362
|
-
FloatingLabel:
|
|
2363
|
-
}),
|
|
2350
|
+
ht.displayName = "Form";
|
|
2351
|
+
ht.propTypes = _s;
|
|
2352
|
+
const Z = Object.assign(ht, {
|
|
2353
|
+
Group: gr,
|
|
2354
|
+
Control: Dn,
|
|
2355
|
+
Floating: An,
|
|
2356
|
+
Check: Ye,
|
|
2357
|
+
Switch: vs,
|
|
2358
|
+
Label: Fn,
|
|
2359
|
+
Text: qn,
|
|
2360
|
+
Range: Wn,
|
|
2361
|
+
Select: Rn,
|
|
2362
|
+
FloatingLabel: wr
|
|
2363
|
+
}), Ke = /* @__PURE__ */ A.forwardRef(({
|
|
2364
2364
|
className: n,
|
|
2365
2365
|
bsPrefix: e,
|
|
2366
2366
|
as: t = "span",
|
|
2367
2367
|
...r
|
|
2368
|
-
}, o) => (e =
|
|
2368
|
+
}, o) => (e = G(e, "input-group-text"), /* @__PURE__ */ s.jsx(t, {
|
|
2369
2369
|
ref: o,
|
|
2370
2370
|
className: w(n, e),
|
|
2371
2371
|
...r
|
|
2372
2372
|
})));
|
|
2373
|
-
|
|
2374
|
-
const
|
|
2375
|
-
children: /* @__PURE__ */ s.jsx(
|
|
2373
|
+
Ke.displayName = "InputGroupText";
|
|
2374
|
+
const ks = (n) => /* @__PURE__ */ s.jsx(Ke, {
|
|
2375
|
+
children: /* @__PURE__ */ s.jsx(Oe, {
|
|
2376
2376
|
type: "checkbox",
|
|
2377
2377
|
...n
|
|
2378
2378
|
})
|
|
2379
|
-
}),
|
|
2380
|
-
children: /* @__PURE__ */ s.jsx(
|
|
2379
|
+
}), js = (n) => /* @__PURE__ */ s.jsx(Ke, {
|
|
2380
|
+
children: /* @__PURE__ */ s.jsx(Oe, {
|
|
2381
2381
|
type: "radio",
|
|
2382
2382
|
...n
|
|
2383
2383
|
})
|
|
2384
|
-
}),
|
|
2384
|
+
}), Yn = /* @__PURE__ */ A.forwardRef(({
|
|
2385
2385
|
bsPrefix: n,
|
|
2386
2386
|
size: e,
|
|
2387
2387
|
hasValidation: t,
|
|
@@ -2390,9 +2390,9 @@ const _s = (n) => /* @__PURE__ */ s.jsx(Ve, {
|
|
|
2390
2390
|
as: o = "div",
|
|
2391
2391
|
...a
|
|
2392
2392
|
}, i) => {
|
|
2393
|
-
n =
|
|
2394
|
-
const c =
|
|
2395
|
-
return /* @__PURE__ */ s.jsx(
|
|
2393
|
+
n = G(n, "input-group");
|
|
2394
|
+
const c = U(() => ({}), []);
|
|
2395
|
+
return /* @__PURE__ */ s.jsx(Ue.Provider, {
|
|
2396
2396
|
value: c,
|
|
2397
2397
|
children: /* @__PURE__ */ s.jsx(o, {
|
|
2398
2398
|
ref: i,
|
|
@@ -2401,12 +2401,12 @@ const _s = (n) => /* @__PURE__ */ s.jsx(Ve, {
|
|
|
2401
2401
|
})
|
|
2402
2402
|
});
|
|
2403
2403
|
});
|
|
2404
|
-
|
|
2405
|
-
const
|
|
2406
|
-
Text:
|
|
2407
|
-
Radio:
|
|
2408
|
-
Checkbox:
|
|
2409
|
-
}),
|
|
2404
|
+
Yn.displayName = "InputGroup";
|
|
2405
|
+
const Ze = Object.assign(Yn, {
|
|
2406
|
+
Text: Ke,
|
|
2407
|
+
Radio: js,
|
|
2408
|
+
Checkbox: ks
|
|
2409
|
+
}), ft = /* @__PURE__ */ A.forwardRef(({
|
|
2410
2410
|
bsPrefix: n,
|
|
2411
2411
|
variant: e,
|
|
2412
2412
|
animation: t = "border",
|
|
@@ -2416,7 +2416,7 @@ const Je = Object.assign(Ln, {
|
|
|
2416
2416
|
className: a,
|
|
2417
2417
|
...i
|
|
2418
2418
|
}, c) => {
|
|
2419
|
-
n =
|
|
2419
|
+
n = G(n, "spinner");
|
|
2420
2420
|
const l = `${n}-${t}`;
|
|
2421
2421
|
return /* @__PURE__ */ s.jsx(o, {
|
|
2422
2422
|
ref: c,
|
|
@@ -2424,117 +2424,117 @@ const Je = Object.assign(Ln, {
|
|
|
2424
2424
|
className: w(a, l, r && `${l}-${r}`, e && `text-${e}`)
|
|
2425
2425
|
});
|
|
2426
2426
|
});
|
|
2427
|
-
|
|
2427
|
+
ft.displayName = "Spinner";
|
|
2428
2428
|
/*! @azure/msal-common v14.10.0 2024-05-07 */
|
|
2429
|
-
const
|
|
2429
|
+
const Hn = "client_info_decoding_error", Gn = "client_info_empty_error", Cs = "token_parsing_error", Ns = "null_or_empty_token", $s = "endpoints_resolution_error", Is = "network_error", Ts = "openid_config_error", Ss = "hash_not_deserialized", Es = "invalid_state", Os = "state_mismatch", Ms = "state_not_found", Ps = "nonce_mismatch", Ds = "auth_time_not_found", As = "max_age_transpired", Fs = "multiple_matching_tokens", Ws = "multiple_matching_accounts", Rs = "multiple_matching_appMetadata", qs = "request_cannot_be_made", Ls = "cannot_remove_empty_scope", Ys = "cannot_append_scopeset", Hs = "empty_input_scopeset", Gs = "device_code_polling_cancelled", Bs = "device_code_expired", Us = "device_code_unknown_error", Vs = "no_account_in_silent_request", Ks = "invalid_cache_record", Bn = "invalid_cache_environment", zs = "no_account_found", Qs = "no_crypto_object", Xs = "unexpected_credential_type", Js = "invalid_assertion", Zs = "invalid_client_credential", ea = "token_refresh_required", ta = "user_timeout_reached", na = "token_claims_cnf_required_for_signedjwt", ra = "authorization_code_missing_from_server_response", oa = "binding_key_not_removed", sa = "end_session_endpoint_not_supported", aa = "key_id_missing", ia = "no_network_connectivity", ca = "user_canceled", la = "missing_tenant_id_error", ua = "method_not_implemented", da = "nested_app_auth_bridge_disabled";
|
|
2430
2430
|
/*! @azure/msal-common v14.10.0 2024-05-07 */
|
|
2431
|
-
const
|
|
2432
|
-
[
|
|
2433
|
-
[
|
|
2434
|
-
[
|
|
2435
|
-
[
|
|
2436
|
-
[
|
|
2437
|
-
[
|
|
2438
|
-
[
|
|
2439
|
-
[
|
|
2440
|
-
[
|
|
2441
|
-
[
|
|
2442
|
-
[
|
|
2443
|
-
[
|
|
2444
|
-
[
|
|
2445
|
-
[
|
|
2446
|
-
[
|
|
2447
|
-
[
|
|
2448
|
-
[
|
|
2449
|
-
[
|
|
2450
|
-
[
|
|
2451
|
-
[
|
|
2452
|
-
[
|
|
2453
|
-
[
|
|
2454
|
-
[
|
|
2455
|
-
[
|
|
2456
|
-
[
|
|
2457
|
-
[
|
|
2458
|
-
[
|
|
2459
|
-
[
|
|
2460
|
-
[
|
|
2461
|
-
[
|
|
2462
|
-
[
|
|
2463
|
-
[
|
|
2464
|
-
[
|
|
2465
|
-
[
|
|
2466
|
-
[
|
|
2467
|
-
[
|
|
2468
|
-
[
|
|
2469
|
-
[
|
|
2470
|
-
[
|
|
2471
|
-
[
|
|
2472
|
-
[
|
|
2473
|
-
[
|
|
2474
|
-
[
|
|
2475
|
-
[
|
|
2431
|
+
const Ot = {
|
|
2432
|
+
[Hn]: "The client info could not be parsed/decoded correctly",
|
|
2433
|
+
[Gn]: "The client info was empty",
|
|
2434
|
+
[Cs]: "Token cannot be parsed",
|
|
2435
|
+
[Ns]: "The token is null or empty",
|
|
2436
|
+
[$s]: "Endpoints cannot be resolved",
|
|
2437
|
+
[Is]: "Network request failed",
|
|
2438
|
+
[Ts]: "Could not retrieve endpoints. Check your authority and verify the .well-known/openid-configuration endpoint returns the required endpoints.",
|
|
2439
|
+
[Ss]: "The hash parameters could not be deserialized",
|
|
2440
|
+
[Es]: "State was not the expected format",
|
|
2441
|
+
[Os]: "State mismatch error",
|
|
2442
|
+
[Ms]: "State not found",
|
|
2443
|
+
[Ps]: "Nonce mismatch error",
|
|
2444
|
+
[Ds]: "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.",
|
|
2445
|
+
[As]: "Max Age is set to 0, or too much time has elapsed since the last end-user authentication.",
|
|
2446
|
+
[Fs]: "The cache contains multiple tokens satisfying the requirements. Call AcquireToken again providing more requirements such as authority or account.",
|
|
2447
|
+
[Ws]: "The cache contains multiple accounts satisfying the given parameters. Please pass more info to obtain the correct account",
|
|
2448
|
+
[Rs]: "The cache contains multiple appMetadata satisfying the given parameters. Please pass more info to obtain the correct appMetadata",
|
|
2449
|
+
[qs]: "Token request cannot be made without authorization code or refresh token.",
|
|
2450
|
+
[Ls]: "Cannot remove null or empty scope from ScopeSet",
|
|
2451
|
+
[Ys]: "Cannot append ScopeSet",
|
|
2452
|
+
[Hs]: "Empty input ScopeSet cannot be processed",
|
|
2453
|
+
[Gs]: "Caller has cancelled token endpoint polling during device code flow by setting DeviceCodeRequest.cancel = true.",
|
|
2454
|
+
[Bs]: "Device code is expired.",
|
|
2455
|
+
[Us]: "Device code stopped polling for unknown reasons.",
|
|
2456
|
+
[Vs]: "Please pass an account object, silent flow is not supported without account information",
|
|
2457
|
+
[Ks]: "Cache record object was null or undefined.",
|
|
2458
|
+
[Bn]: "Invalid environment when attempting to create cache entry",
|
|
2459
|
+
[zs]: "No account found in cache for given key.",
|
|
2460
|
+
[Qs]: "No crypto object detected.",
|
|
2461
|
+
[Xs]: "Unexpected credential type.",
|
|
2462
|
+
[Js]: "Client assertion must meet requirements described in https://tools.ietf.org/html/rfc7515",
|
|
2463
|
+
[Zs]: "Client credential (secret, certificate, or assertion) must not be empty when creating a confidential client. An application should at most have one credential",
|
|
2464
|
+
[ea]: "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.",
|
|
2465
|
+
[ta]: "User defined timeout for device code polling reached",
|
|
2466
|
+
[na]: "Cannot generate a POP jwt if the token_claims are not populated",
|
|
2467
|
+
[ra]: "Server response does not contain an authorization code to proceed",
|
|
2468
|
+
[oa]: "Could not remove the credential's binding key from storage.",
|
|
2469
|
+
[sa]: "The provided authority does not support logout",
|
|
2470
|
+
[aa]: "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.",
|
|
2471
|
+
[ia]: "No network connectivity. Check your internet connection.",
|
|
2472
|
+
[ca]: "User cancelled the flow.",
|
|
2473
|
+
[la]: "A tenant id - not common, organizations, or consumers - must be specified when using the client_credentials flow.",
|
|
2474
|
+
[ua]: "This method has not been implemented",
|
|
2475
|
+
[da]: "The nested app auth bridge is disabled"
|
|
2476
2476
|
};
|
|
2477
|
-
class
|
|
2477
|
+
class mt extends at {
|
|
2478
2478
|
constructor(e, t) {
|
|
2479
|
-
super(e, t ? `${
|
|
2479
|
+
super(e, t ? `${Ot[e]}: ${t}` : Ot[e]), this.name = "ClientAuthError", Object.setPrototypeOf(this, mt.prototype);
|
|
2480
2480
|
}
|
|
2481
2481
|
}
|
|
2482
|
-
function
|
|
2483
|
-
return new
|
|
2482
|
+
function nt(n, e) {
|
|
2483
|
+
return new mt(n, e);
|
|
2484
2484
|
}
|
|
2485
2485
|
/*! @azure/msal-common v14.10.0 2024-05-07 */
|
|
2486
|
-
function
|
|
2486
|
+
function Mt(n, e) {
|
|
2487
2487
|
if (!n)
|
|
2488
|
-
throw
|
|
2488
|
+
throw nt(Gn);
|
|
2489
2489
|
try {
|
|
2490
2490
|
const t = e(n);
|
|
2491
2491
|
return JSON.parse(t);
|
|
2492
2492
|
} catch {
|
|
2493
|
-
throw
|
|
2493
|
+
throw nt(Hn);
|
|
2494
2494
|
}
|
|
2495
2495
|
}
|
|
2496
2496
|
/*! @azure/msal-common v14.10.0 2024-05-07 */
|
|
2497
|
-
function
|
|
2497
|
+
function ha(n, e) {
|
|
2498
2498
|
return !!n && !!e && n === e.split(".")[1];
|
|
2499
2499
|
}
|
|
2500
|
-
function
|
|
2500
|
+
function fa(n, e) {
|
|
2501
2501
|
const { oid: t, sub: r, tid: o, name: a, tfp: i, acr: c } = e, l = o || i || c || "";
|
|
2502
2502
|
return {
|
|
2503
2503
|
tenantId: l,
|
|
2504
2504
|
localAccountId: t || r || "",
|
|
2505
2505
|
name: a,
|
|
2506
|
-
isHomeTenant:
|
|
2506
|
+
isHomeTenant: ha(l, n)
|
|
2507
2507
|
};
|
|
2508
2508
|
}
|
|
2509
2509
|
/*! @azure/msal-common v14.10.0 2024-05-07 */
|
|
2510
|
-
const
|
|
2510
|
+
const et = {
|
|
2511
2511
|
Default: 0,
|
|
2512
2512
|
Adfs: 1,
|
|
2513
2513
|
Dsts: 2,
|
|
2514
2514
|
Ciam: 3
|
|
2515
2515
|
};
|
|
2516
2516
|
/*! @azure/msal-common v14.10.0 2024-05-07 */
|
|
2517
|
-
function
|
|
2517
|
+
function ma(n) {
|
|
2518
2518
|
return n && (n.tid || n.tfp || n.acr) || null;
|
|
2519
2519
|
}
|
|
2520
2520
|
/*! @azure/msal-common v14.10.0 2024-05-07 */
|
|
2521
|
-
const
|
|
2521
|
+
const pa = {
|
|
2522
2522
|
AAD: "AAD",
|
|
2523
2523
|
OIDC: "OIDC"
|
|
2524
2524
|
};
|
|
2525
2525
|
/*! @azure/msal-common v14.10.0 2024-05-07 */
|
|
2526
|
-
class
|
|
2526
|
+
class Ie {
|
|
2527
2527
|
/**
|
|
2528
2528
|
* Generate Account Id key component as per the schema: <home_account_id>-<environment>
|
|
2529
2529
|
*/
|
|
2530
2530
|
generateAccountId() {
|
|
2531
|
-
return [this.homeAccountId, this.environment].join(
|
|
2531
|
+
return [this.homeAccountId, this.environment].join(yt.CACHE_KEY_SEPARATOR).toLowerCase();
|
|
2532
2532
|
}
|
|
2533
2533
|
/**
|
|
2534
2534
|
* Generate Account Cache Key as per the schema: <home_account_id>-<environment>-<realm*>
|
|
2535
2535
|
*/
|
|
2536
2536
|
generateAccountKey() {
|
|
2537
|
-
return
|
|
2537
|
+
return Ie.generateAccountCacheKey({
|
|
2538
2538
|
homeAccountId: this.homeAccountId,
|
|
2539
2539
|
environment: this.environment,
|
|
2540
2540
|
tenantId: this.realm,
|
|
@@ -2575,28 +2575,28 @@ class $e {
|
|
|
2575
2575
|
e.homeAccountId,
|
|
2576
2576
|
e.environment || "",
|
|
2577
2577
|
t || e.tenantId || ""
|
|
2578
|
-
].join(
|
|
2578
|
+
].join(yt.CACHE_KEY_SEPARATOR).toLowerCase();
|
|
2579
2579
|
}
|
|
2580
2580
|
/**
|
|
2581
2581
|
* Build Account cache from IdToken, clientInfo and authority/policy. Associated with AAD.
|
|
2582
2582
|
* @param accountDetails
|
|
2583
2583
|
*/
|
|
2584
2584
|
static createAccount(e, t, r) {
|
|
2585
|
-
const o = new
|
|
2586
|
-
t.authorityType ===
|
|
2585
|
+
const o = new Ie();
|
|
2586
|
+
t.authorityType === et.Adfs ? o.authorityType = Me.ADFS_ACCOUNT_TYPE : t.protocolMode === pa.AAD ? o.authorityType = Me.MSSTS_ACCOUNT_TYPE : o.authorityType = Me.GENERIC_ACCOUNT_TYPE;
|
|
2587
2587
|
let a;
|
|
2588
|
-
e.clientInfo && r && (a =
|
|
2588
|
+
e.clientInfo && r && (a = Mt(e.clientInfo, r)), o.clientInfo = e.clientInfo, o.homeAccountId = e.homeAccountId, o.nativeAccountId = e.nativeAccountId;
|
|
2589
2589
|
const i = e.environment || t && t.getPreferredCache();
|
|
2590
2590
|
if (!i)
|
|
2591
|
-
throw
|
|
2592
|
-
o.environment = i, o.realm = (a == null ? void 0 : a.utid) ||
|
|
2591
|
+
throw nt(Bn);
|
|
2592
|
+
o.environment = i, o.realm = (a == null ? void 0 : a.utid) || ma(e.idTokenClaims) || "", o.localAccountId = (a == null ? void 0 : a.uid) || e.idTokenClaims.oid || e.idTokenClaims.sub || "";
|
|
2593
2593
|
const c = e.idTokenClaims.preferred_username || e.idTokenClaims.upn, l = e.idTokenClaims.emails ? e.idTokenClaims.emails[0] : null;
|
|
2594
2594
|
if (o.username = c || l || "", o.name = e.idTokenClaims.name, o.cloudGraphHostName = e.cloudGraphHostName, o.msGraphHost = e.msGraphHost, e.tenantProfiles)
|
|
2595
2595
|
o.tenantProfiles = e.tenantProfiles;
|
|
2596
2596
|
else {
|
|
2597
2597
|
const u = [];
|
|
2598
2598
|
if (e.idTokenClaims) {
|
|
2599
|
-
const d =
|
|
2599
|
+
const d = fa(e.homeAccountId, e.idTokenClaims);
|
|
2600
2600
|
u.push(d);
|
|
2601
2601
|
}
|
|
2602
2602
|
o.tenantProfiles = u;
|
|
@@ -2612,8 +2612,8 @@ class $e {
|
|
|
2612
2612
|
*/
|
|
2613
2613
|
static createFromAccountInfo(e, t, r) {
|
|
2614
2614
|
var a;
|
|
2615
|
-
const o = new
|
|
2616
|
-
return o.authorityType = e.authorityType ||
|
|
2615
|
+
const o = new Ie();
|
|
2616
|
+
return o.authorityType = e.authorityType || Me.GENERIC_ACCOUNT_TYPE, o.homeAccountId = e.homeAccountId, o.localAccountId = e.localAccountId, o.nativeAccountId = e.nativeAccountId, o.realm = e.tenantId, o.environment = e.environment, o.username = e.username, o.name = e.name, o.cloudGraphHostName = t, o.msGraphHost = r, o.tenantProfiles = Array.from(((a = e.tenantProfiles) == null ? void 0 : a.values()) || []), o;
|
|
2617
2617
|
}
|
|
2618
2618
|
/**
|
|
2619
2619
|
* Generate HomeAccountId from server response
|
|
@@ -2621,10 +2621,10 @@ class $e {
|
|
|
2621
2621
|
* @param authType
|
|
2622
2622
|
*/
|
|
2623
2623
|
static generateHomeAccountId(e, t, r, o, a) {
|
|
2624
|
-
if (!(t ===
|
|
2624
|
+
if (!(t === et.Adfs || t === et.Dsts)) {
|
|
2625
2625
|
if (e)
|
|
2626
2626
|
try {
|
|
2627
|
-
const i =
|
|
2627
|
+
const i = Mt(e, o.base64Decode);
|
|
2628
2628
|
if (i.uid && i.utid)
|
|
2629
2629
|
return `${i.uid}.${i.utid}`;
|
|
2630
2630
|
} catch {
|
|
@@ -2658,26 +2658,26 @@ class $e {
|
|
|
2658
2658
|
}
|
|
2659
2659
|
}
|
|
2660
2660
|
/*! @azure/msal-common v14.10.0 2024-05-07 */
|
|
2661
|
-
class
|
|
2661
|
+
class pt extends at {
|
|
2662
2662
|
constructor(e, t, r, o, a, i, c, l) {
|
|
2663
|
-
super(e, t, r), Object.setPrototypeOf(this,
|
|
2663
|
+
super(e, t, r), Object.setPrototypeOf(this, pt.prototype), this.timestamp = o || Pe.EMPTY_STRING, this.traceId = a || Pe.EMPTY_STRING, this.correlationId = i || Pe.EMPTY_STRING, this.claims = c || Pe.EMPTY_STRING, this.name = "InteractionRequiredAuthError", this.errorNo = l;
|
|
2664
2664
|
}
|
|
2665
2665
|
}
|
|
2666
2666
|
/*! @azure/msal-react v2.0.16 2024-05-07 */
|
|
2667
|
-
function
|
|
2668
|
-
return !e || !e.homeAccountId && !e.localAccountId && !e.username ? n.getActiveAccount() :
|
|
2667
|
+
function Pt(n, e) {
|
|
2668
|
+
return !e || !e.homeAccountId && !e.localAccountId && !e.username ? n.getActiveAccount() : xr(n.getAllAccounts(), e);
|
|
2669
2669
|
}
|
|
2670
|
-
function
|
|
2671
|
-
const { instance: e, inProgress: t, logger: r } =
|
|
2670
|
+
function ga(n) {
|
|
2671
|
+
const { instance: e, inProgress: t, logger: r } = it(), [o, a] = P(() => Pt(e, n));
|
|
2672
2672
|
return D(() => {
|
|
2673
2673
|
a((i) => {
|
|
2674
|
-
const c =
|
|
2675
|
-
return
|
|
2674
|
+
const c = Pt(e, n);
|
|
2675
|
+
return Ie.accountInfoIsEqual(i, c, !0) ? i : (r.info("useAccount - Updating account"), c);
|
|
2676
2676
|
});
|
|
2677
2677
|
}, [t, n, e, r]), o;
|
|
2678
2678
|
}
|
|
2679
2679
|
/*! @azure/msal-react v2.0.16 2024-05-07 */
|
|
2680
|
-
const
|
|
2680
|
+
const Fe = {
|
|
2681
2681
|
invalidInteractionType: {
|
|
2682
2682
|
code: "invalid_interaction_type",
|
|
2683
2683
|
desc: "The provided interaction type is invalid."
|
|
@@ -2687,28 +2687,28 @@ const Ae = {
|
|
|
2687
2687
|
desc: "Interaction is required but another interaction is already in progress. Please try again when the current interaction is complete."
|
|
2688
2688
|
}
|
|
2689
2689
|
};
|
|
2690
|
-
class
|
|
2690
|
+
class _e extends at {
|
|
2691
2691
|
constructor(e, t) {
|
|
2692
|
-
super(e, t), Object.setPrototypeOf(this,
|
|
2692
|
+
super(e, t), Object.setPrototypeOf(this, _e.prototype), this.name = "ReactAuthError";
|
|
2693
2693
|
}
|
|
2694
2694
|
static createInvalidInteractionTypeError() {
|
|
2695
|
-
return new
|
|
2695
|
+
return new _e(Fe.invalidInteractionType.code, Fe.invalidInteractionType.desc);
|
|
2696
2696
|
}
|
|
2697
2697
|
static createUnableToFallbackToInteractionError() {
|
|
2698
|
-
return new
|
|
2698
|
+
return new _e(Fe.unableToFallbackToInteraction.code, Fe.unableToFallbackToInteraction.desc);
|
|
2699
2699
|
}
|
|
2700
2700
|
}
|
|
2701
2701
|
/*! @azure/msal-react v2.0.16 2024-05-07 */
|
|
2702
|
-
function
|
|
2703
|
-
const { instance: r, inProgress: o, logger: a } =
|
|
2702
|
+
function wa(n, e, t) {
|
|
2703
|
+
const { instance: r, inProgress: o, logger: a } = it(), i = Gt(t), c = ga(t), [[l, u], d] = P([null, null]), h = L(!0);
|
|
2704
2704
|
D(() => () => {
|
|
2705
2705
|
h.current = !1;
|
|
2706
2706
|
}, []);
|
|
2707
|
-
const m =
|
|
2707
|
+
const m = L(o !== $e.None);
|
|
2708
2708
|
D(() => {
|
|
2709
|
-
m.current = o !==
|
|
2709
|
+
m.current = o !== $e.None;
|
|
2710
2710
|
}, [o]);
|
|
2711
|
-
const p =
|
|
2711
|
+
const p = L(!0);
|
|
2712
2712
|
D(() => {
|
|
2713
2713
|
if (u) {
|
|
2714
2714
|
p.current = !1;
|
|
@@ -2719,37 +2719,37 @@ function ga(n, e, t) {
|
|
|
2719
2719
|
return;
|
|
2720
2720
|
}
|
|
2721
2721
|
}, [u, l]);
|
|
2722
|
-
const b =
|
|
2723
|
-
const
|
|
2724
|
-
switch (
|
|
2725
|
-
case
|
|
2722
|
+
const b = S(async (f, _) => {
|
|
2723
|
+
const v = f || n, y = _ || e;
|
|
2724
|
+
switch (v) {
|
|
2725
|
+
case We.Popup:
|
|
2726
2726
|
return a.verbose("useMsalAuthentication - Calling loginPopup"), r.loginPopup(y);
|
|
2727
|
-
case
|
|
2727
|
+
case We.Redirect:
|
|
2728
2728
|
return a.verbose("useMsalAuthentication - Calling loginRedirect"), r.loginRedirect(y).then(null);
|
|
2729
|
-
case
|
|
2729
|
+
case We.Silent:
|
|
2730
2730
|
return a.verbose("useMsalAuthentication - Calling ssoSilent"), r.ssoSilent(y);
|
|
2731
2731
|
default:
|
|
2732
|
-
throw
|
|
2732
|
+
throw _e.createInvalidInteractionTypeError();
|
|
2733
2733
|
}
|
|
2734
|
-
}, [r, n, e, a]),
|
|
2735
|
-
const
|
|
2734
|
+
}, [r, n, e, a]), g = S(async (f, _) => {
|
|
2735
|
+
const v = f || n;
|
|
2736
2736
|
let y;
|
|
2737
|
-
return
|
|
2738
|
-
...
|
|
2737
|
+
return _ ? (a.trace("useMsalAuthentication - acquireToken - Using request provided in the callback"), y = {
|
|
2738
|
+
..._
|
|
2739
2739
|
}) : e ? (a.trace("useMsalAuthentication - acquireToken - Using request provided in the hook"), y = {
|
|
2740
2740
|
...e,
|
|
2741
|
-
scopes: e.scopes ||
|
|
2741
|
+
scopes: e.scopes || bt
|
|
2742
2742
|
}) : (a.trace("useMsalAuthentication - acquireToken - No request object provided, using default request."), y = {
|
|
2743
|
-
scopes:
|
|
2744
|
-
}), !y.account && c && (a.trace("useMsalAuthentication - acquireToken - Attaching account to request"), y.account = c), (async () => (a.verbose("useMsalAuthentication - Calling acquireTokenSilent"), r.acquireTokenSilent(y).catch(async (
|
|
2745
|
-
if (
|
|
2743
|
+
scopes: bt
|
|
2744
|
+
}), !y.account && c && (a.trace("useMsalAuthentication - acquireToken - Attaching account to request"), y.account = c), (async () => (a.verbose("useMsalAuthentication - Calling acquireTokenSilent"), r.acquireTokenSilent(y).catch(async (j) => {
|
|
2745
|
+
if (j instanceof pt) {
|
|
2746
2746
|
if (m.current)
|
|
2747
|
-
throw a.error("useMsalAuthentication - Interaction required but is already in progress. Please try again, if needed, after interaction completes."),
|
|
2748
|
-
return a.error("useMsalAuthentication - Interaction required, falling back to interaction"), b(
|
|
2747
|
+
throw a.error("useMsalAuthentication - Interaction required but is already in progress. Please try again, if needed, after interaction completes."), _e.createUnableToFallbackToInteractionError();
|
|
2748
|
+
return a.error("useMsalAuthentication - Interaction required, falling back to interaction"), b(v, y);
|
|
2749
2749
|
}
|
|
2750
|
-
throw
|
|
2751
|
-
})))().then((
|
|
2752
|
-
throw h.current && d([null,
|
|
2750
|
+
throw j;
|
|
2751
|
+
})))().then((j) => (h.current && d([j, null]), j)).catch((j) => {
|
|
2752
|
+
throw h.current && d([null, j]), j;
|
|
2753
2753
|
});
|
|
2754
2754
|
}, [
|
|
2755
2755
|
r,
|
|
@@ -2760,18 +2760,18 @@ function ga(n, e, t) {
|
|
|
2760
2760
|
b
|
|
2761
2761
|
]);
|
|
2762
2762
|
return D(() => {
|
|
2763
|
-
const f = r.addEventCallback((
|
|
2764
|
-
switch (
|
|
2765
|
-
case
|
|
2766
|
-
case
|
|
2767
|
-
|
|
2768
|
-
|
|
2763
|
+
const f = r.addEventCallback((_) => {
|
|
2764
|
+
switch (_.eventType) {
|
|
2765
|
+
case De.LOGIN_SUCCESS:
|
|
2766
|
+
case De.SSO_SILENT_SUCCESS:
|
|
2767
|
+
_.payload && d([
|
|
2768
|
+
_.payload,
|
|
2769
2769
|
null
|
|
2770
2770
|
]);
|
|
2771
2771
|
break;
|
|
2772
|
-
case
|
|
2773
|
-
case
|
|
2774
|
-
|
|
2772
|
+
case De.LOGIN_FAILURE:
|
|
2773
|
+
case De.SSO_SILENT_FAILURE:
|
|
2774
|
+
_.error && d([null, _.error]);
|
|
2775
2775
|
break;
|
|
2776
2776
|
}
|
|
2777
2777
|
});
|
|
@@ -2779,61 +2779,61 @@ function ga(n, e, t) {
|
|
|
2779
2779
|
f && (a.verbose(`useMsalAuthentication - Removing event callback ${f}`), r.removeEventCallback(f));
|
|
2780
2780
|
};
|
|
2781
2781
|
}, [r, a]), D(() => {
|
|
2782
|
-
p.current && o ===
|
|
2782
|
+
p.current && o === $e.None && (p.current = !1, i ? c && (a.info("useMsalAuthentication - User is authenticated, attempting to acquire token"), g().catch(() => {
|
|
2783
2783
|
})) : (a.info("useMsalAuthentication - No user is authenticated, attempting to login"), b().catch(() => {
|
|
2784
2784
|
})));
|
|
2785
|
-
}, [i, c, o, b,
|
|
2785
|
+
}, [i, c, o, b, g, a]), {
|
|
2786
2786
|
login: b,
|
|
2787
|
-
acquireToken:
|
|
2787
|
+
acquireToken: g,
|
|
2788
2788
|
result: l,
|
|
2789
2789
|
error: u
|
|
2790
2790
|
};
|
|
2791
2791
|
}
|
|
2792
2792
|
/*! @azure/msal-react v2.0.16 2024-05-07 */
|
|
2793
|
-
function
|
|
2794
|
-
const l =
|
|
2793
|
+
function xa({ interactionType: n, username: e, homeAccountId: t, localAccountId: r, authenticationRequest: o, loadingComponent: a, errorComponent: i, children: c }) {
|
|
2794
|
+
const l = U(() => ({
|
|
2795
2795
|
username: e,
|
|
2796
2796
|
homeAccountId: t,
|
|
2797
2797
|
localAccountId: r
|
|
2798
|
-
}), [e, t, r]), u =
|
|
2799
|
-
if (d.error && u.inProgress ===
|
|
2798
|
+
}), [e, t, r]), u = it(), d = wa(n, o, l), h = Gt(l);
|
|
2799
|
+
if (d.error && u.inProgress === $e.None) {
|
|
2800
2800
|
if (i)
|
|
2801
|
-
return
|
|
2801
|
+
return J.createElement(i, { ...d });
|
|
2802
2802
|
throw d.error;
|
|
2803
2803
|
}
|
|
2804
|
-
return h ?
|
|
2805
|
-
}
|
|
2806
|
-
const
|
|
2807
|
-
button:
|
|
2808
|
-
filled:
|
|
2809
|
-
sm:
|
|
2810
|
-
md:
|
|
2811
|
-
lg:
|
|
2812
|
-
},
|
|
2813
|
-
const { LinkComponent: i } =
|
|
2814
|
-
return a.as === "link" ? /* @__PURE__ */ s.jsx(i, { to: a.href ?? "/", className: w(`luminus-primary-button ${e} btn ${n === "outlined" ? `btn-outline-${e}` : `btn-${e}`} ${r ?? ""}`,
|
|
2815
|
-
},
|
|
2804
|
+
return h ? J.createElement(J.Fragment, null, yr(c, d)) : a && u.inProgress !== $e.None ? J.createElement(a, { ...u }) : null;
|
|
2805
|
+
}
|
|
2806
|
+
const ya = "_button_1wjon_1", ba = "_filled_1wjon_7", va = "_sm_1wjon_13", _a = "_md_1wjon_18", ka = "_lg_1wjon_23", be = {
|
|
2807
|
+
button: ya,
|
|
2808
|
+
filled: ba,
|
|
2809
|
+
sm: va,
|
|
2810
|
+
md: _a,
|
|
2811
|
+
lg: ka
|
|
2812
|
+
}, Dt = ({ variant: n = "filled", color: e = "primary", size: t = "md", className: r, children: o, ...a }) => {
|
|
2813
|
+
const { LinkComponent: i } = R(ue);
|
|
2814
|
+
return a.as === "link" ? /* @__PURE__ */ s.jsx(i, { to: a.href ?? "/", className: w(`luminus-primary-button ${e} btn ${n === "outlined" ? `btn-outline-${e}` : `btn-${e}`} ${r ?? ""}`, be.button, be[n], be[t]), ...a, children: o }) : a.as === "button" || a.as === void 0 ? /* @__PURE__ */ s.jsx("button", { type: "button", className: w(`luminus-primary-button ${e} btn ${n === "outlined" ? `btn-outline-${e}` : `btn-${e}`} ${r ?? ""}`, be.button, be[n], be[t]), ...a, children: o }) : null;
|
|
2815
|
+
}, ja = "_submit-container_a9slg_1", Ca = "_spacer_a9slg_14", At = {
|
|
2816
2816
|
"submit-container": "_submit-container_a9slg_1",
|
|
2817
|
-
submitContainer:
|
|
2818
|
-
spacer:
|
|
2819
|
-
},
|
|
2820
|
-
const { formSubmitTexts: t } =
|
|
2817
|
+
submitContainer: ja,
|
|
2818
|
+
spacer: Ca
|
|
2819
|
+
}, Na = ({ children: n, onStorno: e }) => {
|
|
2820
|
+
const { formSubmitTexts: t } = R(ue);
|
|
2821
2821
|
return /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
2822
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
2823
|
-
/* @__PURE__ */ s.jsxs("div", { className: w("luminus-floating-submit-container shadow",
|
|
2824
|
-
/* @__PURE__ */ s.jsxs(
|
|
2825
|
-
/* @__PURE__ */ s.jsx(
|
|
2822
|
+
/* @__PURE__ */ s.jsx("div", { className: At.spacer }),
|
|
2823
|
+
/* @__PURE__ */ s.jsxs("div", { className: w("luminus-floating-submit-container shadow", At.submitContainer), children: [
|
|
2824
|
+
/* @__PURE__ */ s.jsxs(Dt, { as: "button", color: "primary", size: "lg", type: "submit", children: [
|
|
2825
|
+
/* @__PURE__ */ s.jsx(br, {}),
|
|
2826
2826
|
n
|
|
2827
2827
|
] }),
|
|
2828
|
-
e && /* @__PURE__ */ s.jsxs(
|
|
2829
|
-
/* @__PURE__ */ s.jsx(
|
|
2828
|
+
e && /* @__PURE__ */ s.jsxs(Dt, { as: "button", color: "secondary", variant: "outlined", size: "lg", onClick: e, children: [
|
|
2829
|
+
/* @__PURE__ */ s.jsx(vr, {}),
|
|
2830
2830
|
t.storno
|
|
2831
2831
|
] })
|
|
2832
2832
|
] })
|
|
2833
2833
|
] });
|
|
2834
|
-
},
|
|
2835
|
-
button:
|
|
2836
|
-
},
|
|
2834
|
+
}, $a = "_button_1r3i0_1", rt = {
|
|
2835
|
+
button: $a
|
|
2836
|
+
}, Un = ({
|
|
2837
2837
|
color: n = "primary",
|
|
2838
2838
|
// icon = <MdOutlineArrowOutward size={10} />,
|
|
2839
2839
|
icon: e,
|
|
@@ -2841,71 +2841,71 @@ const xa = "_button_1wjon_1", ya = "_filled_1wjon_7", ba = "_sm_1wjon_13", va =
|
|
|
2841
2841
|
children: r,
|
|
2842
2842
|
...o
|
|
2843
2843
|
}) => {
|
|
2844
|
-
const { LinkComponent: a } =
|
|
2845
|
-
return o.as === "link" ? /* @__PURE__ */ s.jsxs(a, { to: o.href ?? "/", className: w(`luminus-context-button btn text-${n} ${t ?? ""}`,
|
|
2844
|
+
const { LinkComponent: a } = R(ue);
|
|
2845
|
+
return o.as === "link" ? /* @__PURE__ */ s.jsxs(a, { to: o.href ?? "/", className: w(`luminus-context-button btn text-${n} ${t ?? ""}`, rt.button), ...o, children: [
|
|
2846
2846
|
e,
|
|
2847
2847
|
r
|
|
2848
|
-
] }) : o.as === "button" || o.as === void 0 ? /* @__PURE__ */ s.jsxs("button", { type: "button", className: w(`luminus-context-button btn text-${n} ${t ?? ""}`,
|
|
2848
|
+
] }) : o.as === "button" || o.as === void 0 ? /* @__PURE__ */ s.jsxs("button", { type: "button", className: w(`luminus-context-button btn text-${n} ${t ?? ""}`, rt.button), ...o, children: [
|
|
2849
2849
|
e,
|
|
2850
2850
|
r
|
|
2851
2851
|
] }) : null;
|
|
2852
|
-
},
|
|
2852
|
+
}, Vn = ({ color: n = "primary", icon: e = /* @__PURE__ */ s.jsx(Bt, { size: 12 }), inputId: t = "context-file-input", accept: r = "*", onUpload: o, className: a, children: i, multiple: c, ...l }) => {
|
|
2853
2853
|
const u = (d) => {
|
|
2854
2854
|
d.target.files && (o(d.target.files), d.target.value = "");
|
|
2855
2855
|
};
|
|
2856
2856
|
return /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
2857
|
-
/* @__PURE__ */ s.jsxs("label", { htmlFor: t, className: w(`luminus-context-button btn text-${n} ${a ?? ""}`,
|
|
2857
|
+
/* @__PURE__ */ s.jsxs("label", { htmlFor: t, className: w(`luminus-context-button btn text-${n} ${a ?? ""}`, rt.button), ...l, children: [
|
|
2858
2858
|
e,
|
|
2859
2859
|
i
|
|
2860
2860
|
] }),
|
|
2861
2861
|
/* @__PURE__ */ s.jsx("input", { id: t, type: "file", accept: r, onChange: u, hidden: !0, multiple: c })
|
|
2862
2862
|
] });
|
|
2863
|
-
},
|
|
2863
|
+
}, Ia = "_icon-button_15e26_1", Ta = "_sm_15e26_14", Sa = "_md_15e26_23", Ea = "_lg_15e26_32", Ft = {
|
|
2864
2864
|
"icon-button": "_icon-button_15e26_1",
|
|
2865
|
-
iconButton:
|
|
2866
|
-
sm:
|
|
2867
|
-
md:
|
|
2868
|
-
lg:
|
|
2869
|
-
},
|
|
2865
|
+
iconButton: Ia,
|
|
2866
|
+
sm: Ta,
|
|
2867
|
+
md: Sa,
|
|
2868
|
+
lg: Ea
|
|
2869
|
+
}, ee = ({ type: n = "button", color: e = "primary", size: t = "md", children: r, className: o, ...a }) => /* @__PURE__ */ s.jsx(
|
|
2870
2870
|
"button",
|
|
2871
2871
|
{
|
|
2872
2872
|
type: n,
|
|
2873
|
-
className: w(`luminus-icon-button btn text-${e} ${o ?? ""}`,
|
|
2873
|
+
className: w(`luminus-icon-button btn text-${e} ${o ?? ""}`, Ft.iconButton, Ft[t]),
|
|
2874
2874
|
...a,
|
|
2875
2875
|
children: r
|
|
2876
2876
|
}
|
|
2877
|
-
),
|
|
2878
|
-
const r =
|
|
2879
|
-
e(
|
|
2877
|
+
), pc = ({ month: n, onChangeMonth: e, locale: t }) => {
|
|
2878
|
+
const r = S((o) => {
|
|
2879
|
+
e(rn(n, o));
|
|
2880
2880
|
}, [n, e]);
|
|
2881
2881
|
return /* @__PURE__ */ s.jsxs("div", { className: "card d-flex flex-row align-items-center m-0 p-1 gap-2", children: [
|
|
2882
|
-
/* @__PURE__ */ s.jsx(
|
|
2883
|
-
/* @__PURE__ */ s.jsx("div", { children:
|
|
2884
|
-
/* @__PURE__ */ s.jsx(
|
|
2882
|
+
/* @__PURE__ */ s.jsx(ee, { onClick: () => r(-1), children: /* @__PURE__ */ s.jsx(ct, {}) }),
|
|
2883
|
+
/* @__PURE__ */ s.jsx("div", { children: cn(n, "LLLL yyyy", { locale: t }) }),
|
|
2884
|
+
/* @__PURE__ */ s.jsx(ee, { onClick: () => r(1), children: /* @__PURE__ */ s.jsx(lt, {}) })
|
|
2885
2885
|
] });
|
|
2886
|
-
},
|
|
2887
|
-
const r =
|
|
2888
|
-
e(
|
|
2886
|
+
}, gc = ({ year: n, onChangeYear: e, locale: t }) => {
|
|
2887
|
+
const r = S((o) => {
|
|
2888
|
+
e(qr(n, o));
|
|
2889
2889
|
}, [n, e]);
|
|
2890
2890
|
return /* @__PURE__ */ s.jsxs("div", { className: "card d-flex flex-row align-items-center m-0 p-1 gap-2", children: [
|
|
2891
|
-
/* @__PURE__ */ s.jsx(
|
|
2892
|
-
/* @__PURE__ */ s.jsx("div", { children:
|
|
2893
|
-
/* @__PURE__ */ s.jsx(
|
|
2891
|
+
/* @__PURE__ */ s.jsx(ee, { onClick: () => r(-1), children: /* @__PURE__ */ s.jsx(ct, {}) }),
|
|
2892
|
+
/* @__PURE__ */ s.jsx("div", { children: cn(n, "yyyy", { locale: t }) }),
|
|
2893
|
+
/* @__PURE__ */ s.jsx(ee, { onClick: () => r(1), children: /* @__PURE__ */ s.jsx(lt, {}) })
|
|
2894
2894
|
] });
|
|
2895
|
-
},
|
|
2896
|
-
widget:
|
|
2897
|
-
},
|
|
2898
|
-
/* @__PURE__ */ s.jsx(
|
|
2899
|
-
/* @__PURE__ */ s.jsx(
|
|
2900
|
-
] }),
|
|
2895
|
+
}, Oa = "_widget_1sdw8_1", Ma = {
|
|
2896
|
+
widget: Oa
|
|
2897
|
+
}, Pa = ({ show: n, widgets: e, handleClose: t, onWidgetPicked: r, texts: o }) => /* @__PURE__ */ s.jsxs(Ae, { show: n, onHide: () => t(), children: [
|
|
2898
|
+
/* @__PURE__ */ s.jsx(Ae.Header, { closeButton: !0, children: /* @__PURE__ */ s.jsx(Ae.Title, { children: o.pickWidgetToAdd }) }),
|
|
2899
|
+
/* @__PURE__ */ s.jsx(Ae.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(Q, { variant: "body", children: a.name }) })) }) })
|
|
2900
|
+
] }), Wt = ({ availableWidgets: n, onAdd: e, texts: t }) => {
|
|
2901
2901
|
const [r, o] = P(!1);
|
|
2902
2902
|
return /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
2903
|
-
/* @__PURE__ */ s.jsx("div", { className: w("luminus-empty-widget",
|
|
2904
|
-
/* @__PURE__ */ s.jsx(
|
|
2903
|
+
/* @__PURE__ */ s.jsx("div", { className: w("luminus-empty-widget", Ma.widget), children: /* @__PURE__ */ s.jsx(ee, { onClick: () => o(!0), children: /* @__PURE__ */ s.jsx(_r, {}) }) }),
|
|
2904
|
+
/* @__PURE__ */ s.jsx(Pa, { show: r, widgets: n, handleClose: () => o(!1), onWidgetPicked: (a) => {
|
|
2905
2905
|
o(!1), e(a);
|
|
2906
2906
|
}, texts: t })
|
|
2907
2907
|
] });
|
|
2908
|
-
},
|
|
2908
|
+
}, Da = () => {
|
|
2909
2909
|
const [n, e] = P({
|
|
2910
2910
|
widgets: []
|
|
2911
2911
|
});
|
|
@@ -2913,58 +2913,58 @@ const xa = "_button_1wjon_1", ya = "_filled_1wjon_7", ba = "_sm_1wjon_13", va =
|
|
|
2913
2913
|
const r = localStorage.getItem("dashboardConfig");
|
|
2914
2914
|
r && e(JSON.parse(r));
|
|
2915
2915
|
}, []);
|
|
2916
|
-
const t =
|
|
2916
|
+
const t = S((r) => {
|
|
2917
2917
|
e(r), localStorage.setItem("dashboardConfig", JSON.stringify(r));
|
|
2918
2918
|
}, []);
|
|
2919
2919
|
return { dashboardConfig: n, onChangeDashboardConfig: t };
|
|
2920
|
-
},
|
|
2921
|
-
dashboard:
|
|
2920
|
+
}, Aa = "_dashboard_1ikl9_1", Fa = "_widgets-grid_1ikl9_1", Wa = "_widget-wrapper_1ikl9_7", Ra = "_full-width_1ikl9_12", qa = "_widget-edit_1ikl9_15", La = "_remove-icon_1ikl9_18", Ya = "_full-width-icon_1ikl9_25", Ha = "_widget-edit-overlay_1ikl9_35", se = {
|
|
2921
|
+
dashboard: Aa,
|
|
2922
2922
|
"widgets-grid": "_widgets-grid_1ikl9_1",
|
|
2923
|
-
widgetsGrid:
|
|
2923
|
+
widgetsGrid: Fa,
|
|
2924
2924
|
"widget-wrapper": "_widget-wrapper_1ikl9_7",
|
|
2925
|
-
widgetWrapper:
|
|
2925
|
+
widgetWrapper: Wa,
|
|
2926
2926
|
"full-width": "_full-width_1ikl9_12",
|
|
2927
|
-
fullWidth:
|
|
2927
|
+
fullWidth: Ra,
|
|
2928
2928
|
"widget-edit": "_widget-edit_1ikl9_15",
|
|
2929
|
-
widgetEdit:
|
|
2929
|
+
widgetEdit: qa,
|
|
2930
2930
|
"remove-icon": "_remove-icon_1ikl9_18",
|
|
2931
|
-
removeIcon:
|
|
2931
|
+
removeIcon: La,
|
|
2932
2932
|
"full-width-icon": "_full-width-icon_1ikl9_25",
|
|
2933
|
-
fullWidthIcon:
|
|
2933
|
+
fullWidthIcon: Ya,
|
|
2934
2934
|
"widget-edit-overlay": "_widget-edit-overlay_1ikl9_35",
|
|
2935
|
-
widgetEditOverlay:
|
|
2936
|
-
},
|
|
2935
|
+
widgetEditOverlay: Ha
|
|
2936
|
+
}, wc = ({ availableWidgets: n }) => {
|
|
2937
2937
|
var d;
|
|
2938
|
-
const { homeDashboardTexts: e } =
|
|
2938
|
+
const { homeDashboardTexts: e } = R(ue), { dashboardConfig: t, onChangeDashboardConfig: r } = Da(), [o, a] = P(!1), i = S((h, m) => {
|
|
2939
2939
|
var p, b;
|
|
2940
2940
|
h === ((p = t.widgets) == null ? void 0 : p.length) ? r({
|
|
2941
2941
|
...t,
|
|
2942
2942
|
widgets: [...t.widgets, { widgetId: m, fullWidth: !1 }]
|
|
2943
2943
|
}) : r({
|
|
2944
2944
|
...t,
|
|
2945
|
-
widgets: ((b = t.widgets) == null ? void 0 : b.map((
|
|
2945
|
+
widgets: ((b = t.widgets) == null ? void 0 : b.map((g, f) => f === h ? { widgetId: m, fullWidth: !1 } : g)) ?? []
|
|
2946
2946
|
});
|
|
2947
|
-
}, [t, r]), c =
|
|
2947
|
+
}, [t, r]), c = S((h) => {
|
|
2948
2948
|
var m, p;
|
|
2949
2949
|
((m = t.widgets[h]) == null ? void 0 : m.widgetId) === -1 ? r({
|
|
2950
2950
|
...t,
|
|
2951
|
-
widgets: ((p = t.widgets) == null ? void 0 : p.filter((b,
|
|
2951
|
+
widgets: ((p = t.widgets) == null ? void 0 : p.filter((b, g) => g !== h)) ?? []
|
|
2952
2952
|
}) : i(h, -1);
|
|
2953
|
-
}, [t, r, i]), l =
|
|
2953
|
+
}, [t, r, i]), l = S((h) => {
|
|
2954
2954
|
var m;
|
|
2955
2955
|
r({
|
|
2956
2956
|
...t,
|
|
2957
2957
|
widgets: ((m = t.widgets) == null ? void 0 : m.map((p, b) => b === h ? { ...p, fullWidth: !p.fullWidth } : p)) ?? []
|
|
2958
2958
|
});
|
|
2959
|
-
}, [t, r]), u =
|
|
2960
|
-
[
|
|
2961
|
-
}, { [
|
|
2959
|
+
}, [t, r]), u = S((h, m, p) => h ? /* @__PURE__ */ s.jsxs("div", { className: w(se.widgetWrapper, {
|
|
2960
|
+
[se.widgetEdit]: o && h.id !== -1
|
|
2961
|
+
}, { [se.fullWidth]: p }), children: [
|
|
2962
2962
|
o && /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
2963
|
-
/* @__PURE__ */ s.jsx(
|
|
2964
|
-
/* @__PURE__ */ s.jsx(
|
|
2963
|
+
/* @__PURE__ */ s.jsx(ee, { color: "danger", onClick: () => c(m), className: w(se.removeIcon), children: /* @__PURE__ */ s.jsx(Ut, {}) }),
|
|
2964
|
+
/* @__PURE__ */ s.jsx(ee, { color: p ? "danger" : "primary", onClick: () => l(m), className: w(se.fullWidthIcon), children: /* @__PURE__ */ s.jsx(kr, {}) })
|
|
2965
2965
|
] }),
|
|
2966
|
-
h.id === -1 ? o && /* @__PURE__ */ s.jsx("div", { className:
|
|
2967
|
-
h.id > -1 && o && /* @__PURE__ */ s.jsx("div", { className:
|
|
2966
|
+
h.id === -1 ? o && /* @__PURE__ */ s.jsx("div", { className: se.widgetWrapper, children: /* @__PURE__ */ s.jsx(Wt, { availableWidgets: n, onAdd: (b) => i(m, b), texts: e }) }) : h.render,
|
|
2967
|
+
h.id > -1 && o && /* @__PURE__ */ s.jsx("div", { className: se.widgetEditOverlay })
|
|
2968
2968
|
] }, m) : /* @__PURE__ */ s.jsx(s.Fragment, {}), [
|
|
2969
2969
|
o,
|
|
2970
2970
|
i,
|
|
@@ -2973,259 +2973,259 @@ const xa = "_button_1wjon_1", ya = "_filled_1wjon_7", ba = "_sm_1wjon_13", va =
|
|
|
2973
2973
|
n,
|
|
2974
2974
|
e
|
|
2975
2975
|
]);
|
|
2976
|
-
return /* @__PURE__ */ s.jsxs("div", { className:
|
|
2977
|
-
/* @__PURE__ */ s.jsx("div", { className: "mb-3 d-flex align-items-center justify-content-end", children: /* @__PURE__ */ s.jsx(
|
|
2978
|
-
/* @__PURE__ */ s.jsxs("div", { className:
|
|
2976
|
+
return /* @__PURE__ */ s.jsxs("div", { className: se.dashboard, children: [
|
|
2977
|
+
/* @__PURE__ */ s.jsx("div", { className: "mb-3 d-flex align-items-center justify-content-end", children: /* @__PURE__ */ s.jsx(Un, { as: "button", color: o ? "success" : "primary", icon: o ? /* @__PURE__ */ s.jsx(jr, {}) : /* @__PURE__ */ s.jsx(Vt, {}), onClick: () => a(!o), children: o ? e.dashboardEditDone : e.dashboardEdit }) }),
|
|
2978
|
+
/* @__PURE__ */ s.jsxs("div", { className: se.widgetsGrid, children: [
|
|
2979
2979
|
(d = t.widgets) == null ? void 0 : d.map((h, m) => u(n.find((p) => p.id === h.widgetId), m, h.fullWidth)),
|
|
2980
|
-
o && /* @__PURE__ */ s.jsx(
|
|
2980
|
+
o && /* @__PURE__ */ s.jsx(Wt, { availableWidgets: n, onAdd: (h) => {
|
|
2981
2981
|
var m;
|
|
2982
2982
|
return i((m = t.widgets) == null ? void 0 : m.length, h);
|
|
2983
2983
|
}, texts: e })
|
|
2984
2984
|
] })
|
|
2985
2985
|
] });
|
|
2986
|
-
},
|
|
2987
|
-
badge:
|
|
2988
|
-
sm:
|
|
2989
|
-
md:
|
|
2990
|
-
lg:
|
|
2991
|
-
},
|
|
2986
|
+
}, Ga = "_badge_nhser_1", Ba = "_sm_nhser_1", Ua = "_md_nhser_4", Va = "_lg_nhser_7", Rt = {
|
|
2987
|
+
badge: Ga,
|
|
2988
|
+
sm: Ba,
|
|
2989
|
+
md: Ua,
|
|
2990
|
+
lg: Va
|
|
2991
|
+
}, xc = ({ children: n, color: e = "primary", size: t = "md", className: r }) => /* @__PURE__ */ s.jsx("span", { className: w(`luminus-badge badge bg-${e} ${r ?? ""}`, Rt.badge, Rt[t]), children: n }), Ka = "_collapse-icon_1ahhn_1", za = "_collapsed_1ahhn_6", qt = {
|
|
2992
2992
|
"collapse-icon": "_collapse-icon_1ahhn_1",
|
|
2993
|
-
collapseIcon:
|
|
2994
|
-
collapsed:
|
|
2995
|
-
},
|
|
2993
|
+
collapseIcon: Ka,
|
|
2994
|
+
collapsed: za
|
|
2995
|
+
}, yc = ({ title: n, children: e, className: t, ...r }) => {
|
|
2996
2996
|
const o = r.controlled ? !1 : r.defaultOpen ?? !1, [a, i] = P(o), c = r.controlled ? r.isOpen : a;
|
|
2997
2997
|
return D(() => {
|
|
2998
2998
|
i(o);
|
|
2999
2999
|
}, [o]), /* @__PURE__ */ s.jsxs("div", { className: t ?? "", children: [
|
|
3000
3000
|
/* @__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: [
|
|
3001
|
-
/* @__PURE__ */ s.jsx(
|
|
3002
|
-
/* @__PURE__ */ s.jsx(
|
|
3003
|
-
[
|
|
3001
|
+
/* @__PURE__ */ s.jsx(Q, { variant: "h6", children: n }),
|
|
3002
|
+
/* @__PURE__ */ s.jsx(Kt, { className: w(qt.collapseIcon, {
|
|
3003
|
+
[qt.collapsed]: c
|
|
3004
3004
|
}) })
|
|
3005
3005
|
] }),
|
|
3006
|
-
/* @__PURE__ */ s.jsx(
|
|
3006
|
+
/* @__PURE__ */ s.jsx(ln, { in: c, children: /* @__PURE__ */ s.jsx("div", { children: e }) }),
|
|
3007
3007
|
/* @__PURE__ */ s.jsx("hr", { className: `my-0 ${c ? "mt-3" : ""}` })
|
|
3008
3008
|
] });
|
|
3009
|
-
},
|
|
3010
|
-
feedback:
|
|
3009
|
+
}, Qa = "_feedback_esh1j_1", Xa = "_feedback-spacer_esh1j_8", Lt = {
|
|
3010
|
+
feedback: Qa,
|
|
3011
3011
|
"feedback-spacer": "_feedback-spacer_esh1j_8",
|
|
3012
|
-
feedbackSpacer:
|
|
3013
|
-
},
|
|
3014
|
-
/* @__PURE__ */ s.jsx("div", { className: w("invalid-feedback luminus-invalid-feedback",
|
|
3015
|
-
/* @__PURE__ */ s.jsx("div", { className: w("invalid-feedback-spacer",
|
|
3012
|
+
feedbackSpacer: Xa
|
|
3013
|
+
}, xe = ({ message: n }) => /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
3014
|
+
/* @__PURE__ */ s.jsx("div", { className: w("invalid-feedback luminus-invalid-feedback", Lt.feedback), children: n }),
|
|
3015
|
+
/* @__PURE__ */ s.jsx("div", { className: w("invalid-feedback-spacer", Lt.feedbackSpacer), children: n })
|
|
3016
3016
|
] });
|
|
3017
|
-
function
|
|
3018
|
-
var r = this, o =
|
|
3017
|
+
function Ja(n, e, t) {
|
|
3018
|
+
var r = this, o = L(null), a = L(0), i = L(null), c = L([]), l = L(), u = L(), d = L(n), h = L(!0);
|
|
3019
3019
|
d.current = n;
|
|
3020
3020
|
var m = typeof window < "u", p = !e && e !== 0 && m;
|
|
3021
3021
|
if (typeof n != "function")
|
|
3022
3022
|
throw new TypeError("Expected a function");
|
|
3023
3023
|
e = +e || 0;
|
|
3024
|
-
var b = !!(t = t || {}).leading,
|
|
3024
|
+
var b = !!(t = t || {}).leading, g = !("trailing" in t) || !!t.trailing, f = "maxWait" in t, _ = "debounceOnServer" in t && !!t.debounceOnServer, v = f ? Math.max(+t.maxWait || 0, e) : null;
|
|
3025
3025
|
D(function() {
|
|
3026
3026
|
return h.current = !0, function() {
|
|
3027
3027
|
h.current = !1;
|
|
3028
3028
|
};
|
|
3029
3029
|
}, []);
|
|
3030
|
-
var y =
|
|
3031
|
-
var
|
|
3032
|
-
var k = c.current,
|
|
3033
|
-
return c.current = l.current = null, a.current = I, u.current = d.current.apply(
|
|
3034
|
-
},
|
|
3030
|
+
var y = U(function() {
|
|
3031
|
+
var N = function(I) {
|
|
3032
|
+
var k = c.current, O = l.current;
|
|
3033
|
+
return c.current = l.current = null, a.current = I, u.current = d.current.apply(O, k);
|
|
3034
|
+
}, j = function(I, k) {
|
|
3035
3035
|
p && cancelAnimationFrame(i.current), i.current = p ? requestAnimationFrame(I) : setTimeout(I, k);
|
|
3036
|
-
},
|
|
3036
|
+
}, x = function(I) {
|
|
3037
3037
|
if (!h.current)
|
|
3038
3038
|
return !1;
|
|
3039
3039
|
var k = I - o.current;
|
|
3040
|
-
return !o.current || k >= e || k < 0 || f && I - a.current >=
|
|
3041
|
-
},
|
|
3042
|
-
return i.current = null,
|
|
3043
|
-
},
|
|
3040
|
+
return !o.current || k >= e || k < 0 || f && I - a.current >= v;
|
|
3041
|
+
}, $ = function(I) {
|
|
3042
|
+
return i.current = null, g && c.current ? N(I) : (c.current = l.current = null, u.current);
|
|
3043
|
+
}, E = function I() {
|
|
3044
3044
|
var k = Date.now();
|
|
3045
|
-
if (
|
|
3046
|
-
return
|
|
3045
|
+
if (x(k))
|
|
3046
|
+
return $(k);
|
|
3047
3047
|
if (h.current) {
|
|
3048
|
-
var
|
|
3049
|
-
|
|
3048
|
+
var O = e - (k - o.current), T = f ? Math.min(O, v - (k - a.current)) : O;
|
|
3049
|
+
j(I, T);
|
|
3050
3050
|
}
|
|
3051
|
-
},
|
|
3052
|
-
if (m ||
|
|
3053
|
-
var I = Date.now(), k =
|
|
3051
|
+
}, M = function() {
|
|
3052
|
+
if (m || _) {
|
|
3053
|
+
var I = Date.now(), k = x(I);
|
|
3054
3054
|
if (c.current = [].slice.call(arguments), l.current = r, o.current = I, k) {
|
|
3055
3055
|
if (!i.current && h.current)
|
|
3056
|
-
return a.current = o.current,
|
|
3056
|
+
return a.current = o.current, j(E, e), b ? N(o.current) : u.current;
|
|
3057
3057
|
if (f)
|
|
3058
|
-
return
|
|
3058
|
+
return j(E, e), N(o.current);
|
|
3059
3059
|
}
|
|
3060
|
-
return i.current ||
|
|
3060
|
+
return i.current || j(E, e), u.current;
|
|
3061
3061
|
}
|
|
3062
3062
|
};
|
|
3063
|
-
return
|
|
3063
|
+
return M.cancel = function() {
|
|
3064
3064
|
i.current && (p ? cancelAnimationFrame(i.current) : clearTimeout(i.current)), a.current = 0, c.current = o.current = l.current = i.current = null;
|
|
3065
|
-
},
|
|
3065
|
+
}, M.isPending = function() {
|
|
3066
3066
|
return !!i.current;
|
|
3067
|
-
},
|
|
3068
|
-
return i.current ?
|
|
3069
|
-
},
|
|
3070
|
-
}, [b, f, e,
|
|
3067
|
+
}, M.flush = function() {
|
|
3068
|
+
return i.current ? $(Date.now()) : u.current;
|
|
3069
|
+
}, M;
|
|
3070
|
+
}, [b, f, e, v, g, p, m, _]);
|
|
3071
3071
|
return y;
|
|
3072
3072
|
}
|
|
3073
|
-
function
|
|
3073
|
+
function Za(n, e) {
|
|
3074
3074
|
return n === e;
|
|
3075
3075
|
}
|
|
3076
|
-
function
|
|
3076
|
+
function ei(n, e) {
|
|
3077
3077
|
return e;
|
|
3078
3078
|
}
|
|
3079
|
-
function
|
|
3080
|
-
var r =
|
|
3079
|
+
function Kn(n, e, t) {
|
|
3080
|
+
var r = Za, o = Qt(ei, n), a = o[0], i = o[1], c = Ja(S(function(u) {
|
|
3081
3081
|
return i(u);
|
|
3082
|
-
}, [i]), e, t), l =
|
|
3082
|
+
}, [i]), e, t), l = L(n);
|
|
3083
3083
|
return r(l.current, n) || (c(n), l.current = n), [a, c];
|
|
3084
3084
|
}
|
|
3085
|
-
const
|
|
3086
|
-
wrapper:
|
|
3087
|
-
open:
|
|
3088
|
-
dropdown:
|
|
3085
|
+
const ti = "_wrapper_uccrb_1", ni = "_open_uccrb_9", ri = "_dropdown_uccrb_13", oi = "_search-input-container_uccrb_19", si = "_search-input_uccrb_19", ai = "_loading-container_uccrb_25", ii = "_items-container_uccrb_32", ci = "_header-row_uccrb_38", li = "_item_uccrb_32", ui = "_name_uccrb_57", di = "_column-item_uccrb_62", hi = "_icon_uccrb_66", fi = "_clear-button_uccrb_74", z = {
|
|
3086
|
+
wrapper: ti,
|
|
3087
|
+
open: ni,
|
|
3088
|
+
dropdown: ri,
|
|
3089
3089
|
"search-input-container": "_search-input-container_uccrb_19",
|
|
3090
|
-
searchInputContainer:
|
|
3090
|
+
searchInputContainer: oi,
|
|
3091
3091
|
"search-input": "_search-input_uccrb_19",
|
|
3092
|
-
searchInput:
|
|
3092
|
+
searchInput: si,
|
|
3093
3093
|
"loading-container": "_loading-container_uccrb_25",
|
|
3094
|
-
loadingContainer:
|
|
3094
|
+
loadingContainer: ai,
|
|
3095
3095
|
"items-container": "_items-container_uccrb_32",
|
|
3096
|
-
itemsContainer:
|
|
3096
|
+
itemsContainer: ii,
|
|
3097
3097
|
"header-row": "_header-row_uccrb_38",
|
|
3098
|
-
headerRow:
|
|
3099
|
-
item:
|
|
3100
|
-
name:
|
|
3098
|
+
headerRow: ci,
|
|
3099
|
+
item: li,
|
|
3100
|
+
name: ui,
|
|
3101
3101
|
"column-item": "_column-item_uccrb_62",
|
|
3102
|
-
columnItem:
|
|
3103
|
-
icon:
|
|
3102
|
+
columnItem: di,
|
|
3103
|
+
icon: hi,
|
|
3104
3104
|
"clear-button": "_clear-button_uccrb_74",
|
|
3105
|
-
clearButton:
|
|
3106
|
-
},
|
|
3107
|
-
var
|
|
3108
|
-
const
|
|
3105
|
+
clearButton: fi
|
|
3106
|
+
}, gt = ({ show: n, onCancel: e, items: t, currentSelection: r, onSelectionChange: o, onSearchQueryChange: a, texts: i, itemsNameWidth: c, additionalColumns: l, displayIdAsName: u = !1, autoHideSearch: d = !1, allItemsLength: h, disabled: m, isLoading: p = !1, inputRef: b }) => {
|
|
3107
|
+
var Y;
|
|
3108
|
+
const g = L(null), f = L(null), _ = L(null), [v, y] = P(""), [N] = Kn(v, 500), [, j] = P(!1), x = (Y = b.current) == null ? void 0 : Y.getBoundingClientRect(), $ = (x == null ? void 0 : x.x) ?? 0, E = ((x == null ? void 0 : x.x) ?? 0) + ((x == null ? void 0 : x.width) ?? 0), M = (x == null ? void 0 : x.y) ?? 0, I = ((x == null ? void 0 : x.y) ?? 0) + ((x == null ? void 0 : x.height) ?? 0), k = (x == null ? void 0 : x.width) ?? 0, O = (x == null ? void 0 : x.height) ?? 0, T = 5, F = U(() => $ ? $ > window.innerWidth / 2 : !1, [$]), B = U(() => M ? M > window.innerHeight / 2 : !1, [M]);
|
|
3109
3109
|
D(() => {
|
|
3110
|
-
var
|
|
3111
|
-
n && ((
|
|
3112
|
-
}, [
|
|
3113
|
-
n ||
|
|
3110
|
+
var W;
|
|
3111
|
+
n && ((W = _.current) == null || W.focus());
|
|
3112
|
+
}, [_, n]), D(() => {
|
|
3113
|
+
n || y("");
|
|
3114
3114
|
}, [n]), D(() => {
|
|
3115
|
-
a(
|
|
3116
|
-
}, [
|
|
3117
|
-
const V =
|
|
3118
|
-
switch (
|
|
3115
|
+
a(N);
|
|
3116
|
+
}, [N, a]);
|
|
3117
|
+
const V = S((W) => {
|
|
3118
|
+
switch (W.key) {
|
|
3119
3119
|
case "Escape":
|
|
3120
|
-
|
|
3120
|
+
W.stopPropagation(), e();
|
|
3121
3121
|
break;
|
|
3122
3122
|
}
|
|
3123
|
-
}, [e]),
|
|
3124
|
-
|
|
3123
|
+
}, [e]), X = S(() => {
|
|
3124
|
+
j((W) => !W);
|
|
3125
3125
|
}, []);
|
|
3126
|
-
D(() => (window.addEventListener("scroll",
|
|
3127
|
-
window.removeEventListener("scroll",
|
|
3128
|
-
}), [
|
|
3129
|
-
window.removeEventListener("resize",
|
|
3130
|
-
}), [
|
|
3131
|
-
const oe = c ?? (l && l.length > 0 ? 250 : 0),
|
|
3126
|
+
D(() => (window.addEventListener("scroll", X), () => {
|
|
3127
|
+
window.removeEventListener("scroll", X);
|
|
3128
|
+
}), [X]), D(() => (window.addEventListener("resize", X), () => {
|
|
3129
|
+
window.removeEventListener("resize", X);
|
|
3130
|
+
}), [X]), en(V), tn([g, f], e);
|
|
3131
|
+
const oe = c ?? (l && l.length > 0 ? 250 : 0), re = (l == null ? void 0 : l.reduce((W, K) => W + (K.width ?? 100), 0)) ?? 0, C = `calc(max(${k}px, ${oe}px + ${re}px))`;
|
|
3132
3132
|
return /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
3133
|
-
/* @__PURE__ */ s.jsx(
|
|
3134
|
-
r && n && !
|
|
3135
|
-
top: `calc(${
|
|
3136
|
-
left: `calc(${
|
|
3137
|
-
}, children: /* @__PURE__ */ s.jsx(
|
|
3138
|
-
/* @__PURE__ */ s.jsx("div", { className: w("luminus-dropdown-picker",
|
|
3139
|
-
[
|
|
3133
|
+
/* @__PURE__ */ s.jsx(Qn, { show: n, onClick: e }),
|
|
3134
|
+
r && n && !m && /* @__PURE__ */ s.jsx("button", { ref: f, type: "button", className: w("luminus-dropdown-picker-clear-button", z.clearButton), onClick: () => !m && o(null), style: {
|
|
3135
|
+
top: `calc(${M}px + ${O / 2}px - 12px)`,
|
|
3136
|
+
left: `calc(${$}px - 24px - 8px)`
|
|
3137
|
+
}, children: /* @__PURE__ */ s.jsx(Q, { variant: "caption", className: "text-danger", children: /* @__PURE__ */ s.jsx(Ut, { size: 16 }) }) }),
|
|
3138
|
+
/* @__PURE__ */ s.jsx("div", { className: w("luminus-dropdown-picker", z.wrapper, {
|
|
3139
|
+
[z.open]: n
|
|
3140
3140
|
}), style: {
|
|
3141
|
-
top:
|
|
3142
|
-
left:
|
|
3143
|
-
right:
|
|
3144
|
-
width:
|
|
3145
|
-
justifyContent:
|
|
3146
|
-
}, children: /* @__PURE__ */ s.jsx("div", { ref:
|
|
3147
|
-
|
|
3148
|
-
var
|
|
3149
|
-
return
|
|
3141
|
+
top: B ? `calc(${M}px - 50vh - 8px)` : `calc(${I}px + 8px)`,
|
|
3142
|
+
left: F ? `calc(${E}px - ${C})` : $,
|
|
3143
|
+
right: F ? `${E}px` : `calc(${$}px + ${C})`,
|
|
3144
|
+
width: C,
|
|
3145
|
+
justifyContent: B ? "flex-end" : "flex-start"
|
|
3146
|
+
}, children: /* @__PURE__ */ s.jsx("div", { ref: g, className: w("shadow rounded", z.dropdown), children: !m && /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
3147
|
+
d && (h ?? t.length) <= T ? null : /* @__PURE__ */ s.jsx("div", { className: w("search-input-container border-bottom", z.searchInputContainer), children: /* @__PURE__ */ s.jsx(Z.Control, { ref: _, type: "search", size: "sm", className: z.searchInput, placeholder: i.searchPlaceholder, value: v, onChange: (W) => {
|
|
3148
|
+
var K;
|
|
3149
|
+
return y(((K = W.target) == null ? void 0 : K.value) ?? "");
|
|
3150
3150
|
} }) }),
|
|
3151
|
-
|
|
3152
|
-
l && l.length > 0 && /* @__PURE__ */ s.jsxs("div", { className: w("header-row border-bottom",
|
|
3153
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3154
|
-
l == null ? void 0 : l.map((
|
|
3155
|
-
width: `${
|
|
3156
|
-
minWidth: `${
|
|
3157
|
-
maxWidth: `${
|
|
3158
|
-
}, children: /* @__PURE__ */ s.jsx(
|
|
3151
|
+
p ? /* @__PURE__ */ s.jsx("div", { className: z.loadingContainer, children: /* @__PURE__ */ s.jsx(ft, { animation: "border", variant: "primary" }) }) : t.length > 0 && /* @__PURE__ */ s.jsxs("div", { className: w("items", z.itemsContainer), children: [
|
|
3152
|
+
l && l.length > 0 && /* @__PURE__ */ s.jsxs("div", { className: w("header-row border-bottom", z.headerRow), children: [
|
|
3153
|
+
/* @__PURE__ */ s.jsx("div", { className: z.name }),
|
|
3154
|
+
l == null ? void 0 : l.map((W) => /* @__PURE__ */ s.jsx("div", { className: z.columnItem, style: {
|
|
3155
|
+
width: `${W.width ?? 100}px`,
|
|
3156
|
+
minWidth: `${W.width ?? 100}px`,
|
|
3157
|
+
maxWidth: `${W.width ?? 100}px`
|
|
3158
|
+
}, children: /* @__PURE__ */ s.jsx(Q, { variant: "caption", children: W.name }) }, W.key))
|
|
3159
3159
|
] }),
|
|
3160
|
-
t == null ? void 0 : t.map((
|
|
3161
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3162
|
-
l == null ? void 0 : l.map((
|
|
3163
|
-
width: `${
|
|
3164
|
-
minWidth: `${
|
|
3165
|
-
maxWidth: `${
|
|
3166
|
-
}, children: /* @__PURE__ */ s.jsx(
|
|
3167
|
-
] },
|
|
3160
|
+
t == null ? void 0 : t.map((W) => /* @__PURE__ */ s.jsxs("button", { type: "button", className: w("item cursor-pointer", z.item), onClick: () => !m && o(W), children: [
|
|
3161
|
+
/* @__PURE__ */ s.jsx("div", { className: z.name, children: /* @__PURE__ */ s.jsx(Q, { variant: "body2", children: u ? W.id : W.name }) }),
|
|
3162
|
+
l == null ? void 0 : l.map((K) => /* @__PURE__ */ s.jsx("div", { className: z.columnItem, style: {
|
|
3163
|
+
width: `${K.width ?? 100}px`,
|
|
3164
|
+
minWidth: `${K.width ?? 100}px`,
|
|
3165
|
+
maxWidth: `${K.width ?? 100}px`
|
|
3166
|
+
}, children: /* @__PURE__ */ s.jsx(Q, { variant: "caption", className: w("text-muted"), children: W.additionalColumns && W.additionalColumns[K.key] }) }, K.key))
|
|
3167
|
+
] }, W.id))
|
|
3168
3168
|
] })
|
|
3169
3169
|
] }) }) })
|
|
3170
3170
|
] });
|
|
3171
3171
|
};
|
|
3172
|
-
function
|
|
3173
|
-
return
|
|
3172
|
+
function mi(n) {
|
|
3173
|
+
return Cr({ 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);
|
|
3174
3174
|
}
|
|
3175
|
-
const
|
|
3176
|
-
item:
|
|
3177
|
-
},
|
|
3175
|
+
const pi = "_item_1dy8x_1", zn = {
|
|
3176
|
+
item: pi
|
|
3177
|
+
}, gi = ({
|
|
3178
3178
|
color: n = "primary",
|
|
3179
3179
|
// icon = <MdOutlineArrowOutward />,
|
|
3180
3180
|
icon: e,
|
|
3181
3181
|
className: t,
|
|
3182
3182
|
children: r,
|
|
3183
3183
|
...o
|
|
3184
|
-
}) => /* @__PURE__ */ s.jsxs(
|
|
3184
|
+
}) => /* @__PURE__ */ s.jsxs(Se.Item, { className: w(`btn luminus-dropdown-item text-nowrap rounded text-${n} ${t ?? ""}`, zn.item), ...o, children: [
|
|
3185
3185
|
e,
|
|
3186
3186
|
r
|
|
3187
|
-
] }),
|
|
3187
|
+
] }), wi = (n) => /* @__PURE__ */ s.jsx(Se.Toggle, { ...n }), bc = ({ color: n = "primary", icon: e = /* @__PURE__ */ s.jsx(Bt, { size: 12 }), inputId: t = "context-file-input", accept: r = "*", onUpload: o, multiple: a, className: i, children: c, ...l }) => {
|
|
3188
3188
|
const u = (d) => {
|
|
3189
3189
|
d.target.files && (o(d.target.files), d.target.value = "");
|
|
3190
3190
|
};
|
|
3191
3191
|
return /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
3192
|
-
/* @__PURE__ */ s.jsxs("label", { htmlFor: t, className: w(`btn luminus-dropdown-item text-nowrap rounded text-${n} ${i ?? ""}`,
|
|
3192
|
+
/* @__PURE__ */ s.jsxs("label", { htmlFor: t, className: w(`btn luminus-dropdown-item text-nowrap rounded text-${n} ${i ?? ""}`, zn.item), ...l, children: [
|
|
3193
3193
|
e,
|
|
3194
3194
|
c
|
|
3195
3195
|
] }),
|
|
3196
3196
|
/* @__PURE__ */ s.jsx("input", { id: t, type: "file", accept: r, onChange: u, hidden: !0, multiple: a })
|
|
3197
3197
|
] });
|
|
3198
|
-
},
|
|
3199
|
-
divider:
|
|
3200
|
-
},
|
|
3201
|
-
dropdown:
|
|
3202
|
-
},
|
|
3198
|
+
}, xi = "_divider_1e6rk_1", yi = {
|
|
3199
|
+
divider: xi
|
|
3200
|
+
}, vc = ({ className: n }) => /* @__PURE__ */ s.jsx(Se.Divider, { className: w("luminus-dropdown-divider", n, yi.divider) }), bi = "_dropdown_1lk66_1", vi = {
|
|
3201
|
+
dropdown: bi
|
|
3202
|
+
}, _i = ({ toggle: n, children: e, ...t }) => /* @__PURE__ */ s.jsxs(Se, { ...t, children: [
|
|
3203
3203
|
n,
|
|
3204
|
-
/* @__PURE__ */ s.jsx(
|
|
3205
|
-
] }),
|
|
3206
|
-
dropdown:
|
|
3207
|
-
open:
|
|
3204
|
+
/* @__PURE__ */ s.jsx(Se.Menu, { className: w("luminus-dropdown rounded shadow", vi.dropdown), children: e })
|
|
3205
|
+
] }), ki = ({ searchTypes: n, selectedType: e, setSelectedType: t }) => /* @__PURE__ */ s.jsx(_i, { toggle: /* @__PURE__ */ s.jsx(wi, { as: Nr, icon: null, text: e == null ? void 0 : e.text }), children: n.map((r) => /* @__PURE__ */ s.jsx(gi, { icon: null, onClick: () => t(r), children: r.text }, r.key)) }), ji = "_dropdown_1ddrg_1", Ci = "_open_1ddrg_12", Ni = "_loading-container_1ddrg_15", $i = "_groups-container_1ddrg_22", Ii = "_group_1ddrg_22", Ti = "_header_1ddrg_26", Si = "_item_1ddrg_33", he = {
|
|
3206
|
+
dropdown: ji,
|
|
3207
|
+
open: Ci,
|
|
3208
3208
|
"loading-container": "_loading-container_1ddrg_15",
|
|
3209
|
-
loadingContainer:
|
|
3209
|
+
loadingContainer: Ni,
|
|
3210
3210
|
"groups-container": "_groups-container_1ddrg_22",
|
|
3211
|
-
groupsContainer:
|
|
3212
|
-
group:
|
|
3213
|
-
header:
|
|
3214
|
-
item:
|
|
3215
|
-
},
|
|
3216
|
-
const { LinkComponent: i, appSearchTexts: c } =
|
|
3211
|
+
groupsContainer: $i,
|
|
3212
|
+
group: Ii,
|
|
3213
|
+
header: Ti,
|
|
3214
|
+
item: Si
|
|
3215
|
+
}, Ei = ({ show: n, query: e, onCancel: t, groups: r, isLoading: o, searchTypes: a }) => {
|
|
3216
|
+
const { LinkComponent: i, appSearchTexts: c } = R(ue), l = L(null), u = S((d) => {
|
|
3217
3217
|
var m;
|
|
3218
3218
|
const h = (m = a.find((p) => p.key === d.type)) == null ? void 0 : m.toPath;
|
|
3219
3219
|
return h ? `${h}/${d.searchKey}` : "/not-found";
|
|
3220
3220
|
}, [a]);
|
|
3221
|
-
return
|
|
3222
|
-
[
|
|
3223
|
-
}), children: o ? /* @__PURE__ */ s.jsx("div", { className:
|
|
3221
|
+
return tn([l], t), /* @__PURE__ */ s.jsx("div", { ref: l, className: w("luminus-app-search-dropdown shadow rounded", he.dropdown, {
|
|
3222
|
+
[he.open]: n
|
|
3223
|
+
}), children: o ? /* @__PURE__ */ s.jsx("div", { className: he.loadingContainer, children: /* @__PURE__ */ s.jsx(ft, { animation: "border", variant: "primary" }) }) : /* @__PURE__ */ s.jsx("div", { className: he.groupsContainer, children: r == null ? void 0 : r.map((d) => {
|
|
3224
3224
|
var h;
|
|
3225
|
-
return /* @__PURE__ */ s.jsxs("div", { className: w(
|
|
3226
|
-
/* @__PURE__ */ s.jsxs(i, { to: `/search?query=${e}&type=${d.key.category}`, className: w("group-header",
|
|
3227
|
-
/* @__PURE__ */ s.jsx(
|
|
3228
|
-
/* @__PURE__ */ s.jsxs(
|
|
3225
|
+
return /* @__PURE__ */ s.jsxs("div", { className: w(he.group), children: [
|
|
3226
|
+
/* @__PURE__ */ s.jsxs(i, { to: `/search?query=${e}&type=${d.key.category}`, className: w("group-header", he.header), onClick: t, children: [
|
|
3227
|
+
/* @__PURE__ */ s.jsx(Q, { variant: "body", className: "text-primary", children: d.key.categoryName }),
|
|
3228
|
+
/* @__PURE__ */ s.jsxs(Q, { variant: "caption", children: [
|
|
3229
3229
|
d.items.length,
|
|
3230
3230
|
" ",
|
|
3231
3231
|
c.amountFrom,
|
|
@@ -3237,29 +3237,29 @@ const mi = "_item_1dy8x_1", Kn = {
|
|
|
3237
3237
|
i,
|
|
3238
3238
|
{
|
|
3239
3239
|
to: u(m),
|
|
3240
|
-
className: w("search-item d-flex gap-3 align-items-center justify-content-between",
|
|
3240
|
+
className: w("search-item d-flex gap-3 align-items-center justify-content-between", he.item),
|
|
3241
3241
|
onClick: t,
|
|
3242
3242
|
children: [
|
|
3243
|
-
/* @__PURE__ */ s.jsx(
|
|
3244
|
-
/* @__PURE__ */ s.jsx(
|
|
3243
|
+
/* @__PURE__ */ s.jsx(Q, { variant: "body2", className: "text-nowrap text-truncate", children: m.name }),
|
|
3244
|
+
/* @__PURE__ */ s.jsx(Q, { variant: "caption", className: "text-primary", children: /* @__PURE__ */ s.jsx($r, {}) })
|
|
3245
3245
|
]
|
|
3246
3246
|
},
|
|
3247
3247
|
p
|
|
3248
3248
|
))
|
|
3249
3249
|
] }, d.key.category);
|
|
3250
3250
|
}) }) });
|
|
3251
|
-
},
|
|
3251
|
+
}, Oi = "_input-group_1lkfy_1", Mi = "_input-group-text_1lkfy_5", Pi = "_left_1lkfy_9", Di = "_right_1lkfy_13", Ai = "_input_1lkfy_1", Fi = "_submit-button_1lkfy_20", fe = {
|
|
3252
3252
|
"input-group": "_input-group_1lkfy_1",
|
|
3253
|
-
inputGroup:
|
|
3253
|
+
inputGroup: Oi,
|
|
3254
3254
|
"input-group-text": "_input-group-text_1lkfy_5",
|
|
3255
|
-
inputGroupText:
|
|
3256
|
-
left:
|
|
3257
|
-
right:
|
|
3258
|
-
input:
|
|
3255
|
+
inputGroupText: Mi,
|
|
3256
|
+
left: Pi,
|
|
3257
|
+
right: Di,
|
|
3258
|
+
input: Ai,
|
|
3259
3259
|
"submit-button": "_submit-button_1lkfy_20",
|
|
3260
|
-
submitButton:
|
|
3261
|
-
},
|
|
3262
|
-
const t =
|
|
3260
|
+
submitButton: Fi
|
|
3261
|
+
}, Wi = (n, e) => {
|
|
3262
|
+
const t = Ir(), [r, o] = P(!1), [a, i] = P([]), c = !n || !n.key, l = S(() => {
|
|
3263
3263
|
if (e.length < 3) {
|
|
3264
3264
|
i([]);
|
|
3265
3265
|
return;
|
|
@@ -3273,131 +3273,131 @@ const mi = "_item_1dy8x_1", Kn = {
|
|
|
3273
3273
|
return D(() => {
|
|
3274
3274
|
l();
|
|
3275
3275
|
}, [l]), { isLoading: r, searchItems: a };
|
|
3276
|
-
},
|
|
3277
|
-
const { appSearchTexts: t } =
|
|
3276
|
+
}, _c = ({ searchTypes: n, navigateFunction: e }) => {
|
|
3277
|
+
const { appSearchTexts: t } = R(ue), [r, o] = P(n.length > 0 ? n[0] : null), [a, i] = P(""), [c, l] = Kn(a, 500), { isLoading: u, searchItems: d } = Wi(r, c), [h, m] = P(!1);
|
|
3278
3278
|
return D(() => {
|
|
3279
3279
|
(d.length > 0 || u) && m(!0);
|
|
3280
|
-
}, [d, u]), /* @__PURE__ */ s.jsx(
|
|
3280
|
+
}, [d, u]), /* @__PURE__ */ s.jsx(Z, { onSubmit: (p) => {
|
|
3281
3281
|
p.preventDefault(), p.stopPropagation(), l.flush(), m(!1), a.length > 2 && e(`/search?query=${a}${r && r.key && `&type=${r == null ? void 0 : r.key}`}`);
|
|
3282
|
-
}, children: /* @__PURE__ */ s.jsxs(
|
|
3283
|
-
/* @__PURE__ */ s.jsx(
|
|
3284
|
-
/* @__PURE__ */ s.jsx(
|
|
3282
|
+
}, children: /* @__PURE__ */ s.jsxs(Ze, { className: fe.inputGroup, children: [
|
|
3283
|
+
/* @__PURE__ */ s.jsx(Ze.Text, { className: w("p-1 rounded", fe.inputGroupText, fe.left), children: /* @__PURE__ */ s.jsx(ki, { searchTypes: n, selectedType: r, setSelectedType: o }) }),
|
|
3284
|
+
/* @__PURE__ */ s.jsx(Z.Control, { placeholder: t.searchPlaceholder, type: "text", size: "sm", className: w("luminus-app-search-input", fe.input), value: a, onChange: (p) => {
|
|
3285
3285
|
var b;
|
|
3286
3286
|
return i(((b = p.target) == null ? void 0 : b.value) ?? "");
|
|
3287
3287
|
}, onFocus: () => d.length > 0 && m(!0) }),
|
|
3288
|
-
/* @__PURE__ */ s.jsx(
|
|
3289
|
-
/* @__PURE__ */ s.jsx(
|
|
3288
|
+
/* @__PURE__ */ s.jsx(Ze.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(mi, {}) }) }),
|
|
3289
|
+
/* @__PURE__ */ s.jsx(Ei, { query: c, searchTypes: n, show: h, onCancel: () => m(!1), groups: d, isLoading: u })
|
|
3290
3290
|
] }) });
|
|
3291
|
-
},
|
|
3292
|
-
card:
|
|
3293
|
-
header:
|
|
3291
|
+
}, Ri = "_card_19733_1", qi = "_header_19733_6", Li = "_header-content_19733_13", Yi = "_title_19733_19", Hi = "_collapse-icon_19733_22", Gi = "_collapsed_19733_27", Bi = "_content_19733_30", me = {
|
|
3292
|
+
card: Ri,
|
|
3293
|
+
header: qi,
|
|
3294
3294
|
"header-content": "_header-content_19733_13",
|
|
3295
|
-
headerContent:
|
|
3296
|
-
title:
|
|
3295
|
+
headerContent: Li,
|
|
3296
|
+
title: Yi,
|
|
3297
3297
|
"collapse-icon": "_collapse-icon_19733_22",
|
|
3298
|
-
collapseIcon:
|
|
3299
|
-
collapsed:
|
|
3300
|
-
content:
|
|
3301
|
-
},
|
|
3298
|
+
collapseIcon: Hi,
|
|
3299
|
+
collapsed: Gi,
|
|
3300
|
+
content: Bi
|
|
3301
|
+
}, kc = ({ title: n, headerContent: e, children: t, className: r, headerClassName: o, contentClassName: a, ...i }) => {
|
|
3302
3302
|
const c = i.collapsible ? i.controlled ? !1 : i.defaultOpen ?? !1 : !0, [l, u] = P(c), d = i.collapsible ? i.controlled ? i.isOpen : l : !0;
|
|
3303
3303
|
return D(() => {
|
|
3304
3304
|
u(c);
|
|
3305
|
-
}, [c]), /* @__PURE__ */ s.jsxs("div", { className: w("luminus-card rounded shadow-sm",
|
|
3305
|
+
}, [c]), /* @__PURE__ */ s.jsxs("div", { className: w("luminus-card rounded shadow-sm", me.card, {
|
|
3306
3306
|
[r ?? ""]: r
|
|
3307
3307
|
}), children: [
|
|
3308
|
-
/* @__PURE__ */ s.jsxs("div", { role: i.collapsible ? "button" : void 0, className: w("header",
|
|
3308
|
+
/* @__PURE__ */ s.jsxs("div", { role: i.collapsible ? "button" : void 0, className: w("header", me.header, {
|
|
3309
3309
|
[o ?? ""]: o
|
|
3310
3310
|
}), onClick: () => {
|
|
3311
3311
|
i.collapsible && (i.controlled ? i.onToggle(!i.isOpen) : u(!l));
|
|
3312
3312
|
}, children: [
|
|
3313
|
-
/* @__PURE__ */ s.jsxs("div", { className: w("header-content",
|
|
3314
|
-
/* @__PURE__ */ s.jsx(
|
|
3313
|
+
/* @__PURE__ */ s.jsxs("div", { className: w("header-content", me.headerContent), children: [
|
|
3314
|
+
/* @__PURE__ */ s.jsx(Q, { variant: "h6", className: w("text-primary", me.title), children: n }),
|
|
3315
3315
|
e ?? null
|
|
3316
3316
|
] }),
|
|
3317
|
-
i.collapsible && /* @__PURE__ */ s.jsx(
|
|
3318
|
-
[
|
|
3317
|
+
i.collapsible && /* @__PURE__ */ s.jsx(Kt, { className: w(me.collapseIcon, {
|
|
3318
|
+
[me.collapsed]: d
|
|
3319
3319
|
}) })
|
|
3320
3320
|
] }),
|
|
3321
|
-
/* @__PURE__ */ s.jsx(
|
|
3321
|
+
/* @__PURE__ */ s.jsx(ln, { in: d, children: /* @__PURE__ */ s.jsx("div", { className: w("card-content border-top border-primary", me.content, {
|
|
3322
3322
|
[a ?? ""]: a
|
|
3323
3323
|
}), children: t }) })
|
|
3324
3324
|
] });
|
|
3325
|
-
},
|
|
3326
|
-
lightbox:
|
|
3327
|
-
show:
|
|
3328
|
-
header:
|
|
3325
|
+
}, Ui = "_lightbox_1if23_1", Vi = "_show_1if23_16", Ki = "_header_1if23_20", zi = "_photo-actions_1if23_26", Qi = "_photo-container_1if23_31", Xi = "_photo_1if23_26", Ji = "_nav-button_1if23_41", Zi = "_photos-preview_1if23_49", ec = "_selected_1if23_62", ne = {
|
|
3326
|
+
lightbox: Ui,
|
|
3327
|
+
show: Vi,
|
|
3328
|
+
header: Ki,
|
|
3329
3329
|
"photo-actions": "_photo-actions_1if23_26",
|
|
3330
|
-
photoActions:
|
|
3330
|
+
photoActions: zi,
|
|
3331
3331
|
"photo-container": "_photo-container_1if23_31",
|
|
3332
|
-
photoContainer:
|
|
3333
|
-
photo:
|
|
3332
|
+
photoContainer: Qi,
|
|
3333
|
+
photo: Xi,
|
|
3334
3334
|
"nav-button": "_nav-button_1if23_41",
|
|
3335
|
-
navButton:
|
|
3335
|
+
navButton: Ji,
|
|
3336
3336
|
"photos-preview": "_photos-preview_1if23_49",
|
|
3337
|
-
photosPreview:
|
|
3338
|
-
selected:
|
|
3339
|
-
},
|
|
3340
|
-
backdrop:
|
|
3341
|
-
show:
|
|
3342
|
-
},
|
|
3343
|
-
[
|
|
3344
|
-
}), onClick: () => e && e() }),
|
|
3345
|
-
const l =
|
|
3337
|
+
photosPreview: Zi,
|
|
3338
|
+
selected: ec
|
|
3339
|
+
}, tc = "_backdrop_3huvf_1", nc = "_show_3huvf_11", Yt = {
|
|
3340
|
+
backdrop: tc,
|
|
3341
|
+
show: nc
|
|
3342
|
+
}, Qn = ({ show: n, onClick: e }) => /* @__PURE__ */ s.jsx("div", { className: w("luminus-backdrop", Yt.backdrop, {
|
|
3343
|
+
[Yt.show]: n
|
|
3344
|
+
}), onClick: () => e && e() }), rc = ({ show: n, onClose: e, photos: t, defaultIndex: r, uploadPhotosText: o, noPhotosText: a, onUploadPhotos: i, photoActions: c }) => {
|
|
3345
|
+
const l = L(null), [u, d] = P(r), h = t.at(u), m = u > 0, p = u < t.length - 1;
|
|
3346
3346
|
D(() => {
|
|
3347
3347
|
n && d(r);
|
|
3348
3348
|
}, [r, n]), D(() => {
|
|
3349
3349
|
u >= t.length && d(t.length - 1);
|
|
3350
3350
|
}, [t, u]);
|
|
3351
|
-
const b =
|
|
3352
|
-
switch (
|
|
3351
|
+
const b = S((g) => {
|
|
3352
|
+
switch (g.key) {
|
|
3353
3353
|
case "ArrowLeft":
|
|
3354
|
-
|
|
3354
|
+
g.stopPropagation(), m && d((f) => f - 1);
|
|
3355
3355
|
break;
|
|
3356
3356
|
case "ArrowRight":
|
|
3357
|
-
|
|
3357
|
+
g.stopPropagation(), p && d((f) => f + 1);
|
|
3358
3358
|
break;
|
|
3359
3359
|
case "Escape":
|
|
3360
|
-
|
|
3360
|
+
g.stopPropagation(), e();
|
|
3361
3361
|
break;
|
|
3362
3362
|
}
|
|
3363
3363
|
}, [p, m, e]);
|
|
3364
|
-
return
|
|
3365
|
-
/* @__PURE__ */ s.jsx(
|
|
3366
|
-
/* @__PURE__ */ s.jsxs("div", { ref: l, className: w("luminus-lightbox rounded shadow",
|
|
3367
|
-
[
|
|
3364
|
+
return en(b), /* @__PURE__ */ s.jsxs(s.Fragment, { children: [
|
|
3365
|
+
/* @__PURE__ */ s.jsx(Qn, { show: n, onClick: e }),
|
|
3366
|
+
/* @__PURE__ */ s.jsxs("div", { ref: l, className: w("luminus-lightbox rounded shadow", ne.lightbox, {
|
|
3367
|
+
[ne.show]: n
|
|
3368
3368
|
}), children: [
|
|
3369
|
-
/* @__PURE__ */ s.jsxs("div", { className:
|
|
3370
|
-
/* @__PURE__ */ s.jsxs("div", { className: w("rounded",
|
|
3371
|
-
i && /* @__PURE__ */ s.jsx(
|
|
3372
|
-
|
|
3373
|
-
}, icon: /* @__PURE__ */ s.jsx(
|
|
3374
|
-
h && (c == null ? void 0 : c.map(({ label:
|
|
3375
|
-
|
|
3369
|
+
/* @__PURE__ */ s.jsxs("div", { className: ne.header, children: [
|
|
3370
|
+
/* @__PURE__ */ s.jsxs("div", { className: w("rounded", ne.photoActions), children: [
|
|
3371
|
+
i && /* @__PURE__ */ s.jsx(Vn, { accept: ".jpg,.jpeg,.png", onUpload: (g) => {
|
|
3372
|
+
g.length > 0 && i(Array.from(g));
|
|
3373
|
+
}, icon: /* @__PURE__ */ s.jsx(zt, { style: { fontSize: 18 } }), multiple: !0, className: "me-3", children: o ?? null }),
|
|
3374
|
+
h && (c == null ? void 0 : c.map(({ label: g, onClick: f, ..._ }, v) => /* @__PURE__ */ s.jsx(
|
|
3375
|
+
Un,
|
|
3376
3376
|
{
|
|
3377
3377
|
onClick: () => f(h.id),
|
|
3378
|
-
...
|
|
3379
|
-
children:
|
|
3378
|
+
..._,
|
|
3379
|
+
children: g
|
|
3380
3380
|
},
|
|
3381
|
-
`action-${
|
|
3381
|
+
`action-${v}`
|
|
3382
3382
|
)))
|
|
3383
3383
|
] }),
|
|
3384
|
-
/* @__PURE__ */ s.jsx("div", { role: "button", onClick: e, children: /* @__PURE__ */ s.jsx(
|
|
3384
|
+
/* @__PURE__ */ s.jsx("div", { role: "button", onClick: e, children: /* @__PURE__ */ s.jsx(ke, { style: { fontSize: "32px" } }) })
|
|
3385
3385
|
] }),
|
|
3386
|
-
t.length === 0 && /* @__PURE__ */ s.jsx("div", { className: "w-100 h-100 d-flex align-items-center justify-content-center", children: /* @__PURE__ */ s.jsx(
|
|
3387
|
-
h && /* @__PURE__ */ s.jsxs("div", { className:
|
|
3388
|
-
/* @__PURE__ */ s.jsx("div", { role: m ? "button" : void 0, className: w("align-items-start",
|
|
3389
|
-
/* @__PURE__ */ s.jsx("img", { src: h.lgSrc, alt: h.alt, className: w("rounded",
|
|
3390
|
-
/* @__PURE__ */ s.jsx("div", { role: p ? "button" : void 0, className: w("align-items-end",
|
|
3386
|
+
t.length === 0 && /* @__PURE__ */ s.jsx("div", { className: "w-100 h-100 d-flex align-items-center justify-content-center", children: /* @__PURE__ */ s.jsx(Q, { variant: "body", children: a ?? "No photos available" }) }),
|
|
3387
|
+
h && /* @__PURE__ */ s.jsxs("div", { className: ne.photoContainer, children: [
|
|
3388
|
+
/* @__PURE__ */ s.jsx("div", { role: m ? "button" : void 0, className: w("align-items-start", ne.navButton), onClick: () => m && d((g) => g - 1), children: m && /* @__PURE__ */ s.jsx(ct, { style: { fontSize: "40px" } }) }),
|
|
3389
|
+
/* @__PURE__ */ s.jsx("img", { src: h.lgSrc, alt: h.alt, className: w("rounded", ne.photo) }),
|
|
3390
|
+
/* @__PURE__ */ s.jsx("div", { role: p ? "button" : void 0, className: w("align-items-end", ne.navButton), onClick: () => p && d((g) => g + 1), children: p && /* @__PURE__ */ s.jsx(lt, { style: { fontSize: "40px" } }) })
|
|
3391
3391
|
] }),
|
|
3392
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3392
|
+
/* @__PURE__ */ s.jsx("div", { className: ne.photosPreview, children: t.map((g, f) => (
|
|
3393
3393
|
// eslint-disable-next-line jsx-a11y/no-noninteractive-element-interactions
|
|
3394
|
-
/* @__PURE__ */ s.jsx("img", { role: f !== u ? "button" : void 0, src:
|
|
3395
|
-
[
|
|
3396
|
-
}), onClick: () => d(f) },
|
|
3394
|
+
/* @__PURE__ */ s.jsx("img", { role: f !== u ? "button" : void 0, src: g.smSrc, alt: g.alt, className: w("rounded", ne.photo, {
|
|
3395
|
+
[ne.selected]: f === u
|
|
3396
|
+
}), onClick: () => d(f) }, g.id)
|
|
3397
3397
|
)) })
|
|
3398
3398
|
] })
|
|
3399
3399
|
] });
|
|
3400
|
-
},
|
|
3400
|
+
}, jc = ({ photos: n, onUploadPhotos: e, uploadPhotosText: t, photoActions: r }) => {
|
|
3401
3401
|
const [o, a] = P(null), i = o !== null ? n[o] : null, [c, l] = P(!1);
|
|
3402
3402
|
return D(() => {
|
|
3403
3403
|
if (n.length === 0) {
|
|
@@ -3417,55 +3417,55 @@ const mi = "_item_1dy8x_1", Kn = {
|
|
|
3417
3417
|
onClick: () => l(!0)
|
|
3418
3418
|
}
|
|
3419
3419
|
),
|
|
3420
|
-
/* @__PURE__ */ s.jsx(
|
|
3421
|
-
] }) : e ? /* @__PURE__ */ s.jsx(
|
|
3420
|
+
/* @__PURE__ */ s.jsx(rc, { show: c, onClose: () => l(!1), photos: n, defaultIndex: o ?? 0, uploadPhotosText: t, onUploadPhotos: e, photoActions: r })
|
|
3421
|
+
] }) : e ? /* @__PURE__ */ s.jsx(Vn, { accept: ".jpg,.jpeg,.png", onUpload: (u) => {
|
|
3422
3422
|
u.length > 0 && e(Array.from(u));
|
|
3423
|
-
}, icon: /* @__PURE__ */ s.jsx(
|
|
3424
|
-
},
|
|
3425
|
-
const { NavigateComponent: t } =
|
|
3423
|
+
}, icon: /* @__PURE__ */ s.jsx(zt, { style: { fontSize: 18 } }), multiple: !0, children: t ?? null }) : null;
|
|
3424
|
+
}, Cc = ({ appAccessPermissions: n, children: e }) => {
|
|
3425
|
+
const { NavigateComponent: t } = R(ue), { useMsal: r, msalScopes: o } = R(Tr), { isAuthenticated: a } = Sr(), { user: i } = R(Er), c = i && (n == null ? void 0 : n.every((l) => {
|
|
3426
3426
|
var u;
|
|
3427
3427
|
return (u = i.permissions) == null ? void 0 : u.includes(l);
|
|
3428
3428
|
}));
|
|
3429
|
-
return r ? /* @__PURE__ */ s.jsxs(
|
|
3429
|
+
return r ? /* @__PURE__ */ s.jsxs(xa, { interactionType: We.Redirect, authenticationRequest: { scopes: o }, children: [
|
|
3430
3430
|
!i && /* @__PURE__ */ s.jsx(t, { to: "/no-user-login", replace: !0 }),
|
|
3431
3431
|
c ? /* @__PURE__ */ s.jsx(s.Fragment, { children: e }) : /* @__PURE__ */ s.jsx(t, { to: "/user-not-permitted", replace: !0 })
|
|
3432
3432
|
] }) : !a() || !i ? /* @__PURE__ */ s.jsx(t, { to: "/login", replace: !0 }) : c ? e : /* @__PURE__ */ s.jsx(t, { to: "/user-not-permitted", replace: !0 });
|
|
3433
|
-
},
|
|
3434
|
-
/* @__PURE__ */ s.jsx(
|
|
3435
|
-
/* @__PURE__ */ s.jsx(
|
|
3436
|
-
] }), trigger: o ?? "hover", rootClose: !0, children: r }),
|
|
3433
|
+
}, Nc = ({ heading: n, content: e, placement: t, children: r, trigger: o }) => /* @__PURE__ */ s.jsx(Or, { placement: t, overlay: /* @__PURE__ */ s.jsxs(Qe, { className: "luminus-tooltip", children: [
|
|
3434
|
+
/* @__PURE__ */ s.jsx(Qe.Header, { as: "h3", children: n }),
|
|
3435
|
+
/* @__PURE__ */ s.jsx(Qe.Body, { children: e })
|
|
3436
|
+
] }), trigger: o ?? "hover", rootClose: !0, children: r }), $c = ({ InputContainer: n = He, label: e, value: t, onChange: r, hidden: o, disabled: a, className: i, type: c, withoutLabel: l }) => /* @__PURE__ */ s.jsx(n, { isForCheckInput: !0, hidden: o, label: e ?? "", withoutLabel: l, children: /* @__PURE__ */ s.jsx(Z.Check, { id: `check-${e}`, type: c ?? "checkbox", label: e ?? "", checked: t, onChange: (u) => {
|
|
3437
3437
|
var d;
|
|
3438
3438
|
r && r(((d = u.target) == null ? void 0 : d.checked) ?? !1);
|
|
3439
|
-
}, className: i ?? "", hidden: o ?? !1, disabled: a ?? !1 }) }),
|
|
3440
|
-
const f = e === "number",
|
|
3439
|
+
}, className: i ?? "", hidden: o ?? !1, disabled: a ?? !1 }) }), Ic = ({ InputContainer: n = He, type: e, value: t, onChange: r, debounceMs: o, label: a, withoutLabel: i, placeholder: c, size: l, hidden: u, disabled: d, showClearIcon: h, clearValue: m, list: p, className: b, step: g }) => {
|
|
3440
|
+
const f = e === "number", _ = S(() => {
|
|
3441
3441
|
if (!r)
|
|
3442
3442
|
return;
|
|
3443
3443
|
const I = m ?? null;
|
|
3444
3444
|
r(f ? I ? Number(I) : null : (I == null ? void 0 : I.toString()) ?? "");
|
|
3445
|
-
}, [m, f, r]),
|
|
3445
|
+
}, [m, f, r]), v = L(null), [y, N] = P((t == null ? void 0 : t.toString()) ?? ""), j = S((I) => {
|
|
3446
3446
|
const k = I;
|
|
3447
3447
|
r && (f && r(k == null || k === "" ? null : Number(k)), r(k || null));
|
|
3448
|
-
}, [f, r]),
|
|
3449
|
-
var
|
|
3450
|
-
const k = (
|
|
3448
|
+
}, [f, r]), x = S((I) => {
|
|
3449
|
+
var O;
|
|
3450
|
+
const k = (O = I.target) == null ? void 0 : O.value;
|
|
3451
3451
|
if (!o) {
|
|
3452
|
-
|
|
3452
|
+
j(k);
|
|
3453
3453
|
return;
|
|
3454
3454
|
}
|
|
3455
|
-
|
|
3456
|
-
|
|
3455
|
+
N(k), v.current !== null && window.clearTimeout(v.current), v.current = window.setTimeout(() => {
|
|
3456
|
+
j(k);
|
|
3457
3457
|
}, o);
|
|
3458
|
-
}, [o,
|
|
3458
|
+
}, [o, j]);
|
|
3459
3459
|
D(() => {
|
|
3460
|
-
|
|
3460
|
+
N(t === null ? "" : t.toString());
|
|
3461
3461
|
}, [t]);
|
|
3462
|
-
const [
|
|
3462
|
+
const [$, E] = P(!1), M = nn(e, t ? t.toString() ?? null : null, $);
|
|
3463
3463
|
return /* @__PURE__ */ s.jsxs(n, { withoutLabel: i, label: a ?? "", hidden: u, children: [
|
|
3464
|
-
/* @__PURE__ */ s.jsx(
|
|
3465
|
-
h && t && r && !d && /* @__PURE__ */ s.jsx("div", { className: `luminus-input-remove-icon ${e !== "text" ? "inset" : ""}`, children: /* @__PURE__ */ s.jsx(
|
|
3464
|
+
/* @__PURE__ */ s.jsx(Z.Control, { type: M, placeholder: c ?? a, size: l, value: o ? y : t ?? "", onChange: x, className: b ?? "", hidden: u, disabled: d ?? !1, list: p, onFocus: () => E(!0), onBlur: () => E(!1), step: g }),
|
|
3465
|
+
h && t && r && !d && /* @__PURE__ */ s.jsx("div", { className: `luminus-input-remove-icon ${e !== "text" ? "inset" : ""}`, children: /* @__PURE__ */ s.jsx(ee, { color: "secondary", size: "sm", onClick: _, children: /* @__PURE__ */ s.jsx(ke, {}) }) })
|
|
3466
3466
|
] });
|
|
3467
|
-
},
|
|
3468
|
-
InputContainer: n =
|
|
3467
|
+
}, Tc = ({
|
|
3468
|
+
InputContainer: n = He,
|
|
3469
3469
|
value: e,
|
|
3470
3470
|
options: t,
|
|
3471
3471
|
onChange: r,
|
|
@@ -3482,335 +3482,339 @@ const mi = "_item_1dy8x_1", Kn = {
|
|
|
3482
3482
|
noEmptyOption: b
|
|
3483
3483
|
// it will still add the empty option if there is no value provided or value is empty string or null
|
|
3484
3484
|
}) => {
|
|
3485
|
-
const
|
|
3485
|
+
const g = S(() => {
|
|
3486
3486
|
if (!r)
|
|
3487
3487
|
return;
|
|
3488
3488
|
const f = h ?? null;
|
|
3489
3489
|
r(i ? f ? Number(f) : null : (f == null ? void 0 : f.toString()) ?? "");
|
|
3490
3490
|
}, [h, i, r]);
|
|
3491
3491
|
return /* @__PURE__ */ s.jsxs(n, { withoutLabel: a, label: o ?? "", hidden: l, children: [
|
|
3492
|
-
/* @__PURE__ */ s.jsxs(
|
|
3493
|
-
var
|
|
3492
|
+
/* @__PURE__ */ s.jsxs(Z.Select, { size: c, value: e ?? "", onChange: (f) => {
|
|
3493
|
+
var v;
|
|
3494
3494
|
if (!r)
|
|
3495
3495
|
return;
|
|
3496
|
-
const
|
|
3497
|
-
i && r(
|
|
3496
|
+
const _ = (v = f.target) == null ? void 0 : v.value;
|
|
3497
|
+
i && r(_ ? parseInt(_, 10) : null), r(_ || null);
|
|
3498
3498
|
}, className: p ?? "", hidden: l, disabled: u ?? !1, children: [
|
|
3499
3499
|
b && !(e == null || e === "") ? void 0 : /* @__PURE__ */ s.jsx("option", { value: "" }),
|
|
3500
|
-
t == null ? void 0 : t.sort((f,
|
|
3500
|
+
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))
|
|
3501
3501
|
] }),
|
|
3502
|
-
d && e && r && !u && /* @__PURE__ */ s.jsx("div", { className: "luminus-input-remove-icon inset", children: /* @__PURE__ */ s.jsx(
|
|
3502
|
+
d && e && r && !u && /* @__PURE__ */ s.jsx("div", { className: "luminus-input-remove-icon inset", children: /* @__PURE__ */ s.jsx(ee, { color: "secondary", size: "sm", onClick: g, children: /* @__PURE__ */ s.jsx(ke, {}) }) })
|
|
3503
3503
|
] });
|
|
3504
|
-
},
|
|
3505
|
-
var
|
|
3506
|
-
const [f,
|
|
3504
|
+
}, Sc = ({ InputContainer: n = He, items: e, defaultSelection: t, onClickSelectedItem: r, onSearchQueryChange: o, texts: a, isLoading: i, isNumber: c, onSelect: l, label: u, withoutLabel: d, size: h, dropdownItemsNameWidth: m, additionalColumns: p, hidden: b, disabled: g }) => {
|
|
3505
|
+
var $, E;
|
|
3506
|
+
const [f, _] = P(t), [v, y] = P(!1);
|
|
3507
3507
|
D(() => {
|
|
3508
|
-
|
|
3508
|
+
_(t);
|
|
3509
3509
|
}, [t]);
|
|
3510
|
-
const
|
|
3511
|
-
|
|
3512
|
-
}, []),
|
|
3513
|
-
y(!1),
|
|
3514
|
-
}, [
|
|
3510
|
+
const N = S((M) => {
|
|
3511
|
+
_(M);
|
|
3512
|
+
}, []), j = S((M) => {
|
|
3513
|
+
y(!1), N(M);
|
|
3514
|
+
}, [N]);
|
|
3515
3515
|
D(() => {
|
|
3516
3516
|
l && l(f);
|
|
3517
3517
|
}, [f, l]);
|
|
3518
|
-
const
|
|
3519
|
-
return /* @__PURE__ */ s.jsx(s.Fragment, { children: /* @__PURE__ */ s.jsxs(n, { withoutLabel: d, label: u ?? "", hidden: b, inputContainerClassName: w({ "luminus-dropdown-select-open":
|
|
3520
|
-
/* @__PURE__ */ s.jsxs(
|
|
3521
|
-
id: c ? Number(
|
|
3518
|
+
const x = L(null);
|
|
3519
|
+
return /* @__PURE__ */ s.jsx(s.Fragment, { children: /* @__PURE__ */ s.jsxs(n, { withoutLabel: d, label: u ?? "", hidden: b, inputContainerClassName: w({ "luminus-dropdown-select-open": v }), children: [
|
|
3520
|
+
/* @__PURE__ */ s.jsxs(Z.Select, { ref: x, size: h, value: (f == null ? void 0 : f.id) ?? "", onChange: (M) => _({
|
|
3521
|
+
id: c ? Number(M.target.value) ?? null : M.target.value,
|
|
3522
3522
|
name: ""
|
|
3523
|
-
}), onMouseDown: (
|
|
3524
|
-
|
|
3523
|
+
}), onMouseDown: (M) => {
|
|
3524
|
+
M.currentTarget.focus(), M.preventDefault();
|
|
3525
3525
|
}, onClick: () => {
|
|
3526
3526
|
y(!0);
|
|
3527
|
-
}, disabled:
|
|
3527
|
+
}, disabled: g && r === void 0, className: w({ "luminus-dropdown-picker-disabled": g }), hidden: b, children: [
|
|
3528
3528
|
/* @__PURE__ */ s.jsx("option", { value: "" }),
|
|
3529
|
-
t && /* @__PURE__ */ s.jsx("option", { value: t.id ?? void 0, children: t.name && ((
|
|
3530
|
-
f && /* @__PURE__ */ s.jsx("option", { value: f.id ?? void 0, children: f.name && ((
|
|
3529
|
+
t && /* @__PURE__ */ s.jsx("option", { value: t.id ?? void 0, children: t.name && (($ = t.name) == null ? void 0 : $.length) > 0 ? t.name : t.id }),
|
|
3530
|
+
f && /* @__PURE__ */ s.jsx("option", { value: f.id ?? void 0, children: f.name && ((E = f.name) == null ? void 0 : E.length) > 0 ? f.name : f.id })
|
|
3531
3531
|
] }),
|
|
3532
|
-
|
|
3532
|
+
x.current && /* @__PURE__ */ s.jsx(gt, { show: v, onCancel: () => y(!1), items: e, currentSelection: f, onSelectionChange: j, onSearchQueryChange: o, texts: a, itemsNameWidth: m, additionalColumns: p, isLoading: i, disabled: g, inputRef: x })
|
|
3533
3533
|
] }) });
|
|
3534
|
-
},
|
|
3535
|
-
const { register: u, formState: d, setValue: h } =
|
|
3534
|
+
}, Ec = ({ InputContainer: n = we, formField: e, label: t, resetsFields: r, type: o, required: a, hidden: i, disabled: c, withoutLabel: l }) => {
|
|
3535
|
+
const { register: u, formState: d, setValue: h } = de(), [m, p] = P(void 0);
|
|
3536
3536
|
D(() => {
|
|
3537
|
-
const
|
|
3537
|
+
const g = e.split(".");
|
|
3538
3538
|
let f = d.errors;
|
|
3539
|
-
|
|
3540
|
-
f !== void 0 && (f = f[
|
|
3539
|
+
g.forEach((_) => {
|
|
3540
|
+
f !== void 0 && (f = f[_]);
|
|
3541
3541
|
}), p(f);
|
|
3542
3542
|
}, [d, e]);
|
|
3543
3543
|
const b = m !== void 0;
|
|
3544
3544
|
return /* @__PURE__ */ s.jsxs(n, { isForCheckInput: !0, hidden: i, label: `${t}${a ? " *" : ""}`, isInvalid: b, withoutLabel: l, children: [
|
|
3545
|
-
/* @__PURE__ */ s.jsx(
|
|
3545
|
+
/* @__PURE__ */ s.jsx(Z.Check, { id: `check-${e}`, type: o ?? "checkbox", label: `${t}${a ? " *" : ""}`, ...u(e, {
|
|
3546
3546
|
onChange: () => {
|
|
3547
|
-
r && r.forEach((
|
|
3547
|
+
r && r.forEach((g) => h(g, null));
|
|
3548
3548
|
}
|
|
3549
3549
|
}), isInvalid: b, hidden: i, disabled: c, className: "w-100" }),
|
|
3550
|
-
m && /* @__PURE__ */ s.jsx(
|
|
3550
|
+
m && /* @__PURE__ */ s.jsx(xe, { message: m.message })
|
|
3551
3551
|
] });
|
|
3552
|
-
},
|
|
3553
|
-
const { register: l, formState: u, setValue: d, watch: h } =
|
|
3552
|
+
}, Oc = ({ InputContainer: n = we, label: e, formField: t, options: r, resetsFields: o, required: a, disabled: i, hidden: c }) => {
|
|
3553
|
+
const { register: l, formState: u, setValue: d, watch: h } = de(), [m, p] = P(void 0), b = U(() => r, [r]);
|
|
3554
3554
|
D(() => {
|
|
3555
3555
|
const f = t.split(".");
|
|
3556
|
-
let
|
|
3557
|
-
f.forEach((
|
|
3558
|
-
|
|
3559
|
-
}), p(
|
|
3556
|
+
let _ = u.errors;
|
|
3557
|
+
f.forEach((v) => {
|
|
3558
|
+
_ !== void 0 && (_ = _[v]);
|
|
3559
|
+
}), p(_);
|
|
3560
3560
|
}, [u, t]);
|
|
3561
|
-
const
|
|
3562
|
-
return /* @__PURE__ */ s.jsxs(n, { isForRadioInput: !0, hidden: c, withoutLabel: !e, label: `${e}${a ? " *" : ""}`, isInvalid:
|
|
3563
|
-
b.map((f) => /* @__PURE__ */ s.jsx(
|
|
3561
|
+
const g = m !== void 0;
|
|
3562
|
+
return /* @__PURE__ */ s.jsxs(n, { isForRadioInput: !0, hidden: c, withoutLabel: !e, label: `${e}${a ? " *" : ""}`, isInvalid: g, children: [
|
|
3563
|
+
b.map((f) => /* @__PURE__ */ s.jsx(Z.Check, { id: `radio-${f.id}`, label: f.name, type: "radio", value: f.id ?? "", checked: h(t) === f.id, ...l(t, {
|
|
3564
3564
|
onChange: () => {
|
|
3565
|
-
o && o.forEach((
|
|
3565
|
+
o && o.forEach((_) => d(_, null));
|
|
3566
3566
|
}
|
|
3567
|
-
}), isInvalid:
|
|
3568
|
-
m && /* @__PURE__ */ s.jsx(
|
|
3567
|
+
}), isInvalid: g, hidden: c, disabled: i, className: "w-100" }, f.id)),
|
|
3568
|
+
m && /* @__PURE__ */ s.jsx(xe, { message: m.message })
|
|
3569
3569
|
] });
|
|
3570
|
-
},
|
|
3571
|
-
const { register:
|
|
3572
|
-
const
|
|
3573
|
-
|
|
3574
|
-
}, [i,
|
|
3575
|
-
const
|
|
3576
|
-
let
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
}), v(
|
|
3580
|
-
}, [
|
|
3570
|
+
}, Mc = ({ InputContainer: n = we, formField: e, label: t, resetsFields: r, size: o, showClearIcon: a, clearValue: i, required: c, hidden: l, disabled: u, rows: d, withoutLabel: h, customFormControlProps: m }) => {
|
|
3571
|
+
const { register: p, formState: b, setValue: g, watch: f } = de(), [_, v] = P(void 0), y = S(() => {
|
|
3572
|
+
const x = i ?? null;
|
|
3573
|
+
g(e, (x == null ? void 0 : x.toString()) ?? "");
|
|
3574
|
+
}, [i, g, e]), N = S(() => {
|
|
3575
|
+
const x = e.split(".");
|
|
3576
|
+
let $ = b.errors;
|
|
3577
|
+
x.forEach((E) => {
|
|
3578
|
+
$ !== void 0 && ($ = $[E]);
|
|
3579
|
+
}), v($);
|
|
3580
|
+
}, [b, e]);
|
|
3581
3581
|
D(() => {
|
|
3582
|
-
|
|
3583
|
-
}, [
|
|
3584
|
-
const
|
|
3585
|
-
return /* @__PURE__ */ s.jsxs(n, { label: `${t}${c ? " *" : ""}`, hidden: l, withoutLabel: h, isInvalid:
|
|
3586
|
-
/* @__PURE__ */ s.jsx(
|
|
3582
|
+
N();
|
|
3583
|
+
}, [N]);
|
|
3584
|
+
const j = _ !== void 0;
|
|
3585
|
+
return /* @__PURE__ */ s.jsxs(n, { label: `${t}${c ? " *" : ""}`, hidden: l, withoutLabel: h, isInvalid: j, children: [
|
|
3586
|
+
/* @__PURE__ */ s.jsx(Z.Control, { as: "textarea", size: o, ...p(e, {
|
|
3587
3587
|
onChange: () => {
|
|
3588
|
-
r && r.forEach((
|
|
3588
|
+
r && r.forEach((x) => g(x, null));
|
|
3589
3589
|
}
|
|
3590
|
-
}), isInvalid:
|
|
3591
|
-
a &&
|
|
3592
|
-
|
|
3590
|
+
}), isInvalid: j, hidden: l, disabled: u, rows: d ?? 2, className: "w-100", ...m }),
|
|
3591
|
+
a && f(e) && /* @__PURE__ */ s.jsx("div", { className: "luminus-input-remove-icon", children: /* @__PURE__ */ s.jsx(ee, { color: "secondary", size: "sm", onClick: y, children: /* @__PURE__ */ s.jsx(ke, {}) }) }),
|
|
3592
|
+
_ && /* @__PURE__ */ s.jsx(xe, { message: _.message })
|
|
3593
3593
|
] });
|
|
3594
|
-
},
|
|
3595
|
-
const { register:
|
|
3596
|
-
const
|
|
3597
|
-
e === "number" ? v(t,
|
|
3598
|
-
}, [l, e, v, t]),
|
|
3599
|
-
const
|
|
3600
|
-
let
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
}),
|
|
3604
|
-
}, [
|
|
3594
|
+
}, Pc = ({ InputContainer: n = we, type: e, formField: t, label: r, placeholder: o, size: a, resetsFields: i, showClearIcon: c, clearValue: l, required: u, hidden: d, disabled: h, withoutLabel: m, list: p, step: b, CustomOnChangeComponent: g }) => {
|
|
3595
|
+
const { register: f, formState: _, setValue: v, watch: y } = de(), [N, j] = P(void 0), x = S(() => {
|
|
3596
|
+
const T = l ?? null;
|
|
3597
|
+
e === "number" ? v(t, T !== null ? Number(T) : null) : v(t, (T == null ? void 0 : T.toString()) ?? "");
|
|
3598
|
+
}, [l, e, v, t]), $ = S(() => {
|
|
3599
|
+
const T = t.split(".");
|
|
3600
|
+
let F = _.errors;
|
|
3601
|
+
T.forEach((B) => {
|
|
3602
|
+
F !== void 0 && (F = F[B]);
|
|
3603
|
+
}), j(F);
|
|
3604
|
+
}, [_, t]);
|
|
3605
3605
|
D(() => {
|
|
3606
|
-
|
|
3607
|
-
}, [
|
|
3608
|
-
const
|
|
3609
|
-
return /* @__PURE__ */ s.jsxs(n, { label: `${r}${u ? " *" : ""}`, hidden: d, withoutLabel: m, isInvalid:
|
|
3610
|
-
/* @__PURE__ */ s.
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
|
|
3619
|
-
|
|
3620
|
-
|
|
3606
|
+
$();
|
|
3607
|
+
}, [$]);
|
|
3608
|
+
const E = N !== void 0, [M, I] = P(!1), k = y(t), O = nn(e, k ?? null, M);
|
|
3609
|
+
return /* @__PURE__ */ s.jsxs(n, { label: `${r}${u ? " *" : ""}`, hidden: d, withoutLabel: m, isInvalid: E, children: [
|
|
3610
|
+
/* @__PURE__ */ s.jsxs("div", { className: "luminus-input-container position-relative w-100", children: [
|
|
3611
|
+
/* @__PURE__ */ s.jsx(Z.Control, { type: O, placeholder: o ?? r, size: a, onFocus: () => {
|
|
3612
|
+
I(!0);
|
|
3613
|
+
}, ...f(t, {
|
|
3614
|
+
setValueAs: (T) => e === "number" ? T == null || T === "" ? null : Number(T) : T == null || T === "" ? null : T,
|
|
3615
|
+
onChange: () => {
|
|
3616
|
+
i && i.forEach((T) => v(T, null, { shouldDirty: !0, shouldValidate: !0 }));
|
|
3617
|
+
},
|
|
3618
|
+
onBlur: () => I(!1)
|
|
3619
|
+
}), isInvalid: E, hidden: d, disabled: h, list: p, className: "w-100", step: b }),
|
|
3620
|
+
g && /* @__PURE__ */ s.jsx("div", { className: "custom-picker-button", children: g })
|
|
3621
|
+
] }),
|
|
3622
|
+
c && y(t) && /* @__PURE__ */ s.jsx("div", { className: `luminus-input-remove-icon ${e !== "text" ? "inset" : ""}`, children: /* @__PURE__ */ s.jsx(ee, { color: "secondary", size: "sm", onClick: x, children: /* @__PURE__ */ s.jsx(ke, {}) }) }),
|
|
3623
|
+
N && /* @__PURE__ */ s.jsx(xe, { message: N.message })
|
|
3621
3624
|
] });
|
|
3622
|
-
},
|
|
3623
|
-
const { formState:
|
|
3624
|
-
const
|
|
3625
|
-
let
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
}),
|
|
3629
|
-
}, [
|
|
3630
|
-
if ((
|
|
3625
|
+
}, Dc = ({ InputContainer: n = we, formField: e, label: t, size: r, defaultSelection: o, resetsFields: a, isNumber: i, required: c, hidden: l, disabled: u, items: d, onSearchQueryChange: h, onClickSelectedItem: m, texts: p, dropdownItemsNameWidth: b, isLoading: g, withoutLabel: f, additionalColumns: _, CustomOnChangeComponent: v, displayIdAsName: y }) => {
|
|
3626
|
+
const { formState: N, setValue: j, watch: x, control: $ } = de(), [E, M] = P(void 0), [I, k] = P(!1), [O, T] = P(!1), F = x(e) ?? null, B = F === (o == null ? void 0 : o.id) ? o == null ? void 0 : o.name : x(`${e}-DropdownName`), V = U(() => F == null ? null : { id: F ?? null, name: B ?? "" }, [F, B]), X = S(() => {
|
|
3627
|
+
const H = e.split(".");
|
|
3628
|
+
let ie = N.errors;
|
|
3629
|
+
H.forEach((ze) => {
|
|
3630
|
+
ie !== void 0 && (ie = ie[ze]);
|
|
3631
|
+
}), M(ie);
|
|
3632
|
+
}, [N, e]), oe = S((H) => {
|
|
3633
|
+
if ((H == null ? void 0 : H.id) === F)
|
|
3631
3634
|
return;
|
|
3632
|
-
if (a && a.forEach((
|
|
3633
|
-
|
|
3635
|
+
if (a && a.forEach((ze) => j(ze, null, { shouldDirty: !0, shouldValidate: !0 })), H === null) {
|
|
3636
|
+
j(e, null, {
|
|
3634
3637
|
shouldDirty: !0,
|
|
3635
|
-
shouldValidate:
|
|
3636
|
-
}),
|
|
3638
|
+
shouldValidate: O
|
|
3639
|
+
}), j(`${e}-DropdownName`, null);
|
|
3637
3640
|
return;
|
|
3638
3641
|
}
|
|
3639
|
-
let
|
|
3640
|
-
i ?
|
|
3642
|
+
let ie = null;
|
|
3643
|
+
i ? ie = (H == null ? void 0 : H.id) !== null && (H == null ? void 0 : H.id) !== "" ? parseInt(H.id.toString(), 10) : null : ie = H.id === null || H.id === void 0 || H.id === "" ? null : H.id, j(e, ie, {
|
|
3641
3644
|
shouldDirty: !0,
|
|
3642
|
-
shouldValidate:
|
|
3643
|
-
}),
|
|
3644
|
-
}, [
|
|
3645
|
-
|
|
3646
|
-
}, [oe]),
|
|
3647
|
-
|
|
3645
|
+
shouldValidate: O
|
|
3646
|
+
}), j(`${e}-DropdownName`, H.name ?? "");
|
|
3647
|
+
}, [j, e, O, i, a, F]), re = S((H) => {
|
|
3648
|
+
k(!1), oe(H);
|
|
3649
|
+
}, [oe]), C = S(() => {
|
|
3650
|
+
k(!1);
|
|
3648
3651
|
}, []);
|
|
3649
3652
|
D(() => {
|
|
3650
|
-
|
|
3651
|
-
}, [
|
|
3652
|
-
|
|
3653
|
-
}, [
|
|
3654
|
-
const
|
|
3655
|
-
return /* @__PURE__ */ s.jsx(s.Fragment, { children: /* @__PURE__ */ s.jsxs(n, { label: `${t}${c ? " *" : ""}`, hidden: l, withoutLabel: f, isInvalid:
|
|
3656
|
-
/* @__PURE__ */ s.jsxs("div", { className: "luminus-
|
|
3657
|
-
|
|
3658
|
-
|
|
3653
|
+
X();
|
|
3654
|
+
}, [X]), D(() => {
|
|
3655
|
+
N.isSubmitted && T(!0);
|
|
3656
|
+
}, [N]);
|
|
3657
|
+
const Y = L(null), W = E !== void 0, K = m !== void 0, wt = K && V !== null;
|
|
3658
|
+
return /* @__PURE__ */ s.jsx(s.Fragment, { children: /* @__PURE__ */ s.jsxs(n, { label: `${t}${c ? " *" : ""}`, hidden: l, withoutLabel: f, isInvalid: W, inputContainerClassName: w({ "luminus-dropdown-select-open": I }), children: [
|
|
3659
|
+
/* @__PURE__ */ s.jsxs("div", { className: "luminus-input-container position-relative w-100", children: [
|
|
3660
|
+
y && (V == null ? void 0 : V.name) && /* @__PURE__ */ s.jsx(Q, { variant: "caption", className: "luminus-dropdown-selection-name d-flex justify-content-end mt-2", children: V.name }),
|
|
3661
|
+
/* @__PURE__ */ s.jsx(Jt, { control: $, name: e, render: () => /* @__PURE__ */ s.jsx(Z.Select, { size: r, onMouseDown: (H) => {
|
|
3662
|
+
H.currentTarget.focus(), H.preventDefault();
|
|
3659
3663
|
}, onClick: () => {
|
|
3660
|
-
|
|
3661
|
-
}, ref:
|
|
3662
|
-
}, isInvalid:
|
|
3664
|
+
K ? wt && m(V) : !u && k(!0);
|
|
3665
|
+
}, ref: Y, value: F ?? "", onChange: () => {
|
|
3666
|
+
}, isInvalid: W, hidden: l, className: w("w-100", {
|
|
3663
3667
|
"luminus-dropdown-picker-disabled": u,
|
|
3664
|
-
"luminus-dropdown-picker-link":
|
|
3665
|
-
}), children: /* @__PURE__ */ s.jsx("option", { value:
|
|
3666
|
-
|
|
3667
|
-
!
|
|
3668
|
-
|
|
3668
|
+
"luminus-dropdown-picker-link": wt
|
|
3669
|
+
}), children: /* @__PURE__ */ s.jsx("option", { value: F, children: y ? F : (B == null ? void 0 : B.length) > 0 ? B : F }) }) }),
|
|
3670
|
+
v || !u && K ? /* @__PURE__ */ s.jsxs("div", { className: "custom-picker-button", children: [
|
|
3671
|
+
!v && !u && K && /* @__PURE__ */ s.jsx(ee, { size: "sm", color: "secondary", onClick: () => k(!0), children: /* @__PURE__ */ s.jsx(Vt, {}) }),
|
|
3672
|
+
v ?? null
|
|
3669
3673
|
] }) : null
|
|
3670
3674
|
] }),
|
|
3671
|
-
|
|
3672
|
-
|
|
3675
|
+
E && /* @__PURE__ */ s.jsx(xe, { message: E.message }),
|
|
3676
|
+
Y.current && /* @__PURE__ */ s.jsx(gt, { show: I, onCancel: C, items: d, currentSelection: V, onSelectionChange: re, onSearchQueryChange: h, texts: p, itemsNameWidth: b, additionalColumns: _, displayIdAsName: y, isLoading: g, disabled: u, inputRef: Y })
|
|
3673
3677
|
] }) });
|
|
3674
|
-
},
|
|
3675
|
-
const { watch: m, setValue: p, register: b, formState:
|
|
3678
|
+
}, Ac = ({ InputContainer: n = we, label: e, formField: t, hidden: r, required: o, placeholder: a, disabled: i, showClearIcon: c, resetsFields: l, multiple: u, accept: d, withoutLabel: h }) => {
|
|
3679
|
+
const { watch: m, setValue: p, register: b, formState: g } = de(), [f, _] = P(void 0), v = S(() => {
|
|
3676
3680
|
p(t, "");
|
|
3677
|
-
}, [p, t]), y =
|
|
3678
|
-
const
|
|
3679
|
-
let
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
}),
|
|
3683
|
-
}, [
|
|
3681
|
+
}, [p, t]), y = S(() => {
|
|
3682
|
+
const j = t.split(".");
|
|
3683
|
+
let x = g.errors;
|
|
3684
|
+
j.forEach(($) => {
|
|
3685
|
+
x !== void 0 && (x = x[$]);
|
|
3686
|
+
}), _(x);
|
|
3687
|
+
}, [g, t]);
|
|
3684
3688
|
D(y, [y]);
|
|
3685
|
-
const
|
|
3686
|
-
return /* @__PURE__ */ s.jsxs(n, { label: `${e}${o ? "*" : ""}`, hidden: r, withoutLabel: h, isInvalid:
|
|
3687
|
-
/* @__PURE__ */ s.jsx(
|
|
3689
|
+
const N = f !== void 0;
|
|
3690
|
+
return /* @__PURE__ */ s.jsxs(n, { label: `${e}${o ? "*" : ""}`, hidden: r, withoutLabel: h, isInvalid: N, children: [
|
|
3691
|
+
/* @__PURE__ */ s.jsx(Dn, { type: "file", multiple: u, accept: d.join(", "), placeholder: a ?? e, isInvalid: N, hidden: r, disabled: i, className: "w-100", ...b(t, {
|
|
3688
3692
|
onChange: () => {
|
|
3689
|
-
l && l.forEach((
|
|
3693
|
+
l && l.forEach((j) => p(j, null));
|
|
3690
3694
|
}
|
|
3691
3695
|
}) }),
|
|
3692
|
-
c && m(t) && /* @__PURE__ */ s.jsx("div", { className: "luminus-input-remove-icon", children: /* @__PURE__ */ s.jsx(
|
|
3693
|
-
f && /* @__PURE__ */ s.jsx(
|
|
3696
|
+
c && m(t) && /* @__PURE__ */ s.jsx("div", { className: "luminus-input-remove-icon", children: /* @__PURE__ */ s.jsx(ee, { color: "secondary", size: "sm", onClick: v, children: /* @__PURE__ */ s.jsx(ke, {}) }) }),
|
|
3697
|
+
f && /* @__PURE__ */ s.jsx(xe, { message: f.message })
|
|
3694
3698
|
] });
|
|
3695
|
-
},
|
|
3696
|
-
const { formState: t } =
|
|
3699
|
+
}, Fc = ({ children: n, onStorno: e }) => {
|
|
3700
|
+
const { formState: t } = de(), [r, o] = P(!1);
|
|
3697
3701
|
return D(() => {
|
|
3698
3702
|
o(Object.keys(t.dirtyFields).length > 0);
|
|
3699
|
-
}, [t]), r ? /* @__PURE__ */ s.jsx(
|
|
3700
|
-
},
|
|
3701
|
-
const { customSelectTexts: p } =
|
|
3703
|
+
}, [t]), r ? /* @__PURE__ */ s.jsx(Na, { onStorno: e, children: n }) : null;
|
|
3704
|
+
}, Wc = ({ InputContainer: n = we, options: e, formField: t, label: r, size: o, resetsFields: a, isNumber: i, required: c, hidden: l, disabled: u, withoutLabel: d, noSortOptions: h, suffixIdToName: m }) => {
|
|
3705
|
+
const { customSelectTexts: p } = R(ue), { formState: b, setValue: g, watch: f, control: _ } = de(), [v, y] = P(void 0), [N, j] = P(!1), [x, $] = P(!1), [E, M] = P(""), I = f(t), k = U(() => e.find((C) => C.id === I) ?? null, [e, I]), O = S(() => {
|
|
3702
3706
|
const C = t.split(".");
|
|
3703
|
-
let
|
|
3704
|
-
C.forEach((
|
|
3705
|
-
|
|
3706
|
-
}), y(
|
|
3707
|
-
}, [b, t]),
|
|
3707
|
+
let Y = b.errors;
|
|
3708
|
+
C.forEach((W) => {
|
|
3709
|
+
Y !== void 0 && (Y = Y[W]);
|
|
3710
|
+
}), y(Y);
|
|
3711
|
+
}, [b, t]), T = S((C) => {
|
|
3708
3712
|
if ((C == null ? void 0 : C.id) === I)
|
|
3709
3713
|
return;
|
|
3710
|
-
if (a && a.forEach((
|
|
3711
|
-
|
|
3714
|
+
if (a && a.forEach((W) => g(W, null, { shouldDirty: !0, shouldValidate: !0 })), C === null) {
|
|
3715
|
+
g(t, null, {
|
|
3712
3716
|
shouldDirty: !0,
|
|
3713
|
-
shouldValidate:
|
|
3717
|
+
shouldValidate: x
|
|
3714
3718
|
});
|
|
3715
3719
|
return;
|
|
3716
3720
|
}
|
|
3717
|
-
let
|
|
3718
|
-
i ?
|
|
3721
|
+
let Y = null;
|
|
3722
|
+
i ? Y = (C == null ? void 0 : C.id) !== null && (C == null ? void 0 : C.id) !== "" ? parseInt(C.id.toString(), 10) : null : Y = C.id === null || C.id === void 0 || C.id === "" ? null : C.id, g(t, Y, {
|
|
3719
3723
|
shouldDirty: !0,
|
|
3720
|
-
shouldValidate:
|
|
3724
|
+
shouldValidate: x
|
|
3721
3725
|
});
|
|
3722
|
-
}, [
|
|
3723
|
-
|
|
3724
|
-
}, [
|
|
3725
|
-
|
|
3726
|
+
}, [g, t, i, a, I, x]), F = S((C) => {
|
|
3727
|
+
j(!1), T(C);
|
|
3728
|
+
}, [T]), B = S((C) => {
|
|
3729
|
+
M(C);
|
|
3726
3730
|
}, []);
|
|
3727
3731
|
D(() => {
|
|
3728
|
-
|
|
3729
|
-
}, [
|
|
3730
|
-
b.isSubmitted &&
|
|
3732
|
+
O();
|
|
3733
|
+
}, [O]), D(() => {
|
|
3734
|
+
b.isSubmitted && $(!0);
|
|
3731
3735
|
}, [b]);
|
|
3732
|
-
const
|
|
3733
|
-
var
|
|
3734
|
-
return C === null ? "" : !C.name || C.name.length === 0 ? ((
|
|
3735
|
-
}, [m]),
|
|
3736
|
+
const V = S((C) => {
|
|
3737
|
+
var Y;
|
|
3738
|
+
return C === null ? "" : !C.name || C.name.length === 0 ? ((Y = C.id) == null ? void 0 : Y.toString()) ?? "" : m ? `${C.name} (${C.id})` : C.name;
|
|
3739
|
+
}, [m]), X = U(() => e.map((C) => ({
|
|
3736
3740
|
id: C.id,
|
|
3737
|
-
name:
|
|
3741
|
+
name: V(C)
|
|
3738
3742
|
})).filter((C) => {
|
|
3739
|
-
var
|
|
3740
|
-
return
|
|
3741
|
-
}).sort((C,
|
|
3742
|
-
return /* @__PURE__ */ s.jsx(s.Fragment, { children: /* @__PURE__ */ s.jsxs(n, { label: `${r}${c ? " *" : ""}`, hidden: l, withoutLabel: d, isInvalid:
|
|
3743
|
-
/* @__PURE__ */ s.jsx(
|
|
3743
|
+
var Y;
|
|
3744
|
+
return E ? (Y = C.name) == null ? void 0 : Y.toLowerCase().includes(E.toLowerCase()) : !0;
|
|
3745
|
+
}).sort((C, Y) => h ? 0 : (C.name ?? "").localeCompare(Y.name ?? "")), [e, h, E, V]), oe = L(null), re = v !== void 0;
|
|
3746
|
+
return /* @__PURE__ */ s.jsx(s.Fragment, { children: /* @__PURE__ */ s.jsxs(n, { label: `${r}${c ? " *" : ""}`, hidden: l, withoutLabel: d, isInvalid: re, inputContainerClassName: w({ "luminus-dropdown-select-open": N }), children: [
|
|
3747
|
+
/* @__PURE__ */ s.jsx(Jt, { control: _, name: t, render: () => /* @__PURE__ */ s.jsx(Z.Select, { size: o, onMouseDown: (C) => {
|
|
3744
3748
|
C.currentTarget.focus(), C.preventDefault();
|
|
3745
3749
|
}, onClick: () => {
|
|
3746
|
-
|
|
3747
|
-
}, ref:
|
|
3748
|
-
}, isInvalid:
|
|
3749
|
-
|
|
3750
|
-
|
|
3750
|
+
j(!0);
|
|
3751
|
+
}, ref: oe, value: I ?? "", onChange: () => {
|
|
3752
|
+
}, isInvalid: re, hidden: l, disabled: u, className: "w-100", children: /* @__PURE__ */ s.jsx("option", { value: (k == null ? void 0 : k.id) ?? "", children: V(k) }) }) }),
|
|
3753
|
+
v && /* @__PURE__ */ s.jsx(xe, { message: v.message }),
|
|
3754
|
+
oe.current && /* @__PURE__ */ s.jsx(gt, { show: N, onCancel: () => j(!1), items: X, currentSelection: k ?? null, onSelectionChange: F, onSearchQueryChange: B, texts: p, disabled: u, inputRef: oe, autoHideSearch: !0, allItemsLength: e.length })
|
|
3751
3755
|
] }) });
|
|
3752
|
-
},
|
|
3756
|
+
}, Rc = ({ cell: { value: n } }) => /* @__PURE__ */ s.jsx(s.Fragment, { children: n ? /* @__PURE__ */ s.jsx(Mr, { name: n, size: 21, fontSize: 12 }) : /* @__PURE__ */ s.jsx(s.Fragment, {}) }), oc = "_tab-panel_so0nf_1", sc = "_full-height-no-overflow_so0nf_5", Ht = {
|
|
3753
3757
|
"tab-panel": "_tab-panel_so0nf_1",
|
|
3754
|
-
tabPanel:
|
|
3758
|
+
tabPanel: oc,
|
|
3755
3759
|
"full-height-no-overflow": "_full-height-no-overflow_so0nf_5",
|
|
3756
|
-
fullHeightNoOverflow:
|
|
3757
|
-
},
|
|
3760
|
+
fullHeightNoOverflow: sc
|
|
3761
|
+
}, qc = ({ eventKey: n, activeTab: e, fullHeightNoOverflow: t, className: r, children: o }) => n !== e ? null : /* @__PURE__ */ s.jsx("div", { className: w("luminus-tab-panel", Ht.tabPanel, { [Ht.fullHeightNoOverflow]: t }, r), children: o }), Lc = ({ activeTab: n, onSelect: e, children: t }) => /* @__PURE__ */ s.jsx("div", { className: w("luminus-tabs d-flex gap-1 mb-2"), children: t.map((r) => {
|
|
3758
3762
|
const o = r.type, a = r.props.eventKey, i = r.props.children, c = r.props.className, l = r.props.onClick;
|
|
3759
|
-
return /* @__PURE__ */
|
|
3763
|
+
return /* @__PURE__ */ Pr(o, { ...r.props, key: r.props.eventKey, className: w({ active: n === a }, c), onClick: () => {
|
|
3760
3764
|
e(a), l && l(a);
|
|
3761
3765
|
} }, i);
|
|
3762
|
-
}) }),
|
|
3763
|
-
tab:
|
|
3764
|
-
},
|
|
3766
|
+
}) }), ac = "_tab_gvohp_1", ic = {
|
|
3767
|
+
tab: ac
|
|
3768
|
+
}, Yc = ({ eventKey: n, className: e, onClick: t, children: r }) => /* @__PURE__ */ s.jsx("div", { role: "button", className: w("luminus-tab text-primary rounded", ic.tab, e), onClick: () => t && t(n), children: typeof r == "string" ? /* @__PURE__ */ s.jsx(Q, { variant: "h6", className: "text-primary", children: r }) : r });
|
|
3765
3769
|
export {
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
|
|
3773
|
-
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
|
|
3788
|
-
|
|
3789
|
-
|
|
3790
|
-
|
|
3791
|
-
|
|
3792
|
-
|
|
3793
|
-
|
|
3794
|
-
|
|
3795
|
-
|
|
3796
|
-
|
|
3797
|
-
|
|
3798
|
-
|
|
3799
|
-
|
|
3800
|
-
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
|
|
3805
|
-
|
|
3806
|
-
|
|
3807
|
-
|
|
3808
|
-
|
|
3809
|
-
|
|
3810
|
-
|
|
3811
|
-
|
|
3812
|
-
|
|
3813
|
-
|
|
3814
|
-
|
|
3815
|
-
|
|
3770
|
+
mc as ApiFileDownloadButton,
|
|
3771
|
+
_c as AppSearch,
|
|
3772
|
+
Cc as AuthTemplate,
|
|
3773
|
+
Mr as AvatarIcon,
|
|
3774
|
+
Qn as Backdrop,
|
|
3775
|
+
xc as Badge,
|
|
3776
|
+
kc as Card,
|
|
3777
|
+
$c as CheckInput,
|
|
3778
|
+
yc as Collapse,
|
|
3779
|
+
Un as ContextButton,
|
|
3780
|
+
_i as Dropdown,
|
|
3781
|
+
vc as DropdownDivider,
|
|
3782
|
+
gi as DropdownItem,
|
|
3783
|
+
Sc as DropdownPicker,
|
|
3784
|
+
wi as DropdownToggle,
|
|
3785
|
+
Vn as FileUploadContextButton,
|
|
3786
|
+
bc as FileUploadDropdownItem,
|
|
3787
|
+
Na as FloatingFormSubmit,
|
|
3788
|
+
He as FloatingLabelInput,
|
|
3789
|
+
wc as HomeDashboard,
|
|
3790
|
+
Ec as HookFormCheckInput,
|
|
3791
|
+
Dc as HookFormDropdownPicker,
|
|
3792
|
+
Ac as HookFormFileInput,
|
|
3793
|
+
Fc as HookFormFloatingSubmit,
|
|
3794
|
+
Oc as HookFormRadioInput,
|
|
3795
|
+
Wc as HookFormSelectInput,
|
|
3796
|
+
Mc as HookFormTextAreaInput,
|
|
3797
|
+
Pc as HookFormTextInput,
|
|
3798
|
+
Nc as HtmlTooltip,
|
|
3799
|
+
ee as IconButton,
|
|
3800
|
+
xe as InvalidFeedback,
|
|
3801
|
+
Kc as Loading,
|
|
3802
|
+
pc as MonthPicker,
|
|
3803
|
+
Bc as NoInputContainer,
|
|
3804
|
+
jc as PhotoLibrary,
|
|
3805
|
+
rc as PhotoLightbox,
|
|
3806
|
+
Dt as PrimaryButton,
|
|
3807
|
+
we as RowLabelInput,
|
|
3808
|
+
Tc as SelectInput,
|
|
3809
|
+
gt as SimplePicker,
|
|
3810
|
+
Nr as SimpleToggle,
|
|
3811
|
+
Qc as SimpleTooltip,
|
|
3812
|
+
Yc as Tab,
|
|
3813
|
+
qc as TabPanel,
|
|
3814
|
+
Lc as Tabs,
|
|
3815
|
+
Ic as TextInput,
|
|
3816
|
+
Q as Typography,
|
|
3817
|
+
Uc as UserAvatarToggle,
|
|
3818
|
+
Rc as UserAvatarValueFormat,
|
|
3819
|
+
gc as YearPicker
|
|
3816
3820
|
};
|