@sisense/sdk-ui 1.23.0 → 1.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ai.cjs +30 -29
- package/dist/ai.js +571 -558
- package/dist/analytics-composer.cjs +35 -35
- package/dist/analytics-composer.js +281 -261
- package/dist/{derive-chart-family-CTpRObm1.js → derive-chart-family-BlFbAr2V.js} +18111 -17793
- package/dist/{derive-chart-family-DcALKnKU.cjs → derive-chart-family-C_c2ZQQd.cjs} +108 -108
- package/dist/index.cjs +56 -75
- package/dist/index.js +5374 -5298
- package/dist/packages/sdk-ui/src/ai/chart/chart-insights.d.ts +2 -1
- package/dist/packages/sdk-ui/src/ai/chart/nlq-chart-widget.d.ts +7 -2
- package/dist/packages/sdk-ui/src/ai/chat-config.d.ts +4 -2
- package/dist/packages/sdk-ui/src/ai/icons/exclamation-mark-brand-icon.d.ts +3 -0
- package/dist/packages/sdk-ui/src/analytics-composer/common/stringify-props.d.ts +5 -0
- package/dist/packages/sdk-ui/src/analytics-composer/common/utils.d.ts +2 -0
- package/dist/packages/sdk-ui/src/analytics-composer/execute-query/execute-query-composer.d.ts +8 -0
- package/dist/packages/sdk-ui/src/analytics-composer/execute-query/to-execute-query-code.d.ts +2 -0
- package/dist/packages/sdk-ui/src/analytics-composer/index.d.ts +5 -0
- package/dist/packages/sdk-ui/src/analytics-composer/types.d.ts +13 -2
- package/dist/packages/sdk-ui/src/analytics-composer/widget/to-widget-code.d.ts +1 -1
- package/dist/packages/sdk-ui/src/analytics-composer/widget/widget-composer.d.ts +1 -0
- package/dist/packages/sdk-ui/src/api/rest-api.d.ts +25 -2
- package/dist/packages/sdk-ui/src/api/types/dashboard-dto.d.ts +9 -4
- package/dist/packages/sdk-ui/src/chart/advanced-chart.d.ts +1 -1
- package/dist/packages/sdk-ui/src/chart/regular-chart.d.ts +3 -0
- package/dist/packages/sdk-ui/src/chart-data-processor/data-table-date-period.d.ts +1 -4
- package/dist/packages/sdk-ui/src/chart-options-processor/category-chart-options.d.ts +2 -1
- package/dist/packages/sdk-ui/src/chart-options-processor/translations/sunburst/sunburst-options.d.ts +2 -1
- package/dist/packages/sdk-ui/src/chart-options-processor/translations/treemap/treemap-options.d.ts +2 -1
- package/dist/packages/sdk-ui/src/chart-options-processor/translations/treemap/treemap-tooltip.d.ts +3 -2
- package/dist/packages/sdk-ui/src/chart-options-processor/translations/types.d.ts +2 -0
- package/dist/packages/sdk-ui/src/common-filters/cascading-utils.d.ts +3 -1
- package/dist/packages/sdk-ui/src/common-filters/common-filters-connector.d.ts +4 -3
- package/dist/packages/sdk-ui/src/common-filters/types.d.ts +25 -0
- package/dist/packages/sdk-ui/src/common-filters/use-common-filters.d.ts +8 -9
- package/dist/packages/sdk-ui/src/common-filters/use-convert-filter-relations.d.ts +26 -0
- package/dist/packages/sdk-ui/src/dashboard/components/dashboard-container.d.ts +1 -1
- package/dist/packages/sdk-ui/src/dashboard/components/horizontal-collapse.d.ts +6 -0
- package/dist/packages/sdk-ui/src/dashboard/dashboard-helpers.d.ts +40 -10
- package/dist/packages/sdk-ui/src/dashboard/dashboard.d.ts +8 -3
- package/dist/packages/sdk-ui/src/dashboard/hooks/use-filters-panel-collapsed-state.d.ts +8 -0
- package/dist/packages/sdk-ui/src/dashboard/types.d.ts +24 -6
- package/dist/packages/sdk-ui/src/dashboard/use-composed-dashboard.d.ts +4 -4
- package/dist/packages/sdk-ui/src/decorators/component-decorators/with-error-boundary.d.ts +3 -1
- package/dist/packages/sdk-ui/src/error-boundary/error-boundary.d.ts +4 -2
- package/dist/packages/sdk-ui/src/filters/components/cascading-filter-tile/cascading-filter-tile.d.ts +2 -0
- package/dist/packages/sdk-ui/src/filters/components/criteria-filter-tile/criteria-filter-tile.d.ts +2 -0
- package/dist/packages/sdk-ui/src/filters/components/custom-filter-tile.d.ts +2 -0
- package/dist/packages/sdk-ui/src/filters/components/date-filter/date-range-filter-tile/date-range-filter-tile.d.ts +2 -0
- package/dist/packages/sdk-ui/src/filters/components/date-filter/relative-date-filter-tile/helpers.d.ts +6 -0
- package/dist/packages/sdk-ui/src/filters/components/date-filter/relative-date-filter-tile/relative-date-filter-tile.d.ts +2 -0
- package/dist/packages/sdk-ui/src/filters/components/date-filter/relative-date-filter-tile/relative-date-filter.d.ts +2 -1
- package/dist/packages/sdk-ui/src/filters/components/filter-tile.d.ts +1 -0
- package/dist/packages/sdk-ui/src/filters/components/filters-panel/filters-panel-tile.d.ts +3 -1
- package/dist/packages/sdk-ui/src/filters/components/filters-panel/filters-panel.d.ts +3 -3
- package/dist/packages/sdk-ui/src/filters/components/icons/trash-icon.d.ts +1 -1
- package/dist/packages/sdk-ui/src/filters/components/member-filter-tile/member-filter-tile.d.ts +2 -0
- package/dist/packages/sdk-ui/src/filters/components/member-filter-tile/member-list.d.ts +1 -1
- package/dist/packages/sdk-ui/src/filters/components/unsupported-filter-tile.d.ts +3 -1
- package/dist/packages/sdk-ui/src/filters/helpers.d.ts +122 -0
- package/dist/packages/sdk-ui/src/filters/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/index.d.ts +3 -1
- package/dist/packages/sdk-ui/src/models/dashboard/dashboard-model.d.ts +2 -2
- package/dist/packages/sdk-ui/src/models/dashboard/get-dashboard-model.d.ts +2 -1
- package/dist/packages/sdk-ui/src/models/dashboard/translate-dashboard-dto-utils.d.ts +1 -1
- package/dist/packages/sdk-ui/src/models/dashboard/translate-dashboard-utils.d.ts +2 -2
- package/dist/packages/sdk-ui/src/models/dashboard/types.d.ts +3 -0
- package/dist/packages/sdk-ui/src/models/dashboard/use-dashboard-model/use-dasboard-model-utils.d.ts +2 -4
- package/dist/packages/sdk-ui/src/models/dashboard/use-dashboard-model/use-dashboard-model-reducer.d.ts +26 -18
- package/dist/packages/sdk-ui/src/models/dashboard/use-dashboard-model/use-dashboard-model.d.ts +3 -0
- package/dist/packages/sdk-ui/src/models/hierarchy/get-hierarchy-models.d.ts +6 -1
- package/dist/packages/sdk-ui/src/models/hierarchy/types.d.ts +3 -0
- package/dist/packages/sdk-ui/src/models/hierarchy/use-get-hierarchy-models.d.ts +4 -4
- package/dist/packages/sdk-ui/src/models/widget/widget-model-translator.d.ts +11 -1
- package/dist/packages/sdk-ui/src/pivot-table/hooks/use-render-pivot.d.ts +3 -1
- package/dist/packages/sdk-ui/src/props.d.ts +11 -3
- package/dist/packages/sdk-ui/src/query/date-formats/apply-date-format.d.ts +1 -0
- package/dist/packages/sdk-ui/src/query-execution/utils.d.ts +3 -0
- package/dist/packages/sdk-ui/src/sisense-context/sisense-context.d.ts +2 -0
- package/dist/packages/sdk-ui/src/table/table-component.d.ts +1 -1
- package/dist/packages/sdk-ui/src/translation/resources/en.d.ts +10 -0
- package/dist/packages/sdk-ui/src/translation/resources/index.d.ts +20 -0
- package/dist/packages/sdk-ui/src/utils/extract-widget-ids.d.ts +2 -0
- package/dist/packages/sdk-ui/src/utils/filter-relations.d.ts +64 -0
- package/dist/packages/sdk-ui/src/utils/filters-comparator.d.ts +5 -0
- package/dist/packages/sdk-ui/src/utils/filters.d.ts +0 -1
- package/dist/packages/sdk-ui/src/widget-by-id/translate-dashboard-filters.d.ts +178 -178
- package/dist/packages/sdk-ui/src/widget-by-id/translate-widget-data-options.d.ts +2 -2
- package/dist/packages/sdk-ui/src/widget-by-id/translate-widget-filters.d.ts +17 -17
- package/dist/packages/sdk-ui/src/widget-by-id/use-get-dashboard-model-and-widget-model.d.ts +13 -0
- package/dist/packages/sdk-ui/src/widget-by-id/utils.d.ts +13 -4
- package/dist/packages/sdk-ui/src/widgets/common/widget-container.d.ts +2 -0
- package/dist/packages/sdk-ui/src/widgets/common/widget-errors-and-warnings-context.d.ts +14 -0
- package/dist/packages/sdk-ui/src/widgets/common/widget-header-info-button.d.ts +3 -1
- package/dist/packages/sdk-ui/src/widgets/common/widget-header.d.ts +2 -0
- package/dist/useQuery-BYxzPyc5.cjs +870 -0
- package/dist/{useQuery-1xZMqnAI.js → useQuery-P9b5LtGq.js} +18768 -17547
- package/dist/widget-composer-DPsDPrFM.cjs +237 -0
- package/dist/widget-composer-DXM5t9rq.js +614 -0
- package/package.json +8 -8
- package/dist/packages/sdk-ui/src/dashboard/components/HorizontalCollapse.d.ts +0 -5
- package/dist/useQuery-D9rZ58KS.cjs +0 -821
- package/dist/widget-composer-B17DVa2A.cjs +0 -101
- package/dist/widget-composer-DqjH_6dw.js +0 -448
package/dist/ai.js
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
var ct = Object.defineProperty, dt = Object.defineProperties;
|
|
2
2
|
var ut = Object.getOwnPropertyDescriptors;
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var fe = (e, t, o) => t in e ? ct(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o,
|
|
3
|
+
var ae = Object.getOwnPropertySymbols;
|
|
4
|
+
var Ee = Object.prototype.hasOwnProperty, He = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var fe = (e, t, o) => t in e ? ct(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o, M = (e, t) => {
|
|
6
6
|
for (var o in t || (t = {}))
|
|
7
|
-
|
|
8
|
-
if (
|
|
9
|
-
for (var o of
|
|
10
|
-
|
|
7
|
+
Ee.call(t, o) && fe(e, o, t[o]);
|
|
8
|
+
if (ae)
|
|
9
|
+
for (var o of ae(t))
|
|
10
|
+
He.call(t, o) && fe(e, o, t[o]);
|
|
11
11
|
return e;
|
|
12
|
-
},
|
|
12
|
+
}, T = (e, t) => dt(e, ut(t));
|
|
13
13
|
var Be = (e, t) => {
|
|
14
14
|
var o = {};
|
|
15
15
|
for (var r in e)
|
|
16
|
-
|
|
17
|
-
if (e != null &&
|
|
18
|
-
for (var r of
|
|
19
|
-
t.indexOf(r) < 0 &&
|
|
16
|
+
Ee.call(e, r) && t.indexOf(r) < 0 && (o[r] = e[r]);
|
|
17
|
+
if (e != null && ae)
|
|
18
|
+
for (var r of ae(e))
|
|
19
|
+
t.indexOf(r) < 0 && He.call(e, r) && (o[r] = e[r]);
|
|
20
20
|
return o;
|
|
21
21
|
};
|
|
22
|
-
var
|
|
22
|
+
var B = (e, t, o) => (fe(e, typeof t != "symbol" ? t + "" : t, o), o);
|
|
23
23
|
var Z = (e, t, o) => new Promise((r, i) => {
|
|
24
24
|
var s = (l) => {
|
|
25
25
|
try {
|
|
@@ -36,25 +36,25 @@ var Z = (e, t, o) => new Promise((r, i) => {
|
|
|
36
36
|
}, c = (l) => l.done ? r(l.value) : Promise.resolve(l.value).then(s, a);
|
|
37
37
|
c((o = o.apply(e, t)).next());
|
|
38
38
|
});
|
|
39
|
-
import { k as ht, j as pt, s as
|
|
40
|
-
import { jsx as n, jsxs as h, Fragment as
|
|
41
|
-
import * as
|
|
42
|
-
import { createContext as qe, useMemo as N, useContext as
|
|
43
|
-
import {
|
|
44
|
-
import { t as Ge } from "./widget-composer-
|
|
45
|
-
function
|
|
39
|
+
import { k as ht, j as pt, s as ue, bd as gt, be as Ct, o as _, _ as Q, bf as Ie, C as ft, bg as mt, l as bt, bh as xt, m as me, P as C, p as yt, bi as vt, bj as wt, bk as kt, bl as We, bm as St, bn as oe, bo as Mt, bp as Lt, bq as $t, aP as Rt, L as Tt, aQ as Et, g as Ht, b1 as Y, R as Pe, am as u, aA as H, Y as b, ay as Oe, au as Bt, br as Dt, aB as Ae, bs as Ft, aw as Nt, ap as te, aD as It, bt as Wt, X as ze, aL as Pt } from "./useQuery-P9b5LtGq.js";
|
|
40
|
+
import { jsx as n, jsxs as h, Fragment as D } from "react/jsx-runtime";
|
|
41
|
+
import * as q from "react";
|
|
42
|
+
import { createContext as qe, useMemo as N, useContext as Ve, useCallback as E, useEffect as ne, useState as L, useRef as K, useLayoutEffect as ce, memo as Ot, forwardRef as At, createElement as zt } from "react";
|
|
43
|
+
import { n as qt, b6 as Vt, aa as y, T as xe, u as Ze, ae as Qe, R as Zt, b7 as Qt, q as Gt, r as jt } from "./derive-chart-family-BlFbAr2V.js";
|
|
44
|
+
import { t as Ge } from "./widget-composer-DXM5t9rq.js";
|
|
45
|
+
function Ut(e) {
|
|
46
46
|
return pt("MuiDialog", e);
|
|
47
47
|
}
|
|
48
|
-
const be = ht("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), je = /* @__PURE__ */
|
|
48
|
+
const be = ht("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), je = /* @__PURE__ */ q.createContext({});
|
|
49
49
|
process.env.NODE_ENV !== "production" && (je.displayName = "DialogContext");
|
|
50
|
-
const
|
|
50
|
+
const _t = ["aria-describedby", "aria-labelledby", "BackdropComponent", "BackdropProps", "children", "className", "disableEscapeKeyDown", "fullScreen", "fullWidth", "maxWidth", "onBackdropClick", "onClick", "onClose", "open", "PaperComponent", "PaperProps", "scroll", "TransitionComponent", "transitionDuration", "TransitionProps"], Kt = ue(gt, {
|
|
51
51
|
name: "MuiDialog",
|
|
52
52
|
slot: "Backdrop",
|
|
53
53
|
overrides: (e, t) => t.backdrop
|
|
54
54
|
})({
|
|
55
55
|
// Improve scrollable dialog support.
|
|
56
56
|
zIndex: -1
|
|
57
|
-
}),
|
|
57
|
+
}), Yt = (e) => {
|
|
58
58
|
const {
|
|
59
59
|
classes: t,
|
|
60
60
|
scroll: o,
|
|
@@ -66,8 +66,8 @@ const Ut = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
66
66
|
container: ["container", `scroll${_(o)}`],
|
|
67
67
|
paper: ["paper", `paperScroll${_(o)}`, `paperWidth${_(String(r))}`, i && "paperFullWidth", s && "paperFullScreen"]
|
|
68
68
|
};
|
|
69
|
-
return yt(a,
|
|
70
|
-
},
|
|
69
|
+
return yt(a, Ut, t);
|
|
70
|
+
}, Jt = ue(Ct, {
|
|
71
71
|
name: "MuiDialog",
|
|
72
72
|
slot: "Root",
|
|
73
73
|
overridesResolver: (e, t) => t.root
|
|
@@ -76,7 +76,7 @@ const Ut = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
76
76
|
// Use !important to override the Modal inline-style.
|
|
77
77
|
position: "absolute !important"
|
|
78
78
|
}
|
|
79
|
-
}),
|
|
79
|
+
}), Xt = ue("div", {
|
|
80
80
|
name: "MuiDialog",
|
|
81
81
|
slot: "Container",
|
|
82
82
|
overridesResolver: (e, t) => {
|
|
@@ -87,7 +87,7 @@ const Ut = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
87
87
|
}
|
|
88
88
|
})(({
|
|
89
89
|
ownerState: e
|
|
90
|
-
}) =>
|
|
90
|
+
}) => Q({
|
|
91
91
|
height: "100%",
|
|
92
92
|
"@media print": {
|
|
93
93
|
height: "auto"
|
|
@@ -109,7 +109,7 @@ const Ut = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
109
109
|
height: "100%",
|
|
110
110
|
width: "0"
|
|
111
111
|
}
|
|
112
|
-
})),
|
|
112
|
+
})), eo = ue(Ie, {
|
|
113
113
|
name: "MuiDialog",
|
|
114
114
|
slot: "Paper",
|
|
115
115
|
overridesResolver: (e, t) => {
|
|
@@ -121,7 +121,7 @@ const Ut = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
121
121
|
})(({
|
|
122
122
|
theme: e,
|
|
123
123
|
ownerState: t
|
|
124
|
-
}) =>
|
|
124
|
+
}) => Q({
|
|
125
125
|
margin: 32,
|
|
126
126
|
position: "relative",
|
|
127
127
|
overflowY: "auto",
|
|
@@ -168,7 +168,7 @@ const Ut = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
168
168
|
margin: 0,
|
|
169
169
|
maxWidth: "100%"
|
|
170
170
|
}
|
|
171
|
-
})), Ue = /* @__PURE__ */
|
|
171
|
+
})), Ue = /* @__PURE__ */ q.forwardRef(function(t, o) {
|
|
172
172
|
const r = ft({
|
|
173
173
|
props: t,
|
|
174
174
|
name: "MuiDialog"
|
|
@@ -180,76 +180,76 @@ const Ut = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
180
180
|
"aria-labelledby": c,
|
|
181
181
|
BackdropComponent: l,
|
|
182
182
|
BackdropProps: d,
|
|
183
|
-
children:
|
|
184
|
-
className:
|
|
183
|
+
children: p,
|
|
184
|
+
className: g,
|
|
185
185
|
disableEscapeKeyDown: f = !1,
|
|
186
186
|
fullScreen: m = !1,
|
|
187
|
-
fullWidth:
|
|
187
|
+
fullWidth: F = !1,
|
|
188
188
|
maxWidth: w = "sm",
|
|
189
189
|
onBackdropClick: v,
|
|
190
|
-
onClick:
|
|
191
|
-
onClose:
|
|
192
|
-
open:
|
|
193
|
-
PaperComponent:
|
|
194
|
-
PaperProps:
|
|
195
|
-
scroll:
|
|
196
|
-
TransitionComponent:
|
|
197
|
-
transitionDuration:
|
|
190
|
+
onClick: O,
|
|
191
|
+
onClose: I,
|
|
192
|
+
open: x,
|
|
193
|
+
PaperComponent: A = Ie,
|
|
194
|
+
PaperProps: k = {},
|
|
195
|
+
scroll: J = "paper",
|
|
196
|
+
TransitionComponent: $ = vt,
|
|
197
|
+
transitionDuration: X = s,
|
|
198
198
|
TransitionProps: ge
|
|
199
|
-
} = r, Ce = bt(r,
|
|
199
|
+
} = r, Ce = bt(r, _t), G = Q({}, r, {
|
|
200
200
|
disableEscapeKeyDown: f,
|
|
201
201
|
fullScreen: m,
|
|
202
|
-
fullWidth:
|
|
202
|
+
fullWidth: F,
|
|
203
203
|
maxWidth: w,
|
|
204
|
-
scroll:
|
|
205
|
-
}), j =
|
|
206
|
-
U.current =
|
|
207
|
-
},
|
|
208
|
-
|
|
209
|
-
},
|
|
210
|
-
titleId:
|
|
211
|
-
}), [
|
|
212
|
-
return /* @__PURE__ */ n(
|
|
213
|
-
className: me(j.root,
|
|
204
|
+
scroll: J
|
|
205
|
+
}), j = Yt(G), U = q.useRef(), z = (R) => {
|
|
206
|
+
U.current = R.target === R.currentTarget;
|
|
207
|
+
}, se = (R) => {
|
|
208
|
+
O && O(R), U.current && (U.current = null, v && v(R), I && I(R, "backdropClick"));
|
|
209
|
+
}, ee = xt(c), S = q.useMemo(() => ({
|
|
210
|
+
titleId: ee
|
|
211
|
+
}), [ee]);
|
|
212
|
+
return /* @__PURE__ */ n(Jt, Q({
|
|
213
|
+
className: me(j.root, g),
|
|
214
214
|
closeAfterTransition: !0,
|
|
215
215
|
components: {
|
|
216
|
-
Backdrop:
|
|
216
|
+
Backdrop: Kt
|
|
217
217
|
},
|
|
218
218
|
componentsProps: {
|
|
219
|
-
backdrop:
|
|
220
|
-
transitionDuration:
|
|
219
|
+
backdrop: Q({
|
|
220
|
+
transitionDuration: X,
|
|
221
221
|
as: l
|
|
222
222
|
}, d)
|
|
223
223
|
},
|
|
224
224
|
disableEscapeKeyDown: f,
|
|
225
|
-
onClose:
|
|
226
|
-
open:
|
|
225
|
+
onClose: I,
|
|
226
|
+
open: x,
|
|
227
227
|
ref: o,
|
|
228
|
-
onClick:
|
|
228
|
+
onClick: se,
|
|
229
229
|
ownerState: G
|
|
230
230
|
}, Ce, {
|
|
231
|
-
children: /* @__PURE__ */ n(
|
|
231
|
+
children: /* @__PURE__ */ n($, Q({
|
|
232
232
|
appear: !0,
|
|
233
|
-
in:
|
|
234
|
-
timeout:
|
|
233
|
+
in: x,
|
|
234
|
+
timeout: X,
|
|
235
235
|
role: "presentation"
|
|
236
236
|
}, ge, {
|
|
237
|
-
children: /* @__PURE__ */ n(
|
|
237
|
+
children: /* @__PURE__ */ n(Xt, {
|
|
238
238
|
className: me(j.container),
|
|
239
|
-
onMouseDown:
|
|
239
|
+
onMouseDown: z,
|
|
240
240
|
ownerState: G,
|
|
241
|
-
children: /* @__PURE__ */ n(
|
|
242
|
-
as:
|
|
241
|
+
children: /* @__PURE__ */ n(eo, Q({
|
|
242
|
+
as: A,
|
|
243
243
|
elevation: 24,
|
|
244
244
|
role: "dialog",
|
|
245
245
|
"aria-describedby": a,
|
|
246
|
-
"aria-labelledby":
|
|
247
|
-
},
|
|
248
|
-
className: me(j.paper,
|
|
246
|
+
"aria-labelledby": ee
|
|
247
|
+
}, k, {
|
|
248
|
+
className: me(j.paper, k.className),
|
|
249
249
|
ownerState: G,
|
|
250
250
|
children: /* @__PURE__ */ n(je.Provider, {
|
|
251
|
-
value:
|
|
252
|
-
children:
|
|
251
|
+
value: S,
|
|
252
|
+
children: p
|
|
253
253
|
})
|
|
254
254
|
}))
|
|
255
255
|
})
|
|
@@ -264,11 +264,11 @@ process.env.NODE_ENV !== "production" && (Ue.propTypes = {
|
|
|
264
264
|
/**
|
|
265
265
|
* The id(s) of the element(s) that describe the dialog.
|
|
266
266
|
*/
|
|
267
|
-
"aria-describedby":
|
|
267
|
+
"aria-describedby": C.string,
|
|
268
268
|
/**
|
|
269
269
|
* The id(s) of the element(s) that label the dialog.
|
|
270
270
|
*/
|
|
271
|
-
"aria-labelledby":
|
|
271
|
+
"aria-labelledby": C.string,
|
|
272
272
|
/**
|
|
273
273
|
* A backdrop component. This prop enables custom backdrop rendering.
|
|
274
274
|
* @deprecated Use `slots.backdrop` instead. While this prop currently works, it will be removed in the next major version.
|
|
@@ -283,92 +283,92 @@ process.env.NODE_ENV !== "production" && (Ue.propTypes = {
|
|
|
283
283
|
* zIndex: -1,
|
|
284
284
|
* })
|
|
285
285
|
*/
|
|
286
|
-
BackdropComponent:
|
|
286
|
+
BackdropComponent: C.elementType,
|
|
287
287
|
/**
|
|
288
288
|
* @ignore
|
|
289
289
|
*/
|
|
290
|
-
BackdropProps:
|
|
290
|
+
BackdropProps: C.object,
|
|
291
291
|
/**
|
|
292
292
|
* Dialog children, usually the included sub-components.
|
|
293
293
|
*/
|
|
294
|
-
children:
|
|
294
|
+
children: C.node,
|
|
295
295
|
/**
|
|
296
296
|
* Override or extend the styles applied to the component.
|
|
297
297
|
*/
|
|
298
|
-
classes:
|
|
298
|
+
classes: C.object,
|
|
299
299
|
/**
|
|
300
300
|
* @ignore
|
|
301
301
|
*/
|
|
302
|
-
className:
|
|
302
|
+
className: C.string,
|
|
303
303
|
/**
|
|
304
304
|
* If `true`, hitting escape will not fire the `onClose` callback.
|
|
305
305
|
* @default false
|
|
306
306
|
*/
|
|
307
|
-
disableEscapeKeyDown:
|
|
307
|
+
disableEscapeKeyDown: C.bool,
|
|
308
308
|
/**
|
|
309
309
|
* If `true`, the dialog is full-screen.
|
|
310
310
|
* @default false
|
|
311
311
|
*/
|
|
312
|
-
fullScreen:
|
|
312
|
+
fullScreen: C.bool,
|
|
313
313
|
/**
|
|
314
314
|
* If `true`, the dialog stretches to `maxWidth`.
|
|
315
315
|
*
|
|
316
316
|
* Notice that the dialog width grow is limited by the default margin.
|
|
317
317
|
* @default false
|
|
318
318
|
*/
|
|
319
|
-
fullWidth:
|
|
319
|
+
fullWidth: C.bool,
|
|
320
320
|
/**
|
|
321
321
|
* Determine the max-width of the dialog.
|
|
322
322
|
* The dialog width grows with the size of the screen.
|
|
323
323
|
* Set to `false` to disable `maxWidth`.
|
|
324
324
|
* @default 'sm'
|
|
325
325
|
*/
|
|
326
|
-
maxWidth:
|
|
326
|
+
maxWidth: C.oneOfType([C.oneOf(["xs", "sm", "md", "lg", "xl", !1]), C.string]),
|
|
327
327
|
/**
|
|
328
328
|
* Callback fired when the backdrop is clicked.
|
|
329
329
|
* @deprecated Use the `onClose` prop with the `reason` argument to handle the `backdropClick` events.
|
|
330
330
|
*/
|
|
331
|
-
onBackdropClick:
|
|
331
|
+
onBackdropClick: C.func,
|
|
332
332
|
/**
|
|
333
333
|
* @ignore
|
|
334
334
|
*/
|
|
335
|
-
onClick:
|
|
335
|
+
onClick: C.func,
|
|
336
336
|
/**
|
|
337
337
|
* Callback fired when the component requests to be closed.
|
|
338
338
|
*
|
|
339
339
|
* @param {object} event The event source of the callback.
|
|
340
340
|
* @param {string} reason Can be: `"escapeKeyDown"`, `"backdropClick"`.
|
|
341
341
|
*/
|
|
342
|
-
onClose:
|
|
342
|
+
onClose: C.func,
|
|
343
343
|
/**
|
|
344
344
|
* If `true`, the component is shown.
|
|
345
345
|
*/
|
|
346
|
-
open:
|
|
346
|
+
open: C.bool.isRequired,
|
|
347
347
|
/**
|
|
348
348
|
* The component used to render the body of the dialog.
|
|
349
349
|
* @default Paper
|
|
350
350
|
*/
|
|
351
|
-
PaperComponent:
|
|
351
|
+
PaperComponent: C.elementType,
|
|
352
352
|
/**
|
|
353
353
|
* Props applied to the [`Paper`](/material-ui/api/paper/) element.
|
|
354
354
|
* @default {}
|
|
355
355
|
*/
|
|
356
|
-
PaperProps:
|
|
356
|
+
PaperProps: C.object,
|
|
357
357
|
/**
|
|
358
358
|
* Determine the container for scrolling the dialog.
|
|
359
359
|
* @default 'paper'
|
|
360
360
|
*/
|
|
361
|
-
scroll:
|
|
361
|
+
scroll: C.oneOf(["body", "paper"]),
|
|
362
362
|
/**
|
|
363
363
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
364
364
|
*/
|
|
365
|
-
sx:
|
|
365
|
+
sx: C.oneOfType([C.arrayOf(C.oneOfType([C.func, C.object, C.bool])), C.func, C.object]),
|
|
366
366
|
/**
|
|
367
367
|
* The component used for the transition.
|
|
368
368
|
* [Follow this guide](/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
|
|
369
369
|
* @default Fade
|
|
370
370
|
*/
|
|
371
|
-
TransitionComponent:
|
|
371
|
+
TransitionComponent: C.elementType,
|
|
372
372
|
/**
|
|
373
373
|
* The duration for the transition, in milliseconds.
|
|
374
374
|
* You may specify a single timeout for all transitions, or individually with an object.
|
|
@@ -377,18 +377,18 @@ process.env.NODE_ENV !== "production" && (Ue.propTypes = {
|
|
|
377
377
|
* exit: theme.transitions.duration.leavingScreen,
|
|
378
378
|
* }
|
|
379
379
|
*/
|
|
380
|
-
transitionDuration:
|
|
381
|
-
appear:
|
|
382
|
-
enter:
|
|
383
|
-
exit:
|
|
380
|
+
transitionDuration: C.oneOfType([C.number, C.shape({
|
|
381
|
+
appear: C.number,
|
|
382
|
+
enter: C.number,
|
|
383
|
+
exit: C.number
|
|
384
384
|
})]),
|
|
385
385
|
/**
|
|
386
386
|
* Props applied to the transition element.
|
|
387
387
|
* By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
|
|
388
388
|
*/
|
|
389
|
-
TransitionProps:
|
|
389
|
+
TransitionProps: C.object
|
|
390
390
|
});
|
|
391
|
-
class
|
|
391
|
+
class to extends wt {
|
|
392
392
|
constructor(t, o) {
|
|
393
393
|
super(), this.client = t, this.setOptions(o), this.bindMethods(), this.updateResult();
|
|
394
394
|
}
|
|
@@ -426,12 +426,12 @@ class e1 extends wt {
|
|
|
426
426
|
});
|
|
427
427
|
}
|
|
428
428
|
mutate(t, o) {
|
|
429
|
-
return this.mutateOptions = o, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client,
|
|
429
|
+
return this.mutateOptions = o, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client, T(M({}, this.options), {
|
|
430
430
|
variables: typeof t != "undefined" ? t : this.options.variables
|
|
431
431
|
})), this.currentMutation.addObserver(this), this.currentMutation.execute();
|
|
432
432
|
}
|
|
433
433
|
updateResult() {
|
|
434
|
-
const t = this.currentMutation ? this.currentMutation.state : St(), o =
|
|
434
|
+
const t = this.currentMutation ? this.currentMutation.state : St(), o = T(M({}, t), {
|
|
435
435
|
isLoading: t.status === "loading",
|
|
436
436
|
isSuccess: t.status === "success",
|
|
437
437
|
isError: t.status === "error",
|
|
@@ -453,62 +453,62 @@ class e1 extends wt {
|
|
|
453
453
|
}
|
|
454
454
|
}
|
|
455
455
|
t.listeners && this.listeners.forEach(({
|
|
456
|
-
listener:
|
|
456
|
+
listener: p
|
|
457
457
|
}) => {
|
|
458
|
-
|
|
458
|
+
p(this.currentResult);
|
|
459
459
|
});
|
|
460
460
|
});
|
|
461
461
|
}
|
|
462
462
|
}
|
|
463
463
|
function we(e, t, o) {
|
|
464
|
-
const r =
|
|
464
|
+
const r = $t(e, t), i = oe({
|
|
465
465
|
context: r.context
|
|
466
|
-
}), [s] =
|
|
467
|
-
|
|
466
|
+
}), [s] = q.useState(() => new to(i, r));
|
|
467
|
+
q.useEffect(() => {
|
|
468
468
|
s.setOptions(r);
|
|
469
469
|
}, [s, r]);
|
|
470
|
-
const a = Mt(
|
|
471
|
-
s.mutate(l, d).catch(
|
|
470
|
+
const a = Mt(q.useCallback((l) => s.subscribe(We.batchCalls(l)), [s]), () => s.getCurrentResult(), () => s.getCurrentResult()), c = q.useCallback((l, d) => {
|
|
471
|
+
s.mutate(l, d).catch(oo);
|
|
472
472
|
}, [s]);
|
|
473
|
-
if (a.error &&
|
|
473
|
+
if (a.error && Lt(s.options.useErrorBoundary, [a.error]))
|
|
474
474
|
throw a.error;
|
|
475
|
-
return
|
|
475
|
+
return T(M({}, a), {
|
|
476
476
|
mutate: c,
|
|
477
477
|
mutateAsync: a.mutate
|
|
478
478
|
});
|
|
479
479
|
}
|
|
480
|
-
function
|
|
480
|
+
function oo() {
|
|
481
481
|
}
|
|
482
|
-
class
|
|
482
|
+
class no {
|
|
483
483
|
constructor(t) {
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
return (yield this.httpClient.get("api/datasources
|
|
484
|
+
B(this, "httpClient");
|
|
485
|
+
B(this, "getChatContexts", () => Z(this, null, function* () {
|
|
486
|
+
return (yield this.httpClient.get("api/datasources")) || [];
|
|
487
487
|
}));
|
|
488
488
|
// ==== /v2/ai endpoints ====
|
|
489
|
-
|
|
490
|
-
|
|
489
|
+
B(this, "getNlgQueryResult", (t) => this.httpClient.post("api/v2/ai/nlg/queryResult", t));
|
|
490
|
+
B(this, "getQueryRecommendations", (t, o) => this.httpClient.get(
|
|
491
491
|
`api/v2/ai/recommendations/query/${t}/${o.numOfRecommendations}`
|
|
492
492
|
));
|
|
493
|
-
|
|
493
|
+
B(this, "setLlmConfig", (t) => this.httpClient.post("api/v2/settings/ai/llmProvider", t).catch((o) => {
|
|
494
494
|
console.error("Unable to set llm config", o);
|
|
495
495
|
}));
|
|
496
496
|
// ==== /v2/ai/chats endpoints ====
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
497
|
+
B(this, "getAllChats", () => this.httpClient.get("api/v2/ai/chats"));
|
|
498
|
+
B(this, "getChatById", (t) => this.httpClient.get(`api/v2/ai/chats/${t}`));
|
|
499
|
+
B(this, "createChat", (t) => this.httpClient.post("api/v2/ai/chats", { sourceId: t }));
|
|
500
|
+
B(this, "postChat", (t, o) => this.httpClient.post(`api/v2/ai/chats/${t}`, o));
|
|
501
|
+
B(this, "deleteChatHistory", (t) => this.httpClient.delete(`api/v2/ai/chats/${t}/history`));
|
|
502
|
+
B(this, "sendFeedback", (t) => this.httpClient.post("api/v2/ai/feedback", t));
|
|
503
503
|
// ==== misc endpoints ====
|
|
504
|
-
|
|
504
|
+
B(this, "getDataSourceFields", (t) => this.httpClient.post(
|
|
505
505
|
`api/datasources/${encodeURIComponent(t)}/fields/search`,
|
|
506
506
|
{
|
|
507
507
|
offset: 0,
|
|
508
508
|
count: 9999
|
|
509
509
|
}
|
|
510
510
|
));
|
|
511
|
-
|
|
511
|
+
B(this, "ai", {
|
|
512
512
|
getNlgQueryResult: this.getNlgQueryResult,
|
|
513
513
|
getQueryRecommendations: this.getQueryRecommendations,
|
|
514
514
|
setLlmConfig: this.setLlmConfig,
|
|
@@ -525,33 +525,33 @@ class o1 {
|
|
|
525
525
|
this.httpClient = t;
|
|
526
526
|
}
|
|
527
527
|
}
|
|
528
|
-
const
|
|
528
|
+
const ro = new Rt({
|
|
529
529
|
defaultOptions: {
|
|
530
530
|
queries: {
|
|
531
531
|
refetchOnWindowFocus: !1,
|
|
532
532
|
refetchOnMount: !1
|
|
533
533
|
}
|
|
534
534
|
}
|
|
535
|
-
}), _e = qe(void 0), W = () =>
|
|
536
|
-
const { app: t } = Tt(), o = N(() => t ? new
|
|
537
|
-
return /* @__PURE__ */ n(_e.Provider, { value: o, children: /* @__PURE__ */ n(
|
|
535
|
+
}), _e = qe(void 0), W = () => Ve(_e), io = ({ children: e }) => {
|
|
536
|
+
const { app: t } = Tt(), o = N(() => t ? new no(t.httpClient) : void 0, [t]);
|
|
537
|
+
return /* @__PURE__ */ n(_e.Provider, { value: o, children: /* @__PURE__ */ n(Et, { client: ro, children: e }) });
|
|
538
538
|
};
|
|
539
|
-
function
|
|
540
|
-
return /* @__PURE__ */ n(
|
|
539
|
+
function fn({ children: e }) {
|
|
540
|
+
return /* @__PURE__ */ n(io, { children: e });
|
|
541
541
|
}
|
|
542
|
-
const
|
|
542
|
+
const he = (e, t = !0) => {
|
|
543
543
|
const o = N(() => {
|
|
544
|
-
var
|
|
544
|
+
var p, g;
|
|
545
545
|
if ("jaql" in e)
|
|
546
546
|
return e;
|
|
547
547
|
{
|
|
548
|
-
const f =
|
|
548
|
+
const f = Vt(e.dataSource), { filters: m = [], relations: F } = qt(e.filters), { metadata: w, filterRelations: v } = Ht(
|
|
549
549
|
{
|
|
550
550
|
dataSource: e.dataSource,
|
|
551
|
-
attributes: (
|
|
552
|
-
measures: (
|
|
551
|
+
attributes: (p = e.dimensions) != null ? p : [],
|
|
552
|
+
measures: (g = e.measures) != null ? g : [],
|
|
553
553
|
filters: m,
|
|
554
|
-
filterRelations:
|
|
554
|
+
filterRelations: F,
|
|
555
555
|
highlights: []
|
|
556
556
|
},
|
|
557
557
|
!0
|
|
@@ -567,9 +567,9 @@ const ue = (e, t = !0) => {
|
|
|
567
567
|
}, [e]), r = W(), { data: i, error: s, isError: a, isLoading: c, isSuccess: l, refetch: d } = Y({
|
|
568
568
|
queryKey: ["getNlgQueryResult", o, r],
|
|
569
569
|
queryFn: () => r == null ? void 0 : r.ai.getNlgQueryResult(o),
|
|
570
|
-
select: (
|
|
571
|
-
var
|
|
572
|
-
return (
|
|
570
|
+
select: (p) => {
|
|
571
|
+
var g;
|
|
572
|
+
return (g = p == null ? void 0 : p.data) == null ? void 0 : g.answer;
|
|
573
573
|
},
|
|
574
574
|
enabled: !!r && t
|
|
575
575
|
});
|
|
@@ -579,25 +579,25 @@ const ue = (e, t = !0) => {
|
|
|
579
579
|
isSuccess: l,
|
|
580
580
|
data: i,
|
|
581
581
|
error: s,
|
|
582
|
-
refetch:
|
|
582
|
+
refetch: E(() => {
|
|
583
583
|
d();
|
|
584
584
|
}, [d])
|
|
585
585
|
};
|
|
586
|
-
},
|
|
586
|
+
}, so = (e) => {
|
|
587
587
|
const r = e, { enabled: t } = r, o = Be(r, ["enabled"]);
|
|
588
|
-
return
|
|
589
|
-
},
|
|
590
|
-
|
|
588
|
+
return he(o, t);
|
|
589
|
+
}, mn = Pe("useGetNlgQueryResult")(
|
|
590
|
+
so
|
|
591
591
|
), Ke = Object.freeze({
|
|
592
592
|
enableFollowupQuestions: !1,
|
|
593
593
|
enableHeader: !0,
|
|
594
594
|
enableInsights: !0,
|
|
595
595
|
numOfRecommendations: 4,
|
|
596
596
|
numOfRecentPrompts: 5
|
|
597
|
-
}), Ye = qe(
|
|
597
|
+
}), Ye = qe(M({}, Ke)), P = () => Ve(Ye), ao = ({ children: e, value: t }) => {
|
|
598
598
|
const { t: o } = y(), r = Object.entries(t).reduce(
|
|
599
599
|
(i, [s, a]) => (a !== void 0 && (i[s] = a), i),
|
|
600
|
-
|
|
600
|
+
T(M({}, Ke), {
|
|
601
601
|
inputPromptText: o("ai.config.inputPromptText"),
|
|
602
602
|
welcomeText: o("ai.config.welcomeText"),
|
|
603
603
|
suggestionsWelcomeText: o("ai.config.suggestionsWelcomeText")
|
|
@@ -605,27 +605,27 @@ const ue = (e, t = !0) => {
|
|
|
605
605
|
);
|
|
606
606
|
return /* @__PURE__ */ n(Ye.Provider, { value: r, children: e });
|
|
607
607
|
}, Je = (e) => {
|
|
608
|
-
const { contextTitle: t, count: o } = e, r = W(), { numOfRecommendations: i } =
|
|
608
|
+
const { contextTitle: t, count: o } = e, r = W(), { numOfRecommendations: i } = P(), s = o != null ? o : i, a = s > 0, { isLoading: c, isError: l, isSuccess: d, data: p, error: g, refetch: f } = Y({
|
|
609
609
|
queryKey: ["getQueryRecommendations", t, s, r],
|
|
610
610
|
queryFn: () => r == null ? void 0 : r.ai.getQueryRecommendations(t, {
|
|
611
611
|
numOfRecommendations: s
|
|
612
612
|
}),
|
|
613
|
-
enabled: !!r
|
|
613
|
+
enabled: !!r && a
|
|
614
614
|
});
|
|
615
615
|
return {
|
|
616
|
-
isLoading: a,
|
|
617
|
-
isError:
|
|
618
|
-
isSuccess:
|
|
619
|
-
data:
|
|
620
|
-
error: g,
|
|
621
|
-
refetch:
|
|
622
|
-
|
|
623
|
-
}, [
|
|
616
|
+
isLoading: a ? c : !1,
|
|
617
|
+
isError: a ? l : !1,
|
|
618
|
+
isSuccess: a ? d : !1,
|
|
619
|
+
data: a && p ? p : [],
|
|
620
|
+
error: a ? g : null,
|
|
621
|
+
refetch: E(() => {
|
|
622
|
+
a && f();
|
|
623
|
+
}, [f, a])
|
|
624
624
|
};
|
|
625
|
-
},
|
|
625
|
+
}, bn = Pe("useGetQueryRecommendations")(
|
|
626
626
|
Je
|
|
627
|
-
), ke = "chatHistory",
|
|
628
|
-
const t = W(), { hideHistory: o } =
|
|
627
|
+
), ke = "chatHistory", lo = (e) => {
|
|
628
|
+
const t = W(), { hideHistory: o } = P();
|
|
629
629
|
return Y({
|
|
630
630
|
queryKey: [ke, e, t],
|
|
631
631
|
queryFn: () => Z(void 0, null, function* () {
|
|
@@ -639,7 +639,7 @@ const ue = (e, t = !0) => {
|
|
|
639
639
|
enabled: !!t && !!e
|
|
640
640
|
});
|
|
641
641
|
}, Xe = (e) => {
|
|
642
|
-
const t = W(), o =
|
|
642
|
+
const t = W(), o = oe();
|
|
643
643
|
return we({
|
|
644
644
|
mutationFn: () => Z(void 0, null, function* () {
|
|
645
645
|
if (!(!t || !e))
|
|
@@ -653,8 +653,8 @@ const ue = (e, t = !0) => {
|
|
|
653
653
|
}
|
|
654
654
|
});
|
|
655
655
|
}, et = (e) => {
|
|
656
|
-
const { data: t, isLoading: o, isError: r } =
|
|
657
|
-
return
|
|
656
|
+
const { data: t, isLoading: o, isError: r } = lo(e), { mutate: i } = Xe(e);
|
|
657
|
+
return ne(() => {
|
|
658
658
|
r && i();
|
|
659
659
|
}, [r, i]), {
|
|
660
660
|
history: t,
|
|
@@ -681,18 +681,18 @@ const ue = (e, t = !0) => {
|
|
|
681
681
|
data: t != null ? t : [],
|
|
682
682
|
isLoading: o
|
|
683
683
|
};
|
|
684
|
-
},
|
|
685
|
-
const o =
|
|
684
|
+
}, co = (e, t) => {
|
|
685
|
+
const o = oe(), r = W(), i = we({
|
|
686
686
|
mutationFn: () => Z(void 0, null, function* () {
|
|
687
687
|
if (!(!r || !e))
|
|
688
688
|
return r.ai.chat.create(e);
|
|
689
689
|
}),
|
|
690
690
|
onSuccess: () => o.invalidateQueries(["getAllChats"])
|
|
691
691
|
});
|
|
692
|
-
return
|
|
692
|
+
return ne(() => {
|
|
693
693
|
t && i.isIdle && i.mutate();
|
|
694
694
|
}, [t, i]), i;
|
|
695
|
-
},
|
|
695
|
+
}, uo = (e, t) => {
|
|
696
696
|
switch (e.responseType = e.responseType.toLowerCase(), e.responseType) {
|
|
697
697
|
case "nlq":
|
|
698
698
|
return {
|
|
@@ -709,13 +709,13 @@ const ue = (e, t = !0) => {
|
|
|
709
709
|
default:
|
|
710
710
|
throw Error(`${t}${JSON.stringify(e)}`);
|
|
711
711
|
}
|
|
712
|
-
},
|
|
713
|
-
const t =
|
|
712
|
+
}, ho = (e) => {
|
|
713
|
+
const t = oe(), o = E(
|
|
714
714
|
(l) => {
|
|
715
715
|
e && t.setQueriesData([ke, e], (d) => d && [...d, l]);
|
|
716
716
|
},
|
|
717
717
|
[t, e]
|
|
718
|
-
), { enableFollowupQuestions: r } =
|
|
718
|
+
), { enableFollowupQuestions: r } = P(), { t: i } = y(), s = W(), { mutate: a, isLoading: c } = we({
|
|
719
719
|
mutationFn: (l) => Z(void 0, null, function* () {
|
|
720
720
|
if (!(!s || !e))
|
|
721
721
|
return s.ai.chat.post(e, {
|
|
@@ -739,37 +739,37 @@ const ue = (e, t = !0) => {
|
|
|
739
739
|
if (!l)
|
|
740
740
|
return;
|
|
741
741
|
const d = i("ai.errors.unknownResponse");
|
|
742
|
-
o(
|
|
742
|
+
o(uo(l, d));
|
|
743
743
|
}
|
|
744
744
|
});
|
|
745
745
|
return { mutate: a, isLoading: c };
|
|
746
|
-
}, Se = (e) => !!e && "type" in e && e.type === "nlq",
|
|
747
|
-
var
|
|
748
|
-
const { t } = y(), { data: o, isLoading: r } = tt(), { data: i, isLoading: s } = ot(), a = (
|
|
746
|
+
}, Se = (e) => !!e && "type" in e && e.type === "nlq", po = (e) => {
|
|
747
|
+
var x, A;
|
|
748
|
+
const { t } = y(), { data: o, isLoading: r } = tt(), { data: i, isLoading: s } = ot(), a = (x = o == null ? void 0 : o.find((k) => k.title === e)) == null ? void 0 : x.title, c = (A = i.find((k) => k.contextTitle === a)) == null ? void 0 : A.chatId, l = r || !!a, d = s || !!c, [p, g] = L(null), { isError: f } = co(
|
|
749
749
|
a,
|
|
750
750
|
l && !d
|
|
751
|
-
), { history: m, isLoading:
|
|
752
|
-
|
|
753
|
-
f ?
|
|
751
|
+
), { history: m, isLoading: F, isError: w } = et(c);
|
|
752
|
+
ne(() => {
|
|
753
|
+
f ? g(new xe("ai.errors.chatUnavailable")) : w && g(new xe("ai.errors.fetchHistory"));
|
|
754
754
|
}, [f, w, t]);
|
|
755
|
-
const { mutate: v, isLoading:
|
|
755
|
+
const { mutate: v, isLoading: O } = ho(c), I = N(() => {
|
|
756
756
|
if (m != null && m.length) {
|
|
757
|
-
const
|
|
758
|
-
if (Se(
|
|
759
|
-
return JSON.parse(
|
|
757
|
+
const k = m[m.length - 1];
|
|
758
|
+
if (Se(k))
|
|
759
|
+
return JSON.parse(k.content);
|
|
760
760
|
}
|
|
761
761
|
return null;
|
|
762
762
|
}, [m]);
|
|
763
763
|
return {
|
|
764
764
|
chatId: c,
|
|
765
765
|
history: m != null ? m : [],
|
|
766
|
-
lastNlqResponse:
|
|
766
|
+
lastNlqResponse: I,
|
|
767
767
|
sendMessage: v,
|
|
768
|
-
isAwaitingResponse:
|
|
769
|
-
isLoading:
|
|
770
|
-
lastError:
|
|
768
|
+
isAwaitingResponse: O,
|
|
769
|
+
isLoading: F,
|
|
770
|
+
lastError: p
|
|
771
771
|
};
|
|
772
|
-
},
|
|
772
|
+
}, xn = ({
|
|
773
773
|
contextTitle: e
|
|
774
774
|
}) => {
|
|
775
775
|
var i;
|
|
@@ -782,7 +782,7 @@ const ue = (e, t = !0) => {
|
|
|
782
782
|
}
|
|
783
783
|
return null;
|
|
784
784
|
}, [r]);
|
|
785
|
-
},
|
|
785
|
+
}, yn = (e) => {
|
|
786
786
|
const t = W(), { data: o, isLoading: r } = Y({
|
|
787
787
|
queryKey: ["getDataSourceFields", e, t],
|
|
788
788
|
queryFn: () => e ? t == null ? void 0 : t.ai.getDataSourceFields(e) : void 0,
|
|
@@ -793,7 +793,7 @@ const ue = (e, t = !0) => {
|
|
|
793
793
|
data: o,
|
|
794
794
|
isLoading: r
|
|
795
795
|
};
|
|
796
|
-
},
|
|
796
|
+
}, go = 500, Co = 500, fo = 500, mo = 900, bo = u.div`
|
|
797
797
|
box-sizing: border-box;
|
|
798
798
|
position: relative;
|
|
799
799
|
display: flex;
|
|
@@ -803,12 +803,12 @@ const ue = (e, t = !0) => {
|
|
|
803
803
|
background-color: ${({ theme: e }) => e.aiChat.backgroundColor};
|
|
804
804
|
overflow: hidden;
|
|
805
805
|
|
|
806
|
-
min-width: ${
|
|
807
|
-
min-height: ${
|
|
808
|
-
width: ${({ width: e }) => e ? De(e) : `${
|
|
809
|
-
height: ${({ height: e }) => e ? De(e) : `${
|
|
806
|
+
min-width: ${go}px;
|
|
807
|
+
min-height: ${Co}px;
|
|
808
|
+
width: ${({ width: e }) => e ? De(e) : `${fo}px`};
|
|
809
|
+
height: ${({ height: e }) => e ? De(e) : `${mo}px`};
|
|
810
810
|
|
|
811
|
-
${({ theme: e }) =>
|
|
811
|
+
${({ theme: e }) => H`
|
|
812
812
|
font-size: ${e.aiChat.primaryFontSize[0]};
|
|
813
813
|
line-height: ${e.aiChat.primaryFontSize[1]};
|
|
814
814
|
`}
|
|
@@ -817,7 +817,7 @@ const ue = (e, t = !0) => {
|
|
|
817
817
|
function De(e) {
|
|
818
818
|
return typeof e == "number" ? `${e}px` : e;
|
|
819
819
|
}
|
|
820
|
-
function
|
|
820
|
+
function xo({ spin: e }) {
|
|
821
821
|
return /* @__PURE__ */ h(
|
|
822
822
|
"svg",
|
|
823
823
|
{
|
|
@@ -851,10 +851,10 @@ function m1({ spin: e }) {
|
|
|
851
851
|
}
|
|
852
852
|
);
|
|
853
853
|
}
|
|
854
|
-
function
|
|
855
|
-
return /* @__PURE__ */ n("div", { className: "csdk-m-auto", "aria-label": "loading spinner", children: /* @__PURE__ */ n(
|
|
854
|
+
function pe() {
|
|
855
|
+
return /* @__PURE__ */ n("div", { className: "csdk-m-auto", "aria-label": "loading spinner", children: /* @__PURE__ */ n(xo, { spin: !0 }) });
|
|
856
856
|
}
|
|
857
|
-
function
|
|
857
|
+
function yo({ theme: e }) {
|
|
858
858
|
return /* @__PURE__ */ n("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ n(
|
|
859
859
|
"path",
|
|
860
860
|
{
|
|
@@ -863,7 +863,7 @@ function b1({ theme: e }) {
|
|
|
863
863
|
}
|
|
864
864
|
) });
|
|
865
865
|
}
|
|
866
|
-
function
|
|
866
|
+
function vo({ theme: e }) {
|
|
867
867
|
const t = e.aiChat.icons.color;
|
|
868
868
|
return /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "25", height: "25", viewBox: "0 0 25 25", fill: "none", children: [
|
|
869
869
|
/* @__PURE__ */ n(
|
|
@@ -889,11 +889,11 @@ function x1({ theme: e }) {
|
|
|
889
889
|
)
|
|
890
890
|
] });
|
|
891
891
|
}
|
|
892
|
-
const
|
|
892
|
+
const wo = u.div`
|
|
893
893
|
display: flex;
|
|
894
894
|
flex-direction: column;
|
|
895
895
|
row-gap: 4px;
|
|
896
|
-
`,
|
|
896
|
+
`, ko = u.div`
|
|
897
897
|
font-size: 11px;
|
|
898
898
|
line-height: 18px;
|
|
899
899
|
font-weight: 300;
|
|
@@ -903,7 +903,7 @@ const y1 = u.div`
|
|
|
903
903
|
&:hover {
|
|
904
904
|
background-color: ${({ theme: e }) => e.aiChat.dropup.headers.hover.backgroundColor};
|
|
905
905
|
}
|
|
906
|
-
`,
|
|
906
|
+
`, So = u.div`
|
|
907
907
|
font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
|
|
908
908
|
line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
|
|
909
909
|
color: ${({ theme: e }) => e.aiChat.dropup.items.textColor};
|
|
@@ -913,19 +913,19 @@ const y1 = u.div`
|
|
|
913
913
|
background-color: ${({ theme: e }) => e.aiChat.dropup.items.hover.backgroundColor};
|
|
914
914
|
}
|
|
915
915
|
`;
|
|
916
|
-
function
|
|
916
|
+
function Mo({
|
|
917
917
|
title: e,
|
|
918
918
|
items: t,
|
|
919
919
|
onSelect: o,
|
|
920
920
|
alwaysExpanded: r = !1
|
|
921
921
|
}) {
|
|
922
|
-
const [i, s] =
|
|
923
|
-
return /* @__PURE__ */ h(
|
|
924
|
-
/* @__PURE__ */ n(
|
|
925
|
-
(i || r) && t.map((c, l) => /* @__PURE__ */ n(
|
|
922
|
+
const [i, s] = L(!1), { themeSettings: a } = b();
|
|
923
|
+
return /* @__PURE__ */ h(wo, { children: [
|
|
924
|
+
/* @__PURE__ */ n(ko, { onClick: () => s((c) => !c), theme: a, children: e.toUpperCase() }),
|
|
925
|
+
(i || r) && t.map((c, l) => /* @__PURE__ */ n(So, { onClick: () => o(c), theme: a, children: c }, l))
|
|
926
926
|
] });
|
|
927
927
|
}
|
|
928
|
-
const
|
|
928
|
+
const Lo = u.div`
|
|
929
929
|
font-family: ${({ theme: e }) => e.typography.fontFamily};
|
|
930
930
|
font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
|
|
931
931
|
line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
|
|
@@ -937,13 +937,13 @@ const S1 = u.div`
|
|
|
937
937
|
display: flex;
|
|
938
938
|
flex-direction: column;
|
|
939
939
|
row-gap: 4px;
|
|
940
|
-
`,
|
|
940
|
+
`, $o = u.div`
|
|
941
941
|
font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
|
|
942
942
|
line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
|
|
943
943
|
color: ${({ theme: e }) => e.aiChat.dropup.items.textColor};
|
|
944
944
|
padding: 4px 12px;
|
|
945
945
|
`, ye = (e) => e.startsWith("/");
|
|
946
|
-
function
|
|
946
|
+
function Ro({
|
|
947
947
|
recentPrompts: e,
|
|
948
948
|
suggestions: t,
|
|
949
949
|
isLoading: o,
|
|
@@ -965,9 +965,9 @@ function $1({
|
|
|
965
965
|
}
|
|
966
966
|
].filter(
|
|
967
967
|
(f) => f.title.slice(0, s.length) === s
|
|
968
|
-
), { themeSettings: d } = b(), { t:
|
|
968
|
+
), { themeSettings: d } = b(), { t: p } = y(), g = l.length === 1;
|
|
969
969
|
return /* @__PURE__ */ n(
|
|
970
|
-
|
|
970
|
+
Oe,
|
|
971
971
|
{
|
|
972
972
|
open: ye(s) && l.length > 0,
|
|
973
973
|
anchorEl: i,
|
|
@@ -981,15 +981,15 @@ function $1({
|
|
|
981
981
|
}
|
|
982
982
|
],
|
|
983
983
|
sx: { zIndex: 3 },
|
|
984
|
-
children: /* @__PURE__ */ h(
|
|
985
|
-
o && /* @__PURE__ */ n(
|
|
986
|
-
!o && !a && l.map((f) => /* @__PURE__ */ n(
|
|
987
|
-
a && /* @__PURE__ */ n(
|
|
984
|
+
children: /* @__PURE__ */ h(Lo, { style: { width: i == null ? void 0 : i.offsetWidth }, theme: d, children: [
|
|
985
|
+
o && /* @__PURE__ */ n(pe, {}),
|
|
986
|
+
!o && !a && l.map((f) => /* @__PURE__ */ n(Mo, T(M({}, f), { alwaysExpanded: g }), f.title)),
|
|
987
|
+
a && /* @__PURE__ */ n($o, { theme: d, children: p("ai.errors.recommendationsNotAvailable") })
|
|
988
988
|
] })
|
|
989
989
|
}
|
|
990
990
|
);
|
|
991
991
|
}
|
|
992
|
-
function
|
|
992
|
+
function re({ title: e, placement: t = "top", children: o }) {
|
|
993
993
|
const { themeSettings: r } = b();
|
|
994
994
|
return /* @__PURE__ */ n(
|
|
995
995
|
Bt,
|
|
@@ -1022,19 +1022,19 @@ function oe({ title: e, placement: t = "top", children: o }) {
|
|
|
1022
1022
|
}
|
|
1023
1023
|
);
|
|
1024
1024
|
}
|
|
1025
|
-
const
|
|
1025
|
+
const To = 500, Eo = u.div`
|
|
1026
1026
|
display: flex;
|
|
1027
1027
|
flex-direction: row;
|
|
1028
1028
|
align-items: flex-end;
|
|
1029
1029
|
justify-content: space-between;
|
|
1030
1030
|
|
|
1031
1031
|
background-color: ${({ theme: e }) => e.aiChat.backgroundColor};
|
|
1032
|
-
`,
|
|
1032
|
+
`, Ho = u.button`
|
|
1033
1033
|
height: 34px;
|
|
1034
1034
|
background-color: inherit;
|
|
1035
1035
|
cursor: pointer;
|
|
1036
1036
|
border: none;
|
|
1037
|
-
`,
|
|
1037
|
+
`, Bo = u.textarea`
|
|
1038
1038
|
font-size: inherit;
|
|
1039
1039
|
line-height: inherit;
|
|
1040
1040
|
resize: none;
|
|
@@ -1062,22 +1062,22 @@ const L1 = 500, R1 = u.div`
|
|
|
1062
1062
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
1063
1063
|
|
|
1064
1064
|
background-color: ${({ theme: e }) => e.aiChat.input.backgroundColor};
|
|
1065
|
-
`,
|
|
1065
|
+
`, Do = u.button`
|
|
1066
1066
|
height: 34px;
|
|
1067
1067
|
background-color: inherit;
|
|
1068
1068
|
border-style: none;
|
|
1069
1069
|
|
|
1070
1070
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
1071
1071
|
|
|
1072
|
-
${({ disabled: e }) => e ?
|
|
1072
|
+
${({ disabled: e }) => e ? H`
|
|
1073
1073
|
opacity: 0.3;
|
|
1074
1074
|
cursor: not-allowed;
|
|
1075
|
-
` :
|
|
1075
|
+
` : H`
|
|
1076
1076
|
opacity: 1;
|
|
1077
1077
|
cursor: pointer;
|
|
1078
1078
|
`}
|
|
1079
|
-
`,
|
|
1080
|
-
function
|
|
1079
|
+
`, Fo = 34;
|
|
1080
|
+
function No({
|
|
1081
1081
|
onSendMessage: e,
|
|
1082
1082
|
onClearHistoryClick: t,
|
|
1083
1083
|
disabled: o,
|
|
@@ -1087,7 +1087,7 @@ function D1({
|
|
|
1087
1087
|
recommendationsError: a,
|
|
1088
1088
|
onChange: c
|
|
1089
1089
|
}) {
|
|
1090
|
-
const [l, d] =
|
|
1090
|
+
const [l, d] = L(""), { inputPromptText: p } = P(), g = E(() => {
|
|
1091
1091
|
if (o)
|
|
1092
1092
|
return;
|
|
1093
1093
|
if (ye(l)) {
|
|
@@ -1096,35 +1096,44 @@ function D1({
|
|
|
1096
1096
|
}
|
|
1097
1097
|
const x = l.trim();
|
|
1098
1098
|
x.length !== 0 && (e(x), d(""));
|
|
1099
|
-
}, [o, e, l]), f =
|
|
1099
|
+
}, [o, e, l]), f = E(
|
|
1100
1100
|
(x) => {
|
|
1101
1101
|
e(x), d("");
|
|
1102
1102
|
},
|
|
1103
1103
|
[e]
|
|
1104
|
-
), m =
|
|
1104
|
+
), m = E(
|
|
1105
1105
|
(x) => {
|
|
1106
|
-
x.key === "Enter" ? (x.preventDefault(),
|
|
1106
|
+
x.key === "Enter" ? (x.preventDefault(), g()) : x.key === "Escape" && ye(l) && d("");
|
|
1107
1107
|
},
|
|
1108
|
-
[
|
|
1109
|
-
),
|
|
1108
|
+
[g, l]
|
|
1109
|
+
), F = E(
|
|
1110
1110
|
(x) => {
|
|
1111
1111
|
c == null || c(x.target.value), d(x.target.value);
|
|
1112
1112
|
},
|
|
1113
1113
|
[c]
|
|
1114
1114
|
), w = K(null);
|
|
1115
|
-
|
|
1115
|
+
ce(() => {
|
|
1116
1116
|
w.current && (w.current.style.height = "inherit", w.current.style.height = `${Math.max(
|
|
1117
1117
|
w.current.scrollHeight + 2,
|
|
1118
1118
|
// account for 1px top/bottom border
|
|
1119
|
-
|
|
1119
|
+
Fo
|
|
1120
1120
|
)}px`);
|
|
1121
|
-
}, [l]),
|
|
1121
|
+
}, [l]), ce(() => {
|
|
1122
1122
|
w.current && w.current.focus({ preventScroll: !0 });
|
|
1123
1123
|
}, []);
|
|
1124
|
-
const { themeSettings: v } = b(), { t:
|
|
1125
|
-
|
|
1124
|
+
const { themeSettings: v } = b(), { t: O } = y(), I = E((x) => {
|
|
1125
|
+
var A;
|
|
1126
|
+
if ((A = document.getElementById("csdk-chatbot-frame")) != null && A.contains(x.relatedTarget)) {
|
|
1127
|
+
const k = (J) => {
|
|
1128
|
+
var $;
|
|
1129
|
+
document.removeEventListener("mouseup", k), document.removeEventListener("keyup", k), J.type === "mouseup" && (($ = document.getSelection()) == null ? void 0 : $.type) !== "Range" && x.target.focus({ preventScroll: !0 });
|
|
1130
|
+
};
|
|
1131
|
+
document.addEventListener("mouseup", k), document.addEventListener("keyup", k);
|
|
1132
|
+
}
|
|
1133
|
+
}, []);
|
|
1134
|
+
return /* @__PURE__ */ h(Eo, { theme: v, children: [
|
|
1126
1135
|
/* @__PURE__ */ n(
|
|
1127
|
-
|
|
1136
|
+
Ro,
|
|
1128
1137
|
{
|
|
1129
1138
|
recentPrompts: r,
|
|
1130
1139
|
suggestions: i,
|
|
@@ -1135,44 +1144,41 @@ function D1({
|
|
|
1135
1144
|
recommendationsError: a
|
|
1136
1145
|
}
|
|
1137
1146
|
),
|
|
1138
|
-
t && /* @__PURE__ */ n(
|
|
1147
|
+
t && /* @__PURE__ */ n(re, { title: O("ai.buttons.clearChat"), placement: "bottom-start", children: /* @__PURE__ */ n(Ho, { "aria-label": "clear history", onClick: t, children: /* @__PURE__ */ n(vo, { theme: v }) }) }),
|
|
1139
1148
|
/* @__PURE__ */ n(
|
|
1140
|
-
|
|
1149
|
+
Bo,
|
|
1141
1150
|
{
|
|
1142
1151
|
"aria-label": "chat input",
|
|
1143
|
-
onBlur:
|
|
1144
|
-
|
|
1145
|
-
(I = document.getElementById("csdk-chatbot-frame")) != null && I.contains(x.relatedTarget) && x.target.focus({ preventScroll: !0 });
|
|
1146
|
-
},
|
|
1147
|
-
maxLength: L1,
|
|
1152
|
+
onBlur: I,
|
|
1153
|
+
maxLength: To,
|
|
1148
1154
|
ref: w,
|
|
1149
1155
|
rows: 1,
|
|
1150
|
-
onChange:
|
|
1156
|
+
onChange: F,
|
|
1151
1157
|
spellCheck: "true",
|
|
1152
|
-
placeholder:
|
|
1158
|
+
placeholder: p,
|
|
1153
1159
|
value: l,
|
|
1154
1160
|
onKeyDown: m,
|
|
1155
1161
|
theme: v
|
|
1156
1162
|
}
|
|
1157
1163
|
),
|
|
1158
1164
|
/* @__PURE__ */ n(
|
|
1159
|
-
|
|
1165
|
+
Do,
|
|
1160
1166
|
{
|
|
1161
1167
|
"aria-label": "send chat message",
|
|
1162
1168
|
disabled: o || l.length === 0,
|
|
1163
|
-
onClick:
|
|
1169
|
+
onClick: g,
|
|
1164
1170
|
theme: v,
|
|
1165
|
-
children: /* @__PURE__ */ n("span", { "data-state": "closed", children: /* @__PURE__ */ n(
|
|
1171
|
+
children: /* @__PURE__ */ n("span", { "data-state": "closed", children: /* @__PURE__ */ n(yo, { theme: v }) })
|
|
1166
1172
|
}
|
|
1167
1173
|
)
|
|
1168
1174
|
] });
|
|
1169
1175
|
}
|
|
1170
|
-
const
|
|
1176
|
+
const Io = u.div`
|
|
1171
1177
|
display: flex;
|
|
1172
1178
|
|
|
1173
|
-
${({ align: e }) => e === "right" ?
|
|
1179
|
+
${({ align: e }) => e === "right" ? H`
|
|
1174
1180
|
justify-content: flex-end;
|
|
1175
|
-
` :
|
|
1181
|
+
` : H`
|
|
1176
1182
|
justify-content: flex-start;
|
|
1177
1183
|
`}
|
|
1178
1184
|
`, nt = u.div`
|
|
@@ -1186,51 +1192,51 @@ const F1 = u.div`
|
|
|
1186
1192
|
overflow-wrap: break-word;
|
|
1187
1193
|
box-sizing: border-box;
|
|
1188
1194
|
|
|
1189
|
-
${({ align: e }) => e === "right" ?
|
|
1195
|
+
${({ align: e }) => e === "right" ? H`
|
|
1190
1196
|
text-align: right;
|
|
1191
1197
|
border-radius: 10px 10px 0px 10px;
|
|
1192
|
-
` :
|
|
1198
|
+
` : H`
|
|
1193
1199
|
text-align: left;
|
|
1194
1200
|
border-radius: 10px 10px 10px 0px;
|
|
1195
1201
|
`}
|
|
1196
1202
|
|
|
1197
|
-
${({ align: e }) => e !== "full" ?
|
|
1203
|
+
${({ align: e }) => e !== "full" ? H`
|
|
1198
1204
|
max-width: 85%;
|
|
1199
1205
|
` : ""}
|
|
1200
1206
|
|
|
1201
1207
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
1202
1208
|
background-color: ${({ theme: e, align: t }) => t === "right" ? e.aiChat.userMessages.backgroundColor : e.aiChat.systemMessages.backgroundColor};
|
|
1203
|
-
`,
|
|
1209
|
+
`, V = ({ align: e, children: t }) => {
|
|
1204
1210
|
const { themeSettings: o } = b();
|
|
1205
|
-
return /* @__PURE__ */ n(
|
|
1211
|
+
return /* @__PURE__ */ n(Io, { theme: o, align: e, children: /* @__PURE__ */ n(nt, { theme: o, align: e, children: t }) });
|
|
1206
1212
|
};
|
|
1207
|
-
function
|
|
1208
|
-
const { welcomeText: e } =
|
|
1209
|
-
return e === !1 ? null : /* @__PURE__ */ n(
|
|
1213
|
+
function Wo() {
|
|
1214
|
+
const { welcomeText: e } = P();
|
|
1215
|
+
return e === !1 ? null : /* @__PURE__ */ n(V, { align: "left", children: e });
|
|
1210
1216
|
}
|
|
1211
|
-
const
|
|
1217
|
+
const Po = u.div`
|
|
1212
1218
|
margin: auto;
|
|
1213
1219
|
display: flex;
|
|
1214
1220
|
flex-direction: column;
|
|
1215
1221
|
align-items: center;
|
|
1216
1222
|
row-gap: 21px;
|
|
1217
|
-
`,
|
|
1223
|
+
`, Oo = u.div`
|
|
1218
1224
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
1219
1225
|
text-align: center;
|
|
1220
1226
|
font-weight: 600;
|
|
1221
|
-
`,
|
|
1227
|
+
`, Ao = u.div`
|
|
1222
1228
|
color: rgba(54, 163, 217, 1);
|
|
1223
1229
|
cursor: pointer;
|
|
1224
1230
|
`;
|
|
1225
1231
|
function rt({ text: e, action: t }) {
|
|
1226
1232
|
const { themeSettings: o } = b();
|
|
1227
|
-
return /* @__PURE__ */ h(
|
|
1228
|
-
/* @__PURE__ */ n(
|
|
1233
|
+
return /* @__PURE__ */ h(Po, { children: [
|
|
1234
|
+
/* @__PURE__ */ n(Oo, { theme: o, children: e }),
|
|
1229
1235
|
/* @__PURE__ */ n(Dt, {}),
|
|
1230
|
-
t && /* @__PURE__ */ n(
|
|
1236
|
+
t && /* @__PURE__ */ n(Ao, { onClick: t.onClick, children: t.text })
|
|
1231
1237
|
] });
|
|
1232
1238
|
}
|
|
1233
|
-
const
|
|
1239
|
+
const le = u.div`
|
|
1234
1240
|
width: 5px;
|
|
1235
1241
|
height: 5px;
|
|
1236
1242
|
border-radius: 50%;
|
|
@@ -1267,23 +1273,23 @@ function Me() {
|
|
|
1267
1273
|
className: "csdk-flex csdk-justify-between csdk-w-[28px] csdk-py-[14.5px]",
|
|
1268
1274
|
"aria-label": "loading dots",
|
|
1269
1275
|
children: [
|
|
1270
|
-
/* @__PURE__ */ n(
|
|
1271
|
-
/* @__PURE__ */ n(
|
|
1272
|
-
/* @__PURE__ */ n(
|
|
1273
|
-
/* @__PURE__ */ n(
|
|
1276
|
+
/* @__PURE__ */ n(le, { color: t }),
|
|
1277
|
+
/* @__PURE__ */ n(le, { color: t }),
|
|
1278
|
+
/* @__PURE__ */ n(le, { color: t }),
|
|
1279
|
+
/* @__PURE__ */ n(le, { color: t })
|
|
1274
1280
|
]
|
|
1275
1281
|
}
|
|
1276
1282
|
);
|
|
1277
1283
|
}
|
|
1278
|
-
const
|
|
1284
|
+
const zo = u.div`
|
|
1279
1285
|
display: flex;
|
|
1280
1286
|
|
|
1281
|
-
${({ align: e }) => e === "right" ?
|
|
1287
|
+
${({ align: e }) => e === "right" ? H`
|
|
1282
1288
|
justify-content: flex-end;
|
|
1283
|
-
` :
|
|
1289
|
+
` : H`
|
|
1284
1290
|
justify-content: flex-start;
|
|
1285
1291
|
`}
|
|
1286
|
-
`,
|
|
1292
|
+
`, qo = u.button`
|
|
1287
1293
|
font-family: inherit;
|
|
1288
1294
|
font-size: inherit;
|
|
1289
1295
|
line-height: inherit;
|
|
@@ -1299,13 +1305,13 @@ const A1 = u.div`
|
|
|
1299
1305
|
}
|
|
1300
1306
|
border-radius: 20px;
|
|
1301
1307
|
|
|
1302
|
-
${({ align: e }) => e === "right" ?
|
|
1308
|
+
${({ align: e }) => e === "right" ? H`
|
|
1303
1309
|
text-align: right;
|
|
1304
|
-
` :
|
|
1310
|
+
` : H`
|
|
1305
1311
|
text-align: left;
|
|
1306
1312
|
`}
|
|
1307
1313
|
|
|
1308
|
-
${({ align: e }) => e !== "full" ?
|
|
1314
|
+
${({ align: e }) => e !== "full" ? H`
|
|
1309
1315
|
max-width: 382px;
|
|
1310
1316
|
` : ""}
|
|
1311
1317
|
|
|
@@ -1313,7 +1319,7 @@ const A1 = u.div`
|
|
|
1313
1319
|
const { borderGradient: t, borderRadius: o } = e.aiChat.suggestions;
|
|
1314
1320
|
if (t) {
|
|
1315
1321
|
const [r, i] = t;
|
|
1316
|
-
return
|
|
1322
|
+
return H`
|
|
1317
1323
|
border: none;
|
|
1318
1324
|
position: relative;
|
|
1319
1325
|
border-radius: ${o};
|
|
@@ -1336,7 +1342,7 @@ const A1 = u.div`
|
|
|
1336
1342
|
return "";
|
|
1337
1343
|
}}
|
|
1338
1344
|
`;
|
|
1339
|
-
function
|
|
1345
|
+
function de({
|
|
1340
1346
|
children: e,
|
|
1341
1347
|
align: t,
|
|
1342
1348
|
onClick: o,
|
|
@@ -1345,8 +1351,8 @@ function le({
|
|
|
1345
1351
|
accessibleName: s
|
|
1346
1352
|
}) {
|
|
1347
1353
|
const { themeSettings: a } = b();
|
|
1348
|
-
return /* @__PURE__ */ n(
|
|
1349
|
-
|
|
1354
|
+
return /* @__PURE__ */ n(zo, { align: t, children: /* @__PURE__ */ n(
|
|
1355
|
+
qo,
|
|
1350
1356
|
{
|
|
1351
1357
|
"aria-label": s,
|
|
1352
1358
|
theme: a,
|
|
@@ -1358,17 +1364,17 @@ function le({
|
|
|
1358
1364
|
}
|
|
1359
1365
|
) });
|
|
1360
1366
|
}
|
|
1361
|
-
function
|
|
1367
|
+
function Vo({ onCancel: e, onConfirm: t }) {
|
|
1362
1368
|
const { t: o } = y();
|
|
1363
|
-
return /* @__PURE__ */ h(
|
|
1364
|
-
/* @__PURE__ */ n(
|
|
1369
|
+
return /* @__PURE__ */ h(D, { children: [
|
|
1370
|
+
/* @__PURE__ */ n(V, { align: "left", children: o("ai.clearHistoryPrompt") }),
|
|
1365
1371
|
/* @__PURE__ */ h("div", { className: "csdk-flex csdk-gap-x-2", children: [
|
|
1366
|
-
/* @__PURE__ */ n(
|
|
1367
|
-
/* @__PURE__ */ n(
|
|
1372
|
+
/* @__PURE__ */ n(de, { align: "right", onClick: t, accessibleName: "confirm clear chat", children: /* @__PURE__ */ n("div", { className: "csdk-py-[6px] csdk-px-[20px]", children: o("ai.buttons.yes") }) }),
|
|
1373
|
+
/* @__PURE__ */ n(de, { align: "right", onClick: e, accessibleName: "cancel clear chat", children: /* @__PURE__ */ n("div", { className: "csdk-py-[6px] csdk-px-[20px]", children: o("ai.buttons.no") }) })
|
|
1368
1374
|
] })
|
|
1369
1375
|
] });
|
|
1370
1376
|
}
|
|
1371
|
-
function
|
|
1377
|
+
function Zo() {
|
|
1372
1378
|
return /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", children: [
|
|
1373
1379
|
/* @__PURE__ */ n("rect", { x: "1", y: "1", width: "28", height: "28", rx: "14", stroke: "#9EA2AB" }),
|
|
1374
1380
|
/* @__PURE__ */ n(
|
|
@@ -1467,18 +1473,18 @@ const it = {
|
|
|
1467
1473
|
errorBG: "rgba(231, 71, 39, 0.1)"
|
|
1468
1474
|
}
|
|
1469
1475
|
}
|
|
1470
|
-
},
|
|
1476
|
+
}, Qo = {
|
|
1471
1477
|
shouldForwardProp: (e) => !e.startsWith("$")
|
|
1472
|
-
},
|
|
1473
|
-
|
|
1474
|
-
|
|
1478
|
+
}, ie = u(
|
|
1479
|
+
Ae,
|
|
1480
|
+
Qo
|
|
1475
1481
|
)(({ $hoverColor: e }) => ({
|
|
1476
1482
|
padding: 2,
|
|
1477
1483
|
"&.MuiIconButton-root:hover": {
|
|
1478
1484
|
backgroundColor: e != null ? e : it.interaction.defaultHover
|
|
1479
1485
|
}
|
|
1480
1486
|
}));
|
|
1481
|
-
function
|
|
1487
|
+
function Go({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
1482
1488
|
return /* @__PURE__ */ n("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ n(
|
|
1483
1489
|
"path",
|
|
1484
1490
|
{
|
|
@@ -1489,7 +1495,7 @@ function V1({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
|
1489
1495
|
}
|
|
1490
1496
|
) });
|
|
1491
1497
|
}
|
|
1492
|
-
function
|
|
1498
|
+
function jo({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
1493
1499
|
return /* @__PURE__ */ n("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ n(
|
|
1494
1500
|
"path",
|
|
1495
1501
|
{
|
|
@@ -1500,7 +1506,7 @@ function Q1({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
|
1500
1506
|
}
|
|
1501
1507
|
) });
|
|
1502
1508
|
}
|
|
1503
|
-
function
|
|
1509
|
+
function Uo() {
|
|
1504
1510
|
return /* @__PURE__ */ n("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ n(
|
|
1505
1511
|
"path",
|
|
1506
1512
|
{
|
|
@@ -1512,7 +1518,7 @@ function G1() {
|
|
|
1512
1518
|
}
|
|
1513
1519
|
) });
|
|
1514
1520
|
}
|
|
1515
|
-
function
|
|
1521
|
+
function _o({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
1516
1522
|
return /* @__PURE__ */ n("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ n(
|
|
1517
1523
|
"path",
|
|
1518
1524
|
{
|
|
@@ -1523,23 +1529,23 @@ function j1({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
|
1523
1529
|
}
|
|
1524
1530
|
) });
|
|
1525
1531
|
}
|
|
1526
|
-
const
|
|
1532
|
+
const Le = (e) => Ze(e.chart.backgroundColor), Ko = ({ title: e }) => {
|
|
1527
1533
|
const { themeSettings: t } = b();
|
|
1528
|
-
return /* @__PURE__ */ n(
|
|
1529
|
-
},
|
|
1530
|
-
const [t, o] =
|
|
1534
|
+
return /* @__PURE__ */ n(re, { title: e, children: /* @__PURE__ */ n(ie, { disableTouchRipple: !0, $hoverColor: Le(t), children: /* @__PURE__ */ n(jo, { fill: t.chart.textColor }) }) });
|
|
1535
|
+
}, Yo = ({ items: e }) => {
|
|
1536
|
+
const [t, o] = L(null), r = (a) => {
|
|
1531
1537
|
o(a.currentTarget);
|
|
1532
1538
|
}, i = () => {
|
|
1533
1539
|
o(null);
|
|
1534
1540
|
}, { themeSettings: s } = b();
|
|
1535
|
-
return /* @__PURE__ */ h(
|
|
1541
|
+
return /* @__PURE__ */ h(D, { children: [
|
|
1536
1542
|
/* @__PURE__ */ n(
|
|
1537
|
-
|
|
1543
|
+
ie,
|
|
1538
1544
|
{
|
|
1539
1545
|
onClick: r,
|
|
1540
|
-
$hoverColor:
|
|
1546
|
+
$hoverColor: Le(s),
|
|
1541
1547
|
"aria-label": "three dots button",
|
|
1542
|
-
children: /* @__PURE__ */ n(
|
|
1548
|
+
children: /* @__PURE__ */ n(_o, { fill: s.chart.textColor })
|
|
1543
1549
|
}
|
|
1544
1550
|
),
|
|
1545
1551
|
/* @__PURE__ */ n(
|
|
@@ -1578,15 +1584,15 @@ const $e = (e) => Ve(e.chart.backgroundColor), U1 = ({ title: e }) => {
|
|
|
1578
1584
|
}
|
|
1579
1585
|
)
|
|
1580
1586
|
] });
|
|
1581
|
-
},
|
|
1587
|
+
}, Jo = ({ onClick: e }) => {
|
|
1582
1588
|
const { themeSettings: t } = b(), { t: o } = y();
|
|
1583
|
-
return /* @__PURE__ */ n(
|
|
1584
|
-
},
|
|
1589
|
+
return /* @__PURE__ */ n(re, { title: o("ai.preview"), children: /* @__PURE__ */ n(ie, { onClick: e, $hoverColor: Le(t), children: /* @__PURE__ */ n(Go, { fill: t.chart.textColor }) }) });
|
|
1590
|
+
}, Xo = u.div`
|
|
1585
1591
|
display: flex;
|
|
1586
1592
|
padding-top: 6px;
|
|
1587
1593
|
padding-bottom: 6px;
|
|
1588
1594
|
`;
|
|
1589
|
-
function
|
|
1595
|
+
function e1({
|
|
1590
1596
|
infoTooltipText: e,
|
|
1591
1597
|
onRefresh: t,
|
|
1592
1598
|
onExpand: o
|
|
@@ -1596,62 +1602,62 @@ function J1({
|
|
|
1596
1602
|
{
|
|
1597
1603
|
title: "Refresh",
|
|
1598
1604
|
onClick: t,
|
|
1599
|
-
icon: /* @__PURE__ */ n(
|
|
1605
|
+
icon: /* @__PURE__ */ n(Uo, {})
|
|
1600
1606
|
}
|
|
1601
1607
|
],
|
|
1602
1608
|
[t]
|
|
1603
1609
|
);
|
|
1604
|
-
return /* @__PURE__ */ h(
|
|
1605
|
-
/* @__PURE__ */ n(
|
|
1606
|
-
/* @__PURE__ */ n(
|
|
1607
|
-
/* @__PURE__ */ n(
|
|
1610
|
+
return /* @__PURE__ */ h(Xo, { "aria-label": "chatbot chart toolbar", children: [
|
|
1611
|
+
/* @__PURE__ */ n(Ko, { title: e != null ? e : "" }),
|
|
1612
|
+
/* @__PURE__ */ n(Yo, { items: r }),
|
|
1613
|
+
/* @__PURE__ */ n(Jo, { onClick: o })
|
|
1608
1614
|
] });
|
|
1609
1615
|
}
|
|
1610
|
-
function
|
|
1611
|
-
const [t, o] =
|
|
1616
|
+
function t1({ content: e }) {
|
|
1617
|
+
const [t, o] = L(!1), { inlineElement: r, expandedElement: i } = N(() => {
|
|
1612
1618
|
const s = Ge(e, { useCustomizedStyleOptions: !0 });
|
|
1613
1619
|
if (s === void 0 || !Qe(s))
|
|
1614
1620
|
throw new xe("errors.otherWidgetTypesNotSupported");
|
|
1615
1621
|
const { detailedDescription: a } = e, { styleOptions: c } = s, l = {
|
|
1616
1622
|
cornerRadius: "Small",
|
|
1617
1623
|
header: {
|
|
1618
|
-
renderToolbar: (
|
|
1619
|
-
|
|
1624
|
+
renderToolbar: (g) => /* @__PURE__ */ n(
|
|
1625
|
+
e1,
|
|
1620
1626
|
{
|
|
1621
1627
|
infoTooltipText: a,
|
|
1622
|
-
onRefresh:
|
|
1628
|
+
onRefresh: g,
|
|
1623
1629
|
onExpand: () => o(!0)
|
|
1624
1630
|
}
|
|
1625
1631
|
)
|
|
1626
1632
|
}
|
|
1627
1633
|
};
|
|
1628
|
-
let d,
|
|
1634
|
+
let d, p;
|
|
1629
1635
|
if (Zt(s.chartType))
|
|
1630
|
-
d = /* @__PURE__ */ n("div", { className: "csdk-h-[245px]", children: /* @__PURE__ */ n(
|
|
1636
|
+
d = /* @__PURE__ */ n("div", { className: "csdk-h-[245px]", children: /* @__PURE__ */ n(te, T(M({}, s), { styleOptions: l })) }), p = /* @__PURE__ */ n(te, T(M({}, s), { styleOptions: { header: { hidden: !0 } } }));
|
|
1631
1637
|
else {
|
|
1632
|
-
const
|
|
1638
|
+
const g = T(M({}, c), {
|
|
1633
1639
|
header: { hidden: !0 }
|
|
1634
|
-
}), f =
|
|
1640
|
+
}), f = M(T(M({}, c), {
|
|
1635
1641
|
legend: void 0,
|
|
1636
1642
|
xAxis: void 0,
|
|
1637
1643
|
yAxis: void 0
|
|
1638
1644
|
}), l);
|
|
1639
|
-
delete f.legend, delete f.xAxis, delete f.yAxis, d = /* @__PURE__ */ n("div", { children: /* @__PURE__ */ n(
|
|
1645
|
+
delete f.legend, delete f.xAxis, delete f.yAxis, d = /* @__PURE__ */ n("div", { children: /* @__PURE__ */ n(te, T(M({}, s), { styleOptions: f })) }), p = /* @__PURE__ */ n(te, T(M({}, s), { styleOptions: g }));
|
|
1640
1646
|
}
|
|
1641
|
-
return { inlineElement: d, expandedElement:
|
|
1647
|
+
return { inlineElement: d, expandedElement: p };
|
|
1642
1648
|
}, [e]);
|
|
1643
|
-
return /* @__PURE__ */ h(
|
|
1649
|
+
return /* @__PURE__ */ h(D, { children: [
|
|
1644
1650
|
r,
|
|
1645
1651
|
/* @__PURE__ */ h(Ue, { open: t, onClose: () => o(!1), maxWidth: "xl", fullWidth: !0, children: [
|
|
1646
1652
|
/* @__PURE__ */ h("div", { className: "csdk-flex csdk-items-center csdk-justify-between csdk-py-[30px] csdk-px-[40px]", children: [
|
|
1647
1653
|
/* @__PURE__ */ n("div", { className: "csdk-text-ai-lg csdk-semibold csdk-text-text-active", children: e.queryTitle }),
|
|
1648
|
-
/* @__PURE__ */ n(
|
|
1654
|
+
/* @__PURE__ */ n(Ae, { onClick: () => o(!1), "aria-label": "close expanded chart", children: /* @__PURE__ */ n(Zo, {}) })
|
|
1649
1655
|
] }),
|
|
1650
1656
|
/* @__PURE__ */ n("div", { className: "csdk-h-screen", children: i })
|
|
1651
1657
|
] })
|
|
1652
1658
|
] });
|
|
1653
1659
|
}
|
|
1654
|
-
function
|
|
1660
|
+
function o1({ theme: e }) {
|
|
1655
1661
|
return /* @__PURE__ */ n("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ n(
|
|
1656
1662
|
"path",
|
|
1657
1663
|
{
|
|
@@ -1662,20 +1668,20 @@ function eo({ theme: e }) {
|
|
|
1662
1668
|
}
|
|
1663
1669
|
) });
|
|
1664
1670
|
}
|
|
1665
|
-
function
|
|
1671
|
+
function n1({ onClick: e, disabled: t }) {
|
|
1666
1672
|
const { themeSettings: o } = b(), { t: r } = y();
|
|
1667
|
-
return /* @__PURE__ */ n(
|
|
1668
|
-
|
|
1673
|
+
return /* @__PURE__ */ n(re, { title: r("ai.buttons.incorectResponse"), children: /* @__PURE__ */ n(
|
|
1674
|
+
ie,
|
|
1669
1675
|
{
|
|
1670
1676
|
"aria-label": "thumbs-down",
|
|
1671
1677
|
onClick: e,
|
|
1672
1678
|
$hoverColor: o.aiChat.icons.feedbackIcons.hoverColor,
|
|
1673
1679
|
disabled: t,
|
|
1674
|
-
children: /* @__PURE__ */ n(
|
|
1680
|
+
children: /* @__PURE__ */ n(o1, { theme: o })
|
|
1675
1681
|
}
|
|
1676
1682
|
) });
|
|
1677
1683
|
}
|
|
1678
|
-
function
|
|
1684
|
+
function r1({ theme: e }) {
|
|
1679
1685
|
return /* @__PURE__ */ n("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ n(
|
|
1680
1686
|
"path",
|
|
1681
1687
|
{
|
|
@@ -1686,47 +1692,47 @@ function oo({ theme: e }) {
|
|
|
1686
1692
|
}
|
|
1687
1693
|
) });
|
|
1688
1694
|
}
|
|
1689
|
-
function
|
|
1695
|
+
function i1({ onClick: e, disabled: t }) {
|
|
1690
1696
|
const { themeSettings: o } = b(), { t: r } = y();
|
|
1691
|
-
return /* @__PURE__ */ n(
|
|
1692
|
-
|
|
1697
|
+
return /* @__PURE__ */ n(re, { title: r("ai.buttons.correctResponse"), children: /* @__PURE__ */ n(
|
|
1698
|
+
ie,
|
|
1693
1699
|
{
|
|
1694
1700
|
"aria-label": "thumbs-up",
|
|
1695
1701
|
onClick: e,
|
|
1696
1702
|
$hoverColor: o.aiChat.icons.feedbackIcons.hoverColor,
|
|
1697
1703
|
disabled: t,
|
|
1698
|
-
children: /* @__PURE__ */ n(
|
|
1704
|
+
children: /* @__PURE__ */ n(r1, { theme: o })
|
|
1699
1705
|
}
|
|
1700
1706
|
) });
|
|
1701
1707
|
}
|
|
1702
|
-
const
|
|
1703
|
-
const [e, t] =
|
|
1708
|
+
const s1 = () => {
|
|
1709
|
+
const [e, t] = L(!1), o = K(null), r = E(() => {
|
|
1704
1710
|
t(!0);
|
|
1705
|
-
}, []), i =
|
|
1711
|
+
}, []), i = E(() => {
|
|
1706
1712
|
t(!1);
|
|
1707
1713
|
}, []);
|
|
1708
|
-
return [
|
|
1714
|
+
return [E(
|
|
1709
1715
|
(a) => {
|
|
1710
1716
|
var c;
|
|
1711
1717
|
((c = o.current) == null ? void 0 : c.nodeType) === Node.ELEMENT_NODE && (o.current.removeEventListener("mouseenter", r), o.current.removeEventListener("mouseleave", i)), (a == null ? void 0 : a.nodeType) === Node.ELEMENT_NODE && (a.addEventListener("mouseenter", r), a.addEventListener("mouseleave", i)), o.current = a;
|
|
1712
1718
|
},
|
|
1713
1719
|
[r, i]
|
|
1714
1720
|
), e];
|
|
1715
|
-
},
|
|
1721
|
+
}, a1 = u.div`
|
|
1716
1722
|
display: flex;
|
|
1717
1723
|
flex-direction: column;
|
|
1718
1724
|
row-gap: ${({ theme: e }) => e.aiChat.body.gapBetweenMessages};
|
|
1719
1725
|
`;
|
|
1720
|
-
function
|
|
1721
|
-
const [o, r] =
|
|
1726
|
+
function l1({ visible: e, onSend: t }) {
|
|
1727
|
+
const [o, r] = L(!1), i = E(
|
|
1722
1728
|
(a) => {
|
|
1723
1729
|
r(!0), t(a === "up" ? 1 : -1);
|
|
1724
1730
|
},
|
|
1725
1731
|
[t]
|
|
1726
1732
|
), s = `csdk-transition-opacity csdk-delay-150 csdk-duration-500 ${o ? "csdk-opacity-0" : "csdk-opacity-100"}`;
|
|
1727
1733
|
return e ? /* @__PURE__ */ h("div", { className: `csdk-flex csdk-items-center ${s}`, children: [
|
|
1728
|
-
/* @__PURE__ */ n(
|
|
1729
|
-
/* @__PURE__ */ n(
|
|
1734
|
+
/* @__PURE__ */ n(i1, { onClick: () => i("up"), disabled: o }),
|
|
1735
|
+
/* @__PURE__ */ n(n1, { onClick: () => i("down"), disabled: o })
|
|
1730
1736
|
] }) : null;
|
|
1731
1737
|
}
|
|
1732
1738
|
function ve({
|
|
@@ -1737,26 +1743,26 @@ function ve({
|
|
|
1737
1743
|
renderContent: i
|
|
1738
1744
|
}) {
|
|
1739
1745
|
const s = W(), a = It(
|
|
1740
|
-
|
|
1741
|
-
(
|
|
1746
|
+
E(
|
|
1747
|
+
(g) => {
|
|
1742
1748
|
s && s.ai.sendFeedback({
|
|
1743
1749
|
sourceId: e,
|
|
1744
1750
|
type: o,
|
|
1745
1751
|
data: t,
|
|
1746
|
-
rating:
|
|
1752
|
+
rating: g
|
|
1747
1753
|
});
|
|
1748
1754
|
},
|
|
1749
1755
|
[s, e, t, o]
|
|
1750
1756
|
),
|
|
1751
1757
|
200
|
|
1752
|
-
), [c, l] =
|
|
1753
|
-
return /* @__PURE__ */ n(
|
|
1758
|
+
), [c, l] = s1(), d = N(() => r === "onHover" ? l : r !== "never", [l, r]), { themeSettings: p } = b();
|
|
1759
|
+
return /* @__PURE__ */ n(a1, { ref: c, theme: p, children: i(/* @__PURE__ */ n(l1, { onSend: a, visible: d })) });
|
|
1754
1760
|
}
|
|
1755
|
-
const
|
|
1756
|
-
function
|
|
1757
|
-
const [t, o] =
|
|
1758
|
-
return
|
|
1759
|
-
a.current && a.current.scrollHeight >
|
|
1761
|
+
const c1 = 18 * 5;
|
|
1762
|
+
function $e({ text: e }) {
|
|
1763
|
+
const [t, o] = L(!0), [r, i] = L(!1), { t: s } = y(), a = K(null);
|
|
1764
|
+
return ce(() => {
|
|
1765
|
+
a.current && a.current.scrollHeight > c1 && i(!0);
|
|
1760
1766
|
}, [e]), /* @__PURE__ */ h("div", { children: [
|
|
1761
1767
|
/* @__PURE__ */ n("div", { ref: a, className: `${t ? "csdk-line-clamp-5" : ""} csdk-whitespace-pre-wrap`, children: e }),
|
|
1762
1768
|
r && /* @__PURE__ */ n("div", { className: "csdk-mt-3 csdk-flex csdk-justify-end", children: /* @__PURE__ */ n(
|
|
@@ -1769,11 +1775,11 @@ function Le({ text: e }) {
|
|
|
1769
1775
|
) })
|
|
1770
1776
|
] });
|
|
1771
1777
|
}
|
|
1772
|
-
function
|
|
1773
|
-
const { data: t, isLoading: o, isError: r } =
|
|
1774
|
-
return o ? /* @__PURE__ */ n(Me, {}) : r ? /* @__PURE__ */ n(
|
|
1778
|
+
function d1({ nlgRequest: e }) {
|
|
1779
|
+
const { data: t, isLoading: o, isError: r } = he(e), { t: i } = y();
|
|
1780
|
+
return o ? /* @__PURE__ */ n(Me, {}) : r ? /* @__PURE__ */ n(V, { align: "left", children: i("ai.errors.unexpected") }) : /* @__PURE__ */ n(V, { align: "full", children: /* @__PURE__ */ n($e, { text: t != null ? t : i("ai.errors.insightsNotAvailable") }) });
|
|
1775
1781
|
}
|
|
1776
|
-
function
|
|
1782
|
+
function u1() {
|
|
1777
1783
|
const { themeSettings: e } = b();
|
|
1778
1784
|
return /* @__PURE__ */ n("svg", { width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ n(
|
|
1779
1785
|
"path",
|
|
@@ -1785,14 +1791,14 @@ function co() {
|
|
|
1785
1791
|
}
|
|
1786
1792
|
) });
|
|
1787
1793
|
}
|
|
1788
|
-
function
|
|
1794
|
+
function h1({ onClick: e }) {
|
|
1789
1795
|
const { t } = y();
|
|
1790
|
-
return /* @__PURE__ */ n(
|
|
1796
|
+
return /* @__PURE__ */ n(de, { align: "left", onClick: e, children: /* @__PURE__ */ h(
|
|
1791
1797
|
"div",
|
|
1792
1798
|
{
|
|
1793
1799
|
className: "csdk-py-[5px] csdk-px-2 csdk-flex csdk-items-center csdk-gap-x-1 csdk-select-none",
|
|
1794
1800
|
children: [
|
|
1795
|
-
/* @__PURE__ */ n(
|
|
1801
|
+
/* @__PURE__ */ n(u1, {}),
|
|
1796
1802
|
t("ai.buttons.insights")
|
|
1797
1803
|
]
|
|
1798
1804
|
}
|
|
@@ -1802,76 +1808,76 @@ const Fe = u.div`
|
|
|
1802
1808
|
display: flex;
|
|
1803
1809
|
align-items: center;
|
|
1804
1810
|
column-gap: 10px;
|
|
1805
|
-
`,
|
|
1806
|
-
function
|
|
1807
|
-
const { chatMode: o = "analyze", enableInsights: r } =
|
|
1811
|
+
`, p1 = (e) => !!e && "aeiou".includes(e[0]);
|
|
1812
|
+
function g1({ data: e, alwaysShowFeedback: t }) {
|
|
1813
|
+
const { chatMode: o = "analyze", enableInsights: r } = P(), { themeSettings: i } = b(), { queryTitle: s, chartRecommendations: a, jaql: c } = e;
|
|
1808
1814
|
console.debug(`JAQL for ${s}`, c), console.debug(`chart recommendations for ${s}`, a);
|
|
1809
1815
|
const l = "chartType" in a ? a.chartType : "table";
|
|
1810
1816
|
let d;
|
|
1811
|
-
|
|
1812
|
-
const
|
|
1817
|
+
p1(l) ? d = `an ${l}` : d = `a ${l}`, l !== "table" && (d += " chart");
|
|
1818
|
+
const p = c.datasource.title, [g, f] = L(!1), m = E(() => {
|
|
1813
1819
|
f((v) => !v);
|
|
1814
|
-
}, []),
|
|
1820
|
+
}, []), F = {
|
|
1815
1821
|
jaql: {
|
|
1816
1822
|
datasource: c.datasource,
|
|
1817
1823
|
metadata: c.metadata
|
|
1818
1824
|
}
|
|
1819
1825
|
}, w = o === "analyze";
|
|
1820
|
-
return /* @__PURE__ */ h(
|
|
1826
|
+
return /* @__PURE__ */ h(D, { children: [
|
|
1821
1827
|
/* @__PURE__ */ n(
|
|
1822
1828
|
ve,
|
|
1823
1829
|
{
|
|
1824
|
-
sourceId:
|
|
1830
|
+
sourceId: p,
|
|
1825
1831
|
data: e,
|
|
1826
1832
|
type: "chats/nlq",
|
|
1827
1833
|
buttonVisibility: t ? "always" : "onHover",
|
|
1828
|
-
renderContent: (v) => /* @__PURE__ */ h(
|
|
1834
|
+
renderContent: (v) => /* @__PURE__ */ h(D, { children: [
|
|
1829
1835
|
/* @__PURE__ */ h(Fe, { children: [
|
|
1830
1836
|
/* @__PURE__ */ n(nt, { align: "left", theme: i, children: `Here's ${d} showing ${e.queryTitle.toLowerCase()}.` }),
|
|
1831
1837
|
v
|
|
1832
1838
|
] }),
|
|
1833
|
-
w && /* @__PURE__ */ n(
|
|
1839
|
+
w && /* @__PURE__ */ n(t1, { content: e })
|
|
1834
1840
|
] })
|
|
1835
1841
|
}
|
|
1836
1842
|
),
|
|
1837
1843
|
r && /* @__PURE__ */ n(
|
|
1838
1844
|
ve,
|
|
1839
1845
|
{
|
|
1840
|
-
sourceId:
|
|
1841
|
-
data:
|
|
1846
|
+
sourceId: p,
|
|
1847
|
+
data: F,
|
|
1842
1848
|
type: "nlg/queryResult",
|
|
1843
|
-
buttonVisibility:
|
|
1844
|
-
renderContent: (v) => /* @__PURE__ */ h(
|
|
1849
|
+
buttonVisibility: g ? "onHover" : "never",
|
|
1850
|
+
renderContent: (v) => /* @__PURE__ */ h(D, { children: [
|
|
1845
1851
|
/* @__PURE__ */ h(Fe, { children: [
|
|
1846
|
-
/* @__PURE__ */ n(
|
|
1852
|
+
/* @__PURE__ */ n(h1, { onClick: m }),
|
|
1847
1853
|
v
|
|
1848
1854
|
] }),
|
|
1849
|
-
|
|
1855
|
+
g && /* @__PURE__ */ n(d1, { nlgRequest: F })
|
|
1850
1856
|
] })
|
|
1851
1857
|
}
|
|
1852
1858
|
)
|
|
1853
1859
|
] });
|
|
1854
1860
|
}
|
|
1855
|
-
function
|
|
1861
|
+
function C1({ message: e, isLastMessage: t }) {
|
|
1856
1862
|
if (Se(e)) {
|
|
1857
1863
|
const o = JSON.parse(e.content);
|
|
1858
|
-
return /* @__PURE__ */ n(
|
|
1864
|
+
return /* @__PURE__ */ n(g1, { data: o, alwaysShowFeedback: t });
|
|
1859
1865
|
}
|
|
1860
|
-
return /* @__PURE__ */ n(
|
|
1866
|
+
return /* @__PURE__ */ n(V, { align: e.role === "user" ? "right" : "left", children: e.content });
|
|
1861
1867
|
}
|
|
1862
|
-
const
|
|
1868
|
+
const f1 = Ot(C1), m1 = ({
|
|
1863
1869
|
error: e,
|
|
1864
1870
|
displayMessage: t
|
|
1865
|
-
}) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ n(
|
|
1866
|
-
function
|
|
1871
|
+
}) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ n(V, { align: "left", children: t }));
|
|
1872
|
+
function b1({ messages: e }) {
|
|
1867
1873
|
const { t } = y();
|
|
1868
|
-
return /* @__PURE__ */ n(
|
|
1874
|
+
return /* @__PURE__ */ n(D, { children: e.map((o, r) => /* @__PURE__ */ n(
|
|
1869
1875
|
Wt,
|
|
1870
1876
|
{
|
|
1871
|
-
fallbackRender: (i) =>
|
|
1877
|
+
fallbackRender: (i) => m1(T(M({}, i), {
|
|
1872
1878
|
displayMessage: t("ai.errors.unexpected")
|
|
1873
1879
|
})),
|
|
1874
|
-
children: /* @__PURE__ */ n(
|
|
1880
|
+
children: /* @__PURE__ */ n(f1, { message: o, isLastMessage: r === e.length - 1 }, r)
|
|
1875
1881
|
},
|
|
1876
1882
|
r
|
|
1877
1883
|
)) });
|
|
@@ -1895,7 +1901,7 @@ function st({ color: e }) {
|
|
|
1895
1901
|
}
|
|
1896
1902
|
);
|
|
1897
1903
|
}
|
|
1898
|
-
function
|
|
1904
|
+
function x1({ onClick: e, color: t }) {
|
|
1899
1905
|
return /* @__PURE__ */ n(
|
|
1900
1906
|
"div",
|
|
1901
1907
|
{
|
|
@@ -1906,7 +1912,7 @@ function bo({ onClick: e, color: t }) {
|
|
|
1906
1912
|
}
|
|
1907
1913
|
);
|
|
1908
1914
|
}
|
|
1909
|
-
const
|
|
1915
|
+
const y1 = u.button`
|
|
1910
1916
|
font-size: inherit;
|
|
1911
1917
|
line-height: inherit;
|
|
1912
1918
|
box-sizing: border-box;
|
|
@@ -1933,7 +1939,7 @@ const xo = u.button`
|
|
|
1933
1939
|
const { borderGradient: t, borderRadius: o } = e.aiChat.suggestions;
|
|
1934
1940
|
if (t) {
|
|
1935
1941
|
const [r, i] = t;
|
|
1936
|
-
return
|
|
1942
|
+
return H`
|
|
1937
1943
|
border: none;
|
|
1938
1944
|
position: relative;
|
|
1939
1945
|
border-radius: ${o};
|
|
@@ -1958,22 +1964,22 @@ const xo = u.button`
|
|
|
1958
1964
|
`;
|
|
1959
1965
|
function Ne({ question: e, onClick: t }) {
|
|
1960
1966
|
const { themeSettings: o } = b();
|
|
1961
|
-
return /* @__PURE__ */ n(
|
|
1967
|
+
return /* @__PURE__ */ n(y1, { onClick: t, theme: o, children: e });
|
|
1962
1968
|
}
|
|
1963
|
-
const
|
|
1969
|
+
const v1 = u.div`
|
|
1964
1970
|
display: flex;
|
|
1965
1971
|
flex-direction: column;
|
|
1966
1972
|
align-items: flex-start;
|
|
1967
1973
|
row-gap: ${({ theme: e }) => e.aiChat.suggestions.gap};
|
|
1968
1974
|
`;
|
|
1969
|
-
function
|
|
1970
|
-
const { t: o } = y(), [r, i] =
|
|
1971
|
-
return /* @__PURE__ */ h(
|
|
1975
|
+
function w1({ questions: e, onSelection: t }) {
|
|
1976
|
+
const { t: o } = y(), [r, i] = L(!0), s = N(() => r && e.length > 5 ? e.slice(0, 4) : e, [e, r]), { themeSettings: a } = b();
|
|
1977
|
+
return /* @__PURE__ */ h(v1, { "aria-label": "list of suggested questions", theme: a, children: [
|
|
1972
1978
|
s.map((c) => /* @__PURE__ */ n(Ne, { question: c, onClick: () => t(c) }, c)),
|
|
1973
1979
|
s.length < e.length && /* @__PURE__ */ n(Ne, { question: o("ai.buttons.seeMore"), onClick: () => i(!1) })
|
|
1974
1980
|
] });
|
|
1975
1981
|
}
|
|
1976
|
-
const
|
|
1982
|
+
const k1 = u.div`
|
|
1977
1983
|
width: 283px;
|
|
1978
1984
|
height: 32px;
|
|
1979
1985
|
border-radius: 10px;
|
|
@@ -1997,23 +2003,23 @@ const wo = u.div`
|
|
|
1997
2003
|
background-position: -200% 0;
|
|
1998
2004
|
}
|
|
1999
2005
|
}
|
|
2000
|
-
`,
|
|
2006
|
+
`, S1 = u.div`
|
|
2001
2007
|
display: flex;
|
|
2002
2008
|
flex-direction: column;
|
|
2003
2009
|
row-gap: 1rem;
|
|
2004
2010
|
`;
|
|
2005
|
-
function
|
|
2011
|
+
function M1() {
|
|
2006
2012
|
const { themeSettings: e } = b();
|
|
2007
|
-
return /* @__PURE__ */ n(
|
|
2013
|
+
return /* @__PURE__ */ n(S1, { children: Array.from({ length: 3 }, (t, o) => /* @__PURE__ */ n(k1, { theme: e }, o)) });
|
|
2008
2014
|
}
|
|
2009
|
-
function
|
|
2010
|
-
const r = e.length > 0, { suggestionsWelcomeText: i } =
|
|
2011
|
-
return t ? /* @__PURE__ */ n(
|
|
2012
|
-
i && /* @__PURE__ */ n(
|
|
2013
|
-
/* @__PURE__ */ n(
|
|
2015
|
+
function L1({ questions: e, isLoading: t, onSelection: o }) {
|
|
2016
|
+
const r = e.length > 0, { suggestionsWelcomeText: i } = P();
|
|
2017
|
+
return t ? /* @__PURE__ */ n(M1, {}) : r ? /* @__PURE__ */ h(D, { children: [
|
|
2018
|
+
i && /* @__PURE__ */ n(V, { align: "left", children: i }),
|
|
2019
|
+
/* @__PURE__ */ n(w1, { onSelection: o, questions: e })
|
|
2014
2020
|
] }) : null;
|
|
2015
2021
|
}
|
|
2016
|
-
const $
|
|
2022
|
+
const $1 = u.div`
|
|
2017
2023
|
flex: 0 0 80px;
|
|
2018
2024
|
padding-left: 14px;
|
|
2019
2025
|
padding-right: 14px;
|
|
@@ -2022,7 +2028,7 @@ const $o = u.div`
|
|
|
2022
2028
|
position: relative;
|
|
2023
2029
|
|
|
2024
2030
|
background-color: ${({ style: e }) => e.backgroundColor};
|
|
2025
|
-
`,
|
|
2031
|
+
`, R1 = u.div`
|
|
2026
2032
|
font-size: 18px;
|
|
2027
2033
|
line-height: 22px;
|
|
2028
2034
|
font-weight: 600;
|
|
@@ -2030,12 +2036,12 @@ const $o = u.div`
|
|
|
2030
2036
|
|
|
2031
2037
|
color: ${({ style: e }) => e.textColor};
|
|
2032
2038
|
`, at = At(function({ title: t, leftNav: o, rightNav: r, style: i }, s) {
|
|
2033
|
-
return /* @__PURE__ */ h($
|
|
2039
|
+
return /* @__PURE__ */ h($1, { ref: s, style: i, children: [
|
|
2034
2040
|
o,
|
|
2035
|
-
/* @__PURE__ */ n(
|
|
2041
|
+
/* @__PURE__ */ n(R1, { style: i, children: t }),
|
|
2036
2042
|
r && /* @__PURE__ */ n("div", { className: "csdk-ml-auto", children: r })
|
|
2037
2043
|
] });
|
|
2038
|
-
}),
|
|
2044
|
+
}), T1 = u.div`
|
|
2039
2045
|
text-align: center;
|
|
2040
2046
|
font-size: 11px;
|
|
2041
2047
|
line-height: 18px;
|
|
@@ -2049,9 +2055,9 @@ const $o = u.div`
|
|
|
2049
2055
|
|
|
2050
2056
|
color: ${({ theme: e }) => e.aiChat.secondaryTextColor};
|
|
2051
2057
|
`;
|
|
2052
|
-
function
|
|
2058
|
+
function E1({ theme: e }) {
|
|
2053
2059
|
const { t } = y();
|
|
2054
|
-
return /* @__PURE__ */ h(
|
|
2060
|
+
return /* @__PURE__ */ h(T1, { theme: e, children: [
|
|
2055
2061
|
/* @__PURE__ */ n("div", { children: t("ai.disclaimer.poweredByAi") }),
|
|
2056
2062
|
/* @__PURE__ */ h("div", { children: [
|
|
2057
2063
|
" ",
|
|
@@ -2059,7 +2065,7 @@ function To({ theme: e }) {
|
|
|
2059
2065
|
] })
|
|
2060
2066
|
] });
|
|
2061
2067
|
}
|
|
2062
|
-
const
|
|
2068
|
+
const H1 = u.div`
|
|
2063
2069
|
font-size: inherit;
|
|
2064
2070
|
line-height: inherit;
|
|
2065
2071
|
padding-left: 16px;
|
|
@@ -2072,9 +2078,9 @@ const Ho = u.div`
|
|
|
2072
2078
|
background-color: ${({ theme: e }) => e.aiChat.suggestions.backgroundColor};
|
|
2073
2079
|
`, lt = () => {
|
|
2074
2080
|
const { t: e } = y(), { themeSettings: t } = b();
|
|
2075
|
-
return /* @__PURE__ */ n(
|
|
2081
|
+
return /* @__PURE__ */ n(H1, { theme: t, children: e("ai.betaLabel") });
|
|
2076
2082
|
};
|
|
2077
|
-
function
|
|
2083
|
+
function B1() {
|
|
2078
2084
|
const { themeSettings: e } = b();
|
|
2079
2085
|
return /* @__PURE__ */ n("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ n(
|
|
2080
2086
|
"path",
|
|
@@ -2086,10 +2092,10 @@ function Eo() {
|
|
|
2086
2092
|
}
|
|
2087
2093
|
) });
|
|
2088
2094
|
}
|
|
2089
|
-
const
|
|
2090
|
-
const o = new
|
|
2095
|
+
const D1 = (e, t) => {
|
|
2096
|
+
const o = new Qt(e);
|
|
2091
2097
|
return o.alpha = t, o;
|
|
2092
|
-
},
|
|
2098
|
+
}, F1 = u.div`
|
|
2093
2099
|
font-size: inherit;
|
|
2094
2100
|
line-height: inherit;
|
|
2095
2101
|
padding-left: 8px;
|
|
@@ -2097,7 +2103,7 @@ const Bo = (e, t) => {
|
|
|
2097
2103
|
padding-top: 4px;
|
|
2098
2104
|
border-radius: 16px;
|
|
2099
2105
|
margin-bottom: 4px;
|
|
2100
|
-
box-shadow: ${({ theme: e }) => `0 4px 8px 0 ${
|
|
2106
|
+
box-shadow: ${({ theme: e }) => `0 4px 8px 0 ${D1(e.aiChat.primaryTextColor, 0.2)}`};
|
|
2101
2107
|
cursor: pointer;
|
|
2102
2108
|
color: ${({ theme: e }) => e.aiChat.clickableMessages.textColor};
|
|
2103
2109
|
background-color: ${({ theme: e }) => e.aiChat.clickableMessages.backgroundColor};
|
|
@@ -2106,10 +2112,10 @@ const Bo = (e, t) => {
|
|
|
2106
2112
|
color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.textColor};
|
|
2107
2113
|
background-color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.backgroundColor};
|
|
2108
2114
|
box-shadow: none;
|
|
2109
|
-
`,
|
|
2115
|
+
`, N1 = ({ onClick: e }) => {
|
|
2110
2116
|
const { themeSettings: t } = b();
|
|
2111
|
-
return /* @__PURE__ */ n(
|
|
2112
|
-
},
|
|
2117
|
+
return /* @__PURE__ */ n(F1, { theme: t, onClick: e, children: /* @__PURE__ */ n(B1, {}) });
|
|
2118
|
+
}, I1 = ({ isVisible: e, onClick: t, anchorElement: o }) => /* @__PURE__ */ n(Oe, { anchorEl: o, open: e, placement: "top", sx: { zIndex: 2 }, children: /* @__PURE__ */ n(N1, { onClick: t }) }), W1 = u.div`
|
|
2113
2119
|
display: flex;
|
|
2114
2120
|
flex-direction: column;
|
|
2115
2121
|
row-gap: ${({ theme: e }) => e.aiChat.body.gapBetweenMessages};
|
|
@@ -2120,7 +2126,7 @@ const Bo = (e, t) => {
|
|
|
2120
2126
|
padding-bottom: ${({ theme: e }) => e.aiChat.body.paddingBottom};
|
|
2121
2127
|
flex: initial;
|
|
2122
2128
|
height: 100%;
|
|
2123
|
-
`,
|
|
2129
|
+
`, P1 = u.div`
|
|
2124
2130
|
padding-left: ${({ theme: e }) => e.aiChat.footer.paddingLeft};
|
|
2125
2131
|
padding-right: ${({ theme: e }) => e.aiChat.footer.paddingRight};
|
|
2126
2132
|
padding-top: ${({ theme: e }) => e.aiChat.footer.paddingTop};
|
|
@@ -2128,12 +2134,12 @@ const Bo = (e, t) => {
|
|
|
2128
2134
|
display: flex;
|
|
2129
2135
|
flex-direction: column;
|
|
2130
2136
|
row-gap: 6px;
|
|
2131
|
-
`,
|
|
2137
|
+
`, O1 = u.div`
|
|
2132
2138
|
display: flex;
|
|
2133
2139
|
flex-direction: column;
|
|
2134
2140
|
row-gap: ${({ theme: e }) => e.aiChat.suggestions.gap};
|
|
2135
2141
|
`;
|
|
2136
|
-
function
|
|
2142
|
+
function A1({ contextTitle: e, onGoBack: t }) {
|
|
2137
2143
|
const { t: o } = y(), {
|
|
2138
2144
|
data: r,
|
|
2139
2145
|
isLoading: i,
|
|
@@ -2141,117 +2147,117 @@ function Ao({ contextTitle: e, onGoBack: t }) {
|
|
|
2141
2147
|
} = Je({
|
|
2142
2148
|
contextTitle: e
|
|
2143
2149
|
}), a = N(
|
|
2144
|
-
() => r.map((
|
|
2150
|
+
() => r.map((S) => S.nlqPrompt),
|
|
2145
2151
|
[r]
|
|
2146
2152
|
), {
|
|
2147
2153
|
history: c,
|
|
2148
2154
|
lastNlqResponse: l,
|
|
2149
2155
|
isAwaitingResponse: d,
|
|
2150
|
-
sendMessage:
|
|
2151
|
-
isLoading:
|
|
2156
|
+
sendMessage: p,
|
|
2157
|
+
isLoading: g,
|
|
2152
2158
|
chatId: f,
|
|
2153
2159
|
lastError: m
|
|
2154
|
-
} =
|
|
2155
|
-
|
|
2156
|
-
},
|
|
2157
|
-
if (!(
|
|
2160
|
+
} = po(e), { mutate: F, isLoading: w } = Xe(f), [v, O] = L(!1), [I, x] = L(!1), A = () => O(!0), k = () => O(!1), J = () => {
|
|
2161
|
+
F(), k();
|
|
2162
|
+
}, $ = K(null), X = K(null), ge = () => {
|
|
2163
|
+
if (!($ != null && $.current))
|
|
2158
2164
|
return;
|
|
2159
|
-
const { scrollTop:
|
|
2160
|
-
if (
|
|
2165
|
+
const { scrollTop: S, clientHeight: R, scrollHeight: Re } = $.current;
|
|
2166
|
+
if (S === void 0 || R === void 0 || Re === void 0)
|
|
2161
2167
|
return;
|
|
2162
|
-
const Te = Re -
|
|
2163
|
-
|
|
2168
|
+
const Te = Re - S - R > R / 2;
|
|
2169
|
+
I !== Te && x(Te);
|
|
2164
2170
|
};
|
|
2165
|
-
|
|
2166
|
-
|
|
2171
|
+
ce(() => {
|
|
2172
|
+
$.current && ($.current.scrollTop = $.current.scrollHeight);
|
|
2167
2173
|
}, [c, v, d]);
|
|
2168
|
-
const Ce = K(null), { enableFollowupQuestions: G, enableHeader: j, numOfRecentPrompts: U } =
|
|
2174
|
+
const Ce = K(null), { enableFollowupQuestions: G, enableHeader: j, numOfRecentPrompts: U } = P(), { themeSettings: z } = b(), se = j ? /* @__PURE__ */ n(
|
|
2169
2175
|
at,
|
|
2170
2176
|
{
|
|
2171
2177
|
ref: Ce,
|
|
2172
2178
|
title: e,
|
|
2173
|
-
leftNav: t && /* @__PURE__ */ n(
|
|
2179
|
+
leftNav: t && /* @__PURE__ */ n(x1, { onClick: t, color: z.aiChat.header.textColor }),
|
|
2174
2180
|
rightNav: /* @__PURE__ */ n(lt, {}),
|
|
2175
|
-
style:
|
|
2181
|
+
style: z.aiChat.header
|
|
2176
2182
|
}
|
|
2177
|
-
) : null,
|
|
2183
|
+
) : null, ee = N(
|
|
2178
2184
|
() => [
|
|
2179
2185
|
...new Set(
|
|
2180
|
-
c.filter((
|
|
2186
|
+
c.filter((S) => S.role === "user").filter((S) => !a.includes(S.content)).map((S) => S.content).reverse()
|
|
2181
2187
|
)
|
|
2182
2188
|
].slice(0, U),
|
|
2183
2189
|
[c, U, a]
|
|
2184
2190
|
);
|
|
2185
|
-
return (m == null ? void 0 : m.message) === o("ai.errors.chatUnavailable") ? /* @__PURE__ */ h(
|
|
2186
|
-
j &&
|
|
2191
|
+
return (m == null ? void 0 : m.message) === o("ai.errors.chatUnavailable") ? /* @__PURE__ */ h(D, { children: [
|
|
2192
|
+
j && se,
|
|
2187
2193
|
/* @__PURE__ */ n(rt, { text: m.message })
|
|
2188
|
-
] }) : /* @__PURE__ */ h(
|
|
2189
|
-
|
|
2190
|
-
/* @__PURE__ */ h(
|
|
2194
|
+
] }) : /* @__PURE__ */ h(D, { children: [
|
|
2195
|
+
se,
|
|
2196
|
+
/* @__PURE__ */ h(W1, { ref: $, theme: z, onScroll: ge, children: [
|
|
2191
2197
|
/* @__PURE__ */ n(
|
|
2192
|
-
|
|
2198
|
+
I1,
|
|
2193
2199
|
{
|
|
2194
|
-
isVisible:
|
|
2195
|
-
anchorElement:
|
|
2200
|
+
isVisible: I,
|
|
2201
|
+
anchorElement: X.current,
|
|
2196
2202
|
onClick: () => {
|
|
2197
|
-
var
|
|
2198
|
-
(
|
|
2199
|
-
top: (
|
|
2203
|
+
var S, R;
|
|
2204
|
+
(R = $.current) == null || R.scroll({
|
|
2205
|
+
top: (S = $.current) == null ? void 0 : S.scrollHeight,
|
|
2200
2206
|
behavior: "smooth"
|
|
2201
2207
|
});
|
|
2202
2208
|
}
|
|
2203
2209
|
}
|
|
2204
2210
|
),
|
|
2205
|
-
/* @__PURE__ */ n(
|
|
2211
|
+
/* @__PURE__ */ n(Wo, {}),
|
|
2206
2212
|
/* @__PURE__ */ n(
|
|
2207
|
-
|
|
2213
|
+
L1,
|
|
2208
2214
|
{
|
|
2209
2215
|
questions: a,
|
|
2210
2216
|
isLoading: i,
|
|
2211
|
-
onSelection:
|
|
2217
|
+
onSelection: p
|
|
2212
2218
|
}
|
|
2213
2219
|
),
|
|
2214
|
-
m && /* @__PURE__ */ n(
|
|
2215
|
-
|
|
2216
|
-
G && l && /* @__PURE__ */ n(
|
|
2217
|
-
|
|
2220
|
+
m && /* @__PURE__ */ n(V, { align: "left", children: m.message }),
|
|
2221
|
+
g ? /* @__PURE__ */ n(pe, {}) : /* @__PURE__ */ n(b1, { messages: c }),
|
|
2222
|
+
G && l && /* @__PURE__ */ n(O1, { theme: z, children: l.followupQuestions.slice(0, 2).map((S, R) => /* @__PURE__ */ n(
|
|
2223
|
+
de,
|
|
2218
2224
|
{
|
|
2219
2225
|
align: "left",
|
|
2220
2226
|
onClick: () => {
|
|
2221
|
-
|
|
2227
|
+
p(S);
|
|
2222
2228
|
},
|
|
2223
|
-
children: /* @__PURE__ */ n("div", { className: "csdk-py-[7px] csdk-px-4", children:
|
|
2229
|
+
children: /* @__PURE__ */ n("div", { className: "csdk-py-[7px] csdk-px-4", children: S })
|
|
2224
2230
|
},
|
|
2225
|
-
|
|
2231
|
+
R
|
|
2226
2232
|
)) }),
|
|
2227
2233
|
(d || w) && /* @__PURE__ */ n(Me, {}),
|
|
2228
2234
|
v && /* @__PURE__ */ n(
|
|
2229
|
-
|
|
2235
|
+
Vo,
|
|
2230
2236
|
{
|
|
2231
|
-
onCancel:
|
|
2232
|
-
onConfirm:
|
|
2237
|
+
onCancel: k,
|
|
2238
|
+
onConfirm: J
|
|
2233
2239
|
}
|
|
2234
2240
|
)
|
|
2235
2241
|
] }),
|
|
2236
|
-
/* @__PURE__ */ h(
|
|
2242
|
+
/* @__PURE__ */ h(P1, { ref: X, theme: z, children: [
|
|
2237
2243
|
/* @__PURE__ */ n(
|
|
2238
|
-
|
|
2244
|
+
No,
|
|
2239
2245
|
{
|
|
2240
|
-
onSendMessage:
|
|
2241
|
-
disabled: d ||
|
|
2242
|
-
onClearHistoryClick:
|
|
2246
|
+
onSendMessage: p,
|
|
2247
|
+
disabled: d || g,
|
|
2248
|
+
onClearHistoryClick: A,
|
|
2243
2249
|
suggestions: a,
|
|
2244
|
-
recentPrompts:
|
|
2245
|
-
isLoading: i ||
|
|
2250
|
+
recentPrompts: ee,
|
|
2251
|
+
isLoading: i || g,
|
|
2246
2252
|
recommendationsError: s,
|
|
2247
|
-
onChange:
|
|
2253
|
+
onChange: k
|
|
2248
2254
|
}
|
|
2249
2255
|
),
|
|
2250
|
-
/* @__PURE__ */ n(
|
|
2256
|
+
/* @__PURE__ */ n(E1, { theme: z })
|
|
2251
2257
|
] })
|
|
2252
2258
|
] });
|
|
2253
2259
|
}
|
|
2254
|
-
const
|
|
2260
|
+
const z1 = u.button`
|
|
2255
2261
|
font-family: ${({ theme: e }) => e.typography.fontFamily};
|
|
2256
2262
|
padding: 30px;
|
|
2257
2263
|
border: none;
|
|
@@ -2264,38 +2270,38 @@ const Po = u.button`
|
|
|
2264
2270
|
cursor: pointer;
|
|
2265
2271
|
|
|
2266
2272
|
background-color: ${({ theme: e }) => e.aiChat.dataTopics.items.backgroundColor};
|
|
2267
|
-
`,
|
|
2273
|
+
`, q1 = u.div`
|
|
2268
2274
|
font-size: 20px;
|
|
2269
2275
|
line-height: 28px;
|
|
2270
2276
|
|
|
2271
2277
|
color: ${({ theme: e }) => e.aiChat.dataTopics.items.textColor};
|
|
2272
|
-
`,
|
|
2278
|
+
`, V1 = u.div`
|
|
2273
2279
|
font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
|
|
2274
2280
|
line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
|
|
2275
2281
|
|
|
2276
|
-
color: ${({ theme: e }) =>
|
|
2277
|
-
`,
|
|
2282
|
+
color: ${({ theme: e }) => Ze(e.aiChat.dataTopics.items.textColor, 0, 0.5)};
|
|
2283
|
+
`, Z1 = u.div`
|
|
2278
2284
|
width: 16px;
|
|
2279
2285
|
height: 16px;
|
|
2280
2286
|
transform: rotate(180deg);
|
|
2281
2287
|
`;
|
|
2282
|
-
function
|
|
2288
|
+
function Q1(e) {
|
|
2283
2289
|
const { title: t, description: o, onClick: r } = e, { themeSettings: i } = b();
|
|
2284
|
-
return /* @__PURE__ */ h(
|
|
2290
|
+
return /* @__PURE__ */ h(z1, { onClick: r, theme: i, children: [
|
|
2285
2291
|
/* @__PURE__ */ h("div", { children: [
|
|
2286
|
-
/* @__PURE__ */ n(
|
|
2287
|
-
/* @__PURE__ */ n(
|
|
2292
|
+
/* @__PURE__ */ n(q1, { theme: i, children: t }),
|
|
2293
|
+
/* @__PURE__ */ n(V1, { theme: i, children: o })
|
|
2288
2294
|
] }),
|
|
2289
|
-
/* @__PURE__ */ n(
|
|
2295
|
+
/* @__PURE__ */ n(Z1, { children: /* @__PURE__ */ n(st, { color: i.aiChat.icons.color }) })
|
|
2290
2296
|
] });
|
|
2291
2297
|
}
|
|
2292
|
-
const
|
|
2298
|
+
const G1 = u.div`
|
|
2293
2299
|
padding: 20px;
|
|
2294
2300
|
display: flex;
|
|
2295
2301
|
flex-direction: column;
|
|
2296
2302
|
gap: 20px;
|
|
2297
2303
|
overflow: auto;
|
|
2298
|
-
`,
|
|
2304
|
+
`, j1 = u.div`
|
|
2299
2305
|
font-size: 24px;
|
|
2300
2306
|
line-height: 32px;
|
|
2301
2307
|
font-weight: 600;
|
|
@@ -2303,47 +2309,47 @@ const Qo = u.div`
|
|
|
2303
2309
|
padding-bottom: 4px;
|
|
2304
2310
|
|
|
2305
2311
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
2306
|
-
`,
|
|
2312
|
+
`, U1 = u.div`
|
|
2307
2313
|
font-size: 15px;
|
|
2308
2314
|
line-height: 22px;
|
|
2309
2315
|
|
|
2310
2316
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
2311
2317
|
`;
|
|
2312
|
-
function
|
|
2318
|
+
function _1(e) {
|
|
2313
2319
|
const { dataTopics: t } = e, { themeSettings: o } = b(), { t: r } = y();
|
|
2314
|
-
return /* @__PURE__ */ h(
|
|
2315
|
-
/* @__PURE__ */ n(
|
|
2316
|
-
/* @__PURE__ */ h(
|
|
2320
|
+
return /* @__PURE__ */ h(G1, { children: [
|
|
2321
|
+
/* @__PURE__ */ n(j1, { theme: o, children: r("ai.dataTopics") }),
|
|
2322
|
+
/* @__PURE__ */ h(U1, { theme: o, children: [
|
|
2317
2323
|
r("ai.chatbotDescription"),
|
|
2318
2324
|
/* @__PURE__ */ n("br", {}),
|
|
2319
2325
|
/* @__PURE__ */ n("br", {}),
|
|
2320
2326
|
r("ai.topicSelectPrompt")
|
|
2321
2327
|
] }),
|
|
2322
|
-
t.map((i) => /* @__PURE__ */
|
|
2328
|
+
t.map((i) => /* @__PURE__ */ zt(Q1, T(M({}, i), { key: i.title })))
|
|
2323
2329
|
] });
|
|
2324
2330
|
}
|
|
2325
|
-
const
|
|
2326
|
-
function
|
|
2331
|
+
const K1 = "#FFCB05", Y1 = "#000000", J1 = "#FFFFFF";
|
|
2332
|
+
function X1({ colorSchema: e }) {
|
|
2327
2333
|
return /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "28", height: "32", viewBox: "0 0 28 32", fill: "none", children: [
|
|
2328
2334
|
/* @__PURE__ */ n(
|
|
2329
2335
|
"path",
|
|
2330
2336
|
{
|
|
2331
2337
|
d: "M15.6151 8.47656H15.5936V15.0679H15.6151C16.9896 15.0679 18.3078 15.6128 19.2797 16.5827C20.2517 17.5526 20.7977 18.8681 20.7977 20.2398C20.7977 21.6115 20.2517 22.927 19.2797 23.8969C18.3078 24.8668 16.9896 25.4117 15.6151 25.4117H15.5936V32.0006H15.6151C17.1627 32.0006 18.6952 31.6964 20.1251 31.1054C21.5549 30.5144 22.8541 29.6481 23.9484 28.556C25.0428 27.4639 25.9109 26.1674 26.5031 24.7405C27.0954 23.3136 27.4002 21.7843 27.4002 20.2398C27.4002 18.6953 27.0954 17.166 26.5031 15.7391C25.9109 14.3122 25.0428 13.0157 23.9484 11.9236C22.8541 10.8315 21.5549 9.96523 20.1251 9.37419C18.6952 8.78315 17.1627 8.47895 15.6151 8.47895V8.47656Z",
|
|
2332
|
-
fill: e === "yellow-black" ?
|
|
2338
|
+
fill: e === "yellow-black" ? Y1 : J1
|
|
2333
2339
|
}
|
|
2334
2340
|
),
|
|
2335
2341
|
/* @__PURE__ */ n(
|
|
2336
2342
|
"path",
|
|
2337
2343
|
{
|
|
2338
2344
|
d: "M12.7349 23.5217H12.7564V16.9375H12.7349C11.3603 16.9375 10.0421 16.3926 9.07021 15.4227C8.09828 14.4528 7.55226 13.1373 7.55226 11.7656C7.55226 10.3939 8.09828 9.07845 9.07021 8.10853C10.0421 7.13861 11.3603 6.59371 12.7349 6.59371H12.7564V0H12.7349C9.60924 4.64793e-08 6.61164 1.23909 4.4015 3.44467C2.19135 5.65026 0.949707 8.64168 0.949707 11.7608C0.949707 14.88 2.19135 17.8714 4.4015 20.077C6.61164 22.2826 9.60924 23.5217 12.7349 23.5217Z",
|
|
2339
|
-
fill:
|
|
2345
|
+
fill: K1
|
|
2340
2346
|
}
|
|
2341
2347
|
)
|
|
2342
2348
|
] });
|
|
2343
2349
|
}
|
|
2344
|
-
const
|
|
2350
|
+
const en = u.div`
|
|
2345
2351
|
margin-left: 14px;
|
|
2346
|
-
`,
|
|
2352
|
+
`, tn = u.div`
|
|
2347
2353
|
display: flex;
|
|
2348
2354
|
flex-direction: column;
|
|
2349
2355
|
justify-content: top;
|
|
@@ -2352,83 +2358,83 @@ const Xo = u.div`
|
|
|
2352
2358
|
|
|
2353
2359
|
background-color: ${({ theme: e }) => e.aiChat.dataTopics.backgroundColor};
|
|
2354
2360
|
`;
|
|
2355
|
-
function
|
|
2356
|
-
const { enableHeader: o } =
|
|
2361
|
+
function on({ dataTopicsList: e, onDataTopicClick: t }) {
|
|
2362
|
+
const { enableHeader: o } = P(), { themeSettings: r } = b(), { t: i } = y(), s = N(() => e == null ? void 0 : e.map((c) => ({
|
|
2357
2363
|
title: c,
|
|
2358
2364
|
onClick: () => t(c)
|
|
2359
|
-
})), [e, t]), a =
|
|
2360
|
-
return /* @__PURE__ */ h(
|
|
2365
|
+
})), [e, t]), a = Gt(jt(r.aiChat.header.backgroundColor)) > 0.5;
|
|
2366
|
+
return /* @__PURE__ */ h(D, { children: [
|
|
2361
2367
|
o ? /* @__PURE__ */ n(
|
|
2362
2368
|
at,
|
|
2363
2369
|
{
|
|
2364
2370
|
title: i("ai.analyticsChatbot"),
|
|
2365
|
-
leftNav: /* @__PURE__ */ n(
|
|
2371
|
+
leftNav: /* @__PURE__ */ n(en, { children: /* @__PURE__ */ n(X1, { colorSchema: a ? "yellow-white" : "yellow-black" }) }),
|
|
2366
2372
|
rightNav: /* @__PURE__ */ n(lt, {}),
|
|
2367
2373
|
style: r.aiChat.header
|
|
2368
2374
|
}
|
|
2369
2375
|
) : null,
|
|
2370
|
-
/* @__PURE__ */ h(
|
|
2371
|
-
!s && /* @__PURE__ */ n(
|
|
2372
|
-
s && /* @__PURE__ */ n(
|
|
2376
|
+
/* @__PURE__ */ h(tn, { theme: r, children: [
|
|
2377
|
+
!s && /* @__PURE__ */ n(pe, {}),
|
|
2378
|
+
s && /* @__PURE__ */ n(_1, { dataTopics: s })
|
|
2373
2379
|
] })
|
|
2374
2380
|
] });
|
|
2375
2381
|
}
|
|
2376
|
-
function
|
|
2377
|
-
const [e, t] =
|
|
2378
|
-
|
|
2382
|
+
function nn() {
|
|
2383
|
+
const [e, t] = L([]), [o, r] = L(), [i, s] = L(), { data: a, fetchStatus: c } = tt(), { dataTopicsList: l } = P(), { t: d } = y();
|
|
2384
|
+
ne(() => {
|
|
2379
2385
|
if (a && c === "idle") {
|
|
2380
2386
|
let f = a;
|
|
2381
2387
|
l && l.length && (f = a == null ? void 0 : a.filter((m) => l == null ? void 0 : l.includes(m.title))), t(f.map((m) => m.title)), f.length ? f.length === 1 && (s(void 0), r(f[0].title)) : s(d("ai.errors.noAvailableDataTopics"));
|
|
2382
2388
|
}
|
|
2383
2389
|
}, [a, l, c, d]);
|
|
2384
|
-
const
|
|
2385
|
-
s(void 0),
|
|
2386
|
-
}, [
|
|
2390
|
+
const p = oe(), g = E(() => {
|
|
2391
|
+
s(void 0), p.invalidateQueries(["getDataTopics"]);
|
|
2392
|
+
}, [p]);
|
|
2387
2393
|
return i ? /* @__PURE__ */ n(
|
|
2388
2394
|
rt,
|
|
2389
2395
|
{
|
|
2390
2396
|
text: i,
|
|
2391
|
-
action: { text: d("ai.buttons.refresh"), onClick:
|
|
2397
|
+
action: { text: d("ai.buttons.refresh"), onClick: g }
|
|
2392
2398
|
}
|
|
2393
|
-
) : e.length === 1 && !o ? /* @__PURE__ */ n(
|
|
2394
|
-
|
|
2399
|
+
) : e.length === 1 && !o ? /* @__PURE__ */ n(pe, {}) : o ? /* @__PURE__ */ n(
|
|
2400
|
+
A1,
|
|
2395
2401
|
{
|
|
2396
2402
|
contextTitle: o,
|
|
2397
2403
|
onGoBack: e.length === 1 ? void 0 : () => r(void 0)
|
|
2398
2404
|
}
|
|
2399
2405
|
) : /* @__PURE__ */ n(
|
|
2400
|
-
|
|
2406
|
+
on,
|
|
2401
2407
|
{
|
|
2402
2408
|
dataTopicsList: e,
|
|
2403
2409
|
onDataTopicClick: (f) => r(f)
|
|
2404
2410
|
}
|
|
2405
2411
|
);
|
|
2406
2412
|
}
|
|
2407
|
-
const
|
|
2413
|
+
const vn = ze({
|
|
2408
2414
|
componentName: "Chatbot"
|
|
2409
2415
|
})((e) => {
|
|
2410
2416
|
const { width: t, height: o, config: r } = e, { themeSettings: i } = b();
|
|
2411
|
-
return /* @__PURE__ */ n(
|
|
2412
|
-
|
|
2417
|
+
return /* @__PURE__ */ n(ao, { value: r != null ? r : {}, children: /* @__PURE__ */ n(
|
|
2418
|
+
bo,
|
|
2413
2419
|
{
|
|
2414
2420
|
id: "csdk-chatbot-frame",
|
|
2415
2421
|
width: t,
|
|
2416
2422
|
height: o,
|
|
2417
2423
|
theme: i,
|
|
2418
2424
|
tabIndex: 0,
|
|
2419
|
-
children: /* @__PURE__ */ n(
|
|
2425
|
+
children: /* @__PURE__ */ n(nn, {})
|
|
2420
2426
|
}
|
|
2421
2427
|
) });
|
|
2422
|
-
}),
|
|
2428
|
+
}), wn = ze({
|
|
2423
2429
|
componentName: "GetNlgQueryResult"
|
|
2424
2430
|
})(function(t) {
|
|
2425
|
-
const { data: o, isLoading: r, isError: i } =
|
|
2431
|
+
const { data: o, isLoading: r, isError: i } = he(t), { t: s } = y();
|
|
2426
2432
|
if (i)
|
|
2427
|
-
return /* @__PURE__ */ n(
|
|
2433
|
+
return /* @__PURE__ */ n(D, { children: s("ai.errors.unexpected") });
|
|
2428
2434
|
const a = o != null ? o : "Oops, no data came back for that.";
|
|
2429
|
-
return /* @__PURE__ */ n(
|
|
2435
|
+
return /* @__PURE__ */ n($e, { text: r ? "Loading..." : a });
|
|
2430
2436
|
});
|
|
2431
|
-
function
|
|
2437
|
+
function rn({ theme: e }) {
|
|
2432
2438
|
const t = e.general.brandColor;
|
|
2433
2439
|
return /* @__PURE__ */ h(
|
|
2434
2440
|
"svg",
|
|
@@ -2470,55 +2476,62 @@ function nn({ theme: e }) {
|
|
|
2470
2476
|
}
|
|
2471
2477
|
);
|
|
2472
2478
|
}
|
|
2473
|
-
const
|
|
2479
|
+
const sn = u.div`
|
|
2474
2480
|
display: flex;
|
|
2475
2481
|
flex-direction: row;
|
|
2476
2482
|
align-items: center;
|
|
2477
2483
|
gap: 10px;
|
|
2478
2484
|
margin: 24px 0;
|
|
2479
|
-
|
|
2485
|
+
max-width: 640px;
|
|
2486
|
+
`, an = u.div`
|
|
2480
2487
|
align-self: flex-start;
|
|
2481
|
-
`,
|
|
2482
|
-
const { themeSettings:
|
|
2483
|
-
if (s)
|
|
2484
|
-
return /* @__PURE__ */ n(E, { children: o("ai.errors.unexpected") });
|
|
2485
|
-
if (i)
|
|
2486
|
-
return /* @__PURE__ */ n(Me, {});
|
|
2487
|
-
const a = r != null ? r : o("ai.errors.insightsNotAvailable");
|
|
2488
|
+
`, ln = ({ summary: e, nlgRequest: t }) => {
|
|
2489
|
+
const { themeSettings: o } = b();
|
|
2488
2490
|
return /* @__PURE__ */ n(
|
|
2489
2491
|
ve,
|
|
2490
2492
|
{
|
|
2491
|
-
sourceId:
|
|
2492
|
-
data:
|
|
2493
|
+
sourceId: t.jaql.datasource.title,
|
|
2494
|
+
data: t,
|
|
2493
2495
|
type: "chart/insights",
|
|
2494
2496
|
buttonVisibility: "always",
|
|
2495
|
-
renderContent: (
|
|
2496
|
-
/* @__PURE__ */ n(
|
|
2497
|
-
/* @__PURE__ */ n(
|
|
2498
|
-
|
|
2497
|
+
renderContent: (r) => /* @__PURE__ */ h(sn, { theme: o, children: [
|
|
2498
|
+
/* @__PURE__ */ n(an, { theme: o, children: /* @__PURE__ */ n(rn, { theme: o }) }),
|
|
2499
|
+
/* @__PURE__ */ n($e, { text: e }),
|
|
2500
|
+
r
|
|
2499
2501
|
] })
|
|
2500
2502
|
}
|
|
2501
2503
|
);
|
|
2502
|
-
},
|
|
2503
|
-
const
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2504
|
+
}, kn = ({ nlqResponse: e, onDataReady: t, filters: o = [] }) => {
|
|
2505
|
+
const { t: r } = y(), { connectToWidgetProps: i } = Pt({ initialFilters: o }), [s, a] = L(null);
|
|
2506
|
+
ne(() => {
|
|
2507
|
+
const g = Ge(e, {
|
|
2508
|
+
useCustomizedStyleOptions: !0
|
|
2509
|
+
});
|
|
2510
|
+
a(g ? i(g) : null);
|
|
2511
|
+
}, [e, i]);
|
|
2512
|
+
const { data: c, isLoading: l, isError: d } = he(e);
|
|
2513
|
+
if (l || !s)
|
|
2514
|
+
return /* @__PURE__ */ n(Me, {});
|
|
2515
|
+
if (!Qe(s))
|
|
2516
|
+
return /* @__PURE__ */ n(D, {});
|
|
2517
|
+
const p = c != null ? c : r("ai.errors.insightsNotAvailable");
|
|
2518
|
+
return /* @__PURE__ */ n(
|
|
2519
|
+
te,
|
|
2520
|
+
T(M({}, s), {
|
|
2521
|
+
onDataReady: t,
|
|
2522
|
+
topSlot: d ? r("ai.errors.unexpected") : /* @__PURE__ */ n(ln, { nlgRequest: e, summary: p })
|
|
2510
2523
|
})
|
|
2511
|
-
)
|
|
2524
|
+
);
|
|
2512
2525
|
};
|
|
2513
2526
|
export {
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2527
|
+
fn as AiContextProvider,
|
|
2528
|
+
vn as Chatbot,
|
|
2529
|
+
wn as GetNlgQueryResult,
|
|
2530
|
+
kn as NlqChartWidget,
|
|
2531
|
+
po as useChatSession,
|
|
2532
|
+
yn as useGetDataSourceFields,
|
|
2533
|
+
mn as useGetNlgQueryResult,
|
|
2534
|
+
bn as useGetQueryRecommendations,
|
|
2535
|
+
xn as useLastNlqResponse
|
|
2523
2536
|
};
|
|
2524
|
-
(function(){"use strict";try{if(typeof document!="undefined"){var e=document.createElement("style");e.appendChild(document.createTextNode('@charset "UTF-8";.csdk-treemap-tooltip-wrapper{min-width:210px;color:#acacac;font-size:14px;line-height:16px;background:#fff;border-radius:10px;overflow:hidden;margin-right:-1px;padding-bottom:10px}.csdk-treemap-tooltip-level{display:flex;align-items:center;position:relative;padding:8px;font-size:14px;border-bottom:1px solid #ccc}.csdk-treemap-tooltip-level span{padding:0 2px}.csdk-treemap-tooltip-value{padding:10px 10px 0;font-size:12px;line-height:16px}.highcharts-sunburst-series.highcharts-legend-item{pointer-events:none!important}.csdk-boxplot-tooltip-row{display:flex;justify-content:space-between}.csdk-boxplot-tooltip-row>*{margin-right:10px}.csdk-boxplot-tooltip-row>*:last-child{margin-right:0}[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.csdk-absolute{position:absolute}.csdk-relative{position:relative}.csdk-left-2{left:.5rem}.csdk-right-0{right:0}.csdk-right-\\[-15px\\]{right:-15px}.csdk-right-\\[-5px\\]{right:-5px}.csdk-right-\\[0px\\]{right:0}.csdk-right-\\[4px\\]{right:4px}.csdk-top-1\\/2{top:50%}.csdk-top-\\[3px\\]{top:3px}.csdk-top-\\[7px\\]{top:7px}.csdk-z-\\[401\\]{z-index:401}.csdk-m-3{margin:.75rem}.csdk-m-auto{margin:auto}.csdk-m-checkbox,.csdk-m-radio{margin:6px 10px 6px 6px}.csdk-mx-auto{margin-left:auto;margin-right:auto}.csdk-my-1{margin-top:.25rem;margin-bottom:.25rem}.csdk-my-2{margin-top:.5rem;margin-bottom:.5rem}.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-\\[3px\\]{margin-bottom:3px}.csdk-mb-\\[4px\\]{margin-bottom:4px}.csdk-mb-px{margin-bottom:1px}.csdk-ml-1{margin-left:.25rem}.csdk-ml-1\\.5{margin-left:.375rem}.csdk-ml-2{margin-left:.5rem}.csdk-ml-\\[10px\\]{margin-left:10px}.csdk-ml-\\[4px\\]{margin-left:4px}.csdk-ml-\\[5px\\]{margin-left:5px}.csdk-ml-\\[6px\\]{margin-left:6px}.csdk-ml-\\[7px\\]{margin-left:7px}.csdk-ml-auto{margin-left:auto}.csdk-mr-2{margin-right:.5rem}.csdk-mr-\\[5px\\]{margin-right:5px}.csdk-mr-\\[7px\\]{margin-right:7px}.csdk-mt-2{margin-top:.5rem}.csdk-mt-3{margin-top:.75rem}.csdk-mt-\\[-2px\\]{margin-top:-2px}.csdk-mt-\\[2px\\]{margin-top:2px}.csdk-mt-\\[6px\\]{margin-top:6px}.csdk-box-border{box-sizing:border-box}.csdk-line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.csdk-flex{display:flex}.csdk-grid{display:grid}.csdk-h-5{height:1.25rem}.csdk-h-6{height:1.5rem}.csdk-h-\\[100\\%\\]{height:100%}.csdk-h-\\[10px\\]{height:10px}.csdk-h-\\[18px\\]{height:18px}.csdk-h-\\[20px\\]{height:20px}.csdk-h-\\[245px\\]{height:245px}.csdk-h-button{height:28px}.csdk-h-checkbox{height:12px}.csdk-h-full{height:100%}.csdk-h-radio{height:12px}.csdk-h-screen{height:100vh}.csdk-max-h-32{max-height:8rem}.csdk-max-h-\\[150px\\]{max-height:150px}.csdk-min-h-\\[20px\\]{min-height:20px}.csdk-min-h-\\[32px\\]{min-height:32px}.csdk-w-5{width:1.25rem}.csdk-w-\\[100\\%\\]{width:100%}.csdk-w-\\[10px\\]{width:10px}.csdk-w-\\[152px\\]{width:152px}.csdk-w-\\[18px\\]{width:18px}.csdk-w-\\[240px\\]{width:240px}.csdk-w-\\[28px\\]{width:28px}.csdk-w-\\[300px\\]{width:300px}.csdk-w-\\[60px\\]{width:60px}.csdk-w-checkbox{width:12px}.csdk-w-fit{width:-moz-fit-content;width:fit-content}.csdk-w-full{width:100%}.csdk-w-radio{width:12px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-xs{max-width:20rem}.csdk-grow{flex-grow:1}.-csdk-translate-y-1\\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-translate-x-1\\/2{--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-csdk-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-scale-x-\\[-1\\]{--tw-scale-x: -1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes csdk-spin{to{transform:rotate(360deg)}}.csdk-animate-spin{animation:csdk-spin 1s linear infinite}.csdk-cursor-pointer{cursor:pointer}.csdk-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.csdk-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.csdk-flex-row{flex-direction:row}.csdk-flex-col{flex-direction:column}.csdk-flex-wrap{flex-wrap:wrap}.csdk-items-center{align-items:center}.csdk-justify-end{justify-content:flex-end}.csdk-justify-center{justify-content:center}.csdk-justify-between{justify-content:space-between}.csdk-justify-evenly{justify-content:space-evenly}.csdk-gap-1{gap:.25rem}.csdk-gap-2{gap:.5rem}.csdk-gap-\\[5px\\]{gap:5px}.csdk-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.csdk-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.csdk-gap-y-0{row-gap:0px}.csdk-gap-y-0\\.5{row-gap:.125rem}.csdk-gap-y-4{row-gap:1rem}.csdk-self-center{align-self:center}.csdk-overflow-auto{overflow:auto}.csdk-overflow-hidden{overflow:hidden}.\\!csdk-overflow-visible{overflow:visible!important}.csdk-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.csdk-rounded{border-radius:.25rem}.csdk-rounded-\\[4px\\]{border-radius:4px}.csdk-rounded-full{border-radius:9999px}.csdk-rounded-md{border-radius:.375rem}.csdk-border{border-width:1px}.csdk-border-0{border-width:0px}.csdk-border-input{border-width:1px}.csdk-border-b{border-bottom-width:1px}.csdk-border-l{border-left-width:1px}.csdk-border-l-\\[70px\\]{border-left-width:70px}.csdk-border-r-\\[70px\\]{border-right-width:70px}.csdk-border-t{border-top-width:1px}.csdk-border-t-\\[13px\\]{border-top-width:13px}.csdk-border-solid{border-style:solid}.csdk-border-none{border-style:none}.csdk-border-UI-default{--tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--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-\\[\\#f4f4f8\\]{--tw-bg-opacity: 1;background-color:rgb(244 244 248 / var(--tw-bg-opacity))}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--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-1{padding-left:.25rem;padding-right:.25rem}.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-\\[40px\\]{padding-left:40px;padding-right:40px}.csdk-px-\\[8px\\]{padding-left:8px;padding-right:8px}.csdk-py-\\[14\\.5px\\]{padding-top:14.5px;padding-bottom:14.5px}.csdk-py-\\[30px\\]{padding-top:30px;padding-bottom:30px}.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-pr-10{padding-right:2.5rem}.csdk-pt-48{padding-top:12rem}.csdk-text-left{text-align:left}.csdk-text-center{text-align:center}.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-\\[26px\\]{line-height:26px}.csdk-leading-none{line-height:1}.csdk-text-UI-default{--tw-text-opacity: 1;color:rgb(110 115 125 / var(--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{--tw-text-opacity: 1;color:rgb(30 175 243 / var(--tw-text-opacity))}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-opacity-80{opacity:.8}.csdk-shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.csdk-shadow-gray-500{--tw-shadow-color: #6b7280;--tw-shadow: var(--tw-shadow-colored)}.csdk-outline-0{outline-width:0px}.csdk-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-delay-150{transition-delay:.15s}.csdk-duration-500{transition-duration:.5s}.invalid\\:csdk-border-input:invalid{border-width:1px}.invalid\\:csdk-border-solid:invalid{border-style:solid}.invalid\\:csdk-border-semantic-error:invalid{border-color:#e74727}.hover\\:csdk-border-2:hover{border-width:2px}.hover\\:csdk-bg-interaction-primaryHovered:hover{background-color:#f2b900}.hover\\:csdk-bg-row-hover:hover{background-color:#e0e0e04d}.focus\\:csdk-border-input:focus{border-width:1px}.focus\\:csdk-border-solid:focus{border-style:solid}.focus\\:csdk-border-UI-default:focus{--tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--tw-border-opacity))}.disabled\\:csdk-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:csdk-opacity-30:disabled{opacity:.3}._container_1wquj_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px;text-align:center;margin:15px}._container_1wquj_1 ._card_1wquj_11{position:relative;padding:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;z-index:1;width:100%}._container_1wquj_1 ._text_1wquj_19{font-size:13px;text-align:center;font-weight:700;word-wrap:break-word}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}.csdk-scattermap-tooltip-row{display:flex;justify-content:space-between}._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}._wrapper_g0ngm_1{width:100%;height:100%;position:relative}._title_g0ngm_7{font-size:18px;color:#9ea2ab;letter-spacing:normal;text-align:center;position:absolute;width:100%;top:11%}._image_g0ngm_18{width:66.6%;height:100%;margin:0 auto;display:block}.fixedDataTableCellGroupLayout_cellGroup{backface-visibility:hidden;left:0;overflow:hidden;position:absolute;top:0;white-space:nowrap}.fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup{right:0;left:auto}.fixedDataTableCellGroupLayout_cellGroup>.public_fixedDataTableCell_main{display:inline-block;vertical-align:top;white-space:normal}.fixedDataTableCellGroupLayout_cellGroupWrapper{position:absolute;top:0}.fixedDataTableCellLayout_main{border-right-style:solid;border-right-width:1px;border-width:0 1px 0 0;box-sizing:border-box;display:block;overflow:hidden;position:absolute;white-space:normal}.fixedDataTable_isRTL .fixedDataTableCellLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableCellLayout_lastChild{border-width:0 1px 1px 0}.fixedDataTableCellLayout_alignRight{text-align:right}.fixedDataTableCellLayout_alignCenter{text-align:center}.fixedDataTableCellLayout_wrap{display:table-cell;vertical-align:middle;box-sizing:border-box}.fixedDataTableCellLayout_wrap1{display:table}.fixedDataTableCellLayout_wrap2{display:table-row}.fixedDataTableCellLayout_wrap3{display:table-cell;vertical-align:middle}.fixedDataTableCellLayout_columnResizerContainer{position:absolute;right:0;width:6px;z-index:1}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerContainer{left:0;right:auto}.fixedDataTableCellLayout_columnResizerContainer:hover{cursor:ew-resize}.fixedDataTableCellLayout_columnResizerContainer:hover .fixedDataTableCellLayout_columnResizerKnob{visibility:visible}.fixedDataTableCellLayout_columnResizerKnob{position:absolute;right:0;visibility:hidden;width:4px}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerKnob{left:0;right:auto}.fixedDataTableColumnResizerLineLayout_mouseArea{cursor:ew-resize;position:absolute;right:-5px;width:12px}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_mouseArea{right:auto;left:-5px}.fixedDataTableColumnResizerLineLayout_main{border-right-style:solid;border-right-width:1px;box-sizing:border-box;position:absolute;z-index:10;pointer-events:none}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableColumnResizerLineLayout_hiddenElem{display:none!important}.fixedDataTableLayout_main{border-style:solid;border-width:1px;box-sizing:border-box;overflow:hidden;position:relative}.fixedDataTableLayout_header,.fixedDataTableLayout_hasBottomBorder{border-bottom-style:solid;border-bottom-width:1px}.fixedDataTableLayout_footer .public_fixedDataTableCell_main{border-top-style:solid;border-top-width:1px}.fixedDataTableLayout_topShadow,.fixedDataTableLayout_bottomShadow{height:4px;left:0;position:absolute;right:0;z-index:1}.fixedDataTableLayout_bottomShadow{margin-top:-4px}.fixedDataTableLayout_rowsContainer{overflow:hidden;position:relative}.fixedDataTableRowLayout_main{box-sizing:border-box;overflow:hidden;position:absolute;top:0}.fixedDataTableRowLayout_body{left:0;right:0;position:absolute;top:0}.fixedDataTableRowLayout_rowExpanded{box-sizing:border-box;left:0;position:absolute}.fixedDataTableRowLayout_fixedColumnsDivider{backface-visibility:hidden;border-left-style:solid;border-left-width:1px;left:0;position:absolute;top:0;width:0}.fixedDataTable_isRTL .fixedDataTableRowLayout_fixedColumnsDivider{border-left-width:0;border-right-style:solid;border-right-width:1px}.fixedDataTableRowLayout_columnsShadow{position:absolute;width:4px}.fixedDataTableRowLayout_columnsRightShadow{right:1px}.fixedDataTable_isRTL .fixedDataTableRowLayout_columnsRightShadow{left:1px;right:auto}.fixedDataTableRowLayout_rowWrapper{position:absolute;top:0}.ScrollbarLayout_main{box-sizing:border-box;outline:none;overflow:hidden;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ScrollbarLayout_mainVertical{bottom:0;right:0;top:0;width:15px}.ScrollbarLayout_mainHorizontal{height:15px;left:0;transition-property:background-color height}.ScrollbarLayout_mainHorizontal.public_Scrollbar_mainActive,.ScrollbarLayout_mainHorizontal:hover{height:17px}.ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;transition-duration:.25s;transition-timing-function:ease;transition-property:width}.ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition:background-color .25s ease}.ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}.ScrollbarLayout_faceHorizontal:after{bottom:4px;left:0;top:4px;width:100%}.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal,.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal:after{right:0;left:auto}.ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,.ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after{bottom:2px}.ScrollbarLayout_faceVertical{left:0;right:0;top:0}.ScrollbarLayout_faceVertical:after{height:100%;left:4px;right:4px;top:0}.ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,.ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{left:2px;right:2px}.public_fixedDataTable_main,.public_fixedDataTable_header,.public_fixedDataTable_hasBottomBorder{border-color:#d3d3d3}.public_fixedDataTable_header .public_fixedDataTableCell_main{font-weight:700}.public_fixedDataTable_header,.public_fixedDataTable_scrollbarSpacer,.public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef)}.public_fixedDataTable_scrollbarSpacer{position:absolute;z-index:99;top:0}.public_fixedDataTable_footer .public_fixedDataTableCell_main{background-color:#f6f7f8;border-color:#d3d3d3}.public_fixedDataTable_topShadow{background-image:linear-gradient(180deg,#0000001a,#0000)}.public_fixedDataTable_bottomShadow{background-image:linear-gradient(0deg,#0000001a,#0000)}.public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal{background-color:#fff}.public_fixedDataTableCell_main{background-color:#fff;border-color:#d3d3d3}.public_fixedDataTableCell_highlighted{background-color:#f4f4f4}.public_fixedDataTableCell_cellContent{padding:8px}.public_fixedDataTableCell_columnResizerKnob{background-color:#0284ff}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:12px}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-left:20px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:auto;margin-right:12px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-right:20px}.fixedDataTableCellLayout_columnReorderContainer{border-color:#0284ff;background-color:#0000001a;width:12px;margin-right:-12px;float:left;cursor:move}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer{margin-right:auto;margin-left:-12px;float:right}.fixedDataTableCellLayout_columnReorderContainer:after{content:"::";position:absolute;top:50%;left:1px;transform:translateY(-50%)}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after{left:auto;right:1px}.public_fixedDataTableColumnResizerLine_main{border-color:#0284ff}.public_fixedDataTableRow_main{background-color:#fff}.public_fixedDataTableRow_highlighted,.public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main{background-color:#f6f7f8}.public_fixedDataTableRow_fixedColumnsDivider{border-color:#d3d3d3}.public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(90deg,#0000001a,#0000)}.fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(270deg,#0000001a,#0000)}.public_fixedDataTableRow_columnsRightShadow{transform:rotate(180deg)}.public_Scrollbar_main.public_Scrollbar_mainActive,.public_Scrollbar_main{background-color:#fff;border-left:1px solid #d3d3d3}.fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,.fixedDataTable_isRTL .public_Scrollbar_main{border-right:1px solid #d3d3d3;border-left-width:0}.public_Scrollbar_mainOpaque,.public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,.public_Scrollbar_mainOpaque:hover{background-color:#fff}.public_Scrollbar_face:after{background-color:#c2c2c2}.public_Scrollbar_main:hover .public_Scrollbar_face:after,.public_Scrollbar_mainActive .public_Scrollbar_face:after,.public_Scrollbar_faceActive:after{background-color:#7d7d7d}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer,._tableWrapper_1ode4_16 .public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:transparent;background-image:none;border-bottom:1px solid #edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{margin-left:3px}._tableWrapper_1ode4_16 .public_fixedDataTable_main,._tableWrapper_1ode4_16 .fixedDataTableLayout_main{border:none}._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted,._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main,._tableWrapper_1ode4_16 .public_fixedDataTableRow_main{background-color:transparent}._tableWrapper_1ode4_16 .public_fixedDataTableCell_main{background-color:transparent;border-color:#edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_hasBottomBorder,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{border-bottom:none}._tableWrapper_1ode4_16 .public_fixedDataTable_header .fixedDataTableCellGroupLayout_cellGroup{border-top:1px solid #edeef1;border-bottom:1px solid #edeef1;box-sizing:border-box}._tableWrapper_1ode4_16 .public_Scrollbar_main{border-left:none;background-color:transparent}._tableWrapper_1ode4_16 .fixedDataTableRowLayout_rowWrapper{border-left:1px solid #edeef1}._tableWrapper_1ode4_16 .public_Scrollbar_main.public_Scrollbar_mainOpaque{left:-1px}._tableWrapper_1ode4_16 .public_fixedDataTableCell_cellContent{padding:0 24px 0 12px}._tableWrapper_1ode4_16{height:100%;width:100%;box-sizing:border-box;-webkit-user-select:text;-moz-user-select:text;user-select:text}._table_1ode4_16{background:transparent;font-size:13px;border:none}._tableHeader_1ode4_78{color:#5c6372;background-color:transparent;margin:0;border:none;width:100%;overflow:hidden;box-sizing:border-box}._tableCell_1ode4_88{color:#5c6372;background-color:transparent;border:none;border-right:1px solid #edeef1;border-bottom:1px solid #edeef1;overflow:hidden;width:100%;box-sizing:border-box}._tableCellContent_1ode4_99{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._headerColor_1ode4_105,._rowColor_1ode4_109{background-color:#f9f9fb}._headerCell_2qf2w_16{display:flex;justify-content:left;align-items:center;margin-left:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;width:100%;cursor:pointer}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;overflow:hidden}._icon_2qf2w_43{margin-right:10px;width:20px;box-sizing:border-box;display:inline-block}._numberIcon_2qf2w_50{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_2qf2w_54{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_2qf2w_58{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_2qf2w_62{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._sortIcon_2qf2w_66{position:absolute;right:0;width:24px;height:24px;background-repeat:no-repeat}._sortAscending_2qf2w_74._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyA3aDcuNjY3YS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTUuNzUgM2gtNS43NWEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjVoNS43NWEuNDkuNDkgMCAwMS40NzguNS40OS40OSAwIDAxLS40NzkuNXptLTUuNzUgM2gzLjgzM2EuNDkuNDkgMCAwMC40OC0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxM2EuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTAgM0g2LjIzYS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTEwLjU0MiAwYS40OS40OSAwIDAxLS40OC0uNXYtNC43OTNsLTIuMDU3IDIuMTQ3YS40NjUuNDY1IDAgMDEtLjY3OCAwIC41MTUuNTE1IDAgMDEwLS43MDhsMi44NjYtMi45OWEuNDY4LjQ2OCAwIDAxLjY5NiAwbDIuODY2IDIuOTlhLjUxNi41MTYgMCAwMTAgLjcwOC40NjUuNDY1IDAgMDEtLjY3OCAwbC0yLjA1Ni0yLjE0NlYxNS41YS40OS40OSAwIDAxLS40OC41eiIgZmlsbD0iIzVDNjM3MiIvPjwvc3ZnPgo=)}._sortAscending_2qf2w_74._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._sortAscending_2qf2w_74._caret_2qf2w_33:hover{transform:rotate(0)}._sortDescending_2qf2w_78._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._caret_2qf2w_33:hover{transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;flex-grow:1}._headerLabel_2qf2w_38,._headerLabel_2qf2w_38 *{overflow:hidden;text-overflow:ellipsis}._icon_t30x8_1{width:24px;height:24px;margin-right:5px;box-sizing:border-box;display:inline-block;background-repeat:no-repeat;flex-grow:0}._numberIcon_t30x8_11{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_t30x8_15{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_t30x8_19{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_t30x8_23{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._component_1rw9b_1{flex-grow:1;font-family:Open Sans}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content{position:relative;padding-left:13px}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content:before{top:2px;left:0;position:absolute;content:"";display:block;height:14px;width:1px;background:#c3c3c3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}')),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
|
|
2537
|
+
(function(){"use strict";try{if(typeof document!="undefined"){var e=document.createElement("style");e.appendChild(document.createTextNode('@charset "UTF-8";.csdk-treemap-tooltip-wrapper{min-width:210px;color:#acacac;font-size:14px;line-height:16px;background:#fff;border-radius:10px;overflow:hidden;margin-right:-1px;padding-bottom:10px}.csdk-treemap-tooltip-level{display:flex;align-items:center;position:relative;padding:8px;font-size:14px;border-bottom:1px solid #ccc}.csdk-treemap-tooltip-level span{padding:0 2px}.csdk-treemap-tooltip-value{padding:10px 10px 0;font-size:12px;line-height:16px}.highcharts-sunburst-series.highcharts-legend-item{pointer-events:none!important}.csdk-boxplot-tooltip-row{display:flex;justify-content:space-between}.csdk-boxplot-tooltip-row>*{margin-right:10px}.csdk-boxplot-tooltip-row>*:last-child{margin-right:0}[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.csdk-absolute{position:absolute}.csdk-relative{position:relative}.csdk-left-2{left:.5rem}.csdk-right-0{right:0}.csdk-right-\\[-15px\\]{right:-15px}.csdk-right-\\[-5px\\]{right:-5px}.csdk-right-\\[0px\\]{right:0}.csdk-right-\\[4px\\]{right:4px}.csdk-top-1\\/2{top:50%}.csdk-top-\\[3px\\]{top:3px}.csdk-top-\\[7px\\]{top:7px}.csdk-z-\\[401\\]{z-index:401}.csdk-m-3{margin:.75rem}.csdk-m-auto{margin:auto}.csdk-m-checkbox,.csdk-m-radio{margin:6px 10px 6px 6px}.csdk-mx-auto{margin-left:auto;margin-right:auto}.csdk-my-1{margin-top:.25rem;margin-bottom:.25rem}.csdk-my-2{margin-top:.5rem;margin-bottom:.5rem}.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-\\[3px\\]{margin-bottom:3px}.csdk-mb-\\[4px\\]{margin-bottom:4px}.csdk-mb-px{margin-bottom:1px}.csdk-ml-1{margin-left:.25rem}.csdk-ml-1\\.5{margin-left:.375rem}.csdk-ml-2{margin-left:.5rem}.csdk-ml-\\[10px\\]{margin-left:10px}.csdk-ml-\\[4px\\]{margin-left:4px}.csdk-ml-\\[5px\\]{margin-left:5px}.csdk-ml-\\[6px\\]{margin-left:6px}.csdk-ml-\\[7px\\]{margin-left:7px}.csdk-ml-auto{margin-left:auto}.csdk-mr-2{margin-right:.5rem}.csdk-mr-\\[5px\\]{margin-right:5px}.csdk-mr-\\[7px\\]{margin-right:7px}.csdk-mt-2{margin-top:.5rem}.csdk-mt-3{margin-top:.75rem}.csdk-mt-\\[-2px\\]{margin-top:-2px}.csdk-mt-\\[2px\\]{margin-top:2px}.csdk-mt-\\[6px\\]{margin-top:6px}.csdk-box-border{box-sizing:border-box}.csdk-line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.csdk-flex{display:flex}.csdk-grid{display:grid}.csdk-h-5{height:1.25rem}.csdk-h-6{height:1.5rem}.csdk-h-\\[100\\%\\]{height:100%}.csdk-h-\\[10px\\]{height:10px}.csdk-h-\\[18px\\]{height:18px}.csdk-h-\\[20px\\]{height:20px}.csdk-h-\\[245px\\]{height:245px}.csdk-h-button{height:28px}.csdk-h-checkbox{height:12px}.csdk-h-full{height:100%}.csdk-h-radio{height:12px}.csdk-h-screen{height:100vh}.csdk-max-h-32{max-height:8rem}.csdk-max-h-\\[150px\\]{max-height:150px}.csdk-min-h-\\[20px\\]{min-height:20px}.csdk-min-h-\\[32px\\]{min-height:32px}.csdk-w-5{width:1.25rem}.csdk-w-\\[100\\%\\]{width:100%}.csdk-w-\\[10px\\]{width:10px}.csdk-w-\\[152px\\]{width:152px}.csdk-w-\\[18px\\]{width:18px}.csdk-w-\\[240px\\]{width:240px}.csdk-w-\\[28px\\]{width:28px}.csdk-w-\\[300px\\]{width:300px}.csdk-w-\\[60px\\]{width:60px}.csdk-w-checkbox{width:12px}.csdk-w-fit{width:-moz-fit-content;width:fit-content}.csdk-w-full{width:100%}.csdk-w-radio{width:12px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-xs{max-width:20rem}.csdk-shrink-0{flex-shrink:0}.csdk-grow{flex-grow:1}.csdk-grow-0{flex-grow:0}.-csdk-translate-y-1\\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-translate-x-1\\/2{--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-csdk-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-scale-x-\\[-1\\]{--tw-scale-x: -1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes csdk-spin{to{transform:rotate(360deg)}}.csdk-animate-spin{animation:csdk-spin 1s linear infinite}.csdk-cursor-pointer{cursor:pointer}.csdk-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.csdk-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.csdk-flex-row{flex-direction:row}.csdk-flex-col{flex-direction:column}.csdk-flex-wrap{flex-wrap:wrap}.csdk-items-center{align-items:center}.csdk-justify-end{justify-content:flex-end}.csdk-justify-center{justify-content:center}.csdk-justify-between{justify-content:space-between}.csdk-justify-evenly{justify-content:space-evenly}.csdk-gap-1{gap:.25rem}.csdk-gap-2{gap:.5rem}.csdk-gap-\\[5px\\]{gap:5px}.csdk-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.csdk-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.csdk-gap-y-0{row-gap:0px}.csdk-gap-y-0\\.5{row-gap:.125rem}.csdk-gap-y-4{row-gap:1rem}.csdk-self-center{align-self:center}.csdk-overflow-auto{overflow:auto}.csdk-overflow-hidden{overflow:hidden}.\\!csdk-overflow-visible{overflow:visible!important}.csdk-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.csdk-rounded{border-radius:.25rem}.csdk-rounded-\\[4px\\]{border-radius:4px}.csdk-rounded-full{border-radius:9999px}.csdk-rounded-md{border-radius:.375rem}.csdk-border{border-width:1px}.csdk-border-0{border-width:0px}.csdk-border-input{border-width:1px}.csdk-border-b{border-bottom-width:1px}.csdk-border-l{border-left-width:1px}.csdk-border-l-\\[70px\\]{border-left-width:70px}.csdk-border-r-\\[70px\\]{border-right-width:70px}.csdk-border-t{border-top-width:1px}.csdk-border-t-\\[13px\\]{border-top-width:13px}.csdk-border-solid{border-style:solid}.csdk-border-none{border-style:none}.csdk-border-UI-default{--tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--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-\\[\\#f4f4f8\\]{--tw-bg-opacity: 1;background-color:rgb(244 244 248 / var(--tw-bg-opacity))}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--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-1{padding-left:.25rem;padding-right:.25rem}.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-\\[40px\\]{padding-left:40px;padding-right:40px}.csdk-px-\\[8px\\]{padding-left:8px;padding-right:8px}.csdk-py-\\[14\\.5px\\]{padding-top:14.5px;padding-bottom:14.5px}.csdk-py-\\[30px\\]{padding-top:30px;padding-bottom:30px}.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-pr-10{padding-right:2.5rem}.csdk-pt-48{padding-top:12rem}.csdk-text-left{text-align:left}.csdk-text-center{text-align:center}.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-\\[26px\\]{line-height:26px}.csdk-leading-none{line-height:1}.csdk-text-UI-default{--tw-text-opacity: 1;color:rgb(110 115 125 / var(--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{--tw-text-opacity: 1;color:rgb(30 175 243 / var(--tw-text-opacity))}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-opacity-80{opacity:.8}.csdk-shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.csdk-shadow-gray-500{--tw-shadow-color: #6b7280;--tw-shadow: var(--tw-shadow-colored)}.csdk-outline-0{outline-width:0px}.csdk-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-delay-150{transition-delay:.15s}.csdk-duration-500{transition-duration:.5s}.invalid\\:csdk-border-input:invalid{border-width:1px}.invalid\\:csdk-border-solid:invalid{border-style:solid}.invalid\\:csdk-border-semantic-error:invalid{border-color:#e74727}.hover\\:csdk-border-2:hover{border-width:2px}.hover\\:csdk-bg-interaction-primaryHovered:hover{background-color:#f2b900}.hover\\:csdk-bg-row-hover:hover{background-color:#e0e0e04d}.focus\\:csdk-border-input:focus{border-width:1px}.focus\\:csdk-border-solid:focus{border-style:solid}.focus\\:csdk-border-UI-default:focus{--tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--tw-border-opacity))}.disabled\\:csdk-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:csdk-opacity-30:disabled{opacity:.3}._container_1wquj_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px;text-align:center;margin:15px}._container_1wquj_1 ._card_1wquj_11{position:relative;padding:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;z-index:1;width:100%}._container_1wquj_1 ._text_1wquj_19{font-size:13px;text-align:center;font-weight:700;word-wrap:break-word}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}.csdk-scattermap-tooltip-row{display:flex;justify-content:space-between}._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}._wrapper_g0ngm_1{width:100%;height:100%;position:relative}._title_g0ngm_7{font-size:18px;color:#9ea2ab;letter-spacing:normal;text-align:center;position:absolute;width:100%;top:11%}._image_g0ngm_18{width:66.6%;height:100%;margin:0 auto;display:block}.fixedDataTableCellGroupLayout_cellGroup{backface-visibility:hidden;left:0;overflow:hidden;position:absolute;top:0;white-space:nowrap}.fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup{right:0;left:auto}.fixedDataTableCellGroupLayout_cellGroup>.public_fixedDataTableCell_main{display:inline-block;vertical-align:top;white-space:normal}.fixedDataTableCellGroupLayout_cellGroupWrapper{position:absolute;top:0}.fixedDataTableCellLayout_main{border-right-style:solid;border-right-width:1px;border-width:0 1px 0 0;box-sizing:border-box;display:block;overflow:hidden;position:absolute;white-space:normal}.fixedDataTable_isRTL .fixedDataTableCellLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableCellLayout_lastChild{border-width:0 1px 1px 0}.fixedDataTableCellLayout_alignRight{text-align:right}.fixedDataTableCellLayout_alignCenter{text-align:center}.fixedDataTableCellLayout_wrap{display:table-cell;vertical-align:middle;box-sizing:border-box}.fixedDataTableCellLayout_wrap1{display:table}.fixedDataTableCellLayout_wrap2{display:table-row}.fixedDataTableCellLayout_wrap3{display:table-cell;vertical-align:middle}.fixedDataTableCellLayout_columnResizerContainer{position:absolute;right:0;width:6px;z-index:1}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerContainer{left:0;right:auto}.fixedDataTableCellLayout_columnResizerContainer:hover{cursor:ew-resize}.fixedDataTableCellLayout_columnResizerContainer:hover .fixedDataTableCellLayout_columnResizerKnob{visibility:visible}.fixedDataTableCellLayout_columnResizerKnob{position:absolute;right:0;visibility:hidden;width:4px}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerKnob{left:0;right:auto}.fixedDataTableColumnResizerLineLayout_mouseArea{cursor:ew-resize;position:absolute;right:-5px;width:12px}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_mouseArea{right:auto;left:-5px}.fixedDataTableColumnResizerLineLayout_main{border-right-style:solid;border-right-width:1px;box-sizing:border-box;position:absolute;z-index:10;pointer-events:none}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableColumnResizerLineLayout_hiddenElem{display:none!important}.fixedDataTableLayout_main{border-style:solid;border-width:1px;box-sizing:border-box;overflow:hidden;position:relative}.fixedDataTableLayout_header,.fixedDataTableLayout_hasBottomBorder{border-bottom-style:solid;border-bottom-width:1px}.fixedDataTableLayout_footer .public_fixedDataTableCell_main{border-top-style:solid;border-top-width:1px}.fixedDataTableLayout_topShadow,.fixedDataTableLayout_bottomShadow{height:4px;left:0;position:absolute;right:0;z-index:1}.fixedDataTableLayout_bottomShadow{margin-top:-4px}.fixedDataTableLayout_rowsContainer{overflow:hidden;position:relative}.fixedDataTableRowLayout_main{box-sizing:border-box;overflow:hidden;position:absolute;top:0}.fixedDataTableRowLayout_body{left:0;right:0;position:absolute;top:0}.fixedDataTableRowLayout_rowExpanded{box-sizing:border-box;left:0;position:absolute}.fixedDataTableRowLayout_fixedColumnsDivider{backface-visibility:hidden;border-left-style:solid;border-left-width:1px;left:0;position:absolute;top:0;width:0}.fixedDataTable_isRTL .fixedDataTableRowLayout_fixedColumnsDivider{border-left-width:0;border-right-style:solid;border-right-width:1px}.fixedDataTableRowLayout_columnsShadow{position:absolute;width:4px}.fixedDataTableRowLayout_columnsRightShadow{right:1px}.fixedDataTable_isRTL .fixedDataTableRowLayout_columnsRightShadow{left:1px;right:auto}.fixedDataTableRowLayout_rowWrapper{position:absolute;top:0}.ScrollbarLayout_main{box-sizing:border-box;outline:none;overflow:hidden;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ScrollbarLayout_mainVertical{bottom:0;right:0;top:0;width:15px}.ScrollbarLayout_mainHorizontal{height:15px;left:0;transition-property:background-color height}.ScrollbarLayout_mainHorizontal.public_Scrollbar_mainActive,.ScrollbarLayout_mainHorizontal:hover{height:17px}.ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;transition-duration:.25s;transition-timing-function:ease;transition-property:width}.ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition:background-color .25s ease}.ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}.ScrollbarLayout_faceHorizontal:after{bottom:4px;left:0;top:4px;width:100%}.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal,.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal:after{right:0;left:auto}.ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,.ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after{bottom:2px}.ScrollbarLayout_faceVertical{left:0;right:0;top:0}.ScrollbarLayout_faceVertical:after{height:100%;left:4px;right:4px;top:0}.ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,.ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{left:2px;right:2px}.public_fixedDataTable_main,.public_fixedDataTable_header,.public_fixedDataTable_hasBottomBorder{border-color:#d3d3d3}.public_fixedDataTable_header .public_fixedDataTableCell_main{font-weight:700}.public_fixedDataTable_header,.public_fixedDataTable_scrollbarSpacer,.public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef)}.public_fixedDataTable_scrollbarSpacer{position:absolute;z-index:99;top:0}.public_fixedDataTable_footer .public_fixedDataTableCell_main{background-color:#f6f7f8;border-color:#d3d3d3}.public_fixedDataTable_topShadow{background-image:linear-gradient(180deg,#0000001a,#0000)}.public_fixedDataTable_bottomShadow{background-image:linear-gradient(0deg,#0000001a,#0000)}.public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal{background-color:#fff}.public_fixedDataTableCell_main{background-color:#fff;border-color:#d3d3d3}.public_fixedDataTableCell_highlighted{background-color:#f4f4f4}.public_fixedDataTableCell_cellContent{padding:8px}.public_fixedDataTableCell_columnResizerKnob{background-color:#0284ff}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:12px}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-left:20px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:auto;margin-right:12px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-right:20px}.fixedDataTableCellLayout_columnReorderContainer{border-color:#0284ff;background-color:#0000001a;width:12px;margin-right:-12px;float:left;cursor:move}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer{margin-right:auto;margin-left:-12px;float:right}.fixedDataTableCellLayout_columnReorderContainer:after{content:"::";position:absolute;top:50%;left:1px;transform:translateY(-50%)}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after{left:auto;right:1px}.public_fixedDataTableColumnResizerLine_main{border-color:#0284ff}.public_fixedDataTableRow_main{background-color:#fff}.public_fixedDataTableRow_highlighted,.public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main{background-color:#f6f7f8}.public_fixedDataTableRow_fixedColumnsDivider{border-color:#d3d3d3}.public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(90deg,#0000001a,#0000)}.fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(270deg,#0000001a,#0000)}.public_fixedDataTableRow_columnsRightShadow{transform:rotate(180deg)}.public_Scrollbar_main.public_Scrollbar_mainActive,.public_Scrollbar_main{background-color:#fff;border-left:1px solid #d3d3d3}.fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,.fixedDataTable_isRTL .public_Scrollbar_main{border-right:1px solid #d3d3d3;border-left-width:0}.public_Scrollbar_mainOpaque,.public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,.public_Scrollbar_mainOpaque:hover{background-color:#fff}.public_Scrollbar_face:after{background-color:#c2c2c2}.public_Scrollbar_main:hover .public_Scrollbar_face:after,.public_Scrollbar_mainActive .public_Scrollbar_face:after,.public_Scrollbar_faceActive:after{background-color:#7d7d7d}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer,._tableWrapper_1ode4_16 .public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:transparent;background-image:none;border-bottom:1px solid #edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{margin-left:3px}._tableWrapper_1ode4_16 .public_fixedDataTable_main,._tableWrapper_1ode4_16 .fixedDataTableLayout_main{border:none}._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted,._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main,._tableWrapper_1ode4_16 .public_fixedDataTableRow_main{background-color:transparent}._tableWrapper_1ode4_16 .public_fixedDataTableCell_main{background-color:transparent;border-color:#edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_hasBottomBorder,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{border-bottom:none}._tableWrapper_1ode4_16 .public_fixedDataTable_header .fixedDataTableCellGroupLayout_cellGroup{border-top:1px solid #edeef1;border-bottom:1px solid #edeef1;box-sizing:border-box}._tableWrapper_1ode4_16 .public_Scrollbar_main{border-left:none;background-color:transparent}._tableWrapper_1ode4_16 .fixedDataTableRowLayout_rowWrapper{border-left:1px solid #edeef1}._tableWrapper_1ode4_16 .public_Scrollbar_main.public_Scrollbar_mainOpaque{left:-1px}._tableWrapper_1ode4_16 .public_fixedDataTableCell_cellContent{padding:0 24px 0 12px}._tableWrapper_1ode4_16{height:100%;width:100%;box-sizing:border-box;-webkit-user-select:text;-moz-user-select:text;user-select:text}._table_1ode4_16{background:transparent;font-size:13px;border:none}._tableHeader_1ode4_78{color:#5c6372;background-color:transparent;margin:0;border:none;width:100%;overflow:hidden;box-sizing:border-box}._tableCell_1ode4_88{color:#5c6372;background-color:transparent;border:none;border-right:1px solid #edeef1;border-bottom:1px solid #edeef1;overflow:hidden;width:100%;box-sizing:border-box}._tableCellContent_1ode4_99{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._headerColor_1ode4_105,._rowColor_1ode4_109{background-color:#f9f9fb}._headerCell_2qf2w_16{display:flex;justify-content:left;align-items:center;margin-left:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;width:100%;cursor:pointer}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;overflow:hidden}._icon_2qf2w_43{margin-right:10px;width:20px;box-sizing:border-box;display:inline-block}._numberIcon_2qf2w_50{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_2qf2w_54{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_2qf2w_58{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_2qf2w_62{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._sortIcon_2qf2w_66{position:absolute;right:0;width:24px;height:24px;background-repeat:no-repeat}._sortAscending_2qf2w_74._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyA3aDcuNjY3YS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTUuNzUgM2gtNS43NWEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjVoNS43NWEuNDkuNDkgMCAwMS40NzguNS40OS40OSAwIDAxLS40NzkuNXptLTUuNzUgM2gzLjgzM2EuNDkuNDkgMCAwMC40OC0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxM2EuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTAgM0g2LjIzYS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTEwLjU0MiAwYS40OS40OSAwIDAxLS40OC0uNXYtNC43OTNsLTIuMDU3IDIuMTQ3YS40NjUuNDY1IDAgMDEtLjY3OCAwIC41MTUuNTE1IDAgMDEwLS43MDhsMi44NjYtMi45OWEuNDY4LjQ2OCAwIDAxLjY5NiAwbDIuODY2IDIuOTlhLjUxNi41MTYgMCAwMTAgLjcwOC40NjUuNDY1IDAgMDEtLjY3OCAwbC0yLjA1Ni0yLjE0NlYxNS41YS40OS40OSAwIDAxLS40OC41eiIgZmlsbD0iIzVDNjM3MiIvPjwvc3ZnPgo=)}._sortAscending_2qf2w_74._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._sortAscending_2qf2w_74._caret_2qf2w_33:hover{transform:rotate(0)}._sortDescending_2qf2w_78._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._caret_2qf2w_33:hover{transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;flex-grow:1}._headerLabel_2qf2w_38,._headerLabel_2qf2w_38 *{overflow:hidden;text-overflow:ellipsis}._icon_t30x8_1{width:24px;height:24px;margin-right:5px;box-sizing:border-box;display:inline-block;background-repeat:no-repeat;flex-grow:0}._numberIcon_t30x8_11{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_t30x8_15{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_t30x8_19{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_t30x8_23{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._component_1rw9b_1{flex-grow:1;font-family:Open Sans}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content{position:relative;padding-left:13px}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content:before{top:2px;left:0;position:absolute;content:"";display:block;height:14px;width:1px;background:#c3c3c3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}')),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
|