alex-evo-sh-ui-kit 1.0.6 → 1.0.8
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 +285 -248
- 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 +7 -2
- package/dist/model/navigation.d.ts +1 -0
- package/dist/ui/Button/Button.d.ts +2 -1
- package/dist/ui/EmptyPage/EmptyPage.d.ts +20 -0
- package/dist/ui/Layout/ColumnLayout/ColumnLayout.d.ts +16 -0
- package/dist/ui/NavigationDrawer/NavButton.d.ts +2 -1
- package/dist/ui/NavigationRail/NavButton.d.ts +2 -1
- package/package.json +1 -1
- /package/dist/ui/{GridLayout → Layout/GridLayout}/GridLayout.d.ts +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import ve, { useState as N, useCallback as R, useEffect as F, forwardRef as on, createElement as _e, useRef as U } from "react";
|
|
2
2
|
import { NavLink as Oe } from "react-router-dom";
|
|
3
|
-
import './index.css';var
|
|
3
|
+
import './index.css';var $e = { exports: {} }, se = {};
|
|
4
4
|
/**
|
|
5
5
|
* @license React
|
|
6
6
|
* react-jsx-runtime.production.min.js
|
|
@@ -11,7 +11,7 @@ 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;
|
|
@@ -39,10 +39,10 @@ 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
44
|
var n = ve, r = Symbol.for("react.element"), s = Symbol.for("react.portal"), a = Symbol.for("react.fragment"), c = Symbol.for("react.strict_mode"), l = Symbol.for("react.profiler"), d = Symbol.for("react.provider"), i = 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
|
-
function
|
|
45
|
+
function $(t) {
|
|
46
46
|
if (t === null || typeof t != "object")
|
|
47
47
|
return null;
|
|
48
48
|
var x = y && t[y] || t[w];
|
|
@@ -53,10 +53,10 @@ function zn() {
|
|
|
53
53
|
{
|
|
54
54
|
for (var x = arguments.length, m = new Array(x > 1 ? x - 1 : 0), p = 1; p < x; p++)
|
|
55
55
|
m[p - 1] = arguments[p];
|
|
56
|
-
|
|
56
|
+
L("error", t, m);
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
|
-
function
|
|
59
|
+
function L(t, x, m) {
|
|
60
60
|
{
|
|
61
61
|
var p = O.ReactDebugCurrentFrame, C = p.getStackAddendum();
|
|
62
62
|
C !== "" && (x += "%s", m = m.concat([C]));
|
|
@@ -66,10 +66,10 @@ function zn() {
|
|
|
66
66
|
T.unshift("Warning: " + x), Function.prototype.apply.call(console[t], console, T);
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
|
-
var j = !1, _ = !1,
|
|
69
|
+
var j = !1, _ = !1, V = !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 === c || t === h || t === u || K || t === g || j || _ ||
|
|
72
|
+
return !!(typeof t == "string" || typeof t == "function" || t === a || t === l || ee || t === c || t === h || t === u || K || t === g || j || _ || V || typeof t == "object" && t !== null && (t.$$typeof === v || t.$$typeof === f || t.$$typeof === d || t.$$typeof === i || 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.
|
|
@@ -85,7 +85,7 @@ function zn() {
|
|
|
85
85
|
function De(t) {
|
|
86
86
|
return t.displayName || "Context";
|
|
87
87
|
}
|
|
88
|
-
function
|
|
88
|
+
function B(t) {
|
|
89
89
|
if (t == null)
|
|
90
90
|
return null;
|
|
91
91
|
if (typeof t.tag == "number" && E("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof t == "function")
|
|
@@ -118,11 +118,11 @@ function zn() {
|
|
|
118
118
|
return X(t, t.render, "ForwardRef");
|
|
119
119
|
case f:
|
|
120
120
|
var p = t.displayName || null;
|
|
121
|
-
return p !== null ? p :
|
|
121
|
+
return p !== null ? p : B(t.type) || "Memo";
|
|
122
122
|
case v: {
|
|
123
123
|
var C = t, T = C._payload, k = C._init;
|
|
124
124
|
try {
|
|
125
|
-
return
|
|
125
|
+
return B(k(T));
|
|
126
126
|
} catch {
|
|
127
127
|
return null;
|
|
128
128
|
}
|
|
@@ -130,18 +130,18 @@ function zn() {
|
|
|
130
130
|
}
|
|
131
131
|
return null;
|
|
132
132
|
}
|
|
133
|
-
var q = Object.assign, ne = 0, Me, Fe, Pe, Ae, Ie, Ye,
|
|
134
|
-
function
|
|
133
|
+
var q = Object.assign, ne = 0, Me, Fe, Pe, Ae, Ie, Ye, Le;
|
|
134
|
+
function We() {
|
|
135
135
|
}
|
|
136
|
-
|
|
137
|
-
function
|
|
136
|
+
We.__reactDisabledLog = !0;
|
|
137
|
+
function jn() {
|
|
138
138
|
{
|
|
139
139
|
if (ne === 0) {
|
|
140
|
-
Me = console.log, Fe = console.info, Pe = console.warn, Ae = console.error, Ie = console.group, Ye = console.groupCollapsed,
|
|
140
|
+
Me = console.log, Fe = console.info, Pe = console.warn, Ae = console.error, Ie = console.group, Ye = console.groupCollapsed, Le = console.groupEnd;
|
|
141
141
|
var t = {
|
|
142
142
|
configurable: !0,
|
|
143
143
|
enumerable: !0,
|
|
144
|
-
value:
|
|
144
|
+
value: We,
|
|
145
145
|
writable: !0
|
|
146
146
|
};
|
|
147
147
|
Object.defineProperties(console, {
|
|
@@ -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 = {
|
|
@@ -185,7 +185,7 @@ function zn() {
|
|
|
185
185
|
value: Ye
|
|
186
186
|
}),
|
|
187
187
|
groupEnd: q({}, t, {
|
|
188
|
-
value:
|
|
188
|
+
value: Le
|
|
189
189
|
})
|
|
190
190
|
});
|
|
191
191
|
}
|
|
@@ -208,10 +208,10 @@ 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
|
-
function
|
|
214
|
+
function Ve(t, x) {
|
|
215
215
|
if (!t || ye)
|
|
216
216
|
return "";
|
|
217
217
|
{
|
|
@@ -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() {
|
|
@@ -261,31 +261,31 @@ function zn() {
|
|
|
261
261
|
if (A && p && typeof A.stack == "string") {
|
|
262
262
|
for (var b = A.stack.split(`
|
|
263
263
|
`), P = p.stack.split(`
|
|
264
|
-
`),
|
|
264
|
+
`), S = b.length - 1, D = P.length - 1; S >= 1 && D >= 0 && b[S] !== P[D]; )
|
|
265
265
|
D--;
|
|
266
|
-
for (;
|
|
267
|
-
if (b[
|
|
268
|
-
if (
|
|
266
|
+
for (; S >= 1 && D >= 0; S--, D--)
|
|
267
|
+
if (b[S] !== P[D]) {
|
|
268
|
+
if (S !== 1 || D !== 1)
|
|
269
269
|
do
|
|
270
|
-
if (
|
|
270
|
+
if (S--, D--, D < 0 || b[S] !== P[D]) {
|
|
271
271
|
var Y = `
|
|
272
|
-
` + b[
|
|
272
|
+
` + b[S].replace(" at new ", " at ");
|
|
273
273
|
return t.displayName && Y.includes("<anonymous>") && (Y = Y.replace("<anonymous>", t.displayName)), typeof t == "function" && ue.set(t, Y), Y;
|
|
274
274
|
}
|
|
275
|
-
while (
|
|
275
|
+
while (S >= 1 && D >= 0);
|
|
276
276
|
break;
|
|
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
|
|
286
|
-
return
|
|
285
|
+
function yn(t, x, m) {
|
|
286
|
+
return Ve(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
|
|
296
|
+
return Ve(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: {
|
|
@@ -318,7 +318,7 @@ function zn() {
|
|
|
318
318
|
}
|
|
319
319
|
return "";
|
|
320
320
|
}
|
|
321
|
-
var te = Object.prototype.hasOwnProperty,
|
|
321
|
+
var te = Object.prototype.hasOwnProperty, Be = {}, ze = O.ReactDebugCurrentFrame;
|
|
322
322
|
function he(t) {
|
|
323
323
|
if (t) {
|
|
324
324
|
var x = t._owner, m = xe(t.type, t._source, x ? x.type : null);
|
|
@@ -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)
|
|
@@ -338,24 +338,24 @@ function zn() {
|
|
|
338
338
|
throw P.name = "Invariant Violation", P;
|
|
339
339
|
}
|
|
340
340
|
b = t[k](x, k, p, m, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
341
|
-
} catch (
|
|
342
|
-
b =
|
|
341
|
+
} catch (S) {
|
|
342
|
+
b = S;
|
|
343
343
|
}
|
|
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
|
|
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 Be) && (Be[b.message] = !0, he(C), E("Failed %s type: %s", m, b.message), he(null));
|
|
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
|
-
var m =
|
|
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',
|
|
397
|
+
var m = B(re.current.type);
|
|
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', B(re.current.type), t.ref), ke[m] = !0);
|
|
399
399
|
}
|
|
400
400
|
}
|
|
401
|
-
function
|
|
401
|
+
function $n(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));
|
|
@@ -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,41 +449,41 @@ 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
|
-
var
|
|
460
|
-
for (T in
|
|
461
|
-
k[T] === void 0 && (k[T] =
|
|
459
|
+
var S = t.defaultProps;
|
|
460
|
+
for (T in S)
|
|
461
|
+
k[T] === void 0 && (k[T] = S[T]);
|
|
462
462
|
}
|
|
463
463
|
if (b || P) {
|
|
464
464
|
var D = typeof t == "function" ? t.displayName || t.name || "Unknown" : t;
|
|
465
|
-
b &&
|
|
465
|
+
b && $n(k, D), P && Sn(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
|
-
var t =
|
|
486
|
+
var t = B(Ne.current.type);
|
|
487
487
|
if (t)
|
|
488
488
|
return `
|
|
489
489
|
|
|
@@ -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,12 +521,12 @@ 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;
|
|
528
528
|
var p = "";
|
|
529
|
-
t && t._owner && t._owner !== Ne.current && (p = " It was passed a child from " +
|
|
529
|
+
t && t._owner && t._owner !== Ne.current && (p = " It was passed a child from " + B(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);
|
|
530
530
|
}
|
|
531
531
|
}
|
|
532
532
|
function Qe(t, x) {
|
|
@@ -541,14 +541,14 @@ Check the top-level render call using <` + m + ">.");
|
|
|
541
541
|
else if (we(t))
|
|
542
542
|
t._store && (t._store.validated = !0);
|
|
543
543
|
else if (t) {
|
|
544
|
-
var C =
|
|
544
|
+
var C = $(t);
|
|
545
545
|
if (typeof C == "function" && C !== t.entries)
|
|
546
546
|
for (var T = C.call(t), k; !(k = T.next()).done; )
|
|
547
547
|
we(k.value) && Ze(k.value, x);
|
|
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")
|
|
@@ -563,17 +563,17 @@ Check the top-level render call using <` + m + ">.");
|
|
|
563
563
|
else
|
|
564
564
|
return;
|
|
565
565
|
if (m) {
|
|
566
|
-
var p =
|
|
567
|
-
|
|
566
|
+
var p = B(x);
|
|
567
|
+
kn(m, t.props, "prop", p, t);
|
|
568
568
|
} else if (x.PropTypes !== void 0 && !Ce) {
|
|
569
569
|
Ce = !0;
|
|
570
|
-
var C =
|
|
570
|
+
var C = B(x);
|
|
571
571
|
E("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", C || "Unknown");
|
|
572
572
|
}
|
|
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 +=
|
|
597
|
-
var
|
|
598
|
-
t === null ?
|
|
595
|
+
var P = Mn(C);
|
|
596
|
+
P ? b += P : b += Je();
|
|
597
|
+
var S;
|
|
598
|
+
t === null ? S = "null" : be(t) ? S = "array" : t !== void 0 && t.$$typeof === r ? (S = "<" + (B(t.type) || "Unknown") + " />", b = " Did you accidentally export a JSX literal instead of a component?") : S = 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", 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,35 +614,35 @@ 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 = B(t), A = Object.keys(x).filter(function(Bn) {
|
|
618
|
+
return Bn !== "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 Vn = 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, Vn, 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 Ln = Yn, Wn = In;
|
|
640
|
+
ae.Fragment = a, ae.jsx = Ln, ae.jsxs = Wn;
|
|
641
641
|
}()), ae;
|
|
642
642
|
}
|
|
643
|
-
process.env.NODE_ENV === "production" ?
|
|
644
|
-
var e =
|
|
645
|
-
const
|
|
643
|
+
process.env.NODE_ENV === "production" ? $e.exports = zn() : $e.exports = Un();
|
|
644
|
+
var e = $e.exports;
|
|
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");
|
|
@@ -653,8 +653,8 @@ const Un = (n) => le({ ...n, className: (n.className ?? "") + " outline-button"
|
|
|
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: c }) => /* @__PURE__ */ e.jsx("ul", { style: { overflowY: s ? a ? "scroll" : "hidden" : void 0, maxHeight: s, backgroundColor: c ? "transparent" : void 0 }, className: `list-container ${r} ${a ? "scroll" : ""}`, children: n }), Jn = ({ icon: n, control: r, text: s, header: a, value: c, onClick: l, hovered: d, className: i }) => {
|
|
658
658
|
const o = (h) => {
|
|
659
659
|
h.target.closest(".control-container") || l && l(h);
|
|
660
660
|
};
|
|
@@ -679,7 +679,7 @@ const ie = ({ transparent: n, icon: r, className: s, onClick: a, onContextMenu:
|
|
|
679
679
|
};
|
|
680
680
|
return /* @__PURE__ */ e.jsx("button", { style: { backgroundColor: n ? "transparent" : void 0, ...i }, className: `iconbutton ${s}`, onClick: o, onContextMenu: c, 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: c, subhead: l, text: d, children: i, 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;
|
|
@@ -688,8 +688,8 @@ const At = ({ className: n, action: r, imgSrc: s, alt: a, header: c, subhead: l,
|
|
|
688
688
|
return;
|
|
689
689
|
let w = document.createElement("span");
|
|
690
690
|
w.classList.add("btn-overlay");
|
|
691
|
-
let
|
|
692
|
-
w.style.left =
|
|
691
|
+
let $ = v.pageX - v.currentTarget.offsetLeft, O = v.pageY - v.currentTarget.offsetTop;
|
|
692
|
+
w.style.left = $ + "px", w.style.top = O + "px", y.appendChild(w), setTimeout(() => {
|
|
693
693
|
w.remove();
|
|
694
694
|
}, 500);
|
|
695
695
|
};
|
|
@@ -709,18 +709,18 @@ const At = ({ className: n, action: r, imgSrc: s, alt: a, header: c, subhead: l,
|
|
|
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
|
|
712
|
+
const Lt = ({ children: n, className: r, id: s, height: a, width: c, pozMove: l }) => {
|
|
713
713
|
const [d, i] = N(!1), [o, h] = N(null), [u, f] = N({ x: 0, y: 0 }), v = (w) => {
|
|
714
714
|
w.button == 1 && (i(!1), h(null), document.body.style.cursor = "auto");
|
|
715
715
|
}, g = (w) => {
|
|
716
716
|
w.button == 1 && (h({ x: w.clientX, y: w.clientY }), i(!0), document.body.style.cursor = "move");
|
|
717
717
|
}, y = R((w) => {
|
|
718
|
-
d && (f((
|
|
718
|
+
d && (f(($) => {
|
|
719
719
|
if (!o)
|
|
720
|
-
return
|
|
720
|
+
return $;
|
|
721
721
|
const O = w.clientX - o.x, E = w.clientY - o.y;
|
|
722
|
-
let
|
|
723
|
-
return { x:
|
|
722
|
+
let L = $.x + O, j = $.y + E;
|
|
723
|
+
return { x: L, y: j };
|
|
724
724
|
}), h({ x: w.clientX, y: w.clientY }));
|
|
725
725
|
}, [d, o]);
|
|
726
726
|
return F(() => {
|
|
@@ -743,7 +743,7 @@ 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 Wt = ({ name: n, checked: r, onChange: s, readOnly: a, checkIcon: c }) => /* @__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
748
|
/* @__PURE__ */ e.jsx("span", { children: c || /* @__PURE__ */ e.jsx("span", { className: "checkbox-ckeck-icon", children: "✓" }) })
|
|
749
749
|
] });
|
|
@@ -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
|
*
|
|
@@ -796,7 +796,7 @@ const nt = on(
|
|
|
796
796
|
height: r,
|
|
797
797
|
stroke: n,
|
|
798
798
|
strokeWidth: a ? Number(s) * 24 / Number(r) : s,
|
|
799
|
-
className:
|
|
799
|
+
className: un("lucide", c),
|
|
800
800
|
...i
|
|
801
801
|
},
|
|
802
802
|
[
|
|
@@ -816,7 +816,7 @@ const I = (n, r) => {
|
|
|
816
816
|
({ className: a, ...c }, l) => _e(nt, {
|
|
817
817
|
ref: l,
|
|
818
818
|
iconNode: r,
|
|
819
|
-
className:
|
|
819
|
+
className: un(`lucide-${Qn(n)}`, a),
|
|
820
820
|
...c
|
|
821
821
|
})
|
|
822
822
|
);
|
|
@@ -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" }]
|
|
@@ -897,7 +897,7 @@ const at = I("EllipsisVertical", [
|
|
|
897
897
|
* This source code is licensed under the ISC license.
|
|
898
898
|
* See the LICENSE file in the root directory of this source tree.
|
|
899
899
|
*/
|
|
900
|
-
const
|
|
900
|
+
const Se = I("Ellipsis", [
|
|
901
901
|
["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
|
|
902
902
|
["circle", { cx: "19", cy: "12", r: "1", key: "1wjl8i" }],
|
|
903
903
|
["circle", { cx: "5", cy: "12", r: "1", key: "1pcz8c" }]
|
|
@@ -970,13 +970,13 @@ const dt = ({ text: n, onDelete: r, big: s, onClick: a }) => {
|
|
|
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
|
|
974
|
-
const
|
|
973
|
+
const hn = ({ styleContainer: n, type: r = "text", transparent: s, readOnly: a, password: c, border: l, onClear: d, icon: i, onChange: o, name: h, value: u, placeholder: f, className: v, validEmptyValue: g, onFocus: y, onBlur: w, error: $, max: O, min: E }) => {
|
|
974
|
+
const L = U(null), [j, _] = N(!1), V = R((ee, H) => _(!!($ || ee && (!H || H === ""))), []);
|
|
975
975
|
F(() => {
|
|
976
|
-
|
|
977
|
-
}, [u, g,
|
|
976
|
+
V(g, u);
|
|
977
|
+
}, [u, g, V]);
|
|
978
978
|
const K = () => {
|
|
979
|
-
|
|
979
|
+
L.current && L.current.focus();
|
|
980
980
|
};
|
|
981
981
|
return /* @__PURE__ */ e.jsxs("div", { style: n, className: `text-field ${l ? "border" : ""} ${s ? "transparent" : ""} ${v}`, children: [
|
|
982
982
|
i ? /* @__PURE__ */ e.jsx("div", { className: "icon-container", onClick: K, children: i }) : null,
|
|
@@ -984,7 +984,7 @@ const xn = ({ styleContainer: n, type: r = "text", transparent: s, readOnly: a,
|
|
|
984
984
|
/* @__PURE__ */ e.jsx(
|
|
985
985
|
"input",
|
|
986
986
|
{
|
|
987
|
-
ref:
|
|
987
|
+
ref: L,
|
|
988
988
|
max: O,
|
|
989
989
|
min: E,
|
|
990
990
|
readOnly: a,
|
|
@@ -1004,8 +1004,8 @@ 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
|
|
1008
|
-
const y = U(null), [w,
|
|
1007
|
+
const Vt = ({ styleContainer: n, transparent: r, readOnly: s, border: a, icon: c, onChange: l, name: d, value: i, placeholder: o, className: h, validEmptyValue: u, onFocus: f, onBlur: v, error: g }) => {
|
|
1008
|
+
const y = U(null), [w, $] = N(!1), O = R((L, j) => $(!!(g || L && (!j || j === ""))), []);
|
|
1009
1009
|
F(() => {
|
|
1010
1010
|
O(u, i);
|
|
1011
1011
|
}, [i, u, O]);
|
|
@@ -1031,7 +1031,7 @@ const Bt = ({ styleContainer: n, transparent: r, readOnly: s, border: a, icon: c
|
|
|
1031
1031
|
) })
|
|
1032
1032
|
] });
|
|
1033
1033
|
};
|
|
1034
|
-
const
|
|
1034
|
+
const W = ({ style: n, short: r, text: s }) => s ? /* @__PURE__ */ e.jsxs("div", { style: n, className: `divider-and-text ${r ? "short" : ""}`, children: [
|
|
1035
1035
|
/* @__PURE__ */ e.jsx("div", { className: `divider ${r ? "short" : ""}` }),
|
|
1036
1036
|
s,
|
|
1037
1037
|
/* @__PURE__ */ e.jsx("div", { className: `divider ${r ? "short" : ""}` })
|
|
@@ -1039,19 +1039,19 @@ 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
|
-
] }),
|
|
1042
|
+
] }), Bt = ({ name: n, currentValue: r, value: s, onChange: a, readOnly: c, checked: l }) => /* @__PURE__ */ e.jsxs("label", { className: "radio-button-container", children: [
|
|
1043
1043
|
/* @__PURE__ */ e.jsx("input", { className: "radio-button", name: n, type: "radio", checked: r === s || l, value: s, onChange: a, readOnly: c }),
|
|
1044
1044
|
/* @__PURE__ */ e.jsx("span", {})
|
|
1045
1045
|
] });
|
|
1046
|
-
const
|
|
1046
|
+
const zt = ({ style: n, icon: r, className: s, onClick: a, onContextMenu: c, children: l }) => /* @__PURE__ */ e.jsxs("button", { style: n, className: `${s} extendedFAB`, onClick: a, onContextMenu: c, 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
|
|
1054
|
+
const Kt = ({ minWidth: n, value: r, onChange: s, border: a }) => {
|
|
1055
1055
|
const [c, l] = N([]), [d, i] = N("");
|
|
1056
1056
|
F(() => {
|
|
1057
1057
|
console.log("p0"), l(xt(r));
|
|
@@ -1071,13 +1071,13 @@ const zt = ({ minWidth: n, value: r, onChange: s, border: a }) => {
|
|
|
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
1077
|
/* @__PURE__ */ e.jsx("div", { className: "chips-container", children: c.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: c }) => {
|
|
1081
1081
|
const l = U(null), d = R(() => {
|
|
1082
1082
|
if (!l.current)
|
|
1083
1083
|
return;
|
|
@@ -1088,8 +1088,8 @@ const Ut = ({ style: n, text: r, className: s, onClick: a, onContextMenu: c }) =
|
|
|
1088
1088
|
d();
|
|
1089
1089
|
}, [d]), /* @__PURE__ */ e.jsx("div", { style: n, ref: l, onClick: a, onContextMenu: c, className: `runing-text ${s}`, children: /* @__PURE__ */ e.jsx("p", { children: r }) });
|
|
1090
1090
|
};
|
|
1091
|
-
const
|
|
1092
|
-
const
|
|
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
1093
|
const c = U(null), [l, d] = N(""), [i, o] = N(!1), h = () => {
|
|
1094
1094
|
c.current && (c.current.focus(), o(!0));
|
|
1095
1095
|
}, u = () => {
|
|
@@ -1102,12 +1102,12 @@ const Xt = ({ onMenu: n, onSearch: r, placeholder: s, autoChenge: a }) => {
|
|
|
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
|
-
i ? /* @__PURE__ */ e.jsx("span", { onClick: f, children: /* @__PURE__ */ e.jsx(tt, { size: 24 }) }) : n ? /* @__PURE__ */ e.jsx("span", { onClick: n, children: /* @__PURE__ */ e.jsx(
|
|
1105
|
+
i ? /* @__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
1106
|
/* @__PURE__ */ e.jsx("input", { placeholder: s, type: "text", ref: c, onChange: v, onKeyDown: g, value: l, onFocus: () => o(!0) }),
|
|
1107
1107
|
i ? /* @__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,8 +1119,8 @@ 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],
|
|
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: c, onContextMenu: l, onChange: d }) => {
|
|
1124
1124
|
const [i, o] = N(ht(r)), h = (u) => {
|
|
1125
1125
|
c && c(u);
|
|
1126
1126
|
const f = u.currentTarget;
|
|
@@ -1139,12 +1139,12 @@ const ht = (n) => n === void 0 ? [] : Array.isArray(n) ? n : [n], Gt = ({ multip
|
|
|
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,
|
|
1147
|
+
} : void 0, mn = (n, r, s, a) => {
|
|
1148
1148
|
let c = { x: n, y: r };
|
|
1149
1149
|
if (!s)
|
|
1150
1150
|
return c;
|
|
@@ -1154,7 +1154,7 @@ const hn = (n) => n ? {
|
|
|
1154
1154
|
function ft(n, r, s, a, c) {
|
|
1155
1155
|
return a + (c - a) * ((n - r) / (s - r));
|
|
1156
1156
|
}
|
|
1157
|
-
const Te = 0, Re = 100,
|
|
1157
|
+
const Te = 0, Re = 100, Qt = (n) => {
|
|
1158
1158
|
const [r, s] = N(0), [a, c] = N(!1), l = U(null), d = U(null);
|
|
1159
1159
|
F(() => {
|
|
1160
1160
|
n.value ? s(n.value) : s(0);
|
|
@@ -1163,7 +1163,7 @@ const Te = 0, Re = 100, Ht = (n) => {
|
|
|
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
|
}
|
|
@@ -1185,7 +1185,7 @@ const Te = 0, Re = 100, Ht = (n) => {
|
|
|
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: c, style: l }) => {
|
|
1189
1189
|
function d() {
|
|
1190
1190
|
c && c();
|
|
1191
1191
|
}
|
|
@@ -1200,7 +1200,7 @@ 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
|
-
] }),
|
|
1203
|
+
] }), er = ({ style: n, className: r, header: s, children: a, onSave: c, onHide: l }) => {
|
|
1204
1204
|
const [d, i] = N(!1), o = R(() => {
|
|
1205
1205
|
window.innerWidth < 720 ? i(!0) : i(!1);
|
|
1206
1206
|
}, [window.innerWidth]);
|
|
@@ -1221,14 +1221,14 @@ const G = ({ className: n, children: r, header: s, action: a, onHide: c, style:
|
|
|
1221
1221
|
/* @__PURE__ */ e.jsx("div", { className: "save-container", children: c ? /* @__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
|
-
},
|
|
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: c ? u : void 0 }) });
|
|
1225
|
+
}, nr = ({ styleContainer: n, text: r, header: s, actionText: a, onSuccess: c, onHide: l, onCancel: d }) => {
|
|
1226
1226
|
const i = R(() => {
|
|
1227
1227
|
c && c(), 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: i }), 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,16 +1236,16 @@ 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
|
|
1239
|
+
function tr({ onSuccess: n, items: r, header: s, onHide: a, noHide: c = !1, name: l = "dailog_name" }) {
|
|
1240
1240
|
const [d, i] = N(void 0), o = R(() => {
|
|
1241
1241
|
n && d && n(d), i(void 0), !c && a && a();
|
|
1242
1242
|
}, [d]), h = R((u) => {
|
|
1243
1243
|
i(u);
|
|
1244
1244
|
}, []);
|
|
1245
|
-
return /* @__PURE__ */ e.jsxs(
|
|
1246
|
-
/* @__PURE__ */ e.jsx(
|
|
1247
|
-
/* @__PURE__ */ e.jsx(
|
|
1248
|
-
/* @__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(W, { 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(W, { style: { padding: "0px" } })
|
|
1249
1249
|
] });
|
|
1250
1250
|
}
|
|
1251
1251
|
function jt({ onSuccess: n, onHide: r, disabled: s }) {
|
|
@@ -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: c, placeholder: l, type: d = "text", min: i = 0, max: o = 100 }) => {
|
|
1258
1258
|
const [h, u] = N(""), f = R(() => {
|
|
1259
1259
|
a && a(h), c && c();
|
|
1260
1260
|
}, [h]), v = (g) => {
|
|
1261
1261
|
d === "number" && (Number(g) < i && (g = String(i)), 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: c, 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: i, 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,7 +1284,7 @@ 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),
|
|
1287
|
+
], yt = () => Array(gt - cn).fill(0).map((n, r) => cn + r), sr = ({ onChange: n, onHide: r }) => {
|
|
1288
1288
|
const [s] = N(z[(/* @__PURE__ */ new Date()).getMonth()]), [a] = N((/* @__PURE__ */ new Date()).getFullYear()), [c] = N((/* @__PURE__ */ new Date()).getDate()), [l, d] = N(z[(/* @__PURE__ */ new Date()).getMonth()]), [i, o] = N((/* @__PURE__ */ new Date()).getFullYear()), [h, u] = N({
|
|
1289
1289
|
day: (/* @__PURE__ */ new Date()).getDate(),
|
|
1290
1290
|
type: "NOW_MONTH"
|
|
@@ -1292,10 +1292,10 @@ const gt = 2050, cn = 1900, z = [
|
|
|
1292
1292
|
}), [f, v] = N(
|
|
1293
1293
|
"DAYS"
|
|
1294
1294
|
/* DAYS */
|
|
1295
|
-
), g = (j, _) => new Date(j, _ + 1, 0).getDate(), y = (j, _,
|
|
1296
|
-
let
|
|
1297
|
-
return
|
|
1298
|
-
},
|
|
1295
|
+
), g = (j, _) => new Date(j, _ + 1, 0).getDate(), y = (j, _, V) => new Date(j, _, V).getDay(), w = (j, _) => {
|
|
1296
|
+
let V = 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 V = Array(y(j, _, 0)).fill(0).map((oe, X) => ({ type: "PREV_MONTH", day: g(_ ? j : j - 1, _ ? _ - 1 : 11) - X })).reverse().concat(V).concat(ee), V;
|
|
1298
|
+
}, $ = (j) => {
|
|
1299
1299
|
v(
|
|
1300
1300
|
"DAYS"
|
|
1301
1301
|
/* DAYS */
|
|
@@ -1307,11 +1307,11 @@ const gt = 2050, cn = 1900, z = [
|
|
|
1307
1307
|
), d(j);
|
|
1308
1308
|
}, E = (j) => {
|
|
1309
1309
|
u(j);
|
|
1310
|
-
},
|
|
1310
|
+
}, L = R(() => {
|
|
1311
1311
|
let j = /* @__PURE__ */ new Date();
|
|
1312
1312
|
j.setFullYear(i), h.type === "NEXT_MONTH" ? l === z[11] ? (j.setMonth(0), j.setFullYear(i + 1)) : j.setMonth(z.indexOf(l) + 1) : h.type === "PREV_MONTH" ? l === z[0] ? (j.setMonth(11), j.setFullYear(i - 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
1313
|
}, [l, i, n, r, h]);
|
|
1314
|
-
return /* @__PURE__ */ e.jsxs(
|
|
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"
|
|
@@ -1333,7 +1333,7 @@ const gt = 2050, cn = 1900, z = [
|
|
|
1333
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: [
|
|
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
|
-
] }, _)) }) : 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: () =>
|
|
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: () => $(j), children: [
|
|
1337
1337
|
/* @__PURE__ */ e.jsx("div", { className: "status-container", children: i === j ? /* @__PURE__ */ e.jsx(ce, {}) : null }),
|
|
1338
1338
|
/* @__PURE__ */ e.jsx("div", { className: "content", children: j })
|
|
1339
1339
|
] }, _)) }) : /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
@@ -1350,7 +1350,7 @@ const gt = 2050, cn = 1900, z = [
|
|
|
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" }),
|
|
1353
|
-
/* @__PURE__ */ e.jsx(M, { className: "little m-0", onClick:
|
|
1353
|
+
/* @__PURE__ */ e.jsx(M, { className: "little m-0", onClick: L, children: "OK" })
|
|
1354
1354
|
] })
|
|
1355
1355
|
] });
|
|
1356
1356
|
};
|
|
@@ -1462,7 +1462,7 @@ 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
|
-
},
|
|
1465
|
+
}, ar = (n) => {
|
|
1466
1466
|
const [r, s] = N(n.minutes ?? 0), [a, c] = N(n.hours ?? 0), [l, d] = N(!0), i = () => {
|
|
1467
1467
|
n.onHide && n.onHide(), s(0), c(0);
|
|
1468
1468
|
}, o = R((u) => {
|
|
@@ -1470,9 +1470,9 @@ const Ct = ({ setHours: n, setMinutes: r, switchMode: s, minutes: a, hours: c, o
|
|
|
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: c, minutes: r, hours: a, switchMode: () => d(!1), onCancel: i, onOK: h }) }) : /* @__PURE__ */ e.jsx(J, { className: "enter-time-container", children: /* @__PURE__ */ e.jsx(Ct, { setMinutes: s, setHours: c, minutes: r, hours: a, switchMode: () => d(!0), onCancel: i, onOK: h }) });
|
|
1474
1474
|
};
|
|
1475
|
-
const
|
|
1475
|
+
const ir = ({ onChange: n, value: r, className: s }) => {
|
|
1476
1476
|
const [a, c] = N(r || []), l = R((i) => {
|
|
1477
1477
|
if (!i)
|
|
1478
1478
|
return;
|
|
@@ -1511,22 +1511,22 @@ 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: c = "5px", itemMinWith: l, itemMaxWith: d, itemWith: i = "400px" }) => {
|
|
1515
1515
|
const o = U(null), [h, u] = N([]), f = R(() => {
|
|
1516
1516
|
if (!o.current)
|
|
1517
1517
|
return;
|
|
1518
1518
|
o.current.style.display = "grid", o.current.style.gridRowGap = a, o.current.style.gridColumnGap = c;
|
|
1519
1519
|
let y = l ?? i, w = d ?? i;
|
|
1520
|
-
o.current.style.gridTemplateColumns = "repeat(auto-fill, minmax(" + y + ", " + w + "))", o.current.style.gridAutoRows = "0", h.forEach((
|
|
1521
|
-
|
|
1520
|
+
o.current.style.gridTemplateColumns = "repeat(auto-fill, minmax(" + y + ", " + w + "))", o.current.style.gridAutoRows = "0", h.forEach(($) => {
|
|
1521
|
+
$.style.gridAutoRows = "0", $.style.gridAutoColumns = "0";
|
|
1522
1522
|
});
|
|
1523
1523
|
}, [o.current]), v = R(() => {
|
|
1524
1524
|
if (!o.current)
|
|
1525
1525
|
return;
|
|
1526
1526
|
let y = parseInt(window.getComputedStyle(o.current).getPropertyValue("grid-row-gap")), w = parseInt(window.getComputedStyle(o.current).getPropertyValue("grid-auto-rows"));
|
|
1527
|
-
h.forEach((
|
|
1528
|
-
let O = 0, E =
|
|
1529
|
-
E && (O = Math.ceil((E.getBoundingClientRect().height + y) / (w + y))),
|
|
1527
|
+
h.forEach(($) => {
|
|
1528
|
+
let O = 0, E = $.querySelector(".adaptiv-grid-item-container");
|
|
1529
|
+
E && (O = Math.ceil((E.getBoundingClientRect().height + y) / (w + y))), $.style.gridRowEnd = "span " + O;
|
|
1530
1530
|
});
|
|
1531
1531
|
}, [h, o.current]), g = R(() => {
|
|
1532
1532
|
if (o.current) {
|
|
@@ -1544,6 +1544,21 @@ const ar = ({ children: n }) => /* @__PURE__ */ e.jsx("div", { className: "adapt
|
|
|
1544
1544
|
window.addEventListener("resize", v);
|
|
1545
1545
|
}), [v]), /* @__PURE__ */ e.jsx("div", { style: { minWidth: n }, ref: o, className: `adaptiv-grid-layout ${s}`, children: r });
|
|
1546
1546
|
};
|
|
1547
|
+
const or = ({ onContextMenu: n, className: r, style: s, countColumn: a, items: c, onClickColl: l, classNameColumn: d }) => {
|
|
1548
|
+
const i = (h, u) => {
|
|
1549
|
+
let f = new Array(h).fill([]).map((v) => new Array());
|
|
1550
|
+
for (const v of u) {
|
|
1551
|
+
if (v.indexCol >= f.length) {
|
|
1552
|
+
console.error(`invalid index count. indexCol = ${v.indexCol}, column count = ${h}`);
|
|
1553
|
+
continue;
|
|
1554
|
+
}
|
|
1555
|
+
f[v.indexCol].push(v.node);
|
|
1556
|
+
}
|
|
1557
|
+
return f;
|
|
1558
|
+
}, o = l || (() => {
|
|
1559
|
+
});
|
|
1560
|
+
return /* @__PURE__ */ e.jsx("div", { onContextMenu: n, style: { ...s, gridTemplateColumns: `repeat(${a}, 1fr)` }, className: `alex-evo-sh-ui-kit-column-layout ${r}`, children: i(a, c).map((h, u) => /* @__PURE__ */ e.jsx("div", { onClick: (f) => o(u, f), className: `alex-evo-sh-ui-kit-column-layout-coll ${d}`, children: h.map((f, v) => /* @__PURE__ */ e.jsx("div", { className: "alex-evo-sh-ui-kit-column-layout-item", children: f }, v)) }, u)) });
|
|
1561
|
+
};
|
|
1547
1562
|
const wt = ({ item: n, isIcon: r, globalClick: s }) => {
|
|
1548
1563
|
const a = () => {
|
|
1549
1564
|
n.onClick && n.onClick(), s && s();
|
|
@@ -1564,10 +1579,10 @@ const wt = ({ item: n, isIcon: r, globalClick: s }) => {
|
|
|
1564
1579
|
return F(() => {
|
|
1565
1580
|
if (!c.current)
|
|
1566
1581
|
return;
|
|
1567
|
-
let o =
|
|
1582
|
+
let o = fn(c.current.parentElement);
|
|
1568
1583
|
if (!o)
|
|
1569
1584
|
return;
|
|
1570
|
-
let h =
|
|
1585
|
+
let h = mn(o.left + o.width, o.top, c.current, { marginRight: o.width });
|
|
1571
1586
|
d({
|
|
1572
1587
|
left: h.x - o.left + "px",
|
|
1573
1588
|
top: h.y - o.top + "px"
|
|
@@ -1589,7 +1604,7 @@ const wt = ({ item: n, isIcon: r, globalClick: s }) => {
|
|
|
1589
1604
|
d && a.subItems ? /* @__PURE__ */ e.jsx(Et, { items: a.subItems, onHide: () => i(!1), smallDisplay: l }) : null
|
|
1590
1605
|
] });
|
|
1591
1606
|
};
|
|
1592
|
-
function
|
|
1607
|
+
function vn({ block: n, smallDisplay: r, onHide: s, globalClick: a, autoHide: c }) {
|
|
1593
1608
|
function l(d) {
|
|
1594
1609
|
for (let i of d.items)
|
|
1595
1610
|
if (i.icon)
|
|
@@ -1598,31 +1613,31 @@ function mn({ block: n, smallDisplay: r, onHide: s, globalClick: a, autoHide: c
|
|
|
1598
1613
|
}
|
|
1599
1614
|
return /* @__PURE__ */ e.jsx("div", { className: "menu-block", children: n.items.map((d, i) => /* @__PURE__ */ e.jsx(Tt, { globalClick: a, autoHide: c, onHide: s, item: d, isIcon: l(n), smallDisplay: r }, i)) });
|
|
1600
1615
|
}
|
|
1601
|
-
const Rt = 100,
|
|
1616
|
+
const Rt = 100, dr = (n) => {
|
|
1602
1617
|
const r = U(null), [s, a] = N({ left: "0px", top: "0px" }), c = () => {
|
|
1603
1618
|
n.onHide && n.onHide();
|
|
1604
1619
|
};
|
|
1605
1620
|
return F(() => {
|
|
1606
|
-
let l =
|
|
1621
|
+
let l = mn(n.x, n.y, r.current, { marginBottom: Rt });
|
|
1607
1622
|
a({
|
|
1608
1623
|
left: l.x + "px",
|
|
1609
1624
|
top: l.y + "px"
|
|
1610
1625
|
});
|
|
1611
1626
|
}, [n.x, n.y]), n.visible ? /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
1612
1627
|
/* @__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
|
-
d !== 0 ? /* @__PURE__ */ e.jsx(
|
|
1614
|
-
/* @__PURE__ */ e.jsx(
|
|
1628
|
+
d !== 0 ? /* @__PURE__ */ e.jsx(W, {}) : null,
|
|
1629
|
+
/* @__PURE__ */ e.jsx(vn, { block: l, smallDisplay: !1, globalClick: n.onClick, autoHide: n.autoHide, onHide: c })
|
|
1615
1630
|
] }, d)) }),
|
|
1616
1631
|
/* @__PURE__ */ e.jsx("div", { style: { zIndex: 1600 }, className: "backplate", onClick: c, onContextMenu: (l) => {
|
|
1617
1632
|
l.preventDefault();
|
|
1618
1633
|
} })
|
|
1619
1634
|
] }) : null;
|
|
1620
|
-
},
|
|
1635
|
+
}, ur = (n) => {
|
|
1621
1636
|
const r = () => {
|
|
1622
1637
|
};
|
|
1623
1638
|
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(
|
|
1625
|
-
/* @__PURE__ */ e.jsx(
|
|
1639
|
+
a !== 0 ? /* @__PURE__ */ e.jsx(W, {}) : null,
|
|
1640
|
+
/* @__PURE__ */ e.jsx(vn, { block: s, smallDisplay: !0 })
|
|
1626
1641
|
] }, a)) }) });
|
|
1627
1642
|
};
|
|
1628
1643
|
function _t(n) {
|
|
@@ -1640,7 +1655,7 @@ function _t(n) {
|
|
|
1640
1655
|
}
|
|
1641
1656
|
return r;
|
|
1642
1657
|
}
|
|
1643
|
-
const
|
|
1658
|
+
const $t = ({ data: n, column: r, color: s, backgroundColor: a }) => {
|
|
1644
1659
|
function c(i, o) {
|
|
1645
1660
|
for (let h in o)
|
|
1646
1661
|
if (i === h)
|
|
@@ -1653,12 +1668,12 @@ const St = ({ data: n, column: r, color: s, backgroundColor: a }) => {
|
|
|
1653
1668
|
return i ? Array.isArray(i) ? i.map((o) => l(o)) : [l(i)] : [];
|
|
1654
1669
|
}
|
|
1655
1670
|
return /* @__PURE__ */ e.jsx("td", { style: { backgroundColor: a }, children: d(c(r.field, n)).map((i, o) => /* @__PURE__ */ e.jsx("p", { style: { color: i.color ?? s }, className: i.onClick ? "no-click" : "", onClick: i.onClick, children: typeof i.content == "string" || typeof i.content == "number" ? i.content : /* @__PURE__ */ e.jsx(i.content, {}) }, o)) });
|
|
1656
|
-
},
|
|
1671
|
+
}, St = ({ actions: n, item: r, columns: s, onContextMenu: a, onDelete: c, onEdit: l, onClickRow: d, index: i }) => {
|
|
1657
1672
|
const o = (u) => !u.target.closest(".no-click"), h = (u) => {
|
|
1658
1673
|
o(u) && d && d(r, i);
|
|
1659
1674
|
};
|
|
1660
1675
|
return /* @__PURE__ */ e.jsxs("tr", { className: "table-row", onClick: h, children: [
|
|
1661
|
-
s.map((u, f) => /* @__PURE__ */ e.jsx(
|
|
1676
|
+
s.map((u, f) => /* @__PURE__ */ e.jsx($t, { color: u.color, backgroundColor: u.backgroundColor, column: u, data: r }, f)),
|
|
1662
1677
|
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, i) }, f)) }) }) : null,
|
|
1663
1678
|
a || c || l ? /* @__PURE__ */ e.jsx("td", { className: "w-[180px] table-edit-button no-click", children: /* @__PURE__ */ e.jsxs("div", { className: "table-edit-button", children: [
|
|
1664
1679
|
l ? /* @__PURE__ */ e.jsx(ie, { transparent: !0, icon: /* @__PURE__ */ e.jsx(ct, {}), onClick: () => l(r, i) }) : null,
|
|
@@ -1666,7 +1681,7 @@ const St = ({ data: n, column: r, color: s, backgroundColor: a }) => {
|
|
|
1666
1681
|
a ? /* @__PURE__ */ e.jsx(ie, { transparent: !0, icon: /* @__PURE__ */ e.jsx(at, {}), onClick: (u) => a(u, r, i) }) : null
|
|
1667
1682
|
] }) }) : null
|
|
1668
1683
|
] });
|
|
1669
|
-
},
|
|
1684
|
+
}, xr = ({ data: n, columns: r, onDelete: s, onContextMenu: a, onEdit: c, actions: l, onClickRow: d, adaptive: i }) => {
|
|
1670
1685
|
const [o] = N(r ?? _t(n));
|
|
1671
1686
|
return /* @__PURE__ */ e.jsx("div", { className: `table-container mt-3 ${d ? "clicked" : ""} ${i ? "auto-rotate" : ""}`, children: /* @__PURE__ */ e.jsxs("table", { children: [
|
|
1672
1687
|
/* @__PURE__ */ e.jsx("thead", { children: /* @__PURE__ */ e.jsxs("tr", { children: [
|
|
@@ -1674,7 +1689,7 @@ const St = ({ data: n, column: r, color: s, backgroundColor: a }) => {
|
|
|
1674
1689
|
l ? /* @__PURE__ */ e.jsx("th", { className: "table-actions-header", children: "actions" }) : null,
|
|
1675
1690
|
s || a || c ? /* @__PURE__ */ e.jsx("th", { className: "table-actions-header" }) : null
|
|
1676
1691
|
] }) }),
|
|
1677
|
-
/* @__PURE__ */ e.jsx("tbody", { children: n.map((h, u) => /* @__PURE__ */ e.jsx(
|
|
1692
|
+
/* @__PURE__ */ e.jsx("tbody", { children: n.map((h, u) => /* @__PURE__ */ e.jsx(St, { onClickRow: d, actions: l, index: u, columns: o, item: h, onDelete: s, onContextMenu: a, onEdit: c }, u)) })
|
|
1678
1693
|
] }) });
|
|
1679
1694
|
};
|
|
1680
1695
|
const Ot = ({ icon: n, title: r, to: s }) => /* @__PURE__ */ e.jsxs(Oe, { to: s, className: "navigation-item", children: [
|
|
@@ -1683,108 +1698,130 @@ const Ot = ({ icon: n, title: r, to: s }) => /* @__PURE__ */ e.jsxs(Oe, { to: s,
|
|
|
1683
1698
|
] }), Dt = ({ onClick: n, icon: r, title: s }) => /* @__PURE__ */ e.jsxs("div", { onClick: n, className: "navigation-item", children: [
|
|
1684
1699
|
/* @__PURE__ */ e.jsx("div", { className: "navigation-item-icon", children: r }),
|
|
1685
1700
|
/* @__PURE__ */ e.jsx("div", { className: "navigation-item-text", children: s })
|
|
1686
|
-
] }),
|
|
1701
|
+
] }), hr = ({ 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
1702
|
const ln = ({ onClick: n, icon: r, title: s, to: a }) => /* @__PURE__ */ e.jsxs(Oe, { onClick: n, to: a, className: "navigation-item", children: [
|
|
1688
1703
|
/* @__PURE__ */ e.jsx("div", { className: "navigation-item-icon", children: r }),
|
|
1689
1704
|
/* @__PURE__ */ e.jsx("div", { className: "navigation-item-text", children: s })
|
|
1690
|
-
] }), fe = ({ onClick: n, icon: r, title: s }) => /* @__PURE__ */ e.jsxs("div", { onClick: n, className:
|
|
1705
|
+
] }), fe = ({ onClick: n, icon: r, title: s, active: a = !1 }) => /* @__PURE__ */ e.jsxs("div", { onClick: n, className: `navigation-item ${a ? "active" : ""}`, children: [
|
|
1691
1706
|
/* @__PURE__ */ e.jsx("div", { className: "navigation-item-icon", children: r }),
|
|
1692
1707
|
/* @__PURE__ */ e.jsx("div", { className: "navigation-item-text", children: s })
|
|
1693
|
-
] }),
|
|
1708
|
+
] }), fr = ({ visible: n, firstBtn: r, mainBtn: s, onHide: a, otherBtn: c, backBtn: l, openAlways: d }) => /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
1694
1709
|
/* @__PURE__ */ e.jsxs("div", { className: `navigation-drawer-container ${n || d ? "show" : "hide"}`, children: [
|
|
1695
1710
|
r ? /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
1696
1711
|
/* @__PURE__ */ e.jsxs("div", { className: "navigation-block", children: [
|
|
1697
1712
|
/* @__PURE__ */ e.jsx("div", { className: "block-header" }),
|
|
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(
|
|
1713
|
+
/* @__PURE__ */ e.jsx("div", { className: "block-content", children: /* @__PURE__ */ e.jsx(fe, { active: r.active, onClick: r.onClick, title: r.text, icon: r.icon ?? /* @__PURE__ */ e.jsx(Se, {}) }) })
|
|
1699
1714
|
] }),
|
|
1700
|
-
/* @__PURE__ */ e.jsx("div", { className: "divider-container", children: /* @__PURE__ */ e.jsx(
|
|
1715
|
+
/* @__PURE__ */ e.jsx("div", { className: "divider-container", children: /* @__PURE__ */ e.jsx(W, {}) })
|
|
1701
1716
|
] }) : null,
|
|
1702
1717
|
/* @__PURE__ */ e.jsxs("div", { className: "navigation-block", children: [
|
|
1703
1718
|
/* @__PURE__ */ e.jsx("div", { className: "block-header" }),
|
|
1704
|
-
/* @__PURE__ */ e.jsx("div", { className: "block-content", children: s && s.map((i, o) => i.type === "button" ? /* @__PURE__ */ e.jsx(fe, { onClick: i.onClick, title: i.text, icon: i.icon }, o) : i.type === "link" ? /* @__PURE__ */ e.jsx(ln, { onClick: () => a(), title: i.text, icon: i.icon, to: i.to }, o) : null) })
|
|
1719
|
+
/* @__PURE__ */ e.jsx("div", { className: "block-content", children: s && s.map((i, o) => i.type === "button" ? /* @__PURE__ */ e.jsx(fe, { active: i.active, onClick: i.onClick, title: i.text, icon: i.icon }, o) : i.type === "link" ? /* @__PURE__ */ e.jsx(ln, { onClick: () => a(), title: i.text, icon: i.icon, to: i.to }, o) : null) })
|
|
1705
1720
|
] }),
|
|
1706
|
-
/* @__PURE__ */ e.jsx("div", { className: "divider-container", children: /* @__PURE__ */ e.jsx(
|
|
1721
|
+
/* @__PURE__ */ e.jsx("div", { className: "divider-container", children: /* @__PURE__ */ e.jsx(W, {}) }),
|
|
1707
1722
|
/* @__PURE__ */ e.jsxs("div", { className: "navigation-block", children: [
|
|
1708
1723
|
/* @__PURE__ */ e.jsx("div", { className: "block-header" }),
|
|
1709
|
-
/* @__PURE__ */ e.jsx("div", { className: "block-content", children: c && c.map((i, o) => i.type === "button" ? /* @__PURE__ */ e.jsx(fe, { onClick: i.onClick, title: i.text, icon: i.icon }, o) : i.type === "link" ? /* @__PURE__ */ e.jsx(ln, { onClick: () => a(), title: i.text, icon: i.icon, to: i.to }, o) : null) })
|
|
1724
|
+
/* @__PURE__ */ e.jsx("div", { className: "block-content", children: c && c.map((i, o) => i.type === "button" ? /* @__PURE__ */ e.jsx(fe, { active: i.active, onClick: i.onClick, title: i.text, icon: i.icon }, o) : i.type === "link" ? /* @__PURE__ */ e.jsx(ln, { onClick: () => a(), title: i.text, icon: i.icon, to: i.to }, o) : null) })
|
|
1710
1725
|
] }),
|
|
1711
|
-
/* @__PURE__ */ e.jsx("div", { className: "divider-container", children: /* @__PURE__ */ e.jsx(
|
|
1712
|
-
l ? /* @__PURE__ */ e.jsx("div", { className: "navigation-block", children: /* @__PURE__ */ e.jsx(fe, { onClick: l.onClick, title: l.text, icon: l.icon }) }) : null
|
|
1726
|
+
/* @__PURE__ */ e.jsx("div", { className: "divider-container", children: /* @__PURE__ */ e.jsx(W, {}) }),
|
|
1727
|
+
l ? /* @__PURE__ */ e.jsx("div", { className: "navigation-block", children: /* @__PURE__ */ e.jsx(fe, { active: l.active, onClick: l.onClick, title: l.text, icon: l.icon }) }) : null
|
|
1713
1728
|
] }),
|
|
1714
1729
|
n && !d ? /* @__PURE__ */ e.jsx("div", { className: "backplate", style: { zIndex: 1100 }, onClick: () => a() }) : null
|
|
1715
1730
|
] });
|
|
1716
1731
|
const Mt = ({ icon: n, title: r, to: s }) => /* @__PURE__ */ e.jsxs(Oe, { to: s, className: "navigation-item", children: [
|
|
1717
1732
|
/* @__PURE__ */ e.jsx("div", { className: "navigation-item-icon", children: n }),
|
|
1718
1733
|
/* @__PURE__ */ e.jsx("div", { className: "navigation-item-text", children: r })
|
|
1719
|
-
] }), me = ({ onClick: n, icon: r, title: s }) => /* @__PURE__ */ e.jsxs("div", { onClick: n, className:
|
|
1734
|
+
] }), me = ({ onClick: n, icon: r, title: s, active: a = !1 }) => /* @__PURE__ */ e.jsxs("div", { onClick: n, className: `navigation-item ${a ? "active" : ""}`, children: [
|
|
1720
1735
|
/* @__PURE__ */ e.jsx("div", { className: "navigation-item-icon", children: r }),
|
|
1721
1736
|
/* @__PURE__ */ e.jsx("div", { className: "navigation-item-text", children: s })
|
|
1722
|
-
] }),
|
|
1723
|
-
n ? /* @__PURE__ */ e.jsx(me, { icon: /* @__PURE__ */ e.jsx(
|
|
1737
|
+
] }), mr = ({ 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: [
|
|
1738
|
+
n ? /* @__PURE__ */ e.jsx(me, { icon: /* @__PURE__ */ e.jsx(xn, {}), onClick: n }) : null,
|
|
1724
1739
|
r ? /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
1725
|
-
/* @__PURE__ */ e.jsx(
|
|
1726
|
-
/* @__PURE__ */ e.jsx(me, { title: r.text, icon: r.icon ?? /* @__PURE__ */ e.jsx(
|
|
1740
|
+
/* @__PURE__ */ e.jsx(W, {}),
|
|
1741
|
+
/* @__PURE__ */ e.jsx(me, { active: r.active, title: r.text, icon: r.icon ?? /* @__PURE__ */ e.jsx(Se, {}), onClick: (c) => {
|
|
1727
1742
|
r.onClick && r.onClick(c);
|
|
1728
1743
|
} }),
|
|
1729
|
-
/* @__PURE__ */ e.jsx(
|
|
1744
|
+
/* @__PURE__ */ e.jsx(W, {})
|
|
1730
1745
|
] }) : null,
|
|
1731
|
-
s && s.map((c, l) => c.type === "button" ? /* @__PURE__ */ e.jsx(me, { onClick: c.onClick, title: c.text, icon: c.icon }, l) : c.type === "link" ? /* @__PURE__ */ e.jsx(Mt, { title: c.text, icon: c.icon, to: c.to }, l) : null),
|
|
1746
|
+
s && s.map((c, l) => c.type === "button" ? /* @__PURE__ */ e.jsx(me, { active: c.active, onClick: c.onClick, title: c.text, icon: c.icon }, l) : c.type === "link" ? /* @__PURE__ */ e.jsx(Mt, { title: c.text, icon: c.icon, to: c.to }, l) : null),
|
|
1732
1747
|
a ? /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
1733
|
-
/* @__PURE__ */ e.jsx(
|
|
1734
|
-
/* @__PURE__ */ e.jsx(me, { title: a.text, icon: a.icon ?? /* @__PURE__ */ e.jsx(
|
|
1748
|
+
/* @__PURE__ */ e.jsx(W, {}),
|
|
1749
|
+
/* @__PURE__ */ e.jsx(me, { active: a.active, title: a.text, icon: a.icon ?? /* @__PURE__ */ e.jsx(Se, {}), onClick: (c) => {
|
|
1735
1750
|
a.onClick && a.onClick(c);
|
|
1736
1751
|
} }),
|
|
1737
|
-
/* @__PURE__ */ e.jsx(
|
|
1752
|
+
/* @__PURE__ */ e.jsx(W, {})
|
|
1738
1753
|
] }) : null
|
|
1739
1754
|
] }) }) });
|
|
1755
|
+
function Ft(n) {
|
|
1756
|
+
var r = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(n);
|
|
1757
|
+
return r ? {
|
|
1758
|
+
r: parseInt(r[1], 16),
|
|
1759
|
+
g: parseInt(r[2], 16),
|
|
1760
|
+
b: parseInt(r[3], 16)
|
|
1761
|
+
} : null;
|
|
1762
|
+
}
|
|
1763
|
+
const Pt = (n) => {
|
|
1764
|
+
if (!n)
|
|
1765
|
+
return "linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0))";
|
|
1766
|
+
const r = Ft(n);
|
|
1767
|
+
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))";
|
|
1768
|
+
};
|
|
1769
|
+
const vr = ({ className: n, text: r, title: s, hexColor: a, hexBackground: c, style: l, btn: d }) => /* @__PURE__ */ e.jsxs("div", { className: `alex-evo-sh-ui-kit-empty-page ${n ?? ""}`, style: { background: Pt(c), color: a, ...l }, children: [
|
|
1770
|
+
/* @__PURE__ */ e.jsx("h2", { children: s }),
|
|
1771
|
+
r ? /* @__PURE__ */ e.jsx("p", { children: r }) : null,
|
|
1772
|
+
d ? /* @__PURE__ */ e.jsx(dn, { styleType: d.styleType ?? "filled", style: d.style, className: d.className, onClick: d.onClick, children: d.text }) : null
|
|
1773
|
+
] });
|
|
1740
1774
|
export {
|
|
1741
1775
|
Hn as BaseActionCard,
|
|
1742
1776
|
le as BaseButton,
|
|
1743
|
-
|
|
1777
|
+
nr as BaseDialog,
|
|
1744
1778
|
ut as BaseRadioButton,
|
|
1745
|
-
|
|
1746
|
-
|
|
1779
|
+
J as BasicTemplateDialog,
|
|
1780
|
+
Lt as BigContainer,
|
|
1747
1781
|
Zn as BottomSheetsUi,
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1782
|
+
dn as Button,
|
|
1783
|
+
Yt as Card,
|
|
1784
|
+
Wt as Checkbox,
|
|
1751
1785
|
dt as Chips,
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1786
|
+
or as ColumnLayout,
|
|
1787
|
+
ir as DayOfWeekField,
|
|
1788
|
+
W as Divider,
|
|
1789
|
+
vr as EmptyPage,
|
|
1790
|
+
zt as FAB,
|
|
1791
|
+
Ut as FieldContainer,
|
|
1792
|
+
qn as FilledButton,
|
|
1793
|
+
Xn as FilledTotalButton,
|
|
1794
|
+
er as FullScrinTemplateDialog,
|
|
1795
|
+
lr as GridLayout,
|
|
1796
|
+
cr as GridLayoutItem,
|
|
1761
1797
|
ie as IconButton,
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1798
|
+
Gn as ListContainer,
|
|
1799
|
+
Jn as ListItem,
|
|
1800
|
+
dr as Menu,
|
|
1801
|
+
Kt as MoreText,
|
|
1802
|
+
hr as NavigationBar,
|
|
1803
|
+
fr as NavigationDrawer,
|
|
1804
|
+
mr as NavigationRail,
|
|
1805
|
+
Kn as OutlineButton,
|
|
1806
|
+
Bt as RadioButton,
|
|
1807
|
+
Xt as RunningLine,
|
|
1808
|
+
qt as ScrollContainer,
|
|
1809
|
+
Gt as Search,
|
|
1810
|
+
tr as SelectionDialog,
|
|
1811
|
+
Zt as SigmentedButton,
|
|
1812
|
+
Qt as Slider,
|
|
1813
|
+
ur as SmallWindowMenu,
|
|
1814
|
+
Jt as Snackbar,
|
|
1815
|
+
Ht as Switch,
|
|
1816
|
+
xr as Table,
|
|
1817
|
+
Vt as TextArea,
|
|
1782
1818
|
M as TextButton,
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1819
|
+
rr as TextDialog,
|
|
1820
|
+
hn as TextField,
|
|
1821
|
+
ar as TimePicker,
|
|
1822
|
+
fn as getContainerData,
|
|
1823
|
+
mn as getModalWindowCord,
|
|
1824
|
+
Ft as hexToRgb,
|
|
1788
1825
|
ft as map,
|
|
1789
|
-
|
|
1826
|
+
sr as СalendarPickers
|
|
1790
1827
|
};
|