@sisense/sdk-ui-preact 2.26.0 → 2.27.0
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/ai.cjs +30 -30
- package/dist/ai.js +488 -484
- package/dist/index.cjs +423 -423
- package/dist/index.js +11043 -10866
- package/dist/{use-hover-B1HPf4hF-b2b3fe1e.js → use-hover-CkmV6eu9-214a1e6d.js} +13045 -12989
- package/dist/{use-hover-B1HPf4hF-a1eb5d7a.cjs → use-hover-CkmV6eu9-5f0519a8.cjs} +145 -145
- package/package.json +3 -3
package/dist/ai.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { E as rt, x as ia,
|
|
2
|
-
import { D as
|
|
1
|
+
import { E as rt, x as ia, P as dr, N as pr, k as ur, a as gr, j as hr, D as mr, c as fr, b as Te, w as Be, S as kr, d as br, f as xr, e as G, g as yr, h as Le, H as kt, i as Ye, l as wr, m as De, U as jt, T as _r, y as oa, I as Cr, n as vr, z as sa, o as na, p as C, q, A as Sr, L as Je, r as Mr, s as Ir, B as ke, t as la, u as Dr, _ as f, v as ca, C as da, $ as pa, M as D, F as o, G as j, J as B, O as ua, K as Ar, V as ye, Q as bt, R as v, W as Lr, X as Tr, Y as Nr, Z as Ce, a0 as it, a1 as jr, a2 as zr, a3 as Or, a4 as Er, a5 as Ae, a6 as ga, a7 as xt, a8 as je, a9 as Rr, aa as zt, ab as Zr, ac as Wr, ad as $r, ae as qr, af as ha, ag as Pr, ah as Gr, ai as Hr, aj as Br, ak as Yr, al as Ur, am as Qr, an as Fr, ao as Vr, ap as Jr, aq as Xr, ar as Kr, as as ei, at as ti, au as ai, av as ma, aw as ri, ax as ii, ay as oi, az as si, aA as ni } from "./use-hover-CkmV6eu9-214a1e6d.js";
|
|
2
|
+
import { D as fa, M as ka, T as R, q as z, d as Z, y as we, A as be, x as yt, _ as Ue, a as li } from "./compat.module-21d68a36.js";
|
|
3
3
|
import { jsx as ve } from "./preact/jsx-runtime.js";
|
|
4
4
|
import { K as Xe, _ as ci } from "./preact.module-d1297d7b.js";
|
|
5
5
|
import "./index-D7mHzfx0-e61bcbf5.js";
|
|
6
|
-
let
|
|
6
|
+
let ba = class extends ia {
|
|
7
7
|
constructor(t, a) {
|
|
8
8
|
var r;
|
|
9
|
-
super((r = t.jaql.title) !== null && r !== void 0 ? r : "", a), this.__serializable = "JaqlElement", this.expression = t.jaql.dim || t.jaql.formula, this.metadataItem = t, t.jaql.agg ? this.aggregation = t.jaql.agg : delete this.aggregation, t.jaql.formula ? this.formula = t.jaql.formula : delete this.formula, t.jaql.sort ? this.sortType =
|
|
9
|
+
super((r = t.jaql.title) !== null && r !== void 0 ? r : "", a), this.__serializable = "JaqlElement", this.expression = t.jaql.dim || t.jaql.formula, this.metadataItem = t, t.jaql.agg ? this.aggregation = t.jaql.agg : delete this.aggregation, t.jaql.formula ? this.formula = t.jaql.formula : delete this.formula, t.jaql.sort ? this.sortType = dr(t.jaql.sort) : delete this.sortType, this.skipValidation = !0;
|
|
10
10
|
}
|
|
11
11
|
get id() {
|
|
12
12
|
return this.expression;
|
|
@@ -29,16 +29,16 @@ const di = {
|
|
|
29
29
|
};
|
|
30
30
|
function pi(e) {
|
|
31
31
|
var t;
|
|
32
|
-
return new
|
|
32
|
+
return new ba(e, (t = di[e.jaql.datatype]) !== null && t !== void 0 ? t : "numeric");
|
|
33
33
|
}
|
|
34
|
-
function
|
|
34
|
+
function xa(e) {
|
|
35
35
|
const {
|
|
36
36
|
jaql: t
|
|
37
37
|
} = e;
|
|
38
38
|
if (t.formula)
|
|
39
|
-
return
|
|
40
|
-
const a =
|
|
41
|
-
return "agg" in t && t.dim && t.datatype ?
|
|
39
|
+
return pr(t);
|
|
40
|
+
const a = ur(t);
|
|
41
|
+
return "agg" in t && t.dim && t.datatype ? gr({
|
|
42
42
|
expression: t.dim,
|
|
43
43
|
dataType: t.datatype,
|
|
44
44
|
agg: t.agg || "",
|
|
@@ -47,7 +47,7 @@ function wa(e) {
|
|
|
47
47
|
sort: t.sort,
|
|
48
48
|
title: t.title,
|
|
49
49
|
dataSource: t.datasource
|
|
50
|
-
}) : t.dim && t.datatype ?
|
|
50
|
+
}) : t.dim && t.datatype ? hr({
|
|
51
51
|
expression: t.dim,
|
|
52
52
|
dataType: t.datatype,
|
|
53
53
|
granularity: a,
|
|
@@ -58,25 +58,25 @@ function wa(e) {
|
|
|
58
58
|
}) : pi(e);
|
|
59
59
|
}
|
|
60
60
|
const ui = (e) => "dashboardOid" in e && "widgetOid" in e;
|
|
61
|
-
var gi = Object.defineProperty, hi = Object.defineProperties, mi = Object.getOwnPropertyDescriptors, Qe = Object.getOwnPropertySymbols,
|
|
61
|
+
var gi = Object.defineProperty, hi = Object.defineProperties, mi = Object.getOwnPropertyDescriptors, Qe = Object.getOwnPropertySymbols, ya = Object.prototype.hasOwnProperty, wa = Object.prototype.propertyIsEnumerable, Ot = (e, t, a) => t in e ? gi(e, t, {
|
|
62
62
|
enumerable: !0,
|
|
63
63
|
configurable: !0,
|
|
64
64
|
writable: !0,
|
|
65
65
|
value: a
|
|
66
66
|
}) : e[t] = a, N = (e, t) => {
|
|
67
67
|
for (var a in t || (t = {}))
|
|
68
|
-
|
|
68
|
+
ya.call(t, a) && Ot(e, a, t[a]);
|
|
69
69
|
if (Qe)
|
|
70
70
|
for (var a of Qe(t))
|
|
71
|
-
|
|
71
|
+
wa.call(t, a) && Ot(e, a, t[a]);
|
|
72
72
|
return e;
|
|
73
73
|
}, re = (e, t) => hi(e, mi(t)), fi = (e, t) => {
|
|
74
74
|
var a = {};
|
|
75
75
|
for (var r in e)
|
|
76
|
-
|
|
76
|
+
ya.call(e, r) && t.indexOf(r) < 0 && (a[r] = e[r]);
|
|
77
77
|
if (e != null && Qe)
|
|
78
78
|
for (var r of Qe(e))
|
|
79
|
-
t.indexOf(r) < 0 &&
|
|
79
|
+
t.indexOf(r) < 0 && wa.call(e, r) && (a[r] = e[r]);
|
|
80
80
|
return a;
|
|
81
81
|
};
|
|
82
82
|
function ki(e) {
|
|
@@ -85,8 +85,8 @@ function ki(e) {
|
|
|
85
85
|
function bi(e) {
|
|
86
86
|
return !e || !e.jaql.datasource.title || !e.jaql.metadata.length;
|
|
87
87
|
}
|
|
88
|
-
function
|
|
89
|
-
if (![...
|
|
88
|
+
function _a(e) {
|
|
89
|
+
if (![...fr, "pivot", "pivot2"].includes(e))
|
|
90
90
|
throw new Te("errors.chartTypeNotSupported", {
|
|
91
91
|
chartType: e
|
|
92
92
|
});
|
|
@@ -594,12 +594,12 @@ const config = {{configString}};
|
|
|
594
594
|
}
|
|
595
595
|
};
|
|
596
596
|
function Ci(e) {
|
|
597
|
-
return e.replace(/\[\[([^\]]+)\]\]/g, (t, a) =>
|
|
597
|
+
return e.replace(/\[\[([^\]]+)\]\]/g, (t, a) => yr(a));
|
|
598
598
|
}
|
|
599
|
-
const
|
|
600
|
-
const r =
|
|
599
|
+
const Ca = (e, t) => _i[t][e].replace(/{{(.*?)Tmpl}}/g, (a, r) => Ca(`${r}Tmpl`, t)), vi = (e, t) => e.replace(/{{(.*?)}}/g, (a, r) => r in t ? t[r] : (console.warn(`Placeholder ${r} not found in data`), a)), dt = (e, t, a = "react") => {
|
|
600
|
+
const r = Ca(e, a), i = vi(r, t);
|
|
601
601
|
return yi(Ci(i));
|
|
602
|
-
}, Si = () => Object.values(
|
|
602
|
+
}, Si = () => Object.values(_r).map((e) => oa.aggregationToJAQL(e)).join("|"), va = (e) => {
|
|
603
603
|
const {
|
|
604
604
|
formula: t,
|
|
605
605
|
context: a,
|
|
@@ -628,12 +628,12 @@ const Sa = (e, t) => _i[t][e].replace(/{{(.*?)Tmpl}}/g, (a, r) => Sa(`${r}Tmpl`,
|
|
|
628
628
|
} : {});
|
|
629
629
|
}
|
|
630
630
|
return e;
|
|
631
|
-
},
|
|
631
|
+
}, Pe = (e) => {
|
|
632
632
|
let t = e;
|
|
633
|
-
if ("formula" in e && (t =
|
|
633
|
+
if ("formula" in e && (t = va(e)), "context" in t) {
|
|
634
634
|
const a = N({}, t.context);
|
|
635
635
|
Object.keys(a).forEach((r) => {
|
|
636
|
-
a[`${r}`] =
|
|
636
|
+
a[`${r}`] = Pe(a[`${r}`]);
|
|
637
637
|
}), t.context = a;
|
|
638
638
|
}
|
|
639
639
|
return t;
|
|
@@ -645,7 +645,7 @@ const Sa = (e, t) => _i[t][e].replace(/{{(.*?)Tmpl}}/g, (a, r) => Sa(`${r}Tmpl`,
|
|
|
645
645
|
const {
|
|
646
646
|
jaql: r
|
|
647
647
|
} = a;
|
|
648
|
-
return (t = r.filter) != null && t.by && (r.filter.by =
|
|
648
|
+
return (t = r.filter) != null && t.by && (r.filter.by = va(r.filter.by)), re(N({}, a), {
|
|
649
649
|
jaql: r
|
|
650
650
|
});
|
|
651
651
|
}, Ii = (e) => {
|
|
@@ -657,13 +657,13 @@ const Sa = (e, t) => _i[t][e].replace(/{{(.*?)Tmpl}}/g, (a, r) => Sa(`${r}Tmpl`,
|
|
|
657
657
|
by: i
|
|
658
658
|
} = t;
|
|
659
659
|
return N(N(re(N({}, t), {
|
|
660
|
-
jaql:
|
|
660
|
+
jaql: Pe(a)
|
|
661
661
|
}), i ? {
|
|
662
|
-
by:
|
|
662
|
+
by: Pe(i)
|
|
663
663
|
} : {}), r ? {
|
|
664
|
-
measure:
|
|
664
|
+
measure: Pe(r)
|
|
665
665
|
} : {});
|
|
666
|
-
},
|
|
666
|
+
}, Ge = 6;
|
|
667
667
|
function Di(e) {
|
|
668
668
|
switch (e) {
|
|
669
669
|
case "line":
|
|
@@ -846,7 +846,7 @@ const Ai = {
|
|
|
846
846
|
}
|
|
847
847
|
};
|
|
848
848
|
function Se(e) {
|
|
849
|
-
return
|
|
849
|
+
return Cr({}, Li, e);
|
|
850
850
|
}
|
|
851
851
|
const Ei = {
|
|
852
852
|
subtype: "pie/classic",
|
|
@@ -909,7 +909,7 @@ const Ei = {
|
|
|
909
909
|
mode: "value"
|
|
910
910
|
}
|
|
911
911
|
}, $i = {
|
|
912
|
-
subtype:
|
|
912
|
+
subtype: vr.SUBTYPE,
|
|
913
913
|
viewType: "month",
|
|
914
914
|
startOfWeek: "sunday",
|
|
915
915
|
cellLabels: {
|
|
@@ -1110,7 +1110,7 @@ function Ui(e) {
|
|
|
1110
1110
|
return {};
|
|
1111
1111
|
}
|
|
1112
1112
|
}
|
|
1113
|
-
const
|
|
1113
|
+
const $e = `
|
|
1114
1114
|
`, pt = "UNKNOWN", Qi = (e, t) => {
|
|
1115
1115
|
let a = "";
|
|
1116
1116
|
return a += `measureFactory.customFormula(
|
|
@@ -1118,7 +1118,7 @@ const qe = `
|
|
|
1118
1118
|
`, a += " ".repeat(t), a += ` '${e.formula}',
|
|
1119
1119
|
`, a += " ".repeat(t), a += ` {
|
|
1120
1120
|
`, Object.entries(e.context).forEach(([r, i]) => {
|
|
1121
|
-
const n =
|
|
1121
|
+
const n = sa(i.table || pt, i.column || pt, void 0, "DM");
|
|
1122
1122
|
a += " ".repeat(t), a += ` '${r.slice(1, -1)}': ${n},
|
|
1123
1123
|
`;
|
|
1124
1124
|
}), a += " ".repeat(t), a += ` }
|
|
@@ -1132,7 +1132,7 @@ const qe = `
|
|
|
1132
1132
|
title: n
|
|
1133
1133
|
} = e;
|
|
1134
1134
|
let l;
|
|
1135
|
-
return a && r && (l =
|
|
1135
|
+
return a && r && (l = sa(a, r, t, "DM")), i && a && r && n && (l = `measureFactory.${oa.aggregationFromJAQL(i)}(${l}, '${Le(n)}')`), l || pt;
|
|
1136
1136
|
}, Vi = (e, t) => {
|
|
1137
1137
|
const a = e.jaql(!1).jaql;
|
|
1138
1138
|
return "formula" in a ? Qi(a, t) : Fi(a);
|
|
@@ -1141,20 +1141,20 @@ const qe = `
|
|
|
1141
1141
|
return "";
|
|
1142
1142
|
if (typeof e == "string")
|
|
1143
1143
|
return `'${Le(e)}'`;
|
|
1144
|
-
if (e instanceof
|
|
1144
|
+
if (e instanceof ba)
|
|
1145
1145
|
return Vi(e, t);
|
|
1146
1146
|
if (e instanceof ia)
|
|
1147
1147
|
return e.composeCode || "";
|
|
1148
1148
|
let r = "";
|
|
1149
|
-
return Array.isArray(e) ? r += `[${e.map((i) => oe(i, t + 2))}${e.length ?
|
|
1149
|
+
return Array.isArray(e) ? r += `[${e.map((i) => oe(i, t + 2))}${e.length ? $e + " ".repeat(t + 2) : ""}]` : (r += `{${$e}`, Object.entries(e).forEach(([i, n]) => {
|
|
1150
1150
|
if (a && typeof i == "string" && (i = `'${Le(i)}'`), r += " ".repeat(t + 2), Array.isArray(n))
|
|
1151
|
-
r += `${i}: [${n.map((l) => oe(l, t + 4, a))}${n.length ?
|
|
1151
|
+
r += `${i}: [${n.map((l) => oe(l, t + 4, a))}${n.length ? $e + " ".repeat(t + 2) : ""}]`;
|
|
1152
1152
|
else if (typeof n == "object" && n !== null) {
|
|
1153
1153
|
const l = Array.isArray(n) ? n : wi(n);
|
|
1154
1154
|
r += `${i}: ${oe(l, t + 2, a)}`;
|
|
1155
1155
|
} else
|
|
1156
1156
|
["number", "boolean", "undefined"].includes(typeof n) || n === null ? r += `${i}: ${n}` : typeof n == "string" ? r += `${i}: '${Le(n)}'` : r += `${i}: ${n}`;
|
|
1157
|
-
r += `,${
|
|
1157
|
+
r += `,${$e}`;
|
|
1158
1158
|
}), r += " ".repeat(t), r += "}"), r;
|
|
1159
1159
|
};
|
|
1160
1160
|
function wt(e, t) {
|
|
@@ -1189,7 +1189,7 @@ function Zt(e, t) {
|
|
|
1189
1189
|
return r ?? {};
|
|
1190
1190
|
}
|
|
1191
1191
|
function Ji(e) {
|
|
1192
|
-
return oe(e,
|
|
1192
|
+
return oe(e, Ge);
|
|
1193
1193
|
}
|
|
1194
1194
|
function Wt(e, t = "data-source-placeholder") {
|
|
1195
1195
|
if (!e)
|
|
@@ -1220,15 +1220,15 @@ const qt = `
|
|
|
1220
1220
|
chartType: r = "table",
|
|
1221
1221
|
includeChart: i = !0
|
|
1222
1222
|
}) => {
|
|
1223
|
-
|
|
1223
|
+
_a(r);
|
|
1224
1224
|
const n = {
|
|
1225
1225
|
dashboardOid: e,
|
|
1226
1226
|
widgetOid: t
|
|
1227
1227
|
}, l = eo[Number(i)];
|
|
1228
1228
|
return dt(l, n, a);
|
|
1229
1229
|
}, oo = (e, t, a, r) => {
|
|
1230
|
-
if (
|
|
1231
|
-
|
|
1230
|
+
if (Be(e)) {
|
|
1231
|
+
_a(e.chartType);
|
|
1232
1232
|
const i = Et(e), n = {
|
|
1233
1233
|
idString: e.id,
|
|
1234
1234
|
widgetTypeString: "chart",
|
|
@@ -1239,12 +1239,12 @@ const qt = `
|
|
|
1239
1239
|
filtersString: Pt(e.filters),
|
|
1240
1240
|
componentString: "ChartWidget",
|
|
1241
1241
|
extraImportsString: $t(e.filters || [], i),
|
|
1242
|
-
styleOptionsString: oe(r ? Rt(e.styleOptions || {}, e.chartType) : e.styleOptions || {},
|
|
1243
|
-
drilldownOptionsString: oe(e.drilldownOptions || {},
|
|
1242
|
+
styleOptionsString: oe(r ? Rt(e.styleOptions || {}, e.chartType) : e.styleOptions || {}, Ge),
|
|
1243
|
+
drilldownOptionsString: oe(e.drilldownOptions || {}, Ge)
|
|
1244
1244
|
};
|
|
1245
1245
|
return dt(a.chart, n, t);
|
|
1246
1246
|
}
|
|
1247
|
-
if (
|
|
1247
|
+
if (kr(e)) {
|
|
1248
1248
|
const i = Et(e), n = {
|
|
1249
1249
|
idString: e.id,
|
|
1250
1250
|
widgetTypeString: "pivot",
|
|
@@ -1254,11 +1254,11 @@ const qt = `
|
|
|
1254
1254
|
filtersString: Pt(e.filters),
|
|
1255
1255
|
componentString: "PivotTableWidget",
|
|
1256
1256
|
extraImportsString: $t(e.filters || [], i),
|
|
1257
|
-
styleOptionsString: oe(r ? Rt(e.styleOptions || {}, e.widgetType) : e.styleOptions || {},
|
|
1257
|
+
styleOptionsString: oe(r ? Rt(e.styleOptions || {}, e.widgetType) : e.styleOptions || {}, Ge)
|
|
1258
1258
|
};
|
|
1259
1259
|
return dt(a.pivot, n, t);
|
|
1260
1260
|
}
|
|
1261
|
-
if (
|
|
1261
|
+
if (br(e))
|
|
1262
1262
|
return "/** Custom widget code not supported yet */";
|
|
1263
1263
|
throw new Te("errors.otherWidgetTypesNotSupported");
|
|
1264
1264
|
}, so = ({
|
|
@@ -1304,7 +1304,7 @@ const lo = (e) => {
|
|
|
1304
1304
|
}) : e;
|
|
1305
1305
|
}, co = (e) => ({
|
|
1306
1306
|
dataOptions: {
|
|
1307
|
-
columns: e.map(
|
|
1307
|
+
columns: e.map(xa)
|
|
1308
1308
|
}
|
|
1309
1309
|
}), po = Object.freeze({
|
|
1310
1310
|
convolution: {
|
|
@@ -1336,7 +1336,7 @@ const lo = (e) => {
|
|
|
1336
1336
|
const r = e.reduce((n, l) => (n[l.jaql.title] = l, n), {}), i = Object.entries(a).reduce((n, l) => {
|
|
1337
1337
|
const [u, d] = l;
|
|
1338
1338
|
return n[`${u}`] = Array.isArray(d) ? d.map((m) => {
|
|
1339
|
-
var k,
|
|
1339
|
+
var k, b;
|
|
1340
1340
|
const s = Ye(m);
|
|
1341
1341
|
delete s.enabled;
|
|
1342
1342
|
const p = r[s.column.name];
|
|
@@ -1347,17 +1347,17 @@ const lo = (e) => {
|
|
|
1347
1347
|
name: s.column.name
|
|
1348
1348
|
}
|
|
1349
1349
|
};
|
|
1350
|
-
const c =
|
|
1350
|
+
const c = xa(p);
|
|
1351
1351
|
if (p.panel === "measures")
|
|
1352
1352
|
return re(N({}, s), {
|
|
1353
1353
|
column: c
|
|
1354
1354
|
});
|
|
1355
|
-
if (
|
|
1356
|
-
const h =
|
|
1357
|
-
if (
|
|
1355
|
+
if (wr(c.type)) {
|
|
1356
|
+
const g = p.jaql, h = g.dateTimeLevel || g.level, x = h ? (b = (k = p.format) == null ? void 0 : k.mask) == null ? void 0 : b[h] : void 0;
|
|
1357
|
+
if (x)
|
|
1358
1358
|
return re(N({}, s), {
|
|
1359
1359
|
column: c,
|
|
1360
|
-
dateFormat:
|
|
1360
|
+
dateFormat: x
|
|
1361
1361
|
});
|
|
1362
1362
|
}
|
|
1363
1363
|
return re(N({}, s), {
|
|
@@ -1452,7 +1452,7 @@ const lo = (e) => {
|
|
|
1452
1452
|
chartType: "table",
|
|
1453
1453
|
chartFamily: "table",
|
|
1454
1454
|
axesMapping: {}
|
|
1455
|
-
}, fo = (e) => e.map((t) =>
|
|
1455
|
+
}, fo = (e) => e.map((t) => xr(t.jaql)), ko = (e) => e.reduce((t, a) => {
|
|
1456
1456
|
if ((a.panel === "scope" || a.jaql.filter) && t.metadataFilters.push(G(a)), a.panel !== "scope") {
|
|
1457
1457
|
const r = G(a);
|
|
1458
1458
|
delete r.jaql.filter, t.metadataColumns.push(r);
|
|
@@ -1475,11 +1475,11 @@ const lo = (e) => {
|
|
|
1475
1475
|
datasource: u
|
|
1476
1476
|
} = r, d = re(N({}, u), {
|
|
1477
1477
|
type: u.type || "elasticube"
|
|
1478
|
-
}), m =
|
|
1479
|
-
jaql: re(N({},
|
|
1478
|
+
}), m = mr(d), k = lo(l).map((I) => Ii(I)).map((I) => re(N({}, I), {
|
|
1479
|
+
jaql: re(N({}, I.jaql), {
|
|
1480
1480
|
datasource: m
|
|
1481
1481
|
})
|
|
1482
|
-
})),
|
|
1482
|
+
})), b = mo(i), s = b.chartType.toLowerCase(), p = {
|
|
1483
1483
|
cornerRadius: "Small",
|
|
1484
1484
|
header: {
|
|
1485
1485
|
// remove info button and render empty toolbar instead
|
|
@@ -1487,51 +1487,51 @@ const lo = (e) => {
|
|
|
1487
1487
|
}
|
|
1488
1488
|
}, {
|
|
1489
1489
|
metadataColumns: c,
|
|
1490
|
-
metadataFilters:
|
|
1491
|
-
} = ko(k),
|
|
1492
|
-
dataOptions:
|
|
1490
|
+
metadataFilters: g
|
|
1491
|
+
} = ko(k), h = fo(g), {
|
|
1492
|
+
dataOptions: x,
|
|
1493
1493
|
chartStyleOptions: _
|
|
1494
|
-
} = ho(c,
|
|
1494
|
+
} = ho(c, b, a), y = N(N({}, _), p);
|
|
1495
1495
|
return {
|
|
1496
1496
|
widgetType: "chart",
|
|
1497
1497
|
id: n,
|
|
1498
1498
|
title: n,
|
|
1499
1499
|
chartType: s,
|
|
1500
1500
|
dataSource: d,
|
|
1501
|
-
dataOptions:
|
|
1502
|
-
filters:
|
|
1501
|
+
dataOptions: x,
|
|
1502
|
+
filters: h,
|
|
1503
1503
|
styleOptions: y
|
|
1504
1504
|
};
|
|
1505
1505
|
} catch (a) {
|
|
1506
1506
|
console.error(a);
|
|
1507
1507
|
return;
|
|
1508
1508
|
}
|
|
1509
|
-
},
|
|
1509
|
+
}, ze = (e, t) => bo(e, t), xo = (e) => ui(e) ? io(e) : so(e), rc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1510
1510
|
__proto__: null,
|
|
1511
1511
|
toWidgetCode: xo,
|
|
1512
|
-
toWidgetProps:
|
|
1512
|
+
toWidgetProps: ze
|
|
1513
1513
|
}, Symbol.toStringTag, {
|
|
1514
1514
|
value: "Module"
|
|
1515
1515
|
}));
|
|
1516
|
-
var yo = Object.defineProperty, wo = Object.defineProperties, _o = Object.getOwnPropertyDescriptors, Fe = Object.getOwnPropertySymbols,
|
|
1516
|
+
var yo = Object.defineProperty, wo = Object.defineProperties, _o = Object.getOwnPropertyDescriptors, Fe = Object.getOwnPropertySymbols, Sa = Object.prototype.hasOwnProperty, Ma = Object.prototype.propertyIsEnumerable, ut = (e, t, a) => t in e ? yo(e, t, {
|
|
1517
1517
|
enumerable: !0,
|
|
1518
1518
|
configurable: !0,
|
|
1519
1519
|
writable: !0,
|
|
1520
1520
|
value: a
|
|
1521
|
-
}) : e[t] = a,
|
|
1521
|
+
}) : e[t] = a, M = (e, t) => {
|
|
1522
1522
|
for (var a in t || (t = {}))
|
|
1523
|
-
|
|
1523
|
+
Sa.call(t, a) && ut(e, a, t[a]);
|
|
1524
1524
|
if (Fe)
|
|
1525
1525
|
for (var a of Fe(t))
|
|
1526
|
-
|
|
1526
|
+
Ma.call(t, a) && ut(e, a, t[a]);
|
|
1527
1527
|
return e;
|
|
1528
|
-
}, T = (e, t) => wo(e, _o(t)),
|
|
1528
|
+
}, T = (e, t) => wo(e, _o(t)), Ia = (e, t) => {
|
|
1529
1529
|
var a = {};
|
|
1530
1530
|
for (var r in e)
|
|
1531
|
-
|
|
1531
|
+
Sa.call(e, r) && t.indexOf(r) < 0 && (a[r] = e[r]);
|
|
1532
1532
|
if (e != null && Fe)
|
|
1533
1533
|
for (var r of Fe(e))
|
|
1534
|
-
t.indexOf(r) < 0 &&
|
|
1534
|
+
t.indexOf(r) < 0 && Ma.call(e, r) && (a[r] = e[r]);
|
|
1535
1535
|
return a;
|
|
1536
1536
|
}, H = (e, t, a) => ut(e, typeof t != "symbol" ? t + "" : t, a), se = (e, t, a) => new Promise((r, i) => {
|
|
1537
1537
|
var n = (d) => {
|
|
@@ -1587,12 +1587,12 @@ class Co extends Qr {
|
|
|
1587
1587
|
});
|
|
1588
1588
|
}
|
|
1589
1589
|
mutate(t, a) {
|
|
1590
|
-
return this.mutateOptions = a, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client, T(
|
|
1590
|
+
return this.mutateOptions = a, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client, T(M({}, this.options), {
|
|
1591
1591
|
variables: typeof t < "u" ? t : this.options.variables
|
|
1592
1592
|
})), this.currentMutation.addObserver(this), this.currentMutation.execute();
|
|
1593
1593
|
}
|
|
1594
1594
|
updateResult() {
|
|
1595
|
-
const t = this.currentMutation ? this.currentMutation.state : Vr(), a = t.status === "loading", r = T(
|
|
1595
|
+
const t = this.currentMutation ? this.currentMutation.state : Vr(), a = t.status === "loading", r = T(M({}, t), {
|
|
1596
1596
|
isLoading: a,
|
|
1597
1597
|
isPending: a,
|
|
1598
1598
|
isSuccess: t.status === "success",
|
|
@@ -1604,7 +1604,7 @@ class Co extends Qr {
|
|
|
1604
1604
|
this.currentResult = r;
|
|
1605
1605
|
}
|
|
1606
1606
|
notify(t) {
|
|
1607
|
-
|
|
1607
|
+
ha.batch(() => {
|
|
1608
1608
|
if (this.mutateOptions && this.hasListeners()) {
|
|
1609
1609
|
if (t.onSuccess) {
|
|
1610
1610
|
var a, r, i, n;
|
|
@@ -1623,36 +1623,36 @@ class Co extends Qr {
|
|
|
1623
1623
|
}
|
|
1624
1624
|
}
|
|
1625
1625
|
function _t(e, t, a) {
|
|
1626
|
-
const r = $r(e, t), i =
|
|
1626
|
+
const r = $r(e, t), i = je({
|
|
1627
1627
|
context: r.context
|
|
1628
1628
|
}), [n] = Z(() => new Co(i, r));
|
|
1629
1629
|
we(() => {
|
|
1630
1630
|
n.setOptions(r);
|
|
1631
1631
|
}, [n, r]);
|
|
1632
|
-
const l = qr(z((d) => n.subscribe(
|
|
1632
|
+
const l = qr(z((d) => n.subscribe(ha.batchCalls(d)), [n]), () => n.getCurrentResult(), () => n.getCurrentResult()), u = z((d, m) => {
|
|
1633
1633
|
n.mutate(d, m).catch(vo);
|
|
1634
1634
|
}, [n]);
|
|
1635
1635
|
if (l.error && Pr(n.options.useErrorBoundary, [l.error]))
|
|
1636
1636
|
throw l.error;
|
|
1637
|
-
return T(
|
|
1637
|
+
return T(M({}, l), {
|
|
1638
1638
|
mutate: u,
|
|
1639
1639
|
mutateAsync: l.mutate
|
|
1640
1640
|
});
|
|
1641
1641
|
}
|
|
1642
1642
|
function vo() {
|
|
1643
1643
|
}
|
|
1644
|
-
const
|
|
1644
|
+
const Da = Xe({}), So = () => yt(Da), Aa = ({
|
|
1645
1645
|
children: e
|
|
1646
1646
|
}) => {
|
|
1647
1647
|
const [t, a] = Z({}), r = z((l, u) => {
|
|
1648
1648
|
var d;
|
|
1649
1649
|
return `${l}_${(d = u == null ? void 0 : u.dashboardId) != null ? d : ""}`;
|
|
1650
1650
|
}, []), i = z((l, u, d) => {
|
|
1651
|
-
a((m) => T(
|
|
1651
|
+
a((m) => T(M({}, m), {
|
|
1652
1652
|
[r(u, d)]: l
|
|
1653
1653
|
}));
|
|
1654
1654
|
}, [r]), n = z((l, u) => t[r(l, u)], [t, r]);
|
|
1655
|
-
return /* @__PURE__ */ o(
|
|
1655
|
+
return /* @__PURE__ */ o(Da.Provider, {
|
|
1656
1656
|
value: {
|
|
1657
1657
|
saveChatId: i,
|
|
1658
1658
|
getChatId: n
|
|
@@ -1688,7 +1688,7 @@ class Mo {
|
|
|
1688
1688
|
}), this.volatile = a, this.httpClient = t;
|
|
1689
1689
|
}
|
|
1690
1690
|
}
|
|
1691
|
-
const Io = new
|
|
1691
|
+
const Io = new na({
|
|
1692
1692
|
defaultOptions: {
|
|
1693
1693
|
queries: {
|
|
1694
1694
|
refetchOnWindowFocus: !1,
|
|
@@ -1701,10 +1701,10 @@ const Io = new la({
|
|
|
1701
1701
|
}) => {
|
|
1702
1702
|
const {
|
|
1703
1703
|
app: a
|
|
1704
|
-
} =
|
|
1704
|
+
} = ua(), r = R(() => a ? new Mo(a.httpClient, t) : void 0, [a, t]);
|
|
1705
1705
|
return /* @__PURE__ */ o(Ct.Provider, {
|
|
1706
1706
|
value: r,
|
|
1707
|
-
children: /* @__PURE__ */ o(
|
|
1707
|
+
children: /* @__PURE__ */ o(ga, {
|
|
1708
1708
|
client: Io,
|
|
1709
1709
|
children: e
|
|
1710
1710
|
})
|
|
@@ -1714,7 +1714,7 @@ function ic({
|
|
|
1714
1714
|
children: e,
|
|
1715
1715
|
volatile: t
|
|
1716
1716
|
}) {
|
|
1717
|
-
return /* @__PURE__ */ o(
|
|
1717
|
+
return /* @__PURE__ */ o(Aa, {
|
|
1718
1718
|
children: /* @__PURE__ */ o(Do, {
|
|
1719
1719
|
volatile: t,
|
|
1720
1720
|
children: e
|
|
@@ -1722,48 +1722,47 @@ function ic({
|
|
|
1722
1722
|
});
|
|
1723
1723
|
}
|
|
1724
1724
|
const Ke = (e, t = !0) => {
|
|
1725
|
-
var a, r
|
|
1725
|
+
var a, r;
|
|
1726
1726
|
const {
|
|
1727
|
-
app:
|
|
1728
|
-
} =
|
|
1729
|
-
var
|
|
1727
|
+
app: i
|
|
1728
|
+
} = ua(), n = i == null ? void 0 : i.httpClient, l = R(() => {
|
|
1729
|
+
var c, g;
|
|
1730
1730
|
return {
|
|
1731
|
-
|
|
1732
|
-
isSisenseAiEnabled: (D = (S = (y = l == null ? void 0 : l.settings) == null ? void 0 : y.narrative) == null ? void 0 : S.isSisenseAiEnabled) != null ? D : !1
|
|
1731
|
+
canGenerateNarrativeViaAI: (g = (c = i == null ? void 0 : i.settings) == null ? void 0 : c.narrative) == null ? void 0 : g.canGenerateNarrativeViaAI
|
|
1733
1732
|
};
|
|
1734
|
-
}, [(r = (a =
|
|
1735
|
-
data:
|
|
1736
|
-
error:
|
|
1737
|
-
isError:
|
|
1738
|
-
isLoading:
|
|
1739
|
-
isSuccess:
|
|
1740
|
-
refetch:
|
|
1733
|
+
}, [(r = (a = i == null ? void 0 : i.settings) == null ? void 0 : a.narrative) == null ? void 0 : r.canGenerateNarrativeViaAI]), u = R(() => Ar(e), [e]), {
|
|
1734
|
+
data: d,
|
|
1735
|
+
error: m,
|
|
1736
|
+
isError: k,
|
|
1737
|
+
isLoading: b,
|
|
1738
|
+
isSuccess: s,
|
|
1739
|
+
refetch: p
|
|
1741
1740
|
} = ye({
|
|
1742
|
-
queryKey: ["narrative",
|
|
1743
|
-
queryFn: () =>
|
|
1744
|
-
select: (
|
|
1745
|
-
var
|
|
1746
|
-
return (
|
|
1741
|
+
queryKey: ["narrative", u, l],
|
|
1742
|
+
queryFn: () => n ? xt(n, u, l) : Promise.reject(new Error("HttpClient is required for narrative requests")),
|
|
1743
|
+
select: (c) => {
|
|
1744
|
+
var g;
|
|
1745
|
+
return (g = c == null ? void 0 : c.data) == null ? void 0 : g.answer;
|
|
1747
1746
|
},
|
|
1748
1747
|
enabled: t
|
|
1749
1748
|
});
|
|
1750
1749
|
return {
|
|
1751
|
-
isLoading:
|
|
1752
|
-
isError:
|
|
1753
|
-
isSuccess:
|
|
1754
|
-
data:
|
|
1755
|
-
error:
|
|
1750
|
+
isLoading: b,
|
|
1751
|
+
isError: k,
|
|
1752
|
+
isSuccess: s,
|
|
1753
|
+
data: d,
|
|
1754
|
+
error: m,
|
|
1756
1755
|
refetch: z(() => {
|
|
1757
|
-
|
|
1758
|
-
}, [
|
|
1756
|
+
p();
|
|
1757
|
+
}, [p])
|
|
1759
1758
|
};
|
|
1760
1759
|
}, Ao = (e) => {
|
|
1761
1760
|
const t = e, {
|
|
1762
1761
|
enabled: a
|
|
1763
|
-
} = t, r =
|
|
1762
|
+
} = t, r = Ia(t, ["enabled"]);
|
|
1764
1763
|
return Ke(r, a);
|
|
1765
1764
|
}, oc = bt("useGetNlgInsights")(Ao), Lo = ["indicator", "column", "line", "table", "pie", "bar"];
|
|
1766
|
-
function
|
|
1765
|
+
function La(e) {
|
|
1767
1766
|
const {
|
|
1768
1767
|
dataSource: t,
|
|
1769
1768
|
query: a,
|
|
@@ -1784,9 +1783,9 @@ function To(e, t) {
|
|
|
1784
1783
|
const {
|
|
1785
1784
|
contextTitle: a,
|
|
1786
1785
|
request: r
|
|
1787
|
-
} =
|
|
1786
|
+
} = La(e), i = yield t.ai.getNlqResult(a, r);
|
|
1788
1787
|
return {
|
|
1789
|
-
widgetProps: i ?
|
|
1788
|
+
widgetProps: i ? ze(i, {
|
|
1790
1789
|
useCustomizedStyleOptions: e.enableAxisTitlesInWidgetProps || !1
|
|
1791
1790
|
}) : void 0,
|
|
1792
1791
|
nlqResult: i
|
|
@@ -1797,7 +1796,7 @@ const No = (e) => {
|
|
|
1797
1796
|
const {
|
|
1798
1797
|
contextTitle: t,
|
|
1799
1798
|
request: a
|
|
1800
|
-
} =
|
|
1799
|
+
} = La(e), r = ne(), i = ["getNlqResult", t, a, r], {
|
|
1801
1800
|
isLoading: n,
|
|
1802
1801
|
isError: l,
|
|
1803
1802
|
isSuccess: u,
|
|
@@ -1806,7 +1805,7 @@ const No = (e) => {
|
|
|
1806
1805
|
refetch: k
|
|
1807
1806
|
} = ye({
|
|
1808
1807
|
queryKey: i,
|
|
1809
|
-
queryFn: () => r ? To(e, r).then((
|
|
1808
|
+
queryFn: () => r ? To(e, r).then((b) => b.widgetProps) : Promise.reject("No API available"),
|
|
1810
1809
|
enabled: !!r && e.enabled
|
|
1811
1810
|
});
|
|
1812
1811
|
return {
|
|
@@ -1819,7 +1818,7 @@ const No = (e) => {
|
|
|
1819
1818
|
k();
|
|
1820
1819
|
}, [k])
|
|
1821
1820
|
};
|
|
1822
|
-
}, sc = bt("useGetNlqResult")(No), jo = 4,
|
|
1821
|
+
}, sc = bt("useGetNlqResult")(No), jo = 4, Ta = (e) => {
|
|
1823
1822
|
const {
|
|
1824
1823
|
contextTitle: t,
|
|
1825
1824
|
count: a,
|
|
@@ -1829,51 +1828,51 @@ const No = (e) => {
|
|
|
1829
1828
|
} = e, l = ne(), u = a ?? jo, d = (i === void 0 || i === !0) && u > 0, {
|
|
1830
1829
|
isLoading: m,
|
|
1831
1830
|
isError: k,
|
|
1832
|
-
isSuccess:
|
|
1831
|
+
isSuccess: b,
|
|
1833
1832
|
data: s,
|
|
1834
1833
|
error: p,
|
|
1835
1834
|
refetch: c
|
|
1836
1835
|
} = ye({
|
|
1837
1836
|
queryKey: ["getQueryRecommendations", t, u, l],
|
|
1838
|
-
queryFn: () => l == null ? void 0 : l.ai.getQueryRecommendations(t,
|
|
1837
|
+
queryFn: () => l == null ? void 0 : l.ai.getQueryRecommendations(t, M({
|
|
1839
1838
|
numOfRecommendations: u
|
|
1840
1839
|
}, n ? {
|
|
1841
1840
|
userPrompt: n
|
|
1842
1841
|
} : null)),
|
|
1843
1842
|
enabled: !!l && d
|
|
1844
|
-
}),
|
|
1845
|
-
widgetProps:
|
|
1843
|
+
}), g = R(() => s == null ? void 0 : s.map((h) => T(M({}, h), {
|
|
1844
|
+
widgetProps: h.jaql ? ze(h, {
|
|
1846
1845
|
useCustomizedStyleOptions: r
|
|
1847
1846
|
}) : void 0
|
|
1848
1847
|
})), [s, r]);
|
|
1849
1848
|
return {
|
|
1850
1849
|
isLoading: d ? m : !1,
|
|
1851
1850
|
isError: k,
|
|
1852
|
-
isSuccess:
|
|
1853
|
-
data:
|
|
1851
|
+
isSuccess: b,
|
|
1852
|
+
data: g ?? void 0,
|
|
1854
1853
|
error: p,
|
|
1855
1854
|
refetch: z(() => {
|
|
1856
1855
|
c();
|
|
1857
1856
|
}, [c])
|
|
1858
1857
|
};
|
|
1859
|
-
}, nc = bt("useGetQueryRecommendations")(
|
|
1858
|
+
}, nc = bt("useGetQueryRecommendations")(Ta), Na = Object.freeze({
|
|
1860
1859
|
enableFollowupQuestions: !1,
|
|
1861
1860
|
enableHeader: !0,
|
|
1862
1861
|
enableInsights: !0,
|
|
1863
1862
|
numOfRecommendations: 4,
|
|
1864
1863
|
numOfRecentPrompts: 5
|
|
1865
|
-
}),
|
|
1864
|
+
}), ja = Xe(M({}, Na)), le = () => yt(ja), zo = ({
|
|
1866
1865
|
children: e,
|
|
1867
1866
|
value: t
|
|
1868
1867
|
}) => {
|
|
1869
1868
|
const {
|
|
1870
1869
|
t: a
|
|
1871
|
-
} = j(), r = Object.entries(t).reduce((i, [n, l]) => (l !== void 0 && (i[n] = l), i), T(
|
|
1870
|
+
} = j(), r = Object.entries(t).reduce((i, [n, l]) => (l !== void 0 && (i[n] = l), i), T(M({}, Na), {
|
|
1872
1871
|
inputPromptText: a("ai.config.inputPromptText"),
|
|
1873
1872
|
welcomeText: a("ai.config.welcomeText"),
|
|
1874
1873
|
suggestionsWelcomeText: a("ai.config.suggestionsWelcomeText")
|
|
1875
1874
|
}));
|
|
1876
|
-
return /* @__PURE__ */ o(
|
|
1875
|
+
return /* @__PURE__ */ o(ja.Provider, {
|
|
1877
1876
|
value: r,
|
|
1878
1877
|
children: e
|
|
1879
1878
|
});
|
|
@@ -1893,8 +1892,8 @@ const No = (e) => {
|
|
|
1893
1892
|
}),
|
|
1894
1893
|
enabled: !!t && !!e
|
|
1895
1894
|
});
|
|
1896
|
-
},
|
|
1897
|
-
const t = ne(), a =
|
|
1895
|
+
}, za = (e) => {
|
|
1896
|
+
const t = ne(), a = je();
|
|
1898
1897
|
return _t({
|
|
1899
1898
|
mutationFn: () => se(void 0, null, function* () {
|
|
1900
1899
|
if (!(!t || !e))
|
|
@@ -1914,7 +1913,7 @@ const No = (e) => {
|
|
|
1914
1913
|
isError: r
|
|
1915
1914
|
} = Oo(e), {
|
|
1916
1915
|
mutate: i
|
|
1917
|
-
} =
|
|
1916
|
+
} = za(e);
|
|
1918
1917
|
return we(() => {
|
|
1919
1918
|
r && i();
|
|
1920
1919
|
}, [r, i]), {
|
|
@@ -1954,7 +1953,7 @@ const No = (e) => {
|
|
|
1954
1953
|
isLoading: a
|
|
1955
1954
|
};
|
|
1956
1955
|
}, Zo = (e, t, a) => {
|
|
1957
|
-
const r =
|
|
1956
|
+
const r = je(), i = ne(), n = _t({
|
|
1958
1957
|
mutationFn: () => se(void 0, null, function* () {
|
|
1959
1958
|
if (!(!i || !e))
|
|
1960
1959
|
return i.ai.chat.create(e, a);
|
|
@@ -1982,7 +1981,7 @@ const No = (e) => {
|
|
|
1982
1981
|
throw Error(`${t}${JSON.stringify(e)}`);
|
|
1983
1982
|
}
|
|
1984
1983
|
}, $o = (e, t) => {
|
|
1985
|
-
const a =
|
|
1984
|
+
const a = je(), r = z((d) => {
|
|
1986
1985
|
e && a.setQueriesData([vt, e], (m) => m && [...m, d]);
|
|
1987
1986
|
}, [a, e]), {
|
|
1988
1987
|
t: i
|
|
@@ -2029,9 +2028,9 @@ const No = (e) => {
|
|
|
2029
2028
|
const {
|
|
2030
2029
|
data: i,
|
|
2031
2030
|
isLoading: n
|
|
2032
|
-
} = Ro(), l = So(), u = l.getChatId(e, t) || ((r = i.find((
|
|
2031
|
+
} = Ro(), l = So(), u = l.getChatId(e, t) || ((r = i.find((b) => {
|
|
2033
2032
|
var s;
|
|
2034
|
-
return
|
|
2033
|
+
return b.contextTitle === e && ((s = b.contextDetails) == null ? void 0 : s.dashboardId) === (t == null ? void 0 : t.dashboardId);
|
|
2035
2034
|
})) == null ? void 0 : r.chatId), {
|
|
2036
2035
|
isError: d,
|
|
2037
2036
|
data: m,
|
|
@@ -2044,7 +2043,7 @@ const No = (e) => {
|
|
|
2044
2043
|
isLoading: n,
|
|
2045
2044
|
isError: d
|
|
2046
2045
|
};
|
|
2047
|
-
},
|
|
2046
|
+
}, Oa = (e) => R(() => {
|
|
2048
2047
|
if (e != null && e.length) {
|
|
2049
2048
|
const t = e[e.length - 1];
|
|
2050
2049
|
if (It(t))
|
|
@@ -2068,14 +2067,14 @@ const No = (e) => {
|
|
|
2068
2067
|
n ? u(new Te("ai.errors.chatUnavailable")) : k && u(new Te("ai.errors.fetchHistory"));
|
|
2069
2068
|
}, [n, k, a]);
|
|
2070
2069
|
const {
|
|
2071
|
-
mutate:
|
|
2070
|
+
mutate: b,
|
|
2072
2071
|
isLoading: s
|
|
2073
|
-
} = $o(i, r), p =
|
|
2072
|
+
} = $o(i, r), p = Oa(d);
|
|
2074
2073
|
return {
|
|
2075
2074
|
chatId: i,
|
|
2076
2075
|
history: d ?? [],
|
|
2077
2076
|
lastNlqResponse: p,
|
|
2078
|
-
sendMessage:
|
|
2077
|
+
sendMessage: b,
|
|
2079
2078
|
isAwaitingResponse: s,
|
|
2080
2079
|
isLoading: m,
|
|
2081
2080
|
lastError: l
|
|
@@ -2089,7 +2088,7 @@ const No = (e) => {
|
|
|
2089
2088
|
} = Mt(e, t), {
|
|
2090
2089
|
history: r
|
|
2091
2090
|
} = St(a);
|
|
2092
|
-
return
|
|
2091
|
+
return Oa(r);
|
|
2093
2092
|
}, cc = ({
|
|
2094
2093
|
contextTitle: e,
|
|
2095
2094
|
contextDetails: t
|
|
@@ -2252,7 +2251,7 @@ function es({
|
|
|
2252
2251
|
}) {
|
|
2253
2252
|
const [i, n] = Z(!1), {
|
|
2254
2253
|
themeSettings: l
|
|
2255
|
-
} =
|
|
2254
|
+
} = D();
|
|
2256
2255
|
return /* @__PURE__ */ v(Jo, {
|
|
2257
2256
|
children: [/* @__PURE__ */ o(Xo, {
|
|
2258
2257
|
onClick: () => n((u) => !u),
|
|
@@ -2318,12 +2317,12 @@ function rs({
|
|
|
2318
2317
|
title: "/ai recommendations",
|
|
2319
2318
|
items: t,
|
|
2320
2319
|
onSelect: r
|
|
2321
|
-
}].filter((
|
|
2320
|
+
}].filter((b) => b.title.slice(0, n.length) === n), {
|
|
2322
2321
|
themeSettings: d
|
|
2323
|
-
} =
|
|
2322
|
+
} = D(), {
|
|
2324
2323
|
t: m
|
|
2325
2324
|
} = j(), k = u.length === 1;
|
|
2326
|
-
return /* @__PURE__ */ o(
|
|
2325
|
+
return /* @__PURE__ */ o(ma, {
|
|
2327
2326
|
open: gt(n) && u.length > 0,
|
|
2328
2327
|
anchorEl: i,
|
|
2329
2328
|
placement: "top-start",
|
|
@@ -2341,9 +2340,9 @@ function rs({
|
|
|
2341
2340
|
width: i == null ? void 0 : i.offsetWidth
|
|
2342
2341
|
},
|
|
2343
2342
|
theme: d,
|
|
2344
|
-
children: [a && /* @__PURE__ */ o(et, {}), !a && !l && u.map((
|
|
2343
|
+
children: [a && /* @__PURE__ */ o(et, {}), !a && !l && u.map((b) => /* @__PURE__ */ o(es, T(M({}, b), {
|
|
2345
2344
|
alwaysExpanded: k
|
|
2346
|
-
}),
|
|
2345
|
+
}), b.title)), l && /* @__PURE__ */ o(as, {
|
|
2347
2346
|
theme: d,
|
|
2348
2347
|
children: m("ai.errors.recommendationsNotAvailable")
|
|
2349
2348
|
})]
|
|
@@ -2351,14 +2350,14 @@ function rs({
|
|
|
2351
2350
|
});
|
|
2352
2351
|
}
|
|
2353
2352
|
const is = 500;
|
|
2354
|
-
function
|
|
2353
|
+
function Oe({
|
|
2355
2354
|
title: e,
|
|
2356
2355
|
placement: t = "top",
|
|
2357
2356
|
children: a
|
|
2358
2357
|
}) {
|
|
2359
2358
|
const {
|
|
2360
2359
|
themeSettings: r
|
|
2361
|
-
} =
|
|
2360
|
+
} = D();
|
|
2362
2361
|
return /* @__PURE__ */ o(ii, {
|
|
2363
2362
|
title: e,
|
|
2364
2363
|
placement: t,
|
|
@@ -2503,7 +2502,7 @@ function us({
|
|
|
2503
2502
|
}) {
|
|
2504
2503
|
const [d, m] = Z(""), {
|
|
2505
2504
|
inputPromptText: k
|
|
2506
|
-
} = le(),
|
|
2505
|
+
} = le(), b = z(() => {
|
|
2507
2506
|
if (a)
|
|
2508
2507
|
return;
|
|
2509
2508
|
if (gt(d)) {
|
|
@@ -2515,79 +2514,79 @@ function us({
|
|
|
2515
2514
|
}, [a, e, d]), s = z((y) => {
|
|
2516
2515
|
e(y), m("");
|
|
2517
2516
|
}, [e]), p = z((y) => {
|
|
2518
|
-
y.key === "Enter" ? (y.preventDefault(),
|
|
2519
|
-
}, [
|
|
2517
|
+
y.key === "Enter" ? (y.preventDefault(), b()) : y.key === "Escape" && gt(d) && m("");
|
|
2518
|
+
}, [b, d]), c = z((y) => {
|
|
2520
2519
|
u == null || u(y.target.value), m(y.target.value);
|
|
2521
|
-
}, [u]),
|
|
2520
|
+
}, [u]), g = be(null);
|
|
2522
2521
|
Ue(() => {
|
|
2523
|
-
|
|
2524
|
-
|
|
2522
|
+
g.current && (g.current.style.height = "inherit", g.current.style.height = `${Math.max(
|
|
2523
|
+
g.current.scrollHeight + 2,
|
|
2525
2524
|
// account for 1px top/bottom border
|
|
2526
2525
|
ps
|
|
2527
2526
|
)}px`);
|
|
2528
2527
|
}, [d]), Ue(() => {
|
|
2529
|
-
|
|
2528
|
+
g.current && g.current.focus({
|
|
2530
2529
|
preventScroll: !0
|
|
2531
2530
|
});
|
|
2532
2531
|
}, []);
|
|
2533
2532
|
const {
|
|
2534
|
-
themeSettings:
|
|
2535
|
-
} =
|
|
2536
|
-
t:
|
|
2533
|
+
themeSettings: h
|
|
2534
|
+
} = D(), {
|
|
2535
|
+
t: x
|
|
2537
2536
|
} = j(), _ = z((y) => {
|
|
2538
|
-
var
|
|
2539
|
-
if ((
|
|
2540
|
-
const
|
|
2537
|
+
var I;
|
|
2538
|
+
if ((I = document.getElementById("csdk-chatbot-frame")) != null && I.contains(y.relatedTarget)) {
|
|
2539
|
+
const A = (S) => {
|
|
2541
2540
|
var L;
|
|
2542
|
-
document.removeEventListener("mouseup",
|
|
2541
|
+
document.removeEventListener("mouseup", A), document.removeEventListener("keyup", A), S.type === "mouseup" && ((L = document.getSelection()) == null ? void 0 : L.type) !== "Range" && y.target.focus({
|
|
2543
2542
|
preventScroll: !0
|
|
2544
2543
|
});
|
|
2545
2544
|
};
|
|
2546
|
-
document.addEventListener("mouseup",
|
|
2545
|
+
document.addEventListener("mouseup", A), document.addEventListener("keyup", A);
|
|
2547
2546
|
}
|
|
2548
2547
|
}, []);
|
|
2549
2548
|
return /* @__PURE__ */ v(ns, {
|
|
2550
|
-
theme:
|
|
2549
|
+
theme: h,
|
|
2551
2550
|
children: [/* @__PURE__ */ o(rs, {
|
|
2552
2551
|
recentPrompts: r,
|
|
2553
2552
|
suggestions: i,
|
|
2554
2553
|
isLoading: n,
|
|
2555
2554
|
onSelection: s,
|
|
2556
|
-
anchorEl:
|
|
2555
|
+
anchorEl: g.current,
|
|
2557
2556
|
text: d,
|
|
2558
2557
|
recommendationsError: l
|
|
2559
|
-
}), t && /* @__PURE__ */ o(
|
|
2560
|
-
title:
|
|
2558
|
+
}), t && /* @__PURE__ */ o(Oe, {
|
|
2559
|
+
title: x("ai.buttons.clearChat"),
|
|
2561
2560
|
placement: "bottom-start",
|
|
2562
2561
|
children: /* @__PURE__ */ o(ls, {
|
|
2563
2562
|
"aria-label": "clear history",
|
|
2564
2563
|
onClick: t,
|
|
2565
2564
|
children: /* @__PURE__ */ o(os, {
|
|
2566
|
-
theme:
|
|
2565
|
+
theme: h
|
|
2567
2566
|
})
|
|
2568
2567
|
})
|
|
2569
2568
|
}), /* @__PURE__ */ o(cs, {
|
|
2570
2569
|
"aria-label": "chat input",
|
|
2571
2570
|
onBlur: _,
|
|
2572
2571
|
maxLength: is,
|
|
2573
|
-
ref:
|
|
2572
|
+
ref: g,
|
|
2574
2573
|
rows: 1,
|
|
2575
2574
|
onChange: c,
|
|
2576
2575
|
spellCheck: "true",
|
|
2577
2576
|
placeholder: k,
|
|
2578
2577
|
value: d,
|
|
2579
2578
|
onKeyDown: p,
|
|
2580
|
-
theme:
|
|
2579
|
+
theme: h,
|
|
2581
2580
|
disabled: a
|
|
2582
2581
|
}), /* @__PURE__ */ o(ds, {
|
|
2583
2582
|
"aria-label": "send chat message",
|
|
2584
2583
|
disabled: a || d.length === 0,
|
|
2585
|
-
onClick:
|
|
2586
|
-
theme:
|
|
2584
|
+
onClick: b,
|
|
2585
|
+
theme: h,
|
|
2587
2586
|
children: /* @__PURE__ */ o("span", {
|
|
2588
2587
|
"data-state": "closed",
|
|
2589
2588
|
children: /* @__PURE__ */ o(ss, {
|
|
2590
|
-
theme:
|
|
2589
|
+
theme: h
|
|
2591
2590
|
})
|
|
2592
2591
|
})
|
|
2593
2592
|
})]
|
|
@@ -2609,13 +2608,13 @@ const gs = C.div`
|
|
|
2609
2608
|
color: rgba(54, 163, 217, 1);
|
|
2610
2609
|
cursor: pointer;
|
|
2611
2610
|
`;
|
|
2612
|
-
function
|
|
2611
|
+
function Ea({
|
|
2613
2612
|
text: e,
|
|
2614
2613
|
action: t
|
|
2615
2614
|
}) {
|
|
2616
2615
|
const {
|
|
2617
2616
|
themeSettings: a
|
|
2618
|
-
} =
|
|
2617
|
+
} = D();
|
|
2619
2618
|
return /* @__PURE__ */ v(gs, {
|
|
2620
2619
|
children: [/* @__PURE__ */ o(hs, {
|
|
2621
2620
|
theme: a,
|
|
@@ -2646,7 +2645,7 @@ const fs = C.div`
|
|
|
2646
2645
|
color: ${({
|
|
2647
2646
|
style: e
|
|
2648
2647
|
}) => e.textColor};
|
|
2649
|
-
`,
|
|
2648
|
+
`, Ra = fa(function({
|
|
2650
2649
|
title: e,
|
|
2651
2650
|
leftNav: t,
|
|
2652
2651
|
rightNav: a,
|
|
@@ -2663,7 +2662,7 @@ const fs = C.div`
|
|
|
2663
2662
|
children: a
|
|
2664
2663
|
})]
|
|
2665
2664
|
});
|
|
2666
|
-
}),
|
|
2665
|
+
}), qe = C.div`
|
|
2667
2666
|
width: 5px;
|
|
2668
2667
|
height: 5px;
|
|
2669
2668
|
border-radius: 50%;
|
|
@@ -2695,17 +2694,17 @@ const fs = C.div`
|
|
|
2695
2694
|
function Dt() {
|
|
2696
2695
|
const {
|
|
2697
2696
|
themeSettings: e
|
|
2698
|
-
} =
|
|
2697
|
+
} = D(), t = e.aiChat.icons.color;
|
|
2699
2698
|
return /* @__PURE__ */ v("div", {
|
|
2700
2699
|
className: "csdk-flex csdk-justify-between csdk-w-[28px] csdk-py-[14.5px]",
|
|
2701
2700
|
"aria-label": "loading dots",
|
|
2702
|
-
children: [/* @__PURE__ */ o(
|
|
2701
|
+
children: [/* @__PURE__ */ o(qe, {
|
|
2703
2702
|
color: t
|
|
2704
|
-
}), /* @__PURE__ */ o(
|
|
2703
|
+
}), /* @__PURE__ */ o(qe, {
|
|
2705
2704
|
color: t
|
|
2706
|
-
}), /* @__PURE__ */ o(
|
|
2705
|
+
}), /* @__PURE__ */ o(qe, {
|
|
2707
2706
|
color: t
|
|
2708
|
-
}), /* @__PURE__ */ o(
|
|
2707
|
+
}), /* @__PURE__ */ o(qe, {
|
|
2709
2708
|
color: t
|
|
2710
2709
|
})]
|
|
2711
2710
|
});
|
|
@@ -2770,26 +2769,26 @@ const Qt = ["allowFullScreen", "allowTransparency", "autoComplete", "autoFocus",
|
|
|
2770
2769
|
lt: "<",
|
|
2771
2770
|
nbsp: " ",
|
|
2772
2771
|
quot: "“"
|
|
2773
|
-
}, xs = ["style", "script"], ys = ["src", "href", "data", "formAction", "srcDoc", "action"], ws = /([-A-Z0-9_:]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|(?:\{((?:\\.|{[^}]*?}|[^}])*)\})))?/gi, _s = /mailto:/i, Cs = /\n{2,}$/,
|
|
2774
|
-
function
|
|
2772
|
+
}, xs = ["style", "script"], ys = ["src", "href", "data", "formAction", "srcDoc", "action"], ws = /([-A-Z0-9_:]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|(?:\{((?:\\.|{[^}]*?}|[^}])*)\})))?/gi, _s = /mailto:/i, Cs = /\n{2,}$/, Za = /^(\s*>[\s\S]*?)(?=\n\n|$)/, vs = /^ *> ?/gm, Ss = /^(?:\[!([^\]]*)\]\n)?([\s\S]*)/, Ms = /^ {2,}\n/, Is = /^(?:( *[-*_])){3,} *(?:\n *)+\n/, Wa = /^(?: {1,3})?(`{3,}|~{3,}) *(\S+)? *([^\n]*?)?\n([\s\S]*?)(?:\1\n?|$)/, $a = /^(?: {4}[^\n]+\n*)+(?:\n *)+\n?/, Ds = /^(`+)((?:\\`|(?!\1)`|[^`])+)\1/, As = /^(?:\n *)*\n/, Ls = /\r\n?/g, Ts = /^\[\^([^\]]+)](:(.*)((\n+ {4,}.*)|(\n(?!\[\^).+))*)/, Ns = /^\[\^([^\]]+)]/, js = /\f/g, zs = /^---[ \t]*\n(.|\n)*\n---[ \t]*\n/, Os = /^\s*?\[(x|\s)\]/, qa = /^ *(#{1,6}) *([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, Pa = /^ *(#{1,6}) +([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, Ga = /^([^\n]+)\n *(=|-){3,} *(?:\n *)+\n/, ht = /^ *(?!<[a-z][^ >/]* ?\/>)<([a-z][^ >/]*) ?((?:[^>]*[^/])?)>\n?(\s*(?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1\b)[\s\S])*?)<\/\1>(?!<\/\1>)\n*/i, Es = /&([a-z0-9]+|#[0-9]{1,6}|#x[0-9a-fA-F]{1,6});/gi, Ha = /^<!--[\s\S]*?(?:-->)/, Rs = /^(data|aria|x)-[a-z_][a-z\d_.-]*$/, mt = /^ *<([a-z][a-z0-9:]*)(?:\s+((?:<.*?>|[^>])*))?\/?>(?!<\/\1>)(\s*\n)?/i, Zs = /^\{.*\}$/, Ws = /^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/, $s = /^<([^ >]+@[^ >]+)>/, qs = /^<([^ >]+:\/[^ >]+)>/, Ps = /-([a-z])?/gi, Ba = /^(\|.*)\n(?: *(\|? *[-:]+ *\|[-| :]*)\n((?:.*\|.*\n)*))?\n?/, Gs = /^\[([^\]]*)\]:\s+<?([^\s>]+)>?\s*("([^"]*)")?/, Hs = /^!\[([^\]]*)\] ?\[([^\]]*)\]/, Bs = /^\[([^\]]*)\] ?\[([^\]]*)\]/, Ys = /(\n|^[-*]\s|^#|^ {2,}|^-{2,}|^>\s)/, Us = /\t/g, Qs = /(^ *\||\| *$)/g, Fs = /^ *:-+: *$/, Vs = /^ *:-+ *$/, Js = /^ *-+: *$/, tt = "((?:\\[.*?\\][([].*?[)\\]]|<.*?>(?:.*?<.*?>)?|`.*?`|\\\\\\1|[\\s\\S])+?)", Xs = new RegExp(`^([*_])\\1${tt}\\1\\1(?!\\1)`), Ks = new RegExp(`^([*_])${tt}\\1(?!\\1)`), en = new RegExp(`^(==)${tt}\\1`), tn = new RegExp(`^(~~)${tt}\\1`), an = /^\\([^0-9A-Za-z\s])/, Vt = /\\([^0-9A-Za-z\s])/g, rn = /^([\s\S](?:(?! |[0-9]\.)[^=*_~\-\n<`\\\[!])*)/, on = /^\n+/, sn = /^([ \t]*)/, nn = /\\([^\\])/g, ln = /(?:^|\n)( *)$/, At = "(?:\\d+\\.)", Lt = "(?:[*+-])";
|
|
2773
|
+
function Ya(e) {
|
|
2775
2774
|
return "( *)(" + (e === 1 ? At : Lt) + ") +";
|
|
2776
2775
|
}
|
|
2777
|
-
const
|
|
2778
|
-
function
|
|
2779
|
-
return new RegExp("^" + (e === 1 ?
|
|
2776
|
+
const Ua = Ya(1), Qa = Ya(2);
|
|
2777
|
+
function Fa(e) {
|
|
2778
|
+
return new RegExp("^" + (e === 1 ? Ua : Qa));
|
|
2780
2779
|
}
|
|
2781
|
-
const cn =
|
|
2782
|
-
function
|
|
2783
|
-
return new RegExp("^" + (e === 1 ?
|
|
2780
|
+
const cn = Fa(1), dn = Fa(2);
|
|
2781
|
+
function Va(e) {
|
|
2782
|
+
return new RegExp("^" + (e === 1 ? Ua : Qa) + "[^\\n]*(?:\\n(?!\\1" + (e === 1 ? At : Lt) + " )[^\\n]*)*(\\n|$)", "gm");
|
|
2784
2783
|
}
|
|
2785
|
-
const pn =
|
|
2786
|
-
function
|
|
2784
|
+
const pn = Va(1), un = Va(2);
|
|
2785
|
+
function Ja(e) {
|
|
2787
2786
|
const t = e === 1 ? At : Lt;
|
|
2788
2787
|
return new RegExp("^( *)(" + t + ") [\\s\\S]+?(?:\\n{2,}(?! )(?!\\1" + t + " (?!" + t + " ))\\n*|\\s*\\n*$)");
|
|
2789
2788
|
}
|
|
2790
|
-
const
|
|
2789
|
+
const Xa = Ja(1), Ka = Ja(2);
|
|
2791
2790
|
function Jt(e, t) {
|
|
2792
|
-
const a = t === 1, r = a ?
|
|
2791
|
+
const a = t === 1, r = a ? Xa : Ka, i = a ? pn : un, n = a ? cn : dn;
|
|
2793
2792
|
return {
|
|
2794
2793
|
match: xe(function(l, u) {
|
|
2795
2794
|
const d = ln.exec(u.prevCapture);
|
|
@@ -2799,20 +2798,20 @@ function Jt(e, t) {
|
|
|
2799
2798
|
parse(l, u, d) {
|
|
2800
2799
|
const m = a ? +l[2] : void 0, k = l[0].replace(Cs, `
|
|
2801
2800
|
`).match(i);
|
|
2802
|
-
let
|
|
2801
|
+
let b = !1;
|
|
2803
2802
|
return {
|
|
2804
2803
|
items: k.map(function(s, p) {
|
|
2805
|
-
const c = n.exec(s)[0].length,
|
|
2804
|
+
const c = n.exec(s)[0].length, g = new RegExp("^ {1," + c + "}", "gm"), h = s.replace(g, "").replace(n, ""), x = p === k.length - 1, _ = h.indexOf(`
|
|
2806
2805
|
|
|
2807
|
-
`) !== -1 ||
|
|
2808
|
-
|
|
2809
|
-
const y = d.inline,
|
|
2810
|
-
let
|
|
2811
|
-
d.list = !0, _ ? (d.inline = !1,
|
|
2806
|
+
`) !== -1 || x && b;
|
|
2807
|
+
b = _;
|
|
2808
|
+
const y = d.inline, I = d.list;
|
|
2809
|
+
let A;
|
|
2810
|
+
d.list = !0, _ ? (d.inline = !1, A = Ne(h) + `
|
|
2812
2811
|
|
|
2813
|
-
`) : (d.inline = !0,
|
|
2814
|
-
const
|
|
2815
|
-
return d.inline = y, d.list =
|
|
2812
|
+
`) : (d.inline = !0, A = Ne(h));
|
|
2813
|
+
const S = u(A, d);
|
|
2814
|
+
return d.inline = y, d.list = I, S;
|
|
2816
2815
|
}),
|
|
2817
2816
|
ordered: a,
|
|
2818
2817
|
start: m
|
|
@@ -2828,8 +2827,8 @@ function Jt(e, t) {
|
|
|
2828
2827
|
}))
|
|
2829
2828
|
};
|
|
2830
2829
|
}
|
|
2831
|
-
const gn = new RegExp(`^\\[((?:\\[[^\\]]*\\]|[^\\[\\]]|\\](?=[^\\[]*\\]))*)\\]\\(\\s*<?((?:\\([^)]*\\)|[^\\s\\\\]|\\\\.)*?)>?(?:\\s+['"]([\\s\\S]*?)['"])?\\s*\\)`), hn = /^!\[(.*?)\]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/,
|
|
2832
|
-
function
|
|
2830
|
+
const gn = new RegExp(`^\\[((?:\\[[^\\]]*\\]|[^\\[\\]]|\\](?=[^\\[]*\\]))*)\\]\\(\\s*<?((?:\\([^)]*\\)|[^\\s\\\\]|\\\\.)*?)>?(?:\\s+['"]([\\s\\S]*?)['"])?\\s*\\)`), hn = /^!\[(.*?)\]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/, er = [Za, Wa, $a, qa, Ga, Pa, Ba, Xa, Ka], mn = [...er, /^[^\n]+(?: \n|\n{2,})/, ht, Ha, mt];
|
|
2831
|
+
function Ne(e) {
|
|
2833
2832
|
let t = e.length;
|
|
2834
2833
|
for (; t > 0 && e[t - 1] <= " "; )
|
|
2835
2834
|
t--;
|
|
@@ -2907,8 +2906,8 @@ function bn(e, t) {
|
|
|
2907
2906
|
let a = "";
|
|
2908
2907
|
e.split(`
|
|
2909
2908
|
`).every((i) => (i += `
|
|
2910
|
-
`, !
|
|
2911
|
-
const r =
|
|
2909
|
+
`, !er.some((n) => n.test(i)) && (a += i, !!i.trim())));
|
|
2910
|
+
const r = Ne(a);
|
|
2912
2911
|
return r == "" ? null : [a, , r];
|
|
2913
2912
|
}
|
|
2914
2913
|
const xn = /(javascript|vbscript|data(?!:image)):/i;
|
|
@@ -2925,7 +2924,7 @@ function yn(e) {
|
|
|
2925
2924
|
function ea(e) {
|
|
2926
2925
|
return e.replace(nn, "$1");
|
|
2927
2926
|
}
|
|
2928
|
-
function
|
|
2927
|
+
function He(e, t, a) {
|
|
2929
2928
|
const r = a.inline || !1, i = a.simple || !1;
|
|
2930
2929
|
a.inline = !0, a.simple = !0;
|
|
2931
2930
|
const n = e(t, a);
|
|
@@ -2944,7 +2943,7 @@ function _n(e, t, a) {
|
|
|
2944
2943
|
return a.inline = r, i;
|
|
2945
2944
|
}
|
|
2946
2945
|
const ot = (e, t, a) => ({
|
|
2947
|
-
children:
|
|
2946
|
+
children: He(t, e[2], a)
|
|
2948
2947
|
});
|
|
2949
2948
|
function st() {
|
|
2950
2949
|
return {};
|
|
@@ -2964,19 +2963,19 @@ function lt(e, t, a) {
|
|
|
2964
2963
|
}
|
|
2965
2964
|
function vn(e = "", t = {}) {
|
|
2966
2965
|
function a(s, p, ...c) {
|
|
2967
|
-
const
|
|
2968
|
-
return t.createElement(function(
|
|
2969
|
-
const _ = lt(
|
|
2970
|
-
return _ ? typeof _ == "function" || typeof _ == "object" && "render" in _ ? _ : lt(
|
|
2971
|
-
}(s, t.overrides), ge({}, p,
|
|
2972
|
-
className: Cn(p == null ? void 0 : p.className,
|
|
2966
|
+
const g = lt(t.overrides, `${s}.props`, {});
|
|
2967
|
+
return t.createElement(function(h, x) {
|
|
2968
|
+
const _ = lt(x, h);
|
|
2969
|
+
return _ ? typeof _ == "function" || typeof _ == "object" && "render" in _ ? _ : lt(x, `${h}.component`, h) : h;
|
|
2970
|
+
}(s, t.overrides), ge({}, p, g, {
|
|
2971
|
+
className: Cn(p == null ? void 0 : p.className, g.className) || void 0
|
|
2973
2972
|
}), ...c);
|
|
2974
2973
|
}
|
|
2975
2974
|
function r(s) {
|
|
2976
2975
|
s = s.replace(zs, "");
|
|
2977
2976
|
let p = !1;
|
|
2978
2977
|
t.forceInline ? p = !0 : t.forceBlock || (p = Ys.test(s) === !1);
|
|
2979
|
-
const c = m(d(p ? s : `${
|
|
2978
|
+
const c = m(d(p ? s : `${Ne(s).replace(on, "")}
|
|
2980
2979
|
|
|
2981
2980
|
`, {
|
|
2982
2981
|
inline: p
|
|
@@ -2985,37 +2984,37 @@ function vn(e = "", t = {}) {
|
|
|
2985
2984
|
c.pop();
|
|
2986
2985
|
if (t.wrapper === null)
|
|
2987
2986
|
return c;
|
|
2988
|
-
const
|
|
2989
|
-
let
|
|
2987
|
+
const g = t.wrapper || (p ? "span" : "div");
|
|
2988
|
+
let h;
|
|
2990
2989
|
if (c.length > 1 || t.forceWrapper)
|
|
2991
|
-
|
|
2990
|
+
h = c;
|
|
2992
2991
|
else {
|
|
2993
2992
|
if (c.length === 1)
|
|
2994
|
-
return
|
|
2993
|
+
return h = c[0], typeof h == "string" ? a("span", {
|
|
2995
2994
|
key: "outer"
|
|
2996
|
-
},
|
|
2997
|
-
|
|
2995
|
+
}, h) : h;
|
|
2996
|
+
h = null;
|
|
2998
2997
|
}
|
|
2999
|
-
return t.createElement(
|
|
2998
|
+
return t.createElement(g, {
|
|
3000
2999
|
key: "outer"
|
|
3001
|
-
},
|
|
3000
|
+
}, h);
|
|
3002
3001
|
}
|
|
3003
3002
|
function i(s, p) {
|
|
3004
3003
|
const c = p.match(ws);
|
|
3005
|
-
return c ? c.reduce(function(
|
|
3006
|
-
const
|
|
3007
|
-
if (
|
|
3008
|
-
const _ = function(
|
|
3009
|
-
return
|
|
3004
|
+
return c ? c.reduce(function(g, h) {
|
|
3005
|
+
const x = h.indexOf("=");
|
|
3006
|
+
if (x !== -1) {
|
|
3007
|
+
const _ = function(S) {
|
|
3008
|
+
return S.indexOf("-") !== -1 && S.match(Rs) === null && (S = S.replace(Ps, function(L, E) {
|
|
3010
3009
|
return E.toUpperCase();
|
|
3011
|
-
})),
|
|
3012
|
-
}(
|
|
3013
|
-
const L =
|
|
3014
|
-
return (L === '"' || L === "'") &&
|
|
3015
|
-
}(
|
|
3016
|
-
if (
|
|
3017
|
-
return
|
|
3018
|
-
const
|
|
3010
|
+
})), S;
|
|
3011
|
+
}(h.slice(0, x)).trim(), y = function(S) {
|
|
3012
|
+
const L = S[0];
|
|
3013
|
+
return (L === '"' || L === "'") && S.length >= 2 && S[S.length - 1] === L ? S.slice(1, -1) : S;
|
|
3014
|
+
}(h.slice(x + 1).trim()), I = Qt[_] || _;
|
|
3015
|
+
if (I === "ref")
|
|
3016
|
+
return g;
|
|
3017
|
+
const A = g[I] = function(S, L, E, J) {
|
|
3019
3018
|
return L === "style" ? function(X) {
|
|
3020
3019
|
const Y = [];
|
|
3021
3020
|
let F = "", U = !1, P = !1, K = "";
|
|
@@ -3047,32 +3046,32 @@ function vn(e = "", t = {}) {
|
|
|
3047
3046
|
}
|
|
3048
3047
|
return Y;
|
|
3049
3048
|
}(E).reduce(function(X, [Y, F]) {
|
|
3050
|
-
return X[Y.replace(/(-[a-z])/g, (U) => U[1].toUpperCase())] = J(F,
|
|
3051
|
-
}, {}) : ys.indexOf(L) !== -1 ? J(E,
|
|
3049
|
+
return X[Y.replace(/(-[a-z])/g, (U) => U[1].toUpperCase())] = J(F, S, Y), X;
|
|
3050
|
+
}, {}) : ys.indexOf(L) !== -1 ? J(E, S, L) : (E.match(Zs) && (E = E.slice(1, E.length - 1)), E === "true" || E !== "false" && E);
|
|
3052
3051
|
}(s, _, y, t.sanitizer);
|
|
3053
|
-
typeof
|
|
3052
|
+
typeof A == "string" && (ht.test(A) || mt.test(A)) && (g[I] = r(A.trim()));
|
|
3054
3053
|
} else
|
|
3055
|
-
|
|
3056
|
-
return
|
|
3054
|
+
h !== "style" && (g[Qt[h] || h] = !0);
|
|
3055
|
+
return g;
|
|
3057
3056
|
}, {}) : null;
|
|
3058
3057
|
}
|
|
3059
3058
|
t.overrides = t.overrides || {}, t.sanitizer = t.sanitizer || yn, t.slugify = t.slugify || Me, t.namedCodesToUnicode = t.namedCodesToUnicode ? ge({}, Ft, t.namedCodesToUnicode) : Ft, t.createElement = t.createElement || ci;
|
|
3060
3059
|
const n = [], l = {}, u = {
|
|
3061
3060
|
[w.blockQuote]: {
|
|
3062
|
-
match: ie(
|
|
3061
|
+
match: ie(Za),
|
|
3063
3062
|
order: 1,
|
|
3064
3063
|
parse(s, p, c) {
|
|
3065
|
-
const [,
|
|
3064
|
+
const [, g, h] = s[0].replace(vs, "").match(Ss);
|
|
3066
3065
|
return {
|
|
3067
|
-
alert:
|
|
3068
|
-
children: p(
|
|
3066
|
+
alert: g,
|
|
3067
|
+
children: p(h, c)
|
|
3069
3068
|
};
|
|
3070
3069
|
},
|
|
3071
3070
|
render(s, p, c) {
|
|
3072
|
-
const
|
|
3071
|
+
const g = {
|
|
3073
3072
|
key: c.key
|
|
3074
3073
|
};
|
|
3075
|
-
return s.alert && (
|
|
3074
|
+
return s.alert && (g.className = "markdown-alert-" + t.slugify(s.alert.toLowerCase(), Me), s.children.unshift({
|
|
3076
3075
|
attrs: {},
|
|
3077
3076
|
children: [{
|
|
3078
3077
|
type: w.text,
|
|
@@ -3081,7 +3080,7 @@ function vn(e = "", t = {}) {
|
|
|
3081
3080
|
noInnerParse: !0,
|
|
3082
3081
|
type: w.htmlBlock,
|
|
3083
3082
|
tag: "header"
|
|
3084
|
-
})), a("blockquote",
|
|
3083
|
+
})), a("blockquote", g, p(s.children, c));
|
|
3085
3084
|
}
|
|
3086
3085
|
},
|
|
3087
3086
|
[w.breakLine]: {
|
|
@@ -3101,11 +3100,11 @@ function vn(e = "", t = {}) {
|
|
|
3101
3100
|
})
|
|
3102
3101
|
},
|
|
3103
3102
|
[w.codeBlock]: {
|
|
3104
|
-
match: ie(
|
|
3103
|
+
match: ie($a),
|
|
3105
3104
|
order: 0,
|
|
3106
3105
|
parse: (s) => ({
|
|
3107
3106
|
lang: void 0,
|
|
3108
|
-
text:
|
|
3107
|
+
text: Ne(s[0].replace(/^ {4}/gm, "")).replace(Vt, "$1")
|
|
3109
3108
|
}),
|
|
3110
3109
|
render: (s, p, c) => a("pre", {
|
|
3111
3110
|
key: c.key
|
|
@@ -3114,7 +3113,7 @@ function vn(e = "", t = {}) {
|
|
|
3114
3113
|
}), s.text))
|
|
3115
3114
|
},
|
|
3116
3115
|
[w.codeFenced]: {
|
|
3117
|
-
match: ie(
|
|
3116
|
+
match: ie(Wa),
|
|
3118
3117
|
order: 0,
|
|
3119
3118
|
parse: (s) => ({
|
|
3120
3119
|
attrs: i("code", s[3] || ""),
|
|
@@ -3170,10 +3169,10 @@ function vn(e = "", t = {}) {
|
|
|
3170
3169
|
})
|
|
3171
3170
|
},
|
|
3172
3171
|
[w.heading]: {
|
|
3173
|
-
match: ie(t.enforceAtxHeadings ?
|
|
3172
|
+
match: ie(t.enforceAtxHeadings ? Pa : qa),
|
|
3174
3173
|
order: 1,
|
|
3175
3174
|
parse: (s, p, c) => ({
|
|
3176
|
-
children:
|
|
3175
|
+
children: He(p, s[2], c),
|
|
3177
3176
|
id: t.slugify(s[2], Me),
|
|
3178
3177
|
level: s[1].length
|
|
3179
3178
|
}),
|
|
@@ -3183,10 +3182,10 @@ function vn(e = "", t = {}) {
|
|
|
3183
3182
|
}, p(s.children, c))
|
|
3184
3183
|
},
|
|
3185
3184
|
[w.headingSetext]: {
|
|
3186
|
-
match: ie(
|
|
3185
|
+
match: ie(Ga),
|
|
3187
3186
|
order: 0,
|
|
3188
3187
|
parse: (s, p, c) => ({
|
|
3189
|
-
children:
|
|
3188
|
+
children: He(p, s[1], c),
|
|
3190
3189
|
level: s[2] === "=" ? 1 : 2,
|
|
3191
3190
|
type: w.heading
|
|
3192
3191
|
})
|
|
@@ -3195,14 +3194,14 @@ function vn(e = "", t = {}) {
|
|
|
3195
3194
|
match: Ie(ht),
|
|
3196
3195
|
order: 1,
|
|
3197
3196
|
parse(s, p, c) {
|
|
3198
|
-
const [,
|
|
3197
|
+
const [, g] = s[3].match(sn), h = new RegExp(`^${g}`, "gm"), x = s[3].replace(h, ""), _ = (y = x, mn.some((E) => E.test(y)) ? _n : He);
|
|
3199
3198
|
var y;
|
|
3200
|
-
const
|
|
3201
|
-
attrs: i(
|
|
3202
|
-
noInnerParse:
|
|
3203
|
-
tag:
|
|
3199
|
+
const I = s[1].toLowerCase(), A = xs.indexOf(I) !== -1, S = (A ? I : s[1]).trim(), L = {
|
|
3200
|
+
attrs: i(S, s[2]),
|
|
3201
|
+
noInnerParse: A,
|
|
3202
|
+
tag: S
|
|
3204
3203
|
};
|
|
3205
|
-
return c.inAnchor = c.inAnchor ||
|
|
3204
|
+
return c.inAnchor = c.inAnchor || I === "a", A ? L.text = s[3] : L.children = _(p, x, c), c.inAnchor = !1, L;
|
|
3206
3205
|
},
|
|
3207
3206
|
render: (s, p, c) => a(s.tag, ge({
|
|
3208
3207
|
key: c.key
|
|
@@ -3223,7 +3222,7 @@ function vn(e = "", t = {}) {
|
|
|
3223
3222
|
}))
|
|
3224
3223
|
},
|
|
3225
3224
|
[w.htmlComment]: {
|
|
3226
|
-
match: Ie(
|
|
3225
|
+
match: Ie(Ha),
|
|
3227
3226
|
order: 1,
|
|
3228
3227
|
parse: () => ({}),
|
|
3229
3228
|
render: nt
|
|
@@ -3354,25 +3353,25 @@ function vn(e = "", t = {}) {
|
|
|
3354
3353
|
}, s.fallbackChildren)
|
|
3355
3354
|
},
|
|
3356
3355
|
[w.table]: {
|
|
3357
|
-
match: ie(
|
|
3356
|
+
match: ie(Ba),
|
|
3358
3357
|
order: 1,
|
|
3359
3358
|
parse: kn,
|
|
3360
3359
|
render(s, p, c) {
|
|
3361
|
-
const
|
|
3360
|
+
const g = s;
|
|
3362
3361
|
return a("table", {
|
|
3363
3362
|
key: c.key
|
|
3364
|
-
}, a("thead", null, a("tr", null,
|
|
3363
|
+
}, a("thead", null, a("tr", null, g.header.map(function(h, x) {
|
|
3365
3364
|
return a("th", {
|
|
3366
|
-
key:
|
|
3367
|
-
style: Kt(
|
|
3368
|
-
}, p(
|
|
3369
|
-
}))), a("tbody", null,
|
|
3365
|
+
key: x,
|
|
3366
|
+
style: Kt(g, x)
|
|
3367
|
+
}, p(h, c));
|
|
3368
|
+
}))), a("tbody", null, g.cells.map(function(h, x) {
|
|
3370
3369
|
return a("tr", {
|
|
3371
|
-
key:
|
|
3372
|
-
},
|
|
3370
|
+
key: x
|
|
3371
|
+
}, h.map(function(_, y) {
|
|
3373
3372
|
return a("td", {
|
|
3374
3373
|
key: y,
|
|
3375
|
-
style: Kt(
|
|
3374
|
+
style: Kt(g, y)
|
|
3376
3375
|
}, p(_, c));
|
|
3377
3376
|
}));
|
|
3378
3377
|
})));
|
|
@@ -3434,55 +3433,55 @@ function vn(e = "", t = {}) {
|
|
|
3434
3433
|
t.disableParsingRawHTML === !0 && (delete u[w.htmlBlock], delete u[w.htmlSelfClosing]);
|
|
3435
3434
|
const d = function(s) {
|
|
3436
3435
|
let p = Object.keys(s);
|
|
3437
|
-
function c(
|
|
3438
|
-
let
|
|
3439
|
-
for (
|
|
3440
|
-
let
|
|
3441
|
-
for (;
|
|
3442
|
-
if (
|
|
3443
|
-
|
|
3436
|
+
function c(g, h) {
|
|
3437
|
+
let x, _, y = [], I = "", A = "";
|
|
3438
|
+
for (h.prevCapture = h.prevCapture || ""; g; ) {
|
|
3439
|
+
let S = 0;
|
|
3440
|
+
for (; S < p.length; ) {
|
|
3441
|
+
if (I = p[S], x = s[I], h.inline && !x.match.inline) {
|
|
3442
|
+
S++;
|
|
3444
3443
|
continue;
|
|
3445
3444
|
}
|
|
3446
|
-
const L =
|
|
3445
|
+
const L = x.match(g, h);
|
|
3447
3446
|
if (L) {
|
|
3448
|
-
|
|
3447
|
+
A = L[0], h.prevCapture += A, g = g.substring(A.length), _ = x.parse(L, c, h), _.type == null && (_.type = I), y.push(_);
|
|
3449
3448
|
break;
|
|
3450
3449
|
}
|
|
3451
|
-
|
|
3450
|
+
S++;
|
|
3452
3451
|
}
|
|
3453
3452
|
}
|
|
3454
|
-
return
|
|
3453
|
+
return h.prevCapture = "", y;
|
|
3455
3454
|
}
|
|
3456
|
-
return p.sort(function(
|
|
3457
|
-
let
|
|
3458
|
-
return
|
|
3459
|
-
}), function(
|
|
3460
|
-
return c(function(
|
|
3461
|
-
return
|
|
3455
|
+
return p.sort(function(g, h) {
|
|
3456
|
+
let x = s[g].order, _ = s[h].order;
|
|
3457
|
+
return x !== _ ? x - _ : g < h ? -1 : 1;
|
|
3458
|
+
}), function(g, h) {
|
|
3459
|
+
return c(function(x) {
|
|
3460
|
+
return x.replace(Ls, `
|
|
3462
3461
|
`).replace(js, "").replace(Us, " ");
|
|
3463
|
-
}(
|
|
3462
|
+
}(g), h);
|
|
3464
3463
|
};
|
|
3465
3464
|
}(u), m = (k = /* @__PURE__ */ function(s, p) {
|
|
3466
|
-
return function(c,
|
|
3467
|
-
const
|
|
3468
|
-
return p ? p(() =>
|
|
3465
|
+
return function(c, g, h) {
|
|
3466
|
+
const x = s[c.type].render;
|
|
3467
|
+
return p ? p(() => x(c, g, h), c, g, h) : x(c, g, h);
|
|
3469
3468
|
};
|
|
3470
3469
|
}(u, t.renderRule), function s(p, c = {}) {
|
|
3471
3470
|
if (Array.isArray(p)) {
|
|
3472
|
-
const
|
|
3473
|
-
let
|
|
3471
|
+
const g = c.key, h = [];
|
|
3472
|
+
let x = !1;
|
|
3474
3473
|
for (let _ = 0; _ < p.length; _++) {
|
|
3475
3474
|
c.key = _;
|
|
3476
|
-
const y = s(p[_], c),
|
|
3477
|
-
|
|
3475
|
+
const y = s(p[_], c), I = typeof y == "string";
|
|
3476
|
+
I && x ? h[h.length - 1] += y : y !== null && h.push(y), x = I;
|
|
3478
3477
|
}
|
|
3479
|
-
return c.key =
|
|
3478
|
+
return c.key = g, h;
|
|
3480
3479
|
}
|
|
3481
3480
|
return k(p, s, c);
|
|
3482
3481
|
});
|
|
3483
3482
|
var k;
|
|
3484
|
-
const
|
|
3485
|
-
return n.length ? a("div", null,
|
|
3483
|
+
const b = r(e);
|
|
3484
|
+
return n.length ? a("div", null, b, a("footer", {
|
|
3486
3485
|
key: "footer"
|
|
3487
3486
|
}, n.map(function(s) {
|
|
3488
3487
|
return a("div", {
|
|
@@ -3491,7 +3490,7 @@ function vn(e = "", t = {}) {
|
|
|
3491
3490
|
}, s.identifier, m(d(s.footnote, {
|
|
3492
3491
|
inline: !0
|
|
3493
3492
|
})));
|
|
3494
|
-
}))) :
|
|
3493
|
+
}))) : b;
|
|
3495
3494
|
}
|
|
3496
3495
|
const Sn = (e) => {
|
|
3497
3496
|
let {
|
|
@@ -3516,7 +3515,7 @@ const Sn = (e) => {
|
|
|
3516
3515
|
` : q`
|
|
3517
3516
|
justify-content: flex-start;
|
|
3518
3517
|
`}
|
|
3519
|
-
`,
|
|
3518
|
+
`, tr = C.div`
|
|
3520
3519
|
font-size: inherit;
|
|
3521
3520
|
line-height: inherit;
|
|
3522
3521
|
padding-top: 8.5px;
|
|
@@ -3556,11 +3555,11 @@ const Sn = (e) => {
|
|
|
3556
3555
|
}) => {
|
|
3557
3556
|
const {
|
|
3558
3557
|
themeSettings: a
|
|
3559
|
-
} =
|
|
3558
|
+
} = D();
|
|
3560
3559
|
return /* @__PURE__ */ o(Mn, {
|
|
3561
3560
|
theme: a,
|
|
3562
3561
|
align: e,
|
|
3563
|
-
children: /* @__PURE__ */ o(
|
|
3562
|
+
children: /* @__PURE__ */ o(tr, {
|
|
3564
3563
|
theme: a,
|
|
3565
3564
|
align: e,
|
|
3566
3565
|
children: typeof t == "string" ? /* @__PURE__ */ o(Sn, {
|
|
@@ -3670,7 +3669,7 @@ function Ve({
|
|
|
3670
3669
|
}) {
|
|
3671
3670
|
const {
|
|
3672
3671
|
themeSettings: l
|
|
3673
|
-
} =
|
|
3672
|
+
} = D();
|
|
3674
3673
|
return /* @__PURE__ */ o(Dn, {
|
|
3675
3674
|
align: t,
|
|
3676
3675
|
children: /* @__PURE__ */ o(An, {
|
|
@@ -3721,7 +3720,7 @@ var Tn = Jr("toLowerCase");
|
|
|
3721
3720
|
function Nn() {
|
|
3722
3721
|
const {
|
|
3723
3722
|
themeSettings: e
|
|
3724
|
-
} =
|
|
3723
|
+
} = D();
|
|
3725
3724
|
return /* @__PURE__ */ o("svg", {
|
|
3726
3725
|
width: "24",
|
|
3727
3726
|
height: "25",
|
|
@@ -3754,9 +3753,9 @@ function jn({
|
|
|
3754
3753
|
function zn(e) {
|
|
3755
3754
|
return Xr("MuiDialog", e);
|
|
3756
3755
|
}
|
|
3757
|
-
const ct =
|
|
3758
|
-
process.env.NODE_ENV !== "production" && (
|
|
3759
|
-
const On = Je(
|
|
3756
|
+
const ct = Sr("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), ar = /* @__PURE__ */ Xe({});
|
|
3757
|
+
process.env.NODE_ENV !== "production" && (ar.displayName = "DialogContext");
|
|
3758
|
+
const On = Je(Mr, {
|
|
3760
3759
|
name: "MuiDialog",
|
|
3761
3760
|
slot: "Backdrop",
|
|
3762
3761
|
overrides: (e, t) => t.backdrop
|
|
@@ -3776,7 +3775,7 @@ const On = Je(Ir, {
|
|
|
3776
3775
|
paper: ["paper", `paperScroll${ke(a)}`, `paperWidth${ke(String(r))}`, i && "paperFullWidth", n && "paperFullScreen"]
|
|
3777
3776
|
};
|
|
3778
3777
|
return Rr(l, zn, t);
|
|
3779
|
-
}, Rn = Je(
|
|
3778
|
+
}, Rn = Je(Ir, {
|
|
3780
3779
|
name: "MuiDialog",
|
|
3781
3780
|
slot: "Root",
|
|
3782
3781
|
overridesResolver: (e, t) => t.root
|
|
@@ -3827,7 +3826,7 @@ const On = Je(Ir, {
|
|
|
3827
3826
|
}
|
|
3828
3827
|
}
|
|
3829
3828
|
}]
|
|
3830
|
-
}), Wn = Je(
|
|
3829
|
+
}), Wn = Je(la, {
|
|
3831
3830
|
name: "MuiDialog",
|
|
3832
3831
|
slot: "Paper",
|
|
3833
3832
|
overridesResolver: (e, t) => {
|
|
@@ -3836,7 +3835,7 @@ const On = Je(Ir, {
|
|
|
3836
3835
|
} = e;
|
|
3837
3836
|
return [t.paper, t[`scrollPaper${ke(a.scroll)}`], t[`paperWidth${ke(String(a.maxWidth))}`], a.fullWidth && t.paperFullWidth, a.fullScreen && t.paperFullScreen];
|
|
3838
3837
|
}
|
|
3839
|
-
})(
|
|
3838
|
+
})(Dr(({
|
|
3840
3839
|
theme: e
|
|
3841
3840
|
}) => ({
|
|
3842
3841
|
margin: 32,
|
|
@@ -3919,7 +3918,7 @@ const On = Je(Ir, {
|
|
|
3919
3918
|
}
|
|
3920
3919
|
}
|
|
3921
3920
|
}]
|
|
3922
|
-
}))),
|
|
3921
|
+
}))), rr = /* @__PURE__ */ fa(function(e, t) {
|
|
3923
3922
|
const a = Lr({
|
|
3924
3923
|
props: e,
|
|
3925
3924
|
name: "MuiDialog"
|
|
@@ -3932,46 +3931,46 @@ const On = Je(Ir, {
|
|
|
3932
3931
|
"aria-modal": d = !0,
|
|
3933
3932
|
BackdropComponent: m,
|
|
3934
3933
|
BackdropProps: k,
|
|
3935
|
-
children:
|
|
3934
|
+
children: b,
|
|
3936
3935
|
className: s,
|
|
3937
3936
|
disableEscapeKeyDown: p = !1,
|
|
3938
3937
|
fullScreen: c = !1,
|
|
3939
|
-
fullWidth:
|
|
3940
|
-
maxWidth:
|
|
3941
|
-
onBackdropClick:
|
|
3938
|
+
fullWidth: g = !1,
|
|
3939
|
+
maxWidth: h = "sm",
|
|
3940
|
+
onBackdropClick: x,
|
|
3942
3941
|
onClick: _,
|
|
3943
3942
|
onClose: y,
|
|
3944
|
-
open:
|
|
3945
|
-
PaperComponent:
|
|
3946
|
-
PaperProps:
|
|
3943
|
+
open: I,
|
|
3944
|
+
PaperComponent: A = la,
|
|
3945
|
+
PaperProps: S = {},
|
|
3947
3946
|
scroll: L = "paper",
|
|
3948
3947
|
slots: E = {},
|
|
3949
3948
|
slotProps: J = {},
|
|
3950
3949
|
TransitionComponent: X = zt,
|
|
3951
3950
|
transitionDuration: Y = i,
|
|
3952
3951
|
TransitionProps: F
|
|
3953
|
-
} = n, U =
|
|
3952
|
+
} = n, U = Ia(n, ["aria-describedby", "aria-labelledby", "aria-modal", "BackdropComponent", "BackdropProps", "children", "className", "disableEscapeKeyDown", "fullScreen", "fullWidth", "maxWidth", "onBackdropClick", "onClick", "onClose", "open", "PaperComponent", "PaperProps", "scroll", "slots", "slotProps", "TransitionComponent", "transitionDuration", "TransitionProps"]), P = T(M({}, a), {
|
|
3954
3953
|
disableEscapeKeyDown: p,
|
|
3955
3954
|
fullScreen: c,
|
|
3956
|
-
fullWidth:
|
|
3957
|
-
maxWidth:
|
|
3955
|
+
fullWidth: g,
|
|
3956
|
+
maxWidth: h,
|
|
3958
3957
|
scroll: L
|
|
3959
3958
|
}), K = En(P), ee = be(), V = (me) => {
|
|
3960
3959
|
ee.current = me.target === me.currentTarget;
|
|
3961
3960
|
}, W = (me) => {
|
|
3962
|
-
_ && _(me), ee.current && (ee.current = null,
|
|
3961
|
+
_ && _(me), ee.current && (ee.current = null, x && x(me), y && y(me, "backdropClick"));
|
|
3963
3962
|
}, Q = Nr(u), $ = R(() => ({
|
|
3964
3963
|
titleId: Q
|
|
3965
|
-
}), [Q]), he =
|
|
3964
|
+
}), [Q]), he = M({
|
|
3966
3965
|
transition: X
|
|
3967
|
-
}, E), _e =
|
|
3966
|
+
}, E), _e = M({
|
|
3968
3967
|
transition: F,
|
|
3969
|
-
paper:
|
|
3968
|
+
paper: S,
|
|
3970
3969
|
backdrop: k
|
|
3971
3970
|
}, J), ue = {
|
|
3972
3971
|
slots: he,
|
|
3973
3972
|
slotProps: _e
|
|
3974
|
-
}, [
|
|
3973
|
+
}, [Re, at] = Ce("root", {
|
|
3975
3974
|
elementType: Rn,
|
|
3976
3975
|
shouldForwardComponentProp: !0,
|
|
3977
3976
|
externalForwardedProps: ue,
|
|
@@ -3983,66 +3982,66 @@ const On = Je(Ir, {
|
|
|
3983
3982
|
shouldForwardComponentProp: !0,
|
|
3984
3983
|
externalForwardedProps: ue,
|
|
3985
3984
|
ownerState: P
|
|
3986
|
-
}), [
|
|
3985
|
+
}), [Ze, We] = Ce("paper", {
|
|
3987
3986
|
elementType: Wn,
|
|
3988
3987
|
shouldForwardComponentProp: !0,
|
|
3989
3988
|
externalForwardedProps: ue,
|
|
3990
3989
|
ownerState: P,
|
|
3991
|
-
className: it(K.paper,
|
|
3992
|
-
}), [
|
|
3990
|
+
className: it(K.paper, S.className)
|
|
3991
|
+
}), [sr, nr] = Ce("container", {
|
|
3993
3992
|
elementType: Zn,
|
|
3994
3993
|
externalForwardedProps: ue,
|
|
3995
3994
|
ownerState: P,
|
|
3996
3995
|
className: it(K.container)
|
|
3997
|
-
}), [
|
|
3996
|
+
}), [lr, cr] = Ce("transition", {
|
|
3998
3997
|
elementType: zt,
|
|
3999
3998
|
externalForwardedProps: ue,
|
|
4000
3999
|
ownerState: P,
|
|
4001
4000
|
additionalProps: {
|
|
4002
4001
|
appear: !0,
|
|
4003
|
-
in:
|
|
4002
|
+
in: I,
|
|
4004
4003
|
timeout: Y,
|
|
4005
4004
|
role: "presentation"
|
|
4006
4005
|
}
|
|
4007
4006
|
});
|
|
4008
|
-
return /* @__PURE__ */ ve(
|
|
4007
|
+
return /* @__PURE__ */ ve(Re, T(M(M({
|
|
4009
4008
|
closeAfterTransition: !0,
|
|
4010
4009
|
slots: {
|
|
4011
4010
|
backdrop: O
|
|
4012
4011
|
},
|
|
4013
4012
|
slotProps: {
|
|
4014
|
-
backdrop:
|
|
4013
|
+
backdrop: M({
|
|
4015
4014
|
transitionDuration: Y,
|
|
4016
4015
|
as: m
|
|
4017
4016
|
}, te)
|
|
4018
4017
|
},
|
|
4019
4018
|
disableEscapeKeyDown: p,
|
|
4020
4019
|
onClose: y,
|
|
4021
|
-
open:
|
|
4020
|
+
open: I,
|
|
4022
4021
|
onClick: W
|
|
4023
4022
|
}, at), U), {
|
|
4024
|
-
children: /* @__PURE__ */ ve(
|
|
4025
|
-
children: /* @__PURE__ */ ve(
|
|
4023
|
+
children: /* @__PURE__ */ ve(lr, T(M({}, cr), {
|
|
4024
|
+
children: /* @__PURE__ */ ve(sr, T(M({
|
|
4026
4025
|
onMouseDown: V
|
|
4027
|
-
},
|
|
4028
|
-
children: /* @__PURE__ */ ve(
|
|
4029
|
-
as:
|
|
4026
|
+
}, nr), {
|
|
4027
|
+
children: /* @__PURE__ */ ve(Ze, T(M({
|
|
4028
|
+
as: A,
|
|
4030
4029
|
elevation: 24,
|
|
4031
4030
|
role: "dialog",
|
|
4032
4031
|
"aria-describedby": l,
|
|
4033
4032
|
"aria-labelledby": Q,
|
|
4034
4033
|
"aria-modal": d
|
|
4035
|
-
},
|
|
4036
|
-
children: /* @__PURE__ */ ve(
|
|
4034
|
+
}, We), {
|
|
4035
|
+
children: /* @__PURE__ */ ve(ar.Provider, {
|
|
4037
4036
|
value: $,
|
|
4038
|
-
children:
|
|
4037
|
+
children: b
|
|
4039
4038
|
})
|
|
4040
4039
|
}))
|
|
4041
4040
|
}))
|
|
4042
4041
|
}))
|
|
4043
4042
|
}));
|
|
4044
4043
|
});
|
|
4045
|
-
process.env.NODE_ENV !== "production" && (
|
|
4044
|
+
process.env.NODE_ENV !== "production" && (rr.propTypes = {
|
|
4046
4045
|
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
4047
4046
|
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
4048
4047
|
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
@@ -4229,7 +4228,7 @@ function $n({
|
|
|
4229
4228
|
})]
|
|
4230
4229
|
});
|
|
4231
4230
|
}
|
|
4232
|
-
const
|
|
4231
|
+
const ir = {
|
|
4233
4232
|
row: {
|
|
4234
4233
|
hover: "rgba(224, 224, 224, 0.3)"
|
|
4235
4234
|
},
|
|
@@ -4316,12 +4315,12 @@ const sr = {
|
|
|
4316
4315
|
}
|
|
4317
4316
|
}, qn = {
|
|
4318
4317
|
shouldForwardProp: (e) => !e.startsWith("$")
|
|
4319
|
-
},
|
|
4318
|
+
}, Ee = C(ca, qn)(({
|
|
4320
4319
|
$hoverColor: e
|
|
4321
4320
|
}) => ({
|
|
4322
4321
|
padding: 2,
|
|
4323
4322
|
"&.MuiIconButton-root:hover": {
|
|
4324
|
-
backgroundColor: e ??
|
|
4323
|
+
backgroundColor: e ?? ir.interaction.defaultHover
|
|
4325
4324
|
}
|
|
4326
4325
|
}));
|
|
4327
4326
|
function Pn({
|
|
@@ -4374,15 +4373,15 @@ function Hn() {
|
|
|
4374
4373
|
})
|
|
4375
4374
|
});
|
|
4376
4375
|
}
|
|
4377
|
-
const Tt = (e) =>
|
|
4376
|
+
const Tt = (e) => da(e.chart.backgroundColor), Bn = ({
|
|
4378
4377
|
title: e
|
|
4379
4378
|
}) => {
|
|
4380
4379
|
const {
|
|
4381
4380
|
themeSettings: t
|
|
4382
|
-
} =
|
|
4383
|
-
return /* @__PURE__ */ o(
|
|
4381
|
+
} = D();
|
|
4382
|
+
return /* @__PURE__ */ o(Oe, {
|
|
4384
4383
|
title: e,
|
|
4385
|
-
children: /* @__PURE__ */ o(
|
|
4384
|
+
children: /* @__PURE__ */ o(Ee, {
|
|
4386
4385
|
disableTouchRipple: !0,
|
|
4387
4386
|
$hoverColor: Tt(t),
|
|
4388
4387
|
children: /* @__PURE__ */ o(Gn, {
|
|
@@ -4399,9 +4398,9 @@ const Tt = (e) => pa(e.chart.backgroundColor), Bn = ({
|
|
|
4399
4398
|
a(null);
|
|
4400
4399
|
}, {
|
|
4401
4400
|
themeSettings: n
|
|
4402
|
-
} =
|
|
4401
|
+
} = D();
|
|
4403
4402
|
return /* @__PURE__ */ v(B, {
|
|
4404
|
-
children: [/* @__PURE__ */ o(
|
|
4403
|
+
children: [/* @__PURE__ */ o(Ee, {
|
|
4405
4404
|
onClick: r,
|
|
4406
4405
|
$hoverColor: Tt(n),
|
|
4407
4406
|
"aria-label": "three dots button",
|
|
@@ -4427,7 +4426,7 @@ const Tt = (e) => pa(e.chart.backgroundColor), Bn = ({
|
|
|
4427
4426
|
sx: {
|
|
4428
4427
|
fontSize: "13px",
|
|
4429
4428
|
fontFamily: n.typography.fontFamily,
|
|
4430
|
-
color:
|
|
4429
|
+
color: ir.text.content
|
|
4431
4430
|
},
|
|
4432
4431
|
disableRipple: !0,
|
|
4433
4432
|
children: [l.icon, /* @__PURE__ */ o("div", {
|
|
@@ -4442,12 +4441,12 @@ const Tt = (e) => pa(e.chart.backgroundColor), Bn = ({
|
|
|
4442
4441
|
}) => {
|
|
4443
4442
|
const {
|
|
4444
4443
|
themeSettings: t
|
|
4445
|
-
} =
|
|
4444
|
+
} = D(), {
|
|
4446
4445
|
t: a
|
|
4447
4446
|
} = j();
|
|
4448
|
-
return /* @__PURE__ */ o(
|
|
4447
|
+
return /* @__PURE__ */ o(Oe, {
|
|
4449
4448
|
title: a("ai.preview"),
|
|
4450
|
-
children: /* @__PURE__ */ o(
|
|
4449
|
+
children: /* @__PURE__ */ o(Ee, {
|
|
4451
4450
|
onClick: e,
|
|
4452
4451
|
$hoverColor: Tt(t),
|
|
4453
4452
|
children: /* @__PURE__ */ o(Pn, {
|
|
@@ -4486,14 +4485,14 @@ function Vn({
|
|
|
4486
4485
|
}) {
|
|
4487
4486
|
const [t, a] = Z(!1), {
|
|
4488
4487
|
themeSettings: r
|
|
4489
|
-
} =
|
|
4488
|
+
} = D(), {
|
|
4490
4489
|
inlineElement: i,
|
|
4491
4490
|
expandedElement: n
|
|
4492
4491
|
} = R(() => {
|
|
4493
|
-
const l =
|
|
4492
|
+
const l = ze(e, {
|
|
4494
4493
|
useCustomizedStyleOptions: !0
|
|
4495
4494
|
});
|
|
4496
|
-
if (l === void 0 || !
|
|
4495
|
+
if (l === void 0 || !Be(l))
|
|
4497
4496
|
throw new Te("errors.otherWidgetTypesNotSupported");
|
|
4498
4497
|
const {
|
|
4499
4498
|
detailedDescription: u
|
|
@@ -4509,14 +4508,14 @@ function Vn({
|
|
|
4509
4508
|
})
|
|
4510
4509
|
}
|
|
4511
4510
|
};
|
|
4512
|
-
let k,
|
|
4511
|
+
let k, b;
|
|
4513
4512
|
if (Kr(l.chartType))
|
|
4514
4513
|
k = /* @__PURE__ */ o("div", {
|
|
4515
4514
|
className: "csdk-h-[245px]",
|
|
4516
|
-
children: /* @__PURE__ */ o(Ae, T(
|
|
4515
|
+
children: /* @__PURE__ */ o(Ae, T(M({}, l), {
|
|
4517
4516
|
styleOptions: m
|
|
4518
4517
|
}))
|
|
4519
|
-
}),
|
|
4518
|
+
}), b = /* @__PURE__ */ o(Ae, T(M({}, l), {
|
|
4520
4519
|
styleOptions: {
|
|
4521
4520
|
header: {
|
|
4522
4521
|
hidden: !0
|
|
@@ -4524,32 +4523,32 @@ function Vn({
|
|
|
4524
4523
|
}
|
|
4525
4524
|
}));
|
|
4526
4525
|
else {
|
|
4527
|
-
const s = T(
|
|
4526
|
+
const s = T(M({}, d), {
|
|
4528
4527
|
header: {
|
|
4529
4528
|
hidden: !0
|
|
4530
4529
|
}
|
|
4531
|
-
}), p =
|
|
4530
|
+
}), p = M(T(M({}, d), {
|
|
4532
4531
|
legend: void 0,
|
|
4533
4532
|
xAxis: void 0,
|
|
4534
4533
|
yAxis: void 0
|
|
4535
4534
|
}), m);
|
|
4536
4535
|
delete p.legend, delete p.xAxis, delete p.yAxis, k = /* @__PURE__ */ o("div", {
|
|
4537
|
-
children: /* @__PURE__ */ o(Ae, T(
|
|
4536
|
+
children: /* @__PURE__ */ o(Ae, T(M({}, l), {
|
|
4538
4537
|
styleOptions: p
|
|
4539
4538
|
}))
|
|
4540
|
-
}),
|
|
4541
|
-
styleOptions:
|
|
4539
|
+
}), b = /* @__PURE__ */ o(Ae, T(M({}, l), {
|
|
4540
|
+
styleOptions: M({
|
|
4542
4541
|
cornerRadius: "None"
|
|
4543
4542
|
}, s)
|
|
4544
4543
|
}));
|
|
4545
4544
|
}
|
|
4546
4545
|
return {
|
|
4547
4546
|
inlineElement: k,
|
|
4548
|
-
expandedElement:
|
|
4547
|
+
expandedElement: b
|
|
4549
4548
|
};
|
|
4550
4549
|
}, [e]);
|
|
4551
4550
|
return /* @__PURE__ */ v(B, {
|
|
4552
|
-
children: [i, /* @__PURE__ */ v(
|
|
4551
|
+
children: [i, /* @__PURE__ */ v(rr, {
|
|
4553
4552
|
open: t,
|
|
4554
4553
|
onClose: () => a(!1),
|
|
4555
4554
|
maxWidth: "xl",
|
|
@@ -4565,7 +4564,7 @@ function Vn({
|
|
|
4565
4564
|
children: [/* @__PURE__ */ o("div", {
|
|
4566
4565
|
className: "csdk-text-ai-lg csdk-semibold",
|
|
4567
4566
|
children: e.queryTitle
|
|
4568
|
-
}), /* @__PURE__ */ o(
|
|
4567
|
+
}), /* @__PURE__ */ o(ca, {
|
|
4569
4568
|
onClick: () => a(!1),
|
|
4570
4569
|
"aria-label": "close expanded chart",
|
|
4571
4570
|
children: /* @__PURE__ */ o($n, {
|
|
@@ -4602,12 +4601,12 @@ function Xn({
|
|
|
4602
4601
|
}) {
|
|
4603
4602
|
const {
|
|
4604
4603
|
themeSettings: a
|
|
4605
|
-
} =
|
|
4604
|
+
} = D(), {
|
|
4606
4605
|
t: r
|
|
4607
4606
|
} = j();
|
|
4608
|
-
return /* @__PURE__ */ o(
|
|
4607
|
+
return /* @__PURE__ */ o(Oe, {
|
|
4609
4608
|
title: r("ai.buttons.incorrectResponse"),
|
|
4610
|
-
children: /* @__PURE__ */ o(
|
|
4609
|
+
children: /* @__PURE__ */ o(Ee, {
|
|
4611
4610
|
"aria-label": "thumbs-down",
|
|
4612
4611
|
onClick: e,
|
|
4613
4612
|
$hoverColor: a.aiChat.icons.feedbackIcons.hoverColor,
|
|
@@ -4641,12 +4640,12 @@ function el({
|
|
|
4641
4640
|
}) {
|
|
4642
4641
|
const {
|
|
4643
4642
|
themeSettings: a
|
|
4644
|
-
} =
|
|
4643
|
+
} = D(), {
|
|
4645
4644
|
t: r
|
|
4646
4645
|
} = j();
|
|
4647
|
-
return /* @__PURE__ */ o(
|
|
4646
|
+
return /* @__PURE__ */ o(Oe, {
|
|
4648
4647
|
title: r("ai.buttons.correctResponse"),
|
|
4649
|
-
children: /* @__PURE__ */ o(
|
|
4648
|
+
children: /* @__PURE__ */ o(Ee, {
|
|
4650
4649
|
"aria-label": "thumbs-up",
|
|
4651
4650
|
onClick: e,
|
|
4652
4651
|
$hoverColor: a.aiChat.icons.feedbackIcons.hoverColor,
|
|
@@ -4689,16 +4688,16 @@ function ft({
|
|
|
4689
4688
|
buttonVisibility: r = "onHover",
|
|
4690
4689
|
renderContent: i
|
|
4691
4690
|
}) {
|
|
4692
|
-
const n = ne(), l = ei(z((
|
|
4691
|
+
const n = ne(), l = ei(z((b) => {
|
|
4693
4692
|
n && n.ai.sendFeedback({
|
|
4694
4693
|
sourceId: e,
|
|
4695
4694
|
type: a,
|
|
4696
4695
|
data: t,
|
|
4697
|
-
rating:
|
|
4696
|
+
rating: b
|
|
4698
4697
|
});
|
|
4699
4698
|
}, [n, e, t, a]), 200), [u, d] = ti(), m = R(() => r === "onHover" ? d : r !== "never", [d, r]), {
|
|
4700
4699
|
themeSettings: k
|
|
4701
|
-
} =
|
|
4700
|
+
} = D();
|
|
4702
4701
|
return /* @__PURE__ */ o(tl, {
|
|
4703
4702
|
ref: u,
|
|
4704
4703
|
theme: k,
|
|
@@ -4770,7 +4769,7 @@ function nl({
|
|
|
4770
4769
|
enableInsights: r
|
|
4771
4770
|
} = le(), {
|
|
4772
4771
|
themeSettings: i
|
|
4773
|
-
} =
|
|
4772
|
+
} = D(), {
|
|
4774
4773
|
queryTitle: n,
|
|
4775
4774
|
chartRecommendations: l,
|
|
4776
4775
|
jaql: u,
|
|
@@ -4779,16 +4778,16 @@ function nl({
|
|
|
4779
4778
|
} = e;
|
|
4780
4779
|
console.debug(`JAQL for ${n}`, u), console.debug(`chart recommendations for ${n}`, l);
|
|
4781
4780
|
const k = "chartType" in l ? l.chartType : "table";
|
|
4782
|
-
let
|
|
4783
|
-
sl(k) ?
|
|
4784
|
-
const s = u.datasource.title, [p, c] = Z(!1),
|
|
4781
|
+
let b;
|
|
4782
|
+
sl(k) ? b = `an ${k}` : b = `a ${k}`, k !== "table" && (b += " chart");
|
|
4783
|
+
const s = u.datasource.title, [p, c] = Z(!1), g = z(() => {
|
|
4785
4784
|
c((y) => !y);
|
|
4786
|
-
}, []),
|
|
4785
|
+
}, []), h = {
|
|
4787
4786
|
jaql: {
|
|
4788
4787
|
datasource: u.datasource,
|
|
4789
4788
|
metadata: u.metadata
|
|
4790
4789
|
}
|
|
4791
|
-
},
|
|
4790
|
+
}, x = a === "analyze", _ = `${d}${d && m ? `
|
|
4792
4791
|
` : ""}${m}`;
|
|
4793
4792
|
return /* @__PURE__ */ v(B, {
|
|
4794
4793
|
children: [/* @__PURE__ */ o(ft, {
|
|
@@ -4798,27 +4797,27 @@ function nl({
|
|
|
4798
4797
|
buttonVisibility: t ? "always" : "onHover",
|
|
4799
4798
|
renderContent: (y) => /* @__PURE__ */ v(B, {
|
|
4800
4799
|
children: [/* @__PURE__ */ v(aa, {
|
|
4801
|
-
children: [/* @__PURE__ */ o(
|
|
4800
|
+
children: [/* @__PURE__ */ o(tr, {
|
|
4802
4801
|
align: "left",
|
|
4803
4802
|
theme: i,
|
|
4804
|
-
children: _ || `Here's ${
|
|
4803
|
+
children: _ || `Here's ${b} showing ${Tn(n)}.`
|
|
4805
4804
|
}), y]
|
|
4806
|
-
}),
|
|
4805
|
+
}), x && /* @__PURE__ */ o(Vn, {
|
|
4807
4806
|
content: e
|
|
4808
4807
|
})]
|
|
4809
4808
|
})
|
|
4810
4809
|
}), r && /* @__PURE__ */ o(ft, {
|
|
4811
4810
|
sourceId: s,
|
|
4812
|
-
data:
|
|
4811
|
+
data: h,
|
|
4813
4812
|
type: "nlg/queryResult",
|
|
4814
4813
|
buttonVisibility: p ? "onHover" : "never",
|
|
4815
4814
|
renderContent: (y) => /* @__PURE__ */ v(B, {
|
|
4816
4815
|
children: [/* @__PURE__ */ v(aa, {
|
|
4817
4816
|
children: [/* @__PURE__ */ o(jn, {
|
|
4818
|
-
onClick:
|
|
4817
|
+
onClick: g
|
|
4819
4818
|
}), y]
|
|
4820
4819
|
}), p && /* @__PURE__ */ o(ol, {
|
|
4821
|
-
nlgRequest:
|
|
4820
|
+
nlgRequest: h
|
|
4822
4821
|
})]
|
|
4823
4822
|
})
|
|
4824
4823
|
})]
|
|
@@ -4841,7 +4840,7 @@ function ll({
|
|
|
4841
4840
|
children: a
|
|
4842
4841
|
});
|
|
4843
4842
|
}
|
|
4844
|
-
const cl =
|
|
4843
|
+
const cl = ka(ll), dl = ({
|
|
4845
4844
|
error: e,
|
|
4846
4845
|
displayMessage: t
|
|
4847
4846
|
}) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ o(pe, {
|
|
@@ -4856,7 +4855,7 @@ function pl({
|
|
|
4856
4855
|
} = j();
|
|
4857
4856
|
return /* @__PURE__ */ o(B, {
|
|
4858
4857
|
children: e.map((a, r) => /* @__PURE__ */ o(ai, {
|
|
4859
|
-
fallbackRender: (i) => dl(T(
|
|
4858
|
+
fallbackRender: (i) => dl(T(M({}, i), {
|
|
4860
4859
|
displayMessage: t("ai.errors.unexpected")
|
|
4861
4860
|
})),
|
|
4862
4861
|
children: /* @__PURE__ */ o(cl, {
|
|
@@ -4866,7 +4865,7 @@ function pl({
|
|
|
4866
4865
|
}, r))
|
|
4867
4866
|
});
|
|
4868
4867
|
}
|
|
4869
|
-
function
|
|
4868
|
+
function or({
|
|
4870
4869
|
color: e
|
|
4871
4870
|
}) {
|
|
4872
4871
|
return /* @__PURE__ */ o("svg", {
|
|
@@ -4889,7 +4888,7 @@ function ul({
|
|
|
4889
4888
|
"aria-label": "go back",
|
|
4890
4889
|
className: "csdk-w-5 csdk-h-5 csdk-flex csdk-p-[4px] csdk-ml-[6px] csdk-cursor-pointer",
|
|
4891
4890
|
onClick: e,
|
|
4892
|
-
children: /* @__PURE__ */ o(
|
|
4891
|
+
children: /* @__PURE__ */ o(or, {
|
|
4893
4892
|
color: t
|
|
4894
4893
|
})
|
|
4895
4894
|
});
|
|
@@ -4897,7 +4896,7 @@ function ul({
|
|
|
4897
4896
|
function gl() {
|
|
4898
4897
|
const {
|
|
4899
4898
|
themeSettings: e
|
|
4900
|
-
} =
|
|
4899
|
+
} = D();
|
|
4901
4900
|
return /* @__PURE__ */ o("svg", {
|
|
4902
4901
|
width: "24",
|
|
4903
4902
|
height: "24",
|
|
@@ -4947,7 +4946,7 @@ const hl = (e, t) => {
|
|
|
4947
4946
|
}) => {
|
|
4948
4947
|
const {
|
|
4949
4948
|
themeSettings: t
|
|
4950
|
-
} =
|
|
4949
|
+
} = D();
|
|
4951
4950
|
return /* @__PURE__ */ o(ml, {
|
|
4952
4951
|
theme: t,
|
|
4953
4952
|
onClick: e,
|
|
@@ -4957,7 +4956,7 @@ const hl = (e, t) => {
|
|
|
4957
4956
|
isVisible: e,
|
|
4958
4957
|
onClick: t,
|
|
4959
4958
|
anchorElement: a
|
|
4960
|
-
}) => /* @__PURE__ */ o(
|
|
4959
|
+
}) => /* @__PURE__ */ o(ma, {
|
|
4961
4960
|
anchorEl: a,
|
|
4962
4961
|
open: e,
|
|
4963
4962
|
placement: "top",
|
|
@@ -5042,7 +5041,7 @@ function ra({
|
|
|
5042
5041
|
}) {
|
|
5043
5042
|
const {
|
|
5044
5043
|
themeSettings: a
|
|
5045
|
-
} =
|
|
5044
|
+
} = D();
|
|
5046
5045
|
return /* @__PURE__ */ o(bl, {
|
|
5047
5046
|
onClick: t,
|
|
5048
5047
|
theme: a,
|
|
@@ -5065,7 +5064,7 @@ function yl({
|
|
|
5065
5064
|
t: a
|
|
5066
5065
|
} = j(), [r, i] = Z(!0), n = R(() => r && e.length > 5 ? e.slice(0, 4) : e, [e, r]), {
|
|
5067
5066
|
themeSettings: l
|
|
5068
|
-
} =
|
|
5067
|
+
} = D();
|
|
5069
5068
|
return /* @__PURE__ */ v(xl, {
|
|
5070
5069
|
"aria-label": "list of suggested questions",
|
|
5071
5070
|
theme: l,
|
|
@@ -5112,7 +5111,7 @@ const wl = C.div`
|
|
|
5112
5111
|
function Cl() {
|
|
5113
5112
|
const {
|
|
5114
5113
|
themeSettings: e
|
|
5115
|
-
} =
|
|
5114
|
+
} = D();
|
|
5116
5115
|
return /* @__PURE__ */ o(_l, {
|
|
5117
5116
|
children: Array.from({
|
|
5118
5117
|
length: 3
|
|
@@ -5195,32 +5194,32 @@ function Dl({
|
|
|
5195
5194
|
enableFollowupQuestions: d,
|
|
5196
5195
|
enableHeader: m,
|
|
5197
5196
|
numOfRecentPrompts: k,
|
|
5198
|
-
numOfRecommendations:
|
|
5197
|
+
numOfRecommendations: b,
|
|
5199
5198
|
customPrompt: s
|
|
5200
5199
|
} = le(), {
|
|
5201
5200
|
themeSettings: p
|
|
5202
|
-
} =
|
|
5201
|
+
} = D(), {
|
|
5203
5202
|
quotaState: c
|
|
5204
5203
|
} = Hr(), {
|
|
5205
|
-
data:
|
|
5206
|
-
isLoading:
|
|
5207
|
-
isError:
|
|
5208
|
-
} =
|
|
5204
|
+
data: g,
|
|
5205
|
+
isLoading: h,
|
|
5206
|
+
isError: x
|
|
5207
|
+
} = Ta({
|
|
5209
5208
|
contextTitle: e,
|
|
5210
|
-
count:
|
|
5209
|
+
count: b,
|
|
5211
5210
|
customPrompt: s
|
|
5212
|
-
}), _ = R(() =>
|
|
5211
|
+
}), _ = R(() => g == null ? void 0 : g.map((O) => O.nlqPrompt), [g]), {
|
|
5213
5212
|
history: y,
|
|
5214
|
-
lastNlqResponse:
|
|
5215
|
-
isAwaitingResponse:
|
|
5216
|
-
sendMessage:
|
|
5213
|
+
lastNlqResponse: I,
|
|
5214
|
+
isAwaitingResponse: A,
|
|
5215
|
+
sendMessage: S,
|
|
5217
5216
|
isLoading: L,
|
|
5218
5217
|
chatId: E,
|
|
5219
5218
|
lastError: J
|
|
5220
|
-
} = Po(e, a), X =
|
|
5219
|
+
} = Po(e, a), X = A || L || ((r = c == null ? void 0 : c.isExceeded) != null ? r : !1), {
|
|
5221
5220
|
mutate: Y,
|
|
5222
5221
|
isLoading: F
|
|
5223
|
-
} =
|
|
5222
|
+
} = za(E), [U, P] = Z(!1), [K, ee] = Z(!1), V = () => P(!0), W = () => P(!1), Q = () => {
|
|
5224
5223
|
Y(), W();
|
|
5225
5224
|
}, $ = be(null), he = be(null), _e = () => {
|
|
5226
5225
|
if (!($ != null && $.current))
|
|
@@ -5228,17 +5227,17 @@ function Dl({
|
|
|
5228
5227
|
const {
|
|
5229
5228
|
scrollTop: O,
|
|
5230
5229
|
clientHeight: te,
|
|
5231
|
-
scrollHeight:
|
|
5230
|
+
scrollHeight: Ze
|
|
5232
5231
|
} = $.current;
|
|
5233
|
-
if (O === void 0 || te === void 0 ||
|
|
5232
|
+
if (O === void 0 || te === void 0 || Ze === void 0)
|
|
5234
5233
|
return;
|
|
5235
|
-
const
|
|
5236
|
-
K !==
|
|
5234
|
+
const We = Ze - O - te > te / 2;
|
|
5235
|
+
K !== We && ee(We);
|
|
5237
5236
|
};
|
|
5238
5237
|
Ue(() => {
|
|
5239
5238
|
$.current && ($.current.scrollTop = $.current.scrollHeight);
|
|
5240
|
-
}, [y, U,
|
|
5241
|
-
const ue = be(null),
|
|
5239
|
+
}, [y, U, A]);
|
|
5240
|
+
const ue = be(null), Re = m ? /* @__PURE__ */ o(Ra, {
|
|
5242
5241
|
ref: ue,
|
|
5243
5242
|
title: e,
|
|
5244
5243
|
leftNav: t && /* @__PURE__ */ o(ul, {
|
|
@@ -5248,11 +5247,11 @@ function Dl({
|
|
|
5248
5247
|
style: p.aiChat.header
|
|
5249
5248
|
}) : null, at = R(() => [...new Set(y.filter((O) => O.role === "user").filter((O) => !(_ != null && _.includes(O.content))).map((O) => O.content).reverse())].slice(0, k), [y, k, _]);
|
|
5250
5249
|
return (J == null ? void 0 : J.message) === u("ai.errors.chatUnavailable") ? /* @__PURE__ */ v(B, {
|
|
5251
|
-
children: [m &&
|
|
5250
|
+
children: [m && Re, /* @__PURE__ */ o(Ea, {
|
|
5252
5251
|
text: J.message
|
|
5253
5252
|
})]
|
|
5254
5253
|
}) : /* @__PURE__ */ v(B, {
|
|
5255
|
-
children: [
|
|
5254
|
+
children: [Re, /* @__PURE__ */ o(Br, {}), /* @__PURE__ */ v(Sl, {
|
|
5256
5255
|
ref: $,
|
|
5257
5256
|
theme: p,
|
|
5258
5257
|
onScroll: _e,
|
|
@@ -5268,26 +5267,26 @@ function Dl({
|
|
|
5268
5267
|
}
|
|
5269
5268
|
}), /* @__PURE__ */ o(In, {}), /* @__PURE__ */ o(vl, {
|
|
5270
5269
|
questions: _ || [],
|
|
5271
|
-
isLoading:
|
|
5272
|
-
onSelection:
|
|
5270
|
+
isLoading: h,
|
|
5271
|
+
onSelection: S
|
|
5273
5272
|
}), J && /* @__PURE__ */ o(pe, {
|
|
5274
5273
|
align: "left",
|
|
5275
5274
|
children: J.message
|
|
5276
5275
|
}), L ? /* @__PURE__ */ o(et, {}) : /* @__PURE__ */ o(pl, {
|
|
5277
5276
|
messages: y
|
|
5278
|
-
}), d &&
|
|
5277
|
+
}), d && I && ((n = (i = I.followupQuestions) == null ? void 0 : i.length) != null ? n : 0) > 0 && /* @__PURE__ */ o(Il, {
|
|
5279
5278
|
theme: p,
|
|
5280
|
-
children: (l =
|
|
5279
|
+
children: (l = I.followupQuestions) == null ? void 0 : l.slice(0, 2).map((O, te) => /* @__PURE__ */ o(Ve, {
|
|
5281
5280
|
align: "left",
|
|
5282
5281
|
onClick: () => {
|
|
5283
|
-
|
|
5282
|
+
S(O);
|
|
5284
5283
|
},
|
|
5285
5284
|
children: /* @__PURE__ */ o("div", {
|
|
5286
5285
|
className: "csdk-py-[7px] csdk-px-4",
|
|
5287
5286
|
children: O
|
|
5288
5287
|
})
|
|
5289
5288
|
}, te))
|
|
5290
|
-
}), (
|
|
5289
|
+
}), (A || F) && /* @__PURE__ */ o(Dt, {}), U && /* @__PURE__ */ o(Ln, {
|
|
5291
5290
|
onCancel: W,
|
|
5292
5291
|
onConfirm: Q
|
|
5293
5292
|
})]
|
|
@@ -5295,13 +5294,13 @@ function Dl({
|
|
|
5295
5294
|
ref: he,
|
|
5296
5295
|
theme: p,
|
|
5297
5296
|
children: [/* @__PURE__ */ o(us, {
|
|
5298
|
-
onSendMessage:
|
|
5297
|
+
onSendMessage: S,
|
|
5299
5298
|
disabled: X,
|
|
5300
5299
|
onClearHistoryClick: V,
|
|
5301
5300
|
suggestions: _ || [],
|
|
5302
5301
|
recentPrompts: at,
|
|
5303
|
-
isLoading:
|
|
5304
|
-
recommendationsError:
|
|
5302
|
+
isLoading: h || L,
|
|
5303
|
+
recommendationsError: x,
|
|
5305
5304
|
onChange: W
|
|
5306
5305
|
}), /* @__PURE__ */ o(Vo, {
|
|
5307
5306
|
theme: p
|
|
@@ -5343,7 +5342,7 @@ const Al = C.button`
|
|
|
5343
5342
|
|
|
5344
5343
|
color: ${({
|
|
5345
5344
|
theme: e
|
|
5346
|
-
}) =>
|
|
5345
|
+
}) => da(e.aiChat.dataTopics.items.textColor, 0, 0.5)};
|
|
5347
5346
|
`, Nl = C.div`
|
|
5348
5347
|
width: 16px;
|
|
5349
5348
|
height: 16px;
|
|
@@ -5356,7 +5355,7 @@ function jl(e) {
|
|
|
5356
5355
|
onClick: r
|
|
5357
5356
|
} = e, {
|
|
5358
5357
|
themeSettings: i
|
|
5359
|
-
} =
|
|
5358
|
+
} = D();
|
|
5360
5359
|
return /* @__PURE__ */ v(Al, {
|
|
5361
5360
|
onClick: r,
|
|
5362
5361
|
theme: i,
|
|
@@ -5369,7 +5368,7 @@ function jl(e) {
|
|
|
5369
5368
|
children: a
|
|
5370
5369
|
})]
|
|
5371
5370
|
}), /* @__PURE__ */ o(Nl, {
|
|
5372
|
-
children: /* @__PURE__ */ o(
|
|
5371
|
+
children: /* @__PURE__ */ o(or, {
|
|
5373
5372
|
color: i.aiChat.icons.color
|
|
5374
5373
|
})
|
|
5375
5374
|
})]
|
|
@@ -5404,7 +5403,7 @@ function Rl(e) {
|
|
|
5404
5403
|
dataTopics: t
|
|
5405
5404
|
} = e, {
|
|
5406
5405
|
themeSettings: a
|
|
5407
|
-
} =
|
|
5406
|
+
} = D(), {
|
|
5408
5407
|
t: r
|
|
5409
5408
|
} = j();
|
|
5410
5409
|
return /* @__PURE__ */ v(zl, {
|
|
@@ -5414,7 +5413,7 @@ function Rl(e) {
|
|
|
5414
5413
|
}), /* @__PURE__ */ v(El, {
|
|
5415
5414
|
theme: a,
|
|
5416
5415
|
children: [r("ai.chatbotDescription"), /* @__PURE__ */ o("br", {}), /* @__PURE__ */ o("br", {}), r("ai.topicSelectPrompt")]
|
|
5417
|
-
}), t.map((i) => /* @__PURE__ */ ri(jl, T(
|
|
5416
|
+
}), t.map((i) => /* @__PURE__ */ ri(jl, T(M({}, i), {
|
|
5418
5417
|
key: i.title
|
|
5419
5418
|
})))]
|
|
5420
5419
|
});
|
|
@@ -5503,14 +5502,14 @@ function Gl({
|
|
|
5503
5502
|
enableHeader: a
|
|
5504
5503
|
} = le(), {
|
|
5505
5504
|
themeSettings: r
|
|
5506
|
-
} =
|
|
5505
|
+
} = D(), {
|
|
5507
5506
|
t: i
|
|
5508
5507
|
} = j(), n = R(() => e == null ? void 0 : e.map((u) => ({
|
|
5509
5508
|
title: u,
|
|
5510
5509
|
onClick: () => t(u)
|
|
5511
5510
|
})), [e, t]), l = Yr(Ur(r.aiChat.header.backgroundColor)) > 0.5;
|
|
5512
5511
|
return /* @__PURE__ */ v(B, {
|
|
5513
|
-
children: [a ? /* @__PURE__ */ o(
|
|
5512
|
+
children: [a ? /* @__PURE__ */ o(Ra, {
|
|
5514
5513
|
title: i("ai.analyticsChatbot"),
|
|
5515
5514
|
leftNav: /* @__PURE__ */ o(ql, {
|
|
5516
5515
|
children: /* @__PURE__ */ o($l, {
|
|
@@ -5537,31 +5536,31 @@ function Hl() {
|
|
|
5537
5536
|
t: d
|
|
5538
5537
|
} = j(), m = d("ai.errors.noAvailableDataTopics"), k = z((c) => {
|
|
5539
5538
|
c.length ? c.length === 1 && (r(void 0), t(c[0])) : r(m);
|
|
5540
|
-
}, [m]),
|
|
5539
|
+
}, [m]), b = R(() => {
|
|
5541
5540
|
if (i && n === "idle") {
|
|
5542
|
-
const c = (l != null && l.length ? i == null ? void 0 : i.filter((
|
|
5541
|
+
const c = (l != null && l.length ? i == null ? void 0 : i.filter((g) => l == null ? void 0 : l.includes(g.title)) : i).map((g) => g.title);
|
|
5543
5542
|
return k(c), c;
|
|
5544
5543
|
}
|
|
5545
5544
|
return [];
|
|
5546
|
-
}, [i, n, l, k]), s =
|
|
5545
|
+
}, [i, n, l, k]), s = je(), p = z(() => {
|
|
5547
5546
|
r(void 0), s.invalidateQueries(["getDataTopics"]);
|
|
5548
5547
|
}, [s]);
|
|
5549
|
-
return a ? /* @__PURE__ */ o(
|
|
5548
|
+
return a ? /* @__PURE__ */ o(Ea, {
|
|
5550
5549
|
text: a,
|
|
5551
5550
|
action: {
|
|
5552
5551
|
text: d("ai.buttons.refresh"),
|
|
5553
5552
|
onClick: p
|
|
5554
5553
|
}
|
|
5555
|
-
}) :
|
|
5554
|
+
}) : b.length === 1 && !e ? /* @__PURE__ */ o(et, {}) : e ? /* @__PURE__ */ o(Dl, {
|
|
5556
5555
|
contextTitle: e,
|
|
5557
5556
|
contextDetails: u,
|
|
5558
|
-
onGoBack:
|
|
5557
|
+
onGoBack: b.length === 1 ? void 0 : () => t(void 0)
|
|
5559
5558
|
}) : /* @__PURE__ */ o(Gl, {
|
|
5560
|
-
dataTopicsList:
|
|
5559
|
+
dataTopicsList: b,
|
|
5561
5560
|
onDataTopicClick: (c) => t(c)
|
|
5562
5561
|
});
|
|
5563
5562
|
}
|
|
5564
|
-
const dc =
|
|
5563
|
+
const dc = pa({
|
|
5565
5564
|
componentName: "Chatbot"
|
|
5566
5565
|
})((e) => {
|
|
5567
5566
|
const {
|
|
@@ -5570,7 +5569,7 @@ const dc = ua({
|
|
|
5570
5569
|
config: r
|
|
5571
5570
|
} = e, {
|
|
5572
5571
|
themeSettings: i
|
|
5573
|
-
} =
|
|
5572
|
+
} = D();
|
|
5574
5573
|
return /* @__PURE__ */ o(zo, {
|
|
5575
5574
|
value: r ?? {},
|
|
5576
5575
|
children: /* @__PURE__ */ o(Uo, {
|
|
@@ -5582,7 +5581,7 @@ const dc = ua({
|
|
|
5582
5581
|
children: /* @__PURE__ */ o(Hl, {})
|
|
5583
5582
|
})
|
|
5584
5583
|
});
|
|
5585
|
-
}), pc =
|
|
5584
|
+
}), pc = pa({
|
|
5586
5585
|
componentName: "GetNlgInsights"
|
|
5587
5586
|
})(function(e) {
|
|
5588
5587
|
const {
|
|
@@ -5650,7 +5649,7 @@ const Yl = C.div`
|
|
|
5650
5649
|
}) => {
|
|
5651
5650
|
const {
|
|
5652
5651
|
themeSettings: a
|
|
5653
|
-
} =
|
|
5652
|
+
} = D();
|
|
5654
5653
|
return /* @__PURE__ */ o(ft, {
|
|
5655
5654
|
sourceId: t.jaql.datasource.title,
|
|
5656
5655
|
data: t,
|
|
@@ -5668,7 +5667,7 @@ const Yl = C.div`
|
|
|
5668
5667
|
}), r]
|
|
5669
5668
|
})
|
|
5670
5669
|
});
|
|
5671
|
-
}, Fl = (e, t) => e.nlqResponse.timestamp === t.nlqResponse.timestamp, uc =
|
|
5670
|
+
}, Fl = (e, t) => e.nlqResponse.timestamp === t.nlqResponse.timestamp, uc = ka(function({
|
|
5672
5671
|
nlqResponse: e,
|
|
5673
5672
|
onDataReady: t,
|
|
5674
5673
|
styleOptions: a,
|
|
@@ -5676,7 +5675,7 @@ const Yl = C.div`
|
|
|
5676
5675
|
filters: i = []
|
|
5677
5676
|
}) {
|
|
5678
5677
|
const n = e.timestamp, l = R(
|
|
5679
|
-
() => T(
|
|
5678
|
+
() => T(M({}, e), {
|
|
5680
5679
|
queryTitle: zr(e.queryTitle)
|
|
5681
5680
|
}),
|
|
5682
5681
|
// Memoize based on timestamp to prevent unnecessary recomputations
|
|
@@ -5688,49 +5687,49 @@ const Yl = C.div`
|
|
|
5688
5687
|
initialFilters: i
|
|
5689
5688
|
}), [d, m] = Z(null);
|
|
5690
5689
|
we(() => {
|
|
5691
|
-
const
|
|
5690
|
+
const g = ze(l, {
|
|
5692
5691
|
useCustomizedStyleOptions: !0
|
|
5693
5692
|
});
|
|
5694
|
-
if (!
|
|
5693
|
+
if (!g)
|
|
5695
5694
|
m(null);
|
|
5696
5695
|
else {
|
|
5697
|
-
a &&
|
|
5698
|
-
const
|
|
5696
|
+
a && g.styleOptions && (g.styleOptions = De(g.styleOptions, a));
|
|
5697
|
+
const h = u(g, {
|
|
5699
5698
|
shouldAffectFilters: !1,
|
|
5700
5699
|
applyMode: "filter"
|
|
5701
5700
|
});
|
|
5702
|
-
m(
|
|
5701
|
+
m(h);
|
|
5703
5702
|
}
|
|
5704
5703
|
}, [l, u, a]);
|
|
5705
5704
|
const k = R(() => {
|
|
5706
|
-
const
|
|
5707
|
-
return T(
|
|
5708
|
-
jaql: T(
|
|
5709
|
-
metadata:
|
|
5705
|
+
const g = d && Be(d) ? Er(d == null ? void 0 : d.filters) : [], h = l.jaql.metadata.filter((x) => !x.jaql.filter).concat(g.filter((x) => !x.config.disabled).map((x) => x.jaql()));
|
|
5706
|
+
return T(M({}, l), {
|
|
5707
|
+
jaql: T(M({}, l.jaql), {
|
|
5708
|
+
metadata: h
|
|
5710
5709
|
}),
|
|
5711
5710
|
verbosity: "Low"
|
|
5712
5711
|
});
|
|
5713
5712
|
}, [l, d]), {
|
|
5714
|
-
data:
|
|
5713
|
+
data: b,
|
|
5715
5714
|
isLoading: s,
|
|
5716
5715
|
isError: p
|
|
5717
5716
|
} = Ke(k);
|
|
5718
5717
|
if (s || !d)
|
|
5719
5718
|
return /* @__PURE__ */ o(Dt, {});
|
|
5720
|
-
if (!
|
|
5719
|
+
if (!Be(d))
|
|
5721
5720
|
return /* @__PURE__ */ o(B, {});
|
|
5722
|
-
const c = r || T(
|
|
5721
|
+
const c = r || T(M({}, d), {
|
|
5723
5722
|
styleOptions: a,
|
|
5724
5723
|
onDataReady: t
|
|
5725
5724
|
});
|
|
5726
|
-
return /* @__PURE__ */ o(Ae, T(
|
|
5725
|
+
return /* @__PURE__ */ o(Ae, T(M({}, c), {
|
|
5727
5726
|
highlightSelectionDisabled: !0,
|
|
5728
|
-
topSlot:
|
|
5727
|
+
topSlot: b && !p && /* @__PURE__ */ o(Ql, {
|
|
5729
5728
|
nlgRequest: k,
|
|
5730
|
-
summary:
|
|
5729
|
+
summary: b
|
|
5731
5730
|
})
|
|
5732
5731
|
}));
|
|
5733
|
-
}, Fl), Vl = new
|
|
5732
|
+
}, Fl), Vl = new na({
|
|
5734
5733
|
defaultOptions: {
|
|
5735
5734
|
queries: {
|
|
5736
5735
|
refetchOnWindowFocus: !1,
|
|
@@ -5742,10 +5741,10 @@ function gc({
|
|
|
5742
5741
|
children: e,
|
|
5743
5742
|
context: t
|
|
5744
5743
|
}) {
|
|
5745
|
-
return /* @__PURE__ */ o(
|
|
5744
|
+
return /* @__PURE__ */ o(Aa, {
|
|
5746
5745
|
children: /* @__PURE__ */ o(Ct.Provider, {
|
|
5747
5746
|
value: t == null ? void 0 : t.api,
|
|
5748
|
-
children: /* @__PURE__ */ o(
|
|
5747
|
+
children: /* @__PURE__ */ o(ga, {
|
|
5749
5748
|
client: Vl,
|
|
5750
5749
|
children: e
|
|
5751
5750
|
})
|
|
@@ -5755,16 +5754,21 @@ function gc({
|
|
|
5755
5754
|
function hc(e, t, a) {
|
|
5756
5755
|
return se(this, null, function* () {
|
|
5757
5756
|
var r;
|
|
5758
|
-
const
|
|
5759
|
-
|
|
5760
|
-
|
|
5761
|
-
|
|
5762
|
-
|
|
5763
|
-
|
|
5757
|
+
const {
|
|
5758
|
+
supported: i,
|
|
5759
|
+
narrativeRequest: n,
|
|
5760
|
+
narrativeFallbackRequest: l,
|
|
5761
|
+
missingDataSource: u
|
|
5762
|
+
} = Zr(e, a == null ? void 0 : a.defaultDataSource, a == null ? void 0 : a.verbosity, a == null ? void 0 : a.ignoreTrendAndForecast);
|
|
5763
|
+
if (!i || !n)
|
|
5764
|
+
throw u ? new Error(Wr) : new Error("Only chart or pivot widget props are supported");
|
|
5765
|
+
const d = yield xt(t, n, {
|
|
5766
|
+
canGenerateNarrativeViaAI: a == null ? void 0 : a.canGenerateNarrativeViaAI,
|
|
5767
|
+
fallbackRequestOn400: l
|
|
5764
5768
|
});
|
|
5765
|
-
if (!((r =
|
|
5769
|
+
if (!((r = d == null ? void 0 : d.data) != null && r.answer))
|
|
5766
5770
|
throw new Error("Invalid response from NLG insights API");
|
|
5767
|
-
return
|
|
5771
|
+
return d.data.answer;
|
|
5768
5772
|
});
|
|
5769
5773
|
}
|
|
5770
5774
|
(function() {
|
|
@@ -5772,7 +5776,7 @@ function hc(e, t, a) {
|
|
|
5772
5776
|
try {
|
|
5773
5777
|
if (typeof document < "u") {
|
|
5774
5778
|
var t = document.createElement("style");
|
|
5775
|
-
t.nonce = (e = document.head.querySelector("meta[property=csp-nonce]")) == null ? void 0 : e.content, t.appendChild(document.createTextNode('@charset "UTF-8";.csdk-boxplot-tooltip-row{display:flex;justify-content:space-between}.csdk-boxplot-tooltip-row>*{margin-right:10px}.csdk-boxplot-tooltip-row>*:last-child{margin-right:0}.csdk-treemap-tooltip-wrapper{min-width:210px;color:#acacac;font-size:14px;line-height:16px;background:#fff;border-radius:10px;overflow:hidden;margin-right:-1px;padding-bottom:10px}.csdk-treemap-tooltip-level{display:flex;align-items:center;position:relative;padding:8px;font-size:14px;border-bottom:1px solid #ccc}.csdk-treemap-tooltip-level span{padding:0 2px}.csdk-treemap-tooltip-value{padding:10px 10px 0;font-size:12px;line-height:16px}.highcharts-sunburst-series.highcharts-legend-item{pointer-events:none!important}[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}.csdk-accessible button:focus-visible,.csdk-accessible a:focus-visible,.csdk-accessible textarea:focus-visible,.csdk-accessible select:focus-visible,.csdk-accessible input:focus-visible,.csdk-accessible [tabindex]:focus-visible{outline:-webkit-focus-ring-color auto 1px}.csdk-accessible .MuiTouchRipple-root{display:none}:root{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }::backdrop{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }.csdk-absolute{position:absolute}.csdk-relative{position:relative}.csdk-left-2{left:.5rem}.csdk-right-0{right:0}.csdk-right-\\[-15px\\]{right:-15px}.csdk-right-\\[-5px\\]{right:-5px}.csdk-right-\\[0px\\]{right:0}.csdk-right-\\[4px\\]{right:4px}.csdk-top-1\\/2{top:50%}.csdk-top-\\[3px\\]{top:3px}.csdk-top-\\[7px\\]{top:7px}.csdk-m-0{margin:0}.csdk-m-auto{margin:auto}.csdk-m-checkbox,.csdk-m-radio{margin:6px 10px 6px 6px}.csdk-mx-\\[16px\\]{margin-left:16px;margin-right:16px}.csdk-my-1{margin-top:.25rem;margin-bottom:.25rem}.csdk-my-\\[2px\\]{margin-top:2px;margin-bottom:2px}.csdk-my-\\[5px\\]{margin-top:5px;margin-bottom:5px}.csdk-mb-1{margin-bottom:.25rem}.csdk-mb-\\[10px\\]{margin-bottom:10px}.csdk-mb-\\[24px\\]{margin-bottom:24px}.csdk-mb-\\[3px\\]{margin-bottom:3px}.csdk-mb-\\[4px\\]{margin-bottom:4px}.csdk-mb-px{margin-bottom:1px}.csdk-ml-1{margin-left:.25rem}.csdk-ml-1\\.5{margin-left:.375rem}.csdk-ml-2{margin-left:.5rem}.csdk-ml-\\[10px\\]{margin-left:10px}.csdk-ml-\\[5px\\]{margin-left:5px}.csdk-ml-\\[6px\\]{margin-left:6px}.csdk-ml-\\[8px\\]{margin-left:8px}.csdk-ml-auto{margin-left:auto}.csdk-mr-2{margin-right:.5rem}.csdk-mr-\\[5px\\]{margin-right:5px}.csdk-mr-\\[7px\\]{margin-right:7px}.csdk-mt-2{margin-top:.5rem}.csdk-mt-3{margin-top:.75rem}.csdk-mt-\\[-2px\\]{margin-top:-2px}.csdk-mt-\\[16px\\]{margin-top:16px}.csdk-mt-\\[2px\\]{margin-top:2px}.csdk-mt-\\[6px\\]{margin-top:6px}.csdk-mt-\\[8px\\]{margin-top:8px}.csdk-box-border{box-sizing:border-box}.csdk-flex{display:flex}.csdk-inline-flex{display:inline-flex}.csdk-grid{display:grid}.csdk-h-5{height:1.25rem}.csdk-h-6{height:1.5rem}.csdk-h-\\[100\\%\\]{height:100%}.csdk-h-\\[10px\\]{height:10px}.csdk-h-\\[18px\\]{height:18px}.csdk-h-\\[20px\\]{height:20px}.csdk-h-\\[245px\\]{height:245px}.csdk-h-button{height:28px}.csdk-h-checkbox{height:12px}.csdk-h-full{height:100%}.csdk-h-radio{height:12px}.csdk-h-screen{height:100vh}.csdk-max-h-32{max-height:8rem}.csdk-max-h-64{max-height:16rem}.csdk-max-h-\\[3\\.5rem\\]{max-height:3.5rem}.csdk-min-h-\\[20px\\]{min-height:20px}.csdk-min-h-\\[32px\\]{min-height:32px}.csdk-w-5{width:1.25rem}.csdk-w-\\[100\\%\\]{width:100%}.csdk-w-\\[10px\\]{width:10px}.csdk-w-\\[152px\\]{width:152px}.csdk-w-\\[18px\\]{width:18px}.csdk-w-\\[240px\\]{width:240px}.csdk-w-\\[28px\\]{width:28px}.csdk-w-\\[300px\\]{width:300px}.csdk-w-\\[60px\\]{width:60px}.csdk-w-checkbox{width:12px}.csdk-w-fit{width:-moz-fit-content;width:fit-content}.csdk-w-full{width:100%}.csdk-w-radio{width:12px}.csdk-min-w-0{min-width:0px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-\\[800px\\]{max-width:800px}.csdk-max-w-full{max-width:100%}.csdk-max-w-xs{max-width:20rem}.csdk-flex-1{flex:1 1 0%}.csdk-shrink-0{flex-shrink:0}.csdk-grow{flex-grow:1}.csdk-grow-0{flex-grow:0}.-csdk-translate-y-1\\/2{--csdk-tw-translate-y: -50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-translate-x-1\\/2{--csdk-tw-translate-x: 50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.-csdk-rotate-90{--csdk-tw-rotate: -90deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-rotate-45{--csdk-tw-rotate: 45deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-scale-x-\\[-1\\]{--csdk-tw-scale-x: -1;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-transform{transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}@keyframes csdk-spin{to{transform:rotate(360deg)}}.csdk-animate-spin{animation:csdk-spin 1s linear infinite}.csdk-cursor-default{cursor:default}.csdk-cursor-pointer{cursor:pointer}.csdk-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.csdk-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.csdk-flex-row{flex-direction:row}.csdk-flex-col{flex-direction:column}.csdk-flex-wrap{flex-wrap:wrap}.csdk-items-center{align-items:center}.csdk-justify-end{justify-content:flex-end}.csdk-justify-center{justify-content:center}.csdk-justify-between{justify-content:space-between}.csdk-justify-evenly{justify-content:space-evenly}.csdk-gap-1{gap:.25rem}.csdk-gap-2{gap:.5rem}.csdk-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.csdk-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.csdk-gap-y-0{row-gap:0px}.csdk-gap-y-0\\.5{row-gap:.125rem}.csdk-gap-y-1{row-gap:.25rem}.csdk-gap-y-4{row-gap:1rem}.csdk-self-center{align-self:center}.csdk-overflow-auto{overflow:auto}.csdk-overflow-hidden{overflow:hidden}.\\!csdk-overflow-visible{overflow:visible!important}.csdk-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.csdk-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.csdk-break-all{word-break:break-all}.csdk-rounded{border-radius:.25rem}.csdk-rounded-\\[4px\\]{border-radius:4px}.csdk-rounded-full{border-radius:9999px}.csdk-rounded-md{border-radius:.375rem}.csdk-border{border-width:1px}.csdk-border-0{border-width:0px}.csdk-border-input{border-width:1px}.csdk-border-b{border-bottom-width:1px}.csdk-border-l{border-left-width:1px}.csdk-border-l-\\[70px\\]{border-left-width:70px}.csdk-border-r-\\[70px\\]{border-right-width:70px}.csdk-border-t{border-top-width:1px}.csdk-border-t-\\[13px\\]{border-top-width:13px}.csdk-border-solid{border-style:solid}.csdk-border-none{border-style:none}.csdk-border-UI-default{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--csdk-tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--csdk-tw-border-opacity))}.csdk-border-transparent{border-color:transparent}.csdk-border-l-\\[transparent\\]{border-left-color:transparent}.csdk-border-r-\\[transparent\\]{border-right-color:transparent}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--csdk-tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--csdk-tw-bg-opacity))}.csdk-p-1{padding:.25rem}.csdk-p-1\\.5{padding:.375rem}.csdk-p-3{padding:.75rem}.csdk-p-\\[10px\\]{padding:10px}.csdk-p-\\[12px\\]{padding:12px}.csdk-p-\\[20px\\]{padding:20px}.csdk-p-\\[4px\\]{padding:4px}.csdk-p-button{padding:4px 24px}.csdk-p-px{padding:1px}.csdk-px-2{padding-left:.5rem;padding-right:.5rem}.csdk-px-4{padding-left:1rem;padding-right:1rem}.csdk-px-\\[12px\\]{padding-left:12px;padding-right:12px}.csdk-px-\\[20px\\]{padding-left:20px;padding-right:20px}.csdk-px-\\[8px\\]{padding-left:8px;padding-right:8px}.csdk-py-0{padding-top:0;padding-bottom:0}.csdk-py-0\\.5{padding-top:.125rem;padding-bottom:.125rem}.csdk-py-1{padding-top:.25rem;padding-bottom:.25rem}.csdk-py-\\[14\\.5px\\]{padding-top:14.5px;padding-bottom:14.5px}.csdk-py-\\[5px\\]{padding-top:5px;padding-bottom:5px}.csdk-py-\\[6px\\]{padding-top:6px;padding-bottom:6px}.csdk-py-\\[7px\\]{padding-top:7px;padding-bottom:7px}.csdk-pb-\\[0px\\]{padding-bottom:0}.csdk-pl-1{padding-left:.25rem}.csdk-pl-2{padding-left:.5rem}.csdk-pl-2\\.5{padding-left:.625rem}.csdk-pl-3{padding-left:.75rem}.csdk-pl-\\[20px\\]{padding-left:20px}.csdk-pr-10{padding-right:2.5rem}.csdk-pt-48{padding-top:12rem}.csdk-text-left{text-align:left}.csdk-text-\\[13px\\]{font-size:13px}.csdk-text-ai-lg{font-size:18px;line-height:22px}.csdk-text-ai-sm{font-size:13px;line-height:18px}.csdk-text-ai-xs{font-size:11px;line-height:18px}.csdk-text-sm{font-size:.875rem;line-height:1.25rem}.csdk-text-xs{font-size:.75rem;line-height:1rem}.csdk-font-normal{font-weight:400}.csdk-leading-4{line-height:1rem}.csdk-leading-\\[16px\\]{line-height:16px}.csdk-leading-\\[18px\\]{line-height:18px}.csdk-leading-none{line-height:1}.csdk-text-UI-default{--csdk-tw-text-opacity: 1;color:rgb(110 115 125 / var(--csdk-tw-text-opacity))}.csdk-text-\\[\\#262e3d\\]{--csdk-tw-text-opacity: 1;color:rgb(38 46 61 / var(--csdk-tw-text-opacity))}.csdk-text-semantic-error{color:#e74727}.csdk-text-text-active{color:#262e3d}.csdk-text-text-content{color:#262e3dcc}.csdk-text-text-link{color:#36a3d9}.csdk-text-text-linkButton{--csdk-tw-text-opacity: 1;color:rgb(30 175 243 / var(--csdk-tw-text-opacity))}.csdk-underline-offset-2{text-underline-offset:2px}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-shadow-md{--csdk-tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--csdk-tw-shadow-colored: 0 4px 6px -1px var(--csdk-tw-shadow-color), 0 2px 4px -2px var(--csdk-tw-shadow-color);box-shadow:var(--csdk-tw-ring-offset-shadow, 0 0 #0000),var(--csdk-tw-ring-shadow, 0 0 #0000),var(--csdk-tw-shadow)}.csdk-shadow-gray-500{--csdk-tw-shadow-color: #6b7280;--csdk-tw-shadow: var(--csdk-tw-shadow-colored)}.csdk-outline-0{outline-width:0px}.csdk-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-delay-150{transition-delay:.15s}.csdk-duration-500{transition-duration:.5s}.invalid\\:csdk-border-input:invalid{border-width:1px}.invalid\\:csdk-border-solid:invalid{border-style:solid}.invalid\\:csdk-border-semantic-error:invalid{border-color:#e74727}.hover\\:csdk-border-2:hover{border-width:2px}.hover\\:csdk-bg-interaction-primaryHovered:hover{background-color:#f2b900}.hover\\:csdk-bg-row-hover:hover{background-color:#e0e0e04d}.hover\\:csdk-underline:hover{text-decoration-line:underline}.focus\\:csdk-border-input:focus{border-width:1px}.focus\\:csdk-border-solid:focus{border-style:solid}.focus\\:csdk-border-UI-default:focus{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.disabled\\:csdk-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:csdk-opacity-30:disabled{opacity:.3}._container_1wquj_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px;text-align:center;margin:15px}._container_1wquj_1 ._card_1wquj_11{position:relative;padding:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;z-index:1;width:100%}._container_1wquj_1 ._text_1wquj_19{font-size:13px;text-align:center;font-weight:700;word-wrap:break-word}.csdk-context-menu-selected-with-dot{position:relative}.csdk-context-menu-selected-with-dot:before{content:"";position:absolute;left:12px;top:calc(50% - 3px);width:6px;height:6px;background-color:#000;border-radius:50%}._wrapper_1lpzp_1{width:100%;height:100%;position:relative}._title_1lpzp_7{font-size:18px;letter-spacing:normal;text-align:center;position:absolute;width:100%;top:11%}._image_1lpzp_17{width:66.6%;height:100%;margin:0 auto;display:block}[class*=csdk] .leaflet-pane,[class*=csdk] .leaflet-tile,[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow,[class*=csdk] .leaflet-tile-container,[class*=csdk] .leaflet-pane>svg,[class*=csdk] .leaflet-pane>canvas,[class*=csdk] .leaflet-zoom-box,[class*=csdk] .leaflet-image-layer,[class*=csdk] .leaflet-layer{position:absolute;left:0;top:0}[class*=csdk] .leaflet-container{overflow:hidden}[class*=csdk] .leaflet-tile,[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}[class*=csdk] .leaflet-tile::-moz-selection{background:transparent}[class*=csdk] .leaflet-tile::selection{background:transparent}[class*=csdk] .leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}[class*=csdk] .leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow{display:block}[class*=csdk] .leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}[class*=csdk] .leaflet-container .leaflet-marker-pane img,[class*=csdk] .leaflet-container .leaflet-shadow-pane img,[class*=csdk] .leaflet-container .leaflet-tile-pane img,[class*=csdk] .leaflet-container img.leaflet-image-layer,[class*=csdk] .leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}[class*=csdk] .leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}[class*=csdk] .leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}[class*=csdk] .leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}[class*=csdk] .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}[class*=csdk] .leaflet-container{-webkit-tap-highlight-color:transparent}[class*=csdk] .leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}[class*=csdk] .leaflet-tile{filter:inherit;visibility:hidden}[class*=csdk] .leaflet-tile-loaded{visibility:inherit}[class*=csdk] .leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}[class*=csdk] .leaflet-overlay-pane svg{-moz-user-select:none}[class*=csdk] .leaflet-pane{z-index:400}[class*=csdk] .leaflet-tile-pane{z-index:200}[class*=csdk] .leaflet-overlay-pane{z-index:400}[class*=csdk] .leaflet-shadow-pane{z-index:500}[class*=csdk] .leaflet-marker-pane{z-index:600}[class*=csdk] .leaflet-tooltip-pane{z-index:650}[class*=csdk] .leaflet-popup-pane{z-index:700}[class*=csdk] .leaflet-map-pane canvas{z-index:100}[class*=csdk] .leaflet-map-pane svg{z-index:200}[class*=csdk] .leaflet-vml-shape{width:1px;height:1px}[class*=csdk] .lvml{behavior:url(#default#VML);display:inline-block;position:absolute}[class*=csdk] .leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}[class*=csdk] .leaflet-top,[class*=csdk] .leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}[class*=csdk] .leaflet-top{top:0}[class*=csdk] .leaflet-right{right:0}[class*=csdk] .leaflet-bottom{bottom:0}[class*=csdk] .leaflet-left{left:0}[class*=csdk] .leaflet-control{float:left;clear:both}[class*=csdk] .leaflet-right .leaflet-control{float:right}[class*=csdk] .leaflet-top .leaflet-control{margin-top:10px}[class*=csdk] .leaflet-bottom .leaflet-control{margin-bottom:10px}[class*=csdk] .leaflet-left .leaflet-control{margin-left:10px}[class*=csdk] .leaflet-right .leaflet-control{margin-right:10px}[class*=csdk] .leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}[class*=csdk] .leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}[class*=csdk] .leaflet-zoom-animated{transform-origin:0 0}[class*=csdk] svg.leaflet-zoom-animated{will-change:transform}[class*=csdk] .leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}[class*=csdk] .leaflet-zoom-anim .leaflet-tile,[class*=csdk] .leaflet-pan-anim .leaflet-tile{transition:none}[class*=csdk] .leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}[class*=csdk] .leaflet-interactive{cursor:pointer}[class*=csdk] .leaflet-grab{cursor:grab}[class*=csdk] .leaflet-crosshair,[class*=csdk] .leaflet-crosshair .leaflet-interactive{cursor:crosshair}[class*=csdk] .leaflet-popup-pane,[class*=csdk] .leaflet-control{cursor:auto}[class*=csdk] .leaflet-dragging .leaflet-grab,[class*=csdk] .leaflet-dragging .leaflet-grab .leaflet-interactive,[class*=csdk] .leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow,[class*=csdk] .leaflet-image-layer,[class*=csdk] .leaflet-pane>svg path,[class*=csdk] .leaflet-tile-container{pointer-events:none}[class*=csdk] .leaflet-marker-icon.leaflet-interactive,[class*=csdk] .leaflet-image-layer.leaflet-interactive,[class*=csdk] .leaflet-pane>svg path.leaflet-interactive,[class*=csdk] svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}[class*=csdk] .leaflet-container{background:#ddd;outline-offset:1px}[class*=csdk] .leaflet-container a{color:#0078a8}[class*=csdk] .leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}[class*=csdk] .leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}[class*=csdk] .leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}[class*=csdk] .leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}[class*=csdk] .leaflet-bar a,[class*=csdk] .leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}[class*=csdk] .leaflet-bar a:hover,[class*=csdk] .leaflet-bar a:focus{background-color:#f4f4f4}[class*=csdk] .leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}[class*=csdk] .leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}[class*=csdk] .leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}[class*=csdk] .leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}[class*=csdk] .leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}[class*=csdk] .leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}[class*=csdk] .leaflet-control-zoom-in,[class*=csdk] .leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}[class*=csdk] .leaflet-touch .leaflet-control-zoom-in,[class*=csdk] .leaflet-touch .leaflet-control-zoom-out{font-size:22px}[class*=csdk] .leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}[class*=csdk] .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}[class*=csdk] .leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}[class*=csdk] .leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}[class*=csdk] .leaflet-control-layers .leaflet-control-layers-list,[class*=csdk] .leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}[class*=csdk] .leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}[class*=csdk] .leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}[class*=csdk] .leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}[class*=csdk] .leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}[class*=csdk] .leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}[class*=csdk] .leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}[class*=csdk] .leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}[class*=csdk] .leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}[class*=csdk] .leaflet-control-attribution,[class*=csdk] .leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}[class*=csdk] .leaflet-control-attribution a{text-decoration:none}[class*=csdk] .leaflet-control-attribution a:hover,[class*=csdk] .leaflet-control-attribution a:focus{text-decoration:underline}[class*=csdk] .leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}[class*=csdk] .leaflet-left .leaflet-control-scale{margin-left:5px}[class*=csdk] .leaflet-bottom .leaflet-control-scale{margin-bottom:5px}[class*=csdk] .leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}[class*=csdk] .leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}[class*=csdk] .leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}[class*=csdk] .leaflet-touch .leaflet-control-attribution,[class*=csdk] .leaflet-touch .leaflet-control-layers,[class*=csdk] .leaflet-touch .leaflet-bar{box-shadow:none}[class*=csdk] .leaflet-touch .leaflet-control-layers,[class*=csdk] .leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}[class*=csdk] .leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}[class*=csdk] .leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}[class*=csdk] .leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}[class*=csdk] .leaflet-popup-content p{margin:1.3em 0}[class*=csdk] .leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}[class*=csdk] .leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}[class*=csdk] .leaflet-popup-content-wrapper,[class*=csdk] .leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}[class*=csdk] .leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}[class*=csdk] .leaflet-container a.leaflet-popup-close-button:hover,[class*=csdk] .leaflet-container a.leaflet-popup-close-button:focus{color:#585858}[class*=csdk] .leaflet-popup-scrolled{overflow:auto}[class*=csdk] .leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}[class*=csdk] .leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}[class*=csdk] .leaflet-oldie .leaflet-control-zoom,[class*=csdk] .leaflet-oldie .leaflet-control-layers,[class*=csdk] .leaflet-oldie .leaflet-popup-content-wrapper,[class*=csdk] .leaflet-oldie .leaflet-popup-tip{border:1px solid #999}[class*=csdk] .leaflet-div-icon{background:#fff;border:1px solid #666}[class*=csdk] .leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}[class*=csdk] .leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}[class*=csdk] .leaflet-tooltip-top:before,[class*=csdk] .leaflet-tooltip-bottom:before,[class*=csdk] .leaflet-tooltip-left:before,[class*=csdk] .leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}[class*=csdk] .leaflet-tooltip-bottom{margin-top:6px}[class*=csdk] .leaflet-tooltip-top{margin-top:-6px}[class*=csdk] .leaflet-tooltip-bottom:before,[class*=csdk] .leaflet-tooltip-top:before{left:50%;margin-left:-6px}[class*=csdk] .leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}[class*=csdk] .leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}[class*=csdk] .leaflet-tooltip-left{margin-left:-6px}[class*=csdk] .leaflet-tooltip-right{margin-left:6px}[class*=csdk] .leaflet-tooltip-left:before,[class*=csdk] .leaflet-tooltip-right:before{top:50%;margin-top:-6px}[class*=csdk] .leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}[class*=csdk] .leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{[class*=csdk] .leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}._alert_box_10ttx_1{position:absolute;display:flex;justify-content:center;z-index:1;margin-top:1%}._alert_box_10ttx_1 ._content_10ttx_8{background-color:#616161;padding:5px;border-radius:3px;text-align:center}._alert_box_10ttx_1 ._content_10ttx_8 ._alert_10ttx_1{color:#fff;margin:0 8px;line-height:1;font-size:12px}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.highcharts-heatmap-series .highcharts-point.csdk-highcharts-point-blured{opacity:.5}.csdk-scattermap-tooltip-container{color:#5b6372;margin:4px 6px}.csdk-scattermap-tooltip-content{text-align:left}.csdk-scattermap-tooltip-label{font-size:15px;line-height:18px}.csdk-scattermap-tooltip-category{color:#9ea2ab;padding-right:20px}.csdk-scattermap-tooltip-row{display:flex;justify-content:space-between}[class*=csdk] .public_Scrollbar_main.public_Scrollbar_mainActive,[class*=csdk] .public_Scrollbar_main{background-color:#fff;border-left:1px solid #d3d3d3}[class*=csdk] .fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,[class*=csdk] .fixedDataTable_isRTL .public_Scrollbar_main{border-right:1px solid #d3d3d3;border-left-width:0}[class*=csdk] .public_Scrollbar_mainOpaque,[class*=csdk] .public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,[class*=csdk] .public_Scrollbar_mainOpaque:hover{background-color:#fff}[class*=csdk] .public_Scrollbar_face:after{background-color:#c2c2c2}[class*=csdk] .public_Scrollbar_main:hover .public_Scrollbar_face:after,[class*=csdk] .public_Scrollbar_mainActive .public_Scrollbar_face:after,[class*=csdk] .public_Scrollbar_faceActive:after{background-color:#7d7d7d}[class*=csdk] .public_fixedDataTableCell_main{background-color:#fff;border-color:#d3d3d3}[class*=csdk] .public_fixedDataTableCell_highlighted{background-color:#f4f4f4}[class*=csdk] .public_fixedDataTableCell_cellContent{padding:8px}[class*=csdk] .public_fixedDataTableCell_columnResizerKnob{background-color:#0284ff}[class*=csdk] .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:12px}[class*=csdk] .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-left:20px}[class*=csdk] .fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:auto;margin-right:12px}[class*=csdk] .fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-right:20px}[class*=csdk] .public_fixedDataTableCell_reordering{z-index:2}[class*=csdk] .public_fixedDataTableCell_resizeReorderCellContainer{position:fixed;background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef);border-color:#d3d3d3;border-right-style:solid;border-right-width:1px}[class*=csdk] .fixedDataTableCellLayout_columnReorderContainer{border-color:#0284ff;background-color:#0000001a;width:12px;margin-right:-12px;float:left;cursor:move}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer{margin-right:auto;margin-left:-12px;float:right}[class*=csdk] .fixedDataTableCellLayout_columnReorderContainer:after{content:"::";position:absolute;top:50%;left:1px;transform:translateY(-50%)}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after{left:auto;right:1px}[class*=csdk] .public_fixedDataTableColumnResizerLine_main{border-color:#0284ff;width:1px}[class*=csdk] .public_fixedDataTable_main,[class*=csdk] .public_fixedDataTable_header,[class*=csdk] .public_fixedDataTable_hasBottomBorder{border-color:#d3d3d3}[class*=csdk] .public_fixedDataTable_header .public_fixedDataTableCell_main{font-weight:700}[class*=csdk] .public_fixedDataTable_header,[class*=csdk] .public_fixedDataTable_scrollbarSpacer,[class*=csdk] .public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef)}[class*=csdk] .public_fixedDataTable_scrollbarSpacer{position:absolute;z-index:99;top:0}[class*=csdk] .public_fixedDataTable_footer .public_fixedDataTableCell_main{background-color:#f6f7f8;border-color:#d3d3d3}[class*=csdk] .public_fixedDataTable_topShadow{background-image:linear-gradient(180deg,#0000001a,#0000)}[class*=csdk] .public_fixedDataTable_bottomShadow{background-image:linear-gradient(0deg,#0000001a,#0000)}[class*=csdk] .public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal,[class*=csdk] .public_fixedDataTableRow_main{background-color:#fff}[class*=csdk] .public_fixedDataTableRow_highlighted,[class*=csdk] .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main{background-color:#f6f7f8}[class*=csdk] .public_fixedDataTableRow_fixedColumnsDivider{border-color:#d3d3d3}[class*=csdk] .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(90deg,#0000001a,#0000)}[class*=csdk] .fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(270deg,#0000001a,#0000)}[class*=csdk] .public_fixedDataTableRow_columnsRightShadow{transform:rotate(180deg)}[class*=csdk] .ScrollbarLayout_main{box-sizing:border-box;outline:none;overflow:hidden;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}[class*=csdk] .ScrollbarLayout_mainVertical{bottom:0;right:0;top:0;width:15px}[class*=csdk] .ScrollbarLayout_mainHorizontal{height:15px;left:0}[class*=csdk] .ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;display:flex;justify-content:center;align-items:center}[class*=csdk] .ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition-duration:.25s;transition-timing-function:ease;transition-property:background-color,height,width}[class*=csdk] .ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}[class*=csdk] .ScrollbarLayout_faceHorizontal:after{width:100%;height:calc(100% - 8px)}[class*=csdk] .fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal,[class*=csdk] .fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal:after{right:0;left:auto}[class*=csdk] .ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,[class*=csdk] .ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after{height:calc(100% - 4px)}[class*=csdk] .ScrollbarLayout_faceVertical{left:0;right:0;top:0}[class*=csdk] .ScrollbarLayout_faceVertical:after{height:100%;width:calc(100% - 8px)}[class*=csdk] .ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,[class*=csdk] .ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{width:calc(100% - 4px)}[class*=csdk] .fixedDataTableCellGroupLayout_cellGroup{backface-visibility:hidden;left:0;overflow:hidden;position:absolute;top:0;white-space:nowrap}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup{right:0;left:auto}[class*=csdk] .fixedDataTableCellGroupLayout_cellGroup>.public_fixedDataTableCell_main{display:inline-block;vertical-align:top;white-space:normal}[class*=csdk] .fixedDataTableCellGroupLayout_cellGroupWrapper{position:absolute;top:0}[class*=csdk] .fixedDataTableCellLayout_main{border-right-style:solid;border-right-width:1px;border-width:0 1px 0 0;box-sizing:border-box;display:block;overflow:hidden;position:absolute;white-space:normal}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}[class*=csdk] .fixedDataTableCellLayout_lastChild{border-width:0 1px 1px 0}[class*=csdk] .fixedDataTableCellLayout_alignRight{text-align:right}[class*=csdk] .fixedDataTableCellLayout_alignCenter{text-align:center}[class*=csdk] .fixedDataTableCellLayout_wrap{display:table-cell;vertical-align:middle;box-sizing:border-box}[class*=csdk] .fixedDataTableCellLayout_wrap1{display:table}[class*=csdk] .fixedDataTableCellLayout_wrap2{display:table-row}[class*=csdk] .fixedDataTableCellLayout_wrap3{display:table-cell;vertical-align:middle}[class*=csdk] .fixedDataTableCellLayout_columnResizerContainer{position:absolute;right:0;width:6px;z-index:1}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerContainer{left:0;right:auto}[class*=csdk] .fixedDataTableCellLayout_columnResizerContainer:hover{cursor:ew-resize;background-color:#0284ff}[class*=csdk] .fixedDataTableColumnResizerLineLayout_mouseArea{cursor:ew-resize;position:absolute;right:-5px;width:12px}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_mouseArea{right:auto;left:-5px}[class*=csdk] .fixedDataTableColumnResizerLineLayout_main{border-right-style:solid;border-right-width:1px;box-sizing:border-box;position:absolute;z-index:100;pointer-events:none}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}[class*=csdk] .fixedDataTableLayout_main{border-style:solid;border-width:1px;box-sizing:border-box;overflow:hidden;position:relative}[class*=csdk] .fixedDataTableLayout_header,[class*=csdk] .fixedDataTableLayout_hasBottomBorder{border-bottom-style:solid;border-bottom-width:1px}[class*=csdk] .fixedDataTableLayout_footer .public_fixedDataTableCell_main{border-top-style:solid;border-top-width:1px}[class*=csdk] .fixedDataTableLayout_topShadow,[class*=csdk] .fixedDataTableLayout_bottomShadow{height:4px;left:0;position:absolute;right:0;z-index:1}[class*=csdk] .fixedDataTableLayout_bottomShadow{margin-top:-4px}[class*=csdk] .fixedDataTableLayout_rowsContainer{overflow:hidden;position:relative}[class*=csdk] .fixedDataTableRowLayout_main{box-sizing:border-box;overflow:hidden;position:absolute;top:0}[class*=csdk] .fixedDataTableRowLayout_body{left:0;right:0;position:absolute;top:0}[class*=csdk] .fixedDataTableRowLayout_rowExpanded{box-sizing:border-box;left:0;position:absolute}[class*=csdk] .fixedDataTableRowLayout_fixedColumnsDivider{backface-visibility:hidden;border-left-style:solid;border-left-width:1px;left:0;position:absolute;top:0;width:0}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableRowLayout_fixedColumnsDivider{border-left-width:0;border-right-style:solid;border-right-width:1px}[class*=csdk] .fixedDataTableRowLayout_columnsShadow{position:absolute;width:4px}[class*=csdk] .fixedDataTableRowLayout_columnsRightShadow{right:1px}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableRowLayout_columnsRightShadow{left:1px;right:auto}[class*=csdk] .fixedDataTableRowLayout_rowWrapper{position:absolute;top:0}._headerCell_2qf2w_16{display:flex;justify-content:left;align-items:center;margin-left:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;width:100%;cursor:pointer}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;overflow:hidden}._icon_2qf2w_43{margin-right:10px;width:20px;box-sizing:border-box;display:inline-block}._numberIcon_2qf2w_50{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_2qf2w_54{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_2qf2w_58{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_2qf2w_62{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._sortIcon_2qf2w_66{position:absolute;right:0;width:24px;height:24px;background-repeat:no-repeat}._sortAscending_2qf2w_74._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyA3aDcuNjY3YS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTUuNzUgM2gtNS43NWEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjVoNS43NWEuNDkuNDkgMCAwMS40NzguNS40OS40OSAwIDAxLS40NzkuNXptLTUuNzUgM2gzLjgzM2EuNDkuNDkgMCAwMC40OC0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxM2EuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTAgM0g2LjIzYS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTEwLjU0MiAwYS40OS40OSAwIDAxLS40OC0uNXYtNC43OTNsLTIuMDU3IDIuMTQ3YS40NjUuNDY1IDAgMDEtLjY3OCAwIC41MTUuNTE1IDAgMDEwLS43MDhsMi44NjYtMi45OWEuNDY4LjQ2OCAwIDAxLjY5NiAwbDIuODY2IDIuOTlhLjUxNi41MTYgMCAwMTAgLjcwOC40NjUuNDY1IDAgMDEtLjY3OCAwbC0yLjA1Ni0yLjE0NlYxNS41YS40OS40OSAwIDAxLS40OC41eiIgZmlsbD0iIzVDNjM3MiIvPjwvc3ZnPgo=)}._sortAscending_2qf2w_74._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._sortAscending_2qf2w_74._caret_2qf2w_33:hover{transform:rotate(0)}._sortDescending_2qf2w_78._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._caret_2qf2w_33:hover{transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;flex-grow:1}._headerLabel_2qf2w_38,._headerLabel_2qf2w_38 *{overflow:hidden;text-overflow:ellipsis}._icon_t30x8_1{width:24px;height:24px;margin-right:5px;box-sizing:border-box;display:inline-block;background-repeat:no-repeat;flex-grow:0}._numberIcon_t30x8_11{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_t30x8_15{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_t30x8_19{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_t30x8_23{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer,._tableWrapper_1ode4_16 .public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:transparent;background-image:none;border-bottom:1px solid #edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{margin-left:3px}._tableWrapper_1ode4_16 .public_fixedDataTable_main,._tableWrapper_1ode4_16 .fixedDataTableLayout_main{border:none}._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted,._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main,._tableWrapper_1ode4_16 .public_fixedDataTableRow_main{background-color:transparent}._tableWrapper_1ode4_16 .public_fixedDataTableCell_main{background-color:transparent;border-color:#edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_hasBottomBorder,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{border-bottom:none}._tableWrapper_1ode4_16 .public_fixedDataTable_header .fixedDataTableCellGroupLayout_cellGroup{border-top:1px solid #edeef1;border-bottom:1px solid #edeef1;box-sizing:border-box}._tableWrapper_1ode4_16 .public_Scrollbar_main{border-left:none;background-color:transparent}._tableWrapper_1ode4_16 .fixedDataTableRowLayout_rowWrapper{border-left:1px solid #edeef1}._tableWrapper_1ode4_16 .public_Scrollbar_main.public_Scrollbar_mainOpaque{left:-1px}._tableWrapper_1ode4_16 .public_fixedDataTableCell_cellContent{padding:0 24px 0 12px}._tableWrapper_1ode4_16{height:100%;width:100%;box-sizing:border-box;-webkit-user-select:text;-moz-user-select:text;user-select:text}._table_1ode4_16{background:transparent;font-size:13px;border:none}._tableHeader_1ode4_78{color:#5c6372;background-color:transparent;margin:0;border:none;width:100%;overflow:hidden;box-sizing:border-box}._tableCell_1ode4_88{color:#5c6372;background-color:transparent;border:none;border-right:1px solid #edeef1;border-bottom:1px solid #edeef1;overflow:hidden;width:100%;box-sizing:border-box}._tableCellContent_1ode4_99{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._headerColor_1ode4_105,._rowColor_1ode4_109{background-color:#f9f9fb}._component_1rw9b_1{flex-grow:1;font-family:Open Sans}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content{position:relative;padding-left:13px}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content:before{top:2px;left:0;position:absolute;content:"";display:block;height:14px;width:1px;background:#c3c3c3}._alert_31zyt_1{position:relative;width:100%;box-sizing:border-box;display:grid;grid-template-columns:0 1fr;gap:.5rem;align-items:start;padding:.75rem 1rem;border-radius:.5rem;border:1px solid;font-size:.875rem;line-height:1.25rem}._alert_31zyt_1[data-dismiss-on-click=true]{cursor:pointer}._alert_31zyt_1._hasIcon_31zyt_18{grid-template-columns:1rem 1fr;gap:.75rem}._alert_31zyt_1._error_31zyt_22{background-color:#fef2f2;border-color:#fecaca;color:#991b1b}._alert_31zyt_1._error_31zyt_22 ._icon_31zyt_27{color:#ef4444}._alert_31zyt_1._error_31zyt_22[data-dark-mode=true]{background-color:#4a1f1f;border-color:#5a2a2a;color:#fca5a5}._alert_31zyt_1._error_31zyt_22[data-dark-mode=true] ._icon_31zyt_27{color:#f87171}._alert_31zyt_1._warning_31zyt_38{background-color:#fffbeb;border-color:#fde68a;color:#92400e}._alert_31zyt_1._warning_31zyt_38 ._icon_31zyt_27{color:#f59e0b}._alert_31zyt_1._warning_31zyt_38[data-dark-mode=true]{background-color:#4a3a1f;border-color:#5a4a2a;color:#fbbf24}._alert_31zyt_1._warning_31zyt_38[data-dark-mode=true] ._icon_31zyt_27{color:#f59e0b}._alert_31zyt_1._info_31zyt_54{background-color:#eff6ff;border-color:#bfdbfe;color:#1e40af}._alert_31zyt_1._info_31zyt_54 ._icon_31zyt_27{color:#3b82f6}._icon_31zyt_27{width:1rem;height:1rem;margin-top:.125rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}._icon_31zyt_27 svg{width:100%;height:100%}._content_31zyt_77{display:flex;flex-direction:column;gap:.25rem}._title_31zyt_83{font-weight:600;line-height:1.5;color:inherit}._description_31zyt_89{color:inherit;opacity:.9;line-height:1.5}._dismissButton_31zyt_95{position:absolute;top:.5rem;right:.5rem;background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:inherit;opacity:.7;transition:opacity .2s}._dismissButton_31zyt_95:hover{opacity:1}._dismissButton_31zyt_95:focus{outline:2px solid currentColor;outline-offset:2px}@media (prefers-color-scheme: dark){._alert_31zyt_1._error_31zyt_22{background-color:#4a1f1f;border-color:#5a2a2a;color:#fca5a5}._alert_31zyt_1._error_31zyt_22 ._icon_31zyt_27{color:#f87171}._alert_31zyt_1._warning_31zyt_38{background-color:#4a3a1f;border-color:#5a4a2a;color:#fbbf24}._alert_31zyt_1._warning_31zyt_38 ._icon_31zyt_27{color:#f59e0b}}.dark ._alert_31zyt_1._error_31zyt_22{background-color:#4a1f1f;border-color:#5a2a2a;color:#fca5a5}.dark ._alert_31zyt_1._error_31zyt_22 ._icon_31zyt_27{color:#f87171}.dark ._alert_31zyt_1._warning_31zyt_38{background-color:#4a3a1f;border-color:#5a4a2a;color:#fbbf24}.dark ._alert_31zyt_1._warning_31zyt_38 ._icon_31zyt_27{color:#f59e0b}._container_1cvt1_1{width:100%;box-sizing:border-box;overflow:visible;padding:4px}._containerClickable_1cvt1_8{cursor:pointer}._bannerWrapper_1cvt1_12{width:100%;max-width:64rem;margin-left:auto;margin-right:auto;overflow:visible}._bannerWrapper_1cvt1_12>div[role=alert],._bannerWrapper_1cvt1_12>button{border:none;border-radius:8px;box-shadow:0 1px 2px #09090a1a;padding:16px 20px}._bannerWrapper_1cvt1_12[data-variant=error]>div[role=alert]{background-color:#fdede9;color:#5c6372}._bannerWrapper_1cvt1_12[data-variant=error]>div[role=alert]>div:first-child{color:#fa5656}._bannerWrapper_1cvt1_12[data-variant=warning]>button{background-color:#fef8e5;color:#4f4f4f;gap:.5rem;padding-right:2.5rem;text-align:left}._bannerWrapper_1cvt1_12[data-variant=warning]>button>div:nth-child(2){justify-self:start}._bannerWrapper_1cvt1_12[data-variant=warning]>button>div:first-child{color:#ffcb05}[class*=csdk] .react-datepicker__navigation-icon:before,[class*=csdk] .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view--down-arrow,[class*=csdk] .react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}[class*=csdk] .react-datepicker-wrapper{display:inline-block;padding:0;border:0}[class*=csdk] .react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}[class*=csdk] .react-datepicker--time-only .react-datepicker__time-container{border-left:0}[class*=csdk] .react-datepicker--time-only .react-datepicker__time,[class*=csdk] .react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}[class*=csdk] .react-datepicker-popper{z-index:1;line-height:0}[class*=csdk] .react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}[class*=csdk] .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}[class*=csdk] .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}[class*=csdk] .react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}[class*=csdk] .react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}[class*=csdk] .react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}[class*=csdk] .react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}[class*=csdk] .react-datepicker__year-dropdown-container--select,[class*=csdk] .react-datepicker__month-dropdown-container--select,[class*=csdk] .react-datepicker__month-year-dropdown-container--select,[class*=csdk] .react-datepicker__year-dropdown-container--scroll,[class*=csdk] .react-datepicker__month-dropdown-container--scroll,[class*=csdk] .react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}[class*=csdk] .react-datepicker__current-month,[class*=csdk] .react-datepicker-time__header,[class*=csdk] .react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}[class*=csdk] h2.react-datepicker__current-month{padding:0;margin:0}[class*=csdk] .react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}[class*=csdk] .react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}[class*=csdk] .react-datepicker__navigation--previous{left:2px}[class*=csdk] .react-datepicker__navigation--next{right:2px}[class*=csdk] .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}[class*=csdk] .react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}[class*=csdk] .react-datepicker__navigation--years-previous{top:4px}[class*=csdk] .react-datepicker__navigation--years-upcoming{top:-4px}[class*=csdk] .react-datepicker__navigation:hover *:before{border-color:#a6a6a6}[class*=csdk] .react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}[class*=csdk] .react-datepicker__navigation-icon--next{left:-2px}[class*=csdk] .react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}[class*=csdk] .react-datepicker__navigation-icon--previous{right:-2px}[class*=csdk] .react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}[class*=csdk] .react-datepicker__month-container{float:left}[class*=csdk] .react-datepicker__year{margin:.4rem;text-align:center}[class*=csdk] .react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}[class*=csdk] .react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}[class*=csdk] .react-datepicker__month{margin:.4rem;text-align:center}[class*=csdk] .react-datepicker__month .react-datepicker__month-text,[class*=csdk] .react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}[class*=csdk] .react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__caption,[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}[class*=csdk] .react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}[class*=csdk] .react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}[class*=csdk] .react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}[class*=csdk] .react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}[class*=csdk] .react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}[class*=csdk] .react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}[class*=csdk] .react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}[class*=csdk] .react-datepicker__week-number--selected:hover{background-color:#1d5d90}[class*=csdk] .react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}[class*=csdk] .react-datepicker__week{white-space:nowrap}[class*=csdk] .react-datepicker__day-name,[class*=csdk] .react-datepicker__day,[class*=csdk] .react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}[class*=csdk] .react-datepicker__day,[class*=csdk] .react-datepicker__month-text,[class*=csdk] .react-datepicker__quarter-text,[class*=csdk] .react-datepicker__year-text{cursor:pointer}[class*=csdk] .react-datepicker__day:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}[class*=csdk] .react-datepicker__day--today,[class*=csdk] .react-datepicker__month-text--today,[class*=csdk] .react-datepicker__quarter-text--today,[class*=csdk] .react-datepicker__year-text--today{font-weight:700}[class*=csdk] .react-datepicker__day--highlighted,[class*=csdk] .react-datepicker__month-text--highlighted,[class*=csdk] .react-datepicker__quarter-text--highlighted,[class*=csdk] .react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}[class*=csdk] .react-datepicker__day--highlighted:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}[class*=csdk] .react-datepicker__day--highlighted-custom-1,[class*=csdk] .react-datepicker__month-text--highlighted-custom-1,[class*=csdk] .react-datepicker__quarter-text--highlighted-custom-1,[class*=csdk] .react-datepicker__year-text--highlighted-custom-1{color:#f0f}[class*=csdk] .react-datepicker__day--highlighted-custom-2,[class*=csdk] .react-datepicker__month-text--highlighted-custom-2,[class*=csdk] .react-datepicker__quarter-text--highlighted-custom-2,[class*=csdk] .react-datepicker__year-text--highlighted-custom-2{color:green}[class*=csdk] .react-datepicker__day--holidays,[class*=csdk] .react-datepicker__month-text--holidays,[class*=csdk] .react-datepicker__quarter-text--holidays,[class*=csdk] .react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}[class*=csdk] .react-datepicker__day--holidays .overlay,[class*=csdk] .react-datepicker__month-text--holidays .overlay,[class*=csdk] .react-datepicker__quarter-text--holidays .overlay,[class*=csdk] .react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}[class*=csdk] .react-datepicker__day--holidays:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}[class*=csdk] .react-datepicker__day--holidays:hover .overlay,[class*=csdk] .react-datepicker__month-text--holidays:hover .overlay,[class*=csdk] .react-datepicker__quarter-text--holidays:hover .overlay,[class*=csdk] .react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}[class*=csdk] .react-datepicker__day--selected,[class*=csdk] .react-datepicker__day--in-selecting-range,[class*=csdk] .react-datepicker__day--in-range,[class*=csdk] .react-datepicker__month-text--selected,[class*=csdk] .react-datepicker__month-text--in-selecting-range,[class*=csdk] .react-datepicker__month-text--in-range,[class*=csdk] .react-datepicker__quarter-text--selected,[class*=csdk] .react-datepicker__quarter-text--in-selecting-range,[class*=csdk] .react-datepicker__quarter-text--in-range,[class*=csdk] .react-datepicker__year-text--selected,[class*=csdk] .react-datepicker__year-text--in-selecting-range,[class*=csdk] .react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}[class*=csdk] .react-datepicker__day--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__day--in-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}[class*=csdk] .react-datepicker__day--keyboard-selected,[class*=csdk] .react-datepicker__month-text--keyboard-selected,[class*=csdk] .react-datepicker__quarter-text--keyboard-selected,[class*=csdk] .react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}[class*=csdk] .react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}[class*=csdk] .react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),[class*=csdk] .react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),[class*=csdk] .react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),[class*=csdk] .react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}[class*=csdk] .react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),[class*=csdk] .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),[class*=csdk] .react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),[class*=csdk] .react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),[class*=csdk] .react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),[class*=csdk] .react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),[class*=csdk] .react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),[class*=csdk] .react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}[class*=csdk] .react-datepicker__day--disabled,[class*=csdk] .react-datepicker__month-text--disabled,[class*=csdk] .react-datepicker__quarter-text--disabled,[class*=csdk] .react-datepicker__year-text--disabled{cursor:default;color:#ccc}[class*=csdk] .react-datepicker__day--disabled .overlay,[class*=csdk] .react-datepicker__month-text--disabled .overlay,[class*=csdk] .react-datepicker__quarter-text--disabled .overlay,[class*=csdk] .react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}[class*=csdk] .react-datepicker__input-container{position:relative;display:inline-block;width:100%}[class*=csdk] .react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}[class*=csdk] .react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}[class*=csdk] .react-datepicker__year-read-view,[class*=csdk] .react-datepicker__month-read-view,[class*=csdk] .react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}[class*=csdk] .react-datepicker__year-read-view:hover,[class*=csdk] .react-datepicker__month-read-view:hover,[class*=csdk] .react-datepicker__month-year-read-view:hover{cursor:pointer}[class*=csdk] .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,[class*=csdk] .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}[class*=csdk] .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view--down-arrow,[class*=csdk] .react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}[class*=csdk] .react-datepicker__year-dropdown,[class*=csdk] .react-datepicker__month-dropdown,[class*=csdk] .react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}[class*=csdk] .react-datepicker__year-dropdown:hover,[class*=csdk] .react-datepicker__month-dropdown:hover,[class*=csdk] .react-datepicker__month-year-dropdown:hover{cursor:pointer}[class*=csdk] .react-datepicker__year-dropdown--scrollable,[class*=csdk] .react-datepicker__month-dropdown--scrollable,[class*=csdk] .react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}[class*=csdk] .react-datepicker__year-option,[class*=csdk] .react-datepicker__month-option,[class*=csdk] .react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}[class*=csdk] .react-datepicker__year-option:first-of-type,[class*=csdk] .react-datepicker__month-option:first-of-type,[class*=csdk] .react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}[class*=csdk] .react-datepicker__year-option:last-of-type,[class*=csdk] .react-datepicker__month-option:last-of-type,[class*=csdk] .react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}[class*=csdk] .react-datepicker__year-option:hover,[class*=csdk] .react-datepicker__month-option:hover,[class*=csdk] .react-datepicker__month-year-option:hover{background-color:#ccc}[class*=csdk] .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,[class*=csdk] .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,[class*=csdk] .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}[class*=csdk] .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,[class*=csdk] .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,[class*=csdk] .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}[class*=csdk] .react-datepicker__year-option--selected,[class*=csdk] .react-datepicker__month-option--selected,[class*=csdk] .react-datepicker__month-year-option--selected{position:absolute;left:15px}[class*=csdk] .react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}[class*=csdk] .react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}[class*=csdk] .react-datepicker__close-icon--disabled{cursor:default}[class*=csdk] .react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}[class*=csdk] .react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}[class*=csdk] .react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}[class*=csdk] .react-datepicker__portal .react-datepicker__day-name,[class*=csdk] .react-datepicker__portal .react-datepicker__day,[class*=csdk] .react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){[class*=csdk] .react-datepicker__portal .react-datepicker__day-name,[class*=csdk] .react-datepicker__portal .react-datepicker__day,[class*=csdk] .react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}[class*=csdk] .react-datepicker__portal .react-datepicker__current-month,[class*=csdk] .react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}[class*=csdk] .react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}[class*=csdk] .react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}[class*=csdk] .react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}')), document.head.appendChild(t);
|
|
5779
|
+
t.nonce = (e = document.head.querySelector("meta[property=csp-nonce]")) == null ? void 0 : e.content, t.appendChild(document.createTextNode('@charset "UTF-8";.csdk-boxplot-tooltip-row{display:flex;justify-content:space-between}.csdk-boxplot-tooltip-row>*{margin-right:10px}.csdk-boxplot-tooltip-row>*:last-child{margin-right:0}.csdk-treemap-tooltip-wrapper{min-width:210px;color:#acacac;font-size:14px;line-height:16px;background:#fff;border-radius:10px;overflow:hidden;margin-right:-1px;padding-bottom:10px}.csdk-treemap-tooltip-level{display:flex;align-items:center;position:relative;padding:8px;font-size:14px;border-bottom:1px solid #ccc}.csdk-treemap-tooltip-level span{padding:0 2px}.csdk-treemap-tooltip-value{padding:10px 10px 0;font-size:12px;line-height:16px}.highcharts-sunburst-series.highcharts-legend-item{pointer-events:none!important}[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}.csdk-accessible button:focus-visible,.csdk-accessible a:focus-visible,.csdk-accessible textarea:focus-visible,.csdk-accessible select:focus-visible,.csdk-accessible input:focus-visible,.csdk-accessible [tabindex]:focus-visible{outline:-webkit-focus-ring-color auto 1px}.csdk-accessible .MuiTouchRipple-root{display:none}:root{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }::backdrop{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }.csdk-absolute{position:absolute}.csdk-relative{position:relative}.csdk-left-2{left:.5rem}.csdk-right-0{right:0}.csdk-right-\\[-15px\\]{right:-15px}.csdk-right-\\[-5px\\]{right:-5px}.csdk-right-\\[0px\\]{right:0}.csdk-right-\\[4px\\]{right:4px}.csdk-top-1\\/2{top:50%}.csdk-top-\\[3px\\]{top:3px}.csdk-top-\\[7px\\]{top:7px}.csdk-m-0{margin:0}.csdk-m-auto{margin:auto}.csdk-m-checkbox,.csdk-m-radio{margin:6px 10px 6px 6px}.csdk-mx-\\[16px\\]{margin-left:16px;margin-right:16px}.csdk-my-1{margin-top:.25rem;margin-bottom:.25rem}.csdk-my-\\[2px\\]{margin-top:2px;margin-bottom:2px}.csdk-my-\\[5px\\]{margin-top:5px;margin-bottom:5px}.csdk-mb-1{margin-bottom:.25rem}.csdk-mb-\\[10px\\]{margin-bottom:10px}.csdk-mb-\\[24px\\]{margin-bottom:24px}.csdk-mb-\\[3px\\]{margin-bottom:3px}.csdk-mb-\\[4px\\]{margin-bottom:4px}.csdk-mb-px{margin-bottom:1px}.csdk-ml-1{margin-left:.25rem}.csdk-ml-1\\.5{margin-left:.375rem}.csdk-ml-2{margin-left:.5rem}.csdk-ml-\\[10px\\]{margin-left:10px}.csdk-ml-\\[5px\\]{margin-left:5px}.csdk-ml-\\[6px\\]{margin-left:6px}.csdk-ml-\\[8px\\]{margin-left:8px}.csdk-ml-auto{margin-left:auto}.csdk-mr-2{margin-right:.5rem}.csdk-mr-\\[5px\\]{margin-right:5px}.csdk-mr-\\[7px\\]{margin-right:7px}.csdk-mt-2{margin-top:.5rem}.csdk-mt-3{margin-top:.75rem}.csdk-mt-\\[-2px\\]{margin-top:-2px}.csdk-mt-\\[16px\\]{margin-top:16px}.csdk-mt-\\[2px\\]{margin-top:2px}.csdk-mt-\\[6px\\]{margin-top:6px}.csdk-mt-\\[8px\\]{margin-top:8px}.csdk-box-border{box-sizing:border-box}.csdk-flex{display:flex}.csdk-inline-flex{display:inline-flex}.csdk-grid{display:grid}.csdk-h-5{height:1.25rem}.csdk-h-6{height:1.5rem}.csdk-h-\\[100\\%\\]{height:100%}.csdk-h-\\[10px\\]{height:10px}.csdk-h-\\[18px\\]{height:18px}.csdk-h-\\[20px\\]{height:20px}.csdk-h-\\[245px\\]{height:245px}.csdk-h-button{height:28px}.csdk-h-checkbox{height:12px}.csdk-h-full{height:100%}.csdk-h-radio{height:12px}.csdk-h-screen{height:100vh}.csdk-max-h-32{max-height:8rem}.csdk-max-h-64{max-height:16rem}.csdk-max-h-\\[3\\.5rem\\]{max-height:3.5rem}.csdk-min-h-\\[20px\\]{min-height:20px}.csdk-min-h-\\[32px\\]{min-height:32px}.csdk-w-5{width:1.25rem}.csdk-w-\\[100\\%\\]{width:100%}.csdk-w-\\[10px\\]{width:10px}.csdk-w-\\[152px\\]{width:152px}.csdk-w-\\[18px\\]{width:18px}.csdk-w-\\[240px\\]{width:240px}.csdk-w-\\[28px\\]{width:28px}.csdk-w-\\[300px\\]{width:300px}.csdk-w-\\[60px\\]{width:60px}.csdk-w-checkbox{width:12px}.csdk-w-fit{width:-moz-fit-content;width:fit-content}.csdk-w-full{width:100%}.csdk-w-radio{width:12px}.csdk-min-w-0{min-width:0px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-\\[800px\\]{max-width:800px}.csdk-max-w-full{max-width:100%}.csdk-max-w-xs{max-width:20rem}.csdk-flex-1{flex:1 1 0%}.csdk-shrink-0{flex-shrink:0}.csdk-grow{flex-grow:1}.csdk-grow-0{flex-grow:0}.-csdk-translate-y-1\\/2{--csdk-tw-translate-y: -50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-translate-x-1\\/2{--csdk-tw-translate-x: 50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.-csdk-rotate-90{--csdk-tw-rotate: -90deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-rotate-45{--csdk-tw-rotate: 45deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-scale-x-\\[-1\\]{--csdk-tw-scale-x: -1;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-transform{transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}@keyframes csdk-spin{to{transform:rotate(360deg)}}.csdk-animate-spin{animation:csdk-spin 1s linear infinite}.csdk-cursor-default{cursor:default}.csdk-cursor-pointer{cursor:pointer}.csdk-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.csdk-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.csdk-flex-row{flex-direction:row}.csdk-flex-col{flex-direction:column}.csdk-flex-wrap{flex-wrap:wrap}.csdk-items-center{align-items:center}.csdk-justify-end{justify-content:flex-end}.csdk-justify-center{justify-content:center}.csdk-justify-between{justify-content:space-between}.csdk-justify-evenly{justify-content:space-evenly}.csdk-gap-1{gap:.25rem}.csdk-gap-2{gap:.5rem}.csdk-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.csdk-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.csdk-gap-y-0{row-gap:0px}.csdk-gap-y-0\\.5{row-gap:.125rem}.csdk-gap-y-4{row-gap:1rem}.csdk-self-center{align-self:center}.csdk-overflow-auto{overflow:auto}.csdk-overflow-hidden{overflow:hidden}.\\!csdk-overflow-visible{overflow:visible!important}.csdk-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.csdk-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.csdk-break-all{word-break:break-all}.csdk-rounded{border-radius:.25rem}.csdk-rounded-\\[4px\\]{border-radius:4px}.csdk-rounded-full{border-radius:9999px}.csdk-rounded-md{border-radius:.375rem}.csdk-border{border-width:1px}.csdk-border-0{border-width:0px}.csdk-border-input{border-width:1px}.csdk-border-b{border-bottom-width:1px}.csdk-border-l{border-left-width:1px}.csdk-border-l-\\[70px\\]{border-left-width:70px}.csdk-border-r-\\[70px\\]{border-right-width:70px}.csdk-border-t{border-top-width:1px}.csdk-border-t-\\[13px\\]{border-top-width:13px}.csdk-border-solid{border-style:solid}.csdk-border-none{border-style:none}.csdk-border-UI-default{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--csdk-tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--csdk-tw-border-opacity))}.csdk-border-transparent{border-color:transparent}.csdk-border-l-\\[transparent\\]{border-left-color:transparent}.csdk-border-r-\\[transparent\\]{border-right-color:transparent}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--csdk-tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--csdk-tw-bg-opacity))}.csdk-p-1{padding:.25rem}.csdk-p-1\\.5{padding:.375rem}.csdk-p-3{padding:.75rem}.csdk-p-\\[10px\\]{padding:10px}.csdk-p-\\[12px\\]{padding:12px}.csdk-p-\\[20px\\]{padding:20px}.csdk-p-\\[4px\\]{padding:4px}.csdk-p-button{padding:4px 24px}.csdk-p-px{padding:1px}.csdk-px-2{padding-left:.5rem;padding-right:.5rem}.csdk-px-4{padding-left:1rem;padding-right:1rem}.csdk-px-\\[12px\\]{padding-left:12px;padding-right:12px}.csdk-px-\\[20px\\]{padding-left:20px;padding-right:20px}.csdk-px-\\[8px\\]{padding-left:8px;padding-right:8px}.csdk-py-0{padding-top:0;padding-bottom:0}.csdk-py-0\\.5{padding-top:.125rem;padding-bottom:.125rem}.csdk-py-1{padding-top:.25rem;padding-bottom:.25rem}.csdk-py-\\[14\\.5px\\]{padding-top:14.5px;padding-bottom:14.5px}.csdk-py-\\[5px\\]{padding-top:5px;padding-bottom:5px}.csdk-py-\\[6px\\]{padding-top:6px;padding-bottom:6px}.csdk-py-\\[7px\\]{padding-top:7px;padding-bottom:7px}.csdk-pb-\\[0px\\]{padding-bottom:0}.csdk-pl-1{padding-left:.25rem}.csdk-pl-2{padding-left:.5rem}.csdk-pl-2\\.5{padding-left:.625rem}.csdk-pl-3{padding-left:.75rem}.csdk-pl-\\[20px\\]{padding-left:20px}.csdk-pr-10{padding-right:2.5rem}.csdk-pt-48{padding-top:12rem}.csdk-text-left{text-align:left}.csdk-text-\\[13px\\]{font-size:13px}.csdk-text-ai-lg{font-size:18px;line-height:22px}.csdk-text-ai-sm{font-size:13px;line-height:18px}.csdk-text-ai-xs{font-size:11px;line-height:18px}.csdk-text-xs{font-size:.75rem;line-height:1rem}.csdk-font-normal{font-weight:400}.csdk-leading-4{line-height:1rem}.csdk-leading-\\[16px\\]{line-height:16px}.csdk-leading-\\[18px\\]{line-height:18px}.csdk-leading-none{line-height:1}.csdk-text-UI-default{--csdk-tw-text-opacity: 1;color:rgb(110 115 125 / var(--csdk-tw-text-opacity))}.csdk-text-semantic-error{color:#e74727}.csdk-text-text-active{color:#262e3d}.csdk-text-text-content{color:#262e3dcc}.csdk-text-text-link{color:#36a3d9}.csdk-text-text-linkButton{--csdk-tw-text-opacity: 1;color:rgb(30 175 243 / var(--csdk-tw-text-opacity))}.csdk-underline-offset-2{text-underline-offset:2px}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-shadow-md{--csdk-tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--csdk-tw-shadow-colored: 0 4px 6px -1px var(--csdk-tw-shadow-color), 0 2px 4px -2px var(--csdk-tw-shadow-color);box-shadow:var(--csdk-tw-ring-offset-shadow, 0 0 #0000),var(--csdk-tw-ring-shadow, 0 0 #0000),var(--csdk-tw-shadow)}.csdk-shadow-gray-500{--csdk-tw-shadow-color: #6b7280;--csdk-tw-shadow: var(--csdk-tw-shadow-colored)}.csdk-outline-0{outline-width:0px}.csdk-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-delay-150{transition-delay:.15s}.csdk-duration-500{transition-duration:.5s}.invalid\\:csdk-border-input:invalid{border-width:1px}.invalid\\:csdk-border-solid:invalid{border-style:solid}.invalid\\:csdk-border-semantic-error:invalid{border-color:#e74727}.hover\\:csdk-border-2:hover{border-width:2px}.hover\\:csdk-bg-interaction-primaryHovered:hover{background-color:#f2b900}.hover\\:csdk-bg-row-hover:hover{background-color:#e0e0e04d}.hover\\:csdk-underline:hover{text-decoration-line:underline}.focus\\:csdk-border-input:focus{border-width:1px}.focus\\:csdk-border-solid:focus{border-style:solid}.focus\\:csdk-border-UI-default:focus{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.disabled\\:csdk-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:csdk-opacity-30:disabled{opacity:.3}._container_1wquj_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px;text-align:center;margin:15px}._container_1wquj_1 ._card_1wquj_11{position:relative;padding:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;z-index:1;width:100%}._container_1wquj_1 ._text_1wquj_19{font-size:13px;text-align:center;font-weight:700;word-wrap:break-word}.csdk-context-menu-selected-with-dot{position:relative}.csdk-context-menu-selected-with-dot:before{content:"";position:absolute;left:12px;top:calc(50% - 3px);width:6px;height:6px;background-color:#000;border-radius:50%}._wrapper_1lpzp_1{width:100%;height:100%;position:relative}._title_1lpzp_7{font-size:18px;letter-spacing:normal;text-align:center;position:absolute;width:100%;top:11%}._image_1lpzp_17{width:66.6%;height:100%;margin:0 auto;display:block}[class*=csdk] .leaflet-pane,[class*=csdk] .leaflet-tile,[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow,[class*=csdk] .leaflet-tile-container,[class*=csdk] .leaflet-pane>svg,[class*=csdk] .leaflet-pane>canvas,[class*=csdk] .leaflet-zoom-box,[class*=csdk] .leaflet-image-layer,[class*=csdk] .leaflet-layer{position:absolute;left:0;top:0}[class*=csdk] .leaflet-container{overflow:hidden}[class*=csdk] .leaflet-tile,[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}[class*=csdk] .leaflet-tile::-moz-selection{background:transparent}[class*=csdk] .leaflet-tile::selection{background:transparent}[class*=csdk] .leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}[class*=csdk] .leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow{display:block}[class*=csdk] .leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}[class*=csdk] .leaflet-container .leaflet-marker-pane img,[class*=csdk] .leaflet-container .leaflet-shadow-pane img,[class*=csdk] .leaflet-container .leaflet-tile-pane img,[class*=csdk] .leaflet-container img.leaflet-image-layer,[class*=csdk] .leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}[class*=csdk] .leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}[class*=csdk] .leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}[class*=csdk] .leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}[class*=csdk] .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}[class*=csdk] .leaflet-container{-webkit-tap-highlight-color:transparent}[class*=csdk] .leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}[class*=csdk] .leaflet-tile{filter:inherit;visibility:hidden}[class*=csdk] .leaflet-tile-loaded{visibility:inherit}[class*=csdk] .leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}[class*=csdk] .leaflet-overlay-pane svg{-moz-user-select:none}[class*=csdk] .leaflet-pane{z-index:400}[class*=csdk] .leaflet-tile-pane{z-index:200}[class*=csdk] .leaflet-overlay-pane{z-index:400}[class*=csdk] .leaflet-shadow-pane{z-index:500}[class*=csdk] .leaflet-marker-pane{z-index:600}[class*=csdk] .leaflet-tooltip-pane{z-index:650}[class*=csdk] .leaflet-popup-pane{z-index:700}[class*=csdk] .leaflet-map-pane canvas{z-index:100}[class*=csdk] .leaflet-map-pane svg{z-index:200}[class*=csdk] .leaflet-vml-shape{width:1px;height:1px}[class*=csdk] .lvml{behavior:url(#default#VML);display:inline-block;position:absolute}[class*=csdk] .leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}[class*=csdk] .leaflet-top,[class*=csdk] .leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}[class*=csdk] .leaflet-top{top:0}[class*=csdk] .leaflet-right{right:0}[class*=csdk] .leaflet-bottom{bottom:0}[class*=csdk] .leaflet-left{left:0}[class*=csdk] .leaflet-control{float:left;clear:both}[class*=csdk] .leaflet-right .leaflet-control{float:right}[class*=csdk] .leaflet-top .leaflet-control{margin-top:10px}[class*=csdk] .leaflet-bottom .leaflet-control{margin-bottom:10px}[class*=csdk] .leaflet-left .leaflet-control{margin-left:10px}[class*=csdk] .leaflet-right .leaflet-control{margin-right:10px}[class*=csdk] .leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}[class*=csdk] .leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}[class*=csdk] .leaflet-zoom-animated{transform-origin:0 0}[class*=csdk] svg.leaflet-zoom-animated{will-change:transform}[class*=csdk] .leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}[class*=csdk] .leaflet-zoom-anim .leaflet-tile,[class*=csdk] .leaflet-pan-anim .leaflet-tile{transition:none}[class*=csdk] .leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}[class*=csdk] .leaflet-interactive{cursor:pointer}[class*=csdk] .leaflet-grab{cursor:grab}[class*=csdk] .leaflet-crosshair,[class*=csdk] .leaflet-crosshair .leaflet-interactive{cursor:crosshair}[class*=csdk] .leaflet-popup-pane,[class*=csdk] .leaflet-control{cursor:auto}[class*=csdk] .leaflet-dragging .leaflet-grab,[class*=csdk] .leaflet-dragging .leaflet-grab .leaflet-interactive,[class*=csdk] .leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow,[class*=csdk] .leaflet-image-layer,[class*=csdk] .leaflet-pane>svg path,[class*=csdk] .leaflet-tile-container{pointer-events:none}[class*=csdk] .leaflet-marker-icon.leaflet-interactive,[class*=csdk] .leaflet-image-layer.leaflet-interactive,[class*=csdk] .leaflet-pane>svg path.leaflet-interactive,[class*=csdk] svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}[class*=csdk] .leaflet-container{background:#ddd;outline-offset:1px}[class*=csdk] .leaflet-container a{color:#0078a8}[class*=csdk] .leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}[class*=csdk] .leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}[class*=csdk] .leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}[class*=csdk] .leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}[class*=csdk] .leaflet-bar a,[class*=csdk] .leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}[class*=csdk] .leaflet-bar a:hover,[class*=csdk] .leaflet-bar a:focus{background-color:#f4f4f4}[class*=csdk] .leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}[class*=csdk] .leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}[class*=csdk] .leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}[class*=csdk] .leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}[class*=csdk] .leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}[class*=csdk] .leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}[class*=csdk] .leaflet-control-zoom-in,[class*=csdk] .leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}[class*=csdk] .leaflet-touch .leaflet-control-zoom-in,[class*=csdk] .leaflet-touch .leaflet-control-zoom-out{font-size:22px}[class*=csdk] .leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}[class*=csdk] .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}[class*=csdk] .leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}[class*=csdk] .leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}[class*=csdk] .leaflet-control-layers .leaflet-control-layers-list,[class*=csdk] .leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}[class*=csdk] .leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}[class*=csdk] .leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}[class*=csdk] .leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}[class*=csdk] .leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}[class*=csdk] .leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}[class*=csdk] .leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}[class*=csdk] .leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}[class*=csdk] .leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}[class*=csdk] .leaflet-control-attribution,[class*=csdk] .leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}[class*=csdk] .leaflet-control-attribution a{text-decoration:none}[class*=csdk] .leaflet-control-attribution a:hover,[class*=csdk] .leaflet-control-attribution a:focus{text-decoration:underline}[class*=csdk] .leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}[class*=csdk] .leaflet-left .leaflet-control-scale{margin-left:5px}[class*=csdk] .leaflet-bottom .leaflet-control-scale{margin-bottom:5px}[class*=csdk] .leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}[class*=csdk] .leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}[class*=csdk] .leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}[class*=csdk] .leaflet-touch .leaflet-control-attribution,[class*=csdk] .leaflet-touch .leaflet-control-layers,[class*=csdk] .leaflet-touch .leaflet-bar{box-shadow:none}[class*=csdk] .leaflet-touch .leaflet-control-layers,[class*=csdk] .leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}[class*=csdk] .leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}[class*=csdk] .leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}[class*=csdk] .leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}[class*=csdk] .leaflet-popup-content p{margin:1.3em 0}[class*=csdk] .leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}[class*=csdk] .leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}[class*=csdk] .leaflet-popup-content-wrapper,[class*=csdk] .leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}[class*=csdk] .leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}[class*=csdk] .leaflet-container a.leaflet-popup-close-button:hover,[class*=csdk] .leaflet-container a.leaflet-popup-close-button:focus{color:#585858}[class*=csdk] .leaflet-popup-scrolled{overflow:auto}[class*=csdk] .leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}[class*=csdk] .leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}[class*=csdk] .leaflet-oldie .leaflet-control-zoom,[class*=csdk] .leaflet-oldie .leaflet-control-layers,[class*=csdk] .leaflet-oldie .leaflet-popup-content-wrapper,[class*=csdk] .leaflet-oldie .leaflet-popup-tip{border:1px solid #999}[class*=csdk] .leaflet-div-icon{background:#fff;border:1px solid #666}[class*=csdk] .leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}[class*=csdk] .leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}[class*=csdk] .leaflet-tooltip-top:before,[class*=csdk] .leaflet-tooltip-bottom:before,[class*=csdk] .leaflet-tooltip-left:before,[class*=csdk] .leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}[class*=csdk] .leaflet-tooltip-bottom{margin-top:6px}[class*=csdk] .leaflet-tooltip-top{margin-top:-6px}[class*=csdk] .leaflet-tooltip-bottom:before,[class*=csdk] .leaflet-tooltip-top:before{left:50%;margin-left:-6px}[class*=csdk] .leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}[class*=csdk] .leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}[class*=csdk] .leaflet-tooltip-left{margin-left:-6px}[class*=csdk] .leaflet-tooltip-right{margin-left:6px}[class*=csdk] .leaflet-tooltip-left:before,[class*=csdk] .leaflet-tooltip-right:before{top:50%;margin-top:-6px}[class*=csdk] .leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}[class*=csdk] .leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{[class*=csdk] .leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}._alert_box_10ttx_1{position:absolute;display:flex;justify-content:center;z-index:1;margin-top:1%}._alert_box_10ttx_1 ._content_10ttx_8{background-color:#616161;padding:5px;border-radius:3px;text-align:center}._alert_box_10ttx_1 ._content_10ttx_8 ._alert_10ttx_1{color:#fff;margin:0 8px;line-height:1;font-size:12px}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.highcharts-heatmap-series .highcharts-point.csdk-highcharts-point-blured{opacity:.5}.csdk-scattermap-tooltip-container{color:#5b6372;margin:4px 6px}.csdk-scattermap-tooltip-content{text-align:left}.csdk-scattermap-tooltip-label{font-size:15px;line-height:18px}.csdk-scattermap-tooltip-category{color:#9ea2ab;padding-right:20px}.csdk-scattermap-tooltip-row{display:flex;justify-content:space-between}[class*=csdk] .public_Scrollbar_main.public_Scrollbar_mainActive,[class*=csdk] .public_Scrollbar_main{background-color:#fff;border-left:1px solid #d3d3d3}[class*=csdk] .fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,[class*=csdk] .fixedDataTable_isRTL .public_Scrollbar_main{border-right:1px solid #d3d3d3;border-left-width:0}[class*=csdk] .public_Scrollbar_mainOpaque,[class*=csdk] .public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,[class*=csdk] .public_Scrollbar_mainOpaque:hover{background-color:#fff}[class*=csdk] .public_Scrollbar_face:after{background-color:#c2c2c2}[class*=csdk] .public_Scrollbar_main:hover .public_Scrollbar_face:after,[class*=csdk] .public_Scrollbar_mainActive .public_Scrollbar_face:after,[class*=csdk] .public_Scrollbar_faceActive:after{background-color:#7d7d7d}[class*=csdk] .public_fixedDataTableCell_main{background-color:#fff;border-color:#d3d3d3}[class*=csdk] .public_fixedDataTableCell_highlighted{background-color:#f4f4f4}[class*=csdk] .public_fixedDataTableCell_cellContent{padding:8px}[class*=csdk] .public_fixedDataTableCell_columnResizerKnob{background-color:#0284ff}[class*=csdk] .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:12px}[class*=csdk] .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-left:20px}[class*=csdk] .fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:auto;margin-right:12px}[class*=csdk] .fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-right:20px}[class*=csdk] .public_fixedDataTableCell_reordering{z-index:2}[class*=csdk] .public_fixedDataTableCell_resizeReorderCellContainer{position:fixed;background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef);border-color:#d3d3d3;border-right-style:solid;border-right-width:1px}[class*=csdk] .fixedDataTableCellLayout_columnReorderContainer{border-color:#0284ff;background-color:#0000001a;width:12px;margin-right:-12px;float:left;cursor:move}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer{margin-right:auto;margin-left:-12px;float:right}[class*=csdk] .fixedDataTableCellLayout_columnReorderContainer:after{content:"::";position:absolute;top:50%;left:1px;transform:translateY(-50%)}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after{left:auto;right:1px}[class*=csdk] .public_fixedDataTableColumnResizerLine_main{border-color:#0284ff;width:1px}[class*=csdk] .public_fixedDataTable_main,[class*=csdk] .public_fixedDataTable_header,[class*=csdk] .public_fixedDataTable_hasBottomBorder{border-color:#d3d3d3}[class*=csdk] .public_fixedDataTable_header .public_fixedDataTableCell_main{font-weight:700}[class*=csdk] .public_fixedDataTable_header,[class*=csdk] .public_fixedDataTable_scrollbarSpacer,[class*=csdk] .public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef)}[class*=csdk] .public_fixedDataTable_scrollbarSpacer{position:absolute;z-index:99;top:0}[class*=csdk] .public_fixedDataTable_footer .public_fixedDataTableCell_main{background-color:#f6f7f8;border-color:#d3d3d3}[class*=csdk] .public_fixedDataTable_topShadow{background-image:linear-gradient(180deg,#0000001a,#0000)}[class*=csdk] .public_fixedDataTable_bottomShadow{background-image:linear-gradient(0deg,#0000001a,#0000)}[class*=csdk] .public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal,[class*=csdk] .public_fixedDataTableRow_main{background-color:#fff}[class*=csdk] .public_fixedDataTableRow_highlighted,[class*=csdk] .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main{background-color:#f6f7f8}[class*=csdk] .public_fixedDataTableRow_fixedColumnsDivider{border-color:#d3d3d3}[class*=csdk] .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(90deg,#0000001a,#0000)}[class*=csdk] .fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(270deg,#0000001a,#0000)}[class*=csdk] .public_fixedDataTableRow_columnsRightShadow{transform:rotate(180deg)}[class*=csdk] .ScrollbarLayout_main{box-sizing:border-box;outline:none;overflow:hidden;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}[class*=csdk] .ScrollbarLayout_mainVertical{bottom:0;right:0;top:0;width:15px}[class*=csdk] .ScrollbarLayout_mainHorizontal{height:15px;left:0}[class*=csdk] .ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;display:flex;justify-content:center;align-items:center}[class*=csdk] .ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition-duration:.25s;transition-timing-function:ease;transition-property:background-color,height,width}[class*=csdk] .ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}[class*=csdk] .ScrollbarLayout_faceHorizontal:after{width:100%;height:calc(100% - 8px)}[class*=csdk] .fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal,[class*=csdk] .fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal:after{right:0;left:auto}[class*=csdk] .ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,[class*=csdk] .ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after{height:calc(100% - 4px)}[class*=csdk] .ScrollbarLayout_faceVertical{left:0;right:0;top:0}[class*=csdk] .ScrollbarLayout_faceVertical:after{height:100%;width:calc(100% - 8px)}[class*=csdk] .ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,[class*=csdk] .ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{width:calc(100% - 4px)}[class*=csdk] .fixedDataTableCellGroupLayout_cellGroup{backface-visibility:hidden;left:0;overflow:hidden;position:absolute;top:0;white-space:nowrap}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup{right:0;left:auto}[class*=csdk] .fixedDataTableCellGroupLayout_cellGroup>.public_fixedDataTableCell_main{display:inline-block;vertical-align:top;white-space:normal}[class*=csdk] .fixedDataTableCellGroupLayout_cellGroupWrapper{position:absolute;top:0}[class*=csdk] .fixedDataTableCellLayout_main{border-right-style:solid;border-right-width:1px;border-width:0 1px 0 0;box-sizing:border-box;display:block;overflow:hidden;position:absolute;white-space:normal}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}[class*=csdk] .fixedDataTableCellLayout_lastChild{border-width:0 1px 1px 0}[class*=csdk] .fixedDataTableCellLayout_alignRight{text-align:right}[class*=csdk] .fixedDataTableCellLayout_alignCenter{text-align:center}[class*=csdk] .fixedDataTableCellLayout_wrap{display:table-cell;vertical-align:middle;box-sizing:border-box}[class*=csdk] .fixedDataTableCellLayout_wrap1{display:table}[class*=csdk] .fixedDataTableCellLayout_wrap2{display:table-row}[class*=csdk] .fixedDataTableCellLayout_wrap3{display:table-cell;vertical-align:middle}[class*=csdk] .fixedDataTableCellLayout_columnResizerContainer{position:absolute;right:0;width:6px;z-index:1}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerContainer{left:0;right:auto}[class*=csdk] .fixedDataTableCellLayout_columnResizerContainer:hover{cursor:ew-resize;background-color:#0284ff}[class*=csdk] .fixedDataTableColumnResizerLineLayout_mouseArea{cursor:ew-resize;position:absolute;right:-5px;width:12px}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_mouseArea{right:auto;left:-5px}[class*=csdk] .fixedDataTableColumnResizerLineLayout_main{border-right-style:solid;border-right-width:1px;box-sizing:border-box;position:absolute;z-index:100;pointer-events:none}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}[class*=csdk] .fixedDataTableLayout_main{border-style:solid;border-width:1px;box-sizing:border-box;overflow:hidden;position:relative}[class*=csdk] .fixedDataTableLayout_header,[class*=csdk] .fixedDataTableLayout_hasBottomBorder{border-bottom-style:solid;border-bottom-width:1px}[class*=csdk] .fixedDataTableLayout_footer .public_fixedDataTableCell_main{border-top-style:solid;border-top-width:1px}[class*=csdk] .fixedDataTableLayout_topShadow,[class*=csdk] .fixedDataTableLayout_bottomShadow{height:4px;left:0;position:absolute;right:0;z-index:1}[class*=csdk] .fixedDataTableLayout_bottomShadow{margin-top:-4px}[class*=csdk] .fixedDataTableLayout_rowsContainer{overflow:hidden;position:relative}[class*=csdk] .fixedDataTableRowLayout_main{box-sizing:border-box;overflow:hidden;position:absolute;top:0}[class*=csdk] .fixedDataTableRowLayout_body{left:0;right:0;position:absolute;top:0}[class*=csdk] .fixedDataTableRowLayout_rowExpanded{box-sizing:border-box;left:0;position:absolute}[class*=csdk] .fixedDataTableRowLayout_fixedColumnsDivider{backface-visibility:hidden;border-left-style:solid;border-left-width:1px;left:0;position:absolute;top:0;width:0}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableRowLayout_fixedColumnsDivider{border-left-width:0;border-right-style:solid;border-right-width:1px}[class*=csdk] .fixedDataTableRowLayout_columnsShadow{position:absolute;width:4px}[class*=csdk] .fixedDataTableRowLayout_columnsRightShadow{right:1px}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableRowLayout_columnsRightShadow{left:1px;right:auto}[class*=csdk] .fixedDataTableRowLayout_rowWrapper{position:absolute;top:0}._headerCell_2qf2w_16{display:flex;justify-content:left;align-items:center;margin-left:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;width:100%;cursor:pointer}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;overflow:hidden}._icon_2qf2w_43{margin-right:10px;width:20px;box-sizing:border-box;display:inline-block}._numberIcon_2qf2w_50{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_2qf2w_54{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_2qf2w_58{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_2qf2w_62{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._sortIcon_2qf2w_66{position:absolute;right:0;width:24px;height:24px;background-repeat:no-repeat}._sortAscending_2qf2w_74._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyA3aDcuNjY3YS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTUuNzUgM2gtNS43NWEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjVoNS43NWEuNDkuNDkgMCAwMS40NzguNS40OS40OSAwIDAxLS40NzkuNXptLTUuNzUgM2gzLjgzM2EuNDkuNDkgMCAwMC40OC0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxM2EuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTAgM0g2LjIzYS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTEwLjU0MiAwYS40OS40OSAwIDAxLS40OC0uNXYtNC43OTNsLTIuMDU3IDIuMTQ3YS40NjUuNDY1IDAgMDEtLjY3OCAwIC41MTUuNTE1IDAgMDEwLS43MDhsMi44NjYtMi45OWEuNDY4LjQ2OCAwIDAxLjY5NiAwbDIuODY2IDIuOTlhLjUxNi41MTYgMCAwMTAgLjcwOC40NjUuNDY1IDAgMDEtLjY3OCAwbC0yLjA1Ni0yLjE0NlYxNS41YS40OS40OSAwIDAxLS40OC41eiIgZmlsbD0iIzVDNjM3MiIvPjwvc3ZnPgo=)}._sortAscending_2qf2w_74._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._sortAscending_2qf2w_74._caret_2qf2w_33:hover{transform:rotate(0)}._sortDescending_2qf2w_78._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._caret_2qf2w_33:hover{transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;flex-grow:1}._headerLabel_2qf2w_38,._headerLabel_2qf2w_38 *{overflow:hidden;text-overflow:ellipsis}._icon_t30x8_1{width:24px;height:24px;margin-right:5px;box-sizing:border-box;display:inline-block;background-repeat:no-repeat;flex-grow:0}._numberIcon_t30x8_11{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_t30x8_15{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_t30x8_19{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_t30x8_23{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer,._tableWrapper_1ode4_16 .public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:transparent;background-image:none;border-bottom:1px solid #edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{margin-left:3px}._tableWrapper_1ode4_16 .public_fixedDataTable_main,._tableWrapper_1ode4_16 .fixedDataTableLayout_main{border:none}._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted,._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main,._tableWrapper_1ode4_16 .public_fixedDataTableRow_main{background-color:transparent}._tableWrapper_1ode4_16 .public_fixedDataTableCell_main{background-color:transparent;border-color:#edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_hasBottomBorder,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{border-bottom:none}._tableWrapper_1ode4_16 .public_fixedDataTable_header .fixedDataTableCellGroupLayout_cellGroup{border-top:1px solid #edeef1;border-bottom:1px solid #edeef1;box-sizing:border-box}._tableWrapper_1ode4_16 .public_Scrollbar_main{border-left:none;background-color:transparent}._tableWrapper_1ode4_16 .fixedDataTableRowLayout_rowWrapper{border-left:1px solid #edeef1}._tableWrapper_1ode4_16 .public_Scrollbar_main.public_Scrollbar_mainOpaque{left:-1px}._tableWrapper_1ode4_16 .public_fixedDataTableCell_cellContent{padding:0 24px 0 12px}._tableWrapper_1ode4_16{height:100%;width:100%;box-sizing:border-box;-webkit-user-select:text;-moz-user-select:text;user-select:text}._table_1ode4_16{background:transparent;font-size:13px;border:none}._tableHeader_1ode4_78{color:#5c6372;background-color:transparent;margin:0;border:none;width:100%;overflow:hidden;box-sizing:border-box}._tableCell_1ode4_88{color:#5c6372;background-color:transparent;border:none;border-right:1px solid #edeef1;border-bottom:1px solid #edeef1;overflow:hidden;width:100%;box-sizing:border-box}._tableCellContent_1ode4_99{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._headerColor_1ode4_105,._rowColor_1ode4_109{background-color:#f9f9fb}._component_1rw9b_1{flex-grow:1;font-family:Open Sans}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content{position:relative;padding-left:13px}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content:before{top:2px;left:0;position:absolute;content:"";display:block;height:14px;width:1px;background:#c3c3c3}._alert_31zyt_1{position:relative;width:100%;box-sizing:border-box;display:grid;grid-template-columns:0 1fr;gap:.5rem;align-items:start;padding:.75rem 1rem;border-radius:.5rem;border:1px solid;font-size:.875rem;line-height:1.25rem}._alert_31zyt_1[data-dismiss-on-click=true]{cursor:pointer}._alert_31zyt_1._hasIcon_31zyt_18{grid-template-columns:1rem 1fr;gap:.75rem}._alert_31zyt_1._error_31zyt_22{background-color:#fef2f2;border-color:#fecaca;color:#991b1b}._alert_31zyt_1._error_31zyt_22 ._icon_31zyt_27{color:#ef4444}._alert_31zyt_1._error_31zyt_22[data-dark-mode=true]{background-color:#4a1f1f;border-color:#5a2a2a;color:#fca5a5}._alert_31zyt_1._error_31zyt_22[data-dark-mode=true] ._icon_31zyt_27{color:#f87171}._alert_31zyt_1._warning_31zyt_38{background-color:#fffbeb;border-color:#fde68a;color:#92400e}._alert_31zyt_1._warning_31zyt_38 ._icon_31zyt_27{color:#f59e0b}._alert_31zyt_1._warning_31zyt_38[data-dark-mode=true]{background-color:#4a3a1f;border-color:#5a4a2a;color:#fbbf24}._alert_31zyt_1._warning_31zyt_38[data-dark-mode=true] ._icon_31zyt_27{color:#f59e0b}._alert_31zyt_1._info_31zyt_54{background-color:#eff6ff;border-color:#bfdbfe;color:#1e40af}._alert_31zyt_1._info_31zyt_54 ._icon_31zyt_27{color:#3b82f6}._icon_31zyt_27{width:1rem;height:1rem;margin-top:.125rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}._icon_31zyt_27 svg{width:100%;height:100%}._content_31zyt_77{display:flex;flex-direction:column;gap:.25rem}._title_31zyt_83{font-weight:600;line-height:1.5;color:inherit}._description_31zyt_89{color:inherit;opacity:.9;line-height:1.5}._dismissButton_31zyt_95{position:absolute;top:.5rem;right:.5rem;background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:inherit;opacity:.7;transition:opacity .2s}._dismissButton_31zyt_95:hover{opacity:1}._dismissButton_31zyt_95:focus{outline:2px solid currentColor;outline-offset:2px}@media (prefers-color-scheme: dark){._alert_31zyt_1._error_31zyt_22{background-color:#4a1f1f;border-color:#5a2a2a;color:#fca5a5}._alert_31zyt_1._error_31zyt_22 ._icon_31zyt_27{color:#f87171}._alert_31zyt_1._warning_31zyt_38{background-color:#4a3a1f;border-color:#5a4a2a;color:#fbbf24}._alert_31zyt_1._warning_31zyt_38 ._icon_31zyt_27{color:#f59e0b}}.dark ._alert_31zyt_1._error_31zyt_22{background-color:#4a1f1f;border-color:#5a2a2a;color:#fca5a5}.dark ._alert_31zyt_1._error_31zyt_22 ._icon_31zyt_27{color:#f87171}.dark ._alert_31zyt_1._warning_31zyt_38{background-color:#4a3a1f;border-color:#5a4a2a;color:#fbbf24}.dark ._alert_31zyt_1._warning_31zyt_38 ._icon_31zyt_27{color:#f59e0b}._container_1cvt1_1{width:100%;box-sizing:border-box;overflow:visible;padding:4px}._containerClickable_1cvt1_8{cursor:pointer}._bannerWrapper_1cvt1_12{width:100%;max-width:64rem;margin-left:auto;margin-right:auto;overflow:visible}._bannerWrapper_1cvt1_12>div[role=alert],._bannerWrapper_1cvt1_12>button{border:none;border-radius:8px;box-shadow:0 1px 2px #09090a1a;padding:16px 20px}._bannerWrapper_1cvt1_12[data-variant=error]>div[role=alert]{background-color:#fdede9;color:#5c6372}._bannerWrapper_1cvt1_12[data-variant=error]>div[role=alert]>div:first-child{color:#fa5656}._bannerWrapper_1cvt1_12[data-variant=warning]>button{background-color:#fef8e5;color:#4f4f4f;gap:.5rem;padding-right:2.5rem;text-align:left}._bannerWrapper_1cvt1_12[data-variant=warning]>button>div:nth-child(2){justify-self:start}._bannerWrapper_1cvt1_12[data-variant=warning]>button>div:first-child{color:#ffcb05}[class*=csdk] .react-datepicker__navigation-icon:before,[class*=csdk] .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view--down-arrow,[class*=csdk] .react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}[class*=csdk] .react-datepicker-wrapper{display:inline-block;padding:0;border:0}[class*=csdk] .react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}[class*=csdk] .react-datepicker--time-only .react-datepicker__time-container{border-left:0}[class*=csdk] .react-datepicker--time-only .react-datepicker__time,[class*=csdk] .react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}[class*=csdk] .react-datepicker-popper{z-index:1;line-height:0}[class*=csdk] .react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}[class*=csdk] .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}[class*=csdk] .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}[class*=csdk] .react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}[class*=csdk] .react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}[class*=csdk] .react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}[class*=csdk] .react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}[class*=csdk] .react-datepicker__year-dropdown-container--select,[class*=csdk] .react-datepicker__month-dropdown-container--select,[class*=csdk] .react-datepicker__month-year-dropdown-container--select,[class*=csdk] .react-datepicker__year-dropdown-container--scroll,[class*=csdk] .react-datepicker__month-dropdown-container--scroll,[class*=csdk] .react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}[class*=csdk] .react-datepicker__current-month,[class*=csdk] .react-datepicker-time__header,[class*=csdk] .react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}[class*=csdk] h2.react-datepicker__current-month{padding:0;margin:0}[class*=csdk] .react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}[class*=csdk] .react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}[class*=csdk] .react-datepicker__navigation--previous{left:2px}[class*=csdk] .react-datepicker__navigation--next{right:2px}[class*=csdk] .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}[class*=csdk] .react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}[class*=csdk] .react-datepicker__navigation--years-previous{top:4px}[class*=csdk] .react-datepicker__navigation--years-upcoming{top:-4px}[class*=csdk] .react-datepicker__navigation:hover *:before{border-color:#a6a6a6}[class*=csdk] .react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}[class*=csdk] .react-datepicker__navigation-icon--next{left:-2px}[class*=csdk] .react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}[class*=csdk] .react-datepicker__navigation-icon--previous{right:-2px}[class*=csdk] .react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}[class*=csdk] .react-datepicker__month-container{float:left}[class*=csdk] .react-datepicker__year{margin:.4rem;text-align:center}[class*=csdk] .react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}[class*=csdk] .react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}[class*=csdk] .react-datepicker__month{margin:.4rem;text-align:center}[class*=csdk] .react-datepicker__month .react-datepicker__month-text,[class*=csdk] .react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}[class*=csdk] .react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__caption,[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}[class*=csdk] .react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}[class*=csdk] .react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}[class*=csdk] .react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}[class*=csdk] .react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}[class*=csdk] .react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}[class*=csdk] .react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}[class*=csdk] .react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}[class*=csdk] .react-datepicker__week-number--selected:hover{background-color:#1d5d90}[class*=csdk] .react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}[class*=csdk] .react-datepicker__week{white-space:nowrap}[class*=csdk] .react-datepicker__day-name,[class*=csdk] .react-datepicker__day,[class*=csdk] .react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}[class*=csdk] .react-datepicker__day,[class*=csdk] .react-datepicker__month-text,[class*=csdk] .react-datepicker__quarter-text,[class*=csdk] .react-datepicker__year-text{cursor:pointer}[class*=csdk] .react-datepicker__day:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}[class*=csdk] .react-datepicker__day--today,[class*=csdk] .react-datepicker__month-text--today,[class*=csdk] .react-datepicker__quarter-text--today,[class*=csdk] .react-datepicker__year-text--today{font-weight:700}[class*=csdk] .react-datepicker__day--highlighted,[class*=csdk] .react-datepicker__month-text--highlighted,[class*=csdk] .react-datepicker__quarter-text--highlighted,[class*=csdk] .react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}[class*=csdk] .react-datepicker__day--highlighted:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}[class*=csdk] .react-datepicker__day--highlighted-custom-1,[class*=csdk] .react-datepicker__month-text--highlighted-custom-1,[class*=csdk] .react-datepicker__quarter-text--highlighted-custom-1,[class*=csdk] .react-datepicker__year-text--highlighted-custom-1{color:#f0f}[class*=csdk] .react-datepicker__day--highlighted-custom-2,[class*=csdk] .react-datepicker__month-text--highlighted-custom-2,[class*=csdk] .react-datepicker__quarter-text--highlighted-custom-2,[class*=csdk] .react-datepicker__year-text--highlighted-custom-2{color:green}[class*=csdk] .react-datepicker__day--holidays,[class*=csdk] .react-datepicker__month-text--holidays,[class*=csdk] .react-datepicker__quarter-text--holidays,[class*=csdk] .react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}[class*=csdk] .react-datepicker__day--holidays .overlay,[class*=csdk] .react-datepicker__month-text--holidays .overlay,[class*=csdk] .react-datepicker__quarter-text--holidays .overlay,[class*=csdk] .react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}[class*=csdk] .react-datepicker__day--holidays:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}[class*=csdk] .react-datepicker__day--holidays:hover .overlay,[class*=csdk] .react-datepicker__month-text--holidays:hover .overlay,[class*=csdk] .react-datepicker__quarter-text--holidays:hover .overlay,[class*=csdk] .react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}[class*=csdk] .react-datepicker__day--selected,[class*=csdk] .react-datepicker__day--in-selecting-range,[class*=csdk] .react-datepicker__day--in-range,[class*=csdk] .react-datepicker__month-text--selected,[class*=csdk] .react-datepicker__month-text--in-selecting-range,[class*=csdk] .react-datepicker__month-text--in-range,[class*=csdk] .react-datepicker__quarter-text--selected,[class*=csdk] .react-datepicker__quarter-text--in-selecting-range,[class*=csdk] .react-datepicker__quarter-text--in-range,[class*=csdk] .react-datepicker__year-text--selected,[class*=csdk] .react-datepicker__year-text--in-selecting-range,[class*=csdk] .react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}[class*=csdk] .react-datepicker__day--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__day--in-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}[class*=csdk] .react-datepicker__day--keyboard-selected,[class*=csdk] .react-datepicker__month-text--keyboard-selected,[class*=csdk] .react-datepicker__quarter-text--keyboard-selected,[class*=csdk] .react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}[class*=csdk] .react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}[class*=csdk] .react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),[class*=csdk] .react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),[class*=csdk] .react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),[class*=csdk] .react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}[class*=csdk] .react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),[class*=csdk] .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),[class*=csdk] .react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),[class*=csdk] .react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),[class*=csdk] .react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),[class*=csdk] .react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),[class*=csdk] .react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),[class*=csdk] .react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}[class*=csdk] .react-datepicker__day--disabled,[class*=csdk] .react-datepicker__month-text--disabled,[class*=csdk] .react-datepicker__quarter-text--disabled,[class*=csdk] .react-datepicker__year-text--disabled{cursor:default;color:#ccc}[class*=csdk] .react-datepicker__day--disabled .overlay,[class*=csdk] .react-datepicker__month-text--disabled .overlay,[class*=csdk] .react-datepicker__quarter-text--disabled .overlay,[class*=csdk] .react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}[class*=csdk] .react-datepicker__input-container{position:relative;display:inline-block;width:100%}[class*=csdk] .react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}[class*=csdk] .react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}[class*=csdk] .react-datepicker__year-read-view,[class*=csdk] .react-datepicker__month-read-view,[class*=csdk] .react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}[class*=csdk] .react-datepicker__year-read-view:hover,[class*=csdk] .react-datepicker__month-read-view:hover,[class*=csdk] .react-datepicker__month-year-read-view:hover{cursor:pointer}[class*=csdk] .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,[class*=csdk] .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}[class*=csdk] .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view--down-arrow,[class*=csdk] .react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}[class*=csdk] .react-datepicker__year-dropdown,[class*=csdk] .react-datepicker__month-dropdown,[class*=csdk] .react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}[class*=csdk] .react-datepicker__year-dropdown:hover,[class*=csdk] .react-datepicker__month-dropdown:hover,[class*=csdk] .react-datepicker__month-year-dropdown:hover{cursor:pointer}[class*=csdk] .react-datepicker__year-dropdown--scrollable,[class*=csdk] .react-datepicker__month-dropdown--scrollable,[class*=csdk] .react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}[class*=csdk] .react-datepicker__year-option,[class*=csdk] .react-datepicker__month-option,[class*=csdk] .react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}[class*=csdk] .react-datepicker__year-option:first-of-type,[class*=csdk] .react-datepicker__month-option:first-of-type,[class*=csdk] .react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}[class*=csdk] .react-datepicker__year-option:last-of-type,[class*=csdk] .react-datepicker__month-option:last-of-type,[class*=csdk] .react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}[class*=csdk] .react-datepicker__year-option:hover,[class*=csdk] .react-datepicker__month-option:hover,[class*=csdk] .react-datepicker__month-year-option:hover{background-color:#ccc}[class*=csdk] .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,[class*=csdk] .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,[class*=csdk] .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}[class*=csdk] .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,[class*=csdk] .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,[class*=csdk] .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}[class*=csdk] .react-datepicker__year-option--selected,[class*=csdk] .react-datepicker__month-option--selected,[class*=csdk] .react-datepicker__month-year-option--selected{position:absolute;left:15px}[class*=csdk] .react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}[class*=csdk] .react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}[class*=csdk] .react-datepicker__close-icon--disabled{cursor:default}[class*=csdk] .react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}[class*=csdk] .react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}[class*=csdk] .react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}[class*=csdk] .react-datepicker__portal .react-datepicker__day-name,[class*=csdk] .react-datepicker__portal .react-datepicker__day,[class*=csdk] .react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){[class*=csdk] .react-datepicker__portal .react-datepicker__day-name,[class*=csdk] .react-datepicker__portal .react-datepicker__day,[class*=csdk] .react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}[class*=csdk] .react-datepicker__portal .react-datepicker__current-month,[class*=csdk] .react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}[class*=csdk] .react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}[class*=csdk] .react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}[class*=csdk] .react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}')), document.head.appendChild(t);
|
|
5776
5780
|
}
|
|
5777
5781
|
} catch (a) {
|
|
5778
5782
|
console.error("vite-plugin-css-injected-by-js", a);
|
|
@@ -5789,8 +5793,8 @@ export {
|
|
|
5789
5793
|
uc as NlqChartWidget,
|
|
5790
5794
|
To as executeGetNlqResult,
|
|
5791
5795
|
hc as getNlgInsightsFromWidget,
|
|
5792
|
-
|
|
5793
|
-
|
|
5796
|
+
Ar as prepareGetNlgInsightsPayload,
|
|
5797
|
+
La as prepareGetNlqResultPayload,
|
|
5794
5798
|
Po as useChatSession,
|
|
5795
5799
|
cc as useFinalNlqResponse,
|
|
5796
5800
|
oc as useGetNlgInsights,
|