@sisense/sdk-ui-vue 2.3.1 → 2.4.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 +23 -22
- package/dist/ai.js +642 -543
- package/dist/index.cjs +1 -1
- package/dist/index.js +935 -805
- package/dist/packages/sdk-ui-vue/src/components/charts/chart.d.ts +2 -2
- package/dist/packages/sdk-ui-vue/src/components/dashboard/dashboard-by-id.d.ts +2 -6
- package/dist/packages/sdk-ui-vue/src/components/dashboard/dashboard.d.ts +2 -6
- package/dist/packages/sdk-ui-vue/src/components/dashboard/index.d.ts +2 -2
- package/dist/packages/sdk-ui-vue/src/components/filters/filters-panel.d.ts +106 -0
- package/dist/packages/sdk-ui-vue/src/components/filters/index.d.ts +1 -0
- package/dist/packages/sdk-ui-vue/src/components/widgets/chart-widget.d.ts +2 -2
- package/dist/packages/sdk-ui-vue/src/components/widgets/index.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/components/widgets/widget-by-id.d.ts +2 -2
- package/dist/packages/sdk-ui-vue/src/components/widgets/widget.d.ts +13 -13
- package/dist/packages/sdk-ui-vue/src/composables/index.d.ts +4 -1
- package/dist/packages/sdk-ui-vue/src/composables/use-custom-widgets.d.ts +46 -0
- package/dist/packages/sdk-ui-vue/src/composables/use-execute-custom-widget-query.d.ts +45 -0
- package/dist/packages/sdk-ui-vue/src/composables/use-get-filter-members.d.ts +46 -0
- package/dist/packages/sdk-ui-vue/src/helpers/context-connectors/custom-widgets-context-connector.d.ts +8 -0
- package/dist/packages/sdk-ui-vue/src/helpers/context-connectors/index.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/helpers/dynamic-renderer.d.ts +16 -0
- package/dist/packages/sdk-ui-vue/src/helpers/setup-helper.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/lib.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/providers/custom-widgets-provider/custom-widgets-context.d.ts +12 -0
- package/dist/packages/sdk-ui-vue/src/providers/{plugins-provider/plugins-provider.d.ts → custom-widgets-provider/custom-widgets-provider.d.ts} +3 -3
- package/dist/packages/sdk-ui-vue/src/providers/custom-widgets-provider/index.d.ts +2 -0
- package/dist/packages/sdk-ui-vue/src/providers/index.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/sdk-ui-core-exports.d.ts +1 -1
- package/dist/packages/sdk-ui-vue/src/types/index.d.ts +0 -1
- package/dist/use-tracking-522444fb.cjs +1073 -0
- package/dist/{use-tracking-f354aa58.js → use-tracking-d5f179d9.js} +37583 -37423
- package/package.json +2 -2
- package/dist/packages/sdk-ui-vue/src/composables/use-plugins.d.ts +0 -4
- package/dist/packages/sdk-ui-vue/src/helpers/context-connectors/plugins-context-connector.d.ts +0 -8
- package/dist/packages/sdk-ui-vue/src/providers/plugins-provider/index.d.ts +0 -2
- package/dist/packages/sdk-ui-vue/src/providers/plugins-provider/plugins-context.d.ts +0 -10
- package/dist/packages/sdk-ui-vue/src/types/dashboard-config.d.ts +0 -24
- package/dist/use-tracking-50dd1f3d.cjs +0 -1073
package/dist/ai.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import { inject as
|
2
|
-
import {
|
1
|
+
import { inject as la, ref as Ut, defineComponent as lt, watchEffect as Ft, provide as da, watch as dt, toRefs as st } from "vue";
|
2
|
+
import { aC as Qt, aD as Pe, aE as sa, aF as qe, aG as ca, aH as pa, aI as he, aJ as Vt, aK as ua, aL as f, aM as $t, aN as D, aO as n, aP as O, aQ as U, aR as Ue, aS as F, aT as Se, aU as T, aV as Jt, aW as ga, aX as ha, aY as ce, aZ as ma, a_ as xe, a$ as Fe, b0 as ke, b1 as ct, b2 as ba, b3 as fa, b4 as xa, b5 as C, b6 as G, b7 as ka, b8 as wt, b9 as R, ba as Re, bb as v, bc as Me, bd as ya, be as wa, bf as _a, bg as Ca, bh as Ie, bi as Ce, bj as va, bk as Sa, bl as Xt, bm as Ma, bn as Ia, bo as Da, bp as Aa, bq as Kt, br as La, bs as Ta, bt as Na, bu as ja, bv as Oa, bw as er, bx as Ea, by as za, bz as Za, bA as _t, bB as Ra, bC as Wa, bD as Ga, bE as Pa, bF as tr, bG as _e, bH as rr, bI as et, bJ as qa, bK as Qe, bL as Ha, bM as Ba, bN as Ya, bO as Ua, bP as Fa, bQ as Qa, bR as Va, bS as $a, ao as Ne, bT as ar, bU as Ja, bV as Xa, bW as Ka, bX as ir, bY as or, bZ as ei, b_ as ti, b$ as ri, D as ai, c0 as ii, a as nr, c1 as lr, G as pt, C as ut, J as gt, K as me, a4 as ht } from "./use-tracking-d5f179d9.js";
|
3
3
|
var oi = Object.defineProperty, ni = Object.defineProperties, li = Object.getOwnPropertyDescriptors, Ct = Object.getOwnPropertySymbols, di = Object.prototype.hasOwnProperty, si = Object.prototype.propertyIsEnumerable, vt = (e, t, r) => t in e ? oi(e, t, {
|
4
4
|
enumerable: !0,
|
5
5
|
configurable: !0,
|
@@ -13,7 +13,7 @@ var oi = Object.defineProperty, ni = Object.defineProperties, li = Object.getOwn
|
|
13
13
|
si.call(t, r) && vt(e, r, t[r]);
|
14
14
|
return e;
|
15
15
|
}, ne = (e, t) => ni(e, li(t));
|
16
|
-
let
|
16
|
+
let dr = class extends rr {
|
17
17
|
constructor(e, t) {
|
18
18
|
var r;
|
19
19
|
super((r = e.jaql.title) !== null && r !== void 0 ? r : "", t), this.expression = e.jaql.dim || e.jaql.formula, this.metadataItem = e, e.jaql.agg ? this.aggregation = e.jaql.agg : delete this.aggregation, e.jaql.formula ? this.formula = e.jaql.formula : delete this.formula, e.jaql.sort ? this.sortType = Ya(e.jaql.sort) : delete this.sortType, this.skipValidation = !0;
|
@@ -39,16 +39,16 @@ const ci = {
|
|
39
39
|
};
|
40
40
|
function pi(e) {
|
41
41
|
var t;
|
42
|
-
return new
|
42
|
+
return new dr(e, (t = ci[e.jaql.datatype]) !== null && t !== void 0 ? t : "numeric");
|
43
43
|
}
|
44
|
-
function
|
44
|
+
function sr(e) {
|
45
45
|
const {
|
46
46
|
jaql: t
|
47
47
|
} = e;
|
48
48
|
if (t.formula)
|
49
|
-
return
|
50
|
-
const r =
|
51
|
-
return "agg" in t && t.dim && t.datatype ?
|
49
|
+
return Ua(t);
|
50
|
+
const r = Fa.translateJaqlToGranularity(t);
|
51
|
+
return "agg" in t && t.dim && t.datatype ? Qa({
|
52
52
|
expression: t.dim,
|
53
53
|
dataType: t.datatype,
|
54
54
|
agg: t.agg || "",
|
@@ -57,7 +57,7 @@ function dr(e) {
|
|
57
57
|
sort: t.sort,
|
58
58
|
title: t.title,
|
59
59
|
dataSource: t.datasource
|
60
|
-
}) : t.dim && t.datatype ?
|
60
|
+
}) : t.dim && t.datatype ? Va({
|
61
61
|
expression: t.dim,
|
62
62
|
dataType: t.datatype,
|
63
63
|
granularity: r,
|
@@ -74,8 +74,8 @@ function gi(e) {
|
|
74
74
|
function hi(e) {
|
75
75
|
return !e || !e.jaql.datasource.title || !e.jaql.metadata.length;
|
76
76
|
}
|
77
|
-
function
|
78
|
-
if (![...
|
77
|
+
function cr(e) {
|
78
|
+
if (![...Oa, "pivot", "pivot2"].includes(e))
|
79
79
|
throw new Ce("errors.chartTypeNotSupported", {
|
80
80
|
chartType: e
|
81
81
|
});
|
@@ -94,7 +94,7 @@ function St(e) {
|
|
94
94
|
function J(e) {
|
95
95
|
return Array.isArray(e) && e.length > 0;
|
96
96
|
}
|
97
|
-
function
|
97
|
+
function bi(e) {
|
98
98
|
const t = e.split(`
|
99
99
|
`);
|
100
100
|
for (let r = 0; r < t.length - 1; r++)
|
@@ -108,7 +108,7 @@ function fi(e) {
|
|
108
108
|
return t.join(`
|
109
109
|
`);
|
110
110
|
}
|
111
|
-
const
|
111
|
+
const fi = {
|
112
112
|
react: {
|
113
113
|
baseChartTmpl: `import { {{componentString}} } from '@sisense/sdk-ui';
|
114
114
|
{{extraImportsString}}
|
@@ -567,10 +567,10 @@ import { DashboardById } from '@sisense/sdk-ui-vue';
|
|
567
567
|
</template>`,
|
568
568
|
dashboardTmpl: "/** COMING SOON */"
|
569
569
|
}
|
570
|
-
},
|
571
|
-
const a =
|
572
|
-
return
|
573
|
-
}, ki = () => Object.values(
|
570
|
+
}, pr = (e, t) => fi[t][e].replace(/{{(.*?)Tmpl}}/g, (r, a) => pr(`${a}Tmpl`, t)), xi = (e, t) => e.replace(/{{(.*?)}}/g, (r, a) => a in t ? t[a] : (console.warn(`Placeholder ${a} not found in data`), r)), tt = (e, t, r = "react") => {
|
571
|
+
const a = pr(e, r);
|
572
|
+
return bi(xi(a, t));
|
573
|
+
}, ki = () => Object.values(Ka).map((e) => ir.aggregationToJAQL(e)).join("|"), ur = (e) => {
|
574
574
|
const {
|
575
575
|
formula: t,
|
576
576
|
context: r,
|
@@ -601,7 +601,7 @@ import { DashboardById } from '@sisense/sdk-ui-vue';
|
|
601
601
|
return e;
|
602
602
|
}, Ee = (e) => {
|
603
603
|
let t = e;
|
604
|
-
if ("formula" in e && (t =
|
604
|
+
if ("formula" in e && (t = ur(e)), "context" in t) {
|
605
605
|
const r = Z({}, t.context);
|
606
606
|
Object.keys(r).forEach((a) => {
|
607
607
|
r[`${a}`] = Ee(r[`${a}`]);
|
@@ -616,7 +616,7 @@ import { DashboardById } from '@sisense/sdk-ui-vue';
|
|
616
616
|
const {
|
617
617
|
jaql: a
|
618
618
|
} = r;
|
619
|
-
return (t = a.filter) != null && t.by && (a.filter.by =
|
619
|
+
return (t = a.filter) != null && t.by && (a.filter.by = ur(a.filter.by)), ne(Z({}, r), {
|
620
620
|
jaql: a
|
621
621
|
});
|
622
622
|
}, wi = (e) => {
|
@@ -642,7 +642,7 @@ import { DashboardById } from '@sisense/sdk-ui-vue';
|
|
642
642
|
`, r += " ".repeat(t), r += ` '${e.formula}',
|
643
643
|
`, r += " ".repeat(t), r += ` {
|
644
644
|
`, Object.entries(e.context).forEach(([a, i]) => {
|
645
|
-
const l =
|
645
|
+
const l = or(i.table || rt, i.column || rt, void 0, "DM");
|
646
646
|
r += " ".repeat(t), r += ` '${a.slice(1, -1)}': ${l},
|
647
647
|
`;
|
648
648
|
}), r += " ".repeat(t), r += ` }
|
@@ -656,7 +656,7 @@ import { DashboardById } from '@sisense/sdk-ui-vue';
|
|
656
656
|
title: l
|
657
657
|
} = e;
|
658
658
|
let d;
|
659
|
-
return r && a && (d =
|
659
|
+
return r && a && (d = or(r, a, t, "DM")), i && r && a && l && (d = `measureFactory.${ir.aggregationFromJAQL(i)}(${d}, '${_e(l)}')`), d || rt;
|
660
660
|
}, vi = (e, t) => {
|
661
661
|
const r = e.jaql(!1).jaql;
|
662
662
|
return "formula" in r ? _i(r, t) : Ci(r);
|
@@ -665,7 +665,7 @@ import { DashboardById } from '@sisense/sdk-ui-vue';
|
|
665
665
|
return "";
|
666
666
|
if (typeof e == "string")
|
667
667
|
return `'${_e(e)}'`;
|
668
|
-
if (e instanceof
|
668
|
+
if (e instanceof dr)
|
669
669
|
return vi(e, t);
|
670
670
|
if (e instanceof rr)
|
671
671
|
return e.composeCode || "";
|
@@ -706,7 +706,7 @@ const Dt = `
|
|
706
706
|
chartType: a = "table",
|
707
707
|
includeChart: i = !0
|
708
708
|
}) => {
|
709
|
-
|
709
|
+
cr(a);
|
710
710
|
const l = {
|
711
711
|
dashboardOid: e,
|
712
712
|
widgetOid: t
|
@@ -714,7 +714,7 @@ const Dt = `
|
|
714
714
|
return tt(d, l, r);
|
715
715
|
}, ji = (e, t, r) => {
|
716
716
|
if (er(e)) {
|
717
|
-
|
717
|
+
cr(e.chartType);
|
718
718
|
const a = St(e), i = {
|
719
719
|
idString: e.id,
|
720
720
|
widgetTypeString: "chart",
|
@@ -730,7 +730,7 @@ const Dt = `
|
|
730
730
|
};
|
731
731
|
return tt(r.chart, i, t);
|
732
732
|
}
|
733
|
-
if (
|
733
|
+
if (Ea(e)) {
|
734
734
|
const a = St(e), i = {
|
735
735
|
idString: e.id,
|
736
736
|
widgetTypeString: "pivot",
|
@@ -744,8 +744,8 @@ const Dt = `
|
|
744
744
|
};
|
745
745
|
return tt(r.pivot, i, t);
|
746
746
|
}
|
747
|
-
if (
|
748
|
-
return "/**
|
747
|
+
if (za(e))
|
748
|
+
return "/** Custom widget code not supported yet */";
|
749
749
|
throw new Ce("errors.otherWidgetTypesNotSupported");
|
750
750
|
}, Oi = ({
|
751
751
|
widgetProps: e,
|
@@ -755,7 +755,7 @@ const Dt = `
|
|
755
755
|
pivot: Li
|
756
756
|
}), Ei = (e) => ({
|
757
757
|
dataOptions: {
|
758
|
-
columns: e.map(
|
758
|
+
columns: e.map(sr)
|
759
759
|
}
|
760
760
|
}), zi = Object.freeze({
|
761
761
|
convolution: {
|
@@ -787,7 +787,7 @@ const Dt = `
|
|
787
787
|
const a = e.reduce((l, d) => (l[d.jaql.title] = d, l), {}), i = Object.entries(r).reduce((l, d) => {
|
788
788
|
const [p, c] = d;
|
789
789
|
return l[`${p}`] = Array.isArray(c) ? c.map((g) => {
|
790
|
-
var x,
|
790
|
+
var x, b;
|
791
791
|
const o = et(g);
|
792
792
|
delete o.enabled;
|
793
793
|
const u = a[o.column.name];
|
@@ -798,13 +798,13 @@ const Dt = `
|
|
798
798
|
name: o.column.name
|
799
799
|
}
|
800
800
|
};
|
801
|
-
const s =
|
801
|
+
const s = sr(u);
|
802
802
|
if (u.panel === "measures")
|
803
803
|
return ne(Z({}, o), {
|
804
804
|
column: s
|
805
805
|
});
|
806
|
-
if (
|
807
|
-
const h = (
|
806
|
+
if (qa(s.type)) {
|
807
|
+
const h = (b = (x = u.format) == null ? void 0 : x.mask) == null ? void 0 : b[u.jaql.level];
|
808
808
|
if (h)
|
809
809
|
return ne(Z({}, o), {
|
810
810
|
column: s,
|
@@ -849,7 +849,7 @@ const Dt = `
|
|
849
849
|
return t === "x" ? (a = (r = e.category) != null ? r : e.x) == null ? void 0 : a.map((d) => et(d).column.name).join(", ") : (l = (i = e.value) != null ? i : e.y) == null ? void 0 : l.map((d) => et(d).column.name).join(", ");
|
850
850
|
}, Ri = (e, t, r, a) => {
|
851
851
|
let i;
|
852
|
-
return a && e in Lt ? i =
|
852
|
+
return a && e in Lt ? i = Qe(Qe(zi, {
|
853
853
|
subtype: Lt[`${e}`]
|
854
854
|
}), {
|
855
855
|
legend: {
|
@@ -868,7 +868,7 @@ const Dt = `
|
|
868
868
|
text: Tt(t, "x")
|
869
869
|
}
|
870
870
|
}
|
871
|
-
}, r) : i =
|
871
|
+
}, r) : i = Qe(Ha(), r), i;
|
872
872
|
}, Wi = (e, t, r = !0) => {
|
873
873
|
const {
|
874
874
|
chartFamily: a,
|
@@ -880,11 +880,11 @@ const Dt = `
|
|
880
880
|
dataOptions: p,
|
881
881
|
chartStyleOptions: c
|
882
882
|
};
|
883
|
-
},
|
883
|
+
}, Gi = (e) => "chartType" in e ? e : {
|
884
884
|
chartType: "table",
|
885
885
|
chartFamily: "table",
|
886
886
|
axesMapping: {}
|
887
|
-
},
|
887
|
+
}, Pi = (e) => e.map((t) => Za(t.jaql)), qi = (e) => e.reduce((t, r) => {
|
888
888
|
if ((r.panel === "scope" || r.jaql.filter) && t.metadataFilters.push(_t(r)), r.panel !== "scope") {
|
889
889
|
const a = _t(r);
|
890
890
|
delete a.jaql.filter, t.metadataColumns.push(a);
|
@@ -893,7 +893,7 @@ const Dt = `
|
|
893
893
|
}, {
|
894
894
|
metadataColumns: [],
|
895
895
|
metadataFilters: []
|
896
|
-
}),
|
896
|
+
}), Hi = (e, t) => {
|
897
897
|
if (!hi(e))
|
898
898
|
try {
|
899
899
|
const {
|
@@ -907,11 +907,11 @@ const Dt = `
|
|
907
907
|
datasource: p
|
908
908
|
} = a, c = ne(Z({}, p), {
|
909
909
|
type: p.type || "elasticube"
|
910
|
-
}), g =
|
910
|
+
}), g = Ia(c), x = d.map((M) => wi(M)).map((M) => ne(Z({}, M), {
|
911
911
|
jaql: ne(Z({}, M.jaql), {
|
912
912
|
datasource: g
|
913
913
|
})
|
914
|
-
})),
|
914
|
+
})), b = Gi(i), o = b.chartType.toLowerCase(), u = {
|
915
915
|
cornerRadius: "Small",
|
916
916
|
header: {
|
917
917
|
// remove info button and render empty toolbar instead
|
@@ -920,10 +920,10 @@ const Dt = `
|
|
920
920
|
}, {
|
921
921
|
metadataColumns: s,
|
922
922
|
metadataFilters: h
|
923
|
-
} =
|
923
|
+
} = qi(x), m = Pi(h), {
|
924
924
|
dataOptions: w,
|
925
925
|
chartStyleOptions: _
|
926
|
-
} = Wi(s,
|
926
|
+
} = Wi(s, b, r), y = Z(Z({}, _), u);
|
927
927
|
return {
|
928
928
|
widgetType: "chart",
|
929
929
|
id: l,
|
@@ -938,32 +938,32 @@ const Dt = `
|
|
938
938
|
console.error(r);
|
939
939
|
return;
|
940
940
|
}
|
941
|
-
}, mt = (e, t) =>
|
941
|
+
}, mt = (e, t) => Hi(e, t), Bi = (e) => ui(e) ? Ni(e) : Oi(e), gr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
942
942
|
__proto__: null,
|
943
|
-
toWidgetCode:
|
943
|
+
toWidgetCode: Bi,
|
944
944
|
toWidgetProps: mt
|
945
945
|
}, Symbol.toStringTag, {
|
946
946
|
value: "Module"
|
947
947
|
}));
|
948
|
-
var
|
948
|
+
var Yi = Object.defineProperty, Ui = Object.defineProperties, Fi = Object.getOwnPropertyDescriptors, We = Object.getOwnPropertySymbols, hr = Object.prototype.hasOwnProperty, mr = Object.prototype.propertyIsEnumerable, Nt = (e, t, r) => t in e ? Yi(e, t, {
|
949
949
|
enumerable: !0,
|
950
950
|
configurable: !0,
|
951
951
|
writable: !0,
|
952
952
|
value: r
|
953
953
|
}) : e[t] = r, I = (e, t) => {
|
954
954
|
for (var r in t || (t = {}))
|
955
|
-
|
955
|
+
hr.call(t, r) && Nt(e, r, t[r]);
|
956
956
|
if (We)
|
957
957
|
for (var r of We(t))
|
958
|
-
|
958
|
+
mr.call(t, r) && Nt(e, r, t[r]);
|
959
959
|
return e;
|
960
|
-
}, j = (e, t) => Ui(e,
|
960
|
+
}, j = (e, t) => Ui(e, Fi(t)), Qi = (e, t) => {
|
961
961
|
var r = {};
|
962
962
|
for (var a in e)
|
963
|
-
|
963
|
+
hr.call(e, a) && t.indexOf(a) < 0 && (r[a] = e[a]);
|
964
964
|
if (e != null && We)
|
965
965
|
for (var a of We(e))
|
966
|
-
t.indexOf(a) < 0 &&
|
966
|
+
t.indexOf(a) < 0 && mr.call(e, a) && (r[a] = e[a]);
|
967
967
|
return r;
|
968
968
|
}, pe = (e, t, r) => new Promise((a, i) => {
|
969
969
|
var l = (c) => {
|
@@ -981,7 +981,7 @@ var Bi = Object.defineProperty, Ui = Object.defineProperties, Qi = Object.getOwn
|
|
981
981
|
}, p = (c) => c.done ? a(c.value) : Promise.resolve(c.value).then(l, d);
|
982
982
|
p((r = r.apply(e, t)).next());
|
983
983
|
});
|
984
|
-
class Vi extends
|
984
|
+
class Vi extends Ra {
|
985
985
|
constructor(t, r) {
|
986
986
|
super(), this.client = t, this.setOptions(r), this.bindMethods(), this.updateResult();
|
987
987
|
}
|
@@ -991,7 +991,7 @@ class Vi extends za {
|
|
991
991
|
setOptions(t) {
|
992
992
|
var r;
|
993
993
|
const a = this.options;
|
994
|
-
this.options = this.client.defaultMutationOptions(t),
|
994
|
+
this.options = this.client.defaultMutationOptions(t), Wa(a, this.options) || this.client.getMutationCache().notify({
|
995
995
|
type: "observerOptionsUpdated",
|
996
996
|
mutation: this.currentMutation,
|
997
997
|
observer: this
|
@@ -1024,7 +1024,7 @@ class Vi extends za {
|
|
1024
1024
|
})), this.currentMutation.addObserver(this), this.currentMutation.execute();
|
1025
1025
|
}
|
1026
1026
|
updateResult() {
|
1027
|
-
const t = this.currentMutation ? this.currentMutation.state :
|
1027
|
+
const t = this.currentMutation ? this.currentMutation.state : Ga(), r = j(I({}, t), {
|
1028
1028
|
isLoading: t.status === "loading",
|
1029
1029
|
isSuccess: t.status === "success",
|
1030
1030
|
isError: t.status === "error",
|
@@ -1053,17 +1053,17 @@ class Vi extends za {
|
|
1053
1053
|
});
|
1054
1054
|
}
|
1055
1055
|
}
|
1056
|
-
function
|
1057
|
-
const a =
|
1056
|
+
function bt(e, t, r) {
|
1057
|
+
const a = Da(e, t), i = Me({
|
1058
1058
|
context: a.context
|
1059
1059
|
}), [l] = R(() => new Vi(i, a));
|
1060
1060
|
Ie(() => {
|
1061
1061
|
l.setOptions(a);
|
1062
1062
|
}, [l, a]);
|
1063
|
-
const d =
|
1063
|
+
const d = Aa(T((c) => l.subscribe(Kt.batchCalls(c)), [l]), () => l.getCurrentResult(), () => l.getCurrentResult()), p = T((c, g) => {
|
1064
1064
|
l.mutate(c, g).catch($i);
|
1065
1065
|
}, [l]);
|
1066
|
-
if (d.error &&
|
1066
|
+
if (d.error && La(l.options.useErrorBoundary, [d.error]))
|
1067
1067
|
throw d.error;
|
1068
1068
|
return j(I({}, d), {
|
1069
1069
|
mutate: p,
|
@@ -1100,7 +1100,7 @@ class jt {
|
|
1100
1100
|
}, this.httpClient = t;
|
1101
1101
|
}
|
1102
1102
|
}
|
1103
|
-
new
|
1103
|
+
new Qt({
|
1104
1104
|
defaultOptions: {
|
1105
1105
|
queries: {
|
1106
1106
|
refetchOnWindowFocus: !1,
|
@@ -1108,7 +1108,7 @@ new Ft({
|
|
1108
1108
|
}
|
1109
1109
|
}
|
1110
1110
|
});
|
1111
|
-
const
|
1111
|
+
const br = /* @__PURE__ */ Pe(void 0), te = () => ct(br), fr = /* @__PURE__ */ Pe({}), Ji = () => ct(fr), Xi = ({
|
1112
1112
|
children: e
|
1113
1113
|
}) => {
|
1114
1114
|
const [t, r] = R({}), a = T((d, p) => {
|
@@ -1127,18 +1127,18 @@ const mr = /* @__PURE__ */ qe(void 0), te = () => ct(mr), fr = /* @__PURE__ */ q
|
|
1127
1127
|
children: e
|
1128
1128
|
});
|
1129
1129
|
};
|
1130
|
-
function
|
1130
|
+
function xr(e) {
|
1131
1131
|
var t, r;
|
1132
1132
|
if ("jaql" in e)
|
1133
1133
|
return e;
|
1134
1134
|
{
|
1135
|
-
const a =
|
1135
|
+
const a = ba(e.dataSource), {
|
1136
1136
|
filters: i = [],
|
1137
1137
|
relations: l
|
1138
|
-
} =
|
1138
|
+
} = fa(e.filters), {
|
1139
1139
|
metadata: d,
|
1140
1140
|
filterRelations: p
|
1141
|
-
} =
|
1141
|
+
} = xa({
|
1142
1142
|
dataSource: e.dataSource,
|
1143
1143
|
attributes: (t = e.dimensions) != null ? t : [],
|
1144
1144
|
measures: (r = e.measures) != null ? r : [],
|
@@ -1155,8 +1155,8 @@ function br(e) {
|
|
1155
1155
|
return e.verbosity && (c.verbosity = e.verbosity), c;
|
1156
1156
|
}
|
1157
1157
|
}
|
1158
|
-
const
|
1159
|
-
const r =
|
1158
|
+
const kr = (e, t = !0) => {
|
1159
|
+
const r = F(() => xr(e), [e]), a = te(), {
|
1160
1160
|
data: i,
|
1161
1161
|
error: l,
|
1162
1162
|
isError: d,
|
@@ -1167,8 +1167,8 @@ const xr = (e, t = !0) => {
|
|
1167
1167
|
queryKey: ["getNlgInsights", r, a],
|
1168
1168
|
queryFn: () => a == null ? void 0 : a.ai.getNlgInsights(r),
|
1169
1169
|
select: (x) => {
|
1170
|
-
var
|
1171
|
-
return (
|
1170
|
+
var b;
|
1171
|
+
return (b = x == null ? void 0 : x.data) == null ? void 0 : b.answer;
|
1172
1172
|
},
|
1173
1173
|
enabled: !!a && t
|
1174
1174
|
});
|
@@ -1209,7 +1209,7 @@ const at = 4, to = (e) => {
|
|
1209
1209
|
isLoading: c,
|
1210
1210
|
isError: g,
|
1211
1211
|
isSuccess: x,
|
1212
|
-
data:
|
1212
|
+
data: b,
|
1213
1213
|
error: o,
|
1214
1214
|
refetch: u
|
1215
1215
|
} = Se({
|
@@ -1218,11 +1218,11 @@ const at = 4, to = (e) => {
|
|
1218
1218
|
numOfRecommendations: d
|
1219
1219
|
}),
|
1220
1220
|
enabled: !!l && p
|
1221
|
-
}), s =
|
1221
|
+
}), s = F(() => b == null ? void 0 : b.map((h) => j(I({}, h), {
|
1222
1222
|
widgetProps: h.jaql ? mt(h, {
|
1223
1223
|
useCustomizedStyleOptions: a
|
1224
1224
|
}) : void 0
|
1225
|
-
})), [
|
1225
|
+
})), [b, a]);
|
1226
1226
|
return {
|
1227
1227
|
isLoading: p ? c : !1,
|
1228
1228
|
isError: g,
|
@@ -1233,33 +1233,33 @@ const at = 4, to = (e) => {
|
|
1233
1233
|
u();
|
1234
1234
|
}, [u])
|
1235
1235
|
};
|
1236
|
-
},
|
1236
|
+
}, yr = Object.freeze({
|
1237
1237
|
enableFollowupQuestions: !1,
|
1238
1238
|
enableHeader: !0,
|
1239
1239
|
enableInsights: !0,
|
1240
1240
|
numOfRecommendations: 4,
|
1241
1241
|
numOfRecentPrompts: 5
|
1242
|
-
}),
|
1242
|
+
}), wr = /* @__PURE__ */ Pe(I({}, yr)), re = () => ct(wr), ro = ({
|
1243
1243
|
children: e,
|
1244
1244
|
value: t
|
1245
1245
|
}) => {
|
1246
1246
|
const {
|
1247
1247
|
t: r
|
1248
|
-
} = O(), a = Object.entries(t).reduce((i, [l, d]) => (d !== void 0 && (i[l] = d), i), j(I({},
|
1248
|
+
} = O(), a = Object.entries(t).reduce((i, [l, d]) => (d !== void 0 && (i[l] = d), i), j(I({}, yr), {
|
1249
1249
|
inputPromptText: r("ai.config.inputPromptText"),
|
1250
1250
|
welcomeText: r("ai.config.welcomeText"),
|
1251
1251
|
suggestionsWelcomeText: r("ai.config.suggestionsWelcomeText")
|
1252
1252
|
}));
|
1253
|
-
return /* @__PURE__ */ n(
|
1253
|
+
return /* @__PURE__ */ n(wr.Provider, {
|
1254
1254
|
value: a,
|
1255
1255
|
children: e
|
1256
1256
|
});
|
1257
|
-
},
|
1257
|
+
}, ft = "chatHistory", ao = (e) => {
|
1258
1258
|
const t = te(), {
|
1259
1259
|
hideHistory: r
|
1260
1260
|
} = re();
|
1261
1261
|
return Se({
|
1262
|
-
queryKey: [
|
1262
|
+
queryKey: [ft, e, t],
|
1263
1263
|
queryFn: () => pe(void 0, null, function* () {
|
1264
1264
|
if (!t || !e)
|
1265
1265
|
return;
|
@@ -1270,9 +1270,9 @@ const at = 4, to = (e) => {
|
|
1270
1270
|
}),
|
1271
1271
|
enabled: !!t && !!e
|
1272
1272
|
});
|
1273
|
-
},
|
1273
|
+
}, _r = (e) => {
|
1274
1274
|
const t = te(), r = Me();
|
1275
|
-
return
|
1275
|
+
return bt({
|
1276
1276
|
mutationFn: () => pe(void 0, null, function* () {
|
1277
1277
|
if (!(!t || !e))
|
1278
1278
|
return t.ai.chat.clearHistory(e);
|
@@ -1281,7 +1281,7 @@ const at = 4, to = (e) => {
|
|
1281
1281
|
console.error("Error when clearing history:", a);
|
1282
1282
|
},
|
1283
1283
|
onSettled: () => {
|
1284
|
-
e && r.setQueriesData([
|
1284
|
+
e && r.setQueriesData([ft, e], []);
|
1285
1285
|
}
|
1286
1286
|
});
|
1287
1287
|
}, io = (e) => {
|
@@ -1291,7 +1291,7 @@ const at = 4, to = (e) => {
|
|
1291
1291
|
isError: a
|
1292
1292
|
} = ao(e), {
|
1293
1293
|
mutate: i
|
1294
|
-
} =
|
1294
|
+
} = _r(e);
|
1295
1295
|
return Ie(() => {
|
1296
1296
|
a && i();
|
1297
1297
|
}, [a, i]), {
|
@@ -1331,7 +1331,7 @@ const at = 4, to = (e) => {
|
|
1331
1331
|
isLoading: r
|
1332
1332
|
};
|
1333
1333
|
}, lo = (e, t, r) => {
|
1334
|
-
const a = Me(), i = te(), l =
|
1334
|
+
const a = Me(), i = te(), l = bt({
|
1335
1335
|
mutationFn: () => pe(void 0, null, function* () {
|
1336
1336
|
if (!(!i || !e))
|
1337
1337
|
return i.ai.chat.create(e, r);
|
@@ -1360,13 +1360,13 @@ const at = 4, to = (e) => {
|
|
1360
1360
|
}
|
1361
1361
|
}, co = (e, t) => {
|
1362
1362
|
const r = Me(), a = T((c) => {
|
1363
|
-
e && r.setQueriesData([
|
1363
|
+
e && r.setQueriesData([ft, e], (g) => g && [...g, c]);
|
1364
1364
|
}, [r, e]), {
|
1365
1365
|
t: i
|
1366
1366
|
} = O(), l = te(), {
|
1367
1367
|
mutate: d,
|
1368
1368
|
isLoading: p
|
1369
|
-
} =
|
1369
|
+
} = bt({
|
1370
1370
|
mutationFn: (c) => pe(void 0, null, function* () {
|
1371
1371
|
if (!(!l || !e))
|
1372
1372
|
return l.ai.chat.post(e, {
|
@@ -1406,9 +1406,9 @@ const at = 4, to = (e) => {
|
|
1406
1406
|
const {
|
1407
1407
|
data: i,
|
1408
1408
|
isLoading: l
|
1409
|
-
} = no(), d = Ji(), p = d.getChatId(e, t) || ((a = i.find((
|
1409
|
+
} = no(), d = Ji(), p = d.getChatId(e, t) || ((a = i.find((b) => {
|
1410
1410
|
var o;
|
1411
|
-
return
|
1411
|
+
return b.contextTitle === e && ((o = b.contextDetails) == null ? void 0 : o.dashboardId) === (t == null ? void 0 : t.dashboardId);
|
1412
1412
|
})) == null ? void 0 : a.chatId), {
|
1413
1413
|
isError: c,
|
1414
1414
|
data: g,
|
@@ -1421,14 +1421,14 @@ const at = 4, to = (e) => {
|
|
1421
1421
|
isLoading: l,
|
1422
1422
|
isError: c
|
1423
1423
|
};
|
1424
|
-
}, uo = (e) =>
|
1424
|
+
}, uo = (e) => F(() => {
|
1425
1425
|
if (e != null && e.length) {
|
1426
1426
|
const t = e[e.length - 1];
|
1427
|
-
if (
|
1427
|
+
if (Cr(t))
|
1428
1428
|
return JSON.parse(t.content);
|
1429
1429
|
}
|
1430
1430
|
return null;
|
1431
|
-
}, [e]),
|
1431
|
+
}, [e]), Cr = (e) => !!e && "type" in e && e.type === "nlq", go = (e) => !!e && "type" in e && e.type === "text", ho = (e, t) => {
|
1432
1432
|
const {
|
1433
1433
|
t: r
|
1434
1434
|
} = O(), {
|
@@ -1445,32 +1445,32 @@ const at = 4, to = (e) => {
|
|
1445
1445
|
l ? p(new Ce("ai.errors.chatUnavailable")) : x && p(new Ce("ai.errors.fetchHistory"));
|
1446
1446
|
}, [l, x, r]);
|
1447
1447
|
const {
|
1448
|
-
mutate:
|
1448
|
+
mutate: b,
|
1449
1449
|
isLoading: o
|
1450
1450
|
} = co(i, a), u = uo(c);
|
1451
1451
|
return {
|
1452
1452
|
chatId: i,
|
1453
1453
|
history: c ?? [],
|
1454
1454
|
lastNlqResponse: u,
|
1455
|
-
sendMessage:
|
1455
|
+
sendMessage: b,
|
1456
1456
|
isAwaitingResponse: o,
|
1457
1457
|
isLoading: g,
|
1458
1458
|
lastError: d
|
1459
1459
|
};
|
1460
|
-
}, mo = 500,
|
1460
|
+
}, mo = 500, bo = 500, fo = 500, xo = 900, ko = /* @__PURE__ */ C("div", {
|
1461
1461
|
target: "e1ldv6710",
|
1462
1462
|
label: "ChatFrame"
|
1463
1463
|
})("box-sizing:border-box;position:relative;display:flex;flex-direction:column;border:1px solid #c6c9ce;border-radius:", ({
|
1464
1464
|
theme: e
|
1465
1465
|
}) => e.aiChat.borderRadius, ";background-color:", ({
|
1466
1466
|
theme: e
|
1467
|
-
}) => e.aiChat.backgroundColor, ";overflow:hidden;min-width:", mo, "px;min-height:",
|
1467
|
+
}) => e.aiChat.backgroundColor, ";overflow:hidden;min-width:", mo, "px;min-height:", bo, "px;width:", ({
|
1468
1468
|
width: e
|
1469
|
-
}) => e ? Ot(e) : `${
|
1469
|
+
}) => e ? Ot(e) : `${fo}px`, ";height:", ({
|
1470
1470
|
height: e
|
1471
1471
|
}) => e ? Ot(e) : `${xo}px`, ";", ({
|
1472
1472
|
theme: e
|
1473
|
-
}) =>
|
1473
|
+
}) => G`
|
1474
1474
|
font-size: ${e.aiChat.primaryFontSize[0]};
|
1475
1475
|
line-height: ${e.aiChat.primaryFontSize[1]};
|
1476
1476
|
`, " border:", ({
|
@@ -1503,7 +1503,7 @@ function yo({
|
|
1503
1503
|
})]
|
1504
1504
|
});
|
1505
1505
|
}
|
1506
|
-
function
|
1506
|
+
function He() {
|
1507
1507
|
return /* @__PURE__ */ n("div", {
|
1508
1508
|
className: "csdk-m-auto",
|
1509
1509
|
"aria-label": "loading spinner",
|
@@ -1634,7 +1634,7 @@ function Ao({
|
|
1634
1634
|
title: "/ai recommendations",
|
1635
1635
|
items: t,
|
1636
1636
|
onSelect: a
|
1637
|
-
}].filter((
|
1637
|
+
}].filter((b) => b.title.slice(0, l.length) === l), {
|
1638
1638
|
themeSettings: c
|
1639
1639
|
} = D(), {
|
1640
1640
|
t: g
|
@@ -1657,16 +1657,16 @@ function Ao({
|
|
1657
1657
|
width: i == null ? void 0 : i.offsetWidth
|
1658
1658
|
},
|
1659
1659
|
theme: c,
|
1660
|
-
children: [r && /* @__PURE__ */ n(
|
1660
|
+
children: [r && /* @__PURE__ */ n(He, {}), !r && !d && p.map((b) => /* @__PURE__ */ n(Mo, j(I({}, b), {
|
1661
1661
|
alwaysExpanded: x
|
1662
|
-
}),
|
1662
|
+
}), b.title)), d && /* @__PURE__ */ n(Do, {
|
1663
1663
|
theme: c,
|
1664
1664
|
children: g("ai.errors.recommendationsNotAvailable")
|
1665
1665
|
})]
|
1666
1666
|
})
|
1667
1667
|
});
|
1668
1668
|
}
|
1669
|
-
function
|
1669
|
+
function De({
|
1670
1670
|
title: e,
|
1671
1671
|
placement: t = "top",
|
1672
1672
|
children: r
|
@@ -1674,7 +1674,7 @@ function Ae({
|
|
1674
1674
|
const {
|
1675
1675
|
themeSettings: a
|
1676
1676
|
} = D();
|
1677
|
-
return /* @__PURE__ */ n(
|
1677
|
+
return /* @__PURE__ */ n(Ta, {
|
1678
1678
|
title: e,
|
1679
1679
|
placement: t,
|
1680
1680
|
disableInteractive: !0,
|
@@ -1726,10 +1726,10 @@ const Lo = 500, To = /* @__PURE__ */ C("div", {
|
|
1726
1726
|
theme: e
|
1727
1727
|
}) => e.aiChat.primaryTextColor, ";", ({
|
1728
1728
|
disabled: e
|
1729
|
-
}) => e ?
|
1729
|
+
}) => e ? G`
|
1730
1730
|
opacity: 0.3;
|
1731
1731
|
cursor: not-allowed;
|
1732
|
-
` :
|
1732
|
+
` : G`
|
1733
1733
|
opacity: 1;
|
1734
1734
|
cursor: pointer;
|
1735
1735
|
`), Eo = 34;
|
@@ -1745,7 +1745,7 @@ function zo({
|
|
1745
1745
|
}) {
|
1746
1746
|
const [c, g] = R(""), {
|
1747
1747
|
inputPromptText: x
|
1748
|
-
} = re(),
|
1748
|
+
} = re(), b = T(() => {
|
1749
1749
|
if (r)
|
1750
1750
|
return;
|
1751
1751
|
if (it(c)) {
|
@@ -1757,8 +1757,8 @@ function zo({
|
|
1757
1757
|
}, [r, e, c]), o = T((y) => {
|
1758
1758
|
e(y), g("");
|
1759
1759
|
}, [e]), u = T((y) => {
|
1760
|
-
y.key === "Enter" ? (y.preventDefault(),
|
1761
|
-
}, [
|
1760
|
+
y.key === "Enter" ? (y.preventDefault(), b()) : y.key === "Escape" && it(c) && g("");
|
1761
|
+
}, [b, c]), s = T((y) => {
|
1762
1762
|
p == null || p(y.target.value), g(y.target.value);
|
1763
1763
|
}, [p]), h = ce(null);
|
1764
1764
|
Re(() => {
|
@@ -1794,7 +1794,7 @@ function zo({
|
|
1794
1794
|
anchorEl: h.current,
|
1795
1795
|
text: c,
|
1796
1796
|
recommendationsError: d
|
1797
|
-
}), t && /* @__PURE__ */ n(
|
1797
|
+
}), t && /* @__PURE__ */ n(De, {
|
1798
1798
|
title: w("ai.buttons.clearChat"),
|
1799
1799
|
placement: "bottom-start",
|
1800
1800
|
children: /* @__PURE__ */ n(No, {
|
@@ -1819,7 +1819,7 @@ function zo({
|
|
1819
1819
|
}), /* @__PURE__ */ n(Oo, {
|
1820
1820
|
"aria-label": "send chat message",
|
1821
1821
|
disabled: r || c.length === 0,
|
1822
|
-
onClick:
|
1822
|
+
onClick: b,
|
1823
1823
|
theme: m,
|
1824
1824
|
children: /* @__PURE__ */ n("span", {
|
1825
1825
|
"data-state": "closed",
|
@@ -1890,42 +1890,42 @@ const zt = ["allowFullScreen", "allowTransparency", "autoComplete", "autoFocus",
|
|
1890
1890
|
lt: "<",
|
1891
1891
|
nbsp: " ",
|
1892
1892
|
quot: "“"
|
1893
|
-
}, Ro = ["style", "script"], Wo = ["src", "href", "data", "formAction", "srcDoc", "action"],
|
1894
|
-
function
|
1893
|
+
}, Ro = ["style", "script"], Wo = ["src", "href", "data", "formAction", "srcDoc", "action"], Go = /([-A-Z0-9_:]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|(?:\{((?:\\.|{[^}]*?}|[^}])*)\})))?/gi, Po = /mailto:/i, qo = /\n{2,}$/, vr = /^(\s*>[\s\S]*?)(?=\n\n|$)/, Ho = /^ *> ?/gm, Bo = /^(?:\[!([^\]]*)\]\n)?([\s\S]*)/, Yo = /^ {2,}\n/, Uo = /^(?:( *[-*_])){3,} *(?:\n *)+\n/, Sr = /^(?: {1,3})?(`{3,}|~{3,}) *(\S+)? *([^\n]*?)?\n([\s\S]*?)(?:\1\n?|$)/, Mr = /^(?: {4}[^\n]+\n*)+(?:\n *)+\n?/, Fo = /^(`+)((?:\\`|(?!\1)`|[^`])+)\1/, Qo = /^(?:\n *)*\n/, Vo = /\r\n?/g, $o = /^\[\^([^\]]+)](:(.*)((\n+ {4,}.*)|(\n(?!\[\^).+))*)/, Jo = /^\[\^([^\]]+)]/, Xo = /\f/g, Ko = /^---[ \t]*\n(.|\n)*\n---[ \t]*\n/, en = /^\s*?\[(x|\s)\]/, Ir = /^ *(#{1,6}) *([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, Dr = /^ *(#{1,6}) +([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, Ar = /^([^\n]+)\n *(=|-){3,} *(?:\n *)+\n/, ot = /^ *(?!<[a-z][^ >/]* ?\/>)<([a-z][^ >/]*) ?((?:[^>]*[^/])?)>\n?(\s*(?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1\b)[\s\S])*?)<\/\1>(?!<\/\1>)\n*/i, tn = /&([a-z0-9]+|#[0-9]{1,6}|#x[0-9a-fA-F]{1,6});/gi, Lr = /^<!--[\s\S]*?(?:-->)/, rn = /^(data|aria|x)-[a-z_][a-z\d_.-]*$/, nt = /^ *<([a-z][a-z0-9:]*)(?:\s+((?:<.*?>|[^>])*))?\/?>(?!<\/\1>)(\s*\n)?/i, an = /^\{.*\}$/, on = /^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/, nn = /^<([^ >]+@[^ >]+)>/, ln = /^<([^ >]+:\/[^ >]+)>/, dn = /-([a-z])?/gi, Tr = /^(\|.*)\n(?: *(\|? *[-:]+ *\|[-| :]*)\n((?:.*\|.*\n)*))?\n?/, sn = /^\[([^\]]*)\]:\s+<?([^\s>]+)>?\s*("([^"]*)")?/, cn = /^!\[([^\]]*)\] ?\[([^\]]*)\]/, pn = /^\[([^\]]*)\] ?\[([^\]]*)\]/, un = /(\n|^[-*]\s|^#|^ {2,}|^-{2,}|^>\s)/, gn = /\t/g, hn = /(^ *\||\| *$)/g, mn = /^ *:-+: *$/, bn = /^ *:-+ *$/, fn = /^ *-+: *$/, Be = "((?:\\[.*?\\][([].*?[)\\]]|<.*?>(?:.*?<.*?>)?|`.*?`|\\\\\\1|[\\s\\S])+?)", xn = new RegExp(`^([*_])\\1${Be}\\1\\1(?!\\1)`), kn = new RegExp(`^([*_])${Be}\\1(?!\\1)`), yn = new RegExp(`^(==)${Be}\\1`), wn = new RegExp(`^(~~)${Be}\\1`), _n = /^\\([^0-9A-Za-z\s])/, Rt = /\\([^0-9A-Za-z\s])/g, Cn = /^([\s\S](?:(?! |[0-9]\.)[^=*_~\-\n<`\\\[!])*)/, vn = /^\n+/, Sn = /^([ \t]*)/, Mn = /\\([^\\])/g, In = /(?:^|\n)( *)$/, xt = "(?:\\d+\\.)", kt = "(?:[*+-])";
|
1894
|
+
function Nr(e) {
|
1895
1895
|
return "( *)(" + (e === 1 ? xt : kt) + ") +";
|
1896
1896
|
}
|
1897
|
-
const
|
1898
|
-
function Or(e) {
|
1899
|
-
return new RegExp("^" + (e === 1 ? Nr : jr));
|
1900
|
-
}
|
1901
|
-
const Dn = Or(1), An = Or(2);
|
1897
|
+
const jr = Nr(1), Or = Nr(2);
|
1902
1898
|
function Er(e) {
|
1903
|
-
return new RegExp("^" + (e === 1 ?
|
1899
|
+
return new RegExp("^" + (e === 1 ? jr : Or));
|
1904
1900
|
}
|
1905
|
-
const
|
1901
|
+
const Dn = Er(1), An = Er(2);
|
1906
1902
|
function zr(e) {
|
1903
|
+
return new RegExp("^" + (e === 1 ? jr : Or) + "[^\\n]*(?:\\n(?!\\1" + (e === 1 ? xt : kt) + " )[^\\n]*)*(\\n|$)", "gm");
|
1904
|
+
}
|
1905
|
+
const Ln = zr(1), Tn = zr(2);
|
1906
|
+
function Zr(e) {
|
1907
1907
|
const t = e === 1 ? xt : kt;
|
1908
1908
|
return new RegExp("^( *)(" + t + ") [\\s\\S]+?(?:\\n{2,}(?! )(?!\\1" + t + " (?!" + t + " ))\\n*|\\s*\\n*$)");
|
1909
1909
|
}
|
1910
|
-
const
|
1910
|
+
const Rr = Zr(1), Wr = Zr(2);
|
1911
1911
|
function Wt(e, t) {
|
1912
|
-
const r = t === 1, a = r ?
|
1912
|
+
const r = t === 1, a = r ? Rr : Wr, i = r ? Ln : Tn, l = r ? Dn : An;
|
1913
1913
|
return {
|
1914
|
-
match:
|
1914
|
+
match: be(function(d, p) {
|
1915
1915
|
const c = In.exec(p.prevCapture);
|
1916
1916
|
return c && (p.list || !p.inline && !p.simple) ? a.exec(d = c[1] + d) : null;
|
1917
1917
|
}),
|
1918
1918
|
order: 1,
|
1919
1919
|
parse(d, p, c) {
|
1920
|
-
const g = r ? +d[2] : void 0, x = d[0].replace(
|
1920
|
+
const g = r ? +d[2] : void 0, x = d[0].replace(qo, `
|
1921
1921
|
`).match(i);
|
1922
|
-
let
|
1922
|
+
let b = !1;
|
1923
1923
|
return {
|
1924
1924
|
items: x.map(function(o, u) {
|
1925
1925
|
const s = l.exec(o)[0].length, h = new RegExp("^ {1," + s + "}", "gm"), m = o.replace(h, "").replace(l, ""), w = u === x.length - 1, _ = m.indexOf(`
|
1926
1926
|
|
1927
|
-
`) !== -1 || w &&
|
1928
|
-
|
1927
|
+
`) !== -1 || w && b;
|
1928
|
+
b = _;
|
1929
1929
|
const y = c.inline, M = c.list;
|
1930
1930
|
let A;
|
1931
1931
|
c.list = !0, _ ? (c.inline = !1, A = ve(m) + `
|
@@ -1948,7 +1948,7 @@ function Wt(e, t) {
|
|
1948
1948
|
}))
|
1949
1949
|
};
|
1950
1950
|
}
|
1951
|
-
const Nn = new RegExp(`^\\[((?:\\[[^\\]]*\\]|[^\\[\\]]|\\](?=[^\\[]*\\]))*)\\]\\(\\s*<?((?:\\([^)]*\\)|[^\\s\\\\]|\\\\.)*?)>?(?:\\s+['"]([\\s\\S]*?)['"])?\\s*\\)`), jn = /^!\[(.*?)\]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/,
|
1951
|
+
const Nn = new RegExp(`^\\[((?:\\[[^\\]]*\\]|[^\\[\\]]|\\](?=[^\\[]*\\]))*)\\]\\(\\s*<?((?:\\([^)]*\\)|[^\\s\\\\]|\\\\.)*?)>?(?:\\s+['"]([\\s\\S]*?)['"])?\\s*\\)`), jn = /^!\[(.*?)\]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/, Gr = [vr, Sr, Mr, Ir, Ar, Dr, Tr, Rr, Wr], On = [...Gr, /^[^\n]+(?: \n|\n{2,})/, ot, Lr, nt];
|
1952
1952
|
function ve(e) {
|
1953
1953
|
let t = e.length;
|
1954
1954
|
for (; t > 0 && e[t - 1] <= " "; )
|
@@ -1959,9 +1959,9 @@ function ye(e) {
|
|
1959
1959
|
return e.replace(/[ÀÁÂÃÄÅàáâãä忯]/g, "a").replace(/[çÇ]/g, "c").replace(/[ðÐ]/g, "d").replace(/[ÈÉÊËéèêë]/g, "e").replace(/[ÏïÎîÍíÌì]/g, "i").replace(/[Ññ]/g, "n").replace(/[øØœŒÕõÔôÓóÒò]/g, "o").replace(/[ÜüÛûÚúÙù]/g, "u").replace(/[ŸÿÝý]/g, "y").replace(/[^a-z0-9- ]/gi, "").replace(/ /gi, "-").toLowerCase();
|
1960
1960
|
}
|
1961
1961
|
function En(e) {
|
1962
|
-
return
|
1962
|
+
return fn.test(e) ? "right" : mn.test(e) ? "center" : bn.test(e) ? "left" : null;
|
1963
1963
|
}
|
1964
|
-
function
|
1964
|
+
function Gt(e, t, r, a) {
|
1965
1965
|
const i = r.inTable;
|
1966
1966
|
r.inTable = !0;
|
1967
1967
|
let l = [[]], d = "";
|
@@ -1980,9 +1980,9 @@ function zn(e, t, r) {
|
|
1980
1980
|
const a = e[2] ? e[2].replace(hn, "").split("|").map(En) : [], i = e[3] ? function(d, p, c) {
|
1981
1981
|
return d.trim().split(`
|
1982
1982
|
`).map(function(g) {
|
1983
|
-
return
|
1983
|
+
return Gt(g, p, c, !0);
|
1984
1984
|
});
|
1985
|
-
}(e[3], t, r) : [], l =
|
1985
|
+
}(e[3], t, r) : [], l = Gt(e[1], t, r, !!i.length);
|
1986
1986
|
return r.inline = !1, i.length ? {
|
1987
1987
|
align: a,
|
1988
1988
|
cells: i,
|
@@ -1993,21 +1993,21 @@ function zn(e, t, r) {
|
|
1993
1993
|
type: k.paragraph
|
1994
1994
|
};
|
1995
1995
|
}
|
1996
|
-
function
|
1996
|
+
function Pt(e, t) {
|
1997
1997
|
return e.align[t] == null ? {} : {
|
1998
1998
|
textAlign: e.align[t]
|
1999
1999
|
};
|
2000
2000
|
}
|
2001
|
-
function
|
2001
|
+
function be(e) {
|
2002
2002
|
return e.inline = 1, e;
|
2003
2003
|
}
|
2004
2004
|
function ie(e) {
|
2005
|
-
return
|
2005
|
+
return be(function(t, r) {
|
2006
2006
|
return r.inline ? e.exec(t) : null;
|
2007
2007
|
});
|
2008
2008
|
}
|
2009
2009
|
function oe(e) {
|
2010
|
-
return
|
2010
|
+
return be(function(t, r) {
|
2011
2011
|
return r.inline || r.simple ? e.exec(t) : null;
|
2012
2012
|
});
|
2013
2013
|
}
|
@@ -2017,7 +2017,7 @@ function K(e) {
|
|
2017
2017
|
};
|
2018
2018
|
}
|
2019
2019
|
function we(e) {
|
2020
|
-
return
|
2020
|
+
return be(function(t) {
|
2021
2021
|
return e.exec(t);
|
2022
2022
|
});
|
2023
2023
|
}
|
@@ -2027,7 +2027,7 @@ function Zn(e, t) {
|
|
2027
2027
|
let r = "";
|
2028
2028
|
e.split(`
|
2029
2029
|
`).every((i) => (i += `
|
2030
|
-
`, !
|
2030
|
+
`, !Gr.some((l) => l.test(i)) && (r += i, !!i.trim())));
|
2031
2031
|
const a = ve(r);
|
2032
2032
|
return a == "" ? null : [r, , a];
|
2033
2033
|
}
|
@@ -2042,7 +2042,7 @@ function Wn(e) {
|
|
2042
2042
|
}
|
2043
2043
|
return e;
|
2044
2044
|
}
|
2045
|
-
function
|
2045
|
+
function qt(e) {
|
2046
2046
|
return e.replace(Mn, "$1");
|
2047
2047
|
}
|
2048
2048
|
function Ze(e, t, r) {
|
@@ -2051,13 +2051,13 @@ function Ze(e, t, r) {
|
|
2051
2051
|
const l = e(t, r);
|
2052
2052
|
return r.inline = a, r.simple = i, l;
|
2053
2053
|
}
|
2054
|
-
function
|
2054
|
+
function Gn(e, t, r) {
|
2055
2055
|
const a = r.inline || !1, i = r.simple || !1;
|
2056
2056
|
r.inline = !1, r.simple = !0;
|
2057
2057
|
const l = e(t, r);
|
2058
2058
|
return r.inline = a, r.simple = i, l;
|
2059
2059
|
}
|
2060
|
-
function
|
2060
|
+
function Pn(e, t, r) {
|
2061
2061
|
const a = r.inline || !1;
|
2062
2062
|
r.inline = !1;
|
2063
2063
|
const i = e(t, r);
|
@@ -2072,7 +2072,7 @@ function $e() {
|
|
2072
2072
|
function Je() {
|
2073
2073
|
return null;
|
2074
2074
|
}
|
2075
|
-
function
|
2075
|
+
function qn(...e) {
|
2076
2076
|
return e.filter(Boolean).join(" ");
|
2077
2077
|
}
|
2078
2078
|
function Xe(e, t, r) {
|
@@ -2082,14 +2082,14 @@ function Xe(e, t, r) {
|
|
2082
2082
|
i.shift();
|
2083
2083
|
return a || r;
|
2084
2084
|
}
|
2085
|
-
function
|
2085
|
+
function Hn(e = "", t = {}) {
|
2086
2086
|
function r(o, u, ...s) {
|
2087
2087
|
const h = Xe(t.overrides, `${o}.props`, {});
|
2088
2088
|
return t.createElement(function(m, w) {
|
2089
2089
|
const _ = Xe(w, m);
|
2090
2090
|
return _ ? typeof _ == "function" || typeof _ == "object" && "render" in _ ? _ : Xe(w, `${m}.component`, m) : m;
|
2091
2091
|
}(o, t.overrides), se({}, u, h, {
|
2092
|
-
className:
|
2092
|
+
className: qn(u == null ? void 0 : u.className, h.className) || void 0
|
2093
2093
|
}), ...s);
|
2094
2094
|
}
|
2095
2095
|
function a(o) {
|
@@ -2121,7 +2121,7 @@ function Yn(e = "", t = {}) {
|
|
2121
2121
|
}, m);
|
2122
2122
|
}
|
2123
2123
|
function i(o, u) {
|
2124
|
-
const s = u.match(
|
2124
|
+
const s = u.match(Go);
|
2125
2125
|
return s ? s.reduce(function(h, m) {
|
2126
2126
|
const w = m.indexOf("=");
|
2127
2127
|
if (w !== -1) {
|
@@ -2136,22 +2136,22 @@ function Yn(e = "", t = {}) {
|
|
2136
2136
|
if (M === "ref")
|
2137
2137
|
return h;
|
2138
2138
|
const A = h[M] = function(S, L, z, de) {
|
2139
|
-
return L === "style" ? function(
|
2140
|
-
const
|
2139
|
+
return L === "style" ? function(Q) {
|
2140
|
+
const H = [];
|
2141
2141
|
let V = "", $ = !1, W = !1, X = "";
|
2142
|
-
if (!
|
2143
|
-
return
|
2144
|
-
for (let
|
2145
|
-
const
|
2146
|
-
if (
|
2147
|
-
V +=
|
2142
|
+
if (!Q)
|
2143
|
+
return H;
|
2144
|
+
for (let B = 0; B < Q.length; B++) {
|
2145
|
+
const P = Q[B];
|
2146
|
+
if (P !== '"' && P !== "'" || $ || (W ? P === X && (W = !1, X = "") : (W = !0, X = P)), P === "(" && V.endsWith("url") ? $ = !0 : P === ")" && $ && ($ = !1), P !== ";" || W || $)
|
2147
|
+
V += P;
|
2148
2148
|
else {
|
2149
|
-
const
|
2150
|
-
if (
|
2151
|
-
const ae =
|
2149
|
+
const Y = V.trim();
|
2150
|
+
if (Y) {
|
2151
|
+
const ae = Y.indexOf(":");
|
2152
2152
|
if (ae > 0) {
|
2153
|
-
const
|
2154
|
-
|
2153
|
+
const fe = Y.slice(0, ae).trim(), N = Y.slice(ae + 1).trim();
|
2154
|
+
H.push([fe, N]);
|
2155
2155
|
}
|
2156
2156
|
}
|
2157
2157
|
V = "";
|
@@ -2159,15 +2159,15 @@ function Yn(e = "", t = {}) {
|
|
2159
2159
|
}
|
2160
2160
|
const E = V.trim();
|
2161
2161
|
if (E) {
|
2162
|
-
const
|
2163
|
-
if (
|
2164
|
-
const
|
2165
|
-
|
2162
|
+
const B = E.indexOf(":");
|
2163
|
+
if (B > 0) {
|
2164
|
+
const P = E.slice(0, B).trim(), Y = E.slice(B + 1).trim();
|
2165
|
+
H.push([P, Y]);
|
2166
2166
|
}
|
2167
2167
|
}
|
2168
|
-
return
|
2169
|
-
}(z).reduce(function(
|
2170
|
-
return
|
2168
|
+
return H;
|
2169
|
+
}(z).reduce(function(Q, [H, V]) {
|
2170
|
+
return Q[H.replace(/(-[a-z])/g, ($) => $[1].toUpperCase())] = de(V, S, H), Q;
|
2171
2171
|
}, {}) : Wo.indexOf(L) !== -1 ? de(z, S, L) : (z.match(an) && (z = z.slice(1, z.length - 1)), z === "true" || z !== "false" && z);
|
2172
2172
|
}(o, _, y, t.sanitizer);
|
2173
2173
|
typeof A == "string" && (ot.test(A) || nt.test(A)) && (h[M] = a(A.trim()));
|
@@ -2176,13 +2176,13 @@ function Yn(e = "", t = {}) {
|
|
2176
2176
|
return h;
|
2177
2177
|
}, {}) : null;
|
2178
2178
|
}
|
2179
|
-
t.overrides = t.overrides || {}, t.sanitizer = t.sanitizer || Wn, t.slugify = t.slugify || ye, t.namedCodesToUnicode = t.namedCodesToUnicode ? se({}, Zt, t.namedCodesToUnicode) : Zt, t.createElement = t.createElement ||
|
2179
|
+
t.overrides = t.overrides || {}, t.sanitizer = t.sanitizer || Wn, t.slugify = t.slugify || ye, t.namedCodesToUnicode = t.namedCodesToUnicode ? se({}, Zt, t.namedCodesToUnicode) : Zt, t.createElement = t.createElement || Pa;
|
2180
2180
|
const l = [], d = {}, p = {
|
2181
2181
|
[k.blockQuote]: {
|
2182
|
-
match: K(
|
2182
|
+
match: K(vr),
|
2183
2183
|
order: 1,
|
2184
2184
|
parse(o, u, s) {
|
2185
|
-
const [, h, m] = o[0].replace(
|
2185
|
+
const [, h, m] = o[0].replace(Ho, "").match(Bo);
|
2186
2186
|
return {
|
2187
2187
|
alert: h,
|
2188
2188
|
children: u(m, s)
|
@@ -2205,7 +2205,7 @@ function Yn(e = "", t = {}) {
|
|
2205
2205
|
}
|
2206
2206
|
},
|
2207
2207
|
[k.breakLine]: {
|
2208
|
-
match: we(
|
2208
|
+
match: we(Yo),
|
2209
2209
|
order: 1,
|
2210
2210
|
parse: $e,
|
2211
2211
|
render: (o, u, s) => r("br", {
|
@@ -2221,7 +2221,7 @@ function Yn(e = "", t = {}) {
|
|
2221
2221
|
})
|
2222
2222
|
},
|
2223
2223
|
[k.codeBlock]: {
|
2224
|
-
match: K(
|
2224
|
+
match: K(Mr),
|
2225
2225
|
order: 0,
|
2226
2226
|
parse: (o) => ({
|
2227
2227
|
lang: void 0,
|
@@ -2234,7 +2234,7 @@ function Yn(e = "", t = {}) {
|
|
2234
2234
|
}), o.text))
|
2235
2235
|
},
|
2236
2236
|
[k.codeFenced]: {
|
2237
|
-
match: K(
|
2237
|
+
match: K(Sr),
|
2238
2238
|
order: 0,
|
2239
2239
|
parse: (o) => ({
|
2240
2240
|
attrs: i("code", o[3] || ""),
|
@@ -2244,7 +2244,7 @@ function Yn(e = "", t = {}) {
|
|
2244
2244
|
})
|
2245
2245
|
},
|
2246
2246
|
[k.codeInline]: {
|
2247
|
-
match: oe(
|
2247
|
+
match: oe(Fo),
|
2248
2248
|
order: 3,
|
2249
2249
|
parse: (o) => ({
|
2250
2250
|
text: o[2].replace(Rt, "$1")
|
@@ -2290,7 +2290,7 @@ function Yn(e = "", t = {}) {
|
|
2290
2290
|
})
|
2291
2291
|
},
|
2292
2292
|
[k.heading]: {
|
2293
|
-
match: K(t.enforceAtxHeadings ?
|
2293
|
+
match: K(t.enforceAtxHeadings ? Dr : Ir),
|
2294
2294
|
order: 1,
|
2295
2295
|
parse: (o, u, s) => ({
|
2296
2296
|
children: Ze(u, o[2], s),
|
@@ -2303,7 +2303,7 @@ function Yn(e = "", t = {}) {
|
|
2303
2303
|
}, u(o.children, s))
|
2304
2304
|
},
|
2305
2305
|
[k.headingSetext]: {
|
2306
|
-
match: K(
|
2306
|
+
match: K(Ar),
|
2307
2307
|
order: 0,
|
2308
2308
|
parse: (o, u, s) => ({
|
2309
2309
|
children: Ze(u, o[1], s),
|
@@ -2315,7 +2315,7 @@ function Yn(e = "", t = {}) {
|
|
2315
2315
|
match: we(ot),
|
2316
2316
|
order: 1,
|
2317
2317
|
parse(o, u, s) {
|
2318
|
-
const [, h] = o[3].match(Sn), m = new RegExp(`^${h}`, "gm"), w = o[3].replace(m, ""), _ = (y = w, On.some((z) => z.test(y)) ?
|
2318
|
+
const [, h] = o[3].match(Sn), m = new RegExp(`^${h}`, "gm"), w = o[3].replace(m, ""), _ = (y = w, On.some((z) => z.test(y)) ? Pn : Ze);
|
2319
2319
|
var y;
|
2320
2320
|
const M = o[1].toLowerCase(), A = Ro.indexOf(M) !== -1, S = (A ? M : o[1]).trim(), L = {
|
2321
2321
|
attrs: i(S, o[2]),
|
@@ -2343,7 +2343,7 @@ function Yn(e = "", t = {}) {
|
|
2343
2343
|
}))
|
2344
2344
|
},
|
2345
2345
|
[k.htmlComment]: {
|
2346
|
-
match: we(
|
2346
|
+
match: we(Lr),
|
2347
2347
|
order: 1,
|
2348
2348
|
parse: () => ({}),
|
2349
2349
|
render: Je
|
@@ -2353,7 +2353,7 @@ function Yn(e = "", t = {}) {
|
|
2353
2353
|
order: 1,
|
2354
2354
|
parse: (o) => ({
|
2355
2355
|
alt: o[1],
|
2356
|
-
target:
|
2356
|
+
target: qt(o[2]),
|
2357
2357
|
title: o[3]
|
2358
2358
|
}),
|
2359
2359
|
render: (o, u, s) => r("img", {
|
@@ -2367,8 +2367,8 @@ function Yn(e = "", t = {}) {
|
|
2367
2367
|
match: ie(Nn),
|
2368
2368
|
order: 3,
|
2369
2369
|
parse: (o, u, s) => ({
|
2370
|
-
children:
|
2371
|
-
target:
|
2370
|
+
children: Gn(u, o[1], s),
|
2371
|
+
target: qt(o[2]),
|
2372
2372
|
title: o[3]
|
2373
2373
|
}),
|
2374
2374
|
render: (o, u, s) => r("a", {
|
@@ -2390,7 +2390,7 @@ function Yn(e = "", t = {}) {
|
|
2390
2390
|
})
|
2391
2391
|
},
|
2392
2392
|
[k.linkBareUrlDetector]: {
|
2393
|
-
match:
|
2393
|
+
match: be((o, u) => u.inAnchor || t.disableAutoLink ? null : ie(on)(o, u)),
|
2394
2394
|
order: 0,
|
2395
2395
|
parse: (o) => ({
|
2396
2396
|
children: [{
|
@@ -2407,7 +2407,7 @@ function Yn(e = "", t = {}) {
|
|
2407
2407
|
order: 0,
|
2408
2408
|
parse(o) {
|
2409
2409
|
let u = o[1], s = o[1];
|
2410
|
-
return
|
2410
|
+
return Po.test(s) || (s = "mailto:" + s), {
|
2411
2411
|
children: [{
|
2412
2412
|
text: u.replace("mailto:", ""),
|
2413
2413
|
type: k.text
|
@@ -2420,14 +2420,14 @@ function Yn(e = "", t = {}) {
|
|
2420
2420
|
[k.orderedList]: Wt(r, 1),
|
2421
2421
|
[k.unorderedList]: Wt(r, 2),
|
2422
2422
|
[k.newlineCoalescer]: {
|
2423
|
-
match: K(
|
2423
|
+
match: K(Qo),
|
2424
2424
|
order: 3,
|
2425
2425
|
parse: $e,
|
2426
2426
|
render: () => `
|
2427
2427
|
`
|
2428
2428
|
},
|
2429
2429
|
[k.paragraph]: {
|
2430
|
-
match:
|
2430
|
+
match: be(Zn),
|
2431
2431
|
order: 3,
|
2432
2432
|
parse: Ve,
|
2433
2433
|
render: (o, u, s) => r("p", {
|
@@ -2474,7 +2474,7 @@ function Yn(e = "", t = {}) {
|
|
2474
2474
|
}, o.fallbackChildren)
|
2475
2475
|
},
|
2476
2476
|
[k.table]: {
|
2477
|
-
match: K(
|
2477
|
+
match: K(Tr),
|
2478
2478
|
order: 1,
|
2479
2479
|
parse: zn,
|
2480
2480
|
render(o, u, s) {
|
@@ -2484,7 +2484,7 @@ function Yn(e = "", t = {}) {
|
|
2484
2484
|
}, r("thead", null, r("tr", null, h.header.map(function(m, w) {
|
2485
2485
|
return r("th", {
|
2486
2486
|
key: w,
|
2487
|
-
style:
|
2487
|
+
style: Pt(h, w)
|
2488
2488
|
}, u(m, s));
|
2489
2489
|
}))), r("tbody", null, h.cells.map(function(m, w) {
|
2490
2490
|
return r("tr", {
|
@@ -2492,7 +2492,7 @@ function Yn(e = "", t = {}) {
|
|
2492
2492
|
}, m.map(function(_, y) {
|
2493
2493
|
return r("td", {
|
2494
2494
|
key: y,
|
2495
|
-
style:
|
2495
|
+
style: Pt(h, y)
|
2496
2496
|
}, u(_, s));
|
2497
2497
|
}));
|
2498
2498
|
})));
|
@@ -2601,8 +2601,8 @@ function Yn(e = "", t = {}) {
|
|
2601
2601
|
return x(u, o, s);
|
2602
2602
|
});
|
2603
2603
|
var x;
|
2604
|
-
const
|
2605
|
-
return l.length ? r("div", null,
|
2604
|
+
const b = a(e);
|
2605
|
+
return l.length ? r("div", null, b, r("footer", {
|
2606
2606
|
key: "footer"
|
2607
2607
|
}, l.map(function(o) {
|
2608
2608
|
return r("div", {
|
@@ -2611,9 +2611,9 @@ function Yn(e = "", t = {}) {
|
|
2611
2611
|
}, o.identifier, g(c(o.footnote, {
|
2612
2612
|
inline: !0
|
2613
2613
|
})));
|
2614
|
-
}))) :
|
2614
|
+
}))) : b;
|
2615
2615
|
}
|
2616
|
-
const
|
2616
|
+
const Bn = (e) => {
|
2617
2617
|
let {
|
2618
2618
|
children: t = "",
|
2619
2619
|
options: r
|
@@ -2625,30 +2625,30 @@ const Hn = (e) => {
|
|
2625
2625
|
l.indexOf(d = g[p]) >= 0 || (c[d] = i[d]);
|
2626
2626
|
return c;
|
2627
2627
|
}(e, Zo);
|
2628
|
-
return
|
2629
|
-
},
|
2628
|
+
return Na(Hn(t, r), a);
|
2629
|
+
}, Yn = /* @__PURE__ */ C("div", {
|
2630
2630
|
target: "e1vkf9b40",
|
2631
2631
|
label: "FlexContainer"
|
2632
2632
|
})("display:flex;", ({
|
2633
2633
|
align: e
|
2634
|
-
}) => e === "right" ?
|
2634
|
+
}) => e === "right" ? G`
|
2635
2635
|
justify-content: flex-end;
|
2636
|
-
` :
|
2636
|
+
` : G`
|
2637
2637
|
justify-content: flex-start;
|
2638
2638
|
`), Pr = /* @__PURE__ */ C("div", {
|
2639
2639
|
target: "e1vkf9b41",
|
2640
2640
|
label: "MessageContainer"
|
2641
2641
|
})("font-size:inherit;line-height:inherit;padding-top:8.5px;padding-bottom:8.5px;padding-left:0.5rem;padding-right:0.5rem;white-space:pre-wrap;overflow-wrap:break-word;box-sizing:border-box;", ({
|
2642
2642
|
align: e
|
2643
|
-
}) => e === "right" ?
|
2643
|
+
}) => e === "right" ? G`
|
2644
2644
|
text-align: right;
|
2645
2645
|
border-radius: 10px 10px 0px 10px;
|
2646
|
-
` :
|
2646
|
+
` : G`
|
2647
2647
|
text-align: left;
|
2648
2648
|
border-radius: 10px 10px 10px 0px;
|
2649
2649
|
`, " ", ({
|
2650
2650
|
align: e
|
2651
|
-
}) => e !== "full" ?
|
2651
|
+
}) => e !== "full" ? G`
|
2652
2652
|
max-width: 85%;
|
2653
2653
|
` : "", " color:", ({
|
2654
2654
|
theme: e
|
@@ -2662,13 +2662,13 @@ const Hn = (e) => {
|
|
2662
2662
|
const {
|
2663
2663
|
themeSettings: r
|
2664
2664
|
} = D();
|
2665
|
-
return /* @__PURE__ */ n(
|
2665
|
+
return /* @__PURE__ */ n(Yn, {
|
2666
2666
|
theme: r,
|
2667
2667
|
align: e,
|
2668
2668
|
children: /* @__PURE__ */ n(Pr, {
|
2669
2669
|
theme: r,
|
2670
2670
|
align: e,
|
2671
|
-
children: typeof t == "string" ? /* @__PURE__ */ n(
|
2671
|
+
children: typeof t == "string" ? /* @__PURE__ */ n(Bn, {
|
2672
2672
|
children: t
|
2673
2673
|
}) : t
|
2674
2674
|
})
|
@@ -2683,10 +2683,10 @@ function Un() {
|
|
2683
2683
|
children: e
|
2684
2684
|
});
|
2685
2685
|
}
|
2686
|
-
const
|
2686
|
+
const Fn = /* @__PURE__ */ C("div", {
|
2687
2687
|
target: "e1r5p4wy0",
|
2688
2688
|
label: "Container"
|
2689
|
-
})("margin:auto;display:flex;flex-direction:column;align-items:center;row-gap:21px;"),
|
2689
|
+
})("margin:auto;display:flex;flex-direction:column;align-items:center;row-gap:21px;"), Qn = /* @__PURE__ */ C("div", {
|
2690
2690
|
target: "e1r5p4wy1",
|
2691
2691
|
label: "Title"
|
2692
2692
|
})("color:", ({
|
@@ -2702,11 +2702,11 @@ function qr({
|
|
2702
2702
|
const {
|
2703
2703
|
themeSettings: r
|
2704
2704
|
} = D();
|
2705
|
-
return /* @__PURE__ */ v(
|
2706
|
-
children: [/* @__PURE__ */ n(
|
2705
|
+
return /* @__PURE__ */ v(Fn, {
|
2706
|
+
children: [/* @__PURE__ */ n(Qn, {
|
2707
2707
|
theme: r,
|
2708
2708
|
children: e
|
2709
|
-
}), /* @__PURE__ */ n(
|
2709
|
+
}), /* @__PURE__ */ n(wa, {}), t && /* @__PURE__ */ n(Vn, {
|
2710
2710
|
onClick: t.onClick,
|
2711
2711
|
children: t.text
|
2712
2712
|
})]
|
@@ -2716,7 +2716,7 @@ const Oe = /* @__PURE__ */ C("div", {
|
|
2716
2716
|
target: "e3ryei50",
|
2717
2717
|
label: "Dot"
|
2718
2718
|
})("width:5px;height:5px;border-radius:50%;background-color:", (e) => e.color, ";animation:hop 0.9s ease-out infinite;&:nth-of-type(2){animation-delay:0.1s;}&:nth-of-type(3){animation-delay:0.2s;}&:nth-of-type(4){animation-delay:0.3s;}@keyframes hop{0%,40%{transform:translateY(0);}20%{transform:translateY(-100%);}}");
|
2719
|
-
function
|
2719
|
+
function Hr() {
|
2720
2720
|
const {
|
2721
2721
|
themeSettings: e
|
2722
2722
|
} = D(), t = e.aiChat.icons.color;
|
@@ -2739,9 +2739,9 @@ const $n = /* @__PURE__ */ C("div", {
|
|
2739
2739
|
label: "FlexContainer"
|
2740
2740
|
})("display:flex;", ({
|
2741
2741
|
align: e
|
2742
|
-
}) => e === "right" ?
|
2742
|
+
}) => e === "right" ? G`
|
2743
2743
|
justify-content: flex-end;
|
2744
|
-
` :
|
2744
|
+
` : G`
|
2745
2745
|
justify-content: flex-start;
|
2746
2746
|
`), Jn = /* @__PURE__ */ C("button", {
|
2747
2747
|
target: "ed5z2fc1",
|
@@ -2758,13 +2758,13 @@ const $n = /* @__PURE__ */ C("div", {
|
|
2758
2758
|
theme: e
|
2759
2759
|
}) => e.aiChat.clickableMessages.hover.backgroundColor, ";}border-radius:20px;", ({
|
2760
2760
|
align: e
|
2761
|
-
}) => e === "right" ?
|
2761
|
+
}) => e === "right" ? G`
|
2762
2762
|
text-align: right;
|
2763
|
-
` :
|
2763
|
+
` : G`
|
2764
2764
|
text-align: left;
|
2765
2765
|
`, " ", ({
|
2766
2766
|
align: e
|
2767
|
-
}) => e !== "full" ?
|
2767
|
+
}) => e !== "full" ? G`
|
2768
2768
|
max-width: 382px;
|
2769
2769
|
` : "", " ", ({
|
2770
2770
|
theme: e
|
@@ -2775,7 +2775,7 @@ const $n = /* @__PURE__ */ C("div", {
|
|
2775
2775
|
} = e.aiChat.suggestions;
|
2776
2776
|
if (t) {
|
2777
2777
|
const [a, i] = t;
|
2778
|
-
return
|
2778
|
+
return G`
|
2779
2779
|
border: none;
|
2780
2780
|
position: relative;
|
2781
2781
|
border-radius: ${r};
|
@@ -2797,7 +2797,7 @@ const $n = /* @__PURE__ */ C("div", {
|
|
2797
2797
|
}
|
2798
2798
|
return "";
|
2799
2799
|
});
|
2800
|
-
function
|
2800
|
+
function Ge({
|
2801
2801
|
children: e,
|
2802
2802
|
align: t,
|
2803
2803
|
onClick: r,
|
@@ -2834,7 +2834,7 @@ function Xn({
|
|
2834
2834
|
children: r("ai.clearHistoryPrompt")
|
2835
2835
|
}), /* @__PURE__ */ v("div", {
|
2836
2836
|
className: "csdk-flex csdk-gap-x-2",
|
2837
|
-
children: [/* @__PURE__ */ n(
|
2837
|
+
children: [/* @__PURE__ */ n(Ge, {
|
2838
2838
|
align: "right",
|
2839
2839
|
onClick: t,
|
2840
2840
|
accessibleName: "confirm clear chat",
|
@@ -2842,7 +2842,7 @@ function Xn({
|
|
2842
2842
|
className: "csdk-py-[6px] csdk-px-[20px]",
|
2843
2843
|
children: r("ai.buttons.yes")
|
2844
2844
|
})
|
2845
|
-
}), /* @__PURE__ */ n(
|
2845
|
+
}), /* @__PURE__ */ n(Ge, {
|
2846
2846
|
align: "right",
|
2847
2847
|
onClick: e,
|
2848
2848
|
accessibleName: "cancel clear chat",
|
@@ -2855,11 +2855,11 @@ function Xn({
|
|
2855
2855
|
});
|
2856
2856
|
}
|
2857
2857
|
function Kn(e) {
|
2858
|
-
return
|
2858
|
+
return va("MuiDialog", e);
|
2859
2859
|
}
|
2860
|
-
const Ke =
|
2861
|
-
process.env.NODE_ENV !== "production" && (
|
2862
|
-
const el =
|
2860
|
+
const Ke = sa("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), Br = /* @__PURE__ */ Pe({});
|
2861
|
+
process.env.NODE_ENV !== "production" && (Br.displayName = "DialogContext");
|
2862
|
+
const el = qe(ca, {
|
2863
2863
|
name: "MuiDialog",
|
2864
2864
|
slot: "Backdrop",
|
2865
2865
|
overrides: (e, t) => t.backdrop
|
@@ -2878,8 +2878,8 @@ const el = Ge(da, {
|
|
2878
2878
|
container: ["container", `scroll${he(r)}`],
|
2879
2879
|
paper: ["paper", `paperScroll${he(r)}`, `paperWidth${he(String(a))}`, i && "paperFullWidth", l && "paperFullScreen"]
|
2880
2880
|
};
|
2881
|
-
return
|
2882
|
-
}, rl =
|
2881
|
+
return ka(d, Kn, t);
|
2882
|
+
}, rl = qe(pa, {
|
2883
2883
|
name: "MuiDialog",
|
2884
2884
|
slot: "Root",
|
2885
2885
|
overridesResolver: (e, t) => t.root
|
@@ -2888,7 +2888,7 @@ const el = Ge(da, {
|
|
2888
2888
|
// Use !important to override the Modal inline-style.
|
2889
2889
|
position: "absolute !important"
|
2890
2890
|
}
|
2891
|
-
}), al =
|
2891
|
+
}), al = qe("div", {
|
2892
2892
|
name: "MuiDialog",
|
2893
2893
|
slot: "Container",
|
2894
2894
|
overridesResolver: (e, t) => {
|
@@ -2930,7 +2930,7 @@ const el = Ge(da, {
|
|
2930
2930
|
}
|
2931
2931
|
}
|
2932
2932
|
}]
|
2933
|
-
}), il =
|
2933
|
+
}), il = qe(Vt, {
|
2934
2934
|
name: "MuiDialog",
|
2935
2935
|
slot: "Paper",
|
2936
2936
|
overridesResolver: (e, t) => {
|
@@ -2939,7 +2939,7 @@ const el = Ge(da, {
|
|
2939
2939
|
} = e;
|
2940
2940
|
return [t.paper, t[`scrollPaper${he(r.scroll)}`], t[`paperWidth${he(String(r.maxWidth))}`], r.fullWidth && t.paperFullWidth, r.fullScreen && t.paperFullScreen];
|
2941
2941
|
}
|
2942
|
-
})(
|
2942
|
+
})(ua(({
|
2943
2943
|
theme: e
|
2944
2944
|
}) => ({
|
2945
2945
|
margin: 32,
|
@@ -3022,11 +3022,11 @@ const el = Ge(da, {
|
|
3022
3022
|
}
|
3023
3023
|
}
|
3024
3024
|
}]
|
3025
|
-
}))),
|
3026
|
-
const r =
|
3025
|
+
}))), Yr = /* @__PURE__ */ Jt(function(e, t) {
|
3026
|
+
const r = ga({
|
3027
3027
|
props: e,
|
3028
3028
|
name: "MuiDialog"
|
3029
|
-
}), a =
|
3029
|
+
}), a = ha(), i = {
|
3030
3030
|
enter: a.transitions.duration.enteringScreen,
|
3031
3031
|
exit: a.transitions.duration.leavingScreen
|
3032
3032
|
}, l = r, {
|
@@ -3035,7 +3035,7 @@ const el = Ge(da, {
|
|
3035
3035
|
"aria-modal": c = !0,
|
3036
3036
|
BackdropComponent: g,
|
3037
3037
|
BackdropProps: x,
|
3038
|
-
children:
|
3038
|
+
children: b,
|
3039
3039
|
className: o,
|
3040
3040
|
disableEscapeKeyDown: u = !1,
|
3041
3041
|
fullScreen: s = !1,
|
@@ -3050,102 +3050,102 @@ const el = Ge(da, {
|
|
3050
3050
|
scroll: L = "paper",
|
3051
3051
|
slots: z = {},
|
3052
3052
|
slotProps: de = {},
|
3053
|
-
TransitionComponent:
|
3054
|
-
transitionDuration:
|
3053
|
+
TransitionComponent: Q = wt,
|
3054
|
+
transitionDuration: H = i,
|
3055
3055
|
TransitionProps: V
|
3056
|
-
} = l, $ =
|
3056
|
+
} = l, $ = Qi(l, ["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"]), W = j(I({}, r), {
|
3057
3057
|
disableEscapeKeyDown: u,
|
3058
3058
|
fullScreen: s,
|
3059
3059
|
fullWidth: h,
|
3060
3060
|
maxWidth: m,
|
3061
3061
|
scroll: L
|
3062
|
-
}), X = tl(W), E = ce(),
|
3062
|
+
}), X = tl(W), E = ce(), B = (ue) => {
|
3063
3063
|
E.current = ue.target === ue.currentTarget;
|
3064
|
-
},
|
3064
|
+
}, P = (ue) => {
|
3065
3065
|
_ && _(ue), E.current && (E.current = null, w && w(ue), y && y(ue, "backdropClick"));
|
3066
|
-
},
|
3067
|
-
titleId:
|
3068
|
-
}), [
|
3069
|
-
transition:
|
3066
|
+
}, Y = ma(p), ae = F(() => ({
|
3067
|
+
titleId: Y
|
3068
|
+
}), [Y]), fe = I({
|
3069
|
+
transition: Q
|
3070
3070
|
}, z), N = I({
|
3071
3071
|
transition: V,
|
3072
3072
|
paper: S,
|
3073
3073
|
backdrop: x
|
3074
|
-
}, de),
|
3075
|
-
slots:
|
3074
|
+
}, de), q = {
|
3075
|
+
slots: fe,
|
3076
3076
|
slotProps: N
|
3077
3077
|
}, [Le, Te] = xe("root", {
|
3078
3078
|
elementType: rl,
|
3079
3079
|
shouldForwardComponentProp: !0,
|
3080
|
-
externalForwardedProps:
|
3080
|
+
externalForwardedProps: q,
|
3081
3081
|
ownerState: W,
|
3082
|
-
className:
|
3082
|
+
className: Fe(X.root, o),
|
3083
3083
|
ref: t
|
3084
|
-
}), [
|
3084
|
+
}), [Kr, ea] = xe("backdrop", {
|
3085
3085
|
elementType: el,
|
3086
3086
|
shouldForwardComponentProp: !0,
|
3087
|
-
externalForwardedProps:
|
3087
|
+
externalForwardedProps: q,
|
3088
3088
|
ownerState: W
|
3089
|
-
}), [
|
3089
|
+
}), [ta, ra] = xe("paper", {
|
3090
3090
|
elementType: il,
|
3091
3091
|
shouldForwardComponentProp: !0,
|
3092
|
-
externalForwardedProps:
|
3092
|
+
externalForwardedProps: q,
|
3093
3093
|
ownerState: W,
|
3094
|
-
className:
|
3095
|
-
}), [
|
3094
|
+
className: Fe(X.paper, S.className)
|
3095
|
+
}), [aa, ia] = xe("container", {
|
3096
3096
|
elementType: al,
|
3097
|
-
externalForwardedProps:
|
3097
|
+
externalForwardedProps: q,
|
3098
3098
|
ownerState: W,
|
3099
|
-
className:
|
3100
|
-
}), [
|
3099
|
+
className: Fe(X.container)
|
3100
|
+
}), [oa, na] = xe("transition", {
|
3101
3101
|
elementType: wt,
|
3102
|
-
externalForwardedProps:
|
3102
|
+
externalForwardedProps: q,
|
3103
3103
|
ownerState: W,
|
3104
3104
|
additionalProps: {
|
3105
3105
|
appear: !0,
|
3106
3106
|
in: M,
|
3107
|
-
timeout:
|
3107
|
+
timeout: H,
|
3108
3108
|
role: "presentation"
|
3109
3109
|
}
|
3110
3110
|
});
|
3111
3111
|
return /* @__PURE__ */ ke(Le, j(I(I({
|
3112
3112
|
closeAfterTransition: !0,
|
3113
3113
|
slots: {
|
3114
|
-
backdrop:
|
3114
|
+
backdrop: Kr
|
3115
3115
|
},
|
3116
3116
|
slotProps: {
|
3117
3117
|
backdrop: I({
|
3118
|
-
transitionDuration:
|
3118
|
+
transitionDuration: H,
|
3119
3119
|
as: g
|
3120
|
-
},
|
3120
|
+
}, ea)
|
3121
3121
|
},
|
3122
3122
|
disableEscapeKeyDown: u,
|
3123
3123
|
onClose: y,
|
3124
3124
|
open: M,
|
3125
|
-
onClick:
|
3125
|
+
onClick: P
|
3126
3126
|
}, Te), $), {
|
3127
|
-
children: /* @__PURE__ */ ke(
|
3128
|
-
children: /* @__PURE__ */ ke(
|
3129
|
-
onMouseDown:
|
3130
|
-
},
|
3131
|
-
children: /* @__PURE__ */ ke(
|
3127
|
+
children: /* @__PURE__ */ ke(oa, j(I({}, na), {
|
3128
|
+
children: /* @__PURE__ */ ke(aa, j(I({
|
3129
|
+
onMouseDown: B
|
3130
|
+
}, ia), {
|
3131
|
+
children: /* @__PURE__ */ ke(ta, j(I({
|
3132
3132
|
as: A,
|
3133
3133
|
elevation: 24,
|
3134
3134
|
role: "dialog",
|
3135
3135
|
"aria-describedby": d,
|
3136
|
-
"aria-labelledby":
|
3136
|
+
"aria-labelledby": Y,
|
3137
3137
|
"aria-modal": c
|
3138
|
-
},
|
3139
|
-
children: /* @__PURE__ */ ke(
|
3138
|
+
}, ra), {
|
3139
|
+
children: /* @__PURE__ */ ke(Br.Provider, {
|
3140
3140
|
value: ae,
|
3141
|
-
children:
|
3141
|
+
children: b
|
3142
3142
|
})
|
3143
3143
|
}))
|
3144
3144
|
}))
|
3145
3145
|
}))
|
3146
3146
|
}));
|
3147
3147
|
});
|
3148
|
-
process.env.NODE_ENV !== "production" && (
|
3148
|
+
process.env.NODE_ENV !== "production" && (Yr.propTypes = {
|
3149
3149
|
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
3150
3150
|
// │ These PropTypes are generated from the TypeScript type definitions. │
|
3151
3151
|
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
@@ -3153,17 +3153,17 @@ process.env.NODE_ENV !== "production" && (Hr.propTypes = {
|
|
3153
3153
|
/**
|
3154
3154
|
* The id(s) of the element(s) that describe the dialog.
|
3155
3155
|
*/
|
3156
|
-
"aria-describedby":
|
3156
|
+
"aria-describedby": f.string,
|
3157
3157
|
/**
|
3158
3158
|
* The id(s) of the element(s) that label the dialog.
|
3159
3159
|
*/
|
3160
|
-
"aria-labelledby":
|
3160
|
+
"aria-labelledby": f.string,
|
3161
3161
|
/**
|
3162
3162
|
* Informs assistive technologies that the element is modal.
|
3163
3163
|
* It's added on the element with role="dialog".
|
3164
3164
|
* @default true
|
3165
3165
|
*/
|
3166
|
-
"aria-modal":
|
3166
|
+
"aria-modal": f.oneOfType([f.oneOf(["false", "true"]), f.bool]),
|
3167
3167
|
/**
|
3168
3168
|
* A backdrop component. This prop enables custom backdrop rendering.
|
3169
3169
|
* @deprecated Use `slots.backdrop` instead. While this prop currently works, it will be removed in the next major version.
|
@@ -3178,116 +3178,116 @@ process.env.NODE_ENV !== "production" && (Hr.propTypes = {
|
|
3178
3178
|
* zIndex: -1,
|
3179
3179
|
* })
|
3180
3180
|
*/
|
3181
|
-
BackdropComponent:
|
3181
|
+
BackdropComponent: f.elementType,
|
3182
3182
|
/**
|
3183
3183
|
* @ignore
|
3184
3184
|
*/
|
3185
|
-
BackdropProps:
|
3185
|
+
BackdropProps: f.object,
|
3186
3186
|
/**
|
3187
3187
|
* Dialog children, usually the included sub-components.
|
3188
3188
|
*/
|
3189
|
-
children:
|
3189
|
+
children: f.node,
|
3190
3190
|
/**
|
3191
3191
|
* Override or extend the styles applied to the component.
|
3192
3192
|
*/
|
3193
|
-
classes:
|
3193
|
+
classes: f.object,
|
3194
3194
|
/**
|
3195
3195
|
* @ignore
|
3196
3196
|
*/
|
3197
|
-
className:
|
3197
|
+
className: f.string,
|
3198
3198
|
/**
|
3199
3199
|
* If `true`, hitting escape will not fire the `onClose` callback.
|
3200
3200
|
* @default false
|
3201
3201
|
*/
|
3202
|
-
disableEscapeKeyDown:
|
3202
|
+
disableEscapeKeyDown: f.bool,
|
3203
3203
|
/**
|
3204
3204
|
* If `true`, the dialog is full-screen.
|
3205
3205
|
* @default false
|
3206
3206
|
*/
|
3207
|
-
fullScreen:
|
3207
|
+
fullScreen: f.bool,
|
3208
3208
|
/**
|
3209
3209
|
* If `true`, the dialog stretches to `maxWidth`.
|
3210
3210
|
*
|
3211
3211
|
* Notice that the dialog width grow is limited by the default margin.
|
3212
3212
|
* @default false
|
3213
3213
|
*/
|
3214
|
-
fullWidth:
|
3214
|
+
fullWidth: f.bool,
|
3215
3215
|
/**
|
3216
3216
|
* Determine the max-width of the dialog.
|
3217
3217
|
* The dialog width grows with the size of the screen.
|
3218
3218
|
* Set to `false` to disable `maxWidth`.
|
3219
3219
|
* @default 'sm'
|
3220
3220
|
*/
|
3221
|
-
maxWidth:
|
3221
|
+
maxWidth: f.oneOfType([f.oneOf(["xs", "sm", "md", "lg", "xl", !1]), f.string]),
|
3222
3222
|
/**
|
3223
3223
|
* Callback fired when the backdrop is clicked.
|
3224
3224
|
* @deprecated Use the `onClose` prop with the `reason` argument to handle the `backdropClick` events.
|
3225
3225
|
*/
|
3226
|
-
onBackdropClick:
|
3226
|
+
onBackdropClick: f.func,
|
3227
3227
|
/**
|
3228
3228
|
* @ignore
|
3229
3229
|
*/
|
3230
|
-
onClick:
|
3230
|
+
onClick: f.func,
|
3231
3231
|
/**
|
3232
3232
|
* Callback fired when the component requests to be closed.
|
3233
3233
|
*
|
3234
3234
|
* @param {object} event The event source of the callback.
|
3235
3235
|
* @param {string} reason Can be: `"escapeKeyDown"`, `"backdropClick"`.
|
3236
3236
|
*/
|
3237
|
-
onClose:
|
3237
|
+
onClose: f.func,
|
3238
3238
|
/**
|
3239
3239
|
* If `true`, the component is shown.
|
3240
3240
|
*/
|
3241
|
-
open:
|
3241
|
+
open: f.bool.isRequired,
|
3242
3242
|
/**
|
3243
3243
|
* The component used to render the body of the dialog.
|
3244
3244
|
* @default Paper
|
3245
3245
|
*/
|
3246
|
-
PaperComponent:
|
3246
|
+
PaperComponent: f.elementType,
|
3247
3247
|
/**
|
3248
3248
|
* Props applied to the [`Paper`](https://mui.com/material-ui/api/paper/) element.
|
3249
3249
|
* @default {}
|
3250
3250
|
* @deprecated Use `slotProps.paper` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
|
3251
3251
|
*/
|
3252
|
-
PaperProps:
|
3252
|
+
PaperProps: f.object,
|
3253
3253
|
/**
|
3254
3254
|
* Determine the container for scrolling the dialog.
|
3255
3255
|
* @default 'paper'
|
3256
3256
|
*/
|
3257
|
-
scroll:
|
3257
|
+
scroll: f.oneOf(["body", "paper"]),
|
3258
3258
|
/**
|
3259
3259
|
* The props used for each slot inside.
|
3260
3260
|
* @default {}
|
3261
3261
|
*/
|
3262
|
-
slotProps:
|
3263
|
-
backdrop:
|
3264
|
-
container:
|
3265
|
-
paper:
|
3266
|
-
root:
|
3267
|
-
transition:
|
3262
|
+
slotProps: f.shape({
|
3263
|
+
backdrop: f.oneOfType([f.func, f.object]),
|
3264
|
+
container: f.oneOfType([f.func, f.object]),
|
3265
|
+
paper: f.oneOfType([f.func, f.object]),
|
3266
|
+
root: f.oneOfType([f.func, f.object]),
|
3267
|
+
transition: f.oneOfType([f.func, f.object])
|
3268
3268
|
}),
|
3269
3269
|
/**
|
3270
3270
|
* The components used for each slot inside.
|
3271
3271
|
* @default {}
|
3272
3272
|
*/
|
3273
|
-
slots:
|
3274
|
-
backdrop:
|
3275
|
-
container:
|
3276
|
-
paper:
|
3277
|
-
root:
|
3278
|
-
transition:
|
3273
|
+
slots: f.shape({
|
3274
|
+
backdrop: f.elementType,
|
3275
|
+
container: f.elementType,
|
3276
|
+
paper: f.elementType,
|
3277
|
+
root: f.elementType,
|
3278
|
+
transition: f.elementType
|
3279
3279
|
}),
|
3280
3280
|
/**
|
3281
3281
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
3282
3282
|
*/
|
3283
|
-
sx:
|
3283
|
+
sx: f.oneOfType([f.arrayOf(f.oneOfType([f.func, f.object, f.bool])), f.func, f.object]),
|
3284
3284
|
/**
|
3285
3285
|
* The component used for the transition.
|
3286
3286
|
* [Follow this guide](https://mui.com/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
|
3287
3287
|
* @default Fade
|
3288
3288
|
* @deprecated Use `slots.transition` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
|
3289
3289
|
*/
|
3290
|
-
TransitionComponent:
|
3290
|
+
TransitionComponent: f.elementType,
|
3291
3291
|
/**
|
3292
3292
|
* The duration for the transition, in milliseconds.
|
3293
3293
|
* You may specify a single timeout for all transitions, or individually with an object.
|
@@ -3296,17 +3296,17 @@ process.env.NODE_ENV !== "production" && (Hr.propTypes = {
|
|
3296
3296
|
* exit: theme.transitions.duration.leavingScreen,
|
3297
3297
|
* }
|
3298
3298
|
*/
|
3299
|
-
transitionDuration:
|
3300
|
-
appear:
|
3301
|
-
enter:
|
3302
|
-
exit:
|
3299
|
+
transitionDuration: f.oneOfType([f.number, f.shape({
|
3300
|
+
appear: f.number,
|
3301
|
+
enter: f.number,
|
3302
|
+
exit: f.number
|
3303
3303
|
})]),
|
3304
3304
|
/**
|
3305
3305
|
* Props applied to the transition element.
|
3306
3306
|
* By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
|
3307
3307
|
* @deprecated Use `slotProps.transition` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
|
3308
3308
|
*/
|
3309
|
-
TransitionProps:
|
3309
|
+
TransitionProps: f.object
|
3310
3310
|
});
|
3311
3311
|
function ol({
|
3312
3312
|
fillColor: e = "#262E3D"
|
@@ -3332,7 +3332,105 @@ function ol({
|
|
3332
3332
|
})]
|
3333
3333
|
});
|
3334
3334
|
}
|
3335
|
-
|
3335
|
+
const Ur = {
|
3336
|
+
row: {
|
3337
|
+
hover: "rgba(224, 224, 224, 0.3)"
|
3338
|
+
},
|
3339
|
+
secondary: {
|
3340
|
+
default: "rgba(38, 46, 61, 0.1)",
|
3341
|
+
hover: "rgba(38, 46, 61, 0.17)"
|
3342
|
+
},
|
3343
|
+
text: {
|
3344
|
+
active: "rgba(38, 46, 61, 1)",
|
3345
|
+
content: "rgba(38, 46, 61, 0.8)",
|
3346
|
+
secondary: "rgba(38, 46, 61, 0.55)",
|
3347
|
+
disabled: "rgba(38, 46, 61, 0.3)",
|
3348
|
+
link: "rgba(54, 163, 217, 1)",
|
3349
|
+
accented: "rgba(12, 14, 18, 1)",
|
3350
|
+
linkButton: "#1eaff3",
|
3351
|
+
primary: "#262E3D"
|
3352
|
+
},
|
3353
|
+
UI: {
|
3354
|
+
default: "#6e737d",
|
3355
|
+
additional: "rgba(38, 46, 61, 0.4)",
|
3356
|
+
guiding: "rgba(38, 46, 61, 0.1)"
|
3357
|
+
},
|
3358
|
+
background: {
|
3359
|
+
workspace: "rgba(255, 255, 255, 1)",
|
3360
|
+
supporting: "rgba(249, 249, 251, 1)",
|
3361
|
+
priority: "rgba(244, 244, 248, 1)"
|
3362
|
+
},
|
3363
|
+
primary: {
|
3364
|
+
primary: "rgba(255, 203, 5, 1)",
|
3365
|
+
default: "#FFC805",
|
3366
|
+
hover: "#F2B900"
|
3367
|
+
},
|
3368
|
+
interaction: {
|
3369
|
+
defaultHover: "rgba(12, 14, 18, 0.07)",
|
3370
|
+
guidingHover: "rgba(38, 46, 61, 0.17)",
|
3371
|
+
linkHovered: "rgba(50, 147, 197, 1)",
|
3372
|
+
primaryHovered: "rgba(242, 185, 0, 1)"
|
3373
|
+
},
|
3374
|
+
semantic: {
|
3375
|
+
info: "rgba(52, 150, 200, 1)",
|
3376
|
+
success: "rgba(34, 195, 195, 1)",
|
3377
|
+
warning: "rgba(242, 185, 0, 1)",
|
3378
|
+
error: "rgba(231, 71, 39, 1)",
|
3379
|
+
infoBG: "rgba(52, 150, 200, 0.1)",
|
3380
|
+
successBG: "rgba(34, 195, 195, 0.1)",
|
3381
|
+
warningBG: "rgba(242, 185, 0, 0.1)",
|
3382
|
+
errorBG: "rgba(231, 71, 39, 0.1)"
|
3383
|
+
},
|
3384
|
+
sisenseDark: {
|
3385
|
+
text: {
|
3386
|
+
active: "rgba(235, 239, 247, 1)",
|
3387
|
+
content: "rgba(235, 239, 247, 0.8)",
|
3388
|
+
secondary: "rgba(235, 239, 247, 0.55)",
|
3389
|
+
disabled: "rgba(235, 239, 247, 0.3)",
|
3390
|
+
link: "rgba(50, 147, 197, 1)",
|
3391
|
+
accented: "rgba(12, 14, 18, 1)"
|
3392
|
+
},
|
3393
|
+
ui: {
|
3394
|
+
default: "rgba(235, 239, 247, 0.67)",
|
3395
|
+
additional: "rgba(235, 239, 247, 0.4)",
|
3396
|
+
guiding: "rgba(235, 239, 247, 0.1)"
|
3397
|
+
},
|
3398
|
+
background: {
|
3399
|
+
workspace: "rgba(12, 14, 18, 1)",
|
3400
|
+
supporting: "rgba(249, 249, 251, 1)",
|
3401
|
+
priority: "rgba(244, 244, 248, 1)"
|
3402
|
+
},
|
3403
|
+
interaction: {
|
3404
|
+
defaultHover: "rgba(12, 14, 18, 0.07)",
|
3405
|
+
guidingHover: "rgba(235, 239, 247, 0.17)",
|
3406
|
+
linkHovered: "rgba(50, 147, 197, 1)",
|
3407
|
+
primaryHovered: "rgba(242, 185, 0, 1)"
|
3408
|
+
},
|
3409
|
+
semantic: {
|
3410
|
+
info: "rgba(52, 150, 200, 1)",
|
3411
|
+
success: "rgba(34, 195, 195, 1)",
|
3412
|
+
warning: "rgba(242, 185, 0, 1)",
|
3413
|
+
error: "rgba(231, 71, 39, 1)",
|
3414
|
+
infoBG: "rgba(52, 150, 200, 0.1)",
|
3415
|
+
successBG: "rgba(34, 195, 195, 0.1)",
|
3416
|
+
warningBG: "rgba(242, 185, 0, 0.1)",
|
3417
|
+
errorBG: "rgba(231, 71, 39, 0.1)"
|
3418
|
+
}
|
3419
|
+
}
|
3420
|
+
}, nl = {
|
3421
|
+
shouldForwardProp: (e) => !e.startsWith("$")
|
3422
|
+
}, Ae = /* @__PURE__ */ C(ar, nl, {
|
3423
|
+
target: "e869yoj0",
|
3424
|
+
label: "IconButton"
|
3425
|
+
})(({
|
3426
|
+
$hoverColor: e
|
3427
|
+
}) => ({
|
3428
|
+
padding: 2,
|
3429
|
+
"&.MuiIconButton-root:hover": {
|
3430
|
+
backgroundColor: e ?? Ur.interaction.defaultHover
|
3431
|
+
}
|
3432
|
+
}));
|
3433
|
+
function ll({
|
3336
3434
|
fill: e = "rgba(38, 46, 61, 0.67)"
|
3337
3435
|
}) {
|
3338
3436
|
return /* @__PURE__ */ n("svg", {
|
@@ -3349,7 +3447,7 @@ function nl({
|
|
3349
3447
|
})
|
3350
3448
|
});
|
3351
3449
|
}
|
3352
|
-
function
|
3450
|
+
function dl({
|
3353
3451
|
fill: e = "rgba(38, 46, 61, 0.67)"
|
3354
3452
|
}) {
|
3355
3453
|
return /* @__PURE__ */ n("svg", {
|
@@ -3366,7 +3464,7 @@ function ll({
|
|
3366
3464
|
})
|
3367
3465
|
});
|
3368
3466
|
}
|
3369
|
-
function
|
3467
|
+
function sl() {
|
3370
3468
|
return /* @__PURE__ */ n("svg", {
|
3371
3469
|
xmlns: "http://www.w3.org/2000/svg",
|
3372
3470
|
width: "24",
|
@@ -3382,23 +3480,23 @@ function dl() {
|
|
3382
3480
|
})
|
3383
3481
|
});
|
3384
3482
|
}
|
3385
|
-
const yt = (e) => tr(e.chart.backgroundColor),
|
3483
|
+
const yt = (e) => tr(e.chart.backgroundColor), cl = ({
|
3386
3484
|
title: e
|
3387
3485
|
}) => {
|
3388
3486
|
const {
|
3389
3487
|
themeSettings: t
|
3390
3488
|
} = D();
|
3391
|
-
return /* @__PURE__ */ n(
|
3489
|
+
return /* @__PURE__ */ n(De, {
|
3392
3490
|
title: e,
|
3393
|
-
children: /* @__PURE__ */ n(
|
3491
|
+
children: /* @__PURE__ */ n(Ae, {
|
3394
3492
|
disableTouchRipple: !0,
|
3395
3493
|
$hoverColor: yt(t),
|
3396
|
-
children: /* @__PURE__ */ n(
|
3494
|
+
children: /* @__PURE__ */ n(dl, {
|
3397
3495
|
fill: t.chart.textColor
|
3398
3496
|
})
|
3399
3497
|
})
|
3400
3498
|
});
|
3401
|
-
},
|
3499
|
+
}, pl = ({
|
3402
3500
|
items: e
|
3403
3501
|
}) => {
|
3404
3502
|
const [t, r] = R(null), a = (d) => {
|
@@ -3409,11 +3507,11 @@ const yt = (e) => tr(e.chart.backgroundColor), sl = ({
|
|
3409
3507
|
themeSettings: l
|
3410
3508
|
} = D();
|
3411
3509
|
return /* @__PURE__ */ v(U, {
|
3412
|
-
children: [/* @__PURE__ */ n(
|
3510
|
+
children: [/* @__PURE__ */ n(Ae, {
|
3413
3511
|
onClick: a,
|
3414
3512
|
$hoverColor: yt(l),
|
3415
3513
|
"aria-label": "three dots button",
|
3416
|
-
children: /* @__PURE__ */ n(
|
3514
|
+
children: /* @__PURE__ */ n(ei, {
|
3417
3515
|
fill: l.chart.textColor
|
3418
3516
|
})
|
3419
3517
|
}), /* @__PURE__ */ n(ri, {
|
@@ -3428,14 +3526,14 @@ const yt = (e) => tr(e.chart.backgroundColor), sl = ({
|
|
3428
3526
|
},
|
3429
3527
|
open: !!t,
|
3430
3528
|
onClose: i,
|
3431
|
-
children: e.map((d) => /* @__PURE__ */ v(
|
3529
|
+
children: e.map((d) => /* @__PURE__ */ v(ti, {
|
3432
3530
|
onClick: () => {
|
3433
3531
|
d.onClick(), i();
|
3434
3532
|
},
|
3435
3533
|
sx: {
|
3436
3534
|
fontSize: "13px",
|
3437
3535
|
fontFamily: l.typography.fontFamily,
|
3438
|
-
color:
|
3536
|
+
color: Ur.text.content
|
3439
3537
|
},
|
3440
3538
|
disableRipple: !0,
|
3441
3539
|
children: [d.icon, /* @__PURE__ */ n("div", {
|
@@ -3445,7 +3543,7 @@ const yt = (e) => tr(e.chart.backgroundColor), sl = ({
|
|
3445
3543
|
}, d.title))
|
3446
3544
|
})]
|
3447
3545
|
});
|
3448
|
-
},
|
3546
|
+
}, ul = ({
|
3449
3547
|
onClick: e
|
3450
3548
|
}) => {
|
3451
3549
|
const {
|
@@ -3453,42 +3551,42 @@ const yt = (e) => tr(e.chart.backgroundColor), sl = ({
|
|
3453
3551
|
} = D(), {
|
3454
3552
|
t: r
|
3455
3553
|
} = O();
|
3456
|
-
return /* @__PURE__ */ n(
|
3554
|
+
return /* @__PURE__ */ n(De, {
|
3457
3555
|
title: r("ai.preview"),
|
3458
|
-
children: /* @__PURE__ */ n(
|
3556
|
+
children: /* @__PURE__ */ n(Ae, {
|
3459
3557
|
onClick: e,
|
3460
3558
|
$hoverColor: yt(t),
|
3461
|
-
children: /* @__PURE__ */ n(
|
3559
|
+
children: /* @__PURE__ */ n(ll, {
|
3462
3560
|
fill: t.chart.textColor
|
3463
3561
|
})
|
3464
3562
|
})
|
3465
3563
|
});
|
3466
|
-
},
|
3564
|
+
}, gl = /* @__PURE__ */ C("div", {
|
3467
3565
|
target: "e1cseu7j0",
|
3468
3566
|
label: "ToolbarContainer"
|
3469
3567
|
})("display:flex;padding-top:6px;padding-bottom:6px;");
|
3470
|
-
function
|
3568
|
+
function hl({
|
3471
3569
|
infoTooltipText: e,
|
3472
3570
|
onRefresh: t,
|
3473
3571
|
onExpand: r
|
3474
3572
|
}) {
|
3475
|
-
const a =
|
3573
|
+
const a = F(() => [{
|
3476
3574
|
title: "Refresh",
|
3477
3575
|
onClick: t,
|
3478
|
-
icon: /* @__PURE__ */ n(
|
3576
|
+
icon: /* @__PURE__ */ n(sl, {})
|
3479
3577
|
}], [t]);
|
3480
|
-
return /* @__PURE__ */ v(
|
3578
|
+
return /* @__PURE__ */ v(gl, {
|
3481
3579
|
"aria-label": "chatbot chart toolbar",
|
3482
|
-
children: [/* @__PURE__ */ n(
|
3580
|
+
children: [/* @__PURE__ */ n(cl, {
|
3483
3581
|
title: e ?? ""
|
3484
|
-
}), /* @__PURE__ */ n(cl, {
|
3485
|
-
items: a
|
3486
3582
|
}), /* @__PURE__ */ n(pl, {
|
3583
|
+
items: a
|
3584
|
+
}), /* @__PURE__ */ n(ul, {
|
3487
3585
|
onClick: r
|
3488
3586
|
})]
|
3489
3587
|
});
|
3490
3588
|
}
|
3491
|
-
function
|
3589
|
+
function ml({
|
3492
3590
|
content: e
|
3493
3591
|
}) {
|
3494
3592
|
const [t, r] = R(!1), {
|
@@ -3496,7 +3594,7 @@ function hl({
|
|
3496
3594
|
} = D(), {
|
3497
3595
|
inlineElement: i,
|
3498
3596
|
expandedElement: l
|
3499
|
-
} =
|
3597
|
+
} = F(() => {
|
3500
3598
|
const d = mt(e, {
|
3501
3599
|
useCustomizedStyleOptions: !0
|
3502
3600
|
});
|
@@ -3509,21 +3607,21 @@ function hl({
|
|
3509
3607
|
} = d, g = {
|
3510
3608
|
cornerRadius: "Small",
|
3511
3609
|
header: {
|
3512
|
-
renderToolbar: (o) => /* @__PURE__ */ n(
|
3610
|
+
renderToolbar: (o) => /* @__PURE__ */ n(hl, {
|
3513
3611
|
infoTooltipText: p,
|
3514
3612
|
onRefresh: o,
|
3515
3613
|
onExpand: () => r(!0)
|
3516
3614
|
})
|
3517
3615
|
}
|
3518
3616
|
};
|
3519
|
-
let x,
|
3520
|
-
if (
|
3617
|
+
let x, b;
|
3618
|
+
if ($a(d.chartType))
|
3521
3619
|
x = /* @__PURE__ */ n("div", {
|
3522
3620
|
className: "csdk-h-[245px]",
|
3523
3621
|
children: /* @__PURE__ */ n(Ne, j(I({}, d), {
|
3524
3622
|
styleOptions: g
|
3525
3623
|
}))
|
3526
|
-
}),
|
3624
|
+
}), b = /* @__PURE__ */ n(Ne, j(I({}, d), {
|
3527
3625
|
styleOptions: {
|
3528
3626
|
header: {
|
3529
3627
|
hidden: !0
|
@@ -3544,7 +3642,7 @@ function hl({
|
|
3544
3642
|
children: /* @__PURE__ */ n(Ne, j(I({}, d), {
|
3545
3643
|
styleOptions: u
|
3546
3644
|
}))
|
3547
|
-
}),
|
3645
|
+
}), b = /* @__PURE__ */ n(Ne, j(I({}, d), {
|
3548
3646
|
styleOptions: I({
|
3549
3647
|
cornerRadius: "None"
|
3550
3648
|
}, o)
|
@@ -3552,11 +3650,11 @@ function hl({
|
|
3552
3650
|
}
|
3553
3651
|
return {
|
3554
3652
|
inlineElement: x,
|
3555
|
-
expandedElement:
|
3653
|
+
expandedElement: b
|
3556
3654
|
};
|
3557
3655
|
}, [e]);
|
3558
3656
|
return /* @__PURE__ */ v(U, {
|
3559
|
-
children: [i, /* @__PURE__ */ v(
|
3657
|
+
children: [i, /* @__PURE__ */ v(Yr, {
|
3560
3658
|
open: t,
|
3561
3659
|
onClose: () => r(!1),
|
3562
3660
|
maxWidth: "xl",
|
@@ -3572,7 +3670,7 @@ function hl({
|
|
3572
3670
|
children: [/* @__PURE__ */ n("div", {
|
3573
3671
|
className: "csdk-text-ai-lg csdk-semibold",
|
3574
3672
|
children: e.queryTitle
|
3575
|
-
}), /* @__PURE__ */ n(
|
3673
|
+
}), /* @__PURE__ */ n(ar, {
|
3576
3674
|
onClick: () => r(!1),
|
3577
3675
|
"aria-label": "close expanded chart",
|
3578
3676
|
children: /* @__PURE__ */ n(ol, {
|
@@ -3586,7 +3684,7 @@ function hl({
|
|
3586
3684
|
})]
|
3587
3685
|
});
|
3588
3686
|
}
|
3589
|
-
function
|
3687
|
+
function bl({
|
3590
3688
|
theme: e
|
3591
3689
|
}) {
|
3592
3690
|
return /* @__PURE__ */ n("svg", {
|
@@ -3612,20 +3710,20 @@ function fl({
|
|
3612
3710
|
} = D(), {
|
3613
3711
|
t: a
|
3614
3712
|
} = O();
|
3615
|
-
return /* @__PURE__ */ n(
|
3713
|
+
return /* @__PURE__ */ n(De, {
|
3616
3714
|
title: a("ai.buttons.incorrectResponse"),
|
3617
|
-
children: /* @__PURE__ */ n(
|
3715
|
+
children: /* @__PURE__ */ n(Ae, {
|
3618
3716
|
"aria-label": "thumbs-down",
|
3619
3717
|
onClick: e,
|
3620
3718
|
$hoverColor: r.aiChat.icons.feedbackIcons.hoverColor,
|
3621
3719
|
disabled: t,
|
3622
|
-
children: /* @__PURE__ */ n(
|
3720
|
+
children: /* @__PURE__ */ n(bl, {
|
3623
3721
|
theme: r
|
3624
3722
|
})
|
3625
3723
|
})
|
3626
3724
|
});
|
3627
3725
|
}
|
3628
|
-
function
|
3726
|
+
function xl({
|
3629
3727
|
theme: e
|
3630
3728
|
}) {
|
3631
3729
|
return /* @__PURE__ */ n("svg", {
|
@@ -3642,7 +3740,7 @@ function bl({
|
|
3642
3740
|
})
|
3643
3741
|
});
|
3644
3742
|
}
|
3645
|
-
function
|
3743
|
+
function kl({
|
3646
3744
|
onClick: e,
|
3647
3745
|
disabled: t
|
3648
3746
|
}) {
|
@@ -3651,20 +3749,20 @@ function xl({
|
|
3651
3749
|
} = D(), {
|
3652
3750
|
t: a
|
3653
3751
|
} = O();
|
3654
|
-
return /* @__PURE__ */ n(
|
3752
|
+
return /* @__PURE__ */ n(De, {
|
3655
3753
|
title: a("ai.buttons.correctResponse"),
|
3656
|
-
children: /* @__PURE__ */ n(
|
3754
|
+
children: /* @__PURE__ */ n(Ae, {
|
3657
3755
|
"aria-label": "thumbs-up",
|
3658
3756
|
onClick: e,
|
3659
3757
|
$hoverColor: r.aiChat.icons.feedbackIcons.hoverColor,
|
3660
3758
|
disabled: t,
|
3661
|
-
children: /* @__PURE__ */ n(
|
3759
|
+
children: /* @__PURE__ */ n(xl, {
|
3662
3760
|
theme: r
|
3663
3761
|
})
|
3664
3762
|
})
|
3665
3763
|
});
|
3666
3764
|
}
|
3667
|
-
const
|
3765
|
+
const yl = () => {
|
3668
3766
|
const [e, t] = R(!1), r = ce(null), a = T(() => {
|
3669
3767
|
t(!0);
|
3670
3768
|
}, []), i = T(() => {
|
@@ -3674,13 +3772,13 @@ const kl = () => {
|
|
3674
3772
|
var d;
|
3675
3773
|
((d = r.current) == null ? void 0 : d.nodeType) === Node.ELEMENT_NODE && (r.current.removeEventListener("mouseenter", a), r.current.removeEventListener("mouseleave", i)), (l == null ? void 0 : l.nodeType) === Node.ELEMENT_NODE && (l.addEventListener("mouseenter", a), l.addEventListener("mouseleave", i)), r.current = l;
|
3676
3774
|
}, [a, i]), e];
|
3677
|
-
},
|
3775
|
+
}, wl = /* @__PURE__ */ C("div", {
|
3678
3776
|
target: "e2xyvaw0",
|
3679
3777
|
label: "Container"
|
3680
3778
|
})("display:flex;flex-direction:column;row-gap:", ({
|
3681
3779
|
theme: e
|
3682
3780
|
}) => e.aiChat.body.gapBetweenMessages, ";");
|
3683
|
-
function
|
3781
|
+
function _l({
|
3684
3782
|
visible: e,
|
3685
3783
|
onSend: t
|
3686
3784
|
}) {
|
@@ -3689,7 +3787,7 @@ function wl({
|
|
3689
3787
|
}, [t]);
|
3690
3788
|
return e ? /* @__PURE__ */ v("div", {
|
3691
3789
|
className: `csdk-flex csdk-items-center ${`csdk-transition-opacity csdk-delay-150 csdk-duration-500 ${r ? "csdk-opacity-0" : "csdk-opacity-100"}`}`,
|
3692
|
-
children: [/* @__PURE__ */ n(
|
3790
|
+
children: [/* @__PURE__ */ n(kl, {
|
3693
3791
|
onClick: () => i("up"),
|
3694
3792
|
disabled: r
|
3695
3793
|
}), /* @__PURE__ */ n(fl, {
|
@@ -3698,41 +3796,41 @@ function wl({
|
|
3698
3796
|
})]
|
3699
3797
|
}) : null;
|
3700
3798
|
}
|
3701
|
-
function
|
3799
|
+
function Ht({
|
3702
3800
|
sourceId: e,
|
3703
3801
|
data: t,
|
3704
3802
|
type: r,
|
3705
3803
|
buttonVisibility: a = "onHover",
|
3706
3804
|
renderContent: i
|
3707
3805
|
}) {
|
3708
|
-
const l = te(), d =
|
3806
|
+
const l = te(), d = Ja(T((b) => {
|
3709
3807
|
l && l.ai.sendFeedback({
|
3710
3808
|
sourceId: e,
|
3711
3809
|
type: r,
|
3712
3810
|
data: t,
|
3713
|
-
rating:
|
3811
|
+
rating: b
|
3714
3812
|
});
|
3715
|
-
}, [l, e, t, r]), 200), [p, c] =
|
3813
|
+
}, [l, e, t, r]), 200), [p, c] = yl(), g = F(() => a === "onHover" ? c : a !== "never", [c, a]), {
|
3716
3814
|
themeSettings: x
|
3717
3815
|
} = D();
|
3718
|
-
return /* @__PURE__ */ n(
|
3816
|
+
return /* @__PURE__ */ n(wl, {
|
3719
3817
|
ref: p,
|
3720
3818
|
theme: x,
|
3721
|
-
children: i(/* @__PURE__ */ n(
|
3819
|
+
children: i(/* @__PURE__ */ n(_l, {
|
3722
3820
|
onSend: d,
|
3723
3821
|
visible: g
|
3724
3822
|
}))
|
3725
3823
|
});
|
3726
3824
|
}
|
3727
|
-
const
|
3728
|
-
function
|
3825
|
+
const Cl = 18 * 5;
|
3826
|
+
function Fr({
|
3729
3827
|
text: e
|
3730
3828
|
}) {
|
3731
3829
|
const [t, r] = R(!0), [a, i] = R(!1), {
|
3732
3830
|
t: l
|
3733
3831
|
} = O(), d = ce(null);
|
3734
3832
|
return Re(() => {
|
3735
|
-
d.current && d.current.scrollHeight >
|
3833
|
+
d.current && d.current.scrollHeight > Cl && i(!0);
|
3736
3834
|
}, [e]), /* @__PURE__ */ v("div", {
|
3737
3835
|
children: [/* @__PURE__ */ n("div", {
|
3738
3836
|
ref: d,
|
@@ -3748,27 +3846,27 @@ function Br({
|
|
3748
3846
|
})]
|
3749
3847
|
});
|
3750
3848
|
}
|
3751
|
-
function
|
3849
|
+
function vl({
|
3752
3850
|
nlgRequest: e
|
3753
3851
|
}) {
|
3754
3852
|
const {
|
3755
3853
|
data: t,
|
3756
3854
|
isLoading: r,
|
3757
3855
|
isError: a
|
3758
|
-
} =
|
3856
|
+
} = kr(e), {
|
3759
3857
|
t: i
|
3760
3858
|
} = O();
|
3761
|
-
return r ? /* @__PURE__ */ n(
|
3859
|
+
return r ? /* @__PURE__ */ n(Hr, {}) : a ? /* @__PURE__ */ n(le, {
|
3762
3860
|
align: "left",
|
3763
3861
|
children: i("ai.errors.unexpected")
|
3764
3862
|
}) : /* @__PURE__ */ n(le, {
|
3765
3863
|
align: "full",
|
3766
|
-
children: /* @__PURE__ */ n(
|
3864
|
+
children: /* @__PURE__ */ n(Fr, {
|
3767
3865
|
text: t ?? i("ai.errors.insightsNotAvailable")
|
3768
3866
|
})
|
3769
3867
|
});
|
3770
3868
|
}
|
3771
|
-
function
|
3869
|
+
function Sl() {
|
3772
3870
|
const {
|
3773
3871
|
themeSettings: e
|
3774
3872
|
} = D();
|
@@ -3786,27 +3884,27 @@ function vl() {
|
|
3786
3884
|
})
|
3787
3885
|
});
|
3788
3886
|
}
|
3789
|
-
function
|
3887
|
+
function Ml({
|
3790
3888
|
onClick: e
|
3791
3889
|
}) {
|
3792
3890
|
const {
|
3793
3891
|
t
|
3794
3892
|
} = O();
|
3795
|
-
return /* @__PURE__ */ n(
|
3893
|
+
return /* @__PURE__ */ n(Ge, {
|
3796
3894
|
align: "left",
|
3797
3895
|
onClick: e,
|
3798
3896
|
children: /* @__PURE__ */ v("div", {
|
3799
3897
|
className: "csdk-py-[5px] csdk-px-2 csdk-flex csdk-items-center csdk-gap-x-1 csdk-select-none",
|
3800
|
-
children: [/* @__PURE__ */ n(
|
3898
|
+
children: [/* @__PURE__ */ n(Sl, {}), t("ai.buttons.insights")]
|
3801
3899
|
})
|
3802
3900
|
});
|
3803
3901
|
}
|
3804
|
-
var
|
3805
|
-
const
|
3806
|
-
target: "
|
3902
|
+
var Il = Xa("toLowerCase");
|
3903
|
+
const Bt = /* @__PURE__ */ C("div", {
|
3904
|
+
target: "etljahs0",
|
3807
3905
|
label: "FlexRow"
|
3808
|
-
})("display:flex;align-items:center;column-gap:10px;"),
|
3809
|
-
function
|
3906
|
+
})("display:flex;align-items:center;column-gap:10px;"), Dl = (e) => !!e && "aeiou".includes(e[0]);
|
3907
|
+
function Al({
|
3810
3908
|
data: e,
|
3811
3909
|
alwaysShowFeedback: t
|
3812
3910
|
}) {
|
@@ -3820,12 +3918,12 @@ function Dl({
|
|
3820
3918
|
chartRecommendations: d,
|
3821
3919
|
jaql: p,
|
3822
3920
|
userMsg: c,
|
3823
|
-
clarification: g
|
3921
|
+
clarification: g = ""
|
3824
3922
|
} = e;
|
3825
3923
|
console.debug(`JAQL for ${l}`, p), console.debug(`chart recommendations for ${l}`, d);
|
3826
3924
|
const x = "chartType" in d ? d.chartType : "table";
|
3827
|
-
let
|
3828
|
-
|
3925
|
+
let b;
|
3926
|
+
Dl(x) ? b = `an ${x}` : b = `a ${x}`, x !== "table" && (b += " chart");
|
3829
3927
|
const o = p.datasource.title, [u, s] = R(!1), h = T(() => {
|
3830
3928
|
s((y) => !y);
|
3831
3929
|
}, []), m = {
|
@@ -3833,48 +3931,49 @@ function Dl({
|
|
3833
3931
|
datasource: p.datasource,
|
3834
3932
|
metadata: p.metadata
|
3835
3933
|
}
|
3836
|
-
}, w = r === "analyze", _ = `${c}${c && g ?
|
3934
|
+
}, w = r === "analyze", _ = `${c}${c && g ? `
|
3935
|
+
` : ""}${g}`;
|
3837
3936
|
return /* @__PURE__ */ v(U, {
|
3838
|
-
children: [/* @__PURE__ */ n(
|
3937
|
+
children: [/* @__PURE__ */ n(Ht, {
|
3839
3938
|
sourceId: o,
|
3840
3939
|
data: e,
|
3841
3940
|
type: "chats/nlq",
|
3842
3941
|
buttonVisibility: t ? "always" : "onHover",
|
3843
3942
|
renderContent: (y) => /* @__PURE__ */ v(U, {
|
3844
|
-
children: [/* @__PURE__ */ v(
|
3943
|
+
children: [/* @__PURE__ */ v(Bt, {
|
3845
3944
|
children: [/* @__PURE__ */ n(Pr, {
|
3846
3945
|
align: "left",
|
3847
3946
|
theme: i,
|
3848
|
-
children: _ || `Here's ${
|
3947
|
+
children: _ || `Here's ${b} showing ${Il(l)}.`
|
3849
3948
|
}), y]
|
3850
|
-
}), w && /* @__PURE__ */ n(
|
3949
|
+
}), w && /* @__PURE__ */ n(ml, {
|
3851
3950
|
content: e
|
3852
3951
|
})]
|
3853
3952
|
})
|
3854
|
-
}), a && /* @__PURE__ */ n(
|
3953
|
+
}), a && /* @__PURE__ */ n(Ht, {
|
3855
3954
|
sourceId: o,
|
3856
3955
|
data: m,
|
3857
3956
|
type: "nlg/queryResult",
|
3858
3957
|
buttonVisibility: u ? "onHover" : "never",
|
3859
3958
|
renderContent: (y) => /* @__PURE__ */ v(U, {
|
3860
|
-
children: [/* @__PURE__ */ v(
|
3861
|
-
children: [/* @__PURE__ */ n(
|
3959
|
+
children: [/* @__PURE__ */ v(Bt, {
|
3960
|
+
children: [/* @__PURE__ */ n(Ml, {
|
3862
3961
|
onClick: h
|
3863
3962
|
}), y]
|
3864
|
-
}), u && /* @__PURE__ */ n(
|
3963
|
+
}), u && /* @__PURE__ */ n(vl, {
|
3865
3964
|
nlgRequest: m
|
3866
3965
|
})]
|
3867
3966
|
})
|
3868
3967
|
})]
|
3869
3968
|
});
|
3870
3969
|
}
|
3871
|
-
function
|
3970
|
+
function Ll({
|
3872
3971
|
message: e,
|
3873
3972
|
isLastMessage: t
|
3874
3973
|
}) {
|
3875
|
-
if (
|
3974
|
+
if (Cr(e)) {
|
3876
3975
|
const a = JSON.parse(e.content);
|
3877
|
-
return /* @__PURE__ */ n(
|
3976
|
+
return /* @__PURE__ */ n(Al, {
|
3878
3977
|
data: a,
|
3879
3978
|
alwaysShowFeedback: t
|
3880
3979
|
});
|
@@ -3885,32 +3984,32 @@ function Al({
|
|
3885
3984
|
children: r
|
3886
3985
|
});
|
3887
3986
|
}
|
3888
|
-
const
|
3987
|
+
const Tl = /* @__PURE__ */ ja(Ll), Nl = ({
|
3889
3988
|
error: e,
|
3890
3989
|
displayMessage: t
|
3891
3990
|
}) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ n(le, {
|
3892
3991
|
align: "left",
|
3893
3992
|
children: t
|
3894
3993
|
}));
|
3895
|
-
function
|
3994
|
+
function jl({
|
3896
3995
|
messages: e
|
3897
3996
|
}) {
|
3898
3997
|
const {
|
3899
3998
|
t
|
3900
3999
|
} = O();
|
3901
4000
|
return /* @__PURE__ */ n(U, {
|
3902
|
-
children: e.map((r, a) => /* @__PURE__ */ n(
|
3903
|
-
fallbackRender: (i) =>
|
4001
|
+
children: e.map((r, a) => /* @__PURE__ */ n(Sa, {
|
4002
|
+
fallbackRender: (i) => Nl(j(I({}, i), {
|
3904
4003
|
displayMessage: t("ai.errors.unexpected")
|
3905
4004
|
})),
|
3906
|
-
children: /* @__PURE__ */ n(
|
4005
|
+
children: /* @__PURE__ */ n(Tl, {
|
3907
4006
|
message: r,
|
3908
4007
|
isLastMessage: a === e.length - 1
|
3909
4008
|
}, a)
|
3910
4009
|
}, a))
|
3911
4010
|
});
|
3912
4011
|
}
|
3913
|
-
function
|
4012
|
+
function Qr({
|
3914
4013
|
color: e
|
3915
4014
|
}) {
|
3916
4015
|
return /* @__PURE__ */ n("svg", {
|
@@ -3925,7 +4024,7 @@ function Ur({
|
|
3925
4024
|
})
|
3926
4025
|
});
|
3927
4026
|
}
|
3928
|
-
function
|
4027
|
+
function Ol({
|
3929
4028
|
onClick: e,
|
3930
4029
|
color: t
|
3931
4030
|
}) {
|
@@ -3933,12 +4032,12 @@ function jl({
|
|
3933
4032
|
"aria-label": "go back",
|
3934
4033
|
className: "csdk-w-5 csdk-h-5 csdk-flex csdk-p-[4px] csdk-ml-[6px] csdk-cursor-pointer",
|
3935
4034
|
onClick: e,
|
3936
|
-
children: /* @__PURE__ */ n(
|
4035
|
+
children: /* @__PURE__ */ n(Qr, {
|
3937
4036
|
color: t
|
3938
4037
|
})
|
3939
4038
|
});
|
3940
4039
|
}
|
3941
|
-
const
|
4040
|
+
const El = /* @__PURE__ */ C("button", {
|
3942
4041
|
target: "e1p0q0z20",
|
3943
4042
|
label: "Button"
|
3944
4043
|
})("font-size:inherit;line-height:inherit;box-sizing:border-box;border-width:1px;padding-left:1rem;padding-right:1rem;padding-top:0.5rem;padding-bottom:0.5rem;cursor:pointer;text-align:left;max-width:85%;font-family:", ({
|
@@ -3964,7 +4063,7 @@ const Ol = /* @__PURE__ */ C("button", {
|
|
3964
4063
|
} = e.aiChat.suggestions;
|
3965
4064
|
if (t) {
|
3966
4065
|
const [a, i] = t;
|
3967
|
-
return
|
4066
|
+
return G`
|
3968
4067
|
border: none;
|
3969
4068
|
position: relative;
|
3970
4069
|
border-radius: ${r};
|
@@ -3986,47 +4085,47 @@ const Ol = /* @__PURE__ */ C("button", {
|
|
3986
4085
|
}
|
3987
4086
|
return "";
|
3988
4087
|
});
|
3989
|
-
function
|
4088
|
+
function Yt({
|
3990
4089
|
question: e,
|
3991
4090
|
onClick: t
|
3992
4091
|
}) {
|
3993
4092
|
const {
|
3994
4093
|
themeSettings: r
|
3995
4094
|
} = D();
|
3996
|
-
return /* @__PURE__ */ n(
|
4095
|
+
return /* @__PURE__ */ n(El, {
|
3997
4096
|
onClick: t,
|
3998
4097
|
theme: r,
|
3999
4098
|
children: e
|
4000
4099
|
});
|
4001
4100
|
}
|
4002
|
-
const
|
4101
|
+
const zl = /* @__PURE__ */ C("div", {
|
4003
4102
|
target: "eu11cc50",
|
4004
4103
|
label: "ListContainer"
|
4005
4104
|
})("display:flex;flex-direction:column;align-items:flex-start;row-gap:", ({
|
4006
4105
|
theme: e
|
4007
4106
|
}) => e.aiChat.suggestions.gap, ";");
|
4008
|
-
function
|
4107
|
+
function Zl({
|
4009
4108
|
questions: e,
|
4010
4109
|
onSelection: t
|
4011
4110
|
}) {
|
4012
4111
|
const {
|
4013
4112
|
t: r
|
4014
|
-
} = O(), [a, i] = R(!0), l =
|
4113
|
+
} = O(), [a, i] = R(!0), l = F(() => a && e.length > 5 ? e.slice(0, 4) : e, [e, a]), {
|
4015
4114
|
themeSettings: d
|
4016
4115
|
} = D();
|
4017
|
-
return /* @__PURE__ */ v(
|
4116
|
+
return /* @__PURE__ */ v(zl, {
|
4018
4117
|
"aria-label": "list of suggested questions",
|
4019
4118
|
theme: d,
|
4020
|
-
children: [l.map((p) => /* @__PURE__ */ n(
|
4119
|
+
children: [l.map((p) => /* @__PURE__ */ n(Yt, {
|
4021
4120
|
question: p,
|
4022
4121
|
onClick: () => t(p)
|
4023
|
-
}, p)), l.length < e.length && /* @__PURE__ */ n(
|
4122
|
+
}, p)), l.length < e.length && /* @__PURE__ */ n(Yt, {
|
4024
4123
|
question: r("ai.buttons.seeMore"),
|
4025
4124
|
onClick: () => i(!1)
|
4026
4125
|
})]
|
4027
4126
|
});
|
4028
4127
|
}
|
4029
|
-
const
|
4128
|
+
const Rl = /* @__PURE__ */ C("div", {
|
4030
4129
|
target: "ebwb3nc0",
|
4031
4130
|
label: "Row"
|
4032
4131
|
})("width:283px;height:32px;border-radius:10px;background:", ({
|
@@ -4039,18 +4138,18 @@ const Zl = /* @__PURE__ */ C("div", {
|
|
4039
4138
|
${r} 50%,
|
4040
4139
|
${t} 100%
|
4041
4140
|
)`;
|
4042
|
-
}, ";background-size:200% auto;animation:gradient 2s linear infinite;@keyframes gradient{0%{background-position:0 0;}100%{background-position:-200% 0;}}"),
|
4141
|
+
}, ";background-size:200% auto;animation:gradient 2s linear infinite;@keyframes gradient{0%{background-position:0 0;}100%{background-position:-200% 0;}}"), Wl = /* @__PURE__ */ C("div", {
|
4043
4142
|
target: "ebwb3nc1",
|
4044
4143
|
label: "SkeletonContainer"
|
4045
4144
|
})("display:flex;flex-direction:column;row-gap:1rem;");
|
4046
|
-
function
|
4145
|
+
function Gl() {
|
4047
4146
|
const {
|
4048
4147
|
themeSettings: e
|
4049
4148
|
} = D();
|
4050
|
-
return /* @__PURE__ */ n(
|
4149
|
+
return /* @__PURE__ */ n(Wl, {
|
4051
4150
|
children: Array.from({
|
4052
4151
|
length: 3
|
4053
|
-
}, (t, r) => /* @__PURE__ */ n(
|
4152
|
+
}, (t, r) => /* @__PURE__ */ n(Rl, {
|
4054
4153
|
theme: e
|
4055
4154
|
}, r))
|
4056
4155
|
});
|
@@ -4063,11 +4162,11 @@ function Pl({
|
|
4063
4162
|
const a = e.length > 0, {
|
4064
4163
|
suggestionsWelcomeText: i
|
4065
4164
|
} = re();
|
4066
|
-
return t ? /* @__PURE__ */ n(
|
4165
|
+
return t ? /* @__PURE__ */ n(Gl, {}) : a ? /* @__PURE__ */ v(U, {
|
4067
4166
|
children: [i && /* @__PURE__ */ n(le, {
|
4068
4167
|
align: "left",
|
4069
4168
|
children: i
|
4070
|
-
}), /* @__PURE__ */ n(
|
4169
|
+
}), /* @__PURE__ */ n(Zl, {
|
4071
4170
|
onSelection: r,
|
4072
4171
|
questions: e
|
4073
4172
|
})]
|
@@ -4078,12 +4177,12 @@ const ql = /* @__PURE__ */ C("div", {
|
|
4078
4177
|
label: "ToolbarContainer"
|
4079
4178
|
})("flex:0 0 80px;padding-left:14px;padding-right:14px;display:flex;align-items:center;position:relative;background-color:", ({
|
4080
4179
|
style: e
|
4081
|
-
}) => e.backgroundColor, ";"),
|
4180
|
+
}) => e.backgroundColor, ";"), Hl = /* @__PURE__ */ C("div", {
|
4082
4181
|
target: "ew7avl31",
|
4083
4182
|
label: "ToolbarTitle"
|
4084
4183
|
})("font-size:18px;line-height:22px;font-weight:600;margin-left:20px;color:", ({
|
4085
4184
|
style: e
|
4086
|
-
}) => e.textColor, ";"),
|
4185
|
+
}) => e.textColor, ";"), Vr = /* @__PURE__ */ Jt(function({
|
4087
4186
|
title: e,
|
4088
4187
|
leftNav: t,
|
4089
4188
|
rightNav: r,
|
@@ -4092,7 +4191,7 @@ const ql = /* @__PURE__ */ C("div", {
|
|
4092
4191
|
return /* @__PURE__ */ v(ql, {
|
4093
4192
|
ref: i,
|
4094
4193
|
style: a,
|
4095
|
-
children: [t, /* @__PURE__ */ n(
|
4194
|
+
children: [t, /* @__PURE__ */ n(Hl, {
|
4096
4195
|
style: a,
|
4097
4196
|
children: e
|
4098
4197
|
}), r && /* @__PURE__ */ n("div", {
|
@@ -4100,19 +4199,19 @@ const ql = /* @__PURE__ */ C("div", {
|
|
4100
4199
|
children: r
|
4101
4200
|
})]
|
4102
4201
|
});
|
4103
|
-
}),
|
4202
|
+
}), Bl = /* @__PURE__ */ C("div", {
|
4104
4203
|
target: "e14yc7id0",
|
4105
4204
|
label: "AiDisclaimerContainer"
|
4106
4205
|
})("text-align:center;font-size:11px;line-height:18px;white-space:pre-wrap;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;box-sizing:border-box;color:", ({
|
4107
4206
|
theme: e
|
4108
4207
|
}) => e.aiChat.secondaryTextColor, ";");
|
4109
|
-
function
|
4208
|
+
function Yl({
|
4110
4209
|
theme: e
|
4111
4210
|
}) {
|
4112
4211
|
const {
|
4113
4212
|
t
|
4114
4213
|
} = O();
|
4115
|
-
return /* @__PURE__ */ v(
|
4214
|
+
return /* @__PURE__ */ v(Bl, {
|
4116
4215
|
theme: e,
|
4117
4216
|
children: [/* @__PURE__ */ n("div", {
|
4118
4217
|
children: t("ai.disclaimer.poweredByAi")
|
@@ -4121,7 +4220,7 @@ function Hl({
|
|
4121
4220
|
})]
|
4122
4221
|
});
|
4123
4222
|
}
|
4124
|
-
function
|
4223
|
+
function Ul() {
|
4125
4224
|
const {
|
4126
4225
|
themeSettings: e
|
4127
4226
|
} = D();
|
@@ -4139,15 +4238,15 @@ function Bl() {
|
|
4139
4238
|
})
|
4140
4239
|
});
|
4141
4240
|
}
|
4142
|
-
const
|
4143
|
-
const r = new
|
4241
|
+
const Fl = (e, t) => {
|
4242
|
+
const r = new Ba(e);
|
4144
4243
|
return r.alpha = t, r;
|
4145
4244
|
}, Ql = /* @__PURE__ */ C("div", {
|
4146
4245
|
target: "e1rxvpki0",
|
4147
4246
|
label: "Container"
|
4148
4247
|
})("font-size:inherit;line-height:inherit;padding-left:8px;padding-right:8px;padding-top:4px;border-radius:16px;margin-bottom:4px;box-shadow:", ({
|
4149
4248
|
theme: e
|
4150
|
-
}) => `0 4px 8px 0 ${
|
4249
|
+
}) => `0 4px 8px 0 ${Fl(e.aiChat.primaryTextColor, 0.2)}`, ";cursor:pointer;color:", ({
|
4151
4250
|
theme: e
|
4152
4251
|
}) => e.aiChat.clickableMessages.textColor, ";background-color:", ({
|
4153
4252
|
theme: e
|
@@ -4155,7 +4254,7 @@ const Ul = (e, t) => {
|
|
4155
4254
|
theme: e
|
4156
4255
|
}) => e.aiChat.clickableMessages.hover.textColor, ";background-color:", ({
|
4157
4256
|
theme: e
|
4158
|
-
}) => e.aiChat.clickableMessages.hover.backgroundColor, ";box-shadow:none;"),
|
4257
|
+
}) => e.aiChat.clickableMessages.hover.backgroundColor, ";box-shadow:none;"), Vl = ({
|
4159
4258
|
onClick: e
|
4160
4259
|
}) => {
|
4161
4260
|
const {
|
@@ -4164,9 +4263,9 @@ const Ul = (e, t) => {
|
|
4164
4263
|
return /* @__PURE__ */ n(Ql, {
|
4165
4264
|
theme: t,
|
4166
4265
|
onClick: e,
|
4167
|
-
children: /* @__PURE__ */ n(
|
4266
|
+
children: /* @__PURE__ */ n(Ul, {})
|
4168
4267
|
});
|
4169
|
-
},
|
4268
|
+
}, $l = ({
|
4170
4269
|
isVisible: e,
|
4171
4270
|
onClick: t,
|
4172
4271
|
anchorElement: r
|
@@ -4177,10 +4276,10 @@ const Ul = (e, t) => {
|
|
4177
4276
|
sx: {
|
4178
4277
|
zIndex: 2
|
4179
4278
|
},
|
4180
|
-
children: /* @__PURE__ */ n(
|
4279
|
+
children: /* @__PURE__ */ n(Vl, {
|
4181
4280
|
onClick: t
|
4182
4281
|
})
|
4183
|
-
}),
|
4282
|
+
}), Jl = /* @__PURE__ */ C("div", {
|
4184
4283
|
target: "ednrf320",
|
4185
4284
|
label: "ChatBody"
|
4186
4285
|
})("display:flex;flex-direction:column;row-gap:", ({
|
@@ -4193,7 +4292,7 @@ const Ul = (e, t) => {
|
|
4193
4292
|
theme: e
|
4194
4293
|
}) => e.aiChat.body.paddingTop, ";padding-bottom:", ({
|
4195
4294
|
theme: e
|
4196
|
-
}) => e.aiChat.body.paddingBottom, ";flex:initial;height:100%;"),
|
4295
|
+
}) => e.aiChat.body.paddingBottom, ";flex:initial;height:100%;"), Xl = /* @__PURE__ */ C("div", {
|
4197
4296
|
target: "ednrf321",
|
4198
4297
|
label: "ChatFooter"
|
4199
4298
|
})("padding-left:", ({
|
@@ -4204,13 +4303,13 @@ const Ul = (e, t) => {
|
|
4204
4303
|
theme: e
|
4205
4304
|
}) => e.aiChat.footer.paddingTop, ";padding-bottom:", ({
|
4206
4305
|
theme: e
|
4207
|
-
}) => e.aiChat.footer.paddingBottom, ";display:flex;flex-direction:column;row-gap:6px;"),
|
4306
|
+
}) => e.aiChat.footer.paddingBottom, ";display:flex;flex-direction:column;row-gap:6px;"), Kl = /* @__PURE__ */ C("div", {
|
4208
4307
|
target: "ednrf322",
|
4209
4308
|
label: "FollowupQuestionsContainer"
|
4210
4309
|
})("display:flex;flex-direction:column;row-gap:", ({
|
4211
4310
|
theme: e
|
4212
4311
|
}) => e.aiChat.suggestions.gap, ";");
|
4213
|
-
function
|
4312
|
+
function ed({
|
4214
4313
|
contextTitle: e,
|
4215
4314
|
onGoBack: t,
|
4216
4315
|
contextDetails: r
|
@@ -4224,7 +4323,7 @@ function Kl({
|
|
4224
4323
|
numOfRecentPrompts: g,
|
4225
4324
|
numOfRecommendations: x
|
4226
4325
|
} = re(), {
|
4227
|
-
themeSettings:
|
4326
|
+
themeSettings: b
|
4228
4327
|
} = D(), {
|
4229
4328
|
data: o,
|
4230
4329
|
isLoading: u,
|
@@ -4232,7 +4331,7 @@ function Kl({
|
|
4232
4331
|
} = to({
|
4233
4332
|
contextTitle: e,
|
4234
4333
|
count: x
|
4235
|
-
}), h =
|
4334
|
+
}), h = F(() => o == null ? void 0 : o.map((N) => N.nlqPrompt), [o]), {
|
4236
4335
|
history: m,
|
4237
4336
|
lastNlqResponse: w,
|
4238
4337
|
isAwaitingResponse: _,
|
@@ -4243,48 +4342,48 @@ function Kl({
|
|
4243
4342
|
} = ho(e, r), {
|
4244
4343
|
mutate: L,
|
4245
4344
|
isLoading: z
|
4246
|
-
} =
|
4345
|
+
} = _r(A), [de, Q] = R(!1), [H, V] = R(!1), $ = () => Q(!0), W = () => Q(!1), X = () => {
|
4247
4346
|
L(), W();
|
4248
|
-
}, E = ce(null),
|
4347
|
+
}, E = ce(null), B = ce(null), P = () => {
|
4249
4348
|
if (!(E != null && E.current))
|
4250
4349
|
return;
|
4251
4350
|
const {
|
4252
4351
|
scrollTop: N,
|
4253
|
-
clientHeight:
|
4352
|
+
clientHeight: q,
|
4254
4353
|
scrollHeight: Le
|
4255
4354
|
} = E.current;
|
4256
|
-
if (N === void 0 ||
|
4355
|
+
if (N === void 0 || q === void 0 || Le === void 0)
|
4257
4356
|
return;
|
4258
|
-
const Te = Le - N -
|
4259
|
-
|
4357
|
+
const Te = Le - N - q > q / 2;
|
4358
|
+
H !== Te && V(Te);
|
4260
4359
|
};
|
4261
4360
|
Re(() => {
|
4262
4361
|
E.current && (E.current.scrollTop = E.current.scrollHeight);
|
4263
4362
|
}, [m, de, _]);
|
4264
|
-
const
|
4265
|
-
ref:
|
4363
|
+
const Y = ce(null), ae = c ? /* @__PURE__ */ n(Vr, {
|
4364
|
+
ref: Y,
|
4266
4365
|
title: e,
|
4267
|
-
leftNav: t && /* @__PURE__ */ n(
|
4366
|
+
leftNav: t && /* @__PURE__ */ n(Ol, {
|
4268
4367
|
onClick: t,
|
4269
|
-
color:
|
4368
|
+
color: b.aiChat.header.textColor
|
4270
4369
|
}),
|
4271
|
-
style:
|
4272
|
-
}) : null,
|
4370
|
+
style: b.aiChat.header
|
4371
|
+
}) : null, fe = F(() => [...new Set(m.filter((N) => N.role === "user").filter((N) => !(h != null && h.includes(N.content))).map((N) => N.content).reverse())].slice(0, g), [m, g, h]);
|
4273
4372
|
return (S == null ? void 0 : S.message) === d("ai.errors.chatUnavailable") ? /* @__PURE__ */ v(U, {
|
4274
4373
|
children: [c && ae, /* @__PURE__ */ n(qr, {
|
4275
4374
|
text: S.message
|
4276
4375
|
})]
|
4277
4376
|
}) : /* @__PURE__ */ v(U, {
|
4278
|
-
children: [ae, /* @__PURE__ */ v(
|
4377
|
+
children: [ae, /* @__PURE__ */ v(Jl, {
|
4279
4378
|
ref: E,
|
4280
|
-
theme:
|
4281
|
-
onScroll:
|
4282
|
-
children: [/* @__PURE__ */ n(
|
4283
|
-
isVisible:
|
4284
|
-
anchorElement:
|
4379
|
+
theme: b,
|
4380
|
+
onScroll: P,
|
4381
|
+
children: [/* @__PURE__ */ n($l, {
|
4382
|
+
isVisible: H,
|
4383
|
+
anchorElement: B.current,
|
4285
4384
|
onClick: () => {
|
4286
|
-
var N,
|
4287
|
-
(
|
4385
|
+
var N, q;
|
4386
|
+
(q = E.current) == null || q.scroll({
|
4288
4387
|
top: (N = E.current) == null ? void 0 : N.scrollHeight,
|
4289
4388
|
behavior: "smooth"
|
4290
4389
|
});
|
@@ -4296,11 +4395,11 @@ function Kl({
|
|
4296
4395
|
}), S && /* @__PURE__ */ n(le, {
|
4297
4396
|
align: "left",
|
4298
4397
|
children: S.message
|
4299
|
-
}), M ? /* @__PURE__ */ n(
|
4398
|
+
}), M ? /* @__PURE__ */ n(He, {}) : /* @__PURE__ */ n(jl, {
|
4300
4399
|
messages: m
|
4301
|
-
}), p && w && ((i = (a = w.followupQuestions) == null ? void 0 : a.length) != null ? i : 0) > 0 && /* @__PURE__ */ n(
|
4302
|
-
theme:
|
4303
|
-
children: (l = w.followupQuestions) == null ? void 0 : l.slice(0, 2).map((N,
|
4400
|
+
}), p && w && ((i = (a = w.followupQuestions) == null ? void 0 : a.length) != null ? i : 0) > 0 && /* @__PURE__ */ n(Kl, {
|
4401
|
+
theme: b,
|
4402
|
+
children: (l = w.followupQuestions) == null ? void 0 : l.slice(0, 2).map((N, q) => /* @__PURE__ */ n(Ge, {
|
4304
4403
|
align: "left",
|
4305
4404
|
onClick: () => {
|
4306
4405
|
y(N);
|
@@ -4309,42 +4408,42 @@ function Kl({
|
|
4309
4408
|
className: "csdk-py-[7px] csdk-px-4",
|
4310
4409
|
children: N
|
4311
4410
|
})
|
4312
|
-
},
|
4313
|
-
}), (_ || z) && /* @__PURE__ */ n(
|
4411
|
+
}, q))
|
4412
|
+
}), (_ || z) && /* @__PURE__ */ n(Hr, {}), de && /* @__PURE__ */ n(Xn, {
|
4314
4413
|
onCancel: W,
|
4315
4414
|
onConfirm: X
|
4316
4415
|
})]
|
4317
|
-
}), /* @__PURE__ */ v(
|
4318
|
-
ref:
|
4319
|
-
theme:
|
4416
|
+
}), /* @__PURE__ */ v(Xl, {
|
4417
|
+
ref: B,
|
4418
|
+
theme: b,
|
4320
4419
|
children: [/* @__PURE__ */ n(zo, {
|
4321
4420
|
onSendMessage: y,
|
4322
4421
|
disabled: _ || M,
|
4323
4422
|
onClearHistoryClick: $,
|
4324
4423
|
suggestions: h || [],
|
4325
|
-
recentPrompts:
|
4424
|
+
recentPrompts: fe,
|
4326
4425
|
isLoading: u || M,
|
4327
4426
|
recommendationsError: s,
|
4328
4427
|
onChange: W
|
4329
|
-
}), /* @__PURE__ */ n(
|
4330
|
-
theme:
|
4428
|
+
}), /* @__PURE__ */ n(Yl, {
|
4429
|
+
theme: b
|
4331
4430
|
})]
|
4332
4431
|
})]
|
4333
4432
|
});
|
4334
4433
|
}
|
4335
|
-
const
|
4434
|
+
const td = /* @__PURE__ */ C("button", {
|
4336
4435
|
target: "e5a38pw0",
|
4337
4436
|
label: "Container"
|
4338
4437
|
})("font-family:", ({
|
4339
4438
|
theme: e
|
4340
4439
|
}) => e.typography.fontFamily, ";padding:20px;border:none;display:flex;align-items:center;justify-content:space-between;text-align:left;border-radius:15px;box-shadow:0px 1px 2px rgba(9,9,10,0.1),0px 2px 4px rgba(9,9,10,0.1);cursor:pointer;background-color:", ({
|
4341
4440
|
theme: e
|
4342
|
-
}) => e.aiChat.dataTopics.items.backgroundColor, ";"),
|
4441
|
+
}) => e.aiChat.dataTopics.items.backgroundColor, ";"), rd = /* @__PURE__ */ C("div", {
|
4343
4442
|
target: "e5a38pw1",
|
4344
4443
|
label: "Title"
|
4345
4444
|
})("font-size:1.05rem;line-height:28px;color:", ({
|
4346
4445
|
theme: e
|
4347
|
-
}) => e.aiChat.dataTopics.items.textColor, ";"),
|
4446
|
+
}) => e.aiChat.dataTopics.items.textColor, ";"), ad = /* @__PURE__ */ C("div", {
|
4348
4447
|
target: "e5a38pw2",
|
4349
4448
|
label: "Description"
|
4350
4449
|
})("font-size:", ({
|
@@ -4353,11 +4452,11 @@ const ed = /* @__PURE__ */ C("button", {
|
|
4353
4452
|
theme: e
|
4354
4453
|
}) => e.aiChat.primaryFontSize[1], ";color:", ({
|
4355
4454
|
theme: e
|
4356
|
-
}) => tr(e.aiChat.dataTopics.items.textColor, 0, 0.5), ";"),
|
4455
|
+
}) => tr(e.aiChat.dataTopics.items.textColor, 0, 0.5), ";"), id = /* @__PURE__ */ C("div", {
|
4357
4456
|
target: "e5a38pw3",
|
4358
4457
|
label: "IconContainer"
|
4359
4458
|
})("width:16px;height:16px;transform:rotate(180deg);");
|
4360
|
-
function
|
4459
|
+
function od(e) {
|
4361
4460
|
const {
|
4362
4461
|
title: t,
|
4363
4462
|
description: r,
|
@@ -4365,39 +4464,39 @@ function id(e) {
|
|
4365
4464
|
} = e, {
|
4366
4465
|
themeSettings: i
|
4367
4466
|
} = D();
|
4368
|
-
return /* @__PURE__ */ v(
|
4467
|
+
return /* @__PURE__ */ v(td, {
|
4369
4468
|
onClick: a,
|
4370
4469
|
theme: i,
|
4371
4470
|
children: [/* @__PURE__ */ v("div", {
|
4372
|
-
children: [/* @__PURE__ */ n(
|
4471
|
+
children: [/* @__PURE__ */ n(rd, {
|
4373
4472
|
theme: i,
|
4374
4473
|
children: t
|
4375
|
-
}), /* @__PURE__ */ n(
|
4474
|
+
}), /* @__PURE__ */ n(ad, {
|
4376
4475
|
theme: i,
|
4377
4476
|
children: r
|
4378
4477
|
})]
|
4379
|
-
}), /* @__PURE__ */ n(
|
4380
|
-
children: /* @__PURE__ */ n(
|
4478
|
+
}), /* @__PURE__ */ n(id, {
|
4479
|
+
children: /* @__PURE__ */ n(Qr, {
|
4381
4480
|
color: i.aiChat.icons.color
|
4382
4481
|
})
|
4383
4482
|
})]
|
4384
4483
|
});
|
4385
4484
|
}
|
4386
|
-
const
|
4485
|
+
const nd = /* @__PURE__ */ C("div", {
|
4387
4486
|
target: "emrh5y30",
|
4388
4487
|
label: "FlexContainer"
|
4389
|
-
})("padding:20px;display:flex;flex-direction:column;gap:20px;overflow:auto;"),
|
4488
|
+
})("padding:20px;display:flex;flex-direction:column;gap:20px;overflow:auto;"), ld = /* @__PURE__ */ C("div", {
|
4390
4489
|
target: "emrh5y31",
|
4391
4490
|
label: "Title"
|
4392
4491
|
})("font-size:24px;line-height:32px;font-weight:600;text-align:center;padding-bottom:4px;color:", ({
|
4393
4492
|
theme: e
|
4394
|
-
}) => e.aiChat.primaryTextColor, ";"),
|
4493
|
+
}) => e.aiChat.primaryTextColor, ";"), dd = /* @__PURE__ */ C("div", {
|
4395
4494
|
target: "emrh5y32",
|
4396
4495
|
label: "Subtitle"
|
4397
4496
|
})("font-size:15px;line-height:22px;color:", ({
|
4398
4497
|
theme: e
|
4399
4498
|
}) => e.aiChat.primaryTextColor, ";");
|
4400
|
-
function
|
4499
|
+
function sd(e) {
|
4401
4500
|
const {
|
4402
4501
|
dataTopics: t
|
4403
4502
|
} = e, {
|
@@ -4405,23 +4504,23 @@ function dd(e) {
|
|
4405
4504
|
} = D(), {
|
4406
4505
|
t: a
|
4407
4506
|
} = O();
|
4408
|
-
return /* @__PURE__ */ v(
|
4409
|
-
children: [/* @__PURE__ */ n(
|
4507
|
+
return /* @__PURE__ */ v(nd, {
|
4508
|
+
children: [/* @__PURE__ */ n(ld, {
|
4410
4509
|
theme: r,
|
4411
4510
|
children: a("ai.dataTopics")
|
4412
|
-
}), /* @__PURE__ */ v(
|
4511
|
+
}), /* @__PURE__ */ v(dd, {
|
4413
4512
|
theme: r,
|
4414
4513
|
children: [a("ai.chatbotDescription"), /* @__PURE__ */ n("br", {}), /* @__PURE__ */ n("br", {}), a("ai.topicSelectPrompt")]
|
4415
|
-
}), t.map((i) => /* @__PURE__ */
|
4514
|
+
}), t.map((i) => /* @__PURE__ */ Ma(od, j(I({}, i), {
|
4416
4515
|
key: i.title
|
4417
4516
|
})))]
|
4418
4517
|
});
|
4419
4518
|
}
|
4420
|
-
const
|
4421
|
-
function
|
4519
|
+
const cd = "#000000", pd = "#FFFFFF";
|
4520
|
+
function ud({
|
4422
4521
|
isDarkBackground: e = !1
|
4423
4522
|
}) {
|
4424
|
-
const t = e ?
|
4523
|
+
const t = e ? pd : cd;
|
4425
4524
|
return /* @__PURE__ */ v("svg", {
|
4426
4525
|
width: "32",
|
4427
4526
|
height: "32",
|
@@ -4479,16 +4578,16 @@ function pd({
|
|
4479
4578
|
})]
|
4480
4579
|
});
|
4481
4580
|
}
|
4482
|
-
const
|
4581
|
+
const gd = /* @__PURE__ */ C("div", {
|
4483
4582
|
target: "ealudtn0",
|
4484
4583
|
label: "LogoContainer"
|
4485
|
-
})("margin-left:14px;margin-top:3px;"),
|
4584
|
+
})("margin-left:14px;margin-top:3px;"), hd = /* @__PURE__ */ C("div", {
|
4486
4585
|
target: "ealudtn1",
|
4487
4586
|
label: "DataTopicsContainer"
|
4488
4587
|
})("display:flex;flex-direction:column;justify-content:top;overflow:hidden;height:100%;background-color:", ({
|
4489
4588
|
theme: e
|
4490
4589
|
}) => e.aiChat.dataTopics.backgroundColor, ";");
|
4491
|
-
function
|
4590
|
+
function md({
|
4492
4591
|
dataTopicsList: e,
|
4493
4592
|
onDataTopicClick: t
|
4494
4593
|
}) {
|
@@ -4498,28 +4597,28 @@ function hd({
|
|
4498
4597
|
themeSettings: a
|
4499
4598
|
} = D(), {
|
4500
4599
|
t: i
|
4501
|
-
} = O(), l =
|
4600
|
+
} = O(), l = F(() => e == null ? void 0 : e.map((p) => ({
|
4502
4601
|
title: p,
|
4503
4602
|
onClick: () => t(p)
|
4504
|
-
})), [e, t]), d =
|
4603
|
+
})), [e, t]), d = _a(Ca(a.aiChat.header.backgroundColor)) > 0.5;
|
4505
4604
|
return /* @__PURE__ */ v(U, {
|
4506
|
-
children: [r ? /* @__PURE__ */ n(
|
4605
|
+
children: [r ? /* @__PURE__ */ n(Vr, {
|
4507
4606
|
title: i("ai.analyticsChatbot"),
|
4508
|
-
leftNav: /* @__PURE__ */ n(
|
4509
|
-
children: /* @__PURE__ */ n(
|
4607
|
+
leftNav: /* @__PURE__ */ n(gd, {
|
4608
|
+
children: /* @__PURE__ */ n(ud, {
|
4510
4609
|
isDarkBackground: d
|
4511
4610
|
})
|
4512
4611
|
}),
|
4513
4612
|
style: a.aiChat.header
|
4514
|
-
}) : null, /* @__PURE__ */ v(
|
4613
|
+
}) : null, /* @__PURE__ */ v(hd, {
|
4515
4614
|
theme: a,
|
4516
|
-
children: [!l && /* @__PURE__ */ n(
|
4615
|
+
children: [!l && /* @__PURE__ */ n(He, {}), l && /* @__PURE__ */ n(sd, {
|
4517
4616
|
dataTopics: l
|
4518
4617
|
})]
|
4519
4618
|
})]
|
4520
4619
|
});
|
4521
4620
|
}
|
4522
|
-
function
|
4621
|
+
function bd() {
|
4523
4622
|
const [e, t] = R(), [r, a] = R(), {
|
4524
4623
|
data: i,
|
4525
4624
|
fetchStatus: l
|
@@ -4530,7 +4629,7 @@ function md() {
|
|
4530
4629
|
t: c
|
4531
4630
|
} = O(), g = c("ai.errors.noAvailableDataTopics"), x = T((s) => {
|
4532
4631
|
s.length ? s.length === 1 && (a(void 0), t(s[0])) : a(g);
|
4533
|
-
}, [g]),
|
4632
|
+
}, [g]), b = F(() => {
|
4534
4633
|
if (i && l === "idle") {
|
4535
4634
|
const s = (d != null && d.length ? i == null ? void 0 : i.filter((h) => d == null ? void 0 : d.includes(h.title)) : i).map((h) => h.title);
|
4536
4635
|
return x(s), s;
|
@@ -4545,12 +4644,12 @@ function md() {
|
|
4545
4644
|
text: c("ai.buttons.refresh"),
|
4546
4645
|
onClick: u
|
4547
4646
|
}
|
4548
|
-
}) :
|
4647
|
+
}) : b.length === 1 && !e ? /* @__PURE__ */ n(He, {}) : e ? /* @__PURE__ */ n(ed, {
|
4549
4648
|
contextTitle: e,
|
4550
4649
|
contextDetails: p,
|
4551
|
-
onGoBack:
|
4552
|
-
}) : /* @__PURE__ */ n(
|
4553
|
-
dataTopicsList:
|
4650
|
+
onGoBack: b.length === 1 ? void 0 : () => t(void 0)
|
4651
|
+
}) : /* @__PURE__ */ n(md, {
|
4652
|
+
dataTopicsList: b,
|
4554
4653
|
onDataTopicClick: (s) => t(s)
|
4555
4654
|
});
|
4556
4655
|
}
|
@@ -4572,17 +4671,17 @@ const fd = $t({
|
|
4572
4671
|
height: r,
|
4573
4672
|
theme: i,
|
4574
4673
|
tabIndex: 0,
|
4575
|
-
children: /* @__PURE__ */ n(
|
4674
|
+
children: /* @__PURE__ */ n(bd, {})
|
4576
4675
|
})
|
4577
4676
|
});
|
4578
|
-
}),
|
4677
|
+
}), xd = $t({
|
4579
4678
|
componentName: "GetNlgInsights"
|
4580
4679
|
})(function(e) {
|
4581
4680
|
const {
|
4582
4681
|
data: t,
|
4583
4682
|
isLoading: r,
|
4584
4683
|
isError: a
|
4585
|
-
} =
|
4684
|
+
} = kr(e), {
|
4586
4685
|
t: i
|
4587
4686
|
} = O();
|
4588
4687
|
if (a)
|
@@ -4590,10 +4689,10 @@ const fd = $t({
|
|
4590
4689
|
children: i("ai.errors.unexpected")
|
4591
4690
|
});
|
4592
4691
|
const l = t ?? i("ai.errors.insightsNotAvailable");
|
4593
|
-
return /* @__PURE__ */ n(
|
4692
|
+
return /* @__PURE__ */ n(Fr, {
|
4594
4693
|
text: r ? "Loading..." : l
|
4595
4694
|
});
|
4596
|
-
}),
|
4695
|
+
}), kd = new Qt({
|
4597
4696
|
defaultOptions: {
|
4598
4697
|
queries: {
|
4599
4698
|
refetchOnWindowFocus: !1,
|
@@ -4601,15 +4700,15 @@ const fd = $t({
|
|
4601
4700
|
}
|
4602
4701
|
}
|
4603
4702
|
});
|
4604
|
-
function
|
4703
|
+
function yd({
|
4605
4704
|
children: e,
|
4606
4705
|
context: t
|
4607
4706
|
}) {
|
4608
4707
|
return /* @__PURE__ */ n(Xi, {
|
4609
|
-
children: /* @__PURE__ */ n(
|
4708
|
+
children: /* @__PURE__ */ n(br.Provider, {
|
4610
4709
|
value: t == null ? void 0 : t.api,
|
4611
|
-
children: /* @__PURE__ */ n(
|
4612
|
-
client:
|
4710
|
+
children: /* @__PURE__ */ n(ya, {
|
4711
|
+
client: kd,
|
4613
4712
|
children: e
|
4614
4713
|
})
|
4615
4714
|
})
|
@@ -4620,19 +4719,19 @@ function kd({
|
|
4620
4719
|
try {
|
4621
4720
|
if (typeof document < "u") {
|
4622
4721
|
var t = document.createElement("style");
|
4623
|
-
t.nonce = (e = document.head.querySelector("meta[property=csp-nonce]")) == null ? void 0 : e.content, t.appendChild(document.createTextNode('@charset "UTF-8";.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.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}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.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}.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}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.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=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.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}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.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}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.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)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.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}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}.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}.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}._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}[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-z-\\[401\\]{z-index:401}.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-\\[4px\\]{margin-left:4px}.csdk-ml-\\[5px\\]{margin-left:5px}.csdk-ml-\\[6px\\]{margin-left:6px}.csdk-ml-\\[7px\\]{margin-left:7px}.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-line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.csdk-flex{display: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-\\[150px\\]{max-height:150px}.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-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-xs{max-width:20rem}.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-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-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.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-\\[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-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-opacity-80{opacity:.8}.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}.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}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.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}._wrapper_g0ngm_1{width:100%;height:100%;position:relative}._title_g0ngm_7{font-size:18px;color:#9ea2ab;letter-spacing:normal;text-align:center;position:absolute;width:100%;top:11%}._image_g0ngm_18{width:66.6%;height:100%;margin:0 auto;display:block}.public_Scrollbar_main.public_Scrollbar_mainActive,.public_Scrollbar_main{background-color:#fff;border-left:1px solid #d3d3d3}.fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,.fixedDataTable_isRTL .public_Scrollbar_main{border-right:1px solid #d3d3d3;border-left-width:0}.public_Scrollbar_mainOpaque,.public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,.public_Scrollbar_mainOpaque:hover{background-color:#fff}.public_Scrollbar_face:after{background-color:#c2c2c2}.public_Scrollbar_main:hover .public_Scrollbar_face:after,.public_Scrollbar_mainActive .public_Scrollbar_face:after,.public_Scrollbar_faceActive:after{background-color:#7d7d7d}.public_fixedDataTableCell_main{background-color:#fff;border-color:#d3d3d3}.public_fixedDataTableCell_highlighted{background-color:#f4f4f4}.public_fixedDataTableCell_cellContent{padding:8px}.public_fixedDataTableCell_columnResizerKnob{background-color:#0284ff}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:12px}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-left:20px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:auto;margin-right:12px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-right:20px}.public_fixedDataTableCell_reordering{z-index:2}.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}.fixedDataTableCellLayout_columnReorderContainer{border-color:#0284ff;background-color:#0000001a;width:12px;margin-right:-12px;float:left;cursor:move}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer{margin-right:auto;margin-left:-12px;float:right}.fixedDataTableCellLayout_columnReorderContainer:after{content:"::";position:absolute;top:50%;left:1px;transform:translateY(-50%)}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after{left:auto;right:1px}.public_fixedDataTableColumnResizerLine_main{border-color:#0284ff;width:1px}.public_fixedDataTable_main,.public_fixedDataTable_header,.public_fixedDataTable_hasBottomBorder{border-color:#d3d3d3}.public_fixedDataTable_header .public_fixedDataTableCell_main{font-weight:700}.public_fixedDataTable_header,.public_fixedDataTable_scrollbarSpacer,.public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef)}.public_fixedDataTable_scrollbarSpacer{position:absolute;z-index:99;top:0}.public_fixedDataTable_footer .public_fixedDataTableCell_main{background-color:#f6f7f8;border-color:#d3d3d3}.public_fixedDataTable_topShadow{background-image:linear-gradient(180deg,#0000001a,#0000)}.public_fixedDataTable_bottomShadow{background-image:linear-gradient(0deg,#0000001a,#0000)}.public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal,.public_fixedDataTableRow_main{background-color:#fff}.public_fixedDataTableRow_highlighted,.public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main{background-color:#f6f7f8}.public_fixedDataTableRow_fixedColumnsDivider{border-color:#d3d3d3}.public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(90deg,#0000001a,#0000)}.fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(270deg,#0000001a,#0000)}.public_fixedDataTableRow_columnsRightShadow{transform:rotate(180deg)}.ScrollbarLayout_main{box-sizing:border-box;outline:none;overflow:hidden;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ScrollbarLayout_mainVertical{bottom:0;right:0;top:0;width:15px}.ScrollbarLayout_mainHorizontal{height:15px;left:0}.ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;display:flex;justify-content:center;align-items:center}.ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition-duration:.25s;transition-timing-function:ease;transition-property:background-color,height,width}.ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}.ScrollbarLayout_faceHorizontal:after{width:100%;height:calc(100% - 8px)}.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal,.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal:after{right:0;left:auto}.ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,.ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after{height:calc(100% - 4px)}.ScrollbarLayout_faceVertical{left:0;right:0;top:0}.ScrollbarLayout_faceVertical:after{height:100%;width:calc(100% - 8px)}.ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,.ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{width:calc(100% - 4px)}.fixedDataTableCellGroupLayout_cellGroup{backface-visibility:hidden;left:0;overflow:hidden;position:absolute;top:0;white-space:nowrap}.fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup{right:0;left:auto}.fixedDataTableCellGroupLayout_cellGroup>.public_fixedDataTableCell_main{display:inline-block;vertical-align:top;white-space:normal}.fixedDataTableCellGroupLayout_cellGroupWrapper{position:absolute;top:0}.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}.fixedDataTable_isRTL .fixedDataTableCellLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableCellLayout_lastChild{border-width:0 1px 1px 0}.fixedDataTableCellLayout_alignRight{text-align:right}.fixedDataTableCellLayout_alignCenter{text-align:center}.fixedDataTableCellLayout_wrap{display:table-cell;vertical-align:middle;box-sizing:border-box}.fixedDataTableCellLayout_wrap1{display:table}.fixedDataTableCellLayout_wrap2{display:table-row}.fixedDataTableCellLayout_wrap3{display:table-cell;vertical-align:middle}.fixedDataTableCellLayout_columnResizerContainer{position:absolute;right:0;width:6px;z-index:1}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerContainer{left:0;right:auto}.fixedDataTableCellLayout_columnResizerContainer:hover{cursor:ew-resize;background-color:#0284ff}.fixedDataTableColumnResizerLineLayout_mouseArea{cursor:ew-resize;position:absolute;right:-5px;width:12px}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_mouseArea{right:auto;left:-5px}.fixedDataTableColumnResizerLineLayout_main{border-right-style:solid;border-right-width:1px;box-sizing:border-box;position:absolute;z-index:100;pointer-events:none}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableLayout_main{border-style:solid;border-width:1px;box-sizing:border-box;overflow:hidden;position:relative}.fixedDataTableLayout_header,.fixedDataTableLayout_hasBottomBorder{border-bottom-style:solid;border-bottom-width:1px}.fixedDataTableLayout_footer .public_fixedDataTableCell_main{border-top-style:solid;border-top-width:1px}.fixedDataTableLayout_topShadow,.fixedDataTableLayout_bottomShadow{height:4px;left:0;position:absolute;right:0;z-index:1}.fixedDataTableLayout_bottomShadow{margin-top:-4px}.fixedDataTableLayout_rowsContainer{overflow:hidden;position:relative}.fixedDataTableRowLayout_main{box-sizing:border-box;overflow:hidden;position:absolute;top:0}.fixedDataTableRowLayout_body{left:0;right:0;position:absolute;top:0}.fixedDataTableRowLayout_rowExpanded{box-sizing:border-box;left:0;position:absolute}.fixedDataTableRowLayout_fixedColumnsDivider{backface-visibility:hidden;border-left-style:solid;border-left-width:1px;left:0;position:absolute;top:0;width:0}.fixedDataTable_isRTL .fixedDataTableRowLayout_fixedColumnsDivider{border-left-width:0;border-right-style:solid;border-right-width:1px}.fixedDataTableRowLayout_columnsShadow{position:absolute;width:4px}.fixedDataTableRowLayout_columnsRightShadow{right:1px}.fixedDataTable_isRTL .fixedDataTableRowLayout_columnsRightShadow{left:1px;right:auto}.fixedDataTableRowLayout_rowWrapper{position:absolute;top:0}._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}._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=)}._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}.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.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}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.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}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.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}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.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}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.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}.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}.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}.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}.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}.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}.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}.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}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.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}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.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),.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),.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),.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}.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),.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),.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),.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),.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),.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),.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),.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}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.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}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.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}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.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}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.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}.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:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.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}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.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}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}')), document.head.appendChild(t);
|
4722
|
+
t.nonce = (e = document.head.querySelector("meta[property=csp-nonce]")) == null ? void 0 : e.content, t.appendChild(document.createTextNode('@charset "UTF-8";.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.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}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.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}.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}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.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=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.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}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.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}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.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)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.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}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}.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}.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}._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}[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-z-\\[401\\]{z-index:401}.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-\\[4px\\]{margin-left:4px}.csdk-ml-\\[5px\\]{margin-left:5px}.csdk-ml-\\[6px\\]{margin-left:6px}.csdk-ml-\\[7px\\]{margin-left:7px}.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-line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.csdk-flex{display: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-\\[150px\\]{max-height:150px}.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-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-xs{max-width:20rem}.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-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-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.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-\\[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-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-opacity-80{opacity:.8}.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}.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}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.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}._wrapper_g0ngm_1{width:100%;height:100%;position:relative}._title_g0ngm_7{font-size:18px;color:#9ea2ab;letter-spacing:normal;text-align:center;position:absolute;width:100%;top:11%}._image_g0ngm_18{width:66.6%;height:100%;margin:0 auto;display:block}.public_Scrollbar_main.public_Scrollbar_mainActive,.public_Scrollbar_main{background-color:#fff;border-left:1px solid #d3d3d3}.fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,.fixedDataTable_isRTL .public_Scrollbar_main{border-right:1px solid #d3d3d3;border-left-width:0}.public_Scrollbar_mainOpaque,.public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,.public_Scrollbar_mainOpaque:hover{background-color:#fff}.public_Scrollbar_face:after{background-color:#c2c2c2}.public_Scrollbar_main:hover .public_Scrollbar_face:after,.public_Scrollbar_mainActive .public_Scrollbar_face:after,.public_Scrollbar_faceActive:after{background-color:#7d7d7d}.public_fixedDataTableCell_main{background-color:#fff;border-color:#d3d3d3}.public_fixedDataTableCell_highlighted{background-color:#f4f4f4}.public_fixedDataTableCell_cellContent{padding:8px}.public_fixedDataTableCell_columnResizerKnob{background-color:#0284ff}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:12px}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-left:20px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:auto;margin-right:12px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-right:20px}.public_fixedDataTableCell_reordering{z-index:2}.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}.fixedDataTableCellLayout_columnReorderContainer{border-color:#0284ff;background-color:#0000001a;width:12px;margin-right:-12px;float:left;cursor:move}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer{margin-right:auto;margin-left:-12px;float:right}.fixedDataTableCellLayout_columnReorderContainer:after{content:"::";position:absolute;top:50%;left:1px;transform:translateY(-50%)}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after{left:auto;right:1px}.public_fixedDataTableColumnResizerLine_main{border-color:#0284ff;width:1px}.public_fixedDataTable_main,.public_fixedDataTable_header,.public_fixedDataTable_hasBottomBorder{border-color:#d3d3d3}.public_fixedDataTable_header .public_fixedDataTableCell_main{font-weight:700}.public_fixedDataTable_header,.public_fixedDataTable_scrollbarSpacer,.public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef)}.public_fixedDataTable_scrollbarSpacer{position:absolute;z-index:99;top:0}.public_fixedDataTable_footer .public_fixedDataTableCell_main{background-color:#f6f7f8;border-color:#d3d3d3}.public_fixedDataTable_topShadow{background-image:linear-gradient(180deg,#0000001a,#0000)}.public_fixedDataTable_bottomShadow{background-image:linear-gradient(0deg,#0000001a,#0000)}.public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal,.public_fixedDataTableRow_main{background-color:#fff}.public_fixedDataTableRow_highlighted,.public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main{background-color:#f6f7f8}.public_fixedDataTableRow_fixedColumnsDivider{border-color:#d3d3d3}.public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(90deg,#0000001a,#0000)}.fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(270deg,#0000001a,#0000)}.public_fixedDataTableRow_columnsRightShadow{transform:rotate(180deg)}.ScrollbarLayout_main{box-sizing:border-box;outline:none;overflow:hidden;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ScrollbarLayout_mainVertical{bottom:0;right:0;top:0;width:15px}.ScrollbarLayout_mainHorizontal{height:15px;left:0}.ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;display:flex;justify-content:center;align-items:center}.ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition-duration:.25s;transition-timing-function:ease;transition-property:background-color,height,width}.ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}.ScrollbarLayout_faceHorizontal:after{width:100%;height:calc(100% - 8px)}.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal,.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal:after{right:0;left:auto}.ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,.ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after{height:calc(100% - 4px)}.ScrollbarLayout_faceVertical{left:0;right:0;top:0}.ScrollbarLayout_faceVertical:after{height:100%;width:calc(100% - 8px)}.ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,.ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{width:calc(100% - 4px)}.fixedDataTableCellGroupLayout_cellGroup{backface-visibility:hidden;left:0;overflow:hidden;position:absolute;top:0;white-space:nowrap}.fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup{right:0;left:auto}.fixedDataTableCellGroupLayout_cellGroup>.public_fixedDataTableCell_main{display:inline-block;vertical-align:top;white-space:normal}.fixedDataTableCellGroupLayout_cellGroupWrapper{position:absolute;top:0}.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}.fixedDataTable_isRTL .fixedDataTableCellLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableCellLayout_lastChild{border-width:0 1px 1px 0}.fixedDataTableCellLayout_alignRight{text-align:right}.fixedDataTableCellLayout_alignCenter{text-align:center}.fixedDataTableCellLayout_wrap{display:table-cell;vertical-align:middle;box-sizing:border-box}.fixedDataTableCellLayout_wrap1{display:table}.fixedDataTableCellLayout_wrap2{display:table-row}.fixedDataTableCellLayout_wrap3{display:table-cell;vertical-align:middle}.fixedDataTableCellLayout_columnResizerContainer{position:absolute;right:0;width:6px;z-index:1}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerContainer{left:0;right:auto}.fixedDataTableCellLayout_columnResizerContainer:hover{cursor:ew-resize;background-color:#0284ff}.fixedDataTableColumnResizerLineLayout_mouseArea{cursor:ew-resize;position:absolute;right:-5px;width:12px}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_mouseArea{right:auto;left:-5px}.fixedDataTableColumnResizerLineLayout_main{border-right-style:solid;border-right-width:1px;box-sizing:border-box;position:absolute;z-index:100;pointer-events:none}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableLayout_main{border-style:solid;border-width:1px;box-sizing:border-box;overflow:hidden;position:relative}.fixedDataTableLayout_header,.fixedDataTableLayout_hasBottomBorder{border-bottom-style:solid;border-bottom-width:1px}.fixedDataTableLayout_footer .public_fixedDataTableCell_main{border-top-style:solid;border-top-width:1px}.fixedDataTableLayout_topShadow,.fixedDataTableLayout_bottomShadow{height:4px;left:0;position:absolute;right:0;z-index:1}.fixedDataTableLayout_bottomShadow{margin-top:-4px}.fixedDataTableLayout_rowsContainer{overflow:hidden;position:relative}.fixedDataTableRowLayout_main{box-sizing:border-box;overflow:hidden;position:absolute;top:0}.fixedDataTableRowLayout_body{left:0;right:0;position:absolute;top:0}.fixedDataTableRowLayout_rowExpanded{box-sizing:border-box;left:0;position:absolute}.fixedDataTableRowLayout_fixedColumnsDivider{backface-visibility:hidden;border-left-style:solid;border-left-width:1px;left:0;position:absolute;top:0;width:0}.fixedDataTable_isRTL .fixedDataTableRowLayout_fixedColumnsDivider{border-left-width:0;border-right-style:solid;border-right-width:1px}.fixedDataTableRowLayout_columnsShadow{position:absolute;width:4px}.fixedDataTableRowLayout_columnsRightShadow{right:1px}.fixedDataTable_isRTL .fixedDataTableRowLayout_columnsRightShadow{left:1px;right:auto}.fixedDataTableRowLayout_rowWrapper{position:absolute;top:0}._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}._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=)}._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}.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.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}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.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}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.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}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.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}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.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}.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}.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}.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}.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}.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}.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}.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}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.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}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.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),.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),.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),.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}.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),.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),.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),.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),.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),.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),.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),.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}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.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}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.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}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.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}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.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}.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:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.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}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.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}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}')), document.head.appendChild(t);
|
4624
4723
|
}
|
4625
4724
|
} catch (r) {
|
4626
4725
|
console.error("vite-plugin-css-injected-by-js", r);
|
4627
4726
|
}
|
4628
4727
|
})();
|
4629
|
-
const
|
4728
|
+
const $r = {
|
4630
4729
|
api: void 0
|
4631
|
-
},
|
4632
|
-
|
4633
|
-
() => Ut(
|
4730
|
+
}, Jr = Symbol("aiContextKey"), Ye = () => la(
|
4731
|
+
Jr,
|
4732
|
+
() => Ut($r),
|
4634
4733
|
!0
|
4635
|
-
),
|
4734
|
+
), Cd = lt({
|
4636
4735
|
props: {
|
4637
4736
|
/**
|
4638
4737
|
* {@inheritDoc @sisense/sdk-ui!AiContextProviderProps.volatile}
|
@@ -4640,32 +4739,32 @@ const Fr = {
|
|
4640
4739
|
volatile: Boolean
|
4641
4740
|
},
|
4642
4741
|
setup(e, { slots: t }) {
|
4643
|
-
const r = ai(), a = Ut(
|
4742
|
+
const r = ai(), a = Ut($r), { app: i } = r.value;
|
4644
4743
|
return i && (a.value = {
|
4645
4744
|
api: new jt(i.httpClient, e.volatile)
|
4646
|
-
}),
|
4745
|
+
}), Ft(async () => {
|
4647
4746
|
const { app: l } = r.value;
|
4648
4747
|
l && (a.value = {
|
4649
4748
|
api: new jt(l.httpClient, e.volatile)
|
4650
4749
|
});
|
4651
|
-
}),
|
4750
|
+
}), da(Jr, a), () => {
|
4652
4751
|
var l;
|
4653
4752
|
return (l = t.default) == null ? void 0 : l.call(t);
|
4654
4753
|
};
|
4655
4754
|
}
|
4656
|
-
}),
|
4657
|
-
const e =
|
4755
|
+
}), Xr = () => {
|
4756
|
+
const e = Ye(), t = new ii({
|
4658
4757
|
context: e.value
|
4659
4758
|
});
|
4660
|
-
return
|
4759
|
+
return Ft(() => {
|
4661
4760
|
t.setValue({
|
4662
4761
|
context: e.value
|
4663
4762
|
});
|
4664
4763
|
}), {
|
4665
4764
|
propsObserver: t,
|
4666
|
-
providerComponent:
|
4765
|
+
providerComponent: yd
|
4667
4766
|
};
|
4668
|
-
},
|
4767
|
+
}, vd = lt({
|
4669
4768
|
props: {
|
4670
4769
|
/**
|
4671
4770
|
* {@inheritDoc @sisense/sdk-ui!ChatbotProps.width}
|
@@ -4680,11 +4779,11 @@ const Fr = {
|
|
4680
4779
|
*/
|
4681
4780
|
config: Object
|
4682
4781
|
},
|
4683
|
-
setup: (e) =>
|
4684
|
-
...
|
4685
|
-
|
4782
|
+
setup: (e) => nr(fd, e, [
|
4783
|
+
...lr(),
|
4784
|
+
Xr()
|
4686
4785
|
])
|
4687
|
-
}),
|
4786
|
+
}), Sd = lt({
|
4688
4787
|
props: {
|
4689
4788
|
/**
|
4690
4789
|
* {@inheritDoc @sisense/sdk-ui!GetNlgInsightsProps.dataSource}
|
@@ -4710,11 +4809,11 @@ const Fr = {
|
|
4710
4809
|
*/
|
4711
4810
|
verbosity: String
|
4712
4811
|
},
|
4713
|
-
setup: (e) =>
|
4714
|
-
...
|
4715
|
-
|
4812
|
+
setup: (e) => nr(xd, e, [
|
4813
|
+
...lr(),
|
4814
|
+
Xr()
|
4716
4815
|
])
|
4717
|
-
}),
|
4816
|
+
}), Md = (e) => {
|
4718
4817
|
pt("useGetNlgInsights");
|
4719
4818
|
const [t, r] = ut(ht, {
|
4720
4819
|
isLoading: !0,
|
@@ -4723,11 +4822,11 @@ const Fr = {
|
|
4723
4822
|
status: "loading",
|
4724
4823
|
error: void 0,
|
4725
4824
|
data: void 0
|
4726
|
-
}), a =
|
4825
|
+
}), a = Ye(), i = async (d) => {
|
4727
4826
|
var p;
|
4728
4827
|
try {
|
4729
4828
|
r({ type: "loading" });
|
4730
|
-
const c =
|
4829
|
+
const c = xr(me(e)), g = await (d == null ? void 0 : d.ai.getNlgInsights(c));
|
4731
4830
|
r({ type: "success", data: (p = g == null ? void 0 : g.data) == null ? void 0 : p.answer });
|
4732
4831
|
} catch (c) {
|
4733
4832
|
r({ type: "error", error: c });
|
@@ -4748,7 +4847,7 @@ const Fr = {
|
|
4748
4847
|
...st(t.value),
|
4749
4848
|
refetch: l
|
4750
4849
|
};
|
4751
|
-
},
|
4850
|
+
}, Id = (e) => {
|
4752
4851
|
pt("useGetQueryRecommendations");
|
4753
4852
|
const [t, r] = ut(ht, {
|
4754
4853
|
isLoading: !0,
|
@@ -4757,14 +4856,14 @@ const Fr = {
|
|
4757
4856
|
status: "loading",
|
4758
4857
|
error: void 0,
|
4759
4858
|
data: void 0
|
4760
|
-
}), a =
|
4859
|
+
}), a = Ye(), i = async (d) => {
|
4761
4860
|
try {
|
4762
4861
|
r({ type: "loading" });
|
4763
|
-
const { contextTitle: p, count: c, enableAxisTitlesInWidgetProps: g } = me(e), x = c ?? at,
|
4862
|
+
const { contextTitle: p, count: c, enableAxisTitlesInWidgetProps: g } = me(e), x = c ?? at, b = await (d == null ? void 0 : d.ai.getQueryRecommendations(p, {
|
4764
4863
|
numOfRecommendations: x
|
4765
|
-
})), o = (
|
4864
|
+
})), o = (b == null ? void 0 : b.map((u) => ({
|
4766
4865
|
...u,
|
4767
|
-
widgetProps:
|
4866
|
+
widgetProps: gr.toWidgetProps(u, {
|
4768
4867
|
useCustomizedStyleOptions: g
|
4769
4868
|
})
|
4770
4869
|
}))) || [];
|
@@ -4788,7 +4887,7 @@ const Fr = {
|
|
4788
4887
|
...st(t.value),
|
4789
4888
|
refetch: l
|
4790
4889
|
};
|
4791
|
-
},
|
4890
|
+
}, Dd = (e) => {
|
4792
4891
|
pt("useGetNlqResult");
|
4793
4892
|
const [t, r] = ut(ht, {
|
4794
4893
|
isLoading: !0,
|
@@ -4797,10 +4896,10 @@ const Fr = {
|
|
4797
4896
|
status: "loading",
|
4798
4897
|
error: void 0,
|
4799
4898
|
data: void 0
|
4800
|
-
}), a =
|
4899
|
+
}), a = Ye(), i = async (d) => {
|
4801
4900
|
try {
|
4802
4901
|
r({ type: "loading" });
|
4803
|
-
const p = me(e), { enableAxisTitlesInWidgetProps: c } = p, { contextTitle: g, request: x } = eo(p),
|
4902
|
+
const p = me(e), { enableAxisTitlesInWidgetProps: c } = p, { contextTitle: g, request: x } = eo(p), b = await (d == null ? void 0 : d.ai.getNlqResult(g, x)), o = b ? gr.toWidgetProps(b, {
|
4804
4903
|
useCustomizedStyleOptions: c || !1
|
4805
4904
|
}) : void 0;
|
4806
4905
|
r({ type: "success", data: o });
|
@@ -4825,10 +4924,10 @@ const Fr = {
|
|
4825
4924
|
};
|
4826
4925
|
};
|
4827
4926
|
export {
|
4828
|
-
|
4829
|
-
|
4830
|
-
|
4831
|
-
|
4832
|
-
|
4833
|
-
|
4927
|
+
Cd as AiContextProvider,
|
4928
|
+
vd as Chatbot,
|
4929
|
+
Sd as GetNlgInsights,
|
4930
|
+
Md as useGetNlgInsights,
|
4931
|
+
Dd as useGetNlqResult,
|
4932
|
+
Id as useGetQueryRecommendations
|
4834
4933
|
};
|