@sisense/sdk-ui 2.25.0 → 2.27.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 +36 -36
- package/dist/ai.js +968 -989
- package/dist/analytics-composer/node.cjs +1 -1
- package/dist/analytics-composer/node.js +1010 -865
- package/dist/analytics-composer.cjs +1 -1
- package/dist/analytics-composer.js +6 -6
- package/dist/{apply-styled-options-to-query-BsBTwL6W.js → apply-styled-options-to-query-BzMAmDnD.js} +1471 -1433
- package/dist/apply-styled-options-to-query-k10gkPCG.cjs +1 -0
- package/dist/dimensions-C3WSSE5j.js +204 -0
- package/dist/dimensions-huCJK0y6.cjs +1 -0
- package/dist/index.cjs +422 -422
- package/dist/index.js +17880 -17278
- package/dist/index.umd.js +652 -663
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/get-dashboard-model.d.ts +2 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/get-dashboard-models.d.ts +3 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/translate-dashboard-utils.d.ts +18 -4
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/types.d.ts +19 -0
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/dashboard-model-reducer/persist-dashboard-model-middleware.d.ts +8 -1
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/dashboard-model-reducer/types.d.ts +12 -0
- package/dist/packages/sdk-ui/src/domains/dashboarding/dashboard-model/use-dashboard-model/dashboard-model-reducer/utils.d.ts +5 -2
- package/dist/packages/sdk-ui/src/domains/dashboarding/hooks/use-widget-scroll-persistence.d.ts +16 -0
- package/dist/packages/sdk-ui/src/domains/dashboarding/use-composed-dashboard.d.ts +2 -3
- package/dist/packages/sdk-ui/src/domains/data-browser/data-source-dimensional-model/hooks/use-get-data-source-dimensions.d.ts +10 -0
- package/dist/packages/sdk-ui/src/domains/data-browser/data-source-dimensional-model/hooks/use-get-data-source-fields.d.ts +2 -0
- package/dist/packages/sdk-ui/src/domains/drilldown/components/drilldown-widget/drilldown-widget.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/drilldown/hooks/use-drilldown.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/drilldown/hooks/use-hierarchies-loader.d.ts +17 -0
- package/dist/packages/sdk-ui/src/domains/filters/components/cascading-filter-tile/cascading-filter-tile.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/filters/components/custom-filter-tile.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/narrative/core/widget-narrative-options.d.ts +11 -3
- package/dist/packages/sdk-ui/src/domains/narrative/core/widget-props-to-narrative-params.d.ts +51 -1
- package/dist/packages/sdk-ui/src/domains/narrative/hooks/use-get-widget-narrative.d.ts +3 -3
- package/dist/packages/sdk-ui/src/domains/narrative/hooks/use-widget-narrative-state.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/query-execution/core/date-formats/simple-date-format-replacers.d.ts +13 -0
- package/dist/packages/sdk-ui/src/domains/query-execution/hooks/use-execute-pivot-query/use-execute-pivot-query.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/query-execution/hooks/use-execute-query/use-execute-query.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/visualizations/components/area-chart.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/visualizations/components/areamap-chart.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/visualizations/components/bar-chart.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/visualizations/components/boxplot-chart/boxplot-chart.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/chart.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/components/scattermap/utils/map.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/areamap-chart/data/areamap-data.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/restructured-charts/highchart-based-charts/cartesians/helpers/highchart-options/axis.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/visualizations/components/chart/types.d.ts +3 -1
- package/dist/packages/sdk-ui/src/domains/visualizations/components/column-chart.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/visualizations/components/funnel-chart.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/visualizations/components/line-chart.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/visualizations/components/pie-chart/pie-chart.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/visualizations/components/pivot-table/sorting-utils.d.ts +4 -0
- package/dist/packages/sdk-ui/src/domains/visualizations/components/polar-chart.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/visualizations/components/scatter-chart.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/visualizations/components/scattermap-chart.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/visualizations/components/sunburst-chart/sunburst-chart.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/visualizations/components/table/hooks/use-table-data.d.ts +3 -1
- package/dist/packages/sdk-ui/src/domains/visualizations/components/table/table.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/visualizations/components/treemap-chart/treemap-chart.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-data-options/translate-data-options.d.ts +13 -0
- package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-data-options/types.d.ts +6 -6
- package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-data-options/validate-data-options/validate-data-options.d.ts +9 -0
- package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-options-processor/apply-event-handlers.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-options-processor/cartesian/utils/axis/axis-builders.d.ts +6 -1
- package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-options-processor/cartesian/utils/series-processor.d.ts +1 -37
- package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-options-processor/chart-options-service.d.ts +3 -1
- package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-options-processor/plot-bands.d.ts +2 -1
- package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-options-processor/series-labels.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-options-processor/translations/axis-section.d.ts +29 -1
- package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-options-processor/translations/design-options.d.ts +1 -0
- package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-options-processor/translations/sunburst/sunburst-levels.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-options-processor/translations/sunburst/sunburst-options.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/visualizations/core/chart-options-processor/translations/tooltip-utils.d.ts +1 -1
- package/dist/packages/sdk-ui/src/domains/visualizations/core/query-definition/compose-code-to-readable.d.ts +24 -4
- package/dist/packages/sdk-ui/src/domains/visualizations/core/query-definition/index.d.ts +3 -0
- package/dist/packages/sdk-ui/src/domains/visualizations/core/query-definition/query-definition-style-constants.d.ts +17 -0
- package/dist/packages/sdk-ui/src/domains/visualizations/core/query-definition/query-definition.d.ts +3 -3
- package/dist/packages/sdk-ui/src/domains/visualizations/core/query-definition/query-params-to-view-model.d.ts +8 -4
- package/dist/packages/sdk-ui/src/domains/visualizations/core/query-definition/query-pill.d.ts +6 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/pivot-table-widget/use-with-pivot-table-widget-drilldown.d.ts +0 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/pivot-table-widget/utils.d.ts +0 -5
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-widget-style-options/apply-partial-dto-style.d.ts +18 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-widget-style-options/extract-unsupported-style-options.d.ts +31 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-widget-style-options/index.d.ts +2 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/translate-widget-style-options/to-widget-dto-style.d.ts +118 -2
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/types.d.ts +19 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/use-scroller-location-save.d.ts +8 -0
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/utils.d.ts +10 -1
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/widget-by-id.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/widgets/components/widget-by-id/with-navigator-scroll-save.d.ts +10 -0
- package/dist/packages/sdk-ui/src/domains/widgets/widget-model/use-get-widget-model.d.ts +2 -2
- package/dist/packages/sdk-ui/src/domains/widgets/widget-model/widget-model-translator/to-widget-dto-panels.d.ts +183 -0
- package/dist/packages/sdk-ui/src/domains/widgets/widget-model/widget-model-translator/widget-model-translator.d.ts +45 -14
- package/dist/packages/sdk-ui/src/domains/widgets/widget-model/widget-model.d.ts +12 -0
- package/dist/packages/sdk-ui/src/infra/api/narrative/narrative-endpoints.d.ts +13 -7
- package/dist/packages/sdk-ui/src/infra/api/rest-api.d.ts +12 -1
- package/dist/packages/sdk-ui/src/infra/app/settings/settings.d.ts +49 -2
- package/dist/packages/sdk-ui/src/infra/app/settings/types/features.d.ts +2 -0
- package/dist/packages/sdk-ui/src/infra/app/types.d.ts +0 -1
- package/dist/packages/sdk-ui/src/infra/contexts/custom-widgets-provider/use-custom-widgets.d.ts +10 -3
- package/dist/packages/sdk-ui/src/infra/plugins/plugin-context.d.ts +2 -2
- package/dist/packages/sdk-ui/src/infra/plugins/types.d.ts +2 -2
- package/dist/packages/sdk-ui/src/infra/plugins/widget-plugins/types.d.ts +24 -10
- package/dist/packages/sdk-ui/src/infra/translation/resources/en.d.ts +1 -1
- package/dist/packages/sdk-ui/src/infra/translation/resources/index.d.ts +1 -1
- package/dist/packages/sdk-ui/src/modules/ai/api/chat-rest-api.d.ts +3 -4
- package/dist/packages/sdk-ui/src/modules/ai/index.d.ts +1 -0
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/query/translate-query-from-json.d.ts +5 -5
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/query/translate-query-to-jaql.d.ts +4 -4
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/query/translate-query-to-json.d.ts +5 -5
- package/dist/packages/sdk-ui/src/modules/analytics-composer/nlq-v3-translator/types.d.ts +1 -1
- package/dist/packages/sdk-ui/src/props.d.ts +4 -4
- package/dist/packages/sdk-ui/src/public-api/alpha.d.ts +5 -0
- package/dist/packages/sdk-ui/src/public-api/internal.d.ts +13 -2
- package/dist/packages/sdk-ui/src/public-api/public.d.ts +22 -20
- package/dist/packages/sdk-ui/src/public-api/sisense-internal.d.ts +2 -2
- package/dist/packages/sdk-ui/src/shared/components/menu/context-menu/menu.d.ts +1 -1
- package/dist/packages/sdk-ui/src/shared/utils/filter-relations.d.ts +2 -0
- package/dist/packages/sdk-ui/src/types.d.ts +10 -10
- package/dist/{types-GFLaiax5.cjs → types-Cq47e5cy.cjs} +1 -1
- package/dist/{types-BBp2sp_s.js → types-CzqDZ83C.js} +1 -1
- package/dist/{use-hover-mptQLQ4S.js → use-hover-CkmV6eu9.js} +10368 -10193
- package/dist/{use-hover-DsnmY-p_.cjs → use-hover-D_mBUhp9.cjs} +114 -114
- package/dist/utils-DM5vp1gw.cjs +179 -0
- package/dist/{utils-DTUC-wtI.js → utils-Db3U6oHa.js} +8810 -8670
- package/dist/{widget-composer-D0BZrLna.js → widget-composer-BiGVKN49.js} +108 -108
- package/dist/{widget-composer-CDb2iOoS.cjs → widget-composer-CZ0_bPXK.cjs} +7 -7
- package/package.json +9 -8
- package/dist/apply-styled-options-to-query-mFJvsssw.cjs +0 -1
- package/dist/packages/sdk-ui/src/domains/drilldown/hooks/use-synced-drilldown-paths-manager.d.ts +0 -113
- package/dist/packages/sdk-ui/src/domains/widgets/components/table-widget/index.d.ts +0 -2
- package/dist/packages/sdk-ui/src/domains/widgets/components/table-widget/table-widget.d.ts +0 -22
- package/dist/packages/sdk-ui/src/domains/widgets/components/table-widget/types.d.ts +0 -61
- package/dist/parse-compose-code-DfZskSng.js +0 -352
- package/dist/parse-compose-code-v4J9BrUg.cjs +0 -1
- package/dist/utils-BlNqPAG8.cjs +0 -190
package/dist/ai.js
CHANGED
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
var Mn = Object.defineProperty,
|
|
2
|
-
var
|
|
3
|
-
var
|
|
1
|
+
var Mn = Object.defineProperty, $n = Object.defineProperties;
|
|
2
|
+
var Tn = Object.getOwnPropertyDescriptors;
|
|
3
|
+
var Ee = Object.getOwnPropertySymbols;
|
|
4
4
|
var bt = Object.prototype.hasOwnProperty, yt = Object.prototype.propertyIsEnumerable;
|
|
5
|
-
var
|
|
5
|
+
var ze = (e, t, n) => t in e ? Mn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, M = (e, t) => {
|
|
6
6
|
for (var n in t || (t = {}))
|
|
7
|
-
bt.call(t, n) &&
|
|
8
|
-
if (
|
|
9
|
-
for (var n of
|
|
10
|
-
yt.call(t, n) &&
|
|
7
|
+
bt.call(t, n) && ze(e, n, t[n]);
|
|
8
|
+
if (Ee)
|
|
9
|
+
for (var n of Ee(t))
|
|
10
|
+
yt.call(t, n) && ze(e, n, t[n]);
|
|
11
11
|
return e;
|
|
12
|
-
}, L = (e, t) =>
|
|
13
|
-
var
|
|
12
|
+
}, L = (e, t) => $n(e, Tn(t));
|
|
13
|
+
var We = (e, t) => {
|
|
14
14
|
var n = {};
|
|
15
|
-
for (var
|
|
16
|
-
bt.call(e,
|
|
17
|
-
if (e != null &&
|
|
18
|
-
for (var
|
|
19
|
-
t.indexOf(
|
|
15
|
+
for (var o in e)
|
|
16
|
+
bt.call(e, o) && t.indexOf(o) < 0 && (n[o] = e[o]);
|
|
17
|
+
if (e != null && Ee)
|
|
18
|
+
for (var o of Ee(e))
|
|
19
|
+
t.indexOf(o) < 0 && yt.call(e, o) && (n[o] = e[o]);
|
|
20
20
|
return n;
|
|
21
21
|
};
|
|
22
|
-
var
|
|
23
|
-
var X = (e, t, n) => new Promise((
|
|
22
|
+
var W = (e, t, n) => ze(e, typeof t != "symbol" ? t + "" : t, n);
|
|
23
|
+
var X = (e, t, n) => new Promise((o, s) => {
|
|
24
24
|
var c = (d) => {
|
|
25
25
|
try {
|
|
26
|
-
|
|
26
|
+
p(n.next(d));
|
|
27
27
|
} catch (g) {
|
|
28
28
|
s(g);
|
|
29
29
|
}
|
|
30
30
|
}, l = (d) => {
|
|
31
31
|
try {
|
|
32
|
-
|
|
32
|
+
p(n.throw(d));
|
|
33
33
|
} catch (g) {
|
|
34
34
|
s(g);
|
|
35
35
|
}
|
|
36
|
-
},
|
|
37
|
-
|
|
36
|
+
}, p = (d) => d.done ? o(d.value) : Promise.resolve(d.value).then(c, l);
|
|
37
|
+
p((n = n.apply(e, t)).next());
|
|
38
38
|
});
|
|
39
|
-
import { S as
|
|
40
|
-
import { j as
|
|
39
|
+
import { S as Rn, s as Ln, n as Pt, g as In, u as we, a as En, b as Nn, p as Pn, c as tt, Q as Ht, d as Bt, e as Ft, f as Hn, h as ge, w as nt, i as w, j as q, k as R, P as Ot, T as Bn, E as Fn, l as On, m as An, o as Dn, q as Fe, B as qn, M as zn, r as pe, t as At, v as Wn, x as Zn, y as jn, z as Gn, A as fe, C as Ze, F as xt, D as f, G as Vn, I as Dt, H as Un, J as _n, K as Qn, L as xe, N as Kn, O as Xn, R as Yn, U as Jn, V as er, W as tr, X as qt, Y as nr, Z as rr, _ as or, $ as ir } from "./use-hover-CkmV6eu9.js";
|
|
40
|
+
import { j as r, u as N, c as S, F as j, e as zt, i as Qe, f as sr, h as ar, t as lr, m as cr } from "./utils-Db3U6oHa.js";
|
|
41
41
|
import * as Y from "react";
|
|
42
|
-
import { createContext as rt, useState as O, useCallback as F, useContext as ot, useMemo as
|
|
43
|
-
import { t as Oe } from "./widget-composer-
|
|
44
|
-
import { w as
|
|
45
|
-
import { T as Ke, x as
|
|
42
|
+
import { createContext as rt, useState as O, useCallback as F, useContext as ot, useMemo as A, useEffect as Se, useRef as ve, useLayoutEffect as He, forwardRef as dr, memo as Wt } from "react";
|
|
43
|
+
import { t as Oe } from "./widget-composer-BiGVKN49.js";
|
|
44
|
+
import { w as as } from "./widget-composer-BiGVKN49.js";
|
|
45
|
+
import { T as Ke, x as ur, y as pr } from "./apply-styled-options-to-query-BzMAmDnD.js";
|
|
46
46
|
import { jsx as me } from "react/jsx-runtime";
|
|
47
|
-
class
|
|
47
|
+
class hr extends Rn {
|
|
48
48
|
constructor(t, n) {
|
|
49
49
|
super(), this.client = t, this.setOptions(n), this.bindMethods(), this.updateResult();
|
|
50
50
|
}
|
|
@@ -53,8 +53,8 @@ class gr extends Ln {
|
|
|
53
53
|
}
|
|
54
54
|
setOptions(t) {
|
|
55
55
|
var n;
|
|
56
|
-
const
|
|
57
|
-
this.options = this.client.defaultMutationOptions(t),
|
|
56
|
+
const o = this.options;
|
|
57
|
+
this.options = this.client.defaultMutationOptions(t), Ln(o, this.options) || this.client.getMutationCache().notify({
|
|
58
58
|
type: "observerOptionsUpdated",
|
|
59
59
|
mutation: this.currentMutation,
|
|
60
60
|
observer: this
|
|
@@ -82,12 +82,12 @@ class gr extends Ln {
|
|
|
82
82
|
});
|
|
83
83
|
}
|
|
84
84
|
mutate(t, n) {
|
|
85
|
-
return this.mutateOptions = n, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client, L(
|
|
85
|
+
return this.mutateOptions = n, this.currentMutation && this.currentMutation.removeObserver(this), this.currentMutation = this.client.getMutationCache().build(this.client, L(M({}, this.options), {
|
|
86
86
|
variables: typeof t != "undefined" ? t : this.options.variables
|
|
87
87
|
})), this.currentMutation.addObserver(this), this.currentMutation.execute();
|
|
88
88
|
}
|
|
89
89
|
updateResult() {
|
|
90
|
-
const t = this.currentMutation ? this.currentMutation.state : In(), n = t.status === "loading",
|
|
90
|
+
const t = this.currentMutation ? this.currentMutation.state : In(), n = t.status === "loading", o = L(M({}, t), {
|
|
91
91
|
isLoading: n,
|
|
92
92
|
isPending: n,
|
|
93
93
|
isSuccess: t.status === "success",
|
|
@@ -96,17 +96,17 @@ class gr extends Ln {
|
|
|
96
96
|
mutate: this.mutate,
|
|
97
97
|
reset: this.reset
|
|
98
98
|
});
|
|
99
|
-
this.currentResult =
|
|
99
|
+
this.currentResult = o;
|
|
100
100
|
}
|
|
101
101
|
notify(t) {
|
|
102
102
|
Pt.batch(() => {
|
|
103
103
|
if (this.mutateOptions && this.hasListeners()) {
|
|
104
104
|
if (t.onSuccess) {
|
|
105
|
-
var n,
|
|
106
|
-
(n = (
|
|
105
|
+
var n, o, s, c;
|
|
106
|
+
(n = (o = this.mutateOptions).onSuccess) == null || n.call(o, 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);
|
|
107
107
|
} else if (t.onError) {
|
|
108
|
-
var l,
|
|
109
|
-
(l = (
|
|
108
|
+
var l, p, d, g;
|
|
109
|
+
(l = (p = this.mutateOptions).onError) == null || l.call(p, this.currentResult.error, this.currentResult.variables, this.currentResult.context), (d = (g = this.mutateOptions).onSettled) == null || d.call(g, void 0, this.currentResult.error, this.currentResult.variables, this.currentResult.context);
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
t.listeners && this.listeners.forEach(({
|
|
@@ -118,78 +118,73 @@ class gr extends Ln {
|
|
|
118
118
|
}
|
|
119
119
|
}
|
|
120
120
|
function it(e, t, n) {
|
|
121
|
-
const
|
|
122
|
-
context:
|
|
123
|
-
}), [c] = Y.useState(() => new
|
|
121
|
+
const o = Pn(e, t), s = we({
|
|
122
|
+
context: o.context
|
|
123
|
+
}), [c] = Y.useState(() => new hr(s, o));
|
|
124
124
|
Y.useEffect(() => {
|
|
125
|
-
c.setOptions(
|
|
126
|
-
}, [c,
|
|
127
|
-
const l =
|
|
128
|
-
c.mutate(d, g).catch(
|
|
125
|
+
c.setOptions(o);
|
|
126
|
+
}, [c, o]);
|
|
127
|
+
const l = En(Y.useCallback((d) => c.subscribe(Pt.batchCalls(d)), [c]), () => c.getCurrentResult(), () => c.getCurrentResult()), p = Y.useCallback((d, g) => {
|
|
128
|
+
c.mutate(d, g).catch(gr);
|
|
129
129
|
}, [c]);
|
|
130
|
-
if (l.error &&
|
|
130
|
+
if (l.error && Nn(c.options.useErrorBoundary, [l.error]))
|
|
131
131
|
throw l.error;
|
|
132
|
-
return L(
|
|
133
|
-
mutate:
|
|
132
|
+
return L(M({}, l), {
|
|
133
|
+
mutate: p,
|
|
134
134
|
mutateAsync: l.mutate
|
|
135
135
|
});
|
|
136
136
|
}
|
|
137
|
-
function
|
|
137
|
+
function gr() {
|
|
138
138
|
}
|
|
139
|
-
const
|
|
140
|
-
const [t, n] = O({}),
|
|
141
|
-
(l,
|
|
139
|
+
const Zt = rt({}), Cr = () => ot(Zt), jt = ({ children: e }) => {
|
|
140
|
+
const [t, n] = O({}), o = F(
|
|
141
|
+
(l, p) => {
|
|
142
142
|
var d;
|
|
143
|
-
return `${l}_${(d =
|
|
143
|
+
return `${l}_${(d = p == null ? void 0 : p.dashboardId) != null ? d : ""}`;
|
|
144
144
|
},
|
|
145
145
|
[]
|
|
146
146
|
), s = F(
|
|
147
|
-
(l,
|
|
148
|
-
n((g) => L(
|
|
149
|
-
[
|
|
147
|
+
(l, p, d) => {
|
|
148
|
+
n((g) => L(M({}, g), {
|
|
149
|
+
[o(p, d)]: l
|
|
150
150
|
}));
|
|
151
151
|
},
|
|
152
|
-
[
|
|
152
|
+
[o]
|
|
153
153
|
), c = F(
|
|
154
|
-
(l,
|
|
155
|
-
[t,
|
|
154
|
+
(l, p) => t[o(l, p)],
|
|
155
|
+
[t, o]
|
|
156
156
|
);
|
|
157
|
-
return /* @__PURE__ */
|
|
157
|
+
return /* @__PURE__ */ r(Zt.Provider, { value: { saveChatId: s, getChatId: c }, children: e });
|
|
158
158
|
};
|
|
159
|
-
class
|
|
160
|
-
constructor(t, n = !1
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
A(this, "isSisenseAiEnabled");
|
|
164
|
-
A(this, "getChatContexts", () => X(this, null, function* () {
|
|
159
|
+
class fr {
|
|
160
|
+
constructor(t, n = !1) {
|
|
161
|
+
W(this, "httpClient");
|
|
162
|
+
W(this, "getChatContexts", () => X(this, null, function* () {
|
|
165
163
|
return (yield this.httpClient.get("api/datasources//")) || [];
|
|
166
164
|
}));
|
|
167
165
|
// ==== /v2/ai endpoints ====
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
isSisenseAiEnabled: this.isSisenseAiEnabled
|
|
171
|
-
}));
|
|
172
|
-
A(this, "getQueryRecommendations", (t, n) => this.httpClient.get(
|
|
166
|
+
W(this, "getNlgInsights", (t, n) => tt(this.httpClient, t, n));
|
|
167
|
+
W(this, "getQueryRecommendations", (t, n) => this.httpClient.get(
|
|
173
168
|
`api/v2/ai/recommendations/query/${t}/${n.numOfRecommendations}${n.userPrompt ? "?userPrompt=" + encodeURIComponent(n.userPrompt) : ""}`
|
|
174
169
|
));
|
|
175
|
-
|
|
176
|
-
|
|
170
|
+
W(this, "getNlqResult", (t, n) => this.httpClient.post(`api/v2/ai/nlq/query/${t}`, n));
|
|
171
|
+
W(this, "setLlmConfig", (t) => this.httpClient.post("api/v2/settings/ai/llmProvider", t).catch((n) => {
|
|
177
172
|
console.error("Unable to set llm config", n);
|
|
178
173
|
}));
|
|
179
174
|
// ==== /v2/ai/chats endpoints ====
|
|
180
|
-
|
|
175
|
+
W(this, "getAllChats", () => X(this, null, function* () {
|
|
181
176
|
return this.volatile ? [] : this.httpClient.get("api/v2/ai/chats");
|
|
182
177
|
}));
|
|
183
|
-
|
|
184
|
-
|
|
178
|
+
W(this, "getChatById", (t) => this.httpClient.get(`api/v2/ai/chats/${t}`));
|
|
179
|
+
W(this, "createChat", (t, n) => this.httpClient.post("api/v2/ai/chats", {
|
|
185
180
|
sourceId: t,
|
|
186
181
|
volatile: this.volatile,
|
|
187
182
|
contextDetails: n
|
|
188
183
|
}));
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
184
|
+
W(this, "postChat", (t, n) => this.httpClient.post(`api/v2/ai/chats/${t}`, n));
|
|
185
|
+
W(this, "deleteChatHistory", (t) => this.httpClient.delete(`api/v2/ai/chats/${t}/history`));
|
|
186
|
+
W(this, "sendFeedback", (t) => this.httpClient.post("api/v2/ai/feedback", t));
|
|
187
|
+
W(this, "ai", {
|
|
193
188
|
getNlgInsights: this.getNlgInsights,
|
|
194
189
|
getNlqResult: this.getNlqResult,
|
|
195
190
|
getQueryRecommendations: this.getQueryRecommendations,
|
|
@@ -203,54 +198,45 @@ class mr {
|
|
|
203
198
|
clearHistory: this.deleteChatHistory
|
|
204
199
|
}
|
|
205
200
|
});
|
|
206
|
-
this.volatile = n, this.httpClient = t
|
|
201
|
+
this.volatile = n, this.httpClient = t;
|
|
207
202
|
}
|
|
208
203
|
}
|
|
209
|
-
const
|
|
204
|
+
const mr = new Ht({
|
|
210
205
|
defaultOptions: {
|
|
211
206
|
queries: {
|
|
212
207
|
refetchOnWindowFocus: !1,
|
|
213
208
|
refetchOnMount: !1
|
|
214
209
|
}
|
|
215
210
|
}
|
|
216
|
-
}), st = rt(void 0), te = () => ot(st),
|
|
211
|
+
}), st = rt(void 0), te = () => ot(st), br = ({
|
|
217
212
|
children: e,
|
|
218
213
|
volatile: t
|
|
219
214
|
}) => {
|
|
220
|
-
const { app: n } = Bt(),
|
|
221
|
-
() =>
|
|
222
|
-
var s, c;
|
|
223
|
-
return n ? new mr(
|
|
224
|
-
n.httpClient,
|
|
225
|
-
t,
|
|
226
|
-
(s = n.settings) == null ? void 0 : s.isUnifiedNarrationEnabled,
|
|
227
|
-
(c = n.settings) == null ? void 0 : c.isSisenseAiEnabled
|
|
228
|
-
) : void 0;
|
|
229
|
-
},
|
|
215
|
+
const { app: n } = Bt(), o = A(
|
|
216
|
+
() => n ? new fr(n.httpClient, t) : void 0,
|
|
230
217
|
[n, t]
|
|
231
218
|
);
|
|
232
|
-
return /* @__PURE__ */
|
|
219
|
+
return /* @__PURE__ */ r(st.Provider, { value: o, children: /* @__PURE__ */ r(Ft, { client: mr, children: e }) });
|
|
233
220
|
};
|
|
234
221
|
function _1({ children: e, volatile: t }) {
|
|
235
|
-
return /* @__PURE__ */
|
|
222
|
+
return /* @__PURE__ */ r(jt, { children: /* @__PURE__ */ r(br, { volatile: t, children: e }) });
|
|
236
223
|
}
|
|
237
|
-
const
|
|
224
|
+
const Ae = (e, t = !0) => {
|
|
238
225
|
var i, u;
|
|
239
|
-
const { app: n } = Bt(),
|
|
226
|
+
const { app: n } = Bt(), o = n == null ? void 0 : n.httpClient, s = A(
|
|
240
227
|
() => {
|
|
241
|
-
var a,
|
|
228
|
+
var a, C;
|
|
242
229
|
return {
|
|
243
|
-
|
|
244
|
-
isSisenseAiEnabled: (b = (p = n == null ? void 0 : n.settings) == null ? void 0 : p.isSisenseAiEnabled) != null ? b : !1
|
|
230
|
+
canGenerateNarrativeViaAI: (C = (a = n == null ? void 0 : n.settings) == null ? void 0 : a.narrative) == null ? void 0 : C.canGenerateNarrativeViaAI
|
|
245
231
|
};
|
|
246
232
|
},
|
|
247
|
-
[(i = n == null ? void 0 : n.settings) == null ? void 0 : i.
|
|
248
|
-
), c =
|
|
233
|
+
[(u = (i = n == null ? void 0 : n.settings) == null ? void 0 : i.narrative) == null ? void 0 : u.canGenerateNarrativeViaAI]
|
|
234
|
+
), c = A(() => Hn(e), [e]), { data: l, error: p, isError: d, isLoading: g, isSuccess: m, refetch: y } = ge({
|
|
249
235
|
queryKey: ["narrative", c, s],
|
|
250
|
-
queryFn: () =>
|
|
236
|
+
queryFn: () => o ? tt(o, c, s) : Promise.reject(new Error("HttpClient is required for narrative requests")),
|
|
251
237
|
select: (a) => {
|
|
252
|
-
var
|
|
253
|
-
return (
|
|
238
|
+
var C;
|
|
239
|
+
return (C = a == null ? void 0 : a.data) == null ? void 0 : C.answer;
|
|
254
240
|
},
|
|
255
241
|
enabled: t
|
|
256
242
|
});
|
|
@@ -259,17 +245,17 @@ const De = (e, t = !0) => {
|
|
|
259
245
|
isError: d,
|
|
260
246
|
isSuccess: m,
|
|
261
247
|
data: l,
|
|
262
|
-
error:
|
|
248
|
+
error: p,
|
|
263
249
|
refetch: F(() => {
|
|
264
|
-
|
|
265
|
-
}, [
|
|
250
|
+
y();
|
|
251
|
+
}, [y])
|
|
266
252
|
};
|
|
267
|
-
},
|
|
268
|
-
const
|
|
269
|
-
return
|
|
270
|
-
},
|
|
271
|
-
|
|
272
|
-
),
|
|
253
|
+
}, yr = (e) => {
|
|
254
|
+
const o = e, { enabled: t } = o, n = We(o, ["enabled"]);
|
|
255
|
+
return Ae(n, t);
|
|
256
|
+
}, Q1 = nt("useGetNlgInsights")(
|
|
257
|
+
yr
|
|
258
|
+
), xr = [
|
|
273
259
|
"indicator",
|
|
274
260
|
"column",
|
|
275
261
|
"line",
|
|
@@ -278,20 +264,20 @@ const De = (e, t = !0) => {
|
|
|
278
264
|
"bar"
|
|
279
265
|
];
|
|
280
266
|
function Gt(e) {
|
|
281
|
-
const { dataSource: t, query: n, chartTypes:
|
|
267
|
+
const { dataSource: t, query: n, chartTypes: o } = e;
|
|
282
268
|
return {
|
|
283
269
|
contextTitle: typeof t == "string" ? t : t.title,
|
|
284
270
|
request: {
|
|
285
271
|
text: n,
|
|
286
272
|
// Timezone is not used by AI API, but it is currently required by the endpoint
|
|
287
273
|
timezone: "UTC",
|
|
288
|
-
chartTypes:
|
|
274
|
+
chartTypes: o != null ? o : [...xr]
|
|
289
275
|
}
|
|
290
276
|
};
|
|
291
277
|
}
|
|
292
|
-
function
|
|
278
|
+
function vr(e, t) {
|
|
293
279
|
return X(this, null, function* () {
|
|
294
|
-
const { contextTitle: n, request:
|
|
280
|
+
const { contextTitle: n, request: o } = Gt(e), s = yield t.ai.getNlqResult(n, o);
|
|
295
281
|
return {
|
|
296
282
|
widgetProps: s ? Oe(s, {
|
|
297
283
|
useCustomizedStyleOptions: e.enableAxisTitlesInWidgetProps || !1
|
|
@@ -300,69 +286,69 @@ function kr(e, t) {
|
|
|
300
286
|
};
|
|
301
287
|
});
|
|
302
288
|
}
|
|
303
|
-
const
|
|
304
|
-
const { contextTitle: t, request: n } = Gt(e),
|
|
289
|
+
const kr = (e) => {
|
|
290
|
+
const { contextTitle: t, request: n } = Gt(e), o = te(), s = ["getNlqResult", t, n, o], { isLoading: c, isError: l, isSuccess: p, data: d, error: g, refetch: m } = ge({
|
|
305
291
|
queryKey: s,
|
|
306
|
-
queryFn: () =>
|
|
307
|
-
enabled: !!
|
|
292
|
+
queryFn: () => o ? vr(e, o).then((y) => y.widgetProps) : Promise.reject("No API available"),
|
|
293
|
+
enabled: !!o && e.enabled
|
|
308
294
|
});
|
|
309
295
|
return {
|
|
310
296
|
isLoading: c,
|
|
311
297
|
isError: l,
|
|
312
|
-
isSuccess:
|
|
298
|
+
isSuccess: p,
|
|
313
299
|
data: d,
|
|
314
300
|
error: g,
|
|
315
301
|
refetch: F(() => {
|
|
316
302
|
m();
|
|
317
303
|
}, [m])
|
|
318
304
|
};
|
|
319
|
-
},
|
|
320
|
-
const { contextTitle: t, count: n, enableAxisTitlesInWidgetProps:
|
|
305
|
+
}, K1 = nt("useGetNlqResult")(kr), wr = 4, Vt = (e) => {
|
|
306
|
+
const { contextTitle: t, count: n, enableAxisTitlesInWidgetProps: o, enabled: s, customPrompt: c } = e, l = te(), p = n != null ? n : wr, d = (s === void 0 || s === !0) && p > 0, {
|
|
321
307
|
isLoading: g,
|
|
322
308
|
isError: m,
|
|
323
|
-
isSuccess:
|
|
309
|
+
isSuccess: y,
|
|
324
310
|
data: i,
|
|
325
311
|
error: u,
|
|
326
312
|
refetch: a
|
|
327
313
|
} = ge({
|
|
328
|
-
queryKey: ["getQueryRecommendations", t,
|
|
329
|
-
queryFn: () => l == null ? void 0 : l.ai.getQueryRecommendations(t,
|
|
330
|
-
numOfRecommendations:
|
|
314
|
+
queryKey: ["getQueryRecommendations", t, p, l],
|
|
315
|
+
queryFn: () => l == null ? void 0 : l.ai.getQueryRecommendations(t, M({
|
|
316
|
+
numOfRecommendations: p
|
|
331
317
|
}, c ? { userPrompt: c } : null)),
|
|
332
318
|
enabled: !!l && d
|
|
333
|
-
}),
|
|
334
|
-
widgetProps:
|
|
335
|
-
useCustomizedStyleOptions:
|
|
319
|
+
}), C = A(() => i == null ? void 0 : i.map((h) => L(M({}, h), {
|
|
320
|
+
widgetProps: h.jaql ? Oe(h, {
|
|
321
|
+
useCustomizedStyleOptions: o
|
|
336
322
|
}) : void 0
|
|
337
|
-
})), [i,
|
|
323
|
+
})), [i, o]);
|
|
338
324
|
return {
|
|
339
325
|
isLoading: d ? g : !1,
|
|
340
326
|
isError: m,
|
|
341
|
-
isSuccess:
|
|
342
|
-
data:
|
|
327
|
+
isSuccess: y,
|
|
328
|
+
data: C != null ? C : void 0,
|
|
343
329
|
error: u,
|
|
344
330
|
refetch: F(() => {
|
|
345
331
|
a();
|
|
346
332
|
}, [a])
|
|
347
333
|
};
|
|
348
|
-
},
|
|
334
|
+
}, X1 = nt("useGetQueryRecommendations")(
|
|
349
335
|
Vt
|
|
350
|
-
),
|
|
336
|
+
), Ut = Object.freeze({
|
|
351
337
|
enableFollowupQuestions: !1,
|
|
352
338
|
enableHeader: !0,
|
|
353
339
|
enableInsights: !0,
|
|
354
340
|
numOfRecommendations: 4,
|
|
355
341
|
numOfRecentPrompts: 5
|
|
356
|
-
}), _t = rt(
|
|
357
|
-
const { t: n } = N(),
|
|
342
|
+
}), _t = rt(M({}, Ut)), ne = () => ot(_t), Sr = ({ children: e, value: t }) => {
|
|
343
|
+
const { t: n } = N(), o = Object.entries(t).reduce(
|
|
358
344
|
(s, [c, l]) => (l !== void 0 && (s[c] = l), s),
|
|
359
|
-
L(
|
|
345
|
+
L(M({}, Ut), {
|
|
360
346
|
inputPromptText: n("ai.config.inputPromptText"),
|
|
361
347
|
welcomeText: n("ai.config.welcomeText"),
|
|
362
348
|
suggestionsWelcomeText: n("ai.config.suggestionsWelcomeText")
|
|
363
349
|
})
|
|
364
350
|
);
|
|
365
|
-
return /* @__PURE__ */
|
|
351
|
+
return /* @__PURE__ */ r(_t.Provider, { value: o, children: e });
|
|
366
352
|
}, at = "chatHistory", Mr = (e) => {
|
|
367
353
|
const t = te(), { hideHistory: n } = ne();
|
|
368
354
|
return ge({
|
|
@@ -372,36 +358,36 @@ const wr = (e) => {
|
|
|
372
358
|
return;
|
|
373
359
|
if (n)
|
|
374
360
|
return [];
|
|
375
|
-
const
|
|
376
|
-
return
|
|
361
|
+
const o = yield t.ai.chat.getById(e);
|
|
362
|
+
return o == null ? void 0 : o.chatHistory;
|
|
377
363
|
}),
|
|
378
364
|
enabled: !!t && !!e
|
|
379
365
|
});
|
|
380
|
-
},
|
|
366
|
+
}, Qt = (e) => {
|
|
381
367
|
const t = te(), n = we();
|
|
382
368
|
return it({
|
|
383
369
|
mutationFn: () => X(void 0, null, function* () {
|
|
384
370
|
if (!(!t || !e))
|
|
385
371
|
return t.ai.chat.clearHistory(e);
|
|
386
372
|
}),
|
|
387
|
-
onError: (
|
|
388
|
-
console.error("Error when clearing history:",
|
|
373
|
+
onError: (o) => {
|
|
374
|
+
console.error("Error when clearing history:", o);
|
|
389
375
|
},
|
|
390
376
|
onSettled: () => {
|
|
391
377
|
e && n.setQueriesData([at, e], []);
|
|
392
378
|
}
|
|
393
379
|
});
|
|
394
380
|
}, lt = (e) => {
|
|
395
|
-
const { data: t, isLoading: n, isError:
|
|
381
|
+
const { data: t, isLoading: n, isError: o } = Mr(e), { mutate: s } = Qt(e);
|
|
396
382
|
return Se(() => {
|
|
397
|
-
|
|
398
|
-
}, [
|
|
383
|
+
o && s();
|
|
384
|
+
}, [o, s]), {
|
|
399
385
|
history: t,
|
|
400
386
|
isLoading: n,
|
|
401
|
-
isError:
|
|
387
|
+
isError: o
|
|
402
388
|
};
|
|
403
|
-
},
|
|
404
|
-
const e = te(), { data: t, isLoading: n, fetchStatus:
|
|
389
|
+
}, $r = () => {
|
|
390
|
+
const e = te(), { data: t, isLoading: n, fetchStatus: o } = ge({
|
|
405
391
|
queryKey: ["getDataTopics", e],
|
|
406
392
|
queryFn: () => X(void 0, null, function* () {
|
|
407
393
|
if (e)
|
|
@@ -409,8 +395,8 @@ const wr = (e) => {
|
|
|
409
395
|
}),
|
|
410
396
|
enabled: !!e
|
|
411
397
|
});
|
|
412
|
-
return { data: t, isLoading: n, fetchStatus:
|
|
413
|
-
},
|
|
398
|
+
return { data: t, isLoading: n, fetchStatus: o };
|
|
399
|
+
}, Tr = () => {
|
|
414
400
|
const e = te(), { data: t, isLoading: n } = ge({
|
|
415
401
|
queryKey: ["getAllChats", e],
|
|
416
402
|
queryFn: () => e == null ? void 0 : e.ai.chat.getAll(),
|
|
@@ -420,18 +406,18 @@ const wr = (e) => {
|
|
|
420
406
|
data: t != null ? t : [],
|
|
421
407
|
isLoading: n
|
|
422
408
|
};
|
|
423
|
-
},
|
|
424
|
-
const
|
|
409
|
+
}, Rr = (e, t, n) => {
|
|
410
|
+
const o = we(), s = te(), c = it({
|
|
425
411
|
mutationFn: () => X(void 0, null, function* () {
|
|
426
412
|
if (!(!s || !e))
|
|
427
413
|
return s.ai.chat.create(e, n);
|
|
428
414
|
}),
|
|
429
|
-
onSuccess: () =>
|
|
415
|
+
onSuccess: () => o.invalidateQueries(["getAllChats"])
|
|
430
416
|
});
|
|
431
417
|
return Se(() => {
|
|
432
418
|
t && c.isIdle && c.mutate();
|
|
433
419
|
}, [t, c]), c;
|
|
434
|
-
},
|
|
420
|
+
}, Lr = (e, t) => {
|
|
435
421
|
switch (e.responseType = e.responseType.toLowerCase(), e.responseType) {
|
|
436
422
|
case "nlq":
|
|
437
423
|
return {
|
|
@@ -449,12 +435,12 @@ const wr = (e) => {
|
|
|
449
435
|
throw Error(`${t}${JSON.stringify(e)}`);
|
|
450
436
|
}
|
|
451
437
|
}, Ir = (e, t) => {
|
|
452
|
-
const n = we(),
|
|
438
|
+
const n = we(), o = F(
|
|
453
439
|
(d) => {
|
|
454
440
|
e && n.setQueriesData([at, e], (g) => g && [...g, d]);
|
|
455
441
|
},
|
|
456
442
|
[n, e]
|
|
457
|
-
), { t: s } = N(), c = te(), { mutate: l, isLoading:
|
|
443
|
+
), { t: s } = N(), c = te(), { mutate: l, isLoading: p } = it({
|
|
458
444
|
mutationFn: (d) => X(void 0, null, function* () {
|
|
459
445
|
if (!(!c || !e))
|
|
460
446
|
return c.ai.chat.post(e, {
|
|
@@ -463,13 +449,13 @@ const wr = (e) => {
|
|
|
463
449
|
});
|
|
464
450
|
}),
|
|
465
451
|
onMutate: (d) => {
|
|
466
|
-
|
|
452
|
+
o({
|
|
467
453
|
content: d,
|
|
468
454
|
role: "user"
|
|
469
455
|
});
|
|
470
456
|
},
|
|
471
457
|
onError: (d) => {
|
|
472
|
-
d instanceof Error && (console.error("Error when sending message:", d.message),
|
|
458
|
+
d instanceof Error && (console.error("Error when sending message:", d.message), o({
|
|
473
459
|
content: s(`ai.errors.${d.interpolationOptions.errorCode}`, {
|
|
474
460
|
defaultValue: s("ai.errors.unexpectedChatResponse")
|
|
475
461
|
}),
|
|
@@ -480,70 +466,70 @@ const wr = (e) => {
|
|
|
480
466
|
if (!d)
|
|
481
467
|
return;
|
|
482
468
|
const g = s("ai.errors.unknownResponse");
|
|
483
|
-
|
|
469
|
+
o(Lr(d, g));
|
|
484
470
|
}
|
|
485
471
|
});
|
|
486
|
-
return { mutate: l, isLoading:
|
|
472
|
+
return { mutate: l, isLoading: p };
|
|
487
473
|
}, ct = (e, t, n = !1) => {
|
|
488
474
|
var m;
|
|
489
|
-
const { data:
|
|
490
|
-
(
|
|
475
|
+
const { data: o, isLoading: s } = Tr(), c = Cr(), l = c.getChatId(e, t) || ((m = o.find(
|
|
476
|
+
(y) => {
|
|
491
477
|
var i;
|
|
492
|
-
return
|
|
478
|
+
return y.contextTitle === e && ((i = y.contextDetails) == null ? void 0 : i.dashboardId) === (t == null ? void 0 : t.dashboardId);
|
|
493
479
|
}
|
|
494
|
-
)) == null ? void 0 : m.chatId), { isError:
|
|
480
|
+
)) == null ? void 0 : m.chatId), { isError: p, data: d, isSuccess: g } = Rr(
|
|
495
481
|
e,
|
|
496
482
|
n && !s && !l,
|
|
497
483
|
t
|
|
498
484
|
);
|
|
499
485
|
return Se(() => {
|
|
500
486
|
g && d && !l && c.saveChatId(d.chatId, e, t);
|
|
501
|
-
}, [d, g, e, t, l, c]), { chatId: l, isLoading: s, isError:
|
|
502
|
-
},
|
|
487
|
+
}, [d, g, e, t, l, c]), { chatId: l, isLoading: s, isError: p };
|
|
488
|
+
}, Kt = (e) => A(() => {
|
|
503
489
|
if (e != null && e.length) {
|
|
504
490
|
const t = e[e.length - 1];
|
|
505
491
|
if (dt(t))
|
|
506
492
|
return JSON.parse(t.content);
|
|
507
493
|
}
|
|
508
494
|
return null;
|
|
509
|
-
}, [e]), dt = (e) => !!e && "type" in e && e.type === "nlq",
|
|
510
|
-
const { t: n } = N(), { enableFollowupQuestions:
|
|
495
|
+
}, [e]), dt = (e) => !!e && "type" in e && e.type === "nlq", Er = (e) => !!e && "type" in e && e.type === "text", Nr = (e, t) => {
|
|
496
|
+
const { t: n } = N(), { enableFollowupQuestions: o } = ne(), { chatId: s, isError: c } = ct(e, t, !0), [l, p] = O(null), { history: d, isLoading: g, isError: m } = lt(s);
|
|
511
497
|
Se(() => {
|
|
512
|
-
c ?
|
|
498
|
+
c ? p(new Ke("ai.errors.chatUnavailable")) : m && p(new Ke("ai.errors.fetchHistory"));
|
|
513
499
|
}, [c, m, n]);
|
|
514
|
-
const { mutate:
|
|
500
|
+
const { mutate: y, isLoading: i } = Ir(
|
|
515
501
|
s,
|
|
516
|
-
|
|
517
|
-
), u =
|
|
502
|
+
o
|
|
503
|
+
), u = Kt(d);
|
|
518
504
|
return {
|
|
519
505
|
chatId: s,
|
|
520
506
|
history: d != null ? d : [],
|
|
521
507
|
lastNlqResponse: u,
|
|
522
|
-
sendMessage:
|
|
508
|
+
sendMessage: y,
|
|
523
509
|
isAwaitingResponse: i,
|
|
524
510
|
isLoading: g,
|
|
525
511
|
lastError: l
|
|
526
512
|
};
|
|
527
|
-
},
|
|
513
|
+
}, Y1 = ({
|
|
528
514
|
contextTitle: e,
|
|
529
515
|
contextDetails: t
|
|
530
516
|
}) => {
|
|
531
|
-
const { chatId: n } = ct(e, t), { history:
|
|
532
|
-
return
|
|
533
|
-
},
|
|
517
|
+
const { chatId: n } = ct(e, t), { history: o } = lt(n);
|
|
518
|
+
return Kt(o);
|
|
519
|
+
}, J1 = ({
|
|
534
520
|
contextTitle: e,
|
|
535
521
|
contextDetails: t
|
|
536
522
|
}) => {
|
|
537
|
-
const { chatId: n } = ct(e, t), { history:
|
|
538
|
-
return
|
|
539
|
-
if (
|
|
540
|
-
const s =
|
|
523
|
+
const { chatId: n } = ct(e, t), { history: o } = lt(n);
|
|
524
|
+
return A(() => {
|
|
525
|
+
if (o != null && o.length) {
|
|
526
|
+
const s = o.slice().reverse().find(dt);
|
|
541
527
|
if (s)
|
|
542
528
|
return JSON.parse(s.content);
|
|
543
529
|
}
|
|
544
530
|
return null;
|
|
545
|
-
}, [
|
|
546
|
-
},
|
|
531
|
+
}, [o]);
|
|
532
|
+
}, Pr = 500, Hr = 500, Br = 500, Fr = 900, Or = w.div`
|
|
547
533
|
box-sizing: border-box;
|
|
548
534
|
position: relative;
|
|
549
535
|
display: flex;
|
|
@@ -553,12 +539,12 @@ const wr = (e) => {
|
|
|
553
539
|
background-color: ${({ theme: e }) => e.aiChat.backgroundColor};
|
|
554
540
|
overflow: hidden;
|
|
555
541
|
|
|
556
|
-
min-width: ${
|
|
557
|
-
min-height: ${
|
|
558
|
-
width: ${({ width: e }) => e ? vt(e) : `${
|
|
559
|
-
height: ${({ height: e }) => e ? vt(e) : `${
|
|
542
|
+
min-width: ${Pr}px;
|
|
543
|
+
min-height: ${Hr}px;
|
|
544
|
+
width: ${({ width: e }) => e ? vt(e) : `${Br}px`};
|
|
545
|
+
height: ${({ height: e }) => e ? vt(e) : `${Fr}px`};
|
|
560
546
|
|
|
561
|
-
${({ theme: e }) =>
|
|
547
|
+
${({ theme: e }) => q`
|
|
562
548
|
font-size: ${e.aiChat.primaryFontSize[0]};
|
|
563
549
|
line-height: ${e.aiChat.primaryFontSize[1]};
|
|
564
550
|
`}
|
|
@@ -567,7 +553,7 @@ const wr = (e) => {
|
|
|
567
553
|
function vt(e) {
|
|
568
554
|
return typeof e == "number" ? `${e}px` : e;
|
|
569
555
|
}
|
|
570
|
-
function
|
|
556
|
+
function Ar({ spin: e }) {
|
|
571
557
|
return /* @__PURE__ */ S(
|
|
572
558
|
"svg",
|
|
573
559
|
{
|
|
@@ -578,7 +564,7 @@ function Dr({ spin: e }) {
|
|
|
578
564
|
fill: "none",
|
|
579
565
|
className: `${e ? "csdk-animate-spin" : ""}`,
|
|
580
566
|
children: [
|
|
581
|
-
/* @__PURE__ */
|
|
567
|
+
/* @__PURE__ */ r(
|
|
582
568
|
"path",
|
|
583
569
|
{
|
|
584
570
|
fillRule: "evenodd",
|
|
@@ -588,7 +574,7 @@ function Dr({ spin: e }) {
|
|
|
588
574
|
fillOpacity: "0.3"
|
|
589
575
|
}
|
|
590
576
|
),
|
|
591
|
-
/* @__PURE__ */
|
|
577
|
+
/* @__PURE__ */ r(
|
|
592
578
|
"path",
|
|
593
579
|
{
|
|
594
580
|
fillRule: "evenodd",
|
|
@@ -601,10 +587,10 @@ function Dr({ spin: e }) {
|
|
|
601
587
|
}
|
|
602
588
|
);
|
|
603
589
|
}
|
|
604
|
-
function
|
|
605
|
-
return /* @__PURE__ */
|
|
590
|
+
function De() {
|
|
591
|
+
return /* @__PURE__ */ r("div", { className: "csdk-m-auto", role: "status", "aria-label": "loading spinner", children: /* @__PURE__ */ r(Ar, { spin: !0 }) });
|
|
606
592
|
}
|
|
607
|
-
const
|
|
593
|
+
const Dr = w.div`
|
|
608
594
|
text-align: center;
|
|
609
595
|
font-size: 11px;
|
|
610
596
|
line-height: 18px;
|
|
@@ -618,21 +604,21 @@ const qr = w.div`
|
|
|
618
604
|
|
|
619
605
|
color: ${({ theme: e }) => e.aiChat.secondaryTextColor};
|
|
620
606
|
`;
|
|
621
|
-
function
|
|
607
|
+
function qr({ theme: e }) {
|
|
622
608
|
const { t } = N();
|
|
623
|
-
return /* @__PURE__ */ S(
|
|
624
|
-
/* @__PURE__ */
|
|
609
|
+
return /* @__PURE__ */ S(Dr, { theme: e, children: [
|
|
610
|
+
/* @__PURE__ */ r("div", { children: t("ai.disclaimer.poweredByAi") }),
|
|
625
611
|
/* @__PURE__ */ S("div", { children: [
|
|
626
612
|
" ",
|
|
627
613
|
t("ai.disclaimer.rateRequest")
|
|
628
614
|
] })
|
|
629
615
|
] });
|
|
630
616
|
}
|
|
631
|
-
const
|
|
617
|
+
const zr = w.div`
|
|
632
618
|
display: flex;
|
|
633
619
|
flex-direction: column;
|
|
634
620
|
row-gap: 4px;
|
|
635
|
-
`,
|
|
621
|
+
`, Wr = w.div`
|
|
636
622
|
font-size: 11px;
|
|
637
623
|
line-height: 18px;
|
|
638
624
|
font-weight: 300;
|
|
@@ -642,7 +628,7 @@ const Wr = w.div`
|
|
|
642
628
|
&:hover {
|
|
643
629
|
background-color: ${({ theme: e }) => e.aiChat.dropup.headers.hover.backgroundColor};
|
|
644
630
|
}
|
|
645
|
-
`,
|
|
631
|
+
`, Zr = w.div`
|
|
646
632
|
font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
|
|
647
633
|
line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
|
|
648
634
|
color: ${({ theme: e }) => e.aiChat.dropup.items.textColor};
|
|
@@ -652,16 +638,16 @@ const Wr = w.div`
|
|
|
652
638
|
background-color: ${({ theme: e }) => e.aiChat.dropup.items.hover.backgroundColor};
|
|
653
639
|
}
|
|
654
640
|
`;
|
|
655
|
-
function
|
|
641
|
+
function jr({
|
|
656
642
|
title: e,
|
|
657
643
|
items: t,
|
|
658
644
|
onSelect: n,
|
|
659
|
-
alwaysExpanded:
|
|
645
|
+
alwaysExpanded: o = !1
|
|
660
646
|
}) {
|
|
661
647
|
const [s, c] = O(!1), { themeSettings: l } = R();
|
|
662
|
-
return /* @__PURE__ */ S(
|
|
663
|
-
/* @__PURE__ */
|
|
664
|
-
(s ||
|
|
648
|
+
return /* @__PURE__ */ S(zr, { children: [
|
|
649
|
+
/* @__PURE__ */ r(Wr, { onClick: () => c((p) => !p), theme: l, children: e.toUpperCase() }),
|
|
650
|
+
(s || o) && t.map((p, d) => /* @__PURE__ */ r(Zr, { onClick: () => n(p), theme: l, children: p }, d))
|
|
665
651
|
] });
|
|
666
652
|
}
|
|
667
653
|
const Gr = w.div`
|
|
@@ -682,11 +668,11 @@ const Gr = w.div`
|
|
|
682
668
|
color: ${({ theme: e }) => e.aiChat.dropup.items.textColor};
|
|
683
669
|
padding: 4px 12px;
|
|
684
670
|
`, Xe = (e) => e.startsWith("/");
|
|
685
|
-
function
|
|
671
|
+
function Ur({
|
|
686
672
|
recentPrompts: e,
|
|
687
673
|
suggestions: t,
|
|
688
674
|
isLoading: n,
|
|
689
|
-
onSelection:
|
|
675
|
+
onSelection: o,
|
|
690
676
|
anchorEl: s,
|
|
691
677
|
text: c,
|
|
692
678
|
recommendationsError: l
|
|
@@ -695,17 +681,17 @@ function Qr({
|
|
|
695
681
|
{
|
|
696
682
|
title: "/recent searches",
|
|
697
683
|
items: e,
|
|
698
|
-
onSelect:
|
|
684
|
+
onSelect: o
|
|
699
685
|
},
|
|
700
686
|
{
|
|
701
687
|
title: "/ai recommendations",
|
|
702
688
|
items: t,
|
|
703
|
-
onSelect:
|
|
689
|
+
onSelect: o
|
|
704
690
|
}
|
|
705
691
|
].filter(
|
|
706
692
|
(i) => i.title.slice(0, c.length) === c
|
|
707
|
-
), { themeSettings: g } = R(), { t: m } = N(),
|
|
708
|
-
return /* @__PURE__ */
|
|
693
|
+
), { themeSettings: g } = R(), { t: m } = N(), y = d.length === 1;
|
|
694
|
+
return /* @__PURE__ */ r(
|
|
709
695
|
Ot,
|
|
710
696
|
{
|
|
711
697
|
open: Xe(c) && d.length > 0,
|
|
@@ -721,17 +707,17 @@ function Qr({
|
|
|
721
707
|
],
|
|
722
708
|
sx: { zIndex: 3 },
|
|
723
709
|
children: /* @__PURE__ */ S(Gr, { style: { width: s == null ? void 0 : s.offsetWidth }, theme: g, children: [
|
|
724
|
-
n && /* @__PURE__ */
|
|
725
|
-
!n && !l && d.map((i) => /* @__PURE__ */
|
|
726
|
-
l && /* @__PURE__ */
|
|
710
|
+
n && /* @__PURE__ */ r(De, {}),
|
|
711
|
+
!n && !l && d.map((i) => /* @__PURE__ */ r(jr, L(M({}, i), { alwaysExpanded: y }), i.title)),
|
|
712
|
+
l && /* @__PURE__ */ r(Vr, { theme: g, children: m("ai.errors.recommendationsNotAvailable") })
|
|
727
713
|
] })
|
|
728
714
|
}
|
|
729
715
|
);
|
|
730
716
|
}
|
|
731
717
|
const _r = 500;
|
|
732
|
-
function
|
|
733
|
-
const { themeSettings:
|
|
734
|
-
return /* @__PURE__ */
|
|
718
|
+
function Me({ title: e, placement: t = "top", children: n }) {
|
|
719
|
+
const { themeSettings: o } = R();
|
|
720
|
+
return /* @__PURE__ */ r(
|
|
735
721
|
Bn,
|
|
736
722
|
{
|
|
737
723
|
title: e,
|
|
@@ -740,20 +726,20 @@ function $e({ title: e, placement: t = "top", children: n }) {
|
|
|
740
726
|
componentsProps: {
|
|
741
727
|
tooltip: {
|
|
742
728
|
sx: {
|
|
743
|
-
bgcolor:
|
|
744
|
-
color:
|
|
729
|
+
bgcolor: o.aiChat.tooltips.backgroundColor,
|
|
730
|
+
color: o.aiChat.tooltips.textColor,
|
|
745
731
|
paddingX: "16px",
|
|
746
732
|
paddingY: "12px",
|
|
747
733
|
fontSize: "13px",
|
|
748
|
-
fontFamily:
|
|
734
|
+
fontFamily: o.typography.fontFamily,
|
|
749
735
|
fontWeight: 400,
|
|
750
736
|
borderRadius: "4px",
|
|
751
|
-
boxShadow:
|
|
737
|
+
boxShadow: o.aiChat.tooltips.boxShadow
|
|
752
738
|
}
|
|
753
739
|
},
|
|
754
740
|
arrow: {
|
|
755
741
|
sx: {
|
|
756
|
-
color:
|
|
742
|
+
color: o.aiChat.tooltips.backgroundColor
|
|
757
743
|
}
|
|
758
744
|
}
|
|
759
745
|
},
|
|
@@ -762,24 +748,24 @@ function $e({ title: e, placement: t = "top", children: n }) {
|
|
|
762
748
|
}
|
|
763
749
|
);
|
|
764
750
|
}
|
|
765
|
-
function
|
|
751
|
+
function Qr({ theme: e }) {
|
|
766
752
|
const t = e.aiChat.icons.color;
|
|
767
753
|
return /* @__PURE__ */ S("svg", { xmlns: "http://www.w3.org/2000/svg", width: "25", height: "25", viewBox: "0 0 25 25", fill: "none", children: [
|
|
768
|
-
/* @__PURE__ */
|
|
754
|
+
/* @__PURE__ */ r(
|
|
769
755
|
"path",
|
|
770
756
|
{
|
|
771
757
|
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",
|
|
772
758
|
fill: t
|
|
773
759
|
}
|
|
774
760
|
),
|
|
775
|
-
/* @__PURE__ */
|
|
761
|
+
/* @__PURE__ */ r(
|
|
776
762
|
"path",
|
|
777
763
|
{
|
|
778
764
|
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",
|
|
779
765
|
fill: t
|
|
780
766
|
}
|
|
781
767
|
),
|
|
782
|
-
/* @__PURE__ */
|
|
768
|
+
/* @__PURE__ */ r(
|
|
783
769
|
"path",
|
|
784
770
|
{
|
|
785
771
|
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",
|
|
@@ -788,8 +774,8 @@ function Kr({ theme: e }) {
|
|
|
788
774
|
)
|
|
789
775
|
] });
|
|
790
776
|
}
|
|
791
|
-
function
|
|
792
|
-
return /* @__PURE__ */
|
|
777
|
+
function Kr({ theme: e }) {
|
|
778
|
+
return /* @__PURE__ */ r("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ r(
|
|
793
779
|
"path",
|
|
794
780
|
{
|
|
795
781
|
d: "M4 14L0 10L24 0L14 24L10 20L8.47667 16.9533L19 6.4L20 4.00001L17.6099 5L7.04354 15.5218L4 14Z",
|
|
@@ -797,19 +783,19 @@ function Xr({ theme: e }) {
|
|
|
797
783
|
}
|
|
798
784
|
) });
|
|
799
785
|
}
|
|
800
|
-
const
|
|
786
|
+
const Xr = w.div`
|
|
801
787
|
display: flex;
|
|
802
788
|
flex-direction: row;
|
|
803
789
|
align-items: flex-end;
|
|
804
790
|
justify-content: space-between;
|
|
805
791
|
|
|
806
792
|
background-color: ${({ theme: e }) => e.aiChat.backgroundColor};
|
|
807
|
-
`,
|
|
793
|
+
`, Yr = w.button`
|
|
808
794
|
height: 34px;
|
|
809
795
|
background-color: inherit;
|
|
810
796
|
cursor: pointer;
|
|
811
797
|
border: none;
|
|
812
|
-
`,
|
|
798
|
+
`, Jr = w.textarea`
|
|
813
799
|
font-size: inherit;
|
|
814
800
|
line-height: inherit;
|
|
815
801
|
resize: none;
|
|
@@ -837,32 +823,32 @@ const Yr = w.div`
|
|
|
837
823
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
838
824
|
|
|
839
825
|
background-color: ${({ theme: e }) => e.aiChat.input.backgroundColor};
|
|
840
|
-
`,
|
|
826
|
+
`, eo = w.button`
|
|
841
827
|
height: 34px;
|
|
842
828
|
background-color: inherit;
|
|
843
829
|
border-style: none;
|
|
844
830
|
|
|
845
831
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
846
832
|
|
|
847
|
-
${({ disabled: e }) => e ?
|
|
833
|
+
${({ disabled: e }) => e ? q`
|
|
848
834
|
opacity: 0.3;
|
|
849
835
|
cursor: not-allowed;
|
|
850
|
-
` :
|
|
836
|
+
` : q`
|
|
851
837
|
opacity: 1;
|
|
852
838
|
cursor: pointer;
|
|
853
839
|
`}
|
|
854
|
-
`,
|
|
855
|
-
function
|
|
840
|
+
`, to = 34;
|
|
841
|
+
function no({
|
|
856
842
|
onSendMessage: e,
|
|
857
843
|
onClearHistoryClick: t,
|
|
858
844
|
disabled: n,
|
|
859
|
-
recentPrompts:
|
|
845
|
+
recentPrompts: o,
|
|
860
846
|
suggestions: s,
|
|
861
847
|
isLoading: c,
|
|
862
848
|
recommendationsError: l,
|
|
863
|
-
onChange:
|
|
849
|
+
onChange: p
|
|
864
850
|
}) {
|
|
865
|
-
const [d, g] = O(""), { inputPromptText: m } = ne(),
|
|
851
|
+
const [d, g] = O(""), { inputPromptText: m } = ne(), y = F(() => {
|
|
866
852
|
if (n) return;
|
|
867
853
|
if (Xe(d)) {
|
|
868
854
|
g("");
|
|
@@ -877,100 +863,100 @@ function ro({
|
|
|
877
863
|
[e]
|
|
878
864
|
), u = F(
|
|
879
865
|
(k) => {
|
|
880
|
-
k.key === "Enter" ? (k.preventDefault(),
|
|
866
|
+
k.key === "Enter" ? (k.preventDefault(), y()) : k.key === "Escape" && Xe(d) && g("");
|
|
881
867
|
},
|
|
882
|
-
[
|
|
868
|
+
[y, d]
|
|
883
869
|
), a = F(
|
|
884
870
|
(k) => {
|
|
885
|
-
|
|
871
|
+
p == null || p(k.target.value), g(k.target.value);
|
|
886
872
|
},
|
|
887
|
-
[
|
|
888
|
-
),
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
873
|
+
[p]
|
|
874
|
+
), C = ve(null);
|
|
875
|
+
He(() => {
|
|
876
|
+
C.current && (C.current.style.height = "inherit", C.current.style.height = `${Math.max(
|
|
877
|
+
C.current.scrollHeight + 2,
|
|
892
878
|
// account for 1px top/bottom border
|
|
893
|
-
|
|
879
|
+
to
|
|
894
880
|
)}px`);
|
|
895
|
-
}, [d]),
|
|
896
|
-
|
|
881
|
+
}, [d]), He(() => {
|
|
882
|
+
C.current && C.current.focus({ preventScroll: !0 });
|
|
897
883
|
}, []);
|
|
898
|
-
const { themeSettings:
|
|
899
|
-
var
|
|
900
|
-
if ((
|
|
901
|
-
const T = (
|
|
902
|
-
var
|
|
903
|
-
document.removeEventListener("mouseup", T), document.removeEventListener("keyup", T),
|
|
884
|
+
const { themeSettings: h } = R(), { t: x } = N(), v = F((k) => {
|
|
885
|
+
var I;
|
|
886
|
+
if ((I = document.getElementById("csdk-chatbot-frame")) != null && I.contains(k.relatedTarget)) {
|
|
887
|
+
const T = ($) => {
|
|
888
|
+
var E;
|
|
889
|
+
document.removeEventListener("mouseup", T), document.removeEventListener("keyup", T), $.type === "mouseup" && ((E = document.getSelection()) == null ? void 0 : E.type) !== "Range" && k.target.focus({ preventScroll: !0 });
|
|
904
890
|
};
|
|
905
891
|
document.addEventListener("mouseup", T), document.addEventListener("keyup", T);
|
|
906
892
|
}
|
|
907
893
|
}, []);
|
|
908
|
-
return /* @__PURE__ */ S(
|
|
909
|
-
/* @__PURE__ */
|
|
910
|
-
|
|
894
|
+
return /* @__PURE__ */ S(Xr, { theme: h, children: [
|
|
895
|
+
/* @__PURE__ */ r(
|
|
896
|
+
Ur,
|
|
911
897
|
{
|
|
912
|
-
recentPrompts:
|
|
898
|
+
recentPrompts: o,
|
|
913
899
|
suggestions: s,
|
|
914
900
|
isLoading: c,
|
|
915
901
|
onSelection: i,
|
|
916
|
-
anchorEl:
|
|
902
|
+
anchorEl: C.current,
|
|
917
903
|
text: d,
|
|
918
904
|
recommendationsError: l
|
|
919
905
|
}
|
|
920
906
|
),
|
|
921
|
-
t && /* @__PURE__ */
|
|
922
|
-
/* @__PURE__ */
|
|
923
|
-
|
|
907
|
+
t && /* @__PURE__ */ r(Me, { title: x("ai.buttons.clearChat"), placement: "bottom-start", children: /* @__PURE__ */ r(Yr, { "aria-label": "clear history", onClick: t, children: /* @__PURE__ */ r(Qr, { theme: h }) }) }),
|
|
908
|
+
/* @__PURE__ */ r(
|
|
909
|
+
Jr,
|
|
924
910
|
{
|
|
925
911
|
"aria-label": "chat input",
|
|
926
912
|
onBlur: v,
|
|
927
913
|
maxLength: _r,
|
|
928
|
-
ref:
|
|
914
|
+
ref: C,
|
|
929
915
|
rows: 1,
|
|
930
916
|
onChange: a,
|
|
931
917
|
spellCheck: "true",
|
|
932
918
|
placeholder: m,
|
|
933
919
|
value: d,
|
|
934
920
|
onKeyDown: u,
|
|
935
|
-
theme:
|
|
921
|
+
theme: h,
|
|
936
922
|
disabled: n
|
|
937
923
|
}
|
|
938
924
|
),
|
|
939
|
-
/* @__PURE__ */
|
|
940
|
-
|
|
925
|
+
/* @__PURE__ */ r(
|
|
926
|
+
eo,
|
|
941
927
|
{
|
|
942
928
|
"aria-label": "send chat message",
|
|
943
929
|
disabled: n || d.length === 0,
|
|
944
|
-
onClick:
|
|
945
|
-
theme:
|
|
946
|
-
children: /* @__PURE__ */
|
|
930
|
+
onClick: y,
|
|
931
|
+
theme: h,
|
|
932
|
+
children: /* @__PURE__ */ r("span", { "data-state": "closed", children: /* @__PURE__ */ r(Kr, { theme: h }) })
|
|
947
933
|
}
|
|
948
934
|
)
|
|
949
935
|
] });
|
|
950
936
|
}
|
|
951
|
-
const
|
|
937
|
+
const ro = w.div`
|
|
952
938
|
margin: auto;
|
|
953
939
|
display: flex;
|
|
954
940
|
flex-direction: column;
|
|
955
941
|
align-items: center;
|
|
956
942
|
row-gap: 21px;
|
|
957
|
-
`,
|
|
943
|
+
`, oo = w.div`
|
|
958
944
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
959
945
|
text-align: center;
|
|
960
946
|
font-weight: 600;
|
|
961
|
-
`,
|
|
947
|
+
`, io = w.div`
|
|
962
948
|
color: rgba(54, 163, 217, 1);
|
|
963
949
|
cursor: pointer;
|
|
964
950
|
`;
|
|
965
|
-
function
|
|
951
|
+
function Xt({ text: e, action: t }) {
|
|
966
952
|
const { themeSettings: n } = R();
|
|
967
|
-
return /* @__PURE__ */ S(
|
|
968
|
-
/* @__PURE__ */
|
|
969
|
-
/* @__PURE__ */
|
|
970
|
-
t && /* @__PURE__ */
|
|
953
|
+
return /* @__PURE__ */ S(ro, { children: [
|
|
954
|
+
/* @__PURE__ */ r(oo, { theme: n, children: e }),
|
|
955
|
+
/* @__PURE__ */ r(Fn, {}),
|
|
956
|
+
t && /* @__PURE__ */ r(io, { onClick: t.onClick, children: t.text })
|
|
971
957
|
] });
|
|
972
958
|
}
|
|
973
|
-
const
|
|
959
|
+
const so = w.div`
|
|
974
960
|
flex: 0 0 80px;
|
|
975
961
|
padding-left: 14px;
|
|
976
962
|
padding-right: 14px;
|
|
@@ -979,18 +965,18 @@ const ao = w.div`
|
|
|
979
965
|
position: relative;
|
|
980
966
|
|
|
981
967
|
background-color: ${({ style: e }) => e.backgroundColor};
|
|
982
|
-
`,
|
|
968
|
+
`, ao = w.div`
|
|
983
969
|
font-size: 18px;
|
|
984
970
|
line-height: 22px;
|
|
985
971
|
font-weight: 600;
|
|
986
972
|
margin-left: 20px;
|
|
987
973
|
|
|
988
974
|
color: ${({ style: e }) => e.textColor};
|
|
989
|
-
`,
|
|
990
|
-
return /* @__PURE__ */ S(
|
|
975
|
+
`, Yt = dr(function({ title: t, leftNav: n, rightNav: o, style: s }, c) {
|
|
976
|
+
return /* @__PURE__ */ S(so, { ref: c, style: s, children: [
|
|
991
977
|
n,
|
|
992
|
-
/* @__PURE__ */
|
|
993
|
-
|
|
978
|
+
/* @__PURE__ */ r(ao, { style: s, children: t }),
|
|
979
|
+
o && /* @__PURE__ */ r("div", { className: "csdk-ml-auto", children: o })
|
|
994
980
|
] });
|
|
995
981
|
}), Ne = w.div`
|
|
996
982
|
width: 5px;
|
|
@@ -1029,10 +1015,10 @@ function ut() {
|
|
|
1029
1015
|
className: "csdk-flex csdk-justify-between csdk-w-[28px] csdk-py-[14.5px]",
|
|
1030
1016
|
"aria-label": "loading dots",
|
|
1031
1017
|
children: [
|
|
1032
|
-
/* @__PURE__ */
|
|
1033
|
-
/* @__PURE__ */
|
|
1034
|
-
/* @__PURE__ */
|
|
1035
|
-
/* @__PURE__ */
|
|
1018
|
+
/* @__PURE__ */ r(Ne, { color: t }),
|
|
1019
|
+
/* @__PURE__ */ r(Ne, { color: t }),
|
|
1020
|
+
/* @__PURE__ */ r(Ne, { color: t }),
|
|
1021
|
+
/* @__PURE__ */ r(Ne, { color: t })
|
|
1036
1022
|
]
|
|
1037
1023
|
}
|
|
1038
1024
|
);
|
|
@@ -1041,61 +1027,61 @@ function ce() {
|
|
|
1041
1027
|
return ce = Object.assign ? Object.assign.bind() : function(e) {
|
|
1042
1028
|
for (var t = 1; t < arguments.length; t++) {
|
|
1043
1029
|
var n = arguments[t];
|
|
1044
|
-
for (var
|
|
1030
|
+
for (var o in n) Object.prototype.hasOwnProperty.call(n, o) && (e[o] = n[o]);
|
|
1045
1031
|
}
|
|
1046
1032
|
return e;
|
|
1047
1033
|
}, ce.apply(this, arguments);
|
|
1048
1034
|
}
|
|
1049
|
-
const
|
|
1035
|
+
const lo = ["children", "options"], b = { 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" };
|
|
1050
1036
|
var kt;
|
|
1051
1037
|
(function(e) {
|
|
1052
1038
|
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";
|
|
1053
1039
|
})(kt || (kt = {}));
|
|
1054
|
-
const wt = ["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" }), St = { amp: "&", apos: "'", gt: ">", lt: "<", nbsp: " ", quot: "“" },
|
|
1055
|
-
function
|
|
1056
|
-
return "( *)(" + (e === 1 ?
|
|
1040
|
+
const wt = ["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" }), St = { amp: "&", apos: "'", gt: ">", lt: "<", nbsp: " ", quot: "“" }, co = ["style", "script"], uo = ["src", "href", "data", "formAction", "srcDoc", "action"], po = /([-A-Z0-9_:]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|(?:\{((?:\\.|{[^}]*?}|[^}])*)\})))?/gi, ho = /mailto:/i, go = /\n{2,}$/, Jt = /^(\s*>[\s\S]*?)(?=\n\n|$)/, Co = /^ *> ?/gm, fo = /^(?:\[!([^\]]*)\]\n)?([\s\S]*)/, mo = /^ {2,}\n/, bo = /^(?:( *[-*_])){3,} *(?:\n *)+\n/, en = /^(?: {1,3})?(`{3,}|~{3,}) *(\S+)? *([^\n]*?)?\n([\s\S]*?)(?:\1\n?|$)/, tn = /^(?: {4}[^\n]+\n*)+(?:\n *)+\n?/, yo = /^(`+)((?:\\`|(?!\1)`|[^`])+)\1/, xo = /^(?:\n *)*\n/, vo = /\r\n?/g, ko = /^\[\^([^\]]+)](:(.*)((\n+ {4,}.*)|(\n(?!\[\^).+))*)/, wo = /^\[\^([^\]]+)]/, So = /\f/g, Mo = /^---[ \t]*\n(.|\n)*\n---[ \t]*\n/, $o = /^\s*?\[(x|\s)\]/, nn = /^ *(#{1,6}) *([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, rn = /^ *(#{1,6}) +([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/, on = /^([^\n]+)\n *(=|-){3,} *(?:\n *)+\n/, Ye = /^ *(?!<[a-z][^ >/]* ?\/>)<([a-z][^ >/]*) ?((?:[^>]*[^/])?)>\n?(\s*(?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1\b)[\s\S])*?)<\/\1>(?!<\/\1>)\n*/i, To = /&([a-z0-9]+|#[0-9]{1,6}|#x[0-9a-fA-F]{1,6});/gi, sn = /^<!--[\s\S]*?(?:-->)/, Ro = /^(data|aria|x)-[a-z_][a-z\d_.-]*$/, Je = /^ *<([a-z][a-z0-9:]*)(?:\s+((?:<.*?>|[^>])*))?\/?>(?!<\/\1>)(\s*\n)?/i, Lo = /^\{.*\}$/, Io = /^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/, Eo = /^<([^ >]+@[^ >]+)>/, No = /^<([^ >]+:\/[^ >]+)>/, Po = /-([a-z])?/gi, an = /^(\|.*)\n(?: *(\|? *[-:]+ *\|[-| :]*)\n((?:.*\|.*\n)*))?\n?/, Ho = /^\[([^\]]*)\]:\s+<?([^\s>]+)>?\s*("([^"]*)")?/, Bo = /^!\[([^\]]*)\] ?\[([^\]]*)\]/, Fo = /^\[([^\]]*)\] ?\[([^\]]*)\]/, Oo = /(\n|^[-*]\s|^#|^ {2,}|^-{2,}|^>\s)/, Ao = /\t/g, Do = /(^ *\||\| *$)/g, qo = /^ *:-+: *$/, zo = /^ *:-+ *$/, Wo = /^ *-+: *$/, qe = "((?:\\[.*?\\][([].*?[)\\]]|<.*?>(?:.*?<.*?>)?|`.*?`|\\\\\\1|[\\s\\S])+?)", Zo = new RegExp(`^([*_])\\1${qe}\\1\\1(?!\\1)`), jo = new RegExp(`^([*_])${qe}\\1(?!\\1)`), Go = new RegExp(`^(==)${qe}\\1`), Vo = new RegExp(`^(~~)${qe}\\1`), Uo = /^\\([^0-9A-Za-z\s])/, Mt = /\\([^0-9A-Za-z\s])/g, _o = /^([\s\S](?:(?! |[0-9]\.)[^=*_~\-\n<`\\\[!])*)/, Qo = /^\n+/, Ko = /^([ \t]*)/, Xo = /\\([^\\])/g, Yo = /(?:^|\n)( *)$/, pt = "(?:\\d+\\.)", ht = "(?:[*+-])";
|
|
1041
|
+
function ln(e) {
|
|
1042
|
+
return "( *)(" + (e === 1 ? pt : ht) + ") +";
|
|
1057
1043
|
}
|
|
1058
|
-
const
|
|
1059
|
-
function
|
|
1060
|
-
return new RegExp("^" + (e === 1 ?
|
|
1044
|
+
const cn = ln(1), dn = ln(2);
|
|
1045
|
+
function un(e) {
|
|
1046
|
+
return new RegExp("^" + (e === 1 ? cn : dn));
|
|
1061
1047
|
}
|
|
1062
|
-
const
|
|
1048
|
+
const Jo = un(1), ei = un(2);
|
|
1063
1049
|
function pn(e) {
|
|
1064
|
-
return new RegExp("^" + (e === 1 ?
|
|
1050
|
+
return new RegExp("^" + (e === 1 ? cn : dn) + "[^\\n]*(?:\\n(?!\\1" + (e === 1 ? pt : ht) + " )[^\\n]*)*(\\n|$)", "gm");
|
|
1065
1051
|
}
|
|
1066
|
-
const
|
|
1067
|
-
function
|
|
1068
|
-
const t = e === 1 ?
|
|
1052
|
+
const ti = pn(1), ni = pn(2);
|
|
1053
|
+
function hn(e) {
|
|
1054
|
+
const t = e === 1 ? pt : ht;
|
|
1069
1055
|
return new RegExp("^( *)(" + t + ") [\\s\\S]+?(?:\\n{2,}(?! )(?!\\1" + t + " (?!" + t + " ))\\n*|\\s*\\n*$)");
|
|
1070
1056
|
}
|
|
1071
|
-
const
|
|
1072
|
-
function
|
|
1073
|
-
const n = t === 1,
|
|
1074
|
-
return { match:
|
|
1075
|
-
const d =
|
|
1076
|
-
return d && (
|
|
1077
|
-
}), order: 1, parse(l,
|
|
1078
|
-
const g = n ? +l[2] : void 0, m = l[0].replace(
|
|
1057
|
+
const gn = hn(1), Cn = hn(2);
|
|
1058
|
+
function $t(e, t) {
|
|
1059
|
+
const n = t === 1, o = n ? gn : Cn, s = n ? ti : ni, c = n ? Jo : ei;
|
|
1060
|
+
return { match: he(function(l, p) {
|
|
1061
|
+
const d = Yo.exec(p.prevCapture);
|
|
1062
|
+
return d && (p.list || !p.inline && !p.simple) ? o.exec(l = d[1] + l) : null;
|
|
1063
|
+
}), order: 1, parse(l, p, d) {
|
|
1064
|
+
const g = n ? +l[2] : void 0, m = l[0].replace(go, `
|
|
1079
1065
|
`).match(s);
|
|
1080
|
-
let
|
|
1066
|
+
let y = !1;
|
|
1081
1067
|
return { items: m.map(function(i, u) {
|
|
1082
|
-
const a = c.exec(i)[0].length,
|
|
1068
|
+
const a = c.exec(i)[0].length, C = new RegExp("^ {1," + a + "}", "gm"), h = i.replace(C, "").replace(c, ""), x = u === m.length - 1, v = h.indexOf(`
|
|
1083
1069
|
|
|
1084
|
-
`) !== -1 ||
|
|
1085
|
-
|
|
1086
|
-
const k = d.inline,
|
|
1070
|
+
`) !== -1 || x && y;
|
|
1071
|
+
y = v;
|
|
1072
|
+
const k = d.inline, I = d.list;
|
|
1087
1073
|
let T;
|
|
1088
|
-
d.list = !0, v ? (d.inline = !1, T = ke(
|
|
1074
|
+
d.list = !0, v ? (d.inline = !1, T = ke(h) + `
|
|
1089
1075
|
|
|
1090
|
-
`) : (d.inline = !0, T = ke(
|
|
1091
|
-
const
|
|
1092
|
-
return d.inline = k, d.list =
|
|
1076
|
+
`) : (d.inline = !0, T = ke(h));
|
|
1077
|
+
const $ = p(T, d);
|
|
1078
|
+
return d.inline = k, d.list = I, $;
|
|
1093
1079
|
}), ordered: n, start: g };
|
|
1094
|
-
}, render: (l,
|
|
1095
|
-
return e("li", { key: m },
|
|
1080
|
+
}, render: (l, p, d) => e(l.ordered ? "ol" : "ul", { key: d.key, start: l.type === b.orderedList ? l.start : void 0 }, l.items.map(function(g, m) {
|
|
1081
|
+
return e("li", { key: m }, p(g, d));
|
|
1096
1082
|
})) };
|
|
1097
1083
|
}
|
|
1098
|
-
const
|
|
1084
|
+
const ri = new RegExp(`^\\[((?:\\[[^\\]]*\\]|[^\\[\\]]|\\](?=[^\\[]*\\]))*)\\]\\(\\s*<?((?:\\([^)]*\\)|[^\\s\\\\]|\\\\.)*?)>?(?:\\s+['"]([\\s\\S]*?)['"])?\\s*\\)`), oi = /^!\[(.*?)\]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/, fn = [Jt, en, tn, nn, on, rn, an, gn, Cn], ii = [...fn, /^[^\n]+(?: \n|\n{2,})/, Ye, sn, Je];
|
|
1099
1085
|
function ke(e) {
|
|
1100
1086
|
let t = e.length;
|
|
1101
1087
|
for (; t > 0 && e[t - 1] <= " "; ) t--;
|
|
@@ -1104,45 +1090,45 @@ function ke(e) {
|
|
|
1104
1090
|
function be(e) {
|
|
1105
1091
|
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();
|
|
1106
1092
|
}
|
|
1107
|
-
function
|
|
1108
|
-
return
|
|
1093
|
+
function si(e) {
|
|
1094
|
+
return Wo.test(e) ? "right" : qo.test(e) ? "center" : zo.test(e) ? "left" : null;
|
|
1109
1095
|
}
|
|
1110
|
-
function Tt(e, t, n,
|
|
1096
|
+
function Tt(e, t, n, o) {
|
|
1111
1097
|
const s = n.inTable;
|
|
1112
1098
|
n.inTable = !0;
|
|
1113
1099
|
let c = [[]], l = "";
|
|
1114
|
-
function
|
|
1100
|
+
function p() {
|
|
1115
1101
|
if (!l) return;
|
|
1116
1102
|
const d = c[c.length - 1];
|
|
1117
1103
|
d.push.apply(d, t(l, n)), l = "";
|
|
1118
1104
|
}
|
|
1119
1105
|
return e.trim().split(/(`[^`]*`|\\\||\|)/).filter(Boolean).forEach((d, g, m) => {
|
|
1120
|
-
d.trim() === "|" && (
|
|
1121
|
-
}),
|
|
1106
|
+
d.trim() === "|" && (p(), o) ? g !== 0 && g !== m.length - 1 && c.push([]) : l += d;
|
|
1107
|
+
}), p(), n.inTable = s, c;
|
|
1122
1108
|
}
|
|
1123
|
-
function
|
|
1109
|
+
function ai(e, t, n) {
|
|
1124
1110
|
n.inline = !0;
|
|
1125
|
-
const
|
|
1111
|
+
const o = e[2] ? e[2].replace(Do, "").split("|").map(si) : [], s = e[3] ? function(l, p, d) {
|
|
1126
1112
|
return l.trim().split(`
|
|
1127
1113
|
`).map(function(g) {
|
|
1128
|
-
return Tt(g,
|
|
1114
|
+
return Tt(g, p, d, !0);
|
|
1129
1115
|
});
|
|
1130
1116
|
}(e[3], t, n) : [], c = Tt(e[1], t, n, !!s.length);
|
|
1131
|
-
return n.inline = !1, s.length ? { align:
|
|
1117
|
+
return n.inline = !1, s.length ? { align: o, cells: s, header: c, type: b.table } : { children: c, type: b.paragraph };
|
|
1132
1118
|
}
|
|
1133
1119
|
function Rt(e, t) {
|
|
1134
1120
|
return e.align[t] == null ? {} : { textAlign: e.align[t] };
|
|
1135
1121
|
}
|
|
1136
|
-
function
|
|
1122
|
+
function he(e) {
|
|
1137
1123
|
return e.inline = 1, e;
|
|
1138
1124
|
}
|
|
1139
1125
|
function ie(e) {
|
|
1140
|
-
return
|
|
1126
|
+
return he(function(t, n) {
|
|
1141
1127
|
return n.inline ? e.exec(t) : null;
|
|
1142
1128
|
});
|
|
1143
1129
|
}
|
|
1144
1130
|
function se(e) {
|
|
1145
|
-
return
|
|
1131
|
+
return he(function(t, n) {
|
|
1146
1132
|
return n.inline || n.simple ? e.exec(t) : null;
|
|
1147
1133
|
});
|
|
1148
1134
|
}
|
|
@@ -1152,245 +1138,245 @@ function ee(e) {
|
|
|
1152
1138
|
};
|
|
1153
1139
|
}
|
|
1154
1140
|
function ye(e) {
|
|
1155
|
-
return
|
|
1141
|
+
return he(function(t) {
|
|
1156
1142
|
return e.exec(t);
|
|
1157
1143
|
});
|
|
1158
1144
|
}
|
|
1159
|
-
function
|
|
1145
|
+
function li(e, t) {
|
|
1160
1146
|
if (t.inline || t.simple) return null;
|
|
1161
1147
|
let n = "";
|
|
1162
1148
|
e.split(`
|
|
1163
1149
|
`).every((s) => (s += `
|
|
1164
|
-
`, !
|
|
1165
|
-
const
|
|
1166
|
-
return
|
|
1150
|
+
`, !fn.some((c) => c.test(s)) && (n += s, !!s.trim())));
|
|
1151
|
+
const o = ke(n);
|
|
1152
|
+
return o == "" ? null : [n, , o];
|
|
1167
1153
|
}
|
|
1168
|
-
const
|
|
1169
|
-
function
|
|
1154
|
+
const ci = /(javascript|vbscript|data(?!:image)):/i;
|
|
1155
|
+
function di(e) {
|
|
1170
1156
|
try {
|
|
1171
1157
|
const t = decodeURIComponent(e).replace(/[^A-Za-z0-9/:]/g, "");
|
|
1172
|
-
if (
|
|
1158
|
+
if (ci.test(t)) return null;
|
|
1173
1159
|
} catch (t) {
|
|
1174
1160
|
return null;
|
|
1175
1161
|
}
|
|
1176
1162
|
return e;
|
|
1177
1163
|
}
|
|
1178
1164
|
function Lt(e) {
|
|
1179
|
-
return e.replace(
|
|
1165
|
+
return e.replace(Xo, "$1");
|
|
1180
1166
|
}
|
|
1181
1167
|
function Pe(e, t, n) {
|
|
1182
|
-
const
|
|
1168
|
+
const o = n.inline || !1, s = n.simple || !1;
|
|
1183
1169
|
n.inline = !0, n.simple = !0;
|
|
1184
1170
|
const c = e(t, n);
|
|
1185
|
-
return n.inline =
|
|
1171
|
+
return n.inline = o, n.simple = s, c;
|
|
1186
1172
|
}
|
|
1187
|
-
function
|
|
1188
|
-
const
|
|
1173
|
+
function ui(e, t, n) {
|
|
1174
|
+
const o = n.inline || !1, s = n.simple || !1;
|
|
1189
1175
|
n.inline = !1, n.simple = !0;
|
|
1190
1176
|
const c = e(t, n);
|
|
1191
|
-
return n.inline =
|
|
1177
|
+
return n.inline = o, n.simple = s, c;
|
|
1192
1178
|
}
|
|
1193
1179
|
function pi(e, t, n) {
|
|
1194
|
-
const
|
|
1180
|
+
const o = n.inline || !1;
|
|
1195
1181
|
n.inline = !1;
|
|
1196
1182
|
const s = e(t, n);
|
|
1197
|
-
return n.inline =
|
|
1183
|
+
return n.inline = o, s;
|
|
1198
1184
|
}
|
|
1199
|
-
const
|
|
1185
|
+
const je = (e, t, n) => ({ children: Pe(t, e[2], n) });
|
|
1200
1186
|
function Ge() {
|
|
1201
1187
|
return {};
|
|
1202
1188
|
}
|
|
1203
1189
|
function Ve() {
|
|
1204
1190
|
return null;
|
|
1205
1191
|
}
|
|
1206
|
-
function
|
|
1192
|
+
function hi(...e) {
|
|
1207
1193
|
return e.filter(Boolean).join(" ");
|
|
1208
1194
|
}
|
|
1209
|
-
function
|
|
1210
|
-
let
|
|
1195
|
+
function Ue(e, t, n) {
|
|
1196
|
+
let o = e;
|
|
1211
1197
|
const s = t.split(".");
|
|
1212
|
-
for (; s.length && (
|
|
1213
|
-
return
|
|
1198
|
+
for (; s.length && (o = o[s[0]], o !== void 0); ) s.shift();
|
|
1199
|
+
return o || n;
|
|
1214
1200
|
}
|
|
1215
|
-
function
|
|
1201
|
+
function gi(e = "", t = {}) {
|
|
1216
1202
|
function n(i, u, ...a) {
|
|
1217
|
-
const
|
|
1218
|
-
return t.createElement(function(
|
|
1219
|
-
const v =
|
|
1220
|
-
return v ? typeof v == "function" || typeof v == "object" && "render" in v ? v :
|
|
1221
|
-
}(i, t.overrides), ce({}, u,
|
|
1203
|
+
const C = Ue(t.overrides, `${i}.props`, {});
|
|
1204
|
+
return t.createElement(function(h, x) {
|
|
1205
|
+
const v = Ue(x, h);
|
|
1206
|
+
return v ? typeof v == "function" || typeof v == "object" && "render" in v ? v : Ue(x, `${h}.component`, h) : h;
|
|
1207
|
+
}(i, t.overrides), ce({}, u, C, { className: hi(u == null ? void 0 : u.className, C.className) || void 0 }), ...a);
|
|
1222
1208
|
}
|
|
1223
|
-
function
|
|
1209
|
+
function o(i) {
|
|
1224
1210
|
i = i.replace(Mo, "");
|
|
1225
1211
|
let u = !1;
|
|
1226
1212
|
t.forceInline ? u = !0 : t.forceBlock || (u = Oo.test(i) === !1);
|
|
1227
|
-
const a = g(d(u ? i : `${ke(i).replace(
|
|
1213
|
+
const a = g(d(u ? i : `${ke(i).replace(Qo, "")}
|
|
1228
1214
|
|
|
1229
1215
|
`, { inline: u }));
|
|
1230
1216
|
for (; typeof a[a.length - 1] == "string" && !a[a.length - 1].trim(); ) a.pop();
|
|
1231
1217
|
if (t.wrapper === null) return a;
|
|
1232
|
-
const
|
|
1233
|
-
let
|
|
1234
|
-
if (a.length > 1 || t.forceWrapper)
|
|
1218
|
+
const C = t.wrapper || (u ? "span" : "div");
|
|
1219
|
+
let h;
|
|
1220
|
+
if (a.length > 1 || t.forceWrapper) h = a;
|
|
1235
1221
|
else {
|
|
1236
|
-
if (a.length === 1) return
|
|
1237
|
-
|
|
1222
|
+
if (a.length === 1) return h = a[0], typeof h == "string" ? n("span", { key: "outer" }, h) : h;
|
|
1223
|
+
h = null;
|
|
1238
1224
|
}
|
|
1239
|
-
return t.createElement(
|
|
1225
|
+
return t.createElement(C, { key: "outer" }, h);
|
|
1240
1226
|
}
|
|
1241
1227
|
function s(i, u) {
|
|
1242
1228
|
const a = u.match(po);
|
|
1243
|
-
return a ? a.reduce(function(
|
|
1244
|
-
const
|
|
1245
|
-
if (
|
|
1246
|
-
const v = function(
|
|
1247
|
-
return
|
|
1229
|
+
return a ? a.reduce(function(C, h) {
|
|
1230
|
+
const x = h.indexOf("=");
|
|
1231
|
+
if (x !== -1) {
|
|
1232
|
+
const v = function($) {
|
|
1233
|
+
return $.indexOf("-") !== -1 && $.match(Ro) === null && ($ = $.replace(Po, function(E, B) {
|
|
1248
1234
|
return B.toUpperCase();
|
|
1249
|
-
})),
|
|
1250
|
-
}(
|
|
1251
|
-
const
|
|
1252
|
-
return (
|
|
1253
|
-
}(
|
|
1254
|
-
if (
|
|
1255
|
-
const T =
|
|
1256
|
-
return
|
|
1235
|
+
})), $;
|
|
1236
|
+
}(h.slice(0, x)).trim(), k = function($) {
|
|
1237
|
+
const E = $[0];
|
|
1238
|
+
return (E === '"' || E === "'") && $.length >= 2 && $[$.length - 1] === E ? $.slice(1, -1) : $;
|
|
1239
|
+
}(h.slice(x + 1).trim()), I = wt[v] || v;
|
|
1240
|
+
if (I === "ref") return C;
|
|
1241
|
+
const T = C[I] = function($, E, B, le) {
|
|
1242
|
+
return E === "style" ? function(U) {
|
|
1257
1243
|
const Z = [];
|
|
1258
|
-
let
|
|
1259
|
-
if (!
|
|
1260
|
-
for (let
|
|
1261
|
-
const
|
|
1262
|
-
if (
|
|
1244
|
+
let _ = "", Q = !1, D = !1, J = "";
|
|
1245
|
+
if (!U) return Z;
|
|
1246
|
+
for (let G = 0; G < U.length; G++) {
|
|
1247
|
+
const z = U[G];
|
|
1248
|
+
if (z !== '"' && z !== "'" || Q || (D ? z === J && (D = !1, J = "") : (D = !0, J = z)), z === "(" && _.endsWith("url") ? Q = !0 : z === ")" && Q && (Q = !1), z !== ";" || D || Q) _ += z;
|
|
1263
1249
|
else {
|
|
1264
|
-
const
|
|
1265
|
-
if (
|
|
1266
|
-
const re =
|
|
1250
|
+
const V = _.trim();
|
|
1251
|
+
if (V) {
|
|
1252
|
+
const re = V.indexOf(":");
|
|
1267
1253
|
if (re > 0) {
|
|
1268
|
-
const
|
|
1269
|
-
Z.push([
|
|
1254
|
+
const Ce = V.slice(0, re).trim(), de = V.slice(re + 1).trim();
|
|
1255
|
+
Z.push([Ce, de]);
|
|
1270
1256
|
}
|
|
1271
1257
|
}
|
|
1272
|
-
|
|
1258
|
+
_ = "";
|
|
1273
1259
|
}
|
|
1274
1260
|
}
|
|
1275
|
-
const P =
|
|
1261
|
+
const P = _.trim();
|
|
1276
1262
|
if (P) {
|
|
1277
|
-
const
|
|
1278
|
-
if (
|
|
1279
|
-
const
|
|
1280
|
-
Z.push([
|
|
1263
|
+
const G = P.indexOf(":");
|
|
1264
|
+
if (G > 0) {
|
|
1265
|
+
const z = P.slice(0, G).trim(), V = P.slice(G + 1).trim();
|
|
1266
|
+
Z.push([z, V]);
|
|
1281
1267
|
}
|
|
1282
1268
|
}
|
|
1283
1269
|
return Z;
|
|
1284
|
-
}(B).reduce(function(
|
|
1285
|
-
return
|
|
1286
|
-
}, {}) :
|
|
1270
|
+
}(B).reduce(function(U, [Z, _]) {
|
|
1271
|
+
return U[Z.replace(/(-[a-z])/g, (Q) => Q[1].toUpperCase())] = le(_, $, Z), U;
|
|
1272
|
+
}, {}) : uo.indexOf(E) !== -1 ? le(B, $, E) : (B.match(Lo) && (B = B.slice(1, B.length - 1)), B === "true" || B !== "false" && B);
|
|
1287
1273
|
}(i, v, k, t.sanitizer);
|
|
1288
|
-
typeof T == "string" && (Ye.test(T) || Je.test(T)) && (
|
|
1289
|
-
} else
|
|
1290
|
-
return
|
|
1274
|
+
typeof T == "string" && (Ye.test(T) || Je.test(T)) && (C[I] = o(T.trim()));
|
|
1275
|
+
} else h !== "style" && (C[wt[h] || h] = !0);
|
|
1276
|
+
return C;
|
|
1291
1277
|
}, {}) : null;
|
|
1292
1278
|
}
|
|
1293
|
-
t.overrides = t.overrides || {}, t.sanitizer = t.sanitizer ||
|
|
1294
|
-
const c = [], l = {},
|
|
1295
|
-
const [,
|
|
1296
|
-
return { alert:
|
|
1279
|
+
t.overrides = t.overrides || {}, t.sanitizer = t.sanitizer || di, t.slugify = t.slugify || be, t.namedCodesToUnicode = t.namedCodesToUnicode ? ce({}, St, t.namedCodesToUnicode) : St, t.createElement = t.createElement || Y.createElement;
|
|
1280
|
+
const c = [], l = {}, p = { [b.blockQuote]: { match: ee(Jt), order: 1, parse(i, u, a) {
|
|
1281
|
+
const [, C, h] = i[0].replace(Co, "").match(fo);
|
|
1282
|
+
return { alert: C, children: u(h, a) };
|
|
1297
1283
|
}, render(i, u, a) {
|
|
1298
|
-
const
|
|
1299
|
-
return i.alert && (
|
|
1300
|
-
} }, [
|
|
1301
|
-
const [,
|
|
1284
|
+
const C = { key: a.key };
|
|
1285
|
+
return i.alert && (C.className = "markdown-alert-" + t.slugify(i.alert.toLowerCase(), be), i.children.unshift({ attrs: {}, children: [{ type: b.text, text: i.alert }], noInnerParse: !0, type: b.htmlBlock, tag: "header" })), n("blockquote", C, u(i.children, a));
|
|
1286
|
+
} }, [b.breakLine]: { match: ye(mo), order: 1, parse: Ge, render: (i, u, a) => n("br", { key: a.key }) }, [b.breakThematic]: { match: ee(bo), order: 1, parse: Ge, render: (i, u, a) => n("hr", { key: a.key }) }, [b.codeBlock]: { match: ee(tn), order: 0, parse: (i) => ({ lang: void 0, text: ke(i[0].replace(/^ {4}/gm, "")).replace(Mt, "$1") }), render: (i, u, a) => n("pre", { key: a.key }, n("code", ce({}, i.attrs, { className: i.lang ? `lang-${i.lang}` : "" }), i.text)) }, [b.codeFenced]: { match: ee(en), order: 0, parse: (i) => ({ attrs: s("code", i[3] || ""), lang: i[2] || void 0, text: i[4], type: b.codeBlock }) }, [b.codeInline]: { match: se(yo), order: 3, parse: (i) => ({ text: i[2].replace(Mt, "$1") }), render: (i, u, a) => n("code", { key: a.key }, i.text) }, [b.footnote]: { match: ee(ko), order: 0, parse: (i) => (c.push({ footnote: i[2], identifier: i[1] }), {}), render: Ve }, [b.footnoteReference]: { match: ie(wo), order: 1, parse: (i) => ({ target: `#${t.slugify(i[1], be)}`, text: i[1] }), render: (i, u, a) => n("a", { key: a.key, href: t.sanitizer(i.target, "a", "href") }, n("sup", { key: a.key }, i.text)) }, [b.gfmTask]: { match: ie($o), order: 1, parse: (i) => ({ completed: i[1].toLowerCase() === "x" }), render: (i, u, a) => n("input", { checked: i.completed, key: a.key, readOnly: !0, type: "checkbox" }) }, [b.heading]: { match: ee(t.enforceAtxHeadings ? rn : nn), order: 1, parse: (i, u, a) => ({ children: Pe(u, i[2], a), id: t.slugify(i[2], be), level: i[1].length }), render: (i, u, a) => n(`h${i.level}`, { id: i.id, key: a.key }, u(i.children, a)) }, [b.headingSetext]: { match: ee(on), order: 0, parse: (i, u, a) => ({ children: Pe(u, i[1], a), level: i[2] === "=" ? 1 : 2, type: b.heading }) }, [b.htmlBlock]: { match: ye(Ye), order: 1, parse(i, u, a) {
|
|
1287
|
+
const [, C] = i[3].match(Ko), h = new RegExp(`^${C}`, "gm"), x = i[3].replace(h, ""), v = (k = x, ii.some((B) => B.test(k)) ? pi : Pe);
|
|
1302
1288
|
var k;
|
|
1303
|
-
const
|
|
1304
|
-
return a.inAnchor = a.inAnchor ||
|
|
1305
|
-
}, render: (i, u, a) => n(i.tag, ce({ key: a.key }, i.attrs), i.text || (i.children ? u(i.children, a) : "")) }, [
|
|
1289
|
+
const I = i[1].toLowerCase(), T = co.indexOf(I) !== -1, $ = (T ? I : i[1]).trim(), E = { attrs: s($, i[2]), noInnerParse: T, tag: $ };
|
|
1290
|
+
return a.inAnchor = a.inAnchor || I === "a", T ? E.text = i[3] : E.children = v(u, x, a), a.inAnchor = !1, E;
|
|
1291
|
+
}, render: (i, u, a) => n(i.tag, ce({ key: a.key }, i.attrs), i.text || (i.children ? u(i.children, a) : "")) }, [b.htmlSelfClosing]: { match: ye(Je), order: 1, parse(i) {
|
|
1306
1292
|
const u = i[1].trim();
|
|
1307
1293
|
return { attrs: s(u, i[2] || ""), tag: u };
|
|
1308
|
-
}, render: (i, u, a) => n(i.tag, ce({}, i.attrs, { key: a.key })) }, [
|
|
1294
|
+
}, render: (i, u, a) => n(i.tag, ce({}, i.attrs, { key: a.key })) }, [b.htmlComment]: { match: ye(sn), order: 1, parse: () => ({}), render: Ve }, [b.image]: { match: se(oi), order: 1, parse: (i) => ({ alt: i[1], target: Lt(i[2]), title: i[3] }), render: (i, u, a) => n("img", { key: a.key, alt: i.alt || void 0, title: i.title || void 0, src: t.sanitizer(i.target, "img", "src") }) }, [b.link]: { match: ie(ri), order: 3, parse: (i, u, a) => ({ children: ui(u, i[1], a), target: Lt(i[2]), title: i[3] }), render: (i, u, a) => n("a", { key: a.key, href: t.sanitizer(i.target, "a", "href"), title: i.title }, u(i.children, a)) }, [b.linkAngleBraceStyleDetector]: { match: ie(No), order: 0, parse: (i) => ({ children: [{ text: i[1], type: b.text }], target: i[1], type: b.link }) }, [b.linkBareUrlDetector]: { match: he((i, u) => u.inAnchor || t.disableAutoLink ? null : ie(Io)(i, u)), order: 0, parse: (i) => ({ children: [{ text: i[1], type: b.text }], target: i[1], title: void 0, type: b.link }) }, [b.linkMailtoDetector]: { match: ie(Eo), order: 0, parse(i) {
|
|
1309
1295
|
let u = i[1], a = i[1];
|
|
1310
|
-
return
|
|
1311
|
-
} }, [
|
|
1312
|
-
` }, [
|
|
1313
|
-
const
|
|
1314
|
-
return n("table", { key: a.key }, n("thead", null, n("tr", null,
|
|
1315
|
-
return n("th", { key:
|
|
1316
|
-
}))), n("tbody", null,
|
|
1317
|
-
return n("tr", { key:
|
|
1318
|
-
return n("td", { key: k, style: Rt(
|
|
1296
|
+
return ho.test(a) || (a = "mailto:" + a), { children: [{ text: u.replace("mailto:", ""), type: b.text }], target: a, type: b.link };
|
|
1297
|
+
} }, [b.orderedList]: $t(n, 1), [b.unorderedList]: $t(n, 2), [b.newlineCoalescer]: { match: ee(xo), order: 3, parse: Ge, render: () => `
|
|
1298
|
+
` }, [b.paragraph]: { match: he(li), order: 3, parse: je, render: (i, u, a) => n("p", { key: a.key }, u(i.children, a)) }, [b.ref]: { match: ie(Ho), order: 0, parse: (i) => (l[i[1]] = { target: i[2], title: i[4] }, {}), render: Ve }, [b.refImage]: { match: se(Bo), order: 0, parse: (i) => ({ alt: i[1] || void 0, ref: i[2] }), render: (i, u, a) => l[i.ref] ? n("img", { key: a.key, alt: i.alt, src: t.sanitizer(l[i.ref].target, "img", "src"), title: l[i.ref].title }) : null }, [b.refLink]: { match: ie(Fo), order: 0, parse: (i, u, a) => ({ children: u(i[1], a), fallbackChildren: i[0], ref: i[2] }), render: (i, u, a) => l[i.ref] ? n("a", { key: a.key, href: t.sanitizer(l[i.ref].target, "a", "href"), title: l[i.ref].title }, u(i.children, a)) : n("span", { key: a.key }, i.fallbackChildren) }, [b.table]: { match: ee(an), order: 1, parse: ai, render(i, u, a) {
|
|
1299
|
+
const C = i;
|
|
1300
|
+
return n("table", { key: a.key }, n("thead", null, n("tr", null, C.header.map(function(h, x) {
|
|
1301
|
+
return n("th", { key: x, style: Rt(C, x) }, u(h, a));
|
|
1302
|
+
}))), n("tbody", null, C.cells.map(function(h, x) {
|
|
1303
|
+
return n("tr", { key: x }, h.map(function(v, k) {
|
|
1304
|
+
return n("td", { key: k, style: Rt(C, k) }, u(v, a));
|
|
1319
1305
|
}));
|
|
1320
1306
|
})));
|
|
1321
|
-
} }, [
|
|
1322
|
-
t.disableParsingRawHTML === !0 && (delete
|
|
1307
|
+
} }, [b.text]: { match: ye(_o), order: 4, parse: (i) => ({ text: i[0].replace(To, (u, a) => t.namedCodesToUnicode[a] ? t.namedCodesToUnicode[a] : u) }), render: (i) => i.text }, [b.textBolded]: { match: se(Zo), order: 2, parse: (i, u, a) => ({ children: u(i[2], a) }), render: (i, u, a) => n("strong", { key: a.key }, u(i.children, a)) }, [b.textEmphasized]: { match: se(jo), order: 3, parse: (i, u, a) => ({ children: u(i[2], a) }), render: (i, u, a) => n("em", { key: a.key }, u(i.children, a)) }, [b.textEscaped]: { match: se(Uo), order: 1, parse: (i) => ({ text: i[1], type: b.text }) }, [b.textMarked]: { match: se(Go), order: 3, parse: je, render: (i, u, a) => n("mark", { key: a.key }, u(i.children, a)) }, [b.textStrikethroughed]: { match: se(Vo), order: 3, parse: je, render: (i, u, a) => n("del", { key: a.key }, u(i.children, a)) } };
|
|
1308
|
+
t.disableParsingRawHTML === !0 && (delete p[b.htmlBlock], delete p[b.htmlSelfClosing]);
|
|
1323
1309
|
const d = function(i) {
|
|
1324
1310
|
let u = Object.keys(i);
|
|
1325
|
-
function a(
|
|
1326
|
-
let
|
|
1327
|
-
for (
|
|
1328
|
-
let
|
|
1329
|
-
for (;
|
|
1330
|
-
if (
|
|
1331
|
-
|
|
1311
|
+
function a(C, h) {
|
|
1312
|
+
let x, v, k = [], I = "", T = "";
|
|
1313
|
+
for (h.prevCapture = h.prevCapture || ""; C; ) {
|
|
1314
|
+
let $ = 0;
|
|
1315
|
+
for (; $ < u.length; ) {
|
|
1316
|
+
if (I = u[$], x = i[I], h.inline && !x.match.inline) {
|
|
1317
|
+
$++;
|
|
1332
1318
|
continue;
|
|
1333
1319
|
}
|
|
1334
|
-
const
|
|
1335
|
-
if (
|
|
1336
|
-
T =
|
|
1320
|
+
const E = x.match(C, h);
|
|
1321
|
+
if (E) {
|
|
1322
|
+
T = E[0], h.prevCapture += T, C = C.substring(T.length), v = x.parse(E, a, h), v.type == null && (v.type = I), k.push(v);
|
|
1337
1323
|
break;
|
|
1338
1324
|
}
|
|
1339
|
-
|
|
1325
|
+
$++;
|
|
1340
1326
|
}
|
|
1341
1327
|
}
|
|
1342
|
-
return
|
|
1328
|
+
return h.prevCapture = "", k;
|
|
1343
1329
|
}
|
|
1344
|
-
return u.sort(function(
|
|
1345
|
-
let
|
|
1346
|
-
return
|
|
1347
|
-
}), function(
|
|
1348
|
-
return a(function(
|
|
1349
|
-
return
|
|
1350
|
-
`).replace(
|
|
1351
|
-
}(
|
|
1330
|
+
return u.sort(function(C, h) {
|
|
1331
|
+
let x = i[C].order, v = i[h].order;
|
|
1332
|
+
return x !== v ? x - v : C < h ? -1 : 1;
|
|
1333
|
+
}), function(C, h) {
|
|
1334
|
+
return a(function(x) {
|
|
1335
|
+
return x.replace(vo, `
|
|
1336
|
+
`).replace(So, "").replace(Ao, " ");
|
|
1337
|
+
}(C), h);
|
|
1352
1338
|
};
|
|
1353
|
-
}(
|
|
1354
|
-
return function(a,
|
|
1355
|
-
const
|
|
1356
|
-
return u ? u(() =>
|
|
1339
|
+
}(p), g = (m = /* @__PURE__ */ function(i, u) {
|
|
1340
|
+
return function(a, C, h) {
|
|
1341
|
+
const x = i[a.type].render;
|
|
1342
|
+
return u ? u(() => x(a, C, h), a, C, h) : x(a, C, h);
|
|
1357
1343
|
};
|
|
1358
|
-
}(
|
|
1344
|
+
}(p, t.renderRule), function i(u, a = {}) {
|
|
1359
1345
|
if (Array.isArray(u)) {
|
|
1360
|
-
const
|
|
1361
|
-
let
|
|
1346
|
+
const C = a.key, h = [];
|
|
1347
|
+
let x = !1;
|
|
1362
1348
|
for (let v = 0; v < u.length; v++) {
|
|
1363
1349
|
a.key = v;
|
|
1364
|
-
const k = i(u[v], a),
|
|
1365
|
-
|
|
1350
|
+
const k = i(u[v], a), I = typeof k == "string";
|
|
1351
|
+
I && x ? h[h.length - 1] += k : k !== null && h.push(k), x = I;
|
|
1366
1352
|
}
|
|
1367
|
-
return a.key =
|
|
1353
|
+
return a.key = C, h;
|
|
1368
1354
|
}
|
|
1369
1355
|
return m(u, i, a);
|
|
1370
1356
|
});
|
|
1371
1357
|
var m;
|
|
1372
|
-
const
|
|
1373
|
-
return c.length ? n("div", null,
|
|
1358
|
+
const y = o(e);
|
|
1359
|
+
return c.length ? n("div", null, y, n("footer", { key: "footer" }, c.map(function(i) {
|
|
1374
1360
|
return n("div", { id: t.slugify(i.identifier, be), key: i.identifier }, i.identifier, g(d(i.footnote, { inline: !0 })));
|
|
1375
|
-
}))) :
|
|
1361
|
+
}))) : y;
|
|
1376
1362
|
}
|
|
1377
1363
|
const Ci = (e) => {
|
|
1378
|
-
let { children: t = "", options: n } = e,
|
|
1364
|
+
let { children: t = "", options: n } = e, o = function(s, c) {
|
|
1379
1365
|
if (s == null) return {};
|
|
1380
|
-
var l,
|
|
1381
|
-
for (
|
|
1366
|
+
var l, p, d = {}, g = Object.keys(s);
|
|
1367
|
+
for (p = 0; p < g.length; p++) c.indexOf(l = g[p]) >= 0 || (d[l] = s[l]);
|
|
1382
1368
|
return d;
|
|
1383
|
-
}(e,
|
|
1384
|
-
return Y.cloneElement(
|
|
1385
|
-
},
|
|
1369
|
+
}(e, lo);
|
|
1370
|
+
return Y.cloneElement(gi(t, n), o);
|
|
1371
|
+
}, fi = w.div`
|
|
1386
1372
|
display: flex;
|
|
1387
1373
|
|
|
1388
|
-
${({ align: e }) => e === "right" ?
|
|
1374
|
+
${({ align: e }) => e === "right" ? q`
|
|
1389
1375
|
justify-content: flex-end;
|
|
1390
|
-
` :
|
|
1376
|
+
` : q`
|
|
1391
1377
|
justify-content: flex-start;
|
|
1392
1378
|
`}
|
|
1393
|
-
`,
|
|
1379
|
+
`, mn = w.div`
|
|
1394
1380
|
font-size: inherit;
|
|
1395
1381
|
line-height: inherit;
|
|
1396
1382
|
padding-top: 8.5px;
|
|
@@ -1401,15 +1387,15 @@ const Ci = (e) => {
|
|
|
1401
1387
|
overflow-wrap: break-word;
|
|
1402
1388
|
box-sizing: border-box;
|
|
1403
1389
|
|
|
1404
|
-
${({ align: e }) => e === "right" ?
|
|
1390
|
+
${({ align: e }) => e === "right" ? q`
|
|
1405
1391
|
text-align: right;
|
|
1406
1392
|
border-radius: 10px 10px 0px 10px;
|
|
1407
|
-
` :
|
|
1393
|
+
` : q`
|
|
1408
1394
|
text-align: left;
|
|
1409
1395
|
border-radius: 10px 10px 10px 0px;
|
|
1410
1396
|
`}
|
|
1411
1397
|
|
|
1412
|
-
${({ align: e }) => e !== "full" ?
|
|
1398
|
+
${({ align: e }) => e !== "full" ? q`
|
|
1413
1399
|
max-width: 85%;
|
|
1414
1400
|
` : ""}
|
|
1415
1401
|
|
|
@@ -1417,21 +1403,21 @@ const Ci = (e) => {
|
|
|
1417
1403
|
background-color: ${({ theme: e, align: t }) => t === "right" ? e.aiChat.userMessages.backgroundColor : e.aiChat.systemMessages.backgroundColor};
|
|
1418
1404
|
`, ae = ({ align: e, children: t }) => {
|
|
1419
1405
|
const { themeSettings: n } = R();
|
|
1420
|
-
return /* @__PURE__ */
|
|
1406
|
+
return /* @__PURE__ */ r(fi, { theme: n, align: e, children: /* @__PURE__ */ r(mn, { theme: n, align: e, children: typeof t == "string" ? /* @__PURE__ */ r(Ci, { children: t }) : t }) });
|
|
1421
1407
|
};
|
|
1422
|
-
function
|
|
1408
|
+
function mi() {
|
|
1423
1409
|
const { welcomeText: e } = ne();
|
|
1424
|
-
return e === !1 ? null : /* @__PURE__ */
|
|
1410
|
+
return e === !1 ? null : /* @__PURE__ */ r(ae, { align: "left", children: e });
|
|
1425
1411
|
}
|
|
1426
|
-
const
|
|
1412
|
+
const bi = w.div`
|
|
1427
1413
|
display: flex;
|
|
1428
1414
|
|
|
1429
|
-
${({ align: e }) => e === "right" ?
|
|
1415
|
+
${({ align: e }) => e === "right" ? q`
|
|
1430
1416
|
justify-content: flex-end;
|
|
1431
|
-
` :
|
|
1417
|
+
` : q`
|
|
1432
1418
|
justify-content: flex-start;
|
|
1433
1419
|
`}
|
|
1434
|
-
`,
|
|
1420
|
+
`, yi = w.button`
|
|
1435
1421
|
font-family: inherit;
|
|
1436
1422
|
font-size: inherit;
|
|
1437
1423
|
line-height: inherit;
|
|
@@ -1447,21 +1433,21 @@ const yi = w.div`
|
|
|
1447
1433
|
}
|
|
1448
1434
|
border-radius: 20px;
|
|
1449
1435
|
|
|
1450
|
-
${({ align: e }) => e === "right" ?
|
|
1436
|
+
${({ align: e }) => e === "right" ? q`
|
|
1451
1437
|
text-align: right;
|
|
1452
|
-
` :
|
|
1438
|
+
` : q`
|
|
1453
1439
|
text-align: left;
|
|
1454
1440
|
`}
|
|
1455
1441
|
|
|
1456
|
-
${({ align: e }) => e !== "full" ?
|
|
1442
|
+
${({ align: e }) => e !== "full" ? q`
|
|
1457
1443
|
max-width: 382px;
|
|
1458
1444
|
` : ""}
|
|
1459
1445
|
|
|
1460
1446
|
${({ theme: e }) => {
|
|
1461
1447
|
const { borderGradient: t, borderRadius: n } = e.aiChat.suggestions;
|
|
1462
1448
|
if (t) {
|
|
1463
|
-
const [
|
|
1464
|
-
return
|
|
1449
|
+
const [o, s] = t;
|
|
1450
|
+
return q`
|
|
1465
1451
|
border: none;
|
|
1466
1452
|
position: relative;
|
|
1467
1453
|
border-radius: ${n};
|
|
@@ -1474,7 +1460,7 @@ const yi = w.div`
|
|
|
1474
1460
|
bottom: 0;
|
|
1475
1461
|
border-radius: ${n};
|
|
1476
1462
|
border: 1px solid transparent;
|
|
1477
|
-
background: linear-gradient(30deg, ${
|
|
1463
|
+
background: linear-gradient(30deg, ${o}, ${s}) border-box;
|
|
1478
1464
|
-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
|
|
1479
1465
|
-webkit-mask-composite: destination-out;
|
|
1480
1466
|
mask-composite: exclude;
|
|
@@ -1484,42 +1470,42 @@ const yi = w.div`
|
|
|
1484
1470
|
return "";
|
|
1485
1471
|
}}
|
|
1486
1472
|
`;
|
|
1487
|
-
function
|
|
1473
|
+
function Be({
|
|
1488
1474
|
children: e,
|
|
1489
1475
|
align: t,
|
|
1490
1476
|
onClick: n,
|
|
1491
|
-
onMouseEnter:
|
|
1477
|
+
onMouseEnter: o,
|
|
1492
1478
|
onMouseLeave: s,
|
|
1493
1479
|
accessibleName: c
|
|
1494
1480
|
}) {
|
|
1495
1481
|
const { themeSettings: l } = R();
|
|
1496
|
-
return /* @__PURE__ */
|
|
1497
|
-
|
|
1482
|
+
return /* @__PURE__ */ r(bi, { align: t, children: /* @__PURE__ */ r(
|
|
1483
|
+
yi,
|
|
1498
1484
|
{
|
|
1499
1485
|
"aria-label": c,
|
|
1500
1486
|
theme: l,
|
|
1501
1487
|
onClick: n,
|
|
1502
1488
|
align: t,
|
|
1503
|
-
onMouseEnter:
|
|
1489
|
+
onMouseEnter: o,
|
|
1504
1490
|
onMouseLeave: s,
|
|
1505
1491
|
children: e
|
|
1506
1492
|
}
|
|
1507
1493
|
) });
|
|
1508
1494
|
}
|
|
1509
|
-
function
|
|
1495
|
+
function xi({ onCancel: e, onConfirm: t }) {
|
|
1510
1496
|
const { t: n } = N();
|
|
1511
1497
|
return /* @__PURE__ */ S(j, { children: [
|
|
1512
|
-
/* @__PURE__ */
|
|
1498
|
+
/* @__PURE__ */ r(ae, { align: "left", children: n("ai.clearHistoryPrompt") }),
|
|
1513
1499
|
/* @__PURE__ */ S("div", { className: "csdk-flex csdk-gap-x-2", children: [
|
|
1514
|
-
/* @__PURE__ */
|
|
1515
|
-
/* @__PURE__ */
|
|
1500
|
+
/* @__PURE__ */ r(Be, { align: "right", onClick: t, accessibleName: "confirm clear chat", children: /* @__PURE__ */ r("div", { className: "csdk-py-[6px] csdk-px-[20px]", children: n("ai.buttons.yes") }) }),
|
|
1501
|
+
/* @__PURE__ */ r(Be, { align: "right", onClick: e, accessibleName: "cancel clear chat", children: /* @__PURE__ */ r("div", { className: "csdk-py-[6px] csdk-px-[20px]", children: n("ai.buttons.no") }) })
|
|
1516
1502
|
] })
|
|
1517
1503
|
] });
|
|
1518
1504
|
}
|
|
1519
|
-
var
|
|
1520
|
-
function
|
|
1505
|
+
var vi = On("toLowerCase");
|
|
1506
|
+
function ki() {
|
|
1521
1507
|
const { themeSettings: e } = R();
|
|
1522
|
-
return /* @__PURE__ */
|
|
1508
|
+
return /* @__PURE__ */ r("svg", { width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ r(
|
|
1523
1509
|
"path",
|
|
1524
1510
|
{
|
|
1525
1511
|
fillRule: "evenodd",
|
|
@@ -1529,45 +1515,45 @@ function wi() {
|
|
|
1529
1515
|
}
|
|
1530
1516
|
) });
|
|
1531
1517
|
}
|
|
1532
|
-
function
|
|
1518
|
+
function wi({ onClick: e }) {
|
|
1533
1519
|
const { t } = N();
|
|
1534
|
-
return /* @__PURE__ */
|
|
1520
|
+
return /* @__PURE__ */ r(Be, { align: "left", onClick: e, children: /* @__PURE__ */ S(
|
|
1535
1521
|
"div",
|
|
1536
1522
|
{
|
|
1537
1523
|
className: "csdk-py-[5px] csdk-px-2 csdk-flex csdk-items-center csdk-gap-x-1 csdk-select-none",
|
|
1538
1524
|
children: [
|
|
1539
|
-
/* @__PURE__ */
|
|
1525
|
+
/* @__PURE__ */ r(ki, {}),
|
|
1540
1526
|
t("ai.buttons.insights")
|
|
1541
1527
|
]
|
|
1542
1528
|
}
|
|
1543
1529
|
) });
|
|
1544
1530
|
}
|
|
1545
|
-
function
|
|
1531
|
+
function Si(e) {
|
|
1546
1532
|
return Dn("MuiDialog", e);
|
|
1547
1533
|
}
|
|
1548
|
-
const _e =
|
|
1549
|
-
process.env.NODE_ENV !== "production" && (
|
|
1550
|
-
const Mi =
|
|
1534
|
+
const _e = An("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), bn = /* @__PURE__ */ Y.createContext({});
|
|
1535
|
+
process.env.NODE_ENV !== "production" && (bn.displayName = "DialogContext");
|
|
1536
|
+
const Mi = Fe(qn, {
|
|
1551
1537
|
name: "MuiDialog",
|
|
1552
1538
|
slot: "Backdrop",
|
|
1553
1539
|
overrides: (e, t) => t.backdrop
|
|
1554
1540
|
})({
|
|
1555
1541
|
// Improve scrollable dialog support.
|
|
1556
1542
|
zIndex: -1
|
|
1557
|
-
}),
|
|
1543
|
+
}), $i = (e) => {
|
|
1558
1544
|
const {
|
|
1559
1545
|
classes: t,
|
|
1560
1546
|
scroll: n,
|
|
1561
|
-
maxWidth:
|
|
1547
|
+
maxWidth: o,
|
|
1562
1548
|
fullWidth: s,
|
|
1563
1549
|
fullScreen: c
|
|
1564
1550
|
} = e, l = {
|
|
1565
1551
|
root: ["root"],
|
|
1566
|
-
container: ["container", `scroll${
|
|
1567
|
-
paper: ["paper", `paperScroll${
|
|
1552
|
+
container: ["container", `scroll${pe(n)}`],
|
|
1553
|
+
paper: ["paper", `paperScroll${pe(n)}`, `paperWidth${pe(String(o))}`, s && "paperFullWidth", c && "paperFullScreen"]
|
|
1568
1554
|
};
|
|
1569
|
-
return
|
|
1570
|
-
},
|
|
1555
|
+
return Vn(l, Si, t);
|
|
1556
|
+
}, Ti = Fe(zn, {
|
|
1571
1557
|
name: "MuiDialog",
|
|
1572
1558
|
slot: "Root",
|
|
1573
1559
|
overridesResolver: (e, t) => t.root
|
|
@@ -1576,14 +1562,14 @@ const Mi = Ae(qn, {
|
|
|
1576
1562
|
// Use !important to override the Modal inline-style.
|
|
1577
1563
|
position: "absolute !important"
|
|
1578
1564
|
}
|
|
1579
|
-
}),
|
|
1565
|
+
}), Ri = Fe("div", {
|
|
1580
1566
|
name: "MuiDialog",
|
|
1581
1567
|
slot: "Container",
|
|
1582
1568
|
overridesResolver: (e, t) => {
|
|
1583
1569
|
const {
|
|
1584
1570
|
ownerState: n
|
|
1585
1571
|
} = e;
|
|
1586
|
-
return [t.container, t[`scroll${
|
|
1572
|
+
return [t.container, t[`scroll${pe(n.scroll)}`]];
|
|
1587
1573
|
}
|
|
1588
1574
|
})({
|
|
1589
1575
|
height: "100%",
|
|
@@ -1618,14 +1604,14 @@ const Mi = Ae(qn, {
|
|
|
1618
1604
|
}
|
|
1619
1605
|
}
|
|
1620
1606
|
}]
|
|
1621
|
-
}),
|
|
1607
|
+
}), Li = Fe(At, {
|
|
1622
1608
|
name: "MuiDialog",
|
|
1623
1609
|
slot: "Paper",
|
|
1624
1610
|
overridesResolver: (e, t) => {
|
|
1625
1611
|
const {
|
|
1626
1612
|
ownerState: n
|
|
1627
1613
|
} = e;
|
|
1628
|
-
return [t.paper, t[`scrollPaper${
|
|
1614
|
+
return [t.paper, t[`scrollPaper${pe(n.scroll)}`], t[`paperWidth${pe(String(n.maxWidth))}`], n.fullWidth && t.paperFullWidth, n.fullScreen && t.paperFullScreen];
|
|
1629
1615
|
}
|
|
1630
1616
|
})(Wn(({
|
|
1631
1617
|
theme: e
|
|
@@ -1710,38 +1696,38 @@ const Mi = Ae(qn, {
|
|
|
1710
1696
|
}
|
|
1711
1697
|
}
|
|
1712
1698
|
}]
|
|
1713
|
-
}))),
|
|
1714
|
-
const
|
|
1699
|
+
}))), yn = /* @__PURE__ */ Y.forwardRef(function(t, n) {
|
|
1700
|
+
const o = Zn({
|
|
1715
1701
|
props: t,
|
|
1716
1702
|
name: "MuiDialog"
|
|
1717
1703
|
}), s = jn(), c = {
|
|
1718
1704
|
enter: s.transitions.duration.enteringScreen,
|
|
1719
1705
|
exit: s.transitions.duration.leavingScreen
|
|
1720
|
-
}, mt =
|
|
1706
|
+
}, mt = o, {
|
|
1721
1707
|
"aria-describedby": l,
|
|
1722
|
-
"aria-labelledby":
|
|
1708
|
+
"aria-labelledby": p,
|
|
1723
1709
|
"aria-modal": d = !0,
|
|
1724
1710
|
BackdropComponent: g,
|
|
1725
1711
|
BackdropProps: m,
|
|
1726
|
-
children:
|
|
1712
|
+
children: y,
|
|
1727
1713
|
className: i,
|
|
1728
1714
|
disableEscapeKeyDown: u = !1,
|
|
1729
1715
|
fullScreen: a = !1,
|
|
1730
|
-
fullWidth:
|
|
1731
|
-
maxWidth:
|
|
1732
|
-
onBackdropClick:
|
|
1716
|
+
fullWidth: C = !1,
|
|
1717
|
+
maxWidth: h = "sm",
|
|
1718
|
+
onBackdropClick: x,
|
|
1733
1719
|
onClick: v,
|
|
1734
1720
|
onClose: k,
|
|
1735
|
-
open:
|
|
1736
|
-
PaperComponent: T =
|
|
1737
|
-
PaperProps:
|
|
1738
|
-
scroll:
|
|
1721
|
+
open: I,
|
|
1722
|
+
PaperComponent: T = At,
|
|
1723
|
+
PaperProps: $ = {},
|
|
1724
|
+
scroll: E = "paper",
|
|
1739
1725
|
slots: B = {},
|
|
1740
1726
|
slotProps: le = {},
|
|
1741
|
-
TransitionComponent:
|
|
1727
|
+
TransitionComponent: U = xt,
|
|
1742
1728
|
transitionDuration: Z = c,
|
|
1743
|
-
TransitionProps:
|
|
1744
|
-
} = mt,
|
|
1729
|
+
TransitionProps: _
|
|
1730
|
+
} = mt, Q = We(mt, [
|
|
1745
1731
|
"aria-describedby",
|
|
1746
1732
|
"aria-labelledby",
|
|
1747
1733
|
"aria-modal",
|
|
@@ -1765,99 +1751,99 @@ const Mi = Ae(qn, {
|
|
|
1765
1751
|
"TransitionComponent",
|
|
1766
1752
|
"transitionDuration",
|
|
1767
1753
|
"TransitionProps"
|
|
1768
|
-
]),
|
|
1754
|
+
]), D = L(M({}, o), {
|
|
1769
1755
|
disableEscapeKeyDown: u,
|
|
1770
1756
|
fullScreen: a,
|
|
1771
|
-
fullWidth:
|
|
1772
|
-
maxWidth:
|
|
1773
|
-
scroll:
|
|
1774
|
-
}), J =
|
|
1757
|
+
fullWidth: C,
|
|
1758
|
+
maxWidth: h,
|
|
1759
|
+
scroll: E
|
|
1760
|
+
}), J = $i(D), P = Y.useRef(), G = (ue) => {
|
|
1775
1761
|
P.current = ue.target === ue.currentTarget;
|
|
1776
|
-
},
|
|
1777
|
-
v && v(ue), P.current && (P.current = null,
|
|
1778
|
-
},
|
|
1779
|
-
titleId:
|
|
1780
|
-
}), [
|
|
1781
|
-
transition:
|
|
1782
|
-
}, B), de =
|
|
1783
|
-
transition:
|
|
1784
|
-
paper:
|
|
1762
|
+
}, z = (ue) => {
|
|
1763
|
+
v && v(ue), P.current && (P.current = null, x && x(ue), k && k(ue, "backdropClick"));
|
|
1764
|
+
}, V = Gn(p), re = Y.useMemo(() => ({
|
|
1765
|
+
titleId: V
|
|
1766
|
+
}), [V]), Ce = M({
|
|
1767
|
+
transition: U
|
|
1768
|
+
}, B), de = M({
|
|
1769
|
+
transition: _,
|
|
1770
|
+
paper: $,
|
|
1785
1771
|
backdrop: m
|
|
1786
1772
|
}, le), oe = {
|
|
1787
|
-
slots:
|
|
1773
|
+
slots: Ce,
|
|
1788
1774
|
slotProps: de
|
|
1789
|
-
}, [Te, Re] =
|
|
1790
|
-
elementType:
|
|
1775
|
+
}, [Te, Re] = fe("root", {
|
|
1776
|
+
elementType: Ti,
|
|
1791
1777
|
shouldForwardComponentProp: !0,
|
|
1792
1778
|
externalForwardedProps: oe,
|
|
1793
|
-
ownerState:
|
|
1794
|
-
className:
|
|
1779
|
+
ownerState: D,
|
|
1780
|
+
className: Ze(J.root, i),
|
|
1795
1781
|
ref: n
|
|
1796
|
-
}), [H, K] =
|
|
1782
|
+
}), [H, K] = fe("backdrop", {
|
|
1797
1783
|
elementType: Mi,
|
|
1798
1784
|
shouldForwardComponentProp: !0,
|
|
1799
1785
|
externalForwardedProps: oe,
|
|
1800
|
-
ownerState:
|
|
1801
|
-
}), [Le,
|
|
1802
|
-
elementType:
|
|
1786
|
+
ownerState: D
|
|
1787
|
+
}), [Le, ft] = fe("paper", {
|
|
1788
|
+
elementType: Li,
|
|
1803
1789
|
shouldForwardComponentProp: !0,
|
|
1804
1790
|
externalForwardedProps: oe,
|
|
1805
|
-
ownerState:
|
|
1806
|
-
className:
|
|
1807
|
-
}), [
|
|
1808
|
-
elementType:
|
|
1791
|
+
ownerState: D,
|
|
1792
|
+
className: Ze(J.paper, $.className)
|
|
1793
|
+
}), [Ie, kn] = fe("container", {
|
|
1794
|
+
elementType: Ri,
|
|
1809
1795
|
externalForwardedProps: oe,
|
|
1810
|
-
ownerState:
|
|
1811
|
-
className:
|
|
1812
|
-
}), [
|
|
1796
|
+
ownerState: D,
|
|
1797
|
+
className: Ze(J.container)
|
|
1798
|
+
}), [wn, Sn] = fe("transition", {
|
|
1813
1799
|
elementType: xt,
|
|
1814
1800
|
externalForwardedProps: oe,
|
|
1815
|
-
ownerState:
|
|
1801
|
+
ownerState: D,
|
|
1816
1802
|
additionalProps: {
|
|
1817
1803
|
appear: !0,
|
|
1818
|
-
in:
|
|
1804
|
+
in: I,
|
|
1819
1805
|
timeout: Z,
|
|
1820
1806
|
role: "presentation"
|
|
1821
1807
|
}
|
|
1822
1808
|
});
|
|
1823
|
-
return /* @__PURE__ */ me(Te, L(
|
|
1809
|
+
return /* @__PURE__ */ me(Te, L(M(M({
|
|
1824
1810
|
closeAfterTransition: !0,
|
|
1825
1811
|
slots: {
|
|
1826
1812
|
backdrop: H
|
|
1827
1813
|
},
|
|
1828
1814
|
slotProps: {
|
|
1829
|
-
backdrop:
|
|
1815
|
+
backdrop: M({
|
|
1830
1816
|
transitionDuration: Z,
|
|
1831
1817
|
as: g
|
|
1832
1818
|
}, K)
|
|
1833
1819
|
},
|
|
1834
1820
|
disableEscapeKeyDown: u,
|
|
1835
1821
|
onClose: k,
|
|
1836
|
-
open:
|
|
1837
|
-
onClick:
|
|
1838
|
-
}, Re),
|
|
1839
|
-
children: /* @__PURE__ */ me(
|
|
1840
|
-
children: /* @__PURE__ */ me(
|
|
1841
|
-
onMouseDown:
|
|
1842
|
-
},
|
|
1843
|
-
children: /* @__PURE__ */ me(Le, L(
|
|
1822
|
+
open: I,
|
|
1823
|
+
onClick: z
|
|
1824
|
+
}, Re), Q), {
|
|
1825
|
+
children: /* @__PURE__ */ me(wn, L(M({}, Sn), {
|
|
1826
|
+
children: /* @__PURE__ */ me(Ie, L(M({
|
|
1827
|
+
onMouseDown: G
|
|
1828
|
+
}, kn), {
|
|
1829
|
+
children: /* @__PURE__ */ me(Le, L(M({
|
|
1844
1830
|
as: T,
|
|
1845
1831
|
elevation: 24,
|
|
1846
1832
|
role: "dialog",
|
|
1847
1833
|
"aria-describedby": l,
|
|
1848
|
-
"aria-labelledby":
|
|
1834
|
+
"aria-labelledby": V,
|
|
1849
1835
|
"aria-modal": d
|
|
1850
|
-
},
|
|
1851
|
-
children: /* @__PURE__ */ me(
|
|
1836
|
+
}, ft), {
|
|
1837
|
+
children: /* @__PURE__ */ me(bn.Provider, {
|
|
1852
1838
|
value: re,
|
|
1853
|
-
children:
|
|
1839
|
+
children: y
|
|
1854
1840
|
})
|
|
1855
1841
|
}))
|
|
1856
1842
|
}))
|
|
1857
1843
|
}))
|
|
1858
1844
|
}));
|
|
1859
1845
|
});
|
|
1860
|
-
process.env.NODE_ENV !== "production" && (
|
|
1846
|
+
process.env.NODE_ENV !== "production" && (yn.propTypes = {
|
|
1861
1847
|
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
1862
1848
|
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
1863
1849
|
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
@@ -1865,17 +1851,17 @@ process.env.NODE_ENV !== "production" && (xn.propTypes = {
|
|
|
1865
1851
|
/**
|
|
1866
1852
|
* The id(s) of the element(s) that describe the dialog.
|
|
1867
1853
|
*/
|
|
1868
|
-
"aria-describedby":
|
|
1854
|
+
"aria-describedby": f.string,
|
|
1869
1855
|
/**
|
|
1870
1856
|
* The id(s) of the element(s) that label the dialog.
|
|
1871
1857
|
*/
|
|
1872
|
-
"aria-labelledby":
|
|
1858
|
+
"aria-labelledby": f.string,
|
|
1873
1859
|
/**
|
|
1874
1860
|
* Informs assistive technologies that the element is modal.
|
|
1875
1861
|
* It's added on the element with role="dialog".
|
|
1876
1862
|
* @default true
|
|
1877
1863
|
*/
|
|
1878
|
-
"aria-modal":
|
|
1864
|
+
"aria-modal": f.oneOfType([f.oneOf(["false", "true"]), f.bool]),
|
|
1879
1865
|
/**
|
|
1880
1866
|
* A backdrop component. This prop enables custom backdrop rendering.
|
|
1881
1867
|
* @deprecated Use `slots.backdrop` instead. While this prop currently works, it will be removed in the next major version.
|
|
@@ -1890,116 +1876,116 @@ process.env.NODE_ENV !== "production" && (xn.propTypes = {
|
|
|
1890
1876
|
* zIndex: -1,
|
|
1891
1877
|
* })
|
|
1892
1878
|
*/
|
|
1893
|
-
BackdropComponent:
|
|
1879
|
+
BackdropComponent: f.elementType,
|
|
1894
1880
|
/**
|
|
1895
1881
|
* @ignore
|
|
1896
1882
|
*/
|
|
1897
|
-
BackdropProps:
|
|
1883
|
+
BackdropProps: f.object,
|
|
1898
1884
|
/**
|
|
1899
1885
|
* Dialog children, usually the included sub-components.
|
|
1900
1886
|
*/
|
|
1901
|
-
children:
|
|
1887
|
+
children: f.node,
|
|
1902
1888
|
/**
|
|
1903
1889
|
* Override or extend the styles applied to the component.
|
|
1904
1890
|
*/
|
|
1905
|
-
classes:
|
|
1891
|
+
classes: f.object,
|
|
1906
1892
|
/**
|
|
1907
1893
|
* @ignore
|
|
1908
1894
|
*/
|
|
1909
|
-
className:
|
|
1895
|
+
className: f.string,
|
|
1910
1896
|
/**
|
|
1911
1897
|
* If `true`, hitting escape will not fire the `onClose` callback.
|
|
1912
1898
|
* @default false
|
|
1913
1899
|
*/
|
|
1914
|
-
disableEscapeKeyDown:
|
|
1900
|
+
disableEscapeKeyDown: f.bool,
|
|
1915
1901
|
/**
|
|
1916
1902
|
* If `true`, the dialog is full-screen.
|
|
1917
1903
|
* @default false
|
|
1918
1904
|
*/
|
|
1919
|
-
fullScreen:
|
|
1905
|
+
fullScreen: f.bool,
|
|
1920
1906
|
/**
|
|
1921
1907
|
* If `true`, the dialog stretches to `maxWidth`.
|
|
1922
1908
|
*
|
|
1923
1909
|
* Notice that the dialog width grow is limited by the default margin.
|
|
1924
1910
|
* @default false
|
|
1925
1911
|
*/
|
|
1926
|
-
fullWidth:
|
|
1912
|
+
fullWidth: f.bool,
|
|
1927
1913
|
/**
|
|
1928
1914
|
* Determine the max-width of the dialog.
|
|
1929
1915
|
* The dialog width grows with the size of the screen.
|
|
1930
1916
|
* Set to `false` to disable `maxWidth`.
|
|
1931
1917
|
* @default 'sm'
|
|
1932
1918
|
*/
|
|
1933
|
-
maxWidth:
|
|
1919
|
+
maxWidth: f.oneOfType([f.oneOf(["xs", "sm", "md", "lg", "xl", !1]), f.string]),
|
|
1934
1920
|
/**
|
|
1935
1921
|
* Callback fired when the backdrop is clicked.
|
|
1936
1922
|
* @deprecated Use the `onClose` prop with the `reason` argument to handle the `backdropClick` events.
|
|
1937
1923
|
*/
|
|
1938
|
-
onBackdropClick:
|
|
1924
|
+
onBackdropClick: f.func,
|
|
1939
1925
|
/**
|
|
1940
1926
|
* @ignore
|
|
1941
1927
|
*/
|
|
1942
|
-
onClick:
|
|
1928
|
+
onClick: f.func,
|
|
1943
1929
|
/**
|
|
1944
1930
|
* Callback fired when the component requests to be closed.
|
|
1945
1931
|
*
|
|
1946
1932
|
* @param {object} event The event source of the callback.
|
|
1947
1933
|
* @param {string} reason Can be: `"escapeKeyDown"`, `"backdropClick"`.
|
|
1948
1934
|
*/
|
|
1949
|
-
onClose:
|
|
1935
|
+
onClose: f.func,
|
|
1950
1936
|
/**
|
|
1951
1937
|
* If `true`, the component is shown.
|
|
1952
1938
|
*/
|
|
1953
|
-
open:
|
|
1939
|
+
open: f.bool.isRequired,
|
|
1954
1940
|
/**
|
|
1955
1941
|
* The component used to render the body of the dialog.
|
|
1956
1942
|
* @default Paper
|
|
1957
1943
|
*/
|
|
1958
|
-
PaperComponent:
|
|
1944
|
+
PaperComponent: f.elementType,
|
|
1959
1945
|
/**
|
|
1960
1946
|
* Props applied to the [`Paper`](https://mui.com/material-ui/api/paper/) element.
|
|
1961
1947
|
* @default {}
|
|
1962
1948
|
* @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.
|
|
1963
1949
|
*/
|
|
1964
|
-
PaperProps:
|
|
1950
|
+
PaperProps: f.object,
|
|
1965
1951
|
/**
|
|
1966
1952
|
* Determine the container for scrolling the dialog.
|
|
1967
1953
|
* @default 'paper'
|
|
1968
1954
|
*/
|
|
1969
|
-
scroll:
|
|
1955
|
+
scroll: f.oneOf(["body", "paper"]),
|
|
1970
1956
|
/**
|
|
1971
1957
|
* The props used for each slot inside.
|
|
1972
1958
|
* @default {}
|
|
1973
1959
|
*/
|
|
1974
|
-
slotProps:
|
|
1975
|
-
backdrop:
|
|
1976
|
-
container:
|
|
1977
|
-
paper:
|
|
1978
|
-
root:
|
|
1979
|
-
transition:
|
|
1960
|
+
slotProps: f.shape({
|
|
1961
|
+
backdrop: f.oneOfType([f.func, f.object]),
|
|
1962
|
+
container: f.oneOfType([f.func, f.object]),
|
|
1963
|
+
paper: f.oneOfType([f.func, f.object]),
|
|
1964
|
+
root: f.oneOfType([f.func, f.object]),
|
|
1965
|
+
transition: f.oneOfType([f.func, f.object])
|
|
1980
1966
|
}),
|
|
1981
1967
|
/**
|
|
1982
1968
|
* The components used for each slot inside.
|
|
1983
1969
|
* @default {}
|
|
1984
1970
|
*/
|
|
1985
|
-
slots:
|
|
1986
|
-
backdrop:
|
|
1987
|
-
container:
|
|
1988
|
-
paper:
|
|
1989
|
-
root:
|
|
1990
|
-
transition:
|
|
1971
|
+
slots: f.shape({
|
|
1972
|
+
backdrop: f.elementType,
|
|
1973
|
+
container: f.elementType,
|
|
1974
|
+
paper: f.elementType,
|
|
1975
|
+
root: f.elementType,
|
|
1976
|
+
transition: f.elementType
|
|
1991
1977
|
}),
|
|
1992
1978
|
/**
|
|
1993
1979
|
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
1994
1980
|
*/
|
|
1995
|
-
sx:
|
|
1981
|
+
sx: f.oneOfType([f.arrayOf(f.oneOfType([f.func, f.object, f.bool])), f.func, f.object]),
|
|
1996
1982
|
/**
|
|
1997
1983
|
* The component used for the transition.
|
|
1998
1984
|
* [Follow this guide](https://mui.com/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.
|
|
1999
1985
|
* @default Fade
|
|
2000
1986
|
* @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.
|
|
2001
1987
|
*/
|
|
2002
|
-
TransitionComponent:
|
|
1988
|
+
TransitionComponent: f.elementType,
|
|
2003
1989
|
/**
|
|
2004
1990
|
* The duration for the transition, in milliseconds.
|
|
2005
1991
|
* You may specify a single timeout for all transitions, or individually with an object.
|
|
@@ -2008,22 +1994,22 @@ process.env.NODE_ENV !== "production" && (xn.propTypes = {
|
|
|
2008
1994
|
* exit: theme.transitions.duration.leavingScreen,
|
|
2009
1995
|
* }
|
|
2010
1996
|
*/
|
|
2011
|
-
transitionDuration:
|
|
2012
|
-
appear:
|
|
2013
|
-
enter:
|
|
2014
|
-
exit:
|
|
1997
|
+
transitionDuration: f.oneOfType([f.number, f.shape({
|
|
1998
|
+
appear: f.number,
|
|
1999
|
+
enter: f.number,
|
|
2000
|
+
exit: f.number
|
|
2015
2001
|
})]),
|
|
2016
2002
|
/**
|
|
2017
2003
|
* Props applied to the transition element.
|
|
2018
2004
|
* By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
|
|
2019
2005
|
* @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.
|
|
2020
2006
|
*/
|
|
2021
|
-
TransitionProps:
|
|
2007
|
+
TransitionProps: f.object
|
|
2022
2008
|
});
|
|
2023
2009
|
function Ii({ fillColor: e = "#262E3D" }) {
|
|
2024
2010
|
return /* @__PURE__ */ S("svg", { xmlns: "http://www.w3.org/2000/svg", width: "30", height: "30", viewBox: "0 0 30 30", fill: "none", children: [
|
|
2025
|
-
/* @__PURE__ */
|
|
2026
|
-
/* @__PURE__ */
|
|
2011
|
+
/* @__PURE__ */ r("rect", { x: "1", y: "1", width: "28", height: "28", rx: "14", stroke: "#9EA2AB" }),
|
|
2012
|
+
/* @__PURE__ */ r(
|
|
2027
2013
|
"path",
|
|
2028
2014
|
{
|
|
2029
2015
|
fillRule: "evenodd",
|
|
@@ -2034,7 +2020,7 @@ function Ii({ fillColor: e = "#262E3D" }) {
|
|
|
2034
2020
|
)
|
|
2035
2021
|
] });
|
|
2036
2022
|
}
|
|
2037
|
-
const
|
|
2023
|
+
const xn = {
|
|
2038
2024
|
row: {
|
|
2039
2025
|
hover: "rgba(224, 224, 224, 0.3)"
|
|
2040
2026
|
},
|
|
@@ -2119,19 +2105,19 @@ const vn = {
|
|
|
2119
2105
|
errorBG: "rgba(231, 71, 39, 0.1)"
|
|
2120
2106
|
}
|
|
2121
2107
|
}
|
|
2122
|
-
},
|
|
2108
|
+
}, Ei = {
|
|
2123
2109
|
shouldForwardProp: (e) => !e.startsWith("$")
|
|
2124
|
-
},
|
|
2125
|
-
|
|
2126
|
-
|
|
2110
|
+
}, $e = w(
|
|
2111
|
+
Dt,
|
|
2112
|
+
Ei
|
|
2127
2113
|
)(({ $hoverColor: e }) => ({
|
|
2128
2114
|
padding: 2,
|
|
2129
2115
|
"&.MuiIconButton-root:hover": {
|
|
2130
|
-
backgroundColor: e != null ? e :
|
|
2116
|
+
backgroundColor: e != null ? e : xn.interaction.defaultHover
|
|
2131
2117
|
}
|
|
2132
2118
|
}));
|
|
2133
|
-
function
|
|
2134
|
-
return /* @__PURE__ */
|
|
2119
|
+
function Ni({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
2120
|
+
return /* @__PURE__ */ r("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r(
|
|
2135
2121
|
"path",
|
|
2136
2122
|
{
|
|
2137
2123
|
fillRule: "evenodd",
|
|
@@ -2141,8 +2127,8 @@ function Pi({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
|
2141
2127
|
}
|
|
2142
2128
|
) });
|
|
2143
2129
|
}
|
|
2144
|
-
function
|
|
2145
|
-
return /* @__PURE__ */
|
|
2130
|
+
function Pi({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
2131
|
+
return /* @__PURE__ */ r("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r(
|
|
2146
2132
|
"path",
|
|
2147
2133
|
{
|
|
2148
2134
|
fillRule: "evenodd",
|
|
@@ -2152,8 +2138,8 @@ function Hi({ fill: e = "rgba(38, 46, 61, 0.67)" }) {
|
|
|
2152
2138
|
}
|
|
2153
2139
|
) });
|
|
2154
2140
|
}
|
|
2155
|
-
function
|
|
2156
|
-
return /* @__PURE__ */
|
|
2141
|
+
function Hi() {
|
|
2142
|
+
return /* @__PURE__ */ r("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r(
|
|
2157
2143
|
"path",
|
|
2158
2144
|
{
|
|
2159
2145
|
fillRule: "evenodd",
|
|
@@ -2164,27 +2150,27 @@ function Bi() {
|
|
|
2164
2150
|
}
|
|
2165
2151
|
) });
|
|
2166
2152
|
}
|
|
2167
|
-
const gt = (e) =>
|
|
2153
|
+
const gt = (e) => zt(e.chart.backgroundColor), Bi = ({ title: e }) => {
|
|
2168
2154
|
const { themeSettings: t } = R();
|
|
2169
|
-
return /* @__PURE__ */
|
|
2170
|
-
},
|
|
2171
|
-
const [t, n] = O(null),
|
|
2155
|
+
return /* @__PURE__ */ r(Me, { title: e, children: /* @__PURE__ */ r($e, { disableTouchRipple: !0, $hoverColor: gt(t), children: /* @__PURE__ */ r(Pi, { fill: t.chart.textColor }) }) });
|
|
2156
|
+
}, Fi = ({ items: e }) => {
|
|
2157
|
+
const [t, n] = O(null), o = (l) => {
|
|
2172
2158
|
n(l.currentTarget);
|
|
2173
2159
|
}, s = () => {
|
|
2174
2160
|
n(null);
|
|
2175
2161
|
}, { themeSettings: c } = R();
|
|
2176
2162
|
return /* @__PURE__ */ S(j, { children: [
|
|
2177
|
-
/* @__PURE__ */
|
|
2178
|
-
|
|
2163
|
+
/* @__PURE__ */ r(
|
|
2164
|
+
$e,
|
|
2179
2165
|
{
|
|
2180
|
-
onClick:
|
|
2166
|
+
onClick: o,
|
|
2181
2167
|
$hoverColor: gt(c),
|
|
2182
2168
|
"aria-label": "three dots button",
|
|
2183
|
-
children: /* @__PURE__ */
|
|
2169
|
+
children: /* @__PURE__ */ r(Un, { fill: c.chart.textColor })
|
|
2184
2170
|
}
|
|
2185
2171
|
),
|
|
2186
|
-
/* @__PURE__ */
|
|
2187
|
-
|
|
2172
|
+
/* @__PURE__ */ r(
|
|
2173
|
+
Qn,
|
|
2188
2174
|
{
|
|
2189
2175
|
anchorEl: t,
|
|
2190
2176
|
anchorOrigin: {
|
|
@@ -2198,7 +2184,7 @@ const gt = (e) => Wt(e.chart.backgroundColor), Fi = ({ title: e }) => {
|
|
|
2198
2184
|
open: !!t,
|
|
2199
2185
|
onClose: s,
|
|
2200
2186
|
children: e.map((l) => /* @__PURE__ */ S(
|
|
2201
|
-
|
|
2187
|
+
_n,
|
|
2202
2188
|
{
|
|
2203
2189
|
onClick: () => {
|
|
2204
2190
|
l.onClick(), s();
|
|
@@ -2206,12 +2192,12 @@ const gt = (e) => Wt(e.chart.backgroundColor), Fi = ({ title: e }) => {
|
|
|
2206
2192
|
sx: {
|
|
2207
2193
|
fontSize: "13px",
|
|
2208
2194
|
fontFamily: c.typography.fontFamily,
|
|
2209
|
-
color:
|
|
2195
|
+
color: xn.text.content
|
|
2210
2196
|
},
|
|
2211
2197
|
disableRipple: !0,
|
|
2212
2198
|
children: [
|
|
2213
2199
|
l.icon,
|
|
2214
|
-
/* @__PURE__ */
|
|
2200
|
+
/* @__PURE__ */ r("div", { className: "csdk-ml-1", children: l.title })
|
|
2215
2201
|
]
|
|
2216
2202
|
},
|
|
2217
2203
|
l.title
|
|
@@ -2221,75 +2207,75 @@ const gt = (e) => Wt(e.chart.backgroundColor), Fi = ({ title: e }) => {
|
|
|
2221
2207
|
] });
|
|
2222
2208
|
}, Oi = ({ onClick: e }) => {
|
|
2223
2209
|
const { themeSettings: t } = R(), { t: n } = N();
|
|
2224
|
-
return /* @__PURE__ */
|
|
2225
|
-
},
|
|
2210
|
+
return /* @__PURE__ */ r(Me, { title: n("ai.preview"), children: /* @__PURE__ */ r($e, { onClick: e, $hoverColor: gt(t), children: /* @__PURE__ */ r(Ni, { fill: t.chart.textColor }) }) });
|
|
2211
|
+
}, Ai = w.div`
|
|
2226
2212
|
display: flex;
|
|
2227
2213
|
padding-top: 6px;
|
|
2228
2214
|
padding-bottom: 6px;
|
|
2229
2215
|
`;
|
|
2230
|
-
function
|
|
2216
|
+
function Di({
|
|
2231
2217
|
infoTooltipText: e,
|
|
2232
2218
|
onRefresh: t,
|
|
2233
2219
|
onExpand: n
|
|
2234
2220
|
}) {
|
|
2235
|
-
const
|
|
2221
|
+
const o = A(
|
|
2236
2222
|
() => [
|
|
2237
2223
|
{
|
|
2238
2224
|
title: "Refresh",
|
|
2239
2225
|
onClick: t,
|
|
2240
|
-
icon: /* @__PURE__ */
|
|
2226
|
+
icon: /* @__PURE__ */ r(Hi, {})
|
|
2241
2227
|
}
|
|
2242
2228
|
],
|
|
2243
2229
|
[t]
|
|
2244
2230
|
);
|
|
2245
|
-
return /* @__PURE__ */ S(
|
|
2246
|
-
/* @__PURE__ */
|
|
2247
|
-
/* @__PURE__ */
|
|
2248
|
-
/* @__PURE__ */
|
|
2231
|
+
return /* @__PURE__ */ S(Ai, { "aria-label": "chatbot chart toolbar", children: [
|
|
2232
|
+
/* @__PURE__ */ r(Bi, { title: e != null ? e : "" }),
|
|
2233
|
+
/* @__PURE__ */ r(Fi, { items: o }),
|
|
2234
|
+
/* @__PURE__ */ r(Oi, { onClick: n })
|
|
2249
2235
|
] });
|
|
2250
2236
|
}
|
|
2251
|
-
function
|
|
2252
|
-
const [t, n] = O(!1), { themeSettings:
|
|
2237
|
+
function qi({ content: e }) {
|
|
2238
|
+
const [t, n] = O(!1), { themeSettings: o } = R(), { inlineElement: s, expandedElement: c } = A(() => {
|
|
2253
2239
|
const l = Oe(e, { useCustomizedStyleOptions: !0 });
|
|
2254
|
-
if (l === void 0 || !
|
|
2240
|
+
if (l === void 0 || !Qe(l))
|
|
2255
2241
|
throw new Ke("errors.otherWidgetTypesNotSupported");
|
|
2256
|
-
const { detailedDescription:
|
|
2242
|
+
const { detailedDescription: p } = e, { styleOptions: d } = l, g = {
|
|
2257
2243
|
cornerRadius: "Small",
|
|
2258
2244
|
header: {
|
|
2259
|
-
renderToolbar: (i) => /* @__PURE__ */
|
|
2260
|
-
|
|
2245
|
+
renderToolbar: (i) => /* @__PURE__ */ r(
|
|
2246
|
+
Di,
|
|
2261
2247
|
{
|
|
2262
|
-
infoTooltipText:
|
|
2248
|
+
infoTooltipText: p,
|
|
2263
2249
|
onRefresh: i,
|
|
2264
2250
|
onExpand: () => n(!0)
|
|
2265
2251
|
}
|
|
2266
2252
|
)
|
|
2267
2253
|
}
|
|
2268
2254
|
};
|
|
2269
|
-
let m,
|
|
2270
|
-
if (
|
|
2271
|
-
m = /* @__PURE__ */
|
|
2255
|
+
let m, y;
|
|
2256
|
+
if (ur(l.chartType))
|
|
2257
|
+
m = /* @__PURE__ */ r("div", { className: "csdk-h-[245px]", children: /* @__PURE__ */ r(xe, L(M({}, l), { styleOptions: g })) }), y = /* @__PURE__ */ r(xe, L(M({}, l), { styleOptions: { header: { hidden: !0 } } }));
|
|
2272
2258
|
else {
|
|
2273
|
-
const i = L(
|
|
2259
|
+
const i = L(M({}, d), {
|
|
2274
2260
|
header: { hidden: !0 }
|
|
2275
|
-
}), u =
|
|
2261
|
+
}), u = M(L(M({}, d), {
|
|
2276
2262
|
legend: void 0,
|
|
2277
2263
|
xAxis: void 0,
|
|
2278
2264
|
yAxis: void 0
|
|
2279
2265
|
}), g);
|
|
2280
|
-
delete u.legend, delete u.xAxis, delete u.yAxis, m = /* @__PURE__ */
|
|
2266
|
+
delete u.legend, delete u.xAxis, delete u.yAxis, m = /* @__PURE__ */ r("div", { children: /* @__PURE__ */ r(xe, L(M({}, l), { styleOptions: u })) }), y = /* @__PURE__ */ r(
|
|
2281
2267
|
xe,
|
|
2282
|
-
L(
|
|
2283
|
-
styleOptions:
|
|
2268
|
+
L(M({}, l), {
|
|
2269
|
+
styleOptions: M({ cornerRadius: "None" }, i)
|
|
2284
2270
|
})
|
|
2285
2271
|
);
|
|
2286
2272
|
}
|
|
2287
|
-
return { inlineElement: m, expandedElement:
|
|
2273
|
+
return { inlineElement: m, expandedElement: y };
|
|
2288
2274
|
}, [e]);
|
|
2289
2275
|
return /* @__PURE__ */ S(j, { children: [
|
|
2290
2276
|
s,
|
|
2291
2277
|
/* @__PURE__ */ S(
|
|
2292
|
-
|
|
2278
|
+
yn,
|
|
2293
2279
|
{
|
|
2294
2280
|
open: t,
|
|
2295
2281
|
onClose: () => n(!1),
|
|
@@ -2297,23 +2283,23 @@ function zi({ content: e }) {
|
|
|
2297
2283
|
fullWidth: !0,
|
|
2298
2284
|
PaperProps: {
|
|
2299
2285
|
sx: {
|
|
2300
|
-
backgroundColor:
|
|
2301
|
-
color:
|
|
2286
|
+
backgroundColor: o.chart.backgroundColor,
|
|
2287
|
+
color: o.aiChat.primaryTextColor
|
|
2302
2288
|
}
|
|
2303
2289
|
},
|
|
2304
2290
|
children: [
|
|
2305
2291
|
/* @__PURE__ */ S("div", { className: "csdk-flex csdk-items-center csdk-justify-between csdk-mt-[16px] csdk-mx-[16px] csdk-pl-[20px]", children: [
|
|
2306
|
-
/* @__PURE__ */
|
|
2307
|
-
/* @__PURE__ */
|
|
2292
|
+
/* @__PURE__ */ r("div", { className: "csdk-text-ai-lg csdk-semibold", children: e.queryTitle }),
|
|
2293
|
+
/* @__PURE__ */ r(Dt, { onClick: () => n(!1), "aria-label": "close expanded chart", children: /* @__PURE__ */ r(Ii, { fillColor: o.aiChat.primaryTextColor }) })
|
|
2308
2294
|
] }),
|
|
2309
|
-
/* @__PURE__ */
|
|
2295
|
+
/* @__PURE__ */ r("div", { className: "csdk-h-screen csdk-mt-[8px] csdk-mb-[24px] csdk-mx-[16px]", children: c })
|
|
2310
2296
|
]
|
|
2311
2297
|
}
|
|
2312
2298
|
)
|
|
2313
2299
|
] });
|
|
2314
2300
|
}
|
|
2315
|
-
function
|
|
2316
|
-
return /* @__PURE__ */
|
|
2301
|
+
function zi({ theme: e }) {
|
|
2302
|
+
return /* @__PURE__ */ r("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r(
|
|
2317
2303
|
"path",
|
|
2318
2304
|
{
|
|
2319
2305
|
fillRule: "evenodd",
|
|
@@ -2323,21 +2309,21 @@ function Wi({ theme: e }) {
|
|
|
2323
2309
|
}
|
|
2324
2310
|
) });
|
|
2325
2311
|
}
|
|
2326
|
-
function
|
|
2327
|
-
const { themeSettings: n } = R(), { t:
|
|
2328
|
-
return /* @__PURE__ */
|
|
2329
|
-
|
|
2312
|
+
function Wi({ onClick: e, disabled: t }) {
|
|
2313
|
+
const { themeSettings: n } = R(), { t: o } = N();
|
|
2314
|
+
return /* @__PURE__ */ r(Me, { title: o("ai.buttons.incorrectResponse"), children: /* @__PURE__ */ r(
|
|
2315
|
+
$e,
|
|
2330
2316
|
{
|
|
2331
2317
|
"aria-label": "thumbs-down",
|
|
2332
2318
|
onClick: e,
|
|
2333
2319
|
$hoverColor: n.aiChat.icons.feedbackIcons.hoverColor,
|
|
2334
2320
|
disabled: t,
|
|
2335
|
-
children: /* @__PURE__ */
|
|
2321
|
+
children: /* @__PURE__ */ r(zi, { theme: n })
|
|
2336
2322
|
}
|
|
2337
2323
|
) });
|
|
2338
2324
|
}
|
|
2339
|
-
function
|
|
2340
|
-
return /* @__PURE__ */
|
|
2325
|
+
function Zi({ theme: e }) {
|
|
2326
|
+
return /* @__PURE__ */ r("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", children: /* @__PURE__ */ r(
|
|
2341
2327
|
"path",
|
|
2342
2328
|
{
|
|
2343
2329
|
fillRule: "evenodd",
|
|
@@ -2347,16 +2333,16 @@ function ji({ theme: e }) {
|
|
|
2347
2333
|
}
|
|
2348
2334
|
) });
|
|
2349
2335
|
}
|
|
2350
|
-
function
|
|
2351
|
-
const { themeSettings: n } = R(), { t:
|
|
2352
|
-
return /* @__PURE__ */
|
|
2353
|
-
|
|
2336
|
+
function ji({ onClick: e, disabled: t }) {
|
|
2337
|
+
const { themeSettings: n } = R(), { t: o } = N();
|
|
2338
|
+
return /* @__PURE__ */ r(Me, { title: o("ai.buttons.correctResponse"), children: /* @__PURE__ */ r(
|
|
2339
|
+
$e,
|
|
2354
2340
|
{
|
|
2355
2341
|
"aria-label": "thumbs-up",
|
|
2356
2342
|
onClick: e,
|
|
2357
2343
|
$hoverColor: n.aiChat.icons.feedbackIcons.hoverColor,
|
|
2358
2344
|
disabled: t,
|
|
2359
|
-
children: /* @__PURE__ */
|
|
2345
|
+
children: /* @__PURE__ */ r(Zi, { theme: n })
|
|
2360
2346
|
}
|
|
2361
2347
|
) });
|
|
2362
2348
|
}
|
|
@@ -2366,91 +2352,91 @@ const Gi = w.div`
|
|
|
2366
2352
|
row-gap: ${({ theme: e }) => e.aiChat.body.gapBetweenMessages};
|
|
2367
2353
|
`;
|
|
2368
2354
|
function Vi({ visible: e, onSend: t }) {
|
|
2369
|
-
const [n,
|
|
2355
|
+
const [n, o] = O(!1), s = F(
|
|
2370
2356
|
(l) => {
|
|
2371
|
-
|
|
2357
|
+
o(!0), t(l === "up" ? 1 : -1);
|
|
2372
2358
|
},
|
|
2373
2359
|
[t]
|
|
2374
2360
|
), c = `csdk-transition-opacity csdk-delay-150 csdk-duration-500 ${n ? "csdk-opacity-0" : "csdk-opacity-100"}`;
|
|
2375
2361
|
return e ? /* @__PURE__ */ S("div", { className: `csdk-flex csdk-items-center ${c}`, children: [
|
|
2376
|
-
/* @__PURE__ */
|
|
2377
|
-
/* @__PURE__ */
|
|
2362
|
+
/* @__PURE__ */ r(ji, { onClick: () => s("up"), disabled: n }),
|
|
2363
|
+
/* @__PURE__ */ r(Wi, { onClick: () => s("down"), disabled: n })
|
|
2378
2364
|
] }) : null;
|
|
2379
2365
|
}
|
|
2380
2366
|
function et({
|
|
2381
2367
|
sourceId: e,
|
|
2382
2368
|
data: t,
|
|
2383
2369
|
type: n,
|
|
2384
|
-
buttonVisibility:
|
|
2370
|
+
buttonVisibility: o = "onHover",
|
|
2385
2371
|
renderContent: s
|
|
2386
2372
|
}) {
|
|
2387
2373
|
const c = te(), l = Kn(
|
|
2388
2374
|
F(
|
|
2389
|
-
(
|
|
2375
|
+
(y) => {
|
|
2390
2376
|
c && c.ai.sendFeedback({
|
|
2391
2377
|
sourceId: e,
|
|
2392
2378
|
type: n,
|
|
2393
2379
|
data: t,
|
|
2394
|
-
rating:
|
|
2380
|
+
rating: y
|
|
2395
2381
|
});
|
|
2396
2382
|
},
|
|
2397
2383
|
[c, e, t, n]
|
|
2398
2384
|
),
|
|
2399
2385
|
200
|
|
2400
|
-
), [
|
|
2401
|
-
return /* @__PURE__ */
|
|
2402
|
-
}
|
|
2403
|
-
const
|
|
2404
|
-
function
|
|
2405
|
-
const [t, n] = O(!0), [
|
|
2406
|
-
return
|
|
2407
|
-
l.current && s(l.current.scrollHeight >
|
|
2386
|
+
), [p, d] = Xn(), g = A(() => o === "onHover" ? d : o !== "never", [d, o]), { themeSettings: m } = R();
|
|
2387
|
+
return /* @__PURE__ */ r(Gi, { ref: p, theme: m, children: s(/* @__PURE__ */ r(Vi, { onSend: l, visible: g })) });
|
|
2388
|
+
}
|
|
2389
|
+
const Ui = 18, _i = 5, It = Ui * _i;
|
|
2390
|
+
function Ct({ text: e }) {
|
|
2391
|
+
const [t, n] = O(!0), [o, s] = O(!1), { t: c } = N(), l = ve(null);
|
|
2392
|
+
return He(() => {
|
|
2393
|
+
l.current && s(l.current.scrollHeight > It);
|
|
2408
2394
|
}, [e]), /* @__PURE__ */ S("div", { className: "csdk-min-w-0 csdk-flex-1", children: [
|
|
2409
|
-
/* @__PURE__ */
|
|
2395
|
+
/* @__PURE__ */ r(
|
|
2410
2396
|
"div",
|
|
2411
2397
|
{
|
|
2412
2398
|
ref: l,
|
|
2413
2399
|
className: `csdk-whitespace-pre-wrap ${t ? "csdk-overflow-hidden" : ""}`,
|
|
2414
|
-
style: t ? { maxHeight:
|
|
2400
|
+
style: t ? { maxHeight: It } : void 0,
|
|
2415
2401
|
children: e
|
|
2416
2402
|
}
|
|
2417
2403
|
),
|
|
2418
|
-
|
|
2404
|
+
o && /* @__PURE__ */ r("div", { className: "csdk-mt-3 csdk-flex csdk-justify-end", children: /* @__PURE__ */ r(
|
|
2419
2405
|
"div",
|
|
2420
2406
|
{
|
|
2421
2407
|
className: "csdk-text-ai-xs csdk-text-text-link csdk-cursor-pointer",
|
|
2422
|
-
onClick: () => n((
|
|
2408
|
+
onClick: () => n((p) => !p),
|
|
2423
2409
|
children: c(t ? "ai.buttons.readMore" : "ai.buttons.collapse")
|
|
2424
2410
|
}
|
|
2425
2411
|
) })
|
|
2426
2412
|
] });
|
|
2427
2413
|
}
|
|
2428
|
-
function
|
|
2429
|
-
const { data: t, isLoading: n, isError:
|
|
2430
|
-
return n ? /* @__PURE__ */
|
|
2414
|
+
function Qi({ nlgRequest: e }) {
|
|
2415
|
+
const { data: t, isLoading: n, isError: o } = Ae(e), { t: s } = N();
|
|
2416
|
+
return n ? /* @__PURE__ */ r(ut, {}) : o ? /* @__PURE__ */ r(ae, { align: "left", children: s("ai.errors.unexpected") }) : /* @__PURE__ */ r(ae, { align: "full", children: /* @__PURE__ */ r(Ct, { text: t != null ? t : s("ai.errors.insightsNotAvailable") }) });
|
|
2431
2417
|
}
|
|
2432
|
-
const
|
|
2418
|
+
const Et = w.div`
|
|
2433
2419
|
display: flex;
|
|
2434
2420
|
align-items: center;
|
|
2435
2421
|
column-gap: 10px;
|
|
2436
|
-
`,
|
|
2437
|
-
function
|
|
2438
|
-
const { chatMode: n = "analyze", enableInsights:
|
|
2439
|
-
console.debug(`JAQL for ${c}`,
|
|
2422
|
+
`, Ki = (e) => !!e && "aeiou".includes(e[0]);
|
|
2423
|
+
function Xi({ data: e, alwaysShowFeedback: t }) {
|
|
2424
|
+
const { chatMode: n = "analyze", enableInsights: o } = ne(), { themeSettings: s } = R(), { queryTitle: c, chartRecommendations: l, jaql: p, userMsg: d, clarification: g = "" } = e;
|
|
2425
|
+
console.debug(`JAQL for ${c}`, p), console.debug(`chart recommendations for ${c}`, l);
|
|
2440
2426
|
const m = "chartType" in l ? l.chartType : "table";
|
|
2441
|
-
let
|
|
2442
|
-
|
|
2443
|
-
const i =
|
|
2427
|
+
let y;
|
|
2428
|
+
Ki(m) ? y = `an ${m}` : y = `a ${m}`, m !== "table" && (y += " chart");
|
|
2429
|
+
const i = p.datasource.title, [u, a] = O(!1), C = F(() => {
|
|
2444
2430
|
a((k) => !k);
|
|
2445
|
-
}, []),
|
|
2431
|
+
}, []), h = {
|
|
2446
2432
|
jaql: {
|
|
2447
|
-
datasource:
|
|
2448
|
-
metadata:
|
|
2433
|
+
datasource: p.datasource,
|
|
2434
|
+
metadata: p.metadata
|
|
2449
2435
|
}
|
|
2450
|
-
},
|
|
2436
|
+
}, x = n === "analyze", v = `${d}${d && g ? `
|
|
2451
2437
|
` : ""}${g}`;
|
|
2452
2438
|
return /* @__PURE__ */ S(j, { children: [
|
|
2453
|
-
/* @__PURE__ */
|
|
2439
|
+
/* @__PURE__ */ r(
|
|
2454
2440
|
et,
|
|
2455
2441
|
{
|
|
2456
2442
|
sourceId: i,
|
|
@@ -2458,59 +2444,59 @@ function Yi({ data: e, alwaysShowFeedback: t }) {
|
|
|
2458
2444
|
type: "chats/nlq",
|
|
2459
2445
|
buttonVisibility: t ? "always" : "onHover",
|
|
2460
2446
|
renderContent: (k) => /* @__PURE__ */ S(j, { children: [
|
|
2461
|
-
/* @__PURE__ */ S(
|
|
2462
|
-
/* @__PURE__ */
|
|
2447
|
+
/* @__PURE__ */ S(Et, { children: [
|
|
2448
|
+
/* @__PURE__ */ r(mn, { align: "left", theme: s, children: v || `Here's ${y} showing ${vi(c)}.` }),
|
|
2463
2449
|
k
|
|
2464
2450
|
] }),
|
|
2465
|
-
|
|
2451
|
+
x && /* @__PURE__ */ r(qi, { content: e })
|
|
2466
2452
|
] })
|
|
2467
2453
|
}
|
|
2468
2454
|
),
|
|
2469
|
-
|
|
2455
|
+
o && /* @__PURE__ */ r(
|
|
2470
2456
|
et,
|
|
2471
2457
|
{
|
|
2472
2458
|
sourceId: i,
|
|
2473
|
-
data:
|
|
2459
|
+
data: h,
|
|
2474
2460
|
type: "nlg/queryResult",
|
|
2475
2461
|
buttonVisibility: u ? "onHover" : "never",
|
|
2476
2462
|
renderContent: (k) => /* @__PURE__ */ S(j, { children: [
|
|
2477
|
-
/* @__PURE__ */ S(
|
|
2478
|
-
/* @__PURE__ */
|
|
2463
|
+
/* @__PURE__ */ S(Et, { children: [
|
|
2464
|
+
/* @__PURE__ */ r(wi, { onClick: C }),
|
|
2479
2465
|
k
|
|
2480
2466
|
] }),
|
|
2481
|
-
u && /* @__PURE__ */
|
|
2467
|
+
u && /* @__PURE__ */ r(Qi, { nlgRequest: h })
|
|
2482
2468
|
] })
|
|
2483
2469
|
}
|
|
2484
2470
|
)
|
|
2485
2471
|
] });
|
|
2486
2472
|
}
|
|
2487
|
-
function
|
|
2473
|
+
function Yi({ message: e, isLastMessage: t }) {
|
|
2488
2474
|
if (dt(e)) {
|
|
2489
|
-
const
|
|
2490
|
-
return /* @__PURE__ */
|
|
2475
|
+
const o = JSON.parse(e.content);
|
|
2476
|
+
return /* @__PURE__ */ r(Xi, { data: o, alwaysShowFeedback: t });
|
|
2491
2477
|
}
|
|
2492
|
-
const n =
|
|
2493
|
-
return /* @__PURE__ */
|
|
2478
|
+
const n = Er(e) ? JSON.parse(e.content).answer : e.content;
|
|
2479
|
+
return /* @__PURE__ */ r(ae, { align: e.role === "user" ? "right" : "left", children: n });
|
|
2494
2480
|
}
|
|
2495
|
-
const
|
|
2481
|
+
const Ji = Wt(Yi), e1 = ({
|
|
2496
2482
|
error: e,
|
|
2497
2483
|
displayMessage: t
|
|
2498
|
-
}) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */
|
|
2499
|
-
function
|
|
2484
|
+
}) => (console.debug("Unexpected error occurred when resolving a chat message:", e), /* @__PURE__ */ r(ae, { align: "left", children: t }));
|
|
2485
|
+
function t1({ messages: e }) {
|
|
2500
2486
|
const { t } = N();
|
|
2501
|
-
return /* @__PURE__ */
|
|
2487
|
+
return /* @__PURE__ */ r(j, { children: e.map((n, o) => /* @__PURE__ */ r(
|
|
2502
2488
|
Yn,
|
|
2503
2489
|
{
|
|
2504
|
-
fallbackRender: (s) =>
|
|
2490
|
+
fallbackRender: (s) => e1(L(M({}, s), {
|
|
2505
2491
|
displayMessage: t("ai.errors.unexpected")
|
|
2506
2492
|
})),
|
|
2507
|
-
children: /* @__PURE__ */
|
|
2493
|
+
children: /* @__PURE__ */ r(Ji, { message: n, isLastMessage: o === e.length - 1 }, o)
|
|
2508
2494
|
},
|
|
2509
|
-
|
|
2495
|
+
o
|
|
2510
2496
|
)) });
|
|
2511
2497
|
}
|
|
2512
|
-
function
|
|
2513
|
-
return /* @__PURE__ */
|
|
2498
|
+
function vn({ color: e }) {
|
|
2499
|
+
return /* @__PURE__ */ r(
|
|
2514
2500
|
"svg",
|
|
2515
2501
|
{
|
|
2516
2502
|
width: "100%",
|
|
@@ -2518,7 +2504,7 @@ function kn({ color: e }) {
|
|
|
2518
2504
|
viewBox: "0 0 4 8",
|
|
2519
2505
|
fill: "none",
|
|
2520
2506
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2521
|
-
children: /* @__PURE__ */
|
|
2507
|
+
children: /* @__PURE__ */ r(
|
|
2522
2508
|
"path",
|
|
2523
2509
|
{
|
|
2524
2510
|
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",
|
|
@@ -2528,20 +2514,20 @@ function kn({ color: e }) {
|
|
|
2528
2514
|
}
|
|
2529
2515
|
);
|
|
2530
2516
|
}
|
|
2531
|
-
function
|
|
2532
|
-
return /* @__PURE__ */
|
|
2517
|
+
function n1({ onClick: e, color: t }) {
|
|
2518
|
+
return /* @__PURE__ */ r(
|
|
2533
2519
|
"div",
|
|
2534
2520
|
{
|
|
2535
2521
|
"aria-label": "go back",
|
|
2536
2522
|
className: "csdk-w-5 csdk-h-5 csdk-flex csdk-p-[4px] csdk-ml-[6px] csdk-cursor-pointer",
|
|
2537
2523
|
onClick: e,
|
|
2538
|
-
children: /* @__PURE__ */
|
|
2524
|
+
children: /* @__PURE__ */ r(vn, { color: t })
|
|
2539
2525
|
}
|
|
2540
2526
|
);
|
|
2541
2527
|
}
|
|
2542
|
-
function
|
|
2528
|
+
function r1() {
|
|
2543
2529
|
const { themeSettings: e } = R();
|
|
2544
|
-
return /* @__PURE__ */
|
|
2530
|
+
return /* @__PURE__ */ r("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ r(
|
|
2545
2531
|
"path",
|
|
2546
2532
|
{
|
|
2547
2533
|
fillRule: "evenodd",
|
|
@@ -2551,10 +2537,10 @@ function o1() {
|
|
|
2551
2537
|
}
|
|
2552
2538
|
) });
|
|
2553
2539
|
}
|
|
2554
|
-
const
|
|
2540
|
+
const o1 = (e, t) => {
|
|
2555
2541
|
const n = new sr(e);
|
|
2556
2542
|
return n.alpha = t, n;
|
|
2557
|
-
},
|
|
2543
|
+
}, i1 = w.div`
|
|
2558
2544
|
font-size: inherit;
|
|
2559
2545
|
line-height: inherit;
|
|
2560
2546
|
padding-left: 8px;
|
|
@@ -2562,7 +2548,7 @@ const i1 = (e, t) => {
|
|
|
2562
2548
|
padding-top: 4px;
|
|
2563
2549
|
border-radius: 16px;
|
|
2564
2550
|
margin-bottom: 4px;
|
|
2565
|
-
box-shadow: ${({ theme: e }) => `0 4px 8px 0 ${
|
|
2551
|
+
box-shadow: ${({ theme: e }) => `0 4px 8px 0 ${o1(e.aiChat.primaryTextColor, 0.2)}`};
|
|
2566
2552
|
cursor: pointer;
|
|
2567
2553
|
color: ${({ theme: e }) => e.aiChat.clickableMessages.textColor};
|
|
2568
2554
|
background-color: ${({ theme: e }) => e.aiChat.clickableMessages.backgroundColor};
|
|
@@ -2571,10 +2557,10 @@ const i1 = (e, t) => {
|
|
|
2571
2557
|
color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.textColor};
|
|
2572
2558
|
background-color: ${({ theme: e }) => e.aiChat.clickableMessages.hover.backgroundColor};
|
|
2573
2559
|
box-shadow: none;
|
|
2574
|
-
`,
|
|
2560
|
+
`, s1 = ({ onClick: e }) => {
|
|
2575
2561
|
const { themeSettings: t } = R();
|
|
2576
|
-
return /* @__PURE__ */
|
|
2577
|
-
},
|
|
2562
|
+
return /* @__PURE__ */ r(i1, { theme: t, onClick: e, children: /* @__PURE__ */ r(r1, {}) });
|
|
2563
|
+
}, a1 = ({ isVisible: e, onClick: t, anchorElement: n }) => /* @__PURE__ */ r(Ot, { anchorEl: n, open: e, placement: "top", sx: { zIndex: 2 }, children: /* @__PURE__ */ r(s1, { onClick: t }) }), l1 = w.button`
|
|
2578
2564
|
font-size: inherit;
|
|
2579
2565
|
line-height: inherit;
|
|
2580
2566
|
box-sizing: border-box;
|
|
@@ -2600,8 +2586,8 @@ const i1 = (e, t) => {
|
|
|
2600
2586
|
${({ theme: e }) => {
|
|
2601
2587
|
const { borderGradient: t, borderRadius: n } = e.aiChat.suggestions;
|
|
2602
2588
|
if (t) {
|
|
2603
|
-
const [
|
|
2604
|
-
return
|
|
2589
|
+
const [o, s] = t;
|
|
2590
|
+
return q`
|
|
2605
2591
|
border: none;
|
|
2606
2592
|
position: relative;
|
|
2607
2593
|
border-radius: ${n};
|
|
@@ -2614,7 +2600,7 @@ const i1 = (e, t) => {
|
|
|
2614
2600
|
bottom: 0;
|
|
2615
2601
|
border-radius: ${n};
|
|
2616
2602
|
border: 1px solid transparent;
|
|
2617
|
-
background: linear-gradient(30deg, ${
|
|
2603
|
+
background: linear-gradient(30deg, ${o}, ${s}) border-box;
|
|
2618
2604
|
-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
|
|
2619
2605
|
-webkit-mask-composite: destination-out;
|
|
2620
2606
|
mask-composite: exclude;
|
|
@@ -2626,22 +2612,22 @@ const i1 = (e, t) => {
|
|
|
2626
2612
|
`;
|
|
2627
2613
|
function Nt({ question: e, onClick: t }) {
|
|
2628
2614
|
const { themeSettings: n } = R();
|
|
2629
|
-
return /* @__PURE__ */
|
|
2615
|
+
return /* @__PURE__ */ r(l1, { onClick: t, theme: n, children: e });
|
|
2630
2616
|
}
|
|
2631
|
-
const
|
|
2617
|
+
const c1 = w.div`
|
|
2632
2618
|
display: flex;
|
|
2633
2619
|
flex-direction: column;
|
|
2634
2620
|
align-items: flex-start;
|
|
2635
2621
|
row-gap: ${({ theme: e }) => e.aiChat.suggestions.gap};
|
|
2636
2622
|
`;
|
|
2637
|
-
function
|
|
2638
|
-
const { t: n } = N(), [
|
|
2639
|
-
return /* @__PURE__ */ S(
|
|
2640
|
-
c.map((
|
|
2641
|
-
c.length < e.length && /* @__PURE__ */
|
|
2623
|
+
function d1({ questions: e, onSelection: t }) {
|
|
2624
|
+
const { t: n } = N(), [o, s] = O(!0), c = A(() => o && e.length > 5 ? e.slice(0, 4) : e, [e, o]), { themeSettings: l } = R();
|
|
2625
|
+
return /* @__PURE__ */ S(c1, { "aria-label": "list of suggested questions", theme: l, children: [
|
|
2626
|
+
c.map((p) => /* @__PURE__ */ r(Nt, { question: p, onClick: () => t(p) }, p)),
|
|
2627
|
+
c.length < e.length && /* @__PURE__ */ r(Nt, { question: n("ai.buttons.seeMore"), onClick: () => s(!1) })
|
|
2642
2628
|
] });
|
|
2643
2629
|
}
|
|
2644
|
-
const
|
|
2630
|
+
const u1 = w.div`
|
|
2645
2631
|
width: 283px;
|
|
2646
2632
|
height: 32px;
|
|
2647
2633
|
border-radius: 10px;
|
|
@@ -2670,15 +2656,15 @@ const h1 = w.div`
|
|
|
2670
2656
|
flex-direction: column;
|
|
2671
2657
|
row-gap: 1rem;
|
|
2672
2658
|
`;
|
|
2673
|
-
function
|
|
2659
|
+
function h1() {
|
|
2674
2660
|
const { themeSettings: e } = R();
|
|
2675
|
-
return /* @__PURE__ */
|
|
2661
|
+
return /* @__PURE__ */ r(p1, { children: Array.from({ length: 3 }, (t, n) => /* @__PURE__ */ r(u1, { theme: e }, n)) });
|
|
2676
2662
|
}
|
|
2677
|
-
function
|
|
2678
|
-
const
|
|
2679
|
-
return t ? /* @__PURE__ */
|
|
2680
|
-
s && /* @__PURE__ */
|
|
2681
|
-
/* @__PURE__ */
|
|
2663
|
+
function g1({ questions: e, isLoading: t, onSelection: n }) {
|
|
2664
|
+
const o = e.length > 0, { suggestionsWelcomeText: s } = ne();
|
|
2665
|
+
return t ? /* @__PURE__ */ r(h1, {}) : o ? /* @__PURE__ */ S(j, { children: [
|
|
2666
|
+
s && /* @__PURE__ */ r(ae, { align: "left", children: s }),
|
|
2667
|
+
/* @__PURE__ */ r(d1, { onSelection: n, questions: e })
|
|
2682
2668
|
] }) : null;
|
|
2683
2669
|
}
|
|
2684
2670
|
const C1 = w.div`
|
|
@@ -2692,7 +2678,7 @@ const C1 = w.div`
|
|
|
2692
2678
|
padding-bottom: ${({ theme: e }) => e.aiChat.body.paddingBottom};
|
|
2693
2679
|
flex: initial;
|
|
2694
2680
|
height: 100%;
|
|
2695
|
-
`,
|
|
2681
|
+
`, f1 = w.div`
|
|
2696
2682
|
padding-left: ${({ theme: e }) => e.aiChat.footer.paddingLeft};
|
|
2697
2683
|
padding-right: ${({ theme: e }) => e.aiChat.footer.paddingRight};
|
|
2698
2684
|
padding-top: ${({ theme: e }) => e.aiChat.footer.paddingTop};
|
|
@@ -2700,78 +2686,78 @@ const C1 = w.div`
|
|
|
2700
2686
|
display: flex;
|
|
2701
2687
|
flex-direction: column;
|
|
2702
2688
|
row-gap: 6px;
|
|
2703
|
-
`,
|
|
2689
|
+
`, m1 = w.div`
|
|
2704
2690
|
display: flex;
|
|
2705
2691
|
flex-direction: column;
|
|
2706
2692
|
row-gap: ${({ theme: e }) => e.aiChat.suggestions.gap};
|
|
2707
2693
|
`;
|
|
2708
|
-
function
|
|
2694
|
+
function b1({ contextTitle: e, onGoBack: t, contextDetails: n }) {
|
|
2709
2695
|
var de, oe, Te, Re;
|
|
2710
|
-
const { t:
|
|
2696
|
+
const { t: o } = N(), {
|
|
2711
2697
|
enableFollowupQuestions: s,
|
|
2712
2698
|
enableHeader: c,
|
|
2713
2699
|
numOfRecentPrompts: l,
|
|
2714
|
-
numOfRecommendations:
|
|
2700
|
+
numOfRecommendations: p,
|
|
2715
2701
|
customPrompt: d
|
|
2716
2702
|
} = ne(), { themeSettings: g } = R(), { quotaState: m } = Jn(), {
|
|
2717
|
-
data:
|
|
2703
|
+
data: y,
|
|
2718
2704
|
isLoading: i,
|
|
2719
2705
|
isError: u
|
|
2720
2706
|
} = Vt({
|
|
2721
2707
|
contextTitle: e,
|
|
2722
|
-
count:
|
|
2708
|
+
count: p,
|
|
2723
2709
|
customPrompt: d
|
|
2724
|
-
}), a =
|
|
2725
|
-
() =>
|
|
2726
|
-
[
|
|
2710
|
+
}), a = A(
|
|
2711
|
+
() => y == null ? void 0 : y.map((H) => H.nlqPrompt),
|
|
2712
|
+
[y]
|
|
2727
2713
|
), {
|
|
2728
|
-
history:
|
|
2729
|
-
lastNlqResponse:
|
|
2730
|
-
isAwaitingResponse:
|
|
2714
|
+
history: C,
|
|
2715
|
+
lastNlqResponse: h,
|
|
2716
|
+
isAwaitingResponse: x,
|
|
2731
2717
|
sendMessage: v,
|
|
2732
2718
|
isLoading: k,
|
|
2733
|
-
chatId:
|
|
2719
|
+
chatId: I,
|
|
2734
2720
|
lastError: T
|
|
2735
|
-
} =
|
|
2736
|
-
|
|
2737
|
-
}, P = ve(null),
|
|
2721
|
+
} = Nr(e, n), $ = x || k || ((de = m == null ? void 0 : m.isExceeded) != null ? de : !1), { mutate: E, isLoading: B } = Qt(I), [le, U] = O(!1), [Z, _] = O(!1), Q = () => U(!0), D = () => U(!1), J = () => {
|
|
2722
|
+
E(), D();
|
|
2723
|
+
}, P = ve(null), G = ve(null), z = () => {
|
|
2738
2724
|
if (!(P != null && P.current)) return;
|
|
2739
2725
|
const { scrollTop: H, clientHeight: K, scrollHeight: Le } = P.current;
|
|
2740
2726
|
if (H === void 0 || K === void 0 || Le === void 0) return;
|
|
2741
|
-
const
|
|
2742
|
-
Z !==
|
|
2727
|
+
const Ie = Le - H - K > K / 2;
|
|
2728
|
+
Z !== Ie && _(Ie);
|
|
2743
2729
|
};
|
|
2744
|
-
|
|
2730
|
+
He(() => {
|
|
2745
2731
|
P.current && (P.current.scrollTop = P.current.scrollHeight);
|
|
2746
|
-
}, [
|
|
2747
|
-
const
|
|
2748
|
-
|
|
2732
|
+
}, [C, le, x]);
|
|
2733
|
+
const V = ve(null), re = c ? /* @__PURE__ */ r(
|
|
2734
|
+
Yt,
|
|
2749
2735
|
{
|
|
2750
|
-
ref:
|
|
2736
|
+
ref: V,
|
|
2751
2737
|
title: e,
|
|
2752
|
-
leftNav: t && /* @__PURE__ */
|
|
2738
|
+
leftNav: t && /* @__PURE__ */ r(n1, { onClick: t, color: g.aiChat.header.textColor }),
|
|
2753
2739
|
style: g.aiChat.header
|
|
2754
2740
|
}
|
|
2755
|
-
) : null,
|
|
2741
|
+
) : null, Ce = A(
|
|
2756
2742
|
() => [
|
|
2757
2743
|
...new Set(
|
|
2758
|
-
|
|
2744
|
+
C.filter((H) => H.role === "user").filter((H) => !(a != null && a.includes(H.content))).map((H) => H.content).reverse()
|
|
2759
2745
|
)
|
|
2760
2746
|
].slice(0, l),
|
|
2761
|
-
[
|
|
2747
|
+
[C, l, a]
|
|
2762
2748
|
);
|
|
2763
|
-
return (T == null ? void 0 : T.message) ===
|
|
2749
|
+
return (T == null ? void 0 : T.message) === o("ai.errors.chatUnavailable") ? /* @__PURE__ */ S(j, { children: [
|
|
2764
2750
|
c && re,
|
|
2765
|
-
/* @__PURE__ */
|
|
2751
|
+
/* @__PURE__ */ r(Xt, { text: T.message })
|
|
2766
2752
|
] }) : /* @__PURE__ */ S(j, { children: [
|
|
2767
2753
|
re,
|
|
2768
|
-
/* @__PURE__ */
|
|
2769
|
-
/* @__PURE__ */ S(C1, { ref: P, theme: g, onScroll:
|
|
2770
|
-
/* @__PURE__ */
|
|
2771
|
-
|
|
2754
|
+
/* @__PURE__ */ r(er, {}),
|
|
2755
|
+
/* @__PURE__ */ S(C1, { ref: P, theme: g, onScroll: z, children: [
|
|
2756
|
+
/* @__PURE__ */ r(
|
|
2757
|
+
a1,
|
|
2772
2758
|
{
|
|
2773
2759
|
isVisible: Z,
|
|
2774
|
-
anchorElement:
|
|
2760
|
+
anchorElement: G.current,
|
|
2775
2761
|
onClick: () => {
|
|
2776
2762
|
var H, K;
|
|
2777
2763
|
(K = P.current) == null || K.scroll({
|
|
@@ -2781,56 +2767,56 @@ function y1({ contextTitle: e, onGoBack: t, contextDetails: n }) {
|
|
|
2781
2767
|
}
|
|
2782
2768
|
}
|
|
2783
2769
|
),
|
|
2784
|
-
/* @__PURE__ */
|
|
2785
|
-
/* @__PURE__ */
|
|
2786
|
-
|
|
2770
|
+
/* @__PURE__ */ r(mi, {}),
|
|
2771
|
+
/* @__PURE__ */ r(
|
|
2772
|
+
g1,
|
|
2787
2773
|
{
|
|
2788
2774
|
questions: a || [],
|
|
2789
2775
|
isLoading: i,
|
|
2790
2776
|
onSelection: v
|
|
2791
2777
|
}
|
|
2792
2778
|
),
|
|
2793
|
-
T && /* @__PURE__ */
|
|
2794
|
-
k ? /* @__PURE__ */
|
|
2795
|
-
s &&
|
|
2796
|
-
|
|
2779
|
+
T && /* @__PURE__ */ r(ae, { align: "left", children: T.message }),
|
|
2780
|
+
k ? /* @__PURE__ */ r(De, {}) : /* @__PURE__ */ r(t1, { messages: C }),
|
|
2781
|
+
s && h && ((Te = (oe = h.followupQuestions) == null ? void 0 : oe.length) != null ? Te : 0) > 0 && /* @__PURE__ */ r(m1, { theme: g, children: (Re = h.followupQuestions) == null ? void 0 : Re.slice(0, 2).map((H, K) => /* @__PURE__ */ r(
|
|
2782
|
+
Be,
|
|
2797
2783
|
{
|
|
2798
2784
|
align: "left",
|
|
2799
2785
|
onClick: () => {
|
|
2800
2786
|
v(H);
|
|
2801
2787
|
},
|
|
2802
|
-
children: /* @__PURE__ */
|
|
2788
|
+
children: /* @__PURE__ */ r("div", { className: "csdk-py-[7px] csdk-px-4", children: H })
|
|
2803
2789
|
},
|
|
2804
2790
|
K
|
|
2805
2791
|
)) }),
|
|
2806
|
-
(
|
|
2807
|
-
le && /* @__PURE__ */
|
|
2808
|
-
|
|
2792
|
+
(x || B) && /* @__PURE__ */ r(ut, {}),
|
|
2793
|
+
le && /* @__PURE__ */ r(
|
|
2794
|
+
xi,
|
|
2809
2795
|
{
|
|
2810
|
-
onCancel:
|
|
2796
|
+
onCancel: D,
|
|
2811
2797
|
onConfirm: J
|
|
2812
2798
|
}
|
|
2813
2799
|
)
|
|
2814
2800
|
] }),
|
|
2815
|
-
/* @__PURE__ */ S(
|
|
2816
|
-
/* @__PURE__ */
|
|
2817
|
-
|
|
2801
|
+
/* @__PURE__ */ S(f1, { ref: G, theme: g, children: [
|
|
2802
|
+
/* @__PURE__ */ r(
|
|
2803
|
+
no,
|
|
2818
2804
|
{
|
|
2819
2805
|
onSendMessage: v,
|
|
2820
|
-
disabled:
|
|
2821
|
-
onClearHistoryClick:
|
|
2806
|
+
disabled: $,
|
|
2807
|
+
onClearHistoryClick: Q,
|
|
2822
2808
|
suggestions: a || [],
|
|
2823
|
-
recentPrompts:
|
|
2809
|
+
recentPrompts: Ce,
|
|
2824
2810
|
isLoading: i || k,
|
|
2825
2811
|
recommendationsError: u,
|
|
2826
|
-
onChange:
|
|
2812
|
+
onChange: D
|
|
2827
2813
|
}
|
|
2828
2814
|
),
|
|
2829
|
-
/* @__PURE__ */
|
|
2815
|
+
/* @__PURE__ */ r(qr, { theme: g })
|
|
2830
2816
|
] })
|
|
2831
2817
|
] });
|
|
2832
2818
|
}
|
|
2833
|
-
const
|
|
2819
|
+
const y1 = w.button`
|
|
2834
2820
|
font-family: ${({ theme: e }) => e.typography.fontFamily};
|
|
2835
2821
|
padding: 20px;
|
|
2836
2822
|
border: none;
|
|
@@ -2843,32 +2829,32 @@ const x1 = w.button`
|
|
|
2843
2829
|
cursor: pointer;
|
|
2844
2830
|
|
|
2845
2831
|
background-color: ${({ theme: e }) => e.aiChat.dataTopics.items.backgroundColor};
|
|
2846
|
-
`,
|
|
2832
|
+
`, x1 = w.div`
|
|
2847
2833
|
font-size: 1.05rem;
|
|
2848
2834
|
line-height: 28px;
|
|
2849
2835
|
|
|
2850
2836
|
color: ${({ theme: e }) => e.aiChat.dataTopics.items.textColor};
|
|
2851
|
-
`,
|
|
2837
|
+
`, v1 = w.div`
|
|
2852
2838
|
font-size: ${({ theme: e }) => e.aiChat.primaryFontSize[0]};
|
|
2853
2839
|
line-height: ${({ theme: e }) => e.aiChat.primaryFontSize[1]};
|
|
2854
2840
|
|
|
2855
|
-
color: ${({ theme: e }) =>
|
|
2856
|
-
`,
|
|
2841
|
+
color: ${({ theme: e }) => zt(e.aiChat.dataTopics.items.textColor, 0, 0.5)};
|
|
2842
|
+
`, k1 = w.div`
|
|
2857
2843
|
width: 16px;
|
|
2858
2844
|
height: 16px;
|
|
2859
2845
|
transform: rotate(180deg);
|
|
2860
2846
|
`;
|
|
2861
|
-
function
|
|
2862
|
-
const { title: t, description: n, onClick:
|
|
2863
|
-
return /* @__PURE__ */ S(
|
|
2847
|
+
function w1(e) {
|
|
2848
|
+
const { title: t, description: n, onClick: o } = e, { themeSettings: s } = R();
|
|
2849
|
+
return /* @__PURE__ */ S(y1, { onClick: o, theme: s, children: [
|
|
2864
2850
|
/* @__PURE__ */ S("div", { children: [
|
|
2865
|
-
/* @__PURE__ */
|
|
2866
|
-
/* @__PURE__ */
|
|
2851
|
+
/* @__PURE__ */ r(x1, { theme: s, children: t }),
|
|
2852
|
+
/* @__PURE__ */ r(v1, { theme: s, children: n })
|
|
2867
2853
|
] }),
|
|
2868
|
-
/* @__PURE__ */
|
|
2854
|
+
/* @__PURE__ */ r(k1, { children: /* @__PURE__ */ r(vn, { color: s.aiChat.icons.color }) })
|
|
2869
2855
|
] });
|
|
2870
2856
|
}
|
|
2871
|
-
const
|
|
2857
|
+
const S1 = w.div`
|
|
2872
2858
|
padding: 20px;
|
|
2873
2859
|
display: flex;
|
|
2874
2860
|
flex-direction: column;
|
|
@@ -2882,28 +2868,28 @@ const $1 = w.div`
|
|
|
2882
2868
|
padding-bottom: 4px;
|
|
2883
2869
|
|
|
2884
2870
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
2885
|
-
`,
|
|
2871
|
+
`, $1 = w.div`
|
|
2886
2872
|
font-size: 15px;
|
|
2887
2873
|
line-height: 22px;
|
|
2888
2874
|
|
|
2889
2875
|
color: ${({ theme: e }) => e.aiChat.primaryTextColor};
|
|
2890
2876
|
`;
|
|
2891
|
-
function
|
|
2892
|
-
const { dataTopics: t } = e, { themeSettings: n } = R(), { t:
|
|
2893
|
-
return /* @__PURE__ */ S(
|
|
2894
|
-
/* @__PURE__ */
|
|
2895
|
-
/* @__PURE__ */ S(
|
|
2896
|
-
|
|
2897
|
-
/* @__PURE__ */
|
|
2898
|
-
/* @__PURE__ */
|
|
2899
|
-
|
|
2877
|
+
function T1(e) {
|
|
2878
|
+
const { dataTopics: t } = e, { themeSettings: n } = R(), { t: o } = N();
|
|
2879
|
+
return /* @__PURE__ */ S(S1, { children: [
|
|
2880
|
+
/* @__PURE__ */ r(M1, { theme: n, children: o("ai.dataTopics") }),
|
|
2881
|
+
/* @__PURE__ */ S($1, { theme: n, children: [
|
|
2882
|
+
o("ai.chatbotDescription"),
|
|
2883
|
+
/* @__PURE__ */ r("br", {}),
|
|
2884
|
+
/* @__PURE__ */ r("br", {}),
|
|
2885
|
+
o("ai.topicSelectPrompt")
|
|
2900
2886
|
] }),
|
|
2901
|
-
t.map((s) => /* @__PURE__ */ tr(
|
|
2887
|
+
t.map((s) => /* @__PURE__ */ tr(w1, L(M({}, s), { key: s.title })))
|
|
2902
2888
|
] });
|
|
2903
2889
|
}
|
|
2904
|
-
const
|
|
2890
|
+
const R1 = "#000000", L1 = "#FFFFFF";
|
|
2905
2891
|
function I1({ isDarkBackground: e = !1 }) {
|
|
2906
|
-
const t = e ?
|
|
2892
|
+
const t = e ? L1 : R1;
|
|
2907
2893
|
return /* @__PURE__ */ S(
|
|
2908
2894
|
"svg",
|
|
2909
2895
|
{
|
|
@@ -2913,112 +2899,112 @@ function I1({ isDarkBackground: e = !1 }) {
|
|
|
2913
2899
|
fill: "none",
|
|
2914
2900
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2915
2901
|
children: [
|
|
2916
|
-
/* @__PURE__ */
|
|
2902
|
+
/* @__PURE__ */ r(
|
|
2917
2903
|
"path",
|
|
2918
2904
|
{
|
|
2919
2905
|
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",
|
|
2920
2906
|
fill: t
|
|
2921
2907
|
}
|
|
2922
2908
|
),
|
|
2923
|
-
/* @__PURE__ */
|
|
2909
|
+
/* @__PURE__ */ r(
|
|
2924
2910
|
"path",
|
|
2925
2911
|
{
|
|
2926
2912
|
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",
|
|
2927
2913
|
fill: t
|
|
2928
2914
|
}
|
|
2929
2915
|
),
|
|
2930
|
-
/* @__PURE__ */
|
|
2916
|
+
/* @__PURE__ */ r(
|
|
2931
2917
|
"path",
|
|
2932
2918
|
{
|
|
2933
2919
|
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",
|
|
2934
2920
|
fill: t
|
|
2935
2921
|
}
|
|
2936
2922
|
),
|
|
2937
|
-
/* @__PURE__ */
|
|
2923
|
+
/* @__PURE__ */ r(
|
|
2938
2924
|
"path",
|
|
2939
2925
|
{
|
|
2940
2926
|
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",
|
|
2941
2927
|
fill: t
|
|
2942
2928
|
}
|
|
2943
2929
|
),
|
|
2944
|
-
/* @__PURE__ */
|
|
2930
|
+
/* @__PURE__ */ r(
|
|
2945
2931
|
"path",
|
|
2946
2932
|
{
|
|
2947
2933
|
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",
|
|
2948
2934
|
fill: t
|
|
2949
2935
|
}
|
|
2950
2936
|
),
|
|
2951
|
-
/* @__PURE__ */
|
|
2937
|
+
/* @__PURE__ */ r(
|
|
2952
2938
|
"path",
|
|
2953
2939
|
{
|
|
2954
2940
|
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",
|
|
2955
2941
|
fill: t
|
|
2956
2942
|
}
|
|
2957
2943
|
),
|
|
2958
|
-
/* @__PURE__ */
|
|
2944
|
+
/* @__PURE__ */ r(
|
|
2959
2945
|
"path",
|
|
2960
2946
|
{
|
|
2961
2947
|
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",
|
|
2962
2948
|
fill: t
|
|
2963
2949
|
}
|
|
2964
2950
|
),
|
|
2965
|
-
/* @__PURE__ */
|
|
2951
|
+
/* @__PURE__ */ r(
|
|
2966
2952
|
"path",
|
|
2967
2953
|
{
|
|
2968
2954
|
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",
|
|
2969
2955
|
fill: t
|
|
2970
2956
|
}
|
|
2971
2957
|
),
|
|
2972
|
-
/* @__PURE__ */
|
|
2958
|
+
/* @__PURE__ */ r(
|
|
2973
2959
|
"path",
|
|
2974
2960
|
{
|
|
2975
2961
|
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",
|
|
2976
2962
|
fill: t
|
|
2977
2963
|
}
|
|
2978
2964
|
),
|
|
2979
|
-
/* @__PURE__ */
|
|
2965
|
+
/* @__PURE__ */ r(
|
|
2980
2966
|
"path",
|
|
2981
2967
|
{
|
|
2982
2968
|
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",
|
|
2983
2969
|
fill: t
|
|
2984
2970
|
}
|
|
2985
2971
|
),
|
|
2986
|
-
/* @__PURE__ */
|
|
2972
|
+
/* @__PURE__ */ r(
|
|
2987
2973
|
"path",
|
|
2988
2974
|
{
|
|
2989
2975
|
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",
|
|
2990
2976
|
fill: t
|
|
2991
2977
|
}
|
|
2992
2978
|
),
|
|
2993
|
-
/* @__PURE__ */
|
|
2979
|
+
/* @__PURE__ */ r(
|
|
2994
2980
|
"path",
|
|
2995
2981
|
{
|
|
2996
2982
|
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",
|
|
2997
2983
|
fill: t
|
|
2998
2984
|
}
|
|
2999
2985
|
),
|
|
3000
|
-
/* @__PURE__ */
|
|
2986
|
+
/* @__PURE__ */ r(
|
|
3001
2987
|
"path",
|
|
3002
2988
|
{
|
|
3003
2989
|
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",
|
|
3004
2990
|
fill: t
|
|
3005
2991
|
}
|
|
3006
2992
|
),
|
|
3007
|
-
/* @__PURE__ */
|
|
2993
|
+
/* @__PURE__ */ r(
|
|
3008
2994
|
"path",
|
|
3009
2995
|
{
|
|
3010
2996
|
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",
|
|
3011
2997
|
fill: t
|
|
3012
2998
|
}
|
|
3013
2999
|
),
|
|
3014
|
-
/* @__PURE__ */
|
|
3000
|
+
/* @__PURE__ */ r(
|
|
3015
3001
|
"path",
|
|
3016
3002
|
{
|
|
3017
3003
|
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",
|
|
3018
3004
|
fill: t
|
|
3019
3005
|
}
|
|
3020
3006
|
),
|
|
3021
|
-
/* @__PURE__ */
|
|
3007
|
+
/* @__PURE__ */ r(
|
|
3022
3008
|
"path",
|
|
3023
3009
|
{
|
|
3024
3010
|
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",
|
|
@@ -3029,10 +3015,10 @@ function I1({ isDarkBackground: e = !1 }) {
|
|
|
3029
3015
|
}
|
|
3030
3016
|
);
|
|
3031
3017
|
}
|
|
3032
|
-
const
|
|
3018
|
+
const E1 = w.div`
|
|
3033
3019
|
margin-left: 14px;
|
|
3034
3020
|
margin-top: 3px;
|
|
3035
|
-
`,
|
|
3021
|
+
`, N1 = w.div`
|
|
3036
3022
|
display: flex;
|
|
3037
3023
|
flex-direction: column;
|
|
3038
3024
|
justify-content: top;
|
|
@@ -3041,67 +3027,67 @@ const N1 = w.div`
|
|
|
3041
3027
|
|
|
3042
3028
|
background-color: ${({ theme: e }) => e.aiChat.dataTopics.backgroundColor};
|
|
3043
3029
|
`;
|
|
3044
|
-
function
|
|
3045
|
-
const { enableHeader: n } = ne(), { themeSettings:
|
|
3046
|
-
title:
|
|
3047
|
-
onClick: () => t(
|
|
3048
|
-
})), [e, t]), l = ar(lr(
|
|
3030
|
+
function P1({ dataTopicsList: e, onDataTopicClick: t }) {
|
|
3031
|
+
const { enableHeader: n } = ne(), { themeSettings: o } = R(), { t: s } = N(), c = A(() => e == null ? void 0 : e.map((p) => ({
|
|
3032
|
+
title: p,
|
|
3033
|
+
onClick: () => t(p)
|
|
3034
|
+
})), [e, t]), l = ar(lr(o.aiChat.header.backgroundColor)) > 0.5;
|
|
3049
3035
|
return /* @__PURE__ */ S(j, { children: [
|
|
3050
|
-
n ? /* @__PURE__ */
|
|
3051
|
-
|
|
3036
|
+
n ? /* @__PURE__ */ r(
|
|
3037
|
+
Yt,
|
|
3052
3038
|
{
|
|
3053
3039
|
title: s("ai.analyticsChatbot"),
|
|
3054
|
-
leftNav: /* @__PURE__ */
|
|
3055
|
-
style:
|
|
3040
|
+
leftNav: /* @__PURE__ */ r(E1, { children: /* @__PURE__ */ r(I1, { isDarkBackground: l }) }),
|
|
3041
|
+
style: o.aiChat.header
|
|
3056
3042
|
}
|
|
3057
3043
|
) : null,
|
|
3058
|
-
/* @__PURE__ */ S(
|
|
3059
|
-
!c && /* @__PURE__ */
|
|
3060
|
-
c && /* @__PURE__ */
|
|
3044
|
+
/* @__PURE__ */ S(N1, { theme: o, children: [
|
|
3045
|
+
!c && /* @__PURE__ */ r(De, {}),
|
|
3046
|
+
c && /* @__PURE__ */ r(T1, { dataTopics: c })
|
|
3061
3047
|
] })
|
|
3062
3048
|
] });
|
|
3063
3049
|
}
|
|
3064
|
-
function
|
|
3065
|
-
const [e, t] = O(), [n,
|
|
3050
|
+
function H1() {
|
|
3051
|
+
const [e, t] = O(), [n, o] = O(), { data: s, fetchStatus: c } = $r(), { dataTopicsList: l, contextDetails: p } = ne(), { t: d } = N(), g = d("ai.errors.noAvailableDataTopics"), m = F(
|
|
3066
3052
|
(a) => {
|
|
3067
|
-
a.length ? a.length === 1 && (
|
|
3053
|
+
a.length ? a.length === 1 && (o(void 0), t(a[0])) : o(g);
|
|
3068
3054
|
},
|
|
3069
3055
|
[g]
|
|
3070
|
-
),
|
|
3056
|
+
), y = A(() => {
|
|
3071
3057
|
if (s && c === "idle") {
|
|
3072
|
-
const
|
|
3073
|
-
return m(
|
|
3058
|
+
const C = (l != null && l.length ? s == null ? void 0 : s.filter((h) => l == null ? void 0 : l.includes(h.title)) : s).map((h) => h.title);
|
|
3059
|
+
return m(C), C;
|
|
3074
3060
|
}
|
|
3075
3061
|
return [];
|
|
3076
3062
|
}, [s, c, l, m]), i = we(), u = F(() => {
|
|
3077
|
-
|
|
3063
|
+
o(void 0), i.invalidateQueries(["getDataTopics"]);
|
|
3078
3064
|
}, [i]);
|
|
3079
|
-
return n ? /* @__PURE__ */
|
|
3080
|
-
|
|
3065
|
+
return n ? /* @__PURE__ */ r(
|
|
3066
|
+
Xt,
|
|
3081
3067
|
{
|
|
3082
3068
|
text: n,
|
|
3083
3069
|
action: { text: d("ai.buttons.refresh"), onClick: u }
|
|
3084
3070
|
}
|
|
3085
|
-
) :
|
|
3086
|
-
|
|
3071
|
+
) : y.length === 1 && !e ? /* @__PURE__ */ r(De, {}) : e ? /* @__PURE__ */ r(
|
|
3072
|
+
b1,
|
|
3087
3073
|
{
|
|
3088
3074
|
contextTitle: e,
|
|
3089
|
-
contextDetails:
|
|
3090
|
-
onGoBack:
|
|
3075
|
+
contextDetails: p,
|
|
3076
|
+
onGoBack: y.length === 1 ? void 0 : () => t(void 0)
|
|
3091
3077
|
}
|
|
3092
|
-
) : /* @__PURE__ */
|
|
3093
|
-
|
|
3078
|
+
) : /* @__PURE__ */ r(
|
|
3079
|
+
P1,
|
|
3094
3080
|
{
|
|
3095
|
-
dataTopicsList:
|
|
3081
|
+
dataTopicsList: y,
|
|
3096
3082
|
onDataTopicClick: (a) => t(a)
|
|
3097
3083
|
}
|
|
3098
3084
|
);
|
|
3099
3085
|
}
|
|
3100
|
-
const
|
|
3086
|
+
const es = qt({
|
|
3101
3087
|
componentName: "Chatbot"
|
|
3102
3088
|
})((e) => {
|
|
3103
|
-
const { width: t, height: n, config:
|
|
3104
|
-
return /* @__PURE__ */
|
|
3089
|
+
const { width: t, height: n, config: o } = e, { themeSettings: s } = R();
|
|
3090
|
+
return /* @__PURE__ */ r(Sr, { value: o != null ? o : {}, children: /* @__PURE__ */ r(
|
|
3105
3091
|
Or,
|
|
3106
3092
|
{
|
|
3107
3093
|
id: "csdk-chatbot-frame",
|
|
@@ -3109,19 +3095,19 @@ const ts = zt({
|
|
|
3109
3095
|
height: n,
|
|
3110
3096
|
theme: s,
|
|
3111
3097
|
tabIndex: 0,
|
|
3112
|
-
children: /* @__PURE__ */
|
|
3098
|
+
children: /* @__PURE__ */ r(H1, {})
|
|
3113
3099
|
}
|
|
3114
3100
|
) });
|
|
3115
|
-
}),
|
|
3101
|
+
}), ts = qt({
|
|
3116
3102
|
componentName: "GetNlgInsights"
|
|
3117
3103
|
})(function(t) {
|
|
3118
|
-
const { data: n, isLoading:
|
|
3104
|
+
const { data: n, isLoading: o, isError: s } = Ae(t), { t: c } = N();
|
|
3119
3105
|
if (s)
|
|
3120
|
-
return /* @__PURE__ */
|
|
3106
|
+
return /* @__PURE__ */ r(j, { children: c("ai.errors.unexpected") });
|
|
3121
3107
|
const l = n != null ? n : c("ai.errors.insightsNotAvailable");
|
|
3122
|
-
return /* @__PURE__ */
|
|
3108
|
+
return /* @__PURE__ */ r(Ct, { text: o ? "Loading..." : l });
|
|
3123
3109
|
});
|
|
3124
|
-
function
|
|
3110
|
+
function B1({ theme: e }) {
|
|
3125
3111
|
const t = e.general.brandColor;
|
|
3126
3112
|
return /* @__PURE__ */ S(
|
|
3127
3113
|
"svg",
|
|
@@ -3132,7 +3118,7 @@ function F1({ theme: e }) {
|
|
|
3132
3118
|
viewBox: "-2 -3 24 24",
|
|
3133
3119
|
fill: "none",
|
|
3134
3120
|
children: [
|
|
3135
|
-
/* @__PURE__ */
|
|
3121
|
+
/* @__PURE__ */ r(
|
|
3136
3122
|
"path",
|
|
3137
3123
|
{
|
|
3138
3124
|
fillRule: "evenodd",
|
|
@@ -3141,7 +3127,7 @@ function F1({ theme: e }) {
|
|
|
3141
3127
|
fill: t
|
|
3142
3128
|
}
|
|
3143
3129
|
),
|
|
3144
|
-
/* @__PURE__ */
|
|
3130
|
+
/* @__PURE__ */ r(
|
|
3145
3131
|
"path",
|
|
3146
3132
|
{
|
|
3147
3133
|
fillRule: "evenodd",
|
|
@@ -3150,7 +3136,7 @@ function F1({ theme: e }) {
|
|
|
3150
3136
|
fill: t
|
|
3151
3137
|
}
|
|
3152
3138
|
),
|
|
3153
|
-
/* @__PURE__ */
|
|
3139
|
+
/* @__PURE__ */ r(
|
|
3154
3140
|
"path",
|
|
3155
3141
|
{
|
|
3156
3142
|
fillRule: "evenodd",
|
|
@@ -3163,7 +3149,7 @@ function F1({ theme: e }) {
|
|
|
3163
3149
|
}
|
|
3164
3150
|
);
|
|
3165
3151
|
}
|
|
3166
|
-
const
|
|
3152
|
+
const F1 = w.div`
|
|
3167
3153
|
display: flex;
|
|
3168
3154
|
flex-direction: row;
|
|
3169
3155
|
align-items: center;
|
|
@@ -3174,32 +3160,32 @@ const A1 = w.div`
|
|
|
3174
3160
|
background-color: ${({ theme: e }) => e.chart.backgroundColor};
|
|
3175
3161
|
`, O1 = w.div`
|
|
3176
3162
|
align-self: flex-start;
|
|
3177
|
-
`,
|
|
3163
|
+
`, A1 = ({ summary: e, nlgRequest: t }) => {
|
|
3178
3164
|
const { themeSettings: n } = R();
|
|
3179
|
-
return /* @__PURE__ */
|
|
3165
|
+
return /* @__PURE__ */ r(
|
|
3180
3166
|
et,
|
|
3181
3167
|
{
|
|
3182
3168
|
sourceId: t.jaql.datasource.title,
|
|
3183
3169
|
data: t,
|
|
3184
3170
|
type: "chart/insights",
|
|
3185
3171
|
buttonVisibility: "always",
|
|
3186
|
-
renderContent: (
|
|
3187
|
-
/* @__PURE__ */
|
|
3188
|
-
/* @__PURE__ */
|
|
3189
|
-
|
|
3172
|
+
renderContent: (o) => /* @__PURE__ */ S(F1, { theme: n, children: [
|
|
3173
|
+
/* @__PURE__ */ r(O1, { theme: n, children: /* @__PURE__ */ r(B1, { theme: n }) }),
|
|
3174
|
+
/* @__PURE__ */ r(Ct, { text: e }),
|
|
3175
|
+
o
|
|
3190
3176
|
] })
|
|
3191
3177
|
}
|
|
3192
3178
|
);
|
|
3193
|
-
},
|
|
3179
|
+
}, D1 = (e, t) => e.nlqResponse.timestamp === t.nlqResponse.timestamp, ns = Wt(
|
|
3194
3180
|
function({
|
|
3195
3181
|
nlqResponse: t,
|
|
3196
3182
|
onDataReady: n,
|
|
3197
|
-
styleOptions:
|
|
3183
|
+
styleOptions: o,
|
|
3198
3184
|
widgetProps: s,
|
|
3199
3185
|
filters: c = []
|
|
3200
3186
|
}) {
|
|
3201
|
-
const l = t.timestamp,
|
|
3202
|
-
() => L(
|
|
3187
|
+
const l = t.timestamp, p = A(
|
|
3188
|
+
() => L(M({}, t), {
|
|
3203
3189
|
queryTitle: nr(t.queryTitle)
|
|
3204
3190
|
}),
|
|
3205
3191
|
// Memoize based on timestamp to prevent unnecessary recomputations
|
|
@@ -3209,49 +3195,49 @@ const A1 = w.div`
|
|
|
3209
3195
|
initialFilters: c
|
|
3210
3196
|
}), [g, m] = O(null);
|
|
3211
3197
|
Se(() => {
|
|
3212
|
-
const
|
|
3198
|
+
const h = Oe(p, {
|
|
3213
3199
|
useCustomizedStyleOptions: !0
|
|
3214
3200
|
});
|
|
3215
|
-
if (!
|
|
3201
|
+
if (!h) m(null);
|
|
3216
3202
|
else {
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
|
|
3203
|
+
o && h.styleOptions && (h.styleOptions = cr(
|
|
3204
|
+
h.styleOptions,
|
|
3205
|
+
o
|
|
3220
3206
|
));
|
|
3221
|
-
const
|
|
3207
|
+
const x = d(h, {
|
|
3222
3208
|
shouldAffectFilters: !1,
|
|
3223
3209
|
applyMode: "filter"
|
|
3224
3210
|
});
|
|
3225
|
-
m(
|
|
3211
|
+
m(x);
|
|
3226
3212
|
}
|
|
3227
|
-
}, [
|
|
3228
|
-
const
|
|
3229
|
-
const
|
|
3230
|
-
|
|
3213
|
+
}, [p, d, o]);
|
|
3214
|
+
const y = A(() => {
|
|
3215
|
+
const h = g && Qe(g) ? pr(g == null ? void 0 : g.filters) : [], x = p.jaql.metadata.filter((v) => !v.jaql.filter).concat(
|
|
3216
|
+
h.filter((v) => !v.config.disabled).map((v) => v.jaql())
|
|
3231
3217
|
);
|
|
3232
|
-
return L(
|
|
3233
|
-
jaql: L(
|
|
3218
|
+
return L(M({}, p), {
|
|
3219
|
+
jaql: L(M({}, p.jaql), { metadata: x }),
|
|
3234
3220
|
verbosity: "Low"
|
|
3235
3221
|
});
|
|
3236
|
-
}, [
|
|
3222
|
+
}, [p, g]), { data: i, isLoading: u, isError: a } = Ae(y);
|
|
3237
3223
|
if (u || !g)
|
|
3238
|
-
return /* @__PURE__ */
|
|
3239
|
-
if (!
|
|
3240
|
-
return /* @__PURE__ */
|
|
3241
|
-
const
|
|
3242
|
-
styleOptions:
|
|
3224
|
+
return /* @__PURE__ */ r(ut, {});
|
|
3225
|
+
if (!Qe(g))
|
|
3226
|
+
return /* @__PURE__ */ r(j, {});
|
|
3227
|
+
const C = s || L(M({}, g), {
|
|
3228
|
+
styleOptions: o,
|
|
3243
3229
|
onDataReady: n
|
|
3244
3230
|
});
|
|
3245
|
-
return /* @__PURE__ */
|
|
3231
|
+
return /* @__PURE__ */ r(
|
|
3246
3232
|
xe,
|
|
3247
|
-
L(
|
|
3233
|
+
L(M({}, C), {
|
|
3248
3234
|
highlightSelectionDisabled: !0,
|
|
3249
|
-
topSlot: i && !a && /* @__PURE__ */
|
|
3235
|
+
topSlot: i && !a && /* @__PURE__ */ r(A1, { nlgRequest: y, summary: i })
|
|
3250
3236
|
})
|
|
3251
3237
|
);
|
|
3252
3238
|
},
|
|
3253
|
-
|
|
3254
|
-
),
|
|
3239
|
+
D1
|
|
3240
|
+
), q1 = new Ht({
|
|
3255
3241
|
defaultOptions: {
|
|
3256
3242
|
queries: {
|
|
3257
3243
|
refetchOnWindowFocus: !1,
|
|
@@ -3259,58 +3245,51 @@ const A1 = w.div`
|
|
|
3259
3245
|
}
|
|
3260
3246
|
}
|
|
3261
3247
|
});
|
|
3262
|
-
function
|
|
3248
|
+
function rs({
|
|
3263
3249
|
children: e,
|
|
3264
3250
|
context: t
|
|
3265
3251
|
}) {
|
|
3266
|
-
return /* @__PURE__ */
|
|
3252
|
+
return /* @__PURE__ */ r(jt, { children: /* @__PURE__ */ r(st.Provider, { value: t == null ? void 0 : t.api, children: /* @__PURE__ */ r(Ft, { client: q1, children: e }) }) });
|
|
3267
3253
|
}
|
|
3268
|
-
function
|
|
3254
|
+
function os(e, t, n) {
|
|
3269
3255
|
return X(this, null, function* () {
|
|
3270
|
-
var
|
|
3271
|
-
const
|
|
3256
|
+
var d;
|
|
3257
|
+
const { supported: o, narrativeRequest: s, narrativeFallbackRequest: c, missingDataSource: l } = or(
|
|
3272
3258
|
e,
|
|
3273
3259
|
n == null ? void 0 : n.defaultDataSource,
|
|
3274
3260
|
n == null ? void 0 : n.verbosity,
|
|
3275
3261
|
n == null ? void 0 : n.ignoreTrendAndForecast
|
|
3276
|
-
)
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
)
|
|
3283
|
-
) : null;
|
|
3284
|
-
if (!r)
|
|
3285
|
-
throw new Error("Only chart or pivot widget props are supported");
|
|
3286
|
-
const s = yield tt(t, r, {
|
|
3287
|
-
isUnifiedNarrationEnabled: n == null ? void 0 : n.isUnifiedNarrationEnabled,
|
|
3288
|
-
isSisenseAiEnabled: n == null ? void 0 : n.isSisenseAiEnabled
|
|
3262
|
+
);
|
|
3263
|
+
if (!o || !s)
|
|
3264
|
+
throw l ? new Error(ir) : new Error("Only chart or pivot widget props are supported");
|
|
3265
|
+
const p = yield tt(t, s, {
|
|
3266
|
+
canGenerateNarrativeViaAI: n == null ? void 0 : n.canGenerateNarrativeViaAI,
|
|
3267
|
+
fallbackRequestOn400: c
|
|
3289
3268
|
});
|
|
3290
|
-
if (!((
|
|
3269
|
+
if (!((d = p == null ? void 0 : p.data) != null && d.answer))
|
|
3291
3270
|
throw new Error("Invalid response from NLG insights API");
|
|
3292
|
-
return
|
|
3271
|
+
return p.data.answer;
|
|
3293
3272
|
});
|
|
3294
3273
|
}
|
|
3295
3274
|
export {
|
|
3296
3275
|
_1 as AiContextProvider,
|
|
3297
|
-
|
|
3298
|
-
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3276
|
+
fr as ChatRestApi,
|
|
3277
|
+
es as Chatbot,
|
|
3278
|
+
rs as CustomAiContextProvider,
|
|
3279
|
+
wr as DEFAULT_RECOMMENDATIONS_COUNT,
|
|
3280
|
+
ts as GetNlgInsights,
|
|
3281
|
+
xr as NLQ_RESULT_CHART_TYPES,
|
|
3282
|
+
ns as NlqChartWidget,
|
|
3283
|
+
vr as executeGetNlqResult,
|
|
3284
|
+
os as getNlgInsightsFromWidget,
|
|
3285
|
+
Hn as prepareGetNlgInsightsPayload,
|
|
3307
3286
|
Gt as prepareGetNlqResultPayload,
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3287
|
+
Nr as useChatSession,
|
|
3288
|
+
J1 as useFinalNlqResponse,
|
|
3289
|
+
Q1 as useGetNlgInsights,
|
|
3290
|
+
K1 as useGetNlqResult,
|
|
3291
|
+
X1 as useGetQueryRecommendations,
|
|
3292
|
+
Y1 as useLastNlqResponse,
|
|
3293
|
+
as as widgetComposer
|
|
3315
3294
|
};
|
|
3316
|
-
(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";.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}.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}[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-m-0{margin:0}.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-\\[5px\\]{margin-left:5px}.csdk-ml-\\[6px\\]{margin-left:6px}.csdk-ml-\\[8px\\]{margin-left:8px}.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-flex{display:flex}.csdk-inline-flex{display:inline-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-64{max-height:16rem}.csdk-max-h-\\[3\\.5rem\\]{max-height:3.5rem}.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-0{min-width:0px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-\\[800px\\]{max-width:800px}.csdk-max-w-full{max-width:100%}.csdk-max-w-xs{max-width:20rem}.csdk-flex-1{flex:1 1 0%}.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-default{cursor:default}.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-1{row-gap:.25rem}.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-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.csdk-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.csdk-break-all{word-break:break-all}.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-0{padding-top:0;padding-bottom:0}.csdk-py-0\\.5{padding-top:.125rem;padding-bottom:.125rem}.csdk-py-1{padding-top:.25rem;padding-bottom:.25rem}.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-sm{font-size:.875rem;line-height:1.25rem}.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-\\[\\#262e3d\\]{--csdk-tw-text-opacity: 1;color:rgb(38 46 61 / 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-underline-offset-2{text-underline-offset:2px}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.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}.hover\\:csdk-underline:hover{text-decoration-line:underline}.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}.csdk-context-menu-selected-with-dot{position:relative}.csdk-context-menu-selected-with-dot:before{content:"";position:absolute;left:12px;top:calc(50% - 3px);width:6px;height:6px;background-color:#000;border-radius:50%}._wrapper_1lpzp_1{width:100%;height:100%;position:relative}._title_1lpzp_7{font-size:18px;letter-spacing:normal;text-align:center;position:absolute;width:100%;top:11%}._image_1lpzp_17{width:66.6%;height:100%;margin:0 auto;display:block}[class*=csdk] .leaflet-pane,[class*=csdk] .leaflet-tile,[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow,[class*=csdk] .leaflet-tile-container,[class*=csdk] .leaflet-pane>svg,[class*=csdk] .leaflet-pane>canvas,[class*=csdk] .leaflet-zoom-box,[class*=csdk] .leaflet-image-layer,[class*=csdk] .leaflet-layer{position:absolute;left:0;top:0}[class*=csdk] .leaflet-container{overflow:hidden}[class*=csdk] .leaflet-tile,[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}[class*=csdk] .leaflet-tile::-moz-selection{background:transparent}[class*=csdk] .leaflet-tile::selection{background:transparent}[class*=csdk] .leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}[class*=csdk] .leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow{display:block}[class*=csdk] .leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}[class*=csdk] .leaflet-container .leaflet-marker-pane img,[class*=csdk] .leaflet-container .leaflet-shadow-pane img,[class*=csdk] .leaflet-container .leaflet-tile-pane img,[class*=csdk] .leaflet-container img.leaflet-image-layer,[class*=csdk] .leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}[class*=csdk] .leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}[class*=csdk] .leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}[class*=csdk] .leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}[class*=csdk] .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}[class*=csdk] .leaflet-container{-webkit-tap-highlight-color:transparent}[class*=csdk] .leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}[class*=csdk] .leaflet-tile{filter:inherit;visibility:hidden}[class*=csdk] .leaflet-tile-loaded{visibility:inherit}[class*=csdk] .leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}[class*=csdk] .leaflet-overlay-pane svg{-moz-user-select:none}[class*=csdk] .leaflet-pane{z-index:400}[class*=csdk] .leaflet-tile-pane{z-index:200}[class*=csdk] .leaflet-overlay-pane{z-index:400}[class*=csdk] .leaflet-shadow-pane{z-index:500}[class*=csdk] .leaflet-marker-pane{z-index:600}[class*=csdk] .leaflet-tooltip-pane{z-index:650}[class*=csdk] .leaflet-popup-pane{z-index:700}[class*=csdk] .leaflet-map-pane canvas{z-index:100}[class*=csdk] .leaflet-map-pane svg{z-index:200}[class*=csdk] .leaflet-vml-shape{width:1px;height:1px}[class*=csdk] .lvml{behavior:url(#default#VML);display:inline-block;position:absolute}[class*=csdk] .leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}[class*=csdk] .leaflet-top,[class*=csdk] .leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}[class*=csdk] .leaflet-top{top:0}[class*=csdk] .leaflet-right{right:0}[class*=csdk] .leaflet-bottom{bottom:0}[class*=csdk] .leaflet-left{left:0}[class*=csdk] .leaflet-control{float:left;clear:both}[class*=csdk] .leaflet-right .leaflet-control{float:right}[class*=csdk] .leaflet-top .leaflet-control{margin-top:10px}[class*=csdk] .leaflet-bottom .leaflet-control{margin-bottom:10px}[class*=csdk] .leaflet-left .leaflet-control{margin-left:10px}[class*=csdk] .leaflet-right .leaflet-control{margin-right:10px}[class*=csdk] .leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}[class*=csdk] .leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}[class*=csdk] .leaflet-zoom-animated{transform-origin:0 0}[class*=csdk] svg.leaflet-zoom-animated{will-change:transform}[class*=csdk] .leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}[class*=csdk] .leaflet-zoom-anim .leaflet-tile,[class*=csdk] .leaflet-pan-anim .leaflet-tile{transition:none}[class*=csdk] .leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}[class*=csdk] .leaflet-interactive{cursor:pointer}[class*=csdk] .leaflet-grab{cursor:grab}[class*=csdk] .leaflet-crosshair,[class*=csdk] .leaflet-crosshair .leaflet-interactive{cursor:crosshair}[class*=csdk] .leaflet-popup-pane,[class*=csdk] .leaflet-control{cursor:auto}[class*=csdk] .leaflet-dragging .leaflet-grab,[class*=csdk] .leaflet-dragging .leaflet-grab .leaflet-interactive,[class*=csdk] .leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow,[class*=csdk] .leaflet-image-layer,[class*=csdk] .leaflet-pane>svg path,[class*=csdk] .leaflet-tile-container{pointer-events:none}[class*=csdk] .leaflet-marker-icon.leaflet-interactive,[class*=csdk] .leaflet-image-layer.leaflet-interactive,[class*=csdk] .leaflet-pane>svg path.leaflet-interactive,[class*=csdk] svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}[class*=csdk] .leaflet-container{background:#ddd;outline-offset:1px}[class*=csdk] .leaflet-container a{color:#0078a8}[class*=csdk] .leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}[class*=csdk] .leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}[class*=csdk] .leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}[class*=csdk] .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}[class*=csdk] .leaflet-bar a,[class*=csdk] .leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}[class*=csdk] .leaflet-bar a:hover,[class*=csdk] .leaflet-bar a:focus{background-color:#f4f4f4}[class*=csdk] .leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}[class*=csdk] .leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}[class*=csdk] .leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}[class*=csdk] .leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}[class*=csdk] .leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}[class*=csdk] .leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}[class*=csdk] .leaflet-control-zoom-in,[class*=csdk] .leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}[class*=csdk] .leaflet-touch .leaflet-control-zoom-in,[class*=csdk] .leaflet-touch .leaflet-control-zoom-out{font-size:22px}[class*=csdk] .leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}[class*=csdk] .leaflet-control-layers .leaflet-control-layers-list,[class*=csdk] .leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}[class*=csdk] .leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}[class*=csdk] .leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}[class*=csdk] .leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}[class*=csdk] .leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}[class*=csdk] .leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}[class*=csdk] .leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}[class*=csdk] .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=)}[class*=csdk] .leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}[class*=csdk] .leaflet-control-attribution,[class*=csdk] .leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}[class*=csdk] .leaflet-control-attribution a{text-decoration:none}[class*=csdk] .leaflet-control-attribution a:hover,[class*=csdk] .leaflet-control-attribution a:focus{text-decoration:underline}[class*=csdk] .leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}[class*=csdk] .leaflet-left .leaflet-control-scale{margin-left:5px}[class*=csdk] .leaflet-bottom .leaflet-control-scale{margin-bottom:5px}[class*=csdk] .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}[class*=csdk] .leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}[class*=csdk] .leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}[class*=csdk] .leaflet-touch .leaflet-control-attribution,[class*=csdk] .leaflet-touch .leaflet-control-layers,[class*=csdk] .leaflet-touch .leaflet-bar{box-shadow:none}[class*=csdk] .leaflet-touch .leaflet-control-layers,[class*=csdk] .leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}[class*=csdk] .leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}[class*=csdk] .leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}[class*=csdk] .leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}[class*=csdk] .leaflet-popup-content p{margin:1.3em 0}[class*=csdk] .leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}[class*=csdk] .leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}[class*=csdk] .leaflet-popup-content-wrapper,[class*=csdk] .leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}[class*=csdk] .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}[class*=csdk] .leaflet-container a.leaflet-popup-close-button:hover,[class*=csdk] .leaflet-container a.leaflet-popup-close-button:focus{color:#585858}[class*=csdk] .leaflet-popup-scrolled{overflow:auto}[class*=csdk] .leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}[class*=csdk] .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)}[class*=csdk] .leaflet-oldie .leaflet-control-zoom,[class*=csdk] .leaflet-oldie .leaflet-control-layers,[class*=csdk] .leaflet-oldie .leaflet-popup-content-wrapper,[class*=csdk] .leaflet-oldie .leaflet-popup-tip{border:1px solid #999}[class*=csdk] .leaflet-div-icon{background:#fff;border:1px solid #666}[class*=csdk] .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}[class*=csdk] .leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}[class*=csdk] .leaflet-tooltip-top:before,[class*=csdk] .leaflet-tooltip-bottom:before,[class*=csdk] .leaflet-tooltip-left:before,[class*=csdk] .leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}[class*=csdk] .leaflet-tooltip-bottom{margin-top:6px}[class*=csdk] .leaflet-tooltip-top{margin-top:-6px}[class*=csdk] .leaflet-tooltip-bottom:before,[class*=csdk] .leaflet-tooltip-top:before{left:50%;margin-left:-6px}[class*=csdk] .leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}[class*=csdk] .leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}[class*=csdk] .leaflet-tooltip-left{margin-left:-6px}[class*=csdk] .leaflet-tooltip-right{margin-left:6px}[class*=csdk] .leaflet-tooltip-left:before,[class*=csdk] .leaflet-tooltip-right:before{top:50%;margin-top:-6px}[class*=csdk] .leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}[class*=csdk] .leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{[class*=csdk] .leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}._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}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.highcharts-heatmap-series .highcharts-point.csdk-highcharts-point-blured{opacity:.5}.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}[class*=csdk] .public_Scrollbar_main.public_Scrollbar_mainActive,[class*=csdk] .public_Scrollbar_main{background-color:#fff;border-left:1px solid #d3d3d3}[class*=csdk] .fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,[class*=csdk] .fixedDataTable_isRTL .public_Scrollbar_main{border-right:1px solid #d3d3d3;border-left-width:0}[class*=csdk] .public_Scrollbar_mainOpaque,[class*=csdk] .public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,[class*=csdk] .public_Scrollbar_mainOpaque:hover{background-color:#fff}[class*=csdk] .public_Scrollbar_face:after{background-color:#c2c2c2}[class*=csdk] .public_Scrollbar_main:hover .public_Scrollbar_face:after,[class*=csdk] .public_Scrollbar_mainActive .public_Scrollbar_face:after,[class*=csdk] .public_Scrollbar_faceActive:after{background-color:#7d7d7d}[class*=csdk] .public_fixedDataTableCell_main{background-color:#fff;border-color:#d3d3d3}[class*=csdk] .public_fixedDataTableCell_highlighted{background-color:#f4f4f4}[class*=csdk] .public_fixedDataTableCell_cellContent{padding:8px}[class*=csdk] .public_fixedDataTableCell_columnResizerKnob{background-color:#0284ff}[class*=csdk] .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:12px}[class*=csdk] .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-left:20px}[class*=csdk] .fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:auto;margin-right:12px}[class*=csdk] .fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-right:20px}[class*=csdk] .public_fixedDataTableCell_reordering{z-index:2}[class*=csdk] .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}[class*=csdk] .fixedDataTableCellLayout_columnReorderContainer{border-color:#0284ff;background-color:#0000001a;width:12px;margin-right:-12px;float:left;cursor:move}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer{margin-right:auto;margin-left:-12px;float:right}[class*=csdk] .fixedDataTableCellLayout_columnReorderContainer:after{content:"::";position:absolute;top:50%;left:1px;transform:translateY(-50%)}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after{left:auto;right:1px}[class*=csdk] .public_fixedDataTableColumnResizerLine_main{border-color:#0284ff;width:1px}[class*=csdk] .public_fixedDataTable_main,[class*=csdk] .public_fixedDataTable_header,[class*=csdk] .public_fixedDataTable_hasBottomBorder{border-color:#d3d3d3}[class*=csdk] .public_fixedDataTable_header .public_fixedDataTableCell_main{font-weight:700}[class*=csdk] .public_fixedDataTable_header,[class*=csdk] .public_fixedDataTable_scrollbarSpacer,[class*=csdk] .public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef)}[class*=csdk] .public_fixedDataTable_scrollbarSpacer{position:absolute;z-index:99;top:0}[class*=csdk] .public_fixedDataTable_footer .public_fixedDataTableCell_main{background-color:#f6f7f8;border-color:#d3d3d3}[class*=csdk] .public_fixedDataTable_topShadow{background-image:linear-gradient(180deg,#0000001a,#0000)}[class*=csdk] .public_fixedDataTable_bottomShadow{background-image:linear-gradient(0deg,#0000001a,#0000)}[class*=csdk] .public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal,[class*=csdk] .public_fixedDataTableRow_main{background-color:#fff}[class*=csdk] .public_fixedDataTableRow_highlighted,[class*=csdk] .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main{background-color:#f6f7f8}[class*=csdk] .public_fixedDataTableRow_fixedColumnsDivider{border-color:#d3d3d3}[class*=csdk] .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(90deg,#0000001a,#0000)}[class*=csdk] .fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(270deg,#0000001a,#0000)}[class*=csdk] .public_fixedDataTableRow_columnsRightShadow{transform:rotate(180deg)}[class*=csdk] .ScrollbarLayout_main{box-sizing:border-box;outline:none;overflow:hidden;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}[class*=csdk] .ScrollbarLayout_mainVertical{bottom:0;right:0;top:0;width:15px}[class*=csdk] .ScrollbarLayout_mainHorizontal{height:15px;left:0}[class*=csdk] .ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;display:flex;justify-content:center;align-items:center}[class*=csdk] .ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition-duration:.25s;transition-timing-function:ease;transition-property:background-color,height,width}[class*=csdk] .ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}[class*=csdk] .ScrollbarLayout_faceHorizontal:after{width:100%;height:calc(100% - 8px)}[class*=csdk] .fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal,[class*=csdk] .fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal:after{right:0;left:auto}[class*=csdk] .ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,[class*=csdk] .ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after{height:calc(100% - 4px)}[class*=csdk] .ScrollbarLayout_faceVertical{left:0;right:0;top:0}[class*=csdk] .ScrollbarLayout_faceVertical:after{height:100%;width:calc(100% - 8px)}[class*=csdk] .ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,[class*=csdk] .ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{width:calc(100% - 4px)}[class*=csdk] .fixedDataTableCellGroupLayout_cellGroup{backface-visibility:hidden;left:0;overflow:hidden;position:absolute;top:0;white-space:nowrap}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup{right:0;left:auto}[class*=csdk] .fixedDataTableCellGroupLayout_cellGroup>.public_fixedDataTableCell_main{display:inline-block;vertical-align:top;white-space:normal}[class*=csdk] .fixedDataTableCellGroupLayout_cellGroupWrapper{position:absolute;top:0}[class*=csdk] .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}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}[class*=csdk] .fixedDataTableCellLayout_lastChild{border-width:0 1px 1px 0}[class*=csdk] .fixedDataTableCellLayout_alignRight{text-align:right}[class*=csdk] .fixedDataTableCellLayout_alignCenter{text-align:center}[class*=csdk] .fixedDataTableCellLayout_wrap{display:table-cell;vertical-align:middle;box-sizing:border-box}[class*=csdk] .fixedDataTableCellLayout_wrap1{display:table}[class*=csdk] .fixedDataTableCellLayout_wrap2{display:table-row}[class*=csdk] .fixedDataTableCellLayout_wrap3{display:table-cell;vertical-align:middle}[class*=csdk] .fixedDataTableCellLayout_columnResizerContainer{position:absolute;right:0;width:6px;z-index:1}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerContainer{left:0;right:auto}[class*=csdk] .fixedDataTableCellLayout_columnResizerContainer:hover{cursor:ew-resize;background-color:#0284ff}[class*=csdk] .fixedDataTableColumnResizerLineLayout_mouseArea{cursor:ew-resize;position:absolute;right:-5px;width:12px}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_mouseArea{right:auto;left:-5px}[class*=csdk] .fixedDataTableColumnResizerLineLayout_main{border-right-style:solid;border-right-width:1px;box-sizing:border-box;position:absolute;z-index:100;pointer-events:none}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}[class*=csdk] .fixedDataTableLayout_main{border-style:solid;border-width:1px;box-sizing:border-box;overflow:hidden;position:relative}[class*=csdk] .fixedDataTableLayout_header,[class*=csdk] .fixedDataTableLayout_hasBottomBorder{border-bottom-style:solid;border-bottom-width:1px}[class*=csdk] .fixedDataTableLayout_footer .public_fixedDataTableCell_main{border-top-style:solid;border-top-width:1px}[class*=csdk] .fixedDataTableLayout_topShadow,[class*=csdk] .fixedDataTableLayout_bottomShadow{height:4px;left:0;position:absolute;right:0;z-index:1}[class*=csdk] .fixedDataTableLayout_bottomShadow{margin-top:-4px}[class*=csdk] .fixedDataTableLayout_rowsContainer{overflow:hidden;position:relative}[class*=csdk] .fixedDataTableRowLayout_main{box-sizing:border-box;overflow:hidden;position:absolute;top:0}[class*=csdk] .fixedDataTableRowLayout_body{left:0;right:0;position:absolute;top:0}[class*=csdk] .fixedDataTableRowLayout_rowExpanded{box-sizing:border-box;left:0;position:absolute}[class*=csdk] .fixedDataTableRowLayout_fixedColumnsDivider{backface-visibility:hidden;border-left-style:solid;border-left-width:1px;left:0;position:absolute;top:0;width:0}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableRowLayout_fixedColumnsDivider{border-left-width:0;border-right-style:solid;border-right-width:1px}[class*=csdk] .fixedDataTableRowLayout_columnsShadow{position:absolute;width:4px}[class*=csdk] .fixedDataTableRowLayout_columnsRightShadow{right:1px}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableRowLayout_columnsRightShadow{left:1px;right:auto}[class*=csdk] .fixedDataTableRowLayout_rowWrapper{position:absolute;top:0}._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=)}._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}._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}._alert_31zyt_1{position:relative;width:100%;box-sizing:border-box;display:grid;grid-template-columns:0 1fr;gap:.5rem;align-items:start;padding:.75rem 1rem;border-radius:.5rem;border:1px solid;font-size:.875rem;line-height:1.25rem}._alert_31zyt_1[data-dismiss-on-click=true]{cursor:pointer}._alert_31zyt_1._hasIcon_31zyt_18{grid-template-columns:1rem 1fr;gap:.75rem}._alert_31zyt_1._error_31zyt_22{background-color:#fef2f2;border-color:#fecaca;color:#991b1b}._alert_31zyt_1._error_31zyt_22 ._icon_31zyt_27{color:#ef4444}._alert_31zyt_1._error_31zyt_22[data-dark-mode=true]{background-color:#4a1f1f;border-color:#5a2a2a;color:#fca5a5}._alert_31zyt_1._error_31zyt_22[data-dark-mode=true] ._icon_31zyt_27{color:#f87171}._alert_31zyt_1._warning_31zyt_38{background-color:#fffbeb;border-color:#fde68a;color:#92400e}._alert_31zyt_1._warning_31zyt_38 ._icon_31zyt_27{color:#f59e0b}._alert_31zyt_1._warning_31zyt_38[data-dark-mode=true]{background-color:#4a3a1f;border-color:#5a4a2a;color:#fbbf24}._alert_31zyt_1._warning_31zyt_38[data-dark-mode=true] ._icon_31zyt_27{color:#f59e0b}._alert_31zyt_1._info_31zyt_54{background-color:#eff6ff;border-color:#bfdbfe;color:#1e40af}._alert_31zyt_1._info_31zyt_54 ._icon_31zyt_27{color:#3b82f6}._icon_31zyt_27{width:1rem;height:1rem;margin-top:.125rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}._icon_31zyt_27 svg{width:100%;height:100%}._content_31zyt_77{display:flex;flex-direction:column;gap:.25rem}._title_31zyt_83{font-weight:600;line-height:1.5;color:inherit}._description_31zyt_89{color:inherit;opacity:.9;line-height:1.5}._dismissButton_31zyt_95{position:absolute;top:.5rem;right:.5rem;background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:inherit;opacity:.7;transition:opacity .2s}._dismissButton_31zyt_95:hover{opacity:1}._dismissButton_31zyt_95:focus{outline:2px solid currentColor;outline-offset:2px}@media (prefers-color-scheme: dark){._alert_31zyt_1._error_31zyt_22{background-color:#4a1f1f;border-color:#5a2a2a;color:#fca5a5}._alert_31zyt_1._error_31zyt_22 ._icon_31zyt_27{color:#f87171}._alert_31zyt_1._warning_31zyt_38{background-color:#4a3a1f;border-color:#5a4a2a;color:#fbbf24}._alert_31zyt_1._warning_31zyt_38 ._icon_31zyt_27{color:#f59e0b}}.dark ._alert_31zyt_1._error_31zyt_22{background-color:#4a1f1f;border-color:#5a2a2a;color:#fca5a5}.dark ._alert_31zyt_1._error_31zyt_22 ._icon_31zyt_27{color:#f87171}.dark ._alert_31zyt_1._warning_31zyt_38{background-color:#4a3a1f;border-color:#5a4a2a;color:#fbbf24}.dark ._alert_31zyt_1._warning_31zyt_38 ._icon_31zyt_27{color:#f59e0b}._container_1cvt1_1{width:100%;box-sizing:border-box;overflow:visible;padding:4px}._containerClickable_1cvt1_8{cursor:pointer}._bannerWrapper_1cvt1_12{width:100%;max-width:64rem;margin-left:auto;margin-right:auto;overflow:visible}._bannerWrapper_1cvt1_12>div[role=alert],._bannerWrapper_1cvt1_12>button{border:none;border-radius:8px;box-shadow:0 1px 2px #09090a1a;padding:16px 20px}._bannerWrapper_1cvt1_12[data-variant=error]>div[role=alert]{background-color:#fdede9;color:#5c6372}._bannerWrapper_1cvt1_12[data-variant=error]>div[role=alert]>div:first-child{color:#fa5656}._bannerWrapper_1cvt1_12[data-variant=warning]>button{background-color:#fef8e5;color:#4f4f4f;gap:.5rem;padding-right:2.5rem;text-align:left}._bannerWrapper_1cvt1_12[data-variant=warning]>button>div:nth-child(2){justify-self:start}._bannerWrapper_1cvt1_12[data-variant=warning]>button>div:first-child{color:#ffcb05}[class*=csdk] .react-datepicker__navigation-icon:before,[class*=csdk] .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view--down-arrow,[class*=csdk] .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}[class*=csdk] .react-datepicker-wrapper{display:inline-block;padding:0;border:0}[class*=csdk] .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}[class*=csdk] .react-datepicker--time-only .react-datepicker__time-container{border-left:0}[class*=csdk] .react-datepicker--time-only .react-datepicker__time,[class*=csdk] .react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}[class*=csdk] .react-datepicker-popper{z-index:1;line-height:0}[class*=csdk] .react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}[class*=csdk] .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}[class*=csdk] .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}[class*=csdk] .react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}[class*=csdk] .react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}[class*=csdk] .react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}[class*=csdk] .react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}[class*=csdk] .react-datepicker__year-dropdown-container--select,[class*=csdk] .react-datepicker__month-dropdown-container--select,[class*=csdk] .react-datepicker__month-year-dropdown-container--select,[class*=csdk] .react-datepicker__year-dropdown-container--scroll,[class*=csdk] .react-datepicker__month-dropdown-container--scroll,[class*=csdk] .react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}[class*=csdk] .react-datepicker__current-month,[class*=csdk] .react-datepicker-time__header,[class*=csdk] .react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}[class*=csdk] h2.react-datepicker__current-month{padding:0;margin:0}[class*=csdk] .react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}[class*=csdk] .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}[class*=csdk] .react-datepicker__navigation--previous{left:2px}[class*=csdk] .react-datepicker__navigation--next{right:2px}[class*=csdk] .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}[class*=csdk] .react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}[class*=csdk] .react-datepicker__navigation--years-previous{top:4px}[class*=csdk] .react-datepicker__navigation--years-upcoming{top:-4px}[class*=csdk] .react-datepicker__navigation:hover *:before{border-color:#a6a6a6}[class*=csdk] .react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}[class*=csdk] .react-datepicker__navigation-icon--next{left:-2px}[class*=csdk] .react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}[class*=csdk] .react-datepicker__navigation-icon--previous{right:-2px}[class*=csdk] .react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}[class*=csdk] .react-datepicker__month-container{float:left}[class*=csdk] .react-datepicker__year{margin:.4rem;text-align:center}[class*=csdk] .react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}[class*=csdk] .react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}[class*=csdk] .react-datepicker__month{margin:.4rem;text-align:center}[class*=csdk] .react-datepicker__month .react-datepicker__month-text,[class*=csdk] .react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}[class*=csdk] .react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__caption,[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,[class*=csdk] .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}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}[class*=csdk] .react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}[class*=csdk] .react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}[class*=csdk] .react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}[class*=csdk] .react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}[class*=csdk] .react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}[class*=csdk] .react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}[class*=csdk] .react-datepicker__week-number--selected:hover{background-color:#1d5d90}[class*=csdk] .react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}[class*=csdk] .react-datepicker__week{white-space:nowrap}[class*=csdk] .react-datepicker__day-name,[class*=csdk] .react-datepicker__day,[class*=csdk] .react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}[class*=csdk] .react-datepicker__day,[class*=csdk] .react-datepicker__month-text,[class*=csdk] .react-datepicker__quarter-text,[class*=csdk] .react-datepicker__year-text{cursor:pointer}[class*=csdk] .react-datepicker__day:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}[class*=csdk] .react-datepicker__day--today,[class*=csdk] .react-datepicker__month-text--today,[class*=csdk] .react-datepicker__quarter-text--today,[class*=csdk] .react-datepicker__year-text--today{font-weight:700}[class*=csdk] .react-datepicker__day--highlighted,[class*=csdk] .react-datepicker__month-text--highlighted,[class*=csdk] .react-datepicker__quarter-text--highlighted,[class*=csdk] .react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}[class*=csdk] .react-datepicker__day--highlighted:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}[class*=csdk] .react-datepicker__day--highlighted-custom-1,[class*=csdk] .react-datepicker__month-text--highlighted-custom-1,[class*=csdk] .react-datepicker__quarter-text--highlighted-custom-1,[class*=csdk] .react-datepicker__year-text--highlighted-custom-1{color:#f0f}[class*=csdk] .react-datepicker__day--highlighted-custom-2,[class*=csdk] .react-datepicker__month-text--highlighted-custom-2,[class*=csdk] .react-datepicker__quarter-text--highlighted-custom-2,[class*=csdk] .react-datepicker__year-text--highlighted-custom-2{color:green}[class*=csdk] .react-datepicker__day--holidays,[class*=csdk] .react-datepicker__month-text--holidays,[class*=csdk] .react-datepicker__quarter-text--holidays,[class*=csdk] .react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}[class*=csdk] .react-datepicker__day--holidays .overlay,[class*=csdk] .react-datepicker__month-text--holidays .overlay,[class*=csdk] .react-datepicker__quarter-text--holidays .overlay,[class*=csdk] .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}[class*=csdk] .react-datepicker__day--holidays:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}[class*=csdk] .react-datepicker__day--holidays:hover .overlay,[class*=csdk] .react-datepicker__month-text--holidays:hover .overlay,[class*=csdk] .react-datepicker__quarter-text--holidays:hover .overlay,[class*=csdk] .react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}[class*=csdk] .react-datepicker__day--selected,[class*=csdk] .react-datepicker__day--in-selecting-range,[class*=csdk] .react-datepicker__day--in-range,[class*=csdk] .react-datepicker__month-text--selected,[class*=csdk] .react-datepicker__month-text--in-selecting-range,[class*=csdk] .react-datepicker__month-text--in-range,[class*=csdk] .react-datepicker__quarter-text--selected,[class*=csdk] .react-datepicker__quarter-text--in-selecting-range,[class*=csdk] .react-datepicker__quarter-text--in-range,[class*=csdk] .react-datepicker__year-text--selected,[class*=csdk] .react-datepicker__year-text--in-selecting-range,[class*=csdk] .react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}[class*=csdk] .react-datepicker__day--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__day--in-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}[class*=csdk] .react-datepicker__day--keyboard-selected,[class*=csdk] .react-datepicker__month-text--keyboard-selected,[class*=csdk] .react-datepicker__quarter-text--keyboard-selected,[class*=csdk] .react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}[class*=csdk] .react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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}[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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}[class*=csdk] .react-datepicker__day--disabled,[class*=csdk] .react-datepicker__month-text--disabled,[class*=csdk] .react-datepicker__quarter-text--disabled,[class*=csdk] .react-datepicker__year-text--disabled{cursor:default;color:#ccc}[class*=csdk] .react-datepicker__day--disabled .overlay,[class*=csdk] .react-datepicker__month-text--disabled .overlay,[class*=csdk] .react-datepicker__quarter-text--disabled .overlay,[class*=csdk] .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}[class*=csdk] .react-datepicker__input-container{position:relative;display:inline-block;width:100%}[class*=csdk] .react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}[class*=csdk] .react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}[class*=csdk] .react-datepicker__year-read-view,[class*=csdk] .react-datepicker__month-read-view,[class*=csdk] .react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}[class*=csdk] .react-datepicker__year-read-view:hover,[class*=csdk] .react-datepicker__month-read-view:hover,[class*=csdk] .react-datepicker__month-year-read-view:hover{cursor:pointer}[class*=csdk] .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,[class*=csdk] .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}[class*=csdk] .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view--down-arrow,[class*=csdk] .react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}[class*=csdk] .react-datepicker__year-dropdown,[class*=csdk] .react-datepicker__month-dropdown,[class*=csdk] .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}[class*=csdk] .react-datepicker__year-dropdown:hover,[class*=csdk] .react-datepicker__month-dropdown:hover,[class*=csdk] .react-datepicker__month-year-dropdown:hover{cursor:pointer}[class*=csdk] .react-datepicker__year-dropdown--scrollable,[class*=csdk] .react-datepicker__month-dropdown--scrollable,[class*=csdk] .react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}[class*=csdk] .react-datepicker__year-option,[class*=csdk] .react-datepicker__month-option,[class*=csdk] .react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}[class*=csdk] .react-datepicker__year-option:first-of-type,[class*=csdk] .react-datepicker__month-option:first-of-type,[class*=csdk] .react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}[class*=csdk] .react-datepicker__year-option:last-of-type,[class*=csdk] .react-datepicker__month-option:last-of-type,[class*=csdk] .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}[class*=csdk] .react-datepicker__year-option:hover,[class*=csdk] .react-datepicker__month-option:hover,[class*=csdk] .react-datepicker__month-year-option:hover{background-color:#ccc}[class*=csdk] .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,[class*=csdk] .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,[class*=csdk] .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}[class*=csdk] .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,[class*=csdk] .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,[class*=csdk] .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}[class*=csdk] .react-datepicker__year-option--selected,[class*=csdk] .react-datepicker__month-option--selected,[class*=csdk] .react-datepicker__month-year-option--selected{position:absolute;left:15px}[class*=csdk] .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}[class*=csdk] .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:"×"}[class*=csdk] .react-datepicker__close-icon--disabled{cursor:default}[class*=csdk] .react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}[class*=csdk] .react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}[class*=csdk] .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}[class*=csdk] .react-datepicker__portal .react-datepicker__day-name,[class*=csdk] .react-datepicker__portal .react-datepicker__day,[class*=csdk] .react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){[class*=csdk] .react-datepicker__portal .react-datepicker__day-name,[class*=csdk] .react-datepicker__portal .react-datepicker__day,[class*=csdk] .react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}[class*=csdk] .react-datepicker__portal .react-datepicker__current-month,[class*=csdk] .react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}[class*=csdk] .react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}[class*=csdk] .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}[class*=csdk] .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)}})();
|
|
3295
|
+
(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";.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}.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}[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-m-0{margin:0}.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-\\[5px\\]{margin-left:5px}.csdk-ml-\\[6px\\]{margin-left:6px}.csdk-ml-\\[8px\\]{margin-left:8px}.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-flex{display:flex}.csdk-inline-flex{display:inline-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-64{max-height:16rem}.csdk-max-h-\\[3\\.5rem\\]{max-height:3.5rem}.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-0{min-width:0px}.csdk-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.csdk-max-w-\\[800px\\]{max-width:800px}.csdk-max-w-full{max-width:100%}.csdk-max-w-xs{max-width:20rem}.csdk-flex-1{flex:1 1 0%}.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-default{cursor:default}.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-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.csdk-whitespace-nowrap{white-space:nowrap}.csdk-whitespace-pre-wrap{white-space:pre-wrap}.csdk-break-all{word-break:break-all}.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-0{padding-top:0;padding-bottom:0}.csdk-py-0\\.5{padding-top:.125rem;padding-bottom:.125rem}.csdk-py-1{padding-top:.25rem;padding-bottom:.25rem}.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-underline-offset-2{text-underline-offset:2px}.csdk-accent-UI-default{accent-color:#6e737d}.csdk-opacity-0{opacity:0}.csdk-opacity-100{opacity:1}.csdk-opacity-50{opacity:.5}.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}.hover\\:csdk-underline:hover{text-decoration-line:underline}.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}.csdk-context-menu-selected-with-dot{position:relative}.csdk-context-menu-selected-with-dot:before{content:"";position:absolute;left:12px;top:calc(50% - 3px);width:6px;height:6px;background-color:#000;border-radius:50%}._wrapper_1lpzp_1{width:100%;height:100%;position:relative}._title_1lpzp_7{font-size:18px;letter-spacing:normal;text-align:center;position:absolute;width:100%;top:11%}._image_1lpzp_17{width:66.6%;height:100%;margin:0 auto;display:block}[class*=csdk] .leaflet-pane,[class*=csdk] .leaflet-tile,[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow,[class*=csdk] .leaflet-tile-container,[class*=csdk] .leaflet-pane>svg,[class*=csdk] .leaflet-pane>canvas,[class*=csdk] .leaflet-zoom-box,[class*=csdk] .leaflet-image-layer,[class*=csdk] .leaflet-layer{position:absolute;left:0;top:0}[class*=csdk] .leaflet-container{overflow:hidden}[class*=csdk] .leaflet-tile,[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}[class*=csdk] .leaflet-tile::-moz-selection{background:transparent}[class*=csdk] .leaflet-tile::selection{background:transparent}[class*=csdk] .leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}[class*=csdk] .leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow{display:block}[class*=csdk] .leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}[class*=csdk] .leaflet-container .leaflet-marker-pane img,[class*=csdk] .leaflet-container .leaflet-shadow-pane img,[class*=csdk] .leaflet-container .leaflet-tile-pane img,[class*=csdk] .leaflet-container img.leaflet-image-layer,[class*=csdk] .leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}[class*=csdk] .leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}[class*=csdk] .leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}[class*=csdk] .leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}[class*=csdk] .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}[class*=csdk] .leaflet-container{-webkit-tap-highlight-color:transparent}[class*=csdk] .leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}[class*=csdk] .leaflet-tile{filter:inherit;visibility:hidden}[class*=csdk] .leaflet-tile-loaded{visibility:inherit}[class*=csdk] .leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}[class*=csdk] .leaflet-overlay-pane svg{-moz-user-select:none}[class*=csdk] .leaflet-pane{z-index:400}[class*=csdk] .leaflet-tile-pane{z-index:200}[class*=csdk] .leaflet-overlay-pane{z-index:400}[class*=csdk] .leaflet-shadow-pane{z-index:500}[class*=csdk] .leaflet-marker-pane{z-index:600}[class*=csdk] .leaflet-tooltip-pane{z-index:650}[class*=csdk] .leaflet-popup-pane{z-index:700}[class*=csdk] .leaflet-map-pane canvas{z-index:100}[class*=csdk] .leaflet-map-pane svg{z-index:200}[class*=csdk] .leaflet-vml-shape{width:1px;height:1px}[class*=csdk] .lvml{behavior:url(#default#VML);display:inline-block;position:absolute}[class*=csdk] .leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}[class*=csdk] .leaflet-top,[class*=csdk] .leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}[class*=csdk] .leaflet-top{top:0}[class*=csdk] .leaflet-right{right:0}[class*=csdk] .leaflet-bottom{bottom:0}[class*=csdk] .leaflet-left{left:0}[class*=csdk] .leaflet-control{float:left;clear:both}[class*=csdk] .leaflet-right .leaflet-control{float:right}[class*=csdk] .leaflet-top .leaflet-control{margin-top:10px}[class*=csdk] .leaflet-bottom .leaflet-control{margin-bottom:10px}[class*=csdk] .leaflet-left .leaflet-control{margin-left:10px}[class*=csdk] .leaflet-right .leaflet-control{margin-right:10px}[class*=csdk] .leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}[class*=csdk] .leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}[class*=csdk] .leaflet-zoom-animated{transform-origin:0 0}[class*=csdk] svg.leaflet-zoom-animated{will-change:transform}[class*=csdk] .leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}[class*=csdk] .leaflet-zoom-anim .leaflet-tile,[class*=csdk] .leaflet-pan-anim .leaflet-tile{transition:none}[class*=csdk] .leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}[class*=csdk] .leaflet-interactive{cursor:pointer}[class*=csdk] .leaflet-grab{cursor:grab}[class*=csdk] .leaflet-crosshair,[class*=csdk] .leaflet-crosshair .leaflet-interactive{cursor:crosshair}[class*=csdk] .leaflet-popup-pane,[class*=csdk] .leaflet-control{cursor:auto}[class*=csdk] .leaflet-dragging .leaflet-grab,[class*=csdk] .leaflet-dragging .leaflet-grab .leaflet-interactive,[class*=csdk] .leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}[class*=csdk] .leaflet-marker-icon,[class*=csdk] .leaflet-marker-shadow,[class*=csdk] .leaflet-image-layer,[class*=csdk] .leaflet-pane>svg path,[class*=csdk] .leaflet-tile-container{pointer-events:none}[class*=csdk] .leaflet-marker-icon.leaflet-interactive,[class*=csdk] .leaflet-image-layer.leaflet-interactive,[class*=csdk] .leaflet-pane>svg path.leaflet-interactive,[class*=csdk] svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}[class*=csdk] .leaflet-container{background:#ddd;outline-offset:1px}[class*=csdk] .leaflet-container a{color:#0078a8}[class*=csdk] .leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}[class*=csdk] .leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}[class*=csdk] .leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}[class*=csdk] .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}[class*=csdk] .leaflet-bar a,[class*=csdk] .leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}[class*=csdk] .leaflet-bar a:hover,[class*=csdk] .leaflet-bar a:focus{background-color:#f4f4f4}[class*=csdk] .leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}[class*=csdk] .leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}[class*=csdk] .leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}[class*=csdk] .leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}[class*=csdk] .leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}[class*=csdk] .leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}[class*=csdk] .leaflet-control-zoom-in,[class*=csdk] .leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}[class*=csdk] .leaflet-touch .leaflet-control-zoom-in,[class*=csdk] .leaflet-touch .leaflet-control-zoom-out{font-size:22px}[class*=csdk] .leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}[class*=csdk] .leaflet-control-layers .leaflet-control-layers-list,[class*=csdk] .leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}[class*=csdk] .leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}[class*=csdk] .leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}[class*=csdk] .leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}[class*=csdk] .leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}[class*=csdk] .leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}[class*=csdk] .leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}[class*=csdk] .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=)}[class*=csdk] .leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}[class*=csdk] .leaflet-control-attribution,[class*=csdk] .leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}[class*=csdk] .leaflet-control-attribution a{text-decoration:none}[class*=csdk] .leaflet-control-attribution a:hover,[class*=csdk] .leaflet-control-attribution a:focus{text-decoration:underline}[class*=csdk] .leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}[class*=csdk] .leaflet-left .leaflet-control-scale{margin-left:5px}[class*=csdk] .leaflet-bottom .leaflet-control-scale{margin-bottom:5px}[class*=csdk] .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}[class*=csdk] .leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}[class*=csdk] .leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}[class*=csdk] .leaflet-touch .leaflet-control-attribution,[class*=csdk] .leaflet-touch .leaflet-control-layers,[class*=csdk] .leaflet-touch .leaflet-bar{box-shadow:none}[class*=csdk] .leaflet-touch .leaflet-control-layers,[class*=csdk] .leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}[class*=csdk] .leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}[class*=csdk] .leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}[class*=csdk] .leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}[class*=csdk] .leaflet-popup-content p{margin:1.3em 0}[class*=csdk] .leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}[class*=csdk] .leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}[class*=csdk] .leaflet-popup-content-wrapper,[class*=csdk] .leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}[class*=csdk] .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}[class*=csdk] .leaflet-container a.leaflet-popup-close-button:hover,[class*=csdk] .leaflet-container a.leaflet-popup-close-button:focus{color:#585858}[class*=csdk] .leaflet-popup-scrolled{overflow:auto}[class*=csdk] .leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}[class*=csdk] .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)}[class*=csdk] .leaflet-oldie .leaflet-control-zoom,[class*=csdk] .leaflet-oldie .leaflet-control-layers,[class*=csdk] .leaflet-oldie .leaflet-popup-content-wrapper,[class*=csdk] .leaflet-oldie .leaflet-popup-tip{border:1px solid #999}[class*=csdk] .leaflet-div-icon{background:#fff;border:1px solid #666}[class*=csdk] .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}[class*=csdk] .leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}[class*=csdk] .leaflet-tooltip-top:before,[class*=csdk] .leaflet-tooltip-bottom:before,[class*=csdk] .leaflet-tooltip-left:before,[class*=csdk] .leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}[class*=csdk] .leaflet-tooltip-bottom{margin-top:6px}[class*=csdk] .leaflet-tooltip-top{margin-top:-6px}[class*=csdk] .leaflet-tooltip-bottom:before,[class*=csdk] .leaflet-tooltip-top:before{left:50%;margin-left:-6px}[class*=csdk] .leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}[class*=csdk] .leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}[class*=csdk] .leaflet-tooltip-left{margin-left:-6px}[class*=csdk] .leaflet-tooltip-right{margin-left:6px}[class*=csdk] .leaflet-tooltip-left:before,[class*=csdk] .leaflet-tooltip-right:before{top:50%;margin-top:-6px}[class*=csdk] .leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}[class*=csdk] .leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{[class*=csdk] .leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.csdk-map-container .leaflet-interactive{outline:none}._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}.highcharts-series.highcharts-area-series.area-series--without-pointer-events .highcharts-area{pointer-events:none}.highcharts-heatmap-series .highcharts-point.csdk-highcharts-point-blured{opacity:.5}.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}[class*=csdk] .public_Scrollbar_main.public_Scrollbar_mainActive,[class*=csdk] .public_Scrollbar_main{background-color:#fff;border-left:1px solid #d3d3d3}[class*=csdk] .fixedDataTable_isRTL .public_Scrollbar_main.public_Scrollbar_mainActive,[class*=csdk] .fixedDataTable_isRTL .public_Scrollbar_main{border-right:1px solid #d3d3d3;border-left-width:0}[class*=csdk] .public_Scrollbar_mainOpaque,[class*=csdk] .public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,[class*=csdk] .public_Scrollbar_mainOpaque:hover{background-color:#fff}[class*=csdk] .public_Scrollbar_face:after{background-color:#c2c2c2}[class*=csdk] .public_Scrollbar_main:hover .public_Scrollbar_face:after,[class*=csdk] .public_Scrollbar_mainActive .public_Scrollbar_face:after,[class*=csdk] .public_Scrollbar_faceActive:after{background-color:#7d7d7d}[class*=csdk] .public_fixedDataTableCell_main{background-color:#fff;border-color:#d3d3d3}[class*=csdk] .public_fixedDataTableCell_highlighted{background-color:#f4f4f4}[class*=csdk] .public_fixedDataTableCell_cellContent{padding:8px}[class*=csdk] .public_fixedDataTableCell_columnResizerKnob{background-color:#0284ff}[class*=csdk] .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:12px}[class*=csdk] .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-left:20px}[class*=csdk] .fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap1 .public_fixedDataTableCell_cellContent{margin-left:auto;margin-right:12px}[class*=csdk] .fixedDataTable_isRTL .public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_wrap.public_fixedDataTableCell_cellContent{padding-right:20px}[class*=csdk] .public_fixedDataTableCell_reordering{z-index:2}[class*=csdk] .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}[class*=csdk] .fixedDataTableCellLayout_columnReorderContainer{border-color:#0284ff;background-color:#0000001a;width:12px;margin-right:-12px;float:left;cursor:move}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer{margin-right:auto;margin-left:-12px;float:right}[class*=csdk] .fixedDataTableCellLayout_columnReorderContainer:after{content:"::";position:absolute;top:50%;left:1px;transform:translateY(-50%)}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_columnReorderContainer:after{left:auto;right:1px}[class*=csdk] .public_fixedDataTableColumnResizerLine_main{border-color:#0284ff;width:1px}[class*=csdk] .public_fixedDataTable_main,[class*=csdk] .public_fixedDataTable_header,[class*=csdk] .public_fixedDataTable_hasBottomBorder{border-color:#d3d3d3}[class*=csdk] .public_fixedDataTable_header .public_fixedDataTableCell_main{font-weight:700}[class*=csdk] .public_fixedDataTable_header,[class*=csdk] .public_fixedDataTable_scrollbarSpacer,[class*=csdk] .public_fixedDataTable_header .public_fixedDataTableCell_main{background-color:#f6f7f8;background-image:linear-gradient(#fff,#efefef)}[class*=csdk] .public_fixedDataTable_scrollbarSpacer{position:absolute;z-index:99;top:0}[class*=csdk] .public_fixedDataTable_footer .public_fixedDataTableCell_main{background-color:#f6f7f8;border-color:#d3d3d3}[class*=csdk] .public_fixedDataTable_topShadow{background-image:linear-gradient(180deg,#0000001a,#0000)}[class*=csdk] .public_fixedDataTable_bottomShadow{background-image:linear-gradient(0deg,#0000001a,#0000)}[class*=csdk] .public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal,[class*=csdk] .public_fixedDataTableRow_main{background-color:#fff}[class*=csdk] .public_fixedDataTableRow_highlighted,[class*=csdk] .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main{background-color:#f6f7f8}[class*=csdk] .public_fixedDataTableRow_fixedColumnsDivider{border-color:#d3d3d3}[class*=csdk] .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(90deg,#0000001a,#0000)}[class*=csdk] .fixedDataTable_isRTL .public_fixedDataTableRow_columnsShadow{background-image:linear-gradient(270deg,#0000001a,#0000)}[class*=csdk] .public_fixedDataTableRow_columnsRightShadow{transform:rotate(180deg)}[class*=csdk] .ScrollbarLayout_main{box-sizing:border-box;outline:none;overflow:hidden;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}[class*=csdk] .ScrollbarLayout_mainVertical{bottom:0;right:0;top:0;width:15px}[class*=csdk] .ScrollbarLayout_mainHorizontal{height:15px;left:0}[class*=csdk] .ScrollbarLayout_face{left:0;overflow:hidden;position:absolute;z-index:1;display:flex;justify-content:center;align-items:center}[class*=csdk] .ScrollbarLayout_face:after{border-radius:6px;content:"";display:block;position:absolute;transition-duration:.25s;transition-timing-function:ease;transition-property:background-color,height,width}[class*=csdk] .ScrollbarLayout_faceHorizontal{bottom:0;left:0;top:0}[class*=csdk] .ScrollbarLayout_faceHorizontal:after{width:100%;height:calc(100% - 8px)}[class*=csdk] .fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal,[class*=csdk] .fixedDataTable_isRTL .ScrollbarLayout_faceHorizontal:after{right:0;left:auto}[class*=csdk] .ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,[class*=csdk] .ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after{height:calc(100% - 4px)}[class*=csdk] .ScrollbarLayout_faceVertical{left:0;right:0;top:0}[class*=csdk] .ScrollbarLayout_faceVertical:after{height:100%;width:calc(100% - 8px)}[class*=csdk] .ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,[class*=csdk] .ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after{width:calc(100% - 4px)}[class*=csdk] .fixedDataTableCellGroupLayout_cellGroup{backface-visibility:hidden;left:0;overflow:hidden;position:absolute;top:0;white-space:nowrap}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellGroupLayout_cellGroup{right:0;left:auto}[class*=csdk] .fixedDataTableCellGroupLayout_cellGroup>.public_fixedDataTableCell_main{display:inline-block;vertical-align:top;white-space:normal}[class*=csdk] .fixedDataTableCellGroupLayout_cellGroupWrapper{position:absolute;top:0}[class*=csdk] .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}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}[class*=csdk] .fixedDataTableCellLayout_lastChild{border-width:0 1px 1px 0}[class*=csdk] .fixedDataTableCellLayout_alignRight{text-align:right}[class*=csdk] .fixedDataTableCellLayout_alignCenter{text-align:center}[class*=csdk] .fixedDataTableCellLayout_wrap{display:table-cell;vertical-align:middle;box-sizing:border-box}[class*=csdk] .fixedDataTableCellLayout_wrap1{display:table}[class*=csdk] .fixedDataTableCellLayout_wrap2{display:table-row}[class*=csdk] .fixedDataTableCellLayout_wrap3{display:table-cell;vertical-align:middle}[class*=csdk] .fixedDataTableCellLayout_columnResizerContainer{position:absolute;right:0;width:6px;z-index:1}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableCellLayout_columnResizerContainer{left:0;right:auto}[class*=csdk] .fixedDataTableCellLayout_columnResizerContainer:hover{cursor:ew-resize;background-color:#0284ff}[class*=csdk] .fixedDataTableColumnResizerLineLayout_mouseArea{cursor:ew-resize;position:absolute;right:-5px;width:12px}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_mouseArea{right:auto;left:-5px}[class*=csdk] .fixedDataTableColumnResizerLineLayout_main{border-right-style:solid;border-right-width:1px;box-sizing:border-box;position:absolute;z-index:100;pointer-events:none}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableColumnResizerLineLayout_main{border-right-width:0;border-left-style:solid;border-left-width:1px}[class*=csdk] .fixedDataTableLayout_main{border-style:solid;border-width:1px;box-sizing:border-box;overflow:hidden;position:relative}[class*=csdk] .fixedDataTableLayout_header,[class*=csdk] .fixedDataTableLayout_hasBottomBorder{border-bottom-style:solid;border-bottom-width:1px}[class*=csdk] .fixedDataTableLayout_footer .public_fixedDataTableCell_main{border-top-style:solid;border-top-width:1px}[class*=csdk] .fixedDataTableLayout_topShadow,[class*=csdk] .fixedDataTableLayout_bottomShadow{height:4px;left:0;position:absolute;right:0;z-index:1}[class*=csdk] .fixedDataTableLayout_bottomShadow{margin-top:-4px}[class*=csdk] .fixedDataTableLayout_rowsContainer{overflow:hidden;position:relative}[class*=csdk] .fixedDataTableRowLayout_main{box-sizing:border-box;overflow:hidden;position:absolute;top:0}[class*=csdk] .fixedDataTableRowLayout_body{left:0;right:0;position:absolute;top:0}[class*=csdk] .fixedDataTableRowLayout_rowExpanded{box-sizing:border-box;left:0;position:absolute}[class*=csdk] .fixedDataTableRowLayout_fixedColumnsDivider{backface-visibility:hidden;border-left-style:solid;border-left-width:1px;left:0;position:absolute;top:0;width:0}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableRowLayout_fixedColumnsDivider{border-left-width:0;border-right-style:solid;border-right-width:1px}[class*=csdk] .fixedDataTableRowLayout_columnsShadow{position:absolute;width:4px}[class*=csdk] .fixedDataTableRowLayout_columnsRightShadow{right:1px}[class*=csdk] .fixedDataTable_isRTL .fixedDataTableRowLayout_columnsRightShadow{left:1px;right:auto}[class*=csdk] .fixedDataTableRowLayout_rowWrapper{position:absolute;top:0}._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=)}._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}._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}._alert_31zyt_1{position:relative;width:100%;box-sizing:border-box;display:grid;grid-template-columns:0 1fr;gap:.5rem;align-items:start;padding:.75rem 1rem;border-radius:.5rem;border:1px solid;font-size:.875rem;line-height:1.25rem}._alert_31zyt_1[data-dismiss-on-click=true]{cursor:pointer}._alert_31zyt_1._hasIcon_31zyt_18{grid-template-columns:1rem 1fr;gap:.75rem}._alert_31zyt_1._error_31zyt_22{background-color:#fef2f2;border-color:#fecaca;color:#991b1b}._alert_31zyt_1._error_31zyt_22 ._icon_31zyt_27{color:#ef4444}._alert_31zyt_1._error_31zyt_22[data-dark-mode=true]{background-color:#4a1f1f;border-color:#5a2a2a;color:#fca5a5}._alert_31zyt_1._error_31zyt_22[data-dark-mode=true] ._icon_31zyt_27{color:#f87171}._alert_31zyt_1._warning_31zyt_38{background-color:#fffbeb;border-color:#fde68a;color:#92400e}._alert_31zyt_1._warning_31zyt_38 ._icon_31zyt_27{color:#f59e0b}._alert_31zyt_1._warning_31zyt_38[data-dark-mode=true]{background-color:#4a3a1f;border-color:#5a4a2a;color:#fbbf24}._alert_31zyt_1._warning_31zyt_38[data-dark-mode=true] ._icon_31zyt_27{color:#f59e0b}._alert_31zyt_1._info_31zyt_54{background-color:#eff6ff;border-color:#bfdbfe;color:#1e40af}._alert_31zyt_1._info_31zyt_54 ._icon_31zyt_27{color:#3b82f6}._icon_31zyt_27{width:1rem;height:1rem;margin-top:.125rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}._icon_31zyt_27 svg{width:100%;height:100%}._content_31zyt_77{display:flex;flex-direction:column;gap:.25rem}._title_31zyt_83{font-weight:600;line-height:1.5;color:inherit}._description_31zyt_89{color:inherit;opacity:.9;line-height:1.5}._dismissButton_31zyt_95{position:absolute;top:.5rem;right:.5rem;background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:inherit;opacity:.7;transition:opacity .2s}._dismissButton_31zyt_95:hover{opacity:1}._dismissButton_31zyt_95:focus{outline:2px solid currentColor;outline-offset:2px}@media (prefers-color-scheme: dark){._alert_31zyt_1._error_31zyt_22{background-color:#4a1f1f;border-color:#5a2a2a;color:#fca5a5}._alert_31zyt_1._error_31zyt_22 ._icon_31zyt_27{color:#f87171}._alert_31zyt_1._warning_31zyt_38{background-color:#4a3a1f;border-color:#5a4a2a;color:#fbbf24}._alert_31zyt_1._warning_31zyt_38 ._icon_31zyt_27{color:#f59e0b}}.dark ._alert_31zyt_1._error_31zyt_22{background-color:#4a1f1f;border-color:#5a2a2a;color:#fca5a5}.dark ._alert_31zyt_1._error_31zyt_22 ._icon_31zyt_27{color:#f87171}.dark ._alert_31zyt_1._warning_31zyt_38{background-color:#4a3a1f;border-color:#5a4a2a;color:#fbbf24}.dark ._alert_31zyt_1._warning_31zyt_38 ._icon_31zyt_27{color:#f59e0b}._container_1cvt1_1{width:100%;box-sizing:border-box;overflow:visible;padding:4px}._containerClickable_1cvt1_8{cursor:pointer}._bannerWrapper_1cvt1_12{width:100%;max-width:64rem;margin-left:auto;margin-right:auto;overflow:visible}._bannerWrapper_1cvt1_12>div[role=alert],._bannerWrapper_1cvt1_12>button{border:none;border-radius:8px;box-shadow:0 1px 2px #09090a1a;padding:16px 20px}._bannerWrapper_1cvt1_12[data-variant=error]>div[role=alert]{background-color:#fdede9;color:#5c6372}._bannerWrapper_1cvt1_12[data-variant=error]>div[role=alert]>div:first-child{color:#fa5656}._bannerWrapper_1cvt1_12[data-variant=warning]>button{background-color:#fef8e5;color:#4f4f4f;gap:.5rem;padding-right:2.5rem;text-align:left}._bannerWrapper_1cvt1_12[data-variant=warning]>button>div:nth-child(2){justify-self:start}._bannerWrapper_1cvt1_12[data-variant=warning]>button>div:first-child{color:#ffcb05}[class*=csdk] .react-datepicker__navigation-icon:before,[class*=csdk] .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view--down-arrow,[class*=csdk] .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}[class*=csdk] .react-datepicker-wrapper{display:inline-block;padding:0;border:0}[class*=csdk] .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}[class*=csdk] .react-datepicker--time-only .react-datepicker__time-container{border-left:0}[class*=csdk] .react-datepicker--time-only .react-datepicker__time,[class*=csdk] .react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}[class*=csdk] .react-datepicker-popper{z-index:1;line-height:0}[class*=csdk] .react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}[class*=csdk] .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}[class*=csdk] .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}[class*=csdk] .react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}[class*=csdk] .react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}[class*=csdk] .react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}[class*=csdk] .react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}[class*=csdk] .react-datepicker__year-dropdown-container--select,[class*=csdk] .react-datepicker__month-dropdown-container--select,[class*=csdk] .react-datepicker__month-year-dropdown-container--select,[class*=csdk] .react-datepicker__year-dropdown-container--scroll,[class*=csdk] .react-datepicker__month-dropdown-container--scroll,[class*=csdk] .react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}[class*=csdk] .react-datepicker__current-month,[class*=csdk] .react-datepicker-time__header,[class*=csdk] .react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}[class*=csdk] h2.react-datepicker__current-month{padding:0;margin:0}[class*=csdk] .react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}[class*=csdk] .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}[class*=csdk] .react-datepicker__navigation--previous{left:2px}[class*=csdk] .react-datepicker__navigation--next{right:2px}[class*=csdk] .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}[class*=csdk] .react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}[class*=csdk] .react-datepicker__navigation--years-previous{top:4px}[class*=csdk] .react-datepicker__navigation--years-upcoming{top:-4px}[class*=csdk] .react-datepicker__navigation:hover *:before{border-color:#a6a6a6}[class*=csdk] .react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}[class*=csdk] .react-datepicker__navigation-icon--next{left:-2px}[class*=csdk] .react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}[class*=csdk] .react-datepicker__navigation-icon--previous{right:-2px}[class*=csdk] .react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}[class*=csdk] .react-datepicker__month-container{float:left}[class*=csdk] .react-datepicker__year{margin:.4rem;text-align:center}[class*=csdk] .react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}[class*=csdk] .react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}[class*=csdk] .react-datepicker__month{margin:.4rem;text-align:center}[class*=csdk] .react-datepicker__month .react-datepicker__month-text,[class*=csdk] .react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}[class*=csdk] .react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__caption,[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,[class*=csdk] .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}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}[class*=csdk] .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}[class*=csdk] .react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}[class*=csdk] .react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}[class*=csdk] .react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .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}[class*=csdk] .react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}[class*=csdk] .react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}[class*=csdk] .react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}[class*=csdk] .react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}[class*=csdk] .react-datepicker__week-number--selected:hover{background-color:#1d5d90}[class*=csdk] .react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}[class*=csdk] .react-datepicker__week{white-space:nowrap}[class*=csdk] .react-datepicker__day-name,[class*=csdk] .react-datepicker__day,[class*=csdk] .react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}[class*=csdk] .react-datepicker__day,[class*=csdk] .react-datepicker__month-text,[class*=csdk] .react-datepicker__quarter-text,[class*=csdk] .react-datepicker__year-text{cursor:pointer}[class*=csdk] .react-datepicker__day:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}[class*=csdk] .react-datepicker__day--today,[class*=csdk] .react-datepicker__month-text--today,[class*=csdk] .react-datepicker__quarter-text--today,[class*=csdk] .react-datepicker__year-text--today{font-weight:700}[class*=csdk] .react-datepicker__day--highlighted,[class*=csdk] .react-datepicker__month-text--highlighted,[class*=csdk] .react-datepicker__quarter-text--highlighted,[class*=csdk] .react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}[class*=csdk] .react-datepicker__day--highlighted:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}[class*=csdk] .react-datepicker__day--highlighted-custom-1,[class*=csdk] .react-datepicker__month-text--highlighted-custom-1,[class*=csdk] .react-datepicker__quarter-text--highlighted-custom-1,[class*=csdk] .react-datepicker__year-text--highlighted-custom-1{color:#f0f}[class*=csdk] .react-datepicker__day--highlighted-custom-2,[class*=csdk] .react-datepicker__month-text--highlighted-custom-2,[class*=csdk] .react-datepicker__quarter-text--highlighted-custom-2,[class*=csdk] .react-datepicker__year-text--highlighted-custom-2{color:green}[class*=csdk] .react-datepicker__day--holidays,[class*=csdk] .react-datepicker__month-text--holidays,[class*=csdk] .react-datepicker__quarter-text--holidays,[class*=csdk] .react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}[class*=csdk] .react-datepicker__day--holidays .overlay,[class*=csdk] .react-datepicker__month-text--holidays .overlay,[class*=csdk] .react-datepicker__quarter-text--holidays .overlay,[class*=csdk] .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}[class*=csdk] .react-datepicker__day--holidays:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}[class*=csdk] .react-datepicker__day--holidays:hover .overlay,[class*=csdk] .react-datepicker__month-text--holidays:hover .overlay,[class*=csdk] .react-datepicker__quarter-text--holidays:hover .overlay,[class*=csdk] .react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}[class*=csdk] .react-datepicker__day--selected,[class*=csdk] .react-datepicker__day--in-selecting-range,[class*=csdk] .react-datepicker__day--in-range,[class*=csdk] .react-datepicker__month-text--selected,[class*=csdk] .react-datepicker__month-text--in-selecting-range,[class*=csdk] .react-datepicker__month-text--in-range,[class*=csdk] .react-datepicker__quarter-text--selected,[class*=csdk] .react-datepicker__quarter-text--in-selecting-range,[class*=csdk] .react-datepicker__quarter-text--in-range,[class*=csdk] .react-datepicker__year-text--selected,[class*=csdk] .react-datepicker__year-text--in-selecting-range,[class*=csdk] .react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}[class*=csdk] .react-datepicker__day--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__day--in-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}[class*=csdk] .react-datepicker__day--keyboard-selected,[class*=csdk] .react-datepicker__month-text--keyboard-selected,[class*=csdk] .react-datepicker__quarter-text--keyboard-selected,[class*=csdk] .react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}[class*=csdk] .react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,[class*=csdk] .react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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}[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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),[class*=csdk] .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}[class*=csdk] .react-datepicker__day--disabled,[class*=csdk] .react-datepicker__month-text--disabled,[class*=csdk] .react-datepicker__quarter-text--disabled,[class*=csdk] .react-datepicker__year-text--disabled{cursor:default;color:#ccc}[class*=csdk] .react-datepicker__day--disabled .overlay,[class*=csdk] .react-datepicker__month-text--disabled .overlay,[class*=csdk] .react-datepicker__quarter-text--disabled .overlay,[class*=csdk] .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}[class*=csdk] .react-datepicker__input-container{position:relative;display:inline-block;width:100%}[class*=csdk] .react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}[class*=csdk] .react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}[class*=csdk] .react-datepicker__year-read-view,[class*=csdk] .react-datepicker__month-read-view,[class*=csdk] .react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}[class*=csdk] .react-datepicker__year-read-view:hover,[class*=csdk] .react-datepicker__month-read-view:hover,[class*=csdk] .react-datepicker__month-year-read-view:hover{cursor:pointer}[class*=csdk] .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,[class*=csdk] .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}[class*=csdk] .react-datepicker__year-read-view--down-arrow,[class*=csdk] .react-datepicker__month-read-view--down-arrow,[class*=csdk] .react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}[class*=csdk] .react-datepicker__year-dropdown,[class*=csdk] .react-datepicker__month-dropdown,[class*=csdk] .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}[class*=csdk] .react-datepicker__year-dropdown:hover,[class*=csdk] .react-datepicker__month-dropdown:hover,[class*=csdk] .react-datepicker__month-year-dropdown:hover{cursor:pointer}[class*=csdk] .react-datepicker__year-dropdown--scrollable,[class*=csdk] .react-datepicker__month-dropdown--scrollable,[class*=csdk] .react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}[class*=csdk] .react-datepicker__year-option,[class*=csdk] .react-datepicker__month-option,[class*=csdk] .react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}[class*=csdk] .react-datepicker__year-option:first-of-type,[class*=csdk] .react-datepicker__month-option:first-of-type,[class*=csdk] .react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}[class*=csdk] .react-datepicker__year-option:last-of-type,[class*=csdk] .react-datepicker__month-option:last-of-type,[class*=csdk] .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}[class*=csdk] .react-datepicker__year-option:hover,[class*=csdk] .react-datepicker__month-option:hover,[class*=csdk] .react-datepicker__month-year-option:hover{background-color:#ccc}[class*=csdk] .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,[class*=csdk] .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,[class*=csdk] .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}[class*=csdk] .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,[class*=csdk] .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,[class*=csdk] .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}[class*=csdk] .react-datepicker__year-option--selected,[class*=csdk] .react-datepicker__month-option--selected,[class*=csdk] .react-datepicker__month-year-option--selected{position:absolute;left:15px}[class*=csdk] .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}[class*=csdk] .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:"×"}[class*=csdk] .react-datepicker__close-icon--disabled{cursor:default}[class*=csdk] .react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}[class*=csdk] .react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}[class*=csdk] .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}[class*=csdk] .react-datepicker__portal .react-datepicker__day-name,[class*=csdk] .react-datepicker__portal .react-datepicker__day,[class*=csdk] .react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){[class*=csdk] .react-datepicker__portal .react-datepicker__day-name,[class*=csdk] .react-datepicker__portal .react-datepicker__day,[class*=csdk] .react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}[class*=csdk] .react-datepicker__portal .react-datepicker__current-month,[class*=csdk] .react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}[class*=csdk] .react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}[class*=csdk] .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}[class*=csdk] .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)}})();
|