@sisense/sdk-ui 1.32.0 → 1.34.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 +10 -10
- package/dist/ai.js +565 -560
- package/dist/analytics-composer.cjs +1 -1
- package/dist/analytics-composer.js +38 -38
- package/dist/{derive-chart-family-CVwj-7u5.js → derive-chart-family-5CbFzbpu.js} +23428 -23324
- package/dist/{derive-chart-family-7Fxxf6Sy.cjs → derive-chart-family-C3FH49ux.cjs} +186 -186
- package/dist/index.cjs +29 -17
- package/dist/index.js +10583 -8088
- package/dist/packages/sdk-ui/src/ai/ai-context-provider.d.ts +3 -2
- package/dist/packages/sdk-ui/src/ai/api/types.d.ts +11 -3
- package/dist/packages/sdk-ui/src/ai/chart/nlq-chart-widget.d.ts +2 -2
- package/dist/packages/sdk-ui/src/ai/custom-ai-context-provider.d.ts +5 -7
- package/dist/packages/sdk-ui/src/ai/get-nlg-insights.d.ts +1 -0
- package/dist/packages/sdk-ui/src/ai/index.d.ts +2 -1
- package/dist/packages/sdk-ui/src/ai/use-final-nlq-response.d.ts +20 -0
- package/dist/packages/sdk-ui/src/ai/use-get-nlq-result.d.ts +1 -0
- package/dist/packages/sdk-ui/src/ai/use-get-query-recommendations.d.ts +1 -0
- package/dist/packages/sdk-ui/src/ai/use-last-nlq-response-from-history.d.ts +8 -0
- package/dist/packages/sdk-ui/src/ai/use-last-nlq-response.d.ts +1 -2
- package/dist/packages/sdk-ui/src/analytics-composer/index.d.ts +3 -0
- package/dist/packages/sdk-ui/src/analytics-composer/types.d.ts +17 -1
- package/dist/packages/sdk-ui/src/api/rest-api.d.ts +6 -2
- package/dist/packages/sdk-ui/src/area-chart.d.ts +2 -2
- package/dist/packages/sdk-ui/src/bar-chart.d.ts +2 -2
- package/dist/packages/sdk-ui/src/chart-data/table-data.d.ts +10 -0
- package/dist/packages/sdk-ui/src/column-chart.d.ts +2 -2
- package/dist/packages/sdk-ui/src/common/components/grouped-items-browser/group-header.d.ts +10 -0
- package/dist/packages/sdk-ui/src/common/components/grouped-items-browser/group.d.ts +10 -0
- package/dist/packages/sdk-ui/src/common/components/grouped-items-browser/grouped-items-browser.d.ts +6 -0
- package/dist/packages/sdk-ui/src/common/components/grouped-items-browser/item-row.d.ts +15 -0
- package/dist/packages/sdk-ui/src/common/components/grouped-items-browser/types.d.ts +42 -0
- package/dist/packages/sdk-ui/src/common/components/loading-dots.d.ts +1 -1
- package/dist/packages/sdk-ui/src/common/components/popover.d.ts +1 -0
- package/dist/packages/sdk-ui/src/common/components/radio.d.ts +1 -0
- package/dist/packages/sdk-ui/src/common/hooks/decorators/with-lazy-loading/helpers/hooks/index.d.ts +5 -0
- package/dist/packages/sdk-ui/src/common/hooks/decorators/with-lazy-loading/helpers/hooks/use-data-accumulation.d.ts +8 -0
- package/dist/packages/sdk-ui/src/common/hooks/decorators/with-lazy-loading/helpers/hooks/use-get-hook-state-result.d.ts +10 -0
- package/dist/packages/sdk-ui/src/common/hooks/decorators/with-lazy-loading/helpers/hooks/use-get-load-more-function.d.ts +4 -0
- package/dist/packages/sdk-ui/src/common/hooks/decorators/with-lazy-loading/helpers/hooks/use-load-data-from-internal-hook.d.ts +16 -0
- package/dist/packages/sdk-ui/src/common/hooks/decorators/with-lazy-loading/helpers/hooks/use-manage-slice-to-load.d.ts +10 -0
- package/dist/packages/sdk-ui/src/common/hooks/decorators/with-lazy-loading/helpers/utils/calculate-if-all-items-loaded.d.ts +2 -0
- package/dist/packages/sdk-ui/src/common/hooks/decorators/with-lazy-loading/helpers/utils/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/common/hooks/decorators/with-lazy-loading/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/common/hooks/decorators/with-lazy-loading/types.d.ts +27 -0
- package/dist/packages/sdk-ui/src/common/hooks/decorators/with-lazy-loading/with-lazy-loading.d.ts +7 -0
- package/dist/packages/sdk-ui/src/common/hooks/fusion-endpoints/use-get-data-source-fields.d.ts +3 -0
- package/dist/packages/sdk-ui/src/common/hooks/use-defaults.d.ts +10 -0
- package/dist/packages/sdk-ui/src/common/hooks/use-last-defined.d.ts +6 -0
- package/dist/packages/sdk-ui/src/common/icons/approval-icon.d.ts +1 -0
- package/dist/packages/sdk-ui/src/common/icons/arrow-icon.d.ts +3 -0
- package/dist/packages/sdk-ui/src/common/icons/breadcrumbs-arrows-arrow-icon.d.ts +3 -0
- package/dist/packages/sdk-ui/src/common/icons/close-icon.d.ts +1 -0
- package/dist/packages/sdk-ui/src/common/icons/date-attribute-icon.d.ts +1 -0
- package/dist/packages/sdk-ui/src/common/icons/elasticube-icon.d.ts +1 -0
- package/dist/packages/sdk-ui/src/common/icons/numeric-attribute-icon.d.ts +1 -0
- package/dist/packages/sdk-ui/src/common/icons/plus-icon.d.ts +1 -0
- package/dist/packages/sdk-ui/src/common/icons/table-icon.d.ts +1 -0
- package/dist/packages/sdk-ui/src/common/icons/text-attribute-icon.d.ts +1 -0
- package/dist/packages/sdk-ui/src/dashboard/components/content-panel.d.ts +9 -1
- package/dist/packages/sdk-ui/src/dashboard/components/dashboard-container.d.ts +1 -1
- package/dist/packages/sdk-ui/src/dashboard/constants.d.ts +4 -0
- package/dist/packages/sdk-ui/src/dashboard/dashboard-helpers.d.ts +6 -7
- package/dist/packages/sdk-ui/src/dashboard/index.d.ts +1 -1
- package/dist/packages/sdk-ui/src/dashboard/types.d.ts +64 -31
- package/dist/packages/sdk-ui/src/data-browser/add-filter-popover/add-filter-data-browser.d.ts +16 -0
- package/dist/packages/sdk-ui/src/data-browser/add-filter-popover/add-filter-popover.d.ts +19 -0
- package/dist/packages/sdk-ui/src/data-browser/add-filter-popover/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/data-browser/add-filter-popover/popover-header.d.ts +12 -0
- package/dist/packages/sdk-ui/src/data-browser/data-source-selector/data-source-selector.d.ts +7 -0
- package/dist/packages/sdk-ui/src/data-browser/data-source-selector/use-data-source-selection.d.ts +5 -0
- package/dist/packages/sdk-ui/src/data-browser/dimensions-browser/dimensions-browser.d.ts +6 -0
- package/dist/packages/sdk-ui/src/data-browser/dimensions-browser/types.d.ts +82 -0
- package/dist/packages/sdk-ui/src/data-browser/search-input/search-input.d.ts +5 -0
- 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/cascading-filter-tile/cascading-level-filter.d.ts +3 -1
- package/dist/packages/sdk-ui/src/filters/components/common/checkbox.d.ts +1 -0
- package/dist/packages/sdk-ui/src/filters/components/criteria-filter-tile/types.d.ts +1 -0
- package/dist/packages/sdk-ui/src/filters/components/date-filter/relative-date-filter-tile/relative-date-filter.d.ts +5 -1
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/input.d.ts +2 -1
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/base.d.ts +10 -6
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/calendar-select/calendar-select.d.ts +1 -4
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/searchable-multi-select.d.ts +1 -4
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/select/searchable-single-select.d.ts +4 -8
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/common/selectable-section.d.ts +2 -1
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/filter-editor-container.d.ts +2 -1
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/filter-editor-context.d.ts +15 -0
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/filter-editor-datetime.d.ts +2 -1
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/filter-editor-numerical.d.ts +2 -1
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/filter-editor-popover.d.ts +7 -2
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/filter-editor-textual.d.ts +2 -1
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/filter-editor.d.ts +7 -2
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/hooks/use-get-attribute-stats.d.ts +4 -1
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/common/granularities.d.ts +36 -6
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/not-supported-section.d.ts +6 -0
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/sections/utils.d.ts +5 -2
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/types.d.ts +7 -0
- package/dist/packages/sdk-ui/src/filters/components/filter-editor-popover/utils.d.ts +1 -0
- package/dist/packages/sdk-ui/src/filters/components/filter-tile-container.d.ts +8 -0
- package/dist/packages/sdk-ui/src/filters/components/filter-tile.d.ts +5 -3
- package/dist/packages/sdk-ui/src/filters/components/filters-panel/constants.d.ts +6 -0
- package/dist/packages/sdk-ui/src/filters/components/filters-panel/filters-panel-header.d.ts +6 -0
- package/dist/packages/sdk-ui/src/filters/components/filters-panel/filters-panel.d.ts +5 -2
- package/dist/packages/sdk-ui/src/filters/components/filters-panel/hooks/use-existing-filter-editing.d.ts +19 -0
- package/dist/packages/sdk-ui/src/filters/components/filters-panel/hooks/use-new-filter-adding.d.ts +21 -0
- package/dist/packages/sdk-ui/src/filters/components/filters-panel/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/filters/components/filters-panel/types.d.ts +60 -0
- package/dist/packages/sdk-ui/src/filters/components/icons/index.d.ts +0 -1
- package/dist/packages/sdk-ui/src/filters/hooks/use-get-filter-members.d.ts +3 -3
- package/dist/packages/sdk-ui/src/index.d.ts +1 -1
- package/dist/packages/sdk-ui/src/line-chart.d.ts +2 -2
- package/dist/packages/sdk-ui/src/models/dashboard/dashboard-model-translator.d.ts +0 -2
- package/dist/packages/sdk-ui/src/models/dashboard/translate-dashboard-dto-utils.d.ts +0 -1
- package/dist/packages/sdk-ui/src/models/dashboard/translate-dashboard-utils.d.ts +1 -0
- package/dist/packages/sdk-ui/src/models/dashboard/types.d.ts +1 -0
- package/dist/packages/sdk-ui/src/models/hierarchy/types.d.ts +0 -1
- package/dist/packages/sdk-ui/src/models/widget/use-get-widget-model.d.ts +1 -1
- package/dist/packages/sdk-ui/src/pie-chart.d.ts +2 -2
- package/dist/packages/sdk-ui/src/plugins-provider/custom-plugins-provider.d.ts +4 -9
- package/dist/packages/sdk-ui/src/polar-chart.d.ts +2 -2
- package/dist/packages/sdk-ui/src/props.d.ts +2 -0
- package/dist/packages/sdk-ui/src/query-execution/index.d.ts +1 -1
- package/dist/packages/sdk-ui/src/query-execution/types.d.ts +1 -1
- package/dist/packages/sdk-ui/src/query-execution/use-execute-query.d.ts +1 -1
- package/dist/packages/sdk-ui/src/scatter-chart.d.ts +1 -1
- package/dist/packages/sdk-ui/src/sisense-context/custom-sisense-context-provider.d.ts +2 -4
- package/dist/packages/sdk-ui/src/theme-provider/custom-theme-provider.d.ts +5 -8
- package/dist/packages/sdk-ui/src/theme-provider/use-theme-settings.d.ts +1 -1
- package/dist/packages/sdk-ui/src/theme-provider/utils.d.ts +5 -0
- 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/types.d.ts +167 -3
- package/dist/packages/sdk-ui/src/utils/data-sources-utils.d.ts +8 -0
- package/dist/packages/sdk-ui/src/utils/utility-types.d.ts +6 -2
- package/dist/packages/sdk-ui/src/widget-by-id/translate-dashboard-filters.d.ts +7 -0
- package/dist/packages/sdk-ui/src/widget-by-id/use-get-dashboard-model-and-widget-model.d.ts +1 -0
- package/dist/packages/sdk-ui/src/widgets/drilldown-widget.d.ts +1 -1
- package/dist/packages/sdk-ui/src/widgets/tabber-widget.d.ts +5 -0
- package/dist/{use-common-filters-BanIIIUW.js → use-common-filters-Bw15BNGn.js} +5013 -4956
- package/dist/{use-common-filters-BeKQ1bKU.cjs → use-common-filters-CqGo6jp3.cjs} +55 -55
- package/dist/{widget-composer-4bEKHitq.js → widget-composer-C5_iIuZN.js} +26 -26
- package/dist/{widget-composer-NDI4zssI.cjs → widget-composer-D5_iKTui.cjs} +1 -1
- package/package.json +9 -8
- /package/dist/packages/sdk-ui/src/{filters/components → common}/icons/search-icon.d.ts +0 -0
package/dist/ai.js
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
1
|
+
var xt = Object.defineProperty, yt = Object.defineProperties;
|
|
2
|
+
var vt = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var ce = Object.getOwnPropertySymbols;
|
|
4
|
-
var
|
|
5
|
-
var
|
|
4
|
+
var je = Object.prototype.hasOwnProperty, Ge = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var Ze = (e, t, o) => t in e ? xt(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o, v = (e, t) => {
|
|
6
6
|
for (var o in t || (t = {}))
|
|
7
|
-
|
|
7
|
+
je.call(t, o) && Ze(e, o, t[o]);
|
|
8
8
|
if (ce)
|
|
9
9
|
for (var o of ce(t))
|
|
10
|
-
|
|
10
|
+
Ge.call(t, o) && Ze(e, o, t[o]);
|
|
11
11
|
return e;
|
|
12
|
-
},
|
|
13
|
-
var
|
|
12
|
+
}, M = (e, t) => yt(e, vt(t));
|
|
13
|
+
var Ve = (e, t) => {
|
|
14
14
|
var o = {};
|
|
15
15
|
for (var r in e)
|
|
16
|
-
|
|
16
|
+
je.call(e, r) && t.indexOf(r) < 0 && (o[r] = e[r]);
|
|
17
17
|
if (e != null && ce)
|
|
18
18
|
for (var r of ce(e))
|
|
19
|
-
t.indexOf(r) < 0 &&
|
|
19
|
+
t.indexOf(r) < 0 && Ge.call(e, r) && (o[r] = e[r]);
|
|
20
20
|
return o;
|
|
21
21
|
};
|
|
22
|
-
var
|
|
22
|
+
var W = (e, t, o) => new Promise((r, i) => {
|
|
23
23
|
var s = (l) => {
|
|
24
24
|
try {
|
|
25
25
|
c(o.next(l));
|
|
@@ -35,14 +35,14 @@ var A = (e, t, o) => new Promise((r, i) => {
|
|
|
35
35
|
}, c = (l) => l.done ? r(l.value) : Promise.resolve(l.value).then(s, a);
|
|
36
36
|
c((o = o.apply(e, t)).next());
|
|
37
37
|
});
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
38
|
+
import { bv as wt, bw as kt, bx as Ke, by as St, bz as oe, bA as Mt, bB as Tt, bC as Lt, ba as Je, bb as Ye, aP as K, I as pe, aC as Xe, ai as Rt, bD as It, al as Et, ak as Nt, z as ge, bE as Bt, bF as Ft, aq as _, bG as et, B as Ht, aW as Dt, _ as Pt, bH as qt, x as ve, P as f, C as Ot, bI as At, aD as tt, az as Wt, bJ as zt, ag as te, M as $t, bK as Zt, bL as jt, O as Le, bM as Gt, b6 as Vt, bN as Qt } from "./use-common-filters-Bw15BNGn.js";
|
|
39
|
+
import { R as _t, a9 as n, a1 as Ut, p as Kt, c0 as Jt, V as w, T as ke, aQ as u, a_ as I, aa as p, W as b, ab as B, _ as G, a7 as ot, aw as Se, aA as Yt, c1 as Xt, c2 as e1, a5 as t1, a6 as o1, r as n1 } from "./derive-chart-family-5CbFzbpu.js";
|
|
40
40
|
import * as z from "react";
|
|
41
|
-
import { createContext as Re, useContext as Ie, useMemo as
|
|
42
|
-
import { t as Ce } from "./widget-composer-
|
|
43
|
-
import { w as
|
|
41
|
+
import { createContext as Re, useContext as Ie, useMemo as F, useState as L, useCallback as S, useEffect as ne, useRef as U, useLayoutEffect as ue, memo as r1, forwardRef as i1 } from "react";
|
|
42
|
+
import { t as Ce } from "./widget-composer-C5_iIuZN.js";
|
|
43
|
+
import { w as Jn } from "./widget-composer-C5_iIuZN.js";
|
|
44
44
|
import { jsx as ee } from "react/jsx-runtime";
|
|
45
|
-
class
|
|
45
|
+
class s1 extends wt {
|
|
46
46
|
constructor(t, o) {
|
|
47
47
|
super(), this.client = t, this.setOptions(o), this.bindMethods(), this.updateResult();
|
|
48
48
|
}
|
|
@@ -52,7 +52,7 @@ class o1 extends mt {
|
|
|
52
52
|
setOptions(t) {
|
|
53
53
|
var o;
|
|
54
54
|
const r = this.options;
|
|
55
|
-
this.options = this.client.defaultMutationOptions(t),
|
|
55
|
+
this.options = this.client.defaultMutationOptions(t), kt(r, this.options) || this.client.getMutationCache().notify({
|
|
56
56
|
type: "observerOptionsUpdated",
|
|
57
57
|
mutation: this.currentMutation,
|
|
58
58
|
observer: this
|
|
@@ -80,12 +80,12 @@ class o1 extends mt {
|
|
|
80
80
|
});
|
|
81
81
|
}
|
|
82
82
|
mutate(t, o) {
|
|
83
|
-
return this.mutateOptions = o, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client,
|
|
83
|
+
return this.mutateOptions = o, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client, M(v({}, this.options), {
|
|
84
84
|
variables: typeof t != "undefined" ? t : this.options.variables
|
|
85
85
|
})), this.currentMutation.addObserver(this), this.currentMutation.execute();
|
|
86
86
|
}
|
|
87
87
|
updateResult() {
|
|
88
|
-
const t = this.currentMutation ? this.currentMutation.state :
|
|
88
|
+
const t = this.currentMutation ? this.currentMutation.state : St(), o = M(v({}, t), {
|
|
89
89
|
isLoading: t.status === "loading",
|
|
90
90
|
isSuccess: t.status === "success",
|
|
91
91
|
isError: t.status === "error",
|
|
@@ -96,7 +96,7 @@ class o1 extends mt {
|
|
|
96
96
|
this.currentResult = o;
|
|
97
97
|
}
|
|
98
98
|
notify(t) {
|
|
99
|
-
|
|
99
|
+
Ke.batch(() => {
|
|
100
100
|
if (this.mutateOptions && this.hasListeners()) {
|
|
101
101
|
if (t.onSuccess) {
|
|
102
102
|
var o, r, i, s;
|
|
@@ -115,31 +115,31 @@ class o1 extends mt {
|
|
|
115
115
|
}
|
|
116
116
|
}
|
|
117
117
|
function Ee(e, t, o) {
|
|
118
|
-
const r =
|
|
118
|
+
const r = Lt(e, t), i = oe({
|
|
119
119
|
context: r.context
|
|
120
|
-
}), [s] = z.useState(() => new
|
|
120
|
+
}), [s] = z.useState(() => new s1(i, r));
|
|
121
121
|
z.useEffect(() => {
|
|
122
122
|
s.setOptions(r);
|
|
123
123
|
}, [s, r]);
|
|
124
|
-
const a =
|
|
125
|
-
s.mutate(l, d).catch(
|
|
124
|
+
const a = Mt(z.useCallback((l) => s.subscribe(Ke.batchCalls(l)), [s]), () => s.getCurrentResult(), () => s.getCurrentResult()), c = z.useCallback((l, d) => {
|
|
125
|
+
s.mutate(l, d).catch(a1);
|
|
126
126
|
}, [s]);
|
|
127
|
-
if (a.error &&
|
|
127
|
+
if (a.error && Tt(s.options.useErrorBoundary, [a.error]))
|
|
128
128
|
throw a.error;
|
|
129
|
-
return
|
|
129
|
+
return M(v({}, a), {
|
|
130
130
|
mutate: c,
|
|
131
131
|
mutateAsync: a.mutate
|
|
132
132
|
});
|
|
133
133
|
}
|
|
134
|
-
function
|
|
134
|
+
function a1() {
|
|
135
135
|
}
|
|
136
|
-
class
|
|
136
|
+
class l1 {
|
|
137
137
|
constructor(t, o = !1) {
|
|
138
|
-
this.volatile = o, this.getChatContexts = () =>
|
|
138
|
+
this.volatile = o, this.getChatContexts = () => W(this, null, function* () {
|
|
139
139
|
return (yield this.httpClient.get("api/datasources//")) || [];
|
|
140
140
|
}), this.getNlgInsights = (r) => this.httpClient.post("api/v2/ai/nlg/queryResult", r), this.getQueryRecommendations = (r, i) => this.httpClient.get(`api/v2/ai/recommendations/query/${r}/${i.numOfRecommendations}`), this.getNlqResult = (r, i) => this.httpClient.post(`api/v2/ai/nlq/query/${r}`, i), this.setLlmConfig = (r) => this.httpClient.post("api/v2/settings/ai/llmProvider", r).catch((i) => {
|
|
141
141
|
console.error("Unable to set llm config", i);
|
|
142
|
-
}), this.getAllChats = () =>
|
|
142
|
+
}), this.getAllChats = () => W(this, null, function* () {
|
|
143
143
|
return this.volatile ? [] : this.httpClient.get("api/v2/ai/chats");
|
|
144
144
|
}), this.getChatById = (r) => this.httpClient.get(`api/v2/ai/chats/${r}`), this.createChat = (r, i) => this.httpClient.post("api/v2/ai/chats", {
|
|
145
145
|
sourceId: r,
|
|
@@ -161,40 +161,40 @@ class r1 {
|
|
|
161
161
|
}, this.httpClient = t;
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
|
-
const
|
|
164
|
+
const c1 = new Je({
|
|
165
165
|
defaultOptions: {
|
|
166
166
|
queries: {
|
|
167
167
|
refetchOnWindowFocus: !1,
|
|
168
168
|
refetchOnMount: !1
|
|
169
169
|
}
|
|
170
170
|
}
|
|
171
|
-
}), Ne = /* @__PURE__ */ Re(void 0),
|
|
172
|
-
const { app: o } =
|
|
171
|
+
}), Ne = /* @__PURE__ */ Re(void 0), H = () => Ie(Ne), d1 = ({ children: e, volatile: t }) => {
|
|
172
|
+
const { app: o } = _t(), r = F(() => o ? new l1(o.httpClient, t) : void 0, [
|
|
173
173
|
o,
|
|
174
174
|
t
|
|
175
175
|
]);
|
|
176
176
|
return /* @__PURE__ */ n(Ne.Provider, {
|
|
177
177
|
value: r,
|
|
178
|
-
children: /* @__PURE__ */ n(
|
|
179
|
-
client:
|
|
178
|
+
children: /* @__PURE__ */ n(Ye, {
|
|
179
|
+
client: c1,
|
|
180
180
|
children: e
|
|
181
181
|
})
|
|
182
182
|
});
|
|
183
|
-
},
|
|
184
|
-
const [t, o] = L({}), r =
|
|
183
|
+
}, nt = /* @__PURE__ */ Re({}), u1 = () => Ie(nt), rt = ({ children: e }) => {
|
|
184
|
+
const [t, o] = L({}), r = S((a, c) => {
|
|
185
185
|
var l;
|
|
186
186
|
return `${a}_${(l = c == null ? void 0 : c.dashboardId) != null ? l : ""}`;
|
|
187
|
-
}, []), i =
|
|
188
|
-
o((d) =>
|
|
187
|
+
}, []), i = S((a, c, l) => {
|
|
188
|
+
o((d) => M(v({}, d), {
|
|
189
189
|
[r(c, l)]: a
|
|
190
190
|
}));
|
|
191
191
|
}, [
|
|
192
192
|
r
|
|
193
|
-
]), s =
|
|
193
|
+
]), s = S((a, c) => t[r(a, c)], [
|
|
194
194
|
t,
|
|
195
195
|
r
|
|
196
196
|
]);
|
|
197
|
-
return /* @__PURE__ */ n(
|
|
197
|
+
return /* @__PURE__ */ n(nt.Provider, {
|
|
198
198
|
value: {
|
|
199
199
|
saveChatId: i,
|
|
200
200
|
getChatId: s
|
|
@@ -202,20 +202,20 @@ const i1 = new Ve({
|
|
|
202
202
|
children: e
|
|
203
203
|
});
|
|
204
204
|
};
|
|
205
|
-
function
|
|
206
|
-
return /* @__PURE__ */ n(
|
|
207
|
-
children: /* @__PURE__ */ n(
|
|
205
|
+
function qn({ children: e, volatile: t }) {
|
|
206
|
+
return /* @__PURE__ */ n(rt, {
|
|
207
|
+
children: /* @__PURE__ */ n(d1, {
|
|
208
208
|
volatile: t,
|
|
209
209
|
children: e
|
|
210
210
|
})
|
|
211
211
|
});
|
|
212
212
|
}
|
|
213
|
-
function
|
|
213
|
+
function h1(e) {
|
|
214
214
|
var t, o;
|
|
215
215
|
if ("jaql" in e)
|
|
216
216
|
return e;
|
|
217
217
|
{
|
|
218
|
-
const r =
|
|
218
|
+
const r = Jt(e.dataSource), { filters: i = [], relations: s } = Ut(e.filters), { metadata: a, filterRelations: c } = Kt({
|
|
219
219
|
dataSource: e.dataSource,
|
|
220
220
|
attributes: (t = e.dimensions) != null ? t : [],
|
|
221
221
|
measures: (o = e.measures) != null ? o : [],
|
|
@@ -233,9 +233,9 @@ function l1(e) {
|
|
|
233
233
|
}
|
|
234
234
|
}
|
|
235
235
|
const re = (e, t = !0) => {
|
|
236
|
-
const o =
|
|
236
|
+
const o = F(() => h1(e), [
|
|
237
237
|
e
|
|
238
|
-
]), r =
|
|
238
|
+
]), r = H(), { data: i, error: s, isError: a, isLoading: c, isSuccess: l, refetch: d } = K({
|
|
239
239
|
queryKey: [
|
|
240
240
|
"getNlgInsights",
|
|
241
241
|
o,
|
|
@@ -254,16 +254,16 @@ const re = (e, t = !0) => {
|
|
|
254
254
|
isSuccess: l,
|
|
255
255
|
data: i,
|
|
256
256
|
error: s,
|
|
257
|
-
refetch:
|
|
257
|
+
refetch: S(() => {
|
|
258
258
|
d();
|
|
259
259
|
}, [
|
|
260
260
|
d
|
|
261
261
|
])
|
|
262
262
|
};
|
|
263
|
-
},
|
|
264
|
-
const r = e, { enabled: t } = r, o =
|
|
263
|
+
}, it = (e) => {
|
|
264
|
+
const r = e, { enabled: t } = r, o = Ve(r, ["enabled"]);
|
|
265
265
|
return re(o, t);
|
|
266
|
-
},
|
|
266
|
+
}, On = pe("useGetNlgInsights")(it), An = pe("useGetNlgQueryResult")(it), p1 = [
|
|
267
267
|
"indicator",
|
|
268
268
|
"column",
|
|
269
269
|
"line",
|
|
@@ -271,7 +271,7 @@ const re = (e, t = !0) => {
|
|
|
271
271
|
"pie",
|
|
272
272
|
"bar"
|
|
273
273
|
];
|
|
274
|
-
function
|
|
274
|
+
function g1(e) {
|
|
275
275
|
const { dataSource: t, query: o, chartTypes: r } = e;
|
|
276
276
|
return {
|
|
277
277
|
contextTitle: typeof t == "string" ? t : t.title,
|
|
@@ -280,13 +280,13 @@ function d1(e) {
|
|
|
280
280
|
// Timezone is not used by AI API, but it is currently required by the endpoint
|
|
281
281
|
timezone: "UTC",
|
|
282
282
|
chartTypes: r != null ? r : [
|
|
283
|
-
...
|
|
283
|
+
...p1
|
|
284
284
|
]
|
|
285
285
|
}
|
|
286
286
|
};
|
|
287
287
|
}
|
|
288
|
-
const
|
|
289
|
-
const { contextTitle: t, request: o } =
|
|
288
|
+
const C1 = (e) => {
|
|
289
|
+
const { contextTitle: t, request: o } = g1(e), r = H(), { isLoading: i, isError: s, isSuccess: a, data: c, error: l, refetch: d } = K({
|
|
290
290
|
queryKey: [
|
|
291
291
|
"getNlqResult",
|
|
292
292
|
t,
|
|
@@ -304,14 +304,14 @@ const u1 = (e) => {
|
|
|
304
304
|
isSuccess: a,
|
|
305
305
|
data: g,
|
|
306
306
|
error: l,
|
|
307
|
-
refetch:
|
|
307
|
+
refetch: S(() => {
|
|
308
308
|
d();
|
|
309
309
|
}, [
|
|
310
310
|
d
|
|
311
311
|
])
|
|
312
312
|
};
|
|
313
|
-
},
|
|
314
|
-
const { contextTitle: t, count: o, enableAxisTitlesInWidgetProps: r, enabled: i } = e, s =
|
|
313
|
+
}, Wn = pe("useGetNlqResult")(C1), f1 = 4, st = (e) => {
|
|
314
|
+
const { contextTitle: t, count: o, enableAxisTitlesInWidgetProps: r, enabled: i } = e, s = H(), a = o != null ? o : f1, c = (i === void 0 || i === !0) && a > 0, { isLoading: l, isError: d, isSuccess: g, data: h, error: C, refetch: m } = K({
|
|
315
315
|
queryKey: [
|
|
316
316
|
"getQueryRecommendations",
|
|
317
317
|
t,
|
|
@@ -322,8 +322,8 @@ const u1 = (e) => {
|
|
|
322
322
|
numOfRecommendations: a
|
|
323
323
|
}),
|
|
324
324
|
enabled: !!s && c
|
|
325
|
-
}),
|
|
326
|
-
widgetProps:
|
|
325
|
+
}), k = F(() => h == null ? void 0 : h.map((x) => M(v({}, x), {
|
|
326
|
+
widgetProps: x.jaql ? Ce(x, {
|
|
327
327
|
useCustomizedStyleOptions: r
|
|
328
328
|
}) : void 0
|
|
329
329
|
})), [
|
|
@@ -334,39 +334,39 @@ const u1 = (e) => {
|
|
|
334
334
|
isLoading: c ? l : !1,
|
|
335
335
|
isError: d,
|
|
336
336
|
isSuccess: g,
|
|
337
|
-
data:
|
|
337
|
+
data: k != null ? k : void 0,
|
|
338
338
|
error: C,
|
|
339
|
-
refetch:
|
|
339
|
+
refetch: S(() => {
|
|
340
340
|
m();
|
|
341
341
|
}, [
|
|
342
342
|
m
|
|
343
343
|
])
|
|
344
344
|
};
|
|
345
|
-
},
|
|
345
|
+
}, zn = pe("useGetQueryRecommendations")(st), at = Object.freeze({
|
|
346
346
|
enableFollowupQuestions: !1,
|
|
347
347
|
enableHeader: !0,
|
|
348
348
|
enableInsights: !0,
|
|
349
349
|
numOfRecommendations: 4,
|
|
350
350
|
numOfRecentPrompts: 5
|
|
351
|
-
}),
|
|
352
|
-
const { t: o } =
|
|
351
|
+
}), lt = /* @__PURE__ */ Re(v({}, at)), P = () => Ie(lt), b1 = ({ children: e, value: t }) => {
|
|
352
|
+
const { t: o } = w(), r = Object.entries(t).reduce((i, [s, a]) => (a !== void 0 && (i[s] = a), i), M(v({}, at), {
|
|
353
353
|
inputPromptText: o("ai.config.inputPromptText"),
|
|
354
354
|
welcomeText: o("ai.config.welcomeText"),
|
|
355
355
|
suggestionsWelcomeText: o("ai.config.suggestionsWelcomeText")
|
|
356
356
|
}));
|
|
357
|
-
return /* @__PURE__ */ n(
|
|
357
|
+
return /* @__PURE__ */ n(lt.Provider, {
|
|
358
358
|
value: r,
|
|
359
359
|
children: e
|
|
360
360
|
});
|
|
361
|
-
},
|
|
362
|
-
const t =
|
|
361
|
+
}, Be = "chatHistory", m1 = (e) => {
|
|
362
|
+
const t = H(), { hideHistory: o } = P();
|
|
363
363
|
return K({
|
|
364
364
|
queryKey: [
|
|
365
|
-
|
|
365
|
+
Be,
|
|
366
366
|
e,
|
|
367
367
|
t
|
|
368
368
|
],
|
|
369
|
-
queryFn: () =>
|
|
369
|
+
queryFn: () => W(void 0, null, function* () {
|
|
370
370
|
if (!t || !e)
|
|
371
371
|
return;
|
|
372
372
|
if (o)
|
|
@@ -376,10 +376,10 @@ const u1 = (e) => {
|
|
|
376
376
|
}),
|
|
377
377
|
enabled: !!t && !!e
|
|
378
378
|
});
|
|
379
|
-
},
|
|
380
|
-
const t =
|
|
379
|
+
}, ct = (e) => {
|
|
380
|
+
const t = H(), o = oe();
|
|
381
381
|
return Ee({
|
|
382
|
-
mutationFn: () =>
|
|
382
|
+
mutationFn: () => W(void 0, null, function* () {
|
|
383
383
|
if (!(!t || !e))
|
|
384
384
|
return t.ai.chat.clearHistory(e);
|
|
385
385
|
}),
|
|
@@ -388,13 +388,13 @@ const u1 = (e) => {
|
|
|
388
388
|
},
|
|
389
389
|
onSettled: () => {
|
|
390
390
|
e && o.setQueriesData([
|
|
391
|
-
|
|
391
|
+
Be,
|
|
392
392
|
e
|
|
393
393
|
], []);
|
|
394
394
|
}
|
|
395
395
|
});
|
|
396
|
-
},
|
|
397
|
-
const { data: t, isLoading: o, isError: r } =
|
|
396
|
+
}, Fe = (e) => {
|
|
397
|
+
const { data: t, isLoading: o, isError: r } = m1(e), { mutate: i } = ct(e);
|
|
398
398
|
return ne(() => {
|
|
399
399
|
r && i();
|
|
400
400
|
}, [
|
|
@@ -405,13 +405,13 @@ const u1 = (e) => {
|
|
|
405
405
|
isLoading: o,
|
|
406
406
|
isError: r
|
|
407
407
|
};
|
|
408
|
-
},
|
|
409
|
-
const e =
|
|
408
|
+
}, x1 = () => {
|
|
409
|
+
const e = H(), { data: t, isLoading: o, fetchStatus: r } = K({
|
|
410
410
|
queryKey: [
|
|
411
411
|
"getDataTopics",
|
|
412
412
|
e
|
|
413
413
|
],
|
|
414
|
-
queryFn: () =>
|
|
414
|
+
queryFn: () => W(void 0, null, function* () {
|
|
415
415
|
if (e)
|
|
416
416
|
return e.getChatContexts();
|
|
417
417
|
}),
|
|
@@ -422,8 +422,8 @@ const u1 = (e) => {
|
|
|
422
422
|
isLoading: o,
|
|
423
423
|
fetchStatus: r
|
|
424
424
|
};
|
|
425
|
-
},
|
|
426
|
-
const e =
|
|
425
|
+
}, y1 = () => {
|
|
426
|
+
const e = H(), { data: t, isLoading: o } = K({
|
|
427
427
|
queryKey: [
|
|
428
428
|
"getAllChats",
|
|
429
429
|
e
|
|
@@ -435,9 +435,9 @@ const u1 = (e) => {
|
|
|
435
435
|
data: t != null ? t : [],
|
|
436
436
|
isLoading: o
|
|
437
437
|
};
|
|
438
|
-
},
|
|
439
|
-
const r = oe(), i =
|
|
440
|
-
mutationFn: () =>
|
|
438
|
+
}, v1 = (e, t, o) => {
|
|
439
|
+
const r = oe(), i = H(), s = Ee({
|
|
440
|
+
mutationFn: () => W(void 0, null, function* () {
|
|
441
441
|
if (!(!i || !e))
|
|
442
442
|
return i.ai.chat.create(e, o);
|
|
443
443
|
}),
|
|
@@ -451,7 +451,7 @@ const u1 = (e) => {
|
|
|
451
451
|
t,
|
|
452
452
|
s
|
|
453
453
|
]), s;
|
|
454
|
-
},
|
|
454
|
+
}, w1 = (e, t) => {
|
|
455
455
|
switch (e.responseType = e.responseType.toLowerCase(), e.responseType) {
|
|
456
456
|
case "nlq":
|
|
457
457
|
return {
|
|
@@ -468,10 +468,10 @@ const u1 = (e) => {
|
|
|
468
468
|
default:
|
|
469
469
|
throw Error(`${t}${JSON.stringify(e)}`);
|
|
470
470
|
}
|
|
471
|
-
},
|
|
472
|
-
const o = oe(), r =
|
|
471
|
+
}, k1 = (e, t) => {
|
|
472
|
+
const o = oe(), r = S((l) => {
|
|
473
473
|
e && o.setQueriesData([
|
|
474
|
-
|
|
474
|
+
Be,
|
|
475
475
|
e
|
|
476
476
|
], (d) => d && [
|
|
477
477
|
...d,
|
|
@@ -480,8 +480,8 @@ const u1 = (e) => {
|
|
|
480
480
|
}, [
|
|
481
481
|
o,
|
|
482
482
|
e
|
|
483
|
-
]), { t: i } =
|
|
484
|
-
mutationFn: (l) =>
|
|
483
|
+
]), { t: i } = w(), s = H(), { mutate: a, isLoading: c } = Ee({
|
|
484
|
+
mutationFn: (l) => W(void 0, null, function* () {
|
|
485
485
|
if (!(!s || !e))
|
|
486
486
|
return s.ai.chat.post(e, {
|
|
487
487
|
text: l,
|
|
@@ -508,19 +508,19 @@ const u1 = (e) => {
|
|
|
508
508
|
if (!l)
|
|
509
509
|
return;
|
|
510
510
|
const d = i("ai.errors.unknownResponse");
|
|
511
|
-
r(
|
|
511
|
+
r(w1(l, d));
|
|
512
512
|
}
|
|
513
513
|
});
|
|
514
514
|
return {
|
|
515
515
|
mutate: a,
|
|
516
516
|
isLoading: c
|
|
517
517
|
};
|
|
518
|
-
},
|
|
518
|
+
}, He = (e, t, o = !1) => {
|
|
519
519
|
var g;
|
|
520
|
-
const { data: r, isLoading: i } =
|
|
520
|
+
const { data: r, isLoading: i } = y1(), s = u1(), a = s.getChatId(e, t) || ((g = r.find((h) => {
|
|
521
521
|
var C;
|
|
522
522
|
return h.contextTitle === e && ((C = h.contextDetails) == null ? void 0 : C.dashboardId) === (t == null ? void 0 : t.dashboardId);
|
|
523
|
-
})) == null ? void 0 : g.chatId), { isError: c, data: l, isSuccess: d } =
|
|
523
|
+
})) == null ? void 0 : g.chatId), { isError: c, data: l, isSuccess: d } = v1(e, o && !i && !a, t);
|
|
524
524
|
return ne(() => {
|
|
525
525
|
d && l && !a && s.saveChatId(l.chatId, e, t);
|
|
526
526
|
}, [
|
|
@@ -535,8 +535,17 @@ const u1 = (e) => {
|
|
|
535
535
|
isLoading: i,
|
|
536
536
|
isError: c
|
|
537
537
|
};
|
|
538
|
-
},
|
|
539
|
-
|
|
538
|
+
}, dt = (e) => F(() => {
|
|
539
|
+
if (e != null && e.length) {
|
|
540
|
+
const t = e[e.length - 1];
|
|
541
|
+
if (De(t))
|
|
542
|
+
return JSON.parse(t.content);
|
|
543
|
+
}
|
|
544
|
+
return null;
|
|
545
|
+
}, [
|
|
546
|
+
e
|
|
547
|
+
]), De = (e) => !!e && "type" in e && e.type === "nlq", S1 = (e) => !!e && "type" in e && e.type === "text", M1 = (e, t) => {
|
|
548
|
+
const { t: o } = w(), { enableFollowupQuestions: r } = P(), { chatId: i, isError: s } = He(e, t, !0), [a, c] = L(null), { history: l, isLoading: d, isError: g } = Fe(i);
|
|
540
549
|
ne(() => {
|
|
541
550
|
s ? c(new ke("ai.errors.chatUnavailable")) : g && c(new ke("ai.errors.fetchHistory"));
|
|
542
551
|
}, [
|
|
@@ -544,16 +553,7 @@ const u1 = (e) => {
|
|
|
544
553
|
g,
|
|
545
554
|
o
|
|
546
555
|
]);
|
|
547
|
-
const { mutate: h, isLoading: C } =
|
|
548
|
-
if (l != null && l.length) {
|
|
549
|
-
const y = l[l.length - 1];
|
|
550
|
-
if (Be(y))
|
|
551
|
-
return JSON.parse(y.content);
|
|
552
|
-
}
|
|
553
|
-
return null;
|
|
554
|
-
}, [
|
|
555
|
-
l
|
|
556
|
-
]);
|
|
556
|
+
const { mutate: h, isLoading: C } = k1(i, r), m = dt(l);
|
|
557
557
|
return {
|
|
558
558
|
chatId: i,
|
|
559
559
|
history: l != null ? l : [],
|
|
@@ -563,29 +563,32 @@ const u1 = (e) => {
|
|
|
563
563
|
isLoading: d,
|
|
564
564
|
lastError: a
|
|
565
565
|
};
|
|
566
|
-
},
|
|
567
|
-
const { chatId: o } =
|
|
568
|
-
return
|
|
566
|
+
}, $n = ({ contextTitle: e, contextDetails: t }) => {
|
|
567
|
+
const { chatId: o } = He(e, t), { history: r } = Fe(o);
|
|
568
|
+
return dt(r);
|
|
569
|
+
}, Zn = ({ contextTitle: e, contextDetails: t }) => {
|
|
570
|
+
const { chatId: o } = He(e, t), { history: r } = Fe(o);
|
|
571
|
+
return F(() => {
|
|
569
572
|
if (r != null && r.length) {
|
|
570
|
-
const i = r
|
|
571
|
-
if (
|
|
573
|
+
const i = r.slice().reverse().find(De);
|
|
574
|
+
if (i)
|
|
572
575
|
return JSON.parse(i.content);
|
|
573
576
|
}
|
|
574
577
|
return null;
|
|
575
578
|
}, [
|
|
576
579
|
r
|
|
577
580
|
]);
|
|
578
|
-
},
|
|
581
|
+
}, T1 = 500, L1 = 500, R1 = 500, I1 = 900, E1 = /* @__PURE__ */ u("div", {
|
|
579
582
|
target: "e1ldv6710",
|
|
580
583
|
label: "ChatFrame"
|
|
581
|
-
})("box-sizing:border-box;position:relative;display:flex;flex-direction:column;border:1px solid #c6c9ce;border-radius:", ({ theme: e }) => e.aiChat.borderRadius, ";background-color:", ({ theme: e }) => e.aiChat.backgroundColor, ";overflow:hidden;min-width:",
|
|
584
|
+
})("box-sizing:border-box;position:relative;display:flex;flex-direction:column;border:1px solid #c6c9ce;border-radius:", ({ theme: e }) => e.aiChat.borderRadius, ";background-color:", ({ theme: e }) => e.aiChat.backgroundColor, ";overflow:hidden;min-width:", T1, "px;min-height:", L1, "px;width:", ({ width: e }) => e ? Qe(e) : `${R1}px`, ";height:", ({ height: e }) => e ? Qe(e) : `${I1}px`, ";", ({ theme: e }) => I`
|
|
582
585
|
font-size: ${e.aiChat.primaryFontSize[0]};
|
|
583
586
|
line-height: ${e.aiChat.primaryFontSize[1]};
|
|
584
587
|
`, " border:", ({ theme: e }) => e.aiChat.border === !1 ? "none" : e.aiChat.border, ";");
|
|
585
|
-
function
|
|
588
|
+
function Qe(e) {
|
|
586
589
|
return typeof e == "number" ? `${e}px` : e;
|
|
587
590
|
}
|
|
588
|
-
function
|
|
591
|
+
function N1({ spin: e }) {
|
|
589
592
|
return /* @__PURE__ */ p("svg", {
|
|
590
593
|
xmlns: "http://www.w3.org/2000/svg",
|
|
591
594
|
width: "24",
|
|
@@ -614,12 +617,12 @@ function fe() {
|
|
|
614
617
|
return /* @__PURE__ */ n("div", {
|
|
615
618
|
className: "csdk-m-auto",
|
|
616
619
|
"aria-label": "loading spinner",
|
|
617
|
-
children: /* @__PURE__ */ n(
|
|
620
|
+
children: /* @__PURE__ */ n(N1, {
|
|
618
621
|
spin: !0
|
|
619
622
|
})
|
|
620
623
|
});
|
|
621
624
|
}
|
|
622
|
-
function
|
|
625
|
+
function B1({ theme: e }) {
|
|
623
626
|
return /* @__PURE__ */ n("svg", {
|
|
624
627
|
width: "24",
|
|
625
628
|
height: "24",
|
|
@@ -632,7 +635,7 @@ function R1({ theme: e }) {
|
|
|
632
635
|
})
|
|
633
636
|
});
|
|
634
637
|
}
|
|
635
|
-
function
|
|
638
|
+
function F1({ theme: e }) {
|
|
636
639
|
const t = e.aiChat.icons.color;
|
|
637
640
|
return /* @__PURE__ */ p("svg", {
|
|
638
641
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -656,26 +659,26 @@ function I1({ theme: e }) {
|
|
|
656
659
|
]
|
|
657
660
|
});
|
|
658
661
|
}
|
|
659
|
-
const
|
|
662
|
+
const H1 = /* @__PURE__ */ u("div", {
|
|
660
663
|
target: "e1q6h1ze0",
|
|
661
664
|
label: "Section"
|
|
662
|
-
})("display:flex;flex-direction:column;row-gap:4px;"),
|
|
665
|
+
})("display:flex;flex-direction:column;row-gap:4px;"), D1 = /* @__PURE__ */ u("div", {
|
|
663
666
|
target: "e1q6h1ze1",
|
|
664
667
|
label: "SectionHeader"
|
|
665
|
-
})("font-size:11px;line-height:18px;font-weight:300;color:", ({ theme: e }) => e.aiChat.dropup.headers.textColor, ";cursor:pointer;padding:4px 12px;&:hover{background-color:", ({ theme: e }) => e.aiChat.dropup.headers.hover.backgroundColor, ";}"),
|
|
668
|
+
})("font-size:11px;line-height:18px;font-weight:300;color:", ({ theme: e }) => e.aiChat.dropup.headers.textColor, ";cursor:pointer;padding:4px 12px;&:hover{background-color:", ({ theme: e }) => e.aiChat.dropup.headers.hover.backgroundColor, ";}"), P1 = /* @__PURE__ */ u("div", {
|
|
666
669
|
target: "e1q6h1ze2",
|
|
667
670
|
label: "DropupItem"
|
|
668
671
|
})("font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";color:", ({ theme: e }) => e.aiChat.dropup.items.textColor, ";cursor:pointer;padding:4px 12px;&:hover{background-color:", ({ theme: e }) => e.aiChat.dropup.items.hover.backgroundColor, ";}");
|
|
669
|
-
function
|
|
672
|
+
function q1({ title: e, items: t, onSelect: o, alwaysExpanded: r = !1 }) {
|
|
670
673
|
const [i, s] = L(!1), { themeSettings: a } = b();
|
|
671
|
-
return /* @__PURE__ */ p(
|
|
674
|
+
return /* @__PURE__ */ p(H1, {
|
|
672
675
|
children: [
|
|
673
|
-
/* @__PURE__ */ n(
|
|
676
|
+
/* @__PURE__ */ n(D1, {
|
|
674
677
|
onClick: () => s((c) => !c),
|
|
675
678
|
theme: a,
|
|
676
679
|
children: e.toUpperCase()
|
|
677
680
|
}),
|
|
678
|
-
(i || r) && t.map((c, l) => /* @__PURE__ */ n(
|
|
681
|
+
(i || r) && t.map((c, l) => /* @__PURE__ */ n(P1, {
|
|
679
682
|
onClick: () => o(c),
|
|
680
683
|
theme: a,
|
|
681
684
|
children: c
|
|
@@ -683,14 +686,14 @@ function B1({ title: e, items: t, onSelect: o, alwaysExpanded: r = !1 }) {
|
|
|
683
686
|
]
|
|
684
687
|
});
|
|
685
688
|
}
|
|
686
|
-
const
|
|
689
|
+
const O1 = /* @__PURE__ */ u("div", {
|
|
687
690
|
target: "e10x5x4a0",
|
|
688
691
|
label: "PopupContent"
|
|
689
|
-
})("font-family:", ({ theme: e }) => e.typography.fontFamily, ";font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";background-color:", ({ theme: e }) => e.aiChat.dropup.backgroundColor, ";border-radius:", ({ theme: e }) => e.aiChat.dropup.borderRadius, ";box-shadow:", ({ theme: e }) => e.aiChat.dropup.boxShadow, ";padding-top:8px;padding-bottom:8px;display:flex;flex-direction:column;row-gap:4px;"),
|
|
692
|
+
})("font-family:", ({ theme: e }) => e.typography.fontFamily, ";font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";background-color:", ({ theme: e }) => e.aiChat.dropup.backgroundColor, ";border-radius:", ({ theme: e }) => e.aiChat.dropup.borderRadius, ";box-shadow:", ({ theme: e }) => e.aiChat.dropup.boxShadow, ";padding-top:8px;padding-bottom:8px;display:flex;flex-direction:column;row-gap:4px;"), A1 = /* @__PURE__ */ u("div", {
|
|
690
693
|
target: "e10x5x4a1",
|
|
691
694
|
label: "ErrorMessage"
|
|
692
695
|
})("font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";color:", ({ theme: e }) => e.aiChat.dropup.items.textColor, ";padding:4px 12px;"), Me = (e) => e.startsWith("/");
|
|
693
|
-
function
|
|
696
|
+
function W1({ recentPrompts: e, suggestions: t, isLoading: o, onSelection: r, anchorEl: i, text: s, recommendationsError: a }) {
|
|
694
697
|
const l = [
|
|
695
698
|
{
|
|
696
699
|
title: "/recent searches",
|
|
@@ -702,8 +705,8 @@ function P1({ recentPrompts: e, suggestions: t, isLoading: o, onSelection: r, an
|
|
|
702
705
|
items: t,
|
|
703
706
|
onSelect: r
|
|
704
707
|
}
|
|
705
|
-
].filter((C) => C.title.slice(0, s.length) === s), { themeSettings: d } = b(), { t: g } =
|
|
706
|
-
return /* @__PURE__ */ n(
|
|
708
|
+
].filter((C) => C.title.slice(0, s.length) === s), { themeSettings: d } = b(), { t: g } = w(), h = l.length === 1;
|
|
709
|
+
return /* @__PURE__ */ n(Xe, {
|
|
707
710
|
open: Me(s) && l.length > 0,
|
|
708
711
|
anchorEl: i,
|
|
709
712
|
placement: "top-start",
|
|
@@ -721,17 +724,17 @@ function P1({ recentPrompts: e, suggestions: t, isLoading: o, onSelection: r, an
|
|
|
721
724
|
sx: {
|
|
722
725
|
zIndex: 3
|
|
723
726
|
},
|
|
724
|
-
children: /* @__PURE__ */ p(
|
|
727
|
+
children: /* @__PURE__ */ p(O1, {
|
|
725
728
|
style: {
|
|
726
729
|
width: i == null ? void 0 : i.offsetWidth
|
|
727
730
|
},
|
|
728
731
|
theme: d,
|
|
729
732
|
children: [
|
|
730
733
|
o && /* @__PURE__ */ n(fe, {}),
|
|
731
|
-
!o && !a && l.map((C) => /* @__PURE__ */ n(
|
|
734
|
+
!o && !a && l.map((C) => /* @__PURE__ */ n(q1, M(v({}, C), {
|
|
732
735
|
alwaysExpanded: h
|
|
733
736
|
}), C.title)),
|
|
734
|
-
a && /* @__PURE__ */ n(
|
|
737
|
+
a && /* @__PURE__ */ n(A1, {
|
|
735
738
|
theme: d,
|
|
736
739
|
children: g("ai.errors.recommendationsNotAvailable")
|
|
737
740
|
})
|
|
@@ -741,7 +744,7 @@ function P1({ recentPrompts: e, suggestions: t, isLoading: o, onSelection: r, an
|
|
|
741
744
|
}
|
|
742
745
|
function ie({ title: e, placement: t = "top", children: o }) {
|
|
743
746
|
const { themeSettings: r } = b();
|
|
744
|
-
return /* @__PURE__ */ n(
|
|
747
|
+
return /* @__PURE__ */ n(Rt, {
|
|
745
748
|
title: e,
|
|
746
749
|
placement: t,
|
|
747
750
|
disableInteractive: !0,
|
|
@@ -769,16 +772,16 @@ function ie({ title: e, placement: t = "top", children: o }) {
|
|
|
769
772
|
children: o
|
|
770
773
|
});
|
|
771
774
|
}
|
|
772
|
-
const
|
|
775
|
+
const z1 = 500, $1 = /* @__PURE__ */ u("div", {
|
|
773
776
|
target: "e6iwkw10",
|
|
774
777
|
label: "ChatInputContainer"
|
|
775
|
-
})("display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;background-color:", ({ theme: e }) => e.aiChat.backgroundColor, ";"),
|
|
778
|
+
})("display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;background-color:", ({ theme: e }) => e.aiChat.backgroundColor, ";"), Z1 = /* @__PURE__ */ u("button", {
|
|
776
779
|
target: "e6iwkw11",
|
|
777
780
|
label: "ClearHistoryButton"
|
|
778
|
-
})("height:34px;background-color:inherit;cursor:pointer;border:none;"),
|
|
781
|
+
})("height:34px;background-color:inherit;cursor:pointer;border:none;"), j1 = /* @__PURE__ */ u("textarea", {
|
|
779
782
|
target: "e6iwkw12",
|
|
780
783
|
label: "TextInput"
|
|
781
|
-
})("font-size:inherit;line-height:inherit;resize:none;overflow-y:auto;box-sizing:border-box;max-height:88px;width:100%;padding-top:7px;padding-bottom:7px;padding-left:16px;padding-right:16px;margin-left:10px;margin-right:10px;border-width:1px;border-color:rgb(38 46 61 / 0.15);border-radius:0.5rem;&:focus{outline:1px solid ", ({ theme: e }) => e.aiChat.input.focus.outlineColor, ";}font-family:inherit;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";background-color:", ({ theme: e }) => e.aiChat.input.backgroundColor, ";"),
|
|
784
|
+
})("font-size:inherit;line-height:inherit;resize:none;overflow-y:auto;box-sizing:border-box;max-height:88px;width:100%;padding-top:7px;padding-bottom:7px;padding-left:16px;padding-right:16px;margin-left:10px;margin-right:10px;border-width:1px;border-color:rgb(38 46 61 / 0.15);border-radius:0.5rem;&:focus{outline:1px solid ", ({ theme: e }) => e.aiChat.input.focus.outlineColor, ";}font-family:inherit;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";background-color:", ({ theme: e }) => e.aiChat.input.backgroundColor, ";"), G1 = /* @__PURE__ */ u("button", {
|
|
782
785
|
target: "e6iwkw13",
|
|
783
786
|
label: "SendMessageButton"
|
|
784
787
|
})("height:34px;background-color:inherit;border-style:none;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";", ({ disabled: e }) => e ? I`
|
|
@@ -787,115 +790,115 @@ const q1 = 500, O1 = /* @__PURE__ */ u("div", {
|
|
|
787
790
|
` : I`
|
|
788
791
|
opacity: 1;
|
|
789
792
|
cursor: pointer;
|
|
790
|
-
`),
|
|
791
|
-
function
|
|
792
|
-
const [l, d] = L(""), { inputPromptText: g } =
|
|
793
|
+
`), V1 = 34;
|
|
794
|
+
function Q1({ onSendMessage: e, onClearHistoryClick: t, disabled: o, recentPrompts: r, suggestions: i, isLoading: s, recommendationsError: a, onChange: c }) {
|
|
795
|
+
const [l, d] = L(""), { inputPromptText: g } = P(), h = S(() => {
|
|
793
796
|
if (o)
|
|
794
797
|
return;
|
|
795
798
|
if (Me(l)) {
|
|
796
799
|
d("");
|
|
797
800
|
return;
|
|
798
801
|
}
|
|
799
|
-
const
|
|
800
|
-
|
|
802
|
+
const y = l.trim();
|
|
803
|
+
y.length !== 0 && (e(y), d(""));
|
|
801
804
|
}, [
|
|
802
805
|
o,
|
|
803
806
|
e,
|
|
804
807
|
l
|
|
805
|
-
]), C =
|
|
806
|
-
e(
|
|
808
|
+
]), C = S((y) => {
|
|
809
|
+
e(y), d("");
|
|
807
810
|
}, [
|
|
808
811
|
e
|
|
809
|
-
]), m =
|
|
810
|
-
|
|
812
|
+
]), m = S((y) => {
|
|
813
|
+
y.key === "Enter" ? (y.preventDefault(), h()) : y.key === "Escape" && Me(l) && d("");
|
|
811
814
|
}, [
|
|
812
815
|
h,
|
|
813
816
|
l
|
|
814
|
-
]),
|
|
815
|
-
c == null || c(
|
|
817
|
+
]), k = S((y) => {
|
|
818
|
+
c == null || c(y.target.value), d(y.target.value);
|
|
816
819
|
}, [
|
|
817
820
|
c
|
|
818
|
-
]),
|
|
821
|
+
]), x = U(null);
|
|
819
822
|
ue(() => {
|
|
820
|
-
|
|
823
|
+
x.current && (x.current.style.height = "inherit", x.current.style.height = `${Math.max(x.current.scrollHeight + 2, V1)}px`);
|
|
821
824
|
}, [
|
|
822
825
|
l
|
|
823
826
|
]), ue(() => {
|
|
824
|
-
|
|
827
|
+
x.current && x.current.focus({
|
|
825
828
|
preventScroll: !0
|
|
826
829
|
});
|
|
827
830
|
}, []);
|
|
828
|
-
const { themeSettings:
|
|
831
|
+
const { themeSettings: T } = b(), { t: E } = w(), Z = S((y) => {
|
|
829
832
|
var V;
|
|
830
|
-
if ((V = document.getElementById("csdk-chatbot-frame")) != null && V.contains(
|
|
831
|
-
const
|
|
833
|
+
if ((V = document.getElementById("csdk-chatbot-frame")) != null && V.contains(y.relatedTarget)) {
|
|
834
|
+
const D = (Q) => {
|
|
832
835
|
var j;
|
|
833
|
-
document.removeEventListener("mouseup",
|
|
836
|
+
document.removeEventListener("mouseup", D), document.removeEventListener("keyup", D), Q.type === "mouseup" && ((j = document.getSelection()) == null ? void 0 : j.type) !== "Range" && y.target.focus({
|
|
834
837
|
preventScroll: !0
|
|
835
838
|
});
|
|
836
839
|
};
|
|
837
|
-
document.addEventListener("mouseup",
|
|
840
|
+
document.addEventListener("mouseup", D), document.addEventListener("keyup", D);
|
|
838
841
|
}
|
|
839
842
|
}, []);
|
|
840
|
-
return /* @__PURE__ */ p(
|
|
841
|
-
theme:
|
|
843
|
+
return /* @__PURE__ */ p($1, {
|
|
844
|
+
theme: T,
|
|
842
845
|
children: [
|
|
843
|
-
/* @__PURE__ */ n(
|
|
846
|
+
/* @__PURE__ */ n(W1, {
|
|
844
847
|
recentPrompts: r,
|
|
845
848
|
suggestions: i,
|
|
846
849
|
isLoading: s,
|
|
847
850
|
onSelection: C,
|
|
848
|
-
anchorEl:
|
|
851
|
+
anchorEl: x.current,
|
|
849
852
|
text: l,
|
|
850
853
|
recommendationsError: a
|
|
851
854
|
}),
|
|
852
855
|
t && /* @__PURE__ */ n(ie, {
|
|
853
|
-
title:
|
|
856
|
+
title: E("ai.buttons.clearChat"),
|
|
854
857
|
placement: "bottom-start",
|
|
855
|
-
children: /* @__PURE__ */ n(
|
|
858
|
+
children: /* @__PURE__ */ n(Z1, {
|
|
856
859
|
"aria-label": "clear history",
|
|
857
860
|
onClick: t,
|
|
858
|
-
children: /* @__PURE__ */ n(
|
|
859
|
-
theme:
|
|
861
|
+
children: /* @__PURE__ */ n(F1, {
|
|
862
|
+
theme: T
|
|
860
863
|
})
|
|
861
864
|
})
|
|
862
865
|
}),
|
|
863
|
-
/* @__PURE__ */ n(
|
|
866
|
+
/* @__PURE__ */ n(j1, {
|
|
864
867
|
"aria-label": "chat input",
|
|
865
868
|
onBlur: Z,
|
|
866
|
-
maxLength:
|
|
867
|
-
ref:
|
|
869
|
+
maxLength: z1,
|
|
870
|
+
ref: x,
|
|
868
871
|
rows: 1,
|
|
869
|
-
onChange:
|
|
872
|
+
onChange: k,
|
|
870
873
|
spellCheck: "true",
|
|
871
874
|
placeholder: g,
|
|
872
875
|
value: l,
|
|
873
876
|
onKeyDown: m,
|
|
874
|
-
theme:
|
|
877
|
+
theme: T
|
|
875
878
|
}),
|
|
876
|
-
/* @__PURE__ */ n(
|
|
879
|
+
/* @__PURE__ */ n(G1, {
|
|
877
880
|
"aria-label": "send chat message",
|
|
878
881
|
disabled: o || l.length === 0,
|
|
879
882
|
onClick: h,
|
|
880
|
-
theme:
|
|
883
|
+
theme: T,
|
|
881
884
|
children: /* @__PURE__ */ n("span", {
|
|
882
885
|
"data-state": "closed",
|
|
883
|
-
children: /* @__PURE__ */ n(
|
|
884
|
-
theme:
|
|
886
|
+
children: /* @__PURE__ */ n(B1, {
|
|
887
|
+
theme: T
|
|
885
888
|
})
|
|
886
889
|
})
|
|
887
890
|
})
|
|
888
891
|
]
|
|
889
892
|
});
|
|
890
893
|
}
|
|
891
|
-
const
|
|
894
|
+
const _1 = /* @__PURE__ */ u("div", {
|
|
892
895
|
target: "er3yjg60",
|
|
893
896
|
label: "FlexContainer"
|
|
894
897
|
})("display:flex;", ({ align: e }) => e === "right" ? I`
|
|
895
898
|
justify-content: flex-end;
|
|
896
899
|
` : I`
|
|
897
900
|
justify-content: flex-start;
|
|
898
|
-
`),
|
|
901
|
+
`), ut = /* @__PURE__ */ u("div", {
|
|
899
902
|
target: "er3yjg61",
|
|
900
903
|
label: "MessageContainer"
|
|
901
904
|
})("font-size:inherit;line-height:inherit;padding-top:8.5px;padding-bottom:8.5px;padding-left:0.5rem;padding-right:0.5rem;white-space:pre-wrap;overflow-wrap:break-word;box-sizing:border-box;", ({ align: e }) => e === "right" ? I`
|
|
@@ -908,43 +911,43 @@ const j1 = /* @__PURE__ */ u("div", {
|
|
|
908
911
|
max-width: 85%;
|
|
909
912
|
` : "", " color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";background-color:", ({ theme: e, align: t }) => t === "right" ? e.aiChat.userMessages.backgroundColor : e.aiChat.systemMessages.backgroundColor, ";"), $ = ({ align: e, children: t }) => {
|
|
910
913
|
const { themeSettings: o } = b();
|
|
911
|
-
return /* @__PURE__ */ n(
|
|
914
|
+
return /* @__PURE__ */ n(_1, {
|
|
912
915
|
theme: o,
|
|
913
916
|
align: e,
|
|
914
|
-
children: /* @__PURE__ */ n(
|
|
917
|
+
children: /* @__PURE__ */ n(ut, {
|
|
915
918
|
theme: o,
|
|
916
919
|
align: e,
|
|
917
920
|
children: t
|
|
918
921
|
})
|
|
919
922
|
});
|
|
920
923
|
};
|
|
921
|
-
function
|
|
922
|
-
const { welcomeText: e } =
|
|
924
|
+
function U1() {
|
|
925
|
+
const { welcomeText: e } = P();
|
|
923
926
|
return e === !1 ? null : /* @__PURE__ */ n($, {
|
|
924
927
|
align: "left",
|
|
925
928
|
children: e
|
|
926
929
|
});
|
|
927
930
|
}
|
|
928
|
-
const
|
|
931
|
+
const K1 = /* @__PURE__ */ u("div", {
|
|
929
932
|
target: "e1r5p4wy0",
|
|
930
933
|
label: "Container"
|
|
931
|
-
})("margin:auto;display:flex;flex-direction:column;align-items:center;row-gap:21px;"),
|
|
934
|
+
})("margin:auto;display:flex;flex-direction:column;align-items:center;row-gap:21px;"), J1 = /* @__PURE__ */ u("div", {
|
|
932
935
|
target: "e1r5p4wy1",
|
|
933
936
|
label: "Title"
|
|
934
|
-
})("color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";text-align:center;font-weight:600;"),
|
|
937
|
+
})("color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";text-align:center;font-weight:600;"), Y1 = /* @__PURE__ */ u("div", {
|
|
935
938
|
target: "e1r5p4wy2",
|
|
936
939
|
label: "ActionButton"
|
|
937
940
|
})("color:rgba(54,163,217,1);cursor:pointer;");
|
|
938
|
-
function
|
|
941
|
+
function ht({ text: e, action: t }) {
|
|
939
942
|
const { themeSettings: o } = b();
|
|
940
|
-
return /* @__PURE__ */ p(
|
|
943
|
+
return /* @__PURE__ */ p(K1, {
|
|
941
944
|
children: [
|
|
942
|
-
/* @__PURE__ */ n(
|
|
945
|
+
/* @__PURE__ */ n(J1, {
|
|
943
946
|
theme: o,
|
|
944
947
|
children: e
|
|
945
948
|
}),
|
|
946
|
-
/* @__PURE__ */ n(
|
|
947
|
-
t && /* @__PURE__ */ n(
|
|
949
|
+
/* @__PURE__ */ n(It, {}),
|
|
950
|
+
t && /* @__PURE__ */ n(Y1, {
|
|
948
951
|
onClick: t.onClick,
|
|
949
952
|
children: t.text
|
|
950
953
|
})
|
|
@@ -955,7 +958,7 @@ const de = /* @__PURE__ */ u("div", {
|
|
|
955
958
|
target: "e3ryei50",
|
|
956
959
|
label: "Dot"
|
|
957
960
|
})("width:5px;height:5px;border-radius:50%;background-color:", (e) => e.color, ";animation:hop 0.9s ease-out infinite;&:nth-of-type(2){animation-delay:0.1s;}&:nth-of-type(3){animation-delay:0.2s;}&:nth-of-type(4){animation-delay:0.3s;}@keyframes hop{0%,40%{transform:translateY(0);}20%{transform:translateY(-100%);}}");
|
|
958
|
-
function
|
|
961
|
+
function Pe() {
|
|
959
962
|
const { themeSettings: e } = b(), t = e.aiChat.icons.color;
|
|
960
963
|
return /* @__PURE__ */ p("div", {
|
|
961
964
|
className: "csdk-flex csdk-justify-between csdk-w-[28px] csdk-py-[14.5px]",
|
|
@@ -976,14 +979,14 @@ function Fe() {
|
|
|
976
979
|
]
|
|
977
980
|
});
|
|
978
981
|
}
|
|
979
|
-
const
|
|
982
|
+
const X1 = /* @__PURE__ */ u("div", {
|
|
980
983
|
target: "ed5z2fc0",
|
|
981
984
|
label: "FlexContainer"
|
|
982
985
|
})("display:flex;", ({ align: e }) => e === "right" ? I`
|
|
983
986
|
justify-content: flex-end;
|
|
984
987
|
` : I`
|
|
985
988
|
justify-content: flex-start;
|
|
986
|
-
`),
|
|
989
|
+
`), eo = /* @__PURE__ */ u("button", {
|
|
987
990
|
target: "ed5z2fc1",
|
|
988
991
|
label: "MessageButton"
|
|
989
992
|
})("font-family:inherit;font-size:inherit;line-height:inherit;border:", ({ theme: e }) => e.aiChat.clickableMessages.border, ";padding:0;cursor:pointer;color:", ({ theme: e }) => e.aiChat.clickableMessages.textColor, ";background-color:", ({ theme: e }) => e.aiChat.clickableMessages.backgroundColor, ";&:hover{color:", ({ theme: e }) => e.aiChat.clickableMessages.hover.textColor, ";background-color:", ({ theme: e }) => e.aiChat.clickableMessages.hover.backgroundColor, ";}border-radius:20px;", ({ align: e }) => e === "right" ? I`
|
|
@@ -1020,9 +1023,9 @@ const U1 = /* @__PURE__ */ u("div", {
|
|
|
1020
1023
|
});
|
|
1021
1024
|
function he({ children: e, align: t, onClick: o, onMouseEnter: r, onMouseLeave: i, accessibleName: s }) {
|
|
1022
1025
|
const { themeSettings: a } = b();
|
|
1023
|
-
return /* @__PURE__ */ n(
|
|
1026
|
+
return /* @__PURE__ */ n(X1, {
|
|
1024
1027
|
align: t,
|
|
1025
|
-
children: /* @__PURE__ */ n(
|
|
1028
|
+
children: /* @__PURE__ */ n(eo, {
|
|
1026
1029
|
"aria-label": s,
|
|
1027
1030
|
theme: a,
|
|
1028
1031
|
onClick: o,
|
|
@@ -1033,9 +1036,9 @@ function he({ children: e, align: t, onClick: o, onMouseEnter: r, onMouseLeave:
|
|
|
1033
1036
|
})
|
|
1034
1037
|
});
|
|
1035
1038
|
}
|
|
1036
|
-
function
|
|
1037
|
-
const { t: o } =
|
|
1038
|
-
return /* @__PURE__ */ p(
|
|
1039
|
+
function to({ onCancel: e, onConfirm: t }) {
|
|
1040
|
+
const { t: o } = w();
|
|
1041
|
+
return /* @__PURE__ */ p(B, {
|
|
1039
1042
|
children: [
|
|
1040
1043
|
/* @__PURE__ */ n($, {
|
|
1041
1044
|
align: "left",
|
|
@@ -1067,19 +1070,19 @@ function J1({ onCancel: e, onConfirm: t }) {
|
|
|
1067
1070
|
]
|
|
1068
1071
|
});
|
|
1069
1072
|
}
|
|
1070
|
-
function
|
|
1071
|
-
return
|
|
1073
|
+
function oo(e) {
|
|
1074
|
+
return Nt("MuiDialog", e);
|
|
1072
1075
|
}
|
|
1073
|
-
const we =
|
|
1074
|
-
process.env.NODE_ENV !== "production" && (
|
|
1075
|
-
const
|
|
1076
|
+
const we = Et("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), pt = /* @__PURE__ */ z.createContext({});
|
|
1077
|
+
process.env.NODE_ENV !== "production" && (pt.displayName = "DialogContext");
|
|
1078
|
+
const no = ["aria-describedby", "aria-labelledby", "BackdropComponent", "BackdropProps", "children", "className", "disableEscapeKeyDown", "fullScreen", "fullWidth", "maxWidth", "onBackdropClick", "onClick", "onClose", "open", "PaperComponent", "PaperProps", "scroll", "TransitionComponent", "transitionDuration", "TransitionProps"], ro = ge(Bt, {
|
|
1076
1079
|
name: "MuiDialog",
|
|
1077
1080
|
slot: "Backdrop",
|
|
1078
1081
|
overrides: (e, t) => t.backdrop
|
|
1079
1082
|
})({
|
|
1080
1083
|
// Improve scrollable dialog support.
|
|
1081
1084
|
zIndex: -1
|
|
1082
|
-
}),
|
|
1085
|
+
}), io = (e) => {
|
|
1083
1086
|
const {
|
|
1084
1087
|
classes: t,
|
|
1085
1088
|
scroll: o,
|
|
@@ -1091,8 +1094,8 @@ const X1 = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1091
1094
|
container: ["container", `scroll${_(o)}`],
|
|
1092
1095
|
paper: ["paper", `paperScroll${_(o)}`, `paperWidth${_(String(r))}`, i && "paperFullWidth", s && "paperFullScreen"]
|
|
1093
1096
|
};
|
|
1094
|
-
return
|
|
1095
|
-
},
|
|
1097
|
+
return Ot(a, oo, t);
|
|
1098
|
+
}, so = ge(Ft, {
|
|
1096
1099
|
name: "MuiDialog",
|
|
1097
1100
|
slot: "Root",
|
|
1098
1101
|
overridesResolver: (e, t) => t.root
|
|
@@ -1101,7 +1104,7 @@ const X1 = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1101
1104
|
// Use !important to override the Modal inline-style.
|
|
1102
1105
|
position: "absolute !important"
|
|
1103
1106
|
}
|
|
1104
|
-
}),
|
|
1107
|
+
}), ao = ge("div", {
|
|
1105
1108
|
name: "MuiDialog",
|
|
1106
1109
|
slot: "Container",
|
|
1107
1110
|
overridesResolver: (e, t) => {
|
|
@@ -1134,7 +1137,7 @@ const X1 = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1134
1137
|
height: "100%",
|
|
1135
1138
|
width: "0"
|
|
1136
1139
|
}
|
|
1137
|
-
})),
|
|
1140
|
+
})), lo = ge(et, {
|
|
1138
1141
|
name: "MuiDialog",
|
|
1139
1142
|
slot: "Paper",
|
|
1140
1143
|
overridesResolver: (e, t) => {
|
|
@@ -1193,11 +1196,11 @@ const X1 = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1193
1196
|
margin: 0,
|
|
1194
1197
|
maxWidth: "100%"
|
|
1195
1198
|
}
|
|
1196
|
-
})),
|
|
1197
|
-
const r =
|
|
1199
|
+
})), gt = /* @__PURE__ */ z.forwardRef(function(t, o) {
|
|
1200
|
+
const r = Ht({
|
|
1198
1201
|
props: t,
|
|
1199
1202
|
name: "MuiDialog"
|
|
1200
|
-
}), i =
|
|
1203
|
+
}), i = Dt(), s = {
|
|
1201
1204
|
enter: i.transitions.duration.enteringScreen,
|
|
1202
1205
|
exit: i.transitions.duration.leavingScreen
|
|
1203
1206
|
}, {
|
|
@@ -1209,36 +1212,36 @@ const X1 = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1209
1212
|
className: h,
|
|
1210
1213
|
disableEscapeKeyDown: C = !1,
|
|
1211
1214
|
fullScreen: m = !1,
|
|
1212
|
-
fullWidth:
|
|
1213
|
-
maxWidth:
|
|
1214
|
-
onBackdropClick:
|
|
1215
|
-
onClick:
|
|
1215
|
+
fullWidth: k = !1,
|
|
1216
|
+
maxWidth: x = "sm",
|
|
1217
|
+
onBackdropClick: T,
|
|
1218
|
+
onClick: E,
|
|
1216
1219
|
onClose: Z,
|
|
1217
|
-
open:
|
|
1218
|
-
PaperComponent: V =
|
|
1219
|
-
PaperProps:
|
|
1220
|
+
open: y,
|
|
1221
|
+
PaperComponent: V = et,
|
|
1222
|
+
PaperProps: D = {},
|
|
1220
1223
|
scroll: Q = "paper",
|
|
1221
|
-
TransitionComponent: j =
|
|
1224
|
+
TransitionComponent: j = At,
|
|
1222
1225
|
transitionDuration: J = s,
|
|
1223
1226
|
TransitionProps: me
|
|
1224
|
-
} = r, xe =
|
|
1227
|
+
} = r, xe = Pt(r, no), q = G({}, r, {
|
|
1225
1228
|
disableEscapeKeyDown: C,
|
|
1226
1229
|
fullScreen: m,
|
|
1227
|
-
fullWidth:
|
|
1228
|
-
maxWidth:
|
|
1230
|
+
fullWidth: k,
|
|
1231
|
+
maxWidth: x,
|
|
1229
1232
|
scroll: Q
|
|
1230
|
-
}), Y =
|
|
1231
|
-
|
|
1233
|
+
}), Y = io(q), N = z.useRef(), ae = (O) => {
|
|
1234
|
+
N.current = O.target === O.currentTarget;
|
|
1232
1235
|
}, ye = (O) => {
|
|
1233
|
-
|
|
1234
|
-
}, X =
|
|
1236
|
+
E && E(O), N.current && (N.current = null, T && T(O), Z && Z(O, "backdropClick"));
|
|
1237
|
+
}, X = qt(c), le = z.useMemo(() => ({
|
|
1235
1238
|
titleId: X
|
|
1236
1239
|
}), [X]);
|
|
1237
|
-
return /* @__PURE__ */ ee(
|
|
1240
|
+
return /* @__PURE__ */ ee(so, G({
|
|
1238
1241
|
className: ve(Y.root, h),
|
|
1239
1242
|
closeAfterTransition: !0,
|
|
1240
1243
|
components: {
|
|
1241
|
-
Backdrop:
|
|
1244
|
+
Backdrop: ro
|
|
1242
1245
|
},
|
|
1243
1246
|
componentsProps: {
|
|
1244
1247
|
backdrop: G({
|
|
@@ -1248,31 +1251,31 @@ const X1 = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1248
1251
|
},
|
|
1249
1252
|
disableEscapeKeyDown: C,
|
|
1250
1253
|
onClose: Z,
|
|
1251
|
-
open:
|
|
1254
|
+
open: y,
|
|
1252
1255
|
ref: o,
|
|
1253
1256
|
onClick: ye,
|
|
1254
1257
|
ownerState: q
|
|
1255
1258
|
}, xe, {
|
|
1256
1259
|
children: /* @__PURE__ */ ee(j, G({
|
|
1257
1260
|
appear: !0,
|
|
1258
|
-
in:
|
|
1261
|
+
in: y,
|
|
1259
1262
|
timeout: J,
|
|
1260
1263
|
role: "presentation"
|
|
1261
1264
|
}, me, {
|
|
1262
|
-
children: /* @__PURE__ */ ee(
|
|
1265
|
+
children: /* @__PURE__ */ ee(ao, {
|
|
1263
1266
|
className: ve(Y.container),
|
|
1264
|
-
onMouseDown:
|
|
1267
|
+
onMouseDown: ae,
|
|
1265
1268
|
ownerState: q,
|
|
1266
|
-
children: /* @__PURE__ */ ee(
|
|
1269
|
+
children: /* @__PURE__ */ ee(lo, G({
|
|
1267
1270
|
as: V,
|
|
1268
1271
|
elevation: 24,
|
|
1269
1272
|
role: "dialog",
|
|
1270
1273
|
"aria-describedby": a,
|
|
1271
1274
|
"aria-labelledby": X
|
|
1272
|
-
},
|
|
1273
|
-
className: ve(Y.paper,
|
|
1275
|
+
}, D, {
|
|
1276
|
+
className: ve(Y.paper, D.className),
|
|
1274
1277
|
ownerState: q,
|
|
1275
|
-
children: /* @__PURE__ */ ee(
|
|
1278
|
+
children: /* @__PURE__ */ ee(pt.Provider, {
|
|
1276
1279
|
value: le,
|
|
1277
1280
|
children: g
|
|
1278
1281
|
})
|
|
@@ -1281,7 +1284,7 @@ const X1 = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1281
1284
|
}))
|
|
1282
1285
|
}));
|
|
1283
1286
|
});
|
|
1284
|
-
process.env.NODE_ENV !== "production" && (
|
|
1287
|
+
process.env.NODE_ENV !== "production" && (gt.propTypes = {
|
|
1285
1288
|
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
1286
1289
|
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
1287
1290
|
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
@@ -1413,7 +1416,7 @@ process.env.NODE_ENV !== "production" && (dt.propTypes = {
|
|
|
1413
1416
|
*/
|
|
1414
1417
|
TransitionProps: f.object
|
|
1415
1418
|
});
|
|
1416
|
-
function
|
|
1419
|
+
function co({ fillColor: e = "#262E3D" }) {
|
|
1417
1420
|
return /* @__PURE__ */ p("svg", {
|
|
1418
1421
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1419
1422
|
width: "30",
|
|
@@ -1438,7 +1441,7 @@ function io({ fillColor: e = "#262E3D" }) {
|
|
|
1438
1441
|
]
|
|
1439
1442
|
});
|
|
1440
1443
|
}
|
|
1441
|
-
const
|
|
1444
|
+
const Ct = {
|
|
1442
1445
|
row: {
|
|
1443
1446
|
hover: "rgba(224, 224, 224, 0.3)"
|
|
1444
1447
|
},
|
|
@@ -1523,18 +1526,18 @@ const ut = {
|
|
|
1523
1526
|
errorBG: "rgba(231, 71, 39, 0.1)"
|
|
1524
1527
|
}
|
|
1525
1528
|
}
|
|
1526
|
-
},
|
|
1529
|
+
}, uo = {
|
|
1527
1530
|
shouldForwardProp: (e) => !e.startsWith("$")
|
|
1528
|
-
},
|
|
1531
|
+
}, se = /* @__PURE__ */ u(tt, uo, {
|
|
1529
1532
|
target: "e869yoj0",
|
|
1530
1533
|
label: "IconButton"
|
|
1531
1534
|
})(({ $hoverColor: e }) => ({
|
|
1532
1535
|
padding: 2,
|
|
1533
1536
|
"&.MuiIconButton-root:hover": {
|
|
1534
|
-
backgroundColor: e != null ? e :
|
|
1537
|
+
backgroundColor: e != null ? e : Ct.interaction.defaultHover
|
|
1535
1538
|
}
|
|
1536
1539
|
}));
|
|
1537
|
-
function
|
|
1540
|
+
function ho({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
1538
1541
|
return /* @__PURE__ */ n("svg", {
|
|
1539
1542
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1540
1543
|
width: "24",
|
|
@@ -1549,7 +1552,7 @@ function so({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
|
1549
1552
|
})
|
|
1550
1553
|
});
|
|
1551
1554
|
}
|
|
1552
|
-
function
|
|
1555
|
+
function po({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
1553
1556
|
return /* @__PURE__ */ n("svg", {
|
|
1554
1557
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1555
1558
|
width: "24",
|
|
@@ -1564,7 +1567,7 @@ function lo({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
|
1564
1567
|
})
|
|
1565
1568
|
});
|
|
1566
1569
|
}
|
|
1567
|
-
function
|
|
1570
|
+
function go() {
|
|
1568
1571
|
return /* @__PURE__ */ n("svg", {
|
|
1569
1572
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1570
1573
|
width: "24",
|
|
@@ -1580,7 +1583,7 @@ function co() {
|
|
|
1580
1583
|
})
|
|
1581
1584
|
});
|
|
1582
1585
|
}
|
|
1583
|
-
function
|
|
1586
|
+
function Co({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
1584
1587
|
return /* @__PURE__ */ n("svg", {
|
|
1585
1588
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1586
1589
|
width: "24",
|
|
@@ -1595,35 +1598,35 @@ function uo({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
|
1595
1598
|
})
|
|
1596
1599
|
});
|
|
1597
1600
|
}
|
|
1598
|
-
const
|
|
1601
|
+
const qe = (e) => ot(e.chart.backgroundColor), fo = ({ title: e }) => {
|
|
1599
1602
|
const { themeSettings: t } = b();
|
|
1600
1603
|
return /* @__PURE__ */ n(ie, {
|
|
1601
1604
|
title: e,
|
|
1602
|
-
children: /* @__PURE__ */ n(
|
|
1605
|
+
children: /* @__PURE__ */ n(se, {
|
|
1603
1606
|
disableTouchRipple: !0,
|
|
1604
|
-
$hoverColor:
|
|
1605
|
-
children: /* @__PURE__ */ n(
|
|
1607
|
+
$hoverColor: qe(t),
|
|
1608
|
+
children: /* @__PURE__ */ n(po, {
|
|
1606
1609
|
fill: t.chart.textColor
|
|
1607
1610
|
})
|
|
1608
1611
|
})
|
|
1609
1612
|
});
|
|
1610
|
-
},
|
|
1613
|
+
}, bo = ({ items: e }) => {
|
|
1611
1614
|
const [t, o] = L(null), r = (a) => {
|
|
1612
1615
|
o(a.currentTarget);
|
|
1613
1616
|
}, i = () => {
|
|
1614
1617
|
o(null);
|
|
1615
1618
|
}, { themeSettings: s } = b();
|
|
1616
|
-
return /* @__PURE__ */ p(
|
|
1619
|
+
return /* @__PURE__ */ p(B, {
|
|
1617
1620
|
children: [
|
|
1618
|
-
/* @__PURE__ */ n(
|
|
1621
|
+
/* @__PURE__ */ n(se, {
|
|
1619
1622
|
onClick: r,
|
|
1620
|
-
$hoverColor:
|
|
1623
|
+
$hoverColor: qe(s),
|
|
1621
1624
|
"aria-label": "three dots button",
|
|
1622
|
-
children: /* @__PURE__ */ n(
|
|
1625
|
+
children: /* @__PURE__ */ n(Co, {
|
|
1623
1626
|
fill: s.chart.textColor
|
|
1624
1627
|
})
|
|
1625
1628
|
}),
|
|
1626
|
-
/* @__PURE__ */ n(
|
|
1629
|
+
/* @__PURE__ */ n(zt, {
|
|
1627
1630
|
anchorEl: t,
|
|
1628
1631
|
anchorOrigin: {
|
|
1629
1632
|
vertical: "bottom",
|
|
@@ -1635,14 +1638,14 @@ const De = (e) => Je(e.chart.backgroundColor), ho = ({ title: e }) => {
|
|
|
1635
1638
|
},
|
|
1636
1639
|
open: !!t,
|
|
1637
1640
|
onClose: i,
|
|
1638
|
-
children: e.map((a) => /* @__PURE__ */ p(
|
|
1641
|
+
children: e.map((a) => /* @__PURE__ */ p(Wt, {
|
|
1639
1642
|
onClick: () => {
|
|
1640
1643
|
a.onClick(), i();
|
|
1641
1644
|
},
|
|
1642
1645
|
sx: {
|
|
1643
1646
|
fontSize: "13px",
|
|
1644
1647
|
fontFamily: s.typography.fontFamily,
|
|
1645
|
-
color:
|
|
1648
|
+
color: Ct.text.content
|
|
1646
1649
|
},
|
|
1647
1650
|
disableRipple: !0,
|
|
1648
1651
|
children: [
|
|
@@ -1656,49 +1659,49 @@ const De = (e) => Je(e.chart.backgroundColor), ho = ({ title: e }) => {
|
|
|
1656
1659
|
})
|
|
1657
1660
|
]
|
|
1658
1661
|
});
|
|
1659
|
-
},
|
|
1660
|
-
const { themeSettings: t } = b(), { t: o } =
|
|
1662
|
+
}, mo = ({ onClick: e }) => {
|
|
1663
|
+
const { themeSettings: t } = b(), { t: o } = w();
|
|
1661
1664
|
return /* @__PURE__ */ n(ie, {
|
|
1662
1665
|
title: o("ai.preview"),
|
|
1663
|
-
children: /* @__PURE__ */ n(
|
|
1666
|
+
children: /* @__PURE__ */ n(se, {
|
|
1664
1667
|
onClick: e,
|
|
1665
|
-
$hoverColor:
|
|
1666
|
-
children: /* @__PURE__ */ n(
|
|
1668
|
+
$hoverColor: qe(t),
|
|
1669
|
+
children: /* @__PURE__ */ n(ho, {
|
|
1667
1670
|
fill: t.chart.textColor
|
|
1668
1671
|
})
|
|
1669
1672
|
})
|
|
1670
1673
|
});
|
|
1671
|
-
},
|
|
1674
|
+
}, xo = /* @__PURE__ */ u("div", {
|
|
1672
1675
|
target: "e1cseu7j0",
|
|
1673
1676
|
label: "ToolbarContainer"
|
|
1674
1677
|
})("display:flex;padding-top:6px;padding-bottom:6px;");
|
|
1675
|
-
function
|
|
1676
|
-
const r =
|
|
1678
|
+
function yo({ infoTooltipText: e, onRefresh: t, onExpand: o }) {
|
|
1679
|
+
const r = F(() => [
|
|
1677
1680
|
{
|
|
1678
1681
|
title: "Refresh",
|
|
1679
1682
|
onClick: t,
|
|
1680
|
-
icon: /* @__PURE__ */ n(
|
|
1683
|
+
icon: /* @__PURE__ */ n(go, {})
|
|
1681
1684
|
}
|
|
1682
1685
|
], [
|
|
1683
1686
|
t
|
|
1684
1687
|
]);
|
|
1685
|
-
return /* @__PURE__ */ p(
|
|
1688
|
+
return /* @__PURE__ */ p(xo, {
|
|
1686
1689
|
"aria-label": "chatbot chart toolbar",
|
|
1687
1690
|
children: [
|
|
1688
|
-
/* @__PURE__ */ n(
|
|
1691
|
+
/* @__PURE__ */ n(fo, {
|
|
1689
1692
|
title: e != null ? e : ""
|
|
1690
1693
|
}),
|
|
1691
|
-
/* @__PURE__ */ n(
|
|
1694
|
+
/* @__PURE__ */ n(bo, {
|
|
1692
1695
|
items: r
|
|
1693
1696
|
}),
|
|
1694
|
-
/* @__PURE__ */ n(
|
|
1697
|
+
/* @__PURE__ */ n(mo, {
|
|
1695
1698
|
onClick: o
|
|
1696
1699
|
})
|
|
1697
1700
|
]
|
|
1698
1701
|
});
|
|
1699
1702
|
}
|
|
1700
|
-
function
|
|
1701
|
-
const [t, o] = L(!1), { themeSettings: r } = b(), { inlineElement: i, expandedElement: s } =
|
|
1703
|
+
function vo({ content: e }) {
|
|
1704
|
+
const [t, o] = L(!1), { themeSettings: r } = b(), { inlineElement: i, expandedElement: s } = F(() => {
|
|
1702
1705
|
const a = Ce(e, {
|
|
1703
1706
|
useCustomizedStyleOptions: !0
|
|
1704
1707
|
});
|
|
@@ -1707,7 +1710,7 @@ function bo({ content: e }) {
|
|
|
1707
1710
|
const { detailedDescription: c } = e, { styleOptions: l } = a, d = {
|
|
1708
1711
|
cornerRadius: "Small",
|
|
1709
1712
|
header: {
|
|
1710
|
-
renderToolbar: (C) => /* @__PURE__ */ n(
|
|
1713
|
+
renderToolbar: (C) => /* @__PURE__ */ n(yo, {
|
|
1711
1714
|
infoTooltipText: c,
|
|
1712
1715
|
onRefresh: C,
|
|
1713
1716
|
onExpand: () => o(!0)
|
|
@@ -1715,13 +1718,13 @@ function bo({ content: e }) {
|
|
|
1715
1718
|
}
|
|
1716
1719
|
};
|
|
1717
1720
|
let g, h;
|
|
1718
|
-
if (
|
|
1721
|
+
if (Yt(a.chartType))
|
|
1719
1722
|
g = /* @__PURE__ */ n("div", {
|
|
1720
1723
|
className: "csdk-h-[245px]",
|
|
1721
|
-
children: /* @__PURE__ */ n(te,
|
|
1724
|
+
children: /* @__PURE__ */ n(te, M(v({}, a), {
|
|
1722
1725
|
styleOptions: d
|
|
1723
1726
|
}))
|
|
1724
|
-
}), h = /* @__PURE__ */ n(te,
|
|
1727
|
+
}), h = /* @__PURE__ */ n(te, M(v({}, a), {
|
|
1725
1728
|
styleOptions: {
|
|
1726
1729
|
header: {
|
|
1727
1730
|
hidden: !0
|
|
@@ -1729,21 +1732,21 @@ function bo({ content: e }) {
|
|
|
1729
1732
|
}
|
|
1730
1733
|
}));
|
|
1731
1734
|
else {
|
|
1732
|
-
const C =
|
|
1735
|
+
const C = M(v({}, l), {
|
|
1733
1736
|
header: {
|
|
1734
1737
|
hidden: !0
|
|
1735
1738
|
}
|
|
1736
|
-
}), m =
|
|
1739
|
+
}), m = v(M(v({}, l), {
|
|
1737
1740
|
legend: void 0,
|
|
1738
1741
|
xAxis: void 0,
|
|
1739
1742
|
yAxis: void 0
|
|
1740
1743
|
}), d);
|
|
1741
1744
|
delete m.legend, delete m.xAxis, delete m.yAxis, g = /* @__PURE__ */ n("div", {
|
|
1742
|
-
children: /* @__PURE__ */ n(te,
|
|
1745
|
+
children: /* @__PURE__ */ n(te, M(v({}, a), {
|
|
1743
1746
|
styleOptions: m
|
|
1744
1747
|
}))
|
|
1745
|
-
}), h = /* @__PURE__ */ n(te,
|
|
1746
|
-
styleOptions:
|
|
1748
|
+
}), h = /* @__PURE__ */ n(te, M(v({}, a), {
|
|
1749
|
+
styleOptions: v({
|
|
1747
1750
|
cornerRadius: "None"
|
|
1748
1751
|
}, C)
|
|
1749
1752
|
}));
|
|
@@ -1755,10 +1758,10 @@ function bo({ content: e }) {
|
|
|
1755
1758
|
}, [
|
|
1756
1759
|
e
|
|
1757
1760
|
]);
|
|
1758
|
-
return /* @__PURE__ */ p(
|
|
1761
|
+
return /* @__PURE__ */ p(B, {
|
|
1759
1762
|
children: [
|
|
1760
1763
|
i,
|
|
1761
|
-
/* @__PURE__ */ p(
|
|
1764
|
+
/* @__PURE__ */ p(gt, {
|
|
1762
1765
|
open: t,
|
|
1763
1766
|
onClose: () => o(!1),
|
|
1764
1767
|
maxWidth: "xl",
|
|
@@ -1777,10 +1780,10 @@ function bo({ content: e }) {
|
|
|
1777
1780
|
className: "csdk-text-ai-lg csdk-semibold",
|
|
1778
1781
|
children: e.queryTitle
|
|
1779
1782
|
}),
|
|
1780
|
-
/* @__PURE__ */ n(
|
|
1783
|
+
/* @__PURE__ */ n(tt, {
|
|
1781
1784
|
onClick: () => o(!1),
|
|
1782
1785
|
"aria-label": "close expanded chart",
|
|
1783
|
-
children: /* @__PURE__ */ n(
|
|
1786
|
+
children: /* @__PURE__ */ n(co, {
|
|
1784
1787
|
fillColor: r.aiChat.primaryTextColor
|
|
1785
1788
|
})
|
|
1786
1789
|
})
|
|
@@ -1795,7 +1798,7 @@ function bo({ content: e }) {
|
|
|
1795
1798
|
]
|
|
1796
1799
|
});
|
|
1797
1800
|
}
|
|
1798
|
-
function
|
|
1801
|
+
function wo({ theme: e }) {
|
|
1799
1802
|
return /* @__PURE__ */ n("svg", {
|
|
1800
1803
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1801
1804
|
width: "24",
|
|
@@ -1810,22 +1813,22 @@ function mo({ theme: e }) {
|
|
|
1810
1813
|
})
|
|
1811
1814
|
});
|
|
1812
1815
|
}
|
|
1813
|
-
function
|
|
1814
|
-
const { themeSettings: o } = b(), { t: r } =
|
|
1816
|
+
function ko({ onClick: e, disabled: t }) {
|
|
1817
|
+
const { themeSettings: o } = b(), { t: r } = w();
|
|
1815
1818
|
return /* @__PURE__ */ n(ie, {
|
|
1816
1819
|
title: r("ai.buttons.incorrectResponse"),
|
|
1817
|
-
children: /* @__PURE__ */ n(
|
|
1820
|
+
children: /* @__PURE__ */ n(se, {
|
|
1818
1821
|
"aria-label": "thumbs-down",
|
|
1819
1822
|
onClick: e,
|
|
1820
1823
|
$hoverColor: o.aiChat.icons.feedbackIcons.hoverColor,
|
|
1821
1824
|
disabled: t,
|
|
1822
|
-
children: /* @__PURE__ */ n(
|
|
1825
|
+
children: /* @__PURE__ */ n(wo, {
|
|
1823
1826
|
theme: o
|
|
1824
1827
|
})
|
|
1825
1828
|
})
|
|
1826
1829
|
});
|
|
1827
1830
|
}
|
|
1828
|
-
function
|
|
1831
|
+
function So({ theme: e }) {
|
|
1829
1832
|
return /* @__PURE__ */ n("svg", {
|
|
1830
1833
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1831
1834
|
width: "24",
|
|
@@ -1840,29 +1843,29 @@ function yo({ theme: e }) {
|
|
|
1840
1843
|
})
|
|
1841
1844
|
});
|
|
1842
1845
|
}
|
|
1843
|
-
function
|
|
1844
|
-
const { themeSettings: o } = b(), { t: r } =
|
|
1846
|
+
function Mo({ onClick: e, disabled: t }) {
|
|
1847
|
+
const { themeSettings: o } = b(), { t: r } = w();
|
|
1845
1848
|
return /* @__PURE__ */ n(ie, {
|
|
1846
1849
|
title: r("ai.buttons.correctResponse"),
|
|
1847
|
-
children: /* @__PURE__ */ n(
|
|
1850
|
+
children: /* @__PURE__ */ n(se, {
|
|
1848
1851
|
"aria-label": "thumbs-up",
|
|
1849
1852
|
onClick: e,
|
|
1850
1853
|
$hoverColor: o.aiChat.icons.feedbackIcons.hoverColor,
|
|
1851
1854
|
disabled: t,
|
|
1852
|
-
children: /* @__PURE__ */ n(
|
|
1855
|
+
children: /* @__PURE__ */ n(So, {
|
|
1853
1856
|
theme: o
|
|
1854
1857
|
})
|
|
1855
1858
|
})
|
|
1856
1859
|
});
|
|
1857
1860
|
}
|
|
1858
|
-
const
|
|
1859
|
-
const [e, t] = L(!1), o = U(null), r =
|
|
1861
|
+
const To = () => {
|
|
1862
|
+
const [e, t] = L(!1), o = U(null), r = S(() => {
|
|
1860
1863
|
t(!0);
|
|
1861
|
-
}, []), i =
|
|
1864
|
+
}, []), i = S(() => {
|
|
1862
1865
|
t(!1);
|
|
1863
1866
|
}, []);
|
|
1864
1867
|
return [
|
|
1865
|
-
|
|
1868
|
+
S((a) => {
|
|
1866
1869
|
var c;
|
|
1867
1870
|
((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;
|
|
1868
1871
|
}, [
|
|
@@ -1871,12 +1874,12 @@ const wo = () => {
|
|
|
1871
1874
|
]),
|
|
1872
1875
|
e
|
|
1873
1876
|
];
|
|
1874
|
-
},
|
|
1877
|
+
}, Lo = /* @__PURE__ */ u("div", {
|
|
1875
1878
|
target: "e2xyvaw0",
|
|
1876
1879
|
label: "Container"
|
|
1877
1880
|
})("display:flex;flex-direction:column;row-gap:", ({ theme: e }) => e.aiChat.body.gapBetweenMessages, ";");
|
|
1878
|
-
function
|
|
1879
|
-
const [o, r] = L(!1), i =
|
|
1881
|
+
function Ro({ visible: e, onSend: t }) {
|
|
1882
|
+
const [o, r] = L(!1), i = S((a) => {
|
|
1880
1883
|
r(!0), t(a === "up" ? 1 : -1);
|
|
1881
1884
|
}, [
|
|
1882
1885
|
t
|
|
@@ -1884,11 +1887,11 @@ function So({ visible: e, onSend: t }) {
|
|
|
1884
1887
|
return e ? /* @__PURE__ */ p("div", {
|
|
1885
1888
|
className: `csdk-flex csdk-items-center ${s}`,
|
|
1886
1889
|
children: [
|
|
1887
|
-
/* @__PURE__ */ n(
|
|
1890
|
+
/* @__PURE__ */ n(Mo, {
|
|
1888
1891
|
onClick: () => i("up"),
|
|
1889
1892
|
disabled: o
|
|
1890
1893
|
}),
|
|
1891
|
-
/* @__PURE__ */ n(
|
|
1894
|
+
/* @__PURE__ */ n(ko, {
|
|
1892
1895
|
onClick: () => i("down"),
|
|
1893
1896
|
disabled: o
|
|
1894
1897
|
})
|
|
@@ -1896,7 +1899,7 @@ function So({ visible: e, onSend: t }) {
|
|
|
1896
1899
|
}) : null;
|
|
1897
1900
|
}
|
|
1898
1901
|
function Te({ sourceId: e, data: t, type: o, buttonVisibility: r = "onHover", renderContent: i }) {
|
|
1899
|
-
const s =
|
|
1902
|
+
const s = H(), a = $t(S((h) => {
|
|
1900
1903
|
s && s.ai.sendFeedback({
|
|
1901
1904
|
sourceId: e,
|
|
1902
1905
|
type: o,
|
|
@@ -1908,24 +1911,24 @@ function Te({ sourceId: e, data: t, type: o, buttonVisibility: r = "onHover", re
|
|
|
1908
1911
|
e,
|
|
1909
1912
|
t,
|
|
1910
1913
|
o
|
|
1911
|
-
]), 200), [c, l] =
|
|
1914
|
+
]), 200), [c, l] = To(), d = F(() => r === "onHover" ? l : r !== "never", [
|
|
1912
1915
|
l,
|
|
1913
1916
|
r
|
|
1914
1917
|
]), { themeSettings: g } = b();
|
|
1915
|
-
return /* @__PURE__ */ n(
|
|
1918
|
+
return /* @__PURE__ */ n(Lo, {
|
|
1916
1919
|
ref: c,
|
|
1917
1920
|
theme: g,
|
|
1918
|
-
children: i(/* @__PURE__ */ n(
|
|
1921
|
+
children: i(/* @__PURE__ */ n(Ro, {
|
|
1919
1922
|
onSend: a,
|
|
1920
1923
|
visible: d
|
|
1921
1924
|
}))
|
|
1922
1925
|
});
|
|
1923
1926
|
}
|
|
1924
|
-
const
|
|
1927
|
+
const Io = 18 * 5;
|
|
1925
1928
|
function be({ text: e }) {
|
|
1926
|
-
const [t, o] = L(!0), [r, i] = L(!1), { t: s } =
|
|
1929
|
+
const [t, o] = L(!0), [r, i] = L(!1), { t: s } = w(), a = U(null);
|
|
1927
1930
|
return ue(() => {
|
|
1928
|
-
a.current && a.current.scrollHeight >
|
|
1931
|
+
a.current && a.current.scrollHeight > Io && i(!0);
|
|
1929
1932
|
}, [
|
|
1930
1933
|
e
|
|
1931
1934
|
]), /* @__PURE__ */ p("div", {
|
|
@@ -1946,9 +1949,9 @@ function be({ text: e }) {
|
|
|
1946
1949
|
]
|
|
1947
1950
|
});
|
|
1948
1951
|
}
|
|
1949
|
-
function
|
|
1950
|
-
const { data: t, isLoading: o, isError: r } = re(e), { t: i } =
|
|
1951
|
-
return o ? /* @__PURE__ */ n(
|
|
1952
|
+
function Eo({ nlgRequest: e }) {
|
|
1953
|
+
const { data: t, isLoading: o, isError: r } = re(e), { t: i } = w();
|
|
1954
|
+
return o ? /* @__PURE__ */ n(Pe, {}) : r ? /* @__PURE__ */ n($, {
|
|
1952
1955
|
align: "left",
|
|
1953
1956
|
children: i("ai.errors.unexpected")
|
|
1954
1957
|
}) : /* @__PURE__ */ n($, {
|
|
@@ -1958,7 +1961,7 @@ function To({ nlgRequest: e }) {
|
|
|
1958
1961
|
})
|
|
1959
1962
|
});
|
|
1960
1963
|
}
|
|
1961
|
-
function
|
|
1964
|
+
function No() {
|
|
1962
1965
|
const { themeSettings: e } = b();
|
|
1963
1966
|
return /* @__PURE__ */ n("svg", {
|
|
1964
1967
|
width: "24",
|
|
@@ -1974,81 +1977,81 @@ function Lo() {
|
|
|
1974
1977
|
})
|
|
1975
1978
|
});
|
|
1976
1979
|
}
|
|
1977
|
-
function
|
|
1978
|
-
const { t } =
|
|
1980
|
+
function Bo({ onClick: e }) {
|
|
1981
|
+
const { t } = w();
|
|
1979
1982
|
return /* @__PURE__ */ n(he, {
|
|
1980
1983
|
align: "left",
|
|
1981
1984
|
onClick: e,
|
|
1982
1985
|
children: /* @__PURE__ */ p("div", {
|
|
1983
1986
|
className: "csdk-py-[5px] csdk-px-2 csdk-flex csdk-items-center csdk-gap-x-1 csdk-select-none",
|
|
1984
1987
|
children: [
|
|
1985
|
-
/* @__PURE__ */ n(
|
|
1988
|
+
/* @__PURE__ */ n(No, {}),
|
|
1986
1989
|
t("ai.buttons.insights")
|
|
1987
1990
|
]
|
|
1988
1991
|
})
|
|
1989
1992
|
});
|
|
1990
1993
|
}
|
|
1991
|
-
var
|
|
1992
|
-
const
|
|
1993
|
-
target: "
|
|
1994
|
+
var Fo = Zt("toLowerCase");
|
|
1995
|
+
const _e = /* @__PURE__ */ u("div", {
|
|
1996
|
+
target: "es26a860",
|
|
1994
1997
|
label: "FlexRow"
|
|
1995
|
-
})("display:flex;align-items:center;column-gap:10px;"),
|
|
1996
|
-
function
|
|
1997
|
-
const { chatMode: o = "analyze", enableInsights: r } =
|
|
1998
|
+
})("display:flex;align-items:center;column-gap:10px;"), Ho = (e) => !!e && "aeiou".includes(e[0]);
|
|
1999
|
+
function Do({ data: e, alwaysShowFeedback: t }) {
|
|
2000
|
+
const { chatMode: o = "analyze", enableInsights: r } = P(), { themeSettings: i } = b(), { queryTitle: s, chartRecommendations: a, jaql: c, userMsg: l } = e;
|
|
1998
2001
|
console.debug(`JAQL for ${s}`, c), console.debug(`chart recommendations for ${s}`, a);
|
|
1999
|
-
const
|
|
2000
|
-
let
|
|
2001
|
-
|
|
2002
|
-
const
|
|
2003
|
-
|
|
2004
|
-
}, []),
|
|
2002
|
+
const d = "chartType" in a ? a.chartType : "table";
|
|
2003
|
+
let g;
|
|
2004
|
+
Ho(d) ? g = `an ${d}` : g = `a ${d}`, d !== "table" && (g += " chart");
|
|
2005
|
+
const h = c.datasource.title, [C, m] = L(!1), k = S(() => {
|
|
2006
|
+
m((E) => !E);
|
|
2007
|
+
}, []), x = {
|
|
2005
2008
|
jaql: {
|
|
2006
2009
|
datasource: c.datasource,
|
|
2007
2010
|
metadata: c.metadata
|
|
2008
2011
|
}
|
|
2009
|
-
},
|
|
2010
|
-
return /* @__PURE__ */ p(
|
|
2012
|
+
}, T = o === "analyze";
|
|
2013
|
+
return /* @__PURE__ */ p(B, {
|
|
2011
2014
|
children: [
|
|
2012
2015
|
/* @__PURE__ */ n(Te, {
|
|
2013
|
-
sourceId:
|
|
2016
|
+
sourceId: h,
|
|
2014
2017
|
data: e,
|
|
2015
2018
|
type: "chats/nlq",
|
|
2016
2019
|
buttonVisibility: t ? "always" : "onHover",
|
|
2017
|
-
renderContent: (
|
|
2020
|
+
renderContent: (E) => /* @__PURE__ */ p(B, {
|
|
2018
2021
|
children: [
|
|
2019
|
-
/* @__PURE__ */ p(
|
|
2022
|
+
/* @__PURE__ */ p(_e, {
|
|
2020
2023
|
children: [
|
|
2021
|
-
/* @__PURE__ */ n(
|
|
2024
|
+
/* @__PURE__ */ n(ut, {
|
|
2022
2025
|
align: "left",
|
|
2023
2026
|
theme: i,
|
|
2024
|
-
children: `Here's ${
|
|
2027
|
+
children: l || `Here's ${g} showing ${Fo(s)}.`
|
|
2025
2028
|
}),
|
|
2026
|
-
|
|
2029
|
+
E
|
|
2027
2030
|
]
|
|
2028
2031
|
}),
|
|
2029
|
-
|
|
2032
|
+
T && /* @__PURE__ */ n(vo, {
|
|
2030
2033
|
content: e
|
|
2031
2034
|
})
|
|
2032
2035
|
]
|
|
2033
2036
|
})
|
|
2034
2037
|
}),
|
|
2035
2038
|
r && /* @__PURE__ */ n(Te, {
|
|
2036
|
-
sourceId:
|
|
2037
|
-
data:
|
|
2039
|
+
sourceId: h,
|
|
2040
|
+
data: x,
|
|
2038
2041
|
type: "nlg/queryResult",
|
|
2039
|
-
buttonVisibility:
|
|
2040
|
-
renderContent: (
|
|
2042
|
+
buttonVisibility: C ? "onHover" : "never",
|
|
2043
|
+
renderContent: (E) => /* @__PURE__ */ p(B, {
|
|
2041
2044
|
children: [
|
|
2042
|
-
/* @__PURE__ */ p(
|
|
2045
|
+
/* @__PURE__ */ p(_e, {
|
|
2043
2046
|
children: [
|
|
2044
|
-
/* @__PURE__ */ n(
|
|
2045
|
-
onClick:
|
|
2047
|
+
/* @__PURE__ */ n(Bo, {
|
|
2048
|
+
onClick: k
|
|
2046
2049
|
}),
|
|
2047
|
-
|
|
2050
|
+
E
|
|
2048
2051
|
]
|
|
2049
2052
|
}),
|
|
2050
|
-
|
|
2051
|
-
nlgRequest:
|
|
2053
|
+
C && /* @__PURE__ */ n(Eo, {
|
|
2054
|
+
nlgRequest: x
|
|
2052
2055
|
})
|
|
2053
2056
|
]
|
|
2054
2057
|
})
|
|
@@ -2056,39 +2059,39 @@ function No({ data: e, alwaysShowFeedback: t }) {
|
|
|
2056
2059
|
]
|
|
2057
2060
|
});
|
|
2058
2061
|
}
|
|
2059
|
-
function
|
|
2060
|
-
if (
|
|
2062
|
+
function Po({ message: e, isLastMessage: t }) {
|
|
2063
|
+
if (De(e)) {
|
|
2061
2064
|
const r = JSON.parse(e.content);
|
|
2062
|
-
return /* @__PURE__ */ n(
|
|
2065
|
+
return /* @__PURE__ */ n(Do, {
|
|
2063
2066
|
data: r,
|
|
2064
2067
|
alwaysShowFeedback: t
|
|
2065
2068
|
});
|
|
2066
2069
|
}
|
|
2067
|
-
const o =
|
|
2070
|
+
const o = S1(e) ? JSON.parse(e.content).answer : e.content;
|
|
2068
2071
|
return /* @__PURE__ */ n($, {
|
|
2069
2072
|
align: e.role === "user" ? "right" : "left",
|
|
2070
2073
|
children: o
|
|
2071
2074
|
});
|
|
2072
2075
|
}
|
|
2073
|
-
const
|
|
2076
|
+
const qo = /* @__PURE__ */ r1(Po), Oo = ({ error: e, displayMessage: t }) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ n($, {
|
|
2074
2077
|
align: "left",
|
|
2075
2078
|
children: t
|
|
2076
2079
|
}));
|
|
2077
|
-
function
|
|
2078
|
-
const { t } =
|
|
2079
|
-
return /* @__PURE__ */ n(
|
|
2080
|
-
children: e.map((o, r) => /* @__PURE__ */ n(
|
|
2081
|
-
fallbackRender: (i) =>
|
|
2080
|
+
function Ao({ messages: e }) {
|
|
2081
|
+
const { t } = w();
|
|
2082
|
+
return /* @__PURE__ */ n(B, {
|
|
2083
|
+
children: e.map((o, r) => /* @__PURE__ */ n(jt, {
|
|
2084
|
+
fallbackRender: (i) => Oo(M(v({}, i), {
|
|
2082
2085
|
displayMessage: t("ai.errors.unexpected")
|
|
2083
2086
|
})),
|
|
2084
|
-
children: /* @__PURE__ */ n(
|
|
2087
|
+
children: /* @__PURE__ */ n(qo, {
|
|
2085
2088
|
message: o,
|
|
2086
2089
|
isLastMessage: r === e.length - 1
|
|
2087
2090
|
}, r)
|
|
2088
2091
|
}, r))
|
|
2089
2092
|
});
|
|
2090
2093
|
}
|
|
2091
|
-
function
|
|
2094
|
+
function ft({ color: e }) {
|
|
2092
2095
|
return /* @__PURE__ */ n("svg", {
|
|
2093
2096
|
width: "100%",
|
|
2094
2097
|
height: "100%",
|
|
@@ -2101,17 +2104,17 @@ function ht({ color: e }) {
|
|
|
2101
2104
|
})
|
|
2102
2105
|
});
|
|
2103
2106
|
}
|
|
2104
|
-
function
|
|
2107
|
+
function Wo({ onClick: e, color: t }) {
|
|
2105
2108
|
return /* @__PURE__ */ n("div", {
|
|
2106
2109
|
"aria-label": "go back",
|
|
2107
2110
|
className: "csdk-w-5 csdk-h-5 csdk-flex csdk-p-[4px] csdk-ml-[6px] csdk-cursor-pointer",
|
|
2108
2111
|
onClick: e,
|
|
2109
|
-
children: /* @__PURE__ */ n(
|
|
2112
|
+
children: /* @__PURE__ */ n(ft, {
|
|
2110
2113
|
color: t
|
|
2111
2114
|
})
|
|
2112
2115
|
});
|
|
2113
2116
|
}
|
|
2114
|
-
const
|
|
2117
|
+
const zo = /* @__PURE__ */ u("button", {
|
|
2115
2118
|
target: "e1p0q0z20",
|
|
2116
2119
|
label: "Button"
|
|
2117
2120
|
})("font-size:inherit;line-height:inherit;box-sizing:border-box;border-width:1px;padding-left:1rem;padding-right:1rem;padding-top:0.5rem;padding-bottom:0.5rem;cursor:pointer;text-align:left;max-width:85%;font-family:", ({ theme: e }) => e.typography.fontFamily, ";color:", ({ theme: e }) => e.aiChat.suggestions.textColor, ";background-color:", ({ theme: e }) => e.aiChat.suggestions.backgroundColor, ";border:", ({ theme: e }) => e.aiChat.suggestions.border, ";border-radius:", ({ theme: e }) => e.aiChat.suggestions.borderRadius, ";&:hover{background-color:", ({ theme: e }) => e.aiChat.suggestions.hover.backgroundColor, ";color:", ({ theme: e }) => e.aiChat.suggestions.hover.textColor, ";}", ({ theme: e }) => {
|
|
@@ -2140,39 +2143,39 @@ const qo = /* @__PURE__ */ u("button", {
|
|
|
2140
2143
|
}
|
|
2141
2144
|
return "";
|
|
2142
2145
|
});
|
|
2143
|
-
function
|
|
2146
|
+
function Ue({ question: e, onClick: t }) {
|
|
2144
2147
|
const { themeSettings: o } = b();
|
|
2145
|
-
return /* @__PURE__ */ n(
|
|
2148
|
+
return /* @__PURE__ */ n(zo, {
|
|
2146
2149
|
onClick: t,
|
|
2147
2150
|
theme: o,
|
|
2148
2151
|
children: e
|
|
2149
2152
|
});
|
|
2150
2153
|
}
|
|
2151
|
-
const
|
|
2154
|
+
const $o = /* @__PURE__ */ u("div", {
|
|
2152
2155
|
target: "eu11cc50",
|
|
2153
2156
|
label: "ListContainer"
|
|
2154
2157
|
})("display:flex;flex-direction:column;align-items:flex-start;row-gap:", ({ theme: e }) => e.aiChat.suggestions.gap, ";");
|
|
2155
|
-
function
|
|
2156
|
-
const { t: o } =
|
|
2158
|
+
function Zo({ questions: e, onSelection: t }) {
|
|
2159
|
+
const { t: o } = w(), [r, i] = L(!0), s = F(() => r && e.length > 5 ? e.slice(0, 4) : e, [
|
|
2157
2160
|
e,
|
|
2158
2161
|
r
|
|
2159
2162
|
]), { themeSettings: a } = b();
|
|
2160
|
-
return /* @__PURE__ */ p(
|
|
2163
|
+
return /* @__PURE__ */ p($o, {
|
|
2161
2164
|
"aria-label": "list of suggested questions",
|
|
2162
2165
|
theme: a,
|
|
2163
2166
|
children: [
|
|
2164
|
-
s.map((c) => /* @__PURE__ */ n(
|
|
2167
|
+
s.map((c) => /* @__PURE__ */ n(Ue, {
|
|
2165
2168
|
question: c,
|
|
2166
2169
|
onClick: () => t(c)
|
|
2167
2170
|
}, c)),
|
|
2168
|
-
s.length < e.length && /* @__PURE__ */ n(
|
|
2171
|
+
s.length < e.length && /* @__PURE__ */ n(Ue, {
|
|
2169
2172
|
question: o("ai.buttons.seeMore"),
|
|
2170
2173
|
onClick: () => i(!1)
|
|
2171
2174
|
})
|
|
2172
2175
|
]
|
|
2173
2176
|
});
|
|
2174
2177
|
}
|
|
2175
|
-
const
|
|
2178
|
+
const jo = /* @__PURE__ */ u("div", {
|
|
2176
2179
|
target: "ebwb3nc0",
|
|
2177
2180
|
label: "Row"
|
|
2178
2181
|
})("width:283px;height:32px;border-radius:10px;background:", ({ theme: e }) => {
|
|
@@ -2183,48 +2186,48 @@ const Ao = /* @__PURE__ */ u("div", {
|
|
|
2183
2186
|
${o} 50%,
|
|
2184
2187
|
${t} 100%
|
|
2185
2188
|
)`;
|
|
2186
|
-
}, ";background-size:200% auto;animation:gradient 2s linear infinite;@keyframes gradient{0%{background-position:0 0;}100%{background-position:-200% 0;}}"),
|
|
2189
|
+
}, ";background-size:200% auto;animation:gradient 2s linear infinite;@keyframes gradient{0%{background-position:0 0;}100%{background-position:-200% 0;}}"), Go = /* @__PURE__ */ u("div", {
|
|
2187
2190
|
target: "ebwb3nc1",
|
|
2188
2191
|
label: "SkeletonContainer"
|
|
2189
2192
|
})("display:flex;flex-direction:column;row-gap:1rem;");
|
|
2190
|
-
function
|
|
2193
|
+
function Vo() {
|
|
2191
2194
|
const { themeSettings: e } = b();
|
|
2192
|
-
return /* @__PURE__ */ n(
|
|
2195
|
+
return /* @__PURE__ */ n(Go, {
|
|
2193
2196
|
children: Array.from({
|
|
2194
2197
|
length: 3
|
|
2195
|
-
}, (t, o) => /* @__PURE__ */ n(
|
|
2198
|
+
}, (t, o) => /* @__PURE__ */ n(jo, {
|
|
2196
2199
|
theme: e
|
|
2197
2200
|
}, o))
|
|
2198
2201
|
});
|
|
2199
2202
|
}
|
|
2200
|
-
function
|
|
2201
|
-
const r = e.length > 0, { suggestionsWelcomeText: i } =
|
|
2202
|
-
return t ? /* @__PURE__ */ n(
|
|
2203
|
+
function Qo({ questions: e, isLoading: t, onSelection: o }) {
|
|
2204
|
+
const r = e.length > 0, { suggestionsWelcomeText: i } = P();
|
|
2205
|
+
return t ? /* @__PURE__ */ n(Vo, {}) : r ? /* @__PURE__ */ p(B, {
|
|
2203
2206
|
children: [
|
|
2204
2207
|
i && /* @__PURE__ */ n($, {
|
|
2205
2208
|
align: "left",
|
|
2206
2209
|
children: i
|
|
2207
2210
|
}),
|
|
2208
|
-
/* @__PURE__ */ n(
|
|
2211
|
+
/* @__PURE__ */ n(Zo, {
|
|
2209
2212
|
onSelection: o,
|
|
2210
2213
|
questions: e
|
|
2211
2214
|
})
|
|
2212
2215
|
]
|
|
2213
2216
|
}) : null;
|
|
2214
2217
|
}
|
|
2215
|
-
const
|
|
2218
|
+
const _o = /* @__PURE__ */ u("div", {
|
|
2216
2219
|
target: "ew7avl30",
|
|
2217
2220
|
label: "ToolbarContainer"
|
|
2218
|
-
})("flex:0 0 80px;padding-left:14px;padding-right:14px;display:flex;align-items:center;position:relative;background-color:", ({ style: e }) => e.backgroundColor, ";"),
|
|
2221
|
+
})("flex:0 0 80px;padding-left:14px;padding-right:14px;display:flex;align-items:center;position:relative;background-color:", ({ style: e }) => e.backgroundColor, ";"), Uo = /* @__PURE__ */ u("div", {
|
|
2219
2222
|
target: "ew7avl31",
|
|
2220
2223
|
label: "ToolbarTitle"
|
|
2221
|
-
})("font-size:18px;line-height:22px;font-weight:600;margin-left:20px;color:", ({ style: e }) => e.textColor, ";"),
|
|
2222
|
-
return /* @__PURE__ */ p(
|
|
2224
|
+
})("font-size:18px;line-height:22px;font-weight:600;margin-left:20px;color:", ({ style: e }) => e.textColor, ";"), bt = /* @__PURE__ */ i1(function({ title: t, leftNav: o, rightNav: r, style: i }, s) {
|
|
2225
|
+
return /* @__PURE__ */ p(_o, {
|
|
2223
2226
|
ref: s,
|
|
2224
2227
|
style: i,
|
|
2225
2228
|
children: [
|
|
2226
2229
|
o,
|
|
2227
|
-
/* @__PURE__ */ n(
|
|
2230
|
+
/* @__PURE__ */ n(Uo, {
|
|
2228
2231
|
style: i,
|
|
2229
2232
|
children: t
|
|
2230
2233
|
}),
|
|
@@ -2234,13 +2237,13 @@ const jo = /* @__PURE__ */ u("div", {
|
|
|
2234
2237
|
})
|
|
2235
2238
|
]
|
|
2236
2239
|
});
|
|
2237
|
-
}),
|
|
2240
|
+
}), Ko = /* @__PURE__ */ u("div", {
|
|
2238
2241
|
target: "e14yc7id0",
|
|
2239
2242
|
label: "AiDisclaimerContainer"
|
|
2240
2243
|
})("text-align:center;font-size:11px;line-height:18px;white-space:pre-wrap;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;box-sizing:border-box;color:", ({ theme: e }) => e.aiChat.secondaryTextColor, ";");
|
|
2241
|
-
function
|
|
2242
|
-
const { t } =
|
|
2243
|
-
return /* @__PURE__ */ p(
|
|
2244
|
+
function Jo({ theme: e }) {
|
|
2245
|
+
const { t } = w();
|
|
2246
|
+
return /* @__PURE__ */ p(Ko, {
|
|
2244
2247
|
theme: e,
|
|
2245
2248
|
children: [
|
|
2246
2249
|
/* @__PURE__ */ n("div", {
|
|
@@ -2255,17 +2258,17 @@ function Qo({ theme: e }) {
|
|
|
2255
2258
|
]
|
|
2256
2259
|
});
|
|
2257
2260
|
}
|
|
2258
|
-
const
|
|
2261
|
+
const Yo = /* @__PURE__ */ u("div", {
|
|
2259
2262
|
target: "e103xz8p0",
|
|
2260
2263
|
label: "Container"
|
|
2261
|
-
})("font-size:inherit;line-height:inherit;padding-left:16px;padding-right:16px;padding-top:4px;padding-bottom:4px;border-radius:16px;color:", ({ theme: e }) => e.aiChat.suggestions.textColor, ";background-color:", ({ theme: e }) => e.aiChat.suggestions.backgroundColor, ";"),
|
|
2262
|
-
const { t: e } =
|
|
2263
|
-
return /* @__PURE__ */ n(
|
|
2264
|
+
})("font-size:inherit;line-height:inherit;padding-left:16px;padding-right:16px;padding-top:4px;padding-bottom:4px;border-radius:16px;color:", ({ theme: e }) => e.aiChat.suggestions.textColor, ";background-color:", ({ theme: e }) => e.aiChat.suggestions.backgroundColor, ";"), mt = () => {
|
|
2265
|
+
const { t: e } = w(), { themeSettings: t } = b();
|
|
2266
|
+
return /* @__PURE__ */ n(Yo, {
|
|
2264
2267
|
theme: t,
|
|
2265
2268
|
children: e("ai.betaLabel")
|
|
2266
2269
|
});
|
|
2267
2270
|
};
|
|
2268
|
-
function
|
|
2271
|
+
function Xo() {
|
|
2269
2272
|
const { themeSettings: e } = b();
|
|
2270
2273
|
return /* @__PURE__ */ n("svg", {
|
|
2271
2274
|
width: "24",
|
|
@@ -2281,153 +2284,154 @@ function Uo() {
|
|
|
2281
2284
|
})
|
|
2282
2285
|
});
|
|
2283
2286
|
}
|
|
2284
|
-
const
|
|
2285
|
-
const o = new
|
|
2287
|
+
const en = (e, t) => {
|
|
2288
|
+
const o = new Xt(e);
|
|
2286
2289
|
return o.alpha = t, o;
|
|
2287
|
-
},
|
|
2290
|
+
}, tn = /* @__PURE__ */ u("div", {
|
|
2288
2291
|
target: "e1rxvpki0",
|
|
2289
2292
|
label: "Container"
|
|
2290
|
-
})("font-size:inherit;line-height:inherit;padding-left:8px;padding-right:8px;padding-top:4px;border-radius:16px;margin-bottom:4px;box-shadow:", ({ theme: e }) => `0 4px 8px 0 ${
|
|
2293
|
+
})("font-size:inherit;line-height:inherit;padding-left:8px;padding-right:8px;padding-top:4px;border-radius:16px;margin-bottom:4px;box-shadow:", ({ theme: e }) => `0 4px 8px 0 ${en(e.aiChat.primaryTextColor, 0.2)}`, ";cursor:pointer;color:", ({ theme: e }) => e.aiChat.clickableMessages.textColor, ";background-color:", ({ theme: e }) => e.aiChat.clickableMessages.backgroundColor, ";&:hover{color:", ({ theme: e }) => e.aiChat.clickableMessages.hover.textColor, ";background-color:", ({ theme: e }) => e.aiChat.clickableMessages.hover.backgroundColor, ";box-shadow:none;"), on = ({ onClick: e }) => {
|
|
2291
2294
|
const { themeSettings: t } = b();
|
|
2292
|
-
return /* @__PURE__ */ n(
|
|
2295
|
+
return /* @__PURE__ */ n(tn, {
|
|
2293
2296
|
theme: t,
|
|
2294
2297
|
onClick: e,
|
|
2295
|
-
children: /* @__PURE__ */ n(
|
|
2298
|
+
children: /* @__PURE__ */ n(Xo, {})
|
|
2296
2299
|
});
|
|
2297
|
-
},
|
|
2300
|
+
}, nn = ({ isVisible: e, onClick: t, anchorElement: o }) => /* @__PURE__ */ n(Xe, {
|
|
2298
2301
|
anchorEl: o,
|
|
2299
2302
|
open: e,
|
|
2300
2303
|
placement: "top",
|
|
2301
2304
|
sx: {
|
|
2302
2305
|
zIndex: 2
|
|
2303
2306
|
},
|
|
2304
|
-
children: /* @__PURE__ */ n(
|
|
2307
|
+
children: /* @__PURE__ */ n(on, {
|
|
2305
2308
|
onClick: t
|
|
2306
2309
|
})
|
|
2307
|
-
}),
|
|
2308
|
-
target: "
|
|
2310
|
+
}), rn = /* @__PURE__ */ u("div", {
|
|
2311
|
+
target: "e145urtk0",
|
|
2309
2312
|
label: "ChatBody"
|
|
2310
|
-
})("display:flex;flex-direction:column;row-gap:", ({ theme: e }) => e.aiChat.body.gapBetweenMessages, ";overflow-y:scroll;padding-left:", ({ theme: e }) => e.aiChat.body.paddingLeft, ";padding-right:", ({ theme: e }) => e.aiChat.body.paddingRight, ";padding-top:", ({ theme: e }) => e.aiChat.body.paddingTop, ";padding-bottom:", ({ theme: e }) => e.aiChat.body.paddingBottom, ";flex:initial;height:100%;"),
|
|
2311
|
-
target: "
|
|
2313
|
+
})("display:flex;flex-direction:column;row-gap:", ({ theme: e }) => e.aiChat.body.gapBetweenMessages, ";overflow-y:scroll;padding-left:", ({ theme: e }) => e.aiChat.body.paddingLeft, ";padding-right:", ({ theme: e }) => e.aiChat.body.paddingRight, ";padding-top:", ({ theme: e }) => e.aiChat.body.paddingTop, ";padding-bottom:", ({ theme: e }) => e.aiChat.body.paddingBottom, ";flex:initial;height:100%;"), sn = /* @__PURE__ */ u("div", {
|
|
2314
|
+
target: "e145urtk1",
|
|
2312
2315
|
label: "ChatFooter"
|
|
2313
|
-
})("padding-left:", ({ theme: e }) => e.aiChat.footer.paddingLeft, ";padding-right:", ({ theme: e }) => e.aiChat.footer.paddingRight, ";padding-top:", ({ theme: e }) => e.aiChat.footer.paddingTop, ";padding-bottom:", ({ theme: e }) => e.aiChat.footer.paddingBottom, ";display:flex;flex-direction:column;row-gap:6px;"),
|
|
2314
|
-
target: "
|
|
2316
|
+
})("padding-left:", ({ theme: e }) => e.aiChat.footer.paddingLeft, ";padding-right:", ({ theme: e }) => e.aiChat.footer.paddingRight, ";padding-top:", ({ theme: e }) => e.aiChat.footer.paddingTop, ";padding-bottom:", ({ theme: e }) => e.aiChat.footer.paddingBottom, ";display:flex;flex-direction:column;row-gap:6px;"), an = /* @__PURE__ */ u("div", {
|
|
2317
|
+
target: "e145urtk2",
|
|
2315
2318
|
label: "FollowupQuestionsContainer"
|
|
2316
2319
|
})("display:flex;flex-direction:column;row-gap:", ({ theme: e }) => e.aiChat.suggestions.gap, ";");
|
|
2317
|
-
function
|
|
2318
|
-
|
|
2320
|
+
function ln({ contextTitle: e, onGoBack: t, contextDetails: o }) {
|
|
2321
|
+
var Oe, Ae, We;
|
|
2322
|
+
const { t: r } = w(), { enableFollowupQuestions: i, enableHeader: s, numOfRecentPrompts: a, numOfRecommendations: c } = P(), { themeSettings: l } = b(), { data: d, isLoading: g, isError: h } = st({
|
|
2319
2323
|
contextTitle: e,
|
|
2320
2324
|
count: c
|
|
2321
|
-
}), C =
|
|
2325
|
+
}), C = F(() => d == null ? void 0 : d.map((R) => R.nlqPrompt), [
|
|
2322
2326
|
d
|
|
2323
|
-
]), { history: m, lastNlqResponse:
|
|
2327
|
+
]), { history: m, lastNlqResponse: k, isAwaitingResponse: x, sendMessage: T, isLoading: E, chatId: Z, lastError: y } = M1(e, o), { mutate: V, isLoading: D } = ct(Z), [Q, j] = L(!1), [J, me] = L(!1), xe = () => j(!0), q = () => j(!1), Y = () => {
|
|
2324
2328
|
V(), q();
|
|
2325
|
-
},
|
|
2326
|
-
if (!(
|
|
2329
|
+
}, N = U(null), ae = U(null), ye = () => {
|
|
2330
|
+
if (!(N != null && N.current))
|
|
2327
2331
|
return;
|
|
2328
|
-
const { scrollTop: R, clientHeight:
|
|
2329
|
-
if (R === void 0 ||
|
|
2332
|
+
const { scrollTop: R, clientHeight: A, scrollHeight: ze } = N.current;
|
|
2333
|
+
if (R === void 0 || A === void 0 || ze === void 0)
|
|
2330
2334
|
return;
|
|
2331
|
-
const
|
|
2332
|
-
J !==
|
|
2335
|
+
const $e = ze - R - A > A / 2;
|
|
2336
|
+
J !== $e && me($e);
|
|
2333
2337
|
};
|
|
2334
2338
|
ue(() => {
|
|
2335
|
-
|
|
2339
|
+
N.current && (N.current.scrollTop = N.current.scrollHeight);
|
|
2336
2340
|
}, [
|
|
2337
2341
|
m,
|
|
2338
2342
|
Q,
|
|
2339
|
-
|
|
2343
|
+
x
|
|
2340
2344
|
]);
|
|
2341
|
-
const X = U(null), le = s ? /* @__PURE__ */ n(
|
|
2345
|
+
const X = U(null), le = s ? /* @__PURE__ */ n(bt, {
|
|
2342
2346
|
ref: X,
|
|
2343
2347
|
title: e,
|
|
2344
|
-
leftNav: t && /* @__PURE__ */ n(
|
|
2348
|
+
leftNav: t && /* @__PURE__ */ n(Wo, {
|
|
2345
2349
|
onClick: t,
|
|
2346
2350
|
color: l.aiChat.header.textColor
|
|
2347
2351
|
}),
|
|
2348
|
-
rightNav: /* @__PURE__ */ n(
|
|
2352
|
+
rightNav: /* @__PURE__ */ n(mt, {}),
|
|
2349
2353
|
style: l.aiChat.header
|
|
2350
|
-
}) : null, O =
|
|
2354
|
+
}) : null, O = F(() => [
|
|
2351
2355
|
...new Set(m.filter((R) => R.role === "user").filter((R) => !(C != null && C.includes(R.content))).map((R) => R.content).reverse())
|
|
2352
2356
|
].slice(0, a), [
|
|
2353
2357
|
m,
|
|
2354
2358
|
a,
|
|
2355
2359
|
C
|
|
2356
2360
|
]);
|
|
2357
|
-
return (
|
|
2361
|
+
return (y == null ? void 0 : y.message) === r("ai.errors.chatUnavailable") ? /* @__PURE__ */ p(B, {
|
|
2358
2362
|
children: [
|
|
2359
2363
|
s && le,
|
|
2360
|
-
/* @__PURE__ */ n(
|
|
2361
|
-
text:
|
|
2364
|
+
/* @__PURE__ */ n(ht, {
|
|
2365
|
+
text: y.message
|
|
2362
2366
|
})
|
|
2363
2367
|
]
|
|
2364
|
-
}) : /* @__PURE__ */ p(
|
|
2368
|
+
}) : /* @__PURE__ */ p(B, {
|
|
2365
2369
|
children: [
|
|
2366
2370
|
le,
|
|
2367
|
-
/* @__PURE__ */ p(
|
|
2368
|
-
ref:
|
|
2371
|
+
/* @__PURE__ */ p(rn, {
|
|
2372
|
+
ref: N,
|
|
2369
2373
|
theme: l,
|
|
2370
2374
|
onScroll: ye,
|
|
2371
2375
|
children: [
|
|
2372
|
-
/* @__PURE__ */ n(
|
|
2376
|
+
/* @__PURE__ */ n(nn, {
|
|
2373
2377
|
isVisible: J,
|
|
2374
|
-
anchorElement:
|
|
2378
|
+
anchorElement: ae.current,
|
|
2375
2379
|
onClick: () => {
|
|
2376
|
-
var R,
|
|
2377
|
-
(
|
|
2378
|
-
top: (R =
|
|
2380
|
+
var R, A;
|
|
2381
|
+
(A = N.current) == null || A.scroll({
|
|
2382
|
+
top: (R = N.current) == null ? void 0 : R.scrollHeight,
|
|
2379
2383
|
behavior: "smooth"
|
|
2380
2384
|
});
|
|
2381
2385
|
}
|
|
2382
2386
|
}),
|
|
2383
|
-
/* @__PURE__ */ n(
|
|
2384
|
-
/* @__PURE__ */ n(
|
|
2387
|
+
/* @__PURE__ */ n(U1, {}),
|
|
2388
|
+
/* @__PURE__ */ n(Qo, {
|
|
2385
2389
|
questions: C || [],
|
|
2386
2390
|
isLoading: g,
|
|
2387
|
-
onSelection:
|
|
2391
|
+
onSelection: T
|
|
2388
2392
|
}),
|
|
2389
|
-
|
|
2393
|
+
y && /* @__PURE__ */ n($, {
|
|
2390
2394
|
align: "left",
|
|
2391
|
-
children:
|
|
2395
|
+
children: y.message
|
|
2392
2396
|
}),
|
|
2393
|
-
|
|
2397
|
+
E ? /* @__PURE__ */ n(fe, {}) : /* @__PURE__ */ n(Ao, {
|
|
2394
2398
|
messages: m
|
|
2395
2399
|
}),
|
|
2396
|
-
i &&
|
|
2400
|
+
i && k && ((Ae = (Oe = k.followupQuestions) == null ? void 0 : Oe.length) != null ? Ae : 0) > 0 && /* @__PURE__ */ n(an, {
|
|
2397
2401
|
theme: l,
|
|
2398
|
-
children:
|
|
2402
|
+
children: (We = k.followupQuestions) == null ? void 0 : We.slice(0, 2).map((R, A) => /* @__PURE__ */ n(he, {
|
|
2399
2403
|
align: "left",
|
|
2400
2404
|
onClick: () => {
|
|
2401
|
-
|
|
2405
|
+
T(R);
|
|
2402
2406
|
},
|
|
2403
2407
|
children: /* @__PURE__ */ n("div", {
|
|
2404
2408
|
className: "csdk-py-[7px] csdk-px-4",
|
|
2405
2409
|
children: R
|
|
2406
2410
|
})
|
|
2407
|
-
},
|
|
2411
|
+
}, A))
|
|
2408
2412
|
}),
|
|
2409
|
-
(
|
|
2410
|
-
Q && /* @__PURE__ */ n(
|
|
2413
|
+
(x || D) && /* @__PURE__ */ n(Pe, {}),
|
|
2414
|
+
Q && /* @__PURE__ */ n(to, {
|
|
2411
2415
|
onCancel: q,
|
|
2412
2416
|
onConfirm: Y
|
|
2413
2417
|
})
|
|
2414
2418
|
]
|
|
2415
2419
|
}),
|
|
2416
|
-
/* @__PURE__ */ p(
|
|
2417
|
-
ref:
|
|
2420
|
+
/* @__PURE__ */ p(sn, {
|
|
2421
|
+
ref: ae,
|
|
2418
2422
|
theme: l,
|
|
2419
2423
|
children: [
|
|
2420
|
-
/* @__PURE__ */ n(
|
|
2421
|
-
onSendMessage:
|
|
2422
|
-
disabled:
|
|
2424
|
+
/* @__PURE__ */ n(Q1, {
|
|
2425
|
+
onSendMessage: T,
|
|
2426
|
+
disabled: x || E,
|
|
2423
2427
|
onClearHistoryClick: xe,
|
|
2424
2428
|
suggestions: C || [],
|
|
2425
2429
|
recentPrompts: O,
|
|
2426
|
-
isLoading: g ||
|
|
2430
|
+
isLoading: g || E,
|
|
2427
2431
|
recommendationsError: h,
|
|
2428
2432
|
onChange: q
|
|
2429
2433
|
}),
|
|
2430
|
-
/* @__PURE__ */ n(
|
|
2434
|
+
/* @__PURE__ */ n(Jo, {
|
|
2431
2435
|
theme: l
|
|
2432
2436
|
})
|
|
2433
2437
|
]
|
|
@@ -2435,64 +2439,64 @@ function nn({ contextTitle: e, onGoBack: t, contextDetails: o }) {
|
|
|
2435
2439
|
]
|
|
2436
2440
|
});
|
|
2437
2441
|
}
|
|
2438
|
-
const
|
|
2442
|
+
const cn = /* @__PURE__ */ u("button", {
|
|
2439
2443
|
target: "e5a38pw0",
|
|
2440
2444
|
label: "Container"
|
|
2441
|
-
})("font-family:", ({ theme: e }) => e.typography.fontFamily, ";padding:20px;border:none;display:flex;align-items:center;justify-content:space-between;text-align:left;border-radius:15px;box-shadow:0px 1px 2px rgba(9,9,10,0.1),0px 2px 4px rgba(9,9,10,0.1);cursor:pointer;background-color:", ({ theme: e }) => e.aiChat.dataTopics.items.backgroundColor, ";"),
|
|
2445
|
+
})("font-family:", ({ theme: e }) => e.typography.fontFamily, ";padding:20px;border:none;display:flex;align-items:center;justify-content:space-between;text-align:left;border-radius:15px;box-shadow:0px 1px 2px rgba(9,9,10,0.1),0px 2px 4px rgba(9,9,10,0.1);cursor:pointer;background-color:", ({ theme: e }) => e.aiChat.dataTopics.items.backgroundColor, ";"), dn = /* @__PURE__ */ u("div", {
|
|
2442
2446
|
target: "e5a38pw1",
|
|
2443
2447
|
label: "Title"
|
|
2444
|
-
})("font-size:1.05rem;line-height:28px;color:", ({ theme: e }) => e.aiChat.dataTopics.items.textColor, ";"),
|
|
2448
|
+
})("font-size:1.05rem;line-height:28px;color:", ({ theme: e }) => e.aiChat.dataTopics.items.textColor, ";"), un = /* @__PURE__ */ u("div", {
|
|
2445
2449
|
target: "e5a38pw2",
|
|
2446
2450
|
label: "Description"
|
|
2447
|
-
})("font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";color:", ({ theme: e }) =>
|
|
2451
|
+
})("font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";color:", ({ theme: e }) => ot(e.aiChat.dataTopics.items.textColor, 0, 0.5), ";"), hn = /* @__PURE__ */ u("div", {
|
|
2448
2452
|
target: "e5a38pw3",
|
|
2449
2453
|
label: "IconContainer"
|
|
2450
2454
|
})("width:16px;height:16px;transform:rotate(180deg);");
|
|
2451
|
-
function
|
|
2455
|
+
function pn(e) {
|
|
2452
2456
|
const { title: t, description: o, onClick: r } = e, { themeSettings: i } = b();
|
|
2453
|
-
return /* @__PURE__ */ p(
|
|
2457
|
+
return /* @__PURE__ */ p(cn, {
|
|
2454
2458
|
onClick: r,
|
|
2455
2459
|
theme: i,
|
|
2456
2460
|
children: [
|
|
2457
2461
|
/* @__PURE__ */ p("div", {
|
|
2458
2462
|
children: [
|
|
2459
|
-
/* @__PURE__ */ n(
|
|
2463
|
+
/* @__PURE__ */ n(dn, {
|
|
2460
2464
|
theme: i,
|
|
2461
2465
|
children: t
|
|
2462
2466
|
}),
|
|
2463
|
-
/* @__PURE__ */ n(
|
|
2467
|
+
/* @__PURE__ */ n(un, {
|
|
2464
2468
|
theme: i,
|
|
2465
2469
|
children: o
|
|
2466
2470
|
})
|
|
2467
2471
|
]
|
|
2468
2472
|
}),
|
|
2469
|
-
/* @__PURE__ */ n(
|
|
2470
|
-
children: /* @__PURE__ */ n(
|
|
2473
|
+
/* @__PURE__ */ n(hn, {
|
|
2474
|
+
children: /* @__PURE__ */ n(ft, {
|
|
2471
2475
|
color: i.aiChat.icons.color
|
|
2472
2476
|
})
|
|
2473
2477
|
})
|
|
2474
2478
|
]
|
|
2475
2479
|
});
|
|
2476
2480
|
}
|
|
2477
|
-
const
|
|
2481
|
+
const gn = /* @__PURE__ */ u("div", {
|
|
2478
2482
|
target: "emrh5y30",
|
|
2479
2483
|
label: "FlexContainer"
|
|
2480
|
-
})("padding:20px;display:flex;flex-direction:column;gap:20px;overflow:auto;"),
|
|
2484
|
+
})("padding:20px;display:flex;flex-direction:column;gap:20px;overflow:auto;"), Cn = /* @__PURE__ */ u("div", {
|
|
2481
2485
|
target: "emrh5y31",
|
|
2482
2486
|
label: "Title"
|
|
2483
|
-
})("font-size:24px;line-height:32px;font-weight:600;text-align:center;padding-bottom:4px;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";"),
|
|
2487
|
+
})("font-size:24px;line-height:32px;font-weight:600;text-align:center;padding-bottom:4px;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";"), fn = /* @__PURE__ */ u("div", {
|
|
2484
2488
|
target: "emrh5y32",
|
|
2485
2489
|
label: "Subtitle"
|
|
2486
2490
|
})("font-size:15px;line-height:22px;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";");
|
|
2487
|
-
function
|
|
2488
|
-
const { dataTopics: t } = e, { themeSettings: o } = b(), { t: r } =
|
|
2489
|
-
return /* @__PURE__ */ p(
|
|
2491
|
+
function bn(e) {
|
|
2492
|
+
const { dataTopics: t } = e, { themeSettings: o } = b(), { t: r } = w();
|
|
2493
|
+
return /* @__PURE__ */ p(gn, {
|
|
2490
2494
|
children: [
|
|
2491
|
-
/* @__PURE__ */ n(
|
|
2495
|
+
/* @__PURE__ */ n(Cn, {
|
|
2492
2496
|
theme: o,
|
|
2493
2497
|
children: r("ai.dataTopics")
|
|
2494
2498
|
}),
|
|
2495
|
-
/* @__PURE__ */ p(
|
|
2499
|
+
/* @__PURE__ */ p(fn, {
|
|
2496
2500
|
theme: o,
|
|
2497
2501
|
children: [
|
|
2498
2502
|
r("ai.chatbotDescription"),
|
|
@@ -2501,15 +2505,15 @@ function pn(e) {
|
|
|
2501
2505
|
r("ai.topicSelectPrompt")
|
|
2502
2506
|
]
|
|
2503
2507
|
}),
|
|
2504
|
-
t.map((i) => /* @__PURE__ */
|
|
2508
|
+
t.map((i) => /* @__PURE__ */ e1(pn, M(v({}, i), {
|
|
2505
2509
|
key: i.title
|
|
2506
2510
|
})))
|
|
2507
2511
|
]
|
|
2508
2512
|
});
|
|
2509
2513
|
}
|
|
2510
|
-
const
|
|
2511
|
-
function
|
|
2512
|
-
const t = e ?
|
|
2514
|
+
const mn = "#000000", xn = "#FFFFFF";
|
|
2515
|
+
function yn({ isDarkBackground: e = !1 }) {
|
|
2516
|
+
const t = e ? xn : mn;
|
|
2513
2517
|
return /* @__PURE__ */ p("svg", {
|
|
2514
2518
|
width: "32",
|
|
2515
2519
|
height: "32",
|
|
@@ -2584,38 +2588,38 @@ function fn({ isDarkBackground: e = !1 }) {
|
|
|
2584
2588
|
]
|
|
2585
2589
|
});
|
|
2586
2590
|
}
|
|
2587
|
-
const
|
|
2591
|
+
const vn = /* @__PURE__ */ u("div", {
|
|
2588
2592
|
target: "ecj9gfs0",
|
|
2589
2593
|
label: "LogoContainer"
|
|
2590
|
-
})("margin-left:14px;margin-top:3px;"),
|
|
2594
|
+
})("margin-left:14px;margin-top:3px;"), wn = /* @__PURE__ */ u("div", {
|
|
2591
2595
|
target: "ecj9gfs1",
|
|
2592
2596
|
label: "DataTopicsContainer"
|
|
2593
2597
|
})("display:flex;flex-direction:column;justify-content:top;overflow:hidden;height:100%;background-color:", ({ theme: e }) => e.aiChat.dataTopics.backgroundColor, ";");
|
|
2594
|
-
function
|
|
2595
|
-
const { enableHeader: o } =
|
|
2598
|
+
function kn({ dataTopicsList: e, onDataTopicClick: t }) {
|
|
2599
|
+
const { enableHeader: o } = P(), { themeSettings: r } = b(), { t: i } = w(), s = F(() => e == null ? void 0 : e.map((c) => ({
|
|
2596
2600
|
title: c,
|
|
2597
2601
|
onClick: () => t(c)
|
|
2598
2602
|
})), [
|
|
2599
2603
|
e,
|
|
2600
2604
|
t
|
|
2601
|
-
]), a =
|
|
2602
|
-
return /* @__PURE__ */ p(
|
|
2605
|
+
]), a = t1(o1(r.aiChat.header.backgroundColor)) > 0.5;
|
|
2606
|
+
return /* @__PURE__ */ p(B, {
|
|
2603
2607
|
children: [
|
|
2604
|
-
o ? /* @__PURE__ */ n(
|
|
2608
|
+
o ? /* @__PURE__ */ n(bt, {
|
|
2605
2609
|
title: i("ai.analyticsChatbot"),
|
|
2606
|
-
leftNav: /* @__PURE__ */ n(
|
|
2607
|
-
children: /* @__PURE__ */ n(
|
|
2610
|
+
leftNav: /* @__PURE__ */ n(vn, {
|
|
2611
|
+
children: /* @__PURE__ */ n(yn, {
|
|
2608
2612
|
isDarkBackground: a
|
|
2609
2613
|
})
|
|
2610
2614
|
}),
|
|
2611
|
-
rightNav: /* @__PURE__ */ n(
|
|
2615
|
+
rightNav: /* @__PURE__ */ n(mt, {}),
|
|
2612
2616
|
style: r.aiChat.header
|
|
2613
2617
|
}) : null,
|
|
2614
|
-
/* @__PURE__ */ p(
|
|
2618
|
+
/* @__PURE__ */ p(wn, {
|
|
2615
2619
|
theme: r,
|
|
2616
2620
|
children: [
|
|
2617
2621
|
!s && /* @__PURE__ */ n(fe, {}),
|
|
2618
|
-
s && /* @__PURE__ */ n(
|
|
2622
|
+
s && /* @__PURE__ */ n(bn, {
|
|
2619
2623
|
dataTopics: s
|
|
2620
2624
|
})
|
|
2621
2625
|
]
|
|
@@ -2623,15 +2627,15 @@ function xn({ dataTopicsList: e, onDataTopicClick: t }) {
|
|
|
2623
2627
|
]
|
|
2624
2628
|
});
|
|
2625
2629
|
}
|
|
2626
|
-
function
|
|
2627
|
-
const [e, t] = L(), [o, r] = L(), { data: i, fetchStatus: s } =
|
|
2628
|
-
|
|
2630
|
+
function Sn() {
|
|
2631
|
+
const [e, t] = L(), [o, r] = L(), { data: i, fetchStatus: s } = x1(), { dataTopicsList: a, contextDetails: c } = P(), { t: l } = w(), d = l("ai.errors.noAvailableDataTopics"), g = S((k) => {
|
|
2632
|
+
k.length ? k.length === 1 && (r(void 0), t(k[0])) : r(d);
|
|
2629
2633
|
}, [
|
|
2630
2634
|
d
|
|
2631
|
-
]), h =
|
|
2635
|
+
]), h = F(() => {
|
|
2632
2636
|
if (i && s === "idle") {
|
|
2633
|
-
const
|
|
2634
|
-
return g(
|
|
2637
|
+
const x = (a != null && a.length ? i == null ? void 0 : i.filter((T) => a == null ? void 0 : a.includes(T.title)) : i).map((T) => T.title);
|
|
2638
|
+
return g(x), x;
|
|
2635
2639
|
}
|
|
2636
2640
|
return [];
|
|
2637
2641
|
}, [
|
|
@@ -2639,69 +2643,69 @@ function yn() {
|
|
|
2639
2643
|
s,
|
|
2640
2644
|
a,
|
|
2641
2645
|
g
|
|
2642
|
-
]), C = oe(), m =
|
|
2646
|
+
]), C = oe(), m = S(() => {
|
|
2643
2647
|
r(void 0), C.invalidateQueries([
|
|
2644
2648
|
"getDataTopics"
|
|
2645
2649
|
]);
|
|
2646
2650
|
}, [
|
|
2647
2651
|
C
|
|
2648
2652
|
]);
|
|
2649
|
-
return o ? /* @__PURE__ */ n(
|
|
2653
|
+
return o ? /* @__PURE__ */ n(ht, {
|
|
2650
2654
|
text: o,
|
|
2651
2655
|
action: {
|
|
2652
2656
|
text: l("ai.buttons.refresh"),
|
|
2653
2657
|
onClick: m
|
|
2654
2658
|
}
|
|
2655
|
-
}) : h.length === 1 && !e ? /* @__PURE__ */ n(fe, {}) : e ? /* @__PURE__ */ n(
|
|
2659
|
+
}) : h.length === 1 && !e ? /* @__PURE__ */ n(fe, {}) : e ? /* @__PURE__ */ n(ln, {
|
|
2656
2660
|
contextTitle: e,
|
|
2657
2661
|
contextDetails: c,
|
|
2658
2662
|
onGoBack: h.length === 1 ? void 0 : () => t(void 0)
|
|
2659
|
-
}) : /* @__PURE__ */ n(
|
|
2663
|
+
}) : /* @__PURE__ */ n(kn, {
|
|
2660
2664
|
dataTopicsList: h,
|
|
2661
|
-
onDataTopicClick: (
|
|
2665
|
+
onDataTopicClick: (k) => t(k)
|
|
2662
2666
|
});
|
|
2663
2667
|
}
|
|
2664
|
-
const
|
|
2668
|
+
const jn = Le({
|
|
2665
2669
|
componentName: "Chatbot"
|
|
2666
2670
|
})((e) => {
|
|
2667
2671
|
const { width: t, height: o, config: r } = e, { themeSettings: i } = b();
|
|
2668
|
-
return /* @__PURE__ */ n(
|
|
2672
|
+
return /* @__PURE__ */ n(b1, {
|
|
2669
2673
|
value: r != null ? r : {},
|
|
2670
|
-
children: /* @__PURE__ */ n(
|
|
2674
|
+
children: /* @__PURE__ */ n(E1, {
|
|
2671
2675
|
id: "csdk-chatbot-frame",
|
|
2672
2676
|
width: t,
|
|
2673
2677
|
height: o,
|
|
2674
2678
|
theme: i,
|
|
2675
2679
|
tabIndex: 0,
|
|
2676
|
-
children: /* @__PURE__ */ n(
|
|
2680
|
+
children: /* @__PURE__ */ n(Sn, {})
|
|
2677
2681
|
})
|
|
2678
2682
|
});
|
|
2679
|
-
}),
|
|
2683
|
+
}), Gn = Le({
|
|
2680
2684
|
componentName: "GetNlgInsights"
|
|
2681
2685
|
})(function(t) {
|
|
2682
|
-
const { data: o, isLoading: r, isError: i } = re(t), { t: s } =
|
|
2686
|
+
const { data: o, isLoading: r, isError: i } = re(t), { t: s } = w();
|
|
2683
2687
|
if (i)
|
|
2684
|
-
return /* @__PURE__ */ n(
|
|
2688
|
+
return /* @__PURE__ */ n(B, {
|
|
2685
2689
|
children: s("ai.errors.unexpected")
|
|
2686
2690
|
});
|
|
2687
|
-
const a = o != null ? o : "
|
|
2691
|
+
const a = o != null ? o : s("ai.errors.insightsNotAvailable");
|
|
2688
2692
|
return /* @__PURE__ */ n(be, {
|
|
2689
2693
|
text: r ? "Loading..." : a
|
|
2690
2694
|
});
|
|
2691
|
-
}),
|
|
2695
|
+
}), Vn = Le({
|
|
2692
2696
|
componentName: "GetNlgQueryResult"
|
|
2693
2697
|
})(function(t) {
|
|
2694
|
-
const { data: o, isLoading: r, isError: i } = re(t), { t: s } =
|
|
2698
|
+
const { data: o, isLoading: r, isError: i } = re(t), { t: s } = w();
|
|
2695
2699
|
if (i)
|
|
2696
|
-
return /* @__PURE__ */ n(
|
|
2700
|
+
return /* @__PURE__ */ n(B, {
|
|
2697
2701
|
children: s("ai.errors.unexpected")
|
|
2698
2702
|
});
|
|
2699
|
-
const a = o != null ? o : "
|
|
2703
|
+
const a = o != null ? o : s("ai.errors.insightsNotAvailable");
|
|
2700
2704
|
return /* @__PURE__ */ n(be, {
|
|
2701
2705
|
text: r ? "Loading..." : a
|
|
2702
2706
|
});
|
|
2703
2707
|
});
|
|
2704
|
-
function
|
|
2708
|
+
function Mn({ theme: e }) {
|
|
2705
2709
|
const t = e.general.brandColor;
|
|
2706
2710
|
return /* @__PURE__ */ p("svg", {
|
|
2707
2711
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2711,45 +2715,45 @@ function vn({ theme: e }) {
|
|
|
2711
2715
|
fill: "none",
|
|
2712
2716
|
children: [
|
|
2713
2717
|
/* @__PURE__ */ n("path", {
|
|
2714
|
-
|
|
2715
|
-
|
|
2718
|
+
fillRule: "evenodd",
|
|
2719
|
+
clipRule: "evenodd",
|
|
2716
2720
|
d: "M12.0533 3.62671e-06C12.0557 -9.45649e-05 12.0577 0.00181346 12.0578 0.00422597C12.1926 3.98958 15.4422 7.18501 19.4491 7.23273C19.4494 7.23273 19.4496 7.23296 19.4496 7.23325C19.4496 7.23356 19.4494 7.23381 19.4491 7.23382C15.3869 7.2822 12.1029 10.5659 12.054 14.628C12.054 14.6283 12.0538 14.6285 12.0535 14.6285C12.0532 14.6285 12.0529 14.6283 12.0529 14.628C12.0047 10.6218 8.80995 7.37281 4.8253 7.23765C4.82287 7.23757 4.82095 7.23552 4.82105 7.2331C4.82114 7.23081 4.82301 7.22897 4.8253 7.2289C8.75488 7.0956 11.9163 3.93392 12.0491 0.004224C12.0492 0.00194873 12.051 9.62326e-05 12.0533 3.62671e-06Z",
|
|
2717
2721
|
fill: t
|
|
2718
2722
|
}),
|
|
2719
2723
|
/* @__PURE__ */ n("path", {
|
|
2720
|
-
|
|
2721
|
-
|
|
2724
|
+
fillRule: "evenodd",
|
|
2725
|
+
clipRule: "evenodd",
|
|
2722
2726
|
d: "M9.0973 12.7759C7.1172 12.7236 5.51984 11.1352 5.45331 9.1587C5.45326 9.1573 5.45209 9.1562 5.4507 9.15625C5.44938 9.1563 5.44832 9.15738 5.44828 9.15869C5.38204 11.1266 3.79825 12.7098 1.83009 12.7751C1.82969 12.7752 1.82936 12.7755 1.82935 12.7759C1.82933 12.7763 1.82967 12.7767 1.83009 12.7767C3.8264 12.8429 5.42727 14.4708 5.45019 16.4778C5.45019 16.4781 5.45045 16.4784 5.45077 16.4784C5.45111 16.4784 5.4514 16.4781 5.4514 16.4778C5.47442 14.4622 7.089 12.8289 9.0973 12.7759Z",
|
|
2723
2727
|
fill: t
|
|
2724
2728
|
}),
|
|
2725
2729
|
/* @__PURE__ */ n("path", {
|
|
2726
|
-
|
|
2727
|
-
|
|
2730
|
+
fillRule: "evenodd",
|
|
2731
|
+
clipRule: "evenodd",
|
|
2728
2732
|
d: "M2.8778 2.15728C2.87779 2.15701 2.8779 2.15674 2.8781 2.15655C2.87874 2.15591 2.87983 2.15638 2.87981 2.15728C2.87934 2.17566 2.87911 2.1941 2.87911 2.21259C2.87911 3.36434 3.78842 4.30371 4.92829 4.35195C3.78842 4.40019 2.87911 5.33955 2.87911 6.4913C2.87911 6.56284 2.88262 6.63356 2.88947 6.7033C2.89045 6.7133 2.8783 6.71912 2.87119 6.71202C2.86894 6.70976 2.86781 6.70662 2.86813 6.70344C2.87499 6.63366 2.8785 6.56289 2.8785 6.4913C2.8785 5.33956 1.96921 4.40021 0.829346 4.35195C1.96921 4.30369 2.8785 3.36433 2.8785 2.21259C2.8785 2.1941 2.87827 2.17566 2.8778 2.15728ZM5.16566 4.35485C5.16834 4.35503 5.16981 4.35179 5.16791 4.34989C5.16732 4.3493 5.1665 4.34899 5.16567 4.34905C5.14802 4.35023 5.13031 4.3512 5.11255 4.35195C5.13031 4.3527 5.14801 4.35367 5.16566 4.35485Z",
|
|
2729
2733
|
fill: t
|
|
2730
2734
|
})
|
|
2731
2735
|
]
|
|
2732
2736
|
});
|
|
2733
2737
|
}
|
|
2734
|
-
const
|
|
2738
|
+
const Tn = /* @__PURE__ */ u("div", {
|
|
2735
2739
|
target: "eit37yz0",
|
|
2736
2740
|
label: "FlexDiv"
|
|
2737
|
-
})("display:flex;flex-direction:row;align-items:center;gap:10px;margin:24px 0;max-width:640px;color:", ({ theme: e }) => e.chart.textColor, ";background-color:", ({ theme: e }) => e.chart.backgroundColor, ";"),
|
|
2741
|
+
})("display:flex;flex-direction:row;align-items:center;gap:10px;margin:24px 0;max-width:640px;color:", ({ theme: e }) => e.chart.textColor, ";background-color:", ({ theme: e }) => e.chart.backgroundColor, ";"), Ln = /* @__PURE__ */ u("div", {
|
|
2738
2742
|
target: "eit37yz1",
|
|
2739
2743
|
label: "IconDiv"
|
|
2740
|
-
})("align-self:flex-start;"),
|
|
2744
|
+
})("align-self:flex-start;"), Rn = ({ summary: e, nlgRequest: t }) => {
|
|
2741
2745
|
const { themeSettings: o } = b();
|
|
2742
2746
|
return /* @__PURE__ */ n(Te, {
|
|
2743
2747
|
sourceId: t.jaql.datasource.title,
|
|
2744
2748
|
data: t,
|
|
2745
2749
|
type: "chart/insights",
|
|
2746
2750
|
buttonVisibility: "always",
|
|
2747
|
-
renderContent: (r) => /* @__PURE__ */ p(
|
|
2751
|
+
renderContent: (r) => /* @__PURE__ */ p(Tn, {
|
|
2748
2752
|
theme: o,
|
|
2749
2753
|
children: [
|
|
2750
|
-
/* @__PURE__ */ n(
|
|
2754
|
+
/* @__PURE__ */ n(Ln, {
|
|
2751
2755
|
theme: o,
|
|
2752
|
-
children: /* @__PURE__ */ n(
|
|
2756
|
+
children: /* @__PURE__ */ n(Mn, {
|
|
2753
2757
|
theme: o
|
|
2754
2758
|
})
|
|
2755
2759
|
}),
|
|
@@ -2760,9 +2764,9 @@ const wn = /* @__PURE__ */ u("div", {
|
|
|
2760
2764
|
]
|
|
2761
2765
|
})
|
|
2762
2766
|
});
|
|
2763
|
-
},
|
|
2764
|
-
e.queryTitle =
|
|
2765
|
-
const { connectToWidgetProps: i } =
|
|
2767
|
+
}, Qn = ({ nlqResponse: e, onDataReady: t, styleOptions: o, filters: r = [] }) => {
|
|
2768
|
+
e.queryTitle = Gt(e.queryTitle);
|
|
2769
|
+
const { connectToWidgetProps: i } = Vt({
|
|
2766
2770
|
initialFilters: r
|
|
2767
2771
|
}), [s, a] = L(null);
|
|
2768
2772
|
ne(() => {
|
|
@@ -2772,7 +2776,7 @@ const wn = /* @__PURE__ */ u("div", {
|
|
|
2772
2776
|
if (!h)
|
|
2773
2777
|
a(null);
|
|
2774
2778
|
else {
|
|
2775
|
-
o && h.styleOptions && (h.styleOptions =
|
|
2779
|
+
o && h.styleOptions && (h.styleOptions = n1(h.styleOptions, o));
|
|
2776
2780
|
const C = i(h, {
|
|
2777
2781
|
shouldAffectFilters: !1,
|
|
2778
2782
|
applyMode: "filter"
|
|
@@ -2784,10 +2788,10 @@ const wn = /* @__PURE__ */ u("div", {
|
|
|
2784
2788
|
i,
|
|
2785
2789
|
o
|
|
2786
2790
|
]);
|
|
2787
|
-
const c =
|
|
2788
|
-
const h = s && Se(s) ?
|
|
2789
|
-
return
|
|
2790
|
-
jaql:
|
|
2791
|
+
const c = F(() => {
|
|
2792
|
+
const h = s && Se(s) ? Qt(s == null ? void 0 : s.filters) : [], C = e.jaql.metadata.filter((m) => !m.jaql.filter).concat(h.filter((m) => !m.config.disabled).map((m) => m.jaql()));
|
|
2793
|
+
return M(v({}, e), {
|
|
2794
|
+
jaql: M(v({}, e.jaql), {
|
|
2791
2795
|
metadata: C
|
|
2792
2796
|
}),
|
|
2793
2797
|
verbosity: "Low"
|
|
@@ -2796,15 +2800,15 @@ const wn = /* @__PURE__ */ u("div", {
|
|
|
2796
2800
|
e,
|
|
2797
2801
|
s
|
|
2798
2802
|
]), { data: l, isLoading: d, isError: g } = re(c);
|
|
2799
|
-
return d || !s ? /* @__PURE__ */ n(
|
|
2803
|
+
return d || !s ? /* @__PURE__ */ n(Pe, {}) : Se(s) ? /* @__PURE__ */ n(te, M(v({}, s), {
|
|
2800
2804
|
highlightSelectionDisabled: !0,
|
|
2801
2805
|
onDataReady: t,
|
|
2802
|
-
topSlot: l && !g && /* @__PURE__ */ n(
|
|
2806
|
+
topSlot: l && !g && /* @__PURE__ */ n(Rn, {
|
|
2803
2807
|
nlgRequest: c,
|
|
2804
2808
|
summary: l
|
|
2805
2809
|
})
|
|
2806
|
-
})) : /* @__PURE__ */ n(
|
|
2807
|
-
},
|
|
2810
|
+
})) : /* @__PURE__ */ n(B, {});
|
|
2811
|
+
}, In = new Je({
|
|
2808
2812
|
defaultOptions: {
|
|
2809
2813
|
queries: {
|
|
2810
2814
|
refetchOnWindowFocus: !1,
|
|
@@ -2812,34 +2816,35 @@ const wn = /* @__PURE__ */ u("div", {
|
|
|
2812
2816
|
}
|
|
2813
2817
|
}
|
|
2814
2818
|
});
|
|
2815
|
-
function
|
|
2816
|
-
return /* @__PURE__ */ n(
|
|
2819
|
+
function _n({ children: e, context: t }) {
|
|
2820
|
+
return /* @__PURE__ */ n(rt, {
|
|
2817
2821
|
children: /* @__PURE__ */ n(Ne.Provider, {
|
|
2818
2822
|
value: t == null ? void 0 : t.api,
|
|
2819
|
-
children: /* @__PURE__ */ n(
|
|
2820
|
-
client:
|
|
2823
|
+
children: /* @__PURE__ */ n(Ye, {
|
|
2824
|
+
client: In,
|
|
2821
2825
|
children: e
|
|
2822
2826
|
})
|
|
2823
2827
|
})
|
|
2824
2828
|
});
|
|
2825
2829
|
}
|
|
2826
2830
|
export {
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2831
|
+
qn as AiContextProvider,
|
|
2832
|
+
l1 as ChatRestApi,
|
|
2833
|
+
jn as Chatbot,
|
|
2834
|
+
_n as CustomAiContextProvider,
|
|
2835
|
+
f1 as DEFAULT_RECOMMENDATIONS_COUNT,
|
|
2836
|
+
Gn as GetNlgInsights,
|
|
2837
|
+
Vn as GetNlgQueryResult,
|
|
2838
|
+
Qn as NlqChartWidget,
|
|
2839
|
+
h1 as prepareGetNlgInsightsPayload,
|
|
2840
|
+
g1 as prepareGetNlqResultPayload,
|
|
2841
|
+
M1 as useChatSession,
|
|
2842
|
+
Zn as useFinalNlqResponse,
|
|
2843
|
+
On as useGetNlgInsights,
|
|
2844
|
+
An as useGetNlgQueryResult,
|
|
2845
|
+
Wn as useGetNlqResult,
|
|
2846
|
+
zn as useGetQueryRecommendations,
|
|
2847
|
+
$n as useLastNlqResponse,
|
|
2848
|
+
Jn as widgetComposer
|
|
2844
2849
|
};
|
|
2845
|
-
(function(){"use strict";try{if(typeof document!="undefined"){var e=document.createElement("style");e.appendChild(document.createTextNode('@charset "UTF-8";.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}.csdk-treemap-tooltip-wrapper{min-width:210px;color:#acacac;font-size:14px;line-height:16px;background:#fff;border-radius:10px;overflow:hidden;margin-right:-1px;padding-bottom:10px}.csdk-treemap-tooltip-level{display:flex;align-items:center;position:relative;padding:8px;font-size:14px;border-bottom:1px solid #ccc}.csdk-treemap-tooltip-level span{padding:0 2px}.csdk-treemap-tooltip-value{padding:10px 10px 0;font-size:12px;line-height:16px}.highcharts-sunburst-series.highcharts-legend-item{pointer-events:none!important}.csdk-boxplot-tooltip-row{display:flex;justify-content:space-between}.csdk-boxplot-tooltip-row>*{margin-right:10px}.csdk-boxplot-tooltip-row>*:last-child{margin-right:0}._alert_box_10ttx_1{position:absolute;display:flex;justify-content:center;z-index:1;margin-top:1%}._alert_box_10ttx_1 ._content_10ttx_8{background-color:#616161;padding:5px;border-radius:3px;text-align:center}._alert_box_10ttx_1 ._content_10ttx_8 ._alert_10ttx_1{color:#fff;margin:0 8px;line-height:1;font-size:12px}[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}:root{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }::backdrop{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }.csdk-absolute{position:absolute}.csdk-relative{position:relative}.csdk-left-2{left:.5rem}.csdk-right-0{right:0}.csdk-right-\\[-15px\\]{right:-15px}.csdk-right-\\[-5px\\]{right:-5px}.csdk-right-\\[0px\\]{right:0}.csdk-right-\\[4px\\]{right:4px}.csdk-top-1\\/2{top:50%}.csdk-top-\\[3px\\]{top:3px}.csdk-top-\\[7px\\]{top:7px}.csdk-z-\\[401\\]{z-index:401}.csdk-m-auto{margin:auto}.csdk-m-checkbox,.csdk-m-radio{margin:6px 10px 6px 6px}.csdk-mx-\\[16px\\]{margin-left:16px;margin-right:16px}.csdk-my-1{margin-top:.25rem;margin-bottom:.25rem}.csdk-my-\\[2px\\]{margin-top:2px;margin-bottom:2px}.csdk-my-\\[5px\\]{margin-top:5px;margin-bottom:5px}.csdk-mb-1{margin-bottom:.25rem}.csdk-mb-\\[10px\\]{margin-bottom:10px}.csdk-mb-\\[24px\\]{margin-bottom:24px}.csdk-mb-\\[3px\\]{margin-bottom:3px}.csdk-mb-\\[4px\\]{margin-bottom:4px}.csdk-mb-px{margin-bottom:1px}.csdk-ml-1{margin-left:.25rem}.csdk-ml-1\\.5{margin-left:.375rem}.csdk-ml-2{margin-left:.5rem}.csdk-ml-\\[10px\\]{margin-left:10px}.csdk-ml-\\[4px\\]{margin-left:4px}.csdk-ml-\\[5px\\]{margin-left:5px}.csdk-ml-\\[6px\\]{margin-left:6px}.csdk-ml-\\[7px\\]{margin-left:7px}.csdk-ml-auto{margin-left:auto}.csdk-mr-2{margin-right:.5rem}.csdk-mr-\\[5px\\]{margin-right:5px}.csdk-mr-\\[7px\\]{margin-right:7px}.csdk-mt-2{margin-top:.5rem}.csdk-mt-3{margin-top:.75rem}.csdk-mt-\\[-2px\\]{margin-top:-2px}.csdk-mt-\\[16px\\]{margin-top:16px}.csdk-mt-\\[2px\\]{margin-top:2px}.csdk-mt-\\[6px\\]{margin-top:6px}.csdk-mt-\\[8px\\]{margin-top:8px}.csdk-box-border{box-sizing:border-box}.csdk-line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.csdk-flex{display:flex}.csdk-grid{display:grid}.csdk-h-5{height:1.25rem}.csdk-h-6{height:1.5rem}.csdk-h-\\[100\\%\\]{height:100%}.csdk-h-\\[10px\\]{height:10px}.csdk-h-\\[18px\\]{height:18px}.csdk-h-\\[20px\\]{height:20px}.csdk-h-\\[245px\\]{height:245px}.csdk-h-button{height:28px}.csdk-h-checkbox{height:12px}.csdk-h-full{height:100%}.csdk-h-radio{height:12px}.csdk-h-screen{height:100vh}.csdk-max-h-32{max-height:8rem}.csdk-max-h-\\[150px\\]{max-height:150px}.csdk-min-h-\\[20px\\]{min-height:20px}.csdk-min-h-\\[32px\\]{min-height:32px}.csdk-w-5{width:1.25rem}.csdk-w-\\[100\\%\\]{width:100%}.csdk-w-\\[10px\\]{width:10px}.csdk-w-\\[152px\\]{width:152px}.csdk-w-\\[18px\\]{width:18px}.csdk-w-\\[240px\\]{width:240px}.csdk-w-\\[28px\\]{width:28px}.csdk-w-\\[300px\\]{width:300px}.csdk-w-\\[60px\\]{width:60px}.csdk-w-checkbox{width:12px}.csdk-w-fit{width:-moz-fit-content;width:fit-content}.csdk-w-full{width:100%}.csdk-w-radio{width:12px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-xs{max-width:20rem}.csdk-shrink-0{flex-shrink:0}.csdk-grow{flex-grow:1}.csdk-grow-0{flex-grow:0}.-csdk-translate-y-1\\/2{--csdk-tw-translate-y: -50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-translate-x-1\\/2{--csdk-tw-translate-x: 50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.-csdk-rotate-90{--csdk-tw-rotate: -90deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-rotate-45{--csdk-tw-rotate: 45deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-scale-x-\\[-1\\]{--csdk-tw-scale-x: -1;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-transform{transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}@keyframes csdk-spin{to{transform:rotate(360deg)}}.csdk-animate-spin{animation:csdk-spin 1s linear infinite}.csdk-cursor-pointer{cursor:pointer}.csdk-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.csdk-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.csdk-flex-row{flex-direction:row}.csdk-flex-col{flex-direction:column}.csdk-flex-wrap{flex-wrap:wrap}.csdk-items-center{align-items:center}.csdk-justify-end{justify-content:flex-end}.csdk-justify-center{justify-content:center}.csdk-justify-between{justify-content:space-between}.csdk-justify-evenly{justify-content:space-evenly}.csdk-gap-1{gap:.25rem}.csdk-gap-2{gap:.5rem}.csdk-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.csdk-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.csdk-gap-y-0{row-gap:0px}.csdk-gap-y-0\\.5{row-gap:.125rem}.csdk-gap-y-4{row-gap:1rem}.csdk-self-center{align-self:center}.csdk-overflow-auto{overflow:auto}.csdk-overflow-hidden{overflow:hidden}.\\!csdk-overflow-visible{overflow:visible!important}.csdk-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.csdk-rounded{border-radius:.25rem}.csdk-rounded-\\[4px\\]{border-radius:4px}.csdk-rounded-full{border-radius:9999px}.csdk-rounded-md{border-radius:.375rem}.csdk-border{border-width:1px}.csdk-border-0{border-width:0px}.csdk-border-input{border-width:1px}.csdk-border-b{border-bottom-width:1px}.csdk-border-l{border-left-width:1px}.csdk-border-l-\\[70px\\]{border-left-width:70px}.csdk-border-r-\\[70px\\]{border-right-width:70px}.csdk-border-t{border-top-width:1px}.csdk-border-t-\\[13px\\]{border-top-width:13px}.csdk-border-solid{border-style:solid}.csdk-border-none{border-style:none}.csdk-border-UI-default{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--csdk-tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--csdk-tw-border-opacity))}.csdk-border-transparent{border-color:transparent}.csdk-border-l-\\[transparent\\]{border-left-color:transparent}.csdk-border-r-\\[transparent\\]{border-right-color:transparent}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--csdk-tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--csdk-tw-bg-opacity))}.csdk-p-1{padding:.25rem}.csdk-p-1\\.5{padding:.375rem}.csdk-p-3{padding:.75rem}.csdk-p-\\[10px\\]{padding:10px}.csdk-p-\\[12px\\]{padding:12px}.csdk-p-\\[20px\\]{padding:20px}.csdk-p-\\[4px\\]{padding:4px}.csdk-p-button{padding:4px 24px}.csdk-p-px{padding:1px}.csdk-px-2{padding-left:.5rem;padding-right:.5rem}.csdk-px-4{padding-left:1rem;padding-right:1rem}.csdk-px-\\[12px\\]{padding-left:12px;padding-right:12px}.csdk-px-\\[20px\\]{padding-left:20px;padding-right:20px}.csdk-px-\\[8px\\]{padding-left:8px;padding-right:8px}.csdk-py-\\[14\\.5px\\]{padding-top:14.5px;padding-bottom:14.5px}.csdk-py-\\[5px\\]{padding-top:5px;padding-bottom:5px}.csdk-py-\\[6px\\]{padding-top:6px;padding-bottom:6px}.csdk-py-\\[7px\\]{padding-top:7px;padding-bottom:7px}.csdk-pb-\\[0px\\]{padding-bottom:0}.csdk-pl-1{padding-left:.25rem}.csdk-pl-2{padding-left:.5rem}.csdk-pl-2\\.5{padding-left:.625rem}.csdk-pl-3{padding-left:.75rem}.csdk-pl-\\[20px\\]{padding-left:20px}.csdk-pr-10{padding-right:2.5rem}.csdk-pt-48{padding-top:12rem}.csdk-text-left{text-align:left}.csdk-text-\\[13px\\]{font-size:13px}.csdk-text-ai-lg{font-size:18px;line-height:22px}.csdk-text-ai-sm{font-size:13px;line-height:18px}.csdk-text-ai-xs{font-size:11px;line-height:18px}.csdk-text-xs{font-size:.75rem;line-height:1rem}.csdk-font-normal{font-weight:400}.csdk-leading-4{line-height:1rem}.csdk-leading-\\[16px\\]{line-height:16px}.csdk-leading-\\[18px\\]{line-height:18px}.csdk-leading-none{line-height:1}.csdk-text-UI-default{--csdk-tw-text-opacity: 1;color:rgb(110 115 125 / var(--csdk-tw-text-opacity))}.csdk-text-semantic-error{color:#e74727}.csdk-text-text-active{color:#262e3d}.csdk-text-text-content{color:#262e3dcc}.csdk-text-text-link{color:#36a3d9}.csdk-text-text-linkButton{--csdk-tw-text-opacity: 1;color:rgb(30 175 243 / var(--csdk-tw-text-opacity))}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-opacity-80{opacity:.8}.csdk-shadow-md{--csdk-tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--csdk-tw-shadow-colored: 0 4px 6px -1px var(--csdk-tw-shadow-color), 0 2px 4px -2px var(--csdk-tw-shadow-color);box-shadow:var(--csdk-tw-ring-offset-shadow, 0 0 #0000),var(--csdk-tw-ring-shadow, 0 0 #0000),var(--csdk-tw-shadow)}.csdk-shadow-gray-500{--csdk-tw-shadow-color: #6b7280;--csdk-tw-shadow: var(--csdk-tw-shadow-colored)}.csdk-outline-0{outline-width:0px}.csdk-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-delay-150{transition-delay:.15s}.csdk-duration-500{transition-duration:.5s}.invalid\\:csdk-border-input:invalid{border-width:1px}.invalid\\:csdk-border-solid:invalid{border-style:solid}.invalid\\:csdk-border-semantic-error:invalid{border-color:#e74727}.hover\\:csdk-border-2:hover{border-width:2px}.hover\\:csdk-bg-interaction-primaryHovered:hover{background-color:#f2b900}.hover\\:csdk-bg-row-hover:hover{background-color:#e0e0e04d}.focus\\:csdk-border-input:focus{border-width:1px}.focus\\:csdk-border-solid:focus{border-style:solid}.focus\\:csdk-border-UI-default:focus{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.disabled\\:csdk-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:csdk-opacity-30:disabled{opacity:.3}._container_1wquj_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px;text-align:center;margin:15px}._container_1wquj_1 ._card_1wquj_11{position:relative;padding:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;z-index:1;width:100%}._container_1wquj_1 ._text_1wquj_19{font-size:13px;text-align:center;font-weight:700;word-wrap:break-word}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.csdk-scattermap-tooltip-row{display:flex;justify-content:space-between}._wrapper_g0ngm_1{width:100%;height:100%;position:relative}._title_g0ngm_7{font-size:18px;color:#9ea2ab;letter-spacing:normal;text-align:center;position:absolute;width:100%;top:11%}._image_g0ngm_18{width:66.6%;height:100%;margin:0 auto;display:block}.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)}})();
|
|
2850
|
+
(function(){"use strict";try{if(typeof document!="undefined"){var e=document.createElement("style");e.appendChild(document.createTextNode('@charset "UTF-8";.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}.csdk-treemap-tooltip-wrapper{min-width:210px;color:#acacac;font-size:14px;line-height:16px;background:#fff;border-radius:10px;overflow:hidden;margin-right:-1px;padding-bottom:10px}.csdk-treemap-tooltip-level{display:flex;align-items:center;position:relative;padding:8px;font-size:14px;border-bottom:1px solid #ccc}.csdk-treemap-tooltip-level span{padding:0 2px}.csdk-treemap-tooltip-value{padding:10px 10px 0;font-size:12px;line-height:16px}.highcharts-sunburst-series.highcharts-legend-item{pointer-events:none!important}.csdk-boxplot-tooltip-row{display:flex;justify-content:space-between}.csdk-boxplot-tooltip-row>*{margin-right:10px}.csdk-boxplot-tooltip-row>*:last-child{margin-right:0}._alert_box_10ttx_1{position:absolute;display:flex;justify-content:center;z-index:1;margin-top:1%}._alert_box_10ttx_1 ._content_10ttx_8{background-color:#616161;padding:5px;border-radius:3px;text-align:center}._alert_box_10ttx_1 ._content_10ttx_8 ._alert_10ttx_1{color:#fff;margin:0 8px;line-height:1;font-size:12px}[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}.csdk-accessible button:focus-visible,.csdk-accessible a:focus-visible,.csdk-accessible textarea:focus-visible,.csdk-accessible select:focus-visible,.csdk-accessible input:focus-visible:not(.PrivateSwitchBase-input),.csdk-accessible [tabindex]:focus-visible{outline:-webkit-focus-ring-color auto 1px}.csdk-accessible .MuiTouchRipple-root{display:none}:root{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }::backdrop{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }.csdk-absolute{position:absolute}.csdk-relative{position:relative}.csdk-left-2{left:.5rem}.csdk-right-0{right:0}.csdk-right-\\[-15px\\]{right:-15px}.csdk-right-\\[-5px\\]{right:-5px}.csdk-right-\\[0px\\]{right:0}.csdk-right-\\[4px\\]{right:4px}.csdk-top-1\\/2{top:50%}.csdk-top-\\[3px\\]{top:3px}.csdk-top-\\[7px\\]{top:7px}.csdk-z-\\[401\\]{z-index:401}.csdk-m-auto{margin:auto}.csdk-m-checkbox,.csdk-m-radio{margin:6px 10px 6px 6px}.csdk-mx-\\[16px\\]{margin-left:16px;margin-right:16px}.csdk-my-1{margin-top:.25rem;margin-bottom:.25rem}.csdk-my-\\[2px\\]{margin-top:2px;margin-bottom:2px}.csdk-my-\\[5px\\]{margin-top:5px;margin-bottom:5px}.csdk-mb-1{margin-bottom:.25rem}.csdk-mb-\\[10px\\]{margin-bottom:10px}.csdk-mb-\\[24px\\]{margin-bottom:24px}.csdk-mb-\\[3px\\]{margin-bottom:3px}.csdk-mb-\\[4px\\]{margin-bottom:4px}.csdk-mb-px{margin-bottom:1px}.csdk-ml-1{margin-left:.25rem}.csdk-ml-1\\.5{margin-left:.375rem}.csdk-ml-2{margin-left:.5rem}.csdk-ml-\\[10px\\]{margin-left:10px}.csdk-ml-\\[4px\\]{margin-left:4px}.csdk-ml-\\[5px\\]{margin-left:5px}.csdk-ml-\\[6px\\]{margin-left:6px}.csdk-ml-\\[7px\\]{margin-left:7px}.csdk-ml-auto{margin-left:auto}.csdk-mr-2{margin-right:.5rem}.csdk-mr-\\[5px\\]{margin-right:5px}.csdk-mr-\\[7px\\]{margin-right:7px}.csdk-mt-2{margin-top:.5rem}.csdk-mt-3{margin-top:.75rem}.csdk-mt-\\[-2px\\]{margin-top:-2px}.csdk-mt-\\[16px\\]{margin-top:16px}.csdk-mt-\\[2px\\]{margin-top:2px}.csdk-mt-\\[6px\\]{margin-top:6px}.csdk-mt-\\[8px\\]{margin-top:8px}.csdk-box-border{box-sizing:border-box}.csdk-line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.csdk-flex{display:flex}.csdk-grid{display:grid}.csdk-h-5{height:1.25rem}.csdk-h-6{height:1.5rem}.csdk-h-\\[100\\%\\]{height:100%}.csdk-h-\\[10px\\]{height:10px}.csdk-h-\\[18px\\]{height:18px}.csdk-h-\\[20px\\]{height:20px}.csdk-h-\\[245px\\]{height:245px}.csdk-h-button{height:28px}.csdk-h-checkbox{height:12px}.csdk-h-full{height:100%}.csdk-h-radio{height:12px}.csdk-h-screen{height:100vh}.csdk-max-h-32{max-height:8rem}.csdk-max-h-\\[150px\\]{max-height:150px}.csdk-min-h-\\[20px\\]{min-height:20px}.csdk-min-h-\\[32px\\]{min-height:32px}.csdk-w-5{width:1.25rem}.csdk-w-\\[100\\%\\]{width:100%}.csdk-w-\\[10px\\]{width:10px}.csdk-w-\\[152px\\]{width:152px}.csdk-w-\\[18px\\]{width:18px}.csdk-w-\\[240px\\]{width:240px}.csdk-w-\\[28px\\]{width:28px}.csdk-w-\\[300px\\]{width:300px}.csdk-w-\\[60px\\]{width:60px}.csdk-w-checkbox{width:12px}.csdk-w-fit{width:-moz-fit-content;width:fit-content}.csdk-w-full{width:100%}.csdk-w-radio{width:12px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-xs{max-width:20rem}.csdk-shrink-0{flex-shrink:0}.csdk-grow{flex-grow:1}.csdk-grow-0{flex-grow:0}.-csdk-translate-y-1\\/2{--csdk-tw-translate-y: -50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-translate-x-1\\/2{--csdk-tw-translate-x: 50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.-csdk-rotate-90{--csdk-tw-rotate: -90deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-rotate-45{--csdk-tw-rotate: 45deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-scale-x-\\[-1\\]{--csdk-tw-scale-x: -1;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-transform{transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}@keyframes csdk-spin{to{transform:rotate(360deg)}}.csdk-animate-spin{animation:csdk-spin 1s linear infinite}.csdk-cursor-pointer{cursor:pointer}.csdk-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.csdk-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.csdk-flex-row{flex-direction:row}.csdk-flex-col{flex-direction:column}.csdk-flex-wrap{flex-wrap:wrap}.csdk-items-center{align-items:center}.csdk-justify-end{justify-content:flex-end}.csdk-justify-center{justify-content:center}.csdk-justify-between{justify-content:space-between}.csdk-justify-evenly{justify-content:space-evenly}.csdk-gap-1{gap:.25rem}.csdk-gap-2{gap:.5rem}.csdk-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.csdk-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.csdk-gap-y-0{row-gap:0px}.csdk-gap-y-0\\.5{row-gap:.125rem}.csdk-gap-y-4{row-gap:1rem}.csdk-self-center{align-self:center}.csdk-overflow-auto{overflow:auto}.csdk-overflow-hidden{overflow:hidden}.\\!csdk-overflow-visible{overflow:visible!important}.csdk-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.csdk-rounded{border-radius:.25rem}.csdk-rounded-\\[4px\\]{border-radius:4px}.csdk-rounded-full{border-radius:9999px}.csdk-rounded-md{border-radius:.375rem}.csdk-border{border-width:1px}.csdk-border-0{border-width:0px}.csdk-border-input{border-width:1px}.csdk-border-b{border-bottom-width:1px}.csdk-border-l{border-left-width:1px}.csdk-border-l-\\[70px\\]{border-left-width:70px}.csdk-border-r-\\[70px\\]{border-right-width:70px}.csdk-border-t{border-top-width:1px}.csdk-border-t-\\[13px\\]{border-top-width:13px}.csdk-border-solid{border-style:solid}.csdk-border-none{border-style:none}.csdk-border-UI-default{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--csdk-tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--csdk-tw-border-opacity))}.csdk-border-transparent{border-color:transparent}.csdk-border-l-\\[transparent\\]{border-left-color:transparent}.csdk-border-r-\\[transparent\\]{border-right-color:transparent}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--csdk-tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--csdk-tw-bg-opacity))}.csdk-p-1{padding:.25rem}.csdk-p-1\\.5{padding:.375rem}.csdk-p-3{padding:.75rem}.csdk-p-\\[10px\\]{padding:10px}.csdk-p-\\[12px\\]{padding:12px}.csdk-p-\\[20px\\]{padding:20px}.csdk-p-\\[4px\\]{padding:4px}.csdk-p-button{padding:4px 24px}.csdk-p-px{padding:1px}.csdk-px-2{padding-left:.5rem;padding-right:.5rem}.csdk-px-4{padding-left:1rem;padding-right:1rem}.csdk-px-\\[12px\\]{padding-left:12px;padding-right:12px}.csdk-px-\\[20px\\]{padding-left:20px;padding-right:20px}.csdk-px-\\[8px\\]{padding-left:8px;padding-right:8px}.csdk-py-\\[14\\.5px\\]{padding-top:14.5px;padding-bottom:14.5px}.csdk-py-\\[5px\\]{padding-top:5px;padding-bottom:5px}.csdk-py-\\[6px\\]{padding-top:6px;padding-bottom:6px}.csdk-py-\\[7px\\]{padding-top:7px;padding-bottom:7px}.csdk-pb-\\[0px\\]{padding-bottom:0}.csdk-pl-1{padding-left:.25rem}.csdk-pl-2{padding-left:.5rem}.csdk-pl-2\\.5{padding-left:.625rem}.csdk-pl-3{padding-left:.75rem}.csdk-pl-\\[20px\\]{padding-left:20px}.csdk-pr-10{padding-right:2.5rem}.csdk-pt-48{padding-top:12rem}.csdk-text-left{text-align:left}.csdk-text-\\[13px\\]{font-size:13px}.csdk-text-ai-lg{font-size:18px;line-height:22px}.csdk-text-ai-sm{font-size:13px;line-height:18px}.csdk-text-ai-xs{font-size:11px;line-height:18px}.csdk-text-xs{font-size:.75rem;line-height:1rem}.csdk-font-normal{font-weight:400}.csdk-leading-4{line-height:1rem}.csdk-leading-\\[16px\\]{line-height:16px}.csdk-leading-\\[18px\\]{line-height:18px}.csdk-leading-none{line-height:1}.csdk-text-UI-default{--csdk-tw-text-opacity: 1;color:rgb(110 115 125 / var(--csdk-tw-text-opacity))}.csdk-text-semantic-error{color:#e74727}.csdk-text-text-active{color:#262e3d}.csdk-text-text-content{color:#262e3dcc}.csdk-text-text-link{color:#36a3d9}.csdk-text-text-linkButton{--csdk-tw-text-opacity: 1;color:rgb(30 175 243 / var(--csdk-tw-text-opacity))}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-opacity-80{opacity:.8}.csdk-shadow-md{--csdk-tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--csdk-tw-shadow-colored: 0 4px 6px -1px var(--csdk-tw-shadow-color), 0 2px 4px -2px var(--csdk-tw-shadow-color);box-shadow:var(--csdk-tw-ring-offset-shadow, 0 0 #0000),var(--csdk-tw-ring-shadow, 0 0 #0000),var(--csdk-tw-shadow)}.csdk-shadow-gray-500{--csdk-tw-shadow-color: #6b7280;--csdk-tw-shadow: var(--csdk-tw-shadow-colored)}.csdk-outline-0{outline-width:0px}.csdk-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-delay-150{transition-delay:.15s}.csdk-duration-500{transition-duration:.5s}.invalid\\:csdk-border-input:invalid{border-width:1px}.invalid\\:csdk-border-solid:invalid{border-style:solid}.invalid\\:csdk-border-semantic-error:invalid{border-color:#e74727}.hover\\:csdk-border-2:hover{border-width:2px}.hover\\:csdk-bg-interaction-primaryHovered:hover{background-color:#f2b900}.hover\\:csdk-bg-row-hover:hover{background-color:#e0e0e04d}.focus\\:csdk-border-input:focus{border-width:1px}.focus\\:csdk-border-solid:focus{border-style:solid}.focus\\:csdk-border-UI-default:focus{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.disabled\\:csdk-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:csdk-opacity-30:disabled{opacity:.3}._container_1wquj_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px;text-align:center;margin:15px}._container_1wquj_1 ._card_1wquj_11{position:relative;padding:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;z-index:1;width:100%}._container_1wquj_1 ._text_1wquj_19{font-size:13px;text-align:center;font-weight:700;word-wrap:break-word}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.csdk-scattermap-tooltip-row{display:flex;justify-content:space-between}._wrapper_g0ngm_1{width:100%;height:100%;position:relative}._title_g0ngm_7{font-size:18px;color:#9ea2ab;letter-spacing:normal;text-align:center;position:absolute;width:100%;top:11%}._image_g0ngm_18{width:66.6%;height:100%;margin:0 auto;display:block}.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)}})();
|