@sisense/sdk-ui 1.11.0 → 1.12.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/buttons/thumbs-down-button.d.ts +2 -1
- package/dist/ai/buttons/thumbs-up-button.d.ts +2 -1
- package/dist/ai/chat-config.d.ts +10 -0
- package/dist/ai/chat-dropup.d.ts +2 -1
- package/dist/ai/chat-input.d.ts +3 -1
- package/dist/ai/common/icon-button.d.ts +2 -3
- package/dist/ai/icons/light-bulb-icon.d.ts +1 -3
- package/dist/ai/index.d.ts +1 -0
- package/dist/ai/messages/clickable-message.d.ts +2 -1
- package/dist/ai/messages/feedback-wrapper.d.ts +2 -2
- package/dist/ai/messages/text-message.d.ts +5 -0
- package/dist/ai/use-last-nlq-response.d.ts +19 -0
- package/dist/ai.cjs +454 -0
- package/dist/ai.js +1073 -1074
- package/dist/api/types/dashboard-dto.d.ts +2 -1
- package/dist/app/client-application.d.ts +1 -0
- package/dist/chart/helpers/use-chart-renderer-props.d.ts +1 -0
- package/dist/chart-options-processor/translations/funnel-plot-options.d.ts +2 -1
- package/dist/chart-options-processor/translations/pie-plot-options.d.ts +2 -1
- package/dist/common/components/loading-indicator.d.ts +17 -4
- package/dist/common/hooks/use-fetch.d.ts +1 -1
- package/dist/common/hooks/use-has-changed.d.ts +9 -0
- package/dist/common/hooks/use-should-load.d.ts +12 -0
- package/dist/dashboard/components/content-panel.d.ts +41 -0
- package/dist/dashboard/components/dashboard-container.d.ts +2 -0
- package/dist/dashboard/components/dashboard-header.d.ts +2 -0
- package/dist/dashboard/components/plugin-service.d.ts +21 -0
- package/dist/dashboard/constants.d.ts +2 -0
- package/dist/dashboard/dashboard-by-id.d.ts +7 -0
- package/dist/dashboard/dashboard.d.ts +8 -0
- package/dist/dashboard/types.d.ts +41 -0
- package/dist/dashboard/utils.d.ts +5 -0
- package/dist/dynamic-size-container/dynamic-size-container.d.ts +8 -0
- package/dist/filters/components/common/date-range-field-button.d.ts +3 -6
- package/dist/filters/components/date-filter/date-filter/date-filter.d.ts +15 -0
- package/dist/filters/components/date-filter/date-range-filter-tile/date-range-filter-display.d.ts +6 -0
- package/dist/filters/components/date-filter/date-range-filter-tile/date-range-filter-tile.d.ts +6 -0
- package/dist/filters/components/date-filter/date-range-filter-tile/editable-date-range-filter.d.ts +14 -0
- package/dist/filters/components/date-filter/date-range-filter-tile/use-date-limits.d.ts +1 -2
- package/dist/filters/components/date-filter/relative-date-filter-tile/relative-date-filter.d.ts +2 -2
- package/dist/filters/components/icons/arrow-icon.d.ts +6 -0
- package/dist/filters/components/icons/double-arrow-icon.d.ts +6 -0
- package/dist/highcharts-memorized.d.ts +1 -1
- package/dist/index.cjs +784 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +11798 -11496
- package/dist/models/dashboard/dashboard-model.d.ts +62 -0
- package/dist/models/dashboard/get-dashboard-model.d.ts +2 -1
- package/dist/models/dashboard/get-dashboard-models.d.ts +2 -1
- package/dist/models/dashboard/index.d.ts +1 -1
- package/dist/models/dashboard/translate-dashboard-utils.d.ts +5 -0
- package/dist/models/dashboard/types.d.ts +2 -14
- package/dist/models/dashboard/use-get-dashboard-model.d.ts +1 -1
- package/dist/models/dashboard/use-get-dashboard-models.d.ts +1 -1
- package/dist/query-execution/query-params-comparator.d.ts +1 -7
- package/dist/query-execution/use-execute-pivot-query.d.ts +2 -5
- package/dist/query-execution/use-execute-query-by-widget-id.d.ts +3 -4
- package/dist/translation/resources/en.d.ts +1 -0
- package/dist/translation/resources/index.d.ts +2 -0
- package/dist/types.d.ts +31 -10
- package/dist/{debounce-BbwkW3DX.js → useQuery-0UWck_2A.js} +12729 -12646
- package/dist/useQuery-DVHD0kJ-.cjs +603 -0
- package/dist/utils/create-cache.d.ts +0 -1
- package/dist/utils/utility-types.d.ts +1 -0
- package/dist/widgets/common/drilldown-breadcrumbs/styled-buttons.d.ts +2 -2
- package/package.json +13 -9
- package/dist/ai/icons/thumbs-down-hovered-icon.d.ts +0 -2
- package/dist/ai/icons/thumbs-up-hovered-icon.d.ts +0 -2
- package/dist/ai/messages/clear-history-success-message.d.ts +0 -1
- package/dist/filters/components/icons/arrow-right-icon.d.ts +0 -2
- package/dist/filters/components/icons/double-arrow-right-icon.d.ts +0 -2
- package/dist/models/dashboard/translate-dashboard.d.ts +0 -4
package/dist/ai.js
CHANGED
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
1
|
+
var ut = Object.defineProperty, ht = Object.defineProperties;
|
|
2
|
+
var pt = Object.getOwnPropertyDescriptors;
|
|
3
|
+
var ne = Object.getOwnPropertySymbols;
|
|
4
|
+
var Me = Object.prototype.hasOwnProperty, Ee = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var ce = (e, t, n) => t in e ? ut(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
|
-
|
|
8
|
-
if (
|
|
9
|
-
for (var n of
|
|
10
|
-
|
|
7
|
+
Me.call(t, n) && ce(e, n, t[n]);
|
|
8
|
+
if (ne)
|
|
9
|
+
for (var n of ne(t))
|
|
10
|
+
Ee.call(t, n) && ce(e, n, t[n]);
|
|
11
11
|
return e;
|
|
12
|
-
},
|
|
13
|
-
var
|
|
12
|
+
}, B = (e, t) => ht(e, pt(t));
|
|
13
|
+
var Le = (e, t) => {
|
|
14
14
|
var n = {};
|
|
15
|
-
for (var
|
|
16
|
-
|
|
17
|
-
if (e != null &&
|
|
18
|
-
for (var
|
|
19
|
-
t.indexOf(
|
|
15
|
+
for (var r in e)
|
|
16
|
+
Me.call(e, r) && t.indexOf(r) < 0 && (n[r] = e[r]);
|
|
17
|
+
if (e != null && ne)
|
|
18
|
+
for (var r of ne(e))
|
|
19
|
+
t.indexOf(r) < 0 && Ee.call(e, r) && (n[r] = e[r]);
|
|
20
20
|
return n;
|
|
21
21
|
};
|
|
22
|
-
var y = (e, t, n) => (
|
|
23
|
-
var
|
|
24
|
-
var a = (
|
|
22
|
+
var y = (e, t, n) => (ce(e, typeof t != "symbol" ? t + "" : t, n), n);
|
|
23
|
+
var S = (e, t, n) => new Promise((r, i) => {
|
|
24
|
+
var a = (l) => {
|
|
25
25
|
try {
|
|
26
|
-
|
|
26
|
+
c(n.next(l));
|
|
27
27
|
} catch (d) {
|
|
28
28
|
i(d);
|
|
29
29
|
}
|
|
30
|
-
}, s = (
|
|
30
|
+
}, s = (l) => {
|
|
31
31
|
try {
|
|
32
|
-
|
|
32
|
+
c(n.throw(l));
|
|
33
33
|
} catch (d) {
|
|
34
34
|
i(d);
|
|
35
35
|
}
|
|
36
|
-
},
|
|
37
|
-
|
|
36
|
+
}, c = (l) => l.done ? r(l.value) : Promise.resolve(l.value).then(a, s);
|
|
37
|
+
c((n = n.apply(e, t)).next());
|
|
38
38
|
});
|
|
39
|
-
import {
|
|
40
|
-
import { jsx as
|
|
41
|
-
import * as
|
|
42
|
-
import { createContext as
|
|
43
|
-
class
|
|
39
|
+
import { cA as gt, cB as Ct, cC as Ie, cD as ft, cE as _, cF as mt, cG as bt, cH as xt, cc as yt, Y as vt, cd as wt, $ as kt, f as St, cq as Q, X as Ae, cI as Rt, n as u, l as E, aO as x, bk as Mt, aW as Et, cJ as Lt, aZ as Tt, aY as $t, a_ as ie, cK as Ht, cL as Dt, b7 as V, b0 as q, cM as Pe, b9 as Bt, cN as Nt, b2 as Ft, cO as Ot, b4 as de, b5 as C, b8 as It, cP as At, cQ as We, cR as Pt, bi as Wt, aL as qe, cS as qt, a4 as jt, M as ue, H as Te, cT as zt, cU as Vt, cV as Qt, cW as Zt, cX as Gt, cY as Ut, cZ as _t, c_ as Kt, c$ as Yt, aU as $e, aV as He, bm as Jt, aJ as Xt, aK as en, aN as je } from "./useQuery-0UWck_2A.js";
|
|
40
|
+
import { jsx as o, jsxs as h, Fragment as D } from "react/jsx-runtime";
|
|
41
|
+
import * as P from "react";
|
|
42
|
+
import { createContext as fe, useMemo as N, useContext as ze, useEffect as K, useCallback as T, useState as $, useRef as U, useLayoutEffect as me, Component as tn, createElement as ge, isValidElement as nn, memo as on, forwardRef as rn } from "react";
|
|
43
|
+
class an extends gt {
|
|
44
44
|
constructor(t, n) {
|
|
45
45
|
super(), this.client = t, this.setOptions(n), this.bindMethods(), this.updateResult();
|
|
46
46
|
}
|
|
@@ -49,8 +49,8 @@ class nt extends de {
|
|
|
49
49
|
}
|
|
50
50
|
setOptions(t) {
|
|
51
51
|
var n;
|
|
52
|
-
const
|
|
53
|
-
this.options = this.client.defaultMutationOptions(t),
|
|
52
|
+
const r = this.options;
|
|
53
|
+
this.options = this.client.defaultMutationOptions(t), Ct(r, this.options) || this.client.getMutationCache().notify({
|
|
54
54
|
type: "observerOptionsUpdated",
|
|
55
55
|
mutation: this.currentMutation,
|
|
56
56
|
observer: this
|
|
@@ -78,12 +78,12 @@ class nt extends de {
|
|
|
78
78
|
});
|
|
79
79
|
}
|
|
80
80
|
mutate(t, n) {
|
|
81
|
-
return this.mutateOptions = n, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client,
|
|
81
|
+
return this.mutateOptions = n, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client, B(R({}, this.options), {
|
|
82
82
|
variables: typeof t != "undefined" ? t : this.options.variables
|
|
83
83
|
})), this.currentMutation.addObserver(this), this.currentMutation.execute();
|
|
84
84
|
}
|
|
85
85
|
updateResult() {
|
|
86
|
-
const t = this.currentMutation ? this.currentMutation.state :
|
|
86
|
+
const t = this.currentMutation ? this.currentMutation.state : ft(), n = B(R({}, t), {
|
|
87
87
|
isLoading: t.status === "loading",
|
|
88
88
|
isSuccess: t.status === "success",
|
|
89
89
|
isError: t.status === "error",
|
|
@@ -94,87 +94,87 @@ class nt extends de {
|
|
|
94
94
|
this.currentResult = n;
|
|
95
95
|
}
|
|
96
96
|
notify(t) {
|
|
97
|
-
|
|
97
|
+
Ie.batch(() => {
|
|
98
98
|
if (this.mutateOptions && this.hasListeners()) {
|
|
99
99
|
if (t.onSuccess) {
|
|
100
|
-
var n,
|
|
101
|
-
(n = (
|
|
100
|
+
var n, r, i, a;
|
|
101
|
+
(n = (r = this.mutateOptions).onSuccess) == null || n.call(r, this.currentResult.data, this.currentResult.variables, this.currentResult.context), (i = (a = this.mutateOptions).onSettled) == null || i.call(a, this.currentResult.data, null, this.currentResult.variables, this.currentResult.context);
|
|
102
102
|
} else if (t.onError) {
|
|
103
|
-
var s,
|
|
104
|
-
(s = (
|
|
103
|
+
var s, c, l, d;
|
|
104
|
+
(s = (c = this.mutateOptions).onError) == null || s.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
105
|
}
|
|
106
106
|
}
|
|
107
107
|
t.listeners && this.listeners.forEach(({
|
|
108
|
-
listener:
|
|
108
|
+
listener: p
|
|
109
109
|
}) => {
|
|
110
|
-
|
|
110
|
+
p(this.currentResult);
|
|
111
111
|
});
|
|
112
112
|
});
|
|
113
113
|
}
|
|
114
114
|
}
|
|
115
|
-
function
|
|
116
|
-
const
|
|
117
|
-
context:
|
|
118
|
-
}), [a] =
|
|
119
|
-
|
|
120
|
-
a.setOptions(
|
|
121
|
-
}, [a,
|
|
122
|
-
const s =
|
|
123
|
-
a.mutate(
|
|
115
|
+
function be(e, t, n) {
|
|
116
|
+
const r = xt(e, t), i = _({
|
|
117
|
+
context: r.context
|
|
118
|
+
}), [a] = P.useState(() => new an(i, r));
|
|
119
|
+
P.useEffect(() => {
|
|
120
|
+
a.setOptions(r);
|
|
121
|
+
}, [a, r]);
|
|
122
|
+
const s = mt(P.useCallback((l) => a.subscribe(Ie.batchCalls(l)), [a]), () => a.getCurrentResult(), () => a.getCurrentResult()), c = P.useCallback((l, d) => {
|
|
123
|
+
a.mutate(l, d).catch(sn);
|
|
124
124
|
}, [a]);
|
|
125
|
-
if (s.error &&
|
|
125
|
+
if (s.error && bt(a.options.useErrorBoundary, [s.error]))
|
|
126
126
|
throw s.error;
|
|
127
|
-
return
|
|
128
|
-
mutate:
|
|
127
|
+
return B(R({}, s), {
|
|
128
|
+
mutate: c,
|
|
129
129
|
mutateAsync: s.mutate
|
|
130
130
|
});
|
|
131
131
|
}
|
|
132
|
-
function
|
|
132
|
+
function sn() {
|
|
133
133
|
}
|
|
134
|
-
class
|
|
134
|
+
class ln {
|
|
135
135
|
constructor(t) {
|
|
136
136
|
y(this, "httpClient");
|
|
137
|
-
y(this, "getDataModels", () =>
|
|
137
|
+
y(this, "getDataModels", () => S(this, null, function* () {
|
|
138
138
|
return (yield this.httpClient.get("api/v2/datamodels/schema")).filter((n) => n);
|
|
139
139
|
}));
|
|
140
|
-
y(this, "getPerspectives", () =>
|
|
140
|
+
y(this, "getPerspectives", () => S(this, null, function* () {
|
|
141
141
|
return this.httpClient.get("api/v2/perspectives");
|
|
142
142
|
}));
|
|
143
143
|
// ==== /v2/ai endpoints ====
|
|
144
|
-
y(this, "getNlgQueryResult", (t) =>
|
|
144
|
+
y(this, "getNlgQueryResult", (t) => S(this, null, function* () {
|
|
145
145
|
return this.httpClient.post("api/v2/ai/nlg/queryResult", t);
|
|
146
146
|
}));
|
|
147
|
-
y(this, "getQueryRecommendations", (t, n) =>
|
|
147
|
+
y(this, "getQueryRecommendations", (t, n) => S(this, null, function* () {
|
|
148
148
|
return this.httpClient.get(
|
|
149
149
|
`api/v2/ai/recommendations/query/${t}/${n.numOfRecommendations}`
|
|
150
150
|
);
|
|
151
151
|
}));
|
|
152
|
-
y(this, "setLlmConfig", (t) =>
|
|
152
|
+
y(this, "setLlmConfig", (t) => S(this, null, function* () {
|
|
153
153
|
return this.httpClient.post("api/v2/settings/ai/llmProvider", t).catch((n) => {
|
|
154
154
|
console.error("Unable to set llm config", n);
|
|
155
155
|
});
|
|
156
156
|
}));
|
|
157
157
|
// ==== /v2/ai/chats endpoints ====
|
|
158
|
-
y(this, "getAllChats", () =>
|
|
158
|
+
y(this, "getAllChats", () => S(this, null, function* () {
|
|
159
159
|
return this.httpClient.get("api/v2/ai/chats");
|
|
160
160
|
}));
|
|
161
|
-
y(this, "getChatById", (t) =>
|
|
161
|
+
y(this, "getChatById", (t) => S(this, null, function* () {
|
|
162
162
|
return this.httpClient.get(`api/v2/ai/chats/${t}`);
|
|
163
163
|
}));
|
|
164
|
-
y(this, "createChat", (t) =>
|
|
164
|
+
y(this, "createChat", (t) => S(this, null, function* () {
|
|
165
165
|
return this.httpClient.post("api/v2/ai/chats", { contextId: t });
|
|
166
166
|
}));
|
|
167
|
-
y(this, "postChat", (t, n) =>
|
|
167
|
+
y(this, "postChat", (t, n) => S(this, null, function* () {
|
|
168
168
|
return this.httpClient.post(`api/v2/ai/chats/${t}`, n);
|
|
169
169
|
}));
|
|
170
|
-
y(this, "deleteChatHistory", (t) =>
|
|
170
|
+
y(this, "deleteChatHistory", (t) => S(this, null, function* () {
|
|
171
171
|
return this.httpClient.delete(`api/v2/ai/chats/${t}/history`);
|
|
172
172
|
}));
|
|
173
|
-
y(this, "sendFeedback", (t) =>
|
|
173
|
+
y(this, "sendFeedback", (t) => S(this, null, function* () {
|
|
174
174
|
return this.httpClient.post("api/v2/ai/feedback", t);
|
|
175
175
|
}));
|
|
176
176
|
// ==== misc endpoints ====
|
|
177
|
-
y(this, "getDataSourceFields", (t) =>
|
|
177
|
+
y(this, "getDataSourceFields", (t) => S(this, null, function* () {
|
|
178
178
|
return this.httpClient.post(`api/datasources/${encodeURIComponent(t)}/fields/search`, {
|
|
179
179
|
offset: 0,
|
|
180
180
|
count: 9999
|
|
@@ -199,17 +199,17 @@ class ot {
|
|
|
199
199
|
this.httpClient = t;
|
|
200
200
|
}
|
|
201
201
|
}
|
|
202
|
-
const
|
|
202
|
+
const cn = new yt({
|
|
203
203
|
defaultOptions: {
|
|
204
204
|
queries: {
|
|
205
205
|
refetchOnWindowFocus: !1,
|
|
206
206
|
refetchOnMount: !1
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
|
-
}),
|
|
210
|
-
const { app: t } =
|
|
211
|
-
return /* @__PURE__ */
|
|
212
|
-
},
|
|
209
|
+
}), Ve = fe(void 0), O = () => ze(Ve), dn = ({ children: e }) => {
|
|
210
|
+
const { app: t } = vt(), n = N(() => t ? new ln(t.httpClient) : void 0, [t]);
|
|
211
|
+
return /* @__PURE__ */ o(Ve.Provider, { value: n, children: /* @__PURE__ */ o(wt, { client: cn, children: e }) });
|
|
212
|
+
}, un = `
|
|
213
213
|
=================================================================
|
|
214
214
|
WARNING: You are importing a component from @sisense/sdk-ui/ai.
|
|
215
215
|
This component is currently in PRIVATE PREVIEW and is exclusively
|
|
@@ -218,26 +218,26 @@ available to a select group of pre-approved customers.
|
|
|
218
218
|
As a preview feature, this component may have limited support
|
|
219
219
|
and is subject to potential changes.
|
|
220
220
|
=================================================================`;
|
|
221
|
-
function
|
|
222
|
-
return
|
|
223
|
-
console.warn(
|
|
224
|
-
}, []), /* @__PURE__ */
|
|
221
|
+
function Lr({ children: e }) {
|
|
222
|
+
return K(() => {
|
|
223
|
+
console.warn(un);
|
|
224
|
+
}, []), /* @__PURE__ */ o(dn, { children: e });
|
|
225
225
|
}
|
|
226
|
-
const
|
|
227
|
-
const n =
|
|
228
|
-
var
|
|
226
|
+
const xe = (e, t = !0) => {
|
|
227
|
+
const n = N(() => {
|
|
228
|
+
var p, g;
|
|
229
229
|
if ("jaql" in e)
|
|
230
230
|
return e;
|
|
231
231
|
{
|
|
232
232
|
let f;
|
|
233
|
-
|
|
234
|
-
const { filters:
|
|
233
|
+
Rt(e.dataSource) ? f = { title: e.dataSource.title, live: e.dataSource.type === "live" } : f = e.dataSource;
|
|
234
|
+
const { filters: k = [], relations: v } = kt(e.filters), { metadata: m, filterRelations: b } = St(
|
|
235
235
|
{
|
|
236
236
|
dataSource: e.dataSource,
|
|
237
|
-
attributes: (
|
|
238
|
-
measures: (
|
|
239
|
-
filters:
|
|
240
|
-
filterRelations:
|
|
237
|
+
attributes: (p = e.dimensions) != null ? p : [],
|
|
238
|
+
measures: (g = e.measures) != null ? g : [],
|
|
239
|
+
filters: k,
|
|
240
|
+
filterRelations: v,
|
|
241
241
|
highlights: []
|
|
242
242
|
},
|
|
243
243
|
!0
|
|
@@ -245,129 +245,131 @@ const x1 = (e, t = !0) => {
|
|
|
245
245
|
return {
|
|
246
246
|
jaql: {
|
|
247
247
|
datasource: f,
|
|
248
|
-
metadata:
|
|
249
|
-
filterRelations:
|
|
248
|
+
metadata: m,
|
|
249
|
+
filterRelations: b
|
|
250
250
|
}
|
|
251
251
|
};
|
|
252
252
|
}
|
|
253
|
-
}, [e]),
|
|
254
|
-
queryKey: ["getNlgQueryResult", n,
|
|
255
|
-
queryFn: () =>
|
|
256
|
-
select: (
|
|
257
|
-
var
|
|
258
|
-
return (
|
|
253
|
+
}, [e]), r = O(), { data: i, error: a, isError: s, isLoading: c, isSuccess: l, refetch: d } = Q({
|
|
254
|
+
queryKey: ["getNlgQueryResult", n, r],
|
|
255
|
+
queryFn: () => r == null ? void 0 : r.ai.getNlgQueryResult(n),
|
|
256
|
+
select: (p) => {
|
|
257
|
+
var g;
|
|
258
|
+
return (g = p == null ? void 0 : p.data) == null ? void 0 : g.answer;
|
|
259
259
|
},
|
|
260
|
-
enabled: !!
|
|
260
|
+
enabled: !!r && t
|
|
261
261
|
});
|
|
262
262
|
return {
|
|
263
|
-
isLoading:
|
|
263
|
+
isLoading: c,
|
|
264
264
|
isError: s,
|
|
265
|
-
isSuccess:
|
|
265
|
+
isSuccess: l,
|
|
266
266
|
data: i,
|
|
267
267
|
error: a,
|
|
268
|
-
refetch:
|
|
268
|
+
refetch: T(() => {
|
|
269
269
|
d();
|
|
270
270
|
}, [d])
|
|
271
271
|
};
|
|
272
|
-
},
|
|
273
|
-
const
|
|
274
|
-
return
|
|
275
|
-
},
|
|
276
|
-
|
|
277
|
-
),
|
|
272
|
+
}, hn = (e) => {
|
|
273
|
+
const r = e, { enabled: t } = r, n = Le(r, ["enabled"]);
|
|
274
|
+
return xe(n, t);
|
|
275
|
+
}, Tr = Ae("useGetNlgQueryResult")(
|
|
276
|
+
hn
|
|
277
|
+
), Qe = Object.freeze({
|
|
278
278
|
enableFollowupQuestions: !1,
|
|
279
279
|
enableHeader: !0,
|
|
280
280
|
enableInsights: !0,
|
|
281
281
|
numOfRecommendations: 4,
|
|
282
282
|
numOfRecentPrompts: 5,
|
|
283
|
-
inputPromptText:
|
|
284
|
-
|
|
283
|
+
inputPromptText: 'Ask a question or type "/" for ideas',
|
|
284
|
+
welcomeText: "Welcome to the Analytics Assistant! I can help you explore and gain insights from your data.",
|
|
285
|
+
suggestionsWelcomeText: "Some questions you may have:"
|
|
286
|
+
}), Ze = fe(R({}, Qe)), I = () => ze(Ze), pn = ({ children: e, value: t }) => {
|
|
285
287
|
const n = Object.entries(t).reduce(
|
|
286
|
-
(
|
|
287
|
-
|
|
288
|
+
(r, [i, a]) => (a !== void 0 && (r[i] = a), r),
|
|
289
|
+
R({}, Qe)
|
|
288
290
|
);
|
|
289
|
-
return /* @__PURE__ */
|
|
290
|
-
},
|
|
291
|
-
const { contextTitle: t, count: n } = e,
|
|
292
|
-
queryKey: ["getQueryRecommendations", t, a,
|
|
293
|
-
queryFn: () =>
|
|
291
|
+
return /* @__PURE__ */ o(Ze.Provider, { value: n, children: e });
|
|
292
|
+
}, Ge = (e) => {
|
|
293
|
+
const { contextTitle: t, count: n } = e, r = O(), { numOfRecommendations: i } = I(), a = n != null ? n : i, { isLoading: s, isError: c, isSuccess: l, data: d, error: p, refetch: g } = Q({
|
|
294
|
+
queryKey: ["getQueryRecommendations", t, a, r],
|
|
295
|
+
queryFn: () => r == null ? void 0 : r.ai.getQueryRecommendations(t, {
|
|
294
296
|
numOfRecommendations: a
|
|
295
297
|
}),
|
|
296
|
-
enabled: !!
|
|
298
|
+
enabled: !!r
|
|
297
299
|
});
|
|
298
300
|
return {
|
|
299
301
|
isLoading: s,
|
|
300
|
-
isError:
|
|
301
|
-
isSuccess:
|
|
302
|
+
isError: c,
|
|
303
|
+
isSuccess: l,
|
|
302
304
|
data: d != null ? d : [],
|
|
303
|
-
error:
|
|
304
|
-
refetch:
|
|
305
|
-
|
|
306
|
-
}, [
|
|
305
|
+
error: p,
|
|
306
|
+
refetch: T(() => {
|
|
307
|
+
g();
|
|
308
|
+
}, [g])
|
|
307
309
|
};
|
|
308
|
-
},
|
|
309
|
-
|
|
310
|
-
),
|
|
310
|
+
}, $r = Ae("useGetQueryRecommendations")(
|
|
311
|
+
Ge
|
|
312
|
+
), ye = "Oh snap, something went wrong. Please try again later.", gn = "Oh snap, something went wrong. Please try again later or try asking a different question.", Cn = "Something went wrong and we were unable to retrieve the chat thread. Let's start over!", Ue = "Chat unavailable. Please try again later.", ve = "chatHistory", fn = (e) => {
|
|
311
313
|
const t = O();
|
|
312
314
|
return Q({
|
|
313
|
-
queryKey: [
|
|
314
|
-
queryFn: () =>
|
|
315
|
+
queryKey: [ve, e, t],
|
|
316
|
+
queryFn: () => S(void 0, null, function* () {
|
|
315
317
|
return !t || !e ? void 0 : (yield t.ai.chat.getById(e)).chatHistory;
|
|
316
318
|
}),
|
|
317
319
|
enabled: !!t && !!e
|
|
318
320
|
});
|
|
319
|
-
},
|
|
320
|
-
const t = O(), n =
|
|
321
|
-
return
|
|
322
|
-
mutationFn: () =>
|
|
321
|
+
}, _e = (e) => {
|
|
322
|
+
const t = O(), n = _();
|
|
323
|
+
return be({
|
|
324
|
+
mutationFn: () => S(void 0, null, function* () {
|
|
323
325
|
if (!(!t || !e))
|
|
324
326
|
return t.ai.chat.clearHistory(e);
|
|
325
327
|
}),
|
|
326
|
-
onError: (
|
|
327
|
-
console.error("Error when clearing history:",
|
|
328
|
+
onError: (r) => {
|
|
329
|
+
console.error("Error when clearing history:", r);
|
|
328
330
|
},
|
|
329
331
|
onSettled: () => {
|
|
330
|
-
e && n.setQueriesData([
|
|
332
|
+
e && n.setQueriesData([ve, e], []);
|
|
331
333
|
}
|
|
332
334
|
});
|
|
333
|
-
},
|
|
334
|
-
const { data: t, isLoading: n, isError:
|
|
335
|
-
return
|
|
336
|
-
|
|
337
|
-
}, [
|
|
335
|
+
}, Ke = (e) => {
|
|
336
|
+
const { data: t, isLoading: n, isError: r } = fn(e), { mutate: i } = _e(e);
|
|
337
|
+
return K(() => {
|
|
338
|
+
r && i();
|
|
339
|
+
}, [r, i]), {
|
|
338
340
|
history: t,
|
|
339
341
|
isLoading: n,
|
|
340
|
-
isError:
|
|
342
|
+
isError: r
|
|
341
343
|
};
|
|
342
|
-
},
|
|
343
|
-
const e = O(), { data: t, isLoading: n, fetchStatus:
|
|
344
|
+
}, we = () => {
|
|
345
|
+
const e = O(), { data: t, isLoading: n, fetchStatus: r } = Q({
|
|
344
346
|
queryKey: ["getDataTopics", e],
|
|
345
|
-
queryFn: () =>
|
|
347
|
+
queryFn: () => S(void 0, null, function* () {
|
|
346
348
|
if (!e)
|
|
347
349
|
return;
|
|
348
350
|
const i = (yield e.getDataModels()).map(
|
|
349
|
-
(
|
|
350
|
-
id:
|
|
351
|
-
name:
|
|
351
|
+
(l) => ({
|
|
352
|
+
id: l.oid,
|
|
353
|
+
name: l.title,
|
|
352
354
|
type: "datamodel",
|
|
353
355
|
description: ""
|
|
354
356
|
})
|
|
355
|
-
),
|
|
356
|
-
(
|
|
357
|
+
), c = (yield e.getPerspectives()).filter(
|
|
358
|
+
(l) => !l.isDefault
|
|
357
359
|
).map(
|
|
358
|
-
(
|
|
359
|
-
id:
|
|
360
|
-
name:
|
|
360
|
+
(l) => ({
|
|
361
|
+
id: l.oid,
|
|
362
|
+
name: l.name,
|
|
361
363
|
type: "perspective",
|
|
362
|
-
description:
|
|
364
|
+
description: l.description
|
|
363
365
|
})
|
|
364
366
|
);
|
|
365
|
-
return [...i, ...
|
|
367
|
+
return [...i, ...c];
|
|
366
368
|
}),
|
|
367
369
|
enabled: !!e
|
|
368
370
|
});
|
|
369
|
-
return { data: t, isLoading: n, fetchStatus:
|
|
370
|
-
},
|
|
371
|
+
return { data: t, isLoading: n, fetchStatus: r };
|
|
372
|
+
}, Ye = () => {
|
|
371
373
|
const e = O(), { data: t, isLoading: n } = Q({
|
|
372
374
|
queryKey: ["getAllChats", e],
|
|
373
375
|
queryFn: () => e == null ? void 0 : e.ai.chat.getAll(),
|
|
@@ -377,18 +379,18 @@ const x1 = (e, t = !0) => {
|
|
|
377
379
|
data: t != null ? t : [],
|
|
378
380
|
isLoading: n
|
|
379
381
|
};
|
|
380
|
-
},
|
|
381
|
-
const n =
|
|
382
|
-
mutationFn: () =>
|
|
383
|
-
if (!(!
|
|
384
|
-
return
|
|
382
|
+
}, mn = (e, t) => {
|
|
383
|
+
const n = _(), r = O(), i = be({
|
|
384
|
+
mutationFn: () => S(void 0, null, function* () {
|
|
385
|
+
if (!(!r || !e))
|
|
386
|
+
return r.ai.chat.create(e);
|
|
385
387
|
}),
|
|
386
388
|
onSuccess: () => n.invalidateQueries(["getAllChats"])
|
|
387
389
|
});
|
|
388
|
-
return
|
|
390
|
+
return K(() => {
|
|
389
391
|
t && i.isIdle && i.mutate();
|
|
390
392
|
}, [t, i]), i;
|
|
391
|
-
},
|
|
393
|
+
}, bn = (e) => {
|
|
392
394
|
switch (e.responseType = e.responseType.toLowerCase(), e.responseType) {
|
|
393
395
|
case "nlq":
|
|
394
396
|
return {
|
|
@@ -405,50 +407,50 @@ const x1 = (e, t = !0) => {
|
|
|
405
407
|
default:
|
|
406
408
|
throw Error(`Received unknown responseType, raw response=${JSON.stringify(e)}`);
|
|
407
409
|
}
|
|
408
|
-
},
|
|
409
|
-
const t =
|
|
410
|
-
(
|
|
411
|
-
e && t.setQueriesData([
|
|
410
|
+
}, xn = (e) => {
|
|
411
|
+
const t = _(), n = T(
|
|
412
|
+
(c) => {
|
|
413
|
+
e && t.setQueriesData([ve, e], (l) => l && [...l, c]);
|
|
412
414
|
},
|
|
413
415
|
[t, e]
|
|
414
|
-
), { enableFollowupQuestions:
|
|
415
|
-
mutationFn: (
|
|
416
|
+
), { enableFollowupQuestions: r } = I(), i = O(), { mutate: a, isLoading: s } = be({
|
|
417
|
+
mutationFn: (c) => S(void 0, null, function* () {
|
|
416
418
|
if (!(!i || !e))
|
|
417
419
|
return i.ai.chat.post(e, {
|
|
418
|
-
text:
|
|
419
|
-
options: { enableFollowup:
|
|
420
|
+
text: c,
|
|
421
|
+
options: { enableFollowup: r }
|
|
420
422
|
});
|
|
421
423
|
}),
|
|
422
|
-
onMutate: (
|
|
424
|
+
onMutate: (c) => {
|
|
423
425
|
n({
|
|
424
|
-
content:
|
|
426
|
+
content: c,
|
|
425
427
|
role: "user"
|
|
426
428
|
});
|
|
427
429
|
},
|
|
428
|
-
onError: (
|
|
429
|
-
|
|
430
|
-
content:
|
|
430
|
+
onError: (c) => {
|
|
431
|
+
c instanceof Error && (console.error("Error when sending message:", c.message), n({
|
|
432
|
+
content: gn,
|
|
431
433
|
role: "assistant"
|
|
432
434
|
}));
|
|
433
435
|
},
|
|
434
|
-
onSuccess: (
|
|
435
|
-
|
|
436
|
+
onSuccess: (c) => {
|
|
437
|
+
c && n(bn(c));
|
|
436
438
|
}
|
|
437
439
|
});
|
|
438
440
|
return { mutate: a, isLoading: s };
|
|
439
|
-
},
|
|
440
|
-
var
|
|
441
|
-
const { data: t, isLoading: n } =
|
|
441
|
+
}, ke = (e) => !!e && "type" in e && e.type === "nlq", yn = (e) => {
|
|
442
|
+
var H, F;
|
|
443
|
+
const { data: t, isLoading: n } = we(), { data: r, isLoading: i } = Ye(), a = (H = t == null ? void 0 : t.find((M) => M.name === e)) == null ? void 0 : H.id, s = (F = r.find((M) => M.contextId === a)) == null ? void 0 : F.chatId, c = n || !!a, l = i || !!s, [d, p] = $(null), { isError: g } = mn(
|
|
442
444
|
a,
|
|
443
|
-
|
|
444
|
-
), { history: f, isLoading:
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
}, [
|
|
448
|
-
const { mutate:
|
|
445
|
+
c && !l
|
|
446
|
+
), { history: f, isLoading: k, isError: v } = Ke(s);
|
|
447
|
+
K(() => {
|
|
448
|
+
g ? p(new Error(Ue)) : v && p(new Error(Cn));
|
|
449
|
+
}, [g, v]);
|
|
450
|
+
const { mutate: m, isLoading: b } = xn(s), w = N(() => {
|
|
449
451
|
if (f != null && f.length) {
|
|
450
452
|
const M = f[f.length - 1];
|
|
451
|
-
if (
|
|
453
|
+
if (ke(M))
|
|
452
454
|
return JSON.parse(M.content);
|
|
453
455
|
}
|
|
454
456
|
return null;
|
|
@@ -456,14 +458,27 @@ const x1 = (e, t = !0) => {
|
|
|
456
458
|
return {
|
|
457
459
|
chatId: s,
|
|
458
460
|
history: f != null ? f : [],
|
|
459
|
-
lastNlqResponse:
|
|
460
|
-
sendMessage:
|
|
461
|
-
isAwaitingResponse:
|
|
462
|
-
isLoading:
|
|
461
|
+
lastNlqResponse: w,
|
|
462
|
+
sendMessage: m,
|
|
463
|
+
isAwaitingResponse: b,
|
|
464
|
+
isLoading: k,
|
|
463
465
|
lastError: d
|
|
464
466
|
};
|
|
465
|
-
},
|
|
466
|
-
|
|
467
|
+
}, Hr = ({
|
|
468
|
+
contextTitle: e
|
|
469
|
+
}) => {
|
|
470
|
+
var i;
|
|
471
|
+
const { data: t } = Ye(), n = (i = t.find((a) => a.contextTitle === e)) == null ? void 0 : i.chatId, { history: r } = Ke(n);
|
|
472
|
+
return N(() => {
|
|
473
|
+
if (r != null && r.length) {
|
|
474
|
+
const a = r[r.length - 1];
|
|
475
|
+
if (ke(a))
|
|
476
|
+
return JSON.parse(a.content);
|
|
477
|
+
}
|
|
478
|
+
return null;
|
|
479
|
+
}, [r]);
|
|
480
|
+
}, Dr = (e) => {
|
|
481
|
+
const t = O(), { data: n, isLoading: r } = Q({
|
|
467
482
|
queryKey: ["getDataSourceFields", e, t],
|
|
468
483
|
queryFn: () => e ? t == null ? void 0 : t.ai.getDataSourceFields(e) : void 0,
|
|
469
484
|
select: (i) => i,
|
|
@@ -471,34 +486,34 @@ const x1 = (e, t = !0) => {
|
|
|
471
486
|
});
|
|
472
487
|
return {
|
|
473
488
|
data: n,
|
|
474
|
-
isLoading:
|
|
489
|
+
isLoading: r
|
|
475
490
|
};
|
|
476
|
-
},
|
|
491
|
+
}, vn = 500, wn = 500, kn = 500, Sn = 900, Rn = u.div`
|
|
477
492
|
box-sizing: border-box;
|
|
478
493
|
position: relative;
|
|
479
494
|
display: flex;
|
|
480
495
|
flex-direction: column;
|
|
481
496
|
border: 1px solid #c6c9ce;
|
|
482
497
|
border-radius: ${({ theme: e }) => e.aiChat.borderRadius};
|
|
483
|
-
background-color:
|
|
498
|
+
background-color: ${({ theme: e }) => e.aiChat.backgroundColor};
|
|
484
499
|
overflow: hidden;
|
|
485
500
|
|
|
486
|
-
min-width: ${
|
|
487
|
-
min-height: ${
|
|
488
|
-
width: ${({ width: e }) => e ?
|
|
489
|
-
height: ${({ height: e }) => e ?
|
|
501
|
+
min-width: ${vn}px;
|
|
502
|
+
min-height: ${wn}px;
|
|
503
|
+
width: ${({ width: e }) => e ? De(e) : `${kn}px`};
|
|
504
|
+
height: ${({ height: e }) => e ? De(e) : `${Sn}px`};
|
|
490
505
|
|
|
491
|
-
${({ theme: e }) =>
|
|
506
|
+
${({ theme: e }) => E`
|
|
492
507
|
font-size: ${e.aiChat.primaryFontSize[0]};
|
|
493
508
|
line-height: ${e.aiChat.primaryFontSize[1]};
|
|
494
509
|
`}
|
|
495
510
|
border: ${({ theme: e }) => e.aiChat.border === !1 ? "none" : e.aiChat.border};
|
|
496
511
|
`;
|
|
497
|
-
function
|
|
512
|
+
function De(e) {
|
|
498
513
|
return typeof e == "number" ? `${e}px` : e;
|
|
499
514
|
}
|
|
500
|
-
function
|
|
501
|
-
return /* @__PURE__ */
|
|
515
|
+
function Mn({ spin: e }) {
|
|
516
|
+
return /* @__PURE__ */ h(
|
|
502
517
|
"svg",
|
|
503
518
|
{
|
|
504
519
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -508,7 +523,7 @@ function Lt({ spin: e }) {
|
|
|
508
523
|
fill: "none",
|
|
509
524
|
className: `${e ? "csdk-animate-spin" : ""}`,
|
|
510
525
|
children: [
|
|
511
|
-
/* @__PURE__ */
|
|
526
|
+
/* @__PURE__ */ o(
|
|
512
527
|
"path",
|
|
513
528
|
{
|
|
514
529
|
fillRule: "evenodd",
|
|
@@ -518,7 +533,7 @@ function Lt({ spin: e }) {
|
|
|
518
533
|
fillOpacity: "0.3"
|
|
519
534
|
}
|
|
520
535
|
),
|
|
521
|
-
/* @__PURE__ */
|
|
536
|
+
/* @__PURE__ */ o(
|
|
522
537
|
"path",
|
|
523
538
|
{
|
|
524
539
|
fillRule: "evenodd",
|
|
@@ -531,11 +546,11 @@ function Lt({ spin: e }) {
|
|
|
531
546
|
}
|
|
532
547
|
);
|
|
533
548
|
}
|
|
534
|
-
function
|
|
535
|
-
return /* @__PURE__ */
|
|
549
|
+
function ae() {
|
|
550
|
+
return /* @__PURE__ */ o("div", { className: "csdk-m-auto", "aria-label": "loading spinner", children: /* @__PURE__ */ o(Mn, { spin: !0 }) });
|
|
536
551
|
}
|
|
537
|
-
function
|
|
538
|
-
return /* @__PURE__ */
|
|
552
|
+
function En({ theme: e }) {
|
|
553
|
+
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(
|
|
539
554
|
"path",
|
|
540
555
|
{
|
|
541
556
|
d: "M4 14L0 10L24 0L14 24L10 20L8.47667 16.9533L19 6.4L20 4.00001L17.6099 5L7.04354 15.5218L4 14Z",
|
|
@@ -543,24 +558,24 @@ function Mt({ theme: e }) {
|
|
|
543
558
|
}
|
|
544
559
|
) });
|
|
545
560
|
}
|
|
546
|
-
function
|
|
561
|
+
function Ln({ theme: e }) {
|
|
547
562
|
const t = e.aiChat.icons.color;
|
|
548
|
-
return /* @__PURE__ */
|
|
549
|
-
/* @__PURE__ */
|
|
563
|
+
return /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "25", height: "25", viewBox: "0 0 25 25", fill: "none", children: [
|
|
564
|
+
/* @__PURE__ */ o(
|
|
550
565
|
"path",
|
|
551
566
|
{
|
|
552
567
|
d: "M21.4095 11.1195L12.5644 6.0459C12.3247 5.90841 12.0189 5.99143 11.8816 6.23128L10.764 8.18434C10.6275 8.42284 10.709 8.72678 10.9466 8.86491L19.7108 13.9614C19.9464 14.0984 20.2483 14.0215 20.3897 13.7884L21.5883 11.8125C21.734 11.5723 21.6532 11.2592 21.4095 11.1195Z",
|
|
553
568
|
fill: t
|
|
554
569
|
}
|
|
555
570
|
),
|
|
556
|
-
/* @__PURE__ */
|
|
571
|
+
/* @__PURE__ */ o(
|
|
557
572
|
"path",
|
|
558
573
|
{
|
|
559
574
|
d: "M18.7329 8.60735L16.1048 7.07819L19.6668 0.928042C19.8041 0.6909 20.1068 0.608502 20.3454 0.743288L22.156 1.7661C22.3992 1.90347 22.4827 2.21344 22.3414 2.45438L18.7329 8.60735Z",
|
|
560
575
|
fill: t
|
|
561
576
|
}
|
|
562
577
|
),
|
|
563
|
-
/* @__PURE__ */
|
|
578
|
+
/* @__PURE__ */ o(
|
|
564
579
|
"path",
|
|
565
580
|
{
|
|
566
581
|
d: "M19.8544 14.9048L10.3563 9.43067C10.2184 9.35116 10.0413 9.39515 9.95275 9.52746C7.03423 13.8862 4.07448 15.2337 3.18167 16.0938C3.09276 16.1794 3.08414 16.3141 3.1538 16.416C3.74961 17.2879 5.10497 18.4425 6.05628 19.2048C6.17328 19.2985 6.34145 19.2903 6.44961 19.1865L9.97994 15.7973L7.69329 20.1066C7.61954 20.2456 7.66674 20.4186 7.80041 20.5017C11.6152 22.8708 14.2978 24.0437 16.9604 24.4472C17.1542 24.4766 17.3191 24.3106 17.3033 24.1152C17.007 20.469 19.0807 16.6112 19.8544 14.9048Z",
|
|
@@ -569,11 +584,11 @@ function St({ theme: e }) {
|
|
|
569
584
|
)
|
|
570
585
|
] });
|
|
571
586
|
}
|
|
572
|
-
const
|
|
587
|
+
const Tn = u.div`
|
|
573
588
|
display: flex;
|
|
574
589
|
flex-direction: column;
|
|
575
590
|
row-gap: 4px;
|
|
576
|
-
`,
|
|
591
|
+
`, $n = u.div`
|
|
577
592
|
font-size: 11px;
|
|
578
593
|
line-height: 18px;
|
|
579
594
|
font-weight: 300;
|
|
@@ -583,9 +598,9 @@ const Rt = m.div`
|
|
|
583
598
|
&:hover {
|
|
584
599
|
background-color: ${({ theme: e }) => e.aiChat.dropup.headers.hover.backgroundColor};
|
|
585
600
|
}
|
|
586
|
-
`,
|
|
587
|
-
font-size:
|
|
588
|
-
line-height:
|
|
601
|
+
`, Hn = u.div`
|
|
602
|
+
font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
|
|
603
|
+
line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
|
|
589
604
|
color: ${({ theme: e }) => e.aiChat.dropup.items.textColor};
|
|
590
605
|
cursor: pointer;
|
|
591
606
|
padding: 4px 12px;
|
|
@@ -593,19 +608,22 @@ const Rt = m.div`
|
|
|
593
608
|
background-color: ${({ theme: e }) => e.aiChat.dropup.items.hover.backgroundColor};
|
|
594
609
|
}
|
|
595
610
|
`;
|
|
596
|
-
function
|
|
611
|
+
function Dn({
|
|
597
612
|
title: e,
|
|
598
613
|
items: t,
|
|
599
614
|
onSelect: n,
|
|
600
|
-
alwaysExpanded:
|
|
615
|
+
alwaysExpanded: r = !1
|
|
601
616
|
}) {
|
|
602
|
-
const [i, a] =
|
|
603
|
-
return /* @__PURE__ */
|
|
604
|
-
/* @__PURE__ */
|
|
605
|
-
(i ||
|
|
617
|
+
const [i, a] = $(!1), { themeSettings: s } = x();
|
|
618
|
+
return /* @__PURE__ */ h(Tn, { children: [
|
|
619
|
+
/* @__PURE__ */ o($n, { onClick: () => a((c) => !c), theme: s, children: e.toUpperCase() }),
|
|
620
|
+
(i || r) && t.map((c, l) => /* @__PURE__ */ o(Hn, { onClick: () => n(c), theme: s, children: c }, l))
|
|
606
621
|
] });
|
|
607
622
|
}
|
|
608
|
-
const
|
|
623
|
+
const Bn = u.div`
|
|
624
|
+
font-family: ${({ theme: e }) => e.typography.fontFamily};
|
|
625
|
+
font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
|
|
626
|
+
line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
|
|
609
627
|
background-color: ${({ theme: e }) => e.aiChat.dropup.backgroundColor};
|
|
610
628
|
border-radius: ${({ theme: e }) => e.aiChat.dropup.borderRadius};
|
|
611
629
|
box-shadow: ${({ theme: e }) => e.aiChat.dropup.boxShadow};
|
|
@@ -614,33 +632,39 @@ const $t = m.div`
|
|
|
614
632
|
display: flex;
|
|
615
633
|
flex-direction: column;
|
|
616
634
|
row-gap: 4px;
|
|
617
|
-
`,
|
|
618
|
-
|
|
635
|
+
`, Nn = u.div`
|
|
636
|
+
font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
|
|
637
|
+
line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
|
|
638
|
+
color: ${({ theme: e }) => e.aiChat.dropup.items.textColor};
|
|
639
|
+
padding: 4px 12px;
|
|
640
|
+
`, Ce = (e) => e.startsWith("/");
|
|
641
|
+
function Fn({
|
|
619
642
|
recentPrompts: e,
|
|
620
643
|
suggestions: t,
|
|
621
644
|
isLoading: n,
|
|
622
|
-
onSelection:
|
|
645
|
+
onSelection: r,
|
|
623
646
|
anchorEl: i,
|
|
624
|
-
text: a
|
|
647
|
+
text: a,
|
|
648
|
+
recommendationsError: s
|
|
625
649
|
}) {
|
|
626
650
|
const l = [
|
|
627
651
|
{
|
|
628
|
-
title: "/recent",
|
|
652
|
+
title: "/recent searches",
|
|
629
653
|
items: e,
|
|
630
|
-
onSelect:
|
|
654
|
+
onSelect: r
|
|
631
655
|
},
|
|
632
656
|
{
|
|
633
|
-
title: "/ai
|
|
657
|
+
title: "/ai recommendations",
|
|
634
658
|
items: t,
|
|
635
|
-
onSelect:
|
|
659
|
+
onSelect: r
|
|
636
660
|
}
|
|
637
661
|
].filter(
|
|
638
|
-
(
|
|
639
|
-
), { themeSettings:
|
|
640
|
-
return /* @__PURE__ */
|
|
641
|
-
|
|
662
|
+
(g) => g.title.slice(0, a.length) === a
|
|
663
|
+
), { themeSettings: d } = x(), p = l.length === 1;
|
|
664
|
+
return /* @__PURE__ */ o(
|
|
665
|
+
Mt,
|
|
642
666
|
{
|
|
643
|
-
open:
|
|
667
|
+
open: Ce(a) && l.length > 0,
|
|
644
668
|
anchorEl: i,
|
|
645
669
|
placement: "top-start",
|
|
646
670
|
modifiers: [
|
|
@@ -651,103 +675,60 @@ function Nt({
|
|
|
651
675
|
}
|
|
652
676
|
}
|
|
653
677
|
],
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
678
|
+
sx: { zIndex: 2 },
|
|
679
|
+
children: /* @__PURE__ */ h(Bn, { style: { width: i == null ? void 0 : i.offsetWidth }, theme: d, children: [
|
|
680
|
+
n && /* @__PURE__ */ o(ae, {}),
|
|
681
|
+
!n && !s && l.map((g) => /* @__PURE__ */ o(Dn, B(R({}, g), { alwaysExpanded: p }), g.title)),
|
|
682
|
+
s && /* @__PURE__ */ o(Nn, { theme: d, children: "Recommendations aren't available right now. Try again in a few minutes." })
|
|
657
683
|
] })
|
|
658
684
|
}
|
|
659
685
|
);
|
|
660
686
|
}
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
687
|
+
function Y({ title: e, children: t }) {
|
|
688
|
+
const { themeSettings: n } = x();
|
|
689
|
+
return /* @__PURE__ */ o(
|
|
690
|
+
Et,
|
|
691
|
+
{
|
|
692
|
+
title: e,
|
|
693
|
+
placement: "top",
|
|
694
|
+
componentsProps: {
|
|
695
|
+
tooltip: {
|
|
696
|
+
sx: {
|
|
697
|
+
bgcolor: n.aiChat.tooltips.backgroundColor,
|
|
698
|
+
color: n.aiChat.tooltips.textColor,
|
|
699
|
+
paddingX: "16px",
|
|
700
|
+
paddingY: "12px",
|
|
701
|
+
fontSize: "13px",
|
|
702
|
+
fontFamily: n.typography.fontFamily,
|
|
703
|
+
fontWeight: 400,
|
|
704
|
+
borderRadius: "4px",
|
|
705
|
+
boxShadow: n.aiChat.tooltips.boxShadow
|
|
706
|
+
}
|
|
707
|
+
},
|
|
708
|
+
arrow: {
|
|
709
|
+
sx: {
|
|
710
|
+
color: n.aiChat.tooltips.backgroundColor
|
|
711
|
+
}
|
|
712
|
+
}
|
|
713
|
+
},
|
|
714
|
+
arrow: !0,
|
|
715
|
+
children: t
|
|
676
716
|
}
|
|
677
|
-
|
|
678
|
-
g.length !== 0 && (e(g), l(""));
|
|
679
|
-
}, [n, e, s]), h = H(
|
|
680
|
-
(g) => {
|
|
681
|
-
e(g), l("");
|
|
682
|
-
},
|
|
683
|
-
[e]
|
|
684
|
-
), p = H(
|
|
685
|
-
(g) => {
|
|
686
|
-
g.key === "Enter" ? (g.preventDefault(), d()) : g.key === "Escape" && g1(s) && l("");
|
|
687
|
-
},
|
|
688
|
-
[d, s]
|
|
689
|
-
), f = H((g) => {
|
|
690
|
-
l(g.target.value);
|
|
691
|
-
}, []), b = _(null);
|
|
692
|
-
m1(() => {
|
|
693
|
-
b.current && (b.current.style.height = "inherit", b.current.style.height = `${Math.max(
|
|
694
|
-
b.current.scrollHeight + 2,
|
|
695
|
-
// account for 1px top/bottom border
|
|
696
|
-
Dt
|
|
697
|
-
)}px`);
|
|
698
|
-
}, [s]);
|
|
699
|
-
const { themeSettings: x } = v();
|
|
700
|
-
return /* @__PURE__ */ u(Ot, { theme: x, children: [
|
|
701
|
-
/* @__PURE__ */ r(
|
|
702
|
-
Nt,
|
|
703
|
-
{
|
|
704
|
-
recentPrompts: o,
|
|
705
|
-
suggestions: i,
|
|
706
|
-
isLoading: a,
|
|
707
|
-
onSelection: h,
|
|
708
|
-
anchorEl: b.current,
|
|
709
|
-
text: s
|
|
710
|
-
}
|
|
711
|
-
),
|
|
712
|
-
t && /* @__PURE__ */ r(It, { "aria-label": "clear history", onClick: t, children: /* @__PURE__ */ r(St, { theme: x }) }),
|
|
713
|
-
/* @__PURE__ */ r(
|
|
714
|
-
Ft,
|
|
715
|
-
{
|
|
716
|
-
ref: b,
|
|
717
|
-
rows: 1,
|
|
718
|
-
onChange: f,
|
|
719
|
-
spellCheck: "true",
|
|
720
|
-
placeholder: c,
|
|
721
|
-
value: s,
|
|
722
|
-
onKeyDown: p,
|
|
723
|
-
theme: x
|
|
724
|
-
}
|
|
725
|
-
),
|
|
726
|
-
/* @__PURE__ */ r(
|
|
727
|
-
Pt,
|
|
728
|
-
{
|
|
729
|
-
"aria-label": "send chat message",
|
|
730
|
-
disabled: n || s.length === 0,
|
|
731
|
-
onClick: d,
|
|
732
|
-
theme: x,
|
|
733
|
-
children: /* @__PURE__ */ r("span", { "data-state": "closed", children: /* @__PURE__ */ r(Mt, { theme: x }) })
|
|
734
|
-
}
|
|
735
|
-
)
|
|
736
|
-
] });
|
|
717
|
+
);
|
|
737
718
|
}
|
|
738
|
-
const
|
|
719
|
+
const On = u.div`
|
|
739
720
|
display: flex;
|
|
740
721
|
flex-direction: row;
|
|
741
722
|
align-items: flex-end;
|
|
742
723
|
justify-content: space-between;
|
|
743
724
|
|
|
744
725
|
background-color: ${({ theme: e }) => e.aiChat.backgroundColor};
|
|
745
|
-
`,
|
|
726
|
+
`, In = u.button`
|
|
746
727
|
height: 34px;
|
|
747
728
|
background-color: inherit;
|
|
748
729
|
cursor: pointer;
|
|
749
730
|
border: none;
|
|
750
|
-
`,
|
|
731
|
+
`, An = u.textarea`
|
|
751
732
|
font-size: inherit;
|
|
752
733
|
line-height: inherit;
|
|
753
734
|
resize: none;
|
|
@@ -775,29 +756,113 @@ const Ot = m.div`
|
|
|
775
756
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
776
757
|
|
|
777
758
|
background-color: ${({ theme: e }) => e.aiChat.input.backgroundColor};
|
|
778
|
-
`,
|
|
759
|
+
`, Pn = u.button`
|
|
779
760
|
height: 34px;
|
|
780
761
|
background-color: inherit;
|
|
781
762
|
border-style: none;
|
|
782
763
|
|
|
783
764
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
784
765
|
|
|
785
|
-
${({ disabled: e }) => e ?
|
|
766
|
+
${({ disabled: e }) => e ? E`
|
|
786
767
|
opacity: 0.3;
|
|
787
768
|
cursor: not-allowed;
|
|
788
|
-
` :
|
|
769
|
+
` : E`
|
|
789
770
|
opacity: 1;
|
|
790
771
|
cursor: pointer;
|
|
791
772
|
`}
|
|
792
|
-
`,
|
|
773
|
+
`, Wn = 34;
|
|
774
|
+
function qn({
|
|
775
|
+
onSendMessage: e,
|
|
776
|
+
onClearHistoryClick: t,
|
|
777
|
+
disabled: n,
|
|
778
|
+
recentPrompts: r,
|
|
779
|
+
suggestions: i,
|
|
780
|
+
isLoading: a,
|
|
781
|
+
recommendationsError: s,
|
|
782
|
+
onChange: c
|
|
783
|
+
}) {
|
|
784
|
+
const [l, d] = $(""), { inputPromptText: p } = I(), g = T(() => {
|
|
785
|
+
if (n)
|
|
786
|
+
return;
|
|
787
|
+
if (Ce(l)) {
|
|
788
|
+
d("");
|
|
789
|
+
return;
|
|
790
|
+
}
|
|
791
|
+
const w = l.trim();
|
|
792
|
+
w.length !== 0 && (e(w), d(""));
|
|
793
|
+
}, [n, e, l]), f = T(
|
|
794
|
+
(w) => {
|
|
795
|
+
e(w), d("");
|
|
796
|
+
},
|
|
797
|
+
[e]
|
|
798
|
+
), k = T(
|
|
799
|
+
(w) => {
|
|
800
|
+
w.key === "Enter" ? (w.preventDefault(), g()) : w.key === "Escape" && Ce(l) && d("");
|
|
801
|
+
},
|
|
802
|
+
[g, l]
|
|
803
|
+
), v = T(
|
|
804
|
+
(w) => {
|
|
805
|
+
c == null || c(w.target.value), d(w.target.value);
|
|
806
|
+
},
|
|
807
|
+
[c]
|
|
808
|
+
), m = U(null);
|
|
809
|
+
me(() => {
|
|
810
|
+
m.current && (m.current.style.height = "inherit", m.current.style.height = `${Math.max(
|
|
811
|
+
m.current.scrollHeight + 2,
|
|
812
|
+
// account for 1px top/bottom border
|
|
813
|
+
Wn
|
|
814
|
+
)}px`);
|
|
815
|
+
}, [l]);
|
|
816
|
+
const { themeSettings: b } = x();
|
|
817
|
+
return /* @__PURE__ */ h(On, { theme: b, children: [
|
|
818
|
+
/* @__PURE__ */ o(
|
|
819
|
+
Fn,
|
|
820
|
+
{
|
|
821
|
+
recentPrompts: r,
|
|
822
|
+
suggestions: i,
|
|
823
|
+
isLoading: a,
|
|
824
|
+
onSelection: f,
|
|
825
|
+
anchorEl: m.current,
|
|
826
|
+
text: l,
|
|
827
|
+
recommendationsError: s
|
|
828
|
+
}
|
|
829
|
+
),
|
|
830
|
+
t && /* @__PURE__ */ o(Y, { title: "Clear chat", children: /* @__PURE__ */ o(In, { "aria-label": "clear history", onClick: t, children: /* @__PURE__ */ o(Ln, { theme: b }) }) }),
|
|
831
|
+
/* @__PURE__ */ o(
|
|
832
|
+
An,
|
|
833
|
+
{
|
|
834
|
+
"aria-label": "chat input",
|
|
835
|
+
ref: m,
|
|
836
|
+
rows: 1,
|
|
837
|
+
onChange: v,
|
|
838
|
+
spellCheck: "true",
|
|
839
|
+
placeholder: p,
|
|
840
|
+
value: l,
|
|
841
|
+
onKeyDown: k,
|
|
842
|
+
theme: b
|
|
843
|
+
}
|
|
844
|
+
),
|
|
845
|
+
/* @__PURE__ */ o(
|
|
846
|
+
Pn,
|
|
847
|
+
{
|
|
848
|
+
"aria-label": "send chat message",
|
|
849
|
+
disabled: n || l.length === 0,
|
|
850
|
+
onClick: g,
|
|
851
|
+
theme: b,
|
|
852
|
+
children: /* @__PURE__ */ o("span", { "data-state": "closed", children: /* @__PURE__ */ o(En, { theme: b }) })
|
|
853
|
+
}
|
|
854
|
+
)
|
|
855
|
+
] });
|
|
856
|
+
}
|
|
857
|
+
const jn = u.div`
|
|
793
858
|
display: flex;
|
|
794
859
|
|
|
795
|
-
${({ align: e }) => e === "right" ?
|
|
860
|
+
${({ align: e }) => e === "right" ? E`
|
|
796
861
|
justify-content: flex-end;
|
|
797
|
-
` :
|
|
862
|
+
` : E`
|
|
798
863
|
justify-content: flex-start;
|
|
799
864
|
`}
|
|
800
|
-
`,
|
|
865
|
+
`, Je = u.div`
|
|
801
866
|
font-size: inherit;
|
|
802
867
|
line-height: inherit;
|
|
803
868
|
padding-top: 8.5px;
|
|
@@ -808,47 +873,51 @@ const Ot = m.div`
|
|
|
808
873
|
overflow-wrap: break-word;
|
|
809
874
|
box-sizing: border-box;
|
|
810
875
|
|
|
811
|
-
${({ align: e }) => e === "right" ?
|
|
876
|
+
${({ align: e }) => e === "right" ? E`
|
|
812
877
|
text-align: right;
|
|
813
878
|
border-radius: 10px 10px 0px 10px;
|
|
814
|
-
` :
|
|
879
|
+
` : E`
|
|
815
880
|
text-align: left;
|
|
816
881
|
border-radius: 10px 10px 10px 0px;
|
|
817
882
|
`}
|
|
818
883
|
|
|
819
|
-
${({ align: e }) => e !== "full" ?
|
|
820
|
-
max-width:
|
|
884
|
+
${({ align: e }) => e !== "full" ? E`
|
|
885
|
+
max-width: 85%;
|
|
821
886
|
` : ""}
|
|
822
887
|
|
|
823
888
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
824
889
|
background-color: ${({ theme: e, align: t }) => t === "right" ? e.aiChat.userMessages.backgroundColor : e.aiChat.systemMessages.backgroundColor};
|
|
825
|
-
`,
|
|
826
|
-
const { themeSettings: n } =
|
|
827
|
-
return /* @__PURE__ */
|
|
890
|
+
`, W = ({ align: e, children: t }) => {
|
|
891
|
+
const { themeSettings: n } = x();
|
|
892
|
+
return /* @__PURE__ */ o(jn, { theme: n, align: e, children: /* @__PURE__ */ o(Je, { theme: n, align: e, children: t }) });
|
|
828
893
|
};
|
|
829
|
-
function
|
|
830
|
-
const { welcomeText: e } =
|
|
831
|
-
return e === !1 ? null : /* @__PURE__ */
|
|
832
|
-
/* @__PURE__ */ r("div", { className: "csdk-font-semibold", children: "Welcome to the Query Assistant!" }),
|
|
833
|
-
/* @__PURE__ */ r("br", {}),
|
|
834
|
-
/* @__PURE__ */ r("div", { children: "You can ask questions about your data, and I'll provide insights based on the data model you're working with." })
|
|
835
|
-
] }) });
|
|
894
|
+
function zn() {
|
|
895
|
+
const { welcomeText: e } = I();
|
|
896
|
+
return e === !1 ? null : /* @__PURE__ */ o(W, { align: "left", children: e });
|
|
836
897
|
}
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
898
|
+
const Vn = u.div`
|
|
899
|
+
margin: auto;
|
|
900
|
+
display: flex;
|
|
901
|
+
flex-direction: column;
|
|
902
|
+
align-items: center;
|
|
903
|
+
row-gap: 21px;
|
|
904
|
+
`, Qn = u.div`
|
|
905
|
+
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
906
|
+
text-align: center;
|
|
907
|
+
font-weight: 600;
|
|
908
|
+
`, Zn = u.div`
|
|
909
|
+
color: rgba(54, 163, 217, 1);
|
|
910
|
+
cursor: pointer;
|
|
911
|
+
`;
|
|
912
|
+
function Xe({ text: e, action: t }) {
|
|
913
|
+
const { themeSettings: n } = x();
|
|
914
|
+
return /* @__PURE__ */ h(Vn, { children: [
|
|
915
|
+
/* @__PURE__ */ o(Qn, { theme: n, children: e }),
|
|
916
|
+
/* @__PURE__ */ o(Lt, {}),
|
|
917
|
+
t && /* @__PURE__ */ o(Zn, { onClick: t.onClick, children: t.text })
|
|
849
918
|
] });
|
|
850
919
|
}
|
|
851
|
-
const
|
|
920
|
+
const oe = u.div`
|
|
852
921
|
width: 5px;
|
|
853
922
|
height: 5px;
|
|
854
923
|
border-radius: 50%;
|
|
@@ -877,36 +946,36 @@ const n1 = m.div`
|
|
|
877
946
|
}
|
|
878
947
|
}
|
|
879
948
|
`;
|
|
880
|
-
function
|
|
881
|
-
const { themeSettings: e } =
|
|
882
|
-
return /* @__PURE__ */
|
|
949
|
+
function et() {
|
|
950
|
+
const { themeSettings: e } = x(), t = e.aiChat.icons.color;
|
|
951
|
+
return /* @__PURE__ */ h(
|
|
883
952
|
"div",
|
|
884
953
|
{
|
|
885
954
|
className: "csdk-flex csdk-justify-between csdk-w-[28px] csdk-py-[14.5px]",
|
|
886
955
|
"aria-label": "loading dots",
|
|
887
956
|
children: [
|
|
888
|
-
/* @__PURE__ */
|
|
889
|
-
/* @__PURE__ */
|
|
890
|
-
/* @__PURE__ */
|
|
891
|
-
/* @__PURE__ */
|
|
957
|
+
/* @__PURE__ */ o(oe, { color: t }),
|
|
958
|
+
/* @__PURE__ */ o(oe, { color: t }),
|
|
959
|
+
/* @__PURE__ */ o(oe, { color: t }),
|
|
960
|
+
/* @__PURE__ */ o(oe, { color: t })
|
|
892
961
|
]
|
|
893
962
|
}
|
|
894
963
|
);
|
|
895
964
|
}
|
|
896
|
-
const
|
|
965
|
+
const Gn = u.div`
|
|
897
966
|
display: flex;
|
|
898
967
|
|
|
899
|
-
${({ align: e }) => e === "right" ?
|
|
968
|
+
${({ align: e }) => e === "right" ? E`
|
|
900
969
|
justify-content: flex-end;
|
|
901
|
-
` :
|
|
970
|
+
` : E`
|
|
902
971
|
justify-content: flex-start;
|
|
903
972
|
`}
|
|
904
|
-
`,
|
|
973
|
+
`, Un = u.button`
|
|
974
|
+
font-family: inherit;
|
|
905
975
|
font-size: inherit;
|
|
906
976
|
line-height: inherit;
|
|
907
977
|
border: ${({ theme: e }) => e.aiChat.clickableMessages.border};
|
|
908
|
-
padding:
|
|
909
|
-
user-select: none;
|
|
978
|
+
padding: 0;
|
|
910
979
|
cursor: pointer;
|
|
911
980
|
|
|
912
981
|
color: ${({ theme: e }) => e.aiChat.clickableMessages.textColor};
|
|
@@ -917,52 +986,81 @@ const jt = m.div`
|
|
|
917
986
|
}
|
|
918
987
|
border-radius: 20px;
|
|
919
988
|
|
|
920
|
-
${({ align: e }) => e === "right" ?
|
|
989
|
+
${({ align: e }) => e === "right" ? E`
|
|
921
990
|
text-align: right;
|
|
922
|
-
` :
|
|
991
|
+
` : E`
|
|
923
992
|
text-align: left;
|
|
924
993
|
`}
|
|
925
994
|
|
|
926
|
-
${({ align: e }) => e !== "full" ?
|
|
995
|
+
${({ align: e }) => e !== "full" ? E`
|
|
927
996
|
max-width: 382px;
|
|
928
997
|
` : ""}
|
|
998
|
+
|
|
999
|
+
${({ theme: e }) => {
|
|
1000
|
+
const { borderGradient: t, borderRadius: n } = e.aiChat.suggestions;
|
|
1001
|
+
if (t) {
|
|
1002
|
+
const [r, i] = t;
|
|
1003
|
+
return E`
|
|
1004
|
+
border: none;
|
|
1005
|
+
position: relative;
|
|
1006
|
+
border-radius: ${n};
|
|
1007
|
+
&:before {
|
|
1008
|
+
content: '';
|
|
1009
|
+
position: absolute;
|
|
1010
|
+
top: 0;
|
|
1011
|
+
left: 0;
|
|
1012
|
+
right: 0;
|
|
1013
|
+
bottom: 0;
|
|
1014
|
+
border-radius: ${n};
|
|
1015
|
+
border: 1px solid transparent;
|
|
1016
|
+
background: linear-gradient(30deg, ${r}, ${i}) border-box;
|
|
1017
|
+
-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
|
|
1018
|
+
-webkit-mask-composite: destination-out;
|
|
1019
|
+
mask-composite: exclude;
|
|
1020
|
+
}
|
|
1021
|
+
`;
|
|
1022
|
+
}
|
|
1023
|
+
return "";
|
|
1024
|
+
}}
|
|
929
1025
|
`;
|
|
930
|
-
function
|
|
1026
|
+
function re({
|
|
931
1027
|
children: e,
|
|
932
1028
|
align: t,
|
|
933
1029
|
onClick: n,
|
|
934
|
-
onMouseEnter:
|
|
935
|
-
onMouseLeave: i
|
|
1030
|
+
onMouseEnter: r,
|
|
1031
|
+
onMouseLeave: i,
|
|
1032
|
+
accessibleName: a
|
|
936
1033
|
}) {
|
|
937
|
-
const { themeSettings:
|
|
938
|
-
return /* @__PURE__ */
|
|
939
|
-
|
|
1034
|
+
const { themeSettings: s } = x();
|
|
1035
|
+
return /* @__PURE__ */ o(Gn, { align: t, children: /* @__PURE__ */ o(
|
|
1036
|
+
Un,
|
|
940
1037
|
{
|
|
941
|
-
|
|
1038
|
+
"aria-label": a,
|
|
1039
|
+
theme: s,
|
|
942
1040
|
onClick: n,
|
|
943
1041
|
align: t,
|
|
944
|
-
onMouseEnter:
|
|
1042
|
+
onMouseEnter: r,
|
|
945
1043
|
onMouseLeave: i,
|
|
946
1044
|
children: e
|
|
947
1045
|
}
|
|
948
1046
|
) });
|
|
949
1047
|
}
|
|
950
|
-
function
|
|
951
|
-
return /* @__PURE__ */
|
|
952
|
-
/* @__PURE__ */
|
|
953
|
-
/* @__PURE__ */
|
|
1048
|
+
function _n({ onCancel: e, onConfirm: t }) {
|
|
1049
|
+
return /* @__PURE__ */ h(D, { children: [
|
|
1050
|
+
/* @__PURE__ */ o(W, { align: "left", children: "Do you want to clear this chat?" }),
|
|
1051
|
+
/* @__PURE__ */ h("div", { className: "csdk-flex csdk-gap-x-2", children: [
|
|
1052
|
+
/* @__PURE__ */ o(re, { align: "right", onClick: t, accessibleName: "confirm clear chat", children: /* @__PURE__ */ o("div", { className: "csdk-py-[6px] csdk-px-[20px]", children: "Yes" }) }),
|
|
1053
|
+
/* @__PURE__ */ o(re, { align: "right", onClick: e, accessibleName: "cancel clear chat", children: /* @__PURE__ */ o("div", { className: "csdk-py-[6px] csdk-px-[20px]", children: "No" }) })
|
|
1054
|
+
] })
|
|
954
1055
|
] });
|
|
955
1056
|
}
|
|
956
|
-
|
|
957
|
-
return /* @__PURE__ */ r(F, { align: "left", children: "Let's start over. Try asking questions about your dataset." });
|
|
958
|
-
}
|
|
959
|
-
const zt = f1(null), h1 = {
|
|
1057
|
+
const Kn = fe(null), he = {
|
|
960
1058
|
didCatch: !1,
|
|
961
1059
|
error: null
|
|
962
1060
|
};
|
|
963
|
-
class
|
|
1061
|
+
class Yn extends tn {
|
|
964
1062
|
constructor(t) {
|
|
965
|
-
super(t), this.resetErrorBoundary = this.resetErrorBoundary.bind(this), this.state =
|
|
1063
|
+
super(t), this.resetErrorBoundary = this.resetErrorBoundary.bind(this), this.state = he;
|
|
966
1064
|
}
|
|
967
1065
|
static getDerivedStateFromError(t) {
|
|
968
1066
|
return {
|
|
@@ -975,97 +1073,97 @@ class Gt extends Ye {
|
|
|
975
1073
|
error: t
|
|
976
1074
|
} = this.state;
|
|
977
1075
|
if (t !== null) {
|
|
978
|
-
for (var n,
|
|
1076
|
+
for (var n, r, i = arguments.length, a = new Array(i), s = 0; s < i; s++)
|
|
979
1077
|
a[s] = arguments[s];
|
|
980
|
-
(n = (
|
|
1078
|
+
(n = (r = this.props).onReset) === null || n === void 0 || n.call(r, {
|
|
981
1079
|
args: a,
|
|
982
1080
|
reason: "imperative-api"
|
|
983
|
-
}), this.setState(
|
|
1081
|
+
}), this.setState(he);
|
|
984
1082
|
}
|
|
985
1083
|
}
|
|
986
1084
|
componentDidCatch(t, n) {
|
|
987
|
-
var
|
|
988
|
-
(
|
|
1085
|
+
var r, i;
|
|
1086
|
+
(r = (i = this.props).onError) === null || r === void 0 || r.call(i, t, n);
|
|
989
1087
|
}
|
|
990
1088
|
componentDidUpdate(t, n) {
|
|
991
1089
|
const {
|
|
992
|
-
didCatch:
|
|
1090
|
+
didCatch: r
|
|
993
1091
|
} = this.state, {
|
|
994
1092
|
resetKeys: i
|
|
995
1093
|
} = this.props;
|
|
996
|
-
if (
|
|
1094
|
+
if (r && n.error !== null && Jn(t.resetKeys, i)) {
|
|
997
1095
|
var a, s;
|
|
998
1096
|
(a = (s = this.props).onReset) === null || a === void 0 || a.call(s, {
|
|
999
1097
|
next: i,
|
|
1000
1098
|
prev: t.resetKeys,
|
|
1001
1099
|
reason: "keys"
|
|
1002
|
-
}), this.setState(
|
|
1100
|
+
}), this.setState(he);
|
|
1003
1101
|
}
|
|
1004
1102
|
}
|
|
1005
1103
|
render() {
|
|
1006
1104
|
const {
|
|
1007
1105
|
children: t,
|
|
1008
1106
|
fallbackRender: n,
|
|
1009
|
-
FallbackComponent:
|
|
1107
|
+
FallbackComponent: r,
|
|
1010
1108
|
fallback: i
|
|
1011
1109
|
} = this.props, {
|
|
1012
1110
|
didCatch: a,
|
|
1013
1111
|
error: s
|
|
1014
1112
|
} = this.state;
|
|
1015
|
-
let
|
|
1113
|
+
let c = t;
|
|
1016
1114
|
if (a) {
|
|
1017
|
-
const
|
|
1115
|
+
const l = {
|
|
1018
1116
|
error: s,
|
|
1019
1117
|
resetErrorBoundary: this.resetErrorBoundary
|
|
1020
1118
|
};
|
|
1021
1119
|
if (typeof n == "function")
|
|
1022
|
-
|
|
1023
|
-
else if (
|
|
1024
|
-
|
|
1025
|
-
else if (i === null ||
|
|
1026
|
-
|
|
1120
|
+
c = n(l);
|
|
1121
|
+
else if (r)
|
|
1122
|
+
c = ge(r, l);
|
|
1123
|
+
else if (i === null || nn(i))
|
|
1124
|
+
c = i;
|
|
1027
1125
|
else
|
|
1028
1126
|
throw s;
|
|
1029
1127
|
}
|
|
1030
|
-
return
|
|
1128
|
+
return ge(Kn.Provider, {
|
|
1031
1129
|
value: {
|
|
1032
1130
|
didCatch: a,
|
|
1033
1131
|
error: s,
|
|
1034
1132
|
resetErrorBoundary: this.resetErrorBoundary
|
|
1035
1133
|
}
|
|
1036
|
-
},
|
|
1134
|
+
}, c);
|
|
1037
1135
|
}
|
|
1038
1136
|
}
|
|
1039
|
-
function
|
|
1137
|
+
function Jn() {
|
|
1040
1138
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : [], t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : [];
|
|
1041
|
-
return e.length !== t.length || e.some((n,
|
|
1139
|
+
return e.length !== t.length || e.some((n, r) => !Object.is(n, t[r]));
|
|
1042
1140
|
}
|
|
1043
|
-
function
|
|
1044
|
-
return
|
|
1141
|
+
function Xn(e) {
|
|
1142
|
+
return $t("MuiDialog", e);
|
|
1045
1143
|
}
|
|
1046
|
-
const
|
|
1047
|
-
process.env.NODE_ENV !== "production" && (
|
|
1048
|
-
const
|
|
1144
|
+
const pe = Tt("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), tt = /* @__PURE__ */ P.createContext({});
|
|
1145
|
+
process.env.NODE_ENV !== "production" && (tt.displayName = "DialogContext");
|
|
1146
|
+
const eo = ["aria-describedby", "aria-labelledby", "BackdropComponent", "BackdropProps", "children", "className", "disableEscapeKeyDown", "fullScreen", "fullWidth", "maxWidth", "onBackdropClick", "onClick", "onClose", "open", "PaperComponent", "PaperProps", "scroll", "TransitionComponent", "transitionDuration", "TransitionProps"], to = ie(Ht, {
|
|
1049
1147
|
name: "MuiDialog",
|
|
1050
1148
|
slot: "Backdrop",
|
|
1051
1149
|
overrides: (e, t) => t.backdrop
|
|
1052
1150
|
})({
|
|
1053
1151
|
// Improve scrollable dialog support.
|
|
1054
1152
|
zIndex: -1
|
|
1055
|
-
}),
|
|
1153
|
+
}), no = (e) => {
|
|
1056
1154
|
const {
|
|
1057
1155
|
classes: t,
|
|
1058
1156
|
scroll: n,
|
|
1059
|
-
maxWidth:
|
|
1157
|
+
maxWidth: r,
|
|
1060
1158
|
fullWidth: i,
|
|
1061
1159
|
fullScreen: a
|
|
1062
1160
|
} = e, s = {
|
|
1063
1161
|
root: ["root"],
|
|
1064
|
-
container: ["container", `scroll${
|
|
1065
|
-
paper: ["paper", `paperScroll${
|
|
1162
|
+
container: ["container", `scroll${V(n)}`],
|
|
1163
|
+
paper: ["paper", `paperScroll${V(n)}`, `paperWidth${V(String(r))}`, i && "paperFullWidth", a && "paperFullScreen"]
|
|
1066
1164
|
};
|
|
1067
|
-
return
|
|
1068
|
-
},
|
|
1165
|
+
return It(s, Xn, t);
|
|
1166
|
+
}, oo = ie(Dt, {
|
|
1069
1167
|
name: "MuiDialog",
|
|
1070
1168
|
slot: "Root",
|
|
1071
1169
|
overridesResolver: (e, t) => t.root
|
|
@@ -1074,14 +1172,14 @@ const Kt = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1074
1172
|
// Use !important to override the Modal inline-style.
|
|
1075
1173
|
position: "absolute !important"
|
|
1076
1174
|
}
|
|
1077
|
-
}),
|
|
1175
|
+
}), ro = ie("div", {
|
|
1078
1176
|
name: "MuiDialog",
|
|
1079
1177
|
slot: "Container",
|
|
1080
1178
|
overridesResolver: (e, t) => {
|
|
1081
1179
|
const {
|
|
1082
1180
|
ownerState: n
|
|
1083
1181
|
} = e;
|
|
1084
|
-
return [t.container, t[`scroll${
|
|
1182
|
+
return [t.container, t[`scroll${V(n.scroll)}`]];
|
|
1085
1183
|
}
|
|
1086
1184
|
})(({
|
|
1087
1185
|
ownerState: e
|
|
@@ -1107,14 +1205,14 @@ const Kt = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1107
1205
|
height: "100%",
|
|
1108
1206
|
width: "0"
|
|
1109
1207
|
}
|
|
1110
|
-
})),
|
|
1208
|
+
})), io = ie(Pe, {
|
|
1111
1209
|
name: "MuiDialog",
|
|
1112
1210
|
slot: "Paper",
|
|
1113
1211
|
overridesResolver: (e, t) => {
|
|
1114
1212
|
const {
|
|
1115
1213
|
ownerState: n
|
|
1116
1214
|
} = e;
|
|
1117
|
-
return [t.paper, t[`scrollPaper${
|
|
1215
|
+
return [t.paper, t[`scrollPaper${V(n.scroll)}`], t[`paperWidth${V(String(n.maxWidth))}`], n.fullWidth && t.paperFullWidth, n.fullScreen && t.paperFullScreen];
|
|
1118
1216
|
}
|
|
1119
1217
|
})(({
|
|
1120
1218
|
theme: e,
|
|
@@ -1141,14 +1239,14 @@ const Kt = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1141
1239
|
maxWidth: "calc(100% - 64px)"
|
|
1142
1240
|
}, t.maxWidth === "xs" && {
|
|
1143
1241
|
maxWidth: e.breakpoints.unit === "px" ? Math.max(e.breakpoints.values.xs, 444) : `max(${e.breakpoints.values.xs}${e.breakpoints.unit}, 444px)`,
|
|
1144
|
-
[`&.${
|
|
1242
|
+
[`&.${pe.paperScrollBody}`]: {
|
|
1145
1243
|
[e.breakpoints.down(Math.max(e.breakpoints.values.xs, 444) + 32 * 2)]: {
|
|
1146
1244
|
maxWidth: "calc(100% - 64px)"
|
|
1147
1245
|
}
|
|
1148
1246
|
}
|
|
1149
1247
|
}, t.maxWidth && t.maxWidth !== "xs" && {
|
|
1150
1248
|
maxWidth: `${e.breakpoints.values[t.maxWidth]}${e.breakpoints.unit}`,
|
|
1151
|
-
[`&.${
|
|
1249
|
+
[`&.${pe.paperScrollBody}`]: {
|
|
1152
1250
|
[e.breakpoints.down(e.breakpoints.values[t.maxWidth] + 32 * 2)]: {
|
|
1153
1251
|
maxWidth: "calc(100% - 64px)"
|
|
1154
1252
|
}
|
|
@@ -1162,99 +1260,99 @@ const Kt = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1162
1260
|
height: "100%",
|
|
1163
1261
|
maxHeight: "none",
|
|
1164
1262
|
borderRadius: 0,
|
|
1165
|
-
[`&.${
|
|
1263
|
+
[`&.${pe.paperScrollBody}`]: {
|
|
1166
1264
|
margin: 0,
|
|
1167
1265
|
maxWidth: "100%"
|
|
1168
1266
|
}
|
|
1169
|
-
})),
|
|
1170
|
-
const
|
|
1267
|
+
})), nt = /* @__PURE__ */ P.forwardRef(function(t, n) {
|
|
1268
|
+
const r = Bt({
|
|
1171
1269
|
props: t,
|
|
1172
1270
|
name: "MuiDialog"
|
|
1173
|
-
}), i =
|
|
1271
|
+
}), i = Nt(), a = {
|
|
1174
1272
|
enter: i.transitions.duration.enteringScreen,
|
|
1175
1273
|
exit: i.transitions.duration.leavingScreen
|
|
1176
1274
|
}, {
|
|
1177
1275
|
"aria-describedby": s,
|
|
1178
|
-
"aria-labelledby":
|
|
1179
|
-
BackdropComponent:
|
|
1276
|
+
"aria-labelledby": c,
|
|
1277
|
+
BackdropComponent: l,
|
|
1180
1278
|
BackdropProps: d,
|
|
1181
|
-
children:
|
|
1182
|
-
className:
|
|
1279
|
+
children: p,
|
|
1280
|
+
className: g,
|
|
1183
1281
|
disableEscapeKeyDown: f = !1,
|
|
1184
|
-
fullScreen:
|
|
1185
|
-
fullWidth:
|
|
1186
|
-
maxWidth:
|
|
1187
|
-
onBackdropClick:
|
|
1188
|
-
onClick:
|
|
1189
|
-
onClose:
|
|
1190
|
-
open:
|
|
1191
|
-
PaperComponent: M =
|
|
1282
|
+
fullScreen: k = !1,
|
|
1283
|
+
fullWidth: v = !1,
|
|
1284
|
+
maxWidth: m = "sm",
|
|
1285
|
+
onBackdropClick: b,
|
|
1286
|
+
onClick: w,
|
|
1287
|
+
onClose: H,
|
|
1288
|
+
open: F,
|
|
1289
|
+
PaperComponent: M = Pe,
|
|
1192
1290
|
PaperProps: X = {},
|
|
1193
|
-
scroll:
|
|
1194
|
-
TransitionComponent:
|
|
1195
|
-
transitionDuration:
|
|
1196
|
-
TransitionProps:
|
|
1197
|
-
} =
|
|
1291
|
+
scroll: se = "paper",
|
|
1292
|
+
TransitionComponent: ee = At,
|
|
1293
|
+
transitionDuration: Z = a,
|
|
1294
|
+
TransitionProps: A
|
|
1295
|
+
} = r, te = Ft(r, eo), j = q({}, r, {
|
|
1198
1296
|
disableEscapeKeyDown: f,
|
|
1199
|
-
fullScreen:
|
|
1200
|
-
fullWidth:
|
|
1201
|
-
maxWidth:
|
|
1202
|
-
scroll:
|
|
1203
|
-
}),
|
|
1204
|
-
G.current =
|
|
1205
|
-
},
|
|
1206
|
-
|
|
1207
|
-
},
|
|
1208
|
-
titleId:
|
|
1209
|
-
}), [
|
|
1210
|
-
return /* @__PURE__ */
|
|
1211
|
-
className:
|
|
1297
|
+
fullScreen: k,
|
|
1298
|
+
fullWidth: v,
|
|
1299
|
+
maxWidth: m,
|
|
1300
|
+
scroll: se
|
|
1301
|
+
}), L = no(j), G = P.useRef(), lt = (z) => {
|
|
1302
|
+
G.current = z.target === z.currentTarget;
|
|
1303
|
+
}, ct = (z) => {
|
|
1304
|
+
w && w(z), G.current && (G.current = null, b && b(z), H && H(z, "backdropClick"));
|
|
1305
|
+
}, le = Ot(c), dt = P.useMemo(() => ({
|
|
1306
|
+
titleId: le
|
|
1307
|
+
}), [le]);
|
|
1308
|
+
return /* @__PURE__ */ o(oo, q({
|
|
1309
|
+
className: de(L.root, g),
|
|
1212
1310
|
closeAfterTransition: !0,
|
|
1213
1311
|
components: {
|
|
1214
|
-
Backdrop:
|
|
1312
|
+
Backdrop: to
|
|
1215
1313
|
},
|
|
1216
1314
|
componentsProps: {
|
|
1217
1315
|
backdrop: q({
|
|
1218
|
-
transitionDuration:
|
|
1219
|
-
as:
|
|
1316
|
+
transitionDuration: Z,
|
|
1317
|
+
as: l
|
|
1220
1318
|
}, d)
|
|
1221
1319
|
},
|
|
1222
1320
|
disableEscapeKeyDown: f,
|
|
1223
|
-
onClose:
|
|
1224
|
-
open:
|
|
1321
|
+
onClose: H,
|
|
1322
|
+
open: F,
|
|
1225
1323
|
ref: n,
|
|
1226
|
-
onClick:
|
|
1324
|
+
onClick: ct,
|
|
1227
1325
|
ownerState: j
|
|
1228
|
-
},
|
|
1229
|
-
children: /* @__PURE__ */
|
|
1326
|
+
}, te, {
|
|
1327
|
+
children: /* @__PURE__ */ o(ee, q({
|
|
1230
1328
|
appear: !0,
|
|
1231
|
-
in:
|
|
1232
|
-
timeout:
|
|
1329
|
+
in: F,
|
|
1330
|
+
timeout: Z,
|
|
1233
1331
|
role: "presentation"
|
|
1234
|
-
},
|
|
1235
|
-
children: /* @__PURE__ */
|
|
1236
|
-
className:
|
|
1237
|
-
onMouseDown:
|
|
1332
|
+
}, A, {
|
|
1333
|
+
children: /* @__PURE__ */ o(ro, {
|
|
1334
|
+
className: de(L.container),
|
|
1335
|
+
onMouseDown: lt,
|
|
1238
1336
|
ownerState: j,
|
|
1239
|
-
children: /* @__PURE__ */
|
|
1337
|
+
children: /* @__PURE__ */ o(io, q({
|
|
1240
1338
|
as: M,
|
|
1241
1339
|
elevation: 24,
|
|
1242
1340
|
role: "dialog",
|
|
1243
1341
|
"aria-describedby": s,
|
|
1244
|
-
"aria-labelledby":
|
|
1342
|
+
"aria-labelledby": le
|
|
1245
1343
|
}, X, {
|
|
1246
|
-
className:
|
|
1344
|
+
className: de(L.paper, X.className),
|
|
1247
1345
|
ownerState: j,
|
|
1248
|
-
children: /* @__PURE__ */
|
|
1249
|
-
value:
|
|
1250
|
-
children:
|
|
1346
|
+
children: /* @__PURE__ */ o(tt.Provider, {
|
|
1347
|
+
value: dt,
|
|
1348
|
+
children: p
|
|
1251
1349
|
})
|
|
1252
1350
|
}))
|
|
1253
1351
|
})
|
|
1254
1352
|
}))
|
|
1255
1353
|
}));
|
|
1256
1354
|
});
|
|
1257
|
-
process.env.NODE_ENV !== "production" && (
|
|
1355
|
+
process.env.NODE_ENV !== "production" && (nt.propTypes = {
|
|
1258
1356
|
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
1259
1357
|
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
1260
1358
|
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
@@ -1386,10 +1484,10 @@ process.env.NODE_ENV !== "production" && (Y1.propTypes = {
|
|
|
1386
1484
|
*/
|
|
1387
1485
|
TransitionProps: C.object
|
|
1388
1486
|
});
|
|
1389
|
-
function
|
|
1390
|
-
return /* @__PURE__ */
|
|
1391
|
-
/* @__PURE__ */
|
|
1392
|
-
/* @__PURE__ */
|
|
1487
|
+
function ao() {
|
|
1488
|
+
return /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", children: [
|
|
1489
|
+
/* @__PURE__ */ o("rect", { x: "1", y: "1", width: "28", height: "28", rx: "14", stroke: "#9EA2AB" }),
|
|
1490
|
+
/* @__PURE__ */ o(
|
|
1393
1491
|
"path",
|
|
1394
1492
|
{
|
|
1395
1493
|
fillRule: "evenodd",
|
|
@@ -1400,7 +1498,7 @@ function n2() {
|
|
|
1400
1498
|
)
|
|
1401
1499
|
] });
|
|
1402
1500
|
}
|
|
1403
|
-
const
|
|
1501
|
+
const ot = {
|
|
1404
1502
|
row: {
|
|
1405
1503
|
hover: "rgba(224, 224, 224, 0.3)"
|
|
1406
1504
|
},
|
|
@@ -1485,50 +1583,19 @@ const U = {
|
|
|
1485
1583
|
errorBG: "rgba(231, 71, 39, 0.1)"
|
|
1486
1584
|
}
|
|
1487
1585
|
}
|
|
1488
|
-
},
|
|
1586
|
+
}, so = {
|
|
1489
1587
|
shouldForwardProp: (e) => !e.startsWith("$")
|
|
1490
|
-
},
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
)(({ $
|
|
1588
|
+
}, J = u(
|
|
1589
|
+
We,
|
|
1590
|
+
so
|
|
1591
|
+
)(({ $hoverColor: e }) => ({
|
|
1494
1592
|
padding: 2,
|
|
1495
1593
|
"&.MuiIconButton-root:hover": {
|
|
1496
|
-
backgroundColor: e ?
|
|
1594
|
+
backgroundColor: e != null ? e : ot.interaction.defaultHover
|
|
1497
1595
|
}
|
|
1498
1596
|
}));
|
|
1499
|
-
function
|
|
1500
|
-
return /* @__PURE__ */
|
|
1501
|
-
Oe,
|
|
1502
|
-
{
|
|
1503
|
-
title: e,
|
|
1504
|
-
placement: "top",
|
|
1505
|
-
componentsProps: {
|
|
1506
|
-
tooltip: {
|
|
1507
|
-
sx: {
|
|
1508
|
-
bgcolor: U.background.workspace,
|
|
1509
|
-
color: U.text.content,
|
|
1510
|
-
paddingX: "16px",
|
|
1511
|
-
paddingY: "12px",
|
|
1512
|
-
fontSize: "13px",
|
|
1513
|
-
fontFamily: "Open Sans",
|
|
1514
|
-
fontWeight: 400,
|
|
1515
|
-
borderRadius: "4px",
|
|
1516
|
-
boxShadow: "0px 4px 12px 0px rgba(9, 9, 10, 0.20), 0px 1px 4px 0px rgba(9, 9, 10, 0.10);"
|
|
1517
|
-
}
|
|
1518
|
-
},
|
|
1519
|
-
arrow: {
|
|
1520
|
-
sx: {
|
|
1521
|
-
color: U.background.workspace
|
|
1522
|
-
}
|
|
1523
|
-
}
|
|
1524
|
-
},
|
|
1525
|
-
arrow: !0,
|
|
1526
|
-
children: t
|
|
1527
|
-
}
|
|
1528
|
-
);
|
|
1529
|
-
}
|
|
1530
|
-
function o2({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
1531
|
-
return /* @__PURE__ */ r("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r(
|
|
1597
|
+
function lo({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
1598
|
+
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(
|
|
1532
1599
|
"path",
|
|
1533
1600
|
{
|
|
1534
1601
|
fillRule: "evenodd",
|
|
@@ -1538,8 +1605,8 @@ function o2({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
|
1538
1605
|
}
|
|
1539
1606
|
) });
|
|
1540
1607
|
}
|
|
1541
|
-
function
|
|
1542
|
-
return /* @__PURE__ */
|
|
1608
|
+
function co({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
1609
|
+
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(
|
|
1543
1610
|
"path",
|
|
1544
1611
|
{
|
|
1545
1612
|
fillRule: "evenodd",
|
|
@@ -1549,8 +1616,8 @@ function i2({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
|
1549
1616
|
}
|
|
1550
1617
|
) });
|
|
1551
1618
|
}
|
|
1552
|
-
function
|
|
1553
|
-
return /* @__PURE__ */
|
|
1619
|
+
function uo() {
|
|
1620
|
+
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(
|
|
1554
1621
|
"path",
|
|
1555
1622
|
{
|
|
1556
1623
|
fillRule: "evenodd",
|
|
@@ -1561,8 +1628,8 @@ function s2() {
|
|
|
1561
1628
|
}
|
|
1562
1629
|
) });
|
|
1563
1630
|
}
|
|
1564
|
-
function
|
|
1565
|
-
return /* @__PURE__ */
|
|
1631
|
+
function ho({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
1632
|
+
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(
|
|
1566
1633
|
"path",
|
|
1567
1634
|
{
|
|
1568
1635
|
fillRule: "evenodd",
|
|
@@ -1572,27 +1639,27 @@ function a2({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
|
1572
1639
|
}
|
|
1573
1640
|
) });
|
|
1574
1641
|
}
|
|
1575
|
-
const
|
|
1576
|
-
const { themeSettings: t } =
|
|
1577
|
-
return /* @__PURE__ */
|
|
1578
|
-
},
|
|
1579
|
-
const [t, n] =
|
|
1642
|
+
const Se = (e) => qe(e.chart.backgroundColor), po = ({ title: e }) => {
|
|
1643
|
+
const { themeSettings: t } = x();
|
|
1644
|
+
return /* @__PURE__ */ o(Y, { title: e, children: /* @__PURE__ */ o(J, { disableTouchRipple: !0, $hoverColor: Se(t), children: /* @__PURE__ */ o(co, { fill: t.chart.textColor }) }) });
|
|
1645
|
+
}, go = ({ items: e }) => {
|
|
1646
|
+
const [t, n] = $(null), r = (s) => {
|
|
1580
1647
|
n(s.currentTarget);
|
|
1581
1648
|
}, i = () => {
|
|
1582
1649
|
n(null);
|
|
1583
|
-
}, { themeSettings: a } =
|
|
1584
|
-
return /* @__PURE__ */
|
|
1585
|
-
/* @__PURE__ */
|
|
1586
|
-
|
|
1650
|
+
}, { themeSettings: a } = x();
|
|
1651
|
+
return /* @__PURE__ */ h(D, { children: [
|
|
1652
|
+
/* @__PURE__ */ o(
|
|
1653
|
+
J,
|
|
1587
1654
|
{
|
|
1588
|
-
onClick:
|
|
1589
|
-
$
|
|
1655
|
+
onClick: r,
|
|
1656
|
+
$hoverColor: Se(a),
|
|
1590
1657
|
"aria-label": "three dots button",
|
|
1591
|
-
children: /* @__PURE__ */
|
|
1658
|
+
children: /* @__PURE__ */ o(ho, { fill: a.chart.textColor })
|
|
1592
1659
|
}
|
|
1593
1660
|
),
|
|
1594
|
-
/* @__PURE__ */
|
|
1595
|
-
|
|
1661
|
+
/* @__PURE__ */ o(
|
|
1662
|
+
Pt,
|
|
1596
1663
|
{
|
|
1597
1664
|
anchorEl: t,
|
|
1598
1665
|
anchorOrigin: {
|
|
@@ -1605,8 +1672,8 @@ const l2 = ({ title: e }) => {
|
|
|
1605
1672
|
},
|
|
1606
1673
|
open: !!t,
|
|
1607
1674
|
onClose: i,
|
|
1608
|
-
children: e.map((s) => /* @__PURE__ */
|
|
1609
|
-
|
|
1675
|
+
children: e.map((s) => /* @__PURE__ */ h(
|
|
1676
|
+
Wt,
|
|
1610
1677
|
{
|
|
1611
1678
|
onClick: () => {
|
|
1612
1679
|
s.onClick(), i();
|
|
@@ -1614,12 +1681,12 @@ const l2 = ({ title: e }) => {
|
|
|
1614
1681
|
sx: {
|
|
1615
1682
|
fontSize: "13px",
|
|
1616
1683
|
fontFamily: a.typography.fontFamily,
|
|
1617
|
-
color:
|
|
1684
|
+
color: ot.text.content
|
|
1618
1685
|
},
|
|
1619
1686
|
disableRipple: !0,
|
|
1620
1687
|
children: [
|
|
1621
1688
|
s.icon,
|
|
1622
|
-
/* @__PURE__ */
|
|
1689
|
+
/* @__PURE__ */ o("div", { className: "csdk-ml-1", children: s.title })
|
|
1623
1690
|
]
|
|
1624
1691
|
},
|
|
1625
1692
|
s.title
|
|
@@ -1627,39 +1694,39 @@ const l2 = ({ title: e }) => {
|
|
|
1627
1694
|
}
|
|
1628
1695
|
)
|
|
1629
1696
|
] });
|
|
1630
|
-
},
|
|
1631
|
-
const { themeSettings: t } =
|
|
1632
|
-
return /* @__PURE__ */
|
|
1633
|
-
},
|
|
1697
|
+
}, Co = ({ onClick: e }) => {
|
|
1698
|
+
const { themeSettings: t } = x();
|
|
1699
|
+
return /* @__PURE__ */ o(Y, { title: "Preview", children: /* @__PURE__ */ o(J, { onClick: e, $hoverColor: Se(t), children: /* @__PURE__ */ o(lo, { fill: t.chart.textColor }) }) });
|
|
1700
|
+
}, fo = u.div`
|
|
1634
1701
|
display: flex;
|
|
1635
1702
|
padding-top: 6px;
|
|
1636
1703
|
padding-bottom: 6px;
|
|
1637
1704
|
`;
|
|
1638
|
-
function
|
|
1705
|
+
function mo({
|
|
1639
1706
|
infoTooltipText: e,
|
|
1640
1707
|
onRefresh: t,
|
|
1641
1708
|
onExpand: n
|
|
1642
1709
|
}) {
|
|
1643
|
-
const
|
|
1710
|
+
const r = N(
|
|
1644
1711
|
() => [
|
|
1645
1712
|
{
|
|
1646
1713
|
title: "Refresh",
|
|
1647
1714
|
onClick: t,
|
|
1648
|
-
icon: /* @__PURE__ */
|
|
1715
|
+
icon: /* @__PURE__ */ o(uo, {})
|
|
1649
1716
|
}
|
|
1650
1717
|
],
|
|
1651
1718
|
[t]
|
|
1652
1719
|
);
|
|
1653
|
-
return /* @__PURE__ */
|
|
1654
|
-
/* @__PURE__ */
|
|
1655
|
-
/* @__PURE__ */
|
|
1656
|
-
/* @__PURE__ */
|
|
1720
|
+
return /* @__PURE__ */ h(fo, { "aria-label": "chatbot chart toolbar", children: [
|
|
1721
|
+
/* @__PURE__ */ o(po, { title: e != null ? e : "" }),
|
|
1722
|
+
/* @__PURE__ */ o(go, { items: r }),
|
|
1723
|
+
/* @__PURE__ */ o(Co, { onClick: n })
|
|
1657
1724
|
] });
|
|
1658
1725
|
}
|
|
1659
|
-
class
|
|
1660
|
-
constructor(n,
|
|
1726
|
+
class bo extends qt {
|
|
1727
|
+
constructor(n, r) {
|
|
1661
1728
|
var i;
|
|
1662
|
-
super((i = n.jaql.title) != null ? i : "",
|
|
1729
|
+
super((i = n.jaql.title) != null ? i : "", r);
|
|
1663
1730
|
y(this, "metadataItem");
|
|
1664
1731
|
y(this, "expression");
|
|
1665
1732
|
y(this, "skipValidation");
|
|
@@ -1669,7 +1736,7 @@ class p2 extends Pe {
|
|
|
1669
1736
|
y(this, "aggregation");
|
|
1670
1737
|
y(this, "formula");
|
|
1671
1738
|
y(this, "sortType");
|
|
1672
|
-
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 =
|
|
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;
|
|
1673
1740
|
}
|
|
1674
1741
|
get id() {
|
|
1675
1742
|
return this.expression;
|
|
@@ -1678,22 +1745,22 @@ class p2 extends Pe {
|
|
|
1678
1745
|
return this.metadataItem;
|
|
1679
1746
|
}
|
|
1680
1747
|
}
|
|
1681
|
-
const
|
|
1682
|
-
text:
|
|
1683
|
-
numeric:
|
|
1684
|
-
datetime:
|
|
1748
|
+
const xo = {
|
|
1749
|
+
text: ue.TextAttribute,
|
|
1750
|
+
numeric: ue.NumericAttribute,
|
|
1751
|
+
datetime: ue.DateLevel
|
|
1685
1752
|
};
|
|
1686
|
-
function
|
|
1753
|
+
function Re(e) {
|
|
1687
1754
|
var t;
|
|
1688
|
-
return
|
|
1755
|
+
return new bo(e, (t = xo[e.jaql.datatype]) != null ? t : "numeric");
|
|
1689
1756
|
}
|
|
1690
|
-
const
|
|
1757
|
+
const yo = (e) => "chartType" in e.chartRecommendations ? e.chartRecommendations : {
|
|
1691
1758
|
chartType: "table",
|
|
1692
1759
|
chartFamily: "table",
|
|
1693
1760
|
axesMapping: {}
|
|
1694
|
-
},
|
|
1695
|
-
dataOptions: { columns: e.map(
|
|
1696
|
-
}),
|
|
1761
|
+
}, vo = (e) => ({
|
|
1762
|
+
dataOptions: { columns: e.map(Re) }
|
|
1763
|
+
}), wo = Object.freeze({
|
|
1697
1764
|
convolution: {
|
|
1698
1765
|
enabled: !0,
|
|
1699
1766
|
selectedConvolutionType: "bySlicesCount",
|
|
@@ -1712,34 +1779,38 @@ const g2 = (e) => "chartType" in e.chartRecommendations ? e.chartRecommendations
|
|
|
1712
1779
|
xAxis: {
|
|
1713
1780
|
gridLines: !1
|
|
1714
1781
|
}
|
|
1715
|
-
}),
|
|
1782
|
+
}), ko = Object.freeze({
|
|
1716
1783
|
line: "line/spline",
|
|
1717
1784
|
pie: "pie/donut",
|
|
1718
1785
|
bar: "bar/stacked",
|
|
1719
1786
|
column: "column/stackedcolumn"
|
|
1720
|
-
}),
|
|
1721
|
-
const { axesMapping: n, chartFamily:
|
|
1722
|
-
const [
|
|
1723
|
-
return s[`${
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
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" ? {
|
|
1729
1797
|
column: f,
|
|
1730
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]
|
|
1731
1802
|
} : f;
|
|
1732
1803
|
}) : d, s;
|
|
1733
1804
|
}, {});
|
|
1734
|
-
switch (
|
|
1805
|
+
switch (r) {
|
|
1735
1806
|
case "cartesian":
|
|
1736
|
-
return
|
|
1807
|
+
return R({
|
|
1737
1808
|
category: [],
|
|
1738
1809
|
value: [],
|
|
1739
1810
|
breakBy: []
|
|
1740
1811
|
}, a);
|
|
1741
1812
|
case "categorical":
|
|
1742
|
-
return
|
|
1813
|
+
return R({
|
|
1743
1814
|
category: [],
|
|
1744
1815
|
value: []
|
|
1745
1816
|
}, a);
|
|
@@ -1758,15 +1829,15 @@ const g2 = (e) => "chartType" in e.chartRecommendations ? e.chartRecommendations
|
|
|
1758
1829
|
default:
|
|
1759
1830
|
return a;
|
|
1760
1831
|
}
|
|
1761
|
-
},
|
|
1762
|
-
var n,
|
|
1763
|
-
return t === "x" ? (
|
|
1764
|
-
},
|
|
1765
|
-
const
|
|
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);
|
|
1766
1837
|
let i, a;
|
|
1767
|
-
return n ? (i =
|
|
1768
|
-
subtype:
|
|
1769
|
-
}), a =
|
|
1838
|
+
return n ? (i = Te(wo, {
|
|
1839
|
+
subtype: ko[t.chartType]
|
|
1840
|
+
}), a = Te(i, {
|
|
1770
1841
|
legend: {
|
|
1771
1842
|
enabled: !0,
|
|
1772
1843
|
position: "right"
|
|
@@ -1774,261 +1845,182 @@ const g2 = (e) => "chartType" in e.chartRecommendations ? e.chartRecommendations
|
|
|
1774
1845
|
yAxis: {
|
|
1775
1846
|
title: {
|
|
1776
1847
|
enabled: !0,
|
|
1777
|
-
text:
|
|
1848
|
+
text: Be(t, "y")
|
|
1778
1849
|
}
|
|
1779
1850
|
},
|
|
1780
1851
|
xAxis: {
|
|
1781
1852
|
title: {
|
|
1782
1853
|
enabled: !0,
|
|
1783
|
-
text:
|
|
1854
|
+
text: Be(t, "x")
|
|
1784
1855
|
}
|
|
1785
1856
|
}
|
|
1786
|
-
})) : (i =
|
|
1787
|
-
dataOptions:
|
|
1857
|
+
})) : (i = zt(), a = i), {
|
|
1858
|
+
dataOptions: r,
|
|
1788
1859
|
chartStyleOptions: i,
|
|
1789
1860
|
expandedChartStyleOptions: a
|
|
1790
1861
|
};
|
|
1791
|
-
},
|
|
1792
|
-
function
|
|
1793
|
-
const [n,
|
|
1794
|
-
const { detailedDescription: s, jaql:
|
|
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 = {
|
|
1795
1866
|
cornerRadius: "Small",
|
|
1796
1867
|
header: {
|
|
1797
|
-
renderToolbar: (
|
|
1798
|
-
|
|
1868
|
+
renderToolbar: (m) => /* @__PURE__ */ o(
|
|
1869
|
+
mo,
|
|
1799
1870
|
{
|
|
1800
1871
|
infoTooltipText: s,
|
|
1801
|
-
onRefresh:
|
|
1802
|
-
onExpand: () =>
|
|
1872
|
+
onRefresh: m,
|
|
1873
|
+
onExpand: () => r(!0)
|
|
1803
1874
|
}
|
|
1804
1875
|
)
|
|
1805
1876
|
}
|
|
1806
|
-
},
|
|
1807
|
-
let
|
|
1877
|
+
}, g = c.metadata.filter((m) => m.panel === "scope").map(Re), f = c.metadata.filter((m) => m.panel !== "scope");
|
|
1878
|
+
let k, v;
|
|
1808
1879
|
if (d === "table") {
|
|
1809
|
-
const { dataOptions:
|
|
1810
|
-
dataOptions:
|
|
1880
|
+
const { dataOptions: m } = vo(f), b = {
|
|
1881
|
+
dataOptions: m,
|
|
1811
1882
|
dataSource: t,
|
|
1812
|
-
filters:
|
|
1883
|
+
filters: g
|
|
1813
1884
|
};
|
|
1814
|
-
|
|
1885
|
+
k = /* @__PURE__ */ o("div", { className: "csdk-h-[245px]", children: /* @__PURE__ */ o($e, B(R({}, b), { styleOptions: p })) }), v = /* @__PURE__ */ o($e, B(R({}, b), { styleOptions: { header: { hidden: !0 } } }));
|
|
1815
1886
|
} else {
|
|
1816
|
-
const { dataOptions:
|
|
1887
|
+
const { dataOptions: m, chartStyleOptions: b, expandedChartStyleOptions: w } = Ro(
|
|
1817
1888
|
f,
|
|
1818
|
-
|
|
1819
|
-
),
|
|
1889
|
+
l
|
|
1890
|
+
), H = R(R({}, b), p), F = {
|
|
1820
1891
|
chartType: d,
|
|
1821
|
-
dataOptions:
|
|
1892
|
+
dataOptions: m,
|
|
1822
1893
|
dataSource: t,
|
|
1823
|
-
filters:
|
|
1894
|
+
filters: g
|
|
1824
1895
|
};
|
|
1825
|
-
|
|
1826
|
-
const M =
|
|
1896
|
+
k = /* @__PURE__ */ o("div", { children: /* @__PURE__ */ o(He, B(R({}, F), { styleOptions: H })) });
|
|
1897
|
+
const M = B(R({}, w), {
|
|
1827
1898
|
header: { hidden: !0 }
|
|
1828
1899
|
});
|
|
1829
|
-
|
|
1900
|
+
v = /* @__PURE__ */ o(He, B(R({}, F), { styleOptions: M }));
|
|
1830
1901
|
}
|
|
1831
|
-
return { chartElement:
|
|
1902
|
+
return { chartElement: k, expandedElement: v };
|
|
1832
1903
|
}, [e, t]);
|
|
1833
|
-
return /* @__PURE__ */
|
|
1904
|
+
return /* @__PURE__ */ h(D, { children: [
|
|
1834
1905
|
i,
|
|
1835
|
-
/* @__PURE__ */
|
|
1836
|
-
/* @__PURE__ */
|
|
1837
|
-
/* @__PURE__ */
|
|
1838
|
-
/* @__PURE__ */
|
|
1906
|
+
/* @__PURE__ */ h(nt, { open: n, onClose: () => r(!1), maxWidth: "xl", fullWidth: !0, children: [
|
|
1907
|
+
/* @__PURE__ */ h("div", { className: "csdk-flex csdk-items-center csdk-justify-between csdk-py-[30px] csdk-px-[40px]", children: [
|
|
1908
|
+
/* @__PURE__ */ o("div", { className: "csdk-text-ai-lg csdk-semibold csdk-text-text-active", children: e.queryTitle }),
|
|
1909
|
+
/* @__PURE__ */ o(We, { onClick: () => r(!1), "aria-label": "close expanded chart", children: /* @__PURE__ */ o(ao, {}) })
|
|
1839
1910
|
] }),
|
|
1840
|
-
/* @__PURE__ */
|
|
1911
|
+
/* @__PURE__ */ o("div", { className: "csdk-h-screen", children: a })
|
|
1841
1912
|
] })
|
|
1842
1913
|
] });
|
|
1843
1914
|
}
|
|
1844
|
-
function
|
|
1845
|
-
return /* @__PURE__ */
|
|
1846
|
-
/* @__PURE__ */ r(
|
|
1847
|
-
"path",
|
|
1848
|
-
{
|
|
1849
|
-
d: "M13.4036 18.3667L13.9173 18.0581L14.5326 19.1265L15.3333 19.886L15.9697 21.241L16.6062 22.4317L17.14 23.9709L17.448 25.2031L18.3718 25.1001L18.9672 23.9709L18.9672 22.4317L18.5361 21.241L18.3718 19.886L18.8646 19.7833L20.2196 20.1317L21.7184 20.1317L23.1761 19.2902L23.0118 18.0581L23.4635 17.0319L23.0118 15.9643L23.1761 14.794L22.5807 13.788L22.478 12.7614L21.8621 12.125L20.6713 11.776L13.814 12.125L13.4036 11.776L11.0013 11.776L10.5088 12.125C10.5088 14.1027 10.5458 18.1198 10.6936 18.3667L13.4036 18.3667Z",
|
|
1850
|
-
fill: e.aiChat.icons.color,
|
|
1851
|
-
fillOpacity: "0.67"
|
|
1852
|
-
}
|
|
1853
|
-
),
|
|
1854
|
-
/* @__PURE__ */ r(
|
|
1855
|
-
"path",
|
|
1856
|
-
{
|
|
1857
|
-
fillRule: "evenodd",
|
|
1858
|
-
clipRule: "evenodd",
|
|
1859
|
-
d: "M23.5798 15.9102C23.8749 16.2866 24.0165 16.6901 23.9985 17.1057C23.9804 17.5635 23.7757 17.9219 23.607 18.1417C23.8027 18.6297 23.878 19.3976 23.2245 19.9939C22.7456 20.4307 21.9325 20.6264 20.806 20.5723C20.014 20.5361 19.3513 20.3885 19.3243 20.3824L19.3213 20.3824C19.1708 20.3554 19.011 20.3223 18.8484 20.2861C18.8363 20.4789 18.8696 20.9577 19.2249 22.0359C19.6465 23.3189 19.6225 24.3008 19.1466 24.9572C18.6466 25.6469 17.8485 25.7012 17.6135 25.7012C17.3877 25.7012 17.1799 25.6078 17.0324 25.4362C16.6981 25.0477 16.7373 24.3309 16.7793 23.9996C16.3818 22.9334 15.2676 20.3192 14.3248 19.5935C14.3067 19.5814 14.2917 19.5663 14.2767 19.5513C13.9995 19.2591 13.8129 18.9429 13.6864 18.6658C13.5086 18.7622 13.3069 18.8164 13.0899 18.8164L11.2529 18.8164C10.5601 18.8164 10 18.2532 10 17.5635L10 12.6695C10 11.9768 10.5632 11.4166 11.2529 11.4166L13.0899 11.4166C13.358 11.4166 13.608 11.501 13.8129 11.6455L14.5205 11.5611C14.629 11.5461 16.5565 11.3021 18.5352 11.3413C18.8935 11.3142 19.2309 11.2992 19.5441 11.2992C20.0832 11.2992 20.5531 11.3413 20.9445 11.4257C21.8661 11.6214 22.4957 12.0128 22.8148 12.5882C23.0588 13.0278 23.0588 13.4646 23.0197 13.7416C23.6191 14.2837 23.7244 14.8831 23.7033 15.3047C23.6913 15.5487 23.637 15.7565 23.5798 15.9102ZM11.2529 12.2298C11.009 12.2298 10.8132 12.4286 10.8132 12.6695L10.8132 17.5666C10.8132 17.8104 11.0119 18.0063 11.2529 18.0063L13.0899 18.0063C13.3339 18.0063 13.5298 17.8075 13.5298 17.5666L13.5298 12.6726C13.5298 12.4286 13.331 12.2327 13.0899 12.2327L11.2529 12.2327L11.2529 12.2298ZM22.8088 16.2625C22.6823 16.13 22.6582 15.9281 22.7547 15.7715C22.7547 15.7685 22.878 15.5577 22.8932 15.2685C22.9142 14.874 22.7245 14.5247 22.327 14.2265C22.1854 14.1181 22.1282 13.9313 22.1885 13.7627C22.1885 13.7597 22.3179 13.3621 22.1072 12.9856C21.9052 12.6243 21.4566 12.3654 20.7759 12.2208C20.2309 12.1033 19.4898 12.0821 18.5805 12.1545L18.5383 12.1545C16.6016 12.1123 14.644 12.3654 14.623 12.3683L14.6199 12.3683L14.3158 12.4045C14.3339 12.4887 14.3429 12.5792 14.3429 12.6695L14.3429 17.5666C14.3429 17.696 14.3219 17.8225 14.2857 17.94C14.3399 18.1417 14.4905 18.5905 14.8458 18.973C16.1982 20.0452 17.5203 23.6622 17.5775 23.8188C17.6017 23.8821 17.6075 23.9514 17.5956 24.0206C17.5443 24.3579 17.5624 24.7706 17.6347 24.894C17.7943 24.891 18.225 24.8459 18.484 24.4875C18.7912 24.0628 18.7791 23.3038 18.4478 22.298C17.9419 20.7649 17.8997 19.9579 18.3003 19.6024C18.4991 19.4248 18.7641 19.4157 18.9569 19.4849C19.1406 19.5271 19.3153 19.5633 19.4809 19.5904C19.4929 19.5935 19.508 19.5964 19.52 19.5995C20.4447 19.8013 22.1011 19.9247 22.6763 19.4007C23.1642 18.955 22.8179 18.3647 22.7788 18.3014C22.6673 18.1328 22.7004 17.9129 22.851 17.7773C22.854 17.7744 23.1702 17.4762 23.1852 17.0756C23.1973 16.8076 23.0708 16.5335 22.8088 16.2625Z",
|
|
1860
|
-
fill: "white"
|
|
1861
|
-
}
|
|
1862
|
-
),
|
|
1863
|
-
/* @__PURE__ */ r(
|
|
1864
|
-
"path",
|
|
1865
|
-
{
|
|
1866
|
-
fillRule: "evenodd",
|
|
1867
|
-
clipRule: "evenodd",
|
|
1868
|
-
d: "M23.5798 15.9102C23.8749 16.2866 24.0165 16.6901 23.9985 17.1057C23.9804 17.5635 23.7757 17.9219 23.607 18.1417C23.8027 18.6297 23.878 19.3976 23.2245 19.9939C22.7456 20.4307 21.9325 20.6264 20.806 20.5723C20.014 20.5361 19.3513 20.3885 19.3243 20.3824L19.3213 20.3824C19.1708 20.3554 19.011 20.3223 18.8484 20.2861C18.8363 20.4789 18.8696 20.9577 19.2249 22.0359C19.6465 23.3189 19.6225 24.3008 19.1466 24.9572C18.6466 25.6469 17.8485 25.7012 17.6135 25.7012C17.3877 25.7012 17.1799 25.6078 17.0324 25.4362C16.6981 25.0477 16.7373 24.3309 16.7793 23.9996C16.3818 22.9334 15.2676 20.3192 14.3248 19.5935C14.3067 19.5814 14.2917 19.5663 14.2767 19.5513C13.9995 19.2591 13.8129 18.9429 13.6864 18.6658C13.5086 18.7622 13.3069 18.8164 13.0899 18.8164L11.2529 18.8164C10.5601 18.8164 10 18.2532 10 17.5635L10 12.6695C10 11.9768 10.5632 11.4166 11.2529 11.4166L13.0899 11.4166C13.358 11.4166 13.608 11.501 13.8129 11.6455L14.5205 11.5611C14.629 11.5461 16.5565 11.3021 18.5352 11.3413C18.8935 11.3142 19.2309 11.2992 19.5441 11.2992C20.0832 11.2992 20.5531 11.3413 20.9445 11.4257C21.8661 11.6214 22.4957 12.0128 22.8148 12.5882C23.0588 13.0278 23.0588 13.4646 23.0197 13.7416C23.6191 14.2837 23.7244 14.8831 23.7033 15.3047C23.6913 15.5487 23.637 15.7565 23.5798 15.9102ZM11.2529 12.2298C11.009 12.2298 10.8132 12.4286 10.8132 12.6695L10.8132 17.5666C10.8132 17.8104 11.0119 18.0063 11.2529 18.0063L13.0899 18.0063C13.3339 18.0063 13.5298 17.8075 13.5298 17.5666L13.5298 12.6726C13.5298 12.4286 13.331 12.2327 13.0899 12.2327L11.2529 12.2327L11.2529 12.2298ZM22.8088 16.2625C22.6823 16.13 22.6582 15.9281 22.7547 15.7715C22.7547 15.7685 22.878 15.5577 22.8932 15.2685C22.9142 14.874 22.7245 14.5247 22.327 14.2265C22.1854 14.1181 22.1282 13.9313 22.1885 13.7627C22.1885 13.7597 22.3179 13.3621 22.1072 12.9856C21.9052 12.6243 21.4566 12.3654 20.7759 12.2208C20.2309 12.1033 19.4898 12.0821 18.5805 12.1545L18.5383 12.1545C16.6016 12.1123 14.644 12.3654 14.623 12.3683L14.6199 12.3683L14.3158 12.4045C14.3339 12.4887 14.3429 12.5792 14.3429 12.6695L14.3429 17.5666C14.3429 17.696 14.3219 17.8225 14.2857 17.94C14.3399 18.1417 14.4905 18.5905 14.8458 18.973C16.1982 20.0452 17.5203 23.6622 17.5775 23.8188C17.6017 23.8821 17.6075 23.9514 17.5956 24.0206C17.5443 24.3579 17.5624 24.7706 17.6347 24.894C17.7943 24.891 18.225 24.8459 18.484 24.4875C18.7912 24.0628 18.7791 23.3038 18.4478 22.298C17.9419 20.7649 17.8997 19.9579 18.3003 19.6024C18.4991 19.4248 18.7641 19.4157 18.9569 19.4849C19.1406 19.5271 19.3153 19.5633 19.4809 19.5904C19.4929 19.5935 19.508 19.5964 19.52 19.5995C20.4447 19.8013 22.1011 19.9247 22.6763 19.4007C23.1642 18.955 22.8179 18.3647 22.7788 18.3014C22.6673 18.1328 22.7004 17.9129 22.851 17.7773C22.854 17.7744 23.1702 17.4762 23.1852 17.0756C23.1973 16.8076 23.0708 16.5335 22.8088 16.2625Z",
|
|
1869
|
-
fill: e.aiChat.icons.color,
|
|
1870
|
-
fillOpacity: "0.67"
|
|
1871
|
-
}
|
|
1872
|
-
)
|
|
1873
|
-
] });
|
|
1874
|
-
}
|
|
1875
|
-
function X1({ theme: e }) {
|
|
1876
|
-
return /* @__PURE__ */ r("svg", { xmlns: "http://www.w3.org/2000/svg", width: "34", height: "35", viewBox: "0 0 34 35", fill: "none", children: /* @__PURE__ */ r(
|
|
1915
|
+
function Eo({ theme: e }) {
|
|
1916
|
+
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(
|
|
1877
1917
|
"path",
|
|
1878
1918
|
{
|
|
1879
1919
|
fillRule: "evenodd",
|
|
1880
1920
|
clipRule: "evenodd",
|
|
1881
|
-
d: "
|
|
1921
|
+
d: "M18.5798 9.61098C18.8749 9.98744 19.0165 10.391 18.9985 10.8066C18.9804 11.2643 18.7757 11.6227 18.607 11.8426C18.8027 12.3305 18.878 13.0984 18.2245 13.6947C17.7456 14.1315 16.9325 14.3273 15.806 14.2732C15.014 14.237 14.3513 14.0893 14.3243 14.0833H14.3213C14.1708 14.0562 14.011 14.0231 13.8484 13.9869C13.8363 14.1797 13.8696 14.6585 14.2249 15.7367C14.6465 17.0196 14.6225 18.0016 14.1466 18.6581C13.6466 19.3478 12.8485 19.4019 12.6136 19.4019C12.3877 19.4019 12.1799 19.3086 12.0324 19.137C11.6981 18.7484 11.7373 18.0317 11.7793 17.7004C11.3818 16.6342 10.2676 14.02 9.32479 13.2943C9.30668 13.2822 9.2917 13.2671 9.27671 13.2521C8.99949 12.9599 8.81287 12.6437 8.68642 12.3667C8.50861 12.463 8.30687 12.5173 8.08995 12.5173H6.25291C5.56014 12.5173 5 11.954 5 11.2643L5 6.37029C5 5.67764 5.56323 5.11738 6.25291 5.11738H8.08995C8.35803 5.11738 8.60804 5.20179 8.81287 5.34635L9.52051 5.26191C9.62905 5.24692 11.5565 5.00297 13.5352 5.04209C13.8935 5.01502 14.2309 5 14.5441 5C15.0832 5 15.5531 5.04209 15.9445 5.12649C16.8661 5.32222 17.4957 5.71366 17.8148 6.28898C18.0588 6.72865 18.0588 7.16543 18.0197 7.44247C18.6191 7.98454 18.7244 8.58394 18.7033 9.00555C18.6913 9.2495 18.637 9.4573 18.5798 9.61098ZM6.25291 5.93058C6.00896 5.93058 5.81324 6.12939 5.81324 6.37029V11.2674C5.81324 11.5112 6.0119 11.7071 6.25291 11.7071H8.08995C8.33393 11.7071 8.52981 11.5083 8.52981 11.2674V6.37338C8.52981 6.12939 8.33096 5.93352 8.08995 5.93352H6.25291V5.93058ZM17.8088 9.96331C17.6823 9.83083 17.6582 9.6289 17.7547 9.47229C17.7547 9.46935 17.878 9.25849 17.8932 8.96937C17.9142 8.5748 17.7245 8.22555 17.327 7.92731C17.1854 7.81893 17.1282 7.63217 17.1885 7.46351C17.1885 7.46057 17.3179 7.06291 17.1072 6.68645C16.9052 6.32516 16.4566 6.06619 15.7759 5.92162C15.2309 5.80413 14.4899 5.78293 13.5805 5.85529H13.5383C11.6017 5.81309 9.64403 6.06619 9.62302 6.06912H9.61994L9.31583 6.1053C9.3339 6.18955 9.34286 6.27998 9.34286 6.37029V11.2674C9.34286 11.3968 9.32185 11.5233 9.28567 11.6408C9.33992 11.8425 9.49051 12.2914 9.84582 12.6739C11.1982 13.7461 12.5203 17.3631 12.5775 17.5197C12.6017 17.583 12.6075 17.6521 12.5956 17.7214C12.5443 18.0587 12.5624 18.4715 12.6347 18.5949C12.7943 18.5919 13.225 18.5467 13.484 18.1883C13.7912 17.7636 13.7791 17.0046 13.4478 15.9988C12.9419 14.4657 12.8997 13.6587 13.3003 13.3033C13.4991 13.1256 13.7641 13.1165 13.9569 13.1858C14.1406 13.228 14.3153 13.2641 14.4809 13.2912C14.4929 13.2943 14.508 13.2973 14.52 13.3003C15.4447 13.5021 17.1011 13.6255 17.6763 13.1015C18.1642 12.6558 17.8179 12.0655 17.7788 12.0022C17.6673 11.8336 17.7004 11.6137 17.851 11.4782C17.854 11.4752 18.1702 11.177 18.1852 10.7764C18.1973 10.5085 18.0708 10.2343 17.8088 9.96331Z",
|
|
1882
1922
|
fill: e.aiChat.icons.color
|
|
1883
1923
|
}
|
|
1884
1924
|
) });
|
|
1885
1925
|
}
|
|
1886
|
-
function
|
|
1887
|
-
const
|
|
1888
|
-
return /* @__PURE__ */
|
|
1889
|
-
|
|
1926
|
+
function Lo({ onClick: e, disabled: t }) {
|
|
1927
|
+
const { themeSettings: n } = x();
|
|
1928
|
+
return /* @__PURE__ */ o(Y, { title: "Incorrect response", children: /* @__PURE__ */ o(
|
|
1929
|
+
J,
|
|
1890
1930
|
{
|
|
1891
1931
|
"aria-label": "thumbs-down",
|
|
1892
|
-
className: "csdk-w-[34px] csdk-h-[35px] csdk-cursor-pointer",
|
|
1893
|
-
onMouseEnter: () => n(!0),
|
|
1894
|
-
onMouseLeave: () => n(!1),
|
|
1895
1932
|
onClick: e,
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
]
|
|
1933
|
+
$hoverColor: n.aiChat.icons.feedbackIcons.hoverColor,
|
|
1934
|
+
disabled: t,
|
|
1935
|
+
children: /* @__PURE__ */ o(Eo, { theme: n })
|
|
1900
1936
|
}
|
|
1901
1937
|
) });
|
|
1902
1938
|
}
|
|
1903
|
-
function
|
|
1904
|
-
return /* @__PURE__ */
|
|
1905
|
-
/* @__PURE__ */ r(
|
|
1906
|
-
"path",
|
|
1907
|
-
{
|
|
1908
|
-
d: "M13.4036 17.6333L13.9173 17.9419L14.5326 16.8735L15.3333 16.114L15.9697 14.759L16.6062 13.5683L17.14 12.0291L17.448 10.7969L18.3718 10.8999L18.9672 12.0291V13.5683L18.5361 14.759L18.3718 16.114L18.8646 16.2167L20.2196 15.8683H21.7184L23.1761 16.7098L23.0118 17.9419L23.4635 18.9681L23.0118 20.0357L23.1761 21.206L22.5807 22.212L22.478 23.2386L21.8621 23.875L20.6713 24.224L13.814 23.875L13.4036 24.224H11.0013L10.5088 23.875C10.5088 21.8973 10.5458 17.8802 10.6936 17.6333H13.4036Z",
|
|
1909
|
-
fill: e.aiChat.icons.color,
|
|
1910
|
-
fillOpacity: "0.67"
|
|
1911
|
-
}
|
|
1912
|
-
),
|
|
1913
|
-
/* @__PURE__ */ r(
|
|
1914
|
-
"path",
|
|
1915
|
-
{
|
|
1916
|
-
fillRule: "evenodd",
|
|
1917
|
-
clipRule: "evenodd",
|
|
1918
|
-
d: "M23.5798 20.0898C23.8749 19.7134 24.0165 19.3099 23.9985 18.8943C23.9804 18.4365 23.7757 18.0781 23.607 17.8583C23.8027 17.3703 23.878 16.6024 23.2245 16.0061C22.7456 15.5693 21.9325 15.3736 20.806 15.4277C20.014 15.4639 19.3513 15.6115 19.3243 15.6176H19.3213C19.1708 15.6446 19.011 15.6777 18.8484 15.7139C18.8363 15.5211 18.8696 15.0423 19.2249 13.9641C19.6465 12.6811 19.6225 11.6992 19.1466 11.0428C18.6466 10.3531 17.8485 10.2988 17.6135 10.2988C17.3877 10.2988 17.1799 10.3922 17.0324 10.5638C16.6981 10.9523 16.7373 11.6691 16.7793 12.0004C16.3818 13.0666 15.2676 15.6808 14.3248 16.4065C14.3067 16.4186 14.2917 16.4337 14.2767 16.4487C13.9995 16.7409 13.8129 17.0571 13.6864 17.3342C13.5086 17.2378 13.3069 17.1836 13.0899 17.1836H11.2529C10.5601 17.1836 10 17.7468 10 18.4365V23.3305C10 24.0232 10.5632 24.5834 11.2529 24.5834H13.0899C13.358 24.5834 13.608 24.499 13.8129 24.3545L14.5205 24.4389C14.629 24.4539 16.5565 24.6979 18.5352 24.6587C18.8935 24.6858 19.2309 24.7008 19.5441 24.7008C20.0832 24.7008 20.5531 24.6587 20.9445 24.5743C21.8661 24.3786 22.4957 23.9872 22.8148 23.4118C23.0588 22.9722 23.0588 22.5354 23.0197 22.2584C23.6191 21.7163 23.7244 21.1169 23.7033 20.6953C23.6913 20.4513 23.637 20.2435 23.5798 20.0898ZM11.2529 23.7702C11.009 23.7702 10.8132 23.5714 10.8132 23.3305V18.4334C10.8132 18.1896 11.0119 17.9937 11.2529 17.9937H13.0899C13.3339 17.9937 13.5298 18.1925 13.5298 18.4334V23.3274C13.5298 23.5714 13.331 23.7673 13.0899 23.7673H11.2529V23.7702ZM22.8088 19.7375C22.6823 19.87 22.6582 20.0719 22.7547 20.2285C22.7547 20.2315 22.878 20.4423 22.8932 20.7315C22.9142 21.126 22.7245 21.4753 22.327 21.7735C22.1854 21.8819 22.1282 22.0687 22.1885 22.2373C22.1885 22.2403 22.3179 22.6379 22.1072 23.0144C21.9052 23.3757 21.4566 23.6346 20.7759 23.7792C20.2309 23.8967 19.4898 23.9179 18.5805 23.8455H18.5383C16.6016 23.8877 14.644 23.6346 14.623 23.6317H14.6199L14.3158 23.5955C14.3339 23.5113 14.3429 23.4208 14.3429 23.3305V18.4334C14.3429 18.304 14.3219 18.1775 14.2857 18.06C14.3399 17.8583 14.4905 17.4095 14.8458 17.027C16.1982 15.9548 17.5203 12.3378 17.5775 12.1812C17.6017 12.1179 17.6075 12.0486 17.5956 11.9794C17.5443 11.6421 17.5624 11.2294 17.6347 11.106C17.7943 11.109 18.225 11.1541 18.484 11.5125C18.7912 11.9372 18.7791 12.6962 18.4478 13.702C17.9419 15.2351 17.8997 16.0421 18.3003 16.3976C18.4991 16.5752 18.7641 16.5843 18.9569 16.5151C19.1406 16.4728 19.3153 16.4367 19.4809 16.4096C19.4929 16.4065 19.508 16.4036 19.52 16.4005C20.4447 16.1987 22.1011 16.0753 22.6763 16.5993C23.1642 17.045 22.8179 17.6353 22.7788 17.6986C22.6673 17.8672 22.7004 18.0871 22.851 18.2227C22.854 18.2256 23.1702 18.5238 23.1852 18.9244C23.1973 19.1924 23.0708 19.4665 22.8088 19.7375Z",
|
|
1919
|
-
fill: "white"
|
|
1920
|
-
}
|
|
1921
|
-
),
|
|
1922
|
-
/* @__PURE__ */ r(
|
|
1923
|
-
"path",
|
|
1924
|
-
{
|
|
1925
|
-
fillRule: "evenodd",
|
|
1926
|
-
clipRule: "evenodd",
|
|
1927
|
-
d: "M23.5798 20.0898C23.8749 19.7134 24.0165 19.3099 23.9985 18.8943C23.9804 18.4365 23.7757 18.0781 23.607 17.8583C23.8027 17.3703 23.878 16.6024 23.2245 16.0061C22.7456 15.5693 21.9325 15.3736 20.806 15.4277C20.014 15.4639 19.3513 15.6115 19.3243 15.6176H19.3213C19.1708 15.6446 19.011 15.6777 18.8484 15.7139C18.8363 15.5211 18.8696 15.0423 19.2249 13.9641C19.6465 12.6811 19.6225 11.6992 19.1466 11.0428C18.6466 10.3531 17.8485 10.2988 17.6135 10.2988C17.3877 10.2988 17.1799 10.3922 17.0324 10.5638C16.6981 10.9523 16.7373 11.6691 16.7793 12.0004C16.3818 13.0666 15.2676 15.6808 14.3248 16.4065C14.3067 16.4186 14.2917 16.4337 14.2767 16.4487C13.9995 16.7409 13.8129 17.0571 13.6864 17.3342C13.5086 17.2378 13.3069 17.1836 13.0899 17.1836H11.2529C10.5601 17.1836 10 17.7468 10 18.4365V23.3305C10 24.0232 10.5632 24.5834 11.2529 24.5834H13.0899C13.358 24.5834 13.608 24.499 13.8129 24.3545L14.5205 24.4389C14.629 24.4539 16.5565 24.6979 18.5352 24.6587C18.8935 24.6858 19.2309 24.7008 19.5441 24.7008C20.0832 24.7008 20.5531 24.6587 20.9445 24.5743C21.8661 24.3786 22.4957 23.9872 22.8148 23.4118C23.0588 22.9722 23.0588 22.5354 23.0197 22.2584C23.6191 21.7163 23.7244 21.1169 23.7033 20.6953C23.6913 20.4513 23.637 20.2435 23.5798 20.0898ZM11.2529 23.7702C11.009 23.7702 10.8132 23.5714 10.8132 23.3305V18.4334C10.8132 18.1896 11.0119 17.9937 11.2529 17.9937H13.0899C13.3339 17.9937 13.5298 18.1925 13.5298 18.4334V23.3274C13.5298 23.5714 13.331 23.7673 13.0899 23.7673H11.2529V23.7702ZM22.8088 19.7375C22.6823 19.87 22.6582 20.0719 22.7547 20.2285C22.7547 20.2315 22.878 20.4423 22.8932 20.7315C22.9142 21.126 22.7245 21.4753 22.327 21.7735C22.1854 21.8819 22.1282 22.0687 22.1885 22.2373C22.1885 22.2403 22.3179 22.6379 22.1072 23.0144C21.9052 23.3757 21.4566 23.6346 20.7759 23.7792C20.2309 23.8967 19.4898 23.9179 18.5805 23.8455H18.5383C16.6016 23.8877 14.644 23.6346 14.623 23.6317H14.6199L14.3158 23.5955C14.3339 23.5113 14.3429 23.4208 14.3429 23.3305V18.4334C14.3429 18.304 14.3219 18.1775 14.2857 18.06C14.3399 17.8583 14.4905 17.4095 14.8458 17.027C16.1982 15.9548 17.5203 12.3378 17.5775 12.1812C17.6017 12.1179 17.6075 12.0486 17.5956 11.9794C17.5443 11.6421 17.5624 11.2294 17.6347 11.106C17.7943 11.109 18.225 11.1541 18.484 11.5125C18.7912 11.9372 18.7791 12.6962 18.4478 13.702C17.9419 15.2351 17.8997 16.0421 18.3003 16.3976C18.4991 16.5752 18.7641 16.5843 18.9569 16.5151C19.1406 16.4728 19.3153 16.4367 19.4809 16.4096C19.4929 16.4065 19.508 16.4036 19.52 16.4005C20.4447 16.1987 22.1011 16.0753 22.6763 16.5993C23.1642 17.045 22.8179 17.6353 22.7788 17.6986C22.6673 17.8672 22.7004 18.0871 22.851 18.2227C22.854 18.2256 23.1702 18.5238 23.1852 18.9244C23.1973 19.1924 23.0708 19.4665 22.8088 19.7375Z",
|
|
1928
|
-
fill: e.aiChat.icons.color,
|
|
1929
|
-
fillOpacity: "0.67"
|
|
1930
|
-
}
|
|
1931
|
-
)
|
|
1932
|
-
] });
|
|
1933
|
-
}
|
|
1934
|
-
function J1({ theme: e }) {
|
|
1935
|
-
return /* @__PURE__ */ r("svg", { xmlns: "http://www.w3.org/2000/svg", width: "34", height: "35", viewBox: "0 0 34 35", fill: "none", children: /* @__PURE__ */ r(
|
|
1939
|
+
function To({ theme: e }) {
|
|
1940
|
+
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(
|
|
1936
1941
|
"path",
|
|
1937
1942
|
{
|
|
1938
1943
|
fillRule: "evenodd",
|
|
1939
1944
|
clipRule: "evenodd",
|
|
1940
|
-
d: "
|
|
1945
|
+
d: "M18.5798 14.7911C18.8749 14.4146 19.0165 14.011 18.9985 13.5954C18.9804 13.1377 18.7757 12.7793 18.607 12.5595C18.8027 12.0715 18.878 11.3036 18.2245 10.7073C17.7456 10.2705 16.9325 10.0748 15.806 10.1289C15.014 10.1651 14.3513 10.3127 14.3243 10.3187H14.3213C14.1708 10.3458 14.011 10.3789 13.8484 10.4151C13.8363 10.2223 13.8696 9.74345 14.2248 8.66522C14.6465 7.38231 14.6225 6.40041 14.1466 5.74397C13.6466 5.05425 12.8485 5 12.6136 5C12.3877 5 12.1799 5.09336 12.0324 5.26499C11.6981 5.6535 11.7373 6.37026 11.7793 6.70158C11.3818 7.76777 10.2676 10.382 9.32479 11.1077C9.30668 11.1198 9.2917 11.1349 9.27671 11.1499C8.99949 11.4421 8.81287 11.7583 8.68642 12.0353C8.50861 11.939 8.30687 11.8848 8.08995 11.8848H6.25291C5.56014 11.8848 5 12.448 5 13.1377V18.0318C5 18.7244 5.56323 19.2847 6.25291 19.2847H8.08995C8.35803 19.2847 8.60804 19.2003 8.81287 19.0557L9.52051 19.1401C9.62905 19.1551 11.5565 19.3991 13.5352 19.36C13.8935 19.387 14.2309 19.402 14.5441 19.402C15.0832 19.402 15.5531 19.36 15.9445 19.2756C16.8661 19.0798 17.4957 18.6884 17.8148 18.1131C18.0588 17.6734 18.0588 17.2366 18.0197 16.9596C18.6191 16.4175 18.7244 15.8181 18.7033 15.3965C18.6913 15.1525 18.637 14.9447 18.5798 14.7911ZM6.25291 18.4715C6.00896 18.4715 5.81324 18.2727 5.81324 18.0318V13.1346C5.81324 12.8908 6.0119 12.6949 6.25291 12.6949H8.08995C8.33393 12.6949 8.52981 12.8937 8.52981 13.1346V18.0287C8.52981 18.2727 8.33096 18.4685 8.08995 18.4685H6.25291V18.4715ZM17.8088 14.4387C17.6823 14.5712 17.6582 14.7731 17.7547 14.9298C17.7547 14.9327 17.878 15.1436 17.8932 15.4327C17.9142 15.8272 17.7245 16.1765 17.327 16.4747C17.1854 16.5831 17.1282 16.7699 17.1885 16.9385C17.1885 16.9415 17.3179 17.3391 17.1072 17.7156C16.9052 18.0769 16.4566 18.3359 15.7759 18.4804C15.2309 18.5979 14.4898 18.6191 13.5805 18.5468H13.5383C11.6017 18.589 9.64403 18.3359 9.62302 18.3329H9.61994L9.31583 18.2967C9.3339 18.2125 9.34286 18.1221 9.34286 18.0318V13.1346C9.34286 13.0052 9.32185 12.8787 9.28567 12.7612C9.33992 12.5595 9.49051 12.1106 9.84582 11.7281C11.1981 10.6559 12.5203 7.03893 12.5775 6.88232C12.6016 6.81908 12.6075 6.74981 12.5956 6.68058C12.5443 6.34323 12.5624 5.93058 12.6347 5.80718C12.7943 5.81015 13.225 5.85529 13.484 6.21365C13.7912 6.63837 13.7791 7.39733 13.4478 8.40316C12.9419 9.93624 12.8997 10.7433 13.3003 11.0987C13.4991 11.2764 13.7641 11.2855 13.9569 11.2162C14.1406 11.174 14.3153 11.1378 14.4809 11.1108C14.4929 11.1077 14.508 11.1048 14.52 11.1017C15.4447 10.8999 17.1011 10.7765 17.6763 11.3005C18.1642 11.7462 17.8179 12.3365 17.7788 12.3998C17.6673 12.5684 17.7004 12.7883 17.851 12.9238C17.854 12.9268 18.1702 13.225 18.1852 13.6256C18.1973 13.8935 18.0708 14.1677 17.8088 14.4387Z",
|
|
1941
1946
|
fill: e.aiChat.icons.color
|
|
1942
1947
|
}
|
|
1943
1948
|
) });
|
|
1944
1949
|
}
|
|
1945
|
-
function
|
|
1946
|
-
const
|
|
1947
|
-
return /* @__PURE__ */
|
|
1948
|
-
|
|
1950
|
+
function $o({ onClick: e, disabled: t }) {
|
|
1951
|
+
const { themeSettings: n } = x();
|
|
1952
|
+
return /* @__PURE__ */ o(Y, { title: "Correct response", children: /* @__PURE__ */ o(
|
|
1953
|
+
J,
|
|
1949
1954
|
{
|
|
1950
1955
|
"aria-label": "thumbs-up",
|
|
1951
|
-
className: "csdk-w-[34px] csdk-h-[35px] csdk-cursor-pointer",
|
|
1952
|
-
onMouseEnter: () => n(!0),
|
|
1953
|
-
onMouseLeave: () => n(!1),
|
|
1954
1956
|
onClick: e,
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
]
|
|
1957
|
+
$hoverColor: n.aiChat.icons.feedbackIcons.hoverColor,
|
|
1958
|
+
disabled: t,
|
|
1959
|
+
children: /* @__PURE__ */ o(To, { theme: n })
|
|
1959
1960
|
}
|
|
1960
1961
|
) });
|
|
1961
1962
|
}
|
|
1962
|
-
const
|
|
1963
|
-
const [e, t] =
|
|
1963
|
+
const Ho = () => {
|
|
1964
|
+
const [e, t] = $(!1), n = U(null), r = T(() => {
|
|
1964
1965
|
t(!0);
|
|
1965
|
-
}, []), i =
|
|
1966
|
+
}, []), i = T(() => {
|
|
1966
1967
|
t(!1);
|
|
1967
1968
|
}, []);
|
|
1968
|
-
return [
|
|
1969
|
+
return [T(
|
|
1969
1970
|
(s) => {
|
|
1970
|
-
var
|
|
1971
|
-
((
|
|
1971
|
+
var c;
|
|
1972
|
+
((c = n.current) == null ? void 0 : c.nodeType) === Node.ELEMENT_NODE && (n.current.removeEventListener("mouseenter", r), n.current.removeEventListener("mouseleave", i)), (s == null ? void 0 : s.nodeType) === Node.ELEMENT_NODE && (s.addEventListener("mouseenter", r), s.addEventListener("mouseleave", i)), n.current = s;
|
|
1972
1973
|
},
|
|
1973
|
-
[
|
|
1974
|
+
[r, i]
|
|
1974
1975
|
), e];
|
|
1975
|
-
},
|
|
1976
|
+
}, Do = u.div`
|
|
1976
1977
|
display: flex;
|
|
1977
1978
|
flex-direction: column;
|
|
1978
1979
|
row-gap: ${({ theme: e }) => e.aiChat.body.gapBetweenMessages};
|
|
1979
1980
|
`;
|
|
1980
|
-
function
|
|
1981
|
-
const [n,
|
|
1982
|
-
(
|
|
1983
|
-
|
|
1981
|
+
function Bo({ visible: e, onSend: t }) {
|
|
1982
|
+
const [n, r] = $(!1), i = T(
|
|
1983
|
+
(s) => {
|
|
1984
|
+
r(!0), t(s === "up" ? 1 : -1);
|
|
1984
1985
|
},
|
|
1985
1986
|
[t]
|
|
1986
|
-
),
|
|
1987
|
-
return e ? /* @__PURE__ */
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
/* @__PURE__ */ r(X1, { theme: i })
|
|
1991
|
-
] }),
|
|
1992
|
-
!n && /* @__PURE__ */ u(T, { children: [
|
|
1993
|
-
/* @__PURE__ */ r(M2, { onClick: () => a("up") }),
|
|
1994
|
-
/* @__PURE__ */ r(w2, { onClick: () => a("down") })
|
|
1995
|
-
] })
|
|
1987
|
+
), a = `csdk-transition-opacity csdk-delay-150 csdk-duration-500 ${n ? "csdk-opacity-0" : "csdk-opacity-100"}`;
|
|
1988
|
+
return e ? /* @__PURE__ */ h("div", { className: `csdk-flex csdk-items-center ${a}`, children: [
|
|
1989
|
+
/* @__PURE__ */ o($o, { onClick: () => i("up"), disabled: n }),
|
|
1990
|
+
/* @__PURE__ */ o(Lo, { onClick: () => i("down"), disabled: n })
|
|
1996
1991
|
] }) : null;
|
|
1997
1992
|
}
|
|
1998
|
-
function
|
|
1993
|
+
function Ne({
|
|
1999
1994
|
sourceId: e,
|
|
2000
1995
|
data: t,
|
|
2001
1996
|
type: n,
|
|
2002
|
-
buttonVisibility:
|
|
2003
|
-
|
|
1997
|
+
buttonVisibility: r = "onHover",
|
|
1998
|
+
renderContent: i
|
|
2004
1999
|
}) {
|
|
2005
|
-
const a = O(), s =
|
|
2006
|
-
|
|
2007
|
-
(
|
|
2000
|
+
const a = O(), s = Jt(
|
|
2001
|
+
T(
|
|
2002
|
+
(g) => {
|
|
2008
2003
|
a && a.ai.sendFeedback({
|
|
2009
2004
|
sourceId: e,
|
|
2010
2005
|
type: n,
|
|
2011
2006
|
data: t,
|
|
2012
|
-
rating:
|
|
2007
|
+
rating: g
|
|
2013
2008
|
});
|
|
2014
2009
|
},
|
|
2015
2010
|
[a, e, t, n]
|
|
2016
2011
|
),
|
|
2017
2012
|
200
|
|
2018
|
-
), [
|
|
2019
|
-
return /* @__PURE__ */
|
|
2020
|
-
p,
|
|
2021
|
-
/* @__PURE__ */ r(E2, { onSend: s, visible: d })
|
|
2022
|
-
] }) : p) });
|
|
2013
|
+
), [c, l] = Ho(), d = N(() => r === "onHover" ? l : r !== "never", [l, r]), { themeSettings: p } = x();
|
|
2014
|
+
return /* @__PURE__ */ o(Do, { ref: c, theme: p, children: i(/* @__PURE__ */ o(Bo, { onSend: s, visible: d })) });
|
|
2023
2015
|
}
|
|
2024
|
-
const
|
|
2025
|
-
function
|
|
2026
|
-
const [t, n] =
|
|
2027
|
-
return
|
|
2028
|
-
a.current && a.current.scrollHeight >
|
|
2029
|
-
}, [e]), /* @__PURE__ */
|
|
2030
|
-
/* @__PURE__ */
|
|
2031
|
-
|
|
2016
|
+
const No = 18 * 5;
|
|
2017
|
+
function rt({ text: e }) {
|
|
2018
|
+
const [t, n] = $(!0), [r, i] = $(!1), a = U(null);
|
|
2019
|
+
return me(() => {
|
|
2020
|
+
a.current && a.current.scrollHeight > No && i(!0);
|
|
2021
|
+
}, [e]), /* @__PURE__ */ h("div", { children: [
|
|
2022
|
+
/* @__PURE__ */ o("div", { ref: a, className: `${t ? "csdk-line-clamp-5" : ""} csdk-whitespace-pre-wrap`, children: e }),
|
|
2023
|
+
r && /* @__PURE__ */ o("div", { className: "csdk-mt-3 csdk-flex csdk-justify-end", children: /* @__PURE__ */ o(
|
|
2032
2024
|
"div",
|
|
2033
2025
|
{
|
|
2034
2026
|
className: "csdk-text-ai-xs csdk-text-text-link csdk-cursor-pointer",
|
|
@@ -2038,105 +2030,101 @@ function ee({ text: e }) {
|
|
|
2038
2030
|
) })
|
|
2039
2031
|
] });
|
|
2040
2032
|
}
|
|
2041
|
-
function
|
|
2042
|
-
const { data: t, isLoading: n, isError:
|
|
2043
|
-
return n ? /* @__PURE__ */
|
|
2033
|
+
function Fo({ nlgRequest: e }) {
|
|
2034
|
+
const { data: t, isLoading: n, isError: r } = xe(e);
|
|
2035
|
+
return n ? /* @__PURE__ */ o(et, {}) : r ? /* @__PURE__ */ o(W, { align: "left", children: ye }) : /* @__PURE__ */ o(W, { align: "full", children: /* @__PURE__ */ o(rt, { text: t != null ? t : "No insights available." }) });
|
|
2044
2036
|
}
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
const { themeSettings: t } = v();
|
|
2050
|
-
return /* @__PURE__ */ r("svg", { width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ r(
|
|
2051
|
-
$2,
|
|
2037
|
+
function Oo() {
|
|
2038
|
+
const { themeSettings: e } = x();
|
|
2039
|
+
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
|
+
"path",
|
|
2052
2041
|
{
|
|
2053
|
-
theme: t,
|
|
2054
|
-
hover: e,
|
|
2055
2042
|
fillRule: "evenodd",
|
|
2056
2043
|
clipRule: "evenodd",
|
|
2057
|
-
d: "M11.5 3.5C11.2239 3.5 11 3.72386 11 4V5C11 5.27614 11.2239 5.5 11.5 5.5C11.7761 5.5 12 5.27614 12 5V4C12 3.72386 11.7761 3.5 11.5 3.5ZM20 11C20 10.7239 19.7761 10.5 19.5 10.5H18.5C18.2239 10.5 18 10.7239 18 11C18 11.2761 18.2239 11.5 18.5 11.5H19.5C19.7761 11.5 20 11.2761 20 11ZM6.06066 5.35355C5.8654 5.15829 5.54882 5.15829 5.35355 5.35355C5.15829 5.54882 5.15829 5.8654 5.35355 6.06066L6.06066 6.76777C6.25592 6.96303 6.5725 6.96303 6.76777 6.76777C6.96303 6.5725 6.96303 6.25592 6.76777 6.06066L6.06066 5.35355ZM5 11C5 10.7239 4.77614 10.5 4.5 10.5H3.5C3.22386 10.5 3 10.7239 3 11C3 11.2761 3.22386 11.5 3.5 11.5H4.5C4.77614 11.5 5 11.2761 5 11ZM17.7678 6.06066C17.963 5.8654 17.963 5.54882 17.7678 5.35355C17.5725 5.15829 17.2559 5.15829 17.0607 5.35355L16.3536 6.06066C16.1583 6.25592 16.1583 6.5725 16.3536 6.76777C16.5488 6.96303 16.8654 6.96303 17.0607 6.76777L17.7678 6.06066ZM12.1443 6.53487C14.6635 6.81824 16.6511 8.67684 16.9597 11.0379C17.1678 12.6385 16.5623 14.2379 15.3244 15.3575C14.5049 16.1022 14.0038 17.2023 14 18.2722V19.5H9V18.2753C8.98626 17.1847 8.46545 16.0683 7.62521 15.3139C6.04513 13.8436 5.56667 11.6251 6.41329 9.69484C7.25992 7.76454 9.26456 6.50321 11.4909 6.5C11.7093 6.50004 11.9274 6.51167 12.1443 6.53487ZM11.4927 7.5C9.675 7.50258 8.03521 8.51877 7.34062 10.0785C6.64391 11.643 7.03778 13.4417 8.32278 14.6196C9.36662 15.5426 9.98356 16.8913 10.0003 18.2029V18.5H13.0001L13.0001 18.1969C13.0048 16.9143 13.6014 15.5805 14.6246 14.6649C15.6402 13.7602 16.1379 12.4652 15.9669 11.1689C15.7132 9.25779 14.0849 7.75729 12.0264 7.52799C11.8487 7.50938 11.67 7.50004 11.4927 7.5ZM14.1068 12.5099H13.1068C13.1068 10.7222 12.3371 9.95246 10.6235 10.0096L10.5901 9.01014C12.8765 8.93393 14.1068 10.1642 14.1068 12.5099ZM13 21.5V20.5H10V21.5H13Z"
|
|
2044
|
+
d: "M11.5 3.5C11.2239 3.5 11 3.72386 11 4V5C11 5.27614 11.2239 5.5 11.5 5.5C11.7761 5.5 12 5.27614 12 5V4C12 3.72386 11.7761 3.5 11.5 3.5ZM20 11C20 10.7239 19.7761 10.5 19.5 10.5H18.5C18.2239 10.5 18 10.7239 18 11C18 11.2761 18.2239 11.5 18.5 11.5H19.5C19.7761 11.5 20 11.2761 20 11ZM6.06066 5.35355C5.8654 5.15829 5.54882 5.15829 5.35355 5.35355C5.15829 5.54882 5.15829 5.8654 5.35355 6.06066L6.06066 6.76777C6.25592 6.96303 6.5725 6.96303 6.76777 6.76777C6.96303 6.5725 6.96303 6.25592 6.76777 6.06066L6.06066 5.35355ZM5 11C5 10.7239 4.77614 10.5 4.5 10.5H3.5C3.22386 10.5 3 10.7239 3 11C3 11.2761 3.22386 11.5 3.5 11.5H4.5C4.77614 11.5 5 11.2761 5 11ZM17.7678 6.06066C17.963 5.8654 17.963 5.54882 17.7678 5.35355C17.5725 5.15829 17.2559 5.15829 17.0607 5.35355L16.3536 6.06066C16.1583 6.25592 16.1583 6.5725 16.3536 6.76777C16.5488 6.96303 16.8654 6.96303 17.0607 6.76777L17.7678 6.06066ZM12.1443 6.53487C14.6635 6.81824 16.6511 8.67684 16.9597 11.0379C17.1678 12.6385 16.5623 14.2379 15.3244 15.3575C14.5049 16.1022 14.0038 17.2023 14 18.2722V19.5H9V18.2753C8.98626 17.1847 8.46545 16.0683 7.62521 15.3139C6.04513 13.8436 5.56667 11.6251 6.41329 9.69484C7.25992 7.76454 9.26456 6.50321 11.4909 6.5C11.7093 6.50004 11.9274 6.51167 12.1443 6.53487ZM11.4927 7.5C9.675 7.50258 8.03521 8.51877 7.34062 10.0785C6.64391 11.643 7.03778 13.4417 8.32278 14.6196C9.36662 15.5426 9.98356 16.8913 10.0003 18.2029V18.5H13.0001L13.0001 18.1969C13.0048 16.9143 13.6014 15.5805 14.6246 14.6649C15.6402 13.7602 16.1379 12.4652 15.9669 11.1689C15.7132 9.25779 14.0849 7.75729 12.0264 7.52799C11.8487 7.50938 11.67 7.50004 11.4927 7.5ZM14.1068 12.5099H13.1068C13.1068 10.7222 12.3371 9.95246 10.6235 10.0096L10.5901 9.01014C12.8765 8.93393 14.1068 10.1642 14.1068 12.5099ZM13 21.5V20.5H10V21.5H13Z",
|
|
2045
|
+
fill: e.aiChat.icons.color
|
|
2058
2046
|
}
|
|
2059
2047
|
) });
|
|
2060
2048
|
}
|
|
2061
|
-
function
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
r1,
|
|
2049
|
+
function Io({ onClick: e }) {
|
|
2050
|
+
return /* @__PURE__ */ o(re, { align: "left", onClick: e, children: /* @__PURE__ */ h(
|
|
2051
|
+
"div",
|
|
2065
2052
|
{
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
"div",
|
|
2072
|
-
{
|
|
2073
|
-
className: "csdk-py-[5px] csdk-px-2 csdk-flex csdk-items-center csdk-gap-x-2 csdk-select-none",
|
|
2074
|
-
children: [
|
|
2075
|
-
/* @__PURE__ */ r(N2, { hover: t }),
|
|
2076
|
-
"Insights"
|
|
2077
|
-
]
|
|
2078
|
-
}
|
|
2079
|
-
)
|
|
2053
|
+
className: "csdk-py-[5px] csdk-px-2 csdk-flex csdk-items-center csdk-gap-x-1 csdk-select-none",
|
|
2054
|
+
children: [
|
|
2055
|
+
/* @__PURE__ */ o(Oo, {}),
|
|
2056
|
+
"Insights"
|
|
2057
|
+
]
|
|
2080
2058
|
}
|
|
2081
|
-
);
|
|
2059
|
+
) });
|
|
2082
2060
|
}
|
|
2083
|
-
const
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2061
|
+
const Fe = u.div`
|
|
2062
|
+
display: flex;
|
|
2063
|
+
align-items: center;
|
|
2064
|
+
column-gap: 10px;
|
|
2065
|
+
`, Ao = (e) => !!e && "aeiou".includes(e[0]);
|
|
2066
|
+
function Po({ data: e, alwaysShowFeedback: t }) {
|
|
2067
|
+
const { chatMode: n = "analyze", enableInsights: r } = I(), { themeSettings: i } = x(), { queryTitle: a, chartRecommendations: s, jaql: c } = e;
|
|
2068
|
+
console.debug(`JAQL for ${a}`, c), console.debug(`chart recommendations for ${a}`, s);
|
|
2069
|
+
const l = "chartType" in s ? s.chartType : "table";
|
|
2070
|
+
let d;
|
|
2071
|
+
Ao(l) ? d = `an ${l}` : d = `a ${l}`, l !== "table" && (d += " chart");
|
|
2072
|
+
const p = c.datasource.title, [g, f] = $(!1), k = T(() => {
|
|
2073
|
+
f((b) => !b);
|
|
2074
|
+
}, []), v = {
|
|
2093
2075
|
jaql: {
|
|
2094
|
-
datasource:
|
|
2095
|
-
metadata:
|
|
2076
|
+
datasource: p,
|
|
2077
|
+
metadata: c.metadata
|
|
2096
2078
|
}
|
|
2097
|
-
},
|
|
2098
|
-
return /* @__PURE__ */
|
|
2099
|
-
/* @__PURE__ */
|
|
2100
|
-
|
|
2079
|
+
}, m = n === "analyze";
|
|
2080
|
+
return /* @__PURE__ */ h(D, { children: [
|
|
2081
|
+
/* @__PURE__ */ o(
|
|
2082
|
+
Ne,
|
|
2101
2083
|
{
|
|
2102
|
-
sourceId:
|
|
2084
|
+
sourceId: p,
|
|
2103
2085
|
data: e,
|
|
2104
2086
|
type: "chats/nlq",
|
|
2105
2087
|
buttonVisibility: t ? "always" : "onHover",
|
|
2106
|
-
children: [
|
|
2107
|
-
/* @__PURE__ */
|
|
2108
|
-
|
|
2109
|
-
|
|
2088
|
+
renderContent: (b) => /* @__PURE__ */ h(D, { children: [
|
|
2089
|
+
/* @__PURE__ */ h(Fe, { children: [
|
|
2090
|
+
/* @__PURE__ */ o(Je, { align: "left", theme: i, children: `Here's ${d} showing ${e.queryTitle.toLowerCase()}.` }),
|
|
2091
|
+
b
|
|
2092
|
+
] }),
|
|
2093
|
+
m && /* @__PURE__ */ o(Mo, { content: e, dataSource: p })
|
|
2094
|
+
] })
|
|
2110
2095
|
}
|
|
2111
2096
|
),
|
|
2112
|
-
|
|
2113
|
-
|
|
2097
|
+
r && /* @__PURE__ */ o(
|
|
2098
|
+
Ne,
|
|
2114
2099
|
{
|
|
2115
|
-
sourceId:
|
|
2116
|
-
data:
|
|
2100
|
+
sourceId: p,
|
|
2101
|
+
data: v,
|
|
2117
2102
|
type: "nlg/queryResult",
|
|
2118
|
-
buttonVisibility:
|
|
2119
|
-
children: [
|
|
2120
|
-
/* @__PURE__ */
|
|
2121
|
-
|
|
2122
|
-
|
|
2103
|
+
buttonVisibility: g ? "onHover" : "never",
|
|
2104
|
+
renderContent: (b) => /* @__PURE__ */ h(D, { children: [
|
|
2105
|
+
/* @__PURE__ */ h(Fe, { children: [
|
|
2106
|
+
/* @__PURE__ */ o(Io, { onClick: k }),
|
|
2107
|
+
b
|
|
2108
|
+
] }),
|
|
2109
|
+
g && /* @__PURE__ */ o(Fo, { nlgRequest: v })
|
|
2110
|
+
] })
|
|
2123
2111
|
}
|
|
2124
2112
|
)
|
|
2125
2113
|
] });
|
|
2126
2114
|
}
|
|
2127
|
-
function
|
|
2128
|
-
if (
|
|
2115
|
+
function Wo({ message: e, isLastMessage: t }) {
|
|
2116
|
+
if (ke(e)) {
|
|
2129
2117
|
const n = JSON.parse(e.content);
|
|
2130
|
-
return /* @__PURE__ */
|
|
2118
|
+
return /* @__PURE__ */ o(Po, { data: n, alwaysShowFeedback: t });
|
|
2131
2119
|
}
|
|
2132
|
-
return /* @__PURE__ */
|
|
2120
|
+
return /* @__PURE__ */ o(W, { align: e.role === "user" ? "right" : "left", children: e.content });
|
|
2133
2121
|
}
|
|
2134
|
-
const
|
|
2135
|
-
function
|
|
2136
|
-
return /* @__PURE__ */
|
|
2122
|
+
const qo = on(Wo), jo = ({ error: e }) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ o(W, { align: "left", children: ye }));
|
|
2123
|
+
function zo({ messages: e }) {
|
|
2124
|
+
return /* @__PURE__ */ o(D, { children: e.map((t, n) => /* @__PURE__ */ o(Yn, { fallbackRender: jo, children: /* @__PURE__ */ o(qo, { message: t, isLastMessage: n === e.length - 1 }, n) }, n)) });
|
|
2137
2125
|
}
|
|
2138
|
-
function
|
|
2139
|
-
return /* @__PURE__ */
|
|
2126
|
+
function it({ color: e }) {
|
|
2127
|
+
return /* @__PURE__ */ o(
|
|
2140
2128
|
"svg",
|
|
2141
2129
|
{
|
|
2142
2130
|
width: "100%",
|
|
@@ -2144,7 +2132,7 @@ function te({ color: e }) {
|
|
|
2144
2132
|
viewBox: "0 0 4 8",
|
|
2145
2133
|
fill: "none",
|
|
2146
2134
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2147
|
-
children: /* @__PURE__ */
|
|
2135
|
+
children: /* @__PURE__ */ o(
|
|
2148
2136
|
"path",
|
|
2149
2137
|
{
|
|
2150
2138
|
d: "M3.87815 0.825307C4.05781 0.615598 4.03345 0.299954 3.82374 0.120297C3.61403 -0.05936 3.29838 -0.034998 3.11873 0.174711L0.120288 3.67471C-0.040096 3.86192 -0.040096 4.1381 0.120288 4.32531L3.11873 7.82531C3.29838 8.03502 3.61403 8.05938 3.82374 7.87972C4.03345 7.70006 4.05781 7.38442 3.87815 7.17471L1.15839 4.00001L3.87815 0.825307Z",
|
|
@@ -2154,18 +2142,18 @@ function te({ color: e }) {
|
|
|
2154
2142
|
}
|
|
2155
2143
|
);
|
|
2156
2144
|
}
|
|
2157
|
-
function
|
|
2158
|
-
return /* @__PURE__ */
|
|
2145
|
+
function Vo({ onClick: e, color: t }) {
|
|
2146
|
+
return /* @__PURE__ */ o(
|
|
2159
2147
|
"div",
|
|
2160
2148
|
{
|
|
2161
2149
|
"aria-label": "go back",
|
|
2162
2150
|
className: "csdk-w-5 csdk-h-5 csdk-flex csdk-p-[4px] csdk-ml-[6px] csdk-cursor-pointer",
|
|
2163
2151
|
onClick: e,
|
|
2164
|
-
children: /* @__PURE__ */
|
|
2152
|
+
children: /* @__PURE__ */ o(it, { color: t })
|
|
2165
2153
|
}
|
|
2166
2154
|
);
|
|
2167
2155
|
}
|
|
2168
|
-
const
|
|
2156
|
+
const Qo = u.button`
|
|
2169
2157
|
font-size: inherit;
|
|
2170
2158
|
line-height: inherit;
|
|
2171
2159
|
box-sizing: border-box;
|
|
@@ -2175,6 +2163,8 @@ const q2 = m.button`
|
|
|
2175
2163
|
padding-top: 0.5rem;
|
|
2176
2164
|
padding-bottom: 0.5rem;
|
|
2177
2165
|
cursor: pointer;
|
|
2166
|
+
text-align: left;
|
|
2167
|
+
max-width: 85%;
|
|
2178
2168
|
|
|
2179
2169
|
font-family: ${({ theme: e }) => e.typography.fontFamily};
|
|
2180
2170
|
color: ${({ theme: e }) => e.aiChat.suggestions.textColor};
|
|
@@ -2189,8 +2179,8 @@ const q2 = m.button`
|
|
|
2189
2179
|
${({ theme: e }) => {
|
|
2190
2180
|
const { borderGradient: t, borderRadius: n } = e.aiChat.suggestions;
|
|
2191
2181
|
if (t) {
|
|
2192
|
-
const [
|
|
2193
|
-
return
|
|
2182
|
+
const [r, i] = t;
|
|
2183
|
+
return E`
|
|
2194
2184
|
border: none;
|
|
2195
2185
|
position: relative;
|
|
2196
2186
|
border-radius: ${n};
|
|
@@ -2203,7 +2193,7 @@ const q2 = m.button`
|
|
|
2203
2193
|
bottom: 0;
|
|
2204
2194
|
border-radius: ${n};
|
|
2205
2195
|
border: 1px solid transparent;
|
|
2206
|
-
background: linear-gradient(30deg, ${
|
|
2196
|
+
background: linear-gradient(30deg, ${r}, ${i}) border-box;
|
|
2207
2197
|
-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
|
|
2208
2198
|
-webkit-mask-composite: destination-out;
|
|
2209
2199
|
mask-composite: exclude;
|
|
@@ -2213,24 +2203,24 @@ const q2 = m.button`
|
|
|
2213
2203
|
return "";
|
|
2214
2204
|
}}
|
|
2215
2205
|
`;
|
|
2216
|
-
function
|
|
2217
|
-
const { themeSettings: n } =
|
|
2218
|
-
return /* @__PURE__ */
|
|
2206
|
+
function Oe({ question: e, onClick: t }) {
|
|
2207
|
+
const { themeSettings: n } = x();
|
|
2208
|
+
return /* @__PURE__ */ o(Qo, { onClick: t, theme: n, children: e });
|
|
2219
2209
|
}
|
|
2220
|
-
const
|
|
2210
|
+
const Zo = u.div`
|
|
2221
2211
|
display: flex;
|
|
2222
2212
|
flex-direction: column;
|
|
2223
2213
|
align-items: flex-start;
|
|
2224
2214
|
row-gap: ${({ theme: e }) => e.aiChat.suggestions.gap};
|
|
2225
2215
|
`;
|
|
2226
|
-
function
|
|
2227
|
-
const [n,
|
|
2228
|
-
return /* @__PURE__ */
|
|
2229
|
-
i.map((s) => /* @__PURE__ */
|
|
2230
|
-
i.length < e.length && /* @__PURE__ */
|
|
2216
|
+
function Go({ questions: e, onSelection: t }) {
|
|
2217
|
+
const [n, r] = $(!0), i = N(() => n && e.length > 5 ? e.slice(0, 4) : e, [e, n]), { themeSettings: a } = x();
|
|
2218
|
+
return /* @__PURE__ */ h(Zo, { "aria-label": "list of suggested questions", theme: a, children: [
|
|
2219
|
+
i.map((s) => /* @__PURE__ */ o(Oe, { question: s, onClick: () => t(s) }, s)),
|
|
2220
|
+
i.length < e.length && /* @__PURE__ */ o(Oe, { question: "See more", onClick: () => r(!1) })
|
|
2231
2221
|
] });
|
|
2232
2222
|
}
|
|
2233
|
-
const
|
|
2223
|
+
const Uo = u.div`
|
|
2234
2224
|
width: 283px;
|
|
2235
2225
|
height: 32px;
|
|
2236
2226
|
border-radius: 10px;
|
|
@@ -2254,46 +2244,45 @@ const Z2 = m.div`
|
|
|
2254
2244
|
background-position: -200% 0;
|
|
2255
2245
|
}
|
|
2256
2246
|
}
|
|
2257
|
-
`,
|
|
2247
|
+
`, _o = u.div`
|
|
2258
2248
|
display: flex;
|
|
2259
2249
|
flex-direction: column;
|
|
2260
2250
|
row-gap: 1rem;
|
|
2261
2251
|
`;
|
|
2262
|
-
function
|
|
2263
|
-
const { themeSettings: e } =
|
|
2264
|
-
return /* @__PURE__ */
|
|
2252
|
+
function Ko() {
|
|
2253
|
+
const { themeSettings: e } = x();
|
|
2254
|
+
return /* @__PURE__ */ o(_o, { children: Array.from({ length: 3 }, (t, n) => /* @__PURE__ */ o(Uo, { theme: e }, n)) });
|
|
2265
2255
|
}
|
|
2266
|
-
function
|
|
2267
|
-
const
|
|
2268
|
-
return t ? /* @__PURE__ */
|
|
2269
|
-
/* @__PURE__ */
|
|
2270
|
-
/* @__PURE__ */
|
|
2256
|
+
function Yo({ questions: e, isLoading: t, onSelection: n }) {
|
|
2257
|
+
const r = e.length > 0, { suggestionsWelcomeText: i } = I();
|
|
2258
|
+
return t ? /* @__PURE__ */ o(Ko, {}) : r ? /* @__PURE__ */ h(D, { children: [
|
|
2259
|
+
i && /* @__PURE__ */ o(W, { align: "left", children: i }),
|
|
2260
|
+
/* @__PURE__ */ o(Go, { onSelection: n, questions: e })
|
|
2271
2261
|
] }) : null;
|
|
2272
2262
|
}
|
|
2273
|
-
const
|
|
2263
|
+
const Jo = u.div`
|
|
2264
|
+
flex: 0 0 80px;
|
|
2274
2265
|
padding-left: 14px;
|
|
2275
2266
|
padding-right: 14px;
|
|
2276
|
-
padding-top: 29px;
|
|
2277
|
-
padding-bottom: 29px;
|
|
2278
2267
|
display: flex;
|
|
2279
2268
|
align-items: center;
|
|
2280
2269
|
position: relative;
|
|
2281
2270
|
|
|
2282
2271
|
background-color: ${({ style: e }) => e.backgroundColor};
|
|
2283
|
-
`,
|
|
2272
|
+
`, Xo = u.div`
|
|
2284
2273
|
font-size: 18px;
|
|
2285
2274
|
line-height: 22px;
|
|
2286
2275
|
font-weight: 600;
|
|
2287
2276
|
margin-left: 20px;
|
|
2288
2277
|
|
|
2289
2278
|
color: ${({ style: e }) => e.textColor};
|
|
2290
|
-
`,
|
|
2291
|
-
return /* @__PURE__ */
|
|
2279
|
+
`, at = rn(function({ title: t, leftNav: n, rightNav: r, style: i }, a) {
|
|
2280
|
+
return /* @__PURE__ */ h(Jo, { ref: a, style: i, children: [
|
|
2292
2281
|
n,
|
|
2293
|
-
/* @__PURE__ */
|
|
2294
|
-
|
|
2282
|
+
/* @__PURE__ */ o(Xo, { style: i, children: t }),
|
|
2283
|
+
r && /* @__PURE__ */ o("div", { className: "csdk-ml-auto", children: r })
|
|
2295
2284
|
] });
|
|
2296
|
-
}),
|
|
2285
|
+
}), er = u.div`
|
|
2297
2286
|
text-align: center;
|
|
2298
2287
|
font-size: 11px;
|
|
2299
2288
|
line-height: 18px;
|
|
@@ -2307,68 +2296,27 @@ const U2 = m.div`
|
|
|
2307
2296
|
|
|
2308
2297
|
color: ${({ theme: e }) => e.aiChat.secondaryTextColor};
|
|
2309
2298
|
`;
|
|
2310
|
-
function
|
|
2311
|
-
return /* @__PURE__ */
|
|
2312
|
-
/* @__PURE__ */
|
|
2313
|
-
/* @__PURE__ */
|
|
2299
|
+
function tr({ theme: e }) {
|
|
2300
|
+
return /* @__PURE__ */ h(er, { theme: e, children: [
|
|
2301
|
+
/* @__PURE__ */ o("div", { children: "Content is powered by AI, so surprises and mistakes are possible." }),
|
|
2302
|
+
/* @__PURE__ */ o("div", { children: " Please rate responses so we can improve!" })
|
|
2314
2303
|
] });
|
|
2315
2304
|
}
|
|
2316
|
-
const
|
|
2305
|
+
const nr = u.div`
|
|
2317
2306
|
font-size: inherit;
|
|
2318
2307
|
line-height: inherit;
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
padding-
|
|
2322
|
-
padding-
|
|
2323
|
-
|
|
2324
|
-
padding-bottom: 0.5rem;
|
|
2308
|
+
padding-left: 16px;
|
|
2309
|
+
padding-right: 16px;
|
|
2310
|
+
padding-top: 4px;
|
|
2311
|
+
padding-bottom: 4px;
|
|
2312
|
+
border-radius: 16px;
|
|
2325
2313
|
|
|
2326
|
-
font-family: ${({ theme: e }) => e.typography.fontFamily};
|
|
2327
2314
|
color: ${({ theme: e }) => e.aiChat.suggestions.textColor};
|
|
2328
2315
|
background-color: ${({ theme: e }) => e.aiChat.suggestions.backgroundColor};
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
const { borderGradient: t, borderRadius: n } = e.aiChat.suggestions;
|
|
2334
|
-
if (t) {
|
|
2335
|
-
const [o, i] = t;
|
|
2336
|
-
return S`
|
|
2337
|
-
border: none;
|
|
2338
|
-
position: relative;
|
|
2339
|
-
border-radius: ${n};
|
|
2340
|
-
&:before {
|
|
2341
|
-
content: '';
|
|
2342
|
-
position: absolute;
|
|
2343
|
-
top: 0;
|
|
2344
|
-
left: 0;
|
|
2345
|
-
right: 0;
|
|
2346
|
-
bottom: 0;
|
|
2347
|
-
border-radius: ${n};
|
|
2348
|
-
border: 1px solid transparent;
|
|
2349
|
-
background: linear-gradient(30deg, ${o}, ${i}) border-box;
|
|
2350
|
-
-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
|
|
2351
|
-
-webkit-mask-composite: destination-out;
|
|
2352
|
-
mask-composite: exclude;
|
|
2353
|
-
}
|
|
2354
|
-
`;
|
|
2355
|
-
}
|
|
2356
|
-
return "";
|
|
2357
|
-
}}
|
|
2358
|
-
`, re = () => {
|
|
2359
|
-
const { themeSettings: e } = v();
|
|
2360
|
-
return /* @__PURE__ */ r(X2, { disabled: !0, theme: e, children: "Beta" });
|
|
2361
|
-
}, J2 = m.div`
|
|
2362
|
-
height: 100%;
|
|
2363
|
-
border-bottom-left-radius: ${({ theme: e }) => e.aiChat.borderRadius};
|
|
2364
|
-
border-bottom-right-radius: ${({ theme: e }) => e.aiChat.borderRadius};
|
|
2365
|
-
display: flex;
|
|
2366
|
-
flex-direction: column;
|
|
2367
|
-
justify-content: space-between;
|
|
2368
|
-
overflow: hidden;
|
|
2369
|
-
|
|
2370
|
-
background-color: ${({ theme: e }) => e.aiChat.backgroundColor};
|
|
2371
|
-
`, en = m.div`
|
|
2316
|
+
`, st = () => {
|
|
2317
|
+
const { themeSettings: e } = x();
|
|
2318
|
+
return /* @__PURE__ */ o(nr, { theme: e, children: "Beta" });
|
|
2319
|
+
}, or = u.div`
|
|
2372
2320
|
display: flex;
|
|
2373
2321
|
flex-direction: column;
|
|
2374
2322
|
row-gap: ${({ theme: e }) => e.aiChat.body.gapBetweenMessages};
|
|
@@ -2379,7 +2327,7 @@ const X2 = m.button`
|
|
|
2379
2327
|
padding-bottom: ${({ theme: e }) => e.aiChat.body.paddingBottom};
|
|
2380
2328
|
flex: initial;
|
|
2381
2329
|
height: 100%;
|
|
2382
|
-
`,
|
|
2330
|
+
`, rr = u.div`
|
|
2383
2331
|
padding-left: ${({ theme: e }) => e.aiChat.footer.paddingLeft};
|
|
2384
2332
|
padding-right: ${({ theme: e }) => e.aiChat.footer.paddingRight};
|
|
2385
2333
|
padding-top: ${({ theme: e }) => e.aiChat.footer.paddingTop};
|
|
@@ -2387,160 +2335,210 @@ const X2 = m.button`
|
|
|
2387
2335
|
display: flex;
|
|
2388
2336
|
flex-direction: column;
|
|
2389
2337
|
row-gap: 6px;
|
|
2390
|
-
`,
|
|
2338
|
+
`, ir = u.div`
|
|
2391
2339
|
display: flex;
|
|
2392
2340
|
flex-direction: column;
|
|
2393
2341
|
row-gap: ${({ theme: e }) => e.aiChat.suggestions.gap};
|
|
2394
2342
|
`;
|
|
2395
|
-
function
|
|
2396
|
-
const {
|
|
2343
|
+
function ar({ contextTitle: e, onGoBack: t }) {
|
|
2344
|
+
const {
|
|
2345
|
+
data: n,
|
|
2346
|
+
isLoading: r,
|
|
2347
|
+
isError: i
|
|
2348
|
+
} = Ge({
|
|
2397
2349
|
contextTitle: e
|
|
2398
|
-
}),
|
|
2399
|
-
() => n.map((
|
|
2350
|
+
}), a = N(
|
|
2351
|
+
() => n.map((L) => L.nlqPrompt),
|
|
2400
2352
|
[n]
|
|
2401
2353
|
), {
|
|
2402
|
-
history:
|
|
2403
|
-
lastNlqResponse:
|
|
2354
|
+
history: s,
|
|
2355
|
+
lastNlqResponse: c,
|
|
2404
2356
|
isAwaitingResponse: l,
|
|
2405
|
-
sendMessage:
|
|
2406
|
-
isLoading:
|
|
2407
|
-
chatId:
|
|
2408
|
-
lastError:
|
|
2409
|
-
} =
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
} = z1(h), [g, R] = L(!1), P = () => R(!0), $ = () => R(!1), D = () => {
|
|
2414
|
-
f(), $();
|
|
2415
|
-
}, M = _(null);
|
|
2416
|
-
m1(() => {
|
|
2357
|
+
sendMessage: d,
|
|
2358
|
+
isLoading: p,
|
|
2359
|
+
chatId: g,
|
|
2360
|
+
lastError: f
|
|
2361
|
+
} = yn(e), { mutate: k, isLoading: v } = _e(g), [m, b] = $(!1), w = () => b(!0), H = () => b(!1), F = () => {
|
|
2362
|
+
k(), H();
|
|
2363
|
+
}, M = U(null);
|
|
2364
|
+
me(() => {
|
|
2417
2365
|
M.current && (M.current.scrollTop = M.current.scrollHeight);
|
|
2418
|
-
}, [
|
|
2419
|
-
const X =
|
|
2420
|
-
|
|
2366
|
+
}, [s, m, l]);
|
|
2367
|
+
const X = U(null), { enableFollowupQuestions: se, enableHeader: ee, numOfRecentPrompts: Z } = I(), { themeSettings: A } = x(), te = ee ? /* @__PURE__ */ o(
|
|
2368
|
+
at,
|
|
2421
2369
|
{
|
|
2422
2370
|
ref: X,
|
|
2423
2371
|
title: e,
|
|
2424
|
-
leftNav: t && /* @__PURE__ */
|
|
2425
|
-
rightNav: /* @__PURE__ */
|
|
2426
|
-
style:
|
|
2372
|
+
leftNav: t && /* @__PURE__ */ o(Vo, { onClick: t, color: A.aiChat.header.textColor }),
|
|
2373
|
+
rightNav: /* @__PURE__ */ o(st, {}),
|
|
2374
|
+
style: A.aiChat.header
|
|
2427
2375
|
}
|
|
2428
|
-
) : null, j =
|
|
2376
|
+
) : null, j = N(
|
|
2429
2377
|
() => [
|
|
2430
2378
|
...new Set(
|
|
2431
|
-
|
|
2379
|
+
s.filter((L) => L.role === "user").filter((L) => !a.includes(L.content)).map((L) => L.content).reverse()
|
|
2432
2380
|
)
|
|
2433
|
-
].slice(0,
|
|
2434
|
-
[
|
|
2381
|
+
].slice(0, Z),
|
|
2382
|
+
[s, Z, a]
|
|
2435
2383
|
);
|
|
2436
|
-
return (
|
|
2437
|
-
|
|
2438
|
-
/* @__PURE__ */
|
|
2439
|
-
] }) : /* @__PURE__ */
|
|
2440
|
-
|
|
2441
|
-
/* @__PURE__ */
|
|
2442
|
-
/* @__PURE__ */
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
align: "left",
|
|
2460
|
-
onClick: () => {
|
|
2461
|
-
c(E);
|
|
2462
|
-
},
|
|
2463
|
-
children: /* @__PURE__ */ r("div", { className: "csdk-py-[7px] csdk-px-2", children: E })
|
|
2384
|
+
return (f == null ? void 0 : f.message) === Ue ? /* @__PURE__ */ h(D, { children: [
|
|
2385
|
+
ee && te,
|
|
2386
|
+
/* @__PURE__ */ o(Xe, { text: f.message })
|
|
2387
|
+
] }) : /* @__PURE__ */ h(D, { children: [
|
|
2388
|
+
te,
|
|
2389
|
+
/* @__PURE__ */ h(or, { ref: M, theme: A, children: [
|
|
2390
|
+
/* @__PURE__ */ o(zn, {}),
|
|
2391
|
+
/* @__PURE__ */ o(
|
|
2392
|
+
Yo,
|
|
2393
|
+
{
|
|
2394
|
+
questions: a,
|
|
2395
|
+
isLoading: r,
|
|
2396
|
+
onSelection: d
|
|
2397
|
+
}
|
|
2398
|
+
),
|
|
2399
|
+
f && /* @__PURE__ */ o(W, { align: "left", children: f.message }),
|
|
2400
|
+
p ? /* @__PURE__ */ o(ae, {}) : /* @__PURE__ */ o(zo, { messages: s }),
|
|
2401
|
+
se && c && /* @__PURE__ */ o(ir, { theme: A, children: c.followupQuestions.slice(0, 2).map((L, G) => /* @__PURE__ */ o(
|
|
2402
|
+
re,
|
|
2403
|
+
{
|
|
2404
|
+
align: "left",
|
|
2405
|
+
onClick: () => {
|
|
2406
|
+
d(L);
|
|
2464
2407
|
},
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2408
|
+
children: /* @__PURE__ */ o("div", { className: "csdk-py-[7px] csdk-px-4", children: L })
|
|
2409
|
+
},
|
|
2410
|
+
G
|
|
2411
|
+
)) }),
|
|
2412
|
+
(l || v) && /* @__PURE__ */ o(et, {}),
|
|
2413
|
+
m && /* @__PURE__ */ o(
|
|
2414
|
+
_n,
|
|
2415
|
+
{
|
|
2416
|
+
onCancel: H,
|
|
2417
|
+
onConfirm: F
|
|
2418
|
+
}
|
|
2419
|
+
)
|
|
2420
|
+
] }),
|
|
2421
|
+
/* @__PURE__ */ h(rr, { theme: A, children: [
|
|
2422
|
+
/* @__PURE__ */ o(
|
|
2423
|
+
qn,
|
|
2424
|
+
{
|
|
2425
|
+
onSendMessage: d,
|
|
2426
|
+
disabled: l || p,
|
|
2427
|
+
onClearHistoryClick: w,
|
|
2428
|
+
suggestions: a,
|
|
2429
|
+
recentPrompts: j,
|
|
2430
|
+
isLoading: r || p,
|
|
2431
|
+
recommendationsError: i,
|
|
2432
|
+
onChange: H
|
|
2433
|
+
}
|
|
2434
|
+
),
|
|
2435
|
+
/* @__PURE__ */ o(tr, { theme: A })
|
|
2490
2436
|
] })
|
|
2491
2437
|
] });
|
|
2492
2438
|
}
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2439
|
+
const sr = u.button`
|
|
2440
|
+
font-family: ${({ theme: e }) => e.typography.fontFamily};
|
|
2441
|
+
padding: 30px;
|
|
2442
|
+
border: none;
|
|
2443
|
+
display: flex;
|
|
2444
|
+
align-items: center;
|
|
2445
|
+
justify-content: space-between;
|
|
2446
|
+
text-align: left;
|
|
2447
|
+
border-radius: 30px;
|
|
2448
|
+
box-shadow: 0px 1px 2px rgba(9, 9, 10, 0.1), 0px 2px 4px rgba(9, 9, 10, 0.1);
|
|
2449
|
+
cursor: pointer;
|
|
2450
|
+
|
|
2451
|
+
background-color: ${({ theme: e }) => e.aiChat.dataTopics.items.backgroundColor};
|
|
2452
|
+
`, lr = u.div`
|
|
2453
|
+
font-size: 20px;
|
|
2454
|
+
line-height: 28px;
|
|
2455
|
+
|
|
2456
|
+
color: ${({ theme: e }) => e.aiChat.dataTopics.items.textColor};
|
|
2457
|
+
`, cr = u.div`
|
|
2458
|
+
font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
|
|
2459
|
+
line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
|
|
2460
|
+
|
|
2461
|
+
color: ${({ theme: e }) => qe(e.aiChat.dataTopics.items.textColor, 0, 0.5)};
|
|
2462
|
+
`, dr = u.div`
|
|
2463
|
+
width: 16px;
|
|
2464
|
+
height: 16px;
|
|
2465
|
+
transform: rotate(180deg);
|
|
2466
|
+
`;
|
|
2467
|
+
function ur(e) {
|
|
2468
|
+
const { title: t, description: n, onClick: r } = e, { themeSettings: i } = x();
|
|
2469
|
+
return /* @__PURE__ */ h(sr, { onClick: r, theme: i, children: [
|
|
2470
|
+
/* @__PURE__ */ h("div", { children: [
|
|
2471
|
+
/* @__PURE__ */ o(lr, { theme: i, children: t }),
|
|
2472
|
+
/* @__PURE__ */ o(cr, { theme: i, children: n })
|
|
2473
|
+
] }),
|
|
2474
|
+
/* @__PURE__ */ o(dr, { children: /* @__PURE__ */ o(it, { color: i.aiChat.icons.color }) })
|
|
2475
|
+
] });
|
|
2509
2476
|
}
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2477
|
+
const hr = u.div`
|
|
2478
|
+
padding: 20px;
|
|
2479
|
+
display: flex;
|
|
2480
|
+
flex-direction: column;
|
|
2481
|
+
gap: 20px;
|
|
2482
|
+
overflow: auto;
|
|
2483
|
+
`, pr = u.div`
|
|
2484
|
+
font-size: 24px;
|
|
2485
|
+
line-height: 32px;
|
|
2486
|
+
font-weight: 600;
|
|
2487
|
+
text-align: center;
|
|
2488
|
+
padding-bottom: 4px;
|
|
2489
|
+
|
|
2490
|
+
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
2491
|
+
`, gr = u.div`
|
|
2492
|
+
font-size: 15px;
|
|
2493
|
+
line-height: 22px;
|
|
2494
|
+
|
|
2495
|
+
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
2496
|
+
`;
|
|
2497
|
+
function Cr(e) {
|
|
2498
|
+
const { dataTopics: t } = e, { themeSettings: n } = x();
|
|
2499
|
+
return /* @__PURE__ */ h(hr, { children: [
|
|
2500
|
+
/* @__PURE__ */ o(pr, { theme: n, children: "Data Topics" }),
|
|
2501
|
+
/* @__PURE__ */ h(gr, { theme: n, children: [
|
|
2515
2502
|
"Analytics Chatbot is designed to help you interact with your data using natural language.",
|
|
2516
|
-
/* @__PURE__ */
|
|
2517
|
-
/* @__PURE__ */
|
|
2503
|
+
/* @__PURE__ */ o("br", {}),
|
|
2504
|
+
/* @__PURE__ */ o("br", {}),
|
|
2518
2505
|
"Pick a topic you would like to explore:"
|
|
2519
2506
|
] }),
|
|
2520
|
-
t.map((
|
|
2507
|
+
t.map((r) => /* @__PURE__ */ ge(ur, B(R({}, r), { key: r.title })))
|
|
2521
2508
|
] });
|
|
2522
2509
|
}
|
|
2523
|
-
const
|
|
2524
|
-
function
|
|
2525
|
-
return /* @__PURE__ */
|
|
2526
|
-
/* @__PURE__ */
|
|
2510
|
+
const fr = "#FFCB05", mr = "#000000", br = "#FFFFFF";
|
|
2511
|
+
function xr({ colorSchema: e }) {
|
|
2512
|
+
return /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", width: "28", height: "32", viewBox: "0 0 28 32", fill: "none", children: [
|
|
2513
|
+
/* @__PURE__ */ o(
|
|
2527
2514
|
"path",
|
|
2528
2515
|
{
|
|
2529
2516
|
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",
|
|
2530
|
-
fill: e === "yellow-black" ?
|
|
2517
|
+
fill: e === "yellow-black" ? mr : br
|
|
2531
2518
|
}
|
|
2532
2519
|
),
|
|
2533
|
-
/* @__PURE__ */
|
|
2520
|
+
/* @__PURE__ */ o(
|
|
2534
2521
|
"path",
|
|
2535
2522
|
{
|
|
2536
2523
|
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",
|
|
2537
|
-
fill:
|
|
2524
|
+
fill: fr
|
|
2538
2525
|
}
|
|
2539
2526
|
)
|
|
2540
2527
|
] });
|
|
2541
2528
|
}
|
|
2542
|
-
|
|
2543
|
-
|
|
2529
|
+
const yr = u.div`
|
|
2530
|
+
margin-left: 14px;
|
|
2531
|
+
`, vr = u.div`
|
|
2532
|
+
display: flex;
|
|
2533
|
+
flex-direction: column;
|
|
2534
|
+
justify-content: center;
|
|
2535
|
+
overflow: hidden;
|
|
2536
|
+
height: 100%;
|
|
2537
|
+
|
|
2538
|
+
background-color: ${({ theme: e }) => e.aiChat.dataTopics.backgroundColor};
|
|
2539
|
+
`;
|
|
2540
|
+
function wr({ onDataTopicClick: e }) {
|
|
2541
|
+
const { data: t } = we(), n = I(), { themeSettings: r } = x(), i = N(
|
|
2544
2542
|
() => t == null ? void 0 : t.map(
|
|
2545
2543
|
(s) => ({
|
|
2546
2544
|
title: s.name,
|
|
@@ -2549,67 +2547,68 @@ function un({ onDataTopicClick: e }) {
|
|
|
2549
2547
|
})
|
|
2550
2548
|
),
|
|
2551
2549
|
[t, e]
|
|
2552
|
-
), a =
|
|
2553
|
-
return /* @__PURE__ */
|
|
2554
|
-
n.enableHeader ? /* @__PURE__ */
|
|
2555
|
-
|
|
2550
|
+
), a = Xt(en(r.aiChat.header.backgroundColor)) > 0.5;
|
|
2551
|
+
return /* @__PURE__ */ h(D, { children: [
|
|
2552
|
+
n.enableHeader ? /* @__PURE__ */ o(
|
|
2553
|
+
at,
|
|
2556
2554
|
{
|
|
2557
2555
|
title: "Analytics Chatbot",
|
|
2558
|
-
leftNav: /* @__PURE__ */
|
|
2559
|
-
rightNav: /* @__PURE__ */
|
|
2560
|
-
style:
|
|
2556
|
+
leftNav: /* @__PURE__ */ o(yr, { children: /* @__PURE__ */ o(xr, { colorSchema: a ? "yellow-white" : "yellow-black" }) }),
|
|
2557
|
+
rightNav: /* @__PURE__ */ o(st, {}),
|
|
2558
|
+
style: r.aiChat.header
|
|
2561
2559
|
}
|
|
2562
2560
|
) : null,
|
|
2563
|
-
/* @__PURE__ */
|
|
2564
|
-
!i && /* @__PURE__ */
|
|
2565
|
-
i && /* @__PURE__ */
|
|
2561
|
+
/* @__PURE__ */ h(vr, { theme: r, children: [
|
|
2562
|
+
!i && /* @__PURE__ */ o(ae, {}),
|
|
2563
|
+
i && /* @__PURE__ */ o(Cr, { dataTopics: i })
|
|
2566
2564
|
] })
|
|
2567
2565
|
] });
|
|
2568
2566
|
}
|
|
2569
|
-
function
|
|
2570
|
-
const [e, t] =
|
|
2571
|
-
|
|
2567
|
+
function kr() {
|
|
2568
|
+
const [e, t] = $(), [n, r] = $(), { data: i, fetchStatus: a } = we(), { defaultContextTitle: s } = I();
|
|
2569
|
+
K(() => {
|
|
2572
2570
|
if (s && i && a === "idle") {
|
|
2573
|
-
const d = i.find((
|
|
2574
|
-
d ? t(d.name) :
|
|
2571
|
+
const d = i.find((p) => p.name === s);
|
|
2572
|
+
d ? (r(void 0), t(d.name)) : r(`Data model or perspective "${s}" not found`);
|
|
2575
2573
|
}
|
|
2576
2574
|
}, [i, s, a]);
|
|
2577
|
-
const
|
|
2578
|
-
|
|
2579
|
-
}, [
|
|
2580
|
-
return n ? /* @__PURE__ */
|
|
2581
|
-
|
|
2575
|
+
const c = _(), l = T(() => {
|
|
2576
|
+
r(void 0), c.invalidateQueries(["getDataTopics"]);
|
|
2577
|
+
}, [c]);
|
|
2578
|
+
return n ? /* @__PURE__ */ o(Xe, { text: n, action: { text: "Refresh", onClick: l } }) : s && !e ? /* @__PURE__ */ o(ae, {}) : e ? /* @__PURE__ */ o(
|
|
2579
|
+
ar,
|
|
2582
2580
|
{
|
|
2583
2581
|
contextTitle: e,
|
|
2584
2582
|
onGoBack: s ? void 0 : () => t(void 0)
|
|
2585
2583
|
}
|
|
2586
|
-
) : /* @__PURE__ */
|
|
2584
|
+
) : /* @__PURE__ */ o(wr, { onDataTopicClick: (d) => t(d) });
|
|
2587
2585
|
}
|
|
2588
|
-
const
|
|
2586
|
+
const Nr = je({
|
|
2589
2587
|
componentName: "Chatbot"
|
|
2590
2588
|
})((e) => {
|
|
2591
|
-
const { width: t, height: n, config:
|
|
2592
|
-
return /* @__PURE__ */
|
|
2593
|
-
}),
|
|
2589
|
+
const { width: t, height: n, config: r } = e, { themeSettings: i } = x();
|
|
2590
|
+
return /* @__PURE__ */ o(pn, { value: r != null ? r : {}, children: /* @__PURE__ */ o(Rn, { width: t, height: n, theme: i, children: /* @__PURE__ */ o(kr, {}) }) });
|
|
2591
|
+
}), Fr = je({
|
|
2594
2592
|
componentName: "GetNlgQueryResult"
|
|
2595
2593
|
})(function(t) {
|
|
2596
|
-
const { data: n, isLoading:
|
|
2594
|
+
const { data: n, isLoading: r, isError: i } = xe(t);
|
|
2597
2595
|
if (i)
|
|
2598
|
-
return /* @__PURE__ */
|
|
2596
|
+
return /* @__PURE__ */ o(D, { children: ye });
|
|
2599
2597
|
const a = n != null ? n : "Oops, no data came back for that.";
|
|
2600
|
-
return /* @__PURE__ */
|
|
2598
|
+
return /* @__PURE__ */ o(rt, { text: r ? "Loading..." : a });
|
|
2601
2599
|
});
|
|
2602
2600
|
export {
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2601
|
+
Lr as AiContextProvider,
|
|
2602
|
+
Nr as Chatbot,
|
|
2603
|
+
Fr as GetNlgQueryResult,
|
|
2604
|
+
bo as JaqlElement,
|
|
2605
|
+
Br as deriveChartFamily,
|
|
2606
|
+
Ro as getChartOptions,
|
|
2607
|
+
vo as getTableOptions,
|
|
2608
|
+
yn as useChatSession,
|
|
2609
|
+
Dr as useGetDataSourceFields,
|
|
2610
|
+
Tr as useGetNlgQueryResult,
|
|
2611
|
+
$r as useGetQueryRecommendations,
|
|
2612
|
+
Hr as useLastNlqResponse
|
|
2614
2613
|
};
|
|
2615
|
-
(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-\\[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-\\[14px\\]{margin-left:14px}.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-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-\\[100px\\]{height:100px}.csdk-h-\\[10px\\]{height:10px}.csdk-h-\\[16px\\]{height:16px}.csdk-h-\\[18px\\]{height:18px}.csdk-h-\\[20px\\]{height:20px}.csdk-h-\\[245px\\]{height:245px}.csdk-h-\\[35px\\]{height:35px}.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-\\[16px\\]{width:16px}.csdk-w-\\[18px\\]{width:18px}.csdk-w-\\[28px\\]{width:28px}.csdk-w-\\[300px\\]{width:300px}.csdk-w-\\[34px\\]{width:34px}.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-full{max-width:100%}.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-180{--tw-rotate: 180deg;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-5{gap:1.25rem}.csdk-gap-\\[21px\\]{gap:21px}.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-x-2\\.5{-moz-column-gap:.625rem;column-gap:.625rem}.csdk-gap-y-0{row-gap:0px}.csdk-gap-y-0\\.5{row-gap:.125rem}.csdk-gap-y-2{row-gap:.5rem}.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-\\[30px\\]{border-radius:30px}.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\\],.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-\\[30px\\]{padding:30px}.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-\\[12px\\]{padding-left:12px;padding-right:12px}.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-\\[7px\\]{padding-top:7px;padding-bottom:7px}.csdk-pb-\\[0px\\]{padding-bottom:0}.csdk-pb-\\[4px\\]{padding-bottom:4px}.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-2xl{font-size:1.5rem;line-height:2rem}.csdk-text-\\[13px\\]{font-size:13px}.csdk-text-ai-base{font-size:15px;line-height:22px}.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-xl{font-size:1.25rem;line-height:1.75rem}.csdk-text-xs{font-size:.75rem;line-height:1rem}.csdk-font-normal{font-weight:400}.csdk-font-semibold{font-weight:600}.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-\\[\\#8E8E8E\\]{--tw-text-opacity: 1;color:rgb(142 142 142 / 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-ai-shadow-sm{--tw-shadow: 0px 1px 2px rgba(9, 9, 10, .1), 0px 2px 4px rgba(9, 9, 10, .1);--tw-shadow-colored: 0px 1px 2px var(--tw-shadow-color), 0px 2px 4px 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-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)}})();
|
|
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)}})();
|