kelt-ui-kit-react 1.9.2 → 1.9.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/header/Header.d.ts +1 -1
- package/dist/header/header.interface.d.ts +1 -0
- package/dist/index.js +725 -713
- package/dist/overlayPanel/OverlayPanel.d.ts +1 -0
- package/package.json +1 -1
- package/src/header/Header.tsx +2 -0
- package/src/header/header.interface.tsx +1 -0
- package/src/overlayPanel/OverlayPanel.tsx +13 -6
- package/src/overlayPanel/overlayPanelStyled/OverlayPanelStyled.tsx +1 -1
package/dist/index.js
CHANGED
|
@@ -20,9 +20,9 @@ function qo() {
|
|
|
20
20
|
if (qn) return It;
|
|
21
21
|
qn = 1;
|
|
22
22
|
var e = $e, t = Symbol.for("react.element"), r = Symbol.for("react.fragment"), n = Object.prototype.hasOwnProperty, a = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, i = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
23
|
-
function s(l, c,
|
|
23
|
+
function s(l, c, d) {
|
|
24
24
|
var f, v = {}, g = null, h = null;
|
|
25
|
-
|
|
25
|
+
d !== void 0 && (g = "" + d), c.key !== void 0 && (g = "" + c.key), c.ref !== void 0 && (h = c.ref);
|
|
26
26
|
for (f in c) n.call(c, f) && !i.hasOwnProperty(f) && (v[f] = c[f]);
|
|
27
27
|
if (l && l.defaultProps) for (f in c = l.defaultProps, c) v[f] === void 0 && (v[f] = c[f]);
|
|
28
28
|
return { $$typeof: t, type: l, key: g, ref: h, props: v, _owner: a.current };
|
|
@@ -42,58 +42,58 @@ var $t = {};
|
|
|
42
42
|
var Xn;
|
|
43
43
|
function Xo() {
|
|
44
44
|
return Xn || (Xn = 1, process.env.NODE_ENV !== "production" && function() {
|
|
45
|
-
var e = $e, t = Symbol.for("react.element"), r = Symbol.for("react.portal"), n = Symbol.for("react.fragment"), a = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), s = Symbol.for("react.provider"), l = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"),
|
|
46
|
-
function y(
|
|
47
|
-
if (
|
|
45
|
+
var e = $e, t = Symbol.for("react.element"), r = Symbol.for("react.portal"), n = Symbol.for("react.fragment"), a = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), s = Symbol.for("react.provider"), l = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), d = Symbol.for("react.suspense"), f = Symbol.for("react.suspense_list"), v = Symbol.for("react.memo"), g = Symbol.for("react.lazy"), h = Symbol.for("react.offscreen"), m = Symbol.iterator, p = "@@iterator";
|
|
46
|
+
function y(u) {
|
|
47
|
+
if (u === null || typeof u != "object")
|
|
48
48
|
return null;
|
|
49
|
-
var x = m &&
|
|
49
|
+
var x = m && u[m] || u[p];
|
|
50
50
|
return typeof x == "function" ? x : null;
|
|
51
51
|
}
|
|
52
52
|
var j = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
53
|
-
function w(
|
|
53
|
+
function w(u) {
|
|
54
54
|
{
|
|
55
|
-
for (var x = arguments.length,
|
|
56
|
-
|
|
57
|
-
N("error",
|
|
55
|
+
for (var x = arguments.length, E = new Array(x > 1 ? x - 1 : 0), I = 1; I < x; I++)
|
|
56
|
+
E[I - 1] = arguments[I];
|
|
57
|
+
N("error", u, E);
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
|
-
function N(
|
|
60
|
+
function N(u, x, E) {
|
|
61
61
|
{
|
|
62
|
-
var I = j.ReactDebugCurrentFrame,
|
|
63
|
-
|
|
64
|
-
var C =
|
|
65
|
-
return String(
|
|
62
|
+
var I = j.ReactDebugCurrentFrame, G = I.getStackAddendum();
|
|
63
|
+
G !== "" && (x += "%s", E = E.concat([G]));
|
|
64
|
+
var C = E.map(function(P) {
|
|
65
|
+
return String(P);
|
|
66
66
|
});
|
|
67
|
-
C.unshift("Warning: " + x), Function.prototype.apply.call(console[
|
|
67
|
+
C.unshift("Warning: " + x), Function.prototype.apply.call(console[u], console, C);
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
|
-
var
|
|
70
|
+
var D = !1, S = !1, O = !1, _ = !1, z = !1, b;
|
|
71
71
|
b = Symbol.for("react.module.reference");
|
|
72
|
-
function
|
|
73
|
-
return !!(typeof
|
|
72
|
+
function T(u) {
|
|
73
|
+
return !!(typeof u == "string" || typeof u == "function" || u === n || u === i || z || u === a || u === d || u === f || _ || u === h || D || S || O || typeof u == "object" && u !== null && (u.$$typeof === g || u.$$typeof === v || u.$$typeof === s || u.$$typeof === l || u.$$typeof === c || // This needs to include all possible module reference object
|
|
74
74
|
// types supported by any Flight configuration anywhere since
|
|
75
75
|
// we don't know which Flight build this will end up being used
|
|
76
76
|
// with.
|
|
77
|
-
|
|
77
|
+
u.$$typeof === b || u.getModuleId !== void 0));
|
|
78
78
|
}
|
|
79
|
-
function
|
|
80
|
-
var I =
|
|
79
|
+
function U(u, x, E) {
|
|
80
|
+
var I = u.displayName;
|
|
81
81
|
if (I)
|
|
82
82
|
return I;
|
|
83
|
-
var
|
|
84
|
-
return
|
|
83
|
+
var G = x.displayName || x.name || "";
|
|
84
|
+
return G !== "" ? E + "(" + G + ")" : E;
|
|
85
85
|
}
|
|
86
|
-
function Y(
|
|
87
|
-
return
|
|
86
|
+
function Y(u) {
|
|
87
|
+
return u.displayName || "Context";
|
|
88
88
|
}
|
|
89
|
-
function L(
|
|
90
|
-
if (
|
|
89
|
+
function L(u) {
|
|
90
|
+
if (u == null)
|
|
91
91
|
return null;
|
|
92
|
-
if (typeof
|
|
93
|
-
return
|
|
94
|
-
if (typeof
|
|
95
|
-
return
|
|
96
|
-
switch (
|
|
92
|
+
if (typeof u.tag == "number" && w("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof u == "function")
|
|
93
|
+
return u.displayName || u.name || null;
|
|
94
|
+
if (typeof u == "string")
|
|
95
|
+
return u;
|
|
96
|
+
switch (u) {
|
|
97
97
|
case n:
|
|
98
98
|
return "Fragment";
|
|
99
99
|
case r:
|
|
@@ -102,28 +102,28 @@ function Xo() {
|
|
|
102
102
|
return "Profiler";
|
|
103
103
|
case a:
|
|
104
104
|
return "StrictMode";
|
|
105
|
-
case
|
|
105
|
+
case d:
|
|
106
106
|
return "Suspense";
|
|
107
107
|
case f:
|
|
108
108
|
return "SuspenseList";
|
|
109
109
|
}
|
|
110
|
-
if (typeof
|
|
111
|
-
switch (
|
|
110
|
+
if (typeof u == "object")
|
|
111
|
+
switch (u.$$typeof) {
|
|
112
112
|
case l:
|
|
113
|
-
var x =
|
|
113
|
+
var x = u;
|
|
114
114
|
return Y(x) + ".Consumer";
|
|
115
115
|
case s:
|
|
116
|
-
var
|
|
117
|
-
return Y(
|
|
116
|
+
var E = u;
|
|
117
|
+
return Y(E._context) + ".Provider";
|
|
118
118
|
case c:
|
|
119
|
-
return
|
|
119
|
+
return U(u, u.render, "ForwardRef");
|
|
120
120
|
case v:
|
|
121
|
-
var I =
|
|
122
|
-
return I !== null ? I : L(
|
|
121
|
+
var I = u.displayName || null;
|
|
122
|
+
return I !== null ? I : L(u.type) || "Memo";
|
|
123
123
|
case g: {
|
|
124
|
-
var
|
|
124
|
+
var G = u, C = G._payload, P = G._init;
|
|
125
125
|
try {
|
|
126
|
-
return L(
|
|
126
|
+
return L(P(C));
|
|
127
127
|
} catch {
|
|
128
128
|
return null;
|
|
129
129
|
}
|
|
@@ -139,20 +139,20 @@ function Xo() {
|
|
|
139
139
|
{
|
|
140
140
|
if (pe === 0) {
|
|
141
141
|
de = console.log, xe = console.info, Ee = console.warn, ce = console.error, q = console.group, fe = console.groupCollapsed, oe = console.groupEnd;
|
|
142
|
-
var
|
|
142
|
+
var u = {
|
|
143
143
|
configurable: !0,
|
|
144
144
|
enumerable: !0,
|
|
145
145
|
value: k,
|
|
146
146
|
writable: !0
|
|
147
147
|
};
|
|
148
148
|
Object.defineProperties(console, {
|
|
149
|
-
info:
|
|
150
|
-
log:
|
|
151
|
-
warn:
|
|
152
|
-
error:
|
|
153
|
-
group:
|
|
154
|
-
groupCollapsed:
|
|
155
|
-
groupEnd:
|
|
149
|
+
info: u,
|
|
150
|
+
log: u,
|
|
151
|
+
warn: u,
|
|
152
|
+
error: u,
|
|
153
|
+
group: u,
|
|
154
|
+
groupCollapsed: u,
|
|
155
|
+
groupEnd: u
|
|
156
156
|
});
|
|
157
157
|
}
|
|
158
158
|
pe++;
|
|
@@ -161,31 +161,31 @@ function Xo() {
|
|
|
161
161
|
function $() {
|
|
162
162
|
{
|
|
163
163
|
if (pe--, pe === 0) {
|
|
164
|
-
var
|
|
164
|
+
var u = {
|
|
165
165
|
configurable: !0,
|
|
166
166
|
enumerable: !0,
|
|
167
167
|
writable: !0
|
|
168
168
|
};
|
|
169
169
|
Object.defineProperties(console, {
|
|
170
|
-
log: te({},
|
|
170
|
+
log: te({}, u, {
|
|
171
171
|
value: de
|
|
172
172
|
}),
|
|
173
|
-
info: te({},
|
|
173
|
+
info: te({}, u, {
|
|
174
174
|
value: xe
|
|
175
175
|
}),
|
|
176
|
-
warn: te({},
|
|
176
|
+
warn: te({}, u, {
|
|
177
177
|
value: Ee
|
|
178
178
|
}),
|
|
179
|
-
error: te({},
|
|
179
|
+
error: te({}, u, {
|
|
180
180
|
value: ce
|
|
181
181
|
}),
|
|
182
|
-
group: te({},
|
|
182
|
+
group: te({}, u, {
|
|
183
183
|
value: q
|
|
184
184
|
}),
|
|
185
|
-
groupCollapsed: te({},
|
|
185
|
+
groupCollapsed: te({}, u, {
|
|
186
186
|
value: fe
|
|
187
187
|
}),
|
|
188
|
-
groupEnd: te({},
|
|
188
|
+
groupEnd: te({}, u, {
|
|
189
189
|
value: oe
|
|
190
190
|
})
|
|
191
191
|
});
|
|
@@ -194,17 +194,17 @@ function Xo() {
|
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
196
|
var F = j.ReactCurrentDispatcher, re;
|
|
197
|
-
function ee(
|
|
197
|
+
function ee(u, x, E) {
|
|
198
198
|
{
|
|
199
199
|
if (re === void 0)
|
|
200
200
|
try {
|
|
201
201
|
throw Error();
|
|
202
|
-
} catch (
|
|
203
|
-
var I =
|
|
202
|
+
} catch (G) {
|
|
203
|
+
var I = G.stack.trim().match(/\n( *(at )?)/);
|
|
204
204
|
re = I && I[1] || "";
|
|
205
205
|
}
|
|
206
206
|
return `
|
|
207
|
-
` + re +
|
|
207
|
+
` + re + u;
|
|
208
208
|
}
|
|
209
209
|
}
|
|
210
210
|
var le = !1, je;
|
|
@@ -212,43 +212,43 @@ function Xo() {
|
|
|
212
212
|
var Se = typeof WeakMap == "function" ? WeakMap : Map;
|
|
213
213
|
je = new Se();
|
|
214
214
|
}
|
|
215
|
-
function J(
|
|
216
|
-
if (!
|
|
215
|
+
function J(u, x) {
|
|
216
|
+
if (!u || le)
|
|
217
217
|
return "";
|
|
218
218
|
{
|
|
219
|
-
var
|
|
220
|
-
if (
|
|
221
|
-
return
|
|
219
|
+
var E = je.get(u);
|
|
220
|
+
if (E !== void 0)
|
|
221
|
+
return E;
|
|
222
222
|
}
|
|
223
223
|
var I;
|
|
224
224
|
le = !0;
|
|
225
|
-
var
|
|
225
|
+
var G = Error.prepareStackTrace;
|
|
226
226
|
Error.prepareStackTrace = void 0;
|
|
227
227
|
var C;
|
|
228
228
|
C = F.current, F.current = null, M();
|
|
229
229
|
try {
|
|
230
230
|
if (x) {
|
|
231
|
-
var
|
|
231
|
+
var P = function() {
|
|
232
232
|
throw Error();
|
|
233
233
|
};
|
|
234
|
-
if (Object.defineProperty(
|
|
234
|
+
if (Object.defineProperty(P.prototype, "props", {
|
|
235
235
|
set: function() {
|
|
236
236
|
throw Error();
|
|
237
237
|
}
|
|
238
238
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
239
239
|
try {
|
|
240
|
-
Reflect.construct(
|
|
240
|
+
Reflect.construct(P, []);
|
|
241
241
|
} catch (Oe) {
|
|
242
242
|
I = Oe;
|
|
243
243
|
}
|
|
244
|
-
Reflect.construct(
|
|
244
|
+
Reflect.construct(u, [], P);
|
|
245
245
|
} else {
|
|
246
246
|
try {
|
|
247
|
-
|
|
247
|
+
P.call();
|
|
248
248
|
} catch (Oe) {
|
|
249
249
|
I = Oe;
|
|
250
250
|
}
|
|
251
|
-
|
|
251
|
+
u.call(P.prototype);
|
|
252
252
|
}
|
|
253
253
|
} else {
|
|
254
254
|
try {
|
|
@@ -256,63 +256,63 @@ function Xo() {
|
|
|
256
256
|
} catch (Oe) {
|
|
257
257
|
I = Oe;
|
|
258
258
|
}
|
|
259
|
-
|
|
259
|
+
u();
|
|
260
260
|
}
|
|
261
261
|
} catch (Oe) {
|
|
262
262
|
if (Oe && I && typeof Oe.stack == "string") {
|
|
263
|
-
for (var
|
|
263
|
+
for (var A = Oe.stack.split(`
|
|
264
264
|
`), Q = I.stack.split(`
|
|
265
|
-
`),
|
|
265
|
+
`), H = A.length - 1, ie = Q.length - 1; H >= 1 && ie >= 0 && A[H] !== Q[ie]; )
|
|
266
266
|
ie--;
|
|
267
|
-
for (;
|
|
268
|
-
if (
|
|
269
|
-
if (
|
|
267
|
+
for (; H >= 1 && ie >= 0; H--, ie--)
|
|
268
|
+
if (A[H] !== Q[ie]) {
|
|
269
|
+
if (H !== 1 || ie !== 1)
|
|
270
270
|
do
|
|
271
|
-
if (
|
|
271
|
+
if (H--, ie--, ie < 0 || A[H] !== Q[ie]) {
|
|
272
272
|
var De = `
|
|
273
|
-
` +
|
|
274
|
-
return
|
|
273
|
+
` + A[H].replace(" at new ", " at ");
|
|
274
|
+
return u.displayName && De.includes("<anonymous>") && (De = De.replace("<anonymous>", u.displayName)), typeof u == "function" && je.set(u, De), De;
|
|
275
275
|
}
|
|
276
|
-
while (
|
|
276
|
+
while (H >= 1 && ie >= 0);
|
|
277
277
|
break;
|
|
278
278
|
}
|
|
279
279
|
}
|
|
280
280
|
} finally {
|
|
281
|
-
le = !1, F.current = C, $(), Error.prepareStackTrace =
|
|
281
|
+
le = !1, F.current = C, $(), Error.prepareStackTrace = G;
|
|
282
282
|
}
|
|
283
|
-
var Ve =
|
|
284
|
-
return typeof
|
|
283
|
+
var Ve = u ? u.displayName || u.name : "", Qe = Ve ? ee(Ve) : "";
|
|
284
|
+
return typeof u == "function" && je.set(u, Qe), Qe;
|
|
285
285
|
}
|
|
286
|
-
function we(
|
|
287
|
-
return J(
|
|
286
|
+
function we(u, x, E) {
|
|
287
|
+
return J(u, !1);
|
|
288
288
|
}
|
|
289
|
-
function K(
|
|
290
|
-
var x =
|
|
289
|
+
function K(u) {
|
|
290
|
+
var x = u.prototype;
|
|
291
291
|
return !!(x && x.isReactComponent);
|
|
292
292
|
}
|
|
293
|
-
function ke(
|
|
294
|
-
if (
|
|
293
|
+
function ke(u, x, E) {
|
|
294
|
+
if (u == null)
|
|
295
295
|
return "";
|
|
296
|
-
if (typeof
|
|
297
|
-
return J(
|
|
298
|
-
if (typeof
|
|
299
|
-
return ee(
|
|
300
|
-
switch (
|
|
301
|
-
case
|
|
296
|
+
if (typeof u == "function")
|
|
297
|
+
return J(u, K(u));
|
|
298
|
+
if (typeof u == "string")
|
|
299
|
+
return ee(u);
|
|
300
|
+
switch (u) {
|
|
301
|
+
case d:
|
|
302
302
|
return ee("Suspense");
|
|
303
303
|
case f:
|
|
304
304
|
return ee("SuspenseList");
|
|
305
305
|
}
|
|
306
|
-
if (typeof
|
|
307
|
-
switch (
|
|
306
|
+
if (typeof u == "object")
|
|
307
|
+
switch (u.$$typeof) {
|
|
308
308
|
case c:
|
|
309
|
-
return we(
|
|
309
|
+
return we(u.render);
|
|
310
310
|
case v:
|
|
311
|
-
return ke(
|
|
311
|
+
return ke(u.type, x, E);
|
|
312
312
|
case g: {
|
|
313
|
-
var I =
|
|
313
|
+
var I = u, G = I._payload, C = I._init;
|
|
314
314
|
try {
|
|
315
|
-
return ke(C(
|
|
315
|
+
return ke(C(G), x, E);
|
|
316
316
|
} catch {
|
|
317
317
|
}
|
|
318
318
|
}
|
|
@@ -320,55 +320,55 @@ function Xo() {
|
|
|
320
320
|
return "";
|
|
321
321
|
}
|
|
322
322
|
var ve = Object.prototype.hasOwnProperty, qe = {}, Nt = j.ReactDebugCurrentFrame;
|
|
323
|
-
function Xe(
|
|
324
|
-
if (
|
|
325
|
-
var x =
|
|
326
|
-
Nt.setExtraStackFrame(
|
|
323
|
+
function Xe(u) {
|
|
324
|
+
if (u) {
|
|
325
|
+
var x = u._owner, E = ke(u.type, u._source, x ? x.type : null);
|
|
326
|
+
Nt.setExtraStackFrame(E);
|
|
327
327
|
} else
|
|
328
328
|
Nt.setExtraStackFrame(null);
|
|
329
329
|
}
|
|
330
|
-
function Lr(
|
|
330
|
+
function Lr(u, x, E, I, G) {
|
|
331
331
|
{
|
|
332
332
|
var C = Function.call.bind(ve);
|
|
333
|
-
for (var
|
|
334
|
-
if (C(
|
|
335
|
-
var
|
|
333
|
+
for (var P in u)
|
|
334
|
+
if (C(u, P)) {
|
|
335
|
+
var A = void 0;
|
|
336
336
|
try {
|
|
337
|
-
if (typeof
|
|
338
|
-
var Q = Error((I || "React class") + ": " +
|
|
337
|
+
if (typeof u[P] != "function") {
|
|
338
|
+
var Q = Error((I || "React class") + ": " + E + " type `" + P + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof u[P] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
339
339
|
throw Q.name = "Invariant Violation", Q;
|
|
340
340
|
}
|
|
341
|
-
|
|
342
|
-
} catch (
|
|
343
|
-
|
|
341
|
+
A = u[P](x, P, I, E, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
342
|
+
} catch (H) {
|
|
343
|
+
A = H;
|
|
344
344
|
}
|
|
345
|
-
|
|
345
|
+
A && !(A instanceof Error) && (Xe(G), w("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", I || "React class", E, P, typeof A), Xe(null)), A instanceof Error && !(A.message in qe) && (qe[A.message] = !0, Xe(G), w("Failed %s type: %s", E, A.message), Xe(null));
|
|
346
346
|
}
|
|
347
347
|
}
|
|
348
348
|
}
|
|
349
349
|
var Fr = Array.isArray;
|
|
350
|
-
function Et(
|
|
351
|
-
return Fr(
|
|
350
|
+
function Et(u) {
|
|
351
|
+
return Fr(u);
|
|
352
352
|
}
|
|
353
|
-
function Gt(
|
|
353
|
+
function Gt(u) {
|
|
354
354
|
{
|
|
355
|
-
var x = typeof Symbol == "function" && Symbol.toStringTag,
|
|
356
|
-
return
|
|
355
|
+
var x = typeof Symbol == "function" && Symbol.toStringTag, E = x && u[Symbol.toStringTag] || u.constructor.name || "Object";
|
|
356
|
+
return E;
|
|
357
357
|
}
|
|
358
358
|
}
|
|
359
|
-
function Wr(
|
|
359
|
+
function Wr(u) {
|
|
360
360
|
try {
|
|
361
|
-
return qt(
|
|
361
|
+
return qt(u), !1;
|
|
362
362
|
} catch {
|
|
363
363
|
return !0;
|
|
364
364
|
}
|
|
365
365
|
}
|
|
366
|
-
function qt(
|
|
367
|
-
return "" +
|
|
366
|
+
function qt(u) {
|
|
367
|
+
return "" + u;
|
|
368
368
|
}
|
|
369
|
-
function Xt(
|
|
370
|
-
if (Wr(
|
|
371
|
-
return w("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Gt(
|
|
369
|
+
function Xt(u) {
|
|
370
|
+
if (Wr(u))
|
|
371
|
+
return w("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Gt(u)), qt(u);
|
|
372
372
|
}
|
|
373
373
|
var Kt = j.ReactCurrentOwner, Vr = {
|
|
374
374
|
key: !0,
|
|
@@ -376,234 +376,234 @@ function Xo() {
|
|
|
376
376
|
__self: !0,
|
|
377
377
|
__source: !0
|
|
378
378
|
}, st, kt;
|
|
379
|
-
function Jt(
|
|
380
|
-
if (ve.call(
|
|
381
|
-
var x = Object.getOwnPropertyDescriptor(
|
|
379
|
+
function Jt(u) {
|
|
380
|
+
if (ve.call(u, "ref")) {
|
|
381
|
+
var x = Object.getOwnPropertyDescriptor(u, "ref").get;
|
|
382
382
|
if (x && x.isReactWarning)
|
|
383
383
|
return !1;
|
|
384
384
|
}
|
|
385
|
-
return
|
|
385
|
+
return u.ref !== void 0;
|
|
386
386
|
}
|
|
387
|
-
function Yr(
|
|
388
|
-
if (ve.call(
|
|
389
|
-
var x = Object.getOwnPropertyDescriptor(
|
|
387
|
+
function Yr(u) {
|
|
388
|
+
if (ve.call(u, "key")) {
|
|
389
|
+
var x = Object.getOwnPropertyDescriptor(u, "key").get;
|
|
390
390
|
if (x && x.isReactWarning)
|
|
391
391
|
return !1;
|
|
392
392
|
}
|
|
393
|
-
return
|
|
393
|
+
return u.key !== void 0;
|
|
394
394
|
}
|
|
395
|
-
function ct(
|
|
396
|
-
typeof
|
|
395
|
+
function ct(u, x) {
|
|
396
|
+
typeof u.ref == "string" && Kt.current;
|
|
397
397
|
}
|
|
398
|
-
function Qt(
|
|
398
|
+
function Qt(u, x) {
|
|
399
399
|
{
|
|
400
|
-
var
|
|
400
|
+
var E = function() {
|
|
401
401
|
st || (st = !0, w("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", x));
|
|
402
402
|
};
|
|
403
|
-
|
|
404
|
-
get:
|
|
403
|
+
E.isReactWarning = !0, Object.defineProperty(u, "key", {
|
|
404
|
+
get: E,
|
|
405
405
|
configurable: !0
|
|
406
406
|
});
|
|
407
407
|
}
|
|
408
408
|
}
|
|
409
|
-
function Br(
|
|
409
|
+
function Br(u, x) {
|
|
410
410
|
{
|
|
411
|
-
var
|
|
411
|
+
var E = function() {
|
|
412
412
|
kt || (kt = !0, w("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", x));
|
|
413
413
|
};
|
|
414
|
-
|
|
415
|
-
get:
|
|
414
|
+
E.isReactWarning = !0, Object.defineProperty(u, "ref", {
|
|
415
|
+
get: E,
|
|
416
416
|
configurable: !0
|
|
417
417
|
});
|
|
418
418
|
}
|
|
419
419
|
}
|
|
420
|
-
var Zt = function(
|
|
421
|
-
var
|
|
420
|
+
var Zt = function(u, x, E, I, G, C, P) {
|
|
421
|
+
var A = {
|
|
422
422
|
// This tag allows us to uniquely identify this as a React Element
|
|
423
423
|
$$typeof: t,
|
|
424
424
|
// Built-in properties that belong on the element
|
|
425
|
-
type:
|
|
425
|
+
type: u,
|
|
426
426
|
key: x,
|
|
427
|
-
ref:
|
|
428
|
-
props:
|
|
427
|
+
ref: E,
|
|
428
|
+
props: P,
|
|
429
429
|
// Record the component responsible for creating this element.
|
|
430
430
|
_owner: C
|
|
431
431
|
};
|
|
432
|
-
return
|
|
432
|
+
return A._store = {}, Object.defineProperty(A._store, "validated", {
|
|
433
433
|
configurable: !1,
|
|
434
434
|
enumerable: !1,
|
|
435
435
|
writable: !0,
|
|
436
436
|
value: !1
|
|
437
|
-
}), Object.defineProperty(
|
|
437
|
+
}), Object.defineProperty(A, "_self", {
|
|
438
438
|
configurable: !1,
|
|
439
439
|
enumerable: !1,
|
|
440
440
|
writable: !1,
|
|
441
441
|
value: I
|
|
442
|
-
}), Object.defineProperty(
|
|
442
|
+
}), Object.defineProperty(A, "_source", {
|
|
443
443
|
configurable: !1,
|
|
444
444
|
enumerable: !1,
|
|
445
445
|
writable: !1,
|
|
446
|
-
value:
|
|
447
|
-
}), Object.freeze && (Object.freeze(
|
|
446
|
+
value: G
|
|
447
|
+
}), Object.freeze && (Object.freeze(A.props), Object.freeze(A)), A;
|
|
448
448
|
};
|
|
449
|
-
function er(
|
|
449
|
+
function er(u, x, E, I, G) {
|
|
450
450
|
{
|
|
451
|
-
var C,
|
|
452
|
-
|
|
451
|
+
var C, P = {}, A = null, Q = null;
|
|
452
|
+
E !== void 0 && (Xt(E), A = "" + E), Yr(x) && (Xt(x.key), A = "" + x.key), Jt(x) && (Q = x.ref, ct(x, G));
|
|
453
453
|
for (C in x)
|
|
454
|
-
ve.call(x, C) && !Vr.hasOwnProperty(C) && (
|
|
455
|
-
if (
|
|
456
|
-
var
|
|
457
|
-
for (C in
|
|
458
|
-
|
|
454
|
+
ve.call(x, C) && !Vr.hasOwnProperty(C) && (P[C] = x[C]);
|
|
455
|
+
if (u && u.defaultProps) {
|
|
456
|
+
var H = u.defaultProps;
|
|
457
|
+
for (C in H)
|
|
458
|
+
P[C] === void 0 && (P[C] = H[C]);
|
|
459
459
|
}
|
|
460
|
-
if (
|
|
461
|
-
var ie = typeof
|
|
462
|
-
|
|
460
|
+
if (A || Q) {
|
|
461
|
+
var ie = typeof u == "function" ? u.displayName || u.name || "Unknown" : u;
|
|
462
|
+
A && Qt(P, ie), Q && Br(P, ie);
|
|
463
463
|
}
|
|
464
|
-
return Zt(
|
|
464
|
+
return Zt(u, A, Q, G, I, Kt.current, P);
|
|
465
465
|
}
|
|
466
466
|
}
|
|
467
467
|
var Ke = j.ReactCurrentOwner, tr = j.ReactDebugCurrentFrame;
|
|
468
|
-
function Me(
|
|
469
|
-
if (
|
|
470
|
-
var x =
|
|
471
|
-
tr.setExtraStackFrame(
|
|
468
|
+
function Me(u) {
|
|
469
|
+
if (u) {
|
|
470
|
+
var x = u._owner, E = ke(u.type, u._source, x ? x.type : null);
|
|
471
|
+
tr.setExtraStackFrame(E);
|
|
472
472
|
} else
|
|
473
473
|
tr.setExtraStackFrame(null);
|
|
474
474
|
}
|
|
475
475
|
var Ct;
|
|
476
476
|
Ct = !1;
|
|
477
|
-
function lt(
|
|
478
|
-
return typeof
|
|
477
|
+
function lt(u) {
|
|
478
|
+
return typeof u == "object" && u !== null && u.$$typeof === t;
|
|
479
479
|
}
|
|
480
480
|
function ge() {
|
|
481
481
|
{
|
|
482
482
|
if (Ke.current) {
|
|
483
|
-
var
|
|
484
|
-
if (
|
|
483
|
+
var u = L(Ke.current.type);
|
|
484
|
+
if (u)
|
|
485
485
|
return `
|
|
486
486
|
|
|
487
|
-
Check the render method of \`` +
|
|
487
|
+
Check the render method of \`` + u + "`.";
|
|
488
488
|
}
|
|
489
489
|
return "";
|
|
490
490
|
}
|
|
491
491
|
}
|
|
492
|
-
function be(
|
|
492
|
+
function be(u) {
|
|
493
493
|
return "";
|
|
494
494
|
}
|
|
495
495
|
var Je = {};
|
|
496
|
-
function ne(
|
|
496
|
+
function ne(u) {
|
|
497
497
|
{
|
|
498
498
|
var x = ge();
|
|
499
499
|
if (!x) {
|
|
500
|
-
var
|
|
501
|
-
|
|
500
|
+
var E = typeof u == "string" ? u : u.displayName || u.name;
|
|
501
|
+
E && (x = `
|
|
502
502
|
|
|
503
|
-
Check the top-level render call using <` +
|
|
503
|
+
Check the top-level render call using <` + E + ">.");
|
|
504
504
|
}
|
|
505
505
|
return x;
|
|
506
506
|
}
|
|
507
507
|
}
|
|
508
|
-
function Ce(
|
|
508
|
+
function Ce(u, x) {
|
|
509
509
|
{
|
|
510
|
-
if (!
|
|
510
|
+
if (!u._store || u._store.validated || u.key != null)
|
|
511
511
|
return;
|
|
512
|
-
|
|
513
|
-
var
|
|
514
|
-
if (Je[
|
|
512
|
+
u._store.validated = !0;
|
|
513
|
+
var E = ne(x);
|
|
514
|
+
if (Je[E])
|
|
515
515
|
return;
|
|
516
|
-
Je[
|
|
516
|
+
Je[E] = !0;
|
|
517
517
|
var I = "";
|
|
518
|
-
|
|
518
|
+
u && u._owner && u._owner !== Ke.current && (I = " It was passed a child from " + L(u._owner.type) + "."), Me(u), w('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', E, I), Me(null);
|
|
519
519
|
}
|
|
520
520
|
}
|
|
521
|
-
function rr(
|
|
521
|
+
function rr(u, x) {
|
|
522
522
|
{
|
|
523
|
-
if (typeof
|
|
523
|
+
if (typeof u != "object")
|
|
524
524
|
return;
|
|
525
|
-
if (Et(
|
|
526
|
-
for (var
|
|
527
|
-
var I =
|
|
525
|
+
if (Et(u))
|
|
526
|
+
for (var E = 0; E < u.length; E++) {
|
|
527
|
+
var I = u[E];
|
|
528
528
|
lt(I) && Ce(I, x);
|
|
529
529
|
}
|
|
530
|
-
else if (lt(
|
|
531
|
-
|
|
532
|
-
else if (
|
|
533
|
-
var
|
|
534
|
-
if (typeof
|
|
535
|
-
for (var C =
|
|
536
|
-
lt(
|
|
530
|
+
else if (lt(u))
|
|
531
|
+
u._store && (u._store.validated = !0);
|
|
532
|
+
else if (u) {
|
|
533
|
+
var G = y(u);
|
|
534
|
+
if (typeof G == "function" && G !== u.entries)
|
|
535
|
+
for (var C = G.call(u), P; !(P = C.next()).done; )
|
|
536
|
+
lt(P.value) && Ce(P.value, x);
|
|
537
537
|
}
|
|
538
538
|
}
|
|
539
539
|
}
|
|
540
|
-
function _t(
|
|
540
|
+
function _t(u) {
|
|
541
541
|
{
|
|
542
|
-
var x =
|
|
542
|
+
var x = u.type;
|
|
543
543
|
if (x == null || typeof x == "string")
|
|
544
544
|
return;
|
|
545
|
-
var
|
|
545
|
+
var E;
|
|
546
546
|
if (typeof x == "function")
|
|
547
|
-
|
|
547
|
+
E = x.propTypes;
|
|
548
548
|
else if (typeof x == "object" && (x.$$typeof === c || // Note: Memo only checks outer props here.
|
|
549
549
|
// Inner props are checked in the reconciler.
|
|
550
550
|
x.$$typeof === v))
|
|
551
|
-
|
|
551
|
+
E = x.propTypes;
|
|
552
552
|
else
|
|
553
553
|
return;
|
|
554
|
-
if (
|
|
554
|
+
if (E) {
|
|
555
555
|
var I = L(x);
|
|
556
|
-
Lr(
|
|
556
|
+
Lr(E, u.props, "prop", I, u);
|
|
557
557
|
} else if (x.PropTypes !== void 0 && !Ct) {
|
|
558
558
|
Ct = !0;
|
|
559
|
-
var
|
|
560
|
-
w("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",
|
|
559
|
+
var G = L(x);
|
|
560
|
+
w("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", G || "Unknown");
|
|
561
561
|
}
|
|
562
562
|
typeof x.getDefaultProps == "function" && !x.getDefaultProps.isReactClassApproved && w("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
563
563
|
}
|
|
564
564
|
}
|
|
565
|
-
function nr(
|
|
565
|
+
function nr(u) {
|
|
566
566
|
{
|
|
567
|
-
for (var x = Object.keys(
|
|
568
|
-
var I = x[
|
|
567
|
+
for (var x = Object.keys(u.props), E = 0; E < x.length; E++) {
|
|
568
|
+
var I = x[E];
|
|
569
569
|
if (I !== "children" && I !== "key") {
|
|
570
|
-
Me(
|
|
570
|
+
Me(u), w("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", I), Me(null);
|
|
571
571
|
break;
|
|
572
572
|
}
|
|
573
573
|
}
|
|
574
|
-
|
|
574
|
+
u.ref !== null && (Me(u), w("Invalid attribute `ref` supplied to `React.Fragment`."), Me(null));
|
|
575
575
|
}
|
|
576
576
|
}
|
|
577
577
|
var Tt = {};
|
|
578
|
-
function ut(
|
|
578
|
+
function ut(u, x, E, I, G, C) {
|
|
579
579
|
{
|
|
580
|
-
var
|
|
581
|
-
if (!
|
|
582
|
-
var
|
|
583
|
-
(
|
|
580
|
+
var P = T(u);
|
|
581
|
+
if (!P) {
|
|
582
|
+
var A = "";
|
|
583
|
+
(u === void 0 || typeof u == "object" && u !== null && Object.keys(u).length === 0) && (A += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
584
584
|
var Q = be();
|
|
585
|
-
Q ?
|
|
586
|
-
var
|
|
587
|
-
|
|
585
|
+
Q ? A += Q : A += ge();
|
|
586
|
+
var H;
|
|
587
|
+
u === null ? H = "null" : Et(u) ? H = "array" : u !== void 0 && u.$$typeof === t ? (H = "<" + (L(u.type) || "Unknown") + " />", A = " Did you accidentally export a JSX literal instead of a component?") : H = typeof u, w("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", H, A);
|
|
588
588
|
}
|
|
589
|
-
var ie = er(
|
|
589
|
+
var ie = er(u, x, E, G, C);
|
|
590
590
|
if (ie == null)
|
|
591
591
|
return ie;
|
|
592
|
-
if (
|
|
592
|
+
if (P) {
|
|
593
593
|
var De = x.children;
|
|
594
594
|
if (De !== void 0)
|
|
595
595
|
if (I)
|
|
596
596
|
if (Et(De)) {
|
|
597
597
|
for (var Ve = 0; Ve < De.length; Ve++)
|
|
598
|
-
rr(De[Ve],
|
|
598
|
+
rr(De[Ve], u);
|
|
599
599
|
Object.freeze && Object.freeze(De);
|
|
600
600
|
} else
|
|
601
601
|
w("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
602
602
|
else
|
|
603
|
-
rr(De,
|
|
603
|
+
rr(De, u);
|
|
604
604
|
}
|
|
605
605
|
if (ve.call(x, "key")) {
|
|
606
|
-
var Qe = L(
|
|
606
|
+
var Qe = L(u), Oe = Object.keys(x).filter(function(Yo) {
|
|
607
607
|
return Yo !== "key";
|
|
608
608
|
}), Ur = Oe.length > 0 ? "{key: someKey, " + Oe.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
609
609
|
if (!Tt[Qe + Ur]) {
|
|
@@ -616,14 +616,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
616
616
|
<%s key={someKey} {...props} />`, Ur, Qe, Vo, Qe), Tt[Qe + Ur] = !0;
|
|
617
617
|
}
|
|
618
618
|
}
|
|
619
|
-
return
|
|
619
|
+
return u === n ? nr(ie) : _t(ie), ie;
|
|
620
620
|
}
|
|
621
621
|
}
|
|
622
|
-
function dt(
|
|
623
|
-
return ut(
|
|
622
|
+
function dt(u, x, E) {
|
|
623
|
+
return ut(u, x, E, !0);
|
|
624
624
|
}
|
|
625
|
-
function Pt(
|
|
626
|
-
return ut(
|
|
625
|
+
function Pt(u, x, E) {
|
|
626
|
+
return ut(u, x, E, !1);
|
|
627
627
|
}
|
|
628
628
|
var At = Pt, Rt = dt;
|
|
629
629
|
$t.Fragment = n, $t.jsx = At, $t.jsxs = Rt;
|
|
@@ -730,7 +730,7 @@ const Sl = ({ imageUrl: e }) => {
|
|
|
730
730
|
const r = new URLSearchParams(), n = (a, i) => {
|
|
731
731
|
Object.entries(a).forEach(([s, l]) => {
|
|
732
732
|
const c = i ? `${i}[${s}]` : s;
|
|
733
|
-
l != null && (typeof l == "object" && !Array.isArray(l) ? n(l, c) : Array.isArray(l) ? l.forEach((
|
|
733
|
+
l != null && (typeof l == "object" && !Array.isArray(l) ? n(l, c) : Array.isArray(l) ? l.forEach((d) => r.append(c, String(d))) : r.append(c, String(l)));
|
|
734
734
|
});
|
|
735
735
|
};
|
|
736
736
|
return n(e, t), r.toString();
|
|
@@ -765,8 +765,8 @@ function kl(e, t) {
|
|
|
765
765
|
"décembre"
|
|
766
766
|
];
|
|
767
767
|
if (!e) return "";
|
|
768
|
-
const a = e.getFullYear().toString(), i = String(e.getMonth() + 1).padStart(2, "0"), s = String(e.getDate()).padStart(2, "0"), l = String(e.getHours()).padStart(2, "0"), c = String(e.getMinutes()).padStart(2, "0"),
|
|
769
|
-
return t.replace("dddd", f).replace("MMMM", v).replace("YYYY", a).replace("MM", i).replace("DD", s).replace("HH", l).replace("mm", c).replace("ss",
|
|
768
|
+
const a = e.getFullYear().toString(), i = String(e.getMonth() + 1).padStart(2, "0"), s = String(e.getDate()).padStart(2, "0"), l = String(e.getHours()).padStart(2, "0"), c = String(e.getMinutes()).padStart(2, "0"), d = String(e.getSeconds()).padStart(2, "0"), f = r[e.getDay()], v = n[e.getMonth()];
|
|
769
|
+
return t.replace("dddd", f).replace("MMMM", v).replace("YYYY", a).replace("MM", i).replace("DD", s).replace("HH", l).replace("mm", c).replace("ss", d);
|
|
770
770
|
}
|
|
771
771
|
function Cl(e) {
|
|
772
772
|
const [t, r, n] = e.split("-").map(Number);
|
|
@@ -872,7 +872,7 @@ const Al = () => ({ getTokenValidate: R(() => {
|
|
|
872
872
|
(r = e == null ? void 0 : e.current) == null || r.removeChild(t);
|
|
873
873
|
};
|
|
874
874
|
}, []), /* @__PURE__ */ o.jsx("div", { children: /* @__PURE__ */ o.jsx("div", { ref: e }) });
|
|
875
|
-
},
|
|
875
|
+
}, B = ({ classIcon: e, size: t }) => /* @__PURE__ */ o.jsx("i", { className: `bi ${e} ${t ?? "sm"}` }), La = ({
|
|
876
876
|
className: e,
|
|
877
877
|
onClick: t,
|
|
878
878
|
title: r,
|
|
@@ -888,7 +888,7 @@ const Al = () => ({ getTokenValidate: R(() => {
|
|
|
888
888
|
onClick: i,
|
|
889
889
|
className: `badge ${e || ""}`,
|
|
890
890
|
children: [
|
|
891
|
-
a && /* @__PURE__ */ o.jsx(
|
|
891
|
+
a && /* @__PURE__ */ o.jsx(B, { size: n, classIcon: a }),
|
|
892
892
|
/* @__PURE__ */ o.jsx("span", { children: r })
|
|
893
893
|
]
|
|
894
894
|
}
|
|
@@ -907,7 +907,7 @@ const $l = ({
|
|
|
907
907
|
};
|
|
908
908
|
return /* @__PURE__ */ o.jsxs("div", { className: `action ${e}`, onClick: i, children: [
|
|
909
909
|
a && /* @__PURE__ */ o.jsx(La, { ...a }),
|
|
910
|
-
n && /* @__PURE__ */ o.jsx(
|
|
910
|
+
n && /* @__PURE__ */ o.jsx(B, { classIcon: n, size: _e.LARGE }),
|
|
911
911
|
/* @__PURE__ */ o.jsx("small", { children: r })
|
|
912
912
|
] });
|
|
913
913
|
}, wt = ({
|
|
@@ -921,7 +921,7 @@ const $l = ({
|
|
|
921
921
|
positionicon: l = 1,
|
|
922
922
|
disabled: c = !1
|
|
923
923
|
}) => {
|
|
924
|
-
const
|
|
924
|
+
const d = (f) => {
|
|
925
925
|
f.stopPropagation(), t && t(f);
|
|
926
926
|
};
|
|
927
927
|
return /* @__PURE__ */ o.jsxs(
|
|
@@ -930,13 +930,13 @@ const $l = ({
|
|
|
930
930
|
id: i ?? "",
|
|
931
931
|
disabled: c,
|
|
932
932
|
type: "submit",
|
|
933
|
-
onClick: (f) =>
|
|
933
|
+
onClick: (f) => d(f),
|
|
934
934
|
className: e,
|
|
935
935
|
children: [
|
|
936
936
|
r && /* @__PURE__ */ o.jsx(La, { ...r }),
|
|
937
|
-
s && l == 1 && /* @__PURE__ */ o.jsx("span", { className: `${n ? "mr-2" : ""}`, children: /* @__PURE__ */ o.jsx(
|
|
937
|
+
s && l == 1 && /* @__PURE__ */ o.jsx("span", { className: `${n ? "mr-2" : ""}`, children: /* @__PURE__ */ o.jsx(B, { size: a, classIcon: s }) }),
|
|
938
938
|
/* @__PURE__ */ o.jsx("span", { children: n }),
|
|
939
|
-
s && l == 2 && /* @__PURE__ */ o.jsx("span", { className: "ml-2", children: /* @__PURE__ */ o.jsx(
|
|
939
|
+
s && l == 2 && /* @__PURE__ */ o.jsx("span", { className: "ml-2", children: /* @__PURE__ */ o.jsx(B, { classIcon: s }) })
|
|
940
940
|
]
|
|
941
941
|
}
|
|
942
942
|
);
|
|
@@ -1151,11 +1151,11 @@ function Oi(e) {
|
|
|
1151
1151
|
return xi(hr("", null, null, null, [""], e = bi(e), 0, [0], e));
|
|
1152
1152
|
}
|
|
1153
1153
|
function hr(e, t, r, n, a, i, s, l, c) {
|
|
1154
|
-
for (var
|
|
1154
|
+
for (var d = 0, f = 0, v = s, g = 0, h = 0, m = 0, p = 1, y = 1, j = 1, w = 0, N = "", D = a, S = i, O = n, _ = N; y; )
|
|
1155
1155
|
switch (m = w, w = Pe()) {
|
|
1156
1156
|
case 40:
|
|
1157
1157
|
if (m != 108 && me(_, v - 1) == 58) {
|
|
1158
|
-
dr(_ += W(zr(w), "&", "&\f"), "&\f", Ba(
|
|
1158
|
+
dr(_ += W(zr(w), "&", "&\f"), "&\f", Ba(d ? l[d - 1] : 0)) != -1 && (j = -1);
|
|
1159
1159
|
break;
|
|
1160
1160
|
}
|
|
1161
1161
|
case 34:
|
|
@@ -1183,7 +1183,7 @@ function hr(e, t, r, n, a, i, s, l, c) {
|
|
|
1183
1183
|
}
|
|
1184
1184
|
break;
|
|
1185
1185
|
case 123 * p:
|
|
1186
|
-
l[
|
|
1186
|
+
l[d++] = Re(_) * j;
|
|
1187
1187
|
case 125 * p:
|
|
1188
1188
|
case 59:
|
|
1189
1189
|
case 0:
|
|
@@ -1197,22 +1197,22 @@ function hr(e, t, r, n, a, i, s, l, c) {
|
|
|
1197
1197
|
case 59:
|
|
1198
1198
|
_ += ";";
|
|
1199
1199
|
default:
|
|
1200
|
-
if (Lt(
|
|
1200
|
+
if (Lt(O = ea(_, t, r, d, f, a, l, N, D = [], S = [], v, i), i), w === 123)
|
|
1201
1201
|
if (f === 0)
|
|
1202
|
-
hr(_, t,
|
|
1202
|
+
hr(_, t, O, O, D, i, v, l, S);
|
|
1203
1203
|
else
|
|
1204
1204
|
switch (g === 99 && me(_, 3) === 110 ? 100 : g) {
|
|
1205
1205
|
case 100:
|
|
1206
1206
|
case 108:
|
|
1207
1207
|
case 109:
|
|
1208
1208
|
case 115:
|
|
1209
|
-
hr(e,
|
|
1209
|
+
hr(e, O, O, n && Lt(ea(e, O, O, 0, 0, a, l, N, a, D = [], v, S), S), a, S, v, l, n ? D : S);
|
|
1210
1210
|
break;
|
|
1211
1211
|
default:
|
|
1212
|
-
hr(_,
|
|
1212
|
+
hr(_, O, O, O, [""], S, 0, l, S);
|
|
1213
1213
|
}
|
|
1214
1214
|
}
|
|
1215
|
-
|
|
1215
|
+
d = f = h = 0, p = j = 1, N = _ = "", v = s;
|
|
1216
1216
|
break;
|
|
1217
1217
|
case 58:
|
|
1218
1218
|
v = 1 + Re(_), h = m;
|
|
@@ -1228,7 +1228,7 @@ function hr(e, t, r, n, a, i, s, l, c) {
|
|
|
1228
1228
|
j = f > 0 ? 1 : (_ += "\f", -1);
|
|
1229
1229
|
break;
|
|
1230
1230
|
case 44:
|
|
1231
|
-
l[
|
|
1231
|
+
l[d++] = (Re(_) - 1) * j, j = 1;
|
|
1232
1232
|
break;
|
|
1233
1233
|
case 64:
|
|
1234
1234
|
tt() === 45 && (_ += zr(Pe())), g = tt(), f = v = Re(N = _ += Di(fr())), w++;
|
|
@@ -1239,11 +1239,11 @@ function hr(e, t, r, n, a, i, s, l, c) {
|
|
|
1239
1239
|
}
|
|
1240
1240
|
return i;
|
|
1241
1241
|
}
|
|
1242
|
-
function ea(e, t, r, n, a, i, s, l, c,
|
|
1242
|
+
function ea(e, t, r, n, a, i, s, l, c, d, f, v) {
|
|
1243
1243
|
for (var g = a - 1, h = a === 0 ? i : [""], m = za(h), p = 0, y = 0, j = 0; p < n; ++p)
|
|
1244
|
-
for (var w = 0, N = pt(e, g + 1, g = Ba(y = s[p])),
|
|
1245
|
-
(
|
|
1246
|
-
return Er(e, t, r, a === 0 ? Or : l, c,
|
|
1244
|
+
for (var w = 0, N = pt(e, g + 1, g = Ba(y = s[p])), D = e; w < m; ++w)
|
|
1245
|
+
(D = Ua(y > 0 ? h[w] + " " + N : W(N, /&\f/g, h[w]))) && (c[j++] = D);
|
|
1246
|
+
return Er(e, t, r, a === 0 ? Or : l, c, d, f, v);
|
|
1247
1247
|
}
|
|
1248
1248
|
function Ni(e, t, r, n) {
|
|
1249
1249
|
return Er(e, t, r, Va, _n(gi()), pt(e, 2, -2), 0, n);
|
|
@@ -1371,8 +1371,8 @@ function Ga(e, t, r) {
|
|
|
1371
1371
|
break;
|
|
1372
1372
|
case 5152:
|
|
1373
1373
|
case 5920:
|
|
1374
|
-
return W(e, /(.+?):(\d+)(\s*\/\s*(span)?\s*(\d+))?(.*)/, function(n, a, i, s, l, c,
|
|
1375
|
-
return ae + a + ":" + i +
|
|
1374
|
+
return W(e, /(.+?):(\d+)(\s*\/\s*(span)?\s*(\d+))?(.*)/, function(n, a, i, s, l, c, d) {
|
|
1375
|
+
return ae + a + ":" + i + d + (s ? ae + a + "-span:" + (l ? c : +c - +i) + d : "") + e;
|
|
1376
1376
|
});
|
|
1377
1377
|
case 4949:
|
|
1378
1378
|
if (me(e, t + 6) === 121)
|
|
@@ -1569,9 +1569,9 @@ function ro(e, t, r) {
|
|
|
1569
1569
|
for (var i = oa(e), s = oa(t), l = 0; l < a.length; ++l) {
|
|
1570
1570
|
var c = a[l];
|
|
1571
1571
|
if (!(c in Vi || r && r[c] || s && c in s || i && c in i)) {
|
|
1572
|
-
var
|
|
1572
|
+
var d = zi(t, c);
|
|
1573
1573
|
try {
|
|
1574
|
-
Bi(e, c,
|
|
1574
|
+
Bi(e, c, d);
|
|
1575
1575
|
} catch {
|
|
1576
1576
|
}
|
|
1577
1577
|
}
|
|
@@ -1700,8 +1700,8 @@ var Xi = function() {
|
|
|
1700
1700
|
if (l) {
|
|
1701
1701
|
var c = l.match(Zi);
|
|
1702
1702
|
if (c) {
|
|
1703
|
-
var
|
|
1704
|
-
|
|
1703
|
+
var d = 0 | parseInt(c[1], 10), f = c[2];
|
|
1704
|
+
d !== 0 && (Ji(f, d), es(e, f, c[3]), e.getTag().insertRules(d, a)), a.length = 0;
|
|
1705
1705
|
} else a.push(l);
|
|
1706
1706
|
}
|
|
1707
1707
|
}
|
|
@@ -1777,7 +1777,7 @@ var no = function(e) {
|
|
|
1777
1777
|
var a = this;
|
|
1778
1778
|
this.options = Ne(Ne({}, is), t), this.gs = r, this.names = new Map(n), this.server = !!t.isServer, !this.server && br && ua && (ua = !1, la(this)), An(this, function() {
|
|
1779
1779
|
return function(i) {
|
|
1780
|
-
for (var s = i.getTag(), l = s.length, c = "",
|
|
1780
|
+
for (var s = i.getTag(), l = s.length, c = "", d = function(v) {
|
|
1781
1781
|
var g = function(j) {
|
|
1782
1782
|
return xr.get(j);
|
|
1783
1783
|
}(v);
|
|
@@ -1788,7 +1788,7 @@ var no = function(e) {
|
|
|
1788
1788
|
h !== void 0 && h.forEach(function(j) {
|
|
1789
1789
|
j.length > 0 && (y += "".concat(j, ","));
|
|
1790
1790
|
}), c += "".concat(m).concat(p, '{content:"').concat(y, '"}').concat(Tn);
|
|
1791
|
-
}, f = 0; f < l; f++)
|
|
1791
|
+
}, f = 0; f < l; f++) d(f);
|
|
1792
1792
|
return c;
|
|
1793
1793
|
}(a);
|
|
1794
1794
|
});
|
|
@@ -1833,11 +1833,11 @@ function oo(e, t) {
|
|
|
1833
1833
|
});
|
|
1834
1834
|
}
|
|
1835
1835
|
function ls(e) {
|
|
1836
|
-
var t, r, n, a = yt, i = a.options, s = i === void 0 ? yt : i, l = a.plugins, c = l === void 0 ? _r : l,
|
|
1836
|
+
var t, r, n, a = yt, i = a.options, s = i === void 0 ? yt : i, l = a.plugins, c = l === void 0 ? _r : l, d = function(g, h, m) {
|
|
1837
1837
|
return m.startsWith(r) && m.endsWith(r) && m.replaceAll(r, "").length > 0 ? ".".concat(t) : g;
|
|
1838
1838
|
}, f = c.slice();
|
|
1839
1839
|
f.push(function(g) {
|
|
1840
|
-
g.type === Or && g.value.includes("&") && (g.props[0] = g.props[0].replace(ss, r).replace(n,
|
|
1840
|
+
g.type === Or && g.value.includes("&") && (g.props[0] = g.props[0].replace(ss, r).replace(n, d));
|
|
1841
1841
|
}), s.prefix && f.push(_i), f.push(Ei);
|
|
1842
1842
|
var v = function(g, h, m, p) {
|
|
1843
1843
|
h === void 0 && (h = ""), m === void 0 && (m = ""), p === void 0 && (p = "&"), t = p, r = h, n = new RegExp("\\".concat(r, "\\b"), "g");
|
|
@@ -1929,17 +1929,17 @@ var hs = Ja(Cr), vs = function() {
|
|
|
1929
1929
|
a = et(a, s), this.staticRulesId = s;
|
|
1930
1930
|
}
|
|
1931
1931
|
else {
|
|
1932
|
-
for (var c = Ze(this.baseHash, n.hash),
|
|
1932
|
+
for (var c = Ze(this.baseHash, n.hash), d = "", f = 0; f < this.rules.length; f++) {
|
|
1933
1933
|
var v = this.rules[f];
|
|
1934
|
-
if (typeof v == "string")
|
|
1934
|
+
if (typeof v == "string") d += v, process.env.NODE_ENV !== "production" && (c = Ze(c, v));
|
|
1935
1935
|
else if (v) {
|
|
1936
1936
|
var g = ca(rt(v, t, r, n));
|
|
1937
|
-
c = Ze(c, g + f),
|
|
1937
|
+
c = Ze(c, g + f), d += g;
|
|
1938
1938
|
}
|
|
1939
1939
|
}
|
|
1940
|
-
if (
|
|
1940
|
+
if (d) {
|
|
1941
1941
|
var h = on(c >>> 0);
|
|
1942
|
-
r.hasNameForId(this.componentId, h) || r.insertRules(this.componentId, h, n(
|
|
1942
|
+
r.hasNameForId(this.componentId, h) || r.insertRules(this.componentId, h, n(d, ".".concat(h), void 0, this.componentId)), a = et(a, h);
|
|
1943
1943
|
}
|
|
1944
1944
|
}
|
|
1945
1945
|
return a;
|
|
@@ -1948,29 +1948,29 @@ var hs = Ja(Cr), vs = function() {
|
|
|
1948
1948
|
lo.Consumer;
|
|
1949
1949
|
var qr = {}, va = /* @__PURE__ */ new Set();
|
|
1950
1950
|
function ms(e, t, r) {
|
|
1951
|
-
var n = Pn(e), a = e, i = !Gr(e), s = t.attrs, l = s === void 0 ? _r : s, c = t.componentId,
|
|
1952
|
-
var
|
|
1953
|
-
qr[
|
|
1954
|
-
var _ = "".concat(
|
|
1955
|
-
return
|
|
1956
|
-
}(t.displayName, t.parentComponentId) : c, f = t.displayName, v = f === void 0 ? function(
|
|
1957
|
-
return Gr(
|
|
1958
|
-
}(e) : f, g = t.displayName && t.componentId ? "".concat(na(t.displayName), "-").concat(t.componentId) : t.componentId ||
|
|
1951
|
+
var n = Pn(e), a = e, i = !Gr(e), s = t.attrs, l = s === void 0 ? _r : s, c = t.componentId, d = c === void 0 ? function(D, S) {
|
|
1952
|
+
var O = typeof D != "string" ? "sc" : na(D);
|
|
1953
|
+
qr[O] = (qr[O] || 0) + 1;
|
|
1954
|
+
var _ = "".concat(O, "-").concat(Li(Cr + O + qr[O]));
|
|
1955
|
+
return S ? "".concat(S, "-").concat(_) : _;
|
|
1956
|
+
}(t.displayName, t.parentComponentId) : c, f = t.displayName, v = f === void 0 ? function(D) {
|
|
1957
|
+
return Gr(D) ? "styled.".concat(D) : "Styled(".concat(Qa(D), ")");
|
|
1958
|
+
}(e) : f, g = t.displayName && t.componentId ? "".concat(na(t.displayName), "-").concat(t.componentId) : t.componentId || d, h = n && a.attrs ? a.attrs.concat(l).filter(Boolean) : l, m = t.shouldForwardProp;
|
|
1959
1959
|
if (n && a.shouldForwardProp) {
|
|
1960
1960
|
var p = a.shouldForwardProp;
|
|
1961
1961
|
if (t.shouldForwardProp) {
|
|
1962
1962
|
var y = t.shouldForwardProp;
|
|
1963
|
-
m = function(
|
|
1964
|
-
return p(
|
|
1963
|
+
m = function(D, S) {
|
|
1964
|
+
return p(D, S) && y(D, S);
|
|
1965
1965
|
};
|
|
1966
1966
|
} else m = p;
|
|
1967
1967
|
}
|
|
1968
1968
|
var j = new vs(r, g, n ? a.componentStyle : void 0);
|
|
1969
|
-
function w(
|
|
1970
|
-
return function(
|
|
1971
|
-
var b =
|
|
1969
|
+
function w(D, S) {
|
|
1970
|
+
return function(O, _, z) {
|
|
1971
|
+
var b = O.attrs, T = O.componentStyle, U = O.defaultProps, Y = O.foldedComponentIds, L = O.styledComponentId, te = O.target, pe = $e.useContext(lo), de = da(), xe = O.shouldForwardProp || de.shouldForwardProp;
|
|
1972
1972
|
process.env.NODE_ENV !== "production" && Gn(L);
|
|
1973
|
-
var Ee = Ri(_, pe,
|
|
1973
|
+
var Ee = Ri(_, pe, U) || yt, ce = function($, F, re) {
|
|
1974
1974
|
for (var ee, le = Ne(Ne({}, F), { className: void 0, theme: re }), je = 0; je < $.length; je += 1) {
|
|
1975
1975
|
var Se = bt(ee = $[je]) ? ee(le) : ee;
|
|
1976
1976
|
for (var J in Se) le[J] = J === "className" ? et(le[J], Se[J]) : J === "style" ? Ne(Ne({}, le[J]), Se[J]) : Se[J];
|
|
@@ -1981,28 +1981,28 @@ function ms(e, t, r) {
|
|
|
1981
1981
|
var k = function($, F) {
|
|
1982
1982
|
var re = da(), ee = $.generateAndInjectStyles(F, re.styleSheet, re.stylis);
|
|
1983
1983
|
return process.env.NODE_ENV !== "production" && Gn(ee), ee;
|
|
1984
|
-
}(
|
|
1985
|
-
process.env.NODE_ENV !== "production" &&
|
|
1984
|
+
}(T, ce);
|
|
1985
|
+
process.env.NODE_ENV !== "production" && O.warnTooManyClasses && O.warnTooManyClasses(k);
|
|
1986
1986
|
var M = et(Y, L);
|
|
1987
|
-
return k && (M += " " + k), ce.className && (M += " " + ce.className), fe[Gr(q) && !an.has(q) ? "class" : "className"] = M,
|
|
1988
|
-
}(N,
|
|
1987
|
+
return k && (M += " " + k), ce.className && (M += " " + ce.className), fe[Gr(q) && !an.has(q) ? "class" : "className"] = M, z && (fe.ref = z), Bo(q, fe);
|
|
1988
|
+
}(N, D, S);
|
|
1989
1989
|
}
|
|
1990
1990
|
w.displayName = v;
|
|
1991
1991
|
var N = $e.forwardRef(w);
|
|
1992
1992
|
return N.attrs = h, N.componentStyle = j, N.displayName = v, N.shouldForwardProp = m, N.foldedComponentIds = n ? et(a.foldedComponentIds, a.styledComponentId) : "", N.styledComponentId = g, N.target = n ? a.target : e, Object.defineProperty(N, "defaultProps", { get: function() {
|
|
1993
1993
|
return this._foldedDefaultProps;
|
|
1994
|
-
}, set: function(
|
|
1995
|
-
this._foldedDefaultProps = n ? function(
|
|
1996
|
-
for (var
|
|
1997
|
-
for (var
|
|
1998
|
-
return
|
|
1999
|
-
}({}, a.defaultProps,
|
|
2000
|
-
} }), process.env.NODE_ENV !== "production" && (Ai(v, g), N.warnTooManyClasses = /* @__PURE__ */ function(
|
|
2001
|
-
var
|
|
2002
|
-
return function(
|
|
2003
|
-
if (!_ && (
|
|
2004
|
-
var b =
|
|
2005
|
-
console.warn("Over ".concat(200, " classes were generated for component ").concat(
|
|
1994
|
+
}, set: function(D) {
|
|
1995
|
+
this._foldedDefaultProps = n ? function(S) {
|
|
1996
|
+
for (var O = [], _ = 1; _ < arguments.length; _++) O[_ - 1] = arguments[_];
|
|
1997
|
+
for (var z = 0, b = O; z < b.length; z++) sn(S, b[z], !0);
|
|
1998
|
+
return S;
|
|
1999
|
+
}({}, a.defaultProps, D) : D;
|
|
2000
|
+
} }), process.env.NODE_ENV !== "production" && (Ai(v, g), N.warnTooManyClasses = /* @__PURE__ */ function(D, S) {
|
|
2001
|
+
var O = {}, _ = !1;
|
|
2002
|
+
return function(z) {
|
|
2003
|
+
if (!_ && (O[z] = !0, Object.keys(O).length >= 200)) {
|
|
2004
|
+
var b = S ? ' with the id of "'.concat(S, '"') : "";
|
|
2005
|
+
console.warn("Over ".concat(200, " classes were generated for component ").concat(D).concat(b, `.
|
|
2006
2006
|
`) + `Consider using the attrs method, together with a style object for frequently changed styles.
|
|
2007
2007
|
Example:
|
|
2008
2008
|
const Component = styled.div.attrs(props => ({
|
|
@@ -2011,7 +2011,7 @@ Example:
|
|
|
2011
2011
|
},
|
|
2012
2012
|
}))\`width: 100%;\`
|
|
2013
2013
|
|
|
2014
|
-
<Component />`), _ = !0,
|
|
2014
|
+
<Component />`), _ = !0, O = {};
|
|
2015
2015
|
}
|
|
2016
2016
|
};
|
|
2017
2017
|
}(v, g)), An(N, function() {
|
|
@@ -2064,102 +2064,112 @@ const ps = Rn.div`
|
|
|
2064
2064
|
background-color: white;
|
|
2065
2065
|
padding: 10px;
|
|
2066
2066
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
|
2067
|
-
border-radius:
|
|
2067
|
+
border-radius: 4px;
|
|
2068
2068
|
border: 1px solid #ede;
|
|
2069
2069
|
`, In = ze(
|
|
2070
2070
|
({
|
|
2071
2071
|
referenceElement: e,
|
|
2072
2072
|
position: t,
|
|
2073
2073
|
coordonnees: r,
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2074
|
+
className: n,
|
|
2075
|
+
children: a,
|
|
2076
|
+
show: i,
|
|
2077
|
+
id: s,
|
|
2078
|
+
closeOverlay: l
|
|
2079
|
+
}, c) => {
|
|
2080
|
+
const { activeOverlayId: d, setActiveOverlay: f } = li(), [v, g] = V(i || !1), [h, m] = V(
|
|
2080
2081
|
r ?? { top: 0, left: 0 }
|
|
2081
|
-
),
|
|
2082
|
-
Dr(
|
|
2083
|
-
setCoords:
|
|
2082
|
+
), p = ue(null), y = Uo();
|
|
2083
|
+
Dr(c, () => ({
|
|
2084
|
+
setCoords: m
|
|
2084
2085
|
})), Z(() => {
|
|
2085
|
-
|
|
2086
|
-
}, [
|
|
2087
|
-
const
|
|
2088
|
-
var
|
|
2086
|
+
d !== y && g(!1);
|
|
2087
|
+
}, [d, y]), Z(() => {
|
|
2088
|
+
const N = () => {
|
|
2089
|
+
var D;
|
|
2089
2090
|
if (!t && r)
|
|
2090
|
-
|
|
2091
|
+
m(r);
|
|
2091
2092
|
else if (e) {
|
|
2092
|
-
const S = e.getBoundingClientRect(),
|
|
2093
|
-
if (
|
|
2094
|
-
let
|
|
2095
|
-
const
|
|
2093
|
+
const S = e.getBoundingClientRect(), O = (D = p.current) == null ? void 0 : D.getBoundingClientRect(), { innerWidth: _, innerHeight: z } = window;
|
|
2094
|
+
if (O) {
|
|
2095
|
+
let b, T;
|
|
2096
|
+
const U = {
|
|
2096
2097
|
topRight: () => ({
|
|
2097
|
-
top: S.top -
|
|
2098
|
-
left: S.right -
|
|
2098
|
+
top: S.top - O.height,
|
|
2099
|
+
left: S.right - O.width
|
|
2099
2100
|
}),
|
|
2100
2101
|
topLeft: () => ({
|
|
2101
|
-
top: S.top -
|
|
2102
|
+
top: S.top - O.height,
|
|
2102
2103
|
left: S.left
|
|
2103
2104
|
}),
|
|
2104
2105
|
bottomRight: () => ({
|
|
2105
2106
|
top: S.bottom,
|
|
2106
|
-
left: S.right -
|
|
2107
|
+
left: S.right - O.width
|
|
2107
2108
|
}),
|
|
2108
2109
|
bottomLeft: () => ({
|
|
2109
2110
|
top: S.bottom,
|
|
2110
2111
|
left: S.left
|
|
2111
2112
|
}),
|
|
2112
2113
|
left: () => ({
|
|
2113
|
-
top: S.top + S.height / 2 -
|
|
2114
|
-
left: S.left -
|
|
2114
|
+
top: S.top + S.height / 2 - O.height / 2,
|
|
2115
|
+
left: S.left - O.width
|
|
2115
2116
|
}),
|
|
2116
2117
|
right: () => ({
|
|
2117
|
-
top: S.top + S.height / 2 -
|
|
2118
|
+
top: S.top + S.height / 2 - O.height / 2,
|
|
2118
2119
|
left: S.right
|
|
2119
2120
|
})
|
|
2120
2121
|
};
|
|
2121
|
-
t &&
|
|
2122
|
+
t && U[t] ? { top: b, left: T } = U[t]() : (T = S.right, b = S.bottom, S.right + O.width > _ && (T = S.left - O.width), S.bottom + O.height > z && (b = S.top - O.height)), m({ top: b, left: T < 0 ? 0 : T });
|
|
2122
2123
|
}
|
|
2123
2124
|
}
|
|
2124
2125
|
};
|
|
2125
|
-
return
|
|
2126
|
-
}, [e,
|
|
2127
|
-
const
|
|
2128
|
-
|
|
2129
|
-
},
|
|
2130
|
-
(
|
|
2131
|
-
|
|
2126
|
+
return v && (N(), window.addEventListener("resize", N)), () => window.removeEventListener("resize", N);
|
|
2127
|
+
}, [e, v, t]);
|
|
2128
|
+
const j = () => {
|
|
2129
|
+
g(!0), f(y);
|
|
2130
|
+
}, w = R(
|
|
2131
|
+
(N) => {
|
|
2132
|
+
N.stopPropagation(), g(!1), f(null), l && l(!1);
|
|
2132
2133
|
},
|
|
2133
|
-
[
|
|
2134
|
+
[l, f]
|
|
2134
2135
|
);
|
|
2135
2136
|
return Z(() => {
|
|
2136
|
-
const
|
|
2137
|
-
|
|
2137
|
+
const N = (D) => {
|
|
2138
|
+
p.current && !p.current.contains(D.target) && w(D);
|
|
2138
2139
|
};
|
|
2139
|
-
return
|
|
2140
|
-
document.removeEventListener("mousedown",
|
|
2140
|
+
return v && document.addEventListener("mousedown", N), () => {
|
|
2141
|
+
document.removeEventListener("mousedown", N);
|
|
2141
2142
|
};
|
|
2142
|
-
}, [
|
|
2143
|
-
|
|
2144
|
-
}, [
|
|
2145
|
-
/* @__PURE__ */ o.jsx(
|
|
2146
|
-
|
|
2143
|
+
}, [v, w]), Z(() => {
|
|
2144
|
+
i && j();
|
|
2145
|
+
}, [i]), v ? Nn.createPortal(
|
|
2146
|
+
/* @__PURE__ */ o.jsx(
|
|
2147
|
+
ps,
|
|
2147
2148
|
{
|
|
2148
|
-
className:
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2149
|
+
className: n,
|
|
2150
|
+
ref: p,
|
|
2151
|
+
$top: h.top,
|
|
2152
|
+
$left: h.left,
|
|
2153
|
+
children: /* @__PURE__ */ o.jsxs(
|
|
2154
|
+
"div",
|
|
2155
|
+
{
|
|
2156
|
+
className: `overlayPanel ${h.top > 0 || h.left > 0 ? "visible" : "hide"}`,
|
|
2157
|
+
children: [
|
|
2158
|
+
/* @__PURE__ */ o.jsx(
|
|
2159
|
+
"button",
|
|
2160
|
+
{
|
|
2161
|
+
id: s ?? "",
|
|
2162
|
+
className: "toggle-btn",
|
|
2163
|
+
onClick: w,
|
|
2164
|
+
children: /* @__PURE__ */ o.jsx(B, { classIcon: "bi-x-lg" })
|
|
2165
|
+
}
|
|
2166
|
+
),
|
|
2167
|
+
a
|
|
2168
|
+
]
|
|
2169
|
+
}
|
|
2170
|
+
)
|
|
2161
2171
|
}
|
|
2162
|
-
)
|
|
2172
|
+
),
|
|
2163
2173
|
document.body
|
|
2164
2174
|
) : null;
|
|
2165
2175
|
}
|
|
@@ -2174,11 +2184,11 @@ const ps = Rn.div`
|
|
|
2174
2184
|
}) => {
|
|
2175
2185
|
const l = (m) => {
|
|
2176
2186
|
m.preventDefault(), t && t(m);
|
|
2177
|
-
}, c = ue(null), [
|
|
2187
|
+
}, c = ue(null), [d, f] = V(!1), v = R(
|
|
2178
2188
|
(m) => {
|
|
2179
|
-
m.stopPropagation(), n && f(!
|
|
2189
|
+
m.stopPropagation(), n && f(!d);
|
|
2180
2190
|
},
|
|
2181
|
-
[
|
|
2191
|
+
[d, f]
|
|
2182
2192
|
), g = Ie(() => n ? n.map((m, p) => ({
|
|
2183
2193
|
id: m.id ?? p,
|
|
2184
2194
|
icon: m.icon,
|
|
@@ -2215,16 +2225,16 @@ const ps = Rn.div`
|
|
|
2215
2225
|
className: "ml-2",
|
|
2216
2226
|
ref: c,
|
|
2217
2227
|
onClick: (m) => v(m),
|
|
2218
|
-
children: /* @__PURE__ */ o.jsx(
|
|
2228
|
+
children: /* @__PURE__ */ o.jsx(B, { classIcon: "bi-chevron-up" })
|
|
2219
2229
|
}
|
|
2220
2230
|
)
|
|
2221
2231
|
]
|
|
2222
2232
|
}
|
|
2223
2233
|
),
|
|
2224
|
-
n &&
|
|
2234
|
+
n && d && c.current && /* @__PURE__ */ o.jsx(
|
|
2225
2235
|
In,
|
|
2226
2236
|
{
|
|
2227
|
-
show:
|
|
2237
|
+
show: d,
|
|
2228
2238
|
position: a,
|
|
2229
2239
|
closeOverlay: f,
|
|
2230
2240
|
referenceElement: c.current,
|
|
@@ -2241,14 +2251,14 @@ const ps = Rn.div`
|
|
|
2241
2251
|
}) => {
|
|
2242
2252
|
const i = ue(null), s = (c) => {
|
|
2243
2253
|
var f;
|
|
2244
|
-
const
|
|
2245
|
-
if (
|
|
2254
|
+
const d = (f = c.target.files) == null ? void 0 : f[0];
|
|
2255
|
+
if (d && e) {
|
|
2246
2256
|
const v = new FileReader();
|
|
2247
2257
|
v.onload = (g) => {
|
|
2248
2258
|
var m;
|
|
2249
2259
|
const h = (m = g.target) == null ? void 0 : m.result;
|
|
2250
|
-
e(
|
|
2251
|
-
}, v.readAsArrayBuffer(
|
|
2260
|
+
e(d, h);
|
|
2261
|
+
}, v.readAsArrayBuffer(d);
|
|
2252
2262
|
}
|
|
2253
2263
|
}, l = () => {
|
|
2254
2264
|
var c;
|
|
@@ -2284,7 +2294,7 @@ const ps = Rn.div`
|
|
|
2284
2294
|
}) => {
|
|
2285
2295
|
const s = ue(null), [l, c] = V(
|
|
2286
2296
|
a
|
|
2287
|
-
),
|
|
2297
|
+
), d = ue(null), [f, v] = V(t ?? !1);
|
|
2288
2298
|
Z(() => {
|
|
2289
2299
|
t && v(t);
|
|
2290
2300
|
}, [t]);
|
|
@@ -2320,19 +2330,19 @@ const ps = Rn.div`
|
|
|
2320
2330
|
/* @__PURE__ */ o.jsxs(
|
|
2321
2331
|
"div",
|
|
2322
2332
|
{
|
|
2323
|
-
ref:
|
|
2333
|
+
ref: d,
|
|
2324
2334
|
className: `card-action ${e.filter((p) => p.type === "menu").length ? "visible" : "hidden"}`,
|
|
2325
2335
|
onClick: (p) => g(p, !f),
|
|
2326
2336
|
children: [
|
|
2327
2337
|
/* @__PURE__ */ o.jsx(
|
|
2328
|
-
|
|
2338
|
+
B,
|
|
2329
2339
|
{
|
|
2330
2340
|
size: _e.MEDIUM,
|
|
2331
2341
|
classIcon: "bi-three-dots-vertical cursor-pointer"
|
|
2332
2342
|
}
|
|
2333
2343
|
),
|
|
2334
2344
|
/* @__PURE__ */ o.jsx(
|
|
2335
|
-
|
|
2345
|
+
B,
|
|
2336
2346
|
{
|
|
2337
2347
|
size: _e.MEDIUM,
|
|
2338
2348
|
classIcon: "bi-three-dots cursor-pointer"
|
|
@@ -2341,7 +2351,7 @@ const ps = Rn.div`
|
|
|
2341
2351
|
]
|
|
2342
2352
|
}
|
|
2343
2353
|
),
|
|
2344
|
-
f &&
|
|
2354
|
+
f && d.current && /* @__PURE__ */ o.jsx(
|
|
2345
2355
|
In,
|
|
2346
2356
|
{
|
|
2347
2357
|
position: l,
|
|
@@ -2349,7 +2359,7 @@ const ps = Rn.div`
|
|
|
2349
2359
|
ref: s,
|
|
2350
2360
|
closeOverlay: h,
|
|
2351
2361
|
coordonnees: n,
|
|
2352
|
-
referenceElement:
|
|
2362
|
+
referenceElement: d.current,
|
|
2353
2363
|
children: /* @__PURE__ */ o.jsx("div", { children: /* @__PURE__ */ o.jsx(Fa, { className: "card-action-menu", items: m }) })
|
|
2354
2364
|
}
|
|
2355
2365
|
)
|
|
@@ -2364,16 +2374,16 @@ const ps = Rn.div`
|
|
|
2364
2374
|
positionOverlay: s,
|
|
2365
2375
|
children: l
|
|
2366
2376
|
}) => {
|
|
2367
|
-
const [c,
|
|
2377
|
+
const [c, d] = V(!1), [f, v] = V(!1), [g, h] = V(), m = (y, j) => {
|
|
2368
2378
|
y.stopPropagation(), a && a(j);
|
|
2369
2379
|
}, p = R(
|
|
2370
2380
|
(y, j) => {
|
|
2371
2381
|
if (y.stopPropagation(), f)
|
|
2372
2382
|
return h(void 0), v(!1);
|
|
2373
|
-
y.target.closest(".qte") || y.target.closest(".card-action-menu button") || y.target.closest(".card-actions") || (
|
|
2383
|
+
y.target.closest(".qte") || y.target.closest(".card-action-menu button") || y.target.closest(".card-actions") || (d(!c), n && y.button !== 2 ? n(j) : (h({ top: y.clientY, left: y.clientX }), v(!0)));
|
|
2374
2384
|
},
|
|
2375
2385
|
[
|
|
2376
|
-
|
|
2386
|
+
d,
|
|
2377
2387
|
h,
|
|
2378
2388
|
n,
|
|
2379
2389
|
f,
|
|
@@ -2404,7 +2414,7 @@ const ps = Rn.div`
|
|
|
2404
2414
|
{
|
|
2405
2415
|
className: "ml-2 cursor-pointer",
|
|
2406
2416
|
onClick: (y) => m(y, e),
|
|
2407
|
-
children: /* @__PURE__ */ o.jsx(
|
|
2417
|
+
children: /* @__PURE__ */ o.jsx(B, { classIcon: "bi-trash3" })
|
|
2408
2418
|
}
|
|
2409
2419
|
),
|
|
2410
2420
|
t && /* @__PURE__ */ o.jsx(
|
|
@@ -2448,7 +2458,7 @@ const ps = Rn.div`
|
|
|
2448
2458
|
};
|
|
2449
2459
|
return m(), window.addEventListener("resize", m), () => window.removeEventListener("resize", m);
|
|
2450
2460
|
}, [n]);
|
|
2451
|
-
const
|
|
2461
|
+
const d = R(
|
|
2452
2462
|
(m) => {
|
|
2453
2463
|
m.preventDefault(), i(
|
|
2454
2464
|
(p) => Math.min(p + r, s - l)
|
|
@@ -2467,7 +2477,7 @@ const ps = Rn.div`
|
|
|
2467
2477
|
{
|
|
2468
2478
|
className: `carousel-control prev ${h && "disabled"}`,
|
|
2469
2479
|
onClick: f,
|
|
2470
|
-
children: /* @__PURE__ */ o.jsx(
|
|
2480
|
+
children: /* @__PURE__ */ o.jsx(B, { classIcon: "bi-chevron-left" })
|
|
2471
2481
|
}
|
|
2472
2482
|
),
|
|
2473
2483
|
/* @__PURE__ */ o.jsx("div", { className: "carousel-container", children: /* @__PURE__ */ o.jsx(
|
|
@@ -2496,8 +2506,8 @@ const ps = Rn.div`
|
|
|
2496
2506
|
"div",
|
|
2497
2507
|
{
|
|
2498
2508
|
className: `carousel-control next ${v && "disabled"}`,
|
|
2499
|
-
onClick:
|
|
2500
|
-
children: /* @__PURE__ */ o.jsx(
|
|
2509
|
+
onClick: d,
|
|
2510
|
+
children: /* @__PURE__ */ o.jsx(B, { classIcon: "bi-chevron-right" })
|
|
2501
2511
|
}
|
|
2502
2512
|
)
|
|
2503
2513
|
] });
|
|
@@ -2517,7 +2527,7 @@ const ps = Rn.div`
|
|
|
2517
2527
|
Z(() => {
|
|
2518
2528
|
c(n);
|
|
2519
2529
|
}, [n]);
|
|
2520
|
-
const
|
|
2530
|
+
const d = Ie(() => {
|
|
2521
2531
|
const v = [];
|
|
2522
2532
|
for (let g = 0; g < s; g++) {
|
|
2523
2533
|
const h = [];
|
|
@@ -2540,7 +2550,7 @@ const ps = Rn.div`
|
|
|
2540
2550
|
() => ({ "--rows": String(s) }),
|
|
2541
2551
|
[s]
|
|
2542
2552
|
);
|
|
2543
|
-
return /* @__PURE__ */ o.jsx("div", { className: "damier", style: f, children:
|
|
2553
|
+
return /* @__PURE__ */ o.jsx("div", { className: "damier", style: f, children: d });
|
|
2544
2554
|
};
|
|
2545
2555
|
var Ue = /* @__PURE__ */ ((e) => (e.TEXT = "text", e.BUTTON = "button", e.EMAIL = "email", e.HIDDEN = "hidden", e.PASSWORD = "password", e.NUMBER = "number", e.CHECKBOX = "checkbox", e.RADIO = "radio", e.DATE = "date", e.SELECT = "select", e.TEXTAREA = "textarea", e))(Ue || {});
|
|
2546
2556
|
const wr = ze(
|
|
@@ -2554,7 +2564,7 @@ const wr = ze(
|
|
|
2554
2564
|
className: s,
|
|
2555
2565
|
inputMode: l,
|
|
2556
2566
|
minLength: c,
|
|
2557
|
-
maxLength:
|
|
2567
|
+
maxLength: d,
|
|
2558
2568
|
autoFocus: f = !1,
|
|
2559
2569
|
disabled: v = !1,
|
|
2560
2570
|
required: g = !1,
|
|
@@ -2565,19 +2575,19 @@ const wr = ze(
|
|
|
2565
2575
|
onChange: j,
|
|
2566
2576
|
onBlur: w,
|
|
2567
2577
|
onClick: N,
|
|
2568
|
-
handleKeyDown:
|
|
2569
|
-
},
|
|
2570
|
-
const [
|
|
2578
|
+
handleKeyDown: D
|
|
2579
|
+
}, S) => {
|
|
2580
|
+
const [O, _] = V(!1);
|
|
2571
2581
|
return /* @__PURE__ */ o.jsxs("div", { className: `input-container ${`input-container-${r}`} `, children: [
|
|
2572
2582
|
/* @__PURE__ */ o.jsx("input", { name: `hide-${t}`, type: "text", style: { display: "none" } }),
|
|
2573
2583
|
/* @__PURE__ */ o.jsx(
|
|
2574
2584
|
"input",
|
|
2575
2585
|
{
|
|
2576
|
-
ref:
|
|
2586
|
+
ref: S,
|
|
2577
2587
|
id: e,
|
|
2578
2588
|
name: t,
|
|
2579
2589
|
inputMode: l ?? (r === "number" ? "numeric" : "text"),
|
|
2580
|
-
type:
|
|
2590
|
+
type: O ? Ue.TEXT : r,
|
|
2581
2591
|
spellCheck: "false",
|
|
2582
2592
|
value: n,
|
|
2583
2593
|
placeholder: i,
|
|
@@ -2588,13 +2598,13 @@ const wr = ze(
|
|
|
2588
2598
|
tabIndex: m,
|
|
2589
2599
|
autoFocus: f,
|
|
2590
2600
|
minLength: c,
|
|
2591
|
-
maxLength:
|
|
2601
|
+
maxLength: d,
|
|
2592
2602
|
onChange: j,
|
|
2593
2603
|
checked: y,
|
|
2594
|
-
onKeyDown:
|
|
2604
|
+
onKeyDown: D,
|
|
2595
2605
|
onBlur: w,
|
|
2596
|
-
onClick: (
|
|
2597
|
-
|
|
2606
|
+
onClick: (z) => {
|
|
2607
|
+
z.stopPropagation(), N && N(z);
|
|
2598
2608
|
},
|
|
2599
2609
|
className: `input-field ${s ?? ""}`,
|
|
2600
2610
|
onInvalid: a
|
|
@@ -2603,9 +2613,9 @@ const wr = ze(
|
|
|
2603
2613
|
r === Ue.PASSWORD && /* @__PURE__ */ o.jsx(
|
|
2604
2614
|
"div",
|
|
2605
2615
|
{
|
|
2606
|
-
onClick: () => _(!
|
|
2616
|
+
onClick: () => _(!O),
|
|
2607
2617
|
className: "input-password-icon",
|
|
2608
|
-
children: /* @__PURE__ */ o.jsx(
|
|
2618
|
+
children: /* @__PURE__ */ o.jsx(B, { classIcon: O ? "bi-eye-slash" : "bi-eye" })
|
|
2609
2619
|
}
|
|
2610
2620
|
)
|
|
2611
2621
|
] });
|
|
@@ -2646,7 +2656,7 @@ const ga = ({ display: e, full: t, message: r }) => /* @__PURE__ */ o.jsxs(o.Fra
|
|
|
2646
2656
|
{
|
|
2647
2657
|
className: "mr-2 ",
|
|
2648
2658
|
onClick: () => e.onClick(t),
|
|
2649
|
-
children: /* @__PURE__ */ o.jsx(
|
|
2659
|
+
children: /* @__PURE__ */ o.jsx(B, { classIcon: e.classIcon ?? "" }, e.id)
|
|
2650
2660
|
},
|
|
2651
2661
|
`icon-action-${e.id}-${r}`
|
|
2652
2662
|
)
|
|
@@ -2689,7 +2699,7 @@ const ga = ({ display: e, full: t, message: r }) => /* @__PURE__ */ o.jsxs(o.Fra
|
|
|
2689
2699
|
multiple: s = !1,
|
|
2690
2700
|
required: l = !1,
|
|
2691
2701
|
defaultValue: c,
|
|
2692
|
-
name:
|
|
2702
|
+
name: d,
|
|
2693
2703
|
onChange: f,
|
|
2694
2704
|
onChangeMultiple: v,
|
|
2695
2705
|
value: g,
|
|
@@ -2711,7 +2721,7 @@ const ga = ({ display: e, full: t, message: r }) => /* @__PURE__ */ o.jsxs(o.Fra
|
|
|
2711
2721
|
{
|
|
2712
2722
|
defaultValue: "",
|
|
2713
2723
|
required: l,
|
|
2714
|
-
name:
|
|
2724
|
+
name: d,
|
|
2715
2725
|
style: i,
|
|
2716
2726
|
disabled: a,
|
|
2717
2727
|
id: `select-${e}`,
|
|
@@ -2732,7 +2742,7 @@ const ga = ({ display: e, full: t, message: r }) => /* @__PURE__ */ o.jsxs(o.Fra
|
|
|
2732
2742
|
className: "clear-btn",
|
|
2733
2743
|
onClick: y,
|
|
2734
2744
|
"aria-label": "Réinitialiser",
|
|
2735
|
-
children: /* @__PURE__ */ o.jsx(
|
|
2745
|
+
children: /* @__PURE__ */ o.jsx(B, { classIcon: "bi-x" })
|
|
2736
2746
|
}
|
|
2737
2747
|
)
|
|
2738
2748
|
] });
|
|
@@ -2765,7 +2775,7 @@ const ga = ({ display: e, full: t, message: r }) => /* @__PURE__ */ o.jsxs(o.Fra
|
|
|
2765
2775
|
alt: e.imageAlt ? e.imageAlt(n) : "",
|
|
2766
2776
|
style: e.imageStyle
|
|
2767
2777
|
}
|
|
2768
|
-
) : /* @__PURE__ */ o.jsx(
|
|
2778
|
+
) : /* @__PURE__ */ o.jsx(B, { classIcon: "bi-image" }) : e.editable ? e.type === "select" ? /* @__PURE__ */ o.jsx("div", { onClick: (d) => d.stopPropagation(), children: /* @__PURE__ */ o.jsx(
|
|
2769
2779
|
fo,
|
|
2770
2780
|
{
|
|
2771
2781
|
style: {
|
|
@@ -2775,8 +2785,8 @@ const ga = ({ display: e, full: t, message: r }) => /* @__PURE__ */ o.jsxs(o.Fra
|
|
|
2775
2785
|
},
|
|
2776
2786
|
options: e.options ?? [],
|
|
2777
2787
|
value: i,
|
|
2778
|
-
onChange: (
|
|
2779
|
-
e.onEdit && e.onEdit(
|
|
2788
|
+
onChange: (d) => {
|
|
2789
|
+
e.onEdit && e.onEdit(d, n);
|
|
2780
2790
|
}
|
|
2781
2791
|
}
|
|
2782
2792
|
) }) : /* @__PURE__ */ o.jsx(
|
|
@@ -2791,12 +2801,12 @@ const ga = ({ display: e, full: t, message: r }) => /* @__PURE__ */ o.jsxs(o.Fra
|
|
|
2791
2801
|
maxWidth: e.maxWidth,
|
|
2792
2802
|
width: e.width
|
|
2793
2803
|
},
|
|
2794
|
-
onClick: (
|
|
2795
|
-
onKeyDown: (
|
|
2796
|
-
|
|
2804
|
+
onClick: (d) => d.stopPropagation(),
|
|
2805
|
+
onKeyDown: (d) => {
|
|
2806
|
+
d.key === "Enter" && e.enterToNextColumn && (d.preventDefault(), a == null || a(t, r));
|
|
2797
2807
|
},
|
|
2798
|
-
onChange: (
|
|
2799
|
-
e.onEdit && e.onEdit(
|
|
2808
|
+
onChange: (d) => {
|
|
2809
|
+
e.onEdit && e.onEdit(d.target.value, n);
|
|
2800
2810
|
}
|
|
2801
2811
|
}
|
|
2802
2812
|
) : e.format ? e.format(i) : i
|
|
@@ -2814,7 +2824,7 @@ function Bl(e) {
|
|
|
2814
2824
|
data: s = [],
|
|
2815
2825
|
actions: l = [],
|
|
2816
2826
|
footerAction: c,
|
|
2817
|
-
columns:
|
|
2827
|
+
columns: d = [],
|
|
2818
2828
|
loading: f,
|
|
2819
2829
|
onRowClick: v,
|
|
2820
2830
|
onColumnClick: g,
|
|
@@ -2825,8 +2835,8 @@ function Bl(e) {
|
|
|
2825
2835
|
autoFocusFirstEditable: j = !1,
|
|
2826
2836
|
hideToggleAll: w = !1,
|
|
2827
2837
|
limitSelect: N = void 0,
|
|
2828
|
-
getRowId:
|
|
2829
|
-
} = e,
|
|
2838
|
+
getRowId: D
|
|
2839
|
+
} = e, S = ue(null), O = ue(null), _ = ue(!1), [z, b] = V(!1), [T, U] = V(0), [Y, L] = V(
|
|
2830
2840
|
/* @__PURE__ */ new Set()
|
|
2831
2841
|
), te = R((k) => {
|
|
2832
2842
|
k && (k.scrollIntoView({ block: "nearest", inline: "nearest" }), requestAnimationFrame(() => {
|
|
@@ -2842,21 +2852,21 @@ function Bl(e) {
|
|
|
2842
2852
|
L(/* @__PURE__ */ new Set()), y == null || y([]), b(!1);
|
|
2843
2853
|
else {
|
|
2844
2854
|
let k = s.map(
|
|
2845
|
-
($) =>
|
|
2855
|
+
($) => D ? D($) : $.id ?? $
|
|
2846
2856
|
);
|
|
2847
2857
|
N && k.length > N && (k = k.slice(0, N));
|
|
2848
2858
|
const M = new Set(k);
|
|
2849
2859
|
L(M), b(!0), y == null || y(
|
|
2850
2860
|
s.filter(
|
|
2851
|
-
($) => M.has(
|
|
2861
|
+
($) => M.has(D ? D($) : $.id ?? $)
|
|
2852
2862
|
)
|
|
2853
2863
|
);
|
|
2854
2864
|
}
|
|
2855
|
-
}, [s, y, N,
|
|
2865
|
+
}, [s, y, N, D, Y.size]), xe = R(
|
|
2856
2866
|
(k, M) => {
|
|
2857
2867
|
if (typeof document > "u")
|
|
2858
2868
|
return;
|
|
2859
|
-
const $ = document.getElementById(t), F =
|
|
2869
|
+
const $ = document.getElementById(t), F = d.reduce(
|
|
2860
2870
|
(J, we, K) => (we.editable && we.enterToNextColumn && we.type !== "select" && we.type !== "image" && J.push(K), J),
|
|
2861
2871
|
[]
|
|
2862
2872
|
);
|
|
@@ -2888,7 +2898,7 @@ function Bl(e) {
|
|
|
2888
2898
|
}
|
|
2889
2899
|
Se && te(Se);
|
|
2890
2900
|
},
|
|
2891
|
-
[
|
|
2901
|
+
[d, s, te, t]
|
|
2892
2902
|
), Ee = R(
|
|
2893
2903
|
(k, M) => {
|
|
2894
2904
|
var F, re;
|
|
@@ -2898,7 +2908,7 @@ function Bl(e) {
|
|
|
2898
2908
|
), ce = R(
|
|
2899
2909
|
(k, M) => {
|
|
2900
2910
|
k.stopPropagation();
|
|
2901
|
-
const $ =
|
|
2911
|
+
const $ = D ? D(M) : M.id ?? M, F = new Set(Y);
|
|
2902
2912
|
if (F.has($))
|
|
2903
2913
|
F.delete($);
|
|
2904
2914
|
else {
|
|
@@ -2908,15 +2918,15 @@ function Bl(e) {
|
|
|
2908
2918
|
}
|
|
2909
2919
|
L(F), b(F.size > 0);
|
|
2910
2920
|
const re = s.filter(
|
|
2911
|
-
(ee) => F.has(
|
|
2921
|
+
(ee) => F.has(D ? D(ee) : ee.id ?? ee)
|
|
2912
2922
|
);
|
|
2913
2923
|
y == null || y(re);
|
|
2914
2924
|
},
|
|
2915
|
-
[s,
|
|
2916
|
-
), q = !!(c &&
|
|
2925
|
+
[s, D, N, y, Y]
|
|
2926
|
+
), q = !!(c && z), fe = R(() => {
|
|
2917
2927
|
b(!1);
|
|
2918
2928
|
}, []), oe = s.filter(
|
|
2919
|
-
(k) => Y.has(
|
|
2929
|
+
(k) => Y.has(D ? D(k) : k.id ?? k)
|
|
2920
2930
|
);
|
|
2921
2931
|
return Z(() => {
|
|
2922
2932
|
if (f || !j || s.length === 0) {
|
|
@@ -2925,7 +2935,7 @@ function Bl(e) {
|
|
|
2925
2935
|
}
|
|
2926
2936
|
if (_.current)
|
|
2927
2937
|
return;
|
|
2928
|
-
const k =
|
|
2938
|
+
const k = d.findIndex(
|
|
2929
2939
|
(re) => re.editable && re.enterToNextColumn && re.type !== "select" && re.type !== "image"
|
|
2930
2940
|
);
|
|
2931
2941
|
if (k === -1)
|
|
@@ -2939,17 +2949,17 @@ function Bl(e) {
|
|
|
2939
2949
|
'input:not([disabled]), textarea:not([disabled]), [contenteditable="true"]'
|
|
2940
2950
|
);
|
|
2941
2951
|
F && (_.current = !0, te(F));
|
|
2942
|
-
}, [j,
|
|
2952
|
+
}, [j, d, s.length, te, t, f]), Z(() => {
|
|
2943
2953
|
if (!q) {
|
|
2944
|
-
|
|
2954
|
+
U(0);
|
|
2945
2955
|
return;
|
|
2946
2956
|
}
|
|
2947
|
-
const k =
|
|
2957
|
+
const k = O.current;
|
|
2948
2958
|
if (!k)
|
|
2949
2959
|
return;
|
|
2950
2960
|
const M = () => {
|
|
2951
2961
|
const { height: F } = k.getBoundingClientRect();
|
|
2952
|
-
|
|
2962
|
+
U(Math.ceil(F) + 16);
|
|
2953
2963
|
};
|
|
2954
2964
|
if (M(), typeof ResizeObserver > "u")
|
|
2955
2965
|
return;
|
|
@@ -2971,14 +2981,14 @@ function Bl(e) {
|
|
|
2971
2981
|
threshold: 1
|
|
2972
2982
|
}
|
|
2973
2983
|
);
|
|
2974
|
-
return
|
|
2975
|
-
|
|
2984
|
+
return S.current && k.observe(S.current), () => {
|
|
2985
|
+
S.current && k.unobserve(S.current);
|
|
2976
2986
|
};
|
|
2977
2987
|
}, [h, p]), /* @__PURE__ */ o.jsxs(
|
|
2978
2988
|
"div",
|
|
2979
2989
|
{
|
|
2980
2990
|
className: `data-table-container ${q ? "data-table-container--with-footer-action" : ""}`,
|
|
2981
|
-
style: q ? { paddingBottom: `${
|
|
2991
|
+
style: q ? { paddingBottom: `${T}px` } : void 0,
|
|
2982
2992
|
children: [
|
|
2983
2993
|
r && /* @__PURE__ */ o.jsx("h2", { className: "mb-2", children: r }),
|
|
2984
2994
|
i,
|
|
@@ -3001,7 +3011,7 @@ function Bl(e) {
|
|
|
3001
3011
|
)
|
|
3002
3012
|
}
|
|
3003
3013
|
),
|
|
3004
|
-
|
|
3014
|
+
d.map((k, M) => /* @__PURE__ */ o.jsx(
|
|
3005
3015
|
xs,
|
|
3006
3016
|
{
|
|
3007
3017
|
column: k,
|
|
@@ -3026,7 +3036,7 @@ function Bl(e) {
|
|
|
3026
3036
|
"td",
|
|
3027
3037
|
{
|
|
3028
3038
|
align: "center",
|
|
3029
|
-
colSpan:
|
|
3039
|
+
colSpan: d.length + (l.length > 0 ? 1 : 0),
|
|
3030
3040
|
children: /* @__PURE__ */ o.jsx("div", { className: "mt-3", children: /* @__PURE__ */ o.jsx(ga, { display: f }) })
|
|
3031
3041
|
}
|
|
3032
3042
|
) }) : /* @__PURE__ */ o.jsx(o.Fragment, {}),
|
|
@@ -3052,17 +3062,17 @@ function Bl(e) {
|
|
|
3052
3062
|
name: `select-row-${M}`,
|
|
3053
3063
|
type: Ue.CHECKBOX,
|
|
3054
3064
|
disabled: N !== void 0 && Y.size >= N && !Y.has(
|
|
3055
|
-
|
|
3065
|
+
D ? D(k) : k.id ?? k
|
|
3056
3066
|
),
|
|
3057
3067
|
checked: Y.has(
|
|
3058
|
-
|
|
3068
|
+
D ? D(k) : k.id ?? k
|
|
3059
3069
|
),
|
|
3060
3070
|
onChange: ($) => ce($, k)
|
|
3061
3071
|
}
|
|
3062
3072
|
)
|
|
3063
3073
|
}
|
|
3064
3074
|
),
|
|
3065
|
-
|
|
3075
|
+
d.map(($, F) => /* @__PURE__ */ o.jsx(
|
|
3066
3076
|
js,
|
|
3067
3077
|
{
|
|
3068
3078
|
column: $,
|
|
@@ -3089,7 +3099,7 @@ function Bl(e) {
|
|
|
3089
3099
|
!f && s.length === 0 && /* @__PURE__ */ o.jsx(
|
|
3090
3100
|
ws,
|
|
3091
3101
|
{
|
|
3092
|
-
columns:
|
|
3102
|
+
columns: d,
|
|
3093
3103
|
actions: l,
|
|
3094
3104
|
emptyMessage: m
|
|
3095
3105
|
}
|
|
@@ -3100,7 +3110,7 @@ function Bl(e) {
|
|
|
3100
3110
|
/* @__PURE__ */ o.jsx(
|
|
3101
3111
|
"div",
|
|
3102
3112
|
{
|
|
3103
|
-
ref:
|
|
3113
|
+
ref: O,
|
|
3104
3114
|
className: "data-table-footer-action",
|
|
3105
3115
|
"data-footer-action": "true",
|
|
3106
3116
|
children: /* @__PURE__ */ o.jsxs("div", { className: "data-table-footer-action__content", children: [
|
|
@@ -3110,7 +3120,7 @@ function Bl(e) {
|
|
|
3110
3120
|
className: "data-table-footer-action__close",
|
|
3111
3121
|
"aria-label": "Fermer les actions",
|
|
3112
3122
|
onClick: fe,
|
|
3113
|
-
children: /* @__PURE__ */ o.jsx(
|
|
3123
|
+
children: /* @__PURE__ */ o.jsx(B, { classIcon: "bi-x" })
|
|
3114
3124
|
}
|
|
3115
3125
|
),
|
|
3116
3126
|
c == null ? void 0 : c({
|
|
@@ -3123,7 +3133,7 @@ function Bl(e) {
|
|
|
3123
3133
|
document.body
|
|
3124
3134
|
),
|
|
3125
3135
|
a,
|
|
3126
|
-
p && /* @__PURE__ */ o.jsx("div", { ref:
|
|
3136
|
+
p && /* @__PURE__ */ o.jsx("div", { ref: S, className: "infinite-scroll-loader", children: /* @__PURE__ */ o.jsx(ga, { display: !0 }) })
|
|
3127
3137
|
]
|
|
3128
3138
|
}
|
|
3129
3139
|
);
|
|
@@ -3168,18 +3178,18 @@ var Ts = _s, un = { exports: {} }, Ps = () => {
|
|
|
3168
3178
|
}), e;
|
|
3169
3179
|
};
|
|
3170
3180
|
(function(e, t) {
|
|
3171
|
-
var r = ar && ar.__awaiter || function(s, l, c,
|
|
3181
|
+
var r = ar && ar.__awaiter || function(s, l, c, d) {
|
|
3172
3182
|
return new (c || (c = Promise))(function(f, v) {
|
|
3173
3183
|
function g(p) {
|
|
3174
3184
|
try {
|
|
3175
|
-
m(
|
|
3185
|
+
m(d.next(p));
|
|
3176
3186
|
} catch (y) {
|
|
3177
3187
|
v(y);
|
|
3178
3188
|
}
|
|
3179
3189
|
}
|
|
3180
3190
|
function h(p) {
|
|
3181
3191
|
try {
|
|
3182
|
-
m(
|
|
3192
|
+
m(d.throw(p));
|
|
3183
3193
|
} catch (y) {
|
|
3184
3194
|
v(y);
|
|
3185
3195
|
}
|
|
@@ -3189,7 +3199,7 @@ var Ts = _s, un = { exports: {} }, Ps = () => {
|
|
|
3189
3199
|
y(p.value);
|
|
3190
3200
|
}).then(g, h);
|
|
3191
3201
|
}
|
|
3192
|
-
m((
|
|
3202
|
+
m((d = d.apply(s, l || [])).next());
|
|
3193
3203
|
});
|
|
3194
3204
|
}, n = ar && ar.__importDefault || function(s) {
|
|
3195
3205
|
return s && s.__esModule ? s : { default: s };
|
|
@@ -3197,7 +3207,7 @@ var Ts = _s, un = { exports: {} }, Ps = () => {
|
|
|
3197
3207
|
Object.defineProperty(t, "__esModule", { value: !0 });
|
|
3198
3208
|
const a = n(Ps);
|
|
3199
3209
|
function i(s, l = "maxAge") {
|
|
3200
|
-
let c,
|
|
3210
|
+
let c, d, f;
|
|
3201
3211
|
const v = () => r(this, void 0, void 0, function* () {
|
|
3202
3212
|
if (c !== void 0)
|
|
3203
3213
|
return;
|
|
@@ -3208,9 +3218,9 @@ var Ts = _s, un = { exports: {} }, Ps = () => {
|
|
|
3208
3218
|
s.delete(p[0]), f.resolve();
|
|
3209
3219
|
return;
|
|
3210
3220
|
}
|
|
3211
|
-
return c = p[0],
|
|
3221
|
+
return c = p[0], d = setTimeout(() => {
|
|
3212
3222
|
s.delete(p[0]), f && f.resolve();
|
|
3213
|
-
}, y), typeof
|
|
3223
|
+
}, y), typeof d.unref == "function" && d.unref(), f.promise;
|
|
3214
3224
|
});
|
|
3215
3225
|
try {
|
|
3216
3226
|
for (const p of s)
|
|
@@ -3219,7 +3229,7 @@ var Ts = _s, un = { exports: {} }, Ps = () => {
|
|
|
3219
3229
|
}
|
|
3220
3230
|
c = void 0;
|
|
3221
3231
|
}), g = () => {
|
|
3222
|
-
c = void 0,
|
|
3232
|
+
c = void 0, d !== void 0 && (clearTimeout(d), d = void 0), f !== void 0 && (f.reject(void 0), f = void 0);
|
|
3223
3233
|
}, h = s.set.bind(s);
|
|
3224
3234
|
return s.set = (m, p) => {
|
|
3225
3235
|
s.has(m) && s.delete(m);
|
|
@@ -3301,8 +3311,8 @@ function dn(e) {
|
|
|
3301
3311
|
function Ws(e) {
|
|
3302
3312
|
var t = e === void 0 ? {} : e, r = t.useFallbackLocale, n = r === void 0 ? !0 : r, a = t.fallbackLocale, i = a === void 0 ? "en-US" : a, s = [];
|
|
3303
3313
|
if (typeof navigator < "u") {
|
|
3304
|
-
for (var l = navigator.languages || [], c = [],
|
|
3305
|
-
var v = f[
|
|
3314
|
+
for (var l = navigator.languages || [], c = [], d = 0, f = l; d < f.length; d++) {
|
|
3315
|
+
var v = f[d];
|
|
3306
3316
|
c = c.concat(ya(v));
|
|
3307
3317
|
}
|
|
3308
3318
|
var g = navigator.language, h = g && ya(g);
|
|
@@ -3668,16 +3678,16 @@ function Po(e, t) {
|
|
|
3668
3678
|
}
|
|
3669
3679
|
var Ae = "react-calendar__navigation";
|
|
3670
3680
|
function Dc(e) {
|
|
3671
|
-
var t = e.activeStartDate, r = e.drillUp, n = e.formatMonthYear, a = n === void 0 ? Eo : n, i = e.formatYear, s = i === void 0 ? Ir : i, l = e.locale, c = e.maxDate,
|
|
3681
|
+
var t = e.activeStartDate, r = e.drillUp, n = e.formatMonthYear, a = n === void 0 ? Eo : n, i = e.formatYear, s = i === void 0 ? Ir : i, l = e.locale, c = e.maxDate, d = e.minDate, f = e.navigationAriaLabel, v = f === void 0 ? "" : f, g = e.navigationAriaLive, h = e.navigationLabel, m = e.next2AriaLabel, p = m === void 0 ? "" : m, y = e.next2Label, j = y === void 0 ? "»" : y, w = e.nextAriaLabel, N = w === void 0 ? "" : w, D = e.nextLabel, S = D === void 0 ? "›" : D, O = e.prev2AriaLabel, _ = O === void 0 ? "" : O, z = e.prev2Label, b = z === void 0 ? "«" : z, T = e.prevAriaLabel, U = T === void 0 ? "" : T, Y = e.prevLabel, L = Y === void 0 ? "‹" : Y, te = e.setActiveStartDate, pe = e.showDoubleView, de = e.view, xe = e.views, Ee = xe.indexOf(de) > 0, ce = de !== "century", q = pc(de, t), fe = ce ? gc(de, t) : void 0, oe = ko(de, t), k = ce ? yc(de, t) : void 0, M = function() {
|
|
3672
3682
|
if (q.getFullYear() < 0)
|
|
3673
3683
|
return !0;
|
|
3674
3684
|
var K = bc(de, t);
|
|
3675
|
-
return
|
|
3685
|
+
return d && d >= K;
|
|
3676
3686
|
}(), $ = ce && function() {
|
|
3677
3687
|
if (fe.getFullYear() < 0)
|
|
3678
3688
|
return !0;
|
|
3679
3689
|
var K = xc(de, t);
|
|
3680
|
-
return
|
|
3690
|
+
return d && d >= K;
|
|
3681
3691
|
}(), F = c && c < oe, re = ce && c && c < k;
|
|
3682
3692
|
function ee() {
|
|
3683
3693
|
te(q, "prev");
|
|
@@ -3717,7 +3727,7 @@ function Dc(e) {
|
|
|
3717
3727
|
var K = "".concat(Ae, "__label");
|
|
3718
3728
|
return o.jsxs("button", { "aria-label": v, "aria-live": g, className: K, disabled: !Ee, onClick: r, style: { flexGrow: 1 }, type: "button", children: [o.jsx("span", { className: "".concat(K, "__labelText ").concat(K, "__labelText--from"), children: J(t) }), pe ? o.jsxs(o.Fragment, { children: [o.jsx("span", { className: "".concat(K, "__divider"), children: " – " }), o.jsx("span", { className: "".concat(K, "__labelText ").concat(K, "__labelText--to"), children: J(oe) })] }) : null] });
|
|
3719
3729
|
}
|
|
3720
|
-
return o.jsxs("div", { className: Ae, children: [b !== null && ce ? o.jsx("button", { "aria-label": _, className: "".concat(Ae, "__arrow ").concat(Ae, "__prev2-button"), disabled: $, onClick: le, type: "button", children: b }) : null, L !== null && o.jsx("button", { "aria-label":
|
|
3730
|
+
return o.jsxs("div", { className: Ae, children: [b !== null && ce ? o.jsx("button", { "aria-label": _, className: "".concat(Ae, "__arrow ").concat(Ae, "__prev2-button"), disabled: $, onClick: le, type: "button", children: b }) : null, L !== null && o.jsx("button", { "aria-label": U, className: "".concat(Ae, "__arrow ").concat(Ae, "__prev-button"), disabled: M, onClick: ee, type: "button", children: L }), we(), S !== null && o.jsx("button", { "aria-label": N, className: "".concat(Ae, "__arrow ").concat(Ae, "__next-button"), disabled: F, onClick: je, type: "button", children: S }), j !== null && ce ? o.jsx("button", { "aria-label": p, className: "".concat(Ae, "__arrow ").concat(Ae, "__next2-button"), disabled: re, onClick: Se, type: "button", children: j }) : null] });
|
|
3721
3731
|
}
|
|
3722
3732
|
var ht = function() {
|
|
3723
3733
|
return ht = Object.assign || function(e) {
|
|
@@ -3740,9 +3750,9 @@ function wa(e) {
|
|
|
3740
3750
|
}
|
|
3741
3751
|
function Bn(e) {
|
|
3742
3752
|
var t = e.children, r = e.className, n = e.count, a = e.direction, i = e.offset, s = e.style, l = e.wrap, c = Oc(e, ["children", "className", "count", "direction", "offset", "style", "wrap"]);
|
|
3743
|
-
return o.jsx("div", ht({ className: r, style: ht({ display: "flex", flexDirection: a, flexWrap: l ? "wrap" : "nowrap" }, s) }, c, { children: zo.map(t, function(
|
|
3753
|
+
return o.jsx("div", ht({ className: r, style: ht({ display: "flex", flexDirection: a, flexWrap: l ? "wrap" : "nowrap" }, s) }, c, { children: zo.map(t, function(d, f) {
|
|
3744
3754
|
var v = i && f === 0 ? wa(100 * i / n) : null;
|
|
3745
|
-
return Ho(
|
|
3755
|
+
return Ho(d, ht(ht({}, d.props), { style: {
|
|
3746
3756
|
flexBasis: wa(100 / n),
|
|
3747
3757
|
flexShrink: 0,
|
|
3748
3758
|
flexGrow: 0,
|
|
@@ -3802,8 +3812,8 @@ function Cc(e) {
|
|
|
3802
3812
|
return xa(h, t);
|
|
3803
3813
|
}();
|
|
3804
3814
|
Ec(c, l) ? i.push("".concat(a, "--active")) : Ao(c, l) && i.push("".concat(a, "--hasActive"));
|
|
3805
|
-
var
|
|
3806
|
-
i.push.apply(i,
|
|
3815
|
+
var d = ja(c, l, "".concat(a, "--range"));
|
|
3816
|
+
i.push.apply(i, d);
|
|
3807
3817
|
var f = Array.isArray(t) ? t : [t];
|
|
3808
3818
|
if (n && f.length === 1) {
|
|
3809
3819
|
var v = n > c[0] ? [c[0], n] : [n, c[0]], g = ja(v, l, "".concat(a, "--hover"));
|
|
@@ -3812,9 +3822,9 @@ function Cc(e) {
|
|
|
3812
3822
|
return i;
|
|
3813
3823
|
}
|
|
3814
3824
|
function $r(e) {
|
|
3815
|
-
for (var t = e.className, r = e.count, n = r === void 0 ? 3 : r, a = e.dateTransform, i = e.dateType, s = e.end, l = e.hover, c = e.offset,
|
|
3825
|
+
for (var t = e.className, r = e.count, n = r === void 0 ? 3 : r, a = e.dateTransform, i = e.dateType, s = e.end, l = e.hover, c = e.offset, d = e.renderTile, f = e.start, v = e.step, g = v === void 0 ? 1 : v, h = e.value, m = e.valueType, p = [], y = f; y <= s; y += g) {
|
|
3816
3826
|
var j = a(y);
|
|
3817
|
-
p.push(
|
|
3827
|
+
p.push(d({
|
|
3818
3828
|
classes: Cc({
|
|
3819
3829
|
date: j,
|
|
3820
3830
|
dateType: i,
|
|
@@ -3828,15 +3838,15 @@ function $r(e) {
|
|
|
3828
3838
|
return o.jsx(Bn, { className: t, count: n, offset: c, wrap: !0, children: p });
|
|
3829
3839
|
}
|
|
3830
3840
|
function Mr(e) {
|
|
3831
|
-
var t = e.activeStartDate, r = e.children, n = e.classes, a = e.date, i = e.formatAbbr, s = e.locale, l = e.maxDate, c = e.maxDateTransform,
|
|
3832
|
-
var
|
|
3833
|
-
return typeof m == "function" ? m(
|
|
3841
|
+
var t = e.activeStartDate, r = e.children, n = e.classes, a = e.date, i = e.formatAbbr, s = e.locale, l = e.maxDate, c = e.maxDateTransform, d = e.minDate, f = e.minDateTransform, v = e.onClick, g = e.onMouseOver, h = e.style, m = e.tileClassName, p = e.tileContent, y = e.tileDisabled, j = e.view, w = Ie(function() {
|
|
3842
|
+
var D = { activeStartDate: t, date: a, view: j };
|
|
3843
|
+
return typeof m == "function" ? m(D) : m;
|
|
3834
3844
|
}, [t, a, m, j]), N = Ie(function() {
|
|
3835
|
-
var
|
|
3836
|
-
return typeof p == "function" ? p(
|
|
3845
|
+
var D = { activeStartDate: t, date: a, view: j };
|
|
3846
|
+
return typeof p == "function" ? p(D) : p;
|
|
3837
3847
|
}, [t, a, p, j]);
|
|
3838
|
-
return o.jsxs("button", { className: Tr(n, w), disabled:
|
|
3839
|
-
return v(a,
|
|
3848
|
+
return o.jsxs("button", { className: Tr(n, w), disabled: d && f(d) > a || l && c(l) < a || (y == null ? void 0 : y({ activeStartDate: t, date: a, view: j })), onClick: v ? function(D) {
|
|
3849
|
+
return v(a, D);
|
|
3840
3850
|
} : void 0, onFocus: g ? function() {
|
|
3841
3851
|
return g(a);
|
|
3842
3852
|
} : void 0, onMouseOver: g ? function() {
|
|
@@ -3860,8 +3870,8 @@ var hn = function() {
|
|
|
3860
3870
|
return r;
|
|
3861
3871
|
}, Sa = "react-calendar__century-view__decades__decade";
|
|
3862
3872
|
function Tc(e) {
|
|
3863
|
-
var t = e.classes, r = t === void 0 ? [] : t, n = e.currentCentury, a = e.formatYear, i = a === void 0 ? Ir : a, s = _c(e, ["classes", "currentCentury", "formatYear"]), l = s.date, c = s.locale,
|
|
3864
|
-
return r &&
|
|
3873
|
+
var t = e.classes, r = t === void 0 ? [] : t, n = e.currentCentury, a = e.formatYear, i = a === void 0 ? Ir : a, s = _c(e, ["classes", "currentCentury", "formatYear"]), l = s.date, c = s.locale, d = [];
|
|
3874
|
+
return r && d.push.apply(d, r), d.push(Sa), Dt(l).getFullYear() !== n && d.push("".concat(Sa, "--neighboringCentury")), o.jsx(Mr, hn({}, s, { classes: d, maxDateTransform: Ar, minDateTransform: Ge, view: "century", children: To(c, i, l) }));
|
|
3865
3875
|
}
|
|
3866
3876
|
var vn = function() {
|
|
3867
3877
|
return vn = Object.assign || function(e) {
|
|
@@ -3881,8 +3891,8 @@ var vn = function() {
|
|
|
3881
3891
|
};
|
|
3882
3892
|
function Pc(e) {
|
|
3883
3893
|
var t = e.activeStartDate, r = e.hover, n = e.showNeighboringCentury, a = e.value, i = e.valueType, s = Da(e, ["activeStartDate", "hover", "showNeighboringCentury", "value", "valueType"]), l = hc(t), c = l + (n ? 119 : 99);
|
|
3884
|
-
return o.jsx($r, { className: "react-calendar__century-view__decades", dateTransform: Ge, dateType: "decade", end: c, hover: r, renderTile: function(
|
|
3885
|
-
var f =
|
|
3894
|
+
return o.jsx($r, { className: "react-calendar__century-view__decades", dateTransform: Ge, dateType: "decade", end: c, hover: r, renderTile: function(d) {
|
|
3895
|
+
var f = d.date, v = Da(d, ["date"]);
|
|
3886
3896
|
return o.jsx(Tc, vn({}, s, v, { activeStartDate: t, currentCentury: l, date: f }), f.getTime());
|
|
3887
3897
|
}, start: l, step: 10, value: a, valueType: i });
|
|
3888
3898
|
}
|
|
@@ -3918,8 +3928,8 @@ var pn = function() {
|
|
|
3918
3928
|
return r;
|
|
3919
3929
|
}, Oa = "react-calendar__decade-view__years__year";
|
|
3920
3930
|
function Ic(e) {
|
|
3921
|
-
var t = e.classes, r = t === void 0 ? [] : t, n = e.currentDecade, a = e.formatYear, i = a === void 0 ? Ir : a, s = Rc(e, ["classes", "currentDecade", "formatYear"]), l = s.date, c = s.locale,
|
|
3922
|
-
return r &&
|
|
3931
|
+
var t = e.classes, r = t === void 0 ? [] : t, n = e.currentDecade, a = e.formatYear, i = a === void 0 ? Ir : a, s = Rc(e, ["classes", "currentDecade", "formatYear"]), l = s.date, c = s.locale, d = [];
|
|
3932
|
+
return r && d.push.apply(d, r), d.push(Oa), Ge(l).getFullYear() !== n && d.push("".concat(Oa, "--neighboringDecade")), o.jsx(Mr, pn({}, s, { classes: d, maxDateTransform: Rr, minDateTransform: Ot, view: "decade", children: i(c, l) }));
|
|
3923
3933
|
}
|
|
3924
3934
|
var gn = function() {
|
|
3925
3935
|
return gn = Object.assign || function(e) {
|
|
@@ -3939,8 +3949,8 @@ var gn = function() {
|
|
|
3939
3949
|
};
|
|
3940
3950
|
function $c(e) {
|
|
3941
3951
|
var t = e.activeStartDate, r = e.hover, n = e.showNeighboringDecade, a = e.value, i = e.valueType, s = Na(e, ["activeStartDate", "hover", "showNeighboringDecade", "value", "valueType"]), l = vc(t), c = l + (n ? 11 : 9);
|
|
3942
|
-
return o.jsx($r, { className: "react-calendar__decade-view__years", dateTransform: Ot, dateType: "year", end: c, hover: r, renderTile: function(
|
|
3943
|
-
var f =
|
|
3952
|
+
return o.jsx($r, { className: "react-calendar__decade-view__years", dateTransform: Ot, dateType: "year", end: c, hover: r, renderTile: function(d) {
|
|
3953
|
+
var f = d.date, v = Na(d, ["date"]);
|
|
3944
3954
|
return o.jsx(Ic, gn({}, s, v, { activeStartDate: t, currentDecade: l, date: f }), f.getTime());
|
|
3945
3955
|
}, start: l, value: a, valueType: i });
|
|
3946
3956
|
}
|
|
@@ -3980,8 +3990,8 @@ var bn = function() {
|
|
|
3980
3990
|
return e.concat(i || Array.prototype.slice.call(t));
|
|
3981
3991
|
}, Fc = "react-calendar__year-view__months__month";
|
|
3982
3992
|
function Wc(e) {
|
|
3983
|
-
var t = e.classes, r = t === void 0 ? [] : t, n = e.formatMonth, a = n === void 0 ? cc : n, i = e.formatMonthYear, s = i === void 0 ? Eo : i, l = Lc(e, ["classes", "formatMonth", "formatMonthYear"]), c = l.date,
|
|
3984
|
-
return o.jsx(Mr, bn({}, l, { classes: Ea(Ea([], r, !0), [Fc], !1), formatAbbr: s, maxDateTransform: zt, minDateTransform: ot, view: "year", children: a(
|
|
3993
|
+
var t = e.classes, r = t === void 0 ? [] : t, n = e.formatMonth, a = n === void 0 ? cc : n, i = e.formatMonthYear, s = i === void 0 ? Eo : i, l = Lc(e, ["classes", "formatMonth", "formatMonthYear"]), c = l.date, d = l.locale;
|
|
3994
|
+
return o.jsx(Mr, bn({}, l, { classes: Ea(Ea([], r, !0), [Fc], !1), formatAbbr: s, maxDateTransform: zt, minDateTransform: ot, view: "year", children: a(d, c) }));
|
|
3985
3995
|
}
|
|
3986
3996
|
var xn = function() {
|
|
3987
3997
|
return xn = Object.assign || function(e) {
|
|
@@ -4001,11 +4011,11 @@ var xn = function() {
|
|
|
4001
4011
|
};
|
|
4002
4012
|
function Vc(e) {
|
|
4003
4013
|
var t = e.activeStartDate, r = e.hover, n = e.value, a = e.valueType, i = ka(e, ["activeStartDate", "hover", "value", "valueType"]), s = 0, l = 11, c = se(t);
|
|
4004
|
-
return o.jsx($r, { className: "react-calendar__year-view__months", dateTransform: function(
|
|
4014
|
+
return o.jsx($r, { className: "react-calendar__year-view__months", dateTransform: function(d) {
|
|
4005
4015
|
var f = /* @__PURE__ */ new Date();
|
|
4006
|
-
return f.setFullYear(c,
|
|
4007
|
-
}, dateType: "month", end: l, hover: r, renderTile: function(
|
|
4008
|
-
var f =
|
|
4016
|
+
return f.setFullYear(c, d, 1), ot(f);
|
|
4017
|
+
}, dateType: "month", end: l, hover: r, renderTile: function(d) {
|
|
4018
|
+
var f = d.date, v = ka(d, ["date"]);
|
|
4009
4019
|
return o.jsx(Wc, xn({}, i, v, { activeStartDate: t, date: f }), f.getTime());
|
|
4010
4020
|
}, start: s, value: n, valueType: a });
|
|
4011
4021
|
}
|
|
@@ -4041,8 +4051,8 @@ var jn = function() {
|
|
|
4041
4051
|
return r;
|
|
4042
4052
|
}, Jr = "react-calendar__month-view__days__day";
|
|
4043
4053
|
function Uc(e) {
|
|
4044
|
-
var t = e.calendarType, r = e.classes, n = r === void 0 ? [] : r, a = e.currentMonthIndex, i = e.formatDay, s = i === void 0 ? ic : i, l = e.formatLongDate, c = l === void 0 ? sc : l,
|
|
4045
|
-
return n && g.push.apply(g, n), g.push(Jr), Po(f, t) && g.push("".concat(Jr, "--weekend")), f.getMonth() !== a && g.push("".concat(Jr, "--neighboringMonth")), o.jsx(Mr, jn({},
|
|
4054
|
+
var t = e.calendarType, r = e.classes, n = r === void 0 ? [] : r, a = e.currentMonthIndex, i = e.formatDay, s = i === void 0 ? ic : i, l = e.formatLongDate, c = l === void 0 ? sc : l, d = Bc(e, ["calendarType", "classes", "currentMonthIndex", "formatDay", "formatLongDate"]), f = d.date, v = d.locale, g = [];
|
|
4055
|
+
return n && g.push.apply(g, n), g.push(Jr), Po(f, t) && g.push("".concat(Jr, "--weekend")), f.getMonth() !== a && g.push("".concat(Jr, "--neighboringMonth")), o.jsx(Mr, jn({}, d, { classes: g, formatAbbr: c, maxDateTransform: Vn, minDateTransform: Ht, view: "month", children: s(v, f) }));
|
|
4046
4056
|
}
|
|
4047
4057
|
var Sn = function() {
|
|
4048
4058
|
return Sn = Object.assign || function(e) {
|
|
@@ -4061,13 +4071,13 @@ var Sn = function() {
|
|
|
4061
4071
|
return r;
|
|
4062
4072
|
};
|
|
4063
4073
|
function zc(e) {
|
|
4064
|
-
var t = e.activeStartDate, r = e.calendarType, n = e.hover, a = e.showFixedNumberOfWeeks, i = e.showNeighboringMonth, s = e.value, l = e.valueType, c = Ca(e, ["activeStartDate", "calendarType", "hover", "showFixedNumberOfWeeks", "showNeighboringMonth", "value", "valueType"]),
|
|
4074
|
+
var t = e.activeStartDate, r = e.calendarType, n = e.hover, a = e.showFixedNumberOfWeeks, i = e.showNeighboringMonth, s = e.value, l = e.valueType, c = Ca(e, ["activeStartDate", "calendarType", "hover", "showFixedNumberOfWeeks", "showNeighboringMonth", "value", "valueType"]), d = se(t), f = He(t), v = a || i, g = Vt(t, r), h = v ? 0 : g, m = (v ? -g : 0) + 1, p = function() {
|
|
4065
4075
|
if (a)
|
|
4066
4076
|
return m + 6 * 7 - 1;
|
|
4067
4077
|
var y = No(t);
|
|
4068
4078
|
if (i) {
|
|
4069
4079
|
var j = /* @__PURE__ */ new Date();
|
|
4070
|
-
j.setFullYear(
|
|
4080
|
+
j.setFullYear(d, f, y), j.setHours(0, 0, 0, 0);
|
|
4071
4081
|
var w = 7 - Vt(j, r) - 1;
|
|
4072
4082
|
return y + w;
|
|
4073
4083
|
}
|
|
@@ -4075,7 +4085,7 @@ function zc(e) {
|
|
|
4075
4085
|
}();
|
|
4076
4086
|
return o.jsx($r, { className: "react-calendar__month-view__days", count: 7, dateTransform: function(y) {
|
|
4077
4087
|
var j = /* @__PURE__ */ new Date();
|
|
4078
|
-
return j.setFullYear(
|
|
4088
|
+
return j.setFullYear(d, f, y), Ht(j);
|
|
4079
4089
|
}, dateType: "day", hover: n, end: p, renderTile: function(y) {
|
|
4080
4090
|
var j = y.date, w = Ca(y, ["date"]);
|
|
4081
4091
|
return o.jsx(Uc, Sn({}, c, w, { activeStartDate: t, calendarType: r, currentMonthIndex: f, date: j }), j.getTime());
|
|
@@ -4083,8 +4093,8 @@ function zc(e) {
|
|
|
4083
4093
|
}
|
|
4084
4094
|
var Ro = "react-calendar__month-view__weekdays", Qr = "".concat(Ro, "__weekday");
|
|
4085
4095
|
function Hc(e) {
|
|
4086
|
-
for (var t = e.calendarType, r = e.formatShortWeekday, n = r === void 0 ? lc : r, a = e.formatWeekday, i = a === void 0 ? uc : a, s = e.locale, l = e.onMouseLeave, c = /* @__PURE__ */ new Date(),
|
|
4087
|
-
var m = new Date(f, v, h - Vt(
|
|
4096
|
+
for (var t = e.calendarType, r = e.formatShortWeekday, n = r === void 0 ? lc : r, a = e.formatWeekday, i = a === void 0 ? uc : a, s = e.locale, l = e.onMouseLeave, c = /* @__PURE__ */ new Date(), d = ot(c), f = se(d), v = He(d), g = [], h = 1; h <= 7; h += 1) {
|
|
4097
|
+
var m = new Date(f, v, h - Vt(d, t)), p = i(s, m);
|
|
4088
4098
|
g.push(o.jsx("div", { className: Tr(Qr, Sc(m) && "".concat(Qr, "--current"), Po(m, t) && "".concat(Qr, "--weekend")), children: o.jsx("abbr", { "aria-label": p, title: p, children: n(s, m).replace(".", "") }) }, h));
|
|
4089
4099
|
}
|
|
4090
4100
|
return o.jsx(Bn, { className: Ro, count: 7, onFocus: l, onMouseOver: l, children: g });
|
|
@@ -4122,20 +4132,20 @@ function qc(e) {
|
|
|
4122
4132
|
var t = e.activeStartDate, r = e.calendarType, n = e.onClickWeekNumber, a = e.onMouseLeave, i = e.showFixedNumberOfWeeks, s = function() {
|
|
4123
4133
|
if (i)
|
|
4124
4134
|
return 6;
|
|
4125
|
-
var
|
|
4135
|
+
var d = No(t), f = Vt(t, r), v = d - (7 - f);
|
|
4126
4136
|
return 1 + Math.ceil(v / 7);
|
|
4127
4137
|
}(), l = function() {
|
|
4128
|
-
for (var
|
|
4129
|
-
g.push(fn(new Date(
|
|
4138
|
+
for (var d = se(t), f = He(t), v = Pr(t), g = [], h = 0; h < s; h += 1)
|
|
4139
|
+
g.push(fn(new Date(d, f, v + h * 7), r));
|
|
4130
4140
|
return g;
|
|
4131
|
-
}(), c = l.map(function(
|
|
4132
|
-
return mc(
|
|
4141
|
+
}(), c = l.map(function(d) {
|
|
4142
|
+
return mc(d, r);
|
|
4133
4143
|
});
|
|
4134
|
-
return o.jsx(Bn, { className: "react-calendar__month-view__weekNumbers", count: s, direction: "column", onFocus: a, onMouseOver: a, style: { flexBasis: "calc(100% * (1 / 8)", flexShrink: 0 }, children: c.map(function(
|
|
4144
|
+
return o.jsx(Bn, { className: "react-calendar__month-view__weekNumbers", count: s, direction: "column", onFocus: a, onMouseOver: a, style: { flexBasis: "calc(100% * (1 / 8)", flexShrink: 0 }, children: c.map(function(d, f) {
|
|
4135
4145
|
var v = l[f];
|
|
4136
4146
|
if (!v)
|
|
4137
4147
|
throw new Error("date is not defined");
|
|
4138
|
-
return o.jsx(Gc, { date: v, onClickWeekNumber: n, weekNumber:
|
|
4148
|
+
return o.jsx(Gc, { date: v, onClickWeekNumber: n, weekNumber: d }, d);
|
|
4139
4149
|
}) });
|
|
4140
4150
|
}
|
|
4141
4151
|
var Dn = function() {
|
|
@@ -4164,12 +4174,12 @@ function Kc(e) {
|
|
|
4164
4174
|
return ye.ISO_8601;
|
|
4165
4175
|
}
|
|
4166
4176
|
function Jc(e) {
|
|
4167
|
-
var t = e.activeStartDate, r = e.locale, n = e.onMouseLeave, a = e.showFixedNumberOfWeeks, i = e.calendarType, s = i === void 0 ? Kc(r) : i, l = e.formatShortWeekday, c = e.formatWeekday,
|
|
4177
|
+
var t = e.activeStartDate, r = e.locale, n = e.onMouseLeave, a = e.showFixedNumberOfWeeks, i = e.calendarType, s = i === void 0 ? Kc(r) : i, l = e.formatShortWeekday, c = e.formatWeekday, d = e.onClickWeekNumber, f = e.showWeekNumbers, v = Xc(e, ["calendarType", "formatShortWeekday", "formatWeekday", "onClickWeekNumber", "showWeekNumbers"]);
|
|
4168
4178
|
function g() {
|
|
4169
4179
|
return o.jsx(Hc, { calendarType: s, formatShortWeekday: l, formatWeekday: c, locale: r, onMouseLeave: n });
|
|
4170
4180
|
}
|
|
4171
4181
|
function h() {
|
|
4172
|
-
return f ? o.jsx(qc, { activeStartDate: t, calendarType: s, onClickWeekNumber:
|
|
4182
|
+
return f ? o.jsx(qc, { activeStartDate: t, calendarType: s, onClickWeekNumber: d, onMouseLeave: n, showFixedNumberOfWeeks: a }) : null;
|
|
4173
4183
|
}
|
|
4174
4184
|
function m() {
|
|
4175
4185
|
return o.jsx(zc, Dn({ calendarType: s }, v));
|
|
@@ -4256,13 +4266,13 @@ function Fo(e) {
|
|
|
4256
4266
|
return nt(l, c);
|
|
4257
4267
|
}
|
|
4258
4268
|
function nl(e) {
|
|
4259
|
-
var t = e.activeStartDate, r = e.defaultActiveStartDate, n = e.defaultValue, a = e.defaultView, i = e.maxDate, s = e.maxDetail, l = e.minDate, c = e.minDetail,
|
|
4269
|
+
var t = e.activeStartDate, r = e.defaultActiveStartDate, n = e.defaultValue, a = e.defaultView, i = e.maxDate, s = e.maxDetail, l = e.minDate, c = e.minDetail, d = e.value, f = e.view, v = zn(f, c, s), g = t || r;
|
|
4260
4270
|
return g ? nt(v, g) : Fo({
|
|
4261
4271
|
maxDate: i,
|
|
4262
4272
|
maxDetail: s,
|
|
4263
4273
|
minDate: l,
|
|
4264
4274
|
minDetail: c,
|
|
4265
|
-
value:
|
|
4275
|
+
value: d || n,
|
|
4266
4276
|
view: f || a
|
|
4267
4277
|
});
|
|
4268
4278
|
}
|
|
@@ -4273,16 +4283,16 @@ function ur(e, t) {
|
|
|
4273
4283
|
return e instanceof Date && t instanceof Date && e.getTime() === t.getTime();
|
|
4274
4284
|
}
|
|
4275
4285
|
var al = ze(function(t, r) {
|
|
4276
|
-
var n = t.activeStartDate, a = t.allowPartialRange, i = t.calendarType, s = t.className, l = t.defaultActiveStartDate, c = t.defaultValue,
|
|
4286
|
+
var n = t.activeStartDate, a = t.allowPartialRange, i = t.calendarType, s = t.className, l = t.defaultActiveStartDate, c = t.defaultValue, d = t.defaultView, f = t.formatDay, v = t.formatLongDate, g = t.formatMonth, h = t.formatMonthYear, m = t.formatShortWeekday, p = t.formatWeekday, y = t.formatYear, j = t.goToRangeStartOnSelect, w = j === void 0 ? !0 : j, N = t.inputRef, D = t.locale, S = t.maxDate, O = S === void 0 ? Zc : S, _ = t.maxDetail, z = _ === void 0 ? "month" : _, b = t.minDate, T = b === void 0 ? Un : b, U = t.minDetail, Y = U === void 0 ? "century" : U, L = t.navigationAriaLabel, te = t.navigationAriaLive, pe = t.navigationLabel, de = t.next2AriaLabel, xe = t.next2Label, Ee = t.nextAriaLabel, ce = t.nextLabel, q = t.onActiveStartDateChange, fe = t.onChange, oe = t.onClickDay, k = t.onClickDecade, M = t.onClickMonth, $ = t.onClickWeekNumber, F = t.onClickYear, re = t.onDrillDown, ee = t.onDrillUp, le = t.onViewChange, je = t.prev2AriaLabel, Se = t.prev2Label, J = t.prevAriaLabel, we = t.prevLabel, K = t.returnValue, ke = K === void 0 ? "start" : K, ve = t.selectRange, qe = t.showDoubleView, Nt = t.showFixedNumberOfWeeks, Xe = t.showNavigation, Lr = Xe === void 0 ? !0 : Xe, Fr = t.showNeighboringCentury, Et = t.showNeighboringDecade, Gt = t.showNeighboringMonth, Wr = Gt === void 0 ? !0 : Gt, qt = t.showWeekNumbers, Xt = t.tileClassName, Kt = t.tileContent, Vr = t.tileDisabled, st = t.value, kt = t.view, Jt = V(l), Yr = Jt[0], ct = Jt[1], Qt = V(null), Br = Qt[0], Zt = Qt[1], er = V(Array.isArray(c) ? c.map(function(C) {
|
|
4277
4287
|
return C !== null ? Ft(C) : null;
|
|
4278
|
-
}) : c != null ? Ft(c) : null), Ke = er[0], tr = er[1], Me = V(
|
|
4288
|
+
}) : c != null ? Ft(c) : null), Ke = er[0], tr = er[1], Me = V(d), Ct = Me[0], lt = Me[1], ge = n || Yr || nl({
|
|
4279
4289
|
activeStartDate: n,
|
|
4280
4290
|
defaultActiveStartDate: l,
|
|
4281
4291
|
defaultValue: c,
|
|
4282
|
-
defaultView:
|
|
4283
|
-
maxDate:
|
|
4284
|
-
maxDetail:
|
|
4285
|
-
minDate:
|
|
4292
|
+
defaultView: d,
|
|
4293
|
+
maxDate: O,
|
|
4294
|
+
maxDetail: z,
|
|
4295
|
+
minDate: T,
|
|
4286
4296
|
minDetail: Y,
|
|
4287
4297
|
value: st,
|
|
4288
4298
|
view: kt
|
|
@@ -4290,11 +4300,11 @@ var al = ze(function(t, r) {
|
|
|
4290
4300
|
var C = function() {
|
|
4291
4301
|
return ve && Zr(Ke) ? Ke : st !== void 0 ? st : Ke;
|
|
4292
4302
|
}();
|
|
4293
|
-
return C ? Array.isArray(C) ? C.map(function(
|
|
4294
|
-
return
|
|
4303
|
+
return C ? Array.isArray(C) ? C.map(function(P) {
|
|
4304
|
+
return P !== null ? Ft(P) : null;
|
|
4295
4305
|
}) : C !== null ? Ft(C) : null : null;
|
|
4296
|
-
}(), Je = $o(
|
|
4297
|
-
var
|
|
4306
|
+
}(), Je = $o(z), ne = zn(kt || Ct, Y, z), Ce = Io(Y, z), rr = ve ? Br : null, _t = Ce.indexOf(ne) < Ce.length - 1, nr = Ce.indexOf(ne) > 0, Tt = R(function(C) {
|
|
4307
|
+
var P = function() {
|
|
4298
4308
|
switch (ke) {
|
|
4299
4309
|
case "start":
|
|
4300
4310
|
return Hn;
|
|
@@ -4306,23 +4316,23 @@ var al = ze(function(t, r) {
|
|
|
4306
4316
|
throw new Error("Invalid returnValue.");
|
|
4307
4317
|
}
|
|
4308
4318
|
}();
|
|
4309
|
-
return
|
|
4310
|
-
maxDate:
|
|
4311
|
-
maxDetail:
|
|
4312
|
-
minDate:
|
|
4319
|
+
return P({
|
|
4320
|
+
maxDate: O,
|
|
4321
|
+
maxDetail: z,
|
|
4322
|
+
minDate: T,
|
|
4313
4323
|
value: C
|
|
4314
4324
|
});
|
|
4315
|
-
}, [
|
|
4325
|
+
}, [O, z, T, ke]), ut = R(function(C, P) {
|
|
4316
4326
|
ct(C);
|
|
4317
|
-
var
|
|
4318
|
-
action:
|
|
4327
|
+
var A = {
|
|
4328
|
+
action: P,
|
|
4319
4329
|
activeStartDate: C,
|
|
4320
4330
|
value: be,
|
|
4321
4331
|
view: ne
|
|
4322
4332
|
};
|
|
4323
|
-
q && !ur(ge, C) && q(
|
|
4324
|
-
}, [ge, q, be, ne]), dt = R(function(C,
|
|
4325
|
-
var
|
|
4333
|
+
q && !ur(ge, C) && q(A);
|
|
4334
|
+
}, [ge, q, be, ne]), dt = R(function(C, P) {
|
|
4335
|
+
var A = function() {
|
|
4326
4336
|
switch (ne) {
|
|
4327
4337
|
case "century":
|
|
4328
4338
|
return k;
|
|
@@ -4336,21 +4346,21 @@ var al = ze(function(t, r) {
|
|
|
4336
4346
|
throw new Error("Invalid view: ".concat(ne, "."));
|
|
4337
4347
|
}
|
|
4338
4348
|
}();
|
|
4339
|
-
|
|
4340
|
-
}, [oe, k, M, F, ne]), Pt = R(function(C,
|
|
4349
|
+
A && A(C, P);
|
|
4350
|
+
}, [oe, k, M, F, ne]), Pt = R(function(C, P) {
|
|
4341
4351
|
if (_t) {
|
|
4342
|
-
dt(C,
|
|
4343
|
-
var
|
|
4344
|
-
if (!
|
|
4352
|
+
dt(C, P);
|
|
4353
|
+
var A = Ce[Ce.indexOf(ne) + 1];
|
|
4354
|
+
if (!A)
|
|
4345
4355
|
throw new Error("Attempted to drill down from the lowest view.");
|
|
4346
|
-
ct(C), lt(
|
|
4356
|
+
ct(C), lt(A);
|
|
4347
4357
|
var Q = {
|
|
4348
4358
|
action: "drillDown",
|
|
4349
4359
|
activeStartDate: C,
|
|
4350
4360
|
value: be,
|
|
4351
|
-
view:
|
|
4361
|
+
view: A
|
|
4352
4362
|
};
|
|
4353
|
-
q && !ur(ge, C) && q(Q), le && ne !==
|
|
4363
|
+
q && !ur(ge, C) && q(Q), le && ne !== A && le(Q), re && re(Q);
|
|
4354
4364
|
}
|
|
4355
4365
|
}, [
|
|
4356
4366
|
ge,
|
|
@@ -4367,15 +4377,15 @@ var al = ze(function(t, r) {
|
|
|
4367
4377
|
var C = Ce[Ce.indexOf(ne) - 1];
|
|
4368
4378
|
if (!C)
|
|
4369
4379
|
throw new Error("Attempted to drill up from the highest view.");
|
|
4370
|
-
var
|
|
4371
|
-
ct(
|
|
4372
|
-
var
|
|
4380
|
+
var P = nt(C, ge);
|
|
4381
|
+
ct(P), lt(C);
|
|
4382
|
+
var A = {
|
|
4373
4383
|
action: "drillUp",
|
|
4374
|
-
activeStartDate:
|
|
4384
|
+
activeStartDate: P,
|
|
4375
4385
|
value: be,
|
|
4376
4386
|
view: C
|
|
4377
4387
|
};
|
|
4378
|
-
q && !ur(ge,
|
|
4388
|
+
q && !ur(ge, P) && q(A), le && ne !== C && le(A), ee && ee(A);
|
|
4379
4389
|
}
|
|
4380
4390
|
}, [
|
|
4381
4391
|
ge,
|
|
@@ -4386,62 +4396,62 @@ var al = ze(function(t, r) {
|
|
|
4386
4396
|
be,
|
|
4387
4397
|
ne,
|
|
4388
4398
|
Ce
|
|
4389
|
-
]), Rt = R(function(C,
|
|
4390
|
-
var
|
|
4391
|
-
dt(C,
|
|
4392
|
-
var Q = ve && !Zr(
|
|
4399
|
+
]), Rt = R(function(C, P) {
|
|
4400
|
+
var A = be;
|
|
4401
|
+
dt(C, P);
|
|
4402
|
+
var Q = ve && !Zr(A), H;
|
|
4393
4403
|
if (ve)
|
|
4394
4404
|
if (Q)
|
|
4395
|
-
|
|
4405
|
+
H = nt(Je, C);
|
|
4396
4406
|
else {
|
|
4397
|
-
if (!
|
|
4407
|
+
if (!A)
|
|
4398
4408
|
throw new Error("previousValue is required");
|
|
4399
|
-
if (Array.isArray(
|
|
4409
|
+
if (Array.isArray(A))
|
|
4400
4410
|
throw new Error("previousValue must not be an array");
|
|
4401
|
-
|
|
4411
|
+
H = wc(Je, A, C);
|
|
4402
4412
|
}
|
|
4403
4413
|
else
|
|
4404
|
-
|
|
4414
|
+
H = Tt(C);
|
|
4405
4415
|
var ie = (
|
|
4406
4416
|
// Range selection turned off
|
|
4407
4417
|
!ve || // Range selection turned on, first value
|
|
4408
4418
|
Q || // Range selection turned on, second value, goToRangeStartOnSelect toggled on
|
|
4409
4419
|
w ? Fo({
|
|
4410
|
-
maxDate:
|
|
4411
|
-
maxDetail:
|
|
4412
|
-
minDate:
|
|
4420
|
+
maxDate: O,
|
|
4421
|
+
maxDetail: z,
|
|
4422
|
+
minDate: T,
|
|
4413
4423
|
minDetail: Y,
|
|
4414
|
-
value:
|
|
4424
|
+
value: H,
|
|
4415
4425
|
view: ne
|
|
4416
4426
|
}) : null
|
|
4417
4427
|
);
|
|
4418
|
-
|
|
4428
|
+
P.persist(), ct(ie), tr(H);
|
|
4419
4429
|
var De = {
|
|
4420
4430
|
action: "onChange",
|
|
4421
4431
|
activeStartDate: ie,
|
|
4422
|
-
value:
|
|
4432
|
+
value: H,
|
|
4423
4433
|
view: ne
|
|
4424
4434
|
};
|
|
4425
4435
|
if (q && !ur(ge, ie) && q(De), fe)
|
|
4426
4436
|
if (ve) {
|
|
4427
|
-
var Ve = Zr(
|
|
4437
|
+
var Ve = Zr(H);
|
|
4428
4438
|
if (!Ve)
|
|
4429
|
-
fe(
|
|
4439
|
+
fe(H || null, P);
|
|
4430
4440
|
else if (a) {
|
|
4431
|
-
if (Array.isArray(
|
|
4441
|
+
if (Array.isArray(H))
|
|
4432
4442
|
throw new Error("value must not be an array");
|
|
4433
|
-
fe([
|
|
4443
|
+
fe([H || null, null], P);
|
|
4434
4444
|
}
|
|
4435
4445
|
} else
|
|
4436
|
-
fe(
|
|
4446
|
+
fe(H || null, P);
|
|
4437
4447
|
}, [
|
|
4438
4448
|
ge,
|
|
4439
4449
|
a,
|
|
4440
4450
|
Tt,
|
|
4441
4451
|
w,
|
|
4442
|
-
|
|
4443
|
-
|
|
4444
|
-
|
|
4452
|
+
O,
|
|
4453
|
+
z,
|
|
4454
|
+
T,
|
|
4445
4455
|
Y,
|
|
4446
4456
|
q,
|
|
4447
4457
|
fe,
|
|
@@ -4451,7 +4461,7 @@ var al = ze(function(t, r) {
|
|
|
4451
4461
|
Je,
|
|
4452
4462
|
ne
|
|
4453
4463
|
]);
|
|
4454
|
-
function
|
|
4464
|
+
function u(C) {
|
|
4455
4465
|
Zt(C);
|
|
4456
4466
|
}
|
|
4457
4467
|
function x() {
|
|
@@ -4468,15 +4478,15 @@ var al = ze(function(t, r) {
|
|
|
4468
4478
|
view: ne
|
|
4469
4479
|
};
|
|
4470
4480
|
}, [ge, Pt, At, Rt, ut, be, ne]);
|
|
4471
|
-
function
|
|
4472
|
-
var
|
|
4473
|
-
activeStartDate:
|
|
4481
|
+
function E(C) {
|
|
4482
|
+
var P = C ? ko(ne, ge) : nt(ne, ge), A = _t ? Pt : Rt, Q = {
|
|
4483
|
+
activeStartDate: P,
|
|
4474
4484
|
hover: rr,
|
|
4475
|
-
locale:
|
|
4476
|
-
maxDate:
|
|
4477
|
-
minDate:
|
|
4478
|
-
onClick:
|
|
4479
|
-
onMouseOver: ve ?
|
|
4485
|
+
locale: D,
|
|
4486
|
+
maxDate: O,
|
|
4487
|
+
minDate: T,
|
|
4488
|
+
onClick: A,
|
|
4489
|
+
onMouseOver: ve ? u : void 0,
|
|
4480
4490
|
tileClassName: Xt,
|
|
4481
4491
|
tileContent: Kt,
|
|
4482
4492
|
tileDisabled: Vr,
|
|
@@ -4497,10 +4507,10 @@ var al = ze(function(t, r) {
|
|
|
4497
4507
|
}
|
|
4498
4508
|
}
|
|
4499
4509
|
function I() {
|
|
4500
|
-
return Lr ? o.jsx(Dc, { activeStartDate: ge, drillUp: At, formatMonthYear: h, formatYear: y, locale:
|
|
4510
|
+
return Lr ? o.jsx(Dc, { activeStartDate: ge, drillUp: At, formatMonthYear: h, formatYear: y, locale: D, maxDate: O, minDate: T, navigationAriaLabel: L, navigationAriaLive: te, navigationLabel: pe, next2AriaLabel: de, next2Label: xe, nextAriaLabel: Ee, nextLabel: ce, prev2AriaLabel: je, prev2Label: Se, prevAriaLabel: J, prevLabel: we, setActiveStartDate: ut, showDoubleView: qe, view: ne, views: Ce }) : null;
|
|
4501
4511
|
}
|
|
4502
|
-
var
|
|
4503
|
-
return o.jsxs("div", { className: Tr(lr, ve &&
|
|
4512
|
+
var G = Array.isArray(be) ? be : [be];
|
|
4513
|
+
return o.jsxs("div", { className: Tr(lr, ve && G.length === 1 && "".concat(lr, "--selectRange"), qe && "".concat(lr, "--doubleView"), s), ref: N, children: [I(), o.jsxs("div", { className: "".concat(lr, "__viewContainer"), onBlur: ve ? x : void 0, onMouseLeave: ve ? x : void 0, children: [E(), qe ? E(!0) : null] })] });
|
|
4504
4514
|
});
|
|
4505
4515
|
const Ul = ({
|
|
4506
4516
|
value: e,
|
|
@@ -4508,7 +4518,7 @@ const Ul = ({
|
|
|
4508
4518
|
maxDate: r,
|
|
4509
4519
|
children: n
|
|
4510
4520
|
}) => {
|
|
4511
|
-
const [a, i] = V(e ?? /* @__PURE__ */ new Date()), [s, l] = V(!1), c = ue(null),
|
|
4521
|
+
const [a, i] = V(e ?? /* @__PURE__ */ new Date()), [s, l] = V(!1), c = ue(null), d = R(
|
|
4512
4522
|
(p) => {
|
|
4513
4523
|
i(p), t && t(p), l(!1);
|
|
4514
4524
|
},
|
|
@@ -4527,7 +4537,7 @@ const Ul = ({
|
|
|
4527
4537
|
return /* @__PURE__ */ o.jsx("div", { children: /* @__PURE__ */ o.jsxs("div", { className: "calendar", ref: c, children: [
|
|
4528
4538
|
n && /* @__PURE__ */ o.jsx("div", { onClick: f, children: n }),
|
|
4529
4539
|
!n && /* @__PURE__ */ o.jsx("button", { className: "calendar-button", onClick: f, children: /* @__PURE__ */ o.jsx(
|
|
4530
|
-
|
|
4540
|
+
B,
|
|
4531
4541
|
{
|
|
4532
4542
|
classIcon: " bi-calendar4-event",
|
|
4533
4543
|
size: _e.EXTRA_LARGE
|
|
@@ -4540,7 +4550,7 @@ const Ul = ({
|
|
|
4540
4550
|
onClick: () => l(!1),
|
|
4541
4551
|
className: "calendar-popup-close",
|
|
4542
4552
|
children: /* @__PURE__ */ o.jsx(
|
|
4543
|
-
|
|
4553
|
+
B,
|
|
4544
4554
|
{
|
|
4545
4555
|
classIcon: "bi-x-lg close-icon",
|
|
4546
4556
|
size: _e.EXTRA_SMALL
|
|
@@ -4553,7 +4563,7 @@ const Ul = ({
|
|
|
4553
4563
|
{
|
|
4554
4564
|
onActiveStartDateChange: m,
|
|
4555
4565
|
maxDate: r ?? /* @__PURE__ */ new Date(),
|
|
4556
|
-
onChange:
|
|
4566
|
+
onChange: d,
|
|
4557
4567
|
value: a,
|
|
4558
4568
|
tileClassName: ({ date: p, view: y }) => {
|
|
4559
4569
|
if (y === "month" && g) {
|
|
@@ -4590,8 +4600,8 @@ const Ul = ({
|
|
|
4590
4600
|
className: `expand ${i ? "expand--active" : ""} ${r ?? ""}`,
|
|
4591
4601
|
children: [
|
|
4592
4602
|
/* @__PURE__ */ o.jsx("div", { className: "expand-header", children: /* @__PURE__ */ o.jsx("div", { className: "expand-header-content", children: /* @__PURE__ */ o.jsxs("div", { className: "expand-header-content-default", children: [
|
|
4593
|
-
i && n && /* @__PURE__ */ o.jsx(
|
|
4594
|
-
!i && n && /* @__PURE__ */ o.jsx(
|
|
4603
|
+
i && n && /* @__PURE__ */ o.jsx(B, { classIcon: "bi bi-chevron-down mr-2" }),
|
|
4604
|
+
!i && n && /* @__PURE__ */ o.jsx(B, { classIcon: "bi bi-chevron-right mr-2" }),
|
|
4595
4605
|
/* @__PURE__ */ o.jsx("span", { className: "flex-1 expand-header-title-left", children: t.title }),
|
|
4596
4606
|
t.description && /* @__PURE__ */ o.jsx("span", { className: "expand-header-title-right", children: t.description })
|
|
4597
4607
|
] }) }) }),
|
|
@@ -4669,7 +4679,7 @@ const Ul = ({
|
|
|
4669
4679
|
onChange: s,
|
|
4670
4680
|
placeholder: l,
|
|
4671
4681
|
cols: c,
|
|
4672
|
-
rows:
|
|
4682
|
+
rows: d,
|
|
4673
4683
|
required: f = !1
|
|
4674
4684
|
}) => {
|
|
4675
4685
|
const [v, g] = V(r);
|
|
@@ -4695,7 +4705,7 @@ const Ul = ({
|
|
|
4695
4705
|
onChange: h,
|
|
4696
4706
|
placeholder: l,
|
|
4697
4707
|
cols: c,
|
|
4698
|
-
rows:
|
|
4708
|
+
rows: d,
|
|
4699
4709
|
required: f
|
|
4700
4710
|
}
|
|
4701
4711
|
);
|
|
@@ -4710,34 +4720,34 @@ const Ul = ({
|
|
|
4710
4720
|
onChange: s,
|
|
4711
4721
|
hideSubmit: l,
|
|
4712
4722
|
disabledSubmit: c = !1,
|
|
4713
|
-
className:
|
|
4723
|
+
className: d
|
|
4714
4724
|
}, f) => {
|
|
4715
4725
|
const [v, g] = V(c), [h, m] = V(() => {
|
|
4716
4726
|
const b = {};
|
|
4717
|
-
return e.forEach((
|
|
4718
|
-
b[
|
|
4727
|
+
return e.forEach((T) => {
|
|
4728
|
+
b[T.name] = T.value ?? "";
|
|
4719
4729
|
}), b;
|
|
4720
4730
|
}), p = ue({}), y = R(
|
|
4721
|
-
(b,
|
|
4722
|
-
const { name:
|
|
4723
|
-
|
|
4724
|
-
const xe = { ...de, [
|
|
4731
|
+
(b, T) => {
|
|
4732
|
+
const { name: U, type: Y, checked: L, value: te } = b.target, pe = Y === "checkbox" ? L : te;
|
|
4733
|
+
T.onChange && T.onChange(pe, U), m((de) => {
|
|
4734
|
+
const xe = { ...de, [U]: pe };
|
|
4725
4735
|
return s && s(xe), xe;
|
|
4726
4736
|
});
|
|
4727
4737
|
},
|
|
4728
4738
|
[s]
|
|
4729
4739
|
), j = R(
|
|
4730
|
-
(b,
|
|
4731
|
-
|
|
4732
|
-
const L = { ...Y, [b]:
|
|
4740
|
+
(b, T, U) => {
|
|
4741
|
+
U.onChange && U.onChange(T, b), m((Y) => {
|
|
4742
|
+
const L = { ...Y, [b]: T };
|
|
4733
4743
|
return s && s(L), L;
|
|
4734
4744
|
});
|
|
4735
4745
|
},
|
|
4736
4746
|
[s]
|
|
4737
4747
|
), w = R(
|
|
4738
|
-
(b,
|
|
4739
|
-
|
|
4740
|
-
const L = { ...Y, [
|
|
4748
|
+
(b, T, U) => {
|
|
4749
|
+
U.onChange && U.onChange(b, T), m((Y) => {
|
|
4750
|
+
const L = { ...Y, [T]: b };
|
|
4741
4751
|
return s && s(L), L;
|
|
4742
4752
|
});
|
|
4743
4753
|
},
|
|
@@ -4747,54 +4757,54 @@ const Ul = ({
|
|
|
4747
4757
|
b.preventDefault(), r && r(h);
|
|
4748
4758
|
},
|
|
4749
4759
|
[r, h]
|
|
4750
|
-
),
|
|
4760
|
+
), D = () => {
|
|
4751
4761
|
m(() => {
|
|
4752
4762
|
const b = {};
|
|
4753
|
-
return e.forEach((
|
|
4754
|
-
b[
|
|
4763
|
+
return e.forEach((T) => {
|
|
4764
|
+
b[T.name] = T.value ?? "";
|
|
4755
4765
|
}), b;
|
|
4756
4766
|
});
|
|
4757
|
-
},
|
|
4758
|
-
m((
|
|
4759
|
-
...
|
|
4767
|
+
}, S = R((b) => {
|
|
4768
|
+
m((T) => ({
|
|
4769
|
+
...T,
|
|
4760
4770
|
[b]: ""
|
|
4761
4771
|
}));
|
|
4762
|
-
}, []),
|
|
4763
|
-
const b = e.find((
|
|
4772
|
+
}, []), O = () => {
|
|
4773
|
+
const b = e.find((T) => T.focus);
|
|
4764
4774
|
b && p.current[b.name] && setTimeout(() => {
|
|
4765
|
-
var
|
|
4766
|
-
(
|
|
4775
|
+
var T;
|
|
4776
|
+
(T = p.current[b.name]) == null || T.select();
|
|
4767
4777
|
}, 500);
|
|
4768
|
-
}, _ = () => h,
|
|
4769
|
-
m((
|
|
4770
|
-
...
|
|
4778
|
+
}, _ = () => h, z = (b) => {
|
|
4779
|
+
m((T) => ({
|
|
4780
|
+
...T,
|
|
4771
4781
|
...b
|
|
4772
4782
|
}));
|
|
4773
4783
|
};
|
|
4774
4784
|
return Dr(f, () => ({
|
|
4775
|
-
resetForm:
|
|
4776
|
-
clearInput:
|
|
4777
|
-
focusInitialElement:
|
|
4785
|
+
resetForm: D,
|
|
4786
|
+
clearInput: S,
|
|
4787
|
+
focusInitialElement: O,
|
|
4778
4788
|
getValues: _,
|
|
4779
|
-
updateFormValue:
|
|
4789
|
+
updateFormValue: z,
|
|
4780
4790
|
setBtnDisabledSubmit: g
|
|
4781
4791
|
})), /* @__PURE__ */ o.jsxs(
|
|
4782
4792
|
"form",
|
|
4783
4793
|
{
|
|
4784
4794
|
autoComplete: i ?? "off",
|
|
4785
4795
|
onSubmit: N,
|
|
4786
|
-
className:
|
|
4796
|
+
className: d ?? "",
|
|
4787
4797
|
children: [
|
|
4788
4798
|
/* @__PURE__ */ o.jsxs("div", { className: "form-content", children: [
|
|
4789
|
-
e.map((b,
|
|
4790
|
-
const
|
|
4799
|
+
e.map((b, T) => {
|
|
4800
|
+
const U = b.onRequired ? b.onRequired(b.value) : b.required ?? !1, Y = b.onDisabled ? b.onDisabled(b.value) : b.disabled ?? !1;
|
|
4791
4801
|
return /* @__PURE__ */ o.jsxs(
|
|
4792
4802
|
"div",
|
|
4793
4803
|
{
|
|
4794
4804
|
className: `d-flex flex-column ${b.className ?? ""} form-group form-group-${b.type}`,
|
|
4795
4805
|
children: [
|
|
4796
4806
|
b.label && /* @__PURE__ */ o.jsx("label", { children: b.label }),
|
|
4797
|
-
b.icon && /* @__PURE__ */ o.jsx(
|
|
4807
|
+
b.icon && /* @__PURE__ */ o.jsx(B, { classIcon: b.icon }),
|
|
4798
4808
|
b.type === "select" ? /* @__PURE__ */ o.jsx(
|
|
4799
4809
|
fo,
|
|
4800
4810
|
{
|
|
@@ -4805,7 +4815,7 @@ const Ul = ({
|
|
|
4805
4815
|
disabled: Y,
|
|
4806
4816
|
multiple: b.multiple,
|
|
4807
4817
|
value: h[b.name],
|
|
4808
|
-
required:
|
|
4818
|
+
required: U,
|
|
4809
4819
|
defaultValue: b.value,
|
|
4810
4820
|
placeholder: b.placeholder,
|
|
4811
4821
|
onChangeMultiple: (L) => w(L, b.name, b),
|
|
@@ -4819,7 +4829,7 @@ const Ul = ({
|
|
|
4819
4829
|
className: "textarea-input",
|
|
4820
4830
|
placeholder: b.placeholder ?? "",
|
|
4821
4831
|
disabled: Y,
|
|
4822
|
-
required:
|
|
4832
|
+
required: U,
|
|
4823
4833
|
value: h[b.name],
|
|
4824
4834
|
onChange: (L, te) => j(te, L, b)
|
|
4825
4835
|
}
|
|
@@ -4835,7 +4845,7 @@ const Ul = ({
|
|
|
4835
4845
|
tabIndex: 0,
|
|
4836
4846
|
disabled: Y,
|
|
4837
4847
|
autoFocus: b.focus ?? !1,
|
|
4838
|
-
required:
|
|
4848
|
+
required: U,
|
|
4839
4849
|
step: b.step ?? "0.01",
|
|
4840
4850
|
value: h[b.name],
|
|
4841
4851
|
checked: b.type === "checkbox" ? !!h[b.name] : void 0,
|
|
@@ -4845,7 +4855,7 @@ const Ul = ({
|
|
|
4845
4855
|
)
|
|
4846
4856
|
]
|
|
4847
4857
|
},
|
|
4848
|
-
|
|
4858
|
+
T
|
|
4849
4859
|
);
|
|
4850
4860
|
}),
|
|
4851
4861
|
a
|
|
@@ -4873,7 +4883,7 @@ const Ul = ({
|
|
|
4873
4883
|
required: s = !1,
|
|
4874
4884
|
autoFocus: l = !1,
|
|
4875
4885
|
maxLength: c = 10,
|
|
4876
|
-
autoComplete:
|
|
4886
|
+
autoComplete: d = "off",
|
|
4877
4887
|
tabIndex: f = 0,
|
|
4878
4888
|
inputMode: v = "numeric",
|
|
4879
4889
|
pattern: g,
|
|
@@ -4884,19 +4894,19 @@ const Ul = ({
|
|
|
4884
4894
|
onFocus: j
|
|
4885
4895
|
}, w) => {
|
|
4886
4896
|
const N = R(
|
|
4887
|
-
(
|
|
4888
|
-
let
|
|
4889
|
-
!/^-?\d*[.,]?\d*$/.test(
|
|
4897
|
+
(S) => {
|
|
4898
|
+
let O = S.target.value.replace(",", ".");
|
|
4899
|
+
!/^-?\d*[.,]?\d*$/.test(O) && O !== "" || c && O.length > c || h == null || h(S, O);
|
|
4890
4900
|
},
|
|
4891
4901
|
[h, c]
|
|
4892
|
-
),
|
|
4893
|
-
if (y && y(
|
|
4894
|
-
|
|
4895
|
-
) ||
|
|
4896
|
-
|
|
4902
|
+
), D = (S) => {
|
|
4903
|
+
if (y && y(S), !(/[0-9]|Backspace|Delete|ArrowLeft|ArrowRight|Tab|Enter|Home|End/.test(
|
|
4904
|
+
S.key
|
|
4905
|
+
) || S.key === "." || S.key === "," || S.key === "-")) {
|
|
4906
|
+
S.preventDefault();
|
|
4897
4907
|
return;
|
|
4898
4908
|
}
|
|
4899
|
-
|
|
4909
|
+
S.key === "-" && ((S.target.selectionStart ?? 0) !== 0 || r.includes("-")) && S.preventDefault();
|
|
4900
4910
|
};
|
|
4901
4911
|
return /* @__PURE__ */ o.jsx("div", { className: "input-container input-container-number", children: /* @__PURE__ */ o.jsx(
|
|
4902
4912
|
"input",
|
|
@@ -4910,19 +4920,19 @@ const Ul = ({
|
|
|
4910
4920
|
disabled: i,
|
|
4911
4921
|
required: s,
|
|
4912
4922
|
autoFocus: l,
|
|
4913
|
-
autoComplete:
|
|
4923
|
+
autoComplete: d,
|
|
4914
4924
|
pattern: g,
|
|
4915
4925
|
tabIndex: f,
|
|
4916
4926
|
inputMode: v,
|
|
4917
4927
|
spellCheck: "false",
|
|
4918
4928
|
className: `input-field ${a ?? ""}`,
|
|
4919
4929
|
onChange: N,
|
|
4920
|
-
onWheel: (
|
|
4921
|
-
onKeyDown:
|
|
4930
|
+
onWheel: (S) => S.currentTarget.blur(),
|
|
4931
|
+
onKeyDown: D,
|
|
4922
4932
|
onFocus: j,
|
|
4923
4933
|
onBlur: m,
|
|
4924
|
-
onClick: (
|
|
4925
|
-
|
|
4934
|
+
onClick: (S) => {
|
|
4935
|
+
S.stopPropagation(), p == null || p(S);
|
|
4926
4936
|
}
|
|
4927
4937
|
}
|
|
4928
4938
|
) });
|
|
@@ -4989,18 +4999,19 @@ const Gl = ze(
|
|
|
4989
4999
|
onClickMenu: r,
|
|
4990
5000
|
userChildren: n,
|
|
4991
5001
|
positionFixed: a,
|
|
4992
|
-
|
|
4993
|
-
|
|
4994
|
-
|
|
5002
|
+
overlayClassName: i,
|
|
5003
|
+
onClickLogo: s,
|
|
5004
|
+
showBackNavigation: l,
|
|
5005
|
+
onClickBackNavigation: c
|
|
4995
5006
|
}) => {
|
|
4996
|
-
const
|
|
4997
|
-
|
|
4998
|
-
}, [
|
|
5007
|
+
const d = ue(null), [f, v] = V(!1), g = R(() => {
|
|
5008
|
+
v(!f);
|
|
5009
|
+
}, [f, v]);
|
|
4999
5010
|
return /* @__PURE__ */ o.jsxs("div", { className: `header ${a ? "header--fixed" : ""}`, children: [
|
|
5000
5011
|
/* @__PURE__ */ o.jsxs("div", { className: "flex-1 d-flex align-items-center", children: [
|
|
5001
|
-
/* @__PURE__ */ o.jsx("span", { onClick: r, children: /* @__PURE__ */ o.jsx(
|
|
5002
|
-
|
|
5003
|
-
|
|
5012
|
+
/* @__PURE__ */ o.jsx("span", { onClick: r, children: /* @__PURE__ */ o.jsx(B, { size: _e.MEDIUM, classIcon: "bi-list" }) }),
|
|
5013
|
+
l && /* @__PURE__ */ o.jsx("span", { className: "chevron-back", onClick: c, children: /* @__PURE__ */ o.jsx(
|
|
5014
|
+
B,
|
|
5004
5015
|
{
|
|
5005
5016
|
size: _e.EXTRA_SMALL,
|
|
5006
5017
|
classIcon: "bi-caret-left-fill"
|
|
@@ -5009,22 +5020,23 @@ const Gl = ze(
|
|
|
5009
5020
|
/* @__PURE__ */ o.jsx(
|
|
5010
5021
|
"span",
|
|
5011
5022
|
{
|
|
5012
|
-
className: `header-logo ${
|
|
5013
|
-
onClick:
|
|
5023
|
+
className: `header-logo ${s && "cursor-pointer"} `,
|
|
5024
|
+
onClick: s,
|
|
5014
5025
|
children: t && /* @__PURE__ */ o.jsx("img", { src: t, alt: "logo" })
|
|
5015
5026
|
}
|
|
5016
5027
|
)
|
|
5017
5028
|
] }),
|
|
5018
5029
|
/* @__PURE__ */ o.jsxs("div", { className: "d-flex align-items-center", children: [
|
|
5019
5030
|
e,
|
|
5020
|
-
/* @__PURE__ */ o.jsx("div", { ref:
|
|
5021
|
-
|
|
5031
|
+
/* @__PURE__ */ o.jsx("div", { ref: d, onClick: g, children: /* @__PURE__ */ o.jsx(B, { size: _e.MEDIUM, classIcon: "bi-person-circle" }) }),
|
|
5032
|
+
f && d.current && /* @__PURE__ */ o.jsx(
|
|
5022
5033
|
In,
|
|
5023
5034
|
{
|
|
5035
|
+
className: i,
|
|
5024
5036
|
position: "bottomRight",
|
|
5025
|
-
show:
|
|
5026
|
-
closeOverlay:
|
|
5027
|
-
referenceElement:
|
|
5037
|
+
show: f,
|
|
5038
|
+
closeOverlay: v,
|
|
5039
|
+
referenceElement: d.current,
|
|
5028
5040
|
children: n
|
|
5029
5041
|
}
|
|
5030
5042
|
)
|
|
@@ -5046,7 +5058,7 @@ const Gl = ze(
|
|
|
5046
5058
|
}
|
|
5047
5059
|
}, [t]);
|
|
5048
5060
|
return /* @__PURE__ */ o.jsxs("div", { className: `message message--${t} ${r ?? ""}`, children: [
|
|
5049
|
-
/* @__PURE__ */ o.jsx(
|
|
5061
|
+
/* @__PURE__ */ o.jsx(B, { classIcon: n }),
|
|
5050
5062
|
/* @__PURE__ */ o.jsx("span", { className: "message-text", children: e })
|
|
5051
5063
|
] });
|
|
5052
5064
|
}, Jl = ({
|
|
@@ -5061,11 +5073,11 @@ const Gl = ze(
|
|
|
5061
5073
|
closeOnOverlayClick: c = !0
|
|
5062
5074
|
}) => {
|
|
5063
5075
|
if (!e) return null;
|
|
5064
|
-
const
|
|
5076
|
+
const d = () => {
|
|
5065
5077
|
c && t();
|
|
5066
5078
|
};
|
|
5067
5079
|
return En(
|
|
5068
|
-
/* @__PURE__ */ o.jsx("div", { className: "modal-overlay", onMouseDown:
|
|
5080
|
+
/* @__PURE__ */ o.jsx("div", { className: "modal-overlay", onMouseDown: d, children: /* @__PURE__ */ o.jsxs(
|
|
5069
5081
|
"div",
|
|
5070
5082
|
{
|
|
5071
5083
|
className: `modal-container ${l}`,
|
|
@@ -5074,7 +5086,7 @@ const Gl = ze(
|
|
|
5074
5086
|
children: [
|
|
5075
5087
|
/* @__PURE__ */ o.jsxs("div", { className: "modal-header", children: [
|
|
5076
5088
|
i && /* @__PURE__ */ o.jsx("h2", { className: "modal-title", children: i }),
|
|
5077
|
-
/* @__PURE__ */ o.jsx("div", { className: "modal-close-button", onClick: t, children: /* @__PURE__ */ o.jsx(
|
|
5089
|
+
/* @__PURE__ */ o.jsx("div", { className: "modal-close-button", onClick: t, children: /* @__PURE__ */ o.jsx(B, { classIcon: "bi-x-lg" }) })
|
|
5078
5090
|
] }),
|
|
5079
5091
|
/* @__PURE__ */ o.jsx("div", { className: "modal-content", children: r }),
|
|
5080
5092
|
n && /* @__PURE__ */ o.jsx("div", { className: "d-flex justify-content-end", children: /* @__PURE__ */ o.jsx(wt, { onClick: n, title: a ?? "" }) })
|
|
@@ -5093,15 +5105,15 @@ const Gl = ze(
|
|
|
5093
5105
|
title: i,
|
|
5094
5106
|
id: s
|
|
5095
5107
|
}, l) => {
|
|
5096
|
-
const [c,
|
|
5108
|
+
const [c, d] = V(null), f = R(async () => {
|
|
5097
5109
|
const v = new Blob([e], { type: "application/pdf" }), g = URL.createObjectURL(v);
|
|
5098
5110
|
if (!t) {
|
|
5099
5111
|
const h = `${g}#toolbar=0&navpanes=0&scrollbar=0`;
|
|
5100
|
-
|
|
5112
|
+
d(h);
|
|
5101
5113
|
return;
|
|
5102
5114
|
}
|
|
5103
|
-
|
|
5104
|
-
}, [e, t,
|
|
5115
|
+
d(g);
|
|
5116
|
+
}, [e, t, d]);
|
|
5105
5117
|
return Z(() => {
|
|
5106
5118
|
f();
|
|
5107
5119
|
}, [e, f]), Z(() => () => {
|
|
@@ -5133,7 +5145,7 @@ const Gl = ze(
|
|
|
5133
5145
|
disabledMinus: i,
|
|
5134
5146
|
pas: s
|
|
5135
5147
|
}) => {
|
|
5136
|
-
const [l, c] = V(s),
|
|
5148
|
+
const [l, c] = V(s), d = R(
|
|
5137
5149
|
(h) => {
|
|
5138
5150
|
n || (c(h), e && e(t, h));
|
|
5139
5151
|
},
|
|
@@ -5143,9 +5155,9 @@ const Gl = ze(
|
|
|
5143
5155
|
if (h.stopPropagation(), n || a)
|
|
5144
5156
|
return;
|
|
5145
5157
|
const m = l + s;
|
|
5146
|
-
|
|
5158
|
+
d(Math.round(m * 100) / 100);
|
|
5147
5159
|
},
|
|
5148
|
-
[l,
|
|
5160
|
+
[l, d]
|
|
5149
5161
|
), v = R(
|
|
5150
5162
|
(h) => {
|
|
5151
5163
|
if (h.stopPropagation(), n || i)
|
|
@@ -5153,9 +5165,9 @@ const Gl = ze(
|
|
|
5153
5165
|
if (l === 0)
|
|
5154
5166
|
return l;
|
|
5155
5167
|
const m = l - s;
|
|
5156
|
-
|
|
5168
|
+
d(Math.round(m * 100) / 100);
|
|
5157
5169
|
},
|
|
5158
|
-
[
|
|
5170
|
+
[d, l]
|
|
5159
5171
|
);
|
|
5160
5172
|
Z(() => {
|
|
5161
5173
|
t.quantity && c(t.quantity);
|
|
@@ -5172,7 +5184,7 @@ const Gl = ze(
|
|
|
5172
5184
|
{
|
|
5173
5185
|
onClick: (h) => v(h),
|
|
5174
5186
|
className: `qte-action qte-action--minus ${n || i ? "disabled" : ""} `,
|
|
5175
|
-
children: /* @__PURE__ */ o.jsx(
|
|
5187
|
+
children: /* @__PURE__ */ o.jsx(B, { size: _e.LARGE, classIcon: "bi bi-dash-square" })
|
|
5176
5188
|
}
|
|
5177
5189
|
),
|
|
5178
5190
|
/* @__PURE__ */ o.jsx("span", { onClick: (h) => g(h), className: "qte-label", children: l }),
|
|
@@ -5181,7 +5193,7 @@ const Gl = ze(
|
|
|
5181
5193
|
{
|
|
5182
5194
|
onClick: (h) => f(h),
|
|
5183
5195
|
className: `qte-action qte-action--plus ${n || a ? "disabled" : ""}`,
|
|
5184
|
-
children: /* @__PURE__ */ o.jsx(
|
|
5196
|
+
children: /* @__PURE__ */ o.jsx(B, { size: _e.LARGE, classIcon: "bi bi-plus-square" })
|
|
5185
5197
|
}
|
|
5186
5198
|
)
|
|
5187
5199
|
] });
|
|
@@ -5196,7 +5208,7 @@ const Gl = ze(
|
|
|
5196
5208
|
handleChange: s,
|
|
5197
5209
|
setIsVisible: l,
|
|
5198
5210
|
id: c
|
|
5199
|
-
},
|
|
5211
|
+
}, d) => {
|
|
5200
5212
|
const [f, v] = V(n ?? !1), g = ue(null), h = ue(null), m = Ie(
|
|
5201
5213
|
() => [
|
|
5202
5214
|
{
|
|
@@ -5236,7 +5248,7 @@ const Gl = ze(
|
|
|
5236
5248
|
},
|
|
5237
5249
|
[]
|
|
5238
5250
|
);
|
|
5239
|
-
return Dr(
|
|
5251
|
+
return Dr(d, () => ({
|
|
5240
5252
|
clearInput: (w) => {
|
|
5241
5253
|
var N;
|
|
5242
5254
|
(N = h.current) == null || N.clearInput(w);
|
|
@@ -5266,7 +5278,7 @@ const Gl = ze(
|
|
|
5266
5278
|
{
|
|
5267
5279
|
className: "toggle-btn",
|
|
5268
5280
|
onClick: () => p(!1),
|
|
5269
|
-
children: /* @__PURE__ */ o.jsx(
|
|
5281
|
+
children: /* @__PURE__ */ o.jsx(B, { classIcon: "bi-x-lg" })
|
|
5270
5282
|
}
|
|
5271
5283
|
) }),
|
|
5272
5284
|
/* @__PURE__ */ o.jsx("div", { className: "search-result-content", children: e })
|
|
@@ -5284,56 +5296,56 @@ const Gl = ze(
|
|
|
5284
5296
|
closeOnClickOutside: l = !0,
|
|
5285
5297
|
displayOverlay: c = !0
|
|
5286
5298
|
}) => {
|
|
5287
|
-
const [
|
|
5299
|
+
const [d, f] = V(e || !1), [v, g] = V(0), [h, m] = V(!1), p = ue(null), y = ue(null), j = ue(0), w = ue(0), N = ue(null);
|
|
5288
5300
|
Z(() => (y.current || (y.current = document.createElement("div"), y.current.id = `sidebar-root-${i || crypto.randomUUID()}`, document.body.appendChild(y.current)), () => {
|
|
5289
5301
|
y.current && y.current.parentNode && (document.body.removeChild(y.current), y.current = null);
|
|
5290
5302
|
}), [i]), Z(() => {
|
|
5291
5303
|
f(e || !1);
|
|
5292
5304
|
}, [e]);
|
|
5293
|
-
const
|
|
5305
|
+
const D = R(() => {
|
|
5294
5306
|
f(!1), n && n(!1);
|
|
5295
|
-
}, [n]),
|
|
5296
|
-
(
|
|
5297
|
-
l && p.current && !p.current.contains(
|
|
5307
|
+
}, [n]), S = R(
|
|
5308
|
+
(T) => {
|
|
5309
|
+
l && p.current && !p.current.contains(T.target) && D();
|
|
5298
5310
|
},
|
|
5299
|
-
[
|
|
5300
|
-
),
|
|
5301
|
-
const
|
|
5302
|
-
j.current =
|
|
5311
|
+
[D, l]
|
|
5312
|
+
), O = R((T) => {
|
|
5313
|
+
const U = T.touches[0];
|
|
5314
|
+
j.current = U.clientX, w.current = U.clientY, N.current = null, m(!1), g(0);
|
|
5303
5315
|
}, []), _ = R(
|
|
5304
|
-
(
|
|
5305
|
-
if (!
|
|
5306
|
-
const
|
|
5316
|
+
(T) => {
|
|
5317
|
+
if (!d) return;
|
|
5318
|
+
const U = T.touches[0], Y = U.clientX - j.current, L = U.clientY - w.current;
|
|
5307
5319
|
if (!N.current) {
|
|
5308
5320
|
if (Math.abs(Y) < Pa && Math.abs(L) < Pa)
|
|
5309
5321
|
return;
|
|
5310
5322
|
N.current = Math.abs(Y) > Math.abs(L) ? "x" : "y";
|
|
5311
5323
|
}
|
|
5312
|
-
N.current === "x" && (
|
|
5324
|
+
N.current === "x" && (T.preventDefault(), m(!0), g(Math.max(0, Y)));
|
|
5313
5325
|
},
|
|
5314
|
-
[
|
|
5315
|
-
),
|
|
5316
|
-
(
|
|
5317
|
-
|
|
5326
|
+
[d]
|
|
5327
|
+
), z = R(
|
|
5328
|
+
(T) => {
|
|
5329
|
+
d && (N.current === "x" && T.changedTouches[0].clientX - j.current > fl && D(), m(!1), g(0), N.current = null);
|
|
5318
5330
|
},
|
|
5319
|
-
[
|
|
5331
|
+
[d, D]
|
|
5320
5332
|
), b = R(
|
|
5321
|
-
(
|
|
5322
|
-
|
|
5333
|
+
(T) => {
|
|
5334
|
+
T.preventDefault(), D();
|
|
5323
5335
|
},
|
|
5324
|
-
[
|
|
5336
|
+
[D]
|
|
5325
5337
|
);
|
|
5326
|
-
return Z(() => (
|
|
5338
|
+
return Z(() => (d ? (document.addEventListener("mousedown", S), document.addEventListener("touchstart", S, {
|
|
5327
5339
|
passive: !0
|
|
5328
|
-
})) : (document.removeEventListener("mousedown",
|
|
5329
|
-
document.removeEventListener("mousedown",
|
|
5330
|
-
}), [
|
|
5340
|
+
})) : (document.removeEventListener("mousedown", S), document.removeEventListener("touchstart", S)), () => {
|
|
5341
|
+
document.removeEventListener("mousedown", S), document.removeEventListener("touchstart", S);
|
|
5342
|
+
}), [d, S]), y.current ? Nn.createPortal(
|
|
5331
5343
|
/* @__PURE__ */ o.jsxs(o.Fragment, { children: [
|
|
5332
|
-
|
|
5344
|
+
d && c && /* @__PURE__ */ o.jsx(
|
|
5333
5345
|
"div",
|
|
5334
5346
|
{
|
|
5335
5347
|
className: "overlay",
|
|
5336
|
-
onClick:
|
|
5348
|
+
onClick: D,
|
|
5337
5349
|
onTouchEnd: b
|
|
5338
5350
|
}
|
|
5339
5351
|
),
|
|
@@ -5346,14 +5358,14 @@ const Gl = ze(
|
|
|
5346
5358
|
transform: v ? `translateX(${v}px)` : void 0,
|
|
5347
5359
|
transition: h ? "none" : void 0
|
|
5348
5360
|
},
|
|
5349
|
-
className: `sidebar ${
|
|
5350
|
-
onTouchStart:
|
|
5361
|
+
className: `sidebar ${d ? "open" : "closed"} ${a ?? ""}`,
|
|
5362
|
+
onTouchStart: O,
|
|
5351
5363
|
onTouchMove: _,
|
|
5352
|
-
onTouchEnd:
|
|
5364
|
+
onTouchEnd: z,
|
|
5353
5365
|
children: [
|
|
5354
5366
|
/* @__PURE__ */ o.jsxs("div", { className: "sidebar-header", children: [
|
|
5355
5367
|
r && /* @__PURE__ */ o.jsx("h2", { className: "flex-1", children: r }),
|
|
5356
|
-
/* @__PURE__ */ o.jsx("button", { className: "toggle-btn", onClick:
|
|
5368
|
+
/* @__PURE__ */ o.jsx("button", { className: "toggle-btn", onClick: D, children: /* @__PURE__ */ o.jsx(B, { classIcon: "bi-x-lg" }) })
|
|
5357
5369
|
] }),
|
|
5358
5370
|
t && t
|
|
5359
5371
|
]
|
|
@@ -5371,13 +5383,13 @@ const Gl = ze(
|
|
|
5371
5383
|
tabClassName: i = "",
|
|
5372
5384
|
panelClassName: s = ""
|
|
5373
5385
|
}) => {
|
|
5374
|
-
const l = typeof r == "number", [c,
|
|
5386
|
+
const l = typeof r == "number", [c, d] = V(t), f = l ? r : c;
|
|
5375
5387
|
Z(() => {
|
|
5376
|
-
!l && (t < 0 || t >= e.length) &&
|
|
5388
|
+
!l && (t < 0 || t >= e.length) && d(0);
|
|
5377
5389
|
}, [t, e.length, l]);
|
|
5378
5390
|
const v = ue([]), g = (h) => {
|
|
5379
5391
|
var m, p;
|
|
5380
|
-
(m = e[h]) != null && m.disabled || (l ||
|
|
5392
|
+
(m = e[h]) != null && m.disabled || (l || d(h), n == null || n(h), (p = v.current[h]) == null || p.focus());
|
|
5381
5393
|
};
|
|
5382
5394
|
return /* @__PURE__ */ o.jsxs("div", { className: `tabs-root ${a}`, children: [
|
|
5383
5395
|
/* @__PURE__ */ o.jsx("div", { role: "tablist", className: "tabs-header", children: e.map((h, m) => /* @__PURE__ */ o.jsx(
|
|
@@ -5411,13 +5423,13 @@ const Gl = ze(
|
|
|
5411
5423
|
] });
|
|
5412
5424
|
}, Aa = (e) => {
|
|
5413
5425
|
let t;
|
|
5414
|
-
const r = /* @__PURE__ */ new Set(), n = (
|
|
5415
|
-
const v = typeof
|
|
5426
|
+
const r = /* @__PURE__ */ new Set(), n = (d, f) => {
|
|
5427
|
+
const v = typeof d == "function" ? d(t) : d;
|
|
5416
5428
|
if (!Object.is(v, t)) {
|
|
5417
5429
|
const g = t;
|
|
5418
5430
|
t = f ?? (typeof v != "object" || v === null) ? v : Object.assign({}, t, v), r.forEach((h) => h(t, g));
|
|
5419
5431
|
}
|
|
5420
|
-
}, a = () => t, l = { setState: n, getState: a, getInitialState: () => c, subscribe: (
|
|
5432
|
+
}, a = () => t, l = { setState: n, getState: a, getInitialState: () => c, subscribe: (d) => (r.add(d), () => r.delete(d)) }, c = t = e(n, a, l);
|
|
5421
5433
|
return l;
|
|
5422
5434
|
}, vl = (e) => e ? Aa(e) : Aa, ml = (e) => e;
|
|
5423
5435
|
function pl(e, t = ml) {
|
|
@@ -5468,15 +5480,15 @@ const Ra = (e) => {
|
|
|
5468
5480
|
}, i);
|
|
5469
5481
|
return () => clearTimeout(f);
|
|
5470
5482
|
}, [n, i, s]), !n) return null;
|
|
5471
|
-
const
|
|
5472
|
-
return
|
|
5483
|
+
const d = document.getElementById("toaster-root");
|
|
5484
|
+
return d ? Nn.createPortal(
|
|
5473
5485
|
/* @__PURE__ */ o.jsxs("div", { className: `toaster toaster-${r}`, children: [
|
|
5474
|
-
l && /* @__PURE__ */ o.jsx("div", { className: "toaster--close", onClick: c, children: /* @__PURE__ */ o.jsx(
|
|
5486
|
+
l && /* @__PURE__ */ o.jsx("div", { className: "toaster--close", onClick: c, children: /* @__PURE__ */ o.jsx(B, { classIcon: "bi-x" }) }),
|
|
5475
5487
|
/* @__PURE__ */ o.jsxs("div", { children: [
|
|
5476
|
-
r === "info" && /* @__PURE__ */ o.jsx(
|
|
5477
|
-
r === "success" && /* @__PURE__ */ o.jsx(
|
|
5478
|
-
r === "error" && /* @__PURE__ */ o.jsx(
|
|
5479
|
-
r === "warning" && /* @__PURE__ */ o.jsx(
|
|
5488
|
+
r === "info" && /* @__PURE__ */ o.jsx(B, { classIcon: "bi-info-circle" }),
|
|
5489
|
+
r === "success" && /* @__PURE__ */ o.jsx(B, { classIcon: "bi-check-circle" }),
|
|
5490
|
+
r === "error" && /* @__PURE__ */ o.jsx(B, { classIcon: "bi-x-circle" }),
|
|
5491
|
+
r === "warning" && /* @__PURE__ */ o.jsx(B, { classIcon: "bi-exclamation-triangle" })
|
|
5480
5492
|
] }),
|
|
5481
5493
|
/* @__PURE__ */ o.jsxs("div", { children: [
|
|
5482
5494
|
/* @__PURE__ */ o.jsx("div", { className: `title title-${r}`, children: e }),
|
|
@@ -5484,7 +5496,7 @@ const Ra = (e) => {
|
|
|
5484
5496
|
a
|
|
5485
5497
|
] })
|
|
5486
5498
|
] }),
|
|
5487
|
-
|
|
5499
|
+
d
|
|
5488
5500
|
) : null;
|
|
5489
5501
|
};
|
|
5490
5502
|
export {
|
|
@@ -5505,7 +5517,7 @@ export {
|
|
|
5505
5517
|
ql as Grid,
|
|
5506
5518
|
Xl as Header,
|
|
5507
5519
|
wl as HistoryProvider,
|
|
5508
|
-
|
|
5520
|
+
B as Icon,
|
|
5509
5521
|
_e as IconSizeEnum,
|
|
5510
5522
|
Sl as ImageChecker,
|
|
5511
5523
|
Dl as ImageExist,
|