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