@tmf_ciclica/ciclicastorybook 1.2.68 → 1.2.69
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/index.cjs.js +7 -7
- package/dist/index.es.js +188 -188
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -19,7 +19,7 @@ import F2 from "@mui/material/Slider";
|
|
|
19
19
|
import { createTheme as A2, Box as O2 } from "@mui/material";
|
|
20
20
|
import { ThemeProvider as R2 } from "@emotion/react";
|
|
21
21
|
import { NavLink as Ut } from "react-router-dom";
|
|
22
|
-
const I2 = "_ambitSelector_mcunf_2", E2 = "_header_mcunf_13", q2 = "_nameDateContainer_mcunf_23", P2 = "_ambitName_mcunf_39", z2 = "_ambitDate_mcunf_53", Z2 = "_buttonsContainer_mcunf_67", j2 = "_ambitListContainer_mcunf_76", H2 = "_newAmbitButtonContainer_mcunf_80",
|
|
22
|
+
const I2 = "_ambitSelector_mcunf_2", E2 = "_header_mcunf_13", q2 = "_nameDateContainer_mcunf_23", P2 = "_ambitName_mcunf_39", z2 = "_ambitDate_mcunf_53", Z2 = "_buttonsContainer_mcunf_67", j2 = "_ambitListContainer_mcunf_76", H2 = "_newAmbitButtonContainer_mcunf_80", he = {
|
|
23
23
|
ambitSelector: I2,
|
|
24
24
|
header: E2,
|
|
25
25
|
nameDateContainer: q2,
|
|
@@ -148,30 +148,30 @@ const kt = "data:image/svg+xml,%3csvg%20width='14'%20height='16'%20viewBox='0%20
|
|
|
148
148
|
return /* @__PURE__ */ m(
|
|
149
149
|
"div",
|
|
150
150
|
{
|
|
151
|
-
className:
|
|
151
|
+
className: he.ambitSelector,
|
|
152
152
|
style: { color: s, ...l },
|
|
153
153
|
children: [
|
|
154
154
|
/* @__PURE__ */ m(
|
|
155
155
|
"div",
|
|
156
156
|
{
|
|
157
|
-
className:
|
|
157
|
+
className: he.header,
|
|
158
158
|
style: { borderBottom: `1px solid ${s}` },
|
|
159
159
|
children: [
|
|
160
|
-
/* @__PURE__ */ m("div", { className:
|
|
161
|
-
/* @__PURE__ */ i("div", { className:
|
|
160
|
+
/* @__PURE__ */ m("div", { className: he.nameDateContainer, children: [
|
|
161
|
+
/* @__PURE__ */ i("div", { className: he.ambitName, children: /* @__PURE__ */ m("button", { onClick: () => b("name"), children: [
|
|
162
162
|
/* @__PURE__ */ i("span", { children: g(t) }),
|
|
163
163
|
/* @__PURE__ */ i("img", { src: kt })
|
|
164
164
|
] }) }),
|
|
165
|
-
/* @__PURE__ */ i("div", { className:
|
|
165
|
+
/* @__PURE__ */ i("div", { className: he.ambitDate, children: /* @__PURE__ */ m("button", { onClick: () => b("date"), children: [
|
|
166
166
|
/* @__PURE__ */ i("span", { children: g(o) }),
|
|
167
167
|
/* @__PURE__ */ i("img", { src: kt })
|
|
168
168
|
] }) })
|
|
169
169
|
] }),
|
|
170
|
-
/* @__PURE__ */ i("div", { className:
|
|
170
|
+
/* @__PURE__ */ i("div", { className: he.buttonsContainer })
|
|
171
171
|
]
|
|
172
172
|
}
|
|
173
173
|
),
|
|
174
|
-
/* @__PURE__ */ i("div", { className:
|
|
174
|
+
/* @__PURE__ */ i("div", { className: he.ambitListContainer, children: _ && _.length > 0 && _.map((w) => /* @__PURE__ */ i(
|
|
175
175
|
Gt,
|
|
176
176
|
{
|
|
177
177
|
isActive: c == w.id,
|
|
@@ -185,7 +185,7 @@ const kt = "data:image/svg+xml,%3csvg%20width='14'%20height='16'%20viewBox='0%20
|
|
|
185
185
|
},
|
|
186
186
|
`ambitKey${w.id}`
|
|
187
187
|
)) }),
|
|
188
|
-
/* @__PURE__ */ i("div", { className:
|
|
188
|
+
/* @__PURE__ */ i("div", { className: he.newAmbitButtonContainer, children: /* @__PURE__ */ i(
|
|
189
189
|
Qe,
|
|
190
190
|
{
|
|
191
191
|
style: { ...a },
|
|
@@ -232,11 +232,11 @@ const o0 = "_buttonsContainer_1ks7x_2", a0 = "_vertical_1ks7x_6", l0 = "_horizon
|
|
|
232
232
|
top: h0,
|
|
233
233
|
bottom: m0,
|
|
234
234
|
right: g0
|
|
235
|
-
},
|
|
235
|
+
}, pe = ({ text: n, position: c, styleCustom: s = null }) => {
|
|
236
236
|
const { t: r } = F();
|
|
237
237
|
return /* @__PURE__ */ i("div", { className: `tooltip ${C0[c]}`, style: s, children: r(n) });
|
|
238
238
|
};
|
|
239
|
-
|
|
239
|
+
pe.propTypes = {
|
|
240
240
|
text: e.string.isRequired,
|
|
241
241
|
position: e.oneOf(["top", "bottom", "left", "right"]).isRequired,
|
|
242
242
|
styleCustom: e.object
|
|
@@ -279,7 +279,7 @@ const f0 = ({
|
|
|
279
279
|
children: _
|
|
280
280
|
}
|
|
281
281
|
),
|
|
282
|
-
t && /* @__PURE__ */ i(
|
|
282
|
+
t && /* @__PURE__ */ i(pe, { text: y, position: o })
|
|
283
283
|
] }, l);
|
|
284
284
|
})
|
|
285
285
|
}
|
|
@@ -927,14 +927,14 @@ const A0 = "_tematicalFiltersInputContainer_1vm1r_2", O0 = "_inputTypeContainer_
|
|
|
927
927
|
const { min: N, max: S, valueClicked: k, allValues: L } = x || {}, { code: D, type: T, source: B } = n || {}, P = g ? "abs" : p ? "cat" : "both";
|
|
928
928
|
let R = D[0];
|
|
929
929
|
T == "both" && (R = P == "cat" ? D[1] : D[0]), P == "cat" ? q.setState((X) => {
|
|
930
|
-
let
|
|
930
|
+
let K = X.tematicalFiltersSelected.find(
|
|
931
931
|
(z) => z.code === R
|
|
932
932
|
);
|
|
933
|
-
if (
|
|
934
|
-
let z = [
|
|
935
|
-
return
|
|
933
|
+
if (K) {
|
|
934
|
+
let z = [K.values];
|
|
935
|
+
return K.values.includes(k) ? z = K.values.filter(
|
|
936
936
|
(E) => E !== k
|
|
937
|
-
) : z = [...
|
|
937
|
+
) : z = [...K.values, k], z.length == L.length ? {
|
|
938
938
|
tematicalFiltersSelected: X.tematicalFiltersSelected.filter(
|
|
939
939
|
(E) => E.code !== R
|
|
940
940
|
)
|
|
@@ -960,7 +960,7 @@ const A0 = "_tematicalFiltersInputContainer_1vm1r_2", O0 = "_inputTypeContainer_
|
|
|
960
960
|
};
|
|
961
961
|
}
|
|
962
962
|
}) : P == "abs" && q.setState((X) => {
|
|
963
|
-
let
|
|
963
|
+
let K = X.tematicalFiltersSelected.find(
|
|
964
964
|
(z) => z.code === R
|
|
965
965
|
);
|
|
966
966
|
if (N == n.minValue && S == n.maxValue)
|
|
@@ -969,8 +969,8 @@ const A0 = "_tematicalFiltersInputContainer_1vm1r_2", O0 = "_inputTypeContainer_
|
|
|
969
969
|
(z) => z.code !== R
|
|
970
970
|
)
|
|
971
971
|
};
|
|
972
|
-
if (
|
|
973
|
-
let z = { ...
|
|
972
|
+
if (K) {
|
|
973
|
+
let z = { ...K, min: N, max: S, type: P, isDate: y };
|
|
974
974
|
return {
|
|
975
975
|
tematicalFiltersSelected: X.tematicalFiltersSelected.map(
|
|
976
976
|
(E) => E.code === R ? z : E
|
|
@@ -1257,7 +1257,7 @@ n2.propTypes = {
|
|
|
1257
1257
|
inputsColor: e.string,
|
|
1258
1258
|
activeColor: e.string
|
|
1259
1259
|
};
|
|
1260
|
-
const E0 = "_FiltersAmbitContainer_1hv16_2", q0 = "_FiltersContainer_1hv16_15", P0 = "_FiltersAmbitHeader_1hv16_18", z0 = "_FiltersAmbitTitle_1hv16_26", Z0 = "_FiltersAmbitDescription_1hv16_35", j0 = "_FiltersAmbitDescriptionTitle_1hv16_46", H0 = "_warning_1hv16_50", K0 = "_buttonContainer_1hv16_53",
|
|
1260
|
+
const E0 = "_FiltersAmbitContainer_1hv16_2", q0 = "_FiltersContainer_1hv16_15", P0 = "_FiltersAmbitHeader_1hv16_18", z0 = "_FiltersAmbitTitle_1hv16_26", Z0 = "_FiltersAmbitDescription_1hv16_35", j0 = "_FiltersAmbitDescriptionTitle_1hv16_46", H0 = "_warning_1hv16_50", K0 = "_buttonContainer_1hv16_53", me = {
|
|
1261
1261
|
FiltersAmbitContainer: E0,
|
|
1262
1262
|
FiltersContainer: q0,
|
|
1263
1263
|
FiltersAmbitHeader: P0,
|
|
@@ -1308,10 +1308,10 @@ const E0 = "_FiltersAmbitContainer_1hv16_2", q0 = "_FiltersContainer_1hv16_15",
|
|
|
1308
1308
|
}));
|
|
1309
1309
|
g == null || g(T);
|
|
1310
1310
|
}
|
|
1311
|
-
}, [$]), /* @__PURE__ */ m("div", { className:
|
|
1312
|
-
/* @__PURE__ */ m("div", { className:
|
|
1313
|
-
!_ && /* @__PURE__ */ m("div", { className:
|
|
1314
|
-
/* @__PURE__ */ i("div", { className:
|
|
1311
|
+
}, [$]), /* @__PURE__ */ m("div", { className: me.FiltersAmbitContainer, children: [
|
|
1312
|
+
/* @__PURE__ */ m("div", { className: me.FiltersContainer, children: [
|
|
1313
|
+
!_ && /* @__PURE__ */ m("div", { className: me.FiltersAmbitHeader, children: [
|
|
1314
|
+
/* @__PURE__ */ i("div", { className: me.FiltersAmbitTitle, children: /* @__PURE__ */ i(
|
|
1315
1315
|
"input",
|
|
1316
1316
|
{
|
|
1317
1317
|
type: "text",
|
|
@@ -1322,7 +1322,7 @@ const E0 = "_FiltersAmbitContainer_1hv16_2", q0 = "_FiltersContainer_1hv16_15",
|
|
|
1322
1322
|
placeholder: b(u)
|
|
1323
1323
|
}
|
|
1324
1324
|
) }),
|
|
1325
|
-
/* @__PURE__ */ i("div", { className:
|
|
1325
|
+
/* @__PURE__ */ i("div", { className: me.FiltersAmbitDescription, children: /* @__PURE__ */ i("div", { className: me.FiltersAmbitDescriptionTitle, children: /* @__PURE__ */ i(
|
|
1326
1326
|
"textarea",
|
|
1327
1327
|
{
|
|
1328
1328
|
value: N,
|
|
@@ -1363,8 +1363,8 @@ const E0 = "_FiltersAmbitContainer_1hv16_2", q0 = "_FiltersContainer_1hv16_15",
|
|
|
1363
1363
|
}
|
|
1364
1364
|
)
|
|
1365
1365
|
] }),
|
|
1366
|
-
!_ && /* @__PURE__ */ m("div", { className:
|
|
1367
|
-
k && /* @__PURE__ */ i("div", { className:
|
|
1366
|
+
!_ && /* @__PURE__ */ m("div", { className: me.buttonContainer, children: [
|
|
1367
|
+
k && /* @__PURE__ */ i("div", { className: me.warning, children: b(y) }),
|
|
1368
1368
|
/* @__PURE__ */ i(Qe, { onClick: () => D(), children: b("save_ambit") })
|
|
1369
1369
|
] })
|
|
1370
1370
|
] });
|
|
@@ -1720,7 +1720,7 @@ const J0 = "_indicatorsCategory_arwy3_2", Y0 = "_title_arwy3_5", en = "_list_arw
|
|
|
1720
1720
|
indicatorsCategory: J0,
|
|
1721
1721
|
title: Y0,
|
|
1722
1722
|
list: en
|
|
1723
|
-
}, tn = "data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.32549%200H4.65882V3.40392H8V4.61176H4.65882V8H3.32549V4.61176H0V3.40392H3.32549V0Z'%20fill='%23605B56'/%3e%3c/svg%3e", nn = "data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.32549%200H4.65882V3.40392H8V4.61176H4.65882V8H3.32549V4.61176H0V3.40392H3.32549V0Z'%20fill='%23ffffff'/%3e%3c/svg%3e", sn = "_indicatorContainer_17b40_2", rn = "_indicatorNameContainer_17b40_11", on = "_dot_17b40_17", an = "_indicatorName_17b40_11", ln = "_switchExternalContainer_17b40_31", cn = "_switchType_17b40_39", dn = "_switchTypeOptions_17b40_43", un = "_optionContainer_17b40_54", pn = "_customRadious_17b40_64", hn = "_optionText_17b40_71",
|
|
1723
|
+
}, tn = "data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.32549%200H4.65882V3.40392H8V4.61176H4.65882V8H3.32549V4.61176H0V3.40392H3.32549V0Z'%20fill='%23605B56'/%3e%3c/svg%3e", nn = "data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.32549%200H4.65882V3.40392H8V4.61176H4.65882V8H3.32549V4.61176H0V3.40392H3.32549V0Z'%20fill='%23ffffff'/%3e%3c/svg%3e", sn = "_indicatorContainer_17b40_2", rn = "_indicatorNameContainer_17b40_11", on = "_dot_17b40_17", an = "_indicatorName_17b40_11", ln = "_switchExternalContainer_17b40_31", cn = "_switchType_17b40_39", dn = "_switchTypeOptions_17b40_43", un = "_optionContainer_17b40_54", pn = "_customRadious_17b40_64", hn = "_optionText_17b40_71", U = {
|
|
1724
1724
|
indicatorContainer: sn,
|
|
1725
1725
|
indicatorNameContainer: rn,
|
|
1726
1726
|
dot: on,
|
|
@@ -1750,17 +1750,17 @@ const J0 = "_indicatorsCategory_arwy3_2", Y0 = "_title_arwy3_5", en = "_list_arw
|
|
|
1750
1750
|
) : t.name == C
|
|
1751
1751
|
);
|
|
1752
1752
|
}, [t]);
|
|
1753
|
-
const _ = () => /* @__PURE__ */ i("div", { className:
|
|
1753
|
+
const _ = () => /* @__PURE__ */ i("div", { className: U.switchExternalContainer, children: /* @__PURE__ */ i("div", { className: U.switchType, children: /* @__PURE__ */ m("div", { className: U.switchTypeOptions, children: [
|
|
1754
1754
|
/* @__PURE__ */ m(
|
|
1755
1755
|
"div",
|
|
1756
1756
|
{
|
|
1757
|
-
className:
|
|
1757
|
+
className: U.optionContainer,
|
|
1758
1758
|
onClick: () => l("cat"),
|
|
1759
1759
|
children: [
|
|
1760
1760
|
/* @__PURE__ */ i(
|
|
1761
1761
|
"span",
|
|
1762
1762
|
{
|
|
1763
|
-
className: `${
|
|
1763
|
+
className: `${U.customRadious}`,
|
|
1764
1764
|
style: {
|
|
1765
1765
|
backgroundColor: o === "cat" ? s : "transparent",
|
|
1766
1766
|
borderColor: o === "cat" ? s : r
|
|
@@ -1770,7 +1770,7 @@ const J0 = "_indicatorsCategory_arwy3_2", Y0 = "_title_arwy3_5", en = "_list_arw
|
|
|
1770
1770
|
/* @__PURE__ */ i(
|
|
1771
1771
|
"h4",
|
|
1772
1772
|
{
|
|
1773
|
-
className:
|
|
1773
|
+
className: U.optionText,
|
|
1774
1774
|
style: {
|
|
1775
1775
|
color: o === "cat" ? s : r
|
|
1776
1776
|
},
|
|
@@ -1783,13 +1783,13 @@ const J0 = "_indicatorsCategory_arwy3_2", Y0 = "_title_arwy3_5", en = "_list_arw
|
|
|
1783
1783
|
/* @__PURE__ */ m(
|
|
1784
1784
|
"div",
|
|
1785
1785
|
{
|
|
1786
|
-
className:
|
|
1786
|
+
className: U.optionContainer,
|
|
1787
1787
|
onClick: () => l("abs"),
|
|
1788
1788
|
children: [
|
|
1789
1789
|
/* @__PURE__ */ i(
|
|
1790
1790
|
"span",
|
|
1791
1791
|
{
|
|
1792
|
-
className: `${
|
|
1792
|
+
className: `${U.customRadious}`,
|
|
1793
1793
|
style: {
|
|
1794
1794
|
backgroundColor: o === "abs" ? s : "transparent",
|
|
1795
1795
|
borderColor: o === "abs" ? s : r
|
|
@@ -1799,7 +1799,7 @@ const J0 = "_indicatorsCategory_arwy3_2", Y0 = "_title_arwy3_5", en = "_list_arw
|
|
|
1799
1799
|
/* @__PURE__ */ i(
|
|
1800
1800
|
"h4",
|
|
1801
1801
|
{
|
|
1802
|
-
className:
|
|
1802
|
+
className: U.optionText,
|
|
1803
1803
|
style: {
|
|
1804
1804
|
color: o === "abs" ? s : r
|
|
1805
1805
|
},
|
|
@@ -1809,15 +1809,15 @@ const J0 = "_indicatorsCategory_arwy3_2", Y0 = "_title_arwy3_5", en = "_list_arw
|
|
|
1809
1809
|
]
|
|
1810
1810
|
}
|
|
1811
1811
|
)
|
|
1812
|
-
] }) }) }), v = () => /* @__PURE__ */ i("div", { className:
|
|
1812
|
+
] }) }) }), v = () => /* @__PURE__ */ i("div", { className: U.switchExternalContainer, children: /* @__PURE__ */ i("div", { className: U.switchType, children: /* @__PURE__ */ i("div", { className: U.switchTypeOptions, children: c.map((b, w) => /* @__PURE__ */ m(
|
|
1813
1813
|
"div",
|
|
1814
1814
|
{
|
|
1815
|
-
className:
|
|
1815
|
+
className: U.optionContainer,
|
|
1816
1816
|
children: [
|
|
1817
1817
|
/* @__PURE__ */ i(
|
|
1818
1818
|
"span",
|
|
1819
1819
|
{
|
|
1820
|
-
className:
|
|
1820
|
+
className: U.customRadious
|
|
1821
1821
|
}
|
|
1822
1822
|
),
|
|
1823
1823
|
/* @__PURE__ */ i("h4", { children: u(b.unit) })
|
|
@@ -1825,11 +1825,11 @@ const J0 = "_indicatorsCategory_arwy3_2", Y0 = "_title_arwy3_5", en = "_list_arw
|
|
|
1825
1825
|
},
|
|
1826
1826
|
w
|
|
1827
1827
|
)) }) }) });
|
|
1828
|
-
return /* @__PURE__ */ m("div", { className:
|
|
1828
|
+
return /* @__PURE__ */ m("div", { className: U.indicatorContainer, children: [
|
|
1829
1829
|
/* @__PURE__ */ m(
|
|
1830
1830
|
"div",
|
|
1831
1831
|
{
|
|
1832
|
-
className:
|
|
1832
|
+
className: U.indicatorNameContainer,
|
|
1833
1833
|
onClick: () => !y && d({ indicator: n }),
|
|
1834
1834
|
children: [
|
|
1835
1835
|
/* @__PURE__ */ i(
|
|
@@ -1840,14 +1840,14 @@ const J0 = "_indicatorsCategory_arwy3_2", Y0 = "_title_arwy3_5", en = "_list_arw
|
|
|
1840
1840
|
opacity: y ? 0.5 : 1,
|
|
1841
1841
|
backgroundColor: p ? s : "transparent"
|
|
1842
1842
|
},
|
|
1843
|
-
className:
|
|
1843
|
+
className: U.dot,
|
|
1844
1844
|
children: a && /* @__PURE__ */ i("img", { src: p ? nn : tn, alt: "" })
|
|
1845
1845
|
}
|
|
1846
1846
|
),
|
|
1847
1847
|
/* @__PURE__ */ i(
|
|
1848
1848
|
"h4",
|
|
1849
1849
|
{
|
|
1850
|
-
className:
|
|
1850
|
+
className: U.indicatorName,
|
|
1851
1851
|
style: {
|
|
1852
1852
|
color: p ? s : r,
|
|
1853
1853
|
opacity: y ? 0.5 : 1
|
|
@@ -2197,7 +2197,7 @@ Nn.propTypes = {
|
|
|
2197
2197
|
arrow: e.object,
|
|
2198
2198
|
imgPrev: e.object
|
|
2199
2199
|
};
|
|
2200
|
-
const kn = "_legendContainer_4ndr8_3", $n = "_closeButton_4ndr8_41", Sn = "_titleContainer_4ndr8_69", Ln = "_infoContainer_4ndr8_75", Mn = "_titleLegendList_4ndr8_86", Bn = "_legendListContainer_4ndr8_92", Tn = "_gridContainer_4ndr8_92", Dn = "_elementLegendContainer_4ndr8_98", Vn = "_colorDot_4ndr8_104", Fn = "_absoluteValueContainer_4ndr8_110", An = "_absoluteValueColor_4ndr8_113", On = "_absoluteValueText_4ndr8_118", Rn = "_noDataContainer_4ndr8_130", In = "_noData_4ndr8_130", En = "_moreInfoContainer_4ndr8_151",
|
|
2200
|
+
const kn = "_legendContainer_4ndr8_3", $n = "_closeButton_4ndr8_41", Sn = "_titleContainer_4ndr8_69", Ln = "_infoContainer_4ndr8_75", Mn = "_titleLegendList_4ndr8_86", Bn = "_legendListContainer_4ndr8_92", Tn = "_gridContainer_4ndr8_92", Dn = "_elementLegendContainer_4ndr8_98", Vn = "_colorDot_4ndr8_104", Fn = "_absoluteValueContainer_4ndr8_110", An = "_absoluteValueColor_4ndr8_113", On = "_absoluteValueText_4ndr8_118", Rn = "_noDataContainer_4ndr8_130", In = "_noData_4ndr8_130", En = "_moreInfoContainer_4ndr8_151", H = {
|
|
2201
2201
|
legendContainer: kn,
|
|
2202
2202
|
closeButton: $n,
|
|
2203
2203
|
titleContainer: Sn,
|
|
@@ -2234,22 +2234,22 @@ const kn = "_legendContainer_4ndr8_3", $n = "_closeButton_4ndr8_41", Sn = "_titl
|
|
|
2234
2234
|
"div",
|
|
2235
2235
|
{
|
|
2236
2236
|
style: n ? { ...n } : {},
|
|
2237
|
-
className: `${
|
|
2237
|
+
className: `${H.legendContainer}`,
|
|
2238
2238
|
children: [
|
|
2239
|
-
/* @__PURE__ */ i("button", { className:
|
|
2239
|
+
/* @__PURE__ */ i("button", { className: H.closeButton, onClick: d }),
|
|
2240
2240
|
c && /* @__PURE__ */ i(
|
|
2241
2241
|
"div",
|
|
2242
2242
|
{
|
|
2243
|
-
className:
|
|
2243
|
+
className: H.titleContainer,
|
|
2244
2244
|
style: {
|
|
2245
2245
|
marginBottom: (!s || s.length == 0) && "15px"
|
|
2246
2246
|
},
|
|
2247
2247
|
children: /* @__PURE__ */ i("h2", { children: c })
|
|
2248
2248
|
}
|
|
2249
2249
|
),
|
|
2250
|
-
s && s.length > 0 && /* @__PURE__ */ i("div", { className:
|
|
2251
|
-
/* @__PURE__ */ i("h3", { className:
|
|
2252
|
-
/* @__PURE__ */ m("span", { className:
|
|
2250
|
+
s && s.length > 0 && /* @__PURE__ */ i("div", { className: H.infoContainer, children: /* @__PURE__ */ i("ul", { children: s.map(({ title: l, value: u }) => /* @__PURE__ */ m("li", { children: [
|
|
2251
|
+
/* @__PURE__ */ i("h3", { className: H.title, children: `${l}:` }),
|
|
2252
|
+
/* @__PURE__ */ m("span", { className: H.value, children: [
|
|
2253
2253
|
" ",
|
|
2254
2254
|
u
|
|
2255
2255
|
] })
|
|
@@ -2258,7 +2258,7 @@ const kn = "_legendContainer_4ndr8_3", $n = "_closeButton_4ndr8_41", Sn = "_titl
|
|
|
2258
2258
|
/* @__PURE__ */ i(
|
|
2259
2259
|
"h3",
|
|
2260
2260
|
{
|
|
2261
|
-
className:
|
|
2261
|
+
className: H.titleLegendList,
|
|
2262
2262
|
style: {
|
|
2263
2263
|
marginTop: s && s.length > 0 && u === 0 ? "30px" : u > 0 ? "20px" : "0px"
|
|
2264
2264
|
},
|
|
@@ -2272,18 +2272,18 @@ const kn = "_legendContainer_4ndr8_3", $n = "_closeButton_4ndr8_41", Sn = "_titl
|
|
|
2272
2272
|
)
|
|
2273
2273
|
}
|
|
2274
2274
|
),
|
|
2275
|
-
/* @__PURE__ */ m("div", { className:
|
|
2276
|
-
l.absolute ? /* @__PURE__ */ m("div", { className:
|
|
2275
|
+
/* @__PURE__ */ m("div", { className: H.legendListContainer, children: [
|
|
2276
|
+
l.absolute ? /* @__PURE__ */ m("div", { className: H.absoluteValueContainer, children: [
|
|
2277
2277
|
/* @__PURE__ */ i(
|
|
2278
2278
|
"div",
|
|
2279
2279
|
{
|
|
2280
|
-
className:
|
|
2280
|
+
className: H.absoluteValueColor,
|
|
2281
2281
|
style: {
|
|
2282
2282
|
background: `linear-gradient(to bottom, ${l.absolute.maxColor} 0%, ${l.absolute.midColor ? `${l.absolute.midColor} 50%,` : ""} ${l.absolute.minColor} 100%)`
|
|
2283
2283
|
}
|
|
2284
2284
|
}
|
|
2285
2285
|
),
|
|
2286
|
-
/* @__PURE__ */ m("div", { className:
|
|
2286
|
+
/* @__PURE__ */ m("div", { className: H.absoluteValueText, children: [
|
|
2287
2287
|
/* @__PURE__ */ m("span", { children: [
|
|
2288
2288
|
l.absolute.maxValue,
|
|
2289
2289
|
" ",
|
|
@@ -2300,20 +2300,20 @@ const kn = "_legendContainer_4ndr8_3", $n = "_closeButton_4ndr8_41", Sn = "_titl
|
|
|
2300
2300
|
a(l.absolute.unit)
|
|
2301
2301
|
] })
|
|
2302
2302
|
] })
|
|
2303
|
-
] }) : l.categories && l.categories.length > 0 && /* @__PURE__ */ i("div", { className:
|
|
2303
|
+
] }) : l.categories && l.categories.length > 0 && /* @__PURE__ */ i("div", { className: H.gridContainer, children: l.categories.map(
|
|
2304
2304
|
({ title: C, color: h }, y) => /* @__PURE__ */ m(
|
|
2305
2305
|
"div",
|
|
2306
2306
|
{
|
|
2307
|
-
className:
|
|
2307
|
+
className: H.elementLegendContainer,
|
|
2308
2308
|
children: [
|
|
2309
2309
|
/* @__PURE__ */ i(
|
|
2310
2310
|
"div",
|
|
2311
2311
|
{
|
|
2312
|
-
className:
|
|
2312
|
+
className: H.colorDot,
|
|
2313
2313
|
style: { backgroundColor: h }
|
|
2314
2314
|
}
|
|
2315
2315
|
),
|
|
2316
|
-
/* @__PURE__ */ m("div", { className:
|
|
2316
|
+
/* @__PURE__ */ m("div", { className: H.titleLegendElement, children: [
|
|
2317
2317
|
a(C),
|
|
2318
2318
|
" "
|
|
2319
2319
|
] })
|
|
@@ -2322,21 +2322,21 @@ const kn = "_legendContainer_4ndr8_3", $n = "_closeButton_4ndr8_41", Sn = "_titl
|
|
|
2322
2322
|
y
|
|
2323
2323
|
)
|
|
2324
2324
|
) }),
|
|
2325
|
-
l.absolute && l.absolute.noDataColor && /* @__PURE__ */ m("div", { className:
|
|
2325
|
+
l.absolute && l.absolute.noDataColor && /* @__PURE__ */ m("div", { className: H.noDataContainer, children: [
|
|
2326
2326
|
/* @__PURE__ */ i(
|
|
2327
2327
|
"div",
|
|
2328
2328
|
{
|
|
2329
|
-
className:
|
|
2329
|
+
className: H.noData,
|
|
2330
2330
|
style: {
|
|
2331
2331
|
background: l.absolute.noDataColor
|
|
2332
2332
|
}
|
|
2333
2333
|
}
|
|
2334
2334
|
),
|
|
2335
|
-
/* @__PURE__ */ i("div", { className:
|
|
2335
|
+
/* @__PURE__ */ i("div", { className: H.absoluteValueText, children: /* @__PURE__ */ i("span", { children: a(l.absolute.noDataText) }) })
|
|
2336
2336
|
] })
|
|
2337
2337
|
] })
|
|
2338
2338
|
] }, u)),
|
|
2339
|
-
t && /* @__PURE__ */ i("button", { className:
|
|
2339
|
+
t && /* @__PURE__ */ i("button", { className: H.moreInfoContainer, onClick: t, children: o || a("moreInformation") })
|
|
2340
2340
|
]
|
|
2341
2341
|
}
|
|
2342
2342
|
);
|
|
@@ -2926,7 +2926,7 @@ bi.propTypes = {
|
|
|
2926
2926
|
userName: e.string,
|
|
2927
2927
|
isLoggedIn: e.bool
|
|
2928
2928
|
};
|
|
2929
|
-
const _i = "_elementSelector_1ox68_2", vi = "_header_1ox68_14", xi = "_nameDateContainer_1ox68_24", wi = "_elementName_1ox68_40", Ni = "_elementDate_1ox68_54", ki = "_buttonsContainer_1ox68_68", $i = "_elementListContainer_1ox68_77", Si = "_newElementButtonContainer_1ox68_81",
|
|
2929
|
+
const _i = "_elementSelector_1ox68_2", vi = "_header_1ox68_14", xi = "_nameDateContainer_1ox68_24", wi = "_elementName_1ox68_40", Ni = "_elementDate_1ox68_54", ki = "_buttonsContainer_1ox68_68", $i = "_elementListContainer_1ox68_77", Si = "_newElementButtonContainer_1ox68_81", de = {
|
|
2930
2930
|
elementSelector: _i,
|
|
2931
2931
|
header: vi,
|
|
2932
2932
|
nameDateContainer: xi,
|
|
@@ -3018,12 +3018,12 @@ const Hi = "data:image/svg+xml,%3csvg%20width='26'%20height='18'%20viewBox='0%20
|
|
|
3018
3018
|
/* @__PURE__ */ m("div", { className: ne.elementButtons, children: [
|
|
3019
3019
|
n.processing && /* @__PURE__ */ m("div", { className: "tooltip-parent", children: [
|
|
3020
3020
|
/* @__PURE__ */ i("img", { src: qi }),
|
|
3021
|
-
/* @__PURE__ */ i(
|
|
3021
|
+
/* @__PURE__ */ i(pe, { text: l, position: "left" })
|
|
3022
3022
|
] }),
|
|
3023
3023
|
a.filter && !n.is_default && /* @__PURE__ */ m("div", { className: "tooltip-parent", children: [
|
|
3024
3024
|
/* @__PURE__ */ i("button", { onClick: () => a.filter.onclick(n), children: /* @__PURE__ */ i("img", { src: Ei }) }),
|
|
3025
3025
|
/* @__PURE__ */ i(
|
|
3026
|
-
|
|
3026
|
+
pe,
|
|
3027
3027
|
{
|
|
3028
3028
|
text: a.filter.tooltiptext,
|
|
3029
3029
|
position: "left"
|
|
@@ -3032,20 +3032,20 @@ const Hi = "data:image/svg+xml,%3csvg%20width='26'%20height='18'%20viewBox='0%20
|
|
|
3032
3032
|
] }),
|
|
3033
3033
|
a.copy && /* @__PURE__ */ m("div", { className: "tooltip-parent", children: [
|
|
3034
3034
|
/* @__PURE__ */ i("button", { onClick: () => a.copy.onclick(n), children: /* @__PURE__ */ i("img", { src: Ii }) }),
|
|
3035
|
-
/* @__PURE__ */ i(
|
|
3035
|
+
/* @__PURE__ */ i(pe, { text: a.copy.tooltiptext, position: "left" })
|
|
3036
3036
|
] }),
|
|
3037
3037
|
a.edit && !n.is_default && /* @__PURE__ */ m("div", { className: "tooltip-parent", children: [
|
|
3038
3038
|
/* @__PURE__ */ i("button", { onClick: () => a.edit.onclick(n), children: /* @__PURE__ */ i("img", { src: zi }) }),
|
|
3039
|
-
/* @__PURE__ */ i(
|
|
3039
|
+
/* @__PURE__ */ i(pe, { text: a.edit.tooltiptext, position: "left" })
|
|
3040
3040
|
] }),
|
|
3041
3041
|
a.info && n.is_default && /* @__PURE__ */ m("div", { className: "tooltip-parent", children: [
|
|
3042
3042
|
/* @__PURE__ */ i("button", { onClick: () => a.info.onclick(n), children: /* @__PURE__ */ i("img", { src: Zi }) }),
|
|
3043
|
-
/* @__PURE__ */ i(
|
|
3043
|
+
/* @__PURE__ */ i(pe, { text: a.info.tooltiptext, position: "left" })
|
|
3044
3044
|
] }),
|
|
3045
3045
|
a.trash && !n.is_default && /* @__PURE__ */ m("div", { className: "tooltip-parent", children: [
|
|
3046
3046
|
/* @__PURE__ */ i("button", { onClick: () => a.trash.onclick(n), children: /* @__PURE__ */ i("img", { src: Ri }) }),
|
|
3047
3047
|
/* @__PURE__ */ i(
|
|
3048
|
-
|
|
3048
|
+
pe,
|
|
3049
3049
|
{
|
|
3050
3050
|
text: a.trash.tooltiptext,
|
|
3051
3051
|
position: "left"
|
|
@@ -3054,7 +3054,7 @@ const Hi = "data:image/svg+xml,%3csvg%20width='26'%20height='18'%20viewBox='0%20
|
|
|
3054
3054
|
] }),
|
|
3055
3055
|
n.is_default && /* @__PURE__ */ m("div", { className: "tooltip-parent", children: [
|
|
3056
3056
|
/* @__PURE__ */ i("img", { src: Pi }),
|
|
3057
|
-
/* @__PURE__ */ i(
|
|
3057
|
+
/* @__PURE__ */ i(pe, { text: u, position: "left" })
|
|
3058
3058
|
] })
|
|
3059
3059
|
] }),
|
|
3060
3060
|
o && /* @__PURE__ */ i("div", { className: ne.break }),
|
|
@@ -3167,27 +3167,27 @@ const At = "data:image/svg+xml,%3csvg%20width='14'%20height='16'%20viewBox='0%20
|
|
|
3167
3167
|
return /* @__PURE__ */ m(
|
|
3168
3168
|
"div",
|
|
3169
3169
|
{
|
|
3170
|
-
className:
|
|
3170
|
+
className: de.elementSelector,
|
|
3171
3171
|
style: { color: s, ...o },
|
|
3172
3172
|
children: [
|
|
3173
3173
|
/* @__PURE__ */ m(
|
|
3174
3174
|
"div",
|
|
3175
3175
|
{
|
|
3176
|
-
className:
|
|
3176
|
+
className: de.header,
|
|
3177
3177
|
style: { borderBottom: `1px solid ${s}` },
|
|
3178
3178
|
children: [
|
|
3179
|
-
/* @__PURE__ */ i("div", { className:
|
|
3179
|
+
/* @__PURE__ */ i("div", { className: de.nameDateContainer, children: Object.keys(l).map((f) => f === "name" ? /* @__PURE__ */ i("div", { className: de.elementName, children: /* @__PURE__ */ m("button", { onClick: () => $("name"), children: [
|
|
3180
3180
|
/* @__PURE__ */ i("span", { children: g(l.name) }),
|
|
3181
3181
|
/* @__PURE__ */ i("img", { src: At, alt: "order arrow" })
|
|
3182
|
-
] }) }, f) : f === "data" ? /* @__PURE__ */ i("div", { className:
|
|
3182
|
+
] }) }, f) : f === "data" ? /* @__PURE__ */ i("div", { className: de.elementDate, children: /* @__PURE__ */ m("button", { onClick: () => $("created_at"), children: [
|
|
3183
3183
|
/* @__PURE__ */ i("span", { children: g(l.data) }),
|
|
3184
3184
|
/* @__PURE__ */ i("img", { src: At, alt: "order arrow" })
|
|
3185
|
-
] }) }, f) : /* @__PURE__ */ i("div", { className:
|
|
3186
|
-
/* @__PURE__ */ i("div", { className:
|
|
3185
|
+
] }) }, f) : /* @__PURE__ */ i("div", { className: de.elementDate, children: /* @__PURE__ */ i("span", { children: g(l[f]) }) }, f)) }),
|
|
3186
|
+
/* @__PURE__ */ i("div", { className: de.buttonsContainer })
|
|
3187
3187
|
]
|
|
3188
3188
|
}
|
|
3189
3189
|
),
|
|
3190
|
-
/* @__PURE__ */ i("div", { className:
|
|
3190
|
+
/* @__PURE__ */ i("div", { className: de.elementListContainer, children: _ && _.length > 0 && _.map((f) => /* @__PURE__ */ i(
|
|
3191
3191
|
o2,
|
|
3192
3192
|
{
|
|
3193
3193
|
isActive: c == f.id,
|
|
@@ -3204,7 +3204,7 @@ const At = "data:image/svg+xml,%3csvg%20width='14'%20height='16'%20viewBox='0%20
|
|
|
3204
3204
|
},
|
|
3205
3205
|
`elementKey${f.id}`
|
|
3206
3206
|
)) }),
|
|
3207
|
-
d && /* @__PURE__ */ i("div", { className:
|
|
3207
|
+
d && /* @__PURE__ */ i("div", { className: de.newElementButtonContainer, children: /* @__PURE__ */ i(
|
|
3208
3208
|
Qe,
|
|
3209
3209
|
{
|
|
3210
3210
|
style: { ...t },
|
|
@@ -3805,7 +3805,7 @@ const Ie = (n) => n.render(us(n)), ps = "_textInputContainer_1o3iy_2", hs = "_la
|
|
|
3805
3805
|
}
|
|
3806
3806
|
}
|
|
3807
3807
|
);
|
|
3808
|
-
}, Os = "_rankingSliderContainer_1lekm_2", Rs = "_labelContainer_1lekm_6", Is = "_inputContainer_1lekm_10", Es = "_slider_1lekm_20", qs = "_thumb_1lekm_27", Ps = "_labels_1lekm_37", zs = "_minLabel_1lekm_67", Zs = "_maxLabel_1lekm_67",
|
|
3808
|
+
}, Os = "_rankingSliderContainer_1lekm_2", Rs = "_labelContainer_1lekm_6", Is = "_inputContainer_1lekm_10", Es = "_slider_1lekm_20", qs = "_thumb_1lekm_27", Ps = "_labels_1lekm_37", zs = "_minLabel_1lekm_67", Zs = "_maxLabel_1lekm_67", Z = {
|
|
3809
3809
|
rankingSliderContainer: Os,
|
|
3810
3810
|
labelContainer: Rs,
|
|
3811
3811
|
inputContainer: Is,
|
|
@@ -3852,14 +3852,14 @@ const Ie = (n) => n.render(us(n)), ps = "_textInputContainer_1o3iy_2", hs = "_la
|
|
|
3852
3852
|
return /* @__PURE__ */ m(
|
|
3853
3853
|
"div",
|
|
3854
3854
|
{
|
|
3855
|
-
className:
|
|
3855
|
+
className: Z.rankingSliderContainer,
|
|
3856
3856
|
style: {
|
|
3857
3857
|
gridTemplateColumns: `${t && h} ${y}`
|
|
3858
3858
|
},
|
|
3859
3859
|
children: [
|
|
3860
|
-
t && /* @__PURE__ */ i("p", { className:
|
|
3861
|
-
/* @__PURE__ */ m("div", { className:
|
|
3862
|
-
p && /* @__PURE__ */ i("div", { className:
|
|
3860
|
+
t && /* @__PURE__ */ i("p", { className: Z.labelContainer, children: w(t) }),
|
|
3861
|
+
/* @__PURE__ */ m("div", { className: Z.inputContainer, children: [
|
|
3862
|
+
p && /* @__PURE__ */ i("div", { className: Z.minLabel, children: w(p) }),
|
|
3863
3863
|
/* @__PURE__ */ m("div", { children: [
|
|
3864
3864
|
/* @__PURE__ */ i(
|
|
3865
3865
|
gt,
|
|
@@ -3870,8 +3870,8 @@ const Ie = (n) => n.render(us(n)), ps = "_textInputContainer_1o3iy_2", hs = "_la
|
|
|
3870
3870
|
value: L.value ?? a,
|
|
3871
3871
|
onChange: (B) => L.onChange(B),
|
|
3872
3872
|
marks: !0,
|
|
3873
|
-
className:
|
|
3874
|
-
thumbClassName:
|
|
3873
|
+
className: Z.slider,
|
|
3874
|
+
thumbClassName: Z.thumb,
|
|
3875
3875
|
renderThumb: (B) => /* @__PURE__ */ i(
|
|
3876
3876
|
"div",
|
|
3877
3877
|
{
|
|
@@ -3879,14 +3879,14 @@ const Ie = (n) => n.render(us(n)), ps = "_textInputContainer_1o3iy_2", hs = "_la
|
|
|
3879
3879
|
style: { ...B.style, backgroundColor: l }
|
|
3880
3880
|
}
|
|
3881
3881
|
),
|
|
3882
|
-
trackClassName:
|
|
3883
|
-
markClassName:
|
|
3882
|
+
trackClassName: Z.track,
|
|
3883
|
+
markClassName: Z.mark,
|
|
3884
3884
|
disabled: _
|
|
3885
3885
|
}
|
|
3886
3886
|
),
|
|
3887
|
-
v && /* @__PURE__ */ i("div", { className:
|
|
3887
|
+
v && /* @__PURE__ */ i("div", { className: Z.labels, children: v.map((B) => /* @__PURE__ */ i("span", { children: b && B }, B)) })
|
|
3888
3888
|
] }),
|
|
3889
|
-
g && /* @__PURE__ */ i("div", { className:
|
|
3889
|
+
g && /* @__PURE__ */ i("div", { className: Z.maxLabel, children: w(g) })
|
|
3890
3890
|
] }),
|
|
3891
3891
|
/* @__PURE__ */ i(
|
|
3892
3892
|
Ee,
|
|
@@ -3903,12 +3903,12 @@ const Ie = (n) => n.render(us(n)), ps = "_textInputContainer_1o3iy_2", hs = "_la
|
|
|
3903
3903
|
) : /* @__PURE__ */ m(
|
|
3904
3904
|
"div",
|
|
3905
3905
|
{
|
|
3906
|
-
className:
|
|
3906
|
+
className: Z.rankingSliderContainer,
|
|
3907
3907
|
style: { gridTemplateColumns: `${t && h} ${y}` },
|
|
3908
3908
|
children: [
|
|
3909
|
-
t && /* @__PURE__ */ i("p", { className:
|
|
3910
|
-
/* @__PURE__ */ m("div", { className:
|
|
3911
|
-
p && /* @__PURE__ */ i("div", { className:
|
|
3909
|
+
t && /* @__PURE__ */ i("p", { className: Z.labelContainer, children: w(t) }),
|
|
3910
|
+
/* @__PURE__ */ m("div", { className: Z.inputContainer, children: [
|
|
3911
|
+
p && /* @__PURE__ */ i("div", { className: Z.minLabel, children: w(p) }),
|
|
3912
3912
|
/* @__PURE__ */ m("div", { children: [
|
|
3913
3913
|
/* @__PURE__ */ i(
|
|
3914
3914
|
gt,
|
|
@@ -3921,8 +3921,8 @@ const Ie = (n) => n.render(us(n)), ps = "_textInputContainer_1o3iy_2", hs = "_la
|
|
|
3921
3921
|
k(L), s && s(L);
|
|
3922
3922
|
},
|
|
3923
3923
|
marks: !0,
|
|
3924
|
-
className:
|
|
3925
|
-
thumbClassName:
|
|
3924
|
+
className: Z.slider,
|
|
3925
|
+
thumbClassName: Z.thumb,
|
|
3926
3926
|
renderThumb: (L) => /* @__PURE__ */ i(
|
|
3927
3927
|
"div",
|
|
3928
3928
|
{
|
|
@@ -3930,14 +3930,14 @@ const Ie = (n) => n.render(us(n)), ps = "_textInputContainer_1o3iy_2", hs = "_la
|
|
|
3930
3930
|
style: { ...L.style, backgroundColor: l }
|
|
3931
3931
|
}
|
|
3932
3932
|
),
|
|
3933
|
-
trackClassName:
|
|
3934
|
-
markClassName:
|
|
3933
|
+
trackClassName: Z.track,
|
|
3934
|
+
markClassName: Z.mark,
|
|
3935
3935
|
disabled: _
|
|
3936
3936
|
}
|
|
3937
3937
|
),
|
|
3938
|
-
v && /* @__PURE__ */ i("div", { className:
|
|
3938
|
+
v && /* @__PURE__ */ i("div", { className: Z.labels, children: v.map((L) => /* @__PURE__ */ i("span", { children: b && L }, L)) })
|
|
3939
3939
|
] }),
|
|
3940
|
-
g && /* @__PURE__ */ i("div", { className:
|
|
3940
|
+
g && /* @__PURE__ */ i("div", { className: Z.maxLabel, children: w(g) })
|
|
3941
3941
|
] })
|
|
3942
3942
|
]
|
|
3943
3943
|
}
|
|
@@ -4272,7 +4272,7 @@ const Oe = ({
|
|
|
4272
4272
|
/* @__PURE__ */ i(Ee, { errorMessage: t, errorColor: o })
|
|
4273
4273
|
] })
|
|
4274
4274
|
] });
|
|
4275
|
-
}, Ws = "_overlay_mnd4j_2", Us = "_modal_mnd4j_15", Gs = "_closeButton_mnd4j_29", Xs = "_icon_mnd4j_39", Qs = "_message_mnd4j_45", Js = "_submessage_mnd4j_51", Ys = "_buttonsContainer_mnd4j_57", e1 = "_buttonWrapper_mnd4j_64",
|
|
4275
|
+
}, Ws = "_overlay_mnd4j_2", Us = "_modal_mnd4j_15", Gs = "_closeButton_mnd4j_29", Xs = "_icon_mnd4j_39", Qs = "_message_mnd4j_45", Js = "_submessage_mnd4j_51", Ys = "_buttonsContainer_mnd4j_57", e1 = "_buttonWrapper_mnd4j_64", ge = {
|
|
4276
4276
|
overlay: Ws,
|
|
4277
4277
|
modal: Us,
|
|
4278
4278
|
closeButton: Gs,
|
|
@@ -4289,17 +4289,17 @@ const Oe = ({
|
|
|
4289
4289
|
buttons: t,
|
|
4290
4290
|
maxHeight: o = "450px",
|
|
4291
4291
|
maxWidth: d = "450px"
|
|
4292
|
-
}) => /* @__PURE__ */ i("div", { className:
|
|
4292
|
+
}) => /* @__PURE__ */ i("div", { className: ge.overlay, children: /* @__PURE__ */ m(
|
|
4293
4293
|
"div",
|
|
4294
4294
|
{
|
|
4295
|
-
className:
|
|
4295
|
+
className: ge.modal,
|
|
4296
4296
|
style: { maxHeight: o, maxWidth: d },
|
|
4297
4297
|
children: [
|
|
4298
|
-
/* @__PURE__ */ i("button", { className:
|
|
4299
|
-
c && /* @__PURE__ */ i("img", { src: c, alt: "icon", className:
|
|
4300
|
-
/* @__PURE__ */ i("p", { className:
|
|
4301
|
-
r && /* @__PURE__ */ i("p", { className:
|
|
4302
|
-
t.length > 0 && /* @__PURE__ */ i("div", { className:
|
|
4298
|
+
/* @__PURE__ */ i("button", { className: ge.closeButton, onClick: n, "aria-label": "Close modal", children: "✕" }),
|
|
4299
|
+
c && /* @__PURE__ */ i("img", { src: c, alt: "icon", className: ge.icon }),
|
|
4300
|
+
/* @__PURE__ */ i("p", { className: ge.message, children: s }),
|
|
4301
|
+
r && /* @__PURE__ */ i("p", { className: ge.submessage, children: r }),
|
|
4302
|
+
t.length > 0 && /* @__PURE__ */ i("div", { className: ge.buttonsContainer, children: t.map((a, l) => /* @__PURE__ */ i("div", { className: ge.buttonWrapper, children: a }, l)) })
|
|
4303
4303
|
]
|
|
4304
4304
|
}
|
|
4305
4305
|
) });
|
|
@@ -4319,7 +4319,7 @@ t1.propTypes = {
|
|
|
4319
4319
|
/** Anchura máxima del modal (por defecto 400px) */
|
|
4320
4320
|
maxWidth: e.string
|
|
4321
4321
|
};
|
|
4322
|
-
const n1 = "_stepsContainer_1cyua_3", i1 = "_stepWrapper_1cyua_9", s1 = "_circleContainer_1cyua_19", r1 = "_circle_1cyua_19", o1 = "_active_1cyua_39", a1 = "_completed_1cyua_44", l1 = "_label_1cyua_50", c1 = "_labelActive_1cyua_56", d1 = "_connector_1cyua_61",
|
|
4322
|
+
const n1 = "_stepsContainer_1cyua_3", i1 = "_stepWrapper_1cyua_9", s1 = "_circleContainer_1cyua_19", r1 = "_circle_1cyua_19", o1 = "_active_1cyua_39", a1 = "_completed_1cyua_44", l1 = "_label_1cyua_50", c1 = "_labelActive_1cyua_56", d1 = "_connector_1cyua_61", ue = {
|
|
4323
4323
|
stepsContainer: n1,
|
|
4324
4324
|
stepWrapper: i1,
|
|
4325
4325
|
circleContainer: s1,
|
|
@@ -4329,27 +4329,27 @@ const n1 = "_stepsContainer_1cyua_3", i1 = "_stepWrapper_1cyua_9", s1 = "_circle
|
|
|
4329
4329
|
label: l1,
|
|
4330
4330
|
labelActive: c1,
|
|
4331
4331
|
connector: d1
|
|
4332
|
-
}, m2 = ({ steps: n, activeColor: c }) => /* @__PURE__ */ i("div", { className:
|
|
4332
|
+
}, m2 = ({ steps: n, activeColor: c }) => /* @__PURE__ */ i("div", { className: ue.stepsContainer, children: n.map((s, r) => {
|
|
4333
4333
|
const t = s.status === "active", o = s.status === "completed";
|
|
4334
|
-
return /* @__PURE__ */ m("div", { className:
|
|
4335
|
-
/* @__PURE__ */ m("div", { className:
|
|
4334
|
+
return /* @__PURE__ */ m("div", { className: ue.stepWrapper, children: [
|
|
4335
|
+
/* @__PURE__ */ m("div", { className: ue.circleContainer, children: [
|
|
4336
4336
|
/* @__PURE__ */ i(
|
|
4337
4337
|
"div",
|
|
4338
4338
|
{
|
|
4339
|
-
className: `${
|
|
4340
|
-
${t ?
|
|
4341
|
-
${o ?
|
|
4339
|
+
className: `${ue.circle}
|
|
4340
|
+
${t ? ue.active : ""}
|
|
4341
|
+
${o ? ue.completed : ""}`,
|
|
4342
4342
|
style: t ? { backgroundColor: c } : {},
|
|
4343
4343
|
onClick: s.onClick,
|
|
4344
4344
|
children: r + 1
|
|
4345
4345
|
}
|
|
4346
4346
|
),
|
|
4347
|
-
r < n.length - 1 && /* @__PURE__ */ i("div", { className:
|
|
4347
|
+
r < n.length - 1 && /* @__PURE__ */ i("div", { className: ue.connector })
|
|
4348
4348
|
] }),
|
|
4349
4349
|
/* @__PURE__ */ i(
|
|
4350
4350
|
"div",
|
|
4351
4351
|
{
|
|
4352
|
-
className: `${
|
|
4352
|
+
className: `${ue.label} ${t ? ue.labelActive : ""}`,
|
|
4353
4353
|
children: s.name
|
|
4354
4354
|
}
|
|
4355
4355
|
)
|
|
@@ -4506,7 +4506,7 @@ S1.propTypes = {
|
|
|
4506
4506
|
gifSrc: e.string,
|
|
4507
4507
|
message: e.string
|
|
4508
4508
|
};
|
|
4509
|
-
const L1 = "_container_1pl8d_3", M1 = "_burger_1pl8d_10", B1 = "_menu_1pl8d_21", T1 = "_menuOpen_1pl8d_35", D1 = "_menuClose_1pl8d_40", V1 = "_list_1pl8d_46", F1 = "_item_1pl8d_56", A1 = "_button_1pl8d_91",
|
|
4509
|
+
const L1 = "_container_1pl8d_3", M1 = "_burger_1pl8d_10", B1 = "_menu_1pl8d_21", T1 = "_menuOpen_1pl8d_35", D1 = "_menuClose_1pl8d_40", V1 = "_list_1pl8d_46", F1 = "_item_1pl8d_56", A1 = "_button_1pl8d_91", re = {
|
|
4510
4510
|
container: L1,
|
|
4511
4511
|
burger: M1,
|
|
4512
4512
|
menu: B1,
|
|
@@ -4522,8 +4522,8 @@ const L1 = "_container_1pl8d_3", M1 = "_burger_1pl8d_10", B1 = "_menu_1pl8d_21",
|
|
|
4522
4522
|
iconColor: r
|
|
4523
4523
|
}) => {
|
|
4524
4524
|
const [t, o] = O(!1), d = () => o((g) => !g), a = () => o(!1), l = 7, u = t ? 11 : 0, C = t ? 13 : 0, h = t ? -11.51666 : 0, y = t ? -13 : 0, p = "0.35s";
|
|
4525
|
-
return /* @__PURE__ */ m("div", { className:
|
|
4526
|
-
/* @__PURE__ */ i("button", { onClick: d, className:
|
|
4525
|
+
return /* @__PURE__ */ m("div", { className: re.container, children: [
|
|
4526
|
+
/* @__PURE__ */ i("button", { onClick: d, className: re.burger, children: /* @__PURE__ */ m(
|
|
4527
4527
|
"svg",
|
|
4528
4528
|
{
|
|
4529
4529
|
width: "40",
|
|
@@ -4594,14 +4594,14 @@ const L1 = "_container_1pl8d_3", M1 = "_burger_1pl8d_10", B1 = "_menu_1pl8d_21",
|
|
|
4594
4594
|
/* @__PURE__ */ i(
|
|
4595
4595
|
"div",
|
|
4596
4596
|
{
|
|
4597
|
-
className: `${
|
|
4597
|
+
className: `${re.menu} ${t ? re.menuOpen : re.menuClose}`,
|
|
4598
4598
|
style: { backgroundColor: c, color: s },
|
|
4599
|
-
children: /* @__PURE__ */ i("ul", { className:
|
|
4599
|
+
children: /* @__PURE__ */ i("ul", { className: re.list, children: n.map((g, _) => /* @__PURE__ */ m("li", { className: re.item, children: [
|
|
4600
4600
|
g.url && /* @__PURE__ */ i(
|
|
4601
4601
|
Ut,
|
|
4602
4602
|
{
|
|
4603
4603
|
to: g.url,
|
|
4604
|
-
className: ({ isActive: v }) => `${
|
|
4604
|
+
className: ({ isActive: v }) => `${re.link} ${v ? re.active : ""}`,
|
|
4605
4605
|
onClick: a,
|
|
4606
4606
|
style: { color: s },
|
|
4607
4607
|
children: g.name
|
|
@@ -4610,7 +4610,7 @@ const L1 = "_container_1pl8d_3", M1 = "_burger_1pl8d_10", B1 = "_menu_1pl8d_21",
|
|
|
4610
4610
|
g.onclick && /* @__PURE__ */ i(
|
|
4611
4611
|
"button",
|
|
4612
4612
|
{
|
|
4613
|
-
className:
|
|
4613
|
+
className: re.button,
|
|
4614
4614
|
onClick: () => {
|
|
4615
4615
|
g.onclick(), a();
|
|
4616
4616
|
},
|
|
@@ -4675,23 +4675,23 @@ const O1 = "_svgContainer_1rxoe_2", R1 = "_svg_1rxoe_2", zt = {
|
|
|
4675
4675
|
if (!n || n.length === 0 || N.width === 0) return;
|
|
4676
4676
|
const k = we(f.current), L = N.width, D = N.height, T = L - o.left - o.right, B = D - o.top - o.bottom;
|
|
4677
4677
|
if (T <= 0 || B <= 0) return;
|
|
4678
|
-
const P = n.map((V) => V.anyo || V.year || V.x), R = c, X = lt(n, (V) => lt(R, (
|
|
4678
|
+
const P = n.map((V) => V.anyo || V.year || V.x), R = c, X = lt(n, (V) => lt(R, (W) => V[W])) || 0, K = ct(n, (V) => ct(R, (W) => V[W])) || 0, z = dt().domain(P).rangeRound([0, T]).paddingInner(y), E = dt().domain(R).rangeRound([0, z.bandwidth()]).padding(p), se = Ht().domain([Math.min(0, X), K]).nice().rangeRound([B, 0]), Ce = Kt().domain(R).range(Array.isArray(s) ? s : Object.values(s || {}));
|
|
4679
4679
|
k.selectAll("*").remove();
|
|
4680
|
-
const
|
|
4681
|
-
b && k.append("text").attr("x", L / 2).attr("y", o.top / 2).attr("text-anchor", "middle").style("font-size", "16px").style("font-weight", "bold").style("fill", "#333").text(b), u &&
|
|
4680
|
+
const oe = k.append("g").attr("transform", `translate(${o.left},${o.top})`);
|
|
4681
|
+
b && k.append("text").attr("x", L / 2).attr("y", o.top / 2).attr("text-anchor", "middle").style("font-size", "16px").style("font-weight", "bold").style("fill", "#333").text(b), u && oe.append("g").attr("class", "grid").selectAll("line").data(se.ticks()).enter().append("line").attr("x1", 0).attr("x2", T).attr("y1", (V) => se(V)).attr("y2", (V) => se(V)).style("stroke", "#e0e0e0").style("stroke-width", 0.5), a && (oe.append("g").attr("transform", `translate(0,${B})`).call(Wt(z).tickSizeOuter(0)).attr("class", "x-axis").selectAll("text").attr("transform", `translate(0,10)rotate(${C})`).style("text-anchor", C < 0 ? "end" : "middle").style("font-size", "12px").style("fill", "#605B56"), w && oe.append("text").attr(
|
|
4682
4682
|
"transform",
|
|
4683
4683
|
`translate(${T / 2}, ${B + o.bottom - 5})`
|
|
4684
|
-
).style("text-anchor", "middle").style("font-size", "14px").style("fill", "#333").text(w)), l && (
|
|
4685
|
-
const Q =
|
|
4686
|
-
(V) => R.map((
|
|
4687
|
-
key:
|
|
4688
|
-
value: V[
|
|
4684
|
+
).style("text-anchor", "middle").style("font-size", "14px").style("fill", "#333").text(w)), l && (oe.append("g").call(ut(se).ticks(6).tickFormat(h)).attr("class", "y-axis").call((V) => V.select(".domain").remove()), $ && oe.append("text").attr("transform", "rotate(-90)").attr("y", 0 - o.left).attr("x", 0 - B / 2).attr("dy", "1em").style("text-anchor", "middle").style("font-size", "14px").style("fill", "#333").text($));
|
|
4685
|
+
const Q = oe.append("g").selectAll(".bar-group").data(n).enter().append("g").attr("class", "bar-group").attr("transform", (V) => `translate(${z(V.anyo || V.year || V.x)},0)`).selectAll(".bar").data(
|
|
4686
|
+
(V) => R.map((W) => ({
|
|
4687
|
+
key: W,
|
|
4688
|
+
value: V[W],
|
|
4689
4689
|
data: V
|
|
4690
4690
|
}))
|
|
4691
|
-
).enter().append("rect").attr("class", "bar").attr("x", (V) => E(V.key)).attr("y", B).attr("width", E.bandwidth()).attr("height", 0).attr("fill", (V) =>
|
|
4692
|
-
Q.transition().duration(g).attr("y", (V) => se(Math.max(0, V.value))).attr("height", (V) => Math.abs(se(V.value) - se(0))), _ && Q.on("mouseover", function(V,
|
|
4693
|
-
we(this).style("opacity", 0.8), _(V,
|
|
4694
|
-
}).on("mouseout", function(V,
|
|
4691
|
+
).enter().append("rect").attr("class", "bar").attr("x", (V) => E(V.key)).attr("y", B).attr("width", E.bandwidth()).attr("height", 0).attr("fill", (V) => Ce(V.key)).style("cursor", _ || v ? "pointer" : "default");
|
|
4692
|
+
Q.transition().duration(g).attr("y", (V) => se(Math.max(0, V.value))).attr("height", (V) => Math.abs(se(V.value) - se(0))), _ && Q.on("mouseover", function(V, W) {
|
|
4693
|
+
we(this).style("opacity", 0.8), _(V, W);
|
|
4694
|
+
}).on("mouseout", function(V, W) {
|
|
4695
4695
|
we(this).style("opacity", 1);
|
|
4696
4696
|
}), v && Q.on("click", v);
|
|
4697
4697
|
}, [
|
|
@@ -4809,99 +4809,99 @@ const E1 = "_svgContainer_7fkic_2", q1 = "_svg_7fkic_2", Zt = {
|
|
|
4809
4809
|
return T(), window.addEventListener("resize", T), () => window.removeEventListener("resize", T);
|
|
4810
4810
|
}, [r, t]), A(() => {
|
|
4811
4811
|
if (!n || n.length === 0 || L.containerWidth === 0) return;
|
|
4812
|
-
const T = we(S.current), { containerWidth: B, height: P } = L, R = B - o.left - o.right, X = n.length * N,
|
|
4812
|
+
const T = we(S.current), { containerWidth: B, height: P } = L, R = B - o.left - o.right, X = n.length * N, K = Math.max(
|
|
4813
4813
|
R,
|
|
4814
4814
|
X
|
|
4815
|
-
), z =
|
|
4816
|
-
if (
|
|
4815
|
+
), z = K + o.left + o.right, E = P - o.top - o.bottom;
|
|
4816
|
+
if (K <= 0 || E <= 0) return;
|
|
4817
4817
|
T.attr("width", z).attr("height", P);
|
|
4818
|
-
const se = x ? [...c].reverse() : c,
|
|
4818
|
+
const se = x ? [...c].reverse() : c, Ce = [];
|
|
4819
4819
|
n.forEach((M) => {
|
|
4820
|
-
const ee = M.any || M.year || M.x,
|
|
4821
|
-
key:
|
|
4822
|
-
value: Number(M[
|
|
4820
|
+
const ee = M.any || M.year || M.x, j = se.map((G) => ({
|
|
4821
|
+
key: G,
|
|
4822
|
+
value: Number(M[G]) || 0,
|
|
4823
4823
|
data: M
|
|
4824
|
-
})), f2 =
|
|
4824
|
+
})), f2 = j.filter((G) => G.value < 0), y2 = j.filter((G) => G.value >= 0);
|
|
4825
4825
|
let wt = 0;
|
|
4826
|
-
f2.forEach((
|
|
4827
|
-
const
|
|
4828
|
-
|
|
4829
|
-
key:
|
|
4830
|
-
value:
|
|
4831
|
-
y0: Math.max(
|
|
4826
|
+
f2.forEach((G) => {
|
|
4827
|
+
const fe = wt, ce = G.value, et = Math.abs(ce - fe);
|
|
4828
|
+
Ce.push({
|
|
4829
|
+
key: G.key,
|
|
4830
|
+
value: G.value,
|
|
4831
|
+
y0: Math.max(fe, ce),
|
|
4832
4832
|
// El punto más alto
|
|
4833
|
-
y1: Math.min(
|
|
4833
|
+
y1: Math.min(fe, ce),
|
|
4834
4834
|
// El punto más bajo
|
|
4835
4835
|
height: et,
|
|
4836
|
-
data:
|
|
4836
|
+
data: G.data,
|
|
4837
4837
|
xKey: ee
|
|
4838
|
-
}), wt =
|
|
4838
|
+
}), wt = ce;
|
|
4839
4839
|
});
|
|
4840
4840
|
let Nt = 0;
|
|
4841
|
-
y2.forEach((
|
|
4842
|
-
const
|
|
4843
|
-
|
|
4844
|
-
key:
|
|
4845
|
-
value:
|
|
4846
|
-
y0: Math.min(
|
|
4847
|
-
y1: Math.max(
|
|
4841
|
+
y2.forEach((G) => {
|
|
4842
|
+
const fe = Nt, ce = G.value, et = ce - fe;
|
|
4843
|
+
Ce.push({
|
|
4844
|
+
key: G.key,
|
|
4845
|
+
value: G.value,
|
|
4846
|
+
y0: Math.min(fe, ce),
|
|
4847
|
+
y1: Math.max(fe, ce),
|
|
4848
4848
|
height: et,
|
|
4849
|
-
data:
|
|
4849
|
+
data: G.data,
|
|
4850
4850
|
xKey: ee
|
|
4851
|
-
}), Nt =
|
|
4851
|
+
}), Nt = ce;
|
|
4852
4852
|
});
|
|
4853
4853
|
});
|
|
4854
|
-
const
|
|
4855
|
-
lt(
|
|
4856
|
-
ct(
|
|
4857
|
-
],
|
|
4854
|
+
const oe = [
|
|
4855
|
+
lt(Ce, (M) => Math.min(M.y0, M.y1)) || 0,
|
|
4856
|
+
ct(Ce, (M) => Math.max(M.y0, M.y1)) || 0
|
|
4857
|
+
], ae = dt().domain(n.map((M) => M.any || M.year || M.x)).range([0, K]).padding(y), Q = Ht().domain([oe[0], oe[1]]).nice(6).range([E, 0]), V = Kt().domain(c).range(Array.isArray(s) ? s : Object.values(s || {}));
|
|
4858
4858
|
T.selectAll("*").remove();
|
|
4859
|
-
const
|
|
4860
|
-
v && T.append("text").attr("x", svgWidth / 2).attr("y", o.top / 2).attr("text-anchor", "middle").style("font-size", "16px").style("font-weight", "bold").style("fill", "#333").text(v), u &&
|
|
4859
|
+
const W = T.append("g").attr("transform", `translate(${o.left},${o.top})`);
|
|
4860
|
+
v && T.append("text").attr("x", svgWidth / 2).attr("y", o.top / 2).attr("text-anchor", "middle").style("font-size", "16px").style("font-weight", "bold").style("fill", "#333").text(v), u && W.append("g").attr("class", "grid").selectAll("line").data(Q.ticks(6)).enter().append("line").attr("x1", 0).attr("x2", K).attr("y1", (M) => Q(M)).attr("y2", (M) => Q(M)).style("stroke", "#e0e0e0").style("stroke-width", 0.5), a && (W.append("g").attr("class", "x-axis").attr("transform", `translate(0, ${E})`).call(Wt(ae).tickSizeOuter(0)).selectAll("text").remove(), W.append("g").attr("class", "x-axis-labels").attr("transform", `translate(0, ${E})`).selectAll("text").data(n).enter().append("text").attr(
|
|
4861
4861
|
"x",
|
|
4862
|
-
(
|
|
4862
|
+
(j) => ae(j.any || j.year || j.x) + ae.bandwidth() / 2
|
|
4863
4863
|
).attr("y", 19).style(
|
|
4864
4864
|
"text-anchor",
|
|
4865
4865
|
C === 0 ? "middle" : C < 0 ? "end" : "start"
|
|
4866
4866
|
).style("font-size", "12px").style("fill", "#605B56").attr(
|
|
4867
4867
|
"transform",
|
|
4868
|
-
(
|
|
4869
|
-
).text((
|
|
4868
|
+
(j) => `rotate(${C} ${ae(j.any || j.year || j.x) + ae.bandwidth() / 2} 15)`
|
|
4869
|
+
).text((j) => j.any || j.year || j.x), b && W.append("text").attr(
|
|
4870
4870
|
"transform",
|
|
4871
|
-
`translate(${
|
|
4872
|
-
).style("text-anchor", "middle").style("font-size", "14px").style("fill", "#333").text(b)), l && (
|
|
4873
|
-
let
|
|
4874
|
-
f && (
|
|
4875
|
-
const Je =
|
|
4871
|
+
`translate(${K / 2}, ${E + o.bottom - 5})`
|
|
4872
|
+
).style("text-anchor", "middle").style("font-size", "14px").style("fill", "#333").text(b)), l && (W.append("g").attr("class", "y-axis").call(ut(Q).ticks(6).tickFormat(h)).call((M) => M.select(".domain").remove()), W.append("g").attr("class", "y-ticks").attr("transform", `translate(${K}, 0)`).call(ut(Q).ticks(6).tickSizeInner(K)).call((M) => M.select(".domain").remove()).call((M) => M.selectAll(".tick text").remove()), w && W.append("text").attr("transform", "rotate(-90)").attr("y", 0 - o.left).attr("x", 0 - E / 2).attr("dy", "1em").style("text-anchor", "middle").style("font-size", "14px").style("fill", "#333").text(w));
|
|
4873
|
+
let le;
|
|
4874
|
+
f && (le = we("body").append("div").attr("class", "chart-tooltip").style("position", "absolute").style("visibility", "hidden").style("background", "rgba(0, 0, 0, 0.8)").style("color", "white").style("padding", "8px").style("border-radius", "4px").style("font-size", "12px").style("pointer-events", "none").style("z-index", "1000"));
|
|
4875
|
+
const Je = W.selectAll(".segment").data(Ce, (M) => `${M.xKey}-${M.key}`);
|
|
4876
4876
|
Je.exit().remove();
|
|
4877
|
-
const Ye = Je.enter().append("rect").attr("class", "segment").attr("x", (M) =>
|
|
4877
|
+
const Ye = Je.enter().append("rect").attr("class", "segment").attr("x", (M) => ae(M.xKey)).attr("width", ae.bandwidth()).attr("y", (M) => Q(0)).attr("height", 0).attr("fill", (M) => V(M.key)).style(
|
|
4878
4878
|
"cursor",
|
|
4879
4879
|
g || _ || f ? "pointer" : "default"
|
|
4880
4880
|
).merge(Je);
|
|
4881
|
-
return Ye.transition().duration(p).attr("x", (M) =>
|
|
4882
|
-
const
|
|
4883
|
-
f &&
|
|
4881
|
+
return Ye.transition().duration(p).attr("x", (M) => ae(M.xKey)).attr("y", (M) => Math.min(Q(M.y0), Q(M.y1))).attr("height", (M) => Math.abs(Q(M.y1) - Q(M.y0))), (f || g) && Ye.on("mouseover", function(M, ee) {
|
|
4882
|
+
const j = ee.value;
|
|
4883
|
+
f && le && le.style("visibility", "visible").html(`
|
|
4884
4884
|
<strong>${ee.key}</strong><br/>
|
|
4885
4885
|
${ee.xKey}<br/>
|
|
4886
|
-
${h(
|
|
4886
|
+
${h(j)}
|
|
4887
4887
|
`), we(this).style("opacity", 0.8), g && g(M, {
|
|
4888
4888
|
key: ee.key,
|
|
4889
|
-
value:
|
|
4889
|
+
value: j,
|
|
4890
4890
|
data: ee.data
|
|
4891
4891
|
});
|
|
4892
4892
|
}).on("mousemove", function(M) {
|
|
4893
|
-
f &&
|
|
4893
|
+
f && le && le.style("top", M.pageY - 10 + "px").style("left", M.pageX + 10 + "px");
|
|
4894
4894
|
}).on("mouseout", function() {
|
|
4895
|
-
f &&
|
|
4895
|
+
f && le && le.style("visibility", "hidden"), we(this).style("opacity", 1);
|
|
4896
4896
|
}), _ && Ye.on("click", function(M, ee) {
|
|
4897
|
-
const
|
|
4897
|
+
const j = ee.value;
|
|
4898
4898
|
_(M, {
|
|
4899
4899
|
key: ee.key,
|
|
4900
|
-
value:
|
|
4900
|
+
value: j,
|
|
4901
4901
|
data: ee.data
|
|
4902
4902
|
});
|
|
4903
4903
|
}), () => {
|
|
4904
|
-
|
|
4904
|
+
le && le.remove();
|
|
4905
4905
|
};
|
|
4906
4906
|
}, [
|
|
4907
4907
|
n,
|
|
@@ -5362,6 +5362,6 @@ export {
|
|
|
5362
5362
|
x1 as Switch,
|
|
5363
5363
|
Et as TextInput,
|
|
5364
5364
|
pi as TimeSlider,
|
|
5365
|
-
|
|
5365
|
+
pe as Tooltip,
|
|
5366
5366
|
Ci as TopNavMenu
|
|
5367
5367
|
};
|