alex-evo-sh-ui-kit 1.0.6 → 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 +325 -304
- package/dist/alex-evo-sh-ui-kit.umd.js +24 -24
- 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/EmptyPage/EmptyPage.d.ts +20 -0
- package/package.json +1 -1
|
@@ -11,20 +11,20 @@ import './index.css';var Se = { exports: {} }, se = {};
|
|
|
11
11
|
* LICENSE file in the root directory of this source tree.
|
|
12
12
|
*/
|
|
13
13
|
var tn;
|
|
14
|
-
function
|
|
14
|
+
function zn() {
|
|
15
15
|
if (tn)
|
|
16
16
|
return se;
|
|
17
17
|
tn = 1;
|
|
18
|
-
var n = ve, r = Symbol.for("react.element"), s = Symbol.for("react.fragment"), a = Object.prototype.hasOwnProperty,
|
|
19
|
-
function d(
|
|
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) {
|
|
20
20
|
var u, f = {}, v = null, g = null;
|
|
21
21
|
h !== void 0 && (v = "" + h), o.key !== void 0 && (v = "" + o.key), o.ref !== void 0 && (g = o.ref);
|
|
22
22
|
for (u in o)
|
|
23
23
|
a.call(o, u) && !l.hasOwnProperty(u) && (f[u] = o[u]);
|
|
24
|
-
if (
|
|
25
|
-
for (u in o =
|
|
24
|
+
if (c && c.defaultProps)
|
|
25
|
+
for (u in o = c.defaultProps, o)
|
|
26
26
|
f[u] === void 0 && (f[u] = o[u]);
|
|
27
|
-
return { $$typeof: r, type:
|
|
27
|
+
return { $$typeof: r, type: c, key: v, ref: g, props: f, _owner: i.current };
|
|
28
28
|
}
|
|
29
29
|
return se.Fragment = s, se.jsx = d, se.jsxs = d, se;
|
|
30
30
|
}
|
|
@@ -39,9 +39,9 @@ var ae = {};
|
|
|
39
39
|
* LICENSE file in the root directory of this source tree.
|
|
40
40
|
*/
|
|
41
41
|
var rn;
|
|
42
|
-
function
|
|
42
|
+
function Un() {
|
|
43
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"),
|
|
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";
|
|
45
45
|
function S(t) {
|
|
46
46
|
if (t === null || typeof t != "object")
|
|
47
47
|
return null;
|
|
@@ -69,7 +69,7 @@ function zn() {
|
|
|
69
69
|
var j = !1, _ = !1, W = !1, K = !1, ee = !1, H;
|
|
70
70
|
H = Symbol.for("react.module.reference");
|
|
71
71
|
function oe(t) {
|
|
72
|
-
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
|
|
73
73
|
// types supported by any Flight configuration anywhere since
|
|
74
74
|
// we don't know which Flight build this will end up being used
|
|
75
75
|
// with.
|
|
@@ -99,7 +99,7 @@ function zn() {
|
|
|
99
99
|
return "Portal";
|
|
100
100
|
case l:
|
|
101
101
|
return "Profiler";
|
|
102
|
-
case
|
|
102
|
+
case i:
|
|
103
103
|
return "StrictMode";
|
|
104
104
|
case h:
|
|
105
105
|
return "Suspense";
|
|
@@ -108,7 +108,7 @@ function zn() {
|
|
|
108
108
|
}
|
|
109
109
|
if (typeof t == "object")
|
|
110
110
|
switch (t.$$typeof) {
|
|
111
|
-
case
|
|
111
|
+
case c:
|
|
112
112
|
var x = t;
|
|
113
113
|
return De(x) + ".Consumer";
|
|
114
114
|
case d:
|
|
@@ -134,7 +134,7 @@ function zn() {
|
|
|
134
134
|
function Le() {
|
|
135
135
|
}
|
|
136
136
|
Le.__reactDisabledLog = !0;
|
|
137
|
-
function
|
|
137
|
+
function jn() {
|
|
138
138
|
{
|
|
139
139
|
if (ne === 0) {
|
|
140
140
|
Me = console.log, Fe = console.info, Pe = console.warn, Ae = console.error, Ie = console.group, Ye = console.groupCollapsed, Be = console.groupEnd;
|
|
@@ -157,7 +157,7 @@ function zn() {
|
|
|
157
157
|
ne++;
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
|
-
function
|
|
160
|
+
function pn() {
|
|
161
161
|
{
|
|
162
162
|
if (ne--, ne === 0) {
|
|
163
163
|
var t = {
|
|
@@ -208,8 +208,8 @@ function zn() {
|
|
|
208
208
|
}
|
|
209
209
|
var ye = !1, ue;
|
|
210
210
|
{
|
|
211
|
-
var
|
|
212
|
-
ue = new
|
|
211
|
+
var gn = typeof WeakMap == "function" ? WeakMap : Map;
|
|
212
|
+
ue = new gn();
|
|
213
213
|
}
|
|
214
214
|
function We(t, x) {
|
|
215
215
|
if (!t || ye)
|
|
@@ -224,7 +224,7 @@ function zn() {
|
|
|
224
224
|
var C = Error.prepareStackTrace;
|
|
225
225
|
Error.prepareStackTrace = void 0;
|
|
226
226
|
var T;
|
|
227
|
-
T = pe.current, pe.current = null,
|
|
227
|
+
T = pe.current, pe.current = null, jn();
|
|
228
228
|
try {
|
|
229
229
|
if (x) {
|
|
230
230
|
var k = function() {
|
|
@@ -277,15 +277,15 @@ function zn() {
|
|
|
277
277
|
}
|
|
278
278
|
}
|
|
279
279
|
} finally {
|
|
280
|
-
ye = !1, pe.current = T,
|
|
280
|
+
ye = !1, pe.current = T, pn(), Error.prepareStackTrace = C;
|
|
281
281
|
}
|
|
282
|
-
var Q = t ? t.displayName || t.name : "",
|
|
283
|
-
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;
|
|
284
284
|
}
|
|
285
|
-
function
|
|
285
|
+
function yn(t, x, m) {
|
|
286
286
|
return We(t, !1);
|
|
287
287
|
}
|
|
288
|
-
function
|
|
288
|
+
function bn(t) {
|
|
289
289
|
var x = t.prototype;
|
|
290
290
|
return !!(x && x.isReactComponent);
|
|
291
291
|
}
|
|
@@ -293,7 +293,7 @@ function zn() {
|
|
|
293
293
|
if (t == null)
|
|
294
294
|
return "";
|
|
295
295
|
if (typeof t == "function")
|
|
296
|
-
return We(t,
|
|
296
|
+
return We(t, bn(t));
|
|
297
297
|
if (typeof t == "string")
|
|
298
298
|
return de(t);
|
|
299
299
|
switch (t) {
|
|
@@ -305,7 +305,7 @@ function zn() {
|
|
|
305
305
|
if (typeof t == "object")
|
|
306
306
|
switch (t.$$typeof) {
|
|
307
307
|
case o:
|
|
308
|
-
return
|
|
308
|
+
return yn(t.render);
|
|
309
309
|
case f:
|
|
310
310
|
return xe(t.type, x, m);
|
|
311
311
|
case v: {
|
|
@@ -326,7 +326,7 @@ function zn() {
|
|
|
326
326
|
} else
|
|
327
327
|
ze.setExtraStackFrame(null);
|
|
328
328
|
}
|
|
329
|
-
function
|
|
329
|
+
function kn(t, x, m, p, C) {
|
|
330
330
|
{
|
|
331
331
|
var T = Function.call.bind(te);
|
|
332
332
|
for (var k in t)
|
|
@@ -345,17 +345,17 @@ function zn() {
|
|
|
345
345
|
}
|
|
346
346
|
}
|
|
347
347
|
}
|
|
348
|
-
var
|
|
348
|
+
var Nn = Array.isArray;
|
|
349
349
|
function be(t) {
|
|
350
|
-
return
|
|
350
|
+
return Nn(t);
|
|
351
351
|
}
|
|
352
|
-
function
|
|
352
|
+
function Cn(t) {
|
|
353
353
|
{
|
|
354
354
|
var x = typeof Symbol == "function" && Symbol.toStringTag, m = x && t[Symbol.toStringTag] || t.constructor.name || "Object";
|
|
355
355
|
return m;
|
|
356
356
|
}
|
|
357
357
|
}
|
|
358
|
-
function
|
|
358
|
+
function wn(t) {
|
|
359
359
|
try {
|
|
360
360
|
return Ue(t), !1;
|
|
361
361
|
} catch {
|
|
@@ -366,17 +366,17 @@ function zn() {
|
|
|
366
366
|
return "" + t;
|
|
367
367
|
}
|
|
368
368
|
function Ke(t) {
|
|
369
|
-
if (
|
|
370
|
-
return E("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",
|
|
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);
|
|
371
371
|
}
|
|
372
|
-
var re = O.ReactCurrentOwner,
|
|
372
|
+
var re = O.ReactCurrentOwner, En = {
|
|
373
373
|
key: !0,
|
|
374
374
|
ref: !0,
|
|
375
375
|
__self: !0,
|
|
376
376
|
__source: !0
|
|
377
377
|
}, Xe, qe, ke;
|
|
378
378
|
ke = {};
|
|
379
|
-
function
|
|
379
|
+
function Tn(t) {
|
|
380
380
|
if (te.call(t, "ref")) {
|
|
381
381
|
var x = Object.getOwnPropertyDescriptor(t, "ref").get;
|
|
382
382
|
if (x && x.isReactWarning)
|
|
@@ -384,7 +384,7 @@ function zn() {
|
|
|
384
384
|
}
|
|
385
385
|
return t.ref !== void 0;
|
|
386
386
|
}
|
|
387
|
-
function
|
|
387
|
+
function Rn(t) {
|
|
388
388
|
if (te.call(t, "key")) {
|
|
389
389
|
var x = Object.getOwnPropertyDescriptor(t, "key").get;
|
|
390
390
|
if (x && x.isReactWarning)
|
|
@@ -392,13 +392,13 @@ function zn() {
|
|
|
392
392
|
}
|
|
393
393
|
return t.key !== void 0;
|
|
394
394
|
}
|
|
395
|
-
function
|
|
395
|
+
function _n(t, x) {
|
|
396
396
|
if (typeof t.ref == "string" && re.current && x && re.current.stateNode !== x) {
|
|
397
397
|
var m = V(re.current.type);
|
|
398
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);
|
|
399
399
|
}
|
|
400
400
|
}
|
|
401
|
-
function
|
|
401
|
+
function Sn(t, x) {
|
|
402
402
|
{
|
|
403
403
|
var m = function() {
|
|
404
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));
|
|
@@ -409,7 +409,7 @@ function zn() {
|
|
|
409
409
|
});
|
|
410
410
|
}
|
|
411
411
|
}
|
|
412
|
-
function
|
|
412
|
+
function $n(t, x) {
|
|
413
413
|
{
|
|
414
414
|
var m = function() {
|
|
415
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));
|
|
@@ -420,7 +420,7 @@ function zn() {
|
|
|
420
420
|
});
|
|
421
421
|
}
|
|
422
422
|
}
|
|
423
|
-
var
|
|
423
|
+
var On = function(t, x, m, p, C, T, k) {
|
|
424
424
|
var b = {
|
|
425
425
|
// This tag allows us to uniquely identify this as a React Element
|
|
426
426
|
$$typeof: r,
|
|
@@ -449,12 +449,12 @@ function zn() {
|
|
|
449
449
|
value: C
|
|
450
450
|
}), Object.freeze && (Object.freeze(b.props), Object.freeze(b)), b;
|
|
451
451
|
};
|
|
452
|
-
function
|
|
452
|
+
function Dn(t, x, m, p, C) {
|
|
453
453
|
{
|
|
454
454
|
var T, k = {}, b = null, P = null;
|
|
455
|
-
m !== void 0 && (Ke(m), b = "" + m),
|
|
455
|
+
m !== void 0 && (Ke(m), b = "" + m), Rn(x) && (Ke(x.key), b = "" + x.key), Tn(x) && (P = x.ref, _n(x, C));
|
|
456
456
|
for (T in x)
|
|
457
|
-
te.call(x, T) && !
|
|
457
|
+
te.call(x, T) && !En.hasOwnProperty(T) && (k[T] = x[T]);
|
|
458
458
|
if (t && t.defaultProps) {
|
|
459
459
|
var $ = t.defaultProps;
|
|
460
460
|
for (T in $)
|
|
@@ -462,25 +462,25 @@ function zn() {
|
|
|
462
462
|
}
|
|
463
463
|
if (b || P) {
|
|
464
464
|
var D = typeof t == "function" ? t.displayName || t.name || "Unknown" : t;
|
|
465
|
-
b &&
|
|
465
|
+
b && Sn(k, D), P && $n(k, D);
|
|
466
466
|
}
|
|
467
|
-
return
|
|
467
|
+
return On(t, b, P, C, p, re.current, k);
|
|
468
468
|
}
|
|
469
469
|
}
|
|
470
|
-
var Ne = O.ReactCurrentOwner,
|
|
470
|
+
var Ne = O.ReactCurrentOwner, Ge = O.ReactDebugCurrentFrame;
|
|
471
471
|
function Z(t) {
|
|
472
472
|
if (t) {
|
|
473
473
|
var x = t._owner, m = xe(t.type, t._source, x ? x.type : null);
|
|
474
|
-
|
|
474
|
+
Ge.setExtraStackFrame(m);
|
|
475
475
|
} else
|
|
476
|
-
|
|
476
|
+
Ge.setExtraStackFrame(null);
|
|
477
477
|
}
|
|
478
478
|
var Ce;
|
|
479
479
|
Ce = !1;
|
|
480
480
|
function we(t) {
|
|
481
481
|
return typeof t == "object" && t !== null && t.$$typeof === r;
|
|
482
482
|
}
|
|
483
|
-
function
|
|
483
|
+
function Je() {
|
|
484
484
|
{
|
|
485
485
|
if (Ne.current) {
|
|
486
486
|
var t = V(Ne.current.type);
|
|
@@ -492,7 +492,7 @@ Check the render method of \`` + t + "`.";
|
|
|
492
492
|
return "";
|
|
493
493
|
}
|
|
494
494
|
}
|
|
495
|
-
function
|
|
495
|
+
function Mn(t) {
|
|
496
496
|
{
|
|
497
497
|
if (t !== void 0) {
|
|
498
498
|
var x = t.fileName.replace(/^.*[\\\/]/, ""), m = t.lineNumber;
|
|
@@ -504,9 +504,9 @@ Check your code at ` + x + ":" + m + ".";
|
|
|
504
504
|
}
|
|
505
505
|
}
|
|
506
506
|
var He = {};
|
|
507
|
-
function
|
|
507
|
+
function Fn(t) {
|
|
508
508
|
{
|
|
509
|
-
var x =
|
|
509
|
+
var x = Je();
|
|
510
510
|
if (!x) {
|
|
511
511
|
var m = typeof t == "string" ? t : t.displayName || t.name;
|
|
512
512
|
m && (x = `
|
|
@@ -521,7 +521,7 @@ Check the top-level render call using <` + m + ">.");
|
|
|
521
521
|
if (!t._store || t._store.validated || t.key != null)
|
|
522
522
|
return;
|
|
523
523
|
t._store.validated = !0;
|
|
524
|
-
var m =
|
|
524
|
+
var m = Fn(x);
|
|
525
525
|
if (He[m])
|
|
526
526
|
return;
|
|
527
527
|
He[m] = !0;
|
|
@@ -548,7 +548,7 @@ Check the top-level render call using <` + m + ">.");
|
|
|
548
548
|
}
|
|
549
549
|
}
|
|
550
550
|
}
|
|
551
|
-
function
|
|
551
|
+
function Pn(t) {
|
|
552
552
|
{
|
|
553
553
|
var x = t.type;
|
|
554
554
|
if (x == null || typeof x == "string")
|
|
@@ -564,7 +564,7 @@ Check the top-level render call using <` + m + ">.");
|
|
|
564
564
|
return;
|
|
565
565
|
if (m) {
|
|
566
566
|
var p = V(x);
|
|
567
|
-
|
|
567
|
+
kn(m, t.props, "prop", p, t);
|
|
568
568
|
} else if (x.PropTypes !== void 0 && !Ce) {
|
|
569
569
|
Ce = !0;
|
|
570
570
|
var C = V(x);
|
|
@@ -573,7 +573,7 @@ Check the top-level render call using <` + m + ">.");
|
|
|
573
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.");
|
|
574
574
|
}
|
|
575
575
|
}
|
|
576
|
-
function
|
|
576
|
+
function An(t) {
|
|
577
577
|
{
|
|
578
578
|
for (var x = Object.keys(t.props), m = 0; m < x.length; m++) {
|
|
579
579
|
var p = x[m];
|
|
@@ -592,12 +592,12 @@ Check the top-level render call using <` + m + ">.");
|
|
|
592
592
|
if (!k) {
|
|
593
593
|
var b = "";
|
|
594
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.");
|
|
595
|
-
var P =
|
|
596
|
-
P ? b += P : b +=
|
|
595
|
+
var P = Mn(C);
|
|
596
|
+
P ? b += P : b += Je();
|
|
597
597
|
var $;
|
|
598
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);
|
|
599
599
|
}
|
|
600
|
-
var D =
|
|
600
|
+
var D = Dn(t, x, m, C, T);
|
|
601
601
|
if (D == null)
|
|
602
602
|
return D;
|
|
603
603
|
if (k) {
|
|
@@ -614,52 +614,52 @@ Check the top-level render call using <` + m + ">.");
|
|
|
614
614
|
Qe(Y, t);
|
|
615
615
|
}
|
|
616
616
|
if (te.call(x, "key")) {
|
|
617
|
-
var
|
|
618
|
-
return
|
|
617
|
+
var G = V(t), A = Object.keys(x).filter(function(Vn) {
|
|
618
|
+
return Vn !== "key";
|
|
619
619
|
}), Ee = A.length > 0 ? "{key: someKey, " + A.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
620
|
-
if (!en[
|
|
621
|
-
var
|
|
620
|
+
if (!en[G + Ee]) {
|
|
621
|
+
var Wn = A.length > 0 ? "{" + A.join(": ..., ") + ": ...}" : "{}";
|
|
622
622
|
E(`A props object containing a "key" prop is being spread into JSX:
|
|
623
623
|
let props = %s;
|
|
624
624
|
<%s {...props} />
|
|
625
625
|
React keys must be passed directly to JSX without using spread:
|
|
626
626
|
let props = %s;
|
|
627
|
-
<%s key={someKey} {...props} />`, Ee,
|
|
627
|
+
<%s key={someKey} {...props} />`, Ee, G, Wn, G), en[G + Ee] = !0;
|
|
628
628
|
}
|
|
629
629
|
}
|
|
630
|
-
return t === a ?
|
|
630
|
+
return t === a ? An(D) : Pn(D), D;
|
|
631
631
|
}
|
|
632
632
|
}
|
|
633
|
-
function
|
|
633
|
+
function In(t, x, m) {
|
|
634
634
|
return nn(t, x, m, !0);
|
|
635
635
|
}
|
|
636
|
-
function
|
|
636
|
+
function Yn(t, x, m) {
|
|
637
637
|
return nn(t, x, m, !1);
|
|
638
638
|
}
|
|
639
|
-
var
|
|
640
|
-
ae.Fragment = a, ae.jsx =
|
|
639
|
+
var Bn = Yn, Ln = In;
|
|
640
|
+
ae.Fragment = a, ae.jsx = Bn, ae.jsxs = Ln;
|
|
641
641
|
}()), ae;
|
|
642
642
|
}
|
|
643
|
-
process.env.NODE_ENV === "production" ? Se.exports =
|
|
643
|
+
process.env.NODE_ENV === "production" ? Se.exports = zn() : Se.exports = Un();
|
|
644
644
|
var e = Se.exports;
|
|
645
|
-
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) => {
|
|
646
646
|
const r = (s) => {
|
|
647
647
|
n.onClick && n.onClick(s);
|
|
648
648
|
let a = document.createElement("span");
|
|
649
649
|
a.classList.add("btn-overlay");
|
|
650
|
-
let
|
|
651
|
-
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(() => {
|
|
652
652
|
a.remove();
|
|
653
653
|
}, 500);
|
|
654
654
|
};
|
|
655
655
|
return /* @__PURE__ */ e.jsx("button", { ...n, className: (n.className ?? "") + " btn", onClick: r, children: /* @__PURE__ */ e.jsx("span", { children: n.children }) });
|
|
656
|
-
},
|
|
657
|
-
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 }) => {
|
|
658
658
|
const o = (h) => {
|
|
659
659
|
h.target.closest(".control-container") || l && l(h);
|
|
660
660
|
};
|
|
661
|
-
return /* @__PURE__ */ e.jsxs("li", { className: ` ${
|
|
662
|
-
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,
|
|
663
663
|
s ? /* @__PURE__ */ e.jsxs("div", { className: "text-container", children: [
|
|
664
664
|
/* @__PURE__ */ e.jsx("div", { className: "header", children: a }),
|
|
665
665
|
/* @__PURE__ */ e.jsx("div", { className: "text", children: s })
|
|
@@ -667,7 +667,7 @@ const Jn = ({ children: n, className: r, maxHeight: s, scroll: a, transparent: c
|
|
|
667
667
|
r ? /* @__PURE__ */ e.jsx("div", { className: "control-container", children: r }) : null
|
|
668
668
|
] });
|
|
669
669
|
};
|
|
670
|
-
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 }) => {
|
|
671
671
|
const o = (h) => {
|
|
672
672
|
a && a(h);
|
|
673
673
|
let u = document.createElement("span");
|
|
@@ -677,9 +677,9 @@ const ie = ({ transparent: n, icon: r, className: s, onClick: a, onContextMenu:
|
|
|
677
677
|
u.remove();
|
|
678
678
|
}, 500);
|
|
679
679
|
};
|
|
680
|
-
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 }) });
|
|
681
681
|
};
|
|
682
|
-
const
|
|
682
|
+
const Yt = ({ className: n, action: r, imgSrc: s, alt: a, header: i, subhead: l, text: d, children: c, iconButtonCell: o, onClick: h }) => {
|
|
683
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) => {
|
|
684
684
|
if (h && h(v), !u(v))
|
|
685
685
|
return;
|
|
@@ -698,22 +698,22 @@ const At = ({ className: n, action: r, imgSrc: s, alt: a, header: c, subhead: l,
|
|
|
698
698
|
s ? /* @__PURE__ */ e.jsx("div", { className: "card-img-container", children: /* @__PURE__ */ e.jsx("img", { src: s, alt: a }) }) : null,
|
|
699
699
|
/* @__PURE__ */ e.jsxs("div", { className: "card-content-container", children: [
|
|
700
700
|
/* @__PURE__ */ e.jsxs("div", { className: "card-Headline-container mb-1 font-bold", children: [
|
|
701
|
-
/* @__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 }) }),
|
|
702
702
|
o ? /* @__PURE__ */ e.jsx("div", { className: "icon-button-container", children: o }) : null
|
|
703
703
|
] }),
|
|
704
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,
|
|
705
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,
|
|
706
|
-
|
|
706
|
+
c ? /* @__PURE__ */ e.jsx("div", { className: "card-child-container mb-2", children: c }) : null,
|
|
707
707
|
/* @__PURE__ */ e.jsx("div", { className: "action-container", children: r })
|
|
708
708
|
] })
|
|
709
709
|
] });
|
|
710
710
|
};
|
|
711
711
|
const Hn = ({ children: n, className: r }) => /* @__PURE__ */ e.jsx("div", { className: `base-action-card ${r ?? ""}`, children: n });
|
|
712
|
-
const
|
|
713
|
-
const [d,
|
|
714
|
-
w.button == 1 && (
|
|
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");
|
|
715
715
|
}, g = (w) => {
|
|
716
|
-
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");
|
|
717
717
|
}, y = R((w) => {
|
|
718
718
|
d && (f((S) => {
|
|
719
719
|
if (!o)
|
|
@@ -725,7 +725,7 @@ const It = ({ children: n, className: r, id: s, height: a, width: c, pozMove: l
|
|
|
725
725
|
}, [d, o]);
|
|
726
726
|
return F(() => {
|
|
727
727
|
l && f({ ...l });
|
|
728
|
-
}, [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 }) });
|
|
729
729
|
};
|
|
730
730
|
const Zn = (n) => {
|
|
731
731
|
const [r, s] = N(!1), a = R(() => {
|
|
@@ -743,9 +743,9 @@ const Zn = (n) => {
|
|
|
743
743
|
/* @__PURE__ */ e.jsx("div", { className: "backplate bottom-sheets-backplate", style: { zIndex: 1101 }, onClick: a })
|
|
744
744
|
] });
|
|
745
745
|
};
|
|
746
|
-
const
|
|
746
|
+
const Lt = ({ name: n, checked: r, onChange: s, readOnly: a, checkIcon: i }) => /* @__PURE__ */ e.jsxs("label", { className: "checkbox-container", children: [
|
|
747
747
|
/* @__PURE__ */ e.jsx("input", { className: "checkbox", name: n, type: "checkbox", checked: r, onChange: s, readOnly: a }),
|
|
748
|
-
/* @__PURE__ */ e.jsx("span", { children:
|
|
748
|
+
/* @__PURE__ */ e.jsx("span", { children: i || /* @__PURE__ */ e.jsx("span", { className: "checkbox-ckeck-icon", children: "✓" }) })
|
|
749
749
|
] });
|
|
750
750
|
/**
|
|
751
751
|
* @license lucide-react v0.378.0 - ISC
|
|
@@ -753,7 +753,7 @@ const Yt = ({ name: n, checked: r, onChange: s, readOnly: a, checkIcon: c }) =>
|
|
|
753
753
|
* This source code is licensed under the ISC license.
|
|
754
754
|
* See the LICENSE file in the root directory of this source tree.
|
|
755
755
|
*/
|
|
756
|
-
const Qn = (n) => n.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(),
|
|
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(" ");
|
|
757
757
|
/**
|
|
758
758
|
* @license lucide-react v0.378.0 - ISC
|
|
759
759
|
*
|
|
@@ -783,10 +783,10 @@ const nt = on(
|
|
|
783
783
|
size: r = 24,
|
|
784
784
|
strokeWidth: s = 2,
|
|
785
785
|
absoluteStrokeWidth: a,
|
|
786
|
-
className:
|
|
786
|
+
className: i = "",
|
|
787
787
|
children: l,
|
|
788
788
|
iconNode: d,
|
|
789
|
-
...
|
|
789
|
+
...c
|
|
790
790
|
}, o) => _e(
|
|
791
791
|
"svg",
|
|
792
792
|
{
|
|
@@ -796,8 +796,8 @@ const nt = on(
|
|
|
796
796
|
height: r,
|
|
797
797
|
stroke: n,
|
|
798
798
|
strokeWidth: a ? Number(s) * 24 / Number(r) : s,
|
|
799
|
-
className:
|
|
800
|
-
...
|
|
799
|
+
className: un("lucide", i),
|
|
800
|
+
...c
|
|
801
801
|
},
|
|
802
802
|
[
|
|
803
803
|
...d.map(([h, u]) => _e(h, u)),
|
|
@@ -813,11 +813,11 @@ const nt = on(
|
|
|
813
813
|
*/
|
|
814
814
|
const I = (n, r) => {
|
|
815
815
|
const s = on(
|
|
816
|
-
({ className: a, ...
|
|
816
|
+
({ className: a, ...i }, l) => _e(nt, {
|
|
817
817
|
ref: l,
|
|
818
818
|
iconNode: r,
|
|
819
|
-
className:
|
|
820
|
-
...
|
|
819
|
+
className: un(`lucide-${Qn(n)}`, a),
|
|
820
|
+
...i
|
|
821
821
|
})
|
|
822
822
|
);
|
|
823
823
|
return s.displayName = `${n}`, s;
|
|
@@ -828,7 +828,7 @@ const I = (n, r) => {
|
|
|
828
828
|
* This source code is licensed under the ISC license.
|
|
829
829
|
* See the LICENSE file in the root directory of this source tree.
|
|
830
830
|
*/
|
|
831
|
-
const
|
|
831
|
+
const xn = I("AlignJustify", [
|
|
832
832
|
["line", { x1: "3", x2: "21", y1: "6", y2: "6", key: "4m8b97" }],
|
|
833
833
|
["line", { x1: "3", x2: "21", y1: "12", y2: "12", key: "10d38w" }],
|
|
834
834
|
["line", { x1: "3", x2: "21", y1: "18", y2: "18", key: "kwyyxn" }]
|
|
@@ -962,15 +962,15 @@ const je = I("X", [
|
|
|
962
962
|
["path", { d: "m6 6 12 12", key: "d8bk6v" }]
|
|
963
963
|
]);
|
|
964
964
|
const dt = ({ text: n, onDelete: r, big: s, onClick: a }) => {
|
|
965
|
-
const
|
|
966
|
-
|
|
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);
|
|
967
967
|
};
|
|
968
968
|
return /* @__PURE__ */ e.jsxs("div", { className: `alex-evo-ui-kit-chips chips ${s ? "big-chips" : ""} ${a ? "hovered" : ""}`, onClick: l, children: [
|
|
969
969
|
/* @__PURE__ */ e.jsx("p", { children: n }),
|
|
970
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
|
|
971
971
|
] });
|
|
972
972
|
};
|
|
973
|
-
const
|
|
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
974
|
const B = U(null), [j, _] = N(!1), W = R((ee, H) => _(!!(S || ee && (!H || H === ""))), []);
|
|
975
975
|
F(() => {
|
|
976
976
|
W(g, u);
|
|
@@ -979,7 +979,7 @@ const xn = ({ styleContainer: n, type: r = "text", transparent: s, readOnly: a,
|
|
|
979
979
|
B.current && B.current.focus();
|
|
980
980
|
};
|
|
981
981
|
return /* @__PURE__ */ e.jsxs("div", { style: n, className: `text-field ${l ? "border" : ""} ${s ? "transparent" : ""} ${v}`, children: [
|
|
982
|
-
|
|
982
|
+
c ? /* @__PURE__ */ e.jsx("div", { className: "icon-container", onClick: K, children: c }) : null,
|
|
983
983
|
/* @__PURE__ */ e.jsxs("div", { className: "input-container", onClick: K, children: [
|
|
984
984
|
/* @__PURE__ */ e.jsx(
|
|
985
985
|
"input",
|
|
@@ -989,7 +989,7 @@ const xn = ({ styleContainer: n, type: r = "text", transparent: s, readOnly: a,
|
|
|
989
989
|
min: E,
|
|
990
990
|
readOnly: a,
|
|
991
991
|
required: !0,
|
|
992
|
-
type:
|
|
992
|
+
type: i ? "password" : r,
|
|
993
993
|
className: `${j ? "error" : ""}`,
|
|
994
994
|
name: h,
|
|
995
995
|
value: u,
|
|
@@ -1004,16 +1004,16 @@ const xn = ({ styleContainer: n, type: r = "text", transparent: s, readOnly: a,
|
|
|
1004
1004
|
d ? /* @__PURE__ */ e.jsx("div", { className: "clear-container", children: /* @__PURE__ */ e.jsx(rt, { onClick: d }) }) : null
|
|
1005
1005
|
] });
|
|
1006
1006
|
};
|
|
1007
|
-
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 }) => {
|
|
1008
1008
|
const y = U(null), [w, S] = N(!1), O = R((B, j) => S(!!(g || B && (!j || j === ""))), []);
|
|
1009
1009
|
F(() => {
|
|
1010
|
-
O(u,
|
|
1011
|
-
}, [
|
|
1010
|
+
O(u, c);
|
|
1011
|
+
}, [c, u, O]);
|
|
1012
1012
|
const E = () => {
|
|
1013
1013
|
y.current && y.current.focus();
|
|
1014
1014
|
};
|
|
1015
1015
|
return /* @__PURE__ */ e.jsxs("div", { style: n, className: `text-area ${w ? "error" : ""} ${a ? "border" : ""} ${r ? "transparent" : ""} ${h}`, children: [
|
|
1016
|
-
|
|
1016
|
+
i ? /* @__PURE__ */ e.jsx("div", { className: "icon-container", onClick: E, children: i }) : null,
|
|
1017
1017
|
/* @__PURE__ */ e.jsx("div", { className: "textarea-container", onClick: E, children: /* @__PURE__ */ e.jsx(
|
|
1018
1018
|
"textarea",
|
|
1019
1019
|
{
|
|
@@ -1023,7 +1023,7 @@ const Bt = ({ styleContainer: n, transparent: r, readOnly: s, border: a, icon: c
|
|
|
1023
1023
|
placeholder: o,
|
|
1024
1024
|
className: `${w ? "error" : ""}`,
|
|
1025
1025
|
name: d,
|
|
1026
|
-
value:
|
|
1026
|
+
value: c,
|
|
1027
1027
|
onChange: l,
|
|
1028
1028
|
onFocus: f,
|
|
1029
1029
|
onBlur: v
|
|
@@ -1039,75 +1039,75 @@ const L = ({ style: n, short: r, text: s }) => s ? /* @__PURE__ */ e.jsxs("div",
|
|
|
1039
1039
|
const ut = ({ name: n, checked: r }) => /* @__PURE__ */ e.jsxs("label", { className: "radio-button-container", children: [
|
|
1040
1040
|
/* @__PURE__ */ e.jsx("input", { className: "radio-button", name: n, type: "radio", checked: r, readOnly: !0 }),
|
|
1041
1041
|
/* @__PURE__ */ e.jsx("span", {})
|
|
1042
|
-
] }),
|
|
1043
|
-
/* @__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 }),
|
|
1044
1044
|
/* @__PURE__ */ e.jsx("span", {})
|
|
1045
1045
|
] });
|
|
1046
|
-
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: [
|
|
1047
1047
|
r,
|
|
1048
1048
|
l ? /* @__PURE__ */ e.jsx("span", { children: l }) : null
|
|
1049
1049
|
] });
|
|
1050
|
-
const
|
|
1050
|
+
const Ut = ({ children: n, header: r }) => /* @__PURE__ */ e.jsxs("div", { className: "field-container-ui", children: [
|
|
1051
1051
|
/* @__PURE__ */ e.jsx("h4", { children: r }),
|
|
1052
1052
|
/* @__PURE__ */ e.jsx("div", { className: "field-container-content", children: n })
|
|
1053
1053
|
] }), xt = (n) => n === "" ? [] : n.split(",").map((r) => r.trim()), an = (n) => n.join(", ");
|
|
1054
|
-
const
|
|
1055
|
-
const [
|
|
1054
|
+
const Kt = ({ minWidth: n, value: r, onChange: s, border: a }) => {
|
|
1055
|
+
const [i, l] = N([]), [d, c] = N("");
|
|
1056
1056
|
F(() => {
|
|
1057
1057
|
console.log("p0"), l(xt(r));
|
|
1058
1058
|
}, [r]), F(() => {
|
|
1059
|
-
console.log(
|
|
1060
|
-
}, [
|
|
1059
|
+
console.log(i);
|
|
1060
|
+
}, [i]);
|
|
1061
1061
|
const o = (f) => {
|
|
1062
|
-
|
|
1062
|
+
c(f.target.value);
|
|
1063
1063
|
}, h = R(() => {
|
|
1064
|
-
if (d === "" ||
|
|
1064
|
+
if (d === "" || i.includes(d))
|
|
1065
1065
|
return;
|
|
1066
|
-
const f = [...
|
|
1067
|
-
l(f), s && s(an(f)),
|
|
1068
|
-
}, [
|
|
1069
|
-
const v =
|
|
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
1070
|
l(v), s && s(an(v));
|
|
1071
1071
|
};
|
|
1072
1072
|
return /* @__PURE__ */ e.jsxs("div", { className: "more-text", style: { minWidth: n }, children: [
|
|
1073
1073
|
/* @__PURE__ */ e.jsxs("div", { className: "add value", children: [
|
|
1074
|
-
/* @__PURE__ */ e.jsx(
|
|
1075
|
-
/* @__PURE__ */ e.jsx(Hn, { children: /* @__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" }) })
|
|
1076
1076
|
] }),
|
|
1077
|
-
/* @__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)) })
|
|
1078
1078
|
] });
|
|
1079
1079
|
};
|
|
1080
|
-
const
|
|
1080
|
+
const Xt = ({ style: n, text: r, className: s, onClick: a, onContextMenu: i }) => {
|
|
1081
1081
|
const l = U(null), d = R(() => {
|
|
1082
1082
|
if (!l.current)
|
|
1083
1083
|
return;
|
|
1084
|
-
let
|
|
1085
|
-
|
|
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 = "";
|
|
1086
1086
|
}, [r]);
|
|
1087
1087
|
return F(() => {
|
|
1088
1088
|
d();
|
|
1089
|
-
}, [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 }) });
|
|
1090
1090
|
};
|
|
1091
|
-
const
|
|
1092
|
-
const
|
|
1093
|
-
const
|
|
1094
|
-
|
|
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));
|
|
1095
1095
|
}, u = () => {
|
|
1096
|
-
|
|
1096
|
+
i.current && (i.current.focus(), i.current.value = ""), d(""), o(!0), a && r("");
|
|
1097
1097
|
}, f = () => {
|
|
1098
|
-
u(),
|
|
1098
|
+
u(), i.current && (i.current.blur(), o(!1));
|
|
1099
1099
|
}, v = (y) => {
|
|
1100
1100
|
d(y.target.value), a && r(y.target.value);
|
|
1101
1101
|
}, g = (y) => {
|
|
1102
1102
|
y.code === "Enter" && r(l);
|
|
1103
1103
|
};
|
|
1104
1104
|
return /* @__PURE__ */ e.jsx("div", { className: "search-container", children: /* @__PURE__ */ e.jsxs("div", { className: "search-field", children: [
|
|
1105
|
-
|
|
1106
|
-
/* @__PURE__ */ e.jsx("input", { placeholder: s, type: "text", ref:
|
|
1107
|
-
|
|
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 }) })
|
|
1108
1108
|
] }) });
|
|
1109
1109
|
};
|
|
1110
|
-
const
|
|
1110
|
+
const Jt = ({ visible: n, text: r, option: s }) => {
|
|
1111
1111
|
const a = () => {
|
|
1112
1112
|
s != null && s.onHide && s.onHide();
|
|
1113
1113
|
};
|
|
@@ -1119,10 +1119,10 @@ const qt = ({ visible: n, text: r, option: s }) => {
|
|
|
1119
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
|
|
1120
1120
|
] }) : null;
|
|
1121
1121
|
};
|
|
1122
|
-
const
|
|
1123
|
-
const ht = (n) => n === void 0 ? [] : Array.isArray(n) ? n : [n],
|
|
1124
|
-
const [
|
|
1125
|
-
|
|
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);
|
|
1126
1126
|
const f = u.currentTarget;
|
|
1127
1127
|
if (!n) {
|
|
1128
1128
|
if (!f.dataset.el)
|
|
@@ -1130,48 +1130,48 @@ const ht = (n) => n === void 0 ? [] : Array.isArray(n) ? n : [n], Gt = ({ multip
|
|
|
1130
1130
|
o([f.dataset.el]), d && d([f.dataset.el], u);
|
|
1131
1131
|
return;
|
|
1132
1132
|
}
|
|
1133
|
-
const v =
|
|
1134
|
-
let g =
|
|
1133
|
+
const v = c.filter((y) => y === f.dataset.el);
|
|
1134
|
+
let g = c.slice();
|
|
1135
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);
|
|
1136
1136
|
};
|
|
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 ${
|
|
1138
|
-
|
|
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,
|
|
1139
1139
|
/* @__PURE__ */ e.jsx("div", { className: "text-container", children: u })
|
|
1140
1140
|
] }, f) }, f)) });
|
|
1141
1141
|
};
|
|
1142
|
-
const
|
|
1142
|
+
const fn = (n) => n ? {
|
|
1143
1143
|
height: Number(window.getComputedStyle(n).getPropertyValue("height").replace("px", "")),
|
|
1144
1144
|
width: Number(window.getComputedStyle(n).getPropertyValue("width").replace("px", "")),
|
|
1145
1145
|
left: Number(n.getBoundingClientRect().left),
|
|
1146
1146
|
top: Number(n.getBoundingClientRect().top)
|
|
1147
|
-
} : void 0,
|
|
1148
|
-
let
|
|
1147
|
+
} : void 0, mn = (n, r, s, a) => {
|
|
1148
|
+
let i = { x: n, y: r };
|
|
1149
1149
|
if (!s)
|
|
1150
|
-
return
|
|
1151
|
-
let l = Number(window.getComputedStyle(s).getPropertyValue("height").replace("px", "")), d = Number(window.getComputedStyle(s).getPropertyValue("width").replace("px", "")),
|
|
1152
|
-
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;
|
|
1153
1153
|
};
|
|
1154
|
-
function ft(n, r, s, a,
|
|
1155
|
-
return a + (
|
|
1154
|
+
function ft(n, r, s, a, i) {
|
|
1155
|
+
return a + (i - a) * ((n - r) / (s - r));
|
|
1156
1156
|
}
|
|
1157
|
-
const Te = 0, Re = 100,
|
|
1158
|
-
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);
|
|
1159
1159
|
F(() => {
|
|
1160
1160
|
n.value ? s(n.value) : s(0);
|
|
1161
1161
|
}, [n.value]);
|
|
1162
|
-
const
|
|
1162
|
+
const c = (f) => {
|
|
1163
1163
|
s(Number(f.target.value)), n.onChange(f);
|
|
1164
1164
|
}, o = (f, v, g) => {
|
|
1165
1165
|
if (l.current && d.current) {
|
|
1166
|
-
let y =
|
|
1166
|
+
let y = fn(d.current);
|
|
1167
1167
|
if (y)
|
|
1168
1168
|
return ft(f, v, g, 0, g - v) * (y.width - 20) / (g - v);
|
|
1169
1169
|
}
|
|
1170
1170
|
return 0;
|
|
1171
1171
|
}, h = R((f) => {
|
|
1172
|
-
|
|
1172
|
+
i(!0), n.onFocus && n.onFocus(f);
|
|
1173
1173
|
}, [n.onFocus]), u = R((f) => {
|
|
1174
|
-
|
|
1174
|
+
i(!1), n.onBlur && n.onBlur(f);
|
|
1175
1175
|
}, [n.onBlur]);
|
|
1176
1176
|
return /* @__PURE__ */ e.jsx("div", { className: "range", children: /* @__PURE__ */ e.jsxs("div", { className: "field", children: [
|
|
1177
1177
|
n.maxMinDisplay ? /* @__PURE__ */ e.jsx("div", { className: "value left", children: n.min ?? Te }) : null,
|
|
@@ -1180,14 +1180,14 @@ const Te = 0, Re = 100, Ht = (n) => {
|
|
|
1180
1180
|
/* @__PURE__ */ e.jsx("span", { className: "slider-tooltip-container" }),
|
|
1181
1181
|
/* @__PURE__ */ e.jsx("span", { className: "slider-tooltip-value", children: r })
|
|
1182
1182
|
] }) }),
|
|
1183
|
-
/* @__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 })
|
|
1184
1184
|
] }),
|
|
1185
1185
|
n.maxMinDisplay ? /* @__PURE__ */ e.jsx("div", { className: "value right", children: n.max ?? Re }) : null
|
|
1186
1186
|
] }) });
|
|
1187
1187
|
};
|
|
1188
|
-
const
|
|
1188
|
+
const J = ({ className: n, children: r, header: s, action: a, onHide: i, style: l }) => {
|
|
1189
1189
|
function d() {
|
|
1190
|
-
|
|
1190
|
+
i && i();
|
|
1191
1191
|
}
|
|
1192
1192
|
return /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
1193
1193
|
/* @__PURE__ */ e.jsx("div", { onClick: d, style: { zIndex: "999" }, className: "backplate" }),
|
|
@@ -1200,9 +1200,9 @@ const G = ({ className: n, children: r, header: s, action: a, onHide: c, style:
|
|
|
1200
1200
|
}, mt = ({ onHide: n, onSave: r }) => /* @__PURE__ */ e.jsxs("div", { className: "dialog-button-container", children: [
|
|
1201
1201
|
/* @__PURE__ */ e.jsx(M, { onClick: n, children: "cancel" }),
|
|
1202
1202
|
r ? /* @__PURE__ */ e.jsx(M, { onClick: r, children: "save" }) : null
|
|
1203
|
-
] }),
|
|
1204
|
-
const [d,
|
|
1205
|
-
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);
|
|
1206
1206
|
}, [window.innerWidth]);
|
|
1207
1207
|
F(() => {
|
|
1208
1208
|
o();
|
|
@@ -1212,23 +1212,23 @@ const G = ({ className: n, children: r, header: s, action: a, onHide: c, style:
|
|
|
1212
1212
|
const h = () => {
|
|
1213
1213
|
l && l();
|
|
1214
1214
|
}, u = () => {
|
|
1215
|
-
|
|
1215
|
+
i && i();
|
|
1216
1216
|
};
|
|
1217
1217
|
return d ? /* @__PURE__ */ e.jsxs("div", { style: n, className: `full-screen-dialog-container ${r}`, children: [
|
|
1218
1218
|
/* @__PURE__ */ e.jsxs("div", { className: "full-screen-dialog-header", children: [
|
|
1219
1219
|
/* @__PURE__ */ e.jsx("div", { className: "dialog-icon-container", children: /* @__PURE__ */ e.jsx(ie, { transparent: !0, onClick: h, icon: /* @__PURE__ */ e.jsx(je, {}) }) }),
|
|
1220
1220
|
/* @__PURE__ */ e.jsx("div", { className: "header", children: s }),
|
|
1221
|
-
/* @__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 })
|
|
1222
1222
|
] }),
|
|
1223
1223
|
/* @__PURE__ */ e.jsx("div", { className: "full-screen-dialog-content", style: { overflowY: "auto" }, children: a })
|
|
1224
|
-
] }) : /* @__PURE__ */ e.jsx(
|
|
1225
|
-
},
|
|
1226
|
-
const
|
|
1227
|
-
|
|
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();
|
|
1228
1228
|
}, []), o = R(() => {
|
|
1229
1229
|
d && d(), l && l();
|
|
1230
1230
|
}, []);
|
|
1231
|
-
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 }) });
|
|
1232
1232
|
};
|
|
1233
1233
|
function vt({ actionText: n, onSuccess: r, onHide: s }) {
|
|
1234
1234
|
return /* @__PURE__ */ e.jsxs("div", { className: "dialog-button-container", children: [
|
|
@@ -1236,15 +1236,15 @@ function vt({ actionText: n, onSuccess: r, onHide: s }) {
|
|
|
1236
1236
|
/* @__PURE__ */ e.jsx(M, { onClick: r, children: n ?? "OK" })
|
|
1237
1237
|
] });
|
|
1238
1238
|
}
|
|
1239
|
-
function
|
|
1240
|
-
const [d,
|
|
1241
|
-
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();
|
|
1242
1242
|
}, [d]), h = R((u) => {
|
|
1243
|
-
|
|
1243
|
+
c(u);
|
|
1244
1244
|
}, []);
|
|
1245
|
-
return /* @__PURE__ */ e.jsxs(
|
|
1245
|
+
return /* @__PURE__ */ e.jsxs(J, { header: s, action: /* @__PURE__ */ e.jsx(jt, { onHide: a, onSuccess: o, disabled: d === void 0 }), children: [
|
|
1246
1246
|
/* @__PURE__ */ e.jsx(L, { style: { padding: "0px" } }),
|
|
1247
|
-
/* @__PURE__ */ e.jsx(
|
|
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
1248
|
/* @__PURE__ */ e.jsx(L, { style: { padding: "0px" } })
|
|
1249
1249
|
] });
|
|
1250
1250
|
}
|
|
@@ -1254,15 +1254,15 @@ function jt({ onSuccess: n, onHide: r, disabled: s }) {
|
|
|
1254
1254
|
/* @__PURE__ */ e.jsx(M, { onClick: n, disabled: s, children: "OK" })
|
|
1255
1255
|
] });
|
|
1256
1256
|
}
|
|
1257
|
-
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 }) => {
|
|
1258
1258
|
const [h, u] = N(""), f = R(() => {
|
|
1259
|
-
a && a(h),
|
|
1259
|
+
a && a(h), i && i();
|
|
1260
1260
|
}, [h]), v = (g) => {
|
|
1261
|
-
d === "number" && (Number(g) <
|
|
1261
|
+
d === "number" && (Number(g) < c && (g = String(c)), Number(g) > o && (g = String(o))), u(g);
|
|
1262
1262
|
};
|
|
1263
|
-
return /* @__PURE__ */ e.jsxs(
|
|
1263
|
+
return /* @__PURE__ */ e.jsxs(J, { style: n, header: s, action: /* @__PURE__ */ e.jsx(pt, { onHide: i, onSuccess: f }), children: [
|
|
1264
1264
|
/* @__PURE__ */ e.jsx("p", { children: r }),
|
|
1265
|
-
/* @__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) }) })
|
|
1266
1266
|
] });
|
|
1267
1267
|
};
|
|
1268
1268
|
function pt({ onSuccess: n, onHide: r }) {
|
|
@@ -1284,8 +1284,8 @@ const gt = 2050, cn = 1900, z = [
|
|
|
1284
1284
|
"October",
|
|
1285
1285
|
"November",
|
|
1286
1286
|
"December"
|
|
1287
|
-
], yt = () => Array(gt - cn).fill(0).map((n, r) => cn + r),
|
|
1288
|
-
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({
|
|
1289
1289
|
day: (/* @__PURE__ */ new Date()).getDate(),
|
|
1290
1290
|
type: "NOW_MONTH"
|
|
1291
1291
|
/* NOW_MONTH */
|
|
@@ -1309,9 +1309,9 @@ const gt = 2050, cn = 1900, z = [
|
|
|
1309
1309
|
u(j);
|
|
1310
1310
|
}, B = R(() => {
|
|
1311
1311
|
let j = /* @__PURE__ */ new Date();
|
|
1312
|
-
j.setFullYear(
|
|
1313
|
-
}, [l,
|
|
1314
|
-
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: [
|
|
1315
1315
|
/* @__PURE__ */ e.jsxs("div", { className: "calendar-body-select-container", children: [
|
|
1316
1316
|
/* @__PURE__ */ e.jsx("div", { className: "month", children: /* @__PURE__ */ e.jsxs("span", { className: f === "MONTHS" ? "active" : "", onClick: () => v(
|
|
1317
1317
|
"MONTHS"
|
|
@@ -1325,7 +1325,7 @@ const gt = 2050, cn = 1900, z = [
|
|
|
1325
1325
|
"YEARS"
|
|
1326
1326
|
/* YEARS */
|
|
1327
1327
|
), children: [
|
|
1328
|
-
|
|
1328
|
+
c,
|
|
1329
1329
|
" ",
|
|
1330
1330
|
/* @__PURE__ */ e.jsx(sn, {})
|
|
1331
1331
|
] }) })
|
|
@@ -1334,7 +1334,7 @@ const gt = 2050, cn = 1900, z = [
|
|
|
1334
1334
|
/* @__PURE__ */ e.jsx("div", { className: "status-container", children: l === j ? /* @__PURE__ */ e.jsx(ce, {}) : null }),
|
|
1335
1335
|
/* @__PURE__ */ e.jsx("div", { className: "content", children: j })
|
|
1336
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:
|
|
1337
|
+
/* @__PURE__ */ e.jsx("div", { className: "status-container", children: c === j ? /* @__PURE__ */ e.jsx(ce, {}) : null }),
|
|
1338
1338
|
/* @__PURE__ */ e.jsx("div", { className: "content", children: j })
|
|
1339
1339
|
] }, _)) }) : /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
1340
1340
|
/* @__PURE__ */ e.jsxs("div", { className: "calendar-body-dayofweek-container", children: [
|
|
@@ -1346,7 +1346,7 @@ const gt = 2050, cn = 1900, z = [
|
|
|
1346
1346
|
/* @__PURE__ */ e.jsx("span", { children: "S" }),
|
|
1347
1347
|
/* @__PURE__ */ e.jsx("span", { children: "S" })
|
|
1348
1348
|
] }),
|
|
1349
|
-
/* @__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 }, _)) })
|
|
1350
1350
|
] }),
|
|
1351
1351
|
/* @__PURE__ */ e.jsxs("div", { className: "calendar-body-action-container", children: [
|
|
1352
1352
|
/* @__PURE__ */ e.jsx(M, { className: "little m-0", onClick: r, children: "Cancel" }),
|
|
@@ -1354,8 +1354,8 @@ const gt = 2050, cn = 1900, z = [
|
|
|
1354
1354
|
] })
|
|
1355
1355
|
] });
|
|
1356
1356
|
};
|
|
1357
|
-
const bt = ({ setHours: n, setMinutes: r, switchMode: s, hours: a, minutes:
|
|
1358
|
-
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) => {
|
|
1359
1359
|
n(v), o(!0);
|
|
1360
1360
|
}, [n]), u = R((v) => {
|
|
1361
1361
|
r(v), o(!1);
|
|
@@ -1371,11 +1371,11 @@ const bt = ({ setHours: n, setMinutes: r, switchMode: s, hours: a, minutes: c, o
|
|
|
1371
1371
|
] }),
|
|
1372
1372
|
/* @__PURE__ */ e.jsx("div", { className: "time-separator", children: ":" }),
|
|
1373
1373
|
/* @__PURE__ */ e.jsxs("div", { className: "time-input minutes", children: [
|
|
1374
|
-
/* @__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 }) }),
|
|
1375
1375
|
/* @__PURE__ */ e.jsx("span", { className: "text-sm", children: "Minute" })
|
|
1376
1376
|
] })
|
|
1377
1377
|
] }),
|
|
1378
|
-
/* @__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 }) }),
|
|
1379
1379
|
/* @__PURE__ */ e.jsxs("div", { className: "enter-time-action", children: [
|
|
1380
1380
|
/* @__PURE__ */ e.jsx("div", { className: "enter-time-icon", onClick: () => s(), children: /* @__PURE__ */ e.jsx(it, {}) }),
|
|
1381
1381
|
/* @__PURE__ */ e.jsx(M, { className: "little", onClick: f, children: "Cancel" }),
|
|
@@ -1435,8 +1435,8 @@ function Nt({ setMinutes: n }) {
|
|
|
1435
1435
|
/* @__PURE__ */ e.jsx("span", { className: "center" })
|
|
1436
1436
|
] });
|
|
1437
1437
|
}
|
|
1438
|
-
const Ct = ({ setHours: n, setMinutes: r, switchMode: s, minutes: a, hours:
|
|
1439
|
-
const
|
|
1438
|
+
const Ct = ({ setHours: n, setMinutes: r, switchMode: s, minutes: a, hours: i, onCancel: l, onOK: d }) => {
|
|
1439
|
+
const c = (h) => {
|
|
1440
1440
|
let u = Number(h.target.value);
|
|
1441
1441
|
u < 0 && (u = 0), u > 23 && (u = 23), n(u);
|
|
1442
1442
|
}, o = (h) => {
|
|
@@ -1447,7 +1447,7 @@ const Ct = ({ setHours: n, setMinutes: r, switchMode: s, minutes: a, hours: c, o
|
|
|
1447
1447
|
/* @__PURE__ */ e.jsx("div", { className: "time-type", children: /* @__PURE__ */ e.jsx("p", { className: "text-sm", children: "Enter time" }) }),
|
|
1448
1448
|
/* @__PURE__ */ e.jsxs("div", { className: "time-input-container", children: [
|
|
1449
1449
|
/* @__PURE__ */ e.jsxs("div", { className: "time-input hours", children: [
|
|
1450
|
-
/* @__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 }) }),
|
|
1451
1451
|
/* @__PURE__ */ e.jsx("span", { className: "text-sm", children: "Hour" })
|
|
1452
1452
|
] }),
|
|
1453
1453
|
/* @__PURE__ */ e.jsx("div", { className: "time-separator", children: ":" }),
|
|
@@ -1462,24 +1462,24 @@ const Ct = ({ setHours: n, setMinutes: r, switchMode: s, minutes: a, hours: c, o
|
|
|
1462
1462
|
/* @__PURE__ */ e.jsx(M, { className: "little", onClick: d, children: "OK" })
|
|
1463
1463
|
] })
|
|
1464
1464
|
] });
|
|
1465
|
-
},
|
|
1466
|
-
const [r, s] = N(n.minutes ?? 0), [a,
|
|
1467
|
-
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);
|
|
1468
1468
|
}, o = R((u) => {
|
|
1469
1469
|
s(u), n.onChange && n.onChange(a, u), n.onHide && n.onHide();
|
|
1470
1470
|
}, [a]), h = R(() => {
|
|
1471
1471
|
n.onChange && n.onChange(a, r), n.onHide && n.onHide();
|
|
1472
1472
|
}, [a, r]);
|
|
1473
|
-
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 }) });
|
|
1474
1474
|
};
|
|
1475
|
-
const
|
|
1476
|
-
const [a,
|
|
1477
|
-
if (!
|
|
1475
|
+
const ir = ({ onChange: n, value: r, className: s }) => {
|
|
1476
|
+
const [a, i] = N(r || []), l = R((c) => {
|
|
1477
|
+
if (!c)
|
|
1478
1478
|
return;
|
|
1479
1479
|
let o = a.slice();
|
|
1480
|
-
const h = o.indexOf(
|
|
1481
|
-
h !== -1 && !
|
|
1482
|
-
}, [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]);
|
|
1483
1483
|
return /* @__PURE__ */ e.jsx(e.Fragment, { children: /* @__PURE__ */ e.jsxs("div", { className: `days-week-field-container ${s}`, children: [
|
|
1484
1484
|
/* @__PURE__ */ e.jsxs("label", { children: [
|
|
1485
1485
|
/* @__PURE__ */ e.jsx("input", { type: "checkbox", onChange: l, name: "Mon", checked: d("Mon") }),
|
|
@@ -1511,12 +1511,12 @@ const sr = ({ onChange: n, value: r, className: s }) => {
|
|
|
1511
1511
|
] })
|
|
1512
1512
|
] }) });
|
|
1513
1513
|
};
|
|
1514
|
-
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" }) => {
|
|
1515
1515
|
const o = U(null), [h, u] = N([]), f = R(() => {
|
|
1516
1516
|
if (!o.current)
|
|
1517
1517
|
return;
|
|
1518
|
-
o.current.style.display = "grid", o.current.style.gridRowGap = a, o.current.style.gridColumnGap =
|
|
1519
|
-
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;
|
|
1520
1520
|
o.current.style.gridTemplateColumns = "repeat(auto-fill, minmax(" + y + ", " + w + "))", o.current.style.gridAutoRows = "0", h.forEach((S) => {
|
|
1521
1521
|
S.style.gridAutoRows = "0", S.style.gridAutoColumns = "0";
|
|
1522
1522
|
});
|
|
@@ -1554,56 +1554,56 @@ const wt = ({ item: n, isIcon: r, globalClick: s }) => {
|
|
|
1554
1554
|
/* @__PURE__ */ e.jsx("div", { className: "menu-status-container", children: n.activated ? /* @__PURE__ */ e.jsx(ce, {}) : null })
|
|
1555
1555
|
] });
|
|
1556
1556
|
}, Et = ({ items: n, onHide: r, smallDisplay: s, globalClick: a }) => {
|
|
1557
|
-
const
|
|
1558
|
-
function
|
|
1557
|
+
const i = U(null), [l, d] = N({ left: "0px", top: "0px" });
|
|
1558
|
+
function c(o) {
|
|
1559
1559
|
for (let h of o)
|
|
1560
1560
|
if (h.icon)
|
|
1561
1561
|
return !0;
|
|
1562
1562
|
return !1;
|
|
1563
1563
|
}
|
|
1564
1564
|
return F(() => {
|
|
1565
|
-
if (!
|
|
1565
|
+
if (!i.current)
|
|
1566
1566
|
return;
|
|
1567
|
-
let o =
|
|
1567
|
+
let o = fn(i.current.parentElement);
|
|
1568
1568
|
if (!o)
|
|
1569
1569
|
return;
|
|
1570
|
-
let h =
|
|
1570
|
+
let h = mn(o.left + o.width, o.top, i.current, { marginRight: o.width });
|
|
1571
1571
|
d({
|
|
1572
1572
|
left: h.x - o.left + "px",
|
|
1573
1573
|
top: h.y - o.top + "px"
|
|
1574
1574
|
});
|
|
1575
1575
|
}, []), /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
1576
|
-
/* @__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)) }),
|
|
1577
1577
|
s ? null : /* @__PURE__ */ e.jsx("div", { style: { zIndex: 4 }, className: "backplate", onClick: r })
|
|
1578
1578
|
] });
|
|
1579
|
-
}, Tt = ({ onHide: n, autoHide: r, globalClick: s, item: a, isIcon:
|
|
1580
|
-
const [d,
|
|
1581
|
-
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();
|
|
1582
1582
|
}, [a.onClick]);
|
|
1583
1583
|
return /* @__PURE__ */ e.jsxs("div", { className: "menu-item-conatiner", children: [
|
|
1584
1584
|
/* @__PURE__ */ e.jsxs("div", { className: "menu-item", onClick: o, children: [
|
|
1585
|
-
|
|
1585
|
+
i ? /* @__PURE__ */ e.jsx("div", { className: "menu-icon-container", children: a.icon }) : null,
|
|
1586
1586
|
/* @__PURE__ */ e.jsx("div", { className: "menu-text-container", children: a.title }),
|
|
1587
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" }) })
|
|
1588
1588
|
] }),
|
|
1589
|
-
d && a.subItems ? /* @__PURE__ */ e.jsx(Et, { items: a.subItems, onHide: () =>
|
|
1589
|
+
d && a.subItems ? /* @__PURE__ */ e.jsx(Et, { items: a.subItems, onHide: () => c(!1), smallDisplay: l }) : null
|
|
1590
1590
|
] });
|
|
1591
1591
|
};
|
|
1592
|
-
function
|
|
1592
|
+
function vn({ block: n, smallDisplay: r, onHide: s, globalClick: a, autoHide: i }) {
|
|
1593
1593
|
function l(d) {
|
|
1594
|
-
for (let
|
|
1595
|
-
if (
|
|
1594
|
+
for (let c of d.items)
|
|
1595
|
+
if (c.icon)
|
|
1596
1596
|
return !0;
|
|
1597
1597
|
return !1;
|
|
1598
1598
|
}
|
|
1599
|
-
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)) });
|
|
1600
1600
|
}
|
|
1601
|
-
const Rt = 100,
|
|
1602
|
-
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 = () => {
|
|
1603
1603
|
n.onHide && n.onHide();
|
|
1604
1604
|
};
|
|
1605
1605
|
return F(() => {
|
|
1606
|
-
let l =
|
|
1606
|
+
let l = mn(n.x, n.y, r.current, { marginBottom: Rt });
|
|
1607
1607
|
a({
|
|
1608
1608
|
left: l.x + "px",
|
|
1609
1609
|
top: l.y + "px"
|
|
@@ -1611,18 +1611,18 @@ const Rt = 100, cr = (n) => {
|
|
|
1611
1611
|
}, [n.x, n.y]), n.visible ? /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
1612
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: [
|
|
1613
1613
|
d !== 0 ? /* @__PURE__ */ e.jsx(L, {}) : null,
|
|
1614
|
-
/* @__PURE__ */ e.jsx(
|
|
1614
|
+
/* @__PURE__ */ e.jsx(vn, { block: l, smallDisplay: !1, globalClick: n.onClick, autoHide: n.autoHide, onHide: i })
|
|
1615
1615
|
] }, d)) }),
|
|
1616
|
-
/* @__PURE__ */ e.jsx("div", { style: { zIndex: 1600 }, className: "backplate", onClick:
|
|
1616
|
+
/* @__PURE__ */ e.jsx("div", { style: { zIndex: 1600 }, className: "backplate", onClick: i, onContextMenu: (l) => {
|
|
1617
1617
|
l.preventDefault();
|
|
1618
1618
|
} })
|
|
1619
1619
|
] }) : null;
|
|
1620
|
-
},
|
|
1620
|
+
}, dr = (n) => {
|
|
1621
1621
|
const r = () => {
|
|
1622
1622
|
};
|
|
1623
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
1624
|
a !== 0 ? /* @__PURE__ */ e.jsx(L, {}) : null,
|
|
1625
|
-
/* @__PURE__ */ e.jsx(
|
|
1625
|
+
/* @__PURE__ */ e.jsx(vn, { block: s, smallDisplay: !0 })
|
|
1626
1626
|
] }, a)) }) });
|
|
1627
1627
|
};
|
|
1628
1628
|
function _t(n) {
|
|
@@ -1630,10 +1630,10 @@ function _t(n) {
|
|
|
1630
1630
|
if (n.length > 0)
|
|
1631
1631
|
for (let s of n)
|
|
1632
1632
|
for (let a in s) {
|
|
1633
|
-
let
|
|
1633
|
+
let i = !1;
|
|
1634
1634
|
for (let l of r)
|
|
1635
|
-
l.field === a && (
|
|
1636
|
-
|
|
1635
|
+
l.field === a && (i = !0);
|
|
1636
|
+
i || r.push({
|
|
1637
1637
|
title: a,
|
|
1638
1638
|
field: a
|
|
1639
1639
|
});
|
|
@@ -1641,40 +1641,40 @@ function _t(n) {
|
|
|
1641
1641
|
return r;
|
|
1642
1642
|
}
|
|
1643
1643
|
const St = ({ data: n, column: r, color: s, backgroundColor: a }) => {
|
|
1644
|
-
function c
|
|
1644
|
+
function i(c, o) {
|
|
1645
1645
|
for (let h in o)
|
|
1646
|
-
if (
|
|
1646
|
+
if (c === h)
|
|
1647
1647
|
return o[h];
|
|
1648
1648
|
}
|
|
1649
|
-
function l(
|
|
1650
|
-
return typeof
|
|
1649
|
+
function l(c) {
|
|
1650
|
+
return typeof c == "number" || typeof c == "string" ? { content: c } : c;
|
|
1651
1651
|
}
|
|
1652
|
-
function d(
|
|
1653
|
-
return
|
|
1652
|
+
function d(c) {
|
|
1653
|
+
return c ? Array.isArray(c) ? c.map((o) => l(o)) : [l(c)] : [];
|
|
1654
1654
|
}
|
|
1655
|
-
return /* @__PURE__ */ e.jsx("td", { style: { backgroundColor: a }, children: d(
|
|
1656
|
-
}, $t = ({ actions: n, item: r, columns: s, onContextMenu: a, onDelete:
|
|
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 }) => {
|
|
1657
1657
|
const o = (u) => !u.target.closest(".no-click"), h = (u) => {
|
|
1658
|
-
o(u) && d && d(r,
|
|
1658
|
+
o(u) && d && d(r, c);
|
|
1659
1659
|
};
|
|
1660
1660
|
return /* @__PURE__ */ e.jsxs("tr", { className: "table-row", onClick: h, children: [
|
|
1661
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,
|
|
1663
|
-
a ||
|
|
1664
|
-
l ? /* @__PURE__ */ e.jsx(ie, { transparent: !0, icon: /* @__PURE__ */ e.jsx(ct, {}), onClick: () => l(r,
|
|
1665
|
-
|
|
1666
|
-
a ? /* @__PURE__ */ e.jsx(ie, { transparent: !0, icon: /* @__PURE__ */ e.jsx(at, {}), onClick: (u) => a(u, r,
|
|
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
|
|
1667
1667
|
] }) }) : null
|
|
1668
1668
|
] });
|
|
1669
|
-
},
|
|
1669
|
+
}, ur = ({ data: n, columns: r, onDelete: s, onContextMenu: a, onEdit: i, actions: l, onClickRow: d, adaptive: c }) => {
|
|
1670
1670
|
const [o] = N(r ?? _t(n));
|
|
1671
|
-
return /* @__PURE__ */ e.jsx("div", { className: `table-container mt-3 ${d ? "clicked" : ""} ${
|
|
1671
|
+
return /* @__PURE__ */ e.jsx("div", { className: `table-container mt-3 ${d ? "clicked" : ""} ${c ? "auto-rotate" : ""}`, children: /* @__PURE__ */ e.jsxs("table", { children: [
|
|
1672
1672
|
/* @__PURE__ */ e.jsx("thead", { children: /* @__PURE__ */ e.jsxs("tr", { children: [
|
|
1673
1673
|
o.map((h, u) => /* @__PURE__ */ e.jsx("th", { className: "min-width", children: h.title }, u)),
|
|
1674
1674
|
l ? /* @__PURE__ */ e.jsx("th", { className: "table-actions-header", children: "actions" }) : null,
|
|
1675
|
-
s || a ||
|
|
1675
|
+
s || a || i ? /* @__PURE__ */ e.jsx("th", { className: "table-actions-header" }) : null
|
|
1676
1676
|
] }) }),
|
|
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:
|
|
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)) })
|
|
1678
1678
|
] }) });
|
|
1679
1679
|
};
|
|
1680
1680
|
const Ot = ({ icon: n, title: r, to: s }) => /* @__PURE__ */ e.jsxs(Oe, { to: s, className: "navigation-item", children: [
|
|
@@ -1683,14 +1683,14 @@ const Ot = ({ icon: n, title: r, to: s }) => /* @__PURE__ */ e.jsxs(Oe, { to: s,
|
|
|
1683
1683
|
] }), Dt = ({ onClick: n, icon: r, title: s }) => /* @__PURE__ */ e.jsxs("div", { onClick: n, className: "navigation-item", children: [
|
|
1684
1684
|
/* @__PURE__ */ e.jsx("div", { className: "navigation-item-icon", children: r }),
|
|
1685
1685
|
/* @__PURE__ */ e.jsx("div", { className: "navigation-item-text", children: s })
|
|
1686
|
-
] }),
|
|
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
1687
|
const ln = ({ onClick: n, icon: r, title: s, to: a }) => /* @__PURE__ */ e.jsxs(Oe, { onClick: n, to: a, className: "navigation-item", children: [
|
|
1688
1688
|
/* @__PURE__ */ e.jsx("div", { className: "navigation-item-icon", children: r }),
|
|
1689
1689
|
/* @__PURE__ */ e.jsx("div", { className: "navigation-item-text", children: s })
|
|
1690
1690
|
] }), fe = ({ onClick: n, icon: r, title: s }) => /* @__PURE__ */ e.jsxs("div", { onClick: n, className: "navigation-item", children: [
|
|
1691
1691
|
/* @__PURE__ */ e.jsx("div", { className: "navigation-item-icon", children: r }),
|
|
1692
1692
|
/* @__PURE__ */ e.jsx("div", { className: "navigation-item-text", children: s })
|
|
1693
|
-
] }),
|
|
1693
|
+
] }), hr = ({ visible: n, firstBtn: r, mainBtn: s, onHide: a, otherBtn: i, backBtn: l, openAlways: d }) => /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
1694
1694
|
/* @__PURE__ */ e.jsxs("div", { className: `navigation-drawer-container ${n || d ? "show" : "hide"}`, children: [
|
|
1695
1695
|
r ? /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
1696
1696
|
/* @__PURE__ */ e.jsxs("div", { className: "navigation-block", children: [
|
|
@@ -1701,12 +1701,12 @@ const ln = ({ onClick: n, icon: r, title: s, to: a }) => /* @__PURE__ */ e.jsxs(
|
|
|
1701
1701
|
] }) : null,
|
|
1702
1702
|
/* @__PURE__ */ e.jsxs("div", { className: "navigation-block", children: [
|
|
1703
1703
|
/* @__PURE__ */ e.jsx("div", { className: "block-header" }),
|
|
1704
|
-
/* @__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) })
|
|
1705
1705
|
] }),
|
|
1706
1706
|
/* @__PURE__ */ e.jsx("div", { className: "divider-container", children: /* @__PURE__ */ e.jsx(L, {}) }),
|
|
1707
1707
|
/* @__PURE__ */ e.jsxs("div", { className: "navigation-block", children: [
|
|
1708
1708
|
/* @__PURE__ */ e.jsx("div", { className: "block-header" }),
|
|
1709
|
-
/* @__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) })
|
|
1710
1710
|
] }),
|
|
1711
1711
|
/* @__PURE__ */ e.jsx("div", { className: "divider-container", children: /* @__PURE__ */ e.jsx(L, {}) }),
|
|
1712
1712
|
l ? /* @__PURE__ */ e.jsx("div", { className: "navigation-block", children: /* @__PURE__ */ e.jsx(fe, { onClick: l.onClick, title: l.text, icon: l.icon }) }) : null
|
|
@@ -1719,72 +1719,93 @@ const Mt = ({ icon: n, title: r, to: s }) => /* @__PURE__ */ e.jsxs(Oe, { to: s,
|
|
|
1719
1719
|
] }), me = ({ onClick: n, icon: r, title: s }) => /* @__PURE__ */ e.jsxs("div", { onClick: n, className: "navigation-item", children: [
|
|
1720
1720
|
/* @__PURE__ */ e.jsx("div", { className: "navigation-item-icon", children: r }),
|
|
1721
1721
|
/* @__PURE__ */ e.jsx("div", { className: "navigation-item-text", children: s })
|
|
1722
|
-
] }),
|
|
1723
|
-
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,
|
|
1724
1724
|
r ? /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
1725
1725
|
/* @__PURE__ */ e.jsx(L, {}),
|
|
1726
|
-
/* @__PURE__ */ e.jsx(me, { title: r.text, icon: r.icon ?? /* @__PURE__ */ e.jsx($e, {}), onClick: (
|
|
1727
|
-
r.onClick && r.onClick(
|
|
1726
|
+
/* @__PURE__ */ e.jsx(me, { title: r.text, icon: r.icon ?? /* @__PURE__ */ e.jsx($e, {}), onClick: (i) => {
|
|
1727
|
+
r.onClick && r.onClick(i);
|
|
1728
1728
|
} }),
|
|
1729
1729
|
/* @__PURE__ */ e.jsx(L, {})
|
|
1730
1730
|
] }) : null,
|
|
1731
|
-
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),
|
|
1732
1732
|
a ? /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
1733
1733
|
/* @__PURE__ */ e.jsx(L, {}),
|
|
1734
|
-
/* @__PURE__ */ e.jsx(me, { title: a.text, icon: a.icon ?? /* @__PURE__ */ e.jsx($e, {}), onClick: (
|
|
1735
|
-
a.onClick && a.onClick(
|
|
1734
|
+
/* @__PURE__ */ e.jsx(me, { title: a.text, icon: a.icon ?? /* @__PURE__ */ e.jsx($e, {}), onClick: (i) => {
|
|
1735
|
+
a.onClick && a.onClick(i);
|
|
1736
1736
|
} }),
|
|
1737
1737
|
/* @__PURE__ */ e.jsx(L, {})
|
|
1738
1738
|
] }) : null
|
|
1739
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
|
+
] });
|
|
1740
1759
|
export {
|
|
1741
1760
|
Hn as BaseActionCard,
|
|
1742
1761
|
le as BaseButton,
|
|
1743
|
-
|
|
1762
|
+
nr as BaseDialog,
|
|
1744
1763
|
ut as BaseRadioButton,
|
|
1745
|
-
|
|
1746
|
-
|
|
1764
|
+
J as BasicTemplateDialog,
|
|
1765
|
+
Bt as BigContainer,
|
|
1747
1766
|
Zn as BottomSheetsUi,
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1767
|
+
dn as Button,
|
|
1768
|
+
Yt as Card,
|
|
1769
|
+
Lt as Checkbox,
|
|
1751
1770
|
dt as Chips,
|
|
1752
|
-
|
|
1771
|
+
ir as DayOfWeekField,
|
|
1753
1772
|
L as Divider,
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
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,
|
|
1761
1781
|
ie as IconButton,
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
+
Gn as ListContainer,
|
|
1783
|
+
Jn as ListItem,
|
|
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,
|
|
1782
1802
|
M as TextButton,
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1803
|
+
rr as TextDialog,
|
|
1804
|
+
hn as TextField,
|
|
1805
|
+
ar as TimePicker,
|
|
1806
|
+
fn as getContainerData,
|
|
1807
|
+
mn as getModalWindowCord,
|
|
1808
|
+
Ft as hexToRgb,
|
|
1788
1809
|
ft as map,
|
|
1789
|
-
|
|
1810
|
+
sr as СalendarPickers
|
|
1790
1811
|
};
|