@sisense/sdk-ui 2.26.0 → 2.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ai.cjs +35 -35
- package/dist/ai.js +792 -800
- package/dist/analytics-composer/node.cjs +1 -1
- package/dist/analytics-composer/node.js +4 -4
- package/dist/analytics-composer.cjs +1 -1
- package/dist/analytics-composer.js +6 -6
- package/dist/{apply-styled-options-to-query-Bzt2GrgO.js → apply-styled-options-to-query-BzMAmDnD.js} +1029 -1024
- package/dist/apply-styled-options-to-query-k10gkPCG.cjs +1 -0
- package/dist/{dimensions-Ce2zWFrs.js → dimensions-C3WSSE5j.js} +1 -1
- package/dist/{dimensions-u3w5qNF0.cjs → dimensions-huCJK0y6.cjs} +1 -1
- package/dist/index.cjs +406 -406
- package/dist/index.js +17237 -16963
- package/dist/index.umd.js +610 -610
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/get-dashboard-model.d.ts +2 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/get-dashboard-models.d.ts +3 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/translate-dashboard-utils.d.ts +16 -4
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/types.d.ts +9 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/dashboard-model-reducer/persist-dashboard-model-middleware.d.ts +8 -1
- package/dist/packages/sdk-ui/src/domains/drilldown/hooks/use-drilldown.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/drilldown/hooks/use-hierarchies-loader.d.ts +17 -0
- package/dist/packages/sdk-ui/src/domains/filters/components/cascading-filter-tile/cascading-filter-tile.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/filters/components/custom-filter-tile.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/narrative/core/widget-narrative-options.d.ts +11 -4
- package/dist/packages/sdk-ui/src/domains/narrative/core/widget-props-to-narrative-params.d.ts +51 -1
- package/dist/packages/sdk-ui/src/domains/narrative/hooks/use-get-widget-narrative.d.ts +3 -3
- package/dist/packages/sdk-ui/src/domains/narrative/hooks/use-widget-narrative-state.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/components/scattermap/utils/map.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/areamap-chart/data/areamap-data.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/types.d.ts +3 -1
- package/dist/packages/sdk-ui/src/domains/visualizations/components/pivot-table/sorting-utils.d.ts +4 -0
- package/dist/packages/sdk-ui/src/domains/visualizations/components/table/hooks/use-table-data.d.ts +3 -1
- package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-data-options/translate-data-options.d.ts +13 -0
- package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-data-options/validate-data-options/validate-data-options.d.ts +9 -0
- package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-options-processor/apply-event-handlers.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-options-processor/cartesian/utils/series-processor.d.ts +1 -37
- package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-options-processor/chart-options-service.d.ts +3 -1
- package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-options-processor/series-labels.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-options-processor/translations/sunburst/sunburst-levels.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-options-processor/translations/sunburst/sunburst-options.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/visualizations/core/query-definition/query-definition-style-constants.d.ts +17 -0
- package/dist/packages/sdk-ui/src/domains/visualizations/core/query-definition/query-definition.d.ts +3 -3
- package/dist/packages/sdk-ui/src/domains/visualizations/core/query-definition/query-params-to-view-model.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/widgets/components/pivot-table-widget/use-with-pivot-table-widget-drilldown.d.ts +0 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/pivot-table-widget/utils.d.ts +0 -5
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-widget-style-options/apply-partial-dto-style.d.ts +18 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-widget-style-options/extract-unsupported-style-options.d.ts +31 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-widget-style-options/index.d.ts +2 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/types.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/utils.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/widgets/widget-model/widget-model-translator/to-widget-dto-panels.d.ts +13 -0
- package/dist/packages/sdk-ui/src/domains/widgets/widget-model/widget-model-translator/widget-model-translator.d.ts +37 -0
- package/dist/packages/sdk-ui/src/domains/widgets/widget-model/widget-model.d.ts +12 -0
- package/dist/packages/sdk-ui/src/infra/api/narrative/narrative-endpoints.d.ts +13 -7
- package/dist/packages/sdk-ui/src/infra/app/settings/settings.d.ts +43 -4
- package/dist/packages/sdk-ui/src/infra/app/settings/types/features.d.ts +2 -0
- package/dist/packages/sdk-ui/src/infra/app/types.d.ts +0 -1
- package/dist/packages/sdk-ui/src/infra/plugins/widget-plugins/types.d.ts +16 -11
- package/dist/packages/sdk-ui/src/infra/translation/resources/en.d.ts +1 -1
- package/dist/packages/sdk-ui/src/infra/translation/resources/index.d.ts +1 -1
- package/dist/packages/sdk-ui/src/modules/ai/api/chat-rest-api.d.ts +1 -1
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/query/translate-query-from-json.d.ts +5 -5
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/query/translate-query-to-jaql.d.ts +4 -4
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/query/translate-query-to-json.d.ts +5 -5
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/types.d.ts +1 -1
- package/dist/packages/sdk-ui/src/props.d.ts +4 -4
- package/dist/packages/sdk-ui/src/public-api/alpha.d.ts +5 -0
- package/dist/packages/sdk-ui/src/public-api/internal.d.ts +12 -1
- package/dist/packages/sdk-ui/src/public-api/public.d.ts +22 -20
- package/dist/packages/sdk-ui/src/public-api/sisense-internal.d.ts +2 -2
- package/dist/packages/sdk-ui/src/shared/components/menu/context-menu/menu.d.ts +1 -1
- package/dist/packages/sdk-ui/src/types.d.ts +3 -3
- package/dist/{types-COBvZZm_.cjs → types-Cq47e5cy.cjs} +1 -1
- package/dist/{types-D6jCGncV.js → types-CzqDZ83C.js} +1 -1
- package/dist/{use-hover-B1HPf4hF.js → use-hover-CkmV6eu9.js} +9682 -9604
- package/dist/{use-hover-CaQrW_gv.cjs → use-hover-D_mBUhp9.cjs} +111 -111
- package/dist/{utils-CAubp1g1.cjs → utils-DM5vp1gw.cjs} +23 -23
- package/dist/{utils-BQtueE3Z.js → utils-Db3U6oHa.js} +2409 -2438
- package/dist/{widget-composer-BAJFWk3t.js → widget-composer-BiGVKN49.js} +108 -108
- package/dist/{widget-composer-C75b-E6W.cjs → widget-composer-CZ0_bPXK.cjs} +7 -7
- package/package.json +9 -8
- package/dist/apply-styled-options-to-query-COD9fRYD.cjs +0 -1
- package/dist/packages/sdk-ui/src/domains/drilldown/hooks/use-synced-drilldown-paths-manager.d.ts +0 -113
package/dist/ai.js
CHANGED
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
var Mn = Object.defineProperty,
|
|
2
|
-
var
|
|
3
|
-
var
|
|
1
|
+
var Mn = Object.defineProperty, $n = Object.defineProperties;
|
|
2
|
+
var Tn = Object.getOwnPropertyDescriptors;
|
|
3
|
+
var Ee = Object.getOwnPropertySymbols;
|
|
4
4
|
var bt = Object.prototype.hasOwnProperty, yt = Object.prototype.propertyIsEnumerable;
|
|
5
|
-
var
|
|
5
|
+
var ze = (e, t, n) => t in e ? Mn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, M = (e, t) => {
|
|
6
6
|
for (var n in t || (t = {}))
|
|
7
|
-
bt.call(t, n) &&
|
|
8
|
-
if (
|
|
9
|
-
for (var n of
|
|
10
|
-
yt.call(t, n) &&
|
|
7
|
+
bt.call(t, n) && ze(e, n, t[n]);
|
|
8
|
+
if (Ee)
|
|
9
|
+
for (var n of Ee(t))
|
|
10
|
+
yt.call(t, n) && ze(e, n, t[n]);
|
|
11
11
|
return e;
|
|
12
|
-
},
|
|
13
|
-
var
|
|
12
|
+
}, L = (e, t) => $n(e, Tn(t));
|
|
13
|
+
var We = (e, t) => {
|
|
14
14
|
var n = {};
|
|
15
15
|
for (var o in e)
|
|
16
16
|
bt.call(e, o) && t.indexOf(o) < 0 && (n[o] = e[o]);
|
|
17
|
-
if (e != null &&
|
|
18
|
-
for (var o of
|
|
17
|
+
if (e != null && Ee)
|
|
18
|
+
for (var o of Ee(e))
|
|
19
19
|
t.indexOf(o) < 0 && yt.call(e, o) && (n[o] = e[o]);
|
|
20
20
|
return n;
|
|
21
21
|
};
|
|
22
|
-
var W = (e, t, n) =>
|
|
22
|
+
var W = (e, t, n) => ze(e, typeof t != "symbol" ? t + "" : t, n);
|
|
23
23
|
var X = (e, t, n) => new Promise((o, s) => {
|
|
24
24
|
var c = (d) => {
|
|
25
25
|
try {
|
|
26
|
-
|
|
26
|
+
p(n.next(d));
|
|
27
27
|
} catch (g) {
|
|
28
28
|
s(g);
|
|
29
29
|
}
|
|
30
30
|
}, l = (d) => {
|
|
31
31
|
try {
|
|
32
|
-
|
|
32
|
+
p(n.throw(d));
|
|
33
33
|
} catch (g) {
|
|
34
34
|
s(g);
|
|
35
35
|
}
|
|
36
|
-
},
|
|
37
|
-
|
|
36
|
+
}, p = (d) => d.done ? o(d.value) : Promise.resolve(d.value).then(c, l);
|
|
37
|
+
p((n = n.apply(e, t)).next());
|
|
38
38
|
});
|
|
39
|
-
import { S as
|
|
40
|
-
import { j as r, u as N, c as S, F as j, e as
|
|
39
|
+
import { S as Rn, s as Ln, n as Pt, g as In, u as we, a as En, b as Nn, p as Pn, c as tt, Q as Ht, d as Bt, e as Ft, f as Hn, h as ge, w as nt, i as w, j as q, k as R, P as Ot, T as Bn, E as Fn, l as On, m as An, o as Dn, q as Fe, B as qn, M as zn, r as pe, t as At, v as Wn, x as Zn, y as jn, z as Gn, A as fe, C as Ze, F as xt, D as f, G as Vn, I as Dt, H as Un, J as _n, K as Qn, L as xe, N as Kn, O as Xn, R as Yn, U as Jn, V as er, W as tr, X as qt, Y as nr, Z as rr, _ as or, $ as ir } from "./use-hover-CkmV6eu9.js";
|
|
40
|
+
import { j as r, u as N, c as S, F as j, e as zt, i as Qe, f as sr, h as ar, t as lr, m as cr } from "./utils-Db3U6oHa.js";
|
|
41
41
|
import * as Y from "react";
|
|
42
|
-
import { createContext as rt, useState as O, useCallback as F, useContext as ot, useMemo as A, useEffect as Se, useRef as ve, useLayoutEffect as
|
|
43
|
-
import { t as
|
|
44
|
-
import { w as
|
|
45
|
-
import { T as Ke, x as
|
|
42
|
+
import { createContext as rt, useState as O, useCallback as F, useContext as ot, useMemo as A, useEffect as Se, useRef as ve, useLayoutEffect as He, forwardRef as dr, memo as Wt } from "react";
|
|
43
|
+
import { t as Oe } from "./widget-composer-BiGVKN49.js";
|
|
44
|
+
import { w as as } from "./widget-composer-BiGVKN49.js";
|
|
45
|
+
import { T as Ke, x as ur, y as pr } from "./apply-styled-options-to-query-BzMAmDnD.js";
|
|
46
46
|
import { jsx as me } from "react/jsx-runtime";
|
|
47
|
-
class
|
|
47
|
+
class hr extends Rn {
|
|
48
48
|
constructor(t, n) {
|
|
49
49
|
super(), this.client = t, this.setOptions(n), this.bindMethods(), this.updateResult();
|
|
50
50
|
}
|
|
@@ -54,7 +54,7 @@ class gr extends Ln {
|
|
|
54
54
|
setOptions(t) {
|
|
55
55
|
var n;
|
|
56
56
|
const o = this.options;
|
|
57
|
-
this.options = this.client.defaultMutationOptions(t),
|
|
57
|
+
this.options = this.client.defaultMutationOptions(t), Ln(o, this.options) || this.client.getMutationCache().notify({
|
|
58
58
|
type: "observerOptionsUpdated",
|
|
59
59
|
mutation: this.currentMutation,
|
|
60
60
|
observer: this
|
|
@@ -82,12 +82,12 @@ class gr extends Ln {
|
|
|
82
82
|
});
|
|
83
83
|
}
|
|
84
84
|
mutate(t, n) {
|
|
85
|
-
return this.mutateOptions = n, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client,
|
|
85
|
+
return this.mutateOptions = n, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client, L(M({}, this.options), {
|
|
86
86
|
variables: typeof t != "undefined" ? t : this.options.variables
|
|
87
87
|
})), this.currentMutation.addObserver(this), this.currentMutation.execute();
|
|
88
88
|
}
|
|
89
89
|
updateResult() {
|
|
90
|
-
const t = this.currentMutation ? this.currentMutation.state : In(), n = t.status === "loading", o =
|
|
90
|
+
const t = this.currentMutation ? this.currentMutation.state : In(), n = t.status === "loading", o = L(M({}, t), {
|
|
91
91
|
isLoading: n,
|
|
92
92
|
isPending: n,
|
|
93
93
|
isSuccess: t.status === "success",
|
|
@@ -105,58 +105,58 @@ class gr extends Ln {
|
|
|
105
105
|
var n, o, s, c;
|
|
106
106
|
(n = (o = this.mutateOptions).onSuccess) == null || n.call(o, this.currentResult.data, this.currentResult.variables, this.currentResult.context), (s = (c = this.mutateOptions).onSettled) == null || s.call(c, this.currentResult.data, null, this.currentResult.variables, this.currentResult.context);
|
|
107
107
|
} else if (t.onError) {
|
|
108
|
-
var l,
|
|
109
|
-
(l = (
|
|
108
|
+
var l, p, d, g;
|
|
109
|
+
(l = (p = this.mutateOptions).onError) == null || l.call(p, this.currentResult.error, this.currentResult.variables, this.currentResult.context), (d = (g = this.mutateOptions).onSettled) == null || d.call(g, void 0, this.currentResult.error, this.currentResult.variables, this.currentResult.context);
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
t.listeners && this.listeners.forEach(({
|
|
113
|
-
listener:
|
|
113
|
+
listener: m
|
|
114
114
|
}) => {
|
|
115
|
-
|
|
115
|
+
m(this.currentResult);
|
|
116
116
|
});
|
|
117
117
|
});
|
|
118
118
|
}
|
|
119
119
|
}
|
|
120
120
|
function it(e, t, n) {
|
|
121
|
-
const o =
|
|
121
|
+
const o = Pn(e, t), s = we({
|
|
122
122
|
context: o.context
|
|
123
|
-
}), [c] = Y.useState(() => new
|
|
123
|
+
}), [c] = Y.useState(() => new hr(s, o));
|
|
124
124
|
Y.useEffect(() => {
|
|
125
125
|
c.setOptions(o);
|
|
126
126
|
}, [c, o]);
|
|
127
|
-
const l =
|
|
128
|
-
c.mutate(d, g).catch(
|
|
127
|
+
const l = En(Y.useCallback((d) => c.subscribe(Pt.batchCalls(d)), [c]), () => c.getCurrentResult(), () => c.getCurrentResult()), p = Y.useCallback((d, g) => {
|
|
128
|
+
c.mutate(d, g).catch(gr);
|
|
129
129
|
}, [c]);
|
|
130
|
-
if (l.error &&
|
|
130
|
+
if (l.error && Nn(c.options.useErrorBoundary, [l.error]))
|
|
131
131
|
throw l.error;
|
|
132
|
-
return
|
|
133
|
-
mutate:
|
|
132
|
+
return L(M({}, l), {
|
|
133
|
+
mutate: p,
|
|
134
134
|
mutateAsync: l.mutate
|
|
135
135
|
});
|
|
136
136
|
}
|
|
137
|
-
function
|
|
137
|
+
function gr() {
|
|
138
138
|
}
|
|
139
|
-
const
|
|
139
|
+
const Zt = rt({}), Cr = () => ot(Zt), jt = ({ children: e }) => {
|
|
140
140
|
const [t, n] = O({}), o = F(
|
|
141
|
-
(l,
|
|
141
|
+
(l, p) => {
|
|
142
142
|
var d;
|
|
143
|
-
return `${l}_${(d =
|
|
143
|
+
return `${l}_${(d = p == null ? void 0 : p.dashboardId) != null ? d : ""}`;
|
|
144
144
|
},
|
|
145
145
|
[]
|
|
146
146
|
), s = F(
|
|
147
|
-
(l,
|
|
148
|
-
n((g) =>
|
|
149
|
-
[o(
|
|
147
|
+
(l, p, d) => {
|
|
148
|
+
n((g) => L(M({}, g), {
|
|
149
|
+
[o(p, d)]: l
|
|
150
150
|
}));
|
|
151
151
|
},
|
|
152
152
|
[o]
|
|
153
153
|
), c = F(
|
|
154
|
-
(l,
|
|
154
|
+
(l, p) => t[o(l, p)],
|
|
155
155
|
[t, o]
|
|
156
156
|
);
|
|
157
|
-
return /* @__PURE__ */ r(
|
|
157
|
+
return /* @__PURE__ */ r(Zt.Provider, { value: { saveChatId: s, getChatId: c }, children: e });
|
|
158
158
|
};
|
|
159
|
-
class
|
|
159
|
+
class fr {
|
|
160
160
|
constructor(t, n = !1) {
|
|
161
161
|
W(this, "httpClient");
|
|
162
162
|
W(this, "getChatContexts", () => X(this, null, function* () {
|
|
@@ -201,62 +201,61 @@ class mr {
|
|
|
201
201
|
this.volatile = n, this.httpClient = t;
|
|
202
202
|
}
|
|
203
203
|
}
|
|
204
|
-
const
|
|
204
|
+
const mr = new Ht({
|
|
205
205
|
defaultOptions: {
|
|
206
206
|
queries: {
|
|
207
207
|
refetchOnWindowFocus: !1,
|
|
208
208
|
refetchOnMount: !1
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
|
-
}), st = rt(void 0), te = () => ot(st),
|
|
211
|
+
}), st = rt(void 0), te = () => ot(st), br = ({
|
|
212
212
|
children: e,
|
|
213
213
|
volatile: t
|
|
214
214
|
}) => {
|
|
215
215
|
const { app: n } = Bt(), o = A(
|
|
216
|
-
() => n ? new
|
|
216
|
+
() => n ? new fr(n.httpClient, t) : void 0,
|
|
217
217
|
[n, t]
|
|
218
218
|
);
|
|
219
|
-
return /* @__PURE__ */ r(st.Provider, { value: o, children: /* @__PURE__ */ r(Ft, { client:
|
|
219
|
+
return /* @__PURE__ */ r(st.Provider, { value: o, children: /* @__PURE__ */ r(Ft, { client: mr, children: e }) });
|
|
220
220
|
};
|
|
221
221
|
function _1({ children: e, volatile: t }) {
|
|
222
|
-
return /* @__PURE__ */ r(
|
|
222
|
+
return /* @__PURE__ */ r(jt, { children: /* @__PURE__ */ r(br, { volatile: t, children: e }) });
|
|
223
223
|
}
|
|
224
|
-
const
|
|
225
|
-
var i, u
|
|
224
|
+
const Ae = (e, t = !0) => {
|
|
225
|
+
var i, u;
|
|
226
226
|
const { app: n } = Bt(), o = n == null ? void 0 : n.httpClient, s = A(
|
|
227
227
|
() => {
|
|
228
|
-
var
|
|
228
|
+
var a, C;
|
|
229
229
|
return {
|
|
230
|
-
|
|
231
|
-
isSisenseAiEnabled: (M = (L = (x = n == null ? void 0 : n.settings) == null ? void 0 : x.narrative) == null ? void 0 : L.isSisenseAiEnabled) != null ? M : !1
|
|
230
|
+
canGenerateNarrativeViaAI: (C = (a = n == null ? void 0 : n.settings) == null ? void 0 : a.narrative) == null ? void 0 : C.canGenerateNarrativeViaAI
|
|
232
231
|
};
|
|
233
232
|
},
|
|
234
|
-
[(u = (i = n == null ? void 0 : n.settings) == null ? void 0 : i.narrative) == null ? void 0 : u.
|
|
235
|
-
), c = A(() =>
|
|
233
|
+
[(u = (i = n == null ? void 0 : n.settings) == null ? void 0 : i.narrative) == null ? void 0 : u.canGenerateNarrativeViaAI]
|
|
234
|
+
), c = A(() => Hn(e), [e]), { data: l, error: p, isError: d, isLoading: g, isSuccess: m, refetch: y } = ge({
|
|
236
235
|
queryKey: ["narrative", c, s],
|
|
237
236
|
queryFn: () => o ? tt(o, c, s) : Promise.reject(new Error("HttpClient is required for narrative requests")),
|
|
238
|
-
select: (
|
|
239
|
-
var
|
|
240
|
-
return (
|
|
237
|
+
select: (a) => {
|
|
238
|
+
var C;
|
|
239
|
+
return (C = a == null ? void 0 : a.data) == null ? void 0 : C.answer;
|
|
241
240
|
},
|
|
242
241
|
enabled: t
|
|
243
242
|
});
|
|
244
243
|
return {
|
|
245
244
|
isLoading: g,
|
|
246
245
|
isError: d,
|
|
247
|
-
isSuccess:
|
|
246
|
+
isSuccess: m,
|
|
248
247
|
data: l,
|
|
249
|
-
error:
|
|
248
|
+
error: p,
|
|
250
249
|
refetch: F(() => {
|
|
251
|
-
|
|
252
|
-
}, [
|
|
250
|
+
y();
|
|
251
|
+
}, [y])
|
|
253
252
|
};
|
|
254
|
-
},
|
|
255
|
-
const o = e, { enabled: t } = o, n =
|
|
256
|
-
return
|
|
257
|
-
},
|
|
258
|
-
|
|
259
|
-
),
|
|
253
|
+
}, yr = (e) => {
|
|
254
|
+
const o = e, { enabled: t } = o, n = We(o, ["enabled"]);
|
|
255
|
+
return Ae(n, t);
|
|
256
|
+
}, Q1 = nt("useGetNlgInsights")(
|
|
257
|
+
yr
|
|
258
|
+
), xr = [
|
|
260
259
|
"indicator",
|
|
261
260
|
"column",
|
|
262
261
|
"line",
|
|
@@ -264,7 +263,7 @@ const De = (e, t = !0) => {
|
|
|
264
263
|
"pie",
|
|
265
264
|
"bar"
|
|
266
265
|
];
|
|
267
|
-
function
|
|
266
|
+
function Gt(e) {
|
|
268
267
|
const { dataSource: t, query: n, chartTypes: o } = e;
|
|
269
268
|
return {
|
|
270
269
|
contextTitle: typeof t == "string" ? t : t.title,
|
|
@@ -272,78 +271,78 @@ function Ut(e) {
|
|
|
272
271
|
text: n,
|
|
273
272
|
// Timezone is not used by AI API, but it is currently required by the endpoint
|
|
274
273
|
timezone: "UTC",
|
|
275
|
-
chartTypes: o != null ? o : [...
|
|
274
|
+
chartTypes: o != null ? o : [...xr]
|
|
276
275
|
}
|
|
277
276
|
};
|
|
278
277
|
}
|
|
279
|
-
function
|
|
278
|
+
function vr(e, t) {
|
|
280
279
|
return X(this, null, function* () {
|
|
281
|
-
const { contextTitle: n, request: o } =
|
|
280
|
+
const { contextTitle: n, request: o } = Gt(e), s = yield t.ai.getNlqResult(n, o);
|
|
282
281
|
return {
|
|
283
|
-
widgetProps: s ?
|
|
282
|
+
widgetProps: s ? Oe(s, {
|
|
284
283
|
useCustomizedStyleOptions: e.enableAxisTitlesInWidgetProps || !1
|
|
285
284
|
}) : void 0,
|
|
286
285
|
nlqResult: s
|
|
287
286
|
};
|
|
288
287
|
});
|
|
289
288
|
}
|
|
290
|
-
const
|
|
291
|
-
const { contextTitle: t, request: n } =
|
|
289
|
+
const kr = (e) => {
|
|
290
|
+
const { contextTitle: t, request: n } = Gt(e), o = te(), s = ["getNlqResult", t, n, o], { isLoading: c, isError: l, isSuccess: p, data: d, error: g, refetch: m } = ge({
|
|
292
291
|
queryKey: s,
|
|
293
|
-
queryFn: () => o ?
|
|
292
|
+
queryFn: () => o ? vr(e, o).then((y) => y.widgetProps) : Promise.reject("No API available"),
|
|
294
293
|
enabled: !!o && e.enabled
|
|
295
294
|
});
|
|
296
295
|
return {
|
|
297
296
|
isLoading: c,
|
|
298
297
|
isError: l,
|
|
299
|
-
isSuccess:
|
|
298
|
+
isSuccess: p,
|
|
300
299
|
data: d,
|
|
301
300
|
error: g,
|
|
302
301
|
refetch: F(() => {
|
|
303
|
-
|
|
304
|
-
}, [
|
|
302
|
+
m();
|
|
303
|
+
}, [m])
|
|
305
304
|
};
|
|
306
|
-
},
|
|
307
|
-
const { contextTitle: t, count: n, enableAxisTitlesInWidgetProps: o, enabled: s, customPrompt: c } = e, l = te(),
|
|
305
|
+
}, K1 = nt("useGetNlqResult")(kr), wr = 4, Vt = (e) => {
|
|
306
|
+
const { contextTitle: t, count: n, enableAxisTitlesInWidgetProps: o, enabled: s, customPrompt: c } = e, l = te(), p = n != null ? n : wr, d = (s === void 0 || s === !0) && p > 0, {
|
|
308
307
|
isLoading: g,
|
|
309
|
-
isError:
|
|
310
|
-
isSuccess:
|
|
308
|
+
isError: m,
|
|
309
|
+
isSuccess: y,
|
|
311
310
|
data: i,
|
|
312
311
|
error: u,
|
|
313
312
|
refetch: a
|
|
314
313
|
} = ge({
|
|
315
|
-
queryKey: ["getQueryRecommendations", t,
|
|
316
|
-
queryFn: () => l == null ? void 0 : l.ai.getQueryRecommendations(t,
|
|
317
|
-
numOfRecommendations:
|
|
314
|
+
queryKey: ["getQueryRecommendations", t, p, l],
|
|
315
|
+
queryFn: () => l == null ? void 0 : l.ai.getQueryRecommendations(t, M({
|
|
316
|
+
numOfRecommendations: p
|
|
318
317
|
}, c ? { userPrompt: c } : null)),
|
|
319
318
|
enabled: !!l && d
|
|
320
|
-
}),
|
|
321
|
-
widgetProps:
|
|
319
|
+
}), C = A(() => i == null ? void 0 : i.map((h) => L(M({}, h), {
|
|
320
|
+
widgetProps: h.jaql ? Oe(h, {
|
|
322
321
|
useCustomizedStyleOptions: o
|
|
323
322
|
}) : void 0
|
|
324
323
|
})), [i, o]);
|
|
325
324
|
return {
|
|
326
325
|
isLoading: d ? g : !1,
|
|
327
|
-
isError:
|
|
328
|
-
isSuccess:
|
|
329
|
-
data:
|
|
326
|
+
isError: m,
|
|
327
|
+
isSuccess: y,
|
|
328
|
+
data: C != null ? C : void 0,
|
|
330
329
|
error: u,
|
|
331
330
|
refetch: F(() => {
|
|
332
331
|
a();
|
|
333
332
|
}, [a])
|
|
334
333
|
};
|
|
335
|
-
},
|
|
334
|
+
}, X1 = nt("useGetQueryRecommendations")(
|
|
336
335
|
Vt
|
|
337
|
-
),
|
|
336
|
+
), Ut = Object.freeze({
|
|
338
337
|
enableFollowupQuestions: !1,
|
|
339
338
|
enableHeader: !0,
|
|
340
339
|
enableInsights: !0,
|
|
341
340
|
numOfRecommendations: 4,
|
|
342
341
|
numOfRecentPrompts: 5
|
|
343
|
-
}), _t = rt(
|
|
342
|
+
}), _t = rt(M({}, Ut)), ne = () => ot(_t), Sr = ({ children: e, value: t }) => {
|
|
344
343
|
const { t: n } = N(), o = Object.entries(t).reduce(
|
|
345
344
|
(s, [c, l]) => (l !== void 0 && (s[c] = l), s),
|
|
346
|
-
|
|
345
|
+
L(M({}, Ut), {
|
|
347
346
|
inputPromptText: n("ai.config.inputPromptText"),
|
|
348
347
|
welcomeText: n("ai.config.welcomeText"),
|
|
349
348
|
suggestionsWelcomeText: n("ai.config.suggestionsWelcomeText")
|
|
@@ -364,7 +363,7 @@ const wr = (e) => {
|
|
|
364
363
|
}),
|
|
365
364
|
enabled: !!t && !!e
|
|
366
365
|
});
|
|
367
|
-
},
|
|
366
|
+
}, Qt = (e) => {
|
|
368
367
|
const t = te(), n = we();
|
|
369
368
|
return it({
|
|
370
369
|
mutationFn: () => X(void 0, null, function* () {
|
|
@@ -379,7 +378,7 @@ const wr = (e) => {
|
|
|
379
378
|
}
|
|
380
379
|
});
|
|
381
380
|
}, lt = (e) => {
|
|
382
|
-
const { data: t, isLoading: n, isError: o } = Mr(e), { mutate: s } =
|
|
381
|
+
const { data: t, isLoading: n, isError: o } = Mr(e), { mutate: s } = Qt(e);
|
|
383
382
|
return Se(() => {
|
|
384
383
|
o && s();
|
|
385
384
|
}, [o, s]), {
|
|
@@ -387,7 +386,7 @@ const wr = (e) => {
|
|
|
387
386
|
isLoading: n,
|
|
388
387
|
isError: o
|
|
389
388
|
};
|
|
390
|
-
},
|
|
389
|
+
}, $r = () => {
|
|
391
390
|
const e = te(), { data: t, isLoading: n, fetchStatus: o } = ge({
|
|
392
391
|
queryKey: ["getDataTopics", e],
|
|
393
392
|
queryFn: () => X(void 0, null, function* () {
|
|
@@ -397,7 +396,7 @@ const wr = (e) => {
|
|
|
397
396
|
enabled: !!e
|
|
398
397
|
});
|
|
399
398
|
return { data: t, isLoading: n, fetchStatus: o };
|
|
400
|
-
},
|
|
399
|
+
}, Tr = () => {
|
|
401
400
|
const e = te(), { data: t, isLoading: n } = ge({
|
|
402
401
|
queryKey: ["getAllChats", e],
|
|
403
402
|
queryFn: () => e == null ? void 0 : e.ai.chat.getAll(),
|
|
@@ -407,7 +406,7 @@ const wr = (e) => {
|
|
|
407
406
|
data: t != null ? t : [],
|
|
408
407
|
isLoading: n
|
|
409
408
|
};
|
|
410
|
-
},
|
|
409
|
+
}, Rr = (e, t, n) => {
|
|
411
410
|
const o = we(), s = te(), c = it({
|
|
412
411
|
mutationFn: () => X(void 0, null, function* () {
|
|
413
412
|
if (!(!s || !e))
|
|
@@ -418,7 +417,7 @@ const wr = (e) => {
|
|
|
418
417
|
return Se(() => {
|
|
419
418
|
t && c.isIdle && c.mutate();
|
|
420
419
|
}, [t, c]), c;
|
|
421
|
-
},
|
|
420
|
+
}, Lr = (e, t) => {
|
|
422
421
|
switch (e.responseType = e.responseType.toLowerCase(), e.responseType) {
|
|
423
422
|
case "nlq":
|
|
424
423
|
return {
|
|
@@ -441,7 +440,7 @@ const wr = (e) => {
|
|
|
441
440
|
e && n.setQueriesData([at, e], (g) => g && [...g, d]);
|
|
442
441
|
},
|
|
443
442
|
[n, e]
|
|
444
|
-
), { t: s } = N(), c = te(), { mutate: l, isLoading:
|
|
443
|
+
), { t: s } = N(), c = te(), { mutate: l, isLoading: p } = it({
|
|
445
444
|
mutationFn: (d) => X(void 0, null, function* () {
|
|
446
445
|
if (!(!c || !e))
|
|
447
446
|
return c.ai.chat.post(e, {
|
|
@@ -467,57 +466,57 @@ const wr = (e) => {
|
|
|
467
466
|
if (!d)
|
|
468
467
|
return;
|
|
469
468
|
const g = s("ai.errors.unknownResponse");
|
|
470
|
-
o(
|
|
469
|
+
o(Lr(d, g));
|
|
471
470
|
}
|
|
472
471
|
});
|
|
473
|
-
return { mutate: l, isLoading:
|
|
472
|
+
return { mutate: l, isLoading: p };
|
|
474
473
|
}, ct = (e, t, n = !1) => {
|
|
475
|
-
var
|
|
476
|
-
const { data: o, isLoading: s } =
|
|
477
|
-
(
|
|
474
|
+
var m;
|
|
475
|
+
const { data: o, isLoading: s } = Tr(), c = Cr(), l = c.getChatId(e, t) || ((m = o.find(
|
|
476
|
+
(y) => {
|
|
478
477
|
var i;
|
|
479
|
-
return
|
|
478
|
+
return y.contextTitle === e && ((i = y.contextDetails) == null ? void 0 : i.dashboardId) === (t == null ? void 0 : t.dashboardId);
|
|
480
479
|
}
|
|
481
|
-
)) == null ? void 0 :
|
|
480
|
+
)) == null ? void 0 : m.chatId), { isError: p, data: d, isSuccess: g } = Rr(
|
|
482
481
|
e,
|
|
483
482
|
n && !s && !l,
|
|
484
483
|
t
|
|
485
484
|
);
|
|
486
485
|
return Se(() => {
|
|
487
486
|
g && d && !l && c.saveChatId(d.chatId, e, t);
|
|
488
|
-
}, [d, g, e, t, l, c]), { chatId: l, isLoading: s, isError:
|
|
489
|
-
},
|
|
487
|
+
}, [d, g, e, t, l, c]), { chatId: l, isLoading: s, isError: p };
|
|
488
|
+
}, Kt = (e) => A(() => {
|
|
490
489
|
if (e != null && e.length) {
|
|
491
490
|
const t = e[e.length - 1];
|
|
492
491
|
if (dt(t))
|
|
493
492
|
return JSON.parse(t.content);
|
|
494
493
|
}
|
|
495
494
|
return null;
|
|
496
|
-
}, [e]), dt = (e) => !!e && "type" in e && e.type === "nlq",
|
|
497
|
-
const { t: n } = N(), { enableFollowupQuestions: o } = ne(), { chatId: s, isError: c } = ct(e, t, !0), [l,
|
|
495
|
+
}, [e]), dt = (e) => !!e && "type" in e && e.type === "nlq", Er = (e) => !!e && "type" in e && e.type === "text", Nr = (e, t) => {
|
|
496
|
+
const { t: n } = N(), { enableFollowupQuestions: o } = ne(), { chatId: s, isError: c } = ct(e, t, !0), [l, p] = O(null), { history: d, isLoading: g, isError: m } = lt(s);
|
|
498
497
|
Se(() => {
|
|
499
|
-
c ?
|
|
500
|
-
}, [c,
|
|
501
|
-
const { mutate:
|
|
498
|
+
c ? p(new Ke("ai.errors.chatUnavailable")) : m && p(new Ke("ai.errors.fetchHistory"));
|
|
499
|
+
}, [c, m, n]);
|
|
500
|
+
const { mutate: y, isLoading: i } = Ir(
|
|
502
501
|
s,
|
|
503
502
|
o
|
|
504
|
-
), u =
|
|
503
|
+
), u = Kt(d);
|
|
505
504
|
return {
|
|
506
505
|
chatId: s,
|
|
507
506
|
history: d != null ? d : [],
|
|
508
507
|
lastNlqResponse: u,
|
|
509
|
-
sendMessage:
|
|
508
|
+
sendMessage: y,
|
|
510
509
|
isAwaitingResponse: i,
|
|
511
510
|
isLoading: g,
|
|
512
511
|
lastError: l
|
|
513
512
|
};
|
|
514
|
-
},
|
|
513
|
+
}, Y1 = ({
|
|
515
514
|
contextTitle: e,
|
|
516
515
|
contextDetails: t
|
|
517
516
|
}) => {
|
|
518
517
|
const { chatId: n } = ct(e, t), { history: o } = lt(n);
|
|
519
|
-
return
|
|
520
|
-
},
|
|
518
|
+
return Kt(o);
|
|
519
|
+
}, J1 = ({
|
|
521
520
|
contextTitle: e,
|
|
522
521
|
contextDetails: t
|
|
523
522
|
}) => {
|
|
@@ -530,7 +529,7 @@ const wr = (e) => {
|
|
|
530
529
|
}
|
|
531
530
|
return null;
|
|
532
531
|
}, [o]);
|
|
533
|
-
},
|
|
532
|
+
}, Pr = 500, Hr = 500, Br = 500, Fr = 900, Or = w.div`
|
|
534
533
|
box-sizing: border-box;
|
|
535
534
|
position: relative;
|
|
536
535
|
display: flex;
|
|
@@ -540,10 +539,10 @@ const wr = (e) => {
|
|
|
540
539
|
background-color: ${({ theme: e }) => e.aiChat.backgroundColor};
|
|
541
540
|
overflow: hidden;
|
|
542
541
|
|
|
543
|
-
min-width: ${
|
|
544
|
-
min-height: ${
|
|
545
|
-
width: ${({ width: e }) => e ? vt(e) : `${
|
|
546
|
-
height: ${({ height: e }) => e ? vt(e) : `${
|
|
542
|
+
min-width: ${Pr}px;
|
|
543
|
+
min-height: ${Hr}px;
|
|
544
|
+
width: ${({ width: e }) => e ? vt(e) : `${Br}px`};
|
|
545
|
+
height: ${({ height: e }) => e ? vt(e) : `${Fr}px`};
|
|
547
546
|
|
|
548
547
|
${({ theme: e }) => q`
|
|
549
548
|
font-size: ${e.aiChat.primaryFontSize[0]};
|
|
@@ -554,7 +553,7 @@ const wr = (e) => {
|
|
|
554
553
|
function vt(e) {
|
|
555
554
|
return typeof e == "number" ? `${e}px` : e;
|
|
556
555
|
}
|
|
557
|
-
function
|
|
556
|
+
function Ar({ spin: e }) {
|
|
558
557
|
return /* @__PURE__ */ S(
|
|
559
558
|
"svg",
|
|
560
559
|
{
|
|
@@ -588,10 +587,10 @@ function Dr({ spin: e }) {
|
|
|
588
587
|
}
|
|
589
588
|
);
|
|
590
589
|
}
|
|
591
|
-
function
|
|
592
|
-
return /* @__PURE__ */ r("div", { className: "csdk-m-auto", role: "status", "aria-label": "loading spinner", children: /* @__PURE__ */ r(
|
|
590
|
+
function De() {
|
|
591
|
+
return /* @__PURE__ */ r("div", { className: "csdk-m-auto", role: "status", "aria-label": "loading spinner", children: /* @__PURE__ */ r(Ar, { spin: !0 }) });
|
|
593
592
|
}
|
|
594
|
-
const
|
|
593
|
+
const Dr = w.div`
|
|
595
594
|
text-align: center;
|
|
596
595
|
font-size: 11px;
|
|
597
596
|
line-height: 18px;
|
|
@@ -605,9 +604,9 @@ const qr = w.div`
|
|
|
605
604
|
|
|
606
605
|
color: ${({ theme: e }) => e.aiChat.secondaryTextColor};
|
|
607
606
|
`;
|
|
608
|
-
function
|
|
607
|
+
function qr({ theme: e }) {
|
|
609
608
|
const { t } = N();
|
|
610
|
-
return /* @__PURE__ */ S(
|
|
609
|
+
return /* @__PURE__ */ S(Dr, { theme: e, children: [
|
|
611
610
|
/* @__PURE__ */ r("div", { children: t("ai.disclaimer.poweredByAi") }),
|
|
612
611
|
/* @__PURE__ */ S("div", { children: [
|
|
613
612
|
" ",
|
|
@@ -615,11 +614,11 @@ function zr({ theme: e }) {
|
|
|
615
614
|
] })
|
|
616
615
|
] });
|
|
617
616
|
}
|
|
618
|
-
const
|
|
617
|
+
const zr = w.div`
|
|
619
618
|
display: flex;
|
|
620
619
|
flex-direction: column;
|
|
621
620
|
row-gap: 4px;
|
|
622
|
-
`,
|
|
621
|
+
`, Wr = w.div`
|
|
623
622
|
font-size: 11px;
|
|
624
623
|
line-height: 18px;
|
|
625
624
|
font-weight: 300;
|
|
@@ -629,7 +628,7 @@ const Wr = w.div`
|
|
|
629
628
|
&:hover {
|
|
630
629
|
background-color: ${({ theme: e }) => e.aiChat.dropup.headers.hover.backgroundColor};
|
|
631
630
|
}
|
|
632
|
-
`,
|
|
631
|
+
`, Zr = w.div`
|
|
633
632
|
font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
|
|
634
633
|
line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
|
|
635
634
|
color: ${({ theme: e }) => e.aiChat.dropup.items.textColor};
|
|
@@ -639,19 +638,19 @@ const Wr = w.div`
|
|
|
639
638
|
background-color: ${({ theme: e }) => e.aiChat.dropup.items.hover.backgroundColor};
|
|
640
639
|
}
|
|
641
640
|
`;
|
|
642
|
-
function
|
|
641
|
+
function jr({
|
|
643
642
|
title: e,
|
|
644
643
|
items: t,
|
|
645
644
|
onSelect: n,
|
|
646
645
|
alwaysExpanded: o = !1
|
|
647
646
|
}) {
|
|
648
647
|
const [s, c] = O(!1), { themeSettings: l } = R();
|
|
649
|
-
return /* @__PURE__ */ S(
|
|
650
|
-
/* @__PURE__ */ r(
|
|
651
|
-
(s || o) && t.map((
|
|
648
|
+
return /* @__PURE__ */ S(zr, { children: [
|
|
649
|
+
/* @__PURE__ */ r(Wr, { onClick: () => c((p) => !p), theme: l, children: e.toUpperCase() }),
|
|
650
|
+
(s || o) && t.map((p, d) => /* @__PURE__ */ r(Zr, { onClick: () => n(p), theme: l, children: p }, d))
|
|
652
651
|
] });
|
|
653
652
|
}
|
|
654
|
-
const
|
|
653
|
+
const Gr = w.div`
|
|
655
654
|
font-family: ${({ theme: e }) => e.typography.fontFamily};
|
|
656
655
|
font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
|
|
657
656
|
line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
|
|
@@ -669,7 +668,7 @@ const Ur = w.div`
|
|
|
669
668
|
color: ${({ theme: e }) => e.aiChat.dropup.items.textColor};
|
|
670
669
|
padding: 4px 12px;
|
|
671
670
|
`, Xe = (e) => e.startsWith("/");
|
|
672
|
-
function
|
|
671
|
+
function Ur({
|
|
673
672
|
recentPrompts: e,
|
|
674
673
|
suggestions: t,
|
|
675
674
|
isLoading: n,
|
|
@@ -691,9 +690,9 @@ function Qr({
|
|
|
691
690
|
}
|
|
692
691
|
].filter(
|
|
693
692
|
(i) => i.title.slice(0, c.length) === c
|
|
694
|
-
), { themeSettings: g } = R(), { t:
|
|
693
|
+
), { themeSettings: g } = R(), { t: m } = N(), y = d.length === 1;
|
|
695
694
|
return /* @__PURE__ */ r(
|
|
696
|
-
|
|
695
|
+
Ot,
|
|
697
696
|
{
|
|
698
697
|
open: Xe(c) && d.length > 0,
|
|
699
698
|
anchorEl: s,
|
|
@@ -707,16 +706,16 @@ function Qr({
|
|
|
707
706
|
}
|
|
708
707
|
],
|
|
709
708
|
sx: { zIndex: 3 },
|
|
710
|
-
children: /* @__PURE__ */ S(
|
|
711
|
-
n && /* @__PURE__ */ r(
|
|
712
|
-
!n && !l && d.map((i) => /* @__PURE__ */ r(
|
|
713
|
-
l && /* @__PURE__ */ r(Vr, { theme: g, children:
|
|
709
|
+
children: /* @__PURE__ */ S(Gr, { style: { width: s == null ? void 0 : s.offsetWidth }, theme: g, children: [
|
|
710
|
+
n && /* @__PURE__ */ r(De, {}),
|
|
711
|
+
!n && !l && d.map((i) => /* @__PURE__ */ r(jr, L(M({}, i), { alwaysExpanded: y }), i.title)),
|
|
712
|
+
l && /* @__PURE__ */ r(Vr, { theme: g, children: m("ai.errors.recommendationsNotAvailable") })
|
|
714
713
|
] })
|
|
715
714
|
}
|
|
716
715
|
);
|
|
717
716
|
}
|
|
718
717
|
const _r = 500;
|
|
719
|
-
function
|
|
718
|
+
function Me({ title: e, placement: t = "top", children: n }) {
|
|
720
719
|
const { themeSettings: o } = R();
|
|
721
720
|
return /* @__PURE__ */ r(
|
|
722
721
|
Bn,
|
|
@@ -749,7 +748,7 @@ function $e({ title: e, placement: t = "top", children: n }) {
|
|
|
749
748
|
}
|
|
750
749
|
);
|
|
751
750
|
}
|
|
752
|
-
function
|
|
751
|
+
function Qr({ theme: e }) {
|
|
753
752
|
const t = e.aiChat.icons.color;
|
|
754
753
|
return /* @__PURE__ */ S("svg", { xmlns: "http://www.w3.org/2000/svg", width: "25", height: "25", viewBox: "0 0 25 25", fill: "none", children: [
|
|
755
754
|
/* @__PURE__ */ r(
|
|
@@ -775,7 +774,7 @@ function Kr({ theme: e }) {
|
|
|
775
774
|
)
|
|
776
775
|
] });
|
|
777
776
|
}
|
|
778
|
-
function
|
|
777
|
+
function Kr({ theme: e }) {
|
|
779
778
|
return /* @__PURE__ */ r("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ r(
|
|
780
779
|
"path",
|
|
781
780
|
{
|
|
@@ -784,19 +783,19 @@ function Xr({ theme: e }) {
|
|
|
784
783
|
}
|
|
785
784
|
) });
|
|
786
785
|
}
|
|
787
|
-
const
|
|
786
|
+
const Xr = w.div`
|
|
788
787
|
display: flex;
|
|
789
788
|
flex-direction: row;
|
|
790
789
|
align-items: flex-end;
|
|
791
790
|
justify-content: space-between;
|
|
792
791
|
|
|
793
792
|
background-color: ${({ theme: e }) => e.aiChat.backgroundColor};
|
|
794
|
-
`,
|
|
793
|
+
`, Yr = w.button`
|
|
795
794
|
height: 34px;
|
|
796
795
|
background-color: inherit;
|
|
797
796
|
cursor: pointer;
|
|
798
797
|
border: none;
|
|
799
|
-
`,
|
|
798
|
+
`, Jr = w.textarea`
|
|
800
799
|
font-size: inherit;
|
|
801
800
|
line-height: inherit;
|
|
802
801
|
resize: none;
|
|
@@ -824,7 +823,7 @@ const Yr = w.div`
|
|
|
824
823
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
825
824
|
|
|
826
825
|
background-color: ${({ theme: e }) => e.aiChat.input.backgroundColor};
|
|
827
|
-
`,
|
|
826
|
+
`, eo = w.button`
|
|
828
827
|
height: 34px;
|
|
829
828
|
background-color: inherit;
|
|
830
829
|
border-style: none;
|
|
@@ -838,8 +837,8 @@ const Yr = w.div`
|
|
|
838
837
|
opacity: 1;
|
|
839
838
|
cursor: pointer;
|
|
840
839
|
`}
|
|
841
|
-
`,
|
|
842
|
-
function
|
|
840
|
+
`, to = 34;
|
|
841
|
+
function no({
|
|
843
842
|
onSendMessage: e,
|
|
844
843
|
onClearHistoryClick: t,
|
|
845
844
|
disabled: n,
|
|
@@ -847,117 +846,117 @@ function ro({
|
|
|
847
846
|
suggestions: s,
|
|
848
847
|
isLoading: c,
|
|
849
848
|
recommendationsError: l,
|
|
850
|
-
onChange:
|
|
849
|
+
onChange: p
|
|
851
850
|
}) {
|
|
852
|
-
const [d, g] = O(""), { inputPromptText:
|
|
851
|
+
const [d, g] = O(""), { inputPromptText: m } = ne(), y = F(() => {
|
|
853
852
|
if (n) return;
|
|
854
853
|
if (Xe(d)) {
|
|
855
854
|
g("");
|
|
856
855
|
return;
|
|
857
856
|
}
|
|
858
|
-
const
|
|
859
|
-
|
|
857
|
+
const k = d.trim();
|
|
858
|
+
k.length !== 0 && (e(k), g(""));
|
|
860
859
|
}, [n, e, d]), i = F(
|
|
861
|
-
(
|
|
862
|
-
e(
|
|
860
|
+
(k) => {
|
|
861
|
+
e(k), g("");
|
|
863
862
|
},
|
|
864
863
|
[e]
|
|
865
864
|
), u = F(
|
|
866
|
-
(
|
|
867
|
-
|
|
865
|
+
(k) => {
|
|
866
|
+
k.key === "Enter" ? (k.preventDefault(), y()) : k.key === "Escape" && Xe(d) && g("");
|
|
868
867
|
},
|
|
869
|
-
[
|
|
868
|
+
[y, d]
|
|
870
869
|
), a = F(
|
|
871
|
-
(
|
|
872
|
-
|
|
870
|
+
(k) => {
|
|
871
|
+
p == null || p(k.target.value), g(k.target.value);
|
|
873
872
|
},
|
|
874
|
-
[
|
|
875
|
-
),
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
873
|
+
[p]
|
|
874
|
+
), C = ve(null);
|
|
875
|
+
He(() => {
|
|
876
|
+
C.current && (C.current.style.height = "inherit", C.current.style.height = `${Math.max(
|
|
877
|
+
C.current.scrollHeight + 2,
|
|
879
878
|
// account for 1px top/bottom border
|
|
880
|
-
|
|
879
|
+
to
|
|
881
880
|
)}px`);
|
|
882
|
-
}, [d]),
|
|
883
|
-
|
|
881
|
+
}, [d]), He(() => {
|
|
882
|
+
C.current && C.current.focus({ preventScroll: !0 });
|
|
884
883
|
}, []);
|
|
885
|
-
const { themeSettings:
|
|
886
|
-
var
|
|
887
|
-
if ((
|
|
888
|
-
const
|
|
889
|
-
var
|
|
890
|
-
document.removeEventListener("mouseup",
|
|
884
|
+
const { themeSettings: h } = R(), { t: x } = N(), v = F((k) => {
|
|
885
|
+
var I;
|
|
886
|
+
if ((I = document.getElementById("csdk-chatbot-frame")) != null && I.contains(k.relatedTarget)) {
|
|
887
|
+
const T = ($) => {
|
|
888
|
+
var E;
|
|
889
|
+
document.removeEventListener("mouseup", T), document.removeEventListener("keyup", T), $.type === "mouseup" && ((E = document.getSelection()) == null ? void 0 : E.type) !== "Range" && k.target.focus({ preventScroll: !0 });
|
|
891
890
|
};
|
|
892
|
-
document.addEventListener("mouseup",
|
|
891
|
+
document.addEventListener("mouseup", T), document.addEventListener("keyup", T);
|
|
893
892
|
}
|
|
894
893
|
}, []);
|
|
895
|
-
return /* @__PURE__ */ S(
|
|
894
|
+
return /* @__PURE__ */ S(Xr, { theme: h, children: [
|
|
896
895
|
/* @__PURE__ */ r(
|
|
897
|
-
|
|
896
|
+
Ur,
|
|
898
897
|
{
|
|
899
898
|
recentPrompts: o,
|
|
900
899
|
suggestions: s,
|
|
901
900
|
isLoading: c,
|
|
902
901
|
onSelection: i,
|
|
903
|
-
anchorEl:
|
|
902
|
+
anchorEl: C.current,
|
|
904
903
|
text: d,
|
|
905
904
|
recommendationsError: l
|
|
906
905
|
}
|
|
907
906
|
),
|
|
908
|
-
t && /* @__PURE__ */ r(
|
|
907
|
+
t && /* @__PURE__ */ r(Me, { title: x("ai.buttons.clearChat"), placement: "bottom-start", children: /* @__PURE__ */ r(Yr, { "aria-label": "clear history", onClick: t, children: /* @__PURE__ */ r(Qr, { theme: h }) }) }),
|
|
909
908
|
/* @__PURE__ */ r(
|
|
910
|
-
|
|
909
|
+
Jr,
|
|
911
910
|
{
|
|
912
911
|
"aria-label": "chat input",
|
|
913
|
-
onBlur:
|
|
912
|
+
onBlur: v,
|
|
914
913
|
maxLength: _r,
|
|
915
|
-
ref:
|
|
914
|
+
ref: C,
|
|
916
915
|
rows: 1,
|
|
917
916
|
onChange: a,
|
|
918
917
|
spellCheck: "true",
|
|
919
|
-
placeholder:
|
|
918
|
+
placeholder: m,
|
|
920
919
|
value: d,
|
|
921
920
|
onKeyDown: u,
|
|
922
|
-
theme:
|
|
921
|
+
theme: h,
|
|
923
922
|
disabled: n
|
|
924
923
|
}
|
|
925
924
|
),
|
|
926
925
|
/* @__PURE__ */ r(
|
|
927
|
-
|
|
926
|
+
eo,
|
|
928
927
|
{
|
|
929
928
|
"aria-label": "send chat message",
|
|
930
929
|
disabled: n || d.length === 0,
|
|
931
|
-
onClick:
|
|
932
|
-
theme:
|
|
933
|
-
children: /* @__PURE__ */ r("span", { "data-state": "closed", children: /* @__PURE__ */ r(
|
|
930
|
+
onClick: y,
|
|
931
|
+
theme: h,
|
|
932
|
+
children: /* @__PURE__ */ r("span", { "data-state": "closed", children: /* @__PURE__ */ r(Kr, { theme: h }) })
|
|
934
933
|
}
|
|
935
934
|
)
|
|
936
935
|
] });
|
|
937
936
|
}
|
|
938
|
-
const
|
|
937
|
+
const ro = w.div`
|
|
939
938
|
margin: auto;
|
|
940
939
|
display: flex;
|
|
941
940
|
flex-direction: column;
|
|
942
941
|
align-items: center;
|
|
943
942
|
row-gap: 21px;
|
|
944
|
-
`,
|
|
943
|
+
`, oo = w.div`
|
|
945
944
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
946
945
|
text-align: center;
|
|
947
946
|
font-weight: 600;
|
|
948
|
-
`,
|
|
947
|
+
`, io = w.div`
|
|
949
948
|
color: rgba(54, 163, 217, 1);
|
|
950
949
|
cursor: pointer;
|
|
951
950
|
`;
|
|
952
|
-
function
|
|
951
|
+
function Xt({ text: e, action: t }) {
|
|
953
952
|
const { themeSettings: n } = R();
|
|
954
|
-
return /* @__PURE__ */ S(
|
|
955
|
-
/* @__PURE__ */ r(
|
|
953
|
+
return /* @__PURE__ */ S(ro, { children: [
|
|
954
|
+
/* @__PURE__ */ r(oo, { theme: n, children: e }),
|
|
956
955
|
/* @__PURE__ */ r(Fn, {}),
|
|
957
|
-
t && /* @__PURE__ */ r(
|
|
956
|
+
t && /* @__PURE__ */ r(io, { onClick: t.onClick, children: t.text })
|
|
958
957
|
] });
|
|
959
958
|
}
|
|
960
|
-
const
|
|
959
|
+
const so = w.div`
|
|
961
960
|
flex: 0 0 80px;
|
|
962
961
|
padding-left: 14px;
|
|
963
962
|
padding-right: 14px;
|
|
@@ -966,17 +965,17 @@ const ao = w.div`
|
|
|
966
965
|
position: relative;
|
|
967
966
|
|
|
968
967
|
background-color: ${({ style: e }) => e.backgroundColor};
|
|
969
|
-
`,
|
|
968
|
+
`, ao = w.div`
|
|
970
969
|
font-size: 18px;
|
|
971
970
|
line-height: 22px;
|
|
972
971
|
font-weight: 600;
|
|
973
972
|
margin-left: 20px;
|
|
974
973
|
|
|
975
974
|
color: ${({ style: e }) => e.textColor};
|
|
976
|
-
`,
|
|
977
|
-
return /* @__PURE__ */ S(
|
|
975
|
+
`, Yt = dr(function({ title: t, leftNav: n, rightNav: o, style: s }, c) {
|
|
976
|
+
return /* @__PURE__ */ S(so, { ref: c, style: s, children: [
|
|
978
977
|
n,
|
|
979
|
-
/* @__PURE__ */ r(
|
|
978
|
+
/* @__PURE__ */ r(ao, { style: s, children: t }),
|
|
980
979
|
o && /* @__PURE__ */ r("div", { className: "csdk-ml-auto", children: o })
|
|
981
980
|
] });
|
|
982
981
|
}), Ne = w.div`
|
|
@@ -1033,56 +1032,56 @@ function ce() {
|
|
|
1033
1032
|
return e;
|
|
1034
1033
|
}, ce.apply(this, arguments);
|
|
1035
1034
|
}
|
|
1036
|
-
const
|
|
1035
|
+
const lo = ["children", "options"], b = { blockQuote: "0", breakLine: "1", breakThematic: "2", codeBlock: "3", codeFenced: "4", codeInline: "5", footnote: "6", footnoteReference: "7", gfmTask: "8", heading: "9", headingSetext: "10", htmlBlock: "11", htmlComment: "12", htmlSelfClosing: "13", image: "14", link: "15", linkAngleBraceStyleDetector: "16", linkBareUrlDetector: "17", linkMailtoDetector: "18", newlineCoalescer: "19", orderedList: "20", paragraph: "21", ref: "22", refImage: "23", refLink: "24", table: "25", tableSeparator: "26", text: "27", textBolded: "28", textEmphasized: "29", textEscaped: "30", textMarked: "31", textStrikethroughed: "32", unorderedList: "33" };
|
|
1037
1036
|
var kt;
|
|
1038
1037
|
(function(e) {
|
|
1039
1038
|
e[e.MAX = 0] = "MAX", e[e.HIGH = 1] = "HIGH", e[e.MED = 2] = "MED", e[e.LOW = 3] = "LOW", e[e.MIN = 4] = "MIN";
|
|
1040
1039
|
})(kt || (kt = {}));
|
|
1041
|
-
const wt = ["allowFullScreen", "allowTransparency", "autoComplete", "autoFocus", "autoPlay", "cellPadding", "cellSpacing", "charSet", "classId", "colSpan", "contentEditable", "contextMenu", "crossOrigin", "encType", "formAction", "formEncType", "formMethod", "formNoValidate", "formTarget", "frameBorder", "hrefLang", "inputMode", "keyParams", "keyType", "marginHeight", "marginWidth", "maxLength", "mediaGroup", "minLength", "noValidate", "radioGroup", "readOnly", "rowSpan", "spellCheck", "srcDoc", "srcLang", "srcSet", "tabIndex", "useMap"].reduce((e, t) => (e[t.toLowerCase()] = t, e), { class: "className", for: "htmlFor" }), St = { amp: "&", apos: "'", gt: ">", lt: "<", nbsp: " ", quot: "“" },
|
|
1042
|
-
function
|
|
1043
|
-
return "( *)(" + (e === 1 ?
|
|
1040
|
+
const wt = ["allowFullScreen", "allowTransparency", "autoComplete", "autoFocus", "autoPlay", "cellPadding", "cellSpacing", "charSet", "classId", "colSpan", "contentEditable", "contextMenu", "crossOrigin", "encType", "formAction", "formEncType", "formMethod", "formNoValidate", "formTarget", "frameBorder", "hrefLang", "inputMode", "keyParams", "keyType", "marginHeight", "marginWidth", "maxLength", "mediaGroup", "minLength", "noValidate", "radioGroup", "readOnly", "rowSpan", "spellCheck", "srcDoc", "srcLang", "srcSet", "tabIndex", "useMap"].reduce((e, t) => (e[t.toLowerCase()] = t, e), { class: "className", for: "htmlFor" }), St = { amp: "&", apos: "'", gt: ">", lt: "<", nbsp: " ", quot: "“" }, co = ["style", "script"], uo = ["src", "href", "data", "formAction", "srcDoc", "action"], po = /([-A-Z0-9_:]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|(?:\{((?:\\.|{[^}]*?}|[^}])*)\})))?/gi, ho = /mailto:/i, go = /\n{2,}$/, Jt = /^(\s*>[\s\S]*?)(?=\n\n|$)/, Co = /^ *> ?/gm, fo = /^(?:\[!([^\]]*)\]\n)?([\s\S]*)/, mo = /^ {2,}\n/, bo = /^(?:( *[-*_])){3,} *(?:\n *)+\n/, en = /^(?: {1,3})?(`{3,}|~{3,}) *(\S+)? *([^\n]*?)?\n([\s\S]*?)(?:\1\n?|$)/, tn = /^(?: {4}[^\n]+\n*)+(?:\n *)+\n?/, yo = /^(`+)((?:\\`|(?!\1)`|[^`])+)\1/, xo = /^(?:\n *)*\n/, vo = /\r\n?/g, ko = /^\[\^([^\]]+)](:(.*)((\n+ {4,}.*)|(\n(?!\[\^).+))*)/, wo = /^\[\^([^\]]+)]/, So = /\f/g, Mo = /^---[ \t]*\n(.|\n)*\n---[ \t]*\n/, $o = /^\s*?\[(x|\s)\]/, nn = /^ *(#{1,6}) *([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, rn = /^ *(#{1,6}) +([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, on = /^([^\n]+)\n *(=|-){3,} *(?:\n *)+\n/, Ye = /^ *(?!<[a-z][^ >/]* ?\/>)<([a-z][^ >/]*) ?((?:[^>]*[^/])?)>\n?(\s*(?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1\b)[\s\S])*?)<\/\1>(?!<\/\1>)\n*/i, To = /&([a-z0-9]+|#[0-9]{1,6}|#x[0-9a-fA-F]{1,6});/gi, sn = /^<!--[\s\S]*?(?:-->)/, Ro = /^(data|aria|x)-[a-z_][a-z\d_.-]*$/, Je = /^ *<([a-z][a-z0-9:]*)(?:\s+((?:<.*?>|[^>])*))?\/?>(?!<\/\1>)(\s*\n)?/i, Lo = /^\{.*\}$/, Io = /^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/, Eo = /^<([^ >]+@[^ >]+)>/, No = /^<([^ >]+:\/[^ >]+)>/, Po = /-([a-z])?/gi, an = /^(\|.*)\n(?: *(\|? *[-:]+ *\|[-| :]*)\n((?:.*\|.*\n)*))?\n?/, Ho = /^\[([^\]]*)\]:\s+<?([^\s>]+)>?\s*("([^"]*)")?/, Bo = /^!\[([^\]]*)\] ?\[([^\]]*)\]/, Fo = /^\[([^\]]*)\] ?\[([^\]]*)\]/, Oo = /(\n|^[-*]\s|^#|^ {2,}|^-{2,}|^>\s)/, Ao = /\t/g, Do = /(^ *\||\| *$)/g, qo = /^ *:-+: *$/, zo = /^ *:-+ *$/, Wo = /^ *-+: *$/, qe = "((?:\\[.*?\\][([].*?[)\\]]|<.*?>(?:.*?<.*?>)?|`.*?`|\\\\\\1|[\\s\\S])+?)", Zo = new RegExp(`^([*_])\\1${qe}\\1\\1(?!\\1)`), jo = new RegExp(`^([*_])${qe}\\1(?!\\1)`), Go = new RegExp(`^(==)${qe}\\1`), Vo = new RegExp(`^(~~)${qe}\\1`), Uo = /^\\([^0-9A-Za-z\s])/, Mt = /\\([^0-9A-Za-z\s])/g, _o = /^([\s\S](?:(?! |[0-9]\.)[^=*_~\-\n<`\\\[!])*)/, Qo = /^\n+/, Ko = /^([ \t]*)/, Xo = /\\([^\\])/g, Yo = /(?:^|\n)( *)$/, pt = "(?:\\d+\\.)", ht = "(?:[*+-])";
|
|
1041
|
+
function ln(e) {
|
|
1042
|
+
return "( *)(" + (e === 1 ? pt : ht) + ") +";
|
|
1044
1043
|
}
|
|
1045
|
-
const
|
|
1046
|
-
function
|
|
1047
|
-
return new RegExp("^" + (e === 1 ?
|
|
1044
|
+
const cn = ln(1), dn = ln(2);
|
|
1045
|
+
function un(e) {
|
|
1046
|
+
return new RegExp("^" + (e === 1 ? cn : dn));
|
|
1048
1047
|
}
|
|
1049
|
-
const
|
|
1048
|
+
const Jo = un(1), ei = un(2);
|
|
1050
1049
|
function pn(e) {
|
|
1051
|
-
return new RegExp("^" + (e === 1 ?
|
|
1050
|
+
return new RegExp("^" + (e === 1 ? cn : dn) + "[^\\n]*(?:\\n(?!\\1" + (e === 1 ? pt : ht) + " )[^\\n]*)*(\\n|$)", "gm");
|
|
1052
1051
|
}
|
|
1053
|
-
const
|
|
1054
|
-
function
|
|
1055
|
-
const t = e === 1 ?
|
|
1052
|
+
const ti = pn(1), ni = pn(2);
|
|
1053
|
+
function hn(e) {
|
|
1054
|
+
const t = e === 1 ? pt : ht;
|
|
1056
1055
|
return new RegExp("^( *)(" + t + ") [\\s\\S]+?(?:\\n{2,}(?! )(?!\\1" + t + " (?!" + t + " ))\\n*|\\s*\\n*$)");
|
|
1057
1056
|
}
|
|
1058
|
-
const
|
|
1059
|
-
function
|
|
1060
|
-
const n = t === 1, o = n ?
|
|
1061
|
-
return { match:
|
|
1062
|
-
const d =
|
|
1063
|
-
return d && (
|
|
1064
|
-
}), order: 1, parse(l,
|
|
1065
|
-
const g = n ? +l[2] : void 0,
|
|
1057
|
+
const gn = hn(1), Cn = hn(2);
|
|
1058
|
+
function $t(e, t) {
|
|
1059
|
+
const n = t === 1, o = n ? gn : Cn, s = n ? ti : ni, c = n ? Jo : ei;
|
|
1060
|
+
return { match: he(function(l, p) {
|
|
1061
|
+
const d = Yo.exec(p.prevCapture);
|
|
1062
|
+
return d && (p.list || !p.inline && !p.simple) ? o.exec(l = d[1] + l) : null;
|
|
1063
|
+
}), order: 1, parse(l, p, d) {
|
|
1064
|
+
const g = n ? +l[2] : void 0, m = l[0].replace(go, `
|
|
1066
1065
|
`).match(s);
|
|
1067
|
-
let
|
|
1068
|
-
return { items:
|
|
1069
|
-
const a = c.exec(i)[0].length,
|
|
1066
|
+
let y = !1;
|
|
1067
|
+
return { items: m.map(function(i, u) {
|
|
1068
|
+
const a = c.exec(i)[0].length, C = new RegExp("^ {1," + a + "}", "gm"), h = i.replace(C, "").replace(c, ""), x = u === m.length - 1, v = h.indexOf(`
|
|
1070
1069
|
|
|
1071
|
-
`) !== -1 ||
|
|
1072
|
-
|
|
1073
|
-
const
|
|
1074
|
-
let
|
|
1075
|
-
d.list = !0,
|
|
1070
|
+
`) !== -1 || x && y;
|
|
1071
|
+
y = v;
|
|
1072
|
+
const k = d.inline, I = d.list;
|
|
1073
|
+
let T;
|
|
1074
|
+
d.list = !0, v ? (d.inline = !1, T = ke(h) + `
|
|
1076
1075
|
|
|
1077
|
-
`) : (d.inline = !0,
|
|
1078
|
-
const
|
|
1079
|
-
return d.inline =
|
|
1076
|
+
`) : (d.inline = !0, T = ke(h));
|
|
1077
|
+
const $ = p(T, d);
|
|
1078
|
+
return d.inline = k, d.list = I, $;
|
|
1080
1079
|
}), ordered: n, start: g };
|
|
1081
|
-
}, render: (l,
|
|
1082
|
-
return e("li", { key:
|
|
1080
|
+
}, render: (l, p, d) => e(l.ordered ? "ol" : "ul", { key: d.key, start: l.type === b.orderedList ? l.start : void 0 }, l.items.map(function(g, m) {
|
|
1081
|
+
return e("li", { key: m }, p(g, d));
|
|
1083
1082
|
})) };
|
|
1084
1083
|
}
|
|
1085
|
-
const
|
|
1084
|
+
const ri = new RegExp(`^\\[((?:\\[[^\\]]*\\]|[^\\[\\]]|\\](?=[^\\[]*\\]))*)\\]\\(\\s*<?((?:\\([^)]*\\)|[^\\s\\\\]|\\\\.)*?)>?(?:\\s+['"]([\\s\\S]*?)['"])?\\s*\\)`), oi = /^!\[(.*?)\]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/, fn = [Jt, en, tn, nn, on, rn, an, gn, Cn], ii = [...fn, /^[^\n]+(?: \n|\n{2,})/, Ye, sn, Je];
|
|
1086
1085
|
function ke(e) {
|
|
1087
1086
|
let t = e.length;
|
|
1088
1087
|
for (; t > 0 && e[t - 1] <= " "; ) t--;
|
|
@@ -1091,45 +1090,45 @@ function ke(e) {
|
|
|
1091
1090
|
function be(e) {
|
|
1092
1091
|
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();
|
|
1093
1092
|
}
|
|
1094
|
-
function
|
|
1095
|
-
return
|
|
1093
|
+
function si(e) {
|
|
1094
|
+
return Wo.test(e) ? "right" : qo.test(e) ? "center" : zo.test(e) ? "left" : null;
|
|
1096
1095
|
}
|
|
1097
1096
|
function Tt(e, t, n, o) {
|
|
1098
1097
|
const s = n.inTable;
|
|
1099
1098
|
n.inTable = !0;
|
|
1100
1099
|
let c = [[]], l = "";
|
|
1101
|
-
function
|
|
1100
|
+
function p() {
|
|
1102
1101
|
if (!l) return;
|
|
1103
1102
|
const d = c[c.length - 1];
|
|
1104
1103
|
d.push.apply(d, t(l, n)), l = "";
|
|
1105
1104
|
}
|
|
1106
|
-
return e.trim().split(/(`[^`]*`|\\\||\|)/).filter(Boolean).forEach((d, g,
|
|
1107
|
-
d.trim() === "|" && (
|
|
1108
|
-
}),
|
|
1105
|
+
return e.trim().split(/(`[^`]*`|\\\||\|)/).filter(Boolean).forEach((d, g, m) => {
|
|
1106
|
+
d.trim() === "|" && (p(), o) ? g !== 0 && g !== m.length - 1 && c.push([]) : l += d;
|
|
1107
|
+
}), p(), n.inTable = s, c;
|
|
1109
1108
|
}
|
|
1110
|
-
function
|
|
1109
|
+
function ai(e, t, n) {
|
|
1111
1110
|
n.inline = !0;
|
|
1112
|
-
const o = e[2] ? e[2].replace(
|
|
1111
|
+
const o = e[2] ? e[2].replace(Do, "").split("|").map(si) : [], s = e[3] ? function(l, p, d) {
|
|
1113
1112
|
return l.trim().split(`
|
|
1114
1113
|
`).map(function(g) {
|
|
1115
|
-
return Tt(g,
|
|
1114
|
+
return Tt(g, p, d, !0);
|
|
1116
1115
|
});
|
|
1117
1116
|
}(e[3], t, n) : [], c = Tt(e[1], t, n, !!s.length);
|
|
1118
|
-
return n.inline = !1, s.length ? { align: o, cells: s, header: c, type:
|
|
1117
|
+
return n.inline = !1, s.length ? { align: o, cells: s, header: c, type: b.table } : { children: c, type: b.paragraph };
|
|
1119
1118
|
}
|
|
1120
1119
|
function Rt(e, t) {
|
|
1121
1120
|
return e.align[t] == null ? {} : { textAlign: e.align[t] };
|
|
1122
1121
|
}
|
|
1123
|
-
function
|
|
1122
|
+
function he(e) {
|
|
1124
1123
|
return e.inline = 1, e;
|
|
1125
1124
|
}
|
|
1126
1125
|
function ie(e) {
|
|
1127
|
-
return
|
|
1126
|
+
return he(function(t, n) {
|
|
1128
1127
|
return n.inline ? e.exec(t) : null;
|
|
1129
1128
|
});
|
|
1130
1129
|
}
|
|
1131
1130
|
function se(e) {
|
|
1132
|
-
return
|
|
1131
|
+
return he(function(t, n) {
|
|
1133
1132
|
return n.inline || n.simple ? e.exec(t) : null;
|
|
1134
1133
|
});
|
|
1135
1134
|
}
|
|
@@ -1139,31 +1138,31 @@ function ee(e) {
|
|
|
1139
1138
|
};
|
|
1140
1139
|
}
|
|
1141
1140
|
function ye(e) {
|
|
1142
|
-
return
|
|
1141
|
+
return he(function(t) {
|
|
1143
1142
|
return e.exec(t);
|
|
1144
1143
|
});
|
|
1145
1144
|
}
|
|
1146
|
-
function
|
|
1145
|
+
function li(e, t) {
|
|
1147
1146
|
if (t.inline || t.simple) return null;
|
|
1148
1147
|
let n = "";
|
|
1149
1148
|
e.split(`
|
|
1150
1149
|
`).every((s) => (s += `
|
|
1151
|
-
`, !
|
|
1150
|
+
`, !fn.some((c) => c.test(s)) && (n += s, !!s.trim())));
|
|
1152
1151
|
const o = ke(n);
|
|
1153
1152
|
return o == "" ? null : [n, , o];
|
|
1154
1153
|
}
|
|
1155
|
-
const
|
|
1156
|
-
function
|
|
1154
|
+
const ci = /(javascript|vbscript|data(?!:image)):/i;
|
|
1155
|
+
function di(e) {
|
|
1157
1156
|
try {
|
|
1158
1157
|
const t = decodeURIComponent(e).replace(/[^A-Za-z0-9/:]/g, "");
|
|
1159
|
-
if (
|
|
1158
|
+
if (ci.test(t)) return null;
|
|
1160
1159
|
} catch (t) {
|
|
1161
1160
|
return null;
|
|
1162
1161
|
}
|
|
1163
1162
|
return e;
|
|
1164
1163
|
}
|
|
1165
1164
|
function Lt(e) {
|
|
1166
|
-
return e.replace(
|
|
1165
|
+
return e.replace(Xo, "$1");
|
|
1167
1166
|
}
|
|
1168
1167
|
function Pe(e, t, n) {
|
|
1169
1168
|
const o = n.inline || !1, s = n.simple || !1;
|
|
@@ -1171,7 +1170,7 @@ function Pe(e, t, n) {
|
|
|
1171
1170
|
const c = e(t, n);
|
|
1172
1171
|
return n.inline = o, n.simple = s, c;
|
|
1173
1172
|
}
|
|
1174
|
-
function
|
|
1173
|
+
function ui(e, t, n) {
|
|
1175
1174
|
const o = n.inline || !1, s = n.simple || !1;
|
|
1176
1175
|
n.inline = !1, n.simple = !0;
|
|
1177
1176
|
const c = e(t, n);
|
|
@@ -1183,193 +1182,193 @@ function pi(e, t, n) {
|
|
|
1183
1182
|
const s = e(t, n);
|
|
1184
1183
|
return n.inline = o, s;
|
|
1185
1184
|
}
|
|
1186
|
-
const
|
|
1187
|
-
function
|
|
1185
|
+
const je = (e, t, n) => ({ children: Pe(t, e[2], n) });
|
|
1186
|
+
function Ge() {
|
|
1188
1187
|
return {};
|
|
1189
1188
|
}
|
|
1190
1189
|
function Ve() {
|
|
1191
1190
|
return null;
|
|
1192
1191
|
}
|
|
1193
|
-
function
|
|
1192
|
+
function hi(...e) {
|
|
1194
1193
|
return e.filter(Boolean).join(" ");
|
|
1195
1194
|
}
|
|
1196
|
-
function
|
|
1195
|
+
function Ue(e, t, n) {
|
|
1197
1196
|
let o = e;
|
|
1198
1197
|
const s = t.split(".");
|
|
1199
1198
|
for (; s.length && (o = o[s[0]], o !== void 0); ) s.shift();
|
|
1200
1199
|
return o || n;
|
|
1201
1200
|
}
|
|
1202
|
-
function
|
|
1201
|
+
function gi(e = "", t = {}) {
|
|
1203
1202
|
function n(i, u, ...a) {
|
|
1204
|
-
const
|
|
1205
|
-
return t.createElement(function(
|
|
1206
|
-
const
|
|
1207
|
-
return
|
|
1208
|
-
}(i, t.overrides), ce({}, u,
|
|
1203
|
+
const C = Ue(t.overrides, `${i}.props`, {});
|
|
1204
|
+
return t.createElement(function(h, x) {
|
|
1205
|
+
const v = Ue(x, h);
|
|
1206
|
+
return v ? typeof v == "function" || typeof v == "object" && "render" in v ? v : Ue(x, `${h}.component`, h) : h;
|
|
1207
|
+
}(i, t.overrides), ce({}, u, C, { className: hi(u == null ? void 0 : u.className, C.className) || void 0 }), ...a);
|
|
1209
1208
|
}
|
|
1210
1209
|
function o(i) {
|
|
1211
1210
|
i = i.replace(Mo, "");
|
|
1212
1211
|
let u = !1;
|
|
1213
|
-
t.forceInline ? u = !0 : t.forceBlock || (u =
|
|
1214
|
-
const a = g(d(u ? i : `${ke(i).replace(
|
|
1212
|
+
t.forceInline ? u = !0 : t.forceBlock || (u = Oo.test(i) === !1);
|
|
1213
|
+
const a = g(d(u ? i : `${ke(i).replace(Qo, "")}
|
|
1215
1214
|
|
|
1216
1215
|
`, { inline: u }));
|
|
1217
1216
|
for (; typeof a[a.length - 1] == "string" && !a[a.length - 1].trim(); ) a.pop();
|
|
1218
1217
|
if (t.wrapper === null) return a;
|
|
1219
|
-
const
|
|
1220
|
-
let
|
|
1221
|
-
if (a.length > 1 || t.forceWrapper)
|
|
1218
|
+
const C = t.wrapper || (u ? "span" : "div");
|
|
1219
|
+
let h;
|
|
1220
|
+
if (a.length > 1 || t.forceWrapper) h = a;
|
|
1222
1221
|
else {
|
|
1223
|
-
if (a.length === 1) return
|
|
1224
|
-
|
|
1222
|
+
if (a.length === 1) return h = a[0], typeof h == "string" ? n("span", { key: "outer" }, h) : h;
|
|
1223
|
+
h = null;
|
|
1225
1224
|
}
|
|
1226
|
-
return t.createElement(
|
|
1225
|
+
return t.createElement(C, { key: "outer" }, h);
|
|
1227
1226
|
}
|
|
1228
1227
|
function s(i, u) {
|
|
1229
1228
|
const a = u.match(po);
|
|
1230
|
-
return a ? a.reduce(function(
|
|
1231
|
-
const
|
|
1232
|
-
if (
|
|
1233
|
-
const
|
|
1234
|
-
return
|
|
1229
|
+
return a ? a.reduce(function(C, h) {
|
|
1230
|
+
const x = h.indexOf("=");
|
|
1231
|
+
if (x !== -1) {
|
|
1232
|
+
const v = function($) {
|
|
1233
|
+
return $.indexOf("-") !== -1 && $.match(Ro) === null && ($ = $.replace(Po, function(E, B) {
|
|
1235
1234
|
return B.toUpperCase();
|
|
1236
|
-
})),
|
|
1237
|
-
}(
|
|
1238
|
-
const
|
|
1239
|
-
return (
|
|
1240
|
-
}(
|
|
1241
|
-
if (
|
|
1242
|
-
const
|
|
1243
|
-
return
|
|
1235
|
+
})), $;
|
|
1236
|
+
}(h.slice(0, x)).trim(), k = function($) {
|
|
1237
|
+
const E = $[0];
|
|
1238
|
+
return (E === '"' || E === "'") && $.length >= 2 && $[$.length - 1] === E ? $.slice(1, -1) : $;
|
|
1239
|
+
}(h.slice(x + 1).trim()), I = wt[v] || v;
|
|
1240
|
+
if (I === "ref") return C;
|
|
1241
|
+
const T = C[I] = function($, E, B, le) {
|
|
1242
|
+
return E === "style" ? function(U) {
|
|
1244
1243
|
const Z = [];
|
|
1245
|
-
let
|
|
1246
|
-
if (!
|
|
1247
|
-
for (let G = 0; G <
|
|
1248
|
-
const z =
|
|
1249
|
-
if (z !== '"' && z !== "'" ||
|
|
1244
|
+
let _ = "", Q = !1, D = !1, J = "";
|
|
1245
|
+
if (!U) return Z;
|
|
1246
|
+
for (let G = 0; G < U.length; G++) {
|
|
1247
|
+
const z = U[G];
|
|
1248
|
+
if (z !== '"' && z !== "'" || Q || (D ? z === J && (D = !1, J = "") : (D = !0, J = z)), z === "(" && _.endsWith("url") ? Q = !0 : z === ")" && Q && (Q = !1), z !== ";" || D || Q) _ += z;
|
|
1250
1249
|
else {
|
|
1251
|
-
const
|
|
1252
|
-
if (
|
|
1253
|
-
const re =
|
|
1250
|
+
const V = _.trim();
|
|
1251
|
+
if (V) {
|
|
1252
|
+
const re = V.indexOf(":");
|
|
1254
1253
|
if (re > 0) {
|
|
1255
|
-
const
|
|
1256
|
-
Z.push([
|
|
1254
|
+
const Ce = V.slice(0, re).trim(), de = V.slice(re + 1).trim();
|
|
1255
|
+
Z.push([Ce, de]);
|
|
1257
1256
|
}
|
|
1258
1257
|
}
|
|
1259
|
-
|
|
1258
|
+
_ = "";
|
|
1260
1259
|
}
|
|
1261
1260
|
}
|
|
1262
|
-
const P =
|
|
1261
|
+
const P = _.trim();
|
|
1263
1262
|
if (P) {
|
|
1264
1263
|
const G = P.indexOf(":");
|
|
1265
1264
|
if (G > 0) {
|
|
1266
|
-
const z = P.slice(0, G).trim(),
|
|
1267
|
-
Z.push([z,
|
|
1265
|
+
const z = P.slice(0, G).trim(), V = P.slice(G + 1).trim();
|
|
1266
|
+
Z.push([z, V]);
|
|
1268
1267
|
}
|
|
1269
1268
|
}
|
|
1270
1269
|
return Z;
|
|
1271
|
-
}(B).reduce(function(
|
|
1272
|
-
return
|
|
1273
|
-
}, {}) :
|
|
1274
|
-
}(i,
|
|
1275
|
-
typeof
|
|
1276
|
-
} else
|
|
1277
|
-
return
|
|
1270
|
+
}(B).reduce(function(U, [Z, _]) {
|
|
1271
|
+
return U[Z.replace(/(-[a-z])/g, (Q) => Q[1].toUpperCase())] = le(_, $, Z), U;
|
|
1272
|
+
}, {}) : uo.indexOf(E) !== -1 ? le(B, $, E) : (B.match(Lo) && (B = B.slice(1, B.length - 1)), B === "true" || B !== "false" && B);
|
|
1273
|
+
}(i, v, k, t.sanitizer);
|
|
1274
|
+
typeof T == "string" && (Ye.test(T) || Je.test(T)) && (C[I] = o(T.trim()));
|
|
1275
|
+
} else h !== "style" && (C[wt[h] || h] = !0);
|
|
1276
|
+
return C;
|
|
1278
1277
|
}, {}) : null;
|
|
1279
1278
|
}
|
|
1280
|
-
t.overrides = t.overrides || {}, t.sanitizer = t.sanitizer ||
|
|
1281
|
-
const c = [], l = {},
|
|
1282
|
-
const [,
|
|
1283
|
-
return { alert:
|
|
1279
|
+
t.overrides = t.overrides || {}, t.sanitizer = t.sanitizer || di, t.slugify = t.slugify || be, t.namedCodesToUnicode = t.namedCodesToUnicode ? ce({}, St, t.namedCodesToUnicode) : St, t.createElement = t.createElement || Y.createElement;
|
|
1280
|
+
const c = [], l = {}, p = { [b.blockQuote]: { match: ee(Jt), order: 1, parse(i, u, a) {
|
|
1281
|
+
const [, C, h] = i[0].replace(Co, "").match(fo);
|
|
1282
|
+
return { alert: C, children: u(h, a) };
|
|
1284
1283
|
}, render(i, u, a) {
|
|
1285
|
-
const
|
|
1286
|
-
return i.alert && (
|
|
1287
|
-
} }, [
|
|
1288
|
-
const [,
|
|
1289
|
-
var
|
|
1290
|
-
const
|
|
1291
|
-
return a.inAnchor = a.inAnchor ||
|
|
1292
|
-
}, render: (i, u, a) => n(i.tag, ce({ key: a.key }, i.attrs), i.text || (i.children ? u(i.children, a) : "")) }, [
|
|
1284
|
+
const C = { key: a.key };
|
|
1285
|
+
return i.alert && (C.className = "markdown-alert-" + t.slugify(i.alert.toLowerCase(), be), i.children.unshift({ attrs: {}, children: [{ type: b.text, text: i.alert }], noInnerParse: !0, type: b.htmlBlock, tag: "header" })), n("blockquote", C, u(i.children, a));
|
|
1286
|
+
} }, [b.breakLine]: { match: ye(mo), order: 1, parse: Ge, render: (i, u, a) => n("br", { key: a.key }) }, [b.breakThematic]: { match: ee(bo), order: 1, parse: Ge, render: (i, u, a) => n("hr", { key: a.key }) }, [b.codeBlock]: { match: ee(tn), order: 0, parse: (i) => ({ lang: void 0, text: ke(i[0].replace(/^ {4}/gm, "")).replace(Mt, "$1") }), render: (i, u, a) => n("pre", { key: a.key }, n("code", ce({}, i.attrs, { className: i.lang ? `lang-${i.lang}` : "" }), i.text)) }, [b.codeFenced]: { match: ee(en), order: 0, parse: (i) => ({ attrs: s("code", i[3] || ""), lang: i[2] || void 0, text: i[4], type: b.codeBlock }) }, [b.codeInline]: { match: se(yo), order: 3, parse: (i) => ({ text: i[2].replace(Mt, "$1") }), render: (i, u, a) => n("code", { key: a.key }, i.text) }, [b.footnote]: { match: ee(ko), order: 0, parse: (i) => (c.push({ footnote: i[2], identifier: i[1] }), {}), render: Ve }, [b.footnoteReference]: { match: ie(wo), order: 1, parse: (i) => ({ target: `#${t.slugify(i[1], be)}`, text: i[1] }), render: (i, u, a) => n("a", { key: a.key, href: t.sanitizer(i.target, "a", "href") }, n("sup", { key: a.key }, i.text)) }, [b.gfmTask]: { match: ie($o), order: 1, parse: (i) => ({ completed: i[1].toLowerCase() === "x" }), render: (i, u, a) => n("input", { checked: i.completed, key: a.key, readOnly: !0, type: "checkbox" }) }, [b.heading]: { match: ee(t.enforceAtxHeadings ? rn : nn), order: 1, parse: (i, u, a) => ({ children: Pe(u, i[2], a), id: t.slugify(i[2], be), level: i[1].length }), render: (i, u, a) => n(`h${i.level}`, { id: i.id, key: a.key }, u(i.children, a)) }, [b.headingSetext]: { match: ee(on), order: 0, parse: (i, u, a) => ({ children: Pe(u, i[1], a), level: i[2] === "=" ? 1 : 2, type: b.heading }) }, [b.htmlBlock]: { match: ye(Ye), order: 1, parse(i, u, a) {
|
|
1287
|
+
const [, C] = i[3].match(Ko), h = new RegExp(`^${C}`, "gm"), x = i[3].replace(h, ""), v = (k = x, ii.some((B) => B.test(k)) ? pi : Pe);
|
|
1288
|
+
var k;
|
|
1289
|
+
const I = i[1].toLowerCase(), T = co.indexOf(I) !== -1, $ = (T ? I : i[1]).trim(), E = { attrs: s($, i[2]), noInnerParse: T, tag: $ };
|
|
1290
|
+
return a.inAnchor = a.inAnchor || I === "a", T ? E.text = i[3] : E.children = v(u, x, a), a.inAnchor = !1, E;
|
|
1291
|
+
}, render: (i, u, a) => n(i.tag, ce({ key: a.key }, i.attrs), i.text || (i.children ? u(i.children, a) : "")) }, [b.htmlSelfClosing]: { match: ye(Je), order: 1, parse(i) {
|
|
1293
1292
|
const u = i[1].trim();
|
|
1294
1293
|
return { attrs: s(u, i[2] || ""), tag: u };
|
|
1295
|
-
}, render: (i, u, a) => n(i.tag, ce({}, i.attrs, { key: a.key })) }, [
|
|
1294
|
+
}, render: (i, u, a) => n(i.tag, ce({}, i.attrs, { key: a.key })) }, [b.htmlComment]: { match: ye(sn), order: 1, parse: () => ({}), render: Ve }, [b.image]: { match: se(oi), order: 1, parse: (i) => ({ alt: i[1], target: Lt(i[2]), title: i[3] }), render: (i, u, a) => n("img", { key: a.key, alt: i.alt || void 0, title: i.title || void 0, src: t.sanitizer(i.target, "img", "src") }) }, [b.link]: { match: ie(ri), order: 3, parse: (i, u, a) => ({ children: ui(u, i[1], a), target: Lt(i[2]), title: i[3] }), render: (i, u, a) => n("a", { key: a.key, href: t.sanitizer(i.target, "a", "href"), title: i.title }, u(i.children, a)) }, [b.linkAngleBraceStyleDetector]: { match: ie(No), order: 0, parse: (i) => ({ children: [{ text: i[1], type: b.text }], target: i[1], type: b.link }) }, [b.linkBareUrlDetector]: { match: he((i, u) => u.inAnchor || t.disableAutoLink ? null : ie(Io)(i, u)), order: 0, parse: (i) => ({ children: [{ text: i[1], type: b.text }], target: i[1], title: void 0, type: b.link }) }, [b.linkMailtoDetector]: { match: ie(Eo), order: 0, parse(i) {
|
|
1296
1295
|
let u = i[1], a = i[1];
|
|
1297
|
-
return
|
|
1298
|
-
} }, [
|
|
1299
|
-
` }, [
|
|
1300
|
-
const
|
|
1301
|
-
return n("table", { key: a.key }, n("thead", null, n("tr", null,
|
|
1302
|
-
return n("th", { key:
|
|
1303
|
-
}))), n("tbody", null,
|
|
1304
|
-
return n("tr", { key:
|
|
1305
|
-
return n("td", { key:
|
|
1296
|
+
return ho.test(a) || (a = "mailto:" + a), { children: [{ text: u.replace("mailto:", ""), type: b.text }], target: a, type: b.link };
|
|
1297
|
+
} }, [b.orderedList]: $t(n, 1), [b.unorderedList]: $t(n, 2), [b.newlineCoalescer]: { match: ee(xo), order: 3, parse: Ge, render: () => `
|
|
1298
|
+
` }, [b.paragraph]: { match: he(li), order: 3, parse: je, render: (i, u, a) => n("p", { key: a.key }, u(i.children, a)) }, [b.ref]: { match: ie(Ho), order: 0, parse: (i) => (l[i[1]] = { target: i[2], title: i[4] }, {}), render: Ve }, [b.refImage]: { match: se(Bo), order: 0, parse: (i) => ({ alt: i[1] || void 0, ref: i[2] }), render: (i, u, a) => l[i.ref] ? n("img", { key: a.key, alt: i.alt, src: t.sanitizer(l[i.ref].target, "img", "src"), title: l[i.ref].title }) : null }, [b.refLink]: { match: ie(Fo), order: 0, parse: (i, u, a) => ({ children: u(i[1], a), fallbackChildren: i[0], ref: i[2] }), render: (i, u, a) => l[i.ref] ? n("a", { key: a.key, href: t.sanitizer(l[i.ref].target, "a", "href"), title: l[i.ref].title }, u(i.children, a)) : n("span", { key: a.key }, i.fallbackChildren) }, [b.table]: { match: ee(an), order: 1, parse: ai, render(i, u, a) {
|
|
1299
|
+
const C = i;
|
|
1300
|
+
return n("table", { key: a.key }, n("thead", null, n("tr", null, C.header.map(function(h, x) {
|
|
1301
|
+
return n("th", { key: x, style: Rt(C, x) }, u(h, a));
|
|
1302
|
+
}))), n("tbody", null, C.cells.map(function(h, x) {
|
|
1303
|
+
return n("tr", { key: x }, h.map(function(v, k) {
|
|
1304
|
+
return n("td", { key: k, style: Rt(C, k) }, u(v, a));
|
|
1306
1305
|
}));
|
|
1307
1306
|
})));
|
|
1308
|
-
} }, [
|
|
1309
|
-
t.disableParsingRawHTML === !0 && (delete
|
|
1307
|
+
} }, [b.text]: { match: ye(_o), order: 4, parse: (i) => ({ text: i[0].replace(To, (u, a) => t.namedCodesToUnicode[a] ? t.namedCodesToUnicode[a] : u) }), render: (i) => i.text }, [b.textBolded]: { match: se(Zo), order: 2, parse: (i, u, a) => ({ children: u(i[2], a) }), render: (i, u, a) => n("strong", { key: a.key }, u(i.children, a)) }, [b.textEmphasized]: { match: se(jo), order: 3, parse: (i, u, a) => ({ children: u(i[2], a) }), render: (i, u, a) => n("em", { key: a.key }, u(i.children, a)) }, [b.textEscaped]: { match: se(Uo), order: 1, parse: (i) => ({ text: i[1], type: b.text }) }, [b.textMarked]: { match: se(Go), order: 3, parse: je, render: (i, u, a) => n("mark", { key: a.key }, u(i.children, a)) }, [b.textStrikethroughed]: { match: se(Vo), order: 3, parse: je, render: (i, u, a) => n("del", { key: a.key }, u(i.children, a)) } };
|
|
1308
|
+
t.disableParsingRawHTML === !0 && (delete p[b.htmlBlock], delete p[b.htmlSelfClosing]);
|
|
1310
1309
|
const d = function(i) {
|
|
1311
1310
|
let u = Object.keys(i);
|
|
1312
|
-
function a(
|
|
1313
|
-
let
|
|
1314
|
-
for (
|
|
1315
|
-
let
|
|
1316
|
-
for (;
|
|
1317
|
-
if (
|
|
1318
|
-
|
|
1311
|
+
function a(C, h) {
|
|
1312
|
+
let x, v, k = [], I = "", T = "";
|
|
1313
|
+
for (h.prevCapture = h.prevCapture || ""; C; ) {
|
|
1314
|
+
let $ = 0;
|
|
1315
|
+
for (; $ < u.length; ) {
|
|
1316
|
+
if (I = u[$], x = i[I], h.inline && !x.match.inline) {
|
|
1317
|
+
$++;
|
|
1319
1318
|
continue;
|
|
1320
1319
|
}
|
|
1321
|
-
const
|
|
1322
|
-
if (
|
|
1323
|
-
|
|
1320
|
+
const E = x.match(C, h);
|
|
1321
|
+
if (E) {
|
|
1322
|
+
T = E[0], h.prevCapture += T, C = C.substring(T.length), v = x.parse(E, a, h), v.type == null && (v.type = I), k.push(v);
|
|
1324
1323
|
break;
|
|
1325
1324
|
}
|
|
1326
|
-
|
|
1325
|
+
$++;
|
|
1327
1326
|
}
|
|
1328
1327
|
}
|
|
1329
|
-
return
|
|
1328
|
+
return h.prevCapture = "", k;
|
|
1330
1329
|
}
|
|
1331
|
-
return u.sort(function(
|
|
1332
|
-
let
|
|
1333
|
-
return
|
|
1334
|
-
}), function(
|
|
1335
|
-
return a(function(
|
|
1336
|
-
return
|
|
1337
|
-
`).replace(
|
|
1338
|
-
}(
|
|
1330
|
+
return u.sort(function(C, h) {
|
|
1331
|
+
let x = i[C].order, v = i[h].order;
|
|
1332
|
+
return x !== v ? x - v : C < h ? -1 : 1;
|
|
1333
|
+
}), function(C, h) {
|
|
1334
|
+
return a(function(x) {
|
|
1335
|
+
return x.replace(vo, `
|
|
1336
|
+
`).replace(So, "").replace(Ao, " ");
|
|
1337
|
+
}(C), h);
|
|
1339
1338
|
};
|
|
1340
|
-
}(
|
|
1341
|
-
return function(a,
|
|
1342
|
-
const
|
|
1343
|
-
return u ? u(() =>
|
|
1339
|
+
}(p), g = (m = /* @__PURE__ */ function(i, u) {
|
|
1340
|
+
return function(a, C, h) {
|
|
1341
|
+
const x = i[a.type].render;
|
|
1342
|
+
return u ? u(() => x(a, C, h), a, C, h) : x(a, C, h);
|
|
1344
1343
|
};
|
|
1345
|
-
}(
|
|
1344
|
+
}(p, t.renderRule), function i(u, a = {}) {
|
|
1346
1345
|
if (Array.isArray(u)) {
|
|
1347
|
-
const
|
|
1348
|
-
let
|
|
1349
|
-
for (let
|
|
1350
|
-
a.key =
|
|
1351
|
-
const
|
|
1352
|
-
|
|
1346
|
+
const C = a.key, h = [];
|
|
1347
|
+
let x = !1;
|
|
1348
|
+
for (let v = 0; v < u.length; v++) {
|
|
1349
|
+
a.key = v;
|
|
1350
|
+
const k = i(u[v], a), I = typeof k == "string";
|
|
1351
|
+
I && x ? h[h.length - 1] += k : k !== null && h.push(k), x = I;
|
|
1353
1352
|
}
|
|
1354
|
-
return a.key =
|
|
1353
|
+
return a.key = C, h;
|
|
1355
1354
|
}
|
|
1356
|
-
return
|
|
1355
|
+
return m(u, i, a);
|
|
1357
1356
|
});
|
|
1358
|
-
var
|
|
1359
|
-
const
|
|
1360
|
-
return c.length ? n("div", null,
|
|
1357
|
+
var m;
|
|
1358
|
+
const y = o(e);
|
|
1359
|
+
return c.length ? n("div", null, y, n("footer", { key: "footer" }, c.map(function(i) {
|
|
1361
1360
|
return n("div", { id: t.slugify(i.identifier, be), key: i.identifier }, i.identifier, g(d(i.footnote, { inline: !0 })));
|
|
1362
|
-
}))) :
|
|
1361
|
+
}))) : y;
|
|
1363
1362
|
}
|
|
1364
1363
|
const Ci = (e) => {
|
|
1365
1364
|
let { children: t = "", options: n } = e, o = function(s, c) {
|
|
1366
1365
|
if (s == null) return {};
|
|
1367
|
-
var l,
|
|
1368
|
-
for (
|
|
1366
|
+
var l, p, d = {}, g = Object.keys(s);
|
|
1367
|
+
for (p = 0; p < g.length; p++) c.indexOf(l = g[p]) >= 0 || (d[l] = s[l]);
|
|
1369
1368
|
return d;
|
|
1370
|
-
}(e,
|
|
1371
|
-
return Y.cloneElement(
|
|
1372
|
-
},
|
|
1369
|
+
}(e, lo);
|
|
1370
|
+
return Y.cloneElement(gi(t, n), o);
|
|
1371
|
+
}, fi = w.div`
|
|
1373
1372
|
display: flex;
|
|
1374
1373
|
|
|
1375
1374
|
${({ align: e }) => e === "right" ? q`
|
|
@@ -1377,7 +1376,7 @@ const Ci = (e) => {
|
|
|
1377
1376
|
` : q`
|
|
1378
1377
|
justify-content: flex-start;
|
|
1379
1378
|
`}
|
|
1380
|
-
`,
|
|
1379
|
+
`, mn = w.div`
|
|
1381
1380
|
font-size: inherit;
|
|
1382
1381
|
line-height: inherit;
|
|
1383
1382
|
padding-top: 8.5px;
|
|
@@ -1404,13 +1403,13 @@ const Ci = (e) => {
|
|
|
1404
1403
|
background-color: ${({ theme: e, align: t }) => t === "right" ? e.aiChat.userMessages.backgroundColor : e.aiChat.systemMessages.backgroundColor};
|
|
1405
1404
|
`, ae = ({ align: e, children: t }) => {
|
|
1406
1405
|
const { themeSettings: n } = R();
|
|
1407
|
-
return /* @__PURE__ */ r(
|
|
1406
|
+
return /* @__PURE__ */ r(fi, { theme: n, align: e, children: /* @__PURE__ */ r(mn, { theme: n, align: e, children: typeof t == "string" ? /* @__PURE__ */ r(Ci, { children: t }) : t }) });
|
|
1408
1407
|
};
|
|
1409
|
-
function
|
|
1408
|
+
function mi() {
|
|
1410
1409
|
const { welcomeText: e } = ne();
|
|
1411
1410
|
return e === !1 ? null : /* @__PURE__ */ r(ae, { align: "left", children: e });
|
|
1412
1411
|
}
|
|
1413
|
-
const
|
|
1412
|
+
const bi = w.div`
|
|
1414
1413
|
display: flex;
|
|
1415
1414
|
|
|
1416
1415
|
${({ align: e }) => e === "right" ? q`
|
|
@@ -1418,7 +1417,7 @@ const yi = w.div`
|
|
|
1418
1417
|
` : q`
|
|
1419
1418
|
justify-content: flex-start;
|
|
1420
1419
|
`}
|
|
1421
|
-
`,
|
|
1420
|
+
`, yi = w.button`
|
|
1422
1421
|
font-family: inherit;
|
|
1423
1422
|
font-size: inherit;
|
|
1424
1423
|
line-height: inherit;
|
|
@@ -1471,7 +1470,7 @@ const yi = w.div`
|
|
|
1471
1470
|
return "";
|
|
1472
1471
|
}}
|
|
1473
1472
|
`;
|
|
1474
|
-
function
|
|
1473
|
+
function Be({
|
|
1475
1474
|
children: e,
|
|
1476
1475
|
align: t,
|
|
1477
1476
|
onClick: n,
|
|
@@ -1480,8 +1479,8 @@ function Fe({
|
|
|
1480
1479
|
accessibleName: c
|
|
1481
1480
|
}) {
|
|
1482
1481
|
const { themeSettings: l } = R();
|
|
1483
|
-
return /* @__PURE__ */ r(
|
|
1484
|
-
|
|
1482
|
+
return /* @__PURE__ */ r(bi, { align: t, children: /* @__PURE__ */ r(
|
|
1483
|
+
yi,
|
|
1485
1484
|
{
|
|
1486
1485
|
"aria-label": c,
|
|
1487
1486
|
theme: l,
|
|
@@ -1493,18 +1492,18 @@ function Fe({
|
|
|
1493
1492
|
}
|
|
1494
1493
|
) });
|
|
1495
1494
|
}
|
|
1496
|
-
function
|
|
1495
|
+
function xi({ onCancel: e, onConfirm: t }) {
|
|
1497
1496
|
const { t: n } = N();
|
|
1498
1497
|
return /* @__PURE__ */ S(j, { children: [
|
|
1499
1498
|
/* @__PURE__ */ r(ae, { align: "left", children: n("ai.clearHistoryPrompt") }),
|
|
1500
1499
|
/* @__PURE__ */ S("div", { className: "csdk-flex csdk-gap-x-2", children: [
|
|
1501
|
-
/* @__PURE__ */ r(
|
|
1502
|
-
/* @__PURE__ */ r(
|
|
1500
|
+
/* @__PURE__ */ r(Be, { align: "right", onClick: t, accessibleName: "confirm clear chat", children: /* @__PURE__ */ r("div", { className: "csdk-py-[6px] csdk-px-[20px]", children: n("ai.buttons.yes") }) }),
|
|
1501
|
+
/* @__PURE__ */ r(Be, { align: "right", onClick: e, accessibleName: "cancel clear chat", children: /* @__PURE__ */ r("div", { className: "csdk-py-[6px] csdk-px-[20px]", children: n("ai.buttons.no") }) })
|
|
1503
1502
|
] })
|
|
1504
1503
|
] });
|
|
1505
1504
|
}
|
|
1506
|
-
var
|
|
1507
|
-
function
|
|
1505
|
+
var vi = On("toLowerCase");
|
|
1506
|
+
function ki() {
|
|
1508
1507
|
const { themeSettings: e } = R();
|
|
1509
1508
|
return /* @__PURE__ */ r("svg", { width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ r(
|
|
1510
1509
|
"path",
|
|
@@ -1516,32 +1515,32 @@ function wi() {
|
|
|
1516
1515
|
}
|
|
1517
1516
|
) });
|
|
1518
1517
|
}
|
|
1519
|
-
function
|
|
1518
|
+
function wi({ onClick: e }) {
|
|
1520
1519
|
const { t } = N();
|
|
1521
|
-
return /* @__PURE__ */ r(
|
|
1520
|
+
return /* @__PURE__ */ r(Be, { align: "left", onClick: e, children: /* @__PURE__ */ S(
|
|
1522
1521
|
"div",
|
|
1523
1522
|
{
|
|
1524
1523
|
className: "csdk-py-[5px] csdk-px-2 csdk-flex csdk-items-center csdk-gap-x-1 csdk-select-none",
|
|
1525
1524
|
children: [
|
|
1526
|
-
/* @__PURE__ */ r(
|
|
1525
|
+
/* @__PURE__ */ r(ki, {}),
|
|
1527
1526
|
t("ai.buttons.insights")
|
|
1528
1527
|
]
|
|
1529
1528
|
}
|
|
1530
1529
|
) });
|
|
1531
1530
|
}
|
|
1532
|
-
function
|
|
1531
|
+
function Si(e) {
|
|
1533
1532
|
return Dn("MuiDialog", e);
|
|
1534
1533
|
}
|
|
1535
|
-
const _e = An("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]),
|
|
1536
|
-
process.env.NODE_ENV !== "production" && (
|
|
1537
|
-
const Mi =
|
|
1534
|
+
const _e = An("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), bn = /* @__PURE__ */ Y.createContext({});
|
|
1535
|
+
process.env.NODE_ENV !== "production" && (bn.displayName = "DialogContext");
|
|
1536
|
+
const Mi = Fe(qn, {
|
|
1538
1537
|
name: "MuiDialog",
|
|
1539
1538
|
slot: "Backdrop",
|
|
1540
1539
|
overrides: (e, t) => t.backdrop
|
|
1541
1540
|
})({
|
|
1542
1541
|
// Improve scrollable dialog support.
|
|
1543
1542
|
zIndex: -1
|
|
1544
|
-
}),
|
|
1543
|
+
}), $i = (e) => {
|
|
1545
1544
|
const {
|
|
1546
1545
|
classes: t,
|
|
1547
1546
|
scroll: n,
|
|
@@ -1550,11 +1549,11 @@ const Mi = Oe(qn, {
|
|
|
1550
1549
|
fullScreen: c
|
|
1551
1550
|
} = e, l = {
|
|
1552
1551
|
root: ["root"],
|
|
1553
|
-
container: ["container", `scroll${
|
|
1554
|
-
paper: ["paper", `paperScroll${
|
|
1552
|
+
container: ["container", `scroll${pe(n)}`],
|
|
1553
|
+
paper: ["paper", `paperScroll${pe(n)}`, `paperWidth${pe(String(o))}`, s && "paperFullWidth", c && "paperFullScreen"]
|
|
1555
1554
|
};
|
|
1556
|
-
return
|
|
1557
|
-
},
|
|
1555
|
+
return Vn(l, Si, t);
|
|
1556
|
+
}, Ti = Fe(zn, {
|
|
1558
1557
|
name: "MuiDialog",
|
|
1559
1558
|
slot: "Root",
|
|
1560
1559
|
overridesResolver: (e, t) => t.root
|
|
@@ -1563,14 +1562,14 @@ const Mi = Oe(qn, {
|
|
|
1563
1562
|
// Use !important to override the Modal inline-style.
|
|
1564
1563
|
position: "absolute !important"
|
|
1565
1564
|
}
|
|
1566
|
-
}),
|
|
1565
|
+
}), Ri = Fe("div", {
|
|
1567
1566
|
name: "MuiDialog",
|
|
1568
1567
|
slot: "Container",
|
|
1569
1568
|
overridesResolver: (e, t) => {
|
|
1570
1569
|
const {
|
|
1571
1570
|
ownerState: n
|
|
1572
1571
|
} = e;
|
|
1573
|
-
return [t.container, t[`scroll${
|
|
1572
|
+
return [t.container, t[`scroll${pe(n.scroll)}`]];
|
|
1574
1573
|
}
|
|
1575
1574
|
})({
|
|
1576
1575
|
height: "100%",
|
|
@@ -1605,14 +1604,14 @@ const Mi = Oe(qn, {
|
|
|
1605
1604
|
}
|
|
1606
1605
|
}
|
|
1607
1606
|
}]
|
|
1608
|
-
}),
|
|
1607
|
+
}), Li = Fe(At, {
|
|
1609
1608
|
name: "MuiDialog",
|
|
1610
1609
|
slot: "Paper",
|
|
1611
1610
|
overridesResolver: (e, t) => {
|
|
1612
1611
|
const {
|
|
1613
1612
|
ownerState: n
|
|
1614
1613
|
} = e;
|
|
1615
|
-
return [t.paper, t[`scrollPaper${
|
|
1614
|
+
return [t.paper, t[`scrollPaper${pe(n.scroll)}`], t[`paperWidth${pe(String(n.maxWidth))}`], n.fullWidth && t.paperFullWidth, n.fullScreen && t.paperFullScreen];
|
|
1616
1615
|
}
|
|
1617
1616
|
})(Wn(({
|
|
1618
1617
|
theme: e
|
|
@@ -1697,7 +1696,7 @@ const Mi = Oe(qn, {
|
|
|
1697
1696
|
}
|
|
1698
1697
|
}
|
|
1699
1698
|
}]
|
|
1700
|
-
}))),
|
|
1699
|
+
}))), yn = /* @__PURE__ */ Y.forwardRef(function(t, n) {
|
|
1701
1700
|
const o = Zn({
|
|
1702
1701
|
props: t,
|
|
1703
1702
|
name: "MuiDialog"
|
|
@@ -1706,29 +1705,29 @@ const Mi = Oe(qn, {
|
|
|
1706
1705
|
exit: s.transitions.duration.leavingScreen
|
|
1707
1706
|
}, mt = o, {
|
|
1708
1707
|
"aria-describedby": l,
|
|
1709
|
-
"aria-labelledby":
|
|
1708
|
+
"aria-labelledby": p,
|
|
1710
1709
|
"aria-modal": d = !0,
|
|
1711
1710
|
BackdropComponent: g,
|
|
1712
|
-
BackdropProps:
|
|
1713
|
-
children:
|
|
1711
|
+
BackdropProps: m,
|
|
1712
|
+
children: y,
|
|
1714
1713
|
className: i,
|
|
1715
1714
|
disableEscapeKeyDown: u = !1,
|
|
1716
1715
|
fullScreen: a = !1,
|
|
1717
|
-
fullWidth:
|
|
1718
|
-
maxWidth:
|
|
1719
|
-
onBackdropClick:
|
|
1720
|
-
onClick:
|
|
1721
|
-
onClose:
|
|
1722
|
-
open:
|
|
1723
|
-
PaperComponent:
|
|
1724
|
-
PaperProps:
|
|
1725
|
-
scroll:
|
|
1716
|
+
fullWidth: C = !1,
|
|
1717
|
+
maxWidth: h = "sm",
|
|
1718
|
+
onBackdropClick: x,
|
|
1719
|
+
onClick: v,
|
|
1720
|
+
onClose: k,
|
|
1721
|
+
open: I,
|
|
1722
|
+
PaperComponent: T = At,
|
|
1723
|
+
PaperProps: $ = {},
|
|
1724
|
+
scroll: E = "paper",
|
|
1726
1725
|
slots: B = {},
|
|
1727
1726
|
slotProps: le = {},
|
|
1728
|
-
TransitionComponent:
|
|
1727
|
+
TransitionComponent: U = xt,
|
|
1729
1728
|
transitionDuration: Z = c,
|
|
1730
|
-
TransitionProps:
|
|
1731
|
-
} = mt,
|
|
1729
|
+
TransitionProps: _
|
|
1730
|
+
} = mt, Q = We(mt, [
|
|
1732
1731
|
"aria-describedby",
|
|
1733
1732
|
"aria-labelledby",
|
|
1734
1733
|
"aria-modal",
|
|
@@ -1752,99 +1751,99 @@ const Mi = Oe(qn, {
|
|
|
1752
1751
|
"TransitionComponent",
|
|
1753
1752
|
"transitionDuration",
|
|
1754
1753
|
"TransitionProps"
|
|
1755
|
-
]), D =
|
|
1754
|
+
]), D = L(M({}, o), {
|
|
1756
1755
|
disableEscapeKeyDown: u,
|
|
1757
1756
|
fullScreen: a,
|
|
1758
|
-
fullWidth:
|
|
1759
|
-
maxWidth:
|
|
1760
|
-
scroll:
|
|
1761
|
-
}), J =
|
|
1757
|
+
fullWidth: C,
|
|
1758
|
+
maxWidth: h,
|
|
1759
|
+
scroll: E
|
|
1760
|
+
}), J = $i(D), P = Y.useRef(), G = (ue) => {
|
|
1762
1761
|
P.current = ue.target === ue.currentTarget;
|
|
1763
1762
|
}, z = (ue) => {
|
|
1764
|
-
|
|
1765
|
-
},
|
|
1766
|
-
titleId:
|
|
1767
|
-
}), [
|
|
1768
|
-
transition:
|
|
1769
|
-
}, B), de =
|
|
1770
|
-
transition:
|
|
1771
|
-
paper:
|
|
1772
|
-
backdrop:
|
|
1763
|
+
v && v(ue), P.current && (P.current = null, x && x(ue), k && k(ue, "backdropClick"));
|
|
1764
|
+
}, V = Gn(p), re = Y.useMemo(() => ({
|
|
1765
|
+
titleId: V
|
|
1766
|
+
}), [V]), Ce = M({
|
|
1767
|
+
transition: U
|
|
1768
|
+
}, B), de = M({
|
|
1769
|
+
transition: _,
|
|
1770
|
+
paper: $,
|
|
1771
|
+
backdrop: m
|
|
1773
1772
|
}, le), oe = {
|
|
1774
|
-
slots:
|
|
1773
|
+
slots: Ce,
|
|
1775
1774
|
slotProps: de
|
|
1776
|
-
}, [Te, Re] =
|
|
1777
|
-
elementType:
|
|
1775
|
+
}, [Te, Re] = fe("root", {
|
|
1776
|
+
elementType: Ti,
|
|
1778
1777
|
shouldForwardComponentProp: !0,
|
|
1779
1778
|
externalForwardedProps: oe,
|
|
1780
1779
|
ownerState: D,
|
|
1781
|
-
className:
|
|
1780
|
+
className: Ze(J.root, i),
|
|
1782
1781
|
ref: n
|
|
1783
|
-
}), [H, K] =
|
|
1782
|
+
}), [H, K] = fe("backdrop", {
|
|
1784
1783
|
elementType: Mi,
|
|
1785
1784
|
shouldForwardComponentProp: !0,
|
|
1786
1785
|
externalForwardedProps: oe,
|
|
1787
1786
|
ownerState: D
|
|
1788
|
-
}), [Le,
|
|
1789
|
-
elementType:
|
|
1787
|
+
}), [Le, ft] = fe("paper", {
|
|
1788
|
+
elementType: Li,
|
|
1790
1789
|
shouldForwardComponentProp: !0,
|
|
1791
1790
|
externalForwardedProps: oe,
|
|
1792
1791
|
ownerState: D,
|
|
1793
|
-
className:
|
|
1794
|
-
}), [
|
|
1795
|
-
elementType:
|
|
1792
|
+
className: Ze(J.paper, $.className)
|
|
1793
|
+
}), [Ie, kn] = fe("container", {
|
|
1794
|
+
elementType: Ri,
|
|
1796
1795
|
externalForwardedProps: oe,
|
|
1797
1796
|
ownerState: D,
|
|
1798
|
-
className:
|
|
1799
|
-
}), [
|
|
1797
|
+
className: Ze(J.container)
|
|
1798
|
+
}), [wn, Sn] = fe("transition", {
|
|
1800
1799
|
elementType: xt,
|
|
1801
1800
|
externalForwardedProps: oe,
|
|
1802
1801
|
ownerState: D,
|
|
1803
1802
|
additionalProps: {
|
|
1804
1803
|
appear: !0,
|
|
1805
|
-
in:
|
|
1804
|
+
in: I,
|
|
1806
1805
|
timeout: Z,
|
|
1807
1806
|
role: "presentation"
|
|
1808
1807
|
}
|
|
1809
1808
|
});
|
|
1810
|
-
return /* @__PURE__ */ me(Te,
|
|
1809
|
+
return /* @__PURE__ */ me(Te, L(M(M({
|
|
1811
1810
|
closeAfterTransition: !0,
|
|
1812
1811
|
slots: {
|
|
1813
1812
|
backdrop: H
|
|
1814
1813
|
},
|
|
1815
1814
|
slotProps: {
|
|
1816
|
-
backdrop:
|
|
1815
|
+
backdrop: M({
|
|
1817
1816
|
transitionDuration: Z,
|
|
1818
1817
|
as: g
|
|
1819
1818
|
}, K)
|
|
1820
1819
|
},
|
|
1821
1820
|
disableEscapeKeyDown: u,
|
|
1822
|
-
onClose:
|
|
1823
|
-
open:
|
|
1821
|
+
onClose: k,
|
|
1822
|
+
open: I,
|
|
1824
1823
|
onClick: z
|
|
1825
|
-
}, Re),
|
|
1826
|
-
children: /* @__PURE__ */ me(
|
|
1827
|
-
children: /* @__PURE__ */ me(
|
|
1824
|
+
}, Re), Q), {
|
|
1825
|
+
children: /* @__PURE__ */ me(wn, L(M({}, Sn), {
|
|
1826
|
+
children: /* @__PURE__ */ me(Ie, L(M({
|
|
1828
1827
|
onMouseDown: G
|
|
1829
|
-
},
|
|
1830
|
-
children: /* @__PURE__ */ me(Le,
|
|
1831
|
-
as:
|
|
1828
|
+
}, kn), {
|
|
1829
|
+
children: /* @__PURE__ */ me(Le, L(M({
|
|
1830
|
+
as: T,
|
|
1832
1831
|
elevation: 24,
|
|
1833
1832
|
role: "dialog",
|
|
1834
1833
|
"aria-describedby": l,
|
|
1835
|
-
"aria-labelledby":
|
|
1834
|
+
"aria-labelledby": V,
|
|
1836
1835
|
"aria-modal": d
|
|
1837
|
-
},
|
|
1838
|
-
children: /* @__PURE__ */ me(
|
|
1836
|
+
}, ft), {
|
|
1837
|
+
children: /* @__PURE__ */ me(bn.Provider, {
|
|
1839
1838
|
value: re,
|
|
1840
|
-
children:
|
|
1839
|
+
children: y
|
|
1841
1840
|
})
|
|
1842
1841
|
}))
|
|
1843
1842
|
}))
|
|
1844
1843
|
}))
|
|
1845
1844
|
}));
|
|
1846
1845
|
});
|
|
1847
|
-
process.env.NODE_ENV !== "production" && (
|
|
1846
|
+
process.env.NODE_ENV !== "production" && (yn.propTypes = {
|
|
1848
1847
|
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
1849
1848
|
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
1850
1849
|
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
@@ -1852,17 +1851,17 @@ process.env.NODE_ENV !== "production" && (xn.propTypes = {
|
|
|
1852
1851
|
/**
|
|
1853
1852
|
* The id(s) of the element(s) that describe the dialog.
|
|
1854
1853
|
*/
|
|
1855
|
-
"aria-describedby":
|
|
1854
|
+
"aria-describedby": f.string,
|
|
1856
1855
|
/**
|
|
1857
1856
|
* The id(s) of the element(s) that label the dialog.
|
|
1858
1857
|
*/
|
|
1859
|
-
"aria-labelledby":
|
|
1858
|
+
"aria-labelledby": f.string,
|
|
1860
1859
|
/**
|
|
1861
1860
|
* Informs assistive technologies that the element is modal.
|
|
1862
1861
|
* It's added on the element with role="dialog".
|
|
1863
1862
|
* @default true
|
|
1864
1863
|
*/
|
|
1865
|
-
"aria-modal":
|
|
1864
|
+
"aria-modal": f.oneOfType([f.oneOf(["false", "true"]), f.bool]),
|
|
1866
1865
|
/**
|
|
1867
1866
|
* A backdrop component. This prop enables custom backdrop rendering.
|
|
1868
1867
|
* @deprecated Use `slots.backdrop` instead. While this prop currently works, it will be removed in the next major version.
|
|
@@ -1877,116 +1876,116 @@ process.env.NODE_ENV !== "production" && (xn.propTypes = {
|
|
|
1877
1876
|
* zIndex: -1,
|
|
1878
1877
|
* })
|
|
1879
1878
|
*/
|
|
1880
|
-
BackdropComponent:
|
|
1879
|
+
BackdropComponent: f.elementType,
|
|
1881
1880
|
/**
|
|
1882
1881
|
* @ignore
|
|
1883
1882
|
*/
|
|
1884
|
-
BackdropProps:
|
|
1883
|
+
BackdropProps: f.object,
|
|
1885
1884
|
/**
|
|
1886
1885
|
* Dialog children, usually the included sub-components.
|
|
1887
1886
|
*/
|
|
1888
|
-
children:
|
|
1887
|
+
children: f.node,
|
|
1889
1888
|
/**
|
|
1890
1889
|
* Override or extend the styles applied to the component.
|
|
1891
1890
|
*/
|
|
1892
|
-
classes:
|
|
1891
|
+
classes: f.object,
|
|
1893
1892
|
/**
|
|
1894
1893
|
* @ignore
|
|
1895
1894
|
*/
|
|
1896
|
-
className:
|
|
1895
|
+
className: f.string,
|
|
1897
1896
|
/**
|
|
1898
1897
|
* If `true`, hitting escape will not fire the `onClose` callback.
|
|
1899
1898
|
* @default false
|
|
1900
1899
|
*/
|
|
1901
|
-
disableEscapeKeyDown:
|
|
1900
|
+
disableEscapeKeyDown: f.bool,
|
|
1902
1901
|
/**
|
|
1903
1902
|
* If `true`, the dialog is full-screen.
|
|
1904
1903
|
* @default false
|
|
1905
1904
|
*/
|
|
1906
|
-
fullScreen:
|
|
1905
|
+
fullScreen: f.bool,
|
|
1907
1906
|
/**
|
|
1908
1907
|
* If `true`, the dialog stretches to `maxWidth`.
|
|
1909
1908
|
*
|
|
1910
1909
|
* Notice that the dialog width grow is limited by the default margin.
|
|
1911
1910
|
* @default false
|
|
1912
1911
|
*/
|
|
1913
|
-
fullWidth:
|
|
1912
|
+
fullWidth: f.bool,
|
|
1914
1913
|
/**
|
|
1915
1914
|
* Determine the max-width of the dialog.
|
|
1916
1915
|
* The dialog width grows with the size of the screen.
|
|
1917
1916
|
* Set to `false` to disable `maxWidth`.
|
|
1918
1917
|
* @default 'sm'
|
|
1919
1918
|
*/
|
|
1920
|
-
maxWidth:
|
|
1919
|
+
maxWidth: f.oneOfType([f.oneOf(["xs", "sm", "md", "lg", "xl", !1]), f.string]),
|
|
1921
1920
|
/**
|
|
1922
1921
|
* Callback fired when the backdrop is clicked.
|
|
1923
1922
|
* @deprecated Use the `onClose` prop with the `reason` argument to handle the `backdropClick` events.
|
|
1924
1923
|
*/
|
|
1925
|
-
onBackdropClick:
|
|
1924
|
+
onBackdropClick: f.func,
|
|
1926
1925
|
/**
|
|
1927
1926
|
* @ignore
|
|
1928
1927
|
*/
|
|
1929
|
-
onClick:
|
|
1928
|
+
onClick: f.func,
|
|
1930
1929
|
/**
|
|
1931
1930
|
* Callback fired when the component requests to be closed.
|
|
1932
1931
|
*
|
|
1933
1932
|
* @param {object} event The event source of the callback.
|
|
1934
1933
|
* @param {string} reason Can be: `"escapeKeyDown"`, `"backdropClick"`.
|
|
1935
1934
|
*/
|
|
1936
|
-
onClose:
|
|
1935
|
+
onClose: f.func,
|
|
1937
1936
|
/**
|
|
1938
1937
|
* If `true`, the component is shown.
|
|
1939
1938
|
*/
|
|
1940
|
-
open:
|
|
1939
|
+
open: f.bool.isRequired,
|
|
1941
1940
|
/**
|
|
1942
1941
|
* The component used to render the body of the dialog.
|
|
1943
1942
|
* @default Paper
|
|
1944
1943
|
*/
|
|
1945
|
-
PaperComponent:
|
|
1944
|
+
PaperComponent: f.elementType,
|
|
1946
1945
|
/**
|
|
1947
1946
|
* Props applied to the [`Paper`](https://mui.com/material-ui/api/paper/) element.
|
|
1948
1947
|
* @default {}
|
|
1949
1948
|
* @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.
|
|
1950
1949
|
*/
|
|
1951
|
-
PaperProps:
|
|
1950
|
+
PaperProps: f.object,
|
|
1952
1951
|
/**
|
|
1953
1952
|
* Determine the container for scrolling the dialog.
|
|
1954
1953
|
* @default 'paper'
|
|
1955
1954
|
*/
|
|
1956
|
-
scroll:
|
|
1955
|
+
scroll: f.oneOf(["body", "paper"]),
|
|
1957
1956
|
/**
|
|
1958
1957
|
* The props used for each slot inside.
|
|
1959
1958
|
* @default {}
|
|
1960
1959
|
*/
|
|
1961
|
-
slotProps:
|
|
1962
|
-
backdrop:
|
|
1963
|
-
container:
|
|
1964
|
-
paper:
|
|
1965
|
-
root:
|
|
1966
|
-
transition:
|
|
1960
|
+
slotProps: f.shape({
|
|
1961
|
+
backdrop: f.oneOfType([f.func, f.object]),
|
|
1962
|
+
container: f.oneOfType([f.func, f.object]),
|
|
1963
|
+
paper: f.oneOfType([f.func, f.object]),
|
|
1964
|
+
root: f.oneOfType([f.func, f.object]),
|
|
1965
|
+
transition: f.oneOfType([f.func, f.object])
|
|
1967
1966
|
}),
|
|
1968
1967
|
/**
|
|
1969
1968
|
* The components used for each slot inside.
|
|
1970
1969
|
* @default {}
|
|
1971
1970
|
*/
|
|
1972
|
-
slots:
|
|
1973
|
-
backdrop:
|
|
1974
|
-
container:
|
|
1975
|
-
paper:
|
|
1976
|
-
root:
|
|
1977
|
-
transition:
|
|
1971
|
+
slots: f.shape({
|
|
1972
|
+
backdrop: f.elementType,
|
|
1973
|
+
container: f.elementType,
|
|
1974
|
+
paper: f.elementType,
|
|
1975
|
+
root: f.elementType,
|
|
1976
|
+
transition: f.elementType
|
|
1978
1977
|
}),
|
|
1979
1978
|
/**
|
|
1980
1979
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
1981
1980
|
*/
|
|
1982
|
-
sx:
|
|
1981
|
+
sx: f.oneOfType([f.arrayOf(f.oneOfType([f.func, f.object, f.bool])), f.func, f.object]),
|
|
1983
1982
|
/**
|
|
1984
1983
|
* The component used for the transition.
|
|
1985
1984
|
* [Follow this guide](https://mui.com/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
|
|
1986
1985
|
* @default Fade
|
|
1987
1986
|
* @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.
|
|
1988
1987
|
*/
|
|
1989
|
-
TransitionComponent:
|
|
1988
|
+
TransitionComponent: f.elementType,
|
|
1990
1989
|
/**
|
|
1991
1990
|
* The duration for the transition, in milliseconds.
|
|
1992
1991
|
* You may specify a single timeout for all transitions, or individually with an object.
|
|
@@ -1995,17 +1994,17 @@ process.env.NODE_ENV !== "production" && (xn.propTypes = {
|
|
|
1995
1994
|
* exit: theme.transitions.duration.leavingScreen,
|
|
1996
1995
|
* }
|
|
1997
1996
|
*/
|
|
1998
|
-
transitionDuration:
|
|
1999
|
-
appear:
|
|
2000
|
-
enter:
|
|
2001
|
-
exit:
|
|
1997
|
+
transitionDuration: f.oneOfType([f.number, f.shape({
|
|
1998
|
+
appear: f.number,
|
|
1999
|
+
enter: f.number,
|
|
2000
|
+
exit: f.number
|
|
2002
2001
|
})]),
|
|
2003
2002
|
/**
|
|
2004
2003
|
* Props applied to the transition element.
|
|
2005
2004
|
* By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
|
|
2006
2005
|
* @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.
|
|
2007
2006
|
*/
|
|
2008
|
-
TransitionProps:
|
|
2007
|
+
TransitionProps: f.object
|
|
2009
2008
|
});
|
|
2010
2009
|
function Ii({ fillColor: e = "#262E3D" }) {
|
|
2011
2010
|
return /* @__PURE__ */ S("svg", { xmlns: "http://www.w3.org/2000/svg", width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", children: [
|
|
@@ -2021,7 +2020,7 @@ function Ii({ fillColor: e = "#262E3D" }) {
|
|
|
2021
2020
|
)
|
|
2022
2021
|
] });
|
|
2023
2022
|
}
|
|
2024
|
-
const
|
|
2023
|
+
const xn = {
|
|
2025
2024
|
row: {
|
|
2026
2025
|
hover: "rgba(224, 224, 224, 0.3)"
|
|
2027
2026
|
},
|
|
@@ -2106,18 +2105,18 @@ const vn = {
|
|
|
2106
2105
|
errorBG: "rgba(231, 71, 39, 0.1)"
|
|
2107
2106
|
}
|
|
2108
2107
|
}
|
|
2109
|
-
},
|
|
2108
|
+
}, Ei = {
|
|
2110
2109
|
shouldForwardProp: (e) => !e.startsWith("$")
|
|
2111
|
-
},
|
|
2112
|
-
|
|
2113
|
-
|
|
2110
|
+
}, $e = w(
|
|
2111
|
+
Dt,
|
|
2112
|
+
Ei
|
|
2114
2113
|
)(({ $hoverColor: e }) => ({
|
|
2115
2114
|
padding: 2,
|
|
2116
2115
|
"&.MuiIconButton-root:hover": {
|
|
2117
|
-
backgroundColor: e != null ? e :
|
|
2116
|
+
backgroundColor: e != null ? e : xn.interaction.defaultHover
|
|
2118
2117
|
}
|
|
2119
2118
|
}));
|
|
2120
|
-
function
|
|
2119
|
+
function Ni({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
2121
2120
|
return /* @__PURE__ */ r("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r(
|
|
2122
2121
|
"path",
|
|
2123
2122
|
{
|
|
@@ -2128,7 +2127,7 @@ function Pi({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
|
2128
2127
|
}
|
|
2129
2128
|
) });
|
|
2130
2129
|
}
|
|
2131
|
-
function
|
|
2130
|
+
function Pi({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
2132
2131
|
return /* @__PURE__ */ r("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r(
|
|
2133
2132
|
"path",
|
|
2134
2133
|
{
|
|
@@ -2139,7 +2138,7 @@ function Hi({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
|
2139
2138
|
}
|
|
2140
2139
|
) });
|
|
2141
2140
|
}
|
|
2142
|
-
function
|
|
2141
|
+
function Hi() {
|
|
2143
2142
|
return /* @__PURE__ */ r("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r(
|
|
2144
2143
|
"path",
|
|
2145
2144
|
{
|
|
@@ -2151,10 +2150,10 @@ function Bi() {
|
|
|
2151
2150
|
}
|
|
2152
2151
|
) });
|
|
2153
2152
|
}
|
|
2154
|
-
const gt = (e) =>
|
|
2153
|
+
const gt = (e) => zt(e.chart.backgroundColor), Bi = ({ title: e }) => {
|
|
2155
2154
|
const { themeSettings: t } = R();
|
|
2156
|
-
return /* @__PURE__ */ r(
|
|
2157
|
-
},
|
|
2155
|
+
return /* @__PURE__ */ r(Me, { title: e, children: /* @__PURE__ */ r($e, { disableTouchRipple: !0, $hoverColor: gt(t), children: /* @__PURE__ */ r(Pi, { fill: t.chart.textColor }) }) });
|
|
2156
|
+
}, Fi = ({ items: e }) => {
|
|
2158
2157
|
const [t, n] = O(null), o = (l) => {
|
|
2159
2158
|
n(l.currentTarget);
|
|
2160
2159
|
}, s = () => {
|
|
@@ -2162,16 +2161,16 @@ const gt = (e) => Wt(e.chart.backgroundColor), Fi = ({ title: e }) => {
|
|
|
2162
2161
|
}, { themeSettings: c } = R();
|
|
2163
2162
|
return /* @__PURE__ */ S(j, { children: [
|
|
2164
2163
|
/* @__PURE__ */ r(
|
|
2165
|
-
|
|
2164
|
+
$e,
|
|
2166
2165
|
{
|
|
2167
2166
|
onClick: o,
|
|
2168
2167
|
$hoverColor: gt(c),
|
|
2169
2168
|
"aria-label": "three dots button",
|
|
2170
|
-
children: /* @__PURE__ */ r(
|
|
2169
|
+
children: /* @__PURE__ */ r(Un, { fill: c.chart.textColor })
|
|
2171
2170
|
}
|
|
2172
2171
|
),
|
|
2173
2172
|
/* @__PURE__ */ r(
|
|
2174
|
-
|
|
2173
|
+
Qn,
|
|
2175
2174
|
{
|
|
2176
2175
|
anchorEl: t,
|
|
2177
2176
|
anchorOrigin: {
|
|
@@ -2185,7 +2184,7 @@ const gt = (e) => Wt(e.chart.backgroundColor), Fi = ({ title: e }) => {
|
|
|
2185
2184
|
open: !!t,
|
|
2186
2185
|
onClose: s,
|
|
2187
2186
|
children: e.map((l) => /* @__PURE__ */ S(
|
|
2188
|
-
|
|
2187
|
+
_n,
|
|
2189
2188
|
{
|
|
2190
2189
|
onClick: () => {
|
|
2191
2190
|
l.onClick(), s();
|
|
@@ -2193,7 +2192,7 @@ const gt = (e) => Wt(e.chart.backgroundColor), Fi = ({ title: e }) => {
|
|
|
2193
2192
|
sx: {
|
|
2194
2193
|
fontSize: "13px",
|
|
2195
2194
|
fontFamily: c.typography.fontFamily,
|
|
2196
|
-
color:
|
|
2195
|
+
color: xn.text.content
|
|
2197
2196
|
},
|
|
2198
2197
|
disableRipple: !0,
|
|
2199
2198
|
children: [
|
|
@@ -2206,15 +2205,15 @@ const gt = (e) => Wt(e.chart.backgroundColor), Fi = ({ title: e }) => {
|
|
|
2206
2205
|
}
|
|
2207
2206
|
)
|
|
2208
2207
|
] });
|
|
2209
|
-
},
|
|
2208
|
+
}, Oi = ({ onClick: e }) => {
|
|
2210
2209
|
const { themeSettings: t } = R(), { t: n } = N();
|
|
2211
|
-
return /* @__PURE__ */ r(
|
|
2212
|
-
},
|
|
2210
|
+
return /* @__PURE__ */ r(Me, { title: n("ai.preview"), children: /* @__PURE__ */ r($e, { onClick: e, $hoverColor: gt(t), children: /* @__PURE__ */ r(Ni, { fill: t.chart.textColor }) }) });
|
|
2211
|
+
}, Ai = w.div`
|
|
2213
2212
|
display: flex;
|
|
2214
2213
|
padding-top: 6px;
|
|
2215
2214
|
padding-bottom: 6px;
|
|
2216
2215
|
`;
|
|
2217
|
-
function
|
|
2216
|
+
function Di({
|
|
2218
2217
|
infoTooltipText: e,
|
|
2219
2218
|
onRefresh: t,
|
|
2220
2219
|
onExpand: n
|
|
@@ -2224,59 +2223,59 @@ function qi({
|
|
|
2224
2223
|
{
|
|
2225
2224
|
title: "Refresh",
|
|
2226
2225
|
onClick: t,
|
|
2227
|
-
icon: /* @__PURE__ */ r(
|
|
2226
|
+
icon: /* @__PURE__ */ r(Hi, {})
|
|
2228
2227
|
}
|
|
2229
2228
|
],
|
|
2230
2229
|
[t]
|
|
2231
2230
|
);
|
|
2232
|
-
return /* @__PURE__ */ S(
|
|
2233
|
-
/* @__PURE__ */ r(
|
|
2234
|
-
/* @__PURE__ */ r(
|
|
2235
|
-
/* @__PURE__ */ r(
|
|
2231
|
+
return /* @__PURE__ */ S(Ai, { "aria-label": "chatbot chart toolbar", children: [
|
|
2232
|
+
/* @__PURE__ */ r(Bi, { title: e != null ? e : "" }),
|
|
2233
|
+
/* @__PURE__ */ r(Fi, { items: o }),
|
|
2234
|
+
/* @__PURE__ */ r(Oi, { onClick: n })
|
|
2236
2235
|
] });
|
|
2237
2236
|
}
|
|
2238
|
-
function
|
|
2237
|
+
function qi({ content: e }) {
|
|
2239
2238
|
const [t, n] = O(!1), { themeSettings: o } = R(), { inlineElement: s, expandedElement: c } = A(() => {
|
|
2240
|
-
const l =
|
|
2241
|
-
if (l === void 0 || !
|
|
2239
|
+
const l = Oe(e, { useCustomizedStyleOptions: !0 });
|
|
2240
|
+
if (l === void 0 || !Qe(l))
|
|
2242
2241
|
throw new Ke("errors.otherWidgetTypesNotSupported");
|
|
2243
|
-
const { detailedDescription:
|
|
2242
|
+
const { detailedDescription: p } = e, { styleOptions: d } = l, g = {
|
|
2244
2243
|
cornerRadius: "Small",
|
|
2245
2244
|
header: {
|
|
2246
2245
|
renderToolbar: (i) => /* @__PURE__ */ r(
|
|
2247
|
-
|
|
2246
|
+
Di,
|
|
2248
2247
|
{
|
|
2249
|
-
infoTooltipText:
|
|
2248
|
+
infoTooltipText: p,
|
|
2250
2249
|
onRefresh: i,
|
|
2251
2250
|
onExpand: () => n(!0)
|
|
2252
2251
|
}
|
|
2253
2252
|
)
|
|
2254
2253
|
}
|
|
2255
2254
|
};
|
|
2256
|
-
let
|
|
2257
|
-
if (
|
|
2258
|
-
|
|
2255
|
+
let m, y;
|
|
2256
|
+
if (ur(l.chartType))
|
|
2257
|
+
m = /* @__PURE__ */ r("div", { className: "csdk-h-[245px]", children: /* @__PURE__ */ r(xe, L(M({}, l), { styleOptions: g })) }), y = /* @__PURE__ */ r(xe, L(M({}, l), { styleOptions: { header: { hidden: !0 } } }));
|
|
2259
2258
|
else {
|
|
2260
|
-
const i =
|
|
2259
|
+
const i = L(M({}, d), {
|
|
2261
2260
|
header: { hidden: !0 }
|
|
2262
|
-
}), u =
|
|
2261
|
+
}), u = M(L(M({}, d), {
|
|
2263
2262
|
legend: void 0,
|
|
2264
2263
|
xAxis: void 0,
|
|
2265
2264
|
yAxis: void 0
|
|
2266
2265
|
}), g);
|
|
2267
|
-
delete u.legend, delete u.xAxis, delete u.yAxis,
|
|
2266
|
+
delete u.legend, delete u.xAxis, delete u.yAxis, m = /* @__PURE__ */ r("div", { children: /* @__PURE__ */ r(xe, L(M({}, l), { styleOptions: u })) }), y = /* @__PURE__ */ r(
|
|
2268
2267
|
xe,
|
|
2269
|
-
|
|
2270
|
-
styleOptions:
|
|
2268
|
+
L(M({}, l), {
|
|
2269
|
+
styleOptions: M({ cornerRadius: "None" }, i)
|
|
2271
2270
|
})
|
|
2272
2271
|
);
|
|
2273
2272
|
}
|
|
2274
|
-
return { inlineElement:
|
|
2273
|
+
return { inlineElement: m, expandedElement: y };
|
|
2275
2274
|
}, [e]);
|
|
2276
2275
|
return /* @__PURE__ */ S(j, { children: [
|
|
2277
2276
|
s,
|
|
2278
2277
|
/* @__PURE__ */ S(
|
|
2279
|
-
|
|
2278
|
+
yn,
|
|
2280
2279
|
{
|
|
2281
2280
|
open: t,
|
|
2282
2281
|
onClose: () => n(!1),
|
|
@@ -2291,7 +2290,7 @@ function zi({ content: e }) {
|
|
|
2291
2290
|
children: [
|
|
2292
2291
|
/* @__PURE__ */ S("div", { className: "csdk-flex csdk-items-center csdk-justify-between csdk-mt-[16px] csdk-mx-[16px] csdk-pl-[20px]", children: [
|
|
2293
2292
|
/* @__PURE__ */ r("div", { className: "csdk-text-ai-lg csdk-semibold", children: e.queryTitle }),
|
|
2294
|
-
/* @__PURE__ */ r(
|
|
2293
|
+
/* @__PURE__ */ r(Dt, { onClick: () => n(!1), "aria-label": "close expanded chart", children: /* @__PURE__ */ r(Ii, { fillColor: o.aiChat.primaryTextColor }) })
|
|
2295
2294
|
] }),
|
|
2296
2295
|
/* @__PURE__ */ r("div", { className: "csdk-h-screen csdk-mt-[8px] csdk-mb-[24px] csdk-mx-[16px]", children: c })
|
|
2297
2296
|
]
|
|
@@ -2299,7 +2298,7 @@ function zi({ content: e }) {
|
|
|
2299
2298
|
)
|
|
2300
2299
|
] });
|
|
2301
2300
|
}
|
|
2302
|
-
function
|
|
2301
|
+
function zi({ theme: e }) {
|
|
2303
2302
|
return /* @__PURE__ */ r("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r(
|
|
2304
2303
|
"path",
|
|
2305
2304
|
{
|
|
@@ -2310,20 +2309,20 @@ function Wi({ theme: e }) {
|
|
|
2310
2309
|
}
|
|
2311
2310
|
) });
|
|
2312
2311
|
}
|
|
2313
|
-
function
|
|
2312
|
+
function Wi({ onClick: e, disabled: t }) {
|
|
2314
2313
|
const { themeSettings: n } = R(), { t: o } = N();
|
|
2315
|
-
return /* @__PURE__ */ r(
|
|
2316
|
-
|
|
2314
|
+
return /* @__PURE__ */ r(Me, { title: o("ai.buttons.incorrectResponse"), children: /* @__PURE__ */ r(
|
|
2315
|
+
$e,
|
|
2317
2316
|
{
|
|
2318
2317
|
"aria-label": "thumbs-down",
|
|
2319
2318
|
onClick: e,
|
|
2320
2319
|
$hoverColor: n.aiChat.icons.feedbackIcons.hoverColor,
|
|
2321
2320
|
disabled: t,
|
|
2322
|
-
children: /* @__PURE__ */ r(
|
|
2321
|
+
children: /* @__PURE__ */ r(zi, { theme: n })
|
|
2323
2322
|
}
|
|
2324
2323
|
) });
|
|
2325
2324
|
}
|
|
2326
|
-
function
|
|
2325
|
+
function Zi({ theme: e }) {
|
|
2327
2326
|
return /* @__PURE__ */ r("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r(
|
|
2328
2327
|
"path",
|
|
2329
2328
|
{
|
|
@@ -2334,20 +2333,20 @@ function ji({ theme: e }) {
|
|
|
2334
2333
|
}
|
|
2335
2334
|
) });
|
|
2336
2335
|
}
|
|
2337
|
-
function
|
|
2336
|
+
function ji({ onClick: e, disabled: t }) {
|
|
2338
2337
|
const { themeSettings: n } = R(), { t: o } = N();
|
|
2339
|
-
return /* @__PURE__ */ r(
|
|
2340
|
-
|
|
2338
|
+
return /* @__PURE__ */ r(Me, { title: o("ai.buttons.correctResponse"), children: /* @__PURE__ */ r(
|
|
2339
|
+
$e,
|
|
2341
2340
|
{
|
|
2342
2341
|
"aria-label": "thumbs-up",
|
|
2343
2342
|
onClick: e,
|
|
2344
2343
|
$hoverColor: n.aiChat.icons.feedbackIcons.hoverColor,
|
|
2345
2344
|
disabled: t,
|
|
2346
|
-
children: /* @__PURE__ */ r(
|
|
2345
|
+
children: /* @__PURE__ */ r(Zi, { theme: n })
|
|
2347
2346
|
}
|
|
2348
2347
|
) });
|
|
2349
2348
|
}
|
|
2350
|
-
const
|
|
2349
|
+
const Gi = w.div`
|
|
2351
2350
|
display: flex;
|
|
2352
2351
|
flex-direction: column;
|
|
2353
2352
|
row-gap: ${({ theme: e }) => e.aiChat.body.gapBetweenMessages};
|
|
@@ -2360,8 +2359,8 @@ function Vi({ visible: e, onSend: t }) {
|
|
|
2360
2359
|
[t]
|
|
2361
2360
|
), c = `csdk-transition-opacity csdk-delay-150 csdk-duration-500 ${n ? "csdk-opacity-0" : "csdk-opacity-100"}`;
|
|
2362
2361
|
return e ? /* @__PURE__ */ S("div", { className: `csdk-flex csdk-items-center ${c}`, children: [
|
|
2363
|
-
/* @__PURE__ */ r(
|
|
2364
|
-
/* @__PURE__ */ r(
|
|
2362
|
+
/* @__PURE__ */ r(ji, { onClick: () => s("up"), disabled: n }),
|
|
2363
|
+
/* @__PURE__ */ r(Wi, { onClick: () => s("down"), disabled: n })
|
|
2365
2364
|
] }) : null;
|
|
2366
2365
|
}
|
|
2367
2366
|
function et({
|
|
@@ -2373,32 +2372,32 @@ function et({
|
|
|
2373
2372
|
}) {
|
|
2374
2373
|
const c = te(), l = Kn(
|
|
2375
2374
|
F(
|
|
2376
|
-
(
|
|
2375
|
+
(y) => {
|
|
2377
2376
|
c && c.ai.sendFeedback({
|
|
2378
2377
|
sourceId: e,
|
|
2379
2378
|
type: n,
|
|
2380
2379
|
data: t,
|
|
2381
|
-
rating:
|
|
2380
|
+
rating: y
|
|
2382
2381
|
});
|
|
2383
2382
|
},
|
|
2384
2383
|
[c, e, t, n]
|
|
2385
2384
|
),
|
|
2386
2385
|
200
|
|
2387
|
-
), [
|
|
2388
|
-
return /* @__PURE__ */ r(
|
|
2386
|
+
), [p, d] = Xn(), g = A(() => o === "onHover" ? d : o !== "never", [d, o]), { themeSettings: m } = R();
|
|
2387
|
+
return /* @__PURE__ */ r(Gi, { ref: p, theme: m, children: s(/* @__PURE__ */ r(Vi, { onSend: l, visible: g })) });
|
|
2389
2388
|
}
|
|
2390
|
-
const
|
|
2391
|
-
function
|
|
2389
|
+
const Ui = 18, _i = 5, It = Ui * _i;
|
|
2390
|
+
function Ct({ text: e }) {
|
|
2392
2391
|
const [t, n] = O(!0), [o, s] = O(!1), { t: c } = N(), l = ve(null);
|
|
2393
|
-
return
|
|
2394
|
-
l.current && s(l.current.scrollHeight >
|
|
2392
|
+
return He(() => {
|
|
2393
|
+
l.current && s(l.current.scrollHeight > It);
|
|
2395
2394
|
}, [e]), /* @__PURE__ */ S("div", { className: "csdk-min-w-0 csdk-flex-1", children: [
|
|
2396
2395
|
/* @__PURE__ */ r(
|
|
2397
2396
|
"div",
|
|
2398
2397
|
{
|
|
2399
2398
|
ref: l,
|
|
2400
2399
|
className: `csdk-whitespace-pre-wrap ${t ? "csdk-overflow-hidden" : ""}`,
|
|
2401
|
-
style: t ? { maxHeight:
|
|
2400
|
+
style: t ? { maxHeight: It } : void 0,
|
|
2402
2401
|
children: e
|
|
2403
2402
|
}
|
|
2404
2403
|
),
|
|
@@ -2406,35 +2405,35 @@ function ft({ text: e }) {
|
|
|
2406
2405
|
"div",
|
|
2407
2406
|
{
|
|
2408
2407
|
className: "csdk-text-ai-xs csdk-text-text-link csdk-cursor-pointer",
|
|
2409
|
-
onClick: () => n((
|
|
2408
|
+
onClick: () => n((p) => !p),
|
|
2410
2409
|
children: c(t ? "ai.buttons.readMore" : "ai.buttons.collapse")
|
|
2411
2410
|
}
|
|
2412
2411
|
) })
|
|
2413
2412
|
] });
|
|
2414
2413
|
}
|
|
2415
|
-
function
|
|
2416
|
-
const { data: t, isLoading: n, isError: o } =
|
|
2417
|
-
return n ? /* @__PURE__ */ r(ut, {}) : o ? /* @__PURE__ */ r(ae, { align: "left", children: s("ai.errors.unexpected") }) : /* @__PURE__ */ r(ae, { align: "full", children: /* @__PURE__ */ r(
|
|
2414
|
+
function Qi({ nlgRequest: e }) {
|
|
2415
|
+
const { data: t, isLoading: n, isError: o } = Ae(e), { t: s } = N();
|
|
2416
|
+
return n ? /* @__PURE__ */ r(ut, {}) : o ? /* @__PURE__ */ r(ae, { align: "left", children: s("ai.errors.unexpected") }) : /* @__PURE__ */ r(ae, { align: "full", children: /* @__PURE__ */ r(Ct, { text: t != null ? t : s("ai.errors.insightsNotAvailable") }) });
|
|
2418
2417
|
}
|
|
2419
|
-
const
|
|
2418
|
+
const Et = w.div`
|
|
2420
2419
|
display: flex;
|
|
2421
2420
|
align-items: center;
|
|
2422
2421
|
column-gap: 10px;
|
|
2423
|
-
`,
|
|
2424
|
-
function
|
|
2425
|
-
const { chatMode: n = "analyze", enableInsights: o } = ne(), { themeSettings: s } = R(), { queryTitle: c, chartRecommendations: l, jaql:
|
|
2426
|
-
console.debug(`JAQL for ${c}`,
|
|
2427
|
-
const
|
|
2428
|
-
let
|
|
2429
|
-
|
|
2430
|
-
const i =
|
|
2431
|
-
a((
|
|
2432
|
-
}, []),
|
|
2422
|
+
`, Ki = (e) => !!e && "aeiou".includes(e[0]);
|
|
2423
|
+
function Xi({ data: e, alwaysShowFeedback: t }) {
|
|
2424
|
+
const { chatMode: n = "analyze", enableInsights: o } = ne(), { themeSettings: s } = R(), { queryTitle: c, chartRecommendations: l, jaql: p, userMsg: d, clarification: g = "" } = e;
|
|
2425
|
+
console.debug(`JAQL for ${c}`, p), console.debug(`chart recommendations for ${c}`, l);
|
|
2426
|
+
const m = "chartType" in l ? l.chartType : "table";
|
|
2427
|
+
let y;
|
|
2428
|
+
Ki(m) ? y = `an ${m}` : y = `a ${m}`, m !== "table" && (y += " chart");
|
|
2429
|
+
const i = p.datasource.title, [u, a] = O(!1), C = F(() => {
|
|
2430
|
+
a((k) => !k);
|
|
2431
|
+
}, []), h = {
|
|
2433
2432
|
jaql: {
|
|
2434
|
-
datasource:
|
|
2435
|
-
metadata:
|
|
2433
|
+
datasource: p.datasource,
|
|
2434
|
+
metadata: p.metadata
|
|
2436
2435
|
}
|
|
2437
|
-
},
|
|
2436
|
+
}, x = n === "analyze", v = `${d}${d && g ? `
|
|
2438
2437
|
` : ""}${g}`;
|
|
2439
2438
|
return /* @__PURE__ */ S(j, { children: [
|
|
2440
2439
|
/* @__PURE__ */ r(
|
|
@@ -2444,12 +2443,12 @@ function Yi({ data: e, alwaysShowFeedback: t }) {
|
|
|
2444
2443
|
data: e,
|
|
2445
2444
|
type: "chats/nlq",
|
|
2446
2445
|
buttonVisibility: t ? "always" : "onHover",
|
|
2447
|
-
renderContent: (
|
|
2448
|
-
/* @__PURE__ */ S(
|
|
2449
|
-
/* @__PURE__ */ r(
|
|
2450
|
-
|
|
2446
|
+
renderContent: (k) => /* @__PURE__ */ S(j, { children: [
|
|
2447
|
+
/* @__PURE__ */ S(Et, { children: [
|
|
2448
|
+
/* @__PURE__ */ r(mn, { align: "left", theme: s, children: v || `Here's ${y} showing ${vi(c)}.` }),
|
|
2449
|
+
k
|
|
2451
2450
|
] }),
|
|
2452
|
-
|
|
2451
|
+
x && /* @__PURE__ */ r(qi, { content: e })
|
|
2453
2452
|
] })
|
|
2454
2453
|
}
|
|
2455
2454
|
),
|
|
@@ -2457,46 +2456,46 @@ function Yi({ data: e, alwaysShowFeedback: t }) {
|
|
|
2457
2456
|
et,
|
|
2458
2457
|
{
|
|
2459
2458
|
sourceId: i,
|
|
2460
|
-
data:
|
|
2459
|
+
data: h,
|
|
2461
2460
|
type: "nlg/queryResult",
|
|
2462
2461
|
buttonVisibility: u ? "onHover" : "never",
|
|
2463
|
-
renderContent: (
|
|
2464
|
-
/* @__PURE__ */ S(
|
|
2465
|
-
/* @__PURE__ */ r(
|
|
2466
|
-
|
|
2462
|
+
renderContent: (k) => /* @__PURE__ */ S(j, { children: [
|
|
2463
|
+
/* @__PURE__ */ S(Et, { children: [
|
|
2464
|
+
/* @__PURE__ */ r(wi, { onClick: C }),
|
|
2465
|
+
k
|
|
2467
2466
|
] }),
|
|
2468
|
-
u && /* @__PURE__ */ r(
|
|
2467
|
+
u && /* @__PURE__ */ r(Qi, { nlgRequest: h })
|
|
2469
2468
|
] })
|
|
2470
2469
|
}
|
|
2471
2470
|
)
|
|
2472
2471
|
] });
|
|
2473
2472
|
}
|
|
2474
|
-
function
|
|
2473
|
+
function Yi({ message: e, isLastMessage: t }) {
|
|
2475
2474
|
if (dt(e)) {
|
|
2476
2475
|
const o = JSON.parse(e.content);
|
|
2477
|
-
return /* @__PURE__ */ r(
|
|
2476
|
+
return /* @__PURE__ */ r(Xi, { data: o, alwaysShowFeedback: t });
|
|
2478
2477
|
}
|
|
2479
|
-
const n =
|
|
2478
|
+
const n = Er(e) ? JSON.parse(e.content).answer : e.content;
|
|
2480
2479
|
return /* @__PURE__ */ r(ae, { align: e.role === "user" ? "right" : "left", children: n });
|
|
2481
2480
|
}
|
|
2482
|
-
const
|
|
2481
|
+
const Ji = Wt(Yi), e1 = ({
|
|
2483
2482
|
error: e,
|
|
2484
2483
|
displayMessage: t
|
|
2485
2484
|
}) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ r(ae, { align: "left", children: t }));
|
|
2486
|
-
function
|
|
2485
|
+
function t1({ messages: e }) {
|
|
2487
2486
|
const { t } = N();
|
|
2488
2487
|
return /* @__PURE__ */ r(j, { children: e.map((n, o) => /* @__PURE__ */ r(
|
|
2489
2488
|
Yn,
|
|
2490
2489
|
{
|
|
2491
|
-
fallbackRender: (s) =>
|
|
2490
|
+
fallbackRender: (s) => e1(L(M({}, s), {
|
|
2492
2491
|
displayMessage: t("ai.errors.unexpected")
|
|
2493
2492
|
})),
|
|
2494
|
-
children: /* @__PURE__ */ r(
|
|
2493
|
+
children: /* @__PURE__ */ r(Ji, { message: n, isLastMessage: o === e.length - 1 }, o)
|
|
2495
2494
|
},
|
|
2496
2495
|
o
|
|
2497
2496
|
)) });
|
|
2498
2497
|
}
|
|
2499
|
-
function
|
|
2498
|
+
function vn({ color: e }) {
|
|
2500
2499
|
return /* @__PURE__ */ r(
|
|
2501
2500
|
"svg",
|
|
2502
2501
|
{
|
|
@@ -2515,18 +2514,18 @@ function kn({ color: e }) {
|
|
|
2515
2514
|
}
|
|
2516
2515
|
);
|
|
2517
2516
|
}
|
|
2518
|
-
function
|
|
2517
|
+
function n1({ onClick: e, color: t }) {
|
|
2519
2518
|
return /* @__PURE__ */ r(
|
|
2520
2519
|
"div",
|
|
2521
2520
|
{
|
|
2522
2521
|
"aria-label": "go back",
|
|
2523
2522
|
className: "csdk-w-5 csdk-h-5 csdk-flex csdk-p-[4px] csdk-ml-[6px] csdk-cursor-pointer",
|
|
2524
2523
|
onClick: e,
|
|
2525
|
-
children: /* @__PURE__ */ r(
|
|
2524
|
+
children: /* @__PURE__ */ r(vn, { color: t })
|
|
2526
2525
|
}
|
|
2527
2526
|
);
|
|
2528
2527
|
}
|
|
2529
|
-
function
|
|
2528
|
+
function r1() {
|
|
2530
2529
|
const { themeSettings: e } = R();
|
|
2531
2530
|
return /* @__PURE__ */ r("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ r(
|
|
2532
2531
|
"path",
|
|
@@ -2538,10 +2537,10 @@ function o1() {
|
|
|
2538
2537
|
}
|
|
2539
2538
|
) });
|
|
2540
2539
|
}
|
|
2541
|
-
const
|
|
2540
|
+
const o1 = (e, t) => {
|
|
2542
2541
|
const n = new sr(e);
|
|
2543
2542
|
return n.alpha = t, n;
|
|
2544
|
-
},
|
|
2543
|
+
}, i1 = w.div`
|
|
2545
2544
|
font-size: inherit;
|
|
2546
2545
|
line-height: inherit;
|
|
2547
2546
|
padding-left: 8px;
|
|
@@ -2549,7 +2548,7 @@ const i1 = (e, t) => {
|
|
|
2549
2548
|
padding-top: 4px;
|
|
2550
2549
|
border-radius: 16px;
|
|
2551
2550
|
margin-bottom: 4px;
|
|
2552
|
-
box-shadow: ${({ theme: e }) => `0 4px 8px 0 ${
|
|
2551
|
+
box-shadow: ${({ theme: e }) => `0 4px 8px 0 ${o1(e.aiChat.primaryTextColor, 0.2)}`};
|
|
2553
2552
|
cursor: pointer;
|
|
2554
2553
|
color: ${({ theme: e }) => e.aiChat.clickableMessages.textColor};
|
|
2555
2554
|
background-color: ${({ theme: e }) => e.aiChat.clickableMessages.backgroundColor};
|
|
@@ -2558,10 +2557,10 @@ const i1 = (e, t) => {
|
|
|
2558
2557
|
color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.textColor};
|
|
2559
2558
|
background-color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.backgroundColor};
|
|
2560
2559
|
box-shadow: none;
|
|
2561
|
-
`,
|
|
2560
|
+
`, s1 = ({ onClick: e }) => {
|
|
2562
2561
|
const { themeSettings: t } = R();
|
|
2563
|
-
return /* @__PURE__ */ r(
|
|
2564
|
-
},
|
|
2562
|
+
return /* @__PURE__ */ r(i1, { theme: t, onClick: e, children: /* @__PURE__ */ r(r1, {}) });
|
|
2563
|
+
}, a1 = ({ isVisible: e, onClick: t, anchorElement: n }) => /* @__PURE__ */ r(Ot, { anchorEl: n, open: e, placement: "top", sx: { zIndex: 2 }, children: /* @__PURE__ */ r(s1, { onClick: t }) }), l1 = w.button`
|
|
2565
2564
|
font-size: inherit;
|
|
2566
2565
|
line-height: inherit;
|
|
2567
2566
|
box-sizing: border-box;
|
|
@@ -2613,22 +2612,22 @@ const i1 = (e, t) => {
|
|
|
2613
2612
|
`;
|
|
2614
2613
|
function Nt({ question: e, onClick: t }) {
|
|
2615
2614
|
const { themeSettings: n } = R();
|
|
2616
|
-
return /* @__PURE__ */ r(
|
|
2615
|
+
return /* @__PURE__ */ r(l1, { onClick: t, theme: n, children: e });
|
|
2617
2616
|
}
|
|
2618
|
-
const
|
|
2617
|
+
const c1 = w.div`
|
|
2619
2618
|
display: flex;
|
|
2620
2619
|
flex-direction: column;
|
|
2621
2620
|
align-items: flex-start;
|
|
2622
2621
|
row-gap: ${({ theme: e }) => e.aiChat.suggestions.gap};
|
|
2623
2622
|
`;
|
|
2624
|
-
function
|
|
2623
|
+
function d1({ questions: e, onSelection: t }) {
|
|
2625
2624
|
const { t: n } = N(), [o, s] = O(!0), c = A(() => o && e.length > 5 ? e.slice(0, 4) : e, [e, o]), { themeSettings: l } = R();
|
|
2626
|
-
return /* @__PURE__ */ S(
|
|
2627
|
-
c.map((
|
|
2625
|
+
return /* @__PURE__ */ S(c1, { "aria-label": "list of suggested questions", theme: l, children: [
|
|
2626
|
+
c.map((p) => /* @__PURE__ */ r(Nt, { question: p, onClick: () => t(p) }, p)),
|
|
2628
2627
|
c.length < e.length && /* @__PURE__ */ r(Nt, { question: n("ai.buttons.seeMore"), onClick: () => s(!1) })
|
|
2629
2628
|
] });
|
|
2630
2629
|
}
|
|
2631
|
-
const
|
|
2630
|
+
const u1 = w.div`
|
|
2632
2631
|
width: 283px;
|
|
2633
2632
|
height: 32px;
|
|
2634
2633
|
border-radius: 10px;
|
|
@@ -2657,15 +2656,15 @@ const h1 = w.div`
|
|
|
2657
2656
|
flex-direction: column;
|
|
2658
2657
|
row-gap: 1rem;
|
|
2659
2658
|
`;
|
|
2660
|
-
function
|
|
2659
|
+
function h1() {
|
|
2661
2660
|
const { themeSettings: e } = R();
|
|
2662
|
-
return /* @__PURE__ */ r(p1, { children: Array.from({ length: 3 }, (t, n) => /* @__PURE__ */ r(
|
|
2661
|
+
return /* @__PURE__ */ r(p1, { children: Array.from({ length: 3 }, (t, n) => /* @__PURE__ */ r(u1, { theme: e }, n)) });
|
|
2663
2662
|
}
|
|
2664
|
-
function
|
|
2663
|
+
function g1({ questions: e, isLoading: t, onSelection: n }) {
|
|
2665
2664
|
const o = e.length > 0, { suggestionsWelcomeText: s } = ne();
|
|
2666
|
-
return t ? /* @__PURE__ */ r(
|
|
2665
|
+
return t ? /* @__PURE__ */ r(h1, {}) : o ? /* @__PURE__ */ S(j, { children: [
|
|
2667
2666
|
s && /* @__PURE__ */ r(ae, { align: "left", children: s }),
|
|
2668
|
-
/* @__PURE__ */ r(
|
|
2667
|
+
/* @__PURE__ */ r(d1, { onSelection: n, questions: e })
|
|
2669
2668
|
] }) : null;
|
|
2670
2669
|
}
|
|
2671
2670
|
const C1 = w.div`
|
|
@@ -2679,7 +2678,7 @@ const C1 = w.div`
|
|
|
2679
2678
|
padding-bottom: ${({ theme: e }) => e.aiChat.body.paddingBottom};
|
|
2680
2679
|
flex: initial;
|
|
2681
2680
|
height: 100%;
|
|
2682
|
-
`,
|
|
2681
|
+
`, f1 = w.div`
|
|
2683
2682
|
padding-left: ${({ theme: e }) => e.aiChat.footer.paddingLeft};
|
|
2684
2683
|
padding-right: ${({ theme: e }) => e.aiChat.footer.paddingRight};
|
|
2685
2684
|
padding-top: ${({ theme: e }) => e.aiChat.footer.paddingTop};
|
|
@@ -2687,75 +2686,75 @@ const C1 = w.div`
|
|
|
2687
2686
|
display: flex;
|
|
2688
2687
|
flex-direction: column;
|
|
2689
2688
|
row-gap: 6px;
|
|
2690
|
-
`,
|
|
2689
|
+
`, m1 = w.div`
|
|
2691
2690
|
display: flex;
|
|
2692
2691
|
flex-direction: column;
|
|
2693
2692
|
row-gap: ${({ theme: e }) => e.aiChat.suggestions.gap};
|
|
2694
2693
|
`;
|
|
2695
|
-
function
|
|
2694
|
+
function b1({ contextTitle: e, onGoBack: t, contextDetails: n }) {
|
|
2696
2695
|
var de, oe, Te, Re;
|
|
2697
2696
|
const { t: o } = N(), {
|
|
2698
2697
|
enableFollowupQuestions: s,
|
|
2699
2698
|
enableHeader: c,
|
|
2700
2699
|
numOfRecentPrompts: l,
|
|
2701
|
-
numOfRecommendations:
|
|
2700
|
+
numOfRecommendations: p,
|
|
2702
2701
|
customPrompt: d
|
|
2703
|
-
} = ne(), { themeSettings: g } = R(), { quotaState:
|
|
2704
|
-
data:
|
|
2702
|
+
} = ne(), { themeSettings: g } = R(), { quotaState: m } = Jn(), {
|
|
2703
|
+
data: y,
|
|
2705
2704
|
isLoading: i,
|
|
2706
2705
|
isError: u
|
|
2707
2706
|
} = Vt({
|
|
2708
2707
|
contextTitle: e,
|
|
2709
|
-
count:
|
|
2708
|
+
count: p,
|
|
2710
2709
|
customPrompt: d
|
|
2711
2710
|
}), a = A(
|
|
2712
|
-
() =>
|
|
2713
|
-
[
|
|
2711
|
+
() => y == null ? void 0 : y.map((H) => H.nlqPrompt),
|
|
2712
|
+
[y]
|
|
2714
2713
|
), {
|
|
2715
|
-
history:
|
|
2716
|
-
lastNlqResponse:
|
|
2717
|
-
isAwaitingResponse:
|
|
2718
|
-
sendMessage:
|
|
2719
|
-
isLoading:
|
|
2720
|
-
chatId:
|
|
2721
|
-
lastError:
|
|
2722
|
-
} =
|
|
2723
|
-
|
|
2714
|
+
history: C,
|
|
2715
|
+
lastNlqResponse: h,
|
|
2716
|
+
isAwaitingResponse: x,
|
|
2717
|
+
sendMessage: v,
|
|
2718
|
+
isLoading: k,
|
|
2719
|
+
chatId: I,
|
|
2720
|
+
lastError: T
|
|
2721
|
+
} = Nr(e, n), $ = x || k || ((de = m == null ? void 0 : m.isExceeded) != null ? de : !1), { mutate: E, isLoading: B } = Qt(I), [le, U] = O(!1), [Z, _] = O(!1), Q = () => U(!0), D = () => U(!1), J = () => {
|
|
2722
|
+
E(), D();
|
|
2724
2723
|
}, P = ve(null), G = ve(null), z = () => {
|
|
2725
2724
|
if (!(P != null && P.current)) return;
|
|
2726
2725
|
const { scrollTop: H, clientHeight: K, scrollHeight: Le } = P.current;
|
|
2727
2726
|
if (H === void 0 || K === void 0 || Le === void 0) return;
|
|
2728
|
-
const
|
|
2729
|
-
Z !==
|
|
2727
|
+
const Ie = Le - H - K > K / 2;
|
|
2728
|
+
Z !== Ie && _(Ie);
|
|
2730
2729
|
};
|
|
2731
|
-
|
|
2730
|
+
He(() => {
|
|
2732
2731
|
P.current && (P.current.scrollTop = P.current.scrollHeight);
|
|
2733
|
-
}, [
|
|
2734
|
-
const
|
|
2735
|
-
|
|
2732
|
+
}, [C, le, x]);
|
|
2733
|
+
const V = ve(null), re = c ? /* @__PURE__ */ r(
|
|
2734
|
+
Yt,
|
|
2736
2735
|
{
|
|
2737
|
-
ref:
|
|
2736
|
+
ref: V,
|
|
2738
2737
|
title: e,
|
|
2739
|
-
leftNav: t && /* @__PURE__ */ r(
|
|
2738
|
+
leftNav: t && /* @__PURE__ */ r(n1, { onClick: t, color: g.aiChat.header.textColor }),
|
|
2740
2739
|
style: g.aiChat.header
|
|
2741
2740
|
}
|
|
2742
|
-
) : null,
|
|
2741
|
+
) : null, Ce = A(
|
|
2743
2742
|
() => [
|
|
2744
2743
|
...new Set(
|
|
2745
|
-
|
|
2744
|
+
C.filter((H) => H.role === "user").filter((H) => !(a != null && a.includes(H.content))).map((H) => H.content).reverse()
|
|
2746
2745
|
)
|
|
2747
2746
|
].slice(0, l),
|
|
2748
|
-
[
|
|
2747
|
+
[C, l, a]
|
|
2749
2748
|
);
|
|
2750
|
-
return (
|
|
2749
|
+
return (T == null ? void 0 : T.message) === o("ai.errors.chatUnavailable") ? /* @__PURE__ */ S(j, { children: [
|
|
2751
2750
|
c && re,
|
|
2752
|
-
/* @__PURE__ */ r(
|
|
2751
|
+
/* @__PURE__ */ r(Xt, { text: T.message })
|
|
2753
2752
|
] }) : /* @__PURE__ */ S(j, { children: [
|
|
2754
2753
|
re,
|
|
2755
2754
|
/* @__PURE__ */ r(er, {}),
|
|
2756
2755
|
/* @__PURE__ */ S(C1, { ref: P, theme: g, onScroll: z, children: [
|
|
2757
2756
|
/* @__PURE__ */ r(
|
|
2758
|
-
|
|
2757
|
+
a1,
|
|
2759
2758
|
{
|
|
2760
2759
|
isVisible: Z,
|
|
2761
2760
|
anchorElement: G.current,
|
|
@@ -2768,56 +2767,56 @@ function y1({ contextTitle: e, onGoBack: t, contextDetails: n }) {
|
|
|
2768
2767
|
}
|
|
2769
2768
|
}
|
|
2770
2769
|
),
|
|
2771
|
-
/* @__PURE__ */ r(
|
|
2770
|
+
/* @__PURE__ */ r(mi, {}),
|
|
2772
2771
|
/* @__PURE__ */ r(
|
|
2773
|
-
|
|
2772
|
+
g1,
|
|
2774
2773
|
{
|
|
2775
2774
|
questions: a || [],
|
|
2776
2775
|
isLoading: i,
|
|
2777
|
-
onSelection:
|
|
2776
|
+
onSelection: v
|
|
2778
2777
|
}
|
|
2779
2778
|
),
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
s &&
|
|
2783
|
-
|
|
2779
|
+
T && /* @__PURE__ */ r(ae, { align: "left", children: T.message }),
|
|
2780
|
+
k ? /* @__PURE__ */ r(De, {}) : /* @__PURE__ */ r(t1, { messages: C }),
|
|
2781
|
+
s && h && ((Te = (oe = h.followupQuestions) == null ? void 0 : oe.length) != null ? Te : 0) > 0 && /* @__PURE__ */ r(m1, { theme: g, children: (Re = h.followupQuestions) == null ? void 0 : Re.slice(0, 2).map((H, K) => /* @__PURE__ */ r(
|
|
2782
|
+
Be,
|
|
2784
2783
|
{
|
|
2785
2784
|
align: "left",
|
|
2786
2785
|
onClick: () => {
|
|
2787
|
-
|
|
2786
|
+
v(H);
|
|
2788
2787
|
},
|
|
2789
2788
|
children: /* @__PURE__ */ r("div", { className: "csdk-py-[7px] csdk-px-4", children: H })
|
|
2790
2789
|
},
|
|
2791
2790
|
K
|
|
2792
2791
|
)) }),
|
|
2793
|
-
(
|
|
2792
|
+
(x || B) && /* @__PURE__ */ r(ut, {}),
|
|
2794
2793
|
le && /* @__PURE__ */ r(
|
|
2795
|
-
|
|
2794
|
+
xi,
|
|
2796
2795
|
{
|
|
2797
2796
|
onCancel: D,
|
|
2798
2797
|
onConfirm: J
|
|
2799
2798
|
}
|
|
2800
2799
|
)
|
|
2801
2800
|
] }),
|
|
2802
|
-
/* @__PURE__ */ S(
|
|
2801
|
+
/* @__PURE__ */ S(f1, { ref: G, theme: g, children: [
|
|
2803
2802
|
/* @__PURE__ */ r(
|
|
2804
|
-
|
|
2803
|
+
no,
|
|
2805
2804
|
{
|
|
2806
|
-
onSendMessage:
|
|
2807
|
-
disabled:
|
|
2808
|
-
onClearHistoryClick:
|
|
2805
|
+
onSendMessage: v,
|
|
2806
|
+
disabled: $,
|
|
2807
|
+
onClearHistoryClick: Q,
|
|
2809
2808
|
suggestions: a || [],
|
|
2810
|
-
recentPrompts:
|
|
2811
|
-
isLoading: i ||
|
|
2809
|
+
recentPrompts: Ce,
|
|
2810
|
+
isLoading: i || k,
|
|
2812
2811
|
recommendationsError: u,
|
|
2813
2812
|
onChange: D
|
|
2814
2813
|
}
|
|
2815
2814
|
),
|
|
2816
|
-
/* @__PURE__ */ r(
|
|
2815
|
+
/* @__PURE__ */ r(qr, { theme: g })
|
|
2817
2816
|
] })
|
|
2818
2817
|
] });
|
|
2819
2818
|
}
|
|
2820
|
-
const
|
|
2819
|
+
const y1 = w.button`
|
|
2821
2820
|
font-family: ${({ theme: e }) => e.typography.fontFamily};
|
|
2822
2821
|
padding: 20px;
|
|
2823
2822
|
border: none;
|
|
@@ -2830,32 +2829,32 @@ const x1 = w.button`
|
|
|
2830
2829
|
cursor: pointer;
|
|
2831
2830
|
|
|
2832
2831
|
background-color: ${({ theme: e }) => e.aiChat.dataTopics.items.backgroundColor};
|
|
2833
|
-
`,
|
|
2832
|
+
`, x1 = w.div`
|
|
2834
2833
|
font-size: 1.05rem;
|
|
2835
2834
|
line-height: 28px;
|
|
2836
2835
|
|
|
2837
2836
|
color: ${({ theme: e }) => e.aiChat.dataTopics.items.textColor};
|
|
2838
|
-
`,
|
|
2837
|
+
`, v1 = w.div`
|
|
2839
2838
|
font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
|
|
2840
2839
|
line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
|
|
2841
2840
|
|
|
2842
|
-
color: ${({ theme: e }) =>
|
|
2843
|
-
`,
|
|
2841
|
+
color: ${({ theme: e }) => zt(e.aiChat.dataTopics.items.textColor, 0, 0.5)};
|
|
2842
|
+
`, k1 = w.div`
|
|
2844
2843
|
width: 16px;
|
|
2845
2844
|
height: 16px;
|
|
2846
2845
|
transform: rotate(180deg);
|
|
2847
2846
|
`;
|
|
2848
|
-
function
|
|
2847
|
+
function w1(e) {
|
|
2849
2848
|
const { title: t, description: n, onClick: o } = e, { themeSettings: s } = R();
|
|
2850
|
-
return /* @__PURE__ */ S(
|
|
2849
|
+
return /* @__PURE__ */ S(y1, { onClick: o, theme: s, children: [
|
|
2851
2850
|
/* @__PURE__ */ S("div", { children: [
|
|
2852
|
-
/* @__PURE__ */ r(
|
|
2853
|
-
/* @__PURE__ */ r(
|
|
2851
|
+
/* @__PURE__ */ r(x1, { theme: s, children: t }),
|
|
2852
|
+
/* @__PURE__ */ r(v1, { theme: s, children: n })
|
|
2854
2853
|
] }),
|
|
2855
|
-
/* @__PURE__ */ r(
|
|
2854
|
+
/* @__PURE__ */ r(k1, { children: /* @__PURE__ */ r(vn, { color: s.aiChat.icons.color }) })
|
|
2856
2855
|
] });
|
|
2857
2856
|
}
|
|
2858
|
-
const
|
|
2857
|
+
const S1 = w.div`
|
|
2859
2858
|
padding: 20px;
|
|
2860
2859
|
display: flex;
|
|
2861
2860
|
flex-direction: column;
|
|
@@ -2869,28 +2868,28 @@ const $1 = w.div`
|
|
|
2869
2868
|
padding-bottom: 4px;
|
|
2870
2869
|
|
|
2871
2870
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
2872
|
-
`,
|
|
2871
|
+
`, $1 = w.div`
|
|
2873
2872
|
font-size: 15px;
|
|
2874
2873
|
line-height: 22px;
|
|
2875
2874
|
|
|
2876
2875
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
2877
2876
|
`;
|
|
2878
|
-
function
|
|
2877
|
+
function T1(e) {
|
|
2879
2878
|
const { dataTopics: t } = e, { themeSettings: n } = R(), { t: o } = N();
|
|
2880
|
-
return /* @__PURE__ */ S(
|
|
2879
|
+
return /* @__PURE__ */ S(S1, { children: [
|
|
2881
2880
|
/* @__PURE__ */ r(M1, { theme: n, children: o("ai.dataTopics") }),
|
|
2882
|
-
/* @__PURE__ */ S(
|
|
2881
|
+
/* @__PURE__ */ S($1, { theme: n, children: [
|
|
2883
2882
|
o("ai.chatbotDescription"),
|
|
2884
2883
|
/* @__PURE__ */ r("br", {}),
|
|
2885
2884
|
/* @__PURE__ */ r("br", {}),
|
|
2886
2885
|
o("ai.topicSelectPrompt")
|
|
2887
2886
|
] }),
|
|
2888
|
-
t.map((s) => /* @__PURE__ */ tr(
|
|
2887
|
+
t.map((s) => /* @__PURE__ */ tr(w1, L(M({}, s), { key: s.title })))
|
|
2889
2888
|
] });
|
|
2890
2889
|
}
|
|
2891
|
-
const
|
|
2890
|
+
const R1 = "#000000", L1 = "#FFFFFF";
|
|
2892
2891
|
function I1({ isDarkBackground: e = !1 }) {
|
|
2893
|
-
const t = e ?
|
|
2892
|
+
const t = e ? L1 : R1;
|
|
2894
2893
|
return /* @__PURE__ */ S(
|
|
2895
2894
|
"svg",
|
|
2896
2895
|
{
|
|
@@ -3016,10 +3015,10 @@ function I1({ isDarkBackground: e = !1 }) {
|
|
|
3016
3015
|
}
|
|
3017
3016
|
);
|
|
3018
3017
|
}
|
|
3019
|
-
const
|
|
3018
|
+
const E1 = w.div`
|
|
3020
3019
|
margin-left: 14px;
|
|
3021
3020
|
margin-top: 3px;
|
|
3022
|
-
`,
|
|
3021
|
+
`, N1 = w.div`
|
|
3023
3022
|
display: flex;
|
|
3024
3023
|
flex-direction: column;
|
|
3025
3024
|
justify-content: top;
|
|
@@ -3028,87 +3027,87 @@ const N1 = w.div`
|
|
|
3028
3027
|
|
|
3029
3028
|
background-color: ${({ theme: e }) => e.aiChat.dataTopics.backgroundColor};
|
|
3030
3029
|
`;
|
|
3031
|
-
function
|
|
3032
|
-
const { enableHeader: n } = ne(), { themeSettings: o } = R(), { t: s } = N(), c = A(() => e == null ? void 0 : e.map((
|
|
3033
|
-
title:
|
|
3034
|
-
onClick: () => t(
|
|
3030
|
+
function P1({ dataTopicsList: e, onDataTopicClick: t }) {
|
|
3031
|
+
const { enableHeader: n } = ne(), { themeSettings: o } = R(), { t: s } = N(), c = A(() => e == null ? void 0 : e.map((p) => ({
|
|
3032
|
+
title: p,
|
|
3033
|
+
onClick: () => t(p)
|
|
3035
3034
|
})), [e, t]), l = ar(lr(o.aiChat.header.backgroundColor)) > 0.5;
|
|
3036
3035
|
return /* @__PURE__ */ S(j, { children: [
|
|
3037
3036
|
n ? /* @__PURE__ */ r(
|
|
3038
|
-
|
|
3037
|
+
Yt,
|
|
3039
3038
|
{
|
|
3040
3039
|
title: s("ai.analyticsChatbot"),
|
|
3041
|
-
leftNav: /* @__PURE__ */ r(
|
|
3040
|
+
leftNav: /* @__PURE__ */ r(E1, { children: /* @__PURE__ */ r(I1, { isDarkBackground: l }) }),
|
|
3042
3041
|
style: o.aiChat.header
|
|
3043
3042
|
}
|
|
3044
3043
|
) : null,
|
|
3045
|
-
/* @__PURE__ */ S(
|
|
3046
|
-
!c && /* @__PURE__ */ r(
|
|
3047
|
-
c && /* @__PURE__ */ r(
|
|
3044
|
+
/* @__PURE__ */ S(N1, { theme: o, children: [
|
|
3045
|
+
!c && /* @__PURE__ */ r(De, {}),
|
|
3046
|
+
c && /* @__PURE__ */ r(T1, { dataTopics: c })
|
|
3048
3047
|
] })
|
|
3049
3048
|
] });
|
|
3050
3049
|
}
|
|
3051
|
-
function
|
|
3052
|
-
const [e, t] = O(), [n, o] = O(), { data: s, fetchStatus: c } =
|
|
3050
|
+
function H1() {
|
|
3051
|
+
const [e, t] = O(), [n, o] = O(), { data: s, fetchStatus: c } = $r(), { dataTopicsList: l, contextDetails: p } = ne(), { t: d } = N(), g = d("ai.errors.noAvailableDataTopics"), m = F(
|
|
3053
3052
|
(a) => {
|
|
3054
3053
|
a.length ? a.length === 1 && (o(void 0), t(a[0])) : o(g);
|
|
3055
3054
|
},
|
|
3056
3055
|
[g]
|
|
3057
|
-
),
|
|
3056
|
+
), y = A(() => {
|
|
3058
3057
|
if (s && c === "idle") {
|
|
3059
|
-
const
|
|
3060
|
-
return
|
|
3058
|
+
const C = (l != null && l.length ? s == null ? void 0 : s.filter((h) => l == null ? void 0 : l.includes(h.title)) : s).map((h) => h.title);
|
|
3059
|
+
return m(C), C;
|
|
3061
3060
|
}
|
|
3062
3061
|
return [];
|
|
3063
|
-
}, [s, c, l,
|
|
3062
|
+
}, [s, c, l, m]), i = we(), u = F(() => {
|
|
3064
3063
|
o(void 0), i.invalidateQueries(["getDataTopics"]);
|
|
3065
3064
|
}, [i]);
|
|
3066
3065
|
return n ? /* @__PURE__ */ r(
|
|
3067
|
-
|
|
3066
|
+
Xt,
|
|
3068
3067
|
{
|
|
3069
3068
|
text: n,
|
|
3070
3069
|
action: { text: d("ai.buttons.refresh"), onClick: u }
|
|
3071
3070
|
}
|
|
3072
|
-
) :
|
|
3073
|
-
|
|
3071
|
+
) : y.length === 1 && !e ? /* @__PURE__ */ r(De, {}) : e ? /* @__PURE__ */ r(
|
|
3072
|
+
b1,
|
|
3074
3073
|
{
|
|
3075
3074
|
contextTitle: e,
|
|
3076
|
-
contextDetails:
|
|
3077
|
-
onGoBack:
|
|
3075
|
+
contextDetails: p,
|
|
3076
|
+
onGoBack: y.length === 1 ? void 0 : () => t(void 0)
|
|
3078
3077
|
}
|
|
3079
3078
|
) : /* @__PURE__ */ r(
|
|
3080
|
-
|
|
3079
|
+
P1,
|
|
3081
3080
|
{
|
|
3082
|
-
dataTopicsList:
|
|
3081
|
+
dataTopicsList: y,
|
|
3083
3082
|
onDataTopicClick: (a) => t(a)
|
|
3084
3083
|
}
|
|
3085
3084
|
);
|
|
3086
3085
|
}
|
|
3087
|
-
const
|
|
3086
|
+
const es = qt({
|
|
3088
3087
|
componentName: "Chatbot"
|
|
3089
3088
|
})((e) => {
|
|
3090
3089
|
const { width: t, height: n, config: o } = e, { themeSettings: s } = R();
|
|
3091
|
-
return /* @__PURE__ */ r(
|
|
3092
|
-
|
|
3090
|
+
return /* @__PURE__ */ r(Sr, { value: o != null ? o : {}, children: /* @__PURE__ */ r(
|
|
3091
|
+
Or,
|
|
3093
3092
|
{
|
|
3094
3093
|
id: "csdk-chatbot-frame",
|
|
3095
3094
|
width: t,
|
|
3096
3095
|
height: n,
|
|
3097
3096
|
theme: s,
|
|
3098
3097
|
tabIndex: 0,
|
|
3099
|
-
children: /* @__PURE__ */ r(
|
|
3098
|
+
children: /* @__PURE__ */ r(H1, {})
|
|
3100
3099
|
}
|
|
3101
3100
|
) });
|
|
3102
|
-
}),
|
|
3101
|
+
}), ts = qt({
|
|
3103
3102
|
componentName: "GetNlgInsights"
|
|
3104
3103
|
})(function(t) {
|
|
3105
|
-
const { data: n, isLoading: o, isError: s } =
|
|
3104
|
+
const { data: n, isLoading: o, isError: s } = Ae(t), { t: c } = N();
|
|
3106
3105
|
if (s)
|
|
3107
3106
|
return /* @__PURE__ */ r(j, { children: c("ai.errors.unexpected") });
|
|
3108
3107
|
const l = n != null ? n : c("ai.errors.insightsNotAvailable");
|
|
3109
|
-
return /* @__PURE__ */ r(
|
|
3108
|
+
return /* @__PURE__ */ r(Ct, { text: o ? "Loading..." : l });
|
|
3110
3109
|
});
|
|
3111
|
-
function
|
|
3110
|
+
function B1({ theme: e }) {
|
|
3112
3111
|
const t = e.general.brandColor;
|
|
3113
3112
|
return /* @__PURE__ */ S(
|
|
3114
3113
|
"svg",
|
|
@@ -3150,7 +3149,7 @@ function F1({ theme: e }) {
|
|
|
3150
3149
|
}
|
|
3151
3150
|
);
|
|
3152
3151
|
}
|
|
3153
|
-
const
|
|
3152
|
+
const F1 = w.div`
|
|
3154
3153
|
display: flex;
|
|
3155
3154
|
flex-direction: row;
|
|
3156
3155
|
align-items: center;
|
|
@@ -3159,9 +3158,9 @@ const O1 = w.div`
|
|
|
3159
3158
|
max-width: 640px;
|
|
3160
3159
|
color: ${({ theme: e }) => e.chart.textColor};
|
|
3161
3160
|
background-color: ${({ theme: e }) => e.chart.backgroundColor};
|
|
3162
|
-
`,
|
|
3161
|
+
`, O1 = w.div`
|
|
3163
3162
|
align-self: flex-start;
|
|
3164
|
-
`,
|
|
3163
|
+
`, A1 = ({ summary: e, nlgRequest: t }) => {
|
|
3165
3164
|
const { themeSettings: n } = R();
|
|
3166
3165
|
return /* @__PURE__ */ r(
|
|
3167
3166
|
et,
|
|
@@ -3170,14 +3169,14 @@ const O1 = w.div`
|
|
|
3170
3169
|
data: t,
|
|
3171
3170
|
type: "chart/insights",
|
|
3172
3171
|
buttonVisibility: "always",
|
|
3173
|
-
renderContent: (o) => /* @__PURE__ */ S(
|
|
3174
|
-
/* @__PURE__ */ r(
|
|
3175
|
-
/* @__PURE__ */ r(
|
|
3172
|
+
renderContent: (o) => /* @__PURE__ */ S(F1, { theme: n, children: [
|
|
3173
|
+
/* @__PURE__ */ r(O1, { theme: n, children: /* @__PURE__ */ r(B1, { theme: n }) }),
|
|
3174
|
+
/* @__PURE__ */ r(Ct, { text: e }),
|
|
3176
3175
|
o
|
|
3177
3176
|
] })
|
|
3178
3177
|
}
|
|
3179
3178
|
);
|
|
3180
|
-
},
|
|
3179
|
+
}, D1 = (e, t) => e.nlqResponse.timestamp === t.nlqResponse.timestamp, ns = Wt(
|
|
3181
3180
|
function({
|
|
3182
3181
|
nlqResponse: t,
|
|
3183
3182
|
onDataReady: n,
|
|
@@ -3185,8 +3184,8 @@ const O1 = w.div`
|
|
|
3185
3184
|
widgetProps: s,
|
|
3186
3185
|
filters: c = []
|
|
3187
3186
|
}) {
|
|
3188
|
-
const l = t.timestamp,
|
|
3189
|
-
() =>
|
|
3187
|
+
const l = t.timestamp, p = A(
|
|
3188
|
+
() => L(M({}, t), {
|
|
3190
3189
|
queryTitle: nr(t.queryTitle)
|
|
3191
3190
|
}),
|
|
3192
3191
|
// Memoize based on timestamp to prevent unnecessary recomputations
|
|
@@ -3194,51 +3193,51 @@ const O1 = w.div`
|
|
|
3194
3193
|
[l]
|
|
3195
3194
|
), { connectToWidgetProps: d } = rr({
|
|
3196
3195
|
initialFilters: c
|
|
3197
|
-
}), [g,
|
|
3196
|
+
}), [g, m] = O(null);
|
|
3198
3197
|
Se(() => {
|
|
3199
|
-
const
|
|
3198
|
+
const h = Oe(p, {
|
|
3200
3199
|
useCustomizedStyleOptions: !0
|
|
3201
3200
|
});
|
|
3202
|
-
if (!
|
|
3201
|
+
if (!h) m(null);
|
|
3203
3202
|
else {
|
|
3204
|
-
o &&
|
|
3205
|
-
|
|
3203
|
+
o && h.styleOptions && (h.styleOptions = cr(
|
|
3204
|
+
h.styleOptions,
|
|
3206
3205
|
o
|
|
3207
3206
|
));
|
|
3208
|
-
const
|
|
3207
|
+
const x = d(h, {
|
|
3209
3208
|
shouldAffectFilters: !1,
|
|
3210
3209
|
applyMode: "filter"
|
|
3211
3210
|
});
|
|
3212
|
-
|
|
3211
|
+
m(x);
|
|
3213
3212
|
}
|
|
3214
|
-
}, [
|
|
3215
|
-
const
|
|
3216
|
-
const
|
|
3217
|
-
|
|
3213
|
+
}, [p, d, o]);
|
|
3214
|
+
const y = A(() => {
|
|
3215
|
+
const h = g && Qe(g) ? pr(g == null ? void 0 : g.filters) : [], x = p.jaql.metadata.filter((v) => !v.jaql.filter).concat(
|
|
3216
|
+
h.filter((v) => !v.config.disabled).map((v) => v.jaql())
|
|
3218
3217
|
);
|
|
3219
|
-
return
|
|
3220
|
-
jaql:
|
|
3218
|
+
return L(M({}, p), {
|
|
3219
|
+
jaql: L(M({}, p.jaql), { metadata: x }),
|
|
3221
3220
|
verbosity: "Low"
|
|
3222
3221
|
});
|
|
3223
|
-
}, [
|
|
3222
|
+
}, [p, g]), { data: i, isLoading: u, isError: a } = Ae(y);
|
|
3224
3223
|
if (u || !g)
|
|
3225
3224
|
return /* @__PURE__ */ r(ut, {});
|
|
3226
|
-
if (!
|
|
3225
|
+
if (!Qe(g))
|
|
3227
3226
|
return /* @__PURE__ */ r(j, {});
|
|
3228
|
-
const
|
|
3227
|
+
const C = s || L(M({}, g), {
|
|
3229
3228
|
styleOptions: o,
|
|
3230
3229
|
onDataReady: n
|
|
3231
3230
|
});
|
|
3232
3231
|
return /* @__PURE__ */ r(
|
|
3233
3232
|
xe,
|
|
3234
|
-
|
|
3233
|
+
L(M({}, C), {
|
|
3235
3234
|
highlightSelectionDisabled: !0,
|
|
3236
|
-
topSlot: i && !a && /* @__PURE__ */ r(
|
|
3235
|
+
topSlot: i && !a && /* @__PURE__ */ r(A1, { nlgRequest: y, summary: i })
|
|
3237
3236
|
})
|
|
3238
3237
|
);
|
|
3239
3238
|
},
|
|
3240
|
-
|
|
3241
|
-
),
|
|
3239
|
+
D1
|
|
3240
|
+
), q1 = new Ht({
|
|
3242
3241
|
defaultOptions: {
|
|
3243
3242
|
queries: {
|
|
3244
3243
|
refetchOnWindowFocus: !1,
|
|
@@ -3246,58 +3245,51 @@ const O1 = w.div`
|
|
|
3246
3245
|
}
|
|
3247
3246
|
}
|
|
3248
3247
|
});
|
|
3249
|
-
function
|
|
3248
|
+
function rs({
|
|
3250
3249
|
children: e,
|
|
3251
3250
|
context: t
|
|
3252
3251
|
}) {
|
|
3253
|
-
return /* @__PURE__ */ r(
|
|
3252
|
+
return /* @__PURE__ */ r(jt, { children: /* @__PURE__ */ r(st.Provider, { value: t == null ? void 0 : t.api, children: /* @__PURE__ */ r(Ft, { client: q1, children: e }) }) });
|
|
3254
3253
|
}
|
|
3255
|
-
function
|
|
3254
|
+
function os(e, t, n) {
|
|
3256
3255
|
return X(this, null, function* () {
|
|
3257
|
-
var
|
|
3258
|
-
const o
|
|
3256
|
+
var d;
|
|
3257
|
+
const { supported: o, narrativeRequest: s, narrativeFallbackRequest: c, missingDataSource: l } = or(
|
|
3259
3258
|
e,
|
|
3260
3259
|
n == null ? void 0 : n.defaultDataSource,
|
|
3261
3260
|
n == null ? void 0 : n.verbosity,
|
|
3262
3261
|
n == null ? void 0 : n.ignoreTrendAndForecast
|
|
3263
|
-
)
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
)
|
|
3270
|
-
) : null;
|
|
3271
|
-
if (!o)
|
|
3272
|
-
throw new Error("Only chart or pivot widget props are supported");
|
|
3273
|
-
const s = yield tt(t, o, {
|
|
3274
|
-
isUnified: n == null ? void 0 : n.isUnified,
|
|
3275
|
-
isSisenseAiEnabled: n == null ? void 0 : n.isSisenseAiEnabled
|
|
3262
|
+
);
|
|
3263
|
+
if (!o || !s)
|
|
3264
|
+
throw l ? new Error(ir) : new Error("Only chart or pivot widget props are supported");
|
|
3265
|
+
const p = yield tt(t, s, {
|
|
3266
|
+
canGenerateNarrativeViaAI: n == null ? void 0 : n.canGenerateNarrativeViaAI,
|
|
3267
|
+
fallbackRequestOn400: c
|
|
3276
3268
|
});
|
|
3277
|
-
if (!((
|
|
3269
|
+
if (!((d = p == null ? void 0 : p.data) != null && d.answer))
|
|
3278
3270
|
throw new Error("Invalid response from NLG insights API");
|
|
3279
|
-
return
|
|
3271
|
+
return p.data.answer;
|
|
3280
3272
|
});
|
|
3281
3273
|
}
|
|
3282
3274
|
export {
|
|
3283
3275
|
_1 as AiContextProvider,
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3297
|
-
|
|
3298
|
-
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
|
|
3276
|
+
fr as ChatRestApi,
|
|
3277
|
+
es as Chatbot,
|
|
3278
|
+
rs as CustomAiContextProvider,
|
|
3279
|
+
wr as DEFAULT_RECOMMENDATIONS_COUNT,
|
|
3280
|
+
ts as GetNlgInsights,
|
|
3281
|
+
xr as NLQ_RESULT_CHART_TYPES,
|
|
3282
|
+
ns as NlqChartWidget,
|
|
3283
|
+
vr as executeGetNlqResult,
|
|
3284
|
+
os as getNlgInsightsFromWidget,
|
|
3285
|
+
Hn as prepareGetNlgInsightsPayload,
|
|
3286
|
+
Gt as prepareGetNlqResultPayload,
|
|
3287
|
+
Nr as useChatSession,
|
|
3288
|
+
J1 as useFinalNlqResponse,
|
|
3289
|
+
Q1 as useGetNlgInsights,
|
|
3290
|
+
K1 as useGetNlqResult,
|
|
3291
|
+
X1 as useGetQueryRecommendations,
|
|
3292
|
+
Y1 as useLastNlqResponse,
|
|
3293
|
+
as as widgetComposer
|
|
3302
3294
|
};
|
|
3303
|
-
(function(){"use strict";var t;try{if(typeof document!="undefined"){var e=document.createElement("style");e.nonce=(t=document.head.querySelector("meta[property=csp-nonce]"))==null?void 0:t.content,e.appendChild(document.createTextNode('@charset "UTF-8";.csdk-boxplot-tooltip-row{display:flex;justify-content:space-between}.csdk-boxplot-tooltip-row>*{margin-right:10px}.csdk-boxplot-tooltip-row>*:last-child{margin-right:0}.csdk-treemap-tooltip-wrapper{min-width:210px;color:#acacac;font-size:14px;line-height:16px;background:#fff;border-radius:10px;overflow:hidden;margin-right:-1px;padding-bottom:10px}.csdk-treemap-tooltip-level{display:flex;align-items:center;position:relative;padding:8px;font-size:14px;border-bottom:1px solid #ccc}.csdk-treemap-tooltip-level span{padding:0 2px}.csdk-treemap-tooltip-value{padding:10px 10px 0;font-size:12px;line-height:16px}.highcharts-sunburst-series.highcharts-legend-item{pointer-events:none!important}[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}.csdk-accessible button:focus-visible,.csdk-accessible a:focus-visible,.csdk-accessible textarea:focus-visible,.csdk-accessible select:focus-visible,.csdk-accessible input:focus-visible,.csdk-accessible [tabindex]:focus-visible{outline:-webkit-focus-ring-color auto 1px}.csdk-accessible .MuiTouchRipple-root{display:none}:root{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }::backdrop{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }.csdk-absolute{position:absolute}.csdk-relative{position:relative}.csdk-left-2{left:.5rem}.csdk-right-0{right:0}.csdk-right-\\[-15px\\]{right:-15px}.csdk-right-\\[-5px\\]{right:-5px}.csdk-right-\\[0px\\]{right:0}.csdk-right-\\[4px\\]{right:4px}.csdk-top-1\\/2{top:50%}.csdk-top-\\[3px\\]{top:3px}.csdk-top-\\[7px\\]{top:7px}.csdk-m-0{margin:0}.csdk-m-auto{margin:auto}.csdk-m-checkbox,.csdk-m-radio{margin:6px 10px 6px 6px}.csdk-mx-\\[16px\\]{margin-left:16px;margin-right:16px}.csdk-my-1{margin-top:.25rem;margin-bottom:.25rem}.csdk-my-\\[2px\\]{margin-top:2px;margin-bottom:2px}.csdk-my-\\[5px\\]{margin-top:5px;margin-bottom:5px}.csdk-mb-1{margin-bottom:.25rem}.csdk-mb-\\[10px\\]{margin-bottom:10px}.csdk-mb-\\[24px\\]{margin-bottom:24px}.csdk-mb-\\[3px\\]{margin-bottom:3px}.csdk-mb-\\[4px\\]{margin-bottom:4px}.csdk-mb-px{margin-bottom:1px}.csdk-ml-1{margin-left:.25rem}.csdk-ml-1\\.5{margin-left:.375rem}.csdk-ml-2{margin-left:.5rem}.csdk-ml-\\[10px\\]{margin-left:10px}.csdk-ml-\\[5px\\]{margin-left:5px}.csdk-ml-\\[6px\\]{margin-left:6px}.csdk-ml-\\[8px\\]{margin-left:8px}.csdk-ml-auto{margin-left:auto}.csdk-mr-2{margin-right:.5rem}.csdk-mr-\\[5px\\]{margin-right:5px}.csdk-mr-\\[7px\\]{margin-right:7px}.csdk-mt-2{margin-top:.5rem}.csdk-mt-3{margin-top:.75rem}.csdk-mt-\\[-2px\\]{margin-top:-2px}.csdk-mt-\\[16px\\]{margin-top:16px}.csdk-mt-\\[2px\\]{margin-top:2px}.csdk-mt-\\[6px\\]{margin-top:6px}.csdk-mt-\\[8px\\]{margin-top:8px}.csdk-box-border{box-sizing:border-box}.csdk-flex{display:flex}.csdk-inline-flex{display:inline-flex}.csdk-grid{display:grid}.csdk-h-5{height:1.25rem}.csdk-h-6{height:1.5rem}.csdk-h-\\[100\\%\\]{height:100%}.csdk-h-\\[10px\\]{height:10px}.csdk-h-\\[18px\\]{height:18px}.csdk-h-\\[20px\\]{height:20px}.csdk-h-\\[245px\\]{height:245px}.csdk-h-button{height:28px}.csdk-h-checkbox{height:12px}.csdk-h-full{height:100%}.csdk-h-radio{height:12px}.csdk-h-screen{height:100vh}.csdk-max-h-32{max-height:8rem}.csdk-max-h-64{max-height:16rem}.csdk-max-h-\\[3\\.5rem\\]{max-height:3.5rem}.csdk-min-h-\\[20px\\]{min-height:20px}.csdk-min-h-\\[32px\\]{min-height:32px}.csdk-w-5{width:1.25rem}.csdk-w-\\[100\\%\\]{width:100%}.csdk-w-\\[10px\\]{width:10px}.csdk-w-\\[152px\\]{width:152px}.csdk-w-\\[18px\\]{width:18px}.csdk-w-\\[240px\\]{width:240px}.csdk-w-\\[28px\\]{width:28px}.csdk-w-\\[300px\\]{width:300px}.csdk-w-\\[60px\\]{width:60px}.csdk-w-checkbox{width:12px}.csdk-w-fit{width:-moz-fit-content;width:fit-content}.csdk-w-full{width:100%}.csdk-w-radio{width:12px}.csdk-min-w-0{min-width:0px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-\\[800px\\]{max-width:800px}.csdk-max-w-full{max-width:100%}.csdk-max-w-xs{max-width:20rem}.csdk-flex-1{flex:1 1 0%}.csdk-shrink-0{flex-shrink:0}.csdk-grow{flex-grow:1}.csdk-grow-0{flex-grow:0}.-csdk-translate-y-1\\/2{--csdk-tw-translate-y: -50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-translate-x-1\\/2{--csdk-tw-translate-x: 50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.-csdk-rotate-90{--csdk-tw-rotate: -90deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-rotate-45{--csdk-tw-rotate: 45deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-scale-x-\\[-1\\]{--csdk-tw-scale-x: -1;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-transform{transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}@keyframes csdk-spin{to{transform:rotate(360deg)}}.csdk-animate-spin{animation:csdk-spin 1s linear infinite}.csdk-cursor-default{cursor:default}.csdk-cursor-pointer{cursor:pointer}.csdk-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.csdk-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.csdk-flex-row{flex-direction:row}.csdk-flex-col{flex-direction:column}.csdk-flex-wrap{flex-wrap:wrap}.csdk-items-center{align-items:center}.csdk-justify-end{justify-content:flex-end}.csdk-justify-center{justify-content:center}.csdk-justify-between{justify-content:space-between}.csdk-justify-evenly{justify-content:space-evenly}.csdk-gap-1{gap:.25rem}.csdk-gap-2{gap:.5rem}.csdk-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.csdk-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.csdk-gap-y-0{row-gap:0px}.csdk-gap-y-0\\.5{row-gap:.125rem}.csdk-gap-y-1{row-gap:.25rem}.csdk-gap-y-4{row-gap:1rem}.csdk-self-center{align-self:center}.csdk-overflow-auto{overflow:auto}.csdk-overflow-hidden{overflow:hidden}.\\!csdk-overflow-visible{overflow:visible!important}.csdk-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.csdk-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.csdk-break-all{word-break:break-all}.csdk-rounded{border-radius:.25rem}.csdk-rounded-\\[4px\\]{border-radius:4px}.csdk-rounded-full{border-radius:9999px}.csdk-rounded-md{border-radius:.375rem}.csdk-border{border-width:1px}.csdk-border-0{border-width:0px}.csdk-border-input{border-width:1px}.csdk-border-b{border-bottom-width:1px}.csdk-border-l{border-left-width:1px}.csdk-border-l-\\[70px\\]{border-left-width:70px}.csdk-border-r-\\[70px\\]{border-right-width:70px}.csdk-border-t{border-top-width:1px}.csdk-border-t-\\[13px\\]{border-top-width:13px}.csdk-border-solid{border-style:solid}.csdk-border-none{border-style:none}.csdk-border-UI-default{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--csdk-tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--csdk-tw-border-opacity))}.csdk-border-transparent{border-color:transparent}.csdk-border-l-\\[transparent\\]{border-left-color:transparent}.csdk-border-r-\\[transparent\\]{border-right-color:transparent}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--csdk-tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--csdk-tw-bg-opacity))}.csdk-p-1{padding:.25rem}.csdk-p-1\\.5{padding:.375rem}.csdk-p-3{padding:.75rem}.csdk-p-\\[10px\\]{padding:10px}.csdk-p-\\[12px\\]{padding:12px}.csdk-p-\\[20px\\]{padding:20px}.csdk-p-\\[4px\\]{padding:4px}.csdk-p-button{padding:4px 24px}.csdk-p-px{padding:1px}.csdk-px-2{padding-left:.5rem;padding-right:.5rem}.csdk-px-4{padding-left:1rem;padding-right:1rem}.csdk-px-\\[12px\\]{padding-left:12px;padding-right:12px}.csdk-px-\\[20px\\]{padding-left:20px;padding-right:20px}.csdk-px-\\[8px\\]{padding-left:8px;padding-right:8px}.csdk-py-0{padding-top:0;padding-bottom:0}.csdk-py-0\\.5{padding-top:.125rem;padding-bottom:.125rem}.csdk-py-1{padding-top:.25rem;padding-bottom:.25rem}.csdk-py-\\[14\\.5px\\]{padding-top:14.5px;padding-bottom:14.5px}.csdk-py-\\[5px\\]{padding-top:5px;padding-bottom:5px}.csdk-py-\\[6px\\]{padding-top:6px;padding-bottom:6px}.csdk-py-\\[7px\\]{padding-top:7px;padding-bottom:7px}.csdk-pb-\\[0px\\]{padding-bottom:0}.csdk-pl-1{padding-left:.25rem}.csdk-pl-2{padding-left:.5rem}.csdk-pl-2\\.5{padding-left:.625rem}.csdk-pl-3{padding-left:.75rem}.csdk-pl-\\[20px\\]{padding-left:20px}.csdk-pr-10{padding-right:2.5rem}.csdk-pt-48{padding-top:12rem}.csdk-text-left{text-align:left}.csdk-text-\\[13px\\]{font-size:13px}.csdk-text-ai-lg{font-size:18px;line-height:22px}.csdk-text-ai-sm{font-size:13px;line-height:18px}.csdk-text-ai-xs{font-size:11px;line-height:18px}.csdk-text-sm{font-size:.875rem;line-height:1.25rem}.csdk-text-xs{font-size:.75rem;line-height:1rem}.csdk-font-normal{font-weight:400}.csdk-leading-4{line-height:1rem}.csdk-leading-\\[16px\\]{line-height:16px}.csdk-leading-\\[18px\\]{line-height:18px}.csdk-leading-none{line-height:1}.csdk-text-UI-default{--csdk-tw-text-opacity: 1;color:rgb(110 115 125 / var(--csdk-tw-text-opacity))}.csdk-text-\\[\\#262e3d\\]{--csdk-tw-text-opacity: 1;color:rgb(38 46 61 / var(--csdk-tw-text-opacity))}.csdk-text-semantic-error{color:#e74727}.csdk-text-text-active{color:#262e3d}.csdk-text-text-content{color:#262e3dcc}.csdk-text-text-link{color:#36a3d9}.csdk-text-text-linkButton{--csdk-tw-text-opacity: 1;color:rgb(30 175 243 / var(--csdk-tw-text-opacity))}.csdk-underline-offset-2{text-underline-offset:2px}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-shadow-md{--csdk-tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--csdk-tw-shadow-colored: 0 4px 6px -1px var(--csdk-tw-shadow-color), 0 2px 4px -2px var(--csdk-tw-shadow-color);box-shadow:var(--csdk-tw-ring-offset-shadow, 0 0 #0000),var(--csdk-tw-ring-shadow, 0 0 #0000),var(--csdk-tw-shadow)}.csdk-shadow-gray-500{--csdk-tw-shadow-color: #6b7280;--csdk-tw-shadow: var(--csdk-tw-shadow-colored)}.csdk-outline-0{outline-width:0px}.csdk-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-delay-150{transition-delay:.15s}.csdk-duration-500{transition-duration:.5s}.invalid\\:csdk-border-input:invalid{border-width:1px}.invalid\\:csdk-border-solid:invalid{border-style:solid}.invalid\\:csdk-border-semantic-error:invalid{border-color:#e74727}.hover\\:csdk-border-2:hover{border-width:2px}.hover\\:csdk-bg-interaction-primaryHovered:hover{background-color:#f2b900}.hover\\:csdk-bg-row-hover:hover{background-color:#e0e0e04d}.hover\\:csdk-underline:hover{text-decoration-line:underline}.focus\\:csdk-border-input:focus{border-width:1px}.focus\\:csdk-border-solid:focus{border-style:solid}.focus\\:csdk-border-UI-default:focus{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.disabled\\:csdk-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:csdk-opacity-30:disabled{opacity:.3}._container_1wquj_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px;text-align:center;margin:15px}._container_1wquj_1 ._card_1wquj_11{position:relative;padding:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;z-index:1;width:100%}._container_1wquj_1 ._text_1wquj_19{font-size:13px;text-align:center;font-weight:700;word-wrap:break-word}.csdk-context-menu-selected-with-dot{position:relative}.csdk-context-menu-selected-with-dot:before{content:"";position:absolute;left:12px;top:calc(50% - 3px);width:6px;height:6px;background-color:#000;border-radius:50%}._wrapper_1lpzp_1{width:100%;height:100%;position:relative}._title_1lpzp_7{font-size:18px;letter-spacing:normal;text-align:center;position:absolute;width:100%;top:11%}._image_1lpzp_17{width:66.6%;height:100%;margin:0 auto;display:block}[class*=csdk] .leaflet-pane,[class*=csdk] .leaflet-tile,[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow,[class*=csdk] .leaflet-tile-container,[class*=csdk] .leaflet-pane>svg,[class*=csdk] .leaflet-pane>canvas,[class*=csdk] .leaflet-zoom-box,[class*=csdk] .leaflet-image-layer,[class*=csdk] .leaflet-layer{position:absolute;left:0;top:0}[class*=csdk] .leaflet-container{overflow:hidden}[class*=csdk] .leaflet-tile,[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}[class*=csdk] .leaflet-tile::-moz-selection{background:transparent}[class*=csdk] .leaflet-tile::selection{background:transparent}[class*=csdk] .leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}[class*=csdk] .leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow{display:block}[class*=csdk] .leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}[class*=csdk] .leaflet-container .leaflet-marker-pane img,[class*=csdk] .leaflet-container .leaflet-shadow-pane img,[class*=csdk] .leaflet-container .leaflet-tile-pane img,[class*=csdk] .leaflet-container img.leaflet-image-layer,[class*=csdk] .leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}[class*=csdk] .leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}[class*=csdk] .leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}[class*=csdk] .leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}[class*=csdk] .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}[class*=csdk] .leaflet-container{-webkit-tap-highlight-color:transparent}[class*=csdk] .leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}[class*=csdk] .leaflet-tile{filter:inherit;visibility:hidden}[class*=csdk] .leaflet-tile-loaded{visibility:inherit}[class*=csdk] .leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}[class*=csdk] .leaflet-overlay-pane svg{-moz-user-select:none}[class*=csdk] .leaflet-pane{z-index:400}[class*=csdk] .leaflet-tile-pane{z-index:200}[class*=csdk] .leaflet-overlay-pane{z-index:400}[class*=csdk] .leaflet-shadow-pane{z-index:500}[class*=csdk] .leaflet-marker-pane{z-index:600}[class*=csdk] .leaflet-tooltip-pane{z-index:650}[class*=csdk] .leaflet-popup-pane{z-index:700}[class*=csdk] .leaflet-map-pane canvas{z-index:100}[class*=csdk] .leaflet-map-pane svg{z-index:200}[class*=csdk] .leaflet-vml-shape{width:1px;height:1px}[class*=csdk] .lvml{behavior:url(#default#VML);display:inline-block;position:absolute}[class*=csdk] .leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}[class*=csdk] .leaflet-top,[class*=csdk] .leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}[class*=csdk] .leaflet-top{top:0}[class*=csdk] .leaflet-right{right:0}[class*=csdk] .leaflet-bottom{bottom:0}[class*=csdk] .leaflet-left{left:0}[class*=csdk] .leaflet-control{float:left;clear:both}[class*=csdk] .leaflet-right .leaflet-control{float:right}[class*=csdk] .leaflet-top .leaflet-control{margin-top:10px}[class*=csdk] .leaflet-bottom .leaflet-control{margin-bottom:10px}[class*=csdk] .leaflet-left .leaflet-control{margin-left:10px}[class*=csdk] .leaflet-right .leaflet-control{margin-right:10px}[class*=csdk] .leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}[class*=csdk] .leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}[class*=csdk] .leaflet-zoom-animated{transform-origin:0 0}[class*=csdk] svg.leaflet-zoom-animated{will-change:transform}[class*=csdk] .leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}[class*=csdk] .leaflet-zoom-anim .leaflet-tile,[class*=csdk] .leaflet-pan-anim .leaflet-tile{transition:none}[class*=csdk] .leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}[class*=csdk] .leaflet-interactive{cursor:pointer}[class*=csdk] .leaflet-grab{cursor:grab}[class*=csdk] .leaflet-crosshair,[class*=csdk] .leaflet-crosshair .leaflet-interactive{cursor:crosshair}[class*=csdk] .leaflet-popup-pane,[class*=csdk] .leaflet-control{cursor:auto}[class*=csdk] .leaflet-dragging .leaflet-grab,[class*=csdk] .leaflet-dragging .leaflet-grab .leaflet-interactive,[class*=csdk] .leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow,[class*=csdk] .leaflet-image-layer,[class*=csdk] .leaflet-pane>svg path,[class*=csdk] .leaflet-tile-container{pointer-events:none}[class*=csdk] .leaflet-marker-icon.leaflet-interactive,[class*=csdk] .leaflet-image-layer.leaflet-interactive,[class*=csdk] .leaflet-pane>svg path.leaflet-interactive,[class*=csdk] svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}[class*=csdk] .leaflet-container{background:#ddd;outline-offset:1px}[class*=csdk] .leaflet-container a{color:#0078a8}[class*=csdk] .leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}[class*=csdk] .leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}[class*=csdk] .leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}[class*=csdk] .leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}[class*=csdk] .leaflet-bar a,[class*=csdk] .leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}[class*=csdk] .leaflet-bar a:hover,[class*=csdk] .leaflet-bar a:focus{background-color:#f4f4f4}[class*=csdk] .leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}[class*=csdk] .leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}[class*=csdk] .leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}[class*=csdk] .leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}[class*=csdk] .leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}[class*=csdk] .leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}[class*=csdk] .leaflet-control-zoom-in,[class*=csdk] .leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}[class*=csdk] .leaflet-touch .leaflet-control-zoom-in,[class*=csdk] .leaflet-touch .leaflet-control-zoom-out{font-size:22px}[class*=csdk] .leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}[class*=csdk] .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}[class*=csdk] .leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}[class*=csdk] .leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}[class*=csdk] .leaflet-control-layers .leaflet-control-layers-list,[class*=csdk] .leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}[class*=csdk] .leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}[class*=csdk] .leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}[class*=csdk] .leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}[class*=csdk] .leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}[class*=csdk] .leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}[class*=csdk] .leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}[class*=csdk] .leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}[class*=csdk] .leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}[class*=csdk] .leaflet-control-attribution,[class*=csdk] .leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}[class*=csdk] .leaflet-control-attribution a{text-decoration:none}[class*=csdk] .leaflet-control-attribution a:hover,[class*=csdk] .leaflet-control-attribution a:focus{text-decoration:underline}[class*=csdk] .leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}[class*=csdk] .leaflet-left .leaflet-control-scale{margin-left:5px}[class*=csdk] .leaflet-bottom .leaflet-control-scale{margin-bottom:5px}[class*=csdk] .leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}[class*=csdk] .leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}[class*=csdk] .leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}[class*=csdk] .leaflet-touch .leaflet-control-attribution,[class*=csdk] .leaflet-touch .leaflet-control-layers,[class*=csdk] .leaflet-touch .leaflet-bar{box-shadow:none}[class*=csdk] .leaflet-touch .leaflet-control-layers,[class*=csdk] .leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}[class*=csdk] .leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}[class*=csdk] .leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}[class*=csdk] .leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}[class*=csdk] .leaflet-popup-content p{margin:1.3em 0}[class*=csdk] .leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}[class*=csdk] .leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}[class*=csdk] .leaflet-popup-content-wrapper,[class*=csdk] .leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}[class*=csdk] .leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}[class*=csdk] .leaflet-container a.leaflet-popup-close-button:hover,[class*=csdk] .leaflet-container a.leaflet-popup-close-button:focus{color:#585858}[class*=csdk] .leaflet-popup-scrolled{overflow:auto}[class*=csdk] .leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}[class*=csdk] .leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}[class*=csdk] .leaflet-oldie .leaflet-control-zoom,[class*=csdk] .leaflet-oldie .leaflet-control-layers,[class*=csdk] .leaflet-oldie .leaflet-popup-content-wrapper,[class*=csdk] .leaflet-oldie .leaflet-popup-tip{border:1px solid #999}[class*=csdk] .leaflet-div-icon{background:#fff;border:1px solid #666}[class*=csdk] .leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}[class*=csdk] .leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}[class*=csdk] .leaflet-tooltip-top:before,[class*=csdk] .leaflet-tooltip-bottom:before,[class*=csdk] .leaflet-tooltip-left:before,[class*=csdk] .leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}[class*=csdk] .leaflet-tooltip-bottom{margin-top:6px}[class*=csdk] .leaflet-tooltip-top{margin-top:-6px}[class*=csdk] .leaflet-tooltip-bottom:before,[class*=csdk] .leaflet-tooltip-top:before{left:50%;margin-left:-6px}[class*=csdk] .leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}[class*=csdk] .leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}[class*=csdk] .leaflet-tooltip-left{margin-left:-6px}[class*=csdk] .leaflet-tooltip-right{margin-left:6px}[class*=csdk] .leaflet-tooltip-left:before,[class*=csdk] .leaflet-tooltip-right:before{top:50%;margin-top:-6px}[class*=csdk] .leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}[class*=csdk] .leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{[class*=csdk] .leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}._alert_box_10ttx_1{position:absolute;display:flex;justify-content:center;z-index:1;margin-top:1%}._alert_box_10ttx_1 ._content_10ttx_8{background-color:#616161;padding:5px;border-radius:3px;text-align:center}._alert_box_10ttx_1 ._content_10ttx_8 ._alert_10ttx_1{color:#fff;margin:0 8px;line-height:1;font-size:12px}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.highcharts-heatmap-series .highcharts-point.csdk-highcharts-point-blured{opacity:.5}.csdk-scattermap-tooltip-container{color:#5b6372;margin:4px 6px}.csdk-scattermap-tooltip-content{text-align:left}.csdk-scattermap-tooltip-label{font-size:15px;line-height:18px}.csdk-scattermap-tooltip-category{color:#9ea2ab;padding-right:20px}.csdk-scattermap-tooltip-row{display:flex;justify-content:space-between}[class*=csdk] .public_Scrollbar_main.public_Scrollbar_mainActive,[class*=csdk] .public_Scrollbar_main{background-color:#fff;border-left:1px solid #d3d3d3}[class*=csdk] .fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,[class*=csdk] .fixedDataTable_isRTL .public_Scrollbar_main{border-right:1px solid #d3d3d3;border-left-width:0}[class*=csdk] .public_Scrollbar_mainOpaque,[class*=csdk] .public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,[class*=csdk] .public_Scrollbar_mainOpaque:hover{background-color:#fff}[class*=csdk] .public_Scrollbar_face:after{background-color:#c2c2c2}[class*=csdk] .public_Scrollbar_main:hover .public_Scrollbar_face:after,[class*=csdk] .public_Scrollbar_mainActive .public_Scrollbar_face:after,[class*=csdk] .public_Scrollbar_faceActive:after{background-color:#7d7d7d}[class*=csdk] .public_fixedDataTableCell_main{background-color:#fff;border-color:#d3d3d3}[class*=csdk] .public_fixedDataTableCell_highlighted{background-color:#f4f4f4}[class*=csdk] .public_fixedDataTableCell_cellContent{padding:8px}[class*=csdk] .public_fixedDataTableCell_columnResizerKnob{background-color:#0284ff}[class*=csdk] .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:12px}[class*=csdk] .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-left:20px}[class*=csdk] .fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:auto;margin-right:12px}[class*=csdk] .fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-right:20px}[class*=csdk] .public_fixedDataTableCell_reordering{z-index:2}[class*=csdk] .public_fixedDataTableCell_resizeReorderCellContainer{position:fixed;background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef);border-color:#d3d3d3;border-right-style:solid;border-right-width:1px}[class*=csdk] .fixedDataTableCellLayout_columnReorderContainer{border-color:#0284ff;background-color:#0000001a;width:12px;margin-right:-12px;float:left;cursor:move}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer{margin-right:auto;margin-left:-12px;float:right}[class*=csdk] .fixedDataTableCellLayout_columnReorderContainer:after{content:"::";position:absolute;top:50%;left:1px;transform:translateY(-50%)}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after{left:auto;right:1px}[class*=csdk] .public_fixedDataTableColumnResizerLine_main{border-color:#0284ff;width:1px}[class*=csdk] .public_fixedDataTable_main,[class*=csdk] .public_fixedDataTable_header,[class*=csdk] .public_fixedDataTable_hasBottomBorder{border-color:#d3d3d3}[class*=csdk] .public_fixedDataTable_header .public_fixedDataTableCell_main{font-weight:700}[class*=csdk] .public_fixedDataTable_header,[class*=csdk] .public_fixedDataTable_scrollbarSpacer,[class*=csdk] .public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef)}[class*=csdk] .public_fixedDataTable_scrollbarSpacer{position:absolute;z-index:99;top:0}[class*=csdk] .public_fixedDataTable_footer .public_fixedDataTableCell_main{background-color:#f6f7f8;border-color:#d3d3d3}[class*=csdk] .public_fixedDataTable_topShadow{background-image:linear-gradient(180deg,#0000001a,#0000)}[class*=csdk] .public_fixedDataTable_bottomShadow{background-image:linear-gradient(0deg,#0000001a,#0000)}[class*=csdk] .public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal,[class*=csdk] .public_fixedDataTableRow_main{background-color:#fff}[class*=csdk] .public_fixedDataTableRow_highlighted,[class*=csdk] .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main{background-color:#f6f7f8}[class*=csdk] .public_fixedDataTableRow_fixedColumnsDivider{border-color:#d3d3d3}[class*=csdk] .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(90deg,#0000001a,#0000)}[class*=csdk] .fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(270deg,#0000001a,#0000)}[class*=csdk] .public_fixedDataTableRow_columnsRightShadow{transform:rotate(180deg)}[class*=csdk] .ScrollbarLayout_main{box-sizing:border-box;outline:none;overflow:hidden;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}[class*=csdk] .ScrollbarLayout_mainVertical{bottom:0;right:0;top:0;width:15px}[class*=csdk] .ScrollbarLayout_mainHorizontal{height:15px;left:0}[class*=csdk] .ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;display:flex;justify-content:center;align-items:center}[class*=csdk] .ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition-duration:.25s;transition-timing-function:ease;transition-property:background-color,height,width}[class*=csdk] .ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}[class*=csdk] .ScrollbarLayout_faceHorizontal:after{width:100%;height:calc(100% - 8px)}[class*=csdk] .fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal,[class*=csdk] .fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal:after{right:0;left:auto}[class*=csdk] .ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,[class*=csdk] .ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after{height:calc(100% - 4px)}[class*=csdk] .ScrollbarLayout_faceVertical{left:0;right:0;top:0}[class*=csdk] .ScrollbarLayout_faceVertical:after{height:100%;width:calc(100% - 8px)}[class*=csdk] .ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,[class*=csdk] .ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{width:calc(100% - 4px)}[class*=csdk] .fixedDataTableCellGroupLayout_cellGroup{backface-visibility:hidden;left:0;overflow:hidden;position:absolute;top:0;white-space:nowrap}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup{right:0;left:auto}[class*=csdk] .fixedDataTableCellGroupLayout_cellGroup>.public_fixedDataTableCell_main{display:inline-block;vertical-align:top;white-space:normal}[class*=csdk] .fixedDataTableCellGroupLayout_cellGroupWrapper{position:absolute;top:0}[class*=csdk] .fixedDataTableCellLayout_main{border-right-style:solid;border-right-width:1px;border-width:0 1px 0 0;box-sizing:border-box;display:block;overflow:hidden;position:absolute;white-space:normal}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}[class*=csdk] .fixedDataTableCellLayout_lastChild{border-width:0 1px 1px 0}[class*=csdk] .fixedDataTableCellLayout_alignRight{text-align:right}[class*=csdk] .fixedDataTableCellLayout_alignCenter{text-align:center}[class*=csdk] .fixedDataTableCellLayout_wrap{display:table-cell;vertical-align:middle;box-sizing:border-box}[class*=csdk] .fixedDataTableCellLayout_wrap1{display:table}[class*=csdk] .fixedDataTableCellLayout_wrap2{display:table-row}[class*=csdk] .fixedDataTableCellLayout_wrap3{display:table-cell;vertical-align:middle}[class*=csdk] .fixedDataTableCellLayout_columnResizerContainer{position:absolute;right:0;width:6px;z-index:1}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerContainer{left:0;right:auto}[class*=csdk] .fixedDataTableCellLayout_columnResizerContainer:hover{cursor:ew-resize;background-color:#0284ff}[class*=csdk] .fixedDataTableColumnResizerLineLayout_mouseArea{cursor:ew-resize;position:absolute;right:-5px;width:12px}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_mouseArea{right:auto;left:-5px}[class*=csdk] .fixedDataTableColumnResizerLineLayout_main{border-right-style:solid;border-right-width:1px;box-sizing:border-box;position:absolute;z-index:100;pointer-events:none}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}[class*=csdk] .fixedDataTableLayout_main{border-style:solid;border-width:1px;box-sizing:border-box;overflow:hidden;position:relative}[class*=csdk] .fixedDataTableLayout_header,[class*=csdk] .fixedDataTableLayout_hasBottomBorder{border-bottom-style:solid;border-bottom-width:1px}[class*=csdk] .fixedDataTableLayout_footer .public_fixedDataTableCell_main{border-top-style:solid;border-top-width:1px}[class*=csdk] .fixedDataTableLayout_topShadow,[class*=csdk] .fixedDataTableLayout_bottomShadow{height:4px;left:0;position:absolute;right:0;z-index:1}[class*=csdk] .fixedDataTableLayout_bottomShadow{margin-top:-4px}[class*=csdk] .fixedDataTableLayout_rowsContainer{overflow:hidden;position:relative}[class*=csdk] .fixedDataTableRowLayout_main{box-sizing:border-box;overflow:hidden;position:absolute;top:0}[class*=csdk] .fixedDataTableRowLayout_body{left:0;right:0;position:absolute;top:0}[class*=csdk] .fixedDataTableRowLayout_rowExpanded{box-sizing:border-box;left:0;position:absolute}[class*=csdk] .fixedDataTableRowLayout_fixedColumnsDivider{backface-visibility:hidden;border-left-style:solid;border-left-width:1px;left:0;position:absolute;top:0;width:0}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableRowLayout_fixedColumnsDivider{border-left-width:0;border-right-style:solid;border-right-width:1px}[class*=csdk] .fixedDataTableRowLayout_columnsShadow{position:absolute;width:4px}[class*=csdk] .fixedDataTableRowLayout_columnsRightShadow{right:1px}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableRowLayout_columnsRightShadow{left:1px;right:auto}[class*=csdk] .fixedDataTableRowLayout_rowWrapper{position:absolute;top:0}._headerCell_2qf2w_16{display:flex;justify-content:left;align-items:center;margin-left:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;width:100%;cursor:pointer}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;overflow:hidden}._icon_2qf2w_43{margin-right:10px;width:20px;box-sizing:border-box;display:inline-block}._numberIcon_2qf2w_50{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_2qf2w_54{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_2qf2w_58{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_2qf2w_62{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._sortIcon_2qf2w_66{position:absolute;right:0;width:24px;height:24px;background-repeat:no-repeat}._sortAscending_2qf2w_74._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyA3aDcuNjY3YS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTUuNzUgM2gtNS43NWEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjVoNS43NWEuNDkuNDkgMCAwMS40NzguNS40OS40OSAwIDAxLS40NzkuNXptLTUuNzUgM2gzLjgzM2EuNDkuNDkgMCAwMC40OC0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxM2EuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTAgM0g2LjIzYS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTEwLjU0MiAwYS40OS40OSAwIDAxLS40OC0uNXYtNC43OTNsLTIuMDU3IDIuMTQ3YS40NjUuNDY1IDAgMDEtLjY3OCAwIC41MTUuNTE1IDAgMDEwLS43MDhsMi44NjYtMi45OWEuNDY4LjQ2OCAwIDAxLjY5NiAwbDIuODY2IDIuOTlhLjUxNi41MTYgMCAwMTAgLjcwOC40NjUuNDY1IDAgMDEtLjY3OCAwbC0yLjA1Ni0yLjE0NlYxNS41YS40OS40OSAwIDAxLS40OC41eiIgZmlsbD0iIzVDNjM3MiIvPjwvc3ZnPgo=)}._sortAscending_2qf2w_74._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._sortAscending_2qf2w_74._caret_2qf2w_33:hover{transform:rotate(0)}._sortDescending_2qf2w_78._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._caret_2qf2w_33:hover{transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;flex-grow:1}._headerLabel_2qf2w_38,._headerLabel_2qf2w_38 *{overflow:hidden;text-overflow:ellipsis}._icon_t30x8_1{width:24px;height:24px;margin-right:5px;box-sizing:border-box;display:inline-block;background-repeat:no-repeat;flex-grow:0}._numberIcon_t30x8_11{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_t30x8_15{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_t30x8_19{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_t30x8_23{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer,._tableWrapper_1ode4_16 .public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:transparent;background-image:none;border-bottom:1px solid #edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{margin-left:3px}._tableWrapper_1ode4_16 .public_fixedDataTable_main,._tableWrapper_1ode4_16 .fixedDataTableLayout_main{border:none}._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted,._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main,._tableWrapper_1ode4_16 .public_fixedDataTableRow_main{background-color:transparent}._tableWrapper_1ode4_16 .public_fixedDataTableCell_main{background-color:transparent;border-color:#edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_hasBottomBorder,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{border-bottom:none}._tableWrapper_1ode4_16 .public_fixedDataTable_header .fixedDataTableCellGroupLayout_cellGroup{border-top:1px solid #edeef1;border-bottom:1px solid #edeef1;box-sizing:border-box}._tableWrapper_1ode4_16 .public_Scrollbar_main{border-left:none;background-color:transparent}._tableWrapper_1ode4_16 .fixedDataTableRowLayout_rowWrapper{border-left:1px solid #edeef1}._tableWrapper_1ode4_16 .public_Scrollbar_main.public_Scrollbar_mainOpaque{left:-1px}._tableWrapper_1ode4_16 .public_fixedDataTableCell_cellContent{padding:0 24px 0 12px}._tableWrapper_1ode4_16{height:100%;width:100%;box-sizing:border-box;-webkit-user-select:text;-moz-user-select:text;user-select:text}._table_1ode4_16{background:transparent;font-size:13px;border:none}._tableHeader_1ode4_78{color:#5c6372;background-color:transparent;margin:0;border:none;width:100%;overflow:hidden;box-sizing:border-box}._tableCell_1ode4_88{color:#5c6372;background-color:transparent;border:none;border-right:1px solid #edeef1;border-bottom:1px solid #edeef1;overflow:hidden;width:100%;box-sizing:border-box}._tableCellContent_1ode4_99{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._headerColor_1ode4_105,._rowColor_1ode4_109{background-color:#f9f9fb}._component_1rw9b_1{flex-grow:1;font-family:Open Sans}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content{position:relative;padding-left:13px}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content:before{top:2px;left:0;position:absolute;content:"";display:block;height:14px;width:1px;background:#c3c3c3}._alert_31zyt_1{position:relative;width:100%;box-sizing:border-box;display:grid;grid-template-columns:0 1fr;gap:.5rem;align-items:start;padding:.75rem 1rem;border-radius:.5rem;border:1px solid;font-size:.875rem;line-height:1.25rem}._alert_31zyt_1[data-dismiss-on-click=true]{cursor:pointer}._alert_31zyt_1._hasIcon_31zyt_18{grid-template-columns:1rem 1fr;gap:.75rem}._alert_31zyt_1._error_31zyt_22{background-color:#fef2f2;border-color:#fecaca;color:#991b1b}._alert_31zyt_1._error_31zyt_22 ._icon_31zyt_27{color:#ef4444}._alert_31zyt_1._error_31zyt_22[data-dark-mode=true]{background-color:#4a1f1f;border-color:#5a2a2a;color:#fca5a5}._alert_31zyt_1._error_31zyt_22[data-dark-mode=true] ._icon_31zyt_27{color:#f87171}._alert_31zyt_1._warning_31zyt_38{background-color:#fffbeb;border-color:#fde68a;color:#92400e}._alert_31zyt_1._warning_31zyt_38 ._icon_31zyt_27{color:#f59e0b}._alert_31zyt_1._warning_31zyt_38[data-dark-mode=true]{background-color:#4a3a1f;border-color:#5a4a2a;color:#fbbf24}._alert_31zyt_1._warning_31zyt_38[data-dark-mode=true] ._icon_31zyt_27{color:#f59e0b}._alert_31zyt_1._info_31zyt_54{background-color:#eff6ff;border-color:#bfdbfe;color:#1e40af}._alert_31zyt_1._info_31zyt_54 ._icon_31zyt_27{color:#3b82f6}._icon_31zyt_27{width:1rem;height:1rem;margin-top:.125rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}._icon_31zyt_27 svg{width:100%;height:100%}._content_31zyt_77{display:flex;flex-direction:column;gap:.25rem}._title_31zyt_83{font-weight:600;line-height:1.5;color:inherit}._description_31zyt_89{color:inherit;opacity:.9;line-height:1.5}._dismissButton_31zyt_95{position:absolute;top:.5rem;right:.5rem;background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:inherit;opacity:.7;transition:opacity .2s}._dismissButton_31zyt_95:hover{opacity:1}._dismissButton_31zyt_95:focus{outline:2px solid currentColor;outline-offset:2px}@media (prefers-color-scheme: dark){._alert_31zyt_1._error_31zyt_22{background-color:#4a1f1f;border-color:#5a2a2a;color:#fca5a5}._alert_31zyt_1._error_31zyt_22 ._icon_31zyt_27{color:#f87171}._alert_31zyt_1._warning_31zyt_38{background-color:#4a3a1f;border-color:#5a4a2a;color:#fbbf24}._alert_31zyt_1._warning_31zyt_38 ._icon_31zyt_27{color:#f59e0b}}.dark ._alert_31zyt_1._error_31zyt_22{background-color:#4a1f1f;border-color:#5a2a2a;color:#fca5a5}.dark ._alert_31zyt_1._error_31zyt_22 ._icon_31zyt_27{color:#f87171}.dark ._alert_31zyt_1._warning_31zyt_38{background-color:#4a3a1f;border-color:#5a4a2a;color:#fbbf24}.dark ._alert_31zyt_1._warning_31zyt_38 ._icon_31zyt_27{color:#f59e0b}._container_1cvt1_1{width:100%;box-sizing:border-box;overflow:visible;padding:4px}._containerClickable_1cvt1_8{cursor:pointer}._bannerWrapper_1cvt1_12{width:100%;max-width:64rem;margin-left:auto;margin-right:auto;overflow:visible}._bannerWrapper_1cvt1_12>div[role=alert],._bannerWrapper_1cvt1_12>button{border:none;border-radius:8px;box-shadow:0 1px 2px #09090a1a;padding:16px 20px}._bannerWrapper_1cvt1_12[data-variant=error]>div[role=alert]{background-color:#fdede9;color:#5c6372}._bannerWrapper_1cvt1_12[data-variant=error]>div[role=alert]>div:first-child{color:#fa5656}._bannerWrapper_1cvt1_12[data-variant=warning]>button{background-color:#fef8e5;color:#4f4f4f;gap:.5rem;padding-right:2.5rem;text-align:left}._bannerWrapper_1cvt1_12[data-variant=warning]>button>div:nth-child(2){justify-self:start}._bannerWrapper_1cvt1_12[data-variant=warning]>button>div:first-child{color:#ffcb05}[class*=csdk] .react-datepicker__navigation-icon:before,[class*=csdk] .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view--down-arrow,[class*=csdk] .react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}[class*=csdk] .react-datepicker-wrapper{display:inline-block;padding:0;border:0}[class*=csdk] .react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}[class*=csdk] .react-datepicker--time-only .react-datepicker__time-container{border-left:0}[class*=csdk] .react-datepicker--time-only .react-datepicker__time,[class*=csdk] .react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}[class*=csdk] .react-datepicker-popper{z-index:1;line-height:0}[class*=csdk] .react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}[class*=csdk] .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}[class*=csdk] .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}[class*=csdk] .react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}[class*=csdk] .react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}[class*=csdk] .react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}[class*=csdk] .react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}[class*=csdk] .react-datepicker__year-dropdown-container--select,[class*=csdk] .react-datepicker__month-dropdown-container--select,[class*=csdk] .react-datepicker__month-year-dropdown-container--select,[class*=csdk] .react-datepicker__year-dropdown-container--scroll,[class*=csdk] .react-datepicker__month-dropdown-container--scroll,[class*=csdk] .react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}[class*=csdk] .react-datepicker__current-month,[class*=csdk] .react-datepicker-time__header,[class*=csdk] .react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}[class*=csdk] h2.react-datepicker__current-month{padding:0;margin:0}[class*=csdk] .react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}[class*=csdk] .react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}[class*=csdk] .react-datepicker__navigation--previous{left:2px}[class*=csdk] .react-datepicker__navigation--next{right:2px}[class*=csdk] .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}[class*=csdk] .react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}[class*=csdk] .react-datepicker__navigation--years-previous{top:4px}[class*=csdk] .react-datepicker__navigation--years-upcoming{top:-4px}[class*=csdk] .react-datepicker__navigation:hover *:before{border-color:#a6a6a6}[class*=csdk] .react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}[class*=csdk] .react-datepicker__navigation-icon--next{left:-2px}[class*=csdk] .react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}[class*=csdk] .react-datepicker__navigation-icon--previous{right:-2px}[class*=csdk] .react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}[class*=csdk] .react-datepicker__month-container{float:left}[class*=csdk] .react-datepicker__year{margin:.4rem;text-align:center}[class*=csdk] .react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}[class*=csdk] .react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}[class*=csdk] .react-datepicker__month{margin:.4rem;text-align:center}[class*=csdk] .react-datepicker__month .react-datepicker__month-text,[class*=csdk] .react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}[class*=csdk] .react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__caption,[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}[class*=csdk] .react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}[class*=csdk] .react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}[class*=csdk] .react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}[class*=csdk] .react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}[class*=csdk] .react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}[class*=csdk] .react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}[class*=csdk] .react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}[class*=csdk] .react-datepicker__week-number--selected:hover{background-color:#1d5d90}[class*=csdk] .react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}[class*=csdk] .react-datepicker__week{white-space:nowrap}[class*=csdk] .react-datepicker__day-name,[class*=csdk] .react-datepicker__day,[class*=csdk] .react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}[class*=csdk] .react-datepicker__day,[class*=csdk] .react-datepicker__month-text,[class*=csdk] .react-datepicker__quarter-text,[class*=csdk] .react-datepicker__year-text{cursor:pointer}[class*=csdk] .react-datepicker__day:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}[class*=csdk] .react-datepicker__day--today,[class*=csdk] .react-datepicker__month-text--today,[class*=csdk] .react-datepicker__quarter-text--today,[class*=csdk] .react-datepicker__year-text--today{font-weight:700}[class*=csdk] .react-datepicker__day--highlighted,[class*=csdk] .react-datepicker__month-text--highlighted,[class*=csdk] .react-datepicker__quarter-text--highlighted,[class*=csdk] .react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}[class*=csdk] .react-datepicker__day--highlighted:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}[class*=csdk] .react-datepicker__day--highlighted-custom-1,[class*=csdk] .react-datepicker__month-text--highlighted-custom-1,[class*=csdk] .react-datepicker__quarter-text--highlighted-custom-1,[class*=csdk] .react-datepicker__year-text--highlighted-custom-1{color:#f0f}[class*=csdk] .react-datepicker__day--highlighted-custom-2,[class*=csdk] .react-datepicker__month-text--highlighted-custom-2,[class*=csdk] .react-datepicker__quarter-text--highlighted-custom-2,[class*=csdk] .react-datepicker__year-text--highlighted-custom-2{color:green}[class*=csdk] .react-datepicker__day--holidays,[class*=csdk] .react-datepicker__month-text--holidays,[class*=csdk] .react-datepicker__quarter-text--holidays,[class*=csdk] .react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}[class*=csdk] .react-datepicker__day--holidays .overlay,[class*=csdk] .react-datepicker__month-text--holidays .overlay,[class*=csdk] .react-datepicker__quarter-text--holidays .overlay,[class*=csdk] .react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}[class*=csdk] .react-datepicker__day--holidays:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}[class*=csdk] .react-datepicker__day--holidays:hover .overlay,[class*=csdk] .react-datepicker__month-text--holidays:hover .overlay,[class*=csdk] .react-datepicker__quarter-text--holidays:hover .overlay,[class*=csdk] .react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}[class*=csdk] .react-datepicker__day--selected,[class*=csdk] .react-datepicker__day--in-selecting-range,[class*=csdk] .react-datepicker__day--in-range,[class*=csdk] .react-datepicker__month-text--selected,[class*=csdk] .react-datepicker__month-text--in-selecting-range,[class*=csdk] .react-datepicker__month-text--in-range,[class*=csdk] .react-datepicker__quarter-text--selected,[class*=csdk] .react-datepicker__quarter-text--in-selecting-range,[class*=csdk] .react-datepicker__quarter-text--in-range,[class*=csdk] .react-datepicker__year-text--selected,[class*=csdk] .react-datepicker__year-text--in-selecting-range,[class*=csdk] .react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}[class*=csdk] .react-datepicker__day--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__day--in-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}[class*=csdk] .react-datepicker__day--keyboard-selected,[class*=csdk] .react-datepicker__month-text--keyboard-selected,[class*=csdk] .react-datepicker__quarter-text--keyboard-selected,[class*=csdk] .react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}[class*=csdk] .react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}[class*=csdk] .react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),[class*=csdk] .react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),[class*=csdk] .react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),[class*=csdk] .react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}[class*=csdk] .react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),[class*=csdk] .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),[class*=csdk] .react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),[class*=csdk] .react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),[class*=csdk] .react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),[class*=csdk] .react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),[class*=csdk] .react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),[class*=csdk] .react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}[class*=csdk] .react-datepicker__day--disabled,[class*=csdk] .react-datepicker__month-text--disabled,[class*=csdk] .react-datepicker__quarter-text--disabled,[class*=csdk] .react-datepicker__year-text--disabled{cursor:default;color:#ccc}[class*=csdk] .react-datepicker__day--disabled .overlay,[class*=csdk] .react-datepicker__month-text--disabled .overlay,[class*=csdk] .react-datepicker__quarter-text--disabled .overlay,[class*=csdk] .react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}[class*=csdk] .react-datepicker__input-container{position:relative;display:inline-block;width:100%}[class*=csdk] .react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}[class*=csdk] .react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}[class*=csdk] .react-datepicker__year-read-view,[class*=csdk] .react-datepicker__month-read-view,[class*=csdk] .react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}[class*=csdk] .react-datepicker__year-read-view:hover,[class*=csdk] .react-datepicker__month-read-view:hover,[class*=csdk] .react-datepicker__month-year-read-view:hover{cursor:pointer}[class*=csdk] .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,[class*=csdk] .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}[class*=csdk] .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view--down-arrow,[class*=csdk] .react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}[class*=csdk] .react-datepicker__year-dropdown,[class*=csdk] .react-datepicker__month-dropdown,[class*=csdk] .react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}[class*=csdk] .react-datepicker__year-dropdown:hover,[class*=csdk] .react-datepicker__month-dropdown:hover,[class*=csdk] .react-datepicker__month-year-dropdown:hover{cursor:pointer}[class*=csdk] .react-datepicker__year-dropdown--scrollable,[class*=csdk] .react-datepicker__month-dropdown--scrollable,[class*=csdk] .react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}[class*=csdk] .react-datepicker__year-option,[class*=csdk] .react-datepicker__month-option,[class*=csdk] .react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}[class*=csdk] .react-datepicker__year-option:first-of-type,[class*=csdk] .react-datepicker__month-option:first-of-type,[class*=csdk] .react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}[class*=csdk] .react-datepicker__year-option:last-of-type,[class*=csdk] .react-datepicker__month-option:last-of-type,[class*=csdk] .react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}[class*=csdk] .react-datepicker__year-option:hover,[class*=csdk] .react-datepicker__month-option:hover,[class*=csdk] .react-datepicker__month-year-option:hover{background-color:#ccc}[class*=csdk] .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,[class*=csdk] .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,[class*=csdk] .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}[class*=csdk] .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,[class*=csdk] .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,[class*=csdk] .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}[class*=csdk] .react-datepicker__year-option--selected,[class*=csdk] .react-datepicker__month-option--selected,[class*=csdk] .react-datepicker__month-year-option--selected{position:absolute;left:15px}[class*=csdk] .react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}[class*=csdk] .react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}[class*=csdk] .react-datepicker__close-icon--disabled{cursor:default}[class*=csdk] .react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}[class*=csdk] .react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}[class*=csdk] .react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}[class*=csdk] .react-datepicker__portal .react-datepicker__day-name,[class*=csdk] .react-datepicker__portal .react-datepicker__day,[class*=csdk] .react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){[class*=csdk] .react-datepicker__portal .react-datepicker__day-name,[class*=csdk] .react-datepicker__portal .react-datepicker__day,[class*=csdk] .react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}[class*=csdk] .react-datepicker__portal .react-datepicker__current-month,[class*=csdk] .react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}[class*=csdk] .react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}[class*=csdk] .react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}[class*=csdk] .react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}')),document.head.appendChild(e)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}})();
|
|
3295
|
+
(function(){"use strict";var t;try{if(typeof document!="undefined"){var e=document.createElement("style");e.nonce=(t=document.head.querySelector("meta[property=csp-nonce]"))==null?void 0:t.content,e.appendChild(document.createTextNode('@charset "UTF-8";.csdk-boxplot-tooltip-row{display:flex;justify-content:space-between}.csdk-boxplot-tooltip-row>*{margin-right:10px}.csdk-boxplot-tooltip-row>*:last-child{margin-right:0}.csdk-treemap-tooltip-wrapper{min-width:210px;color:#acacac;font-size:14px;line-height:16px;background:#fff;border-radius:10px;overflow:hidden;margin-right:-1px;padding-bottom:10px}.csdk-treemap-tooltip-level{display:flex;align-items:center;position:relative;padding:8px;font-size:14px;border-bottom:1px solid #ccc}.csdk-treemap-tooltip-level span{padding:0 2px}.csdk-treemap-tooltip-value{padding:10px 10px 0;font-size:12px;line-height:16px}.highcharts-sunburst-series.highcharts-legend-item{pointer-events:none!important}[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}.csdk-accessible button:focus-visible,.csdk-accessible a:focus-visible,.csdk-accessible textarea:focus-visible,.csdk-accessible select:focus-visible,.csdk-accessible input:focus-visible,.csdk-accessible [tabindex]:focus-visible{outline:-webkit-focus-ring-color auto 1px}.csdk-accessible .MuiTouchRipple-root{display:none}:root{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }::backdrop{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }.csdk-absolute{position:absolute}.csdk-relative{position:relative}.csdk-left-2{left:.5rem}.csdk-right-0{right:0}.csdk-right-\\[-15px\\]{right:-15px}.csdk-right-\\[-5px\\]{right:-5px}.csdk-right-\\[0px\\]{right:0}.csdk-right-\\[4px\\]{right:4px}.csdk-top-1\\/2{top:50%}.csdk-top-\\[3px\\]{top:3px}.csdk-top-\\[7px\\]{top:7px}.csdk-m-0{margin:0}.csdk-m-auto{margin:auto}.csdk-m-checkbox,.csdk-m-radio{margin:6px 10px 6px 6px}.csdk-mx-\\[16px\\]{margin-left:16px;margin-right:16px}.csdk-my-1{margin-top:.25rem;margin-bottom:.25rem}.csdk-my-\\[2px\\]{margin-top:2px;margin-bottom:2px}.csdk-my-\\[5px\\]{margin-top:5px;margin-bottom:5px}.csdk-mb-1{margin-bottom:.25rem}.csdk-mb-\\[10px\\]{margin-bottom:10px}.csdk-mb-\\[24px\\]{margin-bottom:24px}.csdk-mb-\\[3px\\]{margin-bottom:3px}.csdk-mb-\\[4px\\]{margin-bottom:4px}.csdk-mb-px{margin-bottom:1px}.csdk-ml-1{margin-left:.25rem}.csdk-ml-1\\.5{margin-left:.375rem}.csdk-ml-2{margin-left:.5rem}.csdk-ml-\\[10px\\]{margin-left:10px}.csdk-ml-\\[5px\\]{margin-left:5px}.csdk-ml-\\[6px\\]{margin-left:6px}.csdk-ml-\\[8px\\]{margin-left:8px}.csdk-ml-auto{margin-left:auto}.csdk-mr-2{margin-right:.5rem}.csdk-mr-\\[5px\\]{margin-right:5px}.csdk-mr-\\[7px\\]{margin-right:7px}.csdk-mt-2{margin-top:.5rem}.csdk-mt-3{margin-top:.75rem}.csdk-mt-\\[-2px\\]{margin-top:-2px}.csdk-mt-\\[16px\\]{margin-top:16px}.csdk-mt-\\[2px\\]{margin-top:2px}.csdk-mt-\\[6px\\]{margin-top:6px}.csdk-mt-\\[8px\\]{margin-top:8px}.csdk-box-border{box-sizing:border-box}.csdk-flex{display:flex}.csdk-inline-flex{display:inline-flex}.csdk-grid{display:grid}.csdk-h-5{height:1.25rem}.csdk-h-6{height:1.5rem}.csdk-h-\\[100\\%\\]{height:100%}.csdk-h-\\[10px\\]{height:10px}.csdk-h-\\[18px\\]{height:18px}.csdk-h-\\[20px\\]{height:20px}.csdk-h-\\[245px\\]{height:245px}.csdk-h-button{height:28px}.csdk-h-checkbox{height:12px}.csdk-h-full{height:100%}.csdk-h-radio{height:12px}.csdk-h-screen{height:100vh}.csdk-max-h-32{max-height:8rem}.csdk-max-h-64{max-height:16rem}.csdk-max-h-\\[3\\.5rem\\]{max-height:3.5rem}.csdk-min-h-\\[20px\\]{min-height:20px}.csdk-min-h-\\[32px\\]{min-height:32px}.csdk-w-5{width:1.25rem}.csdk-w-\\[100\\%\\]{width:100%}.csdk-w-\\[10px\\]{width:10px}.csdk-w-\\[152px\\]{width:152px}.csdk-w-\\[18px\\]{width:18px}.csdk-w-\\[240px\\]{width:240px}.csdk-w-\\[28px\\]{width:28px}.csdk-w-\\[300px\\]{width:300px}.csdk-w-\\[60px\\]{width:60px}.csdk-w-checkbox{width:12px}.csdk-w-fit{width:-moz-fit-content;width:fit-content}.csdk-w-full{width:100%}.csdk-w-radio{width:12px}.csdk-min-w-0{min-width:0px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-\\[800px\\]{max-width:800px}.csdk-max-w-full{max-width:100%}.csdk-max-w-xs{max-width:20rem}.csdk-flex-1{flex:1 1 0%}.csdk-shrink-0{flex-shrink:0}.csdk-grow{flex-grow:1}.csdk-grow-0{flex-grow:0}.-csdk-translate-y-1\\/2{--csdk-tw-translate-y: -50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-translate-x-1\\/2{--csdk-tw-translate-x: 50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.-csdk-rotate-90{--csdk-tw-rotate: -90deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-rotate-45{--csdk-tw-rotate: 45deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-scale-x-\\[-1\\]{--csdk-tw-scale-x: -1;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-transform{transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}@keyframes csdk-spin{to{transform:rotate(360deg)}}.csdk-animate-spin{animation:csdk-spin 1s linear infinite}.csdk-cursor-default{cursor:default}.csdk-cursor-pointer{cursor:pointer}.csdk-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.csdk-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.csdk-flex-row{flex-direction:row}.csdk-flex-col{flex-direction:column}.csdk-flex-wrap{flex-wrap:wrap}.csdk-items-center{align-items:center}.csdk-justify-end{justify-content:flex-end}.csdk-justify-center{justify-content:center}.csdk-justify-between{justify-content:space-between}.csdk-justify-evenly{justify-content:space-evenly}.csdk-gap-1{gap:.25rem}.csdk-gap-2{gap:.5rem}.csdk-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.csdk-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.csdk-gap-y-0{row-gap:0px}.csdk-gap-y-0\\.5{row-gap:.125rem}.csdk-gap-y-4{row-gap:1rem}.csdk-self-center{align-self:center}.csdk-overflow-auto{overflow:auto}.csdk-overflow-hidden{overflow:hidden}.\\!csdk-overflow-visible{overflow:visible!important}.csdk-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.csdk-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.csdk-break-all{word-break:break-all}.csdk-rounded{border-radius:.25rem}.csdk-rounded-\\[4px\\]{border-radius:4px}.csdk-rounded-full{border-radius:9999px}.csdk-rounded-md{border-radius:.375rem}.csdk-border{border-width:1px}.csdk-border-0{border-width:0px}.csdk-border-input{border-width:1px}.csdk-border-b{border-bottom-width:1px}.csdk-border-l{border-left-width:1px}.csdk-border-l-\\[70px\\]{border-left-width:70px}.csdk-border-r-\\[70px\\]{border-right-width:70px}.csdk-border-t{border-top-width:1px}.csdk-border-t-\\[13px\\]{border-top-width:13px}.csdk-border-solid{border-style:solid}.csdk-border-none{border-style:none}.csdk-border-UI-default{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--csdk-tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--csdk-tw-border-opacity))}.csdk-border-transparent{border-color:transparent}.csdk-border-l-\\[transparent\\]{border-left-color:transparent}.csdk-border-r-\\[transparent\\]{border-right-color:transparent}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--csdk-tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--csdk-tw-bg-opacity))}.csdk-p-1{padding:.25rem}.csdk-p-1\\.5{padding:.375rem}.csdk-p-3{padding:.75rem}.csdk-p-\\[10px\\]{padding:10px}.csdk-p-\\[12px\\]{padding:12px}.csdk-p-\\[20px\\]{padding:20px}.csdk-p-\\[4px\\]{padding:4px}.csdk-p-button{padding:4px 24px}.csdk-p-px{padding:1px}.csdk-px-2{padding-left:.5rem;padding-right:.5rem}.csdk-px-4{padding-left:1rem;padding-right:1rem}.csdk-px-\\[12px\\]{padding-left:12px;padding-right:12px}.csdk-px-\\[20px\\]{padding-left:20px;padding-right:20px}.csdk-px-\\[8px\\]{padding-left:8px;padding-right:8px}.csdk-py-0{padding-top:0;padding-bottom:0}.csdk-py-0\\.5{padding-top:.125rem;padding-bottom:.125rem}.csdk-py-1{padding-top:.25rem;padding-bottom:.25rem}.csdk-py-\\[14\\.5px\\]{padding-top:14.5px;padding-bottom:14.5px}.csdk-py-\\[5px\\]{padding-top:5px;padding-bottom:5px}.csdk-py-\\[6px\\]{padding-top:6px;padding-bottom:6px}.csdk-py-\\[7px\\]{padding-top:7px;padding-bottom:7px}.csdk-pb-\\[0px\\]{padding-bottom:0}.csdk-pl-1{padding-left:.25rem}.csdk-pl-2{padding-left:.5rem}.csdk-pl-2\\.5{padding-left:.625rem}.csdk-pl-3{padding-left:.75rem}.csdk-pl-\\[20px\\]{padding-left:20px}.csdk-pr-10{padding-right:2.5rem}.csdk-pt-48{padding-top:12rem}.csdk-text-left{text-align:left}.csdk-text-\\[13px\\]{font-size:13px}.csdk-text-ai-lg{font-size:18px;line-height:22px}.csdk-text-ai-sm{font-size:13px;line-height:18px}.csdk-text-ai-xs{font-size:11px;line-height:18px}.csdk-text-xs{font-size:.75rem;line-height:1rem}.csdk-font-normal{font-weight:400}.csdk-leading-4{line-height:1rem}.csdk-leading-\\[16px\\]{line-height:16px}.csdk-leading-\\[18px\\]{line-height:18px}.csdk-leading-none{line-height:1}.csdk-text-UI-default{--csdk-tw-text-opacity: 1;color:rgb(110 115 125 / var(--csdk-tw-text-opacity))}.csdk-text-semantic-error{color:#e74727}.csdk-text-text-active{color:#262e3d}.csdk-text-text-content{color:#262e3dcc}.csdk-text-text-link{color:#36a3d9}.csdk-text-text-linkButton{--csdk-tw-text-opacity: 1;color:rgb(30 175 243 / var(--csdk-tw-text-opacity))}.csdk-underline-offset-2{text-underline-offset:2px}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-shadow-md{--csdk-tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--csdk-tw-shadow-colored: 0 4px 6px -1px var(--csdk-tw-shadow-color), 0 2px 4px -2px var(--csdk-tw-shadow-color);box-shadow:var(--csdk-tw-ring-offset-shadow, 0 0 #0000),var(--csdk-tw-ring-shadow, 0 0 #0000),var(--csdk-tw-shadow)}.csdk-shadow-gray-500{--csdk-tw-shadow-color: #6b7280;--csdk-tw-shadow: var(--csdk-tw-shadow-colored)}.csdk-outline-0{outline-width:0px}.csdk-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-delay-150{transition-delay:.15s}.csdk-duration-500{transition-duration:.5s}.invalid\\:csdk-border-input:invalid{border-width:1px}.invalid\\:csdk-border-solid:invalid{border-style:solid}.invalid\\:csdk-border-semantic-error:invalid{border-color:#e74727}.hover\\:csdk-border-2:hover{border-width:2px}.hover\\:csdk-bg-interaction-primaryHovered:hover{background-color:#f2b900}.hover\\:csdk-bg-row-hover:hover{background-color:#e0e0e04d}.hover\\:csdk-underline:hover{text-decoration-line:underline}.focus\\:csdk-border-input:focus{border-width:1px}.focus\\:csdk-border-solid:focus{border-style:solid}.focus\\:csdk-border-UI-default:focus{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.disabled\\:csdk-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:csdk-opacity-30:disabled{opacity:.3}._container_1wquj_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px;text-align:center;margin:15px}._container_1wquj_1 ._card_1wquj_11{position:relative;padding:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;z-index:1;width:100%}._container_1wquj_1 ._text_1wquj_19{font-size:13px;text-align:center;font-weight:700;word-wrap:break-word}.csdk-context-menu-selected-with-dot{position:relative}.csdk-context-menu-selected-with-dot:before{content:"";position:absolute;left:12px;top:calc(50% - 3px);width:6px;height:6px;background-color:#000;border-radius:50%}._wrapper_1lpzp_1{width:100%;height:100%;position:relative}._title_1lpzp_7{font-size:18px;letter-spacing:normal;text-align:center;position:absolute;width:100%;top:11%}._image_1lpzp_17{width:66.6%;height:100%;margin:0 auto;display:block}[class*=csdk] .leaflet-pane,[class*=csdk] .leaflet-tile,[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow,[class*=csdk] .leaflet-tile-container,[class*=csdk] .leaflet-pane>svg,[class*=csdk] .leaflet-pane>canvas,[class*=csdk] .leaflet-zoom-box,[class*=csdk] .leaflet-image-layer,[class*=csdk] .leaflet-layer{position:absolute;left:0;top:0}[class*=csdk] .leaflet-container{overflow:hidden}[class*=csdk] .leaflet-tile,[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}[class*=csdk] .leaflet-tile::-moz-selection{background:transparent}[class*=csdk] .leaflet-tile::selection{background:transparent}[class*=csdk] .leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}[class*=csdk] .leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow{display:block}[class*=csdk] .leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}[class*=csdk] .leaflet-container .leaflet-marker-pane img,[class*=csdk] .leaflet-container .leaflet-shadow-pane img,[class*=csdk] .leaflet-container .leaflet-tile-pane img,[class*=csdk] .leaflet-container img.leaflet-image-layer,[class*=csdk] .leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}[class*=csdk] .leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}[class*=csdk] .leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}[class*=csdk] .leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}[class*=csdk] .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}[class*=csdk] .leaflet-container{-webkit-tap-highlight-color:transparent}[class*=csdk] .leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}[class*=csdk] .leaflet-tile{filter:inherit;visibility:hidden}[class*=csdk] .leaflet-tile-loaded{visibility:inherit}[class*=csdk] .leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}[class*=csdk] .leaflet-overlay-pane svg{-moz-user-select:none}[class*=csdk] .leaflet-pane{z-index:400}[class*=csdk] .leaflet-tile-pane{z-index:200}[class*=csdk] .leaflet-overlay-pane{z-index:400}[class*=csdk] .leaflet-shadow-pane{z-index:500}[class*=csdk] .leaflet-marker-pane{z-index:600}[class*=csdk] .leaflet-tooltip-pane{z-index:650}[class*=csdk] .leaflet-popup-pane{z-index:700}[class*=csdk] .leaflet-map-pane canvas{z-index:100}[class*=csdk] .leaflet-map-pane svg{z-index:200}[class*=csdk] .leaflet-vml-shape{width:1px;height:1px}[class*=csdk] .lvml{behavior:url(#default#VML);display:inline-block;position:absolute}[class*=csdk] .leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}[class*=csdk] .leaflet-top,[class*=csdk] .leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}[class*=csdk] .leaflet-top{top:0}[class*=csdk] .leaflet-right{right:0}[class*=csdk] .leaflet-bottom{bottom:0}[class*=csdk] .leaflet-left{left:0}[class*=csdk] .leaflet-control{float:left;clear:both}[class*=csdk] .leaflet-right .leaflet-control{float:right}[class*=csdk] .leaflet-top .leaflet-control{margin-top:10px}[class*=csdk] .leaflet-bottom .leaflet-control{margin-bottom:10px}[class*=csdk] .leaflet-left .leaflet-control{margin-left:10px}[class*=csdk] .leaflet-right .leaflet-control{margin-right:10px}[class*=csdk] .leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}[class*=csdk] .leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}[class*=csdk] .leaflet-zoom-animated{transform-origin:0 0}[class*=csdk] svg.leaflet-zoom-animated{will-change:transform}[class*=csdk] .leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}[class*=csdk] .leaflet-zoom-anim .leaflet-tile,[class*=csdk] .leaflet-pan-anim .leaflet-tile{transition:none}[class*=csdk] .leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}[class*=csdk] .leaflet-interactive{cursor:pointer}[class*=csdk] .leaflet-grab{cursor:grab}[class*=csdk] .leaflet-crosshair,[class*=csdk] .leaflet-crosshair .leaflet-interactive{cursor:crosshair}[class*=csdk] .leaflet-popup-pane,[class*=csdk] .leaflet-control{cursor:auto}[class*=csdk] .leaflet-dragging .leaflet-grab,[class*=csdk] .leaflet-dragging .leaflet-grab .leaflet-interactive,[class*=csdk] .leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow,[class*=csdk] .leaflet-image-layer,[class*=csdk] .leaflet-pane>svg path,[class*=csdk] .leaflet-tile-container{pointer-events:none}[class*=csdk] .leaflet-marker-icon.leaflet-interactive,[class*=csdk] .leaflet-image-layer.leaflet-interactive,[class*=csdk] .leaflet-pane>svg path.leaflet-interactive,[class*=csdk] svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}[class*=csdk] .leaflet-container{background:#ddd;outline-offset:1px}[class*=csdk] .leaflet-container a{color:#0078a8}[class*=csdk] .leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}[class*=csdk] .leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}[class*=csdk] .leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}[class*=csdk] .leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}[class*=csdk] .leaflet-bar a,[class*=csdk] .leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}[class*=csdk] .leaflet-bar a:hover,[class*=csdk] .leaflet-bar a:focus{background-color:#f4f4f4}[class*=csdk] .leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}[class*=csdk] .leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}[class*=csdk] .leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}[class*=csdk] .leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}[class*=csdk] .leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}[class*=csdk] .leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}[class*=csdk] .leaflet-control-zoom-in,[class*=csdk] .leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}[class*=csdk] .leaflet-touch .leaflet-control-zoom-in,[class*=csdk] .leaflet-touch .leaflet-control-zoom-out{font-size:22px}[class*=csdk] .leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}[class*=csdk] .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}[class*=csdk] .leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}[class*=csdk] .leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}[class*=csdk] .leaflet-control-layers .leaflet-control-layers-list,[class*=csdk] .leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}[class*=csdk] .leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}[class*=csdk] .leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}[class*=csdk] .leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}[class*=csdk] .leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}[class*=csdk] .leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}[class*=csdk] .leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}[class*=csdk] .leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}[class*=csdk] .leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}[class*=csdk] .leaflet-control-attribution,[class*=csdk] .leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}[class*=csdk] .leaflet-control-attribution a{text-decoration:none}[class*=csdk] .leaflet-control-attribution a:hover,[class*=csdk] .leaflet-control-attribution a:focus{text-decoration:underline}[class*=csdk] .leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}[class*=csdk] .leaflet-left .leaflet-control-scale{margin-left:5px}[class*=csdk] .leaflet-bottom .leaflet-control-scale{margin-bottom:5px}[class*=csdk] .leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}[class*=csdk] .leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}[class*=csdk] .leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}[class*=csdk] .leaflet-touch .leaflet-control-attribution,[class*=csdk] .leaflet-touch .leaflet-control-layers,[class*=csdk] .leaflet-touch .leaflet-bar{box-shadow:none}[class*=csdk] .leaflet-touch .leaflet-control-layers,[class*=csdk] .leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}[class*=csdk] .leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}[class*=csdk] .leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}[class*=csdk] .leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}[class*=csdk] .leaflet-popup-content p{margin:1.3em 0}[class*=csdk] .leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}[class*=csdk] .leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}[class*=csdk] .leaflet-popup-content-wrapper,[class*=csdk] .leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}[class*=csdk] .leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}[class*=csdk] .leaflet-container a.leaflet-popup-close-button:hover,[class*=csdk] .leaflet-container a.leaflet-popup-close-button:focus{color:#585858}[class*=csdk] .leaflet-popup-scrolled{overflow:auto}[class*=csdk] .leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}[class*=csdk] .leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}[class*=csdk] .leaflet-oldie .leaflet-control-zoom,[class*=csdk] .leaflet-oldie .leaflet-control-layers,[class*=csdk] .leaflet-oldie .leaflet-popup-content-wrapper,[class*=csdk] .leaflet-oldie .leaflet-popup-tip{border:1px solid #999}[class*=csdk] .leaflet-div-icon{background:#fff;border:1px solid #666}[class*=csdk] .leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}[class*=csdk] .leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}[class*=csdk] .leaflet-tooltip-top:before,[class*=csdk] .leaflet-tooltip-bottom:before,[class*=csdk] .leaflet-tooltip-left:before,[class*=csdk] .leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}[class*=csdk] .leaflet-tooltip-bottom{margin-top:6px}[class*=csdk] .leaflet-tooltip-top{margin-top:-6px}[class*=csdk] .leaflet-tooltip-bottom:before,[class*=csdk] .leaflet-tooltip-top:before{left:50%;margin-left:-6px}[class*=csdk] .leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}[class*=csdk] .leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}[class*=csdk] .leaflet-tooltip-left{margin-left:-6px}[class*=csdk] .leaflet-tooltip-right{margin-left:6px}[class*=csdk] .leaflet-tooltip-left:before,[class*=csdk] .leaflet-tooltip-right:before{top:50%;margin-top:-6px}[class*=csdk] .leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}[class*=csdk] .leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{[class*=csdk] .leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}._alert_box_10ttx_1{position:absolute;display:flex;justify-content:center;z-index:1;margin-top:1%}._alert_box_10ttx_1 ._content_10ttx_8{background-color:#616161;padding:5px;border-radius:3px;text-align:center}._alert_box_10ttx_1 ._content_10ttx_8 ._alert_10ttx_1{color:#fff;margin:0 8px;line-height:1;font-size:12px}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.highcharts-heatmap-series .highcharts-point.csdk-highcharts-point-blured{opacity:.5}.csdk-scattermap-tooltip-container{color:#5b6372;margin:4px 6px}.csdk-scattermap-tooltip-content{text-align:left}.csdk-scattermap-tooltip-label{font-size:15px;line-height:18px}.csdk-scattermap-tooltip-category{color:#9ea2ab;padding-right:20px}.csdk-scattermap-tooltip-row{display:flex;justify-content:space-between}[class*=csdk] .public_Scrollbar_main.public_Scrollbar_mainActive,[class*=csdk] .public_Scrollbar_main{background-color:#fff;border-left:1px solid #d3d3d3}[class*=csdk] .fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,[class*=csdk] .fixedDataTable_isRTL .public_Scrollbar_main{border-right:1px solid #d3d3d3;border-left-width:0}[class*=csdk] .public_Scrollbar_mainOpaque,[class*=csdk] .public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,[class*=csdk] .public_Scrollbar_mainOpaque:hover{background-color:#fff}[class*=csdk] .public_Scrollbar_face:after{background-color:#c2c2c2}[class*=csdk] .public_Scrollbar_main:hover .public_Scrollbar_face:after,[class*=csdk] .public_Scrollbar_mainActive .public_Scrollbar_face:after,[class*=csdk] .public_Scrollbar_faceActive:after{background-color:#7d7d7d}[class*=csdk] .public_fixedDataTableCell_main{background-color:#fff;border-color:#d3d3d3}[class*=csdk] .public_fixedDataTableCell_highlighted{background-color:#f4f4f4}[class*=csdk] .public_fixedDataTableCell_cellContent{padding:8px}[class*=csdk] .public_fixedDataTableCell_columnResizerKnob{background-color:#0284ff}[class*=csdk] .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:12px}[class*=csdk] .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-left:20px}[class*=csdk] .fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:auto;margin-right:12px}[class*=csdk] .fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-right:20px}[class*=csdk] .public_fixedDataTableCell_reordering{z-index:2}[class*=csdk] .public_fixedDataTableCell_resizeReorderCellContainer{position:fixed;background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef);border-color:#d3d3d3;border-right-style:solid;border-right-width:1px}[class*=csdk] .fixedDataTableCellLayout_columnReorderContainer{border-color:#0284ff;background-color:#0000001a;width:12px;margin-right:-12px;float:left;cursor:move}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer{margin-right:auto;margin-left:-12px;float:right}[class*=csdk] .fixedDataTableCellLayout_columnReorderContainer:after{content:"::";position:absolute;top:50%;left:1px;transform:translateY(-50%)}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after{left:auto;right:1px}[class*=csdk] .public_fixedDataTableColumnResizerLine_main{border-color:#0284ff;width:1px}[class*=csdk] .public_fixedDataTable_main,[class*=csdk] .public_fixedDataTable_header,[class*=csdk] .public_fixedDataTable_hasBottomBorder{border-color:#d3d3d3}[class*=csdk] .public_fixedDataTable_header .public_fixedDataTableCell_main{font-weight:700}[class*=csdk] .public_fixedDataTable_header,[class*=csdk] .public_fixedDataTable_scrollbarSpacer,[class*=csdk] .public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef)}[class*=csdk] .public_fixedDataTable_scrollbarSpacer{position:absolute;z-index:99;top:0}[class*=csdk] .public_fixedDataTable_footer .public_fixedDataTableCell_main{background-color:#f6f7f8;border-color:#d3d3d3}[class*=csdk] .public_fixedDataTable_topShadow{background-image:linear-gradient(180deg,#0000001a,#0000)}[class*=csdk] .public_fixedDataTable_bottomShadow{background-image:linear-gradient(0deg,#0000001a,#0000)}[class*=csdk] .public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal,[class*=csdk] .public_fixedDataTableRow_main{background-color:#fff}[class*=csdk] .public_fixedDataTableRow_highlighted,[class*=csdk] .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main{background-color:#f6f7f8}[class*=csdk] .public_fixedDataTableRow_fixedColumnsDivider{border-color:#d3d3d3}[class*=csdk] .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(90deg,#0000001a,#0000)}[class*=csdk] .fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(270deg,#0000001a,#0000)}[class*=csdk] .public_fixedDataTableRow_columnsRightShadow{transform:rotate(180deg)}[class*=csdk] .ScrollbarLayout_main{box-sizing:border-box;outline:none;overflow:hidden;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}[class*=csdk] .ScrollbarLayout_mainVertical{bottom:0;right:0;top:0;width:15px}[class*=csdk] .ScrollbarLayout_mainHorizontal{height:15px;left:0}[class*=csdk] .ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;display:flex;justify-content:center;align-items:center}[class*=csdk] .ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition-duration:.25s;transition-timing-function:ease;transition-property:background-color,height,width}[class*=csdk] .ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}[class*=csdk] .ScrollbarLayout_faceHorizontal:after{width:100%;height:calc(100% - 8px)}[class*=csdk] .fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal,[class*=csdk] .fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal:after{right:0;left:auto}[class*=csdk] .ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,[class*=csdk] .ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after{height:calc(100% - 4px)}[class*=csdk] .ScrollbarLayout_faceVertical{left:0;right:0;top:0}[class*=csdk] .ScrollbarLayout_faceVertical:after{height:100%;width:calc(100% - 8px)}[class*=csdk] .ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,[class*=csdk] .ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{width:calc(100% - 4px)}[class*=csdk] .fixedDataTableCellGroupLayout_cellGroup{backface-visibility:hidden;left:0;overflow:hidden;position:absolute;top:0;white-space:nowrap}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup{right:0;left:auto}[class*=csdk] .fixedDataTableCellGroupLayout_cellGroup>.public_fixedDataTableCell_main{display:inline-block;vertical-align:top;white-space:normal}[class*=csdk] .fixedDataTableCellGroupLayout_cellGroupWrapper{position:absolute;top:0}[class*=csdk] .fixedDataTableCellLayout_main{border-right-style:solid;border-right-width:1px;border-width:0 1px 0 0;box-sizing:border-box;display:block;overflow:hidden;position:absolute;white-space:normal}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}[class*=csdk] .fixedDataTableCellLayout_lastChild{border-width:0 1px 1px 0}[class*=csdk] .fixedDataTableCellLayout_alignRight{text-align:right}[class*=csdk] .fixedDataTableCellLayout_alignCenter{text-align:center}[class*=csdk] .fixedDataTableCellLayout_wrap{display:table-cell;vertical-align:middle;box-sizing:border-box}[class*=csdk] .fixedDataTableCellLayout_wrap1{display:table}[class*=csdk] .fixedDataTableCellLayout_wrap2{display:table-row}[class*=csdk] .fixedDataTableCellLayout_wrap3{display:table-cell;vertical-align:middle}[class*=csdk] .fixedDataTableCellLayout_columnResizerContainer{position:absolute;right:0;width:6px;z-index:1}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerContainer{left:0;right:auto}[class*=csdk] .fixedDataTableCellLayout_columnResizerContainer:hover{cursor:ew-resize;background-color:#0284ff}[class*=csdk] .fixedDataTableColumnResizerLineLayout_mouseArea{cursor:ew-resize;position:absolute;right:-5px;width:12px}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_mouseArea{right:auto;left:-5px}[class*=csdk] .fixedDataTableColumnResizerLineLayout_main{border-right-style:solid;border-right-width:1px;box-sizing:border-box;position:absolute;z-index:100;pointer-events:none}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}[class*=csdk] .fixedDataTableLayout_main{border-style:solid;border-width:1px;box-sizing:border-box;overflow:hidden;position:relative}[class*=csdk] .fixedDataTableLayout_header,[class*=csdk] .fixedDataTableLayout_hasBottomBorder{border-bottom-style:solid;border-bottom-width:1px}[class*=csdk] .fixedDataTableLayout_footer .public_fixedDataTableCell_main{border-top-style:solid;border-top-width:1px}[class*=csdk] .fixedDataTableLayout_topShadow,[class*=csdk] .fixedDataTableLayout_bottomShadow{height:4px;left:0;position:absolute;right:0;z-index:1}[class*=csdk] .fixedDataTableLayout_bottomShadow{margin-top:-4px}[class*=csdk] .fixedDataTableLayout_rowsContainer{overflow:hidden;position:relative}[class*=csdk] .fixedDataTableRowLayout_main{box-sizing:border-box;overflow:hidden;position:absolute;top:0}[class*=csdk] .fixedDataTableRowLayout_body{left:0;right:0;position:absolute;top:0}[class*=csdk] .fixedDataTableRowLayout_rowExpanded{box-sizing:border-box;left:0;position:absolute}[class*=csdk] .fixedDataTableRowLayout_fixedColumnsDivider{backface-visibility:hidden;border-left-style:solid;border-left-width:1px;left:0;position:absolute;top:0;width:0}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableRowLayout_fixedColumnsDivider{border-left-width:0;border-right-style:solid;border-right-width:1px}[class*=csdk] .fixedDataTableRowLayout_columnsShadow{position:absolute;width:4px}[class*=csdk] .fixedDataTableRowLayout_columnsRightShadow{right:1px}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableRowLayout_columnsRightShadow{left:1px;right:auto}[class*=csdk] .fixedDataTableRowLayout_rowWrapper{position:absolute;top:0}._headerCell_2qf2w_16{display:flex;justify-content:left;align-items:center;margin-left:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;width:100%;cursor:pointer}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;overflow:hidden}._icon_2qf2w_43{margin-right:10px;width:20px;box-sizing:border-box;display:inline-block}._numberIcon_2qf2w_50{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_2qf2w_54{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_2qf2w_58{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_2qf2w_62{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._sortIcon_2qf2w_66{position:absolute;right:0;width:24px;height:24px;background-repeat:no-repeat}._sortAscending_2qf2w_74._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyA3aDcuNjY3YS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTUuNzUgM2gtNS43NWEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjVoNS43NWEuNDkuNDkgMCAwMS40NzguNS40OS40OSAwIDAxLS40NzkuNXptLTUuNzUgM2gzLjgzM2EuNDkuNDkgMCAwMC40OC0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxM2EuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTAgM0g2LjIzYS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTEwLjU0MiAwYS40OS40OSAwIDAxLS40OC0uNXYtNC43OTNsLTIuMDU3IDIuMTQ3YS40NjUuNDY1IDAgMDEtLjY3OCAwIC41MTUuNTE1IDAgMDEwLS43MDhsMi44NjYtMi45OWEuNDY4LjQ2OCAwIDAxLjY5NiAwbDIuODY2IDIuOTlhLjUxNi41MTYgMCAwMTAgLjcwOC40NjUuNDY1IDAgMDEtLjY3OCAwbC0yLjA1Ni0yLjE0NlYxNS41YS40OS40OSAwIDAxLS40OC41eiIgZmlsbD0iIzVDNjM3MiIvPjwvc3ZnPgo=)}._sortAscending_2qf2w_74._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._sortAscending_2qf2w_74._caret_2qf2w_33:hover{transform:rotate(0)}._sortDescending_2qf2w_78._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._caret_2qf2w_33:hover{transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;flex-grow:1}._headerLabel_2qf2w_38,._headerLabel_2qf2w_38 *{overflow:hidden;text-overflow:ellipsis}._icon_t30x8_1{width:24px;height:24px;margin-right:5px;box-sizing:border-box;display:inline-block;background-repeat:no-repeat;flex-grow:0}._numberIcon_t30x8_11{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_t30x8_15{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_t30x8_19{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_t30x8_23{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer,._tableWrapper_1ode4_16 .public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:transparent;background-image:none;border-bottom:1px solid #edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{margin-left:3px}._tableWrapper_1ode4_16 .public_fixedDataTable_main,._tableWrapper_1ode4_16 .fixedDataTableLayout_main{border:none}._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted,._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main,._tableWrapper_1ode4_16 .public_fixedDataTableRow_main{background-color:transparent}._tableWrapper_1ode4_16 .public_fixedDataTableCell_main{background-color:transparent;border-color:#edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_hasBottomBorder,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{border-bottom:none}._tableWrapper_1ode4_16 .public_fixedDataTable_header .fixedDataTableCellGroupLayout_cellGroup{border-top:1px solid #edeef1;border-bottom:1px solid #edeef1;box-sizing:border-box}._tableWrapper_1ode4_16 .public_Scrollbar_main{border-left:none;background-color:transparent}._tableWrapper_1ode4_16 .fixedDataTableRowLayout_rowWrapper{border-left:1px solid #edeef1}._tableWrapper_1ode4_16 .public_Scrollbar_main.public_Scrollbar_mainOpaque{left:-1px}._tableWrapper_1ode4_16 .public_fixedDataTableCell_cellContent{padding:0 24px 0 12px}._tableWrapper_1ode4_16{height:100%;width:100%;box-sizing:border-box;-webkit-user-select:text;-moz-user-select:text;user-select:text}._table_1ode4_16{background:transparent;font-size:13px;border:none}._tableHeader_1ode4_78{color:#5c6372;background-color:transparent;margin:0;border:none;width:100%;overflow:hidden;box-sizing:border-box}._tableCell_1ode4_88{color:#5c6372;background-color:transparent;border:none;border-right:1px solid #edeef1;border-bottom:1px solid #edeef1;overflow:hidden;width:100%;box-sizing:border-box}._tableCellContent_1ode4_99{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._headerColor_1ode4_105,._rowColor_1ode4_109{background-color:#f9f9fb}._component_1rw9b_1{flex-grow:1;font-family:Open Sans}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content{position:relative;padding-left:13px}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content:before{top:2px;left:0;position:absolute;content:"";display:block;height:14px;width:1px;background:#c3c3c3}._alert_31zyt_1{position:relative;width:100%;box-sizing:border-box;display:grid;grid-template-columns:0 1fr;gap:.5rem;align-items:start;padding:.75rem 1rem;border-radius:.5rem;border:1px solid;font-size:.875rem;line-height:1.25rem}._alert_31zyt_1[data-dismiss-on-click=true]{cursor:pointer}._alert_31zyt_1._hasIcon_31zyt_18{grid-template-columns:1rem 1fr;gap:.75rem}._alert_31zyt_1._error_31zyt_22{background-color:#fef2f2;border-color:#fecaca;color:#991b1b}._alert_31zyt_1._error_31zyt_22 ._icon_31zyt_27{color:#ef4444}._alert_31zyt_1._error_31zyt_22[data-dark-mode=true]{background-color:#4a1f1f;border-color:#5a2a2a;color:#fca5a5}._alert_31zyt_1._error_31zyt_22[data-dark-mode=true] ._icon_31zyt_27{color:#f87171}._alert_31zyt_1._warning_31zyt_38{background-color:#fffbeb;border-color:#fde68a;color:#92400e}._alert_31zyt_1._warning_31zyt_38 ._icon_31zyt_27{color:#f59e0b}._alert_31zyt_1._warning_31zyt_38[data-dark-mode=true]{background-color:#4a3a1f;border-color:#5a4a2a;color:#fbbf24}._alert_31zyt_1._warning_31zyt_38[data-dark-mode=true] ._icon_31zyt_27{color:#f59e0b}._alert_31zyt_1._info_31zyt_54{background-color:#eff6ff;border-color:#bfdbfe;color:#1e40af}._alert_31zyt_1._info_31zyt_54 ._icon_31zyt_27{color:#3b82f6}._icon_31zyt_27{width:1rem;height:1rem;margin-top:.125rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}._icon_31zyt_27 svg{width:100%;height:100%}._content_31zyt_77{display:flex;flex-direction:column;gap:.25rem}._title_31zyt_83{font-weight:600;line-height:1.5;color:inherit}._description_31zyt_89{color:inherit;opacity:.9;line-height:1.5}._dismissButton_31zyt_95{position:absolute;top:.5rem;right:.5rem;background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:inherit;opacity:.7;transition:opacity .2s}._dismissButton_31zyt_95:hover{opacity:1}._dismissButton_31zyt_95:focus{outline:2px solid currentColor;outline-offset:2px}@media (prefers-color-scheme: dark){._alert_31zyt_1._error_31zyt_22{background-color:#4a1f1f;border-color:#5a2a2a;color:#fca5a5}._alert_31zyt_1._error_31zyt_22 ._icon_31zyt_27{color:#f87171}._alert_31zyt_1._warning_31zyt_38{background-color:#4a3a1f;border-color:#5a4a2a;color:#fbbf24}._alert_31zyt_1._warning_31zyt_38 ._icon_31zyt_27{color:#f59e0b}}.dark ._alert_31zyt_1._error_31zyt_22{background-color:#4a1f1f;border-color:#5a2a2a;color:#fca5a5}.dark ._alert_31zyt_1._error_31zyt_22 ._icon_31zyt_27{color:#f87171}.dark ._alert_31zyt_1._warning_31zyt_38{background-color:#4a3a1f;border-color:#5a4a2a;color:#fbbf24}.dark ._alert_31zyt_1._warning_31zyt_38 ._icon_31zyt_27{color:#f59e0b}._container_1cvt1_1{width:100%;box-sizing:border-box;overflow:visible;padding:4px}._containerClickable_1cvt1_8{cursor:pointer}._bannerWrapper_1cvt1_12{width:100%;max-width:64rem;margin-left:auto;margin-right:auto;overflow:visible}._bannerWrapper_1cvt1_12>div[role=alert],._bannerWrapper_1cvt1_12>button{border:none;border-radius:8px;box-shadow:0 1px 2px #09090a1a;padding:16px 20px}._bannerWrapper_1cvt1_12[data-variant=error]>div[role=alert]{background-color:#fdede9;color:#5c6372}._bannerWrapper_1cvt1_12[data-variant=error]>div[role=alert]>div:first-child{color:#fa5656}._bannerWrapper_1cvt1_12[data-variant=warning]>button{background-color:#fef8e5;color:#4f4f4f;gap:.5rem;padding-right:2.5rem;text-align:left}._bannerWrapper_1cvt1_12[data-variant=warning]>button>div:nth-child(2){justify-self:start}._bannerWrapper_1cvt1_12[data-variant=warning]>button>div:first-child{color:#ffcb05}[class*=csdk] .react-datepicker__navigation-icon:before,[class*=csdk] .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view--down-arrow,[class*=csdk] .react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}[class*=csdk] .react-datepicker-wrapper{display:inline-block;padding:0;border:0}[class*=csdk] .react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}[class*=csdk] .react-datepicker--time-only .react-datepicker__time-container{border-left:0}[class*=csdk] .react-datepicker--time-only .react-datepicker__time,[class*=csdk] .react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}[class*=csdk] .react-datepicker-popper{z-index:1;line-height:0}[class*=csdk] .react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}[class*=csdk] .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}[class*=csdk] .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}[class*=csdk] .react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}[class*=csdk] .react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}[class*=csdk] .react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}[class*=csdk] .react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}[class*=csdk] .react-datepicker__year-dropdown-container--select,[class*=csdk] .react-datepicker__month-dropdown-container--select,[class*=csdk] .react-datepicker__month-year-dropdown-container--select,[class*=csdk] .react-datepicker__year-dropdown-container--scroll,[class*=csdk] .react-datepicker__month-dropdown-container--scroll,[class*=csdk] .react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}[class*=csdk] .react-datepicker__current-month,[class*=csdk] .react-datepicker-time__header,[class*=csdk] .react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}[class*=csdk] h2.react-datepicker__current-month{padding:0;margin:0}[class*=csdk] .react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}[class*=csdk] .react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}[class*=csdk] .react-datepicker__navigation--previous{left:2px}[class*=csdk] .react-datepicker__navigation--next{right:2px}[class*=csdk] .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}[class*=csdk] .react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}[class*=csdk] .react-datepicker__navigation--years-previous{top:4px}[class*=csdk] .react-datepicker__navigation--years-upcoming{top:-4px}[class*=csdk] .react-datepicker__navigation:hover *:before{border-color:#a6a6a6}[class*=csdk] .react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}[class*=csdk] .react-datepicker__navigation-icon--next{left:-2px}[class*=csdk] .react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}[class*=csdk] .react-datepicker__navigation-icon--previous{right:-2px}[class*=csdk] .react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}[class*=csdk] .react-datepicker__month-container{float:left}[class*=csdk] .react-datepicker__year{margin:.4rem;text-align:center}[class*=csdk] .react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}[class*=csdk] .react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}[class*=csdk] .react-datepicker__month{margin:.4rem;text-align:center}[class*=csdk] .react-datepicker__month .react-datepicker__month-text,[class*=csdk] .react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}[class*=csdk] .react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__caption,[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}[class*=csdk] .react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}[class*=csdk] .react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}[class*=csdk] .react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}[class*=csdk] .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}[class*=csdk] .react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}[class*=csdk] .react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}[class*=csdk] .react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}[class*=csdk] .react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}[class*=csdk] .react-datepicker__week-number--selected:hover{background-color:#1d5d90}[class*=csdk] .react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}[class*=csdk] .react-datepicker__week{white-space:nowrap}[class*=csdk] .react-datepicker__day-name,[class*=csdk] .react-datepicker__day,[class*=csdk] .react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}[class*=csdk] .react-datepicker__day,[class*=csdk] .react-datepicker__month-text,[class*=csdk] .react-datepicker__quarter-text,[class*=csdk] .react-datepicker__year-text{cursor:pointer}[class*=csdk] .react-datepicker__day:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}[class*=csdk] .react-datepicker__day--today,[class*=csdk] .react-datepicker__month-text--today,[class*=csdk] .react-datepicker__quarter-text--today,[class*=csdk] .react-datepicker__year-text--today{font-weight:700}[class*=csdk] .react-datepicker__day--highlighted,[class*=csdk] .react-datepicker__month-text--highlighted,[class*=csdk] .react-datepicker__quarter-text--highlighted,[class*=csdk] .react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}[class*=csdk] .react-datepicker__day--highlighted:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}[class*=csdk] .react-datepicker__day--highlighted-custom-1,[class*=csdk] .react-datepicker__month-text--highlighted-custom-1,[class*=csdk] .react-datepicker__quarter-text--highlighted-custom-1,[class*=csdk] .react-datepicker__year-text--highlighted-custom-1{color:#f0f}[class*=csdk] .react-datepicker__day--highlighted-custom-2,[class*=csdk] .react-datepicker__month-text--highlighted-custom-2,[class*=csdk] .react-datepicker__quarter-text--highlighted-custom-2,[class*=csdk] .react-datepicker__year-text--highlighted-custom-2{color:green}[class*=csdk] .react-datepicker__day--holidays,[class*=csdk] .react-datepicker__month-text--holidays,[class*=csdk] .react-datepicker__quarter-text--holidays,[class*=csdk] .react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}[class*=csdk] .react-datepicker__day--holidays .overlay,[class*=csdk] .react-datepicker__month-text--holidays .overlay,[class*=csdk] .react-datepicker__quarter-text--holidays .overlay,[class*=csdk] .react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}[class*=csdk] .react-datepicker__day--holidays:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}[class*=csdk] .react-datepicker__day--holidays:hover .overlay,[class*=csdk] .react-datepicker__month-text--holidays:hover .overlay,[class*=csdk] .react-datepicker__quarter-text--holidays:hover .overlay,[class*=csdk] .react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}[class*=csdk] .react-datepicker__day--selected,[class*=csdk] .react-datepicker__day--in-selecting-range,[class*=csdk] .react-datepicker__day--in-range,[class*=csdk] .react-datepicker__month-text--selected,[class*=csdk] .react-datepicker__month-text--in-selecting-range,[class*=csdk] .react-datepicker__month-text--in-range,[class*=csdk] .react-datepicker__quarter-text--selected,[class*=csdk] .react-datepicker__quarter-text--in-selecting-range,[class*=csdk] .react-datepicker__quarter-text--in-range,[class*=csdk] .react-datepicker__year-text--selected,[class*=csdk] .react-datepicker__year-text--in-selecting-range,[class*=csdk] .react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}[class*=csdk] .react-datepicker__day--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__day--in-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}[class*=csdk] .react-datepicker__day--keyboard-selected,[class*=csdk] .react-datepicker__month-text--keyboard-selected,[class*=csdk] .react-datepicker__quarter-text--keyboard-selected,[class*=csdk] .react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}[class*=csdk] .react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}[class*=csdk] .react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),[class*=csdk] .react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),[class*=csdk] .react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),[class*=csdk] .react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}[class*=csdk] .react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),[class*=csdk] .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),[class*=csdk] .react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),[class*=csdk] .react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),[class*=csdk] .react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),[class*=csdk] .react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),[class*=csdk] .react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),[class*=csdk] .react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}[class*=csdk] .react-datepicker__day--disabled,[class*=csdk] .react-datepicker__month-text--disabled,[class*=csdk] .react-datepicker__quarter-text--disabled,[class*=csdk] .react-datepicker__year-text--disabled{cursor:default;color:#ccc}[class*=csdk] .react-datepicker__day--disabled .overlay,[class*=csdk] .react-datepicker__month-text--disabled .overlay,[class*=csdk] .react-datepicker__quarter-text--disabled .overlay,[class*=csdk] .react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}[class*=csdk] .react-datepicker__input-container{position:relative;display:inline-block;width:100%}[class*=csdk] .react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}[class*=csdk] .react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}[class*=csdk] .react-datepicker__year-read-view,[class*=csdk] .react-datepicker__month-read-view,[class*=csdk] .react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}[class*=csdk] .react-datepicker__year-read-view:hover,[class*=csdk] .react-datepicker__month-read-view:hover,[class*=csdk] .react-datepicker__month-year-read-view:hover{cursor:pointer}[class*=csdk] .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,[class*=csdk] .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}[class*=csdk] .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view--down-arrow,[class*=csdk] .react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}[class*=csdk] .react-datepicker__year-dropdown,[class*=csdk] .react-datepicker__month-dropdown,[class*=csdk] .react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}[class*=csdk] .react-datepicker__year-dropdown:hover,[class*=csdk] .react-datepicker__month-dropdown:hover,[class*=csdk] .react-datepicker__month-year-dropdown:hover{cursor:pointer}[class*=csdk] .react-datepicker__year-dropdown--scrollable,[class*=csdk] .react-datepicker__month-dropdown--scrollable,[class*=csdk] .react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}[class*=csdk] .react-datepicker__year-option,[class*=csdk] .react-datepicker__month-option,[class*=csdk] .react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}[class*=csdk] .react-datepicker__year-option:first-of-type,[class*=csdk] .react-datepicker__month-option:first-of-type,[class*=csdk] .react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}[class*=csdk] .react-datepicker__year-option:last-of-type,[class*=csdk] .react-datepicker__month-option:last-of-type,[class*=csdk] .react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}[class*=csdk] .react-datepicker__year-option:hover,[class*=csdk] .react-datepicker__month-option:hover,[class*=csdk] .react-datepicker__month-year-option:hover{background-color:#ccc}[class*=csdk] .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,[class*=csdk] .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,[class*=csdk] .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}[class*=csdk] .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,[class*=csdk] .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,[class*=csdk] .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}[class*=csdk] .react-datepicker__year-option--selected,[class*=csdk] .react-datepicker__month-option--selected,[class*=csdk] .react-datepicker__month-year-option--selected{position:absolute;left:15px}[class*=csdk] .react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}[class*=csdk] .react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}[class*=csdk] .react-datepicker__close-icon--disabled{cursor:default}[class*=csdk] .react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}[class*=csdk] .react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}[class*=csdk] .react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}[class*=csdk] .react-datepicker__portal .react-datepicker__day-name,[class*=csdk] .react-datepicker__portal .react-datepicker__day,[class*=csdk] .react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){[class*=csdk] .react-datepicker__portal .react-datepicker__day-name,[class*=csdk] .react-datepicker__portal .react-datepicker__day,[class*=csdk] .react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}[class*=csdk] .react-datepicker__portal .react-datepicker__current-month,[class*=csdk] .react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}[class*=csdk] .react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}[class*=csdk] .react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}[class*=csdk] .react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}')),document.head.appendChild(e)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}})();
|