@sisense/sdk-ui 1.12.0 → 1.14.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/ai-context-provider.d.ts +1 -1
- package/dist/ai/api/chat-rest-api.d.ts +10 -11
- package/dist/ai/api/hooks.d.ts +2 -2
- package/dist/ai/api/types.d.ts +2 -16
- package/dist/ai/buttons/scroll-to-bottom-button.d.ts +3 -0
- package/dist/ai/chat-config.d.ts +12 -3
- package/dist/ai/chat-home.d.ts +2 -1
- package/dist/ai/chatbot.d.ts +1 -1
- package/dist/ai/common/constants.d.ts +1 -0
- package/dist/ai/common/tooltip.d.ts +2 -2
- package/dist/ai/data-topics/data-topic-list.d.ts +0 -1
- package/dist/ai/get-nlg-query-result.d.ts +1 -1
- package/dist/ai/icons/scroll-to-bottom-icon.d.ts +1 -0
- package/dist/ai/scroll-to-bottom.d.ts +7 -0
- package/dist/ai/use-get-nlg-query-result.d.ts +1 -1
- package/dist/ai/use-get-query-recommendations.d.ts +1 -1
- package/dist/ai.cjs +89 -80
- package/dist/ai.js +828 -933
- package/dist/api/rest-api.d.ts +7 -7
- package/dist/api/types/dashboard-dto.d.ts +2 -0
- package/dist/chart/helpers/use-synced-data.d.ts +1 -1
- package/dist/chart-options-processor/chart-options-service.d.ts +4 -0
- package/dist/chart-options-processor/subtype-to-design-options.d.ts +13 -1
- package/dist/chart-options-processor/translations/axis-section.d.ts +1 -0
- package/dist/chart-options-processor/translations/sunburst/sunburst-series.d.ts +2 -0
- package/dist/chart-options-processor/translations/tooltip-utils.d.ts +2 -0
- package/dist/chart-options-processor/translations/translations-to-highcharts.d.ts +2 -0
- package/dist/common/components/loading-overlay.d.ts +1 -0
- package/dist/common-filters/common-filters-connector.d.ts +9 -0
- package/dist/common-filters/selection-utils.d.ts +11 -0
- package/dist/common-filters/types.d.ts +18 -0
- package/dist/common-filters/use-common-filters.d.ts +13 -0
- package/dist/common-filters/utils.d.ts +9 -0
- package/dist/common-filters/widget-header-clear-selection-button.d.ts +3 -0
- package/dist/dashboard/components/dashboard-container.d.ts +1 -1
- package/dist/dashboard/dashboard.d.ts +1 -1
- package/dist/dashboard/index.d.ts +3 -0
- package/dist/dashboard/types.d.ts +5 -2
- package/dist/dashboard/utils.d.ts +0 -3
- package/dist/dashboard-widget/translate-dashboard-filters.d.ts +4772 -2
- package/dist/dashboard-widget/translate-widget-data-options.d.ts +1 -1
- package/dist/dashboard-widget/translate-widget-filters.d.ts +200 -37
- package/dist/dashboard-widget/types.d.ts +1 -0
- package/dist/dashboard-widget/use-fetch-widget-dto-model.d.ts +2 -12
- package/dist/dashboard-widget/utils.d.ts +3 -1
- package/dist/decorators/hook-decorators/with-tracking.d.ts +1 -2
- package/dist/filters/components/cascading-filter-tile/cascading-filter-tile.d.ts +31 -0
- package/dist/filters/components/cascading-filter-tile/cascading-level-filter.d.ts +27 -0
- package/dist/filters/components/cascading-filter-tile/index.d.ts +1 -0
- package/dist/filters/components/criteria-filter-tile/criteria-filter-operations.d.ts +2 -2
- package/dist/filters/components/criteria-filter-tile/criteria-filter-tile.d.ts +7 -0
- package/dist/filters/components/custom-filter-tile.d.ts +46 -0
- package/dist/filters/components/date-filter/date-range-filter-tile/date-range-filter-tile.d.ts +8 -0
- package/dist/filters/components/date-filter/relative-date-filter-tile/relative-date-filter-tile.d.ts +9 -2
- package/dist/filters/components/date-filter/relative-date-filter-tile/relative-date-filter.d.ts +2 -2
- package/dist/filters/components/filter-tile.d.ts +24 -1
- package/dist/filters/components/filters-panel/filters-panel-tile.d.ts +4 -2
- package/dist/filters/components/filters-panel/filters-panel.d.ts +4 -2
- package/dist/filters/components/icons/background-filter-icon.d.ts +5 -0
- package/dist/filters/components/icons/index.d.ts +1 -0
- package/dist/filters/components/icons/lock-icon.d.ts +2 -0
- package/dist/filters/components/member-filter-tile/member-filter-tile.d.ts +4 -1
- package/dist/filters/components/member-filter-tile/member-list.d.ts +1 -1
- package/dist/filters/hooks/use-synchronized-filter.d.ts +12 -0
- package/dist/filters/index.d.ts +2 -0
- package/dist/filters/utils.d.ts +7 -0
- package/dist/index.cjs +261 -167
- package/dist/index.d.ts +3 -2
- package/dist/index.js +23372 -18888
- package/dist/models/dashboard/dashboard-model.d.ts +12 -8
- package/dist/models/dashboard/get-dashboard-model.d.ts +2 -1
- package/dist/models/dashboard/translate-dashboard-utils.d.ts +3 -1
- package/dist/models/dashboard/types.d.ts +3 -0
- package/dist/models/widget/get-widget-model.d.ts +2 -1
- package/dist/models/widget/translate-widget.d.ts +5 -2
- package/dist/models/widget/types.d.ts +9 -0
- package/dist/models/widget/widget-model.d.ts +31 -1
- package/dist/pivot-table/formatters/utils.d.ts +1 -1
- package/dist/props.d.ts +12 -12
- package/dist/table/hooks/use-table-data.d.ts +1 -1
- package/dist/table/table-component.d.ts +4 -4
- package/dist/theme-provider/theme-provider.d.ts +2 -0
- package/dist/translation/resources/en.d.ts +5 -0
- package/dist/translation/resources/index.d.ts +10 -0
- package/dist/types.d.ts +204 -186
- package/dist/{useQuery-0UWck_2A.js → useQuery-Cxcx_l05.js} +13983 -13662
- package/dist/{useQuery-DVHD0kJ-.cjs → useQuery-_biaqvma.cjs} +119 -119
- package/dist/utils/color/color-interpolation.d.ts +1 -0
- package/package.json +10 -10
package/dist/ai.js
CHANGED
|
@@ -1,46 +1,47 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
var Me = Object.prototype.hasOwnProperty,
|
|
5
|
-
var
|
|
1
|
+
var ct = Object.defineProperty, dt = Object.defineProperties;
|
|
2
|
+
var ut = Object.getOwnPropertyDescriptors;
|
|
3
|
+
var oe = Object.getOwnPropertySymbols;
|
|
4
|
+
var Me = Object.prototype.hasOwnProperty, $e = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var pe = (e, t, n) => t in e ? ct(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, R = (e, t) => {
|
|
6
6
|
for (var n in t || (t = {}))
|
|
7
|
-
Me.call(t, n) &&
|
|
8
|
-
if (
|
|
9
|
-
for (var n of
|
|
10
|
-
|
|
7
|
+
Me.call(t, n) && pe(e, n, t[n]);
|
|
8
|
+
if (oe)
|
|
9
|
+
for (var n of oe(t))
|
|
10
|
+
$e.call(t, n) && pe(e, n, t[n]);
|
|
11
11
|
return e;
|
|
12
|
-
},
|
|
13
|
-
var
|
|
12
|
+
}, D = (e, t) => dt(e, ut(t));
|
|
13
|
+
var Ee = (e, t) => {
|
|
14
14
|
var n = {};
|
|
15
15
|
for (var r in e)
|
|
16
16
|
Me.call(e, r) && t.indexOf(r) < 0 && (n[r] = e[r]);
|
|
17
|
-
if (e != null &&
|
|
18
|
-
for (var r of
|
|
19
|
-
t.indexOf(r) < 0 &&
|
|
17
|
+
if (e != null && oe)
|
|
18
|
+
for (var r of oe(e))
|
|
19
|
+
t.indexOf(r) < 0 && $e.call(e, r) && (n[r] = e[r]);
|
|
20
20
|
return n;
|
|
21
21
|
};
|
|
22
|
-
var
|
|
23
|
-
var
|
|
24
|
-
var
|
|
22
|
+
var $ = (e, t, n) => (pe(e, typeof t != "symbol" ? t + "" : t, n), n);
|
|
23
|
+
var Z = (e, t, n) => new Promise((r, i) => {
|
|
24
|
+
var s = (l) => {
|
|
25
25
|
try {
|
|
26
26
|
c(n.next(l));
|
|
27
27
|
} catch (d) {
|
|
28
28
|
i(d);
|
|
29
29
|
}
|
|
30
|
-
},
|
|
30
|
+
}, a = (l) => {
|
|
31
31
|
try {
|
|
32
32
|
c(n.throw(l));
|
|
33
33
|
} catch (d) {
|
|
34
34
|
i(d);
|
|
35
35
|
}
|
|
36
|
-
}, c = (l) => l.done ? r(l.value) : Promise.resolve(l.value).then(
|
|
36
|
+
}, c = (l) => l.done ? r(l.value) : Promise.resolve(l.value).then(s, a);
|
|
37
37
|
c((n = n.apply(e, t)).next());
|
|
38
38
|
});
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import
|
|
42
|
-
import
|
|
43
|
-
|
|
39
|
+
import { d4 as ht, d5 as pt, d6 as Ie, d7 as gt, d8 as K, d9 as Ct, da as ft, db as mt, cK as bt, Y as xt, cL as yt, a0 as vt, f as wt, cX as _, X as Oe, dc as kt, n as u, l as L, Z as b, bp as We, a_ as St, dd as Rt, b1 as Lt, b0 as Mt, b2 as ae, de as $t, df as Et, bb as G, b4 as Q, dg as Pe, bd as Tt, dh as Ht, b6 as Bt, di as Dt, b8 as ge, b9 as g, bc as Ft, dj as Nt, dk as Ae, dl as It, bn as Ot, aN as qe, dm as Wt, dn as Pt, dp as At, dq as qt, aV as Te, aW as He, br as zt, dr as Vt, aL as Zt, aM as Qt, aP as ze } from "./useQuery-Cxcx_l05.js";
|
|
40
|
+
import { dt as Lr, ds as Mr } from "./useQuery-Cxcx_l05.js";
|
|
41
|
+
import { jsx as o, jsxs as p, Fragment as H } from "react/jsx-runtime";
|
|
42
|
+
import * as q from "react";
|
|
43
|
+
import { createContext as xe, useMemo as F, useContext as Ve, useCallback as E, useEffect as le, useState as k, useRef as U, useLayoutEffect as ie, Component as jt, createElement as me, isValidElement as Gt, memo as Ut, forwardRef as _t } from "react";
|
|
44
|
+
class Kt extends ht {
|
|
44
45
|
constructor(t, n) {
|
|
45
46
|
super(), this.client = t, this.setOptions(n), this.bindMethods(), this.updateResult();
|
|
46
47
|
}
|
|
@@ -50,7 +51,7 @@ class an extends gt {
|
|
|
50
51
|
setOptions(t) {
|
|
51
52
|
var n;
|
|
52
53
|
const r = this.options;
|
|
53
|
-
this.options = this.client.defaultMutationOptions(t),
|
|
54
|
+
this.options = this.client.defaultMutationOptions(t), pt(r, this.options) || this.client.getMutationCache().notify({
|
|
54
55
|
type: "observerOptionsUpdated",
|
|
55
56
|
mutation: this.currentMutation,
|
|
56
57
|
observer: this
|
|
@@ -78,12 +79,12 @@ class an extends gt {
|
|
|
78
79
|
});
|
|
79
80
|
}
|
|
80
81
|
mutate(t, n) {
|
|
81
|
-
return this.mutateOptions = n, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client,
|
|
82
|
+
return this.mutateOptions = n, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client, D(R({}, this.options), {
|
|
82
83
|
variables: typeof t != "undefined" ? t : this.options.variables
|
|
83
84
|
})), this.currentMutation.addObserver(this), this.currentMutation.execute();
|
|
84
85
|
}
|
|
85
86
|
updateResult() {
|
|
86
|
-
const t = this.currentMutation ? this.currentMutation.state :
|
|
87
|
+
const t = this.currentMutation ? this.currentMutation.state : gt(), n = D(R({}, t), {
|
|
87
88
|
isLoading: t.status === "loading",
|
|
88
89
|
isSuccess: t.status === "success",
|
|
89
90
|
isError: t.status === "error",
|
|
@@ -97,90 +98,70 @@ class an extends gt {
|
|
|
97
98
|
Ie.batch(() => {
|
|
98
99
|
if (this.mutateOptions && this.hasListeners()) {
|
|
99
100
|
if (t.onSuccess) {
|
|
100
|
-
var n, r, i,
|
|
101
|
-
(n = (r = this.mutateOptions).onSuccess) == null || n.call(r, this.currentResult.data, this.currentResult.variables, this.currentResult.context), (i = (
|
|
101
|
+
var n, r, i, s;
|
|
102
|
+
(n = (r = this.mutateOptions).onSuccess) == null || n.call(r, this.currentResult.data, this.currentResult.variables, this.currentResult.context), (i = (s = this.mutateOptions).onSettled) == null || i.call(s, this.currentResult.data, null, this.currentResult.variables, this.currentResult.context);
|
|
102
103
|
} else if (t.onError) {
|
|
103
|
-
var
|
|
104
|
-
(
|
|
104
|
+
var a, c, l, d;
|
|
105
|
+
(a = (c = this.mutateOptions).onError) == null || a.call(c, this.currentResult.error, this.currentResult.variables, this.currentResult.context), (l = (d = this.mutateOptions).onSettled) == null || l.call(d, void 0, this.currentResult.error, this.currentResult.variables, this.currentResult.context);
|
|
105
106
|
}
|
|
106
107
|
}
|
|
107
108
|
t.listeners && this.listeners.forEach(({
|
|
108
|
-
listener:
|
|
109
|
+
listener: C
|
|
109
110
|
}) => {
|
|
110
|
-
|
|
111
|
+
C(this.currentResult);
|
|
111
112
|
});
|
|
112
113
|
});
|
|
113
114
|
}
|
|
114
115
|
}
|
|
115
|
-
function
|
|
116
|
-
const r =
|
|
116
|
+
function ye(e, t, n) {
|
|
117
|
+
const r = mt(e, t), i = K({
|
|
117
118
|
context: r.context
|
|
118
|
-
}), [
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
}, [
|
|
122
|
-
const
|
|
123
|
-
|
|
124
|
-
}, [
|
|
125
|
-
if (
|
|
126
|
-
throw
|
|
127
|
-
return
|
|
119
|
+
}), [s] = q.useState(() => new Kt(i, r));
|
|
120
|
+
q.useEffect(() => {
|
|
121
|
+
s.setOptions(r);
|
|
122
|
+
}, [s, r]);
|
|
123
|
+
const a = Ct(q.useCallback((l) => s.subscribe(Ie.batchCalls(l)), [s]), () => s.getCurrentResult(), () => s.getCurrentResult()), c = q.useCallback((l, d) => {
|
|
124
|
+
s.mutate(l, d).catch(Yt);
|
|
125
|
+
}, [s]);
|
|
126
|
+
if (a.error && ft(s.options.useErrorBoundary, [a.error]))
|
|
127
|
+
throw a.error;
|
|
128
|
+
return D(R({}, a), {
|
|
128
129
|
mutate: c,
|
|
129
|
-
mutateAsync:
|
|
130
|
+
mutateAsync: a.mutate
|
|
130
131
|
});
|
|
131
132
|
}
|
|
132
|
-
function
|
|
133
|
+
function Yt() {
|
|
133
134
|
}
|
|
134
|
-
class
|
|
135
|
+
class Xt {
|
|
135
136
|
constructor(t) {
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
return (yield this.httpClient.get("api/
|
|
139
|
-
}));
|
|
140
|
-
y(this, "getPerspectives", () => S(this, null, function* () {
|
|
141
|
-
return this.httpClient.get("api/v2/perspectives");
|
|
137
|
+
$(this, "httpClient");
|
|
138
|
+
$(this, "getChatContexts", () => Z(this, null, function* () {
|
|
139
|
+
return (yield this.httpClient.get("api/datasources?sharedWith=r,w")) || [];
|
|
142
140
|
}));
|
|
143
141
|
// ==== /v2/ai endpoints ====
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
);
|
|
151
|
-
}));
|
|
152
|
-
y(this, "setLlmConfig", (t) => S(this, null, function* () {
|
|
153
|
-
return this.httpClient.post("api/v2/settings/ai/llmProvider", t).catch((n) => {
|
|
154
|
-
console.error("Unable to set llm config", n);
|
|
155
|
-
});
|
|
142
|
+
$(this, "getNlgQueryResult", (t) => this.httpClient.post("api/v2/ai/nlg/queryResult", t));
|
|
143
|
+
$(this, "getQueryRecommendations", (t, n) => this.httpClient.get(
|
|
144
|
+
`api/v2/ai/recommendations/query/${t}/${n.numOfRecommendations}`
|
|
145
|
+
));
|
|
146
|
+
$(this, "setLlmConfig", (t) => this.httpClient.post("api/v2/settings/ai/llmProvider", t).catch((n) => {
|
|
147
|
+
console.error("Unable to set llm config", n);
|
|
156
148
|
}));
|
|
157
149
|
// ==== /v2/ai/chats endpoints ====
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
}));
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
y(this, "createChat", (t) => S(this, null, function* () {
|
|
165
|
-
return this.httpClient.post("api/v2/ai/chats", { contextId: t });
|
|
166
|
-
}));
|
|
167
|
-
y(this, "postChat", (t, n) => S(this, null, function* () {
|
|
168
|
-
return this.httpClient.post(`api/v2/ai/chats/${t}`, n);
|
|
169
|
-
}));
|
|
170
|
-
y(this, "deleteChatHistory", (t) => S(this, null, function* () {
|
|
171
|
-
return this.httpClient.delete(`api/v2/ai/chats/${t}/history`);
|
|
172
|
-
}));
|
|
173
|
-
y(this, "sendFeedback", (t) => S(this, null, function* () {
|
|
174
|
-
return this.httpClient.post("api/v2/ai/feedback", t);
|
|
175
|
-
}));
|
|
150
|
+
$(this, "getAllChats", () => this.httpClient.get("api/v2/ai/chats"));
|
|
151
|
+
$(this, "getChatById", (t) => this.httpClient.get(`api/v2/ai/chats/${t}`));
|
|
152
|
+
$(this, "createChat", (t) => this.httpClient.post("api/v2/ai/chats", { sourceId: t }));
|
|
153
|
+
$(this, "postChat", (t, n) => this.httpClient.post(`api/v2/ai/chats/${t}`, n));
|
|
154
|
+
$(this, "deleteChatHistory", (t) => this.httpClient.delete(`api/v2/ai/chats/${t}/history`));
|
|
155
|
+
$(this, "sendFeedback", (t) => this.httpClient.post("api/v2/ai/feedback", t));
|
|
176
156
|
// ==== misc endpoints ====
|
|
177
|
-
|
|
178
|
-
|
|
157
|
+
$(this, "getDataSourceFields", (t) => this.httpClient.post(
|
|
158
|
+
`api/datasources/${encodeURIComponent(t)}/fields/search`,
|
|
159
|
+
{
|
|
179
160
|
offset: 0,
|
|
180
161
|
count: 9999
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
|
|
162
|
+
}
|
|
163
|
+
));
|
|
164
|
+
$(this, "ai", {
|
|
184
165
|
getNlgQueryResult: this.getNlgQueryResult,
|
|
185
166
|
getQueryRecommendations: this.getQueryRecommendations,
|
|
186
167
|
setLlmConfig: this.setLlmConfig,
|
|
@@ -194,50 +175,38 @@ class ln {
|
|
|
194
175
|
clearHistory: this.deleteChatHistory
|
|
195
176
|
}
|
|
196
177
|
});
|
|
197
|
-
if (!t)
|
|
198
|
-
throw new Error("HttpClient is required.");
|
|
199
178
|
this.httpClient = t;
|
|
200
179
|
}
|
|
201
180
|
}
|
|
202
|
-
const
|
|
181
|
+
const Jt = new bt({
|
|
203
182
|
defaultOptions: {
|
|
204
183
|
queries: {
|
|
205
184
|
refetchOnWindowFocus: !1,
|
|
206
185
|
refetchOnMount: !1
|
|
207
186
|
}
|
|
208
187
|
}
|
|
209
|
-
}),
|
|
210
|
-
const { app: t } =
|
|
211
|
-
return /* @__PURE__ */ o(
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
This component is currently in PRIVATE PREVIEW and is exclusively
|
|
216
|
-
available to a select group of pre-approved customers.
|
|
217
|
-
|
|
218
|
-
As a preview feature, this component may have limited support
|
|
219
|
-
and is subject to potential changes.
|
|
220
|
-
=================================================================`;
|
|
221
|
-
function Lr({ children: e }) {
|
|
222
|
-
return K(() => {
|
|
223
|
-
console.warn(un);
|
|
224
|
-
}, []), /* @__PURE__ */ o(dn, { children: e });
|
|
188
|
+
}), Ze = xe(void 0), W = () => Ve(Ze), en = ({ children: e }) => {
|
|
189
|
+
const { app: t } = xt(), n = F(() => t ? new Xt(t.httpClient) : void 0, [t]);
|
|
190
|
+
return /* @__PURE__ */ o(Ze.Provider, { value: n, children: /* @__PURE__ */ o(yt, { client: Jt, children: e }) });
|
|
191
|
+
};
|
|
192
|
+
function mr({ children: e }) {
|
|
193
|
+
return /* @__PURE__ */ o(en, { children: e });
|
|
225
194
|
}
|
|
226
|
-
const
|
|
227
|
-
const n =
|
|
228
|
-
var
|
|
195
|
+
const ve = (e, t = !0) => {
|
|
196
|
+
const n = F(() => {
|
|
197
|
+
var C, h;
|
|
229
198
|
if ("jaql" in e)
|
|
230
199
|
return e;
|
|
231
200
|
{
|
|
232
201
|
let f;
|
|
233
|
-
|
|
234
|
-
const { filters:
|
|
202
|
+
kt(e.dataSource) ? f = { title: e.dataSource.title, live: e.dataSource.type === "live" } : f = e.dataSource;
|
|
203
|
+
const { filters: S = [], relations: w } = vt(e.filters), { metadata: m, filterRelations: x } = wt(
|
|
235
204
|
{
|
|
236
205
|
dataSource: e.dataSource,
|
|
237
|
-
attributes: (
|
|
238
|
-
measures: (
|
|
239
|
-
filters:
|
|
240
|
-
filterRelations:
|
|
206
|
+
attributes: (C = e.dimensions) != null ? C : [],
|
|
207
|
+
measures: (h = e.measures) != null ? h : [],
|
|
208
|
+
filters: S,
|
|
209
|
+
filterRelations: w,
|
|
241
210
|
highlights: []
|
|
242
211
|
},
|
|
243
212
|
!0
|
|
@@ -246,34 +215,34 @@ const xe = (e, t = !0) => {
|
|
|
246
215
|
jaql: {
|
|
247
216
|
datasource: f,
|
|
248
217
|
metadata: m,
|
|
249
|
-
filterRelations:
|
|
218
|
+
filterRelations: x
|
|
250
219
|
}
|
|
251
220
|
};
|
|
252
221
|
}
|
|
253
|
-
}, [e]), r =
|
|
222
|
+
}, [e]), r = W(), { data: i, error: s, isError: a, isLoading: c, isSuccess: l, refetch: d } = _({
|
|
254
223
|
queryKey: ["getNlgQueryResult", n, r],
|
|
255
224
|
queryFn: () => r == null ? void 0 : r.ai.getNlgQueryResult(n),
|
|
256
|
-
select: (
|
|
257
|
-
var
|
|
258
|
-
return (
|
|
225
|
+
select: (C) => {
|
|
226
|
+
var h;
|
|
227
|
+
return (h = C == null ? void 0 : C.data) == null ? void 0 : h.answer;
|
|
259
228
|
},
|
|
260
229
|
enabled: !!r && t
|
|
261
230
|
});
|
|
262
231
|
return {
|
|
263
232
|
isLoading: c,
|
|
264
|
-
isError:
|
|
233
|
+
isError: a,
|
|
265
234
|
isSuccess: l,
|
|
266
235
|
data: i,
|
|
267
|
-
error:
|
|
268
|
-
refetch:
|
|
236
|
+
error: s,
|
|
237
|
+
refetch: E(() => {
|
|
269
238
|
d();
|
|
270
239
|
}, [d])
|
|
271
240
|
};
|
|
272
|
-
},
|
|
273
|
-
const r = e, { enabled: t } = r, n =
|
|
274
|
-
return
|
|
275
|
-
},
|
|
276
|
-
|
|
241
|
+
}, tn = (e) => {
|
|
242
|
+
const r = e, { enabled: t } = r, n = Ee(r, ["enabled"]);
|
|
243
|
+
return ve(n, t);
|
|
244
|
+
}, br = Oe("useGetNlgQueryResult")(
|
|
245
|
+
tn
|
|
277
246
|
), Qe = Object.freeze({
|
|
278
247
|
enableFollowupQuestions: !1,
|
|
279
248
|
enableHeader: !0,
|
|
@@ -283,45 +252,50 @@ const xe = (e, t = !0) => {
|
|
|
283
252
|
inputPromptText: 'Ask a question or type "/" for ideas',
|
|
284
253
|
welcomeText: "Welcome to the Analytics Assistant! I can help you explore and gain insights from your data.",
|
|
285
254
|
suggestionsWelcomeText: "Some questions you may have:"
|
|
286
|
-
}),
|
|
255
|
+
}), je = xe(R({}, Qe)), P = () => Ve(je), nn = ({ children: e, value: t }) => {
|
|
287
256
|
const n = Object.entries(t).reduce(
|
|
288
|
-
(r, [i,
|
|
257
|
+
(r, [i, s]) => (s !== void 0 && (r[i] = s), r),
|
|
289
258
|
R({}, Qe)
|
|
290
259
|
);
|
|
291
|
-
return /* @__PURE__ */ o(
|
|
260
|
+
return /* @__PURE__ */ o(je.Provider, { value: n, children: e });
|
|
292
261
|
}, Ge = (e) => {
|
|
293
|
-
const { contextTitle: t, count: n } = e, r =
|
|
294
|
-
queryKey: ["getQueryRecommendations", t,
|
|
262
|
+
const { contextTitle: t, count: n } = e, r = W(), { numOfRecommendations: i } = P(), s = n != null ? n : i, { isLoading: a, isError: c, isSuccess: l, data: d, error: C, refetch: h } = _({
|
|
263
|
+
queryKey: ["getQueryRecommendations", t, s, r],
|
|
295
264
|
queryFn: () => r == null ? void 0 : r.ai.getQueryRecommendations(t, {
|
|
296
|
-
numOfRecommendations:
|
|
265
|
+
numOfRecommendations: s
|
|
297
266
|
}),
|
|
298
267
|
enabled: !!r
|
|
299
268
|
});
|
|
300
269
|
return {
|
|
301
|
-
isLoading:
|
|
270
|
+
isLoading: a,
|
|
302
271
|
isError: c,
|
|
303
272
|
isSuccess: l,
|
|
304
273
|
data: d != null ? d : [],
|
|
305
|
-
error:
|
|
306
|
-
refetch:
|
|
307
|
-
|
|
308
|
-
}, [
|
|
274
|
+
error: C,
|
|
275
|
+
refetch: E(() => {
|
|
276
|
+
h();
|
|
277
|
+
}, [h])
|
|
309
278
|
};
|
|
310
|
-
},
|
|
279
|
+
}, xr = Oe("useGetQueryRecommendations")(
|
|
311
280
|
Ge
|
|
312
|
-
),
|
|
313
|
-
const t =
|
|
314
|
-
return
|
|
315
|
-
queryKey: [
|
|
316
|
-
queryFn: () =>
|
|
317
|
-
|
|
281
|
+
), we = "Oh snap, something went wrong. Please try again later.", on = "Oh snap, something went wrong. Please try again later or try asking a different question.", rn = "Something went wrong and we were unable to retrieve the chat thread. Let's start over!", Ue = "Chat unavailable. Please try again later.", ke = "chatHistory", sn = (e) => {
|
|
282
|
+
const t = W(), { hideHistory: n } = P();
|
|
283
|
+
return _({
|
|
284
|
+
queryKey: [ke, e, t],
|
|
285
|
+
queryFn: () => Z(void 0, null, function* () {
|
|
286
|
+
if (!t || !e)
|
|
287
|
+
return;
|
|
288
|
+
if (n)
|
|
289
|
+
return [];
|
|
290
|
+
const r = yield t.ai.chat.getById(e);
|
|
291
|
+
return r == null ? void 0 : r.chatHistory;
|
|
318
292
|
}),
|
|
319
293
|
enabled: !!t && !!e
|
|
320
294
|
});
|
|
321
295
|
}, _e = (e) => {
|
|
322
|
-
const t =
|
|
323
|
-
return
|
|
324
|
-
mutationFn: () =>
|
|
296
|
+
const t = W(), n = K();
|
|
297
|
+
return ye({
|
|
298
|
+
mutationFn: () => Z(void 0, null, function* () {
|
|
325
299
|
if (!(!t || !e))
|
|
326
300
|
return t.ai.chat.clearHistory(e);
|
|
327
301
|
}),
|
|
@@ -329,48 +303,30 @@ const xe = (e, t = !0) => {
|
|
|
329
303
|
console.error("Error when clearing history:", r);
|
|
330
304
|
},
|
|
331
305
|
onSettled: () => {
|
|
332
|
-
e && n.setQueriesData([
|
|
306
|
+
e && n.setQueriesData([ke, e], []);
|
|
333
307
|
}
|
|
334
308
|
});
|
|
335
309
|
}, Ke = (e) => {
|
|
336
|
-
const { data: t, isLoading: n, isError: r } =
|
|
337
|
-
return
|
|
310
|
+
const { data: t, isLoading: n, isError: r } = sn(e), { mutate: i } = _e(e);
|
|
311
|
+
return le(() => {
|
|
338
312
|
r && i();
|
|
339
313
|
}, [r, i]), {
|
|
340
314
|
history: t,
|
|
341
315
|
isLoading: n,
|
|
342
316
|
isError: r
|
|
343
317
|
};
|
|
344
|
-
},
|
|
345
|
-
const e =
|
|
318
|
+
}, Ye = () => {
|
|
319
|
+
const e = W(), { data: t, isLoading: n, fetchStatus: r } = _({
|
|
346
320
|
queryKey: ["getDataTopics", e],
|
|
347
|
-
queryFn: () =>
|
|
348
|
-
if (
|
|
349
|
-
return;
|
|
350
|
-
const i = (yield e.getDataModels()).map(
|
|
351
|
-
(l) => ({
|
|
352
|
-
id: l.oid,
|
|
353
|
-
name: l.title,
|
|
354
|
-
type: "datamodel",
|
|
355
|
-
description: ""
|
|
356
|
-
})
|
|
357
|
-
), c = (yield e.getPerspectives()).filter(
|
|
358
|
-
(l) => !l.isDefault
|
|
359
|
-
).map(
|
|
360
|
-
(l) => ({
|
|
361
|
-
id: l.oid,
|
|
362
|
-
name: l.name,
|
|
363
|
-
type: "perspective",
|
|
364
|
-
description: l.description
|
|
365
|
-
})
|
|
366
|
-
);
|
|
367
|
-
return [...i, ...c];
|
|
321
|
+
queryFn: () => Z(void 0, null, function* () {
|
|
322
|
+
if (e)
|
|
323
|
+
return e.getChatContexts();
|
|
368
324
|
}),
|
|
369
325
|
enabled: !!e
|
|
370
326
|
});
|
|
371
327
|
return { data: t, isLoading: n, fetchStatus: r };
|
|
372
|
-
},
|
|
373
|
-
const e =
|
|
328
|
+
}, Xe = () => {
|
|
329
|
+
const e = W(), { data: t, isLoading: n } = _({
|
|
374
330
|
queryKey: ["getAllChats", e],
|
|
375
331
|
queryFn: () => e == null ? void 0 : e.ai.chat.getAll(),
|
|
376
332
|
enabled: !!e
|
|
@@ -379,18 +335,18 @@ const xe = (e, t = !0) => {
|
|
|
379
335
|
data: t != null ? t : [],
|
|
380
336
|
isLoading: n
|
|
381
337
|
};
|
|
382
|
-
},
|
|
383
|
-
const n =
|
|
384
|
-
mutationFn: () =>
|
|
338
|
+
}, an = (e, t) => {
|
|
339
|
+
const n = K(), r = W(), i = ye({
|
|
340
|
+
mutationFn: () => Z(void 0, null, function* () {
|
|
385
341
|
if (!(!r || !e))
|
|
386
342
|
return r.ai.chat.create(e);
|
|
387
343
|
}),
|
|
388
344
|
onSuccess: () => n.invalidateQueries(["getAllChats"])
|
|
389
345
|
});
|
|
390
|
-
return
|
|
346
|
+
return le(() => {
|
|
391
347
|
t && i.isIdle && i.mutate();
|
|
392
348
|
}, [t, i]), i;
|
|
393
|
-
},
|
|
349
|
+
}, ln = (e) => {
|
|
394
350
|
switch (e.responseType = e.responseType.toLowerCase(), e.responseType) {
|
|
395
351
|
case "nlq":
|
|
396
352
|
return {
|
|
@@ -407,14 +363,14 @@ const xe = (e, t = !0) => {
|
|
|
407
363
|
default:
|
|
408
364
|
throw Error(`Received unknown responseType, raw response=${JSON.stringify(e)}`);
|
|
409
365
|
}
|
|
410
|
-
},
|
|
411
|
-
const t =
|
|
366
|
+
}, cn = (e) => {
|
|
367
|
+
const t = K(), n = E(
|
|
412
368
|
(c) => {
|
|
413
|
-
e && t.setQueriesData([
|
|
369
|
+
e && t.setQueriesData([ke, e], (l) => l && [...l, c]);
|
|
414
370
|
},
|
|
415
371
|
[t, e]
|
|
416
|
-
), { enableFollowupQuestions: r } =
|
|
417
|
-
mutationFn: (c) =>
|
|
372
|
+
), { enableFollowupQuestions: r } = P(), i = W(), { mutate: s, isLoading: a } = ye({
|
|
373
|
+
mutationFn: (c) => Z(void 0, null, function* () {
|
|
418
374
|
if (!(!i || !e))
|
|
419
375
|
return i.ai.chat.post(e, {
|
|
420
376
|
text: c,
|
|
@@ -429,56 +385,56 @@ const xe = (e, t = !0) => {
|
|
|
429
385
|
},
|
|
430
386
|
onError: (c) => {
|
|
431
387
|
c instanceof Error && (console.error("Error when sending message:", c.message), n({
|
|
432
|
-
content:
|
|
388
|
+
content: on,
|
|
433
389
|
role: "assistant"
|
|
434
390
|
}));
|
|
435
391
|
},
|
|
436
392
|
onSuccess: (c) => {
|
|
437
|
-
c && n(
|
|
393
|
+
c && n(ln(c));
|
|
438
394
|
}
|
|
439
395
|
});
|
|
440
|
-
return { mutate:
|
|
441
|
-
},
|
|
442
|
-
var
|
|
443
|
-
const { data: t, isLoading: n } =
|
|
444
|
-
|
|
396
|
+
return { mutate: s, isLoading: a };
|
|
397
|
+
}, Se = (e) => !!e && "type" in e && e.type === "nlq", dn = (e) => {
|
|
398
|
+
var T, N;
|
|
399
|
+
const { data: t, isLoading: n } = Ye(), { data: r, isLoading: i } = Xe(), s = (T = t == null ? void 0 : t.find((M) => M.title === e)) == null ? void 0 : T.title, a = (N = r.find((M) => M.contextTitle === s)) == null ? void 0 : N.chatId, c = n || !!s, l = i || !!a, [d, C] = k(null), { isError: h } = an(
|
|
400
|
+
s,
|
|
445
401
|
c && !l
|
|
446
|
-
), { history: f, isLoading:
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
}, [
|
|
450
|
-
const { mutate: m, isLoading:
|
|
402
|
+
), { history: f, isLoading: S, isError: w } = Ke(a);
|
|
403
|
+
le(() => {
|
|
404
|
+
h ? C(new Error(Ue)) : w && C(new Error(rn));
|
|
405
|
+
}, [h, w]);
|
|
406
|
+
const { mutate: m, isLoading: x } = cn(a), y = F(() => {
|
|
451
407
|
if (f != null && f.length) {
|
|
452
408
|
const M = f[f.length - 1];
|
|
453
|
-
if (
|
|
409
|
+
if (Se(M))
|
|
454
410
|
return JSON.parse(M.content);
|
|
455
411
|
}
|
|
456
412
|
return null;
|
|
457
413
|
}, [f]);
|
|
458
414
|
return {
|
|
459
|
-
chatId:
|
|
415
|
+
chatId: a,
|
|
460
416
|
history: f != null ? f : [],
|
|
461
|
-
lastNlqResponse:
|
|
417
|
+
lastNlqResponse: y,
|
|
462
418
|
sendMessage: m,
|
|
463
|
-
isAwaitingResponse:
|
|
464
|
-
isLoading:
|
|
419
|
+
isAwaitingResponse: x,
|
|
420
|
+
isLoading: S,
|
|
465
421
|
lastError: d
|
|
466
422
|
};
|
|
467
|
-
},
|
|
423
|
+
}, yr = ({
|
|
468
424
|
contextTitle: e
|
|
469
425
|
}) => {
|
|
470
426
|
var i;
|
|
471
|
-
const { data: t } =
|
|
472
|
-
return
|
|
427
|
+
const { data: t } = Xe(), n = (i = t.find((s) => s.contextTitle === e)) == null ? void 0 : i.chatId, { history: r } = Ke(n);
|
|
428
|
+
return F(() => {
|
|
473
429
|
if (r != null && r.length) {
|
|
474
|
-
const
|
|
475
|
-
if (
|
|
476
|
-
return JSON.parse(
|
|
430
|
+
const s = r[r.length - 1];
|
|
431
|
+
if (Se(s))
|
|
432
|
+
return JSON.parse(s.content);
|
|
477
433
|
}
|
|
478
434
|
return null;
|
|
479
435
|
}, [r]);
|
|
480
|
-
},
|
|
481
|
-
const t =
|
|
436
|
+
}, vr = (e) => {
|
|
437
|
+
const t = W(), { data: n, isLoading: r } = _({
|
|
482
438
|
queryKey: ["getDataSourceFields", e, t],
|
|
483
439
|
queryFn: () => e ? t == null ? void 0 : t.ai.getDataSourceFields(e) : void 0,
|
|
484
440
|
select: (i) => i,
|
|
@@ -488,7 +444,7 @@ const xe = (e, t = !0) => {
|
|
|
488
444
|
data: n,
|
|
489
445
|
isLoading: r
|
|
490
446
|
};
|
|
491
|
-
},
|
|
447
|
+
}, un = 500, hn = 500, pn = 500, gn = 900, Cn = u.div`
|
|
492
448
|
box-sizing: border-box;
|
|
493
449
|
position: relative;
|
|
494
450
|
display: flex;
|
|
@@ -498,22 +454,22 @@ const xe = (e, t = !0) => {
|
|
|
498
454
|
background-color: ${({ theme: e }) => e.aiChat.backgroundColor};
|
|
499
455
|
overflow: hidden;
|
|
500
456
|
|
|
501
|
-
min-width: ${
|
|
502
|
-
min-height: ${
|
|
503
|
-
width: ${({ width: e }) => e ?
|
|
504
|
-
height: ${({ height: e }) => e ?
|
|
457
|
+
min-width: ${un}px;
|
|
458
|
+
min-height: ${hn}px;
|
|
459
|
+
width: ${({ width: e }) => e ? Be(e) : `${pn}px`};
|
|
460
|
+
height: ${({ height: e }) => e ? Be(e) : `${gn}px`};
|
|
505
461
|
|
|
506
|
-
${({ theme: e }) =>
|
|
462
|
+
${({ theme: e }) => L`
|
|
507
463
|
font-size: ${e.aiChat.primaryFontSize[0]};
|
|
508
464
|
line-height: ${e.aiChat.primaryFontSize[1]};
|
|
509
465
|
`}
|
|
510
466
|
border: ${({ theme: e }) => e.aiChat.border === !1 ? "none" : e.aiChat.border};
|
|
511
467
|
`;
|
|
512
|
-
function
|
|
468
|
+
function Be(e) {
|
|
513
469
|
return typeof e == "number" ? `${e}px` : e;
|
|
514
470
|
}
|
|
515
|
-
function
|
|
516
|
-
return /* @__PURE__ */
|
|
471
|
+
function fn({ spin: e }) {
|
|
472
|
+
return /* @__PURE__ */ p(
|
|
517
473
|
"svg",
|
|
518
474
|
{
|
|
519
475
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -546,10 +502,10 @@ function Mn({ spin: e }) {
|
|
|
546
502
|
}
|
|
547
503
|
);
|
|
548
504
|
}
|
|
549
|
-
function
|
|
550
|
-
return /* @__PURE__ */ o("div", { className: "csdk-m-auto", "aria-label": "loading spinner", children: /* @__PURE__ */ o(
|
|
505
|
+
function ce() {
|
|
506
|
+
return /* @__PURE__ */ o("div", { className: "csdk-m-auto", "aria-label": "loading spinner", children: /* @__PURE__ */ o(fn, { spin: !0 }) });
|
|
551
507
|
}
|
|
552
|
-
function
|
|
508
|
+
function mn({ theme: e }) {
|
|
553
509
|
return /* @__PURE__ */ o("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ o(
|
|
554
510
|
"path",
|
|
555
511
|
{
|
|
@@ -558,9 +514,9 @@ function En({ theme: e }) {
|
|
|
558
514
|
}
|
|
559
515
|
) });
|
|
560
516
|
}
|
|
561
|
-
function
|
|
517
|
+
function bn({ theme: e }) {
|
|
562
518
|
const t = e.aiChat.icons.color;
|
|
563
|
-
return /* @__PURE__ */
|
|
519
|
+
return /* @__PURE__ */ p("svg", { xmlns: "http://www.w3.org/2000/svg", width: "25", height: "25", viewBox: "0 0 25 25", fill: "none", children: [
|
|
564
520
|
/* @__PURE__ */ o(
|
|
565
521
|
"path",
|
|
566
522
|
{
|
|
@@ -584,11 +540,11 @@ function Ln({ theme: e }) {
|
|
|
584
540
|
)
|
|
585
541
|
] });
|
|
586
542
|
}
|
|
587
|
-
const
|
|
543
|
+
const xn = u.div`
|
|
588
544
|
display: flex;
|
|
589
545
|
flex-direction: column;
|
|
590
546
|
row-gap: 4px;
|
|
591
|
-
`,
|
|
547
|
+
`, yn = u.div`
|
|
592
548
|
font-size: 11px;
|
|
593
549
|
line-height: 18px;
|
|
594
550
|
font-weight: 300;
|
|
@@ -598,7 +554,7 @@ const Tn = u.div`
|
|
|
598
554
|
&:hover {
|
|
599
555
|
background-color: ${({ theme: e }) => e.aiChat.dropup.headers.hover.backgroundColor};
|
|
600
556
|
}
|
|
601
|
-
`,
|
|
557
|
+
`, vn = u.div`
|
|
602
558
|
font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
|
|
603
559
|
line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
|
|
604
560
|
color: ${({ theme: e }) => e.aiChat.dropup.items.textColor};
|
|
@@ -608,19 +564,19 @@ const Tn = u.div`
|
|
|
608
564
|
background-color: ${({ theme: e }) => e.aiChat.dropup.items.hover.backgroundColor};
|
|
609
565
|
}
|
|
610
566
|
`;
|
|
611
|
-
function
|
|
567
|
+
function wn({
|
|
612
568
|
title: e,
|
|
613
569
|
items: t,
|
|
614
570
|
onSelect: n,
|
|
615
571
|
alwaysExpanded: r = !1
|
|
616
572
|
}) {
|
|
617
|
-
const [i,
|
|
618
|
-
return /* @__PURE__ */
|
|
619
|
-
/* @__PURE__ */ o(
|
|
620
|
-
(i || r) && t.map((c, l) => /* @__PURE__ */ o(
|
|
573
|
+
const [i, s] = k(!1), { themeSettings: a } = b();
|
|
574
|
+
return /* @__PURE__ */ p(xn, { children: [
|
|
575
|
+
/* @__PURE__ */ o(yn, { onClick: () => s((c) => !c), theme: a, children: e.toUpperCase() }),
|
|
576
|
+
(i || r) && t.map((c, l) => /* @__PURE__ */ o(vn, { onClick: () => n(c), theme: a, children: c }, l))
|
|
621
577
|
] });
|
|
622
578
|
}
|
|
623
|
-
const
|
|
579
|
+
const kn = u.div`
|
|
624
580
|
font-family: ${({ theme: e }) => e.typography.fontFamily};
|
|
625
581
|
font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
|
|
626
582
|
line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
|
|
@@ -632,20 +588,20 @@ const Bn = u.div`
|
|
|
632
588
|
display: flex;
|
|
633
589
|
flex-direction: column;
|
|
634
590
|
row-gap: 4px;
|
|
635
|
-
`,
|
|
591
|
+
`, Sn = u.div`
|
|
636
592
|
font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
|
|
637
593
|
line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
|
|
638
594
|
color: ${({ theme: e }) => e.aiChat.dropup.items.textColor};
|
|
639
595
|
padding: 4px 12px;
|
|
640
|
-
`,
|
|
641
|
-
function
|
|
596
|
+
`, be = (e) => e.startsWith("/");
|
|
597
|
+
function Rn({
|
|
642
598
|
recentPrompts: e,
|
|
643
599
|
suggestions: t,
|
|
644
600
|
isLoading: n,
|
|
645
601
|
onSelection: r,
|
|
646
602
|
anchorEl: i,
|
|
647
|
-
text:
|
|
648
|
-
recommendationsError:
|
|
603
|
+
text: s,
|
|
604
|
+
recommendationsError: a
|
|
649
605
|
}) {
|
|
650
606
|
const l = [
|
|
651
607
|
{
|
|
@@ -659,12 +615,12 @@ function Fn({
|
|
|
659
615
|
onSelect: r
|
|
660
616
|
}
|
|
661
617
|
].filter(
|
|
662
|
-
(
|
|
663
|
-
), { themeSettings: d } =
|
|
618
|
+
(h) => h.title.slice(0, s.length) === s
|
|
619
|
+
), { themeSettings: d } = b(), C = l.length === 1;
|
|
664
620
|
return /* @__PURE__ */ o(
|
|
665
|
-
|
|
621
|
+
We,
|
|
666
622
|
{
|
|
667
|
-
open:
|
|
623
|
+
open: be(s) && l.length > 0,
|
|
668
624
|
anchorEl: i,
|
|
669
625
|
placement: "top-start",
|
|
670
626
|
modifiers: [
|
|
@@ -675,60 +631,61 @@ function Fn({
|
|
|
675
631
|
}
|
|
676
632
|
}
|
|
677
633
|
],
|
|
678
|
-
sx: { zIndex:
|
|
679
|
-
children: /* @__PURE__ */
|
|
680
|
-
n && /* @__PURE__ */ o(
|
|
681
|
-
!n && !
|
|
682
|
-
|
|
634
|
+
sx: { zIndex: 3 },
|
|
635
|
+
children: /* @__PURE__ */ p(kn, { style: { width: i == null ? void 0 : i.offsetWidth }, theme: d, children: [
|
|
636
|
+
n && /* @__PURE__ */ o(ce, {}),
|
|
637
|
+
!n && !a && l.map((h) => /* @__PURE__ */ o(wn, D(R({}, h), { alwaysExpanded: C }), h.title)),
|
|
638
|
+
a && /* @__PURE__ */ o(Sn, { theme: d, children: "Recommendations aren't available right now. Try again in a few minutes." })
|
|
683
639
|
] })
|
|
684
640
|
}
|
|
685
641
|
);
|
|
686
642
|
}
|
|
687
|
-
function Y({ title: e,
|
|
688
|
-
const { themeSettings:
|
|
643
|
+
function Y({ title: e, placement: t = "top", children: n }) {
|
|
644
|
+
const { themeSettings: r } = b();
|
|
689
645
|
return /* @__PURE__ */ o(
|
|
690
|
-
|
|
646
|
+
St,
|
|
691
647
|
{
|
|
692
648
|
title: e,
|
|
693
|
-
placement:
|
|
649
|
+
placement: t,
|
|
650
|
+
disableInteractive: !0,
|
|
694
651
|
componentsProps: {
|
|
695
652
|
tooltip: {
|
|
696
653
|
sx: {
|
|
697
|
-
bgcolor:
|
|
698
|
-
color:
|
|
654
|
+
bgcolor: r.aiChat.tooltips.backgroundColor,
|
|
655
|
+
color: r.aiChat.tooltips.textColor,
|
|
699
656
|
paddingX: "16px",
|
|
700
657
|
paddingY: "12px",
|
|
701
658
|
fontSize: "13px",
|
|
702
|
-
fontFamily:
|
|
659
|
+
fontFamily: r.typography.fontFamily,
|
|
703
660
|
fontWeight: 400,
|
|
704
661
|
borderRadius: "4px",
|
|
705
|
-
boxShadow:
|
|
662
|
+
boxShadow: r.aiChat.tooltips.boxShadow
|
|
706
663
|
}
|
|
707
664
|
},
|
|
708
665
|
arrow: {
|
|
709
666
|
sx: {
|
|
710
|
-
color:
|
|
667
|
+
color: r.aiChat.tooltips.backgroundColor
|
|
711
668
|
}
|
|
712
669
|
}
|
|
713
670
|
},
|
|
714
671
|
arrow: !0,
|
|
715
|
-
children:
|
|
672
|
+
children: n
|
|
716
673
|
}
|
|
717
674
|
);
|
|
718
675
|
}
|
|
719
|
-
const
|
|
676
|
+
const Ln = 500, Mn = u.div`
|
|
720
677
|
display: flex;
|
|
721
678
|
flex-direction: row;
|
|
722
679
|
align-items: flex-end;
|
|
723
680
|
justify-content: space-between;
|
|
724
681
|
|
|
725
682
|
background-color: ${({ theme: e }) => e.aiChat.backgroundColor};
|
|
726
|
-
`,
|
|
683
|
+
`, $n = u.button`
|
|
727
684
|
height: 34px;
|
|
728
685
|
background-color: inherit;
|
|
729
686
|
cursor: pointer;
|
|
730
687
|
border: none;
|
|
731
|
-
`,
|
|
688
|
+
`, En = u.textarea`
|
|
732
689
|
font-size: inherit;
|
|
733
690
|
line-height: inherit;
|
|
734
691
|
resize: none;
|
|
@@ -756,110 +713,117 @@ const On = u.div`
|
|
|
756
713
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
757
714
|
|
|
758
715
|
background-color: ${({ theme: e }) => e.aiChat.input.backgroundColor};
|
|
759
|
-
`,
|
|
716
|
+
`, Tn = u.button`
|
|
760
717
|
height: 34px;
|
|
761
718
|
background-color: inherit;
|
|
762
719
|
border-style: none;
|
|
763
720
|
|
|
764
721
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
765
722
|
|
|
766
|
-
${({ disabled: e }) => e ?
|
|
723
|
+
${({ disabled: e }) => e ? L`
|
|
767
724
|
opacity: 0.3;
|
|
768
725
|
cursor: not-allowed;
|
|
769
|
-
` :
|
|
726
|
+
` : L`
|
|
770
727
|
opacity: 1;
|
|
771
728
|
cursor: pointer;
|
|
772
729
|
`}
|
|
773
|
-
`,
|
|
774
|
-
function
|
|
730
|
+
`, Hn = 34;
|
|
731
|
+
function Bn({
|
|
775
732
|
onSendMessage: e,
|
|
776
733
|
onClearHistoryClick: t,
|
|
777
734
|
disabled: n,
|
|
778
735
|
recentPrompts: r,
|
|
779
736
|
suggestions: i,
|
|
780
|
-
isLoading:
|
|
781
|
-
recommendationsError:
|
|
737
|
+
isLoading: s,
|
|
738
|
+
recommendationsError: a,
|
|
782
739
|
onChange: c
|
|
783
740
|
}) {
|
|
784
|
-
const [l, d] =
|
|
741
|
+
const [l, d] = k(""), { inputPromptText: C } = P(), h = E(() => {
|
|
785
742
|
if (n)
|
|
786
743
|
return;
|
|
787
|
-
if (
|
|
744
|
+
if (be(l)) {
|
|
788
745
|
d("");
|
|
789
746
|
return;
|
|
790
747
|
}
|
|
791
|
-
const
|
|
792
|
-
|
|
793
|
-
}, [n, e, l]), f =
|
|
794
|
-
(
|
|
795
|
-
e(
|
|
748
|
+
const y = l.trim();
|
|
749
|
+
y.length !== 0 && (e(y), d(""));
|
|
750
|
+
}, [n, e, l]), f = E(
|
|
751
|
+
(y) => {
|
|
752
|
+
e(y), d("");
|
|
796
753
|
},
|
|
797
754
|
[e]
|
|
798
|
-
),
|
|
799
|
-
(
|
|
800
|
-
|
|
755
|
+
), S = E(
|
|
756
|
+
(y) => {
|
|
757
|
+
y.key === "Enter" ? (y.preventDefault(), h()) : y.key === "Escape" && be(l) && d("");
|
|
801
758
|
},
|
|
802
|
-
[
|
|
803
|
-
),
|
|
804
|
-
(
|
|
805
|
-
c == null || c(
|
|
759
|
+
[h, l]
|
|
760
|
+
), w = E(
|
|
761
|
+
(y) => {
|
|
762
|
+
c == null || c(y.target.value), d(y.target.value);
|
|
806
763
|
},
|
|
807
764
|
[c]
|
|
808
765
|
), m = U(null);
|
|
809
|
-
|
|
766
|
+
ie(() => {
|
|
810
767
|
m.current && (m.current.style.height = "inherit", m.current.style.height = `${Math.max(
|
|
811
768
|
m.current.scrollHeight + 2,
|
|
812
769
|
// account for 1px top/bottom border
|
|
813
|
-
|
|
770
|
+
Hn
|
|
814
771
|
)}px`);
|
|
815
|
-
}, [l])
|
|
816
|
-
|
|
817
|
-
|
|
772
|
+
}, [l]), ie(() => {
|
|
773
|
+
m.current && m.current.focus({ preventScroll: !0 });
|
|
774
|
+
}, []);
|
|
775
|
+
const { themeSettings: x } = b();
|
|
776
|
+
return /* @__PURE__ */ p(Mn, { theme: x, children: [
|
|
818
777
|
/* @__PURE__ */ o(
|
|
819
|
-
|
|
778
|
+
Rn,
|
|
820
779
|
{
|
|
821
780
|
recentPrompts: r,
|
|
822
781
|
suggestions: i,
|
|
823
|
-
isLoading:
|
|
782
|
+
isLoading: s,
|
|
824
783
|
onSelection: f,
|
|
825
784
|
anchorEl: m.current,
|
|
826
785
|
text: l,
|
|
827
|
-
recommendationsError:
|
|
786
|
+
recommendationsError: a
|
|
828
787
|
}
|
|
829
788
|
),
|
|
830
|
-
t && /* @__PURE__ */ o(Y, { title: "Clear chat", children: /* @__PURE__ */ o(
|
|
789
|
+
t && /* @__PURE__ */ o(Y, { title: "Clear chat", placement: "bottom-start", children: /* @__PURE__ */ o($n, { "aria-label": "clear history", onClick: t, children: /* @__PURE__ */ o(bn, { theme: x }) }) }),
|
|
831
790
|
/* @__PURE__ */ o(
|
|
832
|
-
|
|
791
|
+
En,
|
|
833
792
|
{
|
|
834
793
|
"aria-label": "chat input",
|
|
794
|
+
onBlur: (y) => {
|
|
795
|
+
var T;
|
|
796
|
+
(T = document.getElementById("csdk-chatbot-frame")) != null && T.contains(y.relatedTarget) && y.target.focus({ preventScroll: !0 });
|
|
797
|
+
},
|
|
798
|
+
maxLength: Ln,
|
|
835
799
|
ref: m,
|
|
836
800
|
rows: 1,
|
|
837
|
-
onChange:
|
|
801
|
+
onChange: w,
|
|
838
802
|
spellCheck: "true",
|
|
839
|
-
placeholder:
|
|
803
|
+
placeholder: C,
|
|
840
804
|
value: l,
|
|
841
|
-
onKeyDown:
|
|
842
|
-
theme:
|
|
805
|
+
onKeyDown: S,
|
|
806
|
+
theme: x
|
|
843
807
|
}
|
|
844
808
|
),
|
|
845
809
|
/* @__PURE__ */ o(
|
|
846
|
-
|
|
810
|
+
Tn,
|
|
847
811
|
{
|
|
848
812
|
"aria-label": "send chat message",
|
|
849
813
|
disabled: n || l.length === 0,
|
|
850
|
-
onClick:
|
|
851
|
-
theme:
|
|
852
|
-
children: /* @__PURE__ */ o("span", { "data-state": "closed", children: /* @__PURE__ */ o(
|
|
814
|
+
onClick: h,
|
|
815
|
+
theme: x,
|
|
816
|
+
children: /* @__PURE__ */ o("span", { "data-state": "closed", children: /* @__PURE__ */ o(mn, { theme: x }) })
|
|
853
817
|
}
|
|
854
818
|
)
|
|
855
819
|
] });
|
|
856
820
|
}
|
|
857
|
-
const
|
|
821
|
+
const Dn = u.div`
|
|
858
822
|
display: flex;
|
|
859
823
|
|
|
860
|
-
${({ align: e }) => e === "right" ?
|
|
824
|
+
${({ align: e }) => e === "right" ? L`
|
|
861
825
|
justify-content: flex-end;
|
|
862
|
-
` :
|
|
826
|
+
` : L`
|
|
863
827
|
justify-content: flex-start;
|
|
864
828
|
`}
|
|
865
829
|
`, Je = u.div`
|
|
@@ -873,51 +837,51 @@ const jn = u.div`
|
|
|
873
837
|
overflow-wrap: break-word;
|
|
874
838
|
box-sizing: border-box;
|
|
875
839
|
|
|
876
|
-
${({ align: e }) => e === "right" ?
|
|
840
|
+
${({ align: e }) => e === "right" ? L`
|
|
877
841
|
text-align: right;
|
|
878
842
|
border-radius: 10px 10px 0px 10px;
|
|
879
|
-
` :
|
|
843
|
+
` : L`
|
|
880
844
|
text-align: left;
|
|
881
845
|
border-radius: 10px 10px 10px 0px;
|
|
882
846
|
`}
|
|
883
847
|
|
|
884
|
-
${({ align: e }) => e !== "full" ?
|
|
848
|
+
${({ align: e }) => e !== "full" ? L`
|
|
885
849
|
max-width: 85%;
|
|
886
850
|
` : ""}
|
|
887
851
|
|
|
888
852
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
889
853
|
background-color: ${({ theme: e, align: t }) => t === "right" ? e.aiChat.userMessages.backgroundColor : e.aiChat.systemMessages.backgroundColor};
|
|
890
|
-
`,
|
|
891
|
-
const { themeSettings: n } =
|
|
892
|
-
return /* @__PURE__ */ o(
|
|
854
|
+
`, z = ({ align: e, children: t }) => {
|
|
855
|
+
const { themeSettings: n } = b();
|
|
856
|
+
return /* @__PURE__ */ o(Dn, { theme: n, align: e, children: /* @__PURE__ */ o(Je, { theme: n, align: e, children: t }) });
|
|
893
857
|
};
|
|
894
|
-
function
|
|
895
|
-
const { welcomeText: e } =
|
|
896
|
-
return e === !1 ? null : /* @__PURE__ */ o(
|
|
858
|
+
function Fn() {
|
|
859
|
+
const { welcomeText: e } = P();
|
|
860
|
+
return e === !1 ? null : /* @__PURE__ */ o(z, { align: "left", children: e });
|
|
897
861
|
}
|
|
898
|
-
const
|
|
862
|
+
const Nn = u.div`
|
|
899
863
|
margin: auto;
|
|
900
864
|
display: flex;
|
|
901
865
|
flex-direction: column;
|
|
902
866
|
align-items: center;
|
|
903
867
|
row-gap: 21px;
|
|
904
|
-
`,
|
|
868
|
+
`, In = u.div`
|
|
905
869
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
906
870
|
text-align: center;
|
|
907
871
|
font-weight: 600;
|
|
908
|
-
`,
|
|
872
|
+
`, On = u.div`
|
|
909
873
|
color: rgba(54, 163, 217, 1);
|
|
910
874
|
cursor: pointer;
|
|
911
875
|
`;
|
|
912
|
-
function
|
|
913
|
-
const { themeSettings: n } =
|
|
914
|
-
return /* @__PURE__ */
|
|
915
|
-
/* @__PURE__ */ o(
|
|
916
|
-
/* @__PURE__ */ o(
|
|
917
|
-
t && /* @__PURE__ */ o(
|
|
876
|
+
function et({ text: e, action: t }) {
|
|
877
|
+
const { themeSettings: n } = b();
|
|
878
|
+
return /* @__PURE__ */ p(Nn, { children: [
|
|
879
|
+
/* @__PURE__ */ o(In, { theme: n, children: e }),
|
|
880
|
+
/* @__PURE__ */ o(Rt, {}),
|
|
881
|
+
t && /* @__PURE__ */ o(On, { onClick: t.onClick, children: t.text })
|
|
918
882
|
] });
|
|
919
883
|
}
|
|
920
|
-
const
|
|
884
|
+
const re = u.div`
|
|
921
885
|
width: 5px;
|
|
922
886
|
height: 5px;
|
|
923
887
|
border-radius: 50%;
|
|
@@ -946,31 +910,31 @@ const oe = u.div`
|
|
|
946
910
|
}
|
|
947
911
|
}
|
|
948
912
|
`;
|
|
949
|
-
function
|
|
950
|
-
const { themeSettings: e } =
|
|
951
|
-
return /* @__PURE__ */
|
|
913
|
+
function tt() {
|
|
914
|
+
const { themeSettings: e } = b(), t = e.aiChat.icons.color;
|
|
915
|
+
return /* @__PURE__ */ p(
|
|
952
916
|
"div",
|
|
953
917
|
{
|
|
954
918
|
className: "csdk-flex csdk-justify-between csdk-w-[28px] csdk-py-[14.5px]",
|
|
955
919
|
"aria-label": "loading dots",
|
|
956
920
|
children: [
|
|
957
|
-
/* @__PURE__ */ o(
|
|
958
|
-
/* @__PURE__ */ o(
|
|
959
|
-
/* @__PURE__ */ o(
|
|
960
|
-
/* @__PURE__ */ o(
|
|
921
|
+
/* @__PURE__ */ o(re, { color: t }),
|
|
922
|
+
/* @__PURE__ */ o(re, { color: t }),
|
|
923
|
+
/* @__PURE__ */ o(re, { color: t }),
|
|
924
|
+
/* @__PURE__ */ o(re, { color: t })
|
|
961
925
|
]
|
|
962
926
|
}
|
|
963
927
|
);
|
|
964
928
|
}
|
|
965
|
-
const
|
|
929
|
+
const Wn = u.div`
|
|
966
930
|
display: flex;
|
|
967
931
|
|
|
968
|
-
${({ align: e }) => e === "right" ?
|
|
932
|
+
${({ align: e }) => e === "right" ? L`
|
|
969
933
|
justify-content: flex-end;
|
|
970
|
-
` :
|
|
934
|
+
` : L`
|
|
971
935
|
justify-content: flex-start;
|
|
972
936
|
`}
|
|
973
|
-
`,
|
|
937
|
+
`, Pn = u.button`
|
|
974
938
|
font-family: inherit;
|
|
975
939
|
font-size: inherit;
|
|
976
940
|
line-height: inherit;
|
|
@@ -986,13 +950,13 @@ const Gn = u.div`
|
|
|
986
950
|
}
|
|
987
951
|
border-radius: 20px;
|
|
988
952
|
|
|
989
|
-
${({ align: e }) => e === "right" ?
|
|
953
|
+
${({ align: e }) => e === "right" ? L`
|
|
990
954
|
text-align: right;
|
|
991
|
-
` :
|
|
955
|
+
` : L`
|
|
992
956
|
text-align: left;
|
|
993
957
|
`}
|
|
994
958
|
|
|
995
|
-
${({ align: e }) => e !== "full" ?
|
|
959
|
+
${({ align: e }) => e !== "full" ? L`
|
|
996
960
|
max-width: 382px;
|
|
997
961
|
` : ""}
|
|
998
962
|
|
|
@@ -1000,7 +964,7 @@ const Gn = u.div`
|
|
|
1000
964
|
const { borderGradient: t, borderRadius: n } = e.aiChat.suggestions;
|
|
1001
965
|
if (t) {
|
|
1002
966
|
const [r, i] = t;
|
|
1003
|
-
return
|
|
967
|
+
return L`
|
|
1004
968
|
border: none;
|
|
1005
969
|
position: relative;
|
|
1006
970
|
border-radius: ${n};
|
|
@@ -1023,20 +987,20 @@ const Gn = u.div`
|
|
|
1023
987
|
return "";
|
|
1024
988
|
}}
|
|
1025
989
|
`;
|
|
1026
|
-
function
|
|
990
|
+
function se({
|
|
1027
991
|
children: e,
|
|
1028
992
|
align: t,
|
|
1029
993
|
onClick: n,
|
|
1030
994
|
onMouseEnter: r,
|
|
1031
995
|
onMouseLeave: i,
|
|
1032
|
-
accessibleName:
|
|
996
|
+
accessibleName: s
|
|
1033
997
|
}) {
|
|
1034
|
-
const { themeSettings:
|
|
1035
|
-
return /* @__PURE__ */ o(
|
|
1036
|
-
|
|
998
|
+
const { themeSettings: a } = b();
|
|
999
|
+
return /* @__PURE__ */ o(Wn, { align: t, children: /* @__PURE__ */ o(
|
|
1000
|
+
Pn,
|
|
1037
1001
|
{
|
|
1038
|
-
"aria-label":
|
|
1039
|
-
theme:
|
|
1002
|
+
"aria-label": s,
|
|
1003
|
+
theme: a,
|
|
1040
1004
|
onClick: n,
|
|
1041
1005
|
align: t,
|
|
1042
1006
|
onMouseEnter: r,
|
|
@@ -1045,22 +1009,22 @@ function re({
|
|
|
1045
1009
|
}
|
|
1046
1010
|
) });
|
|
1047
1011
|
}
|
|
1048
|
-
function
|
|
1049
|
-
return /* @__PURE__ */
|
|
1050
|
-
/* @__PURE__ */ o(
|
|
1051
|
-
/* @__PURE__ */
|
|
1052
|
-
/* @__PURE__ */ o(
|
|
1053
|
-
/* @__PURE__ */ o(
|
|
1012
|
+
function An({ onCancel: e, onConfirm: t }) {
|
|
1013
|
+
return /* @__PURE__ */ p(H, { children: [
|
|
1014
|
+
/* @__PURE__ */ o(z, { align: "left", children: "Do you want to clear this chat?" }),
|
|
1015
|
+
/* @__PURE__ */ p("div", { className: "csdk-flex csdk-gap-x-2", children: [
|
|
1016
|
+
/* @__PURE__ */ o(se, { align: "right", onClick: t, accessibleName: "confirm clear chat", children: /* @__PURE__ */ o("div", { className: "csdk-py-[6px] csdk-px-[20px]", children: "Yes" }) }),
|
|
1017
|
+
/* @__PURE__ */ o(se, { align: "right", onClick: e, accessibleName: "cancel clear chat", children: /* @__PURE__ */ o("div", { className: "csdk-py-[6px] csdk-px-[20px]", children: "No" }) })
|
|
1054
1018
|
] })
|
|
1055
1019
|
] });
|
|
1056
1020
|
}
|
|
1057
|
-
const
|
|
1021
|
+
const qn = xe(null), Ce = {
|
|
1058
1022
|
didCatch: !1,
|
|
1059
1023
|
error: null
|
|
1060
1024
|
};
|
|
1061
|
-
class
|
|
1025
|
+
class zn extends jt {
|
|
1062
1026
|
constructor(t) {
|
|
1063
|
-
super(t), this.resetErrorBoundary = this.resetErrorBoundary.bind(this), this.state =
|
|
1027
|
+
super(t), this.resetErrorBoundary = this.resetErrorBoundary.bind(this), this.state = Ce;
|
|
1064
1028
|
}
|
|
1065
1029
|
static getDerivedStateFromError(t) {
|
|
1066
1030
|
return {
|
|
@@ -1073,12 +1037,12 @@ class Yn extends tn {
|
|
|
1073
1037
|
error: t
|
|
1074
1038
|
} = this.state;
|
|
1075
1039
|
if (t !== null) {
|
|
1076
|
-
for (var n, r, i = arguments.length,
|
|
1077
|
-
a
|
|
1040
|
+
for (var n, r, i = arguments.length, s = new Array(i), a = 0; a < i; a++)
|
|
1041
|
+
s[a] = arguments[a];
|
|
1078
1042
|
(n = (r = this.props).onReset) === null || n === void 0 || n.call(r, {
|
|
1079
|
-
args:
|
|
1043
|
+
args: s,
|
|
1080
1044
|
reason: "imperative-api"
|
|
1081
|
-
}), this.setState(
|
|
1045
|
+
}), this.setState(Ce);
|
|
1082
1046
|
}
|
|
1083
1047
|
}
|
|
1084
1048
|
componentDidCatch(t, n) {
|
|
@@ -1091,13 +1055,13 @@ class Yn extends tn {
|
|
|
1091
1055
|
} = this.state, {
|
|
1092
1056
|
resetKeys: i
|
|
1093
1057
|
} = this.props;
|
|
1094
|
-
if (r && n.error !== null &&
|
|
1095
|
-
var
|
|
1096
|
-
(
|
|
1058
|
+
if (r && n.error !== null && Vn(t.resetKeys, i)) {
|
|
1059
|
+
var s, a;
|
|
1060
|
+
(s = (a = this.props).onReset) === null || s === void 0 || s.call(a, {
|
|
1097
1061
|
next: i,
|
|
1098
1062
|
prev: t.resetKeys,
|
|
1099
1063
|
reason: "keys"
|
|
1100
|
-
}), this.setState(
|
|
1064
|
+
}), this.setState(Ce);
|
|
1101
1065
|
}
|
|
1102
1066
|
}
|
|
1103
1067
|
render() {
|
|
@@ -1107,63 +1071,63 @@ class Yn extends tn {
|
|
|
1107
1071
|
FallbackComponent: r,
|
|
1108
1072
|
fallback: i
|
|
1109
1073
|
} = this.props, {
|
|
1110
|
-
didCatch:
|
|
1111
|
-
error:
|
|
1074
|
+
didCatch: s,
|
|
1075
|
+
error: a
|
|
1112
1076
|
} = this.state;
|
|
1113
1077
|
let c = t;
|
|
1114
|
-
if (
|
|
1078
|
+
if (s) {
|
|
1115
1079
|
const l = {
|
|
1116
|
-
error:
|
|
1080
|
+
error: a,
|
|
1117
1081
|
resetErrorBoundary: this.resetErrorBoundary
|
|
1118
1082
|
};
|
|
1119
1083
|
if (typeof n == "function")
|
|
1120
1084
|
c = n(l);
|
|
1121
1085
|
else if (r)
|
|
1122
|
-
c =
|
|
1123
|
-
else if (i === null ||
|
|
1086
|
+
c = me(r, l);
|
|
1087
|
+
else if (i === null || Gt(i))
|
|
1124
1088
|
c = i;
|
|
1125
1089
|
else
|
|
1126
|
-
throw
|
|
1090
|
+
throw a;
|
|
1127
1091
|
}
|
|
1128
|
-
return
|
|
1092
|
+
return me(qn.Provider, {
|
|
1129
1093
|
value: {
|
|
1130
|
-
didCatch:
|
|
1131
|
-
error:
|
|
1094
|
+
didCatch: s,
|
|
1095
|
+
error: a,
|
|
1132
1096
|
resetErrorBoundary: this.resetErrorBoundary
|
|
1133
1097
|
}
|
|
1134
1098
|
}, c);
|
|
1135
1099
|
}
|
|
1136
1100
|
}
|
|
1137
|
-
function
|
|
1101
|
+
function Vn() {
|
|
1138
1102
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : [], t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : [];
|
|
1139
1103
|
return e.length !== t.length || e.some((n, r) => !Object.is(n, t[r]));
|
|
1140
1104
|
}
|
|
1141
|
-
function
|
|
1142
|
-
return
|
|
1105
|
+
function Zn(e) {
|
|
1106
|
+
return Mt("MuiDialog", e);
|
|
1143
1107
|
}
|
|
1144
|
-
const
|
|
1145
|
-
process.env.NODE_ENV !== "production" && (
|
|
1146
|
-
const
|
|
1108
|
+
const fe = Lt("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), nt = /* @__PURE__ */ q.createContext({});
|
|
1109
|
+
process.env.NODE_ENV !== "production" && (nt.displayName = "DialogContext");
|
|
1110
|
+
const Qn = ["aria-describedby", "aria-labelledby", "BackdropComponent", "BackdropProps", "children", "className", "disableEscapeKeyDown", "fullScreen", "fullWidth", "maxWidth", "onBackdropClick", "onClick", "onClose", "open", "PaperComponent", "PaperProps", "scroll", "TransitionComponent", "transitionDuration", "TransitionProps"], jn = ae($t, {
|
|
1147
1111
|
name: "MuiDialog",
|
|
1148
1112
|
slot: "Backdrop",
|
|
1149
1113
|
overrides: (e, t) => t.backdrop
|
|
1150
1114
|
})({
|
|
1151
1115
|
// Improve scrollable dialog support.
|
|
1152
1116
|
zIndex: -1
|
|
1153
|
-
}),
|
|
1117
|
+
}), Gn = (e) => {
|
|
1154
1118
|
const {
|
|
1155
1119
|
classes: t,
|
|
1156
1120
|
scroll: n,
|
|
1157
1121
|
maxWidth: r,
|
|
1158
1122
|
fullWidth: i,
|
|
1159
|
-
fullScreen:
|
|
1160
|
-
} = e,
|
|
1123
|
+
fullScreen: s
|
|
1124
|
+
} = e, a = {
|
|
1161
1125
|
root: ["root"],
|
|
1162
|
-
container: ["container", `scroll${
|
|
1163
|
-
paper: ["paper", `paperScroll${
|
|
1126
|
+
container: ["container", `scroll${G(n)}`],
|
|
1127
|
+
paper: ["paper", `paperScroll${G(n)}`, `paperWidth${G(String(r))}`, i && "paperFullWidth", s && "paperFullScreen"]
|
|
1164
1128
|
};
|
|
1165
|
-
return
|
|
1166
|
-
},
|
|
1129
|
+
return Ft(a, Zn, t);
|
|
1130
|
+
}, Un = ae(Et, {
|
|
1167
1131
|
name: "MuiDialog",
|
|
1168
1132
|
slot: "Root",
|
|
1169
1133
|
overridesResolver: (e, t) => t.root
|
|
@@ -1172,18 +1136,18 @@ const eo = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1172
1136
|
// Use !important to override the Modal inline-style.
|
|
1173
1137
|
position: "absolute !important"
|
|
1174
1138
|
}
|
|
1175
|
-
}),
|
|
1139
|
+
}), _n = ae("div", {
|
|
1176
1140
|
name: "MuiDialog",
|
|
1177
1141
|
slot: "Container",
|
|
1178
1142
|
overridesResolver: (e, t) => {
|
|
1179
1143
|
const {
|
|
1180
1144
|
ownerState: n
|
|
1181
1145
|
} = e;
|
|
1182
|
-
return [t.container, t[`scroll${
|
|
1146
|
+
return [t.container, t[`scroll${G(n.scroll)}`]];
|
|
1183
1147
|
}
|
|
1184
1148
|
})(({
|
|
1185
1149
|
ownerState: e
|
|
1186
|
-
}) =>
|
|
1150
|
+
}) => Q({
|
|
1187
1151
|
height: "100%",
|
|
1188
1152
|
"@media print": {
|
|
1189
1153
|
height: "auto"
|
|
@@ -1205,19 +1169,19 @@ const eo = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1205
1169
|
height: "100%",
|
|
1206
1170
|
width: "0"
|
|
1207
1171
|
}
|
|
1208
|
-
})),
|
|
1172
|
+
})), Kn = ae(Pe, {
|
|
1209
1173
|
name: "MuiDialog",
|
|
1210
1174
|
slot: "Paper",
|
|
1211
1175
|
overridesResolver: (e, t) => {
|
|
1212
1176
|
const {
|
|
1213
1177
|
ownerState: n
|
|
1214
1178
|
} = e;
|
|
1215
|
-
return [t.paper, t[`scrollPaper${
|
|
1179
|
+
return [t.paper, t[`scrollPaper${G(n.scroll)}`], t[`paperWidth${G(String(n.maxWidth))}`], n.fullWidth && t.paperFullWidth, n.fullScreen && t.paperFullScreen];
|
|
1216
1180
|
}
|
|
1217
1181
|
})(({
|
|
1218
1182
|
theme: e,
|
|
1219
1183
|
ownerState: t
|
|
1220
|
-
}) =>
|
|
1184
|
+
}) => Q({
|
|
1221
1185
|
margin: 32,
|
|
1222
1186
|
position: "relative",
|
|
1223
1187
|
overflowY: "auto",
|
|
@@ -1239,14 +1203,14 @@ const eo = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1239
1203
|
maxWidth: "calc(100% - 64px)"
|
|
1240
1204
|
}, t.maxWidth === "xs" && {
|
|
1241
1205
|
maxWidth: e.breakpoints.unit === "px" ? Math.max(e.breakpoints.values.xs, 444) : `max(${e.breakpoints.values.xs}${e.breakpoints.unit}, 444px)`,
|
|
1242
|
-
[`&.${
|
|
1206
|
+
[`&.${fe.paperScrollBody}`]: {
|
|
1243
1207
|
[e.breakpoints.down(Math.max(e.breakpoints.values.xs, 444) + 32 * 2)]: {
|
|
1244
1208
|
maxWidth: "calc(100% - 64px)"
|
|
1245
1209
|
}
|
|
1246
1210
|
}
|
|
1247
1211
|
}, t.maxWidth && t.maxWidth !== "xs" && {
|
|
1248
1212
|
maxWidth: `${e.breakpoints.values[t.maxWidth]}${e.breakpoints.unit}`,
|
|
1249
|
-
[`&.${
|
|
1213
|
+
[`&.${fe.paperScrollBody}`]: {
|
|
1250
1214
|
[e.breakpoints.down(e.breakpoints.values[t.maxWidth] + 32 * 2)]: {
|
|
1251
1215
|
maxWidth: "calc(100% - 64px)"
|
|
1252
1216
|
}
|
|
@@ -1260,99 +1224,99 @@ const eo = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1260
1224
|
height: "100%",
|
|
1261
1225
|
maxHeight: "none",
|
|
1262
1226
|
borderRadius: 0,
|
|
1263
|
-
[`&.${
|
|
1227
|
+
[`&.${fe.paperScrollBody}`]: {
|
|
1264
1228
|
margin: 0,
|
|
1265
1229
|
maxWidth: "100%"
|
|
1266
1230
|
}
|
|
1267
|
-
})),
|
|
1268
|
-
const r =
|
|
1231
|
+
})), ot = /* @__PURE__ */ q.forwardRef(function(t, n) {
|
|
1232
|
+
const r = Tt({
|
|
1269
1233
|
props: t,
|
|
1270
1234
|
name: "MuiDialog"
|
|
1271
|
-
}), i =
|
|
1235
|
+
}), i = Ht(), s = {
|
|
1272
1236
|
enter: i.transitions.duration.enteringScreen,
|
|
1273
1237
|
exit: i.transitions.duration.leavingScreen
|
|
1274
1238
|
}, {
|
|
1275
|
-
"aria-describedby":
|
|
1239
|
+
"aria-describedby": a,
|
|
1276
1240
|
"aria-labelledby": c,
|
|
1277
1241
|
BackdropComponent: l,
|
|
1278
1242
|
BackdropProps: d,
|
|
1279
|
-
children:
|
|
1280
|
-
className:
|
|
1243
|
+
children: C,
|
|
1244
|
+
className: h,
|
|
1281
1245
|
disableEscapeKeyDown: f = !1,
|
|
1282
|
-
fullScreen:
|
|
1283
|
-
fullWidth:
|
|
1246
|
+
fullScreen: S = !1,
|
|
1247
|
+
fullWidth: w = !1,
|
|
1284
1248
|
maxWidth: m = "sm",
|
|
1285
|
-
onBackdropClick:
|
|
1286
|
-
onClick:
|
|
1287
|
-
onClose:
|
|
1288
|
-
open:
|
|
1249
|
+
onBackdropClick: x,
|
|
1250
|
+
onClick: y,
|
|
1251
|
+
onClose: T,
|
|
1252
|
+
open: N,
|
|
1289
1253
|
PaperComponent: M = Pe,
|
|
1290
|
-
PaperProps:
|
|
1291
|
-
scroll:
|
|
1292
|
-
TransitionComponent: ee =
|
|
1293
|
-
transitionDuration:
|
|
1294
|
-
TransitionProps:
|
|
1295
|
-
} = r,
|
|
1254
|
+
PaperProps: J = {},
|
|
1255
|
+
scroll: B = "paper",
|
|
1256
|
+
TransitionComponent: ee = Nt,
|
|
1257
|
+
transitionDuration: te = s,
|
|
1258
|
+
TransitionProps: de
|
|
1259
|
+
} = r, ue = Bt(r, Qn), V = Q({}, r, {
|
|
1296
1260
|
disableEscapeKeyDown: f,
|
|
1297
|
-
fullScreen:
|
|
1298
|
-
fullWidth:
|
|
1261
|
+
fullScreen: S,
|
|
1262
|
+
fullWidth: w,
|
|
1299
1263
|
maxWidth: m,
|
|
1300
|
-
scroll:
|
|
1301
|
-
}),
|
|
1302
|
-
|
|
1303
|
-
},
|
|
1304
|
-
|
|
1305
|
-
},
|
|
1306
|
-
titleId:
|
|
1307
|
-
}), [
|
|
1308
|
-
return /* @__PURE__ */ o(
|
|
1309
|
-
className:
|
|
1264
|
+
scroll: B
|
|
1265
|
+
}), j = Gn(V), I = q.useRef(), ne = (A) => {
|
|
1266
|
+
I.current = A.target === A.currentTarget;
|
|
1267
|
+
}, he = (A) => {
|
|
1268
|
+
y && y(A), I.current && (I.current = null, x && x(A), T && T(A, "backdropClick"));
|
|
1269
|
+
}, v = Dt(c), O = q.useMemo(() => ({
|
|
1270
|
+
titleId: v
|
|
1271
|
+
}), [v]);
|
|
1272
|
+
return /* @__PURE__ */ o(Un, Q({
|
|
1273
|
+
className: ge(j.root, h),
|
|
1310
1274
|
closeAfterTransition: !0,
|
|
1311
1275
|
components: {
|
|
1312
|
-
Backdrop:
|
|
1276
|
+
Backdrop: jn
|
|
1313
1277
|
},
|
|
1314
1278
|
componentsProps: {
|
|
1315
|
-
backdrop:
|
|
1316
|
-
transitionDuration:
|
|
1279
|
+
backdrop: Q({
|
|
1280
|
+
transitionDuration: te,
|
|
1317
1281
|
as: l
|
|
1318
1282
|
}, d)
|
|
1319
1283
|
},
|
|
1320
1284
|
disableEscapeKeyDown: f,
|
|
1321
|
-
onClose:
|
|
1322
|
-
open:
|
|
1285
|
+
onClose: T,
|
|
1286
|
+
open: N,
|
|
1323
1287
|
ref: n,
|
|
1324
|
-
onClick:
|
|
1325
|
-
ownerState:
|
|
1326
|
-
},
|
|
1327
|
-
children: /* @__PURE__ */ o(ee,
|
|
1288
|
+
onClick: he,
|
|
1289
|
+
ownerState: V
|
|
1290
|
+
}, ue, {
|
|
1291
|
+
children: /* @__PURE__ */ o(ee, Q({
|
|
1328
1292
|
appear: !0,
|
|
1329
|
-
in:
|
|
1330
|
-
timeout:
|
|
1293
|
+
in: N,
|
|
1294
|
+
timeout: te,
|
|
1331
1295
|
role: "presentation"
|
|
1332
|
-
},
|
|
1333
|
-
children: /* @__PURE__ */ o(
|
|
1334
|
-
className:
|
|
1335
|
-
onMouseDown:
|
|
1336
|
-
ownerState:
|
|
1337
|
-
children: /* @__PURE__ */ o(
|
|
1296
|
+
}, de, {
|
|
1297
|
+
children: /* @__PURE__ */ o(_n, {
|
|
1298
|
+
className: ge(j.container),
|
|
1299
|
+
onMouseDown: ne,
|
|
1300
|
+
ownerState: V,
|
|
1301
|
+
children: /* @__PURE__ */ o(Kn, Q({
|
|
1338
1302
|
as: M,
|
|
1339
1303
|
elevation: 24,
|
|
1340
1304
|
role: "dialog",
|
|
1341
|
-
"aria-describedby":
|
|
1342
|
-
"aria-labelledby":
|
|
1343
|
-
},
|
|
1344
|
-
className:
|
|
1345
|
-
ownerState:
|
|
1346
|
-
children: /* @__PURE__ */ o(
|
|
1347
|
-
value:
|
|
1348
|
-
children:
|
|
1305
|
+
"aria-describedby": a,
|
|
1306
|
+
"aria-labelledby": v
|
|
1307
|
+
}, J, {
|
|
1308
|
+
className: ge(j.paper, J.className),
|
|
1309
|
+
ownerState: V,
|
|
1310
|
+
children: /* @__PURE__ */ o(nt.Provider, {
|
|
1311
|
+
value: O,
|
|
1312
|
+
children: C
|
|
1349
1313
|
})
|
|
1350
1314
|
}))
|
|
1351
1315
|
})
|
|
1352
1316
|
}))
|
|
1353
1317
|
}));
|
|
1354
1318
|
});
|
|
1355
|
-
process.env.NODE_ENV !== "production" && (
|
|
1319
|
+
process.env.NODE_ENV !== "production" && (ot.propTypes = {
|
|
1356
1320
|
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
1357
1321
|
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
1358
1322
|
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
@@ -1360,11 +1324,11 @@ process.env.NODE_ENV !== "production" && (nt.propTypes = {
|
|
|
1360
1324
|
/**
|
|
1361
1325
|
* The id(s) of the element(s) that describe the dialog.
|
|
1362
1326
|
*/
|
|
1363
|
-
"aria-describedby":
|
|
1327
|
+
"aria-describedby": g.string,
|
|
1364
1328
|
/**
|
|
1365
1329
|
* The id(s) of the element(s) that label the dialog.
|
|
1366
1330
|
*/
|
|
1367
|
-
"aria-labelledby":
|
|
1331
|
+
"aria-labelledby": g.string,
|
|
1368
1332
|
/**
|
|
1369
1333
|
* A backdrop component. This prop enables custom backdrop rendering.
|
|
1370
1334
|
* @deprecated Use `slots.backdrop` instead. While this prop currently works, it will be removed in the next major version.
|
|
@@ -1379,92 +1343,92 @@ process.env.NODE_ENV !== "production" && (nt.propTypes = {
|
|
|
1379
1343
|
* zIndex: -1,
|
|
1380
1344
|
* })
|
|
1381
1345
|
*/
|
|
1382
|
-
BackdropComponent:
|
|
1346
|
+
BackdropComponent: g.elementType,
|
|
1383
1347
|
/**
|
|
1384
1348
|
* @ignore
|
|
1385
1349
|
*/
|
|
1386
|
-
BackdropProps:
|
|
1350
|
+
BackdropProps: g.object,
|
|
1387
1351
|
/**
|
|
1388
1352
|
* Dialog children, usually the included sub-components.
|
|
1389
1353
|
*/
|
|
1390
|
-
children:
|
|
1354
|
+
children: g.node,
|
|
1391
1355
|
/**
|
|
1392
1356
|
* Override or extend the styles applied to the component.
|
|
1393
1357
|
*/
|
|
1394
|
-
classes:
|
|
1358
|
+
classes: g.object,
|
|
1395
1359
|
/**
|
|
1396
1360
|
* @ignore
|
|
1397
1361
|
*/
|
|
1398
|
-
className:
|
|
1362
|
+
className: g.string,
|
|
1399
1363
|
/**
|
|
1400
1364
|
* If `true`, hitting escape will not fire the `onClose` callback.
|
|
1401
1365
|
* @default false
|
|
1402
1366
|
*/
|
|
1403
|
-
disableEscapeKeyDown:
|
|
1367
|
+
disableEscapeKeyDown: g.bool,
|
|
1404
1368
|
/**
|
|
1405
1369
|
* If `true`, the dialog is full-screen.
|
|
1406
1370
|
* @default false
|
|
1407
1371
|
*/
|
|
1408
|
-
fullScreen:
|
|
1372
|
+
fullScreen: g.bool,
|
|
1409
1373
|
/**
|
|
1410
1374
|
* If `true`, the dialog stretches to `maxWidth`.
|
|
1411
1375
|
*
|
|
1412
1376
|
* Notice that the dialog width grow is limited by the default margin.
|
|
1413
1377
|
* @default false
|
|
1414
1378
|
*/
|
|
1415
|
-
fullWidth:
|
|
1379
|
+
fullWidth: g.bool,
|
|
1416
1380
|
/**
|
|
1417
1381
|
* Determine the max-width of the dialog.
|
|
1418
1382
|
* The dialog width grows with the size of the screen.
|
|
1419
1383
|
* Set to `false` to disable `maxWidth`.
|
|
1420
1384
|
* @default 'sm'
|
|
1421
1385
|
*/
|
|
1422
|
-
maxWidth:
|
|
1386
|
+
maxWidth: g.oneOfType([g.oneOf(["xs", "sm", "md", "lg", "xl", !1]), g.string]),
|
|
1423
1387
|
/**
|
|
1424
1388
|
* Callback fired when the backdrop is clicked.
|
|
1425
1389
|
* @deprecated Use the `onClose` prop with the `reason` argument to handle the `backdropClick` events.
|
|
1426
1390
|
*/
|
|
1427
|
-
onBackdropClick:
|
|
1391
|
+
onBackdropClick: g.func,
|
|
1428
1392
|
/**
|
|
1429
1393
|
* @ignore
|
|
1430
1394
|
*/
|
|
1431
|
-
onClick:
|
|
1395
|
+
onClick: g.func,
|
|
1432
1396
|
/**
|
|
1433
1397
|
* Callback fired when the component requests to be closed.
|
|
1434
1398
|
*
|
|
1435
1399
|
* @param {object} event The event source of the callback.
|
|
1436
1400
|
* @param {string} reason Can be: `"escapeKeyDown"`, `"backdropClick"`.
|
|
1437
1401
|
*/
|
|
1438
|
-
onClose:
|
|
1402
|
+
onClose: g.func,
|
|
1439
1403
|
/**
|
|
1440
1404
|
* If `true`, the component is shown.
|
|
1441
1405
|
*/
|
|
1442
|
-
open:
|
|
1406
|
+
open: g.bool.isRequired,
|
|
1443
1407
|
/**
|
|
1444
1408
|
* The component used to render the body of the dialog.
|
|
1445
1409
|
* @default Paper
|
|
1446
1410
|
*/
|
|
1447
|
-
PaperComponent:
|
|
1411
|
+
PaperComponent: g.elementType,
|
|
1448
1412
|
/**
|
|
1449
1413
|
* Props applied to the [`Paper`](/material-ui/api/paper/) element.
|
|
1450
1414
|
* @default {}
|
|
1451
1415
|
*/
|
|
1452
|
-
PaperProps:
|
|
1416
|
+
PaperProps: g.object,
|
|
1453
1417
|
/**
|
|
1454
1418
|
* Determine the container for scrolling the dialog.
|
|
1455
1419
|
* @default 'paper'
|
|
1456
1420
|
*/
|
|
1457
|
-
scroll:
|
|
1421
|
+
scroll: g.oneOf(["body", "paper"]),
|
|
1458
1422
|
/**
|
|
1459
1423
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
1460
1424
|
*/
|
|
1461
|
-
sx:
|
|
1425
|
+
sx: g.oneOfType([g.arrayOf(g.oneOfType([g.func, g.object, g.bool])), g.func, g.object]),
|
|
1462
1426
|
/**
|
|
1463
1427
|
* The component used for the transition.
|
|
1464
1428
|
* [Follow this guide](/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
|
|
1465
1429
|
* @default Fade
|
|
1466
1430
|
*/
|
|
1467
|
-
TransitionComponent:
|
|
1431
|
+
TransitionComponent: g.elementType,
|
|
1468
1432
|
/**
|
|
1469
1433
|
* The duration for the transition, in milliseconds.
|
|
1470
1434
|
* You may specify a single timeout for all transitions, or individually with an object.
|
|
@@ -1473,19 +1437,19 @@ process.env.NODE_ENV !== "production" && (nt.propTypes = {
|
|
|
1473
1437
|
* exit: theme.transitions.duration.leavingScreen,
|
|
1474
1438
|
* }
|
|
1475
1439
|
*/
|
|
1476
|
-
transitionDuration:
|
|
1477
|
-
appear:
|
|
1478
|
-
enter:
|
|
1479
|
-
exit:
|
|
1440
|
+
transitionDuration: g.oneOfType([g.number, g.shape({
|
|
1441
|
+
appear: g.number,
|
|
1442
|
+
enter: g.number,
|
|
1443
|
+
exit: g.number
|
|
1480
1444
|
})]),
|
|
1481
1445
|
/**
|
|
1482
1446
|
* Props applied to the transition element.
|
|
1483
1447
|
* By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
|
|
1484
1448
|
*/
|
|
1485
|
-
TransitionProps:
|
|
1449
|
+
TransitionProps: g.object
|
|
1486
1450
|
});
|
|
1487
|
-
function
|
|
1488
|
-
return /* @__PURE__ */
|
|
1451
|
+
function Yn() {
|
|
1452
|
+
return /* @__PURE__ */ p("svg", { xmlns: "http://www.w3.org/2000/svg", width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", children: [
|
|
1489
1453
|
/* @__PURE__ */ o("rect", { x: "1", y: "1", width: "28", height: "28", rx: "14", stroke: "#9EA2AB" }),
|
|
1490
1454
|
/* @__PURE__ */ o(
|
|
1491
1455
|
"path",
|
|
@@ -1498,7 +1462,7 @@ function ao() {
|
|
|
1498
1462
|
)
|
|
1499
1463
|
] });
|
|
1500
1464
|
}
|
|
1501
|
-
const
|
|
1465
|
+
const rt = {
|
|
1502
1466
|
row: {
|
|
1503
1467
|
hover: "rgba(224, 224, 224, 0.3)"
|
|
1504
1468
|
},
|
|
@@ -1583,18 +1547,18 @@ const ot = {
|
|
|
1583
1547
|
errorBG: "rgba(231, 71, 39, 0.1)"
|
|
1584
1548
|
}
|
|
1585
1549
|
}
|
|
1586
|
-
},
|
|
1550
|
+
}, Xn = {
|
|
1587
1551
|
shouldForwardProp: (e) => !e.startsWith("$")
|
|
1588
|
-
},
|
|
1589
|
-
|
|
1590
|
-
|
|
1552
|
+
}, X = u(
|
|
1553
|
+
Ae,
|
|
1554
|
+
Xn
|
|
1591
1555
|
)(({ $hoverColor: e }) => ({
|
|
1592
1556
|
padding: 2,
|
|
1593
1557
|
"&.MuiIconButton-root:hover": {
|
|
1594
|
-
backgroundColor: e != null ? e :
|
|
1558
|
+
backgroundColor: e != null ? e : rt.interaction.defaultHover
|
|
1595
1559
|
}
|
|
1596
1560
|
}));
|
|
1597
|
-
function
|
|
1561
|
+
function Jn({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
1598
1562
|
return /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ o(
|
|
1599
1563
|
"path",
|
|
1600
1564
|
{
|
|
@@ -1605,7 +1569,7 @@ function lo({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
|
1605
1569
|
}
|
|
1606
1570
|
) });
|
|
1607
1571
|
}
|
|
1608
|
-
function
|
|
1572
|
+
function eo({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
1609
1573
|
return /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ o(
|
|
1610
1574
|
"path",
|
|
1611
1575
|
{
|
|
@@ -1616,7 +1580,7 @@ function co({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
|
1616
1580
|
}
|
|
1617
1581
|
) });
|
|
1618
1582
|
}
|
|
1619
|
-
function
|
|
1583
|
+
function to() {
|
|
1620
1584
|
return /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ o(
|
|
1621
1585
|
"path",
|
|
1622
1586
|
{
|
|
@@ -1628,7 +1592,7 @@ function uo() {
|
|
|
1628
1592
|
}
|
|
1629
1593
|
) });
|
|
1630
1594
|
}
|
|
1631
|
-
function
|
|
1595
|
+
function no({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
1632
1596
|
return /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ o(
|
|
1633
1597
|
"path",
|
|
1634
1598
|
{
|
|
@@ -1639,27 +1603,27 @@ function ho({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
|
1639
1603
|
}
|
|
1640
1604
|
) });
|
|
1641
1605
|
}
|
|
1642
|
-
const
|
|
1643
|
-
const { themeSettings: t } =
|
|
1644
|
-
return /* @__PURE__ */ o(Y, { title: e, children: /* @__PURE__ */ o(
|
|
1645
|
-
},
|
|
1646
|
-
const [t, n] =
|
|
1647
|
-
n(
|
|
1606
|
+
const Re = (e) => qe(e.chart.backgroundColor), oo = ({ title: e }) => {
|
|
1607
|
+
const { themeSettings: t } = b();
|
|
1608
|
+
return /* @__PURE__ */ o(Y, { title: e, children: /* @__PURE__ */ o(X, { disableTouchRipple: !0, $hoverColor: Re(t), children: /* @__PURE__ */ o(eo, { fill: t.chart.textColor }) }) });
|
|
1609
|
+
}, ro = ({ items: e }) => {
|
|
1610
|
+
const [t, n] = k(null), r = (a) => {
|
|
1611
|
+
n(a.currentTarget);
|
|
1648
1612
|
}, i = () => {
|
|
1649
1613
|
n(null);
|
|
1650
|
-
}, { themeSettings:
|
|
1651
|
-
return /* @__PURE__ */
|
|
1614
|
+
}, { themeSettings: s } = b();
|
|
1615
|
+
return /* @__PURE__ */ p(H, { children: [
|
|
1652
1616
|
/* @__PURE__ */ o(
|
|
1653
|
-
|
|
1617
|
+
X,
|
|
1654
1618
|
{
|
|
1655
1619
|
onClick: r,
|
|
1656
|
-
$hoverColor:
|
|
1620
|
+
$hoverColor: Re(s),
|
|
1657
1621
|
"aria-label": "three dots button",
|
|
1658
|
-
children: /* @__PURE__ */ o(
|
|
1622
|
+
children: /* @__PURE__ */ o(no, { fill: s.chart.textColor })
|
|
1659
1623
|
}
|
|
1660
1624
|
),
|
|
1661
1625
|
/* @__PURE__ */ o(
|
|
1662
|
-
|
|
1626
|
+
It,
|
|
1663
1627
|
{
|
|
1664
1628
|
anchorEl: t,
|
|
1665
1629
|
anchorOrigin: {
|
|
@@ -1672,247 +1636,110 @@ const Se = (e) => qe(e.chart.backgroundColor), po = ({ title: e }) => {
|
|
|
1672
1636
|
},
|
|
1673
1637
|
open: !!t,
|
|
1674
1638
|
onClose: i,
|
|
1675
|
-
children: e.map((
|
|
1676
|
-
|
|
1639
|
+
children: e.map((a) => /* @__PURE__ */ p(
|
|
1640
|
+
Ot,
|
|
1677
1641
|
{
|
|
1678
1642
|
onClick: () => {
|
|
1679
|
-
|
|
1643
|
+
a.onClick(), i();
|
|
1680
1644
|
},
|
|
1681
1645
|
sx: {
|
|
1682
1646
|
fontSize: "13px",
|
|
1683
|
-
fontFamily:
|
|
1684
|
-
color:
|
|
1647
|
+
fontFamily: s.typography.fontFamily,
|
|
1648
|
+
color: rt.text.content
|
|
1685
1649
|
},
|
|
1686
1650
|
disableRipple: !0,
|
|
1687
1651
|
children: [
|
|
1688
|
-
|
|
1689
|
-
/* @__PURE__ */ o("div", { className: "csdk-ml-1", children:
|
|
1652
|
+
a.icon,
|
|
1653
|
+
/* @__PURE__ */ o("div", { className: "csdk-ml-1", children: a.title })
|
|
1690
1654
|
]
|
|
1691
1655
|
},
|
|
1692
|
-
|
|
1656
|
+
a.title
|
|
1693
1657
|
))
|
|
1694
1658
|
}
|
|
1695
1659
|
)
|
|
1696
1660
|
] });
|
|
1697
|
-
},
|
|
1698
|
-
const { themeSettings: t } =
|
|
1699
|
-
return /* @__PURE__ */ o(Y, { title: "Preview", children: /* @__PURE__ */ o(
|
|
1700
|
-
},
|
|
1661
|
+
}, io = ({ onClick: e }) => {
|
|
1662
|
+
const { themeSettings: t } = b();
|
|
1663
|
+
return /* @__PURE__ */ o(Y, { title: "Preview", children: /* @__PURE__ */ o(X, { onClick: e, $hoverColor: Re(t), children: /* @__PURE__ */ o(Jn, { fill: t.chart.textColor }) }) });
|
|
1664
|
+
}, so = u.div`
|
|
1701
1665
|
display: flex;
|
|
1702
1666
|
padding-top: 6px;
|
|
1703
1667
|
padding-bottom: 6px;
|
|
1704
1668
|
`;
|
|
1705
|
-
function
|
|
1669
|
+
function ao({
|
|
1706
1670
|
infoTooltipText: e,
|
|
1707
1671
|
onRefresh: t,
|
|
1708
1672
|
onExpand: n
|
|
1709
1673
|
}) {
|
|
1710
|
-
const r =
|
|
1674
|
+
const r = F(
|
|
1711
1675
|
() => [
|
|
1712
1676
|
{
|
|
1713
1677
|
title: "Refresh",
|
|
1714
1678
|
onClick: t,
|
|
1715
|
-
icon: /* @__PURE__ */ o(
|
|
1679
|
+
icon: /* @__PURE__ */ o(to, {})
|
|
1716
1680
|
}
|
|
1717
1681
|
],
|
|
1718
1682
|
[t]
|
|
1719
1683
|
);
|
|
1720
|
-
return /* @__PURE__ */
|
|
1721
|
-
/* @__PURE__ */ o(
|
|
1722
|
-
/* @__PURE__ */ o(
|
|
1723
|
-
/* @__PURE__ */ o(
|
|
1684
|
+
return /* @__PURE__ */ p(so, { "aria-label": "chatbot chart toolbar", children: [
|
|
1685
|
+
/* @__PURE__ */ o(oo, { title: e != null ? e : "" }),
|
|
1686
|
+
/* @__PURE__ */ o(ro, { items: r }),
|
|
1687
|
+
/* @__PURE__ */ o(io, { onClick: n })
|
|
1724
1688
|
] });
|
|
1725
1689
|
}
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
super((i = n.jaql.title) != null ? i : "", r);
|
|
1730
|
-
y(this, "metadataItem");
|
|
1731
|
-
y(this, "expression");
|
|
1732
|
-
y(this, "skipValidation");
|
|
1733
|
-
// aggregation or formula is needed to differentiate between internal Category and Value
|
|
1734
|
-
// see isCategory() and isValue()
|
|
1735
|
-
// TODO refactor to create Attribute or Measure from MetadataItem
|
|
1736
|
-
y(this, "aggregation");
|
|
1737
|
-
y(this, "formula");
|
|
1738
|
-
y(this, "sortType");
|
|
1739
|
-
this.expression = n.jaql.dim || n.jaql.formula, this.metadataItem = n, n.jaql.agg ? this.aggregation = n.jaql.agg : delete this.aggregation, n.jaql.formula ? this.formula = n.jaql.formula : delete this.formula, n.jaql.sort ? this.sortType = jt(n.jaql.sort) : delete this.sortType, this.skipValidation = !0;
|
|
1740
|
-
}
|
|
1741
|
-
get id() {
|
|
1742
|
-
return this.expression;
|
|
1743
|
-
}
|
|
1744
|
-
jaql() {
|
|
1745
|
-
return this.metadataItem;
|
|
1746
|
-
}
|
|
1747
|
-
}
|
|
1748
|
-
const xo = {
|
|
1749
|
-
text: ue.TextAttribute,
|
|
1750
|
-
numeric: ue.NumericAttribute,
|
|
1751
|
-
datetime: ue.DateLevel
|
|
1752
|
-
};
|
|
1753
|
-
function Re(e) {
|
|
1754
|
-
var t;
|
|
1755
|
-
return new bo(e, (t = xo[e.jaql.datatype]) != null ? t : "numeric");
|
|
1756
|
-
}
|
|
1757
|
-
const yo = (e) => "chartType" in e.chartRecommendations ? e.chartRecommendations : {
|
|
1758
|
-
chartType: "table",
|
|
1759
|
-
chartFamily: "table",
|
|
1760
|
-
axesMapping: {}
|
|
1761
|
-
}, vo = (e) => ({
|
|
1762
|
-
dataOptions: { columns: e.map(Re) }
|
|
1763
|
-
}), wo = Object.freeze({
|
|
1764
|
-
convolution: {
|
|
1765
|
-
enabled: !0,
|
|
1766
|
-
selectedConvolutionType: "bySlicesCount",
|
|
1767
|
-
independentSlicesCount: 7
|
|
1768
|
-
},
|
|
1769
|
-
lineWidth: { width: "bold" },
|
|
1770
|
-
markers: {
|
|
1771
|
-
enabled: !1
|
|
1772
|
-
},
|
|
1773
|
-
legend: {
|
|
1774
|
-
enabled: !1
|
|
1775
|
-
},
|
|
1776
|
-
yAxis: {
|
|
1777
|
-
gridLines: !1
|
|
1778
|
-
},
|
|
1779
|
-
xAxis: {
|
|
1780
|
-
gridLines: !1
|
|
1781
|
-
}
|
|
1782
|
-
}), ko = Object.freeze({
|
|
1783
|
-
line: "line/spline",
|
|
1784
|
-
pie: "pie/donut",
|
|
1785
|
-
bar: "bar/stacked",
|
|
1786
|
-
column: "column/stackedcolumn"
|
|
1787
|
-
}), So = (e, t) => {
|
|
1788
|
-
const { axesMapping: n, chartFamily: r } = t, i = e.reduce((s, c) => (s[c.jaql.title] = c, s), {}), a = Object.entries(n).reduce((s, c) => {
|
|
1789
|
-
const [l, d] = c;
|
|
1790
|
-
return s[`${l}`] = Array.isArray(d) ? d.map((p) => {
|
|
1791
|
-
var k, v;
|
|
1792
|
-
const g = i[p.name];
|
|
1793
|
-
if (!g)
|
|
1794
|
-
return { column: { type: "", name: p.name } };
|
|
1795
|
-
const f = Re(g);
|
|
1796
|
-
return g.panel === "measures" ? {
|
|
1797
|
-
column: f,
|
|
1798
|
-
sortType: "sortNone"
|
|
1799
|
-
} : Yt(f.type) ? {
|
|
1800
|
-
column: f,
|
|
1801
|
-
dateFormat: (v = (k = g.format) == null ? void 0 : k.mask) == null ? void 0 : v[g.jaql.level]
|
|
1802
|
-
} : f;
|
|
1803
|
-
}) : d, s;
|
|
1804
|
-
}, {});
|
|
1805
|
-
switch (r) {
|
|
1806
|
-
case "cartesian":
|
|
1807
|
-
return R({
|
|
1808
|
-
category: [],
|
|
1809
|
-
value: [],
|
|
1810
|
-
breakBy: []
|
|
1811
|
-
}, a);
|
|
1812
|
-
case "categorical":
|
|
1813
|
-
return R({
|
|
1814
|
-
category: [],
|
|
1815
|
-
value: []
|
|
1816
|
-
}, a);
|
|
1817
|
-
case "scatter":
|
|
1818
|
-
return Object.keys(a).forEach((s) => {
|
|
1819
|
-
a[`${s}`] = a[`${s}`][0];
|
|
1820
|
-
}), a;
|
|
1821
|
-
case "scattermap":
|
|
1822
|
-
return Object.keys(a).forEach((s) => {
|
|
1823
|
-
s !== "geo" && (a[`${s}`] = a[`${s}`][0]);
|
|
1824
|
-
}), a;
|
|
1825
|
-
case "boxplot":
|
|
1826
|
-
case "areamap":
|
|
1827
|
-
case "indicator":
|
|
1828
|
-
case "table":
|
|
1829
|
-
default:
|
|
1830
|
-
return a;
|
|
1831
|
-
}
|
|
1832
|
-
}, Be = (e, t) => {
|
|
1833
|
-
var n, r, i, a;
|
|
1834
|
-
return t === "x" ? (r = (n = e.axesMapping.category) != null ? n : e.axesMapping.x) == null ? void 0 : r.map((s) => s.name).join(", ") : (a = (i = e.axesMapping.value) != null ? i : e.axesMapping.y) == null ? void 0 : a.map((s) => s.name).join(", ");
|
|
1835
|
-
}, Ro = (e, t, n = !0) => {
|
|
1836
|
-
const r = So(e, t);
|
|
1837
|
-
let i, a;
|
|
1838
|
-
return n ? (i = Te(wo, {
|
|
1839
|
-
subtype: ko[t.chartType]
|
|
1840
|
-
}), a = Te(i, {
|
|
1841
|
-
legend: {
|
|
1842
|
-
enabled: !0,
|
|
1843
|
-
position: "right"
|
|
1844
|
-
},
|
|
1845
|
-
yAxis: {
|
|
1846
|
-
title: {
|
|
1847
|
-
enabled: !0,
|
|
1848
|
-
text: Be(t, "y")
|
|
1849
|
-
}
|
|
1850
|
-
},
|
|
1851
|
-
xAxis: {
|
|
1852
|
-
title: {
|
|
1853
|
-
enabled: !0,
|
|
1854
|
-
text: Be(t, "x")
|
|
1855
|
-
}
|
|
1856
|
-
}
|
|
1857
|
-
})) : (i = zt(), a = i), {
|
|
1858
|
-
dataOptions: r,
|
|
1859
|
-
chartStyleOptions: i,
|
|
1860
|
-
expandedChartStyleOptions: a
|
|
1861
|
-
};
|
|
1862
|
-
}, Br = (e) => Vt(e) ? "cartesian" : Qt(e) ? "categorical" : Zt(e) ? "scatter" : Gt(e) ? "scattermap" : Ut(e) ? "indicator" : _t(e) ? "areamap" : Kt(e) ? "boxplot" : "table";
|
|
1863
|
-
function Mo({ content: e, dataSource: t }) {
|
|
1864
|
-
const [n, r] = $(!1), { chartElement: i, expandedElement: a } = N(() => {
|
|
1865
|
-
const { detailedDescription: s, jaql: c } = e, l = yo(e), d = l.chartType.toLowerCase(), p = {
|
|
1690
|
+
function lo({ content: e, dataSource: t }) {
|
|
1691
|
+
const [n, r] = k(!1), { chartElement: i, expandedElement: s } = F(() => {
|
|
1692
|
+
const { detailedDescription: a, jaql: c } = e, l = qt(e), d = l.chartType.toLowerCase(), C = {
|
|
1866
1693
|
cornerRadius: "Small",
|
|
1867
1694
|
header: {
|
|
1868
1695
|
renderToolbar: (m) => /* @__PURE__ */ o(
|
|
1869
|
-
|
|
1696
|
+
ao,
|
|
1870
1697
|
{
|
|
1871
|
-
infoTooltipText:
|
|
1698
|
+
infoTooltipText: a,
|
|
1872
1699
|
onRefresh: m,
|
|
1873
1700
|
onExpand: () => r(!0)
|
|
1874
1701
|
}
|
|
1875
1702
|
)
|
|
1876
1703
|
}
|
|
1877
|
-
},
|
|
1878
|
-
let
|
|
1704
|
+
}, h = c.metadata.filter((m) => m.panel === "scope").map(Wt), f = c.metadata.filter((m) => m.panel !== "scope");
|
|
1705
|
+
let S, w;
|
|
1879
1706
|
if (d === "table") {
|
|
1880
|
-
const { dataOptions: m } =
|
|
1707
|
+
const { dataOptions: m } = Pt(f), x = {
|
|
1881
1708
|
dataOptions: m,
|
|
1882
1709
|
dataSource: t,
|
|
1883
|
-
filters:
|
|
1710
|
+
filters: h
|
|
1884
1711
|
};
|
|
1885
|
-
|
|
1712
|
+
S = /* @__PURE__ */ o("div", { className: "csdk-h-[245px]", children: /* @__PURE__ */ o(Te, D(R({}, x), { styleOptions: C })) }), w = /* @__PURE__ */ o(Te, D(R({}, x), { styleOptions: { header: { hidden: !0 } } }));
|
|
1886
1713
|
} else {
|
|
1887
|
-
const { dataOptions: m, chartStyleOptions:
|
|
1714
|
+
const { dataOptions: m, chartStyleOptions: x, expandedChartStyleOptions: y } = At(
|
|
1888
1715
|
f,
|
|
1889
1716
|
l
|
|
1890
|
-
),
|
|
1717
|
+
), T = R(R({}, x), C), N = {
|
|
1891
1718
|
chartType: d,
|
|
1892
1719
|
dataOptions: m,
|
|
1893
1720
|
dataSource: t,
|
|
1894
|
-
filters:
|
|
1721
|
+
filters: h
|
|
1895
1722
|
};
|
|
1896
|
-
|
|
1897
|
-
const M =
|
|
1723
|
+
S = /* @__PURE__ */ o("div", { children: /* @__PURE__ */ o(He, D(R({}, N), { styleOptions: T })) });
|
|
1724
|
+
const M = D(R({}, y), {
|
|
1898
1725
|
header: { hidden: !0 }
|
|
1899
1726
|
});
|
|
1900
|
-
|
|
1727
|
+
w = /* @__PURE__ */ o(He, D(R({}, N), { styleOptions: M }));
|
|
1901
1728
|
}
|
|
1902
|
-
return { chartElement:
|
|
1729
|
+
return { chartElement: S, expandedElement: w };
|
|
1903
1730
|
}, [e, t]);
|
|
1904
|
-
return /* @__PURE__ */
|
|
1731
|
+
return /* @__PURE__ */ p(H, { children: [
|
|
1905
1732
|
i,
|
|
1906
|
-
/* @__PURE__ */
|
|
1907
|
-
/* @__PURE__ */
|
|
1733
|
+
/* @__PURE__ */ p(ot, { open: n, onClose: () => r(!1), maxWidth: "xl", fullWidth: !0, children: [
|
|
1734
|
+
/* @__PURE__ */ p("div", { className: "csdk-flex csdk-items-center csdk-justify-between csdk-py-[30px] csdk-px-[40px]", children: [
|
|
1908
1735
|
/* @__PURE__ */ o("div", { className: "csdk-text-ai-lg csdk-semibold csdk-text-text-active", children: e.queryTitle }),
|
|
1909
|
-
/* @__PURE__ */ o(
|
|
1736
|
+
/* @__PURE__ */ o(Ae, { onClick: () => r(!1), "aria-label": "close expanded chart", children: /* @__PURE__ */ o(Yn, {}) })
|
|
1910
1737
|
] }),
|
|
1911
|
-
/* @__PURE__ */ o("div", { className: "csdk-h-screen", children:
|
|
1738
|
+
/* @__PURE__ */ o("div", { className: "csdk-h-screen", children: s })
|
|
1912
1739
|
] })
|
|
1913
1740
|
] });
|
|
1914
1741
|
}
|
|
1915
|
-
function
|
|
1742
|
+
function co({ theme: e }) {
|
|
1916
1743
|
return /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ o(
|
|
1917
1744
|
"path",
|
|
1918
1745
|
{
|
|
@@ -1923,20 +1750,20 @@ function Eo({ theme: e }) {
|
|
|
1923
1750
|
}
|
|
1924
1751
|
) });
|
|
1925
1752
|
}
|
|
1926
|
-
function
|
|
1927
|
-
const { themeSettings: n } =
|
|
1753
|
+
function uo({ onClick: e, disabled: t }) {
|
|
1754
|
+
const { themeSettings: n } = b();
|
|
1928
1755
|
return /* @__PURE__ */ o(Y, { title: "Incorrect response", children: /* @__PURE__ */ o(
|
|
1929
|
-
|
|
1756
|
+
X,
|
|
1930
1757
|
{
|
|
1931
1758
|
"aria-label": "thumbs-down",
|
|
1932
1759
|
onClick: e,
|
|
1933
1760
|
$hoverColor: n.aiChat.icons.feedbackIcons.hoverColor,
|
|
1934
1761
|
disabled: t,
|
|
1935
|
-
children: /* @__PURE__ */ o(
|
|
1762
|
+
children: /* @__PURE__ */ o(co, { theme: n })
|
|
1936
1763
|
}
|
|
1937
1764
|
) });
|
|
1938
1765
|
}
|
|
1939
|
-
function
|
|
1766
|
+
function ho({ theme: e }) {
|
|
1940
1767
|
return /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ o(
|
|
1941
1768
|
"path",
|
|
1942
1769
|
{
|
|
@@ -1947,95 +1774,95 @@ function To({ theme: e }) {
|
|
|
1947
1774
|
}
|
|
1948
1775
|
) });
|
|
1949
1776
|
}
|
|
1950
|
-
function
|
|
1951
|
-
const { themeSettings: n } =
|
|
1777
|
+
function po({ onClick: e, disabled: t }) {
|
|
1778
|
+
const { themeSettings: n } = b();
|
|
1952
1779
|
return /* @__PURE__ */ o(Y, { title: "Correct response", children: /* @__PURE__ */ o(
|
|
1953
|
-
|
|
1780
|
+
X,
|
|
1954
1781
|
{
|
|
1955
1782
|
"aria-label": "thumbs-up",
|
|
1956
1783
|
onClick: e,
|
|
1957
1784
|
$hoverColor: n.aiChat.icons.feedbackIcons.hoverColor,
|
|
1958
1785
|
disabled: t,
|
|
1959
|
-
children: /* @__PURE__ */ o(
|
|
1786
|
+
children: /* @__PURE__ */ o(ho, { theme: n })
|
|
1960
1787
|
}
|
|
1961
1788
|
) });
|
|
1962
1789
|
}
|
|
1963
|
-
const
|
|
1964
|
-
const [e, t] =
|
|
1790
|
+
const go = () => {
|
|
1791
|
+
const [e, t] = k(!1), n = U(null), r = E(() => {
|
|
1965
1792
|
t(!0);
|
|
1966
|
-
}, []), i =
|
|
1793
|
+
}, []), i = E(() => {
|
|
1967
1794
|
t(!1);
|
|
1968
1795
|
}, []);
|
|
1969
|
-
return [
|
|
1970
|
-
(
|
|
1796
|
+
return [E(
|
|
1797
|
+
(a) => {
|
|
1971
1798
|
var c;
|
|
1972
|
-
((c = n.current) == null ? void 0 : c.nodeType) === Node.ELEMENT_NODE && (n.current.removeEventListener("mouseenter", r), n.current.removeEventListener("mouseleave", i)), (
|
|
1799
|
+
((c = n.current) == null ? void 0 : c.nodeType) === Node.ELEMENT_NODE && (n.current.removeEventListener("mouseenter", r), n.current.removeEventListener("mouseleave", i)), (a == null ? void 0 : a.nodeType) === Node.ELEMENT_NODE && (a.addEventListener("mouseenter", r), a.addEventListener("mouseleave", i)), n.current = a;
|
|
1973
1800
|
},
|
|
1974
1801
|
[r, i]
|
|
1975
1802
|
), e];
|
|
1976
|
-
},
|
|
1803
|
+
}, Co = u.div`
|
|
1977
1804
|
display: flex;
|
|
1978
1805
|
flex-direction: column;
|
|
1979
1806
|
row-gap: ${({ theme: e }) => e.aiChat.body.gapBetweenMessages};
|
|
1980
1807
|
`;
|
|
1981
|
-
function
|
|
1982
|
-
const [n, r] =
|
|
1983
|
-
(
|
|
1984
|
-
r(!0), t(
|
|
1808
|
+
function fo({ visible: e, onSend: t }) {
|
|
1809
|
+
const [n, r] = k(!1), i = E(
|
|
1810
|
+
(a) => {
|
|
1811
|
+
r(!0), t(a === "up" ? 1 : -1);
|
|
1985
1812
|
},
|
|
1986
1813
|
[t]
|
|
1987
|
-
),
|
|
1988
|
-
return e ? /* @__PURE__ */
|
|
1989
|
-
/* @__PURE__ */ o(
|
|
1990
|
-
/* @__PURE__ */ o(
|
|
1814
|
+
), s = `csdk-transition-opacity csdk-delay-150 csdk-duration-500 ${n ? "csdk-opacity-0" : "csdk-opacity-100"}`;
|
|
1815
|
+
return e ? /* @__PURE__ */ p("div", { className: `csdk-flex csdk-items-center ${s}`, children: [
|
|
1816
|
+
/* @__PURE__ */ o(po, { onClick: () => i("up"), disabled: n }),
|
|
1817
|
+
/* @__PURE__ */ o(uo, { onClick: () => i("down"), disabled: n })
|
|
1991
1818
|
] }) : null;
|
|
1992
1819
|
}
|
|
1993
|
-
function
|
|
1820
|
+
function De({
|
|
1994
1821
|
sourceId: e,
|
|
1995
1822
|
data: t,
|
|
1996
1823
|
type: n,
|
|
1997
1824
|
buttonVisibility: r = "onHover",
|
|
1998
1825
|
renderContent: i
|
|
1999
1826
|
}) {
|
|
2000
|
-
const
|
|
2001
|
-
|
|
2002
|
-
(
|
|
2003
|
-
|
|
1827
|
+
const s = W(), a = zt(
|
|
1828
|
+
E(
|
|
1829
|
+
(h) => {
|
|
1830
|
+
s && s.ai.sendFeedback({
|
|
2004
1831
|
sourceId: e,
|
|
2005
1832
|
type: n,
|
|
2006
1833
|
data: t,
|
|
2007
|
-
rating:
|
|
1834
|
+
rating: h
|
|
2008
1835
|
});
|
|
2009
1836
|
},
|
|
2010
|
-
[
|
|
1837
|
+
[s, e, t, n]
|
|
2011
1838
|
),
|
|
2012
1839
|
200
|
|
2013
|
-
), [c, l] =
|
|
2014
|
-
return /* @__PURE__ */ o(
|
|
1840
|
+
), [c, l] = go(), d = F(() => r === "onHover" ? l : r !== "never", [l, r]), { themeSettings: C } = b();
|
|
1841
|
+
return /* @__PURE__ */ o(Co, { ref: c, theme: C, children: i(/* @__PURE__ */ o(fo, { onSend: a, visible: d })) });
|
|
2015
1842
|
}
|
|
2016
|
-
const
|
|
2017
|
-
function
|
|
2018
|
-
const [t, n] =
|
|
2019
|
-
return
|
|
2020
|
-
|
|
2021
|
-
}, [e]), /* @__PURE__ */
|
|
2022
|
-
/* @__PURE__ */ o("div", { ref:
|
|
1843
|
+
const mo = 18 * 5;
|
|
1844
|
+
function it({ text: e }) {
|
|
1845
|
+
const [t, n] = k(!0), [r, i] = k(!1), s = U(null);
|
|
1846
|
+
return ie(() => {
|
|
1847
|
+
s.current && s.current.scrollHeight > mo && i(!0);
|
|
1848
|
+
}, [e]), /* @__PURE__ */ p("div", { children: [
|
|
1849
|
+
/* @__PURE__ */ o("div", { ref: s, className: `${t ? "csdk-line-clamp-5" : ""} csdk-whitespace-pre-wrap`, children: e }),
|
|
2023
1850
|
r && /* @__PURE__ */ o("div", { className: "csdk-mt-3 csdk-flex csdk-justify-end", children: /* @__PURE__ */ o(
|
|
2024
1851
|
"div",
|
|
2025
1852
|
{
|
|
2026
1853
|
className: "csdk-text-ai-xs csdk-text-text-link csdk-cursor-pointer",
|
|
2027
|
-
onClick: () => n((
|
|
1854
|
+
onClick: () => n((a) => !a),
|
|
2028
1855
|
children: t ? "Read more" : "Collapse"
|
|
2029
1856
|
}
|
|
2030
1857
|
) })
|
|
2031
1858
|
] });
|
|
2032
1859
|
}
|
|
2033
|
-
function
|
|
2034
|
-
const { data: t, isLoading: n, isError: r } =
|
|
2035
|
-
return n ? /* @__PURE__ */ o(
|
|
1860
|
+
function bo({ nlgRequest: e }) {
|
|
1861
|
+
const { data: t, isLoading: n, isError: r } = ve(e);
|
|
1862
|
+
return n ? /* @__PURE__ */ o(tt, {}) : r ? /* @__PURE__ */ o(z, { align: "left", children: we }) : /* @__PURE__ */ o(z, { align: "full", children: /* @__PURE__ */ o(it, { text: t != null ? t : "No insights available." }) });
|
|
2036
1863
|
}
|
|
2037
|
-
function
|
|
2038
|
-
const { themeSettings: e } =
|
|
1864
|
+
function xo() {
|
|
1865
|
+
const { themeSettings: e } = b();
|
|
2039
1866
|
return /* @__PURE__ */ o("svg", { width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ o(
|
|
2040
1867
|
"path",
|
|
2041
1868
|
{
|
|
@@ -2046,13 +1873,13 @@ function Oo() {
|
|
|
2046
1873
|
}
|
|
2047
1874
|
) });
|
|
2048
1875
|
}
|
|
2049
|
-
function
|
|
2050
|
-
return /* @__PURE__ */ o(
|
|
1876
|
+
function yo({ onClick: e }) {
|
|
1877
|
+
return /* @__PURE__ */ o(se, { align: "left", onClick: e, children: /* @__PURE__ */ p(
|
|
2051
1878
|
"div",
|
|
2052
1879
|
{
|
|
2053
1880
|
className: "csdk-py-[5px] csdk-px-2 csdk-flex csdk-items-center csdk-gap-x-1 csdk-select-none",
|
|
2054
1881
|
children: [
|
|
2055
|
-
/* @__PURE__ */ o(
|
|
1882
|
+
/* @__PURE__ */ o(xo, {}),
|
|
2056
1883
|
"Insights"
|
|
2057
1884
|
]
|
|
2058
1885
|
}
|
|
@@ -2062,68 +1889,68 @@ const Fe = u.div`
|
|
|
2062
1889
|
display: flex;
|
|
2063
1890
|
align-items: center;
|
|
2064
1891
|
column-gap: 10px;
|
|
2065
|
-
`,
|
|
2066
|
-
function
|
|
2067
|
-
const { chatMode: n = "analyze", enableInsights: r } =
|
|
2068
|
-
console.debug(`JAQL for ${
|
|
2069
|
-
const l = "chartType" in
|
|
1892
|
+
`, vo = (e) => !!e && "aeiou".includes(e[0]);
|
|
1893
|
+
function wo({ data: e, alwaysShowFeedback: t }) {
|
|
1894
|
+
const { chatMode: n = "analyze", enableInsights: r } = P(), { themeSettings: i } = b(), { queryTitle: s, chartRecommendations: a, jaql: c } = e;
|
|
1895
|
+
console.debug(`JAQL for ${s}`, c), console.debug(`chart recommendations for ${s}`, a);
|
|
1896
|
+
const l = "chartType" in a ? a.chartType : "table";
|
|
2070
1897
|
let d;
|
|
2071
|
-
|
|
2072
|
-
const
|
|
2073
|
-
f((
|
|
2074
|
-
}, []),
|
|
1898
|
+
vo(l) ? d = `an ${l}` : d = `a ${l}`, l !== "table" && (d += " chart");
|
|
1899
|
+
const C = c.datasource.title, [h, f] = k(!1), S = E(() => {
|
|
1900
|
+
f((x) => !x);
|
|
1901
|
+
}, []), w = {
|
|
2075
1902
|
jaql: {
|
|
2076
|
-
datasource:
|
|
1903
|
+
datasource: C,
|
|
2077
1904
|
metadata: c.metadata
|
|
2078
1905
|
}
|
|
2079
1906
|
}, m = n === "analyze";
|
|
2080
|
-
return /* @__PURE__ */
|
|
1907
|
+
return /* @__PURE__ */ p(H, { children: [
|
|
2081
1908
|
/* @__PURE__ */ o(
|
|
2082
|
-
|
|
1909
|
+
De,
|
|
2083
1910
|
{
|
|
2084
|
-
sourceId:
|
|
1911
|
+
sourceId: C,
|
|
2085
1912
|
data: e,
|
|
2086
1913
|
type: "chats/nlq",
|
|
2087
1914
|
buttonVisibility: t ? "always" : "onHover",
|
|
2088
|
-
renderContent: (
|
|
2089
|
-
/* @__PURE__ */
|
|
1915
|
+
renderContent: (x) => /* @__PURE__ */ p(H, { children: [
|
|
1916
|
+
/* @__PURE__ */ p(Fe, { children: [
|
|
2090
1917
|
/* @__PURE__ */ o(Je, { align: "left", theme: i, children: `Here's ${d} showing ${e.queryTitle.toLowerCase()}.` }),
|
|
2091
|
-
|
|
1918
|
+
x
|
|
2092
1919
|
] }),
|
|
2093
|
-
m && /* @__PURE__ */ o(
|
|
1920
|
+
m && /* @__PURE__ */ o(lo, { content: e, dataSource: C })
|
|
2094
1921
|
] })
|
|
2095
1922
|
}
|
|
2096
1923
|
),
|
|
2097
1924
|
r && /* @__PURE__ */ o(
|
|
2098
|
-
|
|
1925
|
+
De,
|
|
2099
1926
|
{
|
|
2100
|
-
sourceId:
|
|
2101
|
-
data:
|
|
1927
|
+
sourceId: C,
|
|
1928
|
+
data: w,
|
|
2102
1929
|
type: "nlg/queryResult",
|
|
2103
|
-
buttonVisibility:
|
|
2104
|
-
renderContent: (
|
|
2105
|
-
/* @__PURE__ */
|
|
2106
|
-
/* @__PURE__ */ o(
|
|
2107
|
-
|
|
1930
|
+
buttonVisibility: h ? "onHover" : "never",
|
|
1931
|
+
renderContent: (x) => /* @__PURE__ */ p(H, { children: [
|
|
1932
|
+
/* @__PURE__ */ p(Fe, { children: [
|
|
1933
|
+
/* @__PURE__ */ o(yo, { onClick: S }),
|
|
1934
|
+
x
|
|
2108
1935
|
] }),
|
|
2109
|
-
|
|
1936
|
+
h && /* @__PURE__ */ o(bo, { nlgRequest: w })
|
|
2110
1937
|
] })
|
|
2111
1938
|
}
|
|
2112
1939
|
)
|
|
2113
1940
|
] });
|
|
2114
1941
|
}
|
|
2115
|
-
function
|
|
2116
|
-
if (
|
|
1942
|
+
function ko({ message: e, isLastMessage: t }) {
|
|
1943
|
+
if (Se(e)) {
|
|
2117
1944
|
const n = JSON.parse(e.content);
|
|
2118
|
-
return /* @__PURE__ */ o(
|
|
1945
|
+
return /* @__PURE__ */ o(wo, { data: n, alwaysShowFeedback: t });
|
|
2119
1946
|
}
|
|
2120
|
-
return /* @__PURE__ */ o(
|
|
1947
|
+
return /* @__PURE__ */ o(z, { align: e.role === "user" ? "right" : "left", children: e.content });
|
|
2121
1948
|
}
|
|
2122
|
-
const
|
|
2123
|
-
function
|
|
2124
|
-
return /* @__PURE__ */ o(
|
|
1949
|
+
const So = Ut(ko), Ro = ({ error: e }) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ o(z, { align: "left", children: we }));
|
|
1950
|
+
function Lo({ messages: e }) {
|
|
1951
|
+
return /* @__PURE__ */ o(H, { children: e.map((t, n) => /* @__PURE__ */ o(zn, { fallbackRender: Ro, children: /* @__PURE__ */ o(So, { message: t, isLastMessage: n === e.length - 1 }, n) }, n)) });
|
|
2125
1952
|
}
|
|
2126
|
-
function
|
|
1953
|
+
function st({ color: e }) {
|
|
2127
1954
|
return /* @__PURE__ */ o(
|
|
2128
1955
|
"svg",
|
|
2129
1956
|
{
|
|
@@ -2142,18 +1969,18 @@ function it({ color: e }) {
|
|
|
2142
1969
|
}
|
|
2143
1970
|
);
|
|
2144
1971
|
}
|
|
2145
|
-
function
|
|
1972
|
+
function Mo({ onClick: e, color: t }) {
|
|
2146
1973
|
return /* @__PURE__ */ o(
|
|
2147
1974
|
"div",
|
|
2148
1975
|
{
|
|
2149
1976
|
"aria-label": "go back",
|
|
2150
1977
|
className: "csdk-w-5 csdk-h-5 csdk-flex csdk-p-[4px] csdk-ml-[6px] csdk-cursor-pointer",
|
|
2151
1978
|
onClick: e,
|
|
2152
|
-
children: /* @__PURE__ */ o(
|
|
1979
|
+
children: /* @__PURE__ */ o(st, { color: t })
|
|
2153
1980
|
}
|
|
2154
1981
|
);
|
|
2155
1982
|
}
|
|
2156
|
-
const
|
|
1983
|
+
const $o = u.button`
|
|
2157
1984
|
font-size: inherit;
|
|
2158
1985
|
line-height: inherit;
|
|
2159
1986
|
box-sizing: border-box;
|
|
@@ -2180,7 +2007,7 @@ const Qo = u.button`
|
|
|
2180
2007
|
const { borderGradient: t, borderRadius: n } = e.aiChat.suggestions;
|
|
2181
2008
|
if (t) {
|
|
2182
2009
|
const [r, i] = t;
|
|
2183
|
-
return
|
|
2010
|
+
return L`
|
|
2184
2011
|
border: none;
|
|
2185
2012
|
position: relative;
|
|
2186
2013
|
border-radius: ${n};
|
|
@@ -2203,24 +2030,24 @@ const Qo = u.button`
|
|
|
2203
2030
|
return "";
|
|
2204
2031
|
}}
|
|
2205
2032
|
`;
|
|
2206
|
-
function
|
|
2207
|
-
const { themeSettings: n } =
|
|
2208
|
-
return /* @__PURE__ */ o(
|
|
2033
|
+
function Ne({ question: e, onClick: t }) {
|
|
2034
|
+
const { themeSettings: n } = b();
|
|
2035
|
+
return /* @__PURE__ */ o($o, { onClick: t, theme: n, children: e });
|
|
2209
2036
|
}
|
|
2210
|
-
const
|
|
2037
|
+
const Eo = u.div`
|
|
2211
2038
|
display: flex;
|
|
2212
2039
|
flex-direction: column;
|
|
2213
2040
|
align-items: flex-start;
|
|
2214
2041
|
row-gap: ${({ theme: e }) => e.aiChat.suggestions.gap};
|
|
2215
2042
|
`;
|
|
2216
|
-
function
|
|
2217
|
-
const [n, r] =
|
|
2218
|
-
return /* @__PURE__ */
|
|
2219
|
-
i.map((
|
|
2220
|
-
i.length < e.length && /* @__PURE__ */ o(
|
|
2043
|
+
function To({ questions: e, onSelection: t }) {
|
|
2044
|
+
const [n, r] = k(!0), i = F(() => n && e.length > 5 ? e.slice(0, 4) : e, [e, n]), { themeSettings: s } = b();
|
|
2045
|
+
return /* @__PURE__ */ p(Eo, { "aria-label": "list of suggested questions", theme: s, children: [
|
|
2046
|
+
i.map((a) => /* @__PURE__ */ o(Ne, { question: a, onClick: () => t(a) }, a)),
|
|
2047
|
+
i.length < e.length && /* @__PURE__ */ o(Ne, { question: "See more", onClick: () => r(!1) })
|
|
2221
2048
|
] });
|
|
2222
2049
|
}
|
|
2223
|
-
const
|
|
2050
|
+
const Ho = u.div`
|
|
2224
2051
|
width: 283px;
|
|
2225
2052
|
height: 32px;
|
|
2226
2053
|
border-radius: 10px;
|
|
@@ -2244,23 +2071,23 @@ const Uo = u.div`
|
|
|
2244
2071
|
background-position: -200% 0;
|
|
2245
2072
|
}
|
|
2246
2073
|
}
|
|
2247
|
-
`,
|
|
2074
|
+
`, Bo = u.div`
|
|
2248
2075
|
display: flex;
|
|
2249
2076
|
flex-direction: column;
|
|
2250
2077
|
row-gap: 1rem;
|
|
2251
2078
|
`;
|
|
2252
|
-
function
|
|
2253
|
-
const { themeSettings: e } =
|
|
2254
|
-
return /* @__PURE__ */ o(
|
|
2079
|
+
function Do() {
|
|
2080
|
+
const { themeSettings: e } = b();
|
|
2081
|
+
return /* @__PURE__ */ o(Bo, { children: Array.from({ length: 3 }, (t, n) => /* @__PURE__ */ o(Ho, { theme: e }, n)) });
|
|
2255
2082
|
}
|
|
2256
|
-
function
|
|
2257
|
-
const r = e.length > 0, { suggestionsWelcomeText: i } =
|
|
2258
|
-
return t ? /* @__PURE__ */ o(
|
|
2259
|
-
i && /* @__PURE__ */ o(
|
|
2260
|
-
/* @__PURE__ */ o(
|
|
2083
|
+
function Fo({ questions: e, isLoading: t, onSelection: n }) {
|
|
2084
|
+
const r = e.length > 0, { suggestionsWelcomeText: i } = P();
|
|
2085
|
+
return t ? /* @__PURE__ */ o(Do, {}) : r ? /* @__PURE__ */ p(H, { children: [
|
|
2086
|
+
i && /* @__PURE__ */ o(z, { align: "left", children: i }),
|
|
2087
|
+
/* @__PURE__ */ o(To, { onSelection: n, questions: e })
|
|
2261
2088
|
] }) : null;
|
|
2262
2089
|
}
|
|
2263
|
-
const
|
|
2090
|
+
const No = u.div`
|
|
2264
2091
|
flex: 0 0 80px;
|
|
2265
2092
|
padding-left: 14px;
|
|
2266
2093
|
padding-right: 14px;
|
|
@@ -2269,20 +2096,20 @@ const Jo = u.div`
|
|
|
2269
2096
|
position: relative;
|
|
2270
2097
|
|
|
2271
2098
|
background-color: ${({ style: e }) => e.backgroundColor};
|
|
2272
|
-
`,
|
|
2099
|
+
`, Io = u.div`
|
|
2273
2100
|
font-size: 18px;
|
|
2274
2101
|
line-height: 22px;
|
|
2275
2102
|
font-weight: 600;
|
|
2276
2103
|
margin-left: 20px;
|
|
2277
2104
|
|
|
2278
2105
|
color: ${({ style: e }) => e.textColor};
|
|
2279
|
-
`, at =
|
|
2280
|
-
return /* @__PURE__ */
|
|
2106
|
+
`, at = _t(function({ title: t, leftNav: n, rightNav: r, style: i }, s) {
|
|
2107
|
+
return /* @__PURE__ */ p(No, { ref: s, style: i, children: [
|
|
2281
2108
|
n,
|
|
2282
|
-
/* @__PURE__ */ o(
|
|
2109
|
+
/* @__PURE__ */ o(Io, { style: i, children: t }),
|
|
2283
2110
|
r && /* @__PURE__ */ o("div", { className: "csdk-ml-auto", children: r })
|
|
2284
2111
|
] });
|
|
2285
|
-
}),
|
|
2112
|
+
}), Oo = u.div`
|
|
2286
2113
|
text-align: center;
|
|
2287
2114
|
font-size: 11px;
|
|
2288
2115
|
line-height: 18px;
|
|
@@ -2296,13 +2123,13 @@ const Jo = u.div`
|
|
|
2296
2123
|
|
|
2297
2124
|
color: ${({ theme: e }) => e.aiChat.secondaryTextColor};
|
|
2298
2125
|
`;
|
|
2299
|
-
function
|
|
2300
|
-
return /* @__PURE__ */
|
|
2126
|
+
function Wo({ theme: e }) {
|
|
2127
|
+
return /* @__PURE__ */ p(Oo, { theme: e, children: [
|
|
2301
2128
|
/* @__PURE__ */ o("div", { children: "Content is powered by AI, so surprises and mistakes are possible." }),
|
|
2302
2129
|
/* @__PURE__ */ o("div", { children: " Please rate responses so we can improve!" })
|
|
2303
2130
|
] });
|
|
2304
2131
|
}
|
|
2305
|
-
const
|
|
2132
|
+
const Po = u.div`
|
|
2306
2133
|
font-size: inherit;
|
|
2307
2134
|
line-height: inherit;
|
|
2308
2135
|
padding-left: 16px;
|
|
@@ -2313,10 +2140,46 @@ const nr = u.div`
|
|
|
2313
2140
|
|
|
2314
2141
|
color: ${({ theme: e }) => e.aiChat.suggestions.textColor};
|
|
2315
2142
|
background-color: ${({ theme: e }) => e.aiChat.suggestions.backgroundColor};
|
|
2316
|
-
`,
|
|
2317
|
-
const { themeSettings: e } =
|
|
2318
|
-
return /* @__PURE__ */ o(
|
|
2319
|
-
}
|
|
2143
|
+
`, lt = () => {
|
|
2144
|
+
const { themeSettings: e } = b();
|
|
2145
|
+
return /* @__PURE__ */ o(Po, { theme: e, children: "Beta" });
|
|
2146
|
+
};
|
|
2147
|
+
function Ao() {
|
|
2148
|
+
const { themeSettings: e } = b();
|
|
2149
|
+
return /* @__PURE__ */ o("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ o(
|
|
2150
|
+
"path",
|
|
2151
|
+
{
|
|
2152
|
+
fillRule: "evenodd",
|
|
2153
|
+
clipRule: "evenodd",
|
|
2154
|
+
d: "M15.1747 9.1203L12 11.8401L8.82529 9.1203C8.61558 8.94064 8.29994 8.965 8.12028 9.17471C7.94062 9.38442 7.96498 9.70006 8.17469 9.87972L11.6747 12.8782C11.8619 13.0385 12.1381 13.0385 12.3253 12.8782L15.8253 9.87972C16.035 9.70006 16.0594 9.38442 15.8797 9.17471C15.7 8.965 15.3844 8.94064 15.1747 9.1203ZM15.8797 12.1731C15.7 11.9634 15.3844 11.9391 15.1747 12.1187L12 14.8385L8.82529 12.1187C8.61558 11.9391 8.29994 11.9634 8.12028 12.1731C7.94062 12.3829 7.96498 12.6985 8.17469 12.8782L11.6747 15.8766C11.8619 16.037 12.1381 16.037 12.3253 15.8766L15.8253 12.8782C16.035 12.6985 16.0594 12.3829 15.8797 12.1731Z",
|
|
2155
|
+
fill: e.aiChat.primaryTextColor
|
|
2156
|
+
}
|
|
2157
|
+
) });
|
|
2158
|
+
}
|
|
2159
|
+
const qo = (e, t) => {
|
|
2160
|
+
const n = new Vt(e);
|
|
2161
|
+
return n.alpha = t, n;
|
|
2162
|
+
}, zo = u.div`
|
|
2163
|
+
font-size: inherit;
|
|
2164
|
+
line-height: inherit;
|
|
2165
|
+
padding-left: 8px;
|
|
2166
|
+
padding-right: 8px;
|
|
2167
|
+
padding-top: 4px;
|
|
2168
|
+
border-radius: 16px;
|
|
2169
|
+
margin-bottom: 4px;
|
|
2170
|
+
box-shadow: ${({ theme: e }) => `0 4px 8px 0 ${qo(e.aiChat.primaryTextColor, 0.2)}`};
|
|
2171
|
+
cursor: pointer;
|
|
2172
|
+
color: ${({ theme: e }) => e.aiChat.clickableMessages.textColor};
|
|
2173
|
+
background-color: ${({ theme: e }) => e.aiChat.clickableMessages.backgroundColor};
|
|
2174
|
+
|
|
2175
|
+
&:hover {
|
|
2176
|
+
color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.textColor};
|
|
2177
|
+
background-color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.backgroundColor};
|
|
2178
|
+
box-shadow: none;
|
|
2179
|
+
`, Vo = ({ onClick: e }) => {
|
|
2180
|
+
const { themeSettings: t } = b();
|
|
2181
|
+
return /* @__PURE__ */ o(zo, { theme: t, onClick: e, children: /* @__PURE__ */ o(Ao, {}) });
|
|
2182
|
+
}, Zo = ({ isVisible: e, onClick: t, anchorElement: n }) => /* @__PURE__ */ o(We, { anchorEl: n, open: e, placement: "top", sx: { zIndex: 2 }, children: /* @__PURE__ */ o(Vo, { onClick: t }) }), Qo = u.div`
|
|
2320
2183
|
display: flex;
|
|
2321
2184
|
flex-direction: column;
|
|
2322
2185
|
row-gap: ${({ theme: e }) => e.aiChat.body.gapBetweenMessages};
|
|
@@ -2327,7 +2190,7 @@ const nr = u.div`
|
|
|
2327
2190
|
padding-bottom: ${({ theme: e }) => e.aiChat.body.paddingBottom};
|
|
2328
2191
|
flex: initial;
|
|
2329
2192
|
height: 100%;
|
|
2330
|
-
`,
|
|
2193
|
+
`, jo = u.div`
|
|
2331
2194
|
padding-left: ${({ theme: e }) => e.aiChat.footer.paddingLeft};
|
|
2332
2195
|
padding-right: ${({ theme: e }) => e.aiChat.footer.paddingRight};
|
|
2333
2196
|
padding-top: ${({ theme: e }) => e.aiChat.footer.paddingTop};
|
|
@@ -2335,108 +2198,130 @@ const nr = u.div`
|
|
|
2335
2198
|
display: flex;
|
|
2336
2199
|
flex-direction: column;
|
|
2337
2200
|
row-gap: 6px;
|
|
2338
|
-
`,
|
|
2201
|
+
`, Go = u.div`
|
|
2339
2202
|
display: flex;
|
|
2340
2203
|
flex-direction: column;
|
|
2341
2204
|
row-gap: ${({ theme: e }) => e.aiChat.suggestions.gap};
|
|
2342
2205
|
`;
|
|
2343
|
-
function
|
|
2206
|
+
function Uo({ contextTitle: e, onGoBack: t }) {
|
|
2344
2207
|
const {
|
|
2345
2208
|
data: n,
|
|
2346
2209
|
isLoading: r,
|
|
2347
2210
|
isError: i
|
|
2348
2211
|
} = Ge({
|
|
2349
2212
|
contextTitle: e
|
|
2350
|
-
}),
|
|
2351
|
-
() => n.map((
|
|
2213
|
+
}), s = F(
|
|
2214
|
+
() => n.map((v) => v.nlqPrompt),
|
|
2352
2215
|
[n]
|
|
2353
2216
|
), {
|
|
2354
|
-
history:
|
|
2217
|
+
history: a,
|
|
2355
2218
|
lastNlqResponse: c,
|
|
2356
2219
|
isAwaitingResponse: l,
|
|
2357
2220
|
sendMessage: d,
|
|
2358
|
-
isLoading:
|
|
2359
|
-
chatId:
|
|
2221
|
+
isLoading: C,
|
|
2222
|
+
chatId: h,
|
|
2360
2223
|
lastError: f
|
|
2361
|
-
} =
|
|
2362
|
-
|
|
2363
|
-
},
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2224
|
+
} = dn(e), { mutate: S, isLoading: w } = _e(h), [m, x] = k(!1), [y, T] = k(!1), N = () => x(!0), M = () => x(!1), J = () => {
|
|
2225
|
+
S(), M();
|
|
2226
|
+
}, B = U(null), ee = U(null), te = () => {
|
|
2227
|
+
if (!(B != null && B.current))
|
|
2228
|
+
return;
|
|
2229
|
+
const { scrollTop: v, clientHeight: O, scrollHeight: A } = B.current;
|
|
2230
|
+
if (v === void 0 || O === void 0 || A === void 0)
|
|
2231
|
+
return;
|
|
2232
|
+
const Le = A - v - O > O / 2;
|
|
2233
|
+
y !== Le && T(Le);
|
|
2234
|
+
};
|
|
2235
|
+
ie(() => {
|
|
2236
|
+
B.current && (B.current.scrollTop = B.current.scrollHeight);
|
|
2237
|
+
}, [a, m, l]);
|
|
2238
|
+
const de = U(null), { enableFollowupQuestions: ue, enableHeader: V, numOfRecentPrompts: j } = P(), { themeSettings: I } = b(), ne = V ? /* @__PURE__ */ o(
|
|
2368
2239
|
at,
|
|
2369
2240
|
{
|
|
2370
|
-
ref:
|
|
2241
|
+
ref: de,
|
|
2371
2242
|
title: e,
|
|
2372
|
-
leftNav: t && /* @__PURE__ */ o(
|
|
2373
|
-
rightNav: /* @__PURE__ */ o(
|
|
2374
|
-
style:
|
|
2243
|
+
leftNav: t && /* @__PURE__ */ o(Mo, { onClick: t, color: I.aiChat.header.textColor }),
|
|
2244
|
+
rightNav: /* @__PURE__ */ o(lt, {}),
|
|
2245
|
+
style: I.aiChat.header
|
|
2375
2246
|
}
|
|
2376
|
-
) : null,
|
|
2247
|
+
) : null, he = F(
|
|
2377
2248
|
() => [
|
|
2378
2249
|
...new Set(
|
|
2379
|
-
|
|
2250
|
+
a.filter((v) => v.role === "user").filter((v) => !s.includes(v.content)).map((v) => v.content).reverse()
|
|
2380
2251
|
)
|
|
2381
|
-
].slice(0,
|
|
2382
|
-
[
|
|
2252
|
+
].slice(0, j),
|
|
2253
|
+
[a, j, s]
|
|
2383
2254
|
);
|
|
2384
|
-
return (f == null ? void 0 : f.message) === Ue ? /* @__PURE__ */
|
|
2385
|
-
|
|
2386
|
-
/* @__PURE__ */ o(
|
|
2387
|
-
] }) : /* @__PURE__ */
|
|
2388
|
-
|
|
2389
|
-
/* @__PURE__ */
|
|
2390
|
-
/* @__PURE__ */ o(zn, {}),
|
|
2255
|
+
return (f == null ? void 0 : f.message) === Ue ? /* @__PURE__ */ p(H, { children: [
|
|
2256
|
+
V && ne,
|
|
2257
|
+
/* @__PURE__ */ o(et, { text: f.message })
|
|
2258
|
+
] }) : /* @__PURE__ */ p(H, { children: [
|
|
2259
|
+
ne,
|
|
2260
|
+
/* @__PURE__ */ p(Qo, { ref: B, theme: I, onScroll: te, children: [
|
|
2391
2261
|
/* @__PURE__ */ o(
|
|
2392
|
-
|
|
2262
|
+
Zo,
|
|
2393
2263
|
{
|
|
2394
|
-
|
|
2264
|
+
isVisible: y,
|
|
2265
|
+
anchorElement: ee.current,
|
|
2266
|
+
onClick: () => {
|
|
2267
|
+
var v, O;
|
|
2268
|
+
(O = B.current) == null || O.scroll({
|
|
2269
|
+
top: (v = B.current) == null ? void 0 : v.scrollHeight,
|
|
2270
|
+
behavior: "smooth"
|
|
2271
|
+
});
|
|
2272
|
+
}
|
|
2273
|
+
}
|
|
2274
|
+
),
|
|
2275
|
+
/* @__PURE__ */ o(Fn, {}),
|
|
2276
|
+
/* @__PURE__ */ o(
|
|
2277
|
+
Fo,
|
|
2278
|
+
{
|
|
2279
|
+
questions: s,
|
|
2395
2280
|
isLoading: r,
|
|
2396
2281
|
onSelection: d
|
|
2397
2282
|
}
|
|
2398
2283
|
),
|
|
2399
|
-
f && /* @__PURE__ */ o(
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2284
|
+
f && /* @__PURE__ */ o(z, { align: "left", children: f.message }),
|
|
2285
|
+
C ? /* @__PURE__ */ o(ce, {}) : /* @__PURE__ */ o(Lo, { messages: a }),
|
|
2286
|
+
ue && c && /* @__PURE__ */ o(Go, { theme: I, children: c.followupQuestions.slice(0, 2).map((v, O) => /* @__PURE__ */ o(
|
|
2287
|
+
se,
|
|
2403
2288
|
{
|
|
2404
2289
|
align: "left",
|
|
2405
2290
|
onClick: () => {
|
|
2406
|
-
d(
|
|
2291
|
+
d(v);
|
|
2407
2292
|
},
|
|
2408
|
-
children: /* @__PURE__ */ o("div", { className: "csdk-py-[7px] csdk-px-4", children:
|
|
2293
|
+
children: /* @__PURE__ */ o("div", { className: "csdk-py-[7px] csdk-px-4", children: v })
|
|
2409
2294
|
},
|
|
2410
|
-
|
|
2295
|
+
O
|
|
2411
2296
|
)) }),
|
|
2412
|
-
(l ||
|
|
2297
|
+
(l || w) && /* @__PURE__ */ o(tt, {}),
|
|
2413
2298
|
m && /* @__PURE__ */ o(
|
|
2414
|
-
|
|
2299
|
+
An,
|
|
2415
2300
|
{
|
|
2416
|
-
onCancel:
|
|
2417
|
-
onConfirm:
|
|
2301
|
+
onCancel: M,
|
|
2302
|
+
onConfirm: J
|
|
2418
2303
|
}
|
|
2419
2304
|
)
|
|
2420
2305
|
] }),
|
|
2421
|
-
/* @__PURE__ */
|
|
2306
|
+
/* @__PURE__ */ p(jo, { ref: ee, theme: I, children: [
|
|
2422
2307
|
/* @__PURE__ */ o(
|
|
2423
|
-
|
|
2308
|
+
Bn,
|
|
2424
2309
|
{
|
|
2425
2310
|
onSendMessage: d,
|
|
2426
|
-
disabled: l ||
|
|
2427
|
-
onClearHistoryClick:
|
|
2428
|
-
suggestions:
|
|
2429
|
-
recentPrompts:
|
|
2430
|
-
isLoading: r ||
|
|
2311
|
+
disabled: l || C,
|
|
2312
|
+
onClearHistoryClick: N,
|
|
2313
|
+
suggestions: s,
|
|
2314
|
+
recentPrompts: he,
|
|
2315
|
+
isLoading: r || C,
|
|
2431
2316
|
recommendationsError: i,
|
|
2432
|
-
onChange:
|
|
2317
|
+
onChange: M
|
|
2433
2318
|
}
|
|
2434
2319
|
),
|
|
2435
|
-
/* @__PURE__ */ o(
|
|
2320
|
+
/* @__PURE__ */ o(Wo, { theme: I })
|
|
2436
2321
|
] })
|
|
2437
2322
|
] });
|
|
2438
2323
|
}
|
|
2439
|
-
const
|
|
2324
|
+
const _o = u.button`
|
|
2440
2325
|
font-family: ${({ theme: e }) => e.typography.fontFamily};
|
|
2441
2326
|
padding: 30px;
|
|
2442
2327
|
border: none;
|
|
@@ -2449,38 +2334,38 @@ const sr = u.button`
|
|
|
2449
2334
|
cursor: pointer;
|
|
2450
2335
|
|
|
2451
2336
|
background-color: ${({ theme: e }) => e.aiChat.dataTopics.items.backgroundColor};
|
|
2452
|
-
`,
|
|
2337
|
+
`, Ko = u.div`
|
|
2453
2338
|
font-size: 20px;
|
|
2454
2339
|
line-height: 28px;
|
|
2455
2340
|
|
|
2456
2341
|
color: ${({ theme: e }) => e.aiChat.dataTopics.items.textColor};
|
|
2457
|
-
`,
|
|
2342
|
+
`, Yo = u.div`
|
|
2458
2343
|
font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
|
|
2459
2344
|
line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
|
|
2460
2345
|
|
|
2461
2346
|
color: ${({ theme: e }) => qe(e.aiChat.dataTopics.items.textColor, 0, 0.5)};
|
|
2462
|
-
`,
|
|
2347
|
+
`, Xo = u.div`
|
|
2463
2348
|
width: 16px;
|
|
2464
2349
|
height: 16px;
|
|
2465
2350
|
transform: rotate(180deg);
|
|
2466
2351
|
`;
|
|
2467
|
-
function
|
|
2468
|
-
const { title: t, description: n, onClick: r } = e, { themeSettings: i } =
|
|
2469
|
-
return /* @__PURE__ */
|
|
2470
|
-
/* @__PURE__ */
|
|
2471
|
-
/* @__PURE__ */ o(
|
|
2472
|
-
/* @__PURE__ */ o(
|
|
2352
|
+
function Jo(e) {
|
|
2353
|
+
const { title: t, description: n, onClick: r } = e, { themeSettings: i } = b();
|
|
2354
|
+
return /* @__PURE__ */ p(_o, { onClick: r, theme: i, children: [
|
|
2355
|
+
/* @__PURE__ */ p("div", { children: [
|
|
2356
|
+
/* @__PURE__ */ o(Ko, { theme: i, children: t }),
|
|
2357
|
+
/* @__PURE__ */ o(Yo, { theme: i, children: n })
|
|
2473
2358
|
] }),
|
|
2474
|
-
/* @__PURE__ */ o(
|
|
2359
|
+
/* @__PURE__ */ o(Xo, { children: /* @__PURE__ */ o(st, { color: i.aiChat.icons.color }) })
|
|
2475
2360
|
] });
|
|
2476
2361
|
}
|
|
2477
|
-
const
|
|
2362
|
+
const er = u.div`
|
|
2478
2363
|
padding: 20px;
|
|
2479
2364
|
display: flex;
|
|
2480
2365
|
flex-direction: column;
|
|
2481
2366
|
gap: 20px;
|
|
2482
2367
|
overflow: auto;
|
|
2483
|
-
`,
|
|
2368
|
+
`, tr = u.div`
|
|
2484
2369
|
font-size: 24px;
|
|
2485
2370
|
line-height: 32px;
|
|
2486
2371
|
font-weight: 600;
|
|
@@ -2488,127 +2373,137 @@ const hr = u.div`
|
|
|
2488
2373
|
padding-bottom: 4px;
|
|
2489
2374
|
|
|
2490
2375
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
2491
|
-
`,
|
|
2376
|
+
`, nr = u.div`
|
|
2492
2377
|
font-size: 15px;
|
|
2493
2378
|
line-height: 22px;
|
|
2494
2379
|
|
|
2495
2380
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
2496
2381
|
`;
|
|
2497
|
-
function
|
|
2498
|
-
const { dataTopics: t } = e, { themeSettings: n } =
|
|
2499
|
-
return /* @__PURE__ */
|
|
2500
|
-
/* @__PURE__ */ o(
|
|
2501
|
-
/* @__PURE__ */
|
|
2382
|
+
function or(e) {
|
|
2383
|
+
const { dataTopics: t } = e, { themeSettings: n } = b();
|
|
2384
|
+
return /* @__PURE__ */ p(er, { children: [
|
|
2385
|
+
/* @__PURE__ */ o(tr, { theme: n, children: "Data Topics" }),
|
|
2386
|
+
/* @__PURE__ */ p(nr, { theme: n, children: [
|
|
2502
2387
|
"Analytics Chatbot is designed to help you interact with your data using natural language.",
|
|
2503
2388
|
/* @__PURE__ */ o("br", {}),
|
|
2504
2389
|
/* @__PURE__ */ o("br", {}),
|
|
2505
2390
|
"Pick a topic you would like to explore:"
|
|
2506
2391
|
] }),
|
|
2507
|
-
t.map((r) => /* @__PURE__ */
|
|
2392
|
+
t.map((r) => /* @__PURE__ */ me(Jo, D(R({}, r), { key: r.title })))
|
|
2508
2393
|
] });
|
|
2509
2394
|
}
|
|
2510
|
-
const
|
|
2511
|
-
function
|
|
2512
|
-
return /* @__PURE__ */
|
|
2395
|
+
const rr = "#FFCB05", ir = "#000000", sr = "#FFFFFF";
|
|
2396
|
+
function ar({ colorSchema: e }) {
|
|
2397
|
+
return /* @__PURE__ */ p("svg", { xmlns: "http://www.w3.org/2000/svg", width: "28", height: "32", viewBox: "0 0 28 32", fill: "none", children: [
|
|
2513
2398
|
/* @__PURE__ */ o(
|
|
2514
2399
|
"path",
|
|
2515
2400
|
{
|
|
2516
2401
|
d: "M15.6151 8.47656H15.5936V15.0679H15.6151C16.9896 15.0679 18.3078 15.6128 19.2797 16.5827C20.2517 17.5526 20.7977 18.8681 20.7977 20.2398C20.7977 21.6115 20.2517 22.927 19.2797 23.8969C18.3078 24.8668 16.9896 25.4117 15.6151 25.4117H15.5936V32.0006H15.6151C17.1627 32.0006 18.6952 31.6964 20.1251 31.1054C21.5549 30.5144 22.8541 29.6481 23.9484 28.556C25.0428 27.4639 25.9109 26.1674 26.5031 24.7405C27.0954 23.3136 27.4002 21.7843 27.4002 20.2398C27.4002 18.6953 27.0954 17.166 26.5031 15.7391C25.9109 14.3122 25.0428 13.0157 23.9484 11.9236C22.8541 10.8315 21.5549 9.96523 20.1251 9.37419C18.6952 8.78315 17.1627 8.47895 15.6151 8.47895V8.47656Z",
|
|
2517
|
-
fill: e === "yellow-black" ?
|
|
2402
|
+
fill: e === "yellow-black" ? ir : sr
|
|
2518
2403
|
}
|
|
2519
2404
|
),
|
|
2520
2405
|
/* @__PURE__ */ o(
|
|
2521
2406
|
"path",
|
|
2522
2407
|
{
|
|
2523
2408
|
d: "M12.7349 23.5217H12.7564V16.9375H12.7349C11.3603 16.9375 10.0421 16.3926 9.07021 15.4227C8.09828 14.4528 7.55226 13.1373 7.55226 11.7656C7.55226 10.3939 8.09828 9.07845 9.07021 8.10853C10.0421 7.13861 11.3603 6.59371 12.7349 6.59371H12.7564V0H12.7349C9.60924 4.64793e-08 6.61164 1.23909 4.4015 3.44467C2.19135 5.65026 0.949707 8.64168 0.949707 11.7608C0.949707 14.88 2.19135 17.8714 4.4015 20.077C6.61164 22.2826 9.60924 23.5217 12.7349 23.5217Z",
|
|
2524
|
-
fill:
|
|
2409
|
+
fill: rr
|
|
2525
2410
|
}
|
|
2526
2411
|
)
|
|
2527
2412
|
] });
|
|
2528
2413
|
}
|
|
2529
|
-
const
|
|
2414
|
+
const lr = u.div`
|
|
2530
2415
|
margin-left: 14px;
|
|
2531
|
-
`,
|
|
2416
|
+
`, cr = u.div`
|
|
2532
2417
|
display: flex;
|
|
2533
2418
|
flex-direction: column;
|
|
2534
|
-
justify-content:
|
|
2419
|
+
justify-content: top;
|
|
2535
2420
|
overflow: hidden;
|
|
2536
2421
|
height: 100%;
|
|
2537
2422
|
|
|
2538
2423
|
background-color: ${({ theme: e }) => e.aiChat.dataTopics.backgroundColor};
|
|
2539
2424
|
`;
|
|
2540
|
-
function
|
|
2541
|
-
const {
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
})
|
|
2548
|
-
),
|
|
2549
|
-
[t, e]
|
|
2550
|
-
), a = Xt(en(r.aiChat.header.backgroundColor)) > 0.5;
|
|
2551
|
-
return /* @__PURE__ */ h(D, { children: [
|
|
2552
|
-
n.enableHeader ? /* @__PURE__ */ o(
|
|
2425
|
+
function dr({ dataTopicsList: e, onDataTopicClick: t }) {
|
|
2426
|
+
const { enableHeader: n } = P(), { themeSettings: r } = b(), i = F(() => e == null ? void 0 : e.map((a) => ({
|
|
2427
|
+
title: a,
|
|
2428
|
+
onClick: () => t(a)
|
|
2429
|
+
})), [e, t]), s = Zt(Qt(r.aiChat.header.backgroundColor)) > 0.5;
|
|
2430
|
+
return /* @__PURE__ */ p(H, { children: [
|
|
2431
|
+
n ? /* @__PURE__ */ o(
|
|
2553
2432
|
at,
|
|
2554
2433
|
{
|
|
2555
2434
|
title: "Analytics Chatbot",
|
|
2556
|
-
leftNav: /* @__PURE__ */ o(
|
|
2557
|
-
rightNav: /* @__PURE__ */ o(
|
|
2435
|
+
leftNav: /* @__PURE__ */ o(lr, { children: /* @__PURE__ */ o(ar, { colorSchema: s ? "yellow-white" : "yellow-black" }) }),
|
|
2436
|
+
rightNav: /* @__PURE__ */ o(lt, {}),
|
|
2558
2437
|
style: r.aiChat.header
|
|
2559
2438
|
}
|
|
2560
2439
|
) : null,
|
|
2561
|
-
/* @__PURE__ */
|
|
2562
|
-
!i && /* @__PURE__ */ o(
|
|
2563
|
-
i && /* @__PURE__ */ o(
|
|
2440
|
+
/* @__PURE__ */ p(cr, { theme: r, children: [
|
|
2441
|
+
!i && /* @__PURE__ */ o(ce, {}),
|
|
2442
|
+
i && /* @__PURE__ */ o(or, { dataTopics: i })
|
|
2564
2443
|
] })
|
|
2565
2444
|
] });
|
|
2566
2445
|
}
|
|
2567
|
-
function
|
|
2568
|
-
const [e, t] =
|
|
2569
|
-
|
|
2570
|
-
if (
|
|
2571
|
-
|
|
2572
|
-
|
|
2446
|
+
function ur() {
|
|
2447
|
+
const [e, t] = k([]), [n, r] = k(), [i, s] = k(), { data: a, fetchStatus: c } = Ye(), { dataTopicsList: l = [] } = P();
|
|
2448
|
+
le(() => {
|
|
2449
|
+
if (a && c === "idle") {
|
|
2450
|
+
let h = a;
|
|
2451
|
+
l && l.length && (h = a == null ? void 0 : a.filter((f) => l == null ? void 0 : l.includes(f.title))), t(h.map((f) => f.title)), h.length ? h.length === 1 && (s(void 0), r(h[0].title)) : s("None of the provided data models or perspectives are available");
|
|
2573
2452
|
}
|
|
2574
|
-
}, [
|
|
2575
|
-
const
|
|
2576
|
-
|
|
2577
|
-
}, [
|
|
2578
|
-
return
|
|
2579
|
-
|
|
2453
|
+
}, [a, l, c]);
|
|
2454
|
+
const d = K(), C = E(() => {
|
|
2455
|
+
s(void 0), d.invalidateQueries(["getDataTopics"]);
|
|
2456
|
+
}, [d]);
|
|
2457
|
+
return i ? /* @__PURE__ */ o(et, { text: i, action: { text: "Refresh", onClick: C } }) : e.length === 1 && !n ? /* @__PURE__ */ o(ce, {}) : n ? /* @__PURE__ */ o(H, { children: /* @__PURE__ */ o(
|
|
2458
|
+
Uo,
|
|
2580
2459
|
{
|
|
2581
|
-
contextTitle:
|
|
2582
|
-
onGoBack:
|
|
2460
|
+
contextTitle: n,
|
|
2461
|
+
onGoBack: e.length === 1 ? void 0 : () => r(void 0)
|
|
2583
2462
|
}
|
|
2584
|
-
) : /* @__PURE__ */ o(
|
|
2463
|
+
) }) : /* @__PURE__ */ o(
|
|
2464
|
+
dr,
|
|
2465
|
+
{
|
|
2466
|
+
dataTopicsList: e,
|
|
2467
|
+
onDataTopicClick: (h) => r(h)
|
|
2468
|
+
}
|
|
2469
|
+
);
|
|
2585
2470
|
}
|
|
2586
|
-
const
|
|
2471
|
+
const wr = ze({
|
|
2587
2472
|
componentName: "Chatbot"
|
|
2588
2473
|
})((e) => {
|
|
2589
|
-
const { width: t, height: n, config: r } = e, { themeSettings: i } =
|
|
2590
|
-
return /* @__PURE__ */ o(
|
|
2591
|
-
|
|
2474
|
+
const { width: t, height: n, config: r } = e, { themeSettings: i } = b();
|
|
2475
|
+
return /* @__PURE__ */ o(nn, { value: r != null ? r : {}, children: /* @__PURE__ */ o(
|
|
2476
|
+
Cn,
|
|
2477
|
+
{
|
|
2478
|
+
id: "csdk-chatbot-frame",
|
|
2479
|
+
width: t,
|
|
2480
|
+
height: n,
|
|
2481
|
+
theme: i,
|
|
2482
|
+
tabIndex: 0,
|
|
2483
|
+
children: /* @__PURE__ */ o(ur, {})
|
|
2484
|
+
}
|
|
2485
|
+
) });
|
|
2486
|
+
}), kr = ze({
|
|
2592
2487
|
componentName: "GetNlgQueryResult"
|
|
2593
2488
|
})(function(t) {
|
|
2594
|
-
const { data: n, isLoading: r, isError: i } =
|
|
2489
|
+
const { data: n, isLoading: r, isError: i } = ve(t);
|
|
2595
2490
|
if (i)
|
|
2596
|
-
return /* @__PURE__ */ o(
|
|
2597
|
-
const
|
|
2598
|
-
return /* @__PURE__ */ o(
|
|
2491
|
+
return /* @__PURE__ */ o(H, { children: we });
|
|
2492
|
+
const s = n != null ? n : "Oops, no data came back for that.";
|
|
2493
|
+
return /* @__PURE__ */ o(it, { text: r ? "Loading..." : s });
|
|
2599
2494
|
});
|
|
2600
2495
|
export {
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2496
|
+
mr as AiContextProvider,
|
|
2497
|
+
wr as Chatbot,
|
|
2498
|
+
kr as GetNlgQueryResult,
|
|
2499
|
+
Lr as JaqlElement,
|
|
2500
|
+
Mr as deriveChartFamily,
|
|
2501
|
+
At as getChartOptions,
|
|
2502
|
+
Pt as getTableOptions,
|
|
2503
|
+
dn as useChatSession,
|
|
2504
|
+
vr as useGetDataSourceFields,
|
|
2505
|
+
br as useGetNlgQueryResult,
|
|
2506
|
+
xr as useGetQueryRecommendations,
|
|
2507
|
+
yr as useLastNlqResponse
|
|
2613
2508
|
};
|
|
2614
|
-
(function(){"use strict";try{if(typeof document!="undefined"){var e=document.createElement("style");e.appendChild(document.createTextNode('@charset "UTF-8";[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.csdk-absolute{position:absolute}.csdk-relative{position:relative}.csdk-left-2{left:.5rem}.csdk-right-0{right:0}.csdk-right-\\[-15px\\]{right:-15px}.csdk-right-\\[-5px\\]{right:-5px}.csdk-right-\\[0px\\]{right:0}.csdk-right-\\[4px\\]{right:4px}.csdk-top-1\\/2{top:50%}.csdk-top-\\[3px\\]{top:3px}.csdk-top-\\[7px\\]{top:7px}.csdk-z-\\[401\\]{z-index:401}.csdk-m-auto{margin:auto}.csdk-m-checkbox,.csdk-m-radio{margin:6px 10px 6px 6px}.csdk-mx-auto{margin-left:auto;margin-right:auto}.csdk-my-1{margin-top:.25rem;margin-bottom:.25rem}.csdk-my-2{margin-top:.5rem;margin-bottom:.5rem}.csdk-my-\\[2px\\]{margin-top:2px;margin-bottom:2px}.csdk-my-\\[5px\\]{margin-top:5px;margin-bottom:5px}.csdk-mb-1{margin-bottom:.25rem}.csdk-mb-\\[10px\\]{margin-bottom:10px}.csdk-mb-\\[3px\\]{margin-bottom:3px}.csdk-mb-\\[4px\\]{margin-bottom:4px}.csdk-mb-px{margin-bottom:1px}.csdk-ml-1{margin-left:.25rem}.csdk-ml-1\\.5{margin-left:.375rem}.csdk-ml-2{margin-left:.5rem}.csdk-ml-\\[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-\\[6px\\]{margin-top:6px}.csdk-box-border{box-sizing:border-box}.csdk-line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.csdk-flex{display:flex}.csdk-grid{display:grid}.csdk-h-5{height:1.25rem}.csdk-h-6{height:1.5rem}.csdk-h-\\[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-\\[26px\\]{min-height:26px}.csdk-min-h-\\[32px\\]{min-height:32px}.csdk-w-5{width:1.25rem}.csdk-w-\\[10px\\]{width:10px}.csdk-w-\\[152px\\]{width:152px}.csdk-w-\\[18px\\]{width:18px}.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-max{width:-moz-max-content;width:max-content}.csdk-w-min{width:-moz-min-content;width:min-content}.csdk-w-radio{width:12px}.csdk-min-w-\\[216px\\]{min-width:216px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-xs{max-width:20rem}.-csdk-translate-y-1\\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-translate-x-1\\/2{--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-csdk-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-scale-x-\\[-1\\]{--tw-scale-x: -1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes csdk-spin{to{transform:rotate(360deg)}}.csdk-animate-spin{animation:csdk-spin 1s linear infinite}.csdk-cursor-pointer{cursor:pointer}.csdk-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.csdk-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.csdk-flex-row{flex-direction:row}.csdk-flex-col{flex-direction:column}.csdk-flex-wrap{flex-wrap:wrap}.csdk-items-center{align-items:center}.csdk-justify-end{justify-content:flex-end}.csdk-justify-center{justify-content:center}.csdk-justify-between{justify-content:space-between}.csdk-justify-evenly{justify-content:space-evenly}.csdk-gap-1{gap:.25rem}.csdk-gap-2{gap:.5rem}.csdk-gap-\\[5px\\]{gap:5px}.csdk-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.csdk-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.csdk-gap-y-0{row-gap:0px}.csdk-gap-y-0\\.5{row-gap:.125rem}.csdk-gap-y-4{row-gap:1rem}.csdk-self-start{align-self:flex-start}.csdk-self-center{align-self:center}.csdk-overflow-auto{overflow:auto}.csdk-overflow-hidden{overflow:hidden}.\\!csdk-overflow-visible{overflow:visible!important}.csdk-text-ellipsis{text-overflow:ellipsis}.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-rounded-pill{border-radius:4px}.csdk-border{border-width:1px}.csdk-border-0{border-width:0px}.csdk-border-input{border-width:1px}.csdk-border-b{border-bottom-width:1px}.csdk-border-l{border-left-width:1px}.csdk-border-l-\\[70px\\]{border-left-width:70px}.csdk-border-r-\\[70px\\]{border-right-width:70px}.csdk-border-t{border-top-width:1px}.csdk-border-t-\\[13px\\]{border-top-width:13px}.csdk-border-solid{border-style:solid}.csdk-border-none{border-style:none}.csdk-border-UI-default{--tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--tw-border-opacity))}.csdk-border-\\[\\#dadada\\]{--tw-border-opacity: 1;border-color:rgb(218 218 218 / var(--tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--tw-border-opacity))}.csdk-border-transparent{border-color:transparent}.csdk-border-b-\\[\\#dadada\\]{--tw-border-opacity: 1;border-bottom-color:rgb(218 218 218 / var(--tw-border-opacity))}.csdk-border-l-\\[transparent\\]{border-left-color:transparent}.csdk-border-r-\\[transparent\\]{border-right-color:transparent}.csdk-border-t-\\[\\#dadada\\]{--tw-border-opacity: 1;border-top-color:rgb(218 218 218 / var(--tw-border-opacity))}.csdk-bg-\\[\\#f4f4f8\\]{--tw-bg-opacity: 1;background-color:rgb(244 244 248 / var(--tw-bg-opacity))}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.csdk-p-1{padding:.25rem}.csdk-p-1\\.5{padding:.375rem}.csdk-p-3{padding:.75rem}.csdk-p-\\[10px\\]{padding:10px}.csdk-p-\\[20px\\]{padding:20px}.csdk-p-\\[4px\\]{padding:4px}.csdk-p-button{padding:4px 24px}.csdk-p-px{padding:1px}.csdk-px-1{padding-left:.25rem;padding-right:.25rem}.csdk-px-2{padding-left:.5rem;padding-right:.5rem}.csdk-px-4{padding-left:1rem;padding-right:1rem}.csdk-px-\\[12px\\]{padding-left:12px;padding-right:12px}.csdk-px-\\[20px\\]{padding-left:20px;padding-right:20px}.csdk-px-\\[40px\\]{padding-left:40px;padding-right:40px}.csdk-px-\\[8px\\]{padding-left:8px;padding-right:8px}.csdk-py-\\[14\\.5px\\]{padding-top:14.5px;padding-bottom:14.5px}.csdk-py-\\[30px\\]{padding-top:30px;padding-bottom:30px}.csdk-py-\\[3px\\]{padding-top:3px;padding-bottom:3px}.csdk-py-\\[5px\\]{padding-top:5px;padding-bottom:5px}.csdk-py-\\[6px\\]{padding-top:6px;padding-bottom:6px}.csdk-py-\\[7px\\]{padding-top:7px;padding-bottom:7px}.csdk-pb-\\[0px\\]{padding-bottom:0}.csdk-pl-1{padding-left:.25rem}.csdk-pl-2{padding-left:.5rem}.csdk-pl-2\\.5{padding-left:.625rem}.csdk-pl-3{padding-left:.75rem}.csdk-pr-10{padding-right:2.5rem}.csdk-pt-48{padding-top:12rem}.csdk-text-left{text-align:left}.csdk-text-center{text-align:center}.csdk-text-\\[13px\\]{font-size:13px}.csdk-text-ai-lg{font-size:18px;line-height:22px}.csdk-text-ai-sm{font-size:13px;line-height:18px}.csdk-text-ai-xs{font-size:11px;line-height:18px}.csdk-text-pill{font-size:13px}.csdk-text-xs{font-size:.75rem;line-height:1rem}.csdk-font-normal{font-weight:400}.csdk-leading-4{line-height:1rem}.csdk-leading-\\[16px\\]{line-height:16px}.csdk-leading-\\[18px\\]{line-height:18px}.csdk-leading-\\[26px\\]{line-height:26px}.csdk-leading-none{line-height:1}.csdk-tracking-\\[0\\.3px\\]{letter-spacing:.3px}.csdk-text-UI-default{--tw-text-opacity: 1;color:rgb(110 115 125 / var(--tw-text-opacity))}.csdk-text-semantic-error{color:#e74727}.csdk-text-text-active{color:#262e3d}.csdk-text-text-content{color:#262e3dcc}.csdk-text-text-link{color:#36a3d9}.csdk-text-text-linkButton{--tw-text-opacity: 1;color:rgb(30 175 243 / var(--tw-text-opacity))}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-opacity-80{opacity:.8}.csdk-shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.csdk-shadow-gray-500{--tw-shadow-color: #6b7280;--tw-shadow: var(--tw-shadow-colored)}.csdk-outline-0{outline-width:0px}.csdk-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-delay-150{transition-delay:.15s}.csdk-duration-500{transition-duration:.5s}.invalid\\:csdk-border-input:invalid{border-width:1px}.invalid\\:csdk-border-solid:invalid{border-style:solid}.invalid\\:csdk-border-semantic-error:invalid{border-color:#e74727}.hover\\:csdk-border-2:hover{border-width:2px}.hover\\:csdk-bg-interaction-primaryHovered:hover{background-color:#f2b900}.hover\\:csdk-bg-row-hover:hover{background-color:#e0e0e04d}.focus\\:csdk-border-input:focus{border-width:1px}.focus\\:csdk-border-solid:focus{border-style:solid}.focus\\:csdk-border-UI-default:focus{--tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--tw-border-opacity))}.disabled\\:csdk-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:csdk-opacity-30:disabled{opacity:.3}._container_16u5e_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px;text-align:center;margin:15px}._container_16u5e_1 ._card_16u5e_11{position:relative;padding:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;z-index:1;width:100%}._container_16u5e_1 ._text_16u5e_19{font-size:13px;text-align:center;font-weight:700}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}.csdk-scattermap-tooltip-row{display:flex;justify-content:space-between}.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}._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}.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-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{box-sizing:content-box;position:absolute;border:8px solid transparent;height:0;width:1px;content:"";z-index:-1;border-width:8px;left:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{bottom:-1px;border-top-color:#aeaeae}.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}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.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__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.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}.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 .holiday-overlay,.react-datepicker__month-text--holidays .holiday-overlay,.react-datepicker__quarter-text--holidays .holiday-overlay,.react-datepicker__year-text--holidays .holiday-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 .holiday-overlay,.react-datepicker__month-text--holidays:hover .holiday-overlay,.react-datepicker__quarter-text--holidays:hover .holiday-overlay,.react-datepicker__year-text--holidays:hover .holiday-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__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)}})();
|
|
2509
|
+
(function(){"use strict";try{if(typeof document!="undefined"){var e=document.createElement("style");e.appendChild(document.createTextNode('@charset "UTF-8";[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.csdk-absolute{position:absolute}.csdk-relative{position:relative}.csdk-left-2{left:.5rem}.csdk-right-0{right:0}.csdk-right-\\[-15px\\]{right:-15px}.csdk-right-\\[-5px\\]{right:-5px}.csdk-right-\\[0px\\]{right:0}.csdk-right-\\[4px\\]{right:4px}.csdk-top-1\\/2{top:50%}.csdk-top-\\[3px\\]{top:3px}.csdk-top-\\[7px\\]{top:7px}.csdk-z-\\[401\\]{z-index:401}.csdk-m-3{margin:.75rem}.csdk-m-auto{margin:auto}.csdk-m-checkbox,.csdk-m-radio{margin:6px 10px 6px 6px}.csdk-mx-auto{margin-left:auto;margin-right:auto}.csdk-my-1{margin-top:.25rem;margin-bottom:.25rem}.csdk-my-2{margin-top:.5rem;margin-bottom:.5rem}.csdk-my-\\[2px\\]{margin-top:2px;margin-bottom:2px}.csdk-my-\\[5px\\]{margin-top:5px;margin-bottom:5px}.csdk-mb-1{margin-bottom:.25rem}.csdk-mb-\\[10px\\]{margin-bottom:10px}.csdk-mb-\\[3px\\]{margin-bottom:3px}.csdk-mb-\\[4px\\]{margin-bottom:4px}.csdk-mb-px{margin-bottom:1px}.csdk-ml-1{margin-left:.25rem}.csdk-ml-1\\.5{margin-left:.375rem}.csdk-ml-2{margin-left:.5rem}.csdk-ml-\\[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-\\[6px\\]{margin-top:6px}.csdk-box-border{box-sizing:border-box}.csdk-line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.csdk-flex{display:flex}.csdk-grid{display:grid}.csdk-h-5{height:1.25rem}.csdk-h-6{height:1.5rem}.csdk-h-\\[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-\\[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-max{width:-moz-max-content;width:max-content}.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-translate-y-1\\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-translate-x-1\\/2{--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-csdk-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-scale-x-\\[-1\\]{--tw-scale-x: -1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.csdk-transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes csdk-spin{to{transform:rotate(360deg)}}.csdk-animate-spin{animation:csdk-spin 1s linear infinite}.csdk-cursor-pointer{cursor:pointer}.csdk-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.csdk-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.csdk-flex-row{flex-direction:row}.csdk-flex-col{flex-direction:column}.csdk-flex-wrap{flex-wrap:wrap}.csdk-items-center{align-items:center}.csdk-justify-end{justify-content:flex-end}.csdk-justify-center{justify-content:center}.csdk-justify-between{justify-content:space-between}.csdk-justify-evenly{justify-content:space-evenly}.csdk-gap-1{gap:.25rem}.csdk-gap-2{gap:.5rem}.csdk-gap-\\[5px\\]{gap:5px}.csdk-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.csdk-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.csdk-gap-y-0{row-gap:0px}.csdk-gap-y-0\\.5{row-gap:.125rem}.csdk-gap-y-4{row-gap:1rem}.csdk-self-center{align-self:center}.csdk-overflow-auto{overflow:auto}.csdk-overflow-hidden{overflow:hidden}.\\!csdk-overflow-visible{overflow:visible!important}.csdk-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.csdk-rounded{border-radius:.25rem}.csdk-rounded-\\[4px\\]{border-radius:4px}.csdk-rounded-full{border-radius:9999px}.csdk-rounded-md{border-radius:.375rem}.csdk-border{border-width:1px}.csdk-border-0{border-width:0px}.csdk-border-input{border-width:1px}.csdk-border-b{border-bottom-width:1px}.csdk-border-l{border-left-width:1px}.csdk-border-l-\\[70px\\]{border-left-width:70px}.csdk-border-r-\\[70px\\]{border-right-width:70px}.csdk-border-t{border-top-width:1px}.csdk-border-t-\\[13px\\]{border-top-width:13px}.csdk-border-solid{border-style:solid}.csdk-border-none{border-style:none}.csdk-border-UI-default{--tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--tw-border-opacity))}.csdk-border-transparent{border-color:transparent}.csdk-border-l-\\[transparent\\]{border-left-color:transparent}.csdk-border-r-\\[transparent\\]{border-right-color:transparent}.csdk-bg-\\[\\#f4f4f8\\]{--tw-bg-opacity: 1;background-color:rgb(244 244 248 / var(--tw-bg-opacity))}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.csdk-p-1{padding:.25rem}.csdk-p-1\\.5{padding:.375rem}.csdk-p-3{padding:.75rem}.csdk-p-\\[10px\\]{padding:10px}.csdk-p-\\[20px\\]{padding:20px}.csdk-p-\\[4px\\]{padding:4px}.csdk-p-\\[8px\\]{padding:8px}.csdk-p-button{padding:4px 24px}.csdk-p-px{padding:1px}.csdk-px-1{padding-left:.25rem;padding-right:.25rem}.csdk-px-2{padding-left:.5rem;padding-right:.5rem}.csdk-px-4{padding-left:1rem;padding-right:1rem}.csdk-px-\\[12px\\]{padding-left:12px;padding-right:12px}.csdk-px-\\[20px\\]{padding-left:20px;padding-right:20px}.csdk-px-\\[40px\\]{padding-left:40px;padding-right:40px}.csdk-px-\\[8px\\]{padding-left:8px;padding-right:8px}.csdk-py-\\[14\\.5px\\]{padding-top:14.5px;padding-bottom:14.5px}.csdk-py-\\[30px\\]{padding-top:30px;padding-bottom:30px}.csdk-py-\\[5px\\]{padding-top:5px;padding-bottom:5px}.csdk-py-\\[6px\\]{padding-top:6px;padding-bottom:6px}.csdk-py-\\[7px\\]{padding-top:7px;padding-bottom:7px}.csdk-pb-\\[0px\\]{padding-bottom:0}.csdk-pl-1{padding-left:.25rem}.csdk-pl-2{padding-left:.5rem}.csdk-pl-2\\.5{padding-left:.625rem}.csdk-pl-3{padding-left:.75rem}.csdk-pr-10{padding-right:2.5rem}.csdk-pt-48{padding-top:12rem}.csdk-text-left{text-align:left}.csdk-text-center{text-align:center}.csdk-text-\\[13px\\]{font-size:13px}.csdk-text-ai-lg{font-size:18px;line-height:22px}.csdk-text-ai-sm{font-size:13px;line-height:18px}.csdk-text-ai-xs{font-size:11px;line-height:18px}.csdk-text-xs{font-size:.75rem;line-height:1rem}.csdk-font-normal{font-weight:400}.csdk-leading-4{line-height:1rem}.csdk-leading-\\[16px\\]{line-height:16px}.csdk-leading-\\[18px\\]{line-height:18px}.csdk-leading-\\[26px\\]{line-height:26px}.csdk-leading-none{line-height:1}.csdk-text-UI-default{--tw-text-opacity: 1;color:rgb(110 115 125 / var(--tw-text-opacity))}.csdk-text-semantic-error{color:#e74727}.csdk-text-text-active{color:#262e3d}.csdk-text-text-content{color:#262e3dcc}.csdk-text-text-link{color:#36a3d9}.csdk-text-text-linkButton{--tw-text-opacity: 1;color:rgb(30 175 243 / var(--tw-text-opacity))}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-opacity-80{opacity:.8}.csdk-shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.csdk-shadow-gray-500{--tw-shadow-color: #6b7280;--tw-shadow: var(--tw-shadow-colored)}.csdk-outline-0{outline-width:0px}.csdk-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-delay-150{transition-delay:.15s}.csdk-duration-500{transition-duration:.5s}.invalid\\:csdk-border-input:invalid{border-width:1px}.invalid\\:csdk-border-solid:invalid{border-style:solid}.invalid\\:csdk-border-semantic-error:invalid{border-color:#e74727}.hover\\:csdk-border-2:hover{border-width:2px}.hover\\:csdk-bg-interaction-primaryHovered:hover{background-color:#f2b900}.hover\\:csdk-bg-row-hover:hover{background-color:#e0e0e04d}.focus\\:csdk-border-input:focus{border-width:1px}.focus\\:csdk-border-solid:focus{border-style:solid}.focus\\:csdk-border-UI-default:focus{--tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--tw-border-opacity))}.disabled\\:csdk-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:csdk-opacity-30:disabled{opacity:.3}._container_1wquj_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px;text-align:center;margin:15px}._container_1wquj_1 ._card_1wquj_11{position:relative;padding:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;z-index:1;width:100%}._container_1wquj_1 ._text_1wquj_19{font-size:13px;text-align:center;font-weight:700;word-wrap:break-word}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}.csdk-scattermap-tooltip-row{display:flex;justify-content:space-between}.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}._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}.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-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{box-sizing:content-box;position:absolute;border:8px solid transparent;height:0;width:1px;content:"";z-index:-1;border-width:8px;left:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{bottom:-1px;border-top-color:#aeaeae}.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}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.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__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.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}.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 .holiday-overlay,.react-datepicker__month-text--holidays .holiday-overlay,.react-datepicker__quarter-text--holidays .holiday-overlay,.react-datepicker__year-text--holidays .holiday-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 .holiday-overlay,.react-datepicker__month-text--holidays:hover .holiday-overlay,.react-datepicker__quarter-text--holidays:hover .holiday-overlay,.react-datepicker__year-text--holidays:hover .holiday-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__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)}})();
|