alex-evo-sh-ui-kit 1.0.5 → 1.0.7
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/alex-evo-sh-ui-kit.es.js +436 -414
- package/dist/alex-evo-sh-ui-kit.umd.js +26 -26
- package/dist/helpers/colorConvert.d.ts +6 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +4 -1
- package/dist/ui/Button/Button.d.ts +2 -1
- package/dist/ui/DatePicker/DatePickers.d.ts +2 -1
- package/dist/ui/EmptyPage/EmptyPage.d.ts +20 -0
- package/package.json +6 -2
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import ve, { useState as N, useCallback as R, useEffect as F, forwardRef as
|
|
1
|
+
import ve, { useState as N, useCallback as R, useEffect as F, forwardRef as on, createElement as _e, useRef as U } from "react";
|
|
2
|
+
import { NavLink as Oe } from "react-router-dom";
|
|
2
3
|
import './index.css';var Se = { exports: {} }, se = {};
|
|
3
4
|
/**
|
|
4
5
|
* @license React
|
|
@@ -9,21 +10,21 @@ import './index.css';var Se = { exports: {} }, se = {};
|
|
|
9
10
|
* This source code is licensed under the MIT license found in the
|
|
10
11
|
* LICENSE file in the root directory of this source tree.
|
|
11
12
|
*/
|
|
12
|
-
var
|
|
13
|
-
function
|
|
14
|
-
if (
|
|
13
|
+
var tn;
|
|
14
|
+
function zn() {
|
|
15
|
+
if (tn)
|
|
15
16
|
return se;
|
|
16
|
-
|
|
17
|
-
var n = ve, r = Symbol.for("react.element"), s = Symbol.for("react.fragment"), a = Object.prototype.hasOwnProperty,
|
|
18
|
-
function d(
|
|
17
|
+
tn = 1;
|
|
18
|
+
var n = ve, r = Symbol.for("react.element"), s = Symbol.for("react.fragment"), a = Object.prototype.hasOwnProperty, i = n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, l = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
19
|
+
function d(c, o, h) {
|
|
19
20
|
var u, f = {}, v = null, g = null;
|
|
20
21
|
h !== void 0 && (v = "" + h), o.key !== void 0 && (v = "" + o.key), o.ref !== void 0 && (g = o.ref);
|
|
21
22
|
for (u in o)
|
|
22
23
|
a.call(o, u) && !l.hasOwnProperty(u) && (f[u] = o[u]);
|
|
23
|
-
if (
|
|
24
|
-
for (u in o =
|
|
24
|
+
if (c && c.defaultProps)
|
|
25
|
+
for (u in o = c.defaultProps, o)
|
|
25
26
|
f[u] === void 0 && (f[u] = o[u]);
|
|
26
|
-
return { $$typeof: r, type:
|
|
27
|
+
return { $$typeof: r, type: c, key: v, ref: g, props: f, _owner: i.current };
|
|
27
28
|
}
|
|
28
29
|
return se.Fragment = s, se.jsx = d, se.jsxs = d, se;
|
|
29
30
|
}
|
|
@@ -37,10 +38,10 @@ var ae = {};
|
|
|
37
38
|
* This source code is licensed under the MIT license found in the
|
|
38
39
|
* LICENSE file in the root directory of this source tree.
|
|
39
40
|
*/
|
|
40
|
-
var
|
|
41
|
-
function
|
|
42
|
-
return
|
|
43
|
-
var n = ve, r = Symbol.for("react.element"), s = Symbol.for("react.portal"), a = Symbol.for("react.fragment"),
|
|
41
|
+
var rn;
|
|
42
|
+
function Un() {
|
|
43
|
+
return rn || (rn = 1, process.env.NODE_ENV !== "production" && function() {
|
|
44
|
+
var n = ve, r = Symbol.for("react.element"), s = Symbol.for("react.portal"), a = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), l = Symbol.for("react.profiler"), d = Symbol.for("react.provider"), c = Symbol.for("react.context"), o = Symbol.for("react.forward_ref"), h = Symbol.for("react.suspense"), u = Symbol.for("react.suspense_list"), f = Symbol.for("react.memo"), v = Symbol.for("react.lazy"), g = Symbol.for("react.offscreen"), y = Symbol.iterator, w = "@@iterator";
|
|
44
45
|
function S(t) {
|
|
45
46
|
if (t === null || typeof t != "object")
|
|
46
47
|
return null;
|
|
@@ -65,10 +66,10 @@ function Vn() {
|
|
|
65
66
|
T.unshift("Warning: " + x), Function.prototype.apply.call(console[t], console, T);
|
|
66
67
|
}
|
|
67
68
|
}
|
|
68
|
-
var j = !1, _ = !1,
|
|
69
|
+
var j = !1, _ = !1, W = !1, K = !1, ee = !1, H;
|
|
69
70
|
H = Symbol.for("react.module.reference");
|
|
70
71
|
function oe(t) {
|
|
71
|
-
return !!(typeof t == "string" || typeof t == "function" || t === a || t === l || ee || t ===
|
|
72
|
+
return !!(typeof t == "string" || typeof t == "function" || t === a || t === l || ee || t === i || t === h || t === u || K || t === g || j || _ || W || typeof t == "object" && t !== null && (t.$$typeof === v || t.$$typeof === f || t.$$typeof === d || t.$$typeof === c || t.$$typeof === o || // This needs to include all possible module reference object
|
|
72
73
|
// types supported by any Flight configuration anywhere since
|
|
73
74
|
// we don't know which Flight build this will end up being used
|
|
74
75
|
// with.
|
|
@@ -81,7 +82,7 @@ function Vn() {
|
|
|
81
82
|
var C = x.displayName || x.name || "";
|
|
82
83
|
return C !== "" ? m + "(" + C + ")" : m;
|
|
83
84
|
}
|
|
84
|
-
function
|
|
85
|
+
function De(t) {
|
|
85
86
|
return t.displayName || "Context";
|
|
86
87
|
}
|
|
87
88
|
function V(t) {
|
|
@@ -98,7 +99,7 @@ function Vn() {
|
|
|
98
99
|
return "Portal";
|
|
99
100
|
case l:
|
|
100
101
|
return "Profiler";
|
|
101
|
-
case
|
|
102
|
+
case i:
|
|
102
103
|
return "StrictMode";
|
|
103
104
|
case h:
|
|
104
105
|
return "Suspense";
|
|
@@ -107,12 +108,12 @@ function Vn() {
|
|
|
107
108
|
}
|
|
108
109
|
if (typeof t == "object")
|
|
109
110
|
switch (t.$$typeof) {
|
|
110
|
-
case
|
|
111
|
+
case c:
|
|
111
112
|
var x = t;
|
|
112
|
-
return
|
|
113
|
+
return De(x) + ".Consumer";
|
|
113
114
|
case d:
|
|
114
115
|
var m = t;
|
|
115
|
-
return
|
|
116
|
+
return De(m._context) + ".Provider";
|
|
116
117
|
case o:
|
|
117
118
|
return X(t, t.render, "ForwardRef");
|
|
118
119
|
case f:
|
|
@@ -129,18 +130,18 @@ function Vn() {
|
|
|
129
130
|
}
|
|
130
131
|
return null;
|
|
131
132
|
}
|
|
132
|
-
var q = Object.assign, ne = 0,
|
|
133
|
-
function
|
|
133
|
+
var q = Object.assign, ne = 0, Me, Fe, Pe, Ae, Ie, Ye, Be;
|
|
134
|
+
function Le() {
|
|
134
135
|
}
|
|
135
|
-
|
|
136
|
-
function
|
|
136
|
+
Le.__reactDisabledLog = !0;
|
|
137
|
+
function jn() {
|
|
137
138
|
{
|
|
138
139
|
if (ne === 0) {
|
|
139
|
-
|
|
140
|
+
Me = console.log, Fe = console.info, Pe = console.warn, Ae = console.error, Ie = console.group, Ye = console.groupCollapsed, Be = console.groupEnd;
|
|
140
141
|
var t = {
|
|
141
142
|
configurable: !0,
|
|
142
143
|
enumerable: !0,
|
|
143
|
-
value:
|
|
144
|
+
value: Le,
|
|
144
145
|
writable: !0
|
|
145
146
|
};
|
|
146
147
|
Object.defineProperties(console, {
|
|
@@ -156,7 +157,7 @@ function Vn() {
|
|
|
156
157
|
ne++;
|
|
157
158
|
}
|
|
158
159
|
}
|
|
159
|
-
function
|
|
160
|
+
function pn() {
|
|
160
161
|
{
|
|
161
162
|
if (ne--, ne === 0) {
|
|
162
163
|
var t = {
|
|
@@ -166,25 +167,25 @@ function Vn() {
|
|
|
166
167
|
};
|
|
167
168
|
Object.defineProperties(console, {
|
|
168
169
|
log: q({}, t, {
|
|
169
|
-
value:
|
|
170
|
+
value: Me
|
|
170
171
|
}),
|
|
171
172
|
info: q({}, t, {
|
|
172
|
-
value:
|
|
173
|
+
value: Fe
|
|
173
174
|
}),
|
|
174
175
|
warn: q({}, t, {
|
|
175
|
-
value:
|
|
176
|
+
value: Pe
|
|
176
177
|
}),
|
|
177
178
|
error: q({}, t, {
|
|
178
|
-
value:
|
|
179
|
+
value: Ae
|
|
179
180
|
}),
|
|
180
181
|
group: q({}, t, {
|
|
181
|
-
value:
|
|
182
|
+
value: Ie
|
|
182
183
|
}),
|
|
183
184
|
groupCollapsed: q({}, t, {
|
|
184
|
-
value:
|
|
185
|
+
value: Ye
|
|
185
186
|
}),
|
|
186
187
|
groupEnd: q({}, t, {
|
|
187
|
-
value:
|
|
188
|
+
value: Be
|
|
188
189
|
})
|
|
189
190
|
});
|
|
190
191
|
}
|
|
@@ -207,8 +208,8 @@ function Vn() {
|
|
|
207
208
|
}
|
|
208
209
|
var ye = !1, ue;
|
|
209
210
|
{
|
|
210
|
-
var
|
|
211
|
-
ue = new
|
|
211
|
+
var gn = typeof WeakMap == "function" ? WeakMap : Map;
|
|
212
|
+
ue = new gn();
|
|
212
213
|
}
|
|
213
214
|
function We(t, x) {
|
|
214
215
|
if (!t || ye)
|
|
@@ -223,7 +224,7 @@ function Vn() {
|
|
|
223
224
|
var C = Error.prepareStackTrace;
|
|
224
225
|
Error.prepareStackTrace = void 0;
|
|
225
226
|
var T;
|
|
226
|
-
T = pe.current, pe.current = null,
|
|
227
|
+
T = pe.current, pe.current = null, jn();
|
|
227
228
|
try {
|
|
228
229
|
if (x) {
|
|
229
230
|
var k = function() {
|
|
@@ -276,15 +277,15 @@ function Vn() {
|
|
|
276
277
|
}
|
|
277
278
|
}
|
|
278
279
|
} finally {
|
|
279
|
-
ye = !1, pe.current = T,
|
|
280
|
+
ye = !1, pe.current = T, pn(), Error.prepareStackTrace = C;
|
|
280
281
|
}
|
|
281
|
-
var Q = t ? t.displayName || t.name : "",
|
|
282
|
-
return typeof t == "function" && ue.set(t,
|
|
282
|
+
var Q = t ? t.displayName || t.name : "", G = Q ? de(Q) : "";
|
|
283
|
+
return typeof t == "function" && ue.set(t, G), G;
|
|
283
284
|
}
|
|
284
|
-
function
|
|
285
|
+
function yn(t, x, m) {
|
|
285
286
|
return We(t, !1);
|
|
286
287
|
}
|
|
287
|
-
function
|
|
288
|
+
function bn(t) {
|
|
288
289
|
var x = t.prototype;
|
|
289
290
|
return !!(x && x.isReactComponent);
|
|
290
291
|
}
|
|
@@ -292,7 +293,7 @@ function Vn() {
|
|
|
292
293
|
if (t == null)
|
|
293
294
|
return "";
|
|
294
295
|
if (typeof t == "function")
|
|
295
|
-
return We(t,
|
|
296
|
+
return We(t, bn(t));
|
|
296
297
|
if (typeof t == "string")
|
|
297
298
|
return de(t);
|
|
298
299
|
switch (t) {
|
|
@@ -304,7 +305,7 @@ function Vn() {
|
|
|
304
305
|
if (typeof t == "object")
|
|
305
306
|
switch (t.$$typeof) {
|
|
306
307
|
case o:
|
|
307
|
-
return
|
|
308
|
+
return yn(t.render);
|
|
308
309
|
case f:
|
|
309
310
|
return xe(t.type, x, m);
|
|
310
311
|
case v: {
|
|
@@ -317,15 +318,15 @@ function Vn() {
|
|
|
317
318
|
}
|
|
318
319
|
return "";
|
|
319
320
|
}
|
|
320
|
-
var te = Object.prototype.hasOwnProperty,
|
|
321
|
+
var te = Object.prototype.hasOwnProperty, Ve = {}, ze = O.ReactDebugCurrentFrame;
|
|
321
322
|
function he(t) {
|
|
322
323
|
if (t) {
|
|
323
324
|
var x = t._owner, m = xe(t.type, t._source, x ? x.type : null);
|
|
324
|
-
|
|
325
|
+
ze.setExtraStackFrame(m);
|
|
325
326
|
} else
|
|
326
|
-
|
|
327
|
+
ze.setExtraStackFrame(null);
|
|
327
328
|
}
|
|
328
|
-
function
|
|
329
|
+
function kn(t, x, m, p, C) {
|
|
329
330
|
{
|
|
330
331
|
var T = Function.call.bind(te);
|
|
331
332
|
for (var k in t)
|
|
@@ -340,42 +341,42 @@ function Vn() {
|
|
|
340
341
|
} catch ($) {
|
|
341
342
|
b = $;
|
|
342
343
|
}
|
|
343
|
-
b && !(b instanceof Error) && (he(C), E("%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).", p || "React class", m, k, typeof b), he(null)), b instanceof Error && !(b.message in
|
|
344
|
+
b && !(b instanceof Error) && (he(C), E("%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).", p || "React class", m, k, typeof b), he(null)), b instanceof Error && !(b.message in Ve) && (Ve[b.message] = !0, he(C), E("Failed %s type: %s", m, b.message), he(null));
|
|
344
345
|
}
|
|
345
346
|
}
|
|
346
347
|
}
|
|
347
|
-
var
|
|
348
|
+
var Nn = Array.isArray;
|
|
348
349
|
function be(t) {
|
|
349
|
-
return
|
|
350
|
+
return Nn(t);
|
|
350
351
|
}
|
|
351
|
-
function
|
|
352
|
+
function Cn(t) {
|
|
352
353
|
{
|
|
353
354
|
var x = typeof Symbol == "function" && Symbol.toStringTag, m = x && t[Symbol.toStringTag] || t.constructor.name || "Object";
|
|
354
355
|
return m;
|
|
355
356
|
}
|
|
356
357
|
}
|
|
357
|
-
function
|
|
358
|
+
function wn(t) {
|
|
358
359
|
try {
|
|
359
|
-
return
|
|
360
|
+
return Ue(t), !1;
|
|
360
361
|
} catch {
|
|
361
362
|
return !0;
|
|
362
363
|
}
|
|
363
364
|
}
|
|
364
|
-
function
|
|
365
|
+
function Ue(t) {
|
|
365
366
|
return "" + t;
|
|
366
367
|
}
|
|
367
|
-
function
|
|
368
|
-
if (
|
|
369
|
-
return E("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",
|
|
368
|
+
function Ke(t) {
|
|
369
|
+
if (wn(t))
|
|
370
|
+
return E("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Cn(t)), Ue(t);
|
|
370
371
|
}
|
|
371
|
-
var re = O.ReactCurrentOwner,
|
|
372
|
+
var re = O.ReactCurrentOwner, En = {
|
|
372
373
|
key: !0,
|
|
373
374
|
ref: !0,
|
|
374
375
|
__self: !0,
|
|
375
376
|
__source: !0
|
|
376
|
-
},
|
|
377
|
+
}, Xe, qe, ke;
|
|
377
378
|
ke = {};
|
|
378
|
-
function
|
|
379
|
+
function Tn(t) {
|
|
379
380
|
if (te.call(t, "ref")) {
|
|
380
381
|
var x = Object.getOwnPropertyDescriptor(t, "ref").get;
|
|
381
382
|
if (x && x.isReactWarning)
|
|
@@ -383,7 +384,7 @@ function Vn() {
|
|
|
383
384
|
}
|
|
384
385
|
return t.ref !== void 0;
|
|
385
386
|
}
|
|
386
|
-
function
|
|
387
|
+
function Rn(t) {
|
|
387
388
|
if (te.call(t, "key")) {
|
|
388
389
|
var x = Object.getOwnPropertyDescriptor(t, "key").get;
|
|
389
390
|
if (x && x.isReactWarning)
|
|
@@ -391,16 +392,16 @@ function Vn() {
|
|
|
391
392
|
}
|
|
392
393
|
return t.key !== void 0;
|
|
393
394
|
}
|
|
394
|
-
function
|
|
395
|
+
function _n(t, x) {
|
|
395
396
|
if (typeof t.ref == "string" && re.current && x && re.current.stateNode !== x) {
|
|
396
397
|
var m = V(re.current.type);
|
|
397
398
|
ke[m] || (E('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', V(re.current.type), t.ref), ke[m] = !0);
|
|
398
399
|
}
|
|
399
400
|
}
|
|
400
|
-
function
|
|
401
|
+
function Sn(t, x) {
|
|
401
402
|
{
|
|
402
403
|
var m = function() {
|
|
403
|
-
|
|
404
|
+
Xe || (Xe = !0, E("%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));
|
|
404
405
|
};
|
|
405
406
|
m.isReactWarning = !0, Object.defineProperty(t, "key", {
|
|
406
407
|
get: m,
|
|
@@ -408,10 +409,10 @@ function Vn() {
|
|
|
408
409
|
});
|
|
409
410
|
}
|
|
410
411
|
}
|
|
411
|
-
function
|
|
412
|
+
function $n(t, x) {
|
|
412
413
|
{
|
|
413
414
|
var m = function() {
|
|
414
|
-
|
|
415
|
+
qe || (qe = !0, E("%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));
|
|
415
416
|
};
|
|
416
417
|
m.isReactWarning = !0, Object.defineProperty(t, "ref", {
|
|
417
418
|
get: m,
|
|
@@ -419,7 +420,7 @@ function Vn() {
|
|
|
419
420
|
});
|
|
420
421
|
}
|
|
421
422
|
}
|
|
422
|
-
var
|
|
423
|
+
var On = function(t, x, m, p, C, T, k) {
|
|
423
424
|
var b = {
|
|
424
425
|
// This tag allows us to uniquely identify this as a React Element
|
|
425
426
|
$$typeof: r,
|
|
@@ -448,12 +449,12 @@ function Vn() {
|
|
|
448
449
|
value: C
|
|
449
450
|
}), Object.freeze && (Object.freeze(b.props), Object.freeze(b)), b;
|
|
450
451
|
};
|
|
451
|
-
function
|
|
452
|
+
function Dn(t, x, m, p, C) {
|
|
452
453
|
{
|
|
453
454
|
var T, k = {}, b = null, P = null;
|
|
454
|
-
m !== void 0 && (
|
|
455
|
+
m !== void 0 && (Ke(m), b = "" + m), Rn(x) && (Ke(x.key), b = "" + x.key), Tn(x) && (P = x.ref, _n(x, C));
|
|
455
456
|
for (T in x)
|
|
456
|
-
te.call(x, T) && !
|
|
457
|
+
te.call(x, T) && !En.hasOwnProperty(T) && (k[T] = x[T]);
|
|
457
458
|
if (t && t.defaultProps) {
|
|
458
459
|
var $ = t.defaultProps;
|
|
459
460
|
for (T in $)
|
|
@@ -461,18 +462,18 @@ function Vn() {
|
|
|
461
462
|
}
|
|
462
463
|
if (b || P) {
|
|
463
464
|
var D = typeof t == "function" ? t.displayName || t.name || "Unknown" : t;
|
|
464
|
-
b &&
|
|
465
|
+
b && Sn(k, D), P && $n(k, D);
|
|
465
466
|
}
|
|
466
|
-
return
|
|
467
|
+
return On(t, b, P, C, p, re.current, k);
|
|
467
468
|
}
|
|
468
469
|
}
|
|
469
|
-
var Ne = O.ReactCurrentOwner,
|
|
470
|
+
var Ne = O.ReactCurrentOwner, Ge = O.ReactDebugCurrentFrame;
|
|
470
471
|
function Z(t) {
|
|
471
472
|
if (t) {
|
|
472
473
|
var x = t._owner, m = xe(t.type, t._source, x ? x.type : null);
|
|
473
|
-
|
|
474
|
+
Ge.setExtraStackFrame(m);
|
|
474
475
|
} else
|
|
475
|
-
|
|
476
|
+
Ge.setExtraStackFrame(null);
|
|
476
477
|
}
|
|
477
478
|
var Ce;
|
|
478
479
|
Ce = !1;
|
|
@@ -491,7 +492,7 @@ Check the render method of \`` + t + "`.";
|
|
|
491
492
|
return "";
|
|
492
493
|
}
|
|
493
494
|
}
|
|
494
|
-
function
|
|
495
|
+
function Mn(t) {
|
|
495
496
|
{
|
|
496
497
|
if (t !== void 0) {
|
|
497
498
|
var x = t.fileName.replace(/^.*[\\\/]/, ""), m = t.lineNumber;
|
|
@@ -502,8 +503,8 @@ Check your code at ` + x + ":" + m + ".";
|
|
|
502
503
|
return "";
|
|
503
504
|
}
|
|
504
505
|
}
|
|
505
|
-
var
|
|
506
|
-
function
|
|
506
|
+
var He = {};
|
|
507
|
+
function Fn(t) {
|
|
507
508
|
{
|
|
508
509
|
var x = Je();
|
|
509
510
|
if (!x) {
|
|
@@ -515,27 +516,27 @@ Check the top-level render call using <` + m + ">.");
|
|
|
515
516
|
return x;
|
|
516
517
|
}
|
|
517
518
|
}
|
|
518
|
-
function
|
|
519
|
+
function Ze(t, x) {
|
|
519
520
|
{
|
|
520
521
|
if (!t._store || t._store.validated || t.key != null)
|
|
521
522
|
return;
|
|
522
523
|
t._store.validated = !0;
|
|
523
|
-
var m =
|
|
524
|
-
if (
|
|
524
|
+
var m = Fn(x);
|
|
525
|
+
if (He[m])
|
|
525
526
|
return;
|
|
526
|
-
|
|
527
|
+
He[m] = !0;
|
|
527
528
|
var p = "";
|
|
528
529
|
t && t._owner && t._owner !== Ne.current && (p = " It was passed a child from " + V(t._owner.type) + "."), Z(t), E('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', m, p), Z(null);
|
|
529
530
|
}
|
|
530
531
|
}
|
|
531
|
-
function
|
|
532
|
+
function Qe(t, x) {
|
|
532
533
|
{
|
|
533
534
|
if (typeof t != "object")
|
|
534
535
|
return;
|
|
535
536
|
if (be(t))
|
|
536
537
|
for (var m = 0; m < t.length; m++) {
|
|
537
538
|
var p = t[m];
|
|
538
|
-
we(p) &&
|
|
539
|
+
we(p) && Ze(p, x);
|
|
539
540
|
}
|
|
540
541
|
else if (we(t))
|
|
541
542
|
t._store && (t._store.validated = !0);
|
|
@@ -543,11 +544,11 @@ Check the top-level render call using <` + m + ">.");
|
|
|
543
544
|
var C = S(t);
|
|
544
545
|
if (typeof C == "function" && C !== t.entries)
|
|
545
546
|
for (var T = C.call(t), k; !(k = T.next()).done; )
|
|
546
|
-
we(k.value) &&
|
|
547
|
+
we(k.value) && Ze(k.value, x);
|
|
547
548
|
}
|
|
548
549
|
}
|
|
549
550
|
}
|
|
550
|
-
function
|
|
551
|
+
function Pn(t) {
|
|
551
552
|
{
|
|
552
553
|
var x = t.type;
|
|
553
554
|
if (x == null || typeof x == "string")
|
|
@@ -563,7 +564,7 @@ Check the top-level render call using <` + m + ">.");
|
|
|
563
564
|
return;
|
|
564
565
|
if (m) {
|
|
565
566
|
var p = V(x);
|
|
566
|
-
|
|
567
|
+
kn(m, t.props, "prop", p, t);
|
|
567
568
|
} else if (x.PropTypes !== void 0 && !Ce) {
|
|
568
569
|
Ce = !0;
|
|
569
570
|
var C = V(x);
|
|
@@ -572,7 +573,7 @@ Check the top-level render call using <` + m + ">.");
|
|
|
572
573
|
typeof x.getDefaultProps == "function" && !x.getDefaultProps.isReactClassApproved && E("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
573
574
|
}
|
|
574
575
|
}
|
|
575
|
-
function
|
|
576
|
+
function An(t) {
|
|
576
577
|
{
|
|
577
578
|
for (var x = Object.keys(t.props), m = 0; m < x.length; m++) {
|
|
578
579
|
var p = x[m];
|
|
@@ -584,19 +585,19 @@ Check the top-level render call using <` + m + ">.");
|
|
|
584
585
|
t.ref !== null && (Z(t), E("Invalid attribute `ref` supplied to `React.Fragment`."), Z(null));
|
|
585
586
|
}
|
|
586
587
|
}
|
|
587
|
-
var
|
|
588
|
-
function
|
|
588
|
+
var en = {};
|
|
589
|
+
function nn(t, x, m, p, C, T) {
|
|
589
590
|
{
|
|
590
591
|
var k = oe(t);
|
|
591
592
|
if (!k) {
|
|
592
593
|
var b = "";
|
|
593
594
|
(t === void 0 || typeof t == "object" && t !== null && Object.keys(t).length === 0) && (b += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
594
|
-
var P =
|
|
595
|
+
var P = Mn(C);
|
|
595
596
|
P ? b += P : b += Je();
|
|
596
597
|
var $;
|
|
597
598
|
t === null ? $ = "null" : be(t) ? $ = "array" : t !== void 0 && t.$$typeof === r ? ($ = "<" + (V(t.type) || "Unknown") + " />", b = " Did you accidentally export a JSX literal instead of a component?") : $ = typeof t, E("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", $, b);
|
|
598
599
|
}
|
|
599
|
-
var D =
|
|
600
|
+
var D = Dn(t, x, m, C, T);
|
|
600
601
|
if (D == null)
|
|
601
602
|
return D;
|
|
602
603
|
if (k) {
|
|
@@ -605,60 +606,60 @@ Check the top-level render call using <` + m + ">.");
|
|
|
605
606
|
if (p)
|
|
606
607
|
if (be(Y)) {
|
|
607
608
|
for (var Q = 0; Q < Y.length; Q++)
|
|
608
|
-
|
|
609
|
+
Qe(Y[Q], t);
|
|
609
610
|
Object.freeze && Object.freeze(Y);
|
|
610
611
|
} else
|
|
611
612
|
E("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
612
613
|
else
|
|
613
|
-
|
|
614
|
+
Qe(Y, t);
|
|
614
615
|
}
|
|
615
616
|
if (te.call(x, "key")) {
|
|
616
|
-
var
|
|
617
|
-
return
|
|
617
|
+
var G = V(t), A = Object.keys(x).filter(function(Vn) {
|
|
618
|
+
return Vn !== "key";
|
|
618
619
|
}), Ee = A.length > 0 ? "{key: someKey, " + A.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
619
|
-
if (!
|
|
620
|
-
var
|
|
620
|
+
if (!en[G + Ee]) {
|
|
621
|
+
var Wn = A.length > 0 ? "{" + A.join(": ..., ") + ": ...}" : "{}";
|
|
621
622
|
E(`A props object containing a "key" prop is being spread into JSX:
|
|
622
623
|
let props = %s;
|
|
623
624
|
<%s {...props} />
|
|
624
625
|
React keys must be passed directly to JSX without using spread:
|
|
625
626
|
let props = %s;
|
|
626
|
-
<%s key={someKey} {...props} />`, Ee,
|
|
627
|
+
<%s key={someKey} {...props} />`, Ee, G, Wn, G), en[G + Ee] = !0;
|
|
627
628
|
}
|
|
628
629
|
}
|
|
629
|
-
return t === a ?
|
|
630
|
+
return t === a ? An(D) : Pn(D), D;
|
|
630
631
|
}
|
|
631
632
|
}
|
|
632
|
-
function
|
|
633
|
-
return
|
|
633
|
+
function In(t, x, m) {
|
|
634
|
+
return nn(t, x, m, !0);
|
|
634
635
|
}
|
|
635
|
-
function
|
|
636
|
-
return
|
|
636
|
+
function Yn(t, x, m) {
|
|
637
|
+
return nn(t, x, m, !1);
|
|
637
638
|
}
|
|
638
|
-
var
|
|
639
|
-
ae.Fragment = a, ae.jsx =
|
|
639
|
+
var Bn = Yn, Ln = In;
|
|
640
|
+
ae.Fragment = a, ae.jsx = Bn, ae.jsxs = Ln;
|
|
640
641
|
}()), ae;
|
|
641
642
|
}
|
|
642
|
-
process.env.NODE_ENV === "production" ? Se.exports =
|
|
643
|
+
process.env.NODE_ENV === "production" ? Se.exports = zn() : Se.exports = Un();
|
|
643
644
|
var e = Se.exports;
|
|
644
|
-
const
|
|
645
|
+
const Kn = (n) => le({ ...n, className: (n.className ?? "") + " outline-button" }), M = (n) => le({ ...n, className: (n.className ?? "") + " text-button" }), Xn = (n) => le({ ...n, className: (n.className ?? "") + " total-button" }), qn = (n) => le({ ...n, className: (n.className ?? "") + " filled-button" }), le = (n) => {
|
|
645
646
|
const r = (s) => {
|
|
646
647
|
n.onClick && n.onClick(s);
|
|
647
648
|
let a = document.createElement("span");
|
|
648
649
|
a.classList.add("btn-overlay");
|
|
649
|
-
let
|
|
650
|
-
a.style.left =
|
|
650
|
+
let i = s.pageX - s.currentTarget.offsetLeft, l = s.pageY - s.currentTarget.offsetTop;
|
|
651
|
+
a.style.left = i + "px", a.style.top = l + "px", s.currentTarget.appendChild(a), setTimeout(() => {
|
|
651
652
|
a.remove();
|
|
652
653
|
}, 500);
|
|
653
654
|
};
|
|
654
655
|
return /* @__PURE__ */ e.jsx("button", { ...n, className: (n.className ?? "") + " btn", onClick: r, children: /* @__PURE__ */ e.jsx("span", { children: n.children }) });
|
|
655
|
-
},
|
|
656
|
-
const
|
|
656
|
+
}, dn = ({ styleType: n = "base", ...r }) => n === "outline" ? Kn({ ...r }) : n === "text" ? M({ ...r }) : n === "filledTotal" ? Xn({ ...r }) : n === "filled" ? qn({ ...r }) : le({ ...r });
|
|
657
|
+
const Gn = ({ children: n, className: r, maxHeight: s, scroll: a, transparent: i }) => /* @__PURE__ */ e.jsx("ul", { style: { overflowY: s ? a ? "scroll" : "hidden" : void 0, maxHeight: s, backgroundColor: i ? "transparent" : void 0 }, className: `list-container ${r} ${a ? "scroll" : ""}`, children: n }), Jn = ({ icon: n, control: r, text: s, header: a, value: i, onClick: l, hovered: d, className: c }) => {
|
|
657
658
|
const o = (h) => {
|
|
658
659
|
h.target.closest(".control-container") || l && l(h);
|
|
659
660
|
};
|
|
660
|
-
return /* @__PURE__ */ e.jsxs("li", { className: ` ${
|
|
661
|
-
n ? /* @__PURE__ */ e.jsx("div", { className: "icon-container", children: n }) :
|
|
661
|
+
return /* @__PURE__ */ e.jsxs("li", { className: ` ${c} list-item-container ${d ? "hovered" : ""}`, onClick: o, children: [
|
|
662
|
+
n ? /* @__PURE__ */ e.jsx("div", { className: "icon-container", children: n }) : i ? /* @__PURE__ */ e.jsx("div", { className: "icon-container", children: i }) : null,
|
|
662
663
|
s ? /* @__PURE__ */ e.jsxs("div", { className: "text-container", children: [
|
|
663
664
|
/* @__PURE__ */ e.jsx("div", { className: "header", children: a }),
|
|
664
665
|
/* @__PURE__ */ e.jsx("div", { className: "text", children: s })
|
|
@@ -666,7 +667,7 @@ const qn = ({ children: n, className: r, maxHeight: s, scroll: a, transparent: c
|
|
|
666
667
|
r ? /* @__PURE__ */ e.jsx("div", { className: "control-container", children: r }) : null
|
|
667
668
|
] });
|
|
668
669
|
};
|
|
669
|
-
const ie = ({ transparent: n, icon: r, className: s, onClick: a, onContextMenu:
|
|
670
|
+
const ie = ({ transparent: n, icon: r, className: s, onClick: a, onContextMenu: i, disabled: l, classNameContainer: d, style: c }) => {
|
|
670
671
|
const o = (h) => {
|
|
671
672
|
a && a(h);
|
|
672
673
|
let u = document.createElement("span");
|
|
@@ -676,9 +677,9 @@ const ie = ({ transparent: n, icon: r, className: s, onClick: a, onContextMenu:
|
|
|
676
677
|
u.remove();
|
|
677
678
|
}, 500);
|
|
678
679
|
};
|
|
679
|
-
return /* @__PURE__ */ e.jsx("button", { style: { backgroundColor: n ? "transparent" : void 0, ...
|
|
680
|
+
return /* @__PURE__ */ e.jsx("button", { style: { backgroundColor: n ? "transparent" : void 0, ...c }, className: `iconbutton ${s}`, onClick: o, onContextMenu: i, disabled: l, children: /* @__PURE__ */ e.jsx("div", { className: `${d} iconbutton-container`, children: r }) });
|
|
680
681
|
};
|
|
681
|
-
const
|
|
682
|
+
const Yt = ({ className: n, action: r, imgSrc: s, alt: a, header: i, subhead: l, text: d, children: c, iconButtonCell: o, onClick: h }) => {
|
|
682
683
|
const u = (v) => !(v.target.className === "action-container" || v.target.closest(".action-container") || v.target.className === "icon-button-container" || v.target.closest(".icon-button-container")), f = (v) => {
|
|
683
684
|
if (h && h(v), !u(v))
|
|
684
685
|
return;
|
|
@@ -697,22 +698,22 @@ const Ft = ({ className: n, action: r, imgSrc: s, alt: a, header: c, subhead: l,
|
|
|
697
698
|
s ? /* @__PURE__ */ e.jsx("div", { className: "card-img-container", children: /* @__PURE__ */ e.jsx("img", { src: s, alt: a }) }) : null,
|
|
698
699
|
/* @__PURE__ */ e.jsxs("div", { className: "card-content-container", children: [
|
|
699
700
|
/* @__PURE__ */ e.jsxs("div", { className: "card-Headline-container mb-1 font-bold", children: [
|
|
700
|
-
/* @__PURE__ */ e.jsx("div", { className: "headline", children: /* @__PURE__ */ e.jsx("h2", { className: "text-3xl", children:
|
|
701
|
+
/* @__PURE__ */ e.jsx("div", { className: "headline", children: /* @__PURE__ */ e.jsx("h2", { className: "text-3xl", children: i }) }),
|
|
701
702
|
o ? /* @__PURE__ */ e.jsx("div", { className: "icon-button-container", children: o }) : null
|
|
702
703
|
] }),
|
|
703
704
|
l ? /* @__PURE__ */ e.jsx("div", { className: "card-subhead-container mb-1", children: /* @__PURE__ */ e.jsx("div", { className: "subhead", children: /* @__PURE__ */ e.jsx("h3", { className: "text-xl", children: l }) }) }) : null,
|
|
704
705
|
d ? /* @__PURE__ */ e.jsx("div", { className: "card-text-container mb-1", children: /* @__PURE__ */ e.jsx("div", { className: "text", children: /* @__PURE__ */ e.jsx("p", { className: "text-sm", children: d }) }) }) : null,
|
|
705
|
-
|
|
706
|
+
c ? /* @__PURE__ */ e.jsx("div", { className: "card-child-container mb-2", children: c }) : null,
|
|
706
707
|
/* @__PURE__ */ e.jsx("div", { className: "action-container", children: r })
|
|
707
708
|
] })
|
|
708
709
|
] });
|
|
709
710
|
};
|
|
710
|
-
const
|
|
711
|
-
const
|
|
712
|
-
const [d,
|
|
713
|
-
w.button == 1 && (
|
|
711
|
+
const Hn = ({ children: n, className: r }) => /* @__PURE__ */ e.jsx("div", { className: `base-action-card ${r ?? ""}`, children: n });
|
|
712
|
+
const Bt = ({ children: n, className: r, id: s, height: a, width: i, pozMove: l }) => {
|
|
713
|
+
const [d, c] = N(!1), [o, h] = N(null), [u, f] = N({ x: 0, y: 0 }), v = (w) => {
|
|
714
|
+
w.button == 1 && (c(!1), h(null), document.body.style.cursor = "auto");
|
|
714
715
|
}, g = (w) => {
|
|
715
|
-
w.button == 1 && (h({ x: w.clientX, y: w.clientY }),
|
|
716
|
+
w.button == 1 && (h({ x: w.clientX, y: w.clientY }), c(!0), document.body.style.cursor = "move");
|
|
716
717
|
}, y = R((w) => {
|
|
717
718
|
d && (f((S) => {
|
|
718
719
|
if (!o)
|
|
@@ -724,9 +725,9 @@ const Pt = ({ children: n, className: r, id: s, height: a, width: c, pozMove: l
|
|
|
724
725
|
}, [d, o]);
|
|
725
726
|
return F(() => {
|
|
726
727
|
l && f({ ...l });
|
|
727
|
-
}, [l]), /* @__PURE__ */ e.jsx("div", { id: s, style: { height: a, width:
|
|
728
|
+
}, [l]), /* @__PURE__ */ e.jsx("div", { id: s, style: { height: a, width: i }, className: `big-container ${r}`, onMouseDown: g, onMouseUp: v, onMouseMove: y, children: /* @__PURE__ */ e.jsx("div", { className: "big-container-content", style: { left: u.x, top: u.y }, children: n }) });
|
|
728
729
|
};
|
|
729
|
-
const
|
|
730
|
+
const Zn = (n) => {
|
|
730
731
|
const [r, s] = N(!1), a = R(() => {
|
|
731
732
|
s(!0), setTimeout(() => {
|
|
732
733
|
n.onHide(), s(!1);
|
|
@@ -742,9 +743,9 @@ const Hn = (n) => {
|
|
|
742
743
|
/* @__PURE__ */ e.jsx("div", { className: "backplate bottom-sheets-backplate", style: { zIndex: 1101 }, onClick: a })
|
|
743
744
|
] });
|
|
744
745
|
};
|
|
745
|
-
const
|
|
746
|
+
const Lt = ({ name: n, checked: r, onChange: s, readOnly: a, checkIcon: i }) => /* @__PURE__ */ e.jsxs("label", { className: "checkbox-container", children: [
|
|
746
747
|
/* @__PURE__ */ e.jsx("input", { className: "checkbox", name: n, type: "checkbox", checked: r, onChange: s, readOnly: a }),
|
|
747
|
-
/* @__PURE__ */ e.jsx("span", { children:
|
|
748
|
+
/* @__PURE__ */ e.jsx("span", { children: i || /* @__PURE__ */ e.jsx("span", { className: "checkbox-ckeck-icon", children: "✓" }) })
|
|
748
749
|
] });
|
|
749
750
|
/**
|
|
750
751
|
* @license lucide-react v0.378.0 - ISC
|
|
@@ -752,14 +753,14 @@ const At = ({ name: n, checked: r, onChange: s, readOnly: a, checkIcon: c }) =>
|
|
|
752
753
|
* This source code is licensed under the ISC license.
|
|
753
754
|
* See the LICENSE file in the root directory of this source tree.
|
|
754
755
|
*/
|
|
755
|
-
const
|
|
756
|
+
const Qn = (n) => n.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), un = (...n) => n.filter((r, s, a) => !!r && a.indexOf(r) === s).join(" ");
|
|
756
757
|
/**
|
|
757
758
|
* @license lucide-react v0.378.0 - ISC
|
|
758
759
|
*
|
|
759
760
|
* This source code is licensed under the ISC license.
|
|
760
761
|
* See the LICENSE file in the root directory of this source tree.
|
|
761
762
|
*/
|
|
762
|
-
var
|
|
763
|
+
var et = {
|
|
763
764
|
xmlns: "http://www.w3.org/2000/svg",
|
|
764
765
|
width: 24,
|
|
765
766
|
height: 24,
|
|
@@ -776,27 +777,27 @@ var Qn = {
|
|
|
776
777
|
* This source code is licensed under the ISC license.
|
|
777
778
|
* See the LICENSE file in the root directory of this source tree.
|
|
778
779
|
*/
|
|
779
|
-
const
|
|
780
|
+
const nt = on(
|
|
780
781
|
({
|
|
781
782
|
color: n = "currentColor",
|
|
782
783
|
size: r = 24,
|
|
783
784
|
strokeWidth: s = 2,
|
|
784
785
|
absoluteStrokeWidth: a,
|
|
785
|
-
className:
|
|
786
|
+
className: i = "",
|
|
786
787
|
children: l,
|
|
787
788
|
iconNode: d,
|
|
788
|
-
...
|
|
789
|
+
...c
|
|
789
790
|
}, o) => _e(
|
|
790
791
|
"svg",
|
|
791
792
|
{
|
|
792
793
|
ref: o,
|
|
793
|
-
...
|
|
794
|
+
...et,
|
|
794
795
|
width: r,
|
|
795
796
|
height: r,
|
|
796
797
|
stroke: n,
|
|
797
798
|
strokeWidth: a ? Number(s) * 24 / Number(r) : s,
|
|
798
|
-
className:
|
|
799
|
-
...
|
|
799
|
+
className: un("lucide", i),
|
|
800
|
+
...c
|
|
800
801
|
},
|
|
801
802
|
[
|
|
802
803
|
...d.map(([h, u]) => _e(h, u)),
|
|
@@ -811,12 +812,12 @@ const et = ln(
|
|
|
811
812
|
* See the LICENSE file in the root directory of this source tree.
|
|
812
813
|
*/
|
|
813
814
|
const I = (n, r) => {
|
|
814
|
-
const s =
|
|
815
|
-
({ className: a, ...
|
|
815
|
+
const s = on(
|
|
816
|
+
({ className: a, ...i }, l) => _e(nt, {
|
|
816
817
|
ref: l,
|
|
817
818
|
iconNode: r,
|
|
818
|
-
className:
|
|
819
|
-
...
|
|
819
|
+
className: un(`lucide-${Qn(n)}`, a),
|
|
820
|
+
...i
|
|
820
821
|
})
|
|
821
822
|
);
|
|
822
823
|
return s.displayName = `${n}`, s;
|
|
@@ -827,7 +828,7 @@ const I = (n, r) => {
|
|
|
827
828
|
* This source code is licensed under the ISC license.
|
|
828
829
|
* See the LICENSE file in the root directory of this source tree.
|
|
829
830
|
*/
|
|
830
|
-
const
|
|
831
|
+
const xn = I("AlignJustify", [
|
|
831
832
|
["line", { x1: "3", x2: "21", y1: "6", y2: "6", key: "4m8b97" }],
|
|
832
833
|
["line", { x1: "3", x2: "21", y1: "12", y2: "12", key: "10d38w" }],
|
|
833
834
|
["line", { x1: "3", x2: "21", y1: "18", y2: "18", key: "kwyyxn" }]
|
|
@@ -838,7 +839,7 @@ const dn = I("AlignJustify", [
|
|
|
838
839
|
* This source code is licensed under the ISC license.
|
|
839
840
|
* See the LICENSE file in the root directory of this source tree.
|
|
840
841
|
*/
|
|
841
|
-
const
|
|
842
|
+
const tt = I("ArrowLeft", [
|
|
842
843
|
["path", { d: "m12 19-7-7 7-7", key: "1l729n" }],
|
|
843
844
|
["path", { d: "M19 12H5", key: "x3x0zl" }]
|
|
844
845
|
]);
|
|
@@ -855,7 +856,7 @@ const ce = I("Check", [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]]);
|
|
|
855
856
|
* This source code is licensed under the ISC license.
|
|
856
857
|
* See the LICENSE file in the root directory of this source tree.
|
|
857
858
|
*/
|
|
858
|
-
const
|
|
859
|
+
const sn = I("ChevronDown", [
|
|
859
860
|
["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]
|
|
860
861
|
]);
|
|
861
862
|
/**
|
|
@@ -864,7 +865,7 @@ const rn = I("ChevronDown", [
|
|
|
864
865
|
* This source code is licensed under the ISC license.
|
|
865
866
|
* See the LICENSE file in the root directory of this source tree.
|
|
866
867
|
*/
|
|
867
|
-
const
|
|
868
|
+
const rt = I("CircleX", [
|
|
868
869
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
869
870
|
["path", { d: "m15 9-6 6", key: "1uzhvr" }],
|
|
870
871
|
["path", { d: "m9 9 6 6", key: "z0biqf" }]
|
|
@@ -875,7 +876,7 @@ const tt = I("CircleX", [
|
|
|
875
876
|
* This source code is licensed under the ISC license.
|
|
876
877
|
* See the LICENSE file in the root directory of this source tree.
|
|
877
878
|
*/
|
|
878
|
-
const
|
|
879
|
+
const st = I("Clock3", [
|
|
879
880
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
880
881
|
["polyline", { points: "12 6 12 12 16.5 12", key: "1aq6pp" }]
|
|
881
882
|
]);
|
|
@@ -885,7 +886,7 @@ const rt = I("Clock3", [
|
|
|
885
886
|
* This source code is licensed under the ISC license.
|
|
886
887
|
* See the LICENSE file in the root directory of this source tree.
|
|
887
888
|
*/
|
|
888
|
-
const
|
|
889
|
+
const at = I("EllipsisVertical", [
|
|
889
890
|
["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
|
|
890
891
|
["circle", { cx: "12", cy: "5", r: "1", key: "gxeob9" }],
|
|
891
892
|
["circle", { cx: "12", cy: "19", r: "1", key: "lyex9k" }]
|
|
@@ -907,7 +908,7 @@ const $e = I("Ellipsis", [
|
|
|
907
908
|
* This source code is licensed under the ISC license.
|
|
908
909
|
* See the LICENSE file in the root directory of this source tree.
|
|
909
910
|
*/
|
|
910
|
-
const
|
|
911
|
+
const it = I("Keyboard", [
|
|
911
912
|
["path", { d: "M10 8h.01", key: "1r9ogq" }],
|
|
912
913
|
["path", { d: "M12 12h.01", key: "1mp3jc" }],
|
|
913
914
|
["path", { d: "M14 8h.01", key: "1primd" }],
|
|
@@ -924,7 +925,7 @@ const at = I("Keyboard", [
|
|
|
924
925
|
* This source code is licensed under the ISC license.
|
|
925
926
|
* See the LICENSE file in the root directory of this source tree.
|
|
926
927
|
*/
|
|
927
|
-
const
|
|
928
|
+
const ct = I("Pen", [
|
|
928
929
|
["path", { d: "M17 3a2.85 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5Z", key: "5qss01" }]
|
|
929
930
|
]);
|
|
930
931
|
/**
|
|
@@ -933,7 +934,7 @@ const it = I("Pen", [
|
|
|
933
934
|
* This source code is licensed under the ISC license.
|
|
934
935
|
* See the LICENSE file in the root directory of this source tree.
|
|
935
936
|
*/
|
|
936
|
-
const
|
|
937
|
+
const lt = I("Search", [
|
|
937
938
|
["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }],
|
|
938
939
|
["path", { d: "m21 21-4.3-4.3", key: "1qie3q" }]
|
|
939
940
|
]);
|
|
@@ -943,7 +944,7 @@ const ct = I("Search", [
|
|
|
943
944
|
* This source code is licensed under the ISC license.
|
|
944
945
|
* See the LICENSE file in the root directory of this source tree.
|
|
945
946
|
*/
|
|
946
|
-
const
|
|
947
|
+
const ot = I("Trash2", [
|
|
947
948
|
["path", { d: "M3 6h18", key: "d0wm0j" }],
|
|
948
949
|
["path", { d: "M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6", key: "4alrt4" }],
|
|
949
950
|
["path", { d: "M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2", key: "v07s0e" }],
|
|
@@ -960,25 +961,25 @@ const je = I("X", [
|
|
|
960
961
|
["path", { d: "M18 6 6 18", key: "1bl5f8" }],
|
|
961
962
|
["path", { d: "m6 6 12 12", key: "d8bk6v" }]
|
|
962
963
|
]);
|
|
963
|
-
const
|
|
964
|
-
const
|
|
965
|
-
|
|
964
|
+
const dt = ({ text: n, onDelete: r, big: s, onClick: a }) => {
|
|
965
|
+
const i = (d) => !(d.target.className === "alex-evo-ui-kit-chips-btn" || d.target.closest(".alex-evo-ui-kit-chips-btn")), l = (d) => {
|
|
966
|
+
i(d) && a && a(d);
|
|
966
967
|
};
|
|
967
968
|
return /* @__PURE__ */ e.jsxs("div", { className: `alex-evo-ui-kit-chips chips ${s ? "big-chips" : ""} ${a ? "hovered" : ""}`, onClick: l, children: [
|
|
968
969
|
/* @__PURE__ */ e.jsx("p", { children: n }),
|
|
969
970
|
r ? /* @__PURE__ */ e.jsx("div", { className: "alex-evo-ui-kit-chips-btn chips-btn", onClick: r, children: /* @__PURE__ */ e.jsx(je, { size: 18 }) }) : null
|
|
970
971
|
] });
|
|
971
972
|
};
|
|
972
|
-
const
|
|
973
|
-
const B = U(null), [j, _] = N(!1),
|
|
973
|
+
const hn = ({ styleContainer: n, type: r = "text", transparent: s, readOnly: a, password: i, border: l, onClear: d, icon: c, onChange: o, name: h, value: u, placeholder: f, className: v, validEmptyValue: g, onFocus: y, onBlur: w, error: S, max: O, min: E }) => {
|
|
974
|
+
const B = U(null), [j, _] = N(!1), W = R((ee, H) => _(!!(S || ee && (!H || H === ""))), []);
|
|
974
975
|
F(() => {
|
|
975
|
-
|
|
976
|
-
}, [u, g,
|
|
976
|
+
W(g, u);
|
|
977
|
+
}, [u, g, W]);
|
|
977
978
|
const K = () => {
|
|
978
979
|
B.current && B.current.focus();
|
|
979
980
|
};
|
|
980
981
|
return /* @__PURE__ */ e.jsxs("div", { style: n, className: `text-field ${l ? "border" : ""} ${s ? "transparent" : ""} ${v}`, children: [
|
|
981
|
-
|
|
982
|
+
c ? /* @__PURE__ */ e.jsx("div", { className: "icon-container", onClick: K, children: c }) : null,
|
|
982
983
|
/* @__PURE__ */ e.jsxs("div", { className: "input-container", onClick: K, children: [
|
|
983
984
|
/* @__PURE__ */ e.jsx(
|
|
984
985
|
"input",
|
|
@@ -988,7 +989,7 @@ const un = ({ styleContainer: n, type: r = "text", transparent: s, readOnly: a,
|
|
|
988
989
|
min: E,
|
|
989
990
|
readOnly: a,
|
|
990
991
|
required: !0,
|
|
991
|
-
type:
|
|
992
|
+
type: i ? "password" : r,
|
|
992
993
|
className: `${j ? "error" : ""}`,
|
|
993
994
|
name: h,
|
|
994
995
|
value: u,
|
|
@@ -1000,19 +1001,19 @@ const un = ({ styleContainer: n, type: r = "text", transparent: s, readOnly: a,
|
|
|
1000
1001
|
/* @__PURE__ */ e.jsx("label", { children: f ? /* @__PURE__ */ e.jsx("span", { children: f }) : null }),
|
|
1001
1002
|
/* @__PURE__ */ e.jsx("span", { className: "text-field-line" })
|
|
1002
1003
|
] }),
|
|
1003
|
-
d ? /* @__PURE__ */ e.jsx("div", { className: "clear-container", children: /* @__PURE__ */ e.jsx(
|
|
1004
|
+
d ? /* @__PURE__ */ e.jsx("div", { className: "clear-container", children: /* @__PURE__ */ e.jsx(rt, { onClick: d }) }) : null
|
|
1004
1005
|
] });
|
|
1005
1006
|
};
|
|
1006
|
-
const
|
|
1007
|
+
const Wt = ({ styleContainer: n, transparent: r, readOnly: s, border: a, icon: i, onChange: l, name: d, value: c, placeholder: o, className: h, validEmptyValue: u, onFocus: f, onBlur: v, error: g }) => {
|
|
1007
1008
|
const y = U(null), [w, S] = N(!1), O = R((B, j) => S(!!(g || B && (!j || j === ""))), []);
|
|
1008
1009
|
F(() => {
|
|
1009
|
-
O(u,
|
|
1010
|
-
}, [
|
|
1010
|
+
O(u, c);
|
|
1011
|
+
}, [c, u, O]);
|
|
1011
1012
|
const E = () => {
|
|
1012
1013
|
y.current && y.current.focus();
|
|
1013
1014
|
};
|
|
1014
1015
|
return /* @__PURE__ */ e.jsxs("div", { style: n, className: `text-area ${w ? "error" : ""} ${a ? "border" : ""} ${r ? "transparent" : ""} ${h}`, children: [
|
|
1015
|
-
|
|
1016
|
+
i ? /* @__PURE__ */ e.jsx("div", { className: "icon-container", onClick: E, children: i }) : null,
|
|
1016
1017
|
/* @__PURE__ */ e.jsx("div", { className: "textarea-container", onClick: E, children: /* @__PURE__ */ e.jsx(
|
|
1017
1018
|
"textarea",
|
|
1018
1019
|
{
|
|
@@ -1022,7 +1023,7 @@ const It = ({ styleContainer: n, transparent: r, readOnly: s, border: a, icon: c
|
|
|
1022
1023
|
placeholder: o,
|
|
1023
1024
|
className: `${w ? "error" : ""}`,
|
|
1024
1025
|
name: d,
|
|
1025
|
-
value:
|
|
1026
|
+
value: c,
|
|
1026
1027
|
onChange: l,
|
|
1027
1028
|
onFocus: f,
|
|
1028
1029
|
onBlur: v
|
|
@@ -1030,83 +1031,83 @@ const It = ({ styleContainer: n, transparent: r, readOnly: s, border: a, icon: c
|
|
|
1030
1031
|
) })
|
|
1031
1032
|
] });
|
|
1032
1033
|
};
|
|
1033
|
-
const
|
|
1034
|
+
const L = ({ style: n, short: r, text: s }) => s ? /* @__PURE__ */ e.jsxs("div", { style: n, className: `divider-and-text ${r ? "short" : ""}`, children: [
|
|
1034
1035
|
/* @__PURE__ */ e.jsx("div", { className: `divider ${r ? "short" : ""}` }),
|
|
1035
1036
|
s,
|
|
1036
1037
|
/* @__PURE__ */ e.jsx("div", { className: `divider ${r ? "short" : ""}` })
|
|
1037
1038
|
] }) : /* @__PURE__ */ e.jsx("div", { style: n, className: `divider ${r ? "short" : ""}` });
|
|
1038
|
-
const
|
|
1039
|
+
const ut = ({ name: n, checked: r }) => /* @__PURE__ */ e.jsxs("label", { className: "radio-button-container", children: [
|
|
1039
1040
|
/* @__PURE__ */ e.jsx("input", { className: "radio-button", name: n, type: "radio", checked: r, readOnly: !0 }),
|
|
1040
1041
|
/* @__PURE__ */ e.jsx("span", {})
|
|
1041
|
-
] }),
|
|
1042
|
-
/* @__PURE__ */ e.jsx("input", { className: "radio-button", name: n, type: "radio", checked: r === s || l, value: s, onChange: a, readOnly:
|
|
1042
|
+
] }), Vt = ({ name: n, currentValue: r, value: s, onChange: a, readOnly: i, checked: l }) => /* @__PURE__ */ e.jsxs("label", { className: "radio-button-container", children: [
|
|
1043
|
+
/* @__PURE__ */ e.jsx("input", { className: "radio-button", name: n, type: "radio", checked: r === s || l, value: s, onChange: a, readOnly: i }),
|
|
1043
1044
|
/* @__PURE__ */ e.jsx("span", {})
|
|
1044
1045
|
] });
|
|
1045
|
-
const
|
|
1046
|
+
const zt = ({ style: n, icon: r, className: s, onClick: a, onContextMenu: i, children: l }) => /* @__PURE__ */ e.jsxs("button", { style: n, className: `${s} extendedFAB`, onClick: a, onContextMenu: i, children: [
|
|
1046
1047
|
r,
|
|
1047
1048
|
l ? /* @__PURE__ */ e.jsx("span", { children: l }) : null
|
|
1048
1049
|
] });
|
|
1049
|
-
const
|
|
1050
|
+
const Ut = ({ children: n, header: r }) => /* @__PURE__ */ e.jsxs("div", { className: "field-container-ui", children: [
|
|
1050
1051
|
/* @__PURE__ */ e.jsx("h4", { children: r }),
|
|
1051
1052
|
/* @__PURE__ */ e.jsx("div", { className: "field-container-content", children: n })
|
|
1052
|
-
] }),
|
|
1053
|
-
const
|
|
1054
|
-
const [
|
|
1053
|
+
] }), xt = (n) => n === "" ? [] : n.split(",").map((r) => r.trim()), an = (n) => n.join(", ");
|
|
1054
|
+
const Kt = ({ minWidth: n, value: r, onChange: s, border: a }) => {
|
|
1055
|
+
const [i, l] = N([]), [d, c] = N("");
|
|
1055
1056
|
F(() => {
|
|
1056
|
-
console.log("p0"), l(
|
|
1057
|
+
console.log("p0"), l(xt(r));
|
|
1057
1058
|
}, [r]), F(() => {
|
|
1058
|
-
console.log(
|
|
1059
|
-
}, [
|
|
1059
|
+
console.log(i);
|
|
1060
|
+
}, [i]);
|
|
1060
1061
|
const o = (f) => {
|
|
1061
|
-
|
|
1062
|
+
c(f.target.value);
|
|
1062
1063
|
}, h = R(() => {
|
|
1063
|
-
if (d === "" ||
|
|
1064
|
+
if (d === "" || i.includes(d))
|
|
1064
1065
|
return;
|
|
1065
|
-
const f = [...
|
|
1066
|
-
l(f), s && s(
|
|
1067
|
-
}, [
|
|
1068
|
-
const v =
|
|
1069
|
-
l(v), s && s(
|
|
1066
|
+
const f = [...i, d.trim()];
|
|
1067
|
+
l(f), s && s(an(f)), c("");
|
|
1068
|
+
}, [i, d]), u = (f) => {
|
|
1069
|
+
const v = i.filter((g, y) => y !== f);
|
|
1070
|
+
l(v), s && s(an(v));
|
|
1070
1071
|
};
|
|
1071
1072
|
return /* @__PURE__ */ e.jsxs("div", { className: "more-text", style: { minWidth: n }, children: [
|
|
1072
1073
|
/* @__PURE__ */ e.jsxs("div", { className: "add value", children: [
|
|
1073
|
-
/* @__PURE__ */ e.jsx(
|
|
1074
|
-
/* @__PURE__ */ e.jsx(
|
|
1074
|
+
/* @__PURE__ */ e.jsx(hn, { onChange: o, value: d, border: a }),
|
|
1075
|
+
/* @__PURE__ */ e.jsx(Hn, { children: /* @__PURE__ */ e.jsx(dn, { onClick: h, children: "add" }) })
|
|
1075
1076
|
] }),
|
|
1076
|
-
/* @__PURE__ */ e.jsx("div", { className: "chips-container", children:
|
|
1077
|
+
/* @__PURE__ */ e.jsx("div", { className: "chips-container", children: i.map((f, v) => /* @__PURE__ */ e.jsx(dt, { text: f, onDelete: () => u(v) }, v)) })
|
|
1077
1078
|
] });
|
|
1078
1079
|
};
|
|
1079
|
-
const
|
|
1080
|
+
const Xt = ({ style: n, text: r, className: s, onClick: a, onContextMenu: i }) => {
|
|
1080
1081
|
const l = U(null), d = R(() => {
|
|
1081
1082
|
if (!l.current)
|
|
1082
1083
|
return;
|
|
1083
|
-
let
|
|
1084
|
-
|
|
1084
|
+
let c = l.current.getElementsByTagName("p");
|
|
1085
|
+
c[0] && l.current.clientWidth <= c[0].clientWidth ? (c[0].className = "runing", c[0].innerHTML = `| ${r} | ${r}`) : c[0].className = "";
|
|
1085
1086
|
}, [r]);
|
|
1086
1087
|
return F(() => {
|
|
1087
1088
|
d();
|
|
1088
|
-
}, [d]), /* @__PURE__ */ e.jsx("div", { style: n, ref: l, onClick: a, onContextMenu:
|
|
1089
|
+
}, [d]), /* @__PURE__ */ e.jsx("div", { style: n, ref: l, onClick: a, onContextMenu: i, className: `runing-text ${s}`, children: /* @__PURE__ */ e.jsx("p", { children: r }) });
|
|
1089
1090
|
};
|
|
1090
|
-
const
|
|
1091
|
-
const
|
|
1092
|
-
const
|
|
1093
|
-
|
|
1091
|
+
const qt = ({ className: n, children: r, height: s }) => /* @__PURE__ */ e.jsx("div", { className: `scroll-container ${n}`, style: { height: s }, children: r });
|
|
1092
|
+
const Gt = ({ onMenu: n, onSearch: r, placeholder: s, autoChenge: a }) => {
|
|
1093
|
+
const i = U(null), [l, d] = N(""), [c, o] = N(!1), h = () => {
|
|
1094
|
+
i.current && (i.current.focus(), o(!0));
|
|
1094
1095
|
}, u = () => {
|
|
1095
|
-
|
|
1096
|
+
i.current && (i.current.focus(), i.current.value = ""), d(""), o(!0), a && r("");
|
|
1096
1097
|
}, f = () => {
|
|
1097
|
-
u(),
|
|
1098
|
+
u(), i.current && (i.current.blur(), o(!1));
|
|
1098
1099
|
}, v = (y) => {
|
|
1099
1100
|
d(y.target.value), a && r(y.target.value);
|
|
1100
1101
|
}, g = (y) => {
|
|
1101
1102
|
y.code === "Enter" && r(l);
|
|
1102
1103
|
};
|
|
1103
1104
|
return /* @__PURE__ */ e.jsx("div", { className: "search-container", children: /* @__PURE__ */ e.jsxs("div", { className: "search-field", children: [
|
|
1104
|
-
|
|
1105
|
-
/* @__PURE__ */ e.jsx("input", { placeholder: s, type: "text", ref:
|
|
1106
|
-
|
|
1105
|
+
c ? /* @__PURE__ */ e.jsx("span", { onClick: f, children: /* @__PURE__ */ e.jsx(tt, { size: 24 }) }) : n ? /* @__PURE__ */ e.jsx("span", { onClick: n, children: /* @__PURE__ */ e.jsx(xn, { size: 24 }) }) : null,
|
|
1106
|
+
/* @__PURE__ */ e.jsx("input", { placeholder: s, type: "text", ref: i, onChange: v, onKeyDown: g, value: l, onFocus: () => o(!0) }),
|
|
1107
|
+
c ? /* @__PURE__ */ e.jsx("span", { onClick: u, children: /* @__PURE__ */ e.jsx(je, { size: 24 }) }) : /* @__PURE__ */ e.jsx("span", { onClick: h, children: /* @__PURE__ */ e.jsx(lt, { size: 24 }) })
|
|
1107
1108
|
] }) });
|
|
1108
1109
|
};
|
|
1109
|
-
const
|
|
1110
|
+
const Jt = ({ visible: n, text: r, option: s }) => {
|
|
1110
1111
|
const a = () => {
|
|
1111
1112
|
s != null && s.onHide && s.onHide();
|
|
1112
1113
|
};
|
|
@@ -1118,10 +1119,10 @@ const Kt = ({ visible: n, text: r, option: s }) => {
|
|
|
1118
1119
|
s != null && s.closeButton ? /* @__PURE__ */ e.jsx("div", { className: "snackbar-close", children: /* @__PURE__ */ e.jsx("span", { onClick: a, children: /* @__PURE__ */ e.jsx(je, {}) }) }) : null
|
|
1119
1120
|
] }) : null;
|
|
1120
1121
|
};
|
|
1121
|
-
const
|
|
1122
|
-
const
|
|
1123
|
-
const [
|
|
1124
|
-
|
|
1122
|
+
const Ht = ({ name: n, onChange: r, checked: s, className: a }) => /* @__PURE__ */ e.jsx("div", { className: `swich-container ${a}`, children: /* @__PURE__ */ e.jsx("input", { type: "checkbox", name: n, onChange: r, checked: s }) });
|
|
1123
|
+
const ht = (n) => n === void 0 ? [] : Array.isArray(n) ? n : [n], Zt = ({ multiple: n, value: r, items: s, className: a, onClick: i, onContextMenu: l, onChange: d }) => {
|
|
1124
|
+
const [c, o] = N(ht(r)), h = (u) => {
|
|
1125
|
+
i && i(u);
|
|
1125
1126
|
const f = u.currentTarget;
|
|
1126
1127
|
if (!n) {
|
|
1127
1128
|
if (!f.dataset.el)
|
|
@@ -1129,48 +1130,48 @@ const xt = (n) => n === void 0 ? [] : Array.isArray(n) ? n : [n], qt = ({ multip
|
|
|
1129
1130
|
o([f.dataset.el]), d && d([f.dataset.el], u);
|
|
1130
1131
|
return;
|
|
1131
1132
|
}
|
|
1132
|
-
const v =
|
|
1133
|
-
let g =
|
|
1133
|
+
const v = c.filter((y) => y === f.dataset.el);
|
|
1134
|
+
let g = c.slice();
|
|
1134
1135
|
v.length > 0 && f.dataset.el ? g = g.filter((y) => y !== f.dataset.el) : f.dataset.el && g.push(f.dataset.el), o(g), d && d(g, u);
|
|
1135
1136
|
};
|
|
1136
|
-
return /* @__PURE__ */ e.jsx("div", { className: `sigmentedbutton-container ${a ?? ""}`, children: s.map((u, f) => /* @__PURE__ */ e.jsx("div", { className: "sigmentedbutton-item-container", children: /* @__PURE__ */ e.jsxs("button", { "data-el": u, onContextMenu: l, onClick: h, className: `sigmentedbutton-item-button ${
|
|
1137
|
-
|
|
1137
|
+
return /* @__PURE__ */ e.jsx("div", { className: `sigmentedbutton-container ${a ?? ""}`, children: s.map((u, f) => /* @__PURE__ */ e.jsx("div", { className: "sigmentedbutton-item-container", children: /* @__PURE__ */ e.jsxs("button", { "data-el": u, onContextMenu: l, onClick: h, className: `sigmentedbutton-item-button ${c.includes(u) ? "active" : ""}`, children: [
|
|
1138
|
+
c.includes(u) ? /* @__PURE__ */ e.jsx("div", { className: "icon-container", children: /* @__PURE__ */ e.jsx(ce, {}) }) : null,
|
|
1138
1139
|
/* @__PURE__ */ e.jsx("div", { className: "text-container", children: u })
|
|
1139
1140
|
] }, f) }, f)) });
|
|
1140
1141
|
};
|
|
1141
|
-
const
|
|
1142
|
+
const fn = (n) => n ? {
|
|
1142
1143
|
height: Number(window.getComputedStyle(n).getPropertyValue("height").replace("px", "")),
|
|
1143
1144
|
width: Number(window.getComputedStyle(n).getPropertyValue("width").replace("px", "")),
|
|
1144
1145
|
left: Number(n.getBoundingClientRect().left),
|
|
1145
1146
|
top: Number(n.getBoundingClientRect().top)
|
|
1146
|
-
} : void 0,
|
|
1147
|
-
let
|
|
1147
|
+
} : void 0, mn = (n, r, s, a) => {
|
|
1148
|
+
let i = { x: n, y: r };
|
|
1148
1149
|
if (!s)
|
|
1149
|
-
return
|
|
1150
|
-
let l = Number(window.getComputedStyle(s).getPropertyValue("height").replace("px", "")), d = Number(window.getComputedStyle(s).getPropertyValue("width").replace("px", "")),
|
|
1151
|
-
return
|
|
1150
|
+
return i;
|
|
1151
|
+
let l = Number(window.getComputedStyle(s).getPropertyValue("height").replace("px", "")), d = Number(window.getComputedStyle(s).getPropertyValue("width").replace("px", "")), c = r + l - document.documentElement.scrollHeight, o = n + d - document.documentElement.clientWidth;
|
|
1152
|
+
return c > 0 && (i.y = i.y - c - ((a == null ? void 0 : a.marginBottom) ?? 0)), o > 0 && (i.x = i.x - o - ((a == null ? void 0 : a.marginRight) ?? 0)), i;
|
|
1152
1153
|
};
|
|
1153
|
-
function
|
|
1154
|
-
return a + (
|
|
1154
|
+
function ft(n, r, s, a, i) {
|
|
1155
|
+
return a + (i - a) * ((n - r) / (s - r));
|
|
1155
1156
|
}
|
|
1156
|
-
const Te = 0, Re = 100,
|
|
1157
|
-
const [r, s] = N(0), [a,
|
|
1157
|
+
const Te = 0, Re = 100, Qt = (n) => {
|
|
1158
|
+
const [r, s] = N(0), [a, i] = N(!1), l = U(null), d = U(null);
|
|
1158
1159
|
F(() => {
|
|
1159
1160
|
n.value ? s(n.value) : s(0);
|
|
1160
1161
|
}, [n.value]);
|
|
1161
|
-
const
|
|
1162
|
+
const c = (f) => {
|
|
1162
1163
|
s(Number(f.target.value)), n.onChange(f);
|
|
1163
1164
|
}, o = (f, v, g) => {
|
|
1164
1165
|
if (l.current && d.current) {
|
|
1165
|
-
let y =
|
|
1166
|
+
let y = fn(d.current);
|
|
1166
1167
|
if (y)
|
|
1167
|
-
return
|
|
1168
|
+
return ft(f, v, g, 0, g - v) * (y.width - 20) / (g - v);
|
|
1168
1169
|
}
|
|
1169
1170
|
return 0;
|
|
1170
1171
|
}, h = R((f) => {
|
|
1171
|
-
|
|
1172
|
+
i(!0), n.onFocus && n.onFocus(f);
|
|
1172
1173
|
}, [n.onFocus]), u = R((f) => {
|
|
1173
|
-
|
|
1174
|
+
i(!1), n.onBlur && n.onBlur(f);
|
|
1174
1175
|
}, [n.onBlur]);
|
|
1175
1176
|
return /* @__PURE__ */ e.jsx("div", { className: "range", children: /* @__PURE__ */ e.jsxs("div", { className: "field", children: [
|
|
1176
1177
|
n.maxMinDisplay ? /* @__PURE__ */ e.jsx("div", { className: "value left", children: n.min ?? Te }) : null,
|
|
@@ -1179,14 +1180,14 @@ const Te = 0, Re = 100, Jt = (n) => {
|
|
|
1179
1180
|
/* @__PURE__ */ e.jsx("span", { className: "slider-tooltip-container" }),
|
|
1180
1181
|
/* @__PURE__ */ e.jsx("span", { className: "slider-tooltip-value", children: r })
|
|
1181
1182
|
] }) }),
|
|
1182
|
-
/* @__PURE__ */ e.jsx("input", { onMouseUp: n.onMouseUp, ref: d, step: n.step, type: "range", min: n.min ?? Te, max: n.max ?? Re, onChange:
|
|
1183
|
+
/* @__PURE__ */ e.jsx("input", { onMouseUp: n.onMouseUp, ref: d, step: n.step, type: "range", min: n.min ?? Te, max: n.max ?? Re, onChange: c, value: r, onFocus: h, onBlur: u })
|
|
1183
1184
|
] }),
|
|
1184
1185
|
n.maxMinDisplay ? /* @__PURE__ */ e.jsx("div", { className: "value right", children: n.max ?? Re }) : null
|
|
1185
1186
|
] }) });
|
|
1186
1187
|
};
|
|
1187
|
-
const
|
|
1188
|
+
const J = ({ className: n, children: r, header: s, action: a, onHide: i, style: l }) => {
|
|
1188
1189
|
function d() {
|
|
1189
|
-
|
|
1190
|
+
i && i();
|
|
1190
1191
|
}
|
|
1191
1192
|
return /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
1192
1193
|
/* @__PURE__ */ e.jsx("div", { onClick: d, style: { zIndex: "999" }, className: "backplate" }),
|
|
@@ -1196,12 +1197,12 @@ const G = ({ className: n, children: r, header: s, action: a, onHide: c, style:
|
|
|
1196
1197
|
a ? /* @__PURE__ */ e.jsx("div", { className: "dialog-action", children: a }) : null
|
|
1197
1198
|
] })
|
|
1198
1199
|
] });
|
|
1199
|
-
},
|
|
1200
|
+
}, mt = ({ onHide: n, onSave: r }) => /* @__PURE__ */ e.jsxs("div", { className: "dialog-button-container", children: [
|
|
1200
1201
|
/* @__PURE__ */ e.jsx(M, { onClick: n, children: "cancel" }),
|
|
1201
1202
|
r ? /* @__PURE__ */ e.jsx(M, { onClick: r, children: "save" }) : null
|
|
1202
|
-
] }),
|
|
1203
|
-
const [d,
|
|
1204
|
-
window.innerWidth < 720 ?
|
|
1203
|
+
] }), er = ({ style: n, className: r, header: s, children: a, onSave: i, onHide: l }) => {
|
|
1204
|
+
const [d, c] = N(!1), o = R(() => {
|
|
1205
|
+
window.innerWidth < 720 ? c(!0) : c(!1);
|
|
1205
1206
|
}, [window.innerWidth]);
|
|
1206
1207
|
F(() => {
|
|
1207
1208
|
o();
|
|
@@ -1211,66 +1212,66 @@ const G = ({ className: n, children: r, header: s, action: a, onHide: c, style:
|
|
|
1211
1212
|
const h = () => {
|
|
1212
1213
|
l && l();
|
|
1213
1214
|
}, u = () => {
|
|
1214
|
-
|
|
1215
|
+
i && i();
|
|
1215
1216
|
};
|
|
1216
1217
|
return d ? /* @__PURE__ */ e.jsxs("div", { style: n, className: `full-screen-dialog-container ${r}`, children: [
|
|
1217
1218
|
/* @__PURE__ */ e.jsxs("div", { className: "full-screen-dialog-header", children: [
|
|
1218
1219
|
/* @__PURE__ */ e.jsx("div", { className: "dialog-icon-container", children: /* @__PURE__ */ e.jsx(ie, { transparent: !0, onClick: h, icon: /* @__PURE__ */ e.jsx(je, {}) }) }),
|
|
1219
1220
|
/* @__PURE__ */ e.jsx("div", { className: "header", children: s }),
|
|
1220
|
-
/* @__PURE__ */ e.jsx("div", { className: "save-container", children:
|
|
1221
|
+
/* @__PURE__ */ e.jsx("div", { className: "save-container", children: i ? /* @__PURE__ */ e.jsx(M, { onClick: u, children: "save" }) : null })
|
|
1221
1222
|
] }),
|
|
1222
1223
|
/* @__PURE__ */ e.jsx("div", { className: "full-screen-dialog-content", style: { overflowY: "auto" }, children: a })
|
|
1223
|
-
] }) : /* @__PURE__ */ e.jsx(
|
|
1224
|
-
},
|
|
1225
|
-
const
|
|
1226
|
-
|
|
1224
|
+
] }) : /* @__PURE__ */ e.jsx(J, { style: n, header: s, className: `full-screen-dialog-base-format ${r}`, onHide: h, children: a, action: /* @__PURE__ */ e.jsx(mt, { onHide: h, onSave: i ? u : void 0 }) });
|
|
1225
|
+
}, nr = ({ styleContainer: n, text: r, header: s, actionText: a, onSuccess: i, onHide: l, onCancel: d }) => {
|
|
1226
|
+
const c = R(() => {
|
|
1227
|
+
i && i(), l && l();
|
|
1227
1228
|
}, []), o = R(() => {
|
|
1228
1229
|
d && d(), l && l();
|
|
1229
1230
|
}, []);
|
|
1230
|
-
return /* @__PURE__ */ e.jsx(
|
|
1231
|
+
return /* @__PURE__ */ e.jsx(J, { style: n, header: s, action: /* @__PURE__ */ e.jsx(vt, { onHide: o, actionText: a, onSuccess: c }), children: /* @__PURE__ */ e.jsx("p", { children: r }) });
|
|
1231
1232
|
};
|
|
1232
|
-
function
|
|
1233
|
+
function vt({ actionText: n, onSuccess: r, onHide: s }) {
|
|
1233
1234
|
return /* @__PURE__ */ e.jsxs("div", { className: "dialog-button-container", children: [
|
|
1234
1235
|
/* @__PURE__ */ e.jsx(M, { onClick: s, children: "cancel" }),
|
|
1235
1236
|
/* @__PURE__ */ e.jsx(M, { onClick: r, children: n ?? "OK" })
|
|
1236
1237
|
] });
|
|
1237
1238
|
}
|
|
1238
|
-
function
|
|
1239
|
-
const [d,
|
|
1240
|
-
n && d && n(d),
|
|
1239
|
+
function tr({ onSuccess: n, items: r, header: s, onHide: a, noHide: i = !1, name: l = "dailog_name" }) {
|
|
1240
|
+
const [d, c] = N(void 0), o = R(() => {
|
|
1241
|
+
n && d && n(d), c(void 0), !i && a && a();
|
|
1241
1242
|
}, [d]), h = R((u) => {
|
|
1242
|
-
|
|
1243
|
+
c(u);
|
|
1243
1244
|
}, []);
|
|
1244
|
-
return /* @__PURE__ */ e.jsxs(
|
|
1245
|
-
/* @__PURE__ */ e.jsx(
|
|
1246
|
-
/* @__PURE__ */ e.jsx(
|
|
1247
|
-
/* @__PURE__ */ e.jsx(
|
|
1245
|
+
return /* @__PURE__ */ e.jsxs(J, { header: s, action: /* @__PURE__ */ e.jsx(jt, { onHide: a, onSuccess: o, disabled: d === void 0 }), children: [
|
|
1246
|
+
/* @__PURE__ */ e.jsx(L, { style: { padding: "0px" } }),
|
|
1247
|
+
/* @__PURE__ */ e.jsx(Gn, { className: "transparent", scroll: !0, maxHeight: "200px", children: r.map((u, f) => /* @__PURE__ */ e.jsx("label", { children: /* @__PURE__ */ e.jsx(Jn, { hovered: !0, header: u.title, onClick: () => h(u.data), control: /* @__PURE__ */ e.jsx(ut, { name: l, checked: u.data === d }) }) }, f)) }),
|
|
1248
|
+
/* @__PURE__ */ e.jsx(L, { style: { padding: "0px" } })
|
|
1248
1249
|
] });
|
|
1249
1250
|
}
|
|
1250
|
-
function
|
|
1251
|
+
function jt({ onSuccess: n, onHide: r, disabled: s }) {
|
|
1251
1252
|
return /* @__PURE__ */ e.jsxs("div", { className: "dialog-button-container", children: [
|
|
1252
1253
|
/* @__PURE__ */ e.jsx(M, { onClick: r, children: "cancel" }),
|
|
1253
1254
|
/* @__PURE__ */ e.jsx(M, { onClick: n, disabled: s, children: "OK" })
|
|
1254
1255
|
] });
|
|
1255
1256
|
}
|
|
1256
|
-
const
|
|
1257
|
+
const rr = ({ styleContainer: n, text: r, header: s, onSuccess: a, onHide: i, placeholder: l, type: d = "text", min: c = 0, max: o = 100 }) => {
|
|
1257
1258
|
const [h, u] = N(""), f = R(() => {
|
|
1258
|
-
a && a(h),
|
|
1259
|
+
a && a(h), i && i();
|
|
1259
1260
|
}, [h]), v = (g) => {
|
|
1260
|
-
d === "number" && (Number(g) <
|
|
1261
|
+
d === "number" && (Number(g) < c && (g = String(c)), Number(g) > o && (g = String(o))), u(g);
|
|
1261
1262
|
};
|
|
1262
|
-
return /* @__PURE__ */ e.jsxs(
|
|
1263
|
+
return /* @__PURE__ */ e.jsxs(J, { style: n, header: s, action: /* @__PURE__ */ e.jsx(pt, { onHide: i, onSuccess: f }), children: [
|
|
1263
1264
|
/* @__PURE__ */ e.jsx("p", { children: r }),
|
|
1264
|
-
/* @__PURE__ */ e.jsx("div", { className: "dialog-input-container", children: /* @__PURE__ */ e.jsx(
|
|
1265
|
+
/* @__PURE__ */ e.jsx("div", { className: "dialog-input-container", children: /* @__PURE__ */ e.jsx(hn, { max: o, min: c, type: d, border: !0, placeholder: l, value: h, onChange: (g) => v(g.target.value) }) })
|
|
1265
1266
|
] });
|
|
1266
1267
|
};
|
|
1267
|
-
function
|
|
1268
|
+
function pt({ onSuccess: n, onHide: r }) {
|
|
1268
1269
|
return /* @__PURE__ */ e.jsxs("div", { className: "dialog-button-container", children: [
|
|
1269
1270
|
/* @__PURE__ */ e.jsx(M, { onClick: r, children: "cancel" }),
|
|
1270
1271
|
/* @__PURE__ */ e.jsx(M, { onClick: n, children: "OK" })
|
|
1271
1272
|
] });
|
|
1272
1273
|
}
|
|
1273
|
-
const
|
|
1274
|
+
const gt = 2050, cn = 1900, z = [
|
|
1274
1275
|
"January",
|
|
1275
1276
|
"February",
|
|
1276
1277
|
"March",
|
|
@@ -1283,17 +1284,17 @@ const pt = 2050, an = 1900, z = [
|
|
|
1283
1284
|
"October",
|
|
1284
1285
|
"November",
|
|
1285
1286
|
"December"
|
|
1286
|
-
],
|
|
1287
|
-
const [s] = N(z[(/* @__PURE__ */ new Date()).getMonth()]), [a] = N((/* @__PURE__ */ new Date()).getFullYear()), [
|
|
1287
|
+
], yt = () => Array(gt - cn).fill(0).map((n, r) => cn + r), sr = ({ onChange: n, onHide: r }) => {
|
|
1288
|
+
const [s] = N(z[(/* @__PURE__ */ new Date()).getMonth()]), [a] = N((/* @__PURE__ */ new Date()).getFullYear()), [i] = N((/* @__PURE__ */ new Date()).getDate()), [l, d] = N(z[(/* @__PURE__ */ new Date()).getMonth()]), [c, o] = N((/* @__PURE__ */ new Date()).getFullYear()), [h, u] = N({
|
|
1288
1289
|
day: (/* @__PURE__ */ new Date()).getDate(),
|
|
1289
1290
|
type: "NOW_MONTH"
|
|
1290
1291
|
/* NOW_MONTH */
|
|
1291
1292
|
}), [f, v] = N(
|
|
1292
1293
|
"DAYS"
|
|
1293
1294
|
/* DAYS */
|
|
1294
|
-
), g = (j, _) => new Date(j, _ + 1, 0).getDate(), y = (j, _,
|
|
1295
|
-
let
|
|
1296
|
-
return
|
|
1295
|
+
), g = (j, _) => new Date(j, _ + 1, 0).getDate(), y = (j, _, W) => new Date(j, _, W).getDay(), w = (j, _) => {
|
|
1296
|
+
let W = Array(g(j, _)).fill(0).map((oe, X) => ({ type: "NOW_MONTH", day: X + 1 })), K = y(j, _, g(j, _)), ee = Array(7 - K).fill(0).map((oe, X) => ({ type: "NEXT_MONTH", day: X + 1 }));
|
|
1297
|
+
return W = Array(y(j, _, 0)).fill(0).map((oe, X) => ({ type: "PREV_MONTH", day: g(_ ? j : j - 1, _ ? _ - 1 : 11) - X })).reverse().concat(W).concat(ee), W;
|
|
1297
1298
|
}, S = (j) => {
|
|
1298
1299
|
v(
|
|
1299
1300
|
"DAYS"
|
|
@@ -1308,9 +1309,9 @@ const pt = 2050, an = 1900, z = [
|
|
|
1308
1309
|
u(j);
|
|
1309
1310
|
}, B = R(() => {
|
|
1310
1311
|
let j = /* @__PURE__ */ new Date();
|
|
1311
|
-
j.setFullYear(
|
|
1312
|
-
}, [l,
|
|
1313
|
-
return /* @__PURE__ */ e.jsxs(
|
|
1312
|
+
j.setFullYear(c), h.type === "NEXT_MONTH" ? l === z[11] ? (j.setMonth(0), j.setFullYear(c + 1)) : j.setMonth(z.indexOf(l) + 1) : h.type === "PREV_MONTH" ? l === z[0] ? (j.setMonth(11), j.setFullYear(c - 1)) : j.setMonth(z.indexOf(l) - 1) : j.setMonth(z.indexOf(l)), j.setDate(h.day), n && n(j.getFullYear(), j.getMonth(), j.getDate()), r && r();
|
|
1313
|
+
}, [l, c, n, r, h]);
|
|
1314
|
+
return /* @__PURE__ */ e.jsxs(J, { className: "calendar-body-container", style: { maxWidth: "328px" }, children: [
|
|
1314
1315
|
/* @__PURE__ */ e.jsxs("div", { className: "calendar-body-select-container", children: [
|
|
1315
1316
|
/* @__PURE__ */ e.jsx("div", { className: "month", children: /* @__PURE__ */ e.jsxs("span", { className: f === "MONTHS" ? "active" : "", onClick: () => v(
|
|
1316
1317
|
"MONTHS"
|
|
@@ -1318,22 +1319,22 @@ const pt = 2050, an = 1900, z = [
|
|
|
1318
1319
|
), children: [
|
|
1319
1320
|
l,
|
|
1320
1321
|
" ",
|
|
1321
|
-
/* @__PURE__ */ e.jsx(
|
|
1322
|
+
/* @__PURE__ */ e.jsx(sn, {})
|
|
1322
1323
|
] }) }),
|
|
1323
1324
|
/* @__PURE__ */ e.jsx("div", { className: "years", children: /* @__PURE__ */ e.jsxs("span", { className: f === "YEARS" ? "active" : "", onClick: () => v(
|
|
1324
1325
|
"YEARS"
|
|
1325
1326
|
/* YEARS */
|
|
1326
1327
|
), children: [
|
|
1327
|
-
|
|
1328
|
+
c,
|
|
1328
1329
|
" ",
|
|
1329
|
-
/* @__PURE__ */ e.jsx(
|
|
1330
|
+
/* @__PURE__ */ e.jsx(sn, {})
|
|
1330
1331
|
] }) })
|
|
1331
1332
|
] }),
|
|
1332
1333
|
f === "MONTHS" ? /* @__PURE__ */ e.jsx("div", { className: "calendar-body-months-container", children: z.map((j, _) => /* @__PURE__ */ e.jsxs("div", { className: "calendar-body-months-item", onClick: () => O(j), children: [
|
|
1333
1334
|
/* @__PURE__ */ e.jsx("div", { className: "status-container", children: l === j ? /* @__PURE__ */ e.jsx(ce, {}) : null }),
|
|
1334
1335
|
/* @__PURE__ */ e.jsx("div", { className: "content", children: j })
|
|
1335
|
-
] }, _)) }) : f === "YEARS" ? /* @__PURE__ */ e.jsx("div", { className: "calendar-body-years-container", children:
|
|
1336
|
-
/* @__PURE__ */ e.jsx("div", { className: "status-container", children:
|
|
1336
|
+
] }, _)) }) : f === "YEARS" ? /* @__PURE__ */ e.jsx("div", { className: "calendar-body-years-container", children: yt().map((j, _) => /* @__PURE__ */ e.jsxs("div", { className: "calendar-body-year-item", onClick: () => S(j), children: [
|
|
1337
|
+
/* @__PURE__ */ e.jsx("div", { className: "status-container", children: c === j ? /* @__PURE__ */ e.jsx(ce, {}) : null }),
|
|
1337
1338
|
/* @__PURE__ */ e.jsx("div", { className: "content", children: j })
|
|
1338
1339
|
] }, _)) }) : /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
1339
1340
|
/* @__PURE__ */ e.jsxs("div", { className: "calendar-body-dayofweek-container", children: [
|
|
@@ -1345,7 +1346,7 @@ const pt = 2050, an = 1900, z = [
|
|
|
1345
1346
|
/* @__PURE__ */ e.jsx("span", { children: "S" }),
|
|
1346
1347
|
/* @__PURE__ */ e.jsx("span", { children: "S" })
|
|
1347
1348
|
] }),
|
|
1348
|
-
/* @__PURE__ */ e.jsx("div", { className: "calendar-body-days-container", children: w(
|
|
1349
|
+
/* @__PURE__ */ e.jsx("div", { className: "calendar-body-days-container", children: w(c, z.indexOf(l)).map((j, _) => /* @__PURE__ */ e.jsx("div", { className: `day ${j.type !== "NOW_MONTH" ? "other" : ""} ${i === j.day && c === a && l === s ? "now" : ""} ${j.day === h.day && j.type === h.type ? "select" : ""}`, onClick: () => E(j), children: j.day }, _)) })
|
|
1349
1350
|
] }),
|
|
1350
1351
|
/* @__PURE__ */ e.jsxs("div", { className: "calendar-body-action-container", children: [
|
|
1351
1352
|
/* @__PURE__ */ e.jsx(M, { className: "little m-0", onClick: r, children: "Cancel" }),
|
|
@@ -1353,8 +1354,8 @@ const pt = 2050, an = 1900, z = [
|
|
|
1353
1354
|
] })
|
|
1354
1355
|
] });
|
|
1355
1356
|
};
|
|
1356
|
-
const
|
|
1357
|
-
const [
|
|
1357
|
+
const bt = ({ setHours: n, setMinutes: r, switchMode: s, hours: a, minutes: i, onCancel: l, onOK: d }) => {
|
|
1358
|
+
const [c, o] = N(!1), h = R((v) => {
|
|
1358
1359
|
n(v), o(!0);
|
|
1359
1360
|
}, [n]), u = R((v) => {
|
|
1360
1361
|
r(v), o(!1);
|
|
@@ -1370,19 +1371,19 @@ const yt = ({ setHours: n, setMinutes: r, switchMode: s, hours: a, minutes: c, o
|
|
|
1370
1371
|
] }),
|
|
1371
1372
|
/* @__PURE__ */ e.jsx("div", { className: "time-separator", children: ":" }),
|
|
1372
1373
|
/* @__PURE__ */ e.jsxs("div", { className: "time-input minutes", children: [
|
|
1373
|
-
/* @__PURE__ */ e.jsx("div", { className: "input-container", children: /* @__PURE__ */ e.jsx("input", { disabled: !0, type: "number", value:
|
|
1374
|
+
/* @__PURE__ */ e.jsx("div", { className: "input-container", children: /* @__PURE__ */ e.jsx("input", { disabled: !0, type: "number", value: i, min: 0, max: 60 }) }),
|
|
1374
1375
|
/* @__PURE__ */ e.jsx("span", { className: "text-sm", children: "Minute" })
|
|
1375
1376
|
] })
|
|
1376
1377
|
] }),
|
|
1377
|
-
/* @__PURE__ */ e.jsx("div", { className: "clock-input-container", children:
|
|
1378
|
+
/* @__PURE__ */ e.jsx("div", { className: "clock-input-container", children: c ? /* @__PURE__ */ e.jsx(Nt, { setMinutes: u }) : /* @__PURE__ */ e.jsx(kt, { setHours: h }) }),
|
|
1378
1379
|
/* @__PURE__ */ e.jsxs("div", { className: "enter-time-action", children: [
|
|
1379
|
-
/* @__PURE__ */ e.jsx("div", { className: "enter-time-icon", onClick: () => s(), children: /* @__PURE__ */ e.jsx(
|
|
1380
|
+
/* @__PURE__ */ e.jsx("div", { className: "enter-time-icon", onClick: () => s(), children: /* @__PURE__ */ e.jsx(it, {}) }),
|
|
1380
1381
|
/* @__PURE__ */ e.jsx(M, { className: "little", onClick: f, children: "Cancel" }),
|
|
1381
1382
|
/* @__PURE__ */ e.jsx(M, { className: "little", onClick: d, children: "OK" })
|
|
1382
1383
|
] })
|
|
1383
1384
|
] });
|
|
1384
1385
|
};
|
|
1385
|
-
function
|
|
1386
|
+
function kt({ setHours: n }) {
|
|
1386
1387
|
return /* @__PURE__ */ e.jsxs("div", { className: "clock-input", children: [
|
|
1387
1388
|
/* @__PURE__ */ e.jsxs("div", { className: "clock-input-am", children: [
|
|
1388
1389
|
/* @__PURE__ */ e.jsx("span", { onClick: () => n(1), children: "1" }),
|
|
@@ -1415,7 +1416,7 @@ function bt({ setHours: n }) {
|
|
|
1415
1416
|
/* @__PURE__ */ e.jsx("span", { className: "center" })
|
|
1416
1417
|
] });
|
|
1417
1418
|
}
|
|
1418
|
-
function
|
|
1419
|
+
function Nt({ setMinutes: n }) {
|
|
1419
1420
|
return /* @__PURE__ */ e.jsxs("div", { className: "clock-input", children: [
|
|
1420
1421
|
/* @__PURE__ */ e.jsxs("div", { className: "clock-input-minute", children: [
|
|
1421
1422
|
/* @__PURE__ */ e.jsx("span", { onClick: () => n(0), children: "00" }),
|
|
@@ -1434,8 +1435,8 @@ function kt({ setMinutes: n }) {
|
|
|
1434
1435
|
/* @__PURE__ */ e.jsx("span", { className: "center" })
|
|
1435
1436
|
] });
|
|
1436
1437
|
}
|
|
1437
|
-
const
|
|
1438
|
-
const
|
|
1438
|
+
const Ct = ({ setHours: n, setMinutes: r, switchMode: s, minutes: a, hours: i, onCancel: l, onOK: d }) => {
|
|
1439
|
+
const c = (h) => {
|
|
1439
1440
|
let u = Number(h.target.value);
|
|
1440
1441
|
u < 0 && (u = 0), u > 23 && (u = 23), n(u);
|
|
1441
1442
|
}, o = (h) => {
|
|
@@ -1446,7 +1447,7 @@ const Nt = ({ setHours: n, setMinutes: r, switchMode: s, minutes: a, hours: c, o
|
|
|
1446
1447
|
/* @__PURE__ */ e.jsx("div", { className: "time-type", children: /* @__PURE__ */ e.jsx("p", { className: "text-sm", children: "Enter time" }) }),
|
|
1447
1448
|
/* @__PURE__ */ e.jsxs("div", { className: "time-input-container", children: [
|
|
1448
1449
|
/* @__PURE__ */ e.jsxs("div", { className: "time-input hours", children: [
|
|
1449
|
-
/* @__PURE__ */ e.jsx("div", { className: "input-container", children: /* @__PURE__ */ e.jsx("input", { type: "number", min: 0, max: 23, value:
|
|
1450
|
+
/* @__PURE__ */ e.jsx("div", { className: "input-container", children: /* @__PURE__ */ e.jsx("input", { type: "number", min: 0, max: 23, value: i, onChange: c }) }),
|
|
1450
1451
|
/* @__PURE__ */ e.jsx("span", { className: "text-sm", children: "Hour" })
|
|
1451
1452
|
] }),
|
|
1452
1453
|
/* @__PURE__ */ e.jsx("div", { className: "time-separator", children: ":" }),
|
|
@@ -1456,29 +1457,29 @@ const Nt = ({ setHours: n, setMinutes: r, switchMode: s, minutes: a, hours: c, o
|
|
|
1456
1457
|
] })
|
|
1457
1458
|
] }),
|
|
1458
1459
|
/* @__PURE__ */ e.jsxs("div", { className: "enter-time-action", children: [
|
|
1459
|
-
/* @__PURE__ */ e.jsx("div", { className: "enter-time-icon", onClick: () => s(), children: /* @__PURE__ */ e.jsx(
|
|
1460
|
+
/* @__PURE__ */ e.jsx("div", { className: "enter-time-icon", onClick: () => s(), children: /* @__PURE__ */ e.jsx(st, {}) }),
|
|
1460
1461
|
/* @__PURE__ */ e.jsx(M, { className: "little", onClick: l, children: "Cancel" }),
|
|
1461
1462
|
/* @__PURE__ */ e.jsx(M, { className: "little", onClick: d, children: "OK" })
|
|
1462
1463
|
] })
|
|
1463
1464
|
] });
|
|
1464
|
-
},
|
|
1465
|
-
const [r, s] = N(n.minutes ?? 0), [a,
|
|
1466
|
-
n.onHide && n.onHide(), s(0),
|
|
1465
|
+
}, ar = (n) => {
|
|
1466
|
+
const [r, s] = N(n.minutes ?? 0), [a, i] = N(n.hours ?? 0), [l, d] = N(!0), c = () => {
|
|
1467
|
+
n.onHide && n.onHide(), s(0), i(0);
|
|
1467
1468
|
}, o = R((u) => {
|
|
1468
1469
|
s(u), n.onChange && n.onChange(a, u), n.onHide && n.onHide();
|
|
1469
1470
|
}, [a]), h = R(() => {
|
|
1470
1471
|
n.onChange && n.onChange(a, r), n.onHide && n.onHide();
|
|
1471
1472
|
}, [a, r]);
|
|
1472
|
-
return l ? /* @__PURE__ */ e.jsx(
|
|
1473
|
+
return l ? /* @__PURE__ */ e.jsx(J, { className: "enter-time-container", children: /* @__PURE__ */ e.jsx(bt, { setMinutes: o, setHours: i, minutes: r, hours: a, switchMode: () => d(!1), onCancel: c, onOK: h }) }) : /* @__PURE__ */ e.jsx(J, { className: "enter-time-container", children: /* @__PURE__ */ e.jsx(Ct, { setMinutes: s, setHours: i, minutes: r, hours: a, switchMode: () => d(!0), onCancel: c, onOK: h }) });
|
|
1473
1474
|
};
|
|
1474
|
-
const
|
|
1475
|
-
const [a,
|
|
1476
|
-
if (!
|
|
1475
|
+
const ir = ({ onChange: n, value: r, className: s }) => {
|
|
1476
|
+
const [a, i] = N(r || []), l = R((c) => {
|
|
1477
|
+
if (!c)
|
|
1477
1478
|
return;
|
|
1478
1479
|
let o = a.slice();
|
|
1479
|
-
const h = o.indexOf(
|
|
1480
|
-
h !== -1 && !
|
|
1481
|
-
}, [a]), d = R((
|
|
1480
|
+
const h = o.indexOf(c.target.name);
|
|
1481
|
+
h !== -1 && !c.target.checked ? o = o.filter((u, f) => f !== h) : h === -1 && c.target.checked && o.push(c.target.name), i(o), n && n(o);
|
|
1482
|
+
}, [a]), d = R((c) => a.indexOf(c) !== -1, [a]);
|
|
1482
1483
|
return /* @__PURE__ */ e.jsx(e.Fragment, { children: /* @__PURE__ */ e.jsxs("div", { className: `days-week-field-container ${s}`, children: [
|
|
1483
1484
|
/* @__PURE__ */ e.jsxs("label", { children: [
|
|
1484
1485
|
/* @__PURE__ */ e.jsx("input", { type: "checkbox", onChange: l, name: "Mon", checked: d("Mon") }),
|
|
@@ -1510,12 +1511,12 @@ const tr = ({ onChange: n, value: r, className: s }) => {
|
|
|
1510
1511
|
] })
|
|
1511
1512
|
] }) });
|
|
1512
1513
|
};
|
|
1513
|
-
const
|
|
1514
|
+
const cr = ({ children: n }) => /* @__PURE__ */ e.jsx("div", { className: "adaptiv-grid-item", children: /* @__PURE__ */ e.jsx("div", { className: "adaptiv-grid-item-container", children: n }) }), lr = ({ minWith: n, children: r, className: s, gridRowGap: a = "10px", gridColumnGap: i = "5px", itemMinWith: l, itemMaxWith: d, itemWith: c = "400px" }) => {
|
|
1514
1515
|
const o = U(null), [h, u] = N([]), f = R(() => {
|
|
1515
1516
|
if (!o.current)
|
|
1516
1517
|
return;
|
|
1517
|
-
o.current.style.display = "grid", o.current.style.gridRowGap = a, o.current.style.gridColumnGap =
|
|
1518
|
-
let y = l ??
|
|
1518
|
+
o.current.style.display = "grid", o.current.style.gridRowGap = a, o.current.style.gridColumnGap = i;
|
|
1519
|
+
let y = l ?? c, w = d ?? c;
|
|
1519
1520
|
o.current.style.gridTemplateColumns = "repeat(auto-fill, minmax(" + y + ", " + w + "))", o.current.style.gridAutoRows = "0", h.forEach((S) => {
|
|
1520
1521
|
S.style.gridAutoRows = "0", S.style.gridAutoColumns = "0";
|
|
1521
1522
|
});
|
|
@@ -1543,7 +1544,7 @@ const rr = ({ children: n }) => /* @__PURE__ */ e.jsx("div", { className: "adapt
|
|
|
1543
1544
|
window.addEventListener("resize", v);
|
|
1544
1545
|
}), [v]), /* @__PURE__ */ e.jsx("div", { style: { minWidth: n }, ref: o, className: `adaptiv-grid-layout ${s}`, children: r });
|
|
1545
1546
|
};
|
|
1546
|
-
const
|
|
1547
|
+
const wt = ({ item: n, isIcon: r, globalClick: s }) => {
|
|
1547
1548
|
const a = () => {
|
|
1548
1549
|
n.onClick && n.onClick(), s && s();
|
|
1549
1550
|
};
|
|
@@ -1552,238 +1553,259 @@ const Ct = ({ item: n, isIcon: r, globalClick: s }) => {
|
|
|
1552
1553
|
/* @__PURE__ */ e.jsx("div", { className: "menu-text-container", children: n.title }),
|
|
1553
1554
|
/* @__PURE__ */ e.jsx("div", { className: "menu-status-container", children: n.activated ? /* @__PURE__ */ e.jsx(ce, {}) : null })
|
|
1554
1555
|
] });
|
|
1555
|
-
},
|
|
1556
|
-
const
|
|
1557
|
-
function
|
|
1556
|
+
}, Et = ({ items: n, onHide: r, smallDisplay: s, globalClick: a }) => {
|
|
1557
|
+
const i = U(null), [l, d] = N({ left: "0px", top: "0px" });
|
|
1558
|
+
function c(o) {
|
|
1558
1559
|
for (let h of o)
|
|
1559
1560
|
if (h.icon)
|
|
1560
1561
|
return !0;
|
|
1561
1562
|
return !1;
|
|
1562
1563
|
}
|
|
1563
1564
|
return F(() => {
|
|
1564
|
-
if (!
|
|
1565
|
+
if (!i.current)
|
|
1565
1566
|
return;
|
|
1566
|
-
let o =
|
|
1567
|
+
let o = fn(i.current.parentElement);
|
|
1567
1568
|
if (!o)
|
|
1568
1569
|
return;
|
|
1569
|
-
let h =
|
|
1570
|
+
let h = mn(o.left + o.width, o.top, i.current, { marginRight: o.width });
|
|
1570
1571
|
d({
|
|
1571
1572
|
left: h.x - o.left + "px",
|
|
1572
1573
|
top: h.y - o.top + "px"
|
|
1573
1574
|
});
|
|
1574
1575
|
}, []), /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
1575
|
-
/* @__PURE__ */ e.jsx("div", { ref:
|
|
1576
|
+
/* @__PURE__ */ e.jsx("div", { ref: i, className: "menu-sub-block", style: { ...l }, children: n.map((o, h) => /* @__PURE__ */ e.jsx(wt, { item: o, isIcon: c(n), globalClick: a }, h)) }),
|
|
1576
1577
|
s ? null : /* @__PURE__ */ e.jsx("div", { style: { zIndex: 4 }, className: "backplate", onClick: r })
|
|
1577
1578
|
] });
|
|
1578
|
-
},
|
|
1579
|
-
const [d,
|
|
1580
|
-
a.subItems ?
|
|
1579
|
+
}, Tt = ({ onHide: n, autoHide: r, globalClick: s, item: a, isIcon: i, smallDisplay: l }) => {
|
|
1580
|
+
const [d, c] = N(!1), o = R(() => {
|
|
1581
|
+
a.subItems ? c((h) => !h) : a.onClick && a.onClick(), s && s(), r && n && n();
|
|
1581
1582
|
}, [a.onClick]);
|
|
1582
1583
|
return /* @__PURE__ */ e.jsxs("div", { className: "menu-item-conatiner", children: [
|
|
1583
1584
|
/* @__PURE__ */ e.jsxs("div", { className: "menu-item", onClick: o, children: [
|
|
1584
|
-
|
|
1585
|
+
i ? /* @__PURE__ */ e.jsx("div", { className: "menu-icon-container", children: a.icon }) : null,
|
|
1585
1586
|
/* @__PURE__ */ e.jsx("div", { className: "menu-text-container", children: a.title }),
|
|
1586
1587
|
/* @__PURE__ */ e.jsx("div", { className: "menu-status-container", children: a.subItems ? /* @__PURE__ */ e.jsx("span", { className: `menu-status-submenu ${d ? "active" : ""}` }) : a.activated ? /* @__PURE__ */ e.jsx(ce, {}) : /* @__PURE__ */ e.jsx("span", { className: "none-status" }) })
|
|
1587
1588
|
] }),
|
|
1588
|
-
d && a.subItems ? /* @__PURE__ */ e.jsx(
|
|
1589
|
+
d && a.subItems ? /* @__PURE__ */ e.jsx(Et, { items: a.subItems, onHide: () => c(!1), smallDisplay: l }) : null
|
|
1589
1590
|
] });
|
|
1590
1591
|
};
|
|
1591
|
-
function
|
|
1592
|
+
function vn({ block: n, smallDisplay: r, onHide: s, globalClick: a, autoHide: i }) {
|
|
1592
1593
|
function l(d) {
|
|
1593
|
-
for (let
|
|
1594
|
-
if (
|
|
1594
|
+
for (let c of d.items)
|
|
1595
|
+
if (c.icon)
|
|
1595
1596
|
return !0;
|
|
1596
1597
|
return !1;
|
|
1597
1598
|
}
|
|
1598
|
-
return /* @__PURE__ */ e.jsx("div", { className: "menu-block", children: n.items.map((d,
|
|
1599
|
+
return /* @__PURE__ */ e.jsx("div", { className: "menu-block", children: n.items.map((d, c) => /* @__PURE__ */ e.jsx(Tt, { globalClick: a, autoHide: i, onHide: s, item: d, isIcon: l(n), smallDisplay: r }, c)) });
|
|
1599
1600
|
}
|
|
1600
|
-
const
|
|
1601
|
-
const r = U(null), [s, a] = N({ left: "0px", top: "0px" }),
|
|
1601
|
+
const Rt = 100, or = (n) => {
|
|
1602
|
+
const r = U(null), [s, a] = N({ left: "0px", top: "0px" }), i = () => {
|
|
1602
1603
|
n.onHide && n.onHide();
|
|
1603
1604
|
};
|
|
1604
1605
|
return F(() => {
|
|
1605
|
-
let l =
|
|
1606
|
+
let l = mn(n.x, n.y, r.current, { marginBottom: Rt });
|
|
1606
1607
|
a({
|
|
1607
1608
|
left: l.x + "px",
|
|
1608
1609
|
top: l.y + "px"
|
|
1609
1610
|
});
|
|
1610
1611
|
}, [n.x, n.y]), n.visible ? /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
1611
1612
|
/* @__PURE__ */ e.jsx("div", { ref: r, className: "menu-container", style: { ...s, opacity: s.top !== "0px" ? "100%" : "0%", width: n.width, maxWidth: n.width ? "100%" : void 0 }, children: n.blocks.map((l, d) => /* @__PURE__ */ e.jsxs(ve.Fragment, { children: [
|
|
1612
|
-
d !== 0 ? /* @__PURE__ */ e.jsx(
|
|
1613
|
-
/* @__PURE__ */ e.jsx(
|
|
1613
|
+
d !== 0 ? /* @__PURE__ */ e.jsx(L, {}) : null,
|
|
1614
|
+
/* @__PURE__ */ e.jsx(vn, { block: l, smallDisplay: !1, globalClick: n.onClick, autoHide: n.autoHide, onHide: i })
|
|
1614
1615
|
] }, d)) }),
|
|
1615
|
-
/* @__PURE__ */ e.jsx("div", { style: { zIndex: 1600 }, className: "backplate", onClick:
|
|
1616
|
+
/* @__PURE__ */ e.jsx("div", { style: { zIndex: 1600 }, className: "backplate", onClick: i, onContextMenu: (l) => {
|
|
1616
1617
|
l.preventDefault();
|
|
1617
1618
|
} })
|
|
1618
1619
|
] }) : null;
|
|
1619
|
-
},
|
|
1620
|
+
}, dr = (n) => {
|
|
1620
1621
|
const r = () => {
|
|
1621
1622
|
};
|
|
1622
|
-
return /* @__PURE__ */ e.jsx(
|
|
1623
|
-
a !== 0 ? /* @__PURE__ */ e.jsx(
|
|
1624
|
-
/* @__PURE__ */ e.jsx(
|
|
1623
|
+
return /* @__PURE__ */ e.jsx(Zn, { onHide: n.onHide || r, visible: n.visible, children: /* @__PURE__ */ e.jsx("div", { className: "bottom-sheets-menu-container", children: n.blocks.map((s, a) => /* @__PURE__ */ e.jsxs(ve.Fragment, { children: [
|
|
1624
|
+
a !== 0 ? /* @__PURE__ */ e.jsx(L, {}) : null,
|
|
1625
|
+
/* @__PURE__ */ e.jsx(vn, { block: s, smallDisplay: !0 })
|
|
1625
1626
|
] }, a)) }) });
|
|
1626
1627
|
};
|
|
1627
|
-
function
|
|
1628
|
+
function _t(n) {
|
|
1628
1629
|
let r = [];
|
|
1629
1630
|
if (n.length > 0)
|
|
1630
1631
|
for (let s of n)
|
|
1631
1632
|
for (let a in s) {
|
|
1632
|
-
let
|
|
1633
|
+
let i = !1;
|
|
1633
1634
|
for (let l of r)
|
|
1634
|
-
l.field === a && (
|
|
1635
|
-
|
|
1635
|
+
l.field === a && (i = !0);
|
|
1636
|
+
i || r.push({
|
|
1636
1637
|
title: a,
|
|
1637
1638
|
field: a
|
|
1638
1639
|
});
|
|
1639
1640
|
}
|
|
1640
1641
|
return r;
|
|
1641
1642
|
}
|
|
1642
|
-
const
|
|
1643
|
-
function c
|
|
1643
|
+
const St = ({ data: n, column: r, color: s, backgroundColor: a }) => {
|
|
1644
|
+
function i(c, o) {
|
|
1644
1645
|
for (let h in o)
|
|
1645
|
-
if (
|
|
1646
|
+
if (c === h)
|
|
1646
1647
|
return o[h];
|
|
1647
1648
|
}
|
|
1648
|
-
function l(
|
|
1649
|
-
return typeof
|
|
1649
|
+
function l(c) {
|
|
1650
|
+
return typeof c == "number" || typeof c == "string" ? { content: c } : c;
|
|
1650
1651
|
}
|
|
1651
|
-
function d(
|
|
1652
|
-
return
|
|
1652
|
+
function d(c) {
|
|
1653
|
+
return c ? Array.isArray(c) ? c.map((o) => l(o)) : [l(c)] : [];
|
|
1653
1654
|
}
|
|
1654
|
-
return /* @__PURE__ */ e.jsx("td", { style: { backgroundColor: a }, children: d(
|
|
1655
|
-
},
|
|
1655
|
+
return /* @__PURE__ */ e.jsx("td", { style: { backgroundColor: a }, children: d(i(r.field, n)).map((c, o) => /* @__PURE__ */ e.jsx("p", { style: { color: c.color ?? s }, className: c.onClick ? "no-click" : "", onClick: c.onClick, children: typeof c.content == "string" || typeof c.content == "number" ? c.content : /* @__PURE__ */ e.jsx(c.content, {}) }, o)) });
|
|
1656
|
+
}, $t = ({ actions: n, item: r, columns: s, onContextMenu: a, onDelete: i, onEdit: l, onClickRow: d, index: c }) => {
|
|
1656
1657
|
const o = (u) => !u.target.closest(".no-click"), h = (u) => {
|
|
1657
|
-
o(u) && d && d(r,
|
|
1658
|
+
o(u) && d && d(r, c);
|
|
1658
1659
|
};
|
|
1659
1660
|
return /* @__PURE__ */ e.jsxs("tr", { className: "table-row", onClick: h, children: [
|
|
1660
|
-
s.map((u, f) => /* @__PURE__ */ e.jsx(
|
|
1661
|
-
n ? /* @__PURE__ */ e.jsx("td", { className: "w-[180px] no-click", children: /* @__PURE__ */ e.jsx("div", { className: "table-edit-button", children: n.map((u, f) => /* @__PURE__ */ e.jsx(ie, { transparent: !0, icon: u.icon, onClick: (v) => u.onClick(v, r,
|
|
1662
|
-
a ||
|
|
1663
|
-
l ? /* @__PURE__ */ e.jsx(ie, { transparent: !0, icon: /* @__PURE__ */ e.jsx(
|
|
1664
|
-
|
|
1665
|
-
a ? /* @__PURE__ */ e.jsx(ie, { transparent: !0, icon: /* @__PURE__ */ e.jsx(
|
|
1661
|
+
s.map((u, f) => /* @__PURE__ */ e.jsx(St, { color: u.color, backgroundColor: u.backgroundColor, column: u, data: r }, f)),
|
|
1662
|
+
n ? /* @__PURE__ */ e.jsx("td", { className: "w-[180px] no-click", children: /* @__PURE__ */ e.jsx("div", { className: "table-edit-button", children: n.map((u, f) => /* @__PURE__ */ e.jsx(ie, { transparent: !0, icon: u.icon, onClick: (v) => u.onClick(v, r, c) }, f)) }) }) : null,
|
|
1663
|
+
a || i || l ? /* @__PURE__ */ e.jsx("td", { className: "w-[180px] table-edit-button no-click", children: /* @__PURE__ */ e.jsxs("div", { className: "table-edit-button", children: [
|
|
1664
|
+
l ? /* @__PURE__ */ e.jsx(ie, { transparent: !0, icon: /* @__PURE__ */ e.jsx(ct, {}), onClick: () => l(r, c) }) : null,
|
|
1665
|
+
i ? /* @__PURE__ */ e.jsx(ie, { transparent: !0, icon: /* @__PURE__ */ e.jsx(ot, { className: "text-red-500" }), onClick: () => i(r, c) }) : null,
|
|
1666
|
+
a ? /* @__PURE__ */ e.jsx(ie, { transparent: !0, icon: /* @__PURE__ */ e.jsx(at, {}), onClick: (u) => a(u, r, c) }) : null
|
|
1666
1667
|
] }) }) : null
|
|
1667
1668
|
] });
|
|
1668
|
-
},
|
|
1669
|
-
const [o] = N(r ??
|
|
1670
|
-
return /* @__PURE__ */ e.jsx("div", { className: `table-container mt-3 ${d ? "clicked" : ""} ${
|
|
1669
|
+
}, ur = ({ data: n, columns: r, onDelete: s, onContextMenu: a, onEdit: i, actions: l, onClickRow: d, adaptive: c }) => {
|
|
1670
|
+
const [o] = N(r ?? _t(n));
|
|
1671
|
+
return /* @__PURE__ */ e.jsx("div", { className: `table-container mt-3 ${d ? "clicked" : ""} ${c ? "auto-rotate" : ""}`, children: /* @__PURE__ */ e.jsxs("table", { children: [
|
|
1671
1672
|
/* @__PURE__ */ e.jsx("thead", { children: /* @__PURE__ */ e.jsxs("tr", { children: [
|
|
1672
1673
|
o.map((h, u) => /* @__PURE__ */ e.jsx("th", { className: "min-width", children: h.title }, u)),
|
|
1673
1674
|
l ? /* @__PURE__ */ e.jsx("th", { className: "table-actions-header", children: "actions" }) : null,
|
|
1674
|
-
s || a ||
|
|
1675
|
+
s || a || i ? /* @__PURE__ */ e.jsx("th", { className: "table-actions-header" }) : null
|
|
1675
1676
|
] }) }),
|
|
1676
|
-
/* @__PURE__ */ e.jsx("tbody", { children: n.map((h, u) => /* @__PURE__ */ e.jsx(
|
|
1677
|
+
/* @__PURE__ */ e.jsx("tbody", { children: n.map((h, u) => /* @__PURE__ */ e.jsx($t, { onClickRow: d, actions: l, index: u, columns: o, item: h, onDelete: s, onContextMenu: a, onEdit: i }, u)) })
|
|
1677
1678
|
] }) });
|
|
1678
1679
|
};
|
|
1679
|
-
const
|
|
1680
|
+
const Ot = ({ icon: n, title: r, to: s }) => /* @__PURE__ */ e.jsxs(Oe, { to: s, className: "navigation-item", children: [
|
|
1680
1681
|
/* @__PURE__ */ e.jsx("div", { className: "navigation-item-icon", children: n }),
|
|
1681
1682
|
/* @__PURE__ */ e.jsx("div", { className: "navigation-item-text", children: r })
|
|
1682
|
-
] }),
|
|
1683
|
+
] }), Dt = ({ onClick: n, icon: r, title: s }) => /* @__PURE__ */ e.jsxs("div", { onClick: n, className: "navigation-item", children: [
|
|
1683
1684
|
/* @__PURE__ */ e.jsx("div", { className: "navigation-item-icon", children: r }),
|
|
1684
1685
|
/* @__PURE__ */ e.jsx("div", { className: "navigation-item-text", children: s })
|
|
1685
|
-
] }),
|
|
1686
|
-
const
|
|
1686
|
+
] }), xr = ({ btns: n }) => /* @__PURE__ */ e.jsx("div", { className: "navigation-bar-container", children: /* @__PURE__ */ e.jsx("div", { className: "block-content", children: n.map((r, s) => r.type === "button" ? /* @__PURE__ */ e.jsx(Dt, { icon: r.icon, onClick: r.onClick, title: r.text }, s) : r.type === "link" ? /* @__PURE__ */ e.jsx(Ot, { icon: r.icon, to: r.to, title: r.text }, s) : null) }) });
|
|
1687
|
+
const ln = ({ onClick: n, icon: r, title: s, to: a }) => /* @__PURE__ */ e.jsxs(Oe, { onClick: n, to: a, className: "navigation-item", children: [
|
|
1687
1688
|
/* @__PURE__ */ e.jsx("div", { className: "navigation-item-icon", children: r }),
|
|
1688
1689
|
/* @__PURE__ */ e.jsx("div", { className: "navigation-item-text", children: s })
|
|
1689
1690
|
] }), fe = ({ onClick: n, icon: r, title: s }) => /* @__PURE__ */ e.jsxs("div", { onClick: n, className: "navigation-item", children: [
|
|
1690
1691
|
/* @__PURE__ */ e.jsx("div", { className: "navigation-item-icon", children: r }),
|
|
1691
1692
|
/* @__PURE__ */ e.jsx("div", { className: "navigation-item-text", children: s })
|
|
1692
|
-
] }),
|
|
1693
|
+
] }), hr = ({ visible: n, firstBtn: r, mainBtn: s, onHide: a, otherBtn: i, backBtn: l, openAlways: d }) => /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
1693
1694
|
/* @__PURE__ */ e.jsxs("div", { className: `navigation-drawer-container ${n || d ? "show" : "hide"}`, children: [
|
|
1694
1695
|
r ? /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
1695
1696
|
/* @__PURE__ */ e.jsxs("div", { className: "navigation-block", children: [
|
|
1696
1697
|
/* @__PURE__ */ e.jsx("div", { className: "block-header" }),
|
|
1697
1698
|
/* @__PURE__ */ e.jsx("div", { className: "block-content", children: /* @__PURE__ */ e.jsx(fe, { onClick: r.onClick, title: r.text, icon: r.icon ?? /* @__PURE__ */ e.jsx($e, {}) }) })
|
|
1698
1699
|
] }),
|
|
1699
|
-
/* @__PURE__ */ e.jsx("div", { className: "divider-container", children: /* @__PURE__ */ e.jsx(
|
|
1700
|
+
/* @__PURE__ */ e.jsx("div", { className: "divider-container", children: /* @__PURE__ */ e.jsx(L, {}) })
|
|
1700
1701
|
] }) : null,
|
|
1701
1702
|
/* @__PURE__ */ e.jsxs("div", { className: "navigation-block", children: [
|
|
1702
1703
|
/* @__PURE__ */ e.jsx("div", { className: "block-header" }),
|
|
1703
|
-
/* @__PURE__ */ e.jsx("div", { className: "block-content", children: s && s.map((
|
|
1704
|
+
/* @__PURE__ */ e.jsx("div", { className: "block-content", children: s && s.map((c, o) => c.type === "button" ? /* @__PURE__ */ e.jsx(fe, { onClick: c.onClick, title: c.text, icon: c.icon }, o) : c.type === "link" ? /* @__PURE__ */ e.jsx(ln, { onClick: () => a(), title: c.text, icon: c.icon, to: c.to }, o) : null) })
|
|
1704
1705
|
] }),
|
|
1705
|
-
/* @__PURE__ */ e.jsx("div", { className: "divider-container", children: /* @__PURE__ */ e.jsx(
|
|
1706
|
+
/* @__PURE__ */ e.jsx("div", { className: "divider-container", children: /* @__PURE__ */ e.jsx(L, {}) }),
|
|
1706
1707
|
/* @__PURE__ */ e.jsxs("div", { className: "navigation-block", children: [
|
|
1707
1708
|
/* @__PURE__ */ e.jsx("div", { className: "block-header" }),
|
|
1708
|
-
/* @__PURE__ */ e.jsx("div", { className: "block-content", children:
|
|
1709
|
+
/* @__PURE__ */ e.jsx("div", { className: "block-content", children: i && i.map((c, o) => c.type === "button" ? /* @__PURE__ */ e.jsx(fe, { onClick: c.onClick, title: c.text, icon: c.icon }, o) : c.type === "link" ? /* @__PURE__ */ e.jsx(ln, { onClick: () => a(), title: c.text, icon: c.icon, to: c.to }, o) : null) })
|
|
1709
1710
|
] }),
|
|
1710
|
-
/* @__PURE__ */ e.jsx("div", { className: "divider-container", children: /* @__PURE__ */ e.jsx(
|
|
1711
|
+
/* @__PURE__ */ e.jsx("div", { className: "divider-container", children: /* @__PURE__ */ e.jsx(L, {}) }),
|
|
1711
1712
|
l ? /* @__PURE__ */ e.jsx("div", { className: "navigation-block", children: /* @__PURE__ */ e.jsx(fe, { onClick: l.onClick, title: l.text, icon: l.icon }) }) : null
|
|
1712
1713
|
] }),
|
|
1713
1714
|
n && !d ? /* @__PURE__ */ e.jsx("div", { className: "backplate", style: { zIndex: 1100 }, onClick: () => a() }) : null
|
|
1714
1715
|
] });
|
|
1715
|
-
const
|
|
1716
|
+
const Mt = ({ icon: n, title: r, to: s }) => /* @__PURE__ */ e.jsxs(Oe, { to: s, className: "navigation-item", children: [
|
|
1716
1717
|
/* @__PURE__ */ e.jsx("div", { className: "navigation-item-icon", children: n }),
|
|
1717
1718
|
/* @__PURE__ */ e.jsx("div", { className: "navigation-item-text", children: r })
|
|
1718
1719
|
] }), me = ({ onClick: n, icon: r, title: s }) => /* @__PURE__ */ e.jsxs("div", { onClick: n, className: "navigation-item", children: [
|
|
1719
1720
|
/* @__PURE__ */ e.jsx("div", { className: "navigation-item-icon", children: r }),
|
|
1720
1721
|
/* @__PURE__ */ e.jsx("div", { className: "navigation-item-text", children: s })
|
|
1721
|
-
] }),
|
|
1722
|
-
n ? /* @__PURE__ */ e.jsx(me, { icon: /* @__PURE__ */ e.jsx(
|
|
1722
|
+
] }), fr = ({ onToggleMenu: n, firstBtn: r, mainBtn: s, backBtn: a }) => /* @__PURE__ */ e.jsx("div", { className: "navigation-rail-container", children: /* @__PURE__ */ e.jsx("div", { className: "navigation-block", children: /* @__PURE__ */ e.jsxs("div", { className: "block-content", children: [
|
|
1723
|
+
n ? /* @__PURE__ */ e.jsx(me, { icon: /* @__PURE__ */ e.jsx(xn, {}), onClick: n }) : null,
|
|
1723
1724
|
r ? /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
1724
|
-
/* @__PURE__ */ e.jsx(
|
|
1725
|
-
/* @__PURE__ */ e.jsx(me, { title: r.text, icon: r.icon ?? /* @__PURE__ */ e.jsx($e, {}), onClick: (
|
|
1726
|
-
r.onClick && r.onClick(
|
|
1725
|
+
/* @__PURE__ */ e.jsx(L, {}),
|
|
1726
|
+
/* @__PURE__ */ e.jsx(me, { title: r.text, icon: r.icon ?? /* @__PURE__ */ e.jsx($e, {}), onClick: (i) => {
|
|
1727
|
+
r.onClick && r.onClick(i);
|
|
1727
1728
|
} }),
|
|
1728
|
-
/* @__PURE__ */ e.jsx(
|
|
1729
|
+
/* @__PURE__ */ e.jsx(L, {})
|
|
1729
1730
|
] }) : null,
|
|
1730
|
-
s && s.map((
|
|
1731
|
+
s && s.map((i, l) => i.type === "button" ? /* @__PURE__ */ e.jsx(me, { onClick: i.onClick, title: i.text, icon: i.icon }, l) : i.type === "link" ? /* @__PURE__ */ e.jsx(Mt, { title: i.text, icon: i.icon, to: i.to }, l) : null),
|
|
1731
1732
|
a ? /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
1732
|
-
/* @__PURE__ */ e.jsx(
|
|
1733
|
-
/* @__PURE__ */ e.jsx(me, { title: a.text, icon: a.icon ?? /* @__PURE__ */ e.jsx($e, {}), onClick: (
|
|
1734
|
-
a.onClick && a.onClick(
|
|
1733
|
+
/* @__PURE__ */ e.jsx(L, {}),
|
|
1734
|
+
/* @__PURE__ */ e.jsx(me, { title: a.text, icon: a.icon ?? /* @__PURE__ */ e.jsx($e, {}), onClick: (i) => {
|
|
1735
|
+
a.onClick && a.onClick(i);
|
|
1735
1736
|
} }),
|
|
1736
|
-
/* @__PURE__ */ e.jsx(
|
|
1737
|
+
/* @__PURE__ */ e.jsx(L, {})
|
|
1737
1738
|
] }) : null
|
|
1738
1739
|
] }) }) });
|
|
1740
|
+
function Ft(n) {
|
|
1741
|
+
var r = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(n);
|
|
1742
|
+
return r ? {
|
|
1743
|
+
r: parseInt(r[1], 16),
|
|
1744
|
+
g: parseInt(r[2], 16),
|
|
1745
|
+
b: parseInt(r[3], 16)
|
|
1746
|
+
} : null;
|
|
1747
|
+
}
|
|
1748
|
+
const Pt = (n) => {
|
|
1749
|
+
if (!n)
|
|
1750
|
+
return "linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0))";
|
|
1751
|
+
const r = Ft(n);
|
|
1752
|
+
return r ? `linear-gradient(135deg, rgba(${r.r}, ${r.g}, ${r.b}, 0.1), rgba(${r.r}, ${r.g}, ${r.b}, 0))` : "linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0))";
|
|
1753
|
+
};
|
|
1754
|
+
const mr = ({ className: n, text: r, title: s, hexColor: a, hexBackground: i, style: l, btn: d }) => /* @__PURE__ */ e.jsxs("div", { className: `alex-evo-sh-ui-kit-empty-page ${n ?? ""}`, style: { background: Pt(i), color: a, ...l }, children: [
|
|
1755
|
+
/* @__PURE__ */ e.jsx("h2", { children: s }),
|
|
1756
|
+
r ? /* @__PURE__ */ e.jsx("p", { children: r }) : null,
|
|
1757
|
+
d ? /* @__PURE__ */ e.jsx(dn, { styleType: d.styleType ?? "filled", style: d.style, className: d.className, onClick: d.onClick, children: d.text }) : null
|
|
1758
|
+
] });
|
|
1739
1759
|
export {
|
|
1740
|
-
|
|
1760
|
+
Hn as BaseActionCard,
|
|
1741
1761
|
le as BaseButton,
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1762
|
+
nr as BaseDialog,
|
|
1763
|
+
ut as BaseRadioButton,
|
|
1764
|
+
J as BasicTemplateDialog,
|
|
1765
|
+
Bt as BigContainer,
|
|
1766
|
+
Zn as BottomSheetsUi,
|
|
1767
|
+
dn as Button,
|
|
1768
|
+
Yt as Card,
|
|
1769
|
+
Lt as Checkbox,
|
|
1770
|
+
dt as Chips,
|
|
1771
|
+
ir as DayOfWeekField,
|
|
1772
|
+
L as Divider,
|
|
1773
|
+
mr as EmptyPage,
|
|
1774
|
+
zt as FAB,
|
|
1775
|
+
Ut as FieldContainer,
|
|
1776
|
+
qn as FilledButton,
|
|
1777
|
+
Xn as FilledTotalButton,
|
|
1778
|
+
er as FullScrinTemplateDialog,
|
|
1779
|
+
lr as GridLayout,
|
|
1780
|
+
cr as GridLayoutItem,
|
|
1760
1781
|
ie as IconButton,
|
|
1761
|
-
|
|
1782
|
+
Gn as ListContainer,
|
|
1762
1783
|
Jn as ListItem,
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1784
|
+
or as Menu,
|
|
1785
|
+
Kt as MoreText,
|
|
1786
|
+
xr as NavigationBar,
|
|
1787
|
+
hr as NavigationDrawer,
|
|
1788
|
+
fr as NavigationRail,
|
|
1789
|
+
Kn as OutlineButton,
|
|
1790
|
+
Vt as RadioButton,
|
|
1791
|
+
Xt as RunningLine,
|
|
1792
|
+
qt as ScrollContainer,
|
|
1793
|
+
Gt as Search,
|
|
1794
|
+
tr as SelectionDialog,
|
|
1795
|
+
Zt as SigmentedButton,
|
|
1796
|
+
Qt as Slider,
|
|
1797
|
+
dr as SmallWindowMenu,
|
|
1798
|
+
Jt as Snackbar,
|
|
1799
|
+
Ht as Switch,
|
|
1800
|
+
ur as Table,
|
|
1801
|
+
Wt as TextArea,
|
|
1781
1802
|
M as TextButton,
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1803
|
+
rr as TextDialog,
|
|
1804
|
+
hn as TextField,
|
|
1805
|
+
ar as TimePicker,
|
|
1806
|
+
fn as getContainerData,
|
|
1807
|
+
mn as getModalWindowCord,
|
|
1808
|
+
Ft as hexToRgb,
|
|
1809
|
+
ft as map,
|
|
1810
|
+
sr as СalendarPickers
|
|
1789
1811
|
};
|