@sme.up/ketchup2 2.0.0-SNAPSHOT-20250725081430 → 2.0.0-SNAPSHOT-20250725135359
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/components/data-table/data-table-types.d.ts +3 -2
- package/dist/components/data-table/data-table-types.d.ts.map +1 -1
- package/dist/components/data-table/data-table.d.ts.map +1 -1
- package/dist/components/data-table/header/Header.d.ts.map +1 -1
- package/dist/ketchup2.cjs.js +11 -11
- package/dist/ketchup2.css +1 -1
- package/dist/ketchup2.es.js +836 -835
- package/package.json +1 -1
package/dist/ketchup2.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as Ze from "react";
|
|
2
|
-
import ut, { useState as q, useRef as ie, useEffect as re, useCallback as oe, useLayoutEffect as
|
|
3
|
-
import { createPortal as
|
|
2
|
+
import ut, { useState as q, useRef as ie, useEffect as re, useCallback as oe, useLayoutEffect as ln, useId as je, useMemo as Ke, createElement as cn } from "react";
|
|
3
|
+
import { createPortal as un } from "react-dom";
|
|
4
4
|
var et = { exports: {} }, Ge = {};
|
|
5
5
|
/**
|
|
6
6
|
* @license React
|
|
@@ -12,7 +12,7 @@ var et = { exports: {} }, Ge = {};
|
|
|
12
12
|
* LICENSE file in the root directory of this source tree.
|
|
13
13
|
*/
|
|
14
14
|
var zt;
|
|
15
|
-
function
|
|
15
|
+
function dn() {
|
|
16
16
|
if (zt) return Ge;
|
|
17
17
|
zt = 1;
|
|
18
18
|
var t = Symbol.for("react.transitional.element"), e = Symbol.for("react.fragment");
|
|
@@ -44,12 +44,12 @@ var qe = {};
|
|
|
44
44
|
* LICENSE file in the root directory of this source tree.
|
|
45
45
|
*/
|
|
46
46
|
var Kt;
|
|
47
|
-
function
|
|
47
|
+
function fn() {
|
|
48
48
|
return Kt || (Kt = 1, process.env.NODE_ENV !== "production" && function() {
|
|
49
49
|
function t(m) {
|
|
50
50
|
if (m == null) return null;
|
|
51
51
|
if (typeof m == "function")
|
|
52
|
-
return m.$$typeof ===
|
|
52
|
+
return m.$$typeof === L ? null : m.displayName || m.name || null;
|
|
53
53
|
if (typeof m == "string") return m;
|
|
54
54
|
switch (m) {
|
|
55
55
|
case v:
|
|
@@ -58,7 +58,7 @@ function dn() {
|
|
|
58
58
|
return "Profiler";
|
|
59
59
|
case E:
|
|
60
60
|
return "StrictMode";
|
|
61
|
-
case
|
|
61
|
+
case b:
|
|
62
62
|
return "Suspense";
|
|
63
63
|
case j:
|
|
64
64
|
return "SuspenseList";
|
|
@@ -75,10 +75,10 @@ function dn() {
|
|
|
75
75
|
return (m.displayName || "Context") + ".Provider";
|
|
76
76
|
case x:
|
|
77
77
|
return (m._context.displayName || "Context") + ".Consumer";
|
|
78
|
-
case
|
|
78
|
+
case y:
|
|
79
79
|
var w = m.render;
|
|
80
80
|
return m = m.displayName, m || (m = w.displayName || w.name || "", m = m !== "" ? "ForwardRef(" + m + ")" : "ForwardRef"), m;
|
|
81
|
-
case
|
|
81
|
+
case $:
|
|
82
82
|
return w = m.displayName || null, w !== null ? w : t(m.type) || "Memo";
|
|
83
83
|
case B:
|
|
84
84
|
w = m._payload, m = m._init;
|
|
@@ -237,7 +237,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
237
237
|
function l(m) {
|
|
238
238
|
typeof m == "object" && m !== null && m.$$typeof === g && m._store && (m._store.validated = 1);
|
|
239
239
|
}
|
|
240
|
-
var f = ut, g = Symbol.for("react.transitional.element"), p = Symbol.for("react.portal"), v = Symbol.for("react.fragment"), E = Symbol.for("react.strict_mode"), C = Symbol.for("react.profiler"), x = Symbol.for("react.consumer"), T = Symbol.for("react.context"),
|
|
240
|
+
var f = ut, g = Symbol.for("react.transitional.element"), p = Symbol.for("react.portal"), v = Symbol.for("react.fragment"), E = Symbol.for("react.strict_mode"), C = Symbol.for("react.profiler"), x = Symbol.for("react.consumer"), T = Symbol.for("react.context"), y = Symbol.for("react.forward_ref"), b = Symbol.for("react.suspense"), j = Symbol.for("react.suspense_list"), $ = Symbol.for("react.memo"), B = Symbol.for("react.lazy"), P = Symbol.for("react.activity"), L = Symbol.for("react.client.reference"), D = f.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, O = Object.prototype.hasOwnProperty, S = Array.isArray, _ = console.createTask ? console.createTask : function() {
|
|
241
241
|
return null;
|
|
242
242
|
};
|
|
243
243
|
f = {
|
|
@@ -277,16 +277,16 @@ React keys must be passed directly to JSX without using spread:
|
|
|
277
277
|
}()), qe;
|
|
278
278
|
}
|
|
279
279
|
var Jt;
|
|
280
|
-
function
|
|
281
|
-
return Jt || (Jt = 1, process.env.NODE_ENV === "production" ? et.exports =
|
|
280
|
+
function pn() {
|
|
281
|
+
return Jt || (Jt = 1, process.env.NODE_ENV === "production" ? et.exports = dn() : et.exports = fn()), et.exports;
|
|
282
282
|
}
|
|
283
|
-
var h =
|
|
284
|
-
const
|
|
283
|
+
var h = pn();
|
|
284
|
+
const De = ({ label: t, disabled: e, htmlFor: r }) => {
|
|
285
285
|
const n = {
|
|
286
286
|
container: `smp-label ${e ? "smp-label-disabled" : ""}`
|
|
287
287
|
};
|
|
288
288
|
return /* @__PURE__ */ h.jsx("label", { className: n.container, htmlFor: r, children: t });
|
|
289
|
-
},
|
|
289
|
+
}, be = {
|
|
290
290
|
"smp-layout": "_smp-layout_wqmhx_1",
|
|
291
291
|
"smp-layout-horizontal": "_smp-layout-horizontal_wqmhx_9",
|
|
292
292
|
"smp-layout-vertical": "_smp-layout-vertical_wqmhx_15",
|
|
@@ -300,7 +300,7 @@ const Ne = ({ label: t, disabled: e, htmlFor: r }) => {
|
|
|
300
300
|
"smp-layout-section-with-title": "_smp-layout-section-with-title_wqmhx_63",
|
|
301
301
|
"smp-layout-section-title": "_smp-layout-section-title_wqmhx_69",
|
|
302
302
|
"smp-layout-inline": "_smp-layout-inline_wqmhx_75"
|
|
303
|
-
},
|
|
303
|
+
}, hn = (t, e) => {
|
|
304
304
|
const r = [];
|
|
305
305
|
for (let n = 0; n < t.length; n += e)
|
|
306
306
|
r.push(t.slice(n, n + e));
|
|
@@ -313,7 +313,7 @@ const Ne = ({ label: t, disabled: e, htmlFor: r }) => {
|
|
|
313
313
|
content: r.content
|
|
314
314
|
};
|
|
315
315
|
let n = r.sections, s = r.content;
|
|
316
|
-
return r.content?.length && r.columns && +r.columns > 1 && (n =
|
|
316
|
+
return r.content?.length && r.columns && +r.columns > 1 && (n = hn(
|
|
317
317
|
r.content.filter((o) => e.includes(o.id)),
|
|
318
318
|
+r.columns
|
|
319
319
|
).map(
|
|
@@ -337,7 +337,7 @@ const Ne = ({ label: t, disabled: e, htmlFor: r }) => {
|
|
|
337
337
|
[e]: r
|
|
338
338
|
};
|
|
339
339
|
}, Qt = (t) => t.some((e) => e.dim && !e.dim.endsWith("%"));
|
|
340
|
-
function
|
|
340
|
+
function mn(t, e) {
|
|
341
341
|
if (t == null) return {};
|
|
342
342
|
var r = {};
|
|
343
343
|
for (var n in t) if ({}.hasOwnProperty.call(t, n)) {
|
|
@@ -355,13 +355,13 @@ function dt() {
|
|
|
355
355
|
return t;
|
|
356
356
|
}, dt.apply(null, arguments);
|
|
357
357
|
}
|
|
358
|
-
function
|
|
359
|
-
return
|
|
358
|
+
function Lt(t, e) {
|
|
359
|
+
return Lt = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(r, n) {
|
|
360
360
|
return r.__proto__ = n, r;
|
|
361
|
-
},
|
|
361
|
+
}, Lt(t, e);
|
|
362
362
|
}
|
|
363
|
-
function
|
|
364
|
-
t.prototype = Object.create(e.prototype), t.prototype.constructor = t,
|
|
363
|
+
function gn(t, e) {
|
|
364
|
+
t.prototype = Object.create(e.prototype), t.prototype.constructor = t, Lt(t, e);
|
|
365
365
|
}
|
|
366
366
|
function St(t, e, r) {
|
|
367
367
|
if (r || arguments.length === 2) for (var n = 0, s = e.length, a; n < s; n++)
|
|
@@ -375,7 +375,7 @@ var tt = {};
|
|
|
375
375
|
* MIT Licensed
|
|
376
376
|
*/
|
|
377
377
|
var Zt;
|
|
378
|
-
function
|
|
378
|
+
function bn() {
|
|
379
379
|
if (Zt) return tt;
|
|
380
380
|
Zt = 1;
|
|
381
381
|
var t = /; *([!#$%&'*+.^_`|~0-9A-Za-z-]+) *= *("(?:[\u000b\u0020\u0021\u0023-\u005b\u005d-\u007e\u0080-\u00ff]|\\[\u000b\u0020-\u00ff])*"|[!#$%&'*+.^_`|~0-9A-Za-z-]+) */g, e = /^[\u000b\u0020-\u007e\u0080-\u00ff]+$/, r = /^[!#$%&'*+.^_`|~0-9A-Za-z-]+$/, n = /\\([\u000b\u0020-\u00ff])/g, s = /([\\"])/g, a = /^[!#$%&'*+.^_`|~0-9A-Za-z-]+\/[!#$%&'*+.^_`|~0-9A-Za-z-]+$/;
|
|
@@ -436,7 +436,7 @@ function gn() {
|
|
|
436
436
|
}
|
|
437
437
|
return tt;
|
|
438
438
|
}
|
|
439
|
-
var yn =
|
|
439
|
+
var yn = bn(), Ve = /* @__PURE__ */ new Map(), Br = function(e) {
|
|
440
440
|
return e.cloneNode(!0);
|
|
441
441
|
}, er = function() {
|
|
442
442
|
return window.location.protocol === "file:";
|
|
@@ -467,19 +467,19 @@ var yn = gn(), Ve = /* @__PURE__ */ new Map(), Br = function(e) {
|
|
|
467
467
|
throw i;
|
|
468
468
|
}
|
|
469
469
|
}, s.open("GET", e), s.withCredentials = r, s.overrideMimeType && s.overrideMimeType("text/xml"), s.send();
|
|
470
|
-
},
|
|
471
|
-
|
|
472
|
-
},
|
|
470
|
+
}, _e = {}, tr = function(e, r) {
|
|
471
|
+
_e[e] = _e[e] || [], _e[e].push(r);
|
|
472
|
+
}, vn = function(e) {
|
|
473
473
|
for (var r = function(o, i) {
|
|
474
474
|
setTimeout(function() {
|
|
475
|
-
if (Array.isArray(
|
|
476
|
-
var c = Ve.get(e), u =
|
|
477
|
-
c instanceof SVGSVGElement && u(null, Br(c)), c instanceof Error && u(c), o ===
|
|
475
|
+
if (Array.isArray(_e[e])) {
|
|
476
|
+
var c = Ve.get(e), u = _e[e][o];
|
|
477
|
+
c instanceof SVGSVGElement && u(null, Br(c)), c instanceof Error && u(c), o === _e[e].length - 1 && delete _e[e];
|
|
478
478
|
}
|
|
479
479
|
}, 0);
|
|
480
|
-
}, n = 0, s =
|
|
480
|
+
}, n = 0, s = _e[e].length; n < s; n++)
|
|
481
481
|
r(n);
|
|
482
|
-
},
|
|
482
|
+
}, xn = function(e, r, n) {
|
|
483
483
|
if (Ve.has(e)) {
|
|
484
484
|
var s = Ve.get(e);
|
|
485
485
|
if (s === void 0) {
|
|
@@ -493,16 +493,16 @@ var yn = gn(), Ve = /* @__PURE__ */ new Map(), Br = function(e) {
|
|
|
493
493
|
}
|
|
494
494
|
Ve.set(e, void 0), tr(e, n), Wr(e, r, function(a, o) {
|
|
495
495
|
var i;
|
|
496
|
-
a ? Ve.set(e, a) : ((i = o.responseXML) === null || i === void 0 ? void 0 : i.documentElement) instanceof SVGSVGElement && Ve.set(e, o.responseXML.documentElement),
|
|
496
|
+
a ? Ve.set(e, a) : ((i = o.responseXML) === null || i === void 0 ? void 0 : i.documentElement) instanceof SVGSVGElement && Ve.set(e, o.responseXML.documentElement), vn(e);
|
|
497
497
|
});
|
|
498
|
-
},
|
|
498
|
+
}, wn = function(e, r, n) {
|
|
499
499
|
Wr(e, r, function(s, a) {
|
|
500
500
|
var o;
|
|
501
501
|
s ? n(s) : ((o = a.responseXML) === null || o === void 0 ? void 0 : o.documentElement) instanceof SVGSVGElement && n(null, a.responseXML.documentElement);
|
|
502
502
|
});
|
|
503
|
-
},
|
|
504
|
-
return ++
|
|
505
|
-
}, we = [], rr = {},
|
|
503
|
+
}, Sn = 0, En = function() {
|
|
504
|
+
return ++Sn;
|
|
505
|
+
}, we = [], rr = {}, Cn = "http://www.w3.org/2000/svg", Et = "http://www.w3.org/1999/xlink", nr = function(e, r, n, s, a, o, i) {
|
|
506
506
|
var c = e.getAttribute("data-src") || e.getAttribute("src");
|
|
507
507
|
if (!c) {
|
|
508
508
|
i(new Error("Invalid data-src or src attribute"));
|
|
@@ -513,7 +513,7 @@ var yn = gn(), Ve = /* @__PURE__ */ new Map(), Br = function(e) {
|
|
|
513
513
|
return;
|
|
514
514
|
}
|
|
515
515
|
we.push(e), e.setAttribute("src", "");
|
|
516
|
-
var u = s ?
|
|
516
|
+
var u = s ? xn : wn;
|
|
517
517
|
u(c, a, function(d, l) {
|
|
518
518
|
if (!l) {
|
|
519
519
|
we.splice(we.indexOf(e), 1), e = null, i(d);
|
|
@@ -548,59 +548,59 @@ var yn = gn(), Ve = /* @__PURE__ */ new Map(), Br = function(e) {
|
|
|
548
548
|
path: [],
|
|
549
549
|
pattern: ["fill", "stroke"],
|
|
550
550
|
radialGradient: ["fill", "stroke"]
|
|
551
|
-
},
|
|
551
|
+
}, y, b, j, $, B;
|
|
552
552
|
Object.keys(T).forEach(function(X) {
|
|
553
|
-
|
|
553
|
+
y = X, j = T[X], b = l.querySelectorAll(y + "[id]");
|
|
554
554
|
for (var A = function(k, R) {
|
|
555
|
-
|
|
555
|
+
$ = b[k].id, B = $ + "-" + En();
|
|
556
556
|
var I;
|
|
557
557
|
Array.prototype.forEach.call(j, function(G) {
|
|
558
|
-
I = l.querySelectorAll("[" + G + '*="' +
|
|
558
|
+
I = l.querySelectorAll("[" + G + '*="' + $ + '"]');
|
|
559
559
|
for (var F = 0, z = I.length; F < z; F++) {
|
|
560
560
|
var ee = I[F].getAttribute(G);
|
|
561
|
-
ee && !ee.match(new RegExp('url\\("?#' +
|
|
561
|
+
ee && !ee.match(new RegExp('url\\("?#' + $ + '"?\\)')) || I[F].setAttribute(G, "url(#" + B + ")");
|
|
562
562
|
}
|
|
563
563
|
});
|
|
564
564
|
for (var V = l.querySelectorAll("[*|href]"), W = [], U = 0, Z = V.length; U < Z; U++) {
|
|
565
565
|
var J = V[U].getAttributeNS(Et, "href");
|
|
566
|
-
J && J.toString() === "#" +
|
|
566
|
+
J && J.toString() === "#" + b[k].id && W.push(V[U]);
|
|
567
567
|
}
|
|
568
568
|
for (var ae = 0, M = W.length; ae < M; ae++)
|
|
569
569
|
W[ae].setAttributeNS(Et, "href", "#" + B);
|
|
570
|
-
|
|
571
|
-
}, m = 0, w =
|
|
570
|
+
b[k].id = B;
|
|
571
|
+
}, m = 0, w = b.length; m < w; m++)
|
|
572
572
|
A(m);
|
|
573
573
|
});
|
|
574
574
|
}
|
|
575
575
|
l.removeAttribute("xmlns:a");
|
|
576
|
-
for (var P = l.querySelectorAll("script"),
|
|
577
|
-
O = P[S].getAttribute("type"), (!O || O === "application/ecmascript" || O === "application/javascript" || O === "text/javascript") && (D = P[S].innerText || P[S].textContent, D &&
|
|
578
|
-
if (
|
|
579
|
-
for (var Y = 0, H =
|
|
580
|
-
new Function(
|
|
576
|
+
for (var P = l.querySelectorAll("script"), L = [], D, O, S = 0, _ = P.length; S < _; S++)
|
|
577
|
+
O = P[S].getAttribute("type"), (!O || O === "application/ecmascript" || O === "application/javascript" || O === "text/javascript") && (D = P[S].innerText || P[S].textContent, D && L.push(D), l.removeChild(P[S]));
|
|
578
|
+
if (L.length > 0 && (r === "always" || r === "once" && !rr[c])) {
|
|
579
|
+
for (var Y = 0, H = L.length; Y < H; Y++)
|
|
580
|
+
new Function(L[Y])(window);
|
|
581
581
|
rr[c] = !0;
|
|
582
582
|
}
|
|
583
583
|
var K = l.querySelectorAll("style");
|
|
584
584
|
if (Array.prototype.forEach.call(K, function(X) {
|
|
585
585
|
X.textContent += "";
|
|
586
|
-
}), l.setAttribute("xmlns",
|
|
586
|
+
}), l.setAttribute("xmlns", Cn), l.setAttribute("xmlns:xlink", Et), o(l), !e.parentNode) {
|
|
587
587
|
we.splice(we.indexOf(e), 1), e = null, i(new Error("Parent node is null"));
|
|
588
588
|
return;
|
|
589
589
|
}
|
|
590
590
|
e.parentNode.replaceChild(l, e), we.splice(we.indexOf(e), 1), e = null, i(null, l);
|
|
591
591
|
});
|
|
592
|
-
},
|
|
592
|
+
}, Tn = function(e, r) {
|
|
593
593
|
var n = r === void 0 ? {} : r, s = n.afterAll, a = s === void 0 ? function() {
|
|
594
594
|
} : s, o = n.afterEach, i = o === void 0 ? function() {
|
|
595
595
|
} : o, c = n.beforeEach, u = c === void 0 ? function() {
|
|
596
596
|
} : c, d = n.cacheRequests, l = d === void 0 ? !0 : d, f = n.evalScripts, g = f === void 0 ? "never" : f, p = n.httpRequestWithCredentials, v = p === void 0 ? !1 : p, E = n.renumerateIRIElements, C = E === void 0 ? !0 : E;
|
|
597
597
|
if (e && "length" in e)
|
|
598
|
-
for (var x = 0, T = 0,
|
|
599
|
-
nr(e[T], g, C, l, v, u, function(
|
|
600
|
-
i(
|
|
598
|
+
for (var x = 0, T = 0, y = e.length; T < y; T++)
|
|
599
|
+
nr(e[T], g, C, l, v, u, function(b, j) {
|
|
600
|
+
i(b, j), e && "length" in e && e.length === ++x && a(x);
|
|
601
601
|
});
|
|
602
|
-
else e ? nr(e, g, C, l, v, u, function(
|
|
603
|
-
i(
|
|
602
|
+
else e ? nr(e, g, C, l, v, u, function(b, j) {
|
|
603
|
+
i(b, j), a(1), e = null;
|
|
604
604
|
}) : a(0);
|
|
605
605
|
}, rt = { exports: {} }, nt = { exports: {} }, ne = {};
|
|
606
606
|
/** @license React v16.13.1
|
|
@@ -612,31 +612,31 @@ var yn = gn(), Ve = /* @__PURE__ */ new Map(), Br = function(e) {
|
|
|
612
612
|
* LICENSE file in the root directory of this source tree.
|
|
613
613
|
*/
|
|
614
614
|
var sr;
|
|
615
|
-
function
|
|
615
|
+
function On() {
|
|
616
616
|
if (sr) return ne;
|
|
617
617
|
sr = 1;
|
|
618
618
|
var t = typeof Symbol == "function" && Symbol.for, e = t ? Symbol.for("react.element") : 60103, r = t ? Symbol.for("react.portal") : 60106, n = t ? Symbol.for("react.fragment") : 60107, s = t ? Symbol.for("react.strict_mode") : 60108, a = t ? Symbol.for("react.profiler") : 60114, o = t ? Symbol.for("react.provider") : 60109, i = t ? Symbol.for("react.context") : 60110, c = t ? Symbol.for("react.async_mode") : 60111, u = t ? Symbol.for("react.concurrent_mode") : 60111, d = t ? Symbol.for("react.forward_ref") : 60112, l = t ? Symbol.for("react.suspense") : 60113, f = t ? Symbol.for("react.suspense_list") : 60120, g = t ? Symbol.for("react.memo") : 60115, p = t ? Symbol.for("react.lazy") : 60116, v = t ? Symbol.for("react.block") : 60121, E = t ? Symbol.for("react.fundamental") : 60117, C = t ? Symbol.for("react.responder") : 60118, x = t ? Symbol.for("react.scope") : 60119;
|
|
619
|
-
function T(
|
|
620
|
-
if (typeof
|
|
621
|
-
var j =
|
|
619
|
+
function T(b) {
|
|
620
|
+
if (typeof b == "object" && b !== null) {
|
|
621
|
+
var j = b.$$typeof;
|
|
622
622
|
switch (j) {
|
|
623
623
|
case e:
|
|
624
|
-
switch (
|
|
624
|
+
switch (b = b.type, b) {
|
|
625
625
|
case c:
|
|
626
626
|
case u:
|
|
627
627
|
case n:
|
|
628
628
|
case a:
|
|
629
629
|
case s:
|
|
630
630
|
case l:
|
|
631
|
-
return
|
|
631
|
+
return b;
|
|
632
632
|
default:
|
|
633
|
-
switch (
|
|
633
|
+
switch (b = b && b.$$typeof, b) {
|
|
634
634
|
case i:
|
|
635
635
|
case d:
|
|
636
636
|
case p:
|
|
637
637
|
case g:
|
|
638
638
|
case o:
|
|
639
|
-
return
|
|
639
|
+
return b;
|
|
640
640
|
default:
|
|
641
641
|
return j;
|
|
642
642
|
}
|
|
@@ -646,35 +646,35 @@ function Tn() {
|
|
|
646
646
|
}
|
|
647
647
|
}
|
|
648
648
|
}
|
|
649
|
-
function b
|
|
650
|
-
return T(
|
|
651
|
-
}
|
|
652
|
-
return ne.AsyncMode = c, ne.ConcurrentMode = u, ne.ContextConsumer = i, ne.ContextProvider = o, ne.Element = e, ne.ForwardRef = d, ne.Fragment = n, ne.Lazy = p, ne.Memo = g, ne.Portal = r, ne.Profiler = a, ne.StrictMode = s, ne.Suspense = l, ne.isAsyncMode = function(
|
|
653
|
-
return b
|
|
654
|
-
}, ne.isConcurrentMode =
|
|
655
|
-
return T(
|
|
656
|
-
}, ne.isContextProvider = function(
|
|
657
|
-
return T(
|
|
658
|
-
}, ne.isElement = function(
|
|
659
|
-
return typeof
|
|
660
|
-
}, ne.isForwardRef = function(
|
|
661
|
-
return T(
|
|
662
|
-
}, ne.isFragment = function(
|
|
663
|
-
return T(
|
|
664
|
-
}, ne.isLazy = function(
|
|
665
|
-
return T(
|
|
666
|
-
}, ne.isMemo = function(
|
|
667
|
-
return T(
|
|
668
|
-
}, ne.isPortal = function(
|
|
669
|
-
return T(
|
|
670
|
-
}, ne.isProfiler = function(
|
|
671
|
-
return T(
|
|
672
|
-
}, ne.isStrictMode = function(
|
|
673
|
-
return T(
|
|
674
|
-
}, ne.isSuspense = function(
|
|
675
|
-
return T(
|
|
676
|
-
}, ne.isValidElementType = function(
|
|
677
|
-
return typeof
|
|
649
|
+
function y(b) {
|
|
650
|
+
return T(b) === u;
|
|
651
|
+
}
|
|
652
|
+
return ne.AsyncMode = c, ne.ConcurrentMode = u, ne.ContextConsumer = i, ne.ContextProvider = o, ne.Element = e, ne.ForwardRef = d, ne.Fragment = n, ne.Lazy = p, ne.Memo = g, ne.Portal = r, ne.Profiler = a, ne.StrictMode = s, ne.Suspense = l, ne.isAsyncMode = function(b) {
|
|
653
|
+
return y(b) || T(b) === c;
|
|
654
|
+
}, ne.isConcurrentMode = y, ne.isContextConsumer = function(b) {
|
|
655
|
+
return T(b) === i;
|
|
656
|
+
}, ne.isContextProvider = function(b) {
|
|
657
|
+
return T(b) === o;
|
|
658
|
+
}, ne.isElement = function(b) {
|
|
659
|
+
return typeof b == "object" && b !== null && b.$$typeof === e;
|
|
660
|
+
}, ne.isForwardRef = function(b) {
|
|
661
|
+
return T(b) === d;
|
|
662
|
+
}, ne.isFragment = function(b) {
|
|
663
|
+
return T(b) === n;
|
|
664
|
+
}, ne.isLazy = function(b) {
|
|
665
|
+
return T(b) === p;
|
|
666
|
+
}, ne.isMemo = function(b) {
|
|
667
|
+
return T(b) === g;
|
|
668
|
+
}, ne.isPortal = function(b) {
|
|
669
|
+
return T(b) === r;
|
|
670
|
+
}, ne.isProfiler = function(b) {
|
|
671
|
+
return T(b) === a;
|
|
672
|
+
}, ne.isStrictMode = function(b) {
|
|
673
|
+
return T(b) === s;
|
|
674
|
+
}, ne.isSuspense = function(b) {
|
|
675
|
+
return T(b) === l;
|
|
676
|
+
}, ne.isValidElementType = function(b) {
|
|
677
|
+
return typeof b == "string" || typeof b == "function" || b === n || b === u || b === a || b === s || b === l || b === f || typeof b == "object" && b !== null && (b.$$typeof === p || b.$$typeof === g || b.$$typeof === o || b.$$typeof === i || b.$$typeof === d || b.$$typeof === E || b.$$typeof === C || b.$$typeof === x || b.$$typeof === v);
|
|
678
678
|
}, ne.typeOf = T, ne;
|
|
679
679
|
}
|
|
680
680
|
var se = {};
|
|
@@ -687,14 +687,14 @@ var se = {};
|
|
|
687
687
|
* LICENSE file in the root directory of this source tree.
|
|
688
688
|
*/
|
|
689
689
|
var ar;
|
|
690
|
-
function
|
|
690
|
+
function _n() {
|
|
691
691
|
return ar || (ar = 1, process.env.NODE_ENV !== "production" && function() {
|
|
692
692
|
var t = typeof Symbol == "function" && Symbol.for, e = t ? Symbol.for("react.element") : 60103, r = t ? Symbol.for("react.portal") : 60106, n = t ? Symbol.for("react.fragment") : 60107, s = t ? Symbol.for("react.strict_mode") : 60108, a = t ? Symbol.for("react.profiler") : 60114, o = t ? Symbol.for("react.provider") : 60109, i = t ? Symbol.for("react.context") : 60110, c = t ? Symbol.for("react.async_mode") : 60111, u = t ? Symbol.for("react.concurrent_mode") : 60111, d = t ? Symbol.for("react.forward_ref") : 60112, l = t ? Symbol.for("react.suspense") : 60113, f = t ? Symbol.for("react.suspense_list") : 60120, g = t ? Symbol.for("react.memo") : 60115, p = t ? Symbol.for("react.lazy") : 60116, v = t ? Symbol.for("react.block") : 60121, E = t ? Symbol.for("react.fundamental") : 60117, C = t ? Symbol.for("react.responder") : 60118, x = t ? Symbol.for("react.scope") : 60119;
|
|
693
693
|
function T(M) {
|
|
694
694
|
return typeof M == "string" || typeof M == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
695
695
|
M === n || M === u || M === a || M === s || M === l || M === f || typeof M == "object" && M !== null && (M.$$typeof === p || M.$$typeof === g || M.$$typeof === o || M.$$typeof === i || M.$$typeof === d || M.$$typeof === E || M.$$typeof === C || M.$$typeof === x || M.$$typeof === v);
|
|
696
696
|
}
|
|
697
|
-
function
|
|
697
|
+
function y(M) {
|
|
698
698
|
if (typeof M == "object" && M !== null) {
|
|
699
699
|
var G = M.$$typeof;
|
|
700
700
|
switch (G) {
|
|
@@ -726,52 +726,52 @@ function On() {
|
|
|
726
726
|
}
|
|
727
727
|
}
|
|
728
728
|
}
|
|
729
|
-
var
|
|
729
|
+
var b = c, j = u, $ = i, B = o, P = e, L = d, D = n, O = p, S = g, _ = r, Y = a, H = s, K = l, X = !1;
|
|
730
730
|
function A(M) {
|
|
731
|
-
return X || (X = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), m(M) ||
|
|
731
|
+
return X || (X = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), m(M) || y(M) === c;
|
|
732
732
|
}
|
|
733
733
|
function m(M) {
|
|
734
|
-
return
|
|
734
|
+
return y(M) === u;
|
|
735
735
|
}
|
|
736
736
|
function w(M) {
|
|
737
|
-
return
|
|
737
|
+
return y(M) === i;
|
|
738
738
|
}
|
|
739
739
|
function N(M) {
|
|
740
|
-
return
|
|
740
|
+
return y(M) === o;
|
|
741
741
|
}
|
|
742
742
|
function k(M) {
|
|
743
743
|
return typeof M == "object" && M !== null && M.$$typeof === e;
|
|
744
744
|
}
|
|
745
745
|
function R(M) {
|
|
746
|
-
return
|
|
746
|
+
return y(M) === d;
|
|
747
747
|
}
|
|
748
748
|
function I(M) {
|
|
749
|
-
return
|
|
749
|
+
return y(M) === n;
|
|
750
750
|
}
|
|
751
751
|
function V(M) {
|
|
752
|
-
return
|
|
752
|
+
return y(M) === p;
|
|
753
753
|
}
|
|
754
754
|
function W(M) {
|
|
755
|
-
return
|
|
755
|
+
return y(M) === g;
|
|
756
756
|
}
|
|
757
757
|
function U(M) {
|
|
758
|
-
return
|
|
758
|
+
return y(M) === r;
|
|
759
759
|
}
|
|
760
760
|
function Z(M) {
|
|
761
|
-
return
|
|
761
|
+
return y(M) === a;
|
|
762
762
|
}
|
|
763
763
|
function J(M) {
|
|
764
|
-
return
|
|
764
|
+
return y(M) === s;
|
|
765
765
|
}
|
|
766
766
|
function ae(M) {
|
|
767
|
-
return
|
|
767
|
+
return y(M) === l;
|
|
768
768
|
}
|
|
769
|
-
se.AsyncMode =
|
|
769
|
+
se.AsyncMode = b, se.ConcurrentMode = j, se.ContextConsumer = $, se.ContextProvider = B, se.Element = P, se.ForwardRef = L, se.Fragment = D, se.Lazy = O, se.Memo = S, se.Portal = _, se.Profiler = Y, se.StrictMode = H, se.Suspense = K, se.isAsyncMode = A, se.isConcurrentMode = m, se.isContextConsumer = w, se.isContextProvider = N, se.isElement = k, se.isForwardRef = R, se.isFragment = I, se.isLazy = V, se.isMemo = W, se.isPortal = U, se.isProfiler = Z, se.isStrictMode = J, se.isSuspense = ae, se.isValidElementType = T, se.typeOf = y;
|
|
770
770
|
}()), se;
|
|
771
771
|
}
|
|
772
772
|
var or;
|
|
773
773
|
function Yr() {
|
|
774
|
-
return or || (or = 1, process.env.NODE_ENV === "production" ? nt.exports =
|
|
774
|
+
return or || (or = 1, process.env.NODE_ENV === "production" ? nt.exports = On() : nt.exports = _n()), nt.exports;
|
|
775
775
|
}
|
|
776
776
|
/*
|
|
777
777
|
object-assign
|
|
@@ -779,7 +779,7 @@ object-assign
|
|
|
779
779
|
@license MIT
|
|
780
780
|
*/
|
|
781
781
|
var Ct, ir;
|
|
782
|
-
function
|
|
782
|
+
function Rn() {
|
|
783
783
|
if (ir) return Ct;
|
|
784
784
|
ir = 1;
|
|
785
785
|
var t = Object.getOwnPropertySymbols, e = Object.prototype.hasOwnProperty, r = Object.prototype.propertyIsEnumerable;
|
|
@@ -836,7 +836,7 @@ function Gr() {
|
|
|
836
836
|
return cr || (cr = 1, Ot = Function.call.bind(Object.prototype.hasOwnProperty)), Ot;
|
|
837
837
|
}
|
|
838
838
|
var _t, ur;
|
|
839
|
-
function
|
|
839
|
+
function jn() {
|
|
840
840
|
if (ur) return _t;
|
|
841
841
|
ur = 1;
|
|
842
842
|
var t = function() {
|
|
@@ -885,10 +885,10 @@ function Rn() {
|
|
|
885
885
|
}, _t = s, _t;
|
|
886
886
|
}
|
|
887
887
|
var Rt, dr;
|
|
888
|
-
function
|
|
888
|
+
function Dn() {
|
|
889
889
|
if (dr) return Rt;
|
|
890
890
|
dr = 1;
|
|
891
|
-
var t = Yr(), e =
|
|
891
|
+
var t = Yr(), e = Rn(), r = /* @__PURE__ */ Vt(), n = /* @__PURE__ */ Gr(), s = /* @__PURE__ */ jn(), a = function() {
|
|
892
892
|
};
|
|
893
893
|
process.env.NODE_ENV !== "production" && (a = function(i) {
|
|
894
894
|
var c = "Warning: " + i;
|
|
@@ -919,12 +919,12 @@ function jn() {
|
|
|
919
919
|
symbol: C("symbol"),
|
|
920
920
|
any: x(),
|
|
921
921
|
arrayOf: T,
|
|
922
|
-
element:
|
|
923
|
-
elementType:
|
|
922
|
+
element: y(),
|
|
923
|
+
elementType: b(),
|
|
924
924
|
instanceOf: j,
|
|
925
|
-
node:
|
|
925
|
+
node: L(),
|
|
926
926
|
objectOf: B,
|
|
927
|
-
oneOf:
|
|
927
|
+
oneOf: $,
|
|
928
928
|
oneOfType: P,
|
|
929
929
|
shape: O,
|
|
930
930
|
exact: S
|
|
@@ -994,7 +994,7 @@ function jn() {
|
|
|
994
994
|
}
|
|
995
995
|
return E(w);
|
|
996
996
|
}
|
|
997
|
-
function
|
|
997
|
+
function y() {
|
|
998
998
|
function m(w, N, k, R, I) {
|
|
999
999
|
var V = w[N];
|
|
1000
1000
|
if (!i(V)) {
|
|
@@ -1005,7 +1005,7 @@ function jn() {
|
|
|
1005
1005
|
}
|
|
1006
1006
|
return E(m);
|
|
1007
1007
|
}
|
|
1008
|
-
function
|
|
1008
|
+
function b() {
|
|
1009
1009
|
function m(w, N, k, R, I) {
|
|
1010
1010
|
var V = w[N];
|
|
1011
1011
|
if (!t.isValidElementType(V)) {
|
|
@@ -1026,7 +1026,7 @@ function jn() {
|
|
|
1026
1026
|
}
|
|
1027
1027
|
return E(w);
|
|
1028
1028
|
}
|
|
1029
|
-
function
|
|
1029
|
+
function $(m) {
|
|
1030
1030
|
if (!Array.isArray(m))
|
|
1031
1031
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? a(
|
|
1032
1032
|
"Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
|
|
@@ -1082,7 +1082,7 @@ function jn() {
|
|
|
1082
1082
|
}
|
|
1083
1083
|
return E(k);
|
|
1084
1084
|
}
|
|
1085
|
-
function
|
|
1085
|
+
function L() {
|
|
1086
1086
|
function m(w, N, k, R, I) {
|
|
1087
1087
|
return _(w[N]) ? null : new v("Invalid " + R + " `" + I + "` supplied to " + ("`" + k + "`, expected a ReactNode."));
|
|
1088
1088
|
}
|
|
@@ -1206,7 +1206,7 @@ Valid keys: ` + JSON.stringify(Object.keys(m), null, " ")
|
|
|
1206
1206
|
}, Rt;
|
|
1207
1207
|
}
|
|
1208
1208
|
var jt, fr;
|
|
1209
|
-
function
|
|
1209
|
+
function Nn() {
|
|
1210
1210
|
if (fr) return jt;
|
|
1211
1211
|
fr = 1;
|
|
1212
1212
|
var t = /* @__PURE__ */ Vt();
|
|
@@ -1254,19 +1254,19 @@ function Dn() {
|
|
|
1254
1254
|
}, jt;
|
|
1255
1255
|
}
|
|
1256
1256
|
var pr;
|
|
1257
|
-
function
|
|
1257
|
+
function $n() {
|
|
1258
1258
|
if (pr) return rt.exports;
|
|
1259
1259
|
if (pr = 1, process.env.NODE_ENV !== "production") {
|
|
1260
1260
|
var t = Yr(), e = !0;
|
|
1261
|
-
rt.exports = /* @__PURE__ */
|
|
1261
|
+
rt.exports = /* @__PURE__ */ Dn()(t.isElement, e);
|
|
1262
1262
|
} else
|
|
1263
|
-
rt.exports = /* @__PURE__ */
|
|
1263
|
+
rt.exports = /* @__PURE__ */ Nn()();
|
|
1264
1264
|
return rt.exports;
|
|
1265
1265
|
}
|
|
1266
|
-
var
|
|
1266
|
+
var fe = /* @__PURE__ */ $n(), Ln = function(e) {
|
|
1267
1267
|
var r = e?.ownerDocument || document;
|
|
1268
1268
|
return r.defaultView || window;
|
|
1269
|
-
},
|
|
1269
|
+
}, kn = function(e, r) {
|
|
1270
1270
|
for (var n in e)
|
|
1271
1271
|
if (!(n in r))
|
|
1272
1272
|
return !0;
|
|
@@ -1274,7 +1274,7 @@ var de = /* @__PURE__ */ Nn(), Ln = function(e) {
|
|
|
1274
1274
|
if (e[s] !== r[s])
|
|
1275
1275
|
return !0;
|
|
1276
1276
|
return !1;
|
|
1277
|
-
},
|
|
1277
|
+
}, An = ["afterInjection", "beforeInjection", "desc", "evalScripts", "fallback", "httpRequestWithCredentials", "loading", "renumerateIRIElements", "src", "title", "useRequestCache", "wrapper"], st = "http://www.w3.org/2000/svg", hr = "http://www.w3.org/1999/xlink", Ut = /* @__PURE__ */ function(t) {
|
|
1278
1278
|
function e() {
|
|
1279
1279
|
for (var n, s = arguments.length, a = new Array(s), o = 0; o < s; o++)
|
|
1280
1280
|
a[o] = arguments[o];
|
|
@@ -1285,16 +1285,16 @@ var de = /* @__PURE__ */ Nn(), Ln = function(e) {
|
|
|
1285
1285
|
n.reactWrapper = i;
|
|
1286
1286
|
}, n;
|
|
1287
1287
|
}
|
|
1288
|
-
|
|
1288
|
+
gn(e, t);
|
|
1289
1289
|
var r = e.prototype;
|
|
1290
1290
|
return r.renderSVG = function() {
|
|
1291
1291
|
var s = this;
|
|
1292
1292
|
if (this.reactWrapper instanceof Ln(this.reactWrapper).Node) {
|
|
1293
1293
|
var a = this.props, o = a.desc, i = a.evalScripts, c = a.httpRequestWithCredentials, u = a.renumerateIRIElements, d = a.src, l = a.title, f = a.useRequestCache, g = this.props.onError, p = this.props.beforeInjection, v = this.props.afterInjection, E = this.props.wrapper, C, x;
|
|
1294
1294
|
E === "svg" ? (C = document.createElementNS(st, E), C.setAttribute("xmlns", st), C.setAttribute("xmlns:xlink", hr), x = document.createElementNS(st, E)) : (C = document.createElement(E), x = document.createElement(E)), C.appendChild(x), x.dataset.src = d, this.nonReactWrapper = this.reactWrapper.appendChild(C);
|
|
1295
|
-
var T = function(
|
|
1295
|
+
var T = function($) {
|
|
1296
1296
|
if (s.removeSVG(), !s._isMounted) {
|
|
1297
|
-
g(
|
|
1297
|
+
g($);
|
|
1298
1298
|
return;
|
|
1299
1299
|
}
|
|
1300
1300
|
s.setState(function() {
|
|
@@ -1303,11 +1303,11 @@ var de = /* @__PURE__ */ Nn(), Ln = function(e) {
|
|
|
1303
1303
|
isLoading: !1
|
|
1304
1304
|
};
|
|
1305
1305
|
}, function() {
|
|
1306
|
-
g(
|
|
1306
|
+
g($);
|
|
1307
1307
|
});
|
|
1308
|
-
},
|
|
1309
|
-
if (
|
|
1310
|
-
T(
|
|
1308
|
+
}, y = function($, B) {
|
|
1309
|
+
if ($) {
|
|
1310
|
+
T($);
|
|
1311
1311
|
return;
|
|
1312
1312
|
}
|
|
1313
1313
|
s._isMounted && s.setState(function() {
|
|
@@ -1321,28 +1321,28 @@ var de = /* @__PURE__ */ Nn(), Ln = function(e) {
|
|
|
1321
1321
|
T(P);
|
|
1322
1322
|
}
|
|
1323
1323
|
});
|
|
1324
|
-
},
|
|
1325
|
-
if (
|
|
1326
|
-
var B =
|
|
1327
|
-
B &&
|
|
1324
|
+
}, b = function($) {
|
|
1325
|
+
if ($.setAttribute("role", "img"), o) {
|
|
1326
|
+
var B = $.querySelector(":scope > desc");
|
|
1327
|
+
B && $.removeChild(B);
|
|
1328
1328
|
var P = document.createElement("desc");
|
|
1329
|
-
P.innerHTML = o,
|
|
1329
|
+
P.innerHTML = o, $.prepend(P);
|
|
1330
1330
|
}
|
|
1331
1331
|
if (l) {
|
|
1332
|
-
var
|
|
1333
|
-
|
|
1332
|
+
var L = $.querySelector(":scope > title");
|
|
1333
|
+
L && $.removeChild(L);
|
|
1334
1334
|
var D = document.createElement("title");
|
|
1335
|
-
D.innerHTML = l,
|
|
1335
|
+
D.innerHTML = l, $.prepend(D);
|
|
1336
1336
|
}
|
|
1337
1337
|
try {
|
|
1338
|
-
p(
|
|
1338
|
+
p($);
|
|
1339
1339
|
} catch (O) {
|
|
1340
1340
|
T(O);
|
|
1341
1341
|
}
|
|
1342
1342
|
};
|
|
1343
|
-
|
|
1344
|
-
afterEach:
|
|
1345
|
-
beforeEach:
|
|
1343
|
+
Tn(x, {
|
|
1344
|
+
afterEach: y,
|
|
1345
|
+
beforeEach: b,
|
|
1346
1346
|
cacheRequests: f,
|
|
1347
1347
|
evalScripts: i,
|
|
1348
1348
|
httpRequestWithCredentials: c,
|
|
@@ -1356,7 +1356,7 @@ var de = /* @__PURE__ */ Nn(), Ln = function(e) {
|
|
|
1356
1356
|
this._isMounted = !0, this.renderSVG();
|
|
1357
1357
|
}, r.componentDidUpdate = function(s) {
|
|
1358
1358
|
var a = this;
|
|
1359
|
-
|
|
1359
|
+
kn(dt({}, s), this.props) && this.setState(function() {
|
|
1360
1360
|
return a.initialState;
|
|
1361
1361
|
}, function() {
|
|
1362
1362
|
a.removeSVG(), a.renderSVG();
|
|
@@ -1370,7 +1370,7 @@ var de = /* @__PURE__ */ Nn(), Ln = function(e) {
|
|
|
1370
1370
|
s.httpRequestWithCredentials;
|
|
1371
1371
|
var o = s.loading;
|
|
1372
1372
|
s.renumerateIRIElements, s.src, s.title, s.useRequestCache;
|
|
1373
|
-
var i = s.wrapper, c =
|
|
1373
|
+
var i = s.wrapper, c = mn(s, An), u = i;
|
|
1374
1374
|
return /* @__PURE__ */ Ze.createElement(u, dt({}, c, {
|
|
1375
1375
|
ref: this.refCallback
|
|
1376
1376
|
}, i === "svg" ? {
|
|
@@ -1397,30 +1397,30 @@ Ut.defaultProps = {
|
|
|
1397
1397
|
wrapper: "div"
|
|
1398
1398
|
};
|
|
1399
1399
|
Ut.propTypes = {
|
|
1400
|
-
afterInjection:
|
|
1401
|
-
beforeInjection:
|
|
1402
|
-
desc:
|
|
1403
|
-
evalScripts:
|
|
1404
|
-
fallback:
|
|
1405
|
-
httpRequestWithCredentials:
|
|
1406
|
-
loading:
|
|
1407
|
-
onError:
|
|
1408
|
-
renumerateIRIElements:
|
|
1409
|
-
src:
|
|
1410
|
-
title:
|
|
1411
|
-
useRequestCache:
|
|
1412
|
-
wrapper:
|
|
1400
|
+
afterInjection: fe.func,
|
|
1401
|
+
beforeInjection: fe.func,
|
|
1402
|
+
desc: fe.string,
|
|
1403
|
+
evalScripts: fe.oneOf(["always", "once", "never"]),
|
|
1404
|
+
fallback: fe.oneOfType([fe.func, fe.object, fe.string]),
|
|
1405
|
+
httpRequestWithCredentials: fe.bool,
|
|
1406
|
+
loading: fe.oneOfType([fe.func, fe.object, fe.string]),
|
|
1407
|
+
onError: fe.func,
|
|
1408
|
+
renumerateIRIElements: fe.bool,
|
|
1409
|
+
src: fe.string.isRequired,
|
|
1410
|
+
title: fe.string,
|
|
1411
|
+
useRequestCache: fe.bool,
|
|
1412
|
+
wrapper: fe.oneOf(["div", "span", "svg"])
|
|
1413
1413
|
};
|
|
1414
1414
|
let kt = {
|
|
1415
1415
|
assets: "/"
|
|
1416
1416
|
// Default for storybook isolation development
|
|
1417
1417
|
};
|
|
1418
|
-
const
|
|
1418
|
+
const Na = (t) => {
|
|
1419
1419
|
kt = { ...kt, ...t };
|
|
1420
|
-
},
|
|
1420
|
+
}, In = (t) => {
|
|
1421
1421
|
const e = `${kt.assets}/${t}`.replace(/\/+/g, "/");
|
|
1422
1422
|
return e.endsWith(".svg") ? e : e + ".svg";
|
|
1423
|
-
},
|
|
1423
|
+
}, ce = ut.memo(
|
|
1424
1424
|
({
|
|
1425
1425
|
icon: t,
|
|
1426
1426
|
width: e,
|
|
@@ -1442,9 +1442,9 @@ const Da = (t) => {
|
|
|
1442
1442
|
svg: `smp-icon ${o ? `smp-icon-${o}` : ""} ${i ? "smp-icon-rotated" : ""} ${u ? "smp-icon-interactable" : ""} ${d ? "smp-icon-spin" : ""}`
|
|
1443
1443
|
}, T = (O) => {
|
|
1444
1444
|
!a && u && c && c(O);
|
|
1445
|
-
},
|
|
1445
|
+
}, y = (O) => {
|
|
1446
1446
|
!a && u && (O.key === "Enter" || O.key === " ") && (O.preventDefault(), T(O));
|
|
1447
|
-
},
|
|
1447
|
+
}, b = p ? n : t, j = E(b), B = C(b) ? b : In(`assets/svg/${b}`), P = () => /* @__PURE__ */ h.jsx(
|
|
1448
1448
|
Ut,
|
|
1449
1449
|
{
|
|
1450
1450
|
src: B,
|
|
@@ -1458,15 +1458,15 @@ const Da = (t) => {
|
|
|
1458
1458
|
"aria-disabled": a,
|
|
1459
1459
|
className: x.svg,
|
|
1460
1460
|
onClick: T,
|
|
1461
|
-
onKeyDown:
|
|
1461
|
+
onKeyDown: y,
|
|
1462
1462
|
tabIndex: f
|
|
1463
1463
|
}
|
|
1464
|
-
),
|
|
1464
|
+
), L = () => (
|
|
1465
1465
|
// eslint-disable-next-line jsx-a11y/no-noninteractive-element-interactions
|
|
1466
1466
|
/* @__PURE__ */ h.jsx(
|
|
1467
1467
|
"img",
|
|
1468
1468
|
{
|
|
1469
|
-
src:
|
|
1469
|
+
src: b,
|
|
1470
1470
|
width: e || "16px",
|
|
1471
1471
|
height: r || "auto",
|
|
1472
1472
|
alt: l,
|
|
@@ -1481,7 +1481,7 @@ const Da = (t) => {
|
|
|
1481
1481
|
)
|
|
1482
1482
|
);
|
|
1483
1483
|
return (() => {
|
|
1484
|
-
const O = g?.startsWith("https://") || g?.startsWith("http://") || g?.startsWith("#") || g?.startsWith("/"), S = j ? P() :
|
|
1484
|
+
const O = g?.startsWith("https://") || g?.startsWith("http://") || g?.startsWith("#") || g?.startsWith("/"), S = j ? P() : L();
|
|
1485
1485
|
return O ? /* @__PURE__ */ h.jsx("a", { href: g, children: S }) : S;
|
|
1486
1486
|
})();
|
|
1487
1487
|
}
|
|
@@ -1517,7 +1517,7 @@ const Da = (t) => {
|
|
|
1517
1517
|
active: x = !1,
|
|
1518
1518
|
buttonExt: T
|
|
1519
1519
|
}) => {
|
|
1520
|
-
const
|
|
1520
|
+
const y = {
|
|
1521
1521
|
container: `smp-button smp-button-container ${o ? `smp-button-${o}` : ""} ${i ? `smp-buttonVariant-${i}` : ""} ${c ? `smp-buttonType-${c}` : ""} ${l ? "smp-button-fullWidth" : ""} smp-justifyContent-${g} ${E && !d ? "smp-button-squared" : ""} ${x ? "smp-buttonActive" : ""} ${T ? `smp-buttonExt-${T}` : ""}`
|
|
1522
1522
|
};
|
|
1523
1523
|
return /* @__PURE__ */ h.jsx(
|
|
@@ -1525,15 +1525,15 @@ const Da = (t) => {
|
|
|
1525
1525
|
{
|
|
1526
1526
|
"data-component": "button",
|
|
1527
1527
|
type: C ? "submit" : "button",
|
|
1528
|
-
className:
|
|
1528
|
+
className: y.container,
|
|
1529
1529
|
onClick: e,
|
|
1530
1530
|
"aria-label": r,
|
|
1531
1531
|
disabled: a,
|
|
1532
1532
|
"aria-busy": f,
|
|
1533
1533
|
title: p || v,
|
|
1534
|
-
children: f ? /* @__PURE__ */ h.jsx(
|
|
1534
|
+
children: f ? /* @__PURE__ */ h.jsx(ce, { icon: "spinner", state: gr(i), spin: !0 }) : /* @__PURE__ */ h.jsxs(h.Fragment, { children: [
|
|
1535
1535
|
n && u && /* @__PURE__ */ h.jsx(
|
|
1536
|
-
|
|
1536
|
+
ce,
|
|
1537
1537
|
{
|
|
1538
1538
|
icon: n,
|
|
1539
1539
|
placeholderIcon: s,
|
|
@@ -1547,7 +1547,7 @@ const Da = (t) => {
|
|
|
1547
1547
|
] })
|
|
1548
1548
|
}
|
|
1549
1549
|
);
|
|
1550
|
-
},
|
|
1550
|
+
}, Pn = {
|
|
1551
1551
|
titleLarge: "h2",
|
|
1552
1552
|
title: "h3",
|
|
1553
1553
|
body: "h6",
|
|
@@ -1558,7 +1558,7 @@ const Da = (t) => {
|
|
|
1558
1558
|
color: r,
|
|
1559
1559
|
...n
|
|
1560
1560
|
}) => {
|
|
1561
|
-
const s =
|
|
1561
|
+
const s = Pn[t], a = {
|
|
1562
1562
|
container: `smp-typography ${t ? `smp-typography-${t}` : ""} ${n.disabled ? "smp-typography-disabled" : ""}`
|
|
1563
1563
|
};
|
|
1564
1564
|
return /* @__PURE__ */ h.jsx(
|
|
@@ -1586,7 +1586,7 @@ const Da = (t) => {
|
|
|
1586
1586
|
"smp-tabbar-tab-base": "_smp-tabbar-tab-base_ly1md_86",
|
|
1587
1587
|
"smp-tabbar-tab-large": "_smp-tabbar-tab-large_ly1md_91",
|
|
1588
1588
|
"smp-tabbar-tab-extraLarge": "_smp-tabbar-tab-extraLarge_ly1md_96"
|
|
1589
|
-
},
|
|
1589
|
+
}, Fn = ({
|
|
1590
1590
|
data: t,
|
|
1591
1591
|
sizing: e = "large",
|
|
1592
1592
|
toolbar: r = !0,
|
|
@@ -1654,7 +1654,7 @@ const Da = (t) => {
|
|
|
1654
1654
|
},
|
|
1655
1655
|
children: [
|
|
1656
1656
|
x.icon && /* @__PURE__ */ h.jsx(
|
|
1657
|
-
|
|
1657
|
+
ce,
|
|
1658
1658
|
{
|
|
1659
1659
|
icon: x.icon,
|
|
1660
1660
|
placeholderIcon: x.placeholderIcon
|
|
@@ -1668,12 +1668,12 @@ const Da = (t) => {
|
|
|
1668
1668
|
}
|
|
1669
1669
|
),
|
|
1670
1670
|
r && (a === T ? /* @__PURE__ */ h.jsx(
|
|
1671
|
-
|
|
1671
|
+
ce,
|
|
1672
1672
|
{
|
|
1673
1673
|
icon: "more_vert",
|
|
1674
1674
|
isInteractable: !0,
|
|
1675
|
-
onClick: (
|
|
1676
|
-
|
|
1675
|
+
onClick: (y) => {
|
|
1676
|
+
y.stopPropagation(), console.log("clicked icon");
|
|
1677
1677
|
}
|
|
1678
1678
|
}
|
|
1679
1679
|
) : /* @__PURE__ */ h.jsx("span", { style: { width: "1rem" } }))
|
|
@@ -1721,24 +1721,24 @@ const Da = (t) => {
|
|
|
1721
1721
|
e.sections ?? [],
|
|
1722
1722
|
Object.keys(s)
|
|
1723
1723
|
), c = (p) => p.reduce((v, E) => {
|
|
1724
|
-
let C = "", x = {}, T = {},
|
|
1725
|
-
return E.sections?.length ? (C =
|
|
1724
|
+
let C = "", x = {}, T = {}, y = "";
|
|
1725
|
+
return E.sections?.length ? (C = be["smp-layout-section-grid"], x = c(E.sections), E.gridCols === void 0 && (y = be[E.horizontal ? "smp-grid-template-cols" : "smp-grid-template-rows"], E.horizontal || Qt(E.sections) ? T = Xt(
|
|
1726
1726
|
E.sections,
|
|
1727
1727
|
E.horizontal ? a : o
|
|
1728
1728
|
) : T = {
|
|
1729
1729
|
[a]: "auto",
|
|
1730
1730
|
[o]: "auto"
|
|
1731
|
-
})) : E.content?.length && (E.gridCols !== void 0 && E.gridCols > 0 ? (C =
|
|
1731
|
+
})) : E.content?.length && (E.gridCols !== void 0 && E.gridCols > 0 ? (C = be["smp-layout-section-grid"], y = be["smp-grid-template-cols"], T = {
|
|
1732
1732
|
[a]: `repeat(${E.gridCols}, 1fr)`
|
|
1733
|
-
}) : C =
|
|
1733
|
+
}) : C = be["smp-layout-section-flex"]), {
|
|
1734
1734
|
...v,
|
|
1735
1735
|
...x,
|
|
1736
1736
|
[E.id]: {
|
|
1737
|
-
classes: `${C} ${
|
|
1737
|
+
classes: `${C} ${be[E.horizontal ? "smp-layout-section-horizontal" : "smp-layout-section-vertical"]} ${y} ${E.justify ? `smp-justifyContent-${E.justify}` : ""} ${E.align ? `smp-alignItems-${E.align}` : ""}`,
|
|
1738
1738
|
styles: T
|
|
1739
1739
|
}
|
|
1740
1740
|
};
|
|
1741
|
-
}, {}), u = c(i), d = `${
|
|
1741
|
+
}, {}), u = c(i), d = `${be["smp-layout"]} ${e.horizontal ? be["smp-layout-horizontal"] : be["smp-layout-vertical"]} ${e.inline ? be["smp-layout-inline"] : ""}`;
|
|
1742
1742
|
let l = {};
|
|
1743
1743
|
(e.horizontal || Qt(e.sections || [])) && (l = Xt(
|
|
1744
1744
|
i,
|
|
@@ -1760,13 +1760,13 @@ const Da = (t) => {
|
|
|
1760
1760
|
return p.title && !v ? /* @__PURE__ */ h.jsxs(
|
|
1761
1761
|
"div",
|
|
1762
1762
|
{
|
|
1763
|
-
className:
|
|
1763
|
+
className: be["smp-layout-section-with-title"],
|
|
1764
1764
|
children: [
|
|
1765
1765
|
/* @__PURE__ */ h.jsx(
|
|
1766
1766
|
"span",
|
|
1767
1767
|
{
|
|
1768
|
-
className: `${
|
|
1769
|
-
children: /* @__PURE__ */ h.jsx(
|
|
1768
|
+
className: `${be["smp-layout-section-title"]} ${p.justify ? `smp-justifyContent-${p.justify}` : ""} ${p.align ? `smp-alignItems-${p.align}` : ""}`,
|
|
1769
|
+
children: /* @__PURE__ */ h.jsx(De, { label: p.title })
|
|
1770
1770
|
}
|
|
1771
1771
|
),
|
|
1772
1772
|
E
|
|
@@ -1780,11 +1780,11 @@ const Da = (t) => {
|
|
|
1780
1780
|
const T = {
|
|
1781
1781
|
gridColumnStart: (p.colSpan && p.colSpan > 0 ? `span ${p.colSpan}` : p.colStart && p.colStart < 1 ? "1" : void 0) ?? p.colStart,
|
|
1782
1782
|
gridColumnEnd: p.colEnd && p.colEnd > 0 ? p.colEnd : void 0
|
|
1783
|
-
},
|
|
1783
|
+
}, y = `${be["smp-layout-cell-container"]} ${v ? `smp-justifyContent-${v}` : ""} ${E ? `smp-alignItems-${E}` : ""}`;
|
|
1784
1784
|
return /* @__PURE__ */ h.jsx(
|
|
1785
1785
|
"div",
|
|
1786
1786
|
{
|
|
1787
|
-
className:
|
|
1787
|
+
className: y,
|
|
1788
1788
|
style: T,
|
|
1789
1789
|
"smp-id": p.id,
|
|
1790
1790
|
children: C
|
|
@@ -1794,7 +1794,7 @@ const Da = (t) => {
|
|
|
1794
1794
|
};
|
|
1795
1795
|
return /* @__PURE__ */ h.jsxs("div", { className: d, style: l, "smp-id": "layout", children: [
|
|
1796
1796
|
e.sectionsType === "tab" && e.sections && e?.sections.length > 1 && /* @__PURE__ */ h.jsx(
|
|
1797
|
-
|
|
1797
|
+
Fn,
|
|
1798
1798
|
{
|
|
1799
1799
|
data: {
|
|
1800
1800
|
type: "SmeupDataTree",
|
|
@@ -1840,7 +1840,7 @@ const Da = (t) => {
|
|
|
1840
1840
|
}, at = {
|
|
1841
1841
|
DESC_ONLY: "DescOnly",
|
|
1842
1842
|
BOTH: "Both"
|
|
1843
|
-
},
|
|
1843
|
+
}, Mn = (t) => t.t == "D8", Vn = (t) => t.t == "I1", Un = (t) => {
|
|
1844
1844
|
if (t) {
|
|
1845
1845
|
const e = t.split(";");
|
|
1846
1846
|
if (e.length == 3)
|
|
@@ -1878,7 +1878,7 @@ class pt {
|
|
|
1878
1878
|
return this.value ? "true" : "false";
|
|
1879
1879
|
}
|
|
1880
1880
|
}
|
|
1881
|
-
function
|
|
1881
|
+
function Bn(t, e) {
|
|
1882
1882
|
if (Bt(t)) {
|
|
1883
1883
|
const d = new Date(t);
|
|
1884
1884
|
if (!isNaN(d.getTime()))
|
|
@@ -1919,7 +1919,7 @@ function Bt(t) {
|
|
|
1919
1919
|
function ot(t) {
|
|
1920
1920
|
return t instanceof Date && !isNaN(t.getTime());
|
|
1921
1921
|
}
|
|
1922
|
-
function
|
|
1922
|
+
function Wn(t) {
|
|
1923
1923
|
if (!/^\d{8}$/.test(t)) return !1;
|
|
1924
1924
|
const e = parseInt(t.slice(0, 4), 10), r = parseInt(t.slice(4, 6), 10), n = parseInt(t.slice(6, 8), 10);
|
|
1925
1925
|
return At(n, r - 1, e);
|
|
@@ -1928,7 +1928,7 @@ function At(t, e, r) {
|
|
|
1928
1928
|
const n = [
|
|
1929
1929
|
31,
|
|
1930
1930
|
// January
|
|
1931
|
-
|
|
1931
|
+
Yn(r) ? 29 : 28,
|
|
1932
1932
|
// February
|
|
1933
1933
|
31,
|
|
1934
1934
|
// March
|
|
@@ -1953,10 +1953,10 @@ function At(t, e, r) {
|
|
|
1953
1953
|
];
|
|
1954
1954
|
return !(e < 0 || e > 11 || t < 1 || t > n[e]);
|
|
1955
1955
|
}
|
|
1956
|
-
function
|
|
1956
|
+
function Yn(t) {
|
|
1957
1957
|
return t % 4 === 0 && (t % 100 !== 0 || t % 400 === 0);
|
|
1958
1958
|
}
|
|
1959
|
-
function
|
|
1959
|
+
function Gn(t) {
|
|
1960
1960
|
const e = t.getFullYear(), r = String(t.getMonth() + 1).padStart(2, "0"), n = String(t.getDate()).padStart(2, "0");
|
|
1961
1961
|
return isNaN(e) || isNaN(Number(r)) || isNaN(Number(n)) ? t.toString() : `${e}-${r}-${n}`;
|
|
1962
1962
|
}
|
|
@@ -1967,13 +1967,13 @@ class ht {
|
|
|
1967
1967
|
this.class = e, this.date = r;
|
|
1968
1968
|
}
|
|
1969
1969
|
static fromDataObj(e) {
|
|
1970
|
-
const r =
|
|
1970
|
+
const r = br.get(`${e.t}${e.p}`);
|
|
1971
1971
|
if (r)
|
|
1972
1972
|
return new ht(e, r.legacyToIso(e.k));
|
|
1973
1973
|
throw new Error(`Date creation from ${e.t}${e.p} not implemented yet`);
|
|
1974
1974
|
}
|
|
1975
1975
|
getLegacyValue() {
|
|
1976
|
-
const e =
|
|
1976
|
+
const e = br.get(`${this.class.t}${this.class.p}`);
|
|
1977
1977
|
if (e)
|
|
1978
1978
|
return e.isoToLegacy(this.date);
|
|
1979
1979
|
throw new Error(
|
|
@@ -1984,12 +1984,12 @@ class ht {
|
|
|
1984
1984
|
return this.date;
|
|
1985
1985
|
}
|
|
1986
1986
|
}
|
|
1987
|
-
const
|
|
1987
|
+
const br = /* @__PURE__ */ new Map([
|
|
1988
1988
|
[
|
|
1989
1989
|
"D8*YYMD",
|
|
1990
1990
|
{
|
|
1991
1991
|
legacyToIso(t) {
|
|
1992
|
-
return
|
|
1992
|
+
return Wn(t) && `${t.substring(0, 4)}-${t.substring(4, 6)}-${t.substring(6, 8)}` || t;
|
|
1993
1993
|
},
|
|
1994
1994
|
isoToLegacy(t) {
|
|
1995
1995
|
return Bt(t) && t.replaceAll("-", "") || t;
|
|
@@ -2012,7 +2012,7 @@ function We({
|
|
|
2012
2012
|
return;
|
|
2013
2013
|
}
|
|
2014
2014
|
const v = window.scrollY, E = window.scrollX, C = window.innerWidth, x = window.innerHeight;
|
|
2015
|
-
let T = u + v,
|
|
2015
|
+
let T = u + v, y = d + E, b = t;
|
|
2016
2016
|
const j = {
|
|
2017
2017
|
top: u - g < 0,
|
|
2018
2018
|
bottom: u + f + g > x,
|
|
@@ -2021,19 +2021,19 @@ function We({
|
|
|
2021
2021
|
};
|
|
2022
2022
|
switch (t) {
|
|
2023
2023
|
case "top":
|
|
2024
|
-
j.top && !j.bottom && (
|
|
2024
|
+
j.top && !j.bottom && (b = "bottom");
|
|
2025
2025
|
break;
|
|
2026
2026
|
case "bottom":
|
|
2027
|
-
j.bottom && !j.top && (
|
|
2027
|
+
j.bottom && !j.top && (b = "top");
|
|
2028
2028
|
break;
|
|
2029
2029
|
case "left":
|
|
2030
|
-
j.left && !j.right && (
|
|
2030
|
+
j.left && !j.right && (b = "right");
|
|
2031
2031
|
break;
|
|
2032
2032
|
case "right":
|
|
2033
|
-
j.right && !j.left && (
|
|
2033
|
+
j.right && !j.left && (b = "left");
|
|
2034
2034
|
break;
|
|
2035
2035
|
}
|
|
2036
|
-
switch (
|
|
2036
|
+
switch (b) {
|
|
2037
2037
|
case "top":
|
|
2038
2038
|
T = u + v - g;
|
|
2039
2039
|
break;
|
|
@@ -2041,23 +2041,23 @@ function We({
|
|
|
2041
2041
|
T = u + v + f;
|
|
2042
2042
|
break;
|
|
2043
2043
|
case "left":
|
|
2044
|
-
|
|
2044
|
+
y = d + E - p;
|
|
2045
2045
|
break;
|
|
2046
2046
|
case "right":
|
|
2047
|
-
|
|
2047
|
+
y = d + E + l;
|
|
2048
2048
|
break;
|
|
2049
2049
|
}
|
|
2050
2050
|
T = Math.max(
|
|
2051
2051
|
v,
|
|
2052
2052
|
Math.min(T, v + x - g)
|
|
2053
|
-
),
|
|
2053
|
+
), y = Math.max(
|
|
2054
2054
|
E,
|
|
2055
|
-
Math.min(
|
|
2055
|
+
Math.min(y, E + C - p)
|
|
2056
2056
|
), requestAnimationFrame(() => {
|
|
2057
|
-
c.style.transform = `translate(${
|
|
2057
|
+
c.style.transform = `translate(${y}px, ${T}px)`, c.style.opacity = "1";
|
|
2058
2058
|
});
|
|
2059
2059
|
}, [t]);
|
|
2060
|
-
return
|
|
2060
|
+
return ln(() => {
|
|
2061
2061
|
if (!e) return;
|
|
2062
2062
|
let i;
|
|
2063
2063
|
const c = () => {
|
|
@@ -2112,7 +2112,7 @@ const Ie = (t, e, r) => {
|
|
|
2112
2112
|
"smp-textfield-disabled": "_smp-textfield-disabled_ep1c3_114",
|
|
2113
2113
|
"smp-textfield-fullWidth": "_smp-textfield-fullWidth_ep1c3_123",
|
|
2114
2114
|
"smp-textfield-top-right-indicator": "_smp-textfield-top-right-indicator_ep1c3_127"
|
|
2115
|
-
},
|
|
2115
|
+
}, Ne = ({
|
|
2116
2116
|
id: t,
|
|
2117
2117
|
disabled: e,
|
|
2118
2118
|
bindValue: r,
|
|
@@ -2133,13 +2133,13 @@ const Ie = (t, e, r) => {
|
|
|
2133
2133
|
helperText: C = !1,
|
|
2134
2134
|
error: x,
|
|
2135
2135
|
appearance: T = "base",
|
|
2136
|
-
isClearable:
|
|
2137
|
-
fullWidth:
|
|
2136
|
+
isClearable: y = !1,
|
|
2137
|
+
fullWidth: b = !1,
|
|
2138
2138
|
_dataComponent: j = "textfield",
|
|
2139
|
-
min:
|
|
2139
|
+
min: $,
|
|
2140
2140
|
max: B,
|
|
2141
2141
|
step: P,
|
|
2142
|
-
inputMode:
|
|
2142
|
+
inputMode: L = "text",
|
|
2143
2143
|
width: D,
|
|
2144
2144
|
autocomplete: O,
|
|
2145
2145
|
size: S,
|
|
@@ -2150,12 +2150,12 @@ const Ie = (t, e, r) => {
|
|
|
2150
2150
|
onShapeIconClick: X,
|
|
2151
2151
|
onClick: A
|
|
2152
2152
|
}) => {
|
|
2153
|
-
const m =
|
|
2153
|
+
const m = je(), w = `${m}-helper`, N = x ? "danger" : c, k = C || !!x, R = (U) => {
|
|
2154
2154
|
H?.(U.target.value);
|
|
2155
2155
|
}, I = () => {
|
|
2156
2156
|
r && r != "" && H?.("");
|
|
2157
2157
|
}, V = {
|
|
2158
|
-
wrapper: `${ve["smp-textfield-wrapper"]} ${
|
|
2158
|
+
wrapper: `${ve["smp-textfield-wrapper"]} ${b ? ve["smp-textfield-fullWidth"] : ""}`,
|
|
2159
2159
|
container: `${ve["smp-textfield"]} ${e ? ve["smp-textfield-disabled"] : ""} ${s ? ve["smp-textfield-placeholder"] : ""} ${i ? ve[`smp-textfield-${i}`] : ""} ${N ? ve[`smp-textfield-${N}`] : ""} ${T ? ve[`smp-textfield-${T}`] : ""} ${a ? "" : ve["smp-textfield-readOnly"]} ${d ? ve["smp-textfield-top-right-indicator"] : ""}`,
|
|
2160
2160
|
input: `${ve["smp-textfield-input"]}`
|
|
2161
2161
|
};
|
|
@@ -2165,7 +2165,7 @@ const Ie = (t, e, r) => {
|
|
|
2165
2165
|
}
|
|
2166
2166
|
const W = D ? { "--smp-textField-width-base": D } : void 0;
|
|
2167
2167
|
return /* @__PURE__ */ h.jsxs("div", { className: V.wrapper, "data-component": j, children: [
|
|
2168
|
-
E && /* @__PURE__ */ h.jsx(
|
|
2168
|
+
E && /* @__PURE__ */ h.jsx(De, { label: E, disabled: e, htmlFor: m }),
|
|
2169
2169
|
/* @__PURE__ */ h.jsxs(
|
|
2170
2170
|
"div",
|
|
2171
2171
|
{
|
|
@@ -2173,7 +2173,7 @@ const Ie = (t, e, r) => {
|
|
|
2173
2173
|
ref: f,
|
|
2174
2174
|
style: W,
|
|
2175
2175
|
children: [
|
|
2176
|
-
n && /* @__PURE__ */ h.jsx(
|
|
2176
|
+
n && /* @__PURE__ */ h.jsx(ce, { icon: n, disabled: e }),
|
|
2177
2177
|
/* @__PURE__ */ h.jsx(
|
|
2178
2178
|
"input",
|
|
2179
2179
|
{
|
|
@@ -2191,18 +2191,18 @@ const Ie = (t, e, r) => {
|
|
|
2191
2191
|
"aria-label": v,
|
|
2192
2192
|
ref: g,
|
|
2193
2193
|
"aria-describedby": k ? w : void 0,
|
|
2194
|
-
min:
|
|
2194
|
+
min: $,
|
|
2195
2195
|
max: B,
|
|
2196
2196
|
step: P,
|
|
2197
|
-
inputMode:
|
|
2197
|
+
inputMode: L,
|
|
2198
2198
|
autoComplete: O,
|
|
2199
2199
|
size: S,
|
|
2200
2200
|
maxLength: _,
|
|
2201
2201
|
onClick: A
|
|
2202
2202
|
}
|
|
2203
2203
|
),
|
|
2204
|
-
|
|
2205
|
-
|
|
2204
|
+
y && /* @__PURE__ */ h.jsx(
|
|
2205
|
+
ce,
|
|
2206
2206
|
{
|
|
2207
2207
|
icon: "clear",
|
|
2208
2208
|
onClick: () => I(),
|
|
@@ -2211,7 +2211,7 @@ const Ie = (t, e, r) => {
|
|
|
2211
2211
|
}
|
|
2212
2212
|
),
|
|
2213
2213
|
o && /* @__PURE__ */ h.jsx(
|
|
2214
|
-
|
|
2214
|
+
ce,
|
|
2215
2215
|
{
|
|
2216
2216
|
icon: o,
|
|
2217
2217
|
disabled: e,
|
|
@@ -2293,7 +2293,7 @@ const it = {
|
|
|
2293
2293
|
"smp-list-container": "_smp-list-container_nw7jc_12",
|
|
2294
2294
|
"smp-list-listItem": "_smp-list-listItem_nw7jc_17"
|
|
2295
2295
|
};
|
|
2296
|
-
function
|
|
2296
|
+
function qn(t, e, r = "14px IBM Plex Sans, sans-serif", n = 32) {
|
|
2297
2297
|
const a = document.createElement("canvas").getContext("2d");
|
|
2298
2298
|
if (!a) return 200;
|
|
2299
2299
|
a.font = r;
|
|
@@ -2304,7 +2304,7 @@ function Gn(t, e, r = "14px IBM Plex Sans, sans-serif", n = 32) {
|
|
|
2304
2304
|
}
|
|
2305
2305
|
return Math.ceil(o + n);
|
|
2306
2306
|
}
|
|
2307
|
-
const
|
|
2307
|
+
const Hn = 10, zr = ({
|
|
2308
2308
|
id: t,
|
|
2309
2309
|
options: e,
|
|
2310
2310
|
displayMode: r = "Both",
|
|
@@ -2321,12 +2321,12 @@ const qn = 10, zr = ({
|
|
|
2321
2321
|
}) => {
|
|
2322
2322
|
const [l, f] = q(""), g = 40, [p, v] = q(
|
|
2323
2323
|
a !== null ? a : -1
|
|
2324
|
-
), [E, C] = q(i || 200), x = ie(null), T = s !== void 0 ? s : e.length >
|
|
2324
|
+
), [E, C] = q(i || 200), x = ie(null), T = s !== void 0 ? s : e.length > Hn, y = l ? e.filter(
|
|
2325
2325
|
(_) => _.label.toLowerCase().includes(l.toLowerCase())
|
|
2326
|
-
) : e,
|
|
2326
|
+
) : e, b = (_) => {
|
|
2327
2327
|
f(_);
|
|
2328
|
-
}, { virtualItems: j, containerProps:
|
|
2329
|
-
items:
|
|
2328
|
+
}, { virtualItems: j, containerProps: $, innerProps: B, scrollToIndex: P } = Hr({
|
|
2329
|
+
items: y,
|
|
2330
2330
|
itemHeight: g,
|
|
2331
2331
|
containerHeight: 200,
|
|
2332
2332
|
overscan: 5
|
|
@@ -2334,24 +2334,24 @@ const qn = 10, zr = ({
|
|
|
2334
2334
|
re(() => {
|
|
2335
2335
|
a !== null && a !== p && v(a);
|
|
2336
2336
|
}, [a]), re(() => {
|
|
2337
|
-
p >= 0 && p <
|
|
2338
|
-
}, [p,
|
|
2337
|
+
p >= 0 && p < y.length && P(p);
|
|
2338
|
+
}, [p, y]), re(() => {
|
|
2339
2339
|
d && x?.current && x.current.focus();
|
|
2340
2340
|
}, [d, x]), re(() => {
|
|
2341
|
-
const _ =
|
|
2341
|
+
const _ = qn(e, r);
|
|
2342
2342
|
C(_);
|
|
2343
2343
|
}, [e, r]);
|
|
2344
|
-
const
|
|
2344
|
+
const L = (_) => {
|
|
2345
2345
|
if (_.key === "ArrowDown" || _.key === "ArrowUp") {
|
|
2346
2346
|
_.preventDefault();
|
|
2347
2347
|
let Y = p;
|
|
2348
|
-
_.key === "ArrowDown" ? Y = p <
|
|
2349
|
-
} else _.key === "Enter" ? p >= 0 && p <
|
|
2348
|
+
_.key === "ArrowDown" ? Y = p < y.length - 1 ? p + 1 : 0 : _.key === "ArrowUp" && (Y = p > 0 ? p - 1 : y.length - 1), v(Y);
|
|
2349
|
+
} else _.key === "Enter" ? p >= 0 && p < y.length && c?.(y[p]) : _.key === "Escape" && (_.preventDefault(), _.stopPropagation());
|
|
2350
2350
|
u && u(_);
|
|
2351
2351
|
}, D = (_) => {
|
|
2352
|
-
|
|
2352
|
+
L(_);
|
|
2353
2353
|
}, O = (_) => {
|
|
2354
|
-
|
|
2354
|
+
L(_);
|
|
2355
2355
|
}, S = {
|
|
2356
2356
|
wrapper: `${it["smp-list"]}`,
|
|
2357
2357
|
container: `${it["smp-list-container"]}`,
|
|
@@ -2371,12 +2371,12 @@ const qn = 10, zr = ({
|
|
|
2371
2371
|
},
|
|
2372
2372
|
children: [
|
|
2373
2373
|
T && /* @__PURE__ */ h.jsx(
|
|
2374
|
-
|
|
2374
|
+
Ne,
|
|
2375
2375
|
{
|
|
2376
2376
|
bindValue: l,
|
|
2377
2377
|
placeholder: "Search...",
|
|
2378
2378
|
fullWidth: !0,
|
|
2379
|
-
onChange:
|
|
2379
|
+
onChange: b,
|
|
2380
2380
|
onKeyDown: D,
|
|
2381
2381
|
inputRef: x
|
|
2382
2382
|
}
|
|
@@ -2384,13 +2384,13 @@ const qn = 10, zr = ({
|
|
|
2384
2384
|
/* @__PURE__ */ h.jsx(
|
|
2385
2385
|
"div",
|
|
2386
2386
|
{
|
|
2387
|
-
|
|
2387
|
+
...$,
|
|
2388
2388
|
className: S.container,
|
|
2389
2389
|
tabIndex: 0,
|
|
2390
2390
|
role: "listbox",
|
|
2391
2391
|
"aria-label": "List",
|
|
2392
2392
|
onKeyDown: O,
|
|
2393
|
-
"aria-activedescendant": p >= 0 && p <
|
|
2393
|
+
"aria-activedescendant": p >= 0 && p < y.length ? y[p]?.id : void 0,
|
|
2394
2394
|
children: /* @__PURE__ */ h.jsx("div", { ...B, className: S.virtualScroll, children: j.map(({ item: _, index: Y, offsetTop: H }) => {
|
|
2395
2395
|
const K = o.includes(_.id);
|
|
2396
2396
|
return (
|
|
@@ -2415,7 +2415,7 @@ const qn = 10, zr = ({
|
|
|
2415
2415
|
},
|
|
2416
2416
|
children: [
|
|
2417
2417
|
Ie(_.id, _.label, r),
|
|
2418
|
-
K && /* @__PURE__ */ h.jsx(
|
|
2418
|
+
K && /* @__PURE__ */ h.jsx(ce, { icon: "check", width: 16 })
|
|
2419
2419
|
]
|
|
2420
2420
|
},
|
|
2421
2421
|
_.id
|
|
@@ -2442,8 +2442,8 @@ const qn = 10, zr = ({
|
|
|
2442
2442
|
a(
|
|
2443
2443
|
Ie(e, r, t)
|
|
2444
2444
|
);
|
|
2445
|
-
}, [r, t]), /* @__PURE__ */ h.jsx(
|
|
2446
|
-
},
|
|
2445
|
+
}, [r, t]), /* @__PURE__ */ h.jsx(Ne, { ...n, bindValue: s });
|
|
2446
|
+
}, zn = (t) => {
|
|
2447
2447
|
const e = ie(null);
|
|
2448
2448
|
return re(() => () => {
|
|
2449
2449
|
e.current && clearTimeout(e.current);
|
|
@@ -2459,7 +2459,7 @@ function Ye({
|
|
|
2459
2459
|
const [e, r] = q(!1);
|
|
2460
2460
|
return re(() => {
|
|
2461
2461
|
r(!0);
|
|
2462
|
-
}, []), e ?
|
|
2462
|
+
}, []), e ? un(t, document.body) : null;
|
|
2463
2463
|
}
|
|
2464
2464
|
const vt = (t, e, r) => {
|
|
2465
2465
|
re(() => {
|
|
@@ -2482,11 +2482,11 @@ const vt = (t, e, r) => {
|
|
|
2482
2482
|
t = n, e = s;
|
|
2483
2483
|
});
|
|
2484
2484
|
return r.resolve = t, r.reject = e, r;
|
|
2485
|
-
},
|
|
2485
|
+
}, yr = (t) => t == null ? "" : "" + t, Kn = (t, e, r) => {
|
|
2486
2486
|
t.forEach((n) => {
|
|
2487
2487
|
e[n] && (r[n] = e[n]);
|
|
2488
2488
|
});
|
|
2489
|
-
},
|
|
2489
|
+
}, Jn = /###/g, vr = (t) => t && t.indexOf("###") > -1 ? t.replace(Jn, ".") : t, xr = (t) => !t || Q(t), ze = (t, e, r) => {
|
|
2490
2490
|
const n = Q(e) ? e.split(".") : e;
|
|
2491
2491
|
let s = 0;
|
|
2492
2492
|
for (; s < n.length - 1; ) {
|
|
@@ -2511,7 +2511,7 @@ const vt = (t, e, r) => {
|
|
|
2511
2511
|
for (; i.obj === void 0 && o.length; )
|
|
2512
2512
|
a = `${o[o.length - 1]}.${a}`, o = o.slice(0, o.length - 1), i = ze(t, o, Object), i?.obj && typeof i.obj[`${i.k}.${a}`] < "u" && (i.obj = void 0);
|
|
2513
2513
|
i.obj[`${i.k}.${a}`] = r;
|
|
2514
|
-
},
|
|
2514
|
+
}, Xn = (t, e, r, n) => {
|
|
2515
2515
|
const {
|
|
2516
2516
|
obj: s,
|
|
2517
2517
|
k: a
|
|
@@ -2524,7 +2524,7 @@ const vt = (t, e, r) => {
|
|
|
2524
2524
|
} = ze(t, e);
|
|
2525
2525
|
if (r && Object.prototype.hasOwnProperty.call(r, n))
|
|
2526
2526
|
return r[n];
|
|
2527
|
-
},
|
|
2527
|
+
}, Qn = (t, e, r) => {
|
|
2528
2528
|
const n = mt(t, r);
|
|
2529
2529
|
return n !== void 0 ? n : mt(e, r);
|
|
2530
2530
|
}, Kr = (t, e, r) => {
|
|
@@ -2532,7 +2532,7 @@ const vt = (t, e, r) => {
|
|
|
2532
2532
|
n !== "__proto__" && n !== "constructor" && (n in t ? Q(t[n]) || t[n] instanceof String || Q(e[n]) || e[n] instanceof String ? r && (t[n] = e[n]) : Kr(t[n], e[n], r) : t[n] = e[n]);
|
|
2533
2533
|
return t;
|
|
2534
2534
|
}, Fe = (t) => t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
|
|
2535
|
-
var
|
|
2535
|
+
var Zn = {
|
|
2536
2536
|
"&": "&",
|
|
2537
2537
|
"<": "<",
|
|
2538
2538
|
">": ">",
|
|
@@ -2540,8 +2540,8 @@ var Qn = {
|
|
|
2540
2540
|
"'": "'",
|
|
2541
2541
|
"/": "/"
|
|
2542
2542
|
};
|
|
2543
|
-
const
|
|
2544
|
-
class
|
|
2543
|
+
const es = (t) => Q(t) ? t.replace(/[&<>"'\/]/g, (e) => Zn[e]) : t;
|
|
2544
|
+
class ts {
|
|
2545
2545
|
constructor(e) {
|
|
2546
2546
|
this.capacity = e, this.regExpMap = /* @__PURE__ */ new Map(), this.regExpQueue = [];
|
|
2547
2547
|
}
|
|
@@ -2553,11 +2553,11 @@ class es {
|
|
|
2553
2553
|
return this.regExpQueue.length === this.capacity && this.regExpMap.delete(this.regExpQueue.shift()), this.regExpMap.set(e, n), this.regExpQueue.push(e), n;
|
|
2554
2554
|
}
|
|
2555
2555
|
}
|
|
2556
|
-
const
|
|
2556
|
+
const rs = [" ", ",", "?", "!", ";"], ns = new ts(20), ss = (t, e, r) => {
|
|
2557
2557
|
e = e || "", r = r || "";
|
|
2558
|
-
const n =
|
|
2558
|
+
const n = rs.filter((o) => e.indexOf(o) < 0 && r.indexOf(o) < 0);
|
|
2559
2559
|
if (n.length === 0) return !0;
|
|
2560
|
-
const s =
|
|
2560
|
+
const s = ns.getRegExp(`(${n.map((o) => o === "?" ? "\\?" : o).join("|")})`);
|
|
2561
2561
|
let a = !s.test(t);
|
|
2562
2562
|
if (!a) {
|
|
2563
2563
|
const o = t.indexOf(r);
|
|
@@ -2584,7 +2584,7 @@ const ts = [" ", ",", "?", "!", ";"], rs = new es(20), ns = (t, e, r) => {
|
|
|
2584
2584
|
s = o;
|
|
2585
2585
|
}
|
|
2586
2586
|
return s;
|
|
2587
|
-
}, Je = (t) => t?.replace("_", "-"),
|
|
2587
|
+
}, Je = (t) => t?.replace("_", "-"), as = {
|
|
2588
2588
|
type: "logger",
|
|
2589
2589
|
log(t) {
|
|
2590
2590
|
this.output("log", t);
|
|
@@ -2604,7 +2604,7 @@ class gt {
|
|
|
2604
2604
|
this.init(e, r);
|
|
2605
2605
|
}
|
|
2606
2606
|
init(e, r = {}) {
|
|
2607
|
-
this.prefix = r.prefix || "i18next:", this.logger = e ||
|
|
2607
|
+
this.prefix = r.prefix || "i18next:", this.logger = e || as, this.options = r, this.debug = r.debug;
|
|
2608
2608
|
}
|
|
2609
2609
|
log(...e) {
|
|
2610
2610
|
return this.forward(e, "log", "", !0);
|
|
@@ -2743,9 +2743,9 @@ var Jr = {
|
|
|
2743
2743
|
}
|
|
2744
2744
|
};
|
|
2745
2745
|
const Er = {}, Cr = (t) => !Q(t) && typeof t != "boolean" && typeof t != "number";
|
|
2746
|
-
class
|
|
2746
|
+
class bt extends xt {
|
|
2747
2747
|
constructor(e, r = {}) {
|
|
2748
|
-
super(),
|
|
2748
|
+
super(), Kn(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], e, this), this.options = r, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = Ce.create("translator");
|
|
2749
2749
|
}
|
|
2750
2750
|
changeLanguage(e) {
|
|
2751
2751
|
e && (this.language = e);
|
|
@@ -2763,7 +2763,7 @@ class yt extends xt {
|
|
|
2763
2763
|
n === void 0 && (n = ":");
|
|
2764
2764
|
const s = r.keySeparator !== void 0 ? r.keySeparator : this.options.keySeparator;
|
|
2765
2765
|
let a = r.ns || this.options.defaultNS || [];
|
|
2766
|
-
const o = n && e.indexOf(n) > -1, i = !this.options.userDefinedKeySeparator && !r.keySeparator && !this.options.userDefinedNsSeparator && !r.nsSeparator && !
|
|
2766
|
+
const o = n && e.indexOf(n) > -1, i = !this.options.userDefinedKeySeparator && !r.keySeparator && !this.options.userDefinedNsSeparator && !r.nsSeparator && !ss(e, n, s);
|
|
2767
2767
|
if (o && !i) {
|
|
2768
2768
|
const c = e.match(this.interpolator.nestingRegexp);
|
|
2769
2769
|
if (c && c.length > 0)
|
|
@@ -2812,27 +2812,27 @@ class yt extends xt {
|
|
|
2812
2812
|
} : i;
|
|
2813
2813
|
const g = this.resolve(e, s);
|
|
2814
2814
|
let p = g?.res;
|
|
2815
|
-
const v = g?.usedKey || i, E = g?.exactUsedKey || i, C = ["[object Number]", "[object Function]", "[object RegExp]"], x = s.joinArrays !== void 0 ? s.joinArrays : this.options.joinArrays, T = !this.i18nFormat || this.i18nFormat.handleAsObject,
|
|
2815
|
+
const v = g?.usedKey || i, E = g?.exactUsedKey || i, C = ["[object Number]", "[object Function]", "[object RegExp]"], x = s.joinArrays !== void 0 ? s.joinArrays : this.options.joinArrays, T = !this.i18nFormat || this.i18nFormat.handleAsObject, y = s.count !== void 0 && !Q(s.count), b = bt.hasDefaultValue(s), j = y ? this.pluralResolver.getSuffix(l, s.count, s) : "", $ = s.ordinal && y ? this.pluralResolver.getSuffix(l, s.count, {
|
|
2816
2816
|
ordinal: !1
|
|
2817
|
-
}) : "", B =
|
|
2818
|
-
let
|
|
2819
|
-
T && !p &&
|
|
2820
|
-
const D = Cr(
|
|
2821
|
-
if (T &&
|
|
2817
|
+
}) : "", B = y && !s.ordinal && s.count === 0, P = B && s[`defaultValue${this.options.pluralSeparator}zero`] || s[`defaultValue${j}`] || s[`defaultValue${$}`] || s.defaultValue;
|
|
2818
|
+
let L = p;
|
|
2819
|
+
T && !p && b && (L = P);
|
|
2820
|
+
const D = Cr(L), O = Object.prototype.toString.apply(L);
|
|
2821
|
+
if (T && L && D && C.indexOf(O) < 0 && !(Q(x) && Array.isArray(L))) {
|
|
2822
2822
|
if (!s.returnObjects && !this.options.returnObjects) {
|
|
2823
2823
|
this.options.returnedObjectHandler || this.logger.warn("accessing an object - but returnObjects options is not enabled!");
|
|
2824
|
-
const S = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(v,
|
|
2824
|
+
const S = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(v, L, {
|
|
2825
2825
|
...s,
|
|
2826
2826
|
ns: c
|
|
2827
2827
|
}) : `key '${i} (${this.language})' returned an object instead of string.`;
|
|
2828
2828
|
return a ? (g.res = S, g.usedParams = this.getUsedParamsDetails(s), g) : S;
|
|
2829
2829
|
}
|
|
2830
2830
|
if (o) {
|
|
2831
|
-
const S = Array.isArray(
|
|
2832
|
-
for (const H in
|
|
2833
|
-
if (Object.prototype.hasOwnProperty.call(
|
|
2831
|
+
const S = Array.isArray(L), _ = S ? [] : {}, Y = S ? E : v;
|
|
2832
|
+
for (const H in L)
|
|
2833
|
+
if (Object.prototype.hasOwnProperty.call(L, H)) {
|
|
2834
2834
|
const K = `${Y}${o}${H}`;
|
|
2835
|
-
|
|
2835
|
+
b && !p ? _[H] = this.translate(K, {
|
|
2836
2836
|
...s,
|
|
2837
2837
|
defaultValue: Cr(P) ? P[H] : void 0,
|
|
2838
2838
|
joinArrays: !1,
|
|
@@ -2841,7 +2841,7 @@ class yt extends xt {
|
|
|
2841
2841
|
...s,
|
|
2842
2842
|
joinArrays: !1,
|
|
2843
2843
|
ns: c
|
|
2844
|
-
}), _[H] === K && (_[H] =
|
|
2844
|
+
}), _[H] === K && (_[H] = L[H]);
|
|
2845
2845
|
}
|
|
2846
2846
|
p = _;
|
|
2847
2847
|
}
|
|
@@ -2849,8 +2849,8 @@ class yt extends xt {
|
|
|
2849
2849
|
p = p.join(x), p && (p = this.extendTranslation(p, e, s, n));
|
|
2850
2850
|
else {
|
|
2851
2851
|
let S = !1, _ = !1;
|
|
2852
|
-
!this.isValidLookup(p) &&
|
|
2853
|
-
const H = (s.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && _ ? void 0 : p, K =
|
|
2852
|
+
!this.isValidLookup(p) && b && (S = !0, p = P), this.isValidLookup(p) || (_ = !0, p = i);
|
|
2853
|
+
const H = (s.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && _ ? void 0 : p, K = b && P !== p && this.options.updateMissing;
|
|
2854
2854
|
if (_ || S || K) {
|
|
2855
2855
|
if (this.logger.log(K ? "updateKey" : "missingKey", l, u, i, K ? P : p), o) {
|
|
2856
2856
|
const w = this.resolve(i, {
|
|
@@ -2866,10 +2866,10 @@ class yt extends xt {
|
|
|
2866
2866
|
X.push(A[w]);
|
|
2867
2867
|
else this.options.saveMissingTo === "all" ? X = this.languageUtils.toResolveHierarchy(s.lng || this.language) : X.push(s.lng || this.language);
|
|
2868
2868
|
const m = (w, N, k) => {
|
|
2869
|
-
const R =
|
|
2869
|
+
const R = b && k !== p ? k : H;
|
|
2870
2870
|
this.options.missingKeyHandler ? this.options.missingKeyHandler(w, u, N, R, K, s) : this.backendConnector?.saveMissing && this.backendConnector.saveMissing(w, u, N, R, K, s), this.emit("missingKey", w, u, N, p);
|
|
2871
2871
|
};
|
|
2872
|
-
this.options.saveMissing && (this.options.saveMissingPlurals &&
|
|
2872
|
+
this.options.saveMissing && (this.options.saveMissingPlurals && y ? X.forEach((w) => {
|
|
2873
2873
|
const N = this.pluralResolver.getSuffixes(w, s);
|
|
2874
2874
|
B && s[`defaultValue${this.options.pluralSeparator}zero`] && N.indexOf(`${this.options.pluralSeparator}zero`) < 0 && N.push(`${this.options.pluralSeparator}zero`), N.forEach((k) => {
|
|
2875
2875
|
m([w], i + k, s[`defaultValue${k}`] || P);
|
|
@@ -2938,12 +2938,12 @@ class yt extends xt {
|
|
|
2938
2938
|
if (this.i18nFormat?.addLookupKeys)
|
|
2939
2939
|
this.i18nFormat.addLookupKeys(x, d, C, E, r);
|
|
2940
2940
|
else {
|
|
2941
|
-
let
|
|
2942
|
-
f && (
|
|
2943
|
-
const
|
|
2944
|
-
if (f && (x.push(d +
|
|
2945
|
-
const
|
|
2946
|
-
x.push(
|
|
2941
|
+
let y;
|
|
2942
|
+
f && (y = this.pluralResolver.getSuffix(C, r.count, r));
|
|
2943
|
+
const b = `${this.options.pluralSeparator}zero`, j = `${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;
|
|
2944
|
+
if (f && (x.push(d + y), r.ordinal && y.indexOf(j) === 0 && x.push(d + y.replace(j, this.options.pluralSeparator)), g && x.push(d + b)), p) {
|
|
2945
|
+
const $ = `${d}${this.options.contextSeparator}${r.context}`;
|
|
2946
|
+
x.push($), f && (x.push($ + y), r.ordinal && y.indexOf(j) === 0 && x.push($ + y.replace(j, this.options.pluralSeparator)), g && x.push($ + b));
|
|
2947
2947
|
}
|
|
2948
2948
|
}
|
|
2949
2949
|
let T;
|
|
@@ -3065,7 +3065,7 @@ const Or = {
|
|
|
3065
3065
|
pluralCategories: ["one", "other"]
|
|
3066
3066
|
})
|
|
3067
3067
|
};
|
|
3068
|
-
class
|
|
3068
|
+
class os {
|
|
3069
3069
|
constructor(e, r = {}) {
|
|
3070
3070
|
this.languageUtils = e, this.options = r, this.logger = Ce.create("pluralResolver"), this.pluralRulesCache = {};
|
|
3071
3071
|
}
|
|
@@ -3113,10 +3113,10 @@ class as {
|
|
|
3113
3113
|
}
|
|
3114
3114
|
}
|
|
3115
3115
|
const Rr = (t, e, r, n = ".", s = !0) => {
|
|
3116
|
-
let a =
|
|
3116
|
+
let a = Qn(t, e, r);
|
|
3117
3117
|
return !a && s && Q(r) && (a = It(t, r, n), a === void 0 && (a = It(e, r, n))), a;
|
|
3118
3118
|
}, Dt = (t) => t.replace(/\$/g, "$$$$");
|
|
3119
|
-
class
|
|
3119
|
+
class is {
|
|
3120
3120
|
constructor(e = {}) {
|
|
3121
3121
|
this.logger = Ce.create("interpolator"), this.options = e, this.format = e?.interpolation?.format || ((r) => r), this.init(e);
|
|
3122
3122
|
}
|
|
@@ -3143,7 +3143,7 @@ class os {
|
|
|
3143
3143
|
maxReplaces: C,
|
|
3144
3144
|
alwaysFormat: x
|
|
3145
3145
|
} = e.interpolation;
|
|
3146
|
-
this.escape = r !== void 0 ? r :
|
|
3146
|
+
this.escape = r !== void 0 ? r : es, this.escapeValue = n !== void 0 ? n : !0, this.useRawValueToEscape = s !== void 0 ? s : !1, this.prefix = a ? Fe(a) : o || "{{", this.suffix = i ? Fe(i) : c || "}}", this.formatSeparator = u || ",", this.unescapePrefix = d ? "" : l || "-", this.unescapeSuffix = this.unescapePrefix ? "" : d || "", this.nestingPrefix = f ? Fe(f) : g || Fe("$t("), this.nestingSuffix = p ? Fe(p) : v || Fe(")"), this.nestingOptionsSeparator = E || ",", this.maxReplaces = C || 1e3, this.alwaysFormat = x !== void 0 ? x : !1, this.resetRegExp();
|
|
3147
3147
|
}
|
|
3148
3148
|
reset() {
|
|
3149
3149
|
this.options && this.init(this.options);
|
|
@@ -3192,7 +3192,7 @@ class os {
|
|
|
3192
3192
|
continue;
|
|
3193
3193
|
} else
|
|
3194
3194
|
this.logger.warn(`missed to pass in variable ${p} for interpolating ${e}`), o = "";
|
|
3195
|
-
else !Q(o) && !this.useRawValueToEscape && (o =
|
|
3195
|
+
else !Q(o) && !this.useRawValueToEscape && (o = yr(o));
|
|
3196
3196
|
const v = g.safeValue(o);
|
|
3197
3197
|
if (e = e.replace(a[0], v), l ? (g.regex.lastIndex += o.length, g.regex.lastIndex -= a[0].length) : g.regex.lastIndex = 0, i++, i >= this.maxReplaces)
|
|
3198
3198
|
break;
|
|
@@ -3226,7 +3226,7 @@ class os {
|
|
|
3226
3226
|
}, o = o.replace && !Q(o.replace) ? o.replace : o, o.applyPostProcessor = !1, delete o.defaultValue;
|
|
3227
3227
|
const u = /{.*}/.test(s[1]) ? s[1].lastIndexOf("}") + 1 : s[1].indexOf(this.formatSeparator);
|
|
3228
3228
|
if (u !== -1 && (c = s[1].slice(u).split(this.formatSeparator).map((d) => d.trim()).filter(Boolean), s[1] = s[1].slice(0, u)), a = r(i.call(this, s[1].trim(), o), o), a && s[0] === e && !Q(a)) return a;
|
|
3229
|
-
Q(a) || (a =
|
|
3229
|
+
Q(a) || (a = yr(a)), a || (this.logger.warn(`missed to resolve ${s[1]} for nesting ${e}`), a = ""), c.length && (a = c.reduce((d, l) => this.format(d, l, n.lng, {
|
|
3230
3230
|
...n,
|
|
3231
3231
|
interpolationkey: s[1].trim()
|
|
3232
3232
|
}), a.trim())), e = e.replace(s[0], a), this.regexp.lastIndex = 0;
|
|
@@ -3234,7 +3234,7 @@ class os {
|
|
|
3234
3234
|
return e;
|
|
3235
3235
|
}
|
|
3236
3236
|
}
|
|
3237
|
-
const
|
|
3237
|
+
const ls = (t) => {
|
|
3238
3238
|
let e = t.toLowerCase().trim();
|
|
3239
3239
|
const r = {};
|
|
3240
3240
|
if (t.indexOf("(") > -1) {
|
|
@@ -3264,8 +3264,8 @@ const is = (t) => {
|
|
|
3264
3264
|
let i = e[o];
|
|
3265
3265
|
return i || (i = t(Je(n), s), e[o] = i), i(r);
|
|
3266
3266
|
};
|
|
3267
|
-
},
|
|
3268
|
-
class
|
|
3267
|
+
}, cs = (t) => (e, r, n) => t(Je(r), n)(e);
|
|
3268
|
+
class us {
|
|
3269
3269
|
constructor(e = {}) {
|
|
3270
3270
|
this.logger = Ce.create("formatter"), this.options = e, this.init(e);
|
|
3271
3271
|
}
|
|
@@ -3273,7 +3273,7 @@ class cs {
|
|
|
3273
3273
|
interpolation: {}
|
|
3274
3274
|
}) {
|
|
3275
3275
|
this.formatSeparator = r.interpolation.formatSeparator || ",";
|
|
3276
|
-
const n = r.cacheInBuiltFormats ? jr :
|
|
3276
|
+
const n = r.cacheInBuiltFormats ? jr : cs;
|
|
3277
3277
|
this.formats = {
|
|
3278
3278
|
number: n((s, a) => {
|
|
3279
3279
|
const o = new Intl.NumberFormat(s, {
|
|
@@ -3324,7 +3324,7 @@ class cs {
|
|
|
3324
3324
|
const {
|
|
3325
3325
|
formatName: u,
|
|
3326
3326
|
formatOptions: d
|
|
3327
|
-
} =
|
|
3327
|
+
} = ls(c);
|
|
3328
3328
|
if (this.formats[u]) {
|
|
3329
3329
|
let l = i;
|
|
3330
3330
|
try {
|
|
@@ -3344,10 +3344,10 @@ class cs {
|
|
|
3344
3344
|
}, e);
|
|
3345
3345
|
}
|
|
3346
3346
|
}
|
|
3347
|
-
const
|
|
3347
|
+
const ds = (t, e) => {
|
|
3348
3348
|
t.pending[e] !== void 0 && (delete t.pending[e], t.pendingCount--);
|
|
3349
3349
|
};
|
|
3350
|
-
class
|
|
3350
|
+
class fs extends xt {
|
|
3351
3351
|
constructor(e, r, n, s = {}) {
|
|
3352
3352
|
super(), this.backend = e, this.store = r, this.services = n, this.languageUtils = n.languageUtils, this.options = s, this.logger = Ce.create("backendConnector"), this.waitingReads = [], this.maxParallelReads = s.maxParallelReads || 10, this.readingCalls = 0, this.maxRetries = s.maxRetries >= 0 ? s.maxRetries : 5, this.retryTimeout = s.retryTimeout >= 1 ? s.retryTimeout : 350, this.state = {}, this.queue = [], this.backend?.init?.(n, s.backend, s);
|
|
3353
3353
|
}
|
|
@@ -3379,7 +3379,7 @@ class ds extends xt {
|
|
|
3379
3379
|
}), this.state[e] = r ? -1 : 2, r && n && (this.state[e] = 0);
|
|
3380
3380
|
const i = {};
|
|
3381
3381
|
this.queue.forEach((c) => {
|
|
3382
|
-
|
|
3382
|
+
Xn(c.loaded, [a], o), ds(c, e), r && c.errors.push(r), c.pendingCount === 0 && !c.done && (Object.keys(c.loaded).forEach((u) => {
|
|
3383
3383
|
i[u] || (i[u] = {});
|
|
3384
3384
|
const d = c.loaded[u];
|
|
3385
3385
|
d.length && d.forEach((l) => {
|
|
@@ -3535,7 +3535,7 @@ const Dr = () => ({
|
|
|
3535
3535
|
},
|
|
3536
3536
|
cacheInBuiltFormats: !0
|
|
3537
3537
|
}), Nr = (t) => (Q(t.ns) && (t.ns = [t.ns]), Q(t.fallbackLng) && (t.fallbackLng = [t.fallbackLng]), Q(t.fallbackNS) && (t.fallbackNS = [t.fallbackNS]), t.supportedLngs?.indexOf?.("cimode") < 0 && (t.supportedLngs = t.supportedLngs.concat(["cimode"])), typeof t.initImmediate == "boolean" && (t.initAsync = t.initImmediate), t), lt = () => {
|
|
3538
|
-
},
|
|
3538
|
+
}, ps = (t) => {
|
|
3539
3539
|
Object.getOwnPropertyNames(Object.getPrototypeOf(t)).forEach((r) => {
|
|
3540
3540
|
typeof t[r] == "function" && (t[r] = t[r].bind(t));
|
|
3541
3541
|
});
|
|
@@ -3544,7 +3544,7 @@ class Xe extends xt {
|
|
|
3544
3544
|
constructor(e = {}, r) {
|
|
3545
3545
|
if (super(), this.options = Nr(e), this.services = {}, this.logger = Ce, this.modules = {
|
|
3546
3546
|
external: []
|
|
3547
|
-
},
|
|
3547
|
+
}, ps(this), r && !this.isInitialized && !e.isClone) {
|
|
3548
3548
|
if (!this.options.initAsync)
|
|
3549
3549
|
return this.init(e, r), this;
|
|
3550
3550
|
setTimeout(() => {
|
|
@@ -3567,18 +3567,18 @@ class Xe extends xt {
|
|
|
3567
3567
|
if (!this.options.isClone) {
|
|
3568
3568
|
this.modules.logger ? Ce.init(s(this.modules.logger), this.options) : Ce.init(null, this.options);
|
|
3569
3569
|
let u;
|
|
3570
|
-
this.modules.formatter ? u = this.modules.formatter : u =
|
|
3570
|
+
this.modules.formatter ? u = this.modules.formatter : u = us;
|
|
3571
3571
|
const d = new Tr(this.options);
|
|
3572
3572
|
this.store = new Sr(this.options.resources, this.options);
|
|
3573
3573
|
const l = this.services;
|
|
3574
|
-
l.logger = Ce, l.resourceStore = this.store, l.languageUtils = d, l.pluralResolver = new
|
|
3574
|
+
l.logger = Ce, l.resourceStore = this.store, l.languageUtils = d, l.pluralResolver = new os(d, {
|
|
3575
3575
|
prepend: this.options.pluralSeparator,
|
|
3576
3576
|
simplifyPluralSuffix: this.options.simplifyPluralSuffix
|
|
3577
|
-
}), this.options.interpolation.format && this.options.interpolation.format !== n.interpolation.format && this.logger.warn("init: you are still using the legacy format function, please use the new approach: https://www.i18next.com/translation-function/formatting"), u && (!this.options.interpolation.format || this.options.interpolation.format === n.interpolation.format) && (l.formatter = s(u), l.formatter.init && l.formatter.init(l, this.options), this.options.interpolation.format = l.formatter.format.bind(l.formatter)), l.interpolator = new
|
|
3577
|
+
}), this.options.interpolation.format && this.options.interpolation.format !== n.interpolation.format && this.logger.warn("init: you are still using the legacy format function, please use the new approach: https://www.i18next.com/translation-function/formatting"), u && (!this.options.interpolation.format || this.options.interpolation.format === n.interpolation.format) && (l.formatter = s(u), l.formatter.init && l.formatter.init(l, this.options), this.options.interpolation.format = l.formatter.format.bind(l.formatter)), l.interpolator = new is(this.options), l.utils = {
|
|
3578
3578
|
hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
|
|
3579
|
-
}, l.backendConnector = new
|
|
3579
|
+
}, l.backendConnector = new fs(s(this.modules.backend), l.resourceStore, l, this.options), l.backendConnector.on("*", (g, ...p) => {
|
|
3580
3580
|
this.emit(g, ...p);
|
|
3581
|
-
}), this.modules.languageDetector && (l.languageDetector = s(this.modules.languageDetector), l.languageDetector.init && l.languageDetector.init(l, this.options.detection, this.options)), this.modules.i18nFormat && (l.i18nFormat = s(this.modules.i18nFormat), l.i18nFormat.init && l.i18nFormat.init(this)), this.translator = new
|
|
3581
|
+
}), this.modules.languageDetector && (l.languageDetector = s(this.modules.languageDetector), l.languageDetector.init && l.languageDetector.init(l, this.options.detection, this.options)), this.modules.i18nFormat && (l.i18nFormat = s(this.modules.i18nFormat), l.i18nFormat.init && l.i18nFormat.init(this)), this.translator = new bt(this.services, this.options), this.translator.on("*", (g, ...p) => {
|
|
3582
3582
|
this.emit(g, ...p);
|
|
3583
3583
|
}), this.modules.external.forEach((g) => {
|
|
3584
3584
|
g.init && g.init(this);
|
|
@@ -3750,7 +3750,7 @@ class Xe extends xt {
|
|
|
3750
3750
|
}, d), c[u]), c), {});
|
|
3751
3751
|
a.store = new Sr(i, s), a.services.resourceStore = a.store;
|
|
3752
3752
|
}
|
|
3753
|
-
return a.translator = new
|
|
3753
|
+
return a.translator = new bt(a.services, s), a.translator.on("*", (i, ...c) => {
|
|
3754
3754
|
a.emit(i, ...c);
|
|
3755
3755
|
}), a.init(s, r), a.translator.options = s, a.translator.backendConnector.services.utils = {
|
|
3756
3756
|
hasLoadedNamespace: a.hasLoadedNamespace.bind(a)
|
|
@@ -3766,64 +3766,64 @@ class Xe extends xt {
|
|
|
3766
3766
|
};
|
|
3767
3767
|
}
|
|
3768
3768
|
}
|
|
3769
|
-
const
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
|
|
3773
|
-
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
|
|
3785
|
-
const
|
|
3769
|
+
const ue = Xe.createInstance();
|
|
3770
|
+
ue.createInstance = Xe.createInstance;
|
|
3771
|
+
ue.createInstance;
|
|
3772
|
+
ue.dir;
|
|
3773
|
+
ue.init;
|
|
3774
|
+
ue.loadResources;
|
|
3775
|
+
ue.reloadResources;
|
|
3776
|
+
ue.use;
|
|
3777
|
+
ue.changeLanguage;
|
|
3778
|
+
ue.getFixedT;
|
|
3779
|
+
ue.t;
|
|
3780
|
+
ue.exists;
|
|
3781
|
+
ue.setDefaultNamespace;
|
|
3782
|
+
ue.hasLoadedNamespace;
|
|
3783
|
+
ue.loadNamespaces;
|
|
3784
|
+
ue.loadLanguages;
|
|
3785
|
+
const hs = { Friday: "Venerdì", FridayShort: "Ven", Monday: "Lunedì", MondayShort: "Lun", Saturday: "Sabato", SaturdayShort: "Sab", Sunday: "Domenica", SundayShort: "Dom", Tuesday: "Martedì", TuesdayShort: "Mar", Thursday: "Giovedì", ThursdayShort: "Gio", Wednesday: "Mercoledì", WednesdayShort: "Mer" }, ms = { April: "Aprile", August: "Agosto", December: "Dicembre", February: "Febbraio", January: "Gennaio", June: "Giugno", July: "Luglio", March: "Marzo", May: "Maggio", October: "Ottobre", November: "Novembre", September: "Settembre" }, gs = { AddSubGroup: "Aggiungi sottogruppo", AddFilter: "Aggiungi Filtro", Operator: { String: { Starts: "Inizia per", Contains: "Contiene", Equals: "È uguale a" }, Number: { Greater: "Maggiore di", GreaterOrEqual: "Maggiore o uguale a", Less: "Minore di", LessOrEqual: "Minore o uguale a", Equals: "Uguale a", NotEquals: "Diverso da" } } }, bs = { CalendarFor: "Calendario per", Close: "Chiudi", SpotlightDefaultPlaceholder: "Esegui Comando", CheckObjectWrongValidation: "Oggetto non valido", ConfirmButton: "Conferma", AutocompleteDefaultPlaceholder: "Inserisci codice o descrizione" }, ys = {
|
|
3786
3786
|
Date: { NextDay: "Giorno Successivo", NextMonth: "Mese Successivo", NextWeek: "Settimana Successiva", NextYear: "Anno Successivo", PreviousDay: "Giorno Precedente", PreviousMonth: "Mese Precedente", PreviousWeek: "Settimana Precedente", PreviousYear: "Anno Precedente", Today: "Oggi", Tomorrow: "Domani", Yesterday: "Ieri" },
|
|
3787
|
-
Day:
|
|
3788
|
-
Month:
|
|
3789
|
-
FilterBuilder:
|
|
3790
|
-
Generic:
|
|
3791
|
-
},
|
|
3787
|
+
Day: hs,
|
|
3788
|
+
Month: ms,
|
|
3789
|
+
FilterBuilder: gs,
|
|
3790
|
+
Generic: bs
|
|
3791
|
+
}, vs = { Friday: "Friday", FridayShort: "Fri", Monday: "Monday", MondayShort: "Mon", Saturday: "Saturday", SaturdayShort: "Sat", Sunday: "Sunday", SundayShort: "Sun", Tuesday: "Tuesday", TuesdayShort: "Tue", Thursday: "Thursday", ThursdayShort: "Thu", Wednesday: "Wednesday", WednesdayShort: "Wed" }, xs = { April: "April", August: "August", December: "December", February: "February", January: "January", July: "July", June: "June", March: "March", May: "May", November: "November", October: "October", September: "September" }, ws = { AddSubGroup: "Add Sub Group", AddFilter: "Add Filter", Operator: { String: { Starts: "Starts with", Contains: "Contains", Equals: "Equal to" }, Number: { Greater: "Greater than", GreaterOrEqual: "Greater or equal than", Less: "Less than", LessOrEqual: "Less or equal than", Equals: "Equal to", NotEquals: "Other than" } } }, Ss = { CalendarFor: "Calendar for", Close: "Close", SpotlightDefaultPlaceholder: "Execute Command", CheckObjectWrongValidation: "Object not valid", ConfirmButton: "Confirm", AutocompleteDefaultPlaceholder: "Type code or description" }, Es = {
|
|
3792
3792
|
Date: { NextDay: "Next Day", NextMonth: "Next Month", NextWeek: "Next Week", NextYear: "Next Year", PreviousDay: "Previous Day", PreviousMonth: "Previous Month", PreviousWeek: "Previous Week", PreviousYear: "Previous Year", Today: "Today", Tomorrow: "Tomorrow", Yesterday: "Yesterday" },
|
|
3793
|
-
Day:
|
|
3794
|
-
Month:
|
|
3795
|
-
FilterBuilder:
|
|
3796
|
-
Generic:
|
|
3793
|
+
Day: vs,
|
|
3794
|
+
Month: xs,
|
|
3795
|
+
FilterBuilder: ws,
|
|
3796
|
+
Generic: Ss
|
|
3797
3797
|
};
|
|
3798
|
-
function
|
|
3799
|
-
return new RegExp(
|
|
3798
|
+
function $r(t, e) {
|
|
3799
|
+
return new RegExp(Cs(t), e);
|
|
3800
3800
|
}
|
|
3801
|
-
function
|
|
3801
|
+
function Cs(t) {
|
|
3802
3802
|
return t.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
|
3803
3803
|
}
|
|
3804
|
-
const
|
|
3804
|
+
const Ts = (t, e, r) => {
|
|
3805
3805
|
let n = t;
|
|
3806
3806
|
return isNaN(n) || (e != null && (n = Math.max(n, e)), r != null && (n = Math.min(n, r))), n;
|
|
3807
|
-
},
|
|
3807
|
+
}, Os = (t, e) => {
|
|
3808
3808
|
const n = Intl.NumberFormat(t).formatToParts(1000.1), s = n.find((o) => o.type === "group")?.value ?? ",", a = e ?? n.find((o) => o.type === "decimal")?.value ?? ".";
|
|
3809
3809
|
return { groupingChar: s, decimalChar: a };
|
|
3810
3810
|
};
|
|
3811
|
-
function
|
|
3811
|
+
function _s(t, e, r, n) {
|
|
3812
3812
|
let s = e;
|
|
3813
|
-
const a =
|
|
3813
|
+
const a = Ds(t, r);
|
|
3814
3814
|
if (!s) {
|
|
3815
3815
|
const i = Math.abs(a);
|
|
3816
3816
|
i - Math.floor(i) ? s = "0,0.00" : s = "0,0";
|
|
3817
3817
|
}
|
|
3818
|
-
const o =
|
|
3818
|
+
const o = Ns(s);
|
|
3819
3819
|
return new Intl.NumberFormat(n, o).format(a);
|
|
3820
3820
|
}
|
|
3821
|
-
const
|
|
3821
|
+
const Rs = (t, e, r) => {
|
|
3822
3822
|
const n = t.lastIndexOf(r);
|
|
3823
3823
|
if (n !== -1) return t.length - n - 1;
|
|
3824
3824
|
const s = r === "." ? "," : ".", a = t.lastIndexOf(s);
|
|
3825
3825
|
return a !== -1 && !(s === e && t.length - a - 1 === 3) ? t.length - a - 1 : 0;
|
|
3826
|
-
},
|
|
3826
|
+
}, js = (t, e, r) => {
|
|
3827
3827
|
if (!t) return NaN;
|
|
3828
3828
|
let n = t.replace(/\s/g, ""), s = r;
|
|
3829
3829
|
const a = (n.match(/\./g) || []).length, o = (n.match(/,/g) || []).length;
|
|
@@ -3836,18 +3836,18 @@ const _s = (t, e, r) => {
|
|
|
3836
3836
|
const i = s === "." ? "," : ".";
|
|
3837
3837
|
return n = n.replace(new RegExp(`\\${i}`, "g"), ""), s !== "." && (n = n.replace(new RegExp(`\\${s}`, "g"), ".")), parseFloat(n);
|
|
3838
3838
|
};
|
|
3839
|
-
function
|
|
3839
|
+
function Ds(t, e, r, n, s) {
|
|
3840
3840
|
let a = t;
|
|
3841
3841
|
if (typeof a != "number") {
|
|
3842
3842
|
let i;
|
|
3843
3843
|
e && n === void 0 ? i = "," : i = ".";
|
|
3844
3844
|
const c = i == "." ? "," : ".";
|
|
3845
|
-
a = a.replace(
|
|
3845
|
+
a = a.replace($r(c, "g"), ""), a = a.replace($r(i, "g"), "."), a = Number(a);
|
|
3846
3846
|
}
|
|
3847
3847
|
const o = Number(a);
|
|
3848
3848
|
return isNaN(o) ? NaN : o;
|
|
3849
3849
|
}
|
|
3850
|
-
function
|
|
3850
|
+
function Ns(t) {
|
|
3851
3851
|
const e = {};
|
|
3852
3852
|
t.includes(",") ? e.useGrouping = !0 : e.useGrouping = !1;
|
|
3853
3853
|
const r = t.indexOf(".");
|
|
@@ -3858,7 +3858,7 @@ function Ds(t) {
|
|
|
3858
3858
|
e.minimumFractionDigits = 0, e.maximumFractionDigits = 0;
|
|
3859
3859
|
return e;
|
|
3860
3860
|
}
|
|
3861
|
-
|
|
3861
|
+
ue.init({
|
|
3862
3862
|
lng: typeof navigator < "u" && navigator.language.split("-")[0] || "en",
|
|
3863
3863
|
fallbackLng: "en",
|
|
3864
3864
|
debug: !1,
|
|
@@ -3877,7 +3877,7 @@ ce.init({
|
|
|
3877
3877
|
default:
|
|
3878
3878
|
case "number": {
|
|
3879
3879
|
const a = n?.inputIsLocalized ?? !1;
|
|
3880
|
-
return
|
|
3880
|
+
return _s(t, e, a, r);
|
|
3881
3881
|
}
|
|
3882
3882
|
}
|
|
3883
3883
|
} catch {
|
|
@@ -3887,25 +3887,25 @@ ce.init({
|
|
|
3887
3887
|
},
|
|
3888
3888
|
resources: {
|
|
3889
3889
|
en: {
|
|
3890
|
-
translation:
|
|
3890
|
+
translation: Es
|
|
3891
3891
|
},
|
|
3892
3892
|
it: {
|
|
3893
3893
|
translation: ys
|
|
3894
3894
|
}
|
|
3895
3895
|
}
|
|
3896
3896
|
});
|
|
3897
|
-
const
|
|
3897
|
+
const $s = (t, e, r, n) => ue.format(t, e, r || ue.language, n), Ls = (t, e) => ue.t(t, e);
|
|
3898
3898
|
function Te() {
|
|
3899
3899
|
const t = oe(
|
|
3900
|
-
(n, s, a, o) =>
|
|
3900
|
+
(n, s, a, o) => $s(n, s, a || void 0, o),
|
|
3901
3901
|
[]
|
|
3902
|
-
), e = oe(() =>
|
|
3902
|
+
), e = oe(() => ue.languages[0], []), r = oe(
|
|
3903
3903
|
(n, s) => Ls(n, s),
|
|
3904
3904
|
[]
|
|
3905
3905
|
);
|
|
3906
3906
|
return { format: t, getCurrentLanguage: e, translate: r };
|
|
3907
3907
|
}
|
|
3908
|
-
var
|
|
3908
|
+
var Re = /* @__PURE__ */ ((t) => (t.CALENDAR_FOR = "Date.CalendarFor", t.CLOSE = "Generic.Close", t.SPOTLIGHT_DEFAULT_PLACEHOLDER = "Generic.SpotlightDefaultPlaceholder", t.CHECK_OBJECT_WRONG_VALIDATION = "Generic.CheckObjectWrongValidation", t.CONFIRM_BUTTON = "Generic.ConfirmButton", t.AUTOCOMPLETE_DEFAULT_PLACEHOLDER = "Generic.AutocompleteDefaultPlaceholder", t))(Re || {}), xe = /* @__PURE__ */ ((t) => (t.ADD_SUB_GROUP = "FilterBuilder.AddSubGroup", t.ADD_FILTER = "FilterBuilder.AddFilter", t.STRING_STARTS = "FilterBuilder.Operator.String.Starts", t.STRING_CONTAINS = "FilterBuilder.Operator.String.Contains", t.STRING_EQUALS = "FilterBuilder.Operator.String.Equals", t.NUMBER_EQUALS = "FilterBuilder.Operator.Number.Equals", t.NUMBER_NOTEQUALS = "FilterBuilder.Operator.Number.NotEquals", t.NUMBER_GREATER = "FilterBuilder.Operator.Number.Greater", t.NUMBER_GREATER_OR_EQUAL = "FilterBuilder.Operator.Number.GreaterOrEqual", t.NUMBER_LESS = "FilterBuilder.Operator.Number.Less", t.NUMBER_LESS_OR_EQUAL = "FilterBuilder.Operator.Number.LessOrEqual", t))(xe || {}), ge = /* @__PURE__ */ ((t) => (t.MONDAY = "Day.Monday", t.MONDAY_SHORT = "Day.MondayShort", t.TUESDAY = "Day.Tuesday", t.TUESDAY_SHORT = "Day.TuesdayShort", t.WEDNESDAY = "Day.Wednesday", t.WEDNESDAY_SHORT = "Day.WednesdayShort", t.THURSDAY = "Day.Thursday", t.THURSDAY_SHORT = "Day.ThursdayShort", t.FRIDAY = "Day.Friday", t.FRIDAY_SHORT = "Day.FridayShort", t.SATURDAY = "Day.Saturday", t.SATURDAY_SHORT = "Day.SaturdayShort", t.SUNDAY = "Day.Sunday", t.SUNDAY_SHORT = "Day.SundayShort", t))(ge || {}), ye = /* @__PURE__ */ ((t) => (t.JANUARY = "Month.January", t.FEBRUARY = "Month.February", t.MARCH = "Month.March", t.APRIL = "Month.April", t.MAY = "Month.May", t.JUNE = "Month.June", t.JULY = "Month.July", t.AUGUST = "Month.August", t.SEPTEMBER = "Month.September", t.OCTOBER = "Month.October", t.NOVEMBER = "Month.November", t.DECEMBER = "Month.December", t))(ye || {}), Pt = /* @__PURE__ */ ((t) => (t.PREVIOUS_DAY = "Date.PreviousDay", t.PREVIOUS_WEEK = "Date.PreviousWeek", t.PREVIOUS_MONTH = "Date.PreviousMonth", t.PREVIOUS_YEAR = "Date.PreviousYear", t.NEXT_DAY = "Date.NextDay", t.NEXT_WEEK = "Date.NextWeek", t.NEXT_MONTH = "Date.NextMonth", t.NEXT_YEAR = "Date.NextYear", t.YESTERDAY = "Date.Yesterday", t.TODAY = "Date.Today", t.TOMORROW = "Date.Tomorrow", t))(Pt || {});
|
|
3909
3909
|
const Xr = ({
|
|
3910
3910
|
bindValue: t,
|
|
3911
3911
|
optionalDisplayValue: e,
|
|
@@ -3923,41 +3923,41 @@ const Xr = ({
|
|
|
3923
3923
|
_multiActiveIndex: g,
|
|
3924
3924
|
...p
|
|
3925
3925
|
}) => {
|
|
3926
|
-
const v = ie(null), [E, C] = q(t), [x, T] = q(e), { translate:
|
|
3926
|
+
const v = ie(null), [E, C] = q(t), [x, T] = q(e), { translate: y } = Te(), [b, j] = q(!1), [$, B] = q(r || []), [P, L] = q(0), [D, O] = q([t]), { anchorRef: S, targetRef: _, anchorWidth: Y } = We({
|
|
3927
3927
|
position: "bottom",
|
|
3928
|
-
enabled:
|
|
3928
|
+
enabled: b
|
|
3929
3929
|
}), H = oe(() => {
|
|
3930
3930
|
j(!1), v?.current?.focus();
|
|
3931
3931
|
}, []);
|
|
3932
|
-
vt([_],
|
|
3933
|
-
const K =
|
|
3932
|
+
vt([_], b, () => H());
|
|
3933
|
+
const K = zn(400), X = (R) => {
|
|
3934
3934
|
R.length >= o ? A(R) : H(), C(R), T(e), u || d?.(R, e);
|
|
3935
3935
|
}, A = (R) => {
|
|
3936
3936
|
K(async () => {
|
|
3937
3937
|
if (c && l) {
|
|
3938
3938
|
const I = await l(c, R);
|
|
3939
|
-
B(I),
|
|
3939
|
+
B(I), L(I.length > 0 ? 0 : -1), j(!0);
|
|
3940
3940
|
}
|
|
3941
3941
|
});
|
|
3942
3942
|
}, m = () => {
|
|
3943
|
-
|
|
3943
|
+
b || f?.();
|
|
3944
3944
|
}, w = (R) => {
|
|
3945
3945
|
u ? (C(""), T("")) : (C(R.id), T(R.label)), d?.(R.id, R.label);
|
|
3946
|
-
const I =
|
|
3947
|
-
|
|
3946
|
+
const I = $.findIndex((V) => V.id === R.id);
|
|
3947
|
+
L(I), O([R.id]), H();
|
|
3948
3948
|
}, N = (R) => {
|
|
3949
|
-
R.key === "Escape" && (H(),
|
|
3949
|
+
R.key === "Escape" && (H(), L(-1));
|
|
3950
3950
|
}, k = (R) => {
|
|
3951
|
-
if ((R.key === "ArrowDown" || R.key === "ArrowUp") && (R.preventDefault(),
|
|
3952
|
-
const I = R.key === "ArrowDown" ? (P + 1) %
|
|
3953
|
-
|
|
3951
|
+
if ((R.key === "ArrowDown" || R.key === "ArrowUp") && (R.preventDefault(), b)) {
|
|
3952
|
+
const I = R.key === "ArrowDown" ? (P + 1) % $.length : (P - 1 + $.length) % $.length;
|
|
3953
|
+
L(I);
|
|
3954
3954
|
}
|
|
3955
3955
|
switch (R.key) {
|
|
3956
3956
|
case "Enter":
|
|
3957
|
-
P >= 0 && P <
|
|
3957
|
+
P >= 0 && P < $.length ? w($[P]) : u && (d?.(E, ""), H(), C(""), T(""));
|
|
3958
3958
|
break;
|
|
3959
3959
|
case "Escape":
|
|
3960
|
-
H(),
|
|
3960
|
+
H(), L(-1);
|
|
3961
3961
|
break;
|
|
3962
3962
|
}
|
|
3963
3963
|
};
|
|
@@ -3971,8 +3971,8 @@ const Xr = ({
|
|
|
3971
3971
|
displayMode: n,
|
|
3972
3972
|
isEditable: i,
|
|
3973
3973
|
shapeIcon: "magnify",
|
|
3974
|
-
placeholder:
|
|
3975
|
-
|
|
3974
|
+
placeholder: y(
|
|
3975
|
+
Re.AUTOCOMPLETE_DEFAULT_PLACEHOLDER
|
|
3976
3976
|
),
|
|
3977
3977
|
ref: S,
|
|
3978
3978
|
isClearable: a,
|
|
@@ -3984,10 +3984,10 @@ const Xr = ({
|
|
|
3984
3984
|
"aria-autocomplete": "list"
|
|
3985
3985
|
}
|
|
3986
3986
|
),
|
|
3987
|
-
|
|
3987
|
+
b && /* @__PURE__ */ h.jsx(Ye, { children: /* @__PURE__ */ h.jsx(
|
|
3988
3988
|
zr,
|
|
3989
3989
|
{
|
|
3990
|
-
options:
|
|
3990
|
+
options: $,
|
|
3991
3991
|
displayMode: s,
|
|
3992
3992
|
onClick: w,
|
|
3993
3993
|
ref: _,
|
|
@@ -3996,11 +3996,11 @@ const Xr = ({
|
|
|
3996
3996
|
width: Y,
|
|
3997
3997
|
showFilter: !1,
|
|
3998
3998
|
onKeyDown: N,
|
|
3999
|
-
isOpen:
|
|
3999
|
+
isOpen: b
|
|
4000
4000
|
}
|
|
4001
4001
|
) })
|
|
4002
4002
|
] });
|
|
4003
|
-
},
|
|
4003
|
+
}, ks = ({
|
|
4004
4004
|
options: t,
|
|
4005
4005
|
fun: e,
|
|
4006
4006
|
direction: r = "row",
|
|
@@ -4028,8 +4028,8 @@ const Xr = ({
|
|
|
4028
4028
|
}, [v, e, p]);
|
|
4029
4029
|
const C = {
|
|
4030
4030
|
container: `smp-button-list smp-button-list-${r} smp-justifyContent-${n}`
|
|
4031
|
-
}, x = v?.map((T,
|
|
4032
|
-
const
|
|
4031
|
+
}, x = v?.map((T, y) => {
|
|
4032
|
+
const b = {
|
|
4033
4033
|
bindValue: T.id,
|
|
4034
4034
|
optionalDisplayValue: T.label,
|
|
4035
4035
|
fun: T.fun,
|
|
@@ -4047,10 +4047,10 @@ const Xr = ({
|
|
|
4047
4047
|
g?.(T.id, T.fun);
|
|
4048
4048
|
}
|
|
4049
4049
|
};
|
|
4050
|
-
return /* @__PURE__ */ h.jsx(me, { ...
|
|
4050
|
+
return /* @__PURE__ */ h.jsx(me, { ...b }, `button-${y}`);
|
|
4051
4051
|
});
|
|
4052
4052
|
return /* @__PURE__ */ h.jsx("div", { role: "list", "data-component": "button-list", className: C.container, children: x });
|
|
4053
|
-
},
|
|
4053
|
+
}, As = {
|
|
4054
4054
|
"smp-checkbox-wrapper": "_smp-checkbox-wrapper_d8uan_2"
|
|
4055
4055
|
}, Yt = ({
|
|
4056
4056
|
bindValue: t,
|
|
@@ -4062,13 +4062,13 @@ const Xr = ({
|
|
|
4062
4062
|
onBlur: o,
|
|
4063
4063
|
variant: i = "checkbox"
|
|
4064
4064
|
}) => {
|
|
4065
|
-
const c =
|
|
4065
|
+
const c = je(), u = (l) => {
|
|
4066
4066
|
s && a && a(l.target.checked);
|
|
4067
4067
|
}, d = {
|
|
4068
|
-
wrapper: `${
|
|
4068
|
+
wrapper: `${As["smp-checkbox-wrapper"]}`
|
|
4069
4069
|
};
|
|
4070
4070
|
return /* @__PURE__ */ h.jsxs("div", { className: d.wrapper, "data-component": e, children: [
|
|
4071
|
-
n && /* @__PURE__ */ h.jsx(
|
|
4071
|
+
n && /* @__PURE__ */ h.jsx(De, { label: n, disabled: r, htmlFor: c }),
|
|
4072
4072
|
/* @__PURE__ */ h.jsx(
|
|
4073
4073
|
"input",
|
|
4074
4074
|
{
|
|
@@ -4121,10 +4121,10 @@ const Xr = ({
|
|
|
4121
4121
|
"--smp-chips-backgroundColor-base": a
|
|
4122
4122
|
},
|
|
4123
4123
|
children: [
|
|
4124
|
-
o && /* @__PURE__ */ h.jsx(
|
|
4124
|
+
o && /* @__PURE__ */ h.jsx(ce, { icon: "drag_indicator_horizontal", isInteractable: !0 }),
|
|
4125
4125
|
/* @__PURE__ */ h.jsx(Ae, { variant: "label", bindValue: v, color: s }),
|
|
4126
4126
|
e && /* @__PURE__ */ h.jsx(
|
|
4127
|
-
|
|
4127
|
+
ce,
|
|
4128
4128
|
{
|
|
4129
4129
|
icon: "close",
|
|
4130
4130
|
isInteractable: !0,
|
|
@@ -4136,7 +4136,7 @@ const Xr = ({
|
|
|
4136
4136
|
},
|
|
4137
4137
|
`chip-${p}`
|
|
4138
4138
|
), C = o && p < t.length - 1 ? /* @__PURE__ */ h.jsx(
|
|
4139
|
-
|
|
4139
|
+
ce,
|
|
4140
4140
|
{
|
|
4141
4141
|
icon: "chevron-right",
|
|
4142
4142
|
color: s
|
|
@@ -4197,18 +4197,18 @@ const Ft = ({
|
|
|
4197
4197
|
multiActiveIndex: u,
|
|
4198
4198
|
...d
|
|
4199
4199
|
}) => {
|
|
4200
|
-
const l = ie(null), [f, g] = q(!1), [p, v] = q(r), [E, C] = q(-1), [x, T] = q([t]),
|
|
4200
|
+
const l = ie(null), [f, g] = q(!1), [p, v] = q(r), [E, C] = q(-1), [x, T] = q([t]), y = je(), { anchorRef: b, targetRef: j, anchorWidth: $ } = We({
|
|
4201
4201
|
position: "bottom",
|
|
4202
4202
|
enabled: f
|
|
4203
4203
|
}), B = oe(() => {
|
|
4204
4204
|
g(!1), l?.current?.focus();
|
|
4205
4205
|
}, []);
|
|
4206
|
-
vt([j,
|
|
4206
|
+
vt([j, b], f, () => B()), qt(f, j);
|
|
4207
4207
|
const P = (S) => {
|
|
4208
4208
|
e?.(S.id, S.label);
|
|
4209
4209
|
const _ = p.findIndex((Y) => Y.id === S.id);
|
|
4210
4210
|
C(_), T([S.id]), B();
|
|
4211
|
-
},
|
|
4211
|
+
}, L = (S) => {
|
|
4212
4212
|
S.key === "Escape" && (B(), C(-1));
|
|
4213
4213
|
}, D = (S) => {
|
|
4214
4214
|
(S.key === "ArrowDown" || S.key === "ArrowUp") && (S.preventDefault(), O());
|
|
@@ -4222,8 +4222,8 @@ const Ft = ({
|
|
|
4222
4222
|
{
|
|
4223
4223
|
role: "combobox",
|
|
4224
4224
|
"aria-expanded": f,
|
|
4225
|
-
"aria-controls":
|
|
4226
|
-
"aria-owns":
|
|
4225
|
+
"aria-controls": y,
|
|
4226
|
+
"aria-owns": y,
|
|
4227
4227
|
"data-component": "combobox",
|
|
4228
4228
|
children: [
|
|
4229
4229
|
/* @__PURE__ */ h.jsx(
|
|
@@ -4239,7 +4239,7 @@ const Ft = ({
|
|
|
4239
4239
|
shapeIcon: "arrow_drop_down",
|
|
4240
4240
|
rotatedShapeIcon: f,
|
|
4241
4241
|
isEditable: s,
|
|
4242
|
-
ref:
|
|
4242
|
+
ref: b,
|
|
4243
4243
|
inputRef: l,
|
|
4244
4244
|
"aria-autocomplete": "list",
|
|
4245
4245
|
variant: "notSelectable"
|
|
@@ -4248,25 +4248,25 @@ const Ft = ({
|
|
|
4248
4248
|
f && /* @__PURE__ */ h.jsx(Ye, { children: /* @__PURE__ */ h.jsx(
|
|
4249
4249
|
zr,
|
|
4250
4250
|
{
|
|
4251
|
-
id:
|
|
4251
|
+
id: y,
|
|
4252
4252
|
options: p,
|
|
4253
4253
|
displayMode: o,
|
|
4254
4254
|
ref: j,
|
|
4255
4255
|
isOpen: f,
|
|
4256
4256
|
selectedIndex: E,
|
|
4257
4257
|
activeIndex: u || x,
|
|
4258
|
-
width:
|
|
4258
|
+
width: $,
|
|
4259
4259
|
onClick: P,
|
|
4260
|
-
onKeyDown:
|
|
4260
|
+
onKeyDown: L
|
|
4261
4261
|
}
|
|
4262
4262
|
) })
|
|
4263
4263
|
]
|
|
4264
4264
|
}
|
|
4265
4265
|
);
|
|
4266
|
-
},
|
|
4266
|
+
}, Is = {
|
|
4267
4267
|
"smp-datepickercalendar-position": "_smp-datepickercalendar-position_1lf9g_1"
|
|
4268
4268
|
};
|
|
4269
|
-
function
|
|
4269
|
+
function Ps({
|
|
4270
4270
|
selectedDate: t,
|
|
4271
4271
|
onDateChange: e,
|
|
4272
4272
|
disabledDateRanges: r = [],
|
|
@@ -4286,18 +4286,18 @@ function Is({
|
|
|
4286
4286
|
), [p, v] = q(
|
|
4287
4287
|
c ? c.getDate() : null
|
|
4288
4288
|
), E = ie(null), C = ie([]), x = [
|
|
4289
|
-
a(
|
|
4290
|
-
a(
|
|
4291
|
-
a(
|
|
4292
|
-
a(
|
|
4293
|
-
a(
|
|
4294
|
-
a(
|
|
4295
|
-
a(
|
|
4296
|
-
a(
|
|
4297
|
-
a(
|
|
4298
|
-
a(
|
|
4299
|
-
a(
|
|
4300
|
-
a(
|
|
4289
|
+
a(ye.JANUARY),
|
|
4290
|
+
a(ye.FEBRUARY),
|
|
4291
|
+
a(ye.MARCH),
|
|
4292
|
+
a(ye.APRIL),
|
|
4293
|
+
a(ye.MAY),
|
|
4294
|
+
a(ye.JUNE),
|
|
4295
|
+
a(ye.JULY),
|
|
4296
|
+
a(ye.AUGUST),
|
|
4297
|
+
a(ye.SEPTEMBER),
|
|
4298
|
+
a(ye.OCTOBER),
|
|
4299
|
+
a(ye.NOVEMBER),
|
|
4300
|
+
a(ye.DECEMBER)
|
|
4301
4301
|
], T = [
|
|
4302
4302
|
{
|
|
4303
4303
|
value: a(ge.SUNDAY_SHORT),
|
|
@@ -4327,16 +4327,16 @@ function Is({
|
|
|
4327
4327
|
value: a(ge.SATURDAY_SHORT),
|
|
4328
4328
|
full: a(ge.SATURDAY)
|
|
4329
4329
|
}
|
|
4330
|
-
],
|
|
4330
|
+
], y = (A) => r.some((m) => {
|
|
4331
4331
|
const w = m.start.getTime(), N = m.end.getTime(), k = A.getTime();
|
|
4332
4332
|
return k >= w && k <= N;
|
|
4333
|
-
}),
|
|
4334
|
-
|
|
4333
|
+
}), b = (A) => {
|
|
4334
|
+
y(A) || (u(A), v(A.getDate()), e && e(Gn(A)));
|
|
4335
4335
|
}, j = () => {
|
|
4336
4336
|
d === 0 ? (l(11), g(f - 1)) : l(d - 1), v(1);
|
|
4337
|
-
},
|
|
4337
|
+
}, $ = () => {
|
|
4338
4338
|
d === 11 ? (l(0), g(f + 1)) : l(d + 1), v(1);
|
|
4339
|
-
}, B = (A, m) => new Date(A, m + 1, 0).getDate(), P = (A, m) => new Date(A, m, 1).getDay(),
|
|
4339
|
+
}, B = (A, m) => new Date(A, m + 1, 0).getDate(), P = (A, m) => new Date(A, m, 1).getDay(), L = (A) => {
|
|
4340
4340
|
const m = _.findIndex(
|
|
4341
4341
|
(w) => w !== null && w.getDate() === A
|
|
4342
4342
|
);
|
|
@@ -4352,12 +4352,12 @@ function Is({
|
|
|
4352
4352
|
let R = k + 1, I = new Date(f, d, R);
|
|
4353
4353
|
if (R > N) {
|
|
4354
4354
|
const V = d === 11 ? f + 1 : f, W = d === 11 ? 0 : d + 1;
|
|
4355
|
-
R = 1, I = new Date(V, W, R),
|
|
4355
|
+
R = 1, I = new Date(V, W, R), $(), setTimeout(() => {
|
|
4356
4356
|
O(1, "forward");
|
|
4357
4357
|
}, 0);
|
|
4358
4358
|
return;
|
|
4359
4359
|
}
|
|
4360
|
-
|
|
4360
|
+
y(I) ? O(R, "forward") : L(R);
|
|
4361
4361
|
}
|
|
4362
4362
|
break;
|
|
4363
4363
|
case "Tab":
|
|
@@ -4373,7 +4373,7 @@ function Is({
|
|
|
4373
4373
|
}, 0);
|
|
4374
4374
|
return;
|
|
4375
4375
|
}
|
|
4376
|
-
|
|
4376
|
+
y(I) ? O(R, "backward") : L(R);
|
|
4377
4377
|
}
|
|
4378
4378
|
break;
|
|
4379
4379
|
case "ArrowUp":
|
|
@@ -4387,7 +4387,7 @@ function Is({
|
|
|
4387
4387
|
}, 0);
|
|
4388
4388
|
return;
|
|
4389
4389
|
}
|
|
4390
|
-
|
|
4390
|
+
y(I) ? O(R, "backward") : L(R);
|
|
4391
4391
|
}
|
|
4392
4392
|
break;
|
|
4393
4393
|
case "ArrowDown":
|
|
@@ -4396,12 +4396,12 @@ function Is({
|
|
|
4396
4396
|
let R = k + 7, I = new Date(f, d, R);
|
|
4397
4397
|
if (R > N) {
|
|
4398
4398
|
const V = d === 11 ? f + 1 : f, W = d === 11 ? 0 : d + 1;
|
|
4399
|
-
R = R - N, I = new Date(V, W, R),
|
|
4399
|
+
R = R - N, I = new Date(V, W, R), $(), setTimeout(() => {
|
|
4400
4400
|
O(R, "forward");
|
|
4401
4401
|
}, 0);
|
|
4402
4402
|
return;
|
|
4403
4403
|
}
|
|
4404
|
-
|
|
4404
|
+
y(I) ? O(R, "forward") : L(R);
|
|
4405
4405
|
}
|
|
4406
4406
|
break;
|
|
4407
4407
|
case "Home":
|
|
@@ -4420,7 +4420,7 @@ function Is({
|
|
|
4420
4420
|
}, 0);
|
|
4421
4421
|
break;
|
|
4422
4422
|
case "PageDown":
|
|
4423
|
-
A.preventDefault(),
|
|
4423
|
+
A.preventDefault(), $(), setTimeout(() => {
|
|
4424
4424
|
const R = B(
|
|
4425
4425
|
d === 11 ? f + 1 : f,
|
|
4426
4426
|
d === 11 ? 0 : d + 1
|
|
@@ -4430,11 +4430,11 @@ function Is({
|
|
|
4430
4430
|
break;
|
|
4431
4431
|
case " ":
|
|
4432
4432
|
case "Space":
|
|
4433
|
-
if (
|
|
4433
|
+
if (y(w)) return;
|
|
4434
4434
|
v(w.getDate()), u(w);
|
|
4435
4435
|
break;
|
|
4436
4436
|
case "Enter":
|
|
4437
|
-
A.preventDefault(),
|
|
4437
|
+
A.preventDefault(), b(w);
|
|
4438
4438
|
break;
|
|
4439
4439
|
}
|
|
4440
4440
|
}, O = (A, m) => {
|
|
@@ -4442,19 +4442,19 @@ function Is({
|
|
|
4442
4442
|
if (m === "forward") {
|
|
4443
4443
|
for (let N = A; N <= w; N++) {
|
|
4444
4444
|
const k = new Date(f, d, N);
|
|
4445
|
-
if (!
|
|
4446
|
-
|
|
4445
|
+
if (!y(k)) {
|
|
4446
|
+
L(N);
|
|
4447
4447
|
return;
|
|
4448
4448
|
}
|
|
4449
4449
|
}
|
|
4450
|
-
|
|
4450
|
+
$(), setTimeout(() => {
|
|
4451
4451
|
O(1, "forward");
|
|
4452
4452
|
}, 0);
|
|
4453
4453
|
} else {
|
|
4454
4454
|
for (let I = A; I >= 1; I--) {
|
|
4455
4455
|
const V = new Date(f, d, I);
|
|
4456
|
-
if (!
|
|
4457
|
-
|
|
4456
|
+
if (!y(V)) {
|
|
4457
|
+
L(I);
|
|
4458
4458
|
return;
|
|
4459
4459
|
}
|
|
4460
4460
|
}
|
|
@@ -4490,7 +4490,7 @@ function Is({
|
|
|
4490
4490
|
}, [d, f, p, _]);
|
|
4491
4491
|
const K = {
|
|
4492
4492
|
label: "smp-datepickercalendar-label",
|
|
4493
|
-
wrapper: `smp-datepickercalendar ${
|
|
4493
|
+
wrapper: `smp-datepickercalendar ${Is["smp-datepickercalendar-position"]}`,
|
|
4494
4494
|
calendar: "smp-datepickercalendar",
|
|
4495
4495
|
table: "smp-datepickercalendar-table",
|
|
4496
4496
|
th: "smp-datepickercalendar-th",
|
|
@@ -4542,7 +4542,7 @@ function Is({
|
|
|
4542
4542
|
/* @__PURE__ */ h.jsx(
|
|
4543
4543
|
me,
|
|
4544
4544
|
{
|
|
4545
|
-
onClick:
|
|
4545
|
+
onClick: $,
|
|
4546
4546
|
ariaLabel: a(Pt.NEXT_MONTH),
|
|
4547
4547
|
bindValue: ">",
|
|
4548
4548
|
optionalDisplayValue: ">",
|
|
@@ -4558,7 +4558,7 @@ function Is({
|
|
|
4558
4558
|
{
|
|
4559
4559
|
ref: E,
|
|
4560
4560
|
role: "grid",
|
|
4561
|
-
"aria-label": `${a(
|
|
4561
|
+
"aria-label": `${a(Re.CALENDAR_FOR)} ${x[d]} ${f}`,
|
|
4562
4562
|
className: K.table,
|
|
4563
4563
|
children: [
|
|
4564
4564
|
/* @__PURE__ */ h.jsx("thead", { children: /* @__PURE__ */ h.jsx("tr", { children: T.map((A) => /* @__PURE__ */ h.jsx(
|
|
@@ -4586,14 +4586,14 @@ function Is({
|
|
|
4586
4586
|
},
|
|
4587
4587
|
`empty-${N}`
|
|
4588
4588
|
);
|
|
4589
|
-
const R = w.getDate() === i.getDate() && w.getMonth() === i.getMonth() && w.getFullYear() === i.getFullYear(), I = c && w.getDate() === c.getDate() && w.getMonth() === c.getMonth() && w.getFullYear() === c.getFullYear(), V = p === w.getDate(), W =
|
|
4589
|
+
const R = w.getDate() === i.getDate() && w.getMonth() === i.getMonth() && w.getFullYear() === i.getFullYear(), I = c && w.getDate() === c.getDate() && w.getMonth() === c.getMonth() && w.getFullYear() === c.getFullYear(), V = p === w.getDate(), W = y(w);
|
|
4590
4590
|
return /* @__PURE__ */ h.jsx(
|
|
4591
4591
|
"td",
|
|
4592
4592
|
{
|
|
4593
4593
|
role: "gridcell",
|
|
4594
4594
|
"aria-selected": I,
|
|
4595
4595
|
tabIndex: V ? 0 : -1,
|
|
4596
|
-
onClick: () =>
|
|
4596
|
+
onClick: () => b(w),
|
|
4597
4597
|
onKeyDown: (U) => D(U, k),
|
|
4598
4598
|
"aria-label": `${w.getDate()} ${x[w.getMonth()]} ${w.getFullYear()}`,
|
|
4599
4599
|
"data-selected": I,
|
|
@@ -4638,43 +4638,43 @@ const Qr = ({
|
|
|
4638
4638
|
}), qt(i, p);
|
|
4639
4639
|
const { format: E, getCurrentLanguage: C } = Te(), x = oe(
|
|
4640
4640
|
(P) => {
|
|
4641
|
-
const
|
|
4641
|
+
const L = P.length > 5 && Bn(P, C()) || P, D = E(L, void 0, void 0, {
|
|
4642
4642
|
type: "date"
|
|
4643
|
-
}), O = typeof
|
|
4643
|
+
}), O = typeof L != "string", S = O && L.toISOString().substring(0, 10) || "";
|
|
4644
4644
|
return {
|
|
4645
4645
|
isValid: O,
|
|
4646
4646
|
formattedDate: D,
|
|
4647
4647
|
isoDate: S,
|
|
4648
|
-
normalizedDate:
|
|
4648
|
+
normalizedDate: L
|
|
4649
4649
|
};
|
|
4650
4650
|
},
|
|
4651
4651
|
[C, E]
|
|
4652
4652
|
);
|
|
4653
4653
|
re(() => {
|
|
4654
|
-
const { formattedDate: P, isoDate:
|
|
4655
|
-
d(D &&
|
|
4654
|
+
const { formattedDate: P, isoDate: L, isValid: D } = x(t);
|
|
4655
|
+
d(D && L || t), f(D && P || t);
|
|
4656
4656
|
}, [t, E, x]);
|
|
4657
|
-
const T = () => c((P) => !P),
|
|
4657
|
+
const T = () => c((P) => !P), y = () => {
|
|
4658
4658
|
j(l);
|
|
4659
|
-
},
|
|
4659
|
+
}, b = (P) => {
|
|
4660
4660
|
j(P), v();
|
|
4661
4661
|
}, j = (P) => {
|
|
4662
|
-
const { isoDate:
|
|
4663
|
-
r && r(D &&
|
|
4664
|
-
},
|
|
4662
|
+
const { isoDate: L, isValid: D } = x(P);
|
|
4663
|
+
r && r(D && L || P);
|
|
4664
|
+
}, $ = (P) => {
|
|
4665
4665
|
f(P);
|
|
4666
4666
|
}, B = (P) => {
|
|
4667
4667
|
P.key === "Enter" && (P.preventDefault(), j(l));
|
|
4668
4668
|
};
|
|
4669
4669
|
return /* @__PURE__ */ h.jsxs("div", { "data-component": "date-picker", children: [
|
|
4670
4670
|
/* @__PURE__ */ h.jsx(
|
|
4671
|
-
|
|
4671
|
+
Ne,
|
|
4672
4672
|
{
|
|
4673
4673
|
...a,
|
|
4674
4674
|
bindValue: l,
|
|
4675
4675
|
placeholder: e,
|
|
4676
|
-
onBlur:
|
|
4677
|
-
onChange:
|
|
4676
|
+
onBlur: y,
|
|
4677
|
+
onChange: $,
|
|
4678
4678
|
onKeyDown: B,
|
|
4679
4679
|
shapeIcon: "calendar",
|
|
4680
4680
|
onShapeIconClick: T,
|
|
@@ -4686,16 +4686,16 @@ const Qr = ({
|
|
|
4686
4686
|
}
|
|
4687
4687
|
),
|
|
4688
4688
|
i && /* @__PURE__ */ h.jsx(Ye, { children: /* @__PURE__ */ h.jsx(
|
|
4689
|
-
|
|
4689
|
+
Ps,
|
|
4690
4690
|
{
|
|
4691
4691
|
disabledDateRanges: n,
|
|
4692
|
-
onDateChange:
|
|
4692
|
+
onDateChange: b,
|
|
4693
4693
|
initialValue: Bt(u) && u || "",
|
|
4694
4694
|
targetRef: p
|
|
4695
4695
|
}
|
|
4696
4696
|
) })
|
|
4697
4697
|
] });
|
|
4698
|
-
},
|
|
4698
|
+
}, Fs = ({
|
|
4699
4699
|
elements: t,
|
|
4700
4700
|
displayMode: e,
|
|
4701
4701
|
minimumChars: r,
|
|
@@ -4716,10 +4716,10 @@ const Qr = ({
|
|
|
4716
4716
|
if (C == "")
|
|
4717
4717
|
T.pop();
|
|
4718
4718
|
else {
|
|
4719
|
-
const
|
|
4720
|
-
(
|
|
4719
|
+
const y = T.findIndex(
|
|
4720
|
+
(b) => b.bindValue === C && b.optionalDisplayValue === x
|
|
4721
4721
|
);
|
|
4722
|
-
|
|
4722
|
+
y >= 0 ? T.splice(y, 1) : T.push({
|
|
4723
4723
|
bindValue: C,
|
|
4724
4724
|
optionalDisplayValue: x
|
|
4725
4725
|
});
|
|
@@ -4734,7 +4734,7 @@ const Qr = ({
|
|
|
4734
4734
|
className: E.container,
|
|
4735
4735
|
"data-component": "multiple-autocomplete",
|
|
4736
4736
|
children: [
|
|
4737
|
-
o && /* @__PURE__ */ h.jsx(
|
|
4737
|
+
o && /* @__PURE__ */ h.jsx(De, { label: o, disabled: i }),
|
|
4738
4738
|
/* @__PURE__ */ h.jsx(
|
|
4739
4739
|
Gt,
|
|
4740
4740
|
{
|
|
@@ -4767,10 +4767,10 @@ const Qr = ({
|
|
|
4767
4767
|
]
|
|
4768
4768
|
}
|
|
4769
4769
|
);
|
|
4770
|
-
},
|
|
4770
|
+
}, Ms = ({ ...t }) => {
|
|
4771
4771
|
const [e, r] = q(!1), n = e ? "visibility-off" : "visibility";
|
|
4772
4772
|
return /* @__PURE__ */ h.jsx(
|
|
4773
|
-
|
|
4773
|
+
Ne,
|
|
4774
4774
|
{
|
|
4775
4775
|
...t,
|
|
4776
4776
|
inputType: e ? "text" : "password",
|
|
@@ -4780,15 +4780,15 @@ const Qr = ({
|
|
|
4780
4780
|
"data-component": "password"
|
|
4781
4781
|
}
|
|
4782
4782
|
);
|
|
4783
|
-
},
|
|
4783
|
+
}, Vs = ({ ...t }) => {
|
|
4784
4784
|
const [e, r] = q(t.bindValue), { translate: n } = Te(), s = (a) => {
|
|
4785
4785
|
a.key === "Enter" && (a.preventDefault(), t.onEnter?.(e));
|
|
4786
4786
|
};
|
|
4787
4787
|
return /* @__PURE__ */ h.jsx(
|
|
4788
|
-
|
|
4788
|
+
Ne,
|
|
4789
4789
|
{
|
|
4790
4790
|
...t,
|
|
4791
|
-
placeholder: t.placeholder ? t.placeholder : n(
|
|
4791
|
+
placeholder: t.placeholder ? t.placeholder : n(Re.SPOTLIGHT_DEFAULT_PLACEHOLDER),
|
|
4792
4792
|
icon: "magnify",
|
|
4793
4793
|
inputType: "search",
|
|
4794
4794
|
bindValue: e,
|
|
@@ -4798,7 +4798,7 @@ const Qr = ({
|
|
|
4798
4798
|
_dataComponent: "search-bar"
|
|
4799
4799
|
}
|
|
4800
4800
|
);
|
|
4801
|
-
},
|
|
4801
|
+
}, Us = ({
|
|
4802
4802
|
bindValue: t,
|
|
4803
4803
|
optionalDisplayValue: e,
|
|
4804
4804
|
label: r
|
|
@@ -4807,7 +4807,7 @@ const Qr = ({
|
|
|
4807
4807
|
wrapper: "smp-text-wrapper"
|
|
4808
4808
|
};
|
|
4809
4809
|
return r ? /* @__PURE__ */ h.jsxs("div", { className: n.wrapper, children: [
|
|
4810
|
-
/* @__PURE__ */ h.jsx(
|
|
4810
|
+
/* @__PURE__ */ h.jsx(De, { label: r }),
|
|
4811
4811
|
/* @__PURE__ */ h.jsx(
|
|
4812
4812
|
Ae,
|
|
4813
4813
|
{
|
|
@@ -4848,7 +4848,7 @@ class Pe {
|
|
|
4848
4848
|
return this.value.join(";");
|
|
4849
4849
|
}
|
|
4850
4850
|
}
|
|
4851
|
-
const
|
|
4851
|
+
const Le = (t, e, r) => ({
|
|
4852
4852
|
obj: {
|
|
4853
4853
|
t: t.obj.t,
|
|
4854
4854
|
p: t.obj.p,
|
|
@@ -4858,13 +4858,13 @@ const $e = (t, e, r) => ({
|
|
|
4858
4858
|
shape: t.shape,
|
|
4859
4859
|
fun: t.fun,
|
|
4860
4860
|
data: t.data
|
|
4861
|
-
}),
|
|
4861
|
+
}), Lr = (t) => {
|
|
4862
4862
|
const e = Pe.fromDataObj(t.obj), r = t.decode ? Pe.fromString(t.decode).getValue() : [];
|
|
4863
4863
|
return e.getValue().map((n, s) => ({
|
|
4864
4864
|
bindValue: n,
|
|
4865
4865
|
optionalDisplayValue: r.length >= s ? r[s] : ""
|
|
4866
4866
|
}));
|
|
4867
|
-
},
|
|
4867
|
+
}, Bs = (t, e) => {
|
|
4868
4868
|
const r = new Pe(
|
|
4869
4869
|
t.obj,
|
|
4870
4870
|
e.map((s) => s.bindValue)
|
|
@@ -4872,8 +4872,8 @@ const $e = (t, e, r) => ({
|
|
|
4872
4872
|
t.obj,
|
|
4873
4873
|
e.map((s) => s.optionalDisplayValue ? s.optionalDisplayValue : "")
|
|
4874
4874
|
).getLegacyValue();
|
|
4875
|
-
return
|
|
4876
|
-
},
|
|
4875
|
+
return Le(t, r, n);
|
|
4876
|
+
}, Ws = (t) => {
|
|
4877
4877
|
switch (t) {
|
|
4878
4878
|
case "CodeOnly":
|
|
4879
4879
|
return 15;
|
|
@@ -4897,7 +4897,7 @@ const $e = (t, e, r) => ({
|
|
|
4897
4897
|
...c
|
|
4898
4898
|
}) => {
|
|
4899
4899
|
const { getCurrentLanguage: u } = Te(), d = ie(null), l = u(), { groupingChar: f, decimalChar: g } = Ke(
|
|
4900
|
-
() =>
|
|
4900
|
+
() => Os(l, s),
|
|
4901
4901
|
[l, s]
|
|
4902
4902
|
), p = oe(
|
|
4903
4903
|
(O, S) => new Intl.NumberFormat(l, {
|
|
@@ -4906,39 +4906,39 @@ const $e = (t, e, r) => ({
|
|
|
4906
4906
|
useGrouping: !0
|
|
4907
4907
|
}).format(O),
|
|
4908
4908
|
[l]
|
|
4909
|
-
), v = oe(
|
|
4909
|
+
), v = oe(js, [f, g]), E = oe(Ts, [t, e]), C = a != null && a.toString().includes(".") ? a.toString().split(".")[1].length : 0, [x, T] = q(C), [y, b] = q(
|
|
4910
4910
|
a != null ? p(a, x) : ""
|
|
4911
4911
|
), j = ie(a ?? null);
|
|
4912
4912
|
re(() => {
|
|
4913
4913
|
if (a == null) {
|
|
4914
|
-
|
|
4914
|
+
b(""), j.current = null;
|
|
4915
4915
|
return;
|
|
4916
4916
|
}
|
|
4917
4917
|
const O = a.toString().includes(".") ? a.toString().split(".")[1].length : 0, S = O === 0 ? x : O;
|
|
4918
|
-
S !== x && T(S),
|
|
4918
|
+
S !== x && T(S), b(p(a, S)), j.current = a;
|
|
4919
4919
|
}, [a, p]);
|
|
4920
|
-
const
|
|
4920
|
+
const $ = oe(
|
|
4921
4921
|
(O, S = !1) => {
|
|
4922
4922
|
if (O.trim() === "") {
|
|
4923
|
-
|
|
4923
|
+
b(""), j.current = null, o?.(void 0, ""), S && i?.(void 0);
|
|
4924
4924
|
return;
|
|
4925
4925
|
}
|
|
4926
4926
|
const _ = v(O, f, g);
|
|
4927
4927
|
if (isNaN(_))
|
|
4928
4928
|
if (j.current != null) {
|
|
4929
4929
|
const Y = p(j.current, x);
|
|
4930
|
-
|
|
4930
|
+
b(Y);
|
|
4931
4931
|
} else
|
|
4932
|
-
|
|
4932
|
+
b("");
|
|
4933
4933
|
else {
|
|
4934
|
-
const Y = E(_, t, e), H =
|
|
4934
|
+
const Y = E(_, t, e), H = Rs(
|
|
4935
4935
|
O,
|
|
4936
4936
|
f,
|
|
4937
4937
|
g
|
|
4938
4938
|
);
|
|
4939
4939
|
T(H);
|
|
4940
4940
|
const K = p(Y, H);
|
|
4941
|
-
|
|
4941
|
+
b(K), j.current = Y, o?.(Y, K), S && i?.(Y);
|
|
4942
4942
|
}
|
|
4943
4943
|
},
|
|
4944
4944
|
[
|
|
@@ -4953,30 +4953,30 @@ const $e = (t, e, r) => ({
|
|
|
4953
4953
|
i,
|
|
4954
4954
|
x
|
|
4955
4955
|
]
|
|
4956
|
-
), B = (O) =>
|
|
4956
|
+
), B = (O) => b(O), P = () => $(y), L = (O) => {
|
|
4957
4957
|
if (O.key === "Enter") {
|
|
4958
|
-
O.preventDefault(),
|
|
4958
|
+
O.preventDefault(), $(y, !0);
|
|
4959
4959
|
return;
|
|
4960
4960
|
}
|
|
4961
4961
|
if (O.key === "ArrowUp" || O.key === "ArrowDown") {
|
|
4962
4962
|
O.preventDefault();
|
|
4963
4963
|
const S = O.key === "ArrowUp" ? 1 : -1, _ = j.current ?? 0, Y = E(_ + S * r, t, e);
|
|
4964
|
-
|
|
4964
|
+
$(p(Y, x));
|
|
4965
4965
|
}
|
|
4966
4966
|
}, D = (O) => {
|
|
4967
4967
|
if (!O.currentTarget.contains(document.activeElement)) return;
|
|
4968
4968
|
O.preventDefault();
|
|
4969
4969
|
const S = O.deltaY < 0 ? 1 : -1, _ = j.current ?? 0, Y = E(_ + S * r, t, e);
|
|
4970
|
-
|
|
4970
|
+
$(p(Y, x));
|
|
4971
4971
|
};
|
|
4972
4972
|
return /* @__PURE__ */ h.jsx("div", { ref: d, "data-component": "input-number", onWheel: D, children: /* @__PURE__ */ h.jsx(
|
|
4973
|
-
|
|
4973
|
+
Ne,
|
|
4974
4974
|
{
|
|
4975
4975
|
...c,
|
|
4976
4976
|
"aria-valuemin": t,
|
|
4977
4977
|
"aria-valuemax": e,
|
|
4978
4978
|
"aria-valuenow": j.current ?? void 0,
|
|
4979
|
-
bindValue:
|
|
4979
|
+
bindValue: y,
|
|
4980
4980
|
inputType: "text",
|
|
4981
4981
|
inputMode: n,
|
|
4982
4982
|
min: t,
|
|
@@ -4984,7 +4984,7 @@ const $e = (t, e, r) => ({
|
|
|
4984
4984
|
step: r,
|
|
4985
4985
|
onChange: B,
|
|
4986
4986
|
onBlur: P,
|
|
4987
|
-
onKeyDown:
|
|
4987
|
+
onKeyDown: L
|
|
4988
4988
|
}
|
|
4989
4989
|
) });
|
|
4990
4990
|
};
|
|
@@ -5031,7 +5031,7 @@ class Qe {
|
|
|
5031
5031
|
return this.value;
|
|
5032
5032
|
}
|
|
5033
5033
|
}
|
|
5034
|
-
const
|
|
5034
|
+
const Ys = ({
|
|
5035
5035
|
disabled: t,
|
|
5036
5036
|
bindValue: e,
|
|
5037
5037
|
onChange: r,
|
|
@@ -5048,14 +5048,14 @@ const Ws = ({
|
|
|
5048
5048
|
rows: g = 10,
|
|
5049
5049
|
cols: p = 35
|
|
5050
5050
|
}) => {
|
|
5051
|
-
const v =
|
|
5052
|
-
r?.(
|
|
5053
|
-
},
|
|
5051
|
+
const v = je(), E = `${v}-helper`, C = d ? "danger" : s, x = u || !!d, T = (b) => {
|
|
5052
|
+
r?.(b.target.value);
|
|
5053
|
+
}, y = {
|
|
5054
5054
|
wrapper: "smp-textarea-wrapper",
|
|
5055
5055
|
container: `smp-textarea ${t ? "smp-textarea-disabled" : ""} ${n ? "smp-textarea-placeholder" : ""} ${C ? `smp-textarea-${C}` : ""} ${a ? `smp-textarea-${a}` : ""} ${o ? "" : "smp-textarea-readOnly"}`
|
|
5056
5056
|
};
|
|
5057
|
-
return /* @__PURE__ */ h.jsxs("div", { className:
|
|
5058
|
-
i && /* @__PURE__ */ h.jsx(
|
|
5057
|
+
return /* @__PURE__ */ h.jsxs("div", { className: y.wrapper, "data-component": "textarea", children: [
|
|
5058
|
+
i && /* @__PURE__ */ h.jsx(De, { htmlFor: v, label: i, disabled: t }),
|
|
5059
5059
|
/* @__PURE__ */ h.jsx(
|
|
5060
5060
|
"textarea",
|
|
5061
5061
|
{
|
|
@@ -5064,7 +5064,7 @@ const Ws = ({
|
|
|
5064
5064
|
placeholder: n,
|
|
5065
5065
|
onChange: T,
|
|
5066
5066
|
onBlur: l,
|
|
5067
|
-
className:
|
|
5067
|
+
className: y.container,
|
|
5068
5068
|
disabled: t,
|
|
5069
5069
|
readOnly: !o,
|
|
5070
5070
|
onKeyDown: f,
|
|
@@ -5094,7 +5094,7 @@ const Me = {
|
|
|
5094
5094
|
"smp-radio-element": "_smp-radio-element_1fqe8_20",
|
|
5095
5095
|
"smp-radio-disabled": "_smp-radio-disabled_1fqe8_26",
|
|
5096
5096
|
"smp-radio-horizontal-grid": "_smp-radio-horizontal-grid_1fqe8_32"
|
|
5097
|
-
},
|
|
5097
|
+
}, Gs = ({
|
|
5098
5098
|
disabled: t = !1,
|
|
5099
5099
|
displayMode: e = "DescOnly",
|
|
5100
5100
|
RadLay: r = Mt.PAGE_DIRECTION,
|
|
@@ -5105,10 +5105,10 @@ const Me = {
|
|
|
5105
5105
|
label: i,
|
|
5106
5106
|
...c
|
|
5107
5107
|
}) => {
|
|
5108
|
-
const [u, d] = q(s), l =
|
|
5108
|
+
const [u, d] = q(s), l = je();
|
|
5109
5109
|
re(() => {
|
|
5110
|
-
!u && a && o && a(o, void 0).then((
|
|
5111
|
-
console.error("Error during loading options (radio)",
|
|
5110
|
+
!u && a && o && a(o, void 0).then((b) => d(b)).catch((b) => {
|
|
5111
|
+
console.error("Error during loading options (radio)", b);
|
|
5112
5112
|
});
|
|
5113
5113
|
}, [u, a, o]);
|
|
5114
5114
|
const f = parseInt(n ?? "", 10), g = r === Mt.LINE_DIRECTION, p = g && !isNaN(f), v = p ? Me["smp-radio-horizontal-grid"] : g ? Me["smp-radio-horizontal"] : "", E = p ? { gridTemplateColumns: `repeat(${f}, 1fr)` } : void 0, C = {
|
|
@@ -5117,21 +5117,21 @@ const Me = {
|
|
|
5117
5117
|
option: `${Me["smp-radio-element"]} ${t ? Me["smp-radio-disabled"] : ""}`
|
|
5118
5118
|
}, x = () => {
|
|
5119
5119
|
t || c.onBlur?.();
|
|
5120
|
-
}, T = (
|
|
5121
|
-
t || c.onChange?.(
|
|
5122
|
-
},
|
|
5120
|
+
}, T = (b) => {
|
|
5121
|
+
t || c.onChange?.(b.id, b.label);
|
|
5122
|
+
}, y = je();
|
|
5123
5123
|
return /* @__PURE__ */ h.jsxs("div", { "smp-id": "radio-container", className: C.container, id: l, children: [
|
|
5124
|
-
i && /* @__PURE__ */ h.jsx(
|
|
5125
|
-
/* @__PURE__ */ h.jsx("div", { className: C.optionsContainer, style: E, children: u?.map((
|
|
5124
|
+
i && /* @__PURE__ */ h.jsx(De, { label: i, disabled: t, htmlFor: l }),
|
|
5125
|
+
/* @__PURE__ */ h.jsx("div", { className: C.optionsContainer, style: E, children: u?.map((b, j) => /* @__PURE__ */ h.jsxs("label", { className: C.option, children: [
|
|
5126
5126
|
/* @__PURE__ */ h.jsx(
|
|
5127
5127
|
"input",
|
|
5128
5128
|
{
|
|
5129
5129
|
type: "radio",
|
|
5130
|
-
name:
|
|
5131
|
-
value:
|
|
5130
|
+
name: y,
|
|
5131
|
+
value: b.id,
|
|
5132
5132
|
disabled: t,
|
|
5133
|
-
checked:
|
|
5134
|
-
onChange: () => T(
|
|
5133
|
+
checked: b.id === c.bindValue,
|
|
5134
|
+
onChange: () => T(b),
|
|
5135
5135
|
onBlur: x
|
|
5136
5136
|
}
|
|
5137
5137
|
),
|
|
@@ -5140,15 +5140,15 @@ const Me = {
|
|
|
5140
5140
|
{
|
|
5141
5141
|
variant: "body",
|
|
5142
5142
|
bindValue: Ie(
|
|
5143
|
-
|
|
5144
|
-
|
|
5143
|
+
b.id,
|
|
5144
|
+
b.label,
|
|
5145
5145
|
e
|
|
5146
5146
|
)
|
|
5147
5147
|
}
|
|
5148
5148
|
)
|
|
5149
5149
|
] }, j)) })
|
|
5150
5150
|
] });
|
|
5151
|
-
},
|
|
5151
|
+
}, qs = ({
|
|
5152
5152
|
value: t,
|
|
5153
5153
|
onChange: e,
|
|
5154
5154
|
targetRef: r,
|
|
@@ -5203,13 +5203,13 @@ const Me = {
|
|
|
5203
5203
|
if (!e) return !1;
|
|
5204
5204
|
const [, r, n, s] = e, a = parseInt(r, 10), o = parseInt(n, 10), i = s ? parseInt(s, 10) : 0;
|
|
5205
5205
|
return a >= 0 && a <= 23 && o >= 0 && o <= 59 && (s === void 0 || i >= 0 && i <= 59);
|
|
5206
|
-
},
|
|
5206
|
+
}, Hs = (t) => {
|
|
5207
5207
|
const e = t.split(":").map((r) => parseInt(r, 10));
|
|
5208
5208
|
return [e[0] || 0, e[1] || 0, e[2] || 0];
|
|
5209
|
-
},
|
|
5209
|
+
}, zs = (t, e, r) => {
|
|
5210
5210
|
const n = t != null && !isNaN(t) ? t.toString().padStart(2, "0") : "", s = e != null && !isNaN(e) ? e.toString().padStart(2, "0") : "", a = r != null && !isNaN(r) ? r.toString().padStart(2, "0") : "";
|
|
5211
5211
|
return n && s ? `${n}:${s}:${a}` : s ? `${s}:${a}` : a;
|
|
5212
|
-
},
|
|
5212
|
+
}, Ks = ({
|
|
5213
5213
|
bindValue: t,
|
|
5214
5214
|
placeholder: e = "HH:MM:SS",
|
|
5215
5215
|
onChange: r,
|
|
@@ -5223,33 +5223,33 @@ const Me = {
|
|
|
5223
5223
|
i(!1), a?.current?.focus();
|
|
5224
5224
|
}, []);
|
|
5225
5225
|
vt([g, f], o, () => i(!1)), qt(o, g), re(() => {
|
|
5226
|
-
const
|
|
5227
|
-
u(
|
|
5226
|
+
const b = t || "", j = kr(b) ? b : t || "";
|
|
5227
|
+
u(b), l(j);
|
|
5228
5228
|
}, [t]), re(() => {
|
|
5229
|
-
const
|
|
5229
|
+
const b = (j) => {
|
|
5230
5230
|
j.key === "Escape" && i(!1);
|
|
5231
5231
|
};
|
|
5232
|
-
return o && document.addEventListener("keydown",
|
|
5233
|
-
document.removeEventListener("keydown",
|
|
5232
|
+
return o && document.addEventListener("keydown", b), () => {
|
|
5233
|
+
document.removeEventListener("keydown", b);
|
|
5234
5234
|
};
|
|
5235
5235
|
}, [o]);
|
|
5236
5236
|
const v = () => {
|
|
5237
|
-
n && i((
|
|
5238
|
-
}, E = (
|
|
5239
|
-
l(
|
|
5240
|
-
}, C = (
|
|
5241
|
-
const B =
|
|
5237
|
+
n && i((b) => !b);
|
|
5238
|
+
}, E = (b) => {
|
|
5239
|
+
l(b);
|
|
5240
|
+
}, C = (b, j, $) => {
|
|
5241
|
+
const B = zs(b, j, $);
|
|
5242
5242
|
u(B), l(B), r?.(B), p();
|
|
5243
5243
|
}, x = () => {
|
|
5244
|
-
|
|
5245
|
-
}, T = (
|
|
5246
|
-
|
|
5247
|
-
},
|
|
5248
|
-
if (
|
|
5244
|
+
y(d);
|
|
5245
|
+
}, T = (b) => {
|
|
5246
|
+
b.key === "Enter" && (b.preventDefault(), y(d));
|
|
5247
|
+
}, y = (b) => {
|
|
5248
|
+
if (b.trim() === "") {
|
|
5249
5249
|
u(""), l(""), r?.("");
|
|
5250
5250
|
return;
|
|
5251
5251
|
}
|
|
5252
|
-
kr(
|
|
5252
|
+
kr(b) ? (u(b), l(b), r?.(b)) : l(b);
|
|
5253
5253
|
};
|
|
5254
5254
|
return /* @__PURE__ */ h.jsxs("div", { "data-component": "time-picker", children: [
|
|
5255
5255
|
/* @__PURE__ */ h.jsx(
|
|
@@ -5269,9 +5269,9 @@ const Me = {
|
|
|
5269
5269
|
}
|
|
5270
5270
|
),
|
|
5271
5271
|
o && /* @__PURE__ */ h.jsx(Ye, { children: /* @__PURE__ */ h.jsx(
|
|
5272
|
-
|
|
5272
|
+
qs,
|
|
5273
5273
|
{
|
|
5274
|
-
value:
|
|
5274
|
+
value: Hs(c),
|
|
5275
5275
|
onChange: C,
|
|
5276
5276
|
targetRef: g,
|
|
5277
5277
|
isOpen: o
|
|
@@ -5279,10 +5279,10 @@ const Me = {
|
|
|
5279
5279
|
) })
|
|
5280
5280
|
] });
|
|
5281
5281
|
};
|
|
5282
|
-
function
|
|
5282
|
+
function Js(t) {
|
|
5283
5283
|
return typeof t == "string" && /^\d{6}$/.test(t);
|
|
5284
5284
|
}
|
|
5285
|
-
class
|
|
5285
|
+
class yt {
|
|
5286
5286
|
class;
|
|
5287
5287
|
time;
|
|
5288
5288
|
constructor(e, r) {
|
|
@@ -5291,7 +5291,7 @@ class bt {
|
|
|
5291
5291
|
static fromDataObj(e) {
|
|
5292
5292
|
const r = Ar.get(`${e.t}${e.p}`);
|
|
5293
5293
|
if (r)
|
|
5294
|
-
return new
|
|
5294
|
+
return new yt(e, r.legacyToIso(e.k));
|
|
5295
5295
|
throw new Error(`time creation from ${e.t}${e.p} not implemented yet`);
|
|
5296
5296
|
}
|
|
5297
5297
|
getLegacyValue() {
|
|
@@ -5311,16 +5311,16 @@ const Ar = /* @__PURE__ */ new Map([
|
|
|
5311
5311
|
"I12",
|
|
5312
5312
|
{
|
|
5313
5313
|
legacyToIso(t) {
|
|
5314
|
-
return
|
|
5314
|
+
return Js(t) && `${t.substring(0, 2)}:${t.substring(2, 4)}:${t.substring(4, 6)}` || t;
|
|
5315
5315
|
},
|
|
5316
5316
|
isoToLegacy(t) {
|
|
5317
5317
|
return t.replaceAll(":", "") || t;
|
|
5318
5318
|
}
|
|
5319
5319
|
}
|
|
5320
5320
|
]
|
|
5321
|
-
]),
|
|
5321
|
+
]), Xs = {
|
|
5322
5322
|
"smp-cell-wrapper": "_smp-cell-wrapper_mdlkz_1"
|
|
5323
|
-
},
|
|
5323
|
+
}, le = (t) => t == null ? !1 : typeof t == "string" ? t.toLocaleLowerCase() == "yes" || t.toLocaleLowerCase() == "true" : t, en = ({
|
|
5324
5324
|
bindValue: t,
|
|
5325
5325
|
disabled: e = !1,
|
|
5326
5326
|
label: r,
|
|
@@ -5331,7 +5331,7 @@ const Ar = /* @__PURE__ */ new Map([
|
|
|
5331
5331
|
fun: i,
|
|
5332
5332
|
...c
|
|
5333
5333
|
}) => {
|
|
5334
|
-
const [u, d] = q(a), l =
|
|
5334
|
+
const [u, d] = q(a), l = je(), f = (p) => {
|
|
5335
5335
|
e || c.onChange?.(p.id, p.label);
|
|
5336
5336
|
};
|
|
5337
5337
|
re(() => {
|
|
@@ -5340,8 +5340,8 @@ const Ar = /* @__PURE__ */ new Map([
|
|
|
5340
5340
|
});
|
|
5341
5341
|
}, [u, o, i]);
|
|
5342
5342
|
const g = {
|
|
5343
|
-
container: `smp-button-group-container ${
|
|
5344
|
-
optionsContainer: `smp-button-group-options-container ${
|
|
5343
|
+
container: `smp-button-group-container ${le(s) ? "smp-button-group-vertical" : ""}`,
|
|
5344
|
+
optionsContainer: `smp-button-group-options-container ${le(s) ? "smp-button-group-vertical" : ""}`
|
|
5345
5345
|
};
|
|
5346
5346
|
return /* @__PURE__ */ h.jsxs(
|
|
5347
5347
|
"div",
|
|
@@ -5350,7 +5350,7 @@ const Ar = /* @__PURE__ */ new Map([
|
|
|
5350
5350
|
className: g.container,
|
|
5351
5351
|
id: l,
|
|
5352
5352
|
children: [
|
|
5353
|
-
r && /* @__PURE__ */ h.jsx(
|
|
5353
|
+
r && /* @__PURE__ */ h.jsx(De, { label: r, disabled: e, htmlFor: l }),
|
|
5354
5354
|
/* @__PURE__ */ h.jsx("div", { className: g.optionsContainer, children: u?.map((p) => /* @__PURE__ */ h.jsx(
|
|
5355
5355
|
me,
|
|
5356
5356
|
{
|
|
@@ -5365,9 +5365,9 @@ const Ar = /* @__PURE__ */ new Map([
|
|
|
5365
5365
|
n
|
|
5366
5366
|
),
|
|
5367
5367
|
disabled: e,
|
|
5368
|
-
justify:
|
|
5368
|
+
justify: le(s) ? "start" : "center",
|
|
5369
5369
|
icon: p.icon,
|
|
5370
|
-
buttonExt: `oneButton-${
|
|
5370
|
+
buttonExt: `oneButton-${le(s) ? "vertical" : "horizontal"}`
|
|
5371
5371
|
},
|
|
5372
5372
|
p.id
|
|
5373
5373
|
)) })
|
|
@@ -5420,16 +5420,16 @@ const Ee = {
|
|
|
5420
5420
|
indent: `${Ee["smp-row-indent"]}`,
|
|
5421
5421
|
cell: `${Ee["smp-row-wrapperCell"]}`,
|
|
5422
5422
|
leftSection: `${Ee["smp-row-leftSection"]}`
|
|
5423
|
-
}, T = (
|
|
5424
|
-
let D =
|
|
5425
|
-
return
|
|
5426
|
-
},
|
|
5427
|
-
|
|
5423
|
+
}, T = (L) => {
|
|
5424
|
+
let D = L.shape;
|
|
5425
|
+
return L.shape === "ACP" || L.shape === "CMB" || L.shape === "ITX" ? D = "LBL" : L.shape === "AML" && (D = "CHI"), /* @__PURE__ */ h.jsx(ke, { ...L, shape: D });
|
|
5426
|
+
}, y = () => /* @__PURE__ */ h.jsx("span", { className: x.toggle, children: v && /* @__PURE__ */ h.jsx(
|
|
5427
|
+
ce,
|
|
5428
5428
|
{
|
|
5429
5429
|
icon: l ? "arrow_drop_right" : "arrow_drop_down",
|
|
5430
5430
|
width: 16
|
|
5431
5431
|
}
|
|
5432
|
-
) }),
|
|
5432
|
+
) }), b = (L) => /* @__PURE__ */ h.jsx(
|
|
5433
5433
|
"span",
|
|
5434
5434
|
{
|
|
5435
5435
|
className: x.toggle,
|
|
@@ -5438,7 +5438,7 @@ const Ee = {
|
|
|
5438
5438
|
paddingLeft: 0
|
|
5439
5439
|
}
|
|
5440
5440
|
},
|
|
5441
|
-
children: /* @__PURE__ */ h.jsx(
|
|
5441
|
+
children: /* @__PURE__ */ h.jsx(ce, { icon: L, width: 16 })
|
|
5442
5442
|
}
|
|
5443
5443
|
), j = () => /* @__PURE__ */ h.jsx(
|
|
5444
5444
|
"span",
|
|
@@ -5447,7 +5447,7 @@ const Ee = {
|
|
|
5447
5447
|
style: { width: `${E}px` },
|
|
5448
5448
|
"aria-hidden": "true"
|
|
5449
5449
|
}
|
|
5450
|
-
),
|
|
5450
|
+
), $ = () => {
|
|
5451
5451
|
if (c)
|
|
5452
5452
|
return /* @__PURE__ */ h.jsx(
|
|
5453
5453
|
Yt,
|
|
@@ -5459,7 +5459,7 @@ const Ee = {
|
|
|
5459
5459
|
}
|
|
5460
5460
|
);
|
|
5461
5461
|
}, B = () => {
|
|
5462
|
-
const
|
|
5462
|
+
const L = ct(t) ? "" : t.decode || (p ? "" : "Untitled"), D = a ?? s * n, O = {
|
|
5463
5463
|
height: `${s}px`,
|
|
5464
5464
|
lineHeight: `calc(${s}px - 2*2px)`,
|
|
5465
5465
|
...ct(t) && {
|
|
@@ -5484,7 +5484,7 @@ const Ee = {
|
|
|
5484
5484
|
minWidth: 40,
|
|
5485
5485
|
justifyContent: "center"
|
|
5486
5486
|
},
|
|
5487
|
-
children:
|
|
5487
|
+
children: $()
|
|
5488
5488
|
}
|
|
5489
5489
|
),
|
|
5490
5490
|
Ue(t) && /* @__PURE__ */ h.jsxs(
|
|
@@ -5497,9 +5497,9 @@ const Ee = {
|
|
|
5497
5497
|
onClick: () => d?.(t),
|
|
5498
5498
|
children: [
|
|
5499
5499
|
j(),
|
|
5500
|
-
|
|
5501
|
-
t.icon &&
|
|
5502
|
-
/* @__PURE__ */ h.jsx("span", { className: Ee.rowLabel, children:
|
|
5500
|
+
y(),
|
|
5501
|
+
t.icon && b(t.icon),
|
|
5502
|
+
/* @__PURE__ */ h.jsx("span", { className: Ee.rowLabel, children: L })
|
|
5503
5503
|
]
|
|
5504
5504
|
}
|
|
5505
5505
|
),
|
|
@@ -5541,14 +5541,14 @@ const Ee = {
|
|
|
5541
5541
|
]
|
|
5542
5542
|
}
|
|
5543
5543
|
);
|
|
5544
|
-
}, P = () => l || !g || ct(t) ? null : /* @__PURE__ */ h.jsx(h.Fragment, { children: t.children?.map((
|
|
5544
|
+
}, P = () => l || !g || ct(t) ? null : /* @__PURE__ */ h.jsx(h.Fragment, { children: t.children?.map((L, D) => /* @__PURE__ */ h.jsx(
|
|
5545
5545
|
Ht,
|
|
5546
5546
|
{
|
|
5547
|
-
row:
|
|
5547
|
+
row: L,
|
|
5548
5548
|
level: n + 1,
|
|
5549
5549
|
columns: e,
|
|
5550
5550
|
columnWidths: r,
|
|
5551
|
-
onNodeClick: () => d?.(
|
|
5551
|
+
onNodeClick: () => d?.(L)
|
|
5552
5552
|
},
|
|
5553
5553
|
`child-${D}`
|
|
5554
5554
|
)) });
|
|
@@ -5556,7 +5556,7 @@ const Ee = {
|
|
|
5556
5556
|
B(),
|
|
5557
5557
|
P()
|
|
5558
5558
|
] });
|
|
5559
|
-
},
|
|
5559
|
+
}, Qs = ({ fun: t, onOptionsRequest: e, onClick: r }) => {
|
|
5560
5560
|
const [n, s] = q(void 0);
|
|
5561
5561
|
return re(() => {
|
|
5562
5562
|
!n && e && t && e(t, void 0).then((a) => s(a.children)).catch((a) => {
|
|
@@ -5585,7 +5585,7 @@ const Ee = {
|
|
|
5585
5585
|
isEditable: x,
|
|
5586
5586
|
dSep: T = "."
|
|
5587
5587
|
}) => {
|
|
5588
|
-
const
|
|
5588
|
+
const y = {
|
|
5589
5589
|
obj: {
|
|
5590
5590
|
...n,
|
|
5591
5591
|
k: l?.forceUppercase ? n.k.toLocaleUpperCase() : n.k
|
|
@@ -5595,7 +5595,7 @@ const Ee = {
|
|
|
5595
5595
|
icon: a,
|
|
5596
5596
|
fun: o,
|
|
5597
5597
|
data: s
|
|
5598
|
-
},
|
|
5598
|
+
}, b = y.data && y.data.size && y.data.size >= 256 && (r === "ITX" || !r) ? "MEM" : r, j = {
|
|
5599
5599
|
id: t,
|
|
5600
5600
|
onBlur: v,
|
|
5601
5601
|
onOptionsRequest: E,
|
|
@@ -5605,24 +5605,24 @@ const Ee = {
|
|
|
5605
5605
|
tooltip: u,
|
|
5606
5606
|
label: c,
|
|
5607
5607
|
isEditable: x,
|
|
5608
|
-
size:
|
|
5608
|
+
size: y.data && y.data.size ? y.data.size : y.data?.displayMode && Ws(y.data.displayMode || "CodeOnly"),
|
|
5609
5609
|
...s
|
|
5610
|
-
},
|
|
5610
|
+
}, $ = (S, _, Y) => Mn(n) ? Le(S, new ht(n, _).getLegacyValue()) : Vn(n) ? Le(S, new yt(n, _).getLegacyValue()) : l?.forceUppercase ? Le(
|
|
5611
5611
|
S,
|
|
5612
5612
|
_.toLocaleUpperCase(),
|
|
5613
5613
|
Y
|
|
5614
|
-
) :
|
|
5614
|
+
) : Le(S, _, Y), B = (S, _) => Le(
|
|
5615
5615
|
S,
|
|
5616
5616
|
new Qe(n, _, T).getLegacyValue()
|
|
5617
|
-
), P = (S) =>
|
|
5618
|
-
switch (
|
|
5617
|
+
), P = (S) => Le(y, new pt(n, S).getLegacyValue()), L = (S) => Bs(y, S), D = () => {
|
|
5618
|
+
switch (b) {
|
|
5619
5619
|
case te.AUTOCOMPLETE: {
|
|
5620
5620
|
const S = {
|
|
5621
5621
|
...j,
|
|
5622
|
-
bindValue:
|
|
5622
|
+
bindValue: y.obj.k,
|
|
5623
5623
|
optionalDisplayValue: e,
|
|
5624
5624
|
onChange: (_, Y) => {
|
|
5625
|
-
f?.(
|
|
5625
|
+
f?.($(y, _, Y));
|
|
5626
5626
|
}
|
|
5627
5627
|
};
|
|
5628
5628
|
return /* @__PURE__ */ h.jsx(Xr, { ...S });
|
|
@@ -5634,7 +5634,7 @@ const Ee = {
|
|
|
5634
5634
|
showText: !!S,
|
|
5635
5635
|
title: e,
|
|
5636
5636
|
onClick: () => {
|
|
5637
|
-
g?.(
|
|
5637
|
+
g?.($(y, n.k));
|
|
5638
5638
|
}
|
|
5639
5639
|
};
|
|
5640
5640
|
return /* @__PURE__ */ h.jsx(me, { ..._ });
|
|
@@ -5647,7 +5647,7 @@ const Ee = {
|
|
|
5647
5647
|
title: e,
|
|
5648
5648
|
icon: a ?? "list",
|
|
5649
5649
|
onClick: () => {
|
|
5650
|
-
g?.(
|
|
5650
|
+
g?.($(y, n.k));
|
|
5651
5651
|
}
|
|
5652
5652
|
};
|
|
5653
5653
|
return /* @__PURE__ */ h.jsx(me, { ...S });
|
|
@@ -5657,16 +5657,16 @@ const Ee = {
|
|
|
5657
5657
|
...j,
|
|
5658
5658
|
options: d,
|
|
5659
5659
|
onClick: (_, Y) => {
|
|
5660
|
-
const H = { ...
|
|
5661
|
-
g?.(
|
|
5660
|
+
const H = { ...y, fun: Y };
|
|
5661
|
+
g?.($(H, _));
|
|
5662
5662
|
}
|
|
5663
5663
|
};
|
|
5664
|
-
return /* @__PURE__ */ h.jsx(
|
|
5664
|
+
return /* @__PURE__ */ h.jsx(ks, { ...S });
|
|
5665
5665
|
}
|
|
5666
5666
|
case te.CHIP: {
|
|
5667
5667
|
const S = {
|
|
5668
5668
|
...j,
|
|
5669
|
-
elements:
|
|
5669
|
+
elements: Lr(y)
|
|
5670
5670
|
};
|
|
5671
5671
|
return /* @__PURE__ */ h.jsx(Gt, { ...S });
|
|
5672
5672
|
}
|
|
@@ -5686,10 +5686,10 @@ const Ee = {
|
|
|
5686
5686
|
case te.COMBOBOX: {
|
|
5687
5687
|
const S = {
|
|
5688
5688
|
...j,
|
|
5689
|
-
bindValue:
|
|
5689
|
+
bindValue: y.obj.k,
|
|
5690
5690
|
optionalDisplayValue: e,
|
|
5691
5691
|
onChange: (_, Y) => {
|
|
5692
|
-
f?.(
|
|
5692
|
+
f?.($(y, _, Y));
|
|
5693
5693
|
}
|
|
5694
5694
|
};
|
|
5695
5695
|
return /* @__PURE__ */ h.jsx(Ft, { ...S });
|
|
@@ -5699,7 +5699,7 @@ const Ee = {
|
|
|
5699
5699
|
...j,
|
|
5700
5700
|
bindValue: ht.fromDataObj(n).getValue(),
|
|
5701
5701
|
onChange: (_) => {
|
|
5702
|
-
f?.(
|
|
5702
|
+
f?.($(y, _));
|
|
5703
5703
|
}
|
|
5704
5704
|
};
|
|
5705
5705
|
return /* @__PURE__ */ h.jsx(Qr, { ...S });
|
|
@@ -5711,17 +5711,17 @@ const Ee = {
|
|
|
5711
5711
|
icon: a,
|
|
5712
5712
|
isInteractable: !!j.fun,
|
|
5713
5713
|
onClick: () => {
|
|
5714
|
-
g?.(
|
|
5714
|
+
g?.($(y, n.k));
|
|
5715
5715
|
}
|
|
5716
5716
|
};
|
|
5717
|
-
return /* @__PURE__ */ h.jsx(
|
|
5717
|
+
return /* @__PURE__ */ h.jsx(ce, { ...S });
|
|
5718
5718
|
}
|
|
5719
5719
|
case te.INPUT_NUMBER: {
|
|
5720
5720
|
const S = {
|
|
5721
5721
|
...j,
|
|
5722
5722
|
bindValue: Qe.fromDataObj(n, T).getValue(),
|
|
5723
5723
|
onChange: (_) => {
|
|
5724
|
-
f?.(B(
|
|
5724
|
+
f?.(B(y, _));
|
|
5725
5725
|
}
|
|
5726
5726
|
};
|
|
5727
5727
|
return /* @__PURE__ */ h.jsx(Zr, { ...S });
|
|
@@ -5733,68 +5733,68 @@ const Ee = {
|
|
|
5733
5733
|
bindValue: n.k,
|
|
5734
5734
|
optionalDisplayValue: e,
|
|
5735
5735
|
onChange: (_) => {
|
|
5736
|
-
f?.(
|
|
5736
|
+
f?.($(y, _));
|
|
5737
5737
|
}
|
|
5738
5738
|
};
|
|
5739
|
-
return /* @__PURE__ */ h.jsx(
|
|
5739
|
+
return /* @__PURE__ */ h.jsx(Ys, { ...S });
|
|
5740
5740
|
}
|
|
5741
5741
|
case te.MULTI_AUTOCOMPLETE: {
|
|
5742
5742
|
const S = {
|
|
5743
5743
|
...j,
|
|
5744
|
-
elements:
|
|
5744
|
+
elements: Lr(y),
|
|
5745
5745
|
onChange: (_) => {
|
|
5746
|
-
f?.(
|
|
5746
|
+
f?.(L(_));
|
|
5747
5747
|
}
|
|
5748
5748
|
};
|
|
5749
|
-
return /* @__PURE__ */ h.jsx(
|
|
5749
|
+
return /* @__PURE__ */ h.jsx(Fs, { ...S });
|
|
5750
5750
|
}
|
|
5751
5751
|
case te.PASSWORD: {
|
|
5752
5752
|
const S = {
|
|
5753
5753
|
...j,
|
|
5754
|
-
bindValue:
|
|
5754
|
+
bindValue: y.obj.k,
|
|
5755
5755
|
onChange: (_) => {
|
|
5756
|
-
f?.(
|
|
5756
|
+
f?.($(y, _));
|
|
5757
5757
|
}
|
|
5758
5758
|
};
|
|
5759
|
-
return /* @__PURE__ */ h.jsx(
|
|
5759
|
+
return /* @__PURE__ */ h.jsx(Ms, { ...S });
|
|
5760
5760
|
}
|
|
5761
5761
|
case te.RADIO: {
|
|
5762
5762
|
const S = {
|
|
5763
5763
|
...j,
|
|
5764
5764
|
bindValue: n.k,
|
|
5765
5765
|
onChange: (_, Y) => {
|
|
5766
|
-
f?.(
|
|
5766
|
+
f?.($(y, _, Y));
|
|
5767
5767
|
}
|
|
5768
5768
|
};
|
|
5769
|
-
return /* @__PURE__ */ h.jsx(
|
|
5769
|
+
return /* @__PURE__ */ h.jsx(Gs, { ...S });
|
|
5770
5770
|
}
|
|
5771
5771
|
case te.SPOTLIGHT: {
|
|
5772
5772
|
const S = {
|
|
5773
5773
|
...j,
|
|
5774
|
-
bindValue:
|
|
5774
|
+
bindValue: y.obj.k,
|
|
5775
5775
|
onEnter: (_) => {
|
|
5776
|
-
p?.(
|
|
5776
|
+
p?.($(y, _));
|
|
5777
5777
|
}
|
|
5778
5778
|
};
|
|
5779
|
-
return /* @__PURE__ */ h.jsx(
|
|
5779
|
+
return /* @__PURE__ */ h.jsx(Vs, { ...S });
|
|
5780
5780
|
}
|
|
5781
5781
|
case te.TEXT_FIELD: {
|
|
5782
5782
|
const S = {
|
|
5783
5783
|
...j,
|
|
5784
|
-
bindValue:
|
|
5784
|
+
bindValue: y.obj.k,
|
|
5785
5785
|
optionalDisplayValue: e,
|
|
5786
5786
|
onChange: (_) => {
|
|
5787
|
-
f?.(
|
|
5787
|
+
f?.($(y, _));
|
|
5788
5788
|
}
|
|
5789
5789
|
};
|
|
5790
|
-
return /* @__PURE__ */ h.jsx(
|
|
5790
|
+
return /* @__PURE__ */ h.jsx(Ne, { ...S });
|
|
5791
5791
|
}
|
|
5792
5792
|
case te.BUTTON_GROUP: {
|
|
5793
5793
|
const S = {
|
|
5794
5794
|
...j,
|
|
5795
5795
|
bindValue: n.k,
|
|
5796
5796
|
onChange: (_, Y) => {
|
|
5797
|
-
f?.(
|
|
5797
|
+
f?.($(y, _, Y));
|
|
5798
5798
|
}
|
|
5799
5799
|
};
|
|
5800
5800
|
return /* @__PURE__ */ h.jsx(en, { ...S });
|
|
@@ -5802,12 +5802,12 @@ const Ee = {
|
|
|
5802
5802
|
case te.TIME: {
|
|
5803
5803
|
const S = {
|
|
5804
5804
|
...j,
|
|
5805
|
-
bindValue:
|
|
5805
|
+
bindValue: yt.fromDataObj(n).getValue(),
|
|
5806
5806
|
onChange: (_) => {
|
|
5807
|
-
f?.(
|
|
5807
|
+
f?.($(y, _));
|
|
5808
5808
|
}
|
|
5809
5809
|
};
|
|
5810
|
-
return /* @__PURE__ */ h.jsx(
|
|
5810
|
+
return /* @__PURE__ */ h.jsx(Ks, { ...S });
|
|
5811
5811
|
}
|
|
5812
5812
|
case te.TREE: {
|
|
5813
5813
|
const S = {
|
|
@@ -5817,31 +5817,31 @@ const Ee = {
|
|
|
5817
5817
|
g?.(_);
|
|
5818
5818
|
}
|
|
5819
5819
|
};
|
|
5820
|
-
return /* @__PURE__ */ h.jsx(
|
|
5820
|
+
return /* @__PURE__ */ h.jsx(Qs, { ...S });
|
|
5821
5821
|
}
|
|
5822
5822
|
default: {
|
|
5823
5823
|
const S = {
|
|
5824
5824
|
...j,
|
|
5825
|
-
bindValue:
|
|
5825
|
+
bindValue: y.obj.k,
|
|
5826
5826
|
optionalDisplayValue: e
|
|
5827
5827
|
};
|
|
5828
|
-
return /* @__PURE__ */ h.jsx(
|
|
5828
|
+
return /* @__PURE__ */ h.jsx(Us, { ...S });
|
|
5829
5829
|
}
|
|
5830
5830
|
}
|
|
5831
5831
|
}, O = {
|
|
5832
|
-
wrapper: `${
|
|
5832
|
+
wrapper: `${Xs["smp-cell-wrapper"]}`
|
|
5833
5833
|
};
|
|
5834
5834
|
return /* @__PURE__ */ h.jsx(
|
|
5835
5835
|
"span",
|
|
5836
5836
|
{
|
|
5837
5837
|
className: O.wrapper,
|
|
5838
5838
|
onContextMenu: (S) => {
|
|
5839
|
-
C && u && (S.preventDefault(), C(
|
|
5839
|
+
C && u && (S.preventDefault(), C(y, S.currentTarget));
|
|
5840
5840
|
},
|
|
5841
5841
|
children: D()
|
|
5842
5842
|
}
|
|
5843
5843
|
);
|
|
5844
|
-
},
|
|
5844
|
+
}, $a = ({
|
|
5845
5845
|
data: t,
|
|
5846
5846
|
onClick: e,
|
|
5847
5847
|
onEnter: r,
|
|
@@ -5891,7 +5891,7 @@ const Ee = {
|
|
|
5891
5891
|
return re(() => {
|
|
5892
5892
|
t && a(o(t));
|
|
5893
5893
|
}, [t, o]), !t?.rows?.length || !t.columns?.length ? null : s && /* @__PURE__ */ h.jsx("header", { className: "smp-appbar", "aria-label": "App Bar", children: /* @__PURE__ */ h.jsx(ft, { layout: t.rows[0].layout, children: Object.values(s).map((i) => /* @__PURE__ */ h.jsx(ke, { ...i })) }) });
|
|
5894
|
-
},
|
|
5894
|
+
}, Zs = (t) => t.children?.length ? t.children.map((e) => ({
|
|
5895
5895
|
id: e.obj?.k ?? "",
|
|
5896
5896
|
label: e.decode ?? e.value ?? e.obj?.k ?? "",
|
|
5897
5897
|
fun: e.fun,
|
|
@@ -5909,43 +5909,43 @@ const Ee = {
|
|
|
5909
5909
|
onContextMenu: u
|
|
5910
5910
|
}) => {
|
|
5911
5911
|
const [d, l] = q(), [f, g] = q(r ?? !0), p = ie(null), v = s.trim() ? s : "100vh", E = oe(
|
|
5912
|
-
(
|
|
5913
|
-
if (!
|
|
5912
|
+
(y) => {
|
|
5913
|
+
if (!y?.rows?.length || !y?.columns?.length)
|
|
5914
5914
|
return {};
|
|
5915
|
-
const
|
|
5916
|
-
return
|
|
5917
|
-
const B =
|
|
5918
|
-
if (!B || !f &&
|
|
5915
|
+
const b = y.rows[0];
|
|
5916
|
+
return y.columns.filter((j) => j.visible ?? !0).reduce((j, $) => {
|
|
5917
|
+
const B = b.cells[$.name];
|
|
5918
|
+
if (!B || !f && le(n) && B.shape !== te.BUTTON && B.shape !== te.BUTTON_LIST)
|
|
5919
5919
|
return j;
|
|
5920
5920
|
const P = {
|
|
5921
5921
|
...B,
|
|
5922
|
-
id:
|
|
5923
|
-
onChange: (
|
|
5922
|
+
id: $.name,
|
|
5923
|
+
onChange: (L) => {
|
|
5924
5924
|
l((D) => {
|
|
5925
5925
|
const O = { ...D };
|
|
5926
|
-
return O?.[
|
|
5926
|
+
return O?.[$.name] && (O[$.name].obj.k = L.obj.k), O;
|
|
5927
5927
|
});
|
|
5928
5928
|
},
|
|
5929
|
-
onClick: (
|
|
5930
|
-
|
|
5929
|
+
onClick: (L) => {
|
|
5930
|
+
L.fun && a && a(L);
|
|
5931
5931
|
},
|
|
5932
|
-
onEnter: (
|
|
5933
|
-
o && o(
|
|
5932
|
+
onEnter: (L) => {
|
|
5933
|
+
o && o(L);
|
|
5934
5934
|
},
|
|
5935
|
-
onContextMenu: (
|
|
5936
|
-
u && u(
|
|
5935
|
+
onContextMenu: (L, D) => {
|
|
5936
|
+
u && u(L, D);
|
|
5937
5937
|
}
|
|
5938
5938
|
};
|
|
5939
|
-
return c && B.shape == te.BUTTON_LIST && (P.onOptionsRequest = (
|
|
5940
|
-
(O) =>
|
|
5941
|
-
)), c && B.shape == te.TREE && (P.onOptionsRequest = (
|
|
5939
|
+
return c && B.shape == te.BUTTON_LIST && (P.onOptionsRequest = (L, D) => c(L, D).then(
|
|
5940
|
+
(O) => Zs(O)
|
|
5941
|
+
)), c && B.shape == te.TREE && (P.onOptionsRequest = (L, D) => c(L, D)), !f && le(n) && (P.data = {
|
|
5942
5942
|
...P.data,
|
|
5943
5943
|
showText: !1,
|
|
5944
5944
|
justify: "center",
|
|
5945
5945
|
squared: !0
|
|
5946
5946
|
}), {
|
|
5947
5947
|
...j,
|
|
5948
|
-
[
|
|
5948
|
+
[$.name]: P
|
|
5949
5949
|
};
|
|
5950
5950
|
}, {});
|
|
5951
5951
|
},
|
|
@@ -5953,30 +5953,30 @@ const Ee = {
|
|
|
5953
5953
|
), C = oe(() => {
|
|
5954
5954
|
i?.();
|
|
5955
5955
|
}, [i]), x = () => {
|
|
5956
|
-
|
|
5956
|
+
le(n) ? g((y) => !y) : (g(!1), i?.());
|
|
5957
5957
|
};
|
|
5958
5958
|
if (re(() => {
|
|
5959
5959
|
l(E(t));
|
|
5960
5960
|
}, [t]), re(() => {
|
|
5961
5961
|
if (!p.current)
|
|
5962
5962
|
return;
|
|
5963
|
-
if (!
|
|
5963
|
+
if (!le(n)) {
|
|
5964
5964
|
l(E(t));
|
|
5965
5965
|
return;
|
|
5966
5966
|
}
|
|
5967
|
-
const
|
|
5967
|
+
const y = getComputedStyle(p.current).getPropertyValue(
|
|
5968
5968
|
"--smp-drawer-slide-transition"
|
|
5969
5969
|
);
|
|
5970
|
-
let
|
|
5971
|
-
|
|
5970
|
+
let b = Number(y);
|
|
5971
|
+
y.endsWith("ms") ? b = parseFloat(y) : y.endsWith("s") && (b = parseFloat(y) * 1e3), setTimeout(() => {
|
|
5972
5972
|
l(E(t));
|
|
5973
|
-
},
|
|
5973
|
+
}, b / 2);
|
|
5974
5974
|
}, [f, n]), re(() => {
|
|
5975
|
-
r !== void 0 && !
|
|
5975
|
+
r !== void 0 && !le(n) && g(r);
|
|
5976
5976
|
}, [n, r]), !t?.rows?.length || !t.columns?.length)
|
|
5977
5977
|
return null;
|
|
5978
5978
|
const T = {
|
|
5979
|
-
drawer: `smp-drawer ${
|
|
5979
|
+
drawer: `smp-drawer ${le(n) ? "smp-drawer-minified" : "smp-drawer-fixed"} ${f ? "smp-drawer-open" : ""} ${!le(n) && !f ? "smp-drawer-no-border" : ""}`,
|
|
5980
5980
|
container: "smp-drawer-container",
|
|
5981
5981
|
containerHeader: "smp-drawer-container-header",
|
|
5982
5982
|
containerIcon: `${f ? "" : "smp-drawer-container-icon-close"} smp-drawer-container-icon`,
|
|
@@ -5985,7 +5985,7 @@ const Ee = {
|
|
|
5985
5985
|
backdrop: `smp-drawer-backdrop ${f ? "smp-drawer-backdrop-open" : ""}`
|
|
5986
5986
|
};
|
|
5987
5987
|
return d && /* @__PURE__ */ h.jsxs(h.Fragment, { children: [
|
|
5988
|
-
!
|
|
5988
|
+
!le(n) && /* @__PURE__ */ h.jsx(
|
|
5989
5989
|
"div",
|
|
5990
5990
|
{
|
|
5991
5991
|
"aria-hidden": "true",
|
|
@@ -6005,7 +6005,7 @@ const Ee = {
|
|
|
6005
6005
|
children: /* @__PURE__ */ h.jsxs("div", { className: T.container, children: [
|
|
6006
6006
|
/* @__PURE__ */ h.jsxs("div", { className: T.containerHeader, children: [
|
|
6007
6007
|
e && /* @__PURE__ */ h.jsx("div", { className: T.containerLogo, children: /* @__PURE__ */ h.jsx(
|
|
6008
|
-
|
|
6008
|
+
ce,
|
|
6009
6009
|
{
|
|
6010
6010
|
icon: e,
|
|
6011
6011
|
title: "drawer_logo",
|
|
@@ -6014,9 +6014,9 @@ const Ee = {
|
|
|
6014
6014
|
}
|
|
6015
6015
|
) }),
|
|
6016
6016
|
/* @__PURE__ */ h.jsx("div", { className: T.containerIcon, children: /* @__PURE__ */ h.jsx(
|
|
6017
|
-
|
|
6017
|
+
ce,
|
|
6018
6018
|
{
|
|
6019
|
-
icon:
|
|
6019
|
+
icon: le(n) ? "menu_close" : "close",
|
|
6020
6020
|
title: "drawer_icon",
|
|
6021
6021
|
rotated: !f,
|
|
6022
6022
|
isInteractable: !0,
|
|
@@ -6026,12 +6026,12 @@ const Ee = {
|
|
|
6026
6026
|
}
|
|
6027
6027
|
) })
|
|
6028
6028
|
] }),
|
|
6029
|
-
/* @__PURE__ */ h.jsx("div", { className: T.containerLayout, children: /* @__PURE__ */ h.jsx(ft, { layout: t.rows[0].layout, children: Object.values(d).map((
|
|
6029
|
+
/* @__PURE__ */ h.jsx("div", { className: T.containerLayout, children: /* @__PURE__ */ h.jsx(ft, { layout: t.rows[0].layout, children: Object.values(d).map((y) => /* @__PURE__ */ h.jsx(ke, { ...y })) }) })
|
|
6030
6030
|
] })
|
|
6031
6031
|
}
|
|
6032
6032
|
)
|
|
6033
6033
|
] });
|
|
6034
|
-
},
|
|
6034
|
+
}, ka = ({
|
|
6035
6035
|
ColumnsNumber: t = 1,
|
|
6036
6036
|
data: e = {},
|
|
6037
6037
|
ForceText: r,
|
|
@@ -6053,19 +6053,19 @@ const Ee = {
|
|
|
6053
6053
|
SelectLayout: x = "1",
|
|
6054
6054
|
onClick: T
|
|
6055
6055
|
}) => {
|
|
6056
|
-
const
|
|
6056
|
+
const y = "N/A", b = e?.columns || [], j = e?.rows || [], $ = j.length > 0, B = "--smp-dashList-color", P = "smp-layout", L = "descr", D = "icon", O = "um", S = "value", _ = o || "1em", Y = "18px", H = "--smp-dashList-columns", K = "--smp-dashList-fontSize", X = {
|
|
6057
6057
|
dash: (G = "1") => {
|
|
6058
|
-
const F = m(G), z = F, ee = w(F,
|
|
6058
|
+
const F = m(G), z = F, ee = w(F, L), pe = w(F, D), de = w(F, O), he = w(F, S);
|
|
6059
6059
|
return {
|
|
6060
6060
|
container: z,
|
|
6061
6061
|
descr: ee,
|
|
6062
|
-
icon:
|
|
6063
|
-
um:
|
|
6062
|
+
icon: pe,
|
|
6063
|
+
um: de,
|
|
6064
6064
|
value: he
|
|
6065
6065
|
};
|
|
6066
6066
|
},
|
|
6067
|
-
dashList: `smp-dash-list ${
|
|
6068
|
-
${
|
|
6067
|
+
dashList: `smp-dash-list ${le(a) ? "smp-dash-list-fill-space" : ""}
|
|
6068
|
+
${le(i) ? "smp-dash-list-horizontal" : ""}`
|
|
6069
6069
|
}, { format: A } = Te(), m = (G) => `${P}-${G}`, w = (G, F) => `${G}__${F}`, N = (G) => `${B}-${G}`, k = (G) => {
|
|
6070
6070
|
const F = /R(\d{1,3})G(\d{1,3})B(\d{1,3})/;
|
|
6071
6071
|
if (F.test(G)) {
|
|
@@ -6078,17 +6078,17 @@ const Ee = {
|
|
|
6078
6078
|
if (!l) return G;
|
|
6079
6079
|
const [F, z] = I(l).map(
|
|
6080
6080
|
(Oe) => parseInt(Oe || "0")
|
|
6081
|
-
), ee = "0,0" + (z ? "." + "0".repeat(z) : ""),
|
|
6082
|
-
if (!F) return
|
|
6083
|
-
const [
|
|
6084
|
-
return
|
|
6081
|
+
), ee = "0,0" + (z ? "." + "0".repeat(z) : ""), pe = A(G, ee, "it");
|
|
6082
|
+
if (!F) return pe;
|
|
6083
|
+
const [de, he] = pe.split(",");
|
|
6084
|
+
return de + (he ? `,${he}` : "");
|
|
6085
6085
|
}, I = (G) => G.includes(";") ? G.split(";") : [G], V = (G) => {
|
|
6086
6086
|
const F = (ee) => {
|
|
6087
6087
|
if (ee)
|
|
6088
6088
|
return G?.cells[ee]?.obj.k;
|
|
6089
6089
|
}, z = (ee) => {
|
|
6090
|
-
if (!(
|
|
6091
|
-
return G?.cells[
|
|
6090
|
+
if (!(b.length <= ee))
|
|
6091
|
+
return G?.cells[b[ee].name]?.obj?.k;
|
|
6092
6092
|
};
|
|
6093
6093
|
return {
|
|
6094
6094
|
descr: r || F(n) || z(2) || "",
|
|
@@ -6104,9 +6104,9 @@ const Ee = {
|
|
|
6104
6104
|
const F = X.dash(G);
|
|
6105
6105
|
return {
|
|
6106
6106
|
className: F,
|
|
6107
|
-
descr: (z) => /* @__PURE__ */ h.jsx("div", { className: F.descr, children: z }, `${G}-${
|
|
6107
|
+
descr: (z) => /* @__PURE__ */ h.jsx("div", { className: F.descr, children: z }, `${G}-${L}`),
|
|
6108
6108
|
icon: (z) => /* @__PURE__ */ h.jsx("div", { className: F.icon, children: /* @__PURE__ */ h.jsx(
|
|
6109
|
-
|
|
6109
|
+
ce,
|
|
6110
6110
|
{
|
|
6111
6111
|
color: d,
|
|
6112
6112
|
height: Y,
|
|
@@ -6118,11 +6118,11 @@ const Ee = {
|
|
|
6118
6118
|
value: (z) => /* @__PURE__ */ h.jsx("div", { className: F.value, children: z }, `${G}-${S}`)
|
|
6119
6119
|
};
|
|
6120
6120
|
})(x), ae = (G) => {
|
|
6121
|
-
const { descr: F, icon: z, um: ee, value:
|
|
6122
|
-
[N(
|
|
6121
|
+
const { descr: F, icon: z, um: ee, value: pe } = V(G), de = {
|
|
6122
|
+
[N(L)]: k(s),
|
|
6123
6123
|
[N(O)]: k(p),
|
|
6124
6124
|
[N(S)]: k(C)
|
|
6125
|
-
}, he = [], Oe = R(
|
|
6125
|
+
}, he = [], Oe = R(pe);
|
|
6126
6126
|
switch (x) {
|
|
6127
6127
|
case "2":
|
|
6128
6128
|
z && he.push(J.icon(z)), he.push(J.descr(F)), he.push(
|
|
@@ -6140,7 +6140,7 @@ const Ee = {
|
|
|
6140
6140
|
{
|
|
6141
6141
|
className: J.className.container,
|
|
6142
6142
|
role: "button",
|
|
6143
|
-
style:
|
|
6143
|
+
style: de,
|
|
6144
6144
|
tabIndex: 0,
|
|
6145
6145
|
onClick: () => W(G),
|
|
6146
6146
|
onKeyDown: (wt) => U(wt, G),
|
|
@@ -6152,21 +6152,15 @@ const Ee = {
|
|
|
6152
6152
|
[H]: String(t),
|
|
6153
6153
|
[K]: _
|
|
6154
6154
|
};
|
|
6155
|
-
return /* @__PURE__ */ h.jsx("div", { className: X.dashList, style: M, children:
|
|
6156
|
-
},
|
|
6157
|
-
"smp-table": "_smp-
|
|
6158
|
-
"smp-headerCell": "_smp-headerCell_1kjdp_35",
|
|
6159
|
-
"smp-headerCell-container": "_smp-headerCell-container_1kjdp_42",
|
|
6160
|
-
"smp-headerCell-iconNotification": "_smp-headerCell-iconNotification_1kjdp_49",
|
|
6161
|
-
"smp-resizer": "_smp-resizer_1kjdp_66",
|
|
6162
|
-
"smp-datatable-toolbar": "_smp-datatable-toolbar_1kjdp_84",
|
|
6163
|
-
"smp-datatable-filter": "_smp-datatable-filter_1kjdp_85"
|
|
6155
|
+
return /* @__PURE__ */ h.jsx("div", { className: X.dashList, style: M, children: $ ? j.map((G) => ae(G)) : y });
|
|
6156
|
+
}, tn = {
|
|
6157
|
+
"smp-table": "_smp-table_v715o_1"
|
|
6164
6158
|
};
|
|
6165
|
-
function
|
|
6159
|
+
function ea(t, e) {
|
|
6166
6160
|
const r = new Set(t);
|
|
6167
6161
|
return r.has(e) ? r.delete(e) : r.add(e), r;
|
|
6168
6162
|
}
|
|
6169
|
-
function
|
|
6163
|
+
function ta(t, e) {
|
|
6170
6164
|
return t.map((r) => {
|
|
6171
6165
|
const n = e.find((s) => s.column === r.bindValue);
|
|
6172
6166
|
return {
|
|
@@ -6175,7 +6169,7 @@ function ea(t, e) {
|
|
|
6175
6169
|
};
|
|
6176
6170
|
});
|
|
6177
6171
|
}
|
|
6178
|
-
function
|
|
6172
|
+
function ra(t, e, r, n) {
|
|
6179
6173
|
const s = [];
|
|
6180
6174
|
let a = 0;
|
|
6181
6175
|
return o(t, 0, []), { flatRows: s, offset: a };
|
|
@@ -6186,8 +6180,8 @@ function ta(t, e, r, n) {
|
|
|
6186
6180
|
}
|
|
6187
6181
|
const p = e[f].column, v = i(l, p);
|
|
6188
6182
|
for (const [E, C] of v) {
|
|
6189
|
-
const x = [...g, E], T = c(x, f),
|
|
6190
|
-
s.push(u(E, T, f,
|
|
6183
|
+
const x = [...g, E], T = c(x, f), y = n.has(T);
|
|
6184
|
+
s.push(u(E, T, f, y)), a += r, y && o(C, f + 1, x);
|
|
6191
6185
|
}
|
|
6192
6186
|
}
|
|
6193
6187
|
function i(l, f) {
|
|
@@ -6216,7 +6210,7 @@ function ta(t, e, r, n) {
|
|
|
6216
6210
|
s.push(f), a += r;
|
|
6217
6211
|
}
|
|
6218
6212
|
}
|
|
6219
|
-
const
|
|
6213
|
+
const na = ({
|
|
6220
6214
|
columns: t,
|
|
6221
6215
|
rows: e,
|
|
6222
6216
|
containerRef: r,
|
|
@@ -6250,7 +6244,7 @@ const ra = ({
|
|
|
6250
6244
|
}
|
|
6251
6245
|
}, [t, e, r, n]), [s, a];
|
|
6252
6246
|
};
|
|
6253
|
-
function
|
|
6247
|
+
function sa(t, e) {
|
|
6254
6248
|
return t.map((r) => ({
|
|
6255
6249
|
id: r.name,
|
|
6256
6250
|
label: r.title,
|
|
@@ -6258,17 +6252,17 @@ function na(t, e) {
|
|
|
6258
6252
|
}));
|
|
6259
6253
|
}
|
|
6260
6254
|
function Pr(t, e) {
|
|
6261
|
-
return t ? typeof t == "object" && "logic" in t && "filters" in t ? t : typeof t == "string" ?
|
|
6255
|
+
return t ? typeof t == "object" && "logic" in t && "filters" in t ? t : typeof t == "string" ? aa(t, e) : { logic: "and", filters: [] } : { logic: "and", filters: [] };
|
|
6262
6256
|
}
|
|
6263
|
-
function
|
|
6257
|
+
function aa(t, e) {
|
|
6264
6258
|
const r = t.split("|").map((s) => s.trim()).filter(Boolean), n = [];
|
|
6265
6259
|
for (const s of r) {
|
|
6266
|
-
const a =
|
|
6260
|
+
const a = oa(s, e);
|
|
6267
6261
|
a && n.push(a);
|
|
6268
6262
|
}
|
|
6269
6263
|
return { logic: "and", filters: n };
|
|
6270
6264
|
}
|
|
6271
|
-
function
|
|
6265
|
+
function oa(t, e) {
|
|
6272
6266
|
if (!t.trim()) return null;
|
|
6273
6267
|
if (t.includes(";OR;")) {
|
|
6274
6268
|
const n = t.split(";OR;").map((c) => c.trim()).filter(Boolean);
|
|
@@ -6302,7 +6296,7 @@ function Nt(t, e, r, n) {
|
|
|
6302
6296
|
const c = e.find((l) => l.id === a) ?? (r && n ? { id: r, label: r, type: n } : void 0);
|
|
6303
6297
|
if (!c)
|
|
6304
6298
|
throw new Error(`Campo '${a}' non trovato nei FieldOption.`);
|
|
6305
|
-
const u = { id: o, label: "" }, d =
|
|
6299
|
+
const u = { id: o, label: "" }, d = ia(i, c.type);
|
|
6306
6300
|
return {
|
|
6307
6301
|
field: c,
|
|
6308
6302
|
columnsType: c.type,
|
|
@@ -6310,7 +6304,7 @@ function Nt(t, e, r, n) {
|
|
|
6310
6304
|
value: d
|
|
6311
6305
|
};
|
|
6312
6306
|
}
|
|
6313
|
-
function
|
|
6307
|
+
function ia(t, e) {
|
|
6314
6308
|
switch (e) {
|
|
6315
6309
|
case "number":
|
|
6316
6310
|
return Number(t);
|
|
@@ -6320,38 +6314,38 @@ function oa(t, e) {
|
|
|
6320
6314
|
return t;
|
|
6321
6315
|
}
|
|
6322
6316
|
}
|
|
6323
|
-
function
|
|
6324
|
-
return !e || "filters" in e && e.filters.length === 0 ? t : t.filter((r) =>
|
|
6317
|
+
function la(t, e) {
|
|
6318
|
+
return !e || "filters" in e && e.filters.length === 0 ? t : t.filter((r) => rn(e, r));
|
|
6325
6319
|
}
|
|
6326
|
-
function
|
|
6320
|
+
function rn(t, e) {
|
|
6327
6321
|
if ("filters" in t) {
|
|
6328
6322
|
const { logic: r, filters: n } = t;
|
|
6329
6323
|
if (n.length === 0) return !0;
|
|
6330
|
-
const s = n.map((a) =>
|
|
6324
|
+
const s = n.map((a) => rn(a, e));
|
|
6331
6325
|
return r === "and" ? s.every(Boolean) : s.some(Boolean);
|
|
6332
6326
|
}
|
|
6333
|
-
return
|
|
6327
|
+
return ca(t, e);
|
|
6334
6328
|
}
|
|
6335
|
-
function
|
|
6336
|
-
const { field: r, operator: n, value: s, columnsType: a } = t, o = e.cells?.[r.id], i =
|
|
6329
|
+
function ca(t, e) {
|
|
6330
|
+
const { field: r, operator: n, value: s, columnsType: a } = t, o = e.cells?.[r.id], i = ua(o);
|
|
6337
6331
|
if (i == null) return !1;
|
|
6338
6332
|
switch (a) {
|
|
6339
6333
|
case "string":
|
|
6340
|
-
return ua(i, n.id, s);
|
|
6341
|
-
case "number":
|
|
6342
6334
|
return da(i, n.id, s);
|
|
6343
|
-
case "
|
|
6335
|
+
case "number":
|
|
6344
6336
|
return fa(i, n.id, s);
|
|
6337
|
+
case "date":
|
|
6338
|
+
return pa(i, n.id, s);
|
|
6345
6339
|
default:
|
|
6346
6340
|
return !1;
|
|
6347
6341
|
}
|
|
6348
6342
|
}
|
|
6349
|
-
function
|
|
6343
|
+
function ua(t) {
|
|
6350
6344
|
if (t == null || typeof t != "object") return t;
|
|
6351
6345
|
if ("value" in t) return t.value;
|
|
6352
6346
|
if ("decode" in t) return t.decode;
|
|
6353
6347
|
}
|
|
6354
|
-
function
|
|
6348
|
+
function da(t, e, r) {
|
|
6355
6349
|
const n = String(t).toLowerCase(), s = String(r).toLowerCase();
|
|
6356
6350
|
switch (e.toLowerCase()) {
|
|
6357
6351
|
case "contains":
|
|
@@ -6366,7 +6360,7 @@ function ua(t, e, r) {
|
|
|
6366
6360
|
return !1;
|
|
6367
6361
|
}
|
|
6368
6362
|
}
|
|
6369
|
-
function
|
|
6363
|
+
function fa(t, e, r) {
|
|
6370
6364
|
const n = Number(t), s = Number(r);
|
|
6371
6365
|
if (isNaN(n) || isNaN(s)) return !1;
|
|
6372
6366
|
switch (e.toLowerCase()) {
|
|
@@ -6386,7 +6380,7 @@ function da(t, e, r) {
|
|
|
6386
6380
|
return !1;
|
|
6387
6381
|
}
|
|
6388
6382
|
}
|
|
6389
|
-
function
|
|
6383
|
+
function pa(t, e, r) {
|
|
6390
6384
|
const n = new Date(t), s = new Date(r);
|
|
6391
6385
|
if (isNaN(n.getTime()) || isNaN(s.getTime())) return !1;
|
|
6392
6386
|
switch (e.toLowerCase()) {
|
|
@@ -6405,16 +6399,16 @@ function fa(t, e, r) {
|
|
|
6405
6399
|
return !1;
|
|
6406
6400
|
}
|
|
6407
6401
|
}
|
|
6408
|
-
const
|
|
6402
|
+
const ha = (t, e) => {
|
|
6409
6403
|
const r = (n) => n.filters.some(
|
|
6410
6404
|
(s) => "filters" in s ? r(s) : s.field.id === t && s.operator && s.value !== ""
|
|
6411
6405
|
);
|
|
6412
6406
|
return r(e);
|
|
6413
|
-
},
|
|
6407
|
+
}, ma = (t) => {
|
|
6414
6408
|
const e = (r) => r.filters.reduce((n, s) => "filters" in s ? n + e(s) : n + 1, 0);
|
|
6415
6409
|
return e(t);
|
|
6416
6410
|
};
|
|
6417
|
-
function
|
|
6411
|
+
function ga(t, e) {
|
|
6418
6412
|
const r = ie(null), n = oe((o) => {
|
|
6419
6413
|
r.current = o;
|
|
6420
6414
|
}, []), s = oe((o) => {
|
|
@@ -6436,7 +6430,7 @@ function ma(t, e) {
|
|
|
6436
6430
|
handleDrop: a
|
|
6437
6431
|
};
|
|
6438
6432
|
}
|
|
6439
|
-
function
|
|
6433
|
+
function nn(t, e, r) {
|
|
6440
6434
|
const n = [...t.rows].sort((s, a) => {
|
|
6441
6435
|
const o = s.cells[e]?.obj?.k, i = a.cells[e]?.obj?.k;
|
|
6442
6436
|
return o == null && i != null ? r === "asc" ? 1 : -1 : o != null && i == null ? r === "asc" ? -1 : 1 : o == null && i == null ? 0 : r === "asc" ? String(o).localeCompare(String(i)) : String(i).localeCompare(String(o));
|
|
@@ -6446,10 +6440,10 @@ function rn(t, e, r) {
|
|
|
6446
6440
|
rows: n
|
|
6447
6441
|
};
|
|
6448
6442
|
}
|
|
6449
|
-
function
|
|
6443
|
+
function ba(t) {
|
|
6450
6444
|
const [e, r] = q(null), [n, s] = q("asc");
|
|
6451
6445
|
return {
|
|
6452
|
-
sortedRows: Ke(() => e ?
|
|
6446
|
+
sortedRows: Ke(() => e ? nn({ ...t, rows: t.rows }, e, n).rows : t.rows, [t, e, n]),
|
|
6453
6447
|
sortBy: e,
|
|
6454
6448
|
sortOrder: n,
|
|
6455
6449
|
handleSort: (i) => {
|
|
@@ -6461,7 +6455,7 @@ const ya = ({ columns: t, columnWidths: e }) => /* @__PURE__ */ h.jsx("tfoot", {
|
|
|
6461
6455
|
(r) => r.visible && /* @__PURE__ */ h.jsx(
|
|
6462
6456
|
"td",
|
|
6463
6457
|
{
|
|
6464
|
-
className:
|
|
6458
|
+
className: tn["smp-headerCell"],
|
|
6465
6459
|
style: {
|
|
6466
6460
|
width: e[r.name],
|
|
6467
6461
|
minWidth: e[r.name],
|
|
@@ -6470,7 +6464,7 @@ const ya = ({ columns: t, columnWidths: e }) => /* @__PURE__ */ h.jsx("tfoot", {
|
|
|
6470
6464
|
},
|
|
6471
6465
|
r.name
|
|
6472
6466
|
)
|
|
6473
|
-
) }) }),
|
|
6467
|
+
) }) }), va = ({
|
|
6474
6468
|
label: t,
|
|
6475
6469
|
rowHeight: e = 28,
|
|
6476
6470
|
offsetTop: r = 0,
|
|
@@ -6501,7 +6495,7 @@ const ya = ({ columns: t, columnWidths: e }) => /* @__PURE__ */ h.jsx("tfoot", {
|
|
|
6501
6495
|
},
|
|
6502
6496
|
children: [
|
|
6503
6497
|
/* @__PURE__ */ h.jsx(
|
|
6504
|
-
|
|
6498
|
+
ce,
|
|
6505
6499
|
{
|
|
6506
6500
|
icon: a ? "arrow_drop_down" : "arrow_drop_right",
|
|
6507
6501
|
width: 16
|
|
@@ -6513,14 +6507,24 @@ const ya = ({ columns: t, columnWidths: e }) => /* @__PURE__ */ h.jsx("tfoot", {
|
|
|
6513
6507
|
)
|
|
6514
6508
|
}
|
|
6515
6509
|
);
|
|
6516
|
-
}
|
|
6510
|
+
};
|
|
6511
|
+
function xa(t) {
|
|
6512
|
+
return t.split("|");
|
|
6513
|
+
}
|
|
6514
|
+
function wa(t, e) {
|
|
6515
|
+
return t.columns.map((r) => ({
|
|
6516
|
+
...r,
|
|
6517
|
+
visible: e.includes(r.name)
|
|
6518
|
+
}));
|
|
6519
|
+
}
|
|
6520
|
+
const Be = {
|
|
6517
6521
|
"smp-filter-wrapper": "_smp-filter-wrapper_1dest_1",
|
|
6518
6522
|
"smp-filter-group": "_smp-filter-group_1dest_10",
|
|
6519
6523
|
"smp-filter-row": "_smp-filter-row_1dest_18",
|
|
6520
6524
|
"smp-filter-list": "_smp-filter-list_1dest_24",
|
|
6521
6525
|
"smp-filter-toolbar": "_smp-filter-toolbar_1dest_31",
|
|
6522
6526
|
"smp-filter-actionButtons": "_smp-filter-actionButtons_1dest_41"
|
|
6523
|
-
},
|
|
6527
|
+
}, Sa = ({ filter: t, onChange: e, onDelete: r, fieldOptions: n, hasCurrentColumn: s }) => {
|
|
6524
6528
|
const { translate: a } = Te(), o = {
|
|
6525
6529
|
string: [
|
|
6526
6530
|
{ id: "st", label: a(xe.STRING_STARTS) },
|
|
@@ -6575,7 +6579,7 @@ const ya = ({ columns: t, columnWidths: e }) => /* @__PURE__ */ h.jsx("tfoot", {
|
|
|
6575
6579
|
switch (t.columnsType) {
|
|
6576
6580
|
case "string":
|
|
6577
6581
|
return /* @__PURE__ */ h.jsx(
|
|
6578
|
-
|
|
6582
|
+
Ne,
|
|
6579
6583
|
{
|
|
6580
6584
|
bindValue: t.value,
|
|
6581
6585
|
onChange: u
|
|
@@ -6640,7 +6644,7 @@ const ya = ({ columns: t, columnWidths: e }) => /* @__PURE__ */ h.jsx("tfoot", {
|
|
|
6640
6644
|
}
|
|
6641
6645
|
)
|
|
6642
6646
|
] });
|
|
6643
|
-
},
|
|
6647
|
+
}, sn = ({
|
|
6644
6648
|
group: t,
|
|
6645
6649
|
onChange: e,
|
|
6646
6650
|
onDelete: r,
|
|
@@ -6669,11 +6673,11 @@ const ya = ({ columns: t, columnWidths: e }) => /* @__PURE__ */ h.jsx("tfoot", {
|
|
|
6669
6673
|
}, p = () => {
|
|
6670
6674
|
let C;
|
|
6671
6675
|
if (c) {
|
|
6672
|
-
const T = a.find((
|
|
6676
|
+
const T = a.find((b) => b.id === c), y = { id: "", label: "" };
|
|
6673
6677
|
C = {
|
|
6674
6678
|
field: T || a[0] || "",
|
|
6675
6679
|
columnsType: T?.type || a[0]?.type || "string",
|
|
6676
|
-
operator:
|
|
6680
|
+
operator: y,
|
|
6677
6681
|
value: ""
|
|
6678
6682
|
};
|
|
6679
6683
|
} else {
|
|
@@ -6753,7 +6757,7 @@ const ya = ({ columns: t, columnWidths: e }) => /* @__PURE__ */ h.jsx("tfoot", {
|
|
|
6753
6757
|
n && /* @__PURE__ */ h.jsx(
|
|
6754
6758
|
me,
|
|
6755
6759
|
{
|
|
6756
|
-
bindValue: d(
|
|
6760
|
+
bindValue: d(Re.CLOSE),
|
|
6757
6761
|
showText: !0,
|
|
6758
6762
|
label: "Delete",
|
|
6759
6763
|
onClick: n,
|
|
@@ -6766,7 +6770,7 @@ const ya = ({ columns: t, columnWidths: e }) => /* @__PURE__ */ h.jsx("tfoot", {
|
|
|
6766
6770
|
] }),
|
|
6767
6771
|
/* @__PURE__ */ h.jsx("div", { className: E.filterList, children: t.filters.map((C, x) => ({ filter: C, index: x })).filter(({ filter: C }) => c ? "logic" in C ? C.filters.some((x) => "logic" in x ? !1 : x.field.id === c) : C.field.id === c : !0).map(
|
|
6768
6772
|
({ filter: C, index: x }) => "logic" in C ? /* @__PURE__ */ h.jsx(
|
|
6769
|
-
|
|
6773
|
+
sn,
|
|
6770
6774
|
{
|
|
6771
6775
|
group: C,
|
|
6772
6776
|
onChange: (T) => l(x, T),
|
|
@@ -6780,7 +6784,7 @@ const ya = ({ columns: t, columnWidths: e }) => /* @__PURE__ */ h.jsx("tfoot", {
|
|
|
6780
6784
|
},
|
|
6781
6785
|
x
|
|
6782
6786
|
) : /* @__PURE__ */ h.jsx(
|
|
6783
|
-
|
|
6787
|
+
Sa,
|
|
6784
6788
|
{
|
|
6785
6789
|
filter: C,
|
|
6786
6790
|
onChange: (T) => l(x, T),
|
|
@@ -6809,7 +6813,7 @@ const ya = ({ columns: t, columnWidths: e }) => /* @__PURE__ */ h.jsx("tfoot", {
|
|
|
6809
6813
|
filterWrapper: `${Be["smp-filter-wrapper"]}`
|
|
6810
6814
|
};
|
|
6811
6815
|
return /* @__PURE__ */ h.jsx("div", { className: u.filterWrapper, ref: a, children: /* @__PURE__ */ h.jsx(
|
|
6812
|
-
|
|
6816
|
+
sn,
|
|
6813
6817
|
{
|
|
6814
6818
|
group: t,
|
|
6815
6819
|
onChange: e,
|
|
@@ -6821,7 +6825,7 @@ const ya = ({ columns: t, columnWidths: e }) => /* @__PURE__ */ h.jsx("tfoot", {
|
|
|
6821
6825
|
onClose: c
|
|
6822
6826
|
}
|
|
6823
6827
|
) });
|
|
6824
|
-
},
|
|
6828
|
+
}, Ea = ({
|
|
6825
6829
|
groups: t = [],
|
|
6826
6830
|
isDraggable: e = !0,
|
|
6827
6831
|
isEditable: r = !0,
|
|
@@ -6841,7 +6845,7 @@ const ya = ({ columns: t, columnWidths: e }) => /* @__PURE__ */ h.jsx("tfoot", {
|
|
|
6841
6845
|
onDragOver: a,
|
|
6842
6846
|
onDrop: s,
|
|
6843
6847
|
children: [
|
|
6844
|
-
/* @__PURE__ */ h.jsx(
|
|
6848
|
+
/* @__PURE__ */ h.jsx(ce, { icon: "groups" }),
|
|
6845
6849
|
/* @__PURE__ */ h.jsx(
|
|
6846
6850
|
Gt,
|
|
6847
6851
|
{
|
|
@@ -6855,7 +6859,14 @@ const ya = ({ columns: t, columnWidths: e }) => /* @__PURE__ */ h.jsx("tfoot", {
|
|
|
6855
6859
|
]
|
|
6856
6860
|
}
|
|
6857
6861
|
);
|
|
6858
|
-
},
|
|
6862
|
+
}, $e = {
|
|
6863
|
+
"smp-headerCell": "_smp-headerCell_laepr_1",
|
|
6864
|
+
"smp-headerCell-container": "_smp-headerCell-container_laepr_9",
|
|
6865
|
+
"smp-headerCell-iconNotification": "_smp-headerCell-iconNotification_laepr_16",
|
|
6866
|
+
"smp-resizer": "_smp-resizer_laepr_34",
|
|
6867
|
+
"smp-datatable-toolbar": "_smp-datatable-toolbar_laepr_52",
|
|
6868
|
+
"smp-datatable-filter": "_smp-datatable-filter_laepr_53"
|
|
6869
|
+
}, Ca = ({
|
|
6859
6870
|
columns: t,
|
|
6860
6871
|
columnWidths: e,
|
|
6861
6872
|
groups: r,
|
|
@@ -6876,13 +6887,13 @@ const ya = ({ columns: t, columnWidths: e }) => /* @__PURE__ */ h.jsx("tfoot", {
|
|
|
6876
6887
|
onResetFilters: C,
|
|
6877
6888
|
onGroupChange: x,
|
|
6878
6889
|
onGroupDrop: T,
|
|
6879
|
-
onGroupDragOver:
|
|
6880
|
-
onMouseDown:
|
|
6890
|
+
onGroupDragOver: y,
|
|
6891
|
+
onMouseDown: b,
|
|
6881
6892
|
onToggleAllRows: j,
|
|
6882
|
-
onSort:
|
|
6893
|
+
onSort: $,
|
|
6883
6894
|
onDragStart: B,
|
|
6884
6895
|
onDragOver: P,
|
|
6885
|
-
onDrop:
|
|
6896
|
+
onDrop: L
|
|
6886
6897
|
}) => {
|
|
6887
6898
|
const D = ie({}), { anchorRef: O, targetRef: S } = We({
|
|
6888
6899
|
position: "bottom",
|
|
@@ -6891,17 +6902,17 @@ const ya = ({ columns: t, columnWidths: e }) => /* @__PURE__ */ h.jsx("tfoot", {
|
|
|
6891
6902
|
position: "bottom",
|
|
6892
6903
|
enabled: o !== null
|
|
6893
6904
|
}), H = oe(
|
|
6894
|
-
(A) =>
|
|
6905
|
+
(A) => ha(A, i),
|
|
6895
6906
|
[i]
|
|
6896
6907
|
), K = Ke(
|
|
6897
|
-
() =>
|
|
6908
|
+
() => ma(i),
|
|
6898
6909
|
[i]
|
|
6899
6910
|
), X = {
|
|
6900
|
-
headerCell: `${
|
|
6901
|
-
headerCellContainer: `${
|
|
6902
|
-
resizer: `${
|
|
6903
|
-
datatableToolbar: `${
|
|
6904
|
-
datatableFilter: `${
|
|
6911
|
+
headerCell: `${$e["smp-headerCell"]}`,
|
|
6912
|
+
headerCellContainer: `${$e["smp-headerCell-container"]}`,
|
|
6913
|
+
resizer: `${$e["smp-resizer"]}`,
|
|
6914
|
+
datatableToolbar: `${$e["smp-datatable-toolbar"]} ${$e["smp-headerCell-"]}`,
|
|
6915
|
+
datatableFilter: `${$e["smp-datatable-filter"]}`
|
|
6905
6916
|
};
|
|
6906
6917
|
return /* @__PURE__ */ h.jsxs("thead", { children: [
|
|
6907
6918
|
/* @__PURE__ */ h.jsxs("tr", { className: X.datatableToolbar, children: [
|
|
@@ -6929,12 +6940,12 @@ const ya = ({ columns: t, columnWidths: e }) => /* @__PURE__ */ h.jsx("tfoot", {
|
|
|
6929
6940
|
) })
|
|
6930
6941
|
] }) }),
|
|
6931
6942
|
(r || s) && /* @__PURE__ */ h.jsx(
|
|
6932
|
-
|
|
6943
|
+
Ea,
|
|
6933
6944
|
{
|
|
6934
6945
|
groups: n,
|
|
6935
6946
|
onChange: x,
|
|
6936
6947
|
onDrop: T,
|
|
6937
|
-
onDragOver:
|
|
6948
|
+
onDragOver: y
|
|
6938
6949
|
}
|
|
6939
6950
|
)
|
|
6940
6951
|
] }),
|
|
@@ -6971,19 +6982,22 @@ const ya = ({ columns: t, columnWidths: e }) => /* @__PURE__ */ h.jsx("tfoot", {
|
|
|
6971
6982
|
{
|
|
6972
6983
|
tabIndex: 0,
|
|
6973
6984
|
role: "columnheader",
|
|
6974
|
-
onClick: () =>
|
|
6985
|
+
onClick: () => $(A.name),
|
|
6975
6986
|
onKeyDown: (m) => {
|
|
6976
|
-
(m.key === "Enter" || m.key === " ") && (m.preventDefault(),
|
|
6987
|
+
(m.key === "Enter" || m.key === " ") && (m.preventDefault(), $(A.name));
|
|
6977
6988
|
},
|
|
6978
6989
|
onDragStart: () => B(A.name),
|
|
6979
6990
|
onDragOver: P,
|
|
6980
|
-
onDrop: () =>
|
|
6991
|
+
onDrop: () => L(A.name),
|
|
6981
6992
|
className: X.headerCell,
|
|
6982
6993
|
style: {
|
|
6983
6994
|
width: e[A.name],
|
|
6984
6995
|
minWidth: e[A.name],
|
|
6985
6996
|
maxWidth: e[A.name]
|
|
6986
6997
|
},
|
|
6998
|
+
ref: (m) => {
|
|
6999
|
+
D.current[A.name] = m, o === A.name && m && (typeof _ == "function" ? _(m) : _ && "current" in _ && (_.current = m));
|
|
7000
|
+
},
|
|
6987
7001
|
children: /* @__PURE__ */ h.jsxs(
|
|
6988
7002
|
"div",
|
|
6989
7003
|
{
|
|
@@ -6992,14 +7006,11 @@ const ya = ({ columns: t, columnWidths: e }) => /* @__PURE__ */ h.jsx("tfoot", {
|
|
|
6992
7006
|
m.dataTransfer.setData("text/plain", A.name);
|
|
6993
7007
|
},
|
|
6994
7008
|
className: X.headerCellContainer,
|
|
6995
|
-
ref: (m) => {
|
|
6996
|
-
D.current[A.name] = m, o === A.name && m && (typeof _ == "function" ? _(m) : _ && "current" in _ && (_.current = m));
|
|
6997
|
-
},
|
|
6998
7009
|
children: [
|
|
6999
7010
|
/* @__PURE__ */ h.jsx(Ae, { variant: "title", bindValue: A.title }),
|
|
7000
7011
|
/* @__PURE__ */ h.jsxs("div", { children: [
|
|
7001
7012
|
f === A.name ? /* @__PURE__ */ h.jsx(
|
|
7002
|
-
|
|
7013
|
+
ce,
|
|
7003
7014
|
{
|
|
7004
7015
|
icon: g === "asc" ? "arrow_up" : "arrow_down",
|
|
7005
7016
|
isInteractable: !0
|
|
@@ -7008,9 +7019,9 @@ const ya = ({ columns: t, columnWidths: e }) => /* @__PURE__ */ h.jsx("tfoot", {
|
|
|
7008
7019
|
/* @__PURE__ */ h.jsx(
|
|
7009
7020
|
"span",
|
|
7010
7021
|
{
|
|
7011
|
-
className: `${H(A.name) ?
|
|
7022
|
+
className: `${H(A.name) ? $e["smp-headerCell-iconNotification"] : ""}`,
|
|
7012
7023
|
children: /* @__PURE__ */ h.jsx(
|
|
7013
|
-
|
|
7024
|
+
ce,
|
|
7014
7025
|
{
|
|
7015
7026
|
icon: "filter_list",
|
|
7016
7027
|
onClick: (m) => {
|
|
@@ -7044,7 +7055,7 @@ const ya = ({ columns: t, columnWidths: e }) => /* @__PURE__ */ h.jsx("tfoot", {
|
|
|
7044
7055
|
{
|
|
7045
7056
|
className: X.resizer,
|
|
7046
7057
|
onMouseDown: (m) => {
|
|
7047
|
-
|
|
7058
|
+
b(m, A.name);
|
|
7048
7059
|
},
|
|
7049
7060
|
role: "region"
|
|
7050
7061
|
}
|
|
@@ -7058,44 +7069,34 @@ const ya = ({ columns: t, columnWidths: e }) => /* @__PURE__ */ h.jsx("tfoot", {
|
|
|
7058
7069
|
)
|
|
7059
7070
|
] })
|
|
7060
7071
|
] });
|
|
7061
|
-
}
|
|
7062
|
-
function Sa(t) {
|
|
7063
|
-
return t.split("|");
|
|
7064
|
-
}
|
|
7065
|
-
function Ea(t, e) {
|
|
7066
|
-
return t.columns.map((r) => ({
|
|
7067
|
-
...r,
|
|
7068
|
-
visible: e.includes(r.name)
|
|
7069
|
-
}));
|
|
7070
|
-
}
|
|
7071
|
-
const ka = ({
|
|
7072
|
+
}, Aa = ({
|
|
7072
7073
|
data: t,
|
|
7073
7074
|
lineHeight: e = 28,
|
|
7074
7075
|
TableHeight: r = 400,
|
|
7075
7076
|
groups: n,
|
|
7076
7077
|
columnSizingMode: s = "fit-content",
|
|
7077
|
-
|
|
7078
|
+
ShowGroup: a = "Yes",
|
|
7078
7079
|
Filter: o,
|
|
7079
|
-
|
|
7080
|
+
MultiSelect: i = "No",
|
|
7080
7081
|
onRowClick: c,
|
|
7081
7082
|
onMultiSelectionChange: u,
|
|
7082
7083
|
Columns: d
|
|
7083
7084
|
}) => {
|
|
7084
7085
|
const [l, f] = q(() => t ? {
|
|
7085
|
-
columns: d ?
|
|
7086
|
+
columns: d ? wa(t, xa(d)) : t.columns,
|
|
7086
7087
|
rows: t.rows ?? []
|
|
7087
|
-
} : { columns: [], rows: [] }), [g, p] = q(n || []), [v, E] = q(/* @__PURE__ */ new Set()), [C, x] = q(!1), [T,
|
|
7088
|
+
} : { columns: [], rows: [] }), [g, p] = q(n || []), [v, E] = q(/* @__PURE__ */ new Set()), [C, x] = q(!1), [T, y] = q(/* @__PURE__ */ new Set()), [b, j] = q(null), $ = Ke(() => sa(t?.columns || []), [t?.columns]), [B, P] = q(() => Pr(o, $)), L = ie(null), [D, O] = na({
|
|
7088
7089
|
columns: l?.columns ?? [],
|
|
7089
7090
|
rows: l?.rows ?? [],
|
|
7090
|
-
containerRef:
|
|
7091
|
+
containerRef: L,
|
|
7091
7092
|
sizingMode: s
|
|
7092
|
-
}), { handleDragStart: S, handleDragOver: _, handleDrop: Y } =
|
|
7093
|
+
}), { handleDragStart: S, handleDragOver: _, handleDrop: Y } = ga(
|
|
7093
7094
|
l.columns,
|
|
7094
7095
|
(F) => f((z) => ({ ...z, columns: F }))
|
|
7095
7096
|
), H = Ke(() => {
|
|
7096
7097
|
const F = l.rows.map((z, ee) => ee);
|
|
7097
7098
|
return F.every((z) => T.has(z)) && F.length > 0;
|
|
7098
|
-
}, [T, l.rows]), { sortBy: K, sortOrder: X, handleSort: A } =
|
|
7099
|
+
}, [T, l.rows]), { sortBy: K, sortOrder: X, handleSort: A } = ba({
|
|
7099
7100
|
...l,
|
|
7100
7101
|
rows: l.rows
|
|
7101
7102
|
}), { virtualItems: m, containerProps: w, innerProps: N } = Hr({
|
|
@@ -7105,31 +7106,31 @@ const ka = ({
|
|
|
7105
7106
|
overscan: 5
|
|
7106
7107
|
});
|
|
7107
7108
|
re(() => {
|
|
7108
|
-
if (i && u) {
|
|
7109
|
+
if (le(i) && u) {
|
|
7109
7110
|
const F = Array.from(T).map((z) => l.rows[z]).filter(Boolean);
|
|
7110
7111
|
u(F);
|
|
7111
7112
|
}
|
|
7112
7113
|
}, [T, i, l.rows, u]), re(() => {
|
|
7113
7114
|
let F = t?.rows ?? [];
|
|
7114
|
-
B?.filters?.length > 0 && (F =
|
|
7115
|
+
B?.filters?.length > 0 && (F = la(F, B));
|
|
7115
7116
|
let z = F;
|
|
7116
|
-
K && (z =
|
|
7117
|
+
K && (z = nn(
|
|
7117
7118
|
{ ...t ?? { columns: [], rows: [] }, rows: F },
|
|
7118
7119
|
K,
|
|
7119
7120
|
X
|
|
7120
7121
|
).rows);
|
|
7121
7122
|
let ee = z;
|
|
7122
7123
|
if (g?.length && z.length > 0) {
|
|
7123
|
-
const { flatRows:
|
|
7124
|
+
const { flatRows: pe } = ra(
|
|
7124
7125
|
z,
|
|
7125
7126
|
g,
|
|
7126
7127
|
e,
|
|
7127
7128
|
v
|
|
7128
7129
|
);
|
|
7129
|
-
ee =
|
|
7130
|
+
ee = pe;
|
|
7130
7131
|
}
|
|
7131
|
-
f((
|
|
7132
|
-
...
|
|
7132
|
+
f((pe) => ({
|
|
7133
|
+
...pe,
|
|
7133
7134
|
rows: ee
|
|
7134
7135
|
}));
|
|
7135
7136
|
}, [
|
|
@@ -7144,65 +7145,65 @@ const ka = ({
|
|
|
7144
7145
|
const k = oe((F) => {
|
|
7145
7146
|
P(F);
|
|
7146
7147
|
}, []), R = oe(() => {
|
|
7147
|
-
P(Pr(o,
|
|
7148
|
-
}, [o,
|
|
7148
|
+
P(Pr(o, $));
|
|
7149
|
+
}, [o, $]), I = oe(() => {
|
|
7149
7150
|
x((F) => !F);
|
|
7150
7151
|
}, []), V = oe((F) => {
|
|
7151
7152
|
j((z) => z === F ? null : F);
|
|
7152
7153
|
}, []), W = (F) => {
|
|
7153
|
-
p(
|
|
7154
|
+
p(ta(F, g));
|
|
7154
7155
|
}, U = (F) => {
|
|
7155
7156
|
F.preventDefault();
|
|
7156
7157
|
const z = F.dataTransfer.getData("text/plain");
|
|
7157
|
-
if (!z || g.some((
|
|
7158
|
+
if (!z || g.some((de) => de.column === z))
|
|
7158
7159
|
return;
|
|
7159
|
-
const
|
|
7160
|
-
p(
|
|
7160
|
+
const pe = [...g, { column: z, visible: !0 }];
|
|
7161
|
+
p(pe);
|
|
7161
7162
|
}, Z = (F) => {
|
|
7162
7163
|
F.preventDefault();
|
|
7163
7164
|
}, J = (F, z) => {
|
|
7164
|
-
const ee = F.clientX,
|
|
7165
|
-
const wt = Oe.clientX - ee,
|
|
7166
|
-
O((
|
|
7167
|
-
...
|
|
7168
|
-
[z]:
|
|
7165
|
+
const ee = F.clientX, pe = D[z], de = (Oe) => {
|
|
7166
|
+
const wt = Oe.clientX - ee, an = Math.max(50, pe + wt);
|
|
7167
|
+
O((on) => ({
|
|
7168
|
+
...on,
|
|
7169
|
+
[z]: an
|
|
7169
7170
|
}));
|
|
7170
7171
|
}, he = () => {
|
|
7171
|
-
window.removeEventListener("mousemove",
|
|
7172
|
+
window.removeEventListener("mousemove", de), window.removeEventListener("mouseup", he);
|
|
7172
7173
|
};
|
|
7173
|
-
window.addEventListener("mousemove",
|
|
7174
|
+
window.addEventListener("mousemove", de), window.addEventListener("mouseup", he);
|
|
7174
7175
|
}, ae = (F) => {
|
|
7175
|
-
|
|
7176
|
+
y((z) => {
|
|
7176
7177
|
const ee = new Set(z);
|
|
7177
|
-
return F.every((
|
|
7178
|
+
return F.every((de) => ee.has(de)) ? F.forEach((de) => ee.delete(de)) : F.forEach((de) => ee.add(de)), ee;
|
|
7178
7179
|
});
|
|
7179
7180
|
}, M = () => {
|
|
7180
7181
|
const F = l.rows.map((z, ee) => ee);
|
|
7181
7182
|
ae(F);
|
|
7182
7183
|
}, G = {
|
|
7183
|
-
smpTable: `${
|
|
7184
|
+
smpTable: `${tn["smp-table"]}`
|
|
7184
7185
|
};
|
|
7185
7186
|
return l && /* @__PURE__ */ h.jsx(
|
|
7186
7187
|
"div",
|
|
7187
7188
|
{
|
|
7188
7189
|
className: G.smpTable,
|
|
7189
7190
|
...w,
|
|
7190
|
-
ref:
|
|
7191
|
+
ref: L,
|
|
7191
7192
|
children: /* @__PURE__ */ h.jsxs("table", { children: [
|
|
7192
7193
|
/* @__PURE__ */ h.jsx(
|
|
7193
|
-
|
|
7194
|
+
Ca,
|
|
7194
7195
|
{
|
|
7195
7196
|
columns: l.columns,
|
|
7196
7197
|
columnWidths: D,
|
|
7197
7198
|
groups: n,
|
|
7198
7199
|
groupState: g,
|
|
7199
|
-
showGroupBar: a,
|
|
7200
|
+
showGroupBar: le(a),
|
|
7200
7201
|
showFilter: C,
|
|
7201
|
-
filterColumn:
|
|
7202
|
+
filterColumn: b,
|
|
7202
7203
|
activeFilters: B,
|
|
7203
|
-
fieldOptions:
|
|
7204
|
+
fieldOptions: $,
|
|
7204
7205
|
Filter: o,
|
|
7205
|
-
enableSelection: i,
|
|
7206
|
+
enableSelection: le(i),
|
|
7206
7207
|
allVisibleRowsSelected: H,
|
|
7207
7208
|
sortBy: K,
|
|
7208
7209
|
sortOrder: X,
|
|
@@ -7222,21 +7223,21 @@ const ka = ({
|
|
|
7222
7223
|
}
|
|
7223
7224
|
),
|
|
7224
7225
|
/* @__PURE__ */ h.jsx("tbody", { ...N, children: m.map(({ item: F, index: z, offsetTop: ee }) => {
|
|
7225
|
-
const
|
|
7226
|
+
const pe = F.id || F.value || `${F.isGroup ? "group" : "row"}-${z}`;
|
|
7226
7227
|
return F.isGroup ? /* @__PURE__ */ h.jsx(
|
|
7227
|
-
|
|
7228
|
+
va,
|
|
7228
7229
|
{
|
|
7229
7230
|
label: F.value || "",
|
|
7230
7231
|
rowHeight: e,
|
|
7231
7232
|
offsetTop: ee,
|
|
7232
7233
|
level: F.level,
|
|
7233
7234
|
onClick: () => {
|
|
7234
|
-
const
|
|
7235
|
-
|
|
7235
|
+
const de = F.id;
|
|
7236
|
+
de && E((he) => ea(he, de));
|
|
7236
7237
|
},
|
|
7237
7238
|
isExpanded: F.isExpanded
|
|
7238
7239
|
},
|
|
7239
|
-
`group-${
|
|
7240
|
+
`group-${pe}`
|
|
7240
7241
|
) : /* @__PURE__ */ h.jsx(
|
|
7241
7242
|
Ht,
|
|
7242
7243
|
{
|
|
@@ -7246,21 +7247,21 @@ const ka = ({
|
|
|
7246
7247
|
rowHeight: e,
|
|
7247
7248
|
offsetTop: ee,
|
|
7248
7249
|
isGroup: !1,
|
|
7249
|
-
enableSelection: i,
|
|
7250
|
+
enableSelection: le(i),
|
|
7250
7251
|
isSelected: T.has(z),
|
|
7251
7252
|
onToggleSelect: () => {
|
|
7252
7253
|
ae([z]);
|
|
7253
7254
|
},
|
|
7254
7255
|
onRowClick: c
|
|
7255
7256
|
},
|
|
7256
|
-
`row-${
|
|
7257
|
+
`row-${pe}`
|
|
7257
7258
|
);
|
|
7258
7259
|
}) }),
|
|
7259
7260
|
/* @__PURE__ */ h.jsx(ya, { columns: l.columns, columnWidths: D })
|
|
7260
7261
|
] })
|
|
7261
7262
|
}
|
|
7262
7263
|
);
|
|
7263
|
-
},
|
|
7264
|
+
}, Ia = ({
|
|
7264
7265
|
data: t,
|
|
7265
7266
|
Type: e,
|
|
7266
7267
|
ShowSubmit: r = !1,
|
|
@@ -7278,13 +7279,13 @@ const ka = ({
|
|
|
7278
7279
|
if (!t)
|
|
7279
7280
|
return;
|
|
7280
7281
|
const v = { ...t };
|
|
7281
|
-
return e && (v.shape = e), v.shape == null && (v.shape = te.TEXT_FIELD), s && (v.obj =
|
|
7282
|
+
return e && (v.shape = e), v.shape == null && (v.shape = te.TEXT_FIELD), s && (v.obj = Un(s)), v;
|
|
7282
7283
|
});
|
|
7283
7284
|
}, [t, s, e]);
|
|
7284
7285
|
const g = {
|
|
7285
|
-
container: `smp-field-container ${
|
|
7286
|
+
container: `smp-field-container ${le(r) ? `smp-field-position-${n}` : ""}`
|
|
7286
7287
|
}, p = () => {
|
|
7287
|
-
|
|
7288
|
+
le(r) || i?.(d);
|
|
7288
7289
|
};
|
|
7289
7290
|
if (d)
|
|
7290
7291
|
return /* @__PURE__ */ h.jsxs("div", { className: g.container, children: [
|
|
@@ -7312,7 +7313,7 @@ const ka = ({
|
|
|
7312
7313
|
)
|
|
7313
7314
|
}
|
|
7314
7315
|
),
|
|
7315
|
-
|
|
7316
|
+
le(r) && //TODO: translation
|
|
7316
7317
|
/* @__PURE__ */ h.jsx(
|
|
7317
7318
|
me,
|
|
7318
7319
|
{
|
|
@@ -7322,15 +7323,15 @@ const ka = ({
|
|
|
7322
7323
|
}
|
|
7323
7324
|
)
|
|
7324
7325
|
] });
|
|
7325
|
-
}, Mr = "command-submit",
|
|
7326
|
-
if (
|
|
7326
|
+
}, Mr = "command-submit", Ta = (t) => t?.type === "SmeupDataTree", Oa = (t) => t?.type === "SmeupDataTable", _a = (t) => {
|
|
7327
|
+
if (Ta(t))
|
|
7327
7328
|
return t.children ? t.children.map(
|
|
7328
7329
|
(e) => ({
|
|
7329
7330
|
id: e.obj.k,
|
|
7330
7331
|
label: e.value ?? ""
|
|
7331
7332
|
})
|
|
7332
7333
|
) : [];
|
|
7333
|
-
if (
|
|
7334
|
+
if (Oa(t)) {
|
|
7334
7335
|
const e = t.columns.filter((r) => r.visible !== !1).map((r) => r.name);
|
|
7335
7336
|
return t.rows.map((r) => {
|
|
7336
7337
|
const n = Object.entries(r.cells).filter(([o]) => e.includes(o)), [s, a] = n;
|
|
@@ -7341,9 +7342,9 @@ const ka = ({
|
|
|
7341
7342
|
});
|
|
7342
7343
|
}
|
|
7343
7344
|
return [];
|
|
7344
|
-
},
|
|
7345
|
+
}, Ra = {
|
|
7345
7346
|
"smp-form": "_smp-form_9ox03_1"
|
|
7346
|
-
},
|
|
7347
|
+
}, $t = (t, e) => ({
|
|
7347
7348
|
before: t,
|
|
7348
7349
|
after: {
|
|
7349
7350
|
type: "SmeupDataTable",
|
|
@@ -7375,7 +7376,7 @@ const ka = ({
|
|
|
7375
7376
|
[a.name]: o
|
|
7376
7377
|
};
|
|
7377
7378
|
}, {});
|
|
7378
|
-
},
|
|
7379
|
+
}, Pa = ({
|
|
7379
7380
|
data: t,
|
|
7380
7381
|
id: e,
|
|
7381
7382
|
readOnly: r = !1,
|
|
@@ -7393,9 +7394,9 @@ const ka = ({
|
|
|
7393
7394
|
}) => {
|
|
7394
7395
|
const p = ie(!1), v = ie([]), [E, C] = q(
|
|
7395
7396
|
() => Vr(t, a, r)
|
|
7396
|
-
), { translate: x } = Te(), T =
|
|
7397
|
+
), { translate: x } = Te(), T = je(), y = ie(null);
|
|
7397
7398
|
re(() => {
|
|
7398
|
-
const D =
|
|
7399
|
+
const D = y.current;
|
|
7399
7400
|
if (!D) return;
|
|
7400
7401
|
const O = (S) => {
|
|
7401
7402
|
j(S.detail.id);
|
|
@@ -7410,13 +7411,13 @@ const ka = ({
|
|
|
7410
7411
|
);
|
|
7411
7412
|
};
|
|
7412
7413
|
}, []), re(() => {
|
|
7413
|
-
p.current ? C(Vr(t, a, r)) : (p.current = !0,
|
|
7414
|
+
p.current ? C(Vr(t, a, r)) : (p.current = !0, y.current && y.current.querySelectorAll('[type="text"]').forEach((O) => {
|
|
7414
7415
|
O instanceof HTMLInputElement && v.current.push(O);
|
|
7415
7416
|
}));
|
|
7416
7417
|
}, [t]), re(() => {
|
|
7417
|
-
o &&
|
|
7418
|
+
o && y.current && v.current.length > 0 && v.current[0].focus();
|
|
7418
7419
|
}, [o]);
|
|
7419
|
-
const
|
|
7420
|
+
const b = (D, O) => {
|
|
7420
7421
|
if (C((S) => ({
|
|
7421
7422
|
...S,
|
|
7422
7423
|
[D]: {
|
|
@@ -7436,7 +7437,7 @@ const ka = ({
|
|
|
7436
7437
|
})), s && (O.shape == te.CHECKBOX || O.shape == te.SWITCH)) {
|
|
7437
7438
|
const S = structuredClone(E);
|
|
7438
7439
|
S[D].obj.k = O.obj.k, S[D].value = O.obj.k, u({
|
|
7439
|
-
value:
|
|
7440
|
+
value: $t(t, S),
|
|
7440
7441
|
cell: D
|
|
7441
7442
|
});
|
|
7442
7443
|
}
|
|
@@ -7447,12 +7448,12 @@ const ka = ({
|
|
|
7447
7448
|
S < v.current.length - 1 && v.current[S + 1].focus();
|
|
7448
7449
|
}
|
|
7449
7450
|
}, j = (D) => {
|
|
7450
|
-
const O =
|
|
7451
|
+
const O = $t(t, E);
|
|
7451
7452
|
u({
|
|
7452
7453
|
value: O,
|
|
7453
7454
|
cell: D
|
|
7454
7455
|
});
|
|
7455
|
-
},
|
|
7456
|
+
}, $ = (D, O) => {
|
|
7456
7457
|
g?.({
|
|
7457
7458
|
cellId: D,
|
|
7458
7459
|
currentState: {
|
|
@@ -7478,17 +7479,17 @@ const ka = ({
|
|
|
7478
7479
|
...S[D],
|
|
7479
7480
|
data: {
|
|
7480
7481
|
...S[D].data,
|
|
7481
|
-
error: x(
|
|
7482
|
+
error: x(Re.CHECK_OBJECT_WRONG_VALIDATION)
|
|
7482
7483
|
}
|
|
7483
7484
|
}
|
|
7484
7485
|
}))), E[D].inputSettings?.checkValueOnExit)) {
|
|
7485
|
-
const O =
|
|
7486
|
+
const O = $t(t, E);
|
|
7486
7487
|
d?.({
|
|
7487
7488
|
value: O,
|
|
7488
7489
|
cell: D
|
|
7489
7490
|
});
|
|
7490
7491
|
}
|
|
7491
|
-
}, P = t.setup?.commands?.map((D, O) => /* @__PURE__ */
|
|
7492
|
+
}, P = t.setup?.commands?.map((D, O) => /* @__PURE__ */ cn(
|
|
7492
7493
|
ke,
|
|
7493
7494
|
{
|
|
7494
7495
|
...D,
|
|
@@ -7506,7 +7507,7 @@ const ka = ({
|
|
|
7506
7507
|
/* @__PURE__ */ h.jsx(
|
|
7507
7508
|
ke,
|
|
7508
7509
|
{
|
|
7509
|
-
decode: x(
|
|
7510
|
+
decode: x(Re.CONFIRM_BUTTON),
|
|
7510
7511
|
shape: te.BUTTON,
|
|
7511
7512
|
id: "",
|
|
7512
7513
|
obj: {
|
|
@@ -7516,40 +7517,40 @@ const ka = ({
|
|
|
7516
7517
|
},
|
|
7517
7518
|
data: {
|
|
7518
7519
|
submit: !0,
|
|
7519
|
-
label: x(
|
|
7520
|
+
label: x(Re.CONFIRM_BUTTON)
|
|
7520
7521
|
}
|
|
7521
7522
|
},
|
|
7522
7523
|
"submit-command"
|
|
7523
7524
|
)
|
|
7524
7525
|
);
|
|
7525
|
-
const
|
|
7526
|
-
smpForm: `${
|
|
7526
|
+
const L = {
|
|
7527
|
+
smpForm: `${Ra["smp-form"]}`
|
|
7527
7528
|
};
|
|
7528
7529
|
return E && // eslint-disable-next-line jsx-a11y/no-redundant-roles
|
|
7529
7530
|
/* @__PURE__ */ h.jsxs(
|
|
7530
7531
|
"form",
|
|
7531
7532
|
{
|
|
7532
7533
|
"data-component": "input-panel",
|
|
7533
|
-
className:
|
|
7534
|
+
className: L.smpForm,
|
|
7534
7535
|
id: e || T,
|
|
7535
7536
|
onSubmit: (D) => {
|
|
7536
7537
|
D.preventDefault(), j();
|
|
7537
7538
|
},
|
|
7538
|
-
ref:
|
|
7539
|
+
ref: y,
|
|
7539
7540
|
role: "form",
|
|
7540
7541
|
children: [
|
|
7541
7542
|
/* @__PURE__ */ h.jsx(ft, { layout: t.rows[0].layout, children: Object.values(E).map((D) => /* @__PURE__ */ h.jsx(
|
|
7542
7543
|
ke,
|
|
7543
7544
|
{
|
|
7544
7545
|
...D,
|
|
7545
|
-
onOptionsRequest: D.fun ? async (O, S) =>
|
|
7546
|
+
onOptionsRequest: D.fun ? async (O, S) => _a(
|
|
7546
7547
|
await c(O, S, t, D.id)
|
|
7547
7548
|
) : void 0,
|
|
7548
|
-
onChange: (O) =>
|
|
7549
|
+
onChange: (O) => b(D.id, O),
|
|
7549
7550
|
onBlur: () => B(D.id),
|
|
7550
7551
|
onContextMenu: f,
|
|
7551
7552
|
onClick: () => {
|
|
7552
|
-
(D.shape == "BTN" || D.shape == "CFM") &&
|
|
7553
|
+
(D.shape == "BTN" || D.shape == "CFM") && $(D.id, D.fun);
|
|
7553
7554
|
},
|
|
7554
7555
|
data: {
|
|
7555
7556
|
...D.data,
|
|
@@ -7580,22 +7581,22 @@ const ka = ({
|
|
|
7580
7581
|
);
|
|
7581
7582
|
};
|
|
7582
7583
|
export {
|
|
7583
|
-
|
|
7584
|
+
$a as AppBar,
|
|
7584
7585
|
Xr as Autocomplete,
|
|
7585
7586
|
me as Button,
|
|
7586
|
-
|
|
7587
|
+
ks as ButtonList,
|
|
7587
7588
|
Yt as Checkbox,
|
|
7588
7589
|
Ft as Combobox,
|
|
7589
|
-
|
|
7590
|
-
|
|
7590
|
+
ka as DashList,
|
|
7591
|
+
Aa as DataTableComponent,
|
|
7591
7592
|
Qr as DatePicker,
|
|
7592
7593
|
La as Drawer,
|
|
7593
|
-
|
|
7594
|
+
Ia as Field,
|
|
7594
7595
|
Mr as INPUT_PANEL_COMMAND_SUBMIT_EVENT_NAME,
|
|
7595
|
-
|
|
7596
|
-
|
|
7597
|
-
|
|
7598
|
-
|
|
7599
|
-
|
|
7600
|
-
|
|
7596
|
+
ce as Icon,
|
|
7597
|
+
Pa as InputPanel,
|
|
7598
|
+
Ms as Password,
|
|
7599
|
+
Fn as TabBar,
|
|
7600
|
+
Ne as Textfield,
|
|
7601
|
+
Na as configurePaths
|
|
7601
7602
|
};
|