@sisense/sdk-ui 2.1.1 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ai.cjs +39 -27
- package/dist/ai.js +1650 -1266
- package/dist/analytics-composer.cjs +24 -24
- package/dist/analytics-composer.js +131 -127
- package/dist/derive-chart-family-BtTi3OxL.js +90465 -0
- package/dist/derive-chart-family-DeTlU_Wm.cjs +669 -0
- package/dist/{dimensions-BBfnA6e8.cjs → dimensions-DpBTdNJ_.cjs} +1 -1
- package/dist/{dimensions-DOWF8q44.js → dimensions-Xxab6o5s.js} +13 -13
- package/dist/index.cjs +22 -22
- package/dist/index.js +12682 -12517
- package/dist/index.umd.js +1578 -0
- package/dist/packages/sdk-ui/src/ai/api/types.d.ts +2 -0
- package/dist/packages/sdk-ui/src/ai/common/icon-button.d.ts +1 -1
- package/dist/packages/sdk-ui/src/analytics-composer/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/analytics-composer/widget/chart-options/get-widget-options.d.ts +23 -7
- package/dist/packages/sdk-ui/src/api/rest-api.d.ts +1 -0
- package/dist/packages/sdk-ui/src/api/types/dashboard-dto.d.ts +7 -0
- package/dist/packages/sdk-ui/src/app/client-application.d.ts +16 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/chart-builder-factory.d.ts +3 -1
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/helpers/alerts.d.ts +3 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/{helpers/cartesians → highchart-based-charts/cartesians/helpers}/data-options.d.ts +2 -2
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/helpers/data.d.ts +4 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/helpers/get-legacy-cartesian-chart-options.d.ts +3 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/stackable/bar-chart/bar-chart-builder.d.ts +2 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/stackable/bar-chart/highcharts-options-builder.d.ts +2 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/{column-chart → highchart-based-charts/cartesians/stackable/column-chart}/column-chart-builder.d.ts +1 -1
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/stackable/column-chart/highcharts-options-builder.d.ts +2 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/{helpers/cartesians/stackable → highchart-based-charts/cartesians/stackable/helpers}/design-options.d.ts +3 -3
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/cartesians/types.d.ts +1 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/highcharts-based-chart-renderer/build-highchart-options.d.ts +20 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/highcharts-based-chart-renderer/highcharts-based-chart-renderer.d.ts +39 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/highcharts-based-chart-renderer/utils.d.ts +2 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/highchart-based-charts/types.d.ts +28 -0
- package/dist/packages/sdk-ui/src/chart/restructured-charts/types.d.ts +2 -2
- package/dist/packages/sdk-ui/src/chart/types.d.ts +0 -1
- package/dist/packages/sdk-ui/src/chart-options-processor/apply-event-handlers.d.ts +15 -0
- package/dist/packages/sdk-ui/src/chart-options-processor/common-highcharts-option-service.d.ts +9 -0
- package/dist/packages/sdk-ui/src/chart-options-processor/subtype-to-design-options.d.ts +2 -1
- package/dist/packages/sdk-ui/src/chart-options-processor/theme-option-service.d.ts +8 -0
- package/dist/packages/sdk-ui/src/chart-options-processor/translations/design-options.d.ts +4 -1
- package/dist/packages/sdk-ui/src/common/components/grouped-items-browser/group.d.ts +1 -0
- package/dist/packages/sdk-ui/src/common/components/grouped-items-browser/types.d.ts +3 -0
- package/dist/packages/sdk-ui/src/common/components/loading-overlay.d.ts +1 -3
- package/dist/packages/sdk-ui/src/common/components/menu/menu-ids.d.ts +10 -1
- package/dist/packages/sdk-ui/src/common/components/menu/types.d.ts +2 -0
- package/dist/packages/sdk-ui/src/common/components/modal/index.d.ts +2 -0
- package/dist/packages/sdk-ui/src/common/components/modal/modal-context.d.ts +39 -0
- package/dist/packages/sdk-ui/src/common/components/modal/modal-provider.d.ts +19 -0
- package/dist/packages/sdk-ui/src/common/components/popover.d.ts +10 -0
- package/dist/packages/sdk-ui/src/common/hooks/use-combined-menu.d.ts +4 -8
- package/dist/packages/sdk-ui/src/common/hooks/use-state-with-history.d.ts +64 -0
- package/dist/packages/sdk-ui/src/dashboard/components/dashboard-header.d.ts +1 -1
- package/dist/packages/sdk-ui/src/dashboard/components/jtd-dashboard.d.ts +15 -0
- package/dist/packages/sdk-ui/src/dashboard/dashboard.d.ts +7 -1
- package/dist/packages/sdk-ui/src/dashboard/hooks/use-dashboard-header-toolbar.d.ts +17 -0
- package/dist/packages/sdk-ui/src/dashboard/hooks/use-edit-mode-toolbar.d.ts +52 -0
- package/dist/packages/sdk-ui/src/dashboard/hooks/use-jtd.d.ts +113 -0
- package/dist/packages/sdk-ui/src/dashboard/types.d.ts +11 -2
- package/dist/packages/sdk-ui/src/data-browser/data-schema-browser/data-schema-browser.d.ts +14 -0
- package/dist/packages/sdk-ui/src/data-browser/data-schema-browser/data-schema-browser.styles.d.ts +6 -0
- package/dist/packages/sdk-ui/src/data-browser/dimensions-browser/types.d.ts +5 -0
- package/dist/packages/sdk-ui/src/decorators/component-decorators/as-sisense-component.d.ts +2 -0
- package/dist/packages/sdk-ui/src/decorators/component-decorators/with-modal.d.ts +6 -0
- package/dist/packages/sdk-ui/src/error-boundary/error-boundary.d.ts +6 -2
- package/dist/packages/sdk-ui/src/index.d.ts +2 -1
- package/dist/packages/sdk-ui/src/models/dashboard/dashboard-model.d.ts +7 -0
- package/dist/packages/sdk-ui/src/models/dashboard/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/models/dashboard/translate-dashboard-dto-utils.d.ts +3 -1
- package/dist/packages/sdk-ui/src/models/dashboard/types.d.ts +7 -1
- package/dist/packages/sdk-ui/src/models/dashboard/use-dashboard-model/use-dashboard-model-reducer.d.ts +14 -5
- package/dist/packages/sdk-ui/src/models/dashboard/use-dashboard-model/use-dashboard-model.d.ts +18 -17
- package/dist/packages/sdk-ui/src/models/dashboard/use-dashboard-model/use-dashboard-persistence.d.ts +34 -0
- package/dist/packages/sdk-ui/src/pivot-table/hooks/use-render-pivot.d.ts +4 -4
- package/dist/packages/sdk-ui/src/plugins-provider/types.d.ts +2 -2
- package/dist/packages/sdk-ui/src/props.d.ts +7 -4
- package/dist/packages/sdk-ui/src/translation/resources/en.d.ts +16 -0
- package/dist/packages/sdk-ui/src/translation/resources/index.d.ts +32 -0
- package/dist/packages/sdk-ui/src/types.d.ts +26 -3
- package/dist/packages/sdk-ui/src/utils/filter-relations.d.ts +4 -4
- package/dist/packages/sdk-ui/src/widget-by-id/types.d.ts +72 -0
- package/dist/packages/sdk-ui/src/widgets/common/drilldown-breadcrumbs/styled-buttons.d.ts +2 -2
- package/dist/packages/sdk-ui/src/widgets/tabber-widget.d.ts +2 -1
- package/dist/use-common-filters-B2N7j9H-.cjs +350 -0
- package/dist/use-common-filters-BC4Vg9wu.js +32068 -0
- package/dist/{widget-composer-BZwsi1mW.js → widget-composer-Bj5DrCSm.js} +111 -98
- package/dist/{widget-composer-Bv_aqjLX.cjs → widget-composer-DjREvygd.cjs} +7 -7
- package/package.json +23 -19
- package/dist/derive-chart-family-C8duLtwv.js +0 -102033
- package/dist/derive-chart-family-CQ1Myy0A.cjs +0 -758
- package/dist/packages/sdk-ui/src/chart/restructured-charts/bar-chart/bar-chart-builder.d.ts +0 -2
- package/dist/packages/sdk-ui/src/chart/restructured-charts/helpers/cartesians/data.d.ts +0 -4
- package/dist/packages/sdk-ui/src/widget-by-id/use-get-dashboard-model-and-widget-model.d.ts +0 -14
- package/dist/use-common-filters--6cyMg9O.js +0 -28797
- package/dist/use-common-filters-NTIrYvRs.cjs +0 -271
package/dist/ai.js
CHANGED
|
@@ -1,62 +1,62 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
for (var
|
|
7
|
-
|
|
8
|
-
if (
|
|
9
|
-
for (var
|
|
10
|
-
|
|
1
|
+
var mn = Object.defineProperty, bn = Object.defineProperties;
|
|
2
|
+
var xn = Object.getOwnPropertyDescriptors;
|
|
3
|
+
var Te = Object.getOwnPropertySymbols;
|
|
4
|
+
var pt = Object.prototype.hasOwnProperty, ht = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var ut = (e, t, n) => t in e ? mn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, T = (e, t) => {
|
|
6
|
+
for (var n in t || (t = {}))
|
|
7
|
+
pt.call(t, n) && ut(e, n, t[n]);
|
|
8
|
+
if (Te)
|
|
9
|
+
for (var n of Te(t))
|
|
10
|
+
ht.call(t, n) && ut(e, n, t[n]);
|
|
11
11
|
return e;
|
|
12
|
-
},
|
|
13
|
-
var
|
|
14
|
-
var
|
|
12
|
+
}, N = (e, t) => bn(e, xn(t));
|
|
13
|
+
var $e = (e, t) => {
|
|
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 &&
|
|
20
|
-
return
|
|
16
|
+
pt.call(e, r) && t.indexOf(r) < 0 && (n[r] = e[r]);
|
|
17
|
+
if (e != null && Te)
|
|
18
|
+
for (var r of Te(e))
|
|
19
|
+
t.indexOf(r) < 0 && ht.call(e, r) && (n[r] = e[r]);
|
|
20
|
+
return n;
|
|
21
21
|
};
|
|
22
|
-
var
|
|
23
|
-
var
|
|
22
|
+
var ne = (e, t, n) => new Promise((r, s) => {
|
|
23
|
+
var c = (d) => {
|
|
24
24
|
try {
|
|
25
|
-
|
|
26
|
-
} catch (
|
|
27
|
-
|
|
25
|
+
p(n.next(d));
|
|
26
|
+
} catch (h) {
|
|
27
|
+
s(h);
|
|
28
28
|
}
|
|
29
|
-
}, a = (
|
|
29
|
+
}, a = (d) => {
|
|
30
30
|
try {
|
|
31
|
-
|
|
32
|
-
} catch (
|
|
33
|
-
|
|
31
|
+
p(n.throw(d));
|
|
32
|
+
} catch (h) {
|
|
33
|
+
s(h);
|
|
34
34
|
}
|
|
35
|
-
},
|
|
36
|
-
|
|
35
|
+
}, p = (d) => d.done ? r(d.value) : Promise.resolve(d.value).then(c, a);
|
|
36
|
+
p((n = n.apply(e, t)).next());
|
|
37
37
|
});
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import * as
|
|
41
|
-
import { createContext as
|
|
42
|
-
import { t as
|
|
43
|
-
import { w as
|
|
44
|
-
import { jsx as
|
|
45
|
-
class
|
|
46
|
-
constructor(t,
|
|
47
|
-
super(), this.client = t, this.setOptions(
|
|
38
|
+
import { by as yn, bz as vn, bA as Tt, bB as kn, bC as ye, bD as wn, bE as Sn, bF as Mn, bd as Lt, be as Rt, aP as he, G as _e, aC as Et, ag as Tn, bG as Ln, ai as Rn, v as En, x as Ne, bH as In, bI as Nn, an as de, bJ as It, ao as Fn, A as Bn, aS as On, bK as Hn, B as ge, q as Pe, bL as gt, P as f, t as $n, b3 as ve, b2 as Pn, az as Dn, bM as An, b4 as zn, aD as qn, ae as be, J as Wn, bN as Zn, bO as jn, M as Nt, bP as Vn, b7 as Gn, bb as Un } from "./use-common-filters-BC4Vg9wu.js";
|
|
39
|
+
import { P as Qn, t as o, _ as _n, k as Kn, c3 as Jn, R as H, T as Ze, aT as k, b1 as D, a7 as w, U as L, F as V, a4 as Ft, ay as je, aD as Xn, c4 as Yn, c5 as er, a2 as tr, a3 as nr, n as rr } from "./derive-chart-family-BtTi3OxL.js";
|
|
40
|
+
import * as K from "react";
|
|
41
|
+
import { createContext as Ke, useContext as Je, useMemo as Z, useState as P, useCallback as O, useEffect as ke, useRef as ue, useLayoutEffect as Ee, memo as or, forwardRef as ir } from "react";
|
|
42
|
+
import { t as Fe } from "./widget-composer-Bj5DrCSm.js";
|
|
43
|
+
import { w as J1 } from "./widget-composer-Bj5DrCSm.js";
|
|
44
|
+
import { jsx as Ce } from "react/jsx-runtime";
|
|
45
|
+
class sr extends yn {
|
|
46
|
+
constructor(t, n) {
|
|
47
|
+
super(), this.client = t, this.setOptions(n), this.bindMethods(), this.updateResult();
|
|
48
48
|
}
|
|
49
49
|
bindMethods() {
|
|
50
50
|
this.mutate = this.mutate.bind(this), this.reset = this.reset.bind(this);
|
|
51
51
|
}
|
|
52
52
|
setOptions(t) {
|
|
53
|
-
var
|
|
53
|
+
var n;
|
|
54
54
|
const r = this.options;
|
|
55
|
-
this.options = this.client.defaultMutationOptions(t),
|
|
55
|
+
this.options = this.client.defaultMutationOptions(t), vn(r, this.options) || this.client.getMutationCache().notify({
|
|
56
56
|
type: "observerOptionsUpdated",
|
|
57
57
|
mutation: this.currentMutation,
|
|
58
58
|
observer: this
|
|
59
|
-
}), (
|
|
59
|
+
}), (n = this.currentMutation) == null || n.setOptions(this.options);
|
|
60
60
|
}
|
|
61
61
|
onUnsubscribe() {
|
|
62
62
|
if (!this.hasListeners()) {
|
|
@@ -66,10 +66,10 @@ class r1 extends yt {
|
|
|
66
66
|
}
|
|
67
67
|
onMutationUpdate(t) {
|
|
68
68
|
this.updateResult();
|
|
69
|
-
const
|
|
69
|
+
const n = {
|
|
70
70
|
listeners: !0
|
|
71
71
|
};
|
|
72
|
-
t.type === "success" ?
|
|
72
|
+
t.type === "success" ? n.onSuccess = !0 : t.type === "error" && (n.onError = !0), this.notify(n);
|
|
73
73
|
}
|
|
74
74
|
getCurrentResult() {
|
|
75
75
|
return this.currentResult;
|
|
@@ -79,13 +79,13 @@ class r1 extends yt {
|
|
|
79
79
|
listeners: !0
|
|
80
80
|
});
|
|
81
81
|
}
|
|
82
|
-
mutate(t,
|
|
83
|
-
return this.mutateOptions =
|
|
82
|
+
mutate(t, n) {
|
|
83
|
+
return this.mutateOptions = n, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client, N(T({}, this.options), {
|
|
84
84
|
variables: typeof t != "undefined" ? t : this.options.variables
|
|
85
85
|
})), this.currentMutation.addObserver(this), this.currentMutation.execute();
|
|
86
86
|
}
|
|
87
87
|
updateResult() {
|
|
88
|
-
const t = this.currentMutation ? this.currentMutation.state :
|
|
88
|
+
const t = this.currentMutation ? this.currentMutation.state : kn(), n = N(T({}, t), {
|
|
89
89
|
isLoading: t.status === "loading",
|
|
90
90
|
isSuccess: t.status === "success",
|
|
91
91
|
isError: t.status === "error",
|
|
@@ -93,59 +93,59 @@ class r1 extends yt {
|
|
|
93
93
|
mutate: this.mutate,
|
|
94
94
|
reset: this.reset
|
|
95
95
|
});
|
|
96
|
-
this.currentResult =
|
|
96
|
+
this.currentResult = n;
|
|
97
97
|
}
|
|
98
98
|
notify(t) {
|
|
99
|
-
|
|
99
|
+
Tt.batch(() => {
|
|
100
100
|
if (this.mutateOptions && this.hasListeners()) {
|
|
101
101
|
if (t.onSuccess) {
|
|
102
|
-
var
|
|
103
|
-
(
|
|
102
|
+
var n, r, s, c;
|
|
103
|
+
(n = (r = this.mutateOptions).onSuccess) == null || n.call(r, this.currentResult.data, this.currentResult.variables, this.currentResult.context), (s = (c = this.mutateOptions).onSettled) == null || s.call(c, this.currentResult.data, null, this.currentResult.variables, this.currentResult.context);
|
|
104
104
|
} else if (t.onError) {
|
|
105
|
-
var a,
|
|
106
|
-
(a = (
|
|
105
|
+
var a, p, d, h;
|
|
106
|
+
(a = (p = this.mutateOptions).onError) == null || a.call(p, this.currentResult.error, this.currentResult.variables, this.currentResult.context), (d = (h = this.mutateOptions).onSettled) == null || d.call(h, void 0, this.currentResult.error, this.currentResult.variables, this.currentResult.context);
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
t.listeners && this.listeners.forEach(({
|
|
110
|
-
listener:
|
|
110
|
+
listener: b
|
|
111
111
|
}) => {
|
|
112
|
-
|
|
112
|
+
b(this.currentResult);
|
|
113
113
|
});
|
|
114
114
|
});
|
|
115
115
|
}
|
|
116
116
|
}
|
|
117
|
-
function
|
|
118
|
-
const r =
|
|
117
|
+
function Xe(e, t, n) {
|
|
118
|
+
const r = Mn(e, t), s = ye({
|
|
119
119
|
context: r.context
|
|
120
|
-
}), [
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
}, [
|
|
124
|
-
const a =
|
|
125
|
-
|
|
126
|
-
}, [
|
|
127
|
-
if (a.error &&
|
|
120
|
+
}), [c] = K.useState(() => new sr(s, r));
|
|
121
|
+
K.useEffect(() => {
|
|
122
|
+
c.setOptions(r);
|
|
123
|
+
}, [c, r]);
|
|
124
|
+
const a = wn(K.useCallback((d) => c.subscribe(Tt.batchCalls(d)), [c]), () => c.getCurrentResult(), () => c.getCurrentResult()), p = K.useCallback((d, h) => {
|
|
125
|
+
c.mutate(d, h).catch(ar);
|
|
126
|
+
}, [c]);
|
|
127
|
+
if (a.error && Sn(c.options.useErrorBoundary, [a.error]))
|
|
128
128
|
throw a.error;
|
|
129
|
-
return
|
|
130
|
-
mutate:
|
|
129
|
+
return N(T({}, a), {
|
|
130
|
+
mutate: p,
|
|
131
131
|
mutateAsync: a.mutate
|
|
132
132
|
});
|
|
133
133
|
}
|
|
134
|
-
function
|
|
134
|
+
function ar() {
|
|
135
135
|
}
|
|
136
|
-
class
|
|
137
|
-
constructor(t,
|
|
138
|
-
this.volatile =
|
|
136
|
+
class lr {
|
|
137
|
+
constructor(t, n = !1) {
|
|
138
|
+
this.volatile = n, this.getChatContexts = () => ne(this, null, function* () {
|
|
139
139
|
return (yield this.httpClient.get("api/datasources//")) || [];
|
|
140
|
-
}), this.getNlgInsights = (r) => this.httpClient.post("api/v2/ai/nlg/queryResult", r), this.getQueryRecommendations = (r,
|
|
141
|
-
console.error("Unable to set llm config",
|
|
142
|
-
}), this.getAllChats = () =>
|
|
140
|
+
}), this.getNlgInsights = (r) => this.httpClient.post("api/v2/ai/nlg/queryResult", r), this.getQueryRecommendations = (r, s) => this.httpClient.get(`api/v2/ai/recommendations/query/${r}/${s.numOfRecommendations}`), this.getNlqResult = (r, s) => this.httpClient.post(`api/v2/ai/nlq/query/${r}`, s), this.setLlmConfig = (r) => this.httpClient.post("api/v2/settings/ai/llmProvider", r).catch((s) => {
|
|
141
|
+
console.error("Unable to set llm config", s);
|
|
142
|
+
}), this.getAllChats = () => ne(this, null, function* () {
|
|
143
143
|
return this.volatile ? [] : this.httpClient.get("api/v2/ai/chats");
|
|
144
|
-
}), this.getChatById = (r) => this.httpClient.get(`api/v2/ai/chats/${r}`), this.createChat = (r,
|
|
144
|
+
}), this.getChatById = (r) => this.httpClient.get(`api/v2/ai/chats/${r}`), this.createChat = (r, s) => this.httpClient.post("api/v2/ai/chats", {
|
|
145
145
|
sourceId: r,
|
|
146
146
|
volatile: this.volatile,
|
|
147
|
-
contextDetails:
|
|
148
|
-
}), this.postChat = (r,
|
|
147
|
+
contextDetails: s
|
|
148
|
+
}), this.postChat = (r, s) => this.httpClient.post(`api/v2/ai/chats/${r}`, s), this.deleteChatHistory = (r) => this.httpClient.delete(`api/v2/ai/chats/${r}/history`), this.sendFeedback = (r) => this.httpClient.post("api/v2/ai/feedback", r), this.ai = {
|
|
149
149
|
getNlgInsights: this.getNlgInsights,
|
|
150
150
|
getNlqResult: this.getNlqResult,
|
|
151
151
|
getQueryRecommendations: this.getQueryRecommendations,
|
|
@@ -161,109 +161,109 @@ class s1 {
|
|
|
161
161
|
}, this.httpClient = t;
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
|
-
const
|
|
164
|
+
const cr = new Lt({
|
|
165
165
|
defaultOptions: {
|
|
166
166
|
queries: {
|
|
167
167
|
refetchOnWindowFocus: !1,
|
|
168
168
|
refetchOnMount: !1
|
|
169
169
|
}
|
|
170
170
|
}
|
|
171
|
-
}),
|
|
172
|
-
const { app:
|
|
173
|
-
|
|
171
|
+
}), Ye = /* @__PURE__ */ Ke(void 0), J = () => Je(Ye), dr = ({ children: e, volatile: t }) => {
|
|
172
|
+
const { app: n } = Qn(), r = Z(() => n ? new lr(n.httpClient, t) : void 0, [
|
|
173
|
+
n,
|
|
174
174
|
t
|
|
175
175
|
]);
|
|
176
|
-
return /* @__PURE__ */
|
|
176
|
+
return /* @__PURE__ */ o(Ye.Provider, {
|
|
177
177
|
value: r,
|
|
178
|
-
children: /* @__PURE__ */
|
|
179
|
-
client:
|
|
178
|
+
children: /* @__PURE__ */ o(Rt, {
|
|
179
|
+
client: cr,
|
|
180
180
|
children: e
|
|
181
181
|
})
|
|
182
182
|
});
|
|
183
|
-
},
|
|
184
|
-
const [t,
|
|
185
|
-
var
|
|
186
|
-
return `${a}_${(
|
|
187
|
-
}, []),
|
|
188
|
-
|
|
189
|
-
[r(
|
|
183
|
+
}, Bt = /* @__PURE__ */ Ke({}), ur = () => Je(Bt), Ot = ({ children: e }) => {
|
|
184
|
+
const [t, n] = P({}), r = O((a, p) => {
|
|
185
|
+
var d;
|
|
186
|
+
return `${a}_${(d = p == null ? void 0 : p.dashboardId) != null ? d : ""}`;
|
|
187
|
+
}, []), s = O((a, p, d) => {
|
|
188
|
+
n((h) => N(T({}, h), {
|
|
189
|
+
[r(p, d)]: a
|
|
190
190
|
}));
|
|
191
191
|
}, [
|
|
192
192
|
r
|
|
193
|
-
]),
|
|
193
|
+
]), c = O((a, p) => t[r(a, p)], [
|
|
194
194
|
t,
|
|
195
195
|
r
|
|
196
196
|
]);
|
|
197
|
-
return /* @__PURE__ */
|
|
197
|
+
return /* @__PURE__ */ o(Bt.Provider, {
|
|
198
198
|
value: {
|
|
199
|
-
saveChatId:
|
|
200
|
-
getChatId:
|
|
199
|
+
saveChatId: s,
|
|
200
|
+
getChatId: c
|
|
201
201
|
},
|
|
202
202
|
children: e
|
|
203
203
|
});
|
|
204
204
|
};
|
|
205
|
-
function
|
|
206
|
-
return /* @__PURE__ */
|
|
207
|
-
children: /* @__PURE__ */
|
|
205
|
+
function A1({ children: e, volatile: t }) {
|
|
206
|
+
return /* @__PURE__ */ o(Ot, {
|
|
207
|
+
children: /* @__PURE__ */ o(dr, {
|
|
208
208
|
volatile: t,
|
|
209
209
|
children: e
|
|
210
210
|
})
|
|
211
211
|
});
|
|
212
212
|
}
|
|
213
|
-
function
|
|
214
|
-
var t,
|
|
213
|
+
function pr(e) {
|
|
214
|
+
var t, n;
|
|
215
215
|
if ("jaql" in e)
|
|
216
216
|
return e;
|
|
217
217
|
{
|
|
218
|
-
const r =
|
|
218
|
+
const r = Jn(e.dataSource), { filters: s = [], relations: c } = _n(e.filters), { metadata: a, filterRelations: p } = Kn({
|
|
219
219
|
dataSource: e.dataSource,
|
|
220
220
|
attributes: (t = e.dimensions) != null ? t : [],
|
|
221
|
-
measures: (
|
|
222
|
-
filters:
|
|
223
|
-
filterRelations:
|
|
221
|
+
measures: (n = e.measures) != null ? n : [],
|
|
222
|
+
filters: s,
|
|
223
|
+
filterRelations: c,
|
|
224
224
|
highlights: []
|
|
225
|
-
}, !0),
|
|
225
|
+
}, !0), d = {
|
|
226
226
|
jaql: {
|
|
227
227
|
datasource: r,
|
|
228
228
|
metadata: a,
|
|
229
|
-
filterRelations:
|
|
229
|
+
filterRelations: p
|
|
230
230
|
}
|
|
231
231
|
};
|
|
232
|
-
return e.verbosity && (
|
|
232
|
+
return e.verbosity && (d.verbosity = e.verbosity), d;
|
|
233
233
|
}
|
|
234
234
|
}
|
|
235
|
-
const
|
|
236
|
-
const
|
|
235
|
+
const Be = (e, t = !0) => {
|
|
236
|
+
const n = Z(() => pr(e), [
|
|
237
237
|
e
|
|
238
|
-
]), r =
|
|
238
|
+
]), r = J(), { data: s, error: c, isError: a, isLoading: p, isSuccess: d, refetch: h } = he({
|
|
239
239
|
queryKey: [
|
|
240
240
|
"getNlgInsights",
|
|
241
|
-
|
|
241
|
+
n,
|
|
242
242
|
r
|
|
243
243
|
],
|
|
244
|
-
queryFn: () => r == null ? void 0 : r.ai.getNlgInsights(
|
|
245
|
-
select: (
|
|
246
|
-
var
|
|
247
|
-
return (
|
|
244
|
+
queryFn: () => r == null ? void 0 : r.ai.getNlgInsights(n),
|
|
245
|
+
select: (b) => {
|
|
246
|
+
var m;
|
|
247
|
+
return (m = b == null ? void 0 : b.data) == null ? void 0 : m.answer;
|
|
248
248
|
},
|
|
249
249
|
enabled: !!r && t
|
|
250
250
|
});
|
|
251
251
|
return {
|
|
252
|
-
isLoading:
|
|
252
|
+
isLoading: p,
|
|
253
253
|
isError: a,
|
|
254
|
-
isSuccess:
|
|
255
|
-
data:
|
|
256
|
-
error:
|
|
257
|
-
refetch:
|
|
258
|
-
|
|
254
|
+
isSuccess: d,
|
|
255
|
+
data: s,
|
|
256
|
+
error: c,
|
|
257
|
+
refetch: O(() => {
|
|
258
|
+
h();
|
|
259
259
|
}, [
|
|
260
|
-
|
|
260
|
+
h
|
|
261
261
|
])
|
|
262
262
|
};
|
|
263
|
-
},
|
|
264
|
-
const r = e, { enabled: t } = r,
|
|
265
|
-
return
|
|
266
|
-
},
|
|
263
|
+
}, hr = (e) => {
|
|
264
|
+
const r = e, { enabled: t } = r, n = $e(r, ["enabled"]);
|
|
265
|
+
return Be(n, t);
|
|
266
|
+
}, z1 = _e("useGetNlgInsights")(hr), gr = [
|
|
267
267
|
"indicator",
|
|
268
268
|
"column",
|
|
269
269
|
"line",
|
|
@@ -271,115 +271,115 @@ const ge = (e, t = !0) => {
|
|
|
271
271
|
"pie",
|
|
272
272
|
"bar"
|
|
273
273
|
];
|
|
274
|
-
function
|
|
275
|
-
const { dataSource: t, query:
|
|
274
|
+
function Cr(e) {
|
|
275
|
+
const { dataSource: t, query: n, chartTypes: r } = e;
|
|
276
276
|
return {
|
|
277
277
|
contextTitle: typeof t == "string" ? t : t.title,
|
|
278
278
|
request: {
|
|
279
|
-
text:
|
|
279
|
+
text: n,
|
|
280
280
|
// Timezone is not used by AI API, but it is currently required by the endpoint
|
|
281
281
|
timezone: "UTC",
|
|
282
282
|
chartTypes: r != null ? r : [
|
|
283
|
-
...
|
|
283
|
+
...gr
|
|
284
284
|
]
|
|
285
285
|
}
|
|
286
286
|
};
|
|
287
287
|
}
|
|
288
|
-
const
|
|
289
|
-
const { contextTitle: t, request:
|
|
288
|
+
const fr = (e) => {
|
|
289
|
+
const { contextTitle: t, request: n } = Cr(e), r = J(), { isLoading: s, isError: c, isSuccess: a, data: p, error: d, refetch: h } = he({
|
|
290
290
|
queryKey: [
|
|
291
291
|
"getNlqResult",
|
|
292
292
|
t,
|
|
293
|
-
|
|
293
|
+
n,
|
|
294
294
|
r
|
|
295
295
|
],
|
|
296
|
-
queryFn: () => r == null ? void 0 : r.ai.getNlqResult(t,
|
|
296
|
+
queryFn: () => r == null ? void 0 : r.ai.getNlqResult(t, n),
|
|
297
297
|
enabled: !!r && e.enabled
|
|
298
|
-
}),
|
|
298
|
+
}), b = p ? Fe(p, {
|
|
299
299
|
useCustomizedStyleOptions: e.enableAxisTitlesInWidgetProps || !1
|
|
300
300
|
}) : void 0;
|
|
301
301
|
return {
|
|
302
|
-
isLoading:
|
|
303
|
-
isError:
|
|
302
|
+
isLoading: s,
|
|
303
|
+
isError: c,
|
|
304
304
|
isSuccess: a,
|
|
305
|
-
data:
|
|
306
|
-
error:
|
|
307
|
-
refetch:
|
|
308
|
-
|
|
305
|
+
data: b,
|
|
306
|
+
error: d,
|
|
307
|
+
refetch: O(() => {
|
|
308
|
+
h();
|
|
309
309
|
}, [
|
|
310
|
-
|
|
310
|
+
h
|
|
311
311
|
])
|
|
312
312
|
};
|
|
313
|
-
},
|
|
314
|
-
const { contextTitle: t, count:
|
|
313
|
+
}, q1 = _e("useGetNlqResult")(fr), mr = 4, Ht = (e) => {
|
|
314
|
+
const { contextTitle: t, count: n, enableAxisTitlesInWidgetProps: r, enabled: s } = e, c = J(), a = n != null ? n : mr, p = (s === void 0 || s === !0) && a > 0, { isLoading: d, isError: h, isSuccess: b, data: m, error: i, refetch: u } = he({
|
|
315
315
|
queryKey: [
|
|
316
316
|
"getQueryRecommendations",
|
|
317
317
|
t,
|
|
318
318
|
a,
|
|
319
|
-
|
|
319
|
+
c
|
|
320
320
|
],
|
|
321
|
-
queryFn: () =>
|
|
321
|
+
queryFn: () => c == null ? void 0 : c.ai.getQueryRecommendations(t, {
|
|
322
322
|
numOfRecommendations: a
|
|
323
323
|
}),
|
|
324
|
-
enabled: !!
|
|
325
|
-
}),
|
|
326
|
-
widgetProps:
|
|
324
|
+
enabled: !!c && p
|
|
325
|
+
}), l = Z(() => m == null ? void 0 : m.map((C) => N(T({}, C), {
|
|
326
|
+
widgetProps: C.jaql ? Fe(C, {
|
|
327
327
|
useCustomizedStyleOptions: r
|
|
328
328
|
}) : void 0
|
|
329
329
|
})), [
|
|
330
|
-
|
|
330
|
+
m,
|
|
331
331
|
r
|
|
332
332
|
]);
|
|
333
333
|
return {
|
|
334
|
-
isLoading:
|
|
335
|
-
isError:
|
|
336
|
-
isSuccess:
|
|
337
|
-
data:
|
|
338
|
-
error:
|
|
339
|
-
refetch:
|
|
340
|
-
|
|
334
|
+
isLoading: p ? d : !1,
|
|
335
|
+
isError: h,
|
|
336
|
+
isSuccess: b,
|
|
337
|
+
data: l != null ? l : void 0,
|
|
338
|
+
error: i,
|
|
339
|
+
refetch: O(() => {
|
|
340
|
+
u();
|
|
341
341
|
}, [
|
|
342
|
-
|
|
342
|
+
u
|
|
343
343
|
])
|
|
344
344
|
};
|
|
345
|
-
},
|
|
345
|
+
}, W1 = _e("useGetQueryRecommendations")(Ht), $t = Object.freeze({
|
|
346
346
|
enableFollowupQuestions: !1,
|
|
347
347
|
enableHeader: !0,
|
|
348
348
|
enableInsights: !0,
|
|
349
349
|
numOfRecommendations: 4,
|
|
350
350
|
numOfRecentPrompts: 5
|
|
351
|
-
}),
|
|
352
|
-
const { t:
|
|
353
|
-
inputPromptText:
|
|
354
|
-
welcomeText:
|
|
355
|
-
suggestionsWelcomeText:
|
|
351
|
+
}), Pt = /* @__PURE__ */ Ke(T({}, $t)), ee = () => Je(Pt), br = ({ children: e, value: t }) => {
|
|
352
|
+
const { t: n } = H(), r = Object.entries(t).reduce((s, [c, a]) => (a !== void 0 && (s[c] = a), s), N(T({}, $t), {
|
|
353
|
+
inputPromptText: n("ai.config.inputPromptText"),
|
|
354
|
+
welcomeText: n("ai.config.welcomeText"),
|
|
355
|
+
suggestionsWelcomeText: n("ai.config.suggestionsWelcomeText")
|
|
356
356
|
}));
|
|
357
|
-
return /* @__PURE__ */
|
|
357
|
+
return /* @__PURE__ */ o(Pt.Provider, {
|
|
358
358
|
value: r,
|
|
359
359
|
children: e
|
|
360
360
|
});
|
|
361
|
-
},
|
|
362
|
-
const t =
|
|
363
|
-
return
|
|
361
|
+
}, et = "chatHistory", xr = (e) => {
|
|
362
|
+
const t = J(), { hideHistory: n } = ee();
|
|
363
|
+
return he({
|
|
364
364
|
queryKey: [
|
|
365
|
-
|
|
365
|
+
et,
|
|
366
366
|
e,
|
|
367
367
|
t
|
|
368
368
|
],
|
|
369
|
-
queryFn: () =>
|
|
369
|
+
queryFn: () => ne(void 0, null, function* () {
|
|
370
370
|
if (!t || !e)
|
|
371
371
|
return;
|
|
372
|
-
if (
|
|
372
|
+
if (n)
|
|
373
373
|
return [];
|
|
374
374
|
const r = yield t.ai.chat.getById(e);
|
|
375
375
|
return r == null ? void 0 : r.chatHistory;
|
|
376
376
|
}),
|
|
377
377
|
enabled: !!t && !!e
|
|
378
378
|
});
|
|
379
|
-
},
|
|
380
|
-
const t =
|
|
381
|
-
return
|
|
382
|
-
mutationFn: () =>
|
|
379
|
+
}, Dt = (e) => {
|
|
380
|
+
const t = J(), n = ye();
|
|
381
|
+
return Xe({
|
|
382
|
+
mutationFn: () => ne(void 0, null, function* () {
|
|
383
383
|
if (!(!t || !e))
|
|
384
384
|
return t.ai.chat.clearHistory(e);
|
|
385
385
|
}),
|
|
@@ -387,31 +387,31 @@ const g1 = (e) => {
|
|
|
387
387
|
console.error("Error when clearing history:", r);
|
|
388
388
|
},
|
|
389
389
|
onSettled: () => {
|
|
390
|
-
e &&
|
|
391
|
-
|
|
390
|
+
e && n.setQueriesData([
|
|
391
|
+
et,
|
|
392
392
|
e
|
|
393
393
|
], []);
|
|
394
394
|
}
|
|
395
395
|
});
|
|
396
|
-
},
|
|
397
|
-
const { data: t, isLoading:
|
|
398
|
-
return
|
|
399
|
-
r &&
|
|
396
|
+
}, tt = (e) => {
|
|
397
|
+
const { data: t, isLoading: n, isError: r } = xr(e), { mutate: s } = Dt(e);
|
|
398
|
+
return ke(() => {
|
|
399
|
+
r && s();
|
|
400
400
|
}, [
|
|
401
401
|
r,
|
|
402
|
-
|
|
402
|
+
s
|
|
403
403
|
]), {
|
|
404
404
|
history: t,
|
|
405
|
-
isLoading:
|
|
405
|
+
isLoading: n,
|
|
406
406
|
isError: r
|
|
407
407
|
};
|
|
408
|
-
},
|
|
409
|
-
const e =
|
|
408
|
+
}, yr = () => {
|
|
409
|
+
const e = J(), { data: t, isLoading: n, fetchStatus: r } = he({
|
|
410
410
|
queryKey: [
|
|
411
411
|
"getDataTopics",
|
|
412
412
|
e
|
|
413
413
|
],
|
|
414
|
-
queryFn: () =>
|
|
414
|
+
queryFn: () => ne(void 0, null, function* () {
|
|
415
415
|
if (e)
|
|
416
416
|
return e.getChatContexts();
|
|
417
417
|
}),
|
|
@@ -419,11 +419,11 @@ const g1 = (e) => {
|
|
|
419
419
|
});
|
|
420
420
|
return {
|
|
421
421
|
data: t,
|
|
422
|
-
isLoading:
|
|
422
|
+
isLoading: n,
|
|
423
423
|
fetchStatus: r
|
|
424
424
|
};
|
|
425
|
-
},
|
|
426
|
-
const e =
|
|
425
|
+
}, vr = () => {
|
|
426
|
+
const e = J(), { data: t, isLoading: n } = he({
|
|
427
427
|
queryKey: [
|
|
428
428
|
"getAllChats",
|
|
429
429
|
e
|
|
@@ -433,25 +433,25 @@ const g1 = (e) => {
|
|
|
433
433
|
});
|
|
434
434
|
return {
|
|
435
435
|
data: t != null ? t : [],
|
|
436
|
-
isLoading:
|
|
436
|
+
isLoading: n
|
|
437
437
|
};
|
|
438
|
-
},
|
|
439
|
-
const r =
|
|
440
|
-
mutationFn: () =>
|
|
441
|
-
if (!(!
|
|
442
|
-
return
|
|
438
|
+
}, kr = (e, t, n) => {
|
|
439
|
+
const r = ye(), s = J(), c = Xe({
|
|
440
|
+
mutationFn: () => ne(void 0, null, function* () {
|
|
441
|
+
if (!(!s || !e))
|
|
442
|
+
return s.ai.chat.create(e, n);
|
|
443
443
|
}),
|
|
444
444
|
onSuccess: () => r.invalidateQueries([
|
|
445
445
|
"getAllChats"
|
|
446
446
|
])
|
|
447
447
|
});
|
|
448
|
-
return
|
|
449
|
-
t &&
|
|
448
|
+
return ke(() => {
|
|
449
|
+
t && c.isIdle && c.mutate();
|
|
450
450
|
}, [
|
|
451
451
|
t,
|
|
452
|
-
|
|
453
|
-
]),
|
|
454
|
-
},
|
|
452
|
+
c
|
|
453
|
+
]), c;
|
|
454
|
+
}, wr = (e, t) => {
|
|
455
455
|
switch (e.responseType = e.responseType.toLowerCase(), e.responseType) {
|
|
456
456
|
case "nlq":
|
|
457
457
|
return {
|
|
@@ -468,128 +468,128 @@ const g1 = (e) => {
|
|
|
468
468
|
default:
|
|
469
469
|
throw Error(`${t}${JSON.stringify(e)}`);
|
|
470
470
|
}
|
|
471
|
-
},
|
|
472
|
-
const
|
|
473
|
-
e &&
|
|
474
|
-
|
|
471
|
+
}, Sr = (e, t) => {
|
|
472
|
+
const n = ye(), r = O((d) => {
|
|
473
|
+
e && n.setQueriesData([
|
|
474
|
+
et,
|
|
475
475
|
e
|
|
476
|
-
], (
|
|
477
|
-
...
|
|
478
|
-
|
|
476
|
+
], (h) => h && [
|
|
477
|
+
...h,
|
|
478
|
+
d
|
|
479
479
|
]);
|
|
480
480
|
}, [
|
|
481
|
-
|
|
481
|
+
n,
|
|
482
482
|
e
|
|
483
|
-
]), { t:
|
|
484
|
-
mutationFn: (
|
|
485
|
-
if (!(!
|
|
486
|
-
return
|
|
487
|
-
text:
|
|
483
|
+
]), { t: s } = H(), c = J(), { mutate: a, isLoading: p } = Xe({
|
|
484
|
+
mutationFn: (d) => ne(void 0, null, function* () {
|
|
485
|
+
if (!(!c || !e))
|
|
486
|
+
return c.ai.chat.post(e, {
|
|
487
|
+
text: d,
|
|
488
488
|
options: {
|
|
489
489
|
enableFollowup: t
|
|
490
490
|
}
|
|
491
491
|
});
|
|
492
492
|
}),
|
|
493
|
-
onMutate: (
|
|
493
|
+
onMutate: (d) => {
|
|
494
494
|
r({
|
|
495
|
-
content:
|
|
495
|
+
content: d,
|
|
496
496
|
role: "user"
|
|
497
497
|
});
|
|
498
498
|
},
|
|
499
|
-
onError: (
|
|
500
|
-
|
|
501
|
-
content:
|
|
502
|
-
defaultValue:
|
|
499
|
+
onError: (d) => {
|
|
500
|
+
d instanceof Error && (console.error("Error when sending message:", d.message), r({
|
|
501
|
+
content: s(`ai.errors.${d.interpolationOptions.errorCode}`, {
|
|
502
|
+
defaultValue: s("ai.errors.unexpectedChatResponse")
|
|
503
503
|
}),
|
|
504
504
|
role: "assistant"
|
|
505
505
|
}));
|
|
506
506
|
},
|
|
507
|
-
onSuccess: (
|
|
508
|
-
if (!
|
|
507
|
+
onSuccess: (d) => {
|
|
508
|
+
if (!d)
|
|
509
509
|
return;
|
|
510
|
-
const
|
|
511
|
-
r(
|
|
510
|
+
const h = s("ai.errors.unknownResponse");
|
|
511
|
+
r(wr(d, h));
|
|
512
512
|
}
|
|
513
513
|
});
|
|
514
514
|
return {
|
|
515
515
|
mutate: a,
|
|
516
|
-
isLoading:
|
|
516
|
+
isLoading: p
|
|
517
517
|
};
|
|
518
|
-
},
|
|
519
|
-
var
|
|
520
|
-
const { data: r, isLoading:
|
|
521
|
-
var
|
|
522
|
-
return
|
|
523
|
-
})) == null ? void 0 :
|
|
524
|
-
return
|
|
525
|
-
|
|
518
|
+
}, nt = (e, t, n = !1) => {
|
|
519
|
+
var b;
|
|
520
|
+
const { data: r, isLoading: s } = vr(), c = ur(), a = c.getChatId(e, t) || ((b = r.find((m) => {
|
|
521
|
+
var i;
|
|
522
|
+
return m.contextTitle === e && ((i = m.contextDetails) == null ? void 0 : i.dashboardId) === (t == null ? void 0 : t.dashboardId);
|
|
523
|
+
})) == null ? void 0 : b.chatId), { isError: p, data: d, isSuccess: h } = kr(e, n && !s && !a, t);
|
|
524
|
+
return ke(() => {
|
|
525
|
+
h && d && !a && c.saveChatId(d.chatId, e, t);
|
|
526
526
|
}, [
|
|
527
|
-
l,
|
|
528
527
|
d,
|
|
528
|
+
h,
|
|
529
529
|
e,
|
|
530
530
|
t,
|
|
531
531
|
a,
|
|
532
|
-
|
|
532
|
+
c
|
|
533
533
|
]), {
|
|
534
534
|
chatId: a,
|
|
535
|
-
isLoading:
|
|
536
|
-
isError:
|
|
535
|
+
isLoading: s,
|
|
536
|
+
isError: p
|
|
537
537
|
};
|
|
538
|
-
},
|
|
538
|
+
}, At = (e) => Z(() => {
|
|
539
539
|
if (e != null && e.length) {
|
|
540
540
|
const t = e[e.length - 1];
|
|
541
|
-
if (
|
|
541
|
+
if (rt(t))
|
|
542
542
|
return JSON.parse(t.content);
|
|
543
543
|
}
|
|
544
544
|
return null;
|
|
545
545
|
}, [
|
|
546
546
|
e
|
|
547
|
-
]),
|
|
548
|
-
const { t:
|
|
549
|
-
|
|
550
|
-
|
|
547
|
+
]), rt = (e) => !!e && "type" in e && e.type === "nlq", Mr = (e) => !!e && "type" in e && e.type === "text", Tr = (e, t) => {
|
|
548
|
+
const { t: n } = H(), { enableFollowupQuestions: r } = ee(), { chatId: s, isError: c } = nt(e, t, !0), [a, p] = P(null), { history: d, isLoading: h, isError: b } = tt(s);
|
|
549
|
+
ke(() => {
|
|
550
|
+
c ? p(new Ze("ai.errors.chatUnavailable")) : b && p(new Ze("ai.errors.fetchHistory"));
|
|
551
551
|
}, [
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
552
|
+
c,
|
|
553
|
+
b,
|
|
554
|
+
n
|
|
555
555
|
]);
|
|
556
|
-
const { mutate:
|
|
556
|
+
const { mutate: m, isLoading: i } = Sr(s, r), u = At(d);
|
|
557
557
|
return {
|
|
558
|
-
chatId:
|
|
559
|
-
history:
|
|
560
|
-
lastNlqResponse:
|
|
561
|
-
sendMessage:
|
|
562
|
-
isAwaitingResponse:
|
|
563
|
-
isLoading:
|
|
558
|
+
chatId: s,
|
|
559
|
+
history: d != null ? d : [],
|
|
560
|
+
lastNlqResponse: u,
|
|
561
|
+
sendMessage: m,
|
|
562
|
+
isAwaitingResponse: i,
|
|
563
|
+
isLoading: h,
|
|
564
564
|
lastError: a
|
|
565
565
|
};
|
|
566
|
-
},
|
|
567
|
-
const { chatId:
|
|
568
|
-
return
|
|
569
|
-
},
|
|
570
|
-
const { chatId:
|
|
571
|
-
return
|
|
566
|
+
}, Z1 = ({ contextTitle: e, contextDetails: t }) => {
|
|
567
|
+
const { chatId: n } = nt(e, t), { history: r } = tt(n);
|
|
568
|
+
return At(r);
|
|
569
|
+
}, j1 = ({ contextTitle: e, contextDetails: t }) => {
|
|
570
|
+
const { chatId: n } = nt(e, t), { history: r } = tt(n);
|
|
571
|
+
return Z(() => {
|
|
572
572
|
if (r != null && r.length) {
|
|
573
|
-
const
|
|
574
|
-
if (
|
|
575
|
-
return JSON.parse(
|
|
573
|
+
const s = r.slice().reverse().find(rt);
|
|
574
|
+
if (s)
|
|
575
|
+
return JSON.parse(s.content);
|
|
576
576
|
}
|
|
577
577
|
return null;
|
|
578
578
|
}, [
|
|
579
579
|
r
|
|
580
580
|
]);
|
|
581
|
-
},
|
|
581
|
+
}, Lr = 500, Rr = 500, Er = 500, Ir = 900, Nr = /* @__PURE__ */ k("div", {
|
|
582
582
|
target: "e1ldv6710",
|
|
583
583
|
label: "ChatFrame"
|
|
584
|
-
})("box-sizing:border-box;position:relative;display:flex;flex-direction:column;border:1px solid #c6c9ce;border-radius:", ({ theme: e }) => e.aiChat.borderRadius, ";background-color:", ({ theme: e }) => e.aiChat.backgroundColor, ";overflow:hidden;min-width:",
|
|
584
|
+
})("box-sizing:border-box;position:relative;display:flex;flex-direction:column;border:1px solid #c6c9ce;border-radius:", ({ theme: e }) => e.aiChat.borderRadius, ";background-color:", ({ theme: e }) => e.aiChat.backgroundColor, ";overflow:hidden;min-width:", Lr, "px;min-height:", Rr, "px;width:", ({ width: e }) => e ? Ct(e) : `${Er}px`, ";height:", ({ height: e }) => e ? Ct(e) : `${Ir}px`, ";", ({ theme: e }) => D`
|
|
585
585
|
font-size: ${e.aiChat.primaryFontSize[0]};
|
|
586
586
|
line-height: ${e.aiChat.primaryFontSize[1]};
|
|
587
587
|
`, " border:", ({ theme: e }) => e.aiChat.border === !1 ? "none" : e.aiChat.border, ";");
|
|
588
|
-
function
|
|
588
|
+
function Ct(e) {
|
|
589
589
|
return typeof e == "number" ? `${e}px` : e;
|
|
590
590
|
}
|
|
591
|
-
function
|
|
592
|
-
return /* @__PURE__ */
|
|
591
|
+
function Fr({ spin: e }) {
|
|
592
|
+
return /* @__PURE__ */ w("svg", {
|
|
593
593
|
xmlns: "http://www.w3.org/2000/svg",
|
|
594
594
|
width: "24",
|
|
595
595
|
height: "24",
|
|
@@ -597,14 +597,14 @@ function E1({ spin: e }) {
|
|
|
597
597
|
fill: "none",
|
|
598
598
|
className: `${e ? "csdk-animate-spin" : ""}`,
|
|
599
599
|
children: [
|
|
600
|
-
/* @__PURE__ */
|
|
600
|
+
/* @__PURE__ */ o("path", {
|
|
601
601
|
fillRule: "evenodd",
|
|
602
602
|
clipRule: "evenodd",
|
|
603
603
|
d: "M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z",
|
|
604
604
|
fill: "#262E3D",
|
|
605
605
|
fillOpacity: "0.3"
|
|
606
606
|
}),
|
|
607
|
-
/* @__PURE__ */
|
|
607
|
+
/* @__PURE__ */ o("path", {
|
|
608
608
|
fillRule: "evenodd",
|
|
609
609
|
clipRule: "evenodd",
|
|
610
610
|
d: "M20 12C20 16.4183 16.4183 20 12 20C11.2844 20 10.5908 19.906 9.93078 19.7298C9.96227 19.5889 9.97888 19.4423 9.97888 19.2918C9.97888 18.1873 9.08345 17.2918 7.97888 17.2918C6.87431 17.2918 5.97888 18.1873 5.97888 19.2918C5.97888 20.3964 6.87431 21.2918 7.97888 21.2918C8.56576 21.2918 9.0936 21.0391 9.45946 20.6364C10.2652 20.8731 11.1178 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3V4C16.4183 4 20 7.58172 20 12Z",
|
|
@@ -613,88 +613,88 @@ function E1({ spin: e }) {
|
|
|
613
613
|
]
|
|
614
614
|
});
|
|
615
615
|
}
|
|
616
|
-
function
|
|
617
|
-
return /* @__PURE__ */
|
|
616
|
+
function Oe() {
|
|
617
|
+
return /* @__PURE__ */ o("div", {
|
|
618
618
|
className: "csdk-m-auto",
|
|
619
619
|
"aria-label": "loading spinner",
|
|
620
|
-
children: /* @__PURE__ */
|
|
620
|
+
children: /* @__PURE__ */ o(Fr, {
|
|
621
621
|
spin: !0
|
|
622
622
|
})
|
|
623
623
|
});
|
|
624
624
|
}
|
|
625
|
-
function
|
|
626
|
-
return /* @__PURE__ */
|
|
625
|
+
function Br({ theme: e }) {
|
|
626
|
+
return /* @__PURE__ */ o("svg", {
|
|
627
627
|
width: "24",
|
|
628
628
|
height: "24",
|
|
629
629
|
viewBox: "0 0 24 24",
|
|
630
630
|
fill: "none",
|
|
631
631
|
xmlns: "http://www.w3.org/2000/svg",
|
|
632
|
-
children: /* @__PURE__ */
|
|
632
|
+
children: /* @__PURE__ */ o("path", {
|
|
633
633
|
d: "M4 14L0 10L24 0L14 24L10 20L8.47667 16.9533L19 6.4L20 4.00001L17.6099 5L7.04354 15.5218L4 14Z",
|
|
634
634
|
fill: e.aiChat.icons.color
|
|
635
635
|
})
|
|
636
636
|
});
|
|
637
637
|
}
|
|
638
|
-
function
|
|
638
|
+
function Or({ theme: e }) {
|
|
639
639
|
const t = e.aiChat.icons.color;
|
|
640
|
-
return /* @__PURE__ */
|
|
640
|
+
return /* @__PURE__ */ w("svg", {
|
|
641
641
|
xmlns: "http://www.w3.org/2000/svg",
|
|
642
642
|
width: "25",
|
|
643
643
|
height: "25",
|
|
644
644
|
viewBox: "0 0 25 25",
|
|
645
645
|
fill: "none",
|
|
646
646
|
children: [
|
|
647
|
-
/* @__PURE__ */
|
|
647
|
+
/* @__PURE__ */ o("path", {
|
|
648
648
|
d: "M21.4095 11.1195L12.5644 6.0459C12.3247 5.90841 12.0189 5.99143 11.8816 6.23128L10.764 8.18434C10.6275 8.42284 10.709 8.72678 10.9466 8.86491L19.7108 13.9614C19.9464 14.0984 20.2483 14.0215 20.3897 13.7884L21.5883 11.8125C21.734 11.5723 21.6532 11.2592 21.4095 11.1195Z",
|
|
649
649
|
fill: t
|
|
650
650
|
}),
|
|
651
|
-
/* @__PURE__ */
|
|
651
|
+
/* @__PURE__ */ o("path", {
|
|
652
652
|
d: "M18.7329 8.60735L16.1048 7.07819L19.6668 0.928042C19.8041 0.6909 20.1068 0.608502 20.3454 0.743288L22.156 1.7661C22.3992 1.90347 22.4827 2.21344 22.3414 2.45438L18.7329 8.60735Z",
|
|
653
653
|
fill: t
|
|
654
654
|
}),
|
|
655
|
-
/* @__PURE__ */
|
|
655
|
+
/* @__PURE__ */ o("path", {
|
|
656
656
|
d: "M19.8544 14.9048L10.3563 9.43067C10.2184 9.35116 10.0413 9.39515 9.95275 9.52746C7.03423 13.8862 4.07448 15.2337 3.18167 16.0938C3.09276 16.1794 3.08414 16.3141 3.1538 16.416C3.74961 17.2879 5.10497 18.4425 6.05628 19.2048C6.17328 19.2985 6.34145 19.2903 6.44961 19.1865L9.97994 15.7973L7.69329 20.1066C7.61954 20.2456 7.66674 20.4186 7.80041 20.5017C11.6152 22.8708 14.2978 24.0437 16.9604 24.4472C17.1542 24.4766 17.3191 24.3106 17.3033 24.1152C17.007 20.469 19.0807 16.6112 19.8544 14.9048Z",
|
|
657
657
|
fill: t
|
|
658
658
|
})
|
|
659
659
|
]
|
|
660
660
|
});
|
|
661
661
|
}
|
|
662
|
-
const
|
|
662
|
+
const Hr = /* @__PURE__ */ k("div", {
|
|
663
663
|
target: "e1q6h1ze0",
|
|
664
664
|
label: "Section"
|
|
665
|
-
})("display:flex;flex-direction:column;row-gap:4px;"),
|
|
665
|
+
})("display:flex;flex-direction:column;row-gap:4px;"), $r = /* @__PURE__ */ k("div", {
|
|
666
666
|
target: "e1q6h1ze1",
|
|
667
667
|
label: "SectionHeader"
|
|
668
|
-
})("font-size:11px;line-height:18px;font-weight:300;color:", ({ theme: e }) => e.aiChat.dropup.headers.textColor, ";cursor:pointer;padding:4px 12px;&:hover{background-color:", ({ theme: e }) => e.aiChat.dropup.headers.hover.backgroundColor, ";}"),
|
|
668
|
+
})("font-size:11px;line-height:18px;font-weight:300;color:", ({ theme: e }) => e.aiChat.dropup.headers.textColor, ";cursor:pointer;padding:4px 12px;&:hover{background-color:", ({ theme: e }) => e.aiChat.dropup.headers.hover.backgroundColor, ";}"), Pr = /* @__PURE__ */ k("div", {
|
|
669
669
|
target: "e1q6h1ze2",
|
|
670
670
|
label: "DropupItem"
|
|
671
671
|
})("font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";color:", ({ theme: e }) => e.aiChat.dropup.items.textColor, ";cursor:pointer;padding:4px 12px;&:hover{background-color:", ({ theme: e }) => e.aiChat.dropup.items.hover.backgroundColor, ";}");
|
|
672
|
-
function
|
|
673
|
-
const [
|
|
674
|
-
return /* @__PURE__ */
|
|
672
|
+
function Dr({ title: e, items: t, onSelect: n, alwaysExpanded: r = !1 }) {
|
|
673
|
+
const [s, c] = P(!1), { themeSettings: a } = L();
|
|
674
|
+
return /* @__PURE__ */ w(Hr, {
|
|
675
675
|
children: [
|
|
676
|
-
/* @__PURE__ */
|
|
677
|
-
onClick: () =>
|
|
676
|
+
/* @__PURE__ */ o($r, {
|
|
677
|
+
onClick: () => c((p) => !p),
|
|
678
678
|
theme: a,
|
|
679
679
|
children: e.toUpperCase()
|
|
680
680
|
}),
|
|
681
|
-
(
|
|
682
|
-
onClick: () =>
|
|
681
|
+
(s || r) && t.map((p, d) => /* @__PURE__ */ o(Pr, {
|
|
682
|
+
onClick: () => n(p),
|
|
683
683
|
theme: a,
|
|
684
|
-
children:
|
|
685
|
-
},
|
|
684
|
+
children: p
|
|
685
|
+
}, d))
|
|
686
686
|
]
|
|
687
687
|
});
|
|
688
688
|
}
|
|
689
|
-
const
|
|
689
|
+
const Ar = /* @__PURE__ */ k("div", {
|
|
690
690
|
target: "e10x5x4a0",
|
|
691
691
|
label: "PopupContent"
|
|
692
|
-
})("font-family:", ({ theme: e }) => e.typography.fontFamily, ";font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";background-color:", ({ theme: e }) => e.aiChat.dropup.backgroundColor, ";border-radius:", ({ theme: e }) => e.aiChat.dropup.borderRadius, ";box-shadow:", ({ theme: e }) => e.aiChat.dropup.boxShadow, ";padding-top:8px;padding-bottom:8px;display:flex;flex-direction:column;row-gap:4px;"),
|
|
692
|
+
})("font-family:", ({ theme: e }) => e.typography.fontFamily, ";font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";background-color:", ({ theme: e }) => e.aiChat.dropup.backgroundColor, ";border-radius:", ({ theme: e }) => e.aiChat.dropup.borderRadius, ";box-shadow:", ({ theme: e }) => e.aiChat.dropup.boxShadow, ";padding-top:8px;padding-bottom:8px;display:flex;flex-direction:column;row-gap:4px;"), zr = /* @__PURE__ */ k("div", {
|
|
693
693
|
target: "e10x5x4a1",
|
|
694
694
|
label: "ErrorMessage"
|
|
695
|
-
})("font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";color:", ({ theme: e }) => e.aiChat.dropup.items.textColor, ";padding:4px 12px;"),
|
|
696
|
-
function
|
|
697
|
-
const
|
|
695
|
+
})("font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";color:", ({ theme: e }) => e.aiChat.dropup.items.textColor, ";padding:4px 12px;"), Ve = (e) => e.startsWith("/");
|
|
696
|
+
function qr({ recentPrompts: e, suggestions: t, isLoading: n, onSelection: r, anchorEl: s, text: c, recommendationsError: a }) {
|
|
697
|
+
const d = [
|
|
698
698
|
{
|
|
699
699
|
title: "/recent searches",
|
|
700
700
|
items: e,
|
|
@@ -705,10 +705,10 @@ function O1({ recentPrompts: e, suggestions: t, isLoading: o, onSelection: r, an
|
|
|
705
705
|
items: t,
|
|
706
706
|
onSelect: r
|
|
707
707
|
}
|
|
708
|
-
].filter((
|
|
709
|
-
return /* @__PURE__ */
|
|
710
|
-
open:
|
|
711
|
-
anchorEl:
|
|
708
|
+
].filter((i) => i.title.slice(0, c.length) === c), { themeSettings: h } = L(), { t: b } = H(), m = d.length === 1;
|
|
709
|
+
return /* @__PURE__ */ o(Et, {
|
|
710
|
+
open: Ve(c) && d.length > 0,
|
|
711
|
+
anchorEl: s,
|
|
712
712
|
placement: "top-start",
|
|
713
713
|
modifiers: [
|
|
714
714
|
{
|
|
@@ -724,27 +724,27 @@ function O1({ recentPrompts: e, suggestions: t, isLoading: o, onSelection: r, an
|
|
|
724
724
|
sx: {
|
|
725
725
|
zIndex: 3
|
|
726
726
|
},
|
|
727
|
-
children: /* @__PURE__ */
|
|
727
|
+
children: /* @__PURE__ */ w(Ar, {
|
|
728
728
|
style: {
|
|
729
|
-
width:
|
|
729
|
+
width: s == null ? void 0 : s.offsetWidth
|
|
730
730
|
},
|
|
731
|
-
theme:
|
|
731
|
+
theme: h,
|
|
732
732
|
children: [
|
|
733
|
-
|
|
734
|
-
!
|
|
735
|
-
alwaysExpanded:
|
|
736
|
-
}),
|
|
737
|
-
a && /* @__PURE__ */
|
|
738
|
-
theme:
|
|
739
|
-
children:
|
|
733
|
+
n && /* @__PURE__ */ o(Oe, {}),
|
|
734
|
+
!n && !a && d.map((i) => /* @__PURE__ */ o(Dr, N(T({}, i), {
|
|
735
|
+
alwaysExpanded: m
|
|
736
|
+
}), i.title)),
|
|
737
|
+
a && /* @__PURE__ */ o(zr, {
|
|
738
|
+
theme: h,
|
|
739
|
+
children: b("ai.errors.recommendationsNotAvailable")
|
|
740
740
|
})
|
|
741
741
|
]
|
|
742
742
|
})
|
|
743
743
|
});
|
|
744
744
|
}
|
|
745
|
-
function
|
|
746
|
-
const { themeSettings: r } =
|
|
747
|
-
return /* @__PURE__ */
|
|
745
|
+
function we({ title: e, placement: t = "top", children: n }) {
|
|
746
|
+
const { themeSettings: r } = L();
|
|
747
|
+
return /* @__PURE__ */ o(Tn, {
|
|
748
748
|
title: e,
|
|
749
749
|
placement: t,
|
|
750
750
|
disableInteractive: !0,
|
|
@@ -769,240 +769,603 @@ function re({ title: e, placement: t = "top", children: o }) {
|
|
|
769
769
|
}
|
|
770
770
|
},
|
|
771
771
|
arrow: !0,
|
|
772
|
-
children:
|
|
772
|
+
children: n
|
|
773
773
|
});
|
|
774
774
|
}
|
|
775
|
-
const
|
|
775
|
+
const Wr = 500, Zr = /* @__PURE__ */ k("div", {
|
|
776
776
|
target: "e6iwkw10",
|
|
777
777
|
label: "ChatInputContainer"
|
|
778
|
-
})("display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;background-color:", ({ theme: e }) => e.aiChat.backgroundColor, ";"),
|
|
778
|
+
})("display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;background-color:", ({ theme: e }) => e.aiChat.backgroundColor, ";"), jr = /* @__PURE__ */ k("button", {
|
|
779
779
|
target: "e6iwkw11",
|
|
780
780
|
label: "ClearHistoryButton"
|
|
781
|
-
})("height:34px;background-color:inherit;cursor:pointer;border:none;"),
|
|
781
|
+
})("height:34px;background-color:inherit;cursor:pointer;border:none;"), Vr = /* @__PURE__ */ k("textarea", {
|
|
782
782
|
target: "e6iwkw12",
|
|
783
783
|
label: "TextInput"
|
|
784
|
-
})("font-size:inherit;line-height:inherit;resize:none;overflow-y:auto;box-sizing:border-box;max-height:88px;width:100%;padding-top:7px;padding-bottom:7px;padding-left:16px;padding-right:16px;margin-left:10px;margin-right:10px;border-width:1px;border-color:rgb(38 46 61 / 0.15);border-radius:0.5rem;&:focus{outline:1px solid ", ({ theme: e }) => e.aiChat.input.focus.outlineColor, ";}font-family:inherit;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";background-color:", ({ theme: e }) => e.aiChat.input.backgroundColor, ";"),
|
|
784
|
+
})("font-size:inherit;line-height:inherit;resize:none;overflow-y:auto;box-sizing:border-box;max-height:88px;width:100%;padding-top:7px;padding-bottom:7px;padding-left:16px;padding-right:16px;margin-left:10px;margin-right:10px;border-width:1px;border-color:rgb(38 46 61 / 0.15);border-radius:0.5rem;&:focus{outline:1px solid ", ({ theme: e }) => e.aiChat.input.focus.outlineColor, ";}font-family:inherit;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";background-color:", ({ theme: e }) => e.aiChat.input.backgroundColor, ";"), Gr = /* @__PURE__ */ k("button", {
|
|
785
785
|
target: "e6iwkw13",
|
|
786
786
|
label: "SendMessageButton"
|
|
787
|
-
})("height:34px;background-color:inherit;border-style:none;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";", ({ disabled: e }) => e ?
|
|
787
|
+
})("height:34px;background-color:inherit;border-style:none;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";", ({ disabled: e }) => e ? D`
|
|
788
788
|
opacity: 0.3;
|
|
789
789
|
cursor: not-allowed;
|
|
790
|
-
` :
|
|
790
|
+
` : D`
|
|
791
791
|
opacity: 1;
|
|
792
792
|
cursor: pointer;
|
|
793
|
-
`),
|
|
794
|
-
function
|
|
795
|
-
const [
|
|
796
|
-
if (
|
|
793
|
+
`), Ur = 34;
|
|
794
|
+
function Qr({ onSendMessage: e, onClearHistoryClick: t, disabled: n, recentPrompts: r, suggestions: s, isLoading: c, recommendationsError: a, onChange: p }) {
|
|
795
|
+
const [d, h] = P(""), { inputPromptText: b } = ee(), m = O(() => {
|
|
796
|
+
if (n)
|
|
797
797
|
return;
|
|
798
|
-
if (
|
|
799
|
-
|
|
798
|
+
if (Ve(d)) {
|
|
799
|
+
h("");
|
|
800
800
|
return;
|
|
801
801
|
}
|
|
802
|
-
const
|
|
803
|
-
|
|
802
|
+
const x = d.trim();
|
|
803
|
+
x.length !== 0 && (e(x), h(""));
|
|
804
804
|
}, [
|
|
805
|
-
|
|
805
|
+
n,
|
|
806
806
|
e,
|
|
807
|
-
|
|
808
|
-
]),
|
|
809
|
-
e(
|
|
807
|
+
d
|
|
808
|
+
]), i = O((x) => {
|
|
809
|
+
e(x), h("");
|
|
810
810
|
}, [
|
|
811
811
|
e
|
|
812
|
-
]),
|
|
813
|
-
|
|
812
|
+
]), u = O((x) => {
|
|
813
|
+
x.key === "Enter" ? (x.preventDefault(), m()) : x.key === "Escape" && Ve(d) && h("");
|
|
814
814
|
}, [
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
]),
|
|
818
|
-
|
|
815
|
+
m,
|
|
816
|
+
d
|
|
817
|
+
]), l = O((x) => {
|
|
818
|
+
p == null || p(x.target.value), h(x.target.value);
|
|
819
819
|
}, [
|
|
820
|
-
|
|
821
|
-
]),
|
|
822
|
-
|
|
823
|
-
|
|
820
|
+
p
|
|
821
|
+
]), C = ue(null);
|
|
822
|
+
Ee(() => {
|
|
823
|
+
C.current && (C.current.style.height = "inherit", C.current.style.height = `${Math.max(C.current.scrollHeight + 2, Ur)}px`);
|
|
824
824
|
}, [
|
|
825
|
-
|
|
826
|
-
]),
|
|
827
|
-
|
|
825
|
+
d
|
|
826
|
+
]), Ee(() => {
|
|
827
|
+
C.current && C.current.focus({
|
|
828
828
|
preventScroll: !0
|
|
829
829
|
});
|
|
830
830
|
}, []);
|
|
831
|
-
const { themeSettings:
|
|
832
|
-
var
|
|
833
|
-
if ((
|
|
834
|
-
const
|
|
835
|
-
var
|
|
836
|
-
document.removeEventListener("mouseup",
|
|
831
|
+
const { themeSettings: g } = L(), { t: v } = H(), S = O((x) => {
|
|
832
|
+
var E;
|
|
833
|
+
if ((E = document.getElementById("csdk-chatbot-frame")) != null && E.contains(x.relatedTarget)) {
|
|
834
|
+
const R = (M) => {
|
|
835
|
+
var I;
|
|
836
|
+
document.removeEventListener("mouseup", R), document.removeEventListener("keyup", R), M.type === "mouseup" && ((I = document.getSelection()) == null ? void 0 : I.type) !== "Range" && x.target.focus({
|
|
837
837
|
preventScroll: !0
|
|
838
838
|
});
|
|
839
839
|
};
|
|
840
|
-
document.addEventListener("mouseup",
|
|
840
|
+
document.addEventListener("mouseup", R), document.addEventListener("keyup", R);
|
|
841
841
|
}
|
|
842
842
|
}, []);
|
|
843
|
-
return /* @__PURE__ */
|
|
844
|
-
theme:
|
|
843
|
+
return /* @__PURE__ */ w(Zr, {
|
|
844
|
+
theme: g,
|
|
845
845
|
children: [
|
|
846
|
-
/* @__PURE__ */
|
|
846
|
+
/* @__PURE__ */ o(qr, {
|
|
847
847
|
recentPrompts: r,
|
|
848
|
-
suggestions:
|
|
849
|
-
isLoading:
|
|
850
|
-
onSelection:
|
|
851
|
-
anchorEl:
|
|
852
|
-
text:
|
|
848
|
+
suggestions: s,
|
|
849
|
+
isLoading: c,
|
|
850
|
+
onSelection: i,
|
|
851
|
+
anchorEl: C.current,
|
|
852
|
+
text: d,
|
|
853
853
|
recommendationsError: a
|
|
854
854
|
}),
|
|
855
|
-
t && /* @__PURE__ */
|
|
856
|
-
title:
|
|
855
|
+
t && /* @__PURE__ */ o(we, {
|
|
856
|
+
title: v("ai.buttons.clearChat"),
|
|
857
857
|
placement: "bottom-start",
|
|
858
|
-
children: /* @__PURE__ */
|
|
858
|
+
children: /* @__PURE__ */ o(jr, {
|
|
859
859
|
"aria-label": "clear history",
|
|
860
860
|
onClick: t,
|
|
861
|
-
children: /* @__PURE__ */
|
|
862
|
-
theme:
|
|
861
|
+
children: /* @__PURE__ */ o(Or, {
|
|
862
|
+
theme: g
|
|
863
863
|
})
|
|
864
864
|
})
|
|
865
865
|
}),
|
|
866
|
-
/* @__PURE__ */
|
|
866
|
+
/* @__PURE__ */ o(Vr, {
|
|
867
867
|
"aria-label": "chat input",
|
|
868
|
-
onBlur:
|
|
869
|
-
maxLength:
|
|
870
|
-
ref:
|
|
868
|
+
onBlur: S,
|
|
869
|
+
maxLength: Wr,
|
|
870
|
+
ref: C,
|
|
871
871
|
rows: 1,
|
|
872
|
-
onChange:
|
|
872
|
+
onChange: l,
|
|
873
873
|
spellCheck: "true",
|
|
874
|
-
placeholder:
|
|
875
|
-
value:
|
|
876
|
-
onKeyDown:
|
|
877
|
-
theme:
|
|
874
|
+
placeholder: b,
|
|
875
|
+
value: d,
|
|
876
|
+
onKeyDown: u,
|
|
877
|
+
theme: g
|
|
878
878
|
}),
|
|
879
|
-
/* @__PURE__ */
|
|
879
|
+
/* @__PURE__ */ o(Gr, {
|
|
880
880
|
"aria-label": "send chat message",
|
|
881
|
-
disabled:
|
|
882
|
-
onClick:
|
|
883
|
-
theme:
|
|
884
|
-
children: /* @__PURE__ */
|
|
881
|
+
disabled: n || d.length === 0,
|
|
882
|
+
onClick: m,
|
|
883
|
+
theme: g,
|
|
884
|
+
children: /* @__PURE__ */ o("span", {
|
|
885
885
|
"data-state": "closed",
|
|
886
|
-
children: /* @__PURE__ */
|
|
887
|
-
theme:
|
|
886
|
+
children: /* @__PURE__ */ o(Br, {
|
|
887
|
+
theme: g
|
|
888
888
|
})
|
|
889
889
|
})
|
|
890
890
|
})
|
|
891
891
|
]
|
|
892
892
|
});
|
|
893
893
|
}
|
|
894
|
-
|
|
895
|
-
|
|
894
|
+
function se() {
|
|
895
|
+
return se = Object.assign ? Object.assign.bind() : function(e) {
|
|
896
|
+
for (var t = 1; t < arguments.length; t++) {
|
|
897
|
+
var n = arguments[t];
|
|
898
|
+
for (var r in n)
|
|
899
|
+
Object.prototype.hasOwnProperty.call(n, r) && (e[r] = n[r]);
|
|
900
|
+
}
|
|
901
|
+
return e;
|
|
902
|
+
}, se.apply(this, arguments);
|
|
903
|
+
}
|
|
904
|
+
const _r = ["children", "options"], y = { blockQuote: "0", breakLine: "1", breakThematic: "2", codeBlock: "3", codeFenced: "4", codeInline: "5", footnote: "6", footnoteReference: "7", gfmTask: "8", heading: "9", headingSetext: "10", htmlBlock: "11", htmlComment: "12", htmlSelfClosing: "13", image: "14", link: "15", linkAngleBraceStyleDetector: "16", linkBareUrlDetector: "17", linkMailtoDetector: "18", newlineCoalescer: "19", orderedList: "20", paragraph: "21", ref: "22", refImage: "23", refLink: "24", table: "25", tableSeparator: "26", text: "27", textBolded: "28", textEmphasized: "29", textEscaped: "30", textMarked: "31", textStrikethroughed: "32", unorderedList: "33" };
|
|
905
|
+
var ft;
|
|
906
|
+
(function(e) {
|
|
907
|
+
e[e.MAX = 0] = "MAX", e[e.HIGH = 1] = "HIGH", e[e.MED = 2] = "MED", e[e.LOW = 3] = "LOW", e[e.MIN = 4] = "MIN";
|
|
908
|
+
})(ft || (ft = {}));
|
|
909
|
+
const mt = ["allowFullScreen", "allowTransparency", "autoComplete", "autoFocus", "autoPlay", "cellPadding", "cellSpacing", "charSet", "classId", "colSpan", "contentEditable", "contextMenu", "crossOrigin", "encType", "formAction", "formEncType", "formMethod", "formNoValidate", "formTarget", "frameBorder", "hrefLang", "inputMode", "keyParams", "keyType", "marginHeight", "marginWidth", "maxLength", "mediaGroup", "minLength", "noValidate", "radioGroup", "readOnly", "rowSpan", "spellCheck", "srcDoc", "srcLang", "srcSet", "tabIndex", "useMap"].reduce((e, t) => (e[t.toLowerCase()] = t, e), { class: "className", for: "htmlFor" }), bt = { amp: "&", apos: "'", gt: ">", lt: "<", nbsp: " ", quot: "“" }, Kr = ["style", "script"], Jr = ["src", "href", "data", "formAction", "srcDoc", "action"], Xr = /([-A-Z0-9_:]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|(?:\{((?:\\.|{[^}]*?}|[^}])*)\})))?/gi, Yr = /mailto:/i, eo = /\n{2,}$/, zt = /^(\s*>[\s\S]*?)(?=\n\n|$)/, to = /^ *> ?/gm, no = /^(?:\[!([^\]]*)\]\n)?([\s\S]*)/, ro = /^ {2,}\n/, oo = /^(?:( *[-*_])){3,} *(?:\n *)+\n/, qt = /^(?: {1,3})?(`{3,}|~{3,}) *(\S+)? *([^\n]*?)?\n([\s\S]*?)(?:\1\n?|$)/, Wt = /^(?: {4}[^\n]+\n*)+(?:\n *)+\n?/, io = /^(`+)((?:\\`|(?!\1)`|[^`])+)\1/, so = /^(?:\n *)*\n/, ao = /\r\n?/g, lo = /^\[\^([^\]]+)](:(.*)((\n+ {4,}.*)|(\n(?!\[\^).+))*)/, co = /^\[\^([^\]]+)]/, uo = /\f/g, po = /^---[ \t]*\n(.|\n)*\n---[ \t]*\n/, ho = /^\s*?\[(x|\s)\]/, Zt = /^ *(#{1,6}) *([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, jt = /^ *(#{1,6}) +([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, Vt = /^([^\n]+)\n *(=|-){3,} *(?:\n *)+\n/, Ge = /^ *(?!<[a-z][^ >/]* ?\/>)<([a-z][^ >/]*) ?((?:[^>]*[^/])?)>\n?(\s*(?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1\b)[\s\S])*?)<\/\1>(?!<\/\1>)\n*/i, go = /&([a-z0-9]+|#[0-9]{1,6}|#x[0-9a-fA-F]{1,6});/gi, Gt = /^<!--[\s\S]*?(?:-->)/, Co = /^(data|aria|x)-[a-z_][a-z\d_.-]*$/, Ue = /^ *<([a-z][a-z0-9:]*)(?:\s+((?:<.*?>|[^>])*))?\/?>(?!<\/\1>)(\s*\n)?/i, fo = /^\{.*\}$/, mo = /^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/, bo = /^<([^ >]+@[^ >]+)>/, xo = /^<([^ >]+:\/[^ >]+)>/, yo = /-([a-z])?/gi, Ut = /^(\|.*)\n(?: *(\|? *[-:]+ *\|[-| :]*)\n((?:.*\|.*\n)*))?\n?/, vo = /^\[([^\]]*)\]:\s+<?([^\s>]+)>?\s*("([^"]*)")?/, ko = /^!\[([^\]]*)\] ?\[([^\]]*)\]/, wo = /^\[([^\]]*)\] ?\[([^\]]*)\]/, So = /(\n|^[-*]\s|^#|^ {2,}|^-{2,}|^>\s)/, Mo = /\t/g, To = /(^ *\||\| *$)/g, Lo = /^ *:-+: *$/, Ro = /^ *:-+ *$/, Eo = /^ *-+: *$/, He = "((?:\\[.*?\\][([].*?[)\\]]|<.*?>(?:.*?<.*?>)?|`.*?`|\\\\\\1|[\\s\\S])+?)", Io = new RegExp(`^([*_])\\1${He}\\1\\1(?!\\1)`), No = new RegExp(`^([*_])${He}\\1(?!\\1)`), Fo = new RegExp(`^(==)${He}\\1`), Bo = new RegExp(`^(~~)${He}\\1`), Oo = /^\\([^0-9A-Za-z\s])/, xt = /\\([^0-9A-Za-z\s])/g, Ho = /^([\s\S](?:(?! |[0-9]\.)[^=*_~\-\n<`\\\[!])*)/, $o = /^\n+/, Po = /^([ \t]*)/, Do = /\\([^\\])/g, Ao = /(?:^|\n)( *)$/, ot = "(?:\\d+\\.)", it = "(?:[*+-])";
|
|
910
|
+
function Qt(e) {
|
|
911
|
+
return "( *)(" + (e === 1 ? ot : it) + ") +";
|
|
912
|
+
}
|
|
913
|
+
const _t = Qt(1), Kt = Qt(2);
|
|
914
|
+
function Jt(e) {
|
|
915
|
+
return new RegExp("^" + (e === 1 ? _t : Kt));
|
|
916
|
+
}
|
|
917
|
+
const zo = Jt(1), qo = Jt(2);
|
|
918
|
+
function Xt(e) {
|
|
919
|
+
return new RegExp("^" + (e === 1 ? _t : Kt) + "[^\\n]*(?:\\n(?!\\1" + (e === 1 ? ot : it) + " )[^\\n]*)*(\\n|$)", "gm");
|
|
920
|
+
}
|
|
921
|
+
const Wo = Xt(1), Zo = Xt(2);
|
|
922
|
+
function Yt(e) {
|
|
923
|
+
const t = e === 1 ? ot : it;
|
|
924
|
+
return new RegExp("^( *)(" + t + ") [\\s\\S]+?(?:\\n{2,}(?! )(?!\\1" + t + " (?!" + t + " ))\\n*|\\s*\\n*$)");
|
|
925
|
+
}
|
|
926
|
+
const en = Yt(1), tn = Yt(2);
|
|
927
|
+
function yt(e, t) {
|
|
928
|
+
const n = t === 1, r = n ? en : tn, s = n ? Wo : Zo, c = n ? zo : qo;
|
|
929
|
+
return { match: pe(function(a, p) {
|
|
930
|
+
const d = Ao.exec(p.prevCapture);
|
|
931
|
+
return d && (p.list || !p.inline && !p.simple) ? r.exec(a = d[1] + a) : null;
|
|
932
|
+
}), order: 1, parse(a, p, d) {
|
|
933
|
+
const h = n ? +a[2] : void 0, b = a[0].replace(eo, `
|
|
934
|
+
`).match(s);
|
|
935
|
+
let m = !1;
|
|
936
|
+
return { items: b.map(function(i, u) {
|
|
937
|
+
const l = c.exec(i)[0].length, C = new RegExp("^ {1," + l + "}", "gm"), g = i.replace(C, "").replace(c, ""), v = u === b.length - 1, S = g.indexOf(`
|
|
938
|
+
|
|
939
|
+
`) !== -1 || v && m;
|
|
940
|
+
m = S;
|
|
941
|
+
const x = d.inline, E = d.list;
|
|
942
|
+
let R;
|
|
943
|
+
d.list = !0, S ? (d.inline = !1, R = xe(g) + `
|
|
944
|
+
|
|
945
|
+
`) : (d.inline = !0, R = xe(g));
|
|
946
|
+
const M = p(R, d);
|
|
947
|
+
return d.inline = x, d.list = E, M;
|
|
948
|
+
}), ordered: n, start: h };
|
|
949
|
+
}, render: (a, p, d) => e(a.ordered ? "ol" : "ul", { key: d.key, start: a.type === y.orderedList ? a.start : void 0 }, a.items.map(function(h, b) {
|
|
950
|
+
return e("li", { key: b }, p(h, d));
|
|
951
|
+
})) };
|
|
952
|
+
}
|
|
953
|
+
const jo = new RegExp(`^\\[((?:\\[[^\\]]*\\]|[^\\[\\]]|\\](?=[^\\[]*\\]))*)\\]\\(\\s*<?((?:\\([^)]*\\)|[^\\s\\\\]|\\\\.)*?)>?(?:\\s+['"]([\\s\\S]*?)['"])?\\s*\\)`), Vo = /^!\[(.*?)\]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/, nn = [zt, qt, Wt, Zt, Vt, jt, Ut, en, tn], Go = [...nn, /^[^\n]+(?: \n|\n{2,})/, Ge, Gt, Ue];
|
|
954
|
+
function xe(e) {
|
|
955
|
+
let t = e.length;
|
|
956
|
+
for (; t > 0 && e[t - 1] <= " "; )
|
|
957
|
+
t--;
|
|
958
|
+
return e.slice(0, t);
|
|
959
|
+
}
|
|
960
|
+
function fe(e) {
|
|
961
|
+
return e.replace(/[ÀÁÂÃÄÅàáâãä忯]/g, "a").replace(/[çÇ]/g, "c").replace(/[ðÐ]/g, "d").replace(/[ÈÉÊËéèêë]/g, "e").replace(/[ÏïÎîÍíÌì]/g, "i").replace(/[Ññ]/g, "n").replace(/[øØœŒÕõÔôÓóÒò]/g, "o").replace(/[ÜüÛûÚúÙù]/g, "u").replace(/[ŸÿÝý]/g, "y").replace(/[^a-z0-9- ]/gi, "").replace(/ /gi, "-").toLowerCase();
|
|
962
|
+
}
|
|
963
|
+
function Uo(e) {
|
|
964
|
+
return Eo.test(e) ? "right" : Lo.test(e) ? "center" : Ro.test(e) ? "left" : null;
|
|
965
|
+
}
|
|
966
|
+
function vt(e, t, n, r) {
|
|
967
|
+
const s = n.inTable;
|
|
968
|
+
n.inTable = !0;
|
|
969
|
+
let c = [[]], a = "";
|
|
970
|
+
function p() {
|
|
971
|
+
if (!a)
|
|
972
|
+
return;
|
|
973
|
+
const d = c[c.length - 1];
|
|
974
|
+
d.push.apply(d, t(a, n)), a = "";
|
|
975
|
+
}
|
|
976
|
+
return e.trim().split(/(`[^`]*`|\\\||\|)/).filter(Boolean).forEach((d, h, b) => {
|
|
977
|
+
d.trim() === "|" && (p(), r) ? h !== 0 && h !== b.length - 1 && c.push([]) : a += d;
|
|
978
|
+
}), p(), n.inTable = s, c;
|
|
979
|
+
}
|
|
980
|
+
function Qo(e, t, n) {
|
|
981
|
+
n.inline = !0;
|
|
982
|
+
const r = e[2] ? e[2].replace(To, "").split("|").map(Uo) : [], s = e[3] ? function(a, p, d) {
|
|
983
|
+
return a.trim().split(`
|
|
984
|
+
`).map(function(h) {
|
|
985
|
+
return vt(h, p, d, !0);
|
|
986
|
+
});
|
|
987
|
+
}(e[3], t, n) : [], c = vt(e[1], t, n, !!s.length);
|
|
988
|
+
return n.inline = !1, s.length ? { align: r, cells: s, header: c, type: y.table } : { children: c, type: y.paragraph };
|
|
989
|
+
}
|
|
990
|
+
function kt(e, t) {
|
|
991
|
+
return e.align[t] == null ? {} : { textAlign: e.align[t] };
|
|
992
|
+
}
|
|
993
|
+
function pe(e) {
|
|
994
|
+
return e.inline = 1, e;
|
|
995
|
+
}
|
|
996
|
+
function re(e) {
|
|
997
|
+
return pe(function(t, n) {
|
|
998
|
+
return n.inline ? e.exec(t) : null;
|
|
999
|
+
});
|
|
1000
|
+
}
|
|
1001
|
+
function oe(e) {
|
|
1002
|
+
return pe(function(t, n) {
|
|
1003
|
+
return n.inline || n.simple ? e.exec(t) : null;
|
|
1004
|
+
});
|
|
1005
|
+
}
|
|
1006
|
+
function Y(e) {
|
|
1007
|
+
return function(t, n) {
|
|
1008
|
+
return n.inline || n.simple ? null : e.exec(t);
|
|
1009
|
+
};
|
|
1010
|
+
}
|
|
1011
|
+
function me(e) {
|
|
1012
|
+
return pe(function(t) {
|
|
1013
|
+
return e.exec(t);
|
|
1014
|
+
});
|
|
1015
|
+
}
|
|
1016
|
+
function _o(e, t) {
|
|
1017
|
+
if (t.inline || t.simple)
|
|
1018
|
+
return null;
|
|
1019
|
+
let n = "";
|
|
1020
|
+
e.split(`
|
|
1021
|
+
`).every((s) => (s += `
|
|
1022
|
+
`, !nn.some((c) => c.test(s)) && (n += s, !!s.trim())));
|
|
1023
|
+
const r = xe(n);
|
|
1024
|
+
return r == "" ? null : [n, , r];
|
|
1025
|
+
}
|
|
1026
|
+
const Ko = /(javascript|vbscript|data(?!:image)):/i;
|
|
1027
|
+
function Jo(e) {
|
|
1028
|
+
try {
|
|
1029
|
+
const t = decodeURIComponent(e).replace(/[^A-Za-z0-9/:]/g, "");
|
|
1030
|
+
if (Ko.test(t))
|
|
1031
|
+
return null;
|
|
1032
|
+
} catch (t) {
|
|
1033
|
+
return null;
|
|
1034
|
+
}
|
|
1035
|
+
return e;
|
|
1036
|
+
}
|
|
1037
|
+
function wt(e) {
|
|
1038
|
+
return e.replace(Do, "$1");
|
|
1039
|
+
}
|
|
1040
|
+
function Re(e, t, n) {
|
|
1041
|
+
const r = n.inline || !1, s = n.simple || !1;
|
|
1042
|
+
n.inline = !0, n.simple = !0;
|
|
1043
|
+
const c = e(t, n);
|
|
1044
|
+
return n.inline = r, n.simple = s, c;
|
|
1045
|
+
}
|
|
1046
|
+
function Xo(e, t, n) {
|
|
1047
|
+
const r = n.inline || !1, s = n.simple || !1;
|
|
1048
|
+
n.inline = !1, n.simple = !0;
|
|
1049
|
+
const c = e(t, n);
|
|
1050
|
+
return n.inline = r, n.simple = s, c;
|
|
1051
|
+
}
|
|
1052
|
+
function Yo(e, t, n) {
|
|
1053
|
+
const r = n.inline || !1;
|
|
1054
|
+
n.inline = !1;
|
|
1055
|
+
const s = e(t, n);
|
|
1056
|
+
return n.inline = r, s;
|
|
1057
|
+
}
|
|
1058
|
+
const De = (e, t, n) => ({ children: Re(t, e[2], n) });
|
|
1059
|
+
function Ae() {
|
|
1060
|
+
return {};
|
|
1061
|
+
}
|
|
1062
|
+
function ze() {
|
|
1063
|
+
return null;
|
|
1064
|
+
}
|
|
1065
|
+
function ei(...e) {
|
|
1066
|
+
return e.filter(Boolean).join(" ");
|
|
1067
|
+
}
|
|
1068
|
+
function qe(e, t, n) {
|
|
1069
|
+
let r = e;
|
|
1070
|
+
const s = t.split(".");
|
|
1071
|
+
for (; s.length && (r = r[s[0]], r !== void 0); )
|
|
1072
|
+
s.shift();
|
|
1073
|
+
return r || n;
|
|
1074
|
+
}
|
|
1075
|
+
function ti(e = "", t = {}) {
|
|
1076
|
+
function n(i, u, ...l) {
|
|
1077
|
+
const C = qe(t.overrides, `${i}.props`, {});
|
|
1078
|
+
return t.createElement(function(g, v) {
|
|
1079
|
+
const S = qe(v, g);
|
|
1080
|
+
return S ? typeof S == "function" || typeof S == "object" && "render" in S ? S : qe(v, `${g}.component`, g) : g;
|
|
1081
|
+
}(i, t.overrides), se({}, u, C, { className: ei(u == null ? void 0 : u.className, C.className) || void 0 }), ...l);
|
|
1082
|
+
}
|
|
1083
|
+
function r(i) {
|
|
1084
|
+
i = i.replace(po, "");
|
|
1085
|
+
let u = !1;
|
|
1086
|
+
t.forceInline ? u = !0 : t.forceBlock || (u = So.test(i) === !1);
|
|
1087
|
+
const l = h(d(u ? i : `${xe(i).replace($o, "")}
|
|
1088
|
+
|
|
1089
|
+
`, { inline: u }));
|
|
1090
|
+
for (; typeof l[l.length - 1] == "string" && !l[l.length - 1].trim(); )
|
|
1091
|
+
l.pop();
|
|
1092
|
+
if (t.wrapper === null)
|
|
1093
|
+
return l;
|
|
1094
|
+
const C = t.wrapper || (u ? "span" : "div");
|
|
1095
|
+
let g;
|
|
1096
|
+
if (l.length > 1 || t.forceWrapper)
|
|
1097
|
+
g = l;
|
|
1098
|
+
else {
|
|
1099
|
+
if (l.length === 1)
|
|
1100
|
+
return g = l[0], typeof g == "string" ? n("span", { key: "outer" }, g) : g;
|
|
1101
|
+
g = null;
|
|
1102
|
+
}
|
|
1103
|
+
return t.createElement(C, { key: "outer" }, g);
|
|
1104
|
+
}
|
|
1105
|
+
function s(i, u) {
|
|
1106
|
+
const l = u.match(Xr);
|
|
1107
|
+
return l ? l.reduce(function(C, g) {
|
|
1108
|
+
const v = g.indexOf("=");
|
|
1109
|
+
if (v !== -1) {
|
|
1110
|
+
const S = function(M) {
|
|
1111
|
+
return M.indexOf("-") !== -1 && M.match(Co) === null && (M = M.replace(yo, function(I, $) {
|
|
1112
|
+
return $.toUpperCase();
|
|
1113
|
+
})), M;
|
|
1114
|
+
}(g.slice(0, v)).trim(), x = function(M) {
|
|
1115
|
+
const I = M[0];
|
|
1116
|
+
return (I === '"' || I === "'") && M.length >= 2 && M[M.length - 1] === I ? M.slice(1, -1) : M;
|
|
1117
|
+
}(g.slice(v + 1).trim()), E = mt[S] || S;
|
|
1118
|
+
if (E === "ref")
|
|
1119
|
+
return C;
|
|
1120
|
+
const R = C[E] = function(M, I, $, ae) {
|
|
1121
|
+
return I === "style" ? function(Q) {
|
|
1122
|
+
const A = [];
|
|
1123
|
+
let U = "", F = !1, z = !1, X = "";
|
|
1124
|
+
if (!Q)
|
|
1125
|
+
return A;
|
|
1126
|
+
for (let G = 0; G < Q.length; G++) {
|
|
1127
|
+
const q = Q[G];
|
|
1128
|
+
if (q !== '"' && q !== "'" || F || (z ? q === X && (z = !1, X = "") : (z = !0, X = q)), q === "(" && U.endsWith("url") ? F = !0 : q === ")" && F && (F = !1), q !== ";" || z || F)
|
|
1129
|
+
U += q;
|
|
1130
|
+
else {
|
|
1131
|
+
const j = U.trim();
|
|
1132
|
+
if (j) {
|
|
1133
|
+
const te = j.indexOf(":");
|
|
1134
|
+
if (te > 0) {
|
|
1135
|
+
const le = j.slice(0, te).trim(), B = j.slice(te + 1).trim();
|
|
1136
|
+
A.push([le, B]);
|
|
1137
|
+
}
|
|
1138
|
+
}
|
|
1139
|
+
U = "";
|
|
1140
|
+
}
|
|
1141
|
+
}
|
|
1142
|
+
const _ = U.trim();
|
|
1143
|
+
if (_) {
|
|
1144
|
+
const G = _.indexOf(":");
|
|
1145
|
+
if (G > 0) {
|
|
1146
|
+
const q = _.slice(0, G).trim(), j = _.slice(G + 1).trim();
|
|
1147
|
+
A.push([q, j]);
|
|
1148
|
+
}
|
|
1149
|
+
}
|
|
1150
|
+
return A;
|
|
1151
|
+
}($).reduce(function(Q, [A, U]) {
|
|
1152
|
+
return Q[A.replace(/(-[a-z])/g, (F) => F[1].toUpperCase())] = ae(U, M, A), Q;
|
|
1153
|
+
}, {}) : Jr.indexOf(I) !== -1 ? ae($, M, I) : ($.match(fo) && ($ = $.slice(1, $.length - 1)), $ === "true" || $ !== "false" && $);
|
|
1154
|
+
}(i, S, x, t.sanitizer);
|
|
1155
|
+
typeof R == "string" && (Ge.test(R) || Ue.test(R)) && (C[E] = r(R.trim()));
|
|
1156
|
+
} else
|
|
1157
|
+
g !== "style" && (C[mt[g] || g] = !0);
|
|
1158
|
+
return C;
|
|
1159
|
+
}, {}) : null;
|
|
1160
|
+
}
|
|
1161
|
+
t.overrides = t.overrides || {}, t.sanitizer = t.sanitizer || Jo, t.slugify = t.slugify || fe, t.namedCodesToUnicode = t.namedCodesToUnicode ? se({}, bt, t.namedCodesToUnicode) : bt, t.createElement = t.createElement || K.createElement;
|
|
1162
|
+
const c = [], a = {}, p = { [y.blockQuote]: { match: Y(zt), order: 1, parse(i, u, l) {
|
|
1163
|
+
const [, C, g] = i[0].replace(to, "").match(no);
|
|
1164
|
+
return { alert: C, children: u(g, l) };
|
|
1165
|
+
}, render(i, u, l) {
|
|
1166
|
+
const C = { key: l.key };
|
|
1167
|
+
return i.alert && (C.className = "markdown-alert-" + t.slugify(i.alert.toLowerCase(), fe), i.children.unshift({ attrs: {}, children: [{ type: y.text, text: i.alert }], noInnerParse: !0, type: y.htmlBlock, tag: "header" })), n("blockquote", C, u(i.children, l));
|
|
1168
|
+
} }, [y.breakLine]: { match: me(ro), order: 1, parse: Ae, render: (i, u, l) => n("br", { key: l.key }) }, [y.breakThematic]: { match: Y(oo), order: 1, parse: Ae, render: (i, u, l) => n("hr", { key: l.key }) }, [y.codeBlock]: { match: Y(Wt), order: 0, parse: (i) => ({ lang: void 0, text: xe(i[0].replace(/^ {4}/gm, "")).replace(xt, "$1") }), render: (i, u, l) => n("pre", { key: l.key }, n("code", se({}, i.attrs, { className: i.lang ? `lang-${i.lang}` : "" }), i.text)) }, [y.codeFenced]: { match: Y(qt), order: 0, parse: (i) => ({ attrs: s("code", i[3] || ""), lang: i[2] || void 0, text: i[4], type: y.codeBlock }) }, [y.codeInline]: { match: oe(io), order: 3, parse: (i) => ({ text: i[2].replace(xt, "$1") }), render: (i, u, l) => n("code", { key: l.key }, i.text) }, [y.footnote]: { match: Y(lo), order: 0, parse: (i) => (c.push({ footnote: i[2], identifier: i[1] }), {}), render: ze }, [y.footnoteReference]: { match: re(co), order: 1, parse: (i) => ({ target: `#${t.slugify(i[1], fe)}`, text: i[1] }), render: (i, u, l) => n("a", { key: l.key, href: t.sanitizer(i.target, "a", "href") }, n("sup", { key: l.key }, i.text)) }, [y.gfmTask]: { match: re(ho), order: 1, parse: (i) => ({ completed: i[1].toLowerCase() === "x" }), render: (i, u, l) => n("input", { checked: i.completed, key: l.key, readOnly: !0, type: "checkbox" }) }, [y.heading]: { match: Y(t.enforceAtxHeadings ? jt : Zt), order: 1, parse: (i, u, l) => ({ children: Re(u, i[2], l), id: t.slugify(i[2], fe), level: i[1].length }), render: (i, u, l) => n(`h${i.level}`, { id: i.id, key: l.key }, u(i.children, l)) }, [y.headingSetext]: { match: Y(Vt), order: 0, parse: (i, u, l) => ({ children: Re(u, i[1], l), level: i[2] === "=" ? 1 : 2, type: y.heading }) }, [y.htmlBlock]: { match: me(Ge), order: 1, parse(i, u, l) {
|
|
1169
|
+
const [, C] = i[3].match(Po), g = new RegExp(`^${C}`, "gm"), v = i[3].replace(g, ""), S = (x = v, Go.some(($) => $.test(x)) ? Yo : Re);
|
|
1170
|
+
var x;
|
|
1171
|
+
const E = i[1].toLowerCase(), R = Kr.indexOf(E) !== -1, M = (R ? E : i[1]).trim(), I = { attrs: s(M, i[2]), noInnerParse: R, tag: M };
|
|
1172
|
+
return l.inAnchor = l.inAnchor || E === "a", R ? I.text = i[3] : I.children = S(u, v, l), l.inAnchor = !1, I;
|
|
1173
|
+
}, render: (i, u, l) => n(i.tag, se({ key: l.key }, i.attrs), i.text || (i.children ? u(i.children, l) : "")) }, [y.htmlSelfClosing]: { match: me(Ue), order: 1, parse(i) {
|
|
1174
|
+
const u = i[1].trim();
|
|
1175
|
+
return { attrs: s(u, i[2] || ""), tag: u };
|
|
1176
|
+
}, render: (i, u, l) => n(i.tag, se({}, i.attrs, { key: l.key })) }, [y.htmlComment]: { match: me(Gt), order: 1, parse: () => ({}), render: ze }, [y.image]: { match: oe(Vo), order: 1, parse: (i) => ({ alt: i[1], target: wt(i[2]), title: i[3] }), render: (i, u, l) => n("img", { key: l.key, alt: i.alt || void 0, title: i.title || void 0, src: t.sanitizer(i.target, "img", "src") }) }, [y.link]: { match: re(jo), order: 3, parse: (i, u, l) => ({ children: Xo(u, i[1], l), target: wt(i[2]), title: i[3] }), render: (i, u, l) => n("a", { key: l.key, href: t.sanitizer(i.target, "a", "href"), title: i.title }, u(i.children, l)) }, [y.linkAngleBraceStyleDetector]: { match: re(xo), order: 0, parse: (i) => ({ children: [{ text: i[1], type: y.text }], target: i[1], type: y.link }) }, [y.linkBareUrlDetector]: { match: pe((i, u) => u.inAnchor || t.disableAutoLink ? null : re(mo)(i, u)), order: 0, parse: (i) => ({ children: [{ text: i[1], type: y.text }], target: i[1], title: void 0, type: y.link }) }, [y.linkMailtoDetector]: { match: re(bo), order: 0, parse(i) {
|
|
1177
|
+
let u = i[1], l = i[1];
|
|
1178
|
+
return Yr.test(l) || (l = "mailto:" + l), { children: [{ text: u.replace("mailto:", ""), type: y.text }], target: l, type: y.link };
|
|
1179
|
+
} }, [y.orderedList]: yt(n, 1), [y.unorderedList]: yt(n, 2), [y.newlineCoalescer]: { match: Y(so), order: 3, parse: Ae, render: () => `
|
|
1180
|
+
` }, [y.paragraph]: { match: pe(_o), order: 3, parse: De, render: (i, u, l) => n("p", { key: l.key }, u(i.children, l)) }, [y.ref]: { match: re(vo), order: 0, parse: (i) => (a[i[1]] = { target: i[2], title: i[4] }, {}), render: ze }, [y.refImage]: { match: oe(ko), order: 0, parse: (i) => ({ alt: i[1] || void 0, ref: i[2] }), render: (i, u, l) => a[i.ref] ? n("img", { key: l.key, alt: i.alt, src: t.sanitizer(a[i.ref].target, "img", "src"), title: a[i.ref].title }) : null }, [y.refLink]: { match: re(wo), order: 0, parse: (i, u, l) => ({ children: u(i[1], l), fallbackChildren: i[0], ref: i[2] }), render: (i, u, l) => a[i.ref] ? n("a", { key: l.key, href: t.sanitizer(a[i.ref].target, "a", "href"), title: a[i.ref].title }, u(i.children, l)) : n("span", { key: l.key }, i.fallbackChildren) }, [y.table]: { match: Y(Ut), order: 1, parse: Qo, render(i, u, l) {
|
|
1181
|
+
const C = i;
|
|
1182
|
+
return n("table", { key: l.key }, n("thead", null, n("tr", null, C.header.map(function(g, v) {
|
|
1183
|
+
return n("th", { key: v, style: kt(C, v) }, u(g, l));
|
|
1184
|
+
}))), n("tbody", null, C.cells.map(function(g, v) {
|
|
1185
|
+
return n("tr", { key: v }, g.map(function(S, x) {
|
|
1186
|
+
return n("td", { key: x, style: kt(C, x) }, u(S, l));
|
|
1187
|
+
}));
|
|
1188
|
+
})));
|
|
1189
|
+
} }, [y.text]: { match: me(Ho), order: 4, parse: (i) => ({ text: i[0].replace(go, (u, l) => t.namedCodesToUnicode[l] ? t.namedCodesToUnicode[l] : u) }), render: (i) => i.text }, [y.textBolded]: { match: oe(Io), order: 2, parse: (i, u, l) => ({ children: u(i[2], l) }), render: (i, u, l) => n("strong", { key: l.key }, u(i.children, l)) }, [y.textEmphasized]: { match: oe(No), order: 3, parse: (i, u, l) => ({ children: u(i[2], l) }), render: (i, u, l) => n("em", { key: l.key }, u(i.children, l)) }, [y.textEscaped]: { match: oe(Oo), order: 1, parse: (i) => ({ text: i[1], type: y.text }) }, [y.textMarked]: { match: oe(Fo), order: 3, parse: De, render: (i, u, l) => n("mark", { key: l.key }, u(i.children, l)) }, [y.textStrikethroughed]: { match: oe(Bo), order: 3, parse: De, render: (i, u, l) => n("del", { key: l.key }, u(i.children, l)) } };
|
|
1190
|
+
t.disableParsingRawHTML === !0 && (delete p[y.htmlBlock], delete p[y.htmlSelfClosing]);
|
|
1191
|
+
const d = function(i) {
|
|
1192
|
+
let u = Object.keys(i);
|
|
1193
|
+
function l(C, g) {
|
|
1194
|
+
let v, S, x = [], E = "", R = "";
|
|
1195
|
+
for (g.prevCapture = g.prevCapture || ""; C; ) {
|
|
1196
|
+
let M = 0;
|
|
1197
|
+
for (; M < u.length; ) {
|
|
1198
|
+
if (E = u[M], v = i[E], g.inline && !v.match.inline) {
|
|
1199
|
+
M++;
|
|
1200
|
+
continue;
|
|
1201
|
+
}
|
|
1202
|
+
const I = v.match(C, g);
|
|
1203
|
+
if (I) {
|
|
1204
|
+
R = I[0], g.prevCapture += R, C = C.substring(R.length), S = v.parse(I, l, g), S.type == null && (S.type = E), x.push(S);
|
|
1205
|
+
break;
|
|
1206
|
+
}
|
|
1207
|
+
M++;
|
|
1208
|
+
}
|
|
1209
|
+
}
|
|
1210
|
+
return g.prevCapture = "", x;
|
|
1211
|
+
}
|
|
1212
|
+
return u.sort(function(C, g) {
|
|
1213
|
+
let v = i[C].order, S = i[g].order;
|
|
1214
|
+
return v !== S ? v - S : C < g ? -1 : 1;
|
|
1215
|
+
}), function(C, g) {
|
|
1216
|
+
return l(function(v) {
|
|
1217
|
+
return v.replace(ao, `
|
|
1218
|
+
`).replace(uo, "").replace(Mo, " ");
|
|
1219
|
+
}(C), g);
|
|
1220
|
+
};
|
|
1221
|
+
}(p), h = (b = /* @__PURE__ */ function(i, u) {
|
|
1222
|
+
return function(l, C, g) {
|
|
1223
|
+
const v = i[l.type].render;
|
|
1224
|
+
return u ? u(() => v(l, C, g), l, C, g) : v(l, C, g);
|
|
1225
|
+
};
|
|
1226
|
+
}(p, t.renderRule), function i(u, l = {}) {
|
|
1227
|
+
if (Array.isArray(u)) {
|
|
1228
|
+
const C = l.key, g = [];
|
|
1229
|
+
let v = !1;
|
|
1230
|
+
for (let S = 0; S < u.length; S++) {
|
|
1231
|
+
l.key = S;
|
|
1232
|
+
const x = i(u[S], l), E = typeof x == "string";
|
|
1233
|
+
E && v ? g[g.length - 1] += x : x !== null && g.push(x), v = E;
|
|
1234
|
+
}
|
|
1235
|
+
return l.key = C, g;
|
|
1236
|
+
}
|
|
1237
|
+
return b(u, i, l);
|
|
1238
|
+
});
|
|
1239
|
+
var b;
|
|
1240
|
+
const m = r(e);
|
|
1241
|
+
return c.length ? n("div", null, m, n("footer", { key: "footer" }, c.map(function(i) {
|
|
1242
|
+
return n("div", { id: t.slugify(i.identifier, fe), key: i.identifier }, i.identifier, h(d(i.footnote, { inline: !0 })));
|
|
1243
|
+
}))) : m;
|
|
1244
|
+
}
|
|
1245
|
+
const ni = (e) => {
|
|
1246
|
+
let { children: t = "", options: n } = e, r = function(s, c) {
|
|
1247
|
+
if (s == null)
|
|
1248
|
+
return {};
|
|
1249
|
+
var a, p, d = {}, h = Object.keys(s);
|
|
1250
|
+
for (p = 0; p < h.length; p++)
|
|
1251
|
+
c.indexOf(a = h[p]) >= 0 || (d[a] = s[a]);
|
|
1252
|
+
return d;
|
|
1253
|
+
}(e, _r);
|
|
1254
|
+
return K.cloneElement(ti(t, n), r);
|
|
1255
|
+
}, ri = /* @__PURE__ */ k("div", {
|
|
1256
|
+
target: "e1vkf9b40",
|
|
896
1257
|
label: "FlexContainer"
|
|
897
|
-
})("display:flex;", ({ align: e }) => e === "right" ?
|
|
1258
|
+
})("display:flex;", ({ align: e }) => e === "right" ? D`
|
|
898
1259
|
justify-content: flex-end;
|
|
899
|
-
` :
|
|
1260
|
+
` : D`
|
|
900
1261
|
justify-content: flex-start;
|
|
901
|
-
`),
|
|
902
|
-
target: "
|
|
1262
|
+
`), rn = /* @__PURE__ */ k("div", {
|
|
1263
|
+
target: "e1vkf9b41",
|
|
903
1264
|
label: "MessageContainer"
|
|
904
|
-
})("font-size:inherit;line-height:inherit;padding-top:8.5px;padding-bottom:8.5px;padding-left:0.5rem;padding-right:0.5rem;white-space:pre-wrap;overflow-wrap:break-word;box-sizing:border-box;", ({ align: e }) => e === "right" ?
|
|
1265
|
+
})("font-size:inherit;line-height:inherit;padding-top:8.5px;padding-bottom:8.5px;padding-left:0.5rem;padding-right:0.5rem;white-space:pre-wrap;overflow-wrap:break-word;box-sizing:border-box;", ({ align: e }) => e === "right" ? D`
|
|
905
1266
|
text-align: right;
|
|
906
1267
|
border-radius: 10px 10px 0px 10px;
|
|
907
|
-
` :
|
|
1268
|
+
` : D`
|
|
908
1269
|
text-align: left;
|
|
909
1270
|
border-radius: 10px 10px 10px 0px;
|
|
910
|
-
`, " ", ({ align: e }) => e !== "full" ?
|
|
1271
|
+
`, " ", ({ align: e }) => e !== "full" ? D`
|
|
911
1272
|
max-width: 85%;
|
|
912
|
-
` : "", " color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";background-color:", ({ theme: e, align: t }) => t === "right" ? e.aiChat.userMessages.backgroundColor : e.aiChat.systemMessages.backgroundColor, ";"),
|
|
913
|
-
const { themeSettings:
|
|
914
|
-
return /* @__PURE__ */
|
|
915
|
-
theme:
|
|
1273
|
+
` : "", " color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";background-color:", ({ theme: e, align: t }) => t === "right" ? e.aiChat.userMessages.backgroundColor : e.aiChat.systemMessages.backgroundColor, ";"), ie = ({ align: e, children: t }) => {
|
|
1274
|
+
const { themeSettings: n } = L();
|
|
1275
|
+
return /* @__PURE__ */ o(ri, {
|
|
1276
|
+
theme: n,
|
|
916
1277
|
align: e,
|
|
917
|
-
children: /* @__PURE__ */
|
|
918
|
-
theme:
|
|
1278
|
+
children: /* @__PURE__ */ o(rn, {
|
|
1279
|
+
theme: n,
|
|
919
1280
|
align: e,
|
|
920
|
-
children: t
|
|
1281
|
+
children: typeof t == "string" ? /* @__PURE__ */ o(ni, {
|
|
1282
|
+
children: t
|
|
1283
|
+
}) : t
|
|
921
1284
|
})
|
|
922
1285
|
});
|
|
923
1286
|
};
|
|
924
|
-
function
|
|
925
|
-
const { welcomeText: e } =
|
|
926
|
-
return e === !1 ? null : /* @__PURE__ */
|
|
1287
|
+
function oi() {
|
|
1288
|
+
const { welcomeText: e } = ee();
|
|
1289
|
+
return e === !1 ? null : /* @__PURE__ */ o(ie, {
|
|
927
1290
|
align: "left",
|
|
928
1291
|
children: e
|
|
929
1292
|
});
|
|
930
1293
|
}
|
|
931
|
-
const
|
|
1294
|
+
const ii = /* @__PURE__ */ k("div", {
|
|
932
1295
|
target: "e1r5p4wy0",
|
|
933
1296
|
label: "Container"
|
|
934
|
-
})("margin:auto;display:flex;flex-direction:column;align-items:center;row-gap:21px;"),
|
|
1297
|
+
})("margin:auto;display:flex;flex-direction:column;align-items:center;row-gap:21px;"), si = /* @__PURE__ */ k("div", {
|
|
935
1298
|
target: "e1r5p4wy1",
|
|
936
1299
|
label: "Title"
|
|
937
|
-
})("color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";text-align:center;font-weight:600;"),
|
|
1300
|
+
})("color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";text-align:center;font-weight:600;"), ai = /* @__PURE__ */ k("div", {
|
|
938
1301
|
target: "e1r5p4wy2",
|
|
939
1302
|
label: "ActionButton"
|
|
940
1303
|
})("color:rgba(54,163,217,1);cursor:pointer;");
|
|
941
|
-
function
|
|
942
|
-
const { themeSettings:
|
|
943
|
-
return /* @__PURE__ */
|
|
1304
|
+
function on({ text: e, action: t }) {
|
|
1305
|
+
const { themeSettings: n } = L();
|
|
1306
|
+
return /* @__PURE__ */ w(ii, {
|
|
944
1307
|
children: [
|
|
945
|
-
/* @__PURE__ */
|
|
946
|
-
theme:
|
|
1308
|
+
/* @__PURE__ */ o(si, {
|
|
1309
|
+
theme: n,
|
|
947
1310
|
children: e
|
|
948
1311
|
}),
|
|
949
|
-
/* @__PURE__ */
|
|
950
|
-
t && /* @__PURE__ */
|
|
1312
|
+
/* @__PURE__ */ o(Ln, {}),
|
|
1313
|
+
t && /* @__PURE__ */ o(ai, {
|
|
951
1314
|
onClick: t.onClick,
|
|
952
1315
|
children: t.text
|
|
953
1316
|
})
|
|
954
1317
|
]
|
|
955
1318
|
});
|
|
956
1319
|
}
|
|
957
|
-
const
|
|
1320
|
+
const Le = /* @__PURE__ */ k("div", {
|
|
958
1321
|
target: "e3ryei50",
|
|
959
1322
|
label: "Dot"
|
|
960
1323
|
})("width:5px;height:5px;border-radius:50%;background-color:", (e) => e.color, ";animation:hop 0.9s ease-out infinite;&:nth-of-type(2){animation-delay:0.1s;}&:nth-of-type(3){animation-delay:0.2s;}&:nth-of-type(4){animation-delay:0.3s;}@keyframes hop{0%,40%{transform:translateY(0);}20%{transform:translateY(-100%);}}");
|
|
961
|
-
function
|
|
962
|
-
const { themeSettings: e } =
|
|
963
|
-
return /* @__PURE__ */
|
|
1324
|
+
function st() {
|
|
1325
|
+
const { themeSettings: e } = L(), t = e.aiChat.icons.color;
|
|
1326
|
+
return /* @__PURE__ */ w("div", {
|
|
964
1327
|
className: "csdk-flex csdk-justify-between csdk-w-[28px] csdk-py-[14.5px]",
|
|
965
1328
|
"aria-label": "loading dots",
|
|
966
1329
|
children: [
|
|
967
|
-
/* @__PURE__ */
|
|
1330
|
+
/* @__PURE__ */ o(Le, {
|
|
968
1331
|
color: t
|
|
969
1332
|
}),
|
|
970
|
-
/* @__PURE__ */
|
|
1333
|
+
/* @__PURE__ */ o(Le, {
|
|
971
1334
|
color: t
|
|
972
1335
|
}),
|
|
973
|
-
/* @__PURE__ */
|
|
1336
|
+
/* @__PURE__ */ o(Le, {
|
|
974
1337
|
color: t
|
|
975
1338
|
}),
|
|
976
|
-
/* @__PURE__ */
|
|
1339
|
+
/* @__PURE__ */ o(Le, {
|
|
977
1340
|
color: t
|
|
978
1341
|
})
|
|
979
1342
|
]
|
|
980
1343
|
});
|
|
981
1344
|
}
|
|
982
|
-
const
|
|
1345
|
+
const li = /* @__PURE__ */ k("div", {
|
|
983
1346
|
target: "ed5z2fc0",
|
|
984
1347
|
label: "FlexContainer"
|
|
985
|
-
})("display:flex;", ({ align: e }) => e === "right" ?
|
|
1348
|
+
})("display:flex;", ({ align: e }) => e === "right" ? D`
|
|
986
1349
|
justify-content: flex-end;
|
|
987
|
-
` :
|
|
1350
|
+
` : D`
|
|
988
1351
|
justify-content: flex-start;
|
|
989
|
-
`),
|
|
1352
|
+
`), ci = /* @__PURE__ */ k("button", {
|
|
990
1353
|
target: "ed5z2fc1",
|
|
991
1354
|
label: "MessageButton"
|
|
992
|
-
})("font-family:inherit;font-size:inherit;line-height:inherit;border:", ({ theme: e }) => e.aiChat.clickableMessages.border, ";padding:0;cursor:pointer;color:", ({ theme: e }) => e.aiChat.clickableMessages.textColor, ";background-color:", ({ theme: e }) => e.aiChat.clickableMessages.backgroundColor, ";&:hover{color:", ({ theme: e }) => e.aiChat.clickableMessages.hover.textColor, ";background-color:", ({ theme: e }) => e.aiChat.clickableMessages.hover.backgroundColor, ";}border-radius:20px;", ({ align: e }) => e === "right" ?
|
|
1355
|
+
})("font-family:inherit;font-size:inherit;line-height:inherit;border:", ({ theme: e }) => e.aiChat.clickableMessages.border, ";padding:0;cursor:pointer;color:", ({ theme: e }) => e.aiChat.clickableMessages.textColor, ";background-color:", ({ theme: e }) => e.aiChat.clickableMessages.backgroundColor, ";&:hover{color:", ({ theme: e }) => e.aiChat.clickableMessages.hover.textColor, ";background-color:", ({ theme: e }) => e.aiChat.clickableMessages.hover.backgroundColor, ";}border-radius:20px;", ({ align: e }) => e === "right" ? D`
|
|
993
1356
|
text-align: right;
|
|
994
|
-
` :
|
|
1357
|
+
` : D`
|
|
995
1358
|
text-align: left;
|
|
996
|
-
`, " ", ({ align: e }) => e !== "full" ?
|
|
1359
|
+
`, " ", ({ align: e }) => e !== "full" ? D`
|
|
997
1360
|
max-width: 382px;
|
|
998
1361
|
` : "", " ", ({ theme: e }) => {
|
|
999
|
-
const { borderGradient: t, borderRadius:
|
|
1362
|
+
const { borderGradient: t, borderRadius: n } = e.aiChat.suggestions;
|
|
1000
1363
|
if (t) {
|
|
1001
|
-
const [r,
|
|
1002
|
-
return
|
|
1364
|
+
const [r, s] = t;
|
|
1365
|
+
return D`
|
|
1003
1366
|
border: none;
|
|
1004
1367
|
position: relative;
|
|
1005
|
-
border-radius: ${
|
|
1368
|
+
border-radius: ${n};
|
|
1006
1369
|
&:before {
|
|
1007
1370
|
content: '';
|
|
1008
1371
|
position: absolute;
|
|
@@ -1010,9 +1373,9 @@ const Y1 = /* @__PURE__ */ u("div", {
|
|
|
1010
1373
|
left: 0;
|
|
1011
1374
|
right: 0;
|
|
1012
1375
|
bottom: 0;
|
|
1013
|
-
border-radius: ${
|
|
1376
|
+
border-radius: ${n};
|
|
1014
1377
|
border: 1px solid transparent;
|
|
1015
|
-
background: linear-gradient(30deg, ${r}, ${
|
|
1378
|
+
background: linear-gradient(30deg, ${r}, ${s}) border-box;
|
|
1016
1379
|
-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
|
|
1017
1380
|
-webkit-mask-composite: destination-out;
|
|
1018
1381
|
mask-composite: exclude;
|
|
@@ -1021,48 +1384,48 @@ const Y1 = /* @__PURE__ */ u("div", {
|
|
|
1021
1384
|
}
|
|
1022
1385
|
return "";
|
|
1023
1386
|
});
|
|
1024
|
-
function
|
|
1025
|
-
const { themeSettings: a } =
|
|
1026
|
-
return /* @__PURE__ */
|
|
1387
|
+
function Ie({ children: e, align: t, onClick: n, onMouseEnter: r, onMouseLeave: s, accessibleName: c }) {
|
|
1388
|
+
const { themeSettings: a } = L();
|
|
1389
|
+
return /* @__PURE__ */ o(li, {
|
|
1027
1390
|
align: t,
|
|
1028
|
-
children: /* @__PURE__ */
|
|
1029
|
-
"aria-label":
|
|
1391
|
+
children: /* @__PURE__ */ o(ci, {
|
|
1392
|
+
"aria-label": c,
|
|
1030
1393
|
theme: a,
|
|
1031
|
-
onClick:
|
|
1394
|
+
onClick: n,
|
|
1032
1395
|
align: t,
|
|
1033
1396
|
onMouseEnter: r,
|
|
1034
|
-
onMouseLeave:
|
|
1397
|
+
onMouseLeave: s,
|
|
1035
1398
|
children: e
|
|
1036
1399
|
})
|
|
1037
1400
|
});
|
|
1038
1401
|
}
|
|
1039
|
-
function
|
|
1040
|
-
const { t:
|
|
1041
|
-
return /* @__PURE__ */
|
|
1402
|
+
function di({ onCancel: e, onConfirm: t }) {
|
|
1403
|
+
const { t: n } = H();
|
|
1404
|
+
return /* @__PURE__ */ w(V, {
|
|
1042
1405
|
children: [
|
|
1043
|
-
/* @__PURE__ */
|
|
1406
|
+
/* @__PURE__ */ o(ie, {
|
|
1044
1407
|
align: "left",
|
|
1045
|
-
children:
|
|
1408
|
+
children: n("ai.clearHistoryPrompt")
|
|
1046
1409
|
}),
|
|
1047
|
-
/* @__PURE__ */
|
|
1410
|
+
/* @__PURE__ */ w("div", {
|
|
1048
1411
|
className: "csdk-flex csdk-gap-x-2",
|
|
1049
1412
|
children: [
|
|
1050
|
-
/* @__PURE__ */
|
|
1413
|
+
/* @__PURE__ */ o(Ie, {
|
|
1051
1414
|
align: "right",
|
|
1052
1415
|
onClick: t,
|
|
1053
1416
|
accessibleName: "confirm clear chat",
|
|
1054
|
-
children: /* @__PURE__ */
|
|
1417
|
+
children: /* @__PURE__ */ o("div", {
|
|
1055
1418
|
className: "csdk-py-[6px] csdk-px-[20px]",
|
|
1056
|
-
children:
|
|
1419
|
+
children: n("ai.buttons.yes")
|
|
1057
1420
|
})
|
|
1058
1421
|
}),
|
|
1059
|
-
/* @__PURE__ */
|
|
1422
|
+
/* @__PURE__ */ o(Ie, {
|
|
1060
1423
|
align: "right",
|
|
1061
1424
|
onClick: e,
|
|
1062
1425
|
accessibleName: "cancel clear chat",
|
|
1063
|
-
children: /* @__PURE__ */
|
|
1426
|
+
children: /* @__PURE__ */ o("div", {
|
|
1064
1427
|
className: "csdk-py-[6px] csdk-px-[20px]",
|
|
1065
|
-
children:
|
|
1428
|
+
children: n("ai.buttons.no")
|
|
1066
1429
|
})
|
|
1067
1430
|
})
|
|
1068
1431
|
]
|
|
@@ -1070,32 +1433,32 @@ function eo({ onCancel: e, onConfirm: t }) {
|
|
|
1070
1433
|
]
|
|
1071
1434
|
});
|
|
1072
1435
|
}
|
|
1073
|
-
function
|
|
1074
|
-
return
|
|
1436
|
+
function ui(e) {
|
|
1437
|
+
return En("MuiDialog", e);
|
|
1075
1438
|
}
|
|
1076
|
-
const
|
|
1077
|
-
process.env.NODE_ENV !== "production" && (
|
|
1078
|
-
const
|
|
1439
|
+
const We = Rn("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), sn = /* @__PURE__ */ K.createContext({});
|
|
1440
|
+
process.env.NODE_ENV !== "production" && (sn.displayName = "DialogContext");
|
|
1441
|
+
const pi = Ne(In, {
|
|
1079
1442
|
name: "MuiDialog",
|
|
1080
1443
|
slot: "Backdrop",
|
|
1081
1444
|
overrides: (e, t) => t.backdrop
|
|
1082
1445
|
})({
|
|
1083
1446
|
// Improve scrollable dialog support.
|
|
1084
1447
|
zIndex: -1
|
|
1085
|
-
}),
|
|
1448
|
+
}), hi = (e) => {
|
|
1086
1449
|
const {
|
|
1087
1450
|
classes: t,
|
|
1088
|
-
scroll:
|
|
1451
|
+
scroll: n,
|
|
1089
1452
|
maxWidth: r,
|
|
1090
|
-
fullWidth:
|
|
1091
|
-
fullScreen:
|
|
1453
|
+
fullWidth: s,
|
|
1454
|
+
fullScreen: c
|
|
1092
1455
|
} = e, a = {
|
|
1093
1456
|
root: ["root"],
|
|
1094
|
-
container: ["container", `scroll${
|
|
1095
|
-
paper: ["paper", `paperScroll${
|
|
1457
|
+
container: ["container", `scroll${de(n)}`],
|
|
1458
|
+
paper: ["paper", `paperScroll${de(n)}`, `paperWidth${de(String(r))}`, s && "paperFullWidth", c && "paperFullScreen"]
|
|
1096
1459
|
};
|
|
1097
|
-
return
|
|
1098
|
-
},
|
|
1460
|
+
return $n(a, ui, t);
|
|
1461
|
+
}, gi = Ne(Nn, {
|
|
1099
1462
|
name: "MuiDialog",
|
|
1100
1463
|
slot: "Root",
|
|
1101
1464
|
overridesResolver: (e, t) => t.root
|
|
@@ -1104,187 +1467,288 @@ const oo = ["aria-describedby", "aria-labelledby", "BackdropComponent", "Backdro
|
|
|
1104
1467
|
// Use !important to override the Modal inline-style.
|
|
1105
1468
|
position: "absolute !important"
|
|
1106
1469
|
}
|
|
1107
|
-
}),
|
|
1470
|
+
}), Ci = Ne("div", {
|
|
1108
1471
|
name: "MuiDialog",
|
|
1109
1472
|
slot: "Container",
|
|
1110
1473
|
overridesResolver: (e, t) => {
|
|
1111
1474
|
const {
|
|
1112
|
-
ownerState:
|
|
1475
|
+
ownerState: n
|
|
1113
1476
|
} = e;
|
|
1114
|
-
return [t.container, t[`scroll${
|
|
1477
|
+
return [t.container, t[`scroll${de(n.scroll)}`]];
|
|
1115
1478
|
}
|
|
1116
|
-
})(
|
|
1117
|
-
ownerState: e
|
|
1118
|
-
}) => V({
|
|
1479
|
+
})({
|
|
1119
1480
|
height: "100%",
|
|
1120
1481
|
"@media print": {
|
|
1121
1482
|
height: "auto"
|
|
1122
1483
|
},
|
|
1123
1484
|
// We disable the focus ring for mouse, touch and keyboard users.
|
|
1124
|
-
outline: 0
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1485
|
+
outline: 0,
|
|
1486
|
+
variants: [{
|
|
1487
|
+
props: {
|
|
1488
|
+
scroll: "paper"
|
|
1489
|
+
},
|
|
1490
|
+
style: {
|
|
1491
|
+
display: "flex",
|
|
1492
|
+
justifyContent: "center",
|
|
1493
|
+
alignItems: "center"
|
|
1494
|
+
}
|
|
1495
|
+
}, {
|
|
1496
|
+
props: {
|
|
1497
|
+
scroll: "body"
|
|
1498
|
+
},
|
|
1499
|
+
style: {
|
|
1500
|
+
overflowY: "auto",
|
|
1501
|
+
overflowX: "hidden",
|
|
1502
|
+
textAlign: "center",
|
|
1503
|
+
"&::after": {
|
|
1504
|
+
content: '""',
|
|
1505
|
+
display: "inline-block",
|
|
1506
|
+
verticalAlign: "middle",
|
|
1507
|
+
height: "100%",
|
|
1508
|
+
width: "0"
|
|
1509
|
+
}
|
|
1510
|
+
}
|
|
1511
|
+
}]
|
|
1512
|
+
}), fi = Ne(It, {
|
|
1141
1513
|
name: "MuiDialog",
|
|
1142
1514
|
slot: "Paper",
|
|
1143
1515
|
overridesResolver: (e, t) => {
|
|
1144
1516
|
const {
|
|
1145
|
-
ownerState:
|
|
1517
|
+
ownerState: n
|
|
1146
1518
|
} = e;
|
|
1147
|
-
return [t.paper, t[`scrollPaper${
|
|
1519
|
+
return [t.paper, t[`scrollPaper${de(n.scroll)}`], t[`paperWidth${de(String(n.maxWidth))}`], n.fullWidth && t.paperFullWidth, n.fullScreen && t.paperFullScreen];
|
|
1148
1520
|
}
|
|
1149
|
-
})(({
|
|
1150
|
-
theme: e
|
|
1151
|
-
|
|
1152
|
-
}) => V({
|
|
1521
|
+
})(Fn(({
|
|
1522
|
+
theme: e
|
|
1523
|
+
}) => ({
|
|
1153
1524
|
margin: 32,
|
|
1154
1525
|
position: "relative",
|
|
1155
1526
|
overflowY: "auto",
|
|
1156
|
-
// Fix IE11 issue, to remove at some point.
|
|
1157
1527
|
"@media print": {
|
|
1158
1528
|
overflowY: "visible",
|
|
1159
1529
|
boxShadow: "none"
|
|
1160
|
-
}
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
// 'initial' doesn't work on IE11
|
|
1170
|
-
}, !t.maxWidth && {
|
|
1171
|
-
maxWidth: "calc(100% - 64px)"
|
|
1172
|
-
}, t.maxWidth === "xs" && {
|
|
1173
|
-
maxWidth: e.breakpoints.unit === "px" ? Math.max(e.breakpoints.values.xs, 444) : `max(${e.breakpoints.values.xs}${e.breakpoints.unit}, 444px)`,
|
|
1174
|
-
[`&.${ye.paperScrollBody}`]: {
|
|
1175
|
-
[e.breakpoints.down(Math.max(e.breakpoints.values.xs, 444) + 32 * 2)]: {
|
|
1176
|
-
maxWidth: "calc(100% - 64px)"
|
|
1530
|
+
},
|
|
1531
|
+
variants: [{
|
|
1532
|
+
props: {
|
|
1533
|
+
scroll: "paper"
|
|
1534
|
+
},
|
|
1535
|
+
style: {
|
|
1536
|
+
display: "flex",
|
|
1537
|
+
flexDirection: "column",
|
|
1538
|
+
maxHeight: "calc(100% - 64px)"
|
|
1177
1539
|
}
|
|
1178
|
-
}
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1540
|
+
}, {
|
|
1541
|
+
props: {
|
|
1542
|
+
scroll: "body"
|
|
1543
|
+
},
|
|
1544
|
+
style: {
|
|
1545
|
+
display: "inline-block",
|
|
1546
|
+
verticalAlign: "middle",
|
|
1547
|
+
textAlign: "initial"
|
|
1548
|
+
}
|
|
1549
|
+
}, {
|
|
1550
|
+
props: ({
|
|
1551
|
+
ownerState: t
|
|
1552
|
+
}) => !t.maxWidth,
|
|
1553
|
+
style: {
|
|
1183
1554
|
maxWidth: "calc(100% - 64px)"
|
|
1184
1555
|
}
|
|
1185
|
-
}
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
},
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1556
|
+
}, {
|
|
1557
|
+
props: {
|
|
1558
|
+
maxWidth: "xs"
|
|
1559
|
+
},
|
|
1560
|
+
style: {
|
|
1561
|
+
maxWidth: e.breakpoints.unit === "px" ? Math.max(e.breakpoints.values.xs, 444) : `max(${e.breakpoints.values.xs}${e.breakpoints.unit}, 444px)`,
|
|
1562
|
+
[`&.${We.paperScrollBody}`]: {
|
|
1563
|
+
[e.breakpoints.down(Math.max(e.breakpoints.values.xs, 444) + 32 * 2)]: {
|
|
1564
|
+
maxWidth: "calc(100% - 64px)"
|
|
1565
|
+
}
|
|
1566
|
+
}
|
|
1567
|
+
}
|
|
1568
|
+
}, ...Object.keys(e.breakpoints.values).filter((t) => t !== "xs").map((t) => ({
|
|
1569
|
+
props: {
|
|
1570
|
+
maxWidth: t
|
|
1571
|
+
},
|
|
1572
|
+
style: {
|
|
1573
|
+
maxWidth: `${e.breakpoints.values[t]}${e.breakpoints.unit}`,
|
|
1574
|
+
[`&.${We.paperScrollBody}`]: {
|
|
1575
|
+
[e.breakpoints.down(e.breakpoints.values[t] + 32 * 2)]: {
|
|
1576
|
+
maxWidth: "calc(100% - 64px)"
|
|
1577
|
+
}
|
|
1578
|
+
}
|
|
1579
|
+
}
|
|
1580
|
+
})), {
|
|
1581
|
+
props: ({
|
|
1582
|
+
ownerState: t
|
|
1583
|
+
}) => t.fullWidth,
|
|
1584
|
+
style: {
|
|
1585
|
+
width: "calc(100% - 64px)"
|
|
1586
|
+
}
|
|
1587
|
+
}, {
|
|
1588
|
+
props: ({
|
|
1589
|
+
ownerState: t
|
|
1590
|
+
}) => t.fullScreen,
|
|
1591
|
+
style: {
|
|
1592
|
+
margin: 0,
|
|
1593
|
+
width: "100%",
|
|
1594
|
+
maxWidth: "100%",
|
|
1595
|
+
height: "100%",
|
|
1596
|
+
maxHeight: "none",
|
|
1597
|
+
borderRadius: 0,
|
|
1598
|
+
[`&.${We.paperScrollBody}`]: {
|
|
1599
|
+
margin: 0,
|
|
1600
|
+
maxWidth: "100%"
|
|
1601
|
+
}
|
|
1602
|
+
}
|
|
1603
|
+
}]
|
|
1604
|
+
}))), an = /* @__PURE__ */ K.forwardRef(function(t, n) {
|
|
1605
|
+
const r = Bn({
|
|
1201
1606
|
props: t,
|
|
1202
1607
|
name: "MuiDialog"
|
|
1203
|
-
}),
|
|
1204
|
-
enter:
|
|
1205
|
-
exit:
|
|
1206
|
-
}, {
|
|
1608
|
+
}), s = On(), c = {
|
|
1609
|
+
enter: s.transitions.duration.enteringScreen,
|
|
1610
|
+
exit: s.transitions.duration.leavingScreen
|
|
1611
|
+
}, dt = r, {
|
|
1207
1612
|
"aria-describedby": a,
|
|
1208
|
-
"aria-labelledby":
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1613
|
+
"aria-labelledby": p,
|
|
1614
|
+
"aria-modal": d = !0,
|
|
1615
|
+
BackdropComponent: h,
|
|
1616
|
+
BackdropProps: b,
|
|
1617
|
+
children: m,
|
|
1618
|
+
className: i,
|
|
1619
|
+
disableEscapeKeyDown: u = !1,
|
|
1620
|
+
fullScreen: l = !1,
|
|
1621
|
+
fullWidth: C = !1,
|
|
1622
|
+
maxWidth: g = "sm",
|
|
1623
|
+
onBackdropClick: v,
|
|
1624
|
+
onClick: S,
|
|
1625
|
+
onClose: x,
|
|
1626
|
+
open: E,
|
|
1627
|
+
PaperComponent: R = It,
|
|
1628
|
+
PaperProps: M = {},
|
|
1629
|
+
scroll: I = "paper",
|
|
1630
|
+
slots: $ = {},
|
|
1631
|
+
slotProps: ae = {},
|
|
1632
|
+
TransitionComponent: Q = gt,
|
|
1633
|
+
transitionDuration: A = c,
|
|
1634
|
+
TransitionProps: U
|
|
1635
|
+
} = dt, F = $e(dt, [
|
|
1636
|
+
"aria-describedby",
|
|
1637
|
+
"aria-labelledby",
|
|
1638
|
+
"aria-modal",
|
|
1639
|
+
"BackdropComponent",
|
|
1640
|
+
"BackdropProps",
|
|
1641
|
+
"children",
|
|
1642
|
+
"className",
|
|
1643
|
+
"disableEscapeKeyDown",
|
|
1644
|
+
"fullScreen",
|
|
1645
|
+
"fullWidth",
|
|
1646
|
+
"maxWidth",
|
|
1647
|
+
"onBackdropClick",
|
|
1648
|
+
"onClick",
|
|
1649
|
+
"onClose",
|
|
1650
|
+
"open",
|
|
1651
|
+
"PaperComponent",
|
|
1652
|
+
"PaperProps",
|
|
1653
|
+
"scroll",
|
|
1654
|
+
"slots",
|
|
1655
|
+
"slotProps",
|
|
1656
|
+
"TransitionComponent",
|
|
1657
|
+
"transitionDuration",
|
|
1658
|
+
"TransitionProps"
|
|
1659
|
+
]), z = N(T({}, r), {
|
|
1660
|
+
disableEscapeKeyDown: u,
|
|
1661
|
+
fullScreen: l,
|
|
1662
|
+
fullWidth: C,
|
|
1663
|
+
maxWidth: g,
|
|
1664
|
+
scroll: I
|
|
1665
|
+
}), X = hi(z), _ = K.useRef(), G = (ce) => {
|
|
1666
|
+
_.current = ce.target === ce.currentTarget;
|
|
1667
|
+
}, q = (ce) => {
|
|
1668
|
+
S && S(ce), _.current && (_.current = null, v && v(ce), x && x(ce, "backdropClick"));
|
|
1669
|
+
}, j = Hn(p), te = K.useMemo(() => ({
|
|
1670
|
+
titleId: j
|
|
1671
|
+
}), [j]), le = T({
|
|
1672
|
+
transition: Q
|
|
1673
|
+
}, $), B = T({
|
|
1674
|
+
transition: U,
|
|
1675
|
+
paper: M,
|
|
1676
|
+
backdrop: b
|
|
1677
|
+
}, ae), W = {
|
|
1678
|
+
slots: le,
|
|
1679
|
+
slotProps: B
|
|
1680
|
+
}, [Se, ct] = ge("root", {
|
|
1681
|
+
elementType: gi,
|
|
1682
|
+
shouldForwardComponentProp: !0,
|
|
1683
|
+
externalForwardedProps: W,
|
|
1684
|
+
ownerState: z,
|
|
1685
|
+
className: Pe(X.root, i),
|
|
1686
|
+
ref: n
|
|
1687
|
+
}), [Me, dn] = ge("backdrop", {
|
|
1688
|
+
elementType: pi,
|
|
1689
|
+
shouldForwardComponentProp: !0,
|
|
1690
|
+
externalForwardedProps: W,
|
|
1691
|
+
ownerState: z
|
|
1692
|
+
}), [un, pn] = ge("paper", {
|
|
1693
|
+
elementType: fi,
|
|
1694
|
+
shouldForwardComponentProp: !0,
|
|
1695
|
+
externalForwardedProps: W,
|
|
1696
|
+
ownerState: z,
|
|
1697
|
+
className: Pe(X.paper, M.className)
|
|
1698
|
+
}), [hn, gn] = ge("container", {
|
|
1699
|
+
elementType: Ci,
|
|
1700
|
+
externalForwardedProps: W,
|
|
1701
|
+
ownerState: z,
|
|
1702
|
+
className: Pe(X.container)
|
|
1703
|
+
}), [Cn, fn] = ge("transition", {
|
|
1704
|
+
elementType: gt,
|
|
1705
|
+
externalForwardedProps: W,
|
|
1706
|
+
ownerState: z,
|
|
1707
|
+
additionalProps: {
|
|
1708
|
+
appear: !0,
|
|
1709
|
+
in: E,
|
|
1710
|
+
timeout: A,
|
|
1711
|
+
role: "presentation"
|
|
1712
|
+
}
|
|
1713
|
+
});
|
|
1714
|
+
return /* @__PURE__ */ Ce(Se, N(T(T({
|
|
1242
1715
|
closeAfterTransition: !0,
|
|
1243
|
-
|
|
1244
|
-
|
|
1716
|
+
slots: {
|
|
1717
|
+
backdrop: Me
|
|
1245
1718
|
},
|
|
1246
|
-
|
|
1247
|
-
backdrop:
|
|
1248
|
-
transitionDuration:
|
|
1249
|
-
as:
|
|
1250
|
-
},
|
|
1719
|
+
slotProps: {
|
|
1720
|
+
backdrop: T({
|
|
1721
|
+
transitionDuration: A,
|
|
1722
|
+
as: h
|
|
1723
|
+
}, dn)
|
|
1251
1724
|
},
|
|
1252
|
-
disableEscapeKeyDown:
|
|
1253
|
-
onClose:
|
|
1254
|
-
open:
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
role: "presentation"
|
|
1264
|
-
}, fe, {
|
|
1265
|
-
children: /* @__PURE__ */ ee(so, {
|
|
1266
|
-
className: xe(Y.container),
|
|
1267
|
-
onMouseDown: se,
|
|
1268
|
-
ownerState: q,
|
|
1269
|
-
children: /* @__PURE__ */ ee(ao, V({
|
|
1270
|
-
as: G,
|
|
1725
|
+
disableEscapeKeyDown: u,
|
|
1726
|
+
onClose: x,
|
|
1727
|
+
open: E,
|
|
1728
|
+
onClick: q
|
|
1729
|
+
}, ct), F), {
|
|
1730
|
+
children: /* @__PURE__ */ Ce(Cn, N(T({}, fn), {
|
|
1731
|
+
children: /* @__PURE__ */ Ce(hn, N(T({
|
|
1732
|
+
onMouseDown: G
|
|
1733
|
+
}, gn), {
|
|
1734
|
+
children: /* @__PURE__ */ Ce(un, N(T({
|
|
1735
|
+
as: R,
|
|
1271
1736
|
elevation: 24,
|
|
1272
1737
|
role: "dialog",
|
|
1273
1738
|
"aria-describedby": a,
|
|
1274
|
-
"aria-labelledby":
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
children: g
|
|
1739
|
+
"aria-labelledby": j,
|
|
1740
|
+
"aria-modal": d
|
|
1741
|
+
}, pn), {
|
|
1742
|
+
children: /* @__PURE__ */ Ce(sn.Provider, {
|
|
1743
|
+
value: te,
|
|
1744
|
+
children: m
|
|
1281
1745
|
})
|
|
1282
1746
|
}))
|
|
1283
|
-
})
|
|
1747
|
+
}))
|
|
1284
1748
|
}))
|
|
1285
1749
|
}));
|
|
1286
1750
|
});
|
|
1287
|
-
process.env.NODE_ENV !== "production" && (
|
|
1751
|
+
process.env.NODE_ENV !== "production" && (an.propTypes = {
|
|
1288
1752
|
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
1289
1753
|
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
1290
1754
|
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
@@ -1297,6 +1761,12 @@ process.env.NODE_ENV !== "production" && (pt.propTypes = {
|
|
|
1297
1761
|
* The id(s) of the element(s) that label the dialog.
|
|
1298
1762
|
*/
|
|
1299
1763
|
"aria-labelledby": f.string,
|
|
1764
|
+
/**
|
|
1765
|
+
* Informs assistive technologies that the element is modal.
|
|
1766
|
+
* It's added on the element with role="dialog".
|
|
1767
|
+
* @default true
|
|
1768
|
+
*/
|
|
1769
|
+
"aria-modal": f.oneOfType([f.oneOf(["false", "true"]), f.bool]),
|
|
1300
1770
|
/**
|
|
1301
1771
|
* A backdrop component. This prop enables custom backdrop rendering.
|
|
1302
1772
|
* @deprecated Use `slots.backdrop` instead. While this prop currently works, it will be removed in the next major version.
|
|
@@ -1378,8 +1848,9 @@ process.env.NODE_ENV !== "production" && (pt.propTypes = {
|
|
|
1378
1848
|
*/
|
|
1379
1849
|
PaperComponent: f.elementType,
|
|
1380
1850
|
/**
|
|
1381
|
-
* Props applied to the [`Paper`](/material-ui/api/paper/) element.
|
|
1851
|
+
* Props applied to the [`Paper`](https://mui.com/material-ui/api/paper/) element.
|
|
1382
1852
|
* @default {}
|
|
1853
|
+
* @deprecated Use `slotProps.paper` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
|
|
1383
1854
|
*/
|
|
1384
1855
|
PaperProps: f.object,
|
|
1385
1856
|
/**
|
|
@@ -1387,14 +1858,37 @@ process.env.NODE_ENV !== "production" && (pt.propTypes = {
|
|
|
1387
1858
|
* @default 'paper'
|
|
1388
1859
|
*/
|
|
1389
1860
|
scroll: f.oneOf(["body", "paper"]),
|
|
1861
|
+
/**
|
|
1862
|
+
* The props used for each slot inside.
|
|
1863
|
+
* @default {}
|
|
1864
|
+
*/
|
|
1865
|
+
slotProps: f.shape({
|
|
1866
|
+
backdrop: f.oneOfType([f.func, f.object]),
|
|
1867
|
+
container: f.oneOfType([f.func, f.object]),
|
|
1868
|
+
paper: f.oneOfType([f.func, f.object]),
|
|
1869
|
+
root: f.oneOfType([f.func, f.object]),
|
|
1870
|
+
transition: f.oneOfType([f.func, f.object])
|
|
1871
|
+
}),
|
|
1872
|
+
/**
|
|
1873
|
+
* The components used for each slot inside.
|
|
1874
|
+
* @default {}
|
|
1875
|
+
*/
|
|
1876
|
+
slots: f.shape({
|
|
1877
|
+
backdrop: f.elementType,
|
|
1878
|
+
container: f.elementType,
|
|
1879
|
+
paper: f.elementType,
|
|
1880
|
+
root: f.elementType,
|
|
1881
|
+
transition: f.elementType
|
|
1882
|
+
}),
|
|
1390
1883
|
/**
|
|
1391
1884
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
1392
1885
|
*/
|
|
1393
1886
|
sx: f.oneOfType([f.arrayOf(f.oneOfType([f.func, f.object, f.bool])), f.func, f.object]),
|
|
1394
1887
|
/**
|
|
1395
1888
|
* The component used for the transition.
|
|
1396
|
-
* [Follow this guide](/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
|
|
1889
|
+
* [Follow this guide](https://mui.com/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
|
|
1397
1890
|
* @default Fade
|
|
1891
|
+
* @deprecated Use `slots.transition` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
|
|
1398
1892
|
*/
|
|
1399
1893
|
TransitionComponent: f.elementType,
|
|
1400
1894
|
/**
|
|
@@ -1413,18 +1907,19 @@ process.env.NODE_ENV !== "production" && (pt.propTypes = {
|
|
|
1413
1907
|
/**
|
|
1414
1908
|
* Props applied to the transition element.
|
|
1415
1909
|
* By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
|
|
1910
|
+
* @deprecated Use `slotProps.transition` instead. This prop will be removed in v7. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
|
|
1416
1911
|
*/
|
|
1417
1912
|
TransitionProps: f.object
|
|
1418
1913
|
});
|
|
1419
|
-
function
|
|
1420
|
-
return /* @__PURE__ */
|
|
1914
|
+
function mi({ fillColor: e = "#262E3D" }) {
|
|
1915
|
+
return /* @__PURE__ */ w("svg", {
|
|
1421
1916
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1422
1917
|
width: "30",
|
|
1423
1918
|
height: "30",
|
|
1424
1919
|
viewBox: "0 0 30 30",
|
|
1425
1920
|
fill: "none",
|
|
1426
1921
|
children: [
|
|
1427
|
-
/* @__PURE__ */
|
|
1922
|
+
/* @__PURE__ */ o("rect", {
|
|
1428
1923
|
x: "1",
|
|
1429
1924
|
y: "1",
|
|
1430
1925
|
width: "28",
|
|
@@ -1432,7 +1927,7 @@ function lo({ fillColor: e = "#262E3D" }) {
|
|
|
1432
1927
|
rx: "14",
|
|
1433
1928
|
stroke: "#9EA2AB"
|
|
1434
1929
|
}),
|
|
1435
|
-
/* @__PURE__ */
|
|
1930
|
+
/* @__PURE__ */ o("path", {
|
|
1436
1931
|
fillRule: "evenodd",
|
|
1437
1932
|
clipRule: "evenodd",
|
|
1438
1933
|
d: "M14.2929 15L9.14645 9.85355C8.95118 9.65829 8.95118 9.34171 9.14645 9.14645C9.34171 8.95118 9.65829 8.95118 9.85355 9.14645L15 14.2929L20.1464 9.14645C20.3417 8.95118 20.6583 8.95118 20.8536 9.14645C21.0488 9.34171 21.0488 9.65829 20.8536 9.85355L15.7071 15L20.8536 20.1464C21.0488 20.3417 21.0488 20.6583 20.8536 20.8536C20.6583 21.0488 20.3417 21.0488 20.1464 20.8536L15 15.7071L9.85355 20.8536C9.65829 21.0488 9.34171 21.0488 9.14645 20.8536C8.95118 20.6583 8.95118 20.3417 9.14645 20.1464L14.2929 15Z",
|
|
@@ -1441,110 +1936,14 @@ function lo({ fillColor: e = "#262E3D" }) {
|
|
|
1441
1936
|
]
|
|
1442
1937
|
});
|
|
1443
1938
|
}
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
hover: "rgba(224, 224, 224, 0.3)"
|
|
1447
|
-
},
|
|
1448
|
-
secondary: {
|
|
1449
|
-
default: "rgba(38, 46, 61, 0.1)",
|
|
1450
|
-
hover: "rgba(38, 46, 61, 0.17)"
|
|
1451
|
-
},
|
|
1452
|
-
text: {
|
|
1453
|
-
active: "rgba(38, 46, 61, 1)",
|
|
1454
|
-
content: "rgba(38, 46, 61, 0.8)",
|
|
1455
|
-
secondary: "rgba(38, 46, 61, 0.55)",
|
|
1456
|
-
disabled: "rgba(38, 46, 61, 0.3)",
|
|
1457
|
-
link: "rgba(54, 163, 217, 1)",
|
|
1458
|
-
accented: "rgba(12, 14, 18, 1)",
|
|
1459
|
-
linkButton: "#1eaff3",
|
|
1460
|
-
primary: "#262E3D"
|
|
1461
|
-
},
|
|
1462
|
-
UI: {
|
|
1463
|
-
default: "#6e737d",
|
|
1464
|
-
additional: "rgba(38, 46, 61, 0.4)",
|
|
1465
|
-
guiding: "rgba(38, 46, 61, 0.1)"
|
|
1466
|
-
},
|
|
1467
|
-
background: {
|
|
1468
|
-
workspace: "rgba(255, 255, 255, 1)",
|
|
1469
|
-
supporting: "rgba(249, 249, 251, 1)",
|
|
1470
|
-
priority: "rgba(244, 244, 248, 1)"
|
|
1471
|
-
},
|
|
1472
|
-
primary: {
|
|
1473
|
-
primary: "rgba(255, 203, 5, 1)",
|
|
1474
|
-
default: "#FFC805",
|
|
1475
|
-
hover: "#F2B900"
|
|
1476
|
-
},
|
|
1477
|
-
interaction: {
|
|
1478
|
-
defaultHover: "rgba(12, 14, 18, 0.07)",
|
|
1479
|
-
guidingHover: "rgba(38, 46, 61, 0.17)",
|
|
1480
|
-
linkHovered: "rgba(50, 147, 197, 1)",
|
|
1481
|
-
primaryHovered: "rgba(242, 185, 0, 1)"
|
|
1482
|
-
},
|
|
1483
|
-
semantic: {
|
|
1484
|
-
info: "rgba(52, 150, 200, 1)",
|
|
1485
|
-
success: "rgba(34, 195, 195, 1)",
|
|
1486
|
-
warning: "rgba(242, 185, 0, 1)",
|
|
1487
|
-
error: "rgba(231, 71, 39, 1)",
|
|
1488
|
-
infoBG: "rgba(52, 150, 200, 0.1)",
|
|
1489
|
-
successBG: "rgba(34, 195, 195, 0.1)",
|
|
1490
|
-
warningBG: "rgba(242, 185, 0, 0.1)",
|
|
1491
|
-
errorBG: "rgba(231, 71, 39, 0.1)"
|
|
1492
|
-
},
|
|
1493
|
-
sisenseDark: {
|
|
1494
|
-
text: {
|
|
1495
|
-
active: "rgba(235, 239, 247, 1)",
|
|
1496
|
-
content: "rgba(235, 239, 247, 0.8)",
|
|
1497
|
-
secondary: "rgba(235, 239, 247, 0.55)",
|
|
1498
|
-
disabled: "rgba(235, 239, 247, 0.3)",
|
|
1499
|
-
link: "rgba(50, 147, 197, 1)",
|
|
1500
|
-
accented: "rgba(12, 14, 18, 1)"
|
|
1501
|
-
},
|
|
1502
|
-
ui: {
|
|
1503
|
-
default: "rgba(235, 239, 247, 0.67)",
|
|
1504
|
-
additional: "rgba(235, 239, 247, 0.4)",
|
|
1505
|
-
guiding: "rgba(235, 239, 247, 0.1)"
|
|
1506
|
-
},
|
|
1507
|
-
background: {
|
|
1508
|
-
workspace: "rgba(12, 14, 18, 1)",
|
|
1509
|
-
supporting: "rgba(249, 249, 251, 1)",
|
|
1510
|
-
priority: "rgba(244, 244, 248, 1)"
|
|
1511
|
-
},
|
|
1512
|
-
interaction: {
|
|
1513
|
-
defaultHover: "rgba(12, 14, 18, 0.07)",
|
|
1514
|
-
guidingHover: "rgba(235, 239, 247, 0.17)",
|
|
1515
|
-
linkHovered: "rgba(50, 147, 197, 1)",
|
|
1516
|
-
primaryHovered: "rgba(242, 185, 0, 1)"
|
|
1517
|
-
},
|
|
1518
|
-
semantic: {
|
|
1519
|
-
info: "rgba(52, 150, 200, 1)",
|
|
1520
|
-
success: "rgba(34, 195, 195, 1)",
|
|
1521
|
-
warning: "rgba(242, 185, 0, 1)",
|
|
1522
|
-
error: "rgba(231, 71, 39, 1)",
|
|
1523
|
-
infoBG: "rgba(52, 150, 200, 0.1)",
|
|
1524
|
-
successBG: "rgba(34, 195, 195, 0.1)",
|
|
1525
|
-
warningBG: "rgba(242, 185, 0, 0.1)",
|
|
1526
|
-
errorBG: "rgba(231, 71, 39, 0.1)"
|
|
1527
|
-
}
|
|
1528
|
-
}
|
|
1529
|
-
}, co = {
|
|
1530
|
-
shouldForwardProp: (e) => !e.startsWith("$")
|
|
1531
|
-
}, ie = /* @__PURE__ */ u(et, co, {
|
|
1532
|
-
target: "e869yoj0",
|
|
1533
|
-
label: "IconButton"
|
|
1534
|
-
})(({ $hoverColor: e }) => ({
|
|
1535
|
-
padding: 2,
|
|
1536
|
-
"&.MuiIconButton-root:hover": {
|
|
1537
|
-
backgroundColor: e != null ? e : gt.interaction.defaultHover
|
|
1538
|
-
}
|
|
1539
|
-
}));
|
|
1540
|
-
function uo({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
1541
|
-
return /* @__PURE__ */ n("svg", {
|
|
1939
|
+
function bi({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
1940
|
+
return /* @__PURE__ */ o("svg", {
|
|
1542
1941
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1543
1942
|
width: "24",
|
|
1544
1943
|
height: "24",
|
|
1545
1944
|
viewBox: "0 0 24 24",
|
|
1546
1945
|
fill: "none",
|
|
1547
|
-
children: /* @__PURE__ */
|
|
1946
|
+
children: /* @__PURE__ */ o("path", {
|
|
1548
1947
|
fillRule: "evenodd",
|
|
1549
1948
|
clipRule: "evenodd",
|
|
1550
1949
|
d: "M13.0503 10.2426L17.2929 6H14.5C14.2239 6 14 5.77614 14 5.5C14 5.22386 14.2239 5 14.5 5H18.5C18.7761 5 19 5.22386 19 5.5V9.5C19 9.77614 18.7761 10 18.5 10C18.2239 10 18 9.77614 18 9.5V6.70711L13.7574 10.9497C13.5621 11.145 13.2455 11.145 13.0503 10.9497C12.855 10.7545 12.855 10.4379 13.0503 10.2426ZM10.1464 13.1464L6 17.2929V14.5C6 14.2239 5.77614 14 5.5 14C5.22386 14 5 14.2239 5 14.5V18.5C5 18.7761 5.22386 19 5.5 19H9.5C9.77614 19 10 18.7761 10 18.5C10 18.2239 9.77614 18 9.5 18H6.70711L10.8536 13.8536C11.0488 13.6583 11.0488 13.3417 10.8536 13.1464C10.6583 12.9512 10.3417 12.9512 10.1464 13.1464Z",
|
|
@@ -1552,14 +1951,14 @@ function uo({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
|
1552
1951
|
})
|
|
1553
1952
|
});
|
|
1554
1953
|
}
|
|
1555
|
-
function
|
|
1556
|
-
return /* @__PURE__ */
|
|
1954
|
+
function xi({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
1955
|
+
return /* @__PURE__ */ o("svg", {
|
|
1557
1956
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1558
1957
|
width: "24",
|
|
1559
1958
|
height: "24",
|
|
1560
1959
|
viewBox: "0 0 24 24",
|
|
1561
1960
|
fill: "none",
|
|
1562
|
-
children: /* @__PURE__ */
|
|
1961
|
+
children: /* @__PURE__ */ o("path", {
|
|
1563
1962
|
fillRule: "evenodd",
|
|
1564
1963
|
clipRule: "evenodd",
|
|
1565
1964
|
d: "M17.25 12C17.25 14.8995 14.8995 17.25 12 17.25C9.10051 17.25 6.75 14.8995 6.75 12C6.75 9.10051 9.10051 6.75 12 6.75C14.8995 6.75 17.25 9.10051 17.25 12ZM18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12ZM11.625 9.375V10.1239H12.375V9.375H11.625ZM12.375 14.6239V10.8739H11.625V14.6239H12.375Z",
|
|
@@ -1567,14 +1966,14 @@ function ho({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
|
1567
1966
|
})
|
|
1568
1967
|
});
|
|
1569
1968
|
}
|
|
1570
|
-
function
|
|
1571
|
-
return /* @__PURE__ */
|
|
1969
|
+
function yi() {
|
|
1970
|
+
return /* @__PURE__ */ o("svg", {
|
|
1572
1971
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1573
1972
|
width: "24",
|
|
1574
1973
|
height: "24",
|
|
1575
1974
|
viewBox: "0 0 24 24",
|
|
1576
1975
|
fill: "none",
|
|
1577
|
-
children: /* @__PURE__ */
|
|
1976
|
+
children: /* @__PURE__ */ o("path", {
|
|
1578
1977
|
fillRule: "evenodd",
|
|
1579
1978
|
clipRule: "evenodd",
|
|
1580
1979
|
d: "M4.64372 12C4.64372 15.3137 7.33002 18 10.6437 18C12.6857 18 14.4894 16.9799 15.5731 15.4216C15.7307 15.195 16.0347 15.1118 16.2737 15.2498C16.5131 15.3879 16.5964 15.6953 16.4413 15.924C15.1825 17.7803 13.0555 19 10.6437 19C6.77773 19 3.64372 15.866 3.64372 12C3.64372 8.13401 6.77773 5 10.6437 5C13.8766 5 16.5977 7.19162 17.4021 10.1702L18.0347 8.56524C18.1359 8.30833 18.4263 8.18215 18.6832 8.2834C18.9401 8.38466 19.0663 8.67501 18.965 8.93192L17.865 11.723C17.7638 11.9799 17.4734 12.1061 17.2165 12.0048L14.4255 10.9048C14.1685 10.8035 14.0424 10.5132 14.1436 10.2563C14.2449 9.99935 14.5352 9.87317 14.7921 9.97442L16.4897 10.6435C15.8749 7.98316 13.4909 6 10.6437 6C7.33002 6 4.64372 8.68629 4.64372 12Z",
|
|
@@ -1583,50 +1982,35 @@ function po() {
|
|
|
1583
1982
|
})
|
|
1584
1983
|
});
|
|
1585
1984
|
}
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
width: "24",
|
|
1590
|
-
height: "24",
|
|
1591
|
-
viewBox: "0 0 24 24",
|
|
1592
|
-
fill: "none",
|
|
1593
|
-
children: /* @__PURE__ */ n("path", {
|
|
1594
|
-
fillRule: "evenodd",
|
|
1595
|
-
clipRule: "evenodd",
|
|
1596
|
-
d: "M11 7C11 6.44772 11.4477 6 12 6C12.5523 6 13 6.44772 13 7C13 7.55228 12.5523 8 12 8C11.4477 8 11 7.55228 11 7ZM11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12ZM12 16C11.4477 16 11 16.4477 11 17C11 17.5523 11.4477 18 12 18C12.5523 18 13 17.5523 13 17C13 16.4477 12.5523 16 12 16Z",
|
|
1597
|
-
fill: e
|
|
1598
|
-
})
|
|
1599
|
-
});
|
|
1600
|
-
}
|
|
1601
|
-
const De = (e) => ot(e.chart.backgroundColor), Co = ({ title: e }) => {
|
|
1602
|
-
const { themeSettings: t } = m();
|
|
1603
|
-
return /* @__PURE__ */ n(re, {
|
|
1985
|
+
const at = (e) => Ft(e.chart.backgroundColor), vi = ({ title: e }) => {
|
|
1986
|
+
const { themeSettings: t } = L();
|
|
1987
|
+
return /* @__PURE__ */ o(we, {
|
|
1604
1988
|
title: e,
|
|
1605
|
-
children: /* @__PURE__ */
|
|
1989
|
+
children: /* @__PURE__ */ o(ve, {
|
|
1606
1990
|
disableTouchRipple: !0,
|
|
1607
|
-
$hoverColor:
|
|
1608
|
-
children: /* @__PURE__ */
|
|
1991
|
+
$hoverColor: at(t),
|
|
1992
|
+
children: /* @__PURE__ */ o(xi, {
|
|
1609
1993
|
fill: t.chart.textColor
|
|
1610
1994
|
})
|
|
1611
1995
|
})
|
|
1612
1996
|
});
|
|
1613
|
-
},
|
|
1614
|
-
const [t,
|
|
1615
|
-
|
|
1616
|
-
},
|
|
1617
|
-
|
|
1618
|
-
}, { themeSettings:
|
|
1619
|
-
return /* @__PURE__ */
|
|
1997
|
+
}, ki = ({ items: e }) => {
|
|
1998
|
+
const [t, n] = P(null), r = (a) => {
|
|
1999
|
+
n(a.currentTarget);
|
|
2000
|
+
}, s = () => {
|
|
2001
|
+
n(null);
|
|
2002
|
+
}, { themeSettings: c } = L();
|
|
2003
|
+
return /* @__PURE__ */ w(V, {
|
|
1620
2004
|
children: [
|
|
1621
|
-
/* @__PURE__ */
|
|
2005
|
+
/* @__PURE__ */ o(ve, {
|
|
1622
2006
|
onClick: r,
|
|
1623
|
-
$hoverColor:
|
|
2007
|
+
$hoverColor: at(c),
|
|
1624
2008
|
"aria-label": "three dots button",
|
|
1625
|
-
children: /* @__PURE__ */
|
|
1626
|
-
fill:
|
|
2009
|
+
children: /* @__PURE__ */ o(Pn, {
|
|
2010
|
+
fill: c.chart.textColor
|
|
1627
2011
|
})
|
|
1628
2012
|
}),
|
|
1629
|
-
/* @__PURE__ */
|
|
2013
|
+
/* @__PURE__ */ o(zn, {
|
|
1630
2014
|
anchorEl: t,
|
|
1631
2015
|
anchorOrigin: {
|
|
1632
2016
|
vertical: "bottom",
|
|
@@ -1637,20 +2021,20 @@ const De = (e) => ot(e.chart.backgroundColor), Co = ({ title: e }) => {
|
|
|
1637
2021
|
horizontal: "right"
|
|
1638
2022
|
},
|
|
1639
2023
|
open: !!t,
|
|
1640
|
-
onClose:
|
|
1641
|
-
children: e.map((a) => /* @__PURE__ */
|
|
2024
|
+
onClose: s,
|
|
2025
|
+
children: e.map((a) => /* @__PURE__ */ w(Dn, {
|
|
1642
2026
|
onClick: () => {
|
|
1643
|
-
a.onClick(),
|
|
2027
|
+
a.onClick(), s();
|
|
1644
2028
|
},
|
|
1645
2029
|
sx: {
|
|
1646
2030
|
fontSize: "13px",
|
|
1647
|
-
fontFamily:
|
|
1648
|
-
color:
|
|
2031
|
+
fontFamily: c.typography.fontFamily,
|
|
2032
|
+
color: An.text.content
|
|
1649
2033
|
},
|
|
1650
2034
|
disableRipple: !0,
|
|
1651
2035
|
children: [
|
|
1652
2036
|
a.icon,
|
|
1653
|
-
/* @__PURE__ */
|
|
2037
|
+
/* @__PURE__ */ o("div", {
|
|
1654
2038
|
className: "csdk-ml-1",
|
|
1655
2039
|
children: a.title
|
|
1656
2040
|
})
|
|
@@ -1659,72 +2043,72 @@ const De = (e) => ot(e.chart.backgroundColor), Co = ({ title: e }) => {
|
|
|
1659
2043
|
})
|
|
1660
2044
|
]
|
|
1661
2045
|
});
|
|
1662
|
-
},
|
|
1663
|
-
const { themeSettings: t } =
|
|
1664
|
-
return /* @__PURE__ */
|
|
1665
|
-
title:
|
|
1666
|
-
children: /* @__PURE__ */
|
|
2046
|
+
}, wi = ({ onClick: e }) => {
|
|
2047
|
+
const { themeSettings: t } = L(), { t: n } = H();
|
|
2048
|
+
return /* @__PURE__ */ o(we, {
|
|
2049
|
+
title: n("ai.preview"),
|
|
2050
|
+
children: /* @__PURE__ */ o(ve, {
|
|
1667
2051
|
onClick: e,
|
|
1668
|
-
$hoverColor:
|
|
1669
|
-
children: /* @__PURE__ */
|
|
2052
|
+
$hoverColor: at(t),
|
|
2053
|
+
children: /* @__PURE__ */ o(bi, {
|
|
1670
2054
|
fill: t.chart.textColor
|
|
1671
2055
|
})
|
|
1672
2056
|
})
|
|
1673
2057
|
});
|
|
1674
|
-
},
|
|
2058
|
+
}, Si = /* @__PURE__ */ k("div", {
|
|
1675
2059
|
target: "e1cseu7j0",
|
|
1676
2060
|
label: "ToolbarContainer"
|
|
1677
2061
|
})("display:flex;padding-top:6px;padding-bottom:6px;");
|
|
1678
|
-
function
|
|
1679
|
-
const r =
|
|
2062
|
+
function Mi({ infoTooltipText: e, onRefresh: t, onExpand: n }) {
|
|
2063
|
+
const r = Z(() => [
|
|
1680
2064
|
{
|
|
1681
2065
|
title: "Refresh",
|
|
1682
2066
|
onClick: t,
|
|
1683
|
-
icon: /* @__PURE__ */
|
|
2067
|
+
icon: /* @__PURE__ */ o(yi, {})
|
|
1684
2068
|
}
|
|
1685
2069
|
], [
|
|
1686
2070
|
t
|
|
1687
2071
|
]);
|
|
1688
|
-
return /* @__PURE__ */
|
|
2072
|
+
return /* @__PURE__ */ w(Si, {
|
|
1689
2073
|
"aria-label": "chatbot chart toolbar",
|
|
1690
2074
|
children: [
|
|
1691
|
-
/* @__PURE__ */
|
|
2075
|
+
/* @__PURE__ */ o(vi, {
|
|
1692
2076
|
title: e != null ? e : ""
|
|
1693
2077
|
}),
|
|
1694
|
-
/* @__PURE__ */
|
|
2078
|
+
/* @__PURE__ */ o(ki, {
|
|
1695
2079
|
items: r
|
|
1696
2080
|
}),
|
|
1697
|
-
/* @__PURE__ */
|
|
1698
|
-
onClick:
|
|
2081
|
+
/* @__PURE__ */ o(wi, {
|
|
2082
|
+
onClick: n
|
|
1699
2083
|
})
|
|
1700
2084
|
]
|
|
1701
2085
|
});
|
|
1702
2086
|
}
|
|
1703
|
-
function
|
|
1704
|
-
const [t,
|
|
1705
|
-
const a =
|
|
2087
|
+
function Ti({ content: e }) {
|
|
2088
|
+
const [t, n] = P(!1), { themeSettings: r } = L(), { inlineElement: s, expandedElement: c } = Z(() => {
|
|
2089
|
+
const a = Fe(e, {
|
|
1706
2090
|
useCustomizedStyleOptions: !0
|
|
1707
2091
|
});
|
|
1708
|
-
if (a === void 0 || !
|
|
1709
|
-
throw new
|
|
1710
|
-
const { detailedDescription:
|
|
2092
|
+
if (a === void 0 || !je(a))
|
|
2093
|
+
throw new Ze("errors.otherWidgetTypesNotSupported");
|
|
2094
|
+
const { detailedDescription: p } = e, { styleOptions: d } = a, h = {
|
|
1711
2095
|
cornerRadius: "Small",
|
|
1712
2096
|
header: {
|
|
1713
|
-
renderToolbar: (
|
|
1714
|
-
infoTooltipText:
|
|
1715
|
-
onRefresh:
|
|
1716
|
-
onExpand: () =>
|
|
2097
|
+
renderToolbar: (i) => /* @__PURE__ */ o(Mi, {
|
|
2098
|
+
infoTooltipText: p,
|
|
2099
|
+
onRefresh: i,
|
|
2100
|
+
onExpand: () => n(!0)
|
|
1717
2101
|
})
|
|
1718
2102
|
}
|
|
1719
2103
|
};
|
|
1720
|
-
let
|
|
1721
|
-
if (
|
|
1722
|
-
|
|
2104
|
+
let b, m;
|
|
2105
|
+
if (Xn(a.chartType))
|
|
2106
|
+
b = /* @__PURE__ */ o("div", {
|
|
1723
2107
|
className: "csdk-h-[245px]",
|
|
1724
|
-
children: /* @__PURE__ */
|
|
1725
|
-
styleOptions:
|
|
2108
|
+
children: /* @__PURE__ */ o(be, N(T({}, a), {
|
|
2109
|
+
styleOptions: h
|
|
1726
2110
|
}))
|
|
1727
|
-
}),
|
|
2111
|
+
}), m = /* @__PURE__ */ o(be, N(T({}, a), {
|
|
1728
2112
|
styleOptions: {
|
|
1729
2113
|
header: {
|
|
1730
2114
|
hidden: !0
|
|
@@ -1732,38 +2116,38 @@ function yo({ content: e }) {
|
|
|
1732
2116
|
}
|
|
1733
2117
|
}));
|
|
1734
2118
|
else {
|
|
1735
|
-
const
|
|
2119
|
+
const i = N(T({}, d), {
|
|
1736
2120
|
header: {
|
|
1737
2121
|
hidden: !0
|
|
1738
2122
|
}
|
|
1739
|
-
}),
|
|
2123
|
+
}), u = T(N(T({}, d), {
|
|
1740
2124
|
legend: void 0,
|
|
1741
2125
|
xAxis: void 0,
|
|
1742
2126
|
yAxis: void 0
|
|
1743
|
-
}),
|
|
1744
|
-
delete
|
|
1745
|
-
children: /* @__PURE__ */
|
|
1746
|
-
styleOptions:
|
|
2127
|
+
}), h);
|
|
2128
|
+
delete u.legend, delete u.xAxis, delete u.yAxis, b = /* @__PURE__ */ o("div", {
|
|
2129
|
+
children: /* @__PURE__ */ o(be, N(T({}, a), {
|
|
2130
|
+
styleOptions: u
|
|
1747
2131
|
}))
|
|
1748
|
-
}),
|
|
1749
|
-
styleOptions:
|
|
2132
|
+
}), m = /* @__PURE__ */ o(be, N(T({}, a), {
|
|
2133
|
+
styleOptions: T({
|
|
1750
2134
|
cornerRadius: "None"
|
|
1751
|
-
},
|
|
2135
|
+
}, i)
|
|
1752
2136
|
}));
|
|
1753
2137
|
}
|
|
1754
2138
|
return {
|
|
1755
|
-
inlineElement:
|
|
1756
|
-
expandedElement:
|
|
2139
|
+
inlineElement: b,
|
|
2140
|
+
expandedElement: m
|
|
1757
2141
|
};
|
|
1758
2142
|
}, [
|
|
1759
2143
|
e
|
|
1760
2144
|
]);
|
|
1761
|
-
return /* @__PURE__ */
|
|
2145
|
+
return /* @__PURE__ */ w(V, {
|
|
1762
2146
|
children: [
|
|
1763
|
-
|
|
1764
|
-
/* @__PURE__ */
|
|
2147
|
+
s,
|
|
2148
|
+
/* @__PURE__ */ w(an, {
|
|
1765
2149
|
open: t,
|
|
1766
|
-
onClose: () =>
|
|
2150
|
+
onClose: () => n(!1),
|
|
1767
2151
|
maxWidth: "xl",
|
|
1768
2152
|
fullWidth: !0,
|
|
1769
2153
|
PaperProps: {
|
|
@@ -1773,39 +2157,39 @@ function yo({ content: e }) {
|
|
|
1773
2157
|
}
|
|
1774
2158
|
},
|
|
1775
2159
|
children: [
|
|
1776
|
-
/* @__PURE__ */
|
|
2160
|
+
/* @__PURE__ */ w("div", {
|
|
1777
2161
|
className: "csdk-flex csdk-items-center csdk-justify-between csdk-mt-[16px] csdk-mx-[16px] csdk-pl-[20px]",
|
|
1778
2162
|
children: [
|
|
1779
|
-
/* @__PURE__ */
|
|
2163
|
+
/* @__PURE__ */ o("div", {
|
|
1780
2164
|
className: "csdk-text-ai-lg csdk-semibold",
|
|
1781
2165
|
children: e.queryTitle
|
|
1782
2166
|
}),
|
|
1783
|
-
/* @__PURE__ */
|
|
1784
|
-
onClick: () =>
|
|
2167
|
+
/* @__PURE__ */ o(qn, {
|
|
2168
|
+
onClick: () => n(!1),
|
|
1785
2169
|
"aria-label": "close expanded chart",
|
|
1786
|
-
children: /* @__PURE__ */
|
|
2170
|
+
children: /* @__PURE__ */ o(mi, {
|
|
1787
2171
|
fillColor: r.aiChat.primaryTextColor
|
|
1788
2172
|
})
|
|
1789
2173
|
})
|
|
1790
2174
|
]
|
|
1791
2175
|
}),
|
|
1792
|
-
/* @__PURE__ */
|
|
2176
|
+
/* @__PURE__ */ o("div", {
|
|
1793
2177
|
className: "csdk-h-screen csdk-mt-[8px] csdk-mb-[24px] csdk-mx-[16px]",
|
|
1794
|
-
children:
|
|
2178
|
+
children: c
|
|
1795
2179
|
})
|
|
1796
2180
|
]
|
|
1797
2181
|
})
|
|
1798
2182
|
]
|
|
1799
2183
|
});
|
|
1800
2184
|
}
|
|
1801
|
-
function
|
|
1802
|
-
return /* @__PURE__ */
|
|
2185
|
+
function Li({ theme: e }) {
|
|
2186
|
+
return /* @__PURE__ */ o("svg", {
|
|
1803
2187
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1804
2188
|
width: "24",
|
|
1805
2189
|
height: "24",
|
|
1806
2190
|
viewBox: "0 0 24 24",
|
|
1807
2191
|
fill: "none",
|
|
1808
|
-
children: /* @__PURE__ */
|
|
2192
|
+
children: /* @__PURE__ */ o("path", {
|
|
1809
2193
|
fillRule: "evenodd",
|
|
1810
2194
|
clipRule: "evenodd",
|
|
1811
2195
|
d: "M18.5798 9.61098C18.8749 9.98744 19.0165 10.391 18.9985 10.8066C18.9804 11.2643 18.7757 11.6227 18.607 11.8426C18.8027 12.3305 18.878 13.0984 18.2245 13.6947C17.7456 14.1315 16.9325 14.3273 15.806 14.2732C15.014 14.237 14.3513 14.0893 14.3243 14.0833H14.3213C14.1708 14.0562 14.011 14.0231 13.8484 13.9869C13.8363 14.1797 13.8696 14.6585 14.2249 15.7367C14.6465 17.0196 14.6225 18.0016 14.1466 18.6581C13.6466 19.3478 12.8485 19.4019 12.6136 19.4019C12.3877 19.4019 12.1799 19.3086 12.0324 19.137C11.6981 18.7484 11.7373 18.0317 11.7793 17.7004C11.3818 16.6342 10.2676 14.02 9.32479 13.2943C9.30668 13.2822 9.2917 13.2671 9.27671 13.2521C8.99949 12.9599 8.81287 12.6437 8.68642 12.3667C8.50861 12.463 8.30687 12.5173 8.08995 12.5173H6.25291C5.56014 12.5173 5 11.954 5 11.2643L5 6.37029C5 5.67764 5.56323 5.11738 6.25291 5.11738H8.08995C8.35803 5.11738 8.60804 5.20179 8.81287 5.34635L9.52051 5.26191C9.62905 5.24692 11.5565 5.00297 13.5352 5.04209C13.8935 5.01502 14.2309 5 14.5441 5C15.0832 5 15.5531 5.04209 15.9445 5.12649C16.8661 5.32222 17.4957 5.71366 17.8148 6.28898C18.0588 6.72865 18.0588 7.16543 18.0197 7.44247C18.6191 7.98454 18.7244 8.58394 18.7033 9.00555C18.6913 9.2495 18.637 9.4573 18.5798 9.61098ZM6.25291 5.93058C6.00896 5.93058 5.81324 6.12939 5.81324 6.37029V11.2674C5.81324 11.5112 6.0119 11.7071 6.25291 11.7071H8.08995C8.33393 11.7071 8.52981 11.5083 8.52981 11.2674V6.37338C8.52981 6.12939 8.33096 5.93352 8.08995 5.93352H6.25291V5.93058ZM17.8088 9.96331C17.6823 9.83083 17.6582 9.6289 17.7547 9.47229C17.7547 9.46935 17.878 9.25849 17.8932 8.96937C17.9142 8.5748 17.7245 8.22555 17.327 7.92731C17.1854 7.81893 17.1282 7.63217 17.1885 7.46351C17.1885 7.46057 17.3179 7.06291 17.1072 6.68645C16.9052 6.32516 16.4566 6.06619 15.7759 5.92162C15.2309 5.80413 14.4899 5.78293 13.5805 5.85529H13.5383C11.6017 5.81309 9.64403 6.06619 9.62302 6.06912H9.61994L9.31583 6.1053C9.3339 6.18955 9.34286 6.27998 9.34286 6.37029V11.2674C9.34286 11.3968 9.32185 11.5233 9.28567 11.6408C9.33992 11.8425 9.49051 12.2914 9.84582 12.6739C11.1982 13.7461 12.5203 17.3631 12.5775 17.5197C12.6017 17.583 12.6075 17.6521 12.5956 17.7214C12.5443 18.0587 12.5624 18.4715 12.6347 18.5949C12.7943 18.5919 13.225 18.5467 13.484 18.1883C13.7912 17.7636 13.7791 17.0046 13.4478 15.9988C12.9419 14.4657 12.8997 13.6587 13.3003 13.3033C13.4991 13.1256 13.7641 13.1165 13.9569 13.1858C14.1406 13.228 14.3153 13.2641 14.4809 13.2912C14.4929 13.2943 14.508 13.2973 14.52 13.3003C15.4447 13.5021 17.1011 13.6255 17.6763 13.1015C18.1642 12.6558 17.8179 12.0655 17.7788 12.0022C17.6673 11.8336 17.7004 11.6137 17.851 11.4782C17.854 11.4752 18.1702 11.177 18.1852 10.7764C18.1973 10.5085 18.0708 10.2343 17.8088 9.96331Z",
|
|
@@ -1813,29 +2197,29 @@ function vo({ theme: e }) {
|
|
|
1813
2197
|
})
|
|
1814
2198
|
});
|
|
1815
2199
|
}
|
|
1816
|
-
function
|
|
1817
|
-
const { themeSettings:
|
|
1818
|
-
return /* @__PURE__ */
|
|
2200
|
+
function Ri({ onClick: e, disabled: t }) {
|
|
2201
|
+
const { themeSettings: n } = L(), { t: r } = H();
|
|
2202
|
+
return /* @__PURE__ */ o(we, {
|
|
1819
2203
|
title: r("ai.buttons.incorrectResponse"),
|
|
1820
|
-
children: /* @__PURE__ */
|
|
2204
|
+
children: /* @__PURE__ */ o(ve, {
|
|
1821
2205
|
"aria-label": "thumbs-down",
|
|
1822
2206
|
onClick: e,
|
|
1823
|
-
$hoverColor:
|
|
2207
|
+
$hoverColor: n.aiChat.icons.feedbackIcons.hoverColor,
|
|
1824
2208
|
disabled: t,
|
|
1825
|
-
children: /* @__PURE__ */
|
|
1826
|
-
theme:
|
|
2209
|
+
children: /* @__PURE__ */ o(Li, {
|
|
2210
|
+
theme: n
|
|
1827
2211
|
})
|
|
1828
2212
|
})
|
|
1829
2213
|
});
|
|
1830
2214
|
}
|
|
1831
|
-
function
|
|
1832
|
-
return /* @__PURE__ */
|
|
2215
|
+
function Ei({ theme: e }) {
|
|
2216
|
+
return /* @__PURE__ */ o("svg", {
|
|
1833
2217
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1834
2218
|
width: "24",
|
|
1835
2219
|
height: "24",
|
|
1836
2220
|
viewBox: "0 0 24 24",
|
|
1837
2221
|
fill: "none",
|
|
1838
|
-
children: /* @__PURE__ */
|
|
2222
|
+
children: /* @__PURE__ */ o("path", {
|
|
1839
2223
|
fillRule: "evenodd",
|
|
1840
2224
|
clipRule: "evenodd",
|
|
1841
2225
|
d: "M18.5798 14.7911C18.8749 14.4146 19.0165 14.011 18.9985 13.5954C18.9804 13.1377 18.7757 12.7793 18.607 12.5595C18.8027 12.0715 18.878 11.3036 18.2245 10.7073C17.7456 10.2705 16.9325 10.0748 15.806 10.1289C15.014 10.1651 14.3513 10.3127 14.3243 10.3187H14.3213C14.1708 10.3458 14.011 10.3789 13.8484 10.4151C13.8363 10.2223 13.8696 9.74345 14.2248 8.66522C14.6465 7.38231 14.6225 6.40041 14.1466 5.74397C13.6466 5.05425 12.8485 5 12.6136 5C12.3877 5 12.1799 5.09336 12.0324 5.26499C11.6981 5.6535 11.7373 6.37026 11.7793 6.70158C11.3818 7.76777 10.2676 10.382 9.32479 11.1077C9.30668 11.1198 9.2917 11.1349 9.27671 11.1499C8.99949 11.4421 8.81287 11.7583 8.68642 12.0353C8.50861 11.939 8.30687 11.8848 8.08995 11.8848H6.25291C5.56014 11.8848 5 12.448 5 13.1377V18.0318C5 18.7244 5.56323 19.2847 6.25291 19.2847H8.08995C8.35803 19.2847 8.60804 19.2003 8.81287 19.0557L9.52051 19.1401C9.62905 19.1551 11.5565 19.3991 13.5352 19.36C13.8935 19.387 14.2309 19.402 14.5441 19.402C15.0832 19.402 15.5531 19.36 15.9445 19.2756C16.8661 19.0798 17.4957 18.6884 17.8148 18.1131C18.0588 17.6734 18.0588 17.2366 18.0197 16.9596C18.6191 16.4175 18.7244 15.8181 18.7033 15.3965C18.6913 15.1525 18.637 14.9447 18.5798 14.7911ZM6.25291 18.4715C6.00896 18.4715 5.81324 18.2727 5.81324 18.0318V13.1346C5.81324 12.8908 6.0119 12.6949 6.25291 12.6949H8.08995C8.33393 12.6949 8.52981 12.8937 8.52981 13.1346V18.0287C8.52981 18.2727 8.33096 18.4685 8.08995 18.4685H6.25291V18.4715ZM17.8088 14.4387C17.6823 14.5712 17.6582 14.7731 17.7547 14.9298C17.7547 14.9327 17.878 15.1436 17.8932 15.4327C17.9142 15.8272 17.7245 16.1765 17.327 16.4747C17.1854 16.5831 17.1282 16.7699 17.1885 16.9385C17.1885 16.9415 17.3179 17.3391 17.1072 17.7156C16.9052 18.0769 16.4566 18.3359 15.7759 18.4804C15.2309 18.5979 14.4898 18.6191 13.5805 18.5468H13.5383C11.6017 18.589 9.64403 18.3359 9.62302 18.3329H9.61994L9.31583 18.2967C9.3339 18.2125 9.34286 18.1221 9.34286 18.0318V13.1346C9.34286 13.0052 9.32185 12.8787 9.28567 12.7612C9.33992 12.5595 9.49051 12.1106 9.84582 11.7281C11.1981 10.6559 12.5203 7.03893 12.5775 6.88232C12.6016 6.81908 12.6075 6.74981 12.5956 6.68058C12.5443 6.34323 12.5624 5.93058 12.6347 5.80718C12.7943 5.81015 13.225 5.85529 13.484 6.21365C13.7912 6.63837 13.7791 7.39733 13.4478 8.40316C12.9419 9.93624 12.8997 10.7433 13.3003 11.0987C13.4991 11.2764 13.7641 11.2855 13.9569 11.2162C14.1406 11.174 14.3153 11.1378 14.4809 11.1108C14.4929 11.1077 14.508 11.1048 14.52 11.1017C15.4447 10.8999 17.1011 10.7765 17.6763 11.3005C18.1642 11.7462 17.8179 12.3365 17.7788 12.3998C17.6673 12.5684 17.7004 12.7883 17.851 12.9238C17.854 12.9268 18.1702 13.225 18.1852 13.6256C18.1973 13.8935 18.0708 14.1677 17.8088 14.4387Z",
|
|
@@ -1843,133 +2227,133 @@ function ko({ theme: e }) {
|
|
|
1843
2227
|
})
|
|
1844
2228
|
});
|
|
1845
2229
|
}
|
|
1846
|
-
function
|
|
1847
|
-
const { themeSettings:
|
|
1848
|
-
return /* @__PURE__ */
|
|
2230
|
+
function Ii({ onClick: e, disabled: t }) {
|
|
2231
|
+
const { themeSettings: n } = L(), { t: r } = H();
|
|
2232
|
+
return /* @__PURE__ */ o(we, {
|
|
1849
2233
|
title: r("ai.buttons.correctResponse"),
|
|
1850
|
-
children: /* @__PURE__ */
|
|
2234
|
+
children: /* @__PURE__ */ o(ve, {
|
|
1851
2235
|
"aria-label": "thumbs-up",
|
|
1852
2236
|
onClick: e,
|
|
1853
|
-
$hoverColor:
|
|
2237
|
+
$hoverColor: n.aiChat.icons.feedbackIcons.hoverColor,
|
|
1854
2238
|
disabled: t,
|
|
1855
|
-
children: /* @__PURE__ */
|
|
1856
|
-
theme:
|
|
2239
|
+
children: /* @__PURE__ */ o(Ei, {
|
|
2240
|
+
theme: n
|
|
1857
2241
|
})
|
|
1858
2242
|
})
|
|
1859
2243
|
});
|
|
1860
2244
|
}
|
|
1861
|
-
const
|
|
1862
|
-
const [e, t] =
|
|
2245
|
+
const Ni = () => {
|
|
2246
|
+
const [e, t] = P(!1), n = ue(null), r = O(() => {
|
|
1863
2247
|
t(!0);
|
|
1864
|
-
}, []),
|
|
2248
|
+
}, []), s = O(() => {
|
|
1865
2249
|
t(!1);
|
|
1866
2250
|
}, []);
|
|
1867
2251
|
return [
|
|
1868
|
-
|
|
1869
|
-
var
|
|
1870
|
-
((
|
|
2252
|
+
O((a) => {
|
|
2253
|
+
var p;
|
|
2254
|
+
((p = n.current) == null ? void 0 : p.nodeType) === Node.ELEMENT_NODE && (n.current.removeEventListener("mouseenter", r), n.current.removeEventListener("mouseleave", s)), (a == null ? void 0 : a.nodeType) === Node.ELEMENT_NODE && (a.addEventListener("mouseenter", r), a.addEventListener("mouseleave", s)), n.current = a;
|
|
1871
2255
|
}, [
|
|
1872
2256
|
r,
|
|
1873
|
-
|
|
2257
|
+
s
|
|
1874
2258
|
]),
|
|
1875
2259
|
e
|
|
1876
2260
|
];
|
|
1877
|
-
},
|
|
2261
|
+
}, Fi = /* @__PURE__ */ k("div", {
|
|
1878
2262
|
target: "e2xyvaw0",
|
|
1879
2263
|
label: "Container"
|
|
1880
2264
|
})("display:flex;flex-direction:column;row-gap:", ({ theme: e }) => e.aiChat.body.gapBetweenMessages, ";");
|
|
1881
|
-
function
|
|
1882
|
-
const [
|
|
2265
|
+
function Bi({ visible: e, onSend: t }) {
|
|
2266
|
+
const [n, r] = P(!1), s = O((a) => {
|
|
1883
2267
|
r(!0), t(a === "up" ? 1 : -1);
|
|
1884
2268
|
}, [
|
|
1885
2269
|
t
|
|
1886
|
-
]),
|
|
1887
|
-
return e ? /* @__PURE__ */
|
|
1888
|
-
className: `csdk-flex csdk-items-center ${
|
|
2270
|
+
]), c = `csdk-transition-opacity csdk-delay-150 csdk-duration-500 ${n ? "csdk-opacity-0" : "csdk-opacity-100"}`;
|
|
2271
|
+
return e ? /* @__PURE__ */ w("div", {
|
|
2272
|
+
className: `csdk-flex csdk-items-center ${c}`,
|
|
1889
2273
|
children: [
|
|
1890
|
-
/* @__PURE__ */
|
|
1891
|
-
onClick: () =>
|
|
1892
|
-
disabled:
|
|
2274
|
+
/* @__PURE__ */ o(Ii, {
|
|
2275
|
+
onClick: () => s("up"),
|
|
2276
|
+
disabled: n
|
|
1893
2277
|
}),
|
|
1894
|
-
/* @__PURE__ */
|
|
1895
|
-
onClick: () =>
|
|
1896
|
-
disabled:
|
|
2278
|
+
/* @__PURE__ */ o(Ri, {
|
|
2279
|
+
onClick: () => s("down"),
|
|
2280
|
+
disabled: n
|
|
1897
2281
|
})
|
|
1898
2282
|
]
|
|
1899
2283
|
}) : null;
|
|
1900
2284
|
}
|
|
1901
|
-
function
|
|
1902
|
-
const
|
|
1903
|
-
|
|
2285
|
+
function Qe({ sourceId: e, data: t, type: n, buttonVisibility: r = "onHover", renderContent: s }) {
|
|
2286
|
+
const c = J(), a = Wn(O((m) => {
|
|
2287
|
+
c && c.ai.sendFeedback({
|
|
1904
2288
|
sourceId: e,
|
|
1905
|
-
type:
|
|
2289
|
+
type: n,
|
|
1906
2290
|
data: t,
|
|
1907
|
-
rating:
|
|
2291
|
+
rating: m
|
|
1908
2292
|
});
|
|
1909
2293
|
}, [
|
|
1910
|
-
|
|
2294
|
+
c,
|
|
1911
2295
|
e,
|
|
1912
2296
|
t,
|
|
1913
|
-
|
|
1914
|
-
]), 200), [
|
|
1915
|
-
|
|
2297
|
+
n
|
|
2298
|
+
]), 200), [p, d] = Ni(), h = Z(() => r === "onHover" ? d : r !== "never", [
|
|
2299
|
+
d,
|
|
1916
2300
|
r
|
|
1917
|
-
]), { themeSettings:
|
|
1918
|
-
return /* @__PURE__ */
|
|
1919
|
-
ref:
|
|
1920
|
-
theme:
|
|
1921
|
-
children:
|
|
2301
|
+
]), { themeSettings: b } = L();
|
|
2302
|
+
return /* @__PURE__ */ o(Fi, {
|
|
2303
|
+
ref: p,
|
|
2304
|
+
theme: b,
|
|
2305
|
+
children: s(/* @__PURE__ */ o(Bi, {
|
|
1922
2306
|
onSend: a,
|
|
1923
|
-
visible:
|
|
2307
|
+
visible: h
|
|
1924
2308
|
}))
|
|
1925
2309
|
});
|
|
1926
2310
|
}
|
|
1927
|
-
const
|
|
1928
|
-
function
|
|
1929
|
-
const [t,
|
|
1930
|
-
return
|
|
1931
|
-
a.current && a.current.scrollHeight >
|
|
2311
|
+
const Oi = 18 * 5;
|
|
2312
|
+
function lt({ text: e }) {
|
|
2313
|
+
const [t, n] = P(!0), [r, s] = P(!1), { t: c } = H(), a = ue(null);
|
|
2314
|
+
return Ee(() => {
|
|
2315
|
+
a.current && a.current.scrollHeight > Oi && s(!0);
|
|
1932
2316
|
}, [
|
|
1933
2317
|
e
|
|
1934
|
-
]), /* @__PURE__ */
|
|
2318
|
+
]), /* @__PURE__ */ w("div", {
|
|
1935
2319
|
children: [
|
|
1936
|
-
/* @__PURE__ */
|
|
2320
|
+
/* @__PURE__ */ o("div", {
|
|
1937
2321
|
ref: a,
|
|
1938
2322
|
className: `${t ? "csdk-line-clamp-5" : ""} csdk-whitespace-pre-wrap`,
|
|
1939
2323
|
children: e
|
|
1940
2324
|
}),
|
|
1941
|
-
r && /* @__PURE__ */
|
|
2325
|
+
r && /* @__PURE__ */ o("div", {
|
|
1942
2326
|
className: "csdk-mt-3 csdk-flex csdk-justify-end",
|
|
1943
|
-
children: /* @__PURE__ */
|
|
2327
|
+
children: /* @__PURE__ */ o("div", {
|
|
1944
2328
|
className: "csdk-text-ai-xs csdk-text-text-link csdk-cursor-pointer",
|
|
1945
|
-
onClick: () =>
|
|
1946
|
-
children:
|
|
2329
|
+
onClick: () => n((p) => !p),
|
|
2330
|
+
children: c(t ? "ai.buttons.readMore" : "ai.buttons.collapse")
|
|
1947
2331
|
})
|
|
1948
2332
|
})
|
|
1949
2333
|
]
|
|
1950
2334
|
});
|
|
1951
2335
|
}
|
|
1952
|
-
function
|
|
1953
|
-
const { data: t, isLoading:
|
|
1954
|
-
return
|
|
2336
|
+
function Hi({ nlgRequest: e }) {
|
|
2337
|
+
const { data: t, isLoading: n, isError: r } = Be(e), { t: s } = H();
|
|
2338
|
+
return n ? /* @__PURE__ */ o(st, {}) : r ? /* @__PURE__ */ o(ie, {
|
|
1955
2339
|
align: "left",
|
|
1956
|
-
children:
|
|
1957
|
-
}) : /* @__PURE__ */
|
|
2340
|
+
children: s("ai.errors.unexpected")
|
|
2341
|
+
}) : /* @__PURE__ */ o(ie, {
|
|
1958
2342
|
align: "full",
|
|
1959
|
-
children: /* @__PURE__ */
|
|
1960
|
-
text: t != null ? t :
|
|
2343
|
+
children: /* @__PURE__ */ o(lt, {
|
|
2344
|
+
text: t != null ? t : s("ai.errors.insightsNotAvailable")
|
|
1961
2345
|
})
|
|
1962
2346
|
});
|
|
1963
2347
|
}
|
|
1964
|
-
function
|
|
1965
|
-
const { themeSettings: e } =
|
|
1966
|
-
return /* @__PURE__ */
|
|
2348
|
+
function $i() {
|
|
2349
|
+
const { themeSettings: e } = L();
|
|
2350
|
+
return /* @__PURE__ */ o("svg", {
|
|
1967
2351
|
width: "24",
|
|
1968
2352
|
height: "25",
|
|
1969
2353
|
viewBox: "0 0 24 25",
|
|
1970
2354
|
fill: "none",
|
|
1971
2355
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1972
|
-
children: /* @__PURE__ */
|
|
2356
|
+
children: /* @__PURE__ */ o("path", {
|
|
1973
2357
|
fillRule: "evenodd",
|
|
1974
2358
|
clipRule: "evenodd",
|
|
1975
2359
|
d: "M11.5 3.5C11.2239 3.5 11 3.72386 11 4V5C11 5.27614 11.2239 5.5 11.5 5.5C11.7761 5.5 12 5.27614 12 5V4C12 3.72386 11.7761 3.5 11.5 3.5ZM20 11C20 10.7239 19.7761 10.5 19.5 10.5H18.5C18.2239 10.5 18 10.7239 18 11C18 11.2761 18.2239 11.5 18.5 11.5H19.5C19.7761 11.5 20 11.2761 20 11ZM6.06066 5.35355C5.8654 5.15829 5.54882 5.15829 5.35355 5.35355C5.15829 5.54882 5.15829 5.8654 5.35355 6.06066L6.06066 6.76777C6.25592 6.96303 6.5725 6.96303 6.76777 6.76777C6.96303 6.5725 6.96303 6.25592 6.76777 6.06066L6.06066 5.35355ZM5 11C5 10.7239 4.77614 10.5 4.5 10.5H3.5C3.22386 10.5 3 10.7239 3 11C3 11.2761 3.22386 11.5 3.5 11.5H4.5C4.77614 11.5 5 11.2761 5 11ZM17.7678 6.06066C17.963 5.8654 17.963 5.54882 17.7678 5.35355C17.5725 5.15829 17.2559 5.15829 17.0607 5.35355L16.3536 6.06066C16.1583 6.25592 16.1583 6.5725 16.3536 6.76777C16.5488 6.96303 16.8654 6.96303 17.0607 6.76777L17.7678 6.06066ZM12.1443 6.53487C14.6635 6.81824 16.6511 8.67684 16.9597 11.0379C17.1678 12.6385 16.5623 14.2379 15.3244 15.3575C14.5049 16.1022 14.0038 17.2023 14 18.2722V19.5H9V18.2753C8.98626 17.1847 8.46545 16.0683 7.62521 15.3139C6.04513 13.8436 5.56667 11.6251 6.41329 9.69484C7.25992 7.76454 9.26456 6.50321 11.4909 6.5C11.7093 6.50004 11.9274 6.51167 12.1443 6.53487ZM11.4927 7.5C9.675 7.50258 8.03521 8.51877 7.34062 10.0785C6.64391 11.643 7.03778 13.4417 8.32278 14.6196C9.36662 15.5426 9.98356 16.8913 10.0003 18.2029V18.5H13.0001L13.0001 18.1969C13.0048 16.9143 13.6014 15.5805 14.6246 14.6649C15.6402 13.7602 16.1379 12.4652 15.9669 11.1689C15.7132 9.25779 14.0849 7.75729 12.0264 7.52799C11.8487 7.50938 11.67 7.50004 11.4927 7.5ZM14.1068 12.5099H13.1068C13.1068 10.7222 12.3371 9.95246 10.6235 10.0096L10.5901 9.01014C12.8765 8.93393 14.1068 10.1642 14.1068 12.5099ZM13 21.5V20.5H10V21.5H13Z",
|
|
@@ -1977,81 +2361,81 @@ function Eo() {
|
|
|
1977
2361
|
})
|
|
1978
2362
|
});
|
|
1979
2363
|
}
|
|
1980
|
-
function
|
|
1981
|
-
const { t } =
|
|
1982
|
-
return /* @__PURE__ */
|
|
2364
|
+
function Pi({ onClick: e }) {
|
|
2365
|
+
const { t } = H();
|
|
2366
|
+
return /* @__PURE__ */ o(Ie, {
|
|
1983
2367
|
align: "left",
|
|
1984
2368
|
onClick: e,
|
|
1985
|
-
children: /* @__PURE__ */
|
|
2369
|
+
children: /* @__PURE__ */ w("div", {
|
|
1986
2370
|
className: "csdk-py-[5px] csdk-px-2 csdk-flex csdk-items-center csdk-gap-x-1 csdk-select-none",
|
|
1987
2371
|
children: [
|
|
1988
|
-
/* @__PURE__ */
|
|
2372
|
+
/* @__PURE__ */ o($i, {}),
|
|
1989
2373
|
t("ai.buttons.insights")
|
|
1990
2374
|
]
|
|
1991
2375
|
})
|
|
1992
2376
|
});
|
|
1993
2377
|
}
|
|
1994
|
-
var
|
|
1995
|
-
const
|
|
1996
|
-
target: "
|
|
2378
|
+
var Di = Zn("toLowerCase");
|
|
2379
|
+
const St = /* @__PURE__ */ k("div", {
|
|
2380
|
+
target: "e17a6vpw0",
|
|
1997
2381
|
label: "FlexRow"
|
|
1998
|
-
})("display:flex;align-items:center;column-gap:10px;"),
|
|
1999
|
-
function
|
|
2000
|
-
const { chatMode:
|
|
2001
|
-
console.debug(`JAQL for ${
|
|
2002
|
-
const
|
|
2003
|
-
let
|
|
2004
|
-
|
|
2005
|
-
const
|
|
2006
|
-
|
|
2007
|
-
}, []),
|
|
2382
|
+
})("display:flex;align-items:center;column-gap:10px;"), Ai = (e) => !!e && "aeiou".includes(e[0]);
|
|
2383
|
+
function zi({ data: e, alwaysShowFeedback: t }) {
|
|
2384
|
+
const { chatMode: n = "analyze", enableInsights: r } = ee(), { themeSettings: s } = L(), { queryTitle: c, chartRecommendations: a, jaql: p, userMsg: d, clarification: h } = e;
|
|
2385
|
+
console.debug(`JAQL for ${c}`, p), console.debug(`chart recommendations for ${c}`, a);
|
|
2386
|
+
const b = "chartType" in a ? a.chartType : "table";
|
|
2387
|
+
let m;
|
|
2388
|
+
Ai(b) ? m = `an ${b}` : m = `a ${b}`, b !== "table" && (m += " chart");
|
|
2389
|
+
const i = p.datasource.title, [u, l] = P(!1), C = O(() => {
|
|
2390
|
+
l((x) => !x);
|
|
2391
|
+
}, []), g = {
|
|
2008
2392
|
jaql: {
|
|
2009
|
-
datasource:
|
|
2010
|
-
metadata:
|
|
2393
|
+
datasource: p.datasource,
|
|
2394
|
+
metadata: p.metadata
|
|
2011
2395
|
}
|
|
2012
|
-
},
|
|
2013
|
-
return /* @__PURE__ */
|
|
2396
|
+
}, v = n === "analyze", S = `${d}${d && h ? " " : ""}${h}`;
|
|
2397
|
+
return /* @__PURE__ */ w(V, {
|
|
2014
2398
|
children: [
|
|
2015
|
-
/* @__PURE__ */
|
|
2016
|
-
sourceId:
|
|
2399
|
+
/* @__PURE__ */ o(Qe, {
|
|
2400
|
+
sourceId: i,
|
|
2017
2401
|
data: e,
|
|
2018
2402
|
type: "chats/nlq",
|
|
2019
2403
|
buttonVisibility: t ? "always" : "onHover",
|
|
2020
|
-
renderContent: (
|
|
2404
|
+
renderContent: (x) => /* @__PURE__ */ w(V, {
|
|
2021
2405
|
children: [
|
|
2022
|
-
/* @__PURE__ */
|
|
2406
|
+
/* @__PURE__ */ w(St, {
|
|
2023
2407
|
children: [
|
|
2024
|
-
/* @__PURE__ */
|
|
2408
|
+
/* @__PURE__ */ o(rn, {
|
|
2025
2409
|
align: "left",
|
|
2026
|
-
theme:
|
|
2027
|
-
children:
|
|
2410
|
+
theme: s,
|
|
2411
|
+
children: S || `Here's ${m} showing ${Di(c)}.`
|
|
2028
2412
|
}),
|
|
2029
|
-
|
|
2413
|
+
x
|
|
2030
2414
|
]
|
|
2031
2415
|
}),
|
|
2032
|
-
|
|
2416
|
+
v && /* @__PURE__ */ o(Ti, {
|
|
2033
2417
|
content: e
|
|
2034
2418
|
})
|
|
2035
2419
|
]
|
|
2036
2420
|
})
|
|
2037
2421
|
}),
|
|
2038
|
-
r && /* @__PURE__ */
|
|
2039
|
-
sourceId:
|
|
2040
|
-
data:
|
|
2422
|
+
r && /* @__PURE__ */ o(Qe, {
|
|
2423
|
+
sourceId: i,
|
|
2424
|
+
data: g,
|
|
2041
2425
|
type: "nlg/queryResult",
|
|
2042
|
-
buttonVisibility:
|
|
2043
|
-
renderContent: (
|
|
2426
|
+
buttonVisibility: u ? "onHover" : "never",
|
|
2427
|
+
renderContent: (x) => /* @__PURE__ */ w(V, {
|
|
2044
2428
|
children: [
|
|
2045
|
-
/* @__PURE__ */
|
|
2429
|
+
/* @__PURE__ */ w(St, {
|
|
2046
2430
|
children: [
|
|
2047
|
-
/* @__PURE__ */
|
|
2048
|
-
onClick:
|
|
2431
|
+
/* @__PURE__ */ o(Pi, {
|
|
2432
|
+
onClick: C
|
|
2049
2433
|
}),
|
|
2050
|
-
|
|
2434
|
+
x
|
|
2051
2435
|
]
|
|
2052
2436
|
}),
|
|
2053
|
-
|
|
2054
|
-
nlgRequest:
|
|
2437
|
+
u && /* @__PURE__ */ o(Hi, {
|
|
2438
|
+
nlgRequest: g
|
|
2055
2439
|
})
|
|
2056
2440
|
]
|
|
2057
2441
|
})
|
|
@@ -2059,72 +2443,72 @@ function Ho({ data: e, alwaysShowFeedback: t }) {
|
|
|
2059
2443
|
]
|
|
2060
2444
|
});
|
|
2061
2445
|
}
|
|
2062
|
-
function
|
|
2063
|
-
if (
|
|
2446
|
+
function qi({ message: e, isLastMessage: t }) {
|
|
2447
|
+
if (rt(e)) {
|
|
2064
2448
|
const r = JSON.parse(e.content);
|
|
2065
|
-
return /* @__PURE__ */
|
|
2449
|
+
return /* @__PURE__ */ o(zi, {
|
|
2066
2450
|
data: r,
|
|
2067
2451
|
alwaysShowFeedback: t
|
|
2068
2452
|
});
|
|
2069
2453
|
}
|
|
2070
|
-
const
|
|
2071
|
-
return /* @__PURE__ */
|
|
2454
|
+
const n = Mr(e) ? JSON.parse(e.content).answer : e.content;
|
|
2455
|
+
return /* @__PURE__ */ o(ie, {
|
|
2072
2456
|
align: e.role === "user" ? "right" : "left",
|
|
2073
|
-
children:
|
|
2457
|
+
children: n
|
|
2074
2458
|
});
|
|
2075
2459
|
}
|
|
2076
|
-
const
|
|
2460
|
+
const Wi = /* @__PURE__ */ or(qi), Zi = ({ error: e, displayMessage: t }) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ o(ie, {
|
|
2077
2461
|
align: "left",
|
|
2078
2462
|
children: t
|
|
2079
2463
|
}));
|
|
2080
|
-
function
|
|
2081
|
-
const { t } =
|
|
2082
|
-
return /* @__PURE__ */
|
|
2083
|
-
children: e.map((
|
|
2084
|
-
fallbackRender: (
|
|
2464
|
+
function ji({ messages: e }) {
|
|
2465
|
+
const { t } = H();
|
|
2466
|
+
return /* @__PURE__ */ o(V, {
|
|
2467
|
+
children: e.map((n, r) => /* @__PURE__ */ o(jn, {
|
|
2468
|
+
fallbackRender: (s) => Zi(N(T({}, s), {
|
|
2085
2469
|
displayMessage: t("ai.errors.unexpected")
|
|
2086
2470
|
})),
|
|
2087
|
-
children: /* @__PURE__ */
|
|
2088
|
-
message:
|
|
2471
|
+
children: /* @__PURE__ */ o(Wi, {
|
|
2472
|
+
message: n,
|
|
2089
2473
|
isLastMessage: r === e.length - 1
|
|
2090
2474
|
}, r)
|
|
2091
2475
|
}, r))
|
|
2092
2476
|
});
|
|
2093
2477
|
}
|
|
2094
|
-
function
|
|
2095
|
-
return /* @__PURE__ */
|
|
2478
|
+
function ln({ color: e }) {
|
|
2479
|
+
return /* @__PURE__ */ o("svg", {
|
|
2096
2480
|
width: "100%",
|
|
2097
2481
|
height: "100%",
|
|
2098
2482
|
viewBox: "0 0 4 8",
|
|
2099
2483
|
fill: "none",
|
|
2100
2484
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2101
|
-
children: /* @__PURE__ */
|
|
2485
|
+
children: /* @__PURE__ */ o("path", {
|
|
2102
2486
|
d: "M3.87815 0.825307C4.05781 0.615598 4.03345 0.299954 3.82374 0.120297C3.61403 -0.05936 3.29838 -0.034998 3.11873 0.174711L0.120288 3.67471C-0.040096 3.86192 -0.040096 4.1381 0.120288 4.32531L3.11873 7.82531C3.29838 8.03502 3.61403 8.05938 3.82374 7.87972C4.03345 7.70006 4.05781 7.38442 3.87815 7.17471L1.15839 4.00001L3.87815 0.825307Z",
|
|
2103
2487
|
fill: e
|
|
2104
2488
|
})
|
|
2105
2489
|
});
|
|
2106
2490
|
}
|
|
2107
|
-
function
|
|
2108
|
-
return /* @__PURE__ */
|
|
2491
|
+
function Vi({ onClick: e, color: t }) {
|
|
2492
|
+
return /* @__PURE__ */ o("div", {
|
|
2109
2493
|
"aria-label": "go back",
|
|
2110
2494
|
className: "csdk-w-5 csdk-h-5 csdk-flex csdk-p-[4px] csdk-ml-[6px] csdk-cursor-pointer",
|
|
2111
2495
|
onClick: e,
|
|
2112
|
-
children: /* @__PURE__ */
|
|
2496
|
+
children: /* @__PURE__ */ o(ln, {
|
|
2113
2497
|
color: t
|
|
2114
2498
|
})
|
|
2115
2499
|
});
|
|
2116
2500
|
}
|
|
2117
|
-
const
|
|
2501
|
+
const Gi = /* @__PURE__ */ k("button", {
|
|
2118
2502
|
target: "e1p0q0z20",
|
|
2119
2503
|
label: "Button"
|
|
2120
2504
|
})("font-size:inherit;line-height:inherit;box-sizing:border-box;border-width:1px;padding-left:1rem;padding-right:1rem;padding-top:0.5rem;padding-bottom:0.5rem;cursor:pointer;text-align:left;max-width:85%;font-family:", ({ theme: e }) => e.typography.fontFamily, ";color:", ({ theme: e }) => e.aiChat.suggestions.textColor, ";background-color:", ({ theme: e }) => e.aiChat.suggestions.backgroundColor, ";border:", ({ theme: e }) => e.aiChat.suggestions.border, ";border-radius:", ({ theme: e }) => e.aiChat.suggestions.borderRadius, ";&:hover{background-color:", ({ theme: e }) => e.aiChat.suggestions.hover.backgroundColor, ";color:", ({ theme: e }) => e.aiChat.suggestions.hover.textColor, ";}", ({ theme: e }) => {
|
|
2121
|
-
const { borderGradient: t, borderRadius:
|
|
2505
|
+
const { borderGradient: t, borderRadius: n } = e.aiChat.suggestions;
|
|
2122
2506
|
if (t) {
|
|
2123
|
-
const [r,
|
|
2124
|
-
return
|
|
2507
|
+
const [r, s] = t;
|
|
2508
|
+
return D`
|
|
2125
2509
|
border: none;
|
|
2126
2510
|
position: relative;
|
|
2127
|
-
border-radius: ${
|
|
2511
|
+
border-radius: ${n};
|
|
2128
2512
|
&:before {
|
|
2129
2513
|
content: '';
|
|
2130
2514
|
position: absolute;
|
|
@@ -2132,9 +2516,9 @@ const Wo = /* @__PURE__ */ u("button", {
|
|
|
2132
2516
|
left: 0;
|
|
2133
2517
|
right: 0;
|
|
2134
2518
|
bottom: 0;
|
|
2135
|
-
border-radius: ${
|
|
2519
|
+
border-radius: ${n};
|
|
2136
2520
|
border: 1px solid transparent;
|
|
2137
|
-
background: linear-gradient(30deg, ${r}, ${
|
|
2521
|
+
background: linear-gradient(30deg, ${r}, ${s}) border-box;
|
|
2138
2522
|
-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
|
|
2139
2523
|
-webkit-mask-composite: destination-out;
|
|
2140
2524
|
mask-composite: exclude;
|
|
@@ -2143,113 +2527,113 @@ const Wo = /* @__PURE__ */ u("button", {
|
|
|
2143
2527
|
}
|
|
2144
2528
|
return "";
|
|
2145
2529
|
});
|
|
2146
|
-
function
|
|
2147
|
-
const { themeSettings:
|
|
2148
|
-
return /* @__PURE__ */
|
|
2530
|
+
function Mt({ question: e, onClick: t }) {
|
|
2531
|
+
const { themeSettings: n } = L();
|
|
2532
|
+
return /* @__PURE__ */ o(Gi, {
|
|
2149
2533
|
onClick: t,
|
|
2150
|
-
theme:
|
|
2534
|
+
theme: n,
|
|
2151
2535
|
children: e
|
|
2152
2536
|
});
|
|
2153
2537
|
}
|
|
2154
|
-
const
|
|
2538
|
+
const Ui = /* @__PURE__ */ k("div", {
|
|
2155
2539
|
target: "eu11cc50",
|
|
2156
2540
|
label: "ListContainer"
|
|
2157
2541
|
})("display:flex;flex-direction:column;align-items:flex-start;row-gap:", ({ theme: e }) => e.aiChat.suggestions.gap, ";");
|
|
2158
|
-
function
|
|
2159
|
-
const { t:
|
|
2542
|
+
function Qi({ questions: e, onSelection: t }) {
|
|
2543
|
+
const { t: n } = H(), [r, s] = P(!0), c = Z(() => r && e.length > 5 ? e.slice(0, 4) : e, [
|
|
2160
2544
|
e,
|
|
2161
2545
|
r
|
|
2162
|
-
]), { themeSettings: a } =
|
|
2163
|
-
return /* @__PURE__ */
|
|
2546
|
+
]), { themeSettings: a } = L();
|
|
2547
|
+
return /* @__PURE__ */ w(Ui, {
|
|
2164
2548
|
"aria-label": "list of suggested questions",
|
|
2165
2549
|
theme: a,
|
|
2166
2550
|
children: [
|
|
2167
|
-
|
|
2168
|
-
question:
|
|
2169
|
-
onClick: () => t(
|
|
2170
|
-
},
|
|
2171
|
-
|
|
2172
|
-
question:
|
|
2173
|
-
onClick: () =>
|
|
2551
|
+
c.map((p) => /* @__PURE__ */ o(Mt, {
|
|
2552
|
+
question: p,
|
|
2553
|
+
onClick: () => t(p)
|
|
2554
|
+
}, p)),
|
|
2555
|
+
c.length < e.length && /* @__PURE__ */ o(Mt, {
|
|
2556
|
+
question: n("ai.buttons.seeMore"),
|
|
2557
|
+
onClick: () => s(!1)
|
|
2174
2558
|
})
|
|
2175
2559
|
]
|
|
2176
2560
|
});
|
|
2177
2561
|
}
|
|
2178
|
-
const
|
|
2562
|
+
const _i = /* @__PURE__ */ k("div", {
|
|
2179
2563
|
target: "ebwb3nc0",
|
|
2180
2564
|
label: "Row"
|
|
2181
2565
|
})("width:283px;height:32px;border-radius:10px;background:", ({ theme: e }) => {
|
|
2182
|
-
const [t,
|
|
2566
|
+
const [t, n] = e.aiChat.suggestions.loadingGradient;
|
|
2183
2567
|
return `linear-gradient(
|
|
2184
2568
|
to right,
|
|
2185
2569
|
${t} 0%,
|
|
2186
|
-
${
|
|
2570
|
+
${n} 50%,
|
|
2187
2571
|
${t} 100%
|
|
2188
2572
|
)`;
|
|
2189
|
-
}, ";background-size:200% auto;animation:gradient 2s linear infinite;@keyframes gradient{0%{background-position:0 0;}100%{background-position:-200% 0;}}"),
|
|
2573
|
+
}, ";background-size:200% auto;animation:gradient 2s linear infinite;@keyframes gradient{0%{background-position:0 0;}100%{background-position:-200% 0;}}"), Ki = /* @__PURE__ */ k("div", {
|
|
2190
2574
|
target: "ebwb3nc1",
|
|
2191
2575
|
label: "SkeletonContainer"
|
|
2192
2576
|
})("display:flex;flex-direction:column;row-gap:1rem;");
|
|
2193
|
-
function
|
|
2194
|
-
const { themeSettings: e } =
|
|
2195
|
-
return /* @__PURE__ */
|
|
2577
|
+
function Ji() {
|
|
2578
|
+
const { themeSettings: e } = L();
|
|
2579
|
+
return /* @__PURE__ */ o(Ki, {
|
|
2196
2580
|
children: Array.from({
|
|
2197
2581
|
length: 3
|
|
2198
|
-
}, (t,
|
|
2582
|
+
}, (t, n) => /* @__PURE__ */ o(_i, {
|
|
2199
2583
|
theme: e
|
|
2200
|
-
},
|
|
2584
|
+
}, n))
|
|
2201
2585
|
});
|
|
2202
2586
|
}
|
|
2203
|
-
function
|
|
2204
|
-
const r = e.length > 0, { suggestionsWelcomeText:
|
|
2205
|
-
return t ? /* @__PURE__ */
|
|
2587
|
+
function Xi({ questions: e, isLoading: t, onSelection: n }) {
|
|
2588
|
+
const r = e.length > 0, { suggestionsWelcomeText: s } = ee();
|
|
2589
|
+
return t ? /* @__PURE__ */ o(Ji, {}) : r ? /* @__PURE__ */ w(V, {
|
|
2206
2590
|
children: [
|
|
2207
|
-
|
|
2591
|
+
s && /* @__PURE__ */ o(ie, {
|
|
2208
2592
|
align: "left",
|
|
2209
|
-
children:
|
|
2593
|
+
children: s
|
|
2210
2594
|
}),
|
|
2211
|
-
/* @__PURE__ */
|
|
2212
|
-
onSelection:
|
|
2595
|
+
/* @__PURE__ */ o(Qi, {
|
|
2596
|
+
onSelection: n,
|
|
2213
2597
|
questions: e
|
|
2214
2598
|
})
|
|
2215
2599
|
]
|
|
2216
2600
|
}) : null;
|
|
2217
2601
|
}
|
|
2218
|
-
const
|
|
2602
|
+
const Yi = /* @__PURE__ */ k("div", {
|
|
2219
2603
|
target: "ew7avl30",
|
|
2220
2604
|
label: "ToolbarContainer"
|
|
2221
|
-
})("flex:0 0 80px;padding-left:14px;padding-right:14px;display:flex;align-items:center;position:relative;background-color:", ({ style: e }) => e.backgroundColor, ";"),
|
|
2605
|
+
})("flex:0 0 80px;padding-left:14px;padding-right:14px;display:flex;align-items:center;position:relative;background-color:", ({ style: e }) => e.backgroundColor, ";"), e1 = /* @__PURE__ */ k("div", {
|
|
2222
2606
|
target: "ew7avl31",
|
|
2223
2607
|
label: "ToolbarTitle"
|
|
2224
|
-
})("font-size:18px;line-height:22px;font-weight:600;margin-left:20px;color:", ({ style: e }) => e.textColor, ";"),
|
|
2225
|
-
return /* @__PURE__ */
|
|
2226
|
-
ref:
|
|
2227
|
-
style:
|
|
2608
|
+
})("font-size:18px;line-height:22px;font-weight:600;margin-left:20px;color:", ({ style: e }) => e.textColor, ";"), cn = /* @__PURE__ */ ir(function({ title: t, leftNav: n, rightNav: r, style: s }, c) {
|
|
2609
|
+
return /* @__PURE__ */ w(Yi, {
|
|
2610
|
+
ref: c,
|
|
2611
|
+
style: s,
|
|
2228
2612
|
children: [
|
|
2229
|
-
|
|
2230
|
-
/* @__PURE__ */
|
|
2231
|
-
style:
|
|
2613
|
+
n,
|
|
2614
|
+
/* @__PURE__ */ o(e1, {
|
|
2615
|
+
style: s,
|
|
2232
2616
|
children: t
|
|
2233
2617
|
}),
|
|
2234
|
-
r && /* @__PURE__ */
|
|
2618
|
+
r && /* @__PURE__ */ o("div", {
|
|
2235
2619
|
className: "csdk-ml-auto",
|
|
2236
2620
|
children: r
|
|
2237
2621
|
})
|
|
2238
2622
|
]
|
|
2239
2623
|
});
|
|
2240
|
-
}),
|
|
2624
|
+
}), t1 = /* @__PURE__ */ k("div", {
|
|
2241
2625
|
target: "e14yc7id0",
|
|
2242
2626
|
label: "AiDisclaimerContainer"
|
|
2243
2627
|
})("text-align:center;font-size:11px;line-height:18px;white-space:pre-wrap;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;box-sizing:border-box;color:", ({ theme: e }) => e.aiChat.secondaryTextColor, ";");
|
|
2244
|
-
function
|
|
2245
|
-
const { t } =
|
|
2246
|
-
return /* @__PURE__ */
|
|
2628
|
+
function n1({ theme: e }) {
|
|
2629
|
+
const { t } = H();
|
|
2630
|
+
return /* @__PURE__ */ w(t1, {
|
|
2247
2631
|
theme: e,
|
|
2248
2632
|
children: [
|
|
2249
|
-
/* @__PURE__ */
|
|
2633
|
+
/* @__PURE__ */ o("div", {
|
|
2250
2634
|
children: t("ai.disclaimer.poweredByAi")
|
|
2251
2635
|
}),
|
|
2252
|
-
/* @__PURE__ */
|
|
2636
|
+
/* @__PURE__ */ w("div", {
|
|
2253
2637
|
children: [
|
|
2254
2638
|
" ",
|
|
2255
2639
|
t("ai.disclaimer.rateRequest")
|
|
@@ -2258,15 +2642,15 @@ function Ko({ theme: e }) {
|
|
|
2258
2642
|
]
|
|
2259
2643
|
});
|
|
2260
2644
|
}
|
|
2261
|
-
function
|
|
2262
|
-
const { themeSettings: e } =
|
|
2263
|
-
return /* @__PURE__ */
|
|
2645
|
+
function r1() {
|
|
2646
|
+
const { themeSettings: e } = L();
|
|
2647
|
+
return /* @__PURE__ */ o("svg", {
|
|
2264
2648
|
width: "24",
|
|
2265
2649
|
height: "24",
|
|
2266
2650
|
viewBox: "0 0 24 24",
|
|
2267
2651
|
fill: "none",
|
|
2268
2652
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2269
|
-
children: /* @__PURE__ */
|
|
2653
|
+
children: /* @__PURE__ */ o("path", {
|
|
2270
2654
|
fillRule: "evenodd",
|
|
2271
2655
|
clipRule: "evenodd",
|
|
2272
2656
|
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",
|
|
@@ -2274,435 +2658,435 @@ function Jo() {
|
|
|
2274
2658
|
})
|
|
2275
2659
|
});
|
|
2276
2660
|
}
|
|
2277
|
-
const
|
|
2278
|
-
const
|
|
2279
|
-
return
|
|
2280
|
-
},
|
|
2661
|
+
const o1 = (e, t) => {
|
|
2662
|
+
const n = new Yn(e);
|
|
2663
|
+
return n.alpha = t, n;
|
|
2664
|
+
}, i1 = /* @__PURE__ */ k("div", {
|
|
2281
2665
|
target: "e1rxvpki0",
|
|
2282
2666
|
label: "Container"
|
|
2283
|
-
})("font-size:inherit;line-height:inherit;padding-left:8px;padding-right:8px;padding-top:4px;border-radius:16px;margin-bottom:4px;box-shadow:", ({ theme: e }) => `0 4px 8px 0 ${
|
|
2284
|
-
const { themeSettings: t } =
|
|
2285
|
-
return /* @__PURE__ */
|
|
2667
|
+
})("font-size:inherit;line-height:inherit;padding-left:8px;padding-right:8px;padding-top:4px;border-radius:16px;margin-bottom:4px;box-shadow:", ({ theme: e }) => `0 4px 8px 0 ${o1(e.aiChat.primaryTextColor, 0.2)}`, ";cursor:pointer;color:", ({ theme: e }) => e.aiChat.clickableMessages.textColor, ";background-color:", ({ theme: e }) => e.aiChat.clickableMessages.backgroundColor, ";&:hover{color:", ({ theme: e }) => e.aiChat.clickableMessages.hover.textColor, ";background-color:", ({ theme: e }) => e.aiChat.clickableMessages.hover.backgroundColor, ";box-shadow:none;"), s1 = ({ onClick: e }) => {
|
|
2668
|
+
const { themeSettings: t } = L();
|
|
2669
|
+
return /* @__PURE__ */ o(i1, {
|
|
2286
2670
|
theme: t,
|
|
2287
2671
|
onClick: e,
|
|
2288
|
-
children: /* @__PURE__ */
|
|
2672
|
+
children: /* @__PURE__ */ o(r1, {})
|
|
2289
2673
|
});
|
|
2290
|
-
},
|
|
2291
|
-
anchorEl:
|
|
2674
|
+
}, a1 = ({ isVisible: e, onClick: t, anchorElement: n }) => /* @__PURE__ */ o(Et, {
|
|
2675
|
+
anchorEl: n,
|
|
2292
2676
|
open: e,
|
|
2293
2677
|
placement: "top",
|
|
2294
2678
|
sx: {
|
|
2295
2679
|
zIndex: 2
|
|
2296
2680
|
},
|
|
2297
|
-
children: /* @__PURE__ */
|
|
2681
|
+
children: /* @__PURE__ */ o(s1, {
|
|
2298
2682
|
onClick: t
|
|
2299
2683
|
})
|
|
2300
|
-
}),
|
|
2684
|
+
}), l1 = /* @__PURE__ */ k("div", {
|
|
2301
2685
|
target: "ednrf320",
|
|
2302
2686
|
label: "ChatBody"
|
|
2303
|
-
})("display:flex;flex-direction:column;row-gap:", ({ theme: e }) => e.aiChat.body.gapBetweenMessages, ";overflow-y:scroll;padding-left:", ({ theme: e }) => e.aiChat.body.paddingLeft, ";padding-right:", ({ theme: e }) => e.aiChat.body.paddingRight, ";padding-top:", ({ theme: e }) => e.aiChat.body.paddingTop, ";padding-bottom:", ({ theme: e }) => e.aiChat.body.paddingBottom, ";flex:initial;height:100%;"),
|
|
2687
|
+
})("display:flex;flex-direction:column;row-gap:", ({ theme: e }) => e.aiChat.body.gapBetweenMessages, ";overflow-y:scroll;padding-left:", ({ theme: e }) => e.aiChat.body.paddingLeft, ";padding-right:", ({ theme: e }) => e.aiChat.body.paddingRight, ";padding-top:", ({ theme: e }) => e.aiChat.body.paddingTop, ";padding-bottom:", ({ theme: e }) => e.aiChat.body.paddingBottom, ";flex:initial;height:100%;"), c1 = /* @__PURE__ */ k("div", {
|
|
2304
2688
|
target: "ednrf321",
|
|
2305
2689
|
label: "ChatFooter"
|
|
2306
|
-
})("padding-left:", ({ theme: e }) => e.aiChat.footer.paddingLeft, ";padding-right:", ({ theme: e }) => e.aiChat.footer.paddingRight, ";padding-top:", ({ theme: e }) => e.aiChat.footer.paddingTop, ";padding-bottom:", ({ theme: e }) => e.aiChat.footer.paddingBottom, ";display:flex;flex-direction:column;row-gap:6px;"),
|
|
2690
|
+
})("padding-left:", ({ theme: e }) => e.aiChat.footer.paddingLeft, ";padding-right:", ({ theme: e }) => e.aiChat.footer.paddingRight, ";padding-top:", ({ theme: e }) => e.aiChat.footer.paddingTop, ";padding-bottom:", ({ theme: e }) => e.aiChat.footer.paddingBottom, ";display:flex;flex-direction:column;row-gap:6px;"), d1 = /* @__PURE__ */ k("div", {
|
|
2307
2691
|
target: "ednrf322",
|
|
2308
2692
|
label: "FollowupQuestionsContainer"
|
|
2309
2693
|
})("display:flex;flex-direction:column;row-gap:", ({ theme: e }) => e.aiChat.suggestions.gap, ";");
|
|
2310
|
-
function
|
|
2311
|
-
var
|
|
2312
|
-
const { t: r } =
|
|
2694
|
+
function u1({ contextTitle: e, onGoBack: t, contextDetails: n }) {
|
|
2695
|
+
var j, te, le;
|
|
2696
|
+
const { t: r } = H(), { enableFollowupQuestions: s, enableHeader: c, numOfRecentPrompts: a, numOfRecommendations: p } = ee(), { themeSettings: d } = L(), { data: h, isLoading: b, isError: m } = Ht({
|
|
2313
2697
|
contextTitle: e,
|
|
2314
|
-
count:
|
|
2315
|
-
}),
|
|
2316
|
-
|
|
2317
|
-
]), { history:
|
|
2318
|
-
|
|
2319
|
-
},
|
|
2320
|
-
if (!(
|
|
2698
|
+
count: p
|
|
2699
|
+
}), i = Z(() => h == null ? void 0 : h.map((B) => B.nlqPrompt), [
|
|
2700
|
+
h
|
|
2701
|
+
]), { history: u, lastNlqResponse: l, isAwaitingResponse: C, sendMessage: g, isLoading: v, chatId: S, lastError: x } = Tr(e, n), { mutate: E, isLoading: R } = Dt(S), [M, I] = P(!1), [$, ae] = P(!1), Q = () => I(!0), A = () => I(!1), U = () => {
|
|
2702
|
+
E(), A();
|
|
2703
|
+
}, F = ue(null), z = ue(null), X = () => {
|
|
2704
|
+
if (!(F != null && F.current))
|
|
2321
2705
|
return;
|
|
2322
|
-
const { scrollTop:
|
|
2323
|
-
if (
|
|
2706
|
+
const { scrollTop: B, clientHeight: W, scrollHeight: Se } = F.current;
|
|
2707
|
+
if (B === void 0 || W === void 0 || Se === void 0)
|
|
2324
2708
|
return;
|
|
2325
|
-
const
|
|
2326
|
-
|
|
2709
|
+
const Me = Se - B - W > W / 2;
|
|
2710
|
+
$ !== Me && ae(Me);
|
|
2327
2711
|
};
|
|
2328
|
-
|
|
2329
|
-
|
|
2712
|
+
Ee(() => {
|
|
2713
|
+
F.current && (F.current.scrollTop = F.current.scrollHeight);
|
|
2330
2714
|
}, [
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2715
|
+
u,
|
|
2716
|
+
M,
|
|
2717
|
+
C
|
|
2334
2718
|
]);
|
|
2335
|
-
const
|
|
2336
|
-
ref:
|
|
2719
|
+
const _ = ue(null), G = c ? /* @__PURE__ */ o(cn, {
|
|
2720
|
+
ref: _,
|
|
2337
2721
|
title: e,
|
|
2338
|
-
leftNav: t && /* @__PURE__ */
|
|
2722
|
+
leftNav: t && /* @__PURE__ */ o(Vi, {
|
|
2339
2723
|
onClick: t,
|
|
2340
|
-
color:
|
|
2724
|
+
color: d.aiChat.header.textColor
|
|
2341
2725
|
}),
|
|
2342
|
-
style:
|
|
2343
|
-
}) : null,
|
|
2344
|
-
...new Set(
|
|
2726
|
+
style: d.aiChat.header
|
|
2727
|
+
}) : null, q = Z(() => [
|
|
2728
|
+
...new Set(u.filter((B) => B.role === "user").filter((B) => !(i != null && i.includes(B.content))).map((B) => B.content).reverse())
|
|
2345
2729
|
].slice(0, a), [
|
|
2346
|
-
|
|
2730
|
+
u,
|
|
2347
2731
|
a,
|
|
2348
|
-
|
|
2732
|
+
i
|
|
2349
2733
|
]);
|
|
2350
|
-
return (
|
|
2734
|
+
return (x == null ? void 0 : x.message) === r("ai.errors.chatUnavailable") ? /* @__PURE__ */ w(V, {
|
|
2351
2735
|
children: [
|
|
2352
|
-
|
|
2353
|
-
/* @__PURE__ */
|
|
2354
|
-
text:
|
|
2736
|
+
c && G,
|
|
2737
|
+
/* @__PURE__ */ o(on, {
|
|
2738
|
+
text: x.message
|
|
2355
2739
|
})
|
|
2356
2740
|
]
|
|
2357
|
-
}) : /* @__PURE__ */
|
|
2741
|
+
}) : /* @__PURE__ */ w(V, {
|
|
2358
2742
|
children: [
|
|
2359
|
-
|
|
2360
|
-
/* @__PURE__ */
|
|
2361
|
-
ref:
|
|
2362
|
-
theme:
|
|
2363
|
-
onScroll:
|
|
2743
|
+
G,
|
|
2744
|
+
/* @__PURE__ */ w(l1, {
|
|
2745
|
+
ref: F,
|
|
2746
|
+
theme: d,
|
|
2747
|
+
onScroll: X,
|
|
2364
2748
|
children: [
|
|
2365
|
-
/* @__PURE__ */
|
|
2366
|
-
isVisible:
|
|
2367
|
-
anchorElement:
|
|
2749
|
+
/* @__PURE__ */ o(a1, {
|
|
2750
|
+
isVisible: $,
|
|
2751
|
+
anchorElement: z.current,
|
|
2368
2752
|
onClick: () => {
|
|
2369
|
-
var
|
|
2370
|
-
(
|
|
2371
|
-
top: (
|
|
2753
|
+
var B, W;
|
|
2754
|
+
(W = F.current) == null || W.scroll({
|
|
2755
|
+
top: (B = F.current) == null ? void 0 : B.scrollHeight,
|
|
2372
2756
|
behavior: "smooth"
|
|
2373
2757
|
});
|
|
2374
2758
|
}
|
|
2375
2759
|
}),
|
|
2376
|
-
/* @__PURE__ */
|
|
2377
|
-
/* @__PURE__ */
|
|
2378
|
-
questions:
|
|
2379
|
-
isLoading:
|
|
2380
|
-
onSelection:
|
|
2760
|
+
/* @__PURE__ */ o(oi, {}),
|
|
2761
|
+
/* @__PURE__ */ o(Xi, {
|
|
2762
|
+
questions: i || [],
|
|
2763
|
+
isLoading: b,
|
|
2764
|
+
onSelection: g
|
|
2381
2765
|
}),
|
|
2382
|
-
|
|
2766
|
+
x && /* @__PURE__ */ o(ie, {
|
|
2383
2767
|
align: "left",
|
|
2384
|
-
children:
|
|
2768
|
+
children: x.message
|
|
2385
2769
|
}),
|
|
2386
|
-
|
|
2387
|
-
messages:
|
|
2770
|
+
v ? /* @__PURE__ */ o(Oe, {}) : /* @__PURE__ */ o(ji, {
|
|
2771
|
+
messages: u
|
|
2388
2772
|
}),
|
|
2389
|
-
|
|
2390
|
-
theme:
|
|
2391
|
-
children: (
|
|
2773
|
+
s && l && ((te = (j = l.followupQuestions) == null ? void 0 : j.length) != null ? te : 0) > 0 && /* @__PURE__ */ o(d1, {
|
|
2774
|
+
theme: d,
|
|
2775
|
+
children: (le = l.followupQuestions) == null ? void 0 : le.slice(0, 2).map((B, W) => /* @__PURE__ */ o(Ie, {
|
|
2392
2776
|
align: "left",
|
|
2393
2777
|
onClick: () => {
|
|
2394
|
-
|
|
2778
|
+
g(B);
|
|
2395
2779
|
},
|
|
2396
|
-
children: /* @__PURE__ */
|
|
2780
|
+
children: /* @__PURE__ */ o("div", {
|
|
2397
2781
|
className: "csdk-py-[7px] csdk-px-4",
|
|
2398
|
-
children:
|
|
2782
|
+
children: B
|
|
2399
2783
|
})
|
|
2400
|
-
},
|
|
2784
|
+
}, W))
|
|
2401
2785
|
}),
|
|
2402
|
-
(
|
|
2403
|
-
|
|
2404
|
-
onCancel:
|
|
2405
|
-
onConfirm:
|
|
2786
|
+
(C || R) && /* @__PURE__ */ o(st, {}),
|
|
2787
|
+
M && /* @__PURE__ */ o(di, {
|
|
2788
|
+
onCancel: A,
|
|
2789
|
+
onConfirm: U
|
|
2406
2790
|
})
|
|
2407
2791
|
]
|
|
2408
2792
|
}),
|
|
2409
|
-
/* @__PURE__ */
|
|
2410
|
-
ref:
|
|
2411
|
-
theme:
|
|
2793
|
+
/* @__PURE__ */ w(c1, {
|
|
2794
|
+
ref: z,
|
|
2795
|
+
theme: d,
|
|
2412
2796
|
children: [
|
|
2413
|
-
/* @__PURE__ */
|
|
2414
|
-
onSendMessage:
|
|
2415
|
-
disabled:
|
|
2416
|
-
onClearHistoryClick:
|
|
2417
|
-
suggestions:
|
|
2418
|
-
recentPrompts:
|
|
2419
|
-
isLoading:
|
|
2420
|
-
recommendationsError:
|
|
2421
|
-
onChange:
|
|
2797
|
+
/* @__PURE__ */ o(Qr, {
|
|
2798
|
+
onSendMessage: g,
|
|
2799
|
+
disabled: C || v,
|
|
2800
|
+
onClearHistoryClick: Q,
|
|
2801
|
+
suggestions: i || [],
|
|
2802
|
+
recentPrompts: q,
|
|
2803
|
+
isLoading: b || v,
|
|
2804
|
+
recommendationsError: m,
|
|
2805
|
+
onChange: A
|
|
2422
2806
|
}),
|
|
2423
|
-
/* @__PURE__ */
|
|
2424
|
-
theme:
|
|
2807
|
+
/* @__PURE__ */ o(n1, {
|
|
2808
|
+
theme: d
|
|
2425
2809
|
})
|
|
2426
2810
|
]
|
|
2427
2811
|
})
|
|
2428
2812
|
]
|
|
2429
2813
|
});
|
|
2430
2814
|
}
|
|
2431
|
-
const
|
|
2815
|
+
const p1 = /* @__PURE__ */ k("button", {
|
|
2432
2816
|
target: "e5a38pw0",
|
|
2433
2817
|
label: "Container"
|
|
2434
|
-
})("font-family:", ({ theme: e }) => e.typography.fontFamily, ";padding:20px;border:none;display:flex;align-items:center;justify-content:space-between;text-align:left;border-radius:15px;box-shadow:0px 1px 2px rgba(9,9,10,0.1),0px 2px 4px rgba(9,9,10,0.1);cursor:pointer;background-color:", ({ theme: e }) => e.aiChat.dataTopics.items.backgroundColor, ";"),
|
|
2818
|
+
})("font-family:", ({ theme: e }) => e.typography.fontFamily, ";padding:20px;border:none;display:flex;align-items:center;justify-content:space-between;text-align:left;border-radius:15px;box-shadow:0px 1px 2px rgba(9,9,10,0.1),0px 2px 4px rgba(9,9,10,0.1);cursor:pointer;background-color:", ({ theme: e }) => e.aiChat.dataTopics.items.backgroundColor, ";"), h1 = /* @__PURE__ */ k("div", {
|
|
2435
2819
|
target: "e5a38pw1",
|
|
2436
2820
|
label: "Title"
|
|
2437
|
-
})("font-size:1.05rem;line-height:28px;color:", ({ theme: e }) => e.aiChat.dataTopics.items.textColor, ";"),
|
|
2821
|
+
})("font-size:1.05rem;line-height:28px;color:", ({ theme: e }) => e.aiChat.dataTopics.items.textColor, ";"), g1 = /* @__PURE__ */ k("div", {
|
|
2438
2822
|
target: "e5a38pw2",
|
|
2439
2823
|
label: "Description"
|
|
2440
|
-
})("font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";color:", ({ theme: e }) =>
|
|
2824
|
+
})("font-size:", ({ theme: e }) => e.aiChat.primaryFontSize[0], ";line-height:", ({ theme: e }) => e.aiChat.primaryFontSize[1], ";color:", ({ theme: e }) => Ft(e.aiChat.dataTopics.items.textColor, 0, 0.5), ";"), C1 = /* @__PURE__ */ k("div", {
|
|
2441
2825
|
target: "e5a38pw3",
|
|
2442
2826
|
label: "IconContainer"
|
|
2443
2827
|
})("width:16px;height:16px;transform:rotate(180deg);");
|
|
2444
|
-
function
|
|
2445
|
-
const { title: t, description:
|
|
2446
|
-
return /* @__PURE__ */
|
|
2828
|
+
function f1(e) {
|
|
2829
|
+
const { title: t, description: n, onClick: r } = e, { themeSettings: s } = L();
|
|
2830
|
+
return /* @__PURE__ */ w(p1, {
|
|
2447
2831
|
onClick: r,
|
|
2448
|
-
theme:
|
|
2832
|
+
theme: s,
|
|
2449
2833
|
children: [
|
|
2450
|
-
/* @__PURE__ */
|
|
2834
|
+
/* @__PURE__ */ w("div", {
|
|
2451
2835
|
children: [
|
|
2452
|
-
/* @__PURE__ */
|
|
2453
|
-
theme:
|
|
2836
|
+
/* @__PURE__ */ o(h1, {
|
|
2837
|
+
theme: s,
|
|
2454
2838
|
children: t
|
|
2455
2839
|
}),
|
|
2456
|
-
/* @__PURE__ */
|
|
2457
|
-
theme:
|
|
2458
|
-
children:
|
|
2840
|
+
/* @__PURE__ */ o(g1, {
|
|
2841
|
+
theme: s,
|
|
2842
|
+
children: n
|
|
2459
2843
|
})
|
|
2460
2844
|
]
|
|
2461
2845
|
}),
|
|
2462
|
-
/* @__PURE__ */
|
|
2463
|
-
children: /* @__PURE__ */
|
|
2464
|
-
color:
|
|
2846
|
+
/* @__PURE__ */ o(C1, {
|
|
2847
|
+
children: /* @__PURE__ */ o(ln, {
|
|
2848
|
+
color: s.aiChat.icons.color
|
|
2465
2849
|
})
|
|
2466
2850
|
})
|
|
2467
2851
|
]
|
|
2468
2852
|
});
|
|
2469
2853
|
}
|
|
2470
|
-
const
|
|
2854
|
+
const m1 = /* @__PURE__ */ k("div", {
|
|
2471
2855
|
target: "emrh5y30",
|
|
2472
2856
|
label: "FlexContainer"
|
|
2473
|
-
})("padding:20px;display:flex;flex-direction:column;gap:20px;overflow:auto;"),
|
|
2857
|
+
})("padding:20px;display:flex;flex-direction:column;gap:20px;overflow:auto;"), b1 = /* @__PURE__ */ k("div", {
|
|
2474
2858
|
target: "emrh5y31",
|
|
2475
2859
|
label: "Title"
|
|
2476
|
-
})("font-size:24px;line-height:32px;font-weight:600;text-align:center;padding-bottom:4px;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";"),
|
|
2860
|
+
})("font-size:24px;line-height:32px;font-weight:600;text-align:center;padding-bottom:4px;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";"), x1 = /* @__PURE__ */ k("div", {
|
|
2477
2861
|
target: "emrh5y32",
|
|
2478
2862
|
label: "Subtitle"
|
|
2479
2863
|
})("font-size:15px;line-height:22px;color:", ({ theme: e }) => e.aiChat.primaryTextColor, ";");
|
|
2480
|
-
function
|
|
2481
|
-
const { dataTopics: t } = e, { themeSettings:
|
|
2482
|
-
return /* @__PURE__ */
|
|
2864
|
+
function y1(e) {
|
|
2865
|
+
const { dataTopics: t } = e, { themeSettings: n } = L(), { t: r } = H();
|
|
2866
|
+
return /* @__PURE__ */ w(m1, {
|
|
2483
2867
|
children: [
|
|
2484
|
-
/* @__PURE__ */
|
|
2485
|
-
theme:
|
|
2868
|
+
/* @__PURE__ */ o(b1, {
|
|
2869
|
+
theme: n,
|
|
2486
2870
|
children: r("ai.dataTopics")
|
|
2487
2871
|
}),
|
|
2488
|
-
/* @__PURE__ */
|
|
2489
|
-
theme:
|
|
2872
|
+
/* @__PURE__ */ w(x1, {
|
|
2873
|
+
theme: n,
|
|
2490
2874
|
children: [
|
|
2491
2875
|
r("ai.chatbotDescription"),
|
|
2492
|
-
/* @__PURE__ */
|
|
2493
|
-
/* @__PURE__ */
|
|
2876
|
+
/* @__PURE__ */ o("br", {}),
|
|
2877
|
+
/* @__PURE__ */ o("br", {}),
|
|
2494
2878
|
r("ai.topicSelectPrompt")
|
|
2495
2879
|
]
|
|
2496
2880
|
}),
|
|
2497
|
-
t.map((
|
|
2498
|
-
key:
|
|
2881
|
+
t.map((s) => /* @__PURE__ */ er(f1, N(T({}, s), {
|
|
2882
|
+
key: s.title
|
|
2499
2883
|
})))
|
|
2500
2884
|
]
|
|
2501
2885
|
});
|
|
2502
2886
|
}
|
|
2503
|
-
const
|
|
2504
|
-
function
|
|
2505
|
-
const t = e ?
|
|
2506
|
-
return /* @__PURE__ */
|
|
2887
|
+
const v1 = "#000000", k1 = "#FFFFFF";
|
|
2888
|
+
function w1({ isDarkBackground: e = !1 }) {
|
|
2889
|
+
const t = e ? k1 : v1;
|
|
2890
|
+
return /* @__PURE__ */ w("svg", {
|
|
2507
2891
|
width: "32",
|
|
2508
2892
|
height: "32",
|
|
2509
2893
|
viewBox: "0 0 500 504",
|
|
2510
2894
|
fill: "none",
|
|
2511
2895
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2512
2896
|
children: [
|
|
2513
|
-
/* @__PURE__ */
|
|
2897
|
+
/* @__PURE__ */ o("path", {
|
|
2514
2898
|
d: "M365.111 69.5654C350.571 69.5654 338.747 81.3237 338.747 95.7826C338.747 110.241 350.571 122 365.111 122C379.651 122 391.476 110.241 391.476 95.7826C391.476 81.3237 379.651 69.5654 365.111 69.5654Z",
|
|
2515
2899
|
fill: t
|
|
2516
2900
|
}),
|
|
2517
|
-
/* @__PURE__ */
|
|
2901
|
+
/* @__PURE__ */ o("path", {
|
|
2518
2902
|
d: "M135.365 147.679C120.824 147.679 109 159.437 109 173.896C109 188.355 120.824 200.113 135.365 200.113C149.905 200.113 161.715 188.355 161.715 173.896C161.715 159.437 149.891 147.679 135.365 147.679Z",
|
|
2519
2903
|
fill: t
|
|
2520
2904
|
}),
|
|
2521
|
-
/* @__PURE__ */
|
|
2905
|
+
/* @__PURE__ */ o("path", {
|
|
2522
2906
|
d: "M135.365 225.789C120.824 225.789 109 237.547 109 252.006C109 266.465 120.824 278.21 135.365 278.21C149.905 278.21 161.715 266.451 161.715 252.006C161.715 237.561 149.891 225.789 135.365 225.789Z",
|
|
2523
2907
|
fill: t
|
|
2524
2908
|
}),
|
|
2525
|
-
/* @__PURE__ */
|
|
2909
|
+
/* @__PURE__ */ o("path", {
|
|
2526
2910
|
d: "M364.401 225.789C349.861 225.789 338.037 237.547 338.037 252.006C338.037 266.465 349.861 278.21 364.401 278.21C378.941 278.21 390.766 266.451 390.766 252.006C390.766 237.561 378.941 225.789 364.401 225.789Z",
|
|
2527
2911
|
fill: t
|
|
2528
2912
|
}),
|
|
2529
|
-
/* @__PURE__ */
|
|
2913
|
+
/* @__PURE__ */ o("path", {
|
|
2530
2914
|
d: "M365.111 303.899C350.571 303.899 338.747 315.658 338.747 330.117C338.747 344.575 350.571 356.334 365.111 356.334C379.651 356.334 391.476 344.575 391.476 330.117C391.476 315.658 379.651 303.899 365.111 303.899Z",
|
|
2531
2915
|
fill: t
|
|
2532
2916
|
}),
|
|
2533
|
-
/* @__PURE__ */
|
|
2917
|
+
/* @__PURE__ */ o("path", {
|
|
2534
2918
|
d: "M135.365 382.013C120.824 382.013 109 393.771 109 408.23C109 422.689 120.824 434.447 135.365 434.447C149.905 434.447 161.715 422.689 161.715 408.23C161.715 393.771 149.891 382.013 135.365 382.013Z",
|
|
2535
2919
|
fill: t
|
|
2536
2920
|
}),
|
|
2537
|
-
/* @__PURE__ */
|
|
2921
|
+
/* @__PURE__ */ o("path", {
|
|
2538
2922
|
d: "M289.516 142.11C271.898 142.11 257.567 156.362 257.567 173.895C257.567 191.429 271.898 205.666 289.516 205.666C307.135 205.666 321.466 191.415 321.466 173.895C321.466 156.375 307.135 142.11 289.516 142.11Z",
|
|
2539
2923
|
fill: t
|
|
2540
2924
|
}),
|
|
2541
|
-
/* @__PURE__ */
|
|
2925
|
+
/* @__PURE__ */ o("path", {
|
|
2542
2926
|
d: "M210.96 142.11C193.342 142.11 179.01 156.362 179.01 173.895C179.01 191.429 193.342 205.666 210.96 205.666C228.578 205.666 242.909 191.415 242.909 173.895C242.909 156.375 228.578 142.11 210.96 142.11Z",
|
|
2543
2927
|
fill: t
|
|
2544
2928
|
}),
|
|
2545
|
-
/* @__PURE__ */
|
|
2929
|
+
/* @__PURE__ */ o("path", {
|
|
2546
2930
|
d: "M289.516 220.224C271.898 220.224 257.567 234.475 257.567 252.008C257.567 269.542 271.898 283.779 289.516 283.779C307.135 283.779 321.466 269.528 321.466 252.008C321.466 234.489 307.135 220.224 289.516 220.224Z",
|
|
2547
2931
|
fill: t
|
|
2548
2932
|
}),
|
|
2549
|
-
/* @__PURE__ */
|
|
2933
|
+
/* @__PURE__ */ o("path", {
|
|
2550
2934
|
d: "M210.96 220.224C193.342 220.224 179.01 234.475 179.01 252.008C179.01 269.542 193.342 283.779 210.96 283.779C228.578 283.779 242.909 269.528 242.909 252.008C242.909 234.489 228.578 220.224 210.96 220.224Z",
|
|
2551
2935
|
fill: t
|
|
2552
2936
|
}),
|
|
2553
|
-
/* @__PURE__ */
|
|
2937
|
+
/* @__PURE__ */ o("path", {
|
|
2554
2938
|
d: "M289.516 298.334C271.898 298.334 257.567 312.585 257.567 330.105C257.567 347.624 271.898 361.889 289.516 361.889C307.135 361.889 321.466 347.638 321.466 330.105C321.466 312.571 307.135 298.334 289.516 298.334Z",
|
|
2555
2939
|
fill: t
|
|
2556
2940
|
}),
|
|
2557
|
-
/* @__PURE__ */
|
|
2941
|
+
/* @__PURE__ */ o("path", {
|
|
2558
2942
|
d: "M210.96 298.334C193.342 298.334 179.01 312.585 179.01 330.105C179.01 347.624 193.342 361.889 210.96 361.889C228.578 361.889 242.909 347.638 242.909 330.105C242.909 312.571 228.578 298.334 210.96 298.334Z",
|
|
2559
2943
|
fill: t
|
|
2560
2944
|
}),
|
|
2561
|
-
/* @__PURE__ */
|
|
2945
|
+
/* @__PURE__ */ o("path", {
|
|
2562
2946
|
d: "M289.516 64C271.898 64 257.567 78.2512 257.567 95.7847C257.567 113.318 271.898 127.555 289.516 127.555C307.135 127.555 321.466 113.304 321.466 95.7847C321.466 78.265 307.135 64 289.516 64Z",
|
|
2563
2947
|
fill: t
|
|
2564
2948
|
}),
|
|
2565
|
-
/* @__PURE__ */
|
|
2949
|
+
/* @__PURE__ */ o("path", {
|
|
2566
2950
|
d: "M210.96 64C193.342 64 179.01 78.2512 179.01 95.7847C179.01 113.318 193.342 127.555 210.96 127.555C228.578 127.555 242.909 113.304 242.909 95.7847C242.909 78.265 228.578 64 210.96 64Z",
|
|
2567
2951
|
fill: t
|
|
2568
2952
|
}),
|
|
2569
|
-
/* @__PURE__ */
|
|
2953
|
+
/* @__PURE__ */ o("path", {
|
|
2570
2954
|
d: "M289.516 376.442C271.898 376.442 257.567 390.694 257.567 408.213C257.567 425.733 271.898 439.998 289.516 439.998C307.135 439.998 321.466 425.747 321.466 408.213C321.466 390.68 307.135 376.442 289.516 376.442Z",
|
|
2571
2955
|
fill: t
|
|
2572
2956
|
}),
|
|
2573
|
-
/* @__PURE__ */
|
|
2957
|
+
/* @__PURE__ */ o("path", {
|
|
2574
2958
|
d: "M210.96 376.442C193.342 376.442 179.01 390.694 179.01 408.213C179.01 425.733 193.342 439.998 210.96 439.998C228.578 439.998 242.909 425.747 242.909 408.213C242.909 390.68 228.578 376.442 210.96 376.442Z",
|
|
2575
2959
|
fill: t
|
|
2576
2960
|
})
|
|
2577
2961
|
]
|
|
2578
2962
|
});
|
|
2579
2963
|
}
|
|
2580
|
-
const
|
|
2964
|
+
const S1 = /* @__PURE__ */ k("div", {
|
|
2581
2965
|
target: "ealudtn0",
|
|
2582
2966
|
label: "LogoContainer"
|
|
2583
|
-
})("margin-left:14px;margin-top:3px;"),
|
|
2967
|
+
})("margin-left:14px;margin-top:3px;"), M1 = /* @__PURE__ */ k("div", {
|
|
2584
2968
|
target: "ealudtn1",
|
|
2585
2969
|
label: "DataTopicsContainer"
|
|
2586
2970
|
})("display:flex;flex-direction:column;justify-content:top;overflow:hidden;height:100%;background-color:", ({ theme: e }) => e.aiChat.dataTopics.backgroundColor, ";");
|
|
2587
|
-
function
|
|
2588
|
-
const { enableHeader:
|
|
2589
|
-
title:
|
|
2590
|
-
onClick: () => t(
|
|
2971
|
+
function T1({ dataTopicsList: e, onDataTopicClick: t }) {
|
|
2972
|
+
const { enableHeader: n } = ee(), { themeSettings: r } = L(), { t: s } = H(), c = Z(() => e == null ? void 0 : e.map((p) => ({
|
|
2973
|
+
title: p,
|
|
2974
|
+
onClick: () => t(p)
|
|
2591
2975
|
})), [
|
|
2592
2976
|
e,
|
|
2593
2977
|
t
|
|
2594
|
-
]), a =
|
|
2595
|
-
return /* @__PURE__ */
|
|
2978
|
+
]), a = tr(nr(r.aiChat.header.backgroundColor)) > 0.5;
|
|
2979
|
+
return /* @__PURE__ */ w(V, {
|
|
2596
2980
|
children: [
|
|
2597
|
-
|
|
2598
|
-
title:
|
|
2599
|
-
leftNav: /* @__PURE__ */
|
|
2600
|
-
children: /* @__PURE__ */
|
|
2981
|
+
n ? /* @__PURE__ */ o(cn, {
|
|
2982
|
+
title: s("ai.analyticsChatbot"),
|
|
2983
|
+
leftNav: /* @__PURE__ */ o(S1, {
|
|
2984
|
+
children: /* @__PURE__ */ o(w1, {
|
|
2601
2985
|
isDarkBackground: a
|
|
2602
2986
|
})
|
|
2603
2987
|
}),
|
|
2604
2988
|
style: r.aiChat.header
|
|
2605
2989
|
}) : null,
|
|
2606
|
-
/* @__PURE__ */
|
|
2990
|
+
/* @__PURE__ */ w(M1, {
|
|
2607
2991
|
theme: r,
|
|
2608
2992
|
children: [
|
|
2609
|
-
!
|
|
2610
|
-
|
|
2611
|
-
dataTopics:
|
|
2993
|
+
!c && /* @__PURE__ */ o(Oe, {}),
|
|
2994
|
+
c && /* @__PURE__ */ o(y1, {
|
|
2995
|
+
dataTopics: c
|
|
2612
2996
|
})
|
|
2613
2997
|
]
|
|
2614
2998
|
})
|
|
2615
2999
|
]
|
|
2616
3000
|
});
|
|
2617
3001
|
}
|
|
2618
|
-
function
|
|
2619
|
-
const [e, t] =
|
|
2620
|
-
|
|
3002
|
+
function L1() {
|
|
3003
|
+
const [e, t] = P(), [n, r] = P(), { data: s, fetchStatus: c } = yr(), { dataTopicsList: a, contextDetails: p } = ee(), { t: d } = H(), h = d("ai.errors.noAvailableDataTopics"), b = O((l) => {
|
|
3004
|
+
l.length ? l.length === 1 && (r(void 0), t(l[0])) : r(h);
|
|
2621
3005
|
}, [
|
|
2622
|
-
|
|
2623
|
-
]),
|
|
2624
|
-
if (
|
|
2625
|
-
const
|
|
2626
|
-
return
|
|
3006
|
+
h
|
|
3007
|
+
]), m = Z(() => {
|
|
3008
|
+
if (s && c === "idle") {
|
|
3009
|
+
const C = (a != null && a.length ? s == null ? void 0 : s.filter((g) => a == null ? void 0 : a.includes(g.title)) : s).map((g) => g.title);
|
|
3010
|
+
return b(C), C;
|
|
2627
3011
|
}
|
|
2628
3012
|
return [];
|
|
2629
3013
|
}, [
|
|
2630
|
-
i,
|
|
2631
3014
|
s,
|
|
3015
|
+
c,
|
|
2632
3016
|
a,
|
|
2633
|
-
|
|
2634
|
-
]),
|
|
2635
|
-
r(void 0),
|
|
3017
|
+
b
|
|
3018
|
+
]), i = ye(), u = O(() => {
|
|
3019
|
+
r(void 0), i.invalidateQueries([
|
|
2636
3020
|
"getDataTopics"
|
|
2637
3021
|
]);
|
|
2638
3022
|
}, [
|
|
2639
|
-
|
|
3023
|
+
i
|
|
2640
3024
|
]);
|
|
2641
|
-
return
|
|
2642
|
-
text:
|
|
3025
|
+
return n ? /* @__PURE__ */ o(on, {
|
|
3026
|
+
text: n,
|
|
2643
3027
|
action: {
|
|
2644
|
-
text:
|
|
2645
|
-
onClick:
|
|
3028
|
+
text: d("ai.buttons.refresh"),
|
|
3029
|
+
onClick: u
|
|
2646
3030
|
}
|
|
2647
|
-
}) :
|
|
3031
|
+
}) : m.length === 1 && !e ? /* @__PURE__ */ o(Oe, {}) : e ? /* @__PURE__ */ o(u1, {
|
|
2648
3032
|
contextTitle: e,
|
|
2649
|
-
contextDetails:
|
|
2650
|
-
onGoBack:
|
|
2651
|
-
}) : /* @__PURE__ */
|
|
2652
|
-
dataTopicsList:
|
|
2653
|
-
onDataTopicClick: (
|
|
3033
|
+
contextDetails: p,
|
|
3034
|
+
onGoBack: m.length === 1 ? void 0 : () => t(void 0)
|
|
3035
|
+
}) : /* @__PURE__ */ o(T1, {
|
|
3036
|
+
dataTopicsList: m,
|
|
3037
|
+
onDataTopicClick: (l) => t(l)
|
|
2654
3038
|
});
|
|
2655
3039
|
}
|
|
2656
|
-
const
|
|
3040
|
+
const V1 = Nt({
|
|
2657
3041
|
componentName: "Chatbot"
|
|
2658
3042
|
})((e) => {
|
|
2659
|
-
const { width: t, height:
|
|
2660
|
-
return /* @__PURE__ */
|
|
3043
|
+
const { width: t, height: n, config: r } = e, { themeSettings: s } = L();
|
|
3044
|
+
return /* @__PURE__ */ o(br, {
|
|
2661
3045
|
value: r != null ? r : {},
|
|
2662
|
-
children: /* @__PURE__ */
|
|
3046
|
+
children: /* @__PURE__ */ o(Nr, {
|
|
2663
3047
|
id: "csdk-chatbot-frame",
|
|
2664
3048
|
width: t,
|
|
2665
|
-
height:
|
|
2666
|
-
theme:
|
|
3049
|
+
height: n,
|
|
3050
|
+
theme: s,
|
|
2667
3051
|
tabIndex: 0,
|
|
2668
|
-
children: /* @__PURE__ */
|
|
3052
|
+
children: /* @__PURE__ */ o(L1, {})
|
|
2669
3053
|
})
|
|
2670
3054
|
});
|
|
2671
|
-
}),
|
|
3055
|
+
}), G1 = Nt({
|
|
2672
3056
|
componentName: "GetNlgInsights"
|
|
2673
3057
|
})(function(t) {
|
|
2674
|
-
const { data:
|
|
2675
|
-
if (
|
|
2676
|
-
return /* @__PURE__ */
|
|
2677
|
-
children:
|
|
3058
|
+
const { data: n, isLoading: r, isError: s } = Be(t), { t: c } = H();
|
|
3059
|
+
if (s)
|
|
3060
|
+
return /* @__PURE__ */ o(V, {
|
|
3061
|
+
children: c("ai.errors.unexpected")
|
|
2678
3062
|
});
|
|
2679
|
-
const a =
|
|
2680
|
-
return /* @__PURE__ */
|
|
3063
|
+
const a = n != null ? n : c("ai.errors.insightsNotAvailable");
|
|
3064
|
+
return /* @__PURE__ */ o(lt, {
|
|
2681
3065
|
text: r ? "Loading..." : a
|
|
2682
3066
|
});
|
|
2683
3067
|
});
|
|
2684
|
-
function
|
|
3068
|
+
function R1({ theme: e }) {
|
|
2685
3069
|
const t = e.general.brandColor;
|
|
2686
|
-
return /* @__PURE__ */
|
|
3070
|
+
return /* @__PURE__ */ w("svg", {
|
|
2687
3071
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2688
3072
|
width: "24",
|
|
2689
3073
|
height: "24",
|
|
2690
3074
|
viewBox: "-2 -3 24 24",
|
|
2691
3075
|
fill: "none",
|
|
2692
3076
|
children: [
|
|
2693
|
-
/* @__PURE__ */
|
|
3077
|
+
/* @__PURE__ */ o("path", {
|
|
2694
3078
|
fillRule: "evenodd",
|
|
2695
3079
|
clipRule: "evenodd",
|
|
2696
3080
|
d: "M12.0533 3.62671e-06C12.0557 -9.45649e-05 12.0577 0.00181346 12.0578 0.00422597C12.1926 3.98958 15.4422 7.18501 19.4491 7.23273C19.4494 7.23273 19.4496 7.23296 19.4496 7.23325C19.4496 7.23356 19.4494 7.23381 19.4491 7.23382C15.3869 7.2822 12.1029 10.5659 12.054 14.628C12.054 14.6283 12.0538 14.6285 12.0535 14.6285C12.0532 14.6285 12.0529 14.6283 12.0529 14.628C12.0047 10.6218 8.80995 7.37281 4.8253 7.23765C4.82287 7.23757 4.82095 7.23552 4.82105 7.2331C4.82114 7.23081 4.82301 7.22897 4.8253 7.2289C8.75488 7.0956 11.9163 3.93392 12.0491 0.004224C12.0492 0.00194873 12.051 9.62326e-05 12.0533 3.62671e-06Z",
|
|
2697
3081
|
fill: t
|
|
2698
3082
|
}),
|
|
2699
|
-
/* @__PURE__ */
|
|
3083
|
+
/* @__PURE__ */ o("path", {
|
|
2700
3084
|
fillRule: "evenodd",
|
|
2701
3085
|
clipRule: "evenodd",
|
|
2702
3086
|
d: "M9.0973 12.7759C7.1172 12.7236 5.51984 11.1352 5.45331 9.1587C5.45326 9.1573 5.45209 9.1562 5.4507 9.15625C5.44938 9.1563 5.44832 9.15738 5.44828 9.15869C5.38204 11.1266 3.79825 12.7098 1.83009 12.7751C1.82969 12.7752 1.82936 12.7755 1.82935 12.7759C1.82933 12.7763 1.82967 12.7767 1.83009 12.7767C3.8264 12.8429 5.42727 14.4708 5.45019 16.4778C5.45019 16.4781 5.45045 16.4784 5.45077 16.4784C5.45111 16.4784 5.4514 16.4781 5.4514 16.4778C5.47442 14.4622 7.089 12.8289 9.0973 12.7759Z",
|
|
2703
3087
|
fill: t
|
|
2704
3088
|
}),
|
|
2705
|
-
/* @__PURE__ */
|
|
3089
|
+
/* @__PURE__ */ o("path", {
|
|
2706
3090
|
fillRule: "evenodd",
|
|
2707
3091
|
clipRule: "evenodd",
|
|
2708
3092
|
d: "M2.8778 2.15728C2.87779 2.15701 2.8779 2.15674 2.8781 2.15655C2.87874 2.15591 2.87983 2.15638 2.87981 2.15728C2.87934 2.17566 2.87911 2.1941 2.87911 2.21259C2.87911 3.36434 3.78842 4.30371 4.92829 4.35195C3.78842 4.40019 2.87911 5.33955 2.87911 6.4913C2.87911 6.56284 2.88262 6.63356 2.88947 6.7033C2.89045 6.7133 2.8783 6.71912 2.87119 6.71202C2.86894 6.70976 2.86781 6.70662 2.86813 6.70344C2.87499 6.63366 2.8785 6.56289 2.8785 6.4913C2.8785 5.33956 1.96921 4.40021 0.829346 4.35195C1.96921 4.30369 2.8785 3.36433 2.8785 2.21259C2.8785 2.1941 2.87827 2.17566 2.8778 2.15728ZM5.16566 4.35485C5.16834 4.35503 5.16981 4.35179 5.16791 4.34989C5.16732 4.3493 5.1665 4.34899 5.16567 4.34905C5.14802 4.35023 5.13031 4.3512 5.11255 4.35195C5.13031 4.3527 5.14801 4.35367 5.16566 4.35485Z",
|
|
@@ -2711,80 +3095,80 @@ function kn({ theme: e }) {
|
|
|
2711
3095
|
]
|
|
2712
3096
|
});
|
|
2713
3097
|
}
|
|
2714
|
-
const
|
|
3098
|
+
const E1 = /* @__PURE__ */ k("div", {
|
|
2715
3099
|
target: "eit37yz0",
|
|
2716
3100
|
label: "FlexDiv"
|
|
2717
|
-
})("display:flex;flex-direction:row;align-items:center;gap:10px;margin:24px 0;max-width:640px;color:", ({ theme: e }) => e.chart.textColor, ";background-color:", ({ theme: e }) => e.chart.backgroundColor, ";"),
|
|
3101
|
+
})("display:flex;flex-direction:row;align-items:center;gap:10px;margin:24px 0;max-width:640px;color:", ({ theme: e }) => e.chart.textColor, ";background-color:", ({ theme: e }) => e.chart.backgroundColor, ";"), I1 = /* @__PURE__ */ k("div", {
|
|
2718
3102
|
target: "eit37yz1",
|
|
2719
3103
|
label: "IconDiv"
|
|
2720
|
-
})("align-self:flex-start;"),
|
|
2721
|
-
const { themeSettings:
|
|
2722
|
-
return /* @__PURE__ */
|
|
3104
|
+
})("align-self:flex-start;"), N1 = ({ summary: e, nlgRequest: t }) => {
|
|
3105
|
+
const { themeSettings: n } = L();
|
|
3106
|
+
return /* @__PURE__ */ o(Qe, {
|
|
2723
3107
|
sourceId: t.jaql.datasource.title,
|
|
2724
3108
|
data: t,
|
|
2725
3109
|
type: "chart/insights",
|
|
2726
3110
|
buttonVisibility: "always",
|
|
2727
|
-
renderContent: (r) => /* @__PURE__ */
|
|
2728
|
-
theme:
|
|
3111
|
+
renderContent: (r) => /* @__PURE__ */ w(E1, {
|
|
3112
|
+
theme: n,
|
|
2729
3113
|
children: [
|
|
2730
|
-
/* @__PURE__ */
|
|
2731
|
-
theme:
|
|
2732
|
-
children: /* @__PURE__ */
|
|
2733
|
-
theme:
|
|
3114
|
+
/* @__PURE__ */ o(I1, {
|
|
3115
|
+
theme: n,
|
|
3116
|
+
children: /* @__PURE__ */ o(R1, {
|
|
3117
|
+
theme: n
|
|
2734
3118
|
})
|
|
2735
3119
|
}),
|
|
2736
|
-
/* @__PURE__ */
|
|
3120
|
+
/* @__PURE__ */ o(lt, {
|
|
2737
3121
|
text: e
|
|
2738
3122
|
}),
|
|
2739
3123
|
r
|
|
2740
3124
|
]
|
|
2741
3125
|
})
|
|
2742
3126
|
});
|
|
2743
|
-
},
|
|
2744
|
-
e.queryTitle =
|
|
2745
|
-
const { connectToWidgetProps:
|
|
3127
|
+
}, U1 = ({ nlqResponse: e, onDataReady: t, styleOptions: n, filters: r = [] }) => {
|
|
3128
|
+
e.queryTitle = Vn(e.queryTitle);
|
|
3129
|
+
const { connectToWidgetProps: s } = Gn({
|
|
2746
3130
|
initialFilters: r
|
|
2747
|
-
}), [
|
|
2748
|
-
|
|
2749
|
-
const
|
|
3131
|
+
}), [c, a] = P(null);
|
|
3132
|
+
ke(() => {
|
|
3133
|
+
const m = Fe(e, {
|
|
2750
3134
|
useCustomizedStyleOptions: !0
|
|
2751
3135
|
});
|
|
2752
|
-
if (!
|
|
3136
|
+
if (!m)
|
|
2753
3137
|
a(null);
|
|
2754
3138
|
else {
|
|
2755
|
-
|
|
2756
|
-
const
|
|
3139
|
+
n && m.styleOptions && (m.styleOptions = rr(m.styleOptions, n));
|
|
3140
|
+
const i = s(m, {
|
|
2757
3141
|
shouldAffectFilters: !1,
|
|
2758
3142
|
applyMode: "filter"
|
|
2759
3143
|
});
|
|
2760
|
-
a(
|
|
3144
|
+
a(i);
|
|
2761
3145
|
}
|
|
2762
3146
|
}, [
|
|
2763
3147
|
e,
|
|
2764
|
-
|
|
2765
|
-
|
|
3148
|
+
s,
|
|
3149
|
+
n
|
|
2766
3150
|
]);
|
|
2767
|
-
const
|
|
2768
|
-
const
|
|
2769
|
-
return
|
|
2770
|
-
jaql:
|
|
2771
|
-
metadata:
|
|
3151
|
+
const p = Z(() => {
|
|
3152
|
+
const m = c && je(c) ? Un(c == null ? void 0 : c.filters) : [], i = e.jaql.metadata.filter((u) => !u.jaql.filter).concat(m.filter((u) => !u.config.disabled).map((u) => u.jaql()));
|
|
3153
|
+
return N(T({}, e), {
|
|
3154
|
+
jaql: N(T({}, e.jaql), {
|
|
3155
|
+
metadata: i
|
|
2772
3156
|
}),
|
|
2773
3157
|
verbosity: "Low"
|
|
2774
3158
|
});
|
|
2775
3159
|
}, [
|
|
2776
3160
|
e,
|
|
2777
|
-
|
|
2778
|
-
]), { data:
|
|
2779
|
-
return
|
|
3161
|
+
c
|
|
3162
|
+
]), { data: d, isLoading: h, isError: b } = Be(p);
|
|
3163
|
+
return h || !c ? /* @__PURE__ */ o(st, {}) : je(c) ? /* @__PURE__ */ o(be, N(T({}, c), {
|
|
2780
3164
|
highlightSelectionDisabled: !0,
|
|
2781
3165
|
onDataReady: t,
|
|
2782
|
-
topSlot:
|
|
2783
|
-
nlgRequest:
|
|
2784
|
-
summary:
|
|
3166
|
+
topSlot: d && !b && /* @__PURE__ */ o(N1, {
|
|
3167
|
+
nlgRequest: p,
|
|
3168
|
+
summary: d
|
|
2785
3169
|
})
|
|
2786
|
-
})) : /* @__PURE__ */
|
|
2787
|
-
},
|
|
3170
|
+
})) : /* @__PURE__ */ o(V, {});
|
|
3171
|
+
}, F1 = new Lt({
|
|
2788
3172
|
defaultOptions: {
|
|
2789
3173
|
queries: {
|
|
2790
3174
|
refetchOnWindowFocus: !1,
|
|
@@ -2792,34 +3176,34 @@ const Sn = /* @__PURE__ */ u("div", {
|
|
|
2792
3176
|
}
|
|
2793
3177
|
}
|
|
2794
3178
|
});
|
|
2795
|
-
function
|
|
2796
|
-
return /* @__PURE__ */
|
|
2797
|
-
children: /* @__PURE__ */
|
|
3179
|
+
function Q1({ children: e, context: t }) {
|
|
3180
|
+
return /* @__PURE__ */ o(Ot, {
|
|
3181
|
+
children: /* @__PURE__ */ o(Ye.Provider, {
|
|
2798
3182
|
value: t == null ? void 0 : t.api,
|
|
2799
|
-
children: /* @__PURE__ */
|
|
2800
|
-
client:
|
|
3183
|
+
children: /* @__PURE__ */ o(Rt, {
|
|
3184
|
+
client: F1,
|
|
2801
3185
|
children: e
|
|
2802
3186
|
})
|
|
2803
3187
|
})
|
|
2804
3188
|
});
|
|
2805
3189
|
}
|
|
2806
3190
|
export {
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
3191
|
+
A1 as AiContextProvider,
|
|
3192
|
+
lr as ChatRestApi,
|
|
3193
|
+
V1 as Chatbot,
|
|
3194
|
+
Q1 as CustomAiContextProvider,
|
|
3195
|
+
mr as DEFAULT_RECOMMENDATIONS_COUNT,
|
|
3196
|
+
G1 as GetNlgInsights,
|
|
3197
|
+
gr as NLQ_RESULT_CHART_TYPES,
|
|
3198
|
+
U1 as NlqChartWidget,
|
|
3199
|
+
pr as prepareGetNlgInsightsPayload,
|
|
3200
|
+
Cr as prepareGetNlqResultPayload,
|
|
3201
|
+
Tr as useChatSession,
|
|
3202
|
+
j1 as useFinalNlqResponse,
|
|
3203
|
+
z1 as useGetNlgInsights,
|
|
3204
|
+
q1 as useGetNlqResult,
|
|
3205
|
+
W1 as useGetQueryRecommendations,
|
|
3206
|
+
Z1 as useLastNlqResponse,
|
|
3207
|
+
J1 as widgetComposer
|
|
2824
3208
|
};
|
|
2825
|
-
(function(){"use strict";var t;try{if(typeof document!="undefined"){var e=document.createElement("style");e.nonce=(t=document.head.querySelector("meta[property=csp-nonce]"))==null?void 0:t.content,e.appendChild(document.createTextNode('@charset "UTF-8";.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}.csdk-treemap-tooltip-wrapper{min-width:210px;color:#acacac;font-size:14px;line-height:16px;background:#fff;border-radius:10px;overflow:hidden;margin-right:-1px;padding-bottom:10px}.csdk-treemap-tooltip-level{display:flex;align-items:center;position:relative;padding:8px;font-size:14px;border-bottom:1px solid #ccc}.csdk-treemap-tooltip-level span{padding:0 2px}.csdk-treemap-tooltip-value{padding:10px 10px 0;font-size:12px;line-height:16px}.highcharts-sunburst-series.highcharts-legend-item{pointer-events:none!important}.csdk-boxplot-tooltip-row{display:flex;justify-content:space-between}.csdk-boxplot-tooltip-row>*{margin-right:10px}.csdk-boxplot-tooltip-row>*:last-child{margin-right:0}._alert_box_10ttx_1{position:absolute;display:flex;justify-content:center;z-index:1;margin-top:1%}._alert_box_10ttx_1 ._content_10ttx_8{background-color:#616161;padding:5px;border-radius:3px;text-align:center}._alert_box_10ttx_1 ._content_10ttx_8 ._alert_10ttx_1{color:#fff;margin:0 8px;line-height:1;font-size:12px}[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}.csdk-accessible button:focus-visible,.csdk-accessible a:focus-visible,.csdk-accessible textarea:focus-visible,.csdk-accessible select:focus-visible,.csdk-accessible input:focus-visible,.csdk-accessible [tabindex]:focus-visible{outline:-webkit-focus-ring-color auto 1px}.csdk-accessible .MuiTouchRipple-root{display:none}:root{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }::backdrop{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }.csdk-absolute{position:absolute}.csdk-relative{position:relative}.csdk-left-2{left:.5rem}.csdk-right-0{right:0}.csdk-right-\\[-15px\\]{right:-15px}.csdk-right-\\[-5px\\]{right:-5px}.csdk-right-\\[0px\\]{right:0}.csdk-right-\\[4px\\]{right:4px}.csdk-top-1\\/2{top:50%}.csdk-top-\\[3px\\]{top:3px}.csdk-top-\\[7px\\]{top:7px}.csdk-z-\\[401\\]{z-index:401}.csdk-m-auto{margin:auto}.csdk-m-checkbox,.csdk-m-radio{margin:6px 10px 6px 6px}.csdk-mx-\\[16px\\]{margin-left:16px;margin-right:16px}.csdk-my-1{margin-top:.25rem;margin-bottom:.25rem}.csdk-my-\\[2px\\]{margin-top:2px;margin-bottom:2px}.csdk-my-\\[5px\\]{margin-top:5px;margin-bottom:5px}.csdk-mb-1{margin-bottom:.25rem}.csdk-mb-\\[10px\\]{margin-bottom:10px}.csdk-mb-\\[24px\\]{margin-bottom:24px}.csdk-mb-\\[3px\\]{margin-bottom:3px}.csdk-mb-\\[4px\\]{margin-bottom:4px}.csdk-mb-px{margin-bottom:1px}.csdk-ml-1{margin-left:.25rem}.csdk-ml-1\\.5{margin-left:.375rem}.csdk-ml-2{margin-left:.5rem}.csdk-ml-\\[10px\\]{margin-left:10px}.csdk-ml-\\[4px\\]{margin-left:4px}.csdk-ml-\\[5px\\]{margin-left:5px}.csdk-ml-\\[6px\\]{margin-left:6px}.csdk-ml-\\[7px\\]{margin-left:7px}.csdk-ml-auto{margin-left:auto}.csdk-mr-2{margin-right:.5rem}.csdk-mr-\\[5px\\]{margin-right:5px}.csdk-mr-\\[7px\\]{margin-right:7px}.csdk-mt-2{margin-top:.5rem}.csdk-mt-3{margin-top:.75rem}.csdk-mt-\\[-2px\\]{margin-top:-2px}.csdk-mt-\\[16px\\]{margin-top:16px}.csdk-mt-\\[2px\\]{margin-top:2px}.csdk-mt-\\[6px\\]{margin-top:6px}.csdk-mt-\\[8px\\]{margin-top:8px}.csdk-box-border{box-sizing:border-box}.csdk-line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.csdk-flex{display:flex}.csdk-grid{display:grid}.csdk-h-5{height:1.25rem}.csdk-h-6{height:1.5rem}.csdk-h-\\[100\\%\\]{height:100%}.csdk-h-\\[10px\\]{height:10px}.csdk-h-\\[18px\\]{height:18px}.csdk-h-\\[20px\\]{height:20px}.csdk-h-\\[245px\\]{height:245px}.csdk-h-button{height:28px}.csdk-h-checkbox{height:12px}.csdk-h-full{height:100%}.csdk-h-radio{height:12px}.csdk-h-screen{height:100vh}.csdk-max-h-32{max-height:8rem}.csdk-max-h-\\[150px\\]{max-height:150px}.csdk-min-h-\\[20px\\]{min-height:20px}.csdk-min-h-\\[32px\\]{min-height:32px}.csdk-w-5{width:1.25rem}.csdk-w-\\[100\\%\\]{width:100%}.csdk-w-\\[10px\\]{width:10px}.csdk-w-\\[152px\\]{width:152px}.csdk-w-\\[18px\\]{width:18px}.csdk-w-\\[240px\\]{width:240px}.csdk-w-\\[28px\\]{width:28px}.csdk-w-\\[300px\\]{width:300px}.csdk-w-\\[60px\\]{width:60px}.csdk-w-checkbox{width:12px}.csdk-w-fit{width:-moz-fit-content;width:fit-content}.csdk-w-full{width:100%}.csdk-w-radio{width:12px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-xs{max-width:20rem}.csdk-shrink-0{flex-shrink:0}.csdk-grow{flex-grow:1}.csdk-grow-0{flex-grow:0}.-csdk-translate-y-1\\/2{--csdk-tw-translate-y: -50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-translate-x-1\\/2{--csdk-tw-translate-x: 50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.-csdk-rotate-90{--csdk-tw-rotate: -90deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-rotate-45{--csdk-tw-rotate: 45deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-scale-x-\\[-1\\]{--csdk-tw-scale-x: -1;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-transform{transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}@keyframes csdk-spin{to{transform:rotate(360deg)}}.csdk-animate-spin{animation:csdk-spin 1s linear infinite}.csdk-cursor-pointer{cursor:pointer}.csdk-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.csdk-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.csdk-flex-row{flex-direction:row}.csdk-flex-col{flex-direction:column}.csdk-flex-wrap{flex-wrap:wrap}.csdk-items-center{align-items:center}.csdk-justify-end{justify-content:flex-end}.csdk-justify-center{justify-content:center}.csdk-justify-between{justify-content:space-between}.csdk-justify-evenly{justify-content:space-evenly}.csdk-gap-1{gap:.25rem}.csdk-gap-2{gap:.5rem}.csdk-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.csdk-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.csdk-gap-y-0{row-gap:0px}.csdk-gap-y-0\\.5{row-gap:.125rem}.csdk-gap-y-4{row-gap:1rem}.csdk-self-center{align-self:center}.csdk-overflow-auto{overflow:auto}.csdk-overflow-hidden{overflow:hidden}.\\!csdk-overflow-visible{overflow:visible!important}.csdk-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.csdk-rounded{border-radius:.25rem}.csdk-rounded-\\[4px\\]{border-radius:4px}.csdk-rounded-full{border-radius:9999px}.csdk-rounded-md{border-radius:.375rem}.csdk-border{border-width:1px}.csdk-border-0{border-width:0px}.csdk-border-input{border-width:1px}.csdk-border-b{border-bottom-width:1px}.csdk-border-l{border-left-width:1px}.csdk-border-l-\\[70px\\]{border-left-width:70px}.csdk-border-r-\\[70px\\]{border-right-width:70px}.csdk-border-t{border-top-width:1px}.csdk-border-t-\\[13px\\]{border-top-width:13px}.csdk-border-solid{border-style:solid}.csdk-border-none{border-style:none}.csdk-border-UI-default{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--csdk-tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--csdk-tw-border-opacity))}.csdk-border-transparent{border-color:transparent}.csdk-border-l-\\[transparent\\]{border-left-color:transparent}.csdk-border-r-\\[transparent\\]{border-right-color:transparent}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--csdk-tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--csdk-tw-bg-opacity))}.csdk-p-1{padding:.25rem}.csdk-p-1\\.5{padding:.375rem}.csdk-p-3{padding:.75rem}.csdk-p-\\[10px\\]{padding:10px}.csdk-p-\\[12px\\]{padding:12px}.csdk-p-\\[20px\\]{padding:20px}.csdk-p-\\[4px\\]{padding:4px}.csdk-p-button{padding:4px 24px}.csdk-p-px{padding:1px}.csdk-px-2{padding-left:.5rem;padding-right:.5rem}.csdk-px-4{padding-left:1rem;padding-right:1rem}.csdk-px-\\[12px\\]{padding-left:12px;padding-right:12px}.csdk-px-\\[20px\\]{padding-left:20px;padding-right:20px}.csdk-px-\\[8px\\]{padding-left:8px;padding-right:8px}.csdk-py-\\[14\\.5px\\]{padding-top:14.5px;padding-bottom:14.5px}.csdk-py-\\[5px\\]{padding-top:5px;padding-bottom:5px}.csdk-py-\\[6px\\]{padding-top:6px;padding-bottom:6px}.csdk-py-\\[7px\\]{padding-top:7px;padding-bottom:7px}.csdk-pb-\\[0px\\]{padding-bottom:0}.csdk-pl-1{padding-left:.25rem}.csdk-pl-2{padding-left:.5rem}.csdk-pl-2\\.5{padding-left:.625rem}.csdk-pl-3{padding-left:.75rem}.csdk-pl-\\[20px\\]{padding-left:20px}.csdk-pr-10{padding-right:2.5rem}.csdk-pt-48{padding-top:12rem}.csdk-text-left{text-align:left}.csdk-text-\\[13px\\]{font-size:13px}.csdk-text-ai-lg{font-size:18px;line-height:22px}.csdk-text-ai-sm{font-size:13px;line-height:18px}.csdk-text-ai-xs{font-size:11px;line-height:18px}.csdk-text-xs{font-size:.75rem;line-height:1rem}.csdk-font-normal{font-weight:400}.csdk-leading-4{line-height:1rem}.csdk-leading-\\[16px\\]{line-height:16px}.csdk-leading-\\[18px\\]{line-height:18px}.csdk-leading-none{line-height:1}.csdk-text-UI-default{--csdk-tw-text-opacity: 1;color:rgb(110 115 125 / var(--csdk-tw-text-opacity))}.csdk-text-semantic-error{color:#e74727}.csdk-text-text-active{color:#262e3d}.csdk-text-text-content{color:#262e3dcc}.csdk-text-text-link{color:#36a3d9}.csdk-text-text-linkButton{--csdk-tw-text-opacity: 1;color:rgb(30 175 243 / var(--csdk-tw-text-opacity))}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-opacity-80{opacity:.8}.csdk-shadow-md{--csdk-tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--csdk-tw-shadow-colored: 0 4px 6px -1px var(--csdk-tw-shadow-color), 0 2px 4px -2px var(--csdk-tw-shadow-color);box-shadow:var(--csdk-tw-ring-offset-shadow, 0 0 #0000),var(--csdk-tw-ring-shadow, 0 0 #0000),var(--csdk-tw-shadow)}.csdk-shadow-gray-500{--csdk-tw-shadow-color: #6b7280;--csdk-tw-shadow: var(--csdk-tw-shadow-colored)}.csdk-outline-0{outline-width:0px}.csdk-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-delay-150{transition-delay:.15s}.csdk-duration-500{transition-duration:.5s}.invalid\\:csdk-border-input:invalid{border-width:1px}.invalid\\:csdk-border-solid:invalid{border-style:solid}.invalid\\:csdk-border-semantic-error:invalid{border-color:#e74727}.hover\\:csdk-border-2:hover{border-width:2px}.hover\\:csdk-bg-interaction-primaryHovered:hover{background-color:#f2b900}.hover\\:csdk-bg-row-hover:hover{background-color:#e0e0e04d}.focus\\:csdk-border-input:focus{border-width:1px}.focus\\:csdk-border-solid:focus{border-style:solid}.focus\\:csdk-border-UI-default:focus{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.disabled\\:csdk-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:csdk-opacity-30:disabled{opacity:.3}._container_1wquj_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px;text-align:center;margin:15px}._container_1wquj_1 ._card_1wquj_11{position:relative;padding:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;z-index:1;width:100%}._container_1wquj_1 ._text_1wquj_19{font-size:13px;text-align:center;font-weight:700;word-wrap:break-word}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.csdk-scattermap-tooltip-container{color:#5b6372;margin:4px 6px}.csdk-scattermap-tooltip-content{text-align:left}.csdk-scattermap-tooltip-label{font-size:15px;line-height:18px}.csdk-scattermap-tooltip-category{color:#9ea2ab;padding-right:20px}.csdk-scattermap-tooltip-row{display:flex;justify-content:space-between}._wrapper_g0ngm_1{width:100%;height:100%;position:relative}._title_g0ngm_7{font-size:18px;color:#9ea2ab;letter-spacing:normal;text-align:center;position:absolute;width:100%;top:11%}._image_g0ngm_18{width:66.6%;height:100%;margin:0 auto;display:block}.fixedDataTableCellGroupLayout_cellGroup{backface-visibility:hidden;left:0;overflow:hidden;position:absolute;top:0;white-space:nowrap}.fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup{right:0;left:auto}.fixedDataTableCellGroupLayout_cellGroup>.public_fixedDataTableCell_main{display:inline-block;vertical-align:top;white-space:normal}.fixedDataTableCellGroupLayout_cellGroupWrapper{position:absolute;top:0}.fixedDataTableCellLayout_main{border-right-style:solid;border-right-width:1px;border-width:0 1px 0 0;box-sizing:border-box;display:block;overflow:hidden;position:absolute;white-space:normal}.fixedDataTable_isRTL .fixedDataTableCellLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableCellLayout_lastChild{border-width:0 1px 1px 0}.fixedDataTableCellLayout_alignRight{text-align:right}.fixedDataTableCellLayout_alignCenter{text-align:center}.fixedDataTableCellLayout_wrap{display:table-cell;vertical-align:middle;box-sizing:border-box}.fixedDataTableCellLayout_wrap1{display:table}.fixedDataTableCellLayout_wrap2{display:table-row}.fixedDataTableCellLayout_wrap3{display:table-cell;vertical-align:middle}.fixedDataTableCellLayout_columnResizerContainer{position:absolute;right:0;width:6px;z-index:1}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerContainer{left:0;right:auto}.fixedDataTableCellLayout_columnResizerContainer:hover{cursor:ew-resize}.fixedDataTableCellLayout_columnResizerContainer:hover .fixedDataTableCellLayout_columnResizerKnob{visibility:visible}.fixedDataTableCellLayout_columnResizerKnob{position:absolute;right:0;visibility:hidden;width:4px}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerKnob{left:0;right:auto}.fixedDataTableColumnResizerLineLayout_mouseArea{cursor:ew-resize;position:absolute;right:-5px;width:12px}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_mouseArea{right:auto;left:-5px}.fixedDataTableColumnResizerLineLayout_main{border-right-style:solid;border-right-width:1px;box-sizing:border-box;position:absolute;z-index:10;pointer-events:none}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.fixedDataTableColumnResizerLineLayout_hiddenElem{display:none!important}.fixedDataTableLayout_main{border-style:solid;border-width:1px;box-sizing:border-box;overflow:hidden;position:relative}.fixedDataTableLayout_header,.fixedDataTableLayout_hasBottomBorder{border-bottom-style:solid;border-bottom-width:1px}.fixedDataTableLayout_footer .public_fixedDataTableCell_main{border-top-style:solid;border-top-width:1px}.fixedDataTableLayout_topShadow,.fixedDataTableLayout_bottomShadow{height:4px;left:0;position:absolute;right:0;z-index:1}.fixedDataTableLayout_bottomShadow{margin-top:-4px}.fixedDataTableLayout_rowsContainer{overflow:hidden;position:relative}.fixedDataTableRowLayout_main{box-sizing:border-box;overflow:hidden;position:absolute;top:0}.fixedDataTableRowLayout_body{left:0;right:0;position:absolute;top:0}.fixedDataTableRowLayout_rowExpanded{box-sizing:border-box;left:0;position:absolute}.fixedDataTableRowLayout_fixedColumnsDivider{backface-visibility:hidden;border-left-style:solid;border-left-width:1px;left:0;position:absolute;top:0;width:0}.fixedDataTable_isRTL .fixedDataTableRowLayout_fixedColumnsDivider{border-left-width:0;border-right-style:solid;border-right-width:1px}.fixedDataTableRowLayout_columnsShadow{position:absolute;width:4px}.fixedDataTableRowLayout_columnsRightShadow{right:1px}.fixedDataTable_isRTL .fixedDataTableRowLayout_columnsRightShadow{left:1px;right:auto}.fixedDataTableRowLayout_rowWrapper{position:absolute;top:0}.ScrollbarLayout_main{box-sizing:border-box;outline:none;overflow:hidden;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ScrollbarLayout_mainVertical{bottom:0;right:0;top:0;width:15px}.ScrollbarLayout_mainHorizontal{height:15px;left:0;transition-property:background-color height}.ScrollbarLayout_mainHorizontal.public_Scrollbar_mainActive,.ScrollbarLayout_mainHorizontal:hover{height:17px}.ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;transition-duration:.25s;transition-timing-function:ease;transition-property:width}.ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition:background-color .25s ease}.ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}.ScrollbarLayout_faceHorizontal:after{bottom:4px;left:0;top:4px;width:100%}.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal,.fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal:after{right:0;left:auto}.ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,.ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after{bottom:2px}.ScrollbarLayout_faceVertical{left:0;right:0;top:0}.ScrollbarLayout_faceVertical:after{height:100%;left:4px;right:4px;top:0}.ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,.ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{left:2px;right:2px}.public_fixedDataTable_main,.public_fixedDataTable_header,.public_fixedDataTable_hasBottomBorder{border-color:#d3d3d3}.public_fixedDataTable_header .public_fixedDataTableCell_main{font-weight:700}.public_fixedDataTable_header,.public_fixedDataTable_scrollbarSpacer,.public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef)}.public_fixedDataTable_scrollbarSpacer{position:absolute;z-index:99;top:0}.public_fixedDataTable_footer .public_fixedDataTableCell_main{background-color:#f6f7f8;border-color:#d3d3d3}.public_fixedDataTable_topShadow{background-image:linear-gradient(180deg,#0000001a,#0000)}.public_fixedDataTable_bottomShadow{background-image:linear-gradient(0deg,#0000001a,#0000)}.public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal{background-color:#fff}.public_fixedDataTableCell_main{background-color:#fff;border-color:#d3d3d3}.public_fixedDataTableCell_highlighted{background-color:#f4f4f4}.public_fixedDataTableCell_cellContent{padding:8px}.public_fixedDataTableCell_columnResizerKnob{background-color:#0284ff}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:12px}.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-left:20px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:auto;margin-right:12px}.fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-right:20px}.fixedDataTableCellLayout_columnReorderContainer{border-color:#0284ff;background-color:#0000001a;width:12px;margin-right:-12px;float:left;cursor:move}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer{margin-right:auto;margin-left:-12px;float:right}.fixedDataTableCellLayout_columnReorderContainer:after{content:"::";position:absolute;top:50%;left:1px;transform:translateY(-50%)}.fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after{left:auto;right:1px}.public_fixedDataTableColumnResizerLine_main{border-color:#0284ff}.public_fixedDataTableRow_main{background-color:#fff}.public_fixedDataTableRow_highlighted,.public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main{background-color:#f6f7f8}.public_fixedDataTableRow_fixedColumnsDivider{border-color:#d3d3d3}.public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(90deg,#0000001a,#0000)}.fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(270deg,#0000001a,#0000)}.public_fixedDataTableRow_columnsRightShadow{transform:rotate(180deg)}.public_Scrollbar_main.public_Scrollbar_mainActive,.public_Scrollbar_main{background-color:#fff;border-left:1px solid #d3d3d3}.fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,.fixedDataTable_isRTL .public_Scrollbar_main{border-right:1px solid #d3d3d3;border-left-width:0}.public_Scrollbar_mainOpaque,.public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,.public_Scrollbar_mainOpaque:hover{background-color:#fff}.public_Scrollbar_face:after{background-color:#c2c2c2}.public_Scrollbar_main:hover .public_Scrollbar_face:after,.public_Scrollbar_mainActive .public_Scrollbar_face:after,.public_Scrollbar_faceActive:after{background-color:#7d7d7d}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer,._tableWrapper_1ode4_16 .public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:transparent;background-image:none;border-bottom:1px solid #edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{margin-left:3px}._tableWrapper_1ode4_16 .public_fixedDataTable_main,._tableWrapper_1ode4_16 .fixedDataTableLayout_main{border:none}._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted,._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main,._tableWrapper_1ode4_16 .public_fixedDataTableRow_main{background-color:transparent}._tableWrapper_1ode4_16 .public_fixedDataTableCell_main{background-color:transparent;border-color:#edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_hasBottomBorder,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{border-bottom:none}._tableWrapper_1ode4_16 .public_fixedDataTable_header .fixedDataTableCellGroupLayout_cellGroup{border-top:1px solid #edeef1;border-bottom:1px solid #edeef1;box-sizing:border-box}._tableWrapper_1ode4_16 .public_Scrollbar_main{border-left:none;background-color:transparent}._tableWrapper_1ode4_16 .fixedDataTableRowLayout_rowWrapper{border-left:1px solid #edeef1}._tableWrapper_1ode4_16 .public_Scrollbar_main.public_Scrollbar_mainOpaque{left:-1px}._tableWrapper_1ode4_16 .public_fixedDataTableCell_cellContent{padding:0 24px 0 12px}._tableWrapper_1ode4_16{height:100%;width:100%;box-sizing:border-box;-webkit-user-select:text;-moz-user-select:text;user-select:text}._table_1ode4_16{background:transparent;font-size:13px;border:none}._tableHeader_1ode4_78{color:#5c6372;background-color:transparent;margin:0;border:none;width:100%;overflow:hidden;box-sizing:border-box}._tableCell_1ode4_88{color:#5c6372;background-color:transparent;border:none;border-right:1px solid #edeef1;border-bottom:1px solid #edeef1;overflow:hidden;width:100%;box-sizing:border-box}._tableCellContent_1ode4_99{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._headerColor_1ode4_105,._rowColor_1ode4_109{background-color:#f9f9fb}._headerCell_2qf2w_16{display:flex;justify-content:left;align-items:center;margin-left:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;width:100%;cursor:pointer}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;overflow:hidden}._icon_2qf2w_43{margin-right:10px;width:20px;box-sizing:border-box;display:inline-block}._numberIcon_2qf2w_50{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_2qf2w_54{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_2qf2w_58{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_2qf2w_62{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._sortIcon_2qf2w_66{position:absolute;right:0;width:24px;height:24px;background-repeat:no-repeat}._sortAscending_2qf2w_74._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyA3aDcuNjY3YS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTUuNzUgM2gtNS43NWEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjVoNS43NWEuNDkuNDkgMCAwMS40NzguNS40OS40OSAwIDAxLS40NzkuNXptLTUuNzUgM2gzLjgzM2EuNDkuNDkgMCAwMC40OC0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxM2EuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTAgM0g2LjIzYS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTEwLjU0MiAwYS40OS40OSAwIDAxLS40OC0uNXYtNC43OTNsLTIuMDU3IDIuMTQ3YS40NjUuNDY1IDAgMDEtLjY3OCAwIC41MTUuNTE1IDAgMDEwLS43MDhsMi44NjYtMi45OWEuNDY4LjQ2OCAwIDAxLjY5NiAwbDIuODY2IDIuOTlhLjUxNi41MTYgMCAwMTAgLjcwOC40NjUuNDY1IDAgMDEtLjY3OCAwbC0yLjA1Ni0yLjE0NlYxNS41YS40OS40OSAwIDAxLS40OC41eiIgZmlsbD0iIzVDNjM3MiIvPjwvc3ZnPgo=)}._sortAscending_2qf2w_74._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._sortAscending_2qf2w_74._caret_2qf2w_33:hover{transform:rotate(0)}._sortDescending_2qf2w_78._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._caret_2qf2w_33:hover{transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;flex-grow:1}._headerLabel_2qf2w_38,._headerLabel_2qf2w_38 *{overflow:hidden;text-overflow:ellipsis}._icon_t30x8_1{width:24px;height:24px;margin-right:5px;box-sizing:border-box;display:inline-block;background-repeat:no-repeat;flex-grow:0}._numberIcon_t30x8_11{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_t30x8_15{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_t30x8_19{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_t30x8_23{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._component_1rw9b_1{flex-grow:1;font-family:Open Sans}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content{position:relative;padding-left:13px}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content:before{top:2px;left:0;position:absolute;content:"";display:block;height:14px;width:1px;background:#c3c3c3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}')),document.head.appendChild(e)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}})();
|
|
3209
|
+
(function(){"use strict";var t;try{if(typeof document!="undefined"){var e=document.createElement("style");e.nonce=(t=document.head.querySelector("meta[property=csp-nonce]"))==null?void 0:t.content,e.appendChild(document.createTextNode('@charset "UTF-8";.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}.csdk-treemap-tooltip-wrapper{min-width:210px;color:#acacac;font-size:14px;line-height:16px;background:#fff;border-radius:10px;overflow:hidden;margin-right:-1px;padding-bottom:10px}.csdk-treemap-tooltip-level{display:flex;align-items:center;position:relative;padding:8px;font-size:14px;border-bottom:1px solid #ccc}.csdk-treemap-tooltip-level span{padding:0 2px}.csdk-treemap-tooltip-value{padding:10px 10px 0;font-size:12px;line-height:16px}.highcharts-sunburst-series.highcharts-legend-item{pointer-events:none!important}.csdk-boxplot-tooltip-row{display:flex;justify-content:space-between}.csdk-boxplot-tooltip-row>*{margin-right:10px}.csdk-boxplot-tooltip-row>*:last-child{margin-right:0}._alert_box_10ttx_1{position:absolute;display:flex;justify-content:center;z-index:1;margin-top:1%}._alert_box_10ttx_1 ._content_10ttx_8{background-color:#616161;padding:5px;border-radius:3px;text-align:center}._alert_box_10ttx_1 ._content_10ttx_8 ._alert_10ttx_1{color:#fff;margin:0 8px;line-height:1;font-size:12px}[class|=csdk],[class|=csdk]:before,[class|=csdk]:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#d5d5d5;font-family:inherit}.csdk-accessible button:focus-visible,.csdk-accessible a:focus-visible,.csdk-accessible textarea:focus-visible,.csdk-accessible select:focus-visible,.csdk-accessible input:focus-visible,.csdk-accessible [tabindex]:focus-visible{outline:-webkit-focus-ring-color auto 1px}.csdk-accessible .MuiTouchRipple-root{display:none}:root{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }::backdrop{--csdk-tw-border-spacing-x: 0;--csdk-tw-border-spacing-y: 0;--csdk-tw-translate-x: 0;--csdk-tw-translate-y: 0;--csdk-tw-rotate: 0;--csdk-tw-skew-x: 0;--csdk-tw-skew-y: 0;--csdk-tw-scale-x: 1;--csdk-tw-scale-y: 1;--csdk-tw-pan-x: ;--csdk-tw-pan-y: ;--csdk-tw-pinch-zoom: ;--csdk-tw-scroll-snap-strictness: proximity;--csdk-tw-gradient-from-position: ;--csdk-tw-gradient-via-position: ;--csdk-tw-gradient-to-position: ;--csdk-tw-ordinal: ;--csdk-tw-slashed-zero: ;--csdk-tw-numeric-figure: ;--csdk-tw-numeric-spacing: ;--csdk-tw-numeric-fraction: ;--csdk-tw-ring-inset: ;--csdk-tw-ring-offset-width: 0px;--csdk-tw-ring-offset-color: #fff;--csdk-tw-ring-color: rgb(59 130 246 / .5);--csdk-tw-ring-offset-shadow: 0 0 #0000;--csdk-tw-ring-shadow: 0 0 #0000;--csdk-tw-shadow: 0 0 #0000;--csdk-tw-shadow-colored: 0 0 #0000;--csdk-tw-blur: ;--csdk-tw-brightness: ;--csdk-tw-contrast: ;--csdk-tw-grayscale: ;--csdk-tw-hue-rotate: ;--csdk-tw-invert: ;--csdk-tw-saturate: ;--csdk-tw-sepia: ;--csdk-tw-drop-shadow: ;--csdk-tw-backdrop-blur: ;--csdk-tw-backdrop-brightness: ;--csdk-tw-backdrop-contrast: ;--csdk-tw-backdrop-grayscale: ;--csdk-tw-backdrop-hue-rotate: ;--csdk-tw-backdrop-invert: ;--csdk-tw-backdrop-opacity: ;--csdk-tw-backdrop-saturate: ;--csdk-tw-backdrop-sepia: ;--csdk-tw-contain-size: ;--csdk-tw-contain-layout: ;--csdk-tw-contain-paint: ;--csdk-tw-contain-style: }.csdk-absolute{position:absolute}.csdk-relative{position:relative}.csdk-left-2{left:.5rem}.csdk-right-0{right:0}.csdk-right-\\[-15px\\]{right:-15px}.csdk-right-\\[-5px\\]{right:-5px}.csdk-right-\\[0px\\]{right:0}.csdk-right-\\[4px\\]{right:4px}.csdk-top-1\\/2{top:50%}.csdk-top-\\[3px\\]{top:3px}.csdk-top-\\[7px\\]{top:7px}.csdk-z-\\[401\\]{z-index:401}.csdk-m-auto{margin:auto}.csdk-m-checkbox,.csdk-m-radio{margin:6px 10px 6px 6px}.csdk-mx-\\[16px\\]{margin-left:16px;margin-right:16px}.csdk-my-1{margin-top:.25rem;margin-bottom:.25rem}.csdk-my-\\[2px\\]{margin-top:2px;margin-bottom:2px}.csdk-my-\\[5px\\]{margin-top:5px;margin-bottom:5px}.csdk-mb-1{margin-bottom:.25rem}.csdk-mb-\\[10px\\]{margin-bottom:10px}.csdk-mb-\\[24px\\]{margin-bottom:24px}.csdk-mb-\\[3px\\]{margin-bottom:3px}.csdk-mb-\\[4px\\]{margin-bottom:4px}.csdk-mb-px{margin-bottom:1px}.csdk-ml-1{margin-left:.25rem}.csdk-ml-1\\.5{margin-left:.375rem}.csdk-ml-2{margin-left:.5rem}.csdk-ml-\\[10px\\]{margin-left:10px}.csdk-ml-\\[4px\\]{margin-left:4px}.csdk-ml-\\[5px\\]{margin-left:5px}.csdk-ml-\\[6px\\]{margin-left:6px}.csdk-ml-\\[7px\\]{margin-left:7px}.csdk-ml-auto{margin-left:auto}.csdk-mr-2{margin-right:.5rem}.csdk-mr-\\[5px\\]{margin-right:5px}.csdk-mr-\\[7px\\]{margin-right:7px}.csdk-mt-2{margin-top:.5rem}.csdk-mt-3{margin-top:.75rem}.csdk-mt-\\[-2px\\]{margin-top:-2px}.csdk-mt-\\[16px\\]{margin-top:16px}.csdk-mt-\\[2px\\]{margin-top:2px}.csdk-mt-\\[6px\\]{margin-top:6px}.csdk-mt-\\[8px\\]{margin-top:8px}.csdk-box-border{box-sizing:border-box}.csdk-line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.csdk-flex{display:flex}.csdk-grid{display:grid}.csdk-h-5{height:1.25rem}.csdk-h-6{height:1.5rem}.csdk-h-\\[100\\%\\]{height:100%}.csdk-h-\\[10px\\]{height:10px}.csdk-h-\\[18px\\]{height:18px}.csdk-h-\\[20px\\]{height:20px}.csdk-h-\\[245px\\]{height:245px}.csdk-h-button{height:28px}.csdk-h-checkbox{height:12px}.csdk-h-full{height:100%}.csdk-h-radio{height:12px}.csdk-h-screen{height:100vh}.csdk-max-h-32{max-height:8rem}.csdk-max-h-\\[150px\\]{max-height:150px}.csdk-min-h-\\[20px\\]{min-height:20px}.csdk-min-h-\\[32px\\]{min-height:32px}.csdk-w-5{width:1.25rem}.csdk-w-\\[100\\%\\]{width:100%}.csdk-w-\\[10px\\]{width:10px}.csdk-w-\\[152px\\]{width:152px}.csdk-w-\\[18px\\]{width:18px}.csdk-w-\\[240px\\]{width:240px}.csdk-w-\\[28px\\]{width:28px}.csdk-w-\\[300px\\]{width:300px}.csdk-w-\\[60px\\]{width:60px}.csdk-w-checkbox{width:12px}.csdk-w-fit{width:-moz-fit-content;width:fit-content}.csdk-w-full{width:100%}.csdk-w-radio{width:12px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-xs{max-width:20rem}.csdk-shrink-0{flex-shrink:0}.csdk-grow{flex-grow:1}.csdk-grow-0{flex-grow:0}.-csdk-translate-y-1\\/2{--csdk-tw-translate-y: -50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-translate-x-1\\/2{--csdk-tw-translate-x: 50%;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.-csdk-rotate-90{--csdk-tw-rotate: -90deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-rotate-45{--csdk-tw-rotate: 45deg;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-scale-x-\\[-1\\]{--csdk-tw-scale-x: -1;transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}.csdk-transform{transform:translate(var(--csdk-tw-translate-x),var(--csdk-tw-translate-y)) rotate(var(--csdk-tw-rotate)) skew(var(--csdk-tw-skew-x)) skewY(var(--csdk-tw-skew-y)) scaleX(var(--csdk-tw-scale-x)) scaleY(var(--csdk-tw-scale-y))}@keyframes csdk-spin{to{transform:rotate(360deg)}}.csdk-animate-spin{animation:csdk-spin 1s linear infinite}.csdk-cursor-pointer{cursor:pointer}.csdk-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.csdk-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.csdk-flex-row{flex-direction:row}.csdk-flex-col{flex-direction:column}.csdk-flex-wrap{flex-wrap:wrap}.csdk-items-center{align-items:center}.csdk-justify-end{justify-content:flex-end}.csdk-justify-center{justify-content:center}.csdk-justify-between{justify-content:space-between}.csdk-justify-evenly{justify-content:space-evenly}.csdk-gap-1{gap:.25rem}.csdk-gap-2{gap:.5rem}.csdk-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.csdk-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.csdk-gap-y-0{row-gap:0px}.csdk-gap-y-0\\.5{row-gap:.125rem}.csdk-gap-y-4{row-gap:1rem}.csdk-self-center{align-self:center}.csdk-overflow-auto{overflow:auto}.csdk-overflow-hidden{overflow:hidden}.\\!csdk-overflow-visible{overflow:visible!important}.csdk-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.csdk-rounded{border-radius:.25rem}.csdk-rounded-\\[4px\\]{border-radius:4px}.csdk-rounded-full{border-radius:9999px}.csdk-rounded-md{border-radius:.375rem}.csdk-border{border-width:1px}.csdk-border-0{border-width:0px}.csdk-border-input{border-width:1px}.csdk-border-b{border-bottom-width:1px}.csdk-border-l{border-left-width:1px}.csdk-border-l-\\[70px\\]{border-left-width:70px}.csdk-border-r-\\[70px\\]{border-right-width:70px}.csdk-border-t{border-top-width:1px}.csdk-border-t-\\[13px\\]{border-top-width:13px}.csdk-border-solid{border-style:solid}.csdk-border-none{border-style:none}.csdk-border-UI-default{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.csdk-border-\\[\\#e4e4e4\\]{--csdk-tw-border-opacity: 1;border-color:rgb(228 228 228 / var(--csdk-tw-border-opacity))}.csdk-border-transparent{border-color:transparent}.csdk-border-l-\\[transparent\\]{border-left-color:transparent}.csdk-border-r-\\[transparent\\]{border-right-color:transparent}.csdk-bg-background-priority{background-color:#f4f4f8}.csdk-bg-primary-primary{background-color:#ffcb05}.csdk-bg-transparent{background-color:transparent}.csdk-bg-white{--csdk-tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--csdk-tw-bg-opacity))}.csdk-p-1{padding:.25rem}.csdk-p-1\\.5{padding:.375rem}.csdk-p-3{padding:.75rem}.csdk-p-\\[10px\\]{padding:10px}.csdk-p-\\[12px\\]{padding:12px}.csdk-p-\\[20px\\]{padding:20px}.csdk-p-\\[4px\\]{padding:4px}.csdk-p-button{padding:4px 24px}.csdk-p-px{padding:1px}.csdk-px-2{padding-left:.5rem;padding-right:.5rem}.csdk-px-4{padding-left:1rem;padding-right:1rem}.csdk-px-\\[12px\\]{padding-left:12px;padding-right:12px}.csdk-px-\\[20px\\]{padding-left:20px;padding-right:20px}.csdk-px-\\[8px\\]{padding-left:8px;padding-right:8px}.csdk-py-\\[14\\.5px\\]{padding-top:14.5px;padding-bottom:14.5px}.csdk-py-\\[5px\\]{padding-top:5px;padding-bottom:5px}.csdk-py-\\[6px\\]{padding-top:6px;padding-bottom:6px}.csdk-py-\\[7px\\]{padding-top:7px;padding-bottom:7px}.csdk-pb-\\[0px\\]{padding-bottom:0}.csdk-pl-1{padding-left:.25rem}.csdk-pl-2{padding-left:.5rem}.csdk-pl-2\\.5{padding-left:.625rem}.csdk-pl-3{padding-left:.75rem}.csdk-pl-\\[20px\\]{padding-left:20px}.csdk-pr-10{padding-right:2.5rem}.csdk-pt-48{padding-top:12rem}.csdk-text-left{text-align:left}.csdk-text-\\[13px\\]{font-size:13px}.csdk-text-ai-lg{font-size:18px;line-height:22px}.csdk-text-ai-sm{font-size:13px;line-height:18px}.csdk-text-ai-xs{font-size:11px;line-height:18px}.csdk-text-xs{font-size:.75rem;line-height:1rem}.csdk-font-normal{font-weight:400}.csdk-leading-4{line-height:1rem}.csdk-leading-\\[16px\\]{line-height:16px}.csdk-leading-\\[18px\\]{line-height:18px}.csdk-leading-none{line-height:1}.csdk-text-UI-default{--csdk-tw-text-opacity: 1;color:rgb(110 115 125 / var(--csdk-tw-text-opacity))}.csdk-text-semantic-error{color:#e74727}.csdk-text-text-active{color:#262e3d}.csdk-text-text-content{color:#262e3dcc}.csdk-text-text-link{color:#36a3d9}.csdk-text-text-linkButton{--csdk-tw-text-opacity: 1;color:rgb(30 175 243 / var(--csdk-tw-text-opacity))}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.csdk-opacity-80{opacity:.8}.csdk-shadow-md{--csdk-tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--csdk-tw-shadow-colored: 0 4px 6px -1px var(--csdk-tw-shadow-color), 0 2px 4px -2px var(--csdk-tw-shadow-color);box-shadow:var(--csdk-tw-ring-offset-shadow, 0 0 #0000),var(--csdk-tw-ring-shadow, 0 0 #0000),var(--csdk-tw-shadow)}.csdk-shadow-gray-500{--csdk-tw-shadow-color: #6b7280;--csdk-tw-shadow: var(--csdk-tw-shadow-colored)}.csdk-outline-0{outline-width:0px}.csdk-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.csdk-delay-150{transition-delay:.15s}.csdk-duration-500{transition-duration:.5s}.invalid\\:csdk-border-input:invalid{border-width:1px}.invalid\\:csdk-border-solid:invalid{border-style:solid}.invalid\\:csdk-border-semantic-error:invalid{border-color:#e74727}.hover\\:csdk-border-2:hover{border-width:2px}.hover\\:csdk-bg-interaction-primaryHovered:hover{background-color:#f2b900}.hover\\:csdk-bg-row-hover:hover{background-color:#e0e0e04d}.focus\\:csdk-border-input:focus{border-width:1px}.focus\\:csdk-border-solid:focus{border-style:solid}.focus\\:csdk-border-UI-default:focus{--csdk-tw-border-opacity: 1;border-color:rgb(110 115 125 / var(--csdk-tw-border-opacity))}.disabled\\:csdk-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:csdk-opacity-30:disabled{opacity:.3}._container_1wquj_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0 20px;text-align:center;margin:15px}._container_1wquj_1 ._card_1wquj_11{position:relative;padding:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;z-index:1;width:100%}._container_1wquj_1 ._text_1wquj_19{font-size:13px;text-align:center;font-weight:700;word-wrap:break-word}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.csdk-scattermap-tooltip-container{color:#5b6372;margin:4px 6px}.csdk-scattermap-tooltip-content{text-align:left}.csdk-scattermap-tooltip-label{font-size:15px;line-height:18px}.csdk-scattermap-tooltip-category{color:#9ea2ab;padding-right:20px}.csdk-scattermap-tooltip-row{display:flex;justify-content:space-between}._wrapper_g0ngm_1{width:100%;height:100%;position:relative}._title_g0ngm_7{font-size:18px;color:#9ea2ab;letter-spacing:normal;text-align:center;position:absolute;width:100%;top:11%}._image_g0ngm_18{width:66.6%;height:100%;margin:0 auto;display:block}.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}.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}.public_fixedDataTableCell_reordering{z-index:2}.public_fixedDataTableCell_resizeReorderCellContainer{position:fixed;background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef);border-color:#d3d3d3;border-right-style:solid;border-right-width:1px}.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;width:1px}.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,.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)}.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}.ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;display:flex;justify-content:center;align-items:center}.ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition-duration:.25s;transition-timing-function:ease;transition-property:background-color,height,width}.ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}.ScrollbarLayout_faceHorizontal:after{width:100%;height:calc(100% - 8px)}.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{height:calc(100% - 4px)}.ScrollbarLayout_faceVertical{left:0;right:0;top:0}.ScrollbarLayout_faceVertical:after{height:100%;width:calc(100% - 8px)}.ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,.ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{width:calc(100% - 4px)}.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;background-color:#0284ff}.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:100;pointer-events:none}.fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}.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}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer,._tableWrapper_1ode4_16 .public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:transparent;background-image:none;border-bottom:1px solid #edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{margin-left:3px}._tableWrapper_1ode4_16 .public_fixedDataTable_main,._tableWrapper_1ode4_16 .fixedDataTableLayout_main{border:none}._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted,._tableWrapper_1ode4_16 .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main,._tableWrapper_1ode4_16 .public_fixedDataTableRow_main{background-color:transparent}._tableWrapper_1ode4_16 .public_fixedDataTableCell_main{background-color:transparent;border-color:#edeef1}._tableWrapper_1ode4_16 .public_fixedDataTable_header,._tableWrapper_1ode4_16 .public_fixedDataTable_hasBottomBorder,._tableWrapper_1ode4_16 .public_fixedDataTable_scrollbarSpacer{border-bottom:none}._tableWrapper_1ode4_16 .public_fixedDataTable_header .fixedDataTableCellGroupLayout_cellGroup{border-top:1px solid #edeef1;border-bottom:1px solid #edeef1;box-sizing:border-box}._tableWrapper_1ode4_16 .public_Scrollbar_main{border-left:none;background-color:transparent}._tableWrapper_1ode4_16 .fixedDataTableRowLayout_rowWrapper{border-left:1px solid #edeef1}._tableWrapper_1ode4_16 .public_Scrollbar_main.public_Scrollbar_mainOpaque{left:-1px}._tableWrapper_1ode4_16 .public_fixedDataTableCell_cellContent{padding:0 24px 0 12px}._tableWrapper_1ode4_16{height:100%;width:100%;box-sizing:border-box;-webkit-user-select:text;-moz-user-select:text;user-select:text}._table_1ode4_16{background:transparent;font-size:13px;border:none}._tableHeader_1ode4_78{color:#5c6372;background-color:transparent;margin:0;border:none;width:100%;overflow:hidden;box-sizing:border-box}._tableCell_1ode4_88{color:#5c6372;background-color:transparent;border:none;border-right:1px solid #edeef1;border-bottom:1px solid #edeef1;overflow:hidden;width:100%;box-sizing:border-box}._tableCellContent_1ode4_99{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._headerColor_1ode4_105,._rowColor_1ode4_109{background-color:#f9f9fb}._headerCell_2qf2w_16{display:flex;justify-content:left;align-items:center;margin-left:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;width:100%;cursor:pointer}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._headerCell_2qf2w_16:hover ._noSort_2qf2w_29._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;overflow:hidden}._icon_2qf2w_43{margin-right:10px;width:20px;box-sizing:border-box;display:inline-block}._numberIcon_2qf2w_50{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_2qf2w_54{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_2qf2w_58{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_2qf2w_62{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._sortIcon_2qf2w_66{position:absolute;right:0;width:24px;height:24px;background-repeat:no-repeat}._sortAscending_2qf2w_74._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyAxN2g3LjY2N2EuNDkuNDkgMCAwMS40NzkuNS40OS40OSAwIDAxLS40OC41SDQuMzE0YS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptNS43NS0zaC01Ljc1YS40OS40OSAwIDAwLS40NzkuNWMwIC4yNzYuMjE1LjUuNDguNWg1Ljc1YS40OS40OSAwIDAwLjQ3OC0uNS40OS40OSAwIDAwLS40NzktLjV6bS01Ljc1LTNoMy44MzNhLjQ5LjQ5IDAgMDEuNDguNS40OS40OSAwIDAxLS40OC41SDQuMzEzYS40OS40OSAwIDAxLS40NzktLjVjMC0uMjc2LjIxNS0uNS40OC0uNXptMC0zSDYuMjNhLjQ5LjQ5IDAgMDEuNDc5LjUuNDkuNDkgMCAwMS0uNDguNUg0LjMxNGEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjV6bTEwLjU0MiAwYS40OS40OSAwIDAwLS40OC41djQuNzkzbC0yLjA1Ny0yLjE0N2EuNDY1LjQ2NSAwIDAwLS42NzggMCAuNTE1LjUxNSAwIDAwMCAuNzA4bDIuODY2IDIuOTlhLjQ2OC40NjggMCAwMC42OTYgMGwyLjg2Ni0yLjk5YS41MTYuNTE2IDAgMDAwLS43MDguNDY1LjQ2NSAwIDAwLS42NzggMGwtMi4wNTYgMi4xNDZWOC41YS40OS40OSAwIDAwLS40OC0uNXoiIGZpbGw9IiM1QzYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._standard_2qf2w_29{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjMxMyA3aDcuNjY3YS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTUuNzUgM2gtNS43NWEuNDkuNDkgMCAwMS0uNDc5LS41YzAtLjI3Ni4yMTUtLjUuNDgtLjVoNS43NWEuNDkuNDkgMCAwMS40NzguNS40OS40OSAwIDAxLS40NzkuNXptLTUuNzUgM2gzLjgzM2EuNDkuNDkgMCAwMC40OC0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxM2EuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTAgM0g2LjIzYS40OS40OSAwIDAwLjQ3OS0uNS40OS40OSAwIDAwLS40OC0uNUg0LjMxNGEuNDkuNDkgMCAwMC0uNDc5LjVjMCAuMjc2LjIxNS41LjQ4LjV6bTEwLjU0MiAwYS40OS40OSAwIDAxLS40OC0uNXYtNC43OTNsLTIuMDU3IDIuMTQ3YS40NjUuNDY1IDAgMDEtLjY3OCAwIC41MTUuNTE1IDAgMDEwLS43MDhsMi44NjYtMi45OWEuNDY4LjQ2OCAwIDAxLjY5NiAwbDIuODY2IDIuOTlhLjUxNi41MTYgMCAwMTAgLjcwOC40NjUuNDY1IDAgMDEtLjY3OCAwbC0yLjA1Ni0yLjE0NlYxNS41YS40OS40OSAwIDAxLS40OC41eiIgZmlsbD0iIzVDNjM3MiIvPjwvc3ZnPgo=)}._sortAscending_2qf2w_74._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K);transform:rotate(180deg)}._sortAscending_2qf2w_74._caret_2qf2w_33:hover{transform:rotate(0)}._sortDescending_2qf2w_78._caret_2qf2w_33{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjk5OSAxMy44NGwzLjE3NS0yLjcxOWEuNS41IDAgMDEuNjUuNzZsLTMuNSAyLjk5OGEuNS41IDAgMDEtLjY1IDBsLTMuNS0yLjk5OGEuNS41IDAgMDEuNjUtLjc2TDEyIDEzLjg0MXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._sortDescending_2qf2w_78._caret_2qf2w_33:hover{transform:rotate(180deg)}._headerLabel_2qf2w_38{text-align:left;flex-grow:1}._headerLabel_2qf2w_38,._headerLabel_2qf2w_38 *{overflow:hidden;text-overflow:ellipsis}._icon_t30x8_1{width:24px;height:24px;margin-right:5px;box-sizing:border-box;display:inline-block;background-repeat:no-repeat;flex-grow:0}._numberIcon_t30x8_11{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3ptNC41IDRoLjc2NmwtLjU3MiAySDguNWEuNS41IDAgMCAwIDAgMWguOTA5bC0uMzkgMS4zNjNhLjUuNSAwIDAgMCAuOTYyLjI3NEwxMC40NDkgMTRoMS45NmwtLjM5IDEuMzYzYS41LjUgMCAwIDAgLjk2Mi4yNzRMMTMuNDQ5IDE0SDE0LjVhLjUuNSAwIDAgMCAwLTFoLS43NjZsLjU3Mi0ySDE1LjVhLjUuNSAwIDAgMCAwLTFoLS45MDlsLjM5LTEuMzYzYS41LjUgMCAwIDAtLjk2Mi0uMjc0TDEzLjU1MSAxMGgtMS45NmwuMzktMS4zNjNhLjUuNSAwIDAgMC0uOTYyLS4yNzRMMTAuNTUxIDEwSDkuNWEuNS41IDAgMCAwIDAgMXptMy43NjYgMGgtMS45NmwtLjU3MiAyaDEuOTZsLjU3Mi0yeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._dateIcon_t30x8_15{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkgNVYzLjVhLjUuNSAwIDAgMSAxIDBWNWgzVjMuNWEuNS41IDAgMCAxIDEgMFY1aDNhMiAyIDAgMCAxIDIgMnYxMGEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY3YTIgMiAwIDAgMSAyLTJoM3ptMSAxaDN2LjVhLjUuNSAwIDAgMCAxIDBWNmgzYTEgMSAwIDAgMSAxIDF2MUg1VjdhMSAxIDAgMCAxIDEtMWgzdi41YS41LjUgMCAwIDAgMSAwVjZ6TTUgMTdWOWgxM3Y4YTEgMSAwIDAgMS0xIDFINmExIDEgMCAwIDEtMS0xem05LjUtNWgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxem0tNiAyaDZhLjUuNSAwIDAgMCAwLTFoLTZhLjUuNSAwIDAgMCAwIDF6bTYgMmgtNmEuNS41IDAgMCAxIDAtMWg2YS41LjUgMCAwIDEgMCAxeiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._textIcon_t30x8_19{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgNWgxMWEyIDIgMCAwIDEgMiAydjEwYTIgMiAwIDAgMS0yIDJINmEyIDIgMCAwIDEtMi0yVjdhMiAyIDAgMCAxIDItMnptMCAxYTEgMSAwIDAgMC0xIDF2MTBhMSAxIDAgMCAwIDEgMWgxMWExIDEgMCAwIDAgMS0xVjdhMSAxIDAgMCAwLTEtMUg2em04IDEwSDlhLjUuNSAwIDAgMSAwLTFoMlY5SDguNWEuNS41IDAgMCAwLS41LjV2MmEuNS41IDAgMCAxLTEgMHYtMkExLjUgMS41IDAgMCAxIDguNSA4aDZBMS41IDEuNSAwIDAgMSAxNiA5LjV2MmEuNS41IDAgMCAxLTEgMHYtMmEuNS41IDAgMCAwLS41LS41SDEydjZoMmEuNS41IDAgMCAxIDAgMXoiIGZpbGw9IiM1QjYzNzIiLz48L3N2Zz4K)}._booleanIcon_t30x8_23{background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDVINmEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlY3YTIgMiAwIDAgMC0yLTJ6TTUgN2ExIDEgMCAwIDEgMS0xaDExYTEgMSAwIDAgMSAxIDF2MTBhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN3oiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNOC44IDE1LjM5NGEuNS41IDAgMCAxLS4xLS43TDEzLjQyOCA4LjRhLjUuNSAwIDEgMSAuOC42TDkuNSAxNS4yOTRhLjUuNSAwIDAgMS0uNy4xeiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjYiIHk9IjgiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiIHJ4PSIuNSIgZmlsbD0iIzVCNjM3MiIvPjxwYXRoIGQ9Ik04LjUgOGEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjxyZWN0IHg9IjEzIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIgcng9Ii41IiBmaWxsPSIjNUI2MzcyIi8+PHJlY3QgeD0iMTMiIHk9IjE0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIiByeD0iLjUiIGZpbGw9IiM1QjYzNzIiLz48cGF0aCBkPSJNMTMuNSAxMmEuNS41IDAgMCAxIC41LjV2NGEuNS41IDAgMCAxLTEgMHYtNGEuNS41IDAgMCAxIC41LS41eiIgZmlsbD0iIzVCNjM3MiIvPjwvc3ZnPgo=)}._component_1rw9b_1{flex-grow:1;font-family:Open Sans}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content{position:relative;padding-left:13px}.csdk-drilldown-hierarchy-nested-menu-item .csdk-menu-item-content:before{top:2px;left:0;position:absolute;content:"";display:block;height:14px;width:1px;background:#c3c3c3}.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):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__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:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):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:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):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:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):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 .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}')),document.head.appendChild(e)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}})();
|