react-luminus-components 1.5.24 → 1.5.25
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/.vite/manifest.json +26 -26
- package/dist/{FormDisabledProvider-BJ_XUA85.cjs → FormDisabledProvider-ByVMNZfj.cjs} +1 -1
- package/dist/{FormDisabledProvider-CCk5YUQ1.js → FormDisabledProvider-DaXGRefv.js} +5 -5
- package/dist/{ShortcutLinksContext-Ce9suS4R.cjs → ShortcutLinksContext-Ch5JVOFI.cjs} +40 -40
- package/dist/{ShortcutLinksContext-CVJd0L8d.js → ShortcutLinksContext-GuMlmySg.js} +201 -205
- package/dist/contexts.cjs.js +1 -1
- package/dist/contexts.es.js +21 -21
- package/dist/hooks.cjs.js +1 -1
- package/dist/hooks.es.js +3 -3
- package/dist/layout.cjs.js +1 -1
- package/dist/layout.es.js +17 -17
- package/dist/main.cjs.js +14 -14
- package/dist/main.es.js +2789 -2797
- package/dist/style.css +1 -1
- package/dist/{useLocalStorageState-CyfdUiRG.js → useLocalStorageState-BbAq2qRc.js} +1 -1
- package/dist/{useLocalStorageState-C8BsBRul.cjs → useLocalStorageState-DWtbAM7j.cjs} +1 -1
- package/dist/utils.cjs.js +1 -1
- package/dist/utils.es.js +11 -11
- package/package.json +1 -1
|
@@ -375,7 +375,7 @@ function bT() {
|
|
|
375
375
|
if (ut(U))
|
|
376
376
|
return x("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", mt(U)), fe(U);
|
|
377
377
|
}
|
|
378
|
-
var $e = _.ReactCurrentOwner,
|
|
378
|
+
var $e = _.ReactCurrentOwner, ot = {
|
|
379
379
|
key: !0,
|
|
380
380
|
ref: !0,
|
|
381
381
|
__self: !0,
|
|
@@ -460,7 +460,7 @@ function bT() {
|
|
|
460
460
|
var je, Te = {}, Ee = null, We = null;
|
|
461
461
|
ae !== void 0 && (ve(ae), Ee = "" + ae), Wt(le) && (ve(le.key), Ee = "" + le.key), bt(le) && (We = le.ref, ft(le, _e));
|
|
462
462
|
for (je in le)
|
|
463
|
-
ge.call(le, je) && !
|
|
463
|
+
ge.call(le, je) && !ot.hasOwnProperty(je) && (Te[je] = le[je]);
|
|
464
464
|
if (U && U.defaultProps) {
|
|
465
465
|
var Fe = U.defaultProps;
|
|
466
466
|
for (je in Fe)
|
|
@@ -4385,8 +4385,8 @@ function LS(e) {
|
|
|
4385
4385
|
T[S] = ge, k[S] = ge - D;
|
|
4386
4386
|
}
|
|
4387
4387
|
if (s) {
|
|
4388
|
-
var Ce, be = S === "x" ? Dn : Nn, ze = S === "x" ? rr : ir, Ne = T[y], Ke = y === "y" ? "height" : "width", Ge = Ne + g[be], mt = Ne - g[ze], ut = [Dn, Nn].indexOf(_) !== -1, fe = (Ce = w == null ? void 0 : w[y]) != null ? Ce : 0, ve = ut ? Ge : Ne - R[Ke] - E[Ke] - fe + O.altAxis, $e = ut ? Ne + R[Ke] + E[Ke] - fe - O.altAxis : mt,
|
|
4389
|
-
T[y] =
|
|
4388
|
+
var Ce, be = S === "x" ? Dn : Nn, ze = S === "x" ? rr : ir, Ne = T[y], Ke = y === "y" ? "height" : "width", Ge = Ne + g[be], mt = Ne - g[ze], ut = [Dn, Nn].indexOf(_) !== -1, fe = (Ce = w == null ? void 0 : w[y]) != null ? Ce : 0, ve = ut ? Ge : Ne - R[Ke] - E[Ke] - fe + O.altAxis, $e = ut ? Ne + R[Ke] + E[Ke] - fe - O.altAxis : mt, ot = h && ut ? cS(ve, Ne, $e) : is(h ? ve : Ge, Ne, h ? $e : mt);
|
|
4389
|
+
T[y] = ot, k[y] = ot - Ne;
|
|
4390
4390
|
}
|
|
4391
4391
|
t.modifiersData[r] = k;
|
|
4392
4392
|
}
|
|
@@ -6493,10 +6493,10 @@ const Ex = /* @__PURE__ */ de.forwardRef(({
|
|
|
6493
6493
|
}
|
|
6494
6494
|
function z(ve) {
|
|
6495
6495
|
if (!co) return;
|
|
6496
|
-
const $e = N().getScrollbarWidth() > 0,
|
|
6496
|
+
const $e = N().getScrollbarWidth() > 0, ot = ve.scrollHeight > so(ve).documentElement.clientHeight;
|
|
6497
6497
|
V({
|
|
6498
|
-
paddingRight: $e && !
|
|
6499
|
-
paddingLeft: !$e &&
|
|
6498
|
+
paddingRight: $e && !ot ? M0() : void 0,
|
|
6499
|
+
paddingLeft: !$e && ot ? M0() : void 0
|
|
6500
6500
|
});
|
|
6501
6501
|
}
|
|
6502
6502
|
const A = Zt(() => {
|
|
@@ -7069,7 +7069,7 @@ function Fx(e) {
|
|
|
7069
7069
|
key: n
|
|
7070
7070
|
}, t.attr), Fx(t.child)));
|
|
7071
7071
|
}
|
|
7072
|
-
function
|
|
7072
|
+
function st(e) {
|
|
7073
7073
|
return (t) => /* @__PURE__ */ Nt.createElement(vO, _l({
|
|
7074
7074
|
attr: wl({}, e.attr)
|
|
7075
7075
|
}, t), Fx(e.child));
|
|
@@ -7098,100 +7098,97 @@ function vO(e) {
|
|
|
7098
7098
|
return P0 !== void 0 ? /* @__PURE__ */ Nt.createElement(P0.Consumer, null, (n) => t(n)) : t(Lx);
|
|
7099
7099
|
}
|
|
7100
7100
|
function $ne(e) {
|
|
7101
|
-
return
|
|
7101
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" }, child: [] }] })(e);
|
|
7102
7102
|
}
|
|
7103
7103
|
function mu(e) {
|
|
7104
|
-
return
|
|
7104
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" }, child: [] }] })(e);
|
|
7105
7105
|
}
|
|
7106
7106
|
function Mne(e) {
|
|
7107
|
-
return
|
|
7107
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M21 12.4V7l-4-4H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.4l8.6-8.6zM15 15c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3zM6 6h9v4H6V6zm13.99 10.25 1.77 1.77L16.77 23H15v-1.77l4.99-4.98zm3.26.26-.85.85-1.77-1.77.85-.85c.2-.2.51-.2.71 0l1.06 1.06c.2.2.2.52 0 .71z" }, child: [] }] })(e);
|
|
7108
7108
|
}
|
|
7109
7109
|
function Ane(e) {
|
|
7110
|
-
return
|
|
7110
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M17 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V7l-4-4zm-5 16c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3zm3-10H5V5h10v4z" }, child: [] }] })(e);
|
|
7111
7111
|
}
|
|
7112
7112
|
function Rne(e) {
|
|
7113
|
-
return
|
|
7113
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2z" }, child: [] }] })(e);
|
|
7114
7114
|
}
|
|
7115
7115
|
function jne(e) {
|
|
7116
|
-
return
|
|
7116
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z" }, child: [] }] })(e);
|
|
7117
7117
|
}
|
|
7118
7118
|
function Pne(e) {
|
|
7119
|
-
return
|
|
7120
|
-
}
|
|
7121
|
-
function Ine(e) {
|
|
7122
|
-
return ot({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M6 6v2h8.59L5 17.59 6.41 19 16 9.41V18h2V6z" }, child: [] }] })(e);
|
|
7119
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M6 6v2h8.59L5 17.59 6.41 19 16 9.41V18h2V6z" }, child: [] }] })(e);
|
|
7123
7120
|
}
|
|
7124
7121
|
function yO(e) {
|
|
7125
|
-
return
|
|
7122
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M20 8h-2.81a5.985 5.985 0 0 0-1.82-1.96L17 4.41 15.59 3l-2.17 2.17C12.96 5.06 12.49 5 12 5s-.96.06-1.41.17L8.41 3 7 4.41l1.62 1.63C7.88 6.55 7.26 7.22 6.81 8H4v2h2.09c-.05.33-.09.66-.09 1v1H4v2h2v1c0 .34.04.67.09 1H4v2h2.81c1.04 1.79 2.97 3 5.19 3s4.15-1.21 5.19-3H20v-2h-2.09c.05-.33.09-.66.09-1v-1h2v-2h-2v-1c0-.34-.04-.67-.09-1H20V8zm-4 4v3c0 .22-.03.47-.07.7l-.1.65-.37.65c-.72 1.24-2.04 2-3.46 2s-2.74-.77-3.46-2l-.37-.64-.1-.65A4.27 4.27 0 0 1 8 15v-4c0-.23.03-.48.07-.7l.1-.65.37-.65c.3-.52.72-.97 1.21-1.31l.57-.39.74-.18a3.787 3.787 0 0 1 1.89 0l.68.16.61.42c.5.34.91.78 1.21 1.31l.38.65.1.65c.04.22.07.47.07.69v1zm-6 2h4v2h-4zm0-4h4v2h-4z" }, child: [] }] })(e);
|
|
7126
7123
|
}
|
|
7127
7124
|
function bO(e) {
|
|
7128
|
-
return
|
|
7125
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M16 9v10H8V9h8m-1.5-6h-5l-1 1H5v2h14V4h-3.5l-1-1zM18 7H6v12c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7z" }, child: [] }] })(e);
|
|
7129
7126
|
}
|
|
7130
|
-
function
|
|
7131
|
-
return
|
|
7127
|
+
function Ine(e) {
|
|
7128
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M4 20h16v2H4zM4 2h16v2H4zM9.41 13.59 8 15l4 4 4-4-1.41-1.41L13 15.17V8.83l1.59 1.58L16 9l-4-4-4 4 1.41 1.41L11 8.83v6.34z" }, child: [] }] })(e);
|
|
7132
7129
|
}
|
|
7133
7130
|
function xO(e) {
|
|
7134
|
-
return
|
|
7131
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M11.07 12.85c.77-1.39 2.25-2.21 3.11-3.44.91-1.29.4-3.7-2.18-3.7-1.69 0-2.52 1.28-2.87 2.34L6.54 6.96C7.25 4.83 9.18 3 11.99 3c2.35 0 3.96 1.07 4.78 2.41.7 1.15 1.11 3.3.03 4.9-1.2 1.77-2.35 2.31-2.97 3.45-.25.46-.35.76-.35 2.24h-2.89c-.01-.78-.13-2.05.48-3.15zM14 20c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2z" }, child: [] }] })(e);
|
|
7135
7132
|
}
|
|
7136
7133
|
function _O(e) {
|
|
7137
|
-
return
|
|
7134
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16c1.1 0 2-.9 2-2V6a2 2 0 0 0-2-2zm0 14H4V8h16v10zm-2-1h-6v-2h6v2zM7.5 17l-1.41-1.41L8.67 13l-2.59-2.59L7.5 9l4 4-4 4z" }, child: [] }] })(e);
|
|
7138
7135
|
}
|
|
7139
7136
|
function wO(e) {
|
|
7140
|
-
return
|
|
7137
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z" }, child: [] }] })(e);
|
|
7141
7138
|
}
|
|
7142
|
-
function
|
|
7143
|
-
return
|
|
7139
|
+
function Dne(e) {
|
|
7140
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M13 7h-2v4H7v2h4v4h2v-4h4v-2h-4V7zm-1-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z" }, child: [] }] })(e);
|
|
7144
7141
|
}
|
|
7145
7142
|
function TO(e) {
|
|
7146
|
-
return
|
|
7143
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z" }, child: [] }] })(e);
|
|
7147
7144
|
}
|
|
7148
7145
|
function SO(e) {
|
|
7149
|
-
return
|
|
7146
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z" }, child: [] }] })(e);
|
|
7150
7147
|
}
|
|
7151
7148
|
function CO(e) {
|
|
7152
|
-
return
|
|
7149
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M18 15v3H6v-3H4v3c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-3h-2zM7 9l1.41 1.41L11 7.83V16h2V7.83l2.59 2.58L17 9l-5-5-5 5z" }, child: [] }] })(e);
|
|
7150
|
+
}
|
|
7151
|
+
function Nne(e) {
|
|
7152
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M15.41 16.59 10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z" }, child: [] }] })(e);
|
|
7153
7153
|
}
|
|
7154
7154
|
function Lne(e) {
|
|
7155
|
-
return
|
|
7155
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M8.59 16.59 13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z" }, child: [] }] })(e);
|
|
7156
7156
|
}
|
|
7157
7157
|
function Fne(e) {
|
|
7158
|
-
return
|
|
7158
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0z" }, child: [] }, { tag: "path", attr: { d: "M17.59 18 19 16.59 14.42 12 19 7.41 17.59 6l-6 6z" }, child: [] }, { tag: "path", attr: { d: "m11 18 1.41-1.41L7.83 12l4.58-4.59L11 6l-6 6z" }, child: [] }] })(e);
|
|
7159
7159
|
}
|
|
7160
7160
|
function Bne(e) {
|
|
7161
|
-
return
|
|
7161
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M20 4h-3.17L15 2H9L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h4.05l1.83-2h4.24l1.83 2H20v12zM12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0 8c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z" }, child: [] }] })(e);
|
|
7162
7162
|
}
|
|
7163
7163
|
function Une(e) {
|
|
7164
|
-
return
|
|
7164
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "m14.06 9.02.92.92L5.92 19H5v-.92l9.06-9.06M17.66 3c-.25 0-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83a.996.996 0 0 0 0-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29zm-3.6 3.19L3 17.25V21h3.75L17.81 9.94l-3.75-3.75z" }, child: [] }] })(e);
|
|
7165
7165
|
}
|
|
7166
7166
|
function Wne(e) {
|
|
7167
|
-
return
|
|
7168
|
-
}
|
|
7169
|
-
function zne(e) {
|
|
7170
|
-
return ot({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M20 4v12H8V4h12m0-2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-8.5 9.67 1.69 2.26 2.48-3.1L19 15H9zM2 6v14c0 1.1.9 2 2 2h14v-2H4V6H2z" }, child: [] }] })(e);
|
|
7167
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M20 4v12H8V4h12m0-2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-8.5 9.67 1.69 2.26 2.48-3.1L19 15H9zM2 6v14c0 1.1.9 2 2 2h14v-2H4V6H2z" }, child: [] }] })(e);
|
|
7171
7168
|
}
|
|
7172
7169
|
function OO(e) {
|
|
7173
|
-
return
|
|
7170
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z" }, child: [] }] })(e);
|
|
7174
7171
|
}
|
|
7175
|
-
function
|
|
7176
|
-
return
|
|
7172
|
+
function zne(e) {
|
|
7173
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6-6-6z" }, child: [] }] })(e);
|
|
7177
7174
|
}
|
|
7178
7175
|
function kO(e) {
|
|
7179
|
-
return
|
|
7176
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z" }, child: [] }] })(e);
|
|
7180
7177
|
}
|
|
7181
|
-
function
|
|
7182
|
-
return
|
|
7178
|
+
function Hne(e) {
|
|
7179
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z" }, child: [] }] })(e);
|
|
7183
7180
|
}
|
|
7184
7181
|
function Bx(e) {
|
|
7185
|
-
return
|
|
7182
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z" }, child: [] }] })(e);
|
|
7186
7183
|
}
|
|
7187
7184
|
function EO(e) {
|
|
7188
|
-
return
|
|
7185
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M17.65 6.35A7.958 7.958 0 0 0 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08A5.99 5.99 0 0 1 12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z" }, child: [] }] })(e);
|
|
7189
7186
|
}
|
|
7190
|
-
function
|
|
7191
|
-
return
|
|
7187
|
+
function Vne(e) {
|
|
7188
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { fill: "none", d: "M24 24H0V0h24v24z", opacity: ".87" }, child: [] }, { tag: "path", attr: { d: "m19 15-6 6-1.42-1.42L15.17 16H4V4h2v10h9.17l-3.59-3.58L13 9l6 6z" }, child: [] }] })(e);
|
|
7192
7189
|
}
|
|
7193
|
-
function
|
|
7194
|
-
return
|
|
7190
|
+
function qne(e) {
|
|
7191
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 24 24" }, child: [{ tag: "g", attr: { fill: "none" }, child: [{ tag: "path", attr: { d: "M0 0h24v24H0V0z" }, child: [] }, { tag: "path", attr: { d: "M0 0h24v24H0V0z" }, child: [] }] }, { tag: "path", attr: { d: "M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27z" }, child: [] }] })(e);
|
|
7195
7192
|
}
|
|
7196
7193
|
const sn = xn({
|
|
7197
7194
|
cookieDomain: "",
|
|
@@ -7598,7 +7595,7 @@ var yk = ({ id: e, className: t, style: n, onHeightUpdate: r, children: i }) =>
|
|
|
7598
7595
|
> * {
|
|
7599
7596
|
pointer-events: auto;
|
|
7600
7597
|
}
|
|
7601
|
-
`, Ic = 16,
|
|
7598
|
+
`, Ic = 16, Yne = ({ reverseOrder: e, position: t = "top-center", toastOptions: n, gutter: r, children: i, containerStyle: a, containerClassName: o }) => {
|
|
7602
7599
|
let { toasts: s, handlers: c } = ZO(n);
|
|
7603
7600
|
return de.createElement("div", { style: { position: "fixed", zIndex: 9999, top: Ic, left: Ic, right: Ic, bottom: Ic, pointerEvents: "none", ...a }, className: o, onMouseEnter: c.startPause, onMouseLeave: c.endPause }, s.map((l) => {
|
|
7604
7601
|
let u = l.position || t, d = c.calculateOffset(l, { reverseOrder: e, gutter: r, defaultPosition: t }), f = bk(u, d);
|
|
@@ -7623,7 +7620,7 @@ var ah;
|
|
|
7623
7620
|
(function(e) {
|
|
7624
7621
|
e[e.Odebrano = -2] = "Odebrano", e[e.Zamitnuto = -1] = "Zamitnuto", e[e.Nevyrizeno = 0] = "Nevyrizeno", e[e.Schvaleno = 1] = "Schvaleno";
|
|
7625
7622
|
})(ah || (ah = {}));
|
|
7626
|
-
const
|
|
7623
|
+
const Gne = ah, wk = xn({
|
|
7627
7624
|
user: null,
|
|
7628
7625
|
userLoginState: { state: _k.LOGGED_OUT, user: null },
|
|
7629
7626
|
loginUser: () => Promise.resolve(!0),
|
|
@@ -7652,7 +7649,7 @@ const Zne = ah, wk = xn({
|
|
|
7652
7649
|
const r = Object.keys(n);
|
|
7653
7650
|
r.includes("id") && r.length === 1 && n.id === null ? e[t] = null : Sk(n);
|
|
7654
7651
|
});
|
|
7655
|
-
}, Ck = (e) => Object.values(e).every((t) => t === null),
|
|
7652
|
+
}, Ck = (e) => Object.values(e).every((t) => t === null), Zne = (e) => {
|
|
7656
7653
|
const t = {};
|
|
7657
7654
|
return Object.entries(e).forEach(([n, r]) => {
|
|
7658
7655
|
r && typeof r == "object" && Ck(r) ? t[n] = null : t[n] = r;
|
|
@@ -7664,7 +7661,7 @@ const Zne = ah, wk = xn({
|
|
|
7664
7661
|
name: r.name.split(".").map((a) => `${a.charAt(0).toLowerCase()}${a.slice(1)}`).join("."),
|
|
7665
7662
|
errors: r.errors
|
|
7666
7663
|
})) : [];
|
|
7667
|
-
},
|
|
7664
|
+
}, Kne = (e, t) => {
|
|
7668
7665
|
Hx(t).forEach((r) => {
|
|
7669
7666
|
e.setError(r.name, { message: r.errors, type: "server" }, { shouldFocus: !0 }), oh(e.getValues(r.name)) || e.setError(`${r.name}.id`, { message: r.errors, type: "server" }, { shouldFocus: !0 });
|
|
7670
7667
|
});
|
|
@@ -7713,39 +7710,39 @@ const Zne = ah, wk = xn({
|
|
|
7713
7710
|
function Sl(e = " ", ...t) {
|
|
7714
7711
|
return t.filter((n) => n != null && n.length > 0).join(e);
|
|
7715
7712
|
}
|
|
7716
|
-
const L0 = (e, t) => e.map((n) => `&${t}=${n}`).join("").substring(1),
|
|
7717
|
-
function
|
|
7713
|
+
const L0 = (e, t) => e.map((n) => `&${t}=${n}`).join("").substring(1), Xne = (e, t) => e === null ? null : e.length <= t ? e : e.slice(0, t) + "…";
|
|
7714
|
+
function Qne(e) {
|
|
7718
7715
|
return e == null ? "" : db(pp(e), "dd.MM.yyyy");
|
|
7719
7716
|
}
|
|
7720
7717
|
function Wp(e) {
|
|
7721
7718
|
return (e == null ? void 0 : e.toString().split("T")[0]) ?? "";
|
|
7722
7719
|
}
|
|
7723
|
-
function
|
|
7720
|
+
function Jne(e) {
|
|
7724
7721
|
return e == null ? "" : db(pp(e), "dd.MM.yyyy HH:mm");
|
|
7725
7722
|
}
|
|
7726
|
-
function
|
|
7723
|
+
function ere(e) {
|
|
7727
7724
|
return e && e.charAt(0).toUpperCase() + e.slice(1);
|
|
7728
7725
|
}
|
|
7729
|
-
const
|
|
7726
|
+
const tre = (e, t) => Sl(" ", e ? `${e},` : void 0, t), nre = (e, t) => `${t}${e != null ? ` (${e})` : ""}`, rre = (e, t) => `[${e ?? ""}] ${t ?? ""}`, Lk = (e) => decodeURIComponent(atob(e).split("").map((t) => "%" + ("00" + t.charCodeAt(0).toString(16)).slice(-2)).join("")), Fk = (e) => {
|
|
7730
7727
|
const t = pp(e);
|
|
7731
7728
|
return !Number.isNaN(t.getTime());
|
|
7732
7729
|
};
|
|
7733
|
-
function
|
|
7730
|
+
function ire() {
|
|
7734
7731
|
const e = /* @__PURE__ */ new Date(), t = new Date(e);
|
|
7735
7732
|
return t.setHours(24, 0, 0, 0), t.getTime() - e.getTime();
|
|
7736
7733
|
}
|
|
7737
|
-
function
|
|
7734
|
+
function are(e) {
|
|
7738
7735
|
return e instanceof Date && !Number.isNaN(e.getTime());
|
|
7739
7736
|
}
|
|
7740
|
-
function
|
|
7737
|
+
function ore(e, t) {
|
|
7741
7738
|
const n = new Date(e), r = new Date(t);
|
|
7742
7739
|
return n.setHours(0, 0, 0, 0), r.setHours(0, 0, 0, 0), n.getTime() - r.getTime();
|
|
7743
7740
|
}
|
|
7744
|
-
function
|
|
7741
|
+
function sre(e, t) {
|
|
7745
7742
|
const n = new Date(e), r = new Date(t);
|
|
7746
7743
|
return n.getTime() - r.getTime();
|
|
7747
7744
|
}
|
|
7748
|
-
function
|
|
7745
|
+
function cre(e = Date.now(), t = Date.now()) {
|
|
7749
7746
|
const n = new Date(e), r = new Date(t);
|
|
7750
7747
|
n.setHours(10, 0, 0, 0), r.setHours(0, 0, 0, 0);
|
|
7751
7748
|
const i = n.getTime() - r.getTime();
|
|
@@ -7758,23 +7755,23 @@ function Bk(e = /* @__PURE__ */ new Date()) {
|
|
|
7758
7755
|
function Uk(e = /* @__PURE__ */ new Date()) {
|
|
7759
7756
|
return RT(e);
|
|
7760
7757
|
}
|
|
7761
|
-
function
|
|
7758
|
+
function lre(e) {
|
|
7762
7759
|
const t = /* @__PURE__ */ new Date();
|
|
7763
7760
|
return t.setUTCMonth(t.getUTCMonth() + e), Bk(t);
|
|
7764
7761
|
}
|
|
7765
|
-
function
|
|
7762
|
+
function ure(e) {
|
|
7766
7763
|
const t = /* @__PURE__ */ new Date();
|
|
7767
7764
|
return t.setUTCMonth(t.getUTCMonth() + e), Uk(t);
|
|
7768
7765
|
}
|
|
7769
|
-
function
|
|
7766
|
+
function dre(e) {
|
|
7770
7767
|
const t = e ?? (/* @__PURE__ */ new Date()).getFullYear(), n = new Date(t, 0, 1);
|
|
7771
7768
|
return n.setMinutes(n.getMinutes() - n.getTimezoneOffset()), n;
|
|
7772
7769
|
}
|
|
7773
|
-
function
|
|
7770
|
+
function fre(e) {
|
|
7774
7771
|
const t = e ?? (/* @__PURE__ */ new Date()).getFullYear(), n = new Date(t, 11, 31);
|
|
7775
7772
|
return n.setMinutes(n.getMinutes() - n.getTimezoneOffset()), n;
|
|
7776
7773
|
}
|
|
7777
|
-
function
|
|
7774
|
+
function hre(e) {
|
|
7778
7775
|
return Wp(e.toISOString());
|
|
7779
7776
|
}
|
|
7780
7777
|
function Wk(e) {
|
|
@@ -7851,7 +7848,7 @@ const zk = [
|
|
|
7851
7848
|
"webm",
|
|
7852
7849
|
"ogv"
|
|
7853
7850
|
], Vk = (e) => zk.includes(e.type), qk = (e) => Hk.includes(e.toLowerCase());
|
|
7854
|
-
function
|
|
7851
|
+
function pre(e, t) {
|
|
7855
7852
|
let n = (t == null ? void 0 : t.forcedName) ?? (t == null ? void 0 : t.fallbackName) ?? "file";
|
|
7856
7853
|
if ((t == null ? void 0 : t.forcedName) === void 0 && typeof e.headers.get == "function") {
|
|
7857
7854
|
const a = e.headers.get("Content-disposition");
|
|
@@ -11066,7 +11063,7 @@ const I8 = () => {
|
|
|
11066
11063
|
break;
|
|
11067
11064
|
}
|
|
11068
11065
|
}
|
|
11069
|
-
}, []) }),
|
|
11066
|
+
}, []) }), mre = Kt.CancelToken, Zp = (e) => {
|
|
11070
11067
|
const { authenticated: t = !0, differentBaseUrl: n, silent: r = !1, customToken: i, ignoreDelegation: a, noToastOnStatus: o } = { ...e }, { language: s, axiosOptions: c, texts: { axios: l } } = me(sn), { delegation: u } = me(Tk), { getToken: d } = me(Up), f = oe(() => (u == null ? void 0 : u.id) ?? null, [u == null ? void 0 : u.id]), { addNotification: h } = Gp(), { isAuthenticating: m } = N8(), p = oe(() => Kt.create(c), [c]), g = Y(async (x) => {
|
|
11071
11068
|
var S, y, T;
|
|
11072
11069
|
if (t && !x.headers.Authorization) {
|
|
@@ -14142,7 +14139,7 @@ const Xp = () => {
|
|
|
14142
14139
|
] }) : i.as === "button" || i.as === void 0 ? /* @__PURE__ */ v.jsxs("button", { type: "button", className: se(`luminus-context-button btn text-${e} ${n ?? ""}`, bh.button), ...i, children: [
|
|
14143
14140
|
t,
|
|
14144
14141
|
r
|
|
14145
|
-
] }) : null,
|
|
14142
|
+
] }) : null, gre = vr(({ color: e = "primary", icon: t = /* @__PURE__ */ v.jsx(CO, { size: 12 }), inputId: n = "context-file-input", accept: r = "*", onUpload: i, className: a, children: o, multiple: s, ...c }, l) => {
|
|
14146
14143
|
const u = (d) => {
|
|
14147
14144
|
d.target.files && (i(d.target.files), d.target.value = "");
|
|
14148
14145
|
};
|
|
@@ -14217,7 +14214,7 @@ const Xp = () => {
|
|
|
14217
14214
|
width: n ?? void 0,
|
|
14218
14215
|
maxWidth: n ?? void 0
|
|
14219
14216
|
}, children: /* @__PURE__ */ v.jsx("div", { children: i }) }) });
|
|
14220
|
-
},
|
|
14217
|
+
}, vre = Nt.forwardRef(({ userName: e, onClick: t, children: n }, r) => /* @__PURE__ */ v.jsxs("button", { type: "button", ref: r, onClick: (i) => {
|
|
14221
14218
|
i.preventDefault(), t(i);
|
|
14222
14219
|
}, "aria-label": "User avatar toggle", className: "m-0 p-0", style: {
|
|
14223
14220
|
backgroundColor: "transparent",
|
|
@@ -14336,11 +14333,11 @@ const xM = "_wrapper_1mvyk_1", _M = "_open_1mvyk_9", wM = "_dropdown_1mvyk_13",
|
|
|
14336
14333
|
e && n.length > 0 ? N(0) : N(null);
|
|
14337
14334
|
}, [n, e]);
|
|
14338
14335
|
const z = oe(() => P !== null ? n.at(P) ?? null : null, [P, n]), A = Y((fe, ve) => {
|
|
14339
|
-
var
|
|
14336
|
+
var ot, jt;
|
|
14340
14337
|
const $e = document.getElementById(`item-${fe}`);
|
|
14341
14338
|
if ($e) {
|
|
14342
14339
|
const Xe = $e.clientHeight ?? 0;
|
|
14343
|
-
ve === "down" ? (
|
|
14340
|
+
ve === "down" ? (ot = O.current) == null || ot.scrollBy({
|
|
14344
14341
|
left: 0,
|
|
14345
14342
|
top: Xe,
|
|
14346
14343
|
behavior: "smooth"
|
|
@@ -14628,7 +14625,7 @@ const En = H.oneOfType([H.string, H.number]), nm = {
|
|
|
14628
14625
|
monochrome: H.bool,
|
|
14629
14626
|
resolution: En,
|
|
14630
14627
|
type: Object.keys(nm)
|
|
14631
|
-
}, { type:
|
|
14628
|
+
}, { type: yre, ...QM } = I2, D2 = {
|
|
14632
14629
|
minAspectRatio: H.string,
|
|
14633
14630
|
maxAspectRatio: H.string,
|
|
14634
14631
|
minDeviceAspectRatio: H.string,
|
|
@@ -15066,8 +15063,8 @@ Pl.exports;
|
|
|
15066
15063
|
ue[++q] = ke;
|
|
15067
15064
|
}), ue;
|
|
15068
15065
|
}
|
|
15069
|
-
var fe = Array.prototype, ve = Function.prototype, $e = Object.prototype,
|
|
15070
|
-
var F = /[^.]+$/.exec(
|
|
15066
|
+
var fe = Array.prototype, ve = Function.prototype, $e = Object.prototype, ot = L["__core-js_shared__"], jt = ve.toString, Xe = $e.hasOwnProperty, dt = function() {
|
|
15067
|
+
var F = /[^.]+$/.exec(ot && ot.keys && ot.keys.IE_PROTO || "");
|
|
15071
15068
|
return F ? "Symbol(src)_1." + F : "";
|
|
15072
15069
|
}(), bt = $e.toString, Wt = RegExp(
|
|
15073
15070
|
"^" + jt.call(Xe).replace(ne, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
@@ -16747,19 +16744,19 @@ const Q7 = ({ value: e, MiniDetailComponent: t, children: n, miniDetailPlacement
|
|
|
16747
16744
|
V.current && /* @__PURE__ */ v.jsx(DM, { show: E, onCancel: () => C(!1), items: j, currentSelection: $ ?? null, onSelectionChange: D, onSearchQueryChange: k, texts: R, disabled: l, inputRef: V, autoHideSearch: !0, allItemsLength: n.length, itemsNameWidth: p, addNewOptionPath: _, refreshOptions: x, noRemoveButton: T })
|
|
16748
16745
|
] }) });
|
|
16749
16746
|
};
|
|
16747
|
+
function bre(e) {
|
|
16748
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z" }, child: [] }] })(e);
|
|
16749
|
+
}
|
|
16750
16750
|
function xre(e) {
|
|
16751
|
-
return
|
|
16751
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 448 512" }, child: [{ tag: "path", attr: { d: "M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z" }, child: [] }] })(e);
|
|
16752
16752
|
}
|
|
16753
16753
|
function _re(e) {
|
|
16754
|
-
return
|
|
16755
|
-
}
|
|
16756
|
-
function wre(e) {
|
|
16757
|
-
return ot({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z" }, child: [] }] })(e);
|
|
16754
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z" }, child: [] }] })(e);
|
|
16758
16755
|
}
|
|
16759
16756
|
function eA(e) {
|
|
16760
|
-
return
|
|
16757
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 384 512" }, child: [{ tag: "path", attr: { d: "M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm250.2-143.7c-12.2-12-47-8.7-64.4-6.5-17.2-10.5-28.7-25-36.8-46.3 3.9-16.1 10.1-40.6 5.4-56-4.2-26.2-37.8-23.6-42.6-5.9-4.4 16.1-.4 38.5 7 67.1-10 23.9-24.9 56-35.4 74.4-20 10.3-47 26.2-51 46.2-3.3 15.8 26 55.2 76.1-31.2 22.4-7.4 46.8-16.5 68.4-20.1 18.9 10.2 41 17 55.8 17 25.5 0 28-28.2 17.5-38.7zm-198.1 77.8c5.1-13.7 24.5-29.5 30.4-35-19 30.3-30.4 35.7-30.4 35zm81.6-190.6c7.4 0 6.7 32.1 1.8 40.8-4.4-13.9-4.3-40.8-1.8-40.8zm-24.4 136.6c9.7-16.9 18-37 24.7-54.7 8.3 15.1 18.9 27.2 30.1 35.5-20.8 4.3-38.9 13.1-54.8 19.2zm131.6-5s-5 6-37.3-7.8c35.1-2.6 40.9 5.4 37.3 7.8z" }, child: [] }] })(e);
|
|
16761
16758
|
}
|
|
16762
|
-
const
|
|
16759
|
+
const wre = Nt.forwardRef(({ onClick: e, text: t }, n) => /* @__PURE__ */ v.jsx("div", { ref: n, onClick: (r) => {
|
|
16763
16760
|
r.preventDefault(), e(r);
|
|
16764
16761
|
}, role: "button", className: "middle-div", children: /* @__PURE__ */ v.jsxs("div", { className: "d-flex flex-column align-items-center", children: [
|
|
16765
16762
|
/* @__PURE__ */ v.jsx("div", { className: "mt-", children: "…" }),
|
|
@@ -24565,8 +24562,8 @@ var wy, TY = function(e) {
|
|
|
24565
24562
|
}, [o, g, d, u]);
|
|
24566
24563
|
return v.jsx(dY, { center: t, data: n, arcGenerator: r, borderWidth: i, borderColor: a, transitionMode: h, onClick: _, onMouseEnter: x, onMouseMove: b, onMouseLeave: S });
|
|
24567
24564
|
}, AY = ["isInteractive", "animate", "motionConfig", "theme", "renderWrapper"], RY = function(e) {
|
|
24568
|
-
var t = e.data, n = e.id, r = n === void 0 ? Be.id : n, i = e.value, a = i === void 0 ? Be.value : i, o = e.valueFormat, s = e.sortByValue, c = s === void 0 ? Be.sortByValue : s, l = e.layers, u = l === void 0 ? Be.layers : l, d = e.startAngle, f = d === void 0 ? Be.startAngle : d, h = e.endAngle, m = h === void 0 ? Be.endAngle : h, p = e.padAngle, g = p === void 0 ? Be.padAngle : p, _ = e.fit, x = _ === void 0 ? Be.fit : _, b = e.innerRadius, S = b === void 0 ? Be.innerRadius : b, y = e.cornerRadius, T = y === void 0 ? Be.cornerRadius : y, R = e.activeInnerRadiusOffset, E = R === void 0 ? Be.activeInnerRadiusOffset : R, C = e.activeOuterRadiusOffset, O = C === void 0 ? Be.activeOuterRadiusOffset : C, w = e.width, k = e.height, $ = e.margin, M = e.colors, j = M === void 0 ? Be.colors : M, I = e.borderWidth, D = I === void 0 ? Be.borderWidth : I, V = e.borderColor, W = V === void 0 ? Be.borderColor : V, B = e.enableArcLabels, G = B === void 0 ? Be.enableArcLabels : B, ne = e.arcLabel, te = ne === void 0 ? Be.arcLabel : ne, X = e.arcLabelsSkipAngle, J = X === void 0 ? Be.arcLabelsSkipAngle : X, Q = e.arcLabelsTextColor, re = Q === void 0 ? Be.arcLabelsTextColor : Q, L = e.arcLabelsRadiusOffset, P = L === void 0 ? Be.arcLabelsRadiusOffset : L, N = e.arcLabelsComponent, z = e.enableArcLinkLabels, A = z === void 0 ? Be.enableArcLinkLabels : z, K = e.arcLinkLabel, Z = K === void 0 ? Be.arcLinkLabel : K, ee = e.arcLinkLabelsSkipAngle, ge = ee === void 0 ? Be.arcLinkLabelsSkipAngle : ee, Ce = e.arcLinkLabelsOffset, be = Ce === void 0 ? Be.arcLinkLabelsOffset : Ce, ze = e.arcLinkLabelsDiagonalLength, Ne = ze === void 0 ? Be.arcLinkLabelsDiagonalLength : ze, Ke = e.arcLinkLabelsStraightLength, Ge = Ke === void 0 ? Be.arcLinkLabelsStraightLength : Ke, mt = e.arcLinkLabelsThickness, ut = mt === void 0 ? Be.arcLinkLabelsThickness : mt, fe = e.arcLinkLabelsTextOffset, ve = fe === void 0 ? Be.arcLinkLabelsTextOffset : fe, $e = e.arcLinkLabelsTextColor,
|
|
24569
|
-
u.includes("arcs") && (ye.arcs = v.jsx(MY, { center: [Ee, We], data: _e, arcGenerator: Te, borderWidth: D, borderColor: W, isInteractive: Yt, onClick: Ue, onMouseEnter: De, onMouseMove: Qe, onMouseLeave: ht, setActiveId: Gt, tooltip: Mt, transitionMode: wt }, "arcs")), A && u.includes("arcLinkLabels") && (ye.arcLinkLabels = v.jsx(sY, { center: [Ee, We], data: _e, label: Z, skipAngle: ge, offset: be, diagonalLength: Ne, straightLength: Ge, strokeWidth: ut, textOffset: ve, textColor:
|
|
24565
|
+
var t = e.data, n = e.id, r = n === void 0 ? Be.id : n, i = e.value, a = i === void 0 ? Be.value : i, o = e.valueFormat, s = e.sortByValue, c = s === void 0 ? Be.sortByValue : s, l = e.layers, u = l === void 0 ? Be.layers : l, d = e.startAngle, f = d === void 0 ? Be.startAngle : d, h = e.endAngle, m = h === void 0 ? Be.endAngle : h, p = e.padAngle, g = p === void 0 ? Be.padAngle : p, _ = e.fit, x = _ === void 0 ? Be.fit : _, b = e.innerRadius, S = b === void 0 ? Be.innerRadius : b, y = e.cornerRadius, T = y === void 0 ? Be.cornerRadius : y, R = e.activeInnerRadiusOffset, E = R === void 0 ? Be.activeInnerRadiusOffset : R, C = e.activeOuterRadiusOffset, O = C === void 0 ? Be.activeOuterRadiusOffset : C, w = e.width, k = e.height, $ = e.margin, M = e.colors, j = M === void 0 ? Be.colors : M, I = e.borderWidth, D = I === void 0 ? Be.borderWidth : I, V = e.borderColor, W = V === void 0 ? Be.borderColor : V, B = e.enableArcLabels, G = B === void 0 ? Be.enableArcLabels : B, ne = e.arcLabel, te = ne === void 0 ? Be.arcLabel : ne, X = e.arcLabelsSkipAngle, J = X === void 0 ? Be.arcLabelsSkipAngle : X, Q = e.arcLabelsTextColor, re = Q === void 0 ? Be.arcLabelsTextColor : Q, L = e.arcLabelsRadiusOffset, P = L === void 0 ? Be.arcLabelsRadiusOffset : L, N = e.arcLabelsComponent, z = e.enableArcLinkLabels, A = z === void 0 ? Be.enableArcLinkLabels : z, K = e.arcLinkLabel, Z = K === void 0 ? Be.arcLinkLabel : K, ee = e.arcLinkLabelsSkipAngle, ge = ee === void 0 ? Be.arcLinkLabelsSkipAngle : ee, Ce = e.arcLinkLabelsOffset, be = Ce === void 0 ? Be.arcLinkLabelsOffset : Ce, ze = e.arcLinkLabelsDiagonalLength, Ne = ze === void 0 ? Be.arcLinkLabelsDiagonalLength : ze, Ke = e.arcLinkLabelsStraightLength, Ge = Ke === void 0 ? Be.arcLinkLabelsStraightLength : Ke, mt = e.arcLinkLabelsThickness, ut = mt === void 0 ? Be.arcLinkLabelsThickness : mt, fe = e.arcLinkLabelsTextOffset, ve = fe === void 0 ? Be.arcLinkLabelsTextOffset : fe, $e = e.arcLinkLabelsTextColor, ot = $e === void 0 ? Be.arcLinkLabelsTextColor : $e, jt = e.arcLinkLabelsColor, Xe = jt === void 0 ? Be.arcLinkLabelsColor : jt, dt = e.arcLinkLabelComponent, bt = e.defs, Wt = bt === void 0 ? Be.defs : bt, ft = e.fill, gt = ft === void 0 ? Be.fill : ft, xt = e.isInteractive, Yt = xt === void 0 ? Be.isInteractive : xt, Ue = e.onClick, De = e.onMouseEnter, Qe = e.onMouseMove, ht = e.onMouseLeave, _t = e.tooltip, Mt = _t === void 0 ? Be.tooltip : _t, Xt = e.activeId, Ft = e.onActiveIdChange, zt = e.defaultActiveId, Qt = e.transitionMode, wt = Qt === void 0 ? Be.transitionMode : Qt, Jt = e.legends, fn = Jt === void 0 ? Be.legends : Jt, cn = e.forwardLegendData, xe = e.role, Ae = xe === void 0 ? Be.role : xe, Le = bc(w, k, $), Je = Le.outerWidth, qe = Le.outerHeight, vt = Le.margin, U = Le.innerWidth, le = Le.innerHeight, ae = CY({ data: t, id: r, value: a, valueFormat: o, colors: j }), ce = EY({ data: ae, width: U, height: le, fit: x, innerRadius: S, startAngle: f, endAngle: m, padAngle: g, sortByValue: c, cornerRadius: T, activeInnerRadiusOffset: E, activeOuterRadiusOffset: O, activeId: Xt, onActiveIdChange: Ft, defaultActiveId: zt, forwardLegendData: cn }), _e = ce.dataWithArc, je = ce.legendData, Te = ce.arcGenerator, Ee = ce.centerX, We = ce.centerY, Fe = ce.radius, nt = ce.innerRadius, Gt = ce.setActiveId, Pt = ce.toggleSerie, an = wg(Wt, _e, gt), ye = { arcs: null, arcLinkLabels: null, arcLabels: null, legends: null };
|
|
24566
|
+
u.includes("arcs") && (ye.arcs = v.jsx(MY, { center: [Ee, We], data: _e, arcGenerator: Te, borderWidth: D, borderColor: W, isInteractive: Yt, onClick: Ue, onMouseEnter: De, onMouseMove: Qe, onMouseLeave: ht, setActiveId: Gt, tooltip: Mt, transitionMode: wt }, "arcs")), A && u.includes("arcLinkLabels") && (ye.arcLinkLabels = v.jsx(sY, { center: [Ee, We], data: _e, label: Z, skipAngle: ge, offset: be, diagonalLength: Ne, straightLength: Ge, strokeWidth: ut, textOffset: ve, textColor: ot, linkColor: Xe, component: dt }, "arcLinkLabels")), G && u.includes("arcLabels") && (ye.arcLabels = v.jsx(Jq, { center: [Ee, We], data: _e, label: te, radiusOffset: P, skipAngle: J, textColor: re, transitionMode: wt, component: N }, "arcLabels")), fn.length > 0 && u.includes("legends") && (ye.legends = v.jsx(TY, { width: U, height: le, data: je, legends: fn, toggleSerie: Pt }, "legends"));
|
|
24570
24567
|
var gn = $Y({ dataWithArc: _e, arcGenerator: Te, centerX: Ee, centerY: We, radius: Fe, innerRadius: nt });
|
|
24571
24568
|
return v.jsx(Pd, { width: Je, height: qe, margin: vt, defs: an, role: Ae, children: u.map(function(It, sr) {
|
|
24572
24569
|
return ye[It] !== void 0 ? ye[It] : typeof It == "function" ? v.jsx(ds, { children: nn(It, gn) }, sr) : null;
|
|
@@ -24574,7 +24571,7 @@ var wy, TY = function(e) {
|
|
|
24574
24571
|
}, jY = function(e) {
|
|
24575
24572
|
var t = e.isInteractive, n = t === void 0 ? Be.isInteractive : t, r = e.animate, i = r === void 0 ? Be.animate : r, a = e.motionConfig, o = a === void 0 ? Be.motionConfig : a, s = e.theme, c = e.renderWrapper, l = t3(e, AY);
|
|
24576
24573
|
return v.jsx(xc, { animate: i, isInteractive: n, motionConfig: o, renderWrapper: c, theme: s, children: v.jsx(RY, Ci({ isInteractive: n }, l)) });
|
|
24577
|
-
},
|
|
24574
|
+
}, Sre = function(e) {
|
|
24578
24575
|
return v.jsx(Oo, { children: function(t) {
|
|
24579
24576
|
var n = t.width, r = t.height;
|
|
24580
24577
|
return v.jsx(jY, Ci({ width: n, height: r }, e));
|
|
@@ -26100,24 +26097,24 @@ var WK = function(e) {
|
|
|
26100
26097
|
}, [f, x]);
|
|
26101
26098
|
return v.jsx(FK, { nodes: t, width: n, height: r, setCurrent: a, onMouseEnter: b, onMouseMove: S, onMouseLeave: y, onClick: T, onTouchStart: R, onTouchMove: E, onTouchEnd: C, enableTouchCrosshair: p, debug: m });
|
|
26102
26099
|
}), eX = z4(function(e) {
|
|
26103
|
-
var t = e.data, n = e.xScale, r = n === void 0 ? { type: "point" } : n, i = e.xFormat, a = e.yScale, o = a === void 0 ? { type: "linear", min: 0, max: "auto" } : a, s = e.yFormat, c = e.layers, l = c === void 0 ? ["grid", "markers", "axes", "areas", "crosshair", "lines", "points", "slices", "mesh", "legends"] : c, u = e.curve, d = u === void 0 ? "linear" : u, f = e.areaBaselineValue, h = f === void 0 ? 0 : f, m = e.colors, p = m === void 0 ? { scheme: "nivo" } : m, g = e.margin, _ = e.width, x = e.height, b = e.axisTop, S = e.axisRight, y = e.axisBottom, T = y === void 0 ? {} : y, R = e.axisLeft, E = R === void 0 ? {} : R, C = e.enableGridX, O = C === void 0 || C, w = e.enableGridY, k = w === void 0 || w, $ = e.gridXValues, M = e.gridYValues, j = e.lineWidth, I = j === void 0 ? 2 : j, D = e.enableArea, V = D !== void 0 && D, W = e.areaOpacity, B = W === void 0 ? 0.2 : W, G = e.areaBlendMode, ne = G === void 0 ? "normal" : G, te = e.enablePoints, X = te === void 0 || te, J = e.pointSymbol, Q = e.pointSize, re = Q === void 0 ? 6 : Q, L = e.pointColor, P = L === void 0 ? { from: "color" } : L, N = e.pointBorderWidth, z = N === void 0 ? 0 : N, A = e.pointBorderColor, K = A === void 0 ? { theme: "background" } : A, Z = e.enablePointLabel, ee = Z !== void 0 && Z, ge = e.pointLabel, Ce = ge === void 0 ? "data.yFormatted" : ge, be = e.pointLabelYOffset, ze = e.defs, Ne = ze === void 0 ? [] : ze, Ke = e.fill, Ge = Ke === void 0 ? [] : Ke, mt = e.markers, ut = e.legends, fe = ut === void 0 ? [] : ut, ve = e.isInteractive, $e = ve === void 0 || ve,
|
|
26100
|
+
var t = e.data, n = e.xScale, r = n === void 0 ? { type: "point" } : n, i = e.xFormat, a = e.yScale, o = a === void 0 ? { type: "linear", min: 0, max: "auto" } : a, s = e.yFormat, c = e.layers, l = c === void 0 ? ["grid", "markers", "axes", "areas", "crosshair", "lines", "points", "slices", "mesh", "legends"] : c, u = e.curve, d = u === void 0 ? "linear" : u, f = e.areaBaselineValue, h = f === void 0 ? 0 : f, m = e.colors, p = m === void 0 ? { scheme: "nivo" } : m, g = e.margin, _ = e.width, x = e.height, b = e.axisTop, S = e.axisRight, y = e.axisBottom, T = y === void 0 ? {} : y, R = e.axisLeft, E = R === void 0 ? {} : R, C = e.enableGridX, O = C === void 0 || C, w = e.enableGridY, k = w === void 0 || w, $ = e.gridXValues, M = e.gridYValues, j = e.lineWidth, I = j === void 0 ? 2 : j, D = e.enableArea, V = D !== void 0 && D, W = e.areaOpacity, B = W === void 0 ? 0.2 : W, G = e.areaBlendMode, ne = G === void 0 ? "normal" : G, te = e.enablePoints, X = te === void 0 || te, J = e.pointSymbol, Q = e.pointSize, re = Q === void 0 ? 6 : Q, L = e.pointColor, P = L === void 0 ? { from: "color" } : L, N = e.pointBorderWidth, z = N === void 0 ? 0 : N, A = e.pointBorderColor, K = A === void 0 ? { theme: "background" } : A, Z = e.enablePointLabel, ee = Z !== void 0 && Z, ge = e.pointLabel, Ce = ge === void 0 ? "data.yFormatted" : ge, be = e.pointLabelYOffset, ze = e.defs, Ne = ze === void 0 ? [] : ze, Ke = e.fill, Ge = Ke === void 0 ? [] : Ke, mt = e.markers, ut = e.legends, fe = ut === void 0 ? [] : ut, ve = e.isInteractive, $e = ve === void 0 || ve, ot = e.useMesh, jt = ot !== void 0 && ot, Xe = e.debugMesh, dt = Xe !== void 0 && Xe, bt = e.onMouseEnter, Wt = e.onMouseMove, ft = e.onMouseLeave, gt = e.onClick, xt = e.onTouchStart, Yt = e.onTouchMove, Ue = e.onTouchEnd, De = e.tooltip, Qe = De === void 0 ? $g : De, ht = e.enableSlices, _t = ht !== void 0 && ht, Mt = e.debugSlices, Xt = Mt !== void 0 && Mt, Ft = e.sliceTooltip, zt = Ft === void 0 ? x3 : Ft, Qt = e.enableCrosshair, wt = Qt === void 0 || Qt, Jt = e.crosshairType, fn = Jt === void 0 ? "bottom-left" : Jt, cn = e.enableTouchCrosshair, xe = cn !== void 0 && cn, Ae = e.role, Le = Ae === void 0 ? "img" : Ae, Je = bc(_, x, g), qe = Je.margin, vt = Je.innerWidth, U = Je.innerHeight, le = Je.outerWidth, ae = Je.outerHeight, ce = w3({ data: t, xScale: r, xFormat: i, yScale: o, yFormat: s, width: vt, height: U, colors: p, curve: d, areaBaselineValue: h, pointColor: P, pointBorderColor: K, enableSlices: _t }), _e = ce.legendData, je = ce.toggleSerie, Te = ce.lineGenerator, Ee = ce.areaGenerator, We = ce.series, Fe = ce.xScale, nt = ce.yScale, Gt = ce.slices, Pt = ce.points, an = $t(), ye = Ar(P, an), gn = Ar(K, an), It = Re(null), sr = It[0], Tc = It[1], cr = Re(null), Ei = cr[0], Sc = cr[1], Dr = { grid: v.jsx(m3, { theme: an, width: vt, height: U, xScale: O ? Fe : null, yScale: k ? nt : null, xValues: $, yValues: M }, "grid"), markers: v.jsx(W4, { markers: mt, width: vt, height: U, xScale: Fe, yScale: nt, theme: an }, "markers"), axes: v.jsx(p3, { xScale: Fe, yScale: nt, width: vt, height: U, theme: an, top: b, right: S, bottom: T, left: E }, "axes"), areas: null, lines: v.jsx(ZK, { lines: We, lineGenerator: Te, lineWidth: I }, "lines"), slices: null, points: null, crosshair: null, mesh: null, legends: fe.map(function(Nr, Eo) {
|
|
26104
26101
|
return v.jsx(Cg, Mn({}, Nr, { containerWidth: vt, containerHeight: U, data: Nr.data || _e, theme: an, toggleSerie: Nr.toggleSerie ? je : void 0 }), "legend." + Eo);
|
|
26105
26102
|
}) }, Nd = wg(Ne, We, Ge);
|
|
26106
26103
|
return V && (Dr.areas = v.jsx(YK, { areaGenerator: Ee, areaOpacity: B, areaBlendMode: ne, lines: We }, "areas")), $e && _t !== !1 && (Dr.slices = v.jsx(XK, { slices: Gt, axis: _t, debug: Xt, height: U, tooltip: zt, current: Ei, setCurrent: Sc, onMouseEnter: bt, onMouseMove: Wt, onMouseLeave: ft, onClick: gt, onTouchStart: xt, onTouchMove: Yt, onTouchEnd: Ue }, "slices")), X && (Dr.points = v.jsx(QK, { points: Pt, symbol: J, size: re, color: ye, borderWidth: z, borderColor: gn, enableLabel: ee, label: Ce, labelYOffset: be }, "points")), $e && wt && (sr !== null && (Dr.crosshair = v.jsx(Dh, { width: vt, height: U, x: sr.x, y: sr.y, type: fn }, "crosshair")), Ei !== null && (Dr.crosshair = v.jsx(Dh, { width: vt, height: U, x: Ei.x, y: Ei.y, type: _t }, "crosshair"))), $e && jt && _t === !1 && (Dr.mesh = v.jsx(JK, { points: Pt, width: vt, height: U, margin: qe, current: sr, setCurrent: Tc, onMouseEnter: bt, onMouseMove: Wt, onMouseLeave: ft, onClick: gt, onTouchStart: xt, onTouchMove: Yt, onTouchEnd: Ue, tooltip: Qe, enableTouchCrosshair: xe, debug: dt }, "mesh")), v.jsx(Pd, { defs: Nd, width: le, height: ae, margin: qe, role: Le, children: l.map(function(Nr, Eo) {
|
|
26107
26104
|
return typeof Nr == "function" ? v.jsx(ds, { children: Nr(Mn({}, e, { innerWidth: vt, innerHeight: U, series: We, slices: Gt, points: Pt, xScale: Fe, yScale: nt, lineGenerator: Te, areaGenerator: Ee, currentPoint: sr, setCurrentPoint: Tc, currentSlice: Ei, setCurrentSlice: Sc })) }, Eo) : Dr[Nr];
|
|
26108
26105
|
}) });
|
|
26109
|
-
}),
|
|
26106
|
+
}), Cre = function(e) {
|
|
26110
26107
|
return v.jsx(Oo, { children: function(t) {
|
|
26111
26108
|
var n = t.width, r = t.height;
|
|
26112
26109
|
return v.jsx(eX, Mn({ width: n, height: r }, e));
|
|
26113
26110
|
} });
|
|
26114
26111
|
}, tX = z4(function(e) {
|
|
26115
|
-
var t = we(null), n = e.width, r = e.height, i = e.margin, a = e.pixelRatio, o = a === void 0 ? typeof window < "u" && window.devicePixelRatio || 1 : a, s = e.data, c = e.xScale, l = c === void 0 ? { type: "point" } : c, u = e.xFormat, d = e.yScale, f = d === void 0 ? { type: "linear", min: 0, max: "auto" } : d, h = e.yFormat, m = e.curve, p = m === void 0 ? "linear" : m, g = e.layers, _ = g === void 0 ? ["grid", "markers", "axes", "areas", "crosshair", "lines", "points", "slices", "mesh", "legends"] : g, x = e.colors, b = x === void 0 ? { scheme: "nivo" } : x, S = e.lineWidth, y = S === void 0 ? 2 : S, T = e.enableArea, R = T !== void 0 && T, E = e.areaBaselineValue, C = E === void 0 ? 0 : E, O = e.areaOpacity, w = O === void 0 ? 0.2 : O, k = e.enablePoints, $ = k === void 0 || k, M = e.pointSize, j = M === void 0 ? 6 : M, I = e.pointColor, D = I === void 0 ? { from: "color" } : I, V = e.pointBorderWidth, W = V === void 0 ? 0 : V, B = e.pointBorderColor, G = B === void 0 ? { theme: "background" } : B, ne = e.enableGridX, te = ne === void 0 || ne, X = e.gridXValues, J = e.enableGridY, Q = J === void 0 || J, re = e.gridYValues, L = e.axisTop, P = e.axisRight, N = e.axisBottom, z = N === void 0 ? {} : N, A = e.axisLeft, K = A === void 0 ? {} : A, Z = e.legends, ee = Z === void 0 ? [] : Z, ge = e.isInteractive, Ce = ge === void 0 || ge, be = e.debugMesh, ze = be !== void 0 && be, Ne = e.onMouseLeave, Ke = e.onClick, Ge = e.tooltip, mt = Ge === void 0 ? $g : Ge, ut = e.canvasRef, fe = bc(n, r, i), ve = fe.margin, $e = fe.innerWidth,
|
|
26112
|
+
var t = we(null), n = e.width, r = e.height, i = e.margin, a = e.pixelRatio, o = a === void 0 ? typeof window < "u" && window.devicePixelRatio || 1 : a, s = e.data, c = e.xScale, l = c === void 0 ? { type: "point" } : c, u = e.xFormat, d = e.yScale, f = d === void 0 ? { type: "linear", min: 0, max: "auto" } : d, h = e.yFormat, m = e.curve, p = m === void 0 ? "linear" : m, g = e.layers, _ = g === void 0 ? ["grid", "markers", "axes", "areas", "crosshair", "lines", "points", "slices", "mesh", "legends"] : g, x = e.colors, b = x === void 0 ? { scheme: "nivo" } : x, S = e.lineWidth, y = S === void 0 ? 2 : S, T = e.enableArea, R = T !== void 0 && T, E = e.areaBaselineValue, C = E === void 0 ? 0 : E, O = e.areaOpacity, w = O === void 0 ? 0.2 : O, k = e.enablePoints, $ = k === void 0 || k, M = e.pointSize, j = M === void 0 ? 6 : M, I = e.pointColor, D = I === void 0 ? { from: "color" } : I, V = e.pointBorderWidth, W = V === void 0 ? 0 : V, B = e.pointBorderColor, G = B === void 0 ? { theme: "background" } : B, ne = e.enableGridX, te = ne === void 0 || ne, X = e.gridXValues, J = e.enableGridY, Q = J === void 0 || J, re = e.gridYValues, L = e.axisTop, P = e.axisRight, N = e.axisBottom, z = N === void 0 ? {} : N, A = e.axisLeft, K = A === void 0 ? {} : A, Z = e.legends, ee = Z === void 0 ? [] : Z, ge = e.isInteractive, Ce = ge === void 0 || ge, be = e.debugMesh, ze = be !== void 0 && be, Ne = e.onMouseLeave, Ke = e.onClick, Ge = e.tooltip, mt = Ge === void 0 ? $g : Ge, ut = e.canvasRef, fe = bc(n, r, i), ve = fe.margin, $e = fe.innerWidth, ot = fe.innerHeight, jt = fe.outerWidth, Xe = fe.outerHeight, dt = $t(), bt = Re(null), Wt = bt[0], ft = bt[1], gt = w3({ data: s, xScale: l, xFormat: u, yScale: f, yFormat: h, width: $e, height: ot, colors: b, curve: p, areaBaselineValue: C, pointColor: D, pointBorderColor: G }), xt = gt.lineGenerator, Yt = gt.areaGenerator, Ue = gt.series, De = gt.xScale, Qe = gt.yScale, ht = gt.points, _t = b3({ points: ht, width: $e, height: ot, debug: ze }), Mt = _t.delaunay, Xt = _t.voronoi;
|
|
26116
26113
|
Me(function() {
|
|
26117
26114
|
ut && (ut.current = t.current), t.current.width = jt * o, t.current.height = Xe * o;
|
|
26118
26115
|
var xe = t.current.getContext("2d");
|
|
26119
26116
|
xe.scale(o, o), xe.fillStyle = dt.background, xe.fillRect(0, 0, jt, Xe), xe.translate(ve.left, ve.top), _.forEach(function(Ae) {
|
|
26120
|
-
if (typeof Ae == "function" && Ae({ ctx: xe, innerWidth: $e, innerHeight:
|
|
26117
|
+
if (typeof Ae == "function" && Ae({ ctx: xe, innerWidth: $e, innerHeight: ot, series: Ue, points: ht, xScale: De, yScale: Qe, lineWidth: y, lineGenerator: xt, areaGenerator: Yt, currentPoint: Wt, setCurrentPoint: ft }), Ae === "grid" && dt.grid.line.strokeWidth > 0 && (xe.lineWidth = dt.grid.line.strokeWidth, xe.strokeStyle = dt.grid.line.stroke, te && iu(xe, { width: $e, height: ot, scale: De, axis: "x", values: X }), Q && iu(xe, { width: $e, height: ot, scale: Qe, axis: "y", values: re })), Ae === "axes" && g3(xe, { xScale: De, yScale: Qe, width: $e, height: ot, top: L, right: P, bottom: z, left: K, theme: dt }), Ae === "areas" && R === !0) {
|
|
26121
26118
|
xe.save(), xe.globalAlpha = w, Yt.context(xe);
|
|
26122
26119
|
for (var Le = Ue.length - 1; Le >= 0; Le--) xe.fillStyle = Ue[Le].color, xe.beginPath(), Yt(Ue[Le].data.map(function(qe) {
|
|
26123
26120
|
return qe.position;
|
|
@@ -26135,17 +26132,17 @@ var WK = function(e) {
|
|
|
26135
26132
|
return { id: qe.id, label: qe.id, color: qe.color };
|
|
26136
26133
|
}).reverse();
|
|
26137
26134
|
ee.forEach(function(qe) {
|
|
26138
|
-
e3(xe, Mn({}, qe, { data: qe.data || Je, containerWidth: $e, containerHeight:
|
|
26135
|
+
e3(xe, Mn({}, qe, { data: qe.data || Je, containerWidth: $e, containerHeight: ot, theme: dt }));
|
|
26139
26136
|
});
|
|
26140
26137
|
}
|
|
26141
26138
|
});
|
|
26142
26139
|
}, [t, jt, Xe, _, dt, xt, Ue, De, Qe, te, X, Q, re, L, P, z, K, ee, ht, $, j, Wt]);
|
|
26143
26140
|
var Ft = Y(function(xe) {
|
|
26144
26141
|
var Ae = us(t.current, xe), Le = Ae[0], Je = Ae[1];
|
|
26145
|
-
if (!V4(ve.left, ve.top, $e,
|
|
26142
|
+
if (!V4(ve.left, ve.top, $e, ot, Le, Je)) return null;
|
|
26146
26143
|
var qe = Mt.find(Le - ve.left, Je - ve.top);
|
|
26147
26144
|
return ht[qe];
|
|
26148
|
-
}, [t, ve, $e,
|
|
26145
|
+
}, [t, ve, $e, ot, Mt]), zt = ga(), Qt = zt.showTooltipFromEvent, wt = zt.hideTooltip, Jt = Y(function(xe) {
|
|
26149
26146
|
var Ae = Ft(xe);
|
|
26150
26147
|
ft(Ae), Ae ? Qt(nn(mt, { point: Ae }), xe) : wt();
|
|
26151
26148
|
}, [Ft, ft, Qt, wt, mt]), fn = Y(function(xe) {
|
|
@@ -26649,7 +26646,7 @@ var qy, $ee = function(e) {
|
|
|
26649
26646
|
return Qe !== Ue;
|
|
26650
26647
|
}) : [].concat(De, [Ue]);
|
|
26651
26648
|
});
|
|
26652
|
-
}, []), Ke = ta(n), Ge = ta(o), mt = ta(c), ut = oo(l), fe = $t(), ve = Tg(d, h), $e = Ar(p, fe),
|
|
26649
|
+
}, []), Ke = ta(n), Ge = ta(o), mt = ta(c), ut = oo(l), fe = $t(), ve = Tg(d, h), $e = Ar(p, fe), ot = Ar(_, fe), jt = (b === "grouped" ? Fee : Hee)({ layout: y, reverse: R, data: E, getIndex: Ke, keys: i, minValue: O, maxValue: k, width: M, height: j, getColor: ve, padding: D, innerPadding: W, valueScale: G, indexScale: te, hiddenIds: be, formatValue: ut, getTooltipLabel: mt, margin: $ }), Xe = jt.bars, dt = jt.xScale, bt = jt.yScale, Wt = oe(function() {
|
|
26653
26650
|
return Xe.filter(function(Ue) {
|
|
26654
26651
|
return Ue.data.value !== null;
|
|
26655
26652
|
}).map(function(Ue, De) {
|
|
@@ -26697,7 +26694,7 @@ var qy, $ee = function(e) {
|
|
|
26697
26694
|
return Ft;
|
|
26698
26695
|
}(Xe, dt, bt, y, b, ge, ut);
|
|
26699
26696
|
}, [Xe, dt, bt, y, b, ge, ut]);
|
|
26700
|
-
return { bars: Xe, barsWithValue: Wt, xScale: dt, yScale: bt, getIndex: Ke, getLabel: Ge, getTooltipLabel: mt, formatValue: ut, getColor: ve, getBorderColor: $e, getLabelColor:
|
|
26697
|
+
return { bars: Xe, barsWithValue: Wt, xScale: dt, yScale: bt, getIndex: Ke, getLabel: Ge, getTooltipLabel: mt, formatValue: ut, getColor: ve, getBorderColor: $e, getLabelColor: ot, shouldRenderBarLabel: ft, hiddenIds: be, toggleSerie: Ne, legendsWithData: xt, barTotals: Yt };
|
|
26701
26698
|
}, Zee = function(e) {
|
|
26702
26699
|
var t = e.data, n = e.springConfig, r = e.animate, i = e.layout, a = i === void 0 ? Vt.layout : i, o = $t();
|
|
26703
26700
|
return ma(t, { keys: function(s) {
|
|
@@ -26714,7 +26711,7 @@ var qy, $ee = function(e) {
|
|
|
26714
26711
|
return v.jsx(kt.text, { x: s.x, y: s.y, fillOpacity: s.labelOpacity, style: Rt({}, o.labels.text, { pointerEvents: "none", fill: o.text.fill }), fontWeight: "bold", fontSize: o.labels.text.fontSize, fontFamily: o.labels.text.fontFamily, textAnchor: a === "vertical" ? "middle" : "start", alignmentBaseline: a === "vertical" ? "alphabetic" : "middle", children: c.formattedValue }, c.key);
|
|
26715
26712
|
});
|
|
26716
26713
|
}, Kee = ["isInteractive", "animate", "motionConfig", "theme", "renderWrapper"], Xee = function(e) {
|
|
26717
|
-
var t = e.data, n = e.indexBy, r = e.keys, i = e.margin, a = e.width, o = e.height, s = e.groupMode, c = e.layout, l = e.reverse, u = e.minValue, d = e.maxValue, f = e.valueScale, h = e.indexScale, m = e.padding, p = e.innerPadding, g = e.axisTop, _ = e.axisRight, x = e.axisBottom, b = x === void 0 ? Vt.axisBottom : x, S = e.axisLeft, y = S === void 0 ? Vt.axisLeft : S, T = e.enableGridX, R = T === void 0 ? Vt.enableGridX : T, E = e.enableGridY, C = E === void 0 ? Vt.enableGridY : E, O = e.gridXValues, w = e.gridYValues, k = e.layers, $ = k === void 0 ? Vt.layers : k, M = e.barComponent, j = M === void 0 ? Vt.barComponent : M, I = e.enableLabel, D = I === void 0 ? Vt.enableLabel : I, V = e.label, W = e.labelSkipWidth, B = W === void 0 ? Vt.labelSkipWidth : W, G = e.labelSkipHeight, ne = G === void 0 ? Vt.labelSkipHeight : G, te = e.labelTextColor, X = e.markers, J = X === void 0 ? Vt.markers : X, Q = e.colorBy, re = e.colors, L = e.defs, P = L === void 0 ? Vt.defs : L, N = e.fill, z = N === void 0 ? Vt.fill : N, A = e.borderRadius, K = A === void 0 ? Vt.borderRadius : A, Z = e.borderWidth, ee = Z === void 0 ? Vt.borderWidth : Z, ge = e.borderColor, Ce = e.annotations, be = Ce === void 0 ? Vt.annotations : Ce, ze = e.legendLabel, Ne = e.tooltipLabel, Ke = e.valueFormat, Ge = e.isInteractive, mt = Ge === void 0 ? Vt.isInteractive : Ge, ut = e.tooltip, fe = ut === void 0 ? Vt.tooltip : ut, ve = e.onClick, $e = e.onMouseEnter,
|
|
26714
|
+
var t = e.data, n = e.indexBy, r = e.keys, i = e.margin, a = e.width, o = e.height, s = e.groupMode, c = e.layout, l = e.reverse, u = e.minValue, d = e.maxValue, f = e.valueScale, h = e.indexScale, m = e.padding, p = e.innerPadding, g = e.axisTop, _ = e.axisRight, x = e.axisBottom, b = x === void 0 ? Vt.axisBottom : x, S = e.axisLeft, y = S === void 0 ? Vt.axisLeft : S, T = e.enableGridX, R = T === void 0 ? Vt.enableGridX : T, E = e.enableGridY, C = E === void 0 ? Vt.enableGridY : E, O = e.gridXValues, w = e.gridYValues, k = e.layers, $ = k === void 0 ? Vt.layers : k, M = e.barComponent, j = M === void 0 ? Vt.barComponent : M, I = e.enableLabel, D = I === void 0 ? Vt.enableLabel : I, V = e.label, W = e.labelSkipWidth, B = W === void 0 ? Vt.labelSkipWidth : W, G = e.labelSkipHeight, ne = G === void 0 ? Vt.labelSkipHeight : G, te = e.labelTextColor, X = e.markers, J = X === void 0 ? Vt.markers : X, Q = e.colorBy, re = e.colors, L = e.defs, P = L === void 0 ? Vt.defs : L, N = e.fill, z = N === void 0 ? Vt.fill : N, A = e.borderRadius, K = A === void 0 ? Vt.borderRadius : A, Z = e.borderWidth, ee = Z === void 0 ? Vt.borderWidth : Z, ge = e.borderColor, Ce = e.annotations, be = Ce === void 0 ? Vt.annotations : Ce, ze = e.legendLabel, Ne = e.tooltipLabel, Ke = e.valueFormat, Ge = e.isInteractive, mt = Ge === void 0 ? Vt.isInteractive : Ge, ut = e.tooltip, fe = ut === void 0 ? Vt.tooltip : ut, ve = e.onClick, $e = e.onMouseEnter, ot = e.onMouseLeave, jt = e.legends, Xe = e.role, dt = Xe === void 0 ? Vt.role : Xe, bt = e.ariaLabel, Wt = e.ariaLabelledBy, ft = e.ariaDescribedBy, gt = e.isFocusable, xt = gt === void 0 ? Vt.isFocusable : gt, Yt = e.barAriaLabel, Ue = e.barAriaLabelledBy, De = e.barAriaDescribedBy, Qe = e.initialHiddenIds, ht = e.enableTotals, _t = ht === void 0 ? Vt.enableTotals : ht, Mt = e.totalsOffset, Xt = Mt === void 0 ? Vt.totalsOffset : Mt, Ft = Rn(), zt = Ft.animate, Qt = Ft.config, wt = bc(a, o, i), Jt = wt.outerWidth, fn = wt.outerHeight, cn = wt.margin, xe = wt.innerWidth, Ae = wt.innerHeight, Le = I3({ indexBy: n, label: V, tooltipLabel: Ne, valueFormat: Ke, colors: re, colorBy: Q, borderColor: ge, labelTextColor: te, groupMode: s, layout: c, reverse: l, data: t, keys: r, minValue: u, maxValue: d, margin: cn, width: xe, height: Ae, padding: m, innerPadding: p, valueScale: f, indexScale: h, enableLabel: D, labelSkipWidth: B, labelSkipHeight: ne, legends: jt, legendLabel: ze, initialHiddenIds: Qe, totalsOffset: Xt }), Je = Le.bars, qe = Le.barsWithValue, vt = Le.xScale, U = Le.yScale, le = Le.getLabel, ae = Le.getTooltipLabel, ce = Le.getBorderColor, _e = Le.getLabelColor, je = Le.shouldRenderBarLabel, Te = Le.toggleSerie, Ee = Le.legendsWithData, We = Le.barTotals, Fe = ma(qe, { keys: function(ye) {
|
|
26718
26715
|
return ye.key;
|
|
26719
26716
|
}, from: function(ye) {
|
|
26720
26717
|
return Rt({ borderColor: ce(ye), color: ye.color, height: 0, labelColor: _e(ye), labelOpacity: 0, labelX: ye.width / 2, labelY: ye.height / 2, transform: "translate(" + ye.x + ", " + (ye.y + ye.height) + ")", width: ye.width }, c === "vertical" ? {} : { height: ye.height, transform: "translate(" + ye.x + ", " + ye.y + ")", width: 0 });
|
|
@@ -26725,14 +26722,14 @@ var qy, $ee = function(e) {
|
|
|
26725
26722
|
}, leave: function(ye) {
|
|
26726
26723
|
return Rt({ borderColor: ce(ye), color: ye.color, height: 0, labelColor: _e(ye), labelOpacity: 0, labelX: ye.width / 2, labelY: 0, transform: "translate(" + ye.x + ", " + (ye.y + ye.height) + ")", width: ye.width }, c === "vertical" ? {} : { labelX: 0, labelY: ye.height / 2, height: ye.height, transform: "translate(" + ye.x + ", " + ye.y + ")", width: 0 });
|
|
26727
26724
|
}, config: Qt, immediate: !zt, initial: zt ? void 0 : null }), nt = oe(function() {
|
|
26728
|
-
return { borderRadius: K, borderWidth: ee, enableLabel: D, isInteractive: mt, labelSkipWidth: B, labelSkipHeight: ne, onClick: ve, onMouseEnter: $e, onMouseLeave:
|
|
26729
|
-
}, [K, ee, D, ae, mt, ne, B, ve, $e,
|
|
26725
|
+
return { borderRadius: K, borderWidth: ee, enableLabel: D, isInteractive: mt, labelSkipWidth: B, labelSkipHeight: ne, onClick: ve, onMouseEnter: $e, onMouseLeave: ot, getTooltipLabel: ae, tooltip: fe, isFocusable: xt, ariaLabel: Yt, ariaLabelledBy: Ue, ariaDescribedBy: De };
|
|
26726
|
+
}, [K, ee, D, ae, mt, ne, B, ve, $e, ot, fe, xt, Yt, Ue, De]), Gt = wg(P, Je, z, { dataKey: "data", targetKey: "data.fill" }), Pt = { annotations: null, axes: null, bars: null, grid: null, legends: null, markers: null, totals: null };
|
|
26730
26727
|
$.includes("annotations") && (Pt.annotations = v.jsx($ee, { bars: Je, annotations: be }, "annotations")), $.includes("axes") && (Pt.axes = v.jsx(p3, { xScale: vt, yScale: U, width: xe, height: Ae, top: g, right: _, bottom: b, left: y }, "axes")), $.includes("bars") && (Pt.bars = v.jsx(ds, { children: Fe(function(ye, gn) {
|
|
26731
26728
|
return nn(j, Rt({}, nt, { bar: gn, style: ye, shouldRenderLabel: je(gn), label: le(gn.data) }));
|
|
26732
26729
|
}) }, "bars")), $.includes("grid") && (Pt.grid = v.jsx(m3, { width: xe, height: Ae, xScale: R ? vt : null, yScale: C ? U : null, xValues: O, yValues: w }, "grid")), $.includes("legends") && (Pt.legends = v.jsx(Mee, { width: xe, height: Ae, legends: Ee, toggleSerie: Te }, "legends")), $.includes("markers") && (Pt.markers = v.jsx(W4, { markers: J, width: xe, height: Ae, xScale: vt, yScale: U }, "markers")), $.includes("totals") && _t && (Pt.totals = v.jsx(Zee, { data: We, springConfig: Qt, animate: zt, layout: c }, "totals"));
|
|
26733
26730
|
var an = oe(function() {
|
|
26734
|
-
return Rt({}, nt, { margin: cn, width: a, height: o, innerWidth: xe, innerHeight: Ae, bars: Je, legendData: Ee, enableLabel: D, xScale: vt, yScale: U, tooltip: fe, getTooltipLabel: ae, onClick: ve, onMouseEnter: $e, onMouseLeave:
|
|
26735
|
-
}, [nt, cn, a, o, xe, Ae, Je, Ee, D, vt, U, fe, ae, ve, $e,
|
|
26731
|
+
return Rt({}, nt, { margin: cn, width: a, height: o, innerWidth: xe, innerHeight: Ae, bars: Je, legendData: Ee, enableLabel: D, xScale: vt, yScale: U, tooltip: fe, getTooltipLabel: ae, onClick: ve, onMouseEnter: $e, onMouseLeave: ot });
|
|
26732
|
+
}, [nt, cn, a, o, xe, Ae, Je, Ee, D, vt, U, fe, ae, ve, $e, ot]);
|
|
26736
26733
|
return v.jsx(Pd, { width: Jt, height: fn, margin: cn, defs: Gt, role: dt, ariaLabel: bt, ariaLabelledBy: Wt, ariaDescribedBy: ft, isFocusable: xt, children: $.map(function(ye, gn) {
|
|
26737
26734
|
var It;
|
|
26738
26735
|
return typeof ye == "function" ? v.jsx(ds, { children: nn(ye, an) }, gn) : (It = Pt == null ? void 0 : Pt[ye]) != null ? It : null;
|
|
@@ -26752,7 +26749,7 @@ var qy, $ee = function(e) {
|
|
|
26752
26749
|
ae.moveTo(We + It, Fe), ae.lineTo(We + Ee - It, Fe), ae.quadraticCurveTo(We + Ee, Fe, We + Ee, Fe + It), ae.lineTo(We + Ee, Fe + Te - It), ae.quadraticCurveTo(We + Ee, Fe + Te, We + Ee - It, Fe + Te), ae.lineTo(We + It, Fe + Te), ae.quadraticCurveTo(We, Fe + Te, We, Fe + Te - It), ae.lineTo(We, Fe + It), ae.quadraticCurveTo(We, Fe, We + It, Fe), ae.closePath();
|
|
26753
26750
|
} else ae.rect(We, Fe, Ee, Te);
|
|
26754
26751
|
ae.fill(), Pt > 0 && ae.stroke(), gn && (ae.textBaseline = "middle", ae.textAlign = "center", ae.fillStyle = ye, ae.fillText(an, We + Ee / 2, Fe + Te / 2));
|
|
26755
|
-
} : M, I = e.enableLabel, D = I === void 0 ? yn.enableLabel : I, V = e.label, W = e.labelSkipWidth, B = W === void 0 ? yn.labelSkipWidth : W, G = e.labelSkipHeight, ne = G === void 0 ? yn.labelSkipHeight : G, te = e.labelTextColor, X = e.colorBy, J = e.colors, Q = e.borderRadius, re = Q === void 0 ? yn.borderRadius : Q, L = e.borderWidth, P = L === void 0 ? yn.borderWidth : L, N = e.borderColor, z = e.annotations, A = z === void 0 ? yn.annotations : z, K = e.legendLabel, Z = e.tooltipLabel, ee = e.valueFormat, ge = e.isInteractive, Ce = ge === void 0 ? yn.isInteractive : ge, be = e.tooltip, ze = be === void 0 ? yn.tooltip : be, Ne = e.onClick, Ke = e.onMouseEnter, Ge = e.onMouseLeave, mt = e.legends, ut = e.pixelRatio, fe = ut === void 0 ? yn.pixelRatio : ut, ve = e.canvasRef, $e = e.enableTotals,
|
|
26752
|
+
} : M, I = e.enableLabel, D = I === void 0 ? yn.enableLabel : I, V = e.label, W = e.labelSkipWidth, B = W === void 0 ? yn.labelSkipWidth : W, G = e.labelSkipHeight, ne = G === void 0 ? yn.labelSkipHeight : G, te = e.labelTextColor, X = e.colorBy, J = e.colors, Q = e.borderRadius, re = Q === void 0 ? yn.borderRadius : Q, L = e.borderWidth, P = L === void 0 ? yn.borderWidth : L, N = e.borderColor, z = e.annotations, A = z === void 0 ? yn.annotations : z, K = e.legendLabel, Z = e.tooltipLabel, ee = e.valueFormat, ge = e.isInteractive, Ce = ge === void 0 ? yn.isInteractive : ge, be = e.tooltip, ze = be === void 0 ? yn.tooltip : be, Ne = e.onClick, Ke = e.onMouseEnter, Ge = e.onMouseLeave, mt = e.legends, ut = e.pixelRatio, fe = ut === void 0 ? yn.pixelRatio : ut, ve = e.canvasRef, $e = e.enableTotals, ot = $e === void 0 ? yn.enableTotals : $e, jt = e.totalsOffset, Xe = jt === void 0 ? yn.totalsOffset : jt, dt = we(null), bt = $t(), Wt = bc(a, o, i), ft = Wt.margin, gt = Wt.innerWidth, xt = Wt.innerHeight, Yt = Wt.outerWidth, Ue = Wt.outerHeight, De = I3({ indexBy: n, label: V, tooltipLabel: Z, valueFormat: ee, colors: J, colorBy: X, borderColor: N, labelTextColor: te, groupMode: s, layout: c, reverse: l, data: t, keys: r, minValue: u, maxValue: d, margin: ft, width: gt, height: xt, padding: m, innerPadding: p, valueScale: f, indexScale: h, enableLabel: D, labelSkipWidth: B, labelSkipHeight: ne, legends: mt, legendLabel: K, totalsOffset: Xe }), Qe = De.bars, ht = De.barsWithValue, _t = De.xScale, Mt = De.yScale, Xt = De.getLabel, Ft = De.getTooltipLabel, zt = De.getBorderColor, Qt = De.getLabelColor, wt = De.shouldRenderBarLabel, Jt = De.legendsWithData, fn = De.barTotals, cn = ga(), xe = cn.showTooltipFromEvent, Ae = cn.hideTooltip, Le = _ee({ annotations: M3({ data: Qe, annotations: A, getPosition: function(ae) {
|
|
26756
26753
|
return { x: ae.x, y: ae.y };
|
|
26757
26754
|
}, getDimensions: function(ae) {
|
|
26758
26755
|
var ce = ae.width, _e = ae.height;
|
|
@@ -26768,13 +26765,13 @@ var qy, $ee = function(e) {
|
|
|
26768
26765
|
}) : _e === "legends" ? Jt.forEach(function(je) {
|
|
26769
26766
|
var Te = je[0], Ee = je[1];
|
|
26770
26767
|
e3(ce, Rt({}, Te, { data: Ee, containerWidth: gt, containerHeight: xt, theme: bt }));
|
|
26771
|
-
}) : _e === "annotations" ? Eee(ce, { annotations: Le, theme: bt }) : _e === "totals" &&
|
|
26768
|
+
}) : _e === "annotations" ? Eee(ce, { annotations: Le, theme: bt }) : _e === "totals" && ot ? function(je, Te, Ee, We) {
|
|
26772
26769
|
We === void 0 && (We = yn.layout), je.fillStyle = Ee.text.fill, je.font = "bold " + Ee.labels.text.fontSize + "px " + Ee.labels.text.fontFamily, je.textBaseline = We === "vertical" ? "alphabetic" : "middle", je.textAlign = We === "vertical" ? "center" : "start", Te.forEach(function(Fe) {
|
|
26773
26770
|
je.fillText(Fe.formattedValue, Fe.x, Fe.y);
|
|
26774
26771
|
});
|
|
26775
26772
|
}(ce, fn, bt, c) : typeof _e == "function" && _e(ce, Je);
|
|
26776
26773
|
}), ce.save());
|
|
26777
|
-
}, [b, y, _, g, ht, re, P, Le, R, C, zt, Xt, Qt, O, w, s, o, xt, gt, Je, $, c, Jt, ft.left, ft.top, Ue, Yt, fe, j, _t, Mt, l, wt, bt, a, fn,
|
|
26774
|
+
}, [b, y, _, g, ht, re, P, Le, R, C, zt, Xt, Qt, O, w, s, o, xt, gt, Je, $, c, Jt, ft.left, ft.top, Ue, Yt, fe, j, _t, Mt, l, wt, bt, a, fn, ot, qe]);
|
|
26778
26775
|
var vt = Y(function(ae) {
|
|
26779
26776
|
if (Qe && dt.current) {
|
|
26780
26777
|
var ce = us(dt.current, ae), _e = ce[0], je = ce[1], Te = Nf(Qe, ft, _e, je);
|
|
@@ -26798,7 +26795,7 @@ var qy, $ee = function(e) {
|
|
|
26798
26795
|
}, tte = vr(function(e, t) {
|
|
26799
26796
|
var n = e.isInteractive, r = e.renderWrapper, i = e.theme, a = ko(e, Jee);
|
|
26800
26797
|
return v.jsx(xc, { isInteractive: n, renderWrapper: r, theme: i, animate: !1, children: v.jsx(ete, Rt({}, a, { canvasRef: t })) });
|
|
26801
|
-
}),
|
|
26798
|
+
}), Ore = function(e) {
|
|
26802
26799
|
return v.jsx(Oo, { children: function(t) {
|
|
26803
26800
|
var n = t.width, r = t.height;
|
|
26804
26801
|
return v.jsx(Qee, Rt({ width: n, height: r }, e));
|
|
@@ -26843,7 +26840,7 @@ const nte = "_side-content-bar_16o0s_1", rte = "_mobile_16o0s_12", ite = "_expan
|
|
|
26843
26840
|
}, ute = ({ title: e }) => /* @__PURE__ */ v.jsx("div", { className: "mb-3", children: typeof e == "string" ? /* @__PURE__ */ v.jsx(In, { variant: "h3", children: e }) : e }), dte = "_full-screen-container_1rm4r_1", D3 = {
|
|
26844
26841
|
"full-screen-container": "_full-screen-container_1rm4r_1",
|
|
26845
26842
|
fullScreenContainer: dte
|
|
26846
|
-
}, fte = se("overflow-hidden luminus-full-screen-container", D3.fullScreenContainer), hte = "container-fluid",
|
|
26843
|
+
}, fte = se("overflow-hidden luminus-full-screen-container", D3.fullScreenContainer), hte = "container-fluid", kre = ({ title: e, children: t, sideContent: n, sideContentWidth: r = 250, sideContentResizeable: i = !0, noPadding: a, className: o, variant: s = "main", helmet: c, unavailableOnMobile: l }) => {
|
|
26847
26844
|
const { addHelmet: u, removeHelmet: d } = me(q$), { texts: { container: f } } = me(sn), [h, m] = Re(r), [p, g] = Re(!1), _ = oe(() => {
|
|
26848
26845
|
switch (s) {
|
|
26849
26846
|
case "fullScreen":
|
|
@@ -27360,16 +27357,16 @@ const Nte = () => {
|
|
|
27360
27357
|
downloadButton: Vte
|
|
27361
27358
|
};
|
|
27362
27359
|
function qte(e) {
|
|
27363
|
-
return
|
|
27360
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 384 512" }, child: [{ tag: "path", attr: { d: "M320 464c8.8 0 16-7.2 16-16V160H256c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16H320zM0 64C0 28.7 28.7 0 64 0H229.5c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64z" }, child: [] }] })(e);
|
|
27364
27361
|
}
|
|
27365
27362
|
function Yte(e) {
|
|
27366
|
-
return
|
|
27363
|
+
return st({ tag: "svg", attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M448 80c8.8 0 16 7.2 16 16V415.8l-5-6.5-136-176c-4.5-5.9-11.6-9.3-19-9.3s-14.4 3.4-19 9.3L202 340.7l-30.5-42.7C167 291.7 159.8 288 152 288s-15 3.7-19.5 10.1l-80 112L48 416.3l0-.3V96c0-8.8 7.2-16 16-16H448zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm80 192a48 48 0 1 0 0-96 48 48 0 1 0 0 96z" }, child: [] }] })(e);
|
|
27367
27364
|
}
|
|
27368
27365
|
function Gte(e) {
|
|
27369
|
-
return
|
|
27366
|
+
return st({ tag: "svg", attr: { role: "img", viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M23 1.5q.41 0 .7.3.3.29.3.7v19q0 .41-.3.7-.29.3-.7.3H7q-.41 0-.7-.3-.3-.29-.3-.7V18H1q-.41 0-.7-.3-.3-.29-.3-.7V7q0-.41.3-.7Q.58 6 1 6h5V2.5q0-.41.3-.7.29-.3.7-.3zM6 13.28l1.42 2.66h2.14l-2.38-3.87 2.34-3.8H7.46l-1.3 2.4-.05.08-.04.09-.64-1.28-.66-1.29H2.59l2.27 3.82-2.48 3.85h2.16zM14.25 21v-3H7.5v3zm0-4.5v-3.75H12v3.75zm0-5.25V7.5H12v3.75zm0-5.25V3H7.5v3zm8.25 15v-3h-6.75v3zm0-4.5v-3.75h-6.75v3.75zm0-5.25V7.5h-6.75v3.75zm0-5.25V3h-6.75v3Z" }, child: [] }] })(e);
|
|
27370
27367
|
}
|
|
27371
27368
|
function Zte(e) {
|
|
27372
|
-
return
|
|
27369
|
+
return st({ tag: "svg", attr: { role: "img", viewBox: "0 0 24 24" }, child: [{ tag: "path", attr: { d: "M23.004 1.5q.41 0 .703.293t.293.703v19.008q0 .41-.293.703t-.703.293H6.996q-.41 0-.703-.293T6 21.504V18H.996q-.41 0-.703-.293T0 17.004V6.996q0-.41.293-.703T.996 6H6V2.496q0-.41.293-.703t.703-.293zM6.035 11.203l1.442 4.735h1.64l1.57-7.876H9.036l-.937 4.653-1.325-4.5H5.38l-1.406 4.523-.938-4.675H1.312l1.57 7.874h1.641zM22.5 21v-3h-15v3zm0-4.5v-3.75H12v3.75zm0-5.25V7.5H12v3.75zm0-5.25V3h-15v3Z" }, child: [] }] })(e);
|
|
27373
27370
|
}
|
|
27374
27371
|
const Kte = "_excel_18ggp_1", Xte = "_word_18ggp_5", Qte = "_pdf_18ggp_9", Jte = "_image_18ggp_13", Qc = {
|
|
27375
27372
|
excel: Kte,
|
|
@@ -28021,7 +28018,7 @@ const gne = ([e, t], n, r) => {
|
|
|
28021
28018
|
documentTypes: []
|
|
28022
28019
|
}, [t, n] = eb(vne, e);
|
|
28023
28020
|
return [t, n];
|
|
28024
|
-
},
|
|
28021
|
+
}, Ere = Et(({ entityType: e, entityId: t, className: n, BnfTableComponent: r, tableIdentifier: i, customRootFolderName: a, writePermissions: o = !0, ...s }) => {
|
|
28025
28022
|
const { isMobile: c } = Tu(), { ProjectIconComponent: l, texts: { documents: u } } = me(sn), [d, f] = yne(), [h, m] = Re(null), { loadDocuments: p, ...g } = gne([d, f], e, t), _ = oe(() => ({
|
|
28026
28023
|
entityId: t,
|
|
28027
28024
|
entityType: e,
|
|
@@ -28060,7 +28057,7 @@ const gne = ([e, t], n, r) => {
|
|
|
28060
28057
|
/* @__PURE__ */ v.jsx(Pte, {}),
|
|
28061
28058
|
h !== null ? /* @__PURE__ */ v.jsx(Pg, { files: h, handleClose: () => m(null), targetFolderId: d.activeFolder === "root" ? void 0 : d.activeFolder }) : null
|
|
28062
28059
|
] }) });
|
|
28063
|
-
}),
|
|
28060
|
+
}), $re = xn(void 0);
|
|
28064
28061
|
export {
|
|
28065
28062
|
zn as $,
|
|
28066
28063
|
Ap as A,
|
|
@@ -28080,14 +28077,14 @@ export {
|
|
|
28080
28077
|
n5 as O,
|
|
28081
28078
|
sn as P,
|
|
28082
28079
|
to as Q,
|
|
28083
|
-
|
|
28080
|
+
jne as R,
|
|
28084
28081
|
kO as S,
|
|
28085
28082
|
k5 as T,
|
|
28086
28083
|
db as U,
|
|
28087
28084
|
Su as V,
|
|
28088
|
-
|
|
28085
|
+
Nne as W,
|
|
28089
28086
|
ei as X,
|
|
28090
|
-
|
|
28087
|
+
Lne as Y,
|
|
28091
28088
|
Jp as Z,
|
|
28092
28089
|
qx as _,
|
|
28093
28090
|
mi as a,
|
|
@@ -28095,39 +28092,39 @@ export {
|
|
|
28095
28092
|
W2 as a0,
|
|
28096
28093
|
In as a1,
|
|
28097
28094
|
Tu as a2,
|
|
28098
|
-
|
|
28095
|
+
Dne as a3,
|
|
28099
28096
|
bO as a4,
|
|
28100
|
-
|
|
28101
|
-
|
|
28097
|
+
Ine as a5,
|
|
28098
|
+
zne as a6,
|
|
28102
28099
|
sM as a7,
|
|
28103
28100
|
CO as a8,
|
|
28104
28101
|
H as a9,
|
|
28105
28102
|
z7 as aA,
|
|
28106
28103
|
Q7 as aB,
|
|
28107
|
-
|
|
28104
|
+
Une as aC,
|
|
28108
28105
|
DM as aD,
|
|
28109
|
-
|
|
28110
|
-
|
|
28106
|
+
bre as aE,
|
|
28107
|
+
xre as aF,
|
|
28111
28108
|
Cu as aG,
|
|
28112
28109
|
Wp as aH,
|
|
28113
28110
|
Bk as aI,
|
|
28114
|
-
|
|
28111
|
+
dre as aJ,
|
|
28115
28112
|
W7 as aK,
|
|
28116
28113
|
R2 as aL,
|
|
28117
28114
|
A2 as aM,
|
|
28118
|
-
|
|
28115
|
+
wre as aN,
|
|
28119
28116
|
Da as aO,
|
|
28120
28117
|
pp as aP,
|
|
28121
|
-
|
|
28118
|
+
Sre as aQ,
|
|
28122
28119
|
y2 as aR,
|
|
28123
|
-
|
|
28120
|
+
Cre as aS,
|
|
28124
28121
|
sh as aT,
|
|
28125
28122
|
vs as aU,
|
|
28126
28123
|
J7 as aV,
|
|
28127
|
-
|
|
28124
|
+
Vne as aW,
|
|
28128
28125
|
Bp as aX,
|
|
28129
28126
|
Gp as aY,
|
|
28130
|
-
|
|
28127
|
+
pre as aZ,
|
|
28131
28128
|
Hx as a_,
|
|
28132
28129
|
mb as aa,
|
|
28133
28130
|
rn as ab,
|
|
@@ -28137,14 +28134,14 @@ export {
|
|
|
28137
28134
|
H$ as af,
|
|
28138
28135
|
U2 as ag,
|
|
28139
28136
|
A7 as ah,
|
|
28140
|
-
|
|
28141
|
-
|
|
28137
|
+
gre as ai,
|
|
28138
|
+
Bne as aj,
|
|
28142
28139
|
y7 as ak,
|
|
28143
28140
|
F2 as al,
|
|
28144
28141
|
mu as am,
|
|
28145
|
-
|
|
28142
|
+
qne as an,
|
|
28146
28143
|
Vx as ao,
|
|
28147
|
-
|
|
28144
|
+
Wne as ap,
|
|
28148
28145
|
Up as aq,
|
|
28149
28146
|
N8 as ar,
|
|
28150
28147
|
wk as as,
|
|
@@ -28156,90 +28153,89 @@ export {
|
|
|
28156
28153
|
G7 as ay,
|
|
28157
28154
|
H7 as az,
|
|
28158
28155
|
hp as b,
|
|
28159
|
-
|
|
28156
|
+
Wk as b$,
|
|
28160
28157
|
lv as b0,
|
|
28161
|
-
|
|
28162
|
-
|
|
28163
|
-
|
|
28164
|
-
|
|
28165
|
-
|
|
28166
|
-
|
|
28167
|
-
|
|
28168
|
-
|
|
28169
|
-
|
|
28170
|
-
|
|
28171
|
-
|
|
28172
|
-
|
|
28173
|
-
|
|
28174
|
-
|
|
28175
|
-
|
|
28176
|
-
|
|
28177
|
-
|
|
28178
|
-
|
|
28179
|
-
|
|
28180
|
-
|
|
28181
|
-
|
|
28182
|
-
|
|
28183
|
-
|
|
28184
|
-
|
|
28185
|
-
$
|
|
28186
|
-
|
|
28187
|
-
|
|
28188
|
-
|
|
28158
|
+
$ne as b1,
|
|
28159
|
+
Ore as b2,
|
|
28160
|
+
IC as b3,
|
|
28161
|
+
Dp as b4,
|
|
28162
|
+
Qne as b5,
|
|
28163
|
+
$b as b6,
|
|
28164
|
+
bM as b7,
|
|
28165
|
+
kre as b8,
|
|
28166
|
+
kk as b9,
|
|
28167
|
+
Ere as bA,
|
|
28168
|
+
Fne as bB,
|
|
28169
|
+
Hne as bC,
|
|
28170
|
+
lte as bD,
|
|
28171
|
+
Yg as bE,
|
|
28172
|
+
$O as bF,
|
|
28173
|
+
MO as bG,
|
|
28174
|
+
Yne as bH,
|
|
28175
|
+
v2 as bI,
|
|
28176
|
+
ire as bJ,
|
|
28177
|
+
Jg as bK,
|
|
28178
|
+
q$ as bL,
|
|
28179
|
+
Y$ as bM,
|
|
28180
|
+
mre as bN,
|
|
28181
|
+
$2 as bO,
|
|
28182
|
+
V$ as bP,
|
|
28183
|
+
Ok as bQ,
|
|
28184
|
+
Fk as bR,
|
|
28185
|
+
are as bS,
|
|
28189
28186
|
ore as bT,
|
|
28190
28187
|
sre as bU,
|
|
28191
28188
|
cre as bV,
|
|
28192
|
-
|
|
28193
|
-
|
|
28189
|
+
Uk as bW,
|
|
28190
|
+
lre as bX,
|
|
28194
28191
|
ure as bY,
|
|
28195
|
-
|
|
28192
|
+
fre as bZ,
|
|
28196
28193
|
hre as b_,
|
|
28197
|
-
|
|
28198
|
-
|
|
28199
|
-
|
|
28200
|
-
|
|
28201
|
-
|
|
28202
|
-
|
|
28203
|
-
|
|
28204
|
-
|
|
28205
|
-
|
|
28206
|
-
|
|
28207
|
-
|
|
28208
|
-
|
|
28209
|
-
|
|
28210
|
-
|
|
28211
|
-
|
|
28212
|
-
|
|
28213
|
-
|
|
28214
|
-
|
|
28215
|
-
|
|
28216
|
-
|
|
28217
|
-
|
|
28218
|
-
|
|
28219
|
-
|
|
28220
|
-
|
|
28221
|
-
|
|
28222
|
-
|
|
28194
|
+
z$ as ba,
|
|
28195
|
+
Gne as bb,
|
|
28196
|
+
Qp as bc,
|
|
28197
|
+
em as bd,
|
|
28198
|
+
ec as be,
|
|
28199
|
+
kC as bf,
|
|
28200
|
+
Xp as bg,
|
|
28201
|
+
Tk as bh,
|
|
28202
|
+
bn as bi,
|
|
28203
|
+
Rg as bj,
|
|
28204
|
+
Kne as bk,
|
|
28205
|
+
R6 as bl,
|
|
28206
|
+
Sk as bm,
|
|
28207
|
+
AO as bn,
|
|
28208
|
+
px as bo,
|
|
28209
|
+
Ane as bp,
|
|
28210
|
+
Mne as bq,
|
|
28211
|
+
$re as br,
|
|
28212
|
+
Kt as bs,
|
|
28213
|
+
ene as bt,
|
|
28214
|
+
Pne as bu,
|
|
28215
|
+
W$ as bv,
|
|
28216
|
+
Nx as bw,
|
|
28217
|
+
_re as bx,
|
|
28218
|
+
N3 as by,
|
|
28219
|
+
vre as bz,
|
|
28223
28220
|
se as c,
|
|
28224
|
-
|
|
28225
|
-
|
|
28226
|
-
|
|
28227
|
-
|
|
28228
|
-
|
|
28229
|
-
|
|
28230
|
-
|
|
28231
|
-
|
|
28221
|
+
Vk as c0,
|
|
28222
|
+
qk as c1,
|
|
28223
|
+
oh as c2,
|
|
28224
|
+
Ck as c3,
|
|
28225
|
+
Zne as c4,
|
|
28226
|
+
F0 as c5,
|
|
28227
|
+
Yk as c6,
|
|
28228
|
+
Jne as c7,
|
|
28232
28229
|
ere as c8,
|
|
28233
28230
|
tre as c9,
|
|
28234
28231
|
nre as ca,
|
|
28235
28232
|
rre as cb,
|
|
28236
|
-
|
|
28237
|
-
|
|
28238
|
-
|
|
28239
|
-
|
|
28240
|
-
|
|
28241
|
-
|
|
28242
|
-
Qne as ci,
|
|
28233
|
+
Lk as cc,
|
|
28234
|
+
Nk as cd,
|
|
28235
|
+
ys as ce,
|
|
28236
|
+
Sl as cf,
|
|
28237
|
+
L0 as cg,
|
|
28238
|
+
Xne as ch,
|
|
28243
28239
|
ET as d,
|
|
28244
28240
|
ab as e,
|
|
28245
28241
|
At as f,
|